
/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
address {
	margin: 0;
	padding: 0;
	font-family: "Microsoft Yahei", "SimHei", "SimSun";
	color: #000;
	font-weight: normal;
	font-size: 100%;
}
body{
	background: #f5f5f5;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}

fieldset,
img {
	border: 0;
	display: block;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

section,
article,
aside,
header,
footer,
nav,
dialog,
figure {
	display: block;
}

img,
input,
button {
	outline: none;
}

onfouse {
	border: none;
}

li {
	list-style: none;
	
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

a {
	color: #000;
	text-decoration: none !important;
	cursor: pointer;
}

a:hover {
	color: #e60012;
}

a:visted {}

.clear {
	clear: left;
}
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#k_s_ol_ksLeaveContent .content{padding-top:0 !important}

/*nav style begin*/
nav{
	background: white;
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	display: block;
	left: 0;
	top: 0;
	box-shadow:0 0 20px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.1);
	-webkit-transform: translateZ(0);/*解决fixed滑动时抖动问题*/
}
.navleft{
	position: absolute;
	left: 95px;
	top: 0;
}
.navleft .logo{
	display: block;
	width: 196px;
	height: 80px;
	float: left;
}
.navleft .choosebtn{
	width: 72px;
	height: 28px;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
	line-height: 28px;
	display: block;
	float: left;
	border-radius: 14px;
	margin-top: 25px;
	margin-left: 20px;
	position: relative;
}
.navleft .choosebtn:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #999 transparent transparent;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 15px;
	right: 10px;
	margin-top: -3px;
	border-width: 4px;
	border-top-color: rgba(153, 153, 153, 1)	
}
.navleft .choosebtn:hover{
	background: #e60012;
	color: white;
	border-color: #e60012;
}
.navrig{
	position: absolute;
	right: 95px;
	top: 0;
	height: 80px;
	padding:16px 0 0  54px;
	background: url(../images/tel_icon_bg.jpg) no-repeat left 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.navrig p{
	font-size: 12px;
	color: #999;
	display: block;
}
.navrig span{
	font-family: arial;
	font-size: 22px;
	color: #e60012;
}
.layui-nav{
	display: table;
	text-align: center;
	margin: 0 auto;
	height: 80px;
	line-height: 80px;
	border-radius: 0;
	background: none;
	position: static;	
}
.layui-nav-item {
	width: 110px;
	position: static !important;
}
.layui-nav-item a{
	color: #000 !important;
	font-size: 16px;
	position: relative;
}
.layui-nav-item a:hover{
	color: #e60012  !important;
}
.layui-nav-item a.layui-this{
	color: #e60012  !important;
}
.layui-nav-bar,.layui-nav-item .layui-this:after{
	height: 2px !important;
	color: #e60012;
	width: 40px !important;
	margin: 0 35px;
	background-color: #e60012;
}
.layui-nav-bar{
	left:0;
	top:-2px;
}
.layui-nav .layui-nav-item a{
	padding: 0 !important;
}
.layui-nav-tree .layui-nav-itemed:after{
	width: 40px;
	height: 2px;
}
.layui-nav-child{
	top:80px;
	height: 114px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 25px 0 0 0;
}
.layui-nav-child dl{
	display: table;
	text-align: center;
	margin: 0 auto;
}
.layui-nav-child dd{
	display: block;
	width: 240px;
	float: left;
}
.layui-nav-child dd a{
	font-size: 14px;
}
.layui-nav-child dd a img{
	display: block;
	margin: 0 auto;
}
.layui-nav-child dd a:hover{
	background: none !important;
}

.choosecity{
	width: 720px;
	height: 578px;
	background:url(../images/mapbg.jpg) no-repeat center center;
	position: relative;
	border-radius: 8px;
}
.choosecity .title{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-top: 95px;
}
.choosecity .title span{
	display: block;
	font-weight: normal;
	font-size: 16px;
	margin-top: 10px;
}
.choosecity .title span em{
	color: #e60012;
}
.choosecity .radio{
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 1px solid #ccc;
	background: white;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-shadow:0 2px 6px #ccc ;
	position: absolute;
}
.choosecity .radios{
	width: 6px;
	height: 6px;
	background: #666;
	margin: 3px;
	display: block;
	border-radius:3px ;
}
.choosecity a{
	position: absolute;
	left:-25px;
	top: -40px;
	display: block;
	width: 60px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #ccc;
	background: white;
	border-radius: 4px;
	box-shadow: 0 2px 8px #999;
	font-size: 14px;
	z-index: 1;
}
.choosecity .large a{
	width: 80px;
	text-indent: 2px;
	left: -35px;
}
.choosecity .radio:hover a,
.choosecity .selected a{
	z-index: 2;
}
.choosecity a:before{
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #fff transparent transparent;
	overflow: hidden;
	border-width: 6px;
	left: 24px;
	bottom: -11px;
	position: absolute;	
	z-index: 1;
}
.choosecity .large a:before,
.choosecity .large a:after{
	left: 34px;
}
.choosecity a:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid dashed dashed;
	border-color: #999 transparent transparent;
	overflow: hidden;
	border-width: 6px;
	left: 24px;
	bottom: -12px;
	position: absolute;	
}

.choosecity .radio.selected,.choosecity .radio:hover{
	border-color: #e60012;
	background: #e60012;
	box-shadow:0 2px 6px #e60012 ;
}
.choosecity .radio.selected .radios,.choosecity .radio:hover .radios{
	background: #fde125;
}
.choosecity .radio.selected a,.choosecity .radio:hover a{
	border-color: #e60012;
	background:#e60012;
	color: white;
	box-shadow: 0 2px 8px #e60012;
}
.choosecity .radio.selected a:before,.choosecity .radio.selected a:after,.choosecity .radio:hover a:before,.choosecity .radio:hover a:after{
	border-color: #e60012 transparent transparent;
}
.choosecity .cd{
	left:355px;
	top:336px;
}
.choosecity .sjz{
	left:465px;
	top:242px;
}
.choosecity .hf{
	left:490px;
	top:306px;
}
.choosecity .dl{
	left:310px;
	top:402px;
}
.choosecity .km{
	left:350px;
	top:436px;
}
.choosecity .gy{
	left:410px;
	top:396px;
}
.choosecity .nn{
	left:420px;
	top:452px;
}
.choosecity .tz{
	left:570px;
	top:352px;
}
.choosecity .fz{
	left:520px;
	top:386px;
}
.choosecity .qz{
	left:510px;
	top:450px;
}
.choosecity .la{  
  left: 430px;  
  top: 320px;
  }
.choosecity .liuzhou{
	left: 460px;
    top: 420px;
}
.choosecity .fuyang{
    left: 425px;
    top: 270px;
}
.choosecity .qujing{
    left: 400px;
    top: 430px;
}
.choosecity .tengchong{
	left:300px;
	top:440px;
}
.choosecity .guilin{
	left:460px;
	top:480px;
}
.choosecity .yulin{
	left:420px;
	top:500px;
}
.choosecity .xt{
	left:460px;
	top:270px;
}
.choosecity .guigang{
	left:470px;
	top:452px;
}
/*nav style end*/
/*base style begin*/
.mnavt{
	width: 100%;
	margin-top: 80px;
}
.content{
	width: 100%;
	padding: 70px 0 40px 0;
}
.contents{
	padding: 100px 0;
	width: 100%;
	background: white;
}
.content .title,.content .titles,.contents .title{
	text-align: center;
	font-size: 28px;
	width: 100%;
	margin-bottom: 50px;
}
.content .title span,.content .titles span,.contents .title span{
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	margin-top: 14px;
}
.content .titles,.content .titles h4,.content .titles span{
	color: white;
}

.content .cite{
	display: table;
	text-align: center;
	margin: 36px auto 0 auto; 
	font-size: 16px;
	color: #ccc;
}
.content .cite a{
	margin: 0 20px;	
}
#page{
	text-align: center;
	margin: 0 0 60px 0;
}
.layui-carousel>[carousel-item]>*{
	text-align: center;
}
/*base style end*/
/*footer style begin*/
footer {
	background: #1f1f1f;
	width: 100%;
	padding: 30px 0;
}

