.container {
    width: 1270px;
    margin: 0 auto;
}
.container::before,.container::after{
    display: none;
}
.ny-ban img {
    width: 100%;
}
.ny-bg{
    background: url(../img/ny-bg.jpg) no-repeat center;
    margin-top: -6px;
}
.beard {
    background: fff;
    color: #333;
    width: 32%;
}


.beard span {
    line-height: 56px;
    padding: 10px 0 0;
    color: #333;
    font-size: 14px;
    float: right;
}

.beard span a {
    color: #333;
    font-size: 14px;
}

.beard img {
    width: 50px;
    padding: 5px 5px;
    display: inline-block;
}

.beard i {
    padding-right: 5px;
    font-size: 18px;
}

.ny-nav>div {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 5px solid #075591;
}


/* 二级导航 */
.ny-nav>div>ul {
    display: block;
    margin-top: 15px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.ny-nav>div>ul>li {
    padding: 10px 23px;
    margin-right: 10px;
    border: solid 1px #ccc;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.ny-nav>div>ul>.active {
    background: #075591;
    border: none;
}

.ny-nav>div>ul>li>a {
    color: #333;
    font-size: 14px;
}

.ny-nav>div>ul>.active>a {
    color: #fff;
}

.ny-nav ul>li>ul {
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    background: #0095e8;
    opacity: 0;
    z-index: -2;
    transition: .5s;
    height: 0;
}

.ny-nav ul>li:hover>ul {
    display: block;
    height: 160% !important;
    position: absolute;
    z-index: 10 !important;
    opacity: 1 !important;
}

.ny-nav ul>li>ul>li {
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 5px 0;

}

.ny-nav ul>li>ul>li>a {
    color: #fff;
    font-size: 12px;
}

@media all and (max-width: 768px) {
    .container {
        width: 100% !important;
    }

    .ny-nav ul>li>ul {
        opacity: 1;
        z-index: 1;
        position: relative;
        height: auto;
        top: 0;
    }


    .ny-ban img {
        width: 100%;
    }

    .ny-nav>div>ul {
        width: 100%;
    }

    .ny-nav ul>li {
        width: 100%;
        padding: 10px 20px !important;
        margin: 3px 5px 0 !important;
        border-radius: 5px !important;
    }

    .beard {
        width: 100% !important;
    }

    .about_content {
        width: 90% !important;
    }

    .about_content h2 {
        font-size: 32px !important;
    }

    .event_box {
        width: 90% !important;
    }

    .parHd .tempWrap {
        width: 300px !important;
    }

    .parBd h4 {
        font-size: 20px !important;
        padding: 0 !important;
    }

    .parBd h4::before,
    .parBd h4::after {
        display: none !important;
    }

    .ny-course>div>img {
        display: none;
    }

    .ny-course>div>.ny-content {
        width: 100% !important;
        float: left;
    }

    .ny-content {
        padding: 30px 10px !important;
    }

    .ny-content img {
        width: 95% !important;
    }

    .ny-product {
        display: block !important;
        padding: 0 10px;
    }

    .ny-product>ul,
    .ny-news ul {
        display: block !important;
        width: 100% !important;
    }

    .ny-product>ul>li {
        width: 97% !important;
        margin: 5px 0 !important;
    }

    .pagination {
        padding: 0 5px;
    }

    .pagination>span {
        margin: 5px 0;
    }

    .pagination span>a {
        padding: 5px 7px !important;
    }

    .pro-xq {
        display: block !important;
    }

    .tz-gallery {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .page {
        width: 92% !important;
        margin: 0 10px;
    }

    .sp-wrap {
        width: 100% !important;
    }

    .pro-title {
        width: 100% !important;
        padding: 0 10px;
    }

    .pro-xq-ms {
        padding: 0 10px;
    }

    .pro-test {
        width: 100%;
        overflow-y: scroll;
        overflow-x: scroll;
    }

    .ny-news li {
        width: 95% !important;
        margin: 0 !important;
        padding: 0 10px;
    }

    .news-xq small {
        margin: 0 !important;
    }

    .news-xq img {
        width: 100% !important;
    }

    .form-group {
        width: 96% !important;
    }

    .form-group1 {
        width: 96% !important;
    }

    .contact {
        display: block !important;
    }

    .con-left {
        width: 100% !important;
        padding: 10px 0;
    }

    .con-right {
        width: 100% !important;
        padding: 0 5px;
    }

    .beard span:last-of-type {
        font-size: 12px;
    }
    .beard span{
        line-height: 22px;
    }
    .xq-flex>div{
        width: 100% !important;
        margin: 20px 10px !important;
    }
    .pro-similar-xq>a{
        width: 44% !important;
    }
}

/* 关于我们 */
/* .ny-about{
    margin: 50px 0 120px;
} */
.about_content {
    width: 60%;
    margin: 0 auto;
    background: url(../img/about_bg.jpg) no-repeat;
    background-size: cover;
}

.about_content h2,
.about_content h3 {
    text-align: center;
    font-weight: bold;
    color: #000;
}

.about_content h2 {
    font-size: 40px;
    margin-bottom: 50px;
}

.about_content h3 {
    font-size: 26px;
    margin-bottom: 60px;
}

.about_content p {
    font-size: 16px;
    color: #000;
    line-height: 180%;
    margin-bottom: 20px;
    text-align: center;
}

.about_content.history {
    text-align: center;
    position: relative;
}


.ny-content {
    padding: 30px 0;
    color: #000;
}

.ny-content h4 {
    text-align: center;
    font-size: 24px;
    padding: 15px 0;
}

.ny-content p {
    text-indent: 2em;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 30px;
}

.ny-content>img {
    width: 100%;
    border: solid 2px #f2963f;

}


/* 产品中心 */
.ny-product {
    margin: 10px 0;
}

.ny-product>ul,
.ny-news ul {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.ny-product>ul>li {
    width: 23%;
    color: #666;
    border: solid 1px #ccc;
    padding: 5px;
    border-radius: 5px;
    margin: 5px 15px 20px 0;
}

.ny-product>ul>li:nth-of-type(4n) {
    margin: 5px 0 20px 0 !important;
}

.ny-product>ul>li img {
    width: 100%;
    border-radius: 5px;
}

.ny-product>ul>li p {
    padding: 15px 10px;
    color: #333;
}

/* 产品详情 */
.tz-gallery {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 15px 10px;
    width: 100%;
    justify-content: space-between;
}

.page {
    width: 100%;
    text-align: center;
}

.pro-title>h2 {
    font-size: 20px;
    margin: 10px 0;
}
.pro-title{

    position: relative;
}
.pro-title img {
    width: 80%;
}

.pro-title>p {
    font-size: 22px;
    font-weight: bold;
}
.pro-title i{
    margin-left: 20px;
}
.pro-ewm{
    position: absolute;
    right: 65px;
    top: 5px;
    width: 130px;
   display: none;
}
.pro-test {
    padding: 15px 0;
}

.pro-test p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    color: #999;
}

.price {
    background: #fff5ec;
    padding: 5px 20px;

}

.price>p>strong {
    width: 65px;
    display: inline-block;
    color: #666;
}

.price>p>span {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    display: inline-block;
    width: 165px;
    padding: 5px 0;
    color: #ff7300;
}

.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}
.pro-xq{
    width: 60%;
    margin: 20px auto 0;
}
.pro-xq-ms img {
    width: 100%;
    display: block;
}

.pro-xq-ms table {
    width: 100% !important;
    min-height: .01%;
    overflow-x: auto;
}

.pro-xq-ms table tr {
    background: #ededec !important;
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    width: 100%;
}

.pro-xq-ms table tr>td {
    background: #E0EFF2;
    padding: 5px 4px;
    text-align: center;
    width: 300px;
    font-size: 16px;
}

.pro-similar>h2 {
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    padding-bottom: 7px;
}

.pro-similar>h2>span {
    background: #1b813f;
    padding: 10px 20px;
    color: #fff;
}

.pro-similar-xq {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    width: 100%;
    justify-content: flex-start;
}

.pro-similar-xq>a {
    width: 23%;
    margin: 15px 10px;
}

.pro-similar-xq>a>img {
    width: 100%;
}

.pro-similar-xq>a>p {
    text-align: center;
    background: #1b813f;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

.xq-flex {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: center;
}

.xq-flex>div {
    margin: 20px 40px ;
    width: 35% ;
}

/* 新闻中心 */
.ny-news {
    margin: 30px 0;
}

.ny-news li {
    width: 31.4%;
    box-shadow: 0 0 15px -3px #ddd;
    margin: 10px;
}

.ny-news li img {
    width: 100%;
    display: block;
}

.news-content {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    padding: 5px 10px;
    transition: 1s;
}

.news-content span {
    font-size: 13px;
    color: #000;
    padding: 5px 0;
}

.news-content i {
    padding-right: 3px;
    font-size: 13px;
    padding-top: -5px;
}

.news-content h3 {
    font-size: 20px;
    padding: 5px 0;
    color: #000;
    width: 100%;

    overflow: hidden;
}

.news-content p {
    display: block;
    width: 100%;
    color: #666;
}

/* 新闻详情 */
.news-xq {
    text-align: center;
    margin: 30px 0;
}

.news-xq h3 {
    font-size: 24px;
    line-height: 40px;
}

.news-xq p>span {
    padding: 0 25px;
    font-size: 13px;
}

.news-xq p>span>i {
    padding-right: 3px;
    font-size: 13px;
    padding-top: -5px;
}

.news-xq small {
    display: block;
    text-align: left;
    line-height: 30px;
    margin: 30px 0;
}

/* 在线留言 */
.message-con {
    width: 100%;
    padding: 30px 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 47%;
    margin: 15px 16px;

}

.form-group input,
.form-group1 textarea {
    padding: 5px 10px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    display: block;
    width: 100%;
    height: 50px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.form-group1 {
    width: 97%;
    margin: 10px 15px;
}

.form-group1 textarea {
    width: 100%;
    height: 150px;
}

.submit {

    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    width: 100px;
    margin: 0 auto;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 0;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.11);
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

/* 下载中心 */
.down {
    margin-top: 30px;
}

.down p {
    line-height: 40px;

}

.down a {
    color: #333
}

.down span {
    color: #999;
    font-size: 15px;
    float: right
}

.down hr {
    padding: 0;
    margin: 5px 0;
    border: 1px dotted lightgray;
}

/* 合作伙伴 */
.ny-par li {
    width: 18.4%;
}

/* 荣誉证书 */
.ny-honor li {
    width: 23.4%;
}

/* 联系我们 */
.contact-nav {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 30px 0;
}

.con-left {
    width: 30%;
    margin-right: 1%;
}

.con-left h4 {
    color: #000;
    font-size: 18px;
    padding: 0 20px;
    margin: 15px 0;
}

.con-left p {
    padding: 0 20px;
    line-height: 40px;
    color: #666;
}

.con-right {
    width: 65%;
}


/* 分页 */
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 30px 0;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 2px 10px;
}

.ny-qh {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 30px 0;
    justify-content: space-between;
}

.ny-qh a {
    color: #000;
}

@media all and (max-width:768px) {

    .form-group input,
    .form-group1 textarea {
        width: 95% !important;
        height: 34px !important;
    }

    #exzoom{
        overflow-x: hidden;
    }
    .pro-xq{
        width: 100%;
        margin: 0 !important;
    }
}