@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站公共样式
 * @author: ishang_pan
 * @update: ishang_pan (2019-11-22 10:03)
 */

/*reset*/
*{-ms-touch-action: pan-y; touch-action: pan-y;}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin: 0; padding: 0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display: block;}
html{overflow-y: scroll;}
:root{overflow-y: auto; overflow-x: hidden;}
table{border-collapse: collapse; border-spacing: 0;}
caption,th{font-weight: normal;}
html,body,fieldset,iframe,abbr{border: 0;}
i,cite,em,var,address,dfn{font-style: normal;}
[hidefocus],summary{outline: 0;}
ul,ol,ul li,li,ol li{list-style: none;}
h1,h2,h3,h4,h5,h6,small{font-size: 100%;}
sup,sub{font-size: 83%;}
pre,code,kbd,samp{font-family: inherit;}
q:before,q:after{content: none;}
textarea{overflow: auto; resize: none;}
label,summary{cursor: default;}
a,button{cursor: pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight: bold;}
ins,u,s,a,a:hover{text-decoration: none;}
body,textarea,input,button,select,keygen,legend{font-family: "微软雅黑"; font-size: 16px; color: #454545; outline: 0;}
a{color: #3d3d3d; border: none; text-decoration: none; outline: none; hide-focus: expression(this.hideFocus=true);}
a:hover{text-decoration: none; }
a:focus{text-decoration: none; outline: 0; -moz-outline-style: none; }
img{border: 0 none; width: auto\9;/*  height: auto; */ vertical-align: top; -ms-interpolation-mode: bicubic;}
button,input,select,textarea{font-size: 100%; font-family: tahoma; margin: 0; outline: 0 none; vertical-align: baseline; _overflow: visible; *vertical-align: middle; *overflow: visible;}
body{background-color: #F0F0F0;}

/*function*/
.f-dn{display: none;}
.f-db{display: block;}
.f-fl{float: left;}
.f-fr{float: right;}
.f-pr{position: relative;}
.f-pa{position: absolute;}
.f-pf{position: fixed;}
.f-oh{overflow: hidden;}
.f-fwn{font-weight: normal;}
.f-fwb{font-weight: bold;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.f-csp{cursor: pointer;}
.f-csd{cursor: default;}
.f-csh{cursor: help;}
.f-csm{cursor: move;}
.f-bn{background: none!important;}
.u-bn{border: none;}
.f-usn{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.f-clear{margin: 0; padding: 0; height: 0; overflow: hidden; visibility: hidden; content: "."; clear: both; font-size: 0;}
.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
* html .f-clearfix{zoom: 1;}
*:first-child+html .f-clearfix{zoom: 1;}
.f-wd100{width: 100%;}
.f-npd{padding: 0;}
.f-nmg{margin: 0!important;}
.f-mlr2{margin: 0 2px;}
.f-mlr5{margin: 0 5px;}
.f-mlr10{margin: 0 10px;}
.f-mlr15{margin: 0 15px;}
.f-mlr20{margin: 0 20px;}
.f-mlrf5{margin: 0 -5px;}
.f-mlrf7{margin: 0 -7px;}
.f-mlrf10{margin: 0 -10px;}
.f-mlrf15{margin: 0 -15px;}
.f-mlrf20{margin: 0 -20px;}
.f-plr5{padding: 0 5px;}
.f-plr7{padding: 0 7px;}
.f-plr10{padding: 0 10px;}
.f-plr15{padding: 0 15px;}
.f-plr20{padding: 0 20px;}
.f-mb5{margin-bottom: 5px;}
.f-mb10{margin-bottom: 10px;}
.f-mb15{margin-bottom: 15px;}
.f-mb20{margin-bottom: 20px;}
.f-mb25{margin-bottom: 25px;}
.f-mb30{margin-bottom: 30px;}

/*webfont*/
@font-face {
    font-family: "FZDBSJW";
    src: url("../font/webfont/FZDBSJW.eot"); /* IE9 */
    src: url("../font/webfont/FZDBSJW.eot?#iefix") format("embedded-opentype"),
    url("../font/webfont/FZDBSJW.woff") format("woff"),
    url("../font/webfont/FZDBSJW.ttf") format("truetype"),
    url("../font/webfont/FZDBSJW.svg#FZDBSJW") format("svg");
    font-style: normal;
    font-weight: normal;
}

/*module*/
.c-shine a::before{position: absolute; top: 0; left: -100%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3))); background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%); -webkit-transform: skewX(-25deg); -moz-transform: skewX(-25deg); transform: skewX(-25deg);}
.c-shine a:hover::before{-webkit-animation: shine 1s; -moz-animation: shine 1s; animation: shine 1s;}
@-webkit-keyframes shine{100% {left: 125%;}}
@-moz-keyframes shine{100%{left: 125%;}}
@keyframes shine{100%{left: 125%;}}

.c-circle a::before{position: absolute; top: 50%; left: 50%; z-index: 2; display: block; content: ''; width: 0; height: 0; background: rgba(255, 255, 255, .2); -moz-border-radius: 100%; border-radius: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); transform: translate(-50%, -50%); opacity: 0;}
.c-circle a:hover::before{-webkit-animation: circle .75s; -moz-animation: circle .75s; animation: circle .75s;}
@-webkit-keyframes circle{0%{opacity: 1;} 40%{opacity: 1;} 100%{width: 200%; height: 200%; border-radius: 200%; opacity: 0;}}
@-moz-keyframes circle{0%{width: 0; height: 0; opacity: 1;} 40%{opacity: 1;} 100%{width: 200%; height: 200%; opacity: 0;}}
@keyframes circle{0%{width: 0; height: 0; opacity: 1;} 40%{opacity: 1;} 100%{width: 200%; height: 200%; opacity: 0;}}

