﻿@charset "utf-8";
body,
html {
  font-family: '微软雅黑', 'Microsoft Yahei';
  font-size: 14px;
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
}
body.gray {
  background: #f7f7f7;
}
li,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
a {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
  text-decoration: none;
}
button,
input,
select,
textarea {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  box-sizing: border-box;
  resize: none;
  border-radius: 0;
  font-family: '微软雅黑', 'Microsoft Yahei';
}
img {
  border: none;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.img_baidu{
  position: absolute;
  left: 100000px;
  top: -100000px;
}
.mobile_erweima_box{
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/*::-webkit-scrollbar-thumb {
  background-color: #2faaff;
  background-clip: padding-box;
  min-height: 28px;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}*/
/*::-webkit-scrollbar-thumb:hover {
  background-color: rgba(230, 0, 0, 0.5);
}*/
input::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder {
  color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
.time-01s {
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.time-02s {
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.time-03s {
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.time-04s {
  -webkit-transition: all 0.4s ease-out;
  -khtml-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.wh1200 {
  max-width: 1200px;
  margin: 0 auto;
}
.mobile {
  display: none!important;
}
#main {
  /*padding-top: 171px;*/
}
#header {
  /*position: fixed;*/
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0px;
  background: #fff url(../images/common_bg.png) top center no-repeat;
}
#header .header_top {
  padding: 35px 0px;
}
#header .header_top .header_top_left {
  float: left;
  overflow: hidden;
  margin-left: 40px;
}
#header .header_top .header_top_left h1{
  float: left;
}
#header .header_top .header_top_left .logo {
  float: left;
  width: 170px;
}
#header .header_top .header_top_left .logo img {
  display: block;
  width: 100%;
}
#header .header_top .header_top_left .text {
  float: left;
  font-size: 18px;
  color: #111;
  margin-top: 16px;
  margin-left: 45px;
  position:relative;
  top: 3px;
}
#header .header_top .header_top_left .text img {
  display: inline-block;
  margin-right: 5px;
}
#header .header_top .header_top_right {
  float: right;
  overflow: hidden;
  margin-right: 30px;
}
#header .header_top .header_top_right .search_icon {
  width: 30px;
  height: 30px;
  background: url(../images/search_icon.png) center center no-repeat;
  float: left;
  margin-top: 20px;
  cursor: pointer;
  position:relative;
  top: 0px;
}
#header .header_top .header_top_right .tel_box {
  float: left;
  text-align: right;
  margin-left: 35px;
}
#header .header_top .header_top_right .tel_box .tel_name {
  font-size: 14px;
  color: #2faaff;
  position:relative;
  top: 2px;
}
#header .header_top .header_top_right .tel_box .tel_text {
  font-family: '黑体', 'SimHei';
  font-size: 26px;
  color: #2faaff;
  margin-top: 2px;
  font-weight: bold;
  position:relative;
  top: 0px;
}
#header .header_top .header_top_right .tel_box .tel_text img {
  margin-right: 15px;
}
#header .header_bottom .navigation {
  background: #2faaff;
  position: relative;
  border-radius: 3px;
}
#header .header_bottom .navigation ul li {
  float: left;
  width: 10%;
  text-align: center;
  height: 50px;
  overflow: hidden;
}
// #header .header_bottom .navigation ul li:hover .two_menu{
//   -webkit-animation: popup 0.4s ease forwards;
// }
// @-webkit-keyframes popup {
//   0% { -webkit-transform: translateY(10vh); -webkit-opacity: 0;}
//   100%{ -webkit-transform: translateY(0); -webkit-opacity: 1;}
// }
#header .header_bottom .navigation ul li a.link_no1 {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
}
#header .header_bottom .navigation ul li a.link_no1 img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
}
#header .header_bottom .navigation ul li .two_menu {
  position: absolute;
  width: 100%;
  background: #fff;
  -moz-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  box-sizing: border-box;
  top: 50px;
  left: 0px;
  display: none;
  // -webkit-transform: translateY(10vh);
  // transform: translateY(10vh);
  // -webkit-opacity: 0;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_fu {
  min-height: 180px;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_bg {
  background: url(../images/two_menu_bg.png) center center no-repeat;
  width: 16px;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -430px;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_name {
  float: left;
  width: 26%;
  box-sizing: border-box;
  position: relative;
  display: none;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_name img {
  display: block;
  max-width: 100%;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_name p {
  font-size: 24px;
  color: #111;
  font-weight: bold;
  position: absolute;
  top: 70px;
  left: 70px;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_name p:after {
  content: '';
  display: block;
  width: 30px;
  height: 10px;
  background: #2faaff;
  margin-top: 16px;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_content {
  float: left;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  // padding-left: 30px;
  margin-top: -15px;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box {
  float: left;
  width: 25%;
  box-sizing: border-box;
  // padding-left: 28px;
  text-align: left;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  color: #111;
  margin-top: 15px;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box a {
  color: #111;
  font-size: 14px;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #dddddd;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box a:hover {
  color: #2faaff;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box a:hover:before {
  background: #2faaff;
}
#header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box:hover {
  color: #2faaff;
}
#header .header_bottom .navigation ul li:hover a.link_no1 {
  background: #5669f3;
}
#header.active {
  -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  background: #fff;
}
#header.active .header_bottom {
  background: #2faaff;
}
.search_content.active {
  right: 0px;
}
.search_content {
  position: fixed;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 110;
  right: -100%;
}
.search_content .close_search {
  cursor: pointer;
  width: 30px;
  height: 30px;
  background: url(../images/close_nav.png) center center no-repeat;
  background-size: 14px 14px;
  position: absolute;
  right: -65px;
  top: 13px;
  -webkit-transition: all 0.3s ease-out;
  -khtml-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search_content .close_search:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.search_content .search_box {
  width: 630px;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}
.search_content .search_box form {
  overflow: hidden;
  padding-right: 130px;
  position: relative;
}
.search_content .search_box form input {
  width: 100%;
  height: 50px;
  border: none;
  border: 1px solid #dddddd;
  border-radius: 3px;
  background: transparent;
  font-size: 16px;
  box-sizing: border-box;
  padding: 0px 20px;
}
.search_content .search_box form button {
  display: block;
  width: 120px;
  height: 50px;
  background: #e50215;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
}
.search_content .search_box form button i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/search_icon_b.png) center center no-repeat;
  background-size: cover!important;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.search_content .search_box .association .name {
  font-size: 14px;
  color: #888888;
  margin: 30px 0px;
}
.search_content .search_box .association a {
  display: table;
  font-size: 16px;
  color: #0e80c5;
  margin-bottom: 20px;
}
.search_content .search_box .association a:hover {
  opacity: 0.7;
}
#footer .footer_swiper {
  background: #f8f8f8;
  padding: 40px 0px;
}
#footer .footer_swiper .swiper-button-next,
#footer .footer_swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  margin-top: -25px;
  z-index: 20;
}
#footer .footer_swiper .swiper-button-next img,
#footer .footer_swiper .swiper-button-prev img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer_swiper .swiper-button-next:hover,
#footer .footer_swiper .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
#footer .footer_swiper .swiper-button-prev {
  left: -50px;
  border-radius: 0px 3px 3px 0px;
}
#footer .footer_swiper .swiper-button-next {
  right: -50px;
  border-radius: 3px 0px 0px 3px;
}
#footer .footer_swiper .pagination {
  position: absolute;
  right: 18px;
  z-index: 20;
  text-align: right;
  width: auto;
  left: auto;
  bottom: 20px;
}
#footer .footer_swiper .pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid #fff;
  border-radius: 1px;
  opacity: 1;
}
#footer .footer_swiper .pagination .swiper-pagination-bullet-active {
  background: #fff;
}
#footer .footer_swiper .img_swiper {
  float: left;
  width: 49%;
  border-radius: 3px;
  overflow: hidden;
}
#footer .footer_swiper .img_swiper .img_box {
  display: block;
  height: 360px;
  background-size: cover!important;
  position: relative;
  border-radius: 3px;
}
#footer .footer_swiper .img_swiper .img_box .swiper_text {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0px 20px;
  padding-right: 120px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
