@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt,var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,caption, tbody, tfoot, thead,th,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, rsection, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
 /* Firefox */
	-webkit-box-sizing: border-box;
 /* Safari */
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(91, 108, 199,.1);
}
::-webkit-scrollbar-thumb {
  background: #28589e;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #28589e;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #28589e;
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "PingFangSC-Regular", "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", "WenQuanYi Micro Hei", "\5B8B\4F53";
	font-size: 1.4rem;
	line-height: 1.6;
	font-weight:normal;
	color: #333;
	background-color: #f3f3f3;
}
@font-face {
	font-family: 'arual';
	src: url(../fonts/Arual.ttf);
	font-weight: normal;
	font-style: normal;
}

* {
    box-sizing: border-box;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,object,embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}
input, textarea, select {
	outline:none;
}
img {
	height: auto;
	border: 0px;
	vertical-align:bottom;
	-ms-interpolation-mode: bicubic;
	display: block;
}
ul, ol, li, dl {
	list-style: none;
}
i {
	font-style: normal;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
a {
	text-decoration: none;
}
a,button,input,i,dt,dd,.tab { 
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
}
a, a:link {
	text-decoration: none;
}
a:hover {
	text-decoration:none;
}

input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"] {
	outline: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{  /* chrome */
    -webkit-appearance: none!important;  
    margin: 0;  
}
input[type="number"]{
	-moz-appearance:textfield; /*Firefox*/
}

input[type=button]{
	-webkit-appearance:none;
	outline:none
}
button{
	-webkit-appearance:none;
	outline:none
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #cecece;
	opacity:1; 
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #cecece;
	opacity:1; 
}
input:-ms-input-placeholder{
	color: #cecece;
	opacity:1; 
}
input::-webkit-input-placeholder{
	color: #cecece;
	opacity:1; 
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #cecece;
	opacity:1; 
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #cecece;
	opacity:1; 
}
textarea:-ms-input-placeholder{
	color: #cecece;
	opacity:1; 
}
textarea::-webkit-input-placeholder{
	color: #cecece;
	opacity:1; 
}


/*控制ios里面背景颜色泛白*/
input[type=button], input[type=submit], input[type=file], button { 
	cursor: pointer; 
	-webkit-appearance: none; 
}
/* for Chrome */
.positionCt::-webkit-scrollbar {
    display: none;
}

.cl:after,.ctWrap:after,.tab_title:after {
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.cl {
	zoom:1;
}

/*序章从这里开始-公共样式*/
.secWrap {
	width: 1340px;
	margin: 0 auto;
}
.sp-button {
	display: none;
}
.tab_ct li {
	display: none;
}
.tab_ct li.show {
	display: block;
}


/*------首页------*/
.header {
	position: relative;
	height: 180px;
	moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;		
}
.header:before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 120px;
	background-color: #fff;
}

.header .secWrap {
	position: relative;
	height: 100%;
	z-index: 99999;
}
.top {
	height: 120px;
}
.logo_box {
	float: left;
}
.logo {
	margin: 36px 0 0 0;
}
.mobile_logo {
	display: none;
}
.search_box {
	position: relative;
	float: right;
	margin: 42px 0 0 0;
}
.search_box input {
	width: 260px;
	height: 40px;
	background-color: #f3f3f3;
	border-radius: 20px;
	border: none;
	padding: 0 40px 0 20px;
}
.search_box:after {
	content: '';
	position: absolute;
	top: 0;
	right: 6px;
	width: 40px;
	height: 40px;
	background: url(../images/search_ic.png) center center no-repeat;
	background-size: 56%;
	cursor: pointer;
}


.nav_box {
	position: relative;
	height: 60px;
}
.nav li {
	position: relative;
	float: left;
	text-align: center;
}
.nav li h3 a {
	width: 160px;
}
.nav li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #1e1e1e;
	transition: all ease-in-out .1s; 
}
.nav .current_nav a {
	color: #fff;
	background-color: #28589e;
}
.nav li:hover a {
	color: #fff;
	background-color: #28589e;
}
.nav li dl {
	display: none;
	position: absolute;
	width: 100%;
	top: bottom;
	left: 0;
	z-index: 99999999;
}
.nav li:hover dl {
	display: block;
}
.nav li dl dd:hover a {
	background-color: #518ee8;
	color: #fff;
}

