

.container {
    padding: 0 15px;
    width: 1300px;
    margin: 0 auto;
}

.m-txt1 {
    overflow: hidden;
    margin-top: 5px;
    margin: 0;
    padding-left: 38px;
}

.m-txt1 .tit {
    font-size: 16px;
    padding-bottom: 9px;
    margin-bottom: 9px;
    border-bottom: 1px dotted #a9a9a9;
    font-weight: 600;
}

.m-txt1 .txt {
    /*margin-right: 100px;*/
}

.m-txt1 .txt p {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2f2f2f;
}

.m-txt1 .btn {
    display: block;
    width: 98px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #258C44;
    color: #fff;
    border-radius: 5px;
}

.m-txt1 .btn:hover {
    background-color: #444;
}

.m-txt1 .btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/btn-r.png);
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s;
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001;
}

#message .m-content {
    margin-top: 10%;
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.m-message {
    width: 494px;
    margin: 48px auto 0;
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px;
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2F2F2F;
    float: left;
    font-weight: bold;
    text-align: right;
    margin-right: 30px;
    display: inline-block;
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #cccccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px;
}

.m-message label.code {
    line-height: 34px;
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px;
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px;
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%;
}

.btn {
    display: block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background-color: #2d7953;
    color: #fff;
    margin-top: 10px;
}

.btn:hover {
    background-color: #444;
    color: white;
}

.btn span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../image/btn-r.png);
}

.btn-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-1 {
    padding-left: 100px;
}

.btn-1 input.focus {
    background: #2d7953;
    color: #fff;
}

.btn-1 input.focus:hover {
    background: #444;
}

.btn-1 input:hover {
    background: #ccc;
}


/*客服*/

.kf {
    width: 208px;
    position: fixed;
    /* right: 20px; */
    right: -208px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url("../image/kefu.png") 12px center no-repeat #258C44;
    -o-background-size: auto 20px;
    -ms-background-size: auto 20px;
    -moz-background-size: auto 20px;
    -webkit-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff;
}

