@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font: '微软雅黑',inherit;
  vertical-align: baseline;
}

ol,ul{
	list-style: none;
	text-decoration: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,a:hover{
	text-decoration: none;
}
i,em{
    font-style:normal;
}
div:focus {outline: none;}
.left{
	float: left;
}
input{
  outline: none;
}
.right{
	float: right;
}
.cont{
  width: 80%;
  margin:0 auto;
}
/*清除浮动*/
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
/*侧边悬浮*/
.flex_right{
  position:fixed;
  width:78px;
  right:0;
  display:none;
  top:50%;
  z-index:100;
  background:#fff;
  border-bottom:0;
  box-shadow: 2px 2px 5px #888888;
  transform:translateY(-50%);
}
.flex_right ul li{
  width:78px;
  height:78px;
  float:left;
  position:relative;
  border-bottom:1px solid #e0e0e0;
  color:#333;
  font-size:14px;
  line-height:38px;
  text-align:center;
  transition:all .3s;
  cursor:pointer
}
.data_box{
  position: absolute;
  width: 200px;
  height: 75px;
  top:0;
  left: -200px;
  color: #fff;
  background-color: #00a3e9;
  display: none;
}
.data_box>h3{
  padding: 15px;
  line-height:45px;
}
.data_box>h3>img{
  float: left;
  margin-top:10px;
}
.data_box1{
  position: absolute;
  width: 200px;
  height: 200px;
  top:-50px;
  left: -200px;
  color: #fff;
  background-color: #00a3e9;
  display: none;
}
.data_box1>h3{
  width: 90%;
  height: 90%;
  margin-top:5%;
  margin-left: 5%;
}
.data_box1>h3>img{
  width: 100%;
  display: block;
}
.flex_right ul li:hover .data_box{
  display: block;
}
.flex_right ul li:hover .data_box1{
  display: block;
}
.flex_right ul li a{
  color: #666666;
}
.flex_right ul li:hover{
  background:#00a3e9;
  color:#fff
}
.flex_right ul li:hover a{
  color:#fff
}
.flex_right ul li i{
  height:25px;
  margin-bottom:1px;
  display:block;
  overflow:hidden;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:auto 25px;
  margin-top:14px;
  transition:all .3s
}
.flex_right ul li i.bgs2{background-image:url(../images/gp.png)}
.flex_right ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.flex_right ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.flex_right ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.flex_right ul li:hover i.bgs2{background-image:url(../images/gp_on.png)}
.flex_right ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.flex_right ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.flex_right ul li .sidebox{
  position:absolute;
  width:78px;
  height:78px;
  top:0;
  right:0;
  transition:all .3s;
  overflow:hidden
}
.flex_right ul li.sidetop{background:#00a3e9;color:#fff}
.flex_right ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.top{
  width: 100%;
  height: 106px;
  position: fixed;
  z-index: 999;
  top:0;
  left: 0;
}
.logo{
  width: 259px;
  height: 98px;
  margin-top: 20px;
  margin-left: 20px;
}
.logo img{
  width: 100%;
  height: 100%;
  display: block;
}
.nav{
  width: 20%;
  height: 100%;
}
.nav_btn{
  width: 80px;
  height: 29px;
  margin-top: 38px;
  margin-right: 20px;
}
.nav_box{
  position:fixed;
  top:0;
  right: -300px;
  width: 300px;
  height: 100%;
  background-color:rgb(0,0,0,0.6);
  overflow: scroll;
}
.nav_box_con{
  position: relative;
}
.nav_box_con>a{
  width: 100%;
  height: 126px;
  display: block;
}
.nav_box_con>a>img{
  width: 212px;
  height: 86px;
  margin:0 auto;
  display: block;
  margin-top: 20px;
}
.nav_box_con>ul{
  width: 100%;
  height: 100%;
}
.nav_box_con>ul>li{
  width: 100%;
  line-height: 80px;
  text-align:center;
  border-bottom: 1px solid rgba(255,255,255,0.4);
  position: relative;
}
.nav_box_con>ul>li>a{
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
}
.nav_box_con>ul>li>a:hover{
  background-color: #00a3e9;
}
.open{
  width: 10px;
  display: block;
  position: absolute;
  z-index: 9999;
  top:35px;
  right: 20px;
  cursor: pointer;
}
.clo{
  width: 10px;
  display: block;
  position: absolute;
  z-index: 999;
  top:35px;
  right: 20px;
  display: none;
  cursor: pointer;
}
.dh_1>ul{
  width: 100%;
  height: 0;
  overflow: hidden;
}
.dh_1>ul>li{
  width: 100%;
  line-height:50px;
}
.dh_1>ul>li>a{
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  display: block;
}
.dh_1>ul>li>a:hover{
  background-color: #00a3e9;
}
.fg_btn{
  position: fixed;
  width: 30px;
  height: 200px;
  left: 0;
  top:45%;
  z-index: 9999;
}
.fg_box{
  width: 100%;
  height: 0;
  position: fixed;
  top:0;
  left: 0;
  z-index: 99999;
  color: #fff;
  background-color:#00a3e9;
  overflow: hidden;
}
.fg_left{
  width: 50%;
  height: 100%;
}
.fg_left_box{
  width: 85%;
  height: 100%;
  margin-left: 25%;
}
.fg_left_box>h2{
  width: 100%;
  font-size: 42px;
  margin-top: 40px;
}
.dq{
  width: 100%;
  height: 36%;
  margin-top: 80px;
  position: relative;
}
.dq>img{
  width: 200px;
  top:0;
  left: -200px;
  position: absolute;
}
.dq>h2{
  width: 100%;
  font-size: 22px;
  line-height: 40px;
}
.dq_list{
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.dq_list ul{
  width: 90%;
}
.dq_list ul li{
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
}
.dq_list ul li>a{
  color: #fff;
}
.fg_right{
  width: 50%;
  height: 100%;
  position: relative;
}
.close{
  width: 50px;
  height: 50px;
  top:30px;
  right: 30px;
  position: absolute;
  z-index: 999999;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
}
.close>img{
  width: 100%;
  height: 100%;
  display: block;
}
.close:hover{
  transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);
}
.fg_right_box{
  width: 85%;
  margin-right: 25%;
  margin-top:19%;
}
.fg_right_box>h2{
  font-size: 36px;
  line-height: 50px;
}
.fg_right_box>p{
  font-size: 24px;
  line-height: 40px;
}
.fg_right_box>span{
  width: 100%;
  display: block;
  margin-top: 20px;
}
.fg_right_box>span>h2{
  font-size: 24px;
}
.fg_right_box>span>p{
  font-size: 40px;
  margin-top: 30px;
}
#pages{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
}
.page{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.page1{
    position: relative;
}
.p1_btn{
  position: absolute;
  width: 200px;
  height:60px;
  border:2px solid #fff;
  z-index: 9999;
  top:63%;
  left:45%;
}
.p1_btn_box{
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
}
.p1_btn_box>span{
  width: 0;
  height: 100%;
  top:0;
  left: 0;
  background-color: #fff;
  display: block;
  z-index: 2;
}
.p1_btn_box>p{
  position: absolute;
  top:0;
  left: 30%;
  line-height: 60px;
}
.p1_btn_box>img{
  position: absolute;
  width: 50px;
  height: 2px;
  top:50%;
  transform:translateY(-50%);
  display: block;
  left: -50px;
}
.bj1{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color:rgb(0,0,0,0.3);
}
.bj1_con{
  width: 100%;
  height: 100%;
  position: relative;
}
.bj1_date{
  width: 840px;
  height: auto;
  position: absolute;
  top:50%;
  left: 30%;
  transform:translateY(-50%);
}
.bj1_date>p{
  font-size: 44px;
  color: #fff;
  line-height: 60px;
  text-align:center;
}
.bj1_date>p:nth-child(2){
  font-size: 24px;
  color: #fff;
  text-align:center;
}
.bj1_date>span{
  color: #fff;
  display: block;
  margin-top:10px;
}
.bj1_date>span>p{
  float: left;
  margin-left: 45px;
  font-size: 24px;
}
.bj1_date>span>p>img{
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  display: block;
}
.page1>video{
  position: absolute;
  top:0;
  left:0;
  width:100%;
}
.page2{
    
}
.page2_box{
  width: 100%;
  height: 100%;
}
.page2_box>ul{
  width: 100%;
  height: 100%;
}
.page2_box>ul>li{
  width: 33.33%;
  height: 50%;
  float: left;
  background-color: #787878;
  
}
.page2_box>ul>li>a{
  width: 100%;
  height: 100%;
  display: block;
  color:#fff;
  overflow: hidden;
  position: relative;
  text-align:center;vertical-align:middle;
}
.page2_box>ul>li img{
  vertical-align:middle;
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.8s;
}
.page2_box>ul>li img:hover{
  transform: scale(1.1);
}
.page2_box span{
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: block;
  position: absolute;
  background-color:rgb(0,0,0,0.3);
}
.xm_date{
  width: 100%;
  height: 25%;
  top:65%;
  left: 0;
  position: absolute;
  z-index: 99;
}
.xm_date>h3{
  width: 30%;
  margin:0 auto;
  font-size: 32px;
  line-height: 50px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.xm_date>p{
  line-height: 60px;
}
.page3{
    position:relative;
}
.p3_btn{
  position: absolute;
  width: 200px;
  height:60px;
  border:2px solid #00a3e9;
  z-index: 9999;
  top:63%;
  left:67%;
}
.p3_btn_box{
  width: 100%;
  height: 100%;
  color: #333;
  position: relative;
}
.p3_btn_box>span{
  width: 0;
  height: 100%;
  top:0;
  left: 0;
  background-color: #00a3e9;
  display: block;
  z-index: 2;
}
.p3_btn_box>p{
  position: absolute;
  top:0;
  left: 30%;
  line-height: 60px;
}
.p3_btn_box>img{
  position: absolute;
  width: 50px;
  height: 2px;
  top:50%;
  transform:translateY(-50%);
  display: block;
  left: -50px;
}
.page3>span{
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  display: block;
  position: absolute;
  background-color:rgb(0,0,0,0.3);
  z-index: 99;
}
.page3_box{
  width: 100%;
  height:100%;
  overflow: hidden;
}
.page3_box>img{
  width: 100%;
  display: block;
  animation: page 40s infinite;
  -webkit-animation: page 40s infinite;
}
@keyframes page{
    0%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
    50%{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
    100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
         transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
}
.p3_img{
  width: 1248px;
  height: 494px;
  top:50%;
  left: 20%;
  transform:translateY(-50%);
  position:absolute;
  z-index: 99;
}
.page6{
    position: relative;
}
.vid_img{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform:translate(-50%,-50%);
}
.vid_img>img{
  width: 100%;
  display: block;
}
.p4{
  width: 100%;
  height: 100%;
}
.p4>ul{
  width: 100%;
  height: 100%;
}
.p4>ul>li{
  width: 25%;
  height: 100%;
  float: left;
}
.img_box{
  width: 100%;
  height: 70%;
  overflow: hidden;
  background-color: #fff;
}
.img_box>img{
  width: 100%;
  height: 100%;
  display: block;
  transition:all 0.8s;
}
.img_box>img:hover{
  transform:scale(1.1);
}
.xm_nr{
  width: 100%;
  height: 30%;
  color: #fff;
  background-color: #00a3e9;
  position:relative;
}
.zfx{
  width: 60px;
  height:60px;
  top:-30px;
  left:43.5%;
  margin:0 auto;
  position:absolute;
  display: block;
}
.xz{
  transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg);
  transition: all 1s;
}
.xz1{
  transform: rotate(180deg); -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg);
  transition: all 1s;
}
.xm_nr>span{
  width: 80px;
  height:80px; 
  margin:0 auto;
  display: block;
  padding-top: 40px;
}
.xm_nr>span>img{
  width: 90%;
  margin: 0 auto;
  display: block;
}
.xm_nr>h2{
  font-size: 24px;
  line-height: 50px;
  margin-top: 10px;
}
.xm_nr>p{
  width: 70%;
  margin:0 auto;
  font-size: 14px;
  text-align:center;
  line-height: 30px;
}
.page5{
    position: relative;
}
.p5_btn{
  position: absolute;
  width: 80px;
  height: 320px;
  background-color: #00a3e9;
  left: 48%;
  z-index: 999;
  top:55%;
}
.p5_btn_box{
  position: relative;
  height:100%;
  width: 100%;
}
.p5_btn_box>img{
  position: absolute;
  width: 70%;
  top: 15%;
  left: 15%;
  display: block;
}
.p5{
  width: 100%;
  height: 100%;
}
.p5_img{
  width: 50%;
  height: 95%;
  overflow: hidden;
  position: relative;
}
.cent{
  position: absolute;
  right: 0;
  top:45%;
  z-index: 99;
}
.p5_img>img{
  width: 100%;
  height: 100%;
  display: block;
  animation: page 40s infinite;
  -webkit-animation: page 40s infinite;
}
@keyframes page{
    0%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
    50%{
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
        transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
    100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
         transform-origin:top left;
      -webkit-transform-origin:top left;
      -moz-transform-origin:top left;
      -o-transform-origin:top left;
    }
}
.p5_news{
    width: 50%;
    height: 95%;
    background-color: #ede8e8;
}
.p5_news_box{
  width: 95%;
  height: 100%;
  margin-left: 10%;
}
.news{
  width:70%;
  height: 38%;
  margin-top: 15%;
  text-align:left;
  color: #333;
  border-bottom: 2px solid #333;
}
.news>p:first-child{
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
.news>h2{
  font-size: 36px;
  line-height: 50px;
}
.news>p{
  line-height: 30px;
  font-size: 14px;
  margin-top: 40px;
  color: #333;
}
.lxwm{
  height: 44%;
  height: 100%;
  margin-top: 3%;
  text-align:left;
}
.lxwm>h2{
  line-height: 40px;
  font-size: 14px;
}
.lxwm>h2>a{
  color: #00a3e9;
  font-size: 24px;
}
.lxwm>p{
  text-align:left;
  line-height: 40px;
  font-size: 14px;
}
.ewm1_box{
  width: 100%;
  height: 180px;
  margin-top: 20px;
}
.ewm1{
  width: 140px;
  height: 100%;
  margin-right: 40px;
}
.ewm1>img{
  width: 100%;
  display: block;
}
.ewm1>p{
  text-align:center;
  line-height: 50px;
}
.footer{
  width: 100%;
  height: 5%;
  float: left;
  background-color: #333;
  position: relative;
}
.xgxx{
  width: 100%;
  height:100%;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #fafafa;
  line-height: 50px;
}
/*8590&#28023;&#27915;&#20043;&#31070;简介*/
.top_nav{
  width: 100%;
  height: auto;
  background-color: rgba(0,0,0,0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.top_nav_logo{
  width: 212px;
  height: 86px;
  padding: 20px 0 20px 20px;
}
.top_nav_logo>img{
  width: 100%;
  height: 100%;
  display: block;
}
.top_nav_box{
  width: 70%;
  padding: 30px 20px 0 20px;
}
.top_nav_box>ul{
  float: right;
}
.top_nav_box>ul>li{
  float: left;
  line-height:66px;
  margin-left:40px;
}
.top_nav_box>ul>li>a{
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  color: #fff;
  transition: all .5s ease;
  position: relative;
}
.top_nav_box>ul>li>a:hover{
  color: #00a3e9;
}
.top_nav_box>ul>li>a::after {
  content: "";
    width: 100%;
    height: 2px;
    background: #00a3e9;
    position: absolute;
  bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s ease;
    transform: scaleX(0);
}
.top_nav_box>ul>li>a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
/*横幅区域*/
.ab_hf{
  width: 100%;
  height: 600px;
  background-color: #ccc;
  overflow: hidden;
}
.ab_hf>img{
  width: 100%;
  display: block;
  animation: page 40s infinite;
  -webkit-animation: page 40s infinite;
}
/*简介导航*/
.ab_name{
  width: 100%;
  height: 110px;
  position: relative;
}
.ab_tit{
  width: 90%;
  background-color: #00a3e9;
  height: 140px;
  position: absolute;
  top: -70px;
  right: 0;
}
.ab_tit_box{
  width: 90%;
  height: 100%;
  margin:0 auto;
  position: relative;
}
.ab_tit_l{
  width: 30%;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ab_tit_l>h4{
  font-size:24px;
  line-height:30px;
}
.ab_tit_l>h3{
  font-size:30px;
  line-height:40px;
}
.ab_tit_r{
  width: 63%;
  color: #fff;
  position: absolute;
  right: 7%;
  top: 50%;
  text-align:right;
  transform: translateY(-50%);
}
.ab_tit_r>span{
  width: 100%;
  display: block;
}
.ab_tit_r>span>img{
  width: 30px;
  height: 30px;
  float: right;
  margin-right:10px;
  display: block;
}
.ab_tit_r>span>em{
  float: right;
  line-height:30px;
  display: block;
  font-size:14px;
}
.ab_tit_r>span>em>a{
  color: #fff;
}
.ab_tit_r>ul{
  width: 100%;
  margin-top:20px;
}
.ab_tit_r>ul>li{
  float: right;
  width: 22%;
  line-height:40px;
  text-align:center;
  position: relative;
}
.ab_tit_r>ul>li:after{
    position: absolute;
    height: 12px;
    width: 1px;
    background: #fff;
    top: 50%;
    opacity: 0.5;
    margin-top: -3px;
    right: 0;
    content: '';
}
.ab_tit_r>ul>li>a{
  width: 60%;
  height: 100%;
  color: #fff;
  display: block;
  color: #fff;
  transition: all .5s ease;
  position: relative;
  margin:0 auto;
}
.ab_tit_r>ul>li>a:hover{
  color: #fff;
}
.ab_tit_r>ul>li>a::after {
  content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .5s ease;
    transform: scaleX(0);
}
.ab_tit_r>ul>li>a:hover::after {
  opacity: 1;
  transform: scaleX(1);
}
/*公司简介*/
.gywm{
  width: 100%;
  height: auto;
  padding: 20px 0 60px 0;
}
.gywm_box{
  width: 100%;
}
.gywm_tit{
    width: 100%;
    font-size: 30px;
    background: url(../images/hx.jpg) repeat-x;
    margin-bottom: 40px;
}
.gywm_tit>h4{
  background: #fff;
  padding: 0 30px 0 0;
  margin: 0;
  display: inline;
}
.gywm_box_l{
  width: 42%;
}
.gywm_box_l>h3{
  margin-top:20px;
}
.gywm_js{
  width: 100%;
  margin-top:20px;
}
.gywm_js>p{
  font-size: 14px;
  line-height:30px;
  margin-bottom: 20px;
  text-align:justify;
}
.gywm_box_l>p:last-child{
  margin-bottom: 0;
}
.gywm_box_r{
  width: 50%;
  overflow: hidden;
}
.gywm_box_r>img{
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.gywm_box_r>img:hover{
  transform: scale(1.1);
}
.gywm_1{
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}
.gywm_1_box{
  position: relative;
  height:100%;
  background-image: url(../images/lx.jpg);
  background-attachment: fixed;
}
.gywm_1_data{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  color: #fff;
  text-align: center;
  transform: translate(-50%,-50%);
  /*background-color: #00a3e9;*/
}
.gywm_1_data>h4{
  line-height:60px;
  font-size: 30px;
}
.gywm_1_data>p{
  line-height:30px;
  font-size: 14px;
}
.gywm_2{
  width: 100%;
  padding: 20px 0 40px 0; 
}
.gywm_2_img{
  width: 50%;
}
.gywm_2_pt{
  width: 100%;
  position: relative;
}
.gywm_2_pt>li{
  width: 100%;
  height: 630px;
  position: absolute;
  top:0;
  left: 0;
  overflow: hidden;
  display: none;
}
.gywm_2_pt>li>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s;
}
.gywm_2_pt>li>img:hover{
  transform: scale(1.1);
}
.gywm_2_data{
  width: 46%;
  padding: 40px 0 0 0 ;
}
.gywm_2_data>h3{
  margin-bottom: 40px;
}
.gywm_2_nav{
  width: 100%;
}
.gywm_2_nav>li{
  float: left;
  width: 15%;
  height: 140px;
  margin-right: 5%;
  border: 2px solid #00a3e9;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.gywm_2_nav>li:last-child{
  margin-right: 0;
}
.gywm_2_nav>li>p{
  width: 60%;
  top:50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%,-50%);
  text-align: center;
  font-size: 22px;
  z-index: 99;
}
.text{
  color: #fff;
}
.gywm_2_nav>li>span{
  width: 100%;
  height: 100%;
  background-color: #00a3e9;
  display: block;
  position: absolute;
  top:140px;
  left:0;
}
.gywm_2_nr{
  width: 100%;
  height: 240px;
  margin-top:40px;
  position: relative;
  overflow: hidden;
}
.gywm_2_nr>li{
    position: absolute;
    top:240px;
    left:0;
}
.gywm_2_nr>li>h4{
  font-size: 24px;
  line-height:40px;
  margin-bottom: 20px;
}
.gywm_2_nr>li>p{
  font-size: 14px;
  line-height:40px;
}
/*底部结束*/
.footer_1{
  width: 100%;
  height: auto;
  color: #fff;
  background-color: #333;
  padding: 40px 0 10px 0;
}
.footer1_nav_box{
  width: 100%;
  height: 220px;
}
.footer1_nav{
  width: 80%;
  height: 100%;
}
.footer1_nav>ul{
  float: left;
  margin-right: 100px;
}
.footer1_nav>ul>li:first-child{
  line-height:40px;
  color: #fff;
}
.footer1_nav>ul>li>a{
  color: #fff;
  font-size:13px;
  line-height:30px; 
  opacity: 0.6;
}
.footer1_date{
  width: 20%;
  height: 100%;
  position: relative;
}
.footer1_logo{
  position: absolute;
  width: 212px;
  height: 86px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.other_date{
  width: 100%;
  height: 60px;
  margin-top:30px;
  font-size:14px;
  line-height:60px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.4);
  opacity: 0.6;
}
.ab_bj{
  background-size: cover;
  background-repeat: no-repeat;
}
/*企业文化*/
.qywh{
  width: 100%;
  height: auto;
  padding: 20px 0 20px 0;
}
.qywh:last-child{
  padding: 0 0 60px 0;
}
.qywh_cont{
  width: 100%;
  margin:0 auto;
}
.qywh_l{
  width: 46%;
  height:500px;
  position: relative;
}
.qywh_l_box{
  width: 100%;
  position: absolute;
  top:50%;
  left:0;
  transform: translateY(-50%);
}
.qywh_l_box>h4{
  font-size: 30px;
  line-height:40px;
  margin-bottom:30px;
}
.qywh_l_box>p{
  font-size: 14px;
  line-height:36px;
  text-align: justify;
  margin-bottom: 20px;
}
.qywh_l_box>p:last-child{
  margin-bottom: 0;
}
.qywh_r{
  width: 50%;
  height: 500px;
  overflow: hidden;
  box-shadow: 2px 2px 5px #888888;
}
.qywh_r>img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
}
.qywh_r>img:hover{
  transform: scale(1.1);
}
/*.qywh_date{
  width: 100%;
  position: relative;
}
.qywh_date>h3{
  font-size:30px;
  line-height:60px;
  font-weight:bold;
  margin-bottom:30px;
}
.qywh_date>em{
  width: 80px;
  height: 20px;
  border-top:3px solid #ccc;
  display: block;
  opacity: 0.8;
  margin-bottom:20px;
}
.qywh_date>p{
  width: 50%;
  font-size:14px;
  line-height:32px;
  text-align: justify;
  margin-bottom:20px;
}
.qywh_date>span{
  width: 30px;
  height: 80px;
  background-color: #00a3e9;
  display: block;
  margin-top:60px;
}
.qywh_js{
  width: 100%;
  height: 200px;
  position: relative;
}
.qywh_js>span{
  width: 70%;
  height: 100%;
  position: absolute;
  background-color: #35383d;
  display: block;
  top: -20px;
  color: #fff;
  left: 15px;
  box-shadow: 1px 1px 5px #888888;
  z-index: 999;
}
.qywh_js_box{
  width: 90%;
  height: 90%;
  padding: 30px;
}
.qywh_js_box>h4{
  font-size:20px;
  font-weight:bold;
  line-height:40px;
  margin-bottom:20px;
}
.qywh_js_box>p{
  font-size:14px;
  line-height:30px;
}
.qywh_img{
  width: 46%;
  height: 400px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  overflow: hidden;
}
.qywh_img>img{
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.qywh_img>img:hover{
  transform: scale(1.1);
}*/

.rczp{
  width: 100%;
  padding: 40px 0;
}
.rczp>.cont table{width: 100%;border-collapse: collapse;text-align: center;}
.rczp>.cont table thead{background: #fff;border-top: 2px solid #00a3e9;border-left: 1px solid #ccc;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;}
.rczp>.cont table th{font-weight: normal;padding: 30px 3px;}
.rczp>.cont table tbody tr:nth-child(odd){background: #f2f2f2;}
.rczp>.cont table tbody tr:nth-child(even){background: #fff;}
.rczp>.cont table td{padding: 10px 3px;}
.rczp>.cont table td a{display: inline-block;width: 90px;line-height: 60px;white-space: nowrap; color: #333;}
.rczp>.cont table tbody tr td{transition: all .4s;} 
.rczp>.cont table tbody tr:hover td{color: #fff; background-color:#00a3e9; }
/*资讯中心*/
.news_box{
  width: 100%;
  height: auto;
  background-color: #fafafa;
}
.news_box>.cont>ul{
  width: 100%;
  height:auto;
  padding: 40px 0;
}
.news_box>.cont>ul>li{
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #fff;
}
.news_box>.cont>ul>li>a{
  color: #333333;
}
.news_nr{
  width: 94%;
  margin:0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.news_time{
  width: 8%;
  margin-left:1%;
}
.news_time>span{
  width: 100px;
  border:1px solid #000;
  display: block;
}
.news_time>span>h3{
  width: 100%;
  font-weight:bold;
  font-size: 48px;
  line-height:70px;
  text-align: center;
}
.news_time>span>h4{
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height:40px;
}
.news_time>em{
  width: 25%;
  display: block;
  margin:0 auto;
  margin-top: 30px;
  opacity: 0.4;
}
.news_time>em>img{
  width: 100%;
  display: block;
}
.news_tit{
  width: 60%;
  position: relative;
}
.news_tit:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 1rem;
    display: block;
    width: 40px;
    height: 1px;
    background: #aaa;
    transition: all .5s ease;
}
.news_tit_box{
  width: 100%;
  margin-left:50px;
}
.news_tit_box>h4{
  width: 100%;
  font-size: 24px;
  line-height:30px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_tit_box>p{
  width: 100%;
  margin-top:30px;
  font-size: 14px;
  line-height:30px;
  opacity: 0.4;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_pt{
  width: 20%;
  height: 160px;
  margin-right: 1%;
  background-color: #ccc;
  overflow: hidden;
}
.news_pt>img{
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.news_pt>img:hover{
  transform: scale(1.1);
}
/*8590&#28023;&#27915;&#20043;&#31070;娱乐*/
.yyq{
  width: 100%;
  height: auto;
  background-color: #fafafa;
}
.yyq_gkjs{
  width: 100%;
  padding: 40px 0;
}
.yyq_gkjs>h3{
  width: 100%;
  font-size: 30px;
  font-weight:bold;
  line-height:40px;
}
.gkjs_date{
  width: 100%;
  margin-top: 40px;
  background-color: #fff;
}
.gkjs_pt{
  width: 50%;
  height: 420px;
  overflow: hidden;
}
.gkjs_pt>img{
  width: 100%;
  display: block;
  transition: all 0.6s;
}
.gkjs_pt>img:hover{
  transform: scale(1.1);
}
.gkjs_nr{
  width: 50%;
  height: 420px;
  position: relative;
}
.gkjs_nr>p{
  position: absolute;
  width: 90%;
  font-size: 14px;
  line-height:30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.yyq_img{
  width: 100%;
  padding: 40px 0 80px 0; 
  background-color: #fafafa;
}
.yyq_img>.cont>h3{
  width: 100%;
  font-size: 30px;
  font-weight:bold;
  line-height:40px;
  margin-bottom:25px;
}
.poster-main{
  position: relative;
  margin-top: 60px;
}
.poster-main a,.poster-main img{
  display:block;
  box-shadow: 2px 2px 5px #888888;
  border-radius: 5px;
}
.poster-main .poster-list{
  width: 900px;
  height: 270px;
}
.poster-main .poster-list .poster-item{
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}
.poster-item>img{
  display: block;
  transition: all 0.6s;
}
.poster-item>img:hover{
  transform: scale(1.1);
}
.poster-main .poster-btn{
  position: absolute;
  height: 100%;
  width:100px;
  top: 0px;
  z-index: 10;
}
.poster-main .poster-prev-btn{ 
  left: 0px;
}
.poster-main .poster-next-btn{
  right: 0px;
}
/*旗下分馆*/
.qxfg_nav{
  width: 100%;
  padding: 40px 0;
}
.qxfg_nav_box{
  width: 100%;
}
.qxfg_nav_box>li{
  float: left;
  width: 16.6%;
  
}
.qxfg_nav_box>li>a{
  width: 50%;
  line-height:40px;
  text-align:center;
  display: block;
  color:#333333;
  margin:0 auto;
  border:2px solid rgba(0,163,233);
  position: relative;
  overflow: hidden;
}
.qxfg_nav_box>li>a:hover{
  color:#fff;
}
.qxfg_nav_box>li>a>em{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0,163,233);
  top:0;
  left: -100%;
  z-index: -1;
}
.qxfg_box{
  width: 100%;
  height:532px;
  margin-top:40px;
  background-image:url(../images/fg_bg.jpg);
}
.qxfg_js{
  width: 26%;
  margin-left: 10%;
}
.qxfg_tit{
  width: 100%;
  height: 160px;
  padding-left: 55px;
  padding-top: 43px;
  background-image: url(../images/fg_tit_bj.png);
  background-repeat:no-repeat;
}
.qxfg_tit>h2{
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
.qxfg_jj{
  padding-left: 55px;
}
.qxfg_jj>h3{
  width: 140px;
  line-height:40px;
  text-align: center;
  color: #fff;
  background-color:rgba(0,163,233);
}
.qxfg_jj>p{
  font-size: 14px;
  line-height:24px;
  margin-top: 10px;
}
.qxfg_lx{
  padding-left: 55px;
  margin-top: 75px;
  color: #fff;
}
.qxfg_lx>p{
  line-height:32px;
  font-size: 16px;
  margin-top: 20px;
}
.qxfg_lx>p>em{
  width: 32px;
  height: 32px;
  background-image:url(../images/qx_ico1.png);
  background-size:cover;
  display: block;
  float: left;
  margin-right: 10px;
}
.qxfg_lx>p:last-child>em{
  width: 32px;
  height: 32px;
  background-image:url(../images/qx_ico2.png);
  background-size:cover;
  display: block;
  float: left;
  margin-right: 10px;
}
.pic_box{
  width: 60%;
  position: relative;
}
.pic_show{
  width: 81%;
  height: 500px;
  float: left;
  left:30px;
  position: absolute;
}
.pic_data{
  width: 100%;
}
.pic_data>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.qxfg_sf{
  width: 100%;
  padding: 40px 0;
  position: relative;
}
.qx_xz{
  width: 560px;
  height:200px;
  position: absolute;
  left:10%;
  bottom: -25%;
}
.fg_gp1{
  width: 200px;
  height: 100%;
  float: left;
}
.fg_gp1>p{
  width: 100%;
  height: 30%;
  line-height:60px;
  color: #fff;
  margin-top: 30px;
  background-color: #00a3e9;
  cursor: pointer;
}
.fg_gp1>p:hover{
  box-shadow: 1px 1px 10px #888888;
}
.fg_gp1>p>img{
  float: left;
  margin-left: 40px;
  margin-top: 15px;
  margin-right: 10px;
}
.ewm_box1{
  width: 340px;
  height: 200px;
  float: right;
}
.ewm_box_data1{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  /*background-color:rgba(0,163,233,0.3);*/
}
.ewm_box_data1>p{
  width: 100%;
  height: 100%;
  line-height:320px;
  position: absolute;
  top:0;
  right: -340px;
}
.ewm_box_data1>p>img{
  width: 160px;
  height: 160px;
  display: block;
  float: left;
  margin-right: 10px;
  margin-top: 25px;
}
.qx_xz1{
  width: 188px;
  height:117px;
  background-image:url(../images/qx_xz.png);
  position: absolute;
  right:6%;
  bottom: -15%;
  opacity: 0.8;
  background-repeat: no-repeat;
}
.sf_list{
  width: 100%;
}
.sf_list>li{
  width: 19.9%;
  float: left;
  text-align:center;
  font-size: 24px;
  line-height:60px;
  border-right: 1px solid #888888; 
  cursor: pointer;
}
.sf_list>li>em{
  width: 40%;
  margin:0 auto;
  display: block;
}
.color3{
  color: #00a3e9;
  border-bottom: 2px solid #00a3e9;
}
.sf_list>li:first-child{
  border-left: 1px solid #888888;
}
.qx_table{
  width: 100%;
  height: 400px;
  margin-top: 60px;
  overflow: hidden;
  position: relative;
}
.qx_table>li{
  width: 100%;
  position: absolute;
  right: -100%;
  opacity: 0;
}
.qx_table>li>table{
  width: 100%;
}
.qx_table>li>table tr{
  width: 100%;
  height:80px;
  text-align: center;
}
.color1{
  background-color: #00a3e9;
  color: #fff;
}
.color2{
  background-color: #8dd6f5;
  color: #fff;
}
.qx_table>li>table tr td{
 border:1px solid #fff;
 vertical-align: middle;
  text-align: center; 
}
.qx_table>li>table tr td>p{
  line-height:60px;
}
.qxfg_fw_box{
  width: 100%;
  padding: 40px 0;
}
.qxfg_tit1{
  width: 360px;
  height: 160px;
  margin:0 auto;
  padding-right: 45px;
  padding-top: 23px;
  background-image: url(../images/fg_tit_bj1.png);
  background-repeat:no-repeat;
}
.qxfg_tit1>h2{
  text-align: right;
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
.qxfg_tit1>p{
  width: 100%;
  text-align:right;
  font-size: 20px;
}
.qxfg_fw{
  width: 100%;
  height: 540px;
  background-image: url(../images/sl.jpg);
  background-size: cover;
  margin-top: 60px;
  background-attachment: fixed;
}
.qxfg_fw>.cont{
  height: 100%;
}
.qxfg_fw_data{
  width: 36%;
  height: 100%;
  background-color:#00a3e9;
  position: relative;
}
.qxfg_tit2{
  height: 160px;
  padding-left: 55px;
  padding-top: 43px;
  background-image: url(../images/fg_tit_bj2.png);
  background-repeat:no-repeat;
  margin-left: 5%;
  margin-top: 5%;
  color: #fff;
}
.qxfg_tit2>h2{
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
.qxfg_fw_pic_box{
  width: 240%;
  height: 55%;
  position: absolute;
  bottom: 5%;
  left:10%;
}
.pic_show1{
  width: 100%;
  height: 100%;
}
.pic_data1>span{
  width: 96%;
  height: 100%;
  margin:0 auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.pic_data1>span>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all 0.8s;
}
.pic_data1>span>img:hover{
  transform: scale(1.2);
}
.pic_data1>span>h4{
  height:20%;
  width: 100%;
  position: absolute;
  background-color:rgba(0,0,0,0.8);
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  line-height:60px;
  text-align:center;
}
.qxfg_fw_js{
  width: 64%;
  height: 540px;
  position: relative;
}
.fw_js_box{
  width: 25%;
  padding: 40px 20px;
   background-color:rgba(0,0,0,0.6);
   position: absolute;
   top:-120px;
   right: -20%;
   opacity: 0;
   color: #fff;
   z-index: 99;
}
.fw_js_box>h4{
  font-size:18px;
  line-height:40px;
}
.fw_js_box>em{
  width: 50%;
  height: 2px;
  background-color: #fff;
  display: block;
  margin:10px 0;
}
.fw_js_box>p{
  width: 100%;
  font-size:14px;
  line-height:30px;
  text-align:justify;
}
.qxfg_news{
  width: 100%;
  margin-top: 40px;
}
.qxfg_news_box{
  width: 100%;
  margin-top: 40px;
}
.qx_news_l{
  width: 48%;
  padding: 20px 0;
}
.qx_news_top{
  width: 100%;
}
.qx_news_pic{
  width: 100%;
  height: 420px;
  overflow: hidden;
}
.qx_news_pic>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.qx_news_top>h4{
  width: 100%;
  font-size:24px;
  line-height:40px;
 /* font-weight:bold;*/
  padding: 20px 0;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.qx_news_top>p{
  width: 100%;
  font-size:14px;
  line-height:30px;
 /* font-weight:bold;*/
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.qx_news_top>a{
  float: left;
  width: 5%;
  line-height:40px;
  display: block;
  margin:20px 0;
  text-align:center;
  color: #fff;
  border-radius: 25px;
  opacity: 0.4;
}
.qx_news_top>a>img{
  width: 100%;
  display: block;
}
.qx_news_top>em{
  line-height:40px;
  float: right;
  margin:20px 0;
}
.qx_news_r{
  width: 48%;
  padding: 20px 0;
}
.qx_news_r>ul{
  width: 100%;
}
.qx_news_r>ul>li{
  float: left;
  width: 100%;
}
.qx_news_r>ul>li>a{
  color: #333;
}
/*.news_nr{
  width: 94%;
  margin:0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}*/
.news_time1{
  width: 12%;
  margin-left:1%;
}
.news_time1>span{
  width: 100%;
  border:1px solid #000;
  display: block;
}
.news_time1>span>h3{
  width: 100%;
  font-weight:bold;
  font-size: 48px;
  line-height:70px;
  text-align: center;
}
.news_time1>span>h4{
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height:40px;
}
.news_time1>em{
  width: 25%;
  display: block;
  margin:0 auto;
  margin-top: 30px;
  opacity: 0.4;
}
.news_time1>em>img{
  width: 100%;
  display: block;
}
.news_tit1{
  width: 50%;
  position: relative;
}
.news_tit1:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 1rem;
    display: block;
    width: 40px;
    height: 1px;
    background: #aaa;
    transition: all .5s ease;
}
.news_tit1_box{
  width: 100%;
  margin-left:70px;
}
.news_tit1_box>h4{
  width: 100%;
  font-size: 24px;
  line-height:30px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_tit1_box>p{
  width: 100%;
  margin-top:30px;
  font-size: 14px;
  line-height:30px;
  opacity: 0.4;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_pt{
  width: 20%;
  height: 140px;
  margin-right: 1%;
  background-color: #ccc;
  overflow: hidden;
}
.news_pt>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.6s;
}
.news_pt>img:hover{
  transform: scale(1.1);
}
.qxfg_al{
  width: 100%;
  height: 700px;
  position: relative;
  margin:40px 0;
}
.qxfg_al_dt{
  width: 100%;
  height: 700px;
  overflow: hidden;
  top:0;
  left:0;
}
.qxfg_al_dt>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  animation: page 40s infinite;
  -webkit-animation: page 40s infinite;
}
.qxfg_al_list{
  width: 54%;
  position: absolute;
  height: 30%;
  bottom: 0;
  left:10%;
  padding: 1% 0.5%;
  background-color: rgba(0,0,0,.3);
}
.pic_show2{
  width: 100%;
  height: 100%;
}
.pic_data2>span{
  width: 96%;
  height: 100%;
  margin:0 auto;
  display: block;
  position: relative;
}
.border1{
  border:2px solid #fff;
}
.pic_data2>span>img{
  width: 100%;
  height: 98%;
  display: block;
  object-fit: cover;
  object-position: center;
  cursor: pointer;
}
.qxfg_al_tit{
  width: 25%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  right: 10%;
  top:0;
  color: #fff;
}
.qxfg_tit3{
  height: 160px;
  padding-left: 55px;
  padding-top: 43px;
  background-image: url(../images/fg_tit_bj2.png);
  background-repeat:no-repeat;
  margin-left: 10%;
  margin-top: 25%;
  color: #fff;
}
.qxfg_tit3>h2{
  width: 100%;
  font-size: 30px;
  margin-bottom: 10px;
}
.qxfg_al_tit>p{
 padding: 0 10%;
 font-size:14px;
 line-height:40px;
 text-align:justify;
}
.qxfg_zp{
  width: 100%;
  padding: 40px 0;
}
.qxfg_zp_box{
  width: 100%;
  padding: 40px 0;
}
.qxfg_zp_pic{
  width: 50%;
  height: 700px;
  overflow: hidden;
}
.qxfg_zp_pic>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  animation: page 40s infinite;
  -webkit-animation: page 40s infinite;
}
.qxfg_zp_data{
  width: 50%;
  height: 700px;
  position: relative;
}
.qxfg_zp_list{
  position: absolute;
  width: 140%;
  height: 55%;
  padding: 2% 0.5%;
  background-color: #fff;
  left: -40%;
  bottom: 5%;
  box-shadow: 1px 1px 10px #888888;
}
.pic_data3{
  width: 100%;
  height: 100%;
}
.pic_data3>span{
  width: 92%;
  height: 100%;
  margin:0 auto;
  display: block;
}
.zp_pic{
  width: 100%;
  height: 60%;
  background-color: red;
}
.zp_pic>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.zp_xx{
  width: 100%;
  height: 40%;
  color: #fff;
  background-color: #00a3e9;
}
.zp_xx>h4{
  padding: 0 5%;
  line-height:40px;
  font-size:18px;
}
.zp_xx>p{
  padding: 0 5%;
  line-height:20px;
  font-size:14px;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.zp_xx>h5{
  padding: 0 5%;
}
.zp_xx>h5>em{
  font-size: 14px;
  line-height:20px;
}
.zp_xx>h5>img{
  float: right;
  width: 5%;
  display: block;
  margin-top: 5px;
  opacity: 0.6;
}
.zp_ln{
  width: 80%;
  height: 30%;
  margin:0 auto;
  padding: 5%;
}
.zp_ln>p{
  width: 100%;
  line-height:30px;
  font-size: 14px;
  text-align:justify;
  text-indent: 2em;
}
/*民富路分馆*/
.mfl_js{
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-image: url(../images/mfl_bj.png);
  background-size: cover;
}
.fg_imgs{
  width: 50%;
  height: 500px;
}
.mfl_pt{
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.mfl_pt>img{
  width: 94%;
  display: block;
  transition: all 0.6s;
}
.mfl_pt>img:hover{
  transform: scale(1.1);
}
.mfl_date{
  width: 50%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.mfl_date>span{
  width: 80%;
  display: block;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  padding: 40px;
  background-color: rgba(255,255,255,0.6);
}
.mfl_date_box{
  width: 100%;
  height: auto;
  position: relative;
}
.ewm_box{
  width: 140px;
  height: 140px;
  position: absolute;
  bottom: -40px;
  right: 20px;
}
.ewm_box_data{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}
.ewm_box_data>img{
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top:0;
  right: -140px;
}
.mfl_date_box>h3{
  width: 100%;
  font-size:30px;
  font-weight: bold;
  line-height:40px;
}
.mfl_date_box>em{
  width: 100%;
  font-size:14px;
  line-height:30px;
  margin-top:40px;
  display: block;
}
.mfl_date_box>p{
  width: 100%;
  font-size:16px;
  line-height:30px;
  margin-top:20px;
  font-weight: bold;
}
.fg_gp{
  width: 100%;
  padding: 30px 0;
}
.fg_gp>p{
  float: left;
  margin-right: 60px;
  width: 20%;
  line-height:45px;
  padding:0 20px;
  background-color: #00a3e9;
  text-align:center;
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
}
.fg_gp>p>img{
  float: left;
  margin-top:10px;
  margin-left: 10px;
}
.fg_gp>p:hover{
  box-shadow: 2px 2px 10px #888888;
}
/*.mfl_date>span>p>em{
 margin-top:80px;
 float: left;
 margin-left: 20px;
}
.mfl_date>span>p>img{
  width: 20%;
  float: left;
  display: block;
}*/
.mfl_date>a>img{
  position: absolute;
  width: 15%;
  display: block;
  right: 0;
  bottom: 10%;
}
.mfl_xmzs{
  padding: 40px 0;
  width: 100%;
}
.mfl_xmzs>.cont>h3{
  font-weight: bold;
  font-size:30px;
  line-height:40px;
  margin-bottom:40px;
}
section{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    transform-style: preserve-3d;
    width: 1520px;
}
section .card{
    position: relative;
    width: 466px;
    height: 320px;
    margin: 20px;
    transform-style: preserve-3d;
    perspective: 1200px;
}
section .card .box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: 1s ease;
}
section .card:hover .box{
    transform: rotateY(180deg);
}
section .card .box .imgBx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img_tit{
  width: 100%;
  height: 100%;
  position: relative;
}
.img_tit>h4{
  position: absolute;
  font-size:16px;
  width: 50%;
  color: #fff;
  line-height:60px;
  text-align: center;
  /*border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;*/
  bottom: 0;
  right: 0;
  /*transform: translate(-50%,-50%);*/
  z-index: 999;
  background-color: rgba(0,0,0,0.6);
  box-shadow: 1px 1px 10px #fff;
}
section .card .box .imgBx img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section .card .box .contentBx{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}
section .card .box .contentBx div{
    transform-style: preserve-3d;
    padding: 20px;
    background: #00a3e9;
    transform: translateZ(100px);
}
section .card .box .contentBx div h2{
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
section .card .box .contentBx div p{
    color: #fff;
    font-size: 14px;
}
.fg_news{
  padding: 40px 0;
  width: 100%;
}
.fg_news>.cont>h3{
  font-weight: bold;
  font-size:30px;
  line-height:40px;
  margin-bottom:40px;
}
.fg_news>.cont>ul{
  width: 100%;
}
.fg_news>.cont>ul>li{
  float: left;
  width: 50%;
}
.fg_news>.cont>ul>li>a{
  color: #333;
}
/*.news_nr{
  width: 94%;
  margin:0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}*/
.news_time1{
  width: 12%;
  margin-left:1%;
}
.news_time1>span{
  width: 100%;
  border:1px solid #000;
  display: block;
}
.news_time1>span>h3{
  width: 100%;
  font-weight:bold;
  font-size: 48px;
  line-height:70px;
  text-align: center;
}
.news_time1>span>h4{
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height:40px;
}
.news_time1>em{
  width: 25%;
  display: block;
  margin:0 auto;
  margin-top: 30px;
  opacity: 0.4;
}
.news_time1>em>img{
  width: 100%;
  display: block;
}
.news_tit1{
  width: 50%;
  position: relative;
}
.news_tit1:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 1rem;
    display: block;
    width: 40px;
    height: 1px;
    background: #aaa;
    transition: all .5s ease;
}
.news_tit1_box{
  width: 100%;
  margin-left:70px;
}
.news_tit1_box>h4{
  width: 100%;
  font-size: 24px;
  line-height:30px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news_tit1_box>p{
  width: 100%;
  margin-top:30px;
  font-size: 14px;
  line-height:30px;
  opacity: 0.4;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_pt{
  width: 20%;
  height: 140px;
  margin-right: 1%;
  background-color: #ccc;
  overflow: hidden;
}
.news_pt>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.6s;
}
.news_pt>img:hover{
  transform: scale(1.1);
}
.fg_zp{
  padding: 40px 0;
  width: 100%;
}
.fg_zp>.cont>h3{
  font-weight: bold;
  font-size:30px;
  line-height:40px;
  margin-bottom:40px;
}
.alzs_box{
  width: 100%;
}
.alzs_img{
  width: 94%;
  height: 100%;
  margin:0 auto;
  overflow: hidden;
}
.alzs_img>span{
  width: 100%;
  height: 240px;
  display: block;
  overflow: hidden;
}
.alzs_img>span>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.6s;
}
.alzs_img>span>img:hover{
  transform: scale(1.1);
}
.alzs_img>h4{
  width: 100%;
  font-size: 20px;
  line-height:40px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.alzs_img>em{
  display: block;
  width: 50px;
  height: 1px;
  background-color: #888888;
  margin-bottom: 5px;
}
.alzs_img>p{
  width: 100%;
  font-size: 14px;
  line-height:30px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fg_tj{
  padding: 40px 0;
  width: 100%;
}
.fg_tj>.cont>h3{
  font-weight: bold;
  font-size:30px;
  line-height:40px;
  margin-bottom:40px;
}
.alzs_img1{
  width: 96%;
  height: 320px;
  margin:0 auto;
  overflow: hidden;
}
.alzs_img1>span>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: all 0.6s;
}
.alzs_img1>span>img:hover{
  transform: scale(1.1);
}
/*中心简介*/
.yypx_zxjj{
  width: 100%;
  padding: 40px 0 0 0; 
  background-color: #fafafa;
}
.yypx_zxjj_pt{
  width: 50%;
  height: 600px;
  overflow: hidden;
}
.yypx_zxjj_pt>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s;
}
.yypx_zxjj_pt>img:hover{
  transform: scale(1.1);
}
.yypx_zxjj_nr{
  width: 50%;
  height: 600px;
  background-color: #fff;
  position: relative;
}
.zxjj_date{
  width: 80%;
  position: absolute;
  top: 50%;
  right: 5%;
  text-align: justify;
  transform: translateY(-50%);
}
.zxjj_date>h3{
  width: 100%;
}
.zxjj_date>h3>img{
 /* width: 90%;*/
}
.zxjj_date>h4{
  font-size: 20px;
  line-height:30px;
  opacity: 0.6;
  margin-top:10px;
}
.zxjj_date>p{
  width: 100%;
  font-size:14px;
  line-height:36px;
  margin-top:20px;
  opacity: 0.8;
}
.zxjj_jxts{
  width: 100%;
  padding:0 0 40px 0;
  background-color: #fafafa;
}
/*.zxjj_jxts>.cont>h3{
  width: 100%;
  font-size:30px;
  font-weight:bold;
}*/
.jxts_date{
  width: 50%;
  height: 720px;
  background-color: #fff;
  position: relative;
}
.jxts_nr{
  width: 90%;
  margin:0 auto;
  position: absolute;
  top: 3%;
  left: 5%;
}
.jxts_nr>span>ul{
  width: 100%;
  padding: 40px 0;
  margin-top:10px;
  
}
.jxts_nr>span>ul>li{
  float: left;
  width: 25%;
  text-align: center;
  padding: 20px 0;
}
.blue{
  background-color:#00a3e9;
  color: #fff;
}
.jxts_nr>span>ul>li>span{
  width: 60px;
  height: 60px;
  display: block;
  margin:0 auto;
}
.jxts_nr>span>ul>li>span>img{
  width: 100%;
  height: 100%;
  display: block;
}
.jxts_nr>span>ul>li>p{
  font-size: 14px;
  margin-top:10px;
}
.jxts_pt{
  width: 50%;
}
.jxts_nr>span:last-child{
  margin-top: 60px;
  display: block;
}
.jxts_nr>span>h3{
  width: 100%;
  margin-bottom: 40px;
}
.jxts_nr>span>h3>img{
  width: 60%;
  display: block;
}
.jxts_nr>span>em{
  width: 50px;
  height: 2px;
  background-color: #ccc;
  display: block;
  margin-top:20px;
  margin-bottom: 20px;
}
.jxts_nr>span>p{
  font-size:14px;
  line-height:30px;
}
.jxts_pt>span{
  width: 100%;
  height: 460px;
  overflow: hidden;
  display: block;
}
.jxts_pt>span>img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
  object-fit: cover;
  object-position: center;
}
.jxts_pt>span>img:hover{
  transform: scale(1.1);
}
.jxts_pt>ul{
  width: 100%;
  margin-top:20px;
}
.jxts_pt>ul>li{
  width: 32%;
  height: 240px;
  overflow: hidden;
  float: left;
  margin-left: 2%;
}
.jxts_pt>ul>li:first-child{
  margin-left: 0;
}
.jxts_pt>ul>li>img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
  object-fit:cover;
  object-position:center;
}
.jxts_pt>ul>li>img:hover{
  transform: scale(1.1);
}
.yypx_szll{
  width: 100%;
  padding: 40px 0;
}
.yypx_szll>.cont>ul{
  width: 100%;
}
.yypx_szll>.cont>ul>li{
  width: 25%;
  float: left;
  margin-bottom: 40px;
}

.zxjj_fwbz{
  width: 100%;
  padding:0 0 40px 0;
  background-color: #fafafa;
}
.fwbz_pt{
  width: 50%;
}
.fwbz_pt>span{
  width: 100%;
  height: 460px;
  overflow: hidden;
  display: block;
}
.fwbz_pt>span>img{
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s;
  object-fit: cover;
  object-position: center;
}
.fwbz_date{
  width: 50%;
  height: 460px;
  background-color: #fff;
  position: relative;
}
.fwbz_nr{
  width: 90%;
  margin:0 auto;
  position: absolute;
  top: 3%;
  left: 5%;
}
.fwbz_date>img{
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.2;
}


.szll_box{
  width: 94%;
  margin:0 auto;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 1px 1px 5px #888888;
}
.szll_box:hover{
  box-shadow: 1px 1px 10px #888888;
}
.szll_box>span{
  width: 90%;
  height: 360px;
  margin:0 auto;
  display: block;
  overflow: hidden;
}
.szll_box>span>img{
  width: 100%;
  margin:0 auto;
  display: block;
  transition: all 0.6s;
}
.szll_box>span>img:hover{
  transform: scale(1.1);
}
.szll_box>h4{
  font-size:22px;
  width: 90%;
  margin:0 auto;
  line-height:40px;
  margin-top: 20px;
  font-weight: bold;
}
.szll_box>em{
  width: 50px;
  height: 1px;
  background-color: #ccc;
  display: block;
  margin-left:5%;
  margin-top: 8px;
}
.szll_box>p{
  font-size:16px;
  width: 90%;
  margin:0 auto;
/*  font-weight: bold;*/
  line-height:30px;
}
.szll_box>p>em{
  font-size: 18px;
}
.jgb{
  width: 100%;
  padding: 40px 0;
}
.jgb>.cont>h4{
  width: 100%;
  font-size: 24px;
  line-height:30px;
  text-align: center;
  margin-bottom:30px;
}
.jgb>.cont>table{
  width: 100%;
  margin-bottom: 40px;
}
.jgb>.cont>table tr{
  width: 100%;
  height:60px;
  text-align: center;
}
.jgb>.cont>table tr td{
 border:1px solid #000;
 vertical-align: middle;
  text-align: center; 
}
.tyk{
  width: 100%;
}
.tyk>h4{
  width: 100%;
  font-size: 24px;
  line-height:30px;
  text-align: center;
  margin-bottom:30px;
}
.tyk_l{
  width: 49%;
}
.tyk_l>table{
  width: 100%;
  margin-bottom: 40px;
}
.tyk_l>table tr{
  width: 100%;
  height:80px;
}
.tyk_l>table tr td{
 border:1px solid #fff;
 vertical-align: middle;
  text-align: center; 
}
.tyk_l_1{
  width: 49%;
}
.tyk_l_1>table{
  width: 100%;
  margin-bottom: 40px;
}
.tyk_l_1>table tr{
  width: 100%;
  height:80px;
}
.tyk_l_1>table tr td{
 border:1px solid #333;
 vertical-align: middle;
  text-align: center; 
}
.lxfs{
  width: 100%;
  padding: 40px 0;
  background-color: #fafafa;
}
.lxfs_box{
  width: 100%;
  background-color: #fff;
  padding: 40px 0;
}
.lxfs_box>h4{
  font-size:24px;
  width:96%;
  margin:0 auto;
  line-height:30px;
  margin-bottom:20px;
}
.lxfs_box>ul{
  width: 96%;
  margin:0 auto;
}
.lxfs_box>ul>li{
  width: 48%;
  padding: 20px 0;
  float: left;
  background-color: #fff;
  box-shadow: 1px 1px 8px #888888;
  margin-left:3.5%;
}
.lxfs_box>ul>li:first-child{
  margin-left:0;
}
.lxfs_date{
  width: 90%;
  height: 100px;
  margin:0 auto;
}
.lxfs_nr{
  height: 100px;
  width: 70%;
  position: relative;
  margin-left:4%;
}
.lxfs_nr>span{
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lxfs_nr>span>h4{
  font-size:20px;
  line-height:30px;
}
.lxfs_nr>span>p{
  font-size:14px;
  line-height:30px;
}
.zxdt{
  width: 100%;
  padding: 20px 0 40px 0;
  background-color: #fafafa;
}
.bddt_box{
  padding: 40px 0;
  background-color: #fff;
}
.bddt{
  width: 96%;
  height: 450px;
  margin:0 auto;
}
.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;}
.zxly{
  width: 100%;
  height: 600px;
  padding: 20px 0;
}
.contact_ly_tit{
  width: 100%;
  display: block;
  float: left;
}
.contact_ly_tit_l{
  width: 50%;
  float: left;
}
.contact_ly_tit_l>h3{
  width: 50%;
  line-height: 60px;
  font-size: 24px;
  border-bottom: 1px solid #717171;
}
.contact_ly_tit_l>p{
  width: 50%;
  line-height: 30px;
}
.contact_ly_tit>p{
  width: 36%;
  float: right;
  line-height: 30px;
  text-align:right;
  margin-top:30px;
  font-size: 14px;
}
.contact_bd{
  width: 100%;
  margin-top: 40px;
  float: left;
}
.contact_bd>form{
  width: 100%;
  height: auto;
  float: left;
  display: block;

}
.bd_date>li:last-child{
  float: right;
}
.bd_date>li:nth-child(2){
  margin-left:90px;
}
.bd_date>li{
  width:448px;
  height: 42px;
  float: left;
  line-height: 42px;
  border:1px solid #717171;
  margin-bottom: 10px;
}
i,em{
    font-style: normal;
}
.bd_date>li>em{
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.bd_date>li>em>i{
  color: red;
}
.bd_date>li>input{
  height: 100%;
  width: 60%;
  border:none;
  outline: none;
  padding: 0;
  float: left;
  margin-left: 20px;
  background-color:transparent;
}
.bd_date>li>img{
  float: right;
  margin-right: 10px;
  margin-top:5px;
}
.bd_ly{
  width: 100%;
  margin-top:30px;
  float: left;
  border:1px solid #717171;
  margin-bottom: 20px;
}
.bd_ly_top{
  width: 100%;
  height: 42px;
  line-height: 42px;
}
.bd_ly_top>em{
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.bd_ly_top>img{
  float: right;
  margin-right: 10px;
  margin-top:5px;
}
.bd_ly_top>em>i{
  color: red;
}
.bd_ly>textarea{
    height: 16em;
    width: 1500px;
    margin:0 auto;
    font-size: 14px;
    display: block;
    resize: none;
    background: none;
    border: none;
    outline: none;
    font-family: normal;
}
.tj_bd{
  width: 100%;
  height: 60px;
  float: left;
  display: block;
  margin-bottom: 60px;
  margin-top: 20px;
}
.tj_bd>input{
  width: 360px;
  height: 100%;
  margin:0 auto;
  display: block;
  border:none;
  color: #fff;
  background-color:#00a3e9;
}
.zsxx{
  width: 100%;
  padding: 40px 0 0 0;
}
.ser_hf{
  width: 100%;
  height: 160px;
  margin-top:60px;
  
}
.ser_hf_box{
  height: 100%;
  background-image: url(../images/hz-bj.jpg);
  background-attachment: fixed;
  color: #fff;
}
.ser_hf h3{
  font-size: 30px;
  float: left;
  width: 100%;
  text-align:center;
  line-height: 60px;
  margin-top: 50px;
}
.zsxx1{
  width: 100%;
  padding: 60px 0;
}
.zsxx1 h3 {
 width: 100%;
}
.zsxx1 h3>img{
  margin:0 auto;
  display: block;
}
.zsxx_pt{
  width: 100%;
  margin-top: 60px;
}
.zsxx_pt>li{
  float: left;
  width: 32%;
  height: 440px;
  margin:10px;
  overflow: hidden;
  position: relative;
}
.zsxx_pt>li>img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: all 0.6s;
}
.zsxx_pt>li>img:hover{
  transform: scale(1.1);
}
.zsxx_pt>li>span{
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  color: #fff;
  padding: 20px;
  background-color: #00a3e9;
}
.zsxx_pt>li>span>h4{
  font-size: 24px;
  line-height:30px;
}
.zsxx_pt>li>span>em{
  width: 80px;
  height:2px;
  background-color: #fff;
  display: block;
  margin:10px 0;
}
.zsxx_pt>li>span>p{
  font-size: 14px;
  line-height:30px;
}
.zsxx_pt>li>div{
  width: 100%;
  height: 100%;
  display: block;
  background-color: #00a3e9;
}
.ser_hf1{
  width: 100%;
  height: 240px;
  background-image: url(../images/lx.jpg);
  background-attachment: fixed;
  margin-top: 20px;
  margin-bottom: 60px;
  color: #fff;
}
.ser_hf1 h3{
  font-size: 30px;
  float: left;
  width: 100%;
  text-align:center;
  line-height: 60px;
  margin-top: 90px;
}
.zsxx2{
  width: 100%;
  padding:0 0 60px 0;
}
.zsxx2>.cont>h3 {
 width: 100%;
 margin-bottom: 60px;
}
.zsxx2>.cont>h3>img{
  margin:0 auto;
  display: block;
}
.zsxx2_box{
  width: 100%;
}
.zsxx2_box>p{
  font-size: 14px;
  line-height:30px;
  text-align: justify;
}
.zsxx2_box>h3{
  font-size: 18px;
  line-height:40px;
  padding: 20px 0;
}
.zsxx2_box>form{
  width: 100%;
  color: #fff; 
}
.zsxx_lx{
  background-color: #00a3e9;
  padding: 30px;
}
.zsxx_lx>h3{
  font-size: 24px;
  line-height:40px;
}
.zsxx_lx>p{
  margin-top: 30px;
  font-size: 14px;
}
.zsxx_lx>p>input{
  width: 80%;
  height: 40px;
  border:none;
}
.zsxx_lx>input{
  width: 40%;
  height:50px;
  background-color: #fff;
  border:none;
  margin-top:40px;
  margin-left: 43px;
}

.xwzs{
  width: 100%;
  height: auto;
  padding: 20px 0 60px 0;
}
.xwzs h2{
  font-size: 26px;
  width: 100%;
  height: 80px;
  line-height:40px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}
.xwzs span{
  width: 100%;
  margin-top: 20px;
  display: block;
}
.xwzs span>em{
  float: left;
  display: block;
  margin-right: 30px;
}
.xwzs p{
  width: 100%;
  margin-top: 40px;
  line-height:36px;
}
.xwzs>.cont>div{
  width: 100%;
  margin-top:40px;
  height: 60px;
  line-height:30px;
  border-bottom: 1px solid #d9d9d9;
}
.xwzs>.cont>div>em:first-child{
  float: left;
  display: block;
}
.xwzs>.cont>div>em:last-child{
  float: right;
  display: block;
}
.pr{position: relative;}
.warper{max-width: 1300px; margin: 0 auto;}
.about-main2{height: 860px;width: 100%;overflow: hidden;}
.about-main2 .licheng-bg{background-color: rgba(255,255,255,.8);width: 100%;height: 100%;position: relative;}
.about-main2 .licheng-bg .warper{height: 100%;}
.about-main2 .licheng-bg img{height: 518px;position: absolute;bottom: 0px;left: 0;}
.about-main2 .ny-title{padding-bottom: 50px;}
.ny-title .title-en{font-size: 36px; color: #b4b4b4; font-family: arial; line-height: 36px; font-weight: normal;}
.ny-title .title-ch{font-size: 26px; color: #333333; margin: 15px 0; font-weight: normal;}
.ny-title i{display: block; width: 42px; height: 1px; background-color: #b5b5b5;}
.about-main2 .licheng-content{position: absolute;width: 100%;height: 100%;}
.about-main2 .licheng-content .swiper-wrapper,.about-main2 .licheng-content .swiper-slide,.about-main2 .licheng-content ul{width: 100%;height: 100%;}
.about-main2 .licheng-content ul li{width: 20%;float: left;height: 100%;}
.about-main2 .licheng-content ul li a{display: block;width: 100%;position: relative;height: 320px}
.about-main2 .licheng-content ul li .date{color: #0a3875;font-size: 30px;}
.about-main2 .licheng-content ul li.item1 .line,.about-main2 .licheng-content ul li.item3 .line,.about-main2 .licheng-content ul li.item5 .line{margin-bottom: 30px;}
.about-main2 .licheng-content ul li.item2 .line,.about-main2 .licheng-content ul li.item4 .line{margin-top: 30px;}
.about-main2 .licheng-content ul li.item1 .line:after,.about-main2 .licheng-content ul li.item3 .line:after,.about-main2 .licheng-content ul li.item5 .line:after{width: 25px;height: 25px;background-color: rgba(10, 56, 117, 0.8);display: block;content: "";border-radius: 50%;text-align: center;vertical-align: middle;position: absolute;}
.about-main2 .licheng-content ul li.item2 .line:before,.about-main2 .licheng-content ul li.item4 .line:before{width: 25px;height: 25px;background-color: rgba(10, 56, 117, 0.8);display: block;content: "";border-radius: 50%;text-align: center;vertical-align: middle;position: absolute;}
.about-main2 .licheng-content ul li .lc-left{position: absolute;}
.about-main2 .licheng-content ul li .line{height: 250px;width: 1px;display: block;background-color: #0A3875;position: relative;left: 30px;}
.about-main2 .licheng-content ul li .lc-right{position: absolute;left: 30px;width: 400px;height:100%;display: table;}
.about-main2 .licheng-content ul li.item5 .lc-right{width: 200px;}
.about-main2 .licheng-content ul li.item2 .lc-right, .about-main2 .licheng-content ul li.item4 .lc-right{width: 400px;}
.about-main2 .licheng-content ul li .lc-right .right-text{padding: 20px;display: table-cell;vertical-align: middle;}
.about-main2 .licheng-content ul li.item1 a{top: 50px;}
.about-main2 .licheng-content ul li.item1 .lc-left .line:after{bottom: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item1 .lc-right{bottom: 68px;}
.about-main2 .licheng-content ul li.item2 a{top: 258px;}
.about-main2 .licheng-content ul li.item2 .lc-left .line:before{top: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item2 .lc-right{top: 80px;}
.about-main2 .licheng-content ul li.item3 a{top: 136px;}
.about-main2 .licheng-content ul li.item3 .lc-left .line:after{bottom: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item3 .lc-right{bottom: 100px;}
.about-main2 .licheng-content ul li.item4 a{top: 278px;}
.about-main2 .licheng-content ul li.item4 .lc-left .line:before{top: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item4 .lc-right{top: 70px;}
.about-main2 .licheng-content ul li.item5 a{top: 99px;}
.about-main2 .licheng-content ul li.item5 .lc-left .line:after{bottom: -25px;left: -11px;}
.about-main2 .licheng-content ul li.item5 .lc-right{bottom: 100px;}
.about-main2 .licheng-content .right-text h3{font-size: 24px;margin-bottom: 10px;}
.about-main2 .licheng-content .right-text p{font-size: 16px;}
.lc-swiper-btn{width: 100%;position: absolute;top: 370px;z-index: 9999;}
.lc-swiper-btn a{display: block;position: absolute;}
.lc-swiper-btn .btn-prev{position: absolute;left: 15px;top: 50px;}
.lc-swiper-btn .btn-next{position: absolute;right: 0;top: 50px;}
.lc-swiper-btn .iconfont{font-size: 30px;}
/* ----- PB分页数字条效果 结束 ----- */
.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 5px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #00a3e9;
  border: 1px solid #00a3e9;
}
.pagination a.page-num-current {
  color: #fff;
  background: #00a3e9;
  border: 1px solid #00a3e9;
}
.my-4{
  margin-top:40px;
}
/* ----- PB分页数字条效果 结束 ----- */
.news_box>.cont{
  padding-bottom: 60px;
}