.c-cover{top: 0; left: 0; right: 0; bottom: 0; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s;}
.c-play{left: 50%; top: 50%; margin: -25px 0 0 -25px; z-index: 9; width: 50px; height: 50px; background: url(../images/public/icon-video.png) 0 0 no-repeat; -webkit-transition:.3s; -moz-transition: .3s; transition: .3s; -webkit-transform: scale(2); -moz-transform: scale(2); transform: scale(2); opacity: 0;}
a:hover .c-cover{-webkit-box-shadow: inset 0 0 100px #000; -moz-box-shadow: inset 0 0 150px #000; box-shadow: inset 0 0 150px #000; opacity: .8;}
a:hover .c-play{-webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1); opacity: 1;}

/*pagination*/
.m-pagination{padding: 15px; display: inline-block;}
.m-pagination li{float: left; margin: 3px; height: 28px; font-size: 14px;}
.m-pagination li a{display: block; padding: 0 10px; line-height: 26px; border: 1px solid #ccc; font-size: 14px; background: #fff;}
.m-pagination li.u-redirect{line-height: 28px;}
.m-pagination li.u-redirect input{padding: 0 5px; vertical-align: middle; width: 42px; height: 28px; line-height: 28px; border: 1px solid #ccc; margin: -2px 0 0 3px; *margin: -2px 0 0 3px; _margin: -2px 0 0 3px;}
.m-pagination li.active a,.m-pagination li a:hover{background: #069; border: 1px solid #069; color: #fff;}
.m-pagination li.page-info a,.m-pagination li.page-info a:hover{border: 1px solid #ccc; cursor: default; color: #666; background: #fff;}
.m-pagination li.disabled a,.m-pagination li.disabled a:hover{background: #eee; border: 1px solid #ccc; cursor: default; color: #666;}


.share-main{position: relative; width: 102px; height: 24px;}
.share-bar a{margin-left: 10px; float: left; display: block; width: 24px; height: 24px; background-image: url(../images/public/icon-share.png);}
.share-bar .share-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.weixin-share-open{position: absolute; bottom: 34px; right: 0; display: none; background: #fff;}
.weixin-wrap{position: relative; padding: 10px; width: 212px; height: 80px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*header*/
.is-header{background: #fff;width:100%;}
.m-head{padding: 27px 0;display:inline-block;float:left;}
.m-banner{margin-bottom: 20px; width: 100%; height: 500px;position:relative;overflow:hidden;}
.m-banner .swiper-slide{overflow: hidden;}
.m-banner .swiper-slide div{position: relative;}
.m-banner .swiper-slide a{display: block;}
.m-banner .swiper-slide img{position: absolute; left: 50%; top: 0; margin-left: -960px; display: block; width: 1920px; height: 500px;}
.m-banner .next,.m-banner .prev{position:absolute;width:30px;height:60px;top:45%;}
.m-banner .next{background:url(../images/public/next.png)no-repeat center center;background-size:100% 100%;right:10%;}
.m-banner .prev{background:url(../images/public/prev.png)no-repeat center center;background-size:100% 100%;left:10%;}
.u-logo img{max-width: 100%;}
.m-search{margin-top: 13px; width: 385px; height: 48px;}
.u-deep{right: 0; top: 0; padding: 2px 0; width: 40px; line-height: 22px; }
.g-search{margin-right: 48px;}
.g-search .u-searchtext{padding: 6px 45px 6px 100px; height: 48px; font-size: 16px;}
.u-searchtit{left: 0; top: 0; bottom: 0; background: url(../images/home/bg-searchline.png) right center no-repeat;}
.u-searchtit input{display: block; padding: 0 15px; width: 85px; height: 48px; line-height: 48px; background: none; border: none; outline: none; color: #8b91a0;}
.u-searchtit span{position: absolute; right: 15px; top: 0; bottom: 0; display: block; width: 8px; background: url(../images/public/icon-search.png) center no-repeat; cursor: pointer;}
.u-searchbtn{right: 10px; top: 0; width: 34px; height: 48px; line-height: 48px; border: none; cursor: pointer;  background: none; font-size: 22px;}

.m-nav{ z-index: 2;background-color: #fff!important;margin-left: 120px;height:130px;display:inline-block;width: 800px;}
.m-nav .u-webhome{padding: 0 15px; line-height: 50px; font-size: 15px; font-weight: bold;display:none;}
.m-nav .navbar-collapse{padding: 0;z-index:999999;}
.m-nav button{background: #fff;}
.g-nav li{position: relative; float: left; width: 100px; line-height: 130px; text-align: center;}
.g-nav li .u-h{font-size: 16px; color:#333333;}
.g-nav li .u-h::after{content: '';position: absolute;width: 30px;height: 0px;background-color: #365f89;left: 35px;top: 85px;transition: all .3s;}
.g-nav li .u-h:hover,.g-nav li.u-active a{color: #365f89;}
.g-nav li:hover a::after,.g-nav li.u-active a::after{height: 4px;}
.u-search{margin-top: 50px;z-index: 999;display:inline-block;}
.u-searchimg{cursor: pointer;}
.bd01{top: 92px;left: 73%;z-index: 999;}
.sub{width: 50px;vertical-align: top;}
.bd01 input{border-radius: 15px;}
.bd01 input:first-child{padding-left: 10px;}
.u-sub{position: absolute;top: 130px;left: -40px;z-index: 999;}
.u-sub dt{width: 190px;line-height: 50px;background-color: #002A80;text-align: center;background-color: #F9F9F9;cursor: pointer;}
.u-sub dt:hover{background-color: #E6EFF8;}
.u-sub dt a{border-bottom: 0px;font-size: 16px;font-weight: normal;display: block;}
.u-sub dt a:hover{color: #365f89;}
/* .navbar-default .navbar-toggle{position:absolute;top:70px;right:55px;} */

/*footer*/
.is-footer{background:#f0f0f0;}
.m-footer1{background-color: #FAFAFA;}
.u-footer1{display: inline-block;margin-top: 30px;margin-left: 44px;margin-bottom: 20px;}
.u-footer1:nth-child(2){margin-left: 150px;}
.u-footer1 p{margin: 20px 0;}
.u-footer1 p span{margin-right: 10px;}
.u-footer1 p span img{vertical-align: middle;}
.u-footer21{background: url(../images/public/foot_7.png) no-repeat;margin-top: 54px;margin-right: 20px;width: 174px;height: 46px;text-align: center;}
.u-footer21 a,.u-footer22 a{display: block;margin-left:40px;padding-top: 13px;}
.u-footer22{background: url(../images/public/foot_8.png) no-repeat;margin-top: 10px;margin-right: 20px;width: 174px;height: 46px;text-align: center;}
.m-footer2{background-color: #222;height: 200px;overflow: hidden;}
.u-footer2c ul{width: 1320px;margin: 0 auto;border-bottom: 1px solid #3D3D3D;}
.u-footer2c ul li{float: left;position: relative;}
.u-footer2c ul li:first-child a{padding-left: 0;}
.u-footer2c ul li:first-child span{position: absolute;top: 46px;left: 80px;}
.u-footer2c ul li:last-child span{display: none;}
.u-footer2c ul li a{display: block;color: #7a7a7a;padding: 40px 18px;}
.u-footer2c ul li span{position: absolute;top: 46px;left: 99px;display: inline-block;width: 1px;height: 10px;background-color: #808080;}
.u-footer2c1l{display: inline-block;margin-top: 30px;margin-left: 40px;color: #7a7a7a}
.u-footer2c1l a{color: #7a7a7a;}
.u-footer2c1r{display: inline-block;margin-top: 30px;margin-right: 40px;}
.u-footer2c1r a{color: #7a7a7a;}


/*toolbar*/


/*pagination*/

/*media query*/
/*large pcScreen*/
@media (min-width:1400px) {
    .container{padding: 0; width: 1400px;margin: 0 auto;}
	.is-header .container{height:130px;}
}
@media screen and (max-width: 1399px){
	.container{padding: 0; width: 1200px;}
	.is-header{width:100%;}
	.m-head{float:none;margin:0 auto;width:100%;}
	.u-search{display:none;}
	.m-nav{margin:0 auto;width:100%;}
	.m-nav .navbar-collapse{margin:0 auto;width:800px;}
	.u-footer2c ul{border:0}
	.u-footer2c{border-bottom:1px solid #3d3d3d;}
	.u-footer2c ul li:first-child{margin-left:40px}
}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
	.f-lg-mlr5{margin: 0 5px;}
	.f-lg-mlr10{margin: 0 10px;}
	.f-lg-mlr15{margin: 0 10px;}
	.f-lg-mlrf5{margin: 0 -5px;}
	.f-lg-mlrf10{margin: 0 -10px!important;}
	.f-lg-mlrf15{margin: 0 -15px;}
	.f-lg-plr5{padding: 0 5px;}
	.f-lg-plr10{padding: 0 10px!important;}
	.f-lg-plr15{padding: 0 15px;}
	.f-lg-mb5{margin-bottom: 5px;}
	.f-lg-mb10{margin-bottom: 10px;}
	.f-lg-mb15{margin-bottom: 15px;}
	.f-lg-mb20{margin-bottom: 20px;}
	.f-lg-mb30{margin-bottom: 30px!important;}
	.f-lg-ha{height: auto;}
	.f-lg-fn{float: none;}
	.f-lg-wa{width: auto;}
	.f-lg-db{display: block;}
	.f-lg-dn{display: none;}
	.container{width:970px;}
	/* .is-header{background:#fff;width:1199px;overflow:hidden;}
	.m-head{margin-left: 30%;}
	.g-nav{margin-left: -50px;}
	.m-banner{width: 1199px;left: 50%;margin-left: -50%;overflow:hidden;text-align:center;}
	.m-banner img{width: 1199px;}
	.u-sub{opacity: 0;z-index: -99;} */
	
	/* .m-footer1{width: 900px;margin-left: -80px;}
	.u-footer1{margin-left: 60px;}
	.u-footer1:nth-child(2){margin-left: 40px;}
	.u-footer2{margin-right: 40px;}
	.m-footer2{width: 900px;margin-left: -80px;}
	.u-footer2c{margin-left: 60px;}
	.u-footer2c ul{width: 800px;}
	.u-footer2c1l{margin-left: 60px;}
	.u-footer2c1r{margin-right:70px;} */
	.u-footer1:nth-child(2){margin-left: 0px;}
	
}
/*pad md*/
@media screen and (max-width: 991px ){
	.f-md-npd{padding: 0;}
	.f-md-mlr5{margin: 0 5px;}
	.f-md-mlr10{margin: 0 10px;}
	.f-md-mlr15{margin: 0 10px;}
	.f-md-mlrf5{margin: 0 -5px;}
	.f-md-mlrf10{margin: 0 -10px;}
	.f-md-mlrf15{margin: 0 -15px;}
	.f-md-plr5{padding: 0 5px;}
	.f-md-plr10{padding: 0 10px;}
	.f-md-plr15{padding: 0 15px;}
	.f-md-mb5{margin-bottom: 5px;}
	.f-md-mb10{margin-bottom: 10px;}
	.f-md-mb15{margin-bottom: 15px!important;}
	.f-md-ha{height: auto!important;}
	.f-md-fn{float: none;}
	.f-md-wa{width: auto!important;}
	.f-md-db{display: block;}
	.f-md-dn{display: none;}
	.f-md-pa{position: absolute;}
	/* .is-header{background:#fff;width:991px;overflow:hidden;} */
	/* .m-head{margin-left: 25%;} */
	/* .g-nav ul li{width: 70px;padding: 0;} */
	/* .g-nav li .u-h::after{display: none;} */
	/* .g-nav dl dt{display: none;} */
	/* .m-banner img,.m-banner ul li{width: 991px!important;} */
	.container{width: auto;}
	.m-nav{width:100%;margin:0 auto;}
	
	.m-banner{height: auto;}
	.m-banner .swiper-slide img{position: static; width: 100%; height: auto; margin: 0;}
	.m-banner .swiper-pagination{bottom: 0;}
	.m-banner .swiper-button-prev,.m-banner .swiper-button-next{display: none;}
	.m-banner .swiper-pagination .swiper-pagination-bullet{margin: 0 5px; width: 8px; height: 8px; background: #000; opacity: .2; border: none;}
	.m-banner .swiper-pagination .swiper-pagination-bullet-active{opacity: 1; background: #143bb8;}
	
	.u-footer21,.u-footer22{display: inline-block;}
	.u-footer2{float:none;display: inline-block;text-align: center; margin: 0 auto;width: 100%;margin-bottom:20px;}
	.u-footer21,.u-footer22{margin-top:0;}
	.u-footer1 {margin-bottom: 20px;}
	.u-footer1:nth-child(2) {float:right;margin-right:44px;}
	.u-logo img {padding: 0 20px;}
}
/*phone sm*/
@media screen and (max-width: 767px) {
	.f-sm-mlr5{margin: 0 5px;}
	.f-sm-mlr10{margin: 0 10px;}
	.f-sm-mlr15{margin: 0 10px;}
	.f-sm-mlrf5{margin: 0 -5px;}
	.f-sm-mlrf10{margin: 0 -10px;}
	.f-sm-mlrf15{margin: 0 -15px;}
	.f-sm-plr5{padding: 0 5px;}
	.f-sm-plr10{padding: 0 10px;}
	.f-sm-plr15{padding: 0 15px;}
	.f-sm-mb5{margin-bottom: 5px;}
	.f-sm-mb10{margin-bottom: 10px;}
	.f-sm-mb15{margin-bottom: 15px;}
	.f-sm-ha{height: auto;}
	.f-sm-fn{float: none;}
	.f-sm-wa{width: auto;}
	.f-sm-db{display: block;}
	.f-sm-dn{display: none;}
	/* .is-header{background:#fff;width:767px;overflow:hidden;}
	.m-head{margin-left: -14%;}
	.m-nav{margin-left:45px}
	.navbar-header{width: 300px;height: 30px;}
	.g-nav{position: absolute;top: 50px;background-color: #e4e4e4;left: 10px;}
	.g-nav ul li{height: 40px;line-height: 40px;}
	.m-banner{width: 767px;left: 50%;margin-left: -50%;text-align:center;}
	.m-banner img{width: 767px!important;height:300px!important;} */
	
	/* .u-logo img{ padding: 0 30px;}
	.m-footer1{width: 767px!important;margin-left: -15px!important;}
	.u-footer1:nth-child(2),.u-footer1{margin-left: 20px!important;}
	.u-footer2{margin-right: 22%!important;}
	.m-footer2{width: 767px!important;margin-left: -15px!important;}
	.u-footer2c {display: none;} 
	.u-footer2c1r{margin-right: 40%;} */
	.m-nav{height:30px;}
	.m-nav .navbar-collapse{padding: 0;z-index:999999;width:100%;}
	.m-nav .navbar-collapse ul li{width:12.5%;}
	.g-nav li .u-h::after{display:none;}
	.navbar-header{margin-top: -15px;}
	.u-footer1{padding-top:30px;margin-top:0;}
	.u-footer1 ,.u-footer1:nth-child(2){margin-left:0px;margin-right:0}
	.u-footer2c ul li:first-child { margin-left: 0px;}
}
@media screen and (max-width: 599px){
	.navbar-collapse{position:absolute;background:#ddd;}
	.navbar-collapse ul li{width:25%!important;line-height: 40px;}
}

/*small xs*/
@media screen and (max-width: 414px) {
	/* .container{padding-left:10px!important;} */
	/* .is-header {background:#fff;width:414px!important;overflow:hidden;}
	.m-head { margin-left: 3%;}
	.m-head .u-logo img{width:300px;}
	.m-banner{width:414px;height:172px!important;}
	.m-banner ul li{width:414px!important;}
	.m-banner img{width:100%!important;height:172px!important;}
	.g-nav ul li{margin-left:12px;} */
	/* .is-footer{width:414px;}
	.m-footer1{width: 414px!important;margin-left: -15px!important;}
	.u-footer1:nth-child(2),.u-footer1{margin-left: 20px!important;}
	.u-footer2{margin-right: 0%!important;}
	.m-footer2{width: 414px!important;margin-left: -15px!important;}
	.u-footer2c {display: none;} 
	.u-footer2c1r{margin-right: 40%;}
	.u-footer1 { margin-top: 10px;}
	.u-footer1 p { margin: 5px 0;} */
	.u-footer1, .u-footer1:nth-child(2) {display: block;float:none;margin-left: 35px;}
	.u-footer2c ul li a {padding: 10px 18px;}
	.u-footer2c ul li span{display:none;}
	.u-footer2c ul{width:100%;}
	.u-footer2c1r {display: inline-block;width:100%;text-align:center;margin:0}
	.u-footer2c ul li:first-child a {padding-left: 18px;}
	.m-footer2 {height: auto;}
	.u-footer2c1l {margin-top: 10px;}
	.m-nav .u-webhome{display:block;}
	.m-nav .navbar-collapse{margin-top:-5px;}
	.m-footer1{background-color: #eaeaea;}
	.u-footer1{margin-bottom:0;padding-top:0;}
	.u-footer21{float:left;display:inline-block;margin:0}
	.u-footer22{float:right;margin:0;display:inline-block;}
	.u-footer1 p{margin:5px 0;}
	.u-footer2{margin-bottom:5px;}
}

@media screen and (max-width: 375px) {
	/* .is-header{background:#fff;width:375px;overflow:hidden;}
	.m-head { margin-left: 3%;}
	.m-head .u-logo img{width:300px;}
	.m-banner{width:375px;height:172px!important;}
	.m-banner ul li{width:375px!important;}
	.m-banner img{width:100%!important;height:172px!important;} */
	/* .g-nav{left:-15px;}
	.g-nav ul li{margin-left:20px;} */
	/* .m-footer1{width: 375px!important;margin-left: -15px!important;}
	.u-footer1:nth-child(2),.u-footer1{margin-left: 20px!important;}
	.u-footer2{margin-right: 0%!important;}
	.m-footer2{width: 375px!important;height:150px;margin-left: -15px!important;}
	.u-footer2c {display: none;} 
	.u-footer2c1r{margin-right: 34%;}
	.u-footer1 { margin-top: 10px;}
	.u-footer21 {margin-right:-15px;}
	.u-footer2c1l {margin-left: 40px!important;} */
	.u-footer2c ul li:first-child a {padding-left: 10px;}
	.u-footer2c ul li a {padding: 10px 10px;}
	.u-footer21, .u-footer22 {margin-top: 10px;}
	.u-footer2c1l {margin-left: 18px;}
	.
}

/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}