body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
	margin: 0;
	padding: 0
}


/* 初始化标签在所有浏览器中的margin、padding值 */

fieldset,
img {
	border: none;
}


/* 重置fieldset（表单分组）、图片的边框为0*/

dl,
ul,
ol,
menu,
li {
	list-style: none
}


/* 重置类表前导符号为onne,menu在HTML5中有效 */

blockquote,
q {
	quotes: none
}


/* 重置嵌套引用的引号类型 */

address,
caption,
cite,
code,
dfn,
em,
var {
	font-style: normal;
	font-weight: normal
}


/* 重置样式标签的样式 */

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}


/* 重置嵌套引用*/

input,
select,
textarea,
button {
	vertical-align: middle
}


/* 重置表单控件垂直居中*/

button {
	/*border: 0 none;
	background-color: transparent;*/
	cursor: pointer
}


/* 重置表单button按钮效果 */

body {
	background: #FFFFFF;
}


/* 重置body 页面背景为白色 */

body,
th,
td,
input,
select,
textarea,
button {
	font-size: 12px;
	line-height: 1;
	font-family: "微软雅黑", "黑体", "宋体";
	color: #666
}


/* 重置页面文字属性 */

a {
	color: #666;
	text-decoration: none;
	cursor: pointer;
}


/* 重置链接a标签 */

a:active,
a:hover {
	text-decoration: none
}


/* 重置链接a标签的鼠标滑动效果 */

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}


/* 重置table属性 */

img {
	vertical-align: top
}


/* 图片在当前行内的垂直位置 */

.clear {
	clear: both;
}


/*清除浮动*/

.clearfix:after {
	content: '';
	display: table;
	clear: both;
	height: 0;
}


/*伪类清除浮动*/

.clearfix {
	zoom: 1;
}


/*触发ie6清除浮动*/

.fl {
	float: left;
}


/*左浮动*/

.fr {
	float: right;
}


/*右浮动*/

* {
	box-sizing: border-box;
}


/*兼容ie6的盒模型*/

.hides {
	display: none;
}


/*隐藏*/


/*header头部*/

#top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 101;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

.header {
	height: 100px;
	padding-top: 15px;
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
	border-bottom: 2px solid #CCCCCC;
	z-index: 1000000;
}

.logo {
	width: 20%;
}

.logo a {
	display: block;
	height: 70px;
	padding: 0 10%;
}

.logo img {
	height: 100%;
}

.nav {
	width: 60%;
	display: table;
}

.nav li {
	line-height: 70px;
	text-align: center;
	height: 85px;
	display: table-cell;
}

.nav>li>a {
	font-size: 18px;
	padding: 0;
	display: inline;
	position: relative;
}

.nav>li>a>img {
	display: none;
}

.nav>li>a:hover {
	background-color: transparent;
}

.nav li .active {
	border-bottom: 2px solid #66cc99;
	padding: 5px 0;
	background-color: transparent;
	font-weight: 500;
	color: #66cc99;
}

.nav li .actives {
	border-bottom: 2px solid #66cc99;
	padding: 5px 0;
	background-color: transparent;
	font-weight: 500;
	color: #66cc99;
}

.nav li ul {
	display: none;
	width: 150px;
	position: absolute;
	z-index: 20;
	top: 85px;
	left: 0;
	background-color: #F9FAFC;
	border: 2px solid #E5E6E7;
}

.nav li ul li {
	float: none;
	display: block;
	line-height: 50px;
	padding: 0;
	height: 50px;
	border-bottom: 1px solid #E5E6E7;
}

.nav li ul li a {
	display: block;
}

.nav li ul li a:hover,
.nav li ul li .active {
	background-color: #46A890;
	border: 0;
	color: #FFFFFF;
}

.company {
	width: 20%;
}

.company select {
	width: 80%;
	font-size: 16px;
	height: 30px;
	margin: 20px 10%;
	padding: 0 5%;
	border: 0;
	background-color: #FFFFFF;
	border-left: 1px solid #000000;
	outline: none;
}


/*banner、图*/

#myCarousel {
	margin-top: 100px;
}

#myCarousel .carousel-inner .item {
	max-height: 600px;
}

#myCarousel .carousel-inner .item img {
	width: 100%;
	height: 100%;
}


/*底部*/

.footer {
	background-color: #000000;
}

.footer-main,
.activity-main {
	width: 1640px;
	margin: 0 auto;
}

.footer ul li h3 {
	font-size: 16px;
	line-height: 25px;
	color: #FFFFFF;
}

.footer ul li {
	font-size: 14px;
	color: #CCCCCC;
	line-height: 20px;
}
.footer ul li a{
    color:#FFFFFF;
}
.footer ul li a:hover{
    color:#CCCCCC;
}
.footer-left ul {
	padding: 3% 3% 0;
	float: left;
	/*height: 180px;*/
}

.footer-right ul {
	padding-top: 7%;
	float: left;
}

.footer-left {
	width: 70%;
	float: left;
}

.footer-right {
	width: 30%;
	float: left;
}

.footer-right ul li {
/*	line-height: 30px;*/
}

.footer-right ul li img {
	width: 30px;
	height: 30px;
}

.footer-bottom {
	text-align: center;
	font-size: 14px;
	color: #CCCCCC;
	padding: 20px;
	border-top: 1px solid #CCCCCC;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.wap-footer {
	background-color: #000000;
	padding: 10%;
	display: none;
}

.footer-list li img {
	float: right;
	width: 16px;
	height: 16px;
	margin: 22px 0;
}

.footer-list li span {
	font-size: 16px;
	color: #FFFFFF;
	display: block;
}

.footer-list li {
	line-height: 60px;
	border-bottom: 1px solid #9894A1;
}

