/* 
* @Author: Marte
* @Date:   2019-05-23 14:29:17
* @Last Modified by:   Marte
* @Last Modified time: 2019-05-29 09:30:54
*/
/*公共样式*/
*{
    padding: 0;
    margin:0;
    box-sizing: border-box;
    font-family: "微软雅黑";
}
ul,ul li,ol,ol li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    min-width: 1200px;
    background-color: #fff;
}
/*清除浮动*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1; /*IE/7/6*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tac{
    text-align: center;
}
.wrap{
    width: 1200px;
    margin:0 auto;
}
/*头部样式*/
.header{
    height:100px;
    background-color: #fff;
    width:100%;
}
.logo{
    margin-top: 20px;
    width:190px;
    height: 60px;
    margin-left: 60px;
}
.logo>a{
    display:inline-block;
    width: 100%;
    height:100%;
}
.logo>a>img{
    width: 100%;
    height:100%;
}
.nav{
    margin-right: 40px;
}
.nav>li{
    float: left;
    line-height: 100px;
}
.nav>li>a{
    color:#4c4c4c;
    font-size: 16px;
    padding:0 50px;
    position: relative;
}
.nav>li+li>a{
    border-left: 1px solid #ccc;
}
.nav>li.active>a::after{
    content: '';
    position:absolute;
    left:44px;
    bottom:-10px;
    width: 78px;
    height: 4px;
    background-color: #e13838;
}
.nav>li:nth-of-type(2).active>a::after{
    width:95px;
}

/*底部*/
.footer{
    height:180px;
    width:100%;
    background-color: #333;
}
.logo_white>a{
    display:inline-block;
    width: 210px;
    height: 66px;
    margin: 30px 0;
}
.footerNav{
    padding-left: 272px;
    padding-top: 30px;
}
.footerbox{
    padding:0 75px 0 500px;
}
.footerNav>a{
    color:#fff;
    font-size: 20px;
    padding:0 70px;
}
.footerNav>a+a{
    border-left: 1px solid #fff;
}
.copyRight{
    color:#fff;
    font-size: 18px;
    padding-top: 60px;
}
.logo_white{
    width:210px;
    height:66px;
}
.logo_white>a,.logo_white img{
    display:inline-block;
    width: 100%;
    height: 100%;
}
/*banner样式*/
.bannerbox{
    width:100%;
}
.banner{
    width: 100%;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}
.fullSlide{
    width: 100%;
    margin: 0 auto;
    height:737px;
    position:relative;
}
.fullSlide .bd{
    margin:0 auto;
    position:relative;
    z-index:0;
    height:100%;
    overflow:hidden;
}
.fullSlide .bd ul{
    width:100% !important;
    height:100%;
}
.fullSlide .bd li{
    width:100% !important;
    height:100%;
    overflow:hidden;
    text-align:center;
    position: relative;
}
.fullSlide .bd li a{
    width: 100%;
    height: 100%;
    display:block;
    background-position: center center;
    background-repeat: no-repeat;
}
.fullSlide .hd{
    width:100%;
    position:absolute;
    z-index:1;
    bottom:30px;
    left:0;
    height:30px;
    line-height:30px;
    text-align:center;
}
.fullSlide .hd ul{
    text-align:center;
    padding-top:5px;
}
.fullSlide .hd ul li{
    cursor:pointer;
    display:inline-block;
    zoom:1;
    width:12px;
    height:13px;
    margin:5px;
    background-color: #666;
    border-radius: 50%;
    overflow:hidden;
    line-height:9999px;
}
.fullSlide .hd ul .on{
    background-color: #e13838;
}
.fullSlide .prev,
.fullSlide .next{
    position:absolute;
    left:3%;
    top:50%;
    margin-top:-40px;
    display:block;
    width:80px;
    height:80px;
    border-radius: 50%;
    background:rgba(102, 102, 102, .4) ;
    text-align: center;
    line-height: 100px;
}
.fullSlide .next{
    left:auto;
    right:3%;
    background-position:-12px -0px;
}
.fullSlide .prevStop{
    display:none;
}
.fullSlide .nextStop{
    display:none;
}

