@import url(
'https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/inter.css'
);

* {
    margin: 0;
    padding: 0;
}

blockquote {
    padding-left: 10px;
    border-left: 3px solid #DBDBDB;
    color: rgba(0, 0, 0, .5);
    float: left;
    margin: 1em 0;
    width: calc(100% - 153px);
}

blockquote p {
    width: 100% !important;
    padding-bottom: 0 !important;
    padding-top: 20px;
}

blockquote p:nth-child(1) {
    padding-top: 0;
}

.m-1420 {
    max-width: 1420px;
    width: 100%;
    position: relative;
    margin: 0 auto;
}

.p80 {
    padding: 80px 0;
}

.pt100 {
    padding-top: 100px;
}

.pb50 {
    padding-bottom: 50px;
}

body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

li {
    list-style: none;
}

* {
    padding: 0;
    margin: 0;
}

/*当宽度小于 1420px 时*/
@media screen and (max-width: 1419px) {
    .bg-blank {
        width: 100%;
        height: 800px;
        margin-top: 200px;
        position: absolute;
        z-index: -10;
        background-image: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 110px, #ffffff 110px, #ffffff 100%);
    }
}

/*当宽度大于 1420px 时*/
@media screen and (min-width: 1420px) {
    .bg-blank {
        width: 100%;
        height: 800px;
        margin-top: 200px;
        position: absolute;
        z-index: -10;
        background-image: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 50%, #ffffff 50%, #ffffff 100%);
    }
}


.pc-none,
.h5-zs {
    display: none;
}

#pages {
    float: left;
    width: 100%;
    border-top: 2px #111111 solid;
    margin-top: 1rem;
    padding-top: 1rem;
    display: flex;
    justify-content: center;
}

#pages a {
    text-decoration: none;
    padding: 0.2rem 0.8rem;
    font-size: .8rem;
    background-color: #d4d4d4;
    color: #FFF;
    font-family: DINPro;
    border-radius: 1rem;
    float: left;
    height: 1rem;
    line-height: 1rem;
    display: block;
}

#pages span {
    float: left;
    padding: 0.2rem 0.8rem;
    font-size: .8rem;
    background-color: #111111;
    color: #FFF;
    border-radius: 1rem;
    height: 1rem;
    line-height: 1rem;
    font-family: DINPro;
    margin: 0 0.5rem;
}


/* 头部 */
.header {
    position: fixed;
    width: 100%;
    min-height: 90px;
    background-color: #f8f8f8;
    z-index: 9999;
    top: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: block;
}

