*{
    margin: 0;
    padding: 0;
    font-family:Arial, Helvetica, sans-serif ;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    overflow: hidden;
}
img{
    border: none;
}
i,em{
    font-style: normal;
    display: block;
}
.clear::after{
    content: '';
    display: block;
    clear: both;
}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.wid{
    width: 1350px;
    margin: 0 auto;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
/*animate*/
@-webkit-keyframes mainzx1 {
    from {
     -webkit-transform: rotate(0deg)
   }
   to {
     -webkit-transform: rotate(359deg)
   }
   }
   @-moz-keyframes mainzx1 {
    from {
     -moz-transform: rotate(0deg)
   }
   to {
     -moz-transform: rotate(359deg)
   }
   }
   @-o-keyframes mainzx1 {
    from {
     -o-transform: rotate(0deg)
   }
   to {
     -o-transform: rotate(359deg)
   }
   }
   @keyframes mainzx1 {
    from {
     transform: rotate(0deg)
   }
   to {
     transform: rotate(359deg)
   }
   }
   @-webkit-keyframes mainzx2 {
    from {
     -webkit-transform: rotate(0deg)
   }
   to {
     -webkit-transform: rotate(-359deg)
   }
   }
   @-moz-keyframes mainzx2 {
    from {
     -moz-transform: rotate(0deg)
   }
   to {
     -moz-transform: rotate(-359deg)
   }
   }
   @-o-keyframes mainzx2 {
    from {
     -o-transform: rotate(0deg)
   }
   to {
     -o-transform: rotate(-359deg)
   }
   }
   @keyframes mainzx2 {
    from {
     transform: rotate(0deg)
   }
   to {
     transform: rotate(-359deg)
   }
   }
      
/*header*/
.header{
    width: 100%;
    height: 90px;
    line-height: 90px;
    background: #1d5dd2;
    position: relative;
    margin-top: 35px;
    z-index: 111;
}
.logo{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -80px;
    width: 510px;
    height: 160px;
    z-index: 111;
}
.nav{
    margin-left: 30%;
}
.nav ul li {
    width: 110px;
    height: 90px;
    float: left;
    text-align: center;
}
.nav ul li a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}
.dtel{
    margin-right: 5%
}
.dtel span{
    font-size: 30px;
    font-family: '阿里巴巴普惠体';
    letter-spacing: -1px;
    color: #fff;
}
.dtel ul li:hover{
    background: #002d7f
}

@media screen and (max-width: 1600px) {
    .nav{margin-left: 26%;}
    .dtel span{margin-left: 0;}
    .logo img{width: 77%}
}