/*banner样式改进*/
.flexslider {
	margin: 0;
	border: 0 none;
}
.flex-control-nav {
	bottom: 66px;
}
.flex-control-paging li a {
	background: rgba(255, 255, 255, .78);	
	box-shadow: none;
	height: 6px;
	transition: all ease-in-out .3s;
}
.flex-control-paging li a.flex-active {
	width: 32px;
	background: #5b6cc7;	
}
.flex-control-paging li a:hover {
	background: rgba(255, 255, 255, 1);	
}

.bottom {
	background-color: #092a59;
	text-align: left;
	color: #fff;
	padding: 15px 20px;
}
.bottom span {
	color: #5a7daf;
}
.bottom i {
	display: inline-block;
}
@media screen and (max-width:420px) {
	.bottom {
		font-size: 12px;
	}
	
}

/*分页展示*/
.pageTab {
	text-align: right;
	margin: 30px 0 0;
}
.pageTab .pageWrap {
	display: inline-block;
}
.pageTab a {
	display: inline-block;
	width: 30px;
	height: 20px;
	background-size: 42% auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #747474;
	cursor: pointer;
	vertical-align: -5px;
}
.pageTab a.pre_b {
	 background-image: url(../images/btn_1.png);
	 margin-right: 20px;
}
.pageTab a.next_b {
	 background-image: url(../images/btn_2.png);
}
.pageTab span {
	display: inline-block;
	font-size: 14px;
	color: #747474;
	cursor: pointer;
	margin-right: 20px;
}
.pageTab span.current_page {
	color: #333;
	font-weight: bold;
}
@media screen and (max-width:900px) {
	.pageTab {
    text-align: center;
	}		
}
@media screen and (max-width:540px) {
	.pageTab span {
    display: none;
	}
	.pageTab .mobile_page {
    display: inline-block;
	}
}


/*导航系列*/
.sp-button {
	background: none;
	position: absolute;
	top: 28px;
	right: 20px;
	height: 50px;
	width: 34px;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	border-radius: 4px;
	display: none;
	transform: translate(0,-50%);
	z-index: 9999999;
}
@media screen and (max-width: 670px) {
	.sp-button {
		right: 15px;
	}
}
.sp-button span {
	position: absolute;
	display: block;
	background: #28589e;
	width: 24px;
	height: 2px;
	left: 10px;
	moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}
.button_click span {
	background: #fff;
}
.sp-button span:nth-of-type(1) {
	top: 20px;
}
.sp-button span:nth-of-type(2) {
	top: 28px;
}
.sp-button span:nth-of-type(3) {
	bottom: 12px;
}
.state-nav-open .nav_box {
	display: block;
	width: 0;
	height: 100vh;
	background-color: #28589e;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99998;
	moz-transition: all 0.3s linear 0s;
	-webkit-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}	
.logo_main .logo {
	display: none;
}
.logo_main .mobile_logo {
	display: block;
}

/*banner系列*/
.flex-direction-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}
.flex-direction-nav a {
	display: block;
	width: 26px;
	height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: -40px 0 0 0;
	z-index: 9999;
	cursor: pointer;
	opacity: 0;
	filter:alpha(opacity=0);
	text-shadow: none;
}
.flex-direction-nav .flex-prev {
	background-image: url(../images/arrow_lt.png);
	left: 0;
}
.flex-direction-nav .flex-next {
	background-image: url(../images/arrow_rt.png);
	right: 0;
}
.flex-direction-nav li a:before {
	display: none;
}
.flexslider:hover .flex-direction-nav a {
	opacity: 0.82;
	filter:alpha(opacity=82);
}
.flexslider:hover .flex-direction-nav .flex-prev {
	left: 20px;
}
.flexslider:hover .flex-direction-nav .flex-next {
	right: 20px;
}

.guide img {
	width: 100%;
}

.inShow {
	position: relative;
	margin: -56px 0 0 0;
}
.inShow .secWrap {
	background-color: #fff;
	box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.12);
}
.profile_show {
	float: left;
	width: 38%;
	overflow: hidden;
}  
.news_show {
	float: left;
	width: 44%;
	padding: 40px 30px 0 30px;
}
.contact_show {
	float: left;
	width: 18%;
	padding: 40px 30px 0 0;
}

.profile_show dl {
	position: relative;
}
.profile_show dt {
	position: relative;
	float: left;
	width: 38%;
	background: url(../images/yp1_1.png) center center no-repeat;
	background-size: cover;
	padding-bottom: 66%;
}
.proShow {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: rgb(40,88,158,.8);
	padding: 46px 20px;
}
.comTitle i {
	font-size: 14px;
	color: #b8cbe9;
}
.comTitle span {
	position: relative;
	display: block;
	font-size: 24px;
	color: #fff;
	padding: 6px 0 20px;
}
.comTitle span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	border-bottom: 2px solid #fff;
}
.profile_show dd {
	float: left;
	width: 62%;
	padding: 40px 0 0 30px;
}
.profile_show dd p {
	font-size: 14px;
	color: #8b8d91;
	line-height: 2;
}
.profile_show dd a {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: url(../images/yp2.png) center center no-repeat;
	cursor: pointer;
}

