/* 内页背景色 */
body{
	background: #f5f5f5;
}

/* 内页通栏图 */
.top-banner{
	position: relative;
}
.top-banner img{
	width: 100%;
}

/* 位置 */
.pc-location{
	background: #fff;
	border-bottom: 1px solid #dcdcdc;
	position: static;
	left: 0;
	top: 0;
	width: 100%;
}
.pc-locations{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	display: none;
}
.pc-location .location-main{
	width: 1200px;
	margin: auto;
	line-height: 54px;
	overflow: hidden;
}
.pc-location .left{
	float: left;
	color: #999;
	font-size: 0.75em;
}
.pc-location .left img{
	margin-top: -2px;
	margin-right: 4px;
}
.pc-location .left a{
	color: #333;
	margin-left: 4px;
	margin-right: 4px;
}
.pc-location .left a:hover{
	text-decoration: underline;
}

.pc-location .right{
	float: right;
	display: inline-block;
}
.pc-location .right li{
	float: left;
	font-size: 0.875em;
	margin-left: 2em;
	line-height: 53px;
}
.pc-location .right li a{
	color: #333333;
	display: block;
}
.pc-location .right li.on{
	border-bottom: 2px solid #da251d;
}
.pc-location .right li:hover{
	border-bottom: 2px solid #da251d;
}
@media screen and (max-width: 1440px){
	.pc-location .location-main{
		width: 960px;
	}
} 
@media screen and (max-width:1200px){
	.pc-location .location-main{
		width: 100%;
		padding: 0 3%;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
}

/* ipad位置 */
.ipad-location{
	padding: 0 3%;
	overflow:hidden;
	border-bottom: 1px solid #dfdfdf;
	line-height: 2.375em;
}
.ipad-location .name{
	float: left;
	color: #da251d;
	font-size: 0.875em;
}
.ipad-location .btns{
	float: right;
}
.ipad-location .btns img{
	width: 1.4375em;
	margin-top: -2px;
	cursor: pointer;
}
.phnav-pop1{
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
    z-index: 110;
    display: none;
}
.phnav-main1{
    width: 71%;
    background: #343434;
    height: 100%;
    padding: 0 5%;
    left: -100%;
    padding-bottom: 20%;
    padding-top: 8%;
    position: relative;
}
.phnav-main1 .guan {
    position: absolute;
    right: 7%;
    top: 3%;
    cursor: pointer;
    width: 1em;
}
.phnav-main1 ul li{
    line-height: 3.375em;
    border-bottom: 1px solid #999999;
}
.phnav-main1 ul li a{
	display: block;
	padding: 0 3%;
	color: #fff;
    font-size: 0.8125em;
}


/* 频道页 */
.channel-box{
	width: 1200px;
	margin: auto;
    margin-top: 0.5em;
    margin-bottom: 1.3125em;
    min-height: 200px;
}
.channel-box .title{
	font-size: 1.75em;
	line-height: 3.214em;
}
.channel-box ul{
	overflow: hidden;
}
.channel-box ul li{
	width: 33.1%;
	float: left;
	margin-right:0.35%; 
	margin-bottom: 2.25%;
}
.channel-box ul li:nth-child(3n){
	margin-right: 0;
}
.channel-box .imgs{
	overflow: hidden;
}
.channel-box .imgs img{
	width: 100%;
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}

.channel-box .name{
	text-align: center;
	font-size: 1em;
	line-height: 5em;
	color: #000000;
}

.channel-box ul li:hover img{
	 transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
}
.channel-box ul li:hover .name{
	color: #da251d;
}

@media screen and (max-width: 1440px){
	.channel-box{
		width: 960px;
	}
} 
@media screen and (max-width:1200px){
	.channel-box{
		width: 100%;
		padding: 0 3%;
		margin-top: 0;
		margin-bottom: 1em;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.channel-box .title{
		font-size: 1.2em;
	}
	.channel-box .name{
		line-height: 3em;
	}
}

@media screen and (max-width:991px){
	.channel-box ul li{
		width: 49%;
		margin-right: 2%;
	}
	.channel-box ul li:nth-child(3n){
		margin-right: 2%;
	}
	.channel-box ul li:nth-child(2n){
		margin-right: 0;
	}
	.channel-box ul li:hover img{
	 transform:inherit;
	-webkit-transform:inherit;
    -moz-transform:inherit;
	}	
}

@media screen and (max-width:414px){
	.channel-box ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.channel-box ul li:nth-child(3n){
		margin-right: 0;
	}
}

/* 企业介绍开始 */
.title-box{
	text-align: center;
}
.title-box .EN-title{
	font-size: 2.5em;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
.title-box .CH-title{
	font-size: 0.875em;
	color: #666666;
	line-height: 2.143em;
}

.about-box{
	width: 1200px;
	margin: auto;
	margin-top: 3.8125em;
	margin-bottom: 6.25em;
}
.about-mian{
	overflow: hidden;
	margin-top: 2.5625em;
}
.about-mian .left{
	width: 27%;
	float: left;
	margin-top: -0.2em;
}
.about-mian .left .text1{
	font-size: 2.625em;
	line-height: 1.405em;
	color: #000000;
}
.about-mian .left .text1 i{
	color: #666666;
}
.about-mian .left .text2{
	overflow: hidden;
	margin-top: 6.25em;
}
.about-mian .left .text2 li{
	float: left;
}
.about-mian .left .text2 li:first-child{
	border-right: 1px solid #dbdbdb;
	width: 52%;
}
.about-mian .left .text2 li:nth-child(2){
	width: 48%; 
	padding-left: 8%;
}
.about-mian .left .text2 em{
	display: inline-block;
	position: relative;
	font-size: 3.1875em;
	color: #666666;
	line-height: 1;
}
.about-mian .left .text2 p{
	font-size: 0.875em;
	line-height: 1.714em;
	color: #666666;
	margin-top: 1.413em;
}


.about-mian .right{
	width: 73%;
	padding-left: 5%;
	float: left;
	font-size: 1em;
	color: #333333;
	line-height: 1.875em;
}

.about-box .imgs{
	overflow: hidden;
	margin-top: 4em;
}
.about-box .imgs li{
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
	cursor: pointer;
}
.about-box .imgs li img{
	width: 100%;
}
.about-box .imgs li:nth-child(3n){
	margin-right: 0;
}
.about-box .imgs .pop{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	padding: 5%;
	display: none;
}
.about-box .imgs .pop .texts{
	border: 2px solid #fff;
	width: 100%;
	height: 100%;
	display: table;
	font-size: 1.25em;
	line-height: 2em;
	color: #fff;
	text-align: center;
}
.about-box .imgs .pop .texts span{
	display: table-cell;
	vertical-align: middle;
}
.about-box .imgs li:hover .pop{
	display: block;
}

@media screen and (max-width: 1440px){
	.about-box{
		width: 960px;
	}
	.about-mian .left .text2 em{
		font-size: 2.5em;
	}
} 
@media screen and (max-width:1200px){
	.about-box{
		width: 100%;
		padding: 0 3%;
		margin-top: 2em;
		margin-bottom: 4em;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.about-mian{
		margin-top: 3%;
	}
	.about-mian .left{
		width: 35%;
	}
	.about-mian .right{
		width: 65%;
	}
	.about-mian .left .text1{
		font-size: 2em;
	}
	.about-mian .left .text2{
		margin-top: 10%;
	}
	.about-mian .left .text2 em{
		font-size: 2em;
	}
	
	.about-box .imgs .pop .texts{
		font-size: 0.875em;
	}
	.about-box .imgs{
		margin-top: 2em;
	}
}

@media screen and (max-width:991px){
	.about-mian .right{
		width: 100%;
		padding: 0;
	}
	.title-box .EN-title{
		font-size: 1.5em;
	}
}

@media screen and (max-width:768px){
	.about-mian .right{
		line-height: 1.6em;
	}
	.about-box .imgs li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.about-box .imgs .pop{
		display: block;
	}
	.about-box .imgs li:nth-child(2n){
		margin-right: 0;
	}
}

@media screen and (max-width:414px){
	.about-box{
		margin-bottom: 3em;
	}
	.about-box .imgs li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.about-box .imgs .pop .texts{
		font-size: 1.125em;
	}
}


/* 企业文化 */
.culture-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 5em;
}

.culture-box .list{
	text-align: center;
	margin-top: 3.1875em;
}

.culture-box .list li{
	display: inline-block;
	margin: 0 1.9%;
	color: #333333;
	width: 28%;
}
.culture-box .list li img{
	width: 100%;
}

.culture-box .list .name{
	font-size: 1.25em;
	font-weight: bold;
	position: relative;
	margin-top: 0.55em;
	line-height: 1.9em;
}
.culture-box .list .name em{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1.5em;
	width: 3em;
	height: 1px;
	background: #999999;
}

.culture-box .list .detail{
	font-size: 0.875em;
	margin-top: 1em;
	line-height: 1.5em;
}

@media screen and (max-width: 1440px){
	.culture-box{
		width: 960px;
	}
} 
@media screen and (max-width: 1200px){
	.culture-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.culture-box .list{
		margin-top: 2em;
	}
}

@media screen and (max-width: 991px){
	.culture-box .list {
		overflow: hidden;
	}
	.culture-box .list li{
		float: left;
		width:30%; 
		margin: 0;
		margin-right: 5%;
	}
	.culture-box .list li:nth-child(3n){
		margin-right: 0;
	}
	.culture-box .list .name{
		font-size: 1em;
	}
}

@media screen and (max-width: 768px){
	.culture-box .list{
		margin-top: 1em;
	}
	.culture-box .list li{
		width: 32%;
		margin-right: 2%;
	}
}

@media screen and (max-width: 414px){
	.culture-box{
		margin-bottom: 2em;
	}
	.culture-box .list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	.culture-box .list .name{
		margin-top: 0.4em;
	}
	.culture-box .list .detail{
		margin-top: 0.3em;
	}
}


/* 发展历程 */
.development-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 6.3125em;
}
.development-main{
	padding-right: 45%;
	position: relative;
	min-height: 495px;
	margin-top: 2.5625em;
	z-index: 50;
}
.development-main .right-img{
	position: absolute;
	right: 0;
	top: 0;
}

.honor-date{
	position:relative;
	padding: 50px 0;
}
.honor-date .honor-year{
	max-height:727px;
	overflow: hidden;
	position: relative;
}

.honor-date li{
	overflow: hidden;
}

.honor-date .time{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.875em;
	float: left;
	width: 16%;
	line-height: 1;
}
.honor-date .detail{
	display: inline-block;
	float: left;
	width: 84%;
	padding-left: 6%;
	padding-bottom: 5%;
	border-left: 1px dotted #999999;
	position: relative;
}
.honor-date .detail .bgs{
	position: absolute;
	left: -11px;
	top: 0;
}
.honor-date .detail li{
	margin-bottom: 10px;
    color: #222;
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.6em;
    color: #222222;
}
.honor-date .detail .month{
	display: inline-block;
	float: left;
	width: 10%;
}
.honor-date .detail .date{
	display: inline-block;
	float: left;
	width: 90%;
}
.honor-date .honor-top{
	position:absolute;
	top: 0;
	left: 13.5%;
	background: url(../images/honor_topq.png) no-repeat center;
	width:37px;
	height:19px;
	display:block;
	z-index:999;
}

.honor-date .honor-bot{
	position:absolute;
	bottom: 0;
	left: 13.5%;
	background: url(../images/honor_botq.png) no-repeat center;
	width: 37px;
	height: 19px;
	display:block;
	z-index:999;
}

@media screen and (max-width: 1440px){
	.development-box{
		width: 960px;
	}
	.development-main .right-img{
		width: 35%;
	}
} 
@media screen and (max-width: 1200px){
	.development-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.development-main{
		padding-right: 30%;
	}
	.development-main .right-img{
		width: 28%;
	}
}

@media screen and (max-width: 991px){
	.development-main{
		margin-top: 1em;
	}
	.honor-date .time{
		font-size: 1.4em;
	}
	.honor-date .honor-top{
		left: 13%;
	}
	.honor-date .honor-bot{
		left: 13%;
	}
}

@media screen and (max-width: 768px){
	.honor-date{
		padding: 0;
	}
	.honor-date .honor-year{
		overflow-y:auto;
	}
	.development-main{
		padding-right: 0
	}
	.development-main .right-img{
		display: none;
	}
	.honor-date .detail{
		padding-bottom: 3%;
	}
	.honor-date .honor-top{
		left: 13.5%;
	}
	.honor-date .honor-bot{
		left: 13.5%;
	}
	.honor-date .time{
		font-size: 1.2em;
		margin-top: 0.1em;
	}
}

@media screen and (max-width: 414px){
	.development-box{
		margin-bottom: 0em;
	}
	.honor-date .honor-year{
		max-height: 450px;
	}
	.honor-date{
		padding: 0;
	}
	.honor-date .time{
		font-size: 1.1em;
		margin-top: 0.2em;
	}
	.honor-date .detail .month{
		width: 15%;
	}
	.honor-date .detail .date{
		width: 85%;
	}
	.honor-date .honor-top{
		display: none;
	}
	.honor-date .honor-bot{
		display: none;
	}
}


/* 荣誉殿堂 */
.honor-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.875em;
    margin-bottom: 6.3125em;
}
.honor-main{
	margin-top: 2.6875em;
}
.honor-main ul{
	overflow: hidden;
}
.honor-main ul li{
	float: left;
	width: 16.666%;
	padding-top: 1.125em;
	padding-bottom: 1.625em;
	text-align: center;
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	margin-top: -1px;
}
.honor-main .name{
	font-size: 0.875em;
	line-height: 1.429em;
	height: 2.858em;
	overflow: hidden;
	margin-top: 1.143em;
	padding: 0 8%;
}
.honor-main img{
	border-radius: 10px;
	box-shadow: 0px 5px 10px #9c9b9b;
	width: 58%;
}
.honor-main ul li:nth-child(6n){
	border-right: none;
}
@media screen and (max-width: 1440px){
	.honor-box{
		width: 960px;
	}
} 
@media screen and (max-width: 1200px){
	.honor-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.honor-main{
		margin-top: 1em;
	}
	.honor-main ul li{
		padding-bottom: 1em;
		padding-top: 1em;
	}
}

@media screen and (max-width: 991px){
	.honor-main ul li{
		width: 25%;
	}
	.honor-main ul li:nth-child(6n){
		border-right: 1px solid #ebebeb;
	}
	.honor-main ul li:nth-child(4n){
		border-right:none;
	}	
}

@media screen and (max-width: 768px){
	.honor-main ul li{
		width: 33.333%;
	}
	.honor-main ul li:nth-child(4n){
		border-right:1px solid #ebebeb;
	}
	.honor-main ul li:nth-child(3n){
		border-right:none;
	}

}

@media screen and (max-width: 414px){
	.honor-box{
		margin-bottom: 3em;
	}
	.honor-main ul li{
		width: 50%;
	}
	.honor-main ul li:nth-child(3n){
		border-right:1px solid #ebebeb;
	}
	.honor-main ul li:nth-child(2n){
		border-right:none;
	}
	.honor-main ul li{
		padding-bottom: 0.5em;
	}
}


/* 社会责任 */
.responsibility-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.875em;
    margin-bottom: 5.625em;
}
.responsibility-main{
	margin-top: 2.0625em;
}
.responsibility-main .doc{
	font-size: 1em;
	line-height: 1.875em;
}

