.case-banner{
	background: url(../images/case-banner.png) no-repeat center center;
	background-size: cover;
	height: 300px;
}
.case-banner h3{
	text-align: right;
	margin-top: 130px;
	font-size: 30px;
	color: #ad8301;
	font-weight: bold;
}
.case-banner hr{
	width:71px;
	margin-right: 70px;
	margin-top: 15px;
	border-top: 5px solid #FFF;
}
.case-banner p{
	margin-top: 80px;
	text-align: right;
	color: #4b4b4b;
}
.case-banner p a{
	color: #4b4b4b;
}
.case-banner p a:hover{
	text-decoration: underline;
}

.about{
	margin-top:40px;
}
.about .title {
	text-align: center;
}
.about .title h3 {
	font-size: 30px;
	font-weight: bold;
}
.about .title hr {
	width: 50px;
	border-top: 5px solid #a0a0a0;
	margin-top: 15px;
}
.about .about-tab{
	text-align: center;
}
.about .about-tab ul li{
	width:11%;
	display: inline-block;
}
.about .about-tab ul li a{
	color: #353535;
	font-size: 15px;
	background-color:#dedede;
	display: block;
	margin-left: 2px;
	margin-right: 2px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-radius: 4px;
}
.about .about-tab ul li a:hover{
	background-color: #ad8301;
	color: #FFF;
}

