a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
dialog,
div,
dl,
dt,
em,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgrouphr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

a,
s {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    text-decoration: none;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    font-size: 0;
}

ul,
ol {
    list-style: none;
}

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

th,
td,
caption {
    vertical-align: top;
    text-align: left;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix {
    display: block;
    zoom: 1;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: visible;
    clear: both;
}

.hidden {
    display: none;
}

input[type="text"],
input[type="password"],
input[type="button"] {
    outline: none;
    -webkit-appearance: none
}

html {
    overflow-x: hidden;
}

body {
    font: normal normal normal 18px/20px 微软雅黑;
}

/*body {
    -webkit-filter: grayscale(100%); !* webkit *!
    -moz-filter: grayscale(100%); !*firefox*!
    -ms-filter: grayscale(100%); !*ie9*!
    -o-filter: grayscale(100%); !*opera*!
    filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    filter:gray; !*ie9- *!   !*  但是这行代码是为了兼容IE, 虽然一行代码很少, 但是效果并不好, 而且网页比较卡, 不推荐使用[即删除,], 同时发现, csdn, 京东, 淘宝也都没有兼容IE11浏览器 *!
}*/

#page {
    width: 100%;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.banner {
    width: 100%;
    position: relative;
    max-height: 700px;
}

.swiper-slide img {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    background: #555;
    opacity: 1;
    border-radius: 0;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.navbox {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(170, 170, 170, 0.5);
}

.navbox .logo {
    width: 188px;
    height: 33px;
    float: left;
    margin-top: 23px;
}

.navbox .logo img {
    width: 100%;
}

.navbox .nav {
    float: right;
}

.navbox .nav a {
    color: #fff;
    font-size: 18px;
    line-height: 90px;
    margin-left: 65px;
}

.navbox .nav a.on {
    color: #f63233;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.jybox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url("../images/yhjybg.png") no-repeat;
    background-size: cover;
    padding: 92px 0;
    box-sizing: border-box;
}

.jybox .img {
    float: left;
    width: 50%;
    max-width: 604px;
}

.jybox .img img {
    width: 100%;
}

.jybox .info {
    float: left;
    width: 50%;
    padding-left: 64px;
    box-sizing: border-box;
}

.jybox .info dd {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    padding-left: 55px;
    font-size: 16px;
    line-height: 25px;
    color: #666;
    box-sizing: border-box;
}

.jybox .info dd:first-child {
    background: url("../images/yhjy2.png") no-repeat;
}

.jybox .info dd:nth-child(2) {
    background: url("../images/yhjy3.png") no-repeat;
}

.jybox .info dd:nth-child(3) {
    background: url("../images/yhjy4.png") no-repeat;
}

.jybox .info dd span {
    font-size: 24px;
    line-height: 48px;
    float: left;
    margin-right: 20px;
    color: #000;
}

.serbox {
    width: 100%;
    background: #f7f7f7;
    overflow: hidden;
    padding-bottom: 50px;
}

.serbox h3 {
    font-size: 40px;
    line-height: 140px;
    text-align: center;
    color: #626262;
    position: relative;
}

.serbox h3 span {
    display: inline-block;
    position: relative;
}

.serbox h3 span:before {
    content: '';
    width: 130%;
    height: 1px;
    background: #c0c0c0;
    display: block;
    position: absolute;
    left: -15%;
    top: 110px;
}

.serbox h3 span:after {
    content: '';
    width: 30%;
    height: 2px;
    background: #f63233;
    display: block;
    ;
    position: absolute;
    left: 35%;
    top: 109px;
}

.serbox .tit {
    text-align: center;
    font-size: 16px;
    margin-top: -20px;
    color: #666;
}

.serbox li {
    width: 33.33%;
    float: left;
    text-align: center;
    display: block;
    margin-top: 15px;
}

.serbox li .item {
    width: 300px;
    margin: 0 auto;
    height: 380px;
    padding: 40px;
    box-sizing: border-box;
}

.serbox li .pic {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto;
}

.serbox li .pic img {
    width: 100%;
}

.serbox li .tits {
    font-size: 22px;
    color: #000;
    margin: 15px 0;
}

.serbox li .con {
    font-size: 15px;
    color: #696969;
    line-height: 25px;
}

.serbox li:hover .item {
    background: url("../images/sbg.png") no-repeat;
}

.timelist {
    width: 100%;
    overflow: hidden;
    background: #000;
    max-width: 1920px;
    margin: 0 auto;
}

.timelist li {
    float: left;
    margin-left: -90px;
    margin-top: 20px;
}

.timelist li:first-child {
    margin-left: 0;
}

.timelist li .tit {
    width: 248px;
    height: 126px;
    background: url(../images/titbg.png) no-repeat;
    font-size: 22px;
    color: #fff;
    line-height: 120px;
    padding-left: 55px;
    box-sizing: border-box;
    background-size: contain;
}

.timelist li .con {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-left: -90px;
    padding-bottom: 20px;
}

.mapbox {
    width: 100%;
    background: #ffffff;
}

.mapbox img {
    width: 100%
}

/*.mapbox .list{position: absolute;right: 0;bottom: 120px;}
.mapbox .list p{line-height: 44px;font-size: 24px;}
.mapbox .list span{background: url(../images/ico_jt.png) no-repeat left center;padding-left: 32px;width: 176px;display: inline-block;box-sizing: border-box;}*/

.jjbox {
    width: 100%;
    background: url("../images/jjbg.png") no-repeat;
    background-size: cover;
    padding-bottom: 70px;
}

.jjbox h3 {
    font-size: 40px;
    line-height: 140px;
    text-align: center;
    color: #626262;
    position: relative;
}

.jjbox h3 span {
    display: inline-block;
    position: relative;
}

.jjbox h3 span:before {
    content: '';
    width: 130%;
    height: 1px;
    background: #c0c0c0;
    display: block;
    position: absolute;
    left: -15%;
    top: 110px;
}

.jjbox h3 span:after {
    content: '';
    width: 30%;
    height: 2px;
    background: #f63233;
    display: block;
    ;
    position: absolute;
    left: 35%;
    top: 109px;
}

.jjbox {
    font-size: 20px;
    line-height: 55px;
}

.adbox {
    background: #e1e1e1;
    overflow: hidden;
}

.adbox h3 {
    font-size: 40px;
    line-height: 140px;
    text-align: center;
    color: #626262;
    position: relative;
}

.adbox h3 span {
    display: inline-block;
    position: relative;
}

.adbox h3 span:before {
    content: '';
    width: 130%;
    height: 1px;
    background: #c0c0c0;
    display: block;
    position: absolute;
    left: -15%;
    top: 110px;
}

.adbox h3 span:after {
    content: '';
    width: 30%;
    height: 2px;
    background: #f63233;
    display: block;
    ;
    position: absolute;
    left: 35%;
    top: 109px;
}

.adbox ul {
    overflow: hidden;
}

.adbox li {
    float: left;
    width: 16.66%;
    height: 90px;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px;
}

.adbox li img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.footer {
    width: 100%;
    background: #262931;
    padding: 34px 0;
    overflow: hidden;
}

.footer .info {
    float: left;
    color: #a1a7b3;
    font-size: 18px;
    line-height: 30px;
    padding-left: 15px;
    box-sizing: border-box;
}

.footer .info a {
    color: #a1a7b3;
}

.footer .info a:hover {
    color: #a1a7b3;
}

.footer .info .tits {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}

.footer .info .tits dd {
    border-right: 2px #a1a7b3 solid;
    float: left;
    overflow: hidden;
    padding: 0 15px;
    box-sizing: border-box;
}

.footer .info .tits dd:last-child {
    border-right: none;
}

.footer .info .tel {
    font-size: 30px;
    line-height: 30px;
}

.footer .wx {
    float: right;
}

.footer .wx li {
    float: left;
    margin: 0 10px;
    text-align: center;
    font-size: 12px;
    color: #a1a7b3;
}

.footer .wx li img {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 10px;
}

.probox {
    width: 100%;
    background: #f2f2f2;
    overflow: hidden;
}

.probox .pic {
    width: 35%;
    max-width: 440px;
    text-align: center;
}

.probox .pic img {
    width: 100%;
}

.probox .info {
    width: 670px;
    overflow: hidden;
    margin-top: 90px;
    text-align: center;
}

.probox .info h5 {
    font-size: 32px;
    line-height: 60px;
}

.probox .info .tit {
    font-size: 20px;
    color: #f63233;
}

.probox .info ul {
    overflow: hidden;
}

.probox .info li {
    width: 25%;
    float: left;
    margin: 30px 0;
}

.probox .info .ft {
    margin-top: 70px;
    overflow: hidden;
}

.probox .info .ft span {
    font-size: 46px;
    color: #f63233;
    line-height: 60px;
}

.probox .info .ft a {
    background: #f63233;
    font-size: 24px;
    color: #fff;
    border-radius: 10px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    margin-left: 20px;
    vertical-align: text-bottom;
}

.probox.bg {
    background: #fe4d5e url(../images/bg.jpg) no-repeat center center;
    padding: 90px 0;
}

.probox.bg .info {
    color: #fff;
    width: 500px;
    margin-top: 0;
    margin-left: 40px;
}

.probox.bg .info .tit {
    font-size: 20px;
    color: #fff45c;
}

.probox.bg .info li {
    width: 33.3%;
    float: left;
    margin: 20px 0;
}

.probox.bg .info .ft span {
    color: #fff45c;
}

.probox.bg .info .ft a {
    background: #fff45c;
    color: #f63233;
}

.codes.sl {
    left: 15%;
    bottom: 130px;
}

.codes.sr {
    right: 12%;
    bottom: 150px;
}

.codes {
    width: 300px;
    z-index: -1;
    height: 320px;
    background: #fff;
    border: 1px #e0e0e0 solid;
    position: absolute;
    padding: 30px 30px 0 30px;
    box-sizing: border-box;
    font-size: 16px;
    color: #626262;
    text-align: center;
    line-height: 26px;
    opacity: 0;
    transition: all 0.6s;
}

.codes img {
    width: 240px;
}

.server {
    overflow: hidden;
}

.server h3 {
    font-size: 40px;
    line-height: 140px;
    text-align: center;
    color: #626262;
    position: relative;
}

.server h3 span {
    display: inline-block;
    position: relative;
}

.server h3 span:before {
    content: '';
    width: 130%;
    height: 1px;
    background: #c0c0c0;
    display: block;
    position: absolute;
    left: -15%;
    top: 110px;
}

.server h3 span:after {
    content: '';
    width: 30%;
    height: 2px;
    background: #f63233;
    display: block;
    ;
    position: absolute;
    left: 35%;
    top: 109px;
}

.server .tit {
    font-size: 12px;
    color: red;
    text-align: center;
    margin-top: -20px;
}

.tabbox {
    overflow: hidden;
    width: 100%;
}

.tabbox.bg {
    background: #f2f2f2;
}

.tabbox .hd {
    border-bottom: 1px #b8b8b8 solid;
    margin-top: 30px;
    height: 50px;
}

.tabbox .hd span {
    float: left;
    font-size: 30px;
    color: #f63233;
    line-height: 40px;
    margin-right: 30px;
}

.tabbox .hd span img {
    vertical-align: top;
    margin-right: 16px;
}

.tabbox .hd li {
    float: left;
    font-size: 16px;
    line-height: 50px;
    margin-right: 30px;
    position: relative;
}

.tabbox .hd li.on {
    color: #f63233;
}

.tabbox .hd li.on:after {
    width: 100%;
    height: 2px;
    background: #f63233;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
}

.tabbox .bd {
    padding: 30px 0;
    overflow: hidden;
}

.tabbox .bd .info {
    width: 260px;
    overflow: hidden;
    padding-top: 60px;
}

.tabbox .bd .info h5 {
    font-size: 30px;
    color: #626262;
    margin-bottom: 30px;
}

.tabbox .bd .info p {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
    color: #626262;
}

.tabbox .bd .pic {
    overflow: hidden;
}

.ml4 {
    margin-left: 40px;
}

.mr4 {
    margin-right: 40px;
}

.picture {
    width: 100%;
    margin: 0 auto;
}

.picture img {
    width: 100%;
}

.case {
    overflow: hidden;
    padding: 40px 0;
}

.case .item {
    width: 100%;
    overflow: hidden;
}

.case .item .ul2 {
    margin-bottom: 12px;
    overflow: hidden;
}

.case .item .ul2 li {
    width: 49.5%;
    max-height: 450px;
}

.case .item .ul2 li:last-child {
    margin-left: 1%;
}

.case .item .ul3 li {
    width: 32.66%;
    margin-right: 1%;
    max-height: 310px
}

.case .item .ul3 li:last-child {
    margin-right: 0;
}

.case .item li {
    float: left;
    overflow: hidden;
    position: relative;
}

.case .item .pic {
    width: 100%;
}

.case .item .pic img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.case .item li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.case .item .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 25px;
    box-sizing: border-box;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, .2));
}