.responsibility-main .down-box{
	margin-top: 1.375em;
}
.responsibility-main .down-box .title{
	font-size: 1em;
	line-height: 3.5em;
	font-weight: bold;
}
.responsibility-main .down-box .down-main{
	background: #fff;
	padding: 0 2%;
	padding-top: 9px;
	min-height: 50px;
	box-shadow: 0px 2px 10px #e7e7e7;
}
.down-box .down-main li{
	overflow: hidden;
	line-height: 3.571em;
	border-bottom: 1px dotted #b3b3b3;
	color: #666666;
	font-size: 0.875em;
}
.down-box .down-main .name{
	float: left;
	padding-left: 24px;
	background: url(../images/down-main_namelibg.jpg) no-repeat left 10px center; 
	width: 80%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.down-box .down-main .icons{
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 11px;
}
.down-box .down-main .icons img{
	margin-top: -2px;
}

.down-box .down-main .more{
	font-size: 0.875em;
	line-height: 3.357em;
	padding-left: 8px;
}
.down-box .down-main .more a{
	color: #b3b3b3;
}
.down-box .down-main .more a:hover{
	color: #da271d;
}
.down-box .down-main .more img{
	margin-top: -2px;
	margin-left: 6px;
}

.tutitle{
	font-size: 1em;
	font-weight: bold;
	line-height: 3.5625em;
	margin-top: 1.875em;
}
.juan-title{
	font-size:1.75em;
	line-height: 1; 
	margin-top: 1.429em;
	margin-bottom: 1em;
}
.juan-title .pageState1{
	font-size: 0.5em;
	margin-left: 1.429em;
}


.banner2{
	width:100%; 
	position:relative;
}
.banner2 .pageState2{
	text-align: center;
	font-size: 1em;
	line-height: 2em;
}
.banner2 .ban-bd2{
	width:100%;
	overflow:hidden;
	position:relative;
}

.banner2 .ban-bd2 ul li{
	width:100%;
	overflow:hidden;
	position: relative;
}

.banner2 .ban-bd2 ul li img{
	width: 100%;
	display: block;
}

.banner2 .ban-bd2 .names{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
	padding: 0 5%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner2 .prev{
	position: absolute;
	width: 39px;
	height: 76px;
	left: 26px;
	top: 50%;
	margin-top: -38px;
	background: url(../images/banner1-left.png) no-repeat;
	background-size: 100%;
}
.banner2 .next{
	position: absolute;
	width: 39px;
	height: 76px;
	right: 26px;
	top: 50%;
	margin-top: -38px;
	background: url(../images/banner1-right.png) no-repeat;
	background-size: 100%;
}


/* 图集列表 */
.pic-list{
	margin-bottom: 1.8125em;
}
.pic-list ul{
	overflow: hidden;
}
.pic-list ul li{
	width: 16.55%;
	float: left;
	margin-right: 0.12%;
	margin-bottom: 0.2%;
	position: relative;
}
.pic-list ul li:nth-child(6n){
	margin-right: 0;
}

.pic-list ul li img{
	width: 100%;
}
.pic-list .kuang{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 2px solid #da251d;
	display: none;
}
.pic-list ul li.on .kuang{
	display: block;
}
.pic-list ul li:hover .kuang{
	display: block;
}

.look-more{
	display: block;
	margin: auto;
	font-size: 1em;
	width: 10.625em;
	text-align: center;
	color: #fff;
	line-height: 2.9375em;
	background: #939393;
}
.look-more img{
	margin-top: -2px;
	margin-right: 0.9375em;
}
.look-more:hover{
	color: #fff;
	background: #a66428;
}
.look-more:focus{
	color: #fff;
}

.phpic-list{
	margin-bottom: 3%;
}
.phpic-list ul{
	overflow: hidden;
}
.phpic-list ul li img{
	width: 100%;
}
.phpic-list .kuang{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 2px solid #da251d;
	display: none;
}
.phpic-list ul li.on .kuang{
	display: block;
}
.phpic-list ul li{
	float: left;
	width: 33%;
	margin-right: 0.5%;
	margin-bottom: 0.5%;
	position: relative;
}
.phpic-list ul li:nth-child(3n){
	margin-right: 0;
}

.phpic-pop{
	position: fixed;
	width: 100%;
	height: 100%;
	left:-100%;
	top: 0;
	background:rgba(0,0,0,.9);
	z-index: 50;
	padding: 0 3%;
	padding-top: 10%;
}
.phpic-pop .close-icon{
	text-align: right;
} 
.phpic-pop .close-icon .closes{
	width: 1.5em;
	cursor: pointer;
}

.phpic-pop .title{
	font-size: 1.4em;
	color: #fff;
	text-align: center;
	margin-top: 20%;
}
.phpic-pop .title .pageState2{
	font-size: 0.5em;
	margin-left: 1em;
}

.banner3{
	width:100%; 
	position:relative;
	margin-top: 5%;
}

.banner3 .ban-bd3{
	width:100%;
	overflow:hidden;
	position:relative;
}

.banner3 .ban-bd3 ul li{
	width:100%;
	overflow:hidden;
	position: relative;
}

.banner3 .ban-bd3 ul li img{
	width: 100%;
	display: block;
}

.banner3 .ban-bd3 .names{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	height: 4em;
	overflow: hidden;
    margin-top: 3%;
    padding: 0 3%;
}

@media screen and (max-width: 1440px){
	.responsibility-box{
		width: 960px;
	}
} 

@media screen and (max-width: 1200px){

	.responsibility-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.responsibility-main{
		margin-top: 1em;
	}

	.responsibility-main .doc{
		line-height: 1.6em;
	}
	.tutitle{
		margin-top: 1em;
		line-height: 2.5em;
	}
	.down-box .down-main li{
		line-height: 3em;
		font-size: 0.875em;
	}
	.down-box .down-main .more{
		line-height: 3em;
	}
	.responsibility-main .down-box .title{
		line-height: 3em;
	}
	.responsibility-main .down-box .down-main{
		padding-top: 0;
	}
	.juan-title{
		font-size: 1.4em;
		margin-top: 1em;
	}
	.banner2 .prev{
		width: 2em;
		height: 4em;
		margin-top: -2em;
		left: 3%;
	}
	.banner2 .next{
		width: 2em;
		height: 4em;
		margin-top: -2em;
		right: 3%;
	}

}
@media screen and (max-width: 991px){
	.pic-list ul li{
		width: 33%;
		margin-right: 0.5%;
		margin-bottom: 0.5%;
	}
	.pic-list ul li:nth-child(6n){
		margin-right: 0.5%;
	}
	.pic-list ul li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 768px){
	.phpic-list ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.phpic-list ul li:nth-child(3n){
		margin-right: 2%;
	}
	.phpic-list ul li:nth-child(2n){
		margin-right: 0;
	}
}

@media screen and (max-width: 414px){
	.responsibility-box{
		margin-bottom: 2em;
	}
	.phpic-list ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 5%;
	}
	.phpic-list ul li:nth-child(3n){
		margin-right: 0;
	}
	.phpic-list ul li:nth-child(2n){
		margin-right: 0;
	}
	.look-more{
		line-height: 2.5em;
	}
}


/* 新闻中心 */
.news-box{
    width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 6.25em;
}
.news-main{
	margin-top: 3em;
	min-height: 200px;
}
.news-main ul:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.news-main li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 4%;
	float: left;
	padding-bottom: 2.5625em;
	box-shadow: 0px 0px 10px #999;
	background: #fff;
}
.news-main li:nth-child(3n){
	margin-right: 0;
}
.news-main .imgs{
	position: relative;
	overflow: hidden;
}
.news-main .imgs img{
	width: 100%;
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
}
.news-main .imgs .time{
	position: absolute;
	bottom: 5%;
	left: 5%;
	font-size: 1em;
	color: #fff;
}
.news-main .names{
	font-size: 1.25em;
	line-height: 1.35em;
	height: 2.7em;
	overflow: hidden;
	color: #000000;
	margin-top: 1.25em;
	padding: 0 5%;
}
.news-main .detail{
	font-size: 0.875em;
	line-height: 1.429em;
	height: 2.858em;
	overflow: hidden;
	color: #a0a0a0;
	margin-top: 0.786em;
	padding: 0 5%;
}
.news-main .more{
	font-size: 0.875em;
	line-height: 1.429em;
	color: #333333;
	margin-top: 1.571em;
	padding: 0 5%;
}
.news-main li:hover .more{
	color: #da251d
}
.news-main li:hover img{
	 transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
}
@media screen and (max-width: 1440px){
	.news-box{
		width: 960px;
	}
	.news-main .names{
		font-size: 1.125em;
	}
	.news-main li{
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
} 
@media screen and (max-width: 1200px){
	.news-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.news-main{
		margin-top: 1.5em;
	}
	.news-main li{
		padding-bottom: 2em;
		width: 31%;
		margin-right: 3.5%;
		margin-bottom: 3%;
	}
	.news-main .names{
		font-size: 1.05em;
	}
}
@media screen and (max-width: 991px){
	.news-main{
		margin-bottom: 1em;
	}
	.news-main li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
		padding-bottom: 1.5em
	}
	.news-main .names{
		font-size:1em;
	}
	.news-main li:nth-child(3n){
		margin-right: 4%;
	}
	.news-main li:nth-child(2n){
		margin-right: 0;
	}
	.news-main li:hover img{
		 transform:inherit;
		-webkit-transform:inherit;
	    -moz-transform:inherit;
	}
}

@media screen and (max-width: 414px){
	.news-box{
		margin-bottom: 3em;
	}
	.news-main li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
		margin-bottom: 8%;
		padding-bottom: 1em
	}
	.news-main .imgs .time{
		font-size: 0.875em;
	}
	.news-main li:nth-child(3n){
		margin-right:0;
	}
	.news-main .names{
		margin-top: 0.75em;
		height: auto;
	}
	.news-main .more{
		margin-top: 0.75em;
	}
}

/* 新闻详情 */
.newsdetail-box{
    width: 1200px;
    margin: auto;
    margin-top: 3.75em;
    margin-bottom: 4.9375em;
}

.newsdetail-box .title-boxs{
	text-align: center;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #dcdcdc;
}
.newsdetail-box .title-boxs .title{
	font-size: 2.25em;
	line-height: 1.528em;
}
.newsdetail-box .title-boxs .time{
	font-size: 0.875em;
	color: #666666;
	margin-top: 1.143em;
}

.news-doc{
	font-size: 0.875em;
	color: #555555;
	line-height: 1.714em;
	margin-top: 1.643em;
}
.news-doc img{
	max-width: 100%;
	display: block;
	margin:1em auto;
}


.pages{
	margin-top: 1.5em;
	position: relative;
	border-top: 1px solid #dedede;
	padding-top: 0.5em;
}
.pages li{
	font-size: 0.875em;
	line-height: 1.786em;
	color: #333333;
}
.pages li a{
	color: #333333;
}

.pages li a:hover{
	color: #a66428;
}
.pages .back{
	font-size:0.75em;
	display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 9.25em;
    height: 2.667em;
    line-height: 2.667em;
    text-align: center;
    color: #fff;
    background: #333333;
}
.pages .back:hover{
	background: #666;
}
@media screen and (max-width: 1440px){
	.newsdetail-box{
		width: 960px;
	}
} 
@media screen and (max-width: 1200px){
	.newsdetail-box{
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
}
@media screen and (max-width: 1200px){
	.newsdetail-box .title-boxs .title{
		font-size: 1.5em;
	}
}
@media screen and (max-width: 991px){
	.newsdetail-box{
		margin-bottom: 3em;
	}
	.pages .back{
		position: inherit;
		right: inherit;
		top: inherit;
		margin: auto;
		display: block;
		margin-top: 2em;
	}
}

@media screen and (max-width:768px){
	.newsdetail-box .title-boxs .title{
		font-size: 1.1em;
	}
	.newsdetail-box .title-boxs .time{
		margin-top: 0.5em;
		font-size: 0.75em;
	}
}
@media screen and (max-width:768px){
	.pages .back{
		width: 10em;
		font-size: 0.875em
	}
}


/* 视频新闻 */
.videos-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.875em;
    margin-bottom: 4.625em;
}
.videos-main{
	margin-top: 2.6875em;
}
.pc-video{
	height: 484px;
	width: 1030px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.pc-video .names{
	font-size: 1.5em;
	color: #fff;
	position: absolute;
	left: 4%;
	bottom: 7%;
	z-index: 150;
}
.pc-video .video-box{
    width: 100%;
    height:100%;
    overflow: hidden;
    position: relative;
    display: none\9;
    z-index: 100;
}
.pc-video .video-box2 {
    width: 100%;
    height:100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: none;
    display: block\9;
}
.pc-video .video-js .vjs-big-play-button{
	height: 80px;
    width: 80px;
	top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border: none;

}
.pc-video .video-js .vjs-big-play-button{
	background:url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;

}
.pc-video .video-js .vjs-big-play-button::before{
	   content: "";
}
.pc-video .video-js:hover .vjs-big-play-button{
	background:url(../images/btn-bg1.png) no-repeat;
	background-size: 100% 100%;
}

.pc-video .vjs-poster{
	background-size: 100% 100%;
}

.pcvideo-list{
	width: 1030px;
	margin: 1.875em auto;
}
.pcvideo-list ul{
	overflow: hidden;
}
.pcvideo-list li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 0.3125em;
}
.pcvideo-list li img{
	width: 100%;
}
.pcvideo-list .name{
	text-align: center;
	font-size: 0.875em;
	color: #666666;
	line-height: 3em;
	padding: 0 5%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pcvideo-list li:nth-child(4n){
	margin-right: 0;
}

.pcvideo-list li:hover .name{
	color: #a66428;
}
.pcvideo-list li.on .name{
	color: #a66428;
}


.phvideo-list{
	margin: 1em auto;
}
.phvideo-list ul{
	overflow: hidden;
}
.phvideo-list li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 2%;
}
.phvideo-list li:nth-child(2n){
	margin-right: 0;
}
.phvideo-list li .item{
	width: 100%;
}
.phvideo-list .imgs{
	position: relative;
}
.phvideo-list .imgs .bg{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 3em;
	height: 3em;
	margin-left: -1.5em;
	margin-top: -1.5em;
}
.phvideo-list .name{
	text-align: center;
	font-size: 0.875em;
	color: #666666;
	line-height: 3em;
	padding: 0 5%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 视频弹出层 */
.video-pop{
	position: fixed;
    z-index: 200;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8);
    display: none;
}
.video-pop .names{
	text-align: center;
	font-size: 1em;
	color: #fff;
	line-height: 2em;
	padding: 0 5%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.video-pop .pop-main{
	position: fixed;
	left: 3%;
	top: 45%;
    width: 94%;
    height: 15em;
    margin-top: -7.5em;
}

.video-pop .video-box{
    width: 100%;
    height:100%;
    overflow: hidden;
    position: relative;
    display: none\9;
    z-index: 1000;
}
.video-pop .video-box2 {
    width: 100%;
    height:100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    display: none;
    display: block\9;
}
.video-pop .video-js .vjs-big-play-button{
	height: 3em;
    width: 3em;
	top: 50%;
    left: 50%;
    margin-top: -1.5em;
    margin-left: -1.5em;
    border: none;
}
.video-pop .video-js .vjs-big-play-button{
	background:url(../images/btn-bg.png) no-repeat;
	background-size: 100% 100%;
}
.video-pop .video-js .vjs-big-play-button::before{
	   content: "";
}
.video-pop .video-js:hover .vjs-big-play-button{
	background:url(../images/btn-bg1.png) no-repeat;
	background-size: 100% 100%;
}

.video-pop .vjs-poster{
	background-size: 100% 100%;
}
.video-pop .video-js{
	background:none;
}

@media screen and (max-width: 1440px){
	.videos-box{
		width: 960px;
	}
	.pc-video{
		width: 100%;
	}
} 
@media screen and (max-width: 1200px){
	.videos-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.videos-main{
		margin-top: 1em;
	}
	.pc-video{
		width: 100%;
		height: 30em;
	}
	.pcvideo-list{
		width: 100%;
		margin: 1em auto;
	}
}

@media screen and (max-width: 991px){
	.pc-video{
		height: 25em;
	}
}
@media screen and (min-width: 415px) and (max-width: 768px){
	.video-pop .pop-main{
		height: 21em;
		margin-top: -10.5em;
	}
}
@media screen and (max-width: 414px){
	.phvideo-list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 4%;
	}
}


/* 产品中心列表页 */
.product-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.0625em;
    margin-bottom: 6.25em;
}
.product-box:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.product-box .pro-left{
	width: 16.5%;
	float: left;
}
.product-box .pro-left .title{
	line-height: 1;
	font-size: 1.5em;
	padding-bottom: 0.7em;
	border-bottom: 1px solid #808080;
	color: #000000;
	padding-left: 4px;
}

.pcsec-nav .lv1-box{
	border-bottom: 1px solid #cccccc;
}
.pcsec-nav .lv1-box .lv1{
	position: relative;
	font-size: 0.875em;
	line-height: 3.357em;
	padding-left: 2px;
}
.pcsec-nav .lv1-box .lv1 a{
	color: #333;
	display: block;
}
.pcsec-nav .lv1-box .lv1 .mores{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/lv1more-bg1.png) no-repeat right 2px center;
}
.pcsec-nav .lv1-box.active .lv1 a{
	color: #000;
	font-weight: bold;
}
.pcsec-nav .lv1-box.on .lv1 a{
	color: #000;
	font-weight: bold;
}
.pcsec-nav .lv1-box.active .mores{
	background: url(../images/lv1more-bg2.png) no-repeat right 2px center;
}


