* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.fix {
	zoom: 1;
}

.fix:after {
	content: '';
	height: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.top {
	height: 120px;
}

.logo {
	float: left;
}

.logo img {
	vertical-align: middle;
	height: 90px;
}

.logo span {
	height: 120px;
	display: inline-block;
	vertical-align: middle;
}

.nav {
	float: right;
	margin-top: 32px;
}

.menu {
	border-radius: 20px;
	height: 52px;
	background-color: #014099;
}

.menu li {
	text-align: center;
	float: left;
	width: 100px;
	position: relative;
	padding: 0 10px;
}

.w_80 {
	width: 80px !important;
	background-color: #d60816;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.w_80 a {
	color: black !important;
}

.menu li a {
	font: 16px " ";
	color: white;
	line-height: 52px;
}
.menu li dl{
	display: none;
	position: absolute;
	left: 50%;
	top: 52px;
	width: 120px;
	margin-left: -60px;
	z-index: 99999;
	background-color: #014099;
}
.index_banner {
	margin-top: 5px;
	font-size: 0;
}

.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;
}

.tit {
	text-align: center;
	font: 26px " ";
	color: black;
	position: relative;
	padding-bottom: 15px;
	margin: 30px 0;
}

.tit:after {
	content: '';
	position: absolute;
	width: 30px;
	left: 50%;
	bottom: 0;
	margin-left: -15px;
	border-top: 3px solid #000000;
}

.ul_box ul li {
	float: left;
	width: 33.3333%;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}

.ul_box ul li h2 img {
	width: 30px;
	height: 30px;
	vertical-align: -4px;
	margin-right: 10px;
}

.img {
	height: 300px;
	overflow: hidden;
}

.img span {
	display: inline-block;
	height: 300px;
	vertical-align: middle;
}

.img img {
	vertical-align: middle;
	max-height: 300px;
	transition: 0.8s;
}

.img img:hover {
	transform: scale(1.2, 1.2);
}

.img_last {
	width: 100%;
	height: 190px;
	border-radius: 15px;
	overflow: hidden;
	font-size: 0;
}

.img_last img {
	width: 100%;
	transition: 0.8s;
}

.img_last img:hover {
	transform: scale(1.2, 1.2);
}

.span {
	color: rgb(153, 162, 169);
	font-size: 14px;
}

.a_b:after {
	border-color:  rgb(6, 178, 182) !important;
}
.img_list{
	margin: 10px 0;
}
.img_list div{
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding: 0 10px;
	text-align: center;
	height: 120px;
}
.img_list div img{
	height: 80px;
 width:177px;
}
.footer{
	width: 100%;
	height: 220px;
	background-color: rgb(33, 40, 49);
	padding: 15px 0;
}
.left_footer{
	
}
.ewm_box{
	float: left;
	width: 200px;
	text-align: center;
	    color: rgb(255, 255, 255);
    font-size: 17px;
}
.ewm_box img{
	width: 157px;
	height: 157px;
	display: block;
	margin: 20px auto;
}
.ewm_text{
	float: left;
	padding-top: 50px;
}
.ewm_text p{
	font-size: 14px;
    font-family:  ;
        line-height: 31px;
        color: white;
}
.ewm_text div{
	font-size: 20px;
	font-family:  ;
        line-height: 31px;
        color: white;
}
.right_footer p{
	font-size: 14px;
    font-family:  ;
        line-height: 31px;
        color: white;
}
.right_footer{
	float: right;
	margin-top: 50px;
	padding-left: 100px;
	border-left: 1px solid gray;
}
.last_p{
	text-align: center;
	font: 14px " ";
	color: rgb(34,34,34);
	line-height: 70px;
}
.last_p a{
	color: rgb(34,34,34);
	margin: 0 15px;
}
.in {
    padding: 50px 0;
}
.in h2 {
    height: 40px;
    line-height: 40px;
    border-bottom: #d3d3d3 solid 1px;
    font-size: 18px;
    color: #241b10;
    margin-bottom: 30px;
}
.in h2 strong {
    font-size: 18px;
    color: #241b10;
    float: left;
    line-height: 40px;
    font-weight: 100;
}
.in h2 span {
    float: right;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    line-height: 40px;
}
.in h2 span a {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    line-height: 40px;
}