.maincolor {
    color: #888;
    /*文字*/
    color: #494949;
    /*重文字*/
    color: #222
        /*特重文字*/
        color：#387FC1
        /*主色调*/
        color：#DDD;
    /*边框*/
    color: #F4F4F4;
    /*背景*/
}

/*关于我们栏目*/
.page_about {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 34%;
}

.page_about .bg_container {
    position: absolute;
    width: 31.5%;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.page_about .txt_container .info {
    position: relative;
    text-align: center;
}

.page_about .txt_container .info dl {
    display: inline-block;
    margin-bottom: 1.5em;
}

.page_about .txt_container .info dt {
    color: rgb(48, 45, 45);
    font-size: 1.5em;
}

.page_about .txt_container .info dd {
    font-size: 2em;
    color: #d40727;
    line-height: 3em;
}

.page_about .txt_container .info dd span {
    font-size: 2em;
    vertical-align: baseline;
    display: inline-block;
}

.page_about .txt_container .info .time {
    text-align: right;
    color: #DDD;
    border-top: 1px solid #DDD;
    padding: .5em 0 1em;
}

.page_about .txt_container .info dl:first-child {
    position: absolute;
    left: 0;
    top: 0;
}

.page_about .txt_container .info dl:first-child+dl+dl {
    position: absolute;
    right: 0;
    top: 0;
}

.page_about .txt_container .into_content h2 {
    font-size: 1.875em;
    margin-bottom: 1em;
}

.page_about_updown .info {
    overflow: hidden;
    position: relative;
    padding: 0 0 0 60%;
    margin-bottom: 2em;
}

.page_about_updown .info .bg_container {
    position: absolute;
    width: 54%;
    left: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.page_about_updown .info .txt_container {
    position: relative;
    overflow: hidden;
}

.page_about_updown .info .txt_container dl {
    border-top: 1px solid #DDD;
    position: relative;
    top: -1px;
    overflow: hidden;
}

.page_about_updown .info .txt_container dt {
    float: left;
    position: relative;
    top: 2.5em;
    color: #222;
    font-size: 1.25em;
}

.page_about_updown .info .txt_container dd {
    font-size: 2em;
    color: #d40727;
    line-height: 3em;
    float: right;
}

.page_about_updown .info .txt_container dd span {
    font-size: 2em;
    vertical-align: baseline;
    display: inline-block;
}

.page_about_updown .info .txt_container .time {
    text-align: right;
    color: #DDD;
    padding: .5em 0 0;
}

@media screen and (max-width: 767px) {
    .page_about {
        padding: 0;
    }

    .page_about .bg_container {
        position: static;
        width: auto;
        margin-bottom: 2em;
    }

    .company-page .page_about .bg_container {
        display: none;
    }

    .page_about .txt_container .info dt {
        font-size: 1.167em;
    }

    .page_about .txt_container .info dd {
        font-size: 1.25em;
    }

    .page_about_updown .info {
        padding: 0;
    }

    .page_about_updown .info .bg_container {
        position: static;
        margin-bottom: 1em;
        width: auto;
    }

    .page_about_updown .info .bg_container img {
        width: 100%;
    }

    .page_about_updown .info .txt_container dt {
        font-size: 1em;
        top: 1.25em;
    }

    .page_about_updown .info .txt_container dd {
        font-size: 1.25em;
    }
}


/* 领导致辞 */
.chairman-page .content {
    background: url(../images/speech.jpg) bottom center no-repeat;
}

.chairman-page .content .txt_container {
    background: rgba(21, 105, 182, .84);
    padding: 3%;
    margin-top: 30px;
    margin-bottom: 40px;
}

.chairman-page .content .txt_container p {
    color: #ffffff;
}



/* 领导团队 */
.leadingteam {
    background: #f6f6f6;
    overflow: hidden;
    overflow: hidden;
    text-align: justify;
    text-align-last: justify;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.leadingteam .pic {
    width: 34.5%;
    display: inline-block;
    vertical-align: middle;
}

.leadingteam .pic img {
    width: 100%;
}

.leadingteam .team_content {
    padding: 5%;
    width: 65%;
    text-align: left;
    text-align-last: left;
    display: inline-block;
    vertical-align: middle;
}

.leadingteam .team_content li {
    overflow: hidden;
    position: relative;
    font-weight: 18px;
    line-height: 1.8;
    margin: 2% 0;
}

.leadingteam .team_content li .name {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #666666;
}

.leadingteam .team_content li .job_position {
    margin-left: 5em;
}

@media screen and (max-width: 767px) {
    .leadingteam {
        display: block;
    }

    .leadingteam .pic {
        width: 100%;
    }

    .leadingteam .team_content {
        width: 100%;
    }
}


/* 发展战略 */
.page-strategy .thumb-list {
    text-align: center;
    margin-bottom: 50px;
}

.page-strategy .thumb-list img {
    margin: 0 3% 30px 3%;
    width: 160px;
}

@media screen and (max-width: 767px) {
    .page-strategy .thumb-list img {
        width: 100px;
        margin: 0 3% 30px 3%;
    }
}


/* 发展历程 */

.historys {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.historys #swiper-container1 {
    padding-bottom: 20px;
}

.historys #swiper-container1:before {
    content: '';
    width: 94%;
    height: 2px;
    background: #ccc;
    position: absolute;
    bottom: 26px;
    left: 3%;
}

.historys #swiper-container1 .swiper-slide {
    text-align: center;
}

.historys #swiper-container1 .swiper-slide.swiper-slide-active a {
    color: #2061ab;
    background: url("../images/icon03.png") no-repeat center bottom;
}

