@import url(base.css);
/* banner*/
.carousel {
    margin: 73px auto 0;
    width: 100%;
    max-width: 1300px;
}

.carousel .item img {
    height: 300px;
}

.carousel .more {
    display: block;
    width: 10.25rem;
    height: 2.666rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: 2.666rem;
    font-size: 1.1rem;
    color: #fff;
    position: absolute;
    left: 14.1666%;
    top: 80%;
    cursor: pointer;
    text-decoration: none;
}

.carousel .more:hover {
    background: rgba(255, 255, 255, 0.4);
}

.carousel-indicators li {
    width: 6rem;
    height: 5px;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.6);
}

.carousel-indicators li.active {
    width: 6rem;
    height: 5px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
}

/* s banner */
.s-banners {
    width: 100%;
    max-width: 980px;
    margin: 1rem auto 0;
}

.s-banner {
    width: 100%;
    float: left;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.s-banner:nth-child(1) {
    margin: 0;
}

.s-banner div {
    display: block;
    width: 100%;
    background: rgba(255, 45, 45, 0.6);
    height: 5.333rem;
    position: absolute;
    left: 0;
    bottom: 0;
    text-decoration: none;
    text-align: center;
}

.s-banner div p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
}

.s-banner div p:nth-child(1) {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    margin-bottom: 0.1rem;
    color: #fff;
}

.s-banner div p:nth-child(2) {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 0;
}

/*  sob*/
.sob {
    width: 100%;
    padding-top: 3rem;
    text-align: center;
}

.title {
    font-size: 2rem;
    text-align: center;
    padding-top: 3rem;
    margin: 0 auto 1rem;
}

.sob .navs {
    max-width: 980px;
    overflow: hidden;
    margin: 1rem auto 0;
    display: none;
}

.sob .s-nav {
    margin-left: 40px;
    float: left;
}

.sob .navs nav {
    text-align: center;
    height: 3.5rem;
    font-size: 1.2rem;
    display: inline-block;
    cursor: pointer;
    padding-top: 1rem;
}

.sob .navs nav.active {
    color: #075baa;
    border-bottom: 0.3rem solid #075baa;
}

.sob select {
    display: block;
    margin: 0 auto 1rem;
    font-size: 1.2rem;
    border: 0 none;
    color: #075baa;
    border-bottom: 2px solid #075baa;
}

.sob select:focus {
    outline: 0
}

.sob select option {
    text-align: center;
}

.sob .con {
    margin-top: 20px;
    display: none;
}

.sob .con:nth-child(4) {
    display: block;
}

.con p {
    line-height: 2rem;
    font-size: 1.2rem;
}

.con img {
    display: block;
    margin: 1rem auto 0;
    width: 100% !important;
}

.mg-a {
    width: 100%;
    color: #333;
    font-size: 1.4rem;
    text-align: center;
}

