@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn,strong,  im	g, ins, kbd, q, s, samp,
small, strike,  sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;font-family: "Open Sans", Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei", SimSun, sans-serif;
}.checkboxFive {
	width: 25px; clear:both; margin-right:10px;
	
	position: relative; display:inline-block;
}/**
 * Create the box for the checkbox
 */
 .container{ color:#333}
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ccc;
}
/**
 * Display the tick inside the checkbox
 */
 .ta_date{ color:#333}
.checkboxFive label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 2px solid #e75243;
	border-top: none;
	border-right: none;
 
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0.5;
}
 
/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}

.chk_1,.chk_2,.chk_3,.chk_4 {
    display: none;
}
 /* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #666;
	
	padding: 7px;
	border-radius: 50px;
	display: inline-block; top:4px; margin-right:5px;
	position: relative;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 8px;
	height: 8px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #e54737;
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #fff;
	color: #99a1a7;
	border: 1px solid #e54737;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.big-radio + label {
	padding: 16px;
}

.big-radio:checked + label:after {
	width: 24px;
	height: 24px;
	left: 4px;
	top: 4px;
}
/*******STYLE 1*******/
.chk_1 + label {
	background-color: #FFF;
	border: 1px solid #999;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	
	display: inline-block;
	position: relative;
	margin-right: 10px; top:5px;
}
.chk_1 + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_1:checked + label {
	background-color: #fff;
	border: 1px solid #e54737;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #e54737;
}

.chk_1:checked + label:after {
	content: '\2714';
	position: absolute;
	top: 0px;
	left: 0px;
	color: #e54737;
	width: 100%;
	text-align: center;
	font-size: 1em;
	padding: 3px 0 0 0;
	vertical-align: text-top;
}


/*******STYLE 2*******/
.chk_2 + label {
	background-color: #F37900;
	padding: 18px 20px 18px 23px;
	box-shadow: inset 0 50px 37px -30px rgba(255, 222, 197, 0.3), 0 0 13px rgba(0, 0, 0, 0.6);
	border-radius: 1000px;
	display: inline-block;
	position: relative;
	border-top: 1px solid #ECA14F;
	margin-right: 30px;
	color: #FFF;
	font-size: 1.7em;
	width: 113px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #552B09;
}

.chk_2 + label:hover  {
	border-top: 1px solid #FC8C1E;
	background: #FC8C1E;
	box-shadow: inset 0 -50px 37px -30px rgba(255, 222, 197, 0.07), 0 0 13px rgba(0, 0, 0, 0.6);
}

.chk_2 + label:active  {
	border-top: none;
	background: #FC8C1E;
	padding: 19px 20px 18px 23px;
	box-shadow: inset 0 3px 8px rgba(129, 69, 13, 0.3), inset 0 -50px 37px -30px rgba(255, 222, 197, 0.07), 0 0 13px rgba(0, 0, 0, 0.6);	
}

.chk_2 + label:after {
	content: ' ';
	border-radius: 100px;
	width: 32px;
	position: absolute;
	top: 12px;
	right: 12px;
	box-shadow: inset 0px 16px 40px rgba(0, 0, 0, 0.4);
	height: 32px;
}

.chk_2 + label:before {
	content: ' ';
	border-radius: 100px;
	width: 20px;
	position: absolute;
	top: 18px;
	right: 18px;
	z-index: 999;
	box-shadow: inset 0px 16px 40px #FFF;
	height: 20px;
	display: none;
}

.chk_2:checked + label:before {
	display: block;
}

/*******STYLE 3*******/

.chk_3 + label {
	background-color: #fafbfa;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	width: 40px;
	height: 15px;
}

.chk_3  + label:after {
	content: ' ';
	position: absolute;
	top: 0;
	-webkit-transition: box-shadow 0.1s ease-in;
	transition: box-shadow 0.1s ease-in;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	box-shadow: inset 0 0 0 0 #eee, 0 0 1px rgba(0,0,0,0.4);
}

.chk_3  + label:before {
	content: ' ';
	position: absolute;
	background: white;
	top: 1px;
	left: 1px;
	z-index: 999999;
	width: 31px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	height: 31px;
	border-radius: 100px;
	box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}

