@charset "utf-8";

html {
	font-size: 62.5%; 
}

body {
	font-size: 14px;
	font-family: 'Microsoft Yahei', tahoma, arial, 'Hiragino Sans GB', sans-serif;
}

@media only screen and (max-width: 1200px) {
	body {
		width: 1200px;
	}
}

a {
	text-decoration: none;
}

.wm {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.wm:after, .clear:after {
	display: block;
	content: "clear";
	width: 0;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.fl {
	float: left;
	display: inline-block;
}

.fr {
	float: right;
	display: inline-block;
}

#head {
	min-height: 88px;
}

.header {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 100%;
	padding: 28px 20px 10px;
	background: rgb(255, 255, 255);
	border-top: 5px solid rgb(149, 3, 0);
	border-top: 5px solid rgb(255, 255, 255);
	box-shadow: 0 0 8px rgb(180, 180, 180);
	box-sizing: border-box;
}

.logo {
	font-size: 0;
}

.logo a {
	display: inline-block;
}

.logo a img {
	display: block;
}

.nav > ul > li {
	position: relative;
	float: left;
	display: inline-block;
	width: 130px;
	height: 45px;
	line-height: 45px;
}

.nav > ul > li > a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: rgb(67, 67, 67);
	background: rgb(149, 3, 0);
	background: rgb(255, 255, 255);
}

.nav > ul:hover > .on > a {
	color: rgb(67, 67, 67);
	background: rgb(255, 255, 255);
}

.nav > ul:hover > li:hover > a, .nav > ul > .on > a {
	background: rgb(52, 52, 52);
	color: rgb(255, 255, 255);
	background: rgb(218, 47, 32);
}

.nav > ul > li > ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 10px 0 0;
}

.nav > ul > li > ul:before {
	content:"";
	position: absolute;
	display: block;
	top: 2px;
	left: 50%;
	width: 0;
	height: 0;
	margin: 0 0 0 -6px;
	border-bottom: 8px solid rgb(149, 3, 0);
	border-bottom: 8px solid rgb(218, 47, 32);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}

.nav > ul > li:hover > ul {
	display: block;
}

.nav > ul > li > ul > li {
	position: relative;
	z-index: 1;
	margin: 0 0 -1px;
	line-height: 25px;
}

.nav > ul > li > ul > li > a {
	display: block;
	padding: 5px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	border: 1px solid rgb(215, 53, 38);
	border: 1px solid rgb(218, 47, 32);
}

.nav > ul > li > ul > li:hover, .nav > ul > li > ul > .on {
	z-index: 2;
}

.nav > ul > li > ul:hover > .on > a {
	font-weight: normal;
	color: rgb(0, 0, 0);
	background: rgb(255, 255, 255);
	border-color: rgb(215, 53, 38);
	border-color: rgb(218, 47, 32);
}

.nav > ul > li > ul:hover > li:hover > a, .nav > ul > li > ul > .on > a {
	font-weight: bold;
	color: rgb(255, 255, 255);
	background: rgb(149, 3, 0);
	background: rgb(218, 47, 32);
	border-color: rgb(149, 3, 0);
	border-color: rgb(218, 47, 32);
}

#banner {
	border-bottom: 8px solid rgb(149, 3, 0);
	border-bottom: 2px solid rgb(210, 210, 210);
}

.hbanner {
	height: 400px;
}

.hbanner ul, .hbanner li {
	height: 100%;
}

.hbanner li a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.hbt {
	position: absolute;
	right: 40px;
	top: 118px;
	z-index: 2;
}

.hbt a {
	float: left;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 0 10px;
	background: rgb(67, 67, 67);
	border-radius: 50%;
}

.hbt a.on {
	background: rgb(149, 3, 0);
	background: rgb(218, 47, 32);
	cursor: default;
}

#main {
	padding: 20px 0 0;
	border-top: 20px solid rgb(238, 238, 238);
}

#foot {
	/*background: rgb(67, 67, 67);*/
}

.footer {
	/*padding: 30px 0;*/
	color: rgb(67, 67, 67);
}

.footer .wm {
	width: 1160px;
	padding: 28px 0;
	border-top: 5px solid rgb(218, 47, 32);
}

.footer a {
	color: rgb(67, 67, 67);
}

.footl {
	width: 300px;
}

.footl img {
	display: block;
	max-width: 100%;
	margin: 0 0 20px;
}

.footl span {
	display: block;
	line-height: 18px;
	text-indent: 66px;
}

.footm {
	width: 660px;
}

.footm a:hover {
	font-weight: bold;
}

.footm > ul > li {
	float: left;
	display: inline-block;
	min-width: 80px;
	padding: 0 0 0 30px;
}

