body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    min-width: 1400px;
    font-family:" Helvetica Neue",Helvetica,Arial,"Roboto","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei","Source Han Sans CN",sans-serif ;
}
img {
    border: none !important;
}
.ellipse2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* ::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(137, 138, 138, 0.1);
    background: #57575767;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(137, 138, 138, 0.1);
    border-radius: 10px;
    background: #ededed;
} */

div {
    box-sizing: border-box;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner {
    display: block;

    width: 100%;
    position: relative;
}


.banner  button {
    position: absolute;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    width: 340px;
    height:60px;
    background-image: linear-gradient(to right bottom, #0866ff, #27b8ff);
    border-radius: 30px;
    border: 2px solid #5b7dff;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    width: 583px;
    height: 178px;
    background-color: transparent;
    background-image: url('../img/btn-2.png');
    background-size: 100% 100%;
    border: none;
}
.banner  button:hover{
    /* box-shadow: 0px 0px 10px 2px #5bfaff; */
    background-image: url('../img/btnon-2.png');
}




.banner img {
    width: 100%;
    display: block;
}

.section {
    width: 100%;
}

.section .center {
    width: 1400px;
    margin: 0 auto;
}

.section .center .font {
    width: 295px;
    margin-left: 38px;
}

.section.jj{
    padding: 70px 0px 140px 0;
    background-color: #121110;
    position: relative;
    background-image: url('../img/bg1.png');
    background-size: contain;
}

.section.jj .content {
    width: 100%;
    padding: 0 98px;
}

.section.jj .content .txt {
    margin-top: 77px;
}

.section.jj .content .txt p {
    color: #ffffff;
    font-size: 21px;
    line-height: 1.7;
}

.section.jj .content .txt p span {
    color: rgb(63, 169, 245);
}

.section.jj .content .menu {
    display: flex;
    padding: 0 90px;
    justify-content: space-between;
    margin-top: 62px;
}

.section.jj .content .menu .item {
    width: 270px;
    height: 330px;
    border: 2px solid #fff;
    border-radius: 2px;
    background-image: linear-gradient(to right bottom, #0866ff, #27b8ff);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-shadow:2px 3px 1px #1376dc;
}
.section.jj .content .menu .item  img{
   height: 104px;
    margin-bottom: 33px;
}
.section.jj .content .menu .item p {
    font-size: 32px;
    color: rgb(255, 255, 255);
    line-height: 1.33;
    text-align: center;
    margin-bottom: 8px;
    
}
.section.jj .content .menu .item h3{
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.section.lc {
    padding: 80px 0px;
    padding-bottom: 180px;
    background-color: #121110;
}

.section.lc .content .menu {
    width: 1010px;
    height: 180px;
    margin: 0 auto;
    margin-top: 95px;
    background-image: linear-gradient(to right bottom, #0866ff, #27b8ff);
    border: 2px solid #fff;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
}

.section.lc .content .menu .item {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.section.lc .content .menu span{
    font-size: 28px;
    color: #fff;
}
.section.lc .content .menu .item img{
    width: 88px;
    margin-bottom: 12px;
}
.section.lc .content .menu .item p {
    font-size: 28px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.964;
}
.section.lc .content .timeLine {
    width: 100%;


    padding-top: 100px;
}

.section.lc .content .timeLine .line {

    width: 100%;
    height: 14px;
    background-color: #dcdcdc;
    border-radius: 7px;
    position: relative;
}

.section.lc .content .timeLine .line .item {
    position: absolute;
    top: 0px;
    transform: translate(-50%,-28%);
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.lc .content .timeLine .line .item p {
    font-size: 28px;
    padding-bottom: 30px;
    color: rgb(63, 169, 245);
    position: relative;

}

.section.lc .content .timeLine .line .item p::before {
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    border-right: 2px dashed #a6a6a6;
    position: absolute;
    left: 50%;
    bottom: 4px;
    transform: translateX(-50%);
}

.section.lc .content .timeLine .line .item .point {
  
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #3fa9f5;
    border: 4px solid #fff;
    flex-shrink: 0;
}

.section.lc .content .timeLine .line .item h3 {
    font-size: 32px;
    padding-top: 100px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: relative;
    white-space: nowrap;
    text-align: center;


}

.section.lc .content .timeLine .line .item h3 span {
    font-size: 20px;
    font-weight: 400;
}

.section.lc .content .timeLine .line .item h3::after {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    border-right: 2px solid #cccccc;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.section.lc .content .timeLine .line .item:nth-child(1) {
    left: 8%;
}

.section.lc .content .timeLine .line .item:nth-child(2) {
    left: 24.9%;
}

.section.lc .content .timeLine .line .item:nth-child(3) {
    left: 41.65%;
}

.section.lc .content .timeLine .line .item:nth-child(4) {
    left: 58.31%;
}

.section.lc .content .timeLine .line .item:nth-child(5) {
    left: 75%;
}

.section.lc .content .timeLine .line .item:nth-child(6) {
    left: 92%;
}

.section.lc .content .timeLine .line .item.on .point::after {
    content: '';
    display: block;
    width: 140px;
    height: 14px;
    background-color: #3fa9f5;
    position: absolute;
    top: 85px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 7px;
}

.section.lc .content .timeLine .timeOver {
    width: 84%;
    margin: 0 auto;
    height: 100px;
    background-image: linear-gradient(to bottom, #16181b, #272c33);
}

.section.lc .content .timeLine .timeOver h3 {
    text-align: center;
    font-size: 32px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 100px;
    letter-spacing: 1px;
}

.section.rk {
    padding: 80px 0px;
    padding-bottom: 100px;
    background-color: #121110;
}

.section.rk .content {
    padding: 0 146px;
}

.section.rk .content>p {
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    text-align: center;
    margin-top: 45px;
}
.section.rk .content>p a{
    color: #3fa9f5;
    position: relative;
    font-weight: bold;

}
.section.rk .content>p a::before{
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #3890cd;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.section.rk .flx {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.section.rk .flx .item {
    width: 330px;
    height: 460px;
    border: 2px solid #353534;
    color: #fff;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 50px;
}

.section.rk .flx .item img {
    width: 128px;
    margin-bottom: 16px;
}

.section.rk .flx .item h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.section.rk .flx .item h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}

.section.rk .flx .item p {
    font-size: 14px;
    
    line-height: 1.4;
}

.section.rk .flx .item  span {
    width: 100%;
    text-align: left;
    color: #3890cd;
    display: block;
    text-decoration: underline;
    margin-top: 8px;
    cursor: pointer;

}

.section.rk .flx .item .btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    width: 251px;
    height: 75px;
    background-color: transparent;
    /* background-image: linear-gradient(to right bottom, #0866ff, #27b8ff); */
    background-image: url('../img/btn.png');
    background-size: 100% 100%;
    /* border-radius: 25px; */
    /* border: 2px solid #fff; */
    border: none;
    /* box-shadow: 2px 2px 1px #14f1ff; */
    font-size: 26px;
    color: #fff;
    cursor: pointer;
}
.section.rk .flx .item .btn:hover{
    background-image: url('../img/btnon.png');
}

.section.rk .flx .item.on {
    background-color: #478bec;
    border: 2px solid #fff;
}

.section.rk .flx .item.on h3 {
    text-shadow: 2px 3px 1px #366cc3;
}

.section.rk .flx .item.on h4 {
    font-weight: bold;
    text-shadow: 2px 2px 1px #366cc3;
    color: #ffdc81;
}

.section.rk .flx .item.on p span {
    color: #ffdc81;
}

.section.gz{
    background-color: #222a33;
    padding: 90px 0px;
    padding-bottom: 110px;
    
}
.section.gz .content{
    margin: 0 auto;
    width: 1200px;
    border: 2px solid #525252;
    background-color: #1e2227;
    padding: 22px;
    margin-top: 40px;
}
.section.gz .content h4{
    font-size: 20px;
    color: #388fcf;
    margin-bottom: 14px;
    font-weight: 400;
}
.section.gz .content ul.marbot{
    margin-bottom: 60px;
}
.section.gz .content ul li{
    font-size: 20px;
   color: #fff;
   margin: 13px 0;
   letter-spacing: .8px;
}
.section.gz .content ul li a{
    color: #388fcf;
    position: relative;
}
.section.gz .content ul li a::after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #388fcf;
    position: absolute;
    left: 0;
    bottom: -6px;
}
.section.jx {
     
    background-color: #121110;
    padding: 90px 0px;
}

.section.jx .content {
    width: 1200px;
    margin: 0 auto;
}
.section.jx .content .sec{
    padding: 28px 0px 045px 0px;
}
.section.jx .content .title{
    display: flex;
    padding: 0 50px;
}
.section.jx .content .title h3{
    font-size: 32px;
    color: #fff;
    white-space: nowrap;
}
.section.jx .content .title img{
    flex: 2;
}
.section.jx .content .zh{
    margin-top: 60px;
    border: 2px solid #3fa9f5;
    border-radius: 2px;
}
.section.jx .content .zh .flx{
    margin-top: 50px;
    display: flex;
    padding: 0 50px;
    justify-content: space-between;
}
.section.jx .content .zh .flx .item{
    width: 338px;
    height: 243px;
    background-image: url('../img/bg2.png');
    background-size: 100% 100%;
    padding: 150px 28px 0 28px;
    box-sizing: border-box;
    position: relative;
}
.section.jx .content .zh .flx .item h4{
    font-size: 32px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 4px;
    font-weight: 400;
}
.section.jx .content .zh .flx .item p{
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}
.section.jx .content .zh .flx .item img{
    position: absolute;
    width: 180px;
    right: 0;
    top: -35px;
}
.section.jx .content .dx {
    margin-top: 20px;
    border: 2px solid #3fa9f5;
    background-color: #222a33;
}

.section.jx .content .dx .flx {
    display: flex;
    margin-top: 44px;
    justify-content: center;
    align-items: center;
}

.section.jx .content .dx .flx .item {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section.jx .content .dx .flx .item img {
    width: 105px;
    margin-bottom: 10px;
}

.section.jx .content .dx .flx .item p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}
.section.jx .content .dx .flx .line{
    width: 2px;
    height: 200px;
    background-color: #3c4758;
    margin: 0 76px;
}
.section.bz {
    padding: 100px 0px;
    background-color: #222a33;
    background-image: url('../img/bg3.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;

}
.section.bz .content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}
.section.bz .content .flx{
    display: flex;
    justify-content: space-between;
}
.section.bz .content .flx .item{
    width: 360px;
    height: 430px;
    background-image: linear-gradient(to  bottom,#27b8ff,#0866ff);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 2px;
}
.section.bz .content .flx .item img{
    height: 133px;
    margin-bottom: 12px;
}
.section.bz .content .flx .item span{
    color: #fff;
    transform: rotate(90deg);
    font-size: 18px;
}
.section.bz .content .flx .item h3{
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #b0d5ff;
}
.section.bz .content .flx .item p{
    color: #fff;
    font-size: 22px;
    text-align: center;
}
.section.zn {
    padding: 120px 0px;
    padding-bottom: 120px;
    background-color: #121110;

}
.section.zn .content{
    width: 1200px;
    margin: 0 auto;
    background-color: #1e1d1d;
    border: 2px solid #525252;
    border-radius: 2px;
    padding: 42px 38px 42px 24px;
    margin-top: 60px;
    
}
.section.zn .content ul li{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 22px;
}
.section.zn .content ul li:last-child{
    margin-bottom: 0;
}
.section.zn .content ul li::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    margin-right: 15px;
    
    border: 2px solid #fff;
    transform: rotate(20deg) translateY(10%);
}
.section.zn .content ul li a{
    color: #3889c4;
}

.section.pw {
    padding: 70px 0px;
    background-color: #121110;
}
.section.pw .content{
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}
.section.pw .content .item{
    width: 14%;
    min-height: 409px;
    border-radius: 2px;
    padding: 24px 12px;
    padding-bottom: 15px;
    padding-right: 8px;
    box-sizing: border-box;
    background-size: 100% 100%;
    padding-top: 275px;

}
.section.pw .content .item .portrait{
    width: calc(100% - 18px);
    margin-left: auto;
    display: block;
}
.section.pw .content .item h3{
    color: #fff;
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 5px;
    white-space: nowrap;

}
.section.pw .content .item p{
    color: #fff;
    font-size: 14px;
    min-height: 50px;
}
.section.pw .content .item span{
    color: #fff;
    font-size: 18px;

}

.section.wq {
    padding: 100px 0px;
    height: 600px;
    background-color: #121110;
}

.section.wq .content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
}

.section.wq .content .ban {
    width: 1200px;
    margin: 0 auto;

}

.section.wq .content .ban .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 390px;
}

.section.wq .content .ban .item .imgbox {
    width: 49.5%;
    height: 100%;

}

.section.wq .content .ban .item .imgbox img {
    width: 100%;
    height: 100%;
   
}

.section.wq .content .ban .item  .slick-slider .slick-list, 
.section.wq .content .ban .item  .slick-slider .slick-track{
    height: 100%;
}

.section.wq .content .ban .item .min {
    width: 49.5%;
    display: flex;

    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    overflow: hidden;
    align-content: space-between;
}

.section.wq .content .ban .item .min img {
    width: 49%;
    height: 49%;

    flex-shrink: 0;
    display: none;
}
.section.wq .content .ban .item .min img.show{
    display: block;
}
.section.wq .content .ban .item .min img.show0{
    order: -4;
}
.section.wq .content .ban .item .min img.show1{
    order: -3;
}
.section.wq .content .ban .item .min img.show2{
    order: -2;
}
.section.wq .content .ban .item .min img.show3{
    order: -1;
}
.section.wq .content .prev{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.section.wq .content .next{
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #ffffff;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.section.wq .content .prev::after,
.section.wq .content .next::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%,-50%) rotate(-45deg);
}
.section.wq .content .next::after{
    transform: translate(-70%,-50%) rotate(135deg);
}
.section.wq .content .prev:hover,
.section.wq .content .next:hover{
    border: 2px solid #3fa9f5;
    cursor: pointer;
}
.section.wq .content .prev:hover:after,
.section.wq .content .next:hover:after{
    border-top: 1px solid #3fa9f5;
    border-left: 1px solid #3fa9f5;
}

.section.hz {
    padding: 70px 0px;
    padding-top: 220px;
    background-color: #121110;
}
.section.hz .content{
    width: 1200px;
    margin: 0 auto;

    
}
.section.hz .content h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 52px;
}
.section.hz .content .flx{
    display: flex;
    flex-wrap: wrap;
    
    position: relative;
    padding-bottom: 10px;
}
.section.hz .content .flx .item{
    width: 20%;
    height: 102px;
    padding:8px 4px;
    box-sizing: border-box;
    background-color: #171616;
    border: 1px solid #3535346c;

   
}
/* .section.hz .content .flx .line{
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,transparent,#ffffff11,#ffffff,#ffffff23,transparent);
} */
.section.hz .content .flx .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* .section.hz .content .flx .item:nth-child(1):before,
.section.hz .content .flx .item:nth-child(2):before,
.section.hz .content .flx .item:nth-child(3):before,
.section.hz .content .flx .item:nth-child(4):before{
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    background: linear-gradient(transparent,#ffffff11,#ffffff,#ffffff23,transparent);
    top: 0;
} */
/* .section.hz .content .flx .item:nth-child(1):before{
    left: 20%;
}
.section.hz .content .flx .item:nth-child(2):before{
    left: 40%;
}
.section.hz .content .flx .item:nth-child(3):before{
    left: 60%;
}
.section.hz .content .flx .item:nth-child(4):before{
    left: 80%;
} */

.section.hz .content .flx .item:last-child:before{
    display: none;
}



.section.foot{
    padding: 20px 0px;
    background-color: #272522;
    color: #c7c7c5;
   
}
.section.foot a{
    color: #c7c7c5;

}
.section.foot .content{

    margin: 0 auto;
    width: 1000px;
    display: flex; 
    
   
}
.section.foot .logo{
    height: 68px;
    margin-right: 50px;
}

.section.foot .info{
    font-size: 14px;
    width: 750px;
}
.section.foot .info ul{
    display: flex;
}
.section.foot .info ul li{
    padding: 0 26px;
    border-right: 1px solid #c7c7c5;
}
.section.foot .info ul li:nth-child(1){
    padding-left: 0;
}
.section.foot .info p{
    margin-top: 16px;
    font-size: 14px;
}

.mask {
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(1, 1, 1, 0.77);
    display: none;
}

.popup {
    position: fixed !important;
    z-index: 101;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 49.2%;
   
    height: 1000px;
    max-height: 90%;
    display: none;
}

.qhdx-content {
    width: 100%;
    height: 100%;
    border-bottom: 5px solid #43a1f8;
    border: 1px solid #43a1f8;
    position: relative;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    /* overflow-y: auto; */
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0;
    font-size: 16px;
    color: #fff;

}



.qhdx-content .qc-head {
    /* vertical-align: bottom; */
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.qc-head .qch-logo {
    display: inline-block;
    margin-right: 10px;
    width: 107px;
}
.qc-head .qch-logo img{
    width: 100%;
}

.qc-head .qch-title {
    font-family: "TencentSans-W7";
    vertical-align: middle;
    display: inline-block;
}

.qc-head .qch-title p {
    color: #fff;
    font-size: 24px;
}

.qc-head .qch-title span {
    color: #42AEF9;
    font-size: 32px;
}

.qhdx-content .qc-main {
    padding-left: 120px;
    padding-right: 40px;
    line-height: 28px;
    padding:50px !important;
    height: 85%;
    box-sizing: border-box;
}
.qcsrollbar{
    width: 100%;
    height: calc(100% - 50px);
    overflow-y: auto;
    box-sizing: border-box;
    padding: 50px;
}

.qhdx-content .qc-main1 {
    height: calc(100% - 50px);
    overflow-y: auto;
}
.qhdx-content .qc-main::-webkit-scrollbar,
.qcsrollbar::-webkit-scrollbar {
    width:3px;
    height:3px;
    border-radius: 3px;
    background-color:#F5F5F5;
}

.qhdx-content .qc-main::-webkit-scrollbar-thumb,
.qcsrollbar::-webkit-scrollbar-thumb {
    border-radius:3px;
    -webkit-box-shadow:inset 0 0 1px rgba(0,0,0,.3);
    background-color:#3683C9;
}

.qhdx-content .qc-main::-webkit-scrollbar-track,
.qcsrollbar::-webkit-scrollbar-track {
    border-radius: 0;
    background: transparent;

}

.qc-main .qcm-title1 {
    font-size: 18px;
    font-weight: bold;
    color: #41ACFA;
    margin-top: 30px;
}

.qc-main .qcm-content1 {
    text-align: justify;
}
.qc-main .qcm-content1 a{
    color: #fff;
}
.qc-main li.qcm-content1{
    list-style: none;
    display: flex;
    align-items: center;
}
.qc-main li.qcm-content1::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 6px;
}

.qc-main .qcm-title2 {
    color: #3990D3;
    margin-top: 26px;
}

.qc-main .qcm-content2 {
    text-indent: 1em;
    text-align: justify;
    line-height: 1.9;
}

.qc-main .qcm-title-mgt0 {
    margin-top: 0;
}

.qc-main .qcm-content1 span {
    font-weight: bold;
    color: #43a1f8;
}

.qc-main .qcm-bmbtn {
    display: block;
    width: 255px;
    height: 70px;
    background: url(../img/btn.png) no-repeat;
    background-size: 100%;
    margin: 70px 0 0 -25px;
}
.qc-main .qcm-bmbtn:hover{
    background: url(../img/btnon.png) no-repeat;
}

.close-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    right: 20px;
    background: url(../img/close.png) no-repeat;
    background-size: 100%;
}