.header .logo {
    float: left;
    width: 80px;
    margin-right: 80px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .info {
    float: left;
    font-size: 12px;
    line-height: 20px;
    font-family: aoya-sy-Bold;
    width: 140px;
    margin-top: 35px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .info span {
    font-size: 14px;
    font-family: DINPro;
}

.header .menu {
    position: absolute;
    margin-left: 20px;
    width: 20px;
    height: 13px;
    left: 50%;
    margin-top: 38px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .lan {
    position: absolute;
    right: 0;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .lan .en {
    float: left;
    width: 52px;
    background-color: #dcdcdc;
    color: #111111;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    padding-left: 10px;
    border-radius: 15px;
    margin-top: 2px;
}

.header .lan .cn {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    background-color: #111111;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    border-radius: 15px;
}

.header .ser {
    position: absolute;
    right: 100px;
    width: 140px;
    height: 30px;
    margin-top: 30px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header .ser input[type=text] {
    float: right;
    width: 150px;
    height: 30px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 14px;
    background-color: #111111;
    background-position: 10px center;
    padding: 12px 20px 12px 35px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: none;
    color: #FFF;
    outline: none;
    background-image: url(../images/ser.png);
    background-repeat: no-repeat;
}

.header .ser input[type=text]:focus {
    width: 220px;
    height: 40px;
    margin-top: -5px;
}


.shrink {
    min-height: 35px;
    padding-bottom: 15px;
}

.shrink .logo {
    margin-top: 15px;
}

.shrink .info {
    margin-top: 17.5px;
}

.shrink .menu {
    margin-top: 19px;
}

.shrink .ser {
    margin-top: 15px;
}

.shrink .lan {
    margin-top: 15px;
}


.banner {
    height: 850px;
    overflow: hidden;
    position: relative;
    background-color: #111111;
    z-index: 0;
    width: 100%;
    margin-top: 90px;
}

.banner-video {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    z-index: 0;
}

.left-line {
    float: left;
    width: 1px;
    background-color: hsla(0, 0%, 100%, 0.2);
    height: 690px;
}

.left-line2 {
    float: left;
    width: 1px;
    background-color: hsla(0, 0%, 100%, 0.2);
    height: 640px;
}

.banner .title {
    float: left;
    width: 460px;
    padding-top: 43px;
    padding-left: 159px;
    color: #FFF;
}

.banner .title h2 {
    font-size: 42px;
    line-height: 50px;
}

.banner .title h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 50px;
}

.banner .title h2 a {
    color: #ffffff;
}

.banner .title .page {
    float: left;
    width: 100%;
    margin-top: 180px;
    color: #FFF;
    font-family: DINPro;
}

.banner .title .page .page-bg {
    width: 60px;
    height: 20px;
    background-color: #111111;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    margin-bottom: 0;
}

.banner .title .page .page-num {
    font-size: 16px;
    position: absolute;
    z-index: 2;
    margin-top: -10px;
    font-family: DINPro;
}

.banner .title .page .page-num span {
    font-size: 30px;
}

.banner .ico1 {
    float: left;
    width: 60px;
    height: 10px;
    margin-top: 140px;
}

.banner .ad {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: hsla(0, 0%, 100%, 0.2);
    border-left-color: hsla(0, 0%, 100%, 0.2);
    height: 667px;
    width: 178px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    left: 50%;
    margin-top: 80px;
    z-index: 10;
}

.banner .ad h2,
.banner .ad h3 {
    color: #FFF;
    width: 100%;
    float: left;
}

.banner .ad h2 {
    font-family: aoya-sy-Bold;
    font-size: 24px;
    font-weight: normal;
    margin-top: 470px;
    border-bottom: 1px hsla(0, 0%, 100%, 0.2) solid;
}

.banner .ad h2 span {
    font-family: DINPro;
}

.banner .ad h3 {
    font-size: 18px;
    line-height: 24px;
    margin-top: 30px;
}

.banner .ad h3 span {
    font-size: 17px;
}

.banner .ad .adm {
    position: absolute;
    width: 178px;
}

.banner .ad .adm li {
    float: left;
    margin-bottom: 20px;
}

.banner .ad .adm li a img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.banner .ad .adm li a img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

/*banner广告位*/
.ac-container label {
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
}

.ac-container label:after,
.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 14px;
    left: 50%;
    margin-left: -14px;
    background: url(../images/arrow_up.png) no-repeat left top;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transform: rotate(0deg);
    margin-top: 410px;
}

.ac-container input:checked + label:hover:after,
.ac-container input:checked + label:after {
    transform: rotate(180deg);
}

.ac-container input {
    display: none;
}

.ac-container article {
    overflow: hidden;
    padding-top: 30px;
    height: 430px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container input:checked ~ article.ac-small {
    height: 0px;
}


.banner .news {
    position: absolute;
    right: 50px;
    padding-top: 50px;
    width: 380px;
    z-index: 10;
    margin-top: 80px;
}

.banner .news .top-video {
    float: left;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    height: 140px;
}

.banner .news .top-video .pic {
    float: left;
    width: 140px;
    height: 140px;
    background-color: #111111;
}

.banner .news .top-video .play {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 50px;
    margin-left: 120px;
    background-color: #FFF;
    border-radius: 50%;
    overflow: hidden;
}

.banner .news .top-video h2 {
    float: left;
    width: 180px;
    margin-top: 40px;
    color: #FFF;
    font-size: 18px;
    margin-left: 40px;
    font-family: "Microsoft YaHei UI", "黑体";
}

.banner .news .top-video h2 a {
    color: #FFF;
}

.banner .news .top-video h3 {
    float: left;
    width: 180px;
    color: #666666;
    font-size: 14px;
    margin-left: 40px;
    font-weight: normal;
    margin-top: 10px;
}

.banner .news .ico2 {
    width: 60px;
    height: 60px;
    background-image: url(../images/ico2.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 50px;
    float: right;
}


.banner .news .top-news {
    float: left;
    width: 340px;
    height: 170px;
    background-color: rgba(0, 0, 0, 0.8);
    margin-top: 130px;
    padding: 20px;
}

.banner .news .top-news .title {
    float: left;
    width: 100%;
    padding: 0;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner .news .top-news .title span {
    float: right;
}

.banner .news .top-news h4 {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 23px;
}

.banner .news .top-news h4 .date {
    float: left;
    width: 60px;
}

.banner .news .top-news h4 .date span {
    float: left;
    width: 45px;
    font-size: 16px;
    line-height: 21px;
    color: #666666;
    font-family: DINPro;
    overflow: visible;
}

.banner .news .top-news h4 span {
    float: left;
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .news .top-news h4 span small {
    padding: 0 5px;
    color: #999;
}

.banner .news .top-news .line {
    float: left;
    width: 60px;
    height: 10px;
    background-color: #FFF;
    margin-top: 10px;
}

.banner .news .top-news .lr {
    float: right;
}

.banner .news .top-news .lr #but_up {
    float: left;
    margin-left: 1px;
    width: 12px;
    height: 28px;
    background-image: url(../images/ico5.png);
}

.banner .news .top-news .lr #but_down {
    float: left;
    width: 12px;
    height: 28px;
    background-image: url(../images/ico4.png);
}

.scrollbox {
    width: 340px;
    overflow: hidden;
}

#scrollDiv {
    width: 340px;
    height: 120px;
    overflow: hidden;
}

/*这里的高度和超出隐藏是必须的*/
#scrollDiv li {
    width: 340px;
    height: 120px;
    overflow: hidden;
    vertical-align: bottom;
    zoom: 1;
}

#scrollDiv li a {
    color: #ffffff;
}

#scrollDiv li a:hover {
    text-decoration: underline;
}


.block-title {
    width: 100%;
    float: left;
}

.block-title .title {
    width: 100%;
}

.block-title .title span {
    float: right;
    margin-top: 30px;
}

.block-title .title h2 {
    font-size: 30px;
    color: #111111;
    font-family: "Microsoft YaHei UI", "黑体";
    width: 120px;
    border-bottom: 10px solid #d4d4d4;
    margin-left: 10px;
    height: 25px;
}

.block-title .title h2 span {
    position: absolute;
    margin-left: -10px;
    margin-top: -5px;
}

.case-list-box2 {
    float: left;
    width: 100%;
}

.case-list-box2 .case-box {
    float: left;
    width: calc(50% - 80px);
    margin-left: 80px;
    border-top: 2px #111111 solid;
    padding-top: 20px;
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
}

.case-list-box2 .case-box .title {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.case-list-box2 .case-box .title p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.case-list-box2 .case-box .title h3 {
    float: left;
    width: 50%;
    height: 25px;
}

.case-list-box2 .case-box .title h3 span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    color: #111111;
    font-family: "Microsoft YaHei UI", "黑体";
    padding: 0;
}

.case-list-box2 .case-box .title h3 span:nth-child(2) {
    position: absolute;
    z-index: 0;
    margin-left: 10px;
    margin-top: 25px;
    width: 130px;
    height: 10px;
    background-color: #d4d4d4;
    margin-bottom: 0;
}

.case-list-box2 .case-box .title .tag {
    float: right;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

.case-list-box2 .case-box .title .tag a {
    color: #999999;
}

.case-list-box2 .case-box .case-thumb {
    margin-top: 50px;
    width: 100%;
    float: left;
}

.case-list-box2 .case-box .case-thumb a {
    float: left;
    width: 100%;
    display: block;
    overflow: hidden;
    max-height: 420px;
}

.case-list-box2 .case-box .case-thumb a img {
    width: 100%;
    float: left;
}

.case-list-box2 .case-box .title p span {
    float: right;
    background-image: url(../images/ico11.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-size: 12px;
    color: #d4d4d4;
    background-color: transparent;
}


.news-block {
    float: left;
    width: 100%;
    height: 800px;
    background-image: linear-gradient(to right, #111111 0%, #111111 32.8125%, #f8f8f8 32.8125%, #f8f8f8 100%);
}

.Successful-left {
    float: left;
    width: 200px;
    margin-left: 79px;
    margin-top: 50px;
}

.Successful-left h3 {
    position: relative;
    width: 60px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-bottom: 10px #ffffff solid;
}

.Successful-left .date {
    position: relative;
    width: 200px;
    font-family: DINPro;
    font-size: 55px;
    color: #666;
    margin-top: 20px;
    line-height: 36px;
}

.Successful-left h4 {
    width: 100%;
    margin-top: 90px;
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.Successful-left p {
    width: 100%;
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #FFF;
    text-align: justify;
    height: 240px;
    overflow: hidden;
}

.Successful-left h4 a {
    color: #fff;
}

.Successful-left h4 a:hover {
    text-decoration: underline;
}

.Successful-page {
    float: left;
    margin-top: 60px;
}

.Successful-page span:nth-child(1) {
    width: 5px;
    float: left;
}

.Successful-page span:nth-child(2) {
    width: 50px;
    text-align: center;
    color: #FFF;
    font-family: DINPro;
    font-size: 14px;
    float: left;
    margin-top: -5px;
}

.Successful-page span:nth-child(3) {
    width: 5px;
    float: left;
}

.Successful-right {
    width: 300px;
    height: 590px;
    background-color: #fff;
    float: left;
    margin-left: 40px;
    margin-top: 50px;
    overflow: hidden;
}

.Successful-right span {
    float: right;
    margin-right: 20px;
    margin-top: 25px;
}

.Successful-thumb {
    position: relative;
    margin-top: 165px;
    width: 300px;
}

.stock {
    float: left;
    margin-left: 7.4%;
    height: 640px;
    width: 218px;
    border-left: 1px #111111 solid;
    border-right: 1px #111111 solid;
}

.stock-dm {
    position: relative;
    width: 100%;
    margin-top: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: aoya-sy-Bold;
    height: 30px;
}

.stock-dm span {
    font-family: DINPro;
    font-size: 18px;
}

.stock-zs {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 54px;
    font-family: DINPro;
    font-weight: bold;
    height: 75px;
}

.stock-zs a {
    color: #111111;
}

.stock-zs span {
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.stock-info {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    height: 18px;
    font-family: DINPro;
}

.stock h3 {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 79px;
    height: 25px;
}

.stock h3 span {
    font-size: 18px;
    border-bottom: 10px #111111 solid;
    color: #111111;
}

.stock h3 span a {
    color: #111111;
}

.stock-kv {
    position: relative;
    width: 180px;
    height: 326px;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.news-list {
    float: right;
    width: 380px;
    padding-top: 50px;
}

.news-list .news-kv {
    width: 380px;
    height: 180px;
}

.news-list-title {
    position: relative;
    width: 100%;
    margin-top: 26px;
}

.news-list-title h3 span:nth-child(1) {
    float: left;
    font-size: 18px;
    width: 60px;
    text-align: center;
    border-bottom: 10px #111111 solid;
    color: #111111;
}

.news-list-title h3 span:nth-child(2) {
    float: right;
    margin-top: 29px;
}

.news-list-con {
    position: relative;
    width: 100%;
}

.news-list-con ul {
    position: relative;
    width: 100%;
}

.news-list-con ul li {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.news-list-con ul li img {
    float: left;
    width: 60px;
    height: 50px;
}

.news-list-con ul li span {
    float: left;
    width: 100px;
    height: 50px;
    text-align: center;
    font-size: 22px;
    color: #111111;
    font-family: DINPro;
    line-height: 30px;
}

.news-list-con ul li h4 {
    float: left;
    width: 195px;
    height: 43px;
    padding: 7px 10px 0 15px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
    background-color: #111111;
}

.news-list-con ul li h4 a {
    color: #FFF;
}

.news-list-con ul li h4:hover {
    text-decoration: underline;
}

.about-block {
    position: relative;
    width: 100%;
    height: 800px;
}

.about-block .about-con {
    float: left;
    width: 380px;
    height: 800px;
    background-color: #f8f8f8;
}

.about-con-box {
    position: absolute;
    width: 380px;
    margin-top: 80px;
    margin-left: 80px;
}

.about-con-box .about-con-title {
    float: left;
    width: 100%;
}

.about-con-box .about-con-title h3 span:nth-child(1) {
    float: left;
    font-size: 18px;
    width: 60px;
    text-align: center;
    border-bottom: 10px #111111 solid;
    color: #111111;
}

.about-con-box .about-con-title h3 span:nth-child(2) {
    float: right;
    margin-top: 29px;
}

.about-con-min {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.about-con-min p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 20px;
}

.about-con-info {
    float: left;
    width: 100%;
}

.about-con-info span:nth-child(1) {
    float: left;
    width: 60px;
    height: 10px;
    background-color: #111111;
}

.about-con-info span:nth-child(2) {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.about-nav {
    float: left;
    margin-left: 180px;
    margin-right: 80px;
    width: 60px;
    margin-top: 162px;
}

.about-nav ul {
    float: left;
    width: 100%;
}

.about-nav ul li {
    float: left;
    width: 60px;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
}

.about-nav ul li a {
    color: #111111;
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    border-bottom: 2px #111111 solid;
    line-height: 30px;
    margin-bottom: 30px;
}

.about-nav ul li a:hover {
    border-bottom: 5px #111111 solid;
    margin-bottom: 27px;
}

.about-lc {
    float: left;
    width: 180px;
    height: 800px;
    background-color: #f8f8f8;
    padding: 0 20px;
    margin-left: 20px;
}

.about-lc-title-l h3 {
    float: left;
    width: 70px;
    border-bottom: 10px #111111 solid;
    color: #111111;
    font-size: 18px;
    font-family: DINPro;
    margin-top: 80px;
}

.about-lc-info {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: DINPro;
    font-weight: bold;
}

.about-lc-tt {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.about-lc-tt h2 {
    float: left;
    width: 100%;
    font-size: 48px;
    font-family: DINPro;
    font-weight: 500;
}

.about-lc-tt h3 {
    float: left;
    width: 100%;
    font-size: 24px;
    font-family: DINPro;
    font-weight: bold;
}

.about-lc-tt h4 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-family: DINPro;
    font-weight: bold;
    height: 55px;
}

.about-lc-key {
    float: left;
    width: 100%;
    font-size: 14px;
    font-family: DINPro;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

.about-lc p {
    float: left;
    width: 100%;
    font-size: 14px;
    padding: 10px 0;
    line-height: 24px;
    text-align: justify;
}

.main-page {
    padding-top: 100px;
    width: calc(100% - 100px);
    float: left;
    padding-left: 50px;
    padding-right: 50px;
}

.col-left {
    float: left;
    width: 80px;
    height: 900px;
    margin-top: 100px;
}

.col-right {
    float: right;
    width: calc(100% - 80px);
    margin-top: 100px;
    background-color: #ffffff;
    margin-left: -20px;
    padding-left: 20px;
    min-height: 800px;
}

.col-left ul {
    position: absolute;
    width: 80px;
    margin-top: 115px;
    border-top: 20px solid #111111;
}

.col-left ul li {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    float: left;
    font-family: Microsoft YaHei;
}

.col-left ul li a {
    color: #111111;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    line-height: 30px;
    border-bottom: 2px solid #111111;
    float: left;
    white-space: nowrap;
}

.col-left ul .cur a {
    border-bottom: 10px solid #111111;
}

.col-right-box {
    width: 100%;
    float: right;
}

.col-news-right {
    float: right;
    width: 100%;
}

.col-right .head-box {
    float: right;
    width: calc(100% - 80px);
    height: 35px;
    margin-bottom: 100px;
}

.col-right .head-box .cru {
    float: left;
    font-size: 12px;
    line-height: 35px;
    color: #111111;
}

.col-right .head-box .cru a {
    color: #111111;
}

.col-right .head-box .cat-name {
    float: right;
    width: 120px;
}

.col-right .head-box .cat-name span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: right;
}

.col-right .head-box .cat-name span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 120px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 27px;
    margin-left: -10px;
}


.content-box {
    float: right;
    max-width: 1080px;
    margin-left: 80px;
    width: 100%;
}

.content-box2 {
    width: calc(100% - 80px);
    float: right;
    margin-left: 80px;
}

.content-box-team {
    float: right;
    max-width: 1080px;
    width: calc(100% - 80px);
    margin-left: 80px;
}

.col-news-right .content-box-news {
    float: left;
    width: calc(100% - 0rem);
}

.content-show-news {
    float: right;
    margin-left: 80px;
    max-width: 1260px;
    width: calc(100% - 80px);
}

.content-box-honor {
    float: right;
    max-width: 1080px;
    margin-left: 80px;
}

.content-box-history {
    float: right;
    max-width: 1080px;
    width: calc(100% - 80px);
}

.content-box-client {
    float: right;
    margin-left: 80px;
    max-width: 1080px;
}


.page-banner {
    width: 100%;
    height: 450px;
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 260px, #f8f8f8 260px, #f8f8f8 100%);
}

.page-banner .since {
    width: 240px;
    float: left;
}

.page-banner .since span:nth-child(1) {
    width: 100px;
    height: 20px;
    background-color: #111111;
    float: left;
}

.page-banner .since span:nth-child(2) {
    font-size: 45px;
    font-family: DINPro;
    float: left;
    margin-top: 20px;
}

.page-banner h2 {
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    float: left;
    margin-top: 50px;
}

.page-banner p {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-top: 60px;
    line-height: 28px;
}

.page-banner .line {
    width: 100px;
    height: 10px;
    background-color: #111111;
    position: absolute;
    margin-top: 440px;
}

.page-banner .key {
    position: absolute;
    width: 60px;
    height: 35px;
    background-color: #111111;
    color: #FFF;
    margin-left: 740px;
    padding-top: 55px;
}

.page-banner .key span:nth-child(1) {
    position: absolute;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.page-banner .key span:nth-child(2) {
    position: absolute;
    width: 60px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 105px;
}

.page-content {
    position: relative;
    width: 100%;
    margin-top: 100px;
    text-align: justify;
}

.page-content .con-left {
    float: left;
    width: calc(50% - 130px);
    background-color: #f8f8f8;
    padding: 88px 50px 50px 50px;
    min-height: 732px;
}

.page-content .con-right {
    float: right;
    width: calc(50% - 130px);
    background-color: #f8f8f8;
    padding: 128px 50px 50px 50px;
    min-height: 700px;
}

.page-content p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-family: DINPro;
}

.page-content .con-right .key {
    position: absolute;
    right: 0;
    margin-top: -128px;
    margin-right: 50px;
    width: 60px;
    height: 35px;
    background-color: #111111;
    color: #FFF;
    padding-top: 55px;
}

.page-content .con-right .key span {
    position: absolute;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.page-wh {
    float: right;
    width: 100%;
    max-width: 1260px;
}

.page-wh .con-left {
    float: left;
    width: calc(50% - 80px);
}

.page-wh .con-left2 {
    float: right;
}

.page-wh .con-left2 .about-lc {
    height: 765px;
}

.page-wh .con-wh-right {
    float: left;
    width: 280px;
    background-color: #f8f8f8;
    height: 100%;
    padding: 0 60px;
}

.page-wh .con-fw2-right {
    float: right;
    width: 340px;
    height: 950px;
    padding: 0 60px;
}

.page-wh .key {
    position: absolute;
    width: 60px;
    height: 35px;
    background-color: #111111;
    color: #FFF;
    padding-top: 55px;
}

.page-wh .key span {
    position: absolute;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.con-wh-right .cat-name {
    float: right;
    width: 110px;
    margin-top: 120px;
}

.con-wh-right .cat-name span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 110px;
    text-align: center;
}

.con-wh-right .cat-name span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 110px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 35px;
}

.con-wh-right .tt {
    float: left;
    width: 100%;
    margin-top: 120px;
}

.con-wh-right .tt h3 {
    font-size: 22px;
    color: #111111;
    /*line-height: 20px;*/
}

.con-wh-right .tt p {
    font-size: 14px;
    /*line-height: 24px;*/
    color: #999;
    margin-top: 15px;
    margin-bottom: 30px;
    font-family: DINPro;
}

.yj {
    float: left;
    background-image: url(../images/ico6.png);
    background-repeat: no-repeat;
    background-position: right top;
    margin-top: 60px;
}

.yj .cat-name {
    float: left;
    width: 110px;
}

.yj .cat-name span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
    line-height: 25px;
    width: 110px;
    text-align: left;
}

.yj .cat-name span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 110px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 20px;
    margin-left: 10px;
}

.yj h2 {
    float: left;
    width: 100%;
    margin-top: 58px;
    font-size: 26px;
}

.yj p {
    float: left;
    width: 100%;
    text-align: justify;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    margin-top: 45px;
    height: 102px;
}

.yj .line {
    float: left;
    width: 100%;
}

.yj .line span:nth-child(1) {
    float: left;
    width: 60px;
    height: 10px;
    background-color: #d4d4d4;
}

.yj .line span:nth-child(2) {
    float: right;
    background-image: url(../images/ico7.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.sx {
    float: right;
    width: 340px;
    height: 190px;
    background-color: #111111;
    padding: 60px;
    color: #FFF;
    margin-bottom: 80px;
}

.sx .cat-name {
    float: left;
    width: 60px;
    font-size: 18px;
    text-align: center;
    border-bottom: 10px #ffffff solid;
    font-weight: 700;
    line-height: 20px;
}

.sx h3 {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    margin-top: 30px;
}

.sx p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.sx p span {
    float: right;
    font-size: 36px;
    margin-top: -5px;
}

.sx .more {
    float: right;
}

.sx .info {
    position: absolute;
}

.xy {
    float: left;
    width: 440px;
    height: 950px;
    background-color: #f8f8f8;
    padding: 0 60px 0px 60px;
    color: #111111;
    margin-top: 80px;
}

.xy .key {
    position: absolute;
    width: 60px;
    height: 35px;
    background-color: #111111;
    color: #FFF;
    padding-top: 55px;
}

.xy .key span {
    position: absolute;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.xy h4 {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    margin-top: 30px;
    font-weight: 700;
}

.xy .xy-text {
    float: left;
    width: 100%;
    margin-top: 100px;
}

.xy .xy-text p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}

.xy .cat-name {
    float: right;
    width: 110px;
    margin-top: 120px;
}

.xy .cat-name span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 110px;
    text-align: center;
}

.xy .cat-name span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 110px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 35px;
}

.con-fw-right {
    float: right;
    width: 340px;
    padding: 0 60px;
}

.con-fw-right .cat-name {
    float: right;
    width: 110px;
    margin-top: 120px;
}

.con-fw-right .cat-name span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 110px;
    text-align: center;
}

.con-fw-right .cat-name span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 110px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 35px;
}

.con-fw-right .tt {
    float: left;
    width: 100%;
    margin-top: 140px;
    color: #111111;
}

.con-fw-right .tt h3 {
    font-size: 40px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #999;
}

.con-fw-right .tt h3:first-letter {
    font-size: 70px;
    color: #111;
}

.con-fw-right .tt h4 {
    font-size: 22px;
    font-weight: 700;
    padding-left: 30px;
}

.con-fw-right .tt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 45px;
    font-family: DINPro;
    padding-left: 30px;
    color: #999;
}

.con-fw2-right {
    float: right;
    width: 340px;
    padding: 0 60px;
}

.con-fw2-right .cat-name {
    float: right;
    width: 110px;
    margin-top: 120px;
}

.con-fw2-right .cat-name span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 26px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 110px;
    text-align: center;
}

.con-fw2-right .cat-name span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 110px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 35px;
}

.con-fw2-right .tt {
    float: left;
    width: 100%;
    margin-top: 140px;
    color: #111111;
}

.con-fw2-right .tt h3 {
    font-size: 40px;
    line-height: 20px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #999;
}

.con-fw2-right .tt h3:first-letter {
    font-size: 70px;
    color: #111;
}

.con-fw2-right .tt h4 {
    font-size: 22px;
    font-weight: 700;
    padding-left: 30px;
}

.con-fw2-right .tt p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 45px;
    font-family: DINPro;
    padding-left: 30px;
    color: #999;
}

