﻿@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-bottom: 35px;overflow: hidden;}
.pages a{ display: inline-block;}
.pages .prev,.pages .next{ width: 84px; height: 36px;    color: #333; text-align: center; line-height: 36px;  font-size: 14px; border: 1px solid #dfdfdf;}
.pages .number a{ width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf;  color: #3232ff; font-size: 14px;}
.pages .number a.on{ color: #fff; border-color:#FFFFFF ; background: #3232ff; border-color:#3232ff;}
.pages .text{ display: inline-block; width: 36px; height: 36px; text-align: center; line-height: 36px; border: 1px solid #dfdfdf; background: #FFFFFF; color: #3232ff; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #666666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/


/*头部*/
.head{
	width: 100%;
	margin: 0 auto;
	height: 100px;
	background: #FFFFFF;
}
.head.on{
	position: fixed;
	top: 103px;
}
.head .top_logo{
	margin-top: 15px;
	width: 162px;
	height: 67px;
	float: left;
	background: url(../images/top_logo.png) center no-repeat; 
}
 .head .top_logo a{
	display: block;
	width: 100%;
	height: 100%;
}

 .head .head_nav{
	float: right;
}
.head .head_nav li{
	line-height: 100px;
	margin: 0 10px;
	float: left;
	font-size: 16px;
	color: #fff;
}
 .head .head_nav li a{
	color: #333;
}
.head .head_nav li:hover a{
	color:#3232ff;
}
.head .head_nav li.on a{
	color:#3232ff;
}

.head .head_nav .language{
	margin: 0 20px;
	margin-top: 35px;
	font-size: 18px;
	float: left;
}
.head .head_nav .language a{
	display: block;
	color: #000;
	float: left;
	margin: 0 3px;
	padding:2px 6px;
	background:#fff;
	border: 1px solid #333333;
}
.head_nav .language a:hover{
	background:#3232ff;
    color:#fff;
}
 .head .head_nav .language a.on{
	background:#3232ff;
	color: #fff;
}

/*头部结束*/

/* 尾部开始  */
footer{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}
footer .ewm{
	float: left;
	width: 265px;
	height: 265px;
}
footer .ewm img{
	width: 100%;
	height: 100%;
}
footer .footer_l{
	float: left;
	margin-left: 50px;
	width: 865px;
}
footer .footer_l .p1{
	font-size:34px;
	color: #343434;
}
footer .footer_l p{
	font-size: 22px;
	margin-top: 10px;
	color: #343434;
}
footer .footer_l p span:nth-of-type(1){
    float:left;
    width:504px;
	display:block;
	margin-right: 50px;
}
    footer .footer_l p span:nth-of-type(1) b
    {
        font-weight:normal;
    }
    footer .footer_l p span:nth-of-type(1) .b1
    {
        display:block;
        width:90.16px;
        float:left;
    }
     footer .footer_l p span:nth-of-type(1) .b2
    {
        display:block;
        width:400px;
        float:left;
    }
.o_n{
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	box-shadow: inset rgba(255,254,255,0.6) 0 0.3em .3em, inset rgba(0,0,0,25.15) 0 -0.1em .3em, /* inner shadow */ hsl(208, 50%, 1%) 0 .1em 3px, hsl(208, 50%, 15%) 0 .3em 1px, /* color border */ rgba(0,0,0,0.2) 0 .5em 5px;;
}

.allTop{
	position: relative;
	width: 100%;
	height: 103px;
	z-index: 30;
}
.allTop a{
	display: block;
	width: 100%;
	height: 100%;
	
}
.allTop.on{
	position: fixed;
}
.close{
	position: absolute;
	top: 15px;
	right: 20px;
	width: 36px;
	height: 36px;
	background: url(../images/wdzz_icon1.png) center no-repeat;
}
