﻿@charset "utf-8";
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.border-box {
  box-sizing: border-box;
}
article{
  overflow-x: hidden;
  background:#FFFFFF;
}

/*去除uc浏览器广告*/
iframe[id^="head__"] { display: none !important; }
iframe[id^="utp__"] { display: none !important; }
iframe[src*="ucweb.com"] { display: none !important; }

/* 图片放大 */
.img_scale {
  overflow: hidden;
}
.img_scale img {
  transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
}
.img_scale:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);940
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}

body {
 /* overflow-x: hidden;*/
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 14px;
  font-family: "PingFang SC","siyuan","Helvetica Neue","Microsoft YaHei";
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  /*_background-image: url(about:blank);
  _background-attachment: fixed;*/
  font-family: "PingFang SC","siyuan","Helvetica Neue","Microsoft YaHei";
}
/* 清除内外边距 */

*,
*:after,
*::before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
ol,
li {
  list-style: none;
}
img {
  border: none;
  vertical-align: middle;
}
.img-responsive {
  width: 100%;
  height: auto;
}
/*自适应图片*/
/* a标签 */
a {
  text-decoration: none ;
  color: #000000 ;
}
a:hover {
  text-decoration: none ;
}
/* 表单元素默认样式 */
input,
button,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #f9be00;
}
/* 定义浮动居中 */
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.center {
  margin: 0 auto;
}
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.ib-middle {
  display: inline-block;
  vertical-align: middle;
}
.uppercase {
  text-transform: uppercase;
}
.full {
  width: 100%;
  height: 100%;
}
/* 通用 */
div[class*='container'],
section[class*='container'],
ul[class*='container'] {
  margin: 0 auto;
  position: relative;
}
@font-face {
  font-family: 'Didot';
  src: url('../fonts/Didot.eot');
  src: local('Didot'), local('../fonts/Didot'), url('../fonts/didot.woff') format('woff'), url('../fonts/didot.ttf') format('truetype'), url('../fonts/didot.svg#didot') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TAHOMA';
  src: url('../fonts/tahoma.eot');
  src: url('../fonts/tahoma.eot') format('embedded-opentype'), url('../fonts/tahoma.woff') format('woff'), url('../fonts/tahoma.ttf') format('truetype'), url('../fonts/tahoma.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arialnb';
  src: url('../fonts/arialnb.eot');
  src: url('../fonts/arialnb.eot') format('embedded-opentype'), url('../fonts/arialnb.woff') format('woff'), url('../fonts/arialnb.ttf') format('truetype'), url('../fonts/arialnb.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.container {
  width: 1289px;
}
.container_1318 {
  width: 1318px;
}
.container_1045 {
  width: 1045px;
}


header {
  position: relative;
  width: 100%;
  height: 90px;
  background: #fff;
  z-index: 100;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
   overflow:hidden;
}
header .container {
  padding-left: 55px;
  padding-right: 55px;
  width: 100%;
}
.header-warp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
 background-color: #FFF;
  border-bottom: 1px solid #eee;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
.logo {
  display: inline-block;
}
.logo img {
  height: 100px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.header-right {
  font-size: 0;
  line-height: 100px;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.menu,
.header-btn {
  display: inline-block;
  vertical-align: middle;
}
.menu ul li {
  margin-right: 70px;
  font-size: 16px;
  height: 100px;
  padding-top: 26px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 3px;
  padding-right: 3px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  position: relative;
}
.menu ul li a{ color:#333}
.menu ul li > div {
  height: 47px;
  line-height: 47px;
  position: relative;
}
.submenu {
  position: absolute;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  background: #f2f2f2;
  top: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.1);
}
.submenu dd a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size:14px;
  color: #333333;
  background: #f2f2f2;
  border-bottom: 1px solid #ddd;
  transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}
.submenu dd a.ce {
  float:left;
  width:190px;
  margin:0 5px;
  height: 40px;
}
.submenu dd:hover a {
  background: #505050; color:#FFFFFF;
}
.menu ul li:hover .submenu {
  opacity: 1;
  transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  visibility: visible;
}
/*.menu ul li > div a:after,
.menu ul li > div a:before {
  height: 1px;
  background: #fd0600;
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 0px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.menu ul li > div a:before {
  top: 12px;
  right: 15px;
  transform: rotate(35deg) translateY(-50%) translateX(-50%);
}
.menu ul li > div a:after {
  top: 0;
  left: 30px;
  transform: rotate(35deg) translateY(-50%) translateX(-50%);
}
.menu ul li:hover > div a:before,
.menu ul li.cur > div a:before,
.menu ul li:hover > div a:after,
.menu ul li.cur > div a:after {
  width: 20px;
}*/

.menu ul li > div a:after{
  height: 2px;
  background-color: #fd0600;
  content: '';
  display: block;
  position: relative;
  z-index: 1;
  margin: auto;
  width: 0px;
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}

.menu ul li > div a:after {
  top: 0;
  transform: rotate(0deg) translateY(0%) translateX(0%);
}
.menu ul li:hover > div a:after,
.menu ul li.cur > div a:after {
  width: 100%;
}

.menu ul li:hover > div a,
.menu ul li.cur > div a {
  color: #fd0600;
}
.header-btn > div {
  display: inline-block;
  vertical-align: middle;
}
.header-btn span {
  display: inline-block;
  font-size: 16px;
  color: #888;
  vertical-align: middle;
  margin-left: 8px;
}
.header-btn .search {
  margin-right: 27px;
}
.header-btn .website {
  width: 85px;
  height: 29px;
  background: #f8c80f;
  color: #0c0d14;
  text-align: center;
  line-height: 29px;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 34px;
}
.header-btn .website img {
  margin-left: 5px;
}
header.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.footer {
  background: #292929;
  padding-top: 3%;
  margin-top:-25px;*/
  overflow:hidden;
}
.footer .container {
  width: 1620px;
}
.footer .footer-tel {
  width: auto;
  float: left;
  text-align:left;
}
/*.footer .footer-tel .t1 {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 55px;
}
.footer .footer-tel .t2 {
  font-size: 48px;
  color: #fff;
  font-family: "Didot";
  text-transform: uppercase;
  line-height: 1;
}*/

.footer .footer-tel .footer-nav {
  width: 100%;
  float: left;
}
.footer .footer-tel .footer-nav ul {
  height: auto; overflow:hidden;
}
.footer .footer-tel .footer-nav li {
  float: left;
  width: 400px;
}
.footer .footer-tel .footer-nav li:nth-child(2n) {
  float: left;
  width: 180px;
}
.footer .footer-tel .footer-nav li:nth-child(3n) {
  float: left;
  width: 180px;
}
.footer .footer-tel .footer-nav li:nth-child(4n) {
  float: left;
  width: 160px;
}
.footer .footer-tel .footer-nav li:nth-child(5n) {
  float: left;
  width: 160px;
}
.footer .footer-tel .footer-nav dt {
  color: #fdfdfd;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .footer-tel .footer-nav dt a {
  color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer .footer-tel .footer-nav dt a:hover {
  color: #fff;
}
.footer .footer-tel .footer-nav dd {
  margin-bottom: 12px;
  line-height: 1;
}
.fd50{
float:left; width:50%;
} 
.footer .footer-tel .footer-nav dd a {
  color: #7a7a7a;
  font-size: 14px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer .footer-tel .footer-nav dd a:hover {
  color: #fff;
}

.footer .footer-weixin {
  width: 300px;
  float: left;
  text-align:center;
  line-height:36px;
  color:#999999;
  border-right:1px solid #454545;
}
.footer .footer-contact {
  width: calc(1620px - 1200px);
  float: right;
  text-align: left;
  color: #7a7a7a;
  font-size: 14px;
  padding-left:20px;
}
.footer .footer-contact .t2 {
  font-size: 36px;
  color: #fff;
  font-family: "Didot";
  text-transform: uppercase;
  line-height: 1;
  margin-top:25px;
}
.footer .con { line-height:34px; color:#999;}
.footer .con a{ color:#999;}
.footer .con a:hover{ color:#fff;}
.footer .share {
  margin-top: 40px;
}
.footer .share a {
  margin-left: 40px;
}
.footer .friendly-link {
  color: #474747;
  font-size: 14px;
  margin-top: 40px;
  line-height: 24px;
}
.footer .friendly-link a {
  color: #474747;
  margin-right: 15px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer .friendly-link .link{
  padding-left: 70px;
}
.footer .friendly-link a:hover {
  color: #fff;
}
.footer-bottom {
  border: 1px solid #373737;
  line-height: 30px;
  margin-top: 25px;
  text-align: center;
  color: #999;
  font-size: 12px;
  padding:10px;
}
.footer-bottom a {
  color: #999;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-bottom a:hover {
  color: #fff;
}
/*.main-tit {
  text-align: center;
  padding-top: 4.1667%;
  padding-bottom: 4.1667%;
}
.main-tit .line {
  width: 60px;
  height: 1px;
  position: relative;
  margin: 0 auto 20px;
}
.main-tit .line:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 50%;
  margin-left: -30px;
  top: 0;
  background: #999999;
  display: block;
}
.main-tit .tit1 {
  color: #bfbfbf;
  font-size: 40px;
  font-family: 'Didot';
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 10px;
}
.main-tit .tit2 {
  font-size: 28px;
  color: #444444;
  line-height: 1;
}*/
.sign {
  width: 175px;
  height: 40px;
  display: block;
  font-size: 14px;
  color: #0c0d14;
  line-height: 40px;
  background: #f9be00;;
  border-radius: 4px;
  text-align: center;
  margin: 35px auto 0;
  position: relative;
  font-family: "PingFang SC","siyuan","Helvetica Neue","Microsoft YaHei";
  z-index: 3;
  transition: padding ease .4s;
}
.sign:after {
  content: "";
  background: #f08c00;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 0px;
  border-radius: 4px;
  z-index: -1;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sign span {
  opacity: 0;
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 5px;
  top: 18px;
  left: 78px;
  background: url('../images/icon4.png') no-repeat center;
  transition: opacity .3s,transform ease .4s;
}
.sign:hover:after {
  width: 100%;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.sign:hover {
  padding-right: 40px;
}
.sign:hover span {
  opacity: 1;
  transform: translateX(30px);
}
.page{ clear:both; text-align:center; margin:0 auto; padding-top:5%;}
.page .pagination {margin:auto;}
.page .pagination a {margin: 0 5px 0 0;padding: 8px 14px;height:20px;margin-right:6px;line-height:20px;background:#ddd;color:#666;text-align:center;}
.page .pagination a:hover {margin: 0 5px 0 0;padding: 8px 14px;height:20px;margin-right:6px;line-height:20px;background:#a81519;color:#fff;text-align:center;
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}}
.page .pagination a.number {border: 1px solid #ddd; padding:8px 14px;}
.page .pagination a.current:hover {text-decoration: underline;}
.page .pagination .current {margin: 0 5px 0 0;height:20px;margin-right:6px;border:1px #cccccc solid;padding:8px 14px; background:#a81519; color:#FFF;}

.daohang{ line-height:30px; overflow:hidden; border-bottom:1px solid #f2f2f2; width:100%; padding:2% 3%; font-size:16px; text-align:left; background-color:#FFFFFF;}
/*.daohang form{ }
.daohang .input2{  line-height:40px; border:6px solid #0686f1; width:500px; padding-left:5px;}
.daohang .button{ border:0; cursor:pointer; }*/
.daohang span{ float:right; text-align:right;}
.daohang span a:hover{ color:#FF0000;}

.inban{
position: relative;
padding-top:10px;
overflow:hidden;
background-color: #f2f2f2;
text-align: center;
margin:0 auto;
}
.inban img{ width:100%;}

.footer-nav2 {
  width: 100%;
  float: left;
  display:none;
}
.footer-nav2 ul {
  height: auto; overflow:hidden;
}
.footer-nav2 li {
  float: left;
  width: 250px;
}
.footer-nav2 li:nth-child(2n) {
  float: left;
  width: 180px;
}
.footer-nav2 li:nth-child(3n) {
  float: left;
  width: 180px;
}
.footer-nav2 li:nth-child(4n) {
  float: left;
  width: 180px;
}
.footer-nav2 dt {
  color: #fdfdfd;
  font-size: 14px;
  margin-bottom: 35px;
}
.footer-nav2 dt a {
  color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-nav2 dt a:hover {
  color: #fff;
}
.footer-nav2 dd {
  margin-bottom: 12px;
  line-height: 1;
}
.footer-nav2 dd a {
  color: #7a7a7a;
  font-size: 14px;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.footer-nav2 dd a:hover {
  color: #fff;
}

.moblist{ display:none }

/*搜索*/
.search-form{
  width: 450px;
  height: 30px;
  /*border:1px solid #f9be00;*/
  border:1px solid #ff0200;
  border-radius: 15px;
  position: relative;
}
.search-form input[type="text"]{
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  padding-top: 2px;
  border:none;
  padding-left: 10px;
  display: block;
  margin-bottom: 0;
  color: #333;
  background: transparent;
}
.search-form button{
  position: absolute;
  right: 12px;
  height: 18px;
  padding:0;
  top: 6px;
  background: none;
  border:none;
  cursor: pointer;
}
.search-form button img{
  vertical-align: top;
}
.search-form input:focus{
  background: transparent;
}
.search-form button:hover,.search-form button:focus{
  outline: none;
}

/*-----浮动右侧客服-----*/
.float_qq{ position:fixed; top:265px; right:0; width:50px; height:203px; z-index:9999;}
.float_qq li{ width:auto; height:50px; z-index:20;}
.float_qq li.float_qq1,.float_qq li.float_qq4,.float_qq li.float_qq5{ position:absolute; left:0; width:62px;}
.float_qq li.float_qq1{ top:0;}
.float_qq li.float_qq2{ position:absolute; top:51px; left:0; width:126px;}
.float_qq li.float_qq3{ position:absolute; top:102px; left:0; width:172px;}
.float_qq li.float_qq4{ top:153px;}
/*.float_qq li.float_qq5{ top:153px;}*/
/*.float_qq5{ position:absolute; top:153px; left:0;}*/
.float_qq li a{ display:block; color:#FFF; font-size:14px; height:50px; line-height:50px; overflow:hidden; background-color:#595656; opacity:0.8; border-radius:6px;}
.float_qq li a img{ display:block; float:left; vertical-align:middle; width:24px; height:24px; margin:12px 12px 14px 14px;}
.float_qq li a:hover{ background-color:#c7000a; opacity:1;}
.float_shwx{ position:absolute; top:-155px; left:-200px;width:216px; height:216px; padding-bottom:9px;display:none;}
.float_shwx img{ display:block; padding:14px; background-color:#f2f2f2; width:188px; height:188px;}
.float_qq li:hover .float_shwx{display:block;}

/*在线浮动QQ客服代码样式*/
/*灰色*/
.SonlineBox{ width:160px; font-size:12px; overflow:hidden; z-index:9999;}
.SonlineBox .openTrigger{ width:31px; height:110px; position:absolute; top:0px;  z-index:1; cursor:pointer; background:url(../images/grayOpen.jpg) no-repeat #7b7b7b; } 
.SonlineBox .titleBox{ height:35px; line-height:35px;}
.SonlineBox .titleBox span{ margin-left:10px; color:#fff; font-size:14px; font-family:'微软雅黑','黑体';}
.SonlineBox .contentBox{ width:160px; height:auto; position:absolute; z-index:2; height:309px; background:url(../images/qq_bg_03.png) no-repeat;}
.SonlineBox .contentBox .closeTrigger{ width:25px; height:25px; display:block; cursor:pointer;  position:absolute; top:5px; right:5px; -webkit-transition:all 0.8s ease-out; background:url(../images/closeBtnImg.gif) no-repeat;}
.SonlineBox .contentBox .closeTrigger:hover{-webkit-transform:scale(1) rotate(360deg);}
.SonlineBox .contentBox .listBox{overflow:hidden; margin:10px; width:130px; padding-top:5px; padding-left:5px;}
.SonlineBox .contentBox .listBox .head_txt01{ background:url(../images/qq_09.png) repeat-x bottom; padding-bottom:10px; line-height:30px; text-align:center;}
.SonlineBox .contentBox .listBox .head_txt01 a{ line-height:30px; color:#666666;}
.SonlineBox .contentBox .listBox .head_txt01 img{ vertical-align:middle;}
.SonlineBox .contentBox .listBox .contact_01{}

.write{padding-top: 20px; width:800px; margin:0 auto;}
.write input{background-color: #fff; line-height:30px; padding: 20px 5px; color:#333; font-size: 16px; width:100%; margin-bottom:10px; border:1px solid #666;}
.write textarea{background-color: #fff; line-height:30px; padding: 10px 5px; color:#333; font-size: 16px; width:100%; height:150px; margin-bottom:10px; border:1px solid #666;}
.write .submit{background-color: #040404; color:#fff; width: 100%;text-align: center;padding-left: 0; cursor:pointer;*margin:0!important;*padding:17px 0!important; margin-right: 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0;height: 60px;line-height: 56px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.write .submit:hover{background: #f70104; color:#fff;}

@media (max-width: 1680px) {
  /*header*/
  .menu ul li {
    margin-right: 50px;
  }
  .main-tit .tit1 {
    font-size: 36px;
    margin-bottom: 6px;
  }
  .main-tit .tit2 {
    font-size: 24px;
  }
  header .container {
    padding-left: 45px;
    padding-right: 45px;
    width: 100%;
  }
.footer .container {
    width: 1400px;
  }
.footer .footer-tel {
  width: auto;
}
.footer .footer-tel .footer-nav li {
  float: left;
  width: 360px;
}
.footer .footer-tel .footer-nav li:nth-child(2n) {
  float: left;
  width: 160px;
}
.footer .footer-tel .footer-nav li:nth-child(3n) {
  float: left;
  width: 160px;
}
.footer .footer-tel .footer-nav li:nth-child(4n) {
  float: left;
  width: 160px;
}
.footer .footer-tel .footer-nav li:nth-child(5n) {
  float: left;
  width: 160px;
}

.footer .footer-contact {
  width: calc(100% - 1000px);
}


}
@media (max-width: 1440px) {
  .footer .container {
    width: 1280px;
  }
.footer .footer-tel {
  width: auto;
}
.footer .footer-tel .footer-nav li {
  float: left;
  width: 360px;
}
.footer .footer-tel .footer-nav li:nth-child(2n) {
  float: left;
  width: 170px;
}
.footer .footer-tel .footer-nav li:nth-child(3n) {
  float: left;
  width: 140px;
  display:none;
}
.footer .footer-tel .footer-nav li:nth-child(4n) {
  float: left;
  width: 150px;  
}
.footer .footer-tel .footer-nav li:nth-child(5n) {
  float: left;
  width: 180px;
}

.footer .footer-contact {
  width: calc(1280px - 860px);
}

.footer-nav2 li {
  float: left;
  width: 220px;
}
.footer-nav2 li:nth-child(2n) {
  float: left;
  width: 160px;
}
.footer-nav2 li:nth-child(3n) {
  float: left;
  width: 160px;
}
.footer-nav2 li:nth-child(4n) {
  float: left;
  width: 160px;
}  
}
@media (max-width: 1366px) {
  .container{
    width: 90%;
  }
  .menu ul li {
    margin-right: 40px;
  }
  .container_1318 {
    width: 1080px;
  }
.footer .container {
    width: 1240px;
  }
.footer .footer-tel {
  width: auto;
}
.footer .footer-tel .footer-nav li {
  float: left;
  width: 360px;
}
.footer .footer-tel .footer-nav li:nth-child(2n) {
  float: left;
  width: 170px;
}
.footer .footer-tel .footer-nav li:nth-child(3n) {
  float: left;
  width: 140px;
  display:none;
}
.footer .footer-tel .footer-nav li:nth-child(4n) {
  float: left;
  width: 150px;  
}
.footer .footer-tel .footer-nav li:nth-child(5n) {
  float: left;
  width: 180px;
}

.footer .footer-contact {
  width: calc(1240px - 860px);
}

  .logo img {
    height: 80px;
    margin-top: 10px;
  }
  header .container {
    width: 100%;
  }
  .main-tit .tit1 {
    font-size: 32px;
  }
  
.footer-nav2 li {
  float: left;
  width: 220px;
}
.footer-nav2 li:nth-child(2n) {
  float: left;
  width: 160px;
}
.footer-nav2 li:nth-child(3n) {
  float: left;
  width: 160px;
}
.footer-nav2 li:nth-child(4n) {
  float: left;
  width: 160px;
}  

}

@media (max-width: 1280px) {
.footer .container {
    width: 1100px;
  }
.footer .footer-tel {
  width: auto;
}
.footer .footer-tel .footer-nav li {
  float: left;
  width: 300px;
}
.footer .footer-tel .footer-nav li:nth-child(2n) {
  float: left;
  width: 120px;
}
.footer .footer-tel .footer-nav li:nth-child(3n) {
  float: left;
  width: 120px;
  display:none;
}
.footer .footer-tel .footer-nav li:nth-child(4n) {
  float: left;
  width: 140px;
}
.footer .footer-tel .footer-nav li:nth-child(5n) {
  float: left;
  width: 160px;
}

.footer .footer-contact {
  width: calc(1100px - 720px);
}
.footer .footer-contact .t2{
font-size:36px;
}

  .container_1318{
    width: 84%;
  }
  .container_1045{
    width: 90%;
  }
  
.footer-nav2 li {
  float: left;
  width: 180px;
}
.footer-nav2 li:nth-child(2n) {
  float: left;
  width: 140px;
}
.footer-nav2 li:nth-child(3n) {
  float: left;
  width: 120px;
}
.footer-nav2 li:nth-child(4n) {
  float: left;
  width: 120px;
}
  
}

@media (max-width: 1200px) {
  .header-warp,
  header {
    height: 80px;
    z-index: 100;
  }
  header .container {
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    height: 80px;
  }
  .logo img {
    height: 80px;
    width: auto;
    margin-top: 0;
  }
  .menu-icon {
    position: absolute;
    right: 5%;
    top: 5px;
    height: 80px;
    width: 30px;
    z-index: 9999;
  }
  .menu-icon span {
    width: 30px;
    height: 2px;
    display: block;
    background: #f9be00;
    position: absolute;
    left: 10px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .icon-top {
    top: 28px;
  }
  .icon-middle {
    top: 50%;
    margin-top: -1px;
  }
  .icon-bottom {
    bottom: 28px;
  }
  .menu-icon.on .icon-top {
    -webkit-transform: translateY(11px) rotate(45deg);
    -moz-transform: translateY(11px) rotate(45deg);
    -ms-transform: translateY(11px) rotate(45deg);
    -o-transform: translateY(11px) rotate(45deg);
    transform: translateY(11px) rotate(45deg);
  }
  .menu-icon.on .icon-bottom {
    -webkit-transform: translateY(-11px) rotate(-45deg);
    -moz-transform: translateY(-11px) rotate(-45deg);
    -ms-transform: translateY(-11px) rotate(-45deg);
    -o-transform: translateY(-11px) rotate(-45deg);
    transform: translateY(-11px) rotate(-45deg);
  }
  .menu-icon.on .icon-middle {
    width: 0;
  }
  .header-right {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    float: none;
    background: #fff;
    z-index: 1099;
    padding-bottom: 5px;
    display: none;
    transition: all 0s 0s;
    -webkit-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    -ms-transition: all 0s 0s;
    -moz-transition: all 0s 0s;
  }
  .menu ul li {
    margin: 0;
    float: none;
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 0;
    display: block;
    height: auto;
    -webkit-transition: transform 0.4s ease-in, opacity 0.4s ease-in;
    transition: transform 0.4s ease-in, opacity 0.4s ease-in;
    cursor: pointer;
    padding-left: 5%;
    padding-right: 5%;
  }
  .menu ul li > div a {
    display: block;
    height: 100%;
    border-bottom: 1px solid rgba(207, 207, 207, 0.66);
    height: 60px;
    line-height: 60px;
  }
  .menu ul li > div i {
    width: 10px;
    height: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -5px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .menu ul li.show > div i {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .menu ul li > div {
    height: 60px;
    line-height: 60px;
  }
  .header-btn,
  .menu {
    width: 100%;
    display: block;
  }
  .menu ul li > div a:after,
  .menu ul li > div a:before {
    display: none;
  }
  .submenu {
    width: 100%;
    left: 0;
    margin-left: 0;
    display: block;
    position: relative;
    transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    visibility: visible;
    opacity: 1;
    top: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: left;
    display: none;
    border: none;
    transition: all 0s 0s;
    -webkit-transition: all 0s 0s;
    -o-transition: all 0s 0s;
    -ms-transition: all 0s 0s;
    -moz-transition: all 0s 0s;
	background-color:#fff;
  }
  .submenu dd a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
	background-color:#fff;
  }
  .submenu dd a.ce {
  width:100%;
  margin:0;
  height: 40px;
}
  .header-btn {
    padding-left: 5%;
  }
  /*footer*/
.footer .container {
    width: 1100px;
  }
.footer .footer-tel {
  width: 700px;
}
.footer .footer-tel .footer-nav li {
  float: left;
  width: 300px;
}
.footer .footer-tel .footer-nav li:nth-child(2n) {
  float: left;
  width: 120px;
}
.footer .footer-tel .footer-nav li:nth-child(3n) {
  float: left;
  width: 120px;
}
.footer .footer-tel .footer-nav li:nth-child(4n) {
  float: left;
  width: 120px;
}

.footer .footer-contact {
  width: calc(1100px - 200px - 500px);
}
.footer .footer-contact .t2{
font-size:36px;
}

  .container_1318{
    width: 84%;
  }
  .container_1045{
    width: 90%;
  }
  
.footer-nav2 li {
  float: left;
  width: 180px;
}
.footer-nav2 li:nth-child(2n) {
  float: left;
  width: 140px;
}
.footer-nav2 li:nth-child(3n) {
  float: left;
  width: 120px;
}
.footer-nav2 li:nth-child(4n) {
  float: left;
  width: 120px;
}

.SonlineBox{ display:none;}
  
}
@media (max-width: 768px) {
	body{
		overflow-x: hidden;
	}
	 .search-form{
  width: 300px;
  margin-top: 15px;
  margin-bottom: 15px;

}
  .container_1318{
    width: 90%;
  }
  .menu ul li {
    font-size: 14px;
  }
  .menu ul li > div,
  .menu ul li > div a {
    height: 50px;
    line-height: 50px;
  }
  .submenu dd a {
    height: 40px;
    line-height: 40px;
  }
  .header-warp,
  header .container,
  header {
    height: 60px;
  }
  .logo img {
    height: 60px;
  }
  .menu-icon {
    height: 50px;
  }
  .menu-icon span {
    height: 1px;
  }
  .icon-top {
    top: 15px;
  }
  .icon-bottom {
    bottom: 15px;
  }
  .menu-icon.on .icon-top {
    -webkit-transform: translateY(10px) rotate(45deg);
    -moz-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .menu-icon.on .icon-bottom {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
  }
  /*footer*/
  
.footer .friendly-link{ display:none;}
.footer .container {
    width: 98%;
  }
.footer .footer-tel {  width: 100%; padding:0; display:block; float:none;text-align:center; clear:both; overflow:hidden; }
.footer .footer-tel .footer-nav ul {
height: auto; overflow:hidden;
}
.footer .footer-tel .footer-nav li {
width: 100%;
}
.fd50{
float:left; width:50%;
} 
.footer .footer-tel .footer-nav li:nth-child(1),
.footer .footer-tel .footer-nav li:nth-child(2),
.footer .footer-tel .footer-nav li:nth-child(3),
.footer .footer-tel .footer-nav li:nth-child(4){
width: 100%;
}
.footer .footer-tel .footer-nav li:nth-child(5){
width: 100%;
}
.footer .footer-tel .footer-nav li dt {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #373737;
margin-bottom: 0;
position: relative;
}
.footer .footer-tel .footer-nav li dt i {
width: 8px;
height: 8px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
position: absolute;
right: 5px;
top: 50%;
margin-top: -5px;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}

.footer .footer-tel .footer-nav li.show dt i {
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.footer .footer-tel .footer-nav li dl {
display: none;
}
.footer .footer-tel .footer-nav dd {
height: 45px;
line-height: 45px;
border-bottom: 1px solid #373737;
margin-bottom: 0;
}

.footer .footer-weixin {  width: 96%; padding:2%; display:block; float:none; text-align:center; border-right:0; }
.footer .footer-contact {width: 96%; padding:2%; display:block; float:none;text-align:center;}


  .sign:hover{
    padding-right: 0 ;
  }
  .sign span{
    display: none;
  }
  .footer .friendly-link a{
    margin-right: 5px;
  }
  .daohang{ display:none;}
  
.footer-nav2 {
  width: 100%;
  float: left;
  display:block;
  text-align:center;
  background-color:#292929;
}
.footer-nav2 ul {
height: auto; overflow:hidden;
}
.footer-nav2 li {
width: 100%;
}
.footer-nav2 li:nth-child(1),
.footer-nav2 li:nth-child(2),
.footer-nav2 li:nth-child(3),
.footer-nav2 li:nth-child(4){
width: 100%;
}
.footer-nav2 li dt {
height: 50px;
line-height: 50px;
border-bottom: 1px solid #373737;
margin-bottom: 0;
position: relative;
}
.footer-nav2 li dt i {
width: 8px;
height: 8px;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
position: absolute;
right: 5px;
top: 50%;
margin-top: -5px;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
}

.footer-nav2 li.show dt i {
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
.footer-nav2 li dl {
display: none;
}
.footer-nav2 dd {
height: 45px;
line-height: 45px;
border-bottom: 1px solid #373737;
margin-bottom: 0;
}


.moblist{ overflow:hidden; width:100%; margin:2% 3%; padding-top:4%; display:block }
.moblist li{ padding:5px 20px; background-color:#999; color:#FFFFFF; margin:0 10px 10px 0; border-radius:28px; line-height:24px; float:left; }
.moblist li:hover{ 
  background-color:#000;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.moblist li.current{ background-color:#000;}
.moblist li a{ color:#FFFFFF; }

.inban{ display:none;
}

.float_qq{ display:none;}

.write{padding-top: 20px; width:100%; margin:0 auto;}
}

@media (max-width: 480px){
	.container_1318{
		width: 94%;
	}
  .footer-bottom{
    height: auto;
    line-height: 22px;
    padding:10px 0;
  }
}
.scroll-top {
    position: fixed;
    right: 0;
    bottom: 8%;
    cursor: pointer;
    z-index: 999;
}