.footer-list li ul li {
	border: 0;
	font-size: 14px;
	color: #CCCCCC;
}

.footer-list li ul {
	display: none;
}

.contacts
{
    padding-top:5px;
        font-size: 16px;
        line-height:180%;
    }

.contact {
	padding: 20px 0;
}

.contact div {
	width: 48%;
	float: left;
}

.contact div img {
	width: 40px;
	float: right;
}

.contact span {
	font-size: 18px;
	line-height: 35px;
	color: #CCCCCC;
	float: left;
	width: 4%;
	text-align: center;
}

.contact div span {
	width: auto;
}

.wap-nav {
	display: none;
	float: right;
	width: 50%;
	padding: 5px 8%;
}

.wap-nav div img {
	width: 30px;
	height: 30px;
	float: right;
}

.wap-nav div span {
	font-size: 26px;
	padding: 0 10px;
	float: right;
}

#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
	z-index: 10000;
	display: none;
}

#AspNetPager1:after{
            content:'';
            display:block;
            height:0;
            clear:both;
            margin:50px 0;
            }
            #AspNetPager1{width:100%!important;margin:30px 0;}
            .anpager .cpb {background: none repeat scroll 0 0;border:1px solid #1ACDF5;color:#1ACDF5;font-weight:bold;margin:5px 4px 0 0;padding:10px 11px ; display:inline-block;}
.anpager a {background: none repeat scroll 0 0;border:1px solid #CCCCCC;color:#000;margin:5px 4px 0 0;padding:10px 11px ;text-decoration:none; display:inline-block;}
.anpager a:hover{background: none repeat scroll 0 0;border:1px solid #1ACDF5;color:#1ACDF5;}

.pages {
 /*   height: auto;
    line-height: 40px;*/
    text-align: center;
    width: 100%;
    margin: 10px auto;
 }

@media (max-width: 1640px) {
	.news .container-auto,
	.footer-main,
	.activity-main {
		width: 1340px;
	}
	.nav li a {
		font-size: 16px;
	}
}

@media (max-width: 1430px) {
	.news .container-auto,
	.footer-main,
	.activity-main {
		width: 1170px;
	}
	.nav li a {
		font-size: 14px;
	}
	.company select {
		font-size: 14px;
	}
	.logo a {
		height: 60px;
	}
}

@media (max-width: 1200px) {
	.news .container-auto,
	.footer-main,
	.activity-main {
		width: 970px;
	}
	/*#myCarousel .carousel-inner .item {
		height: 400px;
	}*/
	.nav li a {
		font-size: 12px;
	}
	.nav li {
		line-height: 50px;
		height: 65px;
	}
	#myCarousel {
		margin-top: 80px;
	}
	.header {
		height: 80px;
	}
	.nav li ul {
		top: 65px;
	}
	.logo a {
		height: 50px;
	}
	.company select {
		margin: 10px 10%;
		font-size: 12px;
	}
}

@media (max-width: 992px) {
	.news .container-auto,
	.footer-main,
	.activity-main {
		width: 750px;
	}
	/*#myCarousel .carousel-inner .item {
		height: 300px;
	}*/
	.nav li {
		padding: 0 1.2%;
	}
	.nav li {
		line-height: 40px;
		height: 55px;
	}
	.header {
		height: 70px;
	}
	.nav li ul {
		top: 55px;
	}
	#myCarousel {
		margin-top: 70px;
	}
	.logo a {
		height: 40px;
	}
	.company select {
		margin: 10px 10%;
		font-size: 12px;
	}
	.footer-left ul {
		height: auto;
	}
}

@media (max-width: 768px) {
	.news .container-auto,
	.footer-main,
	.activity-main {
		width: 90%;
	}
	.nav li {
		padding: 0 1.2%;
	}
	.nav li {
		line-height: 40px;
	}
	.logo a {
		height: 40px;
	}
	.company select {
		margin: 10px 10%;
		font-size: 12px;
	}
	.footer-left ul {
		height: auto;
	}
	.footer,
	.nav,
	.company {
		display: none;
	}
	.logo {
		width: 40%;
	}
	.wap-nav,
	.wap-footer {
		display: block;
	}
	#top {
		width: 1.33rem;
		height: 1.33rem;
	}
	.footer-list li ul li {
		line-height: 0.66rem;
	}
	.nav {
		width: 40%;
		position: absolute;
		z-index: 1000000;
		right: -40%;
		top: 0;
		display: none;
		background-color: #555;
	}
	.nav li {
		display: block;
		height: auto;
		line-height: 45px;
	}
	.nav li .active , .nav li ul li .active{
		background-color: #000000;
		color: #FFFFFF;
		border: 0;
		padding: 0;
	}
	.nav li a {
		text-indent: 15px;
		padding: 0.13rem 0;
		text-align: left;
		display: block;
		font-size: 0.24rem;
		color: #ccc;
		border-top: 1px solid rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	}
	.nav li a img {
		display: block;
		width: 16px;  
		height: 16px;
		float: right;
		margin: 0.3rem 0.1rem 0;
	}
	.nav li a:hover {
		background-color: #333 !important;
		color: #fff;
		outline: 0;
	}
	.nav li ul {
		display: none;
		/*display: block;*/
		width: 100%;
		position: static;
		background-color: transparent;
		border: 0;
	}
	.nav li ul li {
		display: block;
		height: 45px;
		line-height: 45px;
		border: 0;
	}
	.nav li ul li a {
		height: 45px;
		text-indent: 2em;
		line-height: 45px;
		padding: 0;
		text-align: left;
		display: block;
		font-size: 0.21rem;
		color: #ccc;
		border: 0;
	}
}