.historys #swiper-container1 .swiper-slide a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding-bottom: 30px;
    background: url("../images/icon04.png") no-repeat center bottom;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.historys #swiper-container1 .swiper-button-prev {
    width: 30px;
    height: 40px;
    padding: 10px;
    background: #fff url("../images/b-btn-l.png") no-repeat center;
    -moz-background-size: 12px;
    background-size: 12px;
    left: 0;
    margin-top: -8px;
}

.historys #swiper-container1 .swiper-button-next {
    width: 30px;
    height: 40px;
    padding: 10px;
    background: #fff url("../images/b-btn-r.png") no-repeat center;
    -moz-background-size: 12px;
    background-size: 12px;
    right: 0;
    margin-top: -8px;
}

.historys #swiper-container2 .swiper-slide .history-slide {
    padding: 40px 60px;
    overflow: hidden;
}

.historys #swiper-container2 .swiper-slide .history-slide>span {
    display: block;
    float: left;
    font-size: 16px;
    color: #333;
    width: 20%;
    position: relative;
}

.historys #swiper-container2 .swiper-slide .history-slide>span:before {
    content: '';
    width: 60%;
    height: 1px;
    background: #dfdfdf;
    position: absolute;
    top: 50%;
    right: 0;
}

.historys #swiper-container2 .swiper-slide .history-slide ul {
    float: left;
    width: 80%;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.historys #swiper-container2 .swiper-slide .history-slide ul li {
    font-size: 14px;
    color: #333;
    padding-left: 25px;
    margin-bottom: 15px;
    background: url("../images/icon03.png") no-repeat left center;
    -moz-background-size: 16px;
    background-size: 16px;
}

.historys #swiper-container2 .swiper-slide h4 {
    font-size: 48px;
    font-weight: 600;
    color: #195192;
    line-height: 43px;
    padding: 40px 60px;
}

/* .history .swiper-button-prev,.history .swiper-button-next{
    margin-top: 10px;
} */
.historys .swiper-button-prev::after,
.historys .swiper-button-next::after {
    content: '';
}

@media screen and (max-width: 768px) {
    .historys #swiper-container2 .swiper-slide h4 {
        font-size: 36px;
        font-weight: 600;
        color: rgba(102, 102, 102, 1);
        line-height: 43px;
        padding: 40px 0px;
    }

    .historys #swiper-container2 .swiper-slide .history-slide {
        padding: 30px 10px;
    }

    .historys #swiper-container2 .swiper-slide .history-slide>span {
        float: none;
        width: auto;
        font-size: 20px;
    }

    .historys #swiper-container2 .swiper-slide .history-slide>span:before {
        display: none;
    }

    .historys #swiper-container2 .swiper-slide .history-slide ul {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }

}


