
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}

/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;line-height: 1.5;font-family:'SourceHanSansCN-Regular',"微软雅黑","Microsoft Yahei";padding-top: 90px;}
a{color: #333;}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #333;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 1200px;margin: 0 auto;}
.wp2{width: 1320px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{position: absolute;top: 0;left: 0;right: 0;z-index: 109;
    background-color: rgba(0,0,0,.24);
}
.logo{float: left;font-size: 0;line-height: 90px;}
.logo img{display: inline-block;vertical-align: middle;height: 52px;}
.hdr{float: right;}
.nav{float: left;}
.nav li{float: left;}
.nav li .v1{font-size: 16px;display: block;line-height: 90px;position: relative;
    padding: 0 20px;
}
.nav li .v1:after{content: '';position: absolute;left: 50%;right: 50%;bottom: 20px;
    height: 2px;background-color: #666;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
.nav li.on .v1:after,.nav li:hover .v1:after{left: 0;right: 0;}
.login{float: right;border: 1px solid #000;width: 150px;height: 50px;border-radius: 25px;
    text-align: center;line-height: 48px;font-size: 14px;color: #000;margin-top: 20px;margin-left: 30px;
}
.index .login a{color: #fff;}
.index .login{border: 1px solid #fff;color: #fff;}

/*******************************
  -------[=banner]-------
*******************************/
.banner .slick-slide .con{display: block;height: 840px;outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .txt{position: absolute;top: 50%;left: 0;right: 0;text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner .txt h2{font-size: 72px;color: #fff;margin-bottom: 10px;
    text-shadow: 0px 5px 4px rgba(0,0,0,0.41);
}
.banner .txt .desc{font-size: 28px;line-height: 48px;color: #FFE87B;font-family: 'SourceHanSansCN-Medium';}
.banner .slick-dots{position: absolute;left: 0;bottom: 38px;width: 100%;text-align: center;z-index: 2;}
.banner .slick-dots li{display: inline-block;margin: 0 6px;}
.banner .slick-dots li button{display: block;width: 14px;height: 14px;border-radius: 7px;
    font-size: 0;line-height: 0;text-indent: 9999px;background-color: #fff;padding: 0;border: 0;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s; 
}
.banner .slick-dots li.slick-active button{width: 41px;
    background: linear-gradient(11deg, #E1C2FE, #8CC4FE);
}


/*******************************
  -------[=底部]-------
********************************/


/*******************************
    -------[=正文]-------
********************************/




