﻿#home{
    color: #e64340;
}
.bander{
    position: relative;
}
.bander>img{
    width: 100%;
}
.banner-content{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    color: #fff;
    margin-top: -162px;
}
.banner-content>h3{
    font-size: 64px;
    font-weight: 500;
}
.banner-content>h5{
    font-size: 20px;
    font-weight: 500;
    margin: 40px 0 50px 0;
}
.banner-content>p{
    font-size: 14px;
    margin-bottom: 60px;
}

.cm-section>div{
    padding: 90px 0;
}
.cm-section>div>div{
    width: 1260px;
    margin: 0 auto;
    overflow: hidden;
}
.cm-section>div:nth-child(n){
    background-color: #fff;
}
.cm-section>div:nth-child(2n){
    background-color: #F9FBFF;
}
.one-content>div{
    float: left;
    width: 420px;
    text-align: center;
}
.one-content>div>img{
    width: 62px;
}
.one-content>div>p{

    margin: 30px 0 10px 0;
}
.one-content>div>p>a{
    font-size: 70px;
    color: #00d664;
    transition: all 0.1s;
    -moz-transition: all 0.1s; /* Firefox 4 */
    -webkit-transition: all 0.1s; /* Safari 和 Chrome */
    -o-transition: all 0.1s; /* Opera */
}
.one-content>div>p>a:hover{
    /*transform: scale(1.1);*/
    font-size: 80px;
}
.one-content>div>span{
    font-size: 16px;
    color: #A0A9B7;
}
.cm-common-title{
    margin-bottom: 50px;
    text-align: center;
}
.cm-common-title>h3{
    color: #3A3A3A;
    font-size: 38px;
}
.cm-common-title>p{
    color: #A0A9B7;
    font-size: 15px;
    width: 925px;
    margin: 25px auto 0 auto;
}

