﻿/*---公用---*/
.html {
	margin: 0 auto;
	max-width: 1920px;
	min-width: 1200px;
}
html,*{
-webkit-user-select:none;
user-select:none;
-ms-user-select:none;
}
.html{
	font-size:16px;
}
.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.nav { height: 60px; background-color: #222325; position: relative; z-index: 1; margin: 0; padding: 0; }

.nav-content { width: 1200px; margin: 0 auto; }

.nav a { color: #fff; font-size: 16px; }

.nav  li { float: left; position: relative; display: inline; height: 60px; line-height: 60px; width:120px;}

.nav li  a { display: block; font-size: 16px; text-align: center; }

.nav li a:hover { background: #ffcd24; color: #fff; }

.nav li.on a { background: #2779cc; color: #fff; }


.mt_20 {
	margin-top: 20px;
}

.mt_60 {
	margin-top: 60px;
}

.mb_50 {
	margin-bottom: 50px;
}

.mb_30 {
	margin-bottom: 30px;
}

.mb_140 {
	margin-bottom: 140px;
}

.bg_FFF {
	background: #FFFFFF;
}


#error-msg {
	display: block;
	font-size: 18px;
	text-align: right;
}


/*page*/

#page {
	max-width: 700px;
	margin: 0 auto;
	margin-top: 40px;
	display: table;
}

#page ul li {
	float: left;
	display: table-cell;
	height: 35px;
	line-height: 35px;
	color: #666666;
	padding: 0 15px;
	margin-right: 10px;
	text-align: center;
	background: #e6e9ea;
}
#page ul li.thisclass{
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	color: #FFFFFF;
	background: #001e7d;
}
#page ul li:hover {
	display: block;
	color: #FFFFFF;
	background: #001e7d;
}
#page ul li:hover a{
	color: #FFFFFF;
}


/*----header----*/
#header{
	height: 180px;

	border-top: 5px solid #222325;
}
#logo{
	margin-top: 22px;
	width: 383px;
	height: 53px;
	float: left;
}
#nav{
	float: left;
	margin-left: 60px;
}
#nav li{
	float: left;
	height: 95px;
	margin-right: 40px;
	line-height: 95px;
}
#nav li a{
	font-size: 16px;
	color: #333333;
}
#nav li a:hover{
	color: #001e7d;
}
#nav li a.on{
	color: #001e7d;
}
#nav li:last-child{
	margin-right: 0;
}
#head_tel{
	float: right;
	font-size: 20px;
	color: #ff3333;
	font-weight: bold;
	height: 95px;
	line-height: 95px;
	padding-left: 35px;
	background: url(../images/head_tel.png) no-repeat center left;
	font-family: "Impact";
}


/*index_banner*/
.index_banner_slider{
	max-width: 1920px;
	min-width: 1200px;
	height: 633px;
	overflow: hidden;
	position: relative;
}
.index_banner_slider .hd{
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	z-index: 999;
}
.index_banner_slider .hd ul{
	margin: 0 auto;
	display: table;
	
}
.index_banner_slider .hd ul li li{
	float: left;
	display: table-cell;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 5px;
	cursor: pointer;
	color: #727076;
	margin-right: 10px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
	background: #727076;
	opacity: 0.5;
}
.index_banner_slider .hd ul li li.on{
	color: #727076;
	background: #FFFFFF;
	color: #FFF;
	opacity: 1;
}
.index_banner_slider .bd{
	height: 633px;
}
.index_banner_slider .bd ul li{
	width: 100%;
	height: 633px;
}
.index_banner_slider .prev,.index_banner_slider .next{
	position: absolute;
	top: 45%;
	left: 0;
	width: 35px;
	height: 66px;
	opacity: 0.5;
	background: url(../images/index_rison_con_prev.png) no-repeat center center;
}
.index_banner_slider .prev:hover,.index_banner_slider .next:hover{
	opacity: 1;
}
.index_banner_slider .next{
	right: 0;
	left: auto;
	background: url(../images/index_rison_con_next.png) no-repeat center center;
}