.foottop{
	width: 100%;
	border-bottom: 1px solid #333;
}
.linktab{
	width: 1230px;
	margin: 0 auto;
}
.linktab .layui-tab-title{
	border: none;
}
.linktab .layui-tab-title li{
	color: #666;
	background: #000;
	margin-right: 10px;
	padding: 0 27px;
}
.linktab .layui-tab-title li.layui-this{
	color: white;
	background: #333;
}
.linktab .layui-tab-title li.layui-this:after{
	display: none;
}
.linktab .layui-tab-content{
	margin-bottom:15px;
	padding-left:0;
	padding-right: 0;
	min-height: 80px;
}
.linktab .layui-tab-content a{
	font-size: 14px;
	color: #666;
	margin-right: 15px;
	line-height: 26px;
}
.linktab .layui-tab-content a:hover{
	color: white;
}
.foot{
	margin: 30px auto 0 auto;
	width: 1230px;
	position: relative;
}
.foot a{
	display: inline-block;
	color: white;
	font-size: 14px;
	margin-right: 30px;
}
.foot p{
	color: #666;
	font-size: 14px;
	margin: 30px 0;
}
.foot p span{
	font-size: 12px;
	display: block;
}
.foot_adr{
	overflow: hidden;
	color: white;
	font-size: 14px;
}
.foot_adr i{
	display:block;
	background: url(../images/icon_foot.png) no-repeat left top;
	width: 24px;
	height: 24px;
	float: left;
}
.foot_adr i.tel{
	background-position: -24px top;
}
.foot_adr span{
	margin-right: 50px;
	float: left;
	line-height: 24px;
	padding-left: 5px;
}
.foot .code{
	position: absolute;
	right: 0;
	top: 0;
	width: 130px;
	text-align: center;
}
.foot .code img{
	max-width: 100%;
}
.foot .code span{
	color: #666;
	padding-top: 5px;
	font-size: 12px;
}
/*footer style end*/

