﻿@charset 'utf-8';
body{
    overflow: hidden;
}
@media screen and (min-width: 1470px){
    .container{
        width: 1470px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.section{
    background-color: #F3F5F7;
}
.he_color{
    background: #014a7f;
    padding: 0 44px 0 12px;
}
.logo{
    float: left;
    line-height: 130px;
}
.logo img{
    height: 79px;
}
.he_tel{
    position: relative;
    float: right;
    padding: 36px 0 36px 58px;
}
.he_tel img{
    position: absolute;
    left: 0;
    top:50%;
    width: 45px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.he_tel p{
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.he_btn{
    float: right;
    padding: 45px 0;
}
.he_btn .he_sp1{
    display: inline-block;
    float: left;
    height: 42px;
    margin-right: 15px;
    background: #e4a808;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #e4a808;
    padding: 6px 17px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.he_btn .he_sp2{
    display: inline-block;
    float: left;
    height: 42px;
    margin-right: 15px;
    background: #11c174;
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #11c174;
    padding: 6px 17px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.ban_slick{
    display: none;
}
.bo{
    display: none;
}
.ban{
    position: relative;
}
.ban .prev{
    position: absolute;
    left: 42px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}
.ban .next{
    position: absolute;
    right: 42px;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 3;
}
.ban .prev i,
.ban .next i{
    font-size: 40px;
    color: #ffffff;
}
.ban_bo img{
    width:100%;
}
.sj_ban{
    display: none;
}
.ban .slick-dots{
    bottom: 24px;
}
.ban .slick-dots li.slick-active{
    background: transparent;
    border: 1px solid #ffffff;
}
.ban .slick-dots li {
    background: #ffffff;
}
.in_s1{
    position: relative;
    box-shadow: 0 0 10px #d1d3d5;
    z-index: 2;
}
.in_s1.act{
    position: fixed;
    top:0;
    left: 50%;
    width: 1440px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.in_s1 li{
    float: left;
    width: 16.667%;
    height: 104px;
    background: #ffffff;
    border-right: 1px solid #e7e7e7;
    border-bottom: 4px solid #ffffff;
    text-align: center;
    padding: 15px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    cursor: pointer;
}
.in_s1 li .pic_bo{
    position: relative;
    width:100%;
    height: 33px;
}
.in_s1 li img{
    position: absolute;
    left: 50%;
    top:0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 33px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.in_s1 li .bai{
    opacity: 0;
}
.in_s1 li h1{
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-top: 10px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.in_s1 li.act{
    background: #014a7f;
    border-bottom: 4px solid #e4a808;
}
.in_s1 li.act h1{
    color: #ffffff;
}
.in_s1 li.act .bai{
    opacity: 1;
}
.in_s1 li.act .hui{
    opacity: 0;
}
.in_bo:nth-child(2n+1) .tle{
    background: url(../images/bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.in_bo:nth-child(2n) .tle{
    background: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.in_bo .tle{
    padding: 50px 0 60px;
}
.in_bo .tle h2{
    font-size: 24px;
    line-height: 30px;
    color: rgba(0,0,0,0.26);
    text-align: center;
    margin-bottom: 15px;
}
.in_bo .tle h1{
    font-size: 30px;
    line-height: 40px;
    color: #014a7f;
    text-align: center;
}
.in_nr{
    margin: 60px -7px;
}
.innr_l{
    float: left;
    width: 320px;
    margin: 0px 7px;
    height: 530px;
    background: #014a7f;
}
.innr_l h1{
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
}
.innrl_s{
    position: relative;
    height: calc(100% - 74px);
}
.innr_l .innrl_s .pic_bo{
    position: relative;
    width:100%;
    height: 270px;
}
.innr_l .innrl_s .bo{
    text-align: center;
}
.innr_l .innrl_s p{
    display: inline-block;
    max-width: 225px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}
.innr_l .innrl_s .pic_bo img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.innr_l .innrl_s .slick-dots{
    bottom: 55px;
}
.innr_l .innrl_s .slick-dots li.slick-active{
    background: #e4a808;
}
.innr_l .innrl_s .slick-dots li{
    background: transparent;
    border: 1px solid #e4a808;
}
.innr_c{
    float: left;
    width: 400px;
    margin: 0px 7px;
    height: 530px;
}
.innr_c h1{
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    padding: 20px 15px;
    background: #014a7f;
}
.innr_c .innrc_s{
    position: relative;
}
.innr_c .innrc_s .bo{
    position: relative;
    height: 453px;
}
.innr_c .innrc_s .slick-dots{
    bottom: 55px;
}
.innr_c .innrc_s .slick-dots li.slick-active{
    background: #ffffff;
}
.innr_c .innrc_s .slick-dots li{
    background: transparent;
    border: 1px solid #ffffff;
}
.innr_r{
    float: left;
    width:calc(100% - 320px - 400px - 42px);
    height: 530px;
    padding: 20px 40px;
    background: #ffffff;
    margin: 0 7px;
}
.innr_r h1{
    font-size: 24px;
    line-height: 34px;
    color: #e4a808;
    margin-bottom: 28px;
}
.innr_r h2{
    font-size: 20px;
    line-height: 30px;
    color: #e4a808;
    margin-bottom: 26px;
}
.innr_r h2 i{
    font-style: normal;
    color: #666666;
}
.innr_r p{
    font-size: 14px;
    line-height: 24px;
    color: #848484;
}
.inbtn{
    margin-top: 22px;
}
.inbtn a{
    float: left;
    display: inline-block;
    width: 148px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background: #e4a808 !important;
    padding: 13px;
    margin-right: 40px;
    text-align: center;
}
.inbtn a:nth-child(2){
    background-color: #e4a808;
}
.inbtn a:nth-child(2):hover{
    background-color: #d69c02;
}
.in_bo:nth-child(2n) .inbtn a:nth-child(2):hover {
    background-color: #d69c02;
}
.in_bo:nth-child(2n) .innr_l,
.in_bo:nth-child(2n) .innr_c h1,
.in_bo:nth-child(2n) .inbtn a{
    background: #126b3a;
}
.in_bo:nth-child(2n) .inbtn a:nth-child(2){
    background-color: #e4a808;
}
.about .tle{
    padding: 50px 0 60px;
    background: url(../images/bg2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.about .tle h2{
    font-size: 24px;
    line-height: 30px;
    color: rgba(0,0,0,0.26);
    text-align: center;
    margin-bottom: 15px;
}
.about .tle h1{
    font-size: 30px;
    line-height: 40px;
    color: #014a7f;
    text-align: center;
}
.ab_nr{
    text-align: center;
    padding-bottom: 70px;
}
.ab_nr img{
    max-width: 100%;
}
/*弹窗*/
input[type="checkbox"]{
    -webkit-appearance: checkbox;
}
.form{
    display: none;
    position: fixed;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 100;
}
.form_bo{
    position: absolute;
    left: 50%;
    top:50%;
    width: 530px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.form_bo .tle{
    padding: 0 42px;
    background: #014a7f;
}
.tc_logo{
    float: left;
    line-height: 62px;
}
.tc_logo img{
    height: 45px;
}
.tc_close{
    float:right;
    line-height: 62px;
    cursor: pointer;
}
.tc_close img{
    width: 26px;
}
.form_bo .nr{
    background: #ffffff;
    padding: 30px 40px 35px;
}
.form_bo .nr h1{
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    text-align: center;
    margin-bottom: 25px;
}
.form_bo .nr p{
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.form_bo .nr_input{
    margin: 0 -4px;
}
.form_bo .nr_input input{
    float: left;
    width:calc(50% - 8px);
    margin: 0 4px 10px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 30px;
    color: #848484;
    border: 1px solid #d9d9d9;
}
.nr_xz{
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #d9d9d9;
}
.nr_xz h1{
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.nr_xz .p_p{
    float: left;
    width:50%;
    padding-left: 8px;
}
.nr_xz .p_p input{
    margin-bottom: 30px;
}
.nr_te textarea{
    border:1px solid #d9d9d9;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    width:100%;
    height: 160px;
}
.nr .tj{
    display: block;
    width: 136px;
    height: 38px;
    line-height: 36px;
    border: 1px solid #d9d9d9;
    color: #333333;
    background: #d9d9d9;
    margin: 30px auto 0;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
/*footer*/
.footer{
    background: #014a7f;
    padding-top: 50px;
}
.ft_top{
    padding: 0 44px 0 12px;
}
.ft_logo{
    float: left;
}
.ft_logo img{
    width: 238px;
}
.fenx{
    float: left;
    margin-left: 40px;
    margin-top: 28px;
}
.fenx a{
    display: inline-block;
    float: left;
    margin: 0 10px;
}
.fenx a img{
    width: 46px;
}

.fenx a .z_ewm{position:absolute; left:50%; width:120px; height:120px; margin-left:-60px; bottom:55px; display:none;}
.fenx a .z_ewm img{width:100%; height:100%;}
.fenx a:hover .z_ewm{display:block;}


.ft_bot{
    padding: 0 44px 20px;
    margin-top: 10px;
}
.ft_bot p{
    font-size: 14px;
    line-height: 30px;
    color: #488ec1;
}
.ft_bot p a{
    font-size: 14px;
    line-height: 30px;
    color: #488ec1;
}
/*hover*/
@media screen and (min-width: 1200px) {
    .he_btn .he_sp1:hover{
        background: transparent;
        color: #e4a808;
    }
    .he_btn .he_sp2:hover{
        background: transparent;
        color: #11c174;
    }
    .in_s1 li:hover{
        background: #014a7f;
        border-bottom: 4px solid #e4a808;
    }
    .in_s1 li:hover h1{
        color: #ffffff;
    }
    .in_s1 li:hover .bai{
        opacity: 1;
    }
    .in_s1 li:hover .hui{
        opacity: 0;
    }
    .inbtn a:hover{
        background: #246390;
    }
    .in_bo:nth-child(2n) .inbtn a:hover{
        background: #0e5c31;
    }
    .nr .tj:hover{
        background: transparent;
    }
}
/*wow*/
.in_s1 li[data-num='0']{
    animation-delay: 0.2s;
}
.in_s1 li[data-num='1']{
    animation-delay: 0.4s;
}
.in_s1 li[data-num='2']{
    animation-delay: 0.6s;
}
.in_s1 li[data-num='3']{
    animation-delay: 0.8s;
}
.in_s1 li[data-num='4']{
    animation-delay: 1s;
}
.in_s1 li[data-num='5']{
    animation-delay: 1.2s;
}
/*媒体查询*/
@media screen and (max-width: 1470px){
    .form_bo .nr{
        padding: 15px 20px;
    }
    .form_bo .tle{
        padding: 0 20px;
    }
    .form_bo .nr h1,
    .form_bo .nr p{
        margin-bottom: 10px;
    }
    .nr_xz{
        margin-top: 15px;
        padding-top: 10px;
    }
    .nr_xz .p_p input{
        margin-bottom: 25px;
    }
    .nr .tj{
        margin-top: 25px;
    }
    .nr_te textarea{
        height: 100px;
    }
    .innr_r{
        padding: 20px;
        width: calc(100% - 320px - 320px - 42px);
        height: 570px;
    }
    .innr_l{
        height: 570px;
    }
    .innr_c{
        width: 320px;
        height: 570px;
    }
    .innr_c .innrc_s .bo{
        height: 496px;
    }
    .in_s1.act{
        width: 1200px;
    }
}
@media screen and (max-width: 1366px){
    .footer{
        padding-top: 30px;
    }
    .ab_nr{
        margin-bottom: 40px;
    }
    .in_nr{
        margin: 40px -7px;
    }
}
@media screen and (max-width: 1230px){
    .in_s1.act{
        width: 1140px;
    }
}
@media screen and (max-width: 1199px){
    .innr_l,
    .innr_c,
    .innr_r{
        width:100%;
        height: auto;
        margin: 0 0 20px;
    }
    .in_nr{
        margin: 30px 0;
    }
    .innrl_s{
        padding-bottom: 50px;
    }
    .innr_l .innrl_s .slick-dots{
        bottom: 22px;
    }
    .innr_l .innrl_s .pic_bo{
        height: 200px;
    }
    .innr_c .innrc_s .bo{
        height: 320px;
    }
    .innr_r h1,
    .innr_r h2{
        margin-bottom: 20px;
    }
    .he_color{
        padding: 0 15px 0 0px;
    }
    .he_btn .he_sp1,
    .he_btn .he_sp2{
        font-size: 12px;
        padding: 0 5px;
        height: 30px;
    }
    .he_btn{
        padding: 25px 0;
    }
    .he_tel{
        padding: 10px 0 10px 58px;
    }
    .logo{
        line-height: 80px;
    }
    .in_bo .tle,
    .about .tle{
        padding: 30px 0;
        /* background: #ffffff!important; */
    }
    .slick-prev{
        width: 20px;
        height: 100%;
        background: url(../images/left.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center;
        z-index: 3;
    }
    .slick-next{
        width: 20px;
        height: 100%;
        background: url(../images/right.png);
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: center;
        z-index: 3;
    }
    .in_s1.act{
        width: 940px;
    }
}
@media screen and (max-width: 991px){
    .in_s1.act{
        width: 720px;
    }
}
@media screen and (max-width: 767px){
    .ban .next{
        right: 15px;
    }
    .ban .prev{
        left: 15px;
    }
    .he_tel img{
        display: none;
    }
    .logo img{
        height: 50px;
    }
    .he_tel{
        padding: 10px 0;
    }
    .he_tel p{
        font-size: 14px;
    }
    .he_btn{
        float: left;
        width:calc(100% - 20px);
        margin-left: 20px;
        text-align: center;
        padding: 10px 0;
    }
    .he_btn .he_sp1,
    .he_btn .he_sp2{
        float: none;
    }
    .ban .prev i,
    .ban .next i{
        font-size: 25px;
    }
    .ft_logo{
        width:100%;
        text-align: center;
    }
    .fenx{
        width:100%;
        text-align: center;
        margin-left: 0;
        margin-top: 20px;
    }
    .footer{
        padding-top: 20px;
    }
    .fenx a{
        float: none;
    }
    .ft_bot p{
        text-align: center;
    }
    .ft_top{
        padding: 0 15px;
    }
    .inbtn a{
        width:100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .in_s1.act{
        width: calc(100% - 30px);
    }
    .form_bo{
        width:calc(100% - 30px);
    }
    .form_bo .nr{
        padding: 15px;
    }
    .nr_xz .p_p{
        width:100%;
        margin-bottom: 10px;
    }
    .nr_xz .p_p input{
        margin-bottom: 0;
    }
    .nr_te textarea{
        height: 65px;
    }
    .nr_xz{
        margin-top: 3px;
        padding-top: 5px;
    }
    .form_bo .nr h1, .form_bo .nr p{
        margin-bottom: 0;
    }
    .form_bo .nr_input input{
        padding: 0px 10px;
    }
    .nr .tj{
        margin-top: 10px;
    }
    .form_bo .tle{
        padding: 0 15px;
    }
    .in_bo:nth-child(2n+1) .tle {
        background: url(../images/phbg.jpg) no-repeat;
        background-size: 100% auto;
        background-position: center center; 
    } 
    .in_bo:nth-child(2n) .tle {
        background: url(../images/phbglv.jpg) no-repeat;
        background-size: 100% auto;
        background-position: center center; 
    }
}
.tanvideo{
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}
.tanvideo .guan{
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.tanvideo .wrap{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1100px;
    padding: 0 50px;
    max-width: 100%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.tanvideo video{
    width: 100%;
}


.zpf_right{ position:fixed; right:0; width:88px; top:50%; margin-top:-183px; z-index:99;}
.zpf_right li{ float:right; margin-top:2px; width:88px; background:#e4a808; position:relative; cursor:pointer;}
.zpf_right li .zbox{ text-align:center; width:88px; height:68px; float:left;}
.zpf_right li .zbox .ico{ width:100%; height:33px; float:left; margin-top:6px;}
.zpf_right li .zbox .ico img{ height:100%;}
.zpf_right li .zbox h5{ width:100%; float:left; font-size:14px; color:white; line-height:21px; margin:0;}
.zpf_right li.last .zbox{ height:85px;}
.zpf_right li.last .zbox .ico{ margin-top:14px;}
.zpf_right li:hover{ background:#014a7f;}
.zpf_right li .zbox_179{ width:179px; height:68px; line-height:68px; text-align:center; font-size:18px; color:white; letter-spacing:1px; float:left; display:none;}
.zpf_right li .zbox_179 p{line-height:68px;}
.zpf_right li.last .zbox_179{ height:85px; line-height:27px;}
.zpf_right li:hover .zbox_179{ display:block;}
.zpf_right li:hover .zbox_179 .txk{ display:inline-block; *zoom:1; *display:inline; width:153px; height:27px; background:white; line-height:27px; font-size:14px; color:#333; margin-top:11px; text-align:center;}
.zpf_right li:hover .zbox_179 .submit{ display:inline-block; *zoom:1; *display:inline; width:153px; height:27px; background:white; line-height:27px; font-size:14px; color:#fff; background:#e4a808; margin-top:8px; cursor:pointer;}
.zpf_right li:hover .zbox_179 .submit:hover{
-moz-border-radius:14px; 
-webkit-border-radius:14px; 
-khtml-border-radius:14px;
border-radius:14px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.zpf_right li.l1:hover{ width:267px;}
.zrightewm{ width:143px; height:143px; position:absolute; right:102px; top:0; display:none;}
.zpf_right li:hover .zrightewm{ display:block;}


.wap_block{ display:none;}

@media screen and (max-width: 992px) {
   .wap_block{ display:block; height:68px;} 

   .zpf_right{right:auto; left:0; bottom:0; top:auto; margin-top:0; width:100%;}
   .zpf_right li{width:20%; float:left; margin-top:0;}
   .zpf_right li.last .zbox{ height:68px;}
   .zpf_right li.last .zbox .ico{ margin-top:6px;}
   .zpf_right li .zbox{width:100%;}
   .zrightewm{left:50%; right:auto; margin-left:-72px; bottom:68px; top:auto;}
   .zpf_right li.l1:hover{ width:20%;}
   .zpf_right li.last .zbox_179{position:absolute; right:0; bottom:68px;  background:#014a7f;}
}