.footm > ul > li > a {
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 28px;
}

.footm > ul > li > ul > li > a {
	font-size: 12px;
	line-height: 18px;
}

.footr {
	width: 200px;
	line-height: 20px;
	text-align: right;
}

.footr b {
	display: inline-block;
	padding: 0 0 10px 16px;
	font-size: 18px;
	/*font-weight: normal;*/
	background: url(../img/icon_tel.png) no-repeat left top;
}

.footr span {
	display: block;
	font-size: 16px;
}

.copyright {
	padding: 5px 0;
	border-top: 1px solid rgb(149, 149, 149);
}

.copyright p {
	line-height: 22px;
	text-align: center;
	color: rgb(149, 149, 149);
}

.copyright p a {
	color: rgb(149, 149, 149);
}

.introduce {
	padding: 22px 0 12px;
}

.intro {
	position: relative;
	padding: 50px 0 20px;
	/*border-top: 50px solid rgb(238, 238, 238);
	border-bottom: 20px solid rgb(238, 238, 238);*/
	border: 1px solid rgb(210, 210, 210); 
}

.intro_bg {
	padding: 0 19px;
	background: rgb(238, 238, 238);
}

.tt {
	height: 18px;
	padding: 10px 0;
	font-size: 18px;
	line-height: 18px;
	color: rgb(67, 67, 67);
}

.tt img {
	display: inline-block;
	vertical-align: top;
}

.tt b {
	display: inline-block;
	font-size: 20px;
}

.tt i {
	display: inline-block;
}

.about {
	width: 778px;
	margin: -50px 0 0;
}

.about_img {
	width: 285px;
	margin: -22px 0 0;
}

.about_img img {
	display: block;
	max-width: 100%;
}

.about_info {
	width: 463px;
	padding: 12px 15px 0;
}

.about_txt {
	padding: 0 0 20px;
}

.about_txt p {
	padding: 20px 0 10px;
	line-height: 2;
	text-indent: 2em;
	text-align: justify;
	color: rgb(67, 67, 67);
}

.about_txt a {
	display: inline-block;
	height: 18px;
	padding: 10px 28px;
	font-size: 16px;
	line-height: 18px;
	color: rgb(255, 255, 255);
	background: rgb(203, 169, 110);
	border-radius: 20px;
}

.about_txt a img {
	display: inline-block;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	vertical-align: top;
	border-right: 1px solid rgb(255, 255, 255);
}

.about_txt a:hover {
	background: rgb(218, 47, 32);
}

.news {
	width: 380px;
	padding: 12px 0 0;
	margin: -51px 0 0;
	background: rgb(255, 255, 255);
	/*border-top: 5px solid rgb(149, 3, 0);*/
	border: 1px solid rgb(210, 210, 210);
}

.news .tt {
	padding-left: 20px;
}

.news > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.news ul {
	padding: 5px 19px;
}

.news ul li {
	height: 28px;
	line-height: 28px;
}

.news ul li span {
	float: right;
	display: inline-block;
	width: 60px;
	text-align: right;
	color: rgb(175, 136, 76);
}

.news ul li a {
	position: relative;
	float: left;
	display: inline-block;
	width: 272px;
	height: 28px;
	padding: 0 0 0 10px;
	color: rgb(67, 67, 67);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 5px;
	height: 5px;
	background: rgb(218, 47, 32);
	border-radius: 50%;
}

.news ul li a:hover {
	color: rgb(218, 47, 32);
}

.pros {
	/*background: rgb(238, 238, 238);*/
}

.prost {
	font-size: 26px;
	line-height: 50px;
	text-align: center;
	color: rgb(67, 67, 67);
	/*background: rgb(255, 255, 255);*/
}

.prost img {
	display: inline-block;
	margin: -4px 0 0;
	vertical-align: middle;
}

.probtn {
	padding: 0 20px;
	height: 48px;
	background: rgb(255, 255, 255);
}

.probtn a {
	position: relative;
	float: left;
	display: inline-block;
	width: 382px;
	height: 48px;
	font-size: 26px;
	line-height: 48px;
	text-align: center;
	color: rgb(67, 67, 67);
}

.probtn a em {
	position: relative;
	display: inline-block;
	font-style: normal;
	font-weight: bold;
}

.probtn a:nth-child(even) {
	margin: 0 7px;
}

/*.probtn a i {
	position: absolute;
	left: 50%;
	top: 0;
	display: none;
	width: 0;
	height: 0;
	margin: 0 0 0 -8px;
	border-top: 8px solid rgb(149, 3, 0);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}*/

.probtn a i {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 5px;
	background: rgb(218, 47, 32);
}

