html,
body {
	margin: 0;
	padding: 0;
	position: relative;
	font: 14px/24px "微软雅黑", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	color: #444
}

ul,
li,
p,
img,
b,
ol,
em,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	text-decoration: none;
	font-weight: initial;
}

a,
a:visited,
a:link {
	color: inherit;
	text-decoration: none;
}

#dituContent img {
	max-width: inherit;
}

img {
	max-width: 100%;
}

.container {
	width: 1200px;
	margin: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.block:after {
	content: "";
	display: block;
	clear: both;
}

.index_img {
	position: absolute;
	width: 100%;
	z-index: -1;
	height: 100%;
	top: 0px;
}

.index_img img {
	width: 100%;
	height: 100%;
	display: block;
}

.title {
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}

.title:after {
	content: '>';
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -17px;
	font-size: 30px;
	color: #e5e5e5;
	text-align: center;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-family: '宋体';
	text-align: center;
}

.title:before {
	content: '>';
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -22.5px;
	font-size: 35px;
	text-align: center;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	font-family: '宋体';
}

.title a {
	font-size: 40px;
	text-transform: uppercase;
	line-height: 40px;
}

.title h2 {
	font-size: 24px;
	color: #444;
}

.one_bd li h3,
.one_nav .on,
.one_hd .on,
.two_title,
.two_fr,
.three li:hover,
.three li:hover h3,
.three li:hover:after,
.four_ul li h3,
.four_ul li:before,
.six_nav .on a,
.footer_nav li a,
.footer_container {
	color: #fff
}

.title a,
.title:before {
	color: #18264a;
}

.logo,
.one_nav .on,
.one_hd .on,
.two_qh .prev:after,
.two_qh .next,
.four_qh .prev,
.six_nav .on,
.footer,
.treenav .fl li a:hover,
.treenav .fl li a.cur,
.pagination .current,
.slide .swiper-pagination-bullet-active,
.two_fr .more,
div#slides .hd .on {
	background: #18264a;
}

.two_fr,
.two_fr:before,
.four_qh .next,
.treenav2 li a.cur,
.treenav2 li a:hover {
	background: #c4a36e;
}

.two_fr .zm,
.innerTop h2,
ul.nav .cur,
ul.nav a:hover,
.six li:hover h3,
.footer_container li:hover {
	color: #d6bf9a;
}

/**/

.logo {
	height: 125px;
}

.logo a {
	display: block;
}

/**/

.navbox {
	width: 100%;
	background: #fff;
}

.nav li {
	position: relative;
	float: left;
}

.nav li:before {
	content: '>';
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #a8a8a8;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 30px;
	font-family: '宋体';
}

.nav li:first-child:before,
.nav_ul li:before {
	display: none;
}

.nav a {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 0px 45px 0;
	line-height: 80px;
	box-sizing: border-box;
	font-weight: bold;
}

.nav_ul {
	position: absolute;
	top: 80px;
	z-index: 11;
	display: none;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.nav_ul li {
	float: none;
	border-left: none;
}

.nav_ul li a {
	padding: 0px;
	font-size: 14px;
	margin: 0px;
	line-height: 60px;
	height: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: 1px solid #eee;
}

.nav li:hover .nav_ul {
	display: block;
}

.navboxs {
	position: fixed;
	top: 0;
	z-index: 5;
}

/**/

/**/

#slides {
	position: relative;
	width: 100%;
}

#slides img {
	width: 100%;
	display: block;
}

#slides .hd {
	left: 50%;
	padding: 4px;
	position: absolute;
	border-radius: 24px;
	bottom: 30px;
	z-index: 10;
	width: 240px;
	margin-left: -120px;
}

#slides .hd li {
	margin: 0px 5px;
	line-height: 5px;
	width: 50px;
	height: 2px;
	background: #555;
	float: left;
	cursor: pointer;
	text-align: center;
	color: transparent;
}

/**/

.kw {
	border-bottom: 1px solid #d0d0d0;
	overflow: hidden;
	background: #fafafa;
}

.kw .fl {
	line-height: 50px;
	font-size: 15px;
}

.search {
	margin-top: 9px;
}

.search input {
	display: block;
	height: 30px;
	width: 260px;
	float: left;
	line-height: 30px;
	padding: 0 10px 0 10px;
	border: 1px solid #888888;
	color: #888;
}

