﻿@charset "utf-8";
/* ====================公共样式========================= */

/* 头部 */
@font-face {
	font-family: 'iconfont';
	src:url('../fonts/iconfont.eot');
	src:url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/iconfont.woff2') format('woff2'),
    	url('../fonts/iconfont.woff') format('woff'),
    	url('../fonts/iconfont.ttf') format('truetype'),
    	url('../fonts/iconfont.svg#iconfont') format('svg');
}

.Header-wrapper{width: 100%;position: fixed;top: 0;left: 0;z-index: 9999;background: #000;transition: all .4s ease;}
.Header-wrapper:hover{background: #000 !important;}
.Header-container{width: 92%;margin: 0 auto;position: relative;}
.Header-logo{display: block;float: left;height: 100px;line-height: 100px;}
.Header-logo img{width: auto; max-height:70px;}

.Header-navbar{position: absolute;left: 50%;top: 0;font-size: 0;transform: translateX(-44%);}
.Header-navbar ul{font-size: 0;width: 900px;text-align: center;}
.Header-navbar ul li{display: inline-block;position: relative;vertical-align: middle;margin: 0 14px;}
.Header-navbar .Header-pcmenu{height: 100px;border-bottom: 3px solid transparent;display: inline-block;text-align: center;padding: 0 30px;line-height: 100px;font-size: 18px;color: #FFF;transition: all 400ms ease;text-transform:uppercase;}
.Header-navbar .Header-pcmenu.ontrue,.Header-navbar .Header-pcmenu:hover{color: #fff;}
.Header-navbar .Header-pcmenu.ontrue{border-bottom-color: #FFF; }
.Header-pcdown{display: none;position: absolute;width: 100%;left: 50%;top: 80px;z-index: 999; background:#fff; width:200px; border-radius:10px; margin-left:-100px;}
.Header-pcdown a{display: block;width: 100%;line-height: 1.5;text-align: center;font-size: 16px;color: #333;transition: all .4s ease; margin-top:20px; margin-bottom:20px; padding-left:15px; padding-right:15px;}
/*.Header-pcdown a.ontrue,.Header-pcdown a:hover{background: rgba(0, 0, 0, 1);color: #fff;}*/

.Header-lang{float: right;font-size: 0;height: 100px;line-height: 100px;user-select: none;margin-right: 0px !important;}
.Header-lang a{display: inline-block;vertical-align:moddle;font-size: 18px;color: #fff;}
.Header-lang span{display: inline-block;vertical-align:moddle;font-size: 18px;color: #fff;}
.Header-lang a{transition: all .4s ease;}
.Header-lang span{margin: 0 8px;}
.Header-lang a.ontrue,.Header-lang a:hover{color: #fff;}
.Header-menubtn{display: none;float: right;height: 80px;line-height: 80px;width: 22px;font-size: 0;user-select: none;cursor: pointer;position: relative;z-index: 999999;}
.Header-menubtn i{position: relative;display: inline-block;width: 100%;height: 3px;background: #fff;vertical-align: middle;}
.Header-menubtn i:before,.Header-menubtn i:after{content: "";width: 100%;height: 3px;background: #fff;position: absolute;left: 0;}
.Header-menubtn i:before{top: -8px;}
.Header-menubtn i:after{bottom: -8px;}
.Header-menubtn.ontrue i{height: 0;}
.Header-menubtn.ontrue i:before{transform: rotate(45deg);top: 0;}
.Header-menubtn.ontrue i:after{transform: rotate(-45deg);bottom: auto;top: 0;}
.pulldown-container{display: none;width: 100%;position: absolute;left: 0;top: 0;z-index: 99999;background: url('../images/downBg.png') repeat-x;}
.pulldown{width: 1280px;margin: 0 auto;}
.pulldown ul li{min-height: 548px;border-left: 1px solid rgba(255, 255, 255,0.08);width: 20%;float: left;padding-top: 140px;}
.pulldown ul li:last-child{border-right: 1px solid rgba(255, 255, 255,0.08);}
.pulldown-menu{width: 100%;position: relative;margin-top: 10px;}
.pulldown-menu a{display: block;width: 100%;padding-left: 20px;height: 48px;line-height: 48px;font-size: 28px;color: #fff;position: relative;transition: all .4s ease;}
.pulldown-menu a:before{content: "";width: 8px;height: 8px;border-radius: 50%;position: absolute;top: 50%;margin-top: -4px;left: -4px;background: #fff;}
.pulldown-menu a:hover{color: #fff;}
.pulldown-btn{display: none;width: 40px;height: 40px;text-align: center;line-height: 40px;font-size: 24px;color: #fff;position: absolute;top: 0;right: 0;z-index: 4;}
.pulldown-btn:after{content: "∨";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.pulldown-btn.ontrue:after{content: "∧";}
.pulldown-link{width: 100%;overflow: hidden;margin-top: 18px;}
.pulldown-link a{display: block;font-size: 18px;color: #fff;height: 42px;line-height: 42px;transition: all .4s ease;padding-left: 20px;}
.pulldown-link a:hover{color: #fff;}


/* 底部 */
.Footer-wrapper{width: 100%;background: #252526;}
.Footer-container{width: 1420px;margin: 0 auto;}
.Footer-menurel{width: 100%;padding: 70px 0 86px;}
.Footer-menu{float: left;width: calc(100% - 400px);}
.Footer-menu ul li{width: 20%;float: left;}
.Footer-menutit{width: 100%;height: 36px;position: relative;line-height: 36px;}
.Footer-menutit a{width: 100%;height: 100%;display: block;font-size: 18px;color: #fff;}
.Footer-menulink{width: 100%;margin-top: 10px;}
.Footer-menulink a{display: block;height: 32px;width: 100%;line-height: 32px;font-size: 16px;color: #bcbcbc;transition: all .4s ease;}
.Footer-menulink a:hover{color: #fff;}
/* .Footer-menu ul li:nth-child(n+2){margin-left: 18%;} */
.Footer-menutit i{display: none;position: absolute;top: 0;right: 0;width: 36px;height: 100%;z-index: 4;text-align: center;font-size: 24px;color: #fff;}
.Footer-menutit i:after{content: "\f107";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.Footer-menutit i.ontrue:after{content: "\f106";}
.Footer-rel{float: right;}
.Footer-reltel{width: 100%;font-size: 0;}
.Footer-reltel h6,.Footer-reltel a{display: inline-block;vertical-align: middle;}
.Footer-reltel h6 p{font-size: 26px;color: #fff;}
.Footer-reltel h6 span{display: block;font-size: 16px;color: #bcbcbc;margin-top: 10px;/*display: none;*/}
.Footer-reltel a{width: 138px;height: 44px;margin-left: 44px;border: 2px solid #fff;line-height: 40px;text-align: center;border-radius: 30px;font-size: 18px;color: #fff;transition: all .4s ease;}
.Footer-reltel a:hover{background: #fff;}
.Footer-reladd{width: 100%;border-top: 2px solid #323436;border-bottom: 2px solid #323436;margin: 16px 0 24px;padding: 14px 0;}
.Footer-reladd p{font-size: 16px;color: #bcbcbc;line-height: 26px;padding-left: 30px;position: relative;}
.Footer-reladd p:first-child{background: url('../images/ftadd.png') no-repeat left center;}
.Footer-reladd p:last-child{margin-top: 6px;background: url('../images/ftemail.png') no-repeat left center;}
.Footer-rellink{width: 100%;font-size: 0;}
.Footer-rellink a{font-size: 24px;color: #646464;display: inline-block;margin-right: 20px;transition: all .4s ease;}
.Footer-rellink a:hover{color: #fff;}
.Footer-copy{width: 100%;padding: 30px 0 36px;border-top: 1px solid #3b3b3c;}
.Footer-copy p{font-size: 14px;color: #999;}

.Footer-ewm{position: relative;}
.Footer-ewm img{display: none;width: 160px;height: 160px;position: absolute;left: 50%;margin-left: -80px;bottom: 42px;}
.Footer-ewm:hover img{display: block;}

body.noGap .Container-wrapper{margin-top: 0;}
body.lucency .Header-wrapper{background: transparent;}



/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top:100px;}

.pubban{width: 100%;position: relative;}
.pubban img{width: 100%;object-fit: cover;min-height: 360px;}
.banner-pc{display: block;}
.banner-mb{display: none;}
.pubban-words{position: absolute;z-index: 2;width: 92%;left: 4%;text-align: center;top: 50%;color: #fff;transform: translateY(-60%);}
.pubban-words h6{font-size: 52px;opacity: 0;font-weight: 500;animation: banBig 1s ease both 100ms;}
.pubban-words p{font-size: 18px;margin-top: 18px;line-height: 26px;opacity: 0;animation: banBig 1s ease both 300ms;}
.pubban-menu{width: 100%;position: absolute;left: 0;bottom: 0;font-size: 0;text-align: center;background: rgba(0, 0, 0, 0.6);overflow: hidden;}
.pubban-menufixed{width: 100%;position: fixed;left: 0;bottom: auto;top: 80px;z-index: 999;}
.pubban-scroll{width: 100%;margin: 0 auto;}
.pubban-menu a{display: inline-block;height: 60px;font-weight: 300;line-height: 60px;padding: 0 4px;font-size: 20px;color: #fff;margin: 0 48px;position: relative;}
.pubban-menu a:after{content: "";width: 0%;position: absolute;right: 0;bottom: 0;height: 3px;background: #fff;transition: all .4s ease;}
.pubban-menu a:hover:after{width: 100%;right: auto;left: 0;}
.pubban-menu a.ontrue:after{width: 100%;}
.pubban-menu a.ontrue,.pubban-menu a:hover{color: #fff;}
@keyframes banBig {0% {transform: scale(.4);opacity: 0;}100% {transform: scale(1);opacity: 1;}}

.contain{width: 1280px;margin: 0 auto;}

.pubson-title{width: 100%;text-align: center;}
.pubson-title h6{font-size: 52px;color: #0a151d;letter-spacing: 6px;font-weight: 500;}
.pubson-title i{width: 90px;height: 10px;display: block;background: linear-gradient(to right, #00fdfe , #007a9a);margin: 18px auto 0;border-radius: 10px;}
.pubson-title p{font-size: 16px;color: #999;line-height: 28px;margin-top: 20px;}


.Backtop {position: fixed;border: 2px solid #fff;color: #fff;background: #999;text-align: center;line-height: 34px;font-size: 24px;right: 2%;bottom: 6%;z-index: 999999;width: 40px;height: 40px;cursor: pointer;display: none;transition: all .4s ease;}
.Backtop:after {content: "\f102";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale}
.Backtop:hover{background: #000;color: #fff;}



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .Header-navbar ul li{margin: 0 12px;}
    .pubban-words h6{font-size: 42px}

}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Footer-container{width: 92%;}

    .pubban-menu a {height: 54px;line-height: 54px;font-size: 18px;margin: 0px 32px;}
    .pubson-title h6{font-size: 42px;}
    .pubson-title i {width: 70px;height: 8px;}

    .pulldown{width: 1100px;}
    .pulldown-menu a{font-size: 24px;height: 44px;line-height: 44px;padding-left: 16px;}
    .pulldown ul li {min-height: 480px;padding-top: 120px;}
    .pulldown-link a {font-size: 16px;height: 40px;line-height: 40px;padding-left: 16px;}
    .Header-navbar ul li{margin: 0 10px;}


}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li{margin: 0 8px;}
    .pubban-words h6{font-size: 34px}

}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navbar .Header-pcmenu{padding: 0 16px;}
    .Footer-menurel {padding: 60px 0 68px;}
    
    .contain{width: 92%;}
    .pubban-words h6 {font-size: 32px;}
    .pubban-words p {font-size: 16px;margin-top: 16px;}
    .pubban-menu a {height: 48px;line-height: 48px;font-size: 16px;margin: 0px 24px;}
    .pubson-title h6{font-size: 36px;}
    .pubson-title i {width: 64px;height: 6px;}

    .pulldown{width: 1000px;}
    .pulldown-menu a{font-size: 20px;height: 40px;line-height: 40px;padding-left: 16px;}
    .pulldown ul li {min-height: 400px;padding-top: 90px;}
    .pulldown-link a {font-size: 16px;height: 38px;line-height: 38px;padding-left: 16px;}

    .Header-navbar .Header-pcmenu{margin: 0;}

}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .pubson-title h6{font-size: 30px;}
    .pubson-title i {width: 52px;}

    .pulldown{width: 900px;}
    .pulldown-menu a{font-size: 20px;height: 40px;line-height: 40px;padding-left: 16px;}
    .pulldown ul li {min-height: 400px;padding-top: 90px;}
    .pulldown-link a {font-size: 16px;height: 38px;line-height: 38px;padding-left: 16px;}

    .pubson-title i{margin: 12px auto 0;}

}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar .Header-pcmenu{padding: 0 12px;}

    .pubban-menu a {margin: 0px 20px;}

    .pulldown{width: 800px;}
    .pulldown-menu a{font-size: 20px;height: 40px;line-height: 40px;padding-left: 16px;}
    .pulldown ul li {min-height: 400px;padding-top: 90px;}
    .pulldown-link a {font-size: 16px;height: 38px;line-height: 38px;padding-left: 16px;}

}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    body.noGap .Container-wrapper{margin-top: 80px;}
    body.lucency .Header-wrapper{background: #1b1d1f;}

    .Header-logo img {width: 144px;}
    .Header-navbar .Header-pcmenu{padding: 0 8px;font-size: 16px;}
    .Header-lang a, .Header-lang span{font-size: 16px;}
    .Header-lang span {margin: 0 6px;}
    .Footer-menu {width: 100%;}
    .Footer-rel {width: 100%;margin-top: 32px;}
    
    .pubban-menu a {margin: 0px 16px;}
    .Header-navbar{display: none;}

    .pulldown{width: 640px;}
    .pulldown-menu a{font-size: 16px;height: 40px;line-height: 40px;padding-left: 14px;}
    .pulldown ul li {min-height: 320px;padding-top: 80px;}
    .pulldown-link a {font-size: 14px;height: auto;line-height: 32px;padding-left: 14px; line-height:1.5; margin-bottom:10px;}
    .Header-menubtn{display: block;}
    .Header-lang{margin-right: 24px !important;}
	.Header-logo{ height:80px; line-height:80px;}
	.Header-lang{ height:80px; line-height:80px;}
	.nybanner{ margin-top:80px !important;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    body.noGap .Container-wrapper{margin-top: 60px;}

    .Container-wrapper {margin-top: 60px;}
    .Header-logo {height: 60px;line-height: 60px;}
    .Header-lang {height: 60px;line-height: 60px;margin-right: 16px !important;}
    .Header-menubtn {height: 60px;line-height: 54px;width: 22px;display: block;}
    .Header-logo img {width: 172px;}
    .Footer-menurel {padding: 28px 0 14px;}
    .Footer-menu ul li {width: 100%;}
    .Footer-menulink {margin-top: 0px;display: none;}
    .Footer-menutit i{display: block;}
    .Footer-rel {margin-top: 18px;}
    .Footer-reltel{overflow: hidden;}
    .Footer-reltel h6, .Footer-reltel a{display: block;}
    .Footer-reltel h6{float: left;}
    .Footer-reltel h6 p{font-size: 20px;}
    .Footer-reltel h6 span {font-size: 14px;margin-top: 6px;}
    .Footer-reltel a {width: 138px;height: 38px;float: right;margin-left: 0;line-height: 34px;font-size: 16px;margin-top: 4px;}
    .Footer-reladd p {line-height: 24px;padding-left: 28px;font-size: 14px;}
    .Footer-reladd {margin: 14px 0;}
    .Footer-copy {padding: 16px 0 20px;}
    .Footer-copy p{line-height: 24px;}
    
    .pubban-menu{overflow-x: auto;}
    .pubban-menu a{width: 88px;margin: 0;padding: 0;}
    .pubban-words h6 {font-size: 30px;}
    .pubban-words p {font-size: 16px;margin-top: 10px;line-height: 24px;}
    .pubban img {min-height: 300px;}
    .pubson-title h6{font-size: 26px;}
    .pubson-title i {width: 48px;margin: 12px auto 0;}

    .Header-container{z-index: 9999;}
    .pulldown-container{z-index: 999;}
    .pulldown{width: 100%;padding-top: 62px;}
    .pulldown ul li {min-height: auto;border-left: none;width: 100%;float: left;padding-top: 0px;height: auto !important;}
    .pulldown-menu a {padding: 0 4%;}
    .pulldown-link a{padding: 0 4%;}
    .pulldown-menu a:before{display: none;}
    .pulldown-link {margin-top: 4px;}
    .pulldown-link{display: none;}
    .pulldown-menu{margin-top: 0;}
    .pulldown-btn{display: block;}
    .pulldown ul li:last-child {border-right: none;padding-bottom: 20px;}

    .banner-pc{display: none;}
    .banner-mb{display: block;min-height: auto !important;}
    .pubban-menufixed{top: 54px;}
    .Footer-ewm img{margin-left: -16px;}
	.nybanner{ margin-top:60px !important;}
	.position{ margin-bottom:0 !important;}
}



.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.search{
	color: #fff;
	line-height: 80px;
	display:inline-block;
	position: relative;
	
}
.search span{
	display: block;
	margin:0 0;
	cursor: pointer; padding-top:2px;
}
.search i{
	font-size: 24px; 
}
/*.search:after{
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 16px;
	background: #fff;
	margin-top: -8px;
	width: 1px;
}*/
.sousuo{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	display:none;
	padding:30px 0px;
	background:rgba(255,255,255,.9);
}
.sousuo form{
	display:flex;
	justify-content:space-between;
}
.sousuo form input{
	width:85%;
	line-height:20px;
	padding:15px;
	height:50px;
	border:1px rgba(0,0,0,.1) solid;
	border-right:0;
	outline:none;
}
.sousuo form button{
	width:15%;
	color:#fff;
	font-size:18px;
	border:0;
	background:#666;
}



.m-ftinfo .info-item p {
    display: inline !important;
}
.f-box {
    margin: 0 auto;
    width: 1420px;
    max-width: 100%;
    overflow: visible;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.g-ft {
  background-color: #252526;
  line-height: 36px;
  font-size: 16px;

  color: #f2f2f2;
}
.g-ft a {
  color: #f2f2f2;
}
.g-ft a:hover {
  color: #fff;
}

.m-ftfix1 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.m-ftb1 {
  float: left;
  margin-right: 5%;
  width: 22.9166666667%;
}

.m-ftb2 {
  float: left;
  margin-right: 0;
  width: 22.9166666667%;
}

.m-ftb3 {
  float: left;
  width: 21.9166666667%;
  padding-right: 30px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.m-ftb4 {
  overflow: hidden;
}

.m-ftlogo {
  line-height: 0;
  font-size: 0;
}

.m-ftext {
  margin-top: 20px;
}

.m-ftt {
  margin-bottom: 18px;
  line-height: 32px;
  font-size: 22px;
  
  text-transform: uppercase;
  font-family: "OpenSansBold", arial, helvetica, sans-serif;
}

.m-ftshare {
  margin-top: 116px;
}
.m-ftshare .box-share {
  font-size: 0;
  letter-spacing: 0;
}
.m-ftshare .share-item {
  margin-right: 7px;
  margin-bottom: 8px;
  display: inline-block;
  vertical-align: top;
  width: 38px;
  line-height: 35px;
 
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #787878;
  border-radius: 50%; box-sizing:content-box;
}
.m-ftshare .share-item:hover {
  color: #fff;
  background-color: #0084cd;
}

.m-ftinfo {
  line-height: 30px;
}
.m-ftinfo .info-item {
  margin-top: 6px;
}
.m-ftinfo .info-item:first-child {
  margin-top: 0;
}

.m-ftform .form-info {
  line-height: 30px;
}
.m-ftform .box-form {
  margin-top: 13px;
}
.m-ftform .form-item {
  margin-top: 14px;
}
.m-ftform .form-text {
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 14px;
 
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #fff;
  border-radius: 24px;
}
.m-ftform .form-text::-webkit-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text:-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text::-moz-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-text:-ms-input-placeholder {
  color: #a3a3a3;
  opacity: 1;
}
.m-ftform .form-btn {
  margin-top: 14px;
  display: inline-block;
  min-width: 176px;
  line-height: 48px;
  padding: 0 15px;
  font-size: 16px;
 
  color: #fff;
  text-align: center;
  background-color: #999999;
  border-radius: 24px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.m-ftform .form-btn img {
  vertical-align: middle;
}

.m-ftfix2 .box-wp {
  border-top: 1px solid #3b3b3c;
  padding-top: 30px;
  padding-bottom: 30px;
}

.m-ftlnk {
  overflow: hidden;
  line-height: 26px; text-align:center;
}
.m-ftlnk li {
	display:inline-block;
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  /*.m-ftlogo, .m-ftb2, .m-ftb3, .m-ftb4, .m-ftfix2, .m-ftt {
    display: none;
  }*/

 
.qr img{ max-width:none; width:100%;}
.m-ftform .form-btn{ min-width:auto;}
  .m-ftfix1 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .m-ftext {
    text-align: center;
  }

  .m-ftshare {
    margin-top: 15px;
    text-align: center;
  }
}
.m-ftform .form-btn img {
    vertical-align: middle; display:inline-block;
}

.fenlei{ display:flex;flex-wrap:wrap; justify-content:space-between; width:100%; max-width:1420px; margin-right:auto; margin-left:auto; margin-top:60px; margin-bottom:60px;}
.fenlei .fl{ width:32.33333%; background:#f3f3f3; margin-top:11px; margin-bottom:11px; border-radius:10px;}
.fenlei .fl p{ float:left; width:50%; font-size:20px; padding-left:20px; padding-top:30px; box-sizing:border-box; line-height:1.2; text-transform:uppercase;}
.fenlei .fl img{mix-blend-mode: multiply; float:right; width:50%; padding-top:20px; padding-bottom:20px;}
.fenlei .fl:hover{ background:#b3b3b3;}
.fenlei .fl:hover p{ color:#fff;}
.m-ftlogo img{ max-height:180px; border-radius:5px;}
.c-clearfix{ overflow:hidden;}
@media screen and (max-width: 1500px) {
	.f-box{ width:90%;}
	}
	
	
.sidebar {
 position:fixed;
 top:50%;
 right:62px;
 width:42px;
 text-align:center;
 z-index:10;
 height:250px;
 margin-top:-125px;
 z-index:9;
 line-height:42px
}
.sidebar a {
 width:42px;
 height:42px;
 border-radius:21px;
 cursor:pointer;
 display:block;
 overflow:hidden;
 transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -ms-transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -o-transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -webkit-transition:all .3s cubic-bezier(.15,.65,.58,.99);
 -moz-transition:all .3s cubic-bezier(.15,.65,.58,.99)
}
.sidebar a>span {
 color:#fff;
 font-size:14px;
 margin-left:25px;
 display:none;
 line-height:42px;
 height:42px;
 opacity:0;
 filter:alpha(opacity=0);
 transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -ms-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -o-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -webkit-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99);
 -moz-transition:all .5s 1s cubic-bezier(.15,.65,.58,.99)
}
.sidebar a.right-qq {
 background:url(../images/sidebar-icon1.png) no-repeat center;
 margin-bottom:10px;
 background-color:#019de8;
 position:absolute;
 right:0;
 top:0
}
.sidebar a.right-qq:hover {
 width:148px;
 background:url(../images/sidebar-icon1.png) no-repeat 20px center #019de8
}
.sidebar a.right-weixin {
 background:url(../images/sidebar-icon2.png) no-repeat center;
 background-color:#019de8;
 margin-bottom:10px;
 position:absolute;
 right:0;
 top:52px;
 overflow:visible
}
.sidebar a.right-weixin:hover {
 background:url(../images/sidebar-icon2.png) no-repeat center #019de8
}
.sidebar a.right-weixin:hover .weixin-code {
 opacity:1;
 visibility:visible;
 left:-140px
}
.sidebar .weixin-code {
 position:absolute;
 left:-125px;
 top:50%;
 transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 -webkit-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 opacity:0;
 visibility:hidden;
 transition:all .6s ease;
 -ms-transition:all .6s ease;
 -o-transition:all .6s ease;
 -webkit-transition:all .6s ease;
 -moz-transition:all .6s ease
}
.sidebar .weixin-code img {
 width:120px;
 height:120px
}
.sidebar a.right-tell {
 background:url(../images/sidebar-icon3.png) no-repeat center;
 background-color:#333;
 margin-bottom:10px;
 position:absolute;
 right:0;
 top:104px
}
.sidebar a.right-tell:hover {
 width:160px;
 background:url(../images/sidebar-icon3.png) no-repeat 20px center #333
}
.sidebar a.right-email {
 background:url(../images/sidebar-icon4.png) no-repeat center;
 background-color:#333;
 margin-bottom:10px;
 position:absolute;
 right:0;
 top:156px;
 
}
.sidebar a.right-email:hover {
 width:220px;
 background:url(../images/sidebar-icon4.png) no-repeat 20px center #333
}
.sidebar a.right-message:hover {
 background:url(../images/sidebar-icon4.png) no-repeat center #019de8
}
.sidebar a.right-message:hover .fixed-message {
 opacity:1;
 visibility:visible;
 left:-325px
}
.sidebar a.right-top {
 background:url(../images/sidebar-icon5.png) no-repeat center;
 background-color:#333;
 position:absolute;
 bottom:0;
 right:0
}
.sidebar a.right-top:hover {
 width:120px;
 background:url(../images/sidebar-icon5.png) no-repeat 20px center #333
}
.sidebar a:hover>span {
 display:block;
 vertical-align:middle;
 opacity:1;
 filter:alpha(opacity=100)
}
.fixed-message {
 position:absolute;
 left:-300px;
 top:50%;
 transform:translateY(-50%);
 -ms-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 -webkit-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
 width:300px;
 border-radius:6px;
 background:#fff;
 -moz-box-shadow:0 0 40px rgba(0,0,0,.15);
 -webkit-box-shadow:0 0 40px rgba(0,0,0,.15);
 box-shadow:0 0 40px rgba(0,0,0,.15);
 opacity:0;
 visibility:hidden;
 transition:all .6s ease;
 -ms-transition:all .6s ease;
 -o-transition:all .6s ease;
 -webkit-transition:all .6s ease;
 -moz-transition:all .6s ease
}
.fixed-message h3 {
 color:#333;
 font-size:18px;
 line-height:1;
 margin-top:35px;
 margin-bottom:25px
}
.fixed-message form {
 width:100%;
 padding-left:25px;
 padding-right:25px;
 padding-bottom:40px;
 line-height:1
}
.fixed-message textarea {
 resize:none;
 height:110px;
 padding:15px;
 line-height:24px
}
.fixed-message input {
 height:35px;
 line-height:35px;
 padding:0 15px
}
.fixed-message input,
.fixed-message textarea {
 width:100%;
 border-radius:4px;
 border:1px solid #dfdfdf;
 font-size:14px;
 color:#333;
 margin-bottom:15px
}
.fixed-message .input-item {
 position:relative
}
.fixed-message button[type=submit] {
 border:none;
 color:#fff;
 font-size:14px;
 background:#019de8;
 display:block;
 height:35px;
 width:100%;
 border-radius:4px
}
.fixed-message ::-webkit-input-placeholder {
 color:#888!important
}
.fixed-message :-moz-placeholder {
 color:#888!important
}
.fixed-message ::-moz-placeholder {
 color:#888!important
}
.fixed-message :-ms-input-placeholder {
 color:#888!important
}
.fixed-message:after {
 content:"";
 position:absolute;
 border-width:7px 0 7px 7px;
 border-style:solid;
 border-color:transparent transparent transparent #fff;
 right:-7px;
 top:50%;
 margin-top:-7px
}
.fixed-message .help-info {
 line-height:1;
 margin-left:0;
 bottom:0
}
.fixed-message button[type="button"] {
    border: none;
    color: #fff;
    font-size: 14px;
    background: #019de8;
    display: block;
    height: 35px;
    width: 100%;
    border-radius: 4px;
}
.qr img{ max-width:200px;}
.m-ftb3{ margin-top:20px;}	



@media all and (max-width:640px) {
.sousuo form button{ font-size:14px;}
.search i{
	font-size: 22px; 
}	
.fenlei{ margin: 10px auto 0 !important;}
.fenlei .fl{ width:49%; margin-top:1%; margin-bottom:1%;}
.fenlei .fl p{ font-size:14px; padding-left:8px; padding-top:20px;}
.sidebar{ right:10px;}
.m-ftb1{ width:100%;margin-top:20px;}
.m-ftb2{ width:100%; margin-top:20px;}
.m-ftb3{ width:100%; margin-top:20px;}
.m-ftb4{ width:100%; margin-top:20px;}
.qr{ margin-top:0;}
.m-ftform .form-btn{ min-width:170px;}
	}
	