/* 图片标题列表 */

.picture-collection {
    /* text-align: justify;
    text-align-last: left; */
    overflow: hidden;
}

.picture-collection li {
    /* display: inline-block; */
    vertical-align: top;
    text-align: left;
    text-align-last: left;
    width: 24%;
    margin-bottom: 3%;
    margin-right: 0.95%;
    float: left;
}

.picture-collection li:nth-child(4n){
   
}

.picture-collection li .thumb {
    margin-bottom: 4%;
    position: relative;
    padding-bottom: 70%;
}

.picture-collection li .thumb img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.picture-collection li .tit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width:1440px) {
    .picture-collection li {
        font-size: 14px;
        margin-right: 0.9%;
    }
}

@media screen and (max-width:1024px) {
    .picture-collection li {
       width: 32%;
       margin-right: 2%;
    }
    .picture-collection li:nth-child(3n){
        margin-right: 0;
    }
    .picture-collection li:nth-child(4n){
        margin-right: 2%;
    }
}

@media screen and (max-width:760px) {
    .picture-collection li {
        width: 48%;
        margin-right: 4%!important;

    }
    .picture-collection li:nth-child(2n) {
       margin-right: 0!important;;
    }
    
}


.page_img {
    padding: 2em 0;
    text-align: center;
}

.page_img img {
    max-width: 100%;
}

.page_bgimg_txt {
    position: relative;
    overflow: hidden;
    padding: 5.5% 50% 5.5% 0;
}

.page_bgimg_txt .bg_container {
    position: absolute;
    right: 0;
    width: 81%;
    top: 0;
    bottom: 0;
}

.page_bgimg_txt .txt_container {
    position: relative;
    padding: 10%;
    text-align: justify;
    background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 60%, rgba(238, 238, 238, 0) 100%);
}

.page_bgimg_txt .txt_container p {
    margin: 1em 0;
}

@media screen and (max-width: 767px) {
    .page_bgimg_txt {
        position: relative;
        overflow: hidden;
        padding: 5.5% 15% 5.5% 0;
    }

    .page_bgimg_txt .bg_container {
        width: 90%;
    }

    .page_bgimg_txt .txt_container {
        background: linear-gradient(to right, rgba(238, 238, 238, 1) 0%, rgba(238, 238, 238, 1) 75%, rgba(238, 238, 238, 0) 100%);
    }
}

/*新闻栏目*/
.newslist {
    list-style-type: none;
}

.newslist li {
    border-bottom: 1px solid #DDD;
}

.newslist li a {
    padding: 1.25% 1em;
    display: block;
}

.newslist li a:hover {
    background: #F4F4F4;
}

.newslist .img_container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 23%;
    height: 0;
    padding: 0 0 11.5%;
    overflow: hidden;
    margin-right: -.33em;
}