.ddbg{
	background: url(../images/dbg.png) left top;
}

/*page*/
.layui-laypage{
	height: 40px;
}
.layui-laypage a, .layui-laypage span{
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.layui-laypage a:hover{
	color: #e60012;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background: #e60012;
}
/*server fixed*/
.layui-fixbar .layui-icon{
	background: white !important;
	background: url(../images/server_icon.png) no-repeat !important;
	margin-bottom: 5px;
}
.layui-fixbar .layui-icon:first-child{
	background-position: 0 0;
}
.layui-fixbar .layui-icon:nth-child(3){
	background-position: 0 -65px !important;
}
.layui-fixbar .layui-fixbar-top{
	background: url(../images/server_icon.png) no-repeat left bottom !important;
	margin-top: 10px;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus {
    border-color: #e60012 !important;
}
.clunum{
	width: 1230px;
	margin: 0 auto;
	position: relative;
}
/*适配导航栏*/
@media only screen and (min-width: 100px) and (max-width: 1400px) {
	nav .layui-nav-item{
		width: 80px;
	}
	nav .layui-nav-item a{
		font-size: 12px;
	}
	.layui-nav-bar, .layui-nav-item .layui-this:after{
		margin: 0 20px;
	}
}
.alform{
	padding: 30px;
	border-radius: 10px;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999999999;
	width: 960px;
	display: none;
}
.changeview{
	position: absolute;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	background: white;
	border-radius: 4px 0 0 4px;
	background: #f1f1f1;
	overflow: hidden;
}
.changeview span{
	display: block;
	width: 40px;
	height: 105px;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.changeview span.on{
	background: white;
	color:#E60012 ;
}
.alprice{
	width: 100%;
	height: 342px;	
}
.left_alforms{
	width: 50%;
	float: left;
	padding-right: 80px;
	position: relative;
}
.left_alforms .title{
	font-size: 28px;
	text-align: center;
	margin-bottom: 30px;
}
.left_alforms .layui-form-label{
	font-size: 14px;
	padding: 9px 15px 9px 0;
	text-align: left;
	position: relative;
}
.left_alforms .layui-form-label span{
	font-size: 18px;
	color: #e60012;
	position: absolute;
	right: 10px;
	top: 12px;
}
.left_alforms .layui-input-block{
	margin-left: 80px;
}
.left_alforms .layui-input-block span {
    position: absolute;
    right: 15px;
    top: 6px;
}    
.left_alforms .top{
	width: 140px !important;
	float: left;
	margin-right: 10px;
}
.left_alforms .top:last-child{
	margin: 0;
}
.left_alforms .layui-form-item .layui-input-inline{
	width: 100% !important;
}
.left_alforms .bottom{
	width: 90px !important;
	float: left;
}
.left_alforms .bottom:first-child{
	margin-left: 80px !important;
}
.left_alforms .bottom:last-child{
	margin: 0;
}
.left_alforms .layui-form-select dl dd.layui-this{
	background: #e60012;
}
.alprice .mid_btns {
	width: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.alprice .mid_btns .btn_bg {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border: 2px solid #ccc;
	position: relative;
}
.alprice .mid_btns .btn_bg:before {
	content: "";
	position: absolute;
	display: block;
	width: 2px;
	height: 440px;
	left: 50%;
	top:-167px;
	background: #ccc;
}

.alprice .mid_btns .btn_bg:after {
	content: "";
	position: absolute;
	display: block;
	width: 42px;
	height: 120px;
	left: 32px;
	top:-6px;
	background: white;
}

.alprice .mid_btns .btn_bg a {
	display: block;
	width: 90px;
	height: 90px;
	border: 10px solid rgba(230,0,18,0.5);
	background: #e60012;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 8px;
	z-index: 999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 14px;
	text-align: center;
	color: #fff;
}
.alprice .mid_btns .btn_bg a:hover:after{
	content: "";
	display: block;
	width: 90px;
	height: 90px;
	border: 10px solid #e60012;
	background: none;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	left: -10px;
	top: -10px;
	z-index: 998;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	animation: tts 1s infinite linear;
	-webkit-animation: tts 1s infinite linear;
	-moz-animation: tts 1s infinite linear;	
}
/*动画*/
@-moz-keyframes tts {
	0% {
		-moz-transform: scale(1);
		opacity: 1;
	}
	50% {
		-moz-transform: scale(1.2);
		opacity: 0.5;
	}
	100% {
		-moz-transform: scale(1);
		opacity: 0;
	}
}
}
@-webkit-keyframes tts {
	0% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.2);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 0;
	}
}
@keyframes tts {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.2);
		opacity: 0.5;
	}
	100% {
		transform: scale(1);
		opacity: 0;
	}
}
.rig_alforms{
	width: 50%;
	float: left;
	padding-left: 80px;
}
.rig_alforms #totals,.rig_alform #totalsm {
	font-size: 20px;
	overflow: hidden;
	width: 270px;
	margin: 5px auto 30px auto;
}
.rig_alforms #totalsm{
	font-size: 16px;
	width: 170px;
	height: 22px;
	margin: 0 auto 30px auto;
}
.rig_alforms #totals span,.rig_alforms #totalsm span{
	float: left;
	margin: 0 5px;
	line-height: 28px;	
}
.rig_alforms #totals .t_num,.rig_alforms #totalsm .t_num {
	float: left;
	line-height: 13px;
	margin: 5px 6px 0 0;	
}
.rig_alforms #totalsm .t_num{
	margin: 2px 6px 0 0;
}
.rig_alforms #totals .t_num i,.rig_alforms #totalsm .t_num i {
	width: 15px;
	height: 23px;
	display: inline-block;
	background: url(../images/number.png) no-repeat;
	background-position: 0 0;
	text-indent: -999em;
}
.rig_alforms .peice_cite{
	border: 1px solid #d2d2d2;
	height: 262px;
	padding: 30px 0;
}
.rig_alforms .peice_cite .bj{
	text-align: center;
}