.news_show dt {
	position: relative;
	float: left;
	width: 32%;
	background: url(../images/yp1_2.png) top left no-repeat;
	padding-bottom: 46%;
	text-align: right;
	background-size: cover;
}
.news_show dt h5 {
	width: 100%;
	position: absolute;
	top: 30px;
	right: 0;
}
.news_show dt span {
	display: inline-block;
	width: 80%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: #fff;
	color: #494a4a;
	font-size: 14px;
	cursor: pointer;
	margin: 0 0 8px 0;
}
.news_show dt span.current_tab {
	background-color: #28589e;
	color: #fff;
}
.news_show dd {
	float: left;
	width: 68%;
	padding: 0 0 0 30px;
}
.news_show dd li em {
	display: block;
	height: 104px;
	overflow: hidden;
}
.news_show dd li em img {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.news_show dd li a {
	display: block;
	border-bottom: 1px solid #efefef;
	padding-bottom: 10px;
}
.news_show dd li a.end {
	border-bottom: none;
	padding-bottom: 0;
}

.news_show dd li h6 {
	font-size: 16px;
	color: #333;
	margin: 10px 0 8px;
}
.news_show dd li p {
	font-size: 13px;
	color: #666;
	line-height: 1.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_show dd li span {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #999;
	margin: 10px 0 0 0;
}


.contact_show .contaBox {
	position: relative;
	background: url(../images/yp1_4.png) top left no-repeat;
	padding-bottom: 110%;
	background-size: cover;
}
.contaCt {
	position: absolute;
	top: 30px;
	left: 20px;
}
.contaCt i {
	color: #b8cbe9;
}
.contaCt span {
	color: #959595;
	margin-bottom: 20px;
}
.contaCt span::after {
	border-bottom: 2px solid #a3a3a3;
}
.contaCt b {
	font-family: 'arual';
	font-size: 14px;
	color: #28589e;
	font-weight: bolder;
}

.potal {
	margin: 70px 0;
}
.potalBox {
	margin: 0 0 0 -20px;
}
.potal a {
	float: left;
	width: calc(25% - 20px);
	margin: 0 0 0 20px;
	text-align: center;
	background-color: #fff;
	height: 104px;
	line-height: 104px;
	border: 1px solid #28589e;
}
.potal a span {
	display: inline-block;
	font-size: 24px;
	color: #28589e;
	height: 100%;
	transition: all ease-in-out .3s;
}
.ic {
	height: 64px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 72px;
}
.ic_1 {
	background-image: url(../images/yp3_1.png);
}
.ic_2 {
	background-image: url(../images/yp3_2.png);
}
.ic_3 {
	background-image: url(../images/yp3_3.png);
}
.ic_4 {
	background-image: url(../images/yp3_4.png);
}
.potal a:hover {
	background-color: #28589e;
}
.potal a:hover span {
	color: #fff;
}
.potal a:hover .ic_1 {
	background-image: url(../images/yp3_1_selected.png);
}
.potal a:hover .ic_2 {
	background-image: url(../images/yp3_2_selected.png);
}
.potal a:hover .ic_3 {
	background-image: url(../images/yp3_3_selected.png);
}
.potal a:hover .ic_4 {
	background-image: url(../images/yp3_4_selected.png);
}


/*尾部系列*/
.footer {
	background-color: #28589e;
	padding: 70px 0;
}
.foot_info ul li {
	float: left;
	margin: 0 46px 0 0;
}
.foot_info ul li dl {
	color: #fff;
}
.foot_info ul li dt {
	position: relative;
	font-size: 24px;
	opacity: .9;
	filter: alpha(opacity=80);
	margin-bottom: 22px;
	padding-bottom: 20px;
}
.foot_info ul li dt:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 34px;
	border-bottom: 1px solid #fff;
}
.foot_info ul li dd {
	font-size: 16px;
	line-height: 2;
	color: #c9dfff;
}
.foot_info ul li dd span,.foot_info ul li dd a {
	color: #c9dfff;
	display: block;
}
.wechat {
	float: right;
	text-align: center;
}
.wechat dl dt{
	width: 116px;
}
.wechat dl dt img {
	width: 100%;
}
.wechat dl dd {
	display: inline-block;
	font-size: 14px;
	color: #76aeff;
	margin: 20px 0 0 0;
}
.mark {
	font-size: 24px;
	color: #ff9f2d;
	font-weight: bold;
}

/*关于我们*/
.ctShow {
	position: relative;
	margin: -56px 0 80px;
}
.tab_lead {
	float: left;
	width: 280px;
	background-color: #28589e;
}
.tab_lead ul {
	margin: 56px 0 0;
}
.tab_lead li {
	cursor: pointer;
	padding: 15px 0;
}
.tab_lead li.current_tab {
	background-color: #518ee8;
}
.tab_lead li:hover {
	background-color: #518ee8;      
}
.tab_lead li span {
	position: relative;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	margin-left: 120px;
}
.tab_lead li span:after {
	content: '';
	position: absolute;
	top: 0;
	left: -50px;
	background: url(../images/yp6.png) center center no-repeat;
	width: 11px;
	height: 100%;
}
.mainCt {
	float: left;
	width: calc(100% - 280px);
	box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.038);
}
.crumbs {
	height: 56px;
	background-color: #f3f3f3;
	line-height: 56px;
	padding-left: 20px;
}
.crumbs a {
	color: #6f6f6f;
	font-size: 14px;
}
.crumbs a:after {
	content: '>';
	display: inline-block;
	font-size: 14px;
	margin: 0 4px;
}
.crumbs a.on:after {
	display: none;
}
.ctWrap {
	padding: 30px;
	background-color: #fff;
	min-height: 400px;
}

