@charset "UTF-8";
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  background: #1b1b1b;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #1b1b1b;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #1b1b1b;
}
.w1520 {
  width: 80%;
  margin: 0 auto;
}
.w1620 {
  width: 100%;
  margin: 0 auto;
}
html, body { 
  font-family:"Microsoft YaHei";
}
input, textarea, select {
  margin: 0;
  padding: 0;
}
input {
  border: none;
}
a {
  color: #777;
  transition: color 0.3s ease 0s;
}
a:hover {
  color: #333;
}
li {
  float: left;
}
ul:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
img.up-pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  *height: auto;
}
.pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 10px;
}
.pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 1px solid #dadada;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: top;
}
.pagination span.swiper-pagination-bullet-active {
  border: 1px solid #3b3b3b;
  background: none;
}
header {
  position: relative;
  z-index: 10;
  transition: transform 0.5s ease 0s;
  height: 100px;
}
header .header-main {
  width: 100%;
  padding-top:0;
  background-color: #fff;
  transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
  position: fixed;
  left: 0;
  top: 0;
}
header .logo{font-size:1.2rem; color:#000;margin-top:0.86rem;}
header .logo img {
  transition: all 0.3s ease 0s;
}
header .nav-link {
  position: relative;
  margin-top: 14px;
}
header .nav-link .nav {
  line-height: 40px;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  margin-top:16px;
}
header .nav-link .nav a.tit-a {
  color: #333;
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  line-height: 40px;
}
header .nav-link .nav a.tit-a:hover {
  color: #888;
}
header .nav-link .nav li {
  padding-left: 36px;
  height: 40px;
  padding-bottom: 32px;
  transition: all 0.3s ease 0s;
  position: relative;
}
header .nav-link .nav li.cur a.tit-a {
  color: #888;
}
header .nav-link .nav li .sub-nav{
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  z-index: 2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
}
header .nav-link .nav li .sub-nav dl{
  float: right;
  width: 660px;
}
header .nav-link .nav li .sub-nav dd{
  margin-right: 60px;
  font-size: 14px;
  line-height: 47px;
  padding-top: 4px;
  position: relative;
  float: left;
}
header .nav-link .nav li .sub-nav dd a{

}
header .nav-link .nav li .sub-nav dd a {
  display: inline-block;
  color: #777;
}
header .nav-link .nav li .sub-nav dd i {
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #333;
}
header .nav-link .nav li .sub-nav dd:hover a {
  color: #333;
}
header .nav-link .nav li .sub-nav dd:hover i {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}
header .nav-link .nav li .sub-nav dd.hover a {
  color: #333;
}
header .nav-link .nav li .sub-nav dd.hover i {
  left: 0;
  width: 100%;
}
header .nav-link .nav .line {
  display: inline-block;
  width: 1px;
  height: 11px;
  background-color: #ccc;
  float: left;
  margin-left: 33px;
  margin-top: 16px;
}
header .nav-link .extra-nav {
  color: #333;
}
header .nav-link .sub-menu {
  width: 722px;
  position: absolute;
  left: 0;
  top: 72px;
  background-color: #fff;
  display: none;
}
header .nav-link .sub-menu .boxs {
  border-top: 1px solid #444444;
  display: none;
}
header .nav-link .sub-menu ul {
  width: 236px;
  border: 1px solid #d0d0d0;
}
header .nav-link .sub-menu li {
  border-top: 1px solid #d0d0d0;
  line-height: 44px;
  font-size: 12px;
  line-height: 24px;
  width: 100%;
  transition: background 0.3s ease 0s;
}
header .nav-link .sub-menu li a {
  display: block;
  width: 186px;
  padding: 10px 25px;
}
header .nav-link .sub-menu li:hover {
  background-color: #eee;
}
header .nav-link .sub-menu li:first-child {
  border-top: none;
}
header .nav-link .sub-menu .img-box {
  padding-top: 13px;
  margin-left: 12px;
  padding-bottom: 10px;
}
header .nav-link .sub-menu .img-box .img {
  display: block;
  width: 225px;
  position: relative;
  margin-right: 10px;
  float: left;
}
header .nav-link .sub-menu .img-box .up-tit {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -42px;
}
header .nav-link .sub-menu .img-box .up-tit p {
  font-size: 70px;
  font-family: "Trump";
  color: #fff;
  line-height: 80px;
}
header .nav-link .sub-menu .img-box .up-tit .line {
  display: block;
  width: 78px;
  height: 4px;
  margin: 0 auto;
  background-color: #fff;
}
header .extra-link {
  margin-left: 28px;
  margin-top: 16px;
}
header .extra-link a {
  display: inline-block;
  height: 40px;
  width: 22px;
  margin-left: 15px;
  float: left;
}
header .extra-link .link1 {
  background: url(../images/ico_01.png) no-repeat center;
}
header .extra-link .link2 {
  background: url(../images/ico_02.png) no-repeat center;
}
header .extra-link .link3 {
  background: url(../images/ico_03.png) no-repeat center;
}
header .extra-link .link4 {
  background: url(../images/ico_04.png) no-repeat center;
}
header .extra-link .hide {
  display: none;
  position: absolute;
  top: 102%;
  left: 50%;
  width: 122px;
  margin-left: -61px;
}
header .m-btn {
  width: 22px;
  height: 20px;
  padding: 12px;
  display: none;
  cursor: pointer;
  margin-top: 3px;
}
header .m-btn .box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header .m-btn .line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1d1d1d;
  position: absolute;
  left: 0;
  transition: width 0.3s ease 0s;
}
header .m-btn .line1 {
  width: 12px;
  top: 0;
}
header .m-btn .line2 {
  width: 20px;
  top: 6px;
}
header .m-btn .line3 {
  width: 16px;
  top: 13px;
}
header .m-btn.cur .line1, header .m-btn.cur .line2, header .m-btn.cur .line3 {
  width: 100%;
}

