@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;
	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) */
}
html, body {width:100%;height:100%;max-width: 100%;min-width: 320px;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(228deg 75% 45%/100%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#1135a5;}
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; }
.dh300s{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;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;}
.con-fff{width:100%;height:100%;position:relative;}
.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; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

@media (min-width: 1210px){
	.container{width: 1180px;}
}
@media (min-width: 1310px){
	.container{width: 1280px;}
}
@media (min-width: 1410px){
	.container{width: 1380px;}
}
@media (min-width: 1470px){
	.container{width: 1440px;}
}
@media (max-width:767px) {
	.container{padding-left: 10px;padding-right: 10px;width: 100%;}
	.row{margin-left: -10px;margin-right: -10px;}
}

/* 头部 */
/* 头部Header */
header{width: 100%;transition:all .3s;-webkit-transition:all .3s;}

@media only screen and (max-width: 991px) {

header .hconts{display:flex;justify-content:space-between;}

header .container:before{content:none;}

header .container:after{content:none;}

}


.hconts .top { line-height: 40px;   background: #f5f5f5; }
.headertop{  overflow: hidden; float: right; }

.headerleft { flex: left; display: inline-block; font-size: 14px; color: #777; }


.headertop a{ color:#777; font-size:14px; margin-left: 20px; position: relative; display: inline-block;}
.headertop a::after { left: -10px;top: 12px;height: 15px;width: 1px;background: #999;position: absolute;content: ''; }
.headertop a:first-child::after { display: none; } 
.headertop a:hover{color: #1135a5;}

@media only screen and (max-width: 991px) {

	.headertop{display:none;}
}
.headercont{ overflow: hidden; margin:30px 0 40px 0;}
.headercont .hcontleft{ float: left;}
.headercont .hcontleft .logo{ float: left;}
.headercont .hcontleft .logo img{ height: 60px;}
.headercont .hcontleft .hcorp{ float: left;}
.headercont .hcontright{ float: right;}
.headercont .hcontleft .companyname{border-right:1px solid #d6d6d6;padding-right:15px;margin-left:12px;height:59px;}
.headercont .hcontleft .companyname h2{font-size:36px;color:#333333;margin-top:7px;line-height:36px;}
.headercont .hcontleft .companyname p{font-size:12px;color:#333333;line-height:12px;}
.headercont .hcontleft .hcorp {margin-left:20px; border-left: 1px solid #dedede; padding-left: 20px;  }
.headercont .hcontleft .hcorp h1{font-size:24px; color:#1135a5;font-weight:bold;}
.headercont .hcontleft .hcorp h1 em{color: #e6212a; font-weight: bold;}
.headercont .hcontleft .hcorp p{font-size:24px; color:#1135a5;font-weight:bold;}
.headercont .hcontleft .hcorp p em{color: #e6212a; font-weight: bold;}
.headercont .hcontleft .hcorp ul{margin-top:8px;}
.headercont .hcontleft .hcorp ul li{color:#555555; font-size:18px; margin-right:25px; padding-left:28px; float: left;}
.headercont .hcontleft .hcorp ul li:first-child{background:url(../images/xhqq.png)no-repeat left;}
.headercont .hcontleft .hcorp ul li:nth-child(2){background:url(../images/jgsh.png)no-repeat left;}
.headercont .hcontleft .hcorp ul li:nth-child(3){background:url(../images/fwws.png)no-repeat left;}
.hcontright{margin-top:10px;}
.hcontright span{font-size:28px;line-height:40px;font-weight:bold;font-family:Impact; background: url(../images/tel.png) left no-repeat; padding-left: 45px; display: inline-block;}
.hcontright span:hover { color: #1135a5; }
#headHigh{height:90px;position: relative;}
@media(max-width: 1469px){
	.hcontright span{display: block; line-height: 1.5;}
	.hcontright{margin-top: 0;}

}
@media(max-width: 1199px){
	.headercont .hcontright span{display: block; line-height: 1.5;}
	.hcontright span:first-child{margin-right: 0;}
	.hcontright{margin-top: 6px;}
	.headercont .hcontleft .hcorp { display: none; }
	.headercont { margin: 20px 0 30px 0; }
} 
@media(max-width: 991px){
	.hconts{overflow: hidden;}
	.hconts .headercont{ float: left;}
	.hconts .headercont .logo img{margin-top: 10px;}
}
@media(max-width: 767px) {
	.hconts .top { display: none; }
	.hconts .headercont .logo img { margin-top: 15px; }
}



/* logo */
.hoico1{float:left;margin-left:65px;margin-top:20px;position:relative;cursor:pointer;}
.hoimg1{position:absolute;left:50%;top:50px;margin-left:-152px;box-shadow:0px 4px 51px 0px rgb(8 55 126 / 63%);z-index:10;display:none;}
.hoimg1 img{width:280px;}
.hoico1:hover .hoimg1{display:block;}
.hoico2{float:left;margin-left:15px;margin-top:13px;position:relative;cursor:pointer;}
.hoimg2{position:absolute;left:50%;top:55px;margin-left:-140px;box-shadow:0px 4px 51px 0px rgb(8 55 126 / 63%);z-index:10;display:none;}
.hoimg2 img{width:280px;}
.hoico2:hover .hoimg2{display:block;}
.hetrg{float:right;padding:22px 0;}
.htmail{float:left;width:40px;height:40px;line-height:40px;border:1px solid #ddd;border-radius:20px;text-align:center;-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.htmail span{font-size:18px;color:#999;}
.htmail:hover{background:#1135a5;}
.htmail:hover span{color:#fff;}
.httel{float:left;padding:0 28px;border-radius:20px;line-height:40px;background-color:#1135a5;background-image:linear-gradient(-60deg, #19712f, #5ca721);margin-left:22px;}
.httel span{color:#fff;font-size:18px;font-weight:bold;display:block;padding-left:32px;background: url(../images/httel.png) no-repeat left;}
.htlang{float:left;font-size:16px;font-weight:bold;color:#353535;margin-left:15px;margin-top:9px;margin-bottom:9px; padding-right:15px;}
.htlang span{margin-right:8px;}
.navbtn{float:right;}
.navbtn img{width:40px;}
.htsearch{float:right;position:relative;}
.htsearch>span{color:#fff;font-size:18px;line-height:40px;padding:0 15px;cursor:pointer;padding-top: 8px;}
.q_search{position:absolute;right:0;top:48px;width:280px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;display:none;}
.q_search .q_search1{/*padding:25px 20px;*/}
.q_search .form-group{position:relative;margin:0;}
.q_search input[type="search"]{display: block;width: 100%;color: #000;line-height: 24px;padding: 7px 40px 7px 15px;height: 40px;background: #fff;}
.q_search .search-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;color: #555;font-size: 16px;background: 0;cursor: pointer;border:0;}
@media only screen and (max-width: 1199px) {
	.htsearch{display:none;}
	.hoico1, .hoico2{display:none;}
}
@media only screen and (max-width: 991px) {
	.httel{margin-left:10px;}
	.htlang{margin-left: 10px;padding-right: 0;}
}
@media only screen and (max-width: 767px) {
	header, #headHigh{height:80px;}
	.httel{margin-right:10px;}
}
@media only screen and (max-width: 1199px) {
	.hoprotab{width:200px;}
	.hoproConDiv{width: calc(100% - 200px);}
	.hoproBox h3{padding: 15px 0 15px 30px;}
	.hoproBox ul{padding: 15px 30px;}
}
/* 首页nav */
.headernav{background-color:#1135a5; line-height: 56px;}
.nav {}
.nav li{ float: left; position: relative; padding-left: 1px;}
.nav li::before{position: absolute; content: ''; right: -1px; top:22px; width: 1px; height: 12px; background: #fff; }
.nav li:last-of-type::before{display: none;}
.nav li a{color:#ffffff; font-size:16px; text-align:center; padding: 0 37px; }
.nav li.cur a,.nav li:hover a,.nav li a:hover{background-color:#e6212a;}
@media(max-width: 1469px){
	.nav li a{color:#ffffff; font-size:15px; text-align:center; padding: 0 20px;}
}
@media(max-width: 1199px){
	.nav li a{ padding: 0 11px;}
}
@media only screen and (max-width: 1200px) {
.headercont .hcontleft .logo h1 a img{height:60px;}
.headercont .hcontleft .companyname h2{font-size:25px;}
.headercont .hcontleft .hcorp p{font-size:18px;}
}
@media only screen and (max-width: 991px) {
.headernav{display:none;}
.headercont .hcontleft .logo h1  {border-right:none;}
.headercont .hcorp{display:none;}
.headercont .hcontright{display:none;}
}
@media only screen and (max-width: 767px) {
.headercont .hcontleft .logo h1 a img{height:48px; margin-top: 16px;}
.headercont .hcontleft .companyname {display:none;}
.hconts .headercont{margin-top:0;}
}
.hopronav{background:#f0f0f0;position:absolute;left:0;width:100%;border-top:2px solid #1135a5;display:none;z-index:111;}
.hoprotab{width:300px;float:left;background:#1135a5;height:450px;}
.hoprotab ul{display: flex; flex-direction: column;height:100%;}
.hoprotab ul li{width: 100%;flex: 1;}
.hoprotab ul li.on{background:#76b631;}
.hoprotab ul li a{width:100%;height:100%;font-size: 18px;color: #fff;}
.hoproConDiv{float:left;width:calc(100% - 300px);height:450px;}
.hoproCon{display:none;height:100%;}
.hoproCon:first-child{display:block;}
.hoproBox{height:100%;overflow-y:hidden;}
.hoproBox::-webkit-scrollbar{width: 5px;height: 1px;}
.hoproBox::-webkit-scrollbar-thumb{border-radius: 10px;-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);background: #d5d5d5;}
.hoproBox::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);border-radius: 10px;background: #EDEDED;}
.hoproBox:hover{overflow-y:scroll;}
.hoproBox h3{padding: 15px 0 15px 52px;border-bottom: #e2e2e2 solid 1px;font-size: 16px;font-weight: bold;}
.hoproBox ul{padding: 15px 30px 15px 52px;overflow:hidden;}
.hoproBox ul li{float: left;font-size: 14px;line-height: 36px;padding-left: 2%;padding-right: 2%;width: 25%;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.hoproBox ul li a{color: #727272;}
.hoproBox ul li::after{content: '';position: absolute;right: 0;top: 50%;margin-top: -6px;width: 1px;height: 12px;background: #ccc;}
.hoproBox ul li a:hover{color:#1135a5;}
.m_nav{display:none;}
@media only screen and (max-width: 1199px) {
	.hoprotab{width:200px;}
	.hoproConDiv{width: calc(100% - 200px);}
	.hoproBox h3{padding: 15px 0 15px 30px;}
	.hoproBox ul{padding: 15px 30px;}
}
@media only screen and (max-width: 991px) {
	.hoprotab{width:150px;}
	.hoproConDiv{width: calc(100% - 150px);}
	.m_nav{display:block;position:fixed;top:0;left:0;width:0;height:0;overflow:hidden;z-index:10000}
	.m_nav .closecover{position:absolute;width:100%;height:100%;background:#1f2429;filter:alpha(opacity=0);opacity:0;left:0;top:0;z-index:1}
	.m_nav .closeicon{position:absolute;width:20%;left: 10px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0;}
	.m_nav .m_navList{position:absolute;width:80%;right:0;top:0;background:#1f2429;height:100%;z-index:100;right:-80%;overflow-y:scroll}
	.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
	.m_nav .m_navList ul li{border-bottom:1px solid #868bab}
	.m_nav .m_navList ul li .m_f_a{display:flex;align-items:center;justify-content:space-between;width:100%}
	.m_nav .m_navList ul li .m_f_a a{flex:1;display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px;overflow: hidden;}
	.m_nav .m_navList ul li .m_f_a i{width:40px;height:35px;box-sizing:border-box;padding:0 5px;display:block}
	.icon{background:url(../images/plus.png) 100% no-repeat;background-position:50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.icon_on{background:url(../images/reduce.jpg) 50% no-repeat!important;background-position:50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
	.m_nav .m_navList ul li .m_s_nav{display:none;width:100%}
	.m_nav .m_navList ul li .m_s_nav>a{display:block;height:40px;color:#fff;line-height:40px;font-size:14px;padding-left:8%;overflow:hidden;white-space:nowrap;width:90%;text-overflow:ellipsis;}
	.m_nav .m_navList ul li .mm_s_nav{padding-left:12%;}
	.m_nav .m_navList ul li .mm_s_nav>a{display:inline-block;height:30px;line-height:30px;color: #fff;margin-right: 15px;}
}


@media( max-width: 500px) {
	.navbtn img { width: 35px; }
}


/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top:140px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#1135a5}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#1135a5}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_atop{width:100%;height:40px;}
.header_space{width: 100%;height: 100px;display:none;}
@media (max-width: 1409px){
	.nav>li{margin-right:20px;}
}
@media (max-width: 1309px){
	.nav>li{margin-right:9px;}
}
@media (max-width: 1199px){
	.nav{display:block;}
	.mm-nav-box {display: block;}
	#m-head-nav{display:block;}
	.header_space{display:block;}
	.head-raea{margin-left:0;}
}
@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}
@media (max-width: 767px){
	.headcon{padding:0 10px;}
}
@media (max-width: 600px){
.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
.mm-nav-box .mm-nav .li1{margin: 0 10px;}
.mm-nav-box .mm-wrap .mmlang{display: block;}
}
@media (max-width: 500px){
	#header{height:110px;}
	.header_space{height:70px;}
	.headercont .hcontleft .logo img{height:45px;}
	.mm-nav-box[data-on="active"]{top:110px;}
	#header:hover .logo, #header.active .logo{margin: 10px 0;}
	#header:hover .head-raea, #header.active .head-raea{margin-top: 16px;}
	#search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
	#m-head-nav{margin-left:15px;margin-top: 10px;}
	.mm-nav-box{top: 66px;}
}
@media (max-width: 450px){
	#header{height:100px;}
	.head-atop{padding:0 10px;line-height:30px;height:30px;}
	.head-search>p{height:30px;}
	.head-search>p>a{font-size:15px;}
	.head-search>form{display:none;}
	.header_atop{height:30px;}
	.mm-nav-box[data-on="active"]{top:100px;}
}

/* 轮播图 */
#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width:100%;}
#banner .swiper-pagination{bottom:40px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);padding:14px 18px;background:rgb(0 0 0 / 20%);border-radius:20px;}
#banner .swiper-pagination-bullet{width:12px;height:12px;opacity:1;border-radius: 50%;background:#fff;position:relative;margin:0 8px;}
#banner .swiper-pagination-bullet-active{background:#1135a5;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 5px;padding:8px;}
	#banner .swiper-pagination-bullet{width:8px;height:8px;margin:0 5px;}
}



/* 搜索Search */
#search{border-bottom:1px solid #eeeeee;}
#search .container .search-right{padding:20px 0px;}
.search-aa { line-height: 2;}
.search-aa span{color:#333; font-size:14px; font-weight:bold; line-height: 2;}
.search-aa a{ padding-right: 15px;}
.search-form {border-bottom:1px solid #d5d5d5; line-height: 2;}
.search-form .tt{font-size:14px; line-height: 2; color:#999999; float:left; width: calc(100% - 30px);}
.search-form .s_bt{background:url(../images/search.jpg) no-repeat center; font-size:0px; width:28px; height:28px; float:right;}
@media only screen and (max-width: 991px) {
	.search-aa {display:none;}
	#search .container .search-right{display:flex;align-items:center;justify-content:center;}
}

/* 首页标题 */
.title{padding:0 10px;text-align: center;}
.title h2{font-size: 40px;color: #333;font-weight: bold;}
.title p{color: #999;font-size: 18px;margin-top: 8px;text-transform:uppercase;font-family:Arial;}
@media only screen and (max-width:767px){
	.title h2{font-size: 30px;}
	.title p{font-size: 14px;margin-top: 5px;}
}
@media only screen and (max-width:500px){
	.title h2{font-size: 26px;}
}


/*product*/
#homepro{padding: 50px 0; overflow: hidden;}
#homepro .homepro_l{ width: 290px; float: left;}
#homepro .homepro_l .homepro_ltit{ background: linear-gradient(125deg,transparent 12px,#1135a5 0); padding: 20px 0;}
#homepro .homepro_l .homepro_ltit h6{text-align: center; color: #fff; font-size: 24px; font-weight: bold; }
#homepro .homepro_l .homepro_ltit p { font-size: 16px; text-transform: uppercase;  }
#homepro .homepro_l .homepro_ltit {color: #fff; font-size: 18px; text-align: center; line-height: 2}
#homepro .homepro_l ul{background: #f8f8f8; padding: 10px;}
#homepro .homepro_l ul li{line-height: 2.5; background: #eee;}
#homepro .homepro_l ul li a{display: block; font-size: 15px; color: #666; padding-left: 20px; margin-bottom: 10px;}
#homepro .homepro_r{ width: calc(100% - 320px); float: right;}
#homepro .homepro_r .hd ul { display: flex; margin-bottom: 12px; }
#homepro .homepro_r .hd ul li{flex: 1; line-height: 55px; display: inline-block; font-size: 18px; text-align: center; border-right: 1px solid #e3e1e1; background: #f1f1f1; }
#homepro .homepro_r .hd ul li a{ display: block; color: #454545;} 
#homepro .homepro_r .hd ul li.cur { background: #1135a5; }
#homepro .homepro_r .hd ul li.cur a { color: #fff; }
#homepro .homepro_r .hd ul li:hover a { color: #fff; }
#homepro .homepro_r .hd ul li:last-child { border-right: none; }
#homepro .homepro_r .bd { overflow: hidden; }
#homepro .homepro_r .bd ul { overflow: hidden; }
#homepro .homepro_r .bd ul li { display: block; padding:0 7px; margin-bottom: 15px; }
#homepro .homepro_r .bd ul li a { display: block; padding: 5px;padding-bottom: 0;background: #f1f1f1;display: block;}
#homepro .homepro_r .bd ul li:hover a { background: #1135a5; }
#homepro .homepro_r .bd ul li a h3 {line-height: 2.4;text-align: center;font-size: 15px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
#homepro .homepro_r .bd ul li:hover a h3 { color: #fff; }

.pagecontact{overflow: hidden;}
.pagecontact ul{border:1px solid #dedede; padding: 15px;}
.pagecontact ul h6{ font-size: 18px; font-weight: bold; color: #333; line-height: 2.5; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede;}
.pagecontact ul p{line-height: 2.5; border-bottom: 1px solid #dedede; border-right: 1px solid #dedede; margin-top: 10px;}
@media(max-width: 1469px){
	#homepro .homepro_r ul li{ width: 33.333%;}
}
@media(max-width: 1199px){
	#homepro .homepro_l{ width: 220px; float: left;}
	#homepro .homepro_r{ width: calc(100% - 250px); float: right;}
}
@media(max-width: 991px){
	#homepro .homepro_l{ width: 100%;}
	#homepro .homepro_r{ width: 100%;}
	#homepro .homepro_l ul{overflow: hidden;}
	#homepro .homepro_l ul li{ width: 31%; float: left; margin: 1%;}
	#homepro .homepro_l ul li a{margin-bottom: 0;}
	#homepro .homepro_r{margin-top: 20px;}
	.adv_li_img{padding: 0;}
	.adv_li_1 .adv_li_txt{padding: 0;}
}
@media(max-width: 767px){
	#homepro{padding: 30px 0;}
	#homepro .homepro_l ul li{ width: 48%; float: left; margin: 1%;}
	#homepro .homepro_l ul li a{ display: block; padding-left: 10px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
	#homepro .homepro_r ul li{ width: 50%; float: left;}
	#homepro .homepro_r .hd ul li { font-size: 14px; }
}


/*优势*/

.adv .adv_t{background: url(../images/ys_t.jpg) no-repeat center; padding: 50px 0 40px; margin-bottom: 30px;}

.adv .adv_t h6{font-size: 36px; color: #fff; text-align: center; font-weight: bold;}

.adv .adv_t h6 em{font-weight: bold;}

.adv .adv_t p{font-size: 18px; line-height: 3; color: #fff; text-align: center; }
.ys { overflow: hidden; }
.ys .adv_li_1 { margin-bottom: 20px; }
.ys .adv_li_3 { margin-bottom: 20px; }




@media(max-width: 767px){

	.adv .adv_t h6{font-size: 18px;}

	.adv .adv_t p{ font-size: 14px;}

}



/**/



.adv_li_1 .adv_li_img{float: right;}

.adv_li_1 .adv_li_txt{position:relative; }

.adv_li_1 .adv_li_txt::after{position:absolute; content:""; width:7px; height:360px; background:url(../images/youshitou.png) no-repeat;left:0;top:0px}


.adv_li_txt{padding-top: 50px;}

.adv_li_txt .adv_li_txt_t {background: url(../images/adv_li_txt_t1.png) no-repeat left;  padding-left: 120px;margin-bottom: 20px;height: 136px; padding-top: 15px;}

.adv_li_txt .adv_li_txt_t::after{}

.adv_li_txt .adv_li_txt_t::before{}

.adv_li_txt .adv_li_txt_t h3{font-size: 30px;font-weight:bold;color:#1135a5; line-height: 2;}

.adv_li_txt .adv_li_txt_t p{color: #999;font-size: 16px;}

.adv_li_txt .adv_li_txt_t b{border-bottom: 4px solid #1135a5;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt .adv_li_txt_p{}

.adv_li_txt_p p{font-size: 16px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt_p p::before{content:'◆'; position: absolute; left: -15px; top: 0px; color: #444444;}



.adv_li_2 {overflow: hidden;  position:relative;margin-bottom: 20px;}

.adv_li_2 .adv_li_txt2::after{position:absolute;content:"";width:7px;height:360px;background:url(../images/youshitou.png) no-repeat;right: -50px;top:0px;}

.adv_li_2 .adv_li_txt2::before{position:absolute;content:"";width:469px;height:6px;background:url(../images/hengtou.png) no-repeat;bottom: -60px;right: 0px;}

.adv_li_txt2{padding-top: 50px;}

.adv_li_txt2 .adv_li_txt_t2 {background: url(../images/adv_li_txt_t2.png) no-repeat left;padding-left: 125px;margin-bottom: 20px;height: 136px;padding-top: 20px;}

.adv_li_txt2 .adv_li_txt_t2::after{}

.adv_li_txt2 .adv_li_txt_t2::before{}

.adv_li_txt2 .adv_li_txt_t2 h3{font-size: 30px;font-weight:bold;color:#1135a5; line-height: 2;}

.adv_li_txt2 .adv_li_txt_t2 p{color: #999;font-size: 16px;}

.adv_li_txt2 .adv_li_txt_t2 b{border-bottom: 4px solid #1135a5;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt2 .adv_li_txt_p2{}

.adv_li_txt2 .adv_li_txt_p2 p{font-size: 16px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt2 .adv_li_txt_p2 p::before{content:'◆'; position: absolute; left: -15px;color: #444444;}





.adv_li_3 .adv_li_img3 {float: right;}

.adv_li_txt3{padding-top:35px;position:relative}

.adv_li_txt3::after{position:absolute;content:"";width:7px;height:360px;background:url(../images/youshitou.png) no-repeat;left:0;top:0px}

.adv_li_txt3::before{position:absolute;content:"";width:469px;height:6px;background:url(../images/hengtou.png) no-repeat;bottom: -90px;right:85px;}

.adv_li_txt_t3 {background: url(../images/adv_li_txt_t3.png) no-repeat left;    padding-left: 120px;margin-bottom: 20px;height: 136px; padding-top: 15px;}



.adv_li_txt_t3 h3{font-size: 30px; line-height: 2; font-weight:bold;color:#1135a5;}

.adv_li_txt_t3 p{color: #999;font-size: 16px;}

.adv_li_txt_t3 b{border-bottom: 4px solid #1135a5;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt_p3{}

.adv_li_txt_p3 p{font-size: 16px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt_p3 p::before{content:'◆'; position: absolute; left: -15px;color: #444444;}







.adv_li_4 { padding-bottom: 50px;}

.adv_li_txt4{position:relative; padding-top:50px;}

.adv_li_txt4::after{position:absolute;content:"";width:7px;height:360px;background:url(../images/youshitou.png) no-repeat;right: 0;top:0px;}

.adv_li_txt4::before{position:absolute;content:"";width:469px;height:6px;background:url(../images/hengtou.png) no-repeat;bottom: -150px;right: 0px;}

.adv_li_txt4 .adv_li_txt_t4 {background: url(../images/adv_li_txt_t4.png) no-repeat left;    padding-left: 120px;margin-bottom: 20px;height: 136px; padding-top: 15px;}

.adv_li_txt4 .adv_li_txt_t4::after{}

.adv_li_txt4 .adv_li_txt_t4::before{}

.adv_li_txt4 .adv_li_txt_t4 h3{font-size: 30px;color:#1135a5;font-weight:bold; line-height: 2;}

.adv_li_txt4 .adv_li_txt_t4 p{color: #999;font-size: 16px;}

.adv_li_txt4 .adv_li_txt_t4 b{border-bottom: 4px solid #1135a5;width: 40px;height: 4px; display: block; padding-top: 10px;}

.adv_li_txt4 .adv_li_txt_p4{}

.adv_li_txt4 .adv_li_txt_p4 p{font-size: 16px;color: #666;line-height: 32px;margin-left:45px;position: relative;}

.adv_li_txt4 .adv_li_txt_p4 p::before{content:'◆'; position: absolute; left: -15px;color: #444444;}





@media(max-width: 1469px){

	.adv_li_txt{padding-top: 25px;}

	.adv_li_txt2{padding-top: 25px;}

	.adv_li_txt .adv_li_txt_t h3{font-size: 24px;}

	.adv_li_txt2 .adv_li_txt_t2 h3{ font-size: 24px;}

	.adv_li_3 .adv_li_txt_t3 h3{ font-size: 24px;}

	.adv_li_txt4 .adv_li_txt_t4 h3{font-size: 24px;}

}



@media(max-width: 1199px){

	.adv_li_txt_p p{ font-size: 14px;}

	.adv_li_txt .adv_li_txt_t h3{font-size: 20px;}

	.adv_li_txt2 .adv_li_txt_t2 h3{ font-size: 20px;}

	.adv_li_txt_t3 h3{ font-size: 20px;}

	.adv_li_txt4 .adv_li_txt_t4 h3{font-size: 20px;}

	.adv_li_txt .adv_li_txt_t{height: 80px; background-size: contain;}

	.adv_li_txt2 .adv_li_txt_t2{height: 80px; background-size: contain;}

	.adv_li_txt_t3{height: 80px; background-size: contain;}

	.adv_li_txt4 .adv_li_txt_t4{height: 80px; background-size: contain;}

	.adv_li_txt .adv_li_txt_t{padding-top: 0; padding-left: 80px;}

	.adv_li_txt2 .adv_li_txt_t2{padding-top: 0; padding-left: 80px;}

	.adv_li_txt_t3{padding-top: 0; padding-left: 80px;}

	.adv_li_txt4 .adv_li_txt_t4{padding-top: 0; padding-left: 80px;}

	.adv_li_1 .adv_li_txt{padding-top: 0;}

	.adv_li_txt2{padding-top: 0;}

	.adv_li_txt_p p{margin-left: 20px;}

	.adv_li_txt .adv_li_txt_t{margin-bottom: 10px;}

.adv_li_txt4 .adv_li_txt_p4 p { font-size: 14px; }
.adv_li_txt2 .adv_li_txt_p2 p{ font-size: 14px; }
.adv_li_txt_p3 p{ font-size: 14px; }
.adv_li_txt3 { padding-top: 0px; }
.adv_li_txt4{ padding-top: 0px; }

}





@media(max-width:991px){

	.adv_li_4{padding: 30px 0;}

	.adv_li_1{padding:30px 0;}

	.adv_li_img{margin-bottom:30px;}

	.adv_li_1 .adv_li_txt::after{display:none;}

	

	.adv_li_2 .adv_li_img2{padding-bottom:30px;}

	.adv_li_img3{margin-bottom:30px;}

	.adv_li_txt3{margin-bottom:30px;}

	.adv_li_img4{margin-bottom:30px;}

	.adv_li_txt4{margin-bottom:30px;}

	.youshi56{padding-top:30px;}

	.youshi5 .youshi5img img{padding-top:30px;}

    .adv_li_txt3::after{display:none}

	.adv_li_txt3::before{display:none}

	.adv_li_txt4::after{display:none}

    .adv_li_txt4::before{display:none}

    .adv_li_1 .adv_li_img{padding: 0;}

    .adv_li_2 .adv_li_img2{padding: 0;}

    .adv_li_txt2{padding: 0; padding-top: 20px;}

    .adv_li_img4{padding: 0;}

    .adv_li_txt4{padding: 0;}

}



@media(max-width: 767px){

	.adv_li_txt .adv_li_txt_t h3{ font-size: 18px;}

	.adv_li_txt2 .adv_li_txt_t2 h3{ font-size: 18px;}

	.adv_li_txt_t3 h3{ font-size: 18px;}

	.adv_li_txt4 .adv_li_txt_t4 h3{ font-size: 18px;}

	.adv_li_1{padding-bottom: 0;}

}



/* 关于我们About */

.title2 { display: block; padding:35px 0 15px; position: relative; }

.title2::before{content: "";position:absolute;width:46px;height:7px;background:url(../images/jiantou02.png) no-repeat;left:48%;top:115px;}

.title2 h3{color:#1135a5; font-size: 36px; font-weight:bold; text-align: center;}

.title2 p{color:#666;font-size:18px; line-height: 2; text-align: center;}

#about1{ padding-bottom:120px; background:url(../images/about-bj.jpg) no-repeat;background-attachment: fixed;background-size: cover;position:relative;}

.about-box{ display:flex;flex-direction: row-reverse; border:20px solid #1135a5; box-shadow: 0px 12px 8px -12px #000;/* border-radius:10px; */position: relative;z-index:999;top: 35px;}

.about-box::before{position: absolute; width: 46%; height: 20px; background: #fff; content: ''; top: -20px; left: 50%;}

.about-box::after{position: absolute; width: 46%; height: 20px; background: #fff; content: ''; bottom: -20px; left: 50%;}

.about-img{flex:1; padding: 0; position:relative; background-color:#fff;}



.about-img img{max-width:100%;position:relative;z-index:999;}

.about-con{flex:1; position:relative; z-index:999; padding: 0; background: #fff;}



.about-txt{padding: 30px;}



.about-txt h3{color: black;font-weight: bold;font-size: 30px;position: relative; line-height: 2; }

.about-txt h3 p{color:#333;font-size:20px;font-weight:normal}

.about-txt h3 a{float:right;width:28px;height:28px;background:url(../images/about-a.png) no-repeat;margin-top:8px;}

.about-txt .moren{background: url(../images/aboutmore.png)no-repeat;width: 240px; height: 50px;margin: 30px 0 0px 0; align-items: center;text-align: center; display: flex;margin-top: 10px;}

.about-txt .moren a{color:#999999;padding-left:30px;font-size:14px;}

.about-txt .moren:hover a{color:#1135a5;}

.about-txt .about-p{font-size:14px; color:#666; line-height:2; margin-top:10px; }

.about-txt h3 a:hover{-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}

.about-tag{position:absolute;left:0;bottom:0;width:100%;}

.about-tag ul li{float: left;width: 25%;background-image: -webkit-linear-gradient(left,#f2f2f2,#ececec);background-image: -moz-linear-gradient(left,#f2f2f2,#ececec);background-image: -o-linear-gradient(left,#f2f2f2,#ececec);background-image: linear-gradient(to right,#f2f2f2,#ececec);}

.about-tag ul li a{display:block;width:100%;height:100%;}

.about-tag ul li a .about-atxt{padding:40px 30px 24px;}

.about-tag ul li a .about-ico{width:40px;height:40px;position:relative;}

.about-tag ul li a .about-ico img{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;max-width:100%;}

.about-tag ul li a .about-ico img+img{opacity: 0;position: absolute;left: 0;top: 0;}

.about-tag ul li a .about-atxt h3{font-weight: bold;font-size: 16px;color: #888;line-height: 16px;padding: 15px 0 12px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}

.about-tag ul li a .about-atxt p{font-size:12px;color: #d5d5d5;text-transform: uppercase;line-height:16px;height:32px;overflow:hidden;}

.about-tag ul li:hover{background-image: -webkit-linear-gradient(left top,#5ca721,#005c35);background-image: -moz-linear-gradient(left top,#5ca721,#005c35);background-image: -o-linear-gradient(left top,#5ca721,#005c35);background-image: linear-gradient(to right bottom,#5ca721,#005c35);}

.about-tag ul li:hover a .about-ico{-webkit-transform: translate3d(0, -5px, 0);transform: translate3d(0, -5px, 0);}

.about-tag ul li:hover a .about-ico img{opacity: 0;}

.about-tag ul li:hover a .about-ico img+img{opacity: 1;}

.about-tag ul li:hover a .about-atxt h3, .about-tag ul li:hover a .about-atxt p{color:#fff;}



@media(max-width: 1469px){

	.about-txt{padding: 15px;}

	.about-txt .about-p{word-break: break-all; text-overflow: ellipsis; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 6;  overflow: hidden; }

	#about1{padding-bottom: 100px;}

}


@media(max-width: 991px) {
	.about-box {display: block;
    overflow: hidden;
    margin-top: 0;}
	.about-con { flex: none; }
}


@media(max-width:767px){

	#about1::after{display:none}

.about-txt h3 { font-size: 20px; }
.title2 h3 { font-size: 26px; }
.title2 p { font-size: 14px; }

}


@media(max-width: 767px) {
.wap_pro { text-align: center; display: block; }
.wap_pro h3 { color: #1135a5;font-size: 26px;font-weight: bold;text-align: center; }
.wap_pro p { color: #666;font-size: 14px;line-height: 2;text-align: center;text-transform: uppercase; }


}



/* 新闻动态 */
.newss{padding: 68px 0px; overflow: hidden; background: #f5f5f5;}
.newss-le .news-topp{position:relative; float: left;}
.newss-le .news-topp::after { content: "";position: absolute;width: 46px;height: 7px;background: url(../images/jiantou01.png) no-repeat;top: 77px; }
.newss-le .news-topp h3 { color: #1135a5;font-size: 36px;padding-bottom: 10px;font-weight: bold; }
.newss-le .news-topp p { color: #666;font-size: 15px; }


.newss-le .news-topp .news-toppd{position:relative;overflow:hidden;}
.newss-le .news-topp h4{font-size: 36px;color:#444444;padding-bottom:30px;/* padding-top:30px; */}
.newss-le .news-topp a.news-toppda h3{font-size: 18px;color: #252525;line-height: 35px;padding-top: 15px;}
.newss-le .news-topp a.news-toppda h3:hover{color:#04287e}
.newss-le .news-topp .news-toppd p{font-size: 14px;color: #666;line-height: 20px;}
.newss-le .news-topp .news-toppd span {color: #999;font-size: 14px;position:relative;line-height:42px;}
.newss-le .news-topp a.news-toppdmore{position:absolute;right: 0px;background:url(../images/jiantou1.png) 100px center no-repeat #252525;width: 144px;height: 42px;border-radius: 30px;padding-left:35px;line-height: 42px;font-style: normal;color:#fff}

.newss-re .news-tbg{ overflow: hidden; position: relative;}
.newss-re .news-tbg::after { position: absolute; content: ''; height: 2px; width: 70%; display: block; bottom: 0; right: 0; background: #ccc; }

.newss-re .news-tbg ul{padding-bottom: 30px;padding-top: 10px; float: right;}
.newss-re .news-tbg li.cur a{height: 41px;background: #04287e;border-radius:30px;color:#fff}
.newss-re .news-tbg li{display: inline-block;/* float: right; */}
.newss-re .news-tbg li a{color: #444444;text-align:center;margin:auto;display:block;line-height:41px;padding: 0 40px;}

.news-lbox1  { padding-top: 40px; overflow: hidden; }


.newss-re .news-lbe { overflow: hidden; }
.newss-re .news-lbe dl { padding-left: 0px; }
.newss-re .news-lbe dl a { display: block; }
.newss-re .news-lbe dl a h3 { font-size: 18px;color: #252525;line-height: 35px;padding-top: 12px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden; }
.newss-re .news-lbe dl a:hover h3 { color: #1135a5; }
.newss-re .news-lbe dl a p { font-size: 14px;color: #666;line-height: 20px; }
.newss-re .news-lbe li {border-bottom: 1px dashed #ccc;height:140px;padding-top:25px}
.newss-re .news-lbe li a{display:block;overflow:hidden;}
.newss-re .news-lbe li span{color:#fff;background: url(../images/bianxing.png) no-repeat;width:70px;height:81px;display:block;text-align:center;font-size:30px;font-weight:bold;float: left;padding-top: 7px;}
.newss-re .news-lbe li a:hover span{background: url(../images/bianxing1.png) no-repeat;}
.newss-re .news-lbe li span i{font-style:normal;display:block;text-align:center;font-size:12px;}
.newss-re .news-lbe li h3{font-size:18px;color: #252525;float:right;padding-left:25px;padding-top:20px;width:calc(100% - 70px); text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.newss-re .news-lbe li h3 a{line-height:30px;}
.newss-re .news-lbe li a:hover h3{color:#04287e}
.newss-re .news-lbe li h3 p{color: #666666;font-size: 14px;line-height: 28px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
@media ( max-width: 1199px) {
	.newss-re .news-lbe li { height: 125px; }
}


@media(max-width: 991px) {
	.newss-re .news-lbe dl { float: none; }
}

@media (max-width: 767px) {
	.newss { padding: 40px 0;  }
	.newss-re .news-tbg ul{display:flex;}
	.newss-re .news-tbg ul li{flex:1;}
	.newss-re .news-tbg ul li a{padding:0;}
	.newss-le .news-topp { float: none; text-align: center; display: block;  margin-bottom:30px;}
	.newss-re .news-tbg ul { float: none; }
	.newss-re .news-tbg::after { width: 100%; }
	.newss-le .news-topp h3 { font-size: 26px; }
}


/* 通用配置 */
.owl-rela{position:relative;}
.owl-prev, .owl-next{display:block;width:30px;height:68px;background:url(../images/pro-jtbn.png) no-repeat;position:absolute;top:50%;margin-top:-34px;text-indent:-99999999px;opacity:0.2;transition:all .3s;-webkit-transition:all .3s;}
.owl-prev{left:-30px;}
.owl-next{right:-30px;transform: rotate(180deg);}
.owl-prev:hover, .owl-next:hover{opacity:1;}
@media (max-width:800px){
	.owl-prev, .owl-next{display:none;}
}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}

/* 底部 */
footer{background:#343434;padding-top: 49px;background:url(../images/footerback.png)no-repeat bottom #2a2f34;}
.footer-top{padding-bottom:0px; overflow: hidden;}
.footer-nav{overflow: hidden;}
.footer-nav .footer-a{ float: left;}
.footer-top .padding-0{text-align: center;}
.footer-a h3{ padding-right: 20px;}
.footer-a h3 a{font-size:15px; color:#999; line-height: 2;}
.footer-a h3 a:hover{color: #fff}
.footer-a p{margin-bottom:10px;}
.footer-a p a{font-size:14px;color:#999;}
.footer-a a:hover{color:#1135a5;}
.footer-con h2{font-size:30px;color:#fff;line-height:40px;}
.footer-con h3{font-size:18px;color:#fff;letter-spacing:6px;line-height:22px;}
.footer-con ul li{font-size:14px;color:#fff;line-height:25px;padding-left:20px;}
.footer-con ul li:nth-child(-n+2){background:url(../images/footer-ico1.png) no-repeat left top 6px;}
.footer-con ul li:nth-child(3){background:url(../images/footer-ico2.png) no-repeat left top 6px;}
.footer-con ul li:nth-child(4){background:url(../images/footer-ico3.png) no-repeat left top 9px;}
.footer-con ul li:nth-child(5){background:url(../images/footer-ico4.png) no-repeat left top 8px;}
.footer-ewm{ text-align:center; float: right;}
.footer-wx{ display: inline-block;text-align: center; }
.footer-wx img{width:140px;height:140px;}
.footer-wx p{font-size:14px;color:#999;line-height:2;}
.lxwm{margin: 20px 0px; line-height: 2;}
.lxwm .rex{font-size: 16px;}
.lxwm p{font-size: 14px;color: #fff;}
.lxwm p a{color: #fff;}
.lxwm .dianhua{font-size: 30px;font-weight:bold;}

.footer-ewm{margin-top:50px;text-align:center;display:flex;float: right;}
.footer-wx{/* flex:1; */display: inline-block;text-align: center;padding: 15px 22px;}
.footer-wx img{width:112px;height:112px;}
.footer-wx p{font-size:14px;color:#999;line-height:25px;}



.banquan{color: #aaaaaa;font-size: 12px; line-height: 2; padding:20px 0;}

.banquan a{color:#aaaaaa;font-size: 12px;}
.city{overflow: hidden; padding-bottom: 20px;}
.city h6{ float: left; font-size: 16px; color: #fff; line-height: 28px; }
.city ul{ float: right; width: calc(100% - 100px);}
.city ul li{ float: left; padding-right: 20px;}
.city ul li a{ font-size: 14px; color: #fff; line-height: 28px;}

.footer-link{padding:20px 15px;background:#222222;}

.footer-link span{color:#aaa;font-weight: bold;font-size: 12px;}

.footer-link a{color: #abacaf;margin-right: 5px;}

.footer-link a:hover{color:#fff;}

.footer-copy{border-top:1px solid #444;padding:25px 0;}

.footer-cl{float:left;color:#999;font-size:14px;padding:0 15px;}

.footer-cl a{color:#999;}

.footer-cl a:hover{color:#1135a5;}

.footer-cr{float:right;color:#999;}

.footer-cr a{color:#999;padding:0 15px;}

.footer-cr a:hover{color:#1135a5;}

@media (max-width: 1399px) {

	.footer-a{padding:0 20px;}

	.footer-con h3{letter-spacing: 5px;}

	.footer-nav{display:none;}

}

@media (max-width: 1299px) {

	.footer-a{padding:0 15px;}

	.footer-con h2{font-size:26px;}

	.footer-con h3{letter-spacing: 3px;}

}

@media (max-width: 1199px) {

	.footer-a{padding:0 8px;}

	.footer-con h2{font-size:22px;}

	.footer-con h3{letter-spacing: 0px;}

}

@media (max-width: 991px) {

	.footer-ewm{margin-top: 0;text-align:center;/* display:flex; */display: inline-block;float: none;}

	.footer-nav{margin-bottom:20px;}

	.footer-nav .footer-a h3 a{font-size:12px;}

	.footer-copy{padding:10px 0;}

	.footer-cl{margin-bottom:10px;}

}

@media (max-width: 767px) {

	footer{padding-top:20px;}

	.footer-nav{display:none;}

	.footer-link{padding:10px 0; }

	.footer-cl{padding:0;}
	.footer-ewm { float: none; margin: 0 auto; text-align: center; display: block;}

}

@media (max-width: 400px) {

	.footer-cr{text-align: center;width: 100%;}

	.footer-cr a{padding:0 5px;}

}

@media (max-width: 336px) {

	.footer-wx{/* flex:1; */display: inline-block;text-align: center;padding: 15px 10px;}

}

#roll {width: 40px;height: 40px;display: none;background: #000;position: fixed;right: 20px;bottom: 60px;z-index: 150;overflow: hidden;transition: all .2s ease-in-out 0s;cursor: pointer;border-radius: 50%;}

#roll:hover {background: #1135a5;}

#roll_top {width: 40px;height: 40px;display: block;background: url(../images/gotop.png) no-repeat;transition: all .2s ease-in-out 0s;}

#roll_top:hover {background: url(../images/gotop.png) no-repeat;}

.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #1135a5;text-align: center;}

.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}

.footer-bottom a i{font-size: 16px;display: block;}






.brank_con{font-size: 16px;line-height: 1.8;color: #333;}
.brank_con>.cpcon{padding:50px 0;overflow: hidden;}
.brank_con>.cpcon:last-child{margin-bottom: 0;}
.brank_con>.cpcon:nth-child(odd){background: transparent;}
.brank_con>.cpcon:nth-child(odd) .cpcon_img{float: right;}
.brank_con>.cpcon:nth-child(even){background: #f5f5f5;}
.brank_con>.cpcon>h3{text-align: center;font-size: 36px;margin-bottom: 50px;}
.brank_con>.cpcon .cpcon_img img{max-width: 100%;height:auto!important;display: block;margin:0 auto;}
.brank_con>.cpcon .cpcon_txt{padding-top: 15px;padding-bottom: 15px;}
@media (max-width: 767px){
	.brank_con{font-size: 14px;line-height: 1.6;}
	.brank_con>.cpcon{padding:20px 0;}
	.brank_con>.cpcon>h3{font-size: 24px;margin-bottom: 20px;}
}

.sss4{}
.sss4 ul{overflow:hidden;padding:10px 0;}
.sss4 ul li{margin-bottom: 30px;}
.sss4 ul li>div{text-align: center; background: #f5f5f5; padding: 20px;height: 100%;transition:all .3s;-webkit-transition:all .3s;}
.sss4 ul li>div h2{padding: 20px 0; font-size: 24px; font-weight: bold;}
.sss4 ul li>div h3{padding-bottom: 20px; font-size: 24px; font-weight: bold;}
.sss4 ul li>div p{}
.sss4 ul li>div:hover{box-shadow:0 0 8px 0 rgb(0 125 255 / 30%);}
@media (min-width:768px) {
	.sss4 ul{display:flex;}
	.sss4 ul li{flex:1;}
	.con3 ul{flex-wrap: wrap;align-content: flex-start;}
	.con3 ul li{flex:50%;}
	.con5 ul li:first-child{flex:100%;}
}
@media (min-width:1200px) {
	.con3 ul li{flex:25%;}
}
@media (max-width:767px) {
	.sss4 ul li>div{padding:20px 10px;}
}




/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #1135a5;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 在线客服 */
.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #1135a5;float: left;position: relative;border-top:1px solid #333;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.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:#1135a5;}
.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: 130px;position:absolute; top:0; left:-131px; 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{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:50px;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top:10px;padding-bottom:10px;float:left;color:#666;}
.crumbs a{color:#666;}
.crumbs a:hover{color:#1135a5;}


#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height:45px;line-height:44px;text-align:center;color:#666;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #1135a5;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#1135a5;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:25%;float:left;}
	#sidebar{float:none;}
	#sidebar li{padding:0 5px;margin:0;}
}





/* 内页样式 */
#inside{padding-bottom:50px;padding-left:10px;padding-right:10px;overflow:hidden;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding-bottom:30px;}
}

/* 内页产品导航 */
#pronav{width: 100%;background: #e8e8e8;text-align: center;margin-bottom:20px;}
.pronav-a{line-height: 80px;display:flex;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color:#333;}
.pronav-a a.cur, .pronav-a a:hover{background:#1135a5;color:#fff;}
@media (max-width:1509px) {
	.pronav-a{display:block;}
	.pronav-a a{display:inline-block;padding:0 14px;}
}
@media (max-width:1409px) {
	.pronav-a a{padding:0 13px;font-size:15px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a a{padding:0 11px;font-size:14px;}
}
@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a{display:block;float:left;width:16.66%;}
}
@media (max-width:767px) {
	.pronav-a a{display:block;float:left;width:25%;padding:0 8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin-bottom:40px;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin:20px 0;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #1135a5 solid;color: #1135a5;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:#1135a5;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:300px;}
.nyshowdesc p{margin:5px 0;}
.nyshowdesc img{max-width:100%;height:auto !important;}
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}
@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;min-height:100px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}

.nyshowdesc>.nyject{overflow:hidden;background: #f5f5f5;}
.nyshowdesc>.nyject .nyject_img{overflow:hidden;}
.nyshowdesc>.nyject .nyject_img img{transition: 0.5s;}
.nyshowdesc>.nyject .nyject_txt{padding:20px 50px;}
.nyshowdesc>.nyject .nyject_txt h4{color:#333;font-size:24px;margin-bottom:20px;font-weight:bold;}
.nyshowdesc>.nyject .nyject_txt p{font-size:16px;color:#666;}
.nyshowdesc>.nyject:hover .nyject_img img{transform: scale(1.1);}
@media (min-width:768px) {
	.nyshowdesc>.nyject{display:flex;align-items: center;}
	.nyshowdesc>.nyject:nth-child(even){flex-direction: row-reverse;}
	.nyshowdesc>.nyject .nyject_img,  .nyshowdesc>.nyject .nyject_txt{flex:50%;}
}
@media (max-width:767px) {
	.nyshowdesc>.nyject .nyject_txt{padding:20px;}
}
@media (max-width:500px) {
	.nyshowdesc>.nyject .nyject_txt{padding:15px;}
	.nyshowdesc>.nyject .nyject_txt h4{font-size:20px;margin-bottom:10px;}
	.nyshowdesc>.nyject .nyject_txt p{font-size:14px;}
}

/* 留言模块Message */
#nymessage{padding:50px 0;background:url(../images/nymessagebg.jpg) no-repeat center / cover;}
#nymessage h4{color:#1135a5;}
#nymessage form{overflow:hidden;margin-top:50px;}
#nymessage form label{font-weight:normal;text-align:none ! important; white-space: nowrap; }
#nymessage .nymessage-h6{text-align:left;}
@media (max-width:767px) {
	#nymessage{padding:30px 0;}
	#nymessage h4{font-size:16px;line-height:1.4;}
	#nymessage form{margin-top:30px;}
	#nymessage form>div[class^="col-"]{padding:0 5px;}
}


/* 业务领域 */
.nybusiness{line-height: 40px;border-bottom: 1px #ccc solid;overflow:hidden;}
.nybusiness>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #1135a5 solid;color: #1135a5;font-size: 18px;font-weight: bold;background:url(../images/page/ny-objs.png) no-repeat left;}
#nybusinesslist{margin-bottom:20px;}
#nybusinesslist li a{display:block;position:relative;}
.nybusiness-img{overflow:hidden;}
#nybusinesslist li a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:36px;padding:0 10px;text-align:center;color:#fff;font-size:15px;}
#nybusinesslist li a:hover p{background: rgba(17,53,165,.8);}
@media only screen and (max-width:767px) {
#nybusinesslist li a p{line-height:30px;font-size:14px;}
}

/*推荐新闻*/
.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 #1135a5 solid;color: #1135a5;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#1135a5;}

/*视频列表*/
.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:#1135a5;color:#1135a5;}

/*视频详情*/
.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:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.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:#1135a5;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 {margin-bottom:20px;padding:0 10px;}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.nyimg-ul li:hover .nyimg-div img {-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a {background:#1135a5;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important; border: 1px solid #ddd;}
.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-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-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: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #1135a5;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}

.hotnews{}
.hotnews p{font-size: 16px;color: #1135a5;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background: url(../images/iyuan_on.png) no-repeat left;color: #1135a5;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#1135a5;}
.nynews-con {background-color:#f9f9f9;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#1135a5;margin-top:10px;width:120px;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;}
.nynews-con a.nynews-more:hover {background:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.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;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.shownews-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: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#1135a5;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}


.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-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: 100%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{padding:0 10px;margin-bottom:10px;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;}
.nypro-ul li a:hover .nypro-img{box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);}
.nypro-ul li a:hover p{color:#fff;}
@media (max-width:767px){
	.nypro-ul li a p{line-height:30px;font-size:14px;}
}



/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:140px;height:93px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}


/*产品参数*/
.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:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background:#1135a5;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.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.on{background: #1135a5;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:100px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.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 #1135a5 solid;color: #1135a5;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{line-height:35px;height:35px;text-align:center;background:#ccc;padding:0 10px;color:#333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;}
#abprolist li a:hover .abpro-img{border-color:#1135a5;}
#abprolist li a:hover p{background:#1135a5;color:#fff;}

/* 标签 */
.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:#1135a5;}
/* 分享按钮 */
.jiathis{padding-top:10px;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: 100%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.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: #1135a5;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: #1135a5;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.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: #1135a5;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
.meg_con .title2,
.meg_con .tel{max-width: initial;width: 100%;}
.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
.meg_con .megs {font-size:14px;line-height:30px;}
.meg_con .tel {padding:10px 0;font-size:20px;}
.meg_con .tel img {width:26px;}
.meg_con .megs {margin-top:10px;}
.meg_con .tel img {width:20px;margin-bottom:0;}
.meg_con .title2 {font-size:22px;}
.product-inlist {margin-top:10px;}
}




/*翻页样式*/
.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:#1135a5; display: inline-block; }
.metpager_5 a:hover { border:1px solid #1135a5; color:#fff; background-color:#1135a5;}
.metpager_5 a:active {border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#1135a5; border:1px solid #1135a5; 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){
	.digg4>span:nth-child(-n+2){display:none;}
}


/*产品模块*/

.nyprolist{padding: 30px 0;}

.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}

.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}

.nypro-ul li{margin-bottom: 15px}

.nypro-ul li p{background: #e6e6e6;text-align: center;height: 45px;line-height: 45px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}

.nypro-ul li:hover .nypro-img{border-color:#1135a5;}

.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.nypro-ul li:hover p{background: #1135a5;color:#fff;}

@media (max-width: 991px) {

	.nyprolist{padding: 2px 0 15px;}

}



.showpro-p h1 { font-size: 20px;line-height: 30px;color: #222;margin-bottom: 15px;font-weight: bold;text-transform: capitalize; }
.showpro-p h4 { color: #808080;font-size: 14px;line-height: 24px; border-top:1px solid #ddd; padding-top: 10px; }


.pro-ico{display: flex;margin: 15px 0;}

.pro-ico a{flex: 1;padding: 0 10px;}

.pro-icoimg{width: 60%;margin: 0 auto;background: #ccc;border-radius: 50%;padding: 20px;}

.pro-ico p{text-align: center;margin-top: 5px;}

.pro-mlist{background: #fff;overflow: hidden;}

.pro-mp{padding-left: 15px;border-bottom: 1px dashed #eee;}

.pro-mp p{line-height: 50px;font-size:16px;padding-left: 15px;position: relative;}

.pro-mp p::before{content:'';position: absolute;left: 0;top: 50%;margin-top: -7px;width: 2px;height: 16px;background: #1135a5;}

.pro-mlist li{padding: 10px;border-bottom: 1px dashed #eee;}

.pro-m-img{padding: 0;border: 1px solid #ddd;}

.pro-m-txt{padding-left: 10px;padding-right: 0;}

.pro-m-txt>a{font-size: 16px;display: block;color: #333;margin-bottom: 10px;}

.pro-m-txt>p{font-size: 14px;color: #999;line-height: 20px;height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}

.pro-m-al{overflow: hidden;margin-top: 10px;margin-right: 20px;}

.pro-m-al a{width: 40px;height: 30px;display: block;float: right;border: 1px solid #f3f3f3;}

.pro-m-al a.pro-mico1{background: url(../images/pro-mico1.png) no-repeat center;background-size: 20px;}

.pro-m-al a.pro-mico2{background: url(../images/pro-mico2.png) no-repeat center;background-size: 20px;border-left: none;}

@media (max-width: 800px) {

	.pro-icoimg{padding: 15px;}

}

@media (max-width: 700px) {

	.pro-icoimg{width: 80%;}

}

@media (max-width: 600px) {

	.pro-icoimg{width: 80%;}

	.pro-ico p{font-size: 12px;}

}

@media (max-width: 500px) {

	.pro-ico{margin: 10px 0;}

	.pro-ico a{padding: 0 5px;}

	.pro-icoimg{width: 100%;}

}






.nyjc{}

.nyjc-til{padding:10px; color:#fff; background: #1135a5; line-height: 3;}

.nyjc-til p{font-size: 24px;padding-left:40px;background:url(../images/fen-bt.png) no-repeat left;}

.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}



.nyrepro-til{border-bottom:1px solid #e5e5e5;}

.nyrepro-til p{
    width: 150px;
    text-indent: 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #1135a5 solid;
    color: #1135a5;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/page/ny-objs.png) no-repeat left;}

.showpro .nyrepro .nyrepro-til p{ background: url(../images/xgcp.png) no-repeat left; } 


.nyrepro ul{background: #fff;}

.nyrepro ul li{padding: 10px ; }
.nyrepro ul li a{border:1px solid #dedede; display: block;}
.nyrepro ul li a .img { padding:2px;  }
.nyrepro ul li a .desc { padding-top: 30px; }
.nyrepro ul li a .desc p { font-size: 14px; color: #666; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; line-height: 2; }
.nyrepro ul li a .desc span { font-size: 12px; color: #666; }
.nyrepro ul li:hover a .desc p { color: #1135a5; }
.nyrepro ul li:hover a .desc span{ color: #1135a5; }
.nyrepro ul li h3{ font-size: 15px; text-align: center; background: #dedede; line-height: 2.4; text-overflow:ellipsis; white-space: nowrap; overflow: hidden; padding: 0 10px;}
.nyrepro ul li:hover a{border:1px solid #1135a5;}
.nyrepro ul li:hover h3{background: #1135a5; color: #fff;}







#sidebar2{padding:10px; background:#f8f8f8;}

#sidebar2 li{margin-top: 10px;}

#sidebar2 li:first-child{margin-top: 0px;}

#sidebar2 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}

#sidebar2 li.cur a, #sidebar2 li:hover a{background: #1135a5;color: #fff;}

#sidebar2 dt{ font-weight: normal; font-size: 15px; line-height: 2.5; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; text-align: left; color: #666; cursor: pointer; background: #eee;  margin-bottom: 10px;}



#sidebar2 dt>a{display: block; font-size: 15px; color: #666; padding-left: 20px;}

#sidebar2 dt.cur a,#sidebar2 dt:hover a{color:#fff; background: #1135a5;}

#sidebar2 dd.cur>a,#sidebar2 dd:hover>a{color:#1135a5;}





#sidebar2 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}

#sidebar2 dd a.cur, #sidebar2 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#1135a5;}







@media(max-width: 991px){

	.nyrepro-til{padding: 0;}

	.pro-mp{padding-left: 0;}

	.page-header{margin-bottom: 0;}



}






#nynav{padding: 10px 0;border-bottom: 1px solid #ddd;}

.nyjc-crcrumbs{border-bottom: 1px solid #ddd;background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px;}

.nyjc-crcrumbs a{color: #808080;}

.nyjc-crcrumbs a:hover{color: #1135a5;}


.nyprolist{padding: 30px 0;}

.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}

.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}

.nypro-ul{margin-bottom: 30px;}

.nypro-ul li{margin-bottom: 20px}


.nypro-ul li:hover .nypro-img{border-color:#1135a5;}

.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}

.nypro-ul li:hover p{background: #1135a5;color:#fff;}

@media (max-width: 991px) {

	.nyprolist{padding: 2px 0 15px;}

}






/*相关推荐*/

.xgred{overflow: hidden;}
.xgred li:nth-child(odd) {  padding-left: 0px; }

.xgred .xgred-con{line-height: 40px;border-bottom:1px #ccc dashed;overflow: hidden;}

.xgred .xgred-con a{font-size: 14px;color: #4b4b4b;display: block;float: left;width: calc(100% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.xgred .xgred-con em{float: right;font-size: 13px;color: #ccc;line-height: 40px;margin-right: 10px;}

.xgred .xgred-con a:hover{color: #1135a5}


@media(max-width: 767px) { 
	.xgred li:nth-child(odd) {  padding-left: 15px; margin-top: 20px; }
	.nyjc { margin-top: 20px; }
 }
.page-header { padding-bottom:  0px;}

 .page-header h3 {
    width: 150px;
    text-indent: 30px;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #1135a5 solid;
    color: #1135a5;
    font-size: 18px;
    font-weight: bold;
    background: url(../images/page/nyhotnewico.png) no-repeat left; }