@charset "utf-8";
html,body,ul,li,ol,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,form,fieldset,legend,img,input{margin:0;padding:0;}
body{font-size:16px;font-family: "MicrosoftYaHei";position:relative;height:100%;}
ul,li,ol{list-style:none;}
em,i{font-style:normal;}
b,strong{font-weight:normal;}
a,u{text-decoration:none;margin:0;padding:0;}
fieldset,input,img{border:0;}
input{outline:none;margin:0;padding:0;}
button{margin:0;padding:0;}
img{display:block;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:16px;}
textarea{resize:none;}
span,p,dl,dt,dd{margin:0;padding:0;}

.fl{float:left;}
.fr{float:right;}

.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.container{margin:0 auto;width:96%;}


.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex{display:flex;}
#brow{width:100%;overflow:hidden;padding:20px 0px;border-bottom:1px solid rgba(0,0,0,.1);}
.browbox,.browcontact{justify-content:space-between;align-items:center;}
.browcontact span{font-size:14px;display:flex;align-items:center;}
.browcontact span:nth-child(1) i{display:inline-block;width:20px;height:20px;background:url(../images/tel.png) no-repeat center;}
.browcontact span:nth-child(2) i{display:inline-block;width:20px;height:20px;background:url(../images/mail.png) no-repeat center;margin-left:20px;}