.knowMore{
    width: 240px;
    height: 80px;
    background-color: #e13838;
    position:absolute;
    left:50%;
    margin-left: -120px;
    bottom:240px;
}
.knowMore>a{
    display:inline-block;
    width:100%;
    height:100%;
    color:#fff;
    font-size: 30px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 80px;
}
/*每部分的标题*/
.partT{
    padding-bottom: 35px;
}
.partT>h3{
    font-size: 28px;
    color:#e13838;
    margin:0;
}
.partT>h3>span{
    margin-right: 18px;
    vertical-align: middle;
    display:inline-block;
}
.partT>h3>span:nth-of-type(2){
    margin-right: 0;
    margin-left: 18px;
}
.partT>h5{
    font-weight: normal;
    font-size: 20px;
    color:#b2b2b2;
}
/*联系我们*/
.contactUS{
    width:100%;
    background-color: #e13838;
    padding: 40px 0 35px;
}
.contactUS .partT{
    padding-bottom:20px;
}
.contactUS .partT>h3{
    color:#fff;
}
.contactUS .partT>h5{
    color:#ff9999;
}
.contactType{
    font-size: 20px;
    color:#fff;
}
.contactType>p{
    font-size: 18px;
    color:#ffb2b2;
    padding-bottom: 30px;
}
.contactType li.contactLi{
    margin-left: 50px;
    width: 400px;
    padding-top: 138px;
}
.contactType li.contactLi h4{
    font-weight: normal;
    font-size: 40px;
    padding-bottom: 10px;
    color:#fff;
}
.contactType li.contactLi div{
    font-size: 20px;
    color: #fff;
}
.contactType li.contactLi h4 img{
    vertical-align: middle;
    margin-right: 15px;
}
.service{
    padding-left: 70px;
}
.service>li{
    width: 300px;
    height: 360px;
    background: url(../images/index/contactBg.png) 0 0 no-repeat;
    text-align: center;
    padding-top: 36px;
    font-size: 20px;
    color:#e13838;
    float: left;
}
.service>li.contactLi{
    background:none;
}
.service>li+li{
    margin-left: 80px;
}
.service>li>.face{
    border: 5px solid #ffebeb;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display:inline-block;
    overflow:hidden;
}
.service>li>p{
    padding:16px 0;
}
.service>li>.er{
    width: 100px;
    height:100px;
    display:inline-block;
}
.service>li>.er>img{
    width:100%;
    height:100%;
}
/*我的客户*/
.ourClients{
    padding:80px 0;
}
.clients{
    width:100%;
    height:343px;
    background:#fff url(../images/index/brand.png) center center no-repeat;
}
/*如何使用*/
.howToUse{
    padding-top:80px;
}
.useType>ul{
    padding:0 165px;
}
.useType>ul>li{
    float: left;
    position:relative;
}
.useType>ul>li+li{
    margin-left: 70px;
}
.useBox{
    width: 400px;
    height: 356px;
    background: url(../images/index/useImg1.png)0 0 no-repeat;
}
.useBox1{
    background-image:  url(../images/index/useImg2.png);
}
.useContent{
    position:absolute;
    left:-162px;
    bottom:50px;
    background-color: #e13838;
    padding:25px;
    color:#fff;
    font-size: 14px;
    text-indent: 1em;
    width: 250px;
    line-height: 24px;
}
.useContent1{
    left:312px;
}
.useContent>span{
    font-size: 20px;
}
/*利益*/
.benefitContent{
    padding:120px 30px 0;
}
.benefitContent>li{
    width: 270px;
    height: 480px;
    background-color: #fafafa;
    float: left;
}
.benefitContent>li+li{
    margin-left: 20px;
}
.benefitContent>li:hover{
    margin-top: -40px;
    background-color: #e13838;
}
.benefitContent>li:hover .imgbox::after{
    display:none;
}
.benefitContent>li:hover .benTitle{
    color:#f57a7a;
}
.benefitContent>li:hover .benTitle>h5{
    color:#fff;
}
.benefitContent>li:hover .benTitle_line{
     background-color:#fff;
}
.benefitContent>li:hover .benDetail{
    color:#fff;
}

.imgbox{
    width: 100%;
    height: 169px;
}
.imgbox>img{
    width:100%;
    height:100%;
}
.imgbox{
    position:relative;
}
.imgbox::after{
    content:'';
    width: 100%;
    height: 100%;
    position:absolute;
    left:0;
    top:0;
    background-color: rgba(0, 0, 0,.4);
}
.benTitle{
    padding:30px 0 20px;
    color:#b2b2b2;
    font-size: 14px;
     font-style:italic;
}
.benTitle>h5{
    font-size: 20px;
    color:#4c4c4c;
    font-style:italic;
    padding-bottom: 5px;
}
.benTitle_line{
    background-color: #4d4d4d;
    width: 20px;
    height: 3px;
    display:inline-block;
    margin-bottom: 18px;
    margin-top: 6px;
}
.benDetail{
    font-style: normal;
    padding:0 27px;
    font-size: 14px;
    color:#4c4c4c;
    text-align: left;
    line-height: 24px;
    text-indent: 2rem;
}