body {
    font-size: 16px;
}
body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, dt, dd, input {
    margin: 0;
    padding: 0;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
ul {
    list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(255,255,255,0);
}

i {
    font-style: normal
}

img {
    border-style: none;
}

/* 兼容低版本ie */
form {
    border: 0;
}

table, td, tr, th {
    font-size: 100%
}

textarea {
    resize: none;
}

em, cite {
    font-style: normal;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
}
.clearfix:after {
    content: "200B";
    height: 0;
    display: block;
    font-size: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}
html,body{
    height:100%;
}
.inner{
    width: 1320px;
    margin: 0 auto;
}
.header{
	/* position: absolute;
    left: 0;
    top: 0;
    z-index: 10; */
    width: 100%;
    height: 96px;
    background-color: #fff;
    border-bottom: 1px solid #afb1b6;
}
.header_fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-animation: searchTop .8s ease-in-out;
    -o-animation: searchTop .8s ease-in-out;
    animation: searchTop .8s ease-in-out;
}
@-webkit-keyframes searchTop {
    0% {top: -95px;}
    to {top: 0;}
}
@-o-keyframes searchTop {
    0% {top: -95px;}
    to {top: 0;}
}
@keyframes searchTop {
    0% {top: -95px;}
    to {top: 0;}
}
.ht{
    width: 100%;
    min-width: 1320px;
    height: 100%;
    padding: 24px 8.854166666666667% 0 15.625%;
	display: flex;
	justify-content: space-around;
}
.ht .logo{
    float: left;
    width: 174px;
    height: 50px;
    overflow: hidden;
}
.ht .logo img{
    display: block;
    max-width: 100%;
}
.ht .ht_nav{
    float: right;
    /* margin-left: 15.11335012594458%; */
}
.ht .ht_nav_ul{
    width: 100%;
    height: 72px;
}
.ht .ht_nav_li{
    float: left;
    height: 72px;
    margin: 0 10px;
    font-size: 18px;
}
.ht .ht_nav_div{
    position: relative;
    height: 100%;
}
.ht .ht_nav_div .nav_bor{
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    display: none;
    width: 30px;
    height: 6px;
    margin-left: -15px;
    background-color: rgb(52,131,212);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.ht .ht_nav_div>a{
    position: relative;
    display: block;
    padding: 0 18px;
    line-height: 50px;
    color: #2f2f2f;
}
.ht .ht_nav_div:hover>a{
    font-weight: 600;
    color: rgb(52,131,212);
    background: -webkit-radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* Firefox 3.6 - 30 */
    background: radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* 标准的语法（必须放在最后） */
}
/*.ht .ht_nav_div:hover .nav_bor{
    display: block;
}*/
.ht .ht_nav_div:hover>ul{
    display: block;
}
.ht .ht_nav_li_ac .ht_nav_div>a{
    font-weight: 600;
    color: rgb(52,131,212);
    background: -webkit-radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* Firefox 3.6 - 30 */
    background: radial-gradient(#fff2dc 5%, #fff6e7 30%, #fffcf6 50%, transparent 80%, transparent 100%); /* 标准的语法（必须放在最后） */
}
.ht .ht_nav_li_ac .ht_nav_div .nav_bor{
    display: block;
}

.ht .ht_nav_div>ul{
    position: absolute;
    left: 50%;
    top: 72px;
    z-index: 10;
    display: none;
    width: 230px;
    height: auto;
    margin-left: -115px;
    padding-top: 15px;
    background-color: rgb(52,131,212);
    overflow: hidden;
}
.ht .ht_nav_div li{
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding: 0 15px 15px;
    line-height: 44px;
    color: #fff;
    border-bottom: 1px solid #8d5c03;
    overflow: hidden;
}
.ht .ht_nav_div .ht_nav_div_t{
    position: relative;
    height: 38px;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    overflow: hidden;
}
.ht .ht_nav_div .ht_nav_div_t>a{
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    font-family: consolas;
    font-size: 16px;
    line-height: 38px;
    color: #fff;
    text-align: right;
}
.ht .ht_nav_div .ht_nav_div_b>a{
    float: left;
    display: block;
    width: 50%;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
}
.ht .ht_nav_li .ht_nav_div:hover ul{
    display: block;
}
.ht .ht_nav_div li a:hover{
    color: #fd6400;
}

/* .ht .hts{
    float: left;
    width: 295px;
    height: 44px;
    margin-left: 14.0625%;
}
.ht .hts_main{
    position: relative;
    float: left;
    width: 260px;
    height: 100%;
}
.ht .hts_text{
    width: 100%;
    height: 100%;
    padding: 0 44px 0 20px;
    font-size: 16px;
    line-height: 44px;
    color: #fff;
    border: none;
    background-color: #322e3b;
    outline: none;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.ht .hts_btn{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}
.ht .hts_btn .iconfont{
    font-size: 20px;
}
.ht .hts_icon{
    float: right;
    line-height: 44px;
    color: #fff;
}
.ht .hts_icon .iconfont{
    font-size: 18px;
} */
.ht .hlr{
    float: right;
    font-size: 0;
    width: 12%;
    padding-top: 2px;
	
}
.ht .hlr a{
    display: inline-block;
    width: 45.45454545454545%;
    font-size: 15px;
    line-height: 44px;
    color: #fff;
    text-align: center;
}
.ht .hlr_login{   
    background-color: #0E78DC;
}
.ht a.hlr_register{
    margin-left: 9%; 
    background-color: #525568;
}
@media screen and (max-width: 1600px) {
    .ht {
        padding: 24px 32px 22px;
    }
    .ht .ht_nav_li {
        margin: 0 6px;
    }
    .ht .ht_nav_div>a {
        padding: 0 10px;
    }
}

/* 轮播 */
.slider{
    position: relative;
    overflow: hidden;
    min-width: 1320px;
    height: 583px;
    /* padding-top: 95px; */
    margin:0 auto;
}
/* .slider .prev,.slider .next{
    display: block;
    position: absolute;
    width: 20px;
    height: 118px;
    background: #999;
    border:1px solid #ccc;
    text-align:center;
    line-height:110px;
    cursor:pointer;
} 
.slider .prev{
    left:0;
}
.slider .next{
    right:0;
}*/
.slider .container{
    height: 100%;
    overflow: hidden;
}
.slider .content{
    height: 100%;
}
.slider .content li{
	position: relative;
    float: left;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slider .content li a{
    display: block;
    height: 100%;
    /*padding: 20px 5% 0 0;*/
}
/* .slider .content li .img_l{
	width: 550px;
    position: absolute;
    top: 174px;
    left: 0;
    text-align: left;
    -webkit-animation: lateY .5s forwards;
    animation: lateY .5s forwards;
}
.slider .content li .img_l h3{
    height: 76px;
    font-size: 48px;
    line-height: 76px;
    color: #fff;
    overflow: hidden;
}
.slider .content li .img_l p{
    max-height: 120px;
    margin-top: 40px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
}
.slider .content li .img_r{
    float: right;
    width: 700px;
} */
.slider .content li img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
    /* -webkit-animation: lateY .5s forwards;
    animation: lateY .5s forwards; */
}
/* .slider .content li .img_l img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
} */
@keyframes lateY{
	from{
		opacity: 0;
		transform: translateY(50px);
	}
	to{
		opacity: 1;
		transform: translateY(0);
	}
}
.slider .nav{
    position: absolute;
    bottom: 38px;
    left: 0;
    width: 100%;
    height: 8px;
    text-align: center;
}
.slider .nav li{
    display:inline-block;
    width: 50px;
    height: 100%;
    margin: 0 15px;
}
.slider .nav li span{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
}
.slider .nav li.active span{
    background: rgba(255,255,255,.8);
}

/* 底部 */
.footer{
    padding: 30px 0;
    background-color: rgb(2,83,183);
}
.footer_t{
    
}
.footer_t_item{
    float: left;
    width: 215px;
}
.footer_t_item p{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.footer_t_item ul{
   padding-right: 50px;
}
.footer_t_item li{
   height: 32px;
   overflow: hidden;
}
.footer_t_item li a{
    font-size: 16px;
    line-height: 32px;
    color: #bbb9be;
}
.footer_t_er{
    float: right;
    width: 120px;
}
.footer_t_er img{
    display: block;
    width: 100%;
}
.footer_t_er span{
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #cdcccf;
    text-align: center;
}
.footer_b{
    padding-top: 45px;
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    text-align: center;
}