@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom;max-width: 100%; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

/*Body*/
body { color: #666; background:#fff;}
a { color: #666; }
a:hover { color: #0074e0; }
.wrap { width: 1200px; margin: 0 auto;}
.g-in{ width:1500px; margin:0 auto; }.g-in:after{content:'\20';display:block;height:0;clear:both}.g-in{*zoom:1}
.b-in{ width:1500px; margin:0 auto; }.b-in:after{content:'\20';display:block;height:0;clear:both}.b-in{*zoom:1}
.s-in{ width:1200px; margin:0 auto; }.s-in:after{content:'\20';display:block;height:0;clear:both}.s-in{*zoom:1}
.wrapper{ position:relative; width:100%; margin:0 auto; overflow:hidden; }
.wrapper img{  vertical-align:top; }

/* 网站地图 */
.webmap{padding:10px 0px 15px}
.webmap dl{overflow:hidden;zoom:1;height:32px; margin-bottom:5px;}
.webmap dt{width:15%;float:left;}
.webmap dd{float:left;width:85%;}
.webmap dt a{display:block;line-height:32px;background:#ccc;color:#000;text-align:center}
.webmap dd a{margin:0 5px 5px;background:#eee;display:block;line-height:32px;width:143px;float:left;text-align:center}
.webmap a:hover{background:#343434;text-decoration:none;color:#fff}


.u-menu {position:absolute; right:5px; top:14px; display:block; width:50px; height:42px;transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); z-index: 99;cursor: pointer;display: none;}
.u-menu div { position:absolute; left:13px; top:20px; width:25px; height:25px; transform:translateZ(0px) rotate(0deg); transition:transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
.u-menu div i { position:absolute; left:0; top:0; display:block; width:25px; height:2px; background:#333; }
.u-menu .u-menu-top i {transform:translate3d(0px,-8px,0px);-webkit-transform:translate3d(0px,-8px,0px);}
.u-menu .u-menu-middle i {transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);}
.u-menu .u-menu-bottom i {transform:translate3d(0px,8px,0px);-webkit-transform:translate3d(0px,8px,0px);}


body.z-open .m-nav {transform:translate3d(-200px,0,0);-webkit-transform:translate3d(-200px,0,0);}
body.z-open .wrapper {transform:translate3d(-200px,0,0);-webkit-transform:translate3d(-200px,0,0);}
body.z-open .u-menu {transform:translateZ(0px) rotate(90deg);-webkit-transform:translateZ(0px) rotate(90deg);}
body.z-open .u-menu  div {transform:translateZ(0px) rotate(45deg);transition:transform 0.25s cubic-bezier(0.4,0.01,0.165,0.99) 0.2s;-webkit-transform:translateZ(0px) rotate(45deg);-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.4,0.01,0.165,0.99) 0.2s;}
body.z-open .u-menu  div i {transition:transform 0.2s ease 0s;transform:translate3d(0px,11px,0px);-webkit-transition:-webkit-transform 0.2s ease 0s;-webkit-transform:translate3d(0px,11px,0px); }
body.z-open .u-menu .u-menu-bottom {transform:translateZ(0px) rotate(-45deg);-webkit-transform:translateZ(0px) rotate(-45deg);}
body.z-open .u-menu .u-menu-middle { display:none; }

.u-mask { position:absolute; left:0; top:0; width:100%; height:100%; background:#000; opacity:.5; z-index:999; }

.m-nav { width:200px; height:100%; right:-200px; top:0; background:#fff; position:fixed; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); z-index:100; }
.m-nav h2 { margin:0 0 10px; padding:10px 0; border-bottom:1px solid #ddd; font-weight:bold; font-size:16px; line-height:30px; text-align:center; }
.m-nav li { position:relative; padding:12px 12px 12px 22px; border-bottom:1px solid #eee; font-size:14px; line-height:24px; }
.m-nav li a { display:block; }
.m-nav li a:hover,.m-nav .current a { color:#e60c00; }
.m-nav .current:after { position:absolute; top:50%; left:0; width:5px; height:14px; margin-top:-7px; border-left:2px solid #e60c00; content:"" }

.m-nav::-webkit-scrollbar-thumb{min-height:20px;border-radius:3px;background-color:transparent;height: 30px;width: 5px;position: relative;left: -1px}
.m-nav::-webkit-scrollbar-track{background:transparent;width: 3px}
.m-nav.show::-webkit-scrollbar-thumb{background-color: #666}
.m-nav.show::-webkit-scrollbar-track{background-color: #eee}
.m-nav::-webkit-scrollbar-corner{background:transparent}
.m-nav::-webkit-scrollbar{width:3px;height:3px;}

.banner{ position:relative; width:100%;  }
.banner .bd{ width:1920px; position:relative; left:50%; margin-left:-960px;  z-index:1; }
.banner .bd ul{  }
.banner .bd ul li{ }
.banner .bd ul li img{ }
.banner .hd{ width:1920px; left:50%; margin-left:-960px; position:absolute; bottom:45px; z-index:3; text-align:center; }
.banner .hd ul{ display:inline-block; }
.banner .hd ul li{ width:8px; height:8px; background:#fff; margin:0 9px; border-radius:8px; *display:block; display:inline-block; vertical-align:top; cursor:pointer; text-indent:99999px; }
.banner .hd ul .on{width: 35px;}
/*.banner a.prev, .banner a.next{ width:68px; height:68px; position:absolute; top:50%; margin-top:-34px; z-index:15; opacity:0; transition:0.8s linear 0s; }
.banner a.prev{ left:4%; background:url(banner_prev_07.png) no-repeat; }
.banner a.next{ right:4%; background:url(banner_next_10.png) no-repeat; }
.banner:hover a.prev, .banner:hover a.next{ opacity:1; }*/
.banner .swiper-pagination-bullet{opacity: 1;background: #fff;}
.banner .swiper-pagination-bullet-active{width: 35px;border-radius: 4px;}
.banner .swiper-button-next-20{width: 30px;height: 55px;margin-top: -27px;background: url(next20.png) no-repeat center;right:5%;}
.banner .swiper-button-prev-20{width: 30px;height: 55px;margin-top: -27px;background: url(prev20.png) no-repeat center;left:5%;}
.sj_banner .swiper-pagination-bullet{opacity: 1;background: #fff;}
.sj_banner .swiper-pagination-bullet-active{width: 35px;border-radius: 4px;}
.sj_banner{display: none;}
.swiper-pagination{bottom: 5% !important;}

/*搜索表单*/
.bd01{ width: 80%; height: auto; position: fixed;overflow: hidden;top: 7%;left: 10%;z-index: 120;display: none;
background: #fdfdfd; padding:50px 40px 40px 50px;margin: 50px auto;box-sizing: border-box; }
.bd01 .name input{width: 100%; height: 36px; background: #e5e5e5;box-sizing: border-box; padding-left: 20px; font-size: 14px; color: #4a4a4a; line-height: 36px; }
.bd01 .logoin input{width: 60%; height: 36px; background: #0074e0; font-size: 14px; color: #fff; line-height: 36px; margin:0 auto;display: block;
margin-top: 30px;cursor: pointer; }
.bd01 .XX{cursor: pointer; width: 20px; height: 20px;position: absolute; top: 15px; right: 10px; z-index: 11; cursor: pointer;background: url(xx.png)  no-repeat center;}
.navFdj{cursor: pointer;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #4a4a4a; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #4a4a4a;opacity:1;
}

input:-ms-input-placeholder{
    color: #4a4a4a;opacity:1;
}

input::-webkit-input-placeholder{
    color: #4a4a4a;opacity:1;
}

.ovfHiden{overflow: hidden!important;height: 100%!important;}

.pc-nav{position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;background:rgba(0,0,0,.9);background-size:cover;transition:transform .3s .2s;transform:scaleY(0);transform-origin:bottom center;-ms-transform-origin:bottom center;-ms-transform:scaleY(0)}
.pc-nav .logo{position:absolute;top:15px;left:1.25rem;width:15pc;height:49px}
.pc-nav .logo img{max-width:100%}
.pc-nav .mobile-block{margin-top: 80px}
.pc-nav .close{position:absolute;top:25px;z-index:6;width:30px;height:30px}
.pc-nav .close{right:1.25rem;background:url(colse.png) no-repeat center;background-size:18px auto;cursor:pointer;transition:all .3s ease-in-out}
.pc-nav .index-nav{position:relative;z-index:3;display:-ms-flexbox;display:flex;opacity:0;transform:translate(0,80px);-ms-flex-flow:row nowrap;flex-flow:row;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-transform:translate(0,80px)}
.pc-nav .index-nav .li{padding-right:.5rem;width:16.6%}
.pc-nav .index-nav .dt{position:relative;margin-bottom:1.5rem;padding-bottom:15px;color:#fff}
.pc-nav .index-nav .dt:before{position:absolute;bottom:0;left:2px;width:.75rem;height:2px;background:#fff;content:""}
.pc-nav .index-nav .dd{display:block;margin-bottom:.5rem;color:#fff;opacity:.75;transition:all .3s ease-in-out;font-size: .5rem}
.pc-nav .index-nav .dd:hover{opacity:1}
.pc-nav .sub-menu{position:relative;z-index:2}
.pc-nav .sub-menu ul{overflow-x:hidden;overflow-y:auto;width:100%;height:calc(100vh - 10pc)}
.pc-nav .sub-menu li{border-bottom:1px solid hsla(0,0%,100%,.2);font-size:1pc}
.pc-nav .sub-menu .tit{box-sizing:border-box;margin-bottom:0;color:#fff;font-size:1pc}
.pc-nav .sub-menu .tit,.pc-nav .sub-menu .titx{position:relative;display:block;padding:0 3%;width:100%;line-height:60px}
.pc-nav .sub-menu .titx{border-bottom:1px solid hsla(0,0%,100%,.2);color:#000}
.pc-nav .sub-menu .sub-tit:after{position:absolute;top:50%;right:3%;display:block;width:26px;height:26px;background-size:9px auto;content:'';transform:translate(0,-50%);-ms-transform:translate(0,-50%)}
.pc-nav .sub-menu .sub-tit.on{border-bottom:1px solid hsla(0,0%,100%,.2)}
.pc-nav .sub-menu .sub-tit.on:after{background:url(z_img11_1.png) no-repeat center;background-size:20px auto}
.pc-nav .sub-menu .sec-list{display:none;padding:10px 4%;line-height:40px}
.pc-nav .sub-menu .sec-list p{background:url(../ico_04.png) no-repeat left center;background-size:3px auto;font-size:14px}
.pc-nav .sub-menu .sec-list a{display:block;color:#fff;font-size:14px}
.pc-nav .sub-menu .third{padding-left: 15px}
.pc-nav.active{transition:transform .3s;transform:scaleY(1);transform-origin:top center;-ms-transform-origin:top center;-ms-transform:scaleY(1)}
.pc-nav.active .cent-form{transition:all .5s .3s}
.pc-nav.active .cent-form,.pc-nav.active .index-nav{opacity:1;transform:translate(0,0);-ms-transform:translate(0,0)}
.pc-nav.active .index-nav{transition:all .5s .6s}
.pcdb .head_raa{float:left;margin:0 15px;}
.pcdb .head_rab{float:left;margin:0 15px;}

.mobile-block::-moz-selection{background:red;color:#fff}
.mobile-block::selection{background:red;color:#fff}
.mobile-block::-webkit-scrollbar{width:10px}
.mobile-block::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}
.mobile-block::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:window-inactive{background-image:linear-gradient(0,#d77515,#d71518);background-image:linear-gradient(to top,#d77515,#d71518)}
.mobile-block::-webkit-scrollbar-thumb:vertical:hover{background-image:linear-gradient(0,#d77515,#d71518);background-image:linear-gradient(to top,#d77515,#d71518)}

.head{}
.head .logo{float:left;}
.head .nav{float:right;}
.head .nav ul li{float:left;line-height: 80px;}
.head .nav ul li a{padding:0 38px;display: block;font-size: 16px;color: #333333;}
.head .head_r{float:right;width: 190px;}
.head .head_r .head_ra{float:left;padding: 0 24px;}
.head .head_r .head_rb{float:right;position: relative;}
.head .head_r .head_rb img{cursor: pointer;}
.head .head_r .head_rb .hear_rb_phone{position: absolute;right:0;width: 200px;height: 60px;line-height: 60px;text-align: center;font-size: 16px;color: #333;background: #fff;z-index: 999;display: none;}
.head .head_r .head_rb .hear_rb_phone a{display: block;color: #333;}

.dong{animation: heart .5s ease-in-out 1.5s infinite alternate;width:29px;height: 42px;background:url(arr_down_03.png) no-repeat center;background-size: contain;position: absolute;bottom: 15%;right: 195px;z-index: 99;}
.dong2{width:25px;height: 84px;background:url(arr_down2_03.png) no-repeat center;bottom: 70px;}
.dong a{display: block;width: 100%;height: 100%;}
@keyframes heart{
	from{transform:translate(0,0)}
	to{transform:translate(0,15px)}
}

.ft{position: relative;width: 1920px;left:50%;margin-left: -960px;background: #f4f4f4;}
.ft .ftl{float:left;width: 50%;padding: 70px 0 40px;background: #fff;}
.ft .ftl .ftll{padding-left: 212px;float:left;width: 605px;}
.ft .ftl .ftll .ftllt{font-size: 20px;color: #333333;font-weight: bold;}
.ft .ftl .ftll .ftlla{margin-top: 20px;margin-left: -20px;}
.ft .ftl .ftll .ftlla ul li{float:left;margin:0 20px;}
.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
.ft .ftl .ftll .ftllb{margin-top: 53px;}
.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
.ft .ftr .ftlr{text-align: center;margin-right: 24px;position: absolute;left:620px;top:70px;width: 118px;}
.ft .ftr .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
.ft .ftr{float:right;width: 50%;position: relative;}
.ft .ftr .ftra{margin-top: 70px;margin-left: 88px;}
.ft .ftr .ftra ul li{float:left;margin-right: 18px;}
.ft .ftr .ftrb{margin-left: 88px;margin-top: 22px;font-size: 14px;color: #666666;line-height: 24px;}

.bshare-custom a{height: 38px !important;padding-left: 56px !important;}
.bshare-custom .bshare-sinaminiblog{background: url(ft3_06.png) no-repeat center !important;}
.bshare-custom .bshare-weixin{background: url(ft4_08.png) no-repeat center !important;}
.bshare-custom .bshare-qqim{background: url(ft5_10.png) no-repeat center !important;}


@media screen and (max-width:1500px) and (min-width:1200px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:left;width: 50%;padding: 40px 0 20px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 18px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 15px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 15px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:right;width: 50%;}
	.ft .ftr .ftra{margin-top:40px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 18px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 14px;color: #666666;line-height: 24px;}

	.ft .ftr .ftlr{right:10px;top:40px;left:auto;}
}
@media screen and (max-width:1200px) and (min-width:900px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:left;width: 50%;padding: 40px 0 20px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 18px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 15px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px 10px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 15px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:right;width: 50%;}
	.ft .ftr .ftra{margin-top:40px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 18px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 14px;color: #666666;line-height: 24px;}
}
@media screen and (max-width:900px) and (min-width:640px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:left;width: 50%;padding: 30px 0 40px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 18px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 15px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px 10px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 15px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:right;width: 50%;}
	.ft .ftr .ftra{margin-top:30px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 18px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 14px;color: #666666;line-height: 24px;}
}
@media screen and (max-width:900px) and (min-width:640px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:left;width: 50%;padding: 30px 0 40px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 18px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 15px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px 10px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 15px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:right;width: 50%;}
	.ft .ftr .ftra{margin-top:30px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 18px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 14px;color: #666666;line-height: 24px;}
}
@media screen and (max-width:640px) and (min-width:560px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:none;width: 100%;padding: 20px 0 20px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 16px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 5px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px 10px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 5px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;display: none;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:none;width: 100%;padding-bottom: 20px;}
	.ft .ftr .ftra{margin-top:30px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 10px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 12px;color: #666666;line-height: 24px;}
}
@media screen and (max-width:560px) and (min-width:480px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:none;width: 100%;padding: 20px 0 20px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 16px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 5px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px 10px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 5px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;display: none;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:none;width: 100%;padding-bottom: 20px;}
	.ft .ftr .ftra{margin-top:30px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 10px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 12px;color: #666666;line-height: 24px;}
}
@media screen and (max-width:480px) and (min-width:400px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:none;width: 100%;padding: 20px 0 20px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 16px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 5px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px 10px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 5px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;display: none;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:none;width: 100%;padding-bottom: 20px;}
	.ft .ftr .ftra{margin-top:30px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 10px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 12px;color: #666666;line-height: 24px;}
}
@media screen and (max-width:400px) and (min-width:320px){
	.ft{position: relative;width: 100%;left:0;margin-left: 0;background: #f4f4f4;}
	.ft .ftl{float:none;width: 100%;padding: 20px 0 20px;background: #fff;}
	.ft .ftl .ftll{padding-left:10%;float:none;width: 90%;}
	.ft .ftl .ftll .ftllt{font-size: 16px;color: #333333;font-weight: bold;}
	.ft .ftl .ftll .ftlla{margin-top: 5px;margin-left: -15px;}
	.ft .ftl .ftll .ftlla ul li{float:left;margin:0 15px 10px;}
	.ft .ftl .ftll .ftlla ul li a{font-size: 14px;color: #666666;}
	.ft .ftl .ftll .ftllb{margin-top: 5px;}
	.ft .ftl .ftll .ftllb a{font-size: 14px;color: #333333;font-weight: bold;padding-right: 39px;background: url(ft2_17.png) no-repeat right center;}
	.ft .ftl .ftlr{float:none;text-align: left;margin-top: 24px;margin-left: 10%;display: none;}
	.ft .ftl .ftlr p{font-size: 14px;color: #666666;margin-top: 8px;}
	.ft .ftr{float:none;width: 100%;padding-bottom: 20px;}
	.ft .ftr .ftra{margin-top:30px;margin-left: 10%;width: 80%;}
	.ft .ftr .ftra ul li{float:left;margin-right: 10px;}
	.ft .ftr .ftrb{margin-left: 10%;margin-top: 22px;font-size: 12px;color: #666666;line-height: 24px;}
}







@media only screen and (max-width:1780px){
	
	
	.head{height: 80px;}
	.logo img{height: 80px;}
	.head .head_r{}
	.searchb{display: block;}
	.head .nav ul li a{padding: 0 28px;}
	.head .head_r{float:right;width: 170px;}
	.head .head_r .head_ra{float:left;padding: 0 13px;}
	.head .head_r .head_rb{float:right;position: relative;}
	
}
@media only screen and (max-width:1500px){
	html,body { position: relative; height: 100%; }
	.g-in{width: 98%;}
	.head{height: 80px;}
	.logo img{height: 80px;}
	.head .head_r{}
	.searchb{display: block;}
	.head .nav ul li a{padding: 0 15px;}
	.head .head_r{float:right;width: 150px;}
	.head .head_r .head_ra{float:left;padding: 0 3px;}
	.head .head_r .head_rb{float:right;position: relative;}
}

@media only screen and (max-width:1279px){
	
	.u-menu{display: block;right:190px;top:19px;}
	.head{height: 80px;}
	.logo img{height: 80px;}
	.head .head_r{}
	.searchb{display: block;}
	.nav{display: none;}

	
	
}

@media only screen and (max-width:1200px){
	.logo img{height: 70px;}
	.u-menu{top:13px;right:146px;}
	.head{height: 70px;}
	.head .head_r .head_ra img{height: 70px;}
	.head .head_r .head_rb img{height: 70px;}
	.head .head_r{width: 146px;}
	.head .head_r .head_ra{padding: 0 10px;}
}
@media only screen and (max-width:480px){
	.banner{display: none;}
	.sj_banner{display: block;}
	.logo img{height: 60px;}

	.logo img{height: 55px;}
	.u-menu{top:6px;right:100px;}
	.head{height: 55px;}
	.head .head_r .head_ra img{height: 55px;}
	.head .head_r .head_rb img{height: 55px;}
	.head .head_r{width: 100px;}
	.head .head_r .head_ra{padding: 0 0px;}
}













