﻿*{

moz-user-select: -moz-none;

-moz-user-select: none;

-o-user-select:none;

-khtml-user-select:none;

-webkit-user-select:none;

-ms-user-select:none;

user-select:none;

}
body {
  font-family: "微软雅黑";
  line-height: 24px;
  color: #666;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  outline: none;
  border: 0;
}
input {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover {
  color: #77d1fa;
}
ul,
li {
  list-style: none;
}
@font-face {
  font-family: 'helveticaneueltpro-thcn-0';
  src: url('../fonts/helveticaneueltpro-thcn-0.eot');
  src: url('../fonts/helveticaneueltpro-thcn-0.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneueltpro-thcn-0.woff2') format('woff2'), url('../fonts/helveticaneueltpro-thcn-0.woff') format('woff'), url('../fonts/helveticaneueltpro-thcn-0.ttf') format('truetype'), url('../fonts/helveticaneueltpro-thcn-0.svg#helveticaneueltpro-thcn-0') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'impact';
  src: url('../fonts/impact.eot');
  src: url('../fonts/impact.eot?#iefix') format('embedded-opentype'), url('../fonts/impact.woff2') format('woff2'), url('../fonts/impact.woff') format('woff'), url('../fonts/impact.ttf') format('truetype'), url('../fonts/impact.svg#impact') format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li P {
  margin: 0;
  padding: 0;
}
.vcenter {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  vertical-align: middle;
}
.header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  position: fixed;
  padding: 15px 0;
  background-color: rgba(65,179,244, 1);
}
.header .logo {
  z-index: 9;
  float: left;
  position: relative;
}
.header .logo img {
  max-width: 220px;
}
.header .nav {
  float: left;
}
.header .nav li {
  font-size: 15px;
  line-height: 52px;
  margin: 0 0 0 30px;
  float: left;
}
.header .nav li a {
  color: #fff;
  padding: 0 5px;
  display: inline-block;
}
.header .nav li:hover > a {
  color: #083893;
}
.header .nav li.active > a {
  color: #083893;
}
.header .nav .subnav {
  top: 82px;
  left: 0;
  color: #fff;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #7cbfe6;
}
.header .nav .subnav > a {
  color: #fff;
}
.header .nav .subnav a:hover {
  color: #083893;
}
.header .nav .subnav .column {
  width: 23%;
  float: left;
  min-height: 270px;
  line-height: 24px;
  position: relative;
  background-color: #3a95c9;
}
.header .nav .subnav .column .title,
.header .nav .subnav .column .text {
  padding-left: 40px;
  padding-right: 40px;
}
.header .nav .subnav .column .title {
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
  padding-top: 40px;
}
.header .nav .subnav .column .text {
  height: 72px;
  line-height: 18px;
  font-size: 12px;
  margin-top: 10px;
  overflow: hidden;
}
.header .nav .subnav .column .pic {
  left: -5px;
  bottom: -40px;
  position: absolute;
}
.header .nav .subnav .menu-box {
  width: 75%;
  padding-top: 40px;
  float: right;
}
.header .nav .subnav .menu-box p {
  width: 25%;
  float: left;
  min-height: 200px;
  font-size: 14px;
  line-height: 24px;
  padding-left: 60px;
  border-left: solid 1px #994e49;
}
.header .nav .subnav .menu-box p a {
  display: block;
  padding: 5px 15px;
  background: url("../images/index-dots.jpg") no-repeat left 15px;
}
.header .nav .subnav .menu-box p:first-child {
  border: 0;
}
@media (max-width: 1060px) {
  .header .nav li {
    margin-left: 10px;
  }
}
@media (max-width: 930px) {
  .header {
    padding: 10px 0;
  }
  .header .nav {
    display: none;
  }
  .header .logo img {
    max-width: 150px;
  }
}
.phone-nav {
  width: 100%;
  overflow: visible !important;
  right: 0;
  bottom: 0;
  display: none;
  position: relative;
  padding: 0;
  margin: 0;
  padding: 15px 0;
  position: fixed;
  z-index: 9999;
}
.phone-nav ul {
  padding: 10px 0;
  background: rgba(237, 240, 243, 0.98);
  border-bottom: solid 1px #ddd;
}
.phone-nav li {
  text-align: center;
}
.pmenu p {
  font-size: 15px;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
.pmenu p > a {
  display: block;
  color: #000;
}
.pmenu p > a:hover {
  text-decoration: underline;
}
.pmenu li {
  width: 100%;
  padding: 15px 30px 0;
  text-align: left;
  margin-top: 10px;
  vertical-align: top;
  display: inline-block;
}
.pmenu li dl dt > a {
  font-size: 15px;
  font-weight: normal;
  color: #000;
}
.pmenu li dl dt > a:hover {
  text-decoration: underline;
}
.pmenu li dl dd {
  margin-top: 10px;
  vertical-align: top;
  text-align: left;
}
.pmenu li dl dd a {
  font-size: 14px;
  line-height: 30px;
  display: block;
  height: 30px;
  overflow: hidden;
  width: 50%;
  float: left;
  padding-right: 50px;
}
.phone-nav {
  left: 0;
  top: 40px;
  display: none;
  position: fixed;
  z-index: 999999999998.9999;
  color: #77d1fa;
}
.phone-nav .scllor-3 {
  height: 92%;
  overflow-y: scroll;
}
.phone-menu {
  width: 80px;
  height: 30px;
  float: right;
  color: #fff;
  margin-top: 5px;
  margin-left: 10px;
  display: none;
  font-size: 16px;
  border-radius: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  /* background: url(../images/menu.png) no-repeat center center;*/
  cursor: pointer;
}
@media (max-width: 930px) {
  .phone-menu {
    display: block;
  }
}
.phone-menu:hover {
  width: 80px;
  height: 30px;
  border-radius: 100%;
  /* background: url(../images/menu.png) no-repeat center center*/
}
.phone-close {
  width: 30px;
  height: 30px;
  float: right;
  margin-left: 10px;
  display: none;
  font-size: 0;
  color: rgba(255, 255, 255, 0.1);
  text-indent: -99999;
  border-radius: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background: url("../images/close.png") no-repeat center center rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
@media (max-width: 930px) {
  .phone-close {
    display: block;
  }
}
.phone-close .phone-close:focus {
  kground: url("../images/close.png") no-repeat center center rgba(255, 255, 255, 0.2);
}
.index-pronav {
  height: 160px;
  position: relative;
}
.index-pronav .scllor {
  height: 160px;
  margin: 0 20px;
  border-right: solid 1px #ece5e5;
}
@media (max-width: 1024px) {
  .index-pronav .scllor {
    margin: 0;
  }
}
.index-pronav:after {
  content: "";
  height: 1px;
  position: absolute;
  right: 50%;
  width: 100%;
  bottom: 0;
  background-color: #ece5e5;
}
@media (max-width: 1024px) {
  .index-pronav:after {
    display: none;
  }
}
.index-pronav:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 50%;
  width: 100%;
  bottom: 0;
  background-color: #ece5e5;
}
@media (max-width: 1024px) {
  .index-pronav:before {
    display: none;
  }
}
.index-pronav dl {
  cursor: pointer;
  height: 160px;
  padding-left: 30px;
  border-bottom: solid 1px #ece5e5;
  border-left: solid 1px #ece5e5;
}
.index-pronav dt {
  float: left;
  width: 30%;
  position: relative;
}
.index-pronav dt .pic-2 {
  display: none;
}
.index-pronav dd {
  width: 65%;
  float: left;
  margin-top: 10px;
  padding-left: 15px;
}
@media (min-width: 1200px) {
  .index-pronav dd {
    margin-top: 41px;
  }
}
.index-pronav dd h3 {
  color: #2c2b2b;
  font-size: 24px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  font-weight: normal;
}
.index-pronav dd p {
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.index-pronav .active dl {
  border-bottom: solid 1px #fff;
}
.index-pronav .active dt .pic {
  display: none;
}
.index-pronav .active dt .pic-2 {
  display: block;
}
.index-pronav .active dd {
  color: #77d1fa;
}
.index-pronav .active dd h3 {
  color: #77d1fa;
}
.index-pronav .slick-prev,
.index-pronav .slick-next {
  width: 18px;
  height: 63px;
  margin-top: -30px;
}
.index-pronav .slick-prev {
  left: -50px;
  background: url("../images/left-prev.jpg") no-repeat;
}
.index-pronav .slick-next {
  right: -50px;
  background: url("../images/right-next.jpg") no-repeat;
}
@media (max-width: 640px) {
  .index-pronav {
    height: 60px;
  }
  .index-pronav .scllor {
    height: 40px;
  }
  .index-pronav dl {
    height: 41px;
  }
  .index-pronav dd {
    margin-top: 5px;
    padding-left: 5px;
  }
  .index-pronav dd h3 {
    font-size: 15px;
    height: 22px;
    line-height: 27px;
  }
  .index-pronav dd p {
    display: none;
  }
}
@media (max-width: 640px) {
  .icontainer {
    padding: 0;
  }
}
.index-product {
  margin-top: 50px;
}
.index-product .iteam {
  display: none;
}
.index-product li {
  text-align: center;
  position: relative;
}
.index-product li .pic {
  overflow: hidden;
  position: relative;
}
.index-product li .pic:after {
  content: "";
  display: block;
  padding-bottom: 86%;
}
.index-product li .pic img {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.index-product li .tit {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  font-weight: normal;
}
.index-product li .tit a {
  color: #2e2e2e;
  display: block;
}
.index-product li .en {
  color: #999;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-family: arial;
}
.index-product li .icon {
  top: 15px;
  left: 80px;
  z-index: 9;
  position: absolute;
}
.index-product li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-product li:hover .tit {
  color: #77d1fa;
}
@media (max-width: 640px) {
  .index-product {
    margin-top: 4px;
  }
  .index-product li {
    width: 50%;
  }
}
.index-bg {
  margin-top: 65px;
  padding-bottom: 50px;
  background: url("../images/bg.jpg") no-repeat center fixed;
  background-size: cover;
}
.index-bg .white {
  padding: 50px;
  width: 1160px;
  margin: 60px auto 0;
  background-color: #fff;
}
.index-bg .white .computer {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.index-bg .white .computer .antion-1,
.index-bg .white .computer .antion-2,
.index-bg .white .computer .antion-3,
.index-bg .white .computer .antion-4,
.index-bg .white .computer .antion-5,
.index-bg .white .computer .antion-6,
.index-bg .white .computer .antion-7 {
  color: #b5b5b6;
  position: absolute;
}
.index-bg .white .computer .antion-1,
.index-bg .white .computer .antion-2 {
  top: 50px;
}
.index-bg .white .computer .antion-1 {
  left: 80px;
  font-size: 24px;
}
.index-bg .white .computer .antion-2 {
  font-size: 18px;
  right: 110px;
}
.index-bg .white .computer .antion-3 {
  top: 105px;
  left: 150px;
  color: #606163;
  font-size: 24px;
}
.index-bg .white .computer .antion-3 b {
  font-weight: normal;
  color: #77d1fa;
  font-size: 48px;
}
.index-bg .white .computer .antion-4 {
  top: 145px;
  left: 130px;
  font-size: 26px;
}
.index-bg .white .computer .antion-5 {
  top: 175px;
  left: 90px;
  font-size: 16px;
}
.index-bg .white .computer .antion-6 {
  top: 175px;
  right: 120px;
  font-size: 24px;
}
.index-bg .white .computer .antion-7 {
  top: 200px;
  left: 150px;
  font-size: 22px;
}
.index-bg .white .content {
  width: 50%;
  float: left;
  position: relative;
  padding-left: 50px;
}
.index-bg .white .content .title {
  color: #333;
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: solid 1px #e6e6e6;
}
.index-bg .white .content .title img {
  margin-right: 10px;
}
.index-bg .white .content .title .pic {
  top: -30px;
  left: 45%;
  position: absolute;
}
.index-bg .white .content .tit {
  margin-top: 25px;
  line-height: 36px;
  font-size: 36px;
  color: #323232;
}
.index-bg .white .content .tit-2 {
  margin-top: 10px;
  color: #727272;
  font-size: 18px;
}
.index-bg .white .content .tit-3 {
  margin-top: 15px;
  color: #545353;
  font-size: 18px;
}
.index-bg .white .content .more {
  color: #fff;
  width: 220px;
  height: 40px;
  margin-top: 40px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  background-color: #77d1fa;
}
.index-bg .white .content .more:hover {
  background-color: #2cade8;
}
.index-bg .white .content .line {
  left: -58px;
  bottom: 40px;
  position: absolute;
}
.index-bg .number {
  height: 60px;
  width: 1160px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 60px;
  background-color: #030202;
}
.index-bg .number li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.index-bg .number li .counter {
  font-size: 40px;
  letter-spacing: 1px;
  font-family: haettenschweiler;
}
.index-bg .number li .content {
  width: 100%;
}
@media (max-width: 1160px) {
  .index-bg .white,
  .index-bg .number {
    width: 100%;
  }
  .index-bg .white .content .title .pic {
    left: 55%;
  }
}
@media (max-width: 1023px) {
  .index-bg .white {
    padding: 30px 25px;
  }
  .index-bg .white .computer {
    display: none;
    width: 100%;
  }
  .index-bg .white .content {
    width: 100%;
    padding-left: 0;
  }
  .index-bg .white .content .pic {
    display: none;
  }
}
@media (max-width: 640px) {
  .index-bg {
    margin-top: 30px;
  }
  .index-bg .white {
    margin-top: 45px;
  }
  .index-bg .white .content .title {
    font-size: 20px;
  }
  .index-bg .white .content .tit {
    font-size: 24px;
  }
  .index-bg .white .content .tit-2 {
    font-size: 16px;
  }
  .index-bg .white .content .tit-3 {
    font-size: 14px;
  }
  .index-bg .number {
    display: none;
  }
}
.index-news {
  padding-bottom: 40px;
}
.index-news .container {
  padding: 0 5px;
}
.index-news li {
  width: 25%;
  float: left;
  margin-bottom: 9px;
  margin-top: 20px;
}
.index-news li .box {
  padding: 13px;
  margin: 0 10px;
  border: solid 2px #ececec;
}
.index-news li .box .pic {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.index-news li .box .pic:after {
  content: "";
  display: block;
  padding-bottom: 63%;
}
.index-news li .box .pic img {
  -webkit-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.index-news li .box .tit {
  height: 24px;
  margin-top: 10px;
  font-weight: normal;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
}
.index-news li .box .tit a {
  color: #000;
  display: block;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.index-news li .box time {
  font-family: arial;
  color: #e78925;
}
.index-news li .box .txt {
  color: #646464;
  height: 72px;
  overflow: hidden;
  font-size: 13px;
  line-height: 24px;
}
.index-news li .box .more {
  width: 100%;
  color: #363636;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  margin: 40px 0 20px;
  display: inline-block;
  border: solid 2px #77d1fa;
}
.index-news li:hover .box {
  background-color: #2cade8;
  border-color: #2cade8;
}
.index-news li:hover .box .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.index-news li:hover .box .tit a,
.index-news li:hover .box .txt,
.index-news li:hover .box time {
  color: #fff;
}
.index-news li:hover .box .more {
  color: #fff;
  border-color: #fff;
}
.index-news .view {
  height: 47px;
  font-size: 16px;
  line-height: 47px;
  text-align: center;
  background-color: #2cade8;
  margin-top:15px;
}
.index-news .view:hover {
  background-color: #2cade8;
}
.index-news .view a {
  color: #fff;
  display: inline-block;
}
.index-news .view:hover a {
  color: #fff;
}
@media (max-width: 640px) {
  .index-news li {
    width: 50%;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .index-news li .box .more {
    height: 37px;
    font-size: 14px;
    line-height: 37px;
  }
  .index-news .view {
    margin-top: 20px;
  }
}
@media (max-width: 360px) {
  .index-news li {
    width: 100%;
    margin-top: 15px;
  }
}
.index-Join {
  padding: 50px 0;
  background-color: #e6e4de;
}
.index-Join .video {
  width: 60%;
  float: left;
  padding: 30px 24px;
  background-color: #fff;
  position: relative;
}
.index-Join .video .pic {
  position: relative;
}
.index-Join .video .pic:after {
  content: "";
  display: block;
  padding-bottom: 52.5%;
}
.index-Join .video .box {
  bottom: 50px;
  width: 80%;
  color: #fff;
  margin-left: 7%;
  text-align: center;
  position: absolute;
  padding-top: 15px;
  border-top: solid 1px rgba(255, 255, 255, 0.7);
}
.index-Join .video .box h3,
.index-Join .video .box p {
  height: 24px;
  overflow: hidden;
}
.index-Join .video .box h3 {
  font-weight: normal;
  font-size: 16px;
}
.index-Join .video .box p {
  color: #989796;
}
.index-Join .list {
  width: 37%;
  float: right;
  padding: 30px 40px 0;
  min-height: 300px;
  background-color: #fff;
}
.index-Join .list .title {
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: solid 1px #eaeaea;
}
.index-Join .list .title .more {
  width: 59px;
  float: right;
  height: 22px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  border-radius: 2px;
  background-color: #77d1fa;
}
.index-Join .list .title .more:hover {
  background-color: #2cade8;
}
.index-Join .list .title span {
  color: #666;
  font-size: 20px;
}
.index-Join .list ul {
  padding: 25px 0;
}
.index-Join .list li {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  overflow: hidden;
}
.index-Join .list li a {
  color: #333;
  width: 70%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.index-Join .list li a:hover {
  color: #77d1fa;
}
.index-Join .list li span {
  font-size: 12px;
  float: right;
  color: #767676;
  font-family: arial;
}
@media (max-width: 1280px) {
  .index-Join .list li {
    height: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1090px) {
  .index-Join .list ul {
    padding: 10px 0;
  }
}
@media (max-width: 1000px) {
  .index-Join .video,
  .index-Join .list {
    width: 100%;
  }
  .index-Join .video .box {
    bottom: 100px;
  }
}
@media (max-width: 900px) {
  .index-Join {
    padding: 30px 0;
  }
  .index-Join .video .box {
    padding-top: 5px;
    bottom: 50px;
  }
  .index-Join .box h3 {
    font-size: 14px;
  }
  .index-Join .video {
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-Join .list {
    padding: 0 20px;
  position:relative;
  z-index:999;
  }
}
@media (max-width: 400px) {
  .index-Join .video .box {
    bottom: 35px;
  }
  .index-Join .video .box h3 {
    font-size: 14px;
  }
  .index-Join .video .box h3,
  .index-Join .video .box p {
    height: 20px;
    line-height: 20px;
  }
}
.index-store {
  padding: 70px 0;
}
.index-store .pic {
  position: relative;
}
.index-store .pic:after {
  content: "";
  display: block;
  padding-bottom: 68%;
}
.index-store .H10 {
  margin-top: 10px;
}
.index-store .col-xs-3 {
  padding: 0 7px;
}
.index-store .content {
  padding: 0 60px;
  text-align: center;
}
.index-store .content .tit {
  color: #666;
  font-size: 30px;
  line-height: 30px;
  font-weight: normal;
}
.index-store .content .txt {
  height: 66px;
  margin-top: 20px;
  line-height: 22px;
  overflow: hidden;
}
.index-store .content .view {
  margin-top: 30px;
  color: #fff;
  width: 190px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  background-color: #77d1fa;
}
.index-store .content .view:hover {
  background-color: #2cade8;
}
@media (max-width: 970px) {
  .index-store {
    padding: 0 0 40px 0;
  }
  .index-store .content .tit {
    font-size: 20px;
    line-height: 24px;
  }
  .index-store .content .txt {
    margin-top: 10px;
  }
  .index-store .content .view {
    margin-top: 10px;
    width: 100px;
    line-height: 30px;
    vertical-align: middle;
  }
}
.phone-nr {
  display: none;
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background-color: #eee;
}
@media (max-width: 640px) {
  .index-store {
    padding-bottom: 15px;
  }
  .index-store .col-xs-3 {
    width: 50%;
  }
  .index-store .c-yc {
    display: none;
  }
  .index-store .col-xs-3 {
    margin: 5px 0;
  }
  .index-store .col-xs-6 {
    padding: 15px;
  }
  .phone-nr {
    display: block;
  }
}
.index-logo {
  padding: 30px 0;
  overflow: hidden;
  background-color: #eee;
}
.index-logo .scllor-1 .pic {
  width: 144px;
  height: 50px;
  position: relative;
}
.index-tel {
  width: 100%;
  height: 50px;
  z-index: 99;
  margin-top: -50px;
  line-height: 50px;
  position: relative;
  background-color: rgba(56,151,247, 0.95);
}
.index-tel .pull-left-1 {
  color: #fff;
  width: 40%;
  float: none;
}
.index-tel .pull-left-1 span {
  float: right;
  padding-left: 50px;
  font-family: arial;
}
.index-tel .pull-left-1 a {
  color: #fff;
  width: 70%;
  height: 24px;
  margin-top: 13px;
  overflow: hidden;
  line-height: 24px;
  display: inline-block;
  padding-left: 10px;
}
.index-tel .pull-left-1 a:hover {
  color: #77d1fa;
}
.index-tel .telbox {
  right: 0;
  top: 0;
  position: absolute;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}
.index-tel .telbox span {
  float: left;
}
.index-tel .tel {
  font-family: arial;
  color: #686868;
  font-size: 40px;
}
@media (max-width: 1020px) {
  .index-tel .tel {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .index-tel {
    display: none;
  }
}
.footer {
  color: #868686;
  position: relative;
  background-color: #333;
  padding: 40px 0 50px;
}
.footer li {
  width: 12%;
  float: left;
}
.footer li h3 {
  height: 54px;
  font-size: 14px;
  line-height: 54px;
  overflow: hidden;
  position: relative;
}
.footer li h3 > a {
  color: #fff;
  font-weight: normal;
}
.footer li h3 > a:hover {
  color: #77d1fa;
}
.footer li > a {
  height: 24px;
  color: #bbbbbb;
  display: block;
  line-height: 24px;
  overflow: hidden;
}
.footer li > a.n-none {
  display: none;
}
.footer li > a:hover {
  color: #fff;
}
.footer li:first-child {
  margin-left: 0;
}
.footer .contact {
  width: 27%;
  color: #fff;
  float: right;
  font-size: 14px;
  padding-left: 70px;
  border-left: solid 1px #888;
}
.footer .contact .tit {
  font-size: 36px;
  line-height: 50px;
}
.footer .contact .tit-2 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.footer .contact .tit-2:after {
  content: "";
  bottom: 0;
  left: 0;
  width: 34px;
  height: 3px;
  position: absolute;
  background-color: #fff;
}
.footer .contact img {
  margin-top: 10px;
  margin-right: 10px;
}
.footer .contact a {
  font-family: arial;
  font-size: 18px;
  color: #f28d00;
}
@media (max-width: 960px) {
  .footer {
    display: none;
  }
}
.copy {
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
  color: #3e3e3e;
  text-align: center;
}
.copy .pull-left {
  margin-top: 10px;
}
.copy .pull-right {
  width: 60%;
  right: 0;
  top: 15px;
  text-align: right;
  position: absolute;
}
.copy .pull-right span {
  width: 15%;
  text-align: center;
  line-height: 16px;
  display: inline-block;
}
.copy .pull-right span img {
  float: left;
  margin-top: -5px;
  vertical-align: top;
}
@media (max-width: 1170px) {
  .copy {
    margin-bottom: 120px;
  }
  .copy .pull-right {
    display: none;
  }
}
@media (max-width: 620px) {
  .copy {
    margin: 0;
    padding: 0 10px 10px;
    border-top: solid 1px #ccc;
    margin-bottom: 60px;
  }
  .copy a {
    /*display: block;*/
  }
}
.f-layer {
  z-index: 999;
  color: #fff;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #191919;
}
.f-layer .font48 {
  margin-top: 10px;
  line-height: 30px;
  font-size: 30px;
  color: #ee6d00;
}
.f-layer .font30 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
}
.f-layer .f-line {
  padding-top: 0;
  padding-left: 80px;
}
.f-layer .f-line span.tel {
  font-size: 20px;
  display: inline-block;
  margin-top: 16px;
  float: right;
  line-height: 25px;
}
.f-layer .f-message {
  top: 18px;
  right: 105px;
  width: 35%;
  position: absolute;
}
.f-layer .f-message li {
  width: 50%;
  float: left;
}
.f-layer .f-message li p {
  margin-left: 7px;
  margin-top: 7px;
}
.f-layer .f-message li input {
  width: 100%;
  color: #fff;
  padding: 4px 10px;
  background: none;
  border: solid 1px #eaeaea;
height:40px;
}
.f-layer .f-message li input.validate-on {
  border-color: red;
}
.f-layer .f-message li input:focus {
  border-color: #ee6d00;
}
.f-layer .f-message li .code {
  width: 60%;
}
.f-layer .f-message li img {
  height: 36px;
  margin-left: 5px;
  vertical-align: top;
}
.f-layer .f-button {
  color: #fff;
  width: 97px;
  height: 33px;
  right: 0;
  top: 25px;
  text-align: center;
  position: absolute;
  background-color: #ee6d00;
}
.f-layer .f-button a {
  display: block;
  color: #fff;
}
.f-layer .f-button:hover {
  background-color: #2cade8;
}
.f-layer .f-close {
  cursor: pointer;
  width: 50px;
  height: 50px;
  right: 0;
  top: -50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #191919;
}
@media (max-width: 1280px) {
  .f-layer .font48 {
    font-size: 30px;
    line-height: 30px;
  }
  .f-layer .font30 {
    font-size: 20px;
    line-height: 20px;
  }
  .f-layer .f-message {
    width: 35%;
  }
  .f-layer .f-message li .code {
    width: 130px;
  }
  .index-pronav {
    padding: 0 10px;
  }
  .index-pronav .slick-prev {
    left: -30px;
  }
  .index-pronav .slick-next {
    right: -30px;
  }
}
@media (max-width: 1190px) {
  .f-layer .f-line {
    display: none;
  }
}
@media (max-width: 1000px) {
  .f-layer .pull-left {
    display: none;
  }
  .f-layer .f-message {
    width: 85%;
    right: auto;
    margin-right: 20px;
    position: relative;
  }
}
@media (max-width: 620px) {

  .f-layer .f-message li input{
    height: 32px;
  }
  .f-layer .f-message {
    top: 0;
  }
  .f-layer {
    position: fixed;
    bottom: 0;
  }
  .f-layer .f-message li p {
     margin: 7px 50px 0 50px;
  }
  .f-layer .f-message {
    width: 100%;
  }
  .f-layer .f-message li {
    width: 100%;
  }
  .f-layer .f-message li .code {
    width: 50%;
  }
  .f-layer .f-button {
    right: auto;
    top: auto;
    width: 73%;
    height: 33px;
    padding: 0;
    margin: 10px auto 0px;
    font-size: 24px;
    line-height: 33px;
    position: relative;
  }
}
.current-location {
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  border-bottom: solid 1px #d9d9d9;
}
.current-location img {
  margin-top: 13px;
  vertical-align: top;
}
.current-location span {
  padding: 0 37px;
  font-size: 14px;
  display: inline-block;
  border-right: solid 1px #d9d9d9;
}
.current-location span:first-child {
  border-left: solid 1px #d9d9d9;
}
.current-location a {
  color: #202020;
}
.current-location a:hover {
  color: #77d1fa;
}
@media (max-width: 767px) {
  .current-location span {
    font-size: 12px;
    padding: 0 10px;
  }
}
.banner {
  overflow: hidden;
}
@media (max-width: 960px) {
  .banner {
    display: none;
  }
}
.phone-banner {
  display: none;
  overflow: hidden;
}
@media (max-width: 960px) {
  .phone-banner {
    display: block;
    margin-top: 54px;
  }
  .phone-banner .slick-dots {
    bottom: 20px;
  }
}
.page-banner {
  text-align: center;
}
@media (max-width: 960px) {
  .page-banner {
    display: none;
  }
}
.p-page-banner {
  display: none;
  margin-top: 56px;
  overflow: hidden;
}
@media (max-width: 960px) {
  .p-page-banner {
    display: block;
  }
}
.page-title {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-top: 27px;
  border-bottom: solid 2px #535353;
}
@media (max-width: 930px) {
  .page-title {
    font-size: 18px;
    line-height: 24px;
    margin-top: 18px;
  }
}
.page-container {
  width: 1208px;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 15px;
}
@media (max-width: 1208px) {
  .page-container {
    width: 100%;
  }
.page-container img{

width:99% !important;

height: auto !important;
}
}
.page-H60 {
  margin-top: 21px;
}
@media (max-width: 930px) {
  .page-H60 {
    margin-top: 30px;
  }
}
.list-about {
  color: #3c3c3c;
  line-height: 28px;
  padding-bottom: 70px;

}
.list-about .font24 {
  color: #3e3e3e;
  font-size: 24px;
}
@media (max-width: 767px) {
  .list-about .font24 {
    font-size: 18px;
  }
}
.list-about .border-box {
  font-size: 18px;
  padding: 20px;
  margin-top: 30px;
  border: solid 2px #bebebe;
}
.list-about .border-box span {
  display: inline-block;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .list-about .border-box {
    font-size: 16px;
  }
  .list-about .border-box span {
    display: block;
    padding: 0;
  }
}
.list-about .text-hd {
  padding: 0 40px;
}
@media (max-width: 767px) {
  .list-about .text-hd {
    padding: 0;
  }
}
.list-about .list li {
  padding: 0;
  margin-top: 20px;
  text-align: center;
}
.list-about .list li div {
  top: 50%;
  height: 50px;
  color: #fff;
  width: 100%;
  margin-top: -25px;
  position: absolute;
}
.list-about .list li div .tit {
  font-size: 30px;
  line-height: 30px;
}
.list-about .list li div .en {
  font-size: 20px;
  font-family: tahoma;
}
@media (max-width: 640px) {
  .list-about .list li {
    width: 100%;
  }
}
.list-about .column-1 {
  overflow: hidden;
  padding: 0 0 0 50px;
  background-color: #fce1b2;
}
.list-about .column-1 .content {
  width: 43%;
  float: left;
  padding: 50px 0 0;
}
@media (max-width: 1110px) {
  .list-about .column-1 {
    padding-left: 0;
  }
  .list-about .column-1 .pull-right {
    width: 100%;
    float: none;
  }
  .list-about .column-1 .content {
    width: 100%;
    padding: 30px;
  }
}
.list-about .column-2 {
  padding: 50px;
  margin-top: 50px;
  border: solid 6px #ff7c08;
}
@media (max-width: 1000px) {
  .list-about .column-2 {
    padding: 20px;
  }
}
.list-about .column-3 {
  margin-top: 50px;
  overflow: hidden;
  font-size: 13px;
  background-color: #ebebeb;
  padding: 50px 30px 50px 50px;
}
.list-about .column-3 img {
  margin-top: 30px;
  float: right;
}
@media (max-width: 1000px) {
  .list-about .column-3 {
    padding: 20px;
  }
}
.list-about .column-4 {
  padding-top: 40px;
  overflow: hidden;
  padding-bottom: 40px;
  border-bottom: solid 1px #cdcdcd;
}
.list-about .column-4 .pull-left {
  margin-right: 60px;
}
@media (max-width: 1300px) {
  .list-about .column-4 .pull-left {
    margin-right: 30px;
  }
}
.list-about .column-4:first-child {
  padding-top: 0;
}
.list-about .column-4 .content-2 {
  width: 61%;
  float: right;
}
@media (max-width: 1300px) {
  .list-about .column-4 .content-2 {
    width: 100%;
    float: none;
  }
}
@media (max-width: 767px) {
  .list-about .column-4 {
    padding: 20px 0;
  }
  .list-about .column-4 .pull-left {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .list-about .column-4 .pull-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.list-about .column-5 .pull-right {
  margin-left: 60px;
}
@media (max-width: 1300px) {
  .list-about .column-5 .pull-right {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .list-about .column-5 .pull-right {
    margin-left: 15px;
  }
}
@media (max-width: 640px) {
  .list-about .column-5 .pull-right {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.list-about .column-6 li {
  color: #fff;
  margin-top: 40px;
  height: 400px;
  overflow: hidden;
  padding: 50px 30px;
  background-color: #ee6d00;
  border-left: solid 1px #fff;
}
.list-about .column-6 li .tit {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-family: tahoma;
  position: relative;
}
.list-about .column-6 li .tit span {
  font-weight: bold;
}
.list-about .column-6 li .tit:before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
.list-about .column-6 li:nth-child(2) {
  background-color: #74120b;
}
.list-about .column-6 li:nth-child(3) {
  background-color: #151515;
}
.list-about .column-6 li:first-child {
  border: 0;
}
@media (max-width: 767px) {
  .list-about .column-6 li {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .list-about .column-6 li {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
}
.list-about .column-7 {
  padding: 60px 0;
  margin-top: 70px;
  position: relative;
  background-color: #f6f6f6;
}
.list-about .column-7:before,
.list-about .column-7:after {
  content: "";
  top: 0;
  width: 100%;
  height: 140%;
  position: absolute;
  background-color: #f6f6f6;
}
.list-about .column-7:before {
  left: 50%;
}
.list-about .column-7:after {
  right: 50%;
}
.list-about .column-7 .t1 {
  color: #1c1c1c;
  font-size: 18px;
}
.list-about .column-7 .t2 {
  margin-top: 5px;
}
.list-about .column-7 .t2 span {
  color: #1c1c1c;
  font-size: 30px;
}
.list-about .column-7 .content {
  margin-bottom: 40px;
  margin-top: 20px;
}
.list-about .column-7 .content .pull-left {
  width: 40%;
}
.list-about .column-7 .content .pull-right {
  width: 60%;
}
.list-about .column-7 .pic {
  z-index: 9;
  margin-left: 35px;
  margin-top: -180px;
  position: relative;
}
.list-about .column-7 .txt {
  padding-top: 50px;
}
@media (max-width: 1000px) {
  .list-about .column-7 {
    padding: 30px 10px;
    margin-top: 30px;
    overflow: hidden;
  }
  .list-about .column-7:before,
  .list-about .column-7:after {
    height: 108%;
  }
  .list-about .column-7 .content .pull-left,
  .list-about .column-7 .content .pull-right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .list-about .column-7:before,
  .list-about .column-7:after {
    height: 106.7%;
  }
  .list-about .column-7 .pic {
    margin-left: 0;
    margin-bottom: 20px;
    margin-top: -30px;
  }
}
@media (max-width: 640px) {
  .list-about .column-7:before,
  .list-about .column-7:after {
    height: 102.7%;
  }
}
.list-about .column-8 .t1 {
  margin-top: 50px;
  line-height: 36px;
  font-size: 30px;
  color: #f47900;
}
.list-about .column-8 .t2 {
  color: #626262;
  font-size: 18px;
}
.list-about .column-8 .t3 {
  margin-top: 25px;
  padding-top: 20px;
  border-top: solid 1px #cfcfcf;
}
@media (max-width: 640px) {
  .list-about .column-8 .t1 {
    font-size: 24px;
    margin-top: 30px;
  }
  .list-about .column-8 .t2 {
    font-size: 12px;
  }
}
.list-about .column-9 {
  margin-top: -30px;
}
.list-about .column-9 ul {
  width: 1200px;
  margin-left: -13px;
}
.list-about .column-9 li {
  width: 50%;
  float: left;
  margin-top: 30px;
}
.list-about .column-9 li .box {
  margin: 0 13px;
  padding: 15px 25px;
  border: solid 2px #ccc;
}
.list-about .column-9 li .box h3 {
  color: #282828;
  font-size: 16px;
  height: 24px;
  overflow: hidden;
  font-weight: normal;
}
.list-about .column-9 li .box p {
  height: 24px;
  margin-top: 5px;
  overflow: hidden;
  color: #585858;
  font-size: 14px;
}
.list-about .column-9 li:hover .box {
  border-color: #fd6802;
}
@media (max-width: 1200px) {
  .list-about .column-9 ul {
    width: 100%;
    margin-left: 0;
  }
  .list-about .column-9 li {
    margin-top: 15px;
  }
  .list-about .column-9 li .box {
    margin: 0 10px;
  }
}
@media (max-width: 960px) {
  .list-about .column-9 li {
    width: 100%;
  }
  .list-about .column-9 li .box {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .list-about .column-9 {
    margin-top: 0;
  }
}
.list-about .column-10 .tit-1 {
  color: #ff5800;
  font-size: 36px;
  line-height: 36px;
}
@media (max-width: 767px) {
  .list-about .column-10 .tit-1 {
    font-size: 24px;
  }
}
.list-about .column-10 .tit-2 {
  margin-top: 15px;
  font-size: 16px;
  color: #4b4b4b;
}
.list-about .column-10 .arrows {
  margin-top: 50px;
  text-align: center;
}
.list-about .column-10 .arrows span {
  width: 180px;
  height: 180px;
  font-size: 26px;
  line-height: 180px;
  display: inline-block;
  border-radius: 100%;
  color: #fff;
  background-color: #ff5800;
}
@media (max-width: 767px) {
  .list-about .column-10 .arrows span {
    font-size: 16px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.list-about .column-10 .list {
  padding: 30px 0;
  background: url("images/line.jpg") repeat-y center center;
}
@media (max-width: 400px) {
  .list-about .column-10 .list {
    background: none;
  }
}
.list-about .column-10 .list dl {
  overflow: hidden;
}
.list-about .column-10 .list dl:hover dd:before {
  background-color: #ff5800;
}
.list-about .column-10 .list dt {
  float: left;
  width: 50%;
  margin-top: 40px;
}
.list-about .column-10 .list dt .pic {
  margin-left: 23%;
  position: relative;
}
.list-about .column-10 .list dt .pic:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (max-width: 767px) {
  .list-about .column-10 .list dt .pic {
    margin-left: 5%;
  }
}
@media (max-width: 640px) {
  .list-about .column-10 .list dt .pic {
    margin-left: 0;
  }
  .list-about .column-10 .list dt .pic:after {
    content: "";
    display: block;
    padding-bottom: 55%;
  }
}
@media (max-width: 400px) {
  .list-about .column-10 .list dt {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .list-about .column-10 .list dt .pic:after {
    content: "";
    display: block;
    padding-bottom: 60%;
  }
}
.list-about .column-10 .list dd {
  width: 50%;
  float: right;
  padding-top: 8%;
  color: #373737;
  padding-left: 40px;
  position: relative;
}
.list-about .column-10 .list dd .tit {
  font-size: 24px;
  font-weight: normal;
}
.list-about .column-10 .list dd .txt {
  line-height: 20px;
  font-size: 15px;
}
.list-about .column-10 .list dd:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  left: -5px;
  top: 120px;
  background-color: #fff;
  position: absolute;
  border-radius: 100%;
  border: solid 2px #ff5800;
}
@media (max-width: 400px) {
  .list-about .column-10 .list dd {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    float: none;
    padding: 0;
  }
  .list-about .column-10 .list dd:before {
    display: none;
  }
  .list-about .column-10 .list dd .tit {
    font-size: 16px;
  }
}
.list-about .column-11 {
  padding-top: 40px;
  border-top: solid 1px #939393;
}
.list-about .column-11 .t1 {
  font-size: 28px;
  color: #141414;
}
.list-about .column-11 .t2 {
  font-family: arial;
  font-size: 12px;
  color: #646464;
}
.list-about .column-11 .list-2 {
  margin-top: 40px;
}
.list-about .column-11 .list-2 li {
  width: 50%;
  float: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.list-about .column-11 .list-2 li p {
  padding: 10px 0;
  margin: 0 30px;
  line-height: 20px;
  min-height: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #dedede;
}
.list-about .column-11 .list-2 li:nth-child(1) p {
  border-top: solid 1px #dedede;
}
.list-about .column-11 .list-2 li:nth-child(2) p {
  border-top: solid 1px #dedede;
}
.list-about .column-11 .list-2 li:hover {
  color: #fff;
  background-color: #ff6a00;
}
@media (max-width: 767px) {
  .list-about .column-11 .t1 {
    font-size: 20px;
  }
  .list-about .column-11 .list-2 {
    margin-top: 20px;
  }
  .list-about .column-11 .list-2 li {
    width: 100%;
  }
  .list-about .column-11 .list-2 li p {
    min-height: 0;
    margin: 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .list-about .column-11 .list-2 li:nth-child(2) p {
    border-top: 0;
  }
}
.list-about .orange {
  line-height: 30px;
  font-size: 30px;
  color: #ff5800;
}
@media (max-width: 1000px) {
  .list-about .orange {
    font-size: 20px;
  }
}
.list-about .orange-2 {
  color: #e70;
  font-size: 24px;
}
@media (max-width: 767px) {
  .list-about .orange-2 {
    font-size: 18px;
  }
}
.list-about .black {
  color: #252424;
  font-size: 30px;
}
@media (max-width: 767px) {
  .list-about .black {
    font-size: 20px;
  }
}
@media (max-width: 930px) {
  .list-about {
    padding-bottom: 30px;

  }
}
.list-pro-menu {
  font-size: 16px;
  text-align: center;
  margin-top: 50px;
  position: relative;
  border-left: solid 1px #ccc;
}
.list-pro-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  left: -10px;
  top: 0;
  position: absolute;
  background-color: #fff;
}
.list-pro-menu li {
  line-height: 54px;
  padding: 0 10px;
  margin-top: 10px;
  border: solid 1px #ccc;
  border-left: 0;
  position: relative;
}
.list-pro-menu li:after {
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  opacity: 0;
  margin-left: -7%;
  bottom: -10px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #77d1fa;
}
.list-pro-menu li a {
  display: block;
  color: #1b1b1b;
}
.list-pro-menu li:hover,
.list-pro-menu .active {
  border-color: #77d1fa;
  background-color: #77d1fa;
}
.list-pro-menu li:hover:after,
.list-pro-menu .active:after {
  opacity: 1;
}
.list-pro-menu li:hover > a,
.list-pro-menu .active > a {
  color: #fff;
}
@media (max-width: 640px) {
  .list-pro-menu li {
    width: 33.3%;
  }
}
.list-product {
  margin-top: 30px;
}
.list-product .iteam {
  overflow: hidden;
  position: relative;
}
.list-product .iteam:after {
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: #dbdbdb;
}
.list-product li {
  padding: 30px 10px 60px;
  border-bottom: solid 1px #dbdbdb;
}
.list-product li .pic:after {
  padding-bottom: 80%;
}
.list-product li .en {
  color: #8a8a8a;
  font-size: 12px;
  font-family: "寰蒋闆呴粦";
}
.list-product-2 li {
  padding: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  border: solid 1px #fff;
  padding: 20px 10px 50px;
  text-align: center;
  background-color: #ececec;
}
.list-product-2 li .pic {
  position: relative;
}
.list-product-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 90%;
}
.list-product-2 li .tit,
.list-product-2 li .txt {
  overflow: hidden;
  height: 24px;
  line-height: 24px;
}
.list-product-2 li .tit {
  color: #77d1fa;
  font-size: 18px;
  font-weight: normal;
}
.list-product-2 li .txt {
  color: #727272;
}
.list-product-2 li:hover {
  background-color: #f47900;
}
.list-product-2 li:hover .tit,
.list-product-2 li:hover .txt {
  color: #fff;
}
@media (max-width: 640px) {
  .list-product-2 li {
    width: 50%;
  }
}
.list-product-3 li {
  padding: 0;
  border: solid 3px #fff;
  vertical-align: top;
}
@media (max-width: 500px) {
  .list-product-3 li {
    width: 100%;
  }
}
.list-product-3 li .pic {
  position: relative;
}
.list-product-3 li .pic:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: absolute;
  background-color: rgba(244, 155, 0, 0.9);
}
.list-product-3 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 65.5%;
}
.list-product-3 li .pic-2 {
  margin-top: 2px;
  position: relative;
}
.list-product-3 li .pic-2:before {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  z-index: 9;
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  position: absolute;
  background-color: rgba(244, 155, 0, 0.9);
}
.list-product-3 li .pic-2:after {
  content: "";
  display: block;
  padding-bottom: 65%;
}
.list-product-3 li .pic-2:hover:before {
  opacity: 1;
  height: 100%;
}
.list-product-3 li .pic-2:hover .text-2 {
  opacity: 1;
}
.list-product-3 li .text-2 {
  opacity: 0;
  padding: 0 30px;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  z-index: 10;
  color: #fff;
  left: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
@media (max-width: 640px) {
  .list-product-3 li .text-2 {
    padding: 0 10px;
  }
}
.list-product-3 li .text {
  opacity: 0;
  padding: 0 60px;
  font-size: 16px;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 10;
  color: #fff;
  left: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.list-product-3 .box-2 .col-xs-6 {
  padding: 0 2px 4px 1px;
}
@media (max-width: 500px) {
  .list-product-3 .box-2 {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .list-product-3 .box-2 .col-xs-6 {
    width: 100%;
  }
}
.list-product-3 li:hover .pic:before {
  opacity: 1;
  height: 100%;
}
.list-product-3 li:hover .text {
  opacity: 1;
  margin-top: -45px;
}
.list-dowland li {
  height: 55px;
  font-size: 14px;
  line-height: 55px;
  overflow: hidden;
  padding: 0 20px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  margin-bottom: 15px;
  border: solid 1px #c1c1c1;
  background: url("../images/dowland-icon.png") no-repeat right 20px center;
}
.list-dowland li a {
  color: #1f1f1f;
  display: block;
  padding-right: 30px;
}
.list-dowland li:hover {
  border-color: #77d1fa;
  background: url("../images/dow-icon-h.png") no-repeat right 20px center #77d1fa;
}
.list-dowland li:hover > a {
  color: #fff;
}
.list-news dl:first-child {
  padding-top: 0;
}
.list-news dl {
  overflow: hidden;
  padding: 40px 0;
  margin: 0;
  border-bottom: solid 1px #d1d1d1;
}
.list-news dl dd {
  margin-top: 3px;
  padding-left: 0;
  float: left;
  width: 65%;
}
.list-news dl dd h3 {
  margin-top: 15px;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  overflow: hidden;
}
.list-news dl dd h3 a {
  color: #333;
}
.list-news dl dd span {
  color: #888;
}
.list-news dl dd p {
  line-height: 24px;
  font-size: 14px;
  margin-top: 5px;
  height: 72px;
  overflow: hidden;
}
.list-news dl dd .more-two {
  color: #4c4c4c;
  font-size: 16px;
  text-align: center;
  border: solid 1px #737373;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  display: inline-block;
  line-height: 40px;
  width: 180px;
  margin-top: 30px;
}
.list-news dl dt {
  width: 29%;
  margin: 0;
  padding: 0;
  float: right;
  position: relative;
}
.list-news dl dt:after {
  content: "";
  display: block;
  padding-right: 0;
  padding-bottom: 64%;
}
.list-news dl:hover dd .more-two {
  color: #fff;
  border-color: #2cade8;
  background-color: #2cade8;
}
@media (max-width: 900px) {
  .list-news dl {
    padding: 20px 0;
  }
  .list-news dl dd {
    width: 60%;
  }
  .list-news dl dd h3 {
    margin-top: 0;
  }
  .list-news dl dd p {
    height: 48px;
  }
  .list-news dl dt {
    width: 33%;
  }
  .list-news dl dd .more-two {
    padding: 0 15px;
    font-size: 12px;
    margin-top: 20px;
    line-height: 30px;
  }
}
@media (max-width: 670px) {
  .list-news dl dd {
    width: 53%;
  }
  .list-news dl dt {
    width: 40%;
  }
  .list-news dl dd h3 {
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 530px) {
  .list-news dl dd {
    width: 45%;
  }
  .list-news dl dt {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .list-news dl dd {
    width: 100%;
  }
  .list-news dl dt {
    display: none;
  }
}
.list-news-show h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0px;
  text-align: center;
  line-height: 26px;
}
.list-news-show .tig {
  padding: 10px;
  color: #808080;
  font-size: 12px;
  margin: 20px 0;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  text-align: center;
}
.list-news-show .related {
  margin-top: 40px;
  border-top: solid 1px #a6a6a6;
  border-bottom: solid 1px #a6a6a6;
}
.list-news-show .related li {
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0 15px;
}
.list-news-show .related li:hover {
  color: #fff;
  background-color: #2cade8;
}
.list-news-show .related li:hover a {
  color: #fff;
}
@media (max-width: 640px) {
  .list-news-show .related li {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
.list-vi {
  margin-top: 20px;
}
.list-vi ul {
  width: 1216px;
  margin-left: -20px;
}
.list-vi li {
  padding: 0 20px;
  margin-top: 40px;
}
.list-vi .pic {
  position: relative;
  border: solid 1px #d2d2d2;
}
.list-vi .pic:after {
  content: "";
  display: block;
}
.list-vi .pic:hover {
  border-color: #77d1fa;
}
@media (max-width: 1216px) {
  .list-vi ul {
    width: 100%;
    margin-left: 0;
  }
  .list-vi li {
    padding: 0 10px;
    margin-top: 20px;
  }
}
@media (max-width: 640px) {
  .list-vi li {
    width: 50%;
    padding: 0 5px;
    margin-top: 15px;
  }
}
@media (max-width: 380px) {
  .list-vi li {
    width: 100%;
    padding: 0;
  }
}
.list-case {
  margin-top: 20px;
}
.list-case ul {
  width: 1220px;
  margin-left: -20px;
}
.list-case li {
  padding: 0 20px;
  margin-top: 40px;
}
.list-case li .box {
  padding-bottom: 30px;
  position: relative;
  border-bottom: solid 1px #ddd;
}
.list-case li .pic {
  overflow: hidden;
  position: relative;
}
.list-case li .pic:after {
  content: "";
  display: block;
  padding-bottom: 41%;
}
.list-case li .pic img {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.list-case li .tit {
  margin-top: 30px;
  font-size: 16px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}
.list-case li .tit > a {
  color: #000;
  padding-right: 130px;
}
.list-case li .txt {
  font-family: arial;
  font-size: 14px;
  color: #838383;
}
.list-case li .more {
  bottom: 60px;
  right: 0;
  width: 80px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background-color: #77d1fa;
  position: absolute;
  border: solid 1px #b77117;
}
.list-case li:hover .pic img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.list-case li:hover .tit a {
  color: #77d1fa;
}
.list-case li:hover .more {
  border-color: #77d1fa;
}
@media (max-width: 1200px) {
  .list-case ul {
    width: 100%;
    margin-left: 0;
  }
  .list-case ul li {
    padding: 0 10px;
    margin-top: 20px;
  }
  .list-case ul li .box {
    padding-bottom: 15px;
  }
  .list-case ul li .more {
    bottom: 40px;
  }
}
@media (max-width: 500px) {
  .list-case ul li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 15px;
  }
}
.list-join .content {
  padding: 40px 20px 40px 40px;
  margin-top: 30px;
  border: solid 6px #e2e2e2;
}
.list-join .content img {
  margin-right: 40px;
}
.list-join .content .txt {
  color: #151414;
  font-size: 17px;
}
@media (max-width: 767px) {
  .list-join .content {
    padding: 20px;
  }
  .list-join .content img {
    display: none;
  }
}
.list-join .box {
  position: relative;
}
.list-join .text {
  top: 50px;
  left: 7%;
  color: #fff;
  text-align: left;
  position: absolute;
}
.list-join .text span {
  display: block;
}
.list-join .text .t1 {
  font-size: 25px;
}
.list-join .text .t2 {
  font-size: 15px;
}
.list-join .text-2 dt {
  width: 25%;
  float: left;
  color: #2cade8;
  font-size: 24px;
  font-weight: normal;
}
.list-join .text-2 dt .t1 {
  font-size: 48px;
}
.list-join .text-2 dd {
  font-weight: normal;
  margin-top: 20px;
  width: 72%;
  float: right;
  font-size: 30px;
  line-height: 34px;
}
@media (max-width: 930px) {
  .list-join .text-2 dt,
  .list-join .text-2 dd {
    width: 100%;
    font-size: 18px;
  }
  .list-join .text-2 dt .t1 {
    font-size: 30px;
  }
}
.list-join .name {
  padding: 70px 0;
}
.list-join .name li {
  color: #fff;
  float: left;
  width: 50%;
  position: relative;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
  background-color: #77d1fa;
  border-left: solid 3px #fff;
}
.list-join .name .li-1:before {
  content: "";
  width: 0;
  height: 0;
  top: -20px;
  left: 170px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #77d1fa;
}
.list-join .name .li-2:after {
  content: "";
  width: 0;
  height: 0;
  bottom: -20px;
  right: 170px;
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #77d1fa;
}
@media (max-width: 640px) {
  .list-join .name li {
    font-size: 18px;
  }
}
.list-join .icon {
  margin: 20px 0;
}
@media (max-width: 1500px) {
  .list-join .text {
    left: 8%;
  }
}
@media (max-width: 830px) {
  .list-join .text {
    left: 5%;
    top: 30px;
  }
  .list-join .text .t1 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .list-join .box:first-child {
    margin-top: 0;
  }
  .list-join .box {
    margin-top: 15px;
  }
  .list-join .text {
    left: 3%;
    top: 20px;
  }
  .list-join .text .t1 {
    line-height: 20px;
    font-size: 16px;
  }
  .list-join .text .t2 {
    line-height: 20px;
    font-size: 12px;
  }
  .list-join .icon {
    display: none;
  }
}
@media (max-width: 400px) {
  .list-join .text {
    top: 5px;
  }
}
.list-pp {
  margin-top: 20px;
}
.list-pp ul {
  width: 1228px;
  overflow: hidden;
}
.list-pp li {
  width: 50%;
  padding: 0;
  float: left;
  margin-top: 40px;
}
.list-pp li .box {
  height: 156px;
  margin: 0 50px;
  position: relative;
  border: solid 1px #bababa;
  padding: 20px 30px 20px 80px;
}
.list-pp li .box h3 {
  color: #1b1b1b;
  font-size: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  font-weight: normal;
}
.list-pp li .box p {
  margin-top: 10px;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.list-pp li .box .pic {
  left: -50px;
  top: 23px;
  position: absolute;
  background-color: #ee6d00;
}
.list-pp li .box .pic img {
  max-width: 100px;
}
@media (max-width: 1228px) {
  .list-pp ul {
    width: 100%;
    margin-left: 0;
  }
  .list-pp ul li .box {
    padding: 20px 20px 20px 60px;
    margin-left: 40px;
    margin-right: 0;
  }
  .list-pp ul li .box .pic {
    left: -30px;
  }
  .list-pp ul li .box .pic img {
    max-width: 70px;
  }
}
@media (max-width: 640px) {
  .list-pp ul li {
    width: 100%;
  }
  .list-pp ul li .box {
    margin-left: 30px;
  }
}
.list-hz dl:first-child {
  padding-top: 0;
}
.list-hz dl {
  margin: 0;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.list-hz dl:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 20%;
  position: absolute;
  background-color: #e7e7e7;
}
.list-hz dl dt {
  width: 18%;
  float: left;
  padding: 0;
  margin: 0;
}
.list-hz dl dt .pic {
  position: relative;
}
.list-hz dl dt .pic:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.list-hz dl dd {
  width: 80%;
  float: right;
  line-height: 28px;
  padding-left: 30px;
}
.list-hz dl dd .t-1 {
  color: #1c1c1c;
  font-size: 18px;
  padding-top: 25px;
  margin-bottom: 15px;
  font-weight: normal;
  position: relative;
}
.list-hz dl dd .t-1:before {
  content: "";
  width: 210px;
  height: 5px;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #77d1fa;
}
.list-hz dl dd .t-2 {
  font-size: 18px;
  color: #2cade8;
  margin-top: 3px;
  margin-bottom: 6px;
}
.list-hz dl dd .t-3 {
  color: #ee5f00;
  font-size: 18px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .list-hz dl:before {
    display: none;
  }
  .list-hz dl dt {
    width: 25%;
  }
  .list-hz dl dd {
    width: 73%;
  }
}
@media (max-width: 400px) {
  .list-hz dl dt {
    width: 100%;
    float: none;
  }
  .list-hz dl dt img {
    width: 100%;
  }
  .list-hz dl dd {
    margin-top: 20px;
    width: 100%;
    float: none;
    padding: 0;
  }
}
.list-qa li .tit {
  color: #fff;
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  background: url("../images/jian.png") no-repeat right 20px center #6f6f6f;
}
.list-qa li > div {
  display: none;
  color: #1f1f1f;
  font-size: 15px;
  padding: 15px 60px;
  background-color: #efefef;
}
.list-qa li.active .tit {
  background: url("../images/jia.png") no-repeat right 20px center #77d1fa;
}
@media (max-width: 767px) {
  .list-qa li .tit {
    background: #6f6f6f;
  }
  .list-qa li.active .tit {
    background: #77d1fa;
  }
  .list-qa li > div {
    padding: 15px;
    font-size: 13px;
  }
}
.jm-nav {
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  padding-right: 50px;
  background-color: #e86000;
}
.jm-nav li {
  padding: 10px 0;
  cursor: pointer;
  text-align: center;
}
.jm-nav li.active {
  background-color: #2cade8;
}
@media (max-width: 1000px) {
  .jm-nav {
    font-size: 16px;
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .jm-nav li {
    width: 33.33%;
    border-bottom: solid 1px #fff;
  }
}
@media (max-width: 500px) {
  .jm-nav li {
    width: 50%;
    border-bottom: solid 1px #fff;
  }
}
.jm-tab {
  display: none;
}
.jm-tab .content {
  color: #000;
  font-size: 22px;
  margin: 50px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.jm-tab .content img {
  float: left;
  margin-right: 50px;
}
.jm-tab .content .box {
  padding-top: 70px;
}
.jm-tab .content .box .t1 {
  line-height: 80px;
  color: #2cade8;
  font-size: 80px;
  font-weight: bold;
}
.jm-tab .content .box .t1,
.jm-tab .content .box .t2 {
  float: left;
}
.jm-tab .content .box .t2 em {
  color: #2cade8;
  font-size: 40px;
  line-height: 50px;
  padding-left: 5px;
  font-style: normal;
}
@media (max-width: 1200px) {
  .jm-tab .content {
    font-size: 18px;
  }
  .jm-tab .content .box {
    padding-top: 30px;
  }
  .jm-tab .content .box .t1 {
    line-height: 30px;
    font-size: 30px;
  }
  .jm-tab .content .box .t2 em {
    line-height: 20px;
    font-size: 20px;
  }
}
@media (max-width: 930px) {
  .jm-tab .content {
    margin: 30px 0;
  }
  .jm-tab .content .pull-left {
    float: none;
    width: 100%;
    clear: both;
  }
  .jm-tab .content .pull-left img {
    width: 100%;
    margin-right: 0;
  }
  .jm-tab .content .box {
    width: 100%;
    padding: 20px;
    overflow: hidden;
  }
  .jm-tab .content .box .t1 {
    line-height: 50px;
    font-size: 50px;
  }
}
.jm-tab .tabcot {
  color: #3c3c3c;
  font-size: 14px;
  border: solid 1px #ccc;
  text-align: center;
}
.jm-tab .tabcot th {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 45px;
  font-weight: normal;
  background-color: #2cade8;
}
.jm-tab .tabcot tr {
  border-bottom: solid 1px #ccc;
}
.jm-tab .tabcot tr td {
  padding: 8px;
}
@media (max-width: 440px) {
  .jm-tab .tabcot th {
    font-size: 16px;
  }
}
.list-xy .content {
  color: #fff;
  overflow: hidden;
  padding-left: 50px;
  margin-bottom: 20px;
  background-color: #f28c00;
}
.list-xy .content img {
  float: right;
  margin-left: 50px;
}
.list-xy .content .t-1 {
  padding-top: 50px;
  font-size: 60px;
  line-height: 60px;
}
.list-xy .content .t-2 {
  line-height: 30px;
  font-size: 28px;
}
.list-xy .content .t-3 {
  font-size: 12px;
  opacity: 0.8;
  padding-bottom: 20px;
  position: relative;
}
.list-xy .content .t-3:after {
  content: "";
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: #fff;
}
.list-xy .content .t-4 {
  margin-top: 30px;
  font-size: 20px;
}
.list-xy .content .t-5 {
  margin-top: 10px;
  line-height: 40px;
  font-size: 36px;
}
.list-xy .box-1 {
  padding: 30px;
  margin-top: 30px;
  position: relative;
  border: solid 1px #c9c9c9;
}
.list-xy .box-1:before {
  content: "";
  left: -2px;
  top: -2px;
  opacity: 0;
  width: 231px;
  height: 76px;
  background: url("../images/jiao-1.png") no-repeat;
  position: absolute;
}
.list-xy .box-1:after {
  content: "";
  right: -2px;
  bottom: -2px;
  width: 163px;
  height: 57px;
  opacity: 0;
  background: url("../images/jiao-2.png") no-repeat;
  position: absolute;
}
.list-xy .box-1 h3 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: normal;
}
.list-xy .box-1:hover {
  border: solid 2px #c9c9c9;
}
.list-xy .box-1:hover:before {
  opacity: 1;
}
.list-xy .box-1:hover:after {
  opacity: 1;
}
@media (max-width: 1140px) {
  .list-xy .content .t-1 {
    font-size: 36px;
    line-height: 36px;
    padding-top: 30px;
  }
  .list-xy .content .t-2,
  .list-xy .content .t-5 {
    line-height: 20px;
    font-size: 20px;
  }
}
@media (max-width: 970px) {
  .list-xy .content {
    padding-left: 20px;
  }
}
@media (max-width: 860px) {
  .list-xy img {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .list-xy .content {
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 30px;
    width: 100%;
  }
  .list-xy .content .t-1,
  .list-xy .content .t-2,
  .list-xy .content .t-3,
  .list-xy .content .t-4,
  .list-xy .content .t-5 {
    margin: 0 20px;
  }
  .list-xy .content .t-4 {
    font-size: 14px;
  }
  .list-xy .box-1 {
    padding: 20px;
  }
  .list-xy .box-1 h3 {
    font-size: 18px;
  }
}
.list-qj .pull-right {
  margin-left: 50px;
}
.list-qj .t-1 {
  color: #e57100;
  font-size: 24px;
}
.list-qj .t-1 b {
  font-size: 28px;
  font-family: helvetica;
}
.list-qj .t-2 {
  color: #252525;
  font-size: 16px;
  margin: 10px 0 15px;
}
.list-qj .t-3 {
  padding-top: 15%;
}
.list-qj .pull-left {
  margin-right: 50px;
}
@media (max-width: 670px) {
  .list-qj .pull-right {
    float: none;
    width: 100%;
    margin-left: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .list-qj .pull-left {
    float: none;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
}
.list-qj-2 {
  margin-top: 50px;
}
@media (max-width: 670px) {
  .list-qj-2 {
    margin-top: 20px;
  }
}
.list-hzdw .tit {
  margin-bottom: 30px;
  text-align: center;
  color: #202020;
  z-index: 9;
  font-size: 30px;
  position: relative;
}
@media (max-width: 767px) {
  .list-hzdw .tit {
    font-size: 20px;
  }
}
.list-hzdw .iteam-1 li {
  width: 14%;
  float: left;
  padding: 0 10px;
}
.list-hzdw .iteam-1 li .pic {
  position: relative;
}
.list-hzdw .iteam-1 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 70%;
}
@media (max-width: 900px) {
  .list-hzdw .iteam-1 li {
    width: 20%;
  }
}
@media (max-width: 640px) {
  .list-hzdw .iteam-1 li {
    width: 33.33%;
  }
}
.list-hzdw .iteam-2 {
  margin-top: 60px;
  position: relative;
  padding: 60px 0 40px;
  background-color: #f5f5f5;
}
.list-hzdw .iteam-2:before {
  content: "";
  width: 1050%;
  height: 400px;
  left: -120%;
  top: 0;
  position: absolute;
  background-color: #f5f5f5;
}
.list-hzdw .iteam-2 li {
  width: 25%;
  float: left;
  padding: 0 10px;
  background-color: #f5f5f5;
}
.list-hzdw .iteam-2 li .pic {
  position: relative;
}
.list-hzdw .iteam-2 li .pic:after {
  content: "";
  display: block;
  padding-bottom: 40%;
}
@media (max-width: 970px) {
  .list-hzdw .iteam-2:before {
    height: 360px;
  }
}
@media (max-width: 880px) {
  .list-hzdw .iteam-2 {
    margin-top: 30px;
  }
  .list-hzdw .iteam-2:before {
    height: 320px;
  }
}
@media (max-width: 640px) {
  .list-hzdw .iteam-2:before {
    display: none;
  }
  .list-hzdw .iteam-2 li {
    width: 50%;
  }
}
.list-hzdw .iteam-3 {
  margin-top: 80px;
}
.list-hzdw .iteam-3 ul {
  width: 55%;
  float: right;
}
.list-hzdw .iteam-3 li {
  margin-top: 20px;
  float: left;
  width: 50%;
}
@media (max-width: 970px) {
  .list-hzdw .iteam-3 img {
    display: none;
  }
  .list-hzdw .iteam-3 ul {
    width: 100%;
    float: none;
  }
}
@media (max-width: 640px) {
  .list-hzdw .iteam-3 {
    margin-top: 40px;
  }
  .list-hzdw .iteam-3 li {
    width: 100%;
    margin-top: 10px;
  }
}
.list-contact .tel {
  color: #ff5800;
  line-height: 36px;
  font-size: 36px;
  text-align: center;
  padding-bottom: 50px;
}
.list-contact .tel a {
  color: #ff5800;
}
.list-contact .content {
  padding: 30px 0;
  overflow: hidden;
  border: solid 1px #b5b5b5;
}
.list-contact .content .tit {
  color: #313131;
  font-size: 20px;
}
.list-contact .content .qq {
  margin-top: 5px;
}
.list-contact .content .qq span {
  width: 34px;
  height: 34px;
  line-height: 30px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background-color: #737373;
  display: inline-block;
}
.list-contact .content .qq span:hover {
  background-color: #77d1fa;
}
.list-contact .content .col-xs-4 {
  width: 30%;
}
.list-contact .content .col-xs-3 {
  color: #5d5d5d;
  width: 32%;
}
.list-contact .content .col-xs-5 {
  width: 38%;
}
.list-contact .content .box {
  color: #5d5d5d;
  padding: 0 0 0 50px;
  border-left: solid 1px #b5b5b5;
}
.list-contact .hk-cot {
  margin-top: 30px;
  border: solid 1px #b5b5b5;
  border-top: 0;
}
.list-contact .hk-cot .t-1 {
  color: #fff;
  line-height: 50px;
  font-size: 24px;
  padding-left: 70px;
  background-color: #77d1fa;
}
.list-contact .hk-cot .t-2 {
  color: #444;
  padding-top: 30px;
  font-size: 18px;
  padding-left: 70px;
}
.list-contact .hk-cot ul {
  margin-top: -10px;
  padding: 0 70px;
}
.list-contact .hk-cot ul li {
  padding: 30px 0;
  overflow: hidden;
  border-top: solid 1px #b5b5b5;
}
.list-contact .hk-cot ul li p {
  float: left;
  width: 50%;
  margin-bottom: 10px;
  padding-right: 15px;
}
@media (max-width: 740px) {
  .list-contact .hk-cot ul li p {
    width: 100%;
  }
}
.list-contact .hk-cot ul li:first-child {
  border: 0;
}
@media (max-width: 900px) {
  .list-contact .tel {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 30px;
  }
  .list-contact .content {
    padding: 0;
  }
  .list-contact .content .col-xs-4,
  .list-contact .content .col-xs-3,
  .list-contact .content .col-xs-5 {
    width: 100%;
  }
  .list-contact .content .col-xs-4 .box,
  .list-contact .content .col-xs-3 .box,
  .list-contact .content .col-xs-5 .box {
    border-left: 0;
    padding: 20px;
    border-top: solid 1px #ccc;
  }
  .list-contact .hk-cot .t-1,
  .list-contact .hk-cot .t-2 {
    padding-left: 20px;
  }
  .list-contact .hk-cot ul {
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  .list-contact .tel {
    font-size: 18px;
  }
  .list-contact .content .tit {
    font-size: 18px;
  }
}
.list-ts .txt {
  padding: 20px 40px;
  border: solid 1px #c1c1c1;
}
.list-ts .content {
  margin-top: 20px;
  padding: 20px 20px 50px 50px;
  border: solid 1px #c1c1c1;
}
.list-ts .content .pull-right {
  /*margin-top: 10%;*/
}
.list-ts .content ul {
  width: 50%;
}
.list-ts .content li {
  margin-top: 30px;
}
.list-ts .content li input,
.list-ts .content li textarea {
  padding: 10px;
  width: 100%;
  border: solid 1px #dcdcdc;
}
.list-ts .content li input[type="radio"] {
  width: auto;
}
.list-ts .content li input[type="button"] {
  border: 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #77d1fa;
}
.list-ts .content li label {
  padding-right: 80px;
  font-weight: normal;
}
.list-ts .content li textarea {
  height: 200px;
  color: #1f1f1f;
  font-size: 14px;
}
.list-ts .content li input.validate-on,
.list-ts .content li textarea.validate-on {
  border-color: red;
}
.list-ts .content li input:focus,
.list-ts .content li textarea:focus {
  border-color: #77d1fa;
}
.list-ts .content li .code {
  width: 120px;
}
@media (max-width: 900px) {
  .list-ts .pull-right {
    display: none;
  }
  .list-ts .txt {
    padding: 20px;
  }
  .list-ts .content {
    padding: 0 20px 20px;
  }
  .list-ts .content ul {
    width: 100%;
  }
}
.list-message ul {
  width: 1200px;
  margin-left: -15px;
}
.list-message li {
  margin-top: 40px;
  float: left;
  width: 50%;
}
.list-message li .bd {
  margin: 0 20px;
}
.list-message li .bd input {
  padding: 10px;
  width: 100%;
  border: solid 1px #dcdcdc;
}
.list-message li .bd input.validate-on,
.list-message li .bd-2 textarea.validate-on {
  border-color: red;
}
.list-message li .bd input:focus {
  border-color: #77d1fa;
}
.list-message li.code {
  margin-top: -85px;
  position: relative;
}
.list-message li.code input {
  width: 82%;
}
.list-message li .bd-2 {
  margin-left: 20px;
  margin-right: 20px;
}
.list-message li .bd-2 textarea {
  height: 150px;
  color: #1f1f1f;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  border: solid 1px #dcdcdc;
}
.list-message li .bd-2 textarea:focus {
  border-color: #77d1fa;
}
.list-message li input[type="button"] {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 45px;
  border: 0;
  width: 100%;
  background-color: #ee6d00;
}
@media (max-width: 1200px) {
  .list-message ul {
    width: 100%;
    margin-left: 0;
  }
  .list-message ul li {
    margin-top: 20px;
  }
  .list-message ul li .bd {
    margin: 0 5px;
  }
  .list-message ul li .bd-2 {
    margin: 0 5px;
  }
  .list-message ul li.code input {
    width: 100%;
  }
  .list-message ul li input[type="button"] {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .list-message ul li {
    width: 100%;
  }
  .list-message ul li .bd {
    margin: 0;
  }
  .list-message ul li .bd-2 {
    margin: 0;
  }
  .list-message ul li.code {
    margin-top: 10px;
  }
}
.pagination {
  margin-top: 60px;
  text-align: center;
}
.pagination a {
  padding: 0 12px;
  line-height: 30px;
  font-family: arial;
  vertical-align: top;
  display: inline-block;
  border: solid 1px #ddd;
  margin-right: 5px;
}
.pagination a:hover {
  color: #fff;
  border-color: #77d1fa;
  background-color: #77d1fa;
}
.pagination .cpb {
  color: #fff;
  border-color: #77d1fa;
  background-color: #77d1fa;
}
.pagination span {
  color: #5e5e5e;
  font-size: 12px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination .number {
    display: none;
  }
}
#toTop {
  z-index: 99999;
  width: 37px;
  height: 37px;
  bottom: 0;
  right: 0;
  position: fixed;
  cursor: pointer;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  background-color: #999;
}
#toTop:hover {
  background-color: #77d1fa;
}
.map {
  margin: 30px auto 0;
}
.map dl {
  border: #d6dbe1 solid 1px;
  border-bottom: none;
  margin: 20px 0;
}
.map dl:hover {
  background: #f5f8fa;
}
.map dl:hover dt a {
  color: #003e7e;
}
.map dt {
  background: #fcfcfc;
  color: #0053a8;
  font-size: 16px;
  line-height: 40px;
  font-weight: normal;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 0 0 20px;
}
.map dt a {
  color: #333;
}
.map dt a:hover {
  color: #003e7e;
}
.map dt img {
  margin-left: 20px;
}
.map dd {
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  padding-top: 10px;
}
.map dd .p2 {
  font-size: 14px;
  padding: 0 0 0 20px;
  clear: both;
}
.map dd .p2 a {
  color: #333;
  font-weight: bold;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.map dd .p2 a:hover {
  color: #764b00;
}
.map dd div {
  clear: both;
  font-size: 14px;
  overflow: hidden;
  line-height: 30px;
  border-bottom: #d6dbe1 solid 1px;
  padding: 0 20px 10px 10px;
}
.map dd div a {
  color: #333;
  float: left;
  padding: 0 10px;
}
.map dd div a:hover {
  color: #003e7e;
  background: #458fce;
  color: #fff;
}
.lxfx {
  position: fixed;
  height: auto;
  top: 150px;
  right: 0;
  z-index: 111111;
}
.lxfx li:first-child {
  border-top: 0;
}
.lxfx li {
  width: 70px;
  height:70px;
  background: rgba(34,101,169, 0.95);
  margin-left: 0;
  margin-bottom: 1px;
  overflow: inherit !important;
  position: relative;
  list-style: none;
}
.lxfx li:hover {
  background: #77d1fa;
}
.lxfx li:hover p {
  color: #fff;
}
.lxfx li a {
  color: #fff;
  margin: 0;
  display: block;
  height: 70px;
  width: 70px;
}
.lxfx .fewm {
  width: 130px;
  height: 130px;
  position: absolute;
  left: -145px;
  top: -30px;
  z-index: 9999;
  display: none;
}
.lxfx .fewm span {
  display: block;
  width: 104px;
  height: 104px;
  margin: 12px auto 5px;
  position: relative;
}
.lxfx .f_phnoe {
  width: 180px;
  height: 70px;
  line-height: 70px;
  font-family: "avantgarde_bk_btbook";
  position: absolute;
  left: -175px;
  background: #77d1fa;
  top: 0;
  z-index: 9999;
  color: #fff;
  font-size: 22px;
  text-align: center;
  display: none;
}
.lxfx .f_phnoe:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  right: -6px;
  top: 50%;
  margin-top: -9px;
  background: url("../images/f_strangle.png") no-repeat;
}
.lxfx .leftlx {
  float: left;
  width:70px;
  height:70px;
}
.lxfx .leftlx p {
  text-align: center;
  color: #fff;
  font-size: 13px;
  margin: 3px auto 0;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
}
.lxfx .leftlx i {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.lxfx .leftlx .icon_kf {
 width: 35px;
  height: 27px;
  background: url("../images/kefu.png") no-repeat center;
}
.lxfx .leftlx .icon_qq {
   width: 35px;
  height: 27px;
  background: url("../images/fqq.png") no-repeat center;
}
.lxfx .leftlx .icon_tel {
   width: 35px;
  height: 27px;
  background: url("../images/f_tel.png") no-repeat center;
}
.lxfx .leftlx .icon_baoming {
  background: url("../images/fbaoming.png") no-repeat center;
}
.lxfx .leftlx .icon_wx i{
  

}
.lxfx .leftlx .icon_top {
  background: url("../images/top1.png") no-repeat center;
}
.lxfx .weixin {
    width: 150px;
    height:150px;
    position: absolute;
    left: -150px;
    top:0px;
    text-align: center;
    z-index: 9999;
    display:none;
    background-color: #fff;
    
}
.lxfx .weixin img{max-width:150px;}

#gallery-wrapper {
  position: relative;
}
@media (max-width: 730px) {
  #gallery-wrapper {
    margin-left: 5px;
  }
}
img.thumb {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.white-panel {
  position: absolute;
}
.white-panel h1 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 0;
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  background-color: rgba(57,135,232, 0.95);;
}
.white-panel:hover h1 {
  opacity: 1;
  width: 91.5%;
}
.whitemore {
  color: #fff;
  font-size: 16px;
  line-height: 47px;
  margin-top: 40px;
  background-color: #ee6d00;
}
.whitemore a {
  color: #fff;
}
@media (max-width: 730px) {
  .whitemore {
    margin-top: 100px;
    margin-right: 10px;
  }
}
.culture-modal {
  display: none;
  z-index: 99999;
  color: #666;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.culture-modal .pic-2 {
  padding: 15px;
}
.culture-modal .close-modal {
  top: 0;
  right: 0;
  position: absolute;
  background-color: #77d1fa;
}
.along-way {
  margin: 0 0 25px;
}
.along-way .part-1 {
  border: 5px solid #e6e6e6;
  padding: 35px 20px 30px 38px;
}
.along-way .part-1:hover .pic:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  display: block\9;
}
.along-way .part-1 .pic {
  width: 19%;
  float: left;
  position: relative;
}
.along-way .part-1 .pic:after {
  content: "";
  display: block;
  padding-bottom: 74%;
}
.along-way .part-1 .pic:before {
  top: 0;
  left: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  z-index: 10;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 334ms cubic-bezier(0.4, 0, 1, 1);
  transition: -webkit-transform 334ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 334ms cubic-bezier(0.4, 0, 1, 1);
  -webkit-transition: -webkit-transform 334ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 334ms cubic-bezier(0.4, 0, 1, 1);
  transition: transform 334ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 334ms cubic-bezier(0.4, 0, 1, 1);
  display: none\9;
}
.along-way .part-1 .txt {
  float: left;
  width: 81%;
  padding: 5px 0 0 30px;
}
.along-way .part-1 .txt ul li {
  font-size: 14px;
  margin: 0 0 8px;
  line-height: 24px;
}
.along-way .part-2 {
  margin: 50px auto 55px;
}
.along-way .part-2 dl {
  float: left;
  padding: 0 0 0 38px;
  width: 50%;
  display: table;
}
.along-way .part-2 dl dd {
  display: inline-block;
  width: 100%;
  margin: 0 0 70px;
}
.along-way .part-2 dl dd .pic {
  float: left;
  width: 37%;
  position: relative;
}
.along-way .part-2 dl dd .pic img {
  max-width: 100%;
}
.along-way .part-2 dl dd .txt {
  float: left;
  padding: 10px 0 5px 20px;
  width: 63%;
}

.Content_1 {
    background: #fff;
    padding-top: 42px;
    padding-bottom: 50px;
    text-align: center;
}
.Content_1 h2 {
    width: 100%;
    height: 98px;
    line-height: 98px;
    font-weight: bold;
    color: #686868;
    font-size: 56px;
}
.Content_1 h2 em {
    margin-left: 45px;
    color: #77d1fa;
    font-style: normal;
}
.con_1_line{
    width: 100%;
    height: 56px;
    line-height: 56px;
    position: relative;
    overflow: hidden;
}
.con_1_line .txt {
    font-size: 30px;
    color: #666;
}
.con_1_line .line_l {
    left: -175px;
}
.con_1_line .line {
    width: 38%;
    height: 1px;
    background: #E8E8E8;
    position: absolute;
    top: 50%;
}
.con_1_line .line_r {
    right: -175px;
}
.con_1_line .line {
    width: 48%;
    height: 1px;
    background: #E8E8E8;
    position: absolute;
    top: 50%;
}
.Content_1 .info {
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
}
.Content_1 .info p em {
    color: #77d1fa;
}
.Con_btn {
    width: 200px;
    height: 50px;
    margin: 30px auto 0;
    text-align: center;
}
.Con_btn a {
    display: block;
    width: 196px;
    height: 46px;
    line-height: 46px;
    border: 2px solid #77d1fa;
}
#video {
  height:406px;
}
@media (min-width: 1024px){
   #mobile_minchat_div{
       display: none;
   }
   .phone-thumb{
       display: none;
   }
   .phone_nul{
     display:none;
   }
}
@media (max-width: 768px){
   .pc_nul{
     display: none;
   }
   #mobile_minchat_div{
        font-size: 10px; z-index: 1000000; position: fixed; bottom: 0px; height: 62px; width: 100%; display: block;
    }
    #mobile_minchat_btn_line{
        position: absolute; width: 100%; background: rgba(0, 0, 0, 0.1); overflow: hidden; height: 1px; top: 0px; left: 0px; bottom: auto;
    }
    #mobile_minchat_div div{
        font-size:1em;width:25%;background:#77d1fa;color:#ffffff;float:left;height:100%;text-align: center;padding:0 0.8em;line-height: 100%;box-sizing:border-box;
    }
    .phone-foot{
        font-size:1em;display: inline-block;overflow: hidden;height:100%;width: 100%;
    }
    .phone-foot-imgspan{
        font-size:1em;width: 2.4em;height: 2.4em;display:block;position: relative;margin:0.5em auto;
    }
    .phone-foot-imgspan span {
        display:none;width:1.33em;height:1.33em;border-radius:50%;background:red;color:#fff;position:absolute;right:-0.5em;font-size:1.2em;line-height:1.33em;text-align:center;top:-0.33em
    }
    .phone-foot-imgspan img {
        width:100%;height:100%;
    }
    .phone-foot-txtspan{
        font-size:1em;line-height:1em;height:1em;width:100%;display: block;white-space:nowrap;
    }
  .lxfx{
    display: none;
  }
  .lxfx li{
    width: 70px;
    height: 70px;
  }
  .lxfx li a{
    width: 70px;
    height: 70px;
  }
  .lxfx .leftlx {
    width: 70px;
    height: 70px;
   }
   .lxfx {
     width: 70px;
   }
   .lxfx .f_phnoe{
      height: 70px;
      line-height: 70px;
      font-size: 20px;
   }
    .index-store{
      background-color: #eee;
    }
    .phone-store{
       display: none
    }
    #video {
      height:204px;
    }
    .Content_1 {
        padding-top: 1.375rem;
        padding-bottom: 0.875rem;
    }
    .Content_1 h2 {
        height: 3rem;
        line-height: 3rem;
        font-size: 2.275rem;
        margin-bottom: 0.1875rem;
    }
    .Content_1 h2 em {
        margin-left: 1rem;
    }
    .con_1_line {
        height: 4rem;
        line-height: 4rem;
    }
    .con_1_line .txt {
        font-size: 2rem;
        letter-spacing: 0;
        text-indent: 0;
    }
    .con_1_line .line_l {
        left: -4.5rem;
    }
    .con_1_line .line_r {
        right: -4.5rem;
    }
    .Content_1 .info {
        line-height: 2.05rem;
        font-size: 14px;
        margin-top: 1rem;
        margin-left: 1.7rem;
        margin-right: 1.7rem;
    }
    .Con_btn {
        width: 9.7rem;
        height: 3.575rem;
        margin: 1.5rem auto 0;
    }
    .Con_btn a {
        display: block;
        width: 9.5rem;
        height: 3.375rem;
        line-height: 3.375rem;
        font-size: 1.5rem;
    }
    .gupiao{
        margin-top: 2.0rem;
        font-weight: bold;
    }
}
@media (max-width: 1199px){
    .P_main {
        width: 80%;
        margin: 0 auto;

    }
    .map_box .add .map {
        width: 100%;
        height: 220px;
        margin: 0 auto 20px;
    }
    .map_box{
        margin-top:19px;
    }
    .pc{
        display: none;
    }
}
@media (min-width: 1200px){
    .P_main {
        width: 56%;
        margin: 0 auto;
        font-size:15px;
        line-height: 30px;
    }
    .map_box .add .map {
        width: 100%;
        height: 450px;
        margin: 0 auto 20px;
    }
    .map_box{
        
    }
    .phone{
        display: none;
    }
}
 @media (min-width: 1200px) {
  .Contern_new .list_box {
      width: 100%;
      background: #e6e4de;
  }
  .con_new_list {
      overflow: hidden;
  }
  .P_main {
      width: 66%;
      margin: 0 auto;
      padding: 70px 0;
  }
  .con_new_list dl {
      float: left;
      width: 50%;
      margin-top: -11px;
      background:#fff;
      height: 218px;
  }
  .con_new_list dl.dl_2 dt {
      float: right;
  }
  .con_new_list dl dt i {
      font-size: 22px;
      color: #fff;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -13px;
      text-indent: -6px;
  }
  .con_new_list dl dt {
      float: left;
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: relative;
  }
  i {
      display: inline-block;
      font-family: 'dmh_icon';
  }
  em, i {
      font-style: normal;
  }
  .con_new_list dl dt img {
      display: block;
      width: auto;
      height: 100%;
  }
  input, select, img {
      vertical-align: middle;
  }
  img, fieldset, iframe {
      border: 0;
  }
  .con_new_list dl.dl_2 dd {
      float: right;
  }
  .con_new_list dl dd {
      float: left;
      width: 50%;
      height: 100%;
  }
  .con_new_list dl dd .tit {
      margin: 0 10px 16px;
      height: 84px;
      border-bottom: 1px solid #E8E8E8;
  }
  .con_new_list dl dd .tit .name {
      height: 48px;
      line-height: 48px;
      overflow: hidden;
      font-size: 16px;
  }
  .con_new_list dl dd .tit .time {
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      font-size: 16px;
      color: #969595;
      text-align: right;
  }
  .con_new_list dl dd .info {
      margin: 0 10px;
      line-height: 26px;
      overflow: hidden;
  }
  .con_new_list dl dd .btn {
      margin: 23px 17px;
      text-align: right;
  }
  .con_new_list dl dd .btn i {
      color: #AE9E87;
      font-size: 24px;
  }
}
</style>
<style>
@media (max-width: 1199px) {
  .Contern_new .list_box {
      width: 100%;
     
  }
  .con_new_list {
      overflow: hidden;
  }
  .P_main {
      width: 90%;
      margin: 15px auto;
  }
  .con_new_list dl {
      margin-top: -11px;
      background:#fff;
      height: 160px;
  }
  .con_new_list dl.dl_2 dt {
      float: right;
  }
  .con_new_list dl dt i {
      font-size: 22px;
      color: #fff;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -13px;
      text-indent: -6px;
  }
  .con_new_list dl dt {
      float: left;
      width: 50%;
      height: 100%;
      overflow: hidden;
      position: relative;
  }
  i {
      display: inline-block;
      font-family: 'dmh_icon';
  }
  em, i {
      font-style: normal;
  }
  .con_new_list dl dt img {
      display: block;
      width: auto;
      height: 100%;
  }
  input, select, img {
      vertical-align: middle;
  }
  img, fieldset, iframe {
      border: 0;
  }
  .con_new_list dl.dl_2 dd {
      float: right;
  }
  .con_new_list dl dd {
      float: left;
      width: 50%;
      height: 100%;
  }
  .con_new_list dl dd .tit {
      margin: 0 5px 5px;
      height: 70px;
      border-bottom: 1px solid #E8E8E8;
  }
  .con_new_list dl dd .tit .name {
      height: 39px;
      line-height: 39px;
      overflow: hidden;
      font-size: 14px;
  }
  .con_new_list dl dd .tit .time {
      height: 20px;
      line-height: 20px;
      overflow: hidden;
      font-size: 12px;
      color:#e78925;
  }
  .con_new_list dl dd .info {
      margin: 0 5px;
      line-height: 19px;
      overflow: hidden;
  }
  .con_new_list dl dd .btn {
      margin: 18px 17px;
      text-align: right;
      color: #e00;
  }
}
.r1 {
        width: 33.3%;
        float: left;
        position: relative;
    }

    .r1 {
        margin-bottom: 10px;
    }

    .white-panel {
        position: relative;
        padding: 20px 15px 20px 15px;
    }

    .img.thumb {
        max-width: 100%;
        width: auto;
    }

    .list-about .col-xs-12 {
        
    }

    @media (max-width:540px ) {
        .list-about .col-xs-12 {
            width: 49%;
            border: 1px solid #eee;
            padding: 0px 3px 0px 3px;
        }
    }

    @media (max-width:400px ) {
        .list-about .col-xs-12 {
            width: 49%;
            border: 1px solid #eee;
            padding: 0px 3px 0px 3px;
        }
        .list_l{
            margin-right: 5px;
        }
    }
    @media (min-width:1024px ) {
        .arti-h3 {
            display:none;
        }
    }

    @media (max-width:728px ) {
        .white-panel h1 {
            display:none;
        }
    }
.along-way .part-2 dl dd .txt .text1,.along-way .part-2 dl dd .txt .text2,.along-way .part-2 dl dd .txt .text4,.along-way .part-2 dl dd .txt .text5{margin:18px 0 0;color:#47433f;font-size:14px;line-height:30px}.along-way .part-2 dl dd .txt .text2{margin:15px 0 0}.along-way .part-2 dl dd .txt .text4{margin:0}.along-way .part-2 dl dd .txt .text5{margin:0;line-height:24px}.along-way .part-2 dl dd .txt .text3{margin:15px 0 0;color:#47433f;font-size:18px;line-height:36px}.along-way .part-2 dl dd .txt big{display:block;color:#f48400;font-size:36px;line-height:36px;font-family:"helveticaneueltpro-thcn-0"}.along-way .part-2 dl dd .txt small{color:#f48400;font-size:34px;line-height:42px}.along-way .part-2 dl .dd-last1{margin:0}.along-way .part-2 dl .dd-last1 .pic{width:49%}.along-way .part-2 dl .dd-last1 .txt{width:51%;padding:0 0 0 30px}.along-way .part-2 .dl-1{padding:0 10px 0 0;border-right:2px solid #ddd}.along-way .part-2 .dl-1 .dd-last{margin:0}.along-way .textz{color:#222;font-size:24px;line-height:38px}.along-way .way-history{margin:30px auto 0;border-bottom:solid 1px #dedede}.along-way .way-history dl{width:47.6%;margin:0;float:left;color:#414141;font-size:14px;font-weight:100}.along-way .way-history dl dd{width:100%;border-top:solid 1px #dedede;min-height:64px}.along-way .way-history dl dd p{background:#fff;min-height:64px;-webkit-transition-duration:.5s;transition-duration:.5s;line-height:20px;padding:22px 10px 10px 20px}.along-way .way-history dl dd:hover p{color:#fff;background-color:#ff6a00}.along-way .way-history .dl-1{width:52.4%;float:left}.along-way .way-history .dl-1 dd{padding:0 0 0 30px}@media (max-width:1200px){.along-way{margin:0}.along-way .part-1{padding:25px}.along-way .part-1 .pic{width:29%}.along-way .part-1 .txt{width:71%}}@media (max-width:1024px){.along-way{margin:0}.along-way .part-1{padding:25px}.along-way .part-1 .pic{width:29%}.along-way .part-1 .txt{width:71%;padding:0 0 0 20px}.along-way .part-2{margin:40px auto 5px}.along-way .part-2 dl{width:100%;margin:0 0 20px;padding:0}.along-way .part-2 dl dd{margin:0 0 20px}.along-way .part-2 dl dd .pic{width:22.4%}.along-way .part-2 dl dd .txt{width:77.6%}.along-way .part-2 dl .dd-last1{margin:0}.along-way .part-2 dl .dd-last1 .pic{width:27.5%}.along-way .part-2 dl .dd-last1 .txt{width:72.5%;padding:10px 0 5px 20px}.along-way .part-2 .dl-1{padding:0;border-right:none}}@media (max-width:992px){.along-way{margin:0}.along-way .part-1{padding:20px}.along-way .part-1 .pic{width:47%}.along-way .part-1 .txt{width:53%;padding:0 0 0 15px}.along-way .part-1 .txt ul li{font-size:14px;margin:0 0 5px;line-height:24px}.along-way .part-2{margin:30px auto 15px}.along-way .part-2 dl{width:100%;margin:0 0 10px;padding:0}.along-way .part-2 dl dd{margin:0 0 10px}.along-way .part-2 dl dd .pic{width:30.3%}.along-way .part-2 dl dd .txt{width:69.7%}.along-way .part-2 dl .dd-last1{margin:0}.along-way .part-2 dl .dd-last1 .pic{width:36.5%}.along-way .part-2 dl .dd-last1 .txt{width:63.5%;padding:10px 0 5px 20px}.along-way .way-history{margin:30px auto 0}.along-way .way-history dl{width:100%;float:inherit}.along-way .way-history dl dd{width:100%}.along-way .way-history .dl-1{width:100%;float:inherit}.along-way .way-history .dl-1 dd{padding:0}}@media (max-width:767px){.along-way{margin:0}.along-way .part-1{padding:10px}.along-way .part-1 .pic{width:100%}.along-way .part-1 .txt{width:100%;padding:15px 0 0}.along-way .part-1 .txt ul li{font-size:14px;margin:0 0 8px;line-height:24px}.along-way .part-2{margin:25px auto 15px}.along-way .part-2 dl{width:100%;margin:0;padding:0}.along-way .part-2 dl dd{margin:0 0 10px}.along-way .part-2 dl dd .pic{width:100%;text-align:center;margin:0 0 10px}.along-way .part-2 dl dd .txt{width:100%;padding:0}.along-way .part-2 dl dd .txt .text1{margin:0;line-height:26px}.along-way .part-2 dl dd .txt .text2{margin:0;line-height:26px}.along-way .part-2 dl dd .txt .text3{margin:10px 0 0;line-height:30px}.along-way .part-2 dl dd .txt .text5{margin:10px 0 0}.along-way .part-2 dl dd .txt big{font-size:28px;line-height:32px}.along-way .part-2 dl dd .txt small{font-size:30px;line-height:36px}.along-way .part-2 dl .dd-last1{margin:0}.along-way .part-2 dl .dd-last1 .pic{width:100%}.along-way .part-2 dl .dd-last1 .txt{width:100%;padding:10px 0 0}.along-way .part-2 .dl-1{padding:0;margin:0 0 10px;border-right:none}.along-way .textz{font-size:20px;line-height:30px}.along-way .way-history{margin:30px auto 0}.along-way .way-history dl{width:100%;float:inherit}.along-way .way-history dl dd{width:100%}.along-way .way-history dl dd p{padding:10px}.along-way .way-history .dl-1{width:100%;float:inherit}.along-way .way-history .dl-1 dd{padding:0}}.talent .talent-box{padding:0 0 0 97px;position:relative}@media (max-width:992px){.talent .talent-box{padding:0}}.talent .talent-box .talent-float{position:absolute;left:-20px;width:214px;padding:50px 10px 30px;background:#2cade8}@media (max-width:1200px){.talent .talent-box .talent-float{left:-10px}}@media (max-width:1024px){.talent .talent-box .talent-float{width:200px;padding:38px 10px 10px}}@media (max-width:992px){.talent .talent-box .talent-float{position:relative;left:auto;width:100%;margin:0 auto 20px;padding:30px 10px}}@media (max-width:767px){.talent .talent-box .talent-float{padding:20px 10px;margin:0 auto 13px}}.talent .talent-box .talent-float big{color:#fff;font-size:36px;font-weight:bold;line-height:34px;display:block;padding:0 0 0 30px}@media (max-width:1024px){.talent .talent-box .talent-float big{padding:0 0 0 20px}}@media (max-width:992px){.talent .talent-box .talent-float big{text-align:center;padding:0}}@media (max-width:767px){.talent .talent-box .talent-float big{font-size:30px}}.talent .talent-box .talent-float small{color:#fff;font-size:26px;line-height:40px;display:block;text-align:center;margin:15px auto 23px}@media (max-width:992px){.talent .talent-box .talent-float small{margin:15px auto 5px}}@media (max-width:767px){.talent .talent-box .talent-float small{font-size:24px;line-height:32px;margin:10px auto 5px}}.talent .talent-box .talent-float span{display:block;width:140px;height:1px;background:#fff;margin:0 auto}.talent .talent-box .talent-float ul{list-style:none;margin:30px 0 0}@media (max-width:767px){.talent .talent-box .talent-float ul{margin:20px 0 0}}.talent .talent-box .talent-float ul li{display:block;width:100%;padding:25px 0;position:relative}@media (max-width:992px){.talent .talent-box .talent-float ul li{width:33.33333333%;float:left;padding:0 0 10px}}.talent .talent-box .talent-float ul li:last-child:after{display:none}@media (max-width:992px){.talent .talent-box .talent-float ul li:last-child:after{display:block}}.talent .talent-box .talent-float ul li:after{content:"";position:absolute;left:50%;bottom:0;margin-left:-45px;width:90px;height:1px;background:#8c3932}.talent .talent-box .talent-float ul li em{font-style:inherit;color:#fff;text-align:center;line-height:34px;font-size:28px;display:block}@media (max-width:767px){.talent .talent-box .talent-float ul li em{line-height:28px;font-size:20px}}.talent .talent-box .talent-float ul li i{font-style:inherit;color:#fff;text-align:center;line-height:18px;font-size:12px;display:block;word-break:break-all}.talent .talent-box img{max-width:100%}.talent .talent-box .list-1 .pic{width:79.4%;float:left}@media (max-width:767px){.talent .talent-box .list-1 .pic{width:100%;float:inherit}}.talent .talent-box .list-1 .pic1{width:20.6%;float:left}@media (max-width:767px){.talent .talent-box .list-1 .pic1{width:100%;float:inherit}}.talent .talent-box .list-2{background:#161616}@media (max-width:767px){.talent .talent-box .list-2{background:none}}.talent .talent-box .list-2 .pic1{width:20.6%;float:left}@media (max-width:767px){.talent .talent-box .list-2 .pic1{width:100%;float:inherit}}.talent .talent-box .list-2 .txt{width:79.4%;float:left;padding:50px 50px 20px 165px}@media (max-width:1024px){.talent .talent-box .list-2 .txt{padding:25px 27px 20px 125px}}@media (max-width:992px){.talent .talent-box .list-2 .txt{padding:15px 15px 10px}}@media (max-width:767px){.talent .talent-box .list-2 .txt{width:100%;float:inherit;background:#161616;padding:15px 12px}}.talent .talent-box .list-2 .txt .title{display:inline-block;width:100%}.talent .talent-box .list-2 .txt .title big{color:#fff;display:block;line-height:34px;font-size:26px;float:left}@media (max-width:767px){.talent .talent-box .list-2 .txt .title big{line-height:32px;font-size:22px}}.talent .talent-box .list-2 .txt .title i{display:block;width:240px;height:2px;float:left;margin:15px 0 0 20px;background:#fff}@media (max-width:1024px){.talent .talent-box .list-2 .txt .title i{margin:15px 0 0;clear:both}}@media (max-width:992px){.talent .talent-box .list-2 .txt .title i{display:none}}.talent .talent-box .list-2 .txt .text1{color:#fff;font-size:14px;line-height:26px;margin:15px 0 0}@media (max-width:992px){.talent .talent-box .list-2 .txt .text1{margin:5px 0 0}}.jion .part-1{background:#f0f0f0}@media (max-width:992px){.jion .part-1{background:none}}.jion .part-1 .title{float:left;height:234px;width:32.5%;background:url("../images/jion-01.png") no-repeat right}@media (max-width:992px){.jion .part-1 .title{width:100%;float:inherit;height:auto;max-height:234px;padding:20px 0}}.jion .part-1 .title small{color:#fff;font-size:18px;line-height:28px;display:block;margin:80px 150px 5px 40px;padding:0 35px 0 0;position:relative;text-align:right}@media (max-width:1024px){.jion .part-1 .title small{margin:50px 100px 5px 20px}}@media (max-width:992px){.jion .part-1 .title small{display:inline-block;margin:0 60px 5px 20px;float:none}}.jion .part-1 .title small i{width:28px;font-size:20px;line-height:28px;font-weight:bold;margin:0 0 0 10px;height:28px;background:#fff;border-radius:50%;display:block;color:#f49900;font-style:inherit;text-align:center;position:absolute;right:0;top:0}.jion .part-1 .title em{font-style:inherit;color:#fff;font-size:38px;line-height:42px;display:block;margin:10px 90px 0 55px}@media (max-width:1024px){.jion .part-1 .title em{margin:10px 90px 0 45px;font-size:34px;line-height:36px}}@media (max-width:992px){.jion .part-1 .title em{padding:0 60px 0 20px;margin:0;float:none;width:100%}}@media (max-width:320px){.jion .part-1 .title em{font-size:28px;line-height:34px}}.jion .part-1 .txt{float:left;width:67.5%;padding:45px 38px 5px 30px}@media (max-width:1024px){.jion .part-1 .txt{padding:25px 38px 5px 30px}}@media (max-width:992px){.jion .part-1 .txt{background:#f0f0f0;width:100%;float:inherit;margin:15px auto 0;padding:20px}}.jion .part-1 .txt .text1{color:#262626;font-size:14px;line-height:26px}.jion .part-1 .txt .text2{color:#010101;font-size:18px;line-height:30px;margin:20px 0 0}@media (max-width:1024px){.jion .part-1 .txt .text2{margin:10px 0 0}}.jion .part-2{background:#f0f0f0;margin:40px auto}@media (max-width:992px){.jion .part-2{margin:20px auto;background:none}}.jion .part-2 .title{float:right;height:794px;width:32.5%;background:url("../images/jion-02.png") no-repeat left}@media (max-width:992px){.jion .part-2 .title{width:100%;float:inherit;height:auto;max-height:794px;padding:20px 0}}.jion .part-2 .title small{color:#fff;font-size:18px;line-height:28px;display:block;margin:80px 30px 0 110px;padding:0 35px 0 0;position:relative;text-align:right}@media (max-width:1024px){.jion .part-2 .title small{font-size:16px;margin:50px 20px 5px 70px}}@media (max-width:992px){.jion .part-2 .title small{margin:0 20px 5px}}@media (max-width:320px){.jion .part-2 .title small{font-size:14px}}.jion .part-2 .title small i{width:28px;font-size:20px;line-height:28px;font-weight:bold;margin:0 0 0 10px;height:28px;background:#fff;border-radius:50%;display:block;color:#2cade8;font-style:inherit;text-align:center;position:absolute;right:0;top:0}.jion .part-2 .title em{font-style:inherit;color:#fff;font-size:38px;line-height:42px;text-align:right;display:block;margin:10px 30px 0 110px}@media (max-width:1024px){.jion .part-2 .title em{font-size:34px;line-height:36px;margin:10px 20px 0 110px}}@media (max-width:992px){.jion .part-2 .title em{font-size:34px;line-height:36px;padding:10px 20px 0 70px;margin:0}}@media (max-width:320px){.jion .part-2 .title em{font-size:28px;line-height:34px}}.jion .part-2 .txt{float:left;width:67.5%;padding:50px 30px 5px 50px}@media (max-width:1024px){.jion .part-2 .txt{padding:20px 30px 5px 50px}}@media (max-width:992px){.jion .part-2 .txt{background:#f0f0f0;width:100%;float:none;margin:15px auto 0;padding:20px 10px 25px}}.jion .part-2 .txt .text1{color:##2cade8;font-size:18px;line-height:28px}@media (max-width:992px){.jion .part-2 .txt .text1{font-size:16px;line-height:26px}}.jion .part-2 .txt .text2{overflow-x:auto;margin:30px 0 0}@media (max-width:1024px){.jion .part-2 .txt .text2{margin:15px 0 0}}.jion .part-2 .txt .table-1{width:720px;border:1px solid #aaa}.jion .part-2 .txt .table-1 tr{border-bottom:1px solid #aaa}.jion .part-2 .txt .table-1 td{border-right:1px solid #aaa;color:#242424;font-size:14px;padding:6px 10px}@media (max-width:1024px){.jion .part-2 .txt .table-1 td{padding:5px 10px}}.jion .part-3{background:#f0f0f0}@media (max-width:992px){.jion .part-3{background:none}}.jion .part-3 .title{float:left;height:277px;width:32.5%;background:url("../images/jion-03.png") no-repeat right}@media (max-width:992px){.jion .part-3 .title{width:100%;float:inherit;height:auto;max-height:277px;padding:20px 0}}.jion .part-3 .title small{color:#fff;font-size:18px;line-height:28px;display:block;margin:60px 110px 0 40px;padding:0 35px 0 0;position:relative;text-align:right}@media (max-width:1024px){.jion .part-3 .title small{margin:20px 88px 0 10px;font-size:16px;line-height:24px}}@media (max-width:992px){.jion .part-3 .title small{display:inline-block;margin:0 28px 5px 20px;float:none}}@media (max-width:320px){.jion .part-3 .title small{font-size:14px;line-height:22px;margin:0 28px 5px 15px}}.jion .part-3 .title small i{width:28px;font-size:20px;line-height:28px;font-weight:bold;margin:0 0 0 10px;height:28px;background:#fff;border-radius:50%;display:block;color:#f49900;font-style:inherit;text-align:center;position:absolute;right:0;top:10px}@media (max-width:320px){.jion .part-3 .title small i{top:5px}}.jion .part-3 .title em{font-style:inherit;color:#fff;font-size:38px;line-height:46px;display:block;margin:10px 90px 0 50px}@media (max-width:1024px){.jion .part-3 .title em{font-size:34px;line-height:36px;margin:10px 20px 0 30px}}@media (max-width:992px){.jion .part-3 .title em{padding:5px 65px 0 30px;margin:0}}@media (max-width:320px){.jion .part-3 .title em{font-size:28px;line-height:34px}}.jion .part-3 .txt{float:left;width:67.5%;padding:35px 38px 5px 30px}@media (max-width:992px){.jion .part-3 .txt{background:#f0f0f0;float:none;width:100%;margin:15px auto 0;padding:20px}}.jion .part-3 .txt .text1{color:#353535;font-size:15px;line-height:34px}.jion .textz{color:#232323;font-size:24px;line-height:34px;margin:50px 0 25px;text-align:center}@media (max-width:992px){.jion .textz{margin:30px 0 25px;font-size:22px;line-height:32px}}@media (max-width:320px){.jion .textz{font-size:18px;margin:25px 0;line-height:28px}}.jion .join-main{border:5px solid #d8d8d8;height:354px;overflow:hidden;background:url("../images/jion-line.png") repeat-x center}.jion .join-main .join-nr{position:relative;z-index:1}.jion .join-main .join-nr .txt,.jion .join-main .join-nr .txt1{position:relative;padding:10px;height:179px}.jion .join-main .join-nr .txt:before,.jion .join-main .join-nr .txt1:before{content:"";position:absolute;left:50%;height:48px;width:1px;bottom:14px;z-index:5;background:#cbcbcb}.jion .join-main .join-nr .txt:after,.jion .join-main .join-nr .txt1:after{content:"";position:absolute;width:14px;height:14px;background:#ee6d00;bottom:0;left:50%;z-index:10;border-radius:50%;margin-left:-7px}.jion .join-main .join-nr .txt small,.jion .join-main .join-nr .txt1 small{font-style:inherit;display:block;text-align:center;font-size:17px;height:24px;overflow:hidden;color:#535353;line-height:24px;margin:50px 0 0}.jion .join-main .join-nr .txt span,.jion .join-main .join-nr .txt1 span{font-style:inherit;display:block;text-align:center;font-size:17px;height:48px;overflow:hidden;color:#535353;line-height:24px;margin:30px 0 0}.jion .join-main .join-nr .txt em,.jion .join-main .join-nr .txt1 em{display:block;text-align:center;font-size:20px;line-height:28px;height:28px;overflow:hidden;color:#535353;font-style:inherit}.jion .join-main .join-nr .txt1{padding:15px 10px;margin:165px 0 0}.jion .join-main .join-nr .txt1:before{content:"";position:absolute;left:50%;height:48px;width:1px;bottom:auto;top:14px;z-index:5;background:#cbcbcb}.jion .join-main .join-nr .txt1:after{content:"";position:absolute;width:14px;height:14px;background:#ee6d00;bottom:auto;top:0;left:50%;z-index:10;border-radius:50%;margin-left:-7px}.jion .join-main .slick-current .txt small,.jion .join-main .slick-current .txt1 small{color:#2cade8}.jion .join-main .slick-current .txt span,.jion .join-main .slick-current .txt1 span{color:#2cade8}.jion .join-main .slick-current .txt em,.jion .join-main .slick-current .txt1 em{color:#2cade8}.management img{max-width:100%}.management .part-1{background:#ef8400}@media (max-width:992px){.management .part-1{background:none}}.management .part-1 .txt{width:50%;float:left;min-height:345px;padding:40px 20px 10px 110px;position:relative}@media (max-width:1024px){.management .part-1 .txt{padding:20px 20px 10px 90px}}@media (max-width:992px){.management .part-1 .txt{width:100%;float:inherit;padding:20px 20px 50px 90px;background:#ef8400}}@media (max-width:767px){.management .part-1 .txt{padding:20px 10px 10px 40px}}.management .part-1 .txt:before{content:"";position:absolute;top:45px;left:55px;width:18px;height:297px;background:url("../images/management-bg.png") no-repeat}@media (max-width:1024px){.management .part-1 .txt:before{top:25px;left:40px}}@media (max-width:767px){.management .part-1 .txt:before{top:25px;left:10px}}.management .part-1 .txt i{display:block;font-style:inherit;width:160px;height:2px;background:#fff;margin:15px 0 13px}.management .part-1 .txt .text1{color:#fff;font-size:25px;line-height:30px}@media (max-width:1024px){.management .part-1 .txt .text1{font-size:24px;line-height:28px}}@media (max-width:767px){.management .part-1 .txt .text1{font-size:20px;line-height:24px}}.management .part-1 .txt .text1 span{font-family:"helveticaneueltpro-thcn-0"}.management .part-1 .txt .text2{color:#fff;font-size:24px;margin:32px 0 0;line-height:40px}@media (max-width:1024px){.management .part-1 .txt .text2{margin:10px 0 0}}@media (max-width:767px){.management .part-1 .txt .text2{margin:5px 0 0;line-height:30px;font-size:20px}}.management .part-1 .txt .text2 b{color:#fffe15;font-size:36px;font-family:"impact"}@media (max-width:767px){.management .part-1 .txt .text2 b{font-size:30px}}@media (max-width:320px){.management .part-1 .txt .text2 b{font-size:26px}}.management .part-1 .txt .text3{color:#fff;font-size:22px;line-height:22px}@media (max-width:320px){.management .part-1 .txt .text3{font-size:20px}}.management .part-1 .txt .text3 a{color:#fff}.management .part-1 .txt .text3 a:hover{color:#e2e2e2}.management .part-1 .txt .text4{color:#fff;font-size:28px;line-height:34px}@media (max-width:1024px){.management .part-1 .txt .text4{font-size:24px;line-height:30px}}.management .part-1 .txt .text5{color:#fffe15;font-size:48px;line-height:58px}@media (max-width:1024px){.management .part-1 .txt .text5{font-size:44px;line-height:50px}}@media (max-width:767px){.management .part-1 .txt .text5{font-size:38px;line-height:44px}}.management .part-1 .txt .text6{color:#fff;font-size:18px;line-height:24px}@media (max-width:320px){.management .part-1 .txt .text6{font-size:16px}}.management .part-1 .pic{float:left;width:50%}@media (max-width:992px){.management .part-1 .pic{float:inherit;width:100%}}.management .management-main{width:100%;margin:10px auto 0}.management .management-main table{width:100%;border-collapse:inherit;display:block}.management .management-main table .t1{width:49%;float:left}@media (max-width:992px){.management .management-main table .t1{width:100%;float:inherit}}.management .management-main table .t1 th{width:31.7%}@media (max-width:992px){.management .management-main table .t1 th{width:20%;float:inherit}}@media (max-width:767px){.management .management-main table .t1 th{width:100%;display:inline-block}}.management .management-main table .t2{width:49%;float:right}@media (max-width:992px){.management .management-main table .t2{width:100%;float:inherit}}.management .management-main table .t2 th{width:31.7%}@media (max-width:992px){.management .management-main table .t2 th{width:20%;float:inherit}}@media (max-width:767px){.management .management-main table .t2 th{width:100%;display:inline-block}}.management .management-main table tr{width:100%;display:inline-table;margin:20px 0 0;border:3px solid #e2e2e2}@media (max-width:767px){.management .management-main table tr{border:2px solid #e2e2e2}}@media (max-width:767px){.management .management-main table tr{margin:15px 0 0}}.management .management-main table tr th{border-right:none;text-align:center;color:#ef8400;font-size:24px;width:15%;font-weight:100;padding:14px 10px;position:relative}@media (max-width:992px){.management .management-main table tr th{width:20%}}@media (max-width:767px){.management .management-main table tr th{width:100%;display:inline-block}}@media (max-width:320px){.management .management-main table tr th{font-size:14px;font-size:22px}}.management .management-main table tr th:before{content:"";position:absolute;right:0;top:50%;margin-top:-10px;width:1px;height:20px;background:#d0d0d0}.management .management-main table tr td{width:82%;color:#0f0f0f;font-size:16px;line-height:30px;font-weight:100;padding:14px 20px 14px 57px}@media (max-width:1024px){.management .management-main table tr td{padding:14px 10px 14px 25px}}@media (max-width:992px){.management .management-main table tr td{width:78%}}@media (max-width:767px){.management .management-main table tr td{width:100%;padding:0 15px 15px;display:inline-block}}@media (max-width:320px){.management .management-main table tr td{font-size:14px;line-height:28px}}.data-request select{width:100%;height:42px;border:1px solid #dcdcdc;color:#454545;font-size:14px;padding:0 35px 0 12px;display:none}.data-request .select_box{width:100%;line-height:42px;background:#fff;border:1px solid #dcdcdc;color:#454545;font-size:14px;position:relative}.data-request .select_box:after{content:"";position:absolute;right:18px;top:17px;width:12px;height:9px;background:url("../images/trangle_2.png") no-repeat}.data-request .select_showbox{height:42px;padding:0 35px 0 10px;overflow:hidden}.data-request .select_option{border-top:none;display:none;position:absolute;top:42px;left:-1px;width:100.5%;z-index:99;background:#fff;border:1px solid #dcdcdc}.data-request .select_option>li{margin:0;height:38px;line-height:38px;padding:0 10px;overflow:hidden;border-bottom:1px solid #dcdcdc}.data-request .select_option>li.hover{background-color:#77d1fa;color:#fff}.data-request .text1{display:table;width:100%;margin:0 auto 60px 0}@media (max-width:1024px){.data-request .text1{margin:0 0 50px}}@media (max-width:767px){.data-request .text1{margin:0 0 30px}}.data-request .text1 i{display:block;float:left;width:25.5%;min-height:56px;font-style:inherit;background:#e0e0e0}@media (max-width:767px){.data-request .text1 i{width:10%}}.data-request .text1 em{display:block;float:left;width:74.5%;min-height:56px;font-style:inherit;background:#77d1fa;color:#fff;font-size:26px;padding:15px 10px 10px 35px;line-height:22px}@media (max-width:767px){.data-request .text1 em{width:90%;padding:15px 10px 10px 15px;font-size:22px}}.data-request .date-main{margin:0 auto 40px}@media (max-width:1024px){.data-request .date-main{margin:0 auto 35px}}@media (max-width:767px){.data-request .date-main{margin:0 auto 10px}}.data-request .date-main .date-sele{width:27.5%;float:left;margin:0 3.3% 40px 0}@media (max-width:1024px){.data-request .date-main .date-sele{width:28.5%;margin:0 2.3% 30px 0}}@media (max-width:767px){.data-request .date-main .date-sele{width:100%;float:inherit;margin:0 0 15px}}.data-request .date-main .date-sele1{width:38.3%;margin:0 0 40px;float:right}@media (max-width:1024px){.data-request .date-main .date-sele1{margin:0 0 30px}}@media (max-width:767px){.data-request .date-main .date-sele1{width:100%;float:inherit;margin:0 0 15px}}.data-request .date-main1 .date-ewm{width:27.5%;float:left;margin:0 3.3% 40px 0}@media (max-width:1024px){.data-request .date-main1 .date-ewm{width:28.5%;margin:0 2.3% 30px 0}}@media (max-width:992px){.data-request .date-main1 .date-ewm{width:100%;float:inherit;margin:0 0 15px}}.data-request .date-main1 .date-ewm img{max-width:100%}.data-request .date-main1 .date-ewm ul{list-style:none;margin:100px 0 0}@media (max-width:992px){.data-request .date-main1 .date-ewm ul{text-align:center;margin:0}}.data-request .date-main1 .date-ewm ul li{float:left;margin:0 10px 0 0;width:76px}@media (max-width:992px){.data-request .date-main1 .date-ewm ul li{float:inherit;display:inline-block}}.data-request .date-main1 .date-ewm ul li span{display:block;margin:0 auto;width:76px;height:76px}.data-request .date-main1 .date-ewm ul li p{text-align:center;color:#6d6d6d;font-size:14px;line-height:24px;margin:5px auto}.data-request .date-main1 .date-cont{width:27.5%;float:left;margin:0 3.3% 40px 0}@media (max-width:1024px){.data-request .date-main1 .date-cont{width:28.5%;margin:0 2.3% 30px 0}}@media (max-width:992px){.data-request .date-main1 .date-cont{width:100%;float:inherit;margin:0 0 25px}}.data-request .date-main1 .date-cont .text2{color:#6d6d6d;font-size:14px;line-height:22px}@media (max-width:992px){.data-request .date-main1 .date-cont .text2{text-align:center}}.data-request .date-main1 .date-cont .text2 a{color:#7a7a7a}.data-request .date-main1 .date-cont .text2 a:hover{color:#77d1fa}.data-request .date-main1 .date-cont .text3{color:#252525;font-size:40px;font-family:arial;line-height:46px;margin:0 0 16px}@media (max-width:992px){.data-request .date-main1 .date-cont .text3{text-align:center;margin:0 0 10px}}.data-request .date-main1 .date-cont .text4{color:#252525;font-size:16px;line-height:24px}@media (max-width:992px){.data-request .date-main1 .date-cont .text4{text-align:center}}.data-request .date-main1 .date-cont i{display:block;height:2px;width:10px;background:#77d1fa;font-style:inherit;margin:10px 0}@media (max-width:992px){.data-request .date-main1 .date-cont i{margin:10px auto}}.data-request .date-main1 .date-cont .qq{color:#666;font-size:15px;text-decoration:underline;line-height:24px;padding:0 0 0 23px;margin:20px 0 0;position:relative}@media (max-width:992px){.data-request .date-main1 .date-cont .qq{display:table;margin:10px auto 0}}.data-request .date-main1 .date-cont .qq:hover a{color:#77d1fa}.data-request .date-main1 .date-cont .qq a{color:#666}.data-request .date-main1 .date-cont .qq:before{content:"";position:absolute;left:0;top:5px;width:15px;height:15px;background:url("../images/qq-2.png") no-repeat}.data-request .date-main1 .date-message{width:38.3%;margin:0 0 60px;float:right}@media (max-width:1024px){.data-request .date-main1 .date-message{margin:0 0 50px}}@media (max-width:992px){.data-request .date-main1 .date-message{float:inherit;width:60%;margin:0 auto 50px}}@media (max-width:767px){.data-request .date-main1 .date-message{width:100%;float:inherit;margin:0 0 15px}}.data-request .date-main1 .date-message dl{width:100%;display:table}.data-request .date-main1 .date-message dl dd{width:100%;margin:0 0 40px}@media (max-width:767px){.data-request .date-main1 .date-message dl dd{margin:0 0 15px}}.data-request .date-main1 .date-message dl dd input{width:100%;height:42px;border:1px solid #dcdcdc;color:#454545;font-size:14px;padding:0 12px}.data-request .date-main1 .date-message dl dd #codes{width:53%;float:left}.data-request .date-main1 .date-message dl dd .codes{width:47%;overflow:hidden;float:left;text-align:center}.data-request .date-main1 .date-message dl dd .codes img{margin:0 auto;max-width:inherit}.data-request .date-main1 .date-btn{clear:both;width:100%;height:48px;line-height:48px;padding:0 10px;text-align:center;color:#fff;font-size:24px;font-weight:bold;background:#ee6d00}@media (max-width:767px){.data-request .date-main1 .date-btn{font-size:22px}}.data-request .date-main1 .date-btn:hover{background:#77d1fa}.data-request .date-main1 .date-btn a{color:#fff}.college .title{font-size:30px;margin:0 0 18px 0}.college .title:after{content:"";display:block;height:1px;width:28px;background:#fff;margin:18px 0 0 0}.college .div-01{background:#2cade8;color:#fff;padding:40px 40px 0 40px;min-height:200px}@media (max-width:768px){.college .div-01{padding:20px 20px 20px 20px}.college .title{font-size:20px}}@media (max-width:589px){.college .title{font-size:20px}.college .white-panel{width:100%}}@media (max-width:360px){.college .div-01{padding:20px 20px 20px 20px}}