.pcsec-nav .lv2-box{
	display: none;
}
.pcsec-nav .lv2-box li{
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 0.75em 0;
}
.pcsec-nav .lv2-box li a{
	color: #666666;
	display: block;
	padding-left: 10%;
}
.pcsec-nav .lv2-box li.on{
	background: #999999;
}
.pcsec-nav .lv2-box li.on a{
	color: #fff;
}
.pcsec-nav .lv2-box li:hover{
	background: #999999;
}
.pcsec-nav .lv2-box li:hover a{
	color: #fff;
}

.phsec-nav{
	position: relative;
}

.phsec-nav .current{
	font-size: 0.75em;
	line-height: 3.5em;
	padding: 0 3%;
	background: url(../images/current-bg.png) no-repeat right 3% center;
	background-color: #cccccc;
	background-size: 1.8em 0.8em;
	color: #000;
	cursor: pointer;
}
.phsec-navpop{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background: #e2e2e2;
	z-index: 10;
	padding: 0 2%;
	padding-bottom: 2.3125em;
	display: none;
}
.phsec-navpop .lv1-box{
	border-bottom: 1px solid #cccccc;
}
.phsec-navpop .lv1-box .lv1{
	position: relative;
	font-size: 0.75em;
	line-height: 3.083em;
	padding: 0 1%;
}
.phsec-navpop .lv1-box .lv1 a{
	color: #333;
	display: block;
}
.phsec-navpop .lv1-box .lv1 .mores{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/lv1more-bg1.png) no-repeat right 2% center;
	background-size: 0.8em;
}
.phsec-navpop .lv1-box.active .lv1 a{
	color: #da271d;
}
.phsec-navpop .lv1-box.on .lv1 a{
	color: #da271d;
}
.phsec-navpop .lv1-box.active .mores{
	background: url(../images/lv1more-bg2.png) no-repeat right 2% center;
	background-size: 0.8em;
}


.phsec-navpop .lv2-box{
	display: none;
	padding-bottom: 0.5em;
}
.phsec-navpop .lv2-box li{
	font-size: 0.75em;
	line-height: 2em;
}
.phsec-navpop .lv2-box li a{
	color: #333;
	display: block;
	padding-left: 5%;
}
.phsec-navpop .lv2-box li.on{
	background: #999999;
}
.phsec-navpop .lv2-box li.on a{
	color: #fff;
}


.product-box .pro-right{
	width: 80%;
	float: right;
}
.pro-right .sea-boxs{
	overflow: hidden;
}
.pro-right .sea-box{
	float: right;
	width: 240px;
	height: 41px;
	line-height: 40px;
	position: relative;
	border: 1px solid #cccccc;
	border-radius: 2px;
	overflow: hidden;
}
.pro-right .sea-box input{
	float: left;
	width: 82%;
	height: 100%;
	line-height: 40px;
	background:none;
	border: none;
	border-radius: 2px;
	padding-left: 10px;
	font-size: 0.875em;
}
.pro-right .sea-box input::-webkit-input-placeholder { 
  color:#999999; 
}
.pro-right .sea-box .right{
	float: left;
	width: 18%;
	text-align: center;
}
.pro-right .sea-box .right img{
	margin-top: -4px;
}

