body,
html {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
}

* {
	box-sizing: border-box;
}

img,
table {
	max-width: 100%;
	height: auto !important;
}

table,
td {
	border: 1px solid #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
	line-height: 1;
	font-family: "微软雅黑";
	margin: 0px;
	padding: 0px;
	max-width: 100%;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0;
	height: auto;
	overflow: hidden;
}

ul li {
	list-style: none;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

.clear {
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.wrap {
	position: relative;
}

.centered-btns_nav {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 38px;
	height: 61px;
	transition: .5s;
	margin-top: -40px;
	line-height: 200px;
	background-image: url(../images/arrow.gif);
	overflow: hidden;
	opacity: .1;
}

.centered-btns_nav:hover {
	opacity: .7;
}

.next {
	right: 0;
	background-position: right 0;
}

.centered-btns_nav:active {
	opacity: 1;
}

.centered-btns_tabs {
	margin-top: 15px;
	text-align: center;
	font-size: 0;
	position: absolute;
	list-style-type: none;
	width: 100%;
	z-index: 99;
	bottom: 15px;
}

.centered-btns_tabs li {
	display: inline-block;
	margin: 0 3px;
	*display: inline;
	*zoom: 1;
}

.centered-btns_tabs a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 20px;
	background-color: rgba(0, 0, 0, .3);
	background-color: #ccc\9;
	overflow: hidden;
	*display: inline;
	*zoom: 1;
}

.centered-btns_here a {
	background-color: rgba(0, 0, 0, .9);
}


/*header*/

.header_meta {
	height: 50px;
	border-bottom: 1px solid #e5e5e5;
}

.header_meta_l {
	float: left;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	width: 55%;
}

.header_meta_r {
	float: left;
	width: 45%;
	text-align: right;
}

.header_meta_r a {
	display: inline-block;
	line-height: 50px;
	font-size: 14px;
	color: #666;
}

.header_meta_r a:hover {
	color: #FE4E12;
}

header {
	padding: 20px 0;
}

.header_l {
	width: 60%;
	float: left;
}

.logo {
	float: left;
	width: 40%;
}

.logo a {
	width: 282px;
	height: 76px;
	display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
	background-size: contain;
	font-size: 0;
}

.header_wel {
	width: 58%;
	margin-left: 2%;
	float: left;
	padding-left: 2%;
	border-left: 1px solid #999999;
	margin-top: 9px;
}

.header_wel h5 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
}

.header_wel p {
	font-size: 14px;
	color: #999999;
}

.header_r {
	float: right;
	padding-top: 9px;
}

nav {
	height: 60px;
	border-bottom: 2px solid #391a55;
}

nav ul {
	overflow: inherit;
}

nav ul li {
	float: left;
}

nav ul li:first-of-type a {
	border-left: 1px solid #fff;
}

nav ul li a {
	display: block;
	padding: 0 40px;
	border-right: 1px solid #fff;
	line-height: 60px;
	font-size: 18px;
	color: #333333;
	transition: .3s;
}

nav ul li.active a,
nav ul li:hover a {
	background: #FE4E12;
	color: #fff;
}


/*footer */

.footer_top {
	height: 80px;
	background: url(../images/footer_top_bg.jpg) repeat-y center top;
}

.footer_top_l {
	width: 825px;
	float: left;
}

.footer_top_l ul li {
	float: left;
	width: 25%;
}

.footer_top_l ul li img {
	float: left;
	padding-top: 21px;
	margin-right: 15px;
}

.footer_top_l ul li font {
	font-size: 16px;
	color: #fff;
	line-height: 80px;
}

.footer_top_r {
	width: 375px;
	float: left;
	text-align: center;
}

.footer_top_r a {
	display: inline-block;
	width: 100px;
	height: 30px;
	margin-top: 25px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	transition: .3s;
}

.footer_top_r a:hover {
	background: #fff;
	color: #FE4E12;
}

footer {
	padding: 30px 0;
	background: url(../images/footer_bg.jpg) no-repeat center top;
}