.aldesign{
	display: none;
	height: 342px;
}
.aldesign .layui-btn{
	background: #E60012;
}
.al_msg_info{
	margin-top: 15px;
	font-size: 14px;
	text-align: center;
	color: #fca324;
}
.rig_algesign{
	background: url(../images/alformbg.jpg) no-repeat right top;
	height: 342px;
	position: relative;
}
.rig_algesign:before{
	position: absolute;
	content: '';
	display: block;
	background: url(../images/al_ljline.png) no-repeat left top;
	width: 107px;
	height: 12px;
	left: -56px;
	top: 50%;
}

/*advobj_from style begin*/
.advobj_from{
	width: 100%;
	background: white;
	padding: 72px 0;
	display: table;
}
.advobj_from .title{
	font-size: 28px;
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.advobj_from .form{
	display: table;
	width: 100%;
	text-align: center;
	padding-bottom: 30px;
}
.advobj_from input{
	width: 240px;
	clear: none;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
.advobj_from .subs{
	background:#E60012;
	width: 140px;
	margin-top: -3px;
}
/*advobj_from style end*/

/*silderonline style begin*/
.silderonline{
	width: 68px;
	height: 226px;
	background: url(../images/line.png) no-repeat center top;
	position: fixed;
	z-index: 999;
	right: 2rem;
	top: 50%;
	margin-top: -150px;
	box-shadow:0 0 12px rgba(0,0,0,0.15);
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.15)
}
.silderonline a{
	display: block;
	width: 100%;
	height: 75px;
	position: relative;
}
.silderonline a span{
	position: absolute;
	top: -75px;
	left:-134px;
	display: none;
	width: 130px;
	height: 226px;
	background: white;
}
.silderonline a span b{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.silderonline a span font{
	font-size: 12px;
	color: #666;
	display: block;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	position: relative;
}
.silderonline a span font:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -15px;
	width: 20px;
	height: 1px;
	background: #E60012;
}
.silderonline a.wechat:hover span{
	display: block;
}
#backtop,.onlineprice{
	display: block;
	width: 100%;
	height:75px;
	opacity: 0;
	cursor: pointer;
}
/*silderonline style end*/

