@charset "utf-8";/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。------------------------------------------------------------------------------------------------------ *//* 全局样式-------------------------------------------------------------- */
html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Arial"; color:#666;}
p{line-height:25px;}
img{ border:none; vertical-align:middle;}
td{ vertical-align:center; font-size:14px;}
*{margin:0;padding:0;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}
body,button,input,select,textarea{outline:none;}
.body{background:#fff;}
.nbody{background:#efefef;}
ul,ol,li{list-style:none;}
img{border:0px;}

html,body{height:auto;margin:0 auto;}
.hide{display:none;}
.clear{clear:both;}
input,textarea{font-family:"Arial";}
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}
h2 { font-size: 2em;  margin:0; padding:0;}
h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}
h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}
h5 { font-size: 1em;  margin:0; padding:0;}
h6 { font-size: 1em; }
body{background:#fff;}




/* 页面基本元素-------------------------------------------------------------- *//* 链接样式 */a {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;}
/* 常用元素 */.clear { clear:both; font-size:1px; line-height:0px; height:0px; }
/* 层浮动 */.left { float: left; }
.right{ float: right; }
.center { margin: 0 auto; }
/* 文字对齐 */.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }
img{webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);transition: transform .75s cubic-bezier(.19, 1, .22, 1);transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);}
/*默认滚动条样式*/::-webkit-scrollbar{width: 5px;height:5px;}
::-webkit-scrollbar-track{border-radius: 0px;background: #dadada;}
::-webkit-scrollbar-thumb{border-radius: 5px;background:#0f377d;}
::-webkit-scrollbar-thumb:hover{border-radius: 5px;background:#0f377d;}
/* top-------------------------------------------------------------- */
.header{width:100%;height:100px;position: fixed;background:#fff;z-index: 9999;top:0;}
.logo{overflow:hidden;}
.search{padding:45.5px 0;margin-left:46px;position:relative;}
.search:before{content:"";position:absolute;width:1px;height:16px;background:#e6e6e6;left:-16px;}
.search a{font-size:17px;}
.topewm{padding:0 18px 0 24px;position:relative;color:#fff;font-weight:bold;margin-top:40px;}
.topewm:before{content:"";position:absolute;width:1px;height:100%;background:#a3a3a4;left:0;top: 0;}
.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:60px;right:0;}
.topewm .ewmimg img{width:100px;}
.topewm:hover .ewmimg{opacity:1;}
.small{box-shadow: 0px 2px 3px rgba(0,0,0,0.3);-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); }
/* nav-------------------------------------------------------------- */.menu, .menu ul {list-style: none;padding: 0;}
.menu > li {position: relative;display: inline-block;outline: 0;}
.submenu {position: absolute;left: -23px;top: 100%;z-index: 0;overflow: hidden;/* IE8 needs this */overflow: hidden\0/ !important;max-height: 0;/* A .submenu should be only revealed when hovering the .menu */pointer-events: none;}
.menu > li:hover .submenu, .menu > li:focus .submenu {pointer-events: auto;z-index: 10;max-height: 2000px;-webkit-transition: none;-moz-transition: none;}
/* Default================================================================= */.submenu li {opacity: 0;-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;transition: opacity .4s,         transform .6s, max-height .6s;}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {opacity: 1;-webkit-transform: none;-moz-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
/* Shield================================================================= */.shield {overflow: visible;-webkit-perspective: 400px;-moz-perspective: 400px;-ms-perspective: 400px;-o-perspective: 400px;perspective: 400px;}
.shield li {}
.nav{text-align:right;margin-right:14px;}
.nav > ul{display:inline-block;margin:0;}
.nav span{display:block !important;width:100%;line-height:20px;font-size:13px;font-family:Arial;color:#b8b8b8;text-transform:uppercase;}
.nav .menu > li{float:left;text-align:center;line-height:102px;position:relative;margin:0 13px;}
.nav .menu > li:before{content:"";width:0;height:3px;background:#0f377d;position:absolute;bottom:0;left:50%;margin-left:-26px;-webkit-transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;}
.nav .menu > li:hover:before,.nav .menu > li.active:before,.nav .menu > li:active:before{width:52px;}
.nav .menu > li a{color:#343434;font-size:16px;display:block;padding:0 25px;line-height:100px;}
.nav .menu > li:hover a,.nav .menu > li.active a{color:#0f377d;font-weight:bold;}
.nav .menu > li .submenu{width:160px;}
.nav .menu > li .submenu li{width:100%;line-height:30px;padding:5px 0;background:#0f377d;text-align:center;margin-top:1px;}
.nav .menu > li .submenu li a{display:block;color:#fff;background:none;font-size:14px;padding:0;line-height:30px;font-weight:normal;}
.nav .menu > li .submenu li:hover{background:#1d4da7;}
.cont{width:1400px;overflow:hidden;margin:auto;}
.cont1{width:1400px;height:auto;margin:auto;}
/* banner-------------------------------------------------------------- */.banner{position:relative;margin-top:100px;}
.indexbg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index:99;}
.banner .owl-wrapper,.banner .owl-carousel .owl-wrapper-outer,.banner .owl-item{height:100%;}
.banner .owl-pagination{position:absolute;left:60px;top:50%;margin-top:-150px;	}
.banner .owl-controls .owl-page .owl-numbers{color:rgba(255,255,255,0);}
.banner .owl-page span{text-indent:2000px;display:block;width:3px;height:100px;background:#fff;}
.banner .owl-page.active span{background:#0f377d;}
.banner .owl-prev{background:url(../images/prev.png) no-repeat left center;width:30px;height:10px;position:absolute;right:210px;top:50%;margin-top:-5px;}
.banner .owl-number{text-align:center;font-size:22px;position:absolute;right:114px;top:50%;margin-top:-15px;color:rgba(255,255,255,0.4);line-height:30px;}
.banner .owl-number span:before {content: "0";}
.banner .owl-number span{font-size:22px;color:#fff;padding-top:7px;font-weight:bold;}
.banner .owl-next{background:url(../images/next.png) no-repeat left center;width:30px;height:10px;position:absolute;right:8px;top:50%;margin-top:-5px;}
.banner .owl-item img{width:100%;height:auto;}
.item .cont{position:absolute; top:49%; padding-left:12.5%;z-index:100;}
.item p.p1{color:#fff; line-height:100px;font-size:120px; font-family:Arial;text-transform:uppercase;}
.item p.p1 img{width:auto;}
.item p.p2{color:#fff; line-height:55px;font-size:50px;margin-top:15px;}
.item p.p3{width:50%;color:#fff; line-height:30px;font-size:16px;margin-top:72px;}
.banner .owl-carousel .owl-item:first-child .p3{text-indent:2em;}
.item p.p4{width:600px;color:#fff; line-height:60px;font-size:22px;background:#10367d;text-align:center;letter-spacing:5px;margin-top:34px;}
.item p.p5{font-family:Arial;font-size:24px;color:#fff;line-height:30px;margin-top:4px;letter-spacing: 5px;margin-top:17px;}
.item p.p6{font-family:Arial;font-size:24px;color:rgba(255,255,255,0.4);line-height:30px;margin-top:4px;font-weight:normal;}
.item p.p7{width:100%;overflow:hidden;text-align:center;margin-top:112px;}
.item p.p7 img{width:auto;}
.banner .owl-carousel .owl-item:nth-child(2) .item .cont{right:0;padding-left: 0;padding-right: 12.5%;}
.banner .owl-carousel .owl-item:nth-child(2) .p1,.banner .owl-carousel .owl-item:nth-child(2) .p2,.banner .owl-carousel .owl-item:nth-child(2) .p5{text-align:right;}
.banner .owl-carousel .owl-item:nth-child(2) .p2{font-size:54px;line-height:60px;}
.banner .owl-carousel .owl-item:nth-child(2) .p4{float:right;margin-top:136px;}
.banner .owl-carousel .owl-item:nth-child(3) .p3{font-size:22px;line-height:30px;letter-spacing: 5px;}
.banner .owl-carousel .owl-item:nth-child(3) .cont{left:50%;margin-left:-719px;padding-left:0;top:50%;margin-top:-137.5px;}
.banner .owl-carousel .owl-item:nth-child(3) .p2{margin-top:0;}
.banner .owl-carousel .owl-item:nth-child(3) .p2,.banner .owl-carousel .owl-item:nth-child(3) .p6,.banner .owl-carousel .owl-item:nth-child(3) .p3,.banner .owl-carousel .owl-item:nth-child(3) .p4{text-align:center;}
.banner .owl-carousel .owl-item:nth-child(3) .p3{width:100%;margin-top:26px;}
.banner .owl-carousel .owl-item:nth-child(3) .p4{width:400px;margin:55px auto 0;font-size:22px;}
.mouse-index{position:absolute;bottom:35px;left:50%;width:70px;margin-left:-35px;z-index:999;}
.mouse {width: 30px;overflow:hidden;text-align:center;position:relative;left:50%;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);-webkit-animation: scroll 1s infinite alternate;animation: scroll 1s infinite alternate;}
.mouse-index p{width:100%;overflow:hidden;text-align:center;color:#fff;font-size:16px;line-height:25px;margin-top:20px;}
.lxwm{overflow:hidden;line-height:80px;padding-right:42px;}
.lxwm a{font-size:16px;color:#343434;}
@-webkit-keyframes scroll {100% {-webkit-transform: translate(-50%, 8px);transform: translate(-50%, 8px);}
}
@keyframes scroll {100% {-webkit-transform: translate(-50%, 8px);transform: translate(-50%, 8px);}
}
.banner .bannermore{width:268px;height:120px;background:#cf1423;position:absolute;right:0;bottom:0;z-index:99;text-align:center;line-height:120px;padding-right:66px;padding-left:60px;}
.banner .bannermore a{color:#fff;font-size:16px;display:block;}
.banner .bannermore a span{color:#fff;font-size:50px;display:block;float:right;}
/*banner*//* tit-------------------------------------------------------------- */.tit{width:100%;height:90px;line-height:80px;font-size:66px;color:#f1f1f1;font-family:Arial;font-weight:bold;text-transform:uppercase;position:relative;}
.tit h3{width:100%;overflow:hidden;font-size:36px;color:#727272;line-height:40px;margin-top:35px;font-weight:normal;}
.tit h3 a{font-size:36px;color:#727272;}
.tit hr{width:80px;border:none;border-bottom:solid 1px #b5b5b6;margin:16px 0 0 0;}
.tit p{width:100%;overflow:hidden;font-size:50px;line-height:50px;color:#343434;font-family:Arial;text-transform:uppercase;}
.more{overflow:hidden;}
.more a{width:166px;height:48px;display:block;font-size:15px;color:#fff;line-height:48px;text-align:center;background:#004b94;}
/* section-------------------------------------------------------------- */.section{width:100%;height:860px;overflow:hidden;background:url(../images/bg.jpg) no-repeat top center;background-size:cover;}
.section ul{width:100%;height:100%;overflow:hidden;}
.section ul li{height:100%;padding:225px 60px 0 60px;border-right:solid 1px #bbbbbb;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.section ul li:last-child{border-right:none;}
.section ul li .icon{width:100%;height:68px;overflow:hidden;text-align:center;display:inline-block;}
.section ul li h4{width:100%;overflow:hidden;text-align:center;font-size:26px;color:#133d86;line-height:40px;font-weight:bold;margin:38px 0 0 0;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.section ul li p{width:100%;overflow:hidden;font-size:16px;color:#4f4f4f;line-height:30px;margin-top:38px;text-align: justify;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.section ul li .icon .imghover{display:none;}
.section ul li:hover .icon .imghover{display: inline-block;}
.section ul li:hover .icon .img{display:none;}
.section ul li:hover{background:url(../images/bg1.jpg) no-repeat top center;background-size:cover;}
.section ul li:hover h4,.section ul li:hover p{color:#fff;}
/* sb-------------------------------------------------------------- */.sb{width:100%;overflow:hidden;padding-top:60px;padding-bottom:66px;}
.sb .sbnr{margin-top:40px;}
.sb .sbnr ul{width:100%;overflow:hidden;}
.sb .sbnr ul li{width:380px;overflow:hidden;float:left;margin-right:30px;position:relative;}
.sb .sbnr ul li:last-child{margin-right:0;}
.sb .sbnr ul li .sbimg{width:100%;overflow:hidden;}
.sb .sbnr ul li .sbbg{width:100%;height:100%;overflow:hidden;background:rgba(9,131,103,0.8);position:absolute;left:0;top:0;opacity:0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.sb .sbnr ul li .sbbg .sbtb{width:100%;overflow:hidden;text-align:center;margin-top:28px;}
.sb .sbnr ul li:hover .sbbg{opacity:1;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);}
.sb .sbnr ul li p{width:100%;overflow:hidden;text-align:center;font-size:20px;color:#fff;line-height:30px;margin-top:10px;}
.sb .more{margin-top:18px;}
.sb .more a{margin:auto;}
/* jyfw-------------------------------------------------------------- */.jyfw{width:100%;overflow:hidden;background:url(../images/fwbg.jpg) no-repeat top center;background-size:cover;padding-top:55px;padding-bottom:74px;}
.jyfw .titen{color:#fff;}
.jyfw .tit h4 a{background:none;color:#fff;}
.jyfwnr{margin-top:56px;}
.jyfwnr dl{width:200px;height:200px;overflow:hidden;float:left;background:#fff;padding-top:38px;margin-right:50px;margin-bottom:0;}
.jyfwnr dl:last-child{margin-right:0;}
.jyfwnr dl dt{width:100%;overflow:hidden;text-align:center;transition: all 0.5s;}
.jyfwnr dl dt .fwimg2{display:none;}
.jyfwnr dl:hover dt .fwimg1{display:none;}
.jyfwnr dl:hover dt .fwimg2{display:block;margin:auto;}
.jyfwnr dl dd{width:100%;overflow:hidden;text-align:center;font-size:22px;color:#098367;line-height:30px;margin-top:10px;}
.jyfwnr dl:hover dt{transform: rotateY(180deg);}
.jyfwnr dl:hover{background:#098367;}
.jyfwnr dl:hover dd{color:#fff;}
.fwtel{width:340px;height:62px;line-height:62px;overflow:hidden;background:#fff;border-radius:30px;position:relative;left:50%;margin-left:-170px;font-size:26px;color:#098367;padding-left:20px;margin-top:58px;}
.fwtel .fwtelnr{width:248px;height:62px;line-height:62px;overflow:hidden;position:absolute;right:0;top:0;background:#098367;color:#fff;font-size:26px;border-radius:30px;text-align:center;}
/* pro-------------------------------------------------------------- */.pro{width:100%;overflow:hidden;background:url(../images/probg.jpg) no-repeat top center;background-size:cover;padding-top:85px;}
.pronr{position:relative;padding-bottom:166px;}
.pronr .prort{padding:0;position:absolute;right:0;top:0;z-index:99;}
.pronr .prolf{padding:0 0 0 96px;position:absolute;left:0;top:0;z-index:99;}
.pronr .prolf .prolfnr{width:100%;overflow:hidden;border-bottom:solid 1px #b5b5b6;}
.protit{width:44%;overflow:hidden;}
.protit p{font-size:50px;font-family:Arial;overflow:hidden;line-height:50px;color:#333334;text-transform:uppercase;font-weight:bold;}
.protit p img{max-width:100%;height:auto;}
.protit h3{overflow:hidden;font-size:36px;color:#727272;font-weight:normal;line-height:40px;margin-top:35px;margin-bottom:27px;}
.protit h3 a{font-size:36px;color:#727272;}
.pronr .prolf .prolfnr{width:100%;overflow:hidden;position:relative;}
.prolfnr .promenu{width:70%;overflow:hidden;text-align:right;position:absolute;bottom:0;right:0;}
.prolfnr .promenu ul{overflow:hidden;display:inline-block;}
.prolfnr .promenu ul li{overflow:hidden;float:left;margin-left:36px;line-height:30px;padding-bottom:26px;position:relative;}
.prolfnr .promenu ul li a{font-size:17px;color:#1f1f1f;}
.prolfnr .promenu ul li:after{content:"";width:0;height:2px;background:#1f4486;position:absolute;left:0;bottom:0;-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
.prolfnr .promenu ul li:hover:after{width: 100%;}
.prolfnr .promenu ul li:hover a{color:#133d88;}
.pronr .prort dl{overflow:hidden;float:right;}
.pronr .prort dl dt{width:100%;overflow:hidden;text-align:right;}
.pronr .prort dl dd{width:100%;overflow:hidden;font-size:16px;color:#6e6e6e;text-align:center;margin-top:8px;}
.pronr .prort dl dd span{font-family:Arial;font-size:26px;color:#333334;text-transform:uppercase;margin-left:10px;}
.pronr .prort dl:hover dd{color:#0f377d;}
.prolist,.prolist .procont{width:100%;overflow:hidden;}
.prolist{padding-left:96px;}
.procont .procontrt{padding:0;}
.procont .procontrt img{max-width:100%;height:auto;}
.procont .procontlf{padding:203px 0 0 0;}
.procont .procontlf h4{width:100%;overflow:hidden;font-size:34px;color:#0f377d;text-align:left;line-height:45px;}
.procont .procontlf .procontms{width:100%;overflow:hidden;font-size:18px;line-height:35px;color:#8a8a8b;text-align:left;margin-top:22px;}
.procont .procontlf .promore2{width:100%;overflow:hidden;margin-top:72px;}
.procont .procontlf .promore2 a{display:block;width:210px;height:60px;line-height:60px;background:#143e88 url(../images/icon2.png) no-repeat 146px center;padding-left:22px;font-size:16px;color:#fff;text-align:left;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.prolist .owl-prev {background: url(../images/prev2.png) no-repeat left center;width: 15px;height: 28px;position: absolute;right: 65px;bottom:80px;}
.prolist .owl-next {background: url(../images/next2.png) no-repeat left center;width: 15px;height: 28px;position: absolute;right: 0;bottom:80px;}
.prolist .owl-prev:hover{background: url(../images/prevh2.png) no-repeat left center;}
.prolist .owl-next:hover{background: url(../images/nexth2.png) no-repeat left center;}
.prolist .owl-buttons .owl-number{display:none;}
.prolist .owl-controls .owl-pagination{width:100%;overflow:hidden;position:absolute;bottom:80px;}
.prolist .owl-controls .owl-page{width:10px;height:10px;background:#363636;border-radius:50%;float:left;margin:0 15px;}
.prolist .owl-controls .owl-page:hover,.prolist .owl-controls .owl-page.active{background:#15408b;}

@media(max-width:1366px) {
	.pronr .prolf{padding:0 0 0 26px;position:absolute;left:0;top:0;z-index:99;}
	.prolist{padding-left:26px;}
}


/* pro2-------------------------------------------------------------- */.pro2{width:100%;overflow:hidden;margin-top:54px;margin-bottom:110px;}
.pro2 .proimg2{width:100%;height:640px;overflow:hidden;position:relative;}
.pro2 .proimg2 .img2{width:100%;height:auto;}
.proimg2 .probg2{width:100%;height:100%;overflow:hidden;background:rgba(0,0,0,0.4);position:absolute;top:0;left:0;}
.proimg2 .probg2 .proicon{width:100%;overflow:hidden;padding:0 32px;position:absolute;left:0;bottom:250px;}
.proimg2 .probg2 .probot{width:100%;overflow:hidden;position:absolute;left:0;bottom:0;padding:16px 32px 22px 32px;-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
.proimg2 .probg2 .probot h4{width:100%;overflow:hidden;font-size:30px;color:#fff;font-weight:bold;line-height:40px;margin:0 0 5px 0;}
.proimg2 .probg2 .probot p{width:100%;overflow:hidden;color:#fff;font-family:Arial;text-transform:uppercase;}
.proimg2 .probg2 .probot hr{width:40px;border:none;border-bottom:solid 2px #fff;margin-top:47px;margin-bottom:0;}
.proimg2 .probg2 .promore2{width:137px;overflow:hidden;background:url(../images/icon11.png) no-repeat left bottom;font-size:16px;color:#e70c1d;line-height:30px;padding-bottom:10px;opacity:0;}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2{background:none;}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot{background:#fff;bottom:0;}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot h4{color:#343434;}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .probot p{color:#a3a3a3;font-size:16px;}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .promore2{opacity:1;}
.pro2 .owl-carousel .owl-item:hover .proimg2 .probg2 .proicon{opacity:0;}
.pro2 .owl-carousel .owl-item:hover{width:420px !important;}
@media screen and (max-width: 2560px) and (min-width: 1919px){.pro2 .owl-carousel .owl-item:hover{width:520px !important;}
}
/* yyhy-------------------------------------------------------------- */.yyhy{width:100%;height:860px;overflow:hidden;background:url(../images/yyhybg.jpg) no-repeat top center;background-size:cover;}
.yyhy dl{width:20%;height:100%;overflow:hidden;float:left;}
.yyhy dl:nth-child(2n+1){background:rgba(0,0,0,0.2);}
.yyhy dl dt{width:100%;overflow:hidden;text-align:center;margin-top:290px;}
.yyhy dl dd{width:100%;overflow:hidden;margin-top:46px;}
.yyhy dl dd h4{width:100%;overflow:hidden;font-size:22px;color:#fff;margin:0;line-height:30px;text-align:center;}
.yyhy dl dd p{width:100%;overflow:hidden;font-size:16px;color:#fff;font-family:Arial;text-align:center;margin-top:6px;}
.yyhy dl dd hr{width:42px;border:none;border-bottom:solid 2px #fff;margin:40px auto 0;display:none;}
.yyhy dl:hover{background:url(../images/yyhyimg2.jpg) no-repeat top center;background-size:cover;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.yyhy dl:hover dt img{display:none;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.yyhy dl:hover dd hr{display:block;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
.yyhy dl:hover dd h4{font-size:30px;line-height:40px;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;}
/* about-------------------------------------------------------------- */

.about {width:100%;overflow:hidden;background:url(../images/aboutbg.jpg) no-repeat top center;background-size:cover;padding-top:120px;padding-bottom:80px;}
.about .aboutlf{padding:0 0 0 9%;}
.about .aboutlf .abouten{width:100%;overflow:hidden;color:#10367d;font-size:48px; font-family:Arial, Helvetica, sans-serif; font-weight:bold}
.about .aboutlf h3{width:100%;overflow:hidden;font-size:30px;color:#333;line-height:40px;font-weight:normal;margin-top:3px;}
.about .aboutlf .aboutms{width:100%;overflow:hidden;font-size:15px;color:#333;line-height:30px;margin-top:34px;padding-right:4%;}
.about .aboutrt{padding:0 0 100px 0;overflow:hidden;}
.aboutrt .owl-carousel .owl-wrapper-outer{right:-15%;}
.aboutmore1{width:100%;overflow:hidden;margin-top:40px;}
.aboutmore1 a{display:block;width:55px;height:55px;background:#10367d url(../images/icon2.png) no-repeat center;border-radius:50%;}
.aboutrt .owl-carousel .owl-item{padding:0 15px;}
.aboutrt .owl-controls .owl-buttons .owl-number{display:none;}
.aboutrt .owl-controls .owl-page{display:none;}
.about .aboutrt dl,.aboutrt dl dt,.aboutrt dl dd{width:100%;overflow:hidden;}
.about .aboutrt dl dt{text-align:left;font-weight:normal;}
.about .aboutrt dl dt h4{width:100%;overflow:hidden;font-size:20px;color:#333;line-height:30px;font-weight:normal;}
.about .aboutrt dl dt .hen{width:100%;overflow:hidden;font-family:Arial;color:#737383;}
.about .aboutrt dl dd{margin-top:14px;border-radius:20px;position:relative;}
.about .aboutrt dl dd .aboutimg{width:100%;height:auto;}
.about .aboutrt dl dd .abouticon{width:50px;height:50px;background:#fff url(../images/icon8.png) no-repeat center;border-radius:50%;position:absolute;top:20px;right:20px;z-index:9;}
.about .aboutrt dl dd .aboutbg{width:100%;height:100%;overflow:hidden;padding:80px 10px 0 10px;background:rgba(2,46,217,0.85);position:absolute;left:0;top:0;-webkit-transition: all 0.35s ease-in-out;-moz-transition: all 0.35s ease-in-out;transition: all 0.35s ease-in-out;-webkit-transform: translateY(0);-moz-transform: translateY(0);-ms-transform: translateY(0);-o-transform: translateY(0);transform: translateY(0);opacity:0;}
.about .aboutrt dl dd .aboutbg .aboutbgimg img{max-width:100%;height:auto;}
.aboutrt dl dd .aboutbg .aboutbgtit{width:100%;overflow:hidden;font-size:25px;color:#fff;font-weight:bold;line-height:35px;margin-top:38px;}
.aboutrt dl dd .aboutbg p{width:100%;overflow:hidden;font-size:16px;color:#fff;line-height:30px;}
.aboutrt dl dd .aboutbg hr{width:36px;border:none;border-bottom:solid 1px #fff;margin:75px auto 0;}
.aboutrt dl:hover dd .aboutbg{opacity:1;-webkit-transform: translateY(100);-moz-transform: translateY(100);-ms-transform: translateY(100);-o-transform: translateY(100);transform: translateY(100);}
.aboutrt .owl-controls .owl-buttons .owl-prev,.aboutrt .owl-controls .owl-buttons .owl-next{width:68px;height:68px;border-radius:50%;position:absolute;bottom:0;}
.aboutrt .owl-controls .owl-buttons .owl-prev{background:#eff0f5 url(../images/prev2.png) no-repeat center;left:16%;}
.aboutrt .owl-controls .owl-buttons .owl-prev:hover{background:#bed5ff url(../images/prevh2.png) no-repeat center;}
.aboutrt .owl-controls .owl-buttons .owl-next{background:#eff0f5 url(../images/next2.png) no-repeat center;left:25%;}
.aboutrt .owl-controls .owl-buttons .owl-next:hover{background:#bed5ff url(../images/nexth2.png) no-repeat center;}
.aboutlist,.aboutlist ul{width:100%;overflow:hidden;}
.aboutlist ul li{padding:80px 70px 0 70px;height:558px;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.aboutlist ul li:first-child{background:#eff0f5 url(../images/slbg.jpg) no-repeat top right;}
.aboutlist ul li:first-child:hover{background:#022ed9 url(../images/slbgh.jpg) no-repeat top right;}
.aboutlist ul li:nth-child(2){background:#f5f6fa url(../images/rybg.jpg) no-repeat top right;}
.aboutlist ul li:nth-child(2):hover{background:#022ed9 url(../images/rybgh.jpg) no-repeat top right;}
.aboutlist ul li:last-child{background:#eff0f5 url(../images/tdbg.jpg) no-repeat top right;}
.aboutlist ul li:last-child:hover{background:#022ed9 url(../images/tdbgh.jpg) no-repeat top right;}
.aboutlist ul li .num{width:100%;overflow:hidden;font-size:40px;color:#0a1121;line-height:40px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;}
.aboutlist ul li .abouten{width:100%;overflow:hidden;font-family:Arial;font-size:16px;color:#b2b3b8;margin-top:4px;}
.aboutlist ul li h3{width:100%;overflow:hidden;color:#0a1121;line-height:50px;font-size:40px;margin-bottom:34px;margin-top:180px;}
.aboutlist ul li .aboutlistjs,.aboutlist ul li .aboutlistjs p{width:100%;overflow:hidden;}
.aboutlist ul li .aboutlistjs p{font-size:15px;color:#72747b;}
.aboutlist ul li:hover .num,.aboutlist ul li:hover h3,.aboutlist ul li:hover .aboutlistjs p{color:#fff;}
.partner{position:relative;padding-top:152px;padding-bottom:190px;}
.partnernr{width:36%;overflow:hidden;}
.partnernr .tit{padding:0;}
.ab_fl{width:60%;overflow:hidden;margin-top:60px;}
.ab_fl dl{overflow:hidden;padding:35px 0 32px 0;}
.ab_fl dl:nth-child(1),.ab_fl dl:nth-child(2){border-bottom:solid 1px #e9e9e9;}
.ab_fl dl dt{width:100%;overflow:hidden;color:#062f7f;font-weight:normal;}
.ab_fl dl dd{width:100%;overflow:hidden;color:#787878;line-height:20px;margin-top:5px;}
.ab_fl dl dt .counter{color:#022ed9;font-size:40px;font-family:Arial, Helvetica, sans-serif;line-height:40px;font-weight:bold;margin-right:8px;}
.ab_fl dl img{max-width:100%;height:auto;}
.partner .map{width:1102px;height:536px;background:url(../images/map.jpg) no-repeat center;position:absolute;right:0;top:270px;z-index:-1;}
.mmap{width:100%;overflow:hidden;display:none;}
.mmap img{max-width:100%;height:auto;}
#plusDiv, #plusDiv2, #plusDiv3, #plusDiv4, #plusDiv5, #plusDiv6 {width: 28px;height: 28px;/*transform: translate3d(0px, 0px, 0px);*/position: relative;outline: none;background-color: rgba(12, 158, 89, 0.3);box-shadow: 1px 1px 8px 0 rgba(12, 158, 89, 0.3);border-radius: 100%;transform-origin: 0 0;display: block;z-index:1;}
#plusDiv {left: 45px;top: 130px;}
#plusDiv2 {left: 170px;top: 80px;}
#plusDiv3 {left: 110px;top: 255px;}
#plusDiv4 {left: 820px;top: 130px;}
#plusDiv5 {left: 950px;top: 270px;}
#plusDiv6 {left: 455px;top: 70px;}
#plusDiv::before, #plusDiv2::before, #plusDiv3::before, #plusDiv4::before, #plusDiv5::before, #plusDiv6::before {content: "";-webkit-border-radius: 100%;border-radius: 100%;height: 8px;width: 8px;background:#0c9e59;position: absolute;margin: 10px 0 0 10px;}
#plusDiv::after, #plusDiv2::after, #plusDiv3::after, #plusDiv4::after, #plusDiv5::after, #plusDiv6::after {content: "";-webkit-border-radius: 100%;border-radius: 100%;height: 200%;width: 200%;position: absolute;margin: -50% 0 0 -50%;box-shadow: 0 0 6px 2px rgba(12, 158, 89, 0.2);animation: pulsate 1s ease-out;animation-iteration-count: infinite; /*æ— ç©·åå¤*/animation-delay: 1.1s;}
@keyframes pulsate {0% {transform: scale(0.1, 0.1);opacity: 0;filter: alpha(opacity=0);}
50% {opacity: 1;filter: none;}
100% {transform: scale(1.2, 1.2);opacity: 0;filter: alpha(opacity=0);}
}
/* ys-------------------------------------------------------------- */.ys{width:100%;height:960px;overflow:hidden;background:url(../images/ysbg.jpg) no-repeat top right;background-size:cover;position:relative;background-attachment: fixed;}
.ysnr .yslist{width:22%;overflow:hidden;}
.ysnr .ys1,.ysnr .ys2{margin-top:190px;}
.ysnr .ys3,.ysnr .ys4{margin-top:287px;}
.ysnr .yslist h4{width:100%;overflow:hidden;margin:0;}
.ysnr .yslist p{width:100%;overflow:hidden;font-size:20px;color:#fff;line-height:35px;margin-top:11px;}
.ysnr .ysinner{width:666px;height:665px;background:url(../images/ysimg.png) no-repeat center;position:absolute;left:50%;margin-left:-333px;top:50%;margin-top:-332.5px;}
.ysinner .ysms{width:100%;overflow:hidden;font-size:30px;color:#fff;line-height:40px;text-align:center;margin-top:123px;}
.ysinner .ystit{width:100%;overflow:hidden;font-size:52px;color:#fff;line-height:60px;text-align:center;font-weight:bold;margin-top:12px;}
.ysinner .ysjs{width:100%;overflow:hidden;font-size:20px;color:#fff;line-height:35px;padding:0 15%;margin-top:40px;}
.ysmore{width:100%;overflow:hidden;}
.ysmore a{display:block;width:212px;height:60px;line-height:60px;color:#fff;font-size:16px;padding-left:22px;background:#133d87 url(../images/icon2.png) no-repeat 85% center;margin:66px auto 0;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
/* hzhb-------------------------------------------------------------- */.hzhb{background:url(../images/hzhbbg.jpg) no-repeat top right;position:relative;margin-top:170px;}
.hzhb .hzhbtit{width:100%;overflow:hidden;}
.hzhb .hzhbtit h3{width:100%;overflow:hidden;font-size: 32px;color: #343434;font-weight: bold;line-height: 40px;margin-top: 10px;}
.hzhb .hzhbtit p{width:100%;overflow:hidden;font-size: 30px;font-family: Arial;color: #cacaca;line-height: 30px;}
.hzhb ul{width:83%;overflow:hidden;margin-top:65px;}
.hzhb ul li{height:218px;overflow:hidden;padding:0;float:left;background:#fff;border-top:solid 1px #c1c1c1;border-left:solid 1px #c1c1c1;text-align:center;}
.hzhb ul li img{max-width:100%;height:auto;}
.hzhb ul li:nth-child(4n){border-right:solid 1px #c1c1c1;}
.hzhb ul li:nth-child(5),.hzhb ul li:nth-child(6),.hzhb ul li:nth-child(7),.hzhb ul li:nth-child(8){border-bottom:solid 1px #c1c1c1;}
.hzhbmore{height:40px;line-height:40px;overflow:hidden;position:absolute;right:0;bottom:82px;}
.hzhbmore a{font-size:16px;color:#004ea2;display:block;}
.hzhbmore a span{font-size:50px;color:#004ea2;display:block;float:right;margin-left:28px;}
/* news-------------------------------------------------------------- */.news{width:100%;overflow:hidden;background:url(../images/newsbg.jpg) no-repeat top center;background-size:cover;padding-top:138px;padding-bottom:135px;}
.news .newsnr .newslf{width:32%;overflow:hidden;}
.news .newsnr .newsrt{width:68%;overflow:hidden;}
.newsmore{width:100%;overflow:hidden;margin-top:92px;}
.newsmore a{display:block;width:212px;height:60px;line-height:60px;color:#fff;font-size:16px;padding-left:22px;background:#133d87 url(../images/icon2.png) no-repeat 85% center;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.newsmore a:hover,.ysmore a:hover,.procont .procontlf .promore2 a:hover{background: #133d87 url(../images/icon2.png) no-repeat 90% center;}
.news .newsnr .newsrt dl{width:100%;overflow:hidden;border-left:solid 1px #c9c9c9;margin:0;}
.news .newsnr .newsrt dl dt{width:17%;overflow:hidden;float:left;font-size:16px;color:#a8a8a8;font-weight:normal;padding-left:48px;}
.news .newsnr .newsrt dl dt span{display:block;font-size:16px;color:#a8a8a8;}
.news .newsnr .newsrt dl dd{width:83%;overflow:hidden;float:right;}
.news .newsnr .newsrt dl dd h4{width:100%;overflow:hidden;font-size:23px;color:#133d88;line-height:30px;font-weight:bold;margin:0;text-overflow: ellipsis;white-space: nowrap;}
.news .newsnr .newsrt dl dd .newsms{width:100%;overflow:hidden;font-size:18px;color:#575757;line-height:30px;margin-top:36px;}
.news .newsnr .newsrt dl dd .newsmore2{width:100%;overflow:hidden;font-size:16px;color:#143e88;line-height:30px;background:url(../images/icon6.png) no-repeat left bottom;padding-bottom:10px;margin-top:89px;}
.news .newsnr .newsrt ul{width:100%;overflow:hidden;margin-top:0px;}
.news .newsnr .newsrt ul li{height:504px;padding:32px 30px 0 30px;background:#fff;border-right:solid 1px #e7e7e8;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease; }
.news .newsnr .newsrt ul li:last-child{border-right:none;}
.news .newsnr .newsrt ul li .newsdate{width:100%;overflow:hidden;font-size:16px;color:#a8a8a8;line-height:30px;}
.news .newsnr .newsrt ul li .newstit{width:100%;overflow:hidden;font-size:18px;color:#343434;line-height:30px;margin-top:8px;font-weight: bold;text-overflow: ellipsis;white-space: nowrap;}
.news .newsnr .newsrt ul li .newsdes{width:100%;overflow:hidden;font-size: 16px;margin-top: 10px;}
.news .newsnr .newsrt ul li .newsmore2{width:100%;overflow:hidden;font-size:16px;color:#143e88;line-height:30px;background:url(../images/icon6.png) no-repeat left bottom;padding-bottom:10px;margin-top:43px;}
.news .newsnr .newsrt ul li:hover{background:#143e88;}
.news .newsnr .newsrt ul li:hover .newstit,.news .newsnr .newsrt ul li:hover .newsdes{color:#fff;}
.news .newsnr .newsrt ul li:hover .newsmore2{background:url(../images/iconh6.png) no-repeat left bottom;color:#fff;}
/* shzr-------------------------------------------------------------- */
.shzr{width:100%;height:500px;overflow:hidden;background:url(../images/shzrbg.jpg) no-repeat top center;background-size:cover;padding-top:108px;background-attachment: fixed;}
.shzrrt{width:20%;overflow:hidden;padding-left:0%; margin-top:50px;}
.shzrrt h3{width:100%;overflow:hidden;text-align:right;font-size:45px;color:#fff;font-weight:bold;line-height:50px;}
.shzrms{width:100%;overflow:hidden;font-size:18px;color:#fff;line-height:35px;text-align:right;margin-top:34px;}
.shzrrt hr{width:66px;border:none;border-bottom:solid 1px #fff;float:right;margin-top:57px;}
/* link-------------------------------------------------------------- */.link{width:100%;overflow:hidden;background:#091930;padding:56px 0 47px 0;border-bottom:solid 1px #353b44;}
.link .linknr span{font-size:20px;color:#fff;font-family:Arial;font-weight:bold;}
.link .linknr{line-height:35px;color:rgba(255,255,255,0.6);background:url(../images/link.png) no-repeat left center;padding-left:60px;}
.link a{font-size:16px;margin-right:10px;color:#303030;}
/* footer-------------------------------------------------------------- */.footer{width:100%;overflow:hidden;background:#091930;padding-top:89px;padding-bottom:60px;}
.footernr .footerlf{width:15%;overflow:hidden;color:#787c84;}
.footernr .footerrt{width:85%;overflow:hidden;}
.footernr .footerlf .blogo{width:100%;overflow:hidden;}
.footernr .footerlf .blogo img{max-width:100%;height:auto;}
.footernr .footerlf dl{overflow:hidden;float:right;margin-top:20px;}
.footernr .footerlf dl dt,.footernr .footerlf dl dd{width:100%;overflow:hidden;text-align:center;}
.footernr .footerlf dl dd{line-height:30px;color:#fff;margin-top:4px;}
.footernr .footerlf dl dt,.footernr .footerlf dl dd{text-align:right;}
.footernr .footerlf .teltit{width:100%;overflow:hidden;text-align:right;font-size:16px;color:#fff;line-height:30px;}
.footernr .footerlf p{width:100%;overflow:hidden;font-size:23px;color:#fff;line-height:30px;font-weight:bold;text-align:right;}
.footernr .footerlf p a{font-size:23px;color:#1d4da7;}
.footernr .footerrt ul{width:100%;overflow:hidden;}
.footernr .footerrt ul li{overflow:hidden;padding:0;}
.footernr .footerrt ul li h4{width:100%;overflow:hidden;font-size:16px;color:#fff;line-height:30px;margin:0 0 23px 0; font-family:Arial, Helvetica, sans-serif; font-weight:normal}
.footernr .footerrt ul li h4 a{font-size:16px;color:#fff;}
.footernr .footerrt ul li p{width:100%;overflow:hidden;font-size:12px;color:#787c84;line-height:22px;margin-top:5px;}
.footernr .footerrt ul li p a{font-size:13px;color:#787c84;}
.bot{width:100%;overflow:hidden;background:#091930;padding:39px 0;border-top: solid 1px #353b44;}
.bot .botnr{color:#787c84;font-size:16px;line-height:30px;}
.bot .botnr a{color:#787c84;font-size:16px;}
.bot .botlf,.bot .botrt{padding:0;}
.bot .botrt{text-align:right;}
/* banner_n-------------------------------------------------------------- */.banner_n { width:100%; height:500px;background:url(../images/aboutban.jpg) no-repeat top center;background-size:cover;margin-top:100px;}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {.banner_n{height:667px;}
}
@media(max-width:1680px) {.banner_n{height:438px;}
}
@media(max-width:1440px) {.banner_n{height:375px;}
}
@media(max-width:1360px) {.banner_n{height:354px;}
}
@media(max-width:1366px) {.banner_n{height:354px;}
.footernr .footerrt ul li p a{font-size:14px;color:#787c84;}
}

@media(max-width:1280px) {.banner_n{height:333px;}
}
@media(max-width:1152px) {.banner_n{height:300px;}
}
@media(max-width:1024px) {.banner_n{height:302px;}
}
@media(max-width:991px) {.banner_n{height:267px;}
}
@media(max-width:768px) {.banner_n{height:200px;}
}
@media(max-width:640px) {.banner_n{height:167px;}
}
/* position-------------------------------------------------------------- */.position {width:100%;overflow:hidden;border-bottom:solid 1px #e6e6e6;}
.positionnr .positionrt{text-align:right;font-size:16px;color:#343434;line-height:30px;padding:28px 0 28px 41px;background:url(../images/icon7.png) no-repeat left center;}
.positionnr .positionrt a{font-size:16px;color:#343434;}
.positionnr .positionrt a:hover {color: #143e88;}
.nmenu{overflow:hidden;}
.nmenu ul{overflow:hidden;margin:0;}
.nmenu ul li{overflow:hidden;float:left;line-height:86px;margin-right:30px;text-align:center;}
.nmenu ul li a{font-size:16px;color:#000;display:block;position:relative;}
.nmenu ul li a:after{content:"";width:0;height:2px;background:#143e88;position:absolute;bottom:0;left:0;-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{width:100%;}
/* ntit-------------------------------------------------------------- */.ntit{width:100%;overflow:hidden;}
.ntit h3{width:100%;overflow:hidden;font-size:40px;color:#004ea2;line-height:50px; text-transform:uppercase;}
.ntit p{width:100%;overflow:hidden;font-size:28px;color:rgba(208,208,208,0.6);font-family:Arial;line-height:30px;font-weight:bold;text-transform:uppercase;margin-top:6px;}
/* nabout-------------------------------------------------------------- */.naboutrq{width:100%;overflow:hidden;padding-bottom:162px;}
.nabout{margin-top:10px;margin-bottom:52px;}
.naboutnr{width:100%;overflow:hidden;font-size:16px;line-height:30px;margin-top:58px;}
.nabout .naboutnr p{overflow:hidden;font-size:16px;line-height:30px;}
.nabout .naboutnr img{max-width:100%;height:auto;}
.naboutnr table{width:100%;}
.naboutnr table tr,.naboutnr table tr td{line-height:30px;font-size:16px;}
.naboutnr table tr td{padding:0 5px;}
.nqywh{width:100%;overflow:hidden;background:url(../images/nqywhbg.jpg) no-repeat top center;background-size:cover;padding-top:78px;padding-bottom:90px;}
.nqywh .ntit h3{text-align:center;color:#fff;text-transform:uppercase;}
.nqywh .ntit p{text-align:center;color: rgba(255,255,255,0.4);}
.nqywhnr{margin-top:78px;}
.nqywhnr dl{width:296px;height:296px;border:solid 1px rgba(255,255,255,0.5);border-radius:50%;margin:auto;}
.nqywhnr dl dt{width:100%;overflow:hidden;text-align:center;margin-top:58px;}
.nqywhnr dl dt img{max-width:100%;height:auto;}
.nqywhnr dl dd{width:100%;overflow:hidden;}
.nqywhnr dl dd h4{width:100%;overflow:hidden;font-size:20px;color:#fff;line-height:30px;font-weight:bold;margin:13px 0 6px 0;}
.nqywhnr dl dd p{width:100%;overflow:hidden;font-size:15px;color:rgba(255,255,255,0.8);text-align:center;}
.nqywhmore{width:100%;overflow:hidden;margin-top:72px;}
.nqywhmore a{display:block;width:210px;height:60px;line-height:60px;background:#143e88 url(../images/icon2.png) no-repeat 148px center;margin:auto;font-size:16px;color:#fff;padding-left:22px;}
.nabout_nr1{width:100%;overflow:hidden;margin-top:60px;font-size:16px;line-height:30px;}
.nabout_nr1 img{max-width:100%;height:auto;}
.nabout_nr1 p{font-size:16px;line-height:30px;}
.nabout_nrlf1{width:61%;overflow:hidden;padding-right:70px; color:#333}
.nabout_nrlf1 p{overflow:hidden;font-size:16px;line-height:30px;text-align:justify;}
.nabout_nrrt1{width:39%;overflow:hidden;text-align:right;}
.nabout_nr1 .nabout_nrrt2{padding:0 20px 0 0;}
.nabout_nr2 .nabout_nrlf2{padding:0 20px 0 0;}
.nabout_nr2 .nabout_nrrt2{padding:0;}
.nabout_nrlfnr{width:100%;overflow:hidden;margin-top:70px;}
.nabout_nrlfnr p{overflow:hidden;line-height:30px;font-size:16px;}
.nabout_nr2{padding-top:144px;padding-bottom:108px;}
.nabout_nr2 .nqywhmore{margin-top:106px;}
.ab_fl{width:100%;overflow:hidden;margin-top:110px;}
.ab_fl .ab_fllist{padding:0;}
.ab_fl dl{width:264px;overflow:hidden;margin-bottom:0;border-bottom:solid 1px #c0c0c0;padding-bottom:22px;}
.ab_fl .ab_fllist:nth-child(2) dl{margin:auto;}
.ab_fl .ab_fllist:nth-child(3) dl{float:right;}
.ab_fl dl dt{width:70%;overflow:hidden;font-weight:normal;float:left;}
.ab_fl dl dt .abnum{width:100%;overflow:hidden;font-size:16px;color:#000;}
.ab_fl dl dt .abtit{width:100%;overflow:hidden;font-size:17px;color:#000;line-height:30px;margin-top:5px;}
.ab_fl dl dd{width:30%;overflow:hidden;float:right;}
.ab_fl dl dd img{max-width:100%;height:auto;}
.ab_fl dl dt .counter{font-size:50px;color:#143e88;font-weight:bold;line-height:40px;}
.nfzlc{width:100%;overflow:hidden;background:url(../images/nfzlcbg.jpg) no-repeat top center;background-size:cover;padding-top:102px;}
.nfzlcnr{width:57%;overflow:hidden;margin-top:88px;}
.nfzlc .ntit h3{color:#fff;}
.nfzlc .ntit p{color:rgba(255,255,255,0.4);}
.nfzlcnr h4{width:100%;overflow:hidden;font-size:45px;color:#fff;line-height:50px;font-weight:bold;line-height:50px;text-align:left;margin:0;}
.nfzlcnr .nfzlcyear{width:100%;overflow:hidden;font-size:200px;color:rgba(255,255,255,0.15);text-align:left;font-weight:bold;line-height:180px;margin-top:-30px;}
.nfzlcnr .nfzlcjs{width:100%;overflow:hidden;background:#10397e;padding:40px 40% 32px 40px;text-align:left;font-weight:normal;margin-top:84px;}
.nfzlcnr .nfzlcjs p{width:100%;overflow:hidden;font-size:18px;color:rgba(255,255,255,0.8);line-height:35px;}
.nfzlcnr .nfzlcjs a{display:block;width:100%;font-size:15px;color:#fff;margin-top:40px;}
.nhonor{width:100%;overflow:hidden;background:url(../images/honorbg.jpg) no-repeat top center;background-size:cover;}
.nhonor .ntit h3{text-align:center;color:#10397e;}
.nhonor .ntit p{text-align:center;color:rgba(16,57,126,0.2);}
.naboutnr .nqywhlf,.naboutnr .nqywhimg{padding:0;}
.naboutnr .nqywhimg{text-align:right;}
.naboutnr .nqywhimg img{max-width:100%;height:auto;}
.naboutnr .nqywhlf{padding-right:50px;}
.naboutnr .nqywhlf p{margin-bottom:17px;}
.nhonorlist{margin-top:60px;margin-bottom:60px;}
.nhonorlist dl dt{position:relative;height:319px;}
.nhonorlist dl dt img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.nhonorlist dl:hover dt img{transform:translate(-50%, -50%) scale(1.2);}
.nhonorlist dl{padding:0 10px;margin:20px 0;}
.nhonorlist dl dt,.nhonorlist dl dd{width:100%;overflow:hidden;text-align:center;}
.nhonorlist dl dd{font-size:20px;line-height:30px;color:#000;margin-top:20px;}
/* nteam-------------------------------------------------------------- */.nteam,.nxyfc{margin-top:60px;margin-bottom:60px;}
.nteam dl dt,.nxyfc dl dt{position:relative;height:291px;}
.nteam dl dt img,.nxyfc dl dt img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.nteam dl:hover dt img,.nxyfc dl:hover dt img{transform:translate(-50%, -50%) scale(1.2);}
.nteam dl,.nxyfc dl{padding:0 10px;margin:20px 0;}
/*.nteam dl:first-child,.nxyfc dl:first-child{width:100% ;}
*/.nteam dl dt,.nteam dl dd,.nxyfc dl dt,.nxyfc dl dd{width:100%;overflow:hidden;text-align:center;}
.nxyfc dl dd{height:60px;font-size:16px;line-height:30px;color:#000;margin-top:10px;}
.nteam dl dd{font-size:16px;line-height:30px;color:#000;margin-top:10px;}
.nteam dl dd h4{width:100%;overflow:hidden;font-size:18px;line-height:30px;}
.nteam dl dd .nteamjs,.nteam dl dd .nteamjs p{width:100%;overflow:hidden;font-size:16px;line-height:30px;}
.nteam dl dd .nteamjs{height:60px;}
/* nyjfk-------------------------------------------------------------- */.nyjfk{margin-top:60px;margin-bottom:60px;}
.nyjfk dl dt{position:relative;height:615px;border: solid 1px #e5e5e5;}
.nyjfk dl dt img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.nyjfk dl:hover dt img{transform:translate(-50%, -50%) scale(1.2);}
.nyjfk dl{padding:0 10px;margin:20px 0;}
.nyjfk dl dt,.nyjfk dl dd{width:100%;overflow:hidden;text-align:center;}
.nyjfk dl dd{height:60px;font-size:16px;line-height:30px;color:#000;margin-top:10px;}
.poptrox-popup {overflow: visible !important;}
/* nshfw-------------------------------------------------------------- */.nshfw{padding:0;margin-top:94px;}
.nshfw .shfwimg{padding:0;overflow:hidden;}
.nshfw .shfwnr{box-shadow: 0px 0px 20px rgba(4,0,0,0.05);-moz-box-shadow: 0px 0px 20px rgba(4,0,0,0.05);-webkit-box-shadow: 0px 0px 20px rgba(4,0,0,0.05);padding:90px 80px 0 80px;height:524px;}
.nshfw .shfwnr h4{width:100%;overflow:hidden;font-size:26px;color:#1c416f;line-height:30px;margin:0 0 20px 0;font-weight:bold;}
.nshfw .shfwnr p{width:100%;overflow:hidden;font-size:18px;line-height:35px;color:#585858;}
.nshfw .shfwnr p a{font-size:18px;color:#585858;}
.nshfw .shfwnr hr{width:378px;border:none;border-bottom:solid 1px #e6e6e6;margin-top:33px;margin-bottom:20px;}
.nxsyj{width:100%;overflow:hidden;margin-top:100px;}
.nxsyj .nxsyjlf{width:40%;overflow:hidden;padding-left:80px;/*padding-top:70px;*/}
.nxsyj .nxsyjlf .nxsyjnr{width:100%;overflow:hidden;font-size:16px;line-height:30px;margin-top:14px;}
.nxsyj .nxsyjlf .nqywhmore{margin-top:110px;}
.nxsyj .nxsyjlf .nqywhmore a{margin:0;}
.nxsyj .nxsyjrt{width:60%;overflow:hidden;}
.nxsyj .nxsyjrt img{max-width:100%;height:auto;}
.nxsyj .nxsyjnr table{width:100%;}
.nxsyjnr table tr,.nxsyjnr table tr td{line-height:30px !important;font-size:16px !important;}
.nxsyjnr table tr td{text-align:center;}
/* dszjy-------------------------------------------------------------- */.dszjy{width:100%;overflow:hidden;margin-bottom:50px;}
/* nfzlclist-------------------------------------------------------------- */.nfzlclist{width:100%;overflow:hidden;}
.dsjlist{width:100%;overflow:hidden;background:url(../images/tb4.png) repeat-y left top;margin-top:88px;padding-bottom:50px;}
.dsjlist dl{width:100%;overflow:hidden;background:url(../images/tb5.png) no-repeat left center;box-sizing: border-box;padding-left:5%;margin-top:60px;}
.dsjlist dl dt p,.dsjlist dl dd{color:#fff;font-size:16px;}
.dsjlist dl dt{min-height: 84px;position:relative;}
.dsjlist dl dt p{position:absolute;height:30px;line-height:30px;top:50%;margin-top:-15px;}
/*dashiji*/.industrial-inner {width: 100%;position: relative;display: block;}
.memorabiliaBox {height: 386px;overflow: hidden;cursor: url(../images/mouse.png) 16 16, default;}
.memorabiliaBox .mCSB_scrollTools {visibility: hidden !important;}
.industrial-bot {position: absolute;left: 116px;top: 0;width: 10px;height: 2px;background-color: #c1cbde;display: block;}
.industrial-line {position: absolute;left: 120px;top: 0;width: 2px;height: 100%;background-color: #c1cbde;}
.industrial-item {padding: 30px 0px 0 260px;position: relative;background:url(../images/tb5.png) no-repeat left center;}
.industrial-item .time {position: absolute;left:5%;top: 50%;margin-top: -15px;font-size: 20px;line-height: 1;color: #10397e;font-weight:bold;line-height:30px;}
.industrial-item .ico {border-radius: 50%;background-color: #f6d196;width: 34px;height: 34px;display: block;position: absolute;left: 105px;top: 50%;margin-top: -17px;transition: 0.3s;-webkit-transition: 0.3s;}
.industrial-item .ico:before {content: "";background-color: #eaa334;border-radius: 50%;width: 10px;height: 10px;position: absolute;left: 50%;top: 50%;margin: -5px 0px 0px -5px;transition: 0.3s;-webkit-transition: 0.3s;}
.industrial-item .ico:after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.2);border-radius: 50%;visibility: hidden;z-index: -1;}
.industrial-item .sj {position: absolute;left: 142px;top: 50%;margin-top: -5px;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid #eaa334;transition: 0.3s;-webkit-transition: 0.3s;}
.industrial-item .pageC {padding: 0 40px 0 40px;transition: 0.3s;-webkit-transition: 0.3s;font-size:16px;color:#585858;line-height:30px;}
.industrial-item .pageC p{font-size:16px;line-height:30px;color:#585858;}
.industrial-item .pageC h3 {color: #333333;line-height: 1.5;margin-bottom: 10px;font-size: 18px;}
.industrial-btn {position: absolute;right: -100px;top: 50%;margin-top: -60px;z-index: 10;}
.industrial-btn span {cursor: pointer;width: 56px;height: 56px;display: block;border-radius: 50%;background-color: #cccccc;background-repeat: no-repeat;background-position: center center;transition: 0.6s;-webkit-transition: 0.6s;position: relative;}
.industrial-btn span:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,.2);border-radius: 50%;visibility: hidden;z-index: -1;}
.industrial-btn span:hover:before {opacity: 0;visibility: visible;-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);-webkit-transition: all .37s;-o-transition: all .37s;transition: all .37s;}
.industrial-prev {margin-bottom: 8px;background-image: url(../images/arrow_t.png);}
.industrial-next {background-image: url(../images/arrow_b.png);}
.industrial-btn span:hover {background-color: #263d8f;}
.industrial-item:hover .ico {background-color: #76bee0;}
.industrial-item:hover .ico:before {background-color: #204ea4;}
.industrial-item:hover .ico:after {opacity: 0;visibility: visible;-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);-webkit-transition: .5s;transition: .5s;}
.industrial-item:hover .time {color: #e7812f;}
.industrial-item:hover .sj {border-left-color: #204ea4;margin-left: 5px;}
.industrial-item:hover .pageC {border-color: #2c84b2;}
.industrial-demo {height: 420px;overflow: hidden;cursor: url(../images/mouse.png) 20 20, default;margin-top: 18px;}
.industrial-demo .mCSB_scrollTools {visibility: hidden !important;}
/* njob-------------------------------------------------------------- */.njob{width:100%;overflow:hidden;margin-top:60px;}
.njob ul,.njob ul li{width:100%;overflow:hidden;}
.njob ul li{padding:10px 0 10px 12px;background: url(../images/li.png) left center no-repeat;border-bottom: 1px dotted #CCC;line-height:30px;font-size:16px;}
.njob ul li a{font-size:16px;}
.njob ul li span{float:right;color: #b0b0b0;}
.njob ul li a:hover{color: #004ea2;}
/* norder-------------------------------------------------------------- */.norder{padding:0;overflow:hidden;margin-top:40px;}
.norder dl{width:50%;overflow:hidden;float:left;margin-top:20px;}
.norder dl dt{width:15%;overflow:hidden;float:left;text-align:right;line-height:30px;}
.norder dl dd{width:85%;overflow:hidden;float:left;}
.norder dl dd select,.norder dl dd input{width:60%;height:40px;border:solid 1px #ccc;padding: 0 5px;}
#complaints{width:73%;}
.norder dl:last-child,.norder dl:last-child dd{width:100%;text-align:center;}
.norder dl:last-child{margin-top:40px;}
.ddmarg{padding-left:15%;width:73%;}
.cnmbd3g{width:100% !important;}
.cnmbd3g dt{width:7.5% !important;}
.cnmbd3g dd{width:89% !important;}
.cnmbd3g textarea{width:85%;height:100px;border:solid 1px #ccc;padding: 0 5px;line-height:30px;}
.norder button{width:260px;height:40px;line-height:40px;margin:auto;}
/* nhonor-------------------------------------------------------------- */.nhonor{padding-top:120px;padding-bottom:160px;}
.nhonor .owl-carousel .owl-item{padding:0 20px;}
.nhonornr{margin-top:96px;}
.nhonor dl{width:100%;overflow:hidden;}
.nhonor dl dt,.nhonor dl dd{width:100%;overflow:hidden;}
.nhonor dl dt{text-align:center;}
.nhonor dl dt img{max-width:100%;height:auto;}
.nhonor dl dd{text-align:center;line-height:30px;color:#fff;font-size:20px;margin-top:20px;}
.nhonormore{width:100%;overflow:hidden;margin-top:82px;}
.nhonormore a{display: block;width: 210px;height: 60px;line-height: 60px;background:url(../images/icon2.png) no-repeat 148px center;margin: auto;font-size: 16px;color: #fff;padding-left: 22px;border:solid 1px #fff;}
/* nkyhz-------------------------------------------------------------- */.nkyhz{margin-top:60px;margin-bottom:60px;}
.nkyhz dl{width:100%;overflow:hidden;padding:44px 0;border-bottom:solid 1px #e2e2e2;}
.nkyhz dl dt{width:17%;overflow:hidden;float:left;position:relative;height:171px;}
.nkyhz dl dt img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.nkyhz dl:hover dt img{transform:translate(-50%, -50%) scale(1.2);}
.nkyhz dl dd{width:83%;overflow:hidden;float:left;}
.nkyhz dl dd .nkyhzlf{width:70%;overflow:hidden;padding-left:58px;}
.nkyhz dl dd .nkyhzrt{width:12%;overflow:hidden;border-left:solid 1px #d2d2d2;padding-top:20px;padding-left:5%;}
.nkyhzlf h4{width:100%;overflow:hidden;font-size:18px;line-height:30px;color:#1e1e1e;font-weight:bold;margin:20px 0 0;text-overflow: ellipsis;white-space: nowrap;}
.nkyhzlf .nkyhzms{width:100%;overflow:hidden;font-size:15px;color:#939393;margin-top:22px;}
.nkyhz dl dd .nkyhzrt span{width:100%;overflow:hidden;font-size:26px;color:#b1b1b1;display:block;line-height:35px;}
.nkyhz dl dd .nkyhzrt i{width:100%;overflow:hidden;display:block;margin-top:30px;}
.nkyhz dl:hover dd .nkyhzlf h4{color:#0f3579;}
.nkyhz h1{width:100%;overflow:hidden;text-align:center;font-size:20px;color:#343434;line-height:30px;font-weight:bold;border-bottom:solid 1px #e2e2e2;padding-bottom:40px;}
.nkyhz .fbnr{width:100%;overflow:hidden;color:#585858;font-size:16px;line-height:30px;margin-top:45px;}
.nkyhz .fbnr p{overflow:hidden;color:#585858;font-size:16px;line-height:30px;}
.nkyhz .fbnr img{max-width:100%;height:auto;}
/* nrcln-------------------------------------------------------------- */.nrcln{width:100%;overflow:hidden;padding:0 60px;}
.nrcln p{overflow:hidden;font-size:16px;line-height:32px;color:#333;}
/* ncc-------------------------------------------------------------- */.ncc{width:100%;overflow:hidden;padding:0 60px;}
.ncc .nccul{width:100%;overflow:hidden;}
.ncc .nccul li{width:23%;overflow:hidden;margin:20px 1%;float:left;}
.nccul li img{max-width:100%;height:auto;}
/* nhzhb-------------------------------------------------------------- */.nhzhb{width:100%;overflow:hidden;padding:0 60px;}
.nhzhbul{width:100%;overflow:hidden;}
.nhzhbul li{width:14.66666%;overflow:hidden;margin:20px 1%;float:left;border:solid 1px #ccc;}
.nhzhbul li img{max-width:100%;height:auto;}
/* npro-------------------------------------------------------------- */.npro{width:100%;overflow:hidden;background:#f7f9fb;padding-bottom:60px;}
.npro .npromenu ul{width:100%;overflow:hidden;}
.npro .npromenu ul li{padding:0;line-height:60px;background:#e2e2e2;text-align:center;}
.npro .npromenu ul li a{font-size:20px;color:#000;}
.npro .npromenu ul li:hover{background:#143e89;}
.npro .npromenu ul li:hover a{color:#fff;}
.npronr{width:100%;overflow:hidden;padding-top:60px;padding-bottom:82px;}
.npro .npronr:nth-child(odd){background:#eff3f8;}
.npronr .nprolf{padding:0 88px 0 0;}
.npronr .nprort{padding:0;}
.npronr .nprort img{max-width:100%;height:auto;}
.npronr .nprolf .nprotit{width:100%;overflow:hidden;}
.npronr .nprolf .nprotit .nprotiten{width:100%;overflow:hidden;}
.npronr .nprolf .nprotit .nprotiten img{max-width:100%;height:auto;}
.npronr .nprolf .nprotit .nprotitcn{width:100%;overflow:hidden;font-size:36px;line-height:40px;color:#707172;margin-top:35px;border-bottom:solid 1px #b5b5b6;padding-bottom:28px;}
.npronr .nprolf h3{width:100%;overflow:hidden;font-size:36px;color:#0f377d;line-height:50px;font-weight:bold;margin:62px 0 24px 0;}
.npronr .nprojs{width:100%;overflow:hidden;font-size:18px;line-height:30px;color:#88898a;}
.nprolxfs{width:100%;overflow:hidden;margin-top:76px;}
.nprolxfs a{width:210px;height:60px;display:block;background:#103980 url(../images/icon22.png) no-repeat 135px center;font-size:16px;color:#fff;line-height:60px;padding-left:22px;}
.nproinfo{margin-top:60px;margin-bottom:60px;}
.nproinfo .nproinfoimg{padding:0;text-align:center;border:solid 1px #f0f0f0;}
.nproinfo .nproinfoimg img{max-width:100%;height:auto;}
.nproinfo .nproinfonr{padding:0 0 0 75px;}
.nproinfo .nproinfonr h1{width:100%;overflow:hidden;font-size:30px;color:#0f3579;line-height:40px;}
.nproinfo .nproinfonr .nprossfl{width:100%;overflow:hidden;font-size:16px;line-height:30px;color:#343434;margin-top:20px;padding-bottom:20px;border-bottom: solid 1px #e6e6e6;}
.nproinfo .nproinfonr .nproinfoms{width:100%;overflow:hidden;margin-top:50px;}
.nproinfo .nproinfonr .nproinfoms p{width:100%;overflow:hidden;font-size:15px;line-height:30px;color:#7f7f7f;}
.nprofbtit{width:100%;overflow:hidden;font-size:30px;color:#0f3579;line-height:40px;border-bottom:solid 1px #e3e3e3;padding-bottom:30px;margin-top:90px;}
.nprofbnr{width:100%;overflow:hidden;font-size:16px;line-height:30px;;margin-top:20px;}
.nprofbnr p{width:100%;overflow:hidden;font-size:16px;line-height:30px;}

.nprofbnr table { width:100%;border-collapse:collapse;border-radius:5px;font-weight:normal;border:none;border-collapse:collapse;width:100%;max-width:99%;background-color:white;margin-top:10px;} 
.nprofbnr tr:nth-of-type(odd) {background:#eeefef;}

.nprofbnr th {background:#234364;color:white;font-weight:bold;} 
.nprofbnr td,th {padding:5px 2%;border:1px solid #eee;text-align:left;word-wrap:break-word;word-break:normal;} 
.nprofbnr .cline{width:100%; height:1px; background-color:#f7f7f7; margin:5px 0 5px 0; clear:both}
.nprofbnr img{ width: auto; max-width:100%;}

@media(max-width: 767px) {
.nprofbnr{ line-height:22px; margin:5% 0; font-size:14px; font-family:"微软雅黑"}
.nprofbnr table { width:100%;border-collapse:collapse;border-radius:5px;font-weight:normal;border:none;border-collapse:collapse;width:100%;max-width:99%;background-color:white;} 
.nprofbnr tr:nth-of-type(odd) {background:#eeefef;}

.nprofbnr th {background:#234364;color:white;font-weight:bold;} 
.nprofbnr td,th {padding:5px 5px;border:1px solid #eee;text-align:left;word-wrap: normal; word-break: break-all;; } 
.nprofbnr .cline{width:100%; height:1px; background-color:#f7f7f7; margin:5px 0 5px 0; clear:both}
.nprofbnr img{ width:100%;}
	
}

/* nnews-------------------------------------------------------------- */.nnews{margin-top:60px;margin-bottom:60px;}
.nnews dl{margin-bottom:0;padding:0 15px;margin:40px 0;}
.nnews dl dt{width:100%;overflow:hidden;position:relative;height:289px;}
.nnews dl dt img{display:block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.nnews dl:hover dt img{transform:translate(-50%, -50%) scale(1.2);}
.nnews dl dd{width:100%;overflow:hidden;padding-top:14px;}
.nnews dl dd h4{width:100%;overflow:hidden;font-size:20px;color:#343434;line-height:30px;font-weight:bold;text-overflow: ellipsis;white-space: nowrap;}
.nnews dl dd .nnewsms{width:100%;overflow:hidden;font-size:15px;color:#737373;margin-top:16px;height:42px;}
.nnews dl dd .nnewsdate{width:100%;overflow:hidden;font-size:15px;color:#0f3579;line-height:30px;margin-top:32px;background:url(../images/icon9.png) no-repeat right center;border-bottom:solid 1px #dfdfdf;padding-bottom:13px;}
.nnews dl:hover dd h4{color:#0f3579;}
.marg{margin-top:40px;}
.nnews h1{width: 100%;overflow: hidden;font-size: 24px;line-height:30px;color: #003f8c;font-weight:bold;text-align: center;margin: 0 0 16px 0;}
.nnews .fbtime {width: 100%;overflow: hidden;font-size: 15px;line-height: 30px;color: #666;text-align: center;border-bottom: solid 1px #ebebeb;padding-bottom: 23px;}
.nnews .fbnr {width: 100%;overflow: hidden;margin-top: 30px;font-size: 18px;line-height: 35px;color: #333;}
.nnews .fbnr p {width: 100%;overflow: hidden;font-size: 18px;line-height: 35px;color: #333;}
.nnews .fbnr div {width: 47%;float: left;text-align: center;margin-right: 3%;}
.nnews .fbnr div img {height: 400px;}
.nnews .fbnr img{max-width:100%;height:auto;}
/* ncase-------------------------------------------------------------- */.ncase{margin-top:60px;margin-bottom:60px;}
.ncase dl{padding:0 10px;margin:0 0 40px 0;}
.ncase dl dt,.ncase dl dd{width:100%;overflow:hidden;}
.ncase dl dt{position:relative;height:289px;border:solid 1px #c1c1c1;}
.ncase dl dt img{display:block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.ncase dl:hover dt img{transform:translate(-50%, -50%) scale(1.2);}
.ncase dl dd{line-height:52px;font-size:18px;color:#757575;text-align:center;white-space: nowrap;text-overflow: ellipsis;}
.ncase dl:hover dd{color:#0f377d;}
.ncase .left-pro{width:100%;}
.ncase .t2{overflow:hidden;padding:0;border:solid 1px #e3e3e3;}
.MagicZoom{text-align:center;margin:auto;}
.MagicThumb-container{background:#fff;}
.main_img{max-width: 100%;height: auto;}
.ncase .t1,#showArea{width:100%;overflow:hidden;}
#showArea a{display:block;width:8%;overflow:hidden;margin:10px 1%;float:left;border:solid 1px #e3e3e3;text-align:center;}
#showArea a img{max-width:100%;height:auto;}
.ncase .nproinfo{width:45%;overflow:hidden;padding-left:30px;}
.ncase .nproinfo h1{width:100%;overflow:hidden;font-size:24px;color:#323232;line-height:35px;}
.ncase .nproinfo .npro_ms{width:100%;overflow:hidden;font-size:16px;line-height:30px;margin-top:20px;}
.ncase .nproinfo .npro_fl{width:100%;overflow:hidden;border-top:solid 1px #f4f4f4;border-bottom:solid 1px #f4f4f4;line-height:30px;padding:5px 0;margin-top:20px;}
.ncase .nproinfo .nprobtn{width:100%;overflow:hidden;margin-top:20px;}
.ncase .nproinfo .nprobtn a{display:block;width:130px;height:50px;background:#666;line-height:50px;text-align:center;font-size:16px;color:#fff;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;float:left;margin-left:20px;}
.ncase .nproinfo .nprobtn a:hover{background:#2542bd;}
.fbnrtit{width:100%;overflow:hidden;height:50px;line-height:50px;padding:0 10px;font-size:20px;color:#000;background:#eeeeee;margin-top:40px;}
.ncase .fbnr {width:100%;overflow: hidden;font-size: 16px;line-height: 30px;margin-top: 40px;}
.ncase .fbnr p {width: 100%;overflow: hidden;font-size: 16px;line-height: 30px;}
.ncase .fbnr img {max-width: 100%;height: auto;}
.ncase .fbnr table{max-width:100%;}
/* nyhfk-------------------------------------------------------------- */.nyhfk{margin-top:60px;margin-bottom:60px;}
.nyhfknr{width:100%;overflow:hidden;}
.nyhfknr ul{width:100%;overflow:hidden;}
.nyhfknr ul li{width:23%;overflow:hidden;margin:20px 1%;float:left;border:solid 1px #f0f0f0;}
.nyhfknr ul li img{max-width:100%;height:auto;}
/* ncontact-------------------------------------------------------------- */.ncontact{margin-top:60px;margin-bottom:60px;}
.ncontactrq{width: 100%;overflow: hidden;margin-top:60px;}
.ncontact .ncontactnr{padding:30px;background:#1b4184;overflow: hidden;}
.ncontact .ncontactnr h3{width:100%;overflow:hidden;color:#fff;font-size:30px;line-height:40px;}
.ncontact .ncontactnr .ngsm{width:100%;overflow:hidden;font-size:20px;color:#fff;font-weight:bold;line-height:30px;margin-bottom:12px;}
.ncontact .ncontactnr p{width:100%;overflow:hidden;font-size:15px;color:rgba(255,255,255,0.7);line-height:26px;}
.ncontact .ncontactnr p a{font-size:15px;color:rgba(255,255,255,0.7);}
.nmessage{padding: 0 0 0 20px;overflow:hidden;}
.nmessage dl{width:49%;overflow:hidden;float:left;margin-bottom:30px;}
.nmessage dl dt{width:100%;overflow:hidden;color:#323232;font-size:16px;line-height:30px;padding-bottom:10px;}
.nmessage dl dd{width:100%;overflow:hidden;}
.nmessage dl dd input{width:100%;overflow:hidden;border:solid 1px #e4e4e4;line-height:60px;padding-left:56px;color:#323232;}
.nmessage dl dd textarea{width:100%;height:213px;overflow:hidden;border:solid 1px #e4e4e4;line-height:30px;padding-left:56px;padding-top:18px;}
.nmessage dl:last-child{width:100%;}
.nmessage dl:nth-child(2n+1){margin-right:1%;}
.nmessage dl:nth-child(2n){margin-left:1%;}
.nmessage dl:nth-child(1) dd input{background:#fff url(../images/icon10.png) no-repeat 24px center;}
.nmessage dl:nth-child(2) dd input{background:#fff url(../images/icon11.png) no-repeat 24px center;}
.nmessage dl:nth-child(3) dd input{background:#fff url(../images/icon12.png) no-repeat 24px center;}
.nmessage dl:nth-child(4) dd input{background:#fff url(../images/icon13.png) no-repeat 24px center;}
.nmessage dl:nth-child(5){width:100%;}
.nmessage dl:nth-child(5) dd textarea{background:#fff url(../images/icon14.png) no-repeat 24px 21.5px;}
.nmessage .tjbtn {width: 100%;overflow: hidden;}
.nmessage .tjbtn button {width: 100%;height: 60px;background: #1b4184;color: #fff;text-align:center;font-size:16px;}
.ordernr{width:100%;overflow:hidden;margin-top:80px;}
.ordernr ul{width:100%;overflow:hidden;}
.ordernr ul li{width:49%;overflow:hidden;float:left;margin:18px 0;}
.ordernr ul li input{width:100%;height:62px;overflow:hidden;border:solid 1px #e4e4e4;padding-left:56px;font-size:15px;}
.ordernr ul li:nth-child(odd){margin-right:1%;}
.ordernr ul li:nth-child(even){margin-left:1%;}
.ordernr ul li:last-child{width:100%;margin:18px 0;}
.ordernr ul li textarea{width:100%;height:360px;overflow:hidden;border:solid 1px #e4e4e4;line-height:30px;padding:10px;font-size:15px;}
.ordernr ul li:first-child input{background:url(../images/icon15.png) no-repeat 20px center;}
.ordernr ul li:nth-child(2) input{background:url(../images/icon16.png) no-repeat 20px center;}
.ordernr ul li:nth-child(3) input{background:url(../images/icon17.png) no-repeat 20px center;}
.ordernr ul li:nth-child(4) input{background:url(../images/icon18.png) no-repeat 20px center;}
.ordernr ul li:nth-child(5) input{background:url(../images/icon10.png) no-repeat 20px center;}
.ordernr ul li:nth-child(6) input{background:url(../images/icon11.png) no-repeat 20px center;}
.ordernr ul li:nth-child(7) input{background:url(../images/icon12.png) no-repeat 20px center;}
.ordernr ul li:nth-child(8) input{background:url(../images/icon13.png) no-repeat 20px center;}
.ordernr ul li textarea{background:url(../images/icon14.png) no-repeat 20px 12px;padding-left:56px;}
.ordernr .orderbtn{width:100%;overflow:hidden;margin-top:27px;}
.ordernr .orderbtn button{width:100%;height:60px;overflow:hidden;background:#1b4184;color:#fff;font-size:16px;}
/* dede_pages-------------------------------------------------------------- */.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#0f377d;color:#fff;border: 1px solid #0f377d; }
.pages ul a:hover{ background:#0f377d;color:#fff;border: 1px solid #0f377d;}
.news-exp {overflow: hidden;line-height:30px;margin-top:20px;}
.news-exp .news-explf,.news-exp .news-exprt{padding:0;}
.news-exp .news-explf i{width:33px;height:33px;background:url(../images/prev7.png) no-repeat center;border-radius:50%;display:block;float:left;margin-right:22px;}
.news-exp .news-exprt i{width:33px;height:33px;background:url(../images/next7.png) no-repeat center;border-radius:50%;display:block;float:right;margin-left:22px;}
.news-exp a {width:50%;float:left;overflow: hidden;font-size:16px;color:#343434;text-overflow: ellipsis;white-space: nowrap;}
.news-exp a:last-child{text-align:right;}
.news-exp .news-exprt{text-align:right;}
.news-exp a:hover{color:#13609a;text-decoration:none;}
.a_txt,.rg{display:none;}
/*移动端导航*/@media screen and (max-width: 1023px) and (min-width: 0px){.nav,.tel{display:none}
.headernr{width:98%;}
.rg{display:block;padding-top:34px;float:right;margin-right:1%;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;right:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div2 img{width:16px;}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}
@media only screen and (min-width: 1439px) and (max-width: 1440px) {.nhonorlist dl dt{height:287px;}
.nteam dl dt,.nxyfc dl dt{height:262px;}
.nyjfk dl dt{height:553px;}
}
@media only screen and (min-width: 1360px) and (max-width: 1438px) {.nhonorlist dl dt{height:270px;}
.nteam dl dt,.nxyfc dl dt{height:247px;}
.nyjfk dl dt{height:521px;}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {.nhonorlist dl dt{height:253px;}
.nteam dl dt,.nxyfc dl dt{height:231px;}
.nyjfk dl dt{height:489px;}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {.nhonorlist dl dt{height:227px;}
.nteam dl dt,.nxyfc dl dt{height:207px;}
.nyjfk dl dt{height:437px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {.nhonorlist dl dt{height:200px;}
.nteam dl dt,.nxyfc dl dt{height:182px;}
.nyjfk dl dt{height:386px;}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {.nhonorlist dl dt{height:193px;}
.nnews dl dt{height:269px;}
.nteam dl dt,.nxyfc dl dt{height:176px;}
.nyjfk dl dt{height:373px;}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {.nhonorlist dl dt{height:255px;}
.nnews dl dt{height:230px;}
.nteam dl dt,.nxyfc dl dt{height:233px;}
.nyjfk dl dt{height:493px;}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {.nhonorlist dl dt{height:227px;}
.nnews dl dt{height:204px;}
.nteam dl dt,.nxyfc dl dt{height:207px;}
.nyjfk dl dt{height:437px;}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {.nhonorlist dl dt{height:186px;}
.nteam dl dt,.nxyfc dl dt{height:291px;}
.nyjfk dl dt{height:360px;}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {.nhonorlist dl dt{height:155px;}
.nteam dl dt,.nxyfc dl dt{height:291px;}
.nyjfk dl dt{height:299px;}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {.nhonorlist dl dt{height:119px;}
.nnews dl dt{height:228px;}
.nteam dl dt,.nxyfc dl dt{height:230px;}
.nyjfk dl dt{height:230px;}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {.nhonorlist dl dt{height:103px;}
.nnews dl dt{height:198px;}
.nteam dl dt,.nxyfc dl dt{height:202px;}
.nyjfk dl dt{height:199px;}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {.nhonorlist dl dt{height:86px;}
.nnews dl dt{height:166px;}
.nteam dl dt,.nxyfc dl dt{height:170px;}
.nyjfk dl dt{height:166px;}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {.nhonorlist dl dt{height:84px;}
.nnews dl dt{height:162px;}
.nteam dl dt,.nxyfc dl dt{height:165px;}
.nyjfk dl dt{height:162px;}
}
@media(max-width:1600px) {.section ul li h4{font-size:20px;line-height:30px;}
.section ul li {padding: 225px 40px 0 40px;}
.protit p,.about .abouten,.tit p{font-size:46px;line-height:46px;}
.protit h3,.protit h3 a,.aboutlist h4,.tit h3{font-size:30px;}
.prolfnr .promenu ul li{margin-left:26px;}
.prolfnr .promenu ul li a{font-size:16px;}
.procont .procontlf h4{font-size:30px;}
.news .newsnr .newsrt ul li .newsmore2{margin-top:20px;}
}
@media(max-width:1440px) {.cont,.cont1{width:88%;}
.news .newsnr .newsrt dl dd h4{font-size:20px;}
.nxsyj .nxsyjlf .nqywhmore{margin-top:100px;}
.protit h3,.protit h3 a{margin-top:20px;margin-bottom:20px;}
.protit p, .about .abouten, .tit p {font-size: 40px;line-height: 40px;}
.prolfnr .promenu ul li {margin-left: 16px;}
.pronr .prort dl dd span{font-size:22px;}
.procont .procontlf h4{font-size:26px;}
.news .newsnr .newsrt ul li .newstit{font-size:16px;line-height:25px;}
.nqywhnr dl{width:260px;height:260px;}
.nqywhnr dl dt{margin-top:38px;}
.nqywhnr dl dd h4{font-size:18px;}
.news-exp{width:100%;}
.section ul li h4{font-size:18px;}
.nav .menu > li{margin:0;}
}

@media(max-width:1360px) {.section ul li {padding: 225px 30px 0 30px;}
.prolfnr .promenu ul li a {font-size: 15px;}
.prolfnr .promenu ul li {margin-left: 10px;}
.nmenu ul li{margin-right:20px;}
}
@media(max-width:1289px) {.section ul li h4{height:60px;}
}
@media(max-width:1280px) {.nxsyj .nxsyjlf .nqywhmore{margin-top:60px;}
.nxsyj .nxsyjlf{padding-left:50px;}
.shzrrt h3{font-size:40px;}
.section{height:700px;}
.section ul li {padding: 130px 30px 0 30px;}

.npronr .nprolf h3{font-size:30px;}
.nprolxfs{margin-top:60px;}
.nabout_nr2{padding-top:100px;}
.nxsyj .nxsyjlf{padding-top:40px;}
.ysinner .ystit{font-size:42px;}
.ysnr .yslist p{font-size:18px;line-height:30px;}
.ysinner .ysjs{font-size:18px;}
.news .newsnr .newsrt ul li{padding:20px;}
.news .newsnr .newsrt dl dd h4{font-size:18px;}
.news .newsnr .newsrt dl dd .newsms{font-size:16px;}
.nnews dl dd .nnewsdate{margin-top:20px;}
.nnews dl dd h4{font-size:18px;}
.protit p, .about .abouten, .tit p {font-size: 36px;line-height: 36px;}
.news .newsnr .newsrt dl dt{padding-left:30px;}
.nqywhnr dl {width: 240px;height: 240px;}
.nqywhnr dl dd h4 {font-size: 16px;}
.nqywhnr dl dd p{font-size:14px;}
.nqywhnr dl dt {margin-top: 28px;}
.prolfnr .promenu ul li {margin-left: 5px;}
.nfzlcnr .nfzlcjs p {font-size: 16px;line-height: 30px;}
.nmenu ul li {margin-right: 10px;}
.norder dl dt{width:18%;}
.norder dl dd{width:82%;}
.norder dl dd select, .norder dl dd input {width: 70%;}
.cnmbd3g dt {width: 9% !important;}
.cnmbd3g textarea {width: 88.5%;}
.ddmarg {padding-left: 18%;}
#complaints{width:89%;}
.ncontact .ncontactnr {padding: 30px 20px;}
.footernr .footerlf p,.footernr .footerlf p a{font-size:20px;}
}
@media(max-width:1152px) {.ntit h3,.ntit h3 a{font-size:36px;}
.ntit p{font-size:24px;}
.bot .botlf,.bot .botrt,.bot .botlf a,.bot .botrt a{font-size:14px;}
.shzrrt h3{font-size:36px;}
.section{height:660px;}
.section ul li {padding: 100px 30px 0 30px;}
.nxsyj .nxsyjlf .nxsyjnr{margin-top:40px;}
.ysnr .yslist p {font-size: 16px;}
.ysinner .ystit{font-size:38px;line-height:50px;}
.aboutcont .aboutcontrt .aboutms{font-size:16px;}
.prolist{padding-left:0;}
.pronr .prolf {padding: 0;}
.nfzlcnr .nfzlcjs{padding: 40px 32% 32px 40px;}
.nqywhnr dl {width: 220px;height: 220px;}
.nqywhnr dl dt {margin-top: 18px;}
.nqywhnr dl dd p{line-height:20px;}
.nkyhz dl dd .nkyhzrt span{font-size:20px;}
.nmenu ul li {margin-right: 5px;}
.positionnr .positionrt,.positionnr .positionrt a{font-size:15px;}
.positionnr .positionrt{padding: 28px 0 28px 30px;}
.nteam dl dd .nteamjs, .nteam dl dd .nteamjs p{font-size:15px;}
.footernr .footerlf p,.footernr .footerlf p a{font-size:18px;}
}
@media(max-width:1152px) {.nav .menu > li a {padding: 0 16px;}
.nabout_nrlf1{padding-right:50px;}
}
@media(max-width:1137px) {.nmessage dl dd textarea{height: 239px;}
}
@media(max-width:1100px) {.ysnr .yslist {width: 18%;}
}
@media(max-width:1024px) {.nabout_nrlf1 {padding-top: 0;}
.aboutnr{overflow:hidden;}
.shzrrt h3{font-size:32px;line-height:40px;}
.aboutlist{left:1px;}
}
@media(max-width:991px) {.nnews .fbnr div img{height: 103px;}
.nnews .fbnr div{font-size: 12px; !important}
.header{height:70px;}
.logo{padding:5px 0;}
.logo img{height:60px;}
.rg{padding-top:19px;}
.topewm{margin-top:25px;}
.banner,.banner_n{margin-top:70px;}
.topewm .ewmimg{top:45px;}
.mouse-index{bottom:10px;}
.mouse-index p{font-size:14px;margin-top:10px;}
.mouse img{width:20px;}
.banner .owl-number{right:50px;}
.banner .owl-prev{right:105px;}
.banner .owl-page span{height:40px;}
.banner .owl-pagination{left:20px;margin-top:-60px;}
.nxsyj .nxsyjlf{padding:0;width:100%;}
.nxsyj .nxsyjrt{width:100%;margin-top:20px;}
.procont .procontlf .promore2{display:none;}
.procont .procontrt{margin-top:20px;}
.procont .procontlf h4 {font-size: 24px;}
.topewm {padding: 0 18px 0 10px;}
.prolist {padding-left: 0;}

.ysnr .yslist h4 img{height:32px;}
.section ul li{height:330px;padding: 30px 40px 0 40px;}
.section ul li h4{margin: 20px 0 0 0;}
.section ul li p{margin-top:20px;font-size:14px;line-height:25px;}
.section ul li:nth-child(2){border-right:none;}
.tit h3{margin-top:20px;}
.ysnr .ysinner{width:100%;height:auto;background:none;position:inherit;left: 0;margin-left: 0;top: 0;margin-top: 0;}
.ysnr .ys1, .ysnr .ys2,.ysnr .ys3, .ysnr .ys4{margin-top: 30px;}
.ysnr .yslist{width:100%;}
.ys{height:auto;padding-bottom:40px;}
.ysinner .ysms{margin-top:60px;}
.ysinner .ysjs{padding:0;margin-top:30px;}
.ysmore a{margin: 30px auto 0;}
.aboutcont .aboutcontrt .aboutmore {margin-top: 30px;margin-bottom: 20px;}
.pronr .prort dl dd span {font-size: 18px;}
.shzrrt{padding-left:0;}
.shzrrt h3{font-size:40px;}
.news .newsnr .newslf,.news .newsnr .newsrt{width:100%;}
.news .newsnr .newsrt{margin-top:30px;}
.news .newsnr .newsrt dl{border-left:0;}
.news .newsnr .newsrt dl dd{width:100%;}
.news .newsnr .newsrt dl dt{display:none;}
.news .newsnr .newsrt dl dd .newsmore2{margin-top:30px;}
.news .newsnr .newsrt ul li {height: auto;padding: 32px 30px 20px 30px;}
.tit h3{font-size:30px;}
.news .newsnr .newsrt dl dd h4{font-size:20px;}
.news{padding-top: 60px;padding-bottom: 60px;}
.nnews dl dd h4{font-size:18px;}
.nnews dl dd .nnewsdate{margin-top:20px;}
.nnews h1{font-size:20px;}
.nabout_nrlfnr{margin-top:30px;}
.nabout_nr2 .nabout_nrrt2 img{max-width:100%;height:auto;}
.nabout_nr2 .nabout_nrrt2{margin-top:20px;}
.nabout_nr2 {padding-top: 60px;padding-bottom: 60px;}
.nabout_nr2 .nqywhmore {margin-top: 40px;}
.nhonor {padding-top: 80px;padding-bottom: 80px;}
.nfzlcnr h4{font-size:40px;}
.nfzlcnr{width:70%;}
.nfzlcnr .nfzlcyear{font-size:180px;line-height:190px;}
.nabout{margin-top:50px;}
.npronr .nprolf{padding:0;}
.npronr .nprolf h3{font-size:30px;}
.npronr .nprolf .nprotit .nprotitcn{font-size:30px;}
.nproinfo .nproinfonr {padding: 0;}
.nproinfo .nproinfonr h1{font-size:24px;}
.nproinfo .nproinfonr{margin-top:20px;}
.nprolxfs{display:none;}
.npronr .nprort{margin-top:20px;}
.npronr .nprolf h3 {margin: 0 0 24px 0;}
.industrial-item .pageC {padding: 0;}
.industrial-item .time{left:6%;}
.nkyhz dl dd .nkyhzrt{padding-left: 2%;}
.nmenu,.positionnr .positionrt{width:100%;}
.naboutnr .nqywhimg{text-align:center;}
.ab_fl dl{width:91%;}
.naboutrq{padding-bottom:80px;}
.naboutrq img{max-width:100%;height:auto;}
.nkyhz dl{padding: 20px 0;}
.nshfw .shfwnr{padding: 40px;height:auto;}
.nshfw .shfwimg img{max-width:100%;height:auto;}
.ntit h3{font-size:36px;line-height:45px;}
.ntit p{font-size:24px;}
.nabout_nrlf1,.nabout_nrrt1{width:100%;}
.nabout_nrlf1{padding-right:0;}
.nabout_nrrt1 img{max-width:100%;height:auto;}
.nabout_nrrt1{text-align:center;margin-top:10px;}
.positionnr .positionrt{text-align:left;padding: 18px 0 18px 41px;}
.nmenu ul li {line-height:60px;}
.ncontact .ncontactnr .ngsm{font-size:18px;}
.footernr .footerrt,.footernr .footerlf{width:100%;}
.news-exp a{width:100%;}
.news-exp a:last-child{text-align:left;}
.norder dl dt,.norder dl dd,.norder dl{width:100%;}
.norder dl dd select, .norder dl dd input {width: 100%;}
.norder dl dt{text-align:left;}
.ddmarg{padding-left:0;}
#complaints {width: 100%;}
.cnmbd3g dt,.cnmbd3g dd{width: 100% !important;}
.cnmbd3g textarea {width: 100%;}
.norder button{width:200px;}
.nmessage{padding: 0;margin-top: 40px;}
.bot .botlf, .bot .botrt{text-align:center;}
}
@media(max-width:767px) {.shzrrt h3 {font-size: 36px;}
.shzrrt {width: 70%;}
.shzrms{font-size:16px;}
.section ul li:hover{background:none;}
.section ul li:nth-child(2n){background:url(../images/bg1.jpg) no-repeat top center;background-size:cover;}
.section ul li:nth-child(2n) .icon .imghover{display: inline-block;}
.section ul li:nth-child(2n) .icon .img{display:none;}
.section ul li:nth-child(2n) h4,.section ul li:nth-child(2n) p{color:#fff;}
.section ul li:nth-child(2n+1):hover .icon .imghover{display: none;}
.section ul li:nth-child(2n+1):hover .icon .img{display:inline-block;}
.section ul li:nth-child(2n+1):hover h4,.section ul li:nth-child(2n+1):hover p{color:#133d86;}
.section ul li:nth-child(1),.section ul li:nth-child(3){border-right:none;}
.nshfw .shfwnr h4{font-size:22px;}
.nshfw .shfwnr {padding: 40px 30px;}
.section{height:auto;}
.section ul li{height:auto;padding:40px;}
.section ul li h4 {font-size: 18px;}
.ysinner .ysms{font-size:26px;}
.ysinner .ystit{font-size:34px;}
.news .newsnr .newsrt dl dd h4,.news .newsnr .newsrt ul li .newstit{font-size: 16px;}
.protit p, .about .abouten, .tit p {font-size: 32px;line-height: 32px;}
.tit h3,.tit h3 a,.aboutlist h4,.protit h3, .protit h3 a{font-size: 26px;}
.tit h3{line-height:35px;}
.protit h3,.tit h3{margin-top:10px;}
.aboutlist .abouttiten{font-size:18px;}
.nfzlcnr h4{font-size:36px;}
.nfzlcnr .nfzlcyear{font-size:140px;line-height:150px;}
.industrial-item .time{width: 140px;font-size: 18px;}
.industrial-item {padding: 30px 0px 0 150px;}
.nteam dl dd .nteamjs{height:auto;}
.npronr .nprolf h3 {font-size: 24px;line-height:40px;}
.npronr .nprolf .nprotit .nprotitcn{margin-top: 10px;padding-bottom: 10px;font-size:24px;}
.nprolxfs{margin-top:40px;}
.ab_fl dl dt .counter {font-size: 40px;}
.ab_fl .ab_fllist{margin-bottom:20px;}
.ab_fl dl {width: 100%;}
.ab_fl{margin-top:50px;}
.nproinfo .nproinfonr .nproinfoms{margin-top:30px;}
.nprofbtit{margin-top:40px;font-size:26px;}
.nkyhz dl dd .nkyhzlf {width: 76%;padding-left: 30px;}
.nkyhz dl dd .nkyhzrt {width: 18%;}
.industrial-item .time {left: 8%;}
.nabout{margin-bottom:50px;}
.ntit h3 {font-size: 30px;line-height:40px;}
.ntit p {font-size: 20px;line-height:25px;}
.nnews dl dd .nnewsms{height:auto;}
.nxyfc dl dd{height:auto;}
.footernr .footerrt ul li:nth-child(4){clear:both;}
}
@media(max-width:640px) {.banner .owl-number {top: inherit;margin-top: 0;bottom: 5px;}
.banner .owl-prev {top: inherit;margin-top: 0;bottom: 15px;}
.banner .owl-next {top:inherit;margin-top: 0;bottom: 15px;}
.npronr .nprojs{font-size:16px;}
.mouse-index{display:none;}
.banner .owl-item img{width:120%;}
.banner .owl-number,.banner .owl-number span{font-size:18px;}
.shzrrt {width: 100%;}
.shzrrt h3 {font-size: 30px;}
.pronr .prolf{position:inherit;}
.pronr .prort{display:none;}
.protit,.prolfnr .promenu{width:100%;}
.procont .procontlf {padding: 50px 0 0 0;}
.prolfnr .promenu{position:inherit;text-align:left;}
.nfzlcnr {width: 100%;}
.nfzlcnr .nfzlcyear {font-size: 100px;line-height:120px;}
.nfzlcnr h4 {font-size: 30px;}
.nfzlcnr .nfzlcjs {padding: 40px 32% 32px 20px;}
.nfzlcnr .nfzlcjs p {font-size: 14px;line-height: 25px;}
.nmessage dl{width:100%;}
.nmessage dl:nth-child(2n+1){margin-right:0;}
.nmessage dl:nth-child(2n) {margin-left:0;}
.nshfw .shfwnr hr {width: 100%;}
.nkyhz dl dd .nkyhzrt{display:none;}
.nkyhz dl dt {width: 35%;}
.nkyhz dl dd{width: 65%;}
.nkyhz dl dd .nkyhzlf{width:100%;}
.ntit h3 {font-size: 26px;}
.ntit p {font-size: 16px;line-height:20px;}
.ysinner .ystit {font-size: 30px;line-height:40px;}
}
@media(max-width:540px) {.swiper-slide dl dd{font-size:15px;}
.swiper-slide dl dt .dticon {width: 50px;height: 50px;}
.footernr .footerrt ul li:nth-child(4) {clear: both;}
.footernr .footerrt ul li:nth-child(5) {clear: none;}
.industrial-item .time {left: 10%;}
}
@media(max-width:425px) {.banner .owl-number,.banner .owl-number span{font-size:16px;}
.banner .owl-number {right: 40px;}
.banner .owl-prev {right: 80px;}
.nshfw{margin-top:50px;}
.industrial-item .time {left: 13%;}
.nkyhz dl dt,.nkyhz dl dd{width:100%;}
.nkyhz dl dd .nkyhzlf{padding-left:0;}
}
@media(max-width:375px) {.industrial-item .time {left: 15%;}
.swiper-slide dl dd{font-size:13px;}
.swiper-slide dl dt .dticon {width: 45px;height: 45px;}
.section ul li {padding: 40px 35px;}
}



@media(max-width:1768px) {
.aboutrt dl dd .aboutbg hr{margin: 40px auto 0;}
}
@media(max-width:1680px) {.aboutmore{margin-top:150px;}
.aboutrt dl dd .aboutbg hr{margin: 20px auto 0;}
.aboutrt dl dd .aboutbg .aboutbgtit {font-size: 22px;margin-top: 28px;}
}
@media(max-width:1600px) {

.aboutlist ul li {padding: 80px 40px 0 70px;}
.aboutrt dl dd .aboutbg .aboutbgtit{font-size:20px;margin-top:20px;line-height:30px;}
.aboutrt dl dd .aboutbg p{line-height:25px;}

.about_menu,.pro_menu,.news_menu{margin-left:-44%;}
.about_menu ul li {padding: 0 40px 0 70px;background-position:30px !important;}

}
@media(max-width:1440px) {

.aboutlist ul li {padding: 80px 40px 0 40px;}

}
@media(max-width:1360px) {
.about_menu ul li {padding: 0 30px 0 65px;}
.aboutrt .owl-controls .owl-buttons .owl-next{left:30%;}
.aboutrt dl dd .aboutbg .aboutbgtit{font-size:18px;}
.about .aboutrt dl dd .aboutbg .aboutbgimg img{width:50px;}

}
@media(max-width:1280px) {.
.about_menu ul li {padding: 0 20px 0 55px;background-position: 20px !important;}
.aboutlist ul li h3{font-size:28px;line-height:38px;}

}
@media(max-width:1152px) {
.about_menu ul li{margin-right:10px;}

}

@media(max-width:991px) {
.about .aboutlf {padding: 0 6%;}
.about .aboutlf .aboutms{padding-right:0;}
.aboutmore{margin-top:50px;}
.about{padding-top:100px;padding-bottom:100px;}
.about .aboutrt{margin-top:40px;padding: 0 6% 100px 6%;}
.aboutrt .owl-carousel .owl-wrapper-outer {right: 0;}
.about .aboutlf .abouten {font-size: 30px;line-height: 60px;}
.about .aboutlf h3{font-size:26px;}
.aboutrt .owl-controls .owl-buttons .owl-prev{left:6%;}
.aboutrt .owl-controls .owl-buttons .owl-next{left:16%;}


}

@media(max-width:767px) {
.aboutrt .owl-controls .owl-buttons .owl-prev, .aboutrt .owl-controls .owl-buttons .owl-next{width:40px;height:40px;}


}
@media(max-width:640px) {
.aboutlist ul li {padding: 80px 30px 0 30px;}
}


.sb{width:100%;overflow:hidden;background:url(../images/sbbg.jpg) no-repeat top center;background-size:cover;padding-top:206px;padding-bottom:385px;position:relative;}
.sb .tit p,.sb .tit h3,.sb .tit h3 a{text-align:right;color:#fff;}
.sb .tit h3{margin-top:5px;}
.sbmore{float:right;margin:32px 0;}
.sbjs{width:50%;overflow:hidden;position:absolute;right:0;bottom:0;background:#10367d;padding:40px 8.5% 62px 96px;border-radius:50px 0 0 0;}
.sbjs h4{width:100%;overflow:hidden;font-size:30px;color:#fff;line-height:40px;text-align:right;font-weight:normal;margin-bottom:15px; text-transform:uppercase}
.sbjs p{width:100%;overflow:hidden;font-size:16px;color:#fff;line-height:30px;}
@media(max-width:1280px) {
.sbjs {padding: 40px 4% 62px 4%;}
.sbjs h4{font-size:26px;line-height:36px;}
}

@media(max-width:991px) {
.sbjs {width: 100%;padding: 30px 4% 30px 4%;}
.sb {padding-top: 40px;padding-bottom: 380px;}
.sbmore {margin:32px 0;}
}

.sbmore{width:226px;height:60px;line-height:60px;background:#fff url(../images/icon8.png) no-repeat 90% center;border-radius:30px;padding-left:32px;font-size:16px;color:#10367d;margin-top:102px;}
.sbmore a{display:block;font-size:16px;color:#10367d;}
	
.incpro{margin-top:50px;margin-bottom:50px;}
.incpro dl{padding:0 0px;margin:1% 0;}
	

.incpro dl dt{width:100%;overflow:hidden;background:#fff;height:320px;position:relative; }
.incpro dl dt img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.incpro dl:hover dt img{transform:translate(-50%, -50%) scale(1.2);}
.incpro dl dd{width:100%;overflow:hidden;border-top:solid 1px #f4f4f4;padding-top:16px;background:#fff;padding:16px 7% 17px 7%;position:relative;}
.incpro dl dd:after{content:"";width:0;height:2px;background:#10367d;position:absolute;left:0;bottom:0;-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;}
.incpro dl dd p{width:100%;overflow:hidden;color:#aaaaaa;}
.incpro dl dd h4{width:100%;overflow:hidden;color:#aaaaaa;font-size:18px;color:#1f1f1f;line-height:30px;font-weight:normal;border-bottom:solid 1px #dbdbdb;padding-bottom:17px;white-space: nowrap;text-overflow: ellipsis;}
.incpro dl dd .incpromore{width:100%;overflow:hidden;line-height:30px;margin-top:13px;position:relative;}
.incpro dl dd .incpromore:before{content:"";width:20px;height:2px;background:#dbdbdb;position:absolute;left:0;top:14px;}
.incpro dl dd .incpromore span{overflow:hidden;float:right;color:#585858;}
.incpro dl:hover dd h4{color:#10367d;font-weight:bold;}
.incpro dl:hover dd:after{width:100%;}
.incpro .incproimg{width:38%;overflow:hidden;}
.incpro .incproimg img{max-width:100%;height:auto;}
.incpro .incprojs{width:62%;overflow:hidden;padding-left:115px;}
.incpro .incprojs h1{width:100%;overflow:hidden;font-size:30px;color:#1f1f1f;line-height:40px;font-weight:normal;border-bottom:solid 1px #eaeaea;padding-bottom:24px;}
.incpro .incprojs .incproms{width:100%;overflow:hidden;margin-top:34px;}
.incpro .incprojs .incproms p{overflow:hidden;font-size:16px;line-height:30px;color:#737373;}
.incpro,.incpro p{font-size:16px;line-height:30px;}
.incprotd{width:100%;overflow:hidden;margin-top:40px;}
.incprotd .tit h3,.incprogg .tit h3{font-size:30px;}
.incprotd .tit hr,.incprogg .tit hr{margin:18px auto 0;}
.incprotdnr{width:100%;overflow:hidden;background:#f6f6f6;margin-top:48px;}
.incprotdlist{padding:62px 0;}
.incprotdlist p{overflow:hidden;font-size:16px;color:#545454;line-height:30px;}
.incprogg{margin-top:82px;}
.incprogg .incproggnr{width:100%;overflow:hidden;margin-top:70px;font-size:16px;line-height:30px;}
.incprogg .incproggnr p{font-size:16px;line-height:30px;}
.incprogg .incproggnr table{width:100%;}
.incprogg .incproggnr table tr,.incprogg .incproggnr table tr td{font-size:16px !important;line-height:30px !important;color:#343434 !important;}
.incprogg .incproggnr table tr td{padding:10px 5px;text-align:center;}
.incprogg .incproggnr table tr:first-child{background:#f6f6f6;}
.incprosyfw{width:100%;overflow:hidden;}
.incprofbnr{overflow:hidden;font-size:16px;line-height:30px;margin-top:40px;}
.incprofbnr p{width:100%;overflow:hidden;font-size:16px;line-height:30px;color:#fff;}
.incprofbnr img{max-width:100%;height:auto;}
.mar{margin-bottom:60px;}

@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.incpro dl dt{height:300px;}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.incpro dl dt{height:300px;}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.incpro dl dt{height:195px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.incpro dl dt{height:172px;}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.incpro dl dt{height:166px;}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.incpro dl dt{height:194px;}
}
@media only screen and (min-width:768px) and (max-width: 859px) {.incpro dl dt{height:172px;}
}
@media only screen and (min-width:640px) and (max-width: 767px) {.incpro dl dt{height:119px;}
}
@media only screen and (min-width:540px) and (max-width: 639px) {.incpro dl dt{height:181px;}
}
@media only screen and (min-width:425px) and (max-width: 539px) {.incpro dl dt{height:197px;}
}
@media only screen and (min-width:375px) and (max-width: 424px) {.incpro dl dt{height:160px;}
}
@media only screen and (min-width:320px) and (max-width: 374px) {.incpro dl dt{height:119px;}
}
@media only screen and (min-width:0px) and (max-width: 319px) {.incpro dl dt{height:115px;} 
}



.mpc{ display:block}
.msj{ display:none}
@media(max-width:760px) {
	.mpc{ display:none}
.msj{ display:block}
}


.contwidth{width: 1200px;}

.contact01{width: 1200px;margin: 20px auto 100px auto;}
.contact01 .m-tl{margin-bottom: 30px;width: 100%;padding-bottom: 40px;}
.zym01thumbs{margin: auto;margin-bottom: 60px;}
.zym01thumbs .swiper-wrapper{display: flex;display: -webkit-flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;justify-content: center;width: 100%;}
.zym01thumbs .swiper-wrapper .swiper-slide{width: 100px;border-left: 1px solid #DDDDDD;font-size: 15px;color: #222222;text-align: center;box-sizing: border-box;cursor: pointer;}
.zym01thumbs .swiper-wrapper .swiper-slide:last-child{border-right: 1px solid #DDDDDD;}

.zym01top{width: 100%;}
.zym01top a{display: block;width: 100%;overflow: hidden;position: relative;display: flex;display: -webkit-flex;-webkit-align-items: center;align-items: center;box-sizing: border-box;border: 1px solid #DDDDDD;}

.zym01top a .imgbox{width: 60%;overflow: hidden;}

.zym01top a .imgbox img{display: block;width: 100%;object-fit: cover;transition: all .3s;}
/*
.zym01top a:hover .imgbox img{transform: scale(1.1);}
*/
.zym01top a .text{width: 40%;box-sizing: border-box;padding: 0 50px;}
.zym01top a .text h3{font-size: 24px;color: #222222;font-weight: bold;}
.zym01top a .text strong{display: block;width: 40px;height: 2px;background-color: #ffffff;margin: 20px 0;}
.zym01top a .text h4{font-size: 15px;line-height: 36px;color: #222222;}

.zym01top .swiper-button-next,.zym01top .swiper-button-prev{width: 45px;height: 45px;background-color: #FFFFFF;display: flex;display: -webkit-flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;background-image: none;font-size: 18px;color: #0f426d;margin-top: -38px;outline: none;}
.zym01top .swiper-button-next{right: 0;}
.zym01top .swiper-button-prev{left: 0;}

.zym01thumbs .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p{color: #e63327;}

@media only screen and (min-width:900px) and (max-width:1260px){
		.contact01{width: 96%;margin: 20px auto;}
	.contact01 .m-tl{padding-bottom: 30px;}
	.zym01top a .text h3{font-size: 22px;}
	.zym01top a .text strong{background-color: #E63327;}
	.zym01top a .text h4{font-size: 14px;line-height: 30px;}
	.zym01top a .text{padding: 0 40px;}
	.contact02wrap{padding: 80px 0;background-attachment: scroll;}
	.contact02 .tl{font-size: 24px;margin-bottom: 30px;}
	.wpcf7-form input{margin-bottom: 10px;}

}
@media only screen and (min-width:750px) and (max-width:1000px){

		.contact01{width: 96%;margin: 20px auto;}
	.contact01 .m-tl{padding-bottom: 30px;}
	.zym01top a .text h3{font-size: 22px;}
	.zym01top a .text strong{background-color: #E63327;}
	.zym01top a .text h4{font-size: 14px;line-height: 30px;}
	.zym01top a .text{padding: 0 40px;}
	.contact02wrap{padding: 80px 0;background-attachment: scroll;}
	.contact02 .tl{font-size: 24px;margin-bottom: 30px;}
	.wpcf7-form input{margin-bottom: 10px;}	
}	

@media only screen and (max-width:760px){
	.contact01{width: 96%;margin: 20px auto;}
	.zym01thumbs .swiper-wrapper .swiper-slide{width: 80px;font-size: 14px;margin-bottom: 10px;}
	.zym01thumbs{margin-bottom: 30px;}
	.zym01top a{display: block;}
	.zym01top a .imgbox{width: 100%;}
	.zym01top a .text{width: 100%;padding: 30px 10px;}
	.zym01top a .text h3{font-size: 20px;}
	.zym01top a .text strong{background-color: #E63327;margin: 20px 0;}
	.zym01top a .text h4{font-size: 14px;line-height: 26px;}
	
}