﻿/*js代码(www.jsdaima.com)拒绝滥竽充数，我们只提供精品资源！*/
@charset "UTF-8";
/* CSS Document */
html {
	font-size: 20px;
}
@media only screen and (max-width: 481px) {
html {
	font-size: 14px;
}
}
@media only screen and (min-width: 481px) {
html {
	font-size: 15px;
}
}
@media only screen and (min-width: 569px) {
html {
	font-size: 17.5px;
}
}
@media only screen and (min-width: 641px) {
html {
	font-size: 20px;
}
}
* {
	padding: 0;
	margin: 0;
}
.ovfHiden {
	overflow-x: hidden;
	height: 100%;
}
body {
	font-size: 12px;
	font-family: Microsoft YaHei, Helvetica Neue, Helvetica, STHeiTi, sans-serif;
	color: #6a6a6a;
	line-height: 22px;
	background: #fff;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	text-decoration: none;
	color: #6a6a6a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a:hover, a:active, a:vistited {
text-decoration: none;
color:#f39800;
outline: 0!important;
}
a, input, select, textarea {
	outline: none;
	text-decoration: none!important;
}
a, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
:focus {
	outline: 0!important;
}
::-moz-selection {
color:#fff;
background:#3a1637;
}
::selection {
	color: #fff;
	background: #3a1637;
}
h1, h2, h3, h4, h5, h6, b {
	font-size: 100%;
	font-weight: normal;
}
address, em {
	font-style: normal;
}
ul, li, ol {
	list-style: none;
}
ul {
	margin-bottom: 0;
}
dl {
	margin: 0;
}
select, input, img, select {
	vertical-align: middle;
}
img, iframe {
	border: 0;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.fl, .fr {
	display: inline;
}
.btn {
	border: 0;
	-webkit-transition: background-color .4s ease-in;
	-moz-transition: background-color .4s ease-in;
	-o-transition: background-color .4s ease-in;
	transition: background-color .4s ease-in;
}
input, textarea {
	-webkit-appearance: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
	zoom: 1; /* for ie6 & ie7 */
}
.none_phone {
	display: block;
}
.on_phone {
	display: none;
}
/*banner*/
.slideBox {
	position: relative;
	overflow: hidden;
	width: 100%;/* 设置焦点图最大宽度 */
}
.slideBox .banner_circle {
	position: absolute;
	height: 28px;
	line-height: 28px;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	z-index: 50;
}
.slideBox .banner_circle li {
	display: inline-block;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: transparent;
	border: 1px solid #fff;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 6px;
	cursor: pointer;
	box-sizing: border-box;
}
.slideBox .banner_circle li.on {
	background: #ba8c17;
	border: 1px solid #ba8c17;
}
.slideBox .banner_img {
	position: relative;
	z-index: 0;
}
.slideBox .banner_img li {
	position: relative;
	text-align: center;
	overflow: hidden;
}
.slideBox .banner_img li img {
	vertical-align: top;
	width: 100%;
}
.slideBox .banner_img li>div {
	height: 700px;
}
.slideBox .prev, .slideBox .next {
	position: absolute;
	top: 48%;
	display: block;
	width: 38px;
	height: 61px;
	text-align: center;
	opacity: 0.5;
	z-index: 50;
	cursor: pointer;
}
.slideBox .next {
	left: auto;
	right: 0;
	background: url(../images/themes.jpg) no-repeat right top;
}
.slideBox .prev {
	background: url(../images/themes.jpg) no-repeat left top;
	left: 0px;
}
/*header*/
.header {
	position: absolute;
	top: 0;
	width: 100%;
}
.headermain {
	position: relative;
}
.logo {
	position: absolute;
	width: 23%;
	top: 0;
}
.logo h1 {
	float: left;
	margin: 0;
}
.logo h1:hover {
	opacity: 0.98;
}
.topwz {
	margin-top: 20px;
	text-align: right;
	color: #000;
}
.topwz a {
	color: #000;
	padding: 0 5px;
}
.topwz a:hover {
	color: #fff;
}
.topwz span {
	padding: 0 10px;
}
.topwz span:before {
	content: "";
	background: url(../images/icon_tel.png) no-repeat;
	display: inline-block;
	width: 18px;
	height: 14px;
	vertical-align: -13%;
	margin-right: 10px;
}
.topwz span b {
	color: #fff;
	font-size: 14px;
}
.subcon {
	width: 100%;
	height: 86px;
	line-height: 86px;
	background: rgba(0,0,0,0.3);
	border-radius: 50px;
	margin-top: 30px;
	padding-left: 23%;
}
.menu {
	float: right;
}
.menu:before {
	content: "";
	background: url(../images/icon_menu.png);
	cursor: pointer;
	color: #fff;
	width: 19px;
	height: 16px;
	display: inline-block;
}
.header_nav {
	float: left;
}
.navig {
	margin: 0;
}
.navig > li {
	display: block;
	float: left;
	position: relative;
}
.navig > li > a {
	display: block;
	font-size: 0.8rem;
	padding: 0 24px;
	color: #fff;
}
.navig > li > a:hover, .navig > li > a.xgnav:hover, .navig > li > a.xgnav:focus, .navig > li > a.xgnav:active, .navig > li.hover {
	background: #f39800;
}
.navig > li > ul > li > a {
	color: #fff;
	display: block;
	line-height: 50px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 14px;
	text-align: center;
}
.navig > li > ul > li:last-child > a {
	border-bottom: none;
}
.navig > li > ul >li > a:hover {
	background: #f39800;
}
.navig > li > ul {
	position: absolute;
	min-width: 100%;
	left: -9999px;
	background: rgba(0,0,0,0.4);
	border: none;
	border-radius: 4px;
	box-shadow: none;
	padding: 0;
	margin: 0px;
	transform: translate(0%, 0);
	overflow: hidden;
}
.navig > li.hover > ul {
	left: 0px;
	top: 100%;
	z-index: 9;
}
.navig > li > ul:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 5px;
	border-color: transparent transparent #f39800 transparent;
	margin-top: -5px;
	margin-left: -5px;
	left: 50%;
}
/*select1*/
.select1 {
	margin-top: 150px;
	background: url(../images/bg1.jpg) no-repeat center top;
	z-index: -1;
	padding-top: 150px;
	padding-bottom: 60px;
}
.set1main {
	position: relative;
}
.tit {
	position: absolute;
	top: -286px;
	width: 374px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 100
}
.product_item {
	color: #fff;
	margin: 0 13px;
}
.product_item a {
	display: block;
	color: #fff;
}
.product_item .hover_colour {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	padding: 2px;
}
.product_item .hover_colour .product_imgborder {
	position: absolute;
	width: 100%;
	left: -1px;
	top: -1px;
}
.hover_colour img {
	opacity: 1;
	width: 100%;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.product_item:hover .hover_colour>img {
	opacity: 1;
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.5, 1.2);
	transform: scale(1.2, 1.2);
}
.slider-title h5 {
	font-size: 16px;
	margin-top: 20px;
}
.slider-title p {
	font-size: 14px;
}
.slider-title span {
	display: inline-block;
	background: #2b2b2b;
	padding: 5px 30px;
	font-size: 13px;
}
.product_item:hover .slider-title span {
	background: #fa0000;
}
.owl_carousel_product .owl-controls, .owl_carousel_set2 .owl-controls {
	display: none !important;
}
/*select2*/
.select2 {
	padding: 60px 0;
}
.tit1 {
	background: url(../images/titbg1_2.jpg) repeat-x center center;
	text-align: center;
	height: 125px;
}
.tit1 h4 {
	position: relative;
	display: inline-block;
	height: 125px;
	background: #fff;
	padding: 0 40px;
	margin: 0;
}
.tit1 h4:before {
	position: absolute;
	left: 0;
	content: "";
	background: url(../images/titbg1.png) center no-repeat;
	width: 53px;
	height: 125px;
	display: inline-block;
}
.tit1 h4:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../images/titbg1_1.png) center no-repeat;
	width: 53px;
	height: 125px;
	display: inline-block;
}
.tit1 h4 b {
	font-size: 30px;
	color: #d9412d;
	display: block;
	margin-top: 28px
}
.tit1 h4 span {
	font-size: 20px;
	color: #fba104;
	display: block;
	margin-top: 6px;
}
.set2main {
	background: url(../images/bg3.png) no-repeat center center;
}
.owl_carousel_set2 {
	margin-top: 20px;
}
.hover_colour_1 {
	border-radius: 20px;
	border: 3px solid #e6e6e6;
	overflow: hidden;
}
.hover_colour_1 img {
	opacity: 1;
	width: 100%;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.product_item_1:hover .hover_colour_1>img {
	opacity: 1;
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.product_item_1 {
	margin: 0 15px;
}
.product_item_1 a {
	display: block;
}
.product_item_1 h5 {
	color: #242424;
	font-size: 16px;
	text-align: center;
	background: url(../images/bg_border2.png) no-repeat center center;
	height: 52px;
	line-height: 52px;
	margin-bottom: 20px;
}
.slider-title_1 {
	padding: 15px 15px 0;
	font-size: 13px;
	color: #242424;
}
.slider-title_1 span {
	background: url(../images/bg_btn1.jpg) no-repeat;
	width: 128px;
	height: 44px;
	line-height: 44px;
	margin-top: 5px;
	display: inline-block;
	text-align: center;
}
.product_item_1:hover .slider-title_1 span {
	color: #ff7e00
}
/*select3*/
.join_tit {
	background: url(../images/bg2.png) no-repeat 70% center scroll;
	height: 210px;
}
.set3_jmbg {
	background: url(../images/bg5.jpg) repeat-x bottom center;
	padding: 10px 0 30px
}
.jm_item_1 {
	margin: 0 10px;
}
.jminfo {
	background: url(../images/bg4.jpg) no-repeat top;
	background-size: cover;
	box-shadow: 2px 5px 5px 0 #b6b7b7;
	position: relative;
}
.jminfo i.jminfo_icon {
	position: absolute;
	background: url(../images/icon2.png) no-repeat center center;
	display: block;
	width: 24px;
	height: 42px;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -15px;
}
.jminfo h5 {
	font-size: 20px;
	color: #ff7e00;
	text-align: center;
	padding-top: 30px;
}
.jminfo .jm_wz {
	padding: 0 15px 20px;
}
.owl_carousel_jm.owl-carousel .owl-wrapper-outer {
	padding: 0 0 20px;
}
.stores_item:hover img {
	opacity: 0.8;
	cursor: pointer;
}
/*select4*/
.select4 {
	padding: 40px 0;
}
.owl_carousel_stores {
	margin-top: 30px;
}
.stores_item {
	background: url(../images/bg_border3.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 20px;
	margin: 0 15px;
}
.stores_img img {
	width: 100%;
}
.stores_title {
	padding: 20px 20px;
	background: #f5f2eb;
}
.stores_title span {
	font-size: 16px;
	color: #bf118a;
}
.stores_title p {
	font-size: 14px;
}
/*select5*/
.select5 {
	background: url(../images/bg6.jpg) no-repeat top center #ff7e00;
	padding: 60px 0 30px;
}
.set5_left {
	float: left;
	width: 63%;
	text-align: center;
}
.set5l_2 {
	text-align: center;
}
.set5l_2 h5 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}
.set5l_2 h5 span {
	color: #ca0000;
	font-size: 32px;
}
.set5l_2 .set5l_2btn {
	margin: 20px 0;
}
.set5l_2 .set5l_2btn a {
	display: inline-block;
	font-size: 13px;
	color: #000;
	background: #fac939;
	border-radius: 15px;
	margin: 0 10px;
	padding: 5px 30px;
}
.set5l_2 .set5l_2btn a:hover {
	color: #fff;
}
.set5l_3 {
	text-align: center;
}
.set5l_form input {
	width: 100%;
	border: none;
	background: #fff;
	padding: 8px 20px;
	margin-bottom: 10px;
	color: #000;
}
.set5l_form textarea {
	width: 100%;
	border: none;
	background: #fff;
	height: 134px;
	resize: none;
	color: #a2a2a2;
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #000;
}
.set5l_3left input::-webkit-input-placeholder, .set5l_3left input:-moz-placeholder, .set5l_3left input::-moz-placeholder {
color:#000;
}
.set5l_3right {
	padding-left: 0;
}
.set5l_3 .ljjm_btn {
	display: inline-block;
	background: #a20010;
	color: #fff;
	font-size: 20px;
	padding: 15px 45px;
	margin-top: 10px;
	border: none;
}
.set5l_3 .ljjm_btn:hover {
	background: #d60000;
}
.set5_right {
	float: right;
	width: 33%;
	background: #f5f2eb;
	box-shadow: -4px -4px 2px 1px #e06f00;
	padding: 10px 20px 20px;
}
.tit2 h5 span {
	display: inline-block;
	font-size: 15px;
	background: #d84e4c;
	color: #fff;
	padding: 10px 20px;
}
.tit2 h5 a {
	float: right;
	margin-top: 10px;
}
.set5r_bottom ul li {
	font-size: 13px;
	line-height: 30px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.set5r_bottom ul li a:hover {
	color: #a20010;
}
.set5r_bottom ul {
	min-height: 330px;
}
/*footer*/
.footer {
	background: #323335;
	color: #bcbcbc;
}
.footer_1 {
	padding: 1.2rem 0;
	border-bottom: 1px solid #404144;
	text-align: center;
}
.footer_1 ul li {
	display: inline-block;
	color: #fff;
}
.footer_1 ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0 15px;
}
.footer_2 {
	padding: 1.2rem 0;
}
.ft2_left {
	float: left;
}
.ft2_left a {
	float: left;
	display: block;
	margin: 30px 200px 0 0;
}
.ft2_left p {
	display: block;
	float: left;
	line-height: 30px;
	color: #cbcbcb;
	font-size: 14px;
}
.ft2_rig {
	float: right;
	color: #cbcbcb;
	margin-top: 10px;
}
/*-- to-top --*/
.floatCtro {
	width: 30px;
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 100
}
/*-- 内页 --*/
.nbanner {
	padding: 200px 0px 60px;
	overflow: hidden;
	background-size: cover;
	width: 100%;
}
.nbannerwz {
	float: right;
	text-align: center;
}
.dqwz {
	height: 50px;
	line-height: 50px;
	margin-top: 1px;
	background: #eaeaea;
}
.dqwz span {
	font-weight: bold;
}
.dqwz1 {
	height: 32px;
	background: url(../images/w_bg.png) repeat-x;
}
.nwrap {
	padding: 20px 0;
}
/*-- 内页side --*/
.nside {
	float: left;
	width: 280px;
}
.nside_t {
	background: url(../images/side_bgt.png) no-repeat center center;
	height: 130px;
}
.nside_t h5 {
	color: #fff;
	font-size: 22px;
	padding: 40px 0 0 60px;
}
.nside_t h5 span {
	display: block;
	text-transform: uppercase;
	margin-top: 3px;
	font-size: 16px;
}
.nside_m {
	background: url(../images/side_bgm.png) repeat-y center center;
	padding: 10px 0 40px 40px;
}
.nside_m ul li {
	background: #ded8cc;
	height: 50px;
	line-height: 50px;
	padding: 0 15px 0 40px;
	margin-bottom: 10px;
}
.nside_m ul li a {
	display: block;
	background: url(../images/icon3.png) no-repeat right center;
	color: #1a1a1a;
	font-size: 16px;
}
.nside_m ul li a:hover {
	background: url(../images/icon3_1.png) no-repeat right center;
	color: #b80000;
}
.nside_b {
	background: url(../images/side_bgb.png) no-repeat center center;
	height: 110px;
}
.nside_1 {
	margin-top: 30px;
}
.nside_1 a {
	display: block;
	margin-bottom: 20px;
}
/*-- 内页主体 --*/
.nmain_right {
	float: right;
	width: 830px;
	border: 1px solid #d3d3d3;
}
.ntit3 h4 {
	height: 50px;
	line-height: 50px;
	color: #b80000;
	font-size: 20px;
	padding-left: 30px;
	border-bottom: 1px solid #d3d3d3;
}
.nproduct_main {
	padding: 10px 15px;
}
.product_item_n1 {
	width: 29.3%;
	float: left;
	margin: 5px 2% 20px;
}
.product_item_n1 a {
	display: block;
	color: #414141;
}
.product_item_n1 a .slider-title span {
	color: #fff;
}
.stores_item_n1 {
	width: 29.3%;
	float: left;
	margin: 5px 2% 20px;
	padding: 15px;
}
.stores_item_n1 .stores_title {
	padding: 5px 10px
}
.nynews_main {
	padding: 5px 15px;
}
.ny_newslist ul li {
	border-bottom: 1px dashed #a1a1a1;
	padding: 15px 10px 10px;
}
.ny_newslist ul li span {
	float: right;
	color: #a0a0a0;
}
.ny_newslist ul li a {
	font-size: 15px;
	color: #4d4d4d;
	background: url(../images/icondian.jpg) no-repeat left center;
	padding-left: 20px;
}
.ny_newslist ul li a:hover {
	color: #aa131b;
}
.ny_newslist ul li p {
	display: block;
	padding-left: 20px;
	color: #7c7c7c;
	line-height: 25px;
	margin-top: 5px;
	height: 50px;
	overflow: hidden;
}
.nyxq_main {
	padding: 20px 30px;
}
.nxqimg {
	text-align: center;
}
.nxqwz {
	line-height: 30px;
	margin-top: 20px;
}
.nyxq_main h2 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
}
.zs_set1bg {
	background: url(../images/zs_bg1.png) no-repeat center top;
	padding: 40px 0 200px;
}
.zs_wz {
	padding-left: 42%;
}
.zs_wz h6 {
	font-size: 22px;
	color: #424242;
}
.zs_wz h6 span {
	font-size: 16px;
	color: #969696;
	display: block;
	padding-left: 22px;
	margin-top: 10px;
}
.zs_wz p {
	display: block;
	color: #ff4808;
	padding-left: 40px;
	font-size: 14px;
}
.zs_set2 {
	background: #171719;
}
.zs_set2bg {
	background: url(../images/zs_bg2.jpg) no-repeat 76% top;
	padding: 40px 0 380px;
	background-size: cover
}
.zs_set3 {
	background: url(../images/zs_bg3.jpg) no-repeat center top;
}
.zs_set3bg {
	background: url(../images/zs_bg3_1.png) no-repeat 76% 10px;
	padding: 60px 0 130px;
}
.zs_wz1 {
	padding: 5% 10%;
}
.zs_wz1 h6 span {
	color: #fff;
}
.zs_set4bg {
	background: url(../images/zs_bg4.png) no-repeat left bottom;
	padding: 80px 0 120px;
}
.zs_wz2 {
	padding-left: 56%;
}
.zs_set5 {
	background: #ffaf00;
}
.zs_set5 .zs_set3bg {
	background: url(../images/zs_bg5.png) no-repeat 76% 20px;
	padding: 60px 0 130px;
}
.zs_set6 .zs_set4bg {
	background: url(../images/zs_bg6.png) no-repeat left bottom;
	padding: 80px 0 120px;
}
.zs_wz3 {
	padding-left: 60%;
}
.zs_set7 {
	background: #e6e6e6;
}
.zs_set7 .zs_set3bg {
	background: url(../images/zs_bg7.jpg) no-repeat 76% 40px;
	padding: 60px 0 60px;
}
.zs_set8 .zs_set4bg {
	background: url(../images/zs_bg8.png) no-repeat left 10px;
	padding: 80px 0 120px;
}
.zs_wz4 {
	padding-left: 20%;
}
 @media (max-width: 1200px) {
.navig > li > a {
	padding: 0 13px;
}
.ft2_left, .ft2_rig, .ft2_left a, .ft2_left p {
	float: none;
	text-align: center;
}
.ft2_left a {
	margin: 20px 0 0 0;
}
.ft2_left p {
	font-size: 12px;
}
.set5_left, .set5_right {
	float: none;
	width: 100%;
}
.set5_right {
	margin-top: 30px;
}
.nside {
	display: none;
}
.nmain_right {
	float: none;
	width: 100%;
}
}
@media (max-width: 992px) {
.none_phone {
	display: none;
}
.on_phone {
	display: block;
}
.header_nav {
	float: none;
}
.header {
	height: 80px;
	line-height: 80px;
}
.logo h1 {
	line-height: 80px;
}
.subcon {
	background: rgba(50, 59, 68, 0.8);
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	height: auto;
	border-radius: 0;
	padding: 0;
	text-align: center;
	z-index: 999;
}
.navig ul {
	width: 100%;
}
.navig > li {
	float: none;
	text-align: center;
	padding: 0;
	color: #ddd;
	line-height: 20px;
}
.navig > li > a {
	display: block;
	font-size: 14px;
	color: #ddd;
	padding: 10px 0;
}
.navig > li > a:hover, navig > li > a:focus, .navig > li > a:active {
	background: #f39800;
	color: #e9e9e9;
}
.navig > li.hover > ul, .navig li li.hover ul {
	position: static;
}
.navig > li > ul {
	transform: none;
	min-width: 100%;
}
.navig > li > ul:before {
	border-width: 0;
}
.navig > li > ul > li > a {
	background: none;
	padding-left: 0;
	line-height: 40px;
}
.navig > li > ul >li > a:hover {
	background: #f39800;
}
.select1 {
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 30px;
}
.tit {
	top: -186px;
	width: 230px;
}
.select2 {
	padding: 40px 0;
}
.tit1 h4 {
	padding: 0 30px;
}
.tit1, .tit1 h4 {
	height: 99px;
}
.tit1 h4:before {
	position: absolute;
	left: 0;
	content: "";
	background: url(../images/titbg1.png) center no-repeat;
	width: 42px;
	height: 99px;
	display: inline-block;
	background-size: cover
}
.tit1 h4:after {
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	background: url(../images/titbg1_1.png) center no-repeat;
	width: 42px;
	height: 99px;
	display: inline-block;
	background-size: cover
}
.tit1 h4 b {
	margin-top: 18px;
}
.slider-title_1 p {
	display: block;
	height: 40px;
	overflow: hidden;
}
.join_tit {
	background: url(../images/bg2_1.png) no-repeat 70% top scroll;
	height: 120px;
}
.owl_carousel_jm .owl-controls {
	display: none !important;
}
.zs_set2bg {
	background-size: cover;
	padding: 40px 0 280px;
}
.zs_wz1, .zs_wz2, .zs_wz3, .zs_wz4 {
	background: rgba(0,0,0,0.2)
}
.zs_wz1 h6, .zs_wz1 h6 span, .zs_wz1 p {
	color: #fff;
}
.zs_set4bg {
	background-size: cover
}
}
@media (max-width: 768px) {
.set5l_3right {
	padding-left: 15px;
}
.product_item_n1 {
	width: 46%;
	margin: 5px 2% 20px;
}
.stores_item_n1 {
	width: 46%;
	margin: 5px 2% 20px;
}
}
@media (max-width: 640px) {
.logo {
	width: 28%;
}
.select1 {
	margin-top: 80px;
	padding-top: 80px;
}
.tit {
	top: -145px;
	width: 180px;
}
.slider-title h5 {
	font-size: 13px;
	margin: 5px 0;
}
.slider-title p {
	font-size: 12px;
	display: block;
	height: 40px;
	line-height: 18px;
	overflow: hidden;
}
.tit1, .tit1 h4 {
	height: 71px;
}
.tit1 h4:before {
	position: absolute;
	left: 0;
	content: "";
	background: url(../images/titbg1.png) center no-repeat;
	width: 30px;
	height: 71px;
	display: inline-block;
	background-size: cover
}
.tit1 h4:after {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/titbg1_1.png) center no-repeat;
	width: 30px;
	height: 71px;
	display: inline-block;
	background-size: cover
}
.tit1 h4 b {
	margin-top: 10px;
	font-size: 20px;
}
.tit1 h4 span {
	font-size: 16px;
}
.stores_title span {
	font-size: 14px;
}
.stores_title p {
	font-size: 12px;
}
.select5 {
	padding: 30px 0
}
.set5l_2 h5 {
	font-size: 16px;
}
.set5l_2 h5 span {
	font-size: 20px;
}
.set5l_2 .set5l_2btn a {
	padding: 5px 20px;
	margin: 0 5px;
}
.set5l_3 a.ljjm_btn {
	padding: 10px 20px;
	font-size: 16px;
	margin-top: 0;
}
.footer_1 ul li a {
	font-size: 13px;
	padding: 0 6px;
}
.nyxq_main {
	padding: 20px 15px;
}
.zs_set1bg {
	padding: 10px 0 150px;
	background-size: cover
}
.zs_wz {
	padding-left: 26%;
}
.zs_wz1 {
	background: rgba(0,0,0,0.5)
}
}
@media (max-width: 480px) {
.logo {
	width: 32%;
	top: -15px;
}
.set5l_2 .set5l_2btn a {
	padding: 5px 10px;
	border-radius: 5px;
}
.ntit3 h4 {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 20px;
	margin: 0;
}
.nproduct_main {
	padding: 10px 5px;
}
.stores_item_n1 {
	width: 100%;
	margin: 5px 0 20px;
	float: none;
}
}
#titleTip {
	position: absolute;
	left: 15px;
	top: 190px;
	color: #fff;
	font-size: 14px;
}
#emailTip {
	position: absolute;
	left: 15px;
	top: 190px;
	color: #fff;
	font-size: 14px;
}
#neirongTip {
	position: absolute;
	left: 250px;
	top: 190px;
	color: #fff;
	font-size: 14px;
}
#dianhuaTip {
	position: absolute;
	left: 15px;
	top: 190px;
	color: #fff;
	font-size: 14px;
}
#pages {
	padding: 30px 0 20px;
	text-align: center;
	font: 12px '宋体';
}
#pages a {
	display: inline-block;
	padding: 5px 8px;
	margin-right: 10px;
	min-width: 35px;
	height: 32px;
	font-size: 12px;
	line-height: 22px;
	border-radius: 15px;
	background: #fff;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #333
}
#pages a.a1 {
	padding: 5px 8px;
	height: 32px;
	line-height: 22px;
	margin-top: 0px;
	border-radius: 15px;
}
#pages a:hover {
	background: #f1f1f1;
	color: #000;
	text-decoration: none;
}
#pages span {
	display: inline-block;
	min-width: 35px;
	padding: 5px 8px;
	height: 32px;
	border-radius: 15px;
	margin-right: 5px;
	line-height: 22px;
	background: #666;
	border: 1px solid #ccc;
	color: #fff;
	text-align: center;
}
.page .noPage {
	display: inline-block;
	padding: 0px 12px;
	height: 32px;
	border-radius: 15px;
	line-height: 22px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #a4a4a4;
}