.pro-list{
	margin-top: 1.25em;
	min-height: 200px;
	margin-bottom: 2em;
}
.pro-list ul:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.pro-list li{
	float: left;
	width: 33%;
	margin-right: 0.5%;
	box-shadow: 0px 3px 4px #d0cfcf;
	margin-bottom: 1.375em;
}
.pro-list li img{
	width: 100%;
}
.pro-list .names{
	font-size: 1em;
	line-height: 5.3125em;
	color: #333333;
	text-align: center;
	padding: 0 5%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pro-list li:nth-child(3n){
	margin-right: 0;
}
.pro-list li:hover .names{
	color: #a66428;
}
@media screen and (max-width: 1440px){
	.product-box{
		width: 960px;
	}
} 
@media screen and (max-width: 1200px){
	.product-box{
		width: 100%;
		padding: 0 3%;
		margin-top: 2em;
		margin-bottom: 4em;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.product-box .pro-left .title{
		font-size: 1.2em;
		padding-left: 0;
	}
	.product-box .pro-left{
		width: 20%;
	}
	.product-box .pro-right{
		width: 75%;
	}
	.pro-list .names{
		line-height: 4em;
	}
}
@media screen and (max-width: 991px){
	.product-box .pro-left{
		width: 25%;
	}
	.product-box .pro-right{
		width: 70%;
	}
	.pro-list li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.pro-list li:nth-child(3n){
		margin-right: 4%;
	}
	.pro-list li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (min-width: 769px){
	.phsec-nav{
		display: none;
	}
}

@media screen and (max-width: 768px){
	.pcsec-nav{
		display: none;
	}
	.pro-right .sea-boxs{
		display: none;
	}
	.product-box .pro-left{
		width: 100%;
	}
	.product-box .pro-right{
		width: 100%;
	}
	.pro-list .names{
		line-height: 3.5em;
	}
	.product-box .pro-left .title{
		border-bottom: none;
		font-size: 1em;
		padding-bottom: 1.2em;
	}
	.pro-list{
		margin-bottom: 1em;
		margin-top: 2em;
	}
	.product-box{
		margin-bottom: 3em;
		margin-top: 1.5em;
		padding: 0 5%;
	}

}

@media screen and (max-width: 414px){
	.pro-list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 8%;
	}
	.pro-list li:nth-child(3n){
		margin-right: 0;
	}
	.pro-list .names{
		line-height: 5.375em;
	}
}

/* 产品详情页 */
.pc-location1{
	width: 1200px;
    margin: auto;
    line-height: 2em;
    font-size: 0.75em;
    margin-top: 2.417em;
    color: #999;
}
.pc-location1 a{
	color: #333;
	margin-left: 4px;
    margin-right: 4px;
}
.pc-location1 img{
	margin-top: -2px;
    margin-right: 4px;
}
.pc-location1 a:hover{
	text-decoration: underline;
}

.back-list{
	width: 1200px;
    margin: auto;
    text-align: right;
    font-size: 1em;
    line-height: 1.5em;
}
.back-list a{
	color: #333;
}
.back-list a:hover{
	 color: #a66428;
}

.prodetail-box{
	width: 100%;
    margin: auto;
    margin-top: 1.1875em;
    overflow: hidden;
}
.prodetail-left{
	width: 100%;
	margin: auto;
}
.prodetail-left .small-imgs{
	float: left;
	width: 13%;
}
.prodetail-left .small-imgs li{
	margin-bottom: 6%;
	cursor: pointer;
	position: relative;
}

.prodetail-left .small-imgs li img{
	width: 100%;
}
.prodetail-left .small-imgs li em{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	border: 1px solid #e74f4c;
	display: none;
}
.prodetail-left .small-imgs li.on em{
	display: block;
}
.prodetail-left .small-imgs li:hover em{
	display: block;
}

.prodetail-left .big-imgs{
	margin: auto;
	width: 85%;
}
.prodetail-left .big-imgs li{
	display: none;
}
.prodetail-left .big-imgs li img{
	width: 100%;
}

.prodetail-right{
	width: 100%;
	margin: auto;
}
.prodetail-right .top-title{
	border-bottom: 1px solid #999999;
	color: #000000;
	padding-bottom: 0.3125em;
}
.prodetail-right .top-title .names{
	line-height: 1;
	font-size: 1.875em;
}
.prodetail-right .top-title .type{
	font-size: 1.125em;
	line-height: 2.444em;
}
.prodetail-right .types{
	overflow: hidden;
	margin-top: 1em;
}
.prodetail-right .types li{
	float: left;
	display: inline-block;
	font-size: 0.875em;
	color: #333;
	font-weight: bold;
	margin-right: 2em;
}
.prodetail-right .types li:last-child{
	margin-right: 0;
}
.prodetail-right .types li i{
	font-weight: normal;
	color: #666666;
}
.prodetail-right .detail-box{
	font-size: 0.875em;
	line-height: 1.8em;
	margin-top: 1em;
	max-height: 17.2em;
	overflow: hidden;
}
.prodetail-right .detail-box li{
	margin-bottom: 0.5em;
}
.prodetail-right .detail-box .names{
	color: #333;
	font-weight: bold;
}
.prodetail-right .detail-box .doc p img{
	width:300px;
}
.prodetail-right .mCSB_scrollTools{
	width: 15px;
}
.prodetail-right .mCSB_scrollTools .mCSB_draggerContainer{
	left:12px;
}

.prodetail-right .mCSB_scrollTools .mCSB_dragger{
	background: #f98701;
	width: 3px;
	height: 30px;
}
.prodetail-right  .mCSB_scrollTools .mCSB_draggerRail{
	background: #d3d3d3;
	width: 1px;
}


.prodetail-box .banner2{
	width:100%; 
	position:relative;
}

.prodetail-box .banner2 .ban-bd2{
	width:100%;
	overflow:hidden;
	position:relative;
}

.prodetail-box .banner2 .ban-bd2 ul li{
	width:100%;
	overflow:hidden;
}

.prodetail-box .banner2 .ban-bd2 ul li img{
	width: 100%;
	display: block;
}

.prodetail-box .banner2 .ban-hd2{
	width: 100%;
	position:absolute;
	bottom:5%;
	text-align: center;
}
.prodetail-box .banner2 .ban-hd2 a{
	width: 1.5em;
	height: 5px;
	margin: 0 2.5px;
	display: inline-block;
	background: #ccc;
}
.prodetail-box .banner2 .ban-hd2 .on{
	background: #f98701;
}


/* 同系列推荐 */
.common-box{
	width: 1200px;
    margin: auto;
	margin-top: 2.875em;
	margin-bottom: 6.8125em;
	border-top: 1px dotted #999999;
	padding-top: 1.875em;
}
.common-box .title{
	font-size: 1.25em;
	color: #000000;
	line-height: 3em;
}
.common-box .swiper-container{
	padding-bottom: 5px;
}
.common-box .swiper-slide{
	width: 24.625%;
	margin-right: 0.5%;
	box-shadow: 3px 3px 5px #dadada;
}
.common-box .swiper-slide:last-child{
	margin-right: 0;
}
.common-box .swiper-slide img{
	width: 100%;
}
.common-box .swiper-slide .names{
	background: #fff;
	color: #333;
	padding: 0 3%;
	text-align: center;
	font-size: 0.8125em;
	line-height: 5.231em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.common-box .swiper-slide:hover .names{
	color: #a66428;
}

.common-box .swiper-button-prev{
	top: 40%;
	background: url(../images/prev-bgs.png) no-repeat;
	background-size: 100%;
	opacity: 0.6;	
}
.common-box .swiper-button-prev:hover{
	opacity: 1;
}
.common-box .swiper-button-next{
	top: 40%;
	background: url(../images/next-bgs.png) no-repeat;
	background-size: 100%;
	opacity: 0.6;
}
.common-box .swiper-button-next:hover{
	opacity: 1;
}

.common-list{

}
.common-list ul:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.common-list li{
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	box-shadow: 3px 3px 5px #dadada;
}
.common-list li:nth-child(2n){
	margin-right: 0;
}
.common-list li img{
	width: 100%;
}
.common-list li .names{
	background: #fff;
	color: #333;
	padding: 0 3%;
	text-align: center;
	font-size: 1em;
	line-height: 5.375em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1440px){
	.pc-location1{
		width: 960px;
	}
	.back-list{
		width: 960px;
	}
	.prodetail-box{
		width: 960px;
	}
	.prodetail-right .detail-box{
		max-height: 12.2em;
	}
	.common-box{
		width: 960px;
	}
} 


@media screen and (max-width: 1200px){
	.pc-location1{
		width: 100%;
		padding: 0 3%;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.back-list {
    	width: 100%;
		padding: 0 3%;
		font-size: 0.875em;
	}
	.prodetail-box{
		width: 100%;
		padding: 0 3%;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.prodetail-right .top-title .names{
		font-size: 1.2em;
	}
	.prodetail-right .top-title .type{
		font-size: 0.875em;
	}
	.common-box{
		width: 94%;
		margin: 0 3%;
		margin-top: 2em;
		margin-bottom: 4em;
		padding-top: 0.5em;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
	}
	.common-box .title{
		font-size: 1em;
	}
	.common-box .swiper-slide .names{
		line-height: 4em;
	}
}

@media screen and (max-width:991px){
	.prodetail-box{
		padding: 0;
		margin-top: 0;
	}
	.prodetail-left{
		width: 100%;
		padding: 5%;
	}
	.prodetail-right{
		width: 100%;
		margin-top: 1em;
		padding: 0 5%;
	}
	.prodetail-right .detail-box{
		max-height: inherit;
		font-size: 0.75em;
	}
	.prodetail-right .top-title{
		padding-bottom: 0;
	}
	.prodetail-right .top-title .names{
		font-size: 1em;
	}
	.prodetail-right .top-title .type{
		font-size: 0.75em;
	}
	.prodetail-right .types li{
		font-size: 0.75em;
	}
	.prodetail-right .types{
		margin-top: 0.6em;
	}
	.prodetail-right .detail-box{
		margin-top: 1.5em;
		line-height: 2em;
	}
	.prodetail-right .detail-box li{
		margin-bottom: 1em;
	}
	.common-box{
		margin: 0 5%;
		width: 90%;
		margin-top: 2em;
		margin-bottom: 2em;
	}
}

@media screen and (max-width:768px){
	.prodetail-right{
		margin-top: 1.5em;
	}
}

@media screen and (max-width:414px){
	.common-list{
		margin-bottom: 1em;
	}
	.common-list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 7%;
	}

}

/* 搜索结果页 */
.sea-boxs1{
	background: #d2d2d2;
	overflow: hidden;
	padding: 2.3% 3%;
	font-size: 1em;
	line-height: 3.625em;
	height: 6.25em;
	margin-bottom: 2.5em;
}
.sea-boxs1 input{
	float: left;
	width: 86%;
	display: block;
	height: 100%;
	border: none;
	padding: 0 2%;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	color: #333;
}
.sea-boxs1 input::-webkit-input-placeholder { 
  color:#333; 
}
.sea-boxs1 .soubtn{
	float:left;
	width: 14%;
	text-align: center;
	display:block;
	height: 100%;
	background: #e64340;
	color: #fff;
	font-size: 1.125em;
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

@media screen and (max-width:1200px){
	.sea-boxs1{
		height: 5em;
		line-height: 3em;
		margin-bottom: 1.25em;
	}
}
@media screen and (max-width:991px){
	.sea-boxs1{
		height: 4em;
		line-height: 2.2em;
	}
	.sea-boxs1 .soubtn{
		font-size: 1em;
	}
}
@media screen and (max-width: 768px){
	.pro-right .sea-boxs1 {
	    display: none;
	}
}

/* 登录页 */
.login-box{
	height: 590px;
	padding-top: 136px;
	background: #dedede;
	position: relative;
}
.login-box .nopage{
	max-width: 80%;
}
.login-box .login-main{
	width: 586px;
	margin: auto;
	background: #fafafa;
	padding: 0 103px;
	padding-top: 27px;
	padding-bottom: 50px;
}
.login-box .login-main .title{
	font-size: 1.5em;
	text-align: center;
	line-height: 2.792em;
	font-weight: bold;
}
.input-boxs1 .texts{
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  margin:auto;
  border: 1px solid #535353;
  background: none;
  padding: 0 21px;
  font-size: 14px;
  display: block;
  color: #333;
  margin-top: 17px;
}
.input-boxs1 .texts ::-webkit-input-placeholder { 
  color:#999999; 
}

.input-boxs1 .anniu{
  margin: auto;
  margin-top: 38px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 18px;
  background: #545454;
}
.input-boxs1 .anniu1{
	margin-top: 30px;
}
.email-pop{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	background: rgba(0,0,0,.3);
	display: none;
}
.email-main{
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -50px;
	width: 220px;
	height: 100px;
	line-height: 100px;
	background: #fff;
	box-shadow: 0 0 5px #737373;
	font-size: 1em;
	color: #333333;
	text-align: center;
}
.email-main .closes{
	position: absolute;
	right: -31px;
	top: 0;
	cursor: pointer;
}


@media screen and (max-width:991px){
	.login-box{
		height: 25em;
		line-height: 25em;
		text-align: center;
		padding-top: 0;
	}
}

/* 下载中心 */
.download-box{
	width: 1200px;
    margin: auto;
    margin-top: 1.1875em;
    margin-bottom: 5.375em;
}
.download-box .title{
	font-weight: bold;
	color: #313131;
	line-height: 3.7em;
	font-size: 1.25em;
	position: relative;
}
.download-box .title em{
	width: 52px;
	height: 1px;
	background: #313131;
	position: absolute;
	left: 0;
	bottom: 0;
}

.download-box .notice{
	margin-top: 2.5em;
	position: relative;
	padding-left: 35%;
}
.download-box .notice .bgs{
	position: absolute;
	left: 0;
	top: 0;
	width:32%;
}
.notice-main{
	background: #fff;
	border: 3px solid #cfa972;
	padding:2% 4%;
	padding-bottom: 3.7%;
}
.notice-main .titles{
	font-size: 1em;
	font-weight: bold;
	color: #313131;
	line-height: 1.875em;
}
.notice-main .time{
	font-size: 0.875em;
	color: #666666;
	line-height: 1.643em;
}
.notice-main .doc{
	font-size: 0.875em;
	color: #313131;
	line-height: 1.715em;
	margin-top: 1.143em;
}
.down-center{
	margin-top: 2.5625em;
}
.down-center .down-type{
	text-align:center;
	margin-top: 2.5em;
}
.down-center .down-type ul{
	text-align: center;
}
.down-center .down-type ul li{
	display: inline-block;
	font-size: 1em;
	width: 9.375em;
	height: 2.5em;
	line-height: 2.5em;
	background: #fff;
	margin: 0 2.5px;
	margin-bottom: 5px;
	background: #fff;
	border: 1px solid #b3b3b3;
	cursor: pointer;
	color: #808080;
}
.down-center .down-type ul li.on{
	background: #e64340;
	border: 1px solid #e64340;
	color: #fff;
}
.down-center .down-type ul li:hover{
	background: #e64340;
	border: 1px solid #e64340;
	color: #fff;
}

.down-center .down-main{
	background: #fff;
	padding: 0 2%;
	padding-top: 9px;
	min-height: 50px;
	margin-top: 1.875em;
	border: 1px solid #c9c9c9;
	min-height: 200px;
}
.down-center .down-main li{
	overflow: hidden;
	line-height: 3.571em;
	border-bottom: 1px dotted #b3b3b3;
	color: #666666;
	font-size: 0.875em;
}
.down-center .down-main .name{
	float: left;
	padding-left: 24px;
	background: url(../images/down-main_namelibg.jpg) no-repeat left 10px center; 
	width: 80%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.down-center .down-main .icons{
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 11px;
}
.down-center .down-main .icons img{
	margin-top: -2px;
}

.down-center .down-main .more{
	font-size: 0.875em;
	line-height: 3.286em;
	padding-left: 8px;
}
.down-center .down-main .more a{
	color: #b3b3b3;
}
.down-center .down-main .more a:hover{
	color: #da271d;
}
.down-center .down-main .more img{
	margin-top: -2px;
	margin-left: 6px;
}
.nopage{
	text-align: center;
	max-width: 100%;
}
.nopage img{
	max-width:60%;
}
@media screen and (max-width: 1440px){
	.download-box{
		width: 960px;
	}
} 
@media screen and (max-width:1200px){
	.download-box{
		width: 100%;
		padding: 0 3%;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
    	margin-bottom: 3em;
	}
	.notice-main{
		padding-bottom: 5%;
	}
	.download-box .title{
		line-height: 2.5em;
		font-size: 1.125em;
	}
	.download-box .notice{
		margin-top: 1.5em
	}
	.down-center{
		margin-top: 1.5em;
	}
	.down-center .down-type{
		margin-top: 1.5em;
	}
	.down-center .down-type ul li{
		font-size: 0.875em;
	}
	.down-center .down-main{
		padding-top: 0;
		margin-top: 1.3em;
	}
	.down-center .down-main li {
	    line-height: 3em;
	    font-size: 0.875em;
	}
}

@media screen and (max-width: 768px){
	.down-center .down-type ul{
		overflow: hidden;
	}
	.down-center .down-type ul li{
		float: left;
	}
}

/* 网站地图 */
.sitemap-box{
	width: 1200px;
	margin: auto;
	margin-top: 3.8125em;
	margin-bottom: 4em;
}
.sitemap-main{
	margin-top: 3.75em;
}
.sitemap-main ul{
	overflow: hidden;
}
.sitemap-main li{
	width: 48%;
	float: left;
	margin-right:4%; 
	margin-bottom: 0.875em;
}
.sitemap-main li:nth-child(2n){
	margin-right: 0;
}
.sitemap-main li:not(:nth-child(3)) .dd-list{
    display: none;
}
.sitemap-main li:not(:nth-child(3)) dl{
    margin-bottom: 0;
}
.sitemap-main .titles{
	font-size: 1.75em;
	line-height: 2.429em;
	border-bottom: 1px solid #d9d9d9;
}
.sitemap-main .titles a{
	color: #333;
}
.sitemap-main .titles a:hover{
	color: #a66428;
}
.sitemap-main .cont{
	margin-top: 1.25em;
	overflow: hidden;
}
.sitemap-main .cont dl{
	width: 33.3%;
	font-size: 0.875em;
	float: left;
	margin-bottom: 1em;
}
.sitemap-main .cont dt{
	font-weight: normal;
	line-height: 2.429em;
	padding-left: 20px;
	background: url(../images/dt-bg.png) no-repeat left center;
}
.sitemap-main .cont dt a{
	color: #333;
}
.sitemap-main .cont dt a:hover{
	color: #a66428;
}
.sitemap-main .cont .dd-list{
	height: 6.284em;
	overflow: hidden;
}
.sitemap-main .cont dd{
	line-height: 1.571em;
	padding-left: 29px;
	background: url(../images/dd-bg.png) no-repeat left 20px top 9px;
}
.sitemap-main .cont dd a{
	color: #888888;
}
.sitemap-main .cont dd a:hover{
	color: #a66428;
}
@media screen and (max-width: 1440px){
	.sitemap-box{
		width: 960px;
	}
} 
@media screen and (max-width:1200px){
	.sitemap-box{
		width: 100%;
		padding: 0 3%;
		transition: all 0.5s;
    	-moz-transition: all 0.5s;
    	-webkit-transition: all 0.5s;
    	margin-top: 2em;
    	margin-bottom: 3em;
	}
	.sitemap-main{
		margin-top: 1em;
	}
	.sitemap-main .titles{
		font-size: 1.2em;
		line-height: 2em;
	}
	.sitemap-main .cont dl{
		width: 50%;
	}
}

@media screen and (max-width:991px){
	.sitemap-main li{
		width: 100%;
		margin-right: 0;
	}
	.sitemap-main .cont .dd-list{
		height: auto;
	}
}

@media screen and (max-width:414px){
	.sitemap-main .cont{
		margin-top: 0.5em;
	}
	.sitemap-main .titles{
		font-size: 1em;
	}
	.sitemap-main .cont dl{
		font-size: 0.8125em;
	}
	.sitemap-main .cont dt{
		padding-left: 15px;
	}
	.sitemap-main .cont dd{
		padding-left: 24px;
    	background: url(../images/dd-bg.png) no-repeat left 15px top 6px;
	}
	.sitemap-main .cont dt{
		background: url(../images/dt-bg.png) no-repeat left top 10px;
	}
}

@media screen and (max-width:375px){
	.sitemap-main .cont dt{
		background: url(../images/dt-bg.png) no-repeat left top 8px;
	}
}


/* 专卖店查询 */
.query-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 10px solid #000000;
	background: #ffffff;
	overflow: hidden;
}
.query-box .logo1{
	position: absolute;
	left: 5%;
	top: 3%;
	z-index: 100;
}
.query-box .left-map{
	width: 75%;
	height: 100%;
	float: left;
	background: #ccc;
	position: relative;
}
.query-box .left-map .bgs{
	width: 100%;
	height: 100%;
} 
.right-query{
	width: 25%;
	height: 100%;
	float: left;
	padding-left: 3.2%;
	padding-right: 1.55%;
}
.right-query .back-home{
	text-align: right;
	font-size: 0.875em;
	line-height: 4.714em;
}
.right-query .back-home a{
	color: #333;
}
.right-query .back-home a:hover{
	text-decoration: underline;
}
.right-query .back-home img{
	margin-top: -2px;
	margin-left: 9px;
}
.right-query .title{
	font-size: 2.3125em;
	font-weight: bold;
	line-height: 2.189em;
	border-bottom: 4px solid #000000;
	font-weight: bold;
	width: 92%;
	margin-right: 8%;
}
.right-query .place-choose{
	margin-top: 1.25em;
	width: 92%;
	margin-right: 8%;
}
.right-query .place-choose:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.right-query .place-choose select{
	width: 48%;
	float: left;
	margin-right: 4%;
	border: 1px solid #000000;
	font-size: 0.875em;
	height: 2.5em;
	cursor: pointer;
	appearance: none;
    -webkit-appearance: none;
    padding: 0 3%;
    background: url(../images/select-bg1.png) no-repeat right 5% center;
}
.right-query .place-choose select:nth-child(2n){
	margin-right: 0;
}

.right-query .sou-box{
	position: relative;
	margin-top: 1.25em;
	width: 92%;
	margin-right: 8%;
}
.right-query .sou-box input{
	color: #999999;
	font-size: 0.875em;
	line-height: 2.286em;
	background: #000;
	border: none;
	width: 100%;
	padding-left: 3%;
	padding-right: 10%;
}
.right-query .sou-box img{
	position: absolute;
	right: 3%;
	top: 6px;
}

.right-query .xian{
	border-top: 1px solid #cccccc;
	margin-top: 1.875em;
	width: 92%;
	margin-right: 8%;
}
.right-query .sou-result{
	padding-top: 10%;
	max-height: 60%;
	overflow: hidden;
}
.right-query .sou-result li{
	font-size: 0.875em;
	line-height: 1.5em;
	margin-bottom: 8%;
	overflow: hidden;
	padding-right: 10%;
}
.right-query .sou-result li a{
	color: #333333;
	float: left;
	width: 80%;
}
.right-query .sou-result li a:hover{
	color: #a66428;
}
.right-query .sou-result li i{
	max-width: 13%;
	margin-right: 7%;
	float: left;
}
.right-query .mCSB_scrollTools{
	width: 15px;
}
.right-query .mCSB_scrollTools .mCSB_draggerContainer{
	left:10px;
}

.right-query .mCSB_scrollTools .mCSB_dragger{
	background: #000;
	width: 5px;
}
.right-query  .mCSB_scrollTools .mCSB_draggerRail{
	background: #fff;
	width: 1px;
}

@media screen and (max-width:1450px){
	.right-query .title{
		font-size: 1.5em
	}
}

@media screen and (max-width:1200px){
	.query-box .left-map{
		width: 65%;
	}
	.right-query{
		width: 35%;
	}
}

@media screen and (max-width:991px){
	.query-box{
		border: 5px solid #000;
		background: url(../images/nopage-img.png) no-repeat center center;
		background-size: 80%;
	}

	.query-box .logo1{
		width: 20%;
		min-width: 132px;
		max-width: 250px;
		top: 2%;
	}

}

/* 防伪码查询 */
.inquiry-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 6.25em;
}

.inquiry-main{
	margin-top: 3em;
	position: relative;
	padding-left: 31%;
}
.inquiry-main .bgs{
	position: absolute;
	left: 0;
	top: 0;
	width: 32%;
}
.inquiry-cont{
	border: 1px solid #dbdbdb;
	padding: 0 5%;
	padding-top: 1.25em;
	padding-bottom: 2.8125em;
}
.inquiry-cont .title{
	font-size: 1em;
	line-height: 4.875em;
	font-weight: bold;
}

.fake-box{
	overflow: hidden;
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 1.625em;
}
.fake-box .left{
	float: left;
	width: 26%;
	font-size: 0.875em;
	line-height: 3.214em;
}
.fake-box .right{
	float: left;
	width: 74%;
}
.fake-box .right .number{
	width: 100%;
	height: 3.214em;
	line-height: 3.214em;
	background: #fff;
	border: 1px solid #cccccc;
	font-size: 0.875em;
	padding: 0 3%;
}
.fake-box .right .yan{
	font-size: 1em;
	width: 11.875em;
	height: 2.5em;
	border: none;
	background: #da251d;
	color: #fff;
	margin-top: 1.25em;
}
.fake-box .right .yan:hover{
	background: #e43830;
}

.fake-box .right .tips{
	font-size: 0.875em;
	color: #666666;
	line-height:1.714em;
	margin-top: 1.429em;
}
.er-box{
	margin-top: 1em;
	padding-bottom: 1.3125em;
	border-bottom: 1px dotted #cccccc; 
}
.er-box .title{
	line-height: 2.5em;
}
.er-box .word{
	font-size: 0.875em;
	line-height: 2.143em;
}
.er-box .tips{
	font-size: 0.75em;
	line-height: 2.583em;
	color: #da251d;
}

.duan-box{
	margin-top: 1em;
	padding-bottom: 1.625em;
	border-bottom: 1px dotted #cccccc; 
}
.duan-box:last-child{
	padding-bottom: 0;
	border: none;
}
.duan-box .title{
	line-height: 2.5em;
}
.duan-box .word{
	font-size: 0.875em;
	line-height: 2em;
}
.duan-box .word i{
	color: #da251d;
}
.duan-box .tip{
	color: #666666;
	font-size: 0.875em;
	line-height: 1.714em;
	margin-top: 0.5em;
}
.duan-box .tip i{
	font-weight: bold;
}
.inquiry-box .nopage{
	max-width: 80%;
}
@media screen and (max-width: 1440px){
	.inquiry-box {
		width: 960px;
	}
	.fake-box .left{
		width: 32%;
	}
	.fake-box .right{
		width: 68%;
	}
} 
@media screen and (max-width: 1200px){
	.inquiry-box {
	    width: 100%;
	    padding: 0 3%;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	    margin-top: 2em;
	    margin-bottom: 3em;
	}
	.inquiry-main{
		margin-top: 2em;
	}
	.inquiry-cont .title{
		line-height: 2em;
	}
	.fake-box .left{
		width: 30%;
	}
	.fake-box .right{
		width: 70%;
	}
}

@media screen and (max-width: 1100px){
	.fake-box .left{
		width: 33%;
	}
	.fake-box .right{
		width: 67%;
	}
}

@media screen and (max-width:991px){
	.inquiry-box{
		text-align: center;
	}
	.inquiry-box .title-box{
		display: none;
	}
}

/* 金色木匠服务 */
.top-nav{
	margin-top: 1.75em;
	margin-bottom: 1.625em;
}

.title-box1{
	text-align: center;
}
.title-box1 .name{
	font-size: 1.875em;
	color: #000000;
	line-height: 1.8em;
}
.title-box1 .tip{
	font-size: 0.875em;
	line-height: 2.5em;
	color: #999999;
}
.top-nav .navs{
	text-align: center;
	margin-top: 1.1875em;
}
.top-nav .navs li{
	display: inline-block;
	font-size: 0.875em;
	margin: 0 2em;
	line-height: 3.286em;
}
.top-nav .navs li a{
	color: #444444;
	display: inline-block;
}
.top-nav .navs li.on a{
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #000000;
}
.top-nav .navs li a:hover{
	font-weight: bold;
	color: #333;
	border-bottom: 2px solid #000000;
}

.top-banner1{
	position: relative;
}
.top-banner1 img{
	width: 100%;
}
/* 金色木匠简介 */
.intro-box{
	width: 1200px;
	margin: auto;
	margin-top: 2.875em;
	margin-bottom: 5.75em;
}
.intro-box .title-box{
	display:none;
}

.intro-box .title{
	font-size: 1.5em;
	line-height: 1.25em;
	color: #000000;
}
.intro-box .doc{
	margin-top: 1.714em;
	color: #444444;
	font-size: 0.875em;
}
.intro-box .doc h3{
	color: #da251d;
	font-size: 1.25em;
	line-height: 1.5em;
	margin-bottom: 0.95em;
}
.intro-box .doc h3 img{
	margin-top: -11px;
	margin-right: 11px;
	width: 1em;
}
.intro-box .doc h3 img:nth-child(2){
	margin-left: 11px;
	margin-right: 0;
}

.intro-box .doc .word1{
	line-height: 1.714em;
}
.intro-box .doc .word2{
	line-height: 3.429em;
	margin-top: 1.214em;
	font-weight: bold;
}
.intro-box .doc .word3{
	line-height: 2em;
}
.intro-box .doc .word3 i{
	font-weight: bold;
}

@media screen and (max-width: 1440px){
	.intro-box{
		width: 960px;
	}
} 
@media screen and (max-width:1200px){
	.intro-box .title{
		font-size: 1.2em;
	}
	.intro-box{
		width: 100%;
		padding: 0 3%;
		margin-top: 2em;
		margin-bottom: 3em;
		transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
}

@media screen and (max-width:991px){
	.intro-box .title-box{
		display: block;
	}
	.intro-box .title{
		display: none;	
	}
}


/* 安装保养 */
.tenance-box{
	width: 1200px;
    margin: auto;
    margin-top: 1.5625em;
    margin-bottom: 6.3125em;
}
.tenance-box .title-box {
    display: none;
}
.tenance-box .title{
	color: #000;
	font-size: 1.625em;
	line-height: 1.5em;
}
.install-item{
	margin-top: 2.4375em;
}
.install-item .name{
	font-size: 1em;
	font-weight: bold;
	line-height: 2em;
}
.install-item .tip{
	font-size: 0.875em;
	color: #da251d;
	line-height: 1.714em;
	margin-top: 0.857em;
}
.install-item .doc{
	font-size: 0.875em;
	line-height: 1.714em;
	margin-top: 0.714em;
}
.install-item .doc i{
	color: #da251d;
}
.install-item .imgs{
	overflow: hidden;
}
.install-item .imgs li{
	float: left;
	width: 19%;
	margin-right: 1.25%;
	position: relative;
	margin-top: 1.5em;
}
.install-item .imgs li:nth-child(5n){
	margin-right: 0;
}
.install-item .imgs li img{
	width: 100%;
}
.install-item .imgs .names{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	color: #fff;
	font-size: 0.875em;
	line-height: 2.5em;
	padding: 0 3%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1440px){
	.tenance-box{
		width: 960px;
	}
} 
@media screen and (max-width: 1200px){
	.tenance-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
}

@media screen and (max-width: 991px){
	.tenance-box .title-box {
	    display: block;
	}
	.tenance-box .title {
    	display: none;
	}
	.install-item{
		margin-top: 2em;
	}
}

@media screen and (max-width: 768px){
	.install-item .imgs li{
		width: 32%;
		margin-right: 2%;
		margin-top: 2%;
	}
	.install-item .imgs li:nth-child(5n){
		margin-right: 2%;
	}
	.install-item .imgs li:nth-child(3n){
		margin-right: 0;
	}
}

@media screen and (max-width: 414px){
	.install-item{
		margin-top: 1.5em;
	}
	.install-item .imgs li{
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.install-item .imgs li:nth-child(5n){
		margin-right: 4%;
	}
	.install-item .imgs li:nth-child(3n){
		margin-right: 4%;
	}
	.install-item .imgs li:nth-child(2n){
		margin-right: 0;
	}
}


/* 服务监督投诉 */
.complaints-box{
	width: 1200px;
    margin: auto;
    margin-top: 2.125em;
    margin-bottom: 6.125em;
}

.complaints-box .title-box {
    display: none;
}
.complaints-box .title{
	color: #000;
	font-size: 1.625em;
	line-height: 1.5em;
}
.complaints-main{
	margin-top: 1.5625em;
}

.complaints-main .hang1{
	overflow: hidden;
}
.complaints-main .hang1 li{
	float: left;
	width: 32%;
	margin-right: 2%;
	font-size: 0.875em;
	height: 3.571em;
	line-height: 3.571em;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 0 1.5%;
	overflow: hidden;

}
.complaints-main .hang1 li:nth-child(3n){
	margin-right: 0;
}
.complaints-main .hang1 li em{
	float: left;
	width: 27%;
	color: #999999;
}
.complaints-main .hang1 li em i{
	color: #e64340;
}
.complaints-main .hang1 li input{
	float: left;
	width: 73%;
	height: 100%;
	border: none;
	margin-top: 1px;
	padding-right: 10%;
}
.complaints-main .hang1 li:nth-child(1) input{
	background: url(../images/hang1-libg1.png) no-repeat right center;
}
.complaints-main .hang1 li:nth-child(2) input{
	background: url(../images/hang1-libg2.png) no-repeat right center;
}
.complaints-main .hang1 li:nth-child(3) input{
	background: url(../images/hang1-libg3.png) no-repeat right center;
}


.complaints-main .hang2{
	overflow: hidden;
	border: 1px solid #cccccc;	
	background: url(../images/hang2-bg.png) no-repeat right 1.9% center;
	background-color: #fff;	
	margin-top: 1.25em;
}
.complaints-main .hang2 li{
	float: left;
	width: 32%;
	margin-right: 2%;
	font-size: 0.875em;
	height: 3.571em;
	line-height: 3.571em;
	padding: 0 1.5%;
	padding-right: 0;
	overflow: hidden;

}
.complaints-main .hang2 li:nth-child(3n){
	margin-right: 0;
	width: 28.5%;
	padding-right: 1.5%;
}
.complaints-main .hang2 li em{
	float: left;
	width: 27%;
	color: #999999;
}
.complaints-main .hang2 li em i{
	color: #e64340;
}
.complaints-main .hang2 li select{
	float: right;
	min-width: 24%;
	height: 100%;
	border: none;
	padding-right: 4%;
	appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-bg2.png) no-repeat right center;
    cursor: pointer;
}
.complaints-main .hang2 li:nth-child(3n) select{
	min-width: 28%;
}



.complaints-main .hang3{
	overflow: hidden;
	margin-top: 1.25em;
}
.complaints-main .hang3 li{
	float: left;
	width: 49%;
	margin-right: 2%;
	font-size: 0.875em;
	height: 3.571em;
	line-height: 3.571em;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 0 1.5%;
	padding-right: 1%;
	overflow: hidden;

}
.complaints-main .hang3 li:nth-child(2n){
	margin-right: 0;
}
.complaints-main .hang3 li em{
	float: left;
	width: 18%;
	color: #999999;
}
.complaints-main .hang3 li em i{
	color: #e64340;
}
.complaints-main .hang3 li input{
	float: left;
	width: 82%;
	height: 100%;
	border: none;
	margin-top: 1px;
	padding-right: 10%;
}
.complaints-main .hang3 li:nth-child(1) input{
	background: url(../images/hang3-libg1.png) no-repeat right center;
}
.complaints-main .hang3 li:nth-child(2) input{
	background: url(../images/hang3-libg2.png) no-repeat right center;
}

.complaints-main .hang4{
	margin-top: 1.25em;
	border: 1px solid #cccccc;
	background: #fff;
	height: 18.125em;
	padding: 1.55%;
	padding-top: 0;
}
.complaints-main .hang4 .top{
	font-size: 0.875em;	
	line-height: 3.571em;
	background: url(../images/hang4-bg.png) no-repeat right center;
}
.complaints-main .hang4 .top em{
	color: #999;
}
.complaints-main .hang4 .top em i{
	color: #e64340;
}

.complaints-main .hang4 textarea{
	height: 15em;
	width: 100%;
	font-size: 0.875em;
	display: block;
	resize: none;
	background: none;
	border: none;
}

.verify{
  position: relative;
  width: 310px;
  margin: 0 auto;
  margin-top: 2.5em;
}

.verify .touch {
  position: relative;
  width: calc(100% - 2px);
  height: 44px;
  border: 1px solid #dbdbdb;
  background: #fff;
  font-size: 16px;
  line-height: 44px;
  color: #888;
}
.verify .touch p {
  padding-left: 65px;
}
.verify .touch .btn {
  position: absolute;
  left: -1px;
  top: -1px;
  width: 50px;
  height: 44px;
  background: #d90915 url(../images/bg_btn01.png) no-repeat right center;
  cursor: pointer;
  border-radius: 0;
}
.verify .touch .touch-in {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.verify .touch i {
  display: inline-block;
  position: absolute;
  right: -62px;
  top: 0;
  width: 62px;
  height: 44px;
  background: url(../images/bg_btn02.png) no-repeat center top/100% auto;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.verify .touch i.done {
  background-position: center bottom;
}
.verify span {
  display: inline-block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: #848484;
  margin-top: 20px;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  display: none;
}
.verify input {
  width: 100%;
  height: 50px;
  border: 0;
  background: #848484;
  font-size: 16px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 0;
}
.verify input:hover{
	 background: #d90915;
}

.complaints-box .code-box{
	margin-top: 1.25em;
	overflow: hidden;
}
.complaints-box .code-box .texts{
	float: left;
	height: 3.571em;
    line-height: 3.571em;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 0 1.5%;
   	font-size: 0.875em;
   	width: 20.5em;
}
.complaints-box .code-box .texts em{
	color: #999999;
	float: left;
	max-width: 30%;
}
.complaints-box .code-box .texts em i{
	color: #e64340;
}
.complaints-box .code-box .texts input{
	float: left;
    height: 100%;
    border: none;
    width: 70%;
    padding-left: 5%;
}
.complaints-box .code-box .image{
	float: left;
	font-size: 0.875em;
	margin-left: 0.786em;
	margin-top: 4px;
}
.complaints-box .code-box .image img{
	width: 11.7em;
	height: 2.929em;
}
.complaints-box .code-box .image i{
	color: #e64340;
	margin-left: 0.643em;
}




@media screen and (max-width: 1440px){
	.complaints-box{
		width: 960px;
	}
	.complaints-main .hang1 li em{
		width: 30%;
	}
	.complaints-main .hang1 li input{
		width: 70%;
	}
	.complaints-main .hang2 li em{
		width: 28%;
	}
	.complaints-main .hang3 li em{
		width: 20%;
	}
	.complaints-main .hang3 li input{
		width: 80%;
	}
} 

@media screen and (max-width: 1200px){
	.complaints-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.complaints-main .hang1 li em{
		width: 35%;
	}
	.complaints-main .hang1 li input{
		width: 65%;
	}

	.complaints-main .hang2 li em{
		width: 40%;
	}
	.complaints-main .hang3 li em{
		width: 22%;
	}
	.complaints-main .hang3 li input{
		width: 78%;
	}
	.verify {
    	width: 60%;
    	margin-top: 2em;
  	}
}

@media screen and (max-width: 991px){
	.complaints-box .title-box {
	    display: block;
	}
	.complaints-box .title {
    	display: none;
	}
	.complaints-main .hang1 li{
		font-size: 0.75em;
	}
	.complaints-main .hang2 li{
		font-size: 0.75em;
	}
	.complaints-main .hang3 li{
		font-size: 0.75em;
	}
	.complaints-main .hang4 .top{
		font-size: 0.75em;
	}
	.complaints-main .hang4 textarea{
		font-size: 0.75em;
	}
}

@media screen and (max-width:768px){
	.complaints-main .hang1 li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.333em;
		padding: 0 3%;
	}
	.complaints-main .hang2{
		margin-top: 0;
		border: none;
		background: none;
	}
	.complaints-main .hang1 li em{
		width: 22%;
	}
	.complaints-main .hang1 li input{
		width: 78%;
		margin-top: -1px;
	}
	.complaints-main .hang1 li:nth-child(1) input{
		background-size: 1.5em;
	}
	.complaints-main .hang1 li:nth-child(2) input{
		background-size: 1.5em;
	}
	.complaints-main .hang1 li:nth-child(3) input{
		background-size: 1.5em;
	}
	.complaints-main .hang2 li{
		width: 100%;
		margin-right: 0;
		padding: 0 3%;
		border: 1px solid #cccccc;
		margin-bottom: 1.333em;
		background: #fff;
	}
	.complaints-main .hang2 li:nth-child(2n){
		width: 48%;
		margin-right: 4%;
		padding: 0 3%;
		margin-bottom: 0;
	}
	.complaints-main .hang2 li:nth-child(3n){
		width: 48%;
		padding: 0 3%;
		margin-bottom: 0;
	}
	.complaints-main .hang2 li select{
		background: url(../images/select-bg2.png) no-repeat right center;
	}
	.complaints-main .hang2 li em{
		width: 20%;
	}
	.complaints-main .hang2 li select{
		min-width:17.5%;
	}
	.complaints-main .hang2 li:nth-child(2n) select{
		min-width: 40%;
	}
	.complaints-main .hang2 li:nth-child(3n) select{
		min-width: 40%;
	}

	.complaints-main .hang3{
		margin-top: 0em;
	}
	.complaints-main .hang3 li{
		width: 100%;
		margin-right: 0;
		margin-top: 1.333em;
		padding: 0 3%;
	}
	.complaints-main .hang3 li input{
		margin-top: -1px;
	}
	.complaints-main .hang3 li:nth-child(1) input{
		background-size: 1.5em;
	}
	.complaints-main .hang3 li:nth-child(2) input{
		background-size: 1.5em;
	}
	.complaints-main .hang4{
		padding:0 3%;
		margin-top:1em;
	}
	.complaints-main .hang4 .top{
		background-size: 1.5em;
	}
	.complaints-main .hang4{
		height: 17em;
	}
	.complaints-main .hang4 textarea{
		height: 17.5em;
	}
	.complaints-box .code-box .texts{
		width: 100%;
	}
	.complaints-box .code-box .image{
		margin-left: 0;
		margin-top: 0.5em;
	}
	
}



/* 客户满意度调查 */
.inves-box{
	width: 1200px;
    margin: auto;
    margin-top: 2.125em;
    margin-bottom: 6.5em;
}
.inves-box .title {
    color: #000;
    font-size: 1.625em;
    line-height: 1.5em;
}

.inves-box .title-box {
    display: none;
}

.survey-box{
	background: #fff;
	padding: 2% 1.35%;
	margin-top: 1.6875em;
}

.survey-box .hang1{
	overflow: hidden;
}

.survey-box .hang1 li{
	float: left;
	background: #cccccc;
	width: 49.8%;
	height: 3.143em;
	line-height: 3.143em;
	margin-right: 0.4%;
	font-size: 0.875em;
	padding:  0 1.5%;

}
.survey-box .hang1 em{
	color: #000000;
	float: left;
	width: 15%;
}
.survey-box .hang1 input{
	float: left;
	width: 85%;
	height: 100%;
	border: none;
	background: none;
}

.survey-box .hang1 li:nth-child(2){
	margin-right: 0;
}

.survey-box .hang2{
	overflow: hidden;
	margin-top: 0.3125em;
}

.survey-box .hang2 li{
	float: left;
	background: #cccccc;
	width: 24.7%;
	height: 3.143em;
	line-height: 3.143em;
	margin-right: 0.4%;
	font-size: 0.875em;
	padding:  0 1.5%;
}

.survey-box .hang2 select{
	width: 100%;
    height: 100%;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-bg3.png) no-repeat right center;
    cursor: pointer;
    color: #000;
}
.survey-box .hang2 input{
	float: left;
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	color: #000000;
}

.survey-box .hang2 input::-webkit-input-placeholder { 
  color:#000; 
}

.survey-box .hang2 li:nth-child(4){
	margin-right: 0;
}

.survey-box .hang3{
	background: #cccccc;
	height: 3.143em;
	line-height: 3.143em;
	font-size: 0.875em;
	padding:  0 1.5%;
	overflow: hidden;
	margin-top: 0.357em;
}
.survey-box .hang3 em{
	color: #000000;
	float: left;
	width: 7.4%;
}
.survey-box .hang3 input{
	float: left;
	width: 92.6%;
	height: 100%;
	border: none;
	background: none;
}

.ques-box{
	background: #fff;
	border: 1px solid #cccccc;
	margin-top: 1em;
	padding: 0 7.856%;
	padding-bottom: 4.3125em;
}
.ques-box .titles{
	font-size: 1.875em;
	color: #df8418;
	line-height: 3.633em;
	border-bottom: 1px dotted #cccccc;
}
.ques-box .titles em{
	color: #333333;
}

.wen-box{

}

.wen-item{
	border-bottom: 1px dotted #cccccc;
	overflow: hidden;
	padding-bottom: 1.5em;
}

.wen-item .number{
	float: left;
	width: 8.8%;
	font-family: Arial;
	font-size: 3.125em;
	color: #d0a26b;
	line-height: 1.62em; 
}
.wen-item .cont{
	float: left;
	width: 91.2%;
}
.wen-item .cont .problem{
	font-size: 0.875em;
	font-weight: bold;
	line-height: 1.429em;
	margin-top: 1.214em;
}
.wen-item .answer{
	overflow: hidden;
	margin-top: 0.6875em;
}
.wen-item .answer li{
	float: left;
	font-size: 0.875em;
	margin-right: 4.5em;
	margin-bottom: 0.3em;
}
.wen-item .answer .check-box{
	width: 0.857em;
	height: 0.857em;
	position: relative;
	float: left;
	margin-top: 4px;
	margin-bottom: 0;
	margin-right: 0.714em;
}
.wen-item .answer .check-box input{
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	cursor: pointer;
	margin: 0;
}
.wen-item .answer .check-box i{
	display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../images/check-bg1.png) no-repeat;
    background-size: 100% 100%;
    float: left;
}

.wen-item .answer .check-box.check i{
    background: url(../images/check-bg2.png) no-repeat;
    background-size: 100% 100%;
}
.wen-item .answer .detail{
	float: left;
}

.ques-box .tijiao{
	color: #fff;
	text-align: center;
	font-size: 1em;
	display:block;
	width: 6.8125em;
	line-height: 3em;
	background: #da251e;
	margin:0 auto;
	margin-top: 2.4375em;
	border: none;
	border-radius: 0;
}

.ques-box .tijiao:hover{
	background: #e43730;
}

.ques-box .code-box{
	margin-top: 1.25em;
	overflow: hidden;
}
.ques-box .code-box .texts{
	float: left;
	height: 3.571em;
    line-height: 3.571em;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 0 1.5%;
   	font-size: 0.875em;
   	width: 20.5em;
}
.ques-box .code-box .texts em{
	color: #999999;
	float: left;
	max-width: 30%;
}
.ques-box .code-box .texts em i{
	color: #e64340;
}
.ques-box .code-box .texts input{
	float: left;
    height: 100%;
    border: none;
    width: 70%;
    padding-left: 5%;
}
.ques-box .code-box .image{
	float: left;
	font-size: 0.875em;
	margin-left: 0.786em;
	margin-top: 4px;
}
.ques-box .code-box .image img{
	width: 11.7em;
	height: 2.929em;
}
.ques-box .code-box .image i{
	color: #e64340;
	margin-left: 0.643em;
}

@media screen and (max-width: 1440px){
	.inves-box{
		width: 960px;
	}
	.survey-box .hang1 em{
		width: 17%;
	}
	.survey-box .hang1 input{
		width: 83%;
	}
	.survey-box .hang3 em{
		width: 8.4%;
	}
	.survey-box .hang3 input{
		width: 91.6%;
	}
	.ques-box{
		padding: 0 4%;
		padding-bottom: 4em;
	}
	.wen-item .number{
		font-size: 3em;
	}
} 
@media screen and (max-width: 1200px){
	.inves-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4.9375em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.survey-box .hang1 em{
		width: 22%;
	}
	.survey-box .hang1 input{
		width: 78%;
	}
	.survey-box .hang3 em{
		width: 12%;
	}
	.survey-box .hang3 input{
		width: 88%;
	}
	.ques-box{
		padding: 0 5%;
		padding-bottom: 5%;
	}
	.ques-box .titles{
		font-size: 1.5em;
		line-height: 3em;
	}

}

@media screen and (max-width: 991px){
	.inves-box .title-box {
	    display: block;
	}
	.inves-box .title {
    	display: none;
	}
	.wen-item .number{
		font-size: 2.5em;
		line-height: 2em;
	}
}

@media screen and (max-width: 768px){
	.survey-box{
		padding: 0;
		background:none;
	}
	.survey-box .hang1 li{
		width: 100%;
		margin-right: 0;
		font-size: 0.75em;
		padding: 0 3%;
		margin-bottom: 0.75em;
	}
	.survey-box .hang2{
		margin-top: 0;
	}
	.survey-box .hang2 li{
		width: 100%;
		font-size: 0.75em;
		margin-bottom: 0.75em;
		padding: 0 2.2%;
	}
	.survey-box .hang2 li:nth-child(4){
		padding: 0 3%;
	}
	.survey-box .hang3{
		margin-top: 0;
		padding: 0 3%;
	}
	.survey-box .hang3 em{
		width: 22%;
		font-size: 0.8125em;
	}
	.survey-box .hang3 input{
		width: 78%;
	}
	.ques-box{
		padding: 0;
		background: none;
		border: none;
		margin-top: 1.5em;
	}
	.ques-box .titles{
		font-size: 1.2em;
	}
	.wen-item{
		padding-bottom: 0.5em;
	}
	.wen-item .number{
		width: 10%;
		font-size: 2em;
		line-height: 2.2em;
	}
	.wen-item .cont{
		width: 90%;
	}
	.wen-item .answer li{
		margin-right: 0;
		width: 50%;
		margin-bottom: 0.5em;
	}
	.wen-item .answer .check-box{
		margin-top: 3px;
	}
	.ques-box .tijiao{
		font-size: 0.8125em;
		width: 6.769em;
		margin-top: 2em; 
	}
	.ques-box  .code-box .texts{
		width: 100%;
	}
	.ques-box  .code-box .image{
		margin-left: 0;
		margin-top: 0.5em;
	}

}

@media screen and (max-width:414px){
	.wen-item .number{
		font-size: 1.5em;
		line-height: 2.5em;
		width: 13%;
	}
	.wen-item .cont{
		width: 87%;
	}
	.wen-item .cont .problem{
		margin-top: 1em
	}

}


/* 工程简介 */
.project-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 8.8125em;
}
.s-title{
	font-size: 1.5em;
	overflow: hidden;
	line-height: 1;
}
.s-title img{
	float: left;
	margin-right: 0.458em;
}
.s-title em{
	float: left;
	margin-top: 0.6em;
}
.project1{
	margin-top: 2.5em;
}

.project1 .doc{
	font-size: 0.875em;
	line-height: 1.714em;
	margin-top: 1.286em;
}
.project1 .imgs{
	overflow: hidden;
	margin-top: 1.125em;
}
.project1 .imgs li{
	float: left;
	width: 33.2%;
	margin-right: 0.2%;
	margin-bottom: 0.2%;
}
.project1 .imgs li img{
	width: 100%;
}
.project1 .imgs li:nth-child(3n){
	margin-right: 0;
}

.project2{
	margin-top:3.125em;
}
.develop-box{
	background: #fff;
	padding: 0 1.5%;
	padding-right: 3%;
	margin-top: 1.125em;
	padding-top: 0.5em;
	padding-bottom: 1.9375em;
}
.develop-box ul:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.develop-box li{
	width: 19.1%;
	float: left;
	margin-right: 1.125%;
	margin-bottom: 1.125%;
	text-align: center;
}
.develop-box li:nth-child(5n){
	margin-right: 0;
}
.develop-box .names{
	color: #e6a357;
	font-size: 1em;
	font-weight: bold;
	line-height: 3.5em;
}
.develop-box .time{
	font-size: 1.5em;
	color: #fff;
	background: #e6a357;
	line-height: 2.3em;
	width: 106.5%;
}
.develop-box .time em{
	display: block;
	width: 94%;
} 

.develop-box li img{
	width: 100%;
	margin-top: 1.1875em;
}
.develop-box li:nth-child(2) .names{
	color: #cc914e;
}
.develop-box li:nth-child(3) .names{
	color: #b37f44;
}
.develop-box li:nth-child(4) .names{
	color: #a1723d;
}
.develop-box li:nth-child(5) .names{
	color: #8c6435;
}
.develop-box li:nth-child(6) .names{
	color: #8c6435;
}
.develop-box li:nth-child(1) .time{
	background: url(../images/time-bg1.png) no-repeat;
	background-size: 100% 100%;
}
.develop-box li:nth-child(2) .time{
	background: url(../images/time-bg2.png) no-repeat;
	background-size: 100% 100%;
}
.develop-box li:nth-child(3) .time{
	background: url(../images/time-bg3.png) no-repeat;
	background-size: 100% 100%;
}
.develop-box li:nth-child(4) .time{
	background: url(../images/time-bg4.png) no-repeat;
	background-size: 100% 100%;
}
.develop-box li:nth-child(5) .time{
	background: url(../images/time-bg5.png) no-repeat;
	background-size: 100% 100%;
}
.develop-box li:nth-child(6) .time{
	background: url(../images/time-bg5.png) no-repeat;
	background-size: 100% 100%;
}
.project3{
	margin-top:3.125em;
}
.project3 .list{
	overflow: hidden;
	margin-top: 1.9375em;
}
.project3 .list li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	padding: 1% 2% 4.8% 2%;
}
.project3 .list .name1{
	font-size: 1.125em;
	font-weight: bold;
	line-height: 2.111em;
}
.project3 .list .name2{
	font-size: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 1.2em;
}
.project3 .list li:nth-child(1){
	background:#fff url(../images/project3-libg1.png) no-repeat right -10% bottom -80%;
}
.project3 .list li:nth-child(2){
	background:#fff url(../images/project3-libg2.png) no-repeat right -15% bottom -95%;
}
.project3 .list li:nth-child(3){
	background:#fff url(../images/project3-libg3.png) no-repeat right -20% bottom -60%;
}
.project3 .list li:nth-child(4){
	background:#fff url(../images/project3-libg4.png) no-repeat right -20% bottom -90%;
}
.project3 .list li:nth-child(4n){
	margin-right: 0;
}
.project4{
	margin-top:3.125em;
}
.project4 .list{
	background: #fff;
	padding:3%;
	margin-top: 1.25em;
}


@media screen and (max-width: 1200px){
	.project-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.develop-box .time{
		font-size: 1.2em;
	}
	.project3 .list .name1{
		font-size: 1em;
	}
	.project3 .list .name2{
		font-size: 1em;
	}
	.project3 .list li:nth-child(1){
		background-size: 50%;
	}
	.project3 .list li:nth-child(2){
		background-size: 50%;
	}
	.project3 .list li:nth-child(3){
		background-size: 50%;
	}
	.project3 .list li:nth-child(4){
		background-size: 50%;
	}
}

@media screen and (max-width: 991px){
	.s-title{
		font-size: 1.2em;
	}
	.s-title img{
		width: 3em;
	}
	.project1 .imgs li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.project1 .imgs li:nth-child(3n){
		margin-right: 2%;
	}
	.project1 .imgs li:nth-child(2n){
		margin-right: 0;
	}
	.project1{
		margin-top: 1em;
	}
	.project2{
		margin-top: 1em;
	}
	.project3 .list{
		margin-top: 1em;
	}
	.project3{
		margin-top: 1.5em;
	}
	.develop-box{
		padding-left: 5%;
		padding-right: 7%;
		padding-bottom: 3%;
	}
	.develop-box li{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 4%;
	}
	.develop-box li:nth-child(5n){
		margin-right: 2%;
	}
	.develop-box li:nth-child(2n){
		margin-right: 0;
	}
	.develop-box .names{
		line-height: 2.5em;
	}
	.develop-box li img{
		margin-top: 5%;
	}
	.project3 .list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.project3 .list li:nth-child(4n){
		margin-right: 2%;
	}
	.project3 .list li:nth-child(2n){
		margin-right: 0;
	}

	.project3 .list li:nth-child(1){
		background: #fff url(../images/project3-libg1.png) no-repeat right -3% bottom -1em;
		background-size: 25%;
	}
	.project3 .list li:nth-child(2){
		background: #fff url(../images/project3-libg2.png) no-repeat right -5% bottom -1em;
		background-size: 25%;
	}
	.project3 .list li:nth-child(3){
		background: #fff url(../images/project3-libg3.png) no-repeat right -5% bottom -1em;
		background-size: 25%;
	}
	.project3 .list li:nth-child(4){
		background: #fff url(../images/project3-libg4.png) no-repeat right -7% bottom -1em;
		background-size: 25%;
	}
	.project4 {
    	margin-top: 1em;
	}
}

@media screen and (max-width:768px){
	.s-title{
		font-size: 1em;
	}
	.s-title em{
		margin-top: 0.4em;
	}
	.s-title img{
		width: 2.5em;
	}

	.project3 .list li:nth-child(1){
		background: #fff url(../images/project3-libg1.png) no-repeat right -3% bottom -1em;
		background-size: 25%;
	}
	.project3 .list li:nth-child(2){
		background: #fff url(../images/project3-libg2.png) no-repeat right -5% bottom -1em;
		background-size: 25%;
	}
	.project3 .list li:nth-child(3){
		background: #fff url(../images/project3-libg3.png) no-repeat right -5% bottom -1em;
		background-size: 25%;
	}
	.project3 .list li:nth-child(4){
		background: #fff url(../images/project3-libg4.png) no-repeat right -7% bottom -1em;;
		background-size: 25%;
	}
}

@media screen and (max-width:414px){
	.project1 .doc{
		margin-top: 0.5em;
		font-size: 0.75em;
		line-height: 2em;
	}
	.project1 .imgs li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 1%;
	}
	.project1 .imgs li:nth-child(3n){
		margin-right: 0;
	}
	.develop-box .names{
		font-size: 0.8125em;
	}
	.develop-box .time{
		font-size: 0.8125em;
		line-height: 2.538em;
	}

	.project3 .list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 2%;
		padding: 3% 6% 10% 6%;
	}
	.project3 .list li:nth-child(4n){
		margin-right: 0;
	}
	.project3 .list li:nth-child(1){
		background-size: 30%;
	}
	.project3 .list li:nth-child(2){
		background-size: 30%;
	}
	.project3 .list li:nth-child(3){
		background-size: 30%;
	}
	.project3 .list li:nth-child(4){
		background-size: 30%;
	}
}