#footer .footer_swiper .right_tab {
  float: left;
  width: 51%;
  box-sizing: border-box;
  padding-left: 20px;
}
#footer .footer_swiper .right_tab .tabs {
  width: 100%;
  display: table;
  border-bottom: 1px solid #dddddd;
}
#footer .footer_swiper .right_tab .tabs li {
  float: left;
  width: 25%;
  text-align: center;
  margin-top: -4px;
}
#footer .footer_swiper .right_tab .tabs li a {
  display: block;
  position: relative;
  font-size: 24px;
  color: #888888;
  font-weight: bold;
  cursor: pointer;
}
#footer .footer_swiper .right_tab .tabs li a h2{
  font-size: 24px;
}
#footer .footer_swiper .right_tab .tabs li a:after {
  content: '';
  display: block;
  width: 0px;
  margin: 0 auto;
  margin-top: 20px;
  height: 3px;
  background: #2faaff;
  -webkit-transition: all 0.2s ease-out;
  -khtml-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#footer .footer_swiper .right_tab .tabs li.active a {
  color: #111;
}
#footer .footer_swiper .right_tab .tabs li.active a:after {
  width: 100%;
}
#footer .footer_swiper .right_tab .tab_content {
  display: none;
}
#footer .footer_swiper .right_tab .tab_content_box {
  padding-top: 20px;
}
#footer .footer_swiper .right_tab .tab_content_box .tab_content {
  margin-top: -27px;
}
#footer .footer_swiper .right_tab .tab_content_box .tab_content .text {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 27px;
}
#footer .footer_swiper .right_tab .tab_content_box .tab_content .text a {
  font-size: 16px;
  color: #111;
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#footer .footer_swiper .right_tab .tab_content_box .tab_content .text h3{
  font-size: 16px;
  font-weight: normal;
}
#footer .footer_swiper .right_tab .tab_content_box .tab_content .text a:hover {
  color: #1f73b2;
}
#footer .footer_swiper .right_tab .tab_content_box .tab_content .text a:hover:before {
  background: #1f73b2;
}
#footer .footer_swiper .right_tab .tab_content_box .tab_content .text a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #dddddd;
  border-radius: 50%;
  position: relative;
  top: -2px;
  margin-right: 10px;
  -webkit-transition: all 0.1s ease-out;
  -khtml-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#footer .footer_swiper .img_swiper:hover .swiper-button-prev {
  left: 0px;
}
#footer .footer_swiper .img_swiper:hover .swiper-button-next {
  right: 0px;
}
#footer .footer_enterprise {
  padding: 30px 0px;
}
#footer .footer_enterprise .wh1200 {
  overflow: hidden;
  margin-top: -15px;
}
#footer .footer_enterprise .link_box {
  float: left;
  width: 11.11111%;
  box-sizing: border-box;
  padding-right: 10px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 15px;
}
#footer .footer_enterprise .link_box a {
  font-size: 16px;
  color: #888888;
}
#footer .footer_enterprise .link_box a h3{
  font-size: 16px;
  font-weight: normal;
}
#footer .footer_enterprise .link_box a:hover {
  color: #2faaff;
}
#footer .footer_bottom {
  background: #f8f8f8;
}
#footer .footer_bottom .footer_friendship .wh1200 {
  overflow: hidden;
  padding: 40px 0px;
  border-bottom: 1px solid #dbdbdb;
}
#footer .footer_bottom .footer_friendship .link_name {
  font-size: 16px;
  color: #111;
  font-weight: bold;
}
#footer .footer_bottom .footer_friendship .link_name h2{
  font-size: 16px;
}
#footer .footer_bottom .footer_friendship .link_box {
  float: left;
  width: 11.11111%;
  box-sizing: border-box;
  padding-right: 10px;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  margin-top: 15px;
}
#footer .footer_bottom .footer_friendship .link_box a {
  font-size: 16px;
  color: #888888;
}
#footer .footer_bottom .footer_friendship .link_box a h3{
  font-size: 16px;
  font-weight: normal;
}
#footer .footer_bottom .footer_friendship .link_box a:hover {
  color: #2faaff;
}
#footer .footer_bottom .footer_lianxi .wh1200 {
  padding: 40px 0px;
  border-bottom: 1px solid #dbdbdb;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left {
  float: left;
  overflow: hidden;
  padding-left: 50px;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left .logo {
  float: left;
  margin-top: 30px;
  margin-right: 35px;
  width: 170px;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left .logo img {
  display: block;
  width: 100%;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left .address_tel {
  float: left;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left .address_tel .name {
  font-size: 14px;
  color: #888;
  margin-bottom: 3px;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left .address_tel .name img {
  margin-right: 10px;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left .address_tel .tel {
  display: block;
  font-size: 26px;
  font-family: '黑体', 'SimHei';
  color: #111;
  margin-bottom: 10px;
  font-weight: bold;
}
#footer .footer_bottom .footer_lianxi .footer_lianxi_left .address_tel .address {
  font-size: 16px;
  color: #111;
}
#footer .footer_bottom .footer_lianxi .weixin_box {
  float: right;
  overflow: hidden;
}
#footer .footer_bottom .footer_lianxi .weixin_box .erweima {
  float: left;
  width: 110px;
  height: 110px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  padding: 2px;
}
#footer .footer_bottom .footer_lianxi .weixin_box .erweima img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .footer_bottom .footer_lianxi .weixin_box .tips {
  float: left;
  font-size: 16px;
  color: #111;
  line-height: 30px;
  margin-left: 15px;
  margin-top: 27px;
}
#footer .footer_bottom .footer_lianxi .weixin_box .tips img {
  margin-right: 5px;
}
#footer .footer_bottom .footer_beian {
  padding: 40px 15px;
  text-align: center;
}
#footer .footer_bottom .footer_beian a {
  color: #888888;
}
#footer .footer_bottom .footer_beian a:hover {
  color: #2faaff;
}
#footer .footer_bottom .footer_beian p {
  font-size: 14px;
  color: #888888;
  line-height: 28px;
}
#footer .footer_bottom .footer_beian p span {
  margin-left: 10px;
}
.publicRight {
  position: fixed;
  right: 0px;
  bottom: 50px;
  z-index: 40;
}
.publicRight .public_box {
  height: 50px;
  line-height: 50px;
  width: 50px;
  position: relative;
  margin-bottom: 10px;
}
.publicRight .public_box:hover .list_box {
  right: -64px;
}
.publicRight .public_box:hover .list_box.hover {
  right: 0px;
}
.publicRight .public_box.top_box {
  right: -145px;
}
.publicRight .public_box.top_box.active {
  right: 0px;
}
.publicRight .list_box.hover {
  padding: 0px 10px;
  background: #2faaff;
  color: #fff;
  right: -130px;
  width: 130px;
  box-sizing: border-box;
}
.publicRight .list_box {
  display: block;
  padding: 0px 13px;
  background: #2faaff;
  color: #fff;
  border-radius: 3px 0px 0px 3px;
  font-size: 16px;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.publicRight .list_box img {
  display: inline-block;
  vertical-align: middle;
}
.publicRight .list_box.hover img {
  margin-right: 10px;
}
.publicRight .list_box.hover:hover {
  background: #2faaff;
}
.publicRight .list_box.hover.border:hover {
  background: #2faaff;
}
.publicRight .list_box p {
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
.publicRight .list_box.border {
  border-radius: 0px 0px 0px 3px;
  padding: 0px;
}
.publicRight .erweima_box {
  width: 130px;
  height: 130px;
  position: absolute;
  top: -130px;
  right: 0px;
  background: #2faaff;
  border-radius: 3px 0px 0px 0px;
  box-sizing: border-box;
  padding: 10px;
}
.publicRight .erweima_box img {
  width: 100%;
  height: 100%;
}
.m_more_to {
  display: none;
}
.mobile_footer {
  display: none;
}
@media screen and (max-width: 1200px) {
  .wh1200 {
    margin: 0px 30px;
  }
  #header .header_top .header_top_right .tel_box .tel_text img{
    width: 10px;
    position: relative;
    top: 1px;
    margin-right: 10px;
  }
  #header .header_top .header_top_left .logo {
    width: 140px;
  }
  #header .header_top .header_top_right .tel_box .tel_text{
    margin-top: -4px;
    top: 5px;
    font-size: 22px;
  }
  #header .header_top .header_top_right .search_icon{
    top: 3px;
    margin-top: 15px;
  }
  #header .header_top .header_top_left .logo img {
    width: 100%;
  }
  #header .header_top .header_top_left .text {
    margin-top: 10px;
    margin-left: 30px;
  }
  #header .header_top {
    padding: 20px 0px;
  }
  #main {
    /*padding-top: 141px;*/
  }
  #footer .footer_swiper .right_tab .tabs li a {
    font-size: 18px;
  }
  #footer .footer_swiper .right_tab .tabs li a h2{
    font-size: 18px;
  }
  #footer .footer_bottom .footer_friendship .link_box {
    margin-top: 10px;
  }
  #footer .footer_enterprise .link_box a {
    font-size: 14px;
  }
  #footer .footer_enterprise .link_box a h3{
    font-size: 14px;
  }
  #footer .footer_bottom .footer_friendship .link_box a {
    font-size: 14px;
  }
  #footer .footer_bottom .footer_friendship .link_box a h3{
    font-size: 14px;
  }
  #footer .footer_enterprise .wh1200 {
    margin-top: -10px;
  }
  #footer .footer_enterprise .link_box {
    margin-top: 10px;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left .logo {
    width: 140px;
    margin-top: 27px;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left .logo img {
    width: 100%;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left {
    padding-left: 30px;
  }
  #footer .footer_bottom .footer_beian {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  body.active {
    position: fixed;
    width: 100%;
    left: 0;
  }
  body,
  html {
    background: #fff;
  }
  #header .header_top .header_top_left{
    margin-left: 0px;
  }
  #header .header_top .header_top_right{
    margin-right: 0px;
  }
  .wh1200 {
    margin: 0px 15px;
  }
  #footer .footer_swiper .right_tab .tabs li a {
    font-size: 16px;
  }
  #footer .footer_swiper .right_tab .tabs li a h2{
    font-size: 16px;
  }
  #header .header_top .header_top_left .logo {
    width: 90px;
  }
  #header .header_top .header_top_left .text {
    display: none;
  }
  #header .header_top .header_top_left .text img {
    width: 5px;
  }
  #header .header_top .header_top_right .tel_box {
    display: none;
  }
  #header .header_top .header_top_right .search_icon {
    margin-top: 0px;
  }
  #header .header_top {
    padding: 15px 0px;
  }
  .mobile {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
  .on_navigation {
    float: left;
    width: 30px;
    height: 25px;
    background: url(../images/on_navigation.png) center center no-repeat;
    background-size: 30px 30px;
    margin-left: 25px;
  }
  #header .header_top .header_top_right .search_icon {
    width: 30px;
    height: 25px;
    background: url(../images/search_icon02.png) center center no-repeat;
    background-size: 25px 25px;
    top: 0px;
  }
  #header .header_bottom {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0px;
    background: #fff;
    z-index: 100;
    overflow-x: hidden;
  }
  #header .header_bottom .navigation {
    background: #fff;
  }
  #header .header_bottom .wh1200 {
    margin: 0px;
  }
  #header .header_bottom .navigation ul li .two_menu {
    display: block!important;
    position: fixed;
    width: 70%;
    height: 100%;
    background: #fff;
    right: 0px;
    top: 0px;
    padding: 0px;
    left: auto;
    z-index: 30!important;
    right: -80%;
    -webkit-transition: all 0.3s ease-out;
    -khtml-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #header .header_bottom .navigation ul li:hover .two_menu{
    -webkit-animation: popup 0s ease forwards;
  }
  #header .header_bottom .navigation ul li .two_menu .close_two_menu {
    width: 60px;
    height: 50px;
    background: url(../images/close_navigation.png) center center no-repeat;
    background-size: 20px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_name {
    float: none;
    width: 100%;
    padding: 12px 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 5;
    display: block;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_name img {
    display: none;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_name p {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 20px;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_name p:after {
    display: none;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_name p:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 20px;
    background: #2faaff;
    position: relative;
    top: 3px;
    border-radius: 2px;
    margin-right: 8px;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_fu {
    min-height: auto;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_content {
    float: none;
    width: 100%;
    height: 100%;
    padding-left: 0px;
    margin-top: 0px;
    position: absolute;
    box-sizing: border-box;
    left: 0px;
    top: 0px;
    overflow: visible;
    overflow-x: hidden;
    padding-top: 50px;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-top: 0px;
  }
  #header .header_bottom .navigation ul li .two_menu .two_menu_content .two_menu_box a {
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0px 15px;
    white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
  }
  .two_menu_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
    right: -100%;
  }
  #header .header_bottom .navigation ul li {
    float: none;
    width: 100%;
    text-align: left;
  }
  #header .header_bottom .navigation ul li.mobile a.link_no1 {
    font-size: 24px;
    color: #2faaff;
    position: relative;
  }
  #header .header_bottom .navigation ul li.mobile .close_navigation {
    width: 60px;
    height: 50px;
    background: url(../images/close_navigation.png) center center no-repeat;
    background-size: 20px 20px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
  #header .header_bottom .navigation ul li:hover a.link_no1 {
    background: #fff;
  }
  #header .header_bottom .navigation ul li a.link_no1 {
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #dddddd;
    padding: 0px 15px;
  }
  #header .header_bottom .navigation ul li a.link_no1 img {
    position: relative;
    top: -3px;
    margin-left: 0px;
    margin-right: 15px;
  }
  #header.active .header_bottom {
    background: #fff;
  }
  #header .header_bottom .navigation ul li a.link_no1.menu_brother img {
    display: none;
  }
  #header .header_bottom .navigation ul li a.link_no1.menu_brother:after {
    content: '';
    display: inline-block;
    background: url(../images/menu_brother_img.png) center center no-repeat;
    width: 7px;
    height: 12px;
    background-size: cover!important;
    margin-left: 10px;
  }
  ::-webkit-scrollbar {
    width: 0px;
    height: 10px;
  }
  #header .header_bottom.active {
    right: 0px;
  }
  #header .header_bottom .navigation ul li.brother_on .two_menu {
    right: 0px;
  }
  #header .header_bottom .navigation ul li.brother_on .two_menu_bg {
    right: 0px;
  }
  #footer .footer_enterprise .link_box {
    width: 25%;
  }
  #footer .footer_bottom .footer_friendship .link_box {
    width: 25%;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left .logo {
    width: 80px;
    margin-right: 20px;
    margin-top: 40px;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left {
    padding-left: 15px;
  }
  #main {
    /*padding-top: 55px;*/
  }
  #header {
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
  }
  #header.active{
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 769px) {
  #footer .footer_swiper .img_swiper {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  #footer .footer_swiper .right_tab {
    float: none;
    width: 100%;
    padding-left: 0px;
  }
  #footer .footer_swiper .img_swiper .img_box {
    height: 200px;
  }
  #footer .footer_swiper .swiper-button-next,
  #footer .footer_swiper .swiper-button-prev {
    display: none;
  }
  #footer .footer_swiper .pagination {
    position: relative;
    bottom: 0px;
    text-align: center;
    margin-top: 15px;
    right: 0px;
  }
  #footer .footer_swiper .pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #dddddd;
    border: none;
  }
  #footer .footer_swiper .pagination .swiper-pagination-bullet-active {
    background: #2faaff;
  }
  #footer .footer_swiper .right_tab .tab_content_box .tab_content .text {
    -webkit-line-clamp: 10;
    margin-top: 15px;
  }
  #footer .footer_swiper .right_tab .tab_content_box .tab_content {
    margin-top: -15px;
  }
  #footer .footer_swiper .right_tab .tabs li a:after {
    margin-top: 15px;
  }
  #footer .footer_swiper .right_tab .tab_content_box .tab_content .text a {
    padding-left: 20px;
    position: relative;
    display: block;
  }
  #footer .footer_swiper .right_tab .tab_content_box .tab_content .text a:before {
    position: absolute;
    left: 0px;
    top: 9px;
  }
  #footer .footer_swiper .m_more_to {
    background: #fff;
    color: #2faaff;
  }
  #footer .footer_enterprise .link_box {
    width: 33.333%;
  }
  #footer .footer_bottom .footer_friendship .link_box {
    width: 33.333%;
  }
  #footer .footer_bottom .footer_friendship .wh1200 {
    padding: 30px 0px;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left .logo {
    display: none;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left {
    padding-left: 0px;
  }
  #footer .footer_bottom .footer_lianxi .footer_lianxi_left {
    float: none;
  }
  #footer .footer_bottom .footer_lianxi .weixin_box {
    float: none;
    margin-top: 35px;
  }
  #footer .footer_bottom .footer_lianxi .weixin_box .erweima {
    float: none;
    margin: 0 auto;
  }
  #footer .footer_bottom .footer_lianxi .weixin_box .tips {
    float: none;
    text-align: center;
    margin-left: 0px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  #footer .footer_bottom .footer_lianxi .wh1200 {
    padding: 30px 0px;
  }
  .mobile_footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    z-index: 90;
    padding: 10px 15px;
    background: #fff;
  }
  .mobile_erweima_box{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
    display: none;
  }
  .mobile_erweima_box .erweima{
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 50%;
    margin-top: -55px;
    width: 110px;
    height: 110px;
    border: 1px solid #dddddd;
    box-sizing: border-box;
    background:#fff;
    padding: 2px;
  }
  .mobile_erweima_box .erweima img{
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile_footer ul{
    margin: 0px -7.5px;
  }
  .mobile_footer ul li {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
     height: 50px;
    line-height: 50px;
    width: 50%;
    padding: 0px 7.5px;
    box-sizing: border-box;
  }
  .mobile_footer ul li a {
    color: #fff;
    display: block;
    position: relative;
    background: #2faaff;
    border-radius: 3px;
  }
  .mobile_footer ul li a img {
    width: 25px;
  }
  .mobile_footer ul li a p {
    font-size: 18px;
  }
  // .mobile_footer ul li a:after {
  //   content: '';
  //   display: block;
  //   position: absolute;
  //   right: 0px;
  //   top: 0px;
  //   height: 100%;
  //   background: #ba0000;
  //   width: 1px;
  // }
  // .mobile_footer ul li:nth-child(2){
  //   padding-right: 0px;
  // }
  .publicRight{
    bottom: 60px;
  }
  .publicRight .list_box.hover{
    right: -145px!important;
  }
  .publicRight .public_box:hover .list_box{
    right: 0px;
  }
  .publicRight .public_box{
    display: none;
  }
  .publicRight .public_box.top_box{
    display: block;
  }
  #footer {
    padding-bottom: 50px;
  }
  .search_content .search_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 15px;
    margin-top: 5px;
  }
  .search_content .search_box form button {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 40px;
    top: 0px;
    background: transparent;
  }
  .search_content .search_box form button i {
    background: url(../images/search_icon03.png) center center no-repeat;
    background-size: 25px 25px!important;
    width: 100%;
    height: 100%;
    top: 0px;
  }
  .search_content .search_box form button span {
    display: none;
  }
  .search_content .search_box form {
    padding-right: 40px;
  }
  .search_content .search_box form input {
    padding: 0px 60px;
    padding-left: 10px;
  }
  .search_content .close_search {
    right: 15px;
    background: url(../images/close_navigation.png) center center no-repeat;
    background-size: 20px 20px;
    top: 10px;
    z-index: 20;
  }
  .search_content .search_box .association .name {
    font-size: 16px;
    margin: 20px 0px;
  }
  #footer .footer_swiper .img_swiper .img_box .swiper_text {
    padding: 0px 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .m_more_to {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    color: #1f73b2;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
  }
  .m_more_to img {
    display: inline-block;
    margin-left: 10px;
  }
  #footer .footer_bottom .footer_beian p {
    line-height: 24px;
  }
  #footer .footer_bottom .footer_beian p:first-child {
    margin-bottom: 10px;
  }
  #footer .footer_bottom .footer_beian p span {
    margin-left: 0px;
    display: inline-block;
  }
  #footer .footer_swiper {
    padding: 20px 0px;
  }
  .home_swiper .swiper-slide img{
    border-radius: 2px;
  }
  #footer .footer_swiper .right_tab .tabs li{
    margin-top: 0px;
  }
}

