@charset "UTF-8";

@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2"),
       url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
       url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
       url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
       url("../fonts/SourceHanSansCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,body{
  font-family: "SourceHanSansCN-Regular";
}
.headerfixed{
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.header{
  background-color: #FFF;
}
.header > div{
	height: 92px;
}
.header .logo{
    float: left;
    margin-top: 20px;
}
.header .ztongche{
    float: right;
    margin-top: 15px;
    margin-left: 25px;
}
.header .nav{
    float: right;
}
.header .nav > li{
    float: left;
    position: relative;
    margin-right: 4px;
}
.header .nav > li > a{
    float: right;
    line-height: 90px;
    display: block;
    padding:0 20px;
    font-size: 14px;
    color: #4d4d4d;
    font-weight: bold;
}
.header .nav > li:hover > a{
    border-bottom: 2px solid #000;
    color: #2d80ff;
}
.header .nav > li:nth-child(1):after{
    position: absolute;
    z-index: 99;
    content: "Home";
    top: 60px;
    left: 77%;
    display: inline-block;
    width: 60px;
    margin-left:-50px; 
    text-align: center;
    font-weight: bold;
    visibility: hidden;
}
.header .nav > li:nth-child(1):hover:after{
    visibility: visible;
    color: #2d80ff;
}
.header .nav > li:nth-child(2):hover:after{
    visibility: visible;
    color: #2d80ff;
}
.header .nav > li:nth-child(3):hover:after{
    visibility: visible;
    color: #2d80ff;
}
.header .nav > li:nth-child(4):hover:after{
    visibility: visible;
    color: #2d80ff;
}
.header .nav > li:nth-child(5):hover:after{
    visibility: visible;
    color: #2d80ff;
}
.header .nav > li:nth-child(6):hover:after{
    visibility: visible;
    color: #2d80ff;
}
.header .nav > li:nth-child(2):after{
    position: absolute;
    z-index: 99;
    content: "About";
    top: 60px;
    left: 50%;
    display: inline-block;
    width: 100%;
    margin-left:-50px; 
    text-align: center;
    font-weight: bold;
    visibility: hidden;
}
.header .nav > li:nth-child(3):after{
    position: absolute;
    z-index: 99;
    content: "Case";
    top: 60px;
    left: 50%;
    display: inline-block;
    width: 100%;
    margin-left:-50px; 
    text-align: center;
    font-weight: bold;
    visibility: hidden;
}
.header .nav > li:nth-child(4):after{
    position: absolute;
    z-index: 99;
    content: "News";
    top: 60px;
    left: 50%;
    display: inline-block;
    width: 100%;
    margin-left:-50px; 
    text-align: center;
    font-weight: bold;
    visibility: hidden;
}
.header .nav > li:nth-child(5):after{
    position: absolute;
    z-index: 99;
    content: "Recruit";
    top: 60px;
    left: 50%;
    display: inline-block;
    width: 100%;
    margin-left:-50px; 
    text-align: center;
    font-weight: bold;
    visibility: hidden;
}
.header .nav > li:nth-child(6):after{
    position: absolute;
    z-index: 99;
    content: "Contact";
    top: 60px;
    left: 50%;
    display: inline-block;
    width: 100%;
    margin-left:-50px; 
    text-align: center;
    font-weight: bold;
    visibility: hidden;
}
.header .nav > li >ul{
    left: 0;
    top: 93px;
    position: absolute;
    display: none;
    z-index: 999;
}
.header .nav > li >ul > li{
    height: 38px;
    background-color: #FFF;
    margin-top: 4px;
    width: 96px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    opacity: 0.6;
}
.header .nav > li >ul > li a{
    font-weight: bold;
    display: block;
    color: #000;
    font-size: 14px;
}
.banner{
	height: 561px;
	background-image: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center;
  margin-bottom: 100px;
}
/*.banner img{
	margin-top: 620px;
	display: block;
	float: left;
  position: absolute;
  left: 50%;
  margin-left: -617px;
}*/
.youshi{
    text-align: center;
}
.youshi img{
	display: block;
	margin:75px auto 45px;

}
.news_shouye{
    background-color: #2e2e2e;
}
.news{
    
}
.in_news{
      width: 100%;
      height: 495px;

    }
.in_news .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: relative;
}
.in_news .swiper-slide  img{
      display: block;
      width: 1200px;
      height: auto !important;
}
.in_news .swiper-slide  p{
      display: block;
      position: absolute;
      bottom: 30px;
      height: 60px;
      line-height: 60px;
      color: #FFF;
      background-color: #000;
      width: 100%;
      opacity: 0.6;
}
.in_news .swiper-slide  p a{
      line-height: 60px;
      color: #FFF;
      font-size: 20px;
}
.news_next{
      background-image: url(../images/next.png);
      top: 444px;
      right: 300px;
      width: 14px;
      height: 26px;
      background-size: inherit;
}
.news_prev{
      background-image: url(../images/prev.png);
      top: 444px;
      left: 300px;
      width: 14px;
      height: 26px;
      background-size: inherit;
}
.kehu{
	background-image: url(../images/kehu.webp);
	background-repeat: no-repeat;
	background-position: center;
	height: 872px;
/*	margin:30px auto;*/
}
.footer{
	height: 373px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
}
.footerleft{
	width: 750px;
	float: left;
	margin-top: 80px;
}
.logo2{
	float: left;
	margin-left: 30px;
	margin-right: 20px;
}
.footernav{
	float: left;	
}
.footernav > li{
	float: left;
	margin:0 15px;	
}
.footernav > li  a{
	display: block;
	line-height: 32px;
	font-size: 14px;
	color: #FFF;
	opacity: 0.5;	
}
.footerright{
	width: 400px;
	float: right;
}
.footerright img{
	float: right;
	margin-top: 60px;
	margin-right: 60px;
}
.sm{
   height: 50px;
   line-height: 50px;
   color: #FFF;
   opacity: 0.5;
   text-align: center;
   margin-top: 50px;
}
.sm a{
   height: 50px;
   line-height: 50px;
   color: #FFF;
   text-align: center;
   margin-top: 50px;
}
/*gylt*/
.banner_gylt{
	background-image: url(../images/banner_gylt.png);
}
.title{
}
.title_ti{
	text-align: center;
	margin:50px auto;
}
.title_ti span{
	font-size: 28px;
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}
.title_ti i{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	opacity: 0.4;
	vertical-align: bottom;
}
.jianjie{
	height: 526px;
	background-image: url(../images/jianjiebg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.jianjie img{
    display: block;
    margin:65px auto 25px;
} 
.jianjie p{
    width: 986px;
    margin:0 auto;
    color: #FFF;
    font-size: 16px;
    line-height: 32px;
}
.qixia{
	overflow: hidden;
	padding-bottom: 60px;
}
.qixia ul li{
	width: 256px;
	height: 464px;
	float: left;
	margin-right: 30px;
}
.qixia ul li p{
	font-size: 16px;
	color: #000;
	opacity: 0.7;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	margin:16px auto;
}
.qixia ul li span{
	font-size: 13px;
	color: #000;
	opacity: 0.3;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.wenhua{
	height: 842px;
	background-image: url(../images/lantuwenhua.png);
	background-repeat: no-repeat;
	background-position: center;
}
.tuandui{

}
.tuandui img{
	display: block;
	margin:50px auto 120px;
}
/*联系我们*/
.banner_lxwm{
  background-image: url(../images/banner_lxwm.png);
  overflow: hidden;
  margin-bottom: 10px;
}
.banner_lxwm > div{
  width: 1200px;
  height: 120px;
  margin:400px auto 0;
  background-color: #FFF;
}
.banner_lxwm > div > .banner_lxwm_1{
  width: 250px;
  float:left;
  margin-left: 40px;
}
.banner_lxwm > div > .banner_lxwm_1 p{
  font-size: 22px;
  line-height: 32px;
  color: #2d6fdf;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}
.banner_lxwm > div > .banner_lxwm_1 span{
  color: #a0aab1;
  font-size: 13px;
  line-height: 20px;
  display: block;
  background-image: url(../images/line.png);
  background-repeat: repeat-x;
  background-position: center;
  text-align: center;
  width: 230px;
  margin:0 auto;
}
.banner_lxwm > div >.banner_lxwm_1 span i{
  background-color: #FFF;
  display: inline-block;
  padding:0 10px;
}
.banner_lxwm > div >.banner_lxwm_2{
  margin-top: 30px;
  float: left;
}
.banner_lxwm > div >.banner_lxwm_2 input{
  background-color:#e8ebed;
  height:42px;
  line-height:42px;
  border-radius: 5px;
  width: 180px;
  padding:0 12px;
  float: left;
  margin-left: 30px;
  color: #a7a7a7;
  font-size: 14px;
}
.banner_lxwm > div >.banner_lxwm_2 input{
  background-color:#e8ebed;
  height:42px;
  line-height:42px;
  border-radius: 5px;
  width: 180px;
  padding:0 10px;
  float: left;
  margin-left: 30px;
  color: #a7a7a7;
  font-size: 14px;
  font-weight: bold;
}
.banner_lxwm > div >.banner_lxwm_2 #text{
  width: 220px;
}
.banner_lxwm > div >.banner_lxwm_2 #tijiao{
  width: 120px;
  height: 42px;
  line-height: 42px;
  border-radius: 5px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  float: left;
  display: block;
  background-color: #2d6fdf;
  text-align: center;
  float: left;
  margin-left: 30px;

}
.banner_lxwm > div >.banner_lxwm_2 .banner_lxwm_2_p{
  margin-left: 30px;
  font-size: 12px;
  color: #929292;
  line-height: 36px;
}
.banner_lxwm > div >.banner_lxwm_2 .banner_lxwm_2_p a{
  color: #2d6fdf;
  font-weight: bold;
}
.iw_poi_title {
  color:#CC5522;
  font-size:14px;
  font-weight:bold;
  overflow:hidden;
  padding-right:13px;
  white-space:nowrap
}
.iw_poi_content {
  font:12px arial,sans-serif;
  overflow:visible;
  padding-top:4px;
  white-space:-moz-pre-wrap;
  word-wrap:break-word
}
.lxwm_ditu p{
  font-size: 26px;
  color: #4a4a4a;
  line-height: 90px;
  text-align: left;
}
.lxwm_zonngbu{
  margin-top: 30px;
}
.lxwm_zonngbu p{
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.zongbubox{
  overflow: hidden;
  margin-bottom: 80px;
}
.zongbubox div{
  width: 238px;
  float: left;
  background-color: #e8ebed;
  height: 140px;
}
.zongbubox div:nth-child(1){
  background-image: url(../images/laction.png);
  background-repeat: no-repeat;
  background-position: 55px 35px;
  border-left: 7px solid #2d6fdf;
  border-right: 7px solid #FFF;
  font-size: 14px;
  color: #8c8c8c;
  line-height: 140px;
  padding-left: 150px;
}
.zongbubox div:nth-child(2){
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-position: 55px 35px;
  border-left: 7px solid #FFF;
  border-right: 7px solid #FFF;
  font-size: 14px;
  color: #2d6fdf;
  line-height: 140px;
  padding-left: 150px;
  font-weight: bold;
}
.zongbubox div:nth-child(3){
  background-image: url(../images/mail.png);
  background-repeat: no-repeat;
  background-position: 55px 35px;
  border-left: 7px solid #FFF;
  font-size: 14px;
  line-height: 22px;
  padding-left: 150px;
  padding-top: 50px;
  height: 90px;
}
.zongbubox div:nth-child(3) a{
  color: #2d6fdf;
  text-decoration: underline;
  font-size: 14px;
}
/*招贤纳士*/
.banner_zxns{
  background-image: url(../images/banner_zxns.png);
  overflow: hidden;
}
.zxns .w1200{
  box-shadow: 0px 0px 10px #39627d;
  margin:20px auto 45px;
  overflow: hidden;
}
.zxns_title{
  
}
.zxns_title p{
  font-size: 26px;
  color: #4a4a4a;
  text-align: center;
  margin-top: 40px;
}
.zxns_title img{
  display: block;
  margin:30px auto 0;
}
.zxns_ul{
  margin-bottom: 60px;
}
.zxns_ul li{
  padding:0 40px;
}
.zxns_ul li > p{
  font-size: 18px;
  line-height: 60px;
  text-align: left;
  font-weight: bold;
}
.zxns_ul li > div{
  background-color: #e8ebed;
  border-left: 7px solid #2d6fdf;
  padding:40px 60px;
}
.zxns_ul li > div > p{
  font-size: 18px;
  line-height: 50px;
  border-bottom: 1px solid #9b9b9b;
  margin-bottom: 20px;
  font-weight: bold;
}
.zxns_ul li > div > div{
  font-size: 14px;
  color: #8c8c8c;
  text-align: justify;
  line-height: 24px;
}
/*news*/

.banner_news{
  background-image: url(../images/banner_news.png);
  overflow: hidden;
}
.news_tab{
  margin-top: 40px;
  border-bottom: 1px solid #9b9b9b;
  height: 50px;
  width: 100%;
  margin-bottom: 40px;
}
.news_tab a{
  line-height: 50px;
  width: 130px;
  height: 50px;
  float: left;
  margin-right: 47px;
  color: #484848;
  font-size: 20px;
  text-align: center;
  display: block;
}
.news_tab_active{
  background-color: #2d6fdf;
  color: #FFF !important;
  position: relative;
}
.news_tab_active:after{
  content: url(../images/juxing.png);
  display: block;
  position: absolute;
  top: 40px;
  left: 56px;
}
.news_ul{

}
.news_ul li{
  border:1px solid #dcdcdc;
  margin-bottom: 10px;
  height: 242px;
}
.news_ul_span{
  float: left;
  border:1px solid #dcdcdc;
  width: 360px;
  height: 220px;
  margin-top:10px;
  margin-left: 10px;
  display: block;
}
.news_ul_span img{
  width: 344px;
  height: 204px;
  margin-top: 8px;
  margin-left: 8px;
}
.news_ul_p1{
  margin-top: 45px;
  width: 600px;
  float: left;
  padding:0 36px;
  color: #000;
  font-size: 18px;
  display: block;
}
.news_ul_p1 span{
  float: right;
  vertical-align: bottom;
  color: #8c8c8c;
  font-size: 14px;
}
.news_ul_p2{
  margin-top: 30px;
  width: 600px;
  float: left;
  padding:0 36px;
  font-size: 14px;
  line-height: 24px;
  color: #8c8c8c;
  text-align: justify;
}
.gengduo{
  float: right;
  width: 150px;
  background-color: #e8ebed;
  background-image: url(../images/next.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  margin-top: -72px;
  height: 242px;
}
.gengduo:hover{
  background-color: #dadcde;
}
.news_ul_page{
  margin:32px auto;
  height: 50px;
  text-align: center;
}
.news_ul_page li{
  display: inline-block;
  background-color: #f8f8f8;
  line-height: 50px;
  margin-right: 20px;
  text-align: center;
  border-radius: 25px;
  width:50px;
}
.news_ul_page li a{
  display: block;
}
.news_ul_page li:hover{
  background-color: #2d6fdf;
}
.news_ul_page li:hover a{
  color: #FFF;
}
.thisclass{
  background-color: #2d6fdf !important;
  color: #FFF !important;
}
.news_show{
  margin:60px auto;
}
/*服务案例*/
.banner_anli{
  background-image: url(../images/banner_anli.png);
  overflow: hidden;
}
.anli_title{
  margin-top: 80px;
}
.anli_title_p1{
  font-size: 38px;
  line-height: 45px;
  color: #2d6fdf;
  text-align: center;
}
.anli_title_p2{
  font-size: 18px;
  line-height: 34px;
  color: #484848;
  text-align: center;
  margin-top: 20px;
}
.anli_tab{
  margin-top: 60px;
  border-bottom: 1px solid #9b9b9b;
  height: 50px;
  width: 100%;
  text-align: center;
}
.anli_tab a{
  line-height: 50px;
  width: 130px;
  height: 50px;
  margin-right: 47px;
  color: #484848;
  font-size: 20px;
  text-align: center;
  display: inline-block;
}
.anli_tab_active{
  background-color: #2d6fdf;
  color: #FFF !important;
  position: relative;
}
.anli_tab2{
  height: 50px;
  width: 100%;
  text-align: center;
}
.anli_tab2 a{
  line-height: 45px;
  width: 110px;
  height: 45px;
  margin-right: 47px;
  color: #484848;
  font-size: 16px;
  text-align: center;
  display: inline-block;
}
.anli_tab2_active{
  color: #2d6fdf !important;
  position: relative;
}
.anli_tab2_active:after{
  content: url(../images/juxing.png);
  display: block;
  position: absolute;
  top: 26px;
  left: 46px;
}
.anli_tab3{
  height: 50px;
  width: 100%;
  text-align: center;
  margin-top:10px;
}
.anli_tab3 a{
  line-height: 30px;
  width: 100px;
  height: 30px;
  margin-right: 8px;
  color: #484848;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  border: 1px solid #484848;
  border-radius: 5px;
}
.anli_tab3_active{
  color: #FFF !important;
  position: relative;
  background-color: #2d6fdf;
  border:1px solid #2d6fdf !important;
}
.anli_list{
  width: 1200px;
  overflow: hidden;
  margin-bottom: 30px;
}
.anli_ul{
  width: 1200px;
  padding-bottom: 20px;
  overflow: hidden;
}
.anli_ul li{
  width: 388px;
  height: 280px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}
.anli_ul li a{
  display: block;
  /*width: 400px;*/
  height: 280px;
  box-shadow: 0px 0px 7px #ccc;
}
.anli_ul li .anli_ul_p1{
  width: 343px;
  height: 204px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
  display: block;
}
.anli_ul li .anli_ul_p1 img{
  width: 343px;
  height: 204px;
}
.anli_ul li .anli_ul_p2{
  width: 343px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-left: 20px;
  display: block;
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.anli_ul li a:hover{
  background-color: #e8ebed;
}
.anli_ul2{
  width: 1200px;
  padding-bottom: 20px;
  overflow: hidden;
}
.anli_ul2 li{
  width: 388px;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0px 0px 7px #ccc;
}
.anli_ul2 li a{
  float: right;
  color: #2d6fdf;
}
.anli_ul2 li .anli_ul_p1{
  width: 343px;
  height: 321px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  overflow: hidden;
  display: block;
}
.anli_ul2 li .anli_ul_p1 img{
  width: 343px;
  height: 321px;
}
.anli_ul2 li .anli_ul_p2{
  width: 343px;
  height: 40px;
  line-height: 40px;
  float: left;
  margin-left: 20px;
  display: block;
  color: #000;
  font-size: 12px;
  margin-bottom: 14px;
}
.anli_ul2 li .anli_ul_p3{
  width: 100%;
  line-height: 160px;
  display: block;
  color: #FFF;
  font-size: 24px;
  background-color: #3163b9;
  height: 160px;
  text-align: center;
  float: left;
  position: relative;
}
.anli_ul2 li.odd .anli_ul_p3:after{
  content: url(../images/baishang.png);
  display: block;
  position: absolute;
  top: -40px;
  left: 185px;
}
.anli_ul2 li.even .anli_ul_p3:after{
  content: url(../images/baixia.png);
  display: block;
  position: absolute;
  top: 40px;
  left: 185px;
}
.place{
  margin-top:16px;
  font-size: 14px;
  color: #484848;
  font-weight: bold;
  float: right;
}
.anli_biaoti{
  margin-top: 66px;
  margin-bottom: 30px;
}
.anli_biaoti_title{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.anli_biaoti_time{
  font-size: 13px;
  color: #000;
  line-height: 40px;
}
.anli_zhengwen{
  padding:0 86px;
  margin-bottom: 40px;
  font-size: 14px !important;
}
.anli_zhengwen img{
  max-width: 1000px;
  height: auto !important;
}
.anli_zhengwen span{
  font-size: 14px !important;
}
.anli_biaott_d1{
  border-bottom: 1px solid #9b9b9b;
  height: 50px;
}
.banner_zhanshi{
  width: 1234px;
  height: 220px;
  background-image: url(../images/juxing4.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-top: -230px;
  float: left;
  position: absolute;
  left: 50%;
  margin-left: -617px;
  z-index: 9;
}
.banner_zhanshi li{
  width: 300px;
  float: left;
}
.banner_zhanshi li span:nth-child(1){
  height: 200px;
  margin-top: -100px;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10px;

      text-align: center;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}

.banner_zhanshi li span:nth-child(2){ 
  font-size: 22px;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
}
.banner_zhanshi li span:nth-child(3){
  font-size: 12px;
  color: #000;
  opacity: 0.5;
  display: block;
  text-align: center;
  font-weight: bold;
  margin-top:6px;
}
.banner_zhanshi li a img{
  transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.banner_zhanshi li a:hover img{
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
/*shouye*/
.shouye_banner{
    height: 561px;
    width: 100%;
    margin-bottom: 160px;
}
.slide1{
    height: 561px;
    background-image: url(../images/banner11.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.slide2{
    height: 561px;
    background-image: url(../images/banner12.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.slide3{
    height: 561px;
    background-image: url(../images/banner13.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.slide4{
    height: 561px;
    background-image: url(../images/banner14.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.slide5{
    height: 561px;
    background-image: url(../images/banner15.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.swiper-pagination{
  bottom: 120px !important;
}
.gywm{
  margin-top: 468px;
}
.anli_shouye{
  width: 1200px;
  margin:55px auto 30px;
}
.layui-tab1{
  margin: 0;
}
.layui-tab1 > ul{
  height: 45px;
  text-align: center;
  border-bottom: 1px solid #9b9b9b;
}
.layui-tab1 > ul > li {
    line-height: 45px;
    width: 100px;
    height: 45px;
    margin-right: 47px;
    color: #484848;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
  }
  .banner_zhanshi li a img{
  transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.layui-tab1 > ul > li:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    font-weight: bold;
  }
.layui-tab1 > ul > li.layui-this{
  background-color: #2d6fdf;
  color: #FFF !important;
  font-weight: bold;
}
.layui-tab1 > ul > li.layui-this:after{
  height: 45px;
  border:none;
  border-bottom: 1px solid #2d6fdf;
}
.layui-tab1 > div.layui-tab-content{
  padding:0;
}
.layui-tab2{
  margin:0;
}
.layui-tab2 > ul{
  height: 45px;
  text-align: center;
  border:none;
}
.layui-tab2 > ul > li {
    line-height: 45px;
    width: 100px;
    height: 45px;
    margin-right: 47px;
    color: #484848;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
  }
.layui-tab2 > ul > li:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    font-weight: bold;
  }
.layui-tab2 > ul > li.layui-this{
  color: #2d6fdf !important;
  font-weight: bold;
}
.layui-tab2 > ul > li.layui-this:after{
    content: url(../images/juxing.png);
    display: block;
    position: absolute;
    top: 26px;
    left: 55px;
    border:none;
    width: inherit;
    width: 18px;
}
.layui-tab2 > div.layui-tab-content{
  padding:20px 0;
}
.More{
  height: 35px;
  line-height: 35px;
  display: block;
  width: 93px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    text-align: left;
    background-image: url(../images/learnmore.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 46px;
    margin:0 auto;
    transition: all 0.6s;
    -ms-transition: all 0.6s;
}
.More:hover {
  color: #FFF;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.pagex{
  overflow: hidden;
}
.pagex{
  overflow: hidden;
  width: 1200px;
  height: 60px;
  margin:30px auto;
  font-size: 16px;
}
.pagex div:nth-child(1){
  box-shadow: 0px 0px 7px #ccc;
  height: 50px;
  line-height: 50px;
  width: 500px;
  float: left;
  margin-top: 5px;
  margin-left: 5px;
  font-size: 14px;
  padding:0 10px;
  overflow: hidden;
}
.pagex div:nth-child(2){
  box-shadow: 0px 0px 7px #ccc;
  height: 50px;
  line-height: 50px;
  width: 500px;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  font-size: 14px;
  padding:0 10px;
}
.pagex div a{
  font-size: 14px;
  overflow: hidden;
}
.ad_banner1{
  width: 100%;
  height: 228px;
  background-image: url(../images/ad_banner1.webp);
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 45px;
}
.ad_banner2{
  width: 100%;
  height: 228px;
  background-image: url(../images/ad_banner2.webp);
  background-repeat: no-repeat;
  background-position: center;
}