html, body, a, address, b, big, blockquote, body, center, cite, code, dd,
	del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6,
	html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span,
	strong, u, ul, var {
	margin: 0;
	padding: 0;
}

input:focus, select:focus {
	outline: 0;
}

textarea {
	padding: 0 10px;
	outline: none;
	resize: none;
}

.hide {
	display: none
}

.fl {
	float: left
}

.fr {
	float: right
}

em, b, strong, i, label {
	font-style: normal;
	/*font-weight: 100;*/
}

ul, li, ol {
	list-style: none;
}

a, a:link {
	text-decoration: none;
	font-size: 14px;
}

a:active, a:hover {
	text-decoration: none;
	color: #333;
}

a:focus {
	outline: none;
}

html {
	height: 100%;
	overflow-x:hidden;
}

body {
	font-family: 'Microsoft YaHei';
	font-size: 14px;
	/*background-color: #f7f7f7;*/
}

/*瓒呭嚭鍑虹幇鐪佺暐鍙�*/
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*閫氱敤娓呴櫎娴姩*/
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

/*閫氱敤娓呴櫎娴姩*/
img {
	border: none;
}

.marTop30 {
	margin-top: 30px;
}

.padTop30 {
	padding-top: 30px;
}

/*棣栭〉*/
body, html {
	height: 100%;
}

.container {
	box-sizing: border-box;
	background-color: #F7F7F7;
	/* min-height: 100%;
	padding-bottom: 280px;
	margin-bottom: -280px; */
	padding:0;
}

.s_container {
	width: 1200px;
	margin: 0 auto;
	*zoom: 1;
	font-family: "微软雅黑", "宋体";
	/*IE/7/6*/
}

.s_container:before, .s_container:after {
	content: "";
	display: table;
	clear: both;
}

.s_container:after {
	clear: both;
}

.ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* 鍒楄〃椤靛叕鍏卞ご灏� */
.header {
	background: #fff;
}

.header_one {
	height: 36px;
	line-height: 36px;
	background: #ebecec;
	font-size: 14px;
	color: #4e4f4f;
}

.header_one_right {
	float: right;
}

.header_one_right a {
	color: #4e4f4f;
	font-size: 12px;
}

.header_one_right>i {
	margin: 0 15px;
	color: #ced1d6;
}

.header_one_right a .icon {
	display: inline-block;
	vertical-align: middle;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
}

.wisdom {
	width: 22px;
	height: 13px;
	background-position: -50px -100px;
}

.official {
	width: 22px;
	height: 16px;
	background-position: -99px -100px;
}

.shop {
	width: 22px;
	height: 16px;
	background-position: -150px -100px;
}

.header_one_right a:hover {
	color: #ff6c00;
}

.header_one_right a:hover i {
	background-position-y: -150px;
}

.header_two {
	height: 94px;
}

.logo {
	float: left;
	line-height: 94px;
}

.logo img {
	vertical-align: middle;
	margin-top: 20px;
}

.header_two_right {
	float: right;
	padding-top: 28px;
}

.search_box {
	width: 470px;
	height: 40px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #0096db;
	position: relative;
	padding: 0 88px 0 80px;
	float: left;
}

.search_box select {
	position: absolute;
	left: 20px;
	top: 0;
	width: 60px;
	border: 0;
	line-height: 38px;
	height: 38px;
	text-align: center;
	color: #454545;
}

.search_input input {
	width: 100%;
	line-height: 38px;
	height: 38px;
	border: 0;
	padding-left: 15px;
}