button.searchBtn {
	width: 40px;
	height: 32px;
	background: url(../image/search.png) no-repeat center;
	float: left;
	border: none;
	outline: none;
}

/**/

.one {
	margin-top: 50px;
}

.one_nav {
	margin-top: 30px;
	text-align: center;
}

.one_nav li {
	display: inline-block;
	width: 160px;
	line-height: 40px;
	border: 1px solid #d4d4d4;
	margin: 0px 10px;
	font-size: 16px;
}

.one_nav .on {
	position: relative;
	border-color: #18264a;
}

.one_nav .on:before {
	content: '';
	border-top: 10px solid #18264a;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin-left: -5px;
}

.one_hd {
	background: #f0f0f0;
	line-height: 60px;
	overflow: hidden;
	border-radius: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.one_hd li {
	float: left;
	width: 150px;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #d4d4d4;
	box-sizing: border-box;
}

.one_bd li {
	width: 360px;
	height: 285px;
	position: relative;
	float: left;
	margin-right: 60px;
	margin-bottom: 25px;
	overflow: hidden;
}

.one_bd li:nth-child(3n) {
	margin-right: 0px;
}

.one_bd li img {
	width: 100%;
	height: 78%;
	display: block;
}

.one_bd li h3 {
	width: 360px;
	height: 285px;
	position: absolute;
	background: rgba(24, 38, 74, 0.5);
	bottom: -235px;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.one_bd li:before {
	width: 30px;
	height: 30px;
	position: absolute;
	content: '';
	background: url(../image/ss.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	margin-left: -15px;
	display: none;
}

.one_bd li:hover h3 {
	bottom: 0px;
	line-height: 235px;
}

.one_bd li:hover:before {
	display: block;
}

/**/

.two {
	margin-top: 25px;
	position: relative;
}

.two .container {
	overflow: hidden;
	padding: 30px 0;
}

.two_fl {
	width: 740px;
}

.two_fl .bd {
	width: 740px;
	height: 420px;
	overflow: hidden;
}

.two_fl li {
	height: 420px;
}

.two_fl li img {
	width: 100%;
	height: 100%;
	display: block;
}

.two_title {
	line-height: 60px;
	font-size: 16px;
}

.two_title h2 {
	display: inline-block;
	font-size: 26px;
	margin-right: 20px;
}

.two_fr {
	width: 460px;
	height: 484px;
	position: relative;
	padding: 40px 40px 0px 40px;
	box-sizing: border-box;
	font-size: 16px;
}

.two_fr:before {
	width: 145px;
	height: 64px;
	content: '';
	position: absolute;
	left: -145px;
	bottom: 0
}

.two_fr h3 {
	font-size: 30px;
	text-align: right;
	position: relative;
	line-height: 70px;
	margin-bottom: 20px;
}

.two_fr h3:after {
	width: 40px;
	content: '';
	height: 3px;
	background: #fff;
	position: absolute;
	right: 0px;
	bottom: 0px
}

.two_fr .zm {
	display: block;
	font-size: 100px;
	margin-top: 20px;
	line-height: 85px;
}

.two_fr .more {
	display: block;
	width: 135px;
	line-height: 40px;
	text-align: center;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}

.two_qh {
	clear: both;
	float: right;
}

.two_qh .prev {
	width: 35px;
	height: 35px;
	background: #fff;
	position: relative;
	display: inline-block;
}

.two_qh .prev:before {
	content: '';
	border-right: 8px solid #18264a;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 3px;
	top: 15px;
}

.two_qh .prev:after {
	content: '';
	position: absolute;
	left: 13px;
	top: 17px;
	width: 12px;
	height: 2px;
}

.two_qh .next {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
}

.two_qh .next:before {
	content: '';
	border-left: 8px solid #fff;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	right: 3px;
	top: 15px;
}

.two_qh .next:after {
	content: '';
	background: #fff;
	position: absolute;
	right: 13px;
	top: 17px;
	width: 12px;
	height: 2px;
}

/**/

.three {
	position: relative;
	padding: 50px 0;
}

.three ul {
	margin-top: 50px;
	overflow: hidden;
}

.three li {
	width: 217px;
	float: left;
	height: 252px;
	background: #fcfcfd;
	margin: 0px 11px;
	box-shadow: 2px 2px 15px 0 #ccc;
	padding: 10px;
	box-sizing: border-box;
	padding-top: 50px;
	text-align: center;
	color: #888888;
	font-size: 12px;
	position: relative;
}

.three li h3 {
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.three li img {
	margin: 0 auto 30px;
	display: block;
}

.three li .three_imgs {
	display: none;
}

.three li:hover {
	background-color: #f8d49a;
	background-image: linear-gradient(#f8d49a, #cfae77);
}

.three li:hover .three_imgs {
	display: block;
}

.three li:hover .three_img {
	display: none;
}

.three li:after {
	content: '1';
	width: 40px;
	height: 100px;
	line-height: 100px;
	position: absolute;
	right: 30px;
	bottom: 0px;
	font-size: 100px;
	color: #cccbcb;
	font-family: '宋体';
	font-style: italic;
}

.three li:nth-child(2):after {
	content: '2';
}

.three li:nth-child(3):after {
	content: '3';
}

.three li:nth-child(4):after {
	content: '4';
}

.three li:nth-child(5):after {
	content: '5';
}

/**/

.four {
	margin-top: 50px;
}

.four_ul {
	margin-top: 50px;
	overflow: hidden;
}

.four_ul li {
	float: left;
	margin: 0px 5px;
	width: 290px;
	position: relative;
	text-align: center;
}

.four_ul li img {
	height: 235px;
	display: block;
	width: 100%;
}

.four_ul li h3 {
	position: absolute;
	width: 100%;
	height: 35px;
	background: rgba(24, 38, 74, 0.5);
	bottom: 0px;
	line-height: 35px;
	font-size: 16px;
}



.four_ul li:before {
	content: '+';
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	position: absolute;
	top: 55%;
	left: 50%;
	border-radius: 50%;
	font-size: 20px;
	line-height: 30px;
	margin-left: -15px;
	z-index: 2;
	display: none;
}

.four_ul li:hover h3 {
	height: 235px;
	line-height: 200px;
}

.four_ul li:hover:before {
	display: block;
}

.four_qh {
	text-align: center;
	margin: 50px auto;
}

.four_qh .prev {
	width: 90px;
	height: 40px;
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.four_qh .prev:before {
	content: '';
	border-right: 15px solid #fff;
	border-top: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	left: 17px;
	top: 17px;
}

.four_qh .prev:after {
	content: '';
	background: #fff;
	position: absolute;
	left: 36px;
	top: 20px;
	width: 30px;
	height: 2px;
}

.four_qh .next {
	width: 90px;
	height: 40px;
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.four_qh .next:before {
	content: '';
	border-left: 15px solid #fff;
	border-top: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	position: absolute;
	right: 17px;
	top: 17px;
}

.four_qh .next:after {
	content: '';
	background: #fff;
	position: absolute;
	right: 36px;
	top: 20px;
	width: 30px;
	height: 2px;
}

/**/

.five {
	position: relative;
	padding: 50px 0;
}

.five .container {
	position: relative;
}

.five .prev {
	width: 35px;
	height: 35px;
	background: rgba(24, 38, 74, 0.5);
	position: relative;
	display: inline-block;
}

.five .prev:before {
	content: '';
	border-right: 8px solid #fff;
	border-top: 3px solid transparent;
	border-left: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 3px;
	top: 15px;
}

.five .prev:after {
	content: '';
	background: #fff;
	position: absolute;
	left: 13px;
	top: 17px;
	width: 12px;
	height: 2px;
}

.five .next {
	width: 35px;
	height: 35px;
	background: rgba(196, 163, 110, 0.5);
	position: relative;
	display: inline-block;
}

.five .next:before {
	content: '';
	border-left: 8px solid #fff;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	right: 3px;
	top: 15px;
}

.five .next:after {
	content: '';
	background: #fff;
	position: absolute;
	right: 13px;
	top: 17px;
	width: 12px;
	height: 2px;
}

.five_prev {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 265px;
	z-index: 2;
	left: -13px;
}

.five_next {
	position: absolute;
	width: 35px;
	height: 35px;
	top: 265px;
	z-index: 2;
	right: -13px;
}

/**/

.six {
	margin-top: 50px;
}

.six_nav {
	text-align: center;
	margin: 50px 0;
}

.six_nav li {
	display: inline-block;
	line-height: 35px;
	width: 165px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

.six_nav .on {
	border-color: #18264a;
}

.six_ul ul {
	overflow: hidden;
}

.six_ul li {
	width: 555px;
	float: left;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.six_ul li:nth-child(2),
.six_ul li:nth-child(3),
.six_ul li:nth-child(4) {
	margin-bottom: 6px;
}

.six_ul li:nth-child(2),
.six_ul li:nth-child(3),
.six_ul li:nth-child(4),
.six_ul li:nth-child(5),
.six_ul li:nth-child(7),
.six_ul li:nth-child(9) {
	margin-left: 90px;
}

.six_ul .first {
	width: 555px;
	float: left;
	margin-left: 0;
}

.six_ul .first img {
	height: 350px;
	display: block;
	width: 100%;
}

.six_ul li h3 {
	line-height: 50px;
	color: #333333;
	font-size: 16px;
	display: inline-block;
	width: 430px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
}

.six_ul li h3:after {
	content: '>';
	font-size: 20px;
	color: #ccc;
	position: absolute;
	left: 0px;
	top: 0px;
	font-family: '宋体';
}

.six_ul li h3:before {
	content: '>';
	font-size: 15px;
	color: #ccc;
	position: absolute;
	left: -2px;
	top: 0px;
	font-family: '宋体';
}

.six_ul li span {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	line-height: 50px;
	width: 90px;
	text-align: right;
}

.six_ul li p {
	height: 48px;
	overflow: hidden;
	text-indent: 2em;
}

.six_ul li:hover h3 {
	font-weight: 500;
}

/**/

.footer_nav {
	margin-top: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.footer_container {
	margin: 50px auto;
	overflow: hidden;
}

.footer_container .fl {
	width: 333px;
}

.footer_container ul {
	float: left;
	width: 155px;
	margin: 0px 15px;
	border-left: 1px solid rgba(0, 0, 0, 0.5);
	padding: 0px 15px;
}

.footer_container li {
	line-height: 30px;
	font-size: 15px;
	text-align: center;
}

.footer_container li:first-child {
	font-size: 18px;
	line-height: 50px;
}

.footer_bottom {
	border-top: 1px solid rgba(0, 0, 0, 0.5);
	padding: 15px 0;
}

/**/

.innerTop {
	background: #f2f2f2;
	font-size: 16px;
	line-height: 150px;
	text-align: right;
}

.innerTop h2 {
	font-size: 24px;
	position: relative;
	z-index: 10;
}

.innerTop h2 i {
	position: absolute;
	font-size: 80px;
	color: #717171;
	line-height: 110px;
	font-family: arial;
	opacity: 0.2;
	font-style: normal;
	left: 0;
	z-index: -1;
	font-weight: normal;
}

.innerTop b {
	padding-left: 30px;
	font-weight: normal;
	background: url(../image/ichome.png) no-repeat left center;
}

.treenav {
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	line-height: 46px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}

.treenav .fl {
	width: 90%;
	border-right: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.treenav .fr {
	width: 10%;
	border-right: 1px solid #e1e1e1;
	box-sizing: border-box;
	position: relative;
}

.treenav .fl li {
	width: 11%;
	float: left;
	border-left: 1px solid #e1e1e1;
	box-sizing: border-box;
}

.treenav .fl li:nth-child(n+10) {
	display: none;
}

.treenav .fl li a {
	display: block;
}

.treenav .fl li a:hover,
.treenav .fl li a.cur {
	color: #fff;
}

.treenav .fr b {
	display: block;
	font-weight: normal;
	cursor: pointer;
}

.moreMenu {
	position: absolute;
	z-index: 99;
	background: #fff;
	border: 1px solid #e1e1e1;
	width: 100%;
	left: 0;
	display: none;
}

.moreMenu li {
	border-bottom: 1px solid #e1e1e1;
}

.treenav .fr:hover .moreMenu {
	display: block;
}

.pcenter li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
	position: relative;
	box-shadow: 0 2px 5px #ccc;
	top: 0;
	transition: all 0.3s;
}

.pcenter li:nth-child(3n) {
	margin-right: 0;
}

.pcenter li:hover {
	top: -5px;
	box-shadow: 0 6px 10px #ccc;
}

.pcenter li h4 {
	padding: 0 50px 0 15px;
	line-height: 58px;
	background: #f5f5f5;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.pcenter li h4:after {
	content: "";
	width: 30px;
	height: 30px;
	right: 10px;
	top: 14px;
	border-radius: 50%;
	position: absolute;
	background: #cacaca url(../image/enter-icon-on.png) no-repeat center;
}

.pbox {
	width: 100%;
	height: 275px;
	overflow: hidden;
}

.pbox img,
.nbox img,
.cnbox img {
	position: relative;
	max-width: none;
	height:80%;
	min-width: 100%;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nbox {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.cnbox {
	width: 20%;
	float: left;
	height: 135px;
}

.cnbox img {
	width: 100%;
}

.teambox {
	width: 20%;
	height: 156px;
	overflow: hidden;
}

.teambox img {
	width: 100%;
	height: auto;
	min-height: 100%;
	display: block;
}

.pagination {
	text-align: center;
}

.pagination a,
.pagination span {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 17px;
	margin: 0 2px;
	background: #f9f9f9;
	color: #727272;
	border-radius: 3px;
	font-size: 14px;
}

.pagination .current {
	color: #fff;
}

.preview {
	margin: 40px 0;
	background: #e4e4e4;
}

.imgs {
	width: 63%;
}

.imgs img {
	display: block;
	width: 100%;
}

.desc {
	width: 35%;
	float: right;
	font-size: 16px;
	color: #565656;
	line-height: 34px;
}

.desc h3 {
	font-size: 24px;
	line-height: 60px;
	padding-top: 3%;
	color: #434343;
	font-weight: normal;
}

.product_info_contact {
	line-height: 50px;
	border-top: 1px solid #d4d4d4;
}

.product_info_contact b {
	font-size: 22px;
}

.product_info_share span {
	float: left;
}

.product_info_share {
	font-size: 12px;
}

.slide .swiper-pagination-bullet {
	width: 50px;
	height: 5px;
	background: #aaa;
	margin: 6px 6px;
	cursor: pointer;
	opacity: 0.8;
	border-radius: 0;
	border: none;
}

.slide .swiper-pagination-bullet-active {
	opacity: 1;
}

.pageing {
	padding: 40px 0;
	line-height: 34px;
}

.pageing p {
	background: #ededed;
	margin-bottom: 1px;
	border-radius: 4px;
	overflow: hidden;
}

.pageing span {
	display: inline-block;
	padding: 0 10px;
	background: #d4d4d4;
	margin-right: 10px;
}

.gg {
	background: #f2f2f2 url(../image/notice.png) 10px center no-repeat;
	margin-bottom: 40px;
	line-height: 50px;
	height: 50px;
	overflow: hidden;
	padding: 0 10px 0 50px;
}

.gg li,
.gg li a {
	display: block;
}

.newstop li {
	float: left;
	width: 31.333%;
	margin-right: 2%;
	margin-bottom: 40px;
	color: #000;
	padding-bottom: 10px;
}

.newstop li h4 {
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 28px;
	color: #000;
}

.newstop p {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding: 0 10px;
}

.treenav2 {
	background: #f2f2f2;
	height: 46px;
	margin-bottom: 30px;
	line-height: 46px;
	font-size: 16px;
}

.treenav2 li {
	float: left;
}

.treenav2 li a {
	display: block;
	padding: 0 35px;
	position: relative;
}

.treenav2 li a.cur:after,
.treenav2 li a:hover:after {
	content: "";
	position: absolute;
	border-top: 6px solid #aa8e48;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

.treenav2 li a.cur,
.treenav2 li a:hover {
	color: #fff;
}

.treenav2 li ul {
	display: none;
}

.newscenter li {
	border: 1px solid #e3e3e3;
	margin-bottom: 25px;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding: 10px 100px 10px 10px;
	overflow: hidden;
	position: relative;
}

.ntext {
	width: 78%;
	float: left;
	padding-left: 2%;
}

.ntext h4 {
	font-size: 18px;
	color: #333;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ntext p {
	color: #696969;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
}

.newscenter li span {
	position: absolute;
	width: 100px;
	overflow: hidden;
	height: 135px;
	right: 10px;
	top: 10px;
	font-size: 24px;
	color: #666;
	line-height: 70px;
	font-family: arial;
	text-align: right;
}

.newscenter li span i {
	display: block;
	position: absolute;
	padding-right: 100px;
	right: 0;
	font-size: 18px;
	width: 60px;
	line-height: 1;
	top: 70px;
	text-transform: uppercase;
	font-style: normal;
	-o-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	white-space: nowrap;
	text-align: center;
}

.newscenter li:hover span i {
	right: -60px;
}

.newscenter li span i:after {
	content: "";
	position: absolute;
	border-bottom: 1px solid #888;
	width: 100px;
	right: 0;
	bottom: 3px;
}

.newscenter li:hover {
	border-color: #888;
}

.desctitle {
	margin-bottom: 50px;
	border-left: 6px solid #18264a;
	padding-left: 15px;
	color: #666;
	line-height: 26px;
}

.desctitle h3 {
	font-size: 24px;
	color: #333;
	line-height: 34px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ctitle {
	text-align: center;
	padding: 40px 0 20px;
}

.ctitle h3 {
	font-size: 30px;
	color: #333;
	line-height: 44px;
}

.modual {
	font-size: 16px;
	line-height: 2;
	color: #555;
}

.ab1 {
	margin-bottom: 40px;
	text-indent: 2em;
}

.ab2 {
	margin-bottom: 40px;
	text-align: center;
	background: url(http://static2.fuhai360.com/n200609/images/page_about_bg.png) no-repeat bottom center;
}

.ab2 ul {
	padding: 60px 0;
	overflow: hidden;
}

.ab2 li {
	width: 33%;
	float: left;
}

.ab2 li .num {
	font-size: 90px;
	color: #333;
	line-height: 100px;
	font-weight: bold;
}

.ab2 em {
	font-style: normal;
}

.ab3 {
	margin-bottom: 60px;
}

.ab3 table {
	width: 100%;
	background: #f8f8f8;
}

.ab3 td {
	width: 25%;
}

.ab3 img {
	display: block;
	width: 100%;
	height: auto;
}

.ab3 .p20 {
	text-align: right;
	padding: 0 15%;
}

.ab3 .p20 b,
.ab3 .p20 strong {
	display: block;
	font-size: 24px;
	color: #393939;
	line-height: 60px;
	font-weight: normal;
}

.wh1 li {
	position: relative;
	width: 25%;
	float: left;
	overflow: hidden;
	margin-bottom: 40px;
}

.wh1 li img {
	display: block;
	width: 100%;
}

.des {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}

.wh2 {
	padding: 70px 0;
	background: #f2f2f2;
}

.wh2 .fl {
	width: 50%;
}

.wh2 .fr {
	width: 48%;
}

.whh {
	margin-bottom: 35px;
	position: relative;
}

.whh:after {
	content: "";
	position: absolute;
	width: 48px;
	height: 3px;
	background: #333;
	bottom: 0;
	left: 0;
}

.whh h3 {
	font-size: 24px;
	color: #333;
	line-height: 60px;
	font-weight: normal;
}

.teamdes {
	background: #f5f5f5;
	margin-bottom: 40px;
}

.teamdes .fl {
	width: 73%;
}

.teamdes .fl img {
	display: block;
	width: 100%;
}

.teamdes .fr {
	width: 23%;
	padding: 0 2%;
	font-size: 13px;
	line-height: 26px;
	color: #696969;
}

.teamdes .fr h3 {
	line-height: 30px;
	padding-top: 8%;
	font-size: 20px;
	font-weight: normal;
	color: #535353;
	margin-bottom: 4%;
}

.tmore {
	padding-top: 8%;
}

.tmore a {
	width: 100px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	display: block;
	border: 1px solid #c3c3c3;
	text-align: center;
	padding-right: 10px;
	background: url(http://static2.fuhai360.com/n200609/images/enter-icon.png) no-repeat 90px center;
}

.teamlist li {
	margin-bottom: 20px;
	background: #f2f2f2;
	padding: 10px;
}

.teamr {
	width: 77%;
}

.teamr h3 {
	font-size: 18px;
	color: #333;
	line-height: 36px;
	padding-top: 1%;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teamr span {
	font-size: 14px;
	color: #949494;
	line-height: 24px;
}

.teamr p {
	font-size: 14px;
	color: #696969;
	line-height: 24px;
	padding-top: 1%;
	height: 48px;
	overflow: hidden;
}

.pcenter.honnor li {
	width: 23%;
	cursor: pointer;
}

.pcenter.honnor li .pbox {
	height: 204px;
}

.vbox {
	line-height: 1;
}

/*弹窗*/

.wform {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	left: 0;
	top: 0;
	display: none;
}

.wform_shaw {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, .6);
}

.wform_con {
	position: absolute;
	max-height: 80%;
	padding: 20px;
	box-sizing: border-box;
	background: #f9f9f9;
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

i.wform_close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	background: url(http://static2.fuhai360.com/n200609/images/fancybox_sprite.png);
}

.wform_img {
	position: relative;
	width: 100%;
	height: 100%;
}

.wform_img img {
	display: block;
	max-height: 100%;
}

.descontent {
	clear: both;
}

.page_banner img {
	display: block;
	width: 100%
}

/**/

h4.related {
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #ccc;
}

h4.related span {
	border-bottom: 2px solid #c4a36e;
	display: inline-block;
}

ul.relate_news li {
	line-height: 50px;
	border-bottom: 1px dashed #ccc;
}

.relatedlist {
	margin-bottom: 30px;
}

ul.relate_pr {
	margin-top: 20px;
}

ul.relate_pr li {
	width: 18%;
	float: left;
	margin: 0% 1%;
	text-align: center;
}

/**/

.interlink {
	padding: 10px 0;
	background: #18264a;
}

.interlink__inner {
	width: 1200px;
	margin: auto;
	color: #fff;
	overflow: hidden;
}

.interlink__title {
	width: 100px;
	font-size: 16px;
	background: url(../image/202106021654093565.png) no-repeat right;
	float: left
}

.interlink__list {
	width: 1090px;
	float: right;
}

a.interlink__item {
	color: #fff;
	margin: 0px 10px;
	font-size: 15px;
}

a.interlink__item:hover {
	color: #d6bf9a
}

body {
	background: #f9fafc;
}

.logo {
	background: #fff;
	border-bottom: 1px solid #3d3936;
}

.navbox {
	background: #fff;
}

.nav a {
	line-height: 60px;
	color: #3d3936;
}

.nav li:before {
	color: #fff;
	top: 20px;
}

.nav_ul {
	top: 60px;
	background: #fff;
}

.two_qh,
.five {
	display: none;
}

.one_nav .on:before {
	margin-left: -8px;
}

.one_nav li {
	width: 156px;
	margin: 0 4px;
}

.imgs img {
	width: auto;
	height: 500px;
}

ul.relate_pr img {
	height: 160px;
	width: auto;
}

.one_bd li {
	width: 277px;
	margin-right: 30px;
	height: 220px;
}

.one_bd li:nth-child(3n) {
	margin-right: 30px;
}

.one_bd li:nth-child(4n) {
	margin-right: 0px;
}

.one_bd li h3 {
	width: 100%;
}

.one_bd li:hover h3 {
	line-height: 310px;
}

.two {
	margin-top: 10px;
}

.footer,
.one_nav .on,
.one_hd .on,
.two_fr .more,
.four_qh .prev,
.six_nav .on {
	background: #3a4050;
}

.one_nav .on:before {
	border-top-color: #3a4050;
}

#right {
	position: fixed;
	top: 20%;
	right: 10px;
	width: 200px;
	z-index: 990;
}

#right ul {
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 10px 0 30px;
	background: #fbfbfb;
	height: auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.18);
}

#right ul li {
	text-align: center;
	margin-bottom: 10px;
	font-size: 15px;
}

#right ul li:nth-child(1) {
	width: 160px;
	border-radius: 6px;
	margin: 0 auto 10px;
	padding: 0 10px;
	overflow: hidden;
	background: #fadb14;
}

#right ul li .plx {
	display: block;
	font-weight: bold;
}

#right ul li .plx span {
	color: #3c5cf6;
	font-size: 18px;
}

#right .weixin {
	height: 130px;
	font-weight: bold;
}

#right .weixin img {
	height: 130px;
}

div#pagesize li {
	display: inline-block;
}

div#pagesize a.active {
	background: #18264a;
	color: #fff;
}

.f360-guestbook {
	margin: 0 24px;
	font-size: 13px;
	font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

.f360-guestbook-textbox {
	height: 30px;
	line-height: 30px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
	background: #fff;
	padding: 0 5px;
	color: #666;
	width: 300px;
	vertical-align: text-top;
}

.f360-guestbook-textbox:hover {
	border-color: #c2c2c2;
}

.f360-guestbook-textbox:focus {
	border-color: #40a9ff;
}

.f360-guestbook-textarea {
	height: auto;
	line-height: 1.5;
	width: 450px;
	overflow-y: auto;
}

.f360-guestbook-button {
	padding: 6px 20px;
	background: #1890ff;
	border: 1px solid #1890ff;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
}

.f360-guestbook-button:hover {
	background-color: #40a9ff;
	border-color: #40a9ff;
	cursor: pointer;
}

.f360-guestbook-button-disabled,
.f360-guestbook-button-disabled:hover {
	background-color: #40A9FF87;
	border-color: #40A9FF87;
}

.f360-guestbook-form-item {
	margin-bottom: 15px;
}

.f360-guestbook-form-item:after {
	clear: both;
	display: table;
	content: ' ';
}

.f360-guestbook-form-item-label {
	float: left;
	min-width: 80px;
	text-align: right;
	vertical-align: top;
	line-height: 30px;
}

.f360-guestbook-form-item-label strong {
	color: #f5222d;
}

.f360-guestbook-form-item-field {
	float: left;
	text-align: left;
	min-width: 450px;
}

.f360-guestbook-form-item-error-content {
	margin: 5px 0;
	color: #f5222d;
	display: none;
}

.f360-guestbook-form-item-error .f360-guestbook-textbox {
	border-color: #f5222d;
}

.f360-guestbook-form-item-error .f360-guestbook-form-item-error-content {
	display: block;
}

.f360-guestbook-dialog {
	min-width: 250px;
	padding: 25px 35px;
	position: fixed;
	border: 2px solid #f2f2f2;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
	display: none;
}

.f360-guestbook-tabs {
	margin: 10px 0 15px 85px;
	display: none;
}

.f360-guestbook-tabs:after {
	clear: both;
	display: table;
	content: ' ';
}

.f360-guestbook-tabs-item {
	float: left;
}

.f360-guestbook-tabs-item a {
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	margin-right: 10px;
	color: #333;
}

.f360-guestbook-tabs-item a:hover {
	border-color: #1890ff;
	color: #1890ff;
}

.f360-guestbook-tabs-item.active a {
	border-color: #1890ff;
	background-color: #1890ff;
	color: #fff;
}

.f360-guestbook-list {
	display: none;
}

.f360-guestbook-list-loading {
	text-align: center;
	margin: 15px 0;
	display: none;
}

.f360-guestbook-list-item {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #d8d8d8;
	font-size: 12px;
}

.f360-guestbook-list-item-title span {
	margin-right: 10px;
}

.f360-guestbook-list-item-content {
	margin: 8px 0;
	color: #666;
}

.f360-guestbook-list-nodata {
	margin: 24px auto;
	max-width: 100px;
	padding: 15px 35px;
	border: 1px dotted #ddd;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	color: #999;
}

.f360-guestbook-list-paging ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 15px;
}

.f360-guestbook-list-paging ul:after {
	clear: both;
	display: table;
	content: ' ';
}

.f360-guestbook-list-paging li {
	float: left;
	margin-right: 8px;
}

.f360-guestbook-list-paging li>* {
	display: inline-block;
	padding: 4px 10px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
}

.f360-guestbook-list-paging li>a {
	text-decoration: none;
	color: #1890ff;
}

.f360-guestbook-list-paging li>a:hover {
	border-color: #1890ff;
}

.f360-guestbook-list-paging li>span.prev,
.f360-guestbook-list-paging li>span.next {
	display: none;
}

.f360-guestbook-list-paging li .current {
	background-color: #1890ff;
	border-color: #1890ff;
	color: #fff;
}

@media (max-width:760px) {
	.f360-guestbook {
		font-size: 16px;
	}

	.f360-guestbook-textbox {
		width: 100%;
	}

	.f360-guestbook-button {
		font-size: 16px;
	}

	.f360-guestbook-form-item-label {
		display: block;
		width: auto;
		text-align: left;
	}

	.f360-guestbook-form-item-field {
		display: block;
	}

	.f360-guestbook-form-item-error-content {
		margin-left: 0;
	}

	.f360-guestbook-tabs {
		margin-left: 0;
	}

	.f360-guestbook-list-item {
		font-size: 16px;
	}
}