*{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a{
	text-decoration: none; color:#666;
}

audio::-internal-media-controls-download-button {
    display:none;
}


audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}


audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}
.fix{
	zoom: 1;
}
.fix:after{
	content: '';
	height: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.container{
	width: 1350px;
	margin: 0 auto;
}
.header{
	width: 100%;
	height: 97px;
	background-color: black;
}
.logo{
	float: left;
}
.nav{
	float: right;
}
.logo span{
	height: 97px;
	line-height: 97px;
	display: inline-block;
	vertical-align: middle;
}
.logo img{
	vertical-align: middle;
}
.menu li{
	float: left;
	width: 113px;
	height: 97px;
	line-height: 97px;
	text-align: center;
}
.menu li a{
	font-family: ' ';
    font-size: 16px;
    color: white;
}
.menu li:hover a{
	color: #0052cc;
}
.menu{
	position: relative;
}
.sliding{
	display: none;
    position: absolute;
    z-index: 1;
    width: 120px;
    left: 0;
    bottom: 0;
    height: 5px;
    background-color: rgb(0, 82, 204);
    background-image: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background: -webkit-linear-gradient(none, none);
    background: -moz-linear-gradient(none, none);
    background: -ms-linear-gradient(none, none);
    background: linear-gradient(none, none);
    background-size: auto;
}
/**/
.index_banner .slideBox {
	width: 100%;
	/*height: 230px;*/
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}

.index_banner .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.index_banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
}