.chk_3:active + label:after {
	box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.chk_3:active + label:before {
	width: 37px;
}

.chk_3:checked:active + label:before {
	width: 37px;
	left: 20px;
}

.chk_3  + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_3:checked + label:before {
	content: ' ';
	position: absolute;
	left: 26px;
	border-radius: 100px;
}

.chk_3:checked + label:after {
	content: ' ';
	font-size: 1.5em;
	position: absolute;
	background: #4cda60;
	box-shadow: 0 0 1px #4cda60;
}


/*******STYLE 4*******/
.chk_4 + label {
	background-color: #FFF;
	padding: 11px 9px;
	border-radius: 7px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	background: #F7836D;
	width: 58px;
	height: 10px;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(245, 146, 146, 0.4);
}

.chk_4 + label:before {
	content: ' ';
	position: absolute;
	background: #FFF;
	top: 0px;
	z-index: 99999;
	left: 0px;
	width: 24px;
	color: #FFF;
	height: 32px;
	border-radius: 7px;
	box-shadow: 0 0 1px rgba(0,0,0,0.6);
}

.chk_4 + label:after {
	content: '关闭';	
	position: absolute;
	top: 7px;
	left: 37px;
	font-size: 1.2em;
	color: white;
	font-weight: bold;
	left: 8px;
	padding: 5px;
	top: 4px;
	border-radius: 100px;
}

.chk_4:checked + label {
	background: #67A5DF;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.1), 0 0 10px rgba(146, 196, 245, 0.4);
}

.chk_4:checked + label:after {
	content: '开启';
	left: 10px;
}

.chk_4:checked + label:before {
	content: ' ';
	position: absolute;
	z-index: 99999;
	left: 52px;
}


.chk_4 + label:after {
	left: 35px;	
}	

input{  font: normal 12px 'Microsoft YaHei'}
.font_hui{ color:#999}
/* CSS Document */
body{ margin:0; background:#fff; overflow-x:hidden;  color:#000; line-height:24px; padding:0; width:100%; font: normal 14px 'Microsoft YaHei';}
.fl{ float:left}.fr{ float:right;}
ul,li,p,form,dd,dt,dl,h2,h3,h1{ list-style:none; font-weight:normal; padding:0; margin:0}
a{ text-decoration:none; color:#333}
a:hover{ color:#07b8d0}
.clear{ clear:both}
img{ border:none;}

.head{ height:32px; padding:14px 0; position:relative; z-index:99999999; background:#fff}
.logo {
    float: left; margin-top:17px; position:relative; left:-8px;
    margin-right: 12px;
}.nav {
    float: left;
    
}.nav li {
    
    float: left; padding:14px 0; padding-bottom:12px;
    margin-left:16px; margin-left:8px; margin-right:25px; font-size:16px;
    cursor: pointer;
   
   color: #000;
    font-size: 18px;
    line-height: 30px;
    position:relative;
}
.nav li.on a{  color:#d90000}
.nav  a{ color:#000;font-size: 18px;/*font-weight: bolder;*/}
.nav li .two_nav{
	position:absolute;
	top:100%;
	left:0;
	width:160px;
	background:rgba(255,255,255,0.8);
	display: none;
}
.nav li .two_nav li{
	margin:0;
	float: none;
	width:100%;
	padding:0px;
	display: block;
	color:#333;
	font-size:16px;
}
.nav li .two_nav a{
	display: block;
	color:#333;
	font-size:16px;
	padding:10px;
}
.nav li .two_nav a:hover{
	color:#d90000
}
.f_m1>li:hover{
	color:#d90000
}
.nav  li:hover>a{ color:#d90000}
.nav2 li  i {
    background:#07b8d0;
    width: 7px;
    height: 7px; border-radius:5px;
    display: inline-block;
    position: absolute;
    top: 18px;
    margin-left: -2px;
}
.center{  margin:0 auto}
/*.bod_bot{ border-bottom:#eee solid 1px; }*/
.index_bod_bot{border-bottom:none;}
.index_nav2{position:absolute;top:670px;z-index:2 !important;height: 50px;padding-top: 10px;box-sizing: border-box;border-bottom: 1px solid #eee;width: 820px;background-color: rgba(255,255,255,0.9);}
.index_nav2 li{height: 30px;border-bottom: none !important;line-height: 30px !important;margin-right: 25px !important;}
.index_nav2 li:nth-of-type(1){border-left:8px solid #006600;padding-left: 10px;}
.index_nav2 li a{font-size: 18px;/*font-weight: bold;*/}
.index_nav2 li a:hover{color: #006600;}
.search { 
    
    margin-right: 24px;margin-top:17px; padding:1px 3px; border:#07b8d0 solid 1px;
   
    width: 194px; float:right; border-radius:3px; position:relative;box-sizing: border-box;
  
    line-height: 22px;
}.search .ss_inp {
    border: none;
    background: none;
    width: 145px; float:left;
    padding: 5px;
    margin-left: 3px;
}.ss_btn {
    background: url(../images/ss.png);
    width: 22px; margin-left:2px;
    height: 22px;
    border: none; position:relative; top:2px;
    display: inline-block;
    background-size:100% 100%;
    cursor: pointer;
}


.w1245{ width:1200px;}.w1200{ width:1200px}
.gzh{color:#07b8d0; height:25px; display:inline-block; padding-left:25px; position:relative;margin-right: 9px;top: 8px;}
.btn_fr{ margin-top:11px;}

.pad10{ padding:10px;}
.nav2 {  display:inline-block;}
.nav2 li{ float:left; position:relative; padding:0 0px; padding-left:0; line-height:64px;border-bottom:#fff solid 4px; margin-right:32px;}

.nav2 li.on{ /*border-bottom:#07b8d0 solid 4px;*/}
.nav2 li.on a{color:#07b8d0;}
.user_nav  i {
    background: #07b8d0;
    width: 7px;
    height: 7px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 0px;
    margin-left: -10px; border:#fff solid 1px;
}
.a-upload {
    padding: 4px 10px;
    height: 24px;
    line-height: 24px;
    position:absolute; width:100%;
    cursor: pointer;
    color: #fff;
    background:rgba(0,0,0,.5);
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
}.a-upload input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.user_nav  img {
    border-radius: 40px;
}
.user_nav{ position:relative; top:-7px; margin-right:10px;}
.user_nav a span{position:relative; top:-14px;}
.tx{ position:relative; margin:0 auto; width:100px; height:100px; background:#7bd5e5;  border-radius:100px;  overflow:hidden}
.tx img{border-radius:100px; }
.tx .a-upload { left:0; width:100px; padding:4px 0; bottom:10px; text-align:center}
.text_center{ text-align:center;}
.font_big{ font-size:18px;}

.classname{ padding:40px 0; text-align:center;}
.classname a{ margin-top:20px}
.h30{ height:20px;}
.btn2{padding:5px 15px; border-radius:30px;background:none; border:#999 solid 1px; color:#999}
.btn2.on{  border:#07b8d0 solid 1px;  color:#07b8d0;}
.btn2.on:hover,.btn2.hover{border:#07b8d0 solid 1px;   background:#07b8d0; color:#fff}
.btn2.font_hui{ color:#999}
.btn2:hover{ color:#fff; background:#999}

.wid6{ width:70%;}
.inputmy{ border:none; padding:5px 0 ; width:70%;font-size:14px; background:none}

.user_form li{ padding:20px 0; line-height:30px}
.user_form li h3{ margin:20px 0}
.user_form li  div .btn2{ margin-left:20px}
.footer{ width:100%; margin-top:50px; float:left; background:#282828; color:#515151; padding:50px 0; border-top:#eee solid 1px;overflow: hidden;}
#top{width: 40px;height: 40px;position: fixed;bottom:20px;right: 0;display: none;cursor: pointer;}
.footer .footer-main{text-align: left;width: 1200px;margin: 0 auto;position: relative;height: 143px;}
.footer-ewm{position: absolute;right: 0;width: 143px;height: 143px;top:0;}
.footer-ewm img{width: 100%;}
.footer div{ padding:10px 0;}
.footer .fot1 {margin-bottom: 45px;}
.footer hr{width: 1000px;margin-left: 0;border:none;border-top: 1px solid #373737;}
.footer .fot1 a{ padding:0 23px; color:#515151;}
.footer .fot2 a{ color:#999;}
.footer .fot1 a:nth-of-type(1){padding-left: 0;}
.footer a:hover{
	color:#fff;
}
.user_form li .newstitle{ margin:0px 0 } 

.innav{ text-align:center; background:#eee; position:relative; top:-20px; overflow:hidden;line-height:24px; padding:10px 0; border-radius:4px; margin:0 auto}
.innav li{-webkit-box-flex: 1; *display:inline-block; border-right:#ccc solid 1px}
.innav a{ text-align:center; color:#999; text-align:center; padding:0 10px }
.innav a.on{ color:#07b8d0}
.innav ul{ width:100.2%;-webkit-box-orient: horizontal;
    display: -webkit-box;}
	
	.btn_big{ padding:8px 20px; font-size:16px}
	.msg .close{ top:80px}
	.close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    background: url(../images/close.jpg);
}

.msg{ display:none; position:fixed; width:100%; height:100%; text-align:center; z-index:99; background:#fff; top:0; left:0}
.msgcon{ position:absolute; top:25%; width:100%; text-align:center}

.wid10{ width:100%}
.wjmm{ margin:0 auto; }
.w300{ width:300px;}
.wjmm li{ padding:20px 0}
.wjmm  ul{ padding-bottom:44px}

.info1{ margin-top:8%}

.font_blue{ color:#07b8d0}
.tz_form{ }
.tz_form li{ background:url(../images/d.jpg) no-repeat; background-position:0 30px; padding:20px 0; line-height:30px; padding-left:19px;border-bottom:#eee solid 1px}
.tz_form li.read{ background:none}
.font_biger{ font-size:16px}
.history li div span strong{     height: 48px; display:inline-block !important; width:100%;
    overflow: hidden;}
.shaixuan{padding:15px 25px;box-sizing: border-box;background-color: #fbfbfb;min-height: 200px;}
.shaixuan dl{ color:#666; position:relative;width:100%; height:40px;line-height: 40px;overflow: hidden;}
.shaixuan dl.enddl{ height:auto ; overflow:visible; padding-bottom:14px}
.shaixuan dl dd div{ position:relative; width:750px; margin-left:27px; display:inline-block}
.shaixuan dl.enddl dt a{ padding:0}
.shaixuan dl dd div dl{ float:left; clear:none; margin-bottom:15px; margin-top:0}
.shaixuan dl dd div dl.y10 dd{ margin-left:0; right:0}.shaixuan dl dd div dl.y9 dd{ left:-300px; margin-left:0; right:0}
.shaixuan dt{ position:absolute;color: #000;font-weight: bolder;}
.shaixuan dd{ margin-left:90px; width:86%;padding-left: 20px;}
.shaixuan dd a{ margin-bottom:30px; color:#666; display:inline-block;padding-right: 50px;}
.shaixuan dd dt{position: relative;}
.shaixuan dd dt a{position: relative;top:-19px;left:15px;}
.shaixuan dd dd{ display:none; left:30px; top:20px; z-index:2; padding-top:10px; min-width:700px; margin-left:0px; position:absolute; background-position:-40px 0px }
.shaixuan dd dd a{ background:#07b8d0; padding:5px 8px; display:inline-block; color:#fff;}
.shaixuan dd  dl{ float:left; width:auto;  height:30px; overflow:visible; position:relative}
.shaixuan dt i{ position:absolute; left:0; top:-4px}
/*.shaixuan dd  dl:hover { color:#07b8d0; background:url(../images/san.png) bottom  no-repeat; background-position:60px bottom }*/
.shaixuan dd  dl:hover dd{ display:block}
.shaixuan  span{ position:absolute; color:#999; right:0; top:0}
.shaixuan .Square{display: inline-block;width: 8px;height: 8px;border: 1px solid #e0dfdf;}
.shaixuan .option_wrap{width: 140px;}
.shaixuan .kdqv{background-color: #f2f2f2;}
.shaixuan .kdqv a.on{color:#07b8d0;}
.shaixuan dd a:hover{text-decoration: underline;}
.shaixuan dd a.on i{background-color: #ffa349;}
.list ul{ width:106.2%;}
.list li{ width:820px; height:216px;float:left;border-top: 1px solid #e1e1e1;padding: 30px 25px;box-sizing: border-box;}
.list li b{ margin-right:23px;border:1px solid #ccc;}
.list li b img{/* border:#07b8d0 solid 1px*/width: 260px;height: 156px;}
.list li p{color:#999;text-align:justify;text-justify:inter-ideograph;margin-top: 20px;}
.jmkd_list_li_span{height: 156px;position: relative;display:inline-block;width: 475px;}
.jmkd_list_li_span p a{display: inline-block;background-color: #f2f7fd;padding: 5px;position: absolute;bottom: 0;left:0;}
.jmkd_list_li_span strong{font-weight: bold;color: #464646;font-size: 22px;}
.jmkd_list_price{height: 216px;display: inline-block;float: left;padding-top: 70px;text-align: right;box-sizing: border-box;min-width: 150px;}
.jmkd_list_price p:nth-of-type(1){color:#f95640;margin-bottom: 10px;}
.jmkd_list_price p strong{font-size: 25px;font-weight: bold;}
.page{ clear:both; text-align:center; padding-top:40px}
.page a{ display:inline-block; padding:5px 12px; margin:5px;}
.page a:hover,.page a.on{ background:#07b8d0; color:#fff}

.ico1{ display:inline-block; width:14px; height:11px; background:url(../images/san.jpg) no-repeat;}
.ico1.on{background:url(../images/san_on.jpg) no-repeat;}
.sico1{ display:inline-block; width:31px; height:31px; background:url(../images/ico1.jpg) no-repeat;}
.sico2{ display:inline-block; width:31px; height:31px; background:url(../images/ico8.jpg) no-repeat;}
.sico3{ display:inline-block; width:31px; height:31px; background:url(../images/ico1.jpg) no-repeat;}
.sico4{ display:inline-block; width:31px; height:31px; background:url(../images/ico2.jpg) no-repeat;}
.sico5{ display:inline-block; width:31px; height:31px; background:url(../images/ico3.jpg) no-repeat;}
.sico6{ display:inline-block; width:31px; height:31px; background:url(../images/ico4.jpg) no-repeat;}
.sico7{ display:inline-block; width:31px; height:31px; background:url(../images/ico5.jpg) no-repeat;}
.sico8{ display:inline-block; width:31px; height:31px; background:url(../images/ico6.jpg) no-repeat;}
.sico9{ display:inline-block; width:31px; height:31px; background:url(../images/ico7.jpg) no-repeat;}
.sico10{ display:inline-block; width:31px; height:31px; background:url(../images/ico8.jpg) no-repeat;}
.sico11{ display:inline-block; width:31px; height:31px; background:url(../images/ico8.jpg) no-repeat;}

.w700{ width:700px;}
.con{ line-height:30px; color:#666}
.con img{ max-width:100%;margin-top:0px !important;}
.con p,.con div,.con img{ margin-top:15px;}
.con strong{ font-weight:bold}
.con em{ font-style:italic}
.title_sm { padding:30px 0; margin-top:20px}
.title_sm span{ background:#07b8d0; position:relative; top:4px; border-radius:3px; width:10px; height:20px; display:inline-block}
.title_sm h3{ display:inline-block; font-size:17px}
.linka  { border-top:#eee solid 1px}
.linka  a{  margin:10px 0; display:inline-block; margin-right:40px;color:#888}
.linka  a:hover{ color:#07b8d0}

.erweima p{ color:#999}
.erweima{ position:absolute; right:0px; margin-left:55px; padding-top:24px}
.erweima div{ background:#fff;}
.h10{ height:10px}
.bg,.bg2{ width:100%; position:fixed; top:0; left:0; z-index:22; height:100%}
.bg img,.bg2 img{ width:100%; height:100%}

.login{ height:450px; border-radius:5px; position:relative; overflow:hidden; width:900px; position:fixed; background:#fff; z-index:99; top:50%; margin-top:-225px; left:50%; margin-left:-450px}
.login_left{ width:333px; padding-left:10px; background:#07b8d0; }
.login_right{ width:500px; padding:28px;}

.inp{ border:none; border-bottom:#eee solid 1px; background:none; padding:10px 0; width:100%}
.inp_div{ position:relative; padding:3px 0;}

.loginbtn{ position:absolute; bottom:30px}

.form{ padding-top:30px}

.btn3{ background:#07b8d0; border-radius:3px; color:#fff; padding:5px 40px; border:none; font-size:16px}

.btn3:hover{ color:#fff;} 
.yzm{ position:absolute; right:0; top:2px; cursor:pointer}
.yzm img{vertical-align: middle;}
.btn4{ border:#07b8d0 solid 1px; border-radius:3px; color:#07b8d0; padding:10px 20px; background:#fff}

input{ outline:none}


em,i{font-style:normal;}
#wl200_center{max-width:1200px;}
.center_wrap{width:100%;display:table;}
.wl200_left{width:820px;float:left;}
.w1200_right{width:340px;float:right;}
.wl_title{color:#07b8d0;/*width:100%;*/width:65%;border-bottom:1px solid #ccc;padding:0 0 12px 0;margin:0 0 30px 0;font-size:16px;}
/*首页右侧小标题*/
.index_right_title{display: flex;justify-content: space-between;padding-bottom: 5px;border-bottom: 2px solid #989898;}
.index_right_title_span{border-left: 10px solid #006600;padding-left: 5px;margin-bottom: 0;padding-bottom: 0;border-bottom: 0;color:#000 !important;}
.index_right_title_more{font-size:16px;padding-top: 5px;}
.index_right_title_more a{color:#979797;}
.index_right_title_more a:hover{color: #006600;}
/*首页右侧开店神器*/
.index_kdsq ul{display: flex;/*flex-wrap: wrap;*/align-content: space-between;margin-top: 20px;}
.index_kdsq ul li{width: 100px;height: 100px;border-radius: 10px;margin-bottom: 30px;overflow: hidden;border:2px solid #1bafc4;box-sizing: border-box;}
.index_kdsq ul li:nth-of-type(3n-1){margin:0 20px;}
.index_kdsq ul li img{width: 100%;}
.wl_title i{ font-style:italic;font-size:18px}
.wl_title a{display:block;float:right;font-size:14px;}
.shop_gj{display:block;padding:0;margin:0;margin-top: 90px;}
.shop_gj li{display:table;width:100%;border-bottom:1px solid #e5e5e5;padding:28px 25px;box-sizing: border-box;padding-left: 0;}
.shop_gj li:hover{background-color: #eee;}
.shop_gj li s{display:block;float:left;width:200px;height:150px;margin-right:30px;}
.shop_gj li s a{display:block;height:150px; background-size:100% 100%!important;}
.shop_gj li:nth-child(5n+1) s a{display:block; background:url(../images/z2.jpg) no-repeat left center!important;}
.shop_gj li:nth-child(5n+2) s a{display:block; background:url(../images/z3.jpg) no-repeat left center!important;}
.shop_gj li:nth-child(5n+3) s a{display:block; background:url(../images/z4.jpg) no-repeat left center!important;}
.shop_gj li:nth-child(5n+4) s a{display:block; background:url(../images/z6.jpg) no-repeat left center!important;}
.shop_gj li:nth-child(5n+5) s a{display:block; background:url(../images/z7.jpg) no-repeat left center!important;}



.shop_gj li span{display:block;height: 150px;position: relative;}
.shop_gj li img{ height:150px}
.shop_gj li span h3 a{font-size:18px;}
.shop_gj li span h3 a:hover{color: #006600;}
.shop_gj li span p{display:block;padding:10px 0; max-height:78px; overflow:hidden; color:#999;text-align:justify;text-justify:inter-ideograph;}
.shop_gj li span em{display:block; padding-top:12px; font-size:12px; color:#999;position: absolute;bottom: 0;left: 232px;width: 562px;}
.shop_gj li span em i{/*position: absolute;*/float:right;right: 0;bottom: 0;}
.shop_gj li span em a{
	float:right;
	width:50%;
	overflow: hidden;
}
.shop_gj li span em b{font-weight:normal; display:inline-block; margin-left:20px;padding:0;margin-bottom:-1.3px;}
.shop_gj li span em b.lm{color:#006600;padding:0;float:left;}
.shop_gj li.read_ad{
	padding:0;
}
.down_list{display:block;padding:0;margin:0;}
.down_list li{display:flex;padding:25px 0; color:#999;border-bottom: 1px solid #e1e1e1;justify-content: space-between;}
.down_list li:hover{background-color:#eee;}
.down_list_time{width: 40px;padding-top: 3px;}
.down_list_time .year{font-size: 16px;color: #010101;}
.down_list_main{width: 280px;}
.down_list_main a{/*width: 240px;overflow: hidden;height: 20px;*/display: block;font-size: 15px;margin-bottom: 8px;}
.down_list_main a:hover{color: #006600;}
.down_list_main p{/*max-height: 40px;overflow: hidden;*/font-size: 13px;}
.down_list_main p.p2{/*max-height: 20px;overflow: hidden;*/margin-bottom: 5px;}
.adv{display:block;margin:40px 0;}
.w1200_right .wl_title{ color:#666}
.w1200_right .wl_title a{color:#07b8d0; text-decoration:underline; font-style:italic}
#tuijie{ height:45px}
.adv img{width:100%;display:block;max-width:340px;}
.loading_more{ text-align:center;font-size:18px;}
.loading_more a{color:#07b8d0;}
/*.read_ad{ padding-bottom:30px}*/

.data_download{display:block;padding:0;margin:0;}
.data_download li{display:table;width:100%;padding:0 0 15px 0;margin:0 0 15px 0;border-bottom:1px solid #e5e5e5;}
.data_download li em{width:70%;float:left;}
.data_download li b{width:15%;float:left;color:#aaaaaa;}
.data_download li b.b1{color:#07b8d0;}
.data_download li i{width:15%;float:left;color:#aaaaaa;text-align:right;}

.shop_gj li.read_ad img {
    height: auto;
}

.change{
	padding-top:15px;
}

.change a{
	color:#333;
	font-size:14px;
	line-height:30px;
	display: inline-block;
	padding:0 12px;
	border-radius:15px;
	border:1px solid #ccc;
	margin:0 3px 5px 0;
	transition:all 0.2s;
}

.change a:hover{
	color:#07b8d0;
	border-color:#07b8d0;
}

.showMorehandle{
	text-align: center;
	padding-top:20px;
	cursor: pointer;
    color: #f4b61c;    
    font-size: 18px;
}

.pro_main {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 90px;
}

.pro_main li{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:20px;    
	overflow: hidden;
    position: relative;
}


.pro_main li:nth-child(3n){
	margin-right:0;
}
.pro_main li img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
.pro_main li:hover img{
	transform: scale(1.1);
}
.pro_main li p {
    position: absolute;
    bottom: 0;
    color: #fff;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 260px;
    padding: 0 10px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
}
.prode_main{
	display: block;
    padding: 0;
    margin: 0;
    margin-top: 0px;
    padding-top:30px;
}
.layui-timeline-axis {
	left:-2px!important;
	top:2px!important;
    width: 15px!important;
    height: 15px!important;
    line-height: 15px!important;
    border: 1px solid #07b8d0;
    overflow: hidden;
    text-indent:-99px;
}



.prode1_img{
	width:50%;
	float:left;
}
.prode1_main{
	float:right;
	width:47%;
}


.plat1_title{
	margin-bottom:30px;
	padding-bottom:30px;
	border-bottom:1px solid #dbdbdb;
}
.plat1_tit{
	color:#333333;
	
}

.plat1_tit h3{
	font-size:30px;
	line-height:30px;
	margin-bottom:15px;
}

.plat1_tit p{
	font-size:18px;
	line-height:18px;
}

.plat1_m{
	color:#555555;
	font-size:16px;
	line-height:20px;
	min-height:200px;
}

.prode1_main  .plat1_m{
	line-height:30px;
	min-height:150px;
}
.prode1_main .plat1_a a {
    background: #07b8d0;
}
.prode1_main .plat1_a a:hover {
    box-shadow:0px 0px 5px #07b8d0;
}


.prode1_main .plat1_title {
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.procase_m{
	position:relative;
}


.prode_nav{
	display: none!important;
}



/*è¯¦æƒ…*/
.profr .pro1{margin-bottom: 25px; border:  1px solid #ccc; padding: 15px 0 40px 15px;}
.picbox1{width: 100%; float: left;}
.picbox2{width: 51%; float: right; margin-top: 30px;}
.pro1-slide{ position: relative;  overflow: hidden; width: 100%; }
.bigImg{ height: auto; position: relative;overflow: hidden;}
.bigImg li img{display: block; margin: 0 auto; width: auto; height: 100%; max-width: 100%;border: 1px solid #e3e3e3; }
.bigImg li{position: relative;  height:260px; overflow: hidden;}
.bigImg li>a{
	border:none!important;
}

.smallScroll{ height: 75px; margin-top: 15px;}
.smallImg{float:left;  display:inline; width: 367px; margin: 0 6px; overflow: hidden; }
.smallImg ul{ height:75px; width: 9999px; overflow: hidden; }
.smallImg li{ float: left;cursor:pointer; display: inline; }
.smallImg li:first-child {margin-left: 0;}
.smallImg img{width:81px;  height:60px; border: 1px solid #ccc; margin: 0 5px; }
.smallImg .on img{border: 1px solid #07b8d0; }

.pro1-slide .sPrev,.pro1-slide .sNext{ float: left; display: block; width: 15px; height:60px; text-indent: -9999px;background: url(../images/left.png) no-repeat center center;}
 .pro1-slide .sNext{float: right; display: block; width: 15px; height: 60px; text-indent: -9999px; background: url(../images/right.png) no-repeat center center;}
div.zoomDiv { z-index:999; position:absolute; top:0px; left:770px!important; width:300px!important; height:260px!important; background:#ffffff; border:1px solid #CCCCCC; display:none; text-align:center; overflow:hidden; }
div.zoomMask { position:absolute; background:url(../images/mask.png) repeat scroll 0 0 transparent; cursor:move; z-index:1; }



@media only screen and (max-width:1580px) {
div.zoomDiv {left:620px!important; }	

}


@media only screen and (max-width:1480px) {
div.zoomDiv {left:540px!important; }	

}

@media only screen and (max-width:1380px) {
div.zoomDiv {left:500px!important; }	

}


@media only screen and (max-width:1280px) {
div.zoomDiv {display: none!important; }	

}




.prode_sec1{
	margin-bottom:70px;
}
.plat1_a a {
    display: block;
    width: 160px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: #07b8d0;
    transition: all 0.2s;
    border-radius: 3px;
    margin-top: 20px;
}
.prode_sec2 .hd{
	margin-bottom:30px;
}

.prode_sec2 .hd li{
	float:left;
	width:25%;
	height:85px;
	color:#666666;
	padding-top:50px;
	font-size:16px;
	border-right:1px solid #fff;
	position:relative;
	transition:all .2s;
	cursor: pointer;
	text-align: center;
	box-sizing: border-box;
}

.prode_sec2 .hd li:nth-child(1){
	background:#d8d8d8 url(../images/prode21.png) no-repeat center 14px;
}
.prode_sec2 .hd li:nth-child(2){
	background:#d8d8d8 url(../images/prode31.png) no-repeat center 14px;
}
.prode_sec2 .hd li:nth-child(3){
	background:#d8d8d8 url(../images/prode41.png) no-repeat center 14px;
}
.prode_sec2 .hd li:nth-child(4){
	background:#d8d8d8 url(../images/prode51.png) no-repeat center 14px;
}
.prode_sec2 .hd li:nth-child(1).on{
	background:#07b8d0 url(../images/prode22.png) no-repeat center 14px;
}
.prode_sec2 .hd li:nth-child(2).on{
	background:#07b8d0 url(../images/prode32.png) no-repeat center 14px;
}
.prode_sec2 .hd li:nth-child(3).on{
	background:#07b8d0 url(../images/prode42.png) no-repeat center 14px;
}
.prode_sec2 .hd li:nth-child(4).on{
	background:#07b8d0 url(../images/prode52.png) no-repeat center 14px;
}
.prode_sec2 .hd li.on{
	color:#fff;
}
.prode_sec2 .bd{
	border:1px solid #e3e3e3;
	padding:30px;
}
.prode_sec2 .bd li{
	font-size:15px;
	color:#555555;
	line-height:30px;
}

.prode_sec2 .bd li h3{
	color:#333333;
	font-size:18px;
	line-height:18px;
	margin-bottom:15px;
	font-weight:bold;
}

.prode2_sec1,
.prode2_sec2,
.prode2_sec3,
.prode2_sec4{
	margin-bottom:30px;
}

.prode22>span{
	display: inline-block;
	width:49%;
}

.prode21_main,
.prode21_img{
	width:48%;
}

.prode21_img img{
	display: block;
	width:100%;
	height:auto;
}


.procase_main{
	margin:50px 0 0;
	padding:0px;
	background:#fff;
	position:relative;
}

.pronews_main{
	padding:30px;
	background:#fff;
}

.procase_main h3,
.pronews_main h3{
	font-size:24px;
	line-height:24px;
	margin-bottom:18px;
	color:#333333;
	padding-bottom:20px;
	border-bottom:1px solid #e3e3e3;
}



.procase_mm{
	text-align: center;
	margin:0 10px;
}

.procase_img{
	border:1px solid #e3e3e3;
	overflow: hidden;	
}

.procase_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.procase_txt{
	padding-top:20px;
	font-size:14px;
	color:#555555;
}

.procase_mm:hover .procase_img img{
	transform: scale(1.1);
}
.procase_mm:hover .procase_txt{
	color:#07b8d0;
}
.procase_mm:hover .procase_img{
	border-color:#07b8d0;
}

.prode21_main{
	float:left;
}
.prode21_img {
	float:right;
}

.procase_m .owl-prev,
.procase_m .owl-next{
	position:absolute;
	top:27%;
	left:-3%;
	display: block; 
	width: 15px; 
	height:60px; text-indent: -9999px;background: url(../images/left.png) no-repeat center center;}
	
 .procase_m .owl-next{left:auto; right:-3%; background: url(../images/right.png) no-repeat center center;}



.plan{max-width:860px;width:100%;margin:0 auto;}
.plan ul{display:block;padding:0;margin:0;font-size:16px;}
.plan ul h2.title{font-size:16px;padding:20px 0 22px 0;text-align:center;}
.plan ul p{display:block;text-indent:26px;}
a.login_down{display:block;width:85px;height:36px;line-height:36px;color:#aaaaaa;text-align:center;padding:0 0 0 25px;margin:70px auto 50px auto;background:url(../images/down_icon.jpg) no-repeat 15px center;border:2px solid #aaaaaa; border-radius:40px;-webkit-border-radius:40px;}
a.login_down:hover{border:2px solid #07b8d0;color:#07b8d0;background:url(../images/down_icon1.jpg) no-repeat 15px center;}
a.over{background:url(../images/down_icon.jpg) no-repeat 25px center;}
a.over:hover{background:url(../images/down_icon1.jpg) no-repeat 25px center;}
.w_about{display:block;padding:0;margin:0;font-size:16px;}
.w_about b.xg{display:block;margin:5px 0 10px 0;}
.w_about p{display:block;line-height:30px;}
.w_about p a{display:block;color:#aaa;}
.w_about p a:hover{color:#07b8d0;}

.question_list{display:block;padding:0;margin:0;}
.question_list li{display:table;width:100%;height:28px;line-height:28px;padding:3px 0 10px 0;margin:0 0 12px 0;font-size:12px;color:#aaa;border-bottom:1px solid #e5e5e5;}
.question_list li b{width:15%;display:block;float:left;}
.question_list li b.num{background:url(../images/question_icon.jpg) no-repeat;color:#aaaaaa;font-size:12px;width:32px;height:28px;line-height:22px;text-align:center;}
.question_list li a{display:block;width:60%;float:left;font-size:14px;margin:0 0 0 10px;}
.question_list li i{float:right;}
.join_question{border:1px solid #07b8d0;padding:35px 0 50px 0;margin:0 0 38px 0;border-radius:10px;-webkit-border-radius:10px;}
.join_question ul{display:block;color:#07b8d0;padding:0;margin:0; text-align:center;}
.join_question ul s{display:block;}
.join_question ul s img{display:block;margin:0 auto;width:100px;height:100px; border-radius:100px;-webkit-border-radius:100px;}
.join_question ul h1{font-size:20px;padding:20px 0;}
.join_question ul em{display:block;width:210px;margin:0 auto;}
.join_question ul em a{display:block;width:60px;color:#07b8d0;padding:0 0 0 22px;margin:0 35px 0 0;float:left;background:url(../images/tw_icon.jpg) no-repeat left;}
.join_question ul em a.gz{ background-position:-129px center;margin:0;}
.fabu{clear:both;width:100%;}
.wr_title{display:block;font-size:16px;color:#07b8d0;border-bottom:1px solid #e5e5e5;padding:0 0 12px 0;}
.fb_tab{margin:35px 0 0 0;}
.fb_tab input,.fb_tab textarea{ text-indent:10px;outline:none; border-radius:3px;-webkit-border-radius:3px;min-height: 30px;margin-top: 0px;box-sizing: border-box;}
.fb_tab textarea{margin-top: -20px;}
.fb_tab b{color: #949494;cursor: pointer;}
.fb_tab b:hover{color:#07b8d0;}
.fb_tab b img{vertical-align: middle;margin-right: 10px;}
.txt{border:1px solid #e5e5e5;width:40%;height:24px;line-height:24px;padding:8px 0;}
.textarea{border:1px solid #bbb;width:100%;padding:5px 0;height:120px; font-family:"微软雅黑";text-indent:10px;}
input.submit{ text-indent:inherit; outline:none;display:block;height:30px;line-height:30px;background-color:#379be9 !important;cursor:pointer;text-align:center;padding:1px 25px;float:right;background:#fff;border-radius:40px;margin-left: 10px;border:none;color: #fff;}
.yzm{display:block;float:left;}

.discuss_title{display:block;font-size:18px;padding:0 0 20px 0;margin:0 0 35px 0;border-bottom:1px solid #e5e5e5;}
.discuss_title em{display:block;float:right;width:125px;}
.discuss_title em a{display:block;cursor:pointer;width:30px;float:left;font-size:14px;color:#aaa;padding:0 0 0 25px;margin:8px 15px 0 0;background:url(../images/collection_icon.jpg) no-repeat left center;}
.discuss_title em a.hf{ background-position:-70px center;margin:8px 0 0 0;}
.discuss{display:block;paddign:0;margin:0;}
.discuss li{display:table;width:100%;border-bottom:1px solid #e5e5e5;margin:0 0 25px 0;}
.discuss li dt{display:block;color:#07b8d0;padding:0;margin:0;min-width:100px;float:left;text-align:center;}
.discuss li dt p{display:block;margin:12px 0 8px 0;}
.discuss li dt p img{margin:0 2px;width:14px;}
.discuss li dt s img{display:block;margin:0 auto;width:80px;height:80px; border-radius:100px;-webkit-border-radius:100px;}
.discuss span{display:block;margin:0 0 0 110px;}
.discuss span p{display:block;line-height:24px;}
.discuss span dl{display:block;padding:25px 0 0 0;margin:0 60px 0 0;text-align:right;}
.discuss span dl b{padding:0 10px 0 0;font-size:13px;color:#aaa;}
.discuss span a.hf{font-size:13px;color:#07b8d0; cursor:pointer;}
.huifu{display:none;padding:30px 0 0 0;margin:0;}
.huifu.on{ display:block}
.huifu li{display:block;border:0;clear:both;}
.huifu s img{display:block;width:50px;height:50px;float:left;margin:0; border-radius:100px;-webkit-border-radius:100px;}
.huifu span{display:block;font-size:14px;margin:0 0 0 60px;}
.huifu span p{display:block;min-height:40px;}
.huifu span em{display:block;font-size:13px;text-align:right;}
.huifu span b{color:#07b8d0;}
.hf{float:right;margin:-18px 0 0 0;}
.discuss li ol li{padding:0;}
.gys_list{ margin-top:40px !important}
.online_dc{display:table;width:100%;padding:0;margin:0 0 52px 0;}
.online_dc li{display:block;float:left;width:46.5%; margin-right:3.5%;text-align:center;}

.online_dc li:nth-child(2){ float:right; margin-right:0}
.online_dc li a{font-size:16px;}
.online_dc li s a{ display:inline-block; width:100%; height:100%}
.online_dc li s{display:inline-block; width:140px; height:140px;margin:0 0 10px 0;}
.online_dc li.online_dc1 s{background:url(../images/wj1.jpg)}
.online_dc li.online_dc2 s{background:url(../images/cy1.jpg)}
.online_dc li:hover a{color:#07b8d0;}
.online_dc li.online_dc1:hover s{background:url(../images/wj.jpg)}
.online_dc li.online_dc2:hover s{background:url(../images/cy.jpg)}

.online_dc img{ max-width:100%; height:auto}
.tp{width:100%;font-size:15px;color:#555555;}
h1.tp_title{font-size:18px;padding:30px 0 30px 0;text-align:center;}
.tp p{display:block;text-indent:32px;margin:25px 0 0 0;}
.zb{display:block;margin:0 0 5px 0;vertical-align:middle;font-size:16px;background:url(../images/jx.jpg) no-repeat left;padding:0 0 0 22px;}
.zb img{ vertical-align:middle;margin:0 0 0 10px;}
.tp_list{display:block;padding:0;margin:60px 0 0 0;max-width:1200px;overflow:hidden;}
.tp_list ul{display:block;padding:20px 0 0 0;margin:0;width:100%;}
.tp_list ul li{width:20%;float:left;display:table;margin:0 0 35px 0;}
.tp_list ul li div{display:block;margin:0 20px 0 0;padding:10px 10px;}
.tp_list ul li span{display:block;height:203px;padding:0;text-align: center;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-box-shadow:#dde8ea 0px 0px 10px;
-moz-box-shadow:#dde8ea 0px 0px 10px;
box-shadow:#dde8ea 2px 0px 10px;background: #fff;behavior: url(/PIE.htc);}
.tp_list ul li span s{display:block;width:100%;border-bottom:2px solid #bdecf2;text-align:center;height:118px;padding:10px 0;vertical-align:middle;}
.tp_list ul li span s img{max-height:116px;max-width:160px;}
.tp_list ul li span p{display:block;margin:8px 0;font-size:16px;}
.tp_list ul li span em{display:block;padding:0 10px;text-align:left;}
.tp_list ul li span  b.tikect{float:right;}
.tp_list ul li dt{display:block;padding:0;margin:20px 0 0 0;}
.tp_list ul li dt a{display:block; cursor:pointer;float:left;width:72px;color:#aaa;border:2px solid #aaaaaa;padding:4px 0; text-align:center;-webkit-border-radius:35px;
-moz-border-radius:35px;}
.tp_list ul li dt a.tikect{float:right;}
.tp_list ul li dt a.yx{color:#07b8d0;border:2px solid #07b8d0;}
.tp_list ul li dt a:hover{color:#07b8d0;border:2px solid #07b8d0;}

.pic_list{display:block;padding:0;margin:0;width:105%; padding-top:15px;}
.pic_list li{width:25%;max-width:220px;float:left;position:relative;margin:0 40px 50px 0;}
.pic_list li s{display:block;border:5px solid #c5e3e7;border-radius:5px;-webkit-border-radius:5px;}
.pic_list li s a{display:block;}
.pic_list li s img{width:100%;}
.pic_list li i{display:block;background:url(../images/icons.png) no-repeat;position:absolute;top:0;left:0;background-size:contain;width:222px;height:162px;}

.gys_list{display:block;margin:60px 0 0 0;}
.gys_list,.gys_list ol{display:table;padding:0;margin:0;width:100%;}
.gys_list ol{border-bottom:1px solid #e5e5e5;padding:0 0 50px 0;margin:0 0 50px 0;}
.gys_list li{display:block;width:25%;float:left;text-align:center;}
.gys_list li s img{max-height:222px; max-width:210px}
.gys_list li s{display:block; padding-bottom:10px;text-align:center;}
.gys_list li.gys s{height:192px;margin:0 0 10px 0;}
.gys_list li.gys a{ text-decoration:underline;color:#aaa;}
.gys_list li.gys s img{height:192px;}
.gys_list li span{display:block;text-align:center;}
.gys_list li span em{display:block;height:35px;max-width:205px;padding:16px 0;margin:0  auto 15px auto;border:2px solid #91e0ea;}
.gys_list li span em img{height:35px;}
.hot_title{font-size:16px;color:#aaa;}
.hot_title a{display:inline;float:none;font-size:16px;padding:0 10px;color:#aaa;}
.hot_title a.cur{color:#07b8d0;}
.hot_title a:hover{color:#07b8d0;}
.dkx{margin:0;}
.dkx b{font-size:16px;display:block;padding:0 0 5px 0;}
.martop40{ margin-top:40px}
.myt{ margin-top:30px}
.jm_tab input.submit{ border: 1px solid #07b8d0;}
.myt td{ border:#ddd solid 1px; padding:10px; color:#555; font-size:16px; padding-left:30px}
.myt tr td:first-child{ padding-left:35px; width:90px}
.w100b{ width:100%}
/* m_zlxg */
#sjld{ top:10px;}
.m_zlxg{ width:93px; height:30px; line-height:30px;cursor:pointer;float:left;margin:0 10px 0 0;display:inline;background:url(../images/zlxg2.jpg) no-repeat;}
.m_zlxg p{ width:71px; padding-left:10px; overflow:hidden; line-height:30px; color:#333333; font-size:12px; font-family:"微软雅黑";text-overflow:ellipsis; white-space:nowrap;}
.m_zlxg2{ position:absolute; top:29px; border:1px solid #ded3c1;background:#fff; width:91px; display:none; max-height:224px;-height:224px; overflow-x:hidden; overflow-y:auto;white-space:nowrap;}
.m_zlxg2 li{line-height:28px;white-space:nowrap; padding-left:10px;font-family:"微软雅黑";color:#333333; font-size:12px;}
.m_zlxg2 li:hover{ color:#7a5a21;}
input::-ms-clear{display:none;}
.clearfix:after{
     content:".";        
     display:block;        
     height:0;        
     clear:both;        
     visibility:hidden;        

}

.clearfix{*zoom:1}
.input-x{ width:100%; font-size:18px; padding:10px 0; border:none; border-bottom:#eee solid 1px;}
.pad20{ padding:20px;}.bgh{ background:#f2f2f2;}
.bgh.pad20{ background:#e5e5e5;}
.des{ line-height:30px; color:#666; margin-top:40px}
.jm_tab td { padding:5px; min-height:50px}
.rs_wl{display:block;padding:0 0 30px 0;margin:0; margin-top:30px;border-bottom:1px solid #07b8d0;}
.rs_wl s{display:block;float:left;width:140px;}
.rs_wl span{display:block;}
.rs_wl span h3{font-size:28px;color:#07b8d0;padding:0 0 10px 0;}
.rs_wl table td{padding:4px 0;}
.rs_tent{display:block;padding:35px 0 0 0; line-height:30px}
.rs_tent img{ max-width:100%}
.jm_tab input[type=text],.jm_tab input[type=email],.jm_tab input[type=tel]{ padding:5px 0}
.title .fr{ color:#C60}
.gz_title{font-size:18px;color:#07b8d0;padding:0 0 18px 0;display:block;}
.gz{display:block;padding:0;margin:0; margin-top:30px;}
.gz li{display:table;margin:0 0 15px 0;width:100%;}
.gz li s{display:block;float:left;border:2px solid #07b8d0; border-radius:3px;-webkit-border-radius:3px; text-align:center;padding:0px 0;width:120px;}
.gz li span{display:block;line-height:22px;margin:0 0 0 136px;font-size:15px;}
.gz li span b{display:block;}
.gz li span a{display:block;margin:16px 0 0 0;background:url(../images/ty.jpg) no-repeat;width:50px;height:25px;line-height:25px; text-align:center;float:right;color:#fff;font-size:15px;}
.gz li s img{ height:60px;width:120px}
.w1000{ width:1200px;position: relative;}
.slideshow { clear: both;}
.slideshow li { position: relative; overflow: hidden; }
.slideshow span.title { position: absolute;color:#fff;left: 0;bottom:0;width:100%;height:130px;font-size: 27px; text-indent: 10px;padding-top: 50px;}
.slideshow span.title, .slidebar li {background:url(../images/hua.png) repeat-x;
color: #FFF; overflow: hidden; }
ul, li { list-style: none; }
.frame { background: none; border: 0px solid #fff; margin-bottom: 0px; }
.temp { margin: 0; }
.slidebar { position: absolute; bottom:41px;right:55px;z-index: 5; }
.slideshow span.title, .slidebar li {background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
/*color: #07b8d0;*/overflow: hidden; padding-top:20px;}
.slideshow span.title{padding-left:40px;text-align: left;padding-right: 40px;}
.slidebar li{ display:inline-block; background:#07b8d0; border-radius:10px;margin:0 3px;width:10px;height:10px;overflow:hidden;line-height:36px;}
.slidebar li.on { background:none; border:#07b8d0 solid 2px; position:relative; top:2px;
color: #ff0; font-weight: 700; }
.slideshow span.title{/*left:2.5%;*/margin-right:20px;display:block;}
.slideshow SPAN.title { text-indent: 0px;/*font-size: 19px;*/box-sizing: border-box;}
.prev-next{position: absolute;top:160px;z-index:3;width:75px;height: 120px;transition:0.5s;opacity: 0;cursor: pointer;}
.block:hover .prev-next{opacity:1;}
.prev-next img{width: 100%;}
#main-slider-prev{left:0;}
#main-slider-next{right:0;}
.block { margin: 0; position: relative; }
#frameHlicAe { margin: 0px !important; border: 0px !important; }
.comiis_wrap960, .comiis_wrapad { margin: 0 auto 20px auto; width:820px; }
.comiis_wrapad { margin-top: 0px; }
.comiis_wrapad { overflow: hidden;}
.comiis_wrapad img { float: left; margin-top: 0px; }
#slidesImgs{position: relative;width:820px; height:460px;}
#slidesImgs li { width:100%; height:460px;position: absolute;z-index: 2;transition: 1s;opacity: 0;visibility: hidden;}

/*添加三张图片副主题*/
.inedx_sub_theme{width: 100%;display: flex;justify-content: space-between;}
.inedx_sub_theme li{width:260px;height: 150px;overflow: hidden;position: relative;}
.inedx_sub_theme li img{width:260px;height: 150px;transition:0.5s;}
.inedx_sub_theme li:hover img{ transform: scale(1.1);}
.inedx_sub_theme li p{position: absolute;bottom: 0;color: #fff;height: 40px;line-height: 40px;
	overflow: hidden;width: 260px;padding:0 10px;box-sizing: border-box;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));}
.inedx_sub_theme li:hover p{color:#d90000;}

#tuijiediv .down_list b{ font-size:14px; height:25px; overflow:hidden; display:inline-block; width:100%}
#reply{display:table;width:100%;}
.huifu a{ cursor:pointer;}
.huifu .tall{display:block;margin:20px 0 15px 0;float:right;border:2px solid #07b8d0;color:#07b8d0;padding:5px 8px; border-radius:5px;-webkit-border-radius:5px;}
.newTxt1{display:block;margin:0 0 10px 0;clear:both;width:100%;float:right;height:80px;border:2px solid #07b8d0;border-radius:3px;-webkit-border-radius:3px; outline:none;}
.sub{ text-indent:inherit;margin:0 0 0 10px;outline:none;display:block;color:#07b8d0;cursor:pointer;text-align:center;padding:8px 20px;float:right;background:#fff;border:2px solid #07b8d0; border-radius:40px;-webkit-border-radius:40px;}
.dkx.on{ position:fixed; top:50px; width:300px}

.head{ /*position:fixed; */width:100%; left:0; height:60px; top:0; padding:0px 10px}
#editor-trigger{ height:auto !important}

.bg{ display:none}
.bg i{ background:url(../images/close.png); width:40px; height:40px; display:inline-block; position:absolute; top:90px; right:40px}

.news_show{max-width:820px;/*margin:0 auto;*/}
.news_title{font-size:26px;padding:0 0 25px 0;}
.xf{display:block;color:#666666;}
.xf p{display:block;float:right;color:#07b8d0;margin:0 0 25px 0;}
.xf p b{padding:0 0 0 20px;}
.yinyan{padding:20px 20px;margin:0 0 20px 0;line-height:26px;background:#f6f6f6;clear:both;display:block;font-size: 14px;color:gray;}
#pl li dt s img{width:50px;height:50px;}
#pl li dt s{width:52px;}
#pl span{display:block;margin:0 0 0 105px;}
.pl_num{width:100%;clear:both;display:table;margin:30px 0 30px 0;border-bottom: 3px solid #f0f0f0;padding-bottom: 20px;}
.pl_num span{display:block; text-align:left;font-size:20px;}
.pingl_pic{margin:30px 0 0 0;display:block;}
#pl span dl{ text-align:left;}
#pl dl .clum{line-height:26px;height:26px;padding:0 0 0 30px;margin:0 30px 30px 0;display:block;float:left;}
.zc{background:url(../images/zc1.jpg) no-repeat 0 0;}
.discuss span dl b.on{color:#07b8d0;background:url(../images/zan.jpg) no-repeat 0 0;}
.fd{ background:url(../images/zan1.jpg) no-repeat 0 0;}
.discuss span dl b.fd.on{ background:url(../images/cai.png) no-repeat 0 0;}
#pl .hf{background:url(../images/pl_icon.jpg) no-repeat 0 0;padding:0 0 0 32px;width:30px;height:26px;display:block;float:left;}
#pl .active{background:url(../images/pl_icon.jpg) no-repeat -62px 0;}
#pl dl table{clear:both;padding:0 0 40px 0;}
#pl .sub{padding: 8px 16px;border-radius:80px;-webkit-border-radius: 80px;}
#pl .grayBtn {color:#aaa;border:2px solid #aaa;}
.yz{position:relative;top:auto;right:auto;margin-left:5px;}
#pl em{color:#aaa;padding:0 0 8px 0;display:block;}
#pl em b{color:#07b8d0;padding:0 20px 0 0;}
#pl .crbBox b{color:#07b8d0;padding:0 0 0 8px;}
a.more_pl{display:block;text-indent: inherit;outline: none;width:60px;display: block;height: 40px;line-height: 40px;color: #aaa;cursor: pointer;text-align: center;padding: 0 20px;margin:0 auto;background: #fff;border: 2px solid #07b8cf;border-radius: 40px;-webkit-border-radius: 40px;}
.sc{display:table;margin:10px 0 0 0;width:50%;}
.sc a{display:block;float:left;cursor:pointer;height:22px;line-height:22px;min-width:30px;padding:0 0 0 28px;}
.sc .zc{background:url(../images/zc1.jpg) no-repeat 0 0;}
.sc .on{background:url(../images/zan.jpg) no-repeat 0 0;color:#07b8d0;}
a.like{ background:url(../images/collection_icon.jpg) no-repeat 0 center;}
.sc .cur{background:url(../images/like.jpg) no-repeat 0 center;color:#07b8d0;}
.discuss_title .cur{background:url(../images/like.jpg) no-repeat 0 center;color:#07b8d0;}

.w800{ width:800px; margin:0 auto; margin-top:10px}
.HS10, .HS15{overflow:hidden;clear:both;}
.HS10{height:10px;}
.HS15{height:15px;}
.Hidden{display:none; text-align:center}
.Clearer{display:block;clear:both;font-size:1px;line-height:1px;margin:0;padding:0;}
.FlLeft{float:left; padding-right:49px}
.FlRight{float:right;}
/*幻灯片区域背景*/
.MainBg{width:800px;margin:0 auto;}
/*标题和页码*/
.Title{color:#333;padding:5px 20px 0 20px;text-align:center;line-height:40px;height:40px;}
.Title h1{display:inline;}
.Title .Counter{color:#666;}
.CounterCurrent{color:#07b8d0;}
/*灰色分隔线*/
.SpaceLine{height:1px;font-size:1px;}
/*大图展示区域*/
.OriginalPicBorder{padding:0}
#OriginalPic{width:100%;position:relative;font-size:12px;}
#OriginalPic img{display:block;margin:0 auto;}
/*鼠标手势*/
.CursorL{position:absolute;z-index:9;width:50%;height:450px;color:#FFF;left:-87px;background:url(../images/left.jpg)  left no-repeat;}
.CursorR{position:absolute;z-index:9;width:50%;height:450px;color:#FFF;right:-87px;background:url(../images/right.jpg)   right no-repeat;}
.CursorL:hover{background:url(../images/left_on.jpg)  left no-repeat;}
.CursorR:hover{background:url(../images/right_on.jpg)  right no-repeat;}
/*小图预览和滑动*/
.SliderPicBorder{ display:table;text-align:center;width:800px;height:450px;overflow:hidden;}
.Summary{line-height:24px; text-align:left;display:block;color:#999;overflow:hidden;padding:10px; margin-top:30px;  margin-left:100px; padding-left:0; padding-right:0; text-align:justify;text-justify:inter-ideograph;}
.More{text-align:right;color:#666;line-height:40px;height:40px;font-size:12px;display:block;}        
.ThumbPicBorder { padding:26px 28px; padding-top:18px;  overflow:hidden;margin:0 auto; margin-top:7px; background:#eee;}
#ThumbPic li{ position:relative; overflow:visible !important; margin-top:10px; text-align:center; text-align:center; display:table;  margin-right:26px;border:4px solid #07b8d0;background-color:#87dce8; width:150px; height:85px;}
#ThumbPic img{max-width:150px;max-height:85px;}
#ThumbPic li.active i{ width:17px; height:8px; background:url(../images/san.png); margin-left:-8px; display:inline-block; top:-10px; left:50%; position:absolute}
#ThumbPic li span{ display:table-cell; vertical-align:middle}

.SliderPicBorder strong{display: table-cell; vertical-align: middle; height:450px;  width:100%}
.SliderPicBorder img{ max-width:100%; max-height:100%}
.page2{ position:absolute; color:#999; top:490px; font-size:34px}
.erweima{ display:none; }
.closewin{ display:inline-block; background:url(../images/close.png); width:30px; height:30px; position:absolute; right:20px; top:20px}
.gzh:hover .erweima{ display:block}
#login .title{ padding-top:0 !important}
#login{    margin-top: -125px !important;}
.ui-dialog-close{ top:0 !important; font-size:30px !important; }
.ui-popup-backdrop{ background:url(../images/bg.jpg) !important; background-size:100% 100%!important}
.ui-popup-backdrop{ position:fixed !important; opacity:1!important}

.div_erweima{
	margin-top:15px;
	margin-bottom:30px;
}
.div_erweima img{
	display: block;
	width:100%;
	height:auto;
}


.pc_nav2{
	display: none;
}



@media only screen and (max-width:1280px){
.dkx.on{ position:relative !important}
}

@media only screen and (max-width:768px){
	.dkx.on{ position:relative; top:0px;}
	.nav2 ul{ text-align:center; }
	.nav2 li{   min-width:20%;  float:none; display:inline-block;line-height:45px; text-align:center; padding:0; margin:0 2%}
	body{ width:94%; padding:3%}
	body{ padding-top:64px}
	.con img{ max-width:100% !important; height:auto !important}

	.tp_list ul li{ width:50%}
	.pic_list li i{ width:100%; height:100%; background: url(../images/icons.png) no-repeat;background-size:100%}
	.list li{ height:auto}
	.pic_list li s img,.shop_gj li s img,.shop_gj li s{ height:auto}
	.comiis_wrapad img,#slidesImgs li,.list li b img{ height:auto}
	.pic_list li{ width:100%}
	.w1200_right{ margin-top:30px}
	.adv img,.pic_list li{ max-width:none}
.list li,.page,.w1000,.w1200,.wid6,.list ul,.w700,.nav2,.wl200_left,.w1200_right,.pic_list,.comiis_wrapad,.shop_gj li s img,.list li b img,.list li b{ width:100%}
.center { clear:both}
.qb_xl {
    display: inline-block;
}
/*.top{ margin-top:50px}*/

.search{ position:absolute; top:14px; width:30%; margin-right:0; /*left:50%;*/ margin-left:-17%}
.search .ss_inp{ width:60%; margin:0}
.ss_btn{ margin:0; float:right}
.qb_xl {
 
    display: inline-block; top:0; position:absolute; right:15px;

    float: right;
    margin-top: 12px;
    margin-right: 20px;
    background: url(../images/nv.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 34px;
    height: 34px;
}
.qb_xx {
 
    display: inline-block; top:0; position:absolute; right:60px;

    float: right;
    margin-top: 14px;
    margin-right: 20px;
    background: url(../images/ico_31.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}
   .nav{ position: fixed;/* display:none;*/ /*padding-top:70px;*/
    top: 60px;
    left: 0;
    width: 100%;
    height: 2.5rem;
    /*z-index: 999999;*/
    /*background: #2195ae;*/
    background-color: #fff;
   }.nav ul li {
  /*  float: none;*/
    border-bottom: #699 solid 1px;
    padding: 5px 0; margin:0;
    /*text-align: center;*/
    float: left;
    /*width: 25%;*/
}
.nav ul li a{ color:#000;}
.closemenu {
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    z-index: 999999;
    width: 32px;
    height: 32px;
    position:fixed;
    right: 10px;
    top: 22px;
    display: none;
}
.shop_gj li s{ width:100%; margin:0; padding:0}
.gys_list li.gys{ width:100%;}
.gys_list li{ width:31.333%; margin:1% }
.slideshow span.title{ left:0; margin:0; padding:0; bottom:0;margin-left: 12px;}
.slidebar{ bottom:15px}
.shaixuan dt{ position:relative; border:#ccc solid 1px; margin-bottom:22px; background:#fff; text-indent:10px; padding:10px 0;}
/*.shaixuan{ margin-top:40px}*/
.shaixuan span{ margin-top:10px}
.shaixuan dd{ width:100%; margin:0;}
.shaixuan dl{ height:auto}

#con_wrap,.news_active,#con_wrap{ width:100%}
.MainBg,.SliderPicBorder{ width:100%}
.Summary{ margin-left:70px; position:relative; top:0; left:0}
.page2{ float:left}
.Hidden,.SliderPicBorder,.SliderPicBorder strong{ height:auto}
#ThumbPic img{ width:60px; height:30px}
.CursorL{ height:60%; width:160px}.Summary{ margin-left:0}
.page2{ position:relative; top:0; left:0; width:100%; text-align:center}
.shop_gj li span p{ max-height:none;width: 100%;}

	/*移动端第一次改版添加样式*/
	/*移动端第一次改版添加样式结束*/
}
	
	@media only screen and (max-width:1120px){
.w1245 {
    width: 1000px;
}
	}
	
	@media only screen and (max-width:480px){
		.f_m1>li:hover{
	color:#000
}
.f_m1>li{
			    font-size: 12px;
}
		.nav li .two_nav a {
			    font-size: 12px;
			    line-height:24px;
			    padding: 5px;
			}
	.dkx.on{ position:relative; top:0px;}
	.nav2 ul{ text-align:center; }
	.nav2 li{   min-width:20%;  float:none; display:inline-block;line-height:45px; text-align:center; padding:0; margin:0 2%}
	body{ width:94%; padding:3%}
	body{ padding-top:104px;/*padding-top:64px*/}
	img{ max-width:100%}
	.tp_list ul li{ width:50%}
	.pic_list li i{ width:100%; height:100%; background: url(../images/icons.png) no-repeat;background-size:100%}
	.pic_list li s img,.shop_gj li s img,.shop_gj li s{ height:auto}
	.comiis_wrapad img,#slidesImgs li,.list li b img{ height:auto}
	.pic_list li{ width:100%}
	.w1200_right{ margin-top:30px}
	.adv img,.pic_list li{ max-width:none}
.list li,.page,.w1000,.w1200,.wid6,.list ul,.w700,.nav2,.wl200_left,.w1200_right,.pic_list,.comiis_wrapad,.shop_gj li s img,.list li b img,.list li b{ width:100%}
.center { clear:both}
.qb_xl {
    display: inline-block;
}
/*.top{ margin-top:50px}*/

.search{ position:absolute; top:14px; width:30%; margin-right:0; /*left:50%;*/ margin-left:-17%}
.search .ss_inp{ width:60%; margin:0}
.ss_btn{ margin:0; float:right}
.qb_xl {
 
    display: inline-block; top:0; position:absolute; right:15px;

    float: right;
    margin-top: 12px;
    margin-right: 20px;
    background: url(../images/nv.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 34px;
    height: 34px;
}
.qb_xx {
 
    display: inline-block; top:0; position:absolute; right:60px;

    float: right;
    margin-top: 14px;
    margin-right: 20px;
    background: url(../images/ico_31.png) no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 32px;
    height: 32px;
}
   .nav{ position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background: #fff;
   }.nav ul li {
    border-bottom: #699 solid 1px;
    padding: 5px 0; margin:0;
    float: left;
    /*width:20%;*/
   /* font-size: 14px;*/
}
.nav ul li a{ color:#000;}
.closemenu {
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    z-index: 999999;
    width: 32px;
    height: 32px;
    position:fixed;
    right: 10px;
    top: 22px;
    display: none;
}
.shop_gj li s{ width:100%; margin:0; padding:0;margin-bottom: 6px;}
.shop_gj li s {
    width: 46%;
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
}
.shop_gj li:nth-child(5n+1) s a{display:block; background:url(../images/z2.jpg) no-repeat center center!important;}
.shop_gj li:nth-child(5n+2) s a{display:block; background:url(../images/z3.jpg) no-repeat center center!important;}
.shop_gj li:nth-child(5n+3) s a{display:block; background:url(../images/z4.jpg) no-repeat center center!important;}
.shop_gj li:nth-child(5n+4) s a{display:block; background:url(../images/z6.jpg) no-repeat center center!important;}
.shop_gj li:nth-child(5n+5) s a{display:block; background:url(../images/z7.jpg) no-repeat center center!important;}

.shop_gj li h3 {
    position: absolute;
    right: 0;
    top: 5px;
    width: 50%;
}
.gys_list li.gys{ width:100%;}
.gys_list li{ width:31.333%; margin:1% }
.slideshow span.title{ left:0; margin:0; padding:0; bottom:0;margin-left: 12px;}
.slidebar{ bottom:15px}
.shaixuan dt{ position:relative; border:#ccc solid 1px; margin-bottom:22px; background:#fff; text-indent:10px; padding:10px 0;}
/*.shaixuan{ margin-top:40px}*/
.shaixuan span{ margin-top:10px}
.shaixuan dd{ width:100%; margin:0;}
.shaixuan dl{ height:auto}
.MainBg,.SliderPicBorder{ width:100%}
.Summary{ position:relative; top:0; left:0}
.page2{ float:left}
.Hidden,.SliderPicBorder,.SliderPicBorder strong{ height:auto}
#ThumbPic img{ width:60px; height:30px}

	/*移动端第一次改版添加样式*/
	*{box-sizing: border-box;}
	html{width: 100%;overflow-x: hidden;padding-left: 0;}
	body{width:100%;margin: 0;padding-top: 20px;padding: 3%!important;box-sizing: border-box;}
	/*第一标题*/
	.head{width: 100%;padding: 0;}
	.head .w1245{width: 100%;position: relative;clear: both;}
	.logo{left:0;margin-top: 0;vertical-align: middle;}
	.search{margin-top: 0;top:0;width:50%;float: right;right: 0;}
	.btn_fr{display: none;}
	.nav{position: relative;top:0;border-bottom: 1px solid #eee;}
	#yw0,#yw1,#yw2{display: flex;justify-content:space-between;}
	#yw0 li,#yw1 li,#yw2 li{border-bottom: none;}
	.nav li a{font-size: 12px;}
	.w1000{width: 100%;overflow: hidden;}
	/*轮播*/
	#slidesImgs{width: 100%;max-height:7rem;}
	#slidesImgs img{width: 100%;height: 100%;}
	.prev-next{display: none;display: block;    width: 35px;    top: 30%;    opacity: 1}
	.slideshow span.title{height: 1rem;margin-left: 0;line-height: 1rem;padding-left: 0.5rem;}
	.slideshow span.title p:nth-of-type(2){display: none;}
	.slideshow span.title p:nth-of-type(1){font-size: 12px;}
	.inedx_sub_theme{/*display: none;*/}
	.inedx_sub_theme {
    /* display: none; */
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
	.inedx_sub_theme li img {
    width: 100%;
    height: auto;
}
.inedx_sub_theme li p {
	font-size:12px;
    height: auto;
    line-height: 1.2;
    width: 100%;
    padding:5px;
}
.inedx_sub_theme li {
    width: 32%;
    height: auto;
}
	/*第二标题*/
	.index_bod_bot .w1000{height: 100px;z-index:1;position: absolute;width: 94%;}
	.index_nav2{top: 10px;position: absolute;width: 100%;padding-top: 0!important;height: auto !important;border-bottom: 1px solid #eee;}
	.index_nav2 ul{width: 100%;}
	.index_nav2 ul li{margin:0 !important;padding: 0;float: left;border-left: none !important;text-align: center;}
	.index_nav2 ul li:nth-of-type(1){padding-left: 0;}
	/*.index_nav2 ul li:last-child{display: none;}*/
	.index_nav2 ul li a{font-size: 12px;}
	
	/*内容*/
	.shop_gj{margin-top: 15px;}
	.shop_gj li:nth-of-type(1){padding-top: 0px;}
	.shop_gj li{padding-left: 0;padding-right: 0;padding-bottom: 10px;position: relative;}
	.shop_gj li span{height: auto !important;}
	.shop_gj li span em{width: 100%;position: relative;left: 0;padding-top: 0;}
	.shop_gj li span em {
    /* display: none; */
    position: absolute;
    top: 40%;
    right: 0;
    /* letter-spacing: initial; */
    width: 50%;
    left: auto;
}
.shop_gj li span em b{
	margin-left:0;
}
	/*内页详情页*/
	.news_show{width: 100%;}
	.fb_tab b{display: block;width:155px;}
	.fb_tab input{width: 80px !important;}
	/*加盟开店页面*/
	.jmkd_list_li_span{width: 100%;}
	.jmkd_list_price{display: none;}
	/*轮播*/
	/*.comiis_wrapad{display: none;}*/
.comiis_wrapad #slidesImgs{
	/*height:auto;*/max-height: 13rem;
}
	/*.shop_gj li span em{display: none;}*/
	#top{display:none !important;}
	.read_ad{margin-bottom: 10px;}
	/*底部*/
	.footer{overflow: hidden;padding:0;padding-top: 1rem;text-align: center;}
    .footer .footer-main{height: 6.5rem;width:100%;padding: 0 auto;text-align: center;}
    .footer .fot1{text-align: center;margin-bottom: 0;display: inline-block;padding: 0 auto;}
    .footer .fot1 a{text-align: center;padding: 0;display: inline-block;}
    .footer .fot2{display: inline-block;text-align: center;}
    .footer-ewm{display: none;}
    .footer div{padding: 0;}
.footer hr{
	width:100%;
}
    .xgwz{display: none;}

    .title{padding-top: 0px !important;margin-top: 30px !important;}
	
	/*加盟开店页面*/
	.shaixuan{padding: 0px;height: 580px;}
	.shaixuan dt{margin-bottom: 0px;padding: 0px;}
	.shaixuan .kdqv{background-color: #fbfbfb;}
    .shaixuan .kdqv a{margin-bottom: 0px;width: 24%;}
    .shaixuan .option_wrap{width: 33.3%;}
    .shaixuan dd a{padding-right: 0px;margin-bottom: 0;}
    .shaixuan dl.enddl{margin-top: 10px;}

    .shaixuan dl.enddl dd>dl{width: 100%;height: auto;}
    .shaixuan dl.enddl dd>dl>a{display: none;}
    .shaixuan dl.enddl dd>dl>dd{display: block;left: 0;top:0;margin: 0;min-width:100%;position: relative;padding: 0;height: 30px;line-height: 30px;overflow: hidden;}
     /*.shaixuan dl.enddl dd>dl.y1 dd,.shaixuan dl.enddl dd>dl.y9 dd{display: none;}*/
    .shaixuan dl.enddl dd>dl>dd a{color: #666;background-color:rgba(0,0,0,0);padding: 0;padding-right: 8px;}
	/*移动端第一次改版添加样式结束*/
	


.loading_more{
	display: none;
}
.page a {
    width: auto;
    padding: 5px 12px;
    margin:0px;
}

em.yz.yzm {
	width:50%;
}
.pro_main li {
    width: 100%;
    margin-right:0;
}
.pro_main {
    margin-top: 30px; 
}

.prode_main {
    margin-top: 0px;
    padding-top: 0px;
}
.prode_sec2 .bd {
    box-sizing: border-box;
    padding:25px 3%;
}
.prode1_main,
.prode1_img {
    width: 100%;
    box-sizing: border-box;
}

.smallImg img {
    width: 77px;
    height: 50px;
    margin: 0 3px;
}

.smallImg {
    width: 331px;
}
.prode_sec1 {
    margin-bottom:30px;
}

.bigImg li img {
    max-width: 99%;
}
.prode21_main, .prode21_img {
    width: 100%;
}
.prode22>span {
    width: 100%;
}
.procase_mm{
	padding:0 5%;
}
.procase_m .owl-prev, .procase_m .owl-next {
	top:32%;
    left: 0;
}

.procase_m .owl-next {
    left: auto;
    right:0;
}
.down_list_time {
    width: 15%;
}
.down_list_main {
    width: 80%;
}

.ny_title{
	margin-top:30px;
}

.prode_nav{
	display: block!important;
}
.news_title {
    font-size: 23px;
}


/*.top.bod_bot.index_bod_bot{
	    margin-bottom: 57px;
}*/





.pc_nav1{
	display: none;
}
.pc_nav2{
	display: block;
}
.index_bod_bot.pc_nav2 .index_nav2,
.index_bod_bot.pc_nav2 .w1000 {
     position: static; 
    width: 100%;
    height:auto;
}





}


@media only screen and (max-width:380px) {
.smallImg img {
    width:70px;
    height: 48px;
}
.smallImg {
    width: 310px;
}
.comiis_wrapad #slidesImgs{
	/*height:auto;*/max-height: 10rem;
}

}
@media only screen and (max-width:320px) {
.smallImg img {
    width:58px;
    height: 45px;
}
.smallImg {
    width: 254px;
}
.pro1-slide .sPrev, .pro1-slide .sNext{
	height:48px;
}


}





.contact_section {
	background: #FFFFFF;
	padding: 0px 0;
}



.contact_section .main1 {
	float: left;
	width: 50%;
	background: #e8edf0;
}

.adress {
	padding: 40px;
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}

.adress h2 {
	line-height: 20px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-family: 'PF';
}

.adress ul li:first-child {
	margin-bottom: 30px;
}

.contact_section .main2 {
	float: right;
	width: 50%;
	padding: 0px;
}

.contact_section .main2 .tit {
	margin-bottom: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	font-family: 'PF';
}

.contact_section .main2 .tit img {
	vertical-align: middle;
}

.liuyan {
	padding: 0 0px;
	font-size: 16px;
	color: #333333;
}

.liuyan span {
	color: #cd0042;
}

.liuyan select {
	margin-top: 35px;
	display: block;
	width: 100%;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url(../images/se.png) no-repeat scroll right center;
}

select::-ms-expand {
	display: none;
}

.liuyan .box {
	margin-top: 20px;
	position: relative;
	float: left;
	width: 44%;
	padding: 0 15px;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}

.liuyan .box0 {
	margin-left: 4%;
}

.liuyan input[type=text] {
	display: block;
	width: 100%;
	/*padding-left: 80px;*/
	height: 48px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	 border:solid 0px red;
}

.liuyan .box label {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -10px;
}

.ms {
	margin: 30px 0 20px;
}

.liuyan textarea {
	margin-top: 40px;
	display: block;
	width: 96%;
	height: 150px;
	padding: 0 15px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	font-family: 'OPENSANS';
}

.yzm input[type=text] {
	float: left;
	display: block;
	margin-right: 2.5%;
	width: 25%;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
}

.yzm a {
	display: block;
	float: left;
	width: 25%;
}

.yzm img {
	display: block;
	width: 100%;
	height: 50px;
}

 input[type=submit] {
	float: right;
	display: block;
	width: 45%;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
	background: #006600;
	cursor: pointer;
	border: solid 1px #006600;
      margin-top: 40px;
}

 input[type=submit]:hover {
	opacity: 0.8;
}










