html {
    font-family: "微软雅黑" !important;
}

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
}

p {
    margin-bottom: 0;
}

h3,
.h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.index-title {
    font-size: 32px;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}

.index-content {
    width: 1280px;
    margin: 0 auto;
}

.content {
    /*  width: 1280px;
padding: 0 90px;
margin: 0 auto; */
    width: 1100px;
    margin: 0 auto;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    padding-top: 40px;
    z-index: 99;
    transition: all .4s;
}

.header .index-content {
    height: 60px;
}

.header .index-content .logo {
    width: 312px;
    height: 44px;
}

.header .index-content .logo a {
    display: block;
    width: 100%;
    height: 44px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.header .index-content .nav {
    margin-left: 45px;
}

.header .index-content .nav ul {
    position: relative;
    padding: 0;
}

.header .index-content .nav ul li {
    float: left;
    position: relative;
}

.header .index-content .nav ul li a {
    display: block;
    padding: 14px 15px 8px;
    font-size: 16px;
    color: #fff;
}

.header .index-content .nav ul .sj {
    display: block;
    width: 24px;
    height: 7px;
    background-image: url(../images/header-active.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    bottom: -1px;
    display: none;
}

.header .index-content .login {
    display: none;
    margin: 12px 0 0 15px;
}

.header .index-content .login a {
    display: block;
    width: 58px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    color: #fff;
}

.header.fixed-header {
    background-color: #ffffff;
    transition: all .4s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.header.fixed-header .index-content .nav ul li a {
    color: #333333;
}

.header.fixed-header .index-content .login a {
    color: #333333;
    border-color: #333;
}

.header.fixed-header .index-content .logo a {
    background-image: url(../images/logo2.png);
}

.banner-index {
    position: relative;
    max-height: 840px;
}

.banner-index .banner-word {
    width: 1100px;
    position: absolute;
    left: 52%;
    top: 36%;
    margin-left: -550px;
}

.banner-index .banner-word .title {
    font-size: 60px;
    color: #fff;
}

.banner-index .banner-word .suntitle {
    font-size: 32px;
    color: #fff;
}

.banner-index .banner-word .link {
    margin-top: 45px;
}

.banner-index .banner-word .link a {
    display: inline-block;
    width: 240px;
    height: 56px;
    font-size: 24px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    transition: all .4s;
    background-color: #5698d1;
    border-radius: 4px;
    box-shadow: 0px 12px 10px 0px rgba(0, 0, 0, 0.16);
    border-radius: 28px 28px 28px 28px;
}
.banner-index .banner-word .link a.link-von {
  margin-right: 20px;
}

.banner-index .banner-word .link a:hover {
    background-color: #b03137;
    transition: all .4s;
}

.project {
    padding: 50px 0 100px;
    background-color: #f7f7f7;
}

.project .project-list {
    font-size: 0;
}

.project .project-list ul li {
    width: 400px;
    float: left;
    transition: all .4s;
    display: flex;
    flex-direction: column;
}

.project .project-list ul li:nth-child(2) {
    margin: 0 40px;
}

.project .project-list ul li .thumb {
    width: 400px;
    height: 310px;
    overflow: hidden;
}

.project .project-list ul li .thumb img {
    height: 310px;
}

.project .project-list ul li .project-desc {
    display: block;
    height: 310px;
    padding: 30px 25px 0;
    background: #fff;
    color: #333333;
    box-shadow: 4px 4px 18px #ececec;
    transition: all .4s;
    /* 
          &.hover {
            color: #fff;
            background: #5698d1;
            transition: all .4s;
            .pro-tit {
              color: #fff;
          
              transition: all .4s;
            }
          } */
}

.project .project-list ul li .project-desc .pro-tit {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.project .project-list ul li .project-desc .pro-desc {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
    text-align: justify;
}

.project .project-list ul li.hover .project-desc {
    background: #5698d1;
    transition: all .4s;
}

.project .project-list ul li.hover .project-desc .pro-tit {
    color: #fff;
    transition: all .4s;
}

.project .project-list ul li.hover .project-desc .pro-desc {
    color: #fff;
    transition: all .4s;
}

.project .project-list .more {
    margin-top: 70px;
}

.project .project-list .more a {
    display: block;
    width: 240px;
    height: 56px;
    margin: 0 auto;
    border: 2px solid #5698d1;
    border-radius: 28px;
    font-size: 20px;
    color: #5698d1;
    text-align: center;
    line-height: 56px;
    transition: all .4s;
}

.project .project-list .more a:hover {
    background-color: #5698d1;
    color: #fff;
    transition: all .4s;
}

.video {
    padding: 70px 0 80px;
    background-color: #e0e0e0;
}

.video .resource {
    position: relative;
    width: 840px;
    height: 510px;
}

.video .resource .pause {
    display: block;
    width: 100px;
    height: 100px;
    border: 3px solid #fff4d9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url(../images/pause.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 39px;
}

.video .desc {
    width: 440px;
    height: 510px;
    padding: 55px 0 0 60px;
    background-color: #fff;
}

.video .desc .title {
    position: relative;
    font-size: 20px;
    color: #5698d1;
    margin-bottom: 20px;
}

.video .desc .title span {
    padding-bottom: 1px;
    border-bottom: 1px solid #5698d1;
}

.video .desc .title:before {
    display: block;
    content: '';
    width: 14px;
    height: 16px;
    background-image: url(../images/sj.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -35px;
    top: 7px;
}

.video .desc .subdesc {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.video .desc .videolist {
    margin-top: 40px;
}

.video .desc .videolist a {
    display: block;
    width: 120px;
    height: 36px;
    border-radius: 18px;
    border: 2px solid #5698d1;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    transition: all .4s;
}

.video .desc .videolist a:hover {
    background-color: #5698d1;
    color: #fff;
    transition: all .4s;
}

.news {
    background-color: #f7f7f7;
    padding: 60px 0 70px;
}

.news .newslist ul li {
    width: 400px;
    float: left;
    transition: all .4s;
}

.news .newslist ul li.hover {
    box-shadow: 4px 4px 18px #dbd8d8;
    transition: all .4s;
}

.news .newslist ul li a {
    display: block;
}

.news .newslist ul li:nth-child(2) {
    margin: 0 40px;
}

.news .newslist ul li .thumb {
    width: 400px;
    height: 300px;
    overflow: hidden;
}

.news .newslist ul li .thumb img {
    min-width: 400px;
    height: 300px;
}

.news .newslist ul li .newsummary {
    padding: 0 20px 40px;
}

.news .newslist ul li .title {
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news .newslist ul li .newsdesc {
    height: 52px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news .newslist .more {
    margin-top: 70px;
}

.news .newslist .more a {
    display: block;
    width: 240px;
    height: 56px;
    margin: 0 auto;
    border: 2px solid #5698d1;
    border-radius: 28px;
    font-size: 20px;
    color: #5698d1;
    text-align: center;
    line-height: 56px;
    transition: all .4s;
}

.news .newslist .more a:hover {
    background-color: #5698d1;
    color: #fff;
    transition: all .4s;
}

.partner {
    padding: 40px 0 100px;
    background-color: #fff;
}

.partner ul li {
    float: left;
    height: 70px;
    margin: 0 45px;
}

.partner ul li img {
    vertical-align: middle;
}

.partner ul li:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}

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

.partner ul li:last-child {
    margin-right: 0;
}

footer {
    padding: 40px 0;
    background-color: #5a5b5c;
}

footer p {
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 0;
}

footer p a {
    color: #ffffff;
}

.select-type {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}

.select-type a {
    display: inline-block;
    padding: 0 50px;
    font-size: 24px;
    height: 90px;
    line-height: 90px;
    color: #454545;
    position: relative;
}

.select-type a.active {
    color: #c32134;
}

.select-type .moveline {
    display: block;
    content: '';
    width: 120px;
    height: 2px;
    background-color: #c32134;
    position: absolute;
    left: 0;
    bottom: 0px;
    display: none;
}

.banner {
    position: relative;
    width: 100%;
    height: 90px;
    overflow: hidden;
    background-image: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 100px;
}

.banner .content {
    height: 90px;
}

.banner .banner-title {
    font-size: 28px;
    color: #fff;
    line-height: 90px;
    transition: all .8s;
    opacity: 0;
}

.banner .banner-title.animate {
    opacity: 1;
}

.info .infos {
    display: none;
    margin-bottom: 60px;
}

.info .infos.active {
    display: block;
}

.info .content .info-con {
    padding-top: 60px;
}

.info .content .info-con .newsitem {
    background-color: #f5f5f5;
    font-size: 0;
    margin-bottom: 30px;
    transition: all .4s;
}

.info .content .info-con .newsitem a {
    display: block;
    padding: 50px 150px 50px 40px;
    position: relative;
    overflow: hidden;
}

.info .content .info-con .newsitem.hover {
    background-color: #fff;
    box-shadow: 0px 3px 24px 0px rgba(130, 130, 130, 0.15);
    transition: all .4s;
}

.info .content .info-con .newsitem.hover .right {
    right: 0;
    transition: all .6s;
}

.info .content .info-con .newsitem .thumb {
    display: inline-block;
    width: 295px;
}

.info .content .info-con .newsitem .thumb img {
    width: 100%;
    display: block;
}

.info .content .info-con .newsitem .date {
    display: inline-block;
    vertical-align: top;
    padding: 30px 50px 0;
    line-height: 1;
}

.info .content .info-con .newsitem .date .d {
    font-size: 28px;
    color: #3d3d3d;
}

.info .content .info-con .newsitem .date .y {
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
}

.info .content .info-con .newsitem .newscon {
    display: inline-block;
    width: 420px;
    vertical-align: top;
}

.info .content .info-con .newsitem .newscon .title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 15px;
}

.info .content .info-con .newsitem .newscon .desc {
    height: 52px;
    font-size: 12px;
    line-height: 26px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.info .content .info-con .newsitem .right {
    display: block;
    width: 140px;
    height: 200px;
    background-image: url(../images/right.png);
    position: absolute;
    right: -140px;
    top: 50%;
    margin-top: -100px;
    transition: all .6s;
}

.info .content .info-con .manage-charter .rules {
    padding: 0 25px 0 30px;
    border-bottom: 1px solid #ccc;
}

.info .content .info-con .manage-charter .rules .tit {
    position: relative;
    padding: 30px 0;
    font-size: 18px;
    color: #333;
}

.info .content .info-con .manage-charter .rules .tit .folder {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/folder2.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 27px;
    cursor: pointer;
}

.info .content .info-con .manage-charter .rules .con {
    display: none;
    padding-bottom: 20px;
}

.info .content .info-con .manage-charter .rules .con p {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.info .content .info-con .manage-charter .rules.active {
    background-color: #f5f5f5;
    border-bottom: none;
}

.info .content .info-con .manage-charter .rules.active .con {
    display: block;
}

.info .content .info-con .manage-charter .rules.active .tit .folder {
    background-image: url(../images/folder.png);
}

.info .content .info-con .finac-info .glzc .finac-info-list {
    height: 160px;
    padding: 15px 30px 20px;
}

.info .content .info-con .finac-info .glzc .finac-info-list .time {
    display: none;
}

.info .content .info-con .finac-info .finac-info-list {
    display: inline-block;
    width: 358px;
    height: 200px;
    padding: 35px 30px 20px;
    background-color: #f2f3f5;
    float: left;
    margin-bottom: 13px;
}

.info .content .info-con .finac-info .finac-info-list a {
    display: block;
}

.info .content .info-con .finac-info .finac-info-list:nth-child(3n-1) {
    margin: 0 13px;
}

.info .content .info-con .finac-info .finac-info-list .time {
    font-size: 22px;
    line-height: 1;
    color: #4999d6;
}

.info .content .info-con .finac-info .finac-info-list .desc {
    font-size: 16px;
    height: 52px;
    line-height: 26px;
    color: #4d4d4d;
    margin: 14px 0 18px;
}

.info .content .info-con .finac-info .finac-info-list .download .pdficon {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 4px;
    background-image: url(../images/q1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: all .4s;
}

.info .content .info-con .finac-info .finac-info-list .download .pdficon:hover {
    background-position: 0 -39px;
    transition: all .4s;
}

.info .content .info-con .finac-info .finac-info-list.hover {
    background-color: #cce2ed;
    /* background-color: #eaf5f7; */
    transition: all .4s;
}

.info .content .info-con .report {
    padding-bottom: 50px;
}

.info .content .info-con .report .report-item {
    margin-bottom: 20px;
}

.info .content .info-con .more a {
    display: block;
    margin: 60px auto;
    width: 242px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #dfdfdf;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #666666;
}

.about .comn-tit {
    padding-top: 60px;
    padding-bottom: 25px;
    font-size: 28px;
    color: #454545;
    text-align: center;
    position: relative;
}

.about .comn-tit:after {
    display: block;
    content: '';
    width: 36px;
    height: 1px;
    background-color: #c32134;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 0;
}

.about .comn-desc {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 20px;
    text-align: center;
}

.about .abouts {
    display: none;
}

.about .abouts.active {
    display: block;
}

.about .intro .part1 {
    position: relative;
}

.about .intro .part1:before,
.about .intro .part1:after {
    display: block;
    content: '';
    width: 26px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 180px;
}

.about .intro .part1:before {
    background-image: url(../images/iconbg1.png);
    left: 65px;
}

.about .intro .part1:after {
    background-image: url(../images/iconbg2.png);
    right: 65px;
}

.about .intro .part3 {
    margin-bottom: 60px;
}

.about .intro .part3 .business {
    padding: 85px 110px 0;
}

.about .intro .part3 .business .businesslist {
    width: 240px;
    height: 180px;
    border: 2px solid red;
    border-radius: 10px;
    float: left;
    position: relative;
}

.about .intro .part3 .business .businesslist:nth-child(2) {
    margin: 0 80px;
}

.about .intro .part3 .business .businesslist:before {
    display: block;
    content: '';
    width: 84px;
    height: 84px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -42px;
    margin-top: -42px;
}

.about .intro .part3 .business .businesslist.b1 {
    border-color: #bbc1e0;
}

.about .intro .part3 .business .businesslist.b1:before {
    background-image: url(../images/busi1.png);
}

.about .intro .part3 .business .businesslist.b2 {
    border-color: #97d7f1;
}

.about .intro .part3 .business .businesslist.b2:before {
    background-image: url(../images/busi2.png);
}

.about .intro .part3 .business .businesslist.b3 {
    border-color: #9cdbad;
}

.about .intro .part3 .business .businesslist.b3:before {
    background-image: url(../images/busi3.png);
}

.about .intro .part3 .business .businesslist .desc {
    padding-top: 70px;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: center;
}

.about .intro .part4 {
    background-color: #f7f7f7;
    padding: 80px 090px;
}

.about .intro .part4 .content {
    padding: 0 70px;
}

.about .intro .part4 .content .caver {
    width: 202px;
    float: left;
}

.about .intro .part4 .content .caver .tit {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.about .intro .part4 .content .caver .thumb {
    position: relative;
    margin-top: 10px;
}

.about .intro .part4 .content .caver .thumb img {
    width: 202px;
    cursor: pointer;
}

.about .intro .part4 .content .caver .thumb .pdf {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
}

.about .intro .part4 .content .caver .thumb .smallmask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    display: none;
}

.about .intro .part4 .content .caver .thumb:hover .smallmask {
    display: block;
}

.about .intro .part4 .content .caver:nth-child(2) {
    margin: 0 175px;
}

.about .sponsor {
    padding: 0px 0 70px;
}

.about .sponsor .sponsor-content {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-top: 25px;
    padding: 0 72px;
    text-align: justify;
    text-indent: 32px;
}

.about .sponsor .sponsor-tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-top: 50px;
}

.about .sponsor .period {
    margin-top: 60px;
}

.about .sponsor .period .periods {
    margin-bottom: 50px;
}

.about .sponsor .period .periods .year {
    font-size: 20px;
    color: #4999d6;
    float: left;
    position: relative;
    margin-top: 20px;
}

.about .sponsor .period .periods .year:after {
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/time.jpg);
    background-size: contain;
    position: absolute;
    right: -40px;
    top: 0;
    z-index: 9;
}

.about .sponsor .period .periods.has-main-title .year {
    margin-top: 75px;
}

.about .sponsor .period .periods .main-title {
    width: 950px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #4999d6;
    float: right;
}

.about .sponsor .period .periods .periods-content {
    position: relative;
    width: 950px;
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 30px;
    float: right;
}

.about .sponsor .period .periods .periods-content .title {
    font-size: 20px;
    color: #4999d6;
}

.about .sponsor .period .periods .periods-content .con {
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    margin-top: 6px;
}

.about .sponsor .period .periods .periods-content:after {
    display: block;
    content: '';
    width: 1px;
    height: 150%;
    background-color: #4999d6;
    position: absolute;
    left: -62px;
    top: -50px;
    z-index: 8;
}

.about .sponsor .period .periods:last-child .periods-content:after {
    height: 50%;
}

.about .events {
    /* padding-top: 80px; */
}

.about .events .comn-tit {
  margin-bottom: 40px;
}

.about .events .eventsbox {
    position: relative;
    display: inline-block;
    width: 425px;
    margin-bottom: 60px;
    padding: 20px 25px;
    font-size: 14px;
    line-height: 24px;
    vertical-align: top;
}

.about .events .eventsbox:nth-child(even) {
    left: 0;
}

.about .events .eventsbox:nth-child(even):before {
    right: -61px;
}

.about .events .eventsbox:nth-child(odd) {
    right: -103px;
    top: 50px;
}

.about .events .eventsbox:nth-child(odd):before {
    left: -58px;
}

.about .events .eventsbox:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #4999d6;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    z-index: 9;
}

.about .events .eventsbox.bg-white {
    background-color: #fff;
    box-shadow: 0px 1px 18px 0px rgba(64, 64, 65, 0.16);
    color: #333;
}
.about .events .eventsbox p:nth-child(2) {
  text-indent: 28px;
}
.about .events .eventsbox.bg-blue {
    background-color: #4999d6;
    color: #fff;
}

.about .events .eventsbox.first:before {
    width: 8px;
    height: 8px;
    background-color: #ffc926;
    right: -59px;
}

.about .events .eventsbox.last:before {
    width: 8px;
    height: 8px;
    background-color: #e64844;
    left: -56px;
}

.about .events .event-period {
    position: relative;
    width: 100%;
}

.about .events .event-period .year {
    display: block;
    width: 70px;
    height: 70px;
    background-color: #eeeeee;
    border-radius: 50%;
    margin: 0 auto;
    font-size: 24px;
    color: #4999d6;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
}

.about .events .event-period:after {
    display: block;
    content: '';
    width: 4px;
    height: 100%;
    background-color: #eeeeee;
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -2px;
}

.about .events .content {
    padding: 0 70px 150px;
}

.about .structure .comn-tit {
    margin-bottom: 40px;
}

.about .structure .struc {
    padding: 40px 80px 0;
    background-color: #f5f5f5;
}

.about .structure .struc.pdb40 {
    padding-bottom: 40px;
}

.about .structure .struc .t {
    width: 100px;
    height: 90px;
    line-height: 1.2;
    padding-top: 25px;
    float: left;
    text-align: left;
    font-size: 20px;
    color: #4999d6;
    font-weight: bold;
}

.about .structure .struc .t.linecenter {
    line-height: 90px;
    padding-top: 0;
}

.about .structure .struc .d {
    width: 210px;
    height: 90px;
    padding-left: 20px;
    border-left: 2px solid #4999d6;
    float: left;
}

.about .structure .struc .d .position {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.about .structure .struc .d .name {
    font-size: 22px;
    line-height: 36px;
    color: #4c4c4c;
}

.about .structure .struc .d .namet {
    font-size: 16px;
    line-height: 28px;
    color: #4d4d4d;
}

.about .structure .struc-img {
    margin: 40px 0 70px;
}

.project-apply .content h3 {
    padding-top: 60px;
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.project-apply .content .desc {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.project-apply .content .desc a {
    color: #666666;
    text-decoration: underline;
}

.project-apply .content .comninfo {
    margin-top: 30px;
}

.project-apply .content .comninfo .input-info {
    position: relative;
    margin-bottom: 30px;
}

.project-apply .content .comninfo .input-info input,
.project-apply .content .comninfo .input-info select {
    display: block;
    width: 560px;
    height: 48px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    margin: 0 auto;
    padding-left: 24px;
}

.project-apply .content .comninfo .input-info input:focus,
.project-apply .content .comninfo .input-info select:focus {
    border-color: #eea7a5;
    outline: 0;
    box-shadow: none;
}

.project-apply .content .comninfo .input-info .prompt {
    position: absolute;
    left: 840px;
    top: 12px;
    font-size: 14px;
    color: #db3833;
}

.project-apply .content .comninfo .row {
    display: block;
    width: 560px;
    height: 48px;
    border-radius: 0px;
    margin: 0 auto;
    padding: 0;
}

.project-apply .content .comninfo .row:focus {
    border-color: #eea7a5;
    outline: 0;
    box-shadow: none;
}

.project-apply .content .comninfo .row input,
.project-apply .content .comninfo .row select {
    width: 100%;
    padding: 0;
}

.project-apply .content .comninfo .row div {
    padding: 0;
}

.project-apply .content .comninfo .submit input {
    display: block;
    width: 242px;
    height: 48px;
    background-color: #c32134;
    border-radius: 24px;
    margin: 50px auto;
    border: none;
    color: #fff;
    font-size: 18px;
}

.project-apply .content .comninfo textarea {
    display: block;
    width: 560px;
    height: 145px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    margin: 0 auto;
    padding: 15px 30px;
}

.project-apply .content .comninfo textarea:focus {
    border-color: #eea7a5;
    outline: 0;
    box-shadow: none;
}

.project-apply .content .comninfo .pad24 {
    padding-left: 24px !important;
}

.project-apply .content .comninfo .sel-md-icon {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/sel.png") no-repeat scroll 142px center transparent;
}

.project-apply .content .tit {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
}

.project-apply .content .info-download {
    width: 965px;
    margin: 20px auto 80px;
}

.project-apply .content .info-download dl dt {
    height: 50px;
    padding-left: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.project-apply .content .info-download dl dd {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
}

.project-apply .content .info-download dl dd a {
    display: block;
    color: #4999d6;
    text-indent: 20px;
}

.contact .address {
    padding-top: 80px;
}

.contact .address .count {
    width: 30%;
    padding-left: 0;
    padding-right: 40px;
}

.contact .address .count h5 {
    font-size: 28px;
    padding-bottom: 20px;
    border-bottom: 2px solid #4999d6;
    margin-bottom: 20px;
}

.contact .address .count p {
    font-size: 16px;
    line-height: 24px;
}

.contact .address #map {
    width: 70%;
    height: 320px;
}

.contact .contact-info {
    margin-top: 110px;
    padding: 60px 0;
    background-color: #f5f5f5;
}

.contact .contact-info .iconimg {
    height: 60px;
}

.contact .contact-info .iconimg span {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all .4s;
}

.contact .contact-info .iconimg span:hover {
    transition: all .4s;
}

.contact .contact-info .iconimg span:hover.i1 {
    background-image: url(../images/c11.png);
}

.contact .contact-info .iconimg span:hover.i2 {
    background-image: url(../images/c22.png);
}

.contact .contact-info .iconimg span:hover.i3 {
    background-image: url(../images/c33.png);
}

.contact .contact-info .iconimg .i1 {
    background-image: url(../images/c1.png);
    background-size: 40px 51px;
}

.contact .contact-info .iconimg .i2 {
    background-image: url(../images/c2.png);
    background-size: 34px 52px;
}

.contact .contact-info .iconimg .i3 {
    background-image: url(../images/c3.png);
    background-size: 56px 42px;
}

.contact .contact-info .iconimg img {
    display: inline-block;
    vertical-align: middle;
}

.contact .contact-info .iconimg:after {
    display: inline-block;
    content: '';
    height: 100%;
    vertical-align: middle;
}

.contact .contact-info .desc {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}

.contact .contact-info .desc span {
    color: #7a7a7a;
    margin-left: 15px;
}

.selecticon {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../images/sel.png") no-repeat scroll 515px center transparent;
}

.projectshow {
    background-color: #f7f7f7;
}

.projectshow .content {
    height: 285px;
    padding-top: 100px;
}

.projectshow .content .desc {
    width: 525px;
    /* height: 185px; */
    padding-top: 30px;
    padding-right: 45px;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    vertical-align: middle;
    text-indent: 32px;
}

.projectshow .content .project-select {
    width: 575px;
    font-size: 0;
}

.projectshow .content .project-select .project-sel-list {
    display: inline-block;
    width: 140px;
    height: 180px;
    margin-left: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
    background-position: center 55px;
    background-repeat: no-repeat;
    transition: all .4s;
}

.projectshow .content .project-select .project-sel-list:first-child {
    margin-left: 0;
}

.projectshow .content .project-select .project-sel-list:nth-child(1) {
    background-image: url(../images/p1.png);
}

.projectshow .content .project-select .project-sel-list:nth-child(2) {
    background-image: url(../images/p2.png);
}

.projectshow .content .project-select .project-sel-list:nth-child(3) {
    background-image: url(../images/p3.png);
}

.projectshow .content .project-select .project-sel-list:nth-child(4) {
    background-image: url(../images/p4.png);
}

.projectshow .content .project-select .project-sel-list .desc-info {
    display: block;
    padding-top: 130px;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
}

.projectshow .content .project-select .project-sel-list.hover,
.projectshow .content .project-select .project-sel-list.active {
    background-color: #3790d4;
    transition: all .4s;
}

.projectshow .content .project-select .project-sel-list.hover:nth-child(1),
.projectshow .content .project-select .project-sel-list.active:nth-child(1) {
    background-image: url(../images/p1-a.png);
}

.projectshow .content .project-select .project-sel-list.hover:nth-child(2),
.projectshow .content .project-select .project-sel-list.active:nth-child(2) {
    background-image: url(../images/p2-a.png);
}

.projectshow .content .project-select .project-sel-list.hover:nth-child(3),
.projectshow .content .project-select .project-sel-list.active:nth-child(3) {
    background-image: url(../images/p3-a.png);
}

.projectshow .content .project-select .project-sel-list.hover:nth-child(4),
.projectshow .content .project-select .project-sel-list.active:nth-child(4) {
    background-image: url(../images/p4-a.png);
}

.projectshow .content .project-select .project-sel-list.hover .desc-info,
.projectshow .content .project-select .project-sel-list.active .desc-info {
    color: #fff;
}

.projectshow .project-con {
    width: 100%;
    /* height: 463px; */
    height: 460px;
    background-color: #ffffff;
    background-image: url(../images/p1.jpg);
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: center;
    transition: background .4s;
}

.projectshow .project-con .content {
    padding-top: 55px;
}

.projectshow .project-con .project-con-list {
    display: none;
}

.projectshow .project-con .project-con-list.active {
    display: block;
}

.projectshow .project-con .project-con-list .project-con-title {
    font-size: 32px;
    color: #b57625;
}

.projectshow .project-con .project-con-scroll {
    position: relative;
    width: 860px;
    height: 180px;
    margin-top: 55px;
}

.projectshow .project-con .project-con-scroll span {
    display: block;
    width: 36px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 50px;
    transition: all .4s;
}

.projectshow .project-con .project-con-scroll span.prev {
    left: 10px;
    background-image: url(../images/prev.png);
}

.projectshow .project-con .project-con-scroll span.next {
    right: 10px;
    background-image: url(../images/next.png);
}

.projectshow .project-con .project-con-scroll span.hover {
    transition: all .4s;
    background-color: rgba(0, 0, 0, 0.2);
}

.projectshow .project-con .project-con-scroll span.hover.prev {
    background-image: url(../images/prev1.png);
}

.projectshow .project-con .project-con-scroll span.hover.next {
    background-image: url(../images/next1.png);
}

.projectshow .project-con .project-con-scroll .project-con-scroll-list {
    position: relative;
    width: 740px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
}

.projectshow .project-con .project-con-scroll .project-con-scroll-list ul {
    width: 1000%;
    position: absolute;
    top: 0;
}

.projectshow .project-con .project-con-scroll .project-con-scroll-list ul li {
    width: 180px;
    height: 180px;
    border-radius: 8px;
    opacity: 0.6;
    float: left;
    margin-right: 6px;
    display: table;
    cursor: pointer;
    transition: all .4s;
}

.projectshow .project-con .project-con-scroll .project-con-scroll-list ul li .pro-desc {
    text-align: center;
    line-height: 32px;
    color: #fff;
    vertical-align: middle;
    display: table-cell;
    opacity: 1;
	padding: 20px;
}

.projectshow .project-con .project-con-scroll .project-con-scroll-list ul li.hover {
    opacity: 0.9;
    transition: all .4s;
}

.projectshow .project-con .pro1 ul li {
    background-color: #be9d4e;
}

.projectshow .project-con .pro1 .project-con-title {
    color: #ac8b5c;
}

.projectshow .project-con .pro2 ul li {
    background-color: #2c6dcf;
}

.projectshow .project-con .pro2 .project-con-title {
    color: #ffffff;
}

.projectshow .project-con .pro3 ul li {
    background-color: #b08334;
}

.projectshow .project-con .pro3 .project-con-title {
    color: #b57625;
}

.projectshow .project-con .pro4 ul li {
    background-color: #8a7055;
}

.projectshow .project-con .pro4 .project-con-title {
    color: #555a60;
}

.newsdet {
    padding: 60px 0;
    background-color: #f5f5f5;
    min-height: 600px;
}

.newsdet .content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}

.newsdet .content p {
    margin-bottom: 20px;
}

.newsdet .content .time {
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.newsdet .content .img {
    text-align: center;
}

.newsdet .content .img img {
    max-width: 640px;
}

.newsdet .content .con {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-indent: 32px;
}

.bgfff {
    background-color: #fff;
}

.bgf7 {
    background-color: #f7f7f7;
}

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

.layer .layer-con {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1100px;
    height: 555px;
    padding: 20px 35px 0 20px;
    border-radius: 20px;
    background-image: url(../images/layerbg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.layer .layer-con .close {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
}

.layer .layer-con .imglist {
    width: 372px;
    font-size: 0;
}

.layer .layer-con .imglist img {
    display: inline-block;
    margin: 0 6px 6px 0;
    width: 180px;
}

.layer .layer-con .prodet {
    width: 638px;
    height: 495px;
    position: relative;
}

.layer .layer-con .prodet .con {
    height: fit-content;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: justify;
}

.layer .layer-con .prodet .con .t {
    font-size: 28px;
    color: #3186c6;
    margin-bottom: 20px;
}

.layer .layer-con .prodet .con .d {
    font-size: 16px;
    line-height: 24px;
    color: #2c3033;
    margin-bottom: 15px;
    text-indent: 32px;
}

.yyzz .layer-con,
.thumblogo .layer-con {
    height: 570px;
    padding: 60px 0;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    text-align: center;
}

.yyzz .layer-con {
    padding-top: 0px;
}

@media screen and (min-width: 768px) {}


/* @media screen and (max-width: 768px) {
  // body,html {
  //  width: 100%;
  //  overflow-x: scroll;
  // }
  .index-content {
    width: 100%;
  }
  .header .index-content .logo {
    visibility: hidden;
    display: none;
  }
  .project .project-list ul li {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 20px;
  }
  .project .project-list ul li .thumb {
    width: 40%;
    float: left;
  }
  .project .project-list ul li .project-desc {
    width: 60%;
    float: left;
  }
  .project .project-list ul li:nth-child(2),.news .newslist ul li:nth-child(2) {
    margin: 0 0 20px 0;
  }
  .news .newslist ul li {
    width: 100%;
    padding: 0 4%;
    margin-bottom: 20px;
  }
  .news .newslist ul li .thumb {
    width: 40%;
    float: left;
  }
  .news .newslist ul li .title,.news .newslist ul li .newsdesc {
    margin-left: 42%;
  }
  .partner ul li {
    width: 33.33%;
    margin: 0 0 10px 0;
    text-align: center;
  }
}  */

.mobileShow {
    display: none;
}