/*分类高亮*/
.select_height {
    color: #fff !important;
    background: #f58328 !important;	
}

.inside-banner .title {
	width: auto;
	color: #fff;
	background: rgba(255,129,36,0.8);
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%); 
	top: 35%;
	padding: 10px;
}
.inside-banner .content {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-o-transform: translateX(-50%); 
	background: rgba(255,129,36,0.8);
	padding: 10px;
}
.inside-banner img {
	width: 100%;
}
section.contents {
	color: #333;
}
section.contents .classify {
	width: 1400px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	margin-top: 60px;
	margin-bottom: 30px;
}
section.contents .classify li {
	display: inline-block;
	margin-right: 8px;
}
section.contents .classify li:last-child {
	margin-right: 0px;
}
section.contents .classify li a {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 30px;
	font-size: 14px;
	color: #333;
	border-radius: 4px;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
}
section.contents .classify li:hover a {
	padding: 0 30px;
	font-size: 14px;
	color: #fff;
	background: #f58328;
}
section.contents .question {
	background: #f9f9f9;
}
section.contents .questions {
	width: 1400px;
	margin: 0 auto;
	font-size: 0;
	padding-top: 40px;
	padding-bottom: 20px;
}
section.contents .questions li {
	display: inline-block;
	width: 50%;
	/*float: left;*/
	vertical-align: top;
}
section.contents .questions li .con {
	background: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 40px;
}
section.contents .questions li .con .img {
	font-size: 0;
	/*padding-top: 40px;*/
	cursor: pointer;
	width: 405px;
	margin: 0 auto;
	overflow: hidden;	
}
section.contents .questions li .con .img a {
	font-size: 0;
	display: inline-block;
}
section.contents .questions li .con .img img {
	display: inline-block;
	width: 405px;
	transition: all 2s;
	-moz-transition: all 2s; 
	-webkit-transition: all 2s; 
	-o-transition: all 2s;
}
section.contents .questions li .con .img:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
section.contents .questions li:nth-child(1) {
	padding-right: 10px;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
section.contents .questions li:nth-child(3) {
	padding-right: 10px;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
section.contents .questions li:nth-child(2n) {
	padding-left: 10px;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
section.contents .questions li .text {
	font-size: 16px;
	line-height: 30px;
	margin: 30px 5px 15px 5px;
}
section.contents .questions li .detail {
		padding-bottom: 40px;
}
section.contents .questions li .detail a {
	font-size: 0px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #fdc231;
	display: inline-block;
	-moz-box-sizing: border-box;  
	-webkit-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
	background: url('/assets/img/tip-img/youjiantou_liang.png') no-repeat 115px center;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
}
section.contents .questions li .detail a span {
	color: #fdc231;
	font-size: 14px;	
	display: inline-block;
	margin-right: 20px;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
}
section.contents .questions li .detail a img {
	display: inline-block;
}
section.contents .questions li .detail a:hover {
	background: url('/assets/img/tip-img/youjiantou.png') no-repeat 115px center;
	background-color: #fdc231;
}
section.contents .questions li .detail a:hover span {
	color: #fff;
}



section.contents .yw_chuixun {
	width: 1400px;
	margin: 0 auto;
}
section.contents .yw_chuixun .title {
	padding-top: 60px;
	padding-bottom: 17px;
	border-bottom: 2px solid #f68328;
}
section.contents .yw_chuixun .title .left {
	font-size: 0;
	margin-top: 19px;
}
section.contents .yw_chuixun .title .left .content1 {
	font-size: 30px;
	display: inline-block;
	margin-right: 15px;
}
section.contents .yw_chuixun .title .left .content2 {
	font-size: 16px;
	color: #f68328;
}
section.contents .yw_chuixun .title .right {
	vertical-align: middle;
	font-size: 0;
}
section.contents .yw_chuixun .title .right .text {
	display: inline-block;
	vertical-align: middle;
	margin-right: 19px;
}
section.contents .yw_chuixun .title .right .img {
	display: inline-block;	
	vertical-align: middle;
}
section.contents .yw_chuixun .title .right .img img {
	width: 70px;
}
section.contents .yw_chuixun .title .right .content1 {
	text-align: right;
	font-size: 16px;
	color: #f68328;
} 
section.contents .yw_chuixun .title .right .content2 {
	font-size: 30px;
	color: #f68328;
}
section.contents .yw_chuixun .xinxi {
	margin-top: 39px;
}
section.contents .yw_chuixun .xinxi li {
	width: 33.3%;
	float: left;
	font-size: 0;
	margin-bottom: 20px;
}
section.contents .yw_chuixun .xinxi li:nth-child(2) {
	padding-left: 25px;
}
section.contents .yw_chuixun .xinxi li:nth-child(5) {
	padding-left: 25px;
}
section.contents .yw_chuixun .xinxi li:nth-child(3) {
	text-align: right;
}
section.contents .yw_chuixun .xinxi li:nth-child(6) {
	text-align: right;
}
section.contents .yw_chuixun .xinxi li .left {
	width: 77px;
	text-align: left;
	display: inline-block;
	font-size: 16px;
}
section.contents .yw_chuixun .xinxi li input {
	width: 336px;
	height: 50px;
	font-size: 16px;
	border-radius: 4px;
	border: 2px solid #e5e5e5;
	vertical-align: middle;
}
section.contents .yw_chuixun .xinxi li span {
	vertical-align: middle;
}
section.contents .yw_chuixun .xinxi li .select {
	width: 336px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	border-radius: 4px;
	border: 2px solid #e5e5e5;
	display: inline-block;
	vertical-align: middle;	
	text-align: left;
	padding-left: 18px;	
	background: url('/assets/img/tip-img/daosanjiao.png') no-repeat 93% center;
	cursor: pointer;
}
section.contents .yw_chuixun .xinxi li.teshu {
	position: relative;
	z-index: 5;
}
section.contents .yw_chuixun .xinxi .option {
	width: 336px;
	position: absolute;
	margin-left: 130px;	
	background: #fff;
	border: 1px solid #e5e5e5;
	top: 49px;
	display: none;
}
section.contents .yw_chuixun .xinxi .option .item {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	width: 336px;
	text-align: left;
	padding-left: 18px;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
}
section.contents .yw_chuixun .xinxi .option .item:hover {
	background: #f58328;
	color: #fff;
}
section.contents .yw_chuixun .sf_kehu {
	font-size: 0;
	vertical-align: middle;
	margin: 10px 0 30px 0;
}
section.contents .yw_chuixun .sf_kehu div {
	display: inline-block;
}
section.contents .yw_chuixun .sf_kehu .shifou {
	font-size: 16px;
	vertical-align: middle;
	margin-right: 32px;
}
section.contents .yw_chuixun .sf_kehu .shi {
	width: 76px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #e5e5e5;
	text-align: center;
	border-radius: 4px;	
	vertical-align: middle;
	margin-right: 20px;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
section.contents .yw_chuixun .sf_kehu .shi:hover {
	border: 2px solid #f58328;
	color: #fff;
	background: #f58328;
}
section.contents .yw_chuixun .sf_kehu .fou {
	width: 76px;
	height: 36px;
	line-height: 36px;
	border: 2px solid #e5e5e5;
	text-align: center;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;	
}
section.contents .yw_chuixun .sf_kehu .fou:hover {
	border: 2px solid #f58328;
	color: #fff;
	background: #f58328;
}
section.contents .yw_chuixun .xuqiu {
	margin-bottom: 30px;
}
section.contents .yw_chuixun .xuqiu .left {
	display: inline-block;
	font-size: 16px;
	position: absolute;
}
section.contents .yw_chuixun .xuqiu textarea {
	height: 106px;
	border: 2px solid #e5e5e5;
	width: 94.5%;
	margin-left: 77px;
	border-radius: 6px;
	padding: 0 15px;
	font-size: 16px;
	display: inline-block;
}
section.contents .yw_chuixun .qudao {
	z-index: 5;
}
section.contents .yw_chuixun .qudao .zhao {
    font-size: 16px;
    margin-right: 32px;	
    display: inline-block;
}
section.contents .yw_chuixun .qudao .teshu {
	position: relative;
	display: inline-block;
}
section.contents .yw_chuixun .qudao .teshu .select {
    width: 336px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-radius: 4px;
    border: 2px solid #e5e5e5;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 18px;
    background: url(/assets/img/tip-img/daosanjiao.png) no-repeat 93% center;
    cursor: pointer;	
}
section.contents .yw_chuixun .qudao {
	font-size: 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
}
section.contents .yw_chuixun .qudao .teshu .option {
    width: 336px;
    position: absolute;
    background: #fff;
    border: 1px solid #e5e5e5;
    top: 49px;
     display: none; 	
}
section.contents .yw_chuixun .qudao .teshu .option .item {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    padding-left: 18px;
	transition: all 1s;
	-moz-transition: all 1s; 
	-webkit-transition: all 1s; 
	-o-transition: all 1s;
}
section.contents .yw_chuixun .qudao .teshu .option .item:hover {
	background: #f58328;
	color: #fff;
}
section.contents .yw_chuixun .submit {
	margin-top: 20px;
	margin-bottom: 100px;	
	display: inline-block;
}
section.contents .yw_chuixun .submit a {
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #f58328;
	border-radius: 4px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;	
}
section.contents .yw_chuixun .submit a:hover {
	opacity: 0.6;
}


@media screen and (max-width: 1600px) {
	.inside-banner .title {
		top: 31%;
	}	
}

@media screen and (max-width: 1440px) {

	section.contents .classify {
		width: 1200px;
	}
	section.contents .questions {
		width: 1200px;
	}
	section.contents .yw_chuixun {
	    width: 1200px;
	}	
	section.contents .yw_chuixun .xinxi li input {
		width: 250px;
	}
	section.contents .yw_chuixun .xinxi li .select {
		width: 250px;
	}
	section.contents .yw_chuixun .xuqiu textarea {
		width: 93.5%;
	}
	section.contents .yw_chuixun .xinxi .option {
		margin-left: 149px;
		width: 249px;
	}
	section.contents .yw_chuixun .xinxi .option .item {
	    width: 100%;
	}
	.inside-banner .title {
		top: 33%;
	}	
}

@media screen and (max-width: 1366px) {
	.inside-banner .title { 
		top: 40%;
		padding: 8px;
	}
	.inside-banner .content {
		top: 55%;
		padding: 8px;
	}
}



@media screen and (max-width: 1280px) {

	section.contents .classify {
		width: 1000px;
	}

	section.contents .questions {
		width: 1000px;
	}


	section.contents .yw_chuixun {
	    width: 1000px;
	}
	section.contents .yw_chuixun .xinxi li input {
	    width: 230px;
	}
	section.contents .yw_chuixun .xinxi li .select {
	    width: 230px;
	}	
	section.contents .yw_chuixun .xinxi li:nth-child(2) {
	    padding-left: 20px;
	}	
	section.contents .yw_chuixun .xinxi li:nth-child(5) {
	    padding-left: 20px;
	}
	section.contents .yw_chuixun .xuqiu textarea {
	    width: 92%;
	}	
	section.contents .yw_chuixun .xinxi .option {
	    margin-left: 103px;
	    width: 230px;
	}
}




@media screen and (max-width: 1024px) { 



	section.contents .classify {
		width: 700px;
	}

	section.contents .questions {
		width: 700px;
	}
	section.contents .questions li .con .img {
		width: 290px;
	}
	section.contents .questions li .con .img img {
	    width: 290px;
	}



	.inside-banner .title {
		font-size: 30px;
	}
	.inside-banner .content {
	    font-size: 22px;
	    margin-top: 10px;
	}
	.inside-banner .nav-link {
	    padding: 10px 0;
	}	
	section.contents .yw_chuixun {
	    width: 700px;
	}
	section.contents .yw_chuixun .xinxi li .left {
	    font-size: 14px;
	}
	section.contents .yw_chuixun .xinxi li {
	    width: 50%;
	    float: left;
	    font-size: 0;
	    margin-bottom: 20px;
	    padding-left: 20px;
	}
	section.contents .yw_chuixun .xinxi li:nth-child(3) {
		text-align: left;
	}
	section.contents .yw_chuixun .xinxi li:nth-child(6) {
		text-align: left;
	}
	section.contents .yw_chuixun .xinxi .option {
	    margin-left: 77px;
	}
	section.contents .yw_chuixun .xuqiu textarea {
	    width: 85.5%;
	}	
}	



@media screen and (max-width: 768px) {

	section.contents .classify{
		width: 100%;
	}
	section.contents .questions {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	section.contents .questions li .con .img {
		width: 90%;
	}
	section.contents .questions li .con .img img {
	    width: 90%;
	}
	section.contents .questions li .text {
	    font-size: 14px;
	    line-height: 24px;
	}
	section.contents .questions li:nth-child(1) {
	    padding-right: 5px;
	}
	section.contents .questions li:nth-child(3) {
	    padding-right: 5px;
	}
	section.contents .questions li:nth-child(2n) {
	    padding-left: 5px;
	}
	section.contents .questions li .con {
	    margin-bottom: 10px;
	}
	section.contents .questions li .detail a {
	    font-size: 0px;
	    width: 120px;
	    height: 30px;
	    line-height: 30px;
	    border-radius: 15px;
	    border: 1px solid #fdc231;
	    display: inline-block;
		-moz-box-sizing: border-box;  
		-webkit-box-sizing: border-box; 
		-o-box-sizing: border-box; 
		-ms-box-sizing: border-box; 
		box-sizing: border-box;
	    background: url(/assets/img/tip-img/youjiantou_liang.png) no-repeat 84px center;
		transition: all 1s;
		-moz-transition: all 1s; 
		-webkit-transition: all 1s; 
		-o-transition: all 1s;
	}

	section.contents .classify li a {
	    padding: 0 10px;
	}	
	section.contents .classify li:hover a {
	    padding: 0 10px;
	}
	section.contents .questions li .detail a:hover {
	    background: url(/assets/img/tip-img/youjiantou.png) no-repeat 84px center;
	    background-color: #fdc231;
	}	
	.inside-banner img {
		position: relative;
		width: 150%;
		left: 50%;
		transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);		
	}
	.inside-banner .title {
	    font-size: 20px;
	    line-height: 30px;
	}	
	.inside-banner .content {
	    font-size: 14px;
	    margin-top: 5px;
	}	
	section.contents .yw_chuixun .title .left .content1 {
	    font-size: 16px;
	}
	section.contents .yw_chuixun .title .left .content2 {
	    font-size: 12px;
	}
	section.contents .yw_chuixun .title .right .content2 {
	    font-size: 18px;
	}
	section.contents .yw_chuixun .title .right .content1 {
	    font-size: 12px;
	}
	section.contents .yw_chuixun .title .right .img img {
	    width: 40px;
	}
	section.contents .yw_chuixun {
	    width: 100%;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	section.contents .yw_chuixun .xinxi li {
	    padding-left: 0px;
	}
	section.contents .yw_chuixun .xinxi li:nth-child(5) {
	    padding-left: 0px;
	}
	section.contents .yw_chuixun .xinxi li:nth-child(2) {
	    padding-left: 0px;
	}

	section.contents .yw_chuixun .xinxi li .left {
		width: 60px;
	}
	section.contents .yw_chuixun .xinxi li input {
	    width: 80%;
	}
	section.contents .yw_chuixun .xinxi li .select {
	    width: 80%;
	}
	section.contents .yw_chuixun .xinxi .option {
	    margin-left: 60px;
	    width: 80%;
	}
	section.contents .yw_chuixun .sf_kehu .shifou {
	    font-size: 14px;
	    margin-right: 10px;
	}

	section.contents .yw_chuixun .xuqiu textarea {
	    width: 89.8%;
	    margin-left: 60px;
	}
	section.contents .yw_chuixun .xuqiu .left {
	    font-size: 14px;
	}
	section.contents .yw_chuixun .qudao .zhao {
	    font-size: 14px;
	    margin-right: 10px;
	}
	section.contents .yw_chuixun .qudao .teshu .select {
	    width: 300px;
	    font-size: 14px;
	}
	section.contents .yw_chuixun .qudao .teshu .option {
	    width: 300px;
	    font-size: 14px;
	}
	section.contents .jieshao .text .text1 {
		font-size: 14px;
	}
	section.contents .jieshao .text .text2 {
	    font-size: 12px;
	    margin-top: 10px;
	}
	section.contents .yw_chuixun .qudao .teshu .option .item {
		font-size: 14px;
	}
	section.contents .yw_chuixun .xinxi .option .item {
		font-size: 14px;
	}
	section.contents .yw_chuixun .submit a {
	    width: 100px;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	}
	section.contents .questions li .con .img:hover img {
		transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
	}

}

@media screen and (max-width: 640px) {
	section.contents .yw_chuixun .xuqiu textarea {
	    width: 79.4%;
	}	
}

@media screen and (max-width: 634px) {
	section.contents .yw_chuixun .xinxi .option {
	    margin-left: 0px;
	    width: 80%;
	    top: 61px;
	}
}



@media screen and (max-width: 414px) {
	section.contents .yw_chuixun .sf_kehu .shifou {
		display: block;
		margin-bottom: 5px;
	}
	section.contents .yw_chuixun .xuqiu .left {
		position: static;
		display: block;
	}
	section.contents .yw_chuixun .xuqiu textarea {
		margin-left: 0;
		width: 89%;
	}
	section.contents .yw_chuixun .xinxi li .left {
		display: block;
		margin-bottom: 5px;
	}
	section.contents .yw_chuixun .xuqiu .left {
		margin-bottom: 5px;
	}
	section.contents .yw_chuixun .qudao .zhao {
		margin-bottom: 5px;
	}
	section.contents .yw_chuixun .title .left .content1 {
		margin-right: 5px;
	}
	section.contents .yw_chuixun .title .right .img {
		display: none;
	}
	section.contents .yw_chuixun .title .right .text {
		margin-right: 0;
	}

	section.contents .questions li {
		width: 100%;
	} 
	section.contents .questions li:nth-child(1) {
	    padding-right: 0px;
	}
	section.contents .questions li:nth-child(3) {
	    padding-right: 0px;
	}
	section.contents .questions li:nth-child(2n) {
	    padding-left: 0px;
	}
	section.contents .yw_chuixun {
	    width: 100%;
	    padding-left: 10px;
	    padding-right: 10px;
	}	
	section.contents .yw_chuixun .xinxi .option {
		top: 70px;
	}
	.inside-banner .title {
		top: 35%;
		font-size: 16px;
		line-height: 20px;
	}
	.inside-banner .content {
		top: 40%;
		width: 100%;
		text-align: center;
	}	
}