@charset "utf-8";
/*head*/
.header{
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0);
	transition: all .35s;
	z-index: 9999999;
}
.header_active{
	background-color: rgb(49,49,49);
}
.header:hover{
	background-color: rgba(49,49,49,1);
}
.logo{
	display: block;
	float: left;
}
.logo img{
	width: 160px;
	height: 100px;
}
.nav{
	float: right;
	height: 100px;
}
.nav ul{
	float: left;
}
.nav li{
	float: left;
}
.nav li a{
	color: #ffffff;
    letter-spacing: -0.44px;
    padding: 10px 10px;
    line-height: 100px;
}
.nav li a:hover{
	color: #8c4e9b;
}
.search{
	float: right;
	height: 100px;
}
.search img{
	display: block;
	margin: 43px 0;
	cursor: pointer;
	height: 14px;
	width: 14px;
}
.banner{
	display: block;
	position: relative;
	height: 500px;
	margin: 0 auto;
}
.banner img{
position: absolute;
top: 0;
left: 50%;
margin-left: -960px;
width: 1920px;
height: 500px;
}
.traffic {
    padding: 30px 0 20px 0;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
}
.opacity-hide {
    display: block;
    opacity: 0;
}
.traffic {
    padding:30px 0 0 0;
    color:#333;
    font-size:14px;
    font-size: 1.4rem;
}
.traffic .prefix {
    display:inline-block;
    font-weight:400;
    font-size:22px;
    margin-right:10px;
    margin-top:5px;
}
.traffic span{
    font-size:28px;
    font-size: 16px;
    color:#8c4e9b;
    letter-spacing:-0.55px;
    text-align:center;
    font-weight: 600;
    display:inline-block;
    margin:0 5px;
    padding-top:4px;
    background:#F0F0F0;
    border-radius:2px;
    width:18px;
    height:28px;
    line-height:26px;
}
.traffic h3{
    font-size:16px;
    font-size: 22px;
    color:#333333;
    letter-spacing:0px;
    text-align:center;
}
.traffic img {
	margin-top: 4px;
    margin-right:25px;
}
.traffic .traffic-left {
    display: inline-block;
}
.traffic .traffic-right {
   display: inline-block;
}

.index_conte{
	height: 410px;
	padding: 20px 0;
    background-color: #fff;
    overflow: hidden;
}
.container1{
	width: 1024px;
	height: 330px;
	margin: 0 auto;
	font-size: 16px;
    color: #333333;
}
.container{
	color: #000;
	margin-top: 100px;
	height: 100px;
}
.cont p{
	font-size: 16px;
    color: #666666;
    letter-spacing: 0px;
    line-height: 28px;
    text-align: center;
    padding: 20px 50px;
}
.cont{
	height:290px;
	width: 1024px;
    padding:30px 0;
	display: block;
	margin:0 auto;
    background: url(about.png) right bottom no-repeat;
    background-color: #eee;
    overflow: hidden;
}
.text-center{
	margin-top: 30px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}