/*footer*/
.footer_promise{
	width: 100%;
	height: 90px;
	overflow: hidden;
	padding-top: 30px;
	background: #ffcd24;
	color: #ffffff;
}
.footer_promise img{
	margin-right: 74px;
}
.footer_promise .hou{
	margin-right: 0;
}
.footer_content{
	width: 100%;
	padding: 36px 0;
	background:#10172f;
}
.foot_logo{
	float: left;
	width: 265px;
	text-align: center;
}
.foot_logo img{
	width: 192px;
	height: 116px;
}
.foot_logo .tel{
	margin-top: 20px;
	font-size: 18px;
	color: #FFFFFF;
}
.foot_logo .tel font{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #ffcc00;
}

.foot_nav{
	float: left;
}

.foot_nav dl{
	float: left;
	height: 155px;
	padding: 0px 47px;
	border-left: 1px solid #21273e;
}
.foot_nav dl.a2{
	width: 140px;
}

.foot_nav dl dt{
	font-size: 16px;
	font-weight: bold;
	color: #8d96b5;
	margin-bottom: 10px;
}
.foot_nav dl dt a{
	color: #8d96b5;
}

.foot_nav dl.a2 dd{
	float: left;
	width: 162px;
	margin-right: 13px;
}

.foot_nav dl dd{
	font-size: 16px;
	color: #666c80;
	line-height: 30px;
}

.foot_nav dl dd a{
	color: #666c80;
}

.foot_tel{
	float: right;
	width: 200px;
	height: 155px;
	text-align: center;
 	padding-left: 30px;
	border-left: 1px solid #21273e;
}
.foot_tel img{
	width: 51px;
	height: 42px;
	margin:20px 0;
}
.foot_tel .h1{
	font-size: 18px;
	color: #666c80;
	line-height: 25px;
	margin-bottom: 10px;
}
.foot_tel .h2{
	font-size: 22px;
	color: #ffcd24;
	font-weight: bold;
	line-height: 25px;
}


.footer_copyright{
	padding: 25px 0;
	background: #10172f;
	border-top: 1px solid #21273e;
}
.footer_copyright p{
	font-size: 16px;
	color: #666c80;
	text-align: center;
	line-height: 30px;
}
.footer_copyright p a{
	color: #666c80;
}





#ntcp {
	color: #656565;
	/*width:1200px;*/
	margin:0 auto;
	overflow:hidden;
}
#ntcp ul {

}
#ntcp ul li {
	margin-top: 10px;
	width: 25%;
	float: left;
	text-align: center;
}
#ntcp ul li img {
	border: #dcdcdc solid 1px;
	padding: 2px;
	width: 98%;
	height: 217px;
}


#gdzx {
	color: #656565;
	margin: 10px;
	height: 185px;
}
#gdzx ul {
	padding: 10px 10px 5px 10px;
}
#gdzx ul li {
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	background: url(../images/dian.jpg) no-repeat left;
	float: left;
	width: 48%;
	padding: 0 5px;
}


.chanpin ul {
	padding-top: 10px;
}
.chanpin ul li {
	width: 306px;
	float: left;
	text-align: center;
}
.chanpin ul li p {
	height: 30px;
	line-height: 30px;
}
.chanpin {
}
.chanpin img {
	border: #dcdcdc solid 1px;
	padding: 2px;
	width: 295px;
	height: 210px;
}
.pages {
	text-align: center;
	padding-top: 5px;
}
.pages ul li {
	float: left;
}
.xinwen {
	padding: 8px 0px;
}
.xinwen ul {
	padding-left: 10px;
}
.xinwen ul li {
	border-bottom: #CCC dashed 1px;
	height: 60px;
	line-height: 35px;
	position: relative;
	margin-top: 10px;
	overflow: hidden;
}
.xinwen ul li a {
	font-size: 14px;
	background: url(../images/san.jpg) no-repeat left center;
	padding-left: 17px;
	color: #333;
}
.xinwen ul li a:hover {
	text-decoration: underline;
	color: #de0508;
}
.xinwen ul li p {
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 30px;
	left: 20px;
}
.time {
	float: right;
	color: #666666;
}