/*------详情------*/
.detail_top {
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
	padding: 40px 20px;
	margin-bottom: 40px;
}
.detail_title {
	font-size: 26px;
	color: #333;
	padding-bottom: 15px;
	text-align: center;
}
.detail_title b {
	display: inline-block;
	text-align: left;
}

.detail_top span {
	color: #999;
	font-size: 14px;
	text-align: center;
	display: block;
}
.detail p {
	/*text-indent: 28px;*/
	font-size: 14px!important;
	color: #666;
	font-family: "Microsoft Yahei";
	line-height: 2;
	margin-bottom: 30px;
	padding-top: .1px;
}
.detail p img,.detail img {
	max-width: 88%;
	margin: 0 auto;
	height: auto;
}


.text {
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.bot {
	padding-top: 45px;
}
.bot-l {
	width: 70%;
}
.fl {
	float: left;
	display: inline;
}
.bot-l span {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	display: block;
}
.bot-l span a {
	color: #666;
	width: 95%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.fr {
	float: right;
	display: inline;
}
.bot-r a {
	display: block;
	text-align: left;
	color: #333;
	font-size: 14px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	line-height: 28px;
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.f-cb:after {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	content: ".";
}
.bot-l:hover span a,.bot-r:hover a {
	color: #5b6cc7;
}

/*新闻中心*/
.newsList dd {
	padding: 20px 0;
	border-bottom: 1px solid #e2e2e2;
}
.item:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.item em {
	float: left;
	width: 70px;
}
.item em span {
	font-size: 50px;
	color: #c2c2c2;
	line-height: .78;
}
.item em i {
	font-size: 14px;
	color: #c2c2c2;
}
.item h5 {
	float: right;
	width: calc(100% - 90px);
}
.item h5 span {
	font-size: 18px;
	color: #3d3d3d;
}
.item h5 p {
	font-size: 14px;
	color: #979797;
	margin: 10px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.item_btn {
	display: block;
	text-align: right;
}
.item_btn a {
	display: inline-block;
	font-size: 14px;
	color: #518ee8;
}

/*产品展示*/
.com_list ul li dl dd h6 {
	position: relative;
	overflow: hidden;
	padding-bottom: 72%;
}
.com_list ul li .lt_case dl dd h6 {
	padding-bottom: 72%;
}
.com_list ul li dl dd h6 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	moz-transition: all 0.5s linear 0s;
	-webkit-transition: all 0.5s linear 0s;
	-o-transition: all 0.5s linear 0s;
	transition: all 0.5s linear 0s;
}
.com_list ul li dl dd:hover h6 img {
	transform: scale(1.12);
}
.product_list {
	margin: 0 0 0 -30px;
} 
.product_list dd {
	float: left;
	width: calc(33.33% - 30px);
	margin: 0 0 30px 30px;
} 

.product_list dd p {
	height: 62px;
	line-height: 62px;
	border: 1px solid #f3f3f3;
	transition: all ease-in-out .3s;
}
.product_list dd p:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.product_list dd p span {
	font-size: 15px;
	color: #6f6f6f;
}
.serial_number {
	float: left;
	margin-left: 15px;
}
.serial_name {
	float: right;
	margin-right: 15px;
}
.product_list dd:hover p {
	border: 1px solid #518ee8;
}
.product_list dd:hover p span {
	color: #518ee8;
}

.contact .mainCt {
	width: 100%;
}
.contact .ctWrap {
	padding: 60px 30px 30px;
}
	
.hotline {
	float: right;
	margin: 35px 0 0 0;
}	
.hotline i {
	display: block;
	font-size: 16px;
	color: #1e1e1e;
}	
.hotline b {
	font-size: 24px;
	color: #e41c23;
	font-style: italic;
	font-weight: bolder;
}	

.link {
	margin-bottom: 70px;
}	
.link_title {
	font-size: 24px;
	color: #28589e;
	position: relative;
	display: block;
	padding-left: 18px;
}	
.link_title:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 24px;
	margin: -12px 0 0 0;
	width: 3px;
	border-left: 2px solid #28589e;
	border-right: 1px solid #28589e;
}	
.link_ct {
	margin-top: 20px;
}
.link_ct a {
	float: left;
	margin: 0 50px 10px 0;
	font-size: 15px;
	color: #28589e;
}	
.link_ct a:hover {
	text-decoration: underline;
}	
	
/*反馈内容*/	
.feedback dd {
	display: block;
	margin: 0 0 20px 0;
}
.half .inp {
	float: left;
	width: calc(50% - 10px);
}
.half .inp.rt {
	float: right;
}


.inp {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #333;
	outline: none;
	border: 1px solid #eee;
	height: 46px;
	padding: 0 15px;
}	
.textbox {
	display: block;
	font-family: 'Helvetica','Arial';
	width: 100%;
	font-size: 15px;
	line-height: 2;
	resize: none;
	outline: 0;
	border: 1px solid #eee;
	color: #333;
	padding: 10px 15px;
	min-height: 200px;
}	
.btn {
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	font-size: 15px;
	border: none;
	background-color: #2d60aa;
	color: #fff;
	transition: all .3s ease-in-out;
}	
.btn:hover {
	background-color: #28589e;
}
	
	

@media screen and (max-width:1340px) {
	.secWrap {
		width: 96%;
	}
	.nav li h3 a {
    width: 120px;
	}
	
	.foot_info ul li {
		margin: 0 0 15px 0;
		width: 100%;
		border-bottom: 1px solid rgb(255,255,255,.20);
	}	
	.foot_info ul li dd span, .foot_info ul li dd a {
		padding: 6px 0;
		font-size: 14px;
	}	
	.foot_info ul li dt {
		font-size: 18px;
		position: relative;
		margin-bottom: 0;
	}
	.foot_info ul li dd {
		display: none;
	}
	.foot_info ul li dt:before {
		content:"";
		position: absolute;
		display: block;
    background: #fff;
    width: 22px;
    height: 2px;
		top: 12px;
    right: 0;
    transition: 0.3s;
	}
	.foot_info ul li dt:after {
		content:"";
		position: absolute;
		display: block;
    background: #fff;
    width: 2px;
    height: 22px;
		top: 2px;
		left: inherit;
    right: 10px;
    transition: 0.3s;
	}
	.foot_info ul li .active_pull:before {
		display: none;
	}
	.foot_info ul li .active_pull:after {
		transform: rotateZ(90deg);
	}
		
	.wechat {
    float: none;
	}
	.wechat dl {
    display: inline-block;
		margin: 10px 0 0 0;
	}
	.bottom {
    text-align: center;
	}
	
	.news_show dd {
    padding: 0 0 0 20px;
	}
	.profile_show dd p {
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
	}
	.news_show dd li p {
    -webkit-line-clamp: 1;
	}


	
}	
@media screen and (max-width:1200px) {
	.header .secWrap {
		width: 100%;
		padding: 0 15px;
	}
	
	.ctShow {
    margin: -42px 0 80px;
	}
	.tab_lead {
    float: none;
    width: auto;
    background-color: #fff;
		padding: 15px 0;
	}
	.tab_lead ul {
    margin: 0 0 0;
	}
	.tab_lead li {
		padding: 15px 0;
		float: left;
		margin: 0 0 0 20px;
	}
	.tab_lead li.current_tab {
    background-color: #fff;
	}
	.tab_lead li.current_tab span {
		color: #28589e;
	}
	
	
	.tab_lead li:hover {
		background-color: #fff;      
	}
	
	.tab_lead li span {
    font-size: 16px;
    color: #787878;
    margin: 0 0 0 20px;
	}
	
	.tab_lead li span:after {
		left: -25px;
		display: none;
    background: url(../images/yp6_1.png) center center no-repeat;
		background-size: 80%;
	}
	.tab_lead li.current_tab span:after {
		display: block;
	}
	.tab_lead li:hover span:after {
		display: block;
	}
	
	.mainCt {
    float: none;
    width: auto;
	}
	
}	
@media screen and (max-width:1099px) {
	.profile_show dt {
    width: 40%;
    padding-bottom: 68%;
	}
	.profile_show dd {
    width: 60%;
		padding: 40px 0 0 20px;
	}
	.contact_show .contaBox {
    padding-bottom: 130%;
	}
	
}	
@media screen and (max-width:1023px) {
	.top {
		height: auto;
	}
	.header:before {
		display: none;
	}
	.header .secWrap {
		padding: 20px 4%;		
		position: absolute;
		top: 0;
		width: 100%;
	}
	.header .logo_box {
		position: absolute;
		top: 10px;
		left: 20px;
	}
	.logo {
    margin: 0 0 0 0;
	}
	
	.secWrap {
		width: auto;
		padding: 0 20px;
	}
	.logo,.mobile_logo {
		height: 40px;
	}
	.search_box {
		position: absolute;
		top: -33px;
		right: 100px;
	}
	
	
	.sp-button {
		display: block;
	}
	.state-nav-open .sp-button span:nth-of-type(1) {
		transform: rotateZ(45deg) translate(6px,6px);
	}
	.state-nav-open .sp-button span:nth-of-type(2) {
		opacity: 0;
	}
	.state-nav-open .sp-button span:nth-of-type(3) {
		transform: rotateZ(-45deg) translate(6px,-6px);
	}
	
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		height: 58px;
		z-index: 10000;
		background-color: #fff;
	}	
	.header.activefix {
    background: #28589e;
	}
	.header.activefix .logo_box {
		top: 10px;
		left: 20px;
	}
	.header.activefix .logo {
		display: none;
	}
	.header.activefix .mobile_logo {
		display: block;
	}
	.header.activefix .sp-button span {
    background: #fff;
	}	
	
	.logo_box {
		float: none;
		position: absolute;
		z-index: 9999999999;
	}
	
	.nav_box {
		display: none;
	}	
	.nav li:hover .nav_menu {
		display: none;
	}

	.state-nav-open .nav_box {
		width: 100%;
	}	
	
	
	.nav {
		width: 100%;
		height: calc(100% - 130px);
		max-width: none;
		margin-right: 0;
		display: block;
		position: absolute;
		top: 100px;
		left: 0;
		z-index: 999999;
		padding: 0 6.4%;
		overflow-x: hidden;
    overflow-y: scroll;
	}	
	.nav li {
		float: none;
		margin: 0;
		border-bottom: 0 none;		
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}		
	.nav li h3 a {
		color: #fff;
		display: block;
		line-height: inherit;
		font-size: 18px;
		line-height: 1.5;
		padding: 16px 0;
		opacity: .92;
		width: 100%;
		pointer-events: none;
	}	
	.nav li:first-child h3 a,.nav li:nth-last-child(1) h3 a {
		pointer-events: visible;
	}	
	
	
	.nav li dl {
    position: relative;
	}
	.nav li dl dd:hover a {
		background-color: transparent;
		color: #fff;
	}
	.nav li dl a {
		color: #fff;
		opacity: .72;
		border-bottom: none;
	}	
	.nav .current_nav a {
		color: #fff;
		opacity: .72;
		background-color: transparent; 
	}
	
	.nav li:hover a {
		color: #fff;
		opacity: 1;
    background-color: transparent;
	}	
	.nav li:hover dl a {
		opacity: .62;
	}	
	.nav li h3 {
		position: relative;
	}	
	.nav li h3:before {
    content: '>';
    font-family: "宋体", "SimSun";
    position: absolute;
    right: 2vw;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    z-index: -1;
    color: #fff;
		transition: 0.5s ease 0s;
		font-size: 22px;
		opacity: .72;
	}	
	.nav li:first-child h3:before,.nav li:nth-last-child(1) h3:before {
		display: none;
	}
	
	.nav li h3.active_pull:before {
		transform: translateY(-50%) rotate(90deg);
    color: #fff;
	}
		
	.guide {
		margin: 58px 0 0;
	}	
	

	.flex-control-nav {
    bottom: 2px;
	}
	.flex-control-paging li a {
    width: 8px;
    height: 8px;
	}
	.flex-direction-nav {
		display: none;
	}
	
	
	.flexslider {
		margin: 58px 0 0;
	}
	.inShow {
		margin: 60px 0 0 0;
		padding: 0 20px;
	}	
	.inShow .secWrap {
		padding: 0;
	}	
	
	.inShow .secWrap {
    background-color: transparent;
    box-shadow: none;
	}
	
	.profile_show,.news_show,.contact_show {
		background-color: #fff;
		box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.12);
		margin: 0 0 30px 0;
	}
	.profile_show {
    float: none;
    width: 100%;
	}
	.profile_show dt {
    width: 40%;
    padding-bottom: 24%;
	}
	.profile_show dd {
    width: 60%;
    padding: 20px;
	}
	
	.news_show {
    float: none;
    width: 100%;
    padding: 20px;
	}	
	.news_show dt {
    width: 32%;
    padding-bottom: 24%;
	}
	
	.contact_show {
    float: none;
		width: 100%;
		padding: 0;
	}	
	.contact_show .contaBox {
    padding-bottom: 24%;
		background: url(../images/yp1_4_1.png) center left no-repeat;
		background-size: cover;
	}
	.contaCt {
    top: 50px;
    left: 30px;
	}
	.contaCt em {
		float: left;
	}
	.contaCt b {
		float: left;
		margin: 35px 0 0 20px;
		font-size: 20px;
	}
	.contaCt b br {
		display: none;
	}
	
	.hotline {
		float: none;
		margin: 0;
		position: absolute;
		top: 18px;
		right: 70px;
	}	
	.hotline i {
		display: inline-block;
		font-size: 14px;
	}	
	.hotline b {
		font-size: 18px;
	}	
	
	
	

}	

