@charset "utf-8";
html, body,.g-wp {height: 100%;}
.g-wp .swiper-container-1{width:100%;height:100%;position: relative;}
.swiper-container-1 .swiper-button-next-1{ 
	background:url(/images/h1.png) center no-repeat; width:19px; height:54px; position:absolute; left:50%; bottom:0.1rem; margin-left:-10px; z-index:99;cursor:pointer;outline:none;
	animation: myfirst 1s linear 1s infinite alternate;
	/* Firefox: */
	-moz-animation: myfirst 1s linear 1s infinite alternate;
	/* Safari 鍜 Chrome: */
	-webkit-animation: myfirst 1s linear 1s infinite alternate;
	/* Opera: */
	-o-animation: myfirst 1s linear 1s infinite alternate;
}
@keyframes myfirst
{
from {bottom:0.3rem;}
to {bottom:0.1rem;}
}

@-moz-keyframes myfirst /* Firefox */
{
from {bottom:0.3rem;}
to {bottom:0.1rem;}
}

@-webkit-keyframes myfirst /* Safari 鍜 Chrome */
{
from {bottom:0.3rem;}
to {bottom:0.1rem;}
}

@-o-keyframes myfirst /* Opera */
{
from {bottom:0.3rem;}
to {bottom:0.1rem;}
}


