@charset "utf-8";
/* CSS Document */

*{padding:0; margin:0;}
ul li{list-style:none;}
img{border:none;}
.clearfix{clear:both;}

.banner{width:100%; margin:auto;}
.banner img{ width:100%; border:none;}

.part1 h2,.part2 h2,.part3 h2,.part4 h2,.part5 h2,.part6 h2,.part7 h2{ text-align:center; font-weight:bold; color:#3f210c; font-family:"微软雅黑";}
.part1 h3,.part2 h3,.part2 h3,.part2 h3,.part2 h3,.part2 h3{text-align:center; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase;}
.a{width:100%;}
.a li{width:30%; float:left; margin-left:2.5%;}
.a li img{width:100%;}
.part1 h5{color:#fff; text-align:center; font-weight:bold;}
.part1 p,.part2 p{color:#fff; margin:auto; width:90%;}
.a_txt{width:100%; background: url(../images/a_bg.png) center bottom no-repeat #f8ac19; background-size:100%;}
.btn1{width:46%; background:#f59013; text-align:center; margin:10px auto;}
.btn1 a{width:46%; text-decoration:none; color:#fff;}
.part2{width:100%; }
.b_bg{width:8%; margin:auto;}
.b_bg img{width:100%;}
.part2 h2,.part3 h2,.part5 h2,.part7 h2{color:#fff;}
.b{width:90%; margin:auto;}
.b li{float:left; width:25%;border:1px solid #f8ac19;}
.b li.right{float:left; margin-left:47%; width:25%;border:1px solid #f8ac19; }
.part2 h5{ text-align:center; color:#f8ac19; }
.b_last{width:25%;border:1px solid #f8ac19;}
.b_bottom{width:92%; margin:10px auto; border:1px solid #888;}
.b_title{ width:100%; background:#f8ac19; color:#fff; text-align:center;}
.b_l{width:32%; float:left;}
.b_l img{width:100%;}
.b_r{width:67%; float:left; margin-left:0.5%; color:#020202;}
.btn2{width:46%; margin:auto; text-align:center; background:#f59013;}
.btn2 a{text-decoration:none; color:#fff;}
.part3{width:100%; background:#f8ac19;}
.part3_p{color:#333; width:94%; margin:10px auto;}
.c{ padding:0% 0%; width:94%; margin:auto;}
.c li{ float:left; width:100%; text-align:left; position: relative; margin-top:3%; overflow:hidden;}
.c li img{ width:100%; margin-bottom:0px;display: block;}
.btn3{width:40%; margin:auto; text-align: center; background:#f59013;}
.btn3 a{width:40%; color:#fff; text-decoration:none;}
.part4{margin:20px auto; width:100%;}
.part5{width:100%;  background:#3f210c;}
.liucheng{background:#5a402e; margin:auto;}
.liucheng td{width:33.3%; text-align:center; color:#fff;}
.liucheng img{width:100%;}
.part7{background:#f8ac19; width:100%; margin-top:30px; }
.part7 h2{color:#fff;}
.part6 p{color:#333333;}
.active{background:#f59013;}
.jiejian{width:96%;margin:auto;display:none;}
.pic_6{width:40%; float:left;}
.pic_6 img{width:100%;}
.txt_6{width:60%; float:left;}
input{width:22.5%; margin:10px 0; border:none; background:#f8ac19; color:#fff; }
#zhuanjia{width:94%; margin:auto;}
.btn4{width:35%; float:left; background:#f59013; text-align:center; margin-left:10%;}
.btn4 a{text-decoration:none; color:#fff;}
.btn5{width:35%; float:left; background:#e90000; text-align:center; margin-left:10%;}
.btn5 a{color:#fff; text-decoration:none;}
strong{color:#a90000;}
strong a{color:#a90000; text-decoration:none;}
.tabs{width:100%; margin:auto;}
.tabs-nav{width:94%; margin:auto;}
.tabs-nav a{background:#ffda91; line-height:30px; color:#333333; width:33%; text-align:center;display:inline-block; float:left; text-decoration: none; margin-right:1px;}
.tabs-nav .on{background:#f8ac19; position:relative;}
.tabs-content{display: block;margin-top:-1px; width:100%;}
.tabs-content_hide{display: none;}
.pic_5{width:40%; float:left;}
.pic_5 img{ width:100%;}
.txt_5{width:55%; float:left; margin-left:3%;}
.txt_5 p{color:#fff; text-indent:2em;}
.xuan_a{width:94%; margin:20px auto;}
.xuan_a p{width:66%; color:#f8ac19; padding-left:2%; border:1px solid #f8ac19; float:left; text-indent:0;}
.btn8{width:30%; background:#f8ac19; float:left;text-align:center; border-radius:0 5px 5px 0;}
.btn8 img{ width:100%;}
.btn8 a{ font-weight: bold; color:#333333; text-decoration:none;}

.tab{width:94%; margin:auto;}
.tab-nav a{background:#ffda91; line-height:30px; color:#333333; width:33%; text-align:center;display:inline-block; float:left; text-decoration: none; margin-right:1px;}
.tab-nav .on{background:#f8ac19; position:relative;}
.tab-content{display: block;border:1px solid #a0b3d6; margin-top:-1px; width:99%;}
.tab-content_hide{display: none;}
.title{width:100%; margin-bottom:10px;}
.title img{width:100%; border:none;}


.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
}




.my_header{width: 100%;height: auto;}
.allfive{width: 100%;position: relative;height: 100%;}
.arrow{width: 39px;height: 61px;background: url("../images/arrow.png") no-repeat center;background-size: 39px;position: absolute;margin-top: -36px;z-index: 2;}
.arrows{width: 39px;height: 61px;background: url("../images/arrows.png") no-repeat center;background-size: 39px;position: absolute;margin-top: -36px;z-index: 2;}
.arrow_left,.arrow1_left,.arrow2_left,.arrow3_left,.arrow4_left,.arrow5_left{background-position:0 0;top: 48%;left: 2%;}
.arrow_right,.arrow1_right,.arrow2_right,.arrow3_right,.arrow4_right,.arrow5_right{background-position:0 -61px;top: 48%;right: 2%;}
.other0{padding: 8px 0;}
.other2{width:80%;margin: 0 auto; text-align:center; line-height:25px;}
.other2 img{width:100%;-ms-interpolation-mode: bicubic; border:none; vertical-align:top;}




@media screen and (min-width:320px)
{
.part1,.part2,.part3,.part4,.part5,.part6{margin-top:16px;}
.part1 h2,.part2 h2,.part3 h2,.part4 h2,.part5 h2,.part6 h2,.part7 h2{ font-size:14px; line-height:20px;}
.part1 h3,.part2 h3,.part2 h3,.part2 h3,.part2 h3,.part2 h3{ font-size:9px; line-height:14px;}
.part1 h5{font-size:12px; line-height:18px;}
.a_txt{height:100px;}
.part1 p,.part2 p,.part3 p,.part6 p{font-size:12px; line-height:18px;}
.btn1{font-size:14px; line-height:28px; height:28px; border-radius:14px;}
.part2{padding:20px 0;background:url(../images/b1.png) 49% 46% no-repeat #3f210c; background-size:36%;}
.b_bg{margin-top:-30px;}
.b li{padding:8px 0; border-radius:10px; margin:12px 0; height:88px;}
.b_last{padding:8px 0; border-radius:10px; float:left; margin:-80px 0  0 37%;}
.part2 h5{ font-size:12px; line-height:18px;}
.b_title{font-size:12px; line-height:24px; height:24px; margin-bottom:8px;}
.b_r p{font-size:12px; line-height:16px;}
.btn2,.btn3{font-size:12px; line-height:18px; height:18px; border-radius:8px; margin:6px auto;}
.part3,.part5,.part7{ padding:20px 0;}
.dinwei{overflow:hidden;position:absolute;top:7%; left:28%;margin-left:0px; display:inline;text-align:left;}
.dinwei .qst_p1{ font-size:14px; line-height:20px; color:#000; text-align:center; margin-left:-7%;}
.dinwei .qst_p2{font-size:0.652rem; line-height:1.1rem;  color:#666666;}
.dinwei_01{overflow:hidden;position:absolute;top:7%; right:28%; left:2%;margin-left:0px; display:inline;text-align:left;}
.dinwei_01 .qst_p1{ font-size:0.625rem; line-height:1.1rem; color:#000; text-align:center; margin-left:3%;}
.dinwei_01 .qst_p2{font-size:0.625rem; line-height:1.1rem;  color:#666666;}
.liucheng td{font-size:12px; line-height:18px;}
.txt_6 h5{font-size:14px; line-height:20px;}
.txt_6 span{font-size:12px;}
.btn4,.btn5{margin-top:6px; font-size:12px; line-height:24px; border-radius:8px;}
input{font-size:12px; line-height:18px;}
.tabs-nav a{font-size:12px; line-height:20px; height:20px;}
.tabqh .menu li{height:36px;line-height:36px;font-size:14px;}
.txt_5 p{font-size:12px; line-height:18px; padding-top:12px;}
.xuan_a p{font-size:12px; line-height:16px; }
.btn8 a{font-size:16px; line-height:50px;}
}


@media screen and (min-width:400px)
{
.part1,.part2,.part3,.part4,.part5,.part6{margin-top:20px;}
.part1 h2,.part2 h2,.part3 h2,.part4 h2,.part5 h2,.part6 h2,.part7 h2{ font-size:20px; line-height:28px;}
.part1 h5{font-size:14px; line-height:20px;}	
.part1 p,.part2 p,.part3 p,.part6 p{font-size:14px; line-height:20px;}
.a_txt{height:110px; }
.btn1{font-size:18px; line-height:36px; height:36px; border-radius:18px;}
.part2{padding:30px 0;background:url(../images/b1.png) 49% 40% no-repeat #3f210c; background-size:40%;}
.b_bg{margin-top:-43px;}
.b li{padding:10px 0; border-radius:10px; margin:20px 0;height:100px; }
.part2 h5{ font-size:16px; line-height:24px;}
.b_last{padding:10px 0; border-radius:10px; float:left; margin:-80px 0  0 37%;}
.b_title{font-size:16px; line-height:30px; height:30px;margin-bottom:12px;}
.b_r p{font-size:14px; line-height:18px;}
.btn2,.btn3{font-size:16px; line-height:24px; height:24px; border-radius:10px; margin:10px auto;}
.part3,.part5,.part7{padding:30px 0;}
.dinwei{overflow:hidden;position:absolute;top:10%; left:29%;margin-left:0px; display:inline;text-align:left;}
.dinwei .qst_p1{ font-size:16px; line-height:24px; color:#000; text-align:center; margin-left:-7%;}
.dinwei .qst_p2{font-size:0.625rem; line-height:1.1rem;  color:#666666;}
.dinwei_01{overflow:hidden;position:absolute;top:10%; left:2%; right:28%;margin-left:0px; display:inline;text-align:left;}
.dinwei_01 .qst_p1{ font-size:0.625rem; line-height:1.1rem; color:#000; text-align:center; margin-left:3%;}
.dinwei_01 .qst_p2{font-size:0.625ren; line-height:1.1rem;  color:#666666;}
.liucheng td{font-size:15px; line-height:24px;}
.txt_6 h5{font-size:16px; line-height:24px;}
.txt_6 span{font-size:12px;}
.btn4,.btn5{margin-top:10px; font-size:14px; line-height:30px; border-radius:10px;}
input{font-size:14px; line-height:20px;}
.tabs-nav a{font-size:14px; line-height:22px; height:22px;}
.tabqh .menu li{height:42px;line-height:42px;font-size:16px;}
.txt_5 p{font-size:14px; line-height:22px; padding-top:16px;}
.xuan_a p{font-size:14px; line-height:20px; }
.btn8 a{font-size:18px; line-height:62px;}
}


@media screen and (min-width:500px)
{
.part1,.part2,.part3,.part4,.part5,.part6{margin-top:24px;}
.part1 h2,.part2 h2,.part3 h2,.part4 h2,.part5 h2,.part6 h2,.part7 h2{ font-size:30px; line-height:38px;}
.part1 h5{font-size:20px; line-height:24px;}
.part1 p,.part2 p,.part3 p,.part6 p{font-size:18px; line-height:24px;}
.a_txt{height:138px;}	
.btn1{font-size:22px; line-height:44px; height:44px; border-radius:22px;}	
.part2{padding:30px 0; background:url(../images/b1.png) 49% 46% no-repeat #3f210c; background-size:30%;}
.b_bg{margin-top:-52px;}
.b li{padding:10px 0; border-radius:12px; margin:40px 0; height:120px;}
.part2 h5{ font-size:22px; line-height:30px;}
.b_last{padding:10px 0; border-radius:12px; float:left; margin:-80px 0  0 37%;}
.b_title{font-size:22px; line-height:36px; height:36px; margin-bottom:16px;}
.b_r p{font-size:18px; line-height:24px; padding-top:30px;}
.btn2,.btn3{font-size:20px; line-height:30px; height:30px; border-radius:14px; margin:14px auto;}
.part3,.part5,.part7{ padding:30px 0;}
.dinwei{overflow:hidden;position:absolute;top:8%; left:28%;margin-left:0px; display:inline;text-align:left;}
.dinwei .qst_p1{ font-size:24px; line-height:40px; color:#000; text-align:center; margin-left:-6%;}
.dinwei .qst_p2{font-size:18px; line-height:26px;  color:#666666;}
.dinwei_01{overflow:hidden;position:absolute;top:8%; left:2%; right:28%;margin-left:0px; display:inline;text-align:left;}
.dinwei_01 .qst_p1{ font-size:24px; line-height:40px; color:#000; text-align:center; margin-left:3%;}
.dinwei_01 .qst_p2{font-size:18px; line-height:26px;  color:#666666;}
.liucheng td{font-size:18px; line-height:30px;}
.txt_6 h5{font-size:20px; line-height:30px;}
.txt_6 span{font-size:16px;}
.btn4,.btn5{margin-top:10px; font-size:18px; line-height:30px; border-radius:12px;}
.txt_6{padding:30px 0;}
input{font-size:18px; line-height:26px;}
.tabs-nav a{font-size:18px; line-height:28px; height:28px;}
.tabqh .menu li{height:50px;line-height:50px;font-size:18px;}
.txt_5 p{font-size:18px; line-height:28px; }
.xuan_a p{font-size:18px; line-height:24px; height:76px; }
.btn8 a{font-size:22px; line-height:78px; height:78px;}
}