@media screen and (max-width:960px) {


}

@media screen and (max-width:900px) {
	.search {
		position: absolute;
		width: 100%;
		top: 0;
		right: 0;
	}
	.search i {
		content: '';
		position: absolute;
		top: 13px;
		right: 70px;
		width: 40px;
    height: 40px;
		background: url(../images/search_ic_1.png) center center no-repeat;
		cursor: pointer;
	}
	.header.activefix .search i {
		background: url(../images/search_ic_2.png) center center no-repeat;
	}
	
	.search_box {
		display: none;
		position: absolute;
		width: 100%;
    top: 16px;
    right: 0;
		padding: 15px;
		background-color: #fff;
	}
	.active_search .search_box {
		display: block;
	}
	.activefix .search_box {
		background-color: #28589e;
	}
	.search_box input {
    width: 100%;
    height: 40px;
    background-color: #f3f3f3;
    border-radius: 20px;
    border: none;
    padding: 0 20px 0 40px;
	}
	.search_box:after {
    right: inherit;
		top: 15px;
		left: 18px;
	}
	.profile_show dd p {
    -webkit-line-clamp: 4;
	}

	.potal a {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
	}

		
}

@media screen and (max-width:768px) {
	.news_show dt {
    padding-bottom: 30%;
	}
	.profile_show dd p {
    -webkit-line-clamp: 3;
	}
	
	.inShow {
    margin: 30px 0 0 0;
	}
	.potal {
    margin: 30px 0;
	}
	.link {
    margin-bottom: 30px;
	}
	
	.product_list dd {
    width: calc(50% - 30px);
    margin: 0 0 30px 30px;
	}
	.link_ct a {
    margin: 0 35px 10px 0;
    font-size: 13px;
	}
	
}

