
@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 1300px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}

img { border:0; vertical-align:top;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover { text-decoration:none; color:#22368b; }
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }
.clear{clear:both; height:0; line-height:0; font-size:0;}
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

.container{width:1200px;margin:0 auto;}

@media(max-width: 767px){
	body{ max-width: 640px; min-width: 320px; margin: 0 auto; }
	.container{ width: 100%;}
	.padding-10{padding: 0 10px;}
	.hidden-xs{ display: none !important;}
	.visited-xs{display: block;}
}

/*top*/
.top {height: 40px;line-height: 40px;background: #e7e7e7;}
.top .topl{float: left;font-size: 14px;padding: 0 !important;}
.top .topr{float: right;padding: 0 !important;}
.top .topr .topr1,.top .topr .topr2{float: left;font-size: 14px;}
.top .topr .topr3 {float: right;position: relative;height: 40px;}
.top .topr .topr3 .tt{margin-top: 7px;width: 201px;padding-left: 15px;border-radius: 25px;font-size: 12px;height: 25px;line-height: 25px; background: #fff;}
.top .topr .topr3 .tsub{position: absolute;right: 16px;top:13px;width: 15px;height: 15px;background: url(../images/ts.png) no-repeat center;}
.top .topr .topr1{background: url(../images/tphone.png) no-repeat left center;padding-left: 27px;padding-right: 40px;}
.top .topr .topr2{background: url(../images/te.png) no-repeat left center;padding-left: 32px;padding-right: 40px;}

/*导航栏*/
.header{height: 110px;position: relative;background:#fff;}
.header:after{position: absolute;width: 100%;height: 8px;content: '';background: #22368b;z-index: 10; left:0; bottom: -8px;}
.header .logo,.header .nav{float: left;}
.header .logo{ overflow: hidden; width: 240px;  margin-right:100px;}
.header .logo img{display: block;padding-top: 32px; max-width: 100%;}
#nav>li{float: left;width: 108px;height: 110px;color: #202020;font-size: 16px;    text-align: center;}

#nav>li>a{position: relative;display: block;width: 100%;height: 100%;line-height: 110px;}
#nav>li>a:after{position: absolute;background: url(../images/arow.png) no-repeat center;width: 9px;height: 5px;right: 9px;top: 52px;content: '';}
.erwm{float: right;padding-top: 11px;}
.erwm p{text-align: center;font-size: 12px;color: #202020;line-height: 20px;}

#nav>li.cur a{color: #22368b;font-size: 16px;}


.sub{position: relative;display: none;z-index: 19;top: 10px;background: #fff;height: auto !important;}
.sub>li{line-height: 35px;height: 35px !important;}
.sub>li:hover{background: #22368b;}
.sub>li:hover a{color: #fff !important;}
.sub>li>a{font-size: 16px;color: #333 !important;}
#nav>li.cur {color: #fff;}


.nav>li:nth-child(3) .sub{display: none;z-index: 19;width: 100%;background: #fff;position: absolute;height: 347px !important;left: 50%;margin-left: -960px;top: 118px;}
.nav>li:nth-child(3) .sub>.g-in>li{float: left;width: 228px;border-left: 1px solid #ccc;padding-left: 10px;height: auto !important;}
.nav>li:nth-child(3) .sub>.g-in>li:nth-child(1){border-left:0 !important;}
.pList{padding-top: 30px;}
.nav>li:nth-child(3) .sub>.g-in>li .pList dt{font-size: 16px;color: #293c88;font-weight: bold;}
.nav>li:nth-child(3) .sub>.g-in>li .pList dd{font-size: 16px;line-height: 40px;}
.nav>li:nth-child(3) .sub>.g-in>li .pList dd>a{color: #666 !important;font-size: 16px;}
.nav>li:nth-child(3) .sub>.g-in>li .pList dd>a:hover{color: #22368b !important;}


/* 新增样式 */
.showpro{width: 898px;height: 347px;position: absolute;right: 317px;top: 0;}
.showpro .slideTxtBox222 .hd{float: left;width: 200px;float: left;padding-top: 28px;background: #f0f0f0;height: 319px;}
.showpro .slideTxtBox222 .hd>ul>li{width: 174px;height: 38px;line-height: 38px;text-align: left;padding-left: 26px;background: #f0f0f0;position: relative;}
.showpro .slideTxtBox222 .hd>ul>li::before{position: absolute;width: 8px;height: 13px;background: url(sublibg.png) no-repeat center;right: 20px;top: 45%;margin-top: -6px;content: '';}
.showpro .slideTxtBox222 .hd>ul>li:hover{background: #22368b;}
.showpro .slideTxtBox222 .hd>ul>li:hover a{color: #fff !important;}
.showpro .slideTxtBox222 .hd>ul>li:hover::before{background: url(sublibg2.png) no-repeat center;}

.showpro .slideTxtBox222 .hd>ul>li>a{font-size: 16px;color: #333 !important;}

.showpro .slideTxtBox222 .bd{float: left;padding-left: 40px;width: 658px;padding-top: 30px;position: relative;}   

.showpro .slideTxtBox222 .bd>ul>li{width: 310px;padding-bottom: 10px}
.showpro .slideTxtBox222 .bd>ul>li:hover .pnames a,.showpro .slideTxtBox222 .bd>ul>li:hover .pnames span{color: #22368b !important;}
.showpro .slideTxtBox222 .bd>ul>li .pnames a{font-size: 14px;color: #333 !important;display: block;text-align: left;}
.showpro .slideTxtBox222 .bd>ul>li .pnames span{display:block;float: right;}
.showpro .slideTxtBox222 .bd>ul>li .imgppp img{width: 100%;}
.showpro .slideTxtBox222 .bd>ul .imgppp{position: absolute;width: 260px;top: 60px;right: 52px;}



/*轮播图*/
.theme-default #slider{margin:0 auto 0px;width:100%;height:600px;}
.theme-default .nivoSlider{background:url("../images/loading.gif") no-repeat 50% 50% rgb(255, 255, 255);margin-bottom:50px;position:relative;}
.theme-default .nivoSlider img{left:0px;top:0px;display:none;position:absolute;}
.theme-default .nivoSlider a{border:0px currentColor;display:block;}
.theme-default .nivo-controlNav{left: 50%;width: 208px;margin-left: -100px;height: 38px;bottom: -14px;padding-top: 14px;padding-left: 50px;position: absolute;z-index: 999;background-repeat: no-repeat;}
.theme-default .nivo-controlNav a{background:url("../images/bullets.png") no-repeat;border:0px currentColor;width:23px;height:17px;text-indent:-9999999px;margin-right:3px;float:left;display:block;}
.theme-default .nivo-controlNav a.active{background-position:0px -17px;}
.theme-default .nivo-directionNav a{background:url("../images/arrows.png") no-repeat;border:0px currentColor;width:65px;height:65px;text-indent:-99999999px;display:block; transition: all 0.5s;}
.theme-default a.nivo-nextNav{background-position:-65px 0px;top:45%;right:12%;}
.theme-default a.nivo-prevNav{left: 12%;top: 45%;}
.theme-default a.nivo-nextNav:hover{background-position:-65px -65px;top:45%;right:12%;}
.theme-default a.nivo-prevNav:hover{background-position:0px -65px;left: 12%;top: 45%;}
.theme-default .nivo-caption{font-family:Helvetica,Arial,sans-serif;}
.theme-default .nivo-caption a{color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-bottom-width:1px;border-bottom-style:dotted;}
.theme-default .nivo-caption a:hover{color:rgb(255, 255, 255);}
@media(max-width: 1400px) {
	.theme-default a.nivo-nextNav{right:15%;}
	.theme-default a.nivo-prevNav{left: 15%;}
	.theme-default a.nivo-nextNav:hover {right:15%; }
	.theme-default a.nivo-prevNav:hover{left: 15%;}
}


/* nivoSlider */
.nivoSlider{position:relative;}
.nivoSlider img{left:0px;top:0px;position:absolute;}
.nivoSlider a.nivo-imageLink{margin:0px;padding:0px;border:0px currentColor;left:0px;top:0px;width:100%;height:100%;display:none;position:absolute;z-index:6;text-indent:-9999999px;}
.nivoSlider{position:relative;}
.nivoSlider img{left:0px;top:0px;position:absolute;}
.nivoSlider a.nivo-imageLink{margin:0px;padding:0px;border:0px currentColor;left:0px;top:0px;width:100%;height:100%;display:none;position:absolute;z-index:6;text-indent:-9999999px;}
.nivo-slice{height:100%;display:block;position:absolute;z-index:5;}
.nivo-box{display:block;position:absolute;z-index:5;}
.nivo-caption{background:rgb(0, 0, 0);left:0px;width:30%;bottom:0px;color:rgb(255, 255, 255);display:none;position:absolute;z-index:8;opacity:0.8;}
.nivo-caption p{margin:0px;display:none;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{top:45%;position:absolute;z-index:999;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav a{position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}

.banner{width: 100%;left: 50%;margin-left: -960px;position: relative;margin-top: 8px;}
.di{position: absolute;height: 40px;width: 1920px;background: rgba(0,0,0,.5);bottom: 0;left: 0;z-index: 200;}
.banner .hd {position: absolute;left: 50%;bottom: 20px;width: 1200px;height: 5px;margin-left: -75px;}
.banner .hd ul { display: inline-block; *display: inline; zoom: 1; vertical-align: top; }
.banner .hd ul li { display: inline-block; width: 15px; height: 15px; margin: 0 10px; background: url(li.png) no-repeat center; border-radius: 100%; text-indent: -9999px; cursor: pointer; }
.banner .hd ul li.on { background: #3397ec; }
.x{height: 38px;position: absolute;bottom: 0;width: 1920px;background: rgba(0,0,0,.5);}


#banner {  display: block; overflow: hidden; }
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:25px;font-size:0;}
#banner .swiper-pagination-bullet{width:40px;height:6px;background:#79848d;opacity:1;border-radius: unset;}
#banner .swiper-pagination-bullet-active{background:#22368b;}
#banner .swiper-button-prev{left:-10px; width: 50px; height: 100px; background: url(../images/banjt.png)no-repeat center rgba(0,0,0,0.5);border-top-right-radius:100px; border-bottom-right-radius:100px; display: block;}
#banner .swiper-button-prev:hover { background: url(../images/banjt.png)no-repeat center rgba(12,77,161,0.9); }
#banner .swiper-button-next{right:-10px; width: 50px; height: 100px; background: url(../images/banjt_1.png)no-repeat center rgba(0,0,0,0.5);border-top-left-radius:100px; border-bottom-left-radius:100px; display: block;}
#banner .swiper-button-next:hover { background: url(../images/banjt_1.png)no-repeat center rgba(12,77,161,0.9); }


#banner .swiper-container-autoheight .swiper-slide  { position: relative; }
#banner .swiper-container-autoheight .swiper-slide  .sy_video_t { position: absolute; z-index: 999; top: 50%; left: 50%; -webkit-filter: alpha(opacity=0); transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); text-align: center; display: block; color: #fff;   }
#banner .swiper-container-autoheight .swiper-slide  .sy_video_t h2 { font-size: 28px; font-weight: 500;letter-spacing: 1px;}
#banner .swiper-container-autoheight .swiper-slide  .sy_video_t p { font-size: 38px; margin: 10px 0; font-weight: 600; letter-spacing: 2px; }
#banner .swiper-container-autoheight .swiper-slide  .sy_video_t span { font-size: 22px;letter-spacing: 2px; position: relative; }
#banner .swiper-container-autoheight .swiper-slide .sy_video_t span::after { position: absolute; content: ''; display: block; width: 160px; height: 2px; background: #fff; left: -180px; top: 50%; margin-top: -1px; }
#banner .swiper-container-autoheight .swiper-slide .sy_video_t span::before { position: absolute; content: ''; display: block; width: 160px; height: 2px; background: #fff; right: -180px; top: 50%; margin-top: -1px; }

#banner .swiper-container-autoheight .swiper-slide  .sy_video_t img { max-width: 100%; display: block; }

.wap_ban .m-box li { position: relative; }
.wap_ban .m-box li .sy_video_t { position: absolute; z-index: 999; top: 50%; left: 50%; -webkit-filter: alpha(opacity=0); transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); text-align: center; display: block; color: #fff; }

.wap_ban .m-box li .sy_video_t h2 { font-size: 18px; font-weight: 500;letter-spacing: 1px;}
.wap_ban .m-box li .sy_video_t p { font-size: 24px; margin: 10px 0; font-weight: 600; letter-spacing: 2px; }
.wap_ban .m-box li .sy_video_t span { font-size: 12px; position: relative; }
.wap_ban .m-box li .sy_video_t span::after { position: absolute; content: ''; display: block; width: 40px; height: 1px; background: #fff; left: -180px; top: 50%; margin-top: -1px; }
.wap_ban .m-box li .sy_video_t span::before { position: absolute; content: ''; display: block; width: 40px; height: 1px; background: #fff; right: -180px; top: 50%; margin-top: -1px; }

/*首页产品中心*/

.proS{background: #f5f5f5;margin-top: 80px;padding-top: 30px;padding-bottom: 80px;}
.pT{text-align: center; display: block;}
.pT p{text-align: center;}
.pT p:nth-child(1){font-size: 30px;color: #444;font-weight: bold;background: url(../images/line.png) no-repeat center;}
.pT p:nth-child(2){font-size: 15px;color: #2dc8e9;text-transform: uppercase;padding-top: 10px;padding-bottom: 10px;}
.pT p:nth-child(3){font-size: 12px;color: #666;}
.pT p span{color: #22368b;}

.cclude{background: #f5f5f5;padding-bottom: 40px;padding-top: 100px;}

.cclude .pT p:nth-child(3){font-size: 16px;}

#certify {position: relative;width: 1200px;margin: 0 auto;margin-bottom: 14px;padding-top: 40px;}
#certify .swiper-slide {width: 537px;height: 500px;}
#certify  .swiper-slide img{display:block;}
#certify .swiper-button-prev {outline: none;left: -100px;width: 30px;height: 50px;background: url(../images/wm_button_icon2.png) no-repeat;background-position: 0 0;background-size: 100%;}
#certify .swiper-button-next {outline: none;right: -100px;width: 30px;height: 50px;background: url(../images/wm_button_icon1.png) no-repeat;background-position: 0 0;background-size: 100%;}

#certify .swiper-slide p{transition: all .5s ease-in-out;display: none;text-align: center;height: 40px;line-height: 40px;font-size: 22px;color: #22368b;}
#certify .swiper-slide-active p{display: block;}
#certify .swiper-slide-active {transform: scale(1.0) !important;}

.seemore{width: 150px;height: 38px;margin: 0 auto;background: #22368b;line-height: 38px;}
.seemore a{font-size: 16px;color: #fff;text-align: center;width: 100%;height: 100%;display: block;}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev { right: 0; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { left: 0; }

@media(max-width: 1399px) {
	#certify .swiper-button-prev { left: -20px; }
	#certify .swiper-button-next  { right: -20px; }
}


/*xb1*/
.linksM{height: 280px;width: 100%;position: relative;}
.linksM .pic1{font-size: 38px; color: #fff; text-align: center; display: block;  padding-top: 45px; font-weight: 600;}
.linksM .pic2{font-size: 12px; text-transform: uppercase; color: #fff; display: block; text-align: center; letter-spacing: 5px; line-height: 3;}
.linksM span{ font-size: 15px; text-align: center; display: block;  color: #fff; margin: 20px 0 25px;  background: url(../images/juz.png)no-repeat center; }
.linksM .Twolink {width: 318px;margin: 0 auto;}
.linksM .Twolink .tlink1{float: left;background: #22368b;}
.linksM .Twolink .tlink1 a{color: #fff;}
.linksM .Twolink .tlink2 a{color: #555555;}
.linksM .Twolink .tlink2{float: right;background: #fff;}
.linksM .Twolink .tlink2:hover { background:#22368b;  }
.linksM .Twolink .tlink2:hover a{color: #fff;}

.linksM .Twolink .tlink1,.linksM .Twolink .tlink2{width: 138px;height: 40px;line-height: 40px;text-align: center;}
.linksM .Twolink .tlink1 a,.linksM .Twolink .tlink2 a{font-size: 16px;}


/*news*/
.New{background: #f5f5f5;padding-top: 80px;padding-bottom: 53px;overflow: hidden;}
.slideTxtBox .hd {position: relative;left: 50%;padding-bottom: 22px;width: 1200px;height: 30px;margin-left: -105px;padding-top: 30px;}
.slideTxtBox .hd ul{display: inline-block;vertical-align: top;}
.slideTxtBox .hd ul li{font-size: 16px;margin-right: 30px;float: left;width: 100px;height: 30px;line-height: 30px;text-align: center;background: #fff;}
.slideTxtBox .hd ul li>a{color: #22368b;}
.slideTxtBox .hd ul li.cur{background: #22368b;}
.slideTxtBox .hd ul li.cur a{color: #fff;}

.newpic{float: left;width: 528px;height: 307px;position: relative;overflow: hidden;margin-right: 51px;}
.ntt{position: absolute;height: 66px;background: rgba(255, 255, 255, .8);padding: 12px 33px 11px 34px;bottom: 0;}
.ntt .ntt1{font-size: 18px;color: #606263;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ntt .ntt1,.ntt .ntt2{max-width: 462px;}
.ntt .ntt2 a{color: #3047a4;}
.newList{float: left;}
.newList ul li{width: 502px;padding-bottom: 18px; overflow: hidden;}
.newList ul li a{font-size: 16px;color: #999;display: block;float: left;position: relative; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 400px;}
.newList ul li .newicon:after{position: absolute;width: 22px;height: 14px;content: '';background: url(newicon.png) no-repeat center;right: -26px;}
.newList ul li span{display: block;float: right;font-size: 16px;color: #999;}
.newList ul li:hover a,.newList ul li:hover span{color: #3047a4;}

.newList ul li:last-child { padding-bottom: 0px; }

/*首页客户案例*/
.partern {padding-top: 80px;}
.picMarquee-left{position: relative; padding:50px 0;}
.picMarquee-left .prev{position: absolute;width: 30px;height: 50px;background: url(../images/wm_button_icon2.png) no-repeat center;left: -74px; bottom: 75px; z-index: 999;}
.picMarquee-left .next{position: absolute;width: 30px;height: 50px;background: url(../images/wm_button_icon1.png) no-repeat center;right: -74px; bottom: 75px;z-index: 999;}
.picMarquee-left .Mbd ul li{float: left;margin-right: 20px;overflow: hidden;width: 280px; border:1px solid #ddd;}
.picMarquee-left .Mbd ul li a { display: block; }
.picMarquee-left .Mbd ul li a img { max-width: 100%; display: block; }
.picMarquee-left .Mbd { width: 1200px; overflow: hidden; } 
.picMarquee-left .Mbd ul li:hover { border:1px solid #22368b; }

@media(max-width: 1399px) {
	.picMarquee-left .prev { left: -40px;}
	.picMarquee-left .next { right: -40px; }
}

/*底部*/
.footer{border-top:10px solid #22368b;}
.f1{background: #010825;padding-top: 50px;padding-bottom: 52px; overflow: hidden;}
.f1l{float: left;}
.f1l dl{float: left;}
.f1l dl{margin-right: 80px;}

.f1l dl dt{font-size: 16px;color: #fff;padding-bottom: 22px;}
.f1l dl dd{line-height: 30px;}
.f1l dl dd a{font-size: 12px;color: #bfc2ec;}
.f1l dl dd:hover a { color: #fff; }
.f1r{float: right;}
.f2{height: 40px;line-height: 40px;background: #030c32;}
.f2 .copy{text-align: center;color: #fff;}
.f2 .copy a{color: #fff;}
.f1r{float: right;width: 250px;}
.f1r>p{font-size: 16px;color: #fff;padding-bottom: 22px;}
.f1r input[type="text"]{width: 240px;margin-bottom: 9px;line-height: 25px;height: 25px;color:#656565;padding-left: 10px; background: #fff;}
.f1r .subm{width: 90px;height: 25px;line-height: 25px;text-align: center;background: #293c88;color: #fff;}


/*link*/
.link .container { position: relative; z-index: 10; }
.link span { background: url(../images/link.png) no-repeat right; width: 1120px; height: 15px; display: block; position: absolute; top: -15px; right: 0; }
.link  ul { border:1px solid #d5d5d5; border-top: none;  padding: 30px; margin-bottom: 25px; overflow: hidden;}
.link  ul h2 em{ font-size: 22px; color: #555555; font-weight: 600;  }
.link  ul h2 {font-size: 22px; color: #555555; font-weight: 600;  position: absolute; line-height: 45px;  top: -40px; z-index: 100; left: 0;}
.link  ul h2 i { font-size: 18px; color: #878787; font-weight: normal;}
.link  ul li { float: left; font-size: 14px; color: #666; line-height: 30px; margin-left: 25px;  }
.link  ul li:hover a { color:#22368b;}
/*底部按钮*/
.m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #22368b;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
.m-fbtn a{flex:1;padding:7px 0;color:#fff;}
.m-fbtn a i{font-size:16px;display:block;}
.m-fbtn a span{display:block;line-height:20px;}


/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 1000000;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #22368b;float: left;position: relative;border-top:1px solid #333;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li:hover{ background:#22368b;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#22368b;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 100px;position:absolute; top:0; left:-101px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/*面包屑*/
.location{width: 100%;height: 45px;border-bottom: 1px solid #eee;}
.location span{display:block;line-height: 45px;font-size: 14px;background: url(../images/location.png) no-repeat 0 15px;text-indent: 20px;color: #666;}
.location span a{color: #666;}
.location span a:hover{color: #22368b;}

/*内页样式*/
.inside{padding:40px 0;}
.nocontect{background-image: url(../images/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;}

/*内页左侧导航*/
.nynav{width:250px;float:left;}
.nyjc{margin-bottom:20px;}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #22368b;}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 100px;background: #fff;margin:10px 0;}
#sidebar{padding:10px;background: #fff;border: 1px solid #22368b;}
#sidebar li{margin-top: 10px;}
#sidebar li:first-child{margin-top: 0px;}
#sidebar li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar li.cur a, #sidebar li:hover a{background: #22368b;color: #fff;}
.nyhotpro{margin-bottom:20px;}
.nyhotpro .bd{overflow:hidden;padding:10px;background: #fff;border: 1px solid #22368b;}
.nyhotpro .bd ul li{text-align:center;margin-bottom:10px;}
.nyhotpro .bd ul li a{display:block;}
.nyhotpro .bd ul li a img{margin-bottom:10px;max-width:100%;padding:2px;border:1px solid #ccc;box-sizing:border-box;}
.nyhotpro .bd ul li p a{font-size:16px;line-height:30px;background:#ccc;}
.nyhotpro .bd ul li a:hover img{border-color:#22368b;}
.nycontel-con{padding:10px;background: #fff;border: 1px solid #22368b;line-height:1.8;}
.nycontel-con img{max-width:100%;height:auto !important;}

/*内页左侧产品导航*/
.nyprojc{margin-bottom:20px;}
.nyprojc-til{background: url(../images/nypronav-bg.jpg) no-repeat center;}
.nyprojc-til a{padding: 25px;display: block;}
.nyprojc-til a p{color: #fff;font-weight: bold;font-size: 22px;line-height: 30px;}
.nyprojc-til a span{color: #fff;display: block;text-transform: capitalize;font-weight: 100;line-height: 20px;font-size: 13px;}
#sidebar1{overflow:hidden;}
#sidebar1 li{position: relative;width: 100%;}
#sidebar1 li::before, #sidebar1 li::after{content: '';display: block;height: 100%;position: absolute;width: 1px;background: #eee;top: 0;z-index:1;}
#sidebar1 li::before{left:0;}
#sidebar1 li::after{right:0;}
#sidebar1 li>a{display: block;line-height: 50px;height: 50px;width: 100%;position: relative;overflow: hidden;background: #fff;}
#sidebar1 li>a::before{content: '';display: block;height: 60px;background: #22368b;left: -100%;top: 0;position: absolute;width: 100%;z-index: 2;-webkit-transition: 0.3s all ease-in-out;transition: 0.3s all ease-in-out;}
#sidebar1 li>a::after{position: absolute;content: '';background: #eee;width: 100%;height: 1px;bottom: 0;left: 0;z-index: 1;}
#sidebar1 li>a>span{display: block;font-size: 16px;color: #343434;height: 100%;position: relative;z-index: 3;padding: 0 30px;}
#sidebar1 li>a>i{display: block;position: absolute;right: 20px;top: 17px;width: 18px;height: 18px;background: url(../images/nyprolist_cur.png) no-repeat 0 center;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;z-index: 3;-webkit-transform: rotate(0deg);transform: rotate(0deg);}
#sidebar1 li>.nypronav2{padding: 22px 0;background: #eee;display:none;}
#sidebar1 li>.nypronav2>a{display: block;color: #666;line-height: 34px;padding: 0 30px;-webkit-transition: 0.3s all ease;transition: 0.3s all ease;font-size: 13px;}
#sidebar1 li.cur>a::before{left:0;}
#sidebar1 li.cur>a>span{color: #fff;}
#sidebar1 li.cur>a>i{background-position: -27px center;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
#sidebar1 li>.nypronav2>a.cur, #sidebar1 li>.nypronav2>a:hover{color: #22368b;}

/*内页右侧内容*/
.nyshow{width:910px;float:right;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin-bottom:20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #22368b solid;color: #22368b;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#22368b;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.nyshowdesc img{max-width:100%;height:auto !important;}




/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #22368b solid;color: #22368b;font-size: 18px;font-weight: bold;background:url(../images/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{width:50%;float:left;font-size: 14px;line-height: 30px;padding: 0 15px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:320px;color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#22368b;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#22368b;color:#22368b;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin-bottom:20px;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{max-width:800px;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#22368b;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyimg-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyimg-div a img{display:block;max-width: 100%;width: 311px;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-div a.nyimg-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyimg-div:hover a{border-color:#22368b;color:#22368b;}
.nyimg-div:hover a img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showimg-time{text-align:center;}
.showimg-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showimg-time span:last-child{margin-right:0;}
.showimg-img{margin-bottom:15px;text-align:center;}
.showimg-img img{max-width:100%;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-weight:bold;}
.showimg-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px; margin:  0 auto;}
.showimg-con  img{max-width:100%;height:auto !important;}

/*新闻列表*/
.nynews-ul{overflow:hidden;}
.nynews-ul li{margin-bottom: 15px;}
.nynews-ul li a{overflow: hidden;display: block;}
.nynews-ul li a dl{overflow: hidden;border: 1px solid #ddd;padding: 15px 10px 18px 22px;width:100%;box-sizing:border-box;}
.nynews-ul li a dl dt{float:left;box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);}
.nynews-ul li a dl dt img{display: block;width: 230px;}
.nynews-ul li a dl dd{float: left;width: 590px;margin-top: 20px;margin-left: 30px;}
.nynews-ul li a dl dd h5{width: 460px;float: left;font-size: 18px;line-height: 32px;font-weight: normal;color: #333;}
.nynews-ul li a dl dd em{height: 30px;line-height: 30px;font-size: 14px;color: #999;}
.nynews-ul li a dl dd p{line-height: 20px;font-size: 14px;margin-top: 15px;height: 60px;color:#666;float: left;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.nynews-ul li a dl dd span{width: 135px;border: 1px solid #ddd;line-height: 35px;height: 35px;font-size: 16px;color: #666;margin-top: 10px;float: right;display: block;text-align: center;}
.nynews-ul li a:hover dl{border:1px solid #22368b;}
.nynews-ul li a:hover dl dt{box-shadow: 0 0 5px 0 rgb(2 128 246 / 80%);}
.nynews-ul li a:hover dl dd h5{color:#22368b;}
.nynews-ul li a:hover dl dd span{border: 1px solid #22368b;background: #22368b;color: #fff;}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}

/*产品列表*/
.nypro-ul{overflow:hidden;}
.nypro-ul li{width:284px;margin-right:25px;margin-bottom:25px;float:left; border:1px solid #ddd;}
.nypro-ul li *{transition: 0.3s all ease-in-out;}
.nypro-ul li:nth-child(3n){margin-right:0;}
.nypro-ul li a{display:block;position:relative;}
.nypro-ul li a .nypro-img{overflow:hidden;position:relative; padding-top: 30px;}
.nypro-ul li a .nypro-img img{max-width:100%;display:block;}
/*.nypro-ul li a .nypro-img .nypro-hov{position:absolute;top:100%;width:100%;height:100%;opacity:0;background:url(../images/nyproico.png) no-repeat center rgba(12,77,161,0.6);}*/
.nypro-ul li a .nypro-txt{width: 100%;position: relative;z-index: 4;padding: 35px 0 0px 0px;background: #fff;}
.nypro-ul li a .nypro-txt p{font-size: 15px;font-weight: normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #1aa0ff; text-align: center;}
.nypro-ul li:hover a .nypro-txt p { color: #22368b; }
.nypro-ul li:hover a .nypro-txt span{ color: #22368b; }
.nypro-ul li a .nypro-txt span{padding-bottom: 30px; font-size: 15px;display: block;height: 25px;line-height: 25px;color: #1aa0ff;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; text-align: center;}
.nypro-ul li a:hover .nypro-img .nypro-hov{top: 0;opacity: 1;}
.nypro-ul li a:hover .nypro-txt{background:#fff;}

/*产品详情*/
.nyproshow-top{overflow:hidden;}
.nyproshow-top>dt{padding-bottom: 15px;float:left;width:402px;}

/*bigzoompic*/
#MagnifierWrap2{position: relative;}
.MagnifierMain{position: relative;border:1px solid #ccc;}
.MagnifierMain img{width: 100%;display:block;}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 344px;height: 74px;overflow: hidden;margin: 10px auto 0;}
.spec-items ul{width: 500%;position: absolute;top: 8px;left: 0;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width: 60px;float: left;overflow: hidden;margin-right: 5px;border: 1px solid #ccc;cursor: pointer;}
.spec-items li.cur{border:1px solid #0061ad;}
.spec-items li img{width: 100%;display:block;}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 17px;display: block;width: 20px;height: 50px;line-height: 50px;font-family: "黑体";text-align: center;font-size: 24px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.cur{background-color: #ccc;color: #999;cursor: pointer;}
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}
.nyproshow-txt{float:left;width: 480px;margin-left: 28px;z-index:1;}
.nyproshow-txt>h1{font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:22px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#22368b;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#22368b;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.cur{background: #22368b;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details img{max-width: 100%;height:auto !important;}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #22368b solid;color: #22368b;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#22368b;}
#abprolist li a:hover p{background:#22368b;color:#fff;}


.nypro-tj { overflow: hidden;margin-bottom: 15px; }
.nypro-tj .cp02_t1 {overflow: hidden;line-height: 40px; height: 41px; border-bottom: 1px #ccc solid; margin-bottom: 20px;}
.nypro-tj .cp02_t1 h2 {float: left;padding-right: 15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px  #22368b solid;color: #22368b;font-size: 18px;font-weight: bold;position: relative;}
.nypro-tj .cp02_t1 h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#22368b;}
.nypro-tj .nypro-tuijian ul li { float: left;  width: 24%;  padding:0 5px; margin-bottom: 10px; }
.nypro-tj .nypro-tuijian ul li:nth-child(5) { padding-left: 0px; } 
.nypro-tj .nypro-tuijian ul li:hover { }
.nypro-tj .nypro-tuijian ul li:hover p a{ color: #157d48; }
.nypro-tj .nypro-tuijian ul li:nth-child(1) { padding-left: 0px; }
.nypro-tj .nypro-tuijian ul li:nth-child(4) { margin-right: 0px;  padding-right: 0px;}
.nypro-tj .nypro-tuijian ul li a { overflow: hidden;  display: block; border:1px solid #ddd; text-align: center; }
.nypro-tj .nypro-tuijian ul li a img { max-width: 100%;  overflow: hidden;}
.nypro-tj .nypro-tuijian ul li a p { border-top:1px solid #ddd; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 32px; font-size: 14px; color: #666; padding:0 10px;}
.nypro-tj .nypro-tuijian ul li:hover a { border: 1px solid #22368b;  } 
.nypro-tj .nypro-tuijian ul li:hover a p { background: #22368b; border-top:1px solid #22368b; color: #fff;  }
.nypro-tj .nypro-tuijian ul li:nth-child(n+9) { display: none; }
@media( max-width: 767px) {
	.nypro-tj .nypro-tuijian ul li:nth-child(5) { padding-left: 5px; }
	.nypro-tj .nypro-tuijian ul li { width: 48%; margin-bottom: 10px; }
	.nypro-tj .nypro-tuijian ul li:nth-child(1) { padding-left: 5px; }
	.nypro-tj .nypro-tuijian ul li:nth-child(4) { margin-right: 0px;  padding-right: 5px;}

}



/*标签*/
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#22368b;}
/*分享按钮*/
.jiathis{ padding:0px 5px; height:35px; line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/*上下页按钮*/
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 90%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

@media(max-width: 767px ) {
	.ny-page a { max-width: 100%; }
}


/*搜索模块*/
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #22368b;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #22368b;}
.nysearch-til>a:hover{background:#22368b;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#22368b;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #22368b;left:10px;}

/*留言板块*/
#nymessage { background-color: #f5f5f5;padding-top: 50px;  padding-bottom: 50px;}
.form-horizontal { overflow: hidden; margin-top: 20px; }
#nymessage h4 { font-size: 32px; line-height: 50px; color: #333; font-weight: bold; text-align: center;}
#nymessage p { width: 100%;text-align: center; padding-top: 10px;font-size: 16px; line-height: 30px; color: #777; }
.ny_lyt { overflow: hidden; }


.form-control { padding: 0px; margin: 0px; border: none; }
#nymessage .mess_1 { margin: 0 -5px; display: flex; flex-wrap: wrap; align-items: flex-start; }
#nymessage .mess_1 .form-group { margin-bottom: 10px; position: relative;  width: 46%; margin-right: 60px; } 
#nymessage .mess_1 .form-group:nth-child(2n) { margin-right: 0px; }
#nymessage .mess_1 .form-group  input { padding: 0 20px; width: 100%; height: 80px; line-height: 80px; background: #fff;  font-size: 16px;   }
#nymessage textarea { width: 100%;height: 200px;padding: 25px 20px;line-height: 26px; background: #fff;  overflow-y: auto;font-size: 16px;  font-family: '微软雅黑'; margin-bottom: 20px;}
.btn-default { width: 20%; line-height: 40px; text-align: center; font-size: 16px; color: #333; background-color: #dadde3; border: none; border-radius: 0;}
.btn-default:first-child { background-color: #22368b; color: #fff; margin-right: 20px; }

.form-horizontal .ny_ly1 { overflow: hidden; }
.form-horizontal .form-group1 {margin-bottom: 10px; position: relative;display: flex; overflow: hidden;}
.form-horizontal .form-group1 .col-sm-10{flex: 1;padding-right: 20px; }
.form-horizontal .form-group1 .col-sm-10:last-child{ padding-right: 0px; }
.form-horizontal .form-group1 .col-sm-10 input {width: 100%;height: 80px;line-height: 80px;background: #fff; padding-left: 20px;box-sizing:border-box;}


@media( max-width: 767px) {
	#nymessage { padding-top: 20px; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; }
	#nymessage h4 { font-size: 22px; line-height: 1; }
	#nymessage .mess_1 .form-group { margin-right: 10px; width: 48%; }
	#nymessage .mess_1 .form-group input { height: 60px; line-height: 60px; }
.form-horizontal .form-group1 .col-sm-10{flex: 1;padding-right: 10px; }

}

.pro_list_none1 { display: none; }


/*手机样式*/
.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location, .sticky-wrapper{display:none;}
.visited-xs{display: none;}
@media (max-width: 768px){
	html, body{max-width: 640px;min-width: 320px;margin: 0 auto;overflow-x: hidden;position: relative;}
	body{padding-bottom: 50px;}
	*{box-sizing:border-box;}
	.htop, .hcont, .sticky-wrapper, .navBox, #banner, .search, .about,  .product, .news, .footer, .fcopy, .diyos, .location, .nyhotpro, .nyjc-til, .nyshow-til{display:none;}
	.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location{display:block;}
	.pro_list_none { display: none; }
	.pro_list_none1 { display: block; }

	.container{width:100%;}
	/* -- 页面整体布局 -- */
	.m-header{overflow: hidden;padding-bottom: 10px;}
	.m-header .m-logo{text-align: center; width: 220px; margin:10px auto; position: relative;}
	.m-header .m-logo:after { position: absolute; content: ''; width: 1px; height: 100%;background: #fff; display: block; top: 0px; right: 0px; }
	.m-header .m-logo img{max-width: 100%;vertical-align: middle;}
	.m-header .m-slogan{color: #393939;text-align: center;}
	.m-header .m-slogan p{font-size: 1.2rem;}
	.m-header .m-slogan span{font-size: 1rem;}
	/*导航*/
	.m-nav{ height:5.875rem; overflow:hidden; background:#22368b; position:relative;}
	.m-nav:before{content: '';position: absolute;width: 100%;left: 0;top: 50%;border-bottom: 1px solid #aaa;}
	.m-nav a{display: block;float: left;width: 25%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #aaa;}
	.m-nav a:nth-child(4n){border-right: none;}
	.m-nav a:hover{color:#fff;}
	/*ban轮播广告*/
	.g-adv{overflow:hidden;}
	.g-adv img{ display: block;width: 100%;height: auto;}
	/*标题*/
	.m-title>h2{font-size:1.5rem;color:#333;text-align:center; font-weight: bold;}
	.m-title>p{font-size:1rem;color:#666;text-align:center;}
	/*产品中心*/
	.g-pro{padding:20px 0;}
	.g-pro .wlist{display: flex;flex-wrap: wrap;align-content: flex-start;margin-top:20px;}
	.g-pro .wlist li{flex:1}
	.g-pro .wlist li a{display:block;line-height:40px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;text-align:center;border: 1px solid #E5E5E5;}
	.g-pro .wlist li.cur a{background:#22368b;color:#fff;border:1px solid #22368b;}
	.g-pro .wcont{padding:5px;}
	.g-pro .wcont li{width:50%;float:left;padding:5px;}
	.g-pro .wcont li:nth-child(n+7) { display: none; } 
	.g-pro .wcont li a{display:block;}
	.g-pro .wcont li a img{max-width:100%;border:1px solid #ddd;}
	.g-pro .wcont li a p{line-height:30px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center; color: #454545;}
	/*关于我们*/
	.g-about{margin-bottom:20px;}
	.g-about-box{margin-top:20px;}
	.g-about-box img{width:100%;display:block}
	.g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
	.g-about-txt h3{text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
	.g-about-txt div{color: #242424;font-size: 1rem;height: 6rem;line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}
	.about-btn{margin:20px auto 0;}
	/*新闻资讯*/
	.m-new{overflow: hidden;padding-bottom:20px;}
	.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
	.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
	.n_q li.cur{ border-top: 0.25rem solid #22368b; font-weight: bold; color: #22368b; background: #fff;}
	.m-new .con{ float: left; display: inline; width: 100%;}
	.n_c ul{ padding: 0 3.9%;}
	.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
	.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
	.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.n_c ul li:nth-child(6){ border-bottom: 0;}
	.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}
	/*尾部二维码*/
	.m-fewm{text-align:center;padding:10px}
	.m-wx{display:inline-block;font-size:0;margin: 0 5px;}
	.m-wx img{width:120px;}
	.m-wx p{font-size:12px;margin-top:5px;}
	/*底部按钮*/
	.m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #22368b;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
	.m-fbtn a{flex:1;padding:7px 0;color:#fff;}
	.m-fbtn a i{font-size:16px;display:block;}
	.m-fbtn a span{display:block;line-height:20px;}
	/*内页面包屑导航样式 开始*/
	.m-btit {
		line-height: 35px;
		padding-left: 12px;
		font-size:14px;
		color:#666;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		border-top:1px solid #d9d9d9;
		box-shadow:0 1px #fff;
		position:relative;
		background-color:#f6f6f6;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
		background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
		border-bottom:1px solid #d9d9d9;
		} /*内页面包屑导航背景*/
	.m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		left:0;
		top:0;
		width:100%;
		border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/
	.m-btit a{color:#666;}
	.m-btit span{ padding:0 8px; position:relative; height:100%; top:3px; left:-2px; display:inline;}
	.m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		background:#7c7c7c;
		width:8px;
		height:8px;
		left:2px;
		top:3px;
		z-index:10;
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
	.m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/
		position:absolute;
		width:8px;
		height:8px;
		left:1px;
		top:3px;
		z-index:11; background-color:#f2f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
		background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);	} /*角度45度，内页面包屑箭头样式*/
	/*内页面包屑导航样式 结束*/
	/*内页主体*/
	.inside{padding:0;margin-bottom:20px;}
	.nynav{width:100%;background: #f3f3f3;}
	.nyjc{margin-bottom:0;}
	#sidebar{padding: 0px;background: transparent;border: none;display: flex;flex-wrap: wrap;align-content: flex-start;}
	#sidebar li{margin-top: 0px;flex:1;}
	#sidebar li a{padding: 0 5px;}
	.nyshow{width:100%;}
	.nyshowdesc{margin-top: 10px;padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto;}
	.nyshowdesc>div{width:100% !important;}
	.nyshowdesc table{white-space: nowrap;}
	.nyhotnews>h3{background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px;}
	.nyhotnews-list li{width:100%;background:none;border-bottom: 1px dashed #ddd;}
	.nyhotnews-list li a{width:calc(100% - 90px);}
	.ny-page a{padding:8px;font-size:12px;}
	/*图片模块*/
	.nyimg-ul{margin-top:20px;}
	.nyimg-ul li{width:50%;margin-bottom:10px}
	.nyimg-div a.nyimg-a{font-size:12px;}
	.showimg-top{margin-top:20px;}
	.showimg-top h1{font-size:20px;}
	.showimg-time span{font-size:12px;}
	.showimg-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%; }
	/*视频模块*/
	.nyvideo-ul{margin-top:20px;}
	.nyvideo-ul li{width:50%;margin-bottom:10px}
	.nyvideo-div a.nyvideo-a{font-size:12px;}
	.showvideo-top{margin-top:20px;}
	.showvideo-top h1{font-size:20px;}
	.showvideo-time span{font-size:12px;}
	.showvideo-mp video, .showvideo-mp iframe{max-width:100%;}
	/*下载模块*/
	.nydown-list{margin-top:20px;}
	.nydown-list table thead{font-size:14px;white-space:nowrap;}
	.nydown-list table th{width: 30%;}
	.showdown-top{margin-top:20px;}
	/*文章模块*/
	.nynews-ul{margin-top:10px;}
	.nynews-ul li{padding:0 10px;margin-bottom:10px;}
	.nynews-ul li a dl{padding:8px;}
	.nynews-ul li a dl dt img{width:130px;}
	.nynews-ul li a dl dd{width:calc(100% - 140px);margin-top:0;margin-left:10px;}
	.nynews-ul li a dl dd h5{width:100%;font-size:14px;line-height:20px;}
	.nynews-ul li a dl dd em{height: 18px;line-height: 18px;font-size: 12px;}
	.nynews-ul li a dl dd p{font-size:12px;margin-top:0;}
	.nynews-ul li a dl dd span{display:none;}
	.shownews-top{margin-top:20px;}
	.shownews-top h1{font-size:20px;}
	.shownews-time span{font-size:12px;}
	.shownews-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
	/*标签*/
	.pro_key{padding:0 10px;}
	/*搜索模块*/
	.nysearch-ul{margin-top:10px;padding:0 10px;}
	.nysearch-ul li.nysearch-li{padding-bottom:10px;margin-bottom:10px;}
	.nysearch-til>h2{font-size:16px;}
	/*产品模块*/
	.nyprojc-til{background-size:100%;}
	.nyprojc-til a{padding:20px;}
	.nyprojc-til a span{color:#fff;}
	#sidebar1 li>a{line-height: 40px;height: 40px;}
	#sidebar1 li>a::before{height:40px;}
	#sidebar1 li>a>span{font-size:14px;}
	#sidebar1 li>a>i{top: 12px;}
	#sidebar1 li>.nypronav2{padding:5px 0;}
	#sidebar1 li>.nypronav2>a{font-size:12px;line-height:30px;}
	.nypro-ul li{width:50%;margin:0;padding:0 10px;box-sizing:border-box;margin-bottom: 20px;}
	.nypro-ul li a .nypro-txt{padding:10px 0;}
	.nypro-ul li a .nypro-txt p{padding:0;font-size: 14px;line-height: 25px;height: 25px;}
	.nypro-ul li a .nypro-txt span{padding:0;font-size: 12px;line-height: 20px;height: 20px;}
	.nyproshow-top>dt{width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:20px;}
	.spec-items{width: calc(100% - 50px);}
	.nyproshow-txt{width:100%;padding:0 10px;box-sizing:border-box;margin-left:0;}
	.nyproshow-txt>h1{font-size:18px;text-align:center;}
	.showpro-telcon span{font-size:20px;}
	.showpro-tel a{display:none;}
	.showpro-con ul{margin-bottom:0;}
	.showpro-details .showpro-det{padding:10px;}
	.nyaboutpro>h3{padding-left:10px;background: url(../images/nyaboutproico.png) no-repeat 10px;}
	.showpro-details table{ width: 100%!important; }

}

@media (max-width: 768px) and (min-width:320px) {
	html { font-size:75%;}
}
@media (max-width: 768px) and (min-width:360px) {
	html { font-size:85%;}
}
@media (max-width: 768px) and (min-width:375px) {
	html { font-size:87.5%;}
}
@media (max-width: 768px) and (min-width:414px) {
	html { font-size:96%;}
}
@media (max-width: 768px) and (min-width:480px) {
	html { font-size:110.5%;}
}
@media (max-width: 768px) and (min-width:568px) {
	html { font-size:129%;}
}
@media (max-width: 768px) and (min-width:639px) {
	html { font-size:150%;}

}

@media( max-width: 768px) {
	.nypro-ul li a { border: 1px solid #ddd; }
	.nypro-ul li { border:none; }
}



/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#22368b; display: inline-block; }
.metpager_5 a:hover { border:1px solid #22368b; color:#fff; background-color:#22368b;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#22368b; border:1px solid #22368b; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}






@media ( max-width: 767px ) {
	.inse-tit { text-align: center; }
	.seven_l { float: none; width: 100%; }
	.inse-right { float: none; width: 100%; padding-top: 20px; }
	.form-horizontal .form-group { width: 100%; }
	.form-horizontal .form-group .p { width: 100%; }
	.inse-left .text { width: 100%; }
	.inse-left textarea { width: 100%; }
	.inse-top li:nth-child(3) { padding-left: 0px; }
/*手机样式*/

.wap_about_ys { overflow: hidden; padding-left: 5px; padding-right: 5px; }
.wap_about_ys .wap_about_ys_t { text-align: center; margin-top: 20px; }
.wap_about_ys .wap_about_ys_t h3 { font-size: 24px; color: #333;  font-weight: bold;}
.wap_about_ys .wap_about_ys_t h3 em { color: #22368b; font-weight: bold; }
.wap_about_ys .wap_about_ys_t span { font-size: 12px; color: #999; }
.wap_about_ys .wap_about_ys_t p { font-size: 14px; color: #454545; text-align: left; line-height: 1.8; padding-left: 10px; padding-right: 10px; margin-top: 20px; margin-bottom: 15px; }
.wap_about_ys .wap_about_ys_b { padding:9px;overflow: hidden; }
.video { flex: none; padding-left: 0px; }
.video img { width: 100%;  }
.video video { position: absolute; width: 100%; height: 100%; left: 0;top: 0;z-index: 9999;background: #000;}



.number { background: #f5f5f5; height: auto; }
.main12 { overflow: hidden; }
.main12 .main1 { display: flex; text-align: center; margin-bottom: 20px;}
.main12 .main1 .stat-items { flex: 1; text-align: center; }
.main12 .main1 .stat-items .stat-items-t { font-size: 30px; color: #000; font-weight: bold; }
.main12 .main1 .stat-items .stat-items-unit { font-size: 12px; color: #777; }
.main12 .main1 .stat-items p { font-size: 14px; color: #454545; line-height: 2; }
.m-title h2 { font-size: 24px; color: #333; }
.m-title p { font-size: 12px; color: #999; }
 
.wap-ys { padding:30px 0px; background: #f5f5f5; overflow: hidden; }
.wap-ys .wap-ys_t { text-align: center; display: block; }
.wap-ys .wap-ys_t h2 { font-size: 26px; color: #333; font-weight: bold; }
.wap-ys .wap-ys_t p { font-size: 14px; color: #666; text-transform: uppercase;  }
.wap-ys_nr { margin-top: 30px; overflow: hidden; padding-left: 10px; padding-right: 10px;  }
.wap-ys_nr dt { overflow: hidden; display: block; position: relative; z-index: 1; }
.wap-ys_nr dt img { width: 100%; display: block; }
.wap-ys_nr .wap-ys_nr_list { background: #fff; border: 1px solid #ddd; border-top:none; padding-left: 10px; padding-right: 10px; padding-bottom: 30px; }
.wap-ys_nr .wap-ys_nr_t {position: relative; font-size: 18px; color: #22368b;font-weight: bold; padding-left: 80px; line-height: 3;}
.wap-ys_nr .wap-ys_nr_t:after {position: absolute; content: ''; width: 60px; height: 76px; display: block; background: url(../images/wap_ysico.png)no-repeat center;  top: -30px; z-index: 2; font-size: 30px; color: #fff; text-align: center; line-height: 50px; left: 0px;}
.wap-ys_nr .con:nth-child(1) .wap-ys_nr_t:after { content: '01'; }
.wap-ys_nr .con:nth-child(2) .wap-ys_nr_t:after { content: '02'; }
.wap-ys_nr .con:nth-child(3) .wap-ys_nr_t:after { content: '03'; }
.wap-ys_nr .con:nth-child(4) .wap-ys_nr_t:after { content: '04'; }
.wap-ys_nr .wap-ys_nr_desc { font-size: 14px; color: #454545; line-height: 2;  }
.wap-ys_nr .m-cnt{height: 0.5rem;margin-top: 2rem;text-align: center;}
.wap-ys_nr .m-cnt li{width: 20%;height: 0.5rem;background: #c8c8c8;display: inline-block;float: left;margin: 0 2.5%;}
.wap-ys_nr .m-cnt li.z-on{background: #22368b;}



.video:after { width: 100%; left: 0px;  }

/*关于我们*/

.g-about{margin-bottom:30px; }
.g-about .g-about_t { text-align: center; display: block; }
.g-about .g-about_t h2 { font-size: 26px; color: #333; font-weight: bold; }
.g-about .g-about_t p { font-size: 14px; color: #666; text-transform: uppercase;  }
.g-about-box{margin-top:20px;}
.g-about-box img{width:100%;display:block}
.g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
.g-about-txt h3{text-align: center;font-size: 1.2rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
.g-about-txt div{color: #242424;font-size: 1rem;height: 6rem;line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}



/*荣誉资质*/
.g-showimg{margin-bottom:20px; }
.g-showimg-a{display:flex;background:#333;}
.g-showimg-a span{flex:1;line-height:44px;display:block;text-align:center; border-right: 1px solid rgb(255,255,255,0.5);}
.g-showimg-a span:last-child {  border-right:none; }
.g-showimg-a span.cur{background:#22368b;}
.g-showimg-a span a{display:block;color:#fff;font-size:1rem;}


.g-showimg-box { padding:20px 10px 0 10px; }
.g-showimg-box li a {display: block; overflow: hidden;}
.g-showimg-box li a h3 { text-align: center; font-size: 14px; color: #454545; line-height: 2; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }

/*新闻资讯*/
.new{  overflow: hidden;  padding-bottom:2rem; }
.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
.n_q li.z-on{ border-top: 0.25rem solid #22368b; font-weight: bold; color: #22368b; background: #fff;}
.new .con{ float: left; display: inline; width: 100%;}
.n_c ul{ padding: 0 3.9%;}
.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.n_c ul li:nth-child(6){ border-bottom: 0;}
.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}

#abprolist22  .owl-item dt  { border: 1px solid #ddd; overflow: hidden; display: block; }
	
}