@charset "utf-8";
html{
    font-family: '微软雅黑';
}
*{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
a:hover,
a:active,
a:link{
    color: inherit;
    text-decoration: none;
}
ol,ul{
    margin: 0;
    padding: 0;
}
.ul-li ul, .ul-li li{
    list-style-type:none ;
    overflow: hidden;
}
.ul-li li{

    float: left;

}
ul{
    margin: 0 auto;

}
.banner{
    position: relative;
    width: 100%;
    text-align: center;
}
.banner img{
    width: 100%;
    display: block;
}
.banner a{
    position: absolute;
    color: #011121;
    font-size: 24px;
    bottom: 20.6%;
    height: 73px;
    width: 14.5%;
    margin-left: -7%;
    border-radius: 29px;
    line-height: 73px;
    left: 50%;
}
.main-box{
    width: 100%;
    padding: 4% 13.4%;
    color: #fefefe;
}
.main-box-last{
    padding-bottom: 0;
}
.main-box:last-child .container-box,
.main-box:last-child .container-box .box-left{
    border: none;
}
.main-box:nth-child(2n){
    background: #053134;
}
.main-box:nth-child(2n+1){
    background: #061a23;
}
.box-container{
    text-align: center;
}
.box-title i{
    display: inline-block;
    width:50px;
    height: 50px;
    background: url("../images/dots.png") center no-repeat;
    background-size: contain;
    vertical-align: middle;

}
.box-title i:last-child{
    transform:rotateY(180deg);
}
.box-title{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}
.box-list{
    text-align: center;

}
.box-container>img{
    display: block;
    width: 100%;
}

.box-list .img img{
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    max-width: 100%;
    overflow: hidden;


}
.box-list li a{
    overflow: hidden;
}
.box-list li a:hover img{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -weblit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.box-list li p{
    font-size: 22px;
    font-weight: normal;
}
.main-box01 .box-list p{
    font-weight: lighter;

}
.box-list p{
    margin-top: 7%;
}
.box-title span{
    margin: 0 15px;
}
.container{
    padding: 0;
    margin: 0;
}
.main-box li{
    text-align: center;
    font-weight: lighter;

}
.main-box .box-list li{
    display: table;
}
.main-box .box-list li a{
    display: table-cell;
    vertical-align: middle;
}
.main-box01 li{
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    width: 23.5%;
    min-height: 270px;
    margin-right: 2%;
    /*background-clip:padding-box,border-box;*/
    /*background-origin:padding-box,border-box;*/
    /*background-image:linear-gradient(90deg,#061a23,#061a23),linear-gradient(90deg,#01ffc1,#00bbf8);*/
    /*filterrogidXImageTransform.Microsoft.Shadow*/
    /*(Color=#333333,Direction=120,strength=5);*/
    -webkit-background:url(../images/border.png) center no-repeat; /* Safari 5 */
    -o-background:url(../images/border.png) center no-repeat; /* Opera */
    background:url(../images/border.png) center no-repeat;
    background-size:100% 100%;
}
.main-box01 li:last-child{
    margin-right: 0;
}
.main-box01 li div.img{
    width: 100%;
   overflow: hidden;

}
.main-box01 li div.img img{
    width: 60%;
}
.container-box{
    border-color: transparent;
    border-style: solid;
    border-width:1px;
    display: table;
    width: 100%;


}
.main-box02 .container-box{
    /*background-clip:padding-box,border-box;*/
    /*background-origin:padding-box,border-box;*/
    /*background-image:linear-gradient(90deg,#053134,#053134),linear-gradient(90deg,#01ffc1,#00bbf8);*/


}
.main-box02 .container-box:first-child{
    margin-bottom: 30px;
}
.container-box .box-left{
    border-color: #01ffc1;
    border-style: solid;
    border-width:0 1px 0 0;
    display: table-cell;
    vertical-align: middle;
    width: 30%;
    padding: 7% 0;
    text-align: center;
    font-size: 22px;
}
.main-box:last-child .box-left{
    width: 50%;
    text-align: left;
    padding-left: 3%;
    font-size: 28px;
}
.main-box:last-child .box-left p:last-child {
    margin-top: 2%;
}
.main-box .box-left span{
    font-weight: lighter;
    display: block;
    margin-top: -5px;
}
.main-box02 .box-left span{
    margin-top: 1.5%;
}
.main-box:last-child .img{
    text-align: center;
    position: relative;
}
.main-box:last-child .img img:last-child {
    position: absolute;
    top: 102px;
    left: 15.3%;
    z-index: 1;
    border: 1px solid #fff;
}
.container-box ul{
    display: table-cell;
    vertical-align: middle;

    padding: 3% 5%;
    font-size: 16px;

}
.container-box ul li{
    text-align: left;
    /*list-style-position:inside;*/
}

.core li{
    width: 31.8%;
    margin-right: 2.3%;
    height: 257px;
    background: -webkit-linear-gradient(left, #053134 , #062c39); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #053134, #062c39); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #053134, #062c39); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #053134 , #062c39); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#053134,endcolorstr=#062c39,gradientType=1)
}
.core li:last-child{
    margin-right: 0;
}
.btn-buy{
   display: inline-block;
    padding: 1% 8%;
    margin-top:4% ;
    background: -webkit-linear-gradient(left, #01ffc1 , #00bbf8); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #01ffc1, #00bbf8); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #01ffc1, #00bbf8); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #01ffc1 , #00bbf8); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#01ffc1,endcolorstr=#00bbf8,gradientType=1);
    color: #031927;
    font-size: 34px;
}
.btn-buy:hover{
    color: #031927;
}
.specify{
    background: -webkit-linear-gradient(left, #053134 , #062c39); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #053134, #062c39); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #053134, #062c39); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #053134 , #062c39); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#053134,endcolorstr=#062c39,gradientType=1);
    text-align: center;
    padding-top: 1%;


}
.padd{
    padding: 2% 0;
}
.specify p,
.specify li{
    text-align: left;
}
.specify p{
    font-size: 22px;
    margin-bottom: 1%;
}
.specify li span{
    color: #c8153d;
}
.specify .btn-buy{
    padding: 1% 3%;
    font-size: 24px;
}
.specify ol{
    list-style-position:inside;
    font-weight: lighter;
    font-size: 16px;

}
.main ul,.main ol{
    line-height: 1.5;
}
@media only screen and (max-width: 1538px){
    .banner a{
        height: 58px!important;
        line-height: 58px!important;
    }
}
@media only screen and (max-width: 1920px){
    .main-box:last-child .img img:last-child{
        left: 22.4%;
    }
}
/*@media only screen and (max-width: 1280px){*/
    /*.main-box01 li{*/
        /*height: 348px;*/
    /*}*/

/*}*/