/*pricealert style begin*/
.pricealert{
	width: 1200px;
	height: 490px;
	background: white;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
}
.pricealert .left_clu{
	width: 480px;
	float: left;
	padding:46px 70px ;
}
.pricealert .left_clu .title,.pricealert .rig_clu .title{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.left_clu_bot{
	position: relative;	
}
.left_clu_bot:after{
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	background: #d2d2d2;
	position: absolute;
	right: -60px;
	top: 0;
}
.left_clu_bot .layui-input-block{
	margin-left: 0;
	font-size: 14px;
	position: relative;
}
.left_clu_bot .layui-input-block .layui-form-select dl dd.layui-this{
	background: #D52128;
}
.left_clu_bot .layui-input-block .pos{
	position: absolute;
	right: 15px;
	top: 8px;
}
.price_a .layui-input-block{
	width: 165px;
	margin-right: 10px;
	float: left;
}
.price_b .layui-input-block{
	width: 106px;
	margin-right: 11px;
	float: left;
}
.price_a .layui-input-block:last-child,.price_b .layui-input-block:last-child{
	margin-right: 0;
}
.msg_info{
	font-size: 12px;
	color: #ff711b;
	padding:0 0 20px 0;
}
.left_clu_bot  .subs{
	width: 100%;
	background: #E60012;
}
.pricealert .rig_clu{
	float: left;
	width: 720px;
	padding: 46px 70px;
	background: url(../images/price_adv.jpg) no-repeat center 82px;
	height: 455px;
}
.pricealert .rig_clu .title span{
	color: #E60012;
	margin: 0 10px;
}
#total {
	font-size: 20px;
	overflow: hidden;
	width: 262px;
	margin:0 auto;
}
#total span{
	float: left;	
}
#total .t_num {
	float: left;
	line-height: 13px;
	margin: 2px 6px 0 0;	
}