/* 运营模式 */
.operation-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 6.125em;
}
.operation-box .title-box{
	margin-bottom: 5.4375em;
}
.op-title{
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	position: relative;
	padding-bottom: 1.15em;
}
.op-title em{
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	float: left;
}
.op-title span{
	float: left;
	margin-top:0.2em;
}
.op-title i{
	position:absolute;
	background: #000;
	width: 3.3125em;
	height: 1px;
	left: 0;
	bottom:1px;
}

.operation1{
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 3.125em;
	margin-bottom: 3.3125em
}
.operation1 .op-imgs{
	margin-top: 1.5625em;
	overflow:auto;
}
.operation1 .op-imgs img{
	max-width: 100%;
	min-width: 750px;
}
.operation2{
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 3.3125em
}
.operation2 .list{
	margin-top: 0.9375em;
	overflow: hidden;
}
.operation2 .list li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	padding-bottom: 0.25em;
}
.operation2 .list li:nth-child(4n){
	margin-right: 0;
}
.operation2 .list li img{
	width: 100%;
}
.operation2 .list .names{
	font-size: 1em;
	font-weight: bold;
	line-height: 3.1875em;
	margin-top: 0.125em;
}
.operation2 .list .detail{
	font-size: 0.875em;
	line-height: 1.357em;
	height: 6.785em;
	overflow: hidden;
}