.page-banner-team {
    width: 100%;
    float: left;
    margin-bottom: 100px;
}

.page-banner-honor {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.banner-team-left {
    float: left;
    width: 345px;
    background-image: url(../images/ico8.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-right: 20px;
}

.banner-team-right {
    float: right;
    width: calc(100% - 365px);
    overflow: hidden;
    height: 570px;
    margin-top: -100px;
}

.banner-honor-left {
    float: left;
    width: 345px;
    height: 430px;
    background-image: url(../images/ico8.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.banner-honor-right {
    float: right;
    width: calc(60% - 20px);
    height: 430px;
    margin-top: 0px;
    margin-left: 20px;
    background-image: url(../images/honor_bg.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

.banner-honor-right .b1 {
    position: absolute;
    margin-top: 80px;
}

.banner-honor-right .b1 img {
    width: 100%;
    height: auto;
}

.banner-honor-left .title {
    width: 345px;
    float: left;
}

.banner-honor-left .title p {
    width: 345px;
    float: left;
    font-weight: 700;
    font-family: DINPro;
    line-height: 30px;
}

.banner-honor-left h2 {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    float: left;
    margin-top: 50px;
}

.banner-honor-left h3 {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    float: left;
    margin-top: 10px;
}

.banner-honor-left .con {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
    text-align: justify;
}

.banner-honor-left .line {
    width: 100px;
    height: 10px;
    background-color: #111111;
    position: absolute;
    margin-top: 420px;
}

.banner-honor-left h4 {
    float: left;
    width: 100%;
    font-size: 30px;
    height: 20px;
    line-height: 20px;
    margin-top: 80px;
}

.banner-honor-left h4 span:nth-child(1) {
    position: absolute;
}

.banner-honor-left h4 span:nth-child(2) {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 10px;
    margin-top: 20px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.honor-list {
    float: left;
    width: 100%;
    overflow: hidden;
}

.honor-list ul {
    float: left;
    width: calc(100% + 20px);
}

.honor-list ul li {
    float: left;
    width: calc(33.33% - 20px);
    margin-right: 20px;
    border-top: 2px #111111 solid;
    padding-top: 40px;
    margin-bottom: 80px;
}

.honor-list ul li h3 {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.honor-list ul li h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
}

.honor-list ul li h2 span:nth-child(1) {
    position: absolute;
}

.honor-list ul li h2 span:nth-child(2) {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 10px;
    margin-top: 15px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.honor-list ul li .info {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 20px;
    height: 30px;
    color: #999999;
}

.honor-list ul li .pic {
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #f8f8f8;
}

.honor-list ul li .pic img {
    width: 100%;
    height: auto;
}


.history-list {
    float: left;
    width: 100%;
    overflow: hidden;
}

.history-list .year {
    float: left;
    width: 215px;
    height: 170px;
    margin-right: 20px;
    padding: 0;
    border: none;
}

.history-list .year .catname {
    background-color: #111111;
    position: relative;
    width: 100%;
    height: 100%;
}

.history-list .year .catname span {
    position: absolute;
    color: #FFF;
    font-family: DINPro;
    font-size: 100px;
    bottom: 0;
    text-align: right;
    width: calc(100% - 20px);
    padding-right: 20px;
}

.history-list ul {
    float: left;
    width: calc(100% - 235px);
    border-top: 2px #111111 solid;
    min-height: 260px;
    padding-top: 30px;
    padding-bottom: 100px;
}

.history-list ul li {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.history-list ul li .line {
    float: left;
    margin-top: -17px;
}

.history-list ul li .line span {
    width: 50px;
    height: 10px;
    background-color: #d4d4d4;
    position: absolute;
    z-index: -1;
}

.history-list ul li .mon {
    float: left;
    margin-left: 50px;
    color: #111111;
    font-size: 30px;
    font-weight: 100;
    margin-top: 13px;
}

.history-list ul li .mon div {
    font-family: DINPro;
}

.history-list ul li .mon div span {
    font-size: 30px;
    font-weight: normal;
    color: #999;
    padding: 0 5px;
    font-family: DINPro;
}

.history-list ul li h2 {
    float: right;
    width: calc(100% - 270px);
    font-size: 18px;
    line-height: 23px;
    padding: 20px 40px;
    background-color: #f8f8f8;
}

.history-list ul li h2:hover {
    background-color: #111111;
    color: #FFF;
}

.client-list {
    float: right;
    width: 100%;
}

.client-list div {
    float: left;
    width: calc(100% + 40px);
}

.client-list div img {
    float: left;
    width: calc(25% - 100px);
    padding: 0 20px;
    margin-right: 40px;
    margin-bottom: 20px;
    border: 10px #f8f8f8 solid;
    background-color: #FFF;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.client-list div img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    border: 10px #d4d4d4 solid;
}


.clientGX-list {
    float: right;
    max-width: 1080px;
    overflow: hidden;
    margin-top: 20px;
}

.clientGX-list ul {
    float: left;
    width: calc(100% + 40px);
}

.clientGX-list ul li {
    float: left;
    width: calc(25% - 40px);
    padding: 20px 0;
    margin-right: 40px;
    border-top: 2px #111111 solid;
    margin-bottom: 50px;
}

.clientGX-list .picM {
    position: relative;
    width: 100%;
    height: 325px;
    overflow: hidden;
    background-color: #f8f8f8;
}

.clientGX-list .picC {
    width: calc(100% - 40px);
    margin: 10px;
    padding: 10px;
    height: calc(100% - 40px);
    background-color: #FFF;
}

.clientGX-list .picM img {
    width: 100%;
    height: auto;
    max-height: 290px;
    bottom: 10px;
}

.clientGX-list ul li h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    height: 40px;
    line-height: 20px;
    margin-top: 20px;
}

.clientGX-list ul li h2 span:nth-child(1) {
    position: absolute;
}

.clientGX-list ul li h2 span:nth-child(2) {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 10px;
    margin-top: 15px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.clientGX-list ul li .date {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    line-height: 20px;
    height: 30px;
    color: #999999;
    font-family: DINPro;
    margin-bottom: 20px;
}


.banner-team-left .title {
    width: 345px;
    float: left;
}

.banner-team-left .title span:nth-child(1) {
    width: 100px;
    height: 40px;
    background-color: #111111;
    float: left;
    color: #fff;
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    padding-top: 60px;
}

.banner-team-left .title span:nth-child(2) {
    width: 220px;
    float: right;
    text-align: right;
    background-image: url(../images/ico6.png);
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 35px;
}

.banner-team-left h2 {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    float: left;
    margin-top: 60px;
}

.banner-team-left p {
    width: 100%;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    line-height: 22px;
    margin-bottom: 2rem;
}

.banner-team-left .line {
    width: 100px;
    height: 10px;
    background-color: #111111;
    float: left;
}

.banner-team-right .play {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 450px;
    right: 37%;
    background-color: #111;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.banner-team-right .more {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 585px;
    margin-left: 600px;
    display: none;
}

.banner-team-right .b1 {
    margin-top: 35px;
    float: right;
}


.banner-team2-left {
    float: left;
    width: calc(100% - 365px);
    height: 570px;
    overflow: hidden;
}

.banner-team2-left .play {
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: 450px;
    left: 60%;
    background-color: #111;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
}

.banner-team2-left .more {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 585px;
    display: none;
}

.banner-team2-left .b1 {
    margin-top: 35px;
}


.banner-team2-right {
    float: right;
    width: 40%;
    max-width: 345px;
    background-image: url(../images/ico10.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-left: 20px;
}

.banner-team2-right .title {
    width: 345px;
    float: left;
}

.banner-team2-right .title span:nth-child(1) {
    width: 220px;
    float: left;
    background-image: url(../images/ico6.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
    padding-top: 35px;
}

.banner-team2-right .title span:nth-child(2) {
    width: 100px;
    height: 40px;
    background-color: #111111;
    float: right;
    color: #fff;
    text-align: left;
    font-size: 30px;
    font-weight: 700;
    padding-top: 60px;
}

.banner-team2-right h2 {
    width: 100%;
    font-size: 17px;
    line-height: 20px;
    float: left;
    margin-top: 60px;
}

.banner-team2-right p {
    width: 100%;
    float: left;
    font-size: 13px;
    margin-top: 20px;
    line-height: 22px;
    margin-bottom: 2rem;
}

.banner-team2-right .line {
    width: 100px;
    height: 10px;
    background-color: #111111;
    margin-left: 245px;
    float: left;
}


.team-list {
    float: left;
    width: 100%;
    overflow: hidden;
}

.team-list ul {
    float: left;
    width: calc(100% + 80px);
}

.team-list ul li {
    float: left;
    width: calc(25% - 80px);
    margin-right: 80px;
    border-top: 2px #111111 solid;
    padding-top: 40px;
    margin-bottom: 100px;
}

.team-list ul li h2 {
    float: left;
    width: 100%;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
}

.team-list ul li h2 span:nth-child(1) {
    position: absolute;
}

.team-list ul li h2 span:nth-child(2) {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 10px;
    margin-top: 15px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.team-list ul li .info {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    line-height: 20px;
    height: 80px;
}

.team-list ul li .pic {
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #f8f8f8;
}

.team-list ul li .pic img {
    width: 100%;
    height: auto;
}


.videos {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    z-index: 999999;
}

.play:hover {
    cursor: pointer;
}

.videos video {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -250px;
    z-index: 9999;
    width: 800px;
    height: 500px;
}

.vclose {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 10000;
}

.show-play {
    position: absolute;
    margin-top: 700px;
    right: 40px;
    width: 80px;
    height: 80px;
    background-color: #111;
    border-radius: 50%;
    overflow: hidden;
    background-image: url(../images/ico9.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.show-play:hover {
    cursor: pointer;
}


.news-zb {
    float: left;
    width: calc(50% - 80px);
    /*background-image: linear-gradient(to right, #ffffff 0%, #ffffff 60px, #f8f8f8 60px, #f8f8f8 460px, #ffffff 460px, #ffffff 100%);*/
    margin-bottom: 100px;
    margin-left: 80px;
}

.news-zb .head-zb {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.news-zb .date {
    float: left;
    width: 140px;
}

.news-zb .date span:nth-child(1) {
    float: left;
    font-size: 38px;
    font-family: DINPro;
    color: #111111;
    line-height: 35px;
}

.news-zb .date span:nth-child(2) {
    float: left;
    font-size: 28px;
    font-family: DINPro;
    color: #d4d4d4;
}

.news-zb .category {
    float: right;
    width: 60px;
}

.news-tz .news-zb {
    margin-bottom: 0px;
}

.news-tz .news-zb .category {
    float: left;
    width: 100%;
}

.news-tz .news-zb .category span:nth-child(1) {
    text-align: right;
    margin-bottom: 28px;
    float: right;
    display: block;
    width: auto;
}

.news-tz .news-zb .title {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.news-tz .news-zb .title h2 {
    float: right;
    width: calc(100% - 140px);
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    padding-top: 0px;
    color: #111111;
    height: auto;
}

.news-tz .news-zb .date {
    float: left;
    width: 80px;
}

.news-tz .news-zb .date span:nth-child(1) {
    float: left;
    font-size: 24px;
    font-family: DINPro;
    color: #111111;
    line-height: 22px;
}

.news-tz .news-zb .date span:nth-child(2) {
    float: left;
    width: 28px;
    height: 4px;
    background-color: #d4d4d4;
}

.news-tz .news-zb .date span:nth-child(3) {
    float: left;
    font-size: 28px;
    font-family: DINPro;
    color: #d4d4d4;
}


.news-zb .category span:nth-child(1) {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
    display: none;
}

.news-zb .category span:nth-child(2) {
    float: left;
    font-size: 18px;
    width: 60px;
    text-align: center;
    border-bottom: 10px #d4d4d4 solid;
    color: #111111;
    font-weight: 700;
}

.news-zb .title {
    float: left;
    width: 100%;
}

.news-zb .title h2 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 20px;
    line-height: 28px;
    padding-top: 40px;
    color: #111111;
    height: 110px;
}

.news-zb .title h2 a {
    color: #111;
}

.news-zb .title h2 a:hover {
    text-decoration: underline;
}

.news-zb .pic {
    float: left;
    width: 100%;
}

.news-zb .pic img {
    width: 100%;
    height: auto;
}

.news-zb .info {
    float: right;
    text-align: justify;
    width: calc(100% - 140px);
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #111;
    height: 90px;
    text-shadow: #fff 2px 0 2px, #fff 0 2px 2px, #fff -2px 0 2px, #fff 0 -2px 2px;
    overflow: hidden;
}

.news-zb .foot {
    float: left;
    width: 100%;
    height: 20px;
}

.news-zb .foot span {
    float: left;
    width: 140px;
    height: 20px;
    background-color: #111111;
    display: none;
}

.news-zb .foot .view {
    float: right;
}

.news-zb .foot .view span:nth-child(1) {
    float: left;
    margin-right: 10px;
    background-image: url(../images/ico11.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-size: 12px;
    color: #d4d4d4;
    background-color: transparent;
    width: 110px;
    line-height: 20px;
}

.news-zb .foot .view span:nth-child(2) {
    float: left;
    width: 20px;
    background-color: transparent;
}


.news-tz {
    margin-bottom: 0px !important;
}

.news-tz2 {
    float: left;
    width: calc(100% - 20px);
    height: 165px;
    background-color: #f8f8f8;
    margin-bottom: 50px;
    padding-right: 20px;
}

.news-tz2 .head-zb {
    float: left;
    width: 100px;
    height: 70px;
}

.news-tz2 .date {
    float: left;
    width: 100px;
    margin-top: 16px;
    margin-left: 25px;
}

.news-tz2 .date span:nth-child(1) {
    float: left;
    font-size: 24px;
    font-family: DINPro;
    color: #111111;
    line-height: 35px;
    width: 100%;
    font-weight: 700;
}

.news-tz2 .date span:nth-child(2) {
    float: left;
    width: 28px;
    height: 4px;
    background-color: #d4d4d4;
}

.news-tz2 .date span:nth-child(3) {
    float: left;
    font-size: 28px;
    font-family: DINPro;
    color: #d4d4d4;
    width: 100%;
    line-height: 30px;
}

.news-tz2 .category {
    float: left;
    width: 60px;
    padding-top: 46px;
    margin-left: 25px;
}

.news-tz2 .category span:nth-child(0) {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
}

.news-tz2 .category span:nth-child(1) {
    float: left;
    font-size: 18px;
    width: 60px;
    text-align: center;
    border-bottom: 10px #d4d4d4 solid;
    color: #111111;
    font-weight: 700;
}

.news-tz2 .title {
    float: left;
    width: calc(100% - 100px);
}

.news-tz2 .title h2 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 18px;
    line-height: 22px;
    padding-top: 20px;
    color: #111111;
    height: 115px;
}

.news-tz2 .title h2 a {
    color: #111;
}

.news-tz2 .title h2 a:hover {
    text-decoration: underline;
}

.news-tz2 .pic {
    float: left;
    width: 560px;
    height: 230px;
}

.news-tz2 .info {
    float: right;
    text-align: justify;
    width: 360px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #111;
    height: 100px;
    text-shadow: #fff 2px 0 2px, #fff 0 2px 2px, #fff -2px 0 2px, #fff 0 -2px 2px;
}

.news-tz2 .foot {
    float: left;
    width: 100%;
    height: 20px;
    padding-bottom: 10px;
}

.news-tz2 .foot span {
    float: left;
    height: 20px;
    background-color: #111111;
}

.news-tz2 .foot .view {
    float: right;
}

.news-tz2 .foot .view span:nth-child(1) {
    float: left;
    background-image: url(../images/ico11.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-size: 12px;
    color: #d4d4d4;
    background-color: transparent;
    line-height: 20px;
}

.news-tz2 .foot .view span:nth-child(2) {
    float: left;
    width: 20px;
    background-color: transparent;
}

#pages {
    float: right;
    width: calc(100% - 80px);
}

.tz-left #pages {
    float: left;
    width: 100%;
}

.news-tz .news-zb {
    margin-left: 0;
    width: 100%;
}

.news-zs {
    float: left;
    width: calc(50% - 80px);
    margin-left: 80px;
    margin-bottom: 100px;
}

.news-zs .zs0 {
    float: left;
    width: calc(100% - 80px);
    background-color: #111111;
    padding: 65px 40px;
}

.news-zs .zs0 a {
    color: #ffffff;
}

.news-zs .zs0 h1 {
    float: left;
    width: 180px;
    height: 50px;
    line-height: 25px;
    margin-top: 10px;
    font-size: 54px;
    color: #FFF;
    font-family: DINPro;
    font-weight: 700;
}

.news-zs .zs0 h1 span {
    font-size: 14px;
}

.news-zs .zs0 .info {
    float: right;
    color: #FFF;
}

.news-zs .zs0 .info h2 {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 17px;
    font-family: DINPro;
}

.news-zs .zs0 p {
    width: 100%;
    float: left;
    font-size: 12px;
    padding-top: 7px;
    color: #d4d4d4;
    font-family: DINPro;
    text-align: right;
}

.news-zs .zs0 table {
    float: left;
    width: 100%;
    margin-top: 72px;
    color: #FFF;
}

.news-zs .zs0 tr:nth-child(1) {
    font-size: 14px;
    color: #d4d4d4;
}

.news-zs .zs0 tr:nth-child(2) {
    font-size: 2rem;
    font-weight: 700;
    font-family: DINPro;
}

.news-zs .cb {
    float: left;
    width: 100%;
    height: auto;
    margin-top: 40px;
    overflow: hidden;
}

#PCMSAD_11 {
    float: left;
    width: calc(100% + 40px);
}

#PCMSAD_11 li {
    float: left;
    width: calc(50% - 40px);
    margin-right: 40px;
}

#PCMSAD_11 li img {
    width: 100%;
    float: left;
    height: auto;
}

.news-show-zs {
    float: left;
    width: calc(100% - 80px);
    background-color: #111111;
    padding: 50px 40px;
    margin-bottom: 40px;
}

.news-show-zs a {
    color: #ffffff;
}

.news-show-zs h2 {
    width: 100%;
    float: left;
    font-size: 17px;
    font-family: DINPro;
    color: #FFF;
}

.news-show-zs h2 span {
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.news-show-zs h2 span a {
    color: #d4d4d4;
}

.news-show-zs h2 span a:hover {
    text-decoration: underline;
}

.news-show-zs h1 {
    float: left;
    width: 100%;
    height: 50px;
    font-size: 54px;
    color: #FFF;
    font-family: DINPro;
    font-weight: 700;
    margin-top: 50px;
    line-height: 25px;
}

.news-show-zs h1 span {
    font-size: 14px;
}

.yuan .green .up:after {
    content: "↓";
}

.yuan .red .up:after {
    content: "↑";
}

.news-show-zs p {
    width: 100%;
    float: left;
    font-size: 12px;
    padding-top: 7px;
    color: #d4d4d4;
    font-family: DINPro;
}

.news-show-zs table {
    float: left;
    width: 100%;
    margin-top: 72px;
    color: #FFF;
}

.news-show-zs td:nth-child(1) {
    font-size: 14px;
    color: #d4d4d4;
}

.news-show-zs td:nth-child(2) {
    font-size: 30px;
    font-weight: 700;
    font-family: DINPro;
}

.fixed {
    width: 300px;
    top: 90px;
}

.fixed .page {
    float: left;
    width: 100%;
    background-color: #111;
    margin-top: 40px;
}

.fixed .page a {
    float: left;
    display: block;
    color: #FFF;
    font-size: 14px;
    width: calc(100% - 80px);
    padding: 40px;
}

.fixed .page a span {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.fixed .page a:hover {
    text-decoration: underline;
}

.news-m {
    float: left;
    width: calc(50% - 80px);
    margin-left: 80px;
    border-top: 2px #111111 solid;
    padding-top: 60px;
    height: 550px;
}

.news-m .head-zb {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.news-m .date {
    float: left;
    width: 140px;
}

.news-m .date span:nth-child(1) {
    float: left;
    font-size: 38px;
    font-family: DINPro;
    color: #111111;
    line-height: 35px;
}

.news-m .date span:nth-child(2) {
    float: left;
    font-size: 28px;
    font-family: DINPro;
    color: #d4d4d4;
}

.news-m .category {
    float: right;
    width: 60px;
}

.news-m .category span:nth-child(1) {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
    display: none;
}

.news-m .category span:nth-child(2) {
    float: left;
    font-size: 18px;
    width: 60px;
    text-align: center;
    border-bottom: 10px #d4d4d4 solid;
    color: #111111;
    font-weight: 700;
}

.news-m .title {
    float: right;
    width: 85%;
}

.news-m .title h2 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 20px;
    line-height: 26px;
    color: #111111;
    height: 100px;
}

.news-m .title h2 a {
    color: #111;
}

.news-m .title h2 a:hover {
    text-decoration: underline;
}

.news-m .pic {
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    max-height: 240px;
}

.news-m .pic img {
    width: 100%;
    height: auto;
}

.news-m .info {
    float: right;
    text-align: justify;
    width: 78%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #111;
    height: 90px;
}

.news-m .foot {
    float: left;
    width: 100%;
    height: 20px;
}

.news-m .foot span {
    float: left;
    width: 140px;
    height: 20px;
    background-color: #111111;
    display: none;
}

.news-m .foot .view {
    float: right;
    display: none;
}

.news-m .foot .view span:nth-child(1) {
    float: left;
    margin-right: 10px;
    background-image: url(../images/ico11.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-size: 12px;
    color: #d4d4d4;
    background-color: transparent;
    width: 45px;
    line-height: 20px;
}

.news-m .foot .view span:nth-child(2) {
    float: left;
    width: 20px;
    background-color: transparent;
}


.news-gd {
    float: left;
    width: calc(50% - 80px);
    margin-left: 80px;
    padding-bottom: 80px;
}

.news-gd .head-zb {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.news-gd .date {
    float: left;
    width: 140px;
}

.news-gd .date span:nth-child(1) {
    float: left;
    font-size: 38px;
    font-family: DINPro;
    color: #111111;
    line-height: 35px;
}

.news-gd .date span:nth-child(2) {
    float: left;
    font-size: 28px;
    font-family: DINPro;
    color: #d4d4d4;
}

.news-gd .category {
    float: right;
    width: 60px;
}

.news-gd .category span:nth-child(1) {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
    display: none;
}

.news-gd .category span:nth-child(2) {
    float: left;
    font-size: 18px;
    width: 60px;
    text-align: center;
    border-bottom: 10px #d4d4d4 solid;
    color: #111111;
    font-weight: 700;
}

.news-gd .pic {
    float: left;
    width: 55%;
    margin-top: 20px;
}

.news-gd .pic img {
    width: 100%;
    height: auto;
}

.news-gd .title {
    float: right;
    width: 40%;
    position: relative;
}

.news-gd .title h2 {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    padding-top: 40px;
    color: #111111;
    height: 220px;
}

.news-gd .title h2 a {
    color: #111;
    background-color: #fff;
    padding-left: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    float: left;
}

.news-gd .title h2 a:hover {
    text-decoration: underline;
}

.news-gd .info {
    float: right;
    text-align: justify;
    width: calc(40% - 2rem);
    background-color: #fff;
    font-size: 14px;
    line-height: 22px;
    color: #111;
    padding: 1rem;
}

.news-gd .info span {
    float: left;
    width: 60px;
    height: 5px;
    background-color: #d4d4d4;
}

.news-gd .foot {
    width: 100%;
    height: 20px;
    margin-top: 570px;
}

.news-gd .foot span {
    float: left;
    width: 140px;
    height: 20px;
    background-color: #111111;
}

.news-gd .foot .view {
    float: right;
}

.news-gd .foot .view span:nth-child(1) {
    float: left;
    margin-right: 10px;
    background-image: url(../images/ico11.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-size: 12px;
    color: #d4d4d4;
    background-color: transparent;
    width: 165px;
    line-height: 20px;
}

.news-gd .foot .view span:nth-child(2) {
    float: left;
    width: 20px;
    background-color: transparent;
}

.gd-other .news-gd {
    height: 612px;
    padding-bottom: 0;
}


.news-show-left {
    float: left;
    width: 780px;
    margin-right: 20px;
}

.news-show-right {
    float: right;
    width: 300px;
    overflow: hidden;
}

.news-show {
    float: left;
    width: 780px;
}

.news-show .head-zb {
    float: left;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.news-show .date {
    float: left;
    width: 140px;
}

.news-show .date span:nth-child(1) {
    float: left;
    font-size: 38px;
    font-family: DINPro;
    color: #111111;
    line-height: 35px;
}

.news-show .date span:nth-child(2) {
    float: left;
    width: 100%;
    font-size: 28px;
    font-family: DINPro;
    color: #d4d4d4;
}

.news-show .date span:nth-child(3) {
    float: left;
    width: 100%;
    margin-top: 40px;
    font-family: DINPro;
    background-image: url(../images/ico11.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    font-size: 12px;
    color: #d4d4d4;
    background-color: transparent;
}

.news-show .date #hits {
    padding-left: 5px;
}

.news-show .category {
    float: right;
    width: 60px;
}

.news-show .category span:nth-child(1) {
    float: left;
    width: 100%;
    text-align: right;
    margin-bottom: 28px;
}

.news-show .category span:nth-child(2) {
    float: left;
    font-size: 18px;
    width: 60px;
    text-align: center;
    border-bottom: 10px #d4d4d4 solid;
    color: #111111;
    font-weight: 700;
}

.news-show .title {
    float: right;
    width: 640px;
}

.news-show .title h2 {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 28px;
    padding-top: 50px;
    color: #111111;
}

.show-con {
    float: right;
    width: 640px;
    margin-top: 60px;
    line-height: 24px;
    text-align: justify;
    font-size: 14px;
    color: #111111;
}

.show-con img {
    max-width: 640px;
    margin-top: 20px;
    height: auto !important;
}

.show-con p {
    float: left;
    width: calc(100% - 140px);
    padding-bottom: 20px;
    line-height: 24px;
    text-align: justify;
    font-size: 14px;
    color: #111111;
}

.show-con a {
    color: #111111;
}

.show-con div {
    float: left;
    width: 100%;
}

.tz-left {
    float: left;
    width: calc(50% - 80px);
    margin-left: 80px;
}

.pic-show-left {
    float: left;
    width: 940px;
    margin-right: 20px;
}

.show-pic-con {
    float: left;
    width: calc(100% - 320px);
    overflow: hidden;
}

.show-pic-con img {
    max-width: 940px;
    max-height: 810px;
    width: auto;
    float: left;
    margin-bottom: 40px;
}

.show-pic-con p {
    float: left;
    width: 100%;
}

.show-v {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

.show-v video {
    float: left;
    width: 100%;
}

.pic-show-right {
    position: absolute;
    right: 0;
    width: 300px;
    border-top: 20px #111111 solid;
}


.pic-show-right .title {
    float: left;
    margin-top: 50px;
    width: 300px;
}

.pic-show-right .title p {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.pic-show-right .title h3 {
    float: left;
    width: 100%;
    line-height: 38px;
    background-image: url(../images/t_bg.jpg);
    background-repeat: no-repeat;
    background-position: 10px 30px;
    font-size: 30px;
    color: #111111;
    font-family: "Microsoft YaHei UI", "黑体";
}

.pic-show-right .title h3 span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    color: #111111;
    font-family: "Microsoft YaHei UI", "黑体";
    line-height: 38px;
}

.pic-show-right .title h3 span:nth-child(2) {
    position: absolute;
    z-index: 0;
    margin-left: 10px;
    margin-top: 30px;
    width: 130px;
    height: 10px;
    background-color: #d4d4d4;
    margin-bottom: 0;
}

.pic-show-right .title .tag {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

.pic-show-right .title .tag a {
    color: #999999;
}

.pic-show-right .con {
    float: left;
    margin-top: 80px;
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    min-height: 422px;
}

.pic-show-right .con p {
    float: left;
    margin-bottom: 20px;
}

.pic-show-con {
    position: relative;
}

.pic-show-con .xcx {
    position: absolute;
    z-index: 0;
    width: 90px;
    height: 90px;
    border-radius: 60px;
    overflow: hidden;
    padding: 5px;
    top: 700px;
    right: calc(10% + 150px);
}

.pic-show-con .xcx img {
    width: 100%;
    height: 100%;
}

.wxlink {
    float: left;
    width: 100%;
    margin: 25px 0;
    font-size: 14px;
    color: #d4d4d4;
    padding: 25px 0;
    line-height: 25px;
    border-top: 2px #111111 solid;
}

.wxlink a {
    color: #111111;
}

.wxlink a:hover {
    text-decoration: underline;
}

.show-num {
    float: right;
    margin-top: 10px;
}

.show-num span {
    float: right;
    font-family: DINPro;
    background-image: url(../images/ico11.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 20px;
    font-size: 14px;
    color: #d4d4d4;
    background-color: transparent;
    background-size: 50%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.blue,
blue a,
.box h5 a,
.box h6 a,
.box a.more,
.crumbs a {
    color: #004499
}

.keylink,
.keylink:link,
.keylink:hover,
.keylink:active {
    text-decoration: underline;
    width: 26px;
    height: 22px;
    line-height: 22px;
    background: #fff;
    border: 1px dotted #aaa;
    text-align: center
}

textarea {
    border: 1px solid #DCDDDD;
    background: #fff;
    clear: both;
    color: #555;
    font-size: 14px;
    height: 130px;
    padding: 5px 0 0 5px;
    text-align: left;
    width: 99%;
    margin-bottom: 8px
}

.input-text,
input.date,
input.endDate,
.input-focus {
    border: 1px solid #DCDDDD;
    height: 22px;
    padding: 0 0 0 3px
}

input.date,
input.endDate {
    background: #fff url(../images/input_date.png) no-repeat right 3px;
    padding-right: 18px;
    font-size: 12px;
}


.pad-6 {
    padding: 6px;
    overflow: hidden
}

.pad-10 {
    padding: 10px;
    overflow: hidden
}

.pad_10,
.pad-lr-10 {
    padding: 0 10px
}

.pad-lr-6 {
    padding: 0 6px
}

.hr {
    background: url(../images/uline.gif) repeat-x center center;
}

.hr hr {
    display: none
}

.ib,
.ib-li li,
.ib-a a,
.ib-span span,
.btn,
.btn input,
.photo-hot li,
.Article-Tool a,
.photo-list li,
.photo-channel .photo-slide .change i,
.photo-channel .tool .auto,
.photo-channel .tool .up,
.photo-channel .tool .next,
.photo-cat .content h5 span.blue a,
.submit {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.body-top {
    height: 26px;
    background-color: #eee;
    vertical-align: middle
}

.body-top .login {
    float: right
}

.body-top .login span {
    color: #CCC
}

.body-top .login a.rss {
    width: 32px;
    float: right;
    overflow: hidden;
    text-indent: -222px;
    background: url(../images/rsso.gif) no-repeat left center;
    margin-left: 8px
}

.body-top .content {
    margin: auto;
    width: 960px;
}

.special-body-top {
    height: 38px;
    background-position: left -104px;
    background-color: #fff
}

.special-body-top a.logo {
    background: url(../images/special-show.png) no-repeat right center;
    padding-right: 58px;
    float: left;
    display: block
}

.special-body-top .content {
    padding: 2px 0
}

.special-body-top .nav {
    float: left;
    padding: 10px 0 0 12px
}

.special-body-top .nav span {
    padding: 0 8px;
    color: #CCC
}

body fieldset {
    border: 1px solid #D8D8D8;
    padding: 0 10px 10px;
    *padding: 10px;
}

body fieldset legend {
    padding: 3px 8px;
    font-weight: 700;
}

body fieldset.blue {
    border: 1px solid #dce3ed
}

body fieldset.blue legend {
    padding: 3px 8px;
    font-weight: 700;
    color: #347add;
    background: none;
    border: none
}

/* 通用按钮 */
.btn {
    padding-left: 6px
}

.btn,
.btn input {
    background: url(../images/button.png) no-repeat;
    height: 24px;
    line-height: 24px;
    width: auto;
    _width: 0;
    overflow: visible !ie
}

.btn input {
    background-position: right 0;
    border: 0 none;
    color: #fff;
    padding-right: 6px;
    _height: 25px
}

.submit {
    padding-left: 3px
}

.submit,
.submit input {
    background: url(../images/but.png) no-repeat;
    height: 29px;
    width: auto;
    _width: 0;
    overflow: visible !ie
}

.submit input {
    background-position: right top;
    border: none;
    padding: 0 10px 0 7px;
    font-size: 14px
}


/* main style */
.main {
}

.main .col-left {
    width: 700px;
    margin-right: 10px
}

.news-hot {
    background: url(../images/hot_bg.png) no-repeat;
    float: left;
    width: 380px;
    margin-right: 9px;
    height: 380px
}

.main .col-left .slide {
    overflow: hidden;
    _float: left;
    zoom: 1
}

/* 通用容器 */
.box {
    border: 1px solid #c3d4e7;
    zoom: 1;
    overflow: auto;
    padding-bottom: 10px
}

.box h5,
.box h6 {
    background: url(../images/title.png) no-repeat right top;
    color: #1e50a2;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
    padding-left: 10px;
    border-bottom: 1px solid #dce7f3;
    position: relative
}

.box h6 {
    margin-bottom: 0
}

.box h5.title-1,
.box h6.title-1 {
    background-position: right -52px
}

.box h5.title-2,
.box h6.title-2 {
    background-position: right -100px
}

.box h5.title-2 span.tab {
    float: right;
    padding-right: 6px;
    color: #a4bcd6
}

.box h5.title-2 span.tab span {
    color: #2064ae;
    cursor: hand;
!important;
    cursor: pointer
}

.box a.more {
    font-size: 12px;
    font-family: "宋体";
    margin-right: 8px;
    font-weight: normal;
    position: absolute;
    top: 0;
    *top: 1px;
    _top: 1px;
    right: 0
}

.box .content {
    padding: 0 10px;
    overflow: auto
}


/* Digg */
.box .digg {
    background: url(../images/num_list.png) no-repeat 10px 5px;
    padding-left: 30px
}

.box .digg li {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    position: relative
}

.box .digg li span {
    background: #fff url(../images/icon.png) no-repeat 0 -67px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 0 0 13px;
    width: 30px
}

/* vote */
.box .vote h4 {
    font-size: 14px;
    font-weight: normal
}

.box .vote label {
    display: block;
    line-height: 22px
}

.box .vote .btn {
    margin: 6px 12px 0 0
}

/* rank */
.rank li {
    background: url(../images/uline.gif) repeat-x left top;
    clear: both;
    margin-top: -1px;
    overflow: hidden;
    *height: 57px;
}

.rank li span {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    height: 58px;
    color: #1E50A2;
    line-height: 58px;
    overflow: hidden;
    padding-right: 10px;
    text-align: right;
    width: 60px;
    background: url(../images/rank.png) no-repeat right 10px;
}

.rank li a.title {
    padding: 9px 0 0;
    display: block;
    margin-left: 76px
}

/*board*/
.list {
    color: #888;
}

.list li span {
    font-size: 12px;
    padding: 0 6px
}

.cat-area {
    width: 343px;
    float: left
}

.cat-area .content p img {
    margin-right: 10px;
    float: left
}

.cat-area .content p {
    color: #777;
    height: 75px;
    overflow: hidden
}

.cat-area .content p strong {
    font-size: 14px;
    color: #333
}

/* Blogroll */
.blogroll {
}

.blogroll h5 {
    background: none;
    font-size: 12px;
    margin: 0 2px
}

/* 当前位置 */
.crumbs {
    background: url(../images/icon.png) no-repeat left -38px;
    padding: 3px 0 3px 18px;
    font-family: "宋体";
    border-bottom: 1px solid #c3d4e7;
    margin-bottom: 10px
}

.crumbs span {
    color: #7e7e7e
}

/* 栏目信息搜索 */
.search-form {
    background-color: #FFFCED;
    border: 1px solid #FFBF7A;
    padding: 5px 10px;
    overflow: hidden;
    zoom: 1
}

.search-form li {
    float: left;
    padding: 5px 12px 5px 0;
    height: 24px;
    line-height: 24px;
    white-space: nowrap
}

.search-form li.bk {
    float: none;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    padding: 0
}

.search-form * {
    vertical-align: middle
}

.search-form label {
    padding: 0 8px 0 0
}

.search_term {
    line-height: 28px
}

.search_term th {
    font-weight: normal;
    text-align: right;
    padding-right: 8px;
    color: #666;
    width: 70px
}

.search-list li {
    border-bottom: 1px dashed #ccc;
    margin: 6px 0 0;
    padding: 10px 0;
    overflow: hidden
}

.search-list li img {
    float: left;
    margin-right: 8px
}

.search-list li p {
    color: #999
}

.search-point {
    background-color: #E6F1FB;
    padding: 6px 10px;
    margin: 10px 0
}

/* 新闻频道 */
.main .channel-hot {
    width: 450px
}

.channel-hot .news-hot,
.channel-hot .news-hot .icon,
.photo-slide,
.photo-channel .photo-hots,
.box-hots,
.box-hots .icon,
.photo-channel .photo-hots .icon,
.photo-channel .photo-cat,
.photo-channel #Article,
.photo-channel .relevance,
.comment {
    background: url(../images/cat_hot_bg.png) repeat-x left -38px
}

.channel-hot .news-hot,
.photo-channel .photo-hots,
.photo-channel .photo-cat,
.box-hots {
    width: auto;
    position: relative;
    border: 1px solid #c3d4e7;
    margin: 0;
    height: 302px
}

.channel-hot .news-hot .icon,
.photo-channel .photo-hots .icon,
.box-hots .icon {
    position: absolute;
    top: 0px;
    left: 0;
    width: 37px;
    height: 37px;
    background-position: left top;
    background-repeat: no-repeat
}

.channel-hot .news-hot {
    width: 450px
}

.channel-hot .news-hot div.hr {
    width: 422px
}

.channel-slide {
    border: 1px solid #c3d4e7;
    padding: 3px
}

.channel-slide .thumb {
    width: 94px;
    float: left
}

.channel-slide .thumb li {
    margin-top: 4px;
    position: relative
}

.channel-slide .thumb li a .icon {
    display: none
}

.channel-slide .thumb li.on a .icon {
    position: absolute;
    top: 25px;
    right: -2px;
    background: url(../images/channel_slide.png) no-repeat;
    width: 8px;
    height: 8px;
    display: block
}

.channel-slide .thumb li img {
    border: 3px solid #fff
}

.channel-slide .thumb li.on img {
    border-color: #6e96be
}

.channel-slide .photo {
    overflow: hidden;
    _float: left;
    _zoom: 1;
    position: relative;
    width: 398px;
    _width: 392px;
    height: 234px
}

.channel-slide .photo li {
    display: none;
    position: absolute;
    top: 0;
    left: 0
}

.channel-slide .title {
    height: 60px;
    background: url(../images/channel_slide.png) repeat-x left -17px
}

.channel-slide .title p {
    padding: 8px 10px 0;
    color: #666;
    display: none
}

.channel-slide .title p strong {
    font-size: 18px;
    color: #0066cc;
    line-height: 22px
}


/* 分页 */
#pages {
    padding: 14px 0 10px;
}

#pages a {
    display: inline-block;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px
}

#pages a.a1 {
    background: url(../images/pages.png) no-repeat 0 5px;
    width: 56px;
    padding: 0
}

#pages a:hover {
    background: #f1f1f1;
    color: #000;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: #111111;
    border: 1px solid #111111;
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 56px;
    height: 22px;
    line-height: 22px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}


/* link */
.footer {
    width: 100%;
    float: left;
    background-color: #111111;
    margin-top: 100px;
    padding: 20px 0;
}

.footer p.info {
}

.footer p.info {
    color: #666;
    line-height: 24px;
    text-align: center;
    padding: 12px 0;
}

.footer p.info a {
    color: #666;
}

/*link*/
.colli li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    overflow: hidden;
    vertical-align: middle;
}

.ylink h5 a.rt {
    margin-right: 8px;
    font-weight: normal;
    font-family: "宋体"
}

.ylink h5 a.red {
    color: red;
    font-weight: normal;
    padding: 0 6px
}

.ylink .imgul li {
    text-align: center;
    margin: 5px 10px;
}

.ylink .linka a {
    margin: 10px;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.itemli {
    margin: 0px 10px;
}

.itemli li {
    padding: 10px 0px;
}

.itemli li a {
    background: url(../images/bg_member_1.gif) no-repeat -5px -126px;
    font-weight: bold;
    padding-left: 14px;
    color: #004499;
    font-size: 13px;
}

.pd_b0 {
    padding-bottom: 0px;
}

/*内容摘要*/
.summary {
    background-color: #F6FAFD;
    border: 1px solid #DCDDDD;
    font-size: 14px;
    line-height: 23px;
    margin: 15px 0 0;
    padding: 12px 5px 6px;
    text-align: justify;
    text-indent: 2em;
}


.addCon {
    float: left;
    padding: 0 20px 20px 20px;
    width: calc(100% - 40px);
    background-color: #111111;
    color: #FFF;
    font-size: 14px;
    line-height: 22px;
}

.addCon h4 {
    float: left;
    padding: 50px 5px 10px 5px;
    background-color: #FFF;
    font-size: 18px;
    color: #111111;
    font-weight: 700;
}

.addCon .addText {
    float: right;
    width: 75%;
    height: 120px;
    margin-top: 50px;
}

/*百度地图隐藏LOGO和页脚*/
.anchorBL {
    display: none;
    visibility: hidden;
}

.MarkerBox {
    position: relative;
    width: 100%;
}

.MarkerBox-l,
.MarkerBox-r {
    float: left;
    width: 50%;
}

.MarkerLogo {
    float: left;
    width: 100%;
}

.MarkerBox-l h4 {
    float: left;
    width: 100%;
}

.MarkerBox-l h4 span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 8px;
    color: #111111;
}

.MarkerBox-l h4 span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 70px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 30px;
    margin-left: 10px;
}

.MarkerBox-r img {
    width: 100%;
}

.BMap_Marker img {
    width: 100%;
}

.wxli {
    float: left;
    width: 100%;
    margin: 100px 0 0px 0;
    overflow: hidden;
}

.wxli ul {
    float: left;
    width: calc(100% + 20px);
}

.wxli ul li {
    float: left;
    width: calc(33.33333333333333% - 60px);
    margin-right: 20px;
    background-color: #f8f8f8;
    margin-bottom: 50px;
    padding: 20px;
}

.wxli ul li img {
    float: left;
    width: calc(40% - 20px);
    margin-right: 20px;
    background-color: #ffffff;
}

.wxli ul li h4 {
    float: left;
    width: 60%;
    font-size: 17px;
    font-weight: 700;
    height: 25px;
}

.wxli ul li .info {
    float: left;
    width: 60%;
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}

/*当宽度小于 1345px 时*/
@media screen and (max-width: 1345px) {
    .wxli ul li .info {
        width: 100%;
    }
}

/*当宽度小于 1235px 时*/
@media screen and (max-width: 1235px) {
    .wxli ul li .info {
        width: 100%;
        height: 80px;
    }
}

.wxli ul li h4 span:nth-child(1) {
    position: absolute;
    z-index: 1;
}

.wxli ul li h4 span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 60px;
    height: 10px;
    margin-top: 15px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.wxli ul li:hover {
    background-color: #111111;
    color: #FFF;
}


/*奥雅文旅*/
.col-tr {
    float: right;
    width: calc(100% - 80px);
    margin-left: 80px;
    font-family: DINPro;
    max-width: 1180px;
    margin-bottom: 80px;
}

.col-tr > .w4:nth-child(4) {
    margin-bottom: 0px !important;
}

.wl-1 {
    float: right;
    max-width: 940px;
    width: 100%;
}

.wl-1-0 {
    float: left;
    width: 100%;
}

.wl-1-0 span:nth-child(1) {
    float: left;
    width: 80px;
    height: 10px;
    background-color: #111;
}

.wl-1-0 span:nth-child(2) {
    float: right;
    width: 25px;
    height: 5px;
    background-image: url(../images/ico6.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.wl-1-1 {
    float: left;
    max-width: 320px;
    width: 40%;
}

.wl-1-1 h2 {
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #111;
    margin-top: 50px;
}

.wl-1-1 p {
    float: left;
    width: 100%;
    height: 70px;
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #999;
    text-align: justify;
}

.wl-1-2 {
    float: left;
    width: 100%;
    margin-top: 70px;
}

.wl-1-2 span:nth-child(1) {
    float: left;
    width: 80px;
    height: 10px;
    background-color: #d4d4d4;
    margin-top: 10px;
}

.wl-1-2 span:nth-child(2) {
    float: right;
    width: 20px;
    height: 20px;
    background-image: url(../images/ico7.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.wl-1-3 {
    float: right;
    max-width: 340px;
    width: calc(60% - 140px);
    margin-left: 20px;
    height: 180px;
    background-color: #f8f8f8;
    padding: 60px;
}

.wl-1-3 h2 {
    float: right;
    width: 100%;
    font-size: 30px;
    height: 140px;
    line-height: 40px;
    color: #111;
    text-align: right;
}

.wl-1-3-2 {
    float: left;
    width: 100%;
}

.wl-1-3-2 .play {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #111;
    border-radius: 50%;
    overflow: hidden;
}

.wl-1-3-2 span {
    float: right;
    width: 60px;
    height: 10px;
    background-color: #111;
    margin-top: 30px;
}


.col-tr .title {
    float: left;
    margin-top: 60px;
    color: #111;
}

.col-tr .title span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
}

.col-tr .title span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 120px;
    height: 10px;
    margin-top: 30px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.w0 {
    float: right;
    width: 100%;
}

.w0 ul {
    float: right;
    width: calc(100% + 20px);
}

.w0 ul li {
    float: left;
    max-width: 220px;
    width: calc(20% - 20px);
    margin-left: 20px;
    height: 390px;
    background-color: #f8f8f8;
}

.w0 ul li:nth-child(5) {
    margin-right: 0;
}

.w0 ul li a {
    float: left;
    width: 100%;
    text-align: center;
    height: 350px;
    padding-top: 40px;
    display: block;
    background-position: left 100px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.w0 ul li a:hover {
    background-position: left 0px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #111;
    background-blend-mode: overlay;
}

.w0 ul li a span:nth-child(1) {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    border-bottom: 10px solid #111;
    line-height: 21px;
}

.w0 ul li a:hover span:nth-child(1) {
    border-bottom: 10px solid #fff;
    color: #FFF;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.w0 ul li a span:nth-child(2) {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 60px;
    height: 60px;
    background-color: #111;
    border-radius: 40px;
    font-family: DINPro;
    text-align: center;
    line-height: 27px;
    font-size: 50px;
    color: #FFF;
    margin-left: -75px;
    margin-top: 160px;
}

.w0 ul li a:hover span:nth-child(2) {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: #fff;
    color: #111;
}

.w2 {
    float: right;
    max-width: 820px;
    padding: 60px;
    margin-left: 150px;
    width: calc(100% - 270px);
    background-color: #f8f8f8;
    color: #111;
}

.w2 .top {
    float: left;
    width: 100%;
}

.w2 .top span:nth-child(1) {
    float: left;
    font-size: 17px;
    font-weight: 700;
    font-family: DINPro;
}

.w2 .top span:nth-child(2) {
    float: right;
    width: 25px;
    height: 5px;
    background-image: url(../images/ico6.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.w2 .tt {
    float: left;
    width: 100%;
    font-size: 175px;
    height: 125px;
    line-height: 107px;
    font-family: DINPro;
    margin-top: 80px;
    font-weight: 500;
    margin-left: -17px;
}

.w2 .tt span {
    float: right;
    width: 60px;
    height: 20px;
    background-color: #111;
    margin-right: -17px;
    margin-top: 105px;
}

.w2 .tt2 {
    float: left;
    width: 100%;
    margin-top: 40px;
    height: 35px;
}

.w2 .tt2 span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}

.w2 .tt2 span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 120px;
    height: 10px;
    margin-top: 25px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.w2 .tt3 {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 41px;
    margin-top: 100px;
    margin-bottom: 20px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
}

.w2 .tt3 span {
    color: #d4d4d4;
}

.ppys {
    float: right;
    width: calc(50% - 10px);
    font-size: 2rem;
    font-weight: 100;
    margin-top: 6rem;
}

.ppys span {
    padding-right: 10px;
    color: #999;
}

/*当宽度小于 1185px 时*/
@media screen and (max-width: 1185px) {
    .w2 .tt span {
        display: none;
    }
}

.w2-p1 {
    float: left;
    width: 360px;
    margin-top: 60px;
    border-top: 2px solid #111;
}

.w2-p1 h3 {
    float: left;
    width: 100%;
    height: 35px;
    margin-top: 30px;
}

.w2-p1 h3 span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

.w2-p1 h3 span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 100px;
    height: 10px;
    margin-top: 17px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.w2-p1 p {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #999;
    height: 100px;
}

.w2-p1 p span {
    color: #111;
    font-family: DINPro;
    padding-right: 5px;
}

.w2-p2 {
    float: right;
    width: 400px;
    margin-top: 60px;
    border-top: 2px solid #111;
}

.w2-p2 h3 {
    float: left;
    width: 100%;
    height: 35px;
    margin-top: 30px;
}

.w2-p2 h3 span:nth-child(1) {
    position: absolute;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
}

.w2-p2 h3 span:nth-child(2) {
    position: absolute;
    z-index: 0;
    width: 100px;
    height: 10px;
    margin-top: 17px;
    margin-left: 10px;
    background-color: #d4d4d4;
}

.w2-p2 p {
    float: left;
    width: 100%;
    margin-top: 10px;
    font-size: 15px;
    line-height: 26px;
    color: #999;
    height: 100px;
}

.w2-p2 p span {
    color: #111;
    font-family: DINPro;
    padding-right: 5px;
}

.w3 {
    float: right;
    max-width: 940px;
    margin-left: 150px;
}

.w3-1 {
    float: left;
    max-width: 360px;
    height: 160px;
    background-color: #111;
    color: #FFF;
    padding: 60px;
    width: calc(50% - 120px);
}

.w3-1 h3 {
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    border-bottom: 10px solid #ffffff;
}

.w3-1 span {
    float: right;
    width: 10px;
    height: 60px;
    background-image: url(../images/ico2.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.w3-1 h4 {
    float: left;
    width: 90%;
    font-size: 24px;
    margin-top: 65px;
    font-family: DINPro;
}

.w3-1 p {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    font-family: DINPro;
}

.w3-2 {
    float: right;
    max-width: 400px;
    margin-right: 60px;
    margin-top: 60px;
    height: 220px;
    margin-left: 20px;
    width: calc(50% - 80px);
}

.w3-2 h3 {
    float: right;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    border-bottom: 10px solid #d4d4d4;
    color: #111;
}

.w3-2 h4 {
    float: right;
    width: 100%;
    font-size: 24px;
    margin-top: 20px;
    color: #111;
    text-align: right;
}

.w3-2 h4 span {
    color: #999;
    font-family: DINPro;
}

.w3-2 p {
    float: right;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    color: #999;
    text-align: right;
    font-family: DINPro;
}

.w3-3 {
    float: left;
    width: 400px;
    margin-left: 60px;
    margin-top: 60px;
    margin-right: 80px;
    width: calc(50% - 140px);
}

.w3-3 h3 {
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    border-bottom: 10px solid #d4d4d4;
    color: #111;
}

.w3-3 h4 {
    float: left;
    width: 100%;
    font-size: 24px;
    margin-top: 20px;
    color: #111;
    text-align: left;
}

.w3-3 h4 span {
    color: #999;
    font-family: DINPro;
}

.w3-3 p {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    color: #999;
    text-align: left;
    font-family: DINPro;
}


.w3-4 {
    float: left;
    max-width: 420px;
    padding: 60px;
    margin-left: -60px;
    margin-top: -40px;
    height: 160px;
    background-color: #f8f8f8;
    width: calc(50% - 60px);
}

.w3-4 span {
    width: 25px;
    height: 5px;
    background-image: url(../images/co6.png);
    background-repeat: no-repeat;
    background-position: left top;
    float: right;
}

.w3-4 h3 {
    float: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 22px;
    border-bottom: 10px solid #111;
    color: #111;
}

.w3-4 h4 {
    float: left;
    width: 100%;
    font-size: 24px;
    margin-top: 60px;
    color: #111;
    text-align: left;
}

.w3-4 h4 span {
    color: #999;
    background-image: none;
    width: auto;
    height: auto;
    float: none;
    font-family: DINPro;
}

.w3-4 p {
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 10px;
    color: #999;
    text-align: left;
    font-family: DINPro;
}

.w4 {
    float: right;
    max-width: 820px;
    background-color: #111;
    min-height: 85px;
    color: #FFF;
    margin-bottom: 20px;
    padding: 60px 60px 20px 60px;
    margin-left: 150px;
    width: calc(100% - 270px);
}

.w4-1 {
    float: left;
    width: 380px;
}

.w4-1 h3 {
    float: left;
    font-size: 24px;
}

.w4-1 h3 span {
    color: #4d4d4d;
    float: none;
    width: auto;
    height: auto;
    background-color: transparent;
}

.w4-1 p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: DINPro;
}

.w4-1 span {
    float: left;
    width: 60px;
    height: 10px;
    background-color: #FFF;
    clear: both;
    margin-top: 10px;
}

.w4-2 {
    float: right;
    width: 420px;
    font-size: 16px;
    line-height: 30px;
}

.w4-3 {
    float: left;
    width: 210px;
}

.w4-3 h3 {
    float: left;
    font-size: 24px;
}

.w4-3 h3 span {
    color: #4d4d4d;
    float: none;
}

.w4-3 p {
    float: left;
    width: 100%;
    font-size: 16px;
    font-family: DINPro;
}

.w4-4 {
    float: right;
    width: 530px;
    font-size: 16px;
    line-height: 30px;
}


.w5-11 h3,
.w5-2 h3,
.w5-3 h3 {
    font-size: 70px;
    font-weight: 500;
    height: 73px;
    line-height: 64px;
}

.w5 {
    float: right;
    max-width: 940px;
    font-family: DINPro;
    width: calc(100% - 150px);
    margin-left: 150px;
}

.w5-1 {
    float: left;
    max-width: 360px;
    padding: 60px;
    background-color: #f8f8f8;
    width: calc(50% - 120px);
}

.w5-11 {
    float: left;
    width: 100%;
}

.w5-11 .t2 {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 700;
    color: #999;
}

.w5-11 h3 {
    float: left;
    width: 100%;
    color: #111;
    margin-top: 10px;
}

.w5-11 h3 span,
.w5-3 h3 span {
    color: #999;
    font-weight: 400;
    top: -1px;
    font-size: 70px;
    position: relative;
}

.w5-11 p {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #111;
    font-weight: 700;
    margin-top: 14px;
}

.w5-L {
    float: left;
    width: 100%;
    margin-top: 142px;
    margin-bottom: 56px;
}

.w5-L span {
    float: left;
    width: 120px;
    height: 20px;
    background-color: #111;
}

.w5-2 {
    float: right;
    max-width: 400px;
    height: 190px;
    margin-left: -60px;
    background-color: #111;
    margin-top: 60px;
    padding: 60px;
    width: calc(50% - 60px);
}

.w5-2 h3 {
    float: right;
    width: 100%;
    color: #fff;
    margin-right: -5px;
    text-align: right;
}

.w5-2 h3 span {
    float: left;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    line-height: 14px;
    margin-left: -5px;
}

.w5-2-L {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.w5-2-L span {
    float: right;
    width: 60px;
    height: 10px;
    background-color: #FFF;
}

.w5-2 p {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-top: 12px;
}

.w5-2 p span {
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 35px;
}

.w5-3 {
    float: right;
    max-width: 400px;
    height: 230px;
    margin-top: 60px;
    margin-right: 60px;
    width: calc(50% - 60px);
}

.w5-3 h3 {
    float: right;
    width: 100%;
    color: #111;
    margin-right: -3px;
    text-align: right;
}

.w5-3 p {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 22px;
    color: #111;
    font-weight: 700;
    margin-top: 13px;
}

.w5-3 p span {
    float: left;
    font-size: 17px;
    font-weight: 700;
    color: #999;
    line-height: 14px;
    margin-left: 27px;
    margin-top: 67px;
}

/*视频播放弹窗*/
html.modal-active,
body.modal-active {
    overflow: hidden;
}

#modal-container {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    z-index: 99999;
}

#modal-container.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one .modal-background .modal {
    transform: scale(0);
    animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container.one.out .modal-background .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background {
    display: table-cell;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    vertical-align: middle;
}


.content {
    min-height: 100%;
    height: 100%;
    background: white;
    position: relative;
    z-index: 0;
}

.end {
    float: left;
    width: calc(100% - 140px);
    font-size: .8rem;
    text-align: center;
    color: #d4d4d4;
    margin: 1rem auto 0 auto;
}

.ser-case-list {
    margin-top: 98px;
}

.picMore .more {
    overflow: hidden;
    text-align: center;
    float: right;
    width: calc(100% - 80px);
}

.picMore .more a {
    display: block;
    padding: 0.5rem 0;
    color: #111111;
    margin: 0 auto;
    background-color: #dcdcdc;
    text-decoration: none;
    font-size: .8rem;
    border-radius: 5rem;
}

.picMore .more p {
    padding: 0.5rem 0;
    background-color: #f8f8f8;
    color: #d4d4d4;
    font-size: .8rem;
    border-radius: 5rem;
}


@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}


.case-box .title {
    margin-top: 100px;
}

.case-box .title h2 {
    font-size: 30px;
    display: inline-flex;
}

.case-box .title h2 span {
    position: absolute;
    width: 8rem;
    height: 10px;
    background-color: #d4d4d4;
    z-index: -1;
    margin-top: 2rem;
    margin-left: 1rem;
}

.case-box .title span {
    float: right;
    font-size: 2rem;
    margin-top: 10px;
}

.case-list-index {
    float: left;
    width: calc(100% - 80px);
}

.case-list {
    float: right;
    width: 100%;
}

.case-items {
    border-top: 2px #111111 solid;
    width: calc(25% - 20px);
    margin-right: 20px;
    float: left;
    margin-top: 50px;
    max-width: 300px;
}

.case-items p {
    margin-top: 2rem;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #888;
}

.case-items h3 {
    display: inline-flex;
    font-size: 20px;
    line-height: 1.5rem;
    height: 50px;
}

.case-items h3 span {
    position: absolute;
    width: 8rem;
    height: 10px;
    background-color: #d4d4d4;
    z-index: -1;
    margin-top: 1rem;
    margin-left: 1rem;
}

.case-items img {
    width: 100%;
    background-color: #f8f8f8;
    margin-top: 1rem;
    height: auto;
}

.case-items .tag {
    width: 100%;
    font-size: 12px;
    color: #999999;
    line-height: 30px;
}

.case-items .tag a {
    color: #999999;
}

.case-list-index .case-items p {
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 10px;
}

.case-list-index .case-items .tag {
    line-height: 18px;
}

.case-box .case-nav {
    width: 80px;
    float: right;
    margin-top: 68px;
}

.case-box .case-nav ul {
    width: 80px;
    border-top: 20px #111111 solid;
    margin-top: -18px;
    float: left;
}

.case-box .case-nav ul li {
    float: left;
    width: 80px;
    text-align: center;
    line-height: 30px;
    border-bottom: 2px #111111 solid;
    margin-top: 30px;
}

.case-box .case-nav ul li a {
    font-size: 17px;
    font-weight: bold;
    color: #111111;
    float: left;
    width: 80px;
    line-height: 30px;
    white-space: nowrap;
}

.case-box .case-nav ul li a:hover {
    text-decoration: underline;
}


.news-box {
    width: 100%;
    clear: both;
}

.about-box {
    width: 100%;
    clear: both;
}


header,
.tzz {
    display: none;
}

.header,
.case-box,
.news-box .block-title,
.about-box {
    width: calc(100% - 100px);
    padding-left: 50px;
    padding-right: 50px;
}

.news-block .m-1420 {
    width: calc(100% - 100px);
}

.title .key {
    float: left;
    width: 100%;
    font-size: .8rem;
    margin-top: 1rem;
}

.title .key a {
    color: #d4d4d4;
}

.show-con.msg {
    margin-top: 0;
}

.msg h2 {
    float: right;
    font-size: 20px;
    margin-bottom: 40px;
    color: #1a1a1a;
    border-bottom: 10px #d4d4d4 solid;
    text-align: center;
    margin-top: -30px;
}

.msg .qq {
    float: left;
    width: 75%;
    background-color: #ebebeb;
    padding: 30px 20px;
    margin-right: 25%;
}

.msg .qq .name h3 {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
}

.msg .qq .name .date {
    font-family: DINPro;
    float: right;
    font-size: 14px;
    color: #999999;
    text-align: right;
    width: 100px;
}

.msg .qq .con {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 10px;
}

.msg .aa {
    float: right;
    width: 75%;
    background-color: #f8f8f8;
    padding: 20px;
    margin-top: -20px;
    margin-bottom: 40px;
}

.msg .aa .name h3 {
    float: left;
    width: calc(100% - 100px);
    font-size: 14px;
    line-height: 30px;
}

.msg .aa .name h3 span {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    margin-top: -5px;
    margin-right: 10px;
}

.msg .aa .name h3 span img {
    width: 70%;
    margin-top: 5px;
}

.msg .aa .name span {
    float: right;
    font-size: 12px;
    color: #1a1a1a;
}

.msg .aa .con {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #111111;
    line-height: 24px;
    margin-top: 10px;
    padding-bottom: 0px;
}

.msg #pages {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.msginput {
    float: left;
    border-bottom: 1px #f8f8f8 solid;
    padding-bottom: 40px;
}

.msginput ul {
    float: left;
}

.msginput ul li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    line-height: 30px;
}

.msginput ul li:nth-child(1) input {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #d0d0d0;
}

.msginput ul li span {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.msginput ul li .input-text {
    float: left;
    width: 200px;
    height: 28px;
    border-radius: 15px;
    outline: none;
    margin: 0;
    padding: 0 15px;
    line-height: 28px;
    font-size: 14px;
}

.msginput ul li textarea {
    width: calc(100% - 112px);
    border-radius: 15px;
    outline: none;
    font-size: 12px;
    line-height: 24px;
    padding: 15px;
    height: 100px;
}

.msginput ul li .msgbtn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    background-color: #1a1a1a;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    outline: none;
}

.msginput ul li small {
    font-size: 12px;
    color: #cccccc;
    padding-left: 10px;
}

.msg .title h2 {
    border-bottom: 1px #f8f8f8 solid;
    text-align: left;
    margin-bottom: -5px;
    padding-bottom: 20px;
}

.msg .title span {
    float: left;
    width: 80px;
    height: 10px;
    background-color: #111111;
    margin-bottom: 2rem;
}


@media (min-width: 1540px) and (max-width: 1778px) {
    .news-list {
        margin-right: 0px;
    }
}

@media (min-width: 1400px) and (max-width: 1539px) {
    .news-list {
        margin-right: 0px;
    }

    .stock {
        margin-left: 3%;
    }
}

@media (min-width: 600px) and (max-width: 1539px) {
    .about-lc {
        height: auto;
        width: calc(100% - 600px);
        float: right;
        padding: 30px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .about-lc-title-l h3 {
        margin-top: 35px;
    }

    .about-lc-tt h2 {
        width: 40%;
    }

    .about-lc-tt h3 {
        width: 60%;
    }

    .about-lc-tt h4 {
        width: 60%;
    }

    .about-lc-key {
        display: none;
    }

    .about-lc p {
        display: none;
    }

    .ad {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 1360px) {
    .about-nav {
        display: none;
    }
}

@media (min-width: 1360px) and (max-width: 1539px) {
    .about-lc {
        width: calc(100% - 760px);
    }
}

/*当宽度大于1540时*/
@media screen and (min-width: 1540px) {
    .banner .news {
        left: calc(50% + 330px) !important;
    }
}

/*当宽度小于 1540px 时*/
@media screen and (max-width: 1539px) {
    .page-wh .con-left2 {
        margin-left: 0;
        width: calc(100% - 400px);
    }

    .page-wh .con-left2 .about-lc {
        width: calc(100% - 80px);
        height: auto;
        margin-left: 20px;
    }

    .page-wh .con-left2 .about-lc-title-l h3 {
        margin-top: 23px;
    }
}


@media (min-width: 600px) and (max-width: 1140px) {
    .about-lc-title-l {
        float: left;
        width: 70px;
    }

    .about-lc-tt h3 {
        margin-top: 20px;
        width: 100%;
    }

    .about-lc-tt h4 {
        height: 56px;
        width: 100%;
    }

    .about-lc-tt {
        float: right;
        width: calc(100% - 100px);
        margin-top: 25px;
    }

    .about-lc {
        width: calc(100% - 600px);
        float: right;
    }
}

@media (min-width: 600px) and (max-width: 1378px) {
    .news-show-left {
        float: left;
        width: 100%;
        margin-right: 0px;
    }

    .news-show {
        float: left;
        width: 100%;
    }

    .news-show .title {
        float: right;
        width: 85%;
    }

    .show-con {
        float: right;
        width: 85%;
        margin-top: 60px;
    }

    .show-con img {
        max-width: 100%;
    }

    .news-show-right {
        display: none;
    }
}

@media (min-width: 1120px) and (max-width: 1399px) {
    .news-list {
        margin-right: 0px;
    }

    .stock {
        display: none;
    }

}

@media (min-width: 1084px) and (max-width: 1119px) {

    .top-video,
    .top-news {
        display: none;
    }

    .news-list {
        margin-right: 0px;
    }

    .banner .ad {
        margin-left: 0;
    }

    .stock {
        display: none;
    }

    .Successful-thumb {
        display: none;
    }

    .Successful-right {
        display: none;
    }

}

@media (min-width: 800px) and (max-width: 1083px) {

    .top-video,
    .top-news {
        display: none;
    }

    .case-box .case-nav ul li {
        margin-top: 20px;
    }

    .banner .ad {
        margin-left: 0;
    }

    .stock {
        display: none;
    }

    .Successful-right {
        display: none;
    }

    .news-block {
        background-image: linear-gradient(to right, #111111 0%, #111111 40%, #f8f8f8 32.8125%, #f8f8f8 100%);
    }

    .Successful-left {
        margin-left: 0;
    }

    .banner .title {
        width: 400px;
        padding-left: 100px;
    }

    .left-line {
        display: none;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    .banner .ad {
        display: none;
    }
}

@media (min-width: 540px) and (max-width: 799px) {
    .header .info {
        display: none;
    }

    .shrink .info {
        display: none;
    }

    .top-video,
    .top-news {
        display: none;
    }

    .banner .ad {
        display: none;
    }

    .banner .title {
        padding-left: 10%;
    }

    .stock {
        display: none;
    }

    .Successful-right {
        display: none;
    }

    .news-block {
        background-image: linear-gradient(to right, #111111 0%, #111111 40%, #f8f8f8 32.8125%, #f8f8f8 100%);
    }

    .Successful-left {
        margin-left: 0;
    }

    .banner .title {
        width: 400px;
        padding-left: 100px;
    }
}

@media (max-width: 539px) {
    .header .info {
        display: none;
    }

    .shrink .info {
        display: none;
    }

    .top-video,
    .top-news {
        display: none;
    }

    .banner .ad {
        display: none;
    }

    .banner .title {
        padding-left: 10%;
    }

    .stock {
        display: none;
    }

    .Successful-right {
        display: none;
    }

    .news-block {
        background-image: linear-gradient(to right, #111111 0%, #111111 40%, #f8f8f8 32.8125%, #f8f8f8 100%);
    }

    .Successful-left {
        margin-left: 0;
    }

    .banner .title {
        width: 400px;
        padding-left: 100px;
    }
}


/*--banner--*/
.w-imgText {
    overflow: hidden;
}

.w-imgText4 {
    position: relative;
}

.w-imgText4 .img {
    overflow: hidden;
    min-width: 100%;
    height: 850px;
    left: 0;
    top: 0;
}

.w-imgText4 .img img {
    transition: transform 3.5s;
    -webkit-transition: transform 3.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    width: 100%;
}

.w-imgText4 li.swiper-slide-active .img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    min-height: 100%;
}

.w-imgText4 .img video {
    transition: transform 3.5s;
    -webkit-transition: transform 3.5s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    min-height: 100%;
}

.w-imgText4 li.swiper-slide-active .img video {
    transform: scale(1);
    -webkit-transform: scale(1);
    min-height: 100%;
}

.w-imgText4 .textB {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    margin-top: 80px;
}

.igt_prev,
.igt_next {
    cursor: pointer;
}