/*banner*/
.banner{
    height: 940px;
    position: relative;
    margin-top: -125px;
}
.banner .swiper-container {
    height: 940px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.banner .swiper-slide {
    height: 940px;
}

.banner:hover .pagination {
    opacity: 1;
}

.banner:hover .arrow-left {
    opacity: 1;
}

.banner:hover .arrow-right {
    opacity: 1;
}

.banner .pagination {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.banner .swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0162ef;
    margin: 0 3px;
    cursor: pointer;
}

.banner .swiper-active-switch {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    background: #fff;
}
.banner .arrow-left {
    background: url(../images/b_arrow.png) no-repeat left bottom;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
.banner .arrow-right {
    background: url(../images/b_arrow.png) no-repeat right bottom;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    z-index: 222;
    opacity: 0;
    transition: all 0.5s;
}
/*pro*/
.pro{
    margin: 40px auto;
}
/*  */
.page_p_l{
  float: left;
  width: 280px;
}
.page_p_l_list{
  width: 280px;
  background: #1d5dd2;
}
.page_p_l_list>ul>li{
  width: 240px;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  margin: 5px auto;
  position: relative;
  border-bottom: 1px dashed #6993e0;
}
.page_p_l_list>ul>li::before{
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background: #ff7012;
  position: absolute;
  top: 0;
  left: 0;
}
.page_p_l_list>ul{
  overflow: inherit;
  width: 100%;
  background: #1d5dd2 url(../images/pro_l.jpg) bottom center no-repeat;
    padding: 30px 0;
}
.page_p_l_list>ul>li:hover::before{
  width: 100%;
}
.page_p_l_list>ul>li:hover>a {
  color: #fff;
}
.page_p_l_list>ul>li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 17px;
  position: relative;
  z-index: 11;
}
.page_p_l_list>ul>li>a::before{
        content: '';
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 26px;
    background: url(../images/icon.png) -4px -8px no-repeat;
    margin-right: 15px;
    margin-bottom: 5px;
}

.page_p_tit{
    display: block;
    width: 100%;
    height: 135px;
    border-bottom: 4px solid #fff;
    position: relative;
    color: #fff;
    text-align: center;
    padding-top: 28px;
    box-sizing: border-box;
}
.page_p_tit em {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: -3px;
    color: #3777ec;
}
.page_p_tit h3{
    font-size: 38px;
    margin-top: -30px;
}
.page_p_tit::after{
      content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 5px;
    left: 0;
}


.page_p_tit p {
  font-size: 16px;
  text-transform: uppercase;
}
.l_contact{
    margin-top: 5px;
    height: 136px;
    background: #1d5dd2;
    text-align: center;
    color: #fff;
    font-size: 32px;
}
.l_contact p i{
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-top: 30px;
}
.l_contact p i::before{
    content: '';
    display: block;
    width: 38px;
    height: 1px;
    background: #6993e0;
    position: absolute;
    left: 52px;
    top: 40px;
}
.l_contact p i::after{
    content: '';
    display: block;
    width: 38px;
    height: 1px;
    background: #6993e0;
    position: absolute;
    right: 52px;
    top: 40px;
}



.page_er,.page_th,.page_fo{
  position: absolute;
  right: -180px;
  top: 0;
  z-index: 111;
  display: none;
}
.page_er_con>ul>li,.page_th>ul>li,.page_fo>ul>li{
    width: 180px;
    background: #1d5dd2;
    text-align: center;
    position: relative;
    font-size: 14px;
    border-bottom: 1px solid #2e6fe4;
    box-sizing: border-box;
}
.page_er_con>ul>li:hover,.page_th>ul>li:hover,.page_fo>ul>li:hover{
  background: #ff7012;
  border-bottom: 1px solid #ff8400;
}
.page_er_con ul li a{
  color: #fff;
}
.page_p_l_list>ul>li:hover .page_er,.page_er_con>ul>li.active .page_th,.page_th>ul>li.active .page_fo{
  display: block;
}
.page_p_l_list ul li.has::after{
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 12px;
  height: 12px;
  background-image: url(/images/add1.png);
  background-size: 100%;
  margin-top: -6px;
}
.page_p_l_list>ul>li.has::after{
  background-image: url(/images/add1.png);
}
.page_p_l_list>ul>li.active.has::after{
  background-image: url(/images/add1.png);
}
.page_p_l_list ul{
    overflow: inherit;
}

.pro_r{
    width: 1055px;
    margin-left: 15px;
    height: 795px;
    overflow: hidden;
}
.pro_r ul li{
    float: left;
    width: 343px;
    height: 260px;
    margin: 0 5px 5px 0;
    position: relative;
    overflow: hidden;
    border: 1px #e6e6e6 solid;
}
.pro_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.pro_r ul li a img{
    width: 100%;
    height: auto;
    min-height: 260px;
    transition: all 0.6s;
}
.pro_tit{
    position: absolute;
    top: -41px;
    left: 0;
    background: #1d5dd2;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    border-bottom-right-radius: 8px;
    transition: all 0.5s;
}
.pro_r ul li:hover img{
    transform: scale(1.1);
}
.pro_r ul li:hover .pro_tit{
    top: 0;
}
.pro_go{
    height: 9999px;
}

/*com*/
.com{
    width: 100%;
    position: relative;
    height: 600px;
}
.com_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 465px;
    background: url(../images/com_bg.jpg) center center no-repeat;
}
.com_con{
    position: relative;
    z-index: 111;
    padding-top: 60px;
}
.com_l{
    width: 515px;
}
.com_l a{
    display: block;
    width: 130px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 18px;
    background: #ffc426;
    margin-top: 30px;
}
.com_l p{
    margin-top: 25px;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.com_r{
    cursor: pointer;
}
.com_num{
    width: 550px;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: -22px;
}
.com_num ul li{
    width: 33%;
    float: left;
}
.com_num ul li span{
    display: block;
    font-size: 55px;
    color: #0642b0;
    letter-spacing: -4px;
}
.com_num ul li span::after{
    content: '年';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #333;
    border-radius: 50%;
    margin-left: 5px;
    background: #ffc426;
    font-size: 13px;
    line-height: 30px;
    padding-right: 3px;
    box-sizing: border-box;
}
.com_num ul li i{
    margin-top: 5px;
    color: #333;
    font-size: 22px;
}
.com_num ul li:nth-child(2) span::after{
    content: '家';
}
.com_num ul li:nth-child(3) span::after{
    content: '万';
}
/*adv*/
.adv{
    background: url(../images/adv_bg.jpg) center center no-repeat;
    width: 100%;
    height: 785px;
    margin-top: -135px;
    position: relative;
}
.adv_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    height: 785px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -675px;
}
.adv_pro{
    width: 680px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -200px;
    margin-left: -340px;
}
.circle1,.circle2,.adv_pro span{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.circle1{
    width: 475px;
    height: 475px;
}
.circle1 img{
    animation: mainzx2 60s infinite linear;
    -webkit-animation:mainzx2 60s infinite linear;
    -moz-animation:mainzx2 60s infinite linear;
    -o-animation:mainzx2 60s infinite linear;
}
.circle2{
    width: 515px;
    height: 515px;
}
.circle2{
    animation: mainzx1 120s infinite linear;
    -webkit-animation:mainzx1 120s infinite linear;
    -moz-animation:mainzx1 120s infinite linear;
    -o-animation:mainzx1 120s infinite linear;
}
.adv_pro span{
    display: block;
    width: 680px;
    z-index: 11;
    height: 400px;
}
.adv_tit{
    text-align: center;
    margin: 30px 0;
}
.adv_des{
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    width: 1350px;
    height: 785px;
    z-index: 111;
}
.adv_des h3{
    font-size: 30px;
}
.adv_des p{
    color: #6d6d6d;
    font-size: 15px;
    line-height: 20px;
}
.adv_des ul li{
    width: 300px;
    position: absolute;
}
.adv_des ul li:nth-child(1){
    top: 255px;
    left: 40px;
}
.adv_des ul li:nth-child(2){
    bottom: 130px;
    left: 40px;
}
.adv_des ul li:nth-child(3){
    top: 245px;
    right: 80px;
}
.adv_des ul li:nth-child(4){
    bottom: 150px;
    right: 18px;
}
.adv_des h3::before{
    content: '';
    display: inline-block;
    width: 71px;
    height: 40px;
    background-image: url(../images/adv_icon.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 8px;
}
.adv_des li:nth-child(1) h3::before{
    background-position: -380px -188px;
}
.adv_des li:nth-child(2) h3::before{
    background-position:-495px -189px;
}
.adv_des li:nth-child(3) h3::before{
    background-position:-380px -256px;
}
.adv_des li:nth-child(4) h3::before{
    background-position:-492px -259px;
}
.adv_y{
    position: absolute;
    width: 1350px;
    height: 785px;
    top: 0;
    left: 0;
    z-index: 111;
}
.adv_y ul li{
    width: 130px;
    height: 130px;
    background-image: url(../images/adv_icon.png);
    background-repeat: no-repeat;
    position: absolute;
}
.adv_y ul li:nth-child(1){
    background-position: -48px -14px;
    top: 180px;
    left: 380px;
}
.adv_y ul li:nth-child(2){
    background-position: -362px -15px;
    right: 438px;
    top: 180px;
}
.adv_y ul li:nth-child(3){
    background-position: -89px -161px;
    bottom: 50px;
    left: 361px;
}
.adv_y ul li:nth-child(4){
    background-position: -90px -320px;
    bottom: 50px;
    right: 362px;
}
/*honor*/
.tit{
    text-align: center;
    position: relative;
}
.tit::after{
    content: '';
    display: block;
    width: 115px;
    height: 140px;
    background: url(../images/icon.png) -53px -8px no-repeat;
    position: absolute;
    right: 50%;
    margin-right: -250px;
    bottom: -25px;
}
.tit h3{
    font-size: 46px;
    color: #333;
}
.tit h3 em{
    color: #104ab3;
    display: inline-block;
}
.tit p{
    font-size: 15px;
    color: #333;
    margin-top: 5px;
}
.honor{
    margin: 30px 0;
}
.honor_con{
    width: 88%;
    margin: 50px auto 30px auto;
    overflow: hidden;
}
.honor_go{
    width: 99999px;
    position: relative;
}
.honor_go ul{
    float: left;
}
.honor_go ul li{
    width: 360px;
    height: 294px;
    float: left;
    margin: 0 5px;
    position: relative;
    border: 2px #104ab3 solid;
}

.honor_go ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.honor_go ul li a img{
    width: 100%;
    height: auto;
    min-height: 254px;
}
.honor_go ul li a em{
    width: 100%;
    line-height: 40px;
    height: 40px;
    background: #104ab3;
    color: #fff;
    font-size: 15px;
    text-align: center;
    position: absolute;
    left: 0;

    transition: all 0.6s;
    bottom: 0;
}
.honor_go ul li:hover em{
    bottom: 14px;
}
/*news*/
.news{
    margin: 60px 0 0 0;
    padding-bottom: 1px;
    background: url(../images/news_bg.jpg) 0 307px no-repeat;
}
.news_con{
    margin: 60px auto 40px auto;
}
.news_l{
    width: 620px;
    height: 410px;
    position: relative;
    overflow: hidden;
    border: 1px #e6e6e6 solid;
}
.news_l img{
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 410px;
    top: 0;
    left: 0;
    display: none;
}
.news_r{
    width: 700px;
}
.news_r ul li{
    margin-bottom: 10px;
    width: 100%;
    height: 130px;
    overflow: hidden;
    border: 1px #e6e6e6 solid;
}
.news_r ul li span{
    float: left;
    width: 200px;
    height: 130px;
    overflow: hidden;
}
.news_r ul li span img{
    width: 100%;
    height: auto;
    min-height: 130px;
    transition: all 0.6s;
}
.news_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news_des{
    float: right;
    margin-left: 15px;
    width: 475px;
    padding: 20px 10px;
    box-sizing: border-box;
}
.news_des h3{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.news_des p{
    font-size: 15px;
    color: #666;
    line-height: 25px;
    margin-top: 8px;
}
.news_r ul li.active{
    background: #0664c0;
}
.news_r ul li.active .news_des h3,.news_r ul li.active .news_des p{
    color: #fff;
}
.news_r ul li.active img{
    transform: scale(1.1);
}
/*footer*/
.footer{
    background: #232323;
}
.f_con{
    padding: 70px 0;
}
.f_con>div{
    float: left;
    margin-right: 15px;
}
.f_tit{
    position: relative;
    padding-left: 40px;
    line-height: 32px;
}
.f_tit em,.f_tit i{
    display: inline;
    color: #666;
}
.f_tit em{
    font-size: 17px;
    color: #fff;
}
.f_tit::before{
    content: '';
    display: block;
    width: 29px;
    height: 29px;
    background: url(../images/icon.png) -219px -48px;
    position: absolute;
    left: 0;
    top: 0;
}
.f_nav ul,.f_pro ul{
    margin-top: 15px;
}
.f_nav,.f_pro{
    width: 210px;
}
.f_nav ul li,.f_pro ul li{
    float: left;
    width: 85px;
    line-height: 30px;
    text-align: center;
    margin-right: 8px;
    height: 30px;
}
.f_pro ul li{
    width: 180px;
    text-align: left;
}
.f_pro{
    width: 380px;
}
.f_nav ul li a::before,.f_pro ul li a::before{
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 5px;
    height: 1px;
    background: #666;
    margin-right: 5px;
    margin-bottom: 3px;
}
.f_nav ul li a,.f_pro ul li a{
    color: #666;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
}
.f_code{
    overflow: hidden;
}
.f_code span{
    float: left;
    margin: 0 10px;
    width: 125px;
}
.f_code i{
    width: 125px;
    height: 125px;
    overflow: hidden;
}
.f_code em{
    font-size: 15px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}
.f_map{
    width: 400px;
    float: right !important;
    margin: 0 !important;
}
.t{
    width: 100%;
    background: url(../images/ditu.jpg) center center no-repeat;
    color: #fff;
    border-bottom: 1px solid #353535;
    padding-bottom: 20px;
    padding-left: 63px;
    box-sizing: border-box;
    padding-top: 5px;
}
.t i{
    font-size: 31px;
    margin-top: 5px;
}
.b::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../images/icon.png) -128px -103px no-repeat;
    margin-right: 5px;
}
.b{
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
}
.link{
    width: 1300px;
    height: 70px;
    margin: 0 auto;
    background: url(../images/link.jpg) center center no-repeat;
    box-sizing: border-box;
    padding-left: 160px;
}
.link ul li{
    float: left;
    width: 150px;
    text-align: center;
    line-height: 70px;
    font-size: 15px;
}
.link ul li a{
    color: #808080;
}
.f_b,.f_b a{
    text-align: center;
    font-size: 15px;
    color: #808080;
    line-height: 80px;
}
.f_b a img{
    margin-left: 8px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}
.video_play {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 111111;
}
#Indexvideo {
    width: 960px;
    height: 540px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#video_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -302px;
    margin-left: 482px;
    cursor: pointer;
}