﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    min-width: 1200px;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
.container{
	width:1200px;
	margin:auto;
}






/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*****************************面包屑导航*****************************/
.breadcrumb{
    padding: 28px 0px;
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
}
.breadcrumb span{
    padding: 6px;
	padding-right: 8px;
	border: 2px solid #d2d2d2;
}
.breadcrumb a{
    color: #555;
}
.cu-title{
	position: relative;
	padding-bottom: 16px;
	border-bottom: 1px solid #dedede;
	width: 1200px;
    margin: 0 auto;
}
.cu-title h4{
	font-size: 24px;
	color: #08c357;
	font-weight: bold;
	display: inline-block;
}
.cu-title span{
	font-size: 16px;
	color: #c6c6c6;
}
.cu-title i{
	width: 227px;
	height: 1px;
	background:#08c357;
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
}
/******************************面包屑导航*********************************/
/*******************************分页*****************************************/
.pages{ height: 38px; text-align: center; margin-top:25px; margin-bottom:0px;overflow: hidden;color: #666;}
.pages a{ display: inline-block;}
.pages .prev,.pages .next{ width: 84px; height: 36px;  margin: 0 2px;  color: #666; text-align: center; line-height: 36px;  font-size: 14px; border: 1px solid #dfdfdf;}
.pages .prev:hover,.pages .next:hover{background:#0769b2; color: #fff;border-color: #0769b2;}
.pages .number a{ width: 36px; height: 36px;margin: 0 2px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf;  color: #666; font-size: 14px;}
.pages .number a.on{ color: #fff; border-color:#FFFFFF ; background: #0769b2; border-color:#0769b2;}
.pages .number a:hover{ color: #fff; border-color:#FFFFFF ; background: #0769b2; border-color:#0769b2;}
.pages .text{ display: inline-block; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf; background: #FFFFFF; color: #666; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/


@font-face {
    font-family: 'impactregular';
    src: url('../fonts/impact-webfont.eot');
    src: url('../fonts/impact-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/impact-webfont.woff2') format('woff2'),
         url('../fonts/impact-webfont.woff') format('woff'),
         url('../fonts/impact-webfont.ttf') format('truetype'),
         url('../fonts/impact-webfont.svg#impactregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'HellaDinUniversal';
    src: url('../fonts/helladinuniversal-medium-webfont.eot');
    src: url('../fonts/helladinuniversal-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helladinuniversal-medium-webfont.woff2') format('woff2'),
         url('../fonts/helladinuniversal-medium-webfont.woff') format('woff'),
         url('../fonts/din_medium-webfont.ttf') format('truetype'),
         url('../fonts/helladinuniversal-medium-webfont.svg#din_mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*头部*/
/*头部*/
.heads{
	padding: 20px 0px;
	background: #fff;
}
.heads .head_cont{
	width: 1200px;
	height: 58px;
	margin: 0 auto;
}
.head_cont .top_logo{
	width:137px;
	height: 57px;
	float: left;
	background: url(../images/top_logo.png) top left no-repeat;
}
.head_cont .top_logo a{
	display:block;
	width: 100%;
	height: 100%;
}
.head_cont .top_right{
	height: 58px;
	float: right;
}
.top_right .head_nav{
	float: left;
	margin-top: 10px;
	margin-right: 45px;
}
.head_nav ul li{
	float: left;
	padding: 0 30px;
	position: relative;
}

.head_nav ul li .head_nav_cont{
	text-align: center;
}
.head_nav ul li .head_nav_cont p{
	font-size: 16px;
	color: #1b2a56;
}
.head_nav ul li .head_nav_cont span{
	display: block;
	color:#bfbfbf;
}
/*hover*/
.head_nav ul li:hover .head_nav_cont p,.head_nav ul li:hover .head_nav_cont span{
	color:#178fff;
}
.head_nav ul li.on .head_nav_cont p,.head_nav ul li.on .head_nav_cont span{
	color:#178fff;
}
/*hover*/

.head_nav ul li .pull-down1{
	display: none;
	padding-top: 29px;
    width: 120px;
    position: absolute;
    top: 40px;
    left:50%;
    margin-left: -60px;
    z-index: 1;
}
.head_nav ul li .pull-down1 dl{
	background: #fff;
	padding: 10px 0px;
}
.head_nav ul li .pull-down1 dl dt{
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #9a9a9a;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.head_nav ul li .pull-down1 dl dt a{
	color: #9a9a9a;
}

.head_nav ul li .pull-down2{
	display: none;
	width:640px;
	padding-top: 29px;
    position: absolute;
    top: 40px;
    left:50%;
    margin-left: -320px;
    z-index: 1;
}
.head_nav ul li .pull-down2 dl{
	width: 160px;
	background: #fff;
	padding: 10px 0px;
	float: left;
}
.head_nav ul li .pull-down2 dl dt{
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #9a9a9a;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden; 
}
.head_nav ul li .pull-down2 dl dt a{
	color: #9a9a9a;
}
.head_nav ul li .pull-down2 dl dd{
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 16px;
	color: #384366;
	border-left: 1px solid #dfdfdf;
}
.head_nav ul li .pull-down2 dl:first-child dd{
	border-left: 0;
}
.head_nav ul li .pull-down2 dl dd a{
	color: #384366;
}
.head_nav ul li .pull-down2s{
	background: #fff;
}

/*hover*/
.head_nav ul li .pull-down1 dl dt:hover a{
	color:#178fff;
}
.head_nav ul li .pull-down2 dl dt:hover a{
	color:#178fff;
}
.head_nav ul li:hover .pull-down1{
	display: block;
}
.head_nav ul li:hover .pull-down2{
	display: block;
}
/*hover*/

.top_right .top_right_hunt{
	float: left;
	margin-top: 12px;
}
.top_right .top_right_hunt h1{
	font-size: 14px;
	width: 192px;
	height: 34px;
	float: left;
	margin-right: 10px;
	box-sizing: border-box;
	padding: 0 35px;
	border: 1px solid #d6d6d6;
	-webkit-border-radius:32px;
	-moz-border-radius:32px;
	-o-border-radius:32px;
	border-radius:32px;
    position:relative;
	background: url(../images/search.png) 93% center no-repeat;
}
.top_right .top_right_hunt h1 input{
	width: 100%;
	height: 100%;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	border:0;
}
    .top_right .top_right_hunt h1 span
    {
        display:block;
        width:35px;
        height:34px;
        position:absolute;
        top:0;
        right:0;
        cursor:pointer;
    }
.top_right .top_right_hunt b,.top_right .top_right_hunt em{
	display: block;
	width:24px;
	height: 24px;
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	cursor: pointer;
}
.top_right .top_right_hunt b{
	background: url(../images/zhong1.png) top left no-repeat;
}
.top_right .top_right_hunt b.on{
	background: url(../images/zhong2.png) top left no-repeat;
}
.top_right .top_right_hunt em{
	background: url(../images/en1.png) top left no-repeat;
}
.top_right .top_right_hunt em.on{
	background: url(../images/en2.png) top left no-repeat;
}
/*头部结束*/


/*底部*/
.Botom{
	padding:20px 0px;
	background: #323232;
}
.Botom .Botom_cont{
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #acacac;
}
.Botom .Botom_cont .Botom_text
{
    
    margin-top: 31px;
    text-align:center;
}
.Botom .Botom_cont h1{
    height:40px;
    line-height:40px;
	font-size: 14px;
}
.Botom .Botom_cont p{
    height:40px;
    line-height:40px;
}
.Botom .Botom_cont p a{
	color: #acacac;
}
    .Botom .Botom_cont .bottom_ewm
    {
        float:right;
    }
.Botom .Botom_cont .bottom_ewm span
{
    display:block;
    width:120px;
    height:120px;
    margin: auto;
}
.Botom .Botom_cont .bottom_ewm span img
{
    width:100%;
    height:100%;
}
        .Botom .Botom_cont .bottom_ewm b
        {
            display:block;
            margin-top:3px;
            font-size:14px;
            color:#bfbfbf;
            text-align:center;
        }