@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body{
	background: #ffffff;
}
.g-body{
	padding-bottom: 0;
}
.hd-banner{
	background: url("/index/images/bj_banner.png") no-repeat center;
	width: 100%;
	height: 470px;
}
.hd-tlt{
	background: none;
	height: auto;
	line-height: 1.4;
	padding-top: 30px;
	text-align: center;
}
.hd-tlt h2{
	font-size: 48px;
	color: #333333;
	font-weight: bold;
}
.hd-tlt p{
	font-weight: normal;
	font-size:18px;
	color: #999999;
}
/**报价S**/
.tc-pricebg{
	margin: 0 auto;
	width: 1170px;
	height: 200px;
	padding: 30px 0 30px 40px;
	font-size: 20px;
	position: relative;
	zoom:1;
	top: -25px;
	color: #ffffff;
	box-shadow: 0 5px 10px #999999;
	    background: #000;
}
.tc-pricebg:after{
	content: "";
	position: absolute;
	right: 410px;
	top: 0;
	width: 1px;
	height: 70px;
	border-left: 1px dotted #b7b7b7;
}
.tc-pricebg:before{
	content: "";
	position: absolute;
	right: 410px;
	bottom: 0;
	width: 1px;
	height: 70px;
	border-left: 1px dotted #b7b7b7;
}
.tc-price{
	width: 635px;
}
.tc-price .item2{
	margin-top: 20px;
}
.tc-price input, .tc-price select{
	font-size: 18px;
	margin: 0 15px;
}
.tc-price input{
    height: 55px;
    width: 385px;
    padding: 0px 10px;
    background: #fff;
}
.tc-price input.g-btn{
	width: 180px;
	background: #12c5b2;
	border-radius: 20px;
	font-family: Microsoft Yahei;
}
.tc-price select{
	width: 60px;
	height: 54px;
	line-height: 54px;
	padding: 0 10px;
}
@-moz-document url-prefix() { .tc-price select { padding: 10px; height: auto;line-height: 1; } }
.tc-price .price{
	position: absolute;
	top: 75px;
	right: 300px;
	width: 230px;
	text-align: center;
}
.tc-price .price strong{
	font-size: 24px;
	vertical-align: middle;
}
.price-detail{
	position: absolute;
	top: 35px;
	right: 30px;
	width: 170px;
	padding: 30px;
	border:1px solid #ffffff;
	box-shadow: inset -1px 1px 6px #000000;
	font-size: 18px;
}
.price-detail .arrow, .price-detail .arrow em{
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid #ffffff;
}
.price-detail .arrow{
	right: 230px;
	top: 45px;
}
.price-detail .arrow em{
	right: -12px;
	top: -6px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 10px solid #303438;
	z-index: 1;
}
.price-detail del{
	margin-left: 10px;
}
.price-detail div{
	line-height: 2;
}
/**报价E**/
/**预约S**/
.sjs-order-form{
	padding-left: 0;
	padding-top: 25px;
}
.sjs-order-form .input-txt{
	width: 240px;
}
.sjs-order-form .input-txt.mobile{
	margin-left: 40px;
}
.sjs-order-form .g-btn{
	position: absolute;
	right: 330px;
	top: 125px;
	width: 165px;
	height: 60px;
}
.sjs-order-form .input-txt, .sjs-order-form .g-btn, .sjs-order-form .captchaBox{
	float: left;
}
.sjs-order-form .captchaBox{
	width: 210px;
	margin-left: 40px;
}
.need-verify-form .input-txt.mobile, .need-verify-form .g-btn{
	margin-left: 15px;
}
.need-verify-form .input-txt{
	width: 160px;
}
.need-verify-form .input-txt.mobile, .need-verify-form .captchaBox{
	margin-left: 10px;
}
/**预约E**/

