@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  color: #333;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  background: #fff;
  font-family: 'Microsoft YaHei', SimHei, SimSun, STHeiti, 'WenQuanYi Micro Hei', Helvetica, 'Helvetica Neue';
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
strong {
  display: inline-block;
}
a,
a:link {
  cursor: pointer;
  color: #333;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #333;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
li {
  list-style: none;
}
table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  background: #fff;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
table td,
table th {
  padding: 8px;
  border-top: 1px solid #ccc;
}
table td {
  white-space: nowrap;
  border-right: 1px solid #ccc;
  text-align: center;
}
table td:last-of-type {
  border-right: none;
}
table thead {
  background: #eee;
  border-bottom: 1px solid #eeeeee dark;
}
table thead td {
  border-top: none;
  border-bottom: none;
}
table tbody tr:hover {
  background: #eee;
}
img {
  object-fit: cover;
  border: none;
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.flow-hidden {
  overflow-x: hidden;
}
.xy-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.x-center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.y-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.line20 {
  width: 100%;
  height: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.tr:after,
.tr:before,
.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: "";
  display: table;
}
.tr:after,
.clearfix:after,
.container:after,
.row:after {
  clear: both;
}
.row > .half-2,
.tr > .td,
.row > .col-1,
.row > .col-10,
.row > .col-11,
.row > .col-12,
.row > .col-2,
.row > .col-3,
.row > .col-4,
.row > .col-5,
.row > .col-6,
.row > .col-7,
.row > .col-8,
.row > .col-9 {
  display: block;
  float: left;
}
.row + .row {
  margin-top: 10px;
}
.col-1 {
  width: 8.3333%;
}
.col-2 {
  width: 16.6666%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.3333%;
}
.col-5 {
  width: 41.6666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.3333%;
}
.col-8 {
  width: 66.6666%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.3333%;
}
.col-11 {
  width: 91.6666%;
}
.col-12 {
  width: 100%;
}
.gird {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}
.gird .gird {
  display: block;
}
.half-2 {
  width: 48%;
}
.half-2:nth-of-type(2n) {
  float: right;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.content {
  width: 90%;
  margin: 0 auto;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.fade {
  opacity: 1 !important;
}
.header {
  width: 100%;
  height: 150px;
  padding-top: 50px;
  background: #f6f6f6;
}
.header .hot-line {
  width: 225px;
  height: 80px;
  padding: 23px 0 0 60px;
  background: url("../img/hot-line.png") no-repeat 0 27px;
  color: #a62923;
  font-weight: 600;
  font-size: 16px;
}
.header .hot-line .number {
  margin-top: 11px;
  font-size: 22px;
}
.header .nav-slogan {
  background: url("../img/slogan.png") no-repeat top left;
  padding-top: 60px;
}
.header .nav-1 {
  position: relative;
  float: left;
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.header .nav-1 > a {
  display: block;
  width: 100%;
  height: 100%;
}
.header .nav-1 > a > span {
  position: relative;
  display: block;
  padding: 0 20px;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #bbb;
}
.header .nav-1:last-of-type > a > span {
  border-right: none;
}
.header .nav-1:hover > a > span::after {
  position: absolute;
  left: 20px;
  top: 35px;
  display: block;
  content: "";
  width: 70px;
  height: 5px;
  background: #a62923;
  z-index: 9;
}
.header .nav-2 {
  display: none;
  position: absolute;
  left: 0;
  top: 35px;
  width: 110px;
  padding: 15px;
  background: #f6f6f6;
  font-size: 12px;
  font-weight: 400;
  border-bottom: 3px solid #a62923;
}
.header .nav-2 dl {
  padding-top: 10px;
}
.header .nav-2 dt {
  line-height: 14px;
  margin-bottom: 20px;
}
.header .nav-2 dt a {
  color: #a62923;
  font-weight: 600;
  font-size: 14px;
}
.header .nav-2 dd {
  line-height: 12px;
  margin-bottom: 15px;
}
.header .nav-2 dd:last-of-type {
  margin-bottom: 0;
}
.header .nav-2 a:hover {
  border-bottom: 1px dotted #333;
}
.header .nav-1:hover .nav-2 {
  display: block;
}
.header .nav2-drop dd {
  margin-bottom: 20px;
}
.header .nav2-drop dd:last-of-type {
  margin-bottom: 10px;
}
.header .nav2-drop dd a {
  color: #a62923;
  font-weight: 600;
  font-size: 14px;
}
.header .cp-center-nav {
  width: 760px;
}
.header .cp-center-nav dl {
  float: left;
  text-align: left;
  margin-right: 30px;
}
.header .cp-center-nav dl:nth-of-type(4) {
  margin: 70px 0 0 -160px;
}
.header .cp-center-nav dl:nth-of-type(4) dt {
  margin-bottom: 10px;
}
.header .cp-center-nav dl:nth-of-type(4) dd {
  margin-bottom: 10px;
}
.header .cp-center-nav dl:nth-of-type(6) {
  margin: -110px 0 0 220px;
}
.top-banner {
  width: 100%;
  height: 580px;
  background: url("../img/banner.jpg?v20170815") no-repeat center center;
}
h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
h2::after,
h2::before {
  display: block;
  position: absolute;
  content: '';
}
h2::after {
  height: 1px;
  background: #ccc;
  z-index: 1;
}
h2::before {
  height: 3px;
  background: #a62923;
  z-index: 2;
}
.what-wrap {
  width: 100%;
  height: 520px;
  background: #fff;
}
.what-wrap .what-box {
  width: 100%;
  height: 318px;
  margin-top: 100px;
  background: #fff;
}
.what-wrap .what-img {
  width: 474px;
  height: 318px;
  background: #a62923;
}
.what-wrap .what-content {
  width: 720px;
  padding: 20px;
}
.what-wrap .what-content h2::after {
  left: 0;
  bottom: -18px;
  width: 470px;
}
.what-wrap .what-content h2::before {
  left: 0;
  bottom: -19px;
  width: 60px;
}
.what-wrap .what-content li {
  font-size: 18px;
  margin-bottom: 28px;
}
.what-wrap .worldskills-icon {
  margin: 0 5px 0 9.5px;
}
.important-wrap {
  width: 100%;
  height: 530px;
  padding-top: 58px;
  background: url("../img/import.jpg") no-repeat center 115px;
  text-align: center;
}
.important-wrap h2::after {
  left: 50%;
  margin-left: -200px;
  bottom: -18px;
  width: 400px;
}
.important-wrap h2::before {
  left: 50%;
  margin-left: -30px;
  bottom: -19px;
  width: 60px;
}
.important-wrap dl {
  float: left;
  font-size: 18px;
  text-align: left;
}
.important-wrap dl dt {
  font-weight: 600;
  color: #a62923;
  margin-bottom: 25px;
}
.important-wrap dl dd {
  position: relative;
  padding-left: 14px;
}
.important-wrap dl dd::before {
  position: absolute;
  display: block;
  content: '';
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #333;
}
.important-wrap .point-1 {
  width: 230px;
  margin: 95px 0 0 160px;
}
.important-wrap .point-2 {
  width: 280px;
  margin: 145px 0 0 75px;
}
.important-wrap .point-3 {
  width: 290px;
  margin: 75px 0 0 65px;
}
.china-wrap {
  width: 100%;
  height: 615px;
  margin-top: 20px;
  text-align: center;
}
.china-wrap h2::after {
  left: 50%;
  margin-left: -200px;
  bottom: -18px;
  width: 400px;
}
.china-wrap h2::before {
  left: 50%;
  margin-left: -30px;
  bottom: -19px;
  width: 60px;
}
.china-wrap .left-img {
  position: relative;
  width: 570px;
  margin-top: 85px;
}
.china-wrap .left-img::before {
  display: block;
  position: absolute;
  left: 0;
  top: -45px;
  content: '';
  width: 335px;
  height: 400px;
  border: 3px solid #a62923;
  z-index: 1;
}
.china-wrap .left-img img {
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
.china-wrap .right-content {
  width: 580px;
  margin-top: 80px;
  text-align: left;
  font-size: 18px;
}
.china-wrap .right-content p {
  margin-bottom: 30px;
  text-indent: 2em;
  line-height: 30px;
}
.news-wrap {
  width: 100%;
  height: 612px;
  padding: 46px 0;
  background: url("../img/vcom-bg.jpg") no-repeat center center;
  text-align: center;
}
.news-wrap h2::after {
  left: 50%;
  margin-left: -200px;
  bottom: -18px;
  width: 400px;
}
.news-wrap h2::before {
  left: 50%;
  margin-left: -30px;
  bottom: -19px;
  width: 60px;
}
.news-wrap .info {
  width: 595px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
}
.news-wrap .info span {
  color: #a62923;
}
.news-wrap .news-slide {
  width: 100%;
  height: 364px;
  margin-top: 25px;
  position: relative;
}
.news-wrap .arrow-left,
.news-wrap .arrow-right {
  width: 55px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
}
.news-wrap .arrow-left::after,
.news-wrap .arrow-right::after {
  display: block;
  content: '';
  width: 19px;
  height: 52px;
  margin: 24px auto;
  background: url("../img/arrow.png") no-repeat;
}
.news-wrap .arrow-left {
  left: -60px;
}
.news-wrap .arrow-left:hover::after {
  background-position: -19px 0;
}
.news-wrap .arrow-right {
  right: -60px;
}
.news-wrap .arrow-right::after {
  background-position: 0 -53px;
}
.news-wrap .arrow-right:hover::after {
  background-position: -19px -53px;
}
.news-wrap .slide-content {
  width: 100%;
  height: 370px;
  overflow: hidden;
}
.news-wrap .slide-content ul {
  transition: 1s ease;
  -webkit-transition: 1s ease;
}
.news-wrap .slide-content li {
  position: relative;
  float: left;
  width: 285px;
  height: 364px;
  background: #fff;
  margin-right: 20px;
  text-align: left;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
}
.news-wrap .slide-content li:hover {
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.news-wrap .slide-content .cover {
  width: 285px;
  height: 180px;
}
.news-wrap .slide-content .cover img {
  width: 100%;
  height: 100%;
}
.news-wrap .txt-content {
  width: 100%;
  height: 148px;
  padding: 10px 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.news-wrap .txt-content dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.news-wrap .txt-content dd {
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.news-wrap .view-more {
  position: relative;
  width: 100%;
  height: 36px;
  padding-left: 50px;
  line-height: 34px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.news-wrap .view-more::before {
  position: absolute;
  left: 16px;
  top: 11px;
  display: block;
  content: '';
  width: 21px;
  height: 14px;
  background: url("../img/eyes.png") no-repeat;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.news-wrap li:hover dt {
  color: #a62923;
}
.news-wrap li:hover .view-more {
  color: #a62923;
}
.news-wrap li:hover .view-more::before {
  background-position: 0 -14px;
}
.cable-wrap {
  width: 100%;
  background: #fff;
  padding: 60px 0 75px;
  text-align: center;
}
.cable-wrap h2::after {
  left: 50%;
  margin-left: -200px;
  bottom: -18px;
  width: 400px;
}
.cable-wrap h2::before {
  left: 50%;
  margin-left: -30px;
  bottom: -19px;
  width: 60px;
}
.cable-wrap .info {
  width: 595px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 48px;
}
.cable-wrap .txt-content {
  width: 640px;
}
.cable-wrap .txt-content .title {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.cable-wrap .txt-content ul {
  display: block;
  margin-top: 35px;
  text-align: left;
  font-size: 16px;
  border-left: 1px solid #a62923;
  padding: 10px 24px;
  margin-left: 30px;
}
.cable-wrap .txt-content ul li {
  display: block;
  position: relative;
  margin-bottom: 18px;
}
.cable-wrap .txt-content ul li:last-of-type {
  margin-bottom: 0;
}
.cable-wrap .txt-content ul li::before {
  position: absolute;
  top: 6px;
  left: -28px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a62923;
  content: '';
}
.cable-wrap .txt-content ul li span {
  position: absolute;
  top: 0;
  left: -50px;
  font-weight: 600;
  color: #a62923;
}
.cable-wrap .cable-img {
  width: 535px;
  margin-top: 60px;
}
.cable-wrap .cable-img img {
  width: 500px;
  height: auto;
}
.cable-wrap .cable-img p {
  margin-top: 10px;
  text-align: left;
  padding: 0 50px;
}
.cable-wrap .btn-group {
  margin-top: 55px;
}
.cable-wrap .btn-group a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 15px 5px 40px;
  background: #a62923;
  color: #fff;
  transition: 0.2s;
  position: relative;
}
.cable-wrap .btn-group a:hover {
  background: #84211c;
}
.cable-wrap .btn-group a::before {
  display: block;
  position: absolute;
  content: '';
  left: 12px;
  width: 16px;
  height: 16px;
}
.cable-wrap .btn-group a + a {
  margin-left: 15px;
}
.cable-wrap .btn-group .view-online::before {
  top: 10px;
  background: url("../img/view.png") no-repeat;
}
.cable-wrap .btn-group .download::before {
  top: 8px;
  background: url("../img/down.png") no-repeat;
}
.footer {
  width: 100%;
  height: 200px;
  background: #4f5257;
  padding: 30px 0;
}
.footer .qrcode-box {
  width: 250px;
}
.footer .qrcode-box div {
  width: 110px;
}
.footer .qrcode-box p {
  font-size: 16px;
  margin-top: 10px;
  color: #aaa9a9;
  text-align: center;
}
.footer .ft-logo {
  width: 353px;
  height: 44px;
  margin-bottom: 35px;
}
.footer .ft-nav {
  margin-bottom: 20px;
}
.footer .ft-nav li {
  float: left;
  margin-right: 45px;
}
.footer .ft-nav li a {
  color: #aaa9a9;
}
.footer .ft-nav li a:hover {
  border-bottom: 1px dotted #aaa9a9;
}
.footer .copyright {
  color: #aaa9a9;
}
.footer .copyright a {
  color: #aaa9a9;
}
.list-wrap {
  width: 100%;
  height: 985px;
  padding: 40px 0;
  background: #eeeeee;
}
.list-wrap .container {
  height: 880px;
  padding: 18px 22px;
  background: #fff;
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2);
}
.list-wrap .title {
  width: 100%;
  padding-bottom: 13px;
  border-bottom: 1px solid #bfbfbf;
  font-size: 18px;
  position: relative;
}
.list-wrap .title::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 160px;
  height: 4px;
  background: #a62923;
}
.list-wrap .mc {
  width: 300px;
  text-align: left;
}
.list-wrap .gg {
  width: 355px;
  text-align: left;
}
.list-wrap .xh {
  width: 145px;
  text-align: center;
}
.list-wrap .dw {
  width: 130px;
  text-align: center;
}
.list-wrap .sl {
  width: 130px;
  text-align: center;
}
.list-wrap span {
  display: inline-block;
}
.list-wrap .list-table {
  padding: 0 30px;
}
.list-wrap .head {
  height: 70px;
  line-height: 70px;
  font-size: 18px;
}
.list-wrap .head .mc {
  padding-left: 80px;
}
.list-wrap ol {
  counter-reset: li;
  list-style: none;
}
.list-wrap li {
  border-bottom: 1px dotted #bfbfbf;
  padding: 6px 0 2px 0;
  position: relative;
}
.list-wrap li:last-of-type {
  border-bottom: none;
}
.list-wrap li:nth-of-type(4) {
  margin-bottom: 30px;
}
.list-wrap li:nth-of-type(5) {
  border-top: 1px dotted #bfbfbf;
}
.list-wrap li:hover {
  background: #f6f6f6;
}
.list-wrap li .mc {
  padding-left: 48px;
  position: relative;
}
.list-wrap li .mc::after {
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  content: '';
  width: 18px;
  height: 18px;
  background: #a62923;
  z-index: 1;
}
.list-wrap li::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 15px;
  content: counter(li);
  counter-increment: li;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  z-index: 2;
}