.footer_fz {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer_fz_title {
	position: relative;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
}

.footer_fz_title::before {
	content: " ";
	position: absolute;
	width: 465px;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	left: 0;
	top: 10px;
}

.footer_fz_title::after {
	content: " ";
	position: absolute;
	width: 465px;
	height: 1px;
	background: rgba(255, 255, 255, .5);
	right: 0;
	top: 10px;
}

.footer_fz_category {
	padding: 20px 0 10px;
}

.footer_fz_category ul li {
	float: left;
	font-size: 14px;
	transition: .3s;
	color: #fff;
	margin-right: 25px;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
}

.footer_fz_category ul li.active,
.footer_fz_category ul li:hover {
	color: #FE4E12;
	border-bottom: 1px solid #FE4E12;
}

.footer_fz_list {
	display: none;
	height: auto;
	overflow: hidden;
}

.footer_fz_list.active {
	display: block;
}

.footer_fz_list a {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	transition: .3s;
	margin-right: 35px;
}

.footer_fz_list a:hover {
	color: #FE4E12;
}

.links {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.links h5 {
	font-size: 14px;
	color: #fff;
	margin-bottom: 10px;
}

.links a {
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	transition: .3s;
	margin-right: 35px;
}

.links a:hover {
	color: #FE4E12;
}

.footer_nav {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.footer_nav a {
	display: block;
	float: left;
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
	transition: .3s;
	margin-right: 35px;
}

.footer_info font {
	float: left;
	margin-right: 35px;
	font-size: 14px;
	color: #fff;
}

.footer_info a {
	color: #fff;
	font-size: 14px;
}


/*在线咨询*/

.suspend {
	width: 40px;
	height: 198px;
	position: fixed;
	top: 215px;
	right: 0;
	overflow: hidden;
	z-index: 9999;
}

.suspend dl {
	width: 120px;
	height: 198px;
	border-radius: 25px 0 0 25px;
	padding-left: 40px;
	box-shadow: 0 0 5px #e4e8ec;
}

.suspend dl dt {
	width: 40px;
	height: 198px;
	background: url(../images/suspend.png);
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.suspend dl dd.suspendQQ {
	width: 120px;
	height: 66px;
	background: #ffffff;
}

.suspend dl dd.suspendTel {
	width: 120px;
	height: 66px;
	background: #ffffff;
}

.suspend dl dd.suspendQQ a {
	width: 120px;
	height: 66px;
	display: block;
	background: url(../images/suspend.png) -40px 0;
	overflow: hidden;
}

.suspend dl dd.suspendTel a {
	width: 120px;
	height: 66px;
	display: block;
	background: url(../images/suspend.png) -40px -66px;
	overflow: hidden;
}

.suspend dl dd.suspendTel.qq3 a {
	background: url(../images/suspend.png) -40px -132px;
}

.returnTop {
	position: fixed;
	right: 15px;
	bottom: 50px;
	z-index: 99998;
	cursor: pointer;
	width: 40px;
	height: 37px!important;
	text-align: center;
	white-space: normal;
	font-size: 14px;
	line-height: 17px;
	padding-top: 3px;
	color: #fff;
	opacity: 1;
	display: inline-block;
	background: url(../images/cont_97.png) no-repeat -42px center #666;
}

.nei_banner {
	text-align: center;
}


/*list_product_3*/

.lp3_main {
	padding: 40px 0;
	background: #f2f2f2;
}

.lp3_l {
	width: 820px;
	float: left;
	margin-right: 30px;
	border: 1px solid #eeeeee;
	background: #fff;
}

.lp3_l_title {
	border-bottom: 1px solid #e5e5e5;
}

.lp3_l_title span {
	width: 131px;
	height: 49px;
	display: block;
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 49px;
	border-right: 1px solid #E5E5E5;
	transition: .5s;
}

.lp3_l_title span i {
	margin-left: 10px;
}

.lp3_l_title span i:nth-child(1) {
	display: inline-block;
}

.lp3_l_title span i:nth-child(2) {
	display: none;
}

.lp3_l_title span.active {
	border-top: 2px solid #FE4E12;
	color: #FE4E12;
	border-bottom: 1px solid #fff;
	transform: translateY(1px);
}

.lp3_l_title span.active i:nth-child(1) {
	display: none;
}

.lp3_l_title span.active i:nth-child(2) {
	display: inline-block;
}

.lp3_l_list {
	display: none;
}

.lp3_l_list.active {
	display: block;
}

.lp3_l_list_li {
	padding: 20px 30px;
	border-bottom: 1px solid #eee;
}

.lp3_l_list_li:last-of-type {
	border-bottom: 0;
}

.lp3_l_list_img {
	float: left;
	width: 30%;
}

.lp3_l_list_info {
	float: left;
	width: 30%;
	padding: 35px 0 0 20px;
}

.lp3_l_list_info h5 {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.lp3_l_list_info p {
	font-size: 14px;
	color: #666;
}

.lp3_l_list_jg {
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 20px;
}

.lp3_l_list_jg h5 {
	font-size: 30px;
	color: #FE4E12;
	margin-bottom: 10px;
}

.lp3_l_list_jg h5 font {
	font-size: 14px;
	color: #666666;
}

.lp3_l_list_jg p {
	font-size: 18px;
	color: #666;
}

.lp3_l_list_btn {
	float: right;
}

.lp3_l_list_btn a {
	display: inline-block;
	width: 100px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #FE4E12;
	border: 1px solid #FE4E12;
	border-radius: 3px;
	color: #fff;
	font-size: 20px;
	margin-top: 25px;
	transition: .3s;
}

.lp3_l_list_btn a:hover {
	color: #FE4E12;
	background: #fff;
}

.lp3_r {
	width: 350px;
	float: left;
	background: #fff;
	border: 1px solid #eee;
}

.lp3_r_advan {
	margin-top: 30px;
}

.lp3_r_advan h6 {
	height: 56px;
	line-height: 56px;
	padding-left: 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-size: 20px;
	color: #333;
}

.lp3_r_advan ul li {
	padding: 20px 20px 20px 105px;
	border-bottom: 1px dashed #eee;
}

.lp3_r_advan ul li:last-of-type {
	border-bottom: 0;
}

.lp3_r_advan ul li h5 {
	font-weight: bold;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}

.lp3_r_advan ul li p {
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.lp3_r_advan ul li:nth-child(1) {
	background: url(../images/list_product_3_advan_img1.jpg) no-repeat 15px 20px;
}

.lp3_r_advan ul li:nth-child(2) {
	background: url(../images/list_product_3_advan_img2.jpg) no-repeat 15px 20px;
}

.lp3_r_advan ul li:nth-child(3) {
	background: url(../images/list_product_3_advan_img3.jpg) no-repeat 15px 20px;
}

.lp3_r_advan ul li:nth-child(4) {
	background: url(../images/list_product_3_advan_img4.jpg) no-repeat 15px 20px;
}


/*list_product_2*/

.lp2_main {
	padding: 40px 0;
	background: #F2F2F2;
}

.lp2_top {
	text-align: center;
	margin-bottom: 40px;
}

.lp2_top ul li {
	display: inline-block;
	margin: 0 80px;
	text-align: center;
}

.lp2_top ul li h5 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
}

.lp2_top ul li p {
	font-size: 14px;
	color: #666;
}

.lp2_l {
	width: 350px;
	margin-right: 30px;
	float: left;
	background: #fff;
	border: 1px solid #eee;
}

.lp2_r {
	width: 820px;
	float: left;
	border: 1px solid #eee;
	background: #fff;
}

.lp2_l_cx {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.lp2_l_cx h5 {
	font-size: 18px;
	color: #333;
	padding-left: 25px;
	margin-bottom: 10px;
}

.lp2_l_cx ul li {
	width: 33.333%;
	float: left;
	margin-top: 15px;
	text-align: center;
}

.lp2_l_cx ul li p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.lp2_l_cx ul li img:nth-child(1) {
	display: inline-block;
}

.lp2_l_cx ul li img:nth-child(2) {
	display: none;
}

.lp2_l_cx ul li.active p {
	color: #FE4E12;
}

.lp2_l_cx ul li.active img:nth-child(1) {
	display: none;
}

.lp2_l_cx ul li.active img:nth-child(2) {
	display: inline-block;
}

.lp2_l_pp {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.lp2_l_pp h5 {
	font-size: 18px;
	color: #333;
	padding-left: 25px;
	margin-bottom: 10px;
}

.lp2_l_pp ul li {
	width: 20%;
	float: left;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	transition: .3s;
}

.lp2_l_pp ul li:hover {
	color: #FE4E12;
}

.lp2_l_jg {
	padding: 20px 25px;
}

.lp2_l_jg h5 {
	font-size: 18px;
	color: #333;
}

.lp2_l_jg h5 font {
	color: #666;
}

.lp2_l_line {
	display: block;
	background: #cfcfcf;
	height: 2px;
	margin: 20px 0;
	position: relative;
}

.lp2_l_line span {
	content: " ";
	position: absolute;
	width: 20%;
	height: 2px;
	background: #FE4E12;
	z-index: 3;
	left: 0;
	transition: .5s;
	top: 0;
}

.lp2_l_jg_main font {
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	position: relative;
	font-size: 14px;
	color: #333;
}

.lp2_l_jg_main font::before {
	content: " ";
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	z-index: 2;
	background: #CFCFCF;
	top: -24px;
	left: 48%;
}

.lp2_l_jg_main font:first-of-type,
.lp2_l_jg_main font.active {
	color: #FE4E12;
}

.lp2_l_jg_main font:first-of-type::before,
.lp2_l_jg_main font.active::before {
	background: #FE4E12;
}


/*page_service*/

.page_service_main {
	padding: 40px 0;
}

.page_service_title {
	padding-bottom: 10px;
	border-bottom: 2px solid #FE4E12;
	font-size: 30px;
	color: #FE4E12;
}

.page_service_title font {
	font-size: 18px;
	color: #999;
	margin-left: 15px;
}

.page_service_se1 ul li {
	width: 380px;
	height: 100px;
	border-radius: 3px;
	float: left;
	margin-top: 25px;
	background-color: #61a1df;
	background-repeat: no-repeat;
	padding: 15px 45px 0 170px;
}

.page_service_se1 ul li:nth-child(3n+2) {
	margin: 25px 30px 0;
}

.page_service_se1 ul li h5 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

.page_service_se1 ul li p {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}

.page_service_se1 ul li:nth-child(1) {
	background-image: url(../images/page_service_se1_img1.jpg);
	background-position: 30px 20px;
}

.page_service_se1 ul li:nth-child(2) {
	background-image: url(../images/page_service_se1_img2.jpg);
	background-position: 25px 20px;
}

.page_service_se1 ul li:nth-child(3) {
	background-image: url(../images/page_service_se1_img3.jpg);
	background-position: 30px 20px;
}

.page_service_se1 ul li:nth-child(4) {
	background-image: url(../images/page_service_se1_img4.jpg);
	background-position: 30px 20px;
}

.page_service_se1 ul li:nth-child(5) {
	background-image: url(../images/page_service_se1_img5.jpg);
	background-position: 30px 20px;
}

.page_service_se1 ul li:nth-child(6) {
	background-image: url(../images/page_service_se1_img6.jpg);
	background-position: 30px 20px;
}

.page_service_se2 {
	padding: 40px 0;
}

.page_service_se2 ul {
	margin-top: 30px;
}

.page_service_se2 ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}

.page_service_se3 ul li {
	width: 19%;
	float: left;
	margin: 20px 1.25% 0 0;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}

.page_service_se3 ul li img {
	transition: .8s;
}

.page_service_se3 ul li:nth-child(5n+5) {
	margin-right: 0;
}

.page_service_se3 ul li:hover {
	border: 1px solid #FE4E12;
}

.page_service_se3 ul li:hover img {
	transform: scale(1.1);
}


/*page*/

.page {
	padding: 40px 0;
}

.page_title {
	margin-bottom: 30px;
}

.page_title h5 {
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}

.page_title p {
	font-size: 18px;
	color: #999;
}

.page_content p {
	line-height: 1.68;
}


/*page_contact*/

.page_contact_l {
	width: 560px;
	float: left;
}

.page_contact_l h5 {
	font-size: 18px;
	color: #000;
}

.page_contact_l p {
	margin-top: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
}


/*list_article*/

.list_article_main {
	padding: 40px 0;
}

.list_article_title {
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.list_article_category {
	text-align: center;
	margin: 20px 0;
}

.list_article_category a {
	display: inline-block;
	width: 100px;
	height: 30px;
	border: 1px solid #cccccc;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #ccc;
	transition: .5s;
	margin: 0 10px;
}

.list_article_category a:hover,
.list_article_category a.active {
	background: #FE4E12;
	color: #fff;
}

.list_article ul li {
	width: 580px;
	float: left;
	margin-bottom: 25px;
}

.list_article ul li:nth-child(odd) {
	margin-right: 40px;
}

.list_article_date {
	width: 100px;
	height: 107px;
	text-align: center;
	float: left;
	background: #FE4E12;
}

.list_article_date h5 {
	padding: 15px 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .6);
	font-size: 48px;
	color: #fff;
	margin-bottom: 10px;
}

.list_article_date p {
	font-size: 16px;
	color: #fff;
}

.list_article_info {
	width: 480px;
	float: left;
	border: 1px solid #dcdcdc;
	border-left: 0;
	transition: .3s;
	padding: 15px 30px;
}

.list_article_info h5 a {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	transition: .3s;
	margin-bottom: 10px;
}

.list_article_info p {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
}

.list_article ul li:hover .list_article_info {
	border: 1px solid #FE4E12;
	border-left: 0;
}

.list_article ul li:hover .list_article_info h5 a {
	color: #FE4E12;
}


/*function*/

.function {
	text-align: center;
	margin: 20px 0;
}

.function a {
	display: inline-block;
	padding: 8px 10px;
	font-size: 15px;
	color: #999999;
	margin: 0 5px;
	border: 1px solid #999;
}

.function a:hover,
.function a.active {
	background: #FE4E12;
	border: 1px solid #FE4E12;
	color: #fff;
}


/*info_article*/

.info_article_main {
	padding: 40px 0;
	background: #f2f2f2;
}

.info_article {
	background: #fff;
}

.pos {
	padding: 15px;
	border-bottom: 1px solid #eee;
	font-size: 15px;
	color: #333;
	margin-bottom: 25px;
}

.info_article_title {
	font-size: 20px;
	text-align: center;
	color: #333;
}

.info_article_date {
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	border-bottom: 1px solid #eee;
	text-align: center;
	font-size: 15px;
	color: #666;
}

.info_article_content {
	padding: 0 15px;
}

.info_article_content * {
	line-height: 1.8;
}

.info_article_content a {
	color: #FE4E12;
}

.info_article_page {
	border-top: 1px solid #eee;
	margin-top: 25px;
}

.info_article_page a {
	display: block;
	width: 50%;
	padding: 15px;
	float: left;
	font-size: 15px;
	color: #666;
}

.info_article_page a:nth-child(2) {
	text-align: right;
	border-left: 1px solid #eee;
}


/*list_product_form*/

.search,
.search1 {
	width: 157px;
	height: 40px;
	border: 1px solid #E5E5E5;
	float: left;
	background: #fff;
	border-left: 0;
}

.citySelect,
.citySelect1 {
	width: 100%;
	height: 40px;
	position: relative;
	cursor: pointer;
	/*padding-left: 15px;*/
}

.cityName,
.cityName1 {
	display: block;
	line-height: 40px;
	padding-left: 10px;
	width: 120px;
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
}

.iconDown,
.iconDown1 {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 7px;
	background-image: url("../images/icons.png");
	background-repeat: no-repeat;
	background-position: 0 -2044px;
	cursor: pointer;
	display: inline-block;
}

.dropUl,
.dropUl1 {
	list-style: none;
	height: 300px;
	overflow: scroll;
	padding: 0;
}

.dropUl::-webkit-scrollbar,
.dropUl1::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 5px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 0;
}

.dropUl::-webkit-scrollbar-thumb,
.dropUl1::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.2);
	background: #d1d4db;
}

.dropUl::-webkit-scrollbar-track,
.dropUl1::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: none;
	border-radius: 0px;
	/*background: #EDEDED;*/
}

.dropProvUl li,
.dropProvUl1 li {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	color: #9fa3b0;
	line-height: 50px;
	background-color: white;
	cursor: pointer;
}

.dropProvUl li:hover,
.dropProvUl1 li:hover {
	background-color: #f1f3f6;
}

.dropCityUl,
.dropCityUl1 {
	margin-left: 5px;
	background-color: white;
}

.dropCityUl li,
.dropCityUl1 li {
	width: 100%;
	height: 50px;
	padding-left: 20px;
	color: #9fa3b0;
	line-height: 50px;
	cursor: pointer;
}

.dropCityUl li:hover,
.dropCityUl1 li:hover {
	background-color: #f1f3f6;
}

.dropDown div,
.dropDown1 div {
	width: 100%;
	height: 300px;
	float: left;
	display: none;
}

.dropdown,
.dropdown1 {
	position: relative;
	z-index: 99;
}

.list_product_form {
	padding: 30px 0;
	background: #fff;
	box-shadow: 0px 10px 10px 0 #e8e8e8;
}

.list_product_form input {
	outline: none;
	background: #fff;
	font-size: 16px;
	color: #666;
	height: 40px;
	line-height: 40px;
	text-indent: 10px;
}

.list_product_form_list {
	margin-bottom: 15px;
}

.list_product_form_li {
	width: 600px;
	float: left;
}

.list_product_form_name {
	width: 70px;
	border: 1px solid #e5e5e5;
	text-align: center;
	float: left;
	display: block;
	font-size: 16px;
	color: #333;
	height: 40px;
	line-height: 40px;
}

.list_product_inp2 {
	width: 223px;
	float: left;
	border: 1px solid #e5e5e5;
	text-indent: 10px;
	border-left: 0;
}

.list_product_radio {
	width: 147px;
	float: left;
	padding-left: 15px;
}

.list_product_radio span {
	float: left;
	font-size: 14px;
	color: #999999;
	display: block;
	margin-right: 10px;
	line-height: 40px;
}

.chooseBtn {
	display: none;
}

.choose-label {
	box-shadow: #ccc 0px 0px 0px 1px;
	width: 27px;
	height: 14px;
	margin-top: 13px;
	display: inline-block;
	border-radius: 20px;
	position: relative;
	background-color: #cfcfcf;
	overflow: hidden;
}

.choose-label:before {
	content: '';
	position: absolute;
	left: 1px;
	top: 1px;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 20px;
	background-color: #fff;
	z-index: 20;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.choose-label.active:before {
	left: 13px;
}

.choose-label.active {
	background-color: #FE4E12;
}

.list_product_form_r_li_name {
	width: 100px;
	height: 40px;
	display: block;
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #333;
	border: 1px solid #E5E5E5;
}

.list_pro_form_date_box {
	width: 384px;
	float: left;
}

.list_pro_form_date {
	display: block;
	width: 384px;
	border: 1px solid #E5E5E5;
	border-left: 0;
}

.list_pro_form_time {
	width: 116px;
	position: relative;
	height: 40px;
	display: block;
	float: left;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 40px;
	padding-left: 10px;
	font-size: 16px;
	color: #666;
	border: 1px solid #E5E5E5;
}

.list_product_form_t_name,
.list_product_form_t_tel {
	width: 300px;
	border: 1px solid #e5e5e5;
	border-left: 0;
	float: left;
	margin-right: 25px;
}

.list_pro_form_yzm {
	width: 240px;
	float: left;
	margin-right: 20px;
	position: relative;
}

.list_product_form_sub {
	float: right;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 0;
	outline: 0;
	background: #FE4E12;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
}

.list_pro_form_yzm_input {
	width: 240px;
	border: 1px solid #E5E5E5;
}

#checkcode {
	position: absolute;
	right: 1px;
	top: 1px;
}


/*sitemap*/

.lisitemap {
	float: left;
	list-style: none
}

.content_map {
	display: block;
	margin-bottom: 10px;
}

.content_map p {
	display: block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #FE4E12;
	font-size: 16px;
	margin-bottom: 10px;
	color: #8C8C8C;
}

.content_map ul {
	display: block;
}

.content_map ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}

.content_map ul li a {
	display: block;
	border: 1px solid #DCDCDC;
	color: #8C8C8C;
	font-size: 14px;
	transition: .6s;
	padding: 5px;
}

.content_map ul li a:hover {
	background: #FE4E12;
	color: #fff;
	border: 1px solid #FE4E12;
}
/*info_product*/
.info_product{
	padding: 15px;
}
.info_product_img{
	width: 50%;
	float: left;
    border: 1px solid #ddd;
}
.info_product_info{
	width: 50%;
	float: left;
	padding-left: 30px;
}
.info_product_info p{
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	padding-bottom: 10px;
	color: #333;
	border-bottom: 1px solid #ddd;
}
.info_product_info p:last-of-type{
	margin-bottom: 0;
}
.info_product_info p font{
	font-size: 30px;
	color: #FE4E12;
}
.info_product_content h5{
	padding: 20px 0 10px;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.info_product_content *{
	line-height: 1.46;
}
.info_product_other h5{
	padding: 20px 0 10px;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.info_product_other ul li{
	display: block;
	width: 24%;
	float: left;
	margin-right: 1.3333%;
	border: 1px solid #ddd;
}
.info_product_other ul li:last-of-type{
margin-right: 0;
}