.operation3 .cont{
	overflow: hidden;
	margin-top: 2.5em;
}
.operation3 .cont .left{
	float: left;
	width: 45.714%;
}
.operation3 .cont .left img{
	width: 100%;
	display: block;
	margin-bottom: 1%;
}
.operation3 .cont .left img:last-child{
	margin-bottom: 0;
}
.operation3 .cont .right{
	float: right;
	width: 50%;
}
.operation3 .cont .right li{
	margin-bottom: 3.5%;
}
.operation3 .cont .right li:last-child{
	margin-bottom: 0;
}
.operation3 .cont .right .name{
	font-size: 1em;
	line-height: 1;
	font-weight: bold;
}
.operation3 .cont .right .doc{
	font-size: 0.875em;
	margin-top: 1.5em;
	line-height: 1.857em;
	padding-left: 5%;
}
.operation3 .mCSB_scrollTools{
	width: 15px;
}
.operation3 .mCSB_scrollTools .mCSB_draggerContainer{
	left:12px;
}

.operation3 .mCSB_scrollTools .mCSB_dragger{
	background: #f98701;
	width: 3px;
	height: 30px;
}
.operation3 .mCSB_scrollTools .mCSB_draggerRail{
	background: #d3d3d3;
	width: 1px;
}

@media screen and (max-width: 1440px){
	.operation-box{
		width: 960px;
	}
	.operation3 .cont .right{
		height: 451px;
		overflow: hidden;
	}
} 
@media screen and (max-width: 1200px){
	.operation-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.operation-box .title-box{
		margin-bottom: 2em;	
	}
	.op-title{
		font-size: 1em;
	}
	.operation1{
		padding-bottom: 1em;
		margin-bottom: 1.5em;
	}
	.operation2{
		margin-bottom: 1.5em;
	}
	.operation1 .op-imgs{
		margin-top: 1em;
	}
	.operation2 .list .names{
		font-size: 0.875em;
		line-height: 2.5em;
	}
	.operation3 .cont{
		margin-top: 1em;
	}
	.operation3 .cont .right .doc{
		margin-top: 1em;
	}
}

