@charset "utf-8";
/* CSS Document */
*,*:before,*:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none !important; }
body{ margin:0px; padding:0px; font-size:12px;font-family: "微软雅黑";color:#000;line-height:1; background:#FFF;}
ul,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,ol,form,input{ margin:0px; padding:0px;}
input,textarea { font-family: "微软雅黑"; border: none; outline: none; background: none; }
ul,li{ list-style:none}
img{border:0px; padding:0px; display: block;}
a{ color:#5c5c5c; text-decoration:none}

h2,h3,h4,h5,h6,h1,b,strong { font-weight: normal; }
em,i { font-style: normal; }

body{ overflow-x: hidden; }

@keyframes sliderPagination {
    100% {transform: scaleX(1); opacity: 1;}
}

.clear{ zoom: 1; }
.clear:after { content: ''; display: block; clear: both; }
.fl { float:left}
.fr { float:right}
.hidden{display:none;}


.header{height: 100px; z-index: 100; position: fixed; width: 100%; top: 0; left: 0;transition: All 0.4s ease-in-out; padding: 0 2%; display: flex; align-items: center; justify-content: space-between; }
.logo{}
.logo img{ height: 60px; }
.logo2{display: none; height: 60px;}
.ssdh{}
.ssdh p{text-align: center; line-height: 42px;float: right; border-radius: 17px; background: #1a75d1;width: 180px;color: #fefefe; font-size: 16px; background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%),  linear-gradient( #007eff, #007eff);background-blend-mode: normal, normal; border-radius: 10px;}
.ssdh p img{display: inline-block;vertical-align: middle; margin: -3px 6px 0 0;}

.nav{  }
.nav ul{ display: flex;align-items: center; justify-content: center;}
.nav li{ font-size: 16px; position: relative; margin: 0 6px;}
.nav h3{ position: relative; border-radius: 8px;  }
.nav h3 a{color: #fff;display: block; position: relative; height: 44px; line-height: 44px; width: 100%; border-radius: 8px; padding: 0 20px; font-size: 16px;  transition: all 0.6s; z-index: 2; }
.nav h3:after{ background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%),  linear-gradient( #007eff, #007eff); background-blend-mode: normal, normal; content: ""; left: 0; position: absolute; top: 0; height: 100%; width: 0; transition: all 0.4s; z-index: 0;border-radius: 8px; }
.nav .on h3 a{ background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%),  linear-gradient( #007eff, #007eff);background-blend-mode: normal, normal;}
.nav h3 a:before{position: absolute; content: "/"; font-size: 12px; color: #cccccc; right: -5px; height: 44px; line-height: 44px; top: 0; width: 10px; text-align: center; z-index: 3;}
.nav .on h3 a:before{ display: none; }
.nav li:last-child h3 a:before{ display: none; }
.nav li:hover h3:after{ width: 100%; }
.nav li:hover h3 a:before{ display: none; }
/*.nav:hover li h3 a:before{ display: none; }*/


.sub{width: 100%;position: absolute;left: 0;top: 44px;background: #fff;display: none;}
.sub dt{text-align: center; font-size: 14px; color: #777777; line-height: 38px;}
.sub dt a{display: block; color: #777;}
.sub dt a:hover {color: #fff; background: #139de3;}
.header.on{background: rgba(0, 0, 0, .55);   box-shadow:0 0 10px rgba(0, 0, 0, .1); }
.header.on .nav h3 a{color: #fff;}

.fgt{height: 100px;}
.banner{position: relative; overflow: hidden; width: 100%;}
.banner img{width: 100%;}
.banner_text{ width: 1500px; position: absolute;left:50%; top:50%; transform:translate(-50%,-40%);}
.text_top h2{font-weight: bold; font-size: 60px; color: #fff; line-height: 1.4;}
.text_top a{font-size: 16px; color: #fff; margin-top: 65px; width: 120px; height: 44px; border:1px solid #fff; border-radius: 10px; text-align: center; display: flex; align-items: center; justify-content: center; cursor: pointer;}

.banner .swiper-button-prev{left:20px; top: 50%; margin-top: -22px; z-index: 2; display: none; }
.banner .swiper-button-next{ right: 20px; top: 50%; margin-top: -22px; display: none;  }
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next{  display: block; }

.banner .swiper-container .swiper-pagination-bullet { opacity: 1; position: relative; width: 50px;border: none; height: 3px; border-radius: 0; margin: 0 4px; background:#fff; transition: background-color .3s ease;}
.banner .swiper-container .swiper-pagination-bullet-active{background: #fff;}
.banner .swiper-pagination-bullet::before {  display: block; content: ""; position: absolute;  top: 0;  left: 0; width: 100%; height: 100%; background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%),  linear-gradient( #007eff, #007eff);background-blend-mode: normal, normal; transform: scaleX(0); transform-origin: 0 0;}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {animation: sliderPagination 3s linear forwards}
.banner .swiper-container .swiper-pagination-bullet:hover { background-color: #fff;}


@keyframes ab{
	0%{ transform: translate(-50%,-50%) scale(1); opacity: 1;}
	100%{transform: translate(-50%,-50%) scale(1.5); opacity:0;}
}


.footer{background: #1f2636;}
.footerbox{width: 1500px; overflow: hidden; margin: 0 auto; }
.foot_top{padding: 75px 0 38px; border-bottom: 1px solid #343a47;overflow: hidden; display: flex; align-items: center; justify-content: space-between;}
.foot_top img{}
.foot_text{ text-align: right; }
.foot_text h2{font-size: 20px; color: #fff; margin-bottom: 12px;}
.foot_text p{font-size: 14px;color: #777f91;}
.foot_bottom{overflow: hidden; padding: 55px 0 70px;}

.foot_left{float: left; width: calc(100% - 180px);}
.foot_left h2{font-weight: bold; font-size: 16px; color: #fff; margin-bottom: 28px;}
.foot_left ul{overflow: hidden; display: flex; justify-content: space-between;}
.foot_left li{}
.foot_left dt{line-height: 35px; font-size: 14px;}
.foot_left dt a{color: #777f91; }
.foot_left dt a:hover{color: #fff;}
.foot_left p{font-size: 14px; line-height: 35px;color: #fff;}
.foot_left p i{ font-size: 14px; color: #777f91; }
.foot_left p i a{ font-size: 14px; color: #777f91; }

.foot_left span{font-size: 14px; line-height: 35px;color: #fff;}
.foot_left span i{ font-size: 14px; color: #777f91; }
.foot_left span i a{ font-size: 14px; color: #777f91; }

.foot_left p a{ display: block; font-size: 34px; color: #fff; line-height: 40px; margin-bottom: 6px; }
.foot_right{float: right;text-align: center;width: 121px;}
.foot_right p{font-size: 14px; margin-top: 17px; color: #fff;}

.bqxx{padding:30px 0 45px;width: 1500px; margin: 0 auto;}
.bqxx p{font-size: 14px; line-height: 1.6; color: #777f91;}
.sjzs{display: none;}



.cont{ width: 1500px; margin:0 auto; position: relative; }





.swiper-button-next:after,
.swiper-button-prev:after{ display: none;}
.swiper-button-prev{ position: absolute; top:auto; left:auto; width: 43px;height: 43px;background:url(../img/icon11.png) no-repeat center center rgba(0,0,0,0); background-size:100% 100%; z-index: 2; }
.swiper-button-prev:hover{ background-image: url(../img/icon11.png) !important; }
.swiper-button-next{ position: absolute; top:auto; left:auto; width: 43px;height: 43px;background:url(../img/icon12.png) no-repeat center center rgba(0,0,0,0); background-size:100% 100%; z-index: 2; }
.swiper-button-next:hover{ background-image: url(../img/icon12.png) !important; }
.swiper-button-disabled{ opacity: 0.4 !important; }
.swiper-container{ transform: translate3d(0,0,0); }
.swiper-slide{ transform: translate3d(0,0,0); }

.kh_toghether{ position: relative; padding: 80px 0; background-color: #fff; }
.kh_toghether .swiper-container { height: 145px; width: 100%; padding: 5px; }
.kh_toghether .swiper-slide{ transition: all 0.4s; border-radius: 5px; overflow: hidden; box-shadow:0 0 10px #ddd; height: 125px;}
.kh_toghether .swiper-slide:hover { box-shadow: 0 0 10px rgba(0,0,0,0.1); transform:translateY(-2px); }
.kh_toghether .swiper-slide .item{ display: block; position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.kh_toghether .swiper-slide .item img{ width: auto; min-width: 100%; min-height: 100%; }
.kh_toghether .swiper-button-prev{ right: 60px; top:50px; z-index: 2; }
.kh_toghether .swiper-button-next{ right: 0px; top:50px;z-index: 2;  }

.tit{ margin-bottom: 40px; position: relative; }
.tit h3{ font-size: 44px; color: #222222; font-weight: bold; line-height: 54px; }
.tit h6{ font-size: 20px; color: #666666; line-height: 36px; margin-top: 15px; font-weight: normal; }
.tit.white h3{ color: #fff; }
.tit.white h6{ color: #fff; }
.tit.center{ text-align: center; }
.tit .tabs{ position: absolute; right: 0; top: 50%; margin-top: -25px; height: 70px; display: flex; align-items: center; overflow: hidden; }
.tit .tabs span{ float: left; width: 112px; height: 50px; line-height: 50px; border-radius: 10px; font-size: 18px; color: #fff; margin-left: 20px; text-align: center; line-height: 50px; background-color: #efefef; color:#666; cursor: pointer; }
.tit .tabs span.on{background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%), linear-gradient( #000000, #000000); background-blend-mode: normal, normal; box-shadow: 0px 5px 8px 0px rgba(27, 84, 164, 0.31); color: #fff; }


.gs_news{ background-color: #f7f7f7; padding: 90px 0 0; }
.gs_news .list{ display: none; overflow: hidden; padding-bottom: 90px; }
.gs_news .list.on{ display: block; }
.gs_news .item{ display: block; width: 32%; float: left; margin-right: 2%; background-color: #fff; border-radius: 15px; position: relative; overflow: hidden; cursor: pointer; box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.06);}
.gs_news .item:nth-child(3n){ margin-right: 0; }
.gs_news .item .bgs{ width: 100%; display: block; opacity: 0; transition: all 0.4s; }
.gs_news .item .ups{ position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; padding: 40px 30px; transition: all 0.4s; }
.gs_news .item .bta{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 22px; color: #222; line-height: 30px; font-weight: bold; transition: all 0.4s; }
.gs_news .item .desc{  font-size: 13px; color: #666; line-height: 20px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;

   transition: all 0.4s; margin-top: 20px; }
.gs_news .item .lib{ display: flex; align-items: center; justify-content: space-between; position:absolute; left: 0; bottom: 40px; height: 44px; width: 100%; padding: 0 30px; }
.gs_news .item .lib i{ font-size: 13px; color: #666;  transition: all 0.4s;}
.gs_news .item .lib strong{ display: block; display: flex; align-items: center; justify-content: center; width: 136px; height: 44px; border:1px solid #e0e0e0; border-radius: 44px;  transition: all 0.4s; }
.gs_news .item .lib strong b{ padding-right: 15px; background-image: url(../img/icon31.png); background-position: right center; background-repeat: no-repeat; background-size: 11px auto; }
.gs_news .item:hover .bgs{ opacity: 1; }
.gs_news .item:hover .ups{ background-color:rgba(0,0,0,0.6);  }
.gs_news .item:hover .bta{ color: #fff; }
.gs_news .item:hover .desc{ color: #fff; }
.gs_news .item:hover .lib i{ color: #fff; }
.gs_news .item:hover .lib strong{ color: #fff; border:none; background-color: #1b54a4; }
.gs_news .item:hover .lib strong b{ background-image: url(../img/icon8.png);}


.gc_case{ background-color: #eaf1f9; padding: 90px 0; }
.gc_case .list{ display: none; }
.gc_case .list.on{ display: block; }
.gc_case .item{ display: block; width: 32%; float: left; margin-right: 2%; background-color: #fff; border-radius: 15px; position: relative; overflow: hidden; cursor: pointer; transition: all 0.6s; }
.gc_case .item:nth-child(3n){ margin-right: 0; }
.gc_case .item .imga{ display: block; width: 100%; position: relative; }
.gc_case .item .imga img{ display: block; width: 100%; }
.gc_case .item .imga span{ display: none; }
.gc_case .item .namea{ display: block; height: 84px; padding: 0 10px; text-align: center; line-height: 84px; font-size: 20px; color: #000; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gc_case .item:hover{ transform: scale(1.03); }
.gc_case .item:hover .imga span{ display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: linear-gradient(45deg, rgba(82,188,236,1) 0%, rgba(27,84,164,1) 100%), linear-gradient( #000000, #000000); background-blend-mode: normal,normal; opacity: 0.65; }
.gc_case .item .imga:before{ content: ""; position: absolute; left: 50%; top: 50%; width: 0; height: 0; transform:translate(-50%,-50%); background-image: url(../img/icon1.png); background-size: 100% 100%; z-index: 2; opacity: 0;  transition: all 0.6s; }
.gc_case .item:hover .namea{ border:none;background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%), linear-gradient( #000000, #000000); background-blend-mode: normal, normal;  color: #fff; }
.gc_case .item:hover{ transform: translateY(-20px); box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.06); }
.gc_case .item:hover .imga:before{ width: 60px; height: 60px;  opacity: 1 }


.zl_down{ padding: 90px 0; background-image: url(../img/icon21.png); background-size: 100% 100%; background-position: center center; background-repeat: no-repeat; }
.zl_down .list{}
.zl_down .item{ width: 49.06%; border:1px dashed rgba(255,255,255,0.2);/* box-shadow: 0 0 1px rgba(255,255,255,0.8);*/ display: flex; align-items: center; margin-bottom: 32px; float: left; border-radius: 10px; padding: 30px 28px; cursor: pointer; transition: all 0.4s; transition: all 0.6s; position: relative; }
.zl_down .item:nth-child(2n){ float: right; }
.zl_down .item .txt{ display: block; flex:1; margin-right: 20px; position: relative; z-index: 2; }
.zl_down .item .txt b{ display: block; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 24px;}
.zl_down .item .txt i{ display: flex; font-size: 13px; color: #fff; margin-top: 14px;height: 15px; }
.zl_down .item .txt i em{ margin-right: 20px; padding-left: 22px; background-image: url(../img/icon7.png); background-position: left center; background-repeat: no-repeat; background-size: 15px auto; }
.zl_down .item .txt i em.bg02{ background-image: url(../img/icon6.png); }
.zl_down .item .see{ display: flex; align-items: center; justify-content: center; width: 98px; height: 42px; background-color: #fff; border-radius: 10px; font-size: 14px; color: #222; position: relative; z-index: 2;  }
.zl_down .item .see img{ display: block; width: 20px; margin-right: 4px; }
.zl_down .item:after{ box-shadow: none; background-image: linear-gradient(45deg, rgba(82,188,236,1) 0%, rgba(27,84,164,1) 100%), linear-gradient( #000000, #000000); background-blend-mode: normal,normal; position: absolute; left: 0; top: 0; width: 0; height: 100%; content: ""; display: block; transition: all 0.6s;border-radius: 10px; z-index: 0; }
.zl_down .item:hover{border:1px dashed rgba(0,0,0,0); }
.zl_down .item:hover:after{ width: 100%; }

.zl_down1{ background-position: center center; background-repeat: no-repeat; }
.zl_down1 .list{}
.zl_down1 .item{box-shadow: none; background-image: linear-gradient(45deg, rgba(82,188,236,1) 0%, rgba(27,84,164,1) 100%), linear-gradient( #000000, #000000); background-blend-mode: normal,normal; width: 49.06%; border:1px dashed rgba(255,255,255,0.2);/* box-shadow: 0 0 1px rgba(255,255,255,0.8);*/ display: flex; align-items: center; margin-bottom: 32px; float: left; border-radius: 10px; padding: 30px 28px; cursor: pointer; transition: all 0.4s; transition: all 0.6s; position: relative; }
.zl_down1 .item:nth-child(2n){ float: right; }
.zl_down1 .item .txt{ display: block; flex:1; margin-right: 20px; position: relative; z-index: 2; }
.zl_down1 .item .txt b{ display: block; font-size: 16px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 24px;}
.zl_down1 .item .txt i{ display: flex; font-size: 13px; color: #fff; margin-top: 14px;height: 15px; }
.zl_down1 .item .txt i em{ margin-right: 20px; padding-left: 22px; background-image: url(../img/icon7.png); background-position: left center; background-repeat: no-repeat; background-size: 15px auto; }
.zl_down1 .item .txt i em.bg02{ background-image: url(../img/icon6.png); }
.zl_down1 .item .see{ display: flex; align-items: center; justify-content: center; width: 98px; height: 42px; background-color: #fff; border-radius: 10px; font-size: 14px; color: #222; position: relative; z-index: 2;  }
.zl_down1 .item .see img{ display: block; width: 20px; margin-right: 4px; }
.zl_down1 .item:after{ box-shadow: none; background-image: linear-gradient(45deg, rgba(82,188,236,1) 0%, rgba(27,84,164,1) 100%), linear-gradient( #000000, #000000); background-blend-mode: normal,normal; position: absolute; left: 0; top: 0; width: 0; height: 100%; content: ""; display: block; transition: all 0.6s;border-radius: 10px; z-index: 0; }
.zl_down1 .item:hover{border:1px dashed rgba(0,0,0,0); }
.zl_down1 .item:hover:after{ width: 100%; }



.worth{ padding: 100px 0; background-image: url(../img/icon10.png); background-size: 100% auto; background-position: top center; background-repeat: no-repeat; }
.worth .cont{ display: flex; justify-content: space-between; }
.worth ul{ position: relative; padding-top: 45px; }
.worth ul:before{ content: ""; position: absolute; left: 0; top: 0; width: 60px; height: 6px; background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%), linear-gradient( #000000, #000000); background-blend-mode: normal, normal; }
.worth ul li{ display: flex; align-items: center; font-size: 20px; color: #222; margin-bottom: 37px;}
.worth ul li img{ display: block; width: 76px; height: 76px; margin-right: 24px; }
.worth .photo{ width: 594px; }
.worth .photo img{ width: 100%; }



@media(max-width:1540px){
.banner_text{width: 100%; padding: 0 100px;}
.text_top h2{font-size: 45px;}
.nav h3 a{ padding: 0 18px;}
.cont{ width: 100%; padding: 0 3%; }

.footerbox{width: 100%; padding: 0 3%;}
.bqxx{width: 100%; padding: 30px 3% 40px;}
}
@media(max-width:1480px){
.logo img{ height: 46px; }
.ssdh p{ width: 160px; }
.nav li{ margin:0 3px; }
.nav h3 a{ padding: 0 16px; font-size: 15px; }
.text_top h2{font-size: 35px;}
.text_top a{font-size: 14px; margin-top: 30px;}
.ssdh p{ width: 140px; font-size: 14px; }


}
@media(max-width:1340px){
.logo img{ height: 44px; }
.nav h3 a{ padding: 0 12px; font-size: 15px; }
.ssdh p{ width: 140px; font-size: 14px; }

.gs_news .item .ups{ padding: 30px 25px; }
.gs_news .item .lib{ bottom: 30px; padding: 0 25px; }
.gs_news .item .bta{ font-size: 20px; }
.gs_news .item .lib{ height: 36px; }
.gs_news .item .lib strong{ height: 36px; width: 110px; }
}
@media(max-width:1220px){
.header{ padding: 0 15px; }

.nav li{ margin:0 1px; }
.nav h3 a{ padding: 0 10px; font-size: 14px; }
.nav h3 a:before{ display: none; }
.logo img{ height: 38px; }
.ssdh p{ width: 120px; font-size: 13px; }
.ssdh p img{ margin:-3px 3px 0 0; width: 14px; }
.foot_top{ padding: 50px 0 20px; }

.tit h3{ font-size: 36px; line-height: 48px; }
.tit h6{ font-size: 16px; margin-top: 10px;}
.tit .tabs{ height: 56px; margin-top: -28px; }
.tit .tabs span{ height: 36px; line-height: 36px; font-size: 15px; width: 90px; }


.worth{ padding: 60px 0; }
.worth .cont{ align-items: center; }
.worth .photo{ width: 39.6%; }
.worth ul li{ font-size: 18px; margin-bottom: 30px; }
.worth ul li img{ width: 64px; height: 64px;  }
.gc_case{ padding: 60px 0; }
.gc_case .item .namea{ height: 64px; line-height: 64px; font-size: 18px; }
.zl_down{ padding: 60px 0; }
.zl_down .item{ padding: 25px 20px; }

.gs_news{ padding: 60px 0 0; }
.gs_news .item .ups{ padding: 25px 20px; }
.gs_news .item .lib{ bottom: 20px; padding: 0 20px; }
.gs_news .item .bta{ font-size: 18px; }
.gs_news .item .lib{ height: 32px; }
.gs_news .item .lib strong{ height: 32px; width: 100px; }

.kh_toghether{ padding: 60px 0; }
}
@media(max-width:1024px){
.fgt2 { height: 60px; }
.header{height: 60px; padding: 0 0.3rem;background: #fff; background-color: #1b54a4;  }
.header.on{background-color: #1b54a4; box-shadow:none; }
.ssdh{display: none;}
.logo{width: 130px; top: 13px;left: 3%; }
.header .logo1{ height: 44px;}
.dhbtn{background: url(../img/icon30.png) no-repeat center center #50b7e7;background-size: 20px 20px; position: absolute; right: 3%; top: 15px;width: 30px;height: 30px;border-radius: 4px; cursor: pointer; }
.dhbtn.on{background: url(../img/icon29.png) no-repeat center center #d61d33;background-size: 20px 20px; }
.nav{position: fixed; width: 200px; left: -200px; top: 60px; background: #fff;height:calc(100% - 60px); padding: 0;}
.nav ul{ display: block; }
.nav li{line-height: 50px; width: 100%; float: none; border-bottom: 1px solid #eee;float: none;font-size: 16px; padding: 0 10px;}
.nav h3 a{color: #333; text-align:center;}
.nav h3 a:before{ display: none !important; opacity: 0 !important; }
.nav h3:after{ display: none !important; }
.nav .on h3 a{ color: #1b54a4; text-align: center; background-image: none; }
.sub{position: static;}
.banner{height: 8rem;}
.banner img{width: auto;height: 8rem;}

.banner_text{ padding: 0 15px; }
.cont{ padding: 0 15px; }
.text_top h2{font-size: 22px;}
.text_top a{font-size: 14px; height: 36px; width: 100px;}


.foot_top{padding: 40px 0 20px;}
.foot_top img{ height: 40px;}
.foot_text{float: none;}
.foot_bottom{padding: 30px 0 0 0;}
.bqxx p{}
.foot_left{float: none; width: 100%;}
.foot_left ul{ flex-wrap: wrap;}
.foot_left ul li{ margin-right: 20px; margin-bottom: 20px; }
.foot_left h2 { font-weight: 400; margin-bottom: 20px;}
.foot_left dl{}
.foot_left p{line-height: 35px; font-size: 14px;}
.foot_left p a{ font-size:16px; line-height: 35px; margin-bottom: 0; }
.foot_right{float: none; width: 100%; padding: 20px 0;border-bottom: 1px solid #343a47;}
.foot_right img{margin: 0 auto;}
.bqxx{padding: 10px 3%; width: 100%;}


.tit h3{ font-size: 28px; line-height: 40px; }
.tit h6{ font-size: 14px; margin-top: 0px;}
.tit .tabs{ height: 56px; margin-top: -28px; }
.tit .tabs span{ height: 36px; line-height: 36px; font-size: 14px; width: 80px; }


.worth{ padding: 40px 0; }
.worth .cont{ align-items: center; }
.worth .photo{ width: 39.6%; }
.worth ul li{ font-size: 18px; margin-bottom: 30px; }
.worth ul li img{ width: 64px; height: 64px;  }
.gc_case{ padding: 40px 0; }
.gc_case .item .namea{ height: 64px; line-height: 64px; font-size: 18px; }
.zl_down{ padding: 40px 0; }
.zl_down .item{ padding: 20px 15px; }
.zl_down .item .see{ width: 72px; height: 36px; font-size: 12px; }
.zl_down .item .txt b{ font-size: 14px; }
.zl_down .item .txt i{ font-size: 13px; }

.kh_toghether{ padding: 40px 0; }

.swiper-button-prev{ display: none !important; }
.swiper-button-next{ display: none !important; }
.gs_news .item .ups{ padding: 15px; }
.gs_news .item .bta{ font-size: 15px; }
.gs_news .item .desc{ margin-top: 5px; font-size: 13px; }
.gs_news .item .lib{ bottom: 15px; padding: 0 15px; height: 28px; font-size: 12px; }
.gs_news .item .lib strong{ width: 80px; height: 28px; font-size: 12px; background-size: 10px auto; }
/*.gs_news .item{ width: 100%; margin-right: 0; margin-bottom: 15px; }*/
.gs_news{ padding: 40px 0; }
.gs_news .list{ padding-bottom: 0; }


}

@media(max-width:800px){
.tit{ margin-bottom: 30px; }
.tit h3{ font-size: 22px; line-height: 36px; }
.tit h6{ font-size: 14px; margin-top: 0px;}
.tit .tabs{ height: 56px; margin-top: 15px; position: static;  }
.tit .tabs span{ height: 36px; line-height: 36px; font-size: 14px; width: 80px; margin-left: 0; margin-right: 20px; }


.worth .photo{ display: none; }
.gc_case .item { width: 100%; margin-right: 0; margin-bottom: 15px; }
.gc_case .item .namea{ font-size: 15px; height: 52px; line-height: 52px; }
.gs_news .item { width: 100%; margin-right: 0; margin-bottom: 15px; }

.worth ul li{ font-size: 16px; margin-bottom: 20px; }
.worth ul li img{ width: 52px; height: 52px; margin-right: 12px;  }
}

@media(max-width:700px){
.foot_top{padding: 30px 0 15px; display: block;}
.foot_top img{ height: 30px; margin-bottom: 10px;}
.foot_bottom{padding: 25px 0 0 0;}
.bqxx p{}
.foot_text h2{ font-size: 15px; margin-bottom: 8px; }
.foot_text p{ font-size: 12px; }
.foot_left{float: none; width: 100%;}
.foot_left ul{ flex-wrap: wrap;}
.foot_left ul li{ margin-right: 20px; margin-bottom: 20px; }
.foot_left h2 { font-weight: 400; margin-bottom: 10px; font-size: 15px;}
.foot_left dl{}
.foot_left dt{ line-height: 24px; font-size: 12px; }
.foot_left p{line-height: 24px; font-size: 12px;}
.foot_left p a{ font-size:14px; line-height:24px; margin-bottom: 0; }
.foot_right{float: none; width: 100%; padding: 20px 0;border-bottom: 1px solid #343a47;}
.foot_right img{margin: 0 auto;}
.bqxx{padding: 10px 3%; width: 100%;}
.bqxx p{ font-size: 12px;}


.zl_down .item{ width: 100%; margin-right: 0; margin-bottom: 15px; }
.zl_down1 .item{ width: 100%; margin-right: 0; margin-bottom: 15px; }
}


/*页码*/
.pages{ padding: 60px 0px 60px; display: flex; align-items: center; justify-content:center; }
.pages a{ display: block; width:36px; height: 36px; border-radius: 6px; line-height: 34px; text-align: center; border:1px solid #d9d9d9; margin-left:10px; font-size: 14px; color: rgba(0, 0, 0, 0.65); cursor: pointer; transition: all 0.4s; }
.pages a.on{ background-color: #007eff; border:1px solid #007eff; color: #fff; }
.pages a:hover{ background-color: #007eff; border:1px solid #007eff; color: #fff; }
.pages .change{ font-size: 14px; width: 60px; }
/*页码*/


.smallban{ position: relative; overflow: hidden; cursor: pointer; }
.smallban .pic{ display: block; width: 100%; transition:1s linear 0s; transform:scale(1.1); cursor: pointer; }
.smallban:hover .pic{ transform:scale(1,1);}
.smallban p{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; padding: 0 0.3rem; display: flex; align-items: center; justify-content: center; flex-direction: column; padding-top: 50px; }
.smallban p b{ display: block; font-size: 48px; color: #fff; font-weight: bold; text-align: center;  }
.smallban p b em{ font-size: 44px; display: block; line-height: 1.3; }
.smallban p i{ display: block; font-size: 32px; color: rgba(255,255,255,0.5);  margin-top:20px; text-align: center; }

.newspage{ padding-bottom: 20px; }
.pagemenus{ width: 100%; background-color:#f8f8f8; margin-bottom: 30px;    }
.pagemenus .cont{display: flex; align-items: center; justify-content: space-between; height: 80px;}
.pagemenus p{ padding-left: 28px; background-position: left center; background-repeat: no-repeat; background-size:16px auto; font-size: 14px; color: #444; display: flex; align-items: center; background-image: url(../img/pot02.png); height: 40px; }
.pagemenus p i{ padding: 0 8px; }
.pagemenus p a:hover{ color: #00a5ec; cursor: pointer; }
.pagemenus .tabs{ display: flex; align-items: center; }
.pagemenus .tabs a{ font-size: 16px; color: #666; height: 80px; display: block; position: relative; cursor: pointer; padding: 0 24px; display: flex; align-items: center; transition: all 0.4s; }
.pagemenus .tabs a span{ position: relative; z-index: 2; }

.pagemenus .tabs a:after{ background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%), linear-gradient( #231e19, #231e19); background-blend-mode: normal, normal; color: #fff; position: absolute; left: 0; top: 0; width: 0; height: 100%; transition: all 0.4s; content: ""; }
.pagemenus .tabs a.on{ color: #fff; }
.pagemenus .tabs a.on:after{ width: 100%; }
.pagemenus .tabs a:hover{ color: #fff; }
.pagemenus .tabs a:hover:after{ width: 100%; }

.xwlist{ background-color: #fff; }
.xwlist .sin{ overflow: hidden; border-bottom:1px solid #ededed; display: flex; align-items: center; padding: 30px 0; position: relative; transition: all 0.4s; }
.xwlist .sin .cont{ overflow: hidden; }
.xwlist .sin .texta{ float: right; width:calc( 100% - 330px );}
.xwlist .sin .texta b{ display: block; font-size: 22px; color: #131313; line-height: 32px; transition: all 0.4s;  }
.xwlist .sin .texta span{ display: block; font-size: 14px; color: #999; line-height: 24px; height:62px; overflow: hidden; margin: 30px 0; transition: all 0.4s;  }
.xwlist .sin .texta i{ display: block; font-size: 14px; color: #999; line-height: 24px; height: 24px; overflow: hidden; transition: all 0.4s;  }
.xwlist .sin .texta i em{ font-weight: normal; transition: all 0.4s; }
.xwlist .sin .pica{ float: left;  width:300px; text-align: center; }

.xwlist .sin .pica i{ display: block; width: 100%; height: 0; padding-bottom:67.78%; overflow: hidden; position: relative; }
.xwlist .sin .pica i img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all 0.4s; }
.xwlist .sin .pica:hover i img{ transform:scale(1.1); }
.xwlist .sin:hover{ background-color: #00a5ec; }
.xwlist .sin:hover .texta b{ color: #fff; }
.xwlist .sin:hover .texta span{ color: #fff; }
.xwlist .sin:hover .texta i{ color: #fff; }

.newspage .wzinfo{ background-color: #fff; padding: 60px 65px; }
.newspage .wzinfo .desc{ font-size: 16px; color: #444; line-height: 30px; margin-top:30px; border-top: 1px solid #ebebeb; padding-top: 40px; }
.newspage .wzinfo .desc b{ display: block; color: #1b54a4; font-weight: bold; }
.newspage .wzinfo .desc img{ /*display: block;*/ max-width: 100%; margin:30px 0; }
.newspage .wzinfo h3{ font-size: 36px; color: #222222; font-weight: bold; }
.newspage .wzinfo h6{ font-size: 15px; color: #888; margin-top: 30px; line-height: 20px; }
.newspage .bot{ display: flex; align-items: center; justify-content: space-between; height:42px; margin:40px auto; }
.newspage .bot p{ padding-left:23px; background-position: left center; background-repeat: no-repeat; background-size: 15px auto; background-image: url(../img/pot04.png); font-size: 14px; color: #777;  }
.newspage .bot p:last-child{ padding-left:0; padding-right:23px; background-position: right center; background-image: url(../img/pot05.png); }
.newspage .bot p a{ color: #777; cursor: pointer; }
.newspage .bot p a:hover{ color: #1b54a4; }
.newspage .bot .back{ display: block; width: 128px; height: 42px; display: flex; align-items: center; justify-content: center; background-color: #fff; box-shadow: 0px 1px 10px 0px rgba(165, 170, 183, 0.3); border-radius: 42px; font-size: 14px; color: #777; cursor: pointer; }
.newspage .bot .back img{ display: block; width: 11px; margin-right: 9px; }

.pagemenus.bgtm{ background-color: transparent; margin-bottom: 0; }
.header.white{ background-color: #fff; position: static;box-shadow: 0 0 10px #eee;  }
.header.white .logo .logo1{ display: none; }
.header.white .logo .logo2{ display: block; }
.header.white .nav h3 a{ color: #333; }
.header.white .nav .on h3 a{ color: #fff; }
.header.white .nav li:hover h3 a{ color: #fff; }

.solvespage{ padding-bottom: 20px;  }
.jjlist{  }
.jjlist .item{ width: 48.13%; float: left; border-radius:15px; background-color: #fff;box-shadow: 0px 10px 30px 0px rgba(204, 204, 204, 0.31); padding: 0 25px; margin-bottom: 18px; cursor: pointer; }
.jjlist .item span{ padding-left: 40px; background-position: left center; background-repeat: no-repeat; background-size: 18px auto; background-image: url(../img/pot44.png); font-size: 16px; color: #444; font-weight: bold; display: flex; align-items: center; height: 72px;  }
.jjlist .item i{width: 46px; height: 24px; background-image: linear-gradient(45deg, #daedf8 0%, #d1dded 100%), linear-gradient( #000000, #000000); background-blend-mode: normal, normal; border-radius: 6px; font-size: 14px; color: #1d57a6; margin-left: 10px; font-weight: normal; display: block; line-height: 24px; text-align: center;}
.jjlist .item:nth-child(2n){ float: right; }
.jjlist .item:hover span{ color: #007eff; }

.wtlist{}
.wtlist .sin{ /*width: 48.13%; float: left;*/ border-radius:15px; background-color: #fff;box-shadow: 0px 10px 30px 0px rgba(204, 204, 204, 0.31); padding:20px 30px 10px 30px; margin-bottom: 25px; overflow: hidden; }
/*.wtlist .sin:nth-child(2n){ float: right; }*/
.wtlist .sin h3{ padding-left:40px; position: relative; height:48px; display: flex; align-items: center; font-size: 16px; color: #444; font-weight: bold; margin-bottom: 25px; line-height: 1.2; }
.wtlist .sin h3:before{ width:26px; height:26px;background-color: #1b54a4; border-radius: 6px; display: flex; align-items: center; justify-content: center; content: "Q"; position: absolute; left: 0; top: 50%; margin-top: -13px; font-size: 14px; color: #fff;  }
.wtlist .sin h6{ padding-left:40px; position: relative; /*height:120px;*/ display: flex; align-items: flex-start; font-size: 16px; color: #444; line-height: 1.5; margin-bottom: 15px;}
.wtlist .sin h6:before{ width:26px; /*height:26px;*/background-color: #e07900; border-radius: 6px; display: flex; align-items: center; justify-content: center; content: "A"; position: absolute; left: 0; top: 0; font-size: 14px; color: #fff;  }

.allist .item{ float: left; width: 46%; width: 48%; cursor: pointer; margin-bottom: 60px; }
.allist .item:nth-child(2n){ float: right; }
.allist .item .imga{ width: 50%; border-radius: 10px; overflow: hidden; float: left; }
.allist .item .imga img{ display: block; width: 100%; }
.allist .item .info{ width: 46%; float: right; }
.allist .item .name{ display: block; font-size: 22px; color: #222; line-height: 26px; height: 52px; overflow: hidden; }
.allist .item .time{ display: block; font-size: 14px; color: #666; margin:20px 0;  }
.allist .item .go{ display: block; width: 136px; height: 44px; border-radius: 44px;  font-size: 14px; color: #fff; position: relative;border: solid 1px #eeeeee; margin-top: 60px; }
.allist .item .go:before{ content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%), linear-gradient( #ffffff, #ffffff); background-blend-mode: normal, normal; }
.allist .item .go b{ display: flex; align-items: center; justify-content: center;  z-index: 2; font-size: 14px; color: #444; position: relative; height: 44px; }
.allist .item .go i{ display: block; width: 11px; height: 5px; background-image: url(../img/icon31.png); background-size: 100% 100%; margin-left: 5px; }
.allist .item:hover .go{ border:none; }
.allist .item:hover .go:before{ box-shadow: 0px 10px 30px 0px rgba(27, 84, 164, 0.31); width: 100%; border-radius: 44px; }
.allist .item:hover .go b{ color: #fff; }
.allist .item:hover .go i{ background-image: url(../img/icon8.png); }

.lxpage{}
.lxpage .both{ overflow: hidden; padding: 50px 0; }
.lxpage .both .cont{ display: flex; align-items: center; justify-content: space-between; }
.lxpage .both p{ font-size: 32px; color: #222; font-weight: bold; }
.lxpage .both .down{ display: block; width: 196px; height: 64px; display: flex; align-items: center; justify-content: center; font-size: 18px; color: #fff;background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%), linear-gradient( #231e19, #231e19); background-blend-mode: normal, normal; box-shadow: 0px 10px 30px 0px rgba(27, 84, 164, 0.31); border-radius: 10px; cursor: pointer; }
.lxpage .info{ background-color:#fff; padding: 80px 0 100px; }
.lxpage .libs{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 70px; }
.lxpage .cone{ padding-left:76px; background-position: left center; background-repeat: no-repeat; background-size: 54px auto; background-image: url(../img/pot36.png); height: 54px; display: flex; flex-direction:column; justify-content: space-between; }
.lxpage .cone:nth-child(2){ margin:0 10px; }
.lxpage .cone.bg02{ background-image: url(../img/pot37.png);}
.lxpage .cone.bg03{ background-image: url(../img/pot45.png);}
.lxpage .cone span{ display: block; font-size: 16px; color: #777; }
.lxpage .cone i{ display: block; font-size: 16px; color: #2b2b2b; }
.lxpage .ones{ width: 46.4%; float: left; background-color: #ffffff; box-shadow: 0px 0px 30px 0px rgba(204, 204, 204, 0.55); border-radius: 15px; padding: 45px 35px; position: relative;  }
.lxpage .ones:before{ content: ""; position: absolute; left: 0; top: 52px; width: 6px; height: 22px;background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%), linear-gradient( #ffffff, #ffffff); background-blend-mode: normal, normal; border-radius: 3px; }
.lxpage .ones:nth-child(2){ float:right;  }
.lxpage .ones h3{ font-size: 24px; color: #222; line-height: 36px; font-weight: bold; }
.lxpage .ones h6{ font-size: 16px; color: #666; line-height: 30px; }
.lxpage .ones p{ font-size: 16px; color: #666; line-height: 24px; margin-top: 35px; }

.feed{ background-color: #f4f6f8; padding: 100px 0; }
.feed .cont{ background-color: #fff; padding: 60px 90px;  }
.feed h6{ font-size: 18px; color: #777; line-height: 36px; }
.feed h3{ font-size: 40px; color: transparent; font-weight: bold; line-height: 60px; background: linear-gradient(to right, #52bcec, #1b54a4); -webkit-background-clip: text; }
.feed .fill{ margin:50px 0; }
.feed .fill input{ display: block; width: 31%; float: left; height: 62px; border:1px solid #d4d4d4; padding:0 20px; font-size: 16px; color: #333; margin-right: 3.5%; line-height: 60px; margin-bottom: 30px; }
.feed .fill input:nth-child(3){ margin-right: 0; }
.feed .fill textarea{ display: block; border:1px solid #d4d4d4; padding: 20px; width: 100%; font-size: 16px; color: #333; height: 150px; }
.feed .bot{ display: flex; align-items: center; margin-top: 50px; }
.feed .bot .go{ display: block; width: 300px; height: 62px; background-image: linear-gradient(45deg, #52bcec 0%,#1b54a4 100%), linear-gradient( #1a75d1, #1a75d1); background-blend-mode: normal, normal; border-radius: 4px; margin-right: 45px; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; cursor: pointer; }
.feed .bot .go img{ display: block; width: 21px; margin-right: 17px;  }
.feed .bot p{ padding-left: 32px; background-position: left center; background-repeat: no-repeat; background-size:17px auto; font-size: 20px; color: #1b54a4; background-image: url(../img/pot40.png);  }

.ppmill{ padding: 80px 0; }
.ppmill .cont{ position: relative; }
.ppmill .swiper-button-next{ top: 25px; right: 0;background-image: url(../img/icon28.png);}
.ppmill .swiper-button-prev{ top: 25px; right: 73px;background-image: url(../img/icon25.png); }
.ppmill .item{ display: block; background-color: #fff; border:1px solid #ededed; cursor: pointer; }
.ppmill .item .simg{ display: block; width: 100%; height: 0; padding-bottom: 71.8%; position: relative; overflow: hidden; }
.ppmill .item .simg img{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all 0.4s; }
.ppmill .item .simg:hover img{ transform: scale(1.05); }
.ppmill .item .stext{ display: block; padding:35px 40px;  }
.ppmill .item .name{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; color: #111; line-height: 36px; transition: all 0.4s; }
.ppmill .item .desc{ display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #808080; line-height: 28px; margin-top: 15px; transition: all 0.4s; }
.ppmill .item:hover .name{ color: #1b54a4; }
.ppmill .item:hover .desc{ color: #1b54a4; }

.honorpage{ padding: 80px 0;  }
.honorpage .cont{ position: relative; }
.honorpage .swiper-button-next{ top: 25px; right: 0; }
.honorpage .swiper-button-prev{ top: 25px; right: 73px; }
.honorpage .item{ display: block; background-color: #fff; border:1px solid #ededed; cursor: pointer; }
.honorpage .item span{ display: block; overflow: hidden; }
.honorpage .item span img{ display: block; width: 100%; transition: all 0.4s;  }
.honorpage .item span:hover img{ transform: scale(1.05); }
.honorpage .bot{ display: flex; align-items: center; justify-content: center; height: 60px; margin-top: 60px;}
.honorpage .bot .swiper-button-next{ position: static; margin:0 10px; background-image: url(../img/icon28.png); }
.honorpage .bot .swiper-button-prev{ position: static; margin:0 10px;background-image: url(../img/icon25.png); }


.gypage .bt{ text-align: center; margin-bottom: 50px; color: #fff; }
.gypage .bt h3{ font-size: 40px; color: inherit; line-height: 54px; font-weight: bold;}
.gypage .bt p{ font-size: 16px; color: inherit; line-height: 36px; margin-top: 40px; opacity:0.54;  }
.gypage .bt.black{ color: #000; }
.gypage .bt.tl{ text-align: left; }

.gypage .mation{ padding: 80px 0; }
.gypage .mation h3{ font-size: 36px; color: #222; line-height: 40px; margin-bottom:50px; font-weight: bold;  }
.gypage .mation .desc{ font-size: 15px; color:#222222; line-height: 28px;  }
.gypage .mation .desc a{ color: #1b54a4; }
.gypage .mation .pics{ display: block; max-width: 100%; margin:50px auto 0;  }

.xzpart{ padding: 80px 0; background-image: url(../img/pot21.png); background-size: 100% 100%;  }
.xzpart .kind{ padding: 100px 0 20px; display: flex; align-items: center; justify-content: space-between;  }
.xzpart .kind .kone{ cursor: pointer; width: 20%; }
.xzpart .kind .kone .icon{ display: block; width: 90px; margin:0 auto; transition: all 0.6s; }
.xzpart .kind .kone .icon2{ display: none; }
.xzpart .kind .kone.on .icon1{ display: none; }
.xzpart .kind .kone.on .icon2{ display: block; }
.xzpart .kind .kone:hover .icon1{ display: none; }
.xzpart .kind .kone:hover .icon2{ display: block; }
.xzpart .kind .kone span{ display: block; font-size: 22px; font-weight: bold; color: #fff; text-align: center; margin-top: 25px; line-height: 36px; }
.xzpart .kind .kone.on span{ font-weight: bold;}
.xzpart .child{ margin-top: 50px; font-size: 14px; color: #fff; padding:35px; line-height: 26px; border:1px dashed rgba(255,255,255,0.4); border-radius: 20px; position: relative; }
.xzpart .child i{ position: absolute; top: -13px; left: 8%; width: 24px; height: 13px; background-image: url(../img/pot47.png); background-size: 100% 100%; }
.xzpart .child .boxs{ display: none; }
.xzpart .child .boxs.on{ display: block; }


.gypage .culture{ padding: 90px 0; background-image: url(../img/pot23.png); background-size: 100% 100%; }
.gypage .culture .libs{ overflow: hidden; width: 1320px; padding-top: 70px; }
.gypage .culture .sin{ width: 47.8%; float: left; background-color: #fff; border-radius: 15px; margin-bottom: 35px; padding: 40px; overflow: hidden; position: relative;  }
.gypage .culture .sin:before{ background-image: linear-gradient(45deg, #52bcec 0%, #1b54a4 100%),  linear-gradient( #007eff, #007eff); background-blend-mode: normal, normal; content: ""; left: 0; position: absolute; top: 0; height: 100%; width: 0; transition: all 0.65s; z-index: 0;border-radius: 15px;   }
.gypage .culture .sin:nth-child(2){ margin-right: 0; float: right; }
.gypage .culture .sin:nth-child(3){ margin-right: 0; width: 100%; }
.gypage .culture .sin p{ padding-left: 100px; background-position: left center; background-repeat: no-repeat; background-size: 60px auto; background-image: url(../img/pot25.png); position: relative; z-index: 2; }
.gypage .culture .sin:nth-child(2) p{ background-image: url(../img/pot26.png);}
.gypage .culture .sin:nth-child(3) p{ background-image: url(../img/pot28.png);}
.gypage .culture .sin:hover p{ background-image: url(../img/pot24.png);}
.gypage .culture .sin:nth-child(2):hover p{ background-image: url(../img/pot27.png);}
.gypage .culture .sin:nth-child(3):hover p{ background-image: url(../img/pot29.png);}
.gypage .culture .sin:hover:before{ width: 100%; }
.gypage .culture .sin p span{ display: block; font-size: 22px; color: #000; line-height: 30px; }
.gypage .culture .sin p i{ display: block; font-size: 14px; color: #666; margin-top: 25px; }
.gypage .culture .sin:hover p span{ color: #fff; }
.gypage .culture .sin:hover p i{ color: #fff; }

.BMap_bubble_pop{ }
.BMap_bubble_title{ font-weight: bold; font-size: 15px !important; }
.BMap_bubble_content{ font-size: 12px !important; line-height: 20px !important; height:60px !important; }

@media(max-width:1540px){

.mation.cont{ width: 100%; padding: 80px 3%; }

}
@media(max-width:1340px){
	.allist .item .go{ margin-top: 40px; }
	.gypage .culture .libs{ width: 100%; }

}
@media(max-width:1220px){

	.pagemenus .cont{ height: 60px; }
	.pagemenus .tabs a{ height: 60px; }

	.smallban p b{ font-size: 36px; }
	.smallban p b em{ font-size: 32px; }
	.smallban p i{ font-size:28px; margin-top: 10px; }

	.newspage .wzinfo{ padding: 50px 45px; }
	.newspage .wzinfo .desc{  margin-top:30px; padding-top: 40px; }
	.newspage .wzinfo .desc img{  margin:30px 0; }
	.newspage .wzinfo h3{ font-size: 30px; }
	.newspage .wzinfo h6{ font-size: 14px; margin-top: 20px; line-height: 20px; }

	.wtlist .sin{padding: 15px 18px; margin-bottom: 20px; /*width: 49%;*/ }
	.wtlist .sin h3{ margin-bottom: 15px; font-size: 15px; }
	.wtlist .sin h6{ /*height: 140px;*/ font-size: 15px; line-height: 25px;margin-bottom:15px;}

	.allist .item{ margin-bottom: 45px; }
	.allist .item .name{ font-size: 18px; line-height: 22px; height: 44px; }
	.allist .item .time{ display: block; font-size: 14px; color: #666; margin:12px 0;  }
	.allist .item .go{ display: block; width: 120px; height:36px; border-radius: 36px;  font-size: 13px; color: #fff; position: relative;border: solid 1px #eeeeee; margin-top: 30px; }
	.allist .item .go b{ height: 36px; }


	.lxpage .info{ padding: 50px 0 60px; }
	.lxpage .libs{ display: block; margin-bottom: 50px; }
	.lxpage .cone{ padding-left:76px; background-size: 44px auto; height: 44px; display: flex;flex-direction:row; align-items: center; justify-content:flex-start; margin-bottom: 15px; }
	.lxpage .cone:nth-child(2){ margin:0; margin-bottom: 15px; }

	.lxpage .cone span{ font-size: 16px; color: #777; }
	.lxpage .cone i{ font-size: 16px; color: #2b2b2b; }
	.lxpage .ones{ border-radius: 15px; padding: 35px 25px; }
	.lxpage .ones:before{ content: ""; position: absolute; left: 0; top: 42px; width: 6px; height: 22px; }
	.lxpage .ones:nth-child(2){ float:right;  }
	.lxpage .ones h3{ font-size: 18px; color: #222; line-height: 36px; font-weight: bold; }
	.lxpage .ones h6{ font-size: 15px; color: #666; line-height: 30px; }
	.lxpage .ones p{ font-size: 15px; color: #666; line-height: 24px; margin-top: 35px; }


	.feed{ padding: 0; }
	.feed .cont{ background-color: #f4f6f8; padding: 50px;  }
	.feed h6{ font-size: 15px; color: #777; line-height: 36px; }
	.feed h3{ font-size: 30px; line-height: 48px;}
	.feed .fill{ margin:30px 0; }
	.feed .fill input{ height: 50px; line-height: 48px; margin-bottom: 20px; }
	.feed .bot{ margin-top: 30px; }
	.feed .bot .go{ width: 200px; height: 50px; }

	.lxpage .both{ overflow: hidden; padding: 30px 0; }
	.lxpage .both p{ font-size: 26px; }
	.lxpage .both .down{ width: 180px; height: 56px;}

	.honorpage{ padding: 60px 0; }
	.ppmill{ padding: 60px 0; }
  .ppmill .item .stext{ padding:20px;  }
  .ppmill .item .name{ font-size:20px; }
  .ppmill .item .desc{ font-size:15px;  margin-top: 10px;}

	.gypage .bt{ margin-bottom: 30px;}
	.gypage .bt h3{ font-size: 26px;  line-height: 44px;}
	.gypage .bt p{ font-size: 15px; line-height: 30px; margin-top: 25px; }

	.gypage .mation{ padding: 60px 3%; }
	.gypage .mation h3{ font-size: 30px; margin-bottom: 35px;}

	.gypage .culture{ padding: 60px 0; }
	.mation.cont{ width: 100%; padding: 60px 3%; }
	.xzpart{ padding: 60px 0; }
	.xzpart .kind{ padding: 60px 0 30px; }
	.xzpart .kind .kone span{ font-size: 18px; margin-top: 15px; }
}


@media(max-width:1024px){

	.header.white .nav .on h3 a{ color: #1b54a4; }
	.pagenum{ display: block; }
	.pages{ padding: 30px 0px 30px; }
	.pages a{ width:26px; height: 26px; border-radius: 6px; line-height: 24px; margin-left:5px; font-size: 12px;  }
	.pages .change{ font-size: 12px; width: 48px; }


	.pagemenus{ margin-bottom: 20px; }
	.pagemenus p{ display: none; }
	.pagemenus .cont{ height:40px; justify-content: center; width: 100%; padding: 0; }
	.pagemenus .tabs{ align-items: center; }
	.pagemenus .tabs a{ height:40px; font-size: 14px; padding: 0 20px; }

	.smallban p{ padding-top: 0; }
	.smallban p b{ font-size: 16px; }
	.smallban p b em{ font-size: 14px; }

	.smallban p i{ font-size:12px; margin-top: 10px; }

	.xwlist .sin{ padding: 20px 0; }
	.xwlist .sin .pica{ width:200px; }
	.xwlist .sin .texta{ width:calc( 100% - 220px ); }
	.xwlist .sin .texta b{ font-size: 18px; line-height: 28px; }
	.xwlist .sin .texta span{ margin:16px 0; }

	.header.white{ position: fixed;}
	.newspage.child .pagemenus{ display: none;  }
	.newspage .wzinfo{ padding:15px; }
	.newspage .wzinfo .desc{ margin-top:10px; padding-top: 15px; font-size: 16px; line-height: 30px; }
	.newspage .wzinfo .desc img{  margin:20px 0; }
	.newspage .wzinfo h3{ font-size: 20px; }
	.newspage .wzinfo h6{ font-size: 14px; margin-top: 10px; line-height: 20px; }

	.newspage .bot{ display: block; height: auto; margin:15px 0; display: none; }
	.newspage .bot p{ width: 100%; }
	.newspage .bot p:last-child{ text-align: right; }
	.newspage .bot .back{ margin:20px auto; }

	.jjlist .item{ width: 100%; padding: 0 15px; margin-bottom: 12px; border-radius: 10px;}
	.jjlist .item span{ height: 64px; font-size: 14px; padding-left: 24px; background-size: 14px auto; }
	.jjlist .item span i{ font-size: 12px; }

	.wtlist .sin{ width: 100%; padding: 15px 15px 25px; margin-bottom: 20px; }
	.wtlist .sin h3{ margin-bottom: 15px; height: auto; font-size: 14px; padding-left: 32px; }
	.wtlist .sin h3:before{ width: 22px; height: 22px; margin-top: -11px; font-size: 12px; }
	.wtlist .sin h6{ height: auto; font-size: 14px; padding-left: 32px; line-height:25px;}
	.wtlist .sin h6:before{ width: 22px; height: 22px; font-size: 12px; }

	.allist .item{ width: 100%; margin-bottom: 25px; }
	.allist .item .imga{ display: block; width: 100%; }
	.allist .item .info{ display: block; width: 100%; padding-top: 10px; }
	.allist .item .name{ font-size:16px; line-height: 22px; height: auto; }
	.allist .item .time{ font-size: 13px; margin:10px 0;  }
	.allist .item .go{ display: block; width: 120px; height:36px; border-radius: 36px;  font-size: 13px; color: #fff; position: relative;border: solid 1px #eeeeee; margin:20px auto 0; }
	.allist .item .go b{ height: 36px; }

	.lxpage .cone{ padding-left: 55px; }
	.lxpage .ones{ padding: 20px; }
	.lxpage .ones:before{ top: 27px; }
	.lxpage .libs{ margin-bottom: 30px; }
	.lxpage .info{ padding: 40px 0; }
	.lxpage .ones{ width: 100%; margin-bottom: 20px; }
	.feed .cont{ padding: 30px;  }
	.feed h6{ font-size: 15px; color: #777; line-height: 24px; }
	.feed h3{ font-size: 26px; line-height: 50px;}
	.feed .fill{ margin:30px 0; }
	.feed .fill input{ height: 50px; line-height: 48px; margin-bottom: 15px; }
	.feed .bot{ margin-top: 30px; }
	.feed .bot .go{ width: 200px; height: 50px; }

	.lxpage .both{ overflow: hidden; padding: 30px 0; }
	.lxpage .both p{ font-size: 20px; }
	.lxpage .both .down{ width: 160px; height: 48px; font-size: 14px;}

	.honorpage{ padding: 50px 0; }
	.honorpage .bot{ display: none; }
	.ppmill{ padding: 50px 0; }
  .ppmill .item .stext{ padding:15px;  }
  .ppmill .item .name{ font-size:18px; }
  .ppmill .item .desc{ font-size:14px;  margin-top: 6px;}

  .gypage .bt{ margin-bottom: 30px;}
	.gypage .bt h3{ font-size: 24px;  line-height: 44px;}
	.gypage .bt p{ font-size: 15px; line-height: 30px; }

	.gypage .culture{ padding: 50px 0 30px; }
	.gypage .culture .libs{ padding-top: 30px; }
	.gypage .culture .sin{ padding: 25px; width: 100%; }
	.gypage .culture .sin p{ padding-left: 80px; background-size: 50px auto; }
	.gypage .culture .sin p i{ margin-top: 15px; }
	.gypage .culture .sin p span{ font-size: 18px; }

	.gypage .mation{ padding:40px 3%; }
	.gypage .mation h3{ font-size: 22px; margin-bottom: 20px;}

	.xzpart{ padding: 50px 0; }
	.xzpart .kind{ padding: 40px 0 20px; }
	.xzpart .kind .kone .icon{ width: 60px; height: 60px; }
	.xzpart .kind .kone span{ font-size: 14px; margin-top: 10px; }
	.xzpart .child{ padding: 15px; margin-top: 20px; }

}

@media(max-width:700px){

	.xwlist .sin{ padding:15px 0; }
	.xwlist .sin .pica{ width: 100%; }
	.xwlist .sin .texta{ width: 100%; margin-top: 10px;}
	.xwlist .sin .texta span{ margin:8px 0; font-size: 12px; line-height: 20px; height: 40px; }
	.xwlist .sin .texta b{ font-size: 16px; line-height: 24px; }
	.xwlist .sin .texta i{ font-size:12px; }

	.lxpage .libs{ margin-bottom: 20px; }
	.lxpage .info{ padding: 30px 0 20px; }
	.lxpage .ones{ width: 100%; margin-bottom: 20px; }
	.feed .cont{ padding: 20px 15px;  }
	.feed h6{ font-size: 15px; color: #777; line-height: 24px; }
	.feed h3{ font-size: 22px; line-height: 50px;}
	.feed .fill{ margin:30px 0; }
	.feed .fill input{ height: 50px; line-height: 48px; margin-bottom: 15px; width: 100%; margin-right: 0; padding: 0 10px; font-size: 14px; }
	.feed .fill textarea{ padding: 10px; font-size: 14px; }
	.feed .bot{ margin-top: 20px; display: block; }
	.feed .bot .go{ width: 120px; height: 40px; font-size: 14px; width: 100%; }
	.feed .bot .go img{ margin-right: 5px; width: 15px; }
	.feed .bot p{  font-size: 14px; padding-left: 22px; height: 36px; line-height: 36px; background-size: 15px auto; margin-top: 15px; }

	.lxpage .both{ overflow: hidden; padding: 20px 0; }
	.lxpage .both p{ font-size: 16px; }
	.lxpage .both .down{ width: 120px; height: 48px; font-size: 13px;}

	.gypage .bt{ margin-bottom: 20px;}
	.gypage .bt h3{ font-size: 20px;  line-height: 36px;}
	.gypage .bt p{ font-size: 14px; line-height: 24px; }

	.xzpart{ padding: 40px 0; }
	.xzpart .kind{ padding: 30px 0 15px; flex-wrap: wrap; align-items: center; justify-content: center; }
	.xzpart .kind .kone{ width: 33.33%; margin-bottom: 20px; }
	.xzpart .kind .kone .icon{ width: 50px; height: 50px; }
	.xzpart .kind .kone span{ font-size: 14px; margin-top: 10px; }
	.xzpart .child{ padding: 15px; margin-top: 0px; }
	.xzpart .child i{ display: none; }
	.honorpage{ padding: 40px 0; }
}

.lxpage .ones p span{ display: block; font-size: inherit; color: inherit; }
.lxpage .ones .code{ position: absolute; right: 30px; top: 0; height: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; font-size: 14px; color: #555; }
.lxpage .ones .code img{ display: block; width: 120px; margin-bottom: 5px; }
@media(max-width: 550px){
    .lxpage .ones .code{ right: 10px; width: 90px; justify-content: flex-end; padding-bottom: 25px; font-size: 13px; }
    .lxpage .ones .code img{ width: 100%; margin-bottom:5px; }
}

.newspage .wzinfo .desc ul,
.newspage .wzinfo .desc li{ list-style:disc outside none;}
.newspage .wzinfo .desc p img{display: unset;}
.newspage .wzinfo .desc h1{font-weight: unset;}
.newspage .wzinfo .desc h2{font-weight: unset;}
.newspage .wzinfo .desc h2 strong{font-weight: unset;}
.newspage .wzinfo .desc h3{font-weight: unset;}
.newspage .wzinfo .desc h4{font-weight: unset;}
.newspage .wzinfo .desc h5{font-weight: unset;}