.index_banner .slideBox .hd ul li {
	display: inline-block;
	margin-right: 4px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.index_banner .slideBox .hd ul li.on {
	background: #333333;
	color: #fff;
}

.index_banner .slideBox .bd {
	width: 100%;
	position: relative;
	height: 100%;
	z-index: 0;
}

.index_banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.index_banner .slideBox .bd img {
	width: 100%;
	/*height: 230px;*/
	display: block;
}
/**/
.index_main{
	padding: 60px 0;
}
.title{
	text-align: center;
}
.title h1{
	font-size: 42px;
	font-weight: 100;
	margin-bottom: 5px;
}
.title h2{
	position: relative;
	padding-bottom: 20px;
	font-size: 42px;
	font-weight: 100;
}
.title h2:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	margin-left: -20px;
	width: 40px;
    height: 1px;
    font-size: 0;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #0052cc;
}
.list_1{
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
.list_1 li{
	display: inline-block;
	width: 347px;
	height: 320px;
	background-color: rgb(248, 248, 248);
}
.li1+.li1{
	margin-left: 20px;
}
.li1 div{
	text-align: center;
	font: 16px " ";
	color: #999999;
	padding-top: 20px;
}
.li1 div p{
	line-height: 24px;
}
.li1 div p:first-child{
	font: 18px " ";
	color: #333333;
	margin-bottom: 5px;
}
.list_2{
	height: 730px;
	background: url(../images/1319845.png);
	    background-position: 50% 50%;
    background-repeat: repeat;
}
.p_50{
	padding: 0 50px;
	padding-top: 90px;
}
.ul_2{
	text-align: center;
	padding-top: 70px;
}
.ul_2 li{
	display: inline-block;
}
.li_2{
	width: 334px;
}
.div_text{
	width: 240px;
	margin-left: 15px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(221,221,221,1);
}
.div_text p{
	font: 16px " ";
	color: #999999;
	line-height: 24px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 24px;
}
.div_text p:first-child{
	font: 18px " ";
	margin-bottom: 15px;
	color: #333333;
}
.li_2 div{
	float: left;
}
.li_2 dl dd{
	margin-bottom: 20px;
}
.li_img{
	/*margin-right: 50px;*/
}
.div_img{
	margin-left: 20px;
}
.p_3{
	padding: 50px 0;
}
.ul_3{
	padding-top: 80px;
	text-align: center;
}
.ul_3 li{
	display: inline-block;
	width: 300px;
	
}
.ul_3 li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}
.ul_3 li p{
	font: 18px " ";
	color: #333333;
	margin-bottom: 10px;
}
.ul_3 li div{
	font: 16px " ";
	color: #999999;
}
.list_4{
	background-color: #0052cc;
}
.team{
	text-align: center;
}
.team h1{
	    font-size: 42px;
	    color: white;
	    font-weight: 100;
}
.team h5{
	    font-size: 18px;
	    color: white;
	    font-weight: 100;
}
.ul_4{
	text-align: center;
	padding-top: 70px;
}
.ul_4 li{
	width: 290px;
	height: 500px;
	background-color: white;
	display: inline-block;
	padding: 30px;
	box-sizing: border-box;
	vertical-align: top;
}
.li_5+.li_5{
	margin-left: 8px;
}
.li_5 a img{
	display: block;
	margin: 0 auto;
	width: 188px;
	height: 188px;
}
.li_5 span{
	display: block;
	font-size: 30px;
	line-height: 52px;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 5px;
}
.li_5 div{
	    font-size: 16px;
	    color: #0052cc;
	    line-height: 28px;
	    margin-bottom: 20px;
}
.li_5 p{
	    font-size: 14px;
	    color: #656d78;
    font-family: " ";
    line-height: 24.5px;
    text-align: left;
}
.ul_5{
	text-align: center;
	margin-top: 50px;
	margin-bottom:50px;
}
.ul_5 li{
	display: inline-block;
	width: 280px;
	height: 260px;
}
.li_6 a span{
	display: block;
	overflow: hidden;
}
.li_6 a img{
	width: 100%;
	transition: 0.8s;
}
.li_6 a img:hover{
	transform: scale(1.2,1.2);
	transition: all 0.8s ease-out 0;
}
.li_6 p{
	    height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
    color: #404040;
    text-align: left;
}
.li_6 div{
	height: 40px;
	    font-size: 12px;
    color: #999;
        text-align: left;
        line-height: 20px;
        overflow: hidden;
}
.li_6+.li_6{
	margin-left: 20px;
}
.list_5{
	background-color: rgb(248, 248, 248);
}
.list_7{
	margin-top: 70px;
}
.div_conpany{
	display: inline-block;
	width: 475px;
	height: 325px;
	margin-right: 40px;
	vertical-align: top;
}
.conpany_text{
	width: 675px;
	display: inline-block;
	font: 16px " ";
	color: #999999;
	line-height: 32px;
	vertical-align: top;
	text-indent: 2em;
	text-align: justify;
}
.l7_p{
	font: 16px " ";
	color: #999999;
	text-align: center;
	margin: 20px 0 ;
}
.ul_7{
	margin-top: 30px;
	text-align: center;
}
.ul_7 li{
	display: inline-block;
	width: 170px;
	height: 85px;
	margin: 0 13px;
}
.ul_7 li a img{
	width: 100%;
	height: 100%;
}
.list_8{
	padding: 50px 0;
	text-align: center;
	padding-bottom: 20px;
}
.list_8 p{
	font: 30px " ";
	color: #0052cc;
	line-height: 60px;
	text-align: center;
}
.list_8 img{
	width: 150px;
	height: 150px;
	
	margin: 0 auto;
}
.footer{
	background-color: #000000;
	padding: 40px 0;
}
.footer_nav{
	text-align: center;
	margin-bottom: 20px;
}
.footer_nav ul{
	color: white;
}
.footer_nav ul li{
	    font-size: 14px;
	color: white;
	display: inline-block;
	width: 100px;
	height: 25px;
}
.footer_nav ul li:first-child{
	border: none !important;
}
.last_p{
	font: 16px " ";
	color: white;
}
.last_p span{
	display: inline-block;
}
.last_p span img{
	vertical-align: middle;
	margin-right: 15px;
}
.span_1{
	width: 200px;
	margin-left: 90px;
}
.name_last{
	width: 100px;
}
.span_3{
	width: 473px;
	margin-left: 20px;
}
.span_2{
	width: 265px;
	margin-left: 20px;
}
.last{
	text-align: center;
	font: 12px " ";
	color: white;
	margin-top: 20px;
}
.into_main{
	padding: 50px 0;
}
img{
	border: none;
}
/**/
.audio_box{
	width: 33.33333%;
	float: left;
	min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.ad_img_box{
	font-size: 0;
}
.ad_img_box img{
	width: 419px;
	height: 218px;
}
.st_box{
	background: #222;
}
.st_box p {
    color: #d3d3d3;
    font-size: 14px;
    line-height: 26px;
    padding: 8px 12px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.st_box .st_btn {
    background: #447aef;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #d3d3d3;
}
.st_box .st-audio {
    height: 32px;
    margin-bottom: 60px;
}
.st_box .st-audio audio {
    width: 100%;
    background: #222;
}