@media screen and (max-width: 991px){
	.operation3 .cont .left{
		width: 100%;
	}
	.operation3 .cont .right{
		width: 100%;
		margin-top: 1.5em;
	}
	.operation3 .cont .right .doc{
		padding-left: 3%;
	}
	.operation3 .cont .right{
		height: auto;
	}	
}
@media screen and (max-width: 768px){
	.operation2 .list li{
		width: 49%;
		margin-right: 2%;
		padding-bottom: 1.5em;
	}
	.operation2 .list li:nth-child(4n){
		margin-right: 2%;
	}
	.operation2 .list li:nth-child(2n){
		margin-right: 0;
	}
	.operation2 .list .detail{
		height: auto;
	}
}

@media screen and (max-width: 414px){
	.operation2 .list li{
		width: 100%;
		margin-right: 0;
	}
	.operation2 .list li:nth-child(4n){
		margin-right: 0;
	}
	.operation3 .cont .right li{
		margin-bottom: 5%;
	}
	.operation3 .cont .right .doc{
		padding-left: 7%;
	}
	.operation3 .cont .right .name{
		font-size: 0.9375em;
	}
}


/* 合作伙伴 */
.partner-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 7.125em;
}

.partner-main{
	margin-top: 2.3125em;
	text-align: center;
	padding-top: 3.9375em;
	background: url(../images/partner-bg.png) no-repeat top center;
}
.partner-main .names{
	font-size: 1.875em;
	line-height: 1.5em;
}
.partner-main .detail{
	color: #666666;
	font-size: 0.875em;
	line-height: 1.5em;
	margin-top: 1.214em;
}
.partner-main .imgs{
	margin-top: 4em;
	min-height: 300px;
}
.partner-main .imgs .bigimg{
	max-width: 80%;
	margin: auto;
}

.partner-main .imgs .list{
	overflow: hidden;
}

.partner-main .imgs .list li{
	float: left;
	width: 22%;
	margin-right: 4%;
	margin-bottom: 4%;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 0 5px #dadada;
}

.partner-main .imgs .list li:nth-child(4n){
	margin-right: 0;
}
.partner-main .imgs .list img{
	width: 100%;
}

@media screen and (max-width: 1440px){
	.partner-box{
		width: 960px;
	}
} 
@media screen and (max-width: 1200px){
	.partner-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.partner-main{
		margin-top: 2em;
		padding-top: 2em;
		background-size: 100%;
	}
	.partner-main .names{
		font-size: 1.4em;
	}
	.partner-main .imgs{
		margin-top: 2em;
	}
}

@media screen and (max-width:991px){
	.partner-main{
		margin-top: 1em;
		padding-top: 1em;
	}
	.partner-main .detail{
		margin-top: 0.5em;
	}
	.partner-main .imgs .list{
		padding: 0 5%;
	}
	.partner-main .names{
		font-size: 1.3em;
	}
}

@media screen and (max-width:414px){
	.partner-main .imgs .list li{
		width: 46%;
		margin-right: 8%;
		margin-bottom: 5%;
	}
	.partner-main .imgs .list li:nth-child(4n){
		margin-right: 8%;
	}
	.partner-main .imgs .list li:nth-child(2n){
		margin-right: 0;
	}
}


/* 工程案例 */
.case-main .names{
	font-size: 1.5em;
	height: 1.35em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-main .detail{
	line-height: 1.714em;
	height: 6.85em;
	color: #666666;
	margin-top: 1.643em;
}

.case-main .mCSB_scrollTools{
	width: 15px;
}
.case-main .mCSB_scrollTools .mCSB_draggerContainer{
	left:12px;
}

.case-main .mCSB_scrollTools .mCSB_dragger{
	background: #999;
	width: 3px;
}
.case-main  .mCSB_scrollTools .mCSB_draggerRail{
	background: none;
	width: 1px;
}

@media screen and (max-width: 1200px){
	.case-main .names {
	    font-size: 1.2em;
	}
	.case-main .names{
		margin-top: 0.8em;
	}
	.case-main .detail{
		margin-top: 0.8em;
	}
}

@media screen and (max-width: 768px){
	.case-main .names {
	    font-size: 1em;
	}
}
@media screen and (max-width: 414px){
	.case-main .detail{
		height: auto;
	}
}

/* 荣誉证书 */
.certificate-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 5.0625em;
}

.certificate-main{
	margin-top: 4em;
}
.cer-list{
	width:102%;
}
.cer-list li{
	width:18%;
	float:left;
	margin-bottom:3%;
	margin-right:2%;
	text-align: center;
}
.cer-list li img{
	width: 100%;
}
.cer-list .name{
	font-size: 0.875em;
	line-height: 1.429em;
	margin-top: 0.929em;
}
@media screen and (max-width: 1440px){
	.certificate-box{
		width: 960px;
	}
} 
@media screen and (max-width: 1200px){
	.certificate-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.certificate-main{
		margin-top: 2em;
	}
	.cer-list li{
  		width: 31%;
  	}
}

@media screen and (max-width: 414px){
	.cer-list{
		margin-left: 2%;
	}
	.cer-list li{
  		width: 45%;
  		margin-right: 5%;
  		margin-bottom: 7%;
  	}
}


/* 工程服务 */
.project-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 12.3125em;
}
.scope-box{
	margin-top: 2.625em;
}
.scope-box .title{
	color: #000;
	font-size: 0.875em;
}
.scope-box .title i{
	font-weight: bold;
}
.scope-box .title em{
	color: #fff;
	font-size: 1.143em;
	background: #333;
	line-height: 2.5em;
	display: inline-block;
	padding: 0 1.45em;
	margin-right: 0.625em;
}
.scope-box .list{
	overflow: hidden;
	margin-top: 1.8125em;
}
.scope-box .list li{
	float: left;
	width: 19.5%;
	position: relative;
	text-align: center;
	margin-right: 0.625%;
	margin-bottom: 0.625%;
}
.scope-box .list li:nth-child(5n){
	margin-right: 0;
}
.scope-box .list li img{
	width: 100%;
}
.scope-box .list .name{
	color: #cccccc;
	width: 100%;
	font-size: 0.875em;
	line-height: 2.5em;
	background: rgba(0,0,0,.8);
	position:absolute;
	left: 0;
	bottom: 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3%;
}
.Service-process{
	margin-top: 3.125em;
}
.Service-process .title{
	font-size: 1.125em;
	text-align: center;
	position: relative;
	font-weight: bold;
	line-height: 3.444em;
}

.Service-process .title em{
	width: 2.222em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1.111em;
	height: 2px;
	background: #000;
}
.Service-process .imgs{
	text-align: center;
	margin-top: 4.875em;
}
.Service-process .imgs img{
	max-width: 100%;
}
@media screen and (max-width: 1440px){
	.project-box {
		width: 960px;
	}
	.scope-box .title em{
		padding:0 1em;
	}
} 
@media screen and (max-width: 1200px){
	.project-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.scope-box{
		margin-top: 1em;
	}
	.scope-box .list{
		margin-top: 1em;
	}
	.Service-process{
		margin-top:0em;
	}
	.Service-process .imgs{
		margin-top: 2em;
	}
}

@media screen and (max-width: 991px){
	.scope-box .title em{
		font-size: 1em;
	}
	.scope-box .list li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.scope-box .list li:nth-child(5n){
		margin-right: 2%;
	}
	.scope-box .list li:nth-child(3n){
		margin-right: 0;
	}
	.Service-process .title{
		font-size: 1em;
	}
	.Service-process .imgs{
		margin-top: 1em;
	}
}

@media screen and (max-width: 414px){
	.scope-box .list li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.scope-box .list li:nth-child(3n){
		margin-right: 2%;
	}
	.scope-box .list li:nth-child(2n){
		margin-right: 0;
	}
}


/* 社会招聘 */
.recru-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 5.5625em;
}
.conditions-box{
	margin-top: 2.6875em;
}
.conditions-box:after{
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.conditions-box .conditions1{
	width: 12em;
	height: 2.8125em;
	line-height: 2.8125em;
	float: left;
	background: #fff;
	margin-right: 1.125em;
}

.conditions1 .diy_select{
	width: 100%;
	height: 100%;
	position:relative;
	cursor:pointer;
	font-size: 0.875em;
	color: #999999;
}
.conditions1 .diy_select_txt{
	width:80%;
	float: left;
	padding-left: 10%;
}

.conditions1 .diy_select_btn{
	width:20%;
	height:100%;
	float:left;
	background:url(../images/select-bg1.png) no-repeat center center;
}
.conditions1 .diy_select_list{
	position:absolute;
	top:100%;
	z-index:10;
	width:100%;
	display:none;
	background: #fff;
	max-height: 200px;
	overflow: hidden;
	color: #999;
	border: 1px solid #e5e5e5;
}

.conditions1 .diy_select_list li{
	height: 40px;
	line-height:40px;
	cursor:pointer;
	padding-left: 10%;
}
.conditions1 .diy_select_list li:hover{
	color: #da251d;
}
.conditions1 .diy_select_list li a{
	color: #999;
}
.conditions1 .diy_select_list li:hover a{
	color: #da251d;
}

.conditions1 .mCSB_scrollTools{
	width: 15px;
}
.conditions1 .mCSB_scrollTools .mCSB_draggerContainer{
	left:5px;
}

.conditions1 .mCSB_scrollTools .mCSB_dragger{
	background: #999;
	width: 3px;
}
.conditions1  .mCSB_scrollTools .mCSB_draggerRail{
	background: none;
	width: 1px;
}

.conditions1 select{
    width: 100%;
    height: 100%;
    border: none;
    color: #999;
    padding-left: 5%;
    background: url(../images/select-bg1.png) no-repeat right 5% center;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    background-size: 1em;
    font-size: 0.875em;
}


.conditions-box .conditions2{
	width: 17em;
	height: 2.8125em;
	line-height: 2.8125em;
	float: left;
	background: #fff;
	margin-right: 1.125em;
}
.conditions-box .conditions2 input{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	padding:0 10%;
	font-size: 0.875em;
}

.conditions-box .conditions3{
	width: 8.625em;
	height: 2.8125em;
	line-height: 2.8125em;
	float: left;
	background: #da251d;
	color: #fff;
	text-align: center;
}

.conditions-box .conditions3:hover{
	background: #e3332c;
}

.biao-box{
	background: #858585;
	overflow: hidden;
	margin-top: 1.9375em;
}
.biao-box li{
	width: 20%;
	float: left;
	text-align: center;
	color: #fff;
	font-size: 1em;
	line-height: 3.125em;
}
.hunt-box{
	min-height: 100px;
	margin-top: 0.5625em;	
	margin-bottom: 3.0625em;
}

.hunt-list{
	
}
.hunt-list .name{
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}
.hunt-list .name.on{
	border-bottom: none;
}
.hunt-list .name li{
	width: 20%;
	float: left;
	text-align: center;
	font-size: 0.875em;
	line-height: 4.357em;
}
.hunt-list .name .more{
	color: #ff0000;
}
.hunt-list .name .more i{
	cursor: pointer;	
}

.info-box{
	background: #fff;
	padding: 0.6875em 8.5% 2.5625em 8.5%;
	display: none;
}

.info-box .name{
	font-size: 1.125em;
	font-weight: bold;
	line-height: 3.222em;
	border-bottom: none;
}
.info-box .name em{
	border-bottom: 1px solid #000000;
	display: inline-block;
}
.info-box .type{
	margin-top: 1.3125em;
	overflow: hidden;
}
.info-box .type li{
	width: 25%;
	float: left;
	font-size: 0.875em;
	line-height: 2.429em;
}
.info-box .info-detail{
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 1.3125em;
	padding-top: 1.0625em;
	padding-bottom: 1.5em;
	position: relative;
}
.info-box .info-detail .xian{
	position: absolute;
	width: 1px;
	height: 50%;
	background: #e5e5e5;
	position: absolute;
	left: 46.5%;
	top:31%;
}
.info-box .info-detail li{
	width: 50%;
	float: left;
	padding-right: 7%;
}
.info-box .info-detail .titles{
	font-size: 1.125em;
	line-height: 2.389em;
}
.info-box .info-detail .doc{
	font-size: 0.875em;
	line-height: 2em;
}

.info-box .apply{
	color: #fff;
	font-size: 1em;
	text-align: center;
	width: 9.375em;
	line-height: 2.5em;
	margin-top: 1.8125em;
	background: #da251d;
	display: inline-block;
}
.info-box .apply:hover{
	background: #e3332b;
}

@media screen and (max-width: 1440px){
	.recru-box{
		width: 960px;
	}
	.conditions-box .conditions1{
		width: 9em;
	}
} 


@media screen and (max-width: 1200px){
	.recru-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.conditions-box{
		margin-top: 1.5em;
	}
	.conditions-box .conditions1{
		width: 16%;
	}
	.conditions-box .conditions2{
		width: 20%;
	}
	.conditions-box .conditions3{
		width: 15%;
	}

	.biao-box{
		margin-top: 1.5em;
	}
	.info-box{
		padding: 0 5%;
		padding-bottom: 1.5em;
	}
	.info-box .name{
		font-size: 1em;
	}
	.info-box .type{
		margin-top: 0.5em;
	}
	.info-box .info-detail{
		margin-top: 0.5em;
		padding: 0.5em;
	}
	.info-box .info-detail .titles{
		line-height: 2em;
	}
	.hunt-box{
		margin-bottom: 1.5em;
	}

}

@media screen and (max-width: 991px){
	.info-box .info-detail li{
		width: 100%;
		padding-right: 0;
		margin-top: 0.5em;
	}
	.info-box .info-detail .xian{
		display: none;
	}
	.info-box .type li{
		width: 33.333%;
	}
	.info-box .apply{
		margin-top: 1em;
	}
}

@media screen and (max-width:768px){
	.conditions-box .conditions1{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.conditions-box .conditions2{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.conditions-box .conditions2 input{
		padding: 0 5%;
	}
	.conditions-box .conditions3{
		width: 100%;
	}
	.info-box .type li{
		width: 50%;
	}
	.biao-box li{
		font-size: 0.875em;
	}
	.info-box .info-detail{
		padding:0.5 0em;
	}
	.info-box .info-detail .titles{
		font-size: 1em;
	}
}

@media screen and (max-width: 414px){
	.hunt-list .name li{
		font-size: 0.75em;
	}
}

/* 职业发展 */
.career-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 6.25em;
}

.career-main{
	margin-top: 2.4375em;
}
.career-main li{
	overflow: hidden;	
}
.career-main .img{
	padding: 0;
	float:left;
	width: 50%;
}
.career-main .cont{
	padding: 0 4%;
	float: right;
	width: 50%;
	color: #000000;
}
.career-main .cont .name{
	font-size: 1.875em;
	margin-top: 12%;
}
.career-main .cont .detail{
	font-size: 0.875em;
	line-height: 1.714em;
	margin-top: 8%;
	padding-left: 8%;
	padding-top: 1%;
	background: url(../images/career-detail_bg.png) no-repeat left top;
	min-height:3.428em; 
}

.career-main li:nth-child(2n) .img{
	float: right;
}
.career-main li:nth-child(2n) .cont{
	float: left;
	padding-left: 0;
}
@media screen and (max-width: 1440px){
	.career-box{
		width: 960px;
	}
	.career-main .cont .name{
		margin-top: 6%;
	}
} 

@media screen and (max-width: 1200px){
	.career-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.career-main .cont .name{
		margin-top: 8%;
		font-size: 1.5em;
	}
	.career-main .cont .detail{
		margin-top: 5%;
		background-size: 1em;
	}
	.career-main{
		margin-top: 1em;
	}
}

@media screen and (max-width:991px){
	.career-main .cont .name{
		margin-top: 4%;
		font-size: 1.1em;
	}
	.career-main .cont .detail{
		margin-top: 3%;
		font-size: 0.8125em;
	}
}


@media screen and (max-width:768px){
	.career-main li{
		margin-bottom: 5%;
	}
	.career-main .img{
		width: 100%;
	}
	.career-main .cont{
		width: 100%;
		padding: 0;
	}
	.career-main .cont .name{
		margin-top: 0;
		line-height: 2.5em;
	}
	.career-main .cont .detail{
		padding-left: 3%;
		margin-top: 0;
		background-size: 0.6em;
	}
}

/* 应聘流程 */
.flow-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 5.625em;
}
.flow-main{
	margin-top: 5.5625em;
}
.flow-main .bgs{
	display: block;
	margin: auto;
	max-width: 100%;
}
.flow-main .list{
	overflow: hidden;
}
.flow-main .list li{
	float: left;
	width: 50%;
	margin-bottom: 8%;
	padding: 0 5%;
}
.flow-main .list .names{
	overflow: hidden;
}
.flow-main .list .names i{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	width: 2.5em;
	height: 2.5em;
	line-height: 2em;
	background: #fff;
	border-radius: 50%;
	border: 5px solid #6f6f6f;
	display: inline-block;
	float: left;
	text-align: center;
	position: relative;
}

.flow-main .list .names em{
	border: 1px solid #6f6f6f;
	border-radius: 20px;
	background: #fff;
	display: inline-block;
	float: left;
	width: 7.5em;
	height: 1.8em;
	line-height: 1.8em;
	text-align: center;
	margin-top: 0.4em;
	margin-left: -1.15em;
	font-size: 0.875em;
}
.flow-main .list .detail{
	background: url(../images/flow-main_detailbg.png) no-repeat;
	background-size: 100% 100%;
	font-size: 0.875em;
	padding: 9% 8%;
	line-height: 2em;
	min-height: 10.5em;
	margin-top: 1em;
}
@media screen and (max-width: 1440px){
	.flow-box{
		width: 960px;
	}
} 

@media screen and (max-width: 1200px){
	.flow-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 1em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.flow-main{
		margin-top: 1.5em;
	}
}
@media screen and (max-width:465px){
	.flow-main .list li{
		padding: 0 3%;
	}
	.flow-main .list .detail{
		font-size: 0.75em;
	}
}
@media screen and (max-width:375px){
	.flow-main .list .names i{
		line-height: 1.75em;
	}
	.flow-main .list .names em{
		line-height: 1.7em;
	}
}
@media screen and (max-width:374px){
	.flow-main .list .detail{
		min-height: 12em;
	}
}

/* 招聘反馈 */
.feedback-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 5.375em;
}

