@charset "utf-8";


body {
    -webkit-font-smoothing: antialiased;
     font-family: "SourceHanSansCNNormal" , "arial";
    background: #f6f7f6;
    font-size: 14px;
    color: #666;
 /*   max-width: 19.2rem;*/
    margin-left: auto; 
    margin-right: auto;
    overflow: hidden;
    line-height: 1.4;

}
a{z-index:9999;}
.container {width: 73%;	margin: 0 auto;}
.lineheight2{	line-height:2;}
.img{	line-height: 0;}
.img img{	width: 100%;}
.hidden{	overflow: hidden;}
.relative{	position: relative;}
.displaytable{	display: table;}
.textcenter {text-align: center;}
.textleft{text-align: left;}
.textright{	text-align: left;}
.clearfix {  clear: both;}
.left{	float: left;}
.right{	float: right;}
.black{ color:#111; }
.center{text-align: center;}
.title{ font-size: 32px; line-height: 45px; color:#000; }
.ny_text16{font-size: 16px;}
.nyy_text16{font-size: 24px; margin-bottom: 20px;color: #a7a2a2;}
.ny_text14{font-size: 14px;}
.colorfff{color: #fff !important;}
.color333{color: #333 !important;}
.color000{color: #000 !important;}
.color00b6c4{color: #00b6c4 !important;}
.page{	display: inline-block;
    text-align: center;
    margin: 0 auto;
    /* width: 80%; */
    height: auto;
    float: right;
    margin-right: 10%;
}
.page a{
	float: left;
	margin: 0 4px 30px;
	font-size: 16px;
	color: #999999;
	width: 60px;
    height: 35px;
    line-height: 35px;
	background: #dbd7d7;
	border-radius: 6px;
	transition: all 0.3s;
	font-size: 14px;
	color:#0f50a0;
}
.page a .pcur,.page a:hover{	color: #fff;	background: #335ebd;}
.kh_img{	line-height: 0;text-align: center; padding: 20px 0;}
.page a.s_fh{
	font-family: å®‹ä½“;
	font-weight: bold;
	width: 70px;
	color: #cccccc;
}

.page a.fh{
	color: #cccccc;
	font-family: å®‹ä½“;
	font-weight: bold;
	width: 50px;
}

.page a.prev{
	font-size: 0;
	background: url(../images/page_img2.png) center center/cover #fff no-repeat;
	background-size: 7px 13px;
}


.page a.next{
	font-size: 0;
	background: url(../images/page_img3.png) center center/cover #fff no-repeat;
	background-size: 7px 13px;
}

.page a.prev:hover{
	font-size: 0;
	background: url(../images/page_img02.png) center center/cover #335ebd no-repeat;
	background-size: 7px 13px;
}

.page a.next:hover{
	font-size: 0;
	background: url(../images/page_img03.png) center center/cover #335ebd no-repeat;
	background-size: 7px 13px;
}
.wap-nav{ display: none; }
/*ç§»åŠ¨ç«¯*/
/**mobile nav**/
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: auto;
	overflow: auto;
	z-index: 3;
	 transition: all .6s;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -webkit-transition: all .6s;
    float: right;
    display: none;
}
.nav_box.cur{	right: 0;}
body.cur:before{
	background: rgba(51,51,63,.63);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

.nav_box .box{
	background: rgba(51,51,51,0.93);
	width: 500px;
	height: 100%;
	position: relative;
	z-index: 2;
	overflow: auto;
	float: right;
	display: none;
	
}
.nav_box .nav-title {
	position: relative;
	padding: 0 0.4rem 0.26rem 0.3rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}
.nav_box .nav-title .navclose img {	width: 100%;}
.nav_box .nav-title h1 {
	text-align: left;
	width: 2.8rem;
	line-height: 0;
	padding-bottom: 0.12rem;
	padding-top: 0.24rem;
}

.nav_box .nav-title h1 img {width: 100%;}

.nav_box .navlist {
	width: 100%;
	margin-top: 1.5rem;
	padding: 0 0.4rem 0 0.3rem;
	padding-bottom: 20px;
}
.nav_box .navlist ul{	margin-bottom: 0.5rem;}
.nav_box .navlist ul>li {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 70px;
	border-bottom: 1px solid #424241;
	/*padding: 0 15px;*/
	text-transform: capitalize;
}

.nav_box .navlist ul>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul>li>a.sub:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
	height: 0.18rem;
	background: url(../images/nav_jt.png) no-repeat center center / cover;
}

.navlist>ul>li .navlist2 {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0 0.8rem;
}

.navlist>ul>li .navlist2 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}

.navlist>ul>li .navlist2 .box_sj .bt a{	font-size: 0.28rem;	color: #fff;}
.navlist>ul>li .navlist2 .box_sj .bt{	position: relative;
}

.navlist>ul>li .navlist2 .box_sj .bt.jt:before{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.1rem;
	height: 0.18rem;
	background: url(../images/nav_jt.png) no-repeat center center / cover;
}

.navlist>ul>li .navlist2 .box_sj .sanji{	padding-left: 0.1rem;	display: none;}

.navlist>ul>li .navlist2 .box_sj .sanji a{	font-size: 0.26rem;	color: #fff;}

.navlist > .lx{
	padding: 10px 30px;
	border-radius: 25px;
	background: #50d1c1;
	display: inline-block;
}
.navlist > .language {	margin-top: 0.46rem;}
.navlist > .language a{
	font-size: 0.3rem;
	color: #cacaca;
	float: left;
	margin-right: 0.34rem;
	position: relative;
}
.navlist > .language a:before{
	width: 2px;
	height: 0.3rem;
	background: #9f9f9f;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
	right: -0.2rem;
	content: "";
}

.navlist > .language a.a2:before{	display: none;}
.nav-overlay {
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #212222;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease;
}
.nav-overlay .guanbi {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.nav-overlay .nav-columns {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	max-width: 900px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.nav-overlay .nav-columns .nav-column-left {padding-top: 5px;}

.nav-overlay .nav-columns .nav-column-left h3 {
	font-size: 24px;
	color: #db9d53;
	padding-bottom: 25px;
	position: relative;
	font-family: RobotoMedium;
}

.nav-overlay .nav-columns .nav-column-left h3:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 23px;
	height: 2px;
	background: #fff;
	font-family: RobotoMedium;
}
.home_c_box_1{ width:100%; height: auto; overflow: hidden; margin-bottom: 20px;padding-bottom: 10px; }
.home_c_box_2{ width:100%; height: auto; overflow: hidden; }
.home_c_box_2_22{ width:100%; height: auto; overflow: hidden; }
.home_c_box_2_22 li{position: relative; float:left; width:33.33%; height: 220px; overflow: hidden;}
.home_c_box_2_22 li:nth-child(8){float:left; width:66.66%; background:#f8f8f8;}
.home_c_img{	
	width:100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.home_c_box_2_22 li h2{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,.2);
	font-size: 32px;
	color:#fff;
	padding-top:80px;
	text-align: center;
	opacity: 1;
	font-weight: normal;
}
.home_c_box_2_22 li:nth-child(8) h2{ color:#fff; }
.home_c_img img{transition: all .6s;}
.home_c_box_2_22 li:hover .home_c_img img{ transform: scale(1.1); }
.home_c_box_2_22 li:hover .home_c_box_2_22 li h2{opacity: 0;}


.home_cc_box_1{ width:100%; height: auto; overflow: hidden; margin-bottom: 20px;padding-bottom: 10px; }
.home_cc_box_2{ width:100%; height: auto; overflow: hidden; }
.home_cc_box_2_22{ width:100%; height: auto; overflow: hidden; }
.home_cc_box_2_22 li{position: relative; float:left; width:33.33%; height: 292px; overflow: hidden;}
.home_cc_box_2_22 li:nth-child(8){float:left; width:66.66%; background:#f8f8f8;}
.home_cc_img{	
	width:100%;
	height: auto;
	overflow: hidden;
	text-align: center;
}
.home_cc_box_2_22 li h2{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background:rgba(0,0,0,.2);
	font-size: 32px;
	color:#fff;
	padding-top:130px;
	text-align: center;
	opacity: 1;
	font-weight: normal;
}
.home_cc_box_2_22 li:nth-child(8) h2{ color:#fff; }
.home_cc_img img{transition: all .6s;}
.home_cc_box_2_22 li:hover .home_cc_img img{ transform: scale(1.1); }
.home_cc_box_2_22 li:hover .home_cc_box_2_22 li h2{opacity: 0;}


.banner_ban{
	margin-top:110px;
	overflow: hidden;
	height: auto;
	max-width:100%;
}
.content {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.con_top {
    height: auto;
    overflow: hidden;
    text-align: right;
    line-height: 22px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.wrapin {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.con h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 24px;
    color: #0f50a0;
    margin-bottom: 30px;
}
.con p{ line-height: 30px; }
.ab_02 {
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.abb {
    float: right;
}
.ab_02 ul {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ab_02 ul li {
    position: relative;
    float: left;
    width: 48.5%;
    height: auto;
    margin: 0 1% 1% 0;
    overflow: hidden;
}
.ab_02_bb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    box-sizing: border-box;
}
.ab_02_bb h2 {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    padding-top: 45%;
}

/*å‘å±•åŽ†ç¨‹  å¼€å§‹*/
.mbox3 {
    width: 100%;
    background: #FFF;
    padding: 60px 0px;
}
.nyabout {
    width: 1280px;
    margin: 0px auto;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.abos_gslsk {
    margin-bottom: 40px;
}
.abos_gslsk div {
    text-align: center;
}
.abk_gsjjkd_wzk {
    font-size: 34px;
    color: #000000;
    line-height: 34px;
}
.swiper-container_ablisk {
    position: relative;
    overflow: hidden;
    display: block;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-button-prev_ablisk {
    background: url(../images/about_left.jpg) center center no-repeat;
    background-size: contain;
    left: 0;
    cursor: pointer;
}
.swiper-button-prev_ablisk, .swiper-button-next_ablisk {
    width: 51px;
    height: 51px;
    z-index: 66;
    position: absolute;
    top: 16%;
    margin-top: -25px;
    display: block;
    border-radius: 30px;
}
.swiper-button-next_ablisk {
    background: url(../images/about_right.jpg) center center no-repeat;
    background-size: contain;
    right: 0;
    cursor: pointer;
}
.swiper-container_ablisk .swiper-slide-active .ablisjd_riqik {
    color: #0165ab;
    font-size: 22px;
}
.ablisjd_riqik {
    font-size: 18px;
    color: #9c9c9c;
    line-height: 30px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-container_ablisk .swiper-slide-active .yuanksd {
    display: block;
}
.yuanksd {
    width: 10px;
    position: relative;
    z-index: 8;
    height: 10px;
    display: none;
    background: #0165ab;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto;
    top: -15px;
}
.xiankjsd {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    position: absolute;
    top: 40px;
    left: 0;
}
.zxkjdhf {
    margin-top: 10px;
}
.zxkjdhf {
    width: 1px;
    height: 20px;
    background: #e2e2e2;
    margin: 0 auto;
}
.abjsd_textjs {
    padding: 0 20px;
    font-size: 16px;
    color: #494949;
    line-height: 30px;
    text-align: center;
}
.ablishd_bjdkjf {
    height: 40px;
}




/*å‘å±•åŽ†ç¨‹  ç»“æŸ*/


/*è£èª‰åˆ—è¡¨  å¼€å§‹*/
.mbox4 {
    width: 100%;
    background: #e5eff7;
    padding: 50px 0px;
}
.abos_gslsk {
    margin-bottom: 40px;
}
.rollBox {
    width: 1280px;
    height: 320px;
    overflow: hidden;
}
.rollBox .LeftBotton {
    overflow: hidden;
    float: left;
    display: inline;
    background: url(../images/jt1.png) no-repeat;
    width: 30px;
    height: 49px;
    cursor: pointer;
    margin: 113px 22px 0 0px;
}
.rollBox .Cont {
    width: 1198px;
    overflow: hidden;
    float: left;
    display: inline;
}
.rollBox .ScrCont {
    width: 100000px;
}
.rollBox #List1, .rollBox #List2 {
    float: left;
}
.rollBox .Cont li {
    width: 220px;
    height: 320px;
    text-align: center;
    float: left;
    display: inline;
    margin-right: 22px;
}
.propic {
    height: 220px;
}
.probt {
    padding: 20px 10px 10px 10px;
    text-align: center;
    color: #333333;
    font-size: 14px;
}
.rollBox .Cont li img {
    max-width: 220px;
    max-height: 220px;
    background: #FFF;
}


.rollBox .RightBotton {
    overflow: hidden;
    float: left;
    display: inline;
    background: url(../images/jt2.png) no-repeat;
    width: 30px;
    height: 49px;
    cursor: pointer;
    display: inline;
    margin: 113px 0px 0 0px;
}







/*è£èª‰åˆ—è¡¨  ç»“æŸ*/




/*äº§å“ä¸­å¿ƒé¡µé¢  å¼€å§‹*/
.pro_box{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:20px 0;
}
.pro_box li{
	float: left;
	width:24%;
	height: auto;
	overflow: hidden;
	margin:10px 1.333% 10px 0;
	background: #fff;
	transition: all .6s;
}
.pro_box li:nth-child(4n){ margin:10px 0!important; }
.pro_box li:hover{ background:#ddf2fe; }
.proimg{
	width:100%;
	height: 160px;
	overflow: hidden;
	margin-bottom: 20px;
}

.pro_box li h1{
	width:96%;
	font-size: 20px;
	margin:0 auto;
	padding: 15px 0;
}
.proli{
	width:96%;
	height: auto;
	min-height: 215px;
	overflow: hidden;
	margin:0 auto;
}
.proli li{
	position: relative;
	width:100%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	padding-left: 25px;
	margin: 0;
	background: none;
}

.proli li:before{
	position: absolute;
	display: block;
    left:0;
    top:50%;
    width:5px;
    height: 5px;
    background:#0f50a0;
    margin-top:-2.5px;
	content: "";
}
.kan{
	width:80%;
	height: auto;
	overflow: hidden;
	background: #eee;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	border-radius: 30px;
	margin:20px auto;
	transition: all .6s;
}
.pro_box li:hover .kan{
	background:#0f50a0!important;
	color:#fff!important;
}

.sec_na{
	height: auto;
	overflow: hidden;
	margin:10px 0;
}
.sec_na a{ color:#333; }
.sec_tit{
	float: left;
	font-size: 20px;
	line-height: 30px;
	margin-right: 45px;
	padding-bottom: 20px;
	transition: all .6s;
}
.sec_tit:hover,.stt{
	font-weight: bold;
	color:#0f50a0;
	border-bottom: 2px solid #0f50a0;
}
.pro_ppbox li{
	float: left;
	width:24%;
	height: auto;
	overflow: hidden;
	margin:10px 1% 10px 0;
	background: #fff;
	transition: all .6s;
}
.pro_ppbox li:nth-child(4n){ margin:10px 0!important; }
.pro_ppbox li:hover{ background:#ddf2fe; }
.prroimg{
	width:100%;
	height: 260px;
	overflow: hidden;
	margin-bottom: 20px;
}

.pro_ppbox li h1{
	    width: 96%;
    font-size: 20px;
    margin: 20px auto;
    padding: 0px 0;
    text-align: center;
    overflow: hidden;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/*äº§å“ä¸­å¿ƒé¡µé¢  ç»“æŸ*/

/*äº§å“è¯¦æƒ…é¡µé¢  å¼€å§‹*/
.nyWrap {
    padding: 40px 0 97px;
    min-height: 350px;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.contProd .item1 {
    margin-bottom: 60px;
}
.contProd .item1 .prodPic {
    width: 48%;
}
.contProd .item1 .prodPic .picScroll {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.contProd .item1 .prodPic .picScroll .swiper-slide .pic {
    border: 1px solid #eeeeee;
    height: 365px;
    text-align: center;
    line-height: 365px;
    font-size: 0;
}
.contProd .item1 .prodPic .picScroll .swiper-slide .pic img {
    max-width: 100%;
    max-height: 100%;
}
.contProd .item1 .prodPic .thumbnail {
    width: 100%;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 1px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.contProd .item1 .prodPic .thumbnail .swiper-slide {
    width: 138px;
}
.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.contProd .item1 .text {
    width: 48%;
    padding: 20px 0 0;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}
.contProd .item1 .text .tit {
    margin-bottom: 11px;
    line-height: 48px;
    font-size: 30px;
    color: #222222;
    font-weight: normal;
}
.contProd .item1 .text .desc {
    margin-bottom: 47px;
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    min-height: 96px;
}

.contProd .item1 .text .price {
    margin-bottom: 23px;
    padding-left: 183px;
    min-height: 55px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #888888;
}
.contProd .item1 .text .price .btn {
    width: 170px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    background: #e82600;
    border-radius: 8px;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    z-index: 2;
}

.contProd .item1 .text .btm {
    font-size: 20px;
    color: #222222;
    line-height: 35px;
}
.contProd .item1 .text .btm .tel {
    padding: 0 37px 0 30px;
    background: url(../images/telIcon1.png) no-repeat left center;
}
.contProd .item1 .text .btm .mail {
    padding-left: 30px;
    background: url(../images/mailIcon.png) no-repeat left center;
}
.contProd .item2 .tabs {
    margin-bottom: 30px;
    background: #f4f4f4;
    border-top: 1px solid #ececec;
}
.contProd .item2 .tabs ul li {
    width: 160px;
    height: 68px;
    cursor: pointer;
    text-align: center;
    line-height: 68px;
    font-size: 18px;
    color: #222222;
    color: #e82600;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
.contProd .item2 .tabs ul li.active:before {
    filter: alpha(opacity = 100);
    opacity: 1;
}
.contProd .item2 .tabs ul li:before {
    content: "";
    width: 100%;
    height: 77px;
    position: absolute;
    left: 0;
    top: -8px;
    background: url(../images/contPIcon.png) no-repeat left center;
    filter: alpha(opacity = 0);
    opacity: 0;
    background-size: auto 100%;
    height: 100%;
    top: 0;
}
.contProd .item2 .tabs ul li span {
    display: block;
    position: relative;
    z-index: 2;
}

.contProd .item2 .tabs ul li.active {
    color: #e82600;
}

.contProd .item2 .container {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.contProd .item2 .container .detail {
    font-size: 16px;
    line-height: 32px;
    color: #555555;
    min-height: 300px;
}


/*äº§å“è¯¦æƒ…é¡µé¢  ç»“æŸ*/


/*æ–°é—»é¡µé¢  å¼€å§‹*/
.new_box{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:20px 0;
}
.new_box li{
	float: left;
    width: 49%;
    height: auto;
    overflow: hidden;
    padding: 2%;
    margin-right: 1%;
    border-radius: 10px;
    border: 1px solid #c5c2c2;
    margin: 0 1% 20px 0;
    transition: all .6s;
}
.new_box li:nth-child(2n){
	margin:0 0 20px 1%!important;
}
.new_box li:hover{ background:#e5e5e6; padding-left:22px; }
.new_box li h1{
	font-size: 16px;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color:#333;
}

.new_box li h2{
	font-size: 14px;
	line-height: 22px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}
.date{
	font-size: 14px;
	line-height: 30px;
	margin:20px 0;
}
.new_da{
	margin-bottom: 30px;
}
.new_da_l{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 15px;
}
 .new_da_l span{ color:#0f50a0; }

/*æ–°é—»é¡µé¢  ç»“æŸ*/


/*è§£å†³æ–¹æ¡ˆé¡µé¢  å¼€å§‹*/
.case_box{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:20px auto;
}

.case_box li{
	width:100%;
	height: auto;
	overflow: hidden;
	padding:2%;
	margin:20px 0;
    border:1px solid #c5c2c2;
    border-radius: 10px;
    transition: all .6s;
}

.case_box li:hover{
	 background:#e5e5e6; padding-left:22px;
}
.case_box li:hover .case_l img{transform:scale(1.2); }
.case_l{
	float: left;
	width:30%;
	height: auto;
	overflow: hidden;
	margin-right: 5%;
	transition: all .6s;
}
.case_l img{
	width:100%;
	height: auto;
	overflow: hidden;
	transition: all .6s;
}
.case_r{
	float: left;
	width:65%;
	height: auto;
	overflow: hidden;
}
.case_r h1{ font-size: 16px; line-height: 28px; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.case_r .casep{ 
	width:100%;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 20px;
}
.more_1{
	width:120px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	border:1px solid #0f50a0;
	color:#0f50a0;
	transition:all .6s;
	border-radius: 30px;
	margin-top:30px;
}
.case_box li:hover .more_1{ background:#0f50a0; color:#fff;}
.p_text{
	width:100%;
	height: auto;
	overflow: hidden;
}
.p_text h1{
	width:70%;
	height: auto;
	margin:10px auto 30px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e6;
	text-align: center;

}
.p_text .text{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	line-height: 22px;
	font-size: 14px;
}
.bb{
	width:100%;
	height: auto;
	margin:30px auto 10px;
    overflow: hidden;
    border-top:2px solid #e5e5e6;
}
.bb .bb_t{
	font-size: 14px;
	line-height: 24px;
	margin:15px auto;
}

/*è§£å†³æ–¹æ¡ˆé¡µé¢  ç»“æŸ*/

.nav-overlay .nav-columns .nav-column-left .t {	line-height: 36px;	font-size: 16px;	margin-top: 15px;	color: #fff;}

.nav-overlay .nav-columns .nav-column-right {	text-align: right;}

.nav-overlay .nav-columns .nav-column-right ul li {
	position: relative;
	font-size: 22px;
	margin-bottom: 30px;
	letter-spacing: 5px;
}

.nav-overlay .nav-columns .nav-column-right ul li a {
	color: #fff;
	display: block;
	transition: all .3s ease;
	width: 240px;
	text-align: left;
}

.nav-overlay .nav-columns .nav-column-right ul li a i {
	display: inline-block;
	width: 0;
	height: 1px;
	position: relative;
	top: -6px;
	margin-right: 5px;
	transition: all .5s;
	background: #fff;
}
.time{
	width:100%;
    height: auto;
    font-size: 14px;
    color:#f2f2f2;
    line-height: 30px;
}
.nav-overlay .nav-columns .nav-column-right ul li:hover a i,.nav-overlay .nav-columns .nav-column-right ul li.cur a i {	width: 30px;}






@media(max-width: 1680px){	.nav_box .box{	width: 400px;	}  }

@media(max-width: 1500px){
	.nav_box .box{	width: 300px;	}
	.nav_box .navlist ul>li{line-height: 60px;	font-size: 18px;}
}

@media(max-width: 1100px){
	.nav_box .nav-title{padding-top: 0.3rem;}
	.nav_box .box {
	    width: 100%;
	}
	.nav_box .navlist ul>li{
		line-height: 50px;
		font-size: 16px;
	}
}

body.bg:before{
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(51,51,51,.63);
	top: 0;
	left: 0;
	content: "";
	z-index: 11;
}
/**/
.mo_header{display: none;}
.header{
	position: fixed;
	background: #0f50a0;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
}
.header .container{
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
}
.header .left{	padding-top: 15px;	width: 270px;}

.header .ul li{	float: left;    width: 12.4%;     margin-right: 20px;
    text-align: center;
        line-height: 90px;}

.header .ul li.sub{	padding-right:18px; }

.header .ul li.sub:before{
	position:absolute;
	width:12px;
	height:6px;
	content:"";
	background:url(../images/jt.svg) center center/cover;
	right:0;
	top:9px;
}
.header .ul li:last-child{margin-right: 0;}
.header .ul li > a{
	font-size: 16px;
	color: #fff;
	display: block;
	padding: 10px 0;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.header .ul li.cur > a,.header .ul li:hover > a{    background: #01277a;}
.header  .ul li .box{
	position: absolute;
	top: 100%;
	width: 140px;
	left: -35px;
	display: none;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 0;
	border-radius: 3px;
}
.header .ul li .box a{
	font-size: 15px;
	color: #333;
	padding: 9px 10px;
	display: block;
	border-bottom: 1px solid #6f82b1;
	transition: all .6s;
}
.header .ul li .box a:hover{background:#6f82b1; color:#fff!important;}
.header .ul li:hover .box{display: block;}
.header .top{margin: 20px 0 16px;}
.header .top .box{	float: right;	position: relative;}
.header .top .box a{
	font-size: 14px;
	color: rgb(138 211 251);
	padding: 0 14px;
	line-height: 1;
	position: relative;
	vertical-align: middle;
	padding-bottom:5px;
	/*border-right: 1px solid rgba(175, 168, 179, 0.5);*/
}
.header .top .box a:before{
	width: 1px;
	height: 14px;
	background: rgba(175, 168, 179, 0.5);
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header .top .box a i{
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 6px;
	margin-left: 5px;
	background: url(../images/header_top_jt.png) center center/cover;
}
.header .top .box:nth-child(1) a{padding-right: 0;}
.header .top .box:nth-child(1) a:before{display: none;}
.header .top .box .xiala{
	position: absolute;
	width: 130px;
	background: rgba(228,241,249,.9);
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	padding: 0 10px;
	display: none;
	border-radius: 3px;
	margin-top:5px;
}
.header .top .box .xiala a{
	color: #000;
	display: block;
	padding: 6px 0;
}
.header .top .box .xialaa{
	position: absolute;
	width: 38px;
	background: rgba(255, 255, 255, 1);
	z-index: 2;
	left: 57%;
	transform: translateX(-50%);
	padding: 0 10px;
	display: none;
}
.header .top .box .xiala a{
	color: #000;
	display: block;
	padding: 6px 0;
}
.header .top .box .xialaa a{
	color: #000;
	display: block;
	padding: 6px 0;
}
.header .top .box .xiala a:before{display: none;}
.header .top .box:hover .xiala{display: block;}
.header .top .box:hover .xialaa{display: block;}
.con{ z-index: 999; width:80%; height: auto; overflow: hidden;     margin-left: 10%;
    margin-top: 20px;     margin-bottom: 20px;}
.logo{ float: left; margin-right: 6%;}
.MaxNav{
	float: left; width:68%; height: auto;
}
.nav{ float: left; width:100%; height: auto; overflow: hidden;}
.logo_r{ 
	float: left;
    margin-top: 30px;
    vertical-align: middle;
    color: #fff;
    line-height: 45px;
    font-size: 20px;
 }
.logo_r img{ margin-right: 15px; vertical-align: middle; }

/*å¯¼èˆªä¸‹æ‹‰ å¼€å§‹*/
.nav_slide {
        display: block;
        position: absolute;
        left: 0;
        top: 110px;
        width: 100%;
        background-color: rgba(217, 223, 228, 1);
        z-index: 98;
        padding: 35px 0;
        min-height: 450px;
        display: none;
}

.nav_slide .nav_slide_box {
        max-width: 1250px;
        margin: 0 auto;
        padding-left: 155px;
        position: relative;
}
.nav_slide .left {
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #c2c2c2;
        padding-right: 45px;
        padding-bottom: 22px;
        padding-left: 15px;
}

.nav_slide .left .h3 {
        color: #333;
        font-size: 24px;
        display: none;
}
.nav_slide .left .h4 {
        color: #333;
        font-size: 25px;
        margin: 2px 0 60px;
}
.nav_slide .left .more a {
        color: #666;
        font-size: 14px;
        text-align: center;
        display: inline-block;
        width: 100px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #c2c2c2;
}
.navdl{ padding-left: 150px; }
.navdl .dll{ text-align: left!important; line-height: 40px!important; }

#nav2 .nav_slide .rightt {
        position: relative;
        z-index: 100;
        padding-left: 150px;
        min-height: 520px;
}
#nav2 .nav_slide .rightt dl {
        position: relative;
}
#nav2 .nav_slide .rightt dl dt {
        border-bottom: 0px solid #BEBEBE;
        background: url(../images/navjt1.png) no-repeat 300px 11px;
        line-height: 34px;
        font-size: 16px;
        padding: 3px 50px 3px 10px;
}
#nav2 .nav_slide .rightt dl dt a {
        padding-bottom: 0;
        font-size: 15px;
}
#nav2 .nav_slide .rightt dl dt:hover {
        background: url(../images/navjt2.png) no-repeat 300px 11px #c9d3db;
        line-height: 34px;
        font-size: 16px;
        padding: 3px 50px 3px 10px;
    }
.more_pr{ border:1px #eee solid; line-height: 40px; }
.nr_box {
        position: absolute;
        padding-left: 0px;
        width: 1000px;
        min-height: 320px;
        left: 34%;
        top: 0;
        display: none;
}
.nr_box .div_box {
        float: left;
        width: 700px;
        background:#c9d3db;
        min-height: 300px;
}
#nav2 .nav_slide .rightt a {
        color: #666460;
        font-size: 15px;
}
.div_box .div:hover{ background:#b7c5d1; }


/*å¯¼èˆªä¸‹æ‹‰ ç»“æŸ*/

/*é¦–é¡µäº§å“æ»šåŠ¨ å¼€å§‹*/
.part01 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 60px;
}
.index-title {
    position: relative;
    width: 100%;
    height: auto;
    padding: 30px 0;
}
.index-title div {
    position: relative;
    width: 100%;
    padding: 5px;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    font-weight: bold;
    line-height: 42px;
    margin-bottom: 22px;
}
.index-title div:before, .index-title div:after {
    position: absolute;
    display: block;
    width: 150px;
    height: 1px;
    top: 50%;
    content: "";
}
.index-title div:before {
    left: 36%;
}
.index-title div:before {
    background: linear-gradient(to right, #f4f4f4, #c4c6c9);
}
.index-title div:after {
    right: 36%;
}
.index-title div:after {
    background: linear-gradient(to left, #f4f4f4, #c4c6c9);
}
.index-title div span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}
.wrapin {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
.caseBox {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.preBtn, .nextBtn {
    width: 50px;
    height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    cursor: pointer;
    z-index: 99999;
    border-radius: 3px;
    overflow: hidden;
}
.preBtn {
    left: 40px;
}
.preBtn i:first-child, .preBtn i:last-child, .nextBtn i:first-child, .nextBtn i:last-child {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 40px;
}
.preBtn i:first-child {
    transform: rotate(45deg);
    left: 22px;
    top: 8px;
}
.preBtn i:last-child {
    left: 22px;
    top: 36px;
    transform: rotate(135deg);
}
.nextBtn {
    right: 40px;
}
.nextBtn i:first-child {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    left: 22px;
    top: 8px;
}
.nextBtn i:last-child {
    left: 22px;
    top: 36px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.gdBox{ 
    width:100%; 
    height:auto; 
    float:left; 
    position:relative; 
}
.gdList{
    width:100%; 
    height:auto; 
    float:left;
}
.gdList ul{
    width:100%; 
    height:auto; 
    float:left;  
}
.gdList ul li{ 
    width:33.33%; 
    float:left; 
    overflow:hidden; 
}
.gdListCbox{
    width:100%; 
    height:auto; 
    float:left; 
    transition:all 0.4s;
}
.gdListCImg{
    width:52%; 
    height:329px; 
    float:left; 
    overflow:hidden;
}
.gdListCImg img{ 
    min-height:100%; 
    min-width:100%; 
    max-width:none;
}
.gdListC{
    width:48%; 
    height:auto; 
    background:#fff; 
    float:left; 
    padding:25px; 
    box-sizing:border-box; 
    border:1px solid #c3c3c3; 
}
.gdListCText{
    width:100%; 
    height:auto; 
    float:left; 
    border:1px solid #168dca; 
    padding:20px;
    box-sizing:border-box; 
    text-align:center; 
}
.gdListCText h1{ 
    width:100%; 
    height:30px; 
    line-height:30px; 
    vertical-align:middle; 
    float:left;
    font-size:20px; 
    text-align:center; 
    color:#2b2a2a; 
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden; 
    margin-bottom:20px;
}
.gdListCText p{
    width:100%; 
    height:125px; 
    float:left; 
    font-size:12px; 
    color:#838282; 
    background:#f1f1f1; 
    padding:10px; 
    box-sizing:border-box; 
    line-height:20px; 
    overflow:hidden; 
    margin-bottom:20px;
    text-align:left;
}
.gdListCText dl{ 
    text-align:left;
    width:100%; 
    height:125px; 
    overflow:hidden;
    float:left; 
    margin-bottom:20px;
}
.gdListCText dd{
    width:100%; 
    height:auto; 
    float:left; 
    line-height:25px; 
    vertical-align:middle;
    white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow:hidden;
}
.gdListCText dd a{ 
    color:#2b2a2a; 
    font-size:12px; 
}
.gdListCText dd a:hover{ color:#168dca;}
.gdListCText dd:before{ 
    content:""; display:
    inline-block; 
    width:7px; 
    height:7px; 
    background:#171717; 
    margin-right:10px; 
    vertical-align:middle;
}
.moreP{ 
    width:auto; 
    display:inline-block; 
    background:#a31959; 
    line-height:40px; 
    vertical-align:middle; 
    height:40px;
    padding-left:40px; 
    padding-right:40px; 
    color:#fff; 
    cursor:pointer; 
    transition:all 0.4s; 
}
.moreP:hover{ background:#024d9d;color:#fff;}
.gdBottom{ 
    width:100%; 
    height:40px; 
    overflow:hidden; 
    float:left; 
    text-align:center;
}

.gdList ul li:hover .gdListCbox{ 
    transform:scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.nvli{ width:100%; height: auto; overflow: hidden;padding:20px 0;}
.nvli li{
    float: left;
    width:23%;
    height: auto;
    line-height: 35px;
    margin:1%;
    background:rgba(204,205,206,.15);
    overflow: hidden;
    text-align: center;
    transition: all .6s;
}
.nvli li:hover{
    color:#fff;
    background:#a31959;
    border-radius: 5px;
}
.na01list{
    width:90%;
    height: auto;
    margin:15px auto 15px;
    overflow: hidden;
}
.na01list h2{
    width:100%;
    height: auto;
    line-height: 45px;
    text-align: center;
    background:rgba(37,122,194,1);
    color:#fff;
    text-align: center;
    font-size: 16px;
}


/*é¦–é¡µæœåŠ¡æ”¯æŒ å¼€å§‹*/


.service_box{
	width:100%;
	height: auto;
	overflow: hidden;
	background:url(../images/ser_bg.jpg) repeat;
}

.ser_tt{

	font-size: 50px;
	text-align: center;
	overflow: hidden;
	color:#fff;
	margin:0px auto!important;
	line-height: 80px;
	text-shadow:
    8px 8px 12px #19529e; /* æ¨¡æ‹Ÿæè¾¹ */
}


/*é¦–é¡µæœåŠ¡æ”¯æŒ ç»“æŸ*/



/*é¦–é¡µæ–°é—» å¼€å§‹*/

.new_indexbox{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.new_lbox{
	float: left;
	width:33%;
	height: 560px;
	overflow: hidden;
	margin-right: 2%;
}
.newimm { position: relative; height: 100%;}
.newimm img{ width:100%; height: auto; overflow: hidden; }
.new_tit{
	position: absolute;
	bottom:0px;
	left:0;
	width:100%;
	height: auto;
	overflow: hidden;
	background:rgba(0,0,0,.4);
}
.new_tit h2{
	width:96%;
	height: auto;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	margin:10px 0;
	color:#fff;
	text-align: left;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding:5px 2%;
}
.new_tit h4{ font-size: 14px; width:96%; text-align: left; color:#fff; font-weight: normal; margin:10px 2%;}
.new_mbox{
	float: left;
	width:33%;
	height: auto;
	overflow: hidden;
	margin-right: 2%;
}
.new_mbox li{
	width:100%;
	height: auto;
	overflow: hidden;
	background:#f2f3f5;
	padding:5%;
}
.new_mbox li:hover{ background:#e5e5e6; }
.new_m_t{
	width:100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.new_m_t h1{
	font-size: 16px;
	color:#0f50a0;
	line-height: 28px;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    overflow: hidden;
}
.new_m_t h3{
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: normal;
}
.new_m_b{
	width: 96%;
	height: auto;
	overflow: hidden;
	margin:0 auto;
}
.new_m_b_l{
	float: left;
	width:80%;
}
.date_t{ font-size: 40px; font-weight: bold; line-height: 45px; }
.date_b{ font-size: 14px; line-height: 24px; }
.new_m_b_r{
	float: left;
	width:20%;
	margin-top: 30px;
	text-align: right;
}

.new_rbox{
	float: left;
	width:30%;
	height: auto;
	overflow: hidden;
}
.new_rbox li{
	width:100%;
	height: auto;
	overflow: hidden;
	padding:8.4% 5%;
	background: #f2f3f5;
}
.new_rbox li:hover {
    background: #e5e5e6;
}
.new_rbox_left{
	float: left;
	width:20%;
	height: auto;
	overflow: hidden;
	padding-right: 3%;
	border-right: 1px solid #ccc;
	margin-right: 10px;
}
.new_rbox_right{
	float: left;
	width:77%;
}
.new_rbox_right h2{
	font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    overflow: hidden;
    font-weight: normal;
}

/*é¦–é¡µæ–°é—» ç»“æŸ*/



.caseLl {
    width: 100%;
    height: auto;
    float: left;
}
.caseLl ul {
    width: 100%;
    height: auto;
    float: left;
}
.caseLl ul li {
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
    transition: all 0.3s;
}
.caseLl ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    float: left;
}
.caseListCbox {
    width: 100%;
    height: auto;
    float: left;
}
.caseListCbox {
    width: 100%;
    height: auto;
    float: left;
}
.caseListCImg img {
    width: auto;
    float: left;
}
.caseLl ul li:hover .caseListC {
    top: 0px;
    margin-top: 0px;
    background: rgba(0, 0, 0, 0.25);
}
.caseListC {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    height: 100%;
    top: 100%;
    left: 0px;
    box-sizing: border-box;
    padding: 40px;
    transition: all 0.4s;
    margin-top: -108px;
}
.caseListCText {
    width: 100%;
    height: auto;
    float: left;
}
.caseListCText h1 {
    font-size: 18px;
    color: #fff;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}
.caseListCText h2 {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    filter: alpha(opacity = 60);
    line-height: 24px;
    min-height: 24px;
    font-weight: normal;
}
.caseListCText p {
    font-size: 14px;
    color: #fff;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    margin-top: 18px;
    display: none;
}
.caseLl ul li:hover .caseListCText p{display: block;}
.caseMore {
    margin-top: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3);
    background: url(../images/wel02.png) no-repeat center;
}
.pp_box{
	width:100%;
	height: auto;
	overflow: hidden;
}
.pp_box li{
	width:auto;
	float: left; 
	margin-right: 10px;
	color:#fff;
}
.more_pro{
	width:300px;
	margin:0 auto 30px;
	height: auto;
	font-size: 14px;
	line-height: 40px;
	padding: 0 15px;
	text-align: center;
	border-radius: 30px;
	border:1px solid #0f50a0;
	color:#0f50a0;
	transition: all .6s;
}
.more_pro:hover{
	color:#fff!important;
	background:#0f50a0;
}

/*é¦–é¡µäº§å“æ»šåŠ¨ ç»“æŸ*/


.form-group {
    position: relative;
    margin: 0px;
    width: 100%;
    max-width: 100%;
        border-radius: 30px;
    background: rgba(255, 255, 255, .5);
}
.form-group input[type="email"] {
    position: relative;
    line-height: 43px;
    padding: 10px 55px 10px 25px;
    background-color: rgba(255, 255, 255, 0.20);
    display: block;
    font-size: 14px;
    height: 40px;
    width: 100%;
    border-radius: 30px;
    border: 0px;
    box-shadow: inherit;
    color: var(--white-color);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.form-group button {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 40px;
    width: 40px;
    display: block;
    cursor: pointer;
    line-height: 100%;
    font-weight: normal;
    text-align: center;
    border-radius: 50%;
    border: 0px;
    color: var(--white-color);
    font-size: var(--font-18);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: "Flaticon";
    background-color: var(--main-color);
    background:#0f50a0 url(../images/fdj.png) center no-repeat;
    background-size: 50%;
}
.con_pp_p{ color:#0b6097; }
.cp{ font-size: 14px; }



.footer{	padding: 76px 0 26px;	background: #0f50a0;}
.footer .foot_left{float: left;	width: 130px; margin-right:60px;}
.footer .zhong{	float: left;    width: 70%; min-height: 265px;}
.footer .zhong .ol{ width:100%; height: auto; }
.footer .zhong .ol li{	float: left; padding-right: 20px; margin-right: 25px; position: relative;}

.footer .zhong .ol li:last-child{margin-right: 0;}
.footer .zhong .ol li a{
	display: block;
    color: #fff;
	margin-bottom: 16px;
	padding-right: 30px;
}

.footer .zhong .ol li a:last-child{margin-bottom: 0;}
.footer .zhong .ol li:nth-child(1){padding-right: 135px;}
.footer .zhong .ol li:nth-child(2){padding-right: 100px;}
.footer .zhong .ol li.y a{	color: rgba(255, 255, 255, 0.4);}
.fnav{ 
	width:100%; 
	height: auto; 
	overflow: hidden; 
	position: absolute;
	left:0;
	top: 30px;
    font-size: 12px;
}
.fnav li { width:100%; height: auto; overflow: hidden; line-height: 28px; color: #b7d0e9; padding-right: 0 !important;}
.fnav li :hover{ color:#2d88c3!important; }
.footer .foot_right{float: right;}
.footer .foot_right .bt{color: rgba(255, 255, 255, 0.7);}
.footer .foot_right .btm{	margin-top: 20px;}
.footer .foot_right .btm a{
	width: 44px;
	height: 44px;
	float: left;
	margin-right: 10px;
	border-radius: 100%;
}
.footer .foot_right .btm a:last-child{margin-right: 0;}
.footer .foot_right .btm a.weixin{	background: url(../images/footer_icon1.png) center center/cover #282828;}
.footer .foot_right .btm a.weibo{	background: url(../images/footer_icon2.png) center center/cover #282828;}
.footer .foot_right .btm a.in{	background: url(../images/footer_icon3.png) center center/cover #282828;}
.right1{ float: left; width:20%; height: auto; overflow: hidden; margin-left:5%; }
.link{
	/*color: rgba(255, 255, 255, 0.2);*/
	background: #0f50a0;
	font-size: 14px;
	padding-bottom: 24px;
}
.link .bt{	display: inline-block; color: #fff;}
.link .nr{	display: inline-block;}
.link .nr a{color: rgba(255, 255, 255, 0.6);}


.right1_box{
	width:100%;
	height: auto;
	overflow: hidden;
}

.right1_box .right1_tt{ font-size: 24px; font-weight: bold; color:#fff; margin-bottom: 20px; }
.right1_box li{
	font-size: 16px;
	line-height: 35px;
	color:#fff;
}














.banquan{	padding: 20px 0;	background: #4e596b;}
.banquan .left{
	max-width: 50%;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}
.banquan .left p a{ margin-left:20px; }
.banquan .right{
	font-size: 13px;
	color: rgba(255, 255, 255, 0.6);
}
.banquan .right a{
	padding: 0 8px;
	line-height: 1;
	border-right: 1px solid #303030;
	color: rgba(255, 255, 255, 0.6);
}
.banquan .right a:last-child{	border-right: none;	padding-right: 0;}
.nybanner{	position: relative;}
.nybanner .img {position: relative;	overflow: hidden; height: 500px;}
.nybanner .img img{
	opacity:1;
	transition: all 2s;
	transform: scale(1.2);
	-ms-transform: scale(1.2); 	/* IE 9 */
	-moz-transform: scale(1.2); 	/* Firefox */
	-webkit-transform: scale(1.2); /* Safari å’Œ Chrome */
	-o-transform: scale(1.2); 	/* Opera */
}
.nybanner .img.cur img{
	opacity:1;
	 transform: scale(1);
	 -ms-transform: scale(1); 	/* IE 9 */
	-moz-transform: scale(1); 	/* Firefox */
	-webkit-transform: scale(1); /* Safari å’Œ Chrome */
	-o-transform: scale(1); 	/* Opera */
}
.nybanner .img .img2{display: none;}
.nybanner .container{
	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
}
.nybanner .text{
	position: absolute;
	left: 10%;
	opacity:1;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	transition:all 1.5s;
}
.nybanner .text.cur{left:0;	opacity:1;}
.nybanner .text .bt{font-size: 50px;	color: #fff;}
.nybanner .text .js{font-size: 22px;	color: #fff;}

/*æ–°é—»é¡µé¢ å¼€å§‹*/
.boxx{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:30px 0;
}
.box_new{
	width:100%;
	height: auto;
	overflow: hidden;
	border:1px solid #fff;
	padding:2%;
	background:rgba(255,255,255,.8);
	margin-bottom: 20px;
	transition: all .6s;
	border-radius: 3px;
}
.box_new:hover{
	background:rgba(51,94,189,.8);
}
.box_new:hover .new_time,.box_new:hover .new_time h1,.box_new:hover .new_txt{ color:#fff!important; }
.box_new .new_time{
	float:left;
	width:10%;
	height: auto;
	overflow: hidden;
	border-right:1px dashed #8ad3fb;
	text-align: center;
	margin-right: 2%;
}
.box_new .new_time h1{ font-size: 28px; font-weight: normal; line-height: 30px; margin-bottom: 10px; color:#06588a;}
.box_new .new_time h2{ font-size: 18px; font-weight: normal; line-height: 30px; }
.box_new .new_txt{
	float:left;
	width:88%;
	height: auto;
	overflow: hidden;
}
.box_new .new_txt h3{
	font-size: 20px; 
	font-weight: normal; 
	line-height: 30px;
	margin-bottom: 10px;
}
.page_p a {
    float: left;
    margin: 0 4px;
    font-size: 16px;
    color: #999999;
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border-radius: 3px;
    transition: all 0.3s;
    text-align: center;
    transition: all .8s;
    margin:20px 0;
    margin-right: 10px;
    border: 1px solid #eee;
}
.page_p a:hover, #pagg{
	background:#335ebd;
	color:#fff;
}

.boxx h1{
	width:80%;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	margin:20px auto 40px;
	text-align: center;
	font-size: 28px;
}
.boxx p{ line-height: 28px; }
.newnn{
	width:100%;
	height: auto;
	overflow: hidden;
	padding:20px;
	border-top:1px solid #eee;
}
.newnn .nbox{
	width:95%;
	padding:20px;
	height: auto;
	overflow: hidden;
}
.newnn .nbox .nbox_l{
	width:80px;
	height: auto;
	float: left;
	margin-right: 20px;
	line-height: 30px;
}
.newnn .nbox .nbox_r{
	width:90%;
	height: auto;
	float: left;
	line-height: 30px;
}
.newnn .nbox:hover{ background:#efecec;}
.newnn .nbox:hover .nbox_l, .newnn .nbox:hover .nbox_r{ color:#335ebd; }



/*æ–°é—»é¡µé¢ ç»“æŸ*/

/*è”ç³»æˆ‘ä»¬é¡µé¢  å¼€å§‹*/
.conbox{
	width:100%;
	height: auto;
	overflow: hidden;
}
.conbox li{
	width:100%;
	height: auto;
	overflow: hidden;
}
.conbox li .con_l{
	float: left;
	width:120px;
	height: 40px;
	overflow: hidden;
	margin-right: 15px;
	vertical-align: middle;
}
.conbox li .con_r{
	float: left;
	width:78%;
	height: auto;
	line-height: 40px;
	overflow: hidden;
	vertical-align: middle;
}

/*è”ç³»æˆ‘ä»¬é¡µé¢  ç»“æŸ*/



@media(max-width: 1680px){
	.container{	width: 76%;	}
	.nybanner .text .bt{font-size: 38px;}
	.nybanner .text .js{font-size: 20px;}
	.header .right .ol li > a{font-size: 16px;}
}
@media(max-width: 1500px){
	.container{	width: 86%;	}
	.nybanner .img { height: 385px;}
	.ny_text16{font-size: 14px;}
	.header .right .top {  margin: 12px 0;	}
	.header .left{padding-top: 36px;width: 180px;	}
	.header .right .ol li{	margin-right: 26px;	}
	.header .right .ol li > a{	font-size: 15px;padding-bottom: 14px;	}
	.footer .zhong {  margin-left: 0px;	}
	.footer .zhong .ol li{	margin-right: 20px;	}
	.footer{padding-top: 60px;	}
}
@media(max-width: 1100px){
	.nybanner .img .img2{display: block;}
	.nybanner .img .img1{display: none;}
	.container{	padding: 0 20px;width: 100%;}
	.MaxNav{display: none;}
	.logo { float: left; margin-right: 6%;}
	.wap-nav{ display: block; float: right; margin-top: 40px;}
	.mo_header{
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
		z-index: 9;
		display: block;
		padding: 20px 0;
	}
	.mo_header .logo{width: 160px;}
	.mo_header .nav{
		background: url(../images/nav.png) center center/cover;
		width: 38px;
		height: 22px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	}
	.nybanner .text{ width: 100%; padding: 0 20px; }

	.footer {   padding-top: 40px;	}
	.footer .zhong{	width: 100%;margin-top: 30px;margin-left: 0;	}
	.footer .left{width: 160px;}
	.footer .zhong .ol li.y{display: none;}
	.footer .right{
		width: 100%;
		float: left;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid rgba(255, 255, 255, 0.3);
	}
.footer .right .btm a{width: 40px; height: 40px;}
.banquan .left{	max-width: 100%; width: 100%;}
.banquan .right{width: 100%; margin-top: 10px;}
.nybanner .text .bt{font-size: 30px;}
.nybanner .text .js{font-size: 16px;}
}
.ab_ab{padding-top:50px!important;}
.about_a{	padding: 0px 0 80px; overflow: hidden;}
.title .bt{	font-size: 28px; color: #222222;}
.title .bt span{
	font-size: 17px!important;
	font-family: Arial;
	margin-left:20px;
}
.title .js{
	margin-top: 12px;
    font-size: 18px;
	color: #333333;
	line-height: 1.6;
}
.title .js2{margin-top: 6px;line-height: 1.6;color: #222222;}
.title_succ{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:0px auto 60px;
}
.title_succ .bt {
    font-size: 28px;
    color: #222222;
}
.title_succ .js {
    margin-top: 12px;
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
}
.title .btt {
    font-size: 32px;
    color: #222222;
    text-align: center;
}
.tt{ font-size: 24px; line-height: 40px; color:#01277a; }
.ptt{ margin-top:30px; }
.text p{ line-height: 35px; }
.about_a .left{	width: 40%;}
.about_a .right{width: 55%;}
.about_a .right .ol{margin-top: 50px;}
.about_a .right .ol li{
	float: left;
    width: 16.66%;
    /* margin-right: 50px; */
    text-align: center;
    margin-bottom: 10px;
}
.about_a .right .text{line-height: 2;}
.about_a .right .text p{ font-size: 16px; }
.about_a .right .text p span{color:#d93452; margin-right: 2px;}
.about_a .right .ol li:last-child{margin-right: 0;}
.about_a .right .ol li .img{ width: 55px; display: inline-block;}
.about_a .right .ol li .bt{	color: #666666;	margin-top: 8px;}
.about_a .box{	width: 100%;	display: inline-block;	margin-top: 90px;}
.about_a .container{position: relative;	z-index: 3;}
/*.about_a:before{
	background: #f7f8f9;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 290px;
	content: "";
	z-index: 0;
}*/
.about_b{ padding-bottom: 90px; background: #f7f8f9; padding-top:50px;}
.about_b .ol li{
	background: #fdfdfd;
	width: 49.5%;
	margin-right: 1%;
	float: left;
	padding: 16px 60px 34px 44px;
	position: relative;
}
.about_b .ol li:last-child{	margin-right: 0;}
.about_b .ol li .icon{
	width: 71px;
	position: absolute;
	right: 60px;
	top: 30px;
}
.about_b .ol li .bt{
	font-size: 32px;
	color: #333333;
	margin-top: 16px;
	position: relative;
}
.about_b .ol li .bt:before{
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #b1b1b1;
}
.about_b .ol li .bt span{
	display: inline-block;
	padding-right: 16px;
	padding-bottom: 14px;
	border-bottom: 2px solid #98addd;
	position: relative;
	z-index: 2;
}
.about_b .ol li .bt span:before{
	height: 2px;
	width: 6px;
	position: absolute;
	right: -6px;
	bottom: -2px;
	content: "";
	background: #fff;
}
.about_b .ol li .text{
	color: #666666;
	line-height: 1.8;
	margin-top: 22px;
	height: 78px;
	overflow: hidden;
}
.about_b .ol li .text p{    font-size: 15px;}
.about_c{
	padding: 100px 0 100px;
	background: url(../images/about_c_bg.jpg) center center/cover;
	background-attachment: fixed;
}
.about_c .left{	padding-top: 50px;	width: 45%;}
.about_c .left .title .bt{
	padding-bottom: 26px;
	margin-bottom: 26px;
	border-bottom: 1px solid #5870a6;
}
.about_c .left .text{margin-top: 16px;	color: #fff;	line-height: 2;}
.about_c .right{
	width: 48.5%;
	border-radius: 8px;
	overflow: hidden;
}
.about_d{padding: 116px 0 136px;	background: #ffffff;}
.about_d .title .bt{display: inline-block;}
.about_d .title .js2{display: inline-block;margin-left: 14px;}
.about_d .about_d_box{	margin-top: 30px;}
.about_d .about_d_box .swiper-slide{padding: 10px;}
.about_d .about_d_box .box{	padding: 30px;    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);}
.about_d .about_d_box .box .img{border: 1px solid #f4f4f4;}
.about_d .about_d_box .box .bt{
	font-size: 20px;
	color: #666666;
	margin-top: 14px;
	text-align: center;
	    height: 32px;
}
.about_d .swiper-button-prev,.about_d .swiper-button-next{
	width: 56px;
	height: 56px;
	position: absolute;
}
.about_d .swiper-button-prev{left: 8%;	background: url(../images/about_d_left.png) center center/cover;}
.about_d .swiper-button-next{right: 8%;	background: url(../images/about_d_right.png) center center/cover;}
.about_e{padding: 60px 0 50px;}
.about_e .title .bt{display: inline-block;}
.about_e .title .js2{display: inline-block;margin-left: 14px;}
.about_e .about_e_box{	margin-top: 40px;	padding-bottom: 70px;}
.about_e .about_e_box .box{	background: #fff;	padding: 30px 26px; transition: all .6s;}
.about_e .about_e_box .box:hover{ background: #304d8f;}
.about_e .about_e_box .box:hover .bt {
    color: #fff;}
.about_e .about_e_box .box .time{	color: #335ebd;}
.about_e .about_e_box .box .bt{
	color: #333333;
	font-size: 22px;
	margin-top: 16px;
	overflow: hidden;
	height: 60px;
}
.about_e .about_e_box .box .js{
	font-size: 15px;
	color: #555555;
	margin-top: 10px;
	line-height: 1.6;
	height: 30px;
	overflow: hidden;
}
.about_e .about_e_box .box .bq{
	font-size: 14px;
	margin-top: 16px;
	height: 40px;
	overflow: hidden;
}
.about_e .about_e_box .box .bq a{
	color: #555555;
	margin-bottom: 3px;
	margin-right: 5px;
	display: inline-block;
}
.ab_b{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:30px 0;
}
.ab_b li{
	float: left;
	width:30%;
	height: auto;
	overflow: hidden;
	margin-right: 3.33%;
	text-align: left;
}

.ab_b_li_t{ font-size: 16px; line-height: 45px; }
.ab_b_li_t span{ font-size: 40px; color:#01277a; margin-right: 10px; }









.news_more{
	margin-top: 54px;
	font-size: 15px;
	color: #666666;
	display: inline-block;
	padding-left: 24px;
	position: relative;
	line-height: 1;
}
.news_more:before{
	width: 17px;
	height: 12px;
	background: url(../images/news_more_icon.png) center center/cover;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.about_e .about_e_box .swiper-button-prev,.about_e .about_e_box .swiper-button-next{
	width: 44px;
	height: 44px;
	top: auto;
	bottom: 0;
	position: absolute;
}
.about_e .about_e_box .swiper-button-prev{	left: 0;	background: url(../images/about_d_left.png) center center/cover;}
.about_e .about_e_box .swiper-button-next{	right: auto;	left: 54px;	background: url(../images/about_d_right.png) center center/cover;}
.about_e .about_e_box .swiper-pagination{
	position: absolute;
	top: auto;
	width: 92%;
	bottom: 24px;
	left: auto;
	height: 2px;
	right: 0;
}
.about_e .about_e_box .swiper-pagination-progress .swiper-pagination-progressbar{	background: #335ebd;}
.about_e .wz{
	text-align: right;
	font-size: 15px;
	padding-right: 18px;
	color: rgba(102, 102, 102, 0.34);
	position: relative;
	cursor: pointer;
	/*display: none;*/
}
.about_e .wz p{display:inline-block;}
.about_e  .wz:before{
	background: url(../images/about_e_jt.png) center center/cover;
	width: 13px;
	height: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition:all 0.6s;
	content: "";
}
.about_e .wz.cur:before{
	transform-origin:50% 25%;
	-moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}


.oll{
	width:100%;
	height: auto;
	overflow: hidden;
}
.oll li{
	float: left;
	width:24%;
	height: auto;
	min-height: 265px;
	overflow: hidden;
	margin:0 0.5%;
	border:1px solid #eee;
	margin-bottom: 15px;
	text-align: center;
}
.oll li .img{
	width:85px;
	height: 85px;
	margin:10px auto;
	text-align: center;
}
.oll li .btt{
	width:80%;
	height: auto;
	margin:0 auto;
	overflow: hidden;
	line-height: 24px;
	margin-bottom: 20px;
}
.oll li .btt h1{
	font-size: 20px;
	line-height: 30px;
}
.hzbox{
	width:100%;
	height: auto;
	overflow: hidden;
	margin:30px 0;
}
.hzbox .hzli{
	width:100%;
	height: auto;
	overflow: hidden;
}
.hzli li{
	float: left;
	width:25%;
	height: auto;
	overflow: hidden;
	/*border:1px solid #fafafd;*/
	box-sizing: border-box;
	text-align: center;
	padding:15px 0;
}







@media(max-width: 1680px){
	.about_a{	padding: 80px 0 60px;}
	.title .bt{	font-size: 36px;}
	.title .js{font-size: 18px;}
	.about_a .box{	margin-top: 60px;}
	.about_b .ol li .bt{font-size: 26px;}
	.about_d { padding: 80px 0 100px;}
	.about_e { padding: 90px 0 110px;}
}


	.title .looo{ text-align: center; }
	.title .bt { font-size: 30px;text-align: center;    margin-bottom: 30px;}
	.title .js { font-size: 16px;}
@media(max-width: 1500px){
	.about_a .right .ol li .img{width: 46px;}
	.about_b .ol li .icon{width: 60px;margin-top: 0;}
	.about_c .left .title .bt { padding-bottom: 20px; margin-bottom: 20px;}
	.about_d { padding: 70px 0 90px;}
	.about_d .about_d_box .box .bt{font-size: 15px;margin-top: 0;}
	.about_e { padding: 70px 0;}
	.about_e .about_e_box .box .bt{	font-size: 18px;}
	.about_e .about_e_box .box .js{font-size: 14px;}
	.about_e .about_e_box .swiper-pagination{width: 86%;}
	.about_d .swiper-button-prev,.about_d .swiper-button-next{width: 48px;height: 48px;}
	.about_d .swiper-button-prev{left: 2%;}
	.about_d .swiper-button-next{right: 2%;}
}
@media(max-width: 1100px){
	.title .bt { font-size: 26px;}
	.title .js { font-size: 14px;}
	.about_a { padding: 40px 0 50px;}
	.about_a .left{	width: 100%;}
	.about_a .right{width: 100%;margin-top: 20px;}
	.about_a .right .ol li{margin-right: 50px;}
	.about_a .box { margin-top: 30px;}
	.about_b .ol li{padding: 70px 20px 30px;width: 100%;margin-bottom: 10px;}
	.about_b .ol li .text{height: auto;}
	.about_b .ol li .icon{width: 60px;top: 20px;right: 20px;}
	.about_b .ol li .bt { font-size: 22px;}
	.about_b{padding-bottom: 50px;}
	.about_c{padding: 40px 0 50px;}
	.about_c .left{	width: 100%;padding-top: 0;	}
	.about_c .right{width: 100%;margin-top: 20px;}
	.about_d{padding: 40px 0 50px;}
	.about_d .title .js2,.about_e .title .js2{	display: block;	margin-left: 0;	margin-top: 14px;}
	.about_d .about_d_box { margin-top: 20px;}
	.about_e { padding: 40px 0 50px;}
	.about_e .about_e_box{margin-top: 20px;padding-bottom: 60px;}
}

@media(max-width: 768px){
	.about_e .about_e_box .swiper-pagination{width: 80%;}
	.about_e .about_e_box .swiper-button-prev, .about_e .about_e_box .swiper-button-next{width: 40px;height: 40px;}
	.about_e .about_e_box .swiper-button-next{left: 50px;	}
	.about_e .about_e_box .box { background: #fff; padding: 30px 20px;	}
	.news_more{	margin-top: 30px;}
}
@media(max-width: 640px){
	.about_e .about_e_box .swiper-pagination{width: 70%;}
}
.haiyun_a{background: #fff;padding: 86px 0 106px;}
.haiyun_a .title,.kongyun_e .title{text-align: center;	padding: 0 20%;}
.haiyun_a .title .js2{margin-top: 8px;line-height: 1.8;}
.haiyun_a .ol{margin-top: 30px;}
.haiyun_a .ol li{
	float: left;
	width: 100%;
	background: #eee;
	transition: all .8s;
	margin-bottom: 1.6%;
}

.grey{background:#f8f8f8;}
.ca_l{ width:50%; float: left; }
.ca_r{ width:50%; float: right; }
.L49{ float:left; width:49.5%; margin-right: 0.5%;}
.R49{ float:left; width:49.5%; margin-left: 0.5%;}
.bgg01{ 
	background: url(../images/bgg01.png) no-repeat right;
    background-size: 20%;
    background-position: 525px 50px;
}
.bgg02{ 
	background:url(../images/bgg02.png) no-repeat left; 
	background-size: 20%;
	background-position: 520px 50px;
}
.bgg03{ 
	background:url(../images/bgg03.png) no-repeat right; 
	background-size: 10%;
	background-position: 330px 50px;
}
.haiyun_a .ol li .text{	padding: 24px; overflow: hidden; padding-bottom: 80px;}
.haiyun_a .ol li .text .bt{	font-size: 24px;color: #333333; padding-top:0px;}
.haiyun_a .ol li .text .js{line-height: 1.6;margin-top: 6px;color: #666666;}
.haiyun_b{	padding: 104px 0 74px;background: #f7f8f9;}
.title2 .bt{display: inline-block;}
.title2 .js2{display: inline-block;margin-left: 14px;}
.haiyun_b .ol{margin-top: 36px;}
.haiyun_b .ol li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	position: relative;
}
.tc{ text-align: right; vertical-align: middle; }
.tc img{ vertical-align: middle; }
.bbg{background:none!important;}
.haiyun_b .ol li:last-child{margin-right: 0;}
.haiyun_b .ol li .text{
	position: absolute;
	bottom: 0;
	padding: 18px;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3;
	color: #fff;
}
.haiyun_b .ol li .bt{
	color: #fff;
	font-size: 22px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.haiyun_b .ol li .js{
	margin-top: 6px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.haiyun_c{background: url(../images/haiyun_c_bg.jpg) center center/cover;padding: 110px 0 170px;}
.haiyun_c .haiyun_c_box{
	padding-top: 22px;
	margin-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.haiyun_c .haiyun_c_box .text{line-height: 1.8;color: #fff;}
.haiyun_c .haiyun_c_box .ol{margin-top: 110px;}
.haiyun_c .haiyun_c_box .ol li{
	float: left;
	width: 346px;
	color: #fff;
	margin-right: 96px;
	position: relative;
}
.haiyun_c .haiyun_c_box .ol li:before{
	width: 1px;
	height: 35px;
	background: #566fa5;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
.haiyun_c .haiyun_c_box .ol li .num{
	line-height: 1;
	font-size: 72px;
	float: left;
}
.haiyun_c .haiyun_c_box .ol li .num span{
	font-size: 37px;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.haiyun_c .haiyun_c_box .ol li .wenzi{
	font-size: 22px;
	color: #fff;
	float: left;
	margin-left: 14px;
	margin-top: 4px;
}
.haiyun_c .haiyun_c_box .ol li:last-child{margin-right: 0;}
.haiyun_c .haiyun_c_box .ol li:last-child:before{display: none;}
.haiyun_d{padding: 110px 0;background: #fff;}
.haiyun_d .ol{	margin-top: 26px;}
.haiyun_d .ol li{
	float: left;
	width: 32.2%;
	border:1px solid #e6e6e6;
	margin-right: 1.7%;
	position: relative;	
}
.haiyun_d .ol li:last-child{margin-right: 0;}
.haiyun_d .ol li .text{
	padding: 26px 20px;
	height: 193px;
}
.haiyun_d .ol li .text .bt{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.haiyun_d .ol li .text .js{
	margin-top: 6px;
	/*height: 48px;*/
	overflow: hidden;
	line-height: 1.6;
}
@media(max-width: 1680px){
	.haiyun_a {  padding: 70px 0 90px;}
	.haiyun_a .ol li .text .bt{font-size: 18px;}
	.haiyun_b { padding: 80px 0 60px;}
	.haiyun_b .ol { margin-top: 30px;}
	.haiyun_b .ol li .bt{font-size: 18px;}
	.haiyun_c {  padding: 90px 0 140px;	}
	.haiyun_c .haiyun_c_box .ol li .num{font-size: 56px;}
	.haiyun_c .haiyun_c_box .ol li .num span{font-size: 28px;}
	.haiyun_c .haiyun_c_box .ol li .wenzi{	font-size: 18px;}
	.haiyun_c .haiyun_c_box .ol li{width: 300px;}
	.haiyun_c .haiyun_c_box .ol { margin-top: 90px;}
	.haiyun_d { padding: 80px 0;}
	.haiyun_d .ol li .text .bt{font-size: 18px;}
}

@media(max-width: 1500px){
	.haiyun_a { padding: 60px 0 80px;}
	.haiyun_b { padding: 60px 0 60px;}
	.haiyun_c .haiyun_c_box .ol li .num{font-size: 50px;}
	.haiyun_c .haiyun_c_box .ol li .wenzi{font-size: 16px;}
}
.about_e .top .more{position: absolute;	right: 0;bottom: 10px;}
.more,a.more{
	font-size: 15px;
	color: #01277a;
	padding-left: 60px;
	line-height: 1;
	transition: all 0.4s;
	position: relative;
	display: inline-block;
}
.more .y{
	width: 42px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid #dadbdc;
	border-radius: 25px;
	transition: all 0.4s;
}
.more .jt{
	background: url(../images/more_jt.png) center center/cover;
	width: 31px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
}
.more:hover{padding-right: 20px;}
.more:hover .y{	width: 100%;}
@media(max-width: 1100px){
	.about_e .top .more{
		position: relative;
		margin-top: 40px;
	}
	.about_e .top .more{font-size: 14px;}
	.more .y{width: 38px;height: 38px;}
	.more .jt{width: 28px;height: 10px;left: 20px;}
	.more, a.more{padding-left: 52px;}
	.haiyun_a { padding: 40px 0 50px;}
	.haiyun_a .title{padding: 0;	}
	.haiyun_a .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.haiyun_a .ol li .text { padding: 20px 16px;	}
	.haiyun_b {  padding: 40px 0 50px;}
	.haiyun_b .ol li{width: 100%;margin-bottom: 10px;}
	.haiyun_b .ol li .text{	padding: 14px;}
	.haiyun_b .ol li .bt,
	.haiyun_b .ol li .js{overflow: initial; text-overflow:initial; white-space: initial;}
	.haiyun_c { padding: 40px 0 50px;}
	.title2 .js2{margin-top: 6px;margin-left: 0;}
	.haiyun_c .haiyun_c_box{padding-top: 16px;	margin-top: 16px;}
	.haiyun_c .haiyun_c_box .ol { margin-top: 40px;}
	.haiyun_c .haiyun_c_box .ol li{	width: 100%;margin-right: 0;margin-bottom: 14px;	}
	.haiyun_c .haiyun_c_box .ol li:before{display: none;}
	.haiyun_c .haiyun_c_box .ol li .num {font-size: 36px;}
	.haiyun_c .haiyun_c_box .ol li .num span{font-size: 20px;}
	.haiyun_c .haiyun_c_box .ol li .wenzi{font-size: 14px;}
	.haiyun_d { padding: 40px 0;}
	.haiyun_d .ol li{width: 100%;margin-right: 0;margin-bottom: 12px;}
	.haiyun_d .ol li .text {  padding: 20px 16px;	}
}
.kongyun_a{	background: #fff;padding: 90px 0 120px;}
.kongyun_a .ol{	margin-top: 36px;}
.kongyun_a .ol li{
	float: left;
	width: 24.1%;
	background: #fff;
	margin-right: 1.2%;
	border: 0.1px solid #e6e6e6;
	border-radius: 8px;
}
.kongyun_a .ol li:last-child{margin-right: 0;}
.kongyun_a .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}
.kongyun_a .ol li .text{
	padding: 18px;
}
.kongyun_a .ol li .text .bt{
	color: #333333;
	font-size: 18px;
}
.kongyun_a .ol li .text .js{
	line-height: 1.6;
	color: #666666;
	margin-top: 6px;
	height: 42px;
	overflow: hidden;
}
.kongyun_b{	padding: 110px 0 200px;	background: url(../images/kongyun_b_bg.jpg) center center/cover;}
.kongyun_b .ol{
	margin-top: 30px;
	padding-top: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.kongyun_b .ol li{
	width: 9.3%;
	margin-right: 8.5%;
	float: left;
	text-align: center;
	position: relative;
}
.kongyun_b .ol li:before{
	position: absolute;
	width: 20px;
	height: 19px;
	content: "";
	position: absolute;
	top: 50px;
	right: -50%;
	background: url(../images/kongyun_b_jt.png) center center/cover;
}
.kongyun_b .ol li:last-child{margin-right: 0;}
.kongyun_b .ol li:last-child:before{display: none;}
.kongyun_b .ol li .img{
	width: 110px;
	height: 110px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 100%;
	position: relative;
}
.kongyun_b .ol li .img:before{
	width: 129px;
	height: 129px;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	content: "";
	border-radius: 100%;
}
.kongyun_b .ol li .text{margin-top: 26px;}
.kongyun_b .ol li .text .bt{color: #fff;font-size: 20px;}
.kongyun_b .ol li .text .js{
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.6;
	margin-top: 8px;
	text-align: justify;
}
.kongyun_c{background: #f7f8f9;padding: 90px 0 110px;}
.kongyun_c .ol{	margin-top: 30px;}
.kongyun_c .ol li{
	width: 49.2%;
	margin-right: 1.6%;
	float: left;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}
.kongyun_c .ol li:nth-child(2n){margin-right: 0;}
.kongyun_c .ol li .img{
	float: left;
	width: 42.7%;
	border-radius: 8px;
	overflow: hidden;
}
.kongyun_c .ol li .text{
	float: right;
	width: 57.3%;
	padding: 46px 64px 0 38px;
}
.kongyun_c .ol li .text .bt{
	color: #333333;
	font-size: 22px;
	line-height: 1;
	vertical-align: middle;
}
.kongyun_c .ol li .text .tp{
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	margin-right: 12px;
	line-height: 0;
}
.kongyun_c .ol li .text .js{
	padding-top: 20px;
	margin-top: 20px;
	position: relative;
	line-height: 1.8;
	color: #555555;
}
.kongyun_c .ol li .text .js:before,.kongyun_c .ol li .text .js:after{
	position: absolute;
	 height: 2px;
	content: "";
	top: 0;
}
.kongyun_c .ol li .text .js:before{
  left: 0;
 width: 25.1%;
  background: #99aede;
}
.kongyun_c .ol li .text .js:after{
	right: 0;
	width: 73.4%;
	background: #b2b2b2;
}
.kongyun_e{
	position: relative;
	background: #f7f8f9;
	padding: 50px 0;
}
.kongyun_e .ol{
	margin-top: 40px;
}
.kongyun_e .ol li{
	float: left;
	width: 25%;
	/*border-right: 1px solid #f1ecec;
	background: #fdfdfd;*/
	border-top: 1px solid #f5f5f5;
	transition: all .6s;
}

.kongyun_e .ol li:hover .cl_txt{ color:#fff!important; }
.kongyun_e .ol li:nth-child(4n){margin-right: 0;}
.kongyun_e .ol li:nth-child(1),.kongyun_e .ol li:nth-child(2),.kongyun_e .ol li:nth-child(3),.kongyun_e .ol li:nth-child(4){border-top: none;}
.kongyun_e canvas{
	position: absolute;
	width: 100% !important;
	bottom: 0;
	height: 160px !important;
}
.kongyun_e .container{	position: relative;	z-index: 3;}
.bt span {
    font-size: 17px!important;
    font-family: Arial;
    margin-left: 20px;
}

.con_b1{
	width:100%;
	height: auto;
	overflow: hidden;
}
.con_b1 .con_b1_l{
	float: left;
	width:60%;
	height: auto;
	overflow: hidden;
	margin-right: 5%;
}
.con_b1 .con_b1_r{
	float: left;
	width:35%;
	height: auto;
	overflow: hidden;
	margin-top:50px;
}
.con_b1 .con_b1_r h1{
	font-size:24px;
	line-height: 45px;
	color:#325093;
	margin-bottom: 30px;
}
.con_pp{
	width:100%;

	height: auto;
	overflow: hidden;
}
.bpp{margin-bottom: 20px;}
.con_pp .con_pp_l{
	float: left;
	width:50px;
	height: auto;
	overflow: hidden;
	vertical-align: middle;
}
.con_pp .con_pp_p{
	float: left;
	width:85%;
	height: auto;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	vertical-align: middle;
}

.cl_txt{
	width:80%;
	height: auto;
	overflow: hidden;
	margin:30px auto;
}
.cl_txt h1{
	width:100%;
	height: 40px;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
}
.cl_txt p{
	width:100%;
	height: 36px;
	font-size: 14px;
	font-family: Arial;
	line-height: 18px;
	text-align: center;
	overflow: hidden;
}




@media(max-width: 1680px){
	.kongyun_a {  padding: 70px 0 90px;}
	.kongyun_b {  padding: 90px 0 160px;}
	.kongyun_b .ol li .text .bt{font-size: 18px;}
	.kongyun_c {  padding: 70px 0 80px;}
	.kongyun_c .ol li .text .bt{font-size: 20px;}
	.kongyun_c .ol li .text .tp{width: 22px;}
	.kongyun_c .ol li .text { padding: 30px 50px 0 30px;	}
	.kongyun_e { padding: 70px 0;}
}

@media(max-width: 1500px){
	.kongyun_a { padding: 60px 0 80px;}
	.kongyun_b { padding: 70px 0 130px;}
	.kongyun_b .ol{	padding-top: 60px;}
	.kongyun_c { padding: 60px 0 70px;}
	.kongyun_c .ol li .text .bt { font-size: 18px;}
	.kongyun_e { padding: 60px 0;}
}

@media(max-width: 1100px){
	.kongyun_a { padding: 40px 0 60px;}
	.kongyun_a .ol li{
		width: 100%;
		margin-bottom: 16px;
		margin-right: 0;
	}
	.kongyun_b {  padding: 40px 0 70px;}
	.kongyun_b .ol {
	    margin-top: 20px;
	    padding-top: 30px;
	    width: 1100px;
	}
	.kongyun_b .kongyun_b_box{overflow: auto;	}
	.kongyun_b .ol li .img{	width: 80px;height: 80px;}
	.kongyun_b .ol li .img:before{	width: 100px;	height: 100px;	}
	.kongyun_c { padding: 40px 0 40px;}
	.kongyun_c .ol li{width: 100%;}
	.kongyun_c .ol li .img{	width: 100%;}
	.kongyun_c .ol li .text{width: 100%;padding: 20px 16px;	}
	.kongyun_c .ol li .text .js{padding-top: 16px;margin-top: 16px;}
	.kongyun_e { padding: 40px 0 60px;}
	.kongyun_e .ol{	margin-top: 30px;}
	.kongyun_e .ol li{width: 50%;	border-bottom: 1px solid #f5f5f5;}
	.kongyun_e .ol li:nth-child(5n){margin-right: 0;}
}

.sanhuo_c{background: url(../images/sanhuo_c_bg.jpg) center center/cover;}
.chukou_a{background: #fff;padding: 80px 0 140px;}
.chukou_a .left{float: left;width: 32.8%;}
.chukou_a .right{float: right;width: 55.2%;}
.chukou_a .right .text{line-height: 2;}
.chukou_a .right .ol{margin-top: 36px;}
.chukou_a .right .ol li{width: 25%;	float: left;text-align: center;}
.chukou_a .right .ol li .icon{	width: 63px;display: inline-block;	line-height: 0;}
.chukou_a .right .ol li .bt{
	color: #666666;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
@media(max-width: 1680px){
	.chukou_a { padding: 70px 0 110px;}
}

@media(max-width: 1500px){
	.chukou_a { padding: 70px 0 100px;}
	.chukou_a .right .ol li .icon{width: 56px;}
}

@media(max-width: 1100px){
	.chukou_a { padding: 40px 0 50px;}
	.chukou_a .left{width: 100%;}
	.chukou_a .right{width: 100%;margin-top: 20px;}
	.chukou_a .right .ol li .icon { width: 46px;}
}
@media(max-width: 768px){
	.chukou_a .right .ol li{width: 50%;	margin-bottom: 20px;padding: 0 10px;}
	.chukou_a .right .ol li .bt{}
}
.nybanner .support{
	position: absolute;
	width: 646px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.nybanner .support .bt{	font-size: 34px;color: #fff;}
.nybanner .support .input {	margin-top: 34px;}
.nybanner .support .input .wenben{
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	padding: 0 154px 0 20px;
	border: none;border-radius: 8px;
	overflow: hidden;
}
.nybanner .support .input .btn{
	position: absolute;
	width: 154px;
	right: -1px;
	top: 0;
	background: url(../images/support_sousuo.png) center center/cover no-repeat #335ebd;
	background-size: 23px 24px;
	height: 100%;
	border: none;
	border-radius: 0 8px 8px 0;
	overflow: hidden;
}
.nybanner .support .js{line-height: 1.6;color: #fff;margin-top: 16px;}
.nybanner .support .ol{	margin-top: 40px;padding: 0 84px;}
.nybanner .support .ol li{	float: left;	width: 33.3%;	text-align: center;}
.nybanner .support .ol li .icon{line-height: 0;	width: 76px;	display: inline-block;}
.nybanner .support .ol li .biaoti{	color: #fff;line-height: 1.6;}
.support_a{	background: #fff;padding: 104px 0;}
.support_a .ol{	margin-top: 36px;}
.support_a .ol li{
	float: left;
	width: 23.9%;
	margin-bottom: 16px;
	margin-right: 1.46%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	overflow: hidden;
}
.support_a .ol li:nth-child(4n){margin-right: 0;}
.support_a .ol li .text{padding: 24px;}
.support_a .ol li .text .bt{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.support_a .ol li .text .js{
	line-height: 1.6;
	color: #555555;
	margin-top: 2px;
	/*overflow: hidden;*/
    text-overflow:ellipsis;
    white-space: nowrap;
}
@media(max-width: 1680px){
	.support_a {  padding: 80px 0;}
	.support_a .ol li .text { padding: 20px;}
	.support_a .ol li .text .bt{font-size: 20px;}
	.nybanner .support .bt{font-size: 30px;}
	.nybanner .support .input .wenben{	height: 54px;	line-height: 54px;	font-size: 14px;}
	.nybanner .support .ol li .icon{width: 70px;}
	.nybanner .support .input { margin-top: 20px;}
}

@media(max-width: 1500px){
	.support_a { padding: 70px 0;}
	.support_a .ol li .text .bt { font-size: 18px;}
}

@media(max-width: 1100px){
	.support_a .ol li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 12px;
	}
	.support_a .ol li:nth-child(4n){margin-right: 2%;}
	.support_a .ol li:nth-child(2n){margin-right: 0;}
	.support_a .ol li .text .bt { font-size: 16px;}
	.support_a .ol li .text { padding: 20px 14px;	}
	.nybanner .support{	width: 90%;}
	.nybanner .support .bt { font-size: 26px;}
	.nybanner .support .input .wenben{
		height: 42px;
		padding: 0 80px 0 20px;
		line-height: 42px;
	}
	.nybanner .support .input .btn{width: 80px;background-size: 20px 21px;}
	.nybanner .support .ol{	margin-top: 24px;	padding: 0;	}
	.nybanner .support .ol li .icon { width: 54px;}
}
@media(max-width: 640px){
	.support_a .ol li{width: 100%;margin-right: 0;margin-bottom: 14px;}
}
.contact_a{	background: url(../images/contact_a_bg.jpg) center center/cover;padding: 136px 0 200px;}
.contact_a .left{width: 39.2%;}
.contact_a .left .bt{font-size: 30px;color: #333333;}
.contact_a .left .dh{
	margin-top: 20px;
	color: #335ebd;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 60px;
}
.contact_a .left .dh span{
	margin-right: 30px;
	float: left;
	line-height: 1;
}
.contact_a .left .box{
	margin-bottom: 24px;
}
.contact_a .left .box:last-child{margin-bottom: 0;}
.contact_btn,a.contact_btn{
	display: inline-block;
	background: #335ebd;
	color: #fff;
	font-size: 15px;
	padding: 12px 34px;
	border-radius: 8px;
	vertical-align: middle;
	line-height: 1;
}
.contact_btn i{
	width: 21px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.contact_a .right{	width: 45.4%;}
.contact_a .right .bt{	color: #333333;	font-size: 30px;}
.contact_a .right .ul{	margin-top: 30px;}
.contact_a .right .ul li{
	margin-bottom: 14px;
	float: left;
	width: 48.5%;
	position: relative;
	margin-right: 3%;
}
.contact_a .right .ul li:nth-child(2n){margin-right: 0;}
.contact_a .right .ul li input,.contact_a .right .ul li select{
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #333;
	font-size: 14px;
	border: 1px solid #ececec;
	background: #fff;
	padding: 0 38px 0 24px;
	border-radius: 6px;
	overflow: hidden;
}
.contact_a .right .ul li input::placeholder,.contact_a .right .ul li select{color: #999999;}
.contact_a .right .ul li select{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.contact_a .right .ul li.select-btn:before{
	content: "";
    position: absolute;
    right: 22px;
    top: 50%;
    width: 13px;
    height: 7px;
    background: url(../images/contact_jt.png) no-repeat center center/cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.contact_a .right .ul li.w100{width: 100%;margin-right: 0;}
.contact_a .right .ul li textarea{
	width: 100%;
	resize: none;
	border: 1px solid #ececec;
	border-radius: 6px;
	color: #999999;
	font-size: 14px;
	height: 100px;
	padding:14px 24px;
}
.contact_a .right .ul li.btn{margin-top: 34px;}
.contact_a .right .ul li.btn input{
	width: auto;
	display: inline-block;
	padding: 14px 58px;
	line-height: initial;
	color: #fff;
	background: #335ebd;
	font-size: 15px;
	height: auto;
}
.contact_a .right .ul li .h{
	font-size: 14px;
	color: #ea0000;
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
}
.contact_b{	padding: 130px 0 160px;	background: url(../images/contact_b_bg.jpg) center center/cover;}
.contact_b .left{width: 47.4%;}
.contact_b .left .wenzi{
   line-height: 1.6;
   font-size: 18px;
   margin-top: 30px;
   padding-top: 30px;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.contact_b .left .text{	margin-top: 50px;line-height: 1.8;}
.contact_b .left .text .bt{	font-size: 20px;}
.contact_b .left .text .wz{	font-size: 18px;margin-top: 10px;}
.contact_b .right{width: 47.7%;border-radius: 8px;	overflow: hidden;}
@media(max-width: 1680px){
	.contact_a{	padding: 100px 0 150px;	}
	.contact_a .left .bt,.contact_a .left .dh,.contact_a .right .bt{font-size: 26px;}
    .contact_b {padding: 100px 0 130px;	}
	.contact_b .left .wenzi,.contact_b .left .text .wz{font-size: 16px;}
	.contact_b .left .text .bt{font-size: 18px;}
	.contact_b .left .text{	margin-top: 30px;}
}
@media(max-width: 1500px){
	.contact_a { padding: 70px 0 110px;	}
	.contact_a .left .bt, .contact_a .left .dh, .contact_a .right .bt {font-size: 24px;}
	.contact_a .left .dh{margin-bottom: 40px;}
	.contact_btn, a.contact_btn{padding: 10px 30px;}
	.contact_a .right .ul li.btn { margin-top: 24px;}
	.contact_b { padding: 70px 0 100px;}
	.contact_b .left .wenzi, .contact_b .left .text .wz { font-size: 14px;}
	.contact_b .left .text .bt { font-size: 16px;}
	.contact_b .left .wenzi{padding-top: 24px;margin-top: 24px;}
}
@media(max-width: 1100px){
	.contact_a {  padding: 40px 0 50px;}
	.contact_a .left{width: 100%;}
	.contact_a .right{width: 100%;margin-top: 30px;}
	.contact_a .left .bt, .contact_a .left .dh, .contact_a .right .bt {font-size: 18px;}
	.contact_btn, a.contact_btn{font-size: 14px;padding: 10px 26px;	}
	.contact_btn i{width: 18px;}
	.contact_a .right .ul li{width: 100%;margin-bottom: 10px;}
	.contact_a .right .ul li.btn{margin-top: 0;	text-align: center;	}
	.contact_a .right .ul li.btn input{	padding: 10px 46px;	}
	.contact_b { padding: 40px 0 50px;}
	.contact_b .left{width: 100%;}
	.contact_b .right{width: 100%;margin-top: 30px;}
	.contact_b .left .wenzi { padding-top: 20px; margin-top: 20px;}
	.contact_b .left .text { margin-top: 20px;}
}
.mbx{
	padding: 16px 0;
	color: #999999;
	border-bottom: 1px solid #eaebec;
	background: #f7f8f9;
}
.mbx a{	font-size: 14px;color: #999999;}
.news_a{background: #f7f8f9;padding: 50px 0 100px;}
.news_a .left{width: 73.5%;}
.news_a .left .top .box{
	float: left;
	width: 49.5%;
	margin-right: 1%;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	padding: 32px 32px 52px;
} 
.news_a .left .top .box:last-child{	margin-right: 0;}
.news_a .left .nr .text{margin-top: 30px;}
.news_a .left .nr .text .time{color: #335ebd;}
.news_a .left .nr .text .bt{
	color: #333333;
	font-size: 22px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_a .left .nr .text .js{
	font-size: 15px;
	line-height: 1.6;
	color: #555555;
	margin-top: 14px;
}
.news_a .left .nr .text .bq{margin-top: 10px;font-size: 14px;}
.news_a .left .nr .text .bq a{   color: rgba(85, 85, 85, 0.45);   float: left;   margin-right: 6px;}
.news_a .left .nr .text .news_more{	margin-top: 28px;}
.news_a .left .btm .ol li{
	background: #fff;
	padding: 40px 32px;
	margin-top: 16px;
	border-radius: 8px;
	overflow: hidden;
}
.news_a .left .btm .ol li .text{margin-top: 0;}
.news_a .left .page{margin-top: 46px;}
.news_a .right{	width: 24.5%;}
.news_a .right .box{
	background: #fff;
	margin-bottom: 20px;
	padding: 28px 20px 40px;
}
.news_a .right .box:last-child{	margin-bottom: 0;}
.news_a .right .box .bt{
	color: #333333;
	font-size: 18px;
	padding-bottom: 16px;
	position: relative;
	margin-bottom: 6px;
}
.news_a .right .box .bt:before,
.news_a .right .box .bt:after{	position: absolute;	height: 1px;content: "";}
.news_a .right .box .bt:before{
	width: 5.5%;
	bottom: 0;
	left: 0;
	background: #335ebd;
}
.news_a .right .box .bt:after{
	width: 92%;
	right: 0;
	bottom: 0;
	background: #e4e4e4;
}
.news_a .right .box a{
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-top: 18px;
	color: #999899;
	font-size: 16px;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-left: 14px;
    position: relative;
}
.news_a .right .box a:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/news_sj.png) center center/cover;
	width: 7px;
	height: 7px;
}
.news_a .right .box.zixun .nr{	padding-top: 10px;}
.news_a .right .box.zixun a{
	width: 100%;
	padding: 12px 0 8px 14px;
	margin-top: 0;
	border-bottom: 1px solid #f0f0f0;
}
.news_a .right .box.w100 a{	width: 100%;}
@media(max-width: 1500px){
	.news_a .left .nr .text .bt{font-size: 18px;}
	.news_a .left .top .box{  padding: 26px 26px 40px;}
	.news_a .left .btm .ol li{padding: 30px 26px;	}
}

@media(max-width: 1100px){
	.news_a {  padding: 20px 0 60px;}
	.news_a .left{width: 100%;}
	.news_a .left .top .box{
		margin-top: 20px;
		width: 100%;
		padding: 20px 20px 30px;
	}
	.news_a .right{
		width: 100%;
		margin-top: 30px;
	}
	.news_a .left .nr .text .bt{
		font-size: 16px;
		overflow: initial;
	    text-overflow: initial;
	    white-space: initial;
	}
	.news_a .left .btm .ol li { padding: 30px 20px;	}

	.news_a .right .box{ padding: 20px 20px 30px;}
	.news_a .right .box a{width: 100%;margin-bottom: 6px;}

}
.news_xq .left{}
.news_xq .left .left_box{padding: 40px 30px 70px;background: #fff;}
.news_xq .left .bt{	font-size: 24px;color: #333333;}
.news_xq .left .type{
	margin-top: 10px;
	padding-bottom: 24px;
	position: relative;
	margin-bottom: 26px;
	display: inline-block;
	width: 100%;
}
.news_xq .left .type:before, .news_xq .left .type:after {   position: absolute;    height: 1px;    content: "";}
.news_xq .left .type:before{ width: 7%; bottom: 0; left: 0; background: #335ebd;}
 .news_xq .left .type:after {width: 92%; right: 0; bottom: 0; background: #e4e4e4; }
.news_xq .left .type .time{	color: #999999;	float: left;}
.news_xq .left .type .bq{	float: left;	margin-left: 30px;}
.news_xq .left .type .bq,.news_xq .left .type .bq a{	font-size: 14px;	color: #999999;}
.news_xq .left .type .fx{float: right;}
#share-1{display: inline-block;}
.news_xq .left .type .fx .icon-qq{display: none;}
.news_xq .left .type .fx a:before{display: none;}
.news_xq .left .type .fx a{	width: 18px;	height: 15px;	border: none;	margin-right: 10px;}
.news_xq .left .type .fx a:last-child{margin-right: 0;}
.news_xq .left .type .fx a.icon-wechat{	background: url(../images/news_xq_weixin.png) center center/cover;}
.news_xq .left .type .fx a.icon-weibo{	background: url(../images/news_xq_weibo.png) center center/cover;}
.news_xq .left .text{font-size: 16px;color: #555555;line-height: 1.8;}
.news_xq .left .btm{
	position: relative;
	margin-top: 24px;
	padding-top: 24px;
	display: inline-block;
	width: 100%;
}
.news_xq .left .btm:before, .news_xq .left .btm:after {    position: absolute;    height: 1px;    content: "";}
.news_xq .left .btm:before{ width: 7%; top: 0; left: 0; background: #335ebd;}
.news_xq .left .btm:after {
 	width: 92%;
    right: 0;
    top: 0;
    background: #e4e4e4;
 }
 .news_xq .left .btm a{	margin: 20px 0; }
.news_xq .left .btm .fany{	float: left;	width: 80%;}
.news_xq .left .btm .fanhui{float: right;}
.news_xq .left .xiangguan{	padding: 50px 34px;	background: #fff;	margin-top: 20px;}
.news_xq .left .xiangguan .bt2{	font-size: 22px;color: #333333;}
.news_xq .left .xiangguan .ol{	margin-top: 16px;}
.news_xq .left .xiangguan .ol li{float: left;width: 47.2%;margin-right: 2.8%;}
.news_xq .left .xiangguan .ol li:nth-child(2n){	margin-right: 0;}
.news_xq .left .xiangguan .ol li a{
	padding: 12px 16px 12px 0;
	display: block;
	border-bottom: 1px solid #fafafa;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.news_xq .left .xiangguan .ol li a:before{
	width: 7px;
	height: 13px;
	background: url(../images/page_img3.png) center center/cover;
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}


.down_box { margin: 20px auto;}
.down_box li {
    float: left;
    width: 49%;
    height: auto;
    overflow: hidden;
    padding: 2%;
    margin-right: 1%;
    border-radius: 10px;
    border: 1px solid #c5c2c2;
    margin: 0 1% 20px 0;
    transition: all .6s;
}
.down_box li:hover{ background:#e5e5e6;}
.down_box li h1 { 
    width:75%;
    float:left;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
	vertical-align:middle;
}
.down_box li h2 {
    float:right;
	vertical-align:middle;
}








.banner .img .img2{display: none;}
.banner .text{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	text-align: center;
}
.banner .text .bt{
	color: #fff;
	font-size: 40px;
	line-height: 1.5;
	margin-bottom: 80px;
}
.banner .text .more_b{margin-top: 50px;}
.more_b,a.more_b{display: inline-block;	color: #fff;}
.more_b .y{border-color: #fff;}
.more_b .jt{background: url(../images/banner_jt.png) center center/cover;}
.banner .swiper-pagination{	bottom: 60px;}
.banner .swiper-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #0b6097;
	border-radius: 20px;
	opacity: 1;
	margin: 0 8px;
	transition: all 0.6s;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{	width: 24px;}
.banner .img{overflow: hidden;}
.banner .img img{
	transition: all 3s;
	transform: scale(1.4);
    -ms-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -o-transform: scale(1.4);
}
.banner .img.cur img{
	transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}
.home_a{background: #fff;padding: 36px 0;}
.home_a .ol{text-align:center;}
.home_a .ol li{
	/*float: left;
	width: 32%;*/
	width:auto;
	display:inline-block;
	position: relative;
	margin-right: 80px;
	vertical-align:top;	
}
@media(max-width:1920px){
	.home_a .ol li{
		float: left;
		width: 32%;
		position: relative;
		margin-right: 2%;
		vertical-align:top;
	}
}
.home_a .ol li:last-child{margin-right: 0;}
.home_a .ol li .icon{
	width: 102px;
	height: 102px;
	border-radius: 100%;
	border: 1px solid #e1e4ec;
	float: left;
	margin-right:20px;
}
.home_a .ol li .text{
	/*position: absolute;
	left: 122px;
	top: 12px;*/
	padding-top:10px;
	display:inline-block;
	text-align:left;
}
@media(max-width:1920px){
	.home_a .ol li .text{
		position: absolute;
		left: 122px;
		top: 12px;
		text-align:left;
	}
}
.home_a .ol li .text .bt{font-size: 20px;color: #333333;}
.home_a .ol li .text .wenzi{
	font-size: 15px;
	line-height: 1.4;
	color: #666666;
	margin-top: 4px;
}
.home_b{background: #f7f8f9;padding: 30px 0;}
.home_b .ol li{
	float: left;
	background: #fff;
	width: 32.2%;
	margin-right: 1.7%;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	overflow: hidden;
}
.home_b .ol li:last-child{	margin-right: 0;}
.home_b .ol li .img{border-radius: 8px;	overflow: hidden;}
.home_b .ol li .text{padding: 26px 30px;}
.home_b .ol li .text .bt{	font-size: 22px;	color: #333333;}
.home_b .ol li .text .wenzi{
	color: #555555;
	line-height: 1.6;
	margin-top: 6px;
	height: 46px;
	overflow: hidden;
}
.home_c{padding: 0;	background: #f7f8f9;}
.home_c:before{display: none;}
.home_c .home_c_box{
	background: url(../images/home_c_bg.jpg) top center no-repeat #fff;
	padding: 70px 60px;
	border-radius: 8px;
	overflow: hidden;
}
.home_c .home_c_box .left .more{margin-top: 90px;}
.home_e{padding: 50px 0; background: #fff;}
.home_e .top .more{	position: absolute;	right: 0;bottom: 10px;}
.home_e .top .more .y{	border-color: rgba(255, 255, 255, 0.2);}
.more_r{ width:120px; height: 40px; border-radius: 20px; background:#0f50a0; color:#fff; line-height: 40px; font-size: 14px; text-align: center; padding-left:0!important;}
.home_e .ol{margin-top: 26px;}
.home_e .ol li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	border-radius: 8px;
	overflow: hidden;
}
.home_e .ol li:last-child{margin-right: 0;}
.home_e .ol li .img{border-radius: 8px;	overflow: hidden;}
.home_e .ol li .text{padding: 20px 30px 20px 0;}
.home_e .ol li .text .bt{font-size: 20px;color: #fff;}
.home_e .ol li .text .js{
	font-size: 15px;
	margin-top: 6px;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.6);
}
@media(max-width: 1680px){
	.banner .text .bt{	font-size: 42px;}

	.home_a .ol li .icon{width: 90px;height: 90px;}
	.home_a .ol li .text{left: 110px;}
}
@media(max-width: 1600px){
	.home_b {  padding: 70px 0;}
	.home_b .ol li .text .bt{font-size: 20px;}
	.home_c .home_c_box{padding: 50px;}
	.home_e {  padding: 90px 0 100px;}
}

@media(max-width: 1500px){
	.banner .text .bt { font-size: 36px;}
	.home_a .ol li .text .bt{font-size: 18px;}
	.home_a .ol li .text .wenzi{font-size: 14px;}
	.home_b .ol li .text {
	    padding: 16px 20px;
	}
	.home_b .ol li .text .bt{font-size: 18px;}

	.home_c .home_c_box .left .more {
	    margin-top: 70px;
	}

	.home_e {
	    padding: 70px 0 90px;
	}
	.home_e .ol li .text .bt{font-size: 18px;}

.MaxNav { width: 65%;}
.header .ul li { width: 12%; margin-right: 15px;}
.nav_slide {min-height: 360px;}








}


@media(max-width: 1340px){
.footer .zhong { width: 100%;}
.right1 {  width: 100%;  margin-left: 0;}
.logo { margin-right: 5%;}
.new_lbox { height: auto;}
.nyabout { width: 100%;}



}

@media(max-width: 1200px){
.new_mbox { width: 26%;}
.new_rbox { width: 35%;}
.proimg { height: 105px;}
.rollBox .Cont { width: 87%;}


}


@media(max-width: 1100px){
	.banner .img .img1{display: none;}
	.banner .img .img2{display: block;}
	.banner .text .bt {
	    font-size: 26px;
	}
	.banner .text .more_b {
	    margin-top: 40px;
	}
	.banner .swiper-pagination {
	    bottom: 30px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{margin: 0 4px;}
	.home_a .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}

	.home_a .ol li .icon{
		width: 70px;
		height: 70px;
	}
	.home_a .ol li .text{top: 4px;left: 90px;}
	.home_b {
	    padding: 40px 0 40px;
	}
	.home_b .ol li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.home_b .ol li .text {
	    padding: 10px 16px;
	}
	.home_c .home_c_box {
		margin-top: 0;
	    padding: 30px 20px;
	}
	.home_c .home_c_box .left .more {
	    margin-top: 40px;
	}
	.home_e {
	    padding: 40px 0 40px;
	}
	.home_e .ol li{
		width: 100%;
	}
	.home_e .ol li .text{
		padding: 14px 0 20px;
	}
	.home_e .ol li .text .js{font-size: 14px;}

	.home_c .right .ol li {
	    margin-right: 40px;
	}


}

.chuizhi_banner .text_box .box1{
	margin-top: 20px;
}

.chuizhi_banner .text_box .box1 a{
	font-size: 20px;
	color: #fff;
	margin: 0 26px;
	display: inline-block;
}

.chuizhi_banner .text_box .box2{
	margin-top: 50px;
}

.chuizhi_banner .text_box .box2 a{
	display: inline-block;
	padding: 0 24px;
	line-height: 0;
	border-right: 1px dashed #6380a4;
}

.chuizhi_banner .text_box .box2 a:last-child{border-right: none;}

.mbx2{
	border: none;
	background: #eff0f1;
	padding: 4px 0;
}
.chuizhi_a{
	background: #f7f8f9;
	padding: 90px 0;
}

.chuizhi_a .ol{
	margin-top: 30px;
}

.chuizhi_a .ol li{
	float: left;
	width: 49.2%;
	margin-right: 1.6%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.chuizhi_a .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}

.chuizhi_a .ol li:last-child{margin-right: 0;}

.chuizhi_a .ol li .text{
	padding: 20px 14px;
	background: #fff;
	
}

.chuizhi_a .ol li .text .bt{
	font-size: 22px;
	color: #333333;
}

.chuizhi_a .ol li .text .js{
	margin-top: 6px;
	line-height: 1.6;
	color: #555555;
	height: 74px;
	overflow: hidden;
}

.chuizhi_b{
	background: url(../images/chuizhi_b_img.jpg) center center/cover;
	padding: 110px 0 150px;
}

.chuizhi_b .ol{
	margin-top: 30px;
}

.chuizhi_b .ol li{
	width: 32.2%;
	margin-right: 1.7%;
	float: left;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.chuizhi_b .ol li:last-child{margin-right: 0;}

.chuizhi_b .ol li .text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.4s;
}

.chuizhi_b .ol li .text .bt{
	color: #fff;
	font-size: 22px;
}

.chuizhi_b .ol li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #fff;
    display: block;
}

.chuizhi_b .ol li .text .js p{
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
}

.chuizhi_b .ol li:hover .text{
	height: 100%;
}

.chuizhi_b .ol li .text .box{
	transition: all 0.4s;
	padding: 15px 60px 15px 20px;
}

.chuizhi_b .ol li:hover .text .box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.chuizhi_b .ol li:hover .text .box .js p{
	overflow: initial;
    text-overflow:initial;
    white-space: initial;
}

.chuizhi_c{
	background: #fff;
	padding: 110px 0 150px;
}

.chuizhi_c .ol{
	margin-top: 30px;
}

.chuizhi_c .ol li{
	float: left;
	width: 32.2%;
	margin-right: 1.7%;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}

.chuizhi_c .ol li:last-child{margin-right: 0;}

.chuizhi_c .ol li .img{
	border-radius: 8px;
	overflow: hidden;
}

.chuizhi_c .ol li .text{
	padding: 26px 10px 30px 20px;
}

.chuizhi_c .ol li .text .bt{
	font-size: 22px;
	color: #333333;
	overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.chuizhi_c .ol li .text .js{
	line-height: 1.6;
	margin-top: 6px;
	color: #555555;
    display: block;
    height: 72px;
    overflow: auto;
    padding-right: 16px;
}

.chuizhi_c .ol li .text .js::-webkit-scrollbar{
	width: 4px;
	
}
.chuizhi_c .ol li .text .js::-webkit-scrollbar-track{
	background: #f3f3f3;
	width: 4px;
	border-radius: 25px;
}

.chuizhi_c .ol li .text .js::-webkit-scrollbar-track-piece{
	width: 4px;
} 
.chuizhi_c .ol li .text .js::-webkit-scrollbar-thumb{
    background: #dbdbdb;
	border: 5px;
	border-radius: 25px;
		
}
.chuizhi_c .ol li .text .js::-webkit-scrollbar-button{
	display: none;
}

@media(max-width: 1680px){
	.chuizhi_banner .text_box .box1 a{
		font-size: 18px;
		margin: 0 20px;
	}
	.chuizhi_banner .text_box .box2 {
	    margin-top: 40px;
	}
	.chuizhi_a {
	    padding: 70px 0;
	}
	.chuizhi_a .ol li .text .bt{font-size: 20px;}

	.chuizhi_b{
	    padding: 80px 0 120px;
	}
	.chuizhi_b .ol li .text .bt{font-size: 18px;}
	.chuizhi_b .ol li .text .box{
		  padding: 15px 20px;
	}
	.chuizhi_c {
	    padding: 70px 0 100px;
	}
	.chuizhi_c .ol li .text .bt{font-size: 18px;}
}

@media(max-width: 1100px){
	.chuizhi_a {
	    padding: 40px 0;
	}
	.chuizhi_a .ol li{
		width: 100%;
		margin-bottom: 12px;
	}
	.chuizhi_b {
	    padding: 40px 0;
	}
	.chuizhi_b .ol li{
		width: 100%;
		margin-bottom: 12px;
	}
	.chuizhi_c {
	    padding: 40px 0 50px;
	}
	.chuizhi_c .ol li{
		margin-bottom: 12px;
		width: 100%;
	}
	.chuizhi_banner .text .bt {
	    font-size: 26px;
	}
	.chuizhi_banner .text_box .box2 a{
		padding: 0 16px;
	}
	.chuizhi_banner .text_box .box2 {
	    margin-top: 24px;
	}
	.chuizhi_a .ol li .text .js{
		height: auto;
	}
}

.about_e .gengduo_nr{
	margin-top:10px;
	display:none;
}

.about_e .gengduo_nr .ol li{
	float:left;
	width:32.6%;
	margin-top:16px;
	margin-right:1%;
	background:#edf3ff;
	padding: 20px; 
	transition: all .6s;
}
.about_e .gengduo_nr .ol li:hover{ background:#304d8f; }
.about_e .gengduo_nr .ol li:hover .box .bt {
    color: #fff;
}
.about_e .gengduo_nr .ol li:nth-child(3n){margin-right:0;}

.about_e .gengduo_nr .ol li .box{
	color:#333;
	font-size:16px;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}

.about_e .gengduo_nr .ol li .box .bt,.about_e .gengduo_nr .ol li .box .js p,.about_e .gengduo_nr .ol li .box .js span,.about_e .gengduo_nr .ol li .box .js{
	display:block;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.about_e .gengduo_nr .ol li .box .time{
	color: #335ebd;
}
.about_e .gengduo_nr .ol li .box .bt{
	margin:5px 0 12px;
	color:#333;
}

.about_e .gengduo_nr .ol li .box .js,.about_e .gengduo_nr .ol li .box .bq{
	height:20px;
	overflow:hidden;
	color:#333;
}

.about_e .gengduo_nr .ol li .box .bq{margin-top:10px;}
.about_e .gengduo_nr .ol li .box .bq a{float:left;margin-bottom:2px;margin-right:12px;font-size:12px;}
.news_a .left .btm .ol li .img{
	float:left;
	width:30%;
	margin-top:20px
}
.news_a .left .btm .ol li .text{
	float:right;
	width:100%;
}

}



.down_box { margin: 20px auto;}
.down_box li {
    float: left;
    width: 49%;
    height: auto;
    overflow: hidden;
    padding: 2%;
    margin-right: 1%;
    border-radius: 10px;
    border: 1px solid #c5c2c2;
    margin: 0 1% 20px 0;
    transition: all .6s;
}
.down_box li h1 { 
    width:75%;
    float:left;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #333;
	vertical-align:middle;
}
.down_box li h2 {
    float:right;
	vertical-align:middle;
}
.down_box li:hover{ background:#e5e5e6;}




@media(max-width:1500px){
	.page a{
		width:60px;
		height:40px;
		line-height:40px;
	}
	
	.about_e .gengduo_nr .ol li{
		margin-top:10px;
		
	}
	.about_e .gengduo_nr .ol li .box{
		font-size:16px;
	}
.proimg { height: 115px;}






}

@media(max-width:1100px){
	.news_a .left .btm .ol li .img{width:100%;}
	.news_a .left .btm .ol li .text{
		width:100%;
		margin-top:20px;
	}
	.page{text-align:center;}
	.page a{
		width:36px;
		height:36px;
		margin-bottom:4px;
		line-height:36px;
	}
	.about_e .gengduo_nr .ol li{
		width:100%;
	}
	
	.about_e .gengduo_nr .ol li .box .js, .about_e .gengduo_nr .ol li .box .bq {
		height: auto;
		overflow: hidden;
	}
}
.map_wh{
	width:100%;
	height: 600px;
}


.page .fy{
	float: left;
}

.page .tz{
    line-height: 50px;
	float: left;
	font-size: 16px;
	margin-left: 30px;
}

.page .tz select{
	font-size: 16px;
	color: #333;
	border: none;
	background: none;
	height: 50px;
	width: 60px;
	border-radius: 6px;
	background: #fff;
	padding: 0 6px;
	text-align: center;
	text-align-last: center;
	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 0 10px;
}

@media(max-width: 1100px){
	.page .tz{
		margin-top: 20px;
		margin-left: 0;
		width: 100%;
		font-size: 14px;
	}
	.page .tz select{
		width: 50px;
		font-size: 14px;
		height: 36px;
	}
}








@media(max-width: 900px){
.nav_box .box{display:block;}
.service_box { min-height: auto;}
.ser_tt {margin-top: 25px !important;}
.new_lbox { height: auto;}
.new_mbox li:nth-child(2),.new_rbox li:nth-child(3){display: none;}
.new_rbox_left { width: 30%;}
.new_rbox_right { width: 65%;}
.container {width: 96%!important;}
.footer .zhong { display: none;}
.right1 { float: left; width: 50%;}
.index-title div:before { left: 20%;}
.index-title div:after { right: 20%;}
.pro_box li { width: 48%;}
.pro_ppbox li { width: 32%;}
.proimg { height: 105px; margin-bottom: 0;}
.w1200 { width: 96%;}
.contProd .item1 .text { padding: 0;}
.contProd .item1 .text .tit { line-height: 35px; font-size: 26px;}
.con { width: 90%; margin-left: 5%;}
.case_l { width: 40%;}
.case_r { width: 54%;}
.con h1 { margin-bottom: 20px;}
.page a { width: 55px;}
.nyabout { width: 90%;}
.abjsd_textjs { font-size: 14px; line-height: 20px;}
.rollBox { width: 100%;}
.rollBox .Cont { width: 89%;}




}







@media(max-width: 640px){
.new_lbox { width: 45%;}
.new_mbox{ width: 50%;}
.new_rbox {width: 100%;}
.new_rbox li { padding:5%;}
.right1 { width: 100%;}

.index-title div:before { left: 0%; }
.index-title div:after { right: 0%;}
.abb { width: 40%;}
.conbox li .con_r { width: 75%;}
.nav_box .navlist { margin-top: 50px;}
.title .btt { font-size: 26px;}






}




@media(max-width: 640px){
.conbox li .con_r { width: 66%; }







}