﻿@charset "UTF-8";

/*reset css*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "SourceHanSansCN-Bold";
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    overflow-x: hidden;
    width: 100%;
}
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url('../fonts/SourceHanSansCN-Bold.ttf');
} 
@font-face {
    font-family: "Arial-BoldMT";
    src: url('../fonts/arialbd.ttf');
} 
.sz{font-family: "Arial-BoldMT";}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}

a:active,
a:hover {
    outline: 0;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

svg:not(:root) {
    overflow: hidden;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: none;
    border: none;
}

button {
    overflow: visible;
    /* -webkit-appearance: none; */
    /* -moz-appearance: none;
    -o-appearance: none;
    appearance: none; */
}

button,
select {
    text-transform: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; */
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "SourceHanSansCN-Bold";
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

p,
a {
    word-break: break-all;
}
.color-1{color: #009cff!important;}
.color-2{color: #CC1922!important;}
.color-3{color: #2a6bb1!important;}
.section {
    width: 100%;
}

.pull-right {
    float: right;
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

.scrollbar {
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar {
    width: 3px;
    background-color: #dcdbdb;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #099cf1;
    border-radius: 10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.text-over4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 4;
    /* -webkit-line-clamp: 4;行数外省略 */
    -webkit-box-orient: vertical;
}
.text-over1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 1;
    /* -webkit-line-clamp: 4;行数外省略 */
    -webkit-box-orient: vertical;
}
.text-over6{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp:6;
    /* -webkit-line-clamp: 4;行数外省略 */
    -webkit-box-orient: vertical;
}
i{
    font-style: normal;
}
.more{
  width: 150px;height: 50px;line-height: 50px;display: block;border-radius: 4px;
  text-align: center;cursor: pointer;background: #fff;text-decoration: none;
}
.btn{position: relative;color: #FFFFFF;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  background: #CC1922;
  transition: all 0.6s;}
/* .btn::before{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;
  z-index: 1;opacity: 0; background-color: #009CFF;-webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;-o-transition: all 0.6s;transition: all 0.6;
  border-radius: 4px;
  -webkit-transform: scale(1, 0.5);transform: scale(1, 0.5);} */
.btn span {z-index: 2;display: block;position: absolute;width: 100%; height: 100%;font-size: 16px;}
.btn:hover span{color: #fff !important;}
/* .btn:hover::before {opacity: 1; -webkit-transform: scale(1, 1); transform: scale(1, 1);} */
.btn:hover{background: #cc1922c2;}
.tit-size48{font-size: 48px;}
.tit-size40{font-size: 40px;color: #333333;text-align: center;}
.h3-size36{font-size: 36px;}
.h3-size30{font-size: 30px;}
.h3-size26{font-size: 26px;}
.h3-size24{font-size: 24px;}
.p-size22{font-size: 22px;}
.p-size20{font-size: 20px;}
.p-size18{font-size: 18px;}
.p-size16{font-size: 16px;}
.p-size14{font-size: 14px;}
.pic{width: 100%;height: 100%;overflow: hidden;}
.pic img{width: 100%;}
.pad-top{padding-top: 66px;}
.pad{padding: 66px 0;}
@media  (max-width:1489px) {
  .tit-size48{font-size: 42px;}
  .tit-size40{font-size: 36px;}
  .h3-size36{font-size: 34px;}
  .h3-size30{font-size: 28px;}
  .h3-size26{font-size: 24px;}
  .h3-size24{font-size: 22px;}
  .p-size22{font-size:20px;}
  .p-size20{font-size: 18px;}
  .p-size18{font-size: 17px;}
  .pad-top{padding-top: 56px;}
  .pad{padding: 56px 0;}
}
@media  (max-width:1259px) {
  .more {width: 130px;height: 42px;line-height: 42px;}
  .btn span{font-size: 15px;}
  .tit-size48{font-size: 36px;}
  .tit-size40{font-size: 32px;}
  .h3-size36{font-size: 32px;}
  .h3-size30{font-size: 26px;}
  .h3-size26{font-size: 22px;}
  .h3-size24{font-size: 18px;}
  .p-size22{font-size:18px;}
  .p-size20{font-size: 17px;}
  .p-size18{font-size: 16px;}
  .p-size16{font-size: 14px;}
  .pad-top{padding-top: 56px;}
  .pad{padding: 56px 0;}
}
@media  (max-width:991px) {
  .more {width: 120px;}
  .btn span{font-size: 14px;}
  .tit-size48{font-size: 32px;}
  .tit-size40{font-size: 28px;}
  .h3-size36{font-size: 30px;}
  .h3-size30{font-size: 24px;}
  .h3-size26{font-size: 20px;}
  .h3-size24{font-size: 18px;}
  .p-size22{font-size:18px;}
  .p-size20{font-size: 16px;}
  .p-size18{font-size: 15px;}
  .pad-top{padding-top: 46px;}
  .pad{padding: 46px 0;}
}
@media  (max-width:767px) {
  .more {width: 110px;height: 38px;line-height: 38px;}
  .tit-size48{font-size: 28px;}
  .tit-size40{font-size: 24px;}
  .h3-size36{font-size: 28px;}
  .h3-size30{font-size: 22px;}
  .h3-size26{font-size: 17px;}
  .h3-size24{font-size: 16px;}
  .p-size22{font-size:16px;}
  .p-size18{font-size: 14px;}
  .pad-100,.pad-92,.pad-86,.pad-80{padding: 40px 0;}
  .pad-top{padding-top: 36px;}
  .pad{padding: 36px 0;}
  
}
@font-face {
  font-family: 'HELVETICA';
  src: url("../fonts/HELVETICA\ BOLD.eot");
  src: url("../fonts/HELVETICA\ BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HELVETICA\ BOLD.woff") format("woff"), 
  url("../fonts/HELVETICA\ BOLD.TTF") format("truetype"), 
  url("../fonts/HELVETICA\ BOLD.svg") format("svg")
}
@font-face {
  font-family: "HELVETICA-LT";
  src: url("../fonts/HELVETICANEUELTPRO-LT.eot");
  src: url("../fonts/HELVETICANEUELTPRO-LT.eot?#iefix") format("embedded-opentype"),
  url("../fonts/HELVETICANEUELTPRO-LT.woff") format("woff"), 
  url("../fonts/HELVETICANEUELTPRO-LT.ttf") format("truetype"), 
  url("../fonts/HELVETICANEUELTPRO-LT.svg") format("svg")
}
@font-face {
  font-family: 'MONTSERRAT';
  src: url("../fonts/MONTSERRAT\ SEMI\ BOLD.eot");
  src: url("../fonts/MONTSERRAT\ SEMI\ BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/MONTSERRAT\ SEMI\ BOLD.woff") format("woff"), 
  url("../fonts/MONTSERRAT\ SEMI\ BOLD.ttf") format("truetype"), 
  url("../fonts/MONTSERRAT\ SEMI\ BOLD.svg") format("svg")
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DIN\ REGULAR.eot");
  src: url("../fonts/DIN\ REGULAR.eot?#iefix") format("embedded-opentype"),
  url("../fonts/DIN\ REGULAR.woff") format("woff"), 
  url("../fonts/DIN\ REGULAR.ttf") format("truetype"), 
  url("../fonts/DIN\ REGULAR.svg") format("svg")
}
@font-face {
  font-family: "DIN-BOLD";
  src: url("../fonts/DIN-BOLD.eot");
  src: url("../fonts/DIN-BOLD.eot?#iefix") format("embedded-opentype"),
  url("../fonts/DIN-BOLD.woff") format("woff"), 
  url("../fonts/DIN-BOLD.ttf") format("truetype"), 
  url("../fonts/DIN-BOLD.svg") format("svg")
}
@font-face {
  font-family: "DIN-30640LT";
  src: url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.eot");
  src: url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.eot?#iefix") format("embedded-opentype"),
  url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.woff") format("woff"), 
  url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.ttf") format("truetype"), 
  url("../fonts/DINNEUZEITGROTESKSTD-LIGHT.svg") format("svg")
}

/*===============客服===============*/
.qqkefu{position: fixed;top:58%;_position: absolute;_top: expression(eval(document.documentElement.scrollTop + 365));z-index:100;right:0px;width:45px;}
.qqkefu ul li{width: 45px;height:45px;margin-bottom:1px;float:right;line-height:45px;font-size:14px;cursor:pointer;position:relative;text-indent: 10px;}
.qqkefu ul li a{color:#fff;display: block;overflow: hidden;height: 45px;}
.qqkefu ul li.qq_cza{overflow:hidden}
.qqkefu ul li:hover{background: #cc1922;}
.qqkefu ul li.top{background:url(../images/k1.png) no-repeat center #222222;position:relative;width:45px;height: 45px;cursor:pointer;}
.qqkefu ul li.top span{position:absolute;display:block;left:0;top:-5px;height:5px;width:45px;}
.qqkefu ul li.top:hover{background:url(../images/k1.png) no-repeat center #e51515;}
.qqkefu ul li b{width:45px;height:45px;display:block;overflow:hidden;float:right;}
.qqkefu ul li span{font-size: 14px;font-weight: bold;color: #FFF;}
.qqkefu ul li b.a{background:url(../images/k2.png) no-repeat center #222222;}
.qqkefu ul li b.b{background:url(../images/k3.png) no-repeat center #222222;}
.qqkefu ul li b.f{background:url(../images/k4.png) no-repeat center #222222;}
.qqkefu ul li b.c{background:url(../images/k5.png) no-repeat center #222222;}
.qqkefu ul li b.wb{background:url(../images/wb.png) no-repeat center #222222;background-size: 25px;}
.qqkefu ul li b.dy{background:url(../images/dy.png) no-repeat center #222222;background-size: 25px;}
.qqkefu ul li b.al{background:url(../images/k7.png) no-repeat center #222222;}
.qqkefu ul li:hover b.b{background: url(../images/k3.png) no-repeat center center #cc1922;}
.qqkefu ul li:hover b.a{background:url(../images/k2.png) no-repeat center center #cc1922;}
.qqkefu ul li:hover b.b{background: url(../images/k3.png) no-repeat center center ##cc1922;}
.qqkefu ul li:hover b.f{background:url(../images/k4.png) no-repeat center center #cc1922;}
.qqkefu ul li:hover b.c{background:url(../images/k5.png) no-repeat center center #cc1922;}
.qqkefu ul li:hover b.wb{background:url(../images/wb.png) no-repeat center #cc1922;background-size: 25px;}
.qqkefu ul li:hover b.dy{background:url(../images/dy.png) no-repeat center #cc1922;background-size: 25px;}
.qqkefu ul li:hover b.al{background:url(../images/k7.png) no-repeat center #cc1922;}
.qqkefu ul li.qq_czb{text-indent: 0;}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{position: absolute;width:111px;height:150px;top: -120px;left: -111px;float: right;cursor: default !important;display:none;background:url(../images/qr_img.png) no-repeat;}
.erweima p{margin-top:20px;margin-left:10px;}
.erweima img{width:90px;height:90px;}
.qqkefu li .erweima p a{display:block;font-size:14px;color:#333;margin-top:-8px;margin-left:30px;}
@media (max-width: 1000px){
.qqkefu{display:none;}
}