/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{color: #3d3d3d;font-size: 12px;line-height: 1;font-family:"微软雅黑","Microsoft Yahei";
    background-color: #fff;}
img{max-width: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";outline: 0;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}
button{padding:0;border:0;cursor: pointer;}

h1,h2,h3,h4,h5{font-weight: normal;}

a{color:#333;}
a:hover{color:#026e9f;text-decoration: none;}

.wp{width: 98%;max-width: 1150px;margin: 0 auto;}
.wp2{width: 98%;max-width: 1200px;margin: 0 auto;}
.wp3{width: 98%;max-width: 1300px;margin: 0 auto;}

/* 头部 **************************************************/
.header{
    overflow: hidden;
    position: fixed;
    top: 18px;
    left: 0;
    width: 100%;
    padding: 0 50px 0 32px;
    z-index: 20;
}
.header.float{
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.logo{
    float: left;
    max-width: 240px;
}
.hdr{
    float: right;
    padding: 0 20px;
    margin-top: 13px;
    float: right;
    border-radius: 5px;
    background-color: rgba(3,36,65,.5);
    font-size: 16px;
    color: #fff;
}
.hdr a{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 48px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.hdr .lang{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 20px;
}
.hdr .lang a{
    padding-right: 0px;
}
.hdr .lang a.on{
    color: #d0131c;
}
.hdr .ico-tel{margin-left: 35px;
    padding-right: 38px;
    background-image: url(../images/ico-tel.png);
}
.hdr .ico-mail{
    margin-left: 45px;
    background-image: url(../images/ico-mail.png);
}
.hdr .ico-menu{
    margin-left: 45px;
    background-image: url(../images/ico-menu.png);
}
.hdr a:hover{
    color: #d0131c;
}
.hdr .ico-tel:hover{
    background-image: url(../images/ico-tel_on.png);
}
.hdr .ico-mail:hover{
    background-image: url(../images/ico-mail_on.png);
}
.hdr .ico-menu:hover{
    background-image: url(../images/ico-menu_on.png);
}
.fp-tableCell{
    position: relative;
}
.nav{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(24, 42, 135, 0.9);
    z-index: 21;
    display: none;
}
.nav ul{
    position: absolute;
    left: 0;
    top: 200px;
    width: 100%;   
    text-align: center;
}
.nav ul li{
    margin: 30px 0;
}
.nav ul a{
    display: block;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.nav ul a::after{
    content: '';
    position: absolute;
    width: 31px;
    height: 50px;
    left: 40%;
    background: url(../images/q-right.png) no-repeat center center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.nav ul li.on a,
.nav ul a:hover{
    background-color: rgba(208, 19, 28, 0.5);
}
.nav ul li.on a::after,
.nav ul a:hover::after{
    left: 42%;
    opacity: 1;
    filter: alpha(opacity=100);
}
.nav .btn-close{
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 124px;
    width: 36px;
    height: 36px;
    background: url(../images/ico-close.png) no-repeat center center;
}
.nav .btn-close:hover{
    background-image: url(../images/ico-close_on.png);
}
/* banner **************************************************/
.banner{
    height: 100vh;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.fp-section.fp-table, .fp-slide.fp-table{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.banner .txt{
    position: absolute;
    top: 50.5%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}
.banner .txt h2{
    font-size: 72px;
    color: #fff;
} 
.banner .txt h2 span{
    display: block;
    margin-top: 42px;
    font-size: 18px;
    color: #fff;
}
.banner .btn-play{
    margin-top: 78px;
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../images/video.png) no-repeat center center;
}
.banner .animLoop{
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 124px;
    width: 36px;
    height: 36px;
    background: url(../images/scroll.png) no-repeat center center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner .animLoop:hover{
    background-image: url(../images/scroll_on.png);
}
.banner 
.banner #fp-nav ul li a.active,.banner .fp-slidesNav ul li a.active{
    background-color: #d0131c;
}
.video-box{
    position: absolute;
    top: 15%;
    left: 10%;
    right: 10%;
    bottom: 15%;
    z-index: 50;
    display: none;
    background-color: #000;
}
.video-box video{
    position: absolute;left: 0;top: 0;width: 100%;height: 100%;
    z-index: 14 !important;
}
.video-box .btn-close{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 36px;
    height: 36px;
    background: url(../images/ico-close.png) no-repeat center center;
    z-index: 50 !important;
}

.fp-auto-height{height: auto !important;}
.fp-viewing-section-1 .to-top{display: none !important;}

.ind-slick{
    position: relative;
}
.ind-slick .box{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    height: 100vh;    
}
.ind-slick .txt{
    padding: 268px 10% 0;
    color: #fff;
}
.ind-slick .txt h3{
    font-size: 48px;
    margin-bottom: 27px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ind-slick .txt p{
    font-size: 14px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 104px;
}
.ind-slick .btn-more{
    display: block;
    margin: 302px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-family: "Arial";
    color: #032441;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ind-slick .btn-more:hover{
    background-color: #d0131c;
    color: #fff;
}
.ind-slick .slick-arrow{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: transparent;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
}
.ind-slick .slick-prev{
    left: 0;
    background-image: url(../images/q-prev.png);
}
.ind-slick .slick-next{
    right: 0;
    background-image: url(../images/q-next.png);
}
.ind-slick .slick-dots{position: absolute;left: 0;bottom: 10px;width: 100%;text-align: center;z-index: 8;display: none !important;}
.ind-slick .slick-dots li{display: inline-block;margin: 0 5px;}
.ind-slick .slick-dots li button{display: block;width: 12px;height: 12px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;outline:none;
    border:none;
    cursor: pointer;
}
.ind-slick .slick-dots li.slick-active button{background-color: #d0131c;}
.ind-inform{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ind-inform .txt{
    width: 45%;
}
.ind-inform .txt h3{
    font-size: 36px;
    color: #edeef3;
    margin-bottom: 36px;
}
.ind-inform .txt p{
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    color: #a8abc9;
}
.ul-inform{
    overflow: hidden;
    margin-bottom: 52px;
}
.ul-inform li{
    float: left;
    margin-right: 30px;
}
.ul-inform a{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    font-size: 18px;
    color: #edeef3;
}
.ul-inform li.hover a,
.ul-inform a:hover{
    background-color: #d0131c;
    color: #fff;
}
.ind-inform .txt .btn-more{
    display: block;
    text-align: right;
    margin-top: 44px;
    font-family: "Arial";
    font-size: 14px;
    color: #a8abc9;
    text-decoration: underline;
}
.ind-inform .txt .btn-more:hover{
    color: #d0131c;
}
.ind-product{
    overflow: hidden;   
}
.ind-product h3{
    text-align: center;
    font-size: 48px;
    margin-bottom: 42px;
    color: #032441;
}
.m-link{
    text-align: center;
    margin-bottom: 84px;
}
.m-link li{
    display: inline-block;
}
.m-link a{
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    padding: 0 22px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    color: #333;
}
.m-link a:hover,
.m-link a.on{
    background-color: #d0131c;
    color: #fff;
}
.ul-product{
    overflow: hidden;
    margin: 0 -9px;
}
.ul-product li{
    float: left;
    width: 25%;
}
.ul-product a{
    display: block;
    margin: 0 9px;
}
.ul-product .pic{
    padding-top: 100%;
    position: relative;
}
.ul-product .pic img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ul-product p{
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #333;
    text-align: center;
    margin-top: 35px;
}
.ul-product a:hover p{
    color: #d0131c;
}
.ind-product .btn-more{
    display: block;
    margin: 80px auto 0;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #b2bcc5;
    color: #032441;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.ind-product .btn-more:hover{
    background-color: #d0131c;
    border: 1px solid #d0131c;
    color: #fff;
}

.footer{
    background: url(../images/f-bg.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.fd-top{
    overflow: hidden;
    padding: 148px 0 97px;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.fd-top .col-l{
    width: 47%;
}
.fd-top .col-c{

}
.fd-top .col-r{
    
}
.fd-logo{
    max-width: 314px;
    line-height: 110px;
    margin-top: -25px;
    margin-bottom: 20px;
}
.fd-logo img{
    display: inline-block;
    vertical-align: middle;
}
.fd-top .ewm{
    width: 180px;
    height: 180px;  
    overflow: hidden;  
}
.fd-top .ewm img{
    display: block;
    width: 100%;
    height: 100%;
}
.fd-content{
    padding-right: 27px;
}
.fd-content p{
    line-height: 20px;
    font-size: 14px;
    color: #bec0d6;
    margin-bottom: 5px;
    white-space: nowrap;
}
.fd-content p span{
    float: left;
    display: block;
    width: 72px;
}
.fd-content p span.mail{
    letter-spacing: 0.1px;
} 
.fd-content p em{
    display: block;
    overflow: hidden;
}
.fd-content p em a{
    color: #bec0d6;
}
.fd-content p em a:hover{
    color: #fff;
}
.fd-bot{
    color: #8185b0;
    padding: 0 47px;
    overflow: hidden;
}
.fd-bot .link{
    float: right;
    line-height: 117px;
}
.fd-bot a{
    padding: 0 5px;
    color: #8185b0;
    border-left: 1px solid  rgba(255, 255, 255, 0.3);
}
.fd-bot a:first-child{border: none;}
.fd-bot a:hover{
    color: #fff;
}
.fd-bot span > div{
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 50px;
}
.fd-bot span > div a{
    line-height: 20px;
}
.fd-bot span > div a img{
    width: 75px;
    height: 102px;
}

.fd-link{

}
.fd-link li{
    float: left;
    width: 25%;
}
.fd-link h4{
    font-weight: bold;
    font-size: 18px;
    color: #d7d9e9;
    margin-bottom: 22px;
}
.fd-link a{
    display: block;
    color: #d7d9e9;
    font-size: 16px;
    line-height: 36px;
}
.fd-link a:hover{
    color: #fff;
}
.share{
    text-align: right;
    margin: 18px 0 30px 0;
}
.share span{
    font-family: "宋体";
    display: inline-block;
    position: relative;
    top: -28px;padding-right: 3px;
    font-size: 12px;color: #676767;
}
.bdsharebuttonbox{display: inline-block;}
.share .bdsharebuttonbox a{
    margin: 0 8px;border-radius: 50%;
    width: 29px;height: 29px;padding-left: 0;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 29px 29px;
    background-size: 29px 29px;
}
.share .bdsharebuttonbox .bds_weixin{
    background-image: url(../images/icon-weixin.png);
}
.share .bdsharebuttonbox .bds_tsina{
    background-image: url(../images/icon-weibo.png);
}
.share .bdsharebuttonbox .bds_youku{
    background-image: url(../images/icon-youku.png);
}
.share .bdsharebuttonbox .bds_linkedin{
    background-image: url(../images/icon-in.png);
}
.share .bdsharebuttonbox .bds_tencent{
    background-image: url(../images/icon-tencent.png);
}