/**测试对比**/
.test-main{
	margin-top: 15px;
}
.test-main ul li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 20px;
}
.test-main ul li a{
	display: block;
	padding:10px;
	background-color:#e7e7e7;
	min-height: 390px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.test-main ul li a:hover{
	background-color: #f2ffe0;
	box-shadow: 0px 0px 15px #ccc;
}
.test-main ul li a h4{
	font-size: 18px;
	font-weight: bold;
	color: #3a3a3a;
	margin-top: 5px;
	margin-bottom: 20px;
}
.test-main ul li a p{
	margin-bottom: 0px;
	line-height: 28px;
	color: #3a3a3a;
}
.test-main ul li a dl{
	margin-top: 10px;
}
.test-main ul li a dl dd{
	width:48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
.test-main ul li a dl dd p{
	text-align: center;
}
.test-main ul li a .gx{
	font-size: 15px;
	color: #ad8301;
	margin-top: 45px;
}
.test-main ul li a .zm{
	color:#ad8301;
}
.test-main ul li a .img-nh{
	margin-top: 10px;
}
.test-main ul li a .img-zr{
	margin-top: 68px;
}
.test-main ul li a .test-img{
	margin-top: 5px;
	margin-bottom: 5px;
}
.test-main ul li a h5{
	margin-top:55px;
	margin-bottom: 5px;
	color:#3a3a3a;
}
.test-main ul li .test-text{
	min-height:800px;
}
.test-main{
	margin-bottom: 55px;
}

/**材料分析**/
.referral-text{
	margin-top: 35px;
}
.referral-text dl dt{
	width: 40%;
	float: left;
}
.referral-text dl dd{
	width:59%;
	float: right;
}
.referral-text dl dd h3{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 50px;
}
.referral-text dl dd p{
	line-height: 26px;
	margin-bottom: 20px;
}
.referral-jies{
	overflow: hidden;
}
.referral-jies ul li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 20px;
	float: left;
}
.referral-jies ul li a {
	display: block;
	padding: 5px;
	background-color:#f0f0f0;
}
.referral-jies ul li a:hover{
	background-color: #ad8301;
}
.referral-jies ul li a:hover h5{
	color: #FFF;
}
.referral-jies ul li a:hover p{
	color: #FFF;
}
.referral-jies ul li a dl dt{
	width: 25%;
	float: left;
}
.referral-jies ul li a dl dd{
	width: 70%;
	float: right;
}
.referral-jies ul li a dl dd h5{
	font-size: 16px;
	color: #232323;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}
.referral-jies ul li a dl dd p{
	color: #868686;
	line-height: 22px;
}
.refe-title1{
	background: url(../images/refe-title1.png) no-repeat center center;
	height: 80px;
	margin-top: 15px;
}
.refe-bh p{
	text-align: center;
	color: #181818;
	line-height: 25px;
}
.refe-bh h4{
	font-size: 16px;
	font-weight: bold;
	background-color:#ad8301;
	display: inline-block;
	color: #FFF;
	padding: 12px 10px 12px 12px;
	width: 150px;
	margin-bottom: 15px;
}
.refe-bh ul li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	margin-top: 10px;
}
.refe-bh ul li a{
	display: block;
	background-color:#f1f1f1;
	padding: 15px;
	overflow: hidden;
	min-height: 470px;
	margin-bottom: 15px;
}
.refe-bh ul li h5{
	font-size:14px;
	font-weight: bold;
	color: #373737;
	margin-top: 25px;
}
.refe-bh ul li .refe-list li{
	clear: both;
	width: 100%;
	padding: 0px;
	padding-left: 15px;
	background: url(../images/refe-icon1.png) no-repeat 0px 10px;
}
.refe-bh ul li .refe-list li p{
	text-align: left;
}
.refe-bh ul li .bt-text{
	text-align: left;
}
.refe-bh .btm-baog{
	margin-top: 10px;
}
.refe-bh .btm-baog dt{
	width: 33%;
	float: left;
}
.refe-bh .btm-baog dd{
	width: 60%;
	float: left;
}
.refe-bh .btm-baog dd ul li{
	clear: both;
	width: 100%;
	padding-left: 15px;
	background: url(../images/refe-icon1.png) no-repeat 0px 10px;
}
.refe-bh .btm-baog dd ul li p{
	text-align: left;
	line-height: 27px;
}
.referral-fl{
	background: url(../images/refe-bg.jpg) no-repeat center center;
	height: 165px;
	margin-top: 20px;
	padding-top: 45px;
	position: relative;
}
.refe-boeder{
	width:210px;
	height: 75px;
	border: 1px solid #ab9f98;
	margin: 0 auto;
}
.referral-fl h2{
	color: #FFF;
	position: absolute;
	top:50%;
	left: 50%;
	font-size: 40px;
	font-weight: bold;
	margin-left: -80px;
	margin-top: -22px;
	background:url(../images/refe-bg.jpg) no-repeat center center;
}
.referral-sumu{
	margin-bottom: 50px;
}
.referral-sumu .referral-title2{
	height: 80px;
	background: url(../images/refe-title2.png) no-repeat center center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.referral-sumu dl dt{
	width: 50%;
	float: right;
}
.referral-sumu dl dd{
	width: 50%;
	float: left;
}
.referral-sumu dl dd h5{
	font-size: 16px;
	font-weight: bold;
	color: #393939;
	margin-top: 40px;
}
.referral-sumu dl dd p{
	font-size: 16px;
}
.referral-sumu h4{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #ad8301;
	display: inline-block;
	width: 150px;
	padding: 15px 10px 15px 12px;
}
.referral-sumu .refe-yl{
	margin-bottom:25px;
}
.referral-sumu .refe-yl li{
	width: 28%;
	float: left;
	margin-top: 15px;
	margin-right: 8%;
	min-height: 296px;
}
.referral-sumu .refe-yl .refe-right{
	margin-right: 0px;
}
.referral-sumu .refe-yl li p{
	margin-top: 10px;
	line-height:25px;
	color: #4d4d4d;
}
.question h5{
	font-size: 16px;
	font-weight: bold;
	color: #303030;
	margin-top: 20px;
	line-height: 25px;
	margin-bottom: 5px;
}
.question p{
	font-size: 16px;
	color: #ae7b00;
	font-weight: bold;
	text-indent: 2em;
}
.question ul li{
	width: 31.33%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 5px;
}
.referral-title3{
	height: 80px;
	background: url(../images/refe-title3.png) no-repeat center center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.refe-cf{
	background-color: #e6e6e6;
}
.refe-cf{
	padding: 15px;
}
.refe-cf .fl{
	margin-left: 30px;
}
.element li{
	width: 49%;
	float: left;
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-top: 20px;
}
.element li a{
	display: block;
	background-color: #e7e7e7;
	padding:20px;
	min-height:910px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.element li a:hover{
	background-color: #f2ffe0;
	box-shadow: 0px 0px 15px #ccc;
}
.element li a img{
	margin-top: 20px;
	margin-bottom: 10px;
}
.element li a h5{
	text-align: center;
	font-size: 16px;
	color: #ff0000;
	font-weight: bold;
	margin-bottom: 25px;
}
.element li a p{
	color: #4c4c4c;
	line-height: 28px;
	margin-bottom: 0px;
}
.element li a .qbg{
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	color: #4c4c4c;
	font-weight: bold;
}
.refe-buttom{
	margin-top: 20px;
	border: 2px solid #d7d7d7;
	padding: 35px 150px;
	margin-bottom: 50px;
}
.refe-buttom p{
	margin-bottom: 0px;
	color: #875c00;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
}

/**联系我们**/
.contact-banner{
	background: url(../images/contact-banner.png) no-repeat center center;
	background-size: cover;
	height: 300px;
}
.contact-banner p{
	text-align: right;
	color: #1c1c1c;
	margin-top: 270px;
}
.contact-banner p a{
	color: #1c1c1c;
}
.contact-banner p a:hover{
	text-decoration: underline;
}
.contact-title h3{
	text-align:center;
	font-size: 30px;
	font-weight: bold;
	color: #4b4b4b;
	margin-top: 52px;
	margin-bottom: 5px;
}
.contact-title hr{
	width: 46px;
	border: none;
	border-top:4px solid #a0a0a0;
	margin-top: 15px;
}
.contact-main{
	margin-bottom: 50px;
}
.contact-main ul li{
	margin-top: 10px;
}
.contact-main .contact-box{
	margin-top: 30px;
}
.contact-main ul li h3{
	font-size: 26px;
	font-weight: 600;
	color: #232323;
	margin-left: 20px;
	margin-top: 30px;
}
.contact-main ul li dl dt{
	width: 50%;
	float: left;
}
.contact-main ul li dl dd{
	width: 47%;
	float: right;
}
.contact-main ul li dl dd h4{
	font-size: 20px;
	color: #FFF;
	display: inline-block;
	background-color: #926e00;
	padding: 8px 25px 8px 25px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 35px;
}
.contact-main ul li dl dd .btn-default{
	border-radius: 0px;
	border: 2px solid #bbbbbb;
	margin-top: 20px;
	color: #747474;
	padding: 8px 30px;
	margin-left: 5px;
	margin-right: 5px;
}
.contact-main ul li form ul li{
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
}
.contact-main .contain{
	padding-left: 50px;
	padding-right: 50px;
}
.contact-main ul li form ul li input{
	width: 100%;
	border: 1px solid #dddddd;
	margin-top: 8px;
	margin-bottom: 12px;
	height: 42px;
	padding-left: 5px;
	border-radius: 4px;
	padding-left: 10px;
}
.contact-main ul li form ul li input::placeholder{
	color: #101010;
}
.contact-main ul li form ul li textarea{
	width: 100%;
	margin-top: 8px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	text-indent:10px;
}
.contact-main ul li form ul li textarea::placeholder{
	color: #101010;
}
.contact-main ul li form{
	text-align: center;
}
.contact-main ul li form button{
	background-color: #9e7605;
	margin-top: 10px;
	padding: 8px 50px;
	border: 1px solid #9e7605;
	font-size: 16px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.contact-main ul li form button:hover{
	border: 1px solid #9e7605;
	background-color: #FFF;
	color:#9e7605;
}
.contact-main ul li form button{
	background-color: #9e7605;
	margin-top: 10px;
	padding: 8px 50px;
	border: 1px solid #9e7605;
	font-size: 16px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.contact-main ul li form button:hover{
	border: 1px solid #9e7605;
	background-color: #FFF;
	color:#9e7605;
}
.contact-main ul li form .button{
	background-color: #9e7605;
	margin-top: 10px;
	padding: 8px 50px;
	border: 1px solid #9e7605;
	font-size: 16px;
	border-radius: 4px;
	font-weight: bold;
	color: #FFF;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.contact-main ul li form .button:hover{
	border: 1px solid #9e7605;
	background-color: #FFF;
	color:#9e7605;
}
.contact-main  ul li dl dd h3{
	font-size: 28px;
	color: #101010;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 30px;
}
/**优势分析**/
.anal-title1{
	height: 70px;
	background: url(../images/anal-title1.png) no-repeat center center;
	margin-top: 35px;
	margin-bottom: 20px;
}
.anal-tab{
	background-color:#e5e5e5;
	padding: 10px 10px 10px 20px;
	position: relative;
}
.anal-tab p{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	position: relative;
	width:22%;
	float: left;
}
.anal-tab  hr{
	width: 100px;
	border: none;
	border-top: 7px solid #FFF;
	position: absolute;
	top: 5px;
	left: 150px;
}
.anal-tab ul{
	width: 78%;
	float: left;
}
.anal-tab ul li{
	float: left;
}
.anal-tab ul li .btn-default{
	font-size: 16px;
	background-color: #FFF;
	border: 1px solid #FFF;
	margin-left: 7px;
	margin-right: 7px;
	padding-left: 40px;
	padding-right: 40px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.anal-tab ul .tab-active .btn-default{
	background-color: #464646;
	color: #FFF;
	border: 1px solid #464646;
}
.anal-tab ul li .btn-default:hover{
	background-color: #464646;
	color: #FFF;
	border: 1px solid #464646;
}
.nh{
	margin-top: 20px;
}
.nh dt{
	width: 49.5%;
	float: left;
}
.nh dd{
	width: 49.5%;
	float: right;
}
.nh dd h4{
	font-size: 16px;
	font-weight: bold;
	color: #2d2d2d;
	margin-top: 50px;
	margin-bottom: 20px;
}
.nh dd p{
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 28px;
}
.nh dd img{
	margin-top: 40px;
}
.anal-title2{
	height: 70px;
	background: url(../images/anal-title2.png) no-repeat center center;
	margin-top: 35px;
	margin-bottom: 20px;
}
.anal-title3{
	height: 70px;
	background: url(../images/anal-title3.png) no-repeat center center;
	margin-top: 35px;
	margin-bottom: 20px;
}
.analy-main{
	margin-bottom: 60px;
}
/**品牌故事**/
.brand-main{
	margin-top: 30px;
	margin-bottom: 50px;
}
.brand-main .brand-left{
	width: 43%;
	float: left;
}
.brand-main .brand-right{
	width: 52%;
	float: right;
}
.brand-main  p{
	margin-bottom: 0px;
	line-height: 29px;
	font-size: 14px;
}
.brand-main .brand-left img{
	margin-top: 20px;
	margin-bottom: 20px;
}
.brand-main .brand-right img{
	margin-top: 15px;
	margin-bottom: 19px;
}
.brand-main ul{
	margin-top: 20px;
}
.brand-main ul li{
	width:33.03%;
	float: left;
	margin-left: 0.15%;
	margin-right: 0.15%;
}

/**企业介绍**/
.company-main{
	margin-top: 40px;
}
.company-main img{
	margin-bottom: 20px;
}
.company-main p{
	line-height: 25px;
	margin-bottom: 0px;
}
.text-top{
	margin-top: 30px;
}
.company-lb{
	margin-top: 20px;
	margin-bottom: 20px;
}
/**企业介绍轮播**/
.company-lb ul li{
	float: left;
	width: 24%;
	margin-left: 0.5%;
	margin-right: 0.5%;
}
.company-lb ul li img{
	margin-top: 10px;
}

@media(min-width: 768px) and (max-width: 992px){
	.case-banner {
		background: url(../images/case-banner.png) no-repeat center center;
		background-size: cover;
		height: 230px;
	}
	.case-banner h3 {
		text-align: right;
		margin-top: 90px;
		font-size: 30px;
		color: #ad8301;
		font-weight: bold;
	}
	.case-banner p {
		margin-top: 60px;
		text-align: right;
		color: #4b4b4b;
	}
	.about .about-tab ul li {
		width: 15%;
		display: inline-block;
	}
	/**材料分析**/
	.referral-text{
		margin-top: 35px;
	}
	.referral-text dl dt{
		width: 100%;
		float: left;
	}
	.referral-text dl dd{
		width:100%;
		float: right;
	}
	.referral-text dl dd h3 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.referral-text dl dd p {
		line-height: 26px;
		margin-bottom: 10px;
	}
	.referral-jies ul li {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 20px;
		float: left;
	}
	.referral-jies ul li a dl dt {
		width: 21%;
		float: left;
	}
	.referral-jies ul li a dl dd {
		width: 75%;
		float: right;
	}
	.refe-bh .btm-baog dt {
		width: 100%;
		float: left;
	}
	.refe-bh .btm-baog dd {
		width: 100%;
		float: left;
	}
	.refe-buttom {
		margin-top: 20px;
		border: 2px solid #d7d7d7;
		padding: 20px 100px;
		margin-bottom: 50px;
	}

	/**联系我们**/
	.contact-main .contain {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-main .contact-box li{
		margin-top: 30px;
	}
	.contact-main .contact-text li{
		margin-top: 10px;
	}
	.contact-main ul li dl dt {
		width: 100%;
		float: left;
	}
	.contact-main ul li dl dd{
		width: 100%;
	}
	.contact-main ul li dl dd h4 {
		font-size: 20px;
		color: #FFF;
		display: inline-block;
		background-color: #926e00;
		padding: 8px 25px 8px 25px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.contact-main ul li dl dd .btn-default {
		border-radius: 0px;
		border: 2px solid #bbbbbb;
		margin-top: 10px;
		color: #747474;
		padding: 8px 30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.contact-main ul li dl dd h3 {
		font-size: 28px;
		color: #101010;
		font-weight: bold;
		margin-top: 40px;
		margin-bottom: 0px;
	}

	/**企业介绍轮播**/
	.mr_frbox{
		height:340px;
	}
	.mr_frBtnL{
		float:left;
		display:block;
		height: 73px;
		width: 24px;
		background: url(../images/prev-icon.png) no-repeat 3px 18px;
		background-color: #dcdcdc;
		margin:131px 26px 0px 0px;
		cursor:pointer;
		display:inline;
	}
	.mr_frBtnL:hover{
		background-color:#737373;
	}
	.mr_frUl{float:left;height:430px;width:640px;}
	.mr_frBtnR{
		float:right;
		display: block;
		margin-top:160px;
		height: 73px;
		width: 24px;
		background: url(../images/next-icon.png) no-repeat 5px 18px;
		background-color: #dcdcdc;
		cursor:pointer;
	}
	.mr_frBtnR:hover{
		background-color:#737373;
	}
	.mr_frUl ul li{display:inline;float:left;height:450px;width:auto;margin-right:8px;overflow:hidden;}
	.mr_frUl ul li img{
		display:block;
		margin-bottom:20px;
		border:1px solid #D8D8D8;
		width: 200px;
		height: auto;
	}
	.mr_frUl ul li a:hover img{border:1px solid #A0C0EB;}

	/**优势分析**/
	.anal-tab p {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 0px;
		position: relative;
		width: 100%;
		float: left;
	}
	.anal-tab ul {
		width: 100%;
		float: left;
	}
	.anal-tab ul li {
		float: left;
		margin-top: 10px;
	}
	.nh dt {
		width: 100%;
		float: left;
	}
	.nh dd {
		width: 100%;
		float: right;
	}
	/**品牌故事**/
	.brand-main .brand-left {
		width: 100%;
		float: left;
	}
	.brand-main .brand-right {
		width: 100%;
		float: right;
	}
}
@media(max-width: 767px){
	.case-banner {
		background: url(../images/case-banner.png) no-repeat center center;
		background-size: cover;
		height: 250px;
	}
	.case-banner h3 {
		text-align: right;
		margin-top: 100px;
		font-size: 30px;
		color: #ad8301;
		font-weight: bold;
	}
	.case-banner p {
		margin-top: 65px;
		text-align: right;
		color: #4b4b4b;
	}
	.about .about-tab ul li {
		width: 29%;
		margin-top: 10px;
		display: inline-block;
	}
	/**测试对比**/
	.test-main ul li{
		width: 98%;
		margin-left: 1%;
		margin-right: 1%;
		float: left;
		margin-top: 20px;
	}
	.test-main ul li a{
		display: block;
		padding:10px;
		background-color:#e7e7e7;
		min-height: 320px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
	}
	.test-main ul li .test-text{
		min-height:600px;
	}
	/**材料分析**/
	.referral-text{
		margin-top: 35px;
	}
	.referral-text dl dt{
		width: 100%;
		float: left;
	}
	.referral-text dl dd{
		width:100%;
		float: right;
	}
	.referral-text dl dd h3 {
		font-size: 26px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.referral-text dl dd p {
		line-height: 26px;
		margin-bottom: 10px;
	}
	.referral-jies ul li {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 20px;
		float: left;
	}
	.referral-jies ul li a dl dt {
		width: 100%;
		float: left;
	}
	.referral-jies ul li a dl dd {
		width: 100%;
		float: right;
	}
	.refe-bh ul li {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		float: left;
		margin-top: 10px;
	}
	.refe-bh ul li a {
		display: block;
		background-color: #f1f1f1;
		padding: 15px;
		overflow: hidden;
		min-height: 270px;
		margin-bottom: 15px;
	}
	.refe-bh .btm-baog dt {
		width: 100%;
		float: left;
	}
	.refe-bh .btm-baog dd {
		width: 100%;
		float: left;
	}
	.referral-sumu dl dt {
		width: 100%;
		float: right;
	}
	.referral-sumu dl dd {
		width: 100%;
		float: left;
	}
	.referral-sumu .refe-yl li {
		width: 100%;
		float: left;
		margin-top: 15px;
		margin-right: 0%;
		min-height: 200px;
	}
	.question h5 {
		font-size: 15px;
		font-weight: bold;
		color: #303030;
		margin-top: 10px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.question p {
		font-size: 15px;
		color: #ae7b00;
		font-weight: bold;
		text-indent: 2em;
	}
	.refe-cf .fl {
		margin-left: 0px;
	}
	.element li {
		width: 100%;
		float: left;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 20px;
	}
	.refe-buttom {
		margin-top: 20px;
		border: 2px solid #d7d7d7;
		padding: 20px;
		margin-bottom: 50px;
	}
	/**联系我们**/
	.contact-banner {
		background: url(../images/contact-banner.png) no-repeat center center;
		background-size: cover;
		height: 180px;
	}
	.contact-banner p {
		text-align: right;
		color: #1c1c1c;
		margin-top: 150px;
	}
	.contact-main .contain {
		padding-left: 20px;
		padding-right: 20px;
	}
	.contact-main ul li{
		margin-top: 20px;
	}
	.contact-main ul li dl dt {
		width: 100%;
		float: left;
	}
	.contact-main ul li dl dd{
		width: 100%;
	}
	.contact-main ul li dl dd h4 {
		font-size: 20px;
		color: #FFF;
		display: inline-block;
		background-color: #926e00;
		padding: 8px 25px 8px 25px;
		font-weight: bold;
		margin-top: 30px;
		margin-bottom: 25px;
	}
	.contact-main ul li dl dd .btn-default {
		border-radius: 0px;
		border: 2px solid #bbbbbb;
		margin-top: 10px;
		color: #747474;
		padding: 8px 30px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.contact-main ul li dl dd h3 {
		font-size: 28px;
		color: #101010;
		font-weight: bold;
		margin-top: 40px;
		margin-bottom: 20px;
	}
	.contact-main ul li form ul li {
		width: 100%;
		float: left;
	}
	.contact-main ul li form ul li{
		margin-top: 0px;
	}


	/**优势分析**/
	.anal-tab p {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 0px;
		position: relative;
		width: 100%;
		float: left;
	}
	.anal-tab ul {
		width: 100%;
		float: left;
	}
	.anal-tab ul li {
		float: left;
		margin-top: 10px;
	}
	.nh dt {
		width: 100%;
		float: left;
	}
	.nh dd {
		width: 100%;
		float: right;
	}
	.anal-tab {
		background-color: #e5e5e5;
		padding: 8px 8px 8px 10px;
		position: relative;
	}
	.anal-tab ul li .btn-default {
		font-size: 14px;
		background-color: #FFF;
		border: 1px solid #FFF;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 12px;
		padding-right: 12px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
	}

	/**企业介绍轮播**/
	.mr_frbox{
		height:250px;
	}
	.mr_frBtnL{
		float:left;
		display:block;
		height: 73px;
		width: 24px;
		background: url(../images/prev-icon.png) no-repeat 3px 18px;
		background-color: #dcdcdc;
		margin:160px 38px 0px 0px;
		cursor:pointer;
		display:inline;
	}
	.mr_frBtnL:hover{
		background-color:#737373;
	}
	.tempWrap{
		width: 230px!important;
	}
	.mr_frUl{float:left;height:430px;width:230px;}
	.mr_frBtnR{
		float:right;
		display: block;
		margin-top:160px;
		height: 73px;
		width: 24px;
		background: url(../images/next-icon.png) no-repeat 5px 18px;
		background-color: #dcdcdc;
		cursor:pointer;
	}
	.mr_frBtnR:hover{
		background-color:#737373;
	}
	.mr_frUl ul li{display:inline;float:left;height:450px;width:auto;margin-right:13px;overflow:hidden;}
	.mr_frUl ul li img{
		display:block;
		margin-bottom:20px;
		border:1px solid #D8D8D8;
		width: 230px;
		height: auto;
	}
	.mr_frUl ul li a:hover img{border:1px solid #A0C0EB;}


	/**品牌故事**/
	.brand-main .brand-left {
		width: 100%;
		float: left;
	}
	.brand-main .brand-right {
		width: 100%;
		float: right;
	}
	.brand-main ul li {
		width: 100%;
		float: left;
		margin-left: 0%;
		margin-right: 0%;
	}

	/**企业介绍**/
	.company-lb ul li {
		float: left;
		width: 100%;
	}
}

@media(max-width: 340px){
	.anal-tab {
		background-color: #e5e5e5;
		padding: 8px 8px 8px 10px;
		position: relative;
	}
	.anal-tab ul li .btn-default {
		font-size: 14px;
		background-color: #FFF;
		border: 1px solid #FFF;
		margin-left: 5px;
		margin-right: 5px;
		padding-left: 20px;
		padding-right: 20px;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-o-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-ms-transition: all 0.4s;
	}
	/**企业介绍轮播**/
	.mr_frbox{
		height:250px;
	}
	.mr_frBtnL{
		float:left;
		display:block;
		height: 73px;
		width: 24px;
		background: url(../images/prev-icon.png) no-repeat 3px 18px;
		background-color: #dcdcdc;
		margin:160px 12px 0px 0px;
		cursor:pointer;
		display:inline;
	}
	.mr_frBtnL:hover{
		background-color:#737373;
	}
	.tempWrap{
		width: 220px!important;
	}
	.mr_frUl{float:left;height:430px;width:230px;}
	.mr_frBtnR{
		float:right;
		display: block;
		margin-top:160px;
		height: 73px;
		width: 24px;
		background: url(../images/next-icon.png) no-repeat 5px 18px;
		background-color: #dcdcdc;
		cursor:pointer;
	}
	.mr_frBtnR:hover{
		background-color:#737373;
	}
	.mr_frUl ul li{display:inline;float:left;height:450px;width:auto;margin-right:13px;overflow:hidden;}
	.mr_frUl ul li img{
		display:block;
		margin-bottom:20px;
		border:1px solid #D8D8D8;
		width: 220px;
		height: auto;
	}
	.mr_frUl ul li a:hover img{border:1px solid #A0C0EB;}
}