.kt-top span:hover {
    transform: rotate(90deg);
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0px 0px;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

.kf .con {
    overflow: hidden;
    background: #fff;
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px;
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block;
}

.kf .qq li a img {
    padding-right: 6px;
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url('../image/lianxi.png') 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0;
}

.kf .contact {
    margin-top: 1px;
}

.kf .contact p {
    height: 26px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0;
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px;
}

.kf .con h5.qr-icon {
    background: url('../image/erweima.png') 16px center no-repeat;
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px;
}

.kf .con .qr img {
    width: 110px;
    height: 110px;
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 0px;
    background: url('../image/huidaodingbu.png') center center no-repeat #258C44;
    background-size: 18px auto;
    cursor: pointer;
}

.kf-side {
    padding: 18px 10px 10px;
    background: #258C44;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer;
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url('../image/jt-1.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px;
}

.kf-side span.on {
    background: url('../image/jt-2.png') no-repeat;
    -o-background-size: auto 12px;
    -ms-background-size: auto 12px;
    -moz-background-size: auto 12px;
    -webkit-background-size: auto 12px;
    background-size: auto 12px;
}


/*.kefu{position:fixed;right:-170px;top:50%;z-index:900;}*/


/*.kefu li a{text-decoration:none;}*/


/*.kefu li{margin-top:1px;clear:both;height:71px;position:relative;}*/


/*.kefu li i{background:url(../images/fx.png) no-repeat;display:block;width:30px;height:27px;margin:0 auto;text-align:center;}*/


/*.kefu li p{height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;margin: 0;}*/


/*.kefu .kefu-qq i{background-position:4px 5px;}*/


/*.kefu .kefu-tel i{background-position:0 -21px;}*/


/*.kefu .kefu-liuyan i{background-position:4px -53px;}*/


/*.kefu .kefu-weixin i{background-position:-34px 4px;}*/


/*.kefu .kefu-weibo i{background-position:-30px -22px;}*/


/*.kefu .kefu-ftop{display:none;}*/


/*.kefu .kefu-ftop i{width:33px;height:35px;background-position:-27px -51px;}*/


/*.kefu .kefu-left{float:left;width:77px;height:47px;position:relative;}*/


/*.kefu .kefu-tel-right{font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}*/


/*.kefu .kefu-right{width:20px;}*/


/*.kefu .kefu-tel-main{background:#258C44;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}*/


/*.kefu .kefu-main{background:#258C44;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}*/


/*.kefu .kefu-weixin-pic{position:absolute;left:-130px;top:-24px;display:none;z-index:333;}*/


/*.kefu-weixin-pic img{width:115px;height:115px;}*/


.section {
    padding: 25px 0;
}

.section-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
}

.section-title i {
    display: block;
    border-bottom: 1px solid #eee;
    margin-top: 10px;
}

.section-title i:after {
    display: block;
    height: 2px;
    width: 70px;
    content: '';
    background-color: #f58c53;
    margin: 0 auto -1px;
}

.section-title small {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.section-title p {
    margin: 10px auto 0;
    font-size: 14px;
    color: #777;
    max-width: 80%;
}

.list-1 {
    margin: -20px 0 0 -20px;
}

.list-1 li {
    float: left;
    width: 25%;
}

.list-1 li a {
    display: block;
    margin: 10px 0 0 20px;
    -webkit-box-shadow: 0 0 8px #dbdbdb;
    box-shadow: 0 0 8px #dbdbdb;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid #fff;
    background-color: #fff;
}

.list-1 li .img-center {
    height: 220px;
    line-height: 200px;
}

.list-1 li .text {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 8px;
    background-color: #258C44;
    color: #fff;
}

.list-1 li a:hover {
    border-color: #258C44;
}

.list-1 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.list-1-1 li {
    width: 33.333333%;
}

.in-prd-cate {
    float: left;
    width: 240px;
}

.in-prd-cate h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 60px;
    text-align: center;
    background: url(../image/jiao.png) no-repeat right 0 #258C44;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.in-prd-cate dl {
    margin: 0;
    border: 1px solid #ddd;
    padding: 0 10px 10px;
}

.in-prd-cate dt {
    margin-bottom: 10px;
    line-height: 60px;
    text-align: center;
    background: url(../image/jiao.png) no-repeat right 0 #258C44;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.in-prd-cate dd {
    margin: 0;
}

.in-prd-cate dd a {
    display: block;
    padding: 10px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f1f1f1;
    margin-top: 5px;
}

.in-prd-cate dd a:hover {
    background-color: #258C44;
    color: #fff;
}

.in-prd-con {
    float: right;
    width: 890px;
    padding: 20px;
    background-color: #f0f0f0;
}

.in-prd-con .list-1 li {
    width: 33.333333%;
}

.in-prd-con .list-1 li .img-center {
    height: 260px;
    line-height: 260px;
}

.in-about {
    margin: 0;
}

.in-about dt {
    float: left;
    width: 528px;
}

.in-about dd {
    margin-left: 560px;
}

.in-about dd p {
    margin: 0;
    line-height: 1.8;
    text-indent: 2em;
    text-align: justify;
}

.in-about dd .more {
    float: left;
    margin-top: 15px;
    padding: 5px 15px;
    border: 1px solid #777;
    background-color: #777;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 12px;
}

.in-about dd .more:hover {
    background-color: #fff;
    color: #777;
}

.bg1 {
    background-color: #258C44;
    color: #fff;
}

.bg1 .section-title i {
    border-color: #3db361;
}

.bg1 .section-title p {
    color: #fff;
}

.in-choose {
    width: 580px;
}

.in-choose dl {
    margin: 0 0 40px;
    background: no-repeat 0 0;
    padding-left: 70px;
}

.in-choose dt {
    padding: 10px 0;
    font-weight: bold;
    background: url(../image/strong_bg.png) 0 bottom repeat-x;
    font-size: 22px;
    color: #258C44;
}

.in-choose dt small {
    color: #999;
    font-weight: normal;
    padding-left: 10px;
    font-size: 12px;
}

.in-choose dd {
    margin: 10px 0 0;
    background: url(../image/chooselist_bg.png) no-repeat left 5px;
    padding-left: 30px;
    text-align: justify;
    color: #666;
}

.in-choose-left {
    float: left;
}

.in-choose-right {
    float: right;
}

.in-choose-right dl {
    margin: 40px 0 0;
}

.in-dd {
    background: url(../image/bj_jg.jpg) no-repeat center / cover;
    min-height: 100px;
}

.in-dd h4 {
    margin: 0;
    font-size: 42px;
    color: #fff;
}

.in-dd p {
    margin: 10px 0 0;
    font-size: 26px;
    color: #fff;
}

.list-2 {
    margin: -20px 0 0 -20px;
}

.list-2 li {
    float: left;
    width: 25%;
}

.list-2 li a {
    display: block;
    margin: 20px 0 0 20px;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-radius: 5px;
    border: 5px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.list-2 li .img-center {
    height: 196px;
    line-height: 196px;
}

.list-2 li .text {
    text-align: center;
    background-color: #f7f7f7;
    padding: 10px;
}

.list-2 li .text p {
    margin: 0;
    color: #666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list-2 li a:hover {
    border-color: #258C44;
}

.list-2 li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.in-news {
    width: 580px;
}

.in-news .tit {
    background: url(../images/c6t.png) repeat-x bottom;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 0;
}

.in-news .tit span {
    line-height: 1;
    border-left: 4px solid #258C44;
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
    font-size: 20px;
}

.in-news .tit small {
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 10px;
}

.in-news .tit .more {
    float: right;
    font-size: 14px;
    background: url(../images/iconmore.png) no-repeat right center;
    padding-right: 15px;
}

.in-news-left {
    float: left;
}

.in-news-right {
    float: right;
}

.list-3 li {
    border-bottom: 1px dashed #a7a7a7;
}

.list-3 li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
    background: url(../images/dian.png) no-repeat 0 center;
    padding-left: 25px;
}




@media screen and (max-width: 767px) {


    .container {
        width: auto;
    }

    .section {
        padding: 30px 0;
    }

    .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .section-title small {
        font-size: 12px;
    }

    .section-title p {
        max-width: none;
    }

    .list-1,
    .list-2 {
        margin: -10px 0 0 -10px;
    }

    .list-1 li,
    .list-2 li {
        width: 50%;
    }

    .list-1 li a,
    .list-2 li a {
        margin: 10px 0 0 10px;
    }

    .list-1 li .img-center {
        height: 118px;
        line-height: 118px;
    }

    .in-prd-cate {
        display: none;
    }

    .in-prd-con {
        float: none;
        width: auto;
        background-color: transparent;
        padding: 0;
    }

    .in-prd-con .list-1 li {
        width: 50%;
    }

    .in-prd-con .list-1 li .img-center {
        height: 160px;
        line-height: 160px;
    }

    .in-about dt {
        float: none;
        width: auto;
    }

    .in-about dd {
        margin: 20px 0 0;
    }

    .in-choose-left,
    .in-choose-right {
        float: none;
    }

    .in-choose {
        width: auto;
    }

    .in-choose dl {
        background-size: 30px auto;
        margin: 0 0 20px;
        padding-left: 40px;
    }

    .in-choose dt {
        padding-top: 0;
        font-size: 18px;
    }

    .in-choose dd {
        padding-left: 20px;
    }

    .in-choose .img-center {
        display: none;
    }

    .in-choose-right dl {
        margin: 20px 0 0;
    }

    .in-dd {
        background-position: center right;
        min-height: 0;
    }

    .in-dd h4 {
        font-size: 20px;
    }

    .in-dd p {
        font-size: 14px;
    }

    .list-2 li .img-center {
        height: 110px;
        line-height: 110px;
    }

    .in-news-left,
    .in-news-right {
        float: none;
    }

    .in-news-left {
        margin-bottom: 30px;
    }

    .in-news {
        width: auto;
    }

    .in-news .tit {
        margin-bottom: 10px;
        padding-bottom: 20px;
    }

    .in-news .tit span {
        font-size: 18px;
    }

    .in-news .tit small {
        font-size: 12px;
    }

    .in-news .tit .more {
        font-size: 12px;
    }

    .list-3 li span {
        font-size: 12px;
    }

    .footer {
        padding: 30px 0;
    }

    .footer-logo {
        display: none;
    }

    .footer-ewm {
        float: none;
        width: auto;
        margin-top: 20px;
    }

    .footer-info {
        float: none;
        font-size: 12px;
        text-align: center;
    }

    .footer-link {
        display: none;
    }

    .pages {
        margin-top: 15px;
    }

    .pages a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 12px;
    }

    .position {
        padding: 10px 0;
        font-size: 12px;
    }

    .position span {
        padding-left: 15px;
        background-size: auto 15px;
    }

    .banner-sub {
        height: 200px;
    }

    .ct2-sd {
        display: none;
    }

    .ct2-mn {
        float: none;
        width: auto;
    }

    .ly_msg ul li h4 {
        display: none;
    }

    .cpzx .ly_msg ul li div {
        width: 100% !important;
    }

    .cpzx .ly_msg ul li .msg_ipt1, .ly_msg ul li .msg_tara {
        width: 100% !important;
    }

    .cpzx .ly_msg ul li .msg_ipt12 {
        width: 100% !important;
    }

    .ly_msg ul li div.msg_ipt2 {
        width: 30% !important;
    }

    .ly_msg ul li span {
        display: none;
    }

    .ly_msg {
        margin: 0 auto 0 !important;
    }

    .cpzx .msg_btn input {
        width: 49%;
        margin-right: 0;
    }

    .cpzx .msg_btn input:first-child {
        margin-right: 2%;
    }

    .list-4 li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .list-4 li .img-center {
        display: none;
    }

    .list-4 li .date {
        width: 60px;
        text-align: left;
        padding: 0;
    }

    .list-4 li .date span {
        font-size: 30px;
    }

    .list-4 li .text {
        margin: 0 0 0 80px;
    }

    .list-4 li .text h4 {
        font-size: 14px;
    }

    .list-4 li .text p {
        font-size: 12px;
        margin-top: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .content-title {
        margin-bottom: 15px;
    }

    .content-title p {
        margin-top: 10px;
        padding-top: 10px;
    }

    .content-title p span {
        padding: 0 5px;
    }

    .content-exp {
        margin-top: 15px;
    }

    .panel-sd .tit {
        font-size: 18px;
        padding: 10px 0;
    }

    .panel-sd .tit span {
        font-size: 12px;
    }

    .contact {
        font-size: 14px;
    }

    .map {
        height: 300px;
    }

    .yunu-footer-fix {
        display: block;
    }
}



















.contact-box .map-box{overflow: hidden;position: relative;}
.contact-box .left-map{width:75%;position: absolute;left:0;top:0;height: 100%;}
.contact-box .left-map label{max-width: none;}
.contact-box .right-con{float:right;width:42.5%;background: rgba(246, 246, 246, 0);color: rgba(51, 51, 51, 0);padding:55px 3.1%;}
.contact-box .right-con .tit{line-height: 1;letter-spacing: 1px;padding-bottom: 30px;border-bottom:2px dashed rgba(204, 204, 204, 0);}
.contact-box .right-con .txt{padding:32px 0;}
.contact-box .right-con .txt-title{margin-bottom: 30px;}
.contact-box .right-con .txt-item{margin-bottom:13px;color: rgba(102, 102, 102, 0);}
.contact-box .right-con .txt-item:last-child{margin-bottom: 0;}
.contact-box .code-box{margin-top:14px;text-align: center;color: rgba(165, 165, 165, 0);}
.contact-box .code-box .code-item{float:left;width:100px;max-width: 45%;margin-right:5%;}
.contact-box .code-box .code-item p{line-height: 1;margin-top:13px;}
.contact-box .left-map #allmap{height: 100%;width:100%;}

.contact-box .contact-form .title{text-align: center;color:#999;}
.contact-box .contact-form .title h2{line-height: 1;margin-bottom: 25px;color:#000;}

.contact-box .contact-form .form .row{margin-left:-1%;margin-right:-1%;}
.contact-box .contact-form .form-item{float:left;width:33.333%;padding:0 1%;margin-bottom: 2%;}
.contact-box .contact-form .form-textarea{width:100%;}
.contact-box .contact-form .item-value{outline: none;resize: none;display: block;width:100%;line-height: 28px;border:1px solid #e2e2e2;padding:25px 50px;}
.contact-box .contact-form textarea.item-value{height: 275px;}
.contact-box .contact-form .item-value::-webkit-input-placeholder {color:#999;}
.contact-box .contact-form .item-value:-moz-placeholder {color:#999;}
.contact-box .contact-form .item-value::-moz-placeholder {color:#999;}
.contact-box .contact-form .item-value:-ms-input-placeholder {color:#999;}
@media (max-width: 1600px){
    .contact-box .contact-form .item-value{padding-left:35px;padding-right:35px;}
}
.contact-box .contact-form .form-bottom .verification-code{float:left;width:51%;}
.contact-box .contact-form .form-bottom .btn-box{float:right;width:45%;}
.contact-box .contact-form .form-bottom .btn-box button{background: #cbcaca;color:#fff;float:right;border:none;outline: none;line-height: 80px;width:41.5%;margin-left:4.7%;}
.contact-box .contact-form .form-bottom .btn-box button:last-child{margin-left:0;width:53.7%;}
.contact-box .contact-form .form-bottom .btn-box .submit-btn{background: #3db361;}
.contact-box .contact-form .form-bottom .code-input{float:left;width:30%;margin-right:30px;}
.contact-box .contact-form .form-bottom .code-input input{padding-right:20px;}
.contact-box .contact-form .form-bottom .yzm{max-width:23%;margin-right:10px;cursor: pointer;}
.contact-box .contact-form .form-bottom span{font-size:15px;}
@media (max-width: 1400px){
    .contact-box .right-con{padding-top:50px;padding-bottom: 50px;}
    .contact-box .right-con .tit{padding-bottom: 25px;}
    .contact-box .right-con .txt{padding:25px 0;}
    .contact-box .contact-form{margin-top:70px;}
    .contact-box .contact-form .item-value{padding:20px 30px;}
    .contact-box .contact-form textarea.item-value{height: 265px;}
    .contact-box .contact-form .form-bottom .btn-box button{line-height: 70px;font-size:18px;}
    .contact-box .contact-form .title{font-size:16px;}
}
@media (max-width: 1200px){
    .contact-box .right-con{padding-top:40px;padding-bottom: 40px;}
    .contact-box .right-con .tit{padding-bottom: 20px;}
    .contact-box .right-con .txt{padding:20px 0;}
    .contact-box .right-con .txt-item{margin-bottom: 10px;}
    .contact-box .contact-form{margin-top:60px;}
    .contact-box .contact-form .title h2{margin-bottom: 20px;}
    .contact-box .contact-form .form{margin-top:35px;}
    .contact-box .contact-form .item-value{padding:16px 22px;}
    .contact-box .contact-form .form-bottom .code-input{margin-right:24px;}
    .contact-box .contact-form .form-bottom span{font-size:14px;}
    .contact-box .contact-form .form-bottom .btn-box button{line-height: 62px;font-size:16px;}
    .contact-box .contact-form textarea.item-value{height: 250px;}
    .contact-box .contact-form .title{font-size:15px;}
}
@media (max-width: 992px){
    .contact-box .left-map{width:50%;}
    .contact-box .right-con{width:48%;padding-top:35px;padding-bottom: 35px;}
    .contact-box .right-con .txt{font-size:15px;}
    .contact-box .right-con .txt-title{margin-bottom: 25px;}
    /*.contact-box .right-con .tit{padding-bottom: 30px;letter-spacing: 2px;}*/
    /*.contact-box .right-con .txt-item{margin-bottom: 18px;}*/
    .contact-box .contact-form{margin-top:50px;}
    .contact-box .contact-form .title h2{margin-bottom: 16px;}
    .contact-box .contact-form .form{margin-top:30px;font-size:16px;}
    .contact-box .contact-form .item-value{padding:12px 18px;}
    .contact-box .contact-form textarea.item-value{height: 240px;}
    .contact-box .contact-form .form-bottom .verification-code,.contact-box .contact-form .form-bottom .btn-box{float:none;width:100%;}
    .contact-box .contact-form .form-bottom .btn-box{margin-top:20px;}
    .contact-box .contact-form .form-bottom .btn-box button{line-height: 54px;}
}

@media (max-width: 767px){
    .contact-box .left-map,.contact-box .right-con{width:100%;float:none;}
    .contact-box .left-map{position: relative;height: auto;margin-top:25px;}
    .contact-box .left-map #allmap{height: 400px;}
    .contact-box .right-con{padding:30px 22px; display: none}
    .contact-box .contact-form{margin-top:45px;}
    .contact-box .contact-form .form-item{float:none;width:100%;margin-bottom: 16px;}
    .contact-box .contact-form .item-value{padding:10px 15px;}
    .contact-box .contact-form .form{font-size:15px;}
    .contact-box .contact-form textarea.item-value{height: 200px;}
    .contact-box .contact-form .form-bottom .code-input{margin-right:16px;}
    .contact-box .contact-form .form-bottom span{font-size:12px;}
    .contact-box .contact-form .form-bottom .code-input{width: 45%;}
    .contact-box .contact-form .form-bottom .btn-box button{line-height: 48px;font-size:15px;margin-top: 20px;}
    /*.contact-box{padding:40px 0 60px;}*/
    .contact-box .contact-form .title h2{font-size:26px;}
}


.contact-box .job-list .list{margin-top:60px;margin-left:-20px;margin-right:-20px;}
.contact-box .job-list .list li{padding:0 20px;margin-bottom: 40px;}
.contact-box .job-list .job-item{display: block;border:1px solid #eeeeee;color:#999;padding:40px 30px 37px;}
.contact-box .job-item h2{line-height: 1;color:#333333;position: relative;padding-right: 120px;font-family: "é»‘ä½“"}
.contact-box .job-item .i-date{color:#999;font-weight: normal;font-size:22px;position: absolute;right:0;top:50%;margin-top:-11px;font-family: arial;}
.contact-box .job-item .i-desc{line-height: 1.5;height: 54px;margin-top:22px;}
.contact-box .job-item:hover{border-color:#e70012;}
.contact-box .job-item:hover h2{color:#e70012;}
@media (max-width:1400px){

    .contact-box .job-item .i-date{font-size:20px;margin-top:-10px;}
    .contact-box .job-list .job-item{padding:32px 25px;}
    .contact-box .job-item h2{font-size:24px;}
    .contact-box .job-item .i-desc{font-size:16px;height: 48px;}
    .contact-box .job-list .list{margin:50px -15px 0;}
    .contact-box .job-list .list li{padding:0 15px;margin-bottom: 30px;}

}
@media (max-width:992px){

    .contact-box .job-list .list{margin-top:40px;}
    .contact-box .job-list .job-item{padding:26px 20px;}
    .contact-box .job-item .i-date{font-size:16px;margin-top:-8px;}
    .contact-box .job-item h2{font-size:20px;padding-right:90px;}
    .contact-box .job-item .i-desc{font-size:15px;margin-top:15px;height: 45px;}
}
@media (max-width:767px){

    .contact-box .job-list .list{margin:35px 0 0;}
    .contact-box .job-list .list li{padding:0;margin-bottom: 20px;}
    .contact-box .job-list .job-item{padding:20px 16px;}
    .contact-box .job-item h2{ font-size:17px;padding-right:80px;}
    .contact-box .job-item .i-date{font-size:14px;margin-top:-7px;}
    .contact-box .job-item .i-desc{font-size:14px;height: auto;}
}