.two-content-list{
    padding: 2px;
    overflow: hidden;
}
.two-content-list>div{
    float: left;
    width: 300px;
    box-shadow: #eee 0px 0px 5px 1px;
    -webkit-box-shadow: #eee 0px 0px 5px 1px;
    -moz-box-shadow: #eee 0px 0px 5px 1px;
}
.two-content-list>div:nth-child(2){
    margin: 0 18px;
}
.two-content-list>div:nth-child(3){
    margin-right: 18px;
}
.two-content-list>div>div{
    width: 300px;
    height: 208px;
    overflow: hidden;
}
.two-content-list>div img{
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.two-content-list>div img:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.two-content-list>div>h5{
    font-size: 22px;
    color: #363636;
    margin: 17px 0 8px 0;
    padding-left: 18px;
}
.two-content-list>div>p{
     font-size: 14px;
     color: #A0A9B7;
     margin-bottom: 26px;
     padding-left: 18px;
 }

.three-content-btn{
    text-align: center;
    margin-bottom: 85px;
}
.three-content-img>div{
    overflow: hidden;
    color: #fff;
}
.three-content-img>div>div{
    float: left;
    height: 346px;
    text-align: center;
    overflow: hidden;
    position: relative;

}
.three-content-img>div>div>div{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.three-content-img>div>div img{
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}
.three-content-img>div>div:hover .three-hover-img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.three-content-img>div>div h5{
    font-size: 28px;
    margin: 116px 0 20px 0;
}
.three-content-img>div>div p{
    font-size: 16px;
}
.three-content-img-first>div{
    width: 620px;
    margin-bottom: 20px;
}
.three-content-img-last>div{
    width: 406px;
}
.three-content-img-first>div:first-of-type{
    margin-right: 20px;
}
.three-content-img-last>div:nth-of-type(2){
    margin: 0 20px;
}

.four-content-list{
    padding: 2px;
    overflow: hidden;
}
.four-content-list>div{
    width: 406px;
    height: 346px;
    float: left;
    background-color: #fff;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    box-shadow: #eee 0px 0px 5px 1px;
    -webkit-box-shadow: #eee 0px 0px 5px 1px;
    -moz-box-shadow: #eee 0px 0px 5px 1px;
    position: relative;
    overflow: hidden;
}
.four-content-list>div>div{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.four-content-list>div>img{
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s;
}

.four-content-list>div:hover .four-hover-img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.four-content-list>div:nth-of-type(2){
    margin: 0 19px;
}
.four-content-list>div>div>h5{
    margin-top: 160px;
    font-size: 22px;
}
.four-content-list>div>div>p{
    font-size: 14px;
}

.five-content>div{
    overflow: hidden;
    height: 680px;
}
.five-content>div>div{
    float: left;
}
.five-content>div>div:first-of-type{
    margin-right: 90px;
}
.five-content .zhong{
    margin: 20px 0;
}
.five-common-item{
    width: 360px;
}
.five-common-item>h5{
    font-size: 28px;
    color: #3A3A3A;
    margin-top: 120px;
    margin-bottom: 40px;
    position: relative;
}
.qian>.five-common-item>h5>span:after,.hou>.five-common-item>h5>span:after{
    content: '';
    display: inline-block;
    width: 38px;
    height: 4px;
    background-color: #e64340;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.zhong>.five-common-item>h5>span:after{
    content: '';
    display: inline-block;
    width: 38px;
    height: 4px;
    background-color: #e64340;
    position: absolute;
    bottom: -10px;
    right: 0;
}
.five-common-item>div{
    overflow: hidden;
}
.five-common-item>div>div{
    width: 80px;
    text-align: center;
    font-size: 16px;
    color: #A0A9B7;
    float: left;
    margin-bottom: 40px;
}
.five-common-item>div>div i{
    font-size: 32px;
}
.five-common-item>div>div a{
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #F4F8FF;
    color: #A0A9B7;
}
.five-common-item>div>div a:hover{
    background-color: #e64340;
    color: #fff;
}
.five-common-item>div>div>p{
    margin-top: 3px;
}
.qian>.five-common-item>div>div,.hou>.five-common-item>div>div{
    margin-right:40px;
}
.zhong>.five-common-item>div>div{
    margin-left: 40px;
}
.zhong>.five-common-item>h5 {
    text-align: right;
}
.seven-content-list{
    overflow: hidden;
    color: #fff;
    text-align: center;
}
.six-content-list{
    text-align: center;
}
.seven-content-list>div{
    height: 460px;
    float: left;
}
.seven-content-list>div:first-of-type{
    width: 620px;
     /*background: url("https://img.qdj8.cn/home_img_diqu01.jpg");*/
}
.seven-content-list>div:first-of-type h5{
    font-size: 36px;
    margin: 180px 0 20px 0;
}
.seven-content-list>div:first-of-type p{
    font-size: 26px;
}
.seven-content-list-right{
    overflow: hidden;
    width: 640px;
}
.seven-content-list-right>div{
    float: left;
    width: 300px;
    height: 140px;
    margin: 0 0 20px 20px;
}
.seven-content-list-right>div>h5{
    font-size: 24px;
    margin: 48px 0 6px 0;
}
.seven-content-list-right>div>p{
    font-size: 14px;
}
.seven-content-list-right>div{
    /*background: url("https://img.qdj8.cn/home_img_diqu02.jpg");*/
}
.eight-content-list{
    overflow: hidden;
}
.eight-content-list>div{
    float: left;
    width:300px;
    height:500px;
    position: relative;
    margin-right: 20px;
}
.eight-content-list>div>img{
    width: 100%;
    height: 100%;
}
.eight-content-list>div>a{
    font-size: 16px;
    color: #fff;
    position: absolute;
    padding: 20px;
    top: 380px;
    left: 0;
}
.eight-content-list>div:last-of-type{
    margin-right: 0;
}

.service-content{
    width: 1260px;
    margin: 70px auto;
}

.service-content>img{
    width:100%;
}

.night-content>div{
    float: left;
    margin-right: 20px;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 50px 30px;
    width: 300px;
    box-sizing: border-box;
}
.night-content>div>h3{
    font-size: 36px;
    color: #3A3A3A;
    margin-bottom: 30px;
}
.night-content>div>.description{
    position: relative;
}
.night-content>div>.description>p{
    text-align: left;
    font-size: 14px;
    color: #A0A9B7;
    height: 150px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}
.night-content>div>.description:hover .des-hover{
    display: block;
}
.des-hover{
    display: none;
    position: absolute;
    top: -155px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 10px;
    min-height: 153px;
    text-align: left;
    box-sizing: border-box;
}
.night-content>div>a{
    font-size: 18px;
    color: #fff;
    background-color: #00D664;
    padding: 0 35px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 30px;

}
.night-content>div>.mtitle{
    font-size: 30px;
    color: #FFA800;
    height: 40px;
}
.night-content>div>.mtitle>span{
    font-size: 12px;
}
.night-content>div:first-of-type>.mtitle{
    color: #FFA800;
}
.night-content>div:last-of-type{
    margin-right: 0;
}