header.fixed .header-main {
  position: fixed;
  left: 0;
  top: 0;
}

.m-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s;
}

.m-sub-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .top-box .stt {
  display: inline-block;
  font-size: 16px;
  color: #acacac;
  margin-left: 8.2%;
  font-family: "Base-font";
}
.m-sub-menu .top-box .close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/ico_37.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 0.2rem;
  cursor: pointer;
  padding-bottom:1.2rem;
}
.m-sub-menu .list-wrap ul {
  width: 100%;
}
.m-sub-menu .list-wrap li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .list-wrap li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
  font-size: 16px;
  color: #666;
}
.m-sub-menu .list-wrap .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/ico_38.png) no-repeat center;
  margin-top: 26px;
}
.m-sub-menu .bot-link {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  margin-top: 30px;
}
.m-sub-menu .bot-link a {
  display: inline-block;
  width: 36px;
  height: 50px;
  margin-right: 20px;
  float: left;
}
.m-sub-menu .bot-link .link1 {
  /*background: url(../img/ico_39.png) no-repeat center;*/
  background: url(../img/ico_01.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .bot-link .link2 {
  /*background: url(../img/ico_40.png) no-repeat center;*/
  background: url(../img/ico_02.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .bot-link .link3 {
  /*background: url(../img/ico_41.png) no-repeat center;*/
  background: url(../img/ico_03.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .sec-sub-list {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  background: url(../img/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
  left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
  width: 100%;
}
.m-sub-menu .sec-sub-list li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-sub-menu .sec-sub-list .bot-link {
  margin-top: 14px;
}
.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  font-family: "Base-font";
  padding-left: 88px;
  padding-right: 80px;
  background: url(../img/ico_36.png) no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  font-family: "Base-font";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  text-align: center;
}
.search-alert .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/ico_37.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

/*Banner开始*/

/*Banner结束*/

@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}



.go {
  width: 40px;
  height: 30px;
  background-position: -334px 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: -5px;
}

.go:hover {
  background-position: -334px -30px;
}


   #qq_navWrap {
                  width: 148px;
                  min-width: 148px;
                  background: none;
                  float: left;
                  background: none;
                  font-size: 16px!important;
              }

              .loginWrap,
              .qq_nav li.moreNav .navmenu {
                  background: none;
              }

              .qq_nav {
                  display: none!important;
              }

              .loginWrap .quickArea {
                  display: none;
              }

              .loginWrap .quickArea:first-child {
                  display: block;
              }

              .loginWrap .quickArea .loginBtn em {
                  font-size: 16px;
                  width: 66px;
                  height: 26px;
                  line-height: 26px;
                  background: #fff;
                  border: none;
                  border-radius: 0px;
                  color: #333;
                  margin-top: 4px;
              }

              .loginWrap .quickArea .loginBtn em:hover {
                  background: none;
                  color: #333
              }

              .loginWrap .quickArea .nick {
                  color: #000;
              }

              .loginWrap .quickArea .infoPop {
                  left: 25px;
                  top: 35px;
                  width: 85px;
                  padding: 0px;
              }

              .loginWrap .quickArea .infoPop .big-face {
                  display: none!important;
              }

              .loginWrap .quickArea .infoPop a {
                  padding: 0px;
                  text-align: center;
                  font-size: 16px;
              }   
  .cooperate{
  background: #f7f7f7;
  padding: 20px;
  margin-bottom: 20px;
}
.cooperate.module .desc {
line-height: 36px;
}
.cooperate .desc i {
margin: 0 12px;
  font-style: normal;
  color: #e6e6e6;
  vertical-align: top;
}
.cooperate .desc a {
display: inline-block;
font-size: 14px;
  color: #333333;
  text-decoration: none;
  vertical-align: 5px;
}     
.module{
font-size: 14px;
color: #888;
margin-bottom:0;
}
.module a {
  color: #888;
}
.module .desc{
line-height: 26px;
overflow: hidden;
}
.module .subtitle{
/*font-weight: bold;*/
margin-bottom: 20px;
color: #666;
font-size: 18px;
}
.tcopyright{line-height:36px;margin:0 auto;text-align:center;overflow:hidden;clear:both;background:#111; padding:30px 0; color:#fff; font-size:16px;}
.tcopyright .en{font-family:Arial;}
.tcopyright a{color:#888888;text-decoration:none;}
.tcopyright a:hover{color:#bd0a01;text-decoration:underline;}
.tcopyright i{font-style:normal;color:#e6e6e6;margin:0 14px;}
.follow .mail_connect i, .follow .sina_connect i, .follow .wechat_connect i {
background: url(../images/dajia_about_icon_32.png) no-repeat left top;
}
.follow {
margin-bottom: 40px;
}
.follow p {
height: 38px;
line-height: 38px;
font-size: 14px;
color: #808080;
margin: 0 0 15px;
}
.follow img {
display: block;
width: 143px;
height: 142px;
margin: 0 auto;
}
.follow .code_text {
margin: 0 auto;
text-align: center;
margin-top: 10px;
padding-left: 0;
}
.follow i {
display: inline-block;
width: 32px;
vertical-align: middle;
margin-right: 10px;
}
.follow .mail_connect i {
height: 32px;
background-position: 0 0;
}
.follow .sina_connect i {
height: 32px;
background-position: -32px 0;
}
.follow .wechat_connect i {
height: 32px;
background-position: -64px 0;
}
.subtitle{
/*font-weight: bold;*/
margin-bottom: 20px;
color: #666;
font-size: 18px;
}
.side .side_list {
border: 1px solid #ccc;
padding: 25px;
}
.goTop{width:54px;height:54px;position:fixed;background-image:url(../images/bg_icon.png);background-repeat:no-repeat;background-position:-161px 0;bottom:46px;right:50%;margin-right:-456px;cursor:pointer;display:none;}
.goTophover{background-position:-161px -57px;}
/*右侧客服代码*/
.floating_ck{position:fixed;right:20px;top:30%;z-index:999999;}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#AB1E2A;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/icon0701/zxicon.png);}
.quote{background-image:url(../images/icon0701/kficon.png);}
.qrcord{background-image:url(../images/icon0701/erweima.png);}
.return{background-image:url(../images/icon0701/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#AB1E2A;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;/*margin-top:5px;*/}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}
.dakuang{width:1100px; height:200px; margin:0 auto; margin-top:20px;}
.dakuang li{width:31.5%; float:left; padding:10px;}
.dakuang .kuang1{border: 1px solid #999; padding:30px; height:80px; font-size:18px;}
.bt1{width:160px; margin:0 auto;}
.bt1 h1{font-size:36px; font-weight:bold;}
.kuang1 .dzuo{float:left; margin-right:20px; padding:0 10px; margin-left:10px; width:12%;}
.kuang1 .dyou{float:left; width:65%;}
.article{/*background: #f7f6ee;*/padding: 30px 0 10px 0;}
/*.article img{width:100%;}*/
.jiantou img{width:8%;}
.news{margin:16px 0;overflow:hidden;}
.news li{float:left;;width:368px;height:466px;background:#fff;border-radius:16px;overflow:hidden;margin-bottom:54px;margin-right:48px;}
.news li:nth-child(3n){margin-right:0;}
.news li a{display:block;}
.news-tu{width:100%;height:214px;}
.news li h3{margin:0 22px;font-size:18px;font-family:'Futura';font-weight:500;line-height:42px;padding-top:16px;}
.news li h2{margin:0 22px;font-size:18px;font-weight:500;line-height:46px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.news li p{margin:0 22px;font-size:14px;line-height:30px;padding-top:16px;}
.news li span{margin:0 22px;font-size:14px;line-height:32px;padding:20px 0;display:block;}
.news li span img{margin-left:10px;}
.news li a:hover h2{color:#802528;}
.article1 {background: #f7f6ee;padding: 30px 0 10px 0;}
.news1{margin:16px 0;overflow:hidden;}
.news1 li{float:left;width:540px;height:420px;background:#fff;border-radius:16px;overflow:hidden;margin-bottom:54px;margin-right:40px;}
.news1 li:nth-child(3n){margin-right:40px;}
.news1 li a{display:block;}
.news-tu1{width:100%;height:360px;}
.news1 li h3{margin:0 22px;font-size:19px;font-family:'Futura';font-weight:500;line-height:42px;padding-top:16px;}
.news1 li h2{margin:0 22px;font-size:22px;font-weight:500;line-height:46px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.news1 li p{margin:0 22px;font-size:17px;line-height:30px;padding-top:16px;}
.news1 li span{margin:0 22px;font-size:18px;line-height:32px;padding:20px 0;display:block;}
.news1 li span img{margin-left:10px;}
.news1 li a:hover h2{color:#802528;}
.img01{width:100%;}
@media (max-width: 768px) {
.news1 li{width:100%;}
}