.newslist .img_container .bg_container {
    width: 100%;
    transition: transform .5s linear;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.newslist li a:hover .img_container .bg_container {
    transform: scale(1.05);
}

.newslist .img_container+.txt_container {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0 -2% 0 2%;
}

.newslist .img_container+.times {
    display: none;
}

.newslist .img_container+.times+.txt_container {
    display: inline-block;
    vertical-align: middle;
    width: 75%;
    margin: 0 -2% 0 2%;
}

.newslist .txt_container h3 {
    width: calc(100% - 6em);
    color: #222;
    white-space: nowrap;
    font-size: 1.167em;
    line-height: 1.75em;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.newslist li a:hover .txt_container h3 {
    color: #387FC1;
}

.newslist li a strong {
    color: #387FC1;
}

.newslist .txt_container .time {
    display: block;
    position: relative;
    width: 6em;
    text-align: right;
    color: #888;
    top: -1.875em;
    margin: 0 0 0 auto;
}

.newslist .txt_container p {
    overflow: hidden;
    height: 3.75em;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.newslist .times:first-child {
    display: inline-block;
    border: 1px solid #387FC1;
    text-align: center;
    vertical-align: top;
    color: #387FC1;
    overflow: hidden;
    padding: 0 .5em .25em;
}

.newslist .times .d {
    display: block;
    line-height: 1.75em;
    font-size: 2em;
    margin-bottom: -.25em;
}

.newslist .times .m,
.newslist .times .y {
    float: right;
}

.newslist .times .y:after {
    content: "-";
}

.newslist .times:first-child+.txt_container {
    display: inline-block;
    vertical-align: top;
    width: calc(98% - 7em);
    margin: 0 -2% 0 2%;
}

.newslist .times:first-child+.txt_container h3 {
    width: 100%;
}

.newslist .times:first-child+.txt_container .time {
    text-align: left;
    margin: 0;
    top: auto;
    opacity: 0;
}

@media screen and (max-width: 767px) {
    .newslist li {
        margin-bottom: 15px;
        padding-bottom: 5px;
    }
    .newslist li a{
        padding: 1.25% 0;
       
    }
    .newslist .img_container {
        width: 100%;
        height: auto;
        padding: 0 ;
        margin-bottom: 15px;
    }
    

    .newslist .img_container+.txt_container {
        width: 53%;
        /* margin: 0 -2% 0 4%; */
    }

    .newslist .img_container+.times+.txt_container {
        width: 53%;
        margin: 0 -2% 0 4%;
    }

    .newslist .txt_container h3 {
        width: auto;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .newslist .txt_container .time {
        text-align: left;
        margin: 0;
        top: auto;
    }

    .newslist .img_container+.txt_container p {
        display: none;
    }
}

.newsinto {
    overflow: hidden;
}

.news_con {
    float: left;
    width: 70%;
}

.news_con .into_title {
    overflow: hidden;
    text-align: center;
    padding: 2.5em 0 2.5em;
}

.news_con .into_title h1 {
    font-size: 2.25em;
    line-height: 1.25em;
    margin: .25em;
    text-align: center;
    font-weight: bold;
    color: #494949;
}

.news_con .into_title h2 {
    font-size: 1.75em;
    line-height: 1.25em;
    margin: .25em;
    text-align: center;
    font-weight: bold;
    color: #494949;
}

.news_con .into_title .time {
    /* float: left; */
    white-space: nowrap;
    color: #888;
    padding-top: 1em;
    margin-right: -8em;
}

.news_con .into_title #share {
    margin: .5em auto;
    display: inline-block;
}

.news_con .into_title #share a {
    width: 1.5em !important;
    height: 1.5em !important;
    margin: 0 .5em;
}

.news_con .into_title #share .bds_tqq {
    background: url(../images/bbs1.png) no-repeat center center/100% !important;
}

.news_con .into_title #share .bds_weixin {
    background: url(../images/bbs2.png) no-repeat center center/100% !important;
}

.news_con .into_title #share .bds_qzone {
    background: url(../images/bbs3.png) no-repeat center center/100% !important;
}

.news_con .into_title #share .bds_tsina {
    background: url(../images/bbs4.png) no-repeat center center/100% !important;
}

.news_con .newsinfo {
    padding: 2em 0 2em;
    text-align: right;
}

.news_con .newsinfo p {
    display: inline-block;
    margin-left: 1em;
}

.news_side {
    float: right;
    width: 25%;
    overflow: hidden;
    padding-top: 2.5em;
}

.news_side .recommend {
    background: #F4F4F4;
    border-bottom: .25em;
    padding: 2em 1em;
}

.news_side .recommend h2 {
    background: #DDD;
    padding: 0 2em;
    border-radius: 1em;
    line-height: 2em;
    display: inline-block;
    margin-bottom: 1em;
    color: #494949;
}

.news_side .recommend li {
    list-style-type: none;
    padding: 1.5em 0;
    overflow: hidden;
}