.header{box-shadow:0 0 6px #ccc;position: fixed;left:0;top:0;z-index: 2;background:#fff;}
.box{padding-top:90px;box-sizing:border-box;height:100%;overflow:hidden;background: #f7f7f7;}
.box1{}
.box2{background:#f7f7f7;} 
.box3{ background:#f7f7f7} 


.box2 .g-in2{position: relative;height:100%;}
.box2 .box2-b{position: absolute;top:50%;left:0;width:100%;transform: translateY(-50%);}
.box2 .tit{text-align: center;margin-bottom:40px;}
.box2 .tit .h{font-size:48px;font-weight:lighter;}
.box2 .tit .e{font-size:14px;color:#0066ac;font-family:arial;}
.box2 .tit .p{font-size:16px;line-height:40px;color:#999999;}
.box2 .cont ul li{float: left;width:18%;margin-right:2.5%;background:#fff;padding-top:20px;padding-bottom:20px;box-shadow:0 0 6px #ccc;transition: all 0.5s;}
.box2 .cont ul li:nth-child(5){margin-right:0;}
.box2 .cont ul li .pic{height:138px;text-align: center;line-height:138px;margin-bottom:20px;position: relative;}
.box2 .cont ul li .pic img{vertical-align: middle;position: relative;z-index:2;}
.box2 .cont ul li .pic em{border:14px solid rgba(0,102,172,0.4);width:110px;height:110px;position: absolute;left:50%;margin-left:-69px;top:0;border-radius:50%;background:#fff;opacity:0;}
.box2 .cont ul li .txt .h{font-size:18px;padding-bottom:20px;position: relative;text-align: center;margin-bottom:30px;}
.box2 .cont ul li .txt .h:after{position: absolute;width:50px;height:2px;content:"";background:#eeeeee;left:50%;margin-left:-25px;bottom:0;}
.box2 .cont ul li .txt .p{font-size:15px;line-height:25px;color:#999999;text-align: center;padding:0 25px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;height:75px;}
.box2 .cont ul li .txt .m{width:20px;height:20px;background:url(/images/i39.png) no-repeat center;margin:15px auto 0;}
.box2 .cont ul li:hover{background:#0066ac;transform: translateY(-15px);}
.box2 .cont ul li:hover .h{color:#fff;} 
.box2 .cont ul li:hover .txt .h:after{background:#fff;}
.box2 .cont ul li:hover .txt .p{color:#fff;}
.box2 .cont ul li:hover .pic em{opacity:1;}

@media all and (max-width:1479px){
    .box2 .cont ul li{padding:10px 0;}
    .box2 .cont ul li .pic{margin-bottom:10px;}
    .box2 .cont ul li .txt .h{margin-bottom:10px;}
}

@media all and (max-width:1279px){
    .box2 .tit .h{font-size:38px;}
    .box2 .tit{margin-bottom:30px;}
    .box2 .cont ul li .txt .p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;height:60px;}
}

@media all and (max-width:999px){
    .box2 .tit .h{font-size:30px;}
    .box2 .tit{margin-bottom:20px;}
    .box2 .cont ul li .txt .p{display:none;}
    .box2 .cont ul li .pic{height:69px;line-height:69px;}
    .box2 .cont ul li .pic em{width:55px;height:55px;border:7px solid rgba(0,102,172,0.4);margin-left:-35px;top:8px;}
    .box2 .cont ul li .pic img{transform: scale(0.5);}
}

@media all and (max-width:799px){
	.box2 .tit .h{font-size:25px;}
    .box2 .tit .p{font-size:14px;line-height:24px;}
    .box2 .cont ul li{background:#0066ac;}
	.box2 .cont ul li .h{color:#fff;} 
	.box2 .cont ul li .txt .h:after{background:#fff;}
	.box2 .cont ul li .txt .p{color:#fff;}
	.box2 .cont ul li .pic em{opacity:1;width:50px;height:50px;border:3px solid rgba(0,102,172,0.4);margin-left:-27px;top:8px;}
	.box2 .cont ul li .txt .h{font-size:14px;padding-bottom:10px;}
	.box2 .cont ul li .txt .m{width:12px;height:12px;background-size:contain;}
	.box2 .cont ul li .pic{margin-bottom:5px;}
    
}


.box3 .g-in2{position: relative;height:100%;background:#f7f7f7 url(h3.jpg) no-repeat center center;background-size:cover;}
.box3 .tit{text-align: center;width:280px;margin:0 auto;position:absolute;top:35%;left:50%;transform:translateY(calc(-50% - 0px));margin-left:-140px;}
.box3 .tit .h{font-size:48px;}
.box3 .tit .e{font-size:14px;color:#0066ac;font-family:arial;margin-bottom:10px;}
.box3 .tit .p{font-size:16px;color:#999999;}
.box3 .box3-b{position: absolute;top:50%;left:0;width:100%;transform: translateY(-50%);}
.box3 .box3-b ul li{float:left;width:298px;}
.box3 .box3-b ul li:nth-child(2n){float: right;}
.box3 .box3-b ul li .n{font-size:130px;color:rgba(179,179,179,0.2);font-family:arial;font-weight:bold;line-height:130px;}
.box3 .box3-b ul li .h{font-size:24px;line-height:35px;background:#f7f7f7;margin-top:-50px;position: relative;z-index:1;margin-bottom:10px;}
.box3 .box3-b ul li .p{font-size:15px;line-height:24px;text-align: justify;}
.box3 .box3-b ul:nth-child(1){margin-bottom:220px;}
.box3 .box3-b ul:nth-child(1) li:nth-child(1){margin-left:0;}
.box3 .box3-b ul:nth-child(1) li:nth-child(2){margin-right:0;}
.box3 .box3-b ul:nth-child(2) li{float:none;margin:0 auto;}

@media all and (max-width:1699px){
    .box3 .tit{transform:translateY(calc(-50% - 0px));}
    .box3 .box3-b ul:nth-child(1){margin-bottom:100px;}
    .box3 .box3-b ul:nth-child(1) li:nth-child(1){margin-left:100px;}
    .box3 .box3-b ul:nth-child(1) li:nth-child(2){margin-right:100px;}
	.box3 .box3-b ul li .n{ font-size:100px; line-height:100px}
}

@media all and (max-width:999px){
    .box3 .tit .h{font-size:30px;}
    .box3 .box3-b ul li .h{font-size:26px;}
}

@media all and (max-width:799px){
	.box3{background:#f7f7f7;}
	.box3 .tit{width:100%;position: static;margin-left:0;transform: translateY(0);margin-top:20px;}
	.box3 .tit .h{font-size:25px;}
    .box3 .tit .p{font-size:14px;line-height:24px;}
    .box3 .tit .e{margin-bottom:0;}
    .box3 .box3-b ul li .n{font-size:90px;line-height:100px;}
    .box3 .box3-b ul li .h{font-size:22px;line-height:40px;margin-top:-60px;}
    .box3 .box3-b ul li{width:49%;}
    .box3 .box3-b ul:nth-child(1){margin-bottom:15px;}
    .box3 .box3-b ul li .p{font-size:13px;}
    
}

.box4 .g-in2{position: relative;height:100%;}
.box4 .box4-b{position: absolute;top:50%;left:0;width:100%;transform: translateY(-50%);}
.box4 .tit{text-align: center;margin-bottom:25px;position: relative;}
.box4 .tit .h{font-size:48px;font-weight:lighter;}
.box4 .tit .e{font-size:14px;color:#0066ac;font-family:arial;}
.box4 .tit .p{font-size:16px;line-height:40px;color:#999999;}
.box4 .tit .m {position: absolute;right:0;bottom:0;text-align: left;}
.box4 .tit .m a{display:block;font-size:14px;line-height:38px;border:1px solid #fff;padding-left:28px;width:110px;border-radius:5px;margin:20px auto 0;color:#fff;background:rgba(0,102,172,1) url(/images/h13.png) no-repeat right 26px center;}

.box4 .cont{display:flex;justify-content:space-between;}
.box4 .cont .b4-l{float: left;width:24%;position: relative;margin-right:1.3333%;}
.box4 .cont .b4-m{float: left;width:625px;position: relative;}
.box4 .cont .b4-r{float: right;width:24%;}
.box4 .cont .b4-l .txt{position: absolute;left:0;top:0;width:100%;height:100%;padding:45px 30px;box-sizing:border-box;background:rgba(0,0,0,0.3);}
.box4 .cont .b4-l .txt .t{font-size:16px;color:#fff;font-family:arial;margin-bottom:25px;}
.box4 .cont .b4-l .txt .h{font-size:18px;color:#fff;line-height:30px;}
.box4 .cont .b4-m .txt{position: absolute;left:0;top:0;width:100%;height:100%;padding:45px 30px;box-sizing:border-box;background:rgba(0,0,0,0.3);}
.box4 .cont .b4-m .txt .t{font-size:16px;color:#fff;font-family:arial;margin-bottom:25px;}
.box4 .cont .b4-m .txt .h{font-size:22px;color:#fff;line-height:30px;}
.box4 .cont .b4-m .txt .p{font-size:16px;line-height:30px;color:#fff;margin-top:60px;}
.box4 .cont .b4-m .txt .m{width:160px;height:45px;font-size:16px;line-height:45px;background:#333;color:#fff;text-align: center;margin-top:100px;}
.box4 .cont .b4-m .txt .m:hover{background:#0066ac;}
.box4 .cont .b4-r ul li{position: relative;}
.box4 .cont .b4-r ul li .txt{position: absolute;left:0;top:0;width:100%;height:100%;padding:45px 30px;box-sizing:border-box;background:rgba(0,0,0,0.3);}
.box4 .cont .b4-r ul li .txt .t{font-size:16px;color:#fff;font-family:arial;margin-bottom:25px;}
.box4 .cont .b4-r ul li .txt .h{font-size:18px;color:#fff;line-height:30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;text-overflow: ellipsis;height: 60px;}
.box4 .cont .b4-r ul li:nth-child(1){margin-bottom:30px;}
.box4 .cont .b4-r ul li:hover .txt{background:rgba(0,102,172,0.8);}
.box4 .cont .b4-m:hover{box-shadow:0 0 6px #999;}

@media all and (max-width:1419px){
    .box4 .cont .b4-l,.box4 .cont .b4-r{width:26%;}
    .box4 .cont .b4-m{width:46%;}
    .box4 .cont .b4-m .txt .h,.box4 .cont .b4-m .txt .p,.box4 .cont .b4-r ul li .txt .h{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;height: 60px;}
    .box4 .cont .b4-m .txt .p{margin-top:20px;}
    .box4 .cont .b4-m .txt .m{margin-top:40px;}
}

@media all and (max-width:799px){
    
    
}



.box5 .g-in2{position: relative;height:100%;}
.box5 .box5-b{position: absolute;top:50%;left:0;width:100%;transform: translateY(-50%);}
.box5 .tit{text-align: center;margin-bottom:40px;position: relative;}
.box5 .tit .h{font-size:48px;font-weight:lighter;}
.box5 .tit .e{font-size:14px;color:#0066ac;font-family:arial;}
.box5 .tit .p{font-size:16px;line-height:40px;color:#999999;}
.box5 .tit .m {position: absolute;right:1%;bottom:0;text-align: left;}
.box5 .tit .m a{display:block;font-size:14px;line-height:38px;border:1px solid #fff;padding-left:28px;width:110px;border-radius:5px;margin:20px auto 0;color:#fff;background:rgba(0,102,172,1) url(/images/h13.png) no-repeat right 26px center;}

.box5 ul li{float:left;width:23%;margin:0 1%;position: relative;}
.box5 ul li .txt{position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,0.5);}
.box5 ul li .txt .c{position:absolute;padding:0 30px;top:30%;}
.box5 ul li .txt .h{font-size:18px;line-height:30px;color:#fff;padding-bottom:20px;position: relative;margin-bottom:40px;}
.box5 ul li .txt .h:after{position: absolute;width:36px;height:1px;background:#fff;left:0;bottom:0;content:"";}
.box5 ul li .txt .p{font-size:15px;line-height:30px;color:#fff;}
.box5 ul li .txt .m{font-size:14px;line-height:40px;width:140px;text-align: center;color:#fff;background:#0066ac;margin-top:70px;display:none;}
.box5 ul li:hover .txt{background:rgba(0,102,172,0.8);box-shadow:0 0 6px #999;}
.box5 ul li:hover .txt .m{display:block;}

.box6 .b6-l{float: left;width:640px;}
.box6 .b6-l .tit{margin-bottom:40px;}
.box6 .b6-l .tit .h{font-size:48px;font-weight:lighter;}
.box6 .b6-l .tit .e{font-size:14px;color:#0066ac;font-family:arial;margin-bottom:20px;}
.box6 .b6-l .tit .p{font-size:16px;line-height:28px;color:#999999;}
.box6 .b6-l ul li{float:left;width:50%;margin-top:40px;}
.box6 .b6-l ul li .pic{float: left;width:100px;height:74px;line-height:74px;}
.box6 .b6-l ul li .pic img{vertical-align:middle;}
.box6 .b6-l ul li .txt{float: left;}
.box6 .b6-l ul li .txt .n{font-size:50px;line-height:50px;color:#444444;font-family:arial;font-weight:bold;}
.box6 .b6-l ul li .txt .h{font-size:22px;line-height:24px;color:#888888;}
.box6 .b6-r{float:right;width:670px;}
.box6 .b6-r .tit{margin-bottom:20px;position: relative;}
.box6 .b6-r .tit .h{font-size:48px;font-weight:lighter;}
.box6 .b6-r .tit .e{font-size:14px;color:#0066ac;font-family:arial;margin-bottom:20px;}
.box6 .b6-r .tit .m{font-size:14px;line-height:24px;padding-left:22px;background:url(/images/h18.png) no-repeat left center;color:#0066ac;text-decoration: underline;color:#0066ac;position: absolute;right:0;bottom:30px;}
.box6 .b6-r .tit .m a{color:#0066ac;}
.box6 .b6-r .cont .cont-t .txt{float: left;font-size:15px;line-height:30px;}
.box6 .b6-r .cont .cont-t .pic{float: right;}
.box6 .b6-r .cont .cont-t .pic ul li{margin-left:40px;float:left;}
.box6 .b6-r .cont .cont-t .pic ul li p{font-size:14px;line-height:30px;text-align: center;color:#999999;}
.box6 .b6-r .cont .cont-t{margin-bottom:20px;}
.box6 .b6-r .cont .cont-b{box-shadow: -4px 4px 4px #999;}
.box6 .b6-r .cont .cont-b img{ padding-top:5px}

.box6{padding-bottom:242px;}
.box6 .g-in2{position: relative;height:100%;}
.box6 .box6-b{position: absolute;top:50%;left:0;width:100%;transform: translateY(-50%);}
.b-foot{background:url(/images/h17.jpg) no-repeat center;background-size: cover;position: absolute;left:0;bottom:0;width:100%}
.b-foot .b-f-t{padding:45px 0; display:none}
.b-foot .b-f-t .h{font-size:28px;color:#fff;text-align: center;}
.b-foot .b-f-t .m a{display:block;font-size:14px;line-height:38px;border:1px solid #fff;padding-left:28px;width:110px;border-radius:5px;margin:20px auto 0;color:#fff;background:url(/images/h13.png) no-repeat right 26px center;}
.b-foot .b-f-b{font-size:12px;line-height:24px;color:#fff;padding:25px 0;background: rgba(0,0,0,0.4);}
.b-foot .b-f-b .l{float: left;}
.b-foot .b-f-b .f{float: right;}


@media all and (max-width:1800px){
    .box6 .b6-l .tit{margin-bottom:30px;}
    .box6 .b6-l .tit .h{font-size:38px;}
    .box6 .b6-l .tit .e{margin-bottom:10px;}
    .box6 .b6-r .tit .h{font-size:38px;}
    .box6 .b6-r .tit .e{margin-bottom:10px;}
    .box6 .b6-l ul li{margin-top:30px;}
    .box6 .b6-r .cont .cont-t{margin-bottom:10px;}
    .box6 .b6-r .tit{margin-bottom:0;}
    .box6 .b6-l ul li .txt .n{font-size:40px;}
    .b-foot .b-f-t{padding:30px 0;}
}

	.box6 .b6-l{ width:540px}
	.box6 .b6-r{ width:570px}
	.box6 .b6-l ul li .txt .h{ font-size:20px}
	.box6{ padding-bottom:50px}
@media all and (max-width:1479px){.b-foot .b-f-t{ display:none}}
.x_sj{ display:none}

.box1_sj{ width:100%}
.box1_sj img{ width:100%}

.box2_sj{ width:100%; margin-top:30px}
.box2_sj .box2-b{}
.box2_sj .box2-b .tit{ width:100%; text-align:center}
.box2_sj .box2-b .tit .h{ font-size:18px; color:#333; font-weight:bold}
.box2_sj .box2-b .tit .p{ font-size:12px; padding:0 5%; color:#999999}
.box2_sj .cont ul li{ width:100%; padding:15px 0; border-bottom:1px solid #ccc}
.box2_sj .cont ul li .pic{ width:100px; height:100px; float:left}
.box2_sj .cont ul li .txt{ width:calc(100% - 110px); float:right}
.box2_sj .cont ul li .txt .h{ font-size:16px; color:#333; margin-top:10px}
.box2_sj .cont ul li .txt .p{ font-size:12px; color:#999999; margin-top:5px; text-align:justify}
.box2_sj .cont ul li:nth-child(2n) .pic{ float:right}
.box2_sj .cont ul li:nth-child(2n) .txt{ float:left}
.box2_sj .cont ul li:nth-child(5){ border:0} 
.box3_sj{ width:100%; margin-top:30px; background:url(/images/x1.jpg) center center no-repeat; background-size:cover; padding:25px 0 10px}
.box3_sj .tit{ width:100%; text-align:center}
.box3_sj .tit .h{ font-size:18px; color:#333; font-weight:bold}
.box3_sj .tit .p{ font-size:12px; padding:0 5%; color:#999999}
.box3_sj .box3-b ul li{ width:100%; padding:15px 0; border-bottom:1px solid #ccc}
.box3_sj .box3-b ul li .n{ font-size:16px; color:#333; width:100px; float:left}
.box3_sj .box3-b ul li .n img{ width:80px}
.box3_sj .box3-b ul li .p{ font-size:12px; color:#666; text-align:justify; margin-top:5px; float:left; width:calc(100% - 100px)}
.box3_sj .box3-b ul li:nth-child(3){ border-bottom:0}

.box4_sj{ width:100%; margin-top:30px}
.box4_sj .box4-b{}
.box4_sj .box4-b .tit{ width:100%; text-align:center}
.box4_sj .box4-b .tit .h{ font-size:18px; color:#333; font-weight:bold}
.box4_sj .box4-b .tit .p{ font-size:12px; padding:0 5%; color:#999999}
.box4_sj .cont{ width:100%; margin-top:2%}
.box4_sj .cont .b4-l{ width:49%; margin-top:2%; float:left; position:relative}
.box4_sj .cont .b4-l img{ width:100%}
.box4_sj .cont .b4-l:nth-child(2n){ float:right}
.box4_sj .cont .b4-l .txt{position: absolute;left:0;top:0;width:100%;height:100%;padding:10% 5%;box-sizing:border-box;background:rgba(0,0,0,0.3);}
.box4_sj .cont .b4-l .txt .t{font-size:12px;color:#fff;font-family:arial;margin-bottom:10px;}
.box4_sj .cont .b4-l .txt .h{font-size:13px;color:#fff;line-height:25px;}
.box4_sj .box4-b .m { text-align:center;}
.box4_sj .box4-b .m a{display:block;font-size:14px;line-height:38px;border:1px solid #fff;width:110px;border-radius:5px;margin:3% auto 0;color:#fff;background:rgba(0,102,172,1);}

.box5_sj{ width:100%; margin-top:30px}
.box5_sj .box5-b{}
.box5_sj .box5-b .tit{ width:100%; text-align:center}
.box5_sj .box5-b .tit .h{ font-size:18px; color:#333; font-weight:bold}
.box5_sj .box5-b .tit .p{ font-size:12px; padding:0 5%; color:#999999}
.box5_sj .cont{ width:100%; margin-top:2%}
.box5_sj .cont li{ width:49%; margin-top:2%; float:left; position:relative}
.box5_sj .cont li img{ width:100%}
.box5_sj .cont li:nth-child(2n){ float:right}
.box5_sj .cont li .txt{position: absolute;width:100%;height:100%;left:0;top:0;background:rgba(0,102,172,0.3);}
.box5_sj .cont li .txt .c{ padding:10%}
.box5_sj .cont li .txt .h{font-size:14px;line-height:25px;color:#fff;padding-bottom:20px;position: relative;margin-bottom:40px;}
.box5_sj .cont li .txt .h:after{position: absolute;width:26px;height:1px;background:#fff;left:0;bottom:0;content:"";}
.box5_sj .cont li .txt .p{font-size:15px;line-height:30px;color:#fff;}
.box5_sj .cont li .txt .m{font-size:12px;line-height:30px;width:100px;text-align: center;color:#fff;background:#0066ac;margin-top:40px; display:none}
.box5_sj .box5-b .m { text-align:center;}
.box5_sj .box5-b .m a{display:block;font-size:14px;line-height:38px;border:1px solid #fff;width:110px;border-radius:5px;margin:3% auto 0;color:#fff;background:rgba(0,102,172,1);}

.box6_sj{ width:100%; margin-top:30px}
.box6_sj .box6-b{}
.box6_sj .box6-b .tit{ width:100%; text-align:center}
.box6_sj .box6-b .tit .h{ font-size:18px; color:#333; font-weight:bold}
.box6_sj .box6-b .tit .p{ font-size:12px; padding:0 5%; color:#999999}
.box6_sj .box6-b .b6-l ul{ width:100%}
.box6_sj .box6-b .b6-l ul li{ width:50%; float:left; margin-top:15px}
.box6_sj .box6-b .b6-l ul li .pic{ width:60px; float:left; text-align:center; margin-right:10px}
.box6_sj .box6-b .b6-l ul li .pic img{ height:50px}
.box6_sj .box6-b .b6-l ul li .txt{ float:left}
.box6_sj .box6-b .b6-l ul li .txt .n{ font-size:20px; color:#333}
.box6_sj .box6-b .b6-l ul li .txt .h{ font-size:12px; color:#888888}

.box6_sj .b6-r{ margin-top:30px}
.box6_sj .b6-r .txt{ font-size:12px; color:#333; margin-top:10px; width:65%; float:left;}
.box6_sj .b6-r .txt p{ margin-bottom:5px}
.box6_sj .b6-r .pic{ width:32%; float:right; text-align:center}
.box6_sj .b6-r .pic img{ max-width:100%}
.box6_sj .b6-r .cont-b{ width:100%; margin-top:10px}
.box6_sj .b6-r .cont-b img{ width:100%}
.box6_sj .m { text-align:center;}
.box6_sj .m a{display:block;font-size:14px;line-height:38px;border:1px solid #fff;width:130px;border-radius:5px;margin:3% auto 0;color:#fff;background:rgba(0,102,172,1);}


.b-foots{background:url(/images/h17.jpg) no-repeat center;background-size: cover;width:100%; margin-top:30px}
.b-foots .b-f-t{padding:25px 0;}
.b-foots .b-f-t .h{font-size:18px;color:#fff;text-align: center;}
.b-foots .b-f-t .m a{display:block;font-size:12px;line-height:30px;border:1px solid #fff;width:110px;border-radius:5px;margin:20px auto 0;color:#fff; background:none}
.b-foots .b-f-b{font-size:12px;line-height:25px;color:#fff;padding:10px 0;background: rgba(0,0,0,0.4);}
.b-foots .b-f-b .l{ width:100%; text-align:center}
.b-foots .b-f-b .f{ float:right}
@media all and (max-width:1200px){
	.b-foots .b-f-b .f{ width:100%; text-align:center}
}



































































































































































@media all and (max-width:1200px){
	.g-wp{ max-width:750px; margin:0 auto}
	.g-wp .swiper-container-1{ display:none}
	.header{ max-width:750px; margin:0 auto; position:relative}
	.u-menu{ display:block; right:0}
	.x_sj{ display:block}
	.box6_sj .box6-b .b6-l ul li .pic img{ height:40px}
	.box6_sj .box6-b .b6-l ul li .pic{ width:50px}
	.box6_sj .box6-b .b6-l ul li .txt .h{ font-size:11px}
}













































<!--0.00018811225891113-->