#nav{width:100%;box-shadow:0px 2px 2px rgba(0,0,0,.1);}
.navbox{justify-content:space-between;align-items:center;}
.logo img{margin:10px 40px 0px 0px;}
.navlist{align-items:center;}
.navlist li{height:80px;line-height:80px;position:relative;}
.navlist a{font-size:15px;color:#888;padding:0px 30px;}

#navsmart{display:none;}

.fixed{position: fixed; top:0px; background: #fff; z-index: 111;}
.dropnav{position:absolute;z-index:999;left:-30px;height:0px;background:#fff;overflow:hidden;display:block;box-shadow:0px 2px 2px rgba(0,0,0,.1);}
.dropnav ul{text-align:center;background:#f2f2f2;}
.dropnav ul li{height:50px;line-height:50px;width:200px; margin-left: 0px; text-align: center;}
.dropnav ul li a{font-size:13px;color:#888; padding: 0px; text-align: center;}
.dropnav ul li:nth-child(2n){background:#fff;}
.dropnav ul li:hover{background:#083eab;}
.dropnav ul li:hover a{color:#fff;}
.navlist li:hover .dropnav{height:300px;}

.search{background:#fff;border-left:1px solid rgba(0,0,0,.1);padding-left:30px;}
.search input{background:#fff;vertical-align:middle;}
.search button{background:#fff url(../images/search.png)no-repeat center;padding:10px 20px;border:none;vertical-align:middle;}
.search input::-webkit-input-placeholder{font-size:13px;color:#999;}
.search input::-moz-placeholder{font-size:13px;color:#999;}
.search input:-moz-placeholder{font-size:13px;color:#999;}
.search input:-ms-input-placeholder{font-size:13px;color:#999;}

#banner img{max-width:100%;}
@media only screen and (max-width: 1600px){
	#brow p{font-size:14px;}	
	.navlist a{font-size:14px;color:#888;padding:0px 26px;}
}
@media only screen and (max-width: 1440px){
	#brow p{font-size:14px;}
	.navlist a{font-size:14px;color:#888;padding:0px 24px;}
}
@media only screen and (max-width: 1366px){
	#brow p{font-size:14px;}
	.navlist a{font-size:14px;color:#888;padding:0px 15px;}
}
@media only screen and (max-width: 1280px){
	#brow p{font-size:14px;}
	.navlist a{font-size:13px;color:#888;padding:0px 6px;}
}
@media only screen and (max-width: 1024px){
	#brow{display: none;}
	.logo img{margin:10px 10px 0px 0px;width:200px;}
	.navlist a{font-size:13px;color:#888;padding:0px 8px;}
	.search{padding-left:5px;}
	.search input{width:80px;}
	#banner{padding-top:60px;}
	#nav.fixed{display: fixed;}
	#nav{position: fixed;
    top: 0px;
    background: #fff;
    z-index: 111;}

	.btn-menu { display:block; float: right; position: relative;  z-index: 111; background: transparent; cursor: pointer; padding: 23px 0; width: 26px; height: 16px; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s;}
	.btn-menu:before, .btn-menu:after, .btn-menu span { background-color: #7c5852; -webkit-transition: all ease .238s; -moz-transition: all ease .238s; transition: all ease .238s; }
	.btn-menu:before, .btn-menu:after { content: ''; position: absolute; top: 0; height: 2px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }
	.btn-menu span { position: absolute; width: 100%; height: 2px; left: 0; top: 50%; overflow: hidden; text-indent: 200%; }
	.btn-menu:before { -webkit-transform: translate3d(0, -7px, 0); transform: translate3d(0, -7px, 0); }
	.btn-menu:after { -webkit-transform: translate3d(0, 7px, 0); transform: translate3d(0, 7px, 0); }
	.btn-menu.active span { opacity: 0; }
	.btn-menu.active:before { background-color: #7c5852; -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
	.btn-menu.active:after { background-color: #7c5852; -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }

	.navlist{display: none;background-color: rgba(255,255,255,1); box-shadow: 0px 5px 5px -5px #7c5852; position: absolute;z-index: 999; top: 61px;left: 0px; width:100%;}
	.navlist li{height: 48px; line-height: 48px;border-bottom: 1px solid #ccc; text-align: center;}
	.navlist a{font-size: 14px; text-align: center;}
}

@media only screen and (max-width: 768px){
	.logo img{margin:10px 10px 0px 0px;width:150px;}
	.navlist a{font-size:14px;color:#888;padding:0px 3px;}
	.search{padding-left:10px;}
	.search input{width:80px;}
	.search input::-webkit-input-placeholder{font-size:12px;color:#999;}
	.search input::-moz-placeholder{font-size:12px;color:#999;}
	.search input:-moz-placeholder{font-size:12px;color:#999;}
	.search input:-ms-input-placeholder{font-size:12px;color:#999;}
}
@media only screen and (max-width: 375px){
	#brow{display:none;}
	#nav{}
	#navsmart{display:block;text-align:center;}
	#navsmart>.container{justify-content:space-between;padding:20px 0px;border-bottom:1px solid rgba(0,0,0,.1);}
	.navsmartlist{padding:40px 0px;display:none;}
	#navsmart ul li a{font-size:13px;color:#888;height:45px;line-height:45px;}
}


.title{padding:60px 0px;}
.title h1{font-size:14px;}
.title h2{font-size:34px;}

#product{width:100%;padding:30px 0px 120px 0px;}
#product .prolist{padding:0px; min-height:200px;}
#product>.container>.prolist>.probox{width:23.5%;margin-right:2%;overflow:hidden;float:left;padding:0px;text-align:center;border:1px solid rgba(0,0,0,.08);box-sizing:border-box;}
#product>.container>.prolist>.probox:nth-child(4){margin-right:0%;}
#product>.container>.prolist>.probox img{width:80%;margin:0px;}
#product>.container>.prolist>.probox .img-block{width:100%; height:0; padding-bottom:100%; position: relative; overflow: hidden;}
#product>.container>.prolist>.probox img{max-width: 100%; border-radius:0px 0px; position: absolute; top:50%; left:50%; transform: translate(-50%,-50%);}
#product>.container>.prolist>.probox h1{font-size: 16px; line-height: 32px;}
#product>.container>.prolist>.probox h2{font-size: 12px; line-height: 32px; margin-bottom: 20px; }
#product>.container>.prolist>.probox a{color:#333;}
#product>.container>.prolist>.probox h2 a{color:#fff; background-color: #083eab; border:1px solid #083eab; padding:4px 12px; border-radius:12px;}
#product>.container>.prolist>.probox:hover h1 a{color:#083eab;}
#product>.container>.prolist>.probox h2:hover a{color:#083eab; border:1px solid #083eab; background-color: #fff;}
@media only screen and (max-width: 1400px){
	#product{padding-bottom:60px;}
	#product .prolist{padding:0px; min-height:200px;}
}
@media only screen and (max-width: 768px){
	#product{padding:0px 0px;}
	.title{padding: 32px 0px; text-align: center;}
	.title h2{font-size: 24px;}
	#product>.container>.prolist>.probox{width:49%; margin-right: 2%;}
	#product>.container>.prolist>.probox:nth-child(2n){margin-right: 0px;}


}



#about{width:100%;padding:320px 0px;background:url(../images/aboutbg.jpg); background-size: cover;}
#about>.container h1{color:#298dd1;font-size:20px;}
#about>.container h2{color:#298dd1;font-size:48px;}
#about>.container p{color:#298dd1;font-size:20px;width:30%;margin:30px 0px;}
#about>.container a{display:inline-block;color:#298dd1;font-size:14px;border:1px solid #298dd1;padding:10px 20px;}
@media only screen and (max-width: 1400px){
	#about{padding:200px 0px;}
	#about>.container p{width:40%;}
}

@media only screen and (max-width: 768px){
	#about{padding: 64px 0px;}
	#about>.container h1{text-align: center;}
	#about>.container h2{font-size: 24px; text-align: center;}
	#about>.container p{width:100%;}
	#about>.container a{display: block; width:80px; text-align: center; margin: 0 auto;}
}

#news{width:100%;padding:30px 0px 120px 0px;}
#news>.container>.newslist>.newsbox{width:32%;margin-right:2%;overflow:hidden;float:left;}
#news>.container>.newslist>.newsbox:nth-child(3){margin-right:0%;}

#news>.container>.newslist>.newsbox img{max-width:100%;margin:20px auto 40px;}
#news>.container>.newslist>.newsbox h1{font-size:22px;}
#news>.container>.newslist>.newsbox p{font-size:16px;margin:30px 0px;color:#878787;width:80%;}
#news>.container>.newslist>.newsbox a{display:inline-block;color:#878787;font-size:14px;border:1px solid #878787;padding:10px 20px;}
#news>.container>.newslist>.newsbox a:hover{background-color:#083eab; color:#fff;}
@media only screen and (max-width: 1400px){
#news>.container>.newslist>.newsbox p{width:96%;}
}
@media only screen and (max-width: 768px){
	#news{padding:0px 0px 32px;}
	#news>.container>.newslist>.newsbox{width:100%; margin-right: 0px; margin-bottom: 20px;}
	#news>.container>.newslist>.newsbox img{margin:0px 0px 10px;}
	#news>.container>.newslist>.newsbox p{width:100%; margin:12px 0px; font-size: 12px; line-height: 24px;}
}

#store{width:100%;padding:320px 0px;background:url(../images/storebg.jpg); background-size: cover;}
#store>.container h1{color:#298dd1;font-size:20px;font-weight:900;}
#store>.container h2{color:#298dd1;font-size:48px;font-weight:900;}
#store>.container p{color:#298dd1;font-size:20px;width:30%;margin:30px 0px;}
#store>.container a{display:inline-block;color:#298dd1;font-size:14px;border:1px solid #298dd1;padding:10px 20px;}

@media only screen and (max-width: 1400px){
	#store{padding:200px 0px;}
}
@media only screen and (max-width: 768px){
	#store{padding: 64px 0px; text-align:center;}
	#store>.container p{margin:24px auto; width:100%;}
}


#footer{width:100%;padding:100px 0px;background:#21282f;}
#footer>.container>.fr h1{color:#fff;font-size:14px;}
#footer>.container>.fr h2{color:#fff;font-size:34px;margin-bottom:20px;}
#footer>.container>.fr span{color:#fff;font-size:14px;display:block;padding:5px 0px;}
#footer>.container>.fl a{display:inline-block;color:#fff;font-size:14px;border:1px solid #fff;padding:20px 40px;margin:5px 5px;}
#footer>.container>.ewm{width:140px; margin-right: 40px;}
#footer>.container>.ewm img{max-width: 100%;}

@media only screen and (max-width: 1400px){
	#footer>.container>.ewm{width:140px; margin-right: 40px;}
}
@media only screen and (max-width: 768px){
	#footer{padding:32px 0px; text-align: center;}
	#footer>.container>.ewm{float:none; margin:12px auto}
	#footer>.container>.fl a{padding: 6px 12px;}
	#cop p
}

#cop{width:100%;height:80px;line-height:80px;background:#21282f;border-top:1px solid rgba(255,255,255,.1);}
#cop p{font-size:14px;color:#9d9d9d;}
#cop a{color:#9d9d9d;}
@media only screen and (max-width: 768px){
	#cop{height:auto; line-height: 48px; text-align: center;}
	#cop p{font-size: 12px;}
}

/*.title{padding:60px 0px;}
.title h1{font-size:14px;}
.title h2{font-size:34px;}

#header{width:100%;height:100px;line-height:100px;}
#header img{margin-top:30px;}
#header>.container>.fr span i{display:inline-block;width:21px;height:24px;background:url(../images/icon1.png) no-repeat center;position:relative;top:8px;margin-right:10px;margin-left:24px;}

#nav{width:100%;height:80px;line-height:80px;border-top:1px solid #f0f1f3;box-shadow:0px 3px 3px rgba(0,0,0,.05);}
#nav>.container>.fl ul li{display:inline-block;margin-right:30px;}
#nav>.container>.fl ul li a{font-size:14px;color:#8e92a0;}

#nav>.container>.fr span{font-size:14px;color:#8e92a0;}
#nav>.container>.fr span i{display:inline-block;width:21px;height:24px;background:url(../images/icon1.png) no-repeat center;position:relative;top:8px;margin-right:10px;}

#banner{width:100%;overflow:hidden;}
#banner img{max-width:100%;}

#product{width:100%;padding:30px 0px 120px 0px;}
#product>.container>.prolist>.probox{width:23.5%;margin-right:2%;overflow:hidden;float:left;padding:60px 0px 40px 0px;text-align:center;border:1px solid rgba(0,0,0,.08);box-sizing:border-box;}
#product>.container>.prolist>.probox:nth-child(4){margin-right:0%;}
#product>.container>.prolist>.probox img{width:80%;margin:20px auto 40px;}

#about{width:100%;padding:260px 0px;background:url(../images/aboutbg.jpg);}
#about>.container h1{color:#fff;font-size:14px;}
#about>.container h2{color:#fff;font-size:34px;}
#about>.container p{color:#fff;font-size:14px;width:30%;margin:30px 0px;}
#about>.container a{display:inline-block;color:#fff;font-size:14px;border:1px solid #fff;padding:10px 20px;}

#news{width:100%;padding:30px 0px 120px 0px;}
#news>.container>.newslist>.newsbox{width:32%;margin-right:2%;overflow:hidden;float:left;}
#news>.container>.newslist>.newsbox:nth-child(3){margin-right:0%;}

#news>.container>.newslist>.newsbox img{max-width:100%;margin:20px auto 40px;}
#news>.container>.newslist>.newsbox h1{font-size:22px;}
#news>.container>.newslist>.newsbox p{font-size:16px;margin:30px 0px;color:#878787;width:80%;}
#news>.container>.newslist>.newsbox a{display:inline-block;color:#878787;font-size:14px;border:1px solid #878787;padding:10px 20px;}

#store{width:100%;padding:260px 0px;background:url(../images/storebg.jpg);}
#store>.container h1{color:#fff;font-size:14px;}
#store>.container h2{color:#fff;font-size:34px;}
#store>.container p{color:#fff;font-size:14px;width:30%;margin:30px 0px;}
#store>.container a{display:inline-block;color:#fff;font-size:14px;border:1px solid #fff;padding:10px 20px;}


#footer{width:100%;padding:100px 0px;background:#21282f;}
#footer>.container>.fl h1{color:#fff;font-size:14px;}
#footer>.container>.fl h2{color:#fff;font-size:34px;margin-bottom:20px;}
#footer>.container>.fl span{color:#fff;font-size:14px;display:block;padding:5px 0px;}
#footer>.container>.fr a{display:inline-block;color:#fff;font-size:14px;border:1px solid #fff;padding:20px 40px;margin:5px 5px;}


#cop{width:100%;height:80px;line-height:80px;background:#21282f;border-top:1px solid rgba(255,255,255,.1);}
#cop p{font-size:14px;color:#9d9d9d;}*/

/*内页*/
.auto{ margin:0 auto;}
.auto_1600{ max-width:1600px;}
@media(max-width:1600px){.auto_1600{ padding:0 2%;}}
.fl{ float:left;}
.fr{ float:right;}
.w22{ width:22%; padding-bottom:4%;}
.w75{ width:75%; padding-bottom:4%;}
@media(max-width:1024px){
.fl,
.fr{ float:none;}
.w22,
.w75{ width:auto; padding-bottom:2%;}
}
.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.Ispic{ background-repeat:no-repeat; background-position:center center; background-size:cover;}
figure{padding: 0;margin: 0;}
.clear {clear: both;height: 0px;overflow: hidden;zoom: 0;}
.clearfix {*zoom:1;}/*IE/7/6*/
.clearfix:after { content:"\200B"; display:block; height:0; clear:both; } 


#banner{width:100%;}
#banner .pc{display: block; max-width:100%;}
#banner .mob{display: none; max-width:100%;}


.menu{ padding:2% 0;}
.menu .columnName{ float:left; font-size:18px;color:#000; width:27%;}
.menu .columnName b{font-size: 30px;display:inline-block;padding-right:10px;color: #083eab;text-transform:capitalize}
.menu .columnName span{display:block;padding-top: 5px;font-size:  30px;color: #000;}
.menu ul{ float:right; max-width:71%;}
.menu li{ float:left; position:relative; padding:0 15px;box-sizing: border-box;}
.menu li:after{content:'';width: 4px;height: 4px;position:absolute;right:0;top: 38px;background:#083eab;display:block;}
.menu li:last-child:after{ display:none;}
.menu li a{display:block;margin: 0 18px;line-height:36px; padding:22px 0 0px;font-size:18px;color: #000; border-bottom:2px solid transparent; }
.menu li:hover a,
.menu li.aon a{ color:#083eab; border-bottom:2px #083eab solid;}

@media(max-width:1000px) and (min-width:769px){
.menu .columnName b{ font-size:20px;}
}
@media(max-width:768px){
	#nav.fixed #banner{padding:62px;}
#banner .pc{display: none; max-width:100%;}
#banner .mob{display: block; max-width:100%;}

.menu .columnName{ float:none; padding:2% 0; text-align:center; width:auto;}
.menu ul{ float:none; max-width:none; overflow:hidden;}
.menu li{ margin: 0 10px 10px 0; text-align:center; background: #f8f8f8; float: left; border-bottom: 0;  }
.menu li a{ border-bottom:0; }
.menu li:hover a,
.menu li.aon a{ border-bottom:0; color: #fff;}
.menu li:hover,
.menu li.aon{ background:#083eab; }
.menu li:after{ display: none;}
.menu li a{ padding:0 5px; font-size: 16px;}
}
@media(max-width:480px){
.menu li{ width: 49%; margin-right: 2%; }
.menu li:nth-of-type(2n){ margin-right: 0; }
.menu .columnName b{ font-size:28px;}
.menu li a{ font-size:13px; padding: 0; }
}
@media(max-width:375px){
.menu .columnName b{ font-size:24px;}
}


.nycontent{ background:#f7f7f7; overflow: hidden;}

.RighInfoabout{padding: 3% 0 5%;background: #f7f7f7;}
.RighInfoabout p{ color:#555; line-height:28px; margin-bottom:25px; text-indent: 2em;}
.RighInfoabout h1{color: #083eab;font-size: 20px;}
.RighInfoabout .pic{ float: left; width: 32.6875%; margin:0px 65px 9px 0px}
.RighInfoabout .pic2{margin-top: 20px; }
.RighInfoabout .pic2 img{ width: 24.25%; margin-right: 1%; float: left; }
.RighInfoabout .pic2 img:nth-of-type(4){ margin-right: 0;  }
@media(max-width:640px){
.RighInfoabout{ padding: 20px 0; }
.RighInfoabout .pic{ width: 100%; margin:0;  float: inherit; }
.RighInfoabout .pic2 img{ width: 100%; margin-right: 0; margin-bottom: 20px;  }
}


/* 企业文化 */
.RighInfoculture{ padding:4% 0;}
.RighInfoculture .dl{ }
.RighInfoculture .dl .h4{ font-size:18px; margin:0;}
.RighInfoculture .dl .h4 span{display:inline-block; border-bottom: 2px #083eab solid; padding-bottom:10px;}
.RighInfoculture .dl .con{ font-size:14px; padding:15px 0 30px; line-height:2.25;}
.RighInfoculture .word{ padding-top: 40px; }
.RighInfoculture .pic{ float:right; margin-left: 5%; width: 68.75%; }

@media(max-width:1024px){
.RighInfoculture .pic{ width: 100%; float: inherit; margin-left: 0; }
}
@media(max-width:768px){
.RighInfoculture{ padding: 30px 0; }
}


.piclist{margin:48px 0px;}
.piclist .items {float: left; width: calc(25% - 23px); margin-right: 30px; overflow: hidden; margin-bottom: 30px;}
.piclist .items:nth-child(4n) { margin-right: 0;}
.piclist .items .img {overflow: hidden; border: 1px solid #ddd;}
.piclist .items .img img{width: 100%;}
.piclist .items:hover .word {transition: .5s ease-in-out;bottom: 0;}
.piclist .items:hover .word .i1 {transition: .5s ease-in-out; opacity: 1;}
.piclist .items .word { bottom: -72px; left: 0; width: 100%; line-height: 1.3; font-size: 18px; transition: .5s ease-in-out; color: #fff;}
.piclist .items .word:after { content: ""; transition: .5s ease-in-out; width: 100%; height: 150%;  transform: skewY(-5deg); left: 0; bottom: -45%;}
.piclist .items .word-ik { padding: 8px 16px; padding-bottom: 0px; position: relative; z-index: 3; transition: .5s ease-in-out; overflow: hidden;}
.piclist .items .i1 {transition: .5s ease-in-out; opacity: 0; margin-top: 32px; display: none;}
.piclist .items .i0{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1; overflow: hidden; color:#666; font-size: 14px;}
@media only screen and (max-width: 1680px){
	.piclist .items .word{bottom:-32px;}
	.piclist .items .word-ik{padding-bottom: 32px;}
}
@media only screen and (max-width: 1366px){
	.piclist .items .word{bottom:-16px;}
	.piclist .items .word-ik{padding: 16px;}
	.piclist .items .i1{margin-top:12px;}
}
@media only screen and (max-width: 768px){
	.piclist .items{    margin-right: 12px; width: calc(50% - 10px); margin-bottom: 15px;}
    .piclist .items:nth-child(2n){margin-right: 0px;}
    .piclist .items .word-ik{font-size: 12px;}
}

/*产品中心*/
/*procate*/
.procate .side-title{margin-top: 60px;background:#083eab;background-size:auto 100%;color:#fff;font-size:18px;padding:22px 0 22px 30px;border-radius: 0px 0 0 0;font-size:24px;}
.procate .side-title span{display:block;text-transform: uppercase;font-size: 16px;color: #fff;}
.procate .side{ padding-bottom:50px; background:#fff; border-radius:0 0 50px 0; -webkit-border-radius:0 0 50px 0; -moz-border-radius:0 0 50px 0; -ms-border-radius:0 0 50px 0;}
.procate .side li{border-bottom: 1px solid #efefef;line-height:24px;font-size: 16px;background: #fff;}
.procate .side li a{display:block;padding: 18px 40px 18px 42px;position:relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; color:#333;}
.procate .side li a::before,
.procate .side li a::after{ position:absolute; content:''; top:50%;}
.procate .side li a::before{width:15px;height:15px;border-radius:50%;background:#ececec;left: 10px;margin-top:-7.5px;}
.procate .side li a::after{margin-top: -4px;border:5px solid transparent;border-top-width:4px;border-bottom-width:4px;border-left-color:#fff;left: 16px;}
.procate .side li a:hover,
.procate .side li.aon a{ color:#083eab;}
.procate .side li:hover a::before,
.procate .side li.aon a::before{ background:#083eab;}
.procate #side .owl-item{ float:left;touch-action: pan-y;-webkit-tap-highlight-color: transparent;position: relative;}
.procate #side .owl-stage-outer{ position:relative; overflow:hidden;}
.procate #side .owl-stage{position:relative;touch-action: manipulation;}
@media(max-width:1024px){
.w22{ padding-bottom:0;}
.procate .side-title{ margin-top:2%;}
.procate .side{ display:block;}
.procate #side{ background:#fff; border-top:1px solid #fff; padding:0 20px; position:relative;}
.procate #side li{ float:left; padding-right:4%;}
.procate #side li a{ color:#666; line-height:24px; display:block; padding:12px 10px; border-bottom:1px solid #fff; text-align:center;}
.procate #side li.aon a{color:#083eab; border-bottom:1px solid #083eab;}
.procate #side .owl-nav button{ position:absolute; top:0; height:100%; width:18px; border:none; background:#000; color:#fff; cursor:pointer; padding:0;}
.procate #side .owl-nav button.owl-prev{ left:0;}
.procate #side .owl-nav button.owl-next{ right:0;}
.procate #side .disabled{ display:none;}
}
@media(max-width:640px){
.procate .side{padding-bottom: 0px;}
.procate .side-title{padding:10px 0 10px 20px;font-size:20px;}
.procate .side-title span{ font-size:12px;}
}


.prolist{ padding-top:60px; min-height: 400px; }


.prolist li .sc{ overflow: hidden; }
.prolist li .sc .Ispic{width:100%;padding-bottom:85%;border-radius: 30px 0;transition: 0.3s ease;}
.prolist li .sc .Ispic:hover{ transform: scale(1.1); }

.prolist li{
    width: 32%;
    float: left;
    margin:0 2% 2% 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px 2px #eee;
    }
.prolist li .word{ padding:6%}
.prolist li:nth-child(3n){ margin-right:0;}
.prolist li img{width: 100%; display:block;}
.prolist li .dot{color: #353535; font-weight: bold; font-size: 16px;  margin-top: 10px;}
.prolist li:hover .dot{color: #083eab;}
.prolist li p{display: block; color: #727272; text-align: left; height: 48px; overflow: hidden; font-size: 12px; line-height: 24px;}
.prolist li .more{width: 122px; height: 30px; margin-top:15px; line-height: 30px; color: #fff; font-size:12px; text-align: center; background:#083eab;display: inline-block;border-radius: 50px; transition: 0.3s; }
.prolist li .more:hover{width: 160px; }
@media (max-width: 768px){
.prolist li{width: 49%;}
.prolist li:nth-child(4n){ margin-right:2%;}
.prolist li:nth-child(2n){ margin-right:0;}
}
@media(max-width:640px){
.prolist li{ float:none; margin-right:0 !important; width:auto; margin-bottom: 20px; }
}

.RighInfoprodetail{ padding:4% 0;}
.RighInfoprodetail .info_pro{background-color: white;padding: 5px 20px;}
.RighInfoprodetail .info_pro img{display: block; max-width: 100%; margin:0 auto;}
.RighInfoprodetail .pro_spec_tit {
	margin-top: 40px;
}
.RighInfoprodetail .spec_title{
margin-top:30px;
color:#013d7d;
text-align:center;
font-size:18px;
font-weight:bold;
}
.RighInfoprodetail .spec_image{
margin-top:30px;
}
.RighInfoprodetail .spec_image img{
margin:0 auto;
display:block;
max-width:90%;
}
.RighInfoprodetail .pro_spec_tit a.cur, .pro_spec_tit a:hover {
    background: #013d7d;
    color: #fff;
}
.RighInfoprodetail .pro_spec_tit a {
    display: inline-block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #666;
    margin-left: 0px;
    /* float: left; */
    border-right: 1px solid #e5e5e5;
}

.RighInfoprodetail .info_back{  margin: 20px 0; }
.RighInfoprodetail .info_back dd{ line-height: 32px;  }
.RighInfoprodetail .info_back dd a{color:#333; font-size: 14px;}
.RighInfoprodetail .list_img{ float:left; width:55.6%; position:relative;}
.RighInfoprodetail .big_img{ position:absolute; left:0; top:0; height:100%; width:80%;}
.RighInfoprodetail .big_img li,
.RighInfoprodetail .big_img li figure{ position:absolute; left:0; width:100%; top:0; height:100%; background-color: #fff; }
.RighInfoprodetail .big_img li figure{ background-size:contain;}
.RighInfoprodetail .list{ padding:42px 0 170px 82.9%;}
.RighInfoprodetail .list .bd{ position:relative;}
.RighInfoprodetail .list a{ position:absolute; width:17.1%; height:40px; right:0; background:url(../images/RighInfoprodetail-btn_prev.png) no-repeat center center/auto 50%;  cursor:pointer;}
.RighInfoprodetail .list a.prev{ top:0;}
.RighInfoprodetail .list a.next{ bottom:0; background-image:url(../images/RighInfoprodetail-btn_next.png);}
.RighInfoprodetail .list a.prevStop,
.RighInfoprodetail .list a.nextStop{ cursor:default;}
.RighInfoprodetail .list li{ height:124px;  position:relative;}
.RighInfoprodetail .list li figure{ position:absolute; left:0; width:100%; top:9px; bottom:9px; background-size:contain; background-color: #fff;  border:1px solid #f2f2f2;}
.RighInfoprodetail .list li.on figure{ border:2px solid #013d7d;}

.RighInfoprodetail .right_info{ float:right; width:39.2%; height: 500px; overflow-y:scroll; position: relative; padding: 15px; margin: 20px 0;  }
.RighInfoprodetail .right_info h1{ font-size: 36px; color: #013d7d; position: relative; padding-bottom: 20px; margin-bottom: 40px;}
.RighInfoprodetail .right_info h1::after{ position: absolute; display: inline-block; content: ''; width: 80px; height: 1px; background:#013d7d; bottom: 0; left: 0; }
.RighInfoprodetail .right_info .intro{ margin:0; line-height:30px; padding-bottom: 5%; }
.RighInfoprodetail .back{ float: right; display:inline-block; padding:10px 5%; color:#000;background: #ddd; transition:0.4s; margin-top: 24px;}
.RighInfoprodetail .back:hover{ background-color:#013d7d; color:#fff;}

/* 滚动条背景 */
.RighInfoprodetail ::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);background-color: #f1f1f1;}
/* 滚动条宽 */
.RighInfoprodetail ::-webkit-scrollbar{width: 2px; }
/* 滚动条滑动条颜色 */
.RighInfoprodetail ::-webkit-scrollbar-thumb{  border-radius: 10px;  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);  background-color: #999;  }

.RighInfoprodetail .tab{ padding:3% 0;}
.RighInfoprodetail .tab .h1_tab{ margin:0; border-bottom:1px solid #e7e8e8; overflow:hidden; font-size:16px; font-weight:normal; color:#000;}
.RighInfoprodetail .tab .h1_tab span{ float:left; padding:0 5%; line-height:50px; background-color:#eee; margin-right:4px; cursor:pointer;}
.RighInfoprodetail .tab .h1_tab span.on{ background-color:#013d7d; color:#fff;}
.RighInfoprodetail .tab .info{ padding-top:3%;padding-left: 5%;}
.RighInfoprodetail .tab .info figure{ padding-bottom:2%;}
.RighInfoprodetail .tab .info h1{ font-size:15px; color:#013d7d;    margin: 0;
    margin-bottom: 10px;}
.RighInfoprodetail .ul_download li{ border-bottom:1px solid #d1d1d3; line-height:34px; background:url(../images/RighInfoprodetail-icon_download.png) no-repeat right center; padding:10px 0;}
.RighInfoprodetail .ul_download li a{ padding:0 38px; background:url(../images/RighInfoprodetail-icon.png) no-repeat left center;}

@media(max-width:768px){
.RighInfoprodetail .list_img { float:none; width:auto;}
.RighInfoprodetail .right_info{ float:none; width:auto; height:auto; overflow-y:hidden;}

.RighInfoprodetail .back {float:none; clear:both;}
}
@media(max-width:640px){
.RighInfoprodetail .list li{ height:100px;}
.RighInfoprodetail .right_info h1{font-size:20px; }
.RighInfoprodetail .right_info h3{ font-size:16px;}
 }
@media(max-width:480px){
.RighInfoprodetail .list{ padding-top:30px; padding-bottom:30px;}
.RighInfoprodetail .list a{ height:28px;}
.RighInfoprodetail .list li{ height:80px;}
.RighInfoprodetail .tab .h1_tab{ font-size:14px;}
.RighInfoprodetail .tab .h1_tab span{ padding:0 3%;}
 }






.nynewslist{ padding-top:2%; min-height: 400px; }
.nynewslist h3{ margin:0; font-size:18px; font-weight: bold;}
.nynewslist h3 a{color:#333;}
.nynewslist p{ line-height:26px; overflow:hidden; color:#999; height:52px; margin:2% 0 0 0;}

.nynewslist ol{ background-color:#fafafa; margin-bottom:2%; position:relative; padding-left:36.25%;}
.nynewslist ol .Ispic{ width:36.25%; position:absolute; left:0; top:0; height:100%;}
.nynewslist ol .Ispic img{ display:none;}
.nynewslist ol div{ padding:5% 10% 3% 5%;}
.nynewslist ol h3 a{ color:#083eab;}
.nynewslist ol h3 a:hover{ color:#0490d9; }
.nynewslist ol time{ display:block; padding:3% 0;}
.nynewslist ol p{ margin:0 0 3% 0; height:78px;}
.nynewslist ol span{ display:inline-block; width:130px; line-height:40px; text-align:center;  background:#083eab; font-size:12px; transition: 0.3s ease; }
.nynewslist ol span:hover{ width: 160px; background:#0490d9; }
.nynewslist ol span a{  color:#fff; }

.nynewslist li{ overflow:hidden; padding-left:160px; padding-right:58px; position:relative; margin-bottom:2%; background-color:#fff;}
.nynewslist li div{border-left:1px solid #eee; padding:2% 3%;}
.nynewslist li time{ position:absolute; left:0; top:0; width:160px; height:100%;}
.nynewslist li time span{ position:absolute; width:100%; text-align:center; top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); transform:translateY(-50%); color:#b2b2b2; font-size:16px;}
.nynewslist li time i{ font-style:normal; font-size:50px; color:#999; display:block; font-family:"Courier New", Courier, monospace; line-height:40px;}
.nynewslist li time i:after{ display:block; content:''; margin:5px auto; height:1px; width:50%; max-width:66px; background:#dfdfdf;}

.nynewslist li:hover{ background-color:#083eab; }
.nynewslist li:hover *{  color:#fff; }

@media(max-width:1000px){
.nynewslist li{padding-left:100px;padding-right:30px;}
.nynewslist li:after{width:30px; background-size:35% auto;}
.nynewslist li time{width:100px;}
.nynewslist li time span{font-size:14px;}
.nynewslist li time i{font-size:40px;line-height:30px;}
}
@media(max-width:768px){
.nynewslist h3{ font-size:16px;}
}
@media(max-width:640px){
.nynewslist ol{ padding-left:0;}
.nynewslist ol .Ispic{ width:auto; position:relative; height:auto; display:block; padding-bottom:60%;}
.nynewslist ol div{ padding:3%;}
}
@media(max-width:480px){
.nynewslist li{padding-left:80px;padding-right:0;}
.nynewslist li:after{ display:none;}
.nynewslist li time{width:80px;}
.nynewslist li time span{font-size:12px;}
.nynewslist li time i{font-size:30px;}
.nynewslist h3{ font-size:14px;}
.nynewslist p{ font-size:12px; line-height:20px; overflow:hidden; height:40px;}
.nynewslist ol p{ height:60px;}
}


.news_info{ padding: 3% 0; }
.news_info .title{ text-align:center; padding-bottom:0px; background:none;}
.news_info .title h1{ margin:0; padding-bottom:15px; font-size:24px; font-weight:normal;}
.news_info .title p{ margin:0; border-bottom:1px dashed #d2d2d2; padding-bottom:20px;}
.news_info .title p span{ margin:0 36px; color:#999;  font-size:12px;}
.news_info .info{ text-align:justify; text-justify:inter-ideograph; padding-top:20px; max-width: 1000px; margin: 0 auto;}
.news_info .info img{ margin:15px auto; display: block; }
.news_info .info p{ font-size:14px; color:#666; line-height:30px; margin:12px 0; text-indent:2em;}

.news_info .btn{ text-align: center; }
.news_info .goback{ background:#083eab; padding:8px 18px; color:#fff; border-radius:6px; display: inline-block; margin: 20px 0;}
.news_info .goback:hover{background:#ef4a56; }

.news_info .info_back{ padding:2% 0 20px 0; max-width: 1000px; margin: 0 auto;}
.news_info .info_back dl{ margin: 10px 0;}
.news_info .info_back a{ color:#999; font-size:14px;}
.news_info .info_back a:hover{color:#083eab;}




.RighInfocontact .p,.RighInfocontact .h2,{}
.RighInfocontact{padding: 8% 0}
.RighInfocontact .text{margin-bottom: 30px}
.RighInfocontact .text .title{font-size: 30px;color: #e4e4e4;font-weight: normal;margin-bottom: 20px; margin-top: 0;}
.RighInfocontact .text .title span{font-weight: 700;}
.RighInfocontact .text .p{font-size: 16px;color:#333;line-height: 42px; margin: 0; padding: 0;}
.RighInfocontact .map{width: 100%;height: 200px;    background: #fff;
    padding: 1%;
    border-radius: 20px 0;}
.RighInfocontact .map #map{height: 100%;}
.RighInfocontact .map img{max-width: none !important;}

@media screen and (min-width: 768px) {
	.RighInfocontact .text{float: left;width: 45%;}
	.RighInfocontact .map{float: right;width: 50%;height: 320px;}
}

@media screen and (min-width: 1024px) {
	.RighInfocontact .auto{background: url(../images/righinfocontact-bg.jpg) no-repeat center;}
	.RighInfocontact .map{float: right;width: 50%;height: 320px;}
	.RighInfocontact .text .title{font-size: 52px;}
}

@media screen and (min-width: 1200px) {
	.RighInfocontact{padding: 70px 0 70px}
	.RighInfocontact .text .title{padding-top: 0px;}
	.RighInfocontact .text .title{margin-bottom: 0px}
	.RighInfocontact .map{ width: 65%;height: 430px; box-sizing: border-box;}
	.RighInfocontact .text{width: 35%;}
}



.pagination{text-align: center; clear:both}
.page_list{text-align: center; margin-bottom: 30px;}
.pagelist {
  display:inline-block;
  font: 16px/28px '微软雅黑', sans-serif;
  *display:inline;
  :1;
  *zoom:1;}
.pagelist span,.page strong {
  float:left;}
.pagelist a,
.pagelist span.disabled,
.pagelist strong {
  background:#FFF;
  border:1px solid #CCC;
  color:#333;
  float:left;
  font: 16px/24px  '微软雅黑', sans-serif;
  margin-right:5px;
  min-width:15px;
  padding:4px 8px;
  text-align:center;
  vertical-align:middle;
  white-space:nowrap;
  _width:15px;}
  .pagelist strong{background:#083eab; color:#fff; }
.pagelist a:hover {
  border:1px solid #083eab;
  color:#083eab;
  text-decoration:none;}
.pagelist span.disabled {
  background:#FFF;
  border:1px solid #CCC;
  color:#CCC;}
.pagelist span.ellipsis {
  float:left;
  font: 16px/24px '微软雅黑', sans-serif;
  line-height:22x;
  margin-right:5px;}
.pagelist .page_txt {
  line-height:20px;
  float:right;
  width:auto;}
.pagelist a.page-curpage {
  background:#083eab;
  border:1px solid #083eab;
  color:#FFF;
  font-weight:bold;}
.pagelist input {
  font: 14px Verdana;
  padding:0 0 0 1px;
  width:40px;
  height:14px;}