/*NEWS*/
.news {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.news .title {
    margin-bottom: 1rem;
}

.news .nl {
    width: 100%;
    float: left;
}

.news .nrs {
    width: 100%;
}

.news .nrs a {
    width: 100%;
    display: block;
    overflow: hidden;
}

.nl .n-title {
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #333;
}

.nl .n-desc {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    color: #666;
}

.nl .n-time {
    font-size: 1.1rem;
    width: 100%;
    color: #999;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #858585;
}

.nl .more {
    display: block;
    margin-top: 2rem;
    color: #999;
    text-decoration: none;
    font-size: 1.2rem;
}

.nr {
    width: 100%;
    float: right;
    margin-bottom: 1rem
}

.nr img {
    width: 28.69%;
    float: left;
}

.nr-box {
    width: 70%;
    float: right;
}

.nr .n-title {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: #333;
}

.nr .n-desc {
    font-size: 1.1rem;
    margin-top: 0.5rem;
    height: 3rem;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nr .n-time {
    font-size: 1.1rem;
    width: 100%;
    color: #999;
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #858585;
}

/* ow*/
.ow {
    width: 100%;
    background-image: url(../../img/banner2.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%;
    background-position: center;
}

.ow .title {
    padding-top: 5rem;
    color: #fff;
    font-size: 2rem;
}

.ow-box {
    width: 90%;
    overflow: hidden;
    margin: 2.5rem auto 0;
    display: none;
}

.ows {
    width: 100%;
    float: left;
    margin-right: 2%;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    margin-bottom: 3rem;
}

.ow-nav {
    width: 288px;
    overflow: hidden;
    margin: 0 auto;
}

.ow-n {
    float: left;
    font-size: 1.4rem;
    color: #fff;
    margin-right: 20px;
    cursor: pointer;
}

.ow-n:nth-child(2) {
    margin: 0;
}

.ow-n.active {
    text-decoration: underline;
}

.ows a {
    color: #ddd;
    display: block;
    padding-top: 15px;
    text-decoration: none;
}

.ows a:hover {
    color: #fff;
}

.ow-box .con {
    width: 100%;
    padding-bottom: 50px;
}

.ow-box .con p {
    color: #fff;
}

.ow-box .con .more {
    display: block;
    width: 100px;
    color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    margin: 10px auto;
    cursor: pointer;
}

.ows p:nth-child(2) {
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}

.ows:nth-child(2n) {
    margin-right: 0;
}

.ows img {
    display: block;
}

/* about us*/
.ab .hid {
    display: none;
}

.ab .aws .title, .ab .scl .title {
    margin-top: 50px;
}

.ab > .con {
    height: 1100px;
    overflow: hidden;
}

.ab .down {
    width: 36px;
    height: 36px;
    margin: 36px auto 36px;
}

.ab .c-nav {
    width: 90%;
    height: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 1px solid #ccc;
    margin: auto;
}

.ab .c-nav .nav {
    width: 30rem;
    height: 3.5rem;
    margin: auto;
    box-sizing: border-box;
}

.ab .c-nav nav {
    border: 1px solid #ccc;
    text-align: center;
    height: 3.5rem;
    width: 15rem;
    float: left;
    font-size: 1.1rem;
    color: #777;
    cursor: pointer;
}

.ab .c-nav nav.active {
    background: #005bac;
    width: 15rem;
    float: left;
    font-size: 1.1rem;
    color: #fff;
}

.ab .spe {
    width: 90%;
    margin: 5rem auto;
    font-size: 1.2rem;
    position: relative;
}

.ab .spe-box:nth-child(2) {
    display: none;
}

.ab .spe-left {
    width: 100%;
    margin: auto;
    text-align: center;
    /*float: right;*/
}

.ab .spe-left p:nth-child(1) {
    font-size: 1.5rem;
}

div:not(.item).left {
    position: absolute;
    top: 50%;
    left: 3%;
    width: 36px;
    height: 64px;
    background-image: url(../../img/arrow.png);
    background-position: 100% 0;
    -webkit-background-size: 400% 100%;
    background-size: 400% 100%;
}

div:not(.item).left:hover {
    background-position: 66.6666% 0;
}

div:not(.item).right {
    position: absolute;
    top: 50%;
    right: 3%;
    width: 36px;
    height: 64px;
    background-image: url(../../img/arrow.png);
    background-position: 0 0;
    -webkit-background-size: 400% 100%;
    background-size: 400% 100%;
}

div:not(.item).right:hover {
    background-position: 33.3333% 0;
}

.ab .dhs {
    width: 100%;
    background-image: url(../../img/dh.jpg);
    padding: 80px 0 70px;
    background-position: center;
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%;
    position: relative;
}

.ab .dhs * {
    color: #fff;
    text-align: center;
}

.ab .dhs .year-box {
    width: 80%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.ab .dhs .years {
    float: left;
    font-size: 1.4rem;
    width: 33.33333%;
    cursor: pointer;
}

.ab .dhs .years.active {
    text-decoration: underline;
}

.ab .dhs .dhbox {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}

.ab .dhs .dh {
    display: none;
}

.ab .dhs .dh.dh-show {
    display: block;
}

.ab .dhs .dhbox .dh-title {
    font-size: 1.6rem;
    margin-top: 30px;
}

.ab .dhs .dhbox .dh-desc {
    font-size: 1.2rem;
    margin-top: 10px;
}

.ab .dhs .dhbox .dh-img {
    margin-top: 20px;
}

.ab .dhs .left, .ab .dhs .right {
    top: 60%;
}

.ab .aws {
    width: 90%;
    max-width: 992px;
    overflow: hidden;
    margin: 0 auto;
}

.ab .aws .con:nth-child(2) p {
    font-size: 1.4rem;
    text-align: center;
}

.ab .aw-box {
    width: 100%;
}

.ab .aw {
    width: 325px;
    margin: 10px auto 0;
    height: 178px;
    position: relative;
}

.aw .aw-num {
    line-height: 5rem;
    padding: 38px 0 0 23px;
    font-size: 6rem;
    color: #f00;
}

.aw .aw-title {
    width: 190px;
    padding: 20px 0 0 25px;
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.aw .aw-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 0, 0, 0.9);
    padding-right: 20px;
    display: none;
}

.aw .aw-mask-title {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #fff;
    padding: 30px 0 0 32px;
}

.aw .aw-mask-desc {
    line-height: 1.4rem;
    font-size: 1.2rem;
    color: #fff;
    padding: 8px 0 0 32px;
}

.ccs {
    width: 100%;
    margin-top: 100px;
    padding: 80px 0 100px;
    background-position: center;
    -webkit-background-size: 1920px 100%;
    background-size: 1920px 100%;
    background-image: url(../../img/cc.png);
}

.ccs * {
    color: #fff !important;
}

.ccs .cc {
    width: 100%;
    height: 75px;
    margin-top: 20px;
    float: left;
    border-bottom: 1px solid #fff;
}

.ccs .cc:nth-child(4n) {
    border-bottom: 0 none;
}

.ccs .con {
    overflow: hidden;
}

.ccs .cc-title {
    font-size: 1.8rem;
    line-height: 2rem;
}

.ccs .cc-desc {
    font-size: 1.4rem;
    line-height: 1.4rem;
}

.scl {
    width: 90%;
    max-width: 992px;
    overflow: hidden;
    margin: 20px auto;
}

.scl ul, .scl li {
    list-style: none;
}

.scl .left-box {
    width: 19%;
    float: left;
}

.scl .right-box {
    width: 79%;
    float: right;
}

/* article*/
.art .title {
    margin-bottom: 0;
}

.time {
    font-size: 1.5rem;
    width: 90%;
    max-width: 980px;
    color: #aaa;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
    text-align: center;
    margin: 0 auto;
}

.art h2 {
    font-size: 2rem;
    font-weight: bold;
    text-indent: 0;
}

.art .con {
    margin-top: 20px
}

.art .page {
    width: 90%;
    border-top: 1px solid #ccc;
    margin: 3rem auto 3rem;
    padding-top: 24px;
    font-size: 1.2rem;
}

.art .page a {
    color: #777;
}

/*news*/
.c-nav {
    width: 90%;
    height: 3.5rem;
    line-height: 3.5rem;
    border-bottom: 1px solid #ccc;
    margin: auto;
}

.news-w .c-nav .nav {
    width: 42rem;
    height: 3.5rem;
    margin: auto;
    box-sizing: border-box;
}

.c-nav nav {
    border: 1px solid #ccc;
    text-align: center;
    height: 3.5rem;
    float: left;
    font-size: 1.3rem;
    color: #777;
    cursor: pointer;
    padding: 0 1rem;
}

.c-nav nav.active {
    background: #005bac;
    color: #fff;
}

.news-w .spe {
    width: 90%;
    max-width: 980px;
    margin: 4rem auto;
    font-size: 1.2rem;
    position: relative;
}

.news-w .spe h3 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-indent: 0;
    padding-bottom: 1rem;
    padding-top: 40px;
    margin-top: 20px;
    border-top: 2px solid #ccc;
}

.news-w .spe-box:nth-child(2) {
    display: none;
}

.news-w .spe-left {
    width: 100%;
    margin: auto;
    text-align: left;
}

/*CASE02*/
.case2 .con {
    position: relative;
    overflow: hidden;
    word-break: normal;
}

.case2 .con .title {
    padding: 6rem 0 3rem;
}

.case2 .con img {
    width: 100%;
    margin: 0;
}

.case2 .con h2 {
    font-weight: normal;
    font-size: 2rem;
    color: #333;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.case2 .con .d-tit-box {
    width: 100%;
    overflow: hidden;
    padding: 1rem 0;
    border-bottom: 1px solid #ccc;
}

.case2 .con .d-tit-box:nth-child(4) {
    border: 0;
}

.case2 .con .d-tit {
    font-size: 1.4rem;
    line-height: 3rem;
    float: left;
    padding: 0 1rem;
}

.case2 .con .d-tit:hover {
    color: #fff;
    background: #005bac;
    cursor: pointer;
}

.case2 .con .d-bs {
    color: #333;
    font-size: 1.4rem;
    line-height: 3rem;
    float: left;
    font-weight: bold;
    padding: 0 1rem;
}

.case2 .con .d-img-box {
    position: relative;
    padding-bottom: 5rem;
}

.case2 .con .d-img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    background-image: url(../../img/dbg.jpg);
}

.case2 .con .d-img:nth-child(1) {
    display: block;
}

.lep {
    position: relative;
}

.lep .con {
    position: relative;
}

.lep-slide-box {
    position: absolute;
    left: 0;
    top: 0;
}

.lep .lep-box {
    float: left;
}

/*.case2 .con .left{
    left:-10%;
}

.case2 .con .right{
    right:-10%;
}*/
.fp {
    width: 100%;
    height: 58.333rem;
    background-image: url(../../img/case2bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 58.333rem;
    background-size: 100% 58.333rem;
    position: relative;
}

.fp .con {
    height: 58.333rem;
}

.fp .title {
    color: #ddd;
    padding: 10rem 0 6rem;
}

.fp .fp-img-box {
    width: 200%;
    position: absolute;
    left: 0;
    top: 20rem;
}

.fp .fp-img {
    width: 15%;
    margin-left: 2%;
    float: left;
}

.fp .fp-img:nth-child(1) {
    margin: 0;
}

.fp .fp-img img {
    display: block;
}

.fp .fp-img .i-title {
    color: #004da0;
    min-height: 10rem;
    font-size: 1.3rem;
    padding: 2rem 1rem;
    background: #fff;
}

.fp .fp-img .more {
    display: block;
    color: #999;
    font-size: 1.2rem;
    text-decoration: none;
    cursor: pointer;
}

.fp .fp-img:nth-child(1) {
    margin-left: 0;
}

.fp .left, .fp .right {
    top: 50%;
}

.up {
    width: 100%;
    height: 33rem;
    background: #eee;
    position: relative;
}

.up .title {
    padding: 6rem 0 3rem;
}

.up .up-img-box {
    width: 225%;
    position: absolute;
    left: 0;
    top: 15rem;
}

.up .up-img {
    width: 10.3333%;
    float: left;
    margin-left: 0.875%;
    position: relative;
    font-size: 1.4rem;
    color: #fff;
}

.up .up-img .more {
    font-size: 1rem;
    margin-top: 1rem;
    opacity: 0.6;
    filter: alpha(opacity=60);
    display: block;
}

.up .up-img img {
    margin: 0;
}

.up .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 77, 160, 0.8);
    left: 0;
    top: 0;
    padding: 70% 2rem;
    word-break: normal;
    display: none;
}

