body {
    background: none;
}

.commo {
    position: relative;
}

.section2 .container {
    padding-top: 3%;
}

.section2 .fl {
    left: -200%;
}

.section2 .fl img {
    max-width: 90%;
}

.section2 .fr {
    right: -200%;
}

.section2 .section2Bottom {
    padding-top: 0;
    bottom: -100%;
}

.section3 .container .commo {
    left: -200%;
}

.section .tabTop {
    right: -200%;
}

.section .tabBottom {
    bottom: -500%;
}

.section6 .contactfl {
    left: -200%;
}

.section6 .contactfr {
    right: -200%;
}

.ny_main .section4 {
    position: relative;
}

.section4 .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.section4 .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.ny_main .section4 .swiper-slide {
    margin-bottom: 0;
}

.ny_main .section4 .swiper-slide a h3 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

.ny_main .section4 .swiper-slide a p {
    font-size: 14px;
    color: #000;
    opacity: .5;
}

.ny_main {
    background: #fff;
}

.ny_main .section5 .newsli {
    position: relative;
    margin: 30px 0;
}

.ny_main .section5 .newsli .info-top {
    padding: 25px 20px;
    position: relative;
    background: #FFF;
}

.ny_main .section5 .newsli h3 {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 70px;
    text-overflow: ellipsis;
}

.ny_main .section5 .newsli p {
    overflow: hidden;
    visibility: visible;
    height: 96px;
    line-height: 24px;
}

.ny_main .section5 .newsli i {
    background: #e2ad8e;
    text-align: center;
    z-index: 4;
    font-style: normal;
    position: absolute;
    right: 20px;
    top: -20px;
    line-height: 1.3;
    padding: 8px;
}

.ny_main .section5 .newsli i b {
    color: #ffffff;
    font-size: 28px;
    display: block;
}