.search_box button {
	width: 88px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #00afff;
	border: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.search_box button img {
	vertical-align: middle;
	margin-right: 7px;
}

.header_two_right>a {
	float: right;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #565656;
	line-height: 40px;
	margin-left: 15px;
}

.nav {
	height: 104px;
	background: url('../img/nav_bg.jpg') no-repeat top center;
}

.nav_li {
	float: left;
	margin-right: 30px;
	padding-top: 12px;
	position: relative;
}

.nav_li::before {
	content: '';
	width: 1px;
	height: 57px;
	background-color: #ffffff;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 23.5px;
}

.nav_li:last-child {
	margin-right: 0;
}

.nav_li:last-child::before {
	display: none;
}

.nav_li a {
	margin-right: 40px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #ffffff;
}

/* .nav_li:last-child a {
	margin-right: 0;
}

.nav_li:first-child+div+div+div+div {
	margin-right: 0;
}

.nav_li:first-child+div+div+div+div a {
	margin-right: 0;
} */

.crumbs {
	line-height: 40px;
	color: #000000;
	margin: 7px 0;
}

.crumbs a {
	color: #00afff;
}
/* .crumbs a:hover{ color:#ff0000;} */

/*footer*/
.footer {
	background: #f8fafc;
	height: 132px;
	box-shadow: inset 0 2px 8px 0 rgba(7, 17, 27, .06);
}

.footerLeft {
	float: left;
}

.footerLeft ul {
	padding: 25px 0 20px;
	overflow: hidden;
	font-size: 14px;
}

.footerLeft ul li {
	float: left;
	padding-right: 44px;
}

.footerLeft ul li a {
	color: #666;
}

.footerLeft p {
	line-height: 25px;
	font-size: 12px;
	color: #666;
}

.footerRight {
	padding-top: 25px;
}

.footerRight div {
	float: right;
	margin-left: 40px;
	text-align: center;
}

.footerRight div img {
	vertical-align: top;
}

.footerRight p {
	font-size: 12px;
	line-height: 25px;
	color: #666;
}

.turnOver{
	text-align: right;
	margin: 10px 0 10px 0;
	width: 100%;
	padding-right: 25px;
	display: inline-block;
}
.turnOver span{
	display: inline-block;
    max-width: 47%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-left:20px;
}
/* 新增 */
.navNew{
	border-top: 1px solid #bcbcbc;
	height: 60px;
	background: #FFFFFF;
	box-shadow: 0px 6px 8px 1px rgba(99, 160, 238, 0.11);
}
.icon-nav-home{

}
.navNew-list{
	height: 60px;
	line-height: 60px;
}
.navNew-list li{
	text-align: center;
	/* float: left; */
	display: inline-block;
	font-size: 16px;
	height: 61px;

}
.navNew-list li a{
	color: #333;
	font-size: 16px;
	display: block;
	align-items: center;
	padding: 0 26px;
}
.navNew-list li.cur a{
	color: #fff;
	background: linear-gradient(90deg, #6099F2 0%, #76CED2 100%);
}
.navNew-list li.cur a img{
	display: none;
}
.navNew-list li.cur a .nav-on{
	display: inline-block;
}
.navNew-list li.cur{

}
.navNew-list li a:hover{
	color: #fff;
	background: linear-gradient(90deg, #6099F2 0%, #76CED2 100%);
}
.navNew-list li i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 5px;
	margin-top: -2px;
	vertical-align: middle;
	transition: all ease-out .5s;
}
.navNew-list li:hover i {
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
.icon-nav1{
	background: url(../img/icon-nav-1.png) no-repeat center center;
	/* background: url(../img/icon-nav-1.png); */
}
.navNew-list li:hover .icon-nav1 ,
.navNew-list li.cur .icon-nav1{
	background: url(../img/icon-nav-1-on.png) no-repeat;
}
.icon-nav2{
	background: url(../img/icon-nav-2.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav2 ,
.navNew-list li.cur .icon-nav2{
	background: url(../img/icon-nav-2-on.png) no-repeat;
}
.icon-nav3{
	background: url(../img/icon-nav-3.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav3 ,
.navNew-list li.cur .icon-nav3{
	background: url(../img/icon-nav-3-on.png) no-repeat;
}
.navNew-list li .icon-nav4{
	width: 19px;
	background: url(../img/icon-nav-4.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav4 ,
.navNew-list li.cur .icon-nav4{
	background: url(../img/icon-nav-4-on.png) no-repeat;
}
.icon-nav5{
	background: url(../img/icon-nav-5.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav5 ,
.navNew-list li.cur .icon-nav5{
	background: url(../img/icon-nav-5-on.png) no-repeat;
}
.icon-nav6{
	background: url(../img/icon-nav-6.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav6 ,
.navNew-list li.cur .icon-nav6{
	background: url(../img/icon-nav-6-on.png) no-repeat;
}
.icon-nav7{
	background: url(../img/icon-nav-7.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav7 ,
.navNew-list li.cur .icon-nav7{
	background: url(../img/icon-nav-7-on.png) no-repeat;
}
.icon-nav8{
	background: url(../img/icon-nav-8.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav8 ,
.navNew-list li.cur .icon-nav8{
	background: url(../img/icon-nav-8-on.png) no-repeat;
}
.icon-nav9{
	background: url(../img/icon-nav-9.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav9 ,
.navNew-list li.cur .icon-nav9{
	background: url(../img/icon-nav-9-on.png) no-repeat;
}
.icon-nav10{
	background: url(../img/icon-nav-10.png) no-repeat center center;
}
.navNew-list li:hover .icon-nav10 ,
.navNew-list li.cur .icon-nav10{
	background: url(../img/icon-nav-10-on.png) no-repeat;
}