@media screen and (max-width:710px) {
	.proShow {
    padding: 20px 20px 0;
		height: 100%;
	}
	.contaCt {
    top: 20px;
	}
	.crumbs a {
    font-size: 13px;
	}

}

@media screen and (max-width:680px) {
	.profile_show dt {
    width: 30%;
	}
	.profile_show dd {
    width: 70%;
	}
	.profile_show dd p {
    -webkit-line-clamp: 2;
	}
	.detail p {
		margin-bottom: 10px;
	}
	.detail p img,.detail img {
    max-width: inherit;
		width: 100%;
	}	
	.footer {
    padding: 35px 0;
	}  
	.ctWrap,.contact .ctWrap {
    padding: 20px;
	}
	.hotline {
		display: none;
	}	
	
	.tab_lead li span {
    font-size: 14px;
	}
	.tab_lead li span:after {
    background-size: 72%;
	}
	
	
	
	
}

@media screen and (max-width:600px) {
	.profile_show dt {
    width: 150px;
		height: 150px;
	}
	.profile_show dd {  
    width: calc(100% - 150px);
	}
	.profile_show dd a {
		background-size: 62%;
		right: -8px;
    bottom: -8px;
	}
	.news_show dt {
		width: 130px;
		height: 200px;
		padding-bottom: 0;
	}
	.news_show dd {
    width: calc(100% - 130px);
    padding: 0 0 0 20px;
	}
	.contact_show .contaBox {
    padding-bottom: 0;
		height: 120px;
	}

}


