﻿
.homebanner {
    height: 800px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 100px;
}
.aboutbanner {
    overflow-x: hidden;
    overflow-y: hidden;
}
.swiper-container {
    width: 100%;
}
.s-prev, .s-next {
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 52px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: background;
    transition-timing-function: ease;
    width: 27px;
    z-index: 10;
}
.s-next {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/next01.png");
    background-origin: padding-box;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto auto;
    right: 15px;
}
.s-prev {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/prev01.png");
    background-origin: padding-box;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto auto;
    left: 15px;
}
.s-next:hover {
    background-position-x: 0;
    background-position-y: 0;
}
.s-prev:hover {
    background-position-x: -27px;
    background-position-y: 0;
}
.h-pro {
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 1920px;
}
.h-pro .headline {
    background-color: #fff;
    border-bottom-color: #ee4547;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 1920px;
}
.h-pro .t {
    background-color: #fff;
    border-bottom-color: #ee4547;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    float: left;
    height: 37px;
    margin-left: 320px;
    margin-top: -490px;
}
.h-pro .t .big {
    background-clip: text;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    padding-left: 10px;
}
.h-pro .headline .t .sm {
    color: #606060;
    font-size: 20px;
    margin-left: 15px;
}
.h-pro .headline .sort {
    float: left;
    margin-left: -80px;
}
.h-pro .headline .sort .item {
    display: inline-block;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: 9px;
    position: relative;
}
.h-pro .headline .sort .item .i-con {
    font-size: 14px;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 200px;
    z-index: 99;
}
.h-pro .headline .sort .item .i-con .itext1 p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 21px;
    margin-left: 435px;
    margin-top: 123px;
    width: 190px;
}
.h-pro .headline .sort .item .i-con .itext1 .p1 {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin-left: 385px;
    margin-top: 15px;
    width: 190px;
}
.h-pro .headline .sort .item .i-con .itext p {
    color: #000;
    font-family: simsun;
    font-size: 15px;
    font-weight: 900;
    line-height: 21px;
    margin-left: 80px;
    margin-top: -33px;
    text-align: left;
}
.h-pro .headline .sort .item .i-con .itext .p1 {
    color: #000;
    font-family: simsun;
    font-size: 40px;
    line-height: 70px;
    margin-left: 65px;
    margin-top: 90px;
}
.h-pro .headline .sort .item .i-con .itext .p2 {
    color: #000;
    font-family: simsun;
    font-size: 40px;
    line-height: 66px;
    margin-left: 145px;
    margin-top: -55px;
}
.h-pro .headline .sort .item .i-con .itext .p3 {
    color: #999999;
    font-family: simsun;
    font-size: 12px;
    margin-left: 54px;
    margin-top: -7px;
}
.h-pro .headline .sort .item .i-con .itext .p4 {
    color: #999999;
    font-family: simsun;
    font-size: 12px;
    margin-left: 66px;
    margin-top: -7px;
}
.h-pro .headline .sort .item .i-con .itext .p5 {
    color: #999999;
    font-family: simsun;
    font-size: 12px;
    margin-left: 77px;
    margin-top: -7px;
}
.h-pro .headline .sort .item a {
    border-bottom-color: #585858;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    display: block;
    line-height: 30px;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 0;
}
.h-pro .headline .sort .item a:hover, .h-pro .headline .sort .item a.active {
    border-bottom-color: #e40807;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.h-pro .con {
    margin-left: 232px;
    margin-top: 90px;
}
.h-pro .con .t {
    float: left;
    height: 60px;
}
.h-pro .con .t .big {
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(to right, rgb(252, 49, 76) 0%, rgb(164, 0, 0) 100%);
    color: #e40807;
    font-size: 35px;
    letter-spacing: 1px;
    padding-left: 10px;
}
.h-pro .con .item {
    float: left;
    height: 400px;
    margin-bottom: 27px;
    margin-right: 20px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 285px;
}
.h-pro .con .item:hover .mbox {
    opacity: 1;
}
.h-pro .con .item .mbox {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 64px;
    left: 50%;
    margin-left: -80px;
    position: absolute;
    top: 310px;
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: ease;
    width: 252px;
}
.h-pro .con .item .mbox .icon-sj {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/sanjiao.png");
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 29px;
    width: 5px;
}
.h-pro .con .item .mbox a {
    color: #939393;
    display: block;
    margin-left: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 197px;
}
.h-pro .con .item .mbox a.pn {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-top: 6px;
}
.h-pro .con .item .mbox a.pm {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    opacity: 0.7;
    padding-left: 2px;
}
.h-pro .con .item.nom {
    margin-right: 0;
}
.h-pro .morelink {
    margin-bottom: 86px;
    margin-top: 106px;
}
.h-pro .morelink .morebtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #767676;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #767676;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #767676;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #767676;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #767676;
    display: block;
    height: 37px;
    line-height: 37px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    text-align: center;
    width: 163px;
}
.h-pro .morelink .morebtn:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e40807;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e40807;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e40807;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e40807;
    border-top-style: solid;
    border-top-width: 1px;
    color: #e40807;
}
.h-elite {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/index1.jpg");
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    background-size: auto auto;
    height: 568px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.h-elite .headline {
    height: 500px;
    margin-top: 16px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.h-elite .headline .t {
    float: left;
    height: 100px;
    margin-top: -5px;
    width: 230px;
}
.h-elite .headline .t .big {
    background-clip: text;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    margin-left: -186px;
}
.h-elite .headline .t .sm {
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    color: #fff;
    float: left;
    font-size: 20px;
    margin-left: 40px;
    margin-top: 30px;
}
.h-elite .headline .t1 {
    float: left;
    height: 100px;
    margin-left: -186px;
    margin-top: 117px;
    width: 231px;
}
.h-elite .headline .t1 .big {
    background-clip: text;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
}
.h-elite .headline .t2 {
    float: left;
    margin-left: -231px;
    margin-top: 199px;
    width: 273px;
}
.h-elite .headline .t2 .big {
    background-clip: text;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
}
.h-elite .headline .t3 {
    float: left;
    margin-left: -272px;
    margin-top: 249px;
    width: 500px;
}
.h-elite .headline .t3 .big {
    background-clip: text;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.h-elite .headline .t4 {
    float: left;
    margin-left: -92px;
    margin-top: 336px;
    width: 30px;
}
.h-elite .headline .t4 .big {
    background-clip: text;
    color: #fff;
    font-size: 103px;
    font-weight: 900;
    letter-spacing: 1px;
}
.h-elite .morelink {
    margin-left: 200px;
    margin-top: -5px;
}
.h-elite .morelink .morebtn {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 900;
    height: 37px;
    line-height: 37px;
    text-align: center;
    width: 163px;
}
.h-smith {
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.h-smith .headline {
    height: 100px;
    margin-top: 95px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.h-smith .headline .t {
    border-bottom-color: #ee4547;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    float: left;
    height: 70px;
    margin-left: 23px;
    margin-top: 26px;
}
.h-smith .headline .t .big {
    background-clip: text;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 107px;
    padding-left: 10px;
}
.h-smith .headline .t1 {
    float: left;
    height: 130px;
    margin-left: 560px;
    width: 310px;
}
.h-smith .headline .t1 .big {
    background-clip: text;
    color: #cccccc;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    padding-left: 10px;
}
.h-smith .headline .t1 .big1 {
    background-clip: text;
    color: #cccccc;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 50px;
    padding-left: 117px;
}
.h-smith .headline .t2 {
    float: left;
    height: 130px;
    margin-left: 12px;
    width: 200px;
}
.h-smith .headline .t2 .big {
    background-clip: text;
    color: #ec1a23;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    padding-left: 10px;
}
.h-smith .con {
    margin-top: 20px;
}
.h-smith .about-con {
    color: #858585;
    float: left;
    margin-left: 546px;
    margin-top: -433px;
    width: 578px;
}
.h-smith .about-con p {
    font-size: 16px;
    line-height: 42px;
}
.h-smith .about-more {
    margin-left: 904px;
    margin-top: -43px;
}
.h-smith .about-more a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c9c9c9;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #c9c9c9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #c9c9c9;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #c9c9c9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #c9c9c9;
    border-top-style: solid;
    border-top-width: 1px;
    color: #fff;
    display: block;
    font-family: "Noto Sans CJK SC","Source Han Sans CN";
    font-size: 20px;
    line-height: 40px;
    margin-bottom: auto;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -20px;
    text-align: center;
    width: 150px;
}
.h-smith .con .item {
    float: left;
    height: 268px;
    margin-right: 17px;
    width: 226px;
}
.h-smith .con .item.nom {
    margin-right: 0;
}
.h-smith .morelink {
    margin-bottom: 58px;
    margin-top: 82px;
}
.h-smith .morelink .morebtn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #767676;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #767676;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #767676;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #767676;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #767676;
    display: block;
    height: 37px;
    line-height: 37px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    text-align: center;
    width: 163px;
}
.h-smith .morelink .morebtn:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #e40807;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e40807;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e40807;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e40807;
    border-top-style: solid;
    border-top-width: 1px;
    color: #e40807;
}
.h-join {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/index2.jpg");
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    background-size: auto auto;
    height: 200px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.h-join .headline {
    height: 160px;
    margin-left: 140px;
    margin-top: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.h-join .headline .t {
    float: left;
    height: 60px;
}
.h-join .headline .t .big {
    background-clip: text;
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
    padding-left: 10px;
}
.h-join .headline .t .sm {
    color: #ec1a23;
    font-size: 30px;
    margin-left: -2px;
}
.h-join .headline .t1 {
    float: left;
    height: 60px;
    margin-top: 50px;
}
.h-join .headline .t1 .sm {
    background-clip: text;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    margin-left: -321px;
}
.h-join .headline .about-more {
    margin-left: 501px;
    margin-top: 35px;
}
.h-join .headline .about-more a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #c9c9c9;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #c9c9c9;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #c9c9c9;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #c9c9c9;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #c9c9c9;
    border-top-style: solid;
    border-top-width: 1px;
    color: #fff;
    display: block;
    font-family: "Noto Sans CJK SC","Source Han Sans CN";
    font-size: 18px;
    line-height: 40px;
    margin-bottom: auto;
    margin-left: 60px;
    margin-right: 60px;
    margin-top: -20px;
    text-align: center;
    width: 140px;
}
.article-box {
    margin-bottom: 60px;
    margin-top: 100px;
}
.article-list {
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: 47px;
}
.article-list ul {
    width: 1237px;
}
.article-list ul .hp-t {
    color: #67292a;
    font-size: 25px;
    height: 47px;
    margin-left: -400px;
    margin-top: -80px;
    position: relative;
    text-align: left;
}
.article-list ul .hp-t span {
    height: 0;
    left: 405px;
    position: absolute;
    top: -40px;
    width: 225px;
}
.article-list li {
    float: left;
    margin-right: 37px;
    margin-top: -30px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 38px;
    width: 270px;
}
.article-list li .imgbox img {
    height: 211px;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 270px;
}
.article-list li .imgbox {
    display: block;
    height: 211px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 270px;
}
.newsinfo h6 {
    color: #333333;
    font-size: 15px;
    margin-top: 20px;
    text-align: center;
}
.newsinfo p {
    color: #666666;
    font-size: 13px;
    height: 52px;
    line-height: 2em;
    margin-top: 8px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.time-icon {
    background-image: url("../images/time.png");
    display: inline-block;
    height: 11px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 11px;
}
.other p {
    color: #666666;
    font-size: 12px;
    padding-left: 18px;
    position: relative;
}
.other {
    float: left;
    margin-left: 178px;
    margin-top: -103px;
}
.other a {
    color: #666;
    font-size: 20px;
    margin-top: 15px;
    text-transform: none;
}
.other a:hover {
    color: #49b2e3;
}
.article-view {
    margin-bottom: 60px;
}
.news-box {
    background-clip: border-box;
    background-color: #fff;
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-repeat: repeat;
    background-size: auto auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.news-box .title {
    display: block;
    height: 110px;
    margin-top: 70px;
    text-align: center;
}
.news-box .title .t {
    border-bottom-color: #ee4547;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    float: right;
    height: 75px;
}
.news-box .title .t .big {
    background-clip: text;
    color: #000;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 107px;
    padding-left: 10px;
}
.news-box .title .t1 {
    float: left;
    height: 130px;
    margin-left: 47px;
    width: 310px;
}
.news-box .title .t1 .big {
    background-clip: text;
    color: #cccccc;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    padding-left: 10px;
}
.news-box .title .t1 .big1 {
    background-clip: text;
    color: #cccccc;
    font-size: 45px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 50px;
    padding-left: 117px;
}
.news-box .title .t2 {
    float: left;
    height: 130px;
    margin-left: -423px;
    margin-top: 24px;
    width: 200px;
}
.news-box .title .t2 .big {
    background-clip: text;
    color: #ec1a23;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 1;
    padding-left: 10px;
}
.news-box .article-list1 {
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: 47px;
}
.news-box .article-list1 ul {
    width: 1237px;
}
.news-box .article-list1 li {
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 38px;
    width: 616px;
}
.news-box .article-list1 li .imgbox img {
    height: 269px;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 375px;
}
.news-box .article-list1 li .imgbox {
    display: block;
    height: 169px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 275px;
}
.news-box .newsinfo1 {
    float: left;
    margin-left: 300px;
    margin-top: -170px;
}
.news-box .newsinfo1 h6 {
    color: #000;
    font-size: 18px;
    margin-top: -5px;
    text-transform: capitalize;
}
.news-box .newsinfo1 p {
    color: #666666;
    font-size: 15px;
    height: 124px;
    line-height: 2em;
    margin-top: 24px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.news-box .time-icon1 {
    background-image: url("../images/time.png");
    display: inline-block;
    height: 11px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 11px;
}
.news-box .other1 p {
    color: #666666;
    font-size: 12px;
    left: 285px;
    padding-left: 18px;
    position: relative;
    top: -170px;
}
.news-box .other1 {
    margin-top: 28px;
}
.news-box .other1 a {
    color: #666;
    font-size: 12px;
    margin-left: 240px;
    text-transform: none;
}
.news-box .other1 a:hover {
    color: #49b2e3;
}
.news-box .article-view {
    margin-bottom: 60px;
}
.news-box .right {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    height: 423px;
    margin-left: 300px;
    margin-top: 15px;
    position: relative;
    width: 50%;
}
.news-box .right .item {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    height: 80px;
    margin-top: 20px;
}
.news-box .right .imgbox {
    display: block;
    height: 269px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    width: 375px;
}
.news-box .right .item .i-date {
    color: #8a8a8a;
    line-height: 42px;
}
.news-box .right .item .i-date b {
    color: #c8c8c8;
    font-weight: normal;
}
.news-box .right .item .i-heading {
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    color: #6e6e6e;
    display: block;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    margin-top: -280px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 100px;
    width: 100%;
}
.news-box .item .i-summary {
    border-bottom-color: #efefef;
    border-bottom-style: solid;
    border-bottom-width: 0;
    color: #6e6e6e;
    display: block;
    font-family: Cambria,Hoefler Text,Liberation Serif,Times,Times New Roman,serif;
    font-size: 15px;
    height: 38px;
    line-height: 18px;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 100px;
    width: 100%;
}
.news-box .a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: currentcolor;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: currentcolor;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: currentcolor;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: currentcolor;
    border-top-style: solid;
    border-top-width: 1px;
    height: 100px;
    margin-bottom: 25px;
    margin-top: 25px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.news-box .b {
    float: left;
    margin-top: 20px;
}
.news-box .c {
    float: left;
    font-size: 20px;
    margin-top: 10px;
}
.news-box .d {
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
    height: 102px;
    line-height: 138px;
    margin-bottom: 0;
    margin-left: -82px;
    width: 328px;
}
.news-box .d1 {
    float: left;
    line-height: 138px;
    margin-bottom: 0;
    margin-left: -82px;
}
.about {
    margin-top: -50px;
    padding-bottom: 100px;
}
.about .headline {
    padding-top: 25px;
}
.about .headline h2 {
    color: #000;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
}
.about .headline h3 {
    color: #b4b4b4;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
}
.about .con {
    color: #000;
    line-height: 2;
    margin-top: 20px;
}
.about .con img {
    float: left;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 8px;
}

 

.prod {
    padding-bottom: 100px;
}
.prod .headline {
    padding-bottom: 34px;
    padding-top: 70px;
}
.prod .headline h2 {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
}
.prod .headline h3 {
    color: #b4b4b4;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
}
.prod .con {
}
.prod .con .conpic {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    text-align: center;
}
.prod .con .conpic img {
    max-width: 1000px;
}
.elite {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4a4a4a;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 220px;
    padding-top: 71px;
}
.elite .con {
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 1071px;
}
.elite .con .item {
    border-left-color: #000;
    border-left-style: solid;
    border-left-width: 1px;
    height: 258px;
    margin-bottom: 50px;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.elite .con .item .pic {
    float: left;
    height: 258px;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 220px;
}
.elite .con .item .line {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #6c6c6c;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    height: 1px;
    left: 220px;
    position: absolute;
    top: 61px;
    width: 48px;
}
.elite .con .item .i-con {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #292929;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: left;
    height: 258px;
    width: 850px;
}
.elite .con .item .i-con .itext {
    padding-bottom: 0;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 45px;
}
.elite .con .item .i-con .itext .u-name {
    color: #fff;
    font-size: 16px;
}
.elite .con .item .i-con .itext .u-name a {
    color: #fff;
    font-size: 16px;
}
.elite .con .item .i-con .itext .u-ch {
    color: #d6d6d6;
    font-size: 13px;
    margin-bottom: 20px;
}
.join {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #4a4a4a;
    background-image: none;
    background-origin: padding-box;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    padding-bottom: 100px;
}
.join .headline {
    padding-top: 25px;
}
.join .headline h2 {
    color: #fff;
    font-size: 36px;
    letter-spacing: 2px;
    text-align: center;
}
.join .headline h3 {
    color: #b4b4b4;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
}
.join .con {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/joinBG.png");
    background-origin: padding-box;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: auto auto;
    height: 329px;
    margin-bottom: 115px;
    margin-top: 88px;
}
.join .con .c-con {
    height: 329px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    position: relative;
    width: 1200px;
}
.join .con .text {
    font-size: 13px;
    position: absolute;
}
.join .con .text h2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
}
.join .con .text1 {
    left: 72px;
    top: 5px;
    width: 342px;
}
.join .con .text2 {
    left: 102px;
    top: 170px;
    width: 290px;
}
.join .con .text2 h2 {
    margin-bottom: 5px;
}
.join .con .text3 {
    left: 481px;
    margin-top: 20px;
    text-align: center;
    top: 0;
    width: 240px;
}
.join .con .text3 p {
    line-height: 24px;
}
.join .con .text4 {
    left: 805px;
    top: 5px;
    width: 310px;
}
.join .con .text5 {
    left: 777px;
    text-align: center;
    top: 175px;
    width: 380px;
}
.join .con .text5 p {
    line-height: 21px;
}
.join .con .text5 h2 {
    margin-bottom: 2px;
}
.article-view {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 1200px;
}
.article-view .view {
    margin-bottom: 20px;
    margin-top: 45px;
}
.article-view .view .contents {
    color: #000;
    margin-left: 6px;
    padding-bottom: 40px;
    padding-top: 40px;
}
.article-view .view h1 {
    color: #000;
    font-size: 24px;
    text-align: center;
}
.article-view .view h2 {
    color: #ddd;
    font-size: 16px;
    text-align: center;
}
.article-view .view .time {
    color: #999;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
    text-align: center;
}
.article-view .view .time span {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
}
.cont_img {
    width: 100%;
    text-align: center;
}
.cont_img img {
	text-align: center;
        line-height:200px; 
}
.article-view .view .next {
    padding-top: 20px;
}
.article-view .view .next a {
    color: #666;
    text-transform: capitalize;
}
.article-view .view .next a:hover {
    color: #49b2e3;
}
.fr{
    float:right;
}
.training {
    display: block;
    height: 530px;
    width: 600px;
}
.lianxicon .l-right h2 {
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
}
.lianxicon .l-right li {
    color: #000;
}
@font-face {
    font-family: "webfont";
}
