@charset "utf-8";
html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
html, body, div, p, ul, li, ol, dl, dt, dd, form, input, textarea, table, tr, td, img, a, span, em, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; }
h1, h2, h3, h4, h5, h6 { font-style: normal; font-weight: normal; padding: 0; margin: 0; }
html, body { width: 100%; }
body { font-family:"微软雅黑", arial, Helvetica, sans-serif; font-size: 14px; overflow-x: hidden; color: #000; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*-webkit-filter: grayscale(100%);*/
}
input, select, option, textarea { border: none; outline: none; font-family: "SY", "微软雅黑", arial, Helvetica, sans-serif; }
img { border: none; }
a, a:hover, a:active, a:visited, a:link { text-decoration: none; outline: 0; }
a:hover { color: #333; }
ul li { margin: 0; }
ul, li { list-style: none; }
.left { float: left; }
.right { float: right; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:before, .clearfix:after { content: " "; display: table; clear: both; }
.none { display: none; }
.block { display: block; }
.w { width: 1660px; margin: 0 auto; }
::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}.mtb5{margin-bottom:15px;}
.dpflex{ display:flex;justify-content: space-around;min-width:60vmax;justify-content: flex-start; left:0;flex-wrap: wrap;}
.dpflex3{ display:flex;justify-content: space-around;min-width:60vmax;justify-content: space-evenly; left:0;flex-wrap: wrap;}
/*.dpflex li{width:48%;margin-right:2%;}
.dpflex li:nth-child(2){border-left:1px solid #eee}
.dpflex li:nth-child(3){border-left:1px solid #eee}*/
.subnav li.dpflex1 span{float:left;margin:5px 1.5% 5px 0; display:block;}
.subnav li.dpflex1 h4{clear:both; width:100%;margin-top:4vh;font-size:max(16px,.9vw)}
.subnav li.dpflex1 h4 a{color:#df0000}
.subnav li.dpflex1{display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; }
/*.h { height: 100px; }*/
.overflow { overflow: hidden; }

header { position: fixed; top: 0; left: 0; width: 100%; background:rgba(255,255,255,.85); z-index: 999; border-bottom:1px solid #ebebeb}
header.fixed { -moz-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2); -webkit-box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2); box-shadow: 0px 0px 10px rgba(62, 62, 62, 0.2);  background:rgba(255,255,255,9); }
.head-main { position: relative; line-height: 100px; font-size: 0; padding:0; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
header.fixed .head-main { line-height: 70px; }
.head-main .logo { float: left; }
.head-main .logo img { vertical-align: middle;moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
.head-main .nav { float: right;}
.head-main .nav>ul>li { float: left;  position: relative; display: block;}
.nav>ul>li { /*margin: 0 12px; */  position: relative; display: block;}
.nav>ul>li>a { position: relative; display: block; font-size: 16px; color: #000; padding: 0 5px; }
.nav>ul>li>a:after { content: ""; position: absolute; left: 0; bottom: 23px; width: 0; height: 2px; background: #df0000; opacity: 0; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
header.fixed .head-main .nav>ul>li>a:after { bottom: 13px; }
.nav>ul>li:hover>a:after, .nav>ul>li>a.on:after { opacity: 1; width: 100%; }
.nav>ul>li:hover>a, .nav>ul>li a.on { color: #df0000; }
.nav>ul>li >.subnav {opacity:0 ;visibility:hidden ;transition: all 0.3s; }
.nav>ul>li:hover >.subnav {opacity: 1;visibility: visible;transform: translateX(-50%) perspective(200px) rotateX(0deg);transition: all 0.3s;}
header.fixed .subnav {top: 70px;}
.subnav { padding-bottom:10px;position: absolute;top: 100px;left: 50%;background-color: rgba(255,255,255,1);z-index: 990;opacity: 0;visibility: hidden;-webkit-transition: all ease .3s;transition: all ease .3s;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);transform: translateX(-50%) perspective(300px) rotateX(-90deg);-webkit-transform-origin: 0 0 0;transform-origin: 0 0 0;-moz-transform-origin: 0 0 0; border-radius:8px !important;}
.subnav li {line-height: 44px;font-size: 14px;-webkit-transition: all ease .3s;transition: all ease .3s;/* display: block; */ border-bottom:1px solid #eee; margin-left:24px; margin-right:24px; }
.subnav li:last-child{ border-bottom: none}
.subnav li a {display: block;padding: 0px 12px;white-space: nowrap; color:#333333; font-size:16px; line-height:44px;}
.subnav li:hover { /*background-color: #30ddb6*/background:url(../img/nav-hbg-icon.png) left center no-repeat; }
.subnav li:hover > a { color:#df0000; text-decoration: none; }
.subnav li a:hover {color:#df0000; text-decoration: none;}
a::after {transform: scaleX(1);}
.subnav {opacity: 1;visibility: visible;transform: translateX(-50%) perspective(200px) rotateX(0deg);}



.wrap { width: 1300px; margin-right: auto; margin-left: auto; }
.rect-5625 img { display: block; width: 100%; }
.imgZoom { overflow: hidden; -webkit-transform: rotate(0); transform: rotate(0); }
.imgZoom img, .imgY180 img { width: 100%; -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s; -webkit-transition: all .8s ease 0s; transition: all .8s ease 0s; }
.top-sider { position: absolute; top: 0; right: 0; width: 360px; line-height: 100px; }
header.fixed .top-sider { line-height: 70px; }
.searchform {float: left; display: block; position: relative;  padding: 0 10px; /*width: 60px; */}
.searchform .con { display: inline-block; vertical-align: middle; }
.search1 { position: absolute; right: 100%; top: 50%; width: 0; height: 100px; line-height: 100px; margin-top: -50px; font-size: 14px; color: #333; text-indent: 10px; background: #f5f5f5; z-index: 2; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; }
header.fixed .search1 { height: 70px; line-height: 70px; margin-top: -35px; }
.search2 { display: block; width: 30px; height: 30px; line-height: 30px; border: none; background: url(../img/search.png) no-repeat center center; }
.searchform:hover { background-color: #f5f5f5; }
.searchform:hover .search2 { cursor: pointer; background: #f5f5f5 url(../img/search.png) no-repeat center center; }
.searchform:hover .search1 { width: 145px; }
.trans, .trans:hover { -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -moz-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; -ms-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.trans-fast, .trans-fast:hover { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; }
.sitemap { float: left; width:160px; overflow: hidden; }
.menu-handler { background:#df0000 url(../img/qz.png) no-repeat center; position: relative; height: 100px; cursor: pointer; transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1); overflow: hidden; width:160px; }
header.fixed .menu-handler { height: 70px;  width:130px; }
.menuOpen .menu-handler { position: relative; z-index: 1020; background: #df0000 url(../img/qz1.png) no-repeat center; }
.menu-handler .burger { width: 33px; height: 3px; background-color: #ffffff; display: block; position: absolute; z-index: 5; top: 38px; left: 50%; margin-left: -16.5px; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; transform-origin: center; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; -ms-transform-origin: center; }
.menu-handler .burger-2 { top: 48px; }
.menu-handler .burger-3 { top: 58px; }
header.fixed .menu-handler .burger { top: 23px; }
header.fixed .menu-handler .burger-2 { top: 33px; }
header.fixed .menu-handler .burger-3 { top: 43px; }
.menu-handler.active .burger-1 { top: 48px; right: 19px; -moz-transform: rotate(225deg); -webkit-transform: rotate(225deg); -o-transform: rotate(225deg); -ms-transform: rotate(225deg); transform: rotate(225deg); }
header.fixed .menu-handler.active .burger-1 { top: 33px; }
.menu-handler.active .burger-2 {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); filter: alpha(opacity=0); opacity: 0; -moz-opacity: 0; -khtml-opacity: 0; -webkit-opacity: 0; height: 0; }
.menu-handler.active .burger-3 { top: 48px; right: 19px; -moz-transform: rotate(-225deg); -webkit-transform: rotate(-225deg); -o-transform: rotate(-225deg); -ms-transform: rotate(-225deg); transform: rotate(-225deg); }
header.fixed .menu-handler.active .burger-3 { top: 33px; }
.black-60 { background: rgba(0, 0, 0, 0.6); }
.pusher { transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.menuOpen .pusher { transform: translateX(-26%); -webkit-transform: translateX(-26%); transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; -webkit-transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.menuOpen .siteMap-overlay { opacity: 1; visibility: visible; }
.menuOpen .siteMap-nav { right: -18px; }
header.fixed .topewm{height: 70px}
header.fixed .topewm .ewmimg{top: 70px; }
.topewm {height: 100px;float: left;width:60px;  background:url(../img/ewm1.png) no-repeat center center }
.topewm .ewmimg { opacity: 0; -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; position: absolute; background: #fff; padding: 10px; border-radius: 5px; top: 100px; right: -6px;  height:190px;}
.topewm .ewmimg img { width: 180px; }
.topewm:hover { cursor: pointer; }
.topewm:hover .ewmimg { z-index: 9999; opacity: 1; }

/*移动端*/

.sliding-menu { overflow: hidden; position: relative; }
.sliding-menu ul { float: left; margin: 0; width: 100%; }
.sliding-menu li { list-style: none; margin: 0; line-height: 16px; }
.sliding-menu a { display: block; padding: 1em; line-height: 16px; }
.sliding-menu a:hover { background: #333; color: #FFF; }
.sliding-menu a.nav:before { content: '\3009'; float: right; margin-left: 1em; }
.sliding-menu a.back { background: #083f78; color: #FFF; }
.sliding-menu a.back:before { content: '\3008'; float: left; margin-right: 1em; }
.sliding-menu { overflow: hidden; position: relative; }
.sliding-menu ul { float: left; margin: 0; width: 100%; }
.sliding-menu li { list-style: none; margin: 0; line-height: 16px; }
.sliding-menu a { display: block; padding: 1em; line-height: 16px; }
.sliding-menu a:hover { background: #333; color: #FFF; }
.sliding-menu a.nav:before { content: '\3009'; float: right; margin-left: 1em; }
.sliding-menu a.back { background: #083f78; color: #FFF; }
.sliding-menu a.back:before { content: '\3009'; float: right; margin-right: 0; }
.phone_head { position: fixed; top: 0; left: 0; right: 0; background: #fff; z-index: 999999; height: 50px; line-height: 50px; -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14); box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.14); }
.phone_head .logo { font-size: 0; }
.phone_head .logo img { max-width: 100%; height: auto; max-height: 35px; vertical-align: middle; }
.phone_head .head_admin { height: auto; line-height: 55px; margin: 0; margin-left: 15px; }
.phone_head .head_admin a { color: #1886d1; font-size: 12px; }
.phone-head .menubtn>span.expand { vertical-align: middle; display: inline-block; height: 26px; width: 34px; background: url(../img/navbg.png) no-repeat center; background-size: auto 100%; }
.phone-head .mask-close { background: #df0000 none repeat scroll 50% 50% / auto padding-box border-box; cursor: pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color: #fff; text-align: center; font-size: 22px; font-weight: bold; position: absolute; top: 11px; left: 18px; height: 30px; line-height: 30px; width: 30px; overflow: hidden; }
.maskbg { /*display: none;*/
position: fixed; top: 0; left: -9999px; width: 100%; height: 100%; /*background-color: rgba(0, 0, 0, 0.5);*/
overflow: hidden; }
.popUp { position: absolute; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: -1; }
.maxDiv .maskbg { left: 0; }
.maskbg:before { content: ""; position: absolute; top: 0; left: -9999px; width: 180px; height: 100%; background: #8d0202; transition: all 0.3s; z-index: 0; }
.maxDiv .maskbg:before { left: 0; transition: all 0.3s; }
.sliding-menu a.back { background: #df0000; }
.sliding-menu a:hover { background: #df0000; }
.mobile-header {position:fixed;top:0;    width: 100%; background:#fff;margin-bottom:80px;    z-index: 9999999;}
@media screen and (min-width: 1499px) {
	.news-list li{margin-bottom: 30px;}	
.w { width: 1440px; }
.nav>ul>li { margin: 0 5px; }
.industrytabs li .ico img { max-width: 42px; }
.industrytabs li .tbox .en { font-size: 16px; }
.ctinfo .tcon { font-size: 16px; line-height: 24px; }
.ctewm li { margin-left: 20px; width: 100px; }
.hr-sec1 .main .tbox { padding: 30px; }
.party-sec1 .tbox { font-size: 16px; line-height: 28px; }
.soc-sec1 li .tbox .t2 { line-height: 32px; }
}
 @media only screen and (max-width:1440px) {
.w { width: 100%; }
.nav>ul>li>a { padding: 0 5px; }
.top-sider { width: 240px; }
.searchform { padding: 0 15px; }

}
 @media only screen and (max-width:1366px) {
	 .head-main .logo img {
    height: 28px;
}
.about-sec4 .main .tbox { width: 60.3%; }
.w { width: 100%; }
.nav>ul>li>a { padding: 0 5px; }
.top-sider { width: 180px; }}
 @media only screen and (max-width:1280px) {
.w { width: 100%; }
.newswiper .news3 .tit a { font-size: 16px; }
.newswiper .news3 ul li { font-size: 14px; height: 28px; line-height: 28px; }
.deltboxswiper .tbox { padding: 0 100px; }
.about-sec4 .main .tbox { line-height: 29px; }
.ctinfo .tcon img { margin-right: 15px; }
.hr-sec1 .main .pic { float: left; width: 46.2%; }
.hr-sec1 .main .tbox { width: 53.8%; }
.dropdown,  .newstext { width: 240px; }
.news-sec li a { padding: 30px 0; }
.sci-sec2 .main li .tbox { background: none; }
.soc-sec1 li .tbox .t2 { line-height: 26px; }
}
 @media only screen and (max-width:1200px) {
.nav>ul>li>a { padding: 0px; }
.w { width: 1024px; }
.top-sider { display: none; }
.h { height: 50px; }
.dropdown,  .newstext { width: 185px; }
.newsbtn { width: 170px; }
.soc-sec1 li { margin-bottom: 20px; }
.soc-sec1 { padding-top: 30px; }
.soc-sec2 { padding: 30px 0; }
}

 @media only screen and (max-width:1024px) {
.w { width: 960px; }
.phone_head { display: block; }
}
 @media only screen and (max-width:960px) {
	 header { display: none; }
.w { width: 100%; padding: 0 3%; }
}
 @media only screen and (max-width:780px) {
}
 @media only screen and (max-width:640px) {
.in-sec1 .main { padding: 0; }

}
 @media only screen and (max-width:320px) {
}

/*手机站menu*/
 @media(max-width:1200px) {
.mobile-header { display: block; }
}
@media (max-width: 750px) {
.mobile-header .logo img {    margin: 13px 0;    height: 30px;}
}
#menu {  position: absolute; right: 1rem; top: 12px; text-align: center;z-index: 5; transition: all 0.5s; opacity: 1; }
#menu.active { opacity: 0; }
#menu span { width: 2rem; height: 2px; background-color: #0339c4; margin: 0 auto 6px; display: block; line-height: 1; transition: all 0.5s; }
#menu:hover span { background-color: #e20000; }
#menu span:last-child { margin-bottom: 0; }
/*sidenav*/
#msidenav { text-align: center; position: fixed; right: -100vw; top: 0; width: 15rem; height: 100%; background-color: rgba(0,0,0,0.8); z-index: 9999; padding: 0; transition: all 0.5s; }
#msidenav.active { right: 0; }
#msidenav .nav-close { width: 20px; height: 20px; display: block; transition: all 0.5s; font-size: 24px; line-height: 20px; }
#msidenav .nav-close:before { content: "\00d7"; color: #fff; }
#msidenav .nav-close span { color: #fff; }
#msidenav .nav-close:hover { transform: rotate(180deg); }
#msidenav .nav-close:hover span { background-color: #ffe700; }
#msidenav .nav-close span:nth-child(1) { transform: rotate(45deg); }
#msidenav .close span:nth-child(2) { transform: rotate(-45deg); }
#msidenav>ul>li { padding: 15px 0; border-bottom: 1px solid #666; position: relative;text-align: left; }
	.msubnav{ background:#666;padding: 10px 2px;}
#msidenav>ul>li>a { color: #fff; font-size: 16px; }
#msidenav>ul>li>a:hover { color: #fff; }
#msidenav>ul>li .subnav li a { font-size: 14px; color: #fff }
#msidenav>ul>li .subnav { margin: 10px 0 }
#msidenav>ul>li .subnav li { padding: 5px 0 }
#msidenav { width: 50%; }
#msidenav ul li a span.toggle { display: inline-block; width: 25px; height: 25px; position: absolute; right: 0; top: 14px; display: inline-block; width: 60px; height: 25px; background: url(../img/toggle.png) no-repeat center center/auto 100%; -webkit-transition: all ease .3s; transition: all ease .3s; }
#msidenav .menu>ul>li { border-bottom: 1px solid #efefef; list-style-type: none }
#msidenav .menu>ul>li>a { display: block; line-height: 22px; font-size: 18px; padding: 16px 30px 16px 0; color: #333; position: relative; text-decoration: none }
#msidenav .menu>ul>li>a span.toggle { display: inline-block; width: 60px; height: 25px; position: absolute; right: 0; top: 14px; background: url(../img/toggle.png) no-repeat center center/auto 100%; -webkit-transition: all ease .3s; transition: all ease .3s }
#msidenav ul li a.active span.toggle { -webkit-transform: rotate(90deg); transform: rotate(90deg) }
#msidenav .menu>ul>li>ul.msubnav { padding: 10px 30px 10px 20px !important; display: none }
#msidenav .menu>ul>li>ul.msubnav li { padding: 7px 0; list-style-type: none ;}
#msidenav .menu>ul>li>ul.msubnav li a { color: #fff; text-decoration: none }
#msidenav .menu>ul>li>ul.msubnav { padding: 10px 30px 10px 20px; display: none !important; }
#msidenav .menu>ul>li .msubnav { padding: 10px 30px 10px 20px !important; display: none !important; }
#msidenav .menu>ul>li .msubnav li { padding: 7px 0 !important; list-style-type: none; }
#msidenav .menu>ul>li .msubnav li a { color: #fff !important; text-decoration: none;line-height:200%; font-size: 14px !important }
/*手机站menu*/


.kzjz-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 99;
	-webkit-transition: all 0.5s;
	background-color: rgb(255, 255, 255, 0.8);
}
.kzjz-nav:hover {
/*   background-color: rgb(255, 255, 255);*/
}
.kzjz-nav .top-nav {
	-webkit-transition: all 0.5s;
}
.kzjz-nav .top-nav.active {
	background: #fff;
}
.kzjz-nav .top-nav .logo {
	color: #2b2b2b;
	float: left;/*margin-top:22px;*/
	-webkit-transition: all 0.5s;
}
.kzjz-nav .top-nav .container {
	max-width: 1500px;
	width: 100%;
	padding: 0;
}
.kzjz-nav .top-nav .logo .logon {
	margin-left: 10px;
	margin-top: 5px
}
.kzjz-nav .top-nav .logo .logon h2 {
	font-size: 20px;
	margin: 5px 0
}
.kzjz-nav .top-nav .logo .logon p {
	font-size: 14px;
	margin: 0;
	color: #666
}
.kzjz-nav .top-nav .navbar {
	float: right;
	margin-bottom: 0; /*margin:0 0 0 300px;*/
	border: 0;
	position: static !important
}
.kzjz-nav .top-nav .navbar>ul>li {
	float: left;
	line-height: 120px;
	list-style-type: none;
}
.kzjz-nav .top-nav .navbar>ul>li>a {
	font-size: 18px;
	line-height: 100px;
	padding: 0 24px;
	-webkit-transition: all 0.5s;
	display: block;
	position: relative;
	text-decoration: none;
	color: #434343
}
.kzjz-nav .top-nav .navbar>ul>li>a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #0054a6;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	transform: scaleX(0)
}
.kzjz-nav .top-nav .navbar>ul>li .subnav::after, .kzjz-nav .top-nav .navbar>ul>li .subnav::before {
	content: ' ';
	display: block;
	clear: both;
}
.kzjz-nav .top-nav .navbar>ul>li .subnav {
	position: absolute;
	width: 100%;
	top: 100px;
	left: 0;
	background-color: #fff;
	height: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	padding-left: 40%
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li {
	line-height: 80px;
	float: left;
	font-size: 14px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	list-style-type: none
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li a {
	color: #1e74dc;
	display: block;
	padding: 0px 15px;
	white-space: nowrap;
	text-decoration: none;
	font-size: 1.6rem;
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li:hover {
	background-color: #1e74dc;
}
.kzjz-nav .top-nav .navbar>ul>li .subnav li:hover a {
	color: #fff
}
.kzjz-nav .top-nav .navbar>ul>li:hover>a::after {
	transform: scaleX(1)
}
.kzjz-nav .top-nav .navbar>ul>li:hover .subnav {
	z-index: 99;
	opacity: 1;
	visibility: visible;
	height: 80px;
}
.kzjz-nav .top-nav .t-contact {
	float: right;
	line-height: 35px;
	font-size: 16px;
	font-weight: 700;/*padding-left:40px;*/
	background: url(static/images/phone.png) no-repeat left center;
	margin-top: 43px;
	-webkit-transition: all 0.5s;
}
.kzjz-nav .top-nav .nav-toggle {
	float: right;
	margin-top: 18px;
	padding: 4px 10px;
	/*border: 1px solid #ccc;*/
	border-radius: 4px;
	cursor: pointer;
	display: none
}
.kzjz-nav .top-nav .nav-toggle span {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background-color: #e71212;
	margin-bottom: 6px
}
.kzjz-nav .top-nav .nav-toggle span span {
	margin-top: 4px
}
.kzjz-nav .top-nav .mobile-navbar {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.kzjz-nav .top-nav .mobile-navbar .mask {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 998;
	background-color: rgba(0,0,0,.3)
}
.kzjz-nav .top-nav .mobile-navbar .menu {
	position: fixed;
	width: 300px;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 999;
	background-color: #fff;
	padding: 0 20px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.kzjz-nav .top-nav .mobile-navbar .menu .menu-box {
	margin-top: 10px;	text-align: right;  background: url(../img/logo.png) no-repeat left top;
    background-size: 70%;
    border-bottom: 1px solid #e9e7e7;
    padding-bottom: 10px;
}
.kzjz-nav .top-nav .mobile-navbar .menu .menu-box .menu-close {
	display: inline-block;
	width:40px;
	height: 40px;
	background: url(../img/close.png) no-repeat center center/auto 20px;
	cursor: pointer
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li {
	border-bottom: 1px solid #efefef;
	list-style-type: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li>a {
	display: block;
	line-height: 22px;
	font-size: 18px;
	padding: 16px 30px 16px 0;
	color: #333;
	position: relative;
	text-decoration: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li>a .toggle {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0;
	top: 14px;
	/*background: url(../images/toggle.png) no-repeat center center/auto 100%;*/
	-webkit-transition: all ease .3s;
	transition: all ease .3s
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li>a.active .toggle {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg)
}

.kzjz-nav .top-nav .mobile-navbar.show {
	opacity: 1;
	visibility: visible
}
.kzjz-nav .top-nav .mobile-navbar.show .menu {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
.kzjz-nav .top-nav .logo .logon h2, .kzjz-nav .top-nav .logo .logon p {
	color: #333
}
.kzjz-nav .navbar .clearfix img {
	width: 22px
}
.kzjz-nav .mobile-navbar img {
	width: 22px
}
@media (max-width: 1440px) {
.kzjz-nav .top-nav .navbar {
	margin: 0 0 0 6%
}
}
@media (max-width: 1300px) {
.kzjz-nav .top-nav .container {
	padding: 0 10px;
}
.kzjz-nav .top-nav .navbar {
	margin-left: 5%;
}
.kzjz-nav .top-nav .navbar>ul>li>a {
	padding: 0 11px
}
}
@media (max-width: 1200px) {
.kzjz-nav .top-nav .t-contact {
	display: none;
}
}
@media (max-width: 992px) {
	.tabs-title a {
    text-align: center;
    color: #fff;
    font-size: max(16px,1.2vw);
    height: 100px;}
	.tabs-title {
    width: 100%;
    margin-top: -7vh;
    background-color: #fb2525;
    cursor: pointer;
    background-color: #fb2525;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 15px !important;
    justify-content: space-around;
}
.kzjz-nav {
	
	display:none block;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
height: 15px !important;}
.kzjz-nav {
	height: auto;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 20%);
}
.kzjz-nav .top-nav .container {
	padding: 12px 10px;
}
.kzjz-nav .top-nav .logo {
	margin-top: 0;
}
}
@media (min-width:1225px) {.topt{display:block}}
@media (min-width:1200px) and (max-width:1226px) {
	.topt{display:none}
}
@media (min-width:992px) and (max-width:1200px) {

.kzjz-nav {
	display: none;
}
.kzjz-nav .top-nav .navbar {
	margin-left: 30px
}
.kzjz-nav .top-nav .navbar>ul>li {
	margin: 0 6px
}
}
@media (max-width:992px) {
header {
	display: none;
}
.kzjz-nav .top-nav {
	padding: 5px 0 1px;
	background: #fff;
}
.kzjz-nav .top-nav .navbar {
	display: none
}
.kzjz-nav .top-nav .nav-toggle {
	display: block;
	margin: 10px 0;
}
.kzjz-nav .top-nav .t-contact {
	display: none;
}
.kzjz-nav {
	display: block;
}
}
@media (max-width:767px) {
		.tabs-title a {
    text-align: center;
    color: #fff;
    font-size: max(16px,1.2vw);
    height: 50px;    margin-top: 8px;}
	.tabs-title {
    width: 100%;
    margin-top: -7vh;
    background-color: #fb2525;
    cursor: pointer;
    background-color: #fb2525;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 15px !important;
    justify-content: space-around;
}
	.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
height: 15px;}
header {
	display: none;
}
.kzjz-nav .top-nav .logo .logon h2 {
	font-size: 16px
}
.kzjz-nav .top-nav .logo .logon p {
	font-size: 14px
}
.kzjz-nav .top-nav {
	border: none
}
.kzjz-nav .top-nav .logo img {
	width: 85%
}
.kzjz-nav {
	display: block;
}
.pagecon p img {
	display: block;
	width: 100%;
	text-align: center
}
}
@media (max-width:320px) {
		.tabs-title a {
    text-align: center;
    color: #fff;
    font-size: max(16px,1.2vw);
    height: 100px;}
	.tabs-title {
    width: 100%;
    margin-top: -7vh;
    background-color: #fb2525;
    cursor: pointer;
    background-color: #fb2525;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    border-radius: 15px !important;
    justify-content: space-around;
}
	.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
height: 15px;}
header {
	display: none;
}
.kzjz-nav .top-nav .logo .logon {
	display: none
}
.kzjz-nav .top-nav .nav-toggle {
	margin-top: 10px
}
.kzjz-nav {
	display: block;
}}


 @media (max-width: 768px) {

.kdkbrea .m-classify ul li:last-child a::before {
	display: none
}
.kzjz-nav {
	position: static !important
}
.kdkbrea {
	margin: 0 auto;
	/*min-width: 73%;*/
	width: 100%;
	/*max-width: 1400px;*/
}
.kdkbrea .row {
	margin-left: 0;
	margin-right: 0
}
.kdkbrea::after, .kdkbrea::before {
	content: ' ';
	display: block;
	clear: both;
}
.kdkbrea>div:nth-child(1) {
	/*float: right;
	width: 34.14%;*/
	margin: 0;
	padding: 0;
}
.kdkbrea>div:nth-child(2) {
	width: 65.86%;
	margin: 0;
	float: left;
}
.kdkbrea .m-classify ul li a::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 15px;
	display: block;
	/*background: #ccc;*/
	top: 50%;
	margin-top: -7px;
	right: 0px;
}
.kdkbrea .m-classify ul li a::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 0%;
	height: 3px;
	background-color: none;
	transition: all .3s;
}
.kdkbrea .m-classify ul li a:hover::after {
	width: 80%;
	left: 10%;
	background-color: #e71212;
}
.kdkbrea .m-site .container {
	width: 100%;
	text-align: right;
}
.kdkbrea .m-site {
	padding: 27px 0;
}
.kdkbrea .m-site .pos label {
	font-weight: 400;
	padding-left: 22px;
	background: url(../images/address.png) no-repeat 1px center;
}
.kdkbrea .m-site .pos label, .m-site .pos a, .m-site .pos span {
	font-size: 14px;
	color: #999;
}
.kdkbrea .m-site .pos span {
	margin: 0 8px;
}
.kdkbrea .m-site .pos a:hover {
	color: #e71212;
}

.kdkbrea .m-site {
	padding: 15px 0;
	border-bottom: 1px solid #efefef;
}
.kdkbrea .m-site .pos {
	float: left;
	/*width: 75%;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
}
.kdkbrea .m-site .more {
	float: right;
	color: #666;
}
.kdkbrea .m-classify .mask {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 1001;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}
.kdkbrea .m-classify ul {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 70%;
	background-color: #fff;
	z-index: 1002;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.kdkbrea .m-classify ul h3 {
	font-size: 20px;
	padding: 15px;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;    background: #bc0303;
    color: #fff;
    font-weight: 600;
}
.kdkbrea .m-classify ul li a {
	position: relative;
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	border-bottom: 1px solid #efefef;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kdkbrea .m-classify ul li a:hover {
	background-color: #df0000;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.kdkbrea .m-classify ul li.active a {
	background-color:#e71212;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.kdkbrea .m-classify.show .mask {
	opacity: 1;
	visibility: visible;
}
.kdkbrea .m-classify.show ul {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.tcon {
    min-height: 40vh;
    padding:0 0 2vh 0;
}
.tcon h2{line-height:180%;    text-indent: 0;}
.tcon h4{font-size:max(16px,.8vw); font-weight:600; margin:10px auto; clear:both;    text-indent: 0;}
}
@media (min-width: 1201px) {
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li .subnav {
	padding: 10px 30px 10px 20px;
	display: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li .subnav li {
	padding: 7px 0;
	list-style-type: none
}
.kzjz-nav .top-nav .mobile-navbar .menu>ul>li .subnav li a {
	color: #999;
	text-decoration: none
}
	
	
}
@media (min-width: 768px) {
.kdkbrea {
	display:none
}
}
.tcon h2{font-size:max(18px,1.5vw); font-weight:600; margin:20px auto; clear:both; color:#df0000; text-align:center}
.tcon h4{font-size:max(16px,.8vw); font-weight:normal; margin:10px auto; clear:both;color:#666;margin-bottom:20px; text-align:center;line-height:180%}