.news_side .recommend .txt_container {
    padding-left: 1.25em;
    position: relative;
    line-height: 1.25em;
}

.news_side .recommend .txt_container:before {
    content: "";
    background: #888;
    width: .25em;
    height: .25em;
    top: .5em;
    left: .25em;
    border-radius: 50%;
    position: absolute;
}

.news_side .recommend .txt_container h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #494949;
}

.news_side .recommend .txt_container .time {
    color: #888;
}

.news_side .recommend li a:hover .txt_container h3 {
    color: #387FC1;
}

.news_side .recommend .img_container {
    float: right;
    height: 3.75em;
    width: 7.4em;
    overflow: hidden;
    margin-left: 1em;
    position: relative;
}

.news_side .recommend .img_container .bg_container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: transform .5s linear;
}

.news_side .recommend li a:hover .img_container .bg_container {
    transform: scale(1.05);
}


@media screen and (max-width: 1024px) {
    .news_con {
        float: none;
        width: auto
    }

    .news_side {
        float: none;
        width: auto;
        padding: 2em 5%;
    }
}

@media screen and (max-width: 480px) {
    .news_con .into_title #share {
        float: right;
    }

    .news_con .into_title #share a {
        margin: 0 .25em;
    }

    .news_side {
        padding: 0 0 2em;
    }
}

/*招聘栏目*/
.recruit_list .recruit_con {
    margin-bottom: 2.5em;
}

.recruit_list .recruit_con .recruit_til {
    border-bottom: 1px solid #DDD;
    padding: 0 0 .5em;
    margin-bottom: 1.5em;
}

.recruit_list .recruit_con .recruit_til h2 {
    color: #387FC1;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.875em;
}

.recruit_list .recruit_con .recruit_til p {
    display: inline-block;
    white-space: nowrap;
    margin-right: 1em;
}

.recruit_list .recruit_con .btn {
    display: inline-block;
    padding: .5em 3em;
    color: #FFF;
    background: #387FC1;
    margin-top: 1.5em;
}

.page_form .form_con {
    padding: 2em 3em 2em;
}

.page_form .form_con h3 {
    color: #387FC1;
    font-size: 1.5em;
    line-height: 3em;
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    margin: 0 -2em 2em;
}

.page_form button.submit {
    outline: none;
    font-size: 1.125em;
    padding: .75em 2.5em;
    background: #387FC1;
    color: #FFF;
    border: none;
    margin-right: 1em;
    margin-left: 2.494949em;
}

.page_form button.reset {
    outline: none;
    font-size: 1.125em;
    padding: .75em 2.5em;
    background: #494949;
    color: #FFF;
    border: none;
    margin-right: 1em;
}

.page_form dl {
    padding: 0 0 1em;
    width: 960px;
    max-width: 100%;
    padding-right: 1em;
    clear: both;
    overflow: hidden;
}

.page_form dl.col3 {
    width: 320px;
    max-width: 33.33%;
    clear: none;
    float: left;
}

.page_form dl.col3_short {
    width: 288px;
    max-width: 30%;
}

.page_form dl.col3_long {
    width: 384px;
    max-width: 40%;
}

.page_form dt {
    line-height: 3em;
}

.page_form .routine dt {
    width: 7.5em;
    float: left;
    margin-right: 1.5em;
    text-align: right;
}

.page_form .routine dd {
    float: left;
    width: 450px;
    position: relative;
    line-height: 3em;
}

.page_form .routine dl.col3 {
    width: auto;
    max-width: none;
    overflow: visible;
}

.page_form .routine dl.col3 dd {
    width: 125px;
    margin-right: -2.5em;
}

.page_form .routine dl.hh {
    clear: both;
}

.page_form .routine dd.note {
    width: auto;
    margin-left: 1em;
    line-height: 3em;
}

.page_form .routine dd.fileimg {
    width: 165px;
    height: 226px;
    overflow: hidden;
    position: relative;
}

.page_form .routine dd.fileimg+dd.note {
    clear: left;
    margin-left: 9em;
}