@media screen and (max-width:560px) {
	.half .inp {
		float: none;
    width: 100%;
	}
	.half .inp.rt {
    float: none;
		margin-top: 20px;
	}
	.inp {
    font-size: 14px;
	}
	.textbox {
    font-size: 14px;
    min-height: 140px;
	}
	.btn {
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    font-size: 14px;
	}
	
	
}

@media screen and (max-width:480px) {
	.potalBox {
    margin: 0;
	}
	.potal a {
    width: 100%;
    margin: 0 0 20px 0;
	}
	.profile_show dd p {
    -webkit-line-clamp: 4;
		font-size: 13px;
	}
	.comTitle i {
		font-size: 13px;
	}
	.search i {
    right: 50px;
	}
	
	.product_list {
    margin: 0 0 0 0;
	}
	.product_list dd {
	  width: 100%;
	  margin: 0 0 30px 0;
	}

}
@media screen and (max-width:460px) {
	.news_show dd li h6 {
		margin: 20px 0 15px 0;
	}
	.news_show dd li a {
		border-bottom: none;
	}
	.news_show dd li a.end {
		display: none;
	}
	.news_show dd li p {
    -webkit-line-clamp: 4;
	}
	.item em {
		margin: 10px 0 0 0;
	}
	.item h5 span {
		font-size: 15px;
	}
	.item h5 p {
    font-size: 13px;
	}
	.item_btn a {
    font-size: 12px;
	}

}