.case .item .info p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

#mobileSwip {
    display: none;
}

.caselist {
    background: #fff;
    overflow: hidden;
    display: block;
}

.casebox {
    max-width: 1200px;
    margin: 30px auto 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.casebox h5 {
    font-size: 30px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.casebox p.time {
    color: #9b9b9b;
    font-size: 15px;
    line-height: 30px;
}

.casebox p {
    color: #626262;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
}

.casebox p.fb {
    font-weight: 700;
    color: #000;
}

.casebox p.tc {
    text-align: center;
}

.casebox img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.casebox a.red {
    color: red;
}

.casebox .hottit {
    margin-top: 10px;
    background: #eee;
    font-size: 16px;
    padding: 0 20px;
    line-height: 40px;
}

.casebox .hotAti {
    overflow: hidden;
    margin-top: 15px;
    padding-left: 20px;
}

.casebox .hotAti li {
    font-size: 14px;
    line-height: 30px;
    position: relative;
}

.casebox .hotAti li:before {
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: -12px;
    top: 12px;
    background: red;
    content: '';
}

.bg {
    background: #f2f2f2;
}

.about {
    overflow: hidden;
    background: #f2f2f2;
}

.about .hd {
    overflow: hidden;
}

.about .hd ul {
    padding: 0 100px;
    box-sizing: border-box;
}

.about .hd li {
    width: 20%;
    float: left;
    height: 72px;
    text-align: center;
    font-size: 20px;
    line-height: 72px;
}

.about .hd li a {
    height: 72px;
    line-height: 72px;
    display: block;
    box-sizing: border-box;
    width: 80px;
    margin: 0 auto;
    color: #000;
}

.about .hd li.on a {
    color: red;
    border-bottom: 4px red solid;
}

.about .hd li a:hover,
.about .hd li a:focus {
    color: #000;
    text-decoration: none;
}

.about .bd {
    overflow: hidden;
    width: 100%;
}

.abList {
    overflow: hidden;
    margin-left: -13px;
    margin-top: 15px;
}

.abList li {
    float: left;
    margin-left: 13px;
    background: #fff;
    width: 290px;
    overflow: hidden;
    margin-bottom: 50px;
    border-bottom: 8px #b4b4b4 solid;
    padding-bottom: 10px;
    transition-duration: 1000ms;
}

.abList li .pic {
    width: 100%;
    overflow: hidden;
    height: 176px;
}

.abList li .pic img {
    width: 100%;
    webkit-transition: all 0.3s;
    min-height: 100%;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.abList li .info {
    margin-top: 10px;
    padding: 0 13px;
    text-align: justify;
}

.abList li .info p {
    font-size: 16px;
    color: #2a2a2a;
    line-height: 22px;
    height: 44px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}

.abList li .info p.time {
    font-size: 14px;
    color: #626262;
}

.abList li:hover {
    border-bottom: 8px #f63233 solid;
}

.abList li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.abList li .time {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    word-break: break-all;
    padding: 0 15px;
    margin-top: 5px;
    color: #999;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
}

.abJZbox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.abJZbox li {
    border: 1px #727071 solid;
    position: relative;
    padding: 70px 36px 50px 308px;
    margin-top: 50px;
    margin-bottom: 100px;
    background: #fff;
}

.abJZbox li span {
    width: 60%;
    height: 50px;
    display: block;
    border-radius: 50px;
    background: #f63233;
    position: absolute;
    left: 20%;
    top: -28px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.abJZbox li .info {
    font-size: 15px;
    line-height: 30px;
}

.abJZbox li i {
    position: absolute;
    left: 90px;
    top: 50%;
    margin-top: -55px;
}

/*.abJZbox .pic{width: 404px;height: 404px;display: block;margin: 190px auto;position: relative;}
.abJZbox .info{overflow: hidden;width: 300px;}
.abJZbox .info p{font-size: 16px; color: #9b9b9b;}
.abJZbox .info p.tit{font-size: 24px;color: #2a2a2a;margin-bottom: 20px;}
.abJZbox .info.s1{text-align: center;position: absolute; top:-135px;left: 50%;margin-left: -150px;}
.abJZbox .info.s2{position: absolute; top: 50%;left: 105%;margin-top: -80px;}
.abJZbox .info.s3{position: absolute; top: 100%;left: 100%;margin-left: -40px;margin-top: -60px;}
.abJZbox .info.s4{text-align: right; position: absolute; top:100%;left:-60%;margin-top: -30px;}
.abJZbox .info.s5{text-align: right; position: absolute; top: 25%;left: -80%;}*/

.abWHbox {
    overflow: hidden;
    width: 100%;
    background: url(../images/bgAbout.png) no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 0 40px 80px 40px;
    box-sizing: border-box;
}

.abWHbox li {
    margin-top: 50px;
    padding-left: 120px;
    position: relative;
    margin-left: 150px;
}

.abWHbox li i {
    width: 80px;
    height: 80px;
    background: #f63233;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 50px;
}

.abWHbox li .info {
    overflow: hidden;
}

.abWHbox li .info h5 {
    font-size: 26px;
    color: #2a2a2a;
    margin: 10px 0;
    font-weight: 600;
}

.abWHbox li .info p {
    font-size: 16px;
    color: #414040;
    line-height: 30px;
}

.abmap {
    width: 710px;
    float: left;
    height: 660px;
    text-align: center;
    margin-right: 15px;
}

.abmap img {
    margin: 60px auto;
}

.abAdd {
    background: #fff;
    box-sizing: border-box;
    overflow-y: hidden;
}

.abAdd .addList {
    overflow: hidden;
}

.abAdd .addList li {
    border-bottom: 1px #919191 solid;
    padding: 30px 0;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
}

.abAdd .addList li:last-child {
    border-bottom: none;
}

.abAdd .addList li p {
    font-size: 16px;
    color: #9b9b9b;
    line-height: 26px;
}

.abAdd .addList li p.tit {
    font-size: 24px;
    color: #2a2a2a;
    margin-bottom: 10px;
}

/*.abAdd li:before{width: 4px;height: 100%;content: '';background: #fff;display: block;position: absolute;left: -30px; top:0 ;}*/

.abAdd .addList li.on p {
    color: #f63233;
}

/*.abAdd li.on{background: #f63233;}*/

.intro {
    width: 1200px;
    margin: 0 auto;
    background: url(../images/sbg.jpg) repeat;
    padding: 0 40px;
    box-sizing: border-box;
}

.intro .list {
    border-bottom: 2px #d3d3d3 dashed;
    padding: 50px 0;
    overflow: hidden;
    font-size: 16px;
    color: #959595;
    line-height: 40px;
    text-align: justify;
}

.intro .list:last-child {
    border-bottom: none;
}

.intro .list h5 {
    font-size: 26px;
    color: #f63233;
}

.intro .list p {
    text-indent: 2em;
}

.recruit {
    overflow: hidden;
    padding-bottom: 80px;
}

.recruit li {
    width: 50%;
    float: left;
    margin-top: 80px;
    padding-left: 110px;
    box-sizing: border-box;
    position: relative;
}

.recruit li i.s1 {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    border: 1px #f63233 solid;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.recruit li i.s2 {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    background: #f63233;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.recruit li i img {
    margin-top: 12px;
}

.recruit li h5 {
    color: #2a2a2a;
    font-size: 24px;
    margin-bottom: 15px;
}

.recruit li p {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.recruit li p.zptit {
    color: #000;
}

.recruit li p span {
    width: 50%;
    display: inline-block;
}

.recruit li p span:last-child {
    text-align: center;
}

.honer {
    overflow: hidden;
    margin-bottom: 55px;
    background: url("../images/rbg.png") no-repeat;
    padding: 30px 0 30px 270px;
    box-sizing: border-box;
}

.honer .tit {
    float: left;
    overflow: hidden;
}

.honer .con {
    overflow: hidden;
}

.honer .con li.cos3 img {
    margin-left: 15px;
}

.honer .con li.cos2 {
    margin-top: 40px;
}

.honer .con li.cos2 img {
    margin-left: 68px;
}

.hPic {
    background: #fff;
    padding: 40px 0;
}

.hPic img {
    margin-left: 5px;
}

.hPic li:first-child {
    margin-bottom: 15px;
}

.hPic li:first-child img {
    margin-left: 16px;
}

.hPic li:last-child {
    margin-left: 11px;
}

.more {
    text-align: right;
    font-size: 15px;
    color: red;
}

.panel {
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    display: block;
}

.panel-body {
    padding: 0 30px;
    overflow: hidden;
    height: 600px;
}

.panel ul {
    display: block;
    overflow-y: hidden;
    height: auto;
}

.glyphicon-chevron-down:before {
    content: "\e113";
}

.glyphicon-chevron-up:before {
    content: "\e114";
}

.navtop {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 10px;
    box-sizing: border-box;
    color: #626262;
    margin-top: 10px;
}

.navtop a {
    color: #2a2a2a;
}

.page {
    text-align: right;
    margin-top: -30px;
    overflow: hidden;
    margin-bottom: 30px;
}

.page a {
    width: 100px;
    border: 1px #ddd solid;
    background: #fff;
    display: inline-block;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.page dl {
    display: inline-block;
    height: 30px;
}

.page dd {
    float: left;
    margin: 9px 5px 0 5px;
}

.page dd a {
    width: 30px;
    display: inline-block;
}

.page dd.on a {
    background: #f63233;
    border-color: #f63233;
    color: #fff;
}

.link {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.link ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.link li {
    float: left;
    width: 33.33%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.link li img {
    width: 80%;
    max-width: 50px;
    margin-bottom: 20px;
}

.link li .fb {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.linkzp {
    width: 100%;
    background: url("../images/hezuo.png") no-repeat;
    background-size: 100% 100%;
    padding: 80px 0;
    box-sizing: border-box;
}

.linkzp .con {
    margin-left: 30%;
    background: #fff;
    opacity: .9;
    padding: 0 45px 70px 45px;
    box-sizing: border-box;
    overflow: hidden;
}

.linkzp .con p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 40px;
}

.linkzp .con a {
    color: red;
    text-decoration: underline;
    margin-top: 40px;
    display: block;
}

.wPic {
    padding-bottom: 60px;
    overflow: hidden;
}

.wPic img {
    width: 84%;
    max-width: 840px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: url("../images/n1.png") no-repeat;
    left: 12%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background: url("../images/n2.png") no-repeat;
    right: 12%;
}

.history {
    width: 100%;
    overflow: hidden;
}

.history li {
    width: 100%;
    display: block;
    position: relative;
    min-height: 120px;
    padding-bottom: 30px;
    overflow: hidden;
}

.history li:before {
    content: '';
    width: 2px;
    height: 100%;
    min-height: 120px;
    background: #3d718b;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 17px;
}

.history li.opl .tits {
    width: 95px;
    height: 120px;
    background: url("../images/fz1.png") no-repeat;
    background-size: contain;
    font-size: 16px;
    color: #fff;
    line-height: 62px;
    padding-left: 48px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    margin-left: -47px;
}

.history li.opr .tits {
    position: absolute;
    left: 50%;
    margin-left: -13px;
    width: 95px;
    height: 120px;
    background: url("../images/fz2.png") no-repeat;
    background-size: contain;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    padding-left: 13px;
    box-sizing: border-box;
}

.history li .con {
    background: #fff;
    border-radius: 5px;
    padding: 20px 30px;
    max-width: 45%;
    overflow: hidden;
    box-sizing: border-box;
}

.history li .con p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
}

.history li.opl .con {
    float: right;
    margin-right: 55%;
}

.history li.opr .con {
    float: left;
    margin-left: 58%;
}

.history li.opl .con p {
    text-align: right;
}

.history li.opr .con p {
    text-align: left;
}

.history li i {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #c3d6eb;
    border-radius: 50%;
    margin: 0 10px;
}

.history li.opl .con img {
    float: right;
    margin-right: 30px;
}

.history li.opr .con img {
    margin-left: 30px;
}

@media screen and (max-width: 1200px) {
    .wrap {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .navbox .logo {
        width: 30%;
    }
    .navbox .logo img {
        width: 100%;
    }
    .navbox .nav {
        padding-right: 10px;
        box-sizing: border-box;
    }
    .navbox .nav a {
        font-size: 16px;
        margin-left: 45px;
    }
    .timelist li {
        width: 14.28%;
        margin-left: -1%;
    }
    .timelist li .tit {
        font-size: 21px;
        padding-left: 35.2%;
    }
    .timelist li .con {
        margin-left: -1%;
        font-size: 12px;
    }
    .mapbox {
        background-size: contain;
    }
    /*.mapbox img{width: 60%;height: auto;}*/
    .mapbox .list p {
        font-size: 20px;
        line-height: 40px;
    }
    .footer .info {
        font-size: 15px;
    }
    .footer .wx li {
        font-size: 14px;
    }
    .footer .wx li img {
        width: 120px;
        height: 120px;
    }
}

@media screen and (max-width: 960px) {
    .timelist li {
        width: 18.5%;
        margin-left: -5%;
    }
    .timelist li .tit {
        font-size: 13px;
        background-size: 100% 100%;
        width: 100%;
        height: 86px;
        line-height: 86px;
        padding-left: 23%;
    }
    .timelist li .con {
        margin-left: -30%;
        font-size: 10px;
    }
    .mapbox .list span {
        width: 150px;
    }
    .mapbox .list p {
        font-size: 15px;
    }
    .adbox li {
        height: 60px;
        margin: 10px 0;
    }
    .adbox h3 {
        font-size: 30px;
    }
    .adbox li img {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .navbox {
        height: 40px;
        overflow: hidden;
    }
    .navbox .logo {
        width: 30%;
        margin-top: 0;
        text-align: center;
        position: relative;
    }
    .navbox .logo img {
        width: 90%;
        position: absolute;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
    .navbox .nav {
        width: 70%;
        float: left;
        padding-right: 0;
        height: 40px;
    }
    .navbox .nav a {
        width: 20%;
        height: 40px;
        display: block;
        float: left;
        text-align: center;
        margin: 0;
        font-size: 12px;
        line-height: 40px;
    }
    .timelist li {
        width: 33.3%;
        margin: 0;
        height: 120px;
        overflow: hidden;
    }
    .timelist li:last-child {
        width: 66.6%;
    }
    .timelist li:last-child .tit {
        background-size: 60% 100%;
        padding-left: 13%;
    }
    .timelist li:last-child .con {
        margin-left: -30%;
    }
    .timelist li .tit {
        height: 60px;
        line-height: 60px;
        font-size: 11px;
        background-size: 120% 100%;
        padding-left: 27%;
    }
    .timelist li .con {
        font-size: 9px;
        margin-left: 0;
    }
    .timelist li:last-child {
        width: 60%;
    }
    /*.mapbox img{width: 90%;display: block;margin: 30px auto;}*/
    .mapbox .list {
        position: relative;
        bottom: 0;
        padding: 0 30px;
        box-sizing: border-box;
        padding-bottom: 20px;
    }
    .mapbox .list span {
        background-size: 15px;
        width: 40%;
        padding-left: 20px;
        font-size: 12px;
    }
    .mapbox .list p {
        line-height: 30px;
    }
    .adbox h3 {
        font-size: 20px;
        line-height: 60px;
    }
    .adbox h3 span:before {
        top: 50px;
    }
    .adbox h3 span:after {
        top: 49px;
    }
    .adbox li {
        width: 50%;
        height: 40px;
        overflow: hidden;
        margin: 15px 0;
    }
    .adbox li img {
        width: 80%;
        height: 40px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer .info h3 {
        font-size: 20px;
        line-height: 40px;
    }
    .footer .info p {
        font-size: 12px;
    }
    .footer .wx {
        width: 100%;
        margin-top: 10px;
    }
    .footer .wx li {
        width: 50%;
        float: left;
        text-align: center;
        margin: 0;
    }
    .footer .wx li img {
        margin: 0 auto 10px auto;
    }
    .server h3 {
        font-size: 20px;
        line-height: 60px;
    }
    .server h3 span:before {
        top: 50px;
    }
    .server h3 span:after {
        top: 49px;
    }
    .probox .pic {
        width: 100%;
    }
    .probox .info {
        width: 100%;
        margin-top: -100px;
        float: inherit;
    }
    .probox .info h5 {
        font-size: 20px;
    }
    .probox .info li {
        margin-top: 30px;
    }
    .probox .info li img {
        width: 70%;
    }
    .probox .info li p {
        font-size: 12px;
    }
    .probox .info .ft {
        margin-top: 0;
    }
    .probox .info .ft span {
        font-size: 25px;
    }
    .probox .info .ft a {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        width: 40%;
    }
    .probox.bg {
        padding: 0;
    }
    .probox.bg .info {
        width: 100%;
        float: inherit;
        margin: 0;
    }
    .case .item .info {
        padding: 10px;
        top: 50px;
    }
    .case .item .info p {
        font-size: 12px;
        line-height: 16px;
    }
    .about .hd li {
        width: 25%;
        float: left;
        font-size: 11px;
        height: 80px;
        line-height: 66px;
        margin-top: 10px;
    }
    .abList {
        margin-left: 0;
    }
    .abList li {
        width: 45%;
        margin: 0 0 15px 3.3%;
        padding-bottom: 0;
    }
    .abList li .pic {
        height: 120px;
    }
    .abList li .info {
        margin-top: 10px;
        padding: 0 8px;
    }
    .abList li .info p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }
    .abList li .time {
        width: 100%;
        height: 25px;
        overflow: hidden;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 15px;
        box-sizing: border-box;
        margin-top: 5px;
    }
    .abList li .time p {
        font-size: 10px;
        color: #999;
        overflow: hidden;
        overflow: hidden;
        line-height: 25px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .abJZbox {
        padding: 0 10px;
        width: 100%;
        box-sizing: border-box;
    }
    .abJZbox li {
        width: 100%;
        position: relative;
        padding: 20px 10px 10px 70px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .abJZbox li span {
        width: 70%;
        left: 15%;
        height: 30px;
        font-size: 10px;
        line-height: 30px;
        top: -15px;
    }
    .abJZbox li i {
        width: 50px;
        height: 50px;
        left: 10px;
        top: 50%;
        margin-top: -25px;
    }
    .abJZbox li i img {
        width: 100%;
    }
    .abJZbox li .info {
        font-size: 12px;
        line-height: 16px;
    }
    .abWHbox {
        width: 100%;
        padding: 0 10px 30px 10px;
    }
    .abWHbox li {
        margin-top: 25px;
        padding-left: 50px;
    }
    .abWHbox li i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 26px;
    }
    .abWHbox li .info h5 {
        margin: 5px 0;
        font-size: 20px;
    }
    .abWHbox li .info p {
        font-size: 12px;
        line-height: 20px;
    }
    .abmap {
        width: 100%;
        height: 400px;
        float: inherit;
    }
    .abAdd {
        height: 650px;
    }
    .abAdd .addList li {
        padding: 15px 0;
    }
    .abAdd .addList li p {
        font-size: 12px;
        color: #9b9b9b;
        line-height: 20px;
    }
    .abAdd .addList li p.tit {
        font-size: 18px;
        color: #2a2a2a;
        margin-bottom: 5px;
    }
    .abAdd .addList li.on p {
        color: #f63233;
    }
    .intro {
        width: 100%;
        padding: 0 10px;
    }
    .intro .list p {
        font-size: 12px;
        line-height: 20px;
    }
    .intro img {
        width: 100%;
        margin-bottom: 10px;
    }
    .recruit {
        padding-bottom: 30px;
    }
    .recruit li {
        width: 100%;
        margin-top: 15px;
        padding-left: 50px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .recruit li i.s1 {
        width: 40px;
        height: 40px;
        left: 5px;
    }
    .recruit li i.s2 {
        width: 40px;
        height: 40px;
        left: 5px;
    }
    .recruit li i img {
        width: 30px;
        height: 30px;
        margin-top: 5px;
    }
    .recruit li h5 {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 0;
    }
    .recruit li p {
        font-size: 12px;
        line-height: 20px;
    }
    .honer {
        margin-bottom: 30px;
    }
    .honer .tit {
        width: 38%;
        margin-right: 2%;
    }
    .honer .tit img {
        width: 100%;
    }
    .honer .con {
        width: 60%;
    }
    .honer .con li.cos3 {
        overflow: hidden;
        margin-top: 20px;
    }
    .honer .con li.cos3 img {
        width: 33.3%;
        float: left;
        margin-left: 0;
    }
    .honer .con li.cos2 {
        margin-top: 20px;
    }
    .honer .con li.cos2 img {
        width: 50%;
        float: left;
        margin-left: 0;
    }
    .casebox {
        width: 100%;
        padding: 10px;
    }
    .casebox h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .casebox p.time {
        font-size: 12px;
        line-height: 20px;
    }
    .casebox p {
        font-size: 12px;
        line-height: 20px;
    }
    .casebox img {
        width: 100%;
    }
    .more {
        padding-right: 20px;
        font-size: 12px;
    }
    #mobileSwip {
        display: block;
    }
    .link li {
        float: left;
        width: 33.33%;
        overflow: hidden;
        text-align: center;
        font-size: 10px;
        line-height: 22px;
    }
}