/*资讯*/
.aboutNews{width: 100%; clear: both; padding-bottom: 47px; overflow: hidden;}
.titlebox {
    width: 100%;
    text-align: center;
    padding: 50px 0;
    overflow: hidden;
}
.titlebox h3 {
    font-size: 30px;
    font-weight: normal;
    color: #333333;
    line-height: 28px;
}
.kzf-mod-product-header span {
    display: block;
    margin-top: 0.1rem;
    color: #999;
    font-size: 14px;
}
.titlebox p {
    color: #666666;
    font-size: 14px;
    line-height: 28px;
    margin: 15px 0 0;
}
.titlebox i {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #aaaaaa;
    margin: 0 auto;
}
@media only screen and (max-width: 1000px)
.titlebox h3 {
    font-size: 18px;
}
.ck-slide ul {margin: 0;  padding: 0;  list-style-type: none;  }
.ck-slide {position: relative;  overflow: hidden;  }
.ck-slide ul.ck-slide-wrapper {z-index: 1;  margin: 0;  padding: 0;}
.ck-slide ul.ck-slide-wrapper li { position: absolute; margin-top:0px;width: 1180px;text-align: center;  }
.newsdl dd:hover div.date{background: #f39800; border: 1px solid #FFFFFF;}
.newsdl dd:hover div.date strong{color: #FFFFFF;}
.newsdl dd:hover div.date em{color: #FFFFFF;}
.newsdl {width: 1180px; overflow: hidden;}
.newsdl dd{width: 352px; float: left; margin-right: 62px; margin-bottom: 28px;}
.newsdl dd:nth-of-type(3){margin-right: 0;}
.newsdl dd:nth-of-type(6){margin-right: 0;}
.newsdl dd div.date{width: 85px; height: 85px; border: 1px solid #333333; border-radius:42px; text-align: center; float: left;}
.newsdl dd div.date strong{font-size: 30px; line-height: 30px; display: block; text-align: center; font-weight: normal; color: #333333; margin-top: 17px;}
.newsdl dd div.date em{font-style: normal; font-size:14px; color: #333333;}
.newsdl dd div.xqbox{ width: 245px; float: left; margin-left: 20px;}
.newsdl dd div.xqbox a{display: block; text-align: left;}
.newsdl dd div.xqbox a h3{font-size: 16px; color: #333333; line-height: 30px; font-weight: normal;}
.newsdl dd div.xqbox a p{font-size: 14px; color: #888888; line-height: 24px;}
.ck-slide .ck-prev, .ck-slide .ck-next {position: absolute;top: 50%; z-index: 2;width: 35px;height: 70px;margin-top: -35px;  border-radius: 3px;opacity:1;background-repeat: no-repeat;transition: opacity .2s linear 0s; }
.ck-slide .ck-prev {  left: 5px;font-family:tubiao;color:#fff;font-size: 60px;}
.ck-slide .ck-next {  right: 12px;font-family:tubiao;color:#fff;font-size: 60px;}
.ck-slidebox {  position: absolute;  left: 50%;  bottom: 0px;  z-index: 30; }
.ck-slidebox ul {  height: 20px;  padding: 0 4px;  border-radius: 8px;}
.ck-slidebox ul li {  float: left;  height: 12px;  margin: 4px 5px;  }
.ck-slidebox ul li em {  display: block;  width: 12px;  height: 12px;  border-radius: 100%;background:#666666;   text-indent: -9999px;  cursor: pointer;  }
.ck-slidebox ul li.current em { height: 12px; width: 40px;  border-radius: 5px; background-color: #1585c9;  }
.ck-slidebox ul li em:hover {  background-color: #1585c9;  }
.ck-slide { width: 1180px; height: auto; margin: 0 auto;}
.ck-slide ul.ck-slide-wrapper { height: 255px;}


/*新闻资讯*/
.zjs123 {
    clear: both;
	width: 100%;
	overflow: hidden;
}
.news_center_content {
    margin-left: -60px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.span4 {
    width: 33.33333333%;
}
.news_center_list {
    margin-left: 60px;
}
.span12 {
    width: 100%;
}
.news_center_content ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 3px 0 3px 0px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
}
.span8 {
    width: 100%;
    text-align: left;
}
.span4 {
    width: 33.33333333%;
}

.span1, .span2, .span3, .span4, .span5, .span6, .span7, .span8, .span9, .span10, .span11, .span12 {
    float: left;
}
/*新闻自适应*/
@media screen and (max-width: 767px){
.news_center_content {
    
	width: 96%;
}}
@media screen and (max-width: 967px){
.news_center_content {
    
	width: 96%;
}}
@media screen and (max-width: 767px){
.col-sm-12 {
    width: 100%;
}}
@media screen and (max-width: 767px){
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
}}
@media screen and (max-width: 767px){
.news_center_list {
    margin-left: 3%;
}}
@media screen and (max-width: 967px){
.news_center_list {
    margin-left: 3%;
}}