.page_form .routine dd.fileimg img {
    width: 165px;
    height: 226px;
}

.page_form .must {
    color: #d40727;
}

.page_form table {
    max-width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.page_form table td,
.page_form table th {
    padding: 0 1em 1em 0;
    border: none;
    font-weight: lighter;
    text-align: left;
}

.page_form table td .tdtil {
    display: none;
}

.page_form input {
    padding: .5em;
    line-height: 1.875em;
    color: #222;
    border: none;
    outline: none;
    background: #F4F4F4;
    width: 100%;
    vertical-align: middle;
}

.page_form select {
    padding: .5em;
    line-height: 3em;
    color: #222;
    border: none;
    outline: none;
    background: #F4F4F4;
    width: 100%;
    vertical-align: middle;
    height: 3em;
    -webkit-appearance: auto;
}

.page_form .times input {
    width: calc(50% - 1em);
}

.page_form textarea {
    padding: .5em;
    line-height: 1.875em;
    color: #222;
    border: none;
    outline: none;
    background: #F4F4F4;
    width: 100%;
}

.page_form input[type="radio"] {
    padding: 0;
    line-height: normal;
    background: none;
    width: 1em;
    height: 1em;
    -webkit-appearance: radio;
    margin-right: .5em;
}

.page_form input[type="file"] {
    padding: 0;
    background: none;
    width: auto;
    -webkit-appearance: auto;
}

.page_form .routine dd.fileimg input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 226px;
    line-height: 1em;
    opacity: 0;
}

.page_form label {
    margin-right: 1em;
}

@media screen and (max-width: 840px) {
    .page_form .form_con {
        padding: 2em 0 2em;
    }

    .page_form .form_con h3 {
        margin: 0 0 2em;
    }

    .page_form .routine dl.col3 {
        width: 33.33%;
    }

    .page_form .routine dl.col3 dd {
        width: 100%;
        margin-right: 0;
    }

    .page_form .routine dt {
        width: auto;
        float: none;
        text-align: left;
    }

    .page_form .routine dd {
        float: none;
        width: auto;
    }

    .page_form .routine dd.note {
        margin-left: 0;
    }

    .page_form .routine dd.fileimg+dd.note {
        clear: left;
        margin-left: 0;
    }

    .page_form table td,
    .page_form table th {
        padding: 0 .25em 1em 0;
    }

    .page_form input {
        padding: .5em .25em;
    }

    .page_form button.submit {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .page_form dl.col3 {
        width: 960px;
        max-width: 100%;
        clear: both;
        float: none;
    }

    .page_form .routine dl.col3 {
        float: none;
        width: auto;
        max-width: none;
    }

    .page_form .routine dl.col3 dd {
        width: auto;
        margin-right: 0;
    }

    .page_form table,
    .page_form table tr,
    .page_form table tbody {
        display: block;
    }

    .page_form table th {
        display: none;
    }

    .page_form table td {
        display: block;
        padding: 0 1em 1em 0;
    }

    .page_form table td .tdtil {
        display: block;
        line-height: 3em;
    }

    .page_form table td strong.tdtil {
        font-weight: bold;
        color: #387FC1;
    }
}

/*联系我们*/
.page_contactus {
    padding: 0 30em 0 0;
    position: relative;
    margin-top: 4em;
}

.page_contactus .txt_container {
    width: 30em;
    padding: 0 0 0 5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page_contactus .txt_container .page_title {
    position: relative;
    padding: 0 0 2em;
    margin-bottom: 2em;
    background: url(../images/contactus.png) no-repeat left bottom;
}

.page_contactus .txt_container>h3 {
    font-size: 1.5em;
    line-height: 1.5em;
    color: #222;
    padding: 0 0 2em;
    margin-bottom: 2em;
    background: url(../images/contactus.png) no-repeat left bottom;
}

.page_contactus .select_con {
    padding: 0 0 2em;
    margin-bottom: 2em;
    background: url(../images/contactus.png) no-repeat left bottom;
}

.page_contactus .select_con select {
    line-height: 3em;
    color: #222;
    border: 1px solid #DDD;
    outline: none;
    background: #F4F4F4;
    width: 100%;
    vertical-align: top;
    -webkit-appearance: auto;
    height: 3em;
}

.page_contactus .txt_container p {
    margin-bottom: 1em;
}

.page_contactus .map {
    position: relative;
    height: 30em;
    background: #DDD;
}

.page_contactus #allmap {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .page_contactus {
        padding: 0;
    }

    .page_contactus .txt_container {
        width: auto;
        padding: 0 0 2em;
        position: static;
        transform: none;
    }
}