.gongyi-list{
	width: 1210px;
	height: 605px;
	margin: 25px auto 0;
	background: #eeeeee;
}
.gongyi-list li{
	float: left;
	width: 403px;
	height: 201px;
	text-align: center;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.gongyi-list li .gongyi-intro{
	margin: 50px 30px 0;
	width: 142px;
	padding: 10px 0;
	font-size: 18px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	text-align: center;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
}
.gongyi-list li:hover .gongyi-intro{
	/* margin: 50px 15px 0;
	width: 172px; */
	border-color: #ff6799;
	color: #ff6799;
}
.gongyi-list li:hover  .imgleft .gongyi-intro{
	/* margin: 35px 15px 0px; */
}
.gongyi-list li:hover .gongyi-intro strong{
	color: #ff6799;
}
.gongyi-list li strong{
	font-size: 20px;
	color: #333333;
}
.gongyi-list li img{
	position: absolute;
	right: 0;
	top:0;
	width: 201px;
	height: 201px;
	display: block;
}
.gongyi-list li.imgleft{
	padding-left: 201px !important;
	width: 201px !important;
	height: 201px;
}
.gongyi-list li.imgleft img{
	left: 0;
	right: auto;
}
/* .gongyi-list li.imgleft .gongyi-intro{
	float: right;
    margin: 35px 30px 0px;
} */
.ymbj-list{
	width: 1210px;
	height: 400px;
	margin: 25px auto 0;
}
.ymbj-list li{
	float: left;
	margin: 0 22px;
	width: 358px;
	height: 385px;
	display: inline;
	position: relative;
	zoom:1;
}
.ymbj-list li img{
	width: 358px;
	height: 261px;
	vertical-align: middle;
}
.ymbj-list .intro-box{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 318px;
	height: 124px;
	padding: 0 20px;
	background: #eeeeee;
	color: #666666;
	transition: padding-top .2s ease;
	-webkit-transition: padding-top .2s ease;
}
.ymbj-list .intro-box h3{
	padding-top: 15px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.ymbj-list .intro{
	font-size: 16px;
}
.ymbj-list li:hover .intro-box{
	padding-top: 35px;
	background: #ff6799;
	color: #ffffff;
}
.ymbj-list li:hover .intro-box h3{
	color: #ffffff;
}
.ymbj-list li .intro-box .arrow{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -20px;
	font-size: 30px;
	display: none;
}
.ymbj-list li:hover .intro-box .arrow{
	display: block;
}
.ymbj-list li .intro-box .arrow2{
	top: 10px;
}

.ymbj-list2{
	margin: 25px auto 0;
	width: 1210px;
	height: 254px;
	background: url("/index/images/bj_img13.png") no-repeat;
}
.ymbj-list2 li{
	float: left;
	width: 209px;
	height: 88px;
	padding: 5px;
	margin-top: 156px;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#99000000', endColorstr='#99000000');background:rgba(0,0,0,0.6);
	font-size: 18px;
	color: #ffffff;
}
.ymbj-list2 li.item1{
	margin-left: 138px;
}
.ymbj-list2 li.item2{
	margin-left: 208px;
}
.ymbj-list2 li.item3{
	margin-left: 206px;
}


.ymbj-video{
	float: left;
	width: 680px;

}
.ymbj-gjj-intro{
	margin-top: 40px;
	font-size: 16px;
	text-indent: 35px;
	line-height: 1.8;
}
.ymbj-gjj-intro, .ymbj-brand dl{
	float: right;
	width: 500px;
}
.ymbj-brand dl{
	margin-top: 40px;
	font-size: 18px;
	color: #333333;
	line-height: 1.8;
}
.ymbj-brand dt{
	font-weight: bold;
	font-size: 20px;
}
/* ---------------------- */

input {
    font-family: Microsoft Yahei;
}
label, input, select {
    vertical-align: middle;
}
strong {
    color: #ff6799;
}
.sjs-order-form {
 
    font-size: 16px;
}

.clear {
    zoom: 1;
    display: block;
}
.sjs-order-form .input-txt {
    width: 250px;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid #cccccc;
    background: transparent;
    box-shadow: 2px 2px 2px #1e2123;
    font-size: 16px;
    color: #a9a9a9;
}
.sjs-order-form .auth-code input, .sjs-order-form .captchaBox input {
    background: transparent;
    border: 0;
    height: 25px;
    line-height: 25px;
    width: 120px;
    font-size: 16px;
    color: #a9a9a9;
}
.sjs-order-form .auth-code .btn, .sjs-order-form .captchaBox .verify-img {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 122px;
    height: 48px;
    background: #ff5500;
    color: #ffffff;
    margin: 0;
    cursor: pointer;
    text-align: center;
}
/* .sjs-order-form .g-btn {
    margin-left: 15px;
    border-radius: 5px;
    width: 260px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-shadow: inset 0 -3px 2px #d61b58, 0 3px 2px #bb1149;
} */


.hd-tlt, .hd-cont {
    margin: 0 auto;
    width: 1210px;
}

.g-new-wrap, .g-content {
    width: 1210px;
	margin: 25px auto;
	height: 400px;
}
.g-btn {background-color:#ff6799; color:white; font-size:16px; border:none; border-radius:4px; padding:0 20px; height:30px; line-height:30px; display:inline-block; cursor:pointer; vertical-align:middle}
.g-btn:hover {background-color:#d61b58;}