.complaints-main1{
	margin-top: 3.75em;
}

.complaints-main1 .submit1{
	display: block;
	width: 310px;
    height: 50px;
    margin: auto;
    border: 0;
    background: #848484;
    margin-top: 2.5em;
    font-size: 1em;
    color: #fff;
    text-align: center;
    border-radius: 0;
}
.complaints-main1 .submit1:hover{
	background: #d90915;
}


.feedback-box .code-box{
	margin-top: 1.25em;
	overflow: hidden;
}
.feedback-box .code-box .texts{
	float: left;
	height: 3.571em;
    line-height: 3.571em;
    background: #fff;
    border: 1px solid #cccccc;
    padding: 0 1.5%;
   	font-size: 0.875em;
   	width: 20.5em;
}
.feedback-box .code-box .texts em{
	color: #999999;
	float: left;
	max-width: 30%;
}
.feedback-box .code-box .texts em i{
	color: #e64340;
}
.feedback-box .code-box .texts input{
	float: left;
    height: 100%;
    border: none;
    width: 70%;
    padding-left: 5%;
}
.feedback-box .code-box .image{
	float: left;
	font-size: 0.875em;
	margin-left: 0.786em;
	margin-top: 4px;
}
.feedback-box .code-box .image img{
	width: 11.7em;
	height: 2.929em;
}
.feedback-box .code-box .image i{
	color: #e64340;
	margin-left: 0.643em;
}


@media screen and (max-width: 1440px){
	.feedback-box {
		width: 960px;
	}
} 

@media screen and (max-width: 1200px){
	.feedback-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.complaints-main1{
		margin-top: 1.5em;
	}
	.complaints-main1 .submit1{
		width: 60%;
		margin-top: 2em;
	}
}

@media screen and (max-width: 768px){
	.feedback-box .code-box .texts{
		width: 100%;
	}
	.feedback-box .code-box .image{
		margin-left: 0;
		margin-top: 0.5em;
	}
}

/* 招商加盟 */
.join-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 5.3125em;
}
.instructions-box{
	margin-top: 2.25em;
}

.instructions-box .title {
    font-weight: bold;
    color: #313131;
    line-height: 3.7em;
    font-size: 1.25em;
    position: relative;
}

.instructions-box .title em {
    width: 52px;
    height: 1px;
    background: #313131;
    position: absolute;
    left: 0;
    bottom: 0;
}

.instructions-box .cont{
	margin-top: 1.625em;
	padding-right: 38%;
	position: relative;
}
.instructions-box .cont .bgs{
	position: absolute;
	right: 0;
	top: 0;
	width: 30%;
}
.instructions-box .cont .doc{
	font-size: 0.875em;
	color: #434343;
	line-height: 1.714em;
}

.instructions-box .list{
	overflow: hidden;
	margin-top: 1.5625em;
}
.instructions-box .list li{
	width: 30%;
	margin-right: 5%;
	float: left;
	margin-bottom: 0.875em;
}
.instructions-box .list li:nth-child(3n){
	margin-right: 0;
}
.instructions-box .list .name{
	font-size: 2em;
	line-height: 1.4375em;
	border-bottom: 1px solid #d9d9d9;
	color: #434343;
}
.instructions-box .list .detail{
	font-size: 0.875em;
	margin-top: 0.643em;
	line-height: 1.786em;
	min-height: 7.144em;
	color: #434343;
}
.instructions-box .list .item{
	overflow: hidden;
}
.instructions-box .list .item em{
	float: left;
	max-width: 20%;
}
.instructions-box .list .item i{
	float: left;
	max-width: 80%;
}
@media screen and (max-width: 1440px){
	.join-box{
		width: 960px;
	}
	.instructions-box .list .detail{
		min-height: 9em;
	}
} 

@media screen and (max-width: 1200px){
	.join-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.instructions-box{
		margin-top: 1em;
	}
	.instructions-box .list{
		margin-top: 1em;
	}
	.instructions-box .title {
	    line-height: 2.5em;
	    font-size: 1em;
	}
	.instructions-box .cont{
		margin-top: 1em;
	}
	.instructions-box .list .name{
		font-size: 1.2em;
		line-height: 2em;
	}
	.instructions-box .list .detail{
		font-size: 0.8125em;
	}

}


@media screen and (max-width: 768px){
	.instructions-box{
		margin-top: 0;
	}
	.instructions-box .cont .bgs{
		display: none;
	}
	.instructions-box .cont{
		padding-right: 0;
	}
	.instructions-box .list{
		margin-bottom: 1em;
	}
	.instructions-box .list li{
		width: 46%;
		margin-right: 8%;
	}
	.instructions-box .list li:nth-child(3n){
		margin-right: 8%;
	}
	.instructions-box .list li:nth-child(2n){
		margin-right: 0;
	}
	.instructions-box .list .detail{
		min-height: inherit;
	}
}

@media screen and (max-width: 500px){
	.instructions-box .list li{
		width: 100%;
		margin-right: 0;
	}
	.instructions-box .list li:nth-child(3n){
		margin-right: 0;
	}
	.instructions-box .list .item i{
		max-width: 85%;
	}
	.instructions-box .list .name{
		font-size: 1em;
	}
}

/* 联系方式 */
.contact-box{
	width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 5.3125em;
}
.contact-main{
	margin-top: 2.75em;
}
.contact-main .logo{
	line-height: 1.25em;
}
.contact-main .logo .name1{
	font-size: 1.25em;
}
.contact-main .logo .name2{
	font-size: 0.75em;
	letter-spacing: 1px;
}
.contact-ways{
	overflow: hidden;
	margin-top: 1.5625em;
}
.contact-ways .left{
	float: left;
	border-right: 1px solid #d2d2d2;
	width: 70%;
	padding: 0.75em 0;
}
.contact-ways .left li{
	width: 50%;
	float: left;
	font-size: 1em;
	line-height: 2.375em;
	padding:0.6em 0;
}
.contact-ways .left li:nth-child(2n){
	padding-left: 5%;
}
.contact-ways .left li img{
	margin-right: 1em;
	width: 2.3125em;
}

.contact-ways .right{
	float: left;
	width: 30%;
}

.contact-ways .right li{
	float: right;
	margin-left: 15%;
	text-align: center;
}
.contact-ways .right li:nth-child(1){
	display: none;
}
.contact-ways .right li:nth-child(2n){
	margin-left: 0;
}
.contact-ways .right li img{
	box-shadow: 0 0 5px #d4d4d4;
	max-width: 100%;
}
.contact-ways .right .name{
	font-size: 0.875em;
	margin-top: 0.8em;
}
.contact-main .maps{
	position: relative;
	border: 1px solid #cdcccb;
	height: 30em;
	margin-top: 3.125em;
}
.contact-main .maps .bg{
	width: 100%;
	height: 100%;
} 
@media screen and (max-width: 1440px){
	.contact-box{
		width: 960px;
	}
	.contact-ways .left{
		width: 84%;
	}
	.contact-ways .right{
		width: 16%;
	}

} 
@media screen and (max-width: 1200px){
	.contact-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 3em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.contact-main{
		margin-top: 1em;
	}
	.contact-ways{
		margin-top: 1em;
	}
	.contact-ways .left{
		width: 80%;
		padding: 0.4em 0;
	}
	.contact-ways .left li{
		padding: 0.2em 0;
		font-size: 0.875em;
	}

	.contact-ways .right{
		width: 20%;
	}
	.contact-ways .right li{
		width: 35%;
	}
	.contact-main .maps{
		margin-top: 1em;
		height: 20em;
	}

}

@media screen and (max-width: 991px){
	.contact-ways .left{
		width: 100%;
		border-right: none;
	}
	.contact-ways .right{
		width: 100%;
		margin-top: 0.5em;
	}
	.contact-ways .right li{
		width: 5em;
		float: left;
		margin-left: 0;
		margin-right: 10%;
	}
	.contact-ways .right .name{
		margin-top: 0.5em;
	}
}

@media screen and (max-width: 768px){
	.contact-main .logo .name1{
		font-size: 1.15em;
	}
	.contact-ways{
		margin-top: 0.5em;
	}
	.contact-ways .left li{
		width: 100%;
	}
	.contact-ways .left li:nth-child(2n){
		padding-left: 0;
	}
	.contact-ways .left li img{
		margin-right: 0.5em;
	}
	.contact-main .maps{
		height: 15em;
	}
}

@media screen and (max-width: 375px){
	.contact-main .logo .name1{
		font-size: 1.25em;
	}
}

/* 世友商学院 */
.school-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.8125em;
    margin-bottom: 4.75em;
}

.school1 .tips{
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
}
.school1 .list{
	overflow: hidden;
}
.school1 .list li{
	float: left;
	width: 22.5%;
	margin-top: 3.333%;
	margin-right: 3.333%;
}
.school1 .list li:nth-child(4n){
	margin-right: 0;
}
.school1 .list .imgs{
	position: relative;
}
.school1 .list .imgs .img1{
	width: 100%;
}
.school1 .list .imgs .img2{
	position: absolute;
	left: 50%;
	bottom: 0;
	border-radius: 50%;
	box-shadow: 0px 1px 3px #dad9d9;
	width: 3.375em;
	height: 3.375em;
	margin-left: -1.6875em;
	margin-bottom: -1.6875em;
}
.school1 .list .cont{
	text-align: center;
	margin-top: 2.5em;
} 
.school1 .list .cont .name{
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1.556em;
}
.school1 .list .cont .detail{
	font-size: 0.875em;
	color: #666666;
	line-height: 1.714em;
	max-height: 3.428em;
	overflow: hidden;
}

.school2{
	margin-top: 3.75em;
}
.school2 .list{
	overflow: hidden;
	margin-top: 2.875em;
	min-height: 100px;
	padding-bottom: 1em;
}
.school2 .list li{
	width: 48%;
	margin-right: 4%;
	float: left;
	background: #999;
	margin-bottom: 3%;
	position: relative;
}
.school2 .list li:nth-child(2n){
	margin-right: 0;
}
.school2 .list .bg{
	position: absolute;
	left: 0;
	bottom: -44px;
}

.school2 .list .time{
	width: 22.4%;
	display: table;
	float: left;
	font-size: 0.875em;
	height:7.857em;
	text-align: center;
	background: #e7e7e7;
    color: #666666;
}
.school2 .list .time em{
	vertical-align: middle;
    display: table-cell;
}
.school2 .list .cont{
	width: 77.6%;
	float: left;
	padding: 0 5.5%;
	color: #ffffff;	
}
.school2 .list .cont .name{
	margin-top: 6.2%;
	font-size: 1.125em;
	font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.school2 .list .cont .place{
	margin-top: 4.1%;
	font-size: 0.875em;
}

.school3{
	margin-top: 4em;
}

@media screen and (max-width: 1440px){
	.school-box {
	    width: 960px;
	}
	.school2 .list .time{
		width: 25%;
	}
	.school2 .list .cont{
		width: 75%;
	}
	.school2 .list .cont .name{
		margin-top: 8%;
	}
	.school2 .list .cont .place{
		margin-top: 5%;
	}

}
@media screen and (max-width: 1200px){
	.school-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
}
@media screen and (max-width: 991px){
	.school2 .list{
		margin-top: 1em;
	}
	.school2{
		margin-top: 3em;
	}
	.school2 .list .time{
		width: 30%;
	}
	.school2 .list .cont{
		width: 70%;
	}
	.school2 .list .cont .name{
		margin-top: 10%;
	}
}

@media screen and (max-width: 768px){
	.school1 .tips{
		margin-top: 1em;
		font-size: 0.875em;
		padding: 0 5%;
	}
	.school1 .list li{
		width: 48%;
		margin-right: 4%;
		margin-top: 4%;
	}
	.school1 .list li:nth-child(4n){
		margin-right: 4%;
	}
	.school1 .list li:nth-child(2n){
		margin-right: 0;
	}
	.school1 .list .cont .name{
		font-size: 1em;
	}
	.school2 .list li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 6%;
	}
	.school2 .list .time{
		width: 22.4%;
	}
	.school2 .list .cont{
		width: 77.6%;
	}
	.school2 .list .cont .name{
		margin-top: 5%;
	}
	.school2 .list .cont .place{
		margin-top: 3%;
	}
	.school3{
		margin-top: 3em;
	}
}

@media screen and (max-width: 414px){
	.school1 .list .cont .detail{
		font-size: 0.75em;
		max-height: 5.142em;
	}
	.school2 .list .time{
		width: 30%;
	}
	.school2 .list .cont{
		width: 70%;
	}
	.school2 .list .cont .name{
		margin-top: 11%;
	}
	.school2 .list .cont .place{
		margin-top: 7%;
	}
}
@media screen and (max-width: 375px){
	.school2 .list .cont .name{
		margin-top: 10%;
	}
	.school2 .list .cont .place{
		margin-top: 6.5%;
	}
}

/* 总经理致辞 */
.speech-box {
    width: 1200px;
    margin: auto;
    margin-top: 3.875em;
    margin-bottom: 6.3125em;
}
.speech-main{
	margin-top: 5.625em;
}
.speech-main:after {
    clear: both;
    content: '';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}
.speech-main .left{
	float: left;
	width: 69%;
	position: relative;
}
.speech-main .left .bg1{
	position: absolute;
	left: 0;
	top: -27px;
	z-index: -1;
}
.speech-main .left .bg2{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.speech-main .doc{
	font-size: 1em;
	line-height: 1.875em;
	margin-top: -0.5em;
}
.speech-main .doc p{
	margin-bottom: 1.75em;
}
.speech-main .doc img{
	margin: 0.75em 0;
}
.speech-main .imgs{
	float: right;
	width: 27.5%;
	text-align: center;
}
.speech-main .imgs img{
	max-width: 100%;
}

@media screen and (max-width: 1440px){
	.speech-box {
	    width: 960px;
	}
	.speech-main{
		margin-top: 3em;
	}
}
@media screen and (max-width: 1200px){
	.speech-box {
	    width: 100%;
	    padding: 0 3%;
	    margin-top: 2em;
	    margin-bottom: 4em;
	    transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    -webkit-transition: all 0.5s;
	}
	.speech-main{
		margin-top: 2em;
	}
	.speech-main .doc{
		font-size: 0.9375em;
	}
}

@media screen and (max-width: 768px){
	.speech-main .left{
		width: 100%;
		margin-top: 2em;
	}
	.speech-main .imgs{
		width: 100%;
		float: left;
	}
	.speech-main .imgs img{
		max-width: 100%;
	}
	.speech-main .doc{
		margin-top: 0;
	}
	.speech-main .left .bg1{
		width: 3em;
		top: -5px;
	}
	.speech-main .left .bg2{
		width: 4em;
	}
}