/* 投资企业 */
.investment_detail {
    padding: 5% 0;
}

.investment_detail .title {
    font-size: 36px;
    color: #494949;
    line-height: 1.7;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .investment_detail .title {
        font-size: 30px;
    }
}



.page_form .form_con {
    padding: 2em 3em 2em;
}

.page_form .form_con h3 {
    color: #347EC3;
    font-size: 1.5em;
    line-height: 3em;
    font-weight: bold;
    border-bottom: 1px solid #C8C8C8;
    margin: 0 -2em 2em;
}

.page_form button.submit {
    outline: none;
    font-size: 1.125em;
    padding: .75em 2.5em;
    background: #347EC3;
    color: #FFF;
    border: none;
    margin-right: 1em;
    margin-left: 2.666em;
}

.page_form button.reset {
    outline: none;
    font-size: 1.125em;
    padding: .75em 2.5em;
    background: #555555;
    color: #FFF;
    border: none;
    margin-right: 1em;
}

.page_form dl {
    padding: 0 0 1em;
    width: 960px;
    max-width: 100%;
    padding-right: 1em;
    clear: both;
    overflow: hidden;
}

.page_form dl.col3 {
    width: 320px;
    max-width: 33.33%;
    clear: none;
    float: left;
}

.page_form dl.col3_short {
    width: 264px;
    max-width: 27.5%;
}

.page_form dl.col3_long {
    width: 408px;
    max-width: 45%;
}

.page_form dt {
    line-height: 3em;
}

.page_form .routine dt {
    width: 7.5em;
    float: left;
    margin-right: 1.5em;
    text-align: right;
}

.page_form .routine dd {
    float: left;
    width: 450px;
    position: relative;
    line-height: 3em;
}

.page_form .routine dl.col3 {
    width: auto;
    max-width: none;
    overflow: visible;
}

.page_form .routine dl.col3 dd {
    width: 125px;
    margin-right: -2.5em;
}

.page_form .routine dl.hh {
    clear: both;
}

.page_form .routine dd.note {
    width: auto;
    margin-left: 1em;
    line-height: 3em;
}

.page_form .routine dd.fileimg {
    width: 165px;
    height: 226px;
    overflow: hidden;
    position: relative;
}

.page_form .routine dd.fileimg+dd.note {
    clear: left;
    margin-left: 9em;
}

.page_form .routine dd.fileimg img {
    width: 165px;
    height: 226px;
}

.page_form .must {
    color: #d40727;
}

.page_form table {
    max-width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}

.page_form table td,
.page_form table th {
    padding: 0 1em 1em 0;
    border: none;
    font-weight: lighter;
    text-align: left;
}

.page_form table td .tdtil {
    display: none;
}

.page_form input {
    padding: .5em;
    line-height: 1.875em;
    color: #000;
    border: none;
    outline: none;
    background: #F4F4F4;
    width: 100%;
    vertical-align: middle;
}

.page_form select {
    padding: .5em;
    line-height: 3em;
    color: #000;
    border: none;
    outline: none;
    background: #F4F4F4;
    width: 100%;
    vertical-align: middle;
    height: 3em;
    -webkit-appearance: auto;
}

.page_form .times input {
    width: calc(50% - 1em);
}

.page_form textarea {
    padding: .5em;
    line-height: 1.875em;
    color: #000;
    border: none;
    outline: none;
    background: #F4F4F4;
    width: 100%;
}