.probtn .on {
	color: rgb(218, 47, 32);
}

.probtn .on i {
	display: block;
}

.procon {
	position: relative;
	width: 1160px;
	height: 466px;
	margin: 0 auto;
}

.probox {
	height: 466px;
}

.probox ul {
	width: 1168px;
	height: 474px;
	margin: 0 -8px -8px 0;
}

.probox ul li {
	float: left;
	display: inline-block;
	width: 284px;
	height: 229px;
	padding: 0 8px 8px 0;
}

.probox ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.probox ul li a img {
	display: block;
	width: 284px;
	height: 194px;
	border: 1px solid rgb(60, 60, 60);
	box-sizing: border-box;
	/*background: url(../img/pro_bg.png) no-repeat right top rgb(149, 3, 0);*/
}

.probox ul li a span {
	display: block;
	height: 35px;
	padding: 0 10px;
	line-height: 35px;
	text-align: center;
	color: rgb(67, 67, 67);
	border: 1px solid rgb(210, 210, 210);
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.prol, .pror {
	position: absolute;
	display: block;
	top: 50%;
	width: 40px;
	height: 100px;
	margin: -50px 0 0;
	background-color: rgb(255, 255, 255);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid rgb(210, 210, 210);
	box-sizing: border-box;
}

.prol:hover, .pror:hover {
	box-shadow: 0 0 5px rgb(123, 123, 123);
}

.prol {
	left: -47px;
	background-image: url(../img/icon_left_h.png);
}

.pror {
	right: -47px;
	background-image: url(../img/icon_right_h.png);
}

.procontrol {
	display: none;
}

.links {
	margin: 40px 20px;
	border: 1px solid rgb(210, 210, 210);
	border-top: 5px solid rgb(218, 47, 32);
	/*border: 20px solid rgb(238, 238, 238);*/
}

.links .tt {
	padding: 15px 15px 10px;
	/*border-top: 5px solid rgb(149, 3, 0);*/
}

.links ul {
	padding: 0 15px 10px;
}

.links ul li {
	float: left;
	display: inline-block;
	width: 25%;
	height: 24px;
	padding: 6px 0;
}

.links ul li a {
	position: relative;
	display: block;
	height: 24px;
	padding: 0 40px 0 12px;
	line-height: 24px;
	color: rgb(67, 67, 67);
	background: url(../img/icon_rr.png) no-repeat 252px center;
	overflow: hidden;
}

.links ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	background: rgb(67, 67, 67);
	border-radius: 50%;
}

.links ul li a:hover {
	color: rgb(218, 47, 32);
}

.nbanner {
	height: 260px;
}

.left {
	width: 180px;
	padding: 0 20px;
	margin: 0 20px 20px 0;
	background: rgb(238, 238, 238);
}

.lt {
	padding: 0 20px 20px;
	margin: 0 -20px;
	background: rgb(255, 255, 255);
}

.lline {
	height: 10px;
	background: url(../img/left_bg.png) no-repeat right -20px rgb(218, 47, 32);
}

.lt h2 {
	padding: 0 5px;
	margin: 0;
	font-size: 18px;
	line-height: 37px;
	color: rgb(67, 67, 67);
	border-bottom: 1px solid rgb(67, 67, 67);
}

.lt h2 img {
	margin: -2px 0 0;
	vertical-align: middle;
}

.lmenu > ul > li {
	padding: 0 0 5px;
}

.lmenu > ul > li > a {
	display: block;
	padding: 5px 0 5px 25px;
	line-height: 25px;
	color: rgb(255, 255, 255);
	background: rgb(67, 67, 67);
}

.lmenu > ul > .on > a {
	background: url(../img/left_bg.png) no-repeat right bottom rgb(218, 47, 32);
}

.lmenu > ul > li:hover > a {
	background: rgb(218, 47, 32);
}

.lmenu > ul > li > ul > li {
	padding: 5px 0 0;
}

