/* 引入公共样式 */
@import 'common.css';
/* 引入轮播图样式 */
@import 'banner.css';
/* 引入头部样式 */
@import '../components/header/index.css';
/* 引入尾部样式 */
@import '../components/footer/index.css';
/* 页面样式 */
.swiper-container {
    width: 100%;
    /* background: purple; */
}
 .swiper-pagination-bullet{
    background-color: #fff !important;
    width: 6px !important;
    height: 6px !important;
}
.swiper-pagination-bullet-active{
    background-color: #FF1644 !important;
}
.banner marquee{
    background: #F7F8FA;
    /* display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; */
}
.banner marquee .marquee-content{
    /* display: inline; */
}
.banner .text{
    /* width: 20%; */
    line-height: 48px;
    /* width: 100%; */
    /* text-align: center; */
    /* width: 400px; */
    /* margin-right: px; */
    display: inline-block;
}
.banner .text span{
    cursor: pointer;
}
.banner .text i{
    width: 6px;
    height: 6px;
    background: #FF1644;
    border-radius: 50%; 
    vertical-align: middle;
}
.first-content{
    padding: 70px 0 30px;
}
.first-content h2{
    line-height: 38px;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}
.first-content h2 span{
    color: #FF1644;
}
.first-content>h3{
    color: #484848;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 60px;
}
.first-content .input{
    text-align: center;
    margin-top: 25px;
}
.first-content .input input{
    width: 325px;
    height: 38px;
    text-indent: 16px;
    vertical-align: top;
    border-color: #aaa;
    border-right: none;
}
.first-content .input button{
    width: 110px;
    height: 40px;
    background: #FF1644;
    color: #fff;
    cursor: pointer;
    letter-spacing:2px;
}
.first-content .imgCase{
    /* width: 732px;
    margin: auto; */
}
.first-content .imgCase .imgLeft{
    float:left;
    /* width: 220px;
    height: 356px; */
    width: 360px;
    height: 584px;
    position: relative;
    /* perspective:1000;
    transform-style:preserve-3d; */
    margin-right: 10px;
}
.first-content .imgCase .imgLeft .show{
    position: absolute;
    /* z-index: 1; */
    /* -webkit-backface-visibility: hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden; 
    backface-visibility:hidden; */
    background: #fff;
    /* width: 220px;
    height: 356px; */
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 1s;
}
.first-content .imgCase .imgLeft .show img{
    width: 100%;
    height: 482px;
}
.first-content .imgCase .imgLeft .hide{
    padding: 5px;
    text-align: center;
    /* transform: rotateY(-180deg); */
    /* opacity: 0; */
    position: absolute;
    /* -webkit-backface-visibility: hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden; 
    backface-visibility:hidden; */
    opacity: 0;
    transition: .5s;
    background: #fff;
    /* width: 220px;
    height: 356px; */
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.first-content .imgCase .imgLeft .hide .redborder{
    padding: 40px 35px 10px;
    height: 100%;
    border: 2px solid rgba(225,22,68,.3);
    box-sizing: border-box;
    border-radius: 4px;
}
.first-content .imgCase .imgLeft .hide h3{
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 18px;
}
.first-content .imgCase .imgLeft .hide p{
    font-size: 20px;
    line-height: 53px;
    height: 420px;
    text-align: left;
    letter-spacing: 5px;
}
.first-content .imgCase .imgLeft .hide span{
    color: #FF1644;
    display: inline;
}
.first-content .imgCase .imgLeft .hide a{
    font-size: 16px;
    width: 100px;
    line-height: 40px;
    display: inline-block;
    color: #FF1644;
    text-align: center;
    border: 1px solid rgba(225,22,68,1);
    border-radius: 2px;
}
.first-content .imgCase .imgLeft .rotate{
    /* transition: .5s; */
    /* transform-style:preserve-3d; */
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    position: relative;
}
.first-content .imgCase .imgLeft:hover .rotate .show{
    opacity: 0;
}
.first-content .imgCase .imgLeft:hover .rotate .hide{
    opacity: 1;
}
.first-content .imgCase .imgLeft .show h3,.first-content .imgCase .ulRight li .show h3{
    font-size: 18px;
    line-height: 20px;
    margin-top: 25px;
    margin-bottom: 14px;
    text-align: center;
}
.first-content .imgCase .imgLeft .show h4,.first-content .imgCase .ulRight li .show h4{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: center;
}
.first-content .imgCase .imgLeft .show i{
    background: url(../images/qqiu.png) 0 0 no-repeat;
    width: 82px;
    height: 85px;
    position: absolute;
    left: 0;
    right: 0;
    top: 186px;
    margin: auto;
    background-size: 100% 100%;
}
.first-content .imgCase .ulRight{
    float:right;
    width: 830px;
}
.first-content .imgCase .ulRight li{
    float: left;
    margin: 0 10px 26px; 
    /* width: 206px; */
    /* height: 171px; */
    width: 400px;
    height: 279px;
}
.first-content .imgCase .ulRight li:nth-child(even){
    margin-right: 0;
}
.first-content .imgCase .ulRight li .show{
    position: absolute;
    /* z-index: 1; */
    width: 100%;
    height: 100%;
    /* -webkit-backface-visibility: hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden; 
    backface-visibility:hidden; */
    opacity: 1;
    transition: .5s;
    background: #fff;
}
.first-content .imgCase .ulRight li .show img{
    width: 100%;
    height: 177px;
}
.first-content .imgCase .ulRight li:first-child .show i{
    background: url(../images/ssex.png) 0 0 no-repeat;
}
.first-content .imgCase .ulRight li:nth-child(2) .show i{
    background: url(../images/renjia.png) 0 0 no-repeat;
}
.first-content .imgCase .ulRight li:nth-child(3) .show i{
    background: url(../images/scex.png) 0 0 no-repeat;
}
.first-content .imgCase .ulRight li:last-child .show i{
    background: url(../images/lwex.png) 0 0 no-repeat;
}
.first-content .imgCase .ulRight li .show i{
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    top: 66px;
    margin: auto;
    background-size: 100% 100% !important;
}
.first-content .imgCase .ulRight li .hide{
    position: absolute;
    /* transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden; 
    backface-visibility:hidden; */
    padding: 5px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    opacity: 0;
    transition: .5s;
}
.first-content .imgCase .ulRight .hide .redborder{
    border: 2px solid rgba(225,22,68,.3);
    padding: 10px 35px;
    border-radius:4px;
    height: 100%;
    box-sizing: border-box;
}
.first-content .imgCase .ulRight .hide h3{
    font-size: 20px;
    margin-bottom: 10px;
}
.first-content .imgCase .ulRight .hide p{
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 2px;
    height: 163px;
    text-align: left;
}
.first-content .imgCase .ulRight .hide span{
    color: #FF1644;
    display: inline;
}
.first-content .imgCase .ulRight .hide a{
    display: inline-block;
    color: #FF1644;
    font-size: 14px;
    width: 92px;
    line-height: 34px;
    text-align: center;
    border-radius:2px;
    border:1px solid rgba(255,22,68,1);
}
.first-content .imgCase .ulRight li .rotate{
    transition: .5s;
    /* -webkit-transform-style: preserve-3d; Safari and Chrome
    transform-style:preserve-3d; */
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
}
/* .first-content .imgCase .ulRight li:hover .rotate{
    transform: rotateY(180deg);
} */
.first-content .imgCase .ulRight li:hover .rotate .show{
    opacity: 0;
}
.first-content .imgCase .ulRight li:hover .rotate .hide{
    opacity: 1;
}
.second-content{
    /* background-color: #000; */
    position: relative;
    height:580px;
    height:774px;
    background: url(../images/bg-1.png) center repeat;
    background-size: cover;
    background-color: #4f576b;
}
.second-content .message{
    margin: auto;
    /* width: 830px; */
    color: #fff;
    /* font-size: 14px; */
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
}
.second-content .message .top{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 10px;
    text-align: center;
}
.second-content .message .little{
    text-align: center;
    margin-bottom: 62px;
    font-size: 18px;
}
.second-content .message .section .tip{
    float: left;
    padding-right: 30px;
    /* border-right: 2px solid #fff; */
    border-right: 4px solid #a9a9a9;
    border-color: rgba(255,255,255,.3);
    min-height: 480px;
}
.second-content .message .section .tip li{
    width: 67px;
    width: 120px;
    text-align: center;
    line-height: 26px;
    line-height: 40px;
    margin-bottom: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 2px;
    transition: background .2s linear;
}
.second-content .message .section .tip li:last-child{
    margin:0;
}
.second-content .message .section .tip li.tip-active{
    background-color: #F65171;
    font-weight: 700;
}
.selectStyle {
    border-bottom: 2px solid rgb(109, 111, 111);
    cursor: pointer;
}
.second-content .message .section .content{
    float:left;
    margin-left: 58px;
    width: 681px;
    width: 950px;
}
 .isshow {
    display: none;
}
.second-content .message .section .content .single{
    display: none;
    padding-top: 15px; 
}
.second-content .message .section .content .actived{
    display: block;
}
.second-content .message .section .content .single .title{
    margin-bottom: 17px;
}
.second-content .message .section .content .single .title p{
    float: left;
    padding-left: 7px;
    border-left: 4px solid #F65171;
    font-size: 20px;
    font-size: 26px;
    line-height: 21px;
}
.second-content .message .section .content .single .title .know{
    float: right;
    border: 1px solid #fff;
    padding: 3px 7px;
    /* line-height: 26px; */
    /* text-align: center; */
    font-size: 0;
    cursor: pointer;
    border-radius: 2px;
    transition: all .2s linear;
}
.second-content .message .section .content .single .title .know:hover{
    background-color: #F65171;
    border-color: #F65171;
}
/* .second-content .message .section .content .single .title .know:hover .right-icon{
    border-color: #FF1644;
} */
.second-content .message .section .content .single .title .know span{
    font-size: 14px;
    vertical-align: middle;
}
.second-content .message .section .content .single .title .know i{
    width: 5px;
    height: 5px;
    margin-bottom: 2px;
}
.second-content .message .section .content .single .text{
    line-height: 30px;
    height: 100px;
}
.second-content .message .section .content .single .icon li{
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 37px;
    margin-top: 29px;
}
.second-content .message .section .content .single .icon li img{
    width: 36px;
    height: 36px;
    width: 60px;
    height: 60px;
}
.second-content .message .section .content .single .icon li p{
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    margin-top: 14px;
}
.second-content .message .section .content .single .partner {
    border-top: 1px dashed rgba(255,255,255,.2);
}
.second-content .message .section .content .single .partner li{
    float: left;
    width: 25%;
    text-align: center;
}
.second-content .message .section .content .single .partner li img{
    height: 180px;
}
.third-content{
    padding: 100px 0;
    text-align: center
}
.third-content>h2{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
}
.third-content>h3{
    font-size: 18px;
    margin-bottom: 70px;
}
.third-content>ul li{
    float: left;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    margin-left: 25px;
    width: 383px;
    text-align: center;
}
.third-content>ul li .more{
    float: right;
    margin-top: 13px;
    margin-right: 20px;
    font-size: 0;
    cursor: pointer;
}
.third-content>ul li .more span{
    vertical-align: middle;
    font-size: 14px;
    
}
.third-content>ul li .more i{
    width: 6px;
    height: 6px;
    border-color: #666;
    vertical-align: middle;
    margin-bottom: 2px;
}
.third-content>ul li .more:hover{
    color: #2589ff;
}
.third-content>ul li .more:hover i{
    border-color: #2589ff;
}
.third-content>ul li img{
    width: 286px;
    height: 285px;
    margin-top:17px;
    margin-bottom: 63px;
}
.third-content>ul li p{
    font-size: 18px;
    margin-bottom: 20px;
}
.third-content>ul li:first-child{
    margin: 0;
}
.fourth-content{
    background-color: #F7F8FA;
    padding: 70px 0; 
}
.fourth-content .w1200>h3{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 70px;
    text-align: center;
}
.new_style {
    text-align: center;    background-color: #F7F8FA;
         padding: 71px 0 0px;
}
.new_style .text_style {
    font-size: 30px;
}
.new_style ul li:nth-child(1){
    display: inline-block;
}
.new_style ul li:nth-child(2){
    display: inline-block;
    margin-left: 10%;
}
.new_style ul li:nth-child(3){
    display: inline-block;
    float: right;
}
.fourth-content .swiper-container{
    width: 1200px;
}
.fourth-content .swiper-slide img{
    width: 100%;
    height: 176px;
}
.fourth-content .swiper-pagination{
    margin-top: 40px;
}
.fourth-content .swiper-pagination-bullet{
    background-color: #000 !important;
    margin: 0 5px;
}
.fourth-content .swiper-pagination-bullet-active{
    background-color: #FF1644 !important;
}
.fourth-content .swiper-pagination{
    position: initial;
}
.fifth-content{
    color: #fff;
    position: relative;
    cursor: pointer;
    background: url(../images/bg-2.png) center no-repeat;
    background-size: cover;
    height: 385px;
}
.fifth-content{
    width: 100%;
}
.fifth-content .section{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1200px;
}
.fifth-content .section>h3{
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 53px;
}
.fifth-content .section>ul>li{
    float: left;
    /* margin-left: 257px; */
    text-align: center;
}
.fifth-content .section>ul>li:first-child{
    width: 281px;
    margin-right: 185px;
}
.fifth-content .section>ul>li:nth-child(2){
    width: 266px;
    margin-right: 124px;
}
.fifth-content .section>ul>li:last-child{
    width: 344px;
}
.fifth-content .section>ul>li img{
    width: 92px;
    height: 92px;
    margin-bottom: 20px;
}
.fifth-content .section>ul>li p{
    line-height: 24px;
    margin-bottom: 8px;
    font-size: 18px;
}
.fifth-content .section>ul>li span{
    font-size: 14px;
    line-height: 20px;
}
/* .fifth-content .section>ul>li:first-child{
    margin: 0;
} */
.sixth-content{
    padding: 93px 0 107px; 
}
.sixth-content>h3{
    font-size: 30px;
    margin-bottom: 70px;
    text-align: center;
}
.sixth-content ul li{
    display: inline-block;
    width: 248px;
    height: 340px;
    border: 1px solid #e3e2e5;
    margin-right: -1px;
    position: relative;
    vertical-align: top;
    overflow: hidden;
}
.sixth-content ul li .init{
    text-align: center;
}
.sixth-content ul li .init img{
    height: 40px;
    margin-top: 40px;
    vertical-align: top;
}
.sixth-content ul li .init h3{
    font-size: 16px;
    margin-top: 8px;
}
.sixth-content ul li .init hr{
    border: none;
    width: 52px;
    height: 1px;
    background-color: #e3e2e5;
    margin: 22px auto;
}
.sixth-content ul li .init p{
    font-size: 14px;
    color: #9797a1;
    margin-bottom: 16px;
}
.sixth-content ul li .update{
    width: 395px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 20px;
    transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
}
.sixth-content ul li .update-hd{
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e3e2e5;
    height: 40px;
    line-height: 40px;
}
.sixth-content ul li .update-hd img{
    vertical-align: top;
    height: 40px;
    margin-right: 14px;
}
.sixth-content ul li .update h4{
    font-size: 14px;
    line-height: 27px;
    color: #9797a1;
}
.sixth-content ul li.actived{
    width: 435px;
    border: 1px solid #1d77ff;
    z-index: 1;
    box-shadow: 0 0 20px 0 rgba(34,33,53,.1);
}
.sixth-content ul li.actived .update{
    opacity: 1;
}
/* .sixth-content ul li:first-child{
    margin: 0;
} */
.seventh-content{
    background-color: #F7F8FA;
    padding: 104px 0;
}
.seventh-content ul{
    /* width: 970px;
    margin: auto; */
}
.seventh-content ul li{
    float: left;
    width: 25%;
    text-align: center;
}
.seventh-content ul li h3{
    font-size: 45px;
    color: #FF1644;
    line-height: 66px;
}
.seventh-content ul li p{
    line-height: 24px;
}
.eighth-content{
    text-align: center;
    padding: 94px 0;
}
.eighth-content h3{
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 70px;
}
.eighth-content h3 span{
    color: #FF1644;
}
.eighth-content img{
    width: 1200px;
    height: 426px;
}
.ninth-content{
    background-color: #F7F8FA;
    padding: 71px 0 105px;
}
.ninth-content .autoBox{
    width: 1200px;
    margin: auto;
    background-color: #F7F8FA;
}
.ninth-content .autoBox>h3{
    font-size: 30px;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}
.ninth-content .autoBox>h3 p.more{
    float: right;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ninth-content .autoBox>h3 p.more span{
    vertical-align: middle;
    font-size: 14px;
}
.ninth-content .autoBox>h3 p.more i{
    width: 6px;
    height: 6px;
    border-color: #595961;
    margin-bottom: 2px;
    /* vertical-align: middle; */
}
.ninth-content .autoBox>h3 p.more:hover{
    color: #2589ff;
}
.ninth-content .autoBox>h3 p.more:hover i{
    border-color: #2589ff;
}
.ninth-content .autoBox .news .news-list li{
    width: 366px;
    float: left;
    margin-left: 51px;
    cursor: pointer;
    transition: all .3s linear;
}
.ninth-content .autoBox .news .news-list li:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
}
.ninth-content .autoBox .news .news-list li:first-child{
    margin-left: 0;
}
.ninth-content .autoBox .news .news-list li>div{
    height: 350px;
}
.ninth-content .autoBox .news .news-list li>div>img{
    width: 100%;
    height: 220px;
    margin-bottom: 21px;
}
.ninth-content .autoBox .news .news-list li>div>h3,.ninth-content .autoBox .news .news-list li>div>p{
    padding: 0 18px;
}
.ninth-content .autoBox .news .news-list li>div>h3{
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 16px;
}
.ninth-content .autoBox .news .news-list li>div>p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}