.page_form input[type="radio"] {
    padding: 0;
    line-height: normal;
    background: none;
    width: 1em;
    height: 1em;
    -webkit-appearance: radio;
    margin-right: .5em;
}

.page_form input[type="file"] {
    padding: 0;
    background: none;
    width: auto;
    -webkit-appearance: auto;
}

.page_form .routine dd.fileimg input {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    font-size: 226px;
    line-height: 1em;
    opacity: 0;
}

.page_form label {
    margin-right: 1em;
}

@media screen and (max-width: 840px) {
    .page_form .form_con {
        padding: 2em 0 2em;
    }

    .page_form .form_con h3 {
        margin: 0 0 2em;
    }

    .page_form .routine dl.col3 {
        width: 33.33%;
    }

    .page_form .routine dl.col3 dd {
        width: 100%;
        margin-right: 0;
    }

    .page_form .routine dt {
        width: auto;
        float: none;
        text-align: left;
    }

    .page_form .routine dd {
        float: none;
        width: auto;
    }

    .page_form .routine dd.note {
        margin-left: 0;
    }

    .page_form .routine dd.fileimg+dd.note {
        clear: left;
        margin-left: 0;
    }

    .page_form table td,
    .page_form table th {
        padding: 0 .25em 1em 0;
    }

    .page_form input {
        padding: .5em .25em;
    }

    .page_form button.submit {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .page_form dl.col3 {
        width: 960px;
        max-width: 100%;
        clear: both;
        float: none;
    }

    .page_form .routine dl.col3 {
        float: none;
        width: auto;
        max-width: none;
    }

    .page_form .routine dl.col3 dd {
        width: auto;
        margin-right: 0;
    }

    .page_form table,
    .page_form table tr,
    .page_form table tbody {
        display: block;
    }

    .page_form table th {
        display: none;
    }

    .page_form table td {
        display: block;
        padding: 0 1em 1em 0;
    }

    .page_form table td .tdtil {
        display: block;
        line-height: 3em;
    }

    .page_form table td strong.tdtil {
        font-weight: bold;
        color: #347EC3;
    }
}

@media screen and (max-width: 374px) {
    .page_form .times input {
        width: 100%;
        margin-bottom: .25em;
    }

    .page_form .times input+input {
        width: calc(100% - 1.5em);
        margin-bottom: 0;
    }
}


.pre-z {
    padding-bottom: 2em;
}

.pre-ul li {
    border-bottom: #dcdcdc solid 1px;
    padding: 1.5em 0;
}

.pre-ul .news-txt {
    position: relative;
}

.pre-ul .news-txt h4 {
    display: inline-block;
}

.pre-ul .news-txt .sj {
    position: absolute;
    right: 0;
}



@media screen and (max-width: 760px) {
    .pre-ul .news-txt .sj {
        left: 0;
        bottom: -30px;
    }

    .pre-ul li {
        border-bottom: #dcdcdc solid 1px;
        padding-bottom: 3em;
    }
}



.contact-wrapper {
    margin:70px 0 50px 0;
    padding: 20px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgba(55, 55, 55, 0.1);
}

.contact-wrapper .mapContainer {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.contact-wrapper .contact-con {
    float: right;
    width: 50%;
    padding: 10% 5%;
}

.contact-wrapper .contact-con .diver-point {
    margin: 30px 0;
}

.contact-wrapper .contact-con select {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 45px;
    line-height: 45px;
    width: 105%;
    color: #666666;
    padding: 0 15px;
}

.contact-wrapper .contact-con select option {
    line-height: 40px;
}

.contact-wrapper .contact-detail p {
    color: #666666;
    margin-bottom: 1.2em;
}
.contact-wrapper  .diver-line{
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
    margin: 30px 0;
}

@media screen and (max-width:1440px) {
    .contact-wrapper .contact-detail p {
        font-size: 14px;
    }
}

@media screen and (max-width:760px) {
    .contact-wrapper .mapContainer {
        position: static;
        width: 100%;
        height: 250px;
    }

    .contact-wrapper .contact-con {
        width: 100%;
        float: none;
    }
}