#total .t_num i {
	width: 15px;
	height: 23px;
	display: inline-block;
	background: url(../images/number.png) no-repeat;
	background-position: 0 0;
	text-indent: -999em;
}
/*pricealert style end*/

    /*case-left*/
    .case_cont{
        width: 750px;
        margin:0 auto;
    }
    .case_cont_tit{
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        width: 100%;
        display: -wekit-box;
    }
    .case_cont_tit span{
        display:block;
        width: 16.6%;
        float:left;
        font-size: 14px;
    }
    .case_cont_tit span:last-child{
        text-align: right;
    }
    .gallery {
        width: 750px;
        margin: 0 auto;
        padding-bottom: 16px;
        overflow: hidden;
    }
    .gallery .set_menu{
        width: inherit;
        height: 30px;
        margin: 10px 0;
        font-size: 13px;
        line-height: 30px;
    }
    .gallery .set_menu .prompt{
        float: left;
    }
    .gallery .set_menu .menus{
        float: right;
    }
    .gallery .set_menu .menus a{
        display: inline-block;
        color: #999;
    }
    .gallery .set_menu .menus i{
        display: inline-block;
        width: 1px;
        height: 12px;
        background-color: #999;
        margin: 0 20px;
        vertical-align:middle;
    }
    .gallery .big-pic {
        border: 1px solid #ededed;
        background-color: #fafcfe;
        position: relative
    }

    .gallery .big-pic #big-pic {
        width: 100%;
        height: 522px;
        overflow: hidden;
    }

    .gallery .big-pic #big-pic img {
        width: 100%;
        height: auto;
    }

    .gallery .big-pic .max {
        position: absolute;
        bottom: 0px;
        right: 0px;
        background: #fff url(/statics/images/v9/max.png) no-repeat 5px center;
        z-index: 101;
        padding: 5px 5px 5px 20px
    }

    .gallery .photo_prev {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 0
    }

    .gallery .photo_next {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
        z-index: 0
    }

    .gallery .photo_prev a,
    .gallery .photo_next a {
        background-image: url(/statics/images/blank.gif);
        display: block;
        width: 100%;
        height: 100%;
        outline: none;
    }
    .gallery .photo_prev a:hover span{
        display: block;
        position: absolute;
        width: 60px;
        height: 100px;
        left: 0;
        top: 50%;
        margin-top: -50px;
        background: rgba(0, 0, 0, 0.5) url(../img/photo_prev.png) center no-repeat;
    }
    .gallery .photo_next a:hover span{
        display: block;
        position: absolute;
        width: 60px;
        height: 100px;
        right: 0;
        top: 50%;
        margin-top: -50px;
        background: rgba(0, 0, 0, 0.5) url(../img/photo_next.png) center no-repeat;
    }
    .gallery .design_idea{
        padding: 20px 0;
        font-size: 14px;
        line-height: 24px;
        text-indent: 2em;
        border-bottom: 1px solid #ddd;
    }
    .gallery .list-pic {
        padding: 10px 0 0;
        width: 513px;
        margin: 0 auto;
        position: relative;
        overflow: hidden
    }

    .gallery .cont {
        float: left;
        height: 100px;
        margin: 0 5px;
        width: 437px;
        position: relative;
        overflow: hidden;
    }

    .gallery .cont li {
        display: block;
        float: left;
        width: 109px;
        text-align: center;
        overflow: hidden;
    }

    .gallery .cont li .img-wrap {
        width: 105px;
        height: 90px;
        border: 2px solid #ddd;
        overflow: hidden;
        margin:0 auto;
    }

    .gallery .cont li .img-wrap a {
        position: relative;
        display: block;
        width: inherit;
        height: inherit;
    }

    .gallery .cont li .img-wrap a img {
        width: 100%;
	    height: 100%;
	    -webkit-object-fit: cover;
	    -moz-object-fit: cover;
	    -ms-object-fit: cover;
	    -o-object-fit: cover;
	    object-fit: cover;
	    display: block;
    }
    .gallery .cont li .img-wrap a i{
        position: absolute;
        display: inline-block;
        bottom: 8px;
        right: 8px;
        font-size: 12px;
        font-style: normal;
        height: 15px;
        line-height: 15px;
        background-color: #000;
        color: #fff;
        padding: 0 5px;
        border-radius: 7.5px; 
    }
    .gallery .cont li.on .img-wrap {
        border: 2px solid #e70012;
    }

    .gallery .pre,
    .gallery .next {
        position: relative;
        float: left;
        display: block;
        width: 116px;
        text-align: center;
        margin-top: -115px;
        padding: 12px 16px 5px;
        border: 1px solid #ddd;
        border-bottom-width: 5px;
    }

    .gallery .pre .img-wrap,
    .gallery .next .img-wrap {
        width: 82px;
        border: none;
        overflow: hidden;
    }
    .gallery .pre .img-wrap a,
    .gallery .next .img-wrap a {
        display: block;
        border: none;
    }
    .gallery .pre .img-wrap a img,
    .gallery .next .img-wrap a img{
        display: block;
        max-width: 100%;
    }

    .gallery .pre .img-wrap a:hover,
    .gallery .next .img-wrap a:hover {
        background: none
    }

    .gallery .next {
        float: right;
    }
    .gallery .pre-bnt{
        margin-left: 14px
    }
    .gallery .pre-bnt,
    .gallery .next-bnt {
        float: left;
        display: block;
        width: 20px;
        height: 65px;
        border: 1px solid #ddd;
        margin-top: 20px;
        background: url(../img/gallery_icons.png) left center no-repeat;
    }
    .gallery .next-bnt{
        background-position: -20px center;
    }
    .gallery .picbig {
        padding: 10px 0;
        transition: left .5s;
    }
    .gallery .imgpn{
        width:750px;
        padding-top: 14px
    }
    .gallery .imgpn a{
        font-size: 13px;
        color: #333;
    }

    .gallery .endselect {
        position: absolute;
        top: -315px;
        left: 50%;
        width: 470px;
        height: 315px;
        margin: -175px 0 0 -235px;
        background-color: #fff;
        z-index: 0;
        transition: top .5s;
    }
    .gallery .show{
        display: block;
        top: 50%;
    }
    .gallery .endselect #endSelClose{
        position: absolute;
        top: 18px;
        right: 18px;
        width: 19px;
        height: 19px;
        background: url(../img/gallery_icons.png) -40px 0 no-repeat;
        cursor: pointer;
    }
    .gallery .endselect .alert{
        padding: 25px 40px;
        background-color: #272936;

    }
    .gallery .endselect .alert strong{
        display: block;
        font-weight: normal;
        font-size: 20px;
        line-height: 40px;
        padding-bottom: 10px;
        color: #fff;
    }
    .gallery .endselect .alert .tips{
        color: #fff;
    }
    .gallery .endselect .alert .tips a.replay{
        display: block;
        float: right;
        width: 88px;
        height: 22px;
        font-size: 14px;
        list-style: 22px;
        border:1px solid #fff;
        text-align: center;
        color: #fff;
    }
    .gallery .endselect .hot_cases{
        padding: 20px 40px;
    }
    .gallery .endselect .hot_cases .hc_title{
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .gallery .endselect .hot_cases .hc_title a{
        display: block;
        float: right;
        color: #333;
    }
    .gallery .endselect .hot_cases dl{
        display: block;
        margin-top: 15px;
    }
    .gallery .endselect .hot_cases dl dd{
        display: block;
        float: left;
        margin-right: 15px;
    }
    .gallery .endselect .hot_cases dl dd.last{
        margin-right: 0;
    }
    .gallery .endselect .hot_cases img{
        display: block;
        width: 120px;
        height: 88px;
    }
    .gallery .endselect .hot_cases span{
        display: block;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
        color: #333;
        margin-top: 5px;
    }
    .case_cont .case_include .pb_title{
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }
    .case_cont .case_include dl{
        display: block;
        margin-top: 15px;
        height: 115px;
    }
    .case_cont .case_include dl dt{
        float: left;
        display: block;
        width: 114px;
        height: 113px;
        background-color: #e60012;
        border:1px solid #ddd;
        overflow: hidden;
    }

    .case_cont .case_include dl.row-2 dt{
        background-color: #42b391;
    }
    .case_cont .case_include dl.row-3 dt{
        background-color: #48b342;
    }
    .case_cont .case_include dl.row-4 dt{
        background-color: #4e4e80;
    }
    .case_cont .case_include dl.row-5 dt{
        background-color: #734e80;
    }
    .case_cont .case_include dl.row-6 dt{
        background-color: #272936;
    }
    .case_cont .case_include dl dt i{
        display: block;
        width: 26px;
        height: 26px;
        margin: 30px auto 10px;
        background: url(../img/include_icons.png) left center no-repeat;
    }
    .case_cont .case_include dl.row-2 dt i{
        background-position: -26px center;
    }
    .case_cont .case_include dl.row-3 dt i{
        background-position: -52px center;
    }
    .case_cont .case_include dl.row-4 dt i{
        background-position: -78px center;
    }
    .case_cont .case_include dl.row-5 dt i{
        background-position: -104px center;
    }
    .case_cont .case_include dl.row-6 dt i{
        background-position: -130px center;
    }
    .case_cont .case_include dl dt span{
        display: block;
        text-align: center;
        color: #fff;
    }
    .case_cont .case_include dl dd{
        float: left;
        width: 97px;
        height: 56px;
        line-height: 56px;
        font-size: 14px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center; 
    }
    .case_cont .case_include dl dd.bt{
        border-top: 1px solid #ddd; 
    }
    .case_cont .case_include dl dd.sm{
        font-size: 13px;
    }
    .case_cont .recom_cases .pb_title{
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }
    .case_cont .recom_cases{
        margin: 30px 0 50px 0;

    }
    .case_cont .recom_cases ul{
        display: block;
        overflow: hidden;
        margin-top: 30px;
    }
    .case_cont .recom_cases ul li{
        float: left;
        width: 280px;
        margin: 0 30px 30px 0;
    }
    .case_cont .recom_cases ul li:hover a{
        color:#e3161e
    }
    .case_cont .recom_cases ul li:nth-child(3n){
        margin-right: 0;
    }
    .case_cont .recom_cases ul li .pic{
        width: inherit;
        height: 230px;
        overflow: hidden;
    }
    .case_cont .recom_cases ul li .pic img{
        width: 100%;
        transition: all 0.6s;
    }
    .case_cont .recom_cases ul li .pic a:hover img{
        transform: scale(1.1);
    }
    .case_cont .recom_cases ul li .tit{
        border:1px solid #ddd;
        border-top:none;
        padding: 10px;
        overflow: hidden;
    }
    .case_cont .recom_cases ul li .tit a{
        display: block;
        height: 22px;
        overflow: hidden;
    }
    .case_cont .recom_cases ul li .tit span.tit_text{
        display: block;
        height: 22px;
        overflow: hidden;
    }
    .case_cont .recom_cases ul li .tit p{
        margin: 10px 0;
        display: block;
        border-top:1px solid #ddd;
    }
    .case_cont .recom_cases ul li .tit p span{
        font-size: 14px;
        color: #666;
        margin-top: 10px;
        display: block;
    }
    .case_cont .recom_cases ul li .tit p span.left{
        float: left;
    }
    .case_cont .recom_cases ul li .tit p span.right{
        float: right;
    }    