.ny_main .section5 .newsli i u {
    color: #ffffff;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.ny_main .section5 .newsli a.img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: center no-repeat;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transform: scale(.4, .4);
    -moz-transform: scale(.4, .4);
    z-index: 3;
    -ms-transform: scale(.4, .4);
    -o-transform: scale(.4, .4);
    -webkit-transform: scale(.4, .4);
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.ny_main .section5 .newsli .ps:hover a.img {
    visibility: visible;
    opacity: 1;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.ny_main .section5 .newsli .info-bottom {
    border-top: 1px solid transparent;
    border-color: #eeeeee;
    background: #FFF;
}

.ny_main .section5 .newsli .info-bottom a {
    font-size: 12px;
    text-align: right;
    display: block;
    padding: 15px 20px;
    color: #888888;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.ny_main .section5 .newsli .info-bottom a:before {
    width: 22px;
    height: 1px;
    background: #333333;
    display: inline-block;
    content: '';
    margin: 0 30px 4px 0;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
}

.ny_main .section5 .newsli .info-bottom a:hover {
    background: #e2ad8e;
}


/* 标题 */

.ny_main .section .title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px 0;
}

.ny_main .section .title .container {
    margin: 0 auto;
    position: relative;
}

.ny_main .section .container .tabTop {
    list-style: none;
    margin-bottom: 0;
    text-align: center;
}

.ny_main .section .container .tabTop li {
    border: 1px solid #b80e15;
    font-size: 14px;
    padding: 7px 22px;
    margin: 5px 10px 5px;
    list-style: none;
    text-indent: 0;
    display: inline-block;
}

@media (max-width:767px) {
    .ny_main .section .container .tabTop li {
        padding: 7px 10px;
        margin: 3px;
    }
}

.ny_main .section .container .tabTop li a {
    color: #b80e15;
    display: block;
    text-align: center;
}

.ny_main .section .container .tabTop li.on,
.ny_main .section .container .tabTop li:hover {
    background: #b80e15;
}

.ny_main .section .container .tabTop li.on a,
.ny_main .section .container .tabTop li:hover a {
    color: #FFF;
}

.ny_main .contact {
    text-align: center;
}

.ny_main .contact h2 {
    color: #000;
    padding: 20px 0;
}

.ny_main .contact p {
    color: #2a333c;
}

.ny_main .contact img {
    display: block;
    margin: 10px auto;
}

.nyheader {
    background: url(../image/nyheaderbg.jpg) no-repeat;
    background-size: 100% 100%;
}

.nybanner {
    overflow: hidden;
    width: 100%;
}

.nybanner .swiper-slide {
    margin: 0;
}

.pcnybanner {
    display: block;
}

.phonenybanner {
    display: none;
}

@media only screen and (max-width: 767px) {
    .indexheader.on {
        background: none;
    }
    .nybanner {
        margin-top: 60px;
    }
    .pcnybanner {
        display: none;
    }
    .phonenybanner {
        display: block;
    }
    .header .left a img {
        height: 40px;
    }
    h3 {
        font-size: 18px;    margin:0;
    }
    .index_main .section2 .fr .text {
        line-height: 20px;
        margin: 2% 0;
        padding: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .section2 .fl img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    .index_main .section2 .fr a {
        padding: 2px 10px;
    }
    .index_main .section2Bottom .section2Bottomli img {
        display: none;
    }
    .index_main .section3 .container div {
        margin-bottom: 6%;
    }
    .index_main .section3 .container div:nth-child(3) {
        border-left: 1px solid #55514f;
    }
    .index_main .section3 .container div img {
        width: 50px;
        margin: 0 auto;
    }
    .index_main .section3 .container div p {
        line-height: 20px;
    }
    .index_main .section3 .container div a i {
        padding: 2% 0;
    }
    .index_main .section .title {
        margin-bottom: 30%;
    }
    .index_main .section5 .title {
        margin: 3% 0 15%;
    }
    .index_main .section .title .tabTop {
        right: 0!important;
        bottom: -135%;
    }
    .index_main .section .container .tabTop li {
        margin: 15px 5px;
    }
    .index_main.ny_main .section .title {
        margin-bottom: 0;
    }
    .index_main.ny_main .section .title h2 {
        display: none;
    }
    .index_main .section4 .swiper-slide a h3 {
        font-size: 16px;
    }
    .index_main.ny_main .section4 .swiper-slide a p {
        display: none;
    }
    .index_main .section5 .newslifr {
        display: none;
    }
    .index_main .section5 .newsUl p {
        height: 50px;
        line-height: 25px;
        overflow: hidden;
    }
    .index_main .section6 .title {
        margin-bottom: 2%;
    }
    .index_main .section6 .section6Bottom .contactfl .wx {
        display: none;
    }
    .index_main .section6 .section6Bottom .contactfr {
        display: none;
    }
    .index_main .section6 .section6Bottom .contactfr input.inputText {
        width: 48%;
        float: left;
        margin: 10px 1%;
    }
    .index_main .section6 .section6Bottom .contactfr textarea {
        width: 48%;
        float: left;
        margin: 10px 1%;
    }
    .index_main .section .title .container h2 {
        font-size: 22px;
    }
    .index_main .section1 .pcbanner {
        display: none;
    }
    .index_main .section1 .phonebanenr {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .index_main .section6 .section6Bottom .contactfr {
        display: none;
    }
    .index_main .section2 {
        background: url(../image/bg002.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .index_main .section3 {
        background: url(../image/bg003.jpg) no-repeat;
        background-size: 100% 100%;
       
    }
    .sikuai{  padding-top:50px;}
    
    
    .index_main .section4 {
        background: url(../image/bg004.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .index_main .section5 {
        background: url(../image/bg005.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .index_main .section5 {
        background: url(../image/bg006.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .section2 .section2Bottom{
        display: none
    }
    .index_main .section3 .container div img{
        display: none;
    }
    .contactfl .text{
        display: none;
    }
}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}

.clear {
    clear: both;
}

.about p {
    line-height: 30px;
    color: #666;
    text-indent: 2em;
}

.about img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.title_job h3 {
    text-align: center;
}

.indexfooter a {
    color: #ddd;
}

.myfooter a {
    color: #ddd;
}

.contact p {
    font-size: 18px;
}

.map {
    height: 400px;
    margin-top: 30px;
}

.map p {
    line-height: 16px;
}

.yzm {
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    width: 100px;
    display: block;
    float: left;
    line-height: 40px;
    padding-left: 20px;
}

.news_detail h1 {
    text-align: center;
    font-size: 20px;
}

.news_detail .info {
    text-align: center;
    font-size: 15px;
    color: #666;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    padding: 8px 0;
    width: 400px;
    margin: 0 auto;
}

.news_detail .textarea {
    margin-top: 40px;
    line-height: 30px;
    font-size: 16px;
    text-align:left;
}

.news_detail .author {
    float: right;
    font-size: 14px;
    color: #888;
    margin-bottom: 30px;
}

.pro_detail h1 {
    text-align: center;
    font-size: 26px;
}

.pro_detail .showimg {
    text-align: center;
}

.message {
    padding: 30px 0;
    border-radius: 10px;
}

.message .OneOfTwo {
    width: 722px;
    margin: 0 auto;
}

.message h3 {
    color: #038200;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    padding: 10px 0 20px 0;
}


/*留言栏目*/

.msgtitle {
    width: 100px;
    float: left;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #666;
    padding-top: 8px;
}

.msg_input {
    width: 600px;
    border: 1px solid #e0e0e0;
    padding: 10px 9px;
    background: #fff;
    font-size: 13px;
    color: #888;
    border-radius: 3px;
    margin-bottom: 15px;
}

.msg_input_on {
    width: 600px;
    border: 1px solid #e0e0e0;
    padding: 10px 9px;
    border-radius: 3px;
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
    outline: none;
}

.msg_btn_area {
    margin: 16px 0 0 0;
    text-align: left;
}

.msg_btn_area a {
    width: 150px;
    height: 40px;
    line-height: 40px;
    display: block;
    background: #b80e15;
    color: #fff;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    margin: 0 auto;
}

.msg_btn_area a:hover {
    background: #ff8400
}

.codeimg {
    padding: 8px 9px 9px 9px;
    background: #f5f5f5;
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 0 3px 3px 0;
}

#validate {
    width: 530px;
}


/*分页样式*/

.page_info {
    text-align: center;
    margin: 50px 0;
    color: #333;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-size: 14px;
    margin: 50px 0;
}

.page_list a {
    display: inline-block;
    color: #666;
    border: 1px solid #e5e5e5;
    background: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0.2rem;
}

.page_list a:hover {
    color: #e50012;
    border: 1px solid #e50012;
    background: #fff;
}

.page_list a.on {
    color: #fff;
    border: 1px solid #e50012;
    background: #e50012;
}

@media (max-width:767px) {
    .message .OneOfTwo {
        width: 100%;
    }
    .msg_input {
        width: calc(100% - 100px);
    }
    #validate {
        width: calc(100% - 170px);
    }
}

.footerTop {
    background: #292c31;
    padding: 30px 0;
    margin-top: 50px;
}

.footerTop .footerNav {
    padding: 0;
    overflow: hidden;
}

.footerTop .footerNav li {
    width: 20%;
    float: left;
    text-align: center;
    margin: 0;
}

.footerTop .footerNav>li>a {
    font-size: 18px;
    color: #FFF;
    line-height: 50px;
}

.footerTop .footerNav>li>.dropdown_menu a {
    display: block;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 25PX;
}

.footerTop .contactMap {
    color: #FFF;
}

.footerTop .contactMap p {
    line-height: 25px;
    font-size: 14px;
}

.footer {
    width: 100%;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
    background: #292c31;
}

.footer a {
    color: #ccc;
}

.footer .container {
    border-top: 1px solid #ccc;
    padding: 10px 0;
}

@media (max-width:992px) {
    .footerTop .contactMap {
        display: none;
    }
    .footerTop .footerNav>li>a {
        font-size: 16px;
    }
}

.about2 ul {
    margin: 5% 0;
    background: url(../image/sy51.png) repeat-y center;
}

.f30 {
    font-size: 30px;
}

.f14 {
    font-size: 14px;
}

.about2 li:before {
    background: url(../image/sy50.png) no-repeat center center;
    left: -12.5%;
    top: 12px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}

.about2 li:nth-child(2n):before {
    background: url(../image/sy50.png) no-repeat center center;
    right: -12.5%;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}

.about2 li h4 {
    color: #333;
    transition: all 1s;
}

.about2 li p {
    background: #efefef;
    border-radius: 12px;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
    padding: 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*display: -webkit-box;*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    transition: 0.5s;
    margin-bottom: 0;
}

.about2 li:hover p {
    background: #b80e15;
    color: #fff;
    transform: translateY(-12px);
}

.about2 li {
    float: right;
    width: 45%;
    text-align: left;
    position: relative;
    margin-top: 80px;
}

.about2 li:nth-child(2n) {
    float: left;
    text-align: right;
    margin-top: 80px;
}

.about2 li:nth-child(1) {
    margin-top: 0;
}

@media (max-width:1050px) {
    .about2 li:before {
        left: -12.85%;
    }
    .about2 li:nth-child(2n):before {
        right: -12.8%;
    }
}

@media (max-width:800px) {
    .about2 li:before {
        left: -14.5%;
    }
    .about2 li:nth-child(2n):before {
        right: -13.5%;
    }
    .about2 li h4 {
        font-size: 26px;
    }
}

@media (max-width:600px) {
    .about2 li:before {
        left: -16.5%;
    }
    .about2 li:nth-child(2n):before {
        right: -16.5%;
    }
    .about2 li {
        margin-top: 40px;
        margin-bottom: 8%;
    }
}

.job ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.job ul li .recruit-t {
    padding-right: 15%;
    position: relative;
}

.job ul li .recruit-t .recruit-arrow {
    content: "";
    position: absolute;
    right: 5%;
    top: 10%;
    width: 25px;
    height: 25px;
    background: url(../image/jia.png) no-repeat;
    background-size: 100% 100%;
}

.job ul li dl dt:nth-child(1) {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #313131;
}

.job ul li dl dt:nth-child(2) {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #535353;
}

.job ul li .recruit-b {
    display: none;
}

.job ul li.on .recruit-b {
    display: block;
}

.job ul li.on .recruit-t .recruit-arrow {
    background: url(../image/jian.png) no-repeat;
    background-size: 100% 100%;
}

@media (max-width:767px) {
    .section4 .container {
        padding-right: 0;
        padding-left: 0;
    }
}