@media screen and (max-width:420px) {
	.contact_show .contaBox {
    background: url(../images/yp1_4_1.png) center right no-repeat;
		background-size: cover;
	}
	.contaCt b {
    margin: 40px 0 0 20px;
    font-size: 14px;
	}
	.header .logo_box {
    top: 15px;
    left: 15px;
	}
  .logo, .mobile_logo {
    height: 30px;
	} 
	.header.activefix .logo_box {
	 	top: 15px;
	 	left: 15px;
	 }
	.nav {
    top: 70px;
	}

}


@media screen and (max-width:330px) {
	.secWrap {
    padding: 0 15px;
	}
	.inShow {
    padding: 0 15px;
	}
	.news_show {
    padding: 10px;
	}
	.news_show dd li h6 {
    font-size: 15px;
		display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden
	}
	.news_show dd {
    padding: 0 0 0 10px;
	}
	.profile_show dd p {
    font-size: 12px;
	}
	.news_show dd li p {
		font-size: 12px;
	}
	.header .logo_box {
    top: 18px;
	}
	.logo, .mobile_logo {
    height: 28px;
	}
	.search i {
    right: 45px;
	}
	.profile_show dt {
    width: 120px;
    height: 150px;
	}
	.comTitle span {
    font-size: 20px;
	}
	.profile_show dd {
    width: calc(100% - 120px);
		padding: 10px;
	}
	.contaCt b {
    margin: 38px 0 0 15px;
    font-size: 13px;
	}
	.news_show dt {
    width: 110px;
	}
	.news_show dd {
    width: calc(100% - 110px);
    padding: 0 0 0 10px;
	}
	.potal a span {
    font-size: 18px;
	}
	.potal a {
    height: 80px;
    line-height: 80px;
	}
	.ic {
		background-size: 32%;
	}
	
	.foot_info ul li dt {
    font-size: 16px;
	}
	.foot_info ul li dt:before {
    width: 18px;
    top: 12px;
	}
	.foot_info ul li dt:after {
    height: 18px;
    top: 4px;
    right: 8px;
	}
	.search i {
    background-size: 52%;
	}
	.sp-button span {
    width: 20px;
	}
	.sp-button span:nth-of-type(1) {
    top: 22px;
	}
	.sp-button span:nth-of-type(2) {
    top: 29px;
	}
	.state-nav-open .sp-button span:nth-of-type(3) {
    transform: rotateZ(-45deg) translate(4px,-4px);
	}
	.search i {
    right: 42px;
	}
	.nav li a {
    font-size: 14px;
	}
	.nav li h3 a {
    font-size: 16px;
	}
	
	
}
