* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    overflow: hidden;
}

a {
    text-decoration: none;
}
i,em{
    font-style: normal;
    display: block;
}
img{
    border: none;
}
/* .clear::after{ */
    /* content: ''; */
    /* display: block; */
    /* clear: both; */
/* } */
/*animate*/
@keyframes vrb1{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
  }
@keyframes vrb2{
    0%{-webkit-transform:rotate(360deg);}
    25%{-webkit-transform:rotate(270deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(90deg);}
    100%{-webkit-transform:rotate(0deg);}
  }
/*放大缩小再放大效果*/
@-webkit-keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	100%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}
@keyframes scale-bg2{
	0%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	50%{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
	100%{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
}
@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}
@-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 ball {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }
  @keyframes ball {
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }
  .section1 video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* height: 100%; */
    z-index: 111;
  }
  .er {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.8);
    top: 120px;
    left: 0;
    display: none;
}
.er_con {
    width: 1200px;
    margin: 0 auto;
}
.er_con ul li {
    float: left;
    width: 230px;
    margin: 10px 0 10px 8px;
    border-radius: 10px;
    overflow: hidden;
}
.er_con ul li a {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.er_con ul li span {
    display: block;
    text-align: center;
    color: #666;
    font-size: 15px;
    width: 100%;
    background: #1d76f8;
    line-height: 30px;
    color: #fff;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: url(../images/h_bg.png);
    height: 120px;
    z-index: 111;
    border-bottom: 1px solid rgba(255,255,255,.8);
}
.index_circle{
    width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 111;
}
.vrb_1,.vrb_2,.vrb_3{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.vrb_1 {
    z-index: 1;
    animation: vrb1 20s linear infinite;
    width: 98px;
    height: 98px;
}
.vrb_2 {
    z-index: 2;
    animation: vrb2 20s linear infinite;
    width: 83px;
    height: 83px;
}
.vrb_3{
    width: 62px;
    height: 62px;
}
.h_con{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.logo,.nav{
    float: left;
}
.nav{
    overflow: inherit;
}
.logo{
    margin-top: 10px;
    margin-left: 30px;
}
.h_phone{
    float: left;
    margin-top: 35px;
    margin-left: 25px;
}
.h_phone span,.h_phone em{
    float: left;
}
.h_phone span{
    width: 240px;
    height: 55px;
    background: #0751e6;
    border-radius: 5px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 36px;
    letter-spacing: -1px;
}
.h_phone em{
    width: 25px;
    height: 25px;
    background: url(../images/icon.png) -37px -4px;
    position: relative;
    margin-left: 20px;
    margin-top: 14px;
    cursor: pointer;
}
.h_phone i{
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: hidden;
    top: 72px;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
}
.h_phone i img{
    width: 100%;
}
.nav>li{
    float: left;
    margin: 0 18px;
    text-align: center;
    line-height: 120px;
    width: 110px;
    
}
.nav>li>a::after{
    content: '';
    display: block;
    width: 24px;
    height: 20px;
    background: url(../images/icon.png) -2px -7px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -12px;
    opacity: 0;
}
.nav>li.active{
    background: #0751e6;
}
.nav>li.active>a::after{
    opacity: 1;
}
.nav>li>a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.nav{
    margin-left: 40px;
}
/*page1*/
.index_main .section1.active .index_zi{
    animation: swing .8s;
}
.page_1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
    text-align: center;
}
.page_1_con{
    width: 960px;
    height: 440px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.page_1 span{
    display: block;
    width: 370px;
    height: 60px;
    border-radius: 35px;
    background: #0751e6;
    color: #fff;
    letter-spacing: -1px;
    font-size: 42px;
    line-height: 60px;
    margin: 20px auto 0 auto;
}
.page_1 span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 51px;
    height: 51px;
    background: url(../images/icon.png) -6px -43px;
    margin-right: 8px;
    margin-bottom: 6px;
}
/*page_2*/
.index_main .section2.active .page_two_t_l{
    animation: bounceInLeft 3s;
}
.index_main .section2.active .page_two_t_r{
    animation: bounceInRight 3s;
}
.page_two{
    width: 1350px;
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:  auto;
    padding-top: 25%;
}
.page_two_t{
    width: 100%;
    overflow: hidden;
}
.page_two_t_l,.page_two_t_r{
    float: left;
}
.page_two_t_l a{
    display: block;
    width: 115px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #0751e6;
    font-size: 15px;
    margin-left: 60px;
    margin-top: -15px;
}
.page_two_t_l a:hover{
    background: #f21600;
}
.page_two_t_r{
    margin-left: 40px;
    width: 680px;
}
.page_two_t_r p{
    /* font-size: 15px; */
    color: #333;
    margin-top: 20px;
    line-height: 25px;
}
/*five_list*/
.five_list{
    width: 1025px;
    position: absolute;
    left: 0;
    bottom: 24%;
    z-index: 111;
    box-shadow: 0 0 8px rgba(0,0,0,.1);
    margin-top: 100px;
}
.five_list::after{
    content: '';
    display: block;
    clear: both;
    
}
.five_list ul{
    overflow: inherit;
}
.five_list ul li{
    width: 19.9%;
    float: left;
    text-align: center;
    padding-bottom: 42px;
    position: relative;
    cursor: pointer;
}
.five_list ul li h3{
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    font-weight: normal;
}
.five_list ul li img{
    margin-top: 42px;
}
.five_active.li1{
    background: url(../images/2019041806.jpg);
}
.five_active.li2{
    background: url(../images/2019041807.jpg);
}
.five_active.li3{
    background: url(../images/2019041808.jpg);
}
.five_active.li4{
    background: url(../images/2019041809.jpg);
}
.five_active.li5{
    background: url(../images/2019041810.jpg);
}
.five_active{
    width: 107.6923%;
    background: url(../images/2019041806.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -10px;
    top: -10px;
    padding-bottom: 52px;
    box-shadow: 0px 10px 40px -9px #fc6c00;
    opacity: 0;
    transform: translateY(230px);
    transition: .5s;
    opacity: 1\9\0;
}
.five_active h3{
    color: #fff !important;
}
.five_li1.active .five_active.li1 {
    transform: translateY(0);
    opacity: 1;
}
.five_li2.active .five_active.li2 {
    transform: translateY(0);
    opacity: 1;
}
.five_li3.active .five_active.li3 {
    transform: translateY(0);
    opacity: 1;
}
.five_li4.active .five_active.li4 {
    transform: translateY(0);
    opacity: 1;
}
.five_li5.active .five_active.li5 {
    transform: translateY(0);
    opacity: 1;
}
/*page_3*/
.index_main .section3.active .main_pro_list{
    animation: bounceInLeft 3s;
}
.page_3{
    width: 100%;
    height: 100%;
}
.page_3_l,.page_3_r{
    width: 50%;
    height: 100%;
    background-size: cover;
    float: left;
    position: relative;
}
.page_3_l{
    background-image: url(../images/bg_img3.jpg);
}
.main_pro_list{
    width: 700px;
    position: absolute;
    right: 30px;
    top: 16%;
}
.page_3_l ul{
    position: relative;
    z-index: 111;
    margin-top: 10px;
}
.page_3_l ul li{
    float: left;
    width: 340px;
    height: 200px;
    margin: 5px;
    overflow: hidden;
    position: relative;
}
.page_3_l ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_3_l ul li a img{
    width: 100%;
    height: 100%;
    transition: all .6s;
}
.page_3_l ul li:hover img{
    transform: scale(1.1);
}
.page_3_l ul li em{
    width: 210px;
    height: 40px;
    line-height:40px;
    text-align: center;
    color: #fff;
    background: #0751e6;
    position: absolute;
    bottom: 20px;
    left: 0;
}
.page_3_l ul li:hover em{
    background: #f21600;
}
.page_3_r{
    background-image: url(../images/main_pro_r0.jpg);
}
.main_zi{
    position: absolute;
    bottom: 5%;
    right: 5%;
}
/*page_4*/
.page_4{
    padding-top: 10%;
    width: 100%;
    height: 100%;
    position: relative;
}
.xiangmu_con{
    margin: 50px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.xiangmu_con>ul{
    position: relative;
}
.xiangmu_con>ul>li{
    float: left;
    width: 880px;
    height: 540px;
    position: relative;
    float: left;
    margin: 0 20px;
    cursor: pointer;
    z-index: 111;
}
.xiangmu_con>ul>li span{
    display: block;
    width: 100%;
    height: 480px;
    border-top-left-radius: 20px ;
    border-bottom-right-radius: 20px ;
    overflow: hidden;
}
.xiangmu_con>ul>li span img{
    width: 100%;
    min-height: 480px;
}
.xiangmu_des{
    width: 750px;
    height: 115px;
    background: #0751e6;
    overflow: hidden;
    position: absolute;
    z-index: 222;
    left: 50%;
    margin-left: -375px;
    margin-top: -57.5px;
    cursor: pointer;
    border-radius: 3px;
}
.xiangmu_des_l{
    float: left;
    padding: 25px 20px;
    width: 100%;
    text-align: center;
    height: 115px;
    box-sizing: border-box;
}
.xiangmu_des_l ul{
    margin-top: 10px;
}
.xiangmu_des_l ul li{
    float: left;
    margin-right: 20px;
    color: #fff;
    
}
.xiangmu_des_l em{
    display: block;
    font-size: 22px;
    color: #fff;
}
.xiangmu_des_l ul li::before{
    content: '';
    display: inline-block;
    width: 22px;
    height: 20px;
    background: url(../images/icon.png) -92px -145px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
}
.xiangmu_prev,.xiangmu_next{
    width: 105px;
    height: 105px;
    background: #0751e6;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -52.5px;
    z-index: 111;
    left: 50%;
    margin-left: -52.5px;
}
.xiangmu_prev:hover,.xiangmu_next:hover{
    background: #f21600;
}
.xiangmu_prev::after,.xiangmu_next::after{
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 24px;
    background-image: url(../images/icon.png);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.xiangmu_prev::after{
    background-position: -11px -144px;
}
.xiangmu_next::after{
    background-position: -43px -144px;
}
.xiangmu_prev{
    left: 25%;
}
.xiangmu_next{
    left: 74%;
}
/*page_5*/
.page_5_con{
    width: 1350px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 111;
    padding-top: 15%;
}
.adv_img{
    width: 1215px;
    height: 615px;
    margin: 0 auto;
    animation: ball .6s infinite alternate;
}
.adv_img span{
    display: block;
    width: 645px;
    height: 260px;
    margin: 0 auto;
}
.page_5_con ul{
    width: 100%;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.adv_icon,.adv_img1{
    width: 100%;
    height: 100%;
}
.page_5_con ul li{
    width: 195px;
    height: 195px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    overflow: hidden;
    position: absolute;
    background: #0751e6;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .6s;
}
.page_5_con ul li:hover{
    transform: rotateY(360deg);
}
.page_5_con ul li:hover .adv_img1{
    opacity: 1;
}
.adv_icon{
    box-sizing: border-box;
    padding: 37px 0;
}
.adv_icon span{
    display: block;
    width: 75px;
    height: 65px;
    background-image: url(../images/icon.png);
    margin: 0 auto;
}
.page_5_con ul li:nth-child(1) .adv_icon span{
    background-position: -107px -26px;
}
.page_5_con ul li:nth-child(2) .adv_icon span{
    background-position: -487px -28px;
}
.page_5_con ul li:nth-child(3) .adv_icon span{
    background-position: -292px -25px;
}
.page_5_con ul li:nth-child(4) .adv_icon span{
    background-position: -391px -27px;
}
.page_5_con ul li:nth-child(1){
    bottom: 0;
    left: 0;
}
.page_5_con ul li:nth-child(2){
    top: 0;
    left: 140px;
}
.page_5_con ul li:nth-child(3){
    top: 0;
    right: 140px;
}
.page_5_con ul li:nth-child(4){
    bottom: 0;
    right: 0;
}
.adv_icon h3{
    font-size: 24px;
}
.adv_icon i{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #ff0000;
    margin: 10px auto;
}
.adv_img1{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .6s;
}
.adv_img1 img{
    width: 100%;
    height: 100%;
    /* min-height: 195px; */
}
/*page_6*/
.index_main .section6.active .page_6_r{
    animation: bounceInRight 3s;
}
.page_6_con{
    width: 1350px;
    margin: 0 auto;
    background: url(../images/news_bg.jpg) top left no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 70px;
    margin: auto;
    z-index: 111;
    height: 500px;
    padding-top: 50px;
}
.page_6_con::after{
    content: '';
    display: block;
    clear: both;
}
.page_6_l{
    float: left;
    color: #fff;
    position: relative;
    height: 500px;
    z-index: 111;
    width: 230px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 85px;
}
.page_6_l img{
    position: absolute;
    bottom: 20px;
    left: -75px;
    animation: ball .6s infinite alternate;
}
.page_6_l h3{
    font-size: 40px;
}
.page_6_l a{
    display: block;
    position: relative;
    width: 55px;
    height: 55px;
    background: #ff0000;
    border-radius: 50%;
    margin: 15px auto;
}
.page_6_l a::after{
    content: '';
    display: block;
    width: 25px;
    height: 10px;
    background: url(../images/icon.png) -361px -148px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0%;
    margin: auto;
}
.page_6_r{
    float: right;
}
.page_6_r ul li{
    width: 330px;
    height: 430px;
    background: #fff;
    margin: 0 8px;
    position: relative;
    float: left;
}
.page_6_r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.page_6_r ul li a span{
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.page_6_r ul li a span img{
    width: 100%;
    height: auto;
    min-height: 230px;
    transition: all .6s;
}
.page_6_r ul li:hover span img{
    transform: scale(1.1);
}
.page_6_r ul li h3,.page_6_r ul li p{
    width: 90%;
    margin: 0 auto;
}
.page_6_r ul li h3{
    font-size: 18px;
    color: #333;
    margin-top: 25px;
}
.page_6_r ul li p{
    font-size: 15px;
    color: #666;
    margin-top: 8px;
    line-height: 25px;
}
.page_6_r ul li::after{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon.png) -148px -137px;
    position: absolute;
    right: 8%;
    bottom: 8%;
}
/* page_7 */
.page_7_con{
    width: 1350px;
    margin: 0 auto;
    position: relative;
    z-index: 111;
    height: 555px;
    background: #fff;
}
.page_7_con::before{
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/icon.png) -7px -195px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -48px;
}
.page_7_con::after{
    content: '';
    display: block;
    width: 1px;
    height: 400px;
    position: absolute;
    left: 50%;
    margin-left: -0.5px;
    top: 50%;
    margin-top: -200px;
    background: #eee;
}
.page_7_l,.page_7_r{
    float: left;
    width: 50%;
}
.page_7_l{
    box-sizing: border-box;
    padding: 60px 90px;
}
.page_7_l ul li{
    width: 490px;
    height: 55px;
    background: #0058c7;
    color: #fff;
    margin: 10px 0;
}
.page_7_l ul{
    margin: 15px 0;
}
.page_7_l ul li em,.page_7_l ul li p{
    float: left;
    line-height: 55px;
}
.page_7_l ul li em{
    width: 65px;
    border-right: 1px solid #406ea9;
    height: 55px;
    position: relative;
}
.page_7_l ul li em::before{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/icon.png);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.page_7_l ul li p{
    padding-left: 25px;
}
.page_7_l ul li:nth-child(1) em::before{
    background-position: -213px -135px;
}
.page_7_l ul li:nth-child(2) em::before{
    background-position: -261px -138px;
}
.page_7_l ul li:nth-child(3) em::before{
    background-position: -306px -137px;
}
.contact_b{
    overflow: hidden;
}
.contact_b span,.contact_b i{
    float: left;
}
.contact_b span{
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-right: 20px;
}
.contact_b span img{
    width: 100%;
    height: 100%;
}
.contact_b i img{
    animation: ball .6s infinite alternate;
}
.page_7_r h3{
    font-weight: normal;
    font-size: 28px;
}
.page_7_r form{
    margin-top: 20px;
}
.page_7_r form input,.page_7_r form textarea{
    width: 430px;
    border: 1px solid #eee;
    float: right;
    outline: none;
    padding-left: 8px;
}
.page_7_r form textarea{
    height: 100px;
}
.page_7_r form input{
    height: 50px;
}
.page_7_r form{
    width: 515px;
}
.page_7_r form p{
    overflow: hidden;
    margin: 15px 0;
}
.page_7_r form p span{
    float: left;
    font-size: 14px;
    color: #333;
}
.page_7_r form em{
    font-size: 12px;
    color: #999;
    padding-left: 100px;
}
.page_7_r form em i{
    color: red;
    vertical-align: middle;
    display: inline-block;
}
.yanzheng input{
    width: 252px !important;
    margin-right: 10px;
}
.yanzheng img{
    float: right;
}
.page_7_r form button{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    background: #dd0103;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
}
.page_7_r{
    box-sizing: border-box;
    padding: 45px 70px;
}
.f_b{
    text-align: center;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    background: rgba(0,0,0,.6);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 111;
    line-height: 60px;
}
.f_b a{
    color: #fff;
}
/*  */
@media screen and (max-width:1880px){
    .nav li{
        margin: 0 5px;
    }
}
@media screen and (max-width:1600px) {
    .img1_1{
        width: 800px;
    }
    .img1_2{
        width: 1150px;
    }
    .h_phone{
        display: none;
    }
    .page_2_pro img{
        width: 740px;
    }
    .page_three_r ul li{
        height: 210px;
    }
    .page_three_r ul li img{
        min-height: 210px;
    }
    .xm_icon{
        bottom: 55px;
    }
    .circle{
        width: 520px;
        height: 520px;
        background: url(../images/f_circle.png);
        background-size: contain ;
    }
    .page_six{
        height: 575px;
    }
    .water1 img,.water2 img{
        width: 140px;
    }
    .water3 img{
        width: 120px;
    }
    .tl img{
        width: 260px;
    }
    .f_code{
        display: none;
    }
    }