.up .mask a:hover {
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
    text-decoration: none;
    cursor: pointer;
}

.up .up-img:nth-child(1) {
    margin-left: 0;
}

.up .left, .up .right {
    background-image: url(../../img/arrow2.png) !important;
}

.sh .left, .sh .right {
    background-image: url(../../img/arrow2.png) !important;
}

.lpp {
    width: 100%;
    height: 60rem;
    position: relative;
}

.lpp .left, .lpp .right {
    top: 60%;
}

.lpp-box {
    width: 700%;
    position: absolute;
    left: 0;
    right: 0;
}

.lpp-slide {
    float: left;
    width: 14.2857%;
}

.lpp-img {
    width: 100%;
    float: left;
    background: rgb(0, 77, 160);
    word-break: normal;
}

.lpp-img:nth-child(2) {
    padding: 0 7.75% 0 3rem;
}

.lpp-img img {
    display: block;
    margin: 0;
}

.lpp-img .tit {
    margin-top: 10%;
    font-size: 1.3rem;
    color: #fff;
}

.lpp-img .int {
    margin-top: 5%;
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ts {
    width: 100%;
    position: relative;
}

.ts-box {
    overflow: hidden;
}

.ts-box .tit {
    font-size: 1.3rem;
    color: #004da0;
}

.ts-box .int {
    font-size: 1.2rem;
    color: #777;
}

.ts .ts-img {
    width: 100%;
    margin-bottom: 20px;
}

.sh {
    width: 100%;
    height: 45rem;
    background-image: url(../../img/case2bg2.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.sh-box {
    width: 250%;
    position: relative;
    left: 0;
    top: 0;
}

.sh .sh-img {
    width: 19.2%;
    margin-left: 1%;
    float: left;
}

.sh .sh-img:nth-child(1) {
    margin-left: 0;
}

.sh-box .tit {
    font-size: 1.3rem;
    color: #004da0;
    padding: 1rem 0;
}

.sh-box .int {
    font-size: 1.2rem;
    color: #777;
}

/*search*/
.se {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.se .search-box {
    width: 90%;
    max-width: 980px;
    background: #f2f2f2;
    height: 85px;
    margin: 20px auto 0;
}

.se input[type=text] {
    width: 380px;
    height: 30px;
    border: 0 none;
    margin: 0 0 0 28px;
    padding-left: 10px;
}

.se input[type=submit] {
    width: 60px;
    height: 30px;
    border: 0 none;
    margin: 0 0 0 8px;
    background: #004da0;
    color: #fff;
}

.se .search-box p {
    font-size: 1.4rem;
    color: #aaa;
    padding: 21px 0 0 28px;
}

.se .search-r {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
}

.se .search-r-box {

    clear: both;
    width: 90%;
    max-width: 980px;
    margin: 30px auto 0;
}

.se .s-title {
    font-size: 1.4rem;
    line-height: 2rem;
}

.se .s-title a {
    color: #666
}

.se .s-desc {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-top: 10px;
}

.se .other {
    clear: both;
    height: 30px;
    margin-top: 10px
}

.se .other div {
    float: left;
}

.se .other .vd {
    margin-left: 20px;
}

.se .other .vd a {
    color: #666
}

/*.pagebox{
    width:50%;
    position: absolute;
    left:50%;
}
.pages{
    width:100%;
    position: absolute;
    left:-50%;
    margin:0 auto;
}*/
/*??????*/
.pagination {
    position: relative;
    left: 50%;
    float: left;
    padding: 43px 0;
    margin-bottom: 4.257%;
}

.page_inner {
    position: relative;
    left: -50%;
}

.page_inner .left_bt {
    float: left;
    width: 33px;
    height: 32px;
    background: url(../../img/inner_page_left.png) no-repeat center;
}

.page_inner .right_bt {
    float: left;
    width: 33px;
    height: 32px;
    background: url(../../img/inner_page_right.png) no-repeat center;
}

.page_inner .left_bt_disabled {
    background: url(../../img/icon_left_disabled.png) no-repeat center;
}

.page_inner .right_bt_disabled {
    background: url(../../img/icon_right_disabled.png) no-repeat center;
}

.page_inner .pages {
    float: left;
    margin: 0 16px 0 29px;
    line-height: 32px;
}

.pages a {
    color: #828282;
    padding: 0 4px;
}

.pages a.active {
    color: #005bac;
    font-size: 24px;
}

.pages .btn {
    width: 5px;
    height: 10px;
    display: inline-block;
}

.pages .inner_left_bt {
    background: url(../../img/inner_page_left.png) no-repeat center;
    margin-right: 13px;
}

.pages .inner_right_bt {

    background: url(../../img/inner_page_right.png) no-repeat center;
    margin-left: 13px;
}

.page_inner .chose_page {
    float: left;
    width: 55px;
    height: 29px;
    border: 1px solid #a0a0a0;
    line-height: 29px;
    position: relative;
}

.chose_page .chosed {
    margin-left: 15px;
    font-size: 1.2rem;
}

.chose_page .icon_chose {
    width: 30px;
    height: 29px;
    display: inline-block;
    background: url(../../img/icon_chose.png) no-repeat center center;
}

.chose_page .select_page {
    position: absolute;
    left: 0;
    top: 31px;
    border: 1px solid #a0a0a0;
    display: none;
    height: 109px;
    overflow-y: scroll;
    background-color: #fff;
}

.select_page li {
    display: inline-block;
    width: 54px;
    text-align: center;
    cursor: pointer;
}

.select_page li:hover {
    background-color: #c0c0bc;
    color: #fff;
}

.page_inner .sure_bt {
    float: left;
    width: 65px;
    height: 31px;
    background-color: #005bac;
    line-height: 31px;
    margin: 0 29px 0 5px;
    color: #fff;
    text-align: center;
}

.clearfix {
    zoom: 1;
    _height: 1px
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

/*??????*/
.project .c-nav-box {
    position: relative;
    float: left;
    height: 3.5rem;
    left: 50%;
}

.project .c-nav {
    width: auto;
    position: relative;
    border: none;
    left: -50%;
    margin: 0;
}

.project .c-nav .nav {
    overflow: hidden;
    box-sizing: border-box;
}

.project .c-nav .nav a {
    color: #777;
}

.project .c-nav nav.active a {
    color: #fff;
}

.p-box {
    width: 100%;
    max-width: 980px;
    margin-top: 130px;
    margin-bottom: 70px;
}

.p-box:nth-child(3) {
    display: block;
}

.pro {
    width: 100%;
    height: 184px;
    position: relative;
    cursor: pointer;
}

.pro-img {
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-background-size: 100% 573px;
    background-size: 100% 573px;
}

.pro-mask {
    width: 100%;
    height: 113px;
    background-image: url(../../img/pmask.png);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.3rem;
    color: #fff;
    padding-top: 70px;
    padding-left: 30px;
    text-align: center;
}

.pro-mask2 {
    width: 100%;
    height: 190px;
    background: rgba(255, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.3rem;
    color: #fff;
    padding-top: 20px;
    padding-left: 30px;
    text-align: center;
}

.mask-desc {
    display: none;
    color: #fff;
    height: 0;
    font-size: 1.2rem;
}

/*cus*/

.zmap {
    margin: 0 auto;
    position: relative;
}

.zmap .info {
    color: #ffffff;
    position: absolute;
    width: 310px;
    padding: 0 35px;
    background: rgba(255, 0, 0, 0.8);
    z-index: 10;
    top: 0;
    left: 0;
    height: 100%;
}

.zmap .info h2 {
    font-size: 48px;
    margin-top: 86px;
}

.zmap .info .en {
    font-size: 18px;
}

.zmap .info p {
    font-size: 1.2rem;
    line-height: 2rem;
}

.zmap .info .info-t {
    width: 306px;
    border-bottom: solid 1px #ec6362;
    padding-bottom: 45px;
}

.zmap .info .info-b {
    padding-top: 40px;
}

.zmap .info h3 {
    font-size: 24px;
}

.zmap .info .info-b .ps {
    font-size: 13px;
    margin-bottom: 25px;
}

.zmap .info .info-b p {
    font-size: 14px;
}

#allmap {
    width: 100%;
    height: 800px;
}

.zpanoInfoBox {
    position: relative;
    width: 285px;
    height: 85px;
    margin-bottom: 4px;
    cursor: pointer;
}

.zpanoInfoBox .zpanoInfoBoxTitleBg {
    width: 285px;
    height: 19px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: #000;
    opacity: 0.7;
}

.zpanoInfoBox .zpanoInfoBoxTitleContent {
    font-size: 1.2 ren;
    color: #FFF;
    position: absolute;
    bottom: 2px;
    left: 5px;
    z-index: 3;
    text-decoration: none;
}

/* dp*/
.dp-num-box {
    height: 235px;
    width: 50%;
    float: left;
    margin: 30px 0 30px;
    background: #e2e2e2;
    color: #666;
    -webkit-transition: color 0.3s, background 0.3s;
    -moz-transition: color 0.3s, background 0.3s;
    -ms-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    cursor: pointer;
}

.dp-num-box.f2 {
    width: 49.5%;
    margin-right: 1%;
}

.dp-num-box.f2:nth-child(9) {
    margin-right: 0;
}

.dp-num-box.f3 {
    width: 33%;
    margin-right: 0.5%;
    margin-bottom: 0;
}

.project p:nth-child(7) {
    margin-top: 20px;
}

.dp-num-box.f3:nth-child(4) {
    margin-right: 0;
}

.dp-num-box:hover {
    color: #fff;
    background: #d70f0f;
}

.dp-num {
    font-size: 4rem;
    width: 100%;
    text-align: center;
    line-height: 4rem;
    padding-top: 83px;
}

.dp-con {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
}

.dpr-img-box {
    width: 100%;
    /*height:235px;*/
    overflow: hidden;
}

.dp-img-box-3 {
    width: 100%;
    height: 235px;
    /*margin-right:0.5%;*/
    /*float: left;*/
    margin: 5px auto 0;
    background: #eee;
    background-position: center;
    background-size: 100% 235px;
    cursor: pointer;
    position: relative;
}

.dp-img-box {
    width: 50%;
    height: 235px;
    float: left;
    margin: 30px 0 30px;
    background: #eee;
}
.g-mask{
    width:100%;
    height:100%;
    background: rgba(255,0,0,0.8);
    display: table;
    opacity:0;
    position: absolute;
    left:0;
    top:0;
}
.g-mk{
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    padding: 0 9%;
}
@media screen and (max-width: 600px) {
    .c-nav {
        width: 90%;
        height: auto;
        overflow: hidden;
        line-height: 3.5rem;
        margin: auto;
        border: 0;
    }
    .c-nav .nav {
        width: auto !important;
        height: auto;
    }

}

@media screen and (max-width: 1024px) {

    .zmap .info {
        position: static;
        width: 92%;
        height: 400px;
        padding: 20px 4% 20px 4%;
    }

    .zmap .info h2 {
        margin-top: 0;
        font-size: 24px;
    }

    .zmap .info h3 {
        font-size: 18px;
    }

    .zmap .info .info-t {
        width: 90%;
    }

    #allmap {
        height: 500px;
    }
}

@media screen and (min-width: 500px) {

    .carousel .item img {
        height: auto;
    }

    .p-box {
        margin-top: 100px;
    }

    .ts .ts-img {
        width: 32%;
        margin-left: 2%;
        float: left;
    }

    .ts .ts-img:nth-child(1) {
        margin-left: 0;
    }

    .s-banner {
        width: 33%;
        float: left;
        margin-left: 0.5%;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    .news .nl {
        width: 35.833%;
        float: left;
    }

    .nr {
        width: 61.58%;
    }

    .news .nrs a {
        width: auto;
        display: inline;
        overflow: hidden;
    }

    .lpp {
        height: 35rem;
    }

    .lpp-img {
        width: 50%;
    }

    .lpp-img .tit {
        margin-top: 30%;
    }

    .up {
        width: 100%;
        height: 53rem;
    }

    .dp-img-box-3 {
        width: 33%;
        margin: 5px 0.5% 0 0;
        float: left;
    }

    .dpr-img-box .dp-img-box-3:nth-child(3) {
        margin-right: 0;
    }
}

@media screen and (min-width: 980px) {
    .title {
        font-size: 2rem;
    }

    .sob .navs {
        display: block;
    }

    .sob select {
        display: none;
    }

    .carousel {
        margin-top: 73px;
    }

    .p-box {
        margin-top: 50px;
    }

}

@media screen and (min-width: 1200px) {
    .pro-mask {
        font-size: 1.5rem;
        text-align: left;
    }

    .pro-mask2 {
        font-size: 1.5rem;
        height: 133px;
        text-align: left;
    }

    .con p {
        line-height: 2rem;
        font-size: 1.2rem
    }

    .sob .navs {
        width: 980px;
    }

    .sob .navs nav {
        font-size: 1.2rem;
    }

    .nr .n-desc {
        height: auto;
        color: #777;
        white-space: normal;
    }

    .ow-box {
        width: 90%;
        max-width: 980px;
        margin: 4.5rem auto;
    }

    .up {
        height: 65rem
    }

    .news {
        width: 90%;
        max-width: 980px;
        height: 50rem;
    }

    .nr {
        margin-bottom: 3rem
    }

    .sob .con p {
        font-size: 1.3rem;
    }

    .ow-box {
        width: 90%;
        max-width: 980px;
        margin: 4.5rem auto 0;
    }

    .ows {
        width: 32%;
        float: left;
        margin-right: 1%;
        font-size: 1.2rem;
        text-align: center;
        color: #fff;
        margin-bottom: 3rem;
    }

    .ows:nth-child(2n) {
        margin-right: 1%;
    }

    .ows:nth-child(3n) {
        margin-right: 0;
    }

    .ab .spe {
        width: 90%;
        max-width: 980px;
        font-size: 1.2rem;
    }

    .ab .aw {
        float: left;
        margin-right: 8px;
    }

    .ab .aw:nth-child(3n) {
        margin-right: 0;
    }

    .ab .ccs .cc {
        width: 49%;
        margin-right: 2%;
    }

    .ab .ccs .cc:nth-child(2n) {
        margin-right: 0;
    }

    .ab .ccs .cc:nth-child(3n) {
        border: 0 none;
    }

    .ab .ccs .cc-desc {
        line-height: 1.8rem;
    }

    .ab .dhs .years {
        width: 16.66666%;
    }

    .art .time {
        margin: 0 auto;
        width: 90%;
        max-width: 980px;
    }

    .art .page {
        width: 90%;
        max-width: 980px;
        font-size: 1.3rem;
    }

    .page .last {
        float: left;
    }

    .page .next {
        float: right;
    }

    .news-w .spe {
        font-size: 1.3rem;
    }

    .case2 .con h3 {
        font-size: 1.5rem;
        line-height: 3rem;
    }

    .ab > .con {
        height: 815px
    }

    .ts {
        height: 50rem;
    }

    .ts-box .tit, .sh-box .tit {
        font-size: 1.4rem
    }

    .ts-box .int, .sh-box .int {
        font-size: 1.2rem;
    }

    .sh {
        height: 50rem;
    }

    div:not(.item).right {
        right: 10%;
    }

    div:not(.item).left {
        left: 10%;
    }
}