.row_cont{
	width: 1024px;
	height: 350px;
	margin: 0 auto;
	
}
.col_m{
	float: left;
	display: inline-block;
	width: 308px;
	position: relative;
	/*padding: 5px 15px;*/
    box-sizing: border-box;
    height: 230px;
    border: 1px solid #c9c9c9;
    margin:0 15px;
    text-align:center;
    /*padding-bottom: 25px;*/
}
/*.col{
    border: 1px solid #c9c9c9;
    padding-bottom: 25px;
}*/
.colent{
	position: relative;
	width: 60px;
	height: 60px;
	border-radius: 50%;
    background-color: #707070;
    top: -40px;
    left: 50%;
    margin-left: -30px;
    transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.colent img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	height: 30px;
	width:30px;
}
 .col:hover .colent{
    transform: rotate(360deg) scale(1.1);
    background-color: #8c4e9b;
}
.caption{
	padding: 9px;
    color: #333;
    text-align: center;
}
.caption p{
	width: 260px;
	/*height: 40px;*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	color: #666666;
	font-size: 15px;
	margin:0 auto;
	padding-left: 10px;
}
.caption h4{
	font-size: 24px;
    color: #8c4e9b;
    font-weight: 400;
    margin-bottom: 5px;
   /* margin: 5px 0;*/
}
.contentertf{
	width: 1024px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.col_box{
	width: 510px;
	float: left;
	border: 1px solid #c9c9c9;;
	position: relative;
	background-color: #eee;
	margin: -1px;
	height: 150px;
	padding: 9px;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    text-align: center;
}
.col_box h4{
	font-size: 24px;
    color: #333;
    margin: 10px 0;
    font-weight: 500;
}
.col_box p{
	line-height: 22px;
    color: #666666;
    font-size: 14px;
}
.on{
	background-color: #8c4e9b;
    border: 1px solid #8c4e9b;
    box-shadow: 0 0 20px #8c4e9b;
    position: relative;
    z-index: 100;
}
.on h4,.on p{
	color: #fff;
}
.col_box:nth-child(3),
.col_box:nth-child(5){
	width: 340px;
}
.col_box:nth-child(4){
	width: 340px;
	margin-top: -1px;
	margin-left: 0;
}
.col_box:nth-child(5){
	margin-left: 0;
}
.index_two{
	margin: 0 auto;
	width: 1024px;
	height: 185px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	overflow: hidden;
}
.thumer{
	width: 324px;
	display: block;
	float: left;
	color: #333;
	box-sizing: border-box;
	padding: 4px;
	text-salign: center;
    margin-bottom: 20px;
}
.thumer img{
	display: block;
	width: 70px;
	height: 60px;
	margin: 0 auto;
}
.thumer h4{
	margin: 10px 108px;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
.thumer p{
	margin-left: 100px;
	font-size: 16px;
}
.thumer h4 span{
	font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
    line-height: 32px;
}
.conner{
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
.list a{
	height: 58px;
	width:135px;
	border: 1px solid gray;
	text-align: center;
	float: left;
	font-size: 16px;
	margin:0 4px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 58px;
	margin-bottom: 30px;
}
.list a img{
	width:100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.list a span{
	display: inline-block;
	background: url(jiantou.png) no-repeat right center;
	height: 14px;
	width: 14px;
}
.coopterate{
	width: 1024px;
	height: 245px;
	margin: 0 auto;
	overflow: hidden;
}
.coopterate a{
	height: 58px;
	width:135px;
	border: 1px solid gray;
	text-align: center;
	float: left;
	margin:0 4px;
	border-radius: 3px;
	overflow: hidden;
	line-height: 58px;
	margin-bottom: 30px;
}
.coopterate a img{
	width:90%;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.trend{
	width: 1024px;
	height: 335px;
	margin: 0 auto;
	overflow: hidden;
}
.trends p img{
	width: 224px;
	height:153px;
}
.trends p{
	height: 242px;
	width:224px;
	float: left;
	border: 1px solid #000;
	border-radius: 3px;
	margin:0 15px;
}
.trends p span{
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 212px;
	height: 42px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow:ellipsis;
	text-align: center;
}
.trends p span a{
	padding-bottom: 5px;
	color: #000;
}
.trends p span a{
	margin-top: 30px;
	font-weight: 400;
	font-size: 12px;
}
.trends p span a:hover{
	color: #8c4e9b;
	text-decoration: underline;
}
footer{
	background-color: #313131;
	overflow: hidden;
	padding: 20px 0;
	margin-top: 30px;
}
.foot{
	width: 1024px;
	margin: 0 auto;
}
.foot ul{
	width: 14.2%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.foot ul li{
	font-size: 18px;
	color: #fff;
}
.foot ul li a{
	font-size: 12px;
	color: #999;
}
.foot ul li a:hover{
	text-decoration: underline;
}
.foot .toge{
	width: 75%;
	padding: 0 15px;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
}
.toge .toge_tp{
	font-size: 16px;
	color: #fff;
	margin-bottom: 13px;
}
.toge_bot li{
	margin-bottom: 10px;
}
.toge_top{
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 15px;
}
.toge li img{
	width: 110px;
}
.toge_bo{
	padding-left: 32px;
	margin-bottom: 20px;
	font-style: normal;
	color: #707070;
}
.toge_bo h3{
	width: auto;
	display: block;
	color: #ccc;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: 500;
}
.footer_links{
	width: 100%;
	text-align: center;
	color: #ccc;
	line-height:28px;
	font-size: 14px;
	overflow: hidden;
}
html {
  overflow-y: scroll;
}

:root {
  overflow-y: auto;
  overflow-x: hidden;
}

:root body {
  position: absolute;
}

body {
  width: 100vw;
  overflow: hidden;
}









