﻿@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, p, form{margin:0;}
ol,ul{margin:0; padding:0;}
ul{margin:0; padding:0;}
ul li{list-style: none; }
a{text-decoration: none; color: #303030;   -webkit-transition: all 0.3s ease;
    -moz-transition:  all 0.3s ease;
    transition:  all 0.3s ease;}
a:hover{text-decoration: none;  color: #f34963;}
*{box-sizing: border-box;}
html{height: 100%;}
body {
    background: #ffffff;
    font-family:  "Microsoft YaHei","微软雅黑","Open Sans", Arial, SimSun, sans-serif;
    font-style: normal;
    position: relative;
    font-size: 14px;
    color: #333;
}
.container{
    position: relative;
}
::-webkit-scrollbar              {/* 1 */width:9px; background-color:#333;}
::-webkit-scrollbar-button       {/* 2 */}
::-webkit-scrollbar-track        {/* 3 */}
::-webkit-scrollbar-track-piece  {/* 4 */}
::-webkit-scrollbar-thumb        {/* 5 */border:solid 2px #333; width:5px;  border-radius:4px; background-color:#fff;}
::-webkit-scrollbar-corner       {/* 6 */background-color:#333;}
::-webkit-resizer                {/* 7 */}
::-webkit-scrollbar:horizontal   {height:9px;}
.padding-clear{margin-left: -10px;margin-right: -10px;}
.f_16{font-size: 16px;}
.fl{  float: left;  }
.fr{  float: right;  }
.t-50{ margin-top: 50px;  }
.bold{  font-weight: bold;  }
.c-auto{display: block;margin-left: auto;margin-right: auto;}
.t-c{text-align: center;}
.i-b{display: inline-block;}
.img-auto{  display: block;  width: 100%;  height: 100%;  }
.menu{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/menu.png") no-repeat center;
    background-size: 100%;
}
.menu2{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background: url("../images/menu2.png") no-repeat center;
    background-size: 100%;
}
.index-nav2{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 1000;
}
.index-nav2 li{
    background: rgba(243,73,99,0.9);
    /*border-bottom: 1px solid red;*/
    width: 100%;
    text-align: center;
    padding: 15px 0 ;

}
.index-nav2 li a{
    color: #fff;
    padding: 10px;
}

.page{
    margin-top: 40px;
    margin-bottom: 40px;
}
.page ul li{
    float: left;
    font-size: 12px;
    margin: 0 5px 5px;
}
.page ul li.on a{
    background: #f34963;
    color: #fff;
    border: 1px solid #f34963;
}
.page ul li a{
    padding: 4px 8px;
    -webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;
    border: 1px solid #dcdcdc;
}
.page ul li a:hover{
    background: #f34963;
    color: #fff;
    border: 1px solid #f34963;
}
.flip{
    margin-top: 20px;
}
.flip a{
    color: #666;

}
.flip a:hover{
    /*font-family: Arial;*/
    color: #f34963;
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.header{

}
.header{
    width: 100%;
    height: 100%;
    background: rgba(48,67,82,0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}
.logo{
    float: left;
    margin-top: 40px;
    margin-left: 100px;
}
.main-nav-box{
    position: absolute;
    margin: auto;
    top: 40px;
    left: 0;
    right: 0;
}
.main-nav{


    display: inline-block;
}
.main-nav li{
    font-size: 16px;
    float: left;
    line-height: 44px;
    margin: 0 40px;
}
.main-nav li a{
    color: #fff;
    display: block;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;transition: all 0.2s linear;
}
.main-nav li.on a{
    border-bottom: 2px solid #f23050;
}
.main-nav li a:hover{
    line-height: 44px;
    border-bottom: 2px solid #f23050;
}
.phone{
    float: right;
    width: 160px;
    height: 28px;
    background: url("../images/phone.png") no-repeat left center;
    margin-right: 130px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    padding-left: 36px;
    margin-top: 48px;
}
.go-down{
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 100px;
    width: 30px;
    height: 36px;
    background: url("../images/down.png") no-repeat center;
    z-index: 999;
    -webkit-animation: shake1 1s linear infinite;
    -moz-animation:  shake1 1s linear infinite;
    animation:  shake1 1s linear infinite;
}
.m-header{
    width: 100%;
    height: 60px;
}









@keyframes shake1{
    0%{bottom: 30px;}
    50%  {bottom: 35px;}
    100% {bottom: 30px;}
}
@-webkit-keyframes shake1 {
    0%{bottom: 30px;}
    50%  {bottom: 35px;}
    100% {bottom: 30px;}
}
@-moz-keyframes shake1 {
    0%   {bottom: 30px;}
    50%  {bottom: 35px;}
    100% {bottom: 30px;}
}
.banner-info{
    max-width: 890px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
    color: #fff;
}
.banner-info h2{
    font-size: 36px;
    font-weight: normal;
}
.banner-info p{
    font-size: 16px;
    margin: 25px 0;
    line-height: 28px;
}

.banner-info h3{
    font-weight: normal;
    font-size: 24px;
}
.banner-info ul{
    margin-top: 55px;
}
.banner-info ul li{
    width: 148px;
    height: 40px;
    border: 2px solid #fff;
    line-height: 36px;
    font-size: 18px;
    float: left;
    border-radius: 5px;
    margin: 0 15px;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
}
.banner-info ul li a{
    color: #fff;
    display: block;
}
.banner-info ul li:hover{
    background: #f23050;
    border: 2px solid #f23050;
}
.part-tit{
    text-align: center;
    margin-top: 80px;
}
.part-tit h2{
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
}
.part-tit ul li{
    float: left;
    color: #666;
    font-size: 16px;
}
.part-tit ul li a {
    color: #666;
}
.part-tit ul li.on a{
    color: #f2304e;
}
.part-tit ul li.hover a{
    color: #f2304e;
}
.part1-bg{
    padding-bottom: 40px;
}
.team-slide{
    width: 1100px;
    margin: 50px auto 0;
    position: relative;
}
.team-slide .hd ul li{

}
.team-slide .hd span{
    display: block;
    width: 30px;
    height: 40px;
    position: absolute;
    top: 160px;
    cursor: pointer;
    color: #d7c195;
    font-size: 30px;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
}
.team-slide .hd span.prev{
    left: -30px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg) ;
}
.team-slide .hd span.next{
    right: -30px;
    transform: rotate(-45deg) scale(-1,1) ;
}
.team-slide .hd span:hover{
    color: #f13151;
}
.team-slide .bd ul li{
    width: 210px;
    margin: 0 5px 10px;
    float: left;
}
.team-slide .bd ul li:hover .team-info{
    opacity: 1;
}
.team-info{
    width: 100%;
    padding: 10px 15px 15px;
    background: #f1314f;
    color: #fff;
    position: relative;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
}
.team-info p{
    position: relative;
    font-size: 16px;
    margin-bottom: 10px;
}
.team-info p:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: -6px;
    display: block;
    width: 16px;
    height: 2px;
    background: #fff;
}
.team-info em{
    width: 26px;
    height: 26px;
    background: url("../images/add.png") no-repeat center;
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    z-index: 1;
    font-weight: normal;
}
.more{
    display: block;
    width: 36px;
    height: 36px;
    background: #eeeeee url("../images/more.png") no-repeat center;
    border-radius: 3px;
    margin: 30px auto 0;
}
.part2-bg{
    background: #f5f5f5;
    overflow: hidden;
    padding-bottom: 50px;
}
.case-list{
    margin-top: 20px;
}
.case-list li{
    padding: 0 10px;
    margin-top: 30px;

}
.case-list li a{
    display: block;
    width: 100%;
    background: #fff;
}
.case-info{
    padding: 15px 20px;
}
.case-info h3{
    font-size: 18px;
    font-weight: normal;
}
.case-info p{
    color: #666;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}
.case-img{
    position: relative;
}
.case-border{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/border.png") no-repeat center;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
    opacity: 0;
}
.case-list li:hover .case-border{
    opacity: 1;
}

.part3-bg{
    width: 100%;
    min-height: 720px;
    background: url("../images/part3-bg.jpg") repeat-y;
}
.product-list{
    margin-top: 55px;
}
.product-list li{
    padding: 0 10px;
    margin-bottom: 30px;
}
.product-list li a{
    display: block;
    width: 100%;
    padding: 0 10%;
    text-align: center;
    height: 240px;
    overflow: hidden;
}
.product-list li a:hover{
    background: #f0f0f0;
}
.pro-icon{
    width: 52px;
    height: 52px;
    position: relative;
    margin: 35px auto 20px;
}
.pro-icon1,.pro-icon2{
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
}
.pro-icon1{
    opacity: 1;
}
.pro-icon2{
    opacity: 0;
}
.product-list li a h2{
    font-size: 24px;
}
.product-list li a p{
    color: #666;
    line-height: 24px;
    margin-top: 10px;
}
.product-list li a:hover .pro-icon1{opacity: 0;}
.product-list li a:hover .pro-icon2{opacity: 1;}
.part4-bg{
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 50px;

}
.feature-slide{
    margin: 50px auto 0;
}
.news-list{
    margin-top: 50px;
}
.news-list li{
    padding: 0 25px;
    margin-bottom: 15px;
}
.news-list li a{
    display: block;
    width: 100%;
    color: #333;
    padding: 20px 20px 15px 30px;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
}
.news-l{
    float: left;
    width: calc(100% - 100px);

}
.news-l h3{
    font-size: 16px;
    margin-bottom: 10px;
}
.news-l p{
    font-size: 12px;
    color: #666;
    line-height: 24px;
    -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;transition: all 0.2s ease;
}
.news-date{
    float: right;
    width: 100px;
    text-align: right;
    font-size: 16px;
    margin-top: 20px;
}
.news-list li a:hover{
    color: #fff;
    background: #f1314f;
}
.news-list li a:hover p{
    color: #fff;
}
.part5-bg{
    padding-bottom: 50px;
}
.part6-bg{
    width: 100%;
    background: url("../images/cont-bg.jpg") no-repeat center bottom;


}
.contact-bg{
    width: 100%;
    background: #f1314f;
    padding: 55px 0 40px;
    margin-top: 40px;
}
.contact-way{

}
.contact-way li{
    color: #fff;
    width: 25%;
    padding: 0 40px;
    float: left;
}
.contact-way li img{
    float: left;
    margin-right: 12px;
}
.cont-r{
    float: left;
    max-width: 170px;
}
.cont-r h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.cont-r p{
    font-size: 12px;
    line-height: 22px;
}
.cont-tit{
    font-size: 24px;
    margin: 30px 0 15px;
}
.cont-info{
    line-height: 24px;
}
.msg-form{
    margin-top: 30px;
    margin-bottom: 30px;
}
.msg-form .col-xs-12{
    padding: 0 10px;
    margin-bottom: 20px;
}
.msg-form input{
    width: 100%;
    height: 50px;
}
.msg-form input[type=text]{
    padding: 0 12px;
    font-size: 12px;
    border: 1px solid #e3e3e3;
    outline: none;
}
.sub-btn{
    color: #fff;
    background: #f23050;
    border: none;
    outline: none;
}
.footer{
    padding: 15px 10px;
    color: #666;
}
.footer-l{
    float: left;
    width: calc(100% - 120px);
    margin-top: 20px;
}
.f-link{
    font-size: 16px;
}
.f-link span{
    float: left;
}
.f-link ul{
    float: left;
}
.f-link ul li{
    margin: 0 5px 5px;
    float: left;
}
.f-link ul li a{
    color: #666;
}
.f-link ul li a:hover{
    color: #f23050;
}
.qr{
    width: 100px;
    height: 100px;
    float: right;
}
.header2{
    width: 100%;
    height: 100px;
    background: #fff;
}
.header2 .logo{
    margin-top: 20px;
    margin-left: 10px;
}
.header2 .phone{
    color: #f23050;
    margin-top: 36px;
    margin-right: 0;
}
.main-nav2{
    float: left;
    margin-left: 80px;
}
.main-nav2 li{
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 100px;
    margin: 0 30px;
}
.main-nav2 li a{
    padding-bottom: 20px;
    border-bottom: 2px solid transparent;
}
.main-nav2 li.on a{
    border-bottom: 2px solid #f23050;
    color: #f23050;
}
.main-nav2 li:hover a{
    border-bottom: 2px solid #f23050;
}
.child-nav-bg{
    width: 100%;
    min-height: 110px;
    background: #eeeeee;
}

.child-nav{
    margin-top: 32px;
}
.child-nav li{
    float: left;
    margin: 0 12px 24px;
}
.child-nav li a{
    width: 128px;
    height: 46px;
    border: 1px solid #f23050;
    color: #f23050;
    display: block;
    line-height: 46px;
    font-size: 16px;
    border-radius: 5px;
}
.child-nav li.on a{
    background: #f23050;
    color: #fff;
}
.child-nav li:hover a{
    background: #f23050;
    color: #fff;
}
.news-list2{
}
.news-list2 li{
    padding: 0 15px;
   margin-top: 50px;
}
.news-list2 li a{
    display: block;
    width: 100%;
}
.news-list2 li a img{
    margin-bottom: 20px;
}
.news-t{
    float: left;

}
.news-date2{
    font-size: 12px;
    color: #888;
    float: right;
}
.news-list2 li a>p{
    font-size: 12px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
}
.cut-line{
    width: 100%;
    border-bottom: 1px solid #dfdcdc;
}
.news-detail{
    padding: 40px 0;
}
.news-d-tit{
    font-size: 18px;
    text-align: center;
}
.news-tag{
    color: #999;
    text-align: center;
    margin-top: 20px;
}
.news-d-txt{
    margin-top: 30px;
    color: #666;
    line-height: 24px;
}
.in-wrap .cont-tit{
    margin-top: 60px;
}
.in-wrap .msg-form{
    margin-bottom: 300px;
}
.about-p1{
    padding: 100px 0;
}
.about-p1 .col-sm-5{
    padding: 0;
    height: 358px;
}
.about-p1 .col-sm-7{
    background: #1a1a1a;
    height: 358px;
    padding: 0 60px;
    color: #fff;
}
.about-p1 .col-sm-7 img{
    margin-top: 45px;
}
.about-p1 .col-sm-7 p{
    line-height: 24px;
    margin-top: 20px;
}
.about-p2{
    width: 100%;
    background: url("../images/about-bg2.jpg") repeat-y;
    padding-bottom: 50px;
}
.about-p3{
    padding-bottom: 50px;
}
.about-p3 img{
    margin-top: 40px;
}
.about-p3 p{
    text-align: center;
    color: #666;
    line-height: 24px;
    margin-top: 30px;
}
.about-p4{
    width: 100%;
    padding-bottom: 100px;
    background: #eeeeee;
}
.about-p4 img{
    margin-top: 40px;
}
.hx-list{

}
.hx-list li{
    padding: 0 10px;
    margin-top: 50px;
}
.hx-list li a{
    display: block;
    width: 100%;
}
.hx-list li a p{
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 5px;
}
.hx-list li a span{
    padding-left: 1em;
    color: #999;
}

.detail-bg{
    background: #f1f1f1;
    width: 100%;
    padding: 40px 0 80px;
}
.video-l{
    width: 850px;
    float: left;
    background: #fff;
    border: 1px solid #eaeaea;
    padding:  30px 20px 50px;
}
.video-l-tit{
    font-size: 22px;
    height: 36px;
    line-height: 36px;
    float: left;
    font-weight: bold;
    border-left: 4px solid #ff6400;
    padding-left: 29px;
    margin-left: -20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.share{
    float: right;
}
.share span{
    float: left;
    margin-top: 6px;
}
.share ul{
    float: left;
}
.share ul li{
    float: left;
    margin: 0 2px;
}
.video-tag{
    color: #999;
    margin-top: 10px;
}
.video-tag span{
    float: left;
}
.video-tag img{
    float: left;
    margin: 2px 8px 0;
}
.video-wrap{
    width: 100%;
    height: auto;
    margin-top: 20px;
}
.video-wrap iframe{
    width: 100%;
    height: 454px;
}
.video-intro h3{
    font-size: 18px;
    margin: 30px 0 20px;
}
.video-intro p{
    color: #999;
    line-height: 24px;
}
.video-r{
    width: 310px;
    float: right;
    padding: 16px 15px 30px;
    background: #fff;
}
.video-r-tit{
    line-height: 30px;
}
.video-r-tit span{
    float: left;
    font-size: 16px;
    border-left: 4px solid #ff6400;
    padding-left: 29px;
    margin-left: -15px;
}
.video-r-tit a{
    float: right;
    color: #666;
}
.rank-list{

}
.rank-list li{
    width: 100%;
    height: 220px;
    margin-top: 20px;
}
.rank-list li img{
    display: block;
    width: 100%;
    height: 180px;
}
.rank-list li a>span{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 40px;
}
.rank-img{
    position: relative;
    width: 100%;
    height: 180px;
}
.rank-img span{
    display: block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    z-index: 998;
    text-align: right;
    padding-right: 5px;
}