.lmenu > ul > li > ul > li > a {
	display: block;
	height: 32px;
	padding: 0 10px 0 25px;
	line-height: 32px;
	color: rgb(67, 67, 67);
	background: rgb(255, 255, 255);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.lmenu > ul > li > ul > .on > a {
	color: rgb(218, 47, 32);
}

.lmenu > ul > li > ul > li > a:hover {
	text-decoration: underline;
	color: rgb(218, 47, 32);
}

.lcontact {
	padding: 20px 0;
}

.lcontact ul li {
	height: 40px;
	padding: 0 0 5px;
}

.lcontact ul li img {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 2px 0 0;
	background: rgb(191, 139, 59);
}

.lcontact ul li i {
	float: left;
	display: inline-block;
	width: 0;
	height: 0;
	margin: 14px 0 0;
	border-right: 6px solid rgb(191, 139, 59);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

.lcontact ul li b {
	float: left;
	display: inline-block;
	width: 132px;
	line-height: 40px;
	text-align: center;
	color: rgb(255, 255, 255);
	background: rgb(191, 139, 59);
	overflow: hidden;
}

.right {
	width: 960px;
}

.rline {
	height: 10px;
	background: url(../img/right_bg.png) no-repeat right -20px rgb(67, 67, 67);
}

.rbox {
	padding: 0 20px 20px;
	border: 1px solid rgb(238, 238, 238);
	border-top: 0 none;
}

.rt {
	height: 196px;
	padding: 0 20px;
	margin: 0 -20px;
	font-size: 20px;
	line-height: 58px;
	background: rgb(246, 246, 246);
	border-bottom: 1px solid rgb(238, 238, 238);
}

.rt a {
	float: right;
	display: inline-block;
	height: 25px;
	padding: 0 25px 0 10px;
	margin: 16px 0 0;
	font-size: 14px;
	line-height: 25px;
	color: rgb(255, 255, 255);
	background: url(../img/right_bg.png) no-repeat right top rgb(67, 67, 67);
}

.rcon {
	margin: -139px 0 0;
}

.rconsty {
	padding: 20px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(238, 238, 238);
}

.title {
	padding: 0 0 20px;
	text-align: center;
}

.title h3 {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: rgb(67, 67, 67);
}

.title p {
	font-size: 12px;
	line-height: 22px;
	color: rgb(149, 149, 149);
}

.content {
	line-height: 1.8;
}

.content img {
	max-width: 100%;
}

.txt_list ul li {
	height: 30px;
	padding: 10px 0;
}

.txt_list ul li em {
	position: relative;
	float: left;
	display: inline-block;
	width: 103px;
	height: 30px;
	padding: 0 0 0 9px;
	margin: 0 24px 0 9px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	font-style: normal;
	color: rgb(255, 255, 255);
	background: rgb(67, 67, 67);
}

.txt_list ul li em i {
	position: absolute;
	display: block;
	top: 0;
	right: -9px;
	width: 18px;
	height: 30px;
	background: rgb(67, 67, 67);
	border-radius: 50%;
}

.txt_list ul li em i:first-child {
	left: -9px;
	right: auto;
	background: rgb(218, 47, 32);
}

.txt_list ul li span {
	float: left;
	display: inline-block;
	width: 731px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.txt_img {
	margin: 0 0 -14px;
}

.txt_img ul li {
	padding: 10px 0 14px;
	height: 150px;
}

.ti_img {
	width: 178px;
	height: 128px;
	padding: 10px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(238, 238, 238);
}

.ti_info {
	width: 677px;
	height: 108px;
	padding: 20px;
	margin: 0 0 0 -1px;
	background: rgb(255, 255, 255);
	border: 1px solid rgb(238, 238, 238);
}

.ti_info b {
	display: block;
	height: 20px;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ti_info b a {
	color: rgb(67, 67, 67);
}

.ti_info b a:hover {
	color: rgb(149, 3, 0);
}

.ti_info small {
	display: block;
	height: 24px;
	font-size: 12px;
	line-height: 24px;
	color: rgb(149, 149, 149);
}

.ti_info img {
	display: block;
	height: 10px;
	margin: 9px 0;
}

.ti_info span {
	display: block;
	height: 36px;
	line-height: 18px;
	color: rgb(112, 112, 112);
	overflow: hidden;
}

.patent {
	padding: 20px 0;
	border-bottom: 1px solid rgb(207, 207, 207);
}

.patent:first-child {
	padding-top: 0;
}

.patent h4 {
	margin: 0;
	font-size: 16px;
	line-height: 36px;
	font-weight: normal;
}

.patent > img {
	display: block;
	margin: 15px 0 10px;
}

.map {
	min-height: 324px;
	background: rgb(181, 226, 166);
}

.contact_info {
	margin: 15px 0 0;
}

.contact_info ul li {
	float: left;
	display: inline-block;
	width: 300px;
	height: 80px;
	padding: 25px 0;
	text-align: center;
	background: rgb(246, 246, 246);
	border: 1px solid rgb(238, 238, 238);
	box-sizing: border-box;
}

.contact_info ul li:nth-child(even) {
	margin: 0 9px;
}

.contact_info ul li img {
	display: inline-block;
	margin: 0 5px 0 0;
	vertical-align: top;
}

.contact_info ul li span {
	font-size: 18px;
	line-height: 30px;
}