/*Common For Max 1024*/
@media only screen and (max-width: 1199px) {

    /*布局*/
    .wp {
        width: 98%;
    }

    /*******************************
	  -------[=头部]-------
	********************************/
    .logo {
        margin-left: 0;
    }

    .hdr {
        margin-right: 0;
    }

    /*******************************
	  -------[=导航]-------
	********************************/
    #nav .v1 {
        padding: 0 15px;
    }

    /*******************************
		-------[=底部]-------
	********************************/
    .f_nav li,
    .f_nav li.last,
    .f_nav li:last-child {
        padding: 0 20px;
    }

    /*******************************
	  -------[=首页]-------
	********************************/
    /*关于我们*/
    .list1 .con {
        min-width: 0;
        padding: 0 30px;
    }

    /*技术荣誉*/
    .i_tech .sec_tit {
        float: none;
        width: auto;
    }

    .i_tech .sec_con {
        margin-left: 0;
    }

    /*******************************
		-------[=ban图]-------
	********************************/
    #ban {
        height: 0;
        padding-top: 38%;
    }

    /*******************************
		-------[=关于我们-社会责任]-------
	********************************/
    .m_list3 {
        margin: -10px;
    }

    .m_list3 .con {
        margin: 10px;
        padding: 20px;
    }

    /* 质量标准 */
    .standard {
        display: flex;
        flex-wrap: wrap;
    }

    .standard-left {
        margin-right: 10%;
    }

    .standard-left,
    .standard-right {
        width: 45%;
        box-sizing: border-box;
    }

    .Management-certification,
    .Product-certification {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .Management-list,
    .certification-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Management-list li,
    .certification-list li {
        width: 23%;
        margin-right: 1%;
        margin-bottom: 20px;
        text-align: center;
    }

    .Management-list li img,
    .certification-list li img {
        width: 100%;
    }

    .Management-list li p,
    .certification-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 质量标准 */
    /* 领导关怀 */

    .Leadership {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Leadership li {
        width: 23%;
        font-size: 12px;
        ;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .Leadership li p:nth-child(2) {
        font-weight: 700;
        margin-top: 5px;
    }

    .Leadership li img {
        width: 100%;
    }

    .VIPCustomer {
        margin: 20px 0px 30px 0px;
        border-bottom: 1px solid lightgray;
        padding-bottom: 5px;
        color: #376092;
    }

    .VIPCustomer span {
        color: #C00000;
    }

    /* 领导关怀 */
    /* 董事长致辞 */
    .entrepreneurs {
        display: flex;
        flex-wrap: wrap;
    }

    .entrepreneurs-left {
        margin-right: 10%;
    }

    .entrepreneurs-left,
    .entrepreneurs-right {
        width: 45%;
        box-sizing: border-box;
    }

    .personal-honor,
    .social-functions {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .personal-list,
    .social-list {
        background: #F2F2F2;
        padding: 5% 0%;
        color: gray;
    }

    .personal-list {
        padding-bottom: 13%;
    }

    .personal-list li,
    .social-list li {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 15%;
    }

    .personal-list li img,
    .social-list li img {
        width: 100%;
    }

    .personal-list li p,
    .social-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 董事长致辞 */
    /* 企业荣誉 */
    .honner {
        list-style: none;
    }

    .honner {
        display: flex;
        flex-wrap: wrap;
        j
    }

    .honner li {
        width: 19%;
        margin-right: 10px;
    }

    .honner li img {
        width: 100%;
    }

    /* 企业荣誉 */
    /* 自添加路途 */
    .zjround {
        overflow: hidden;
    }

    .zjpcround {
        display: flex;
        flex-wrap: wrap;
    }

    .zjround .zjpcround li {
        width: 18%;
        margin-right: 15px;
    }

    /* 自添加路途 */

}

/*Common For Max 768*/
@media only screen and (max-width: 992px) {

    body {
        font-size: 12px;
    }
    .hover-img{
        height: 95px !important;
    }
    .hide_md {
        display: none;
    }

    /*标题*/
    .i_tit1 {
        font-size: 20px;
        text-align: center;
    }

    .i_tit1 em {
        font-size: 40px;
        line-height: 1.1;
        margin-bottom: 5px;
    }

    .i_tit2 {
        font-size: 20px;
        text-align: center;
        line-height: 1;
    }

    .i_tit2 em {
        font-size: 40px;
        line-height: 30px;
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .tit1 {
        font-size: 18px;
        margin: 15px 0;
    }

    .tit1 em {
        font-size: 30px;
        margin-bottom: 10px;
    }

    /*按钮*/
    .btn1 {
        font-size: 12px;
        width: 100px;
    }

    .btn2 {
        width: 140px;
        line-height: 35px;
    }

    .btn2 span {
        padding-right: 25px;
        background-image: url(../images/a2_1.png);
        -webkit-background-size: 20px auto;
        background-size: 20px auto;
    }

    .btn2 span:hover {
        background-image: url(../images/a2_1_on.png);
    }

    /*布局*/
    .h_space30 {
        height: 15px;
    }

    .h_space40 {
        height: 20px;
    }

    .h_space50 {
        height: 25px;
    }

    .h_space60 {
        height: 30px;
    }

    .h_space70 {
        height: 35px;
    }

    .h_space80 {
        height: 40px;
    }

    /*******************************
		-------[=头部]-------
	********************************/
	#hidenhd{height: 50px}
    #hd {
        height: 50px;
        background: #fff;
    }

    .logo {
        height: 50px;
        line-height: 50px;
        margin: 0;
    }

    .logo img {
        max-height: 35px;
    }

    .logo .stock {
        margin-left: 5px;
        padding-left: 10px;
        font-size: 12px;
        line-height: 17px;
    }

    .hdr_t {
        display: none;
    }

    /*******************************
		-------[=导航]-------
	********************************/
    .menuBtn {
        display: block;
    }

    #nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        padding-right: 0;
        background: rgba(0, 0, 0, .9);
    }

    #nav ul {
        background: none;
        overflow-y: scroll;
    }

    #nav li {
        float: none;
        padding: 0;
        line-height: 50px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        background: none;
    }

    #nav .v1 {
        color: #eee;
        display: block;
        text-align: center;
        font-weight: normal;
        border-radius: 0;
    }

    #nav li.so,
    #nav li.langs {
        display: block;
    }

    /*******************************
	  -------[=banner轮播图]-------
	********************************/
    #banner .item .con {
        padding-top: 52%;
    }

    #banner .txt {
        font-size: 13px;
    }

    #banner .txt h2 {
        font-size: 30px;
    }

    #banner .box {
        padding: 0;
    }

    #banner .slick-dots {
        bottom: 10px;
    }

    #banner .slick-dots li {
        margin: 0 5px;
    }

    #banner .slick-dots li button {
        width: 8px;
        height: 8px;
        border-width: 1px;
    }

    /*******************************
	  -------[=底部]-------
	********************************/
    .f_help {
        padding: 20px 0;
    }

    .f_addr {
        float: none;
        text-align: center;
        line-height: 2;
        margin-bottom: 10px;
    }

    .f_addr h3 {
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5px;
    }

    .f_nav {
        float: none;
        font-size: 12px;
        line-height: 2;
    }

    .f_nav li {
        display: none;
        min-height: 0;
    }

    .f_nav li.last,
    .f_nav li:last-child {
        display: block;
        float: none;
        border-left: 0;
        padding: 0;
        text-align: center;
    }

    .f_nav h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .f_copy {
        text-align: center;
    }

    .f_map {
        float: none;
    }

    /*******************************
	  -------[=首页]-------
	********************************/
    /*关于我们*/
    .i_about .i_tit1 em::before {
        left: 50%;
        margin-left: -38px;
    }

    .i_about .pic {
        float: none;
        width: 100%;
        /* max-width: 520px; */
        height: 300px;
        /* height: auto; */
        margin: 0 auto;
    }

    .i_about .txt {
        margin-left: 0;
        text-align: center;
    }

    .list1 {
        display: inline-block;
    }

    /*产品中心*/
    .i_product {
        padding: 50px 0;
        min-height: 0;
        margin-bottom: 50px;
    }

    .i_product .pic {
        margin-left: 0;
        line-height: 0;
        text-align: center;
    }

    .i_product .txt {
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
        margin-bottom: 25px;
    }

    .i_product .det {
        margin-bottom: 25px;
    }

    .list2 {
        display: inline-block;
    }

    .list2 li {
        margin: 0 10px;
    }

    .list2 .con {
        font-size: 16px;
    }

    /*新闻中心*/
    .slick-track{
        margin-top: 50px;
    }
    .i_news{
        margin-top: 50px;
    }
    .i_news .left {
        margin-right: 0;
        padding-right: 0;
    }
    .draggable{
        margin:50px auto;
    }
    .i_news .right {
        float: none;
        margin: 20px auto;
    }
    .i_news .home_mnes{
        width:100%;
        margin:0 auto;
        margin-bottom: 30px;
    }
    .i_tab_tit li {
        font-size: 14px;
    }

    .list3 .txt {
        font-size: 14px;
    }

    .i_newsSlider h4 {
        font-size: 14px;
    }

    .i_newsSlider .more {
        background-image: url(../images/a1_2.png);
        -webkit-background-size: 25px auto;
        background-size: 25px auto;
    }

    /*技术荣誉*/
    .i_tech {
        margin: 50px 0;
    }

    /*******************************
		-------[=二级导航]-------
	********************************/
    #snav {
        height: auto;
    }

    #snav ul {
        line-height: 35px;
        padding: 10px 0;
    }

    #snav a {
        padding: 0 15px;
    }

    /*******************************
		-------[=产品中心]-------
	********************************/
    .m_list6 li {
        margin-bottom: 80px;
    }

    .m_list6 li,
    .m_list6 .txt_bg {
        height: 350px;
    }

    .m_list6 .txt {
        padding: 60px 30px 30px;
    }

    .m_list6 .pic {
        line-height: 350px;
    }

    .m_list6 .pic img {
        margin-bottom: -60px;
    }

    .m_list6 h3 {
        font-size: 24px;
    }

    .m_list6 h4 {
        font-size: 16px;
    }

    /*******************************
		-------[=新闻中心]-------
	********************************/
    .m_newsInfo .left {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .m_newsInfo .right {
        margin-left: 0;
    }

    .m_hotNews h4 {
        font-size: 15px;
    }

    .m_hotNews .det {
        font-size: 12px;
        height: auto;
        max-height: 40px;
    }

    .m_list1 .date {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .m_list1 .date .day {
        font-size: 24px;
    }

    .m_list1 h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .m_list1 .det {
        font-size: 12px;
        height: auto;
        max-height: 46px;
    }

    .m_list2 .con {
        padding: 20px 15px;
    }

    .m_list2 .txt {
        margin: 0 50px 0 120px;
    }

    .m_list2 h4 {
        font-size: 15px;
    }

    /*******************************
		-------[=关于我们]-------
	********************************/
    .list1_2 {
        display: block;
    }

    .list1_2 .con,
    .list1_2 li:first-child .con {
        text-align: center;
        padding: 0 10px;
    }

    /*******************************
		-------[=关于我们-企业文化]-------
	********************************/
    .m_txt1 {
        margin-bottom: 0;
    }

    .m_txt1 h4 {
        font-size: 14px;
    }

    .m_list4 {
        margin: -10px;
    }

    .m_list4 .con {
        margin: 10px;
    }

    .m_list4 .pic {
        margin-bottom: 10px;
    }

    .m_list4 h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .g_table1 th {
        font-size: 16px;
        width: 100px;
    }

    .g_table1 td {
        padding: 20px 15px;
    }

    .m_dlist1 {
        margin: -5px;
        padding-bottom: 20px;
    }

    .m_dlist1 .con {
        margin: 5px;
    }

    .m_txt2 h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .m_txt2 p {
        margin-bottom: 5px;
    }

    /*******************************
		-------[=关于我们-发展历程]-------
	********************************/
    .side_col {
        width: 240px;
    }

    .main_col {
        margin-left: 240px;
        padding-left: 20px;
    }

    .tlist1 dd a {
        font-size: 16px;
        line-height: 48px;
    }

    .m_list5 {
        background-position: 4px 0;
    }

    .m_list5 li {
        padding-left: 30px;
        margin-bottom: 30px;
    }

    .m_list5 li::before {
        width: 5px;
        height: 5px;
        border-width: 2px;
        top: 35px;
    }

    .m_list5 .con {
        padding: 20px;
        border-width: 3px;
    }

    .m_list5 .con::before {
        width: 15px;
        height: 15px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .m_list5 .date {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .m_list5 p {
        font-size: 14px;
        margin-top: 5px;
    }

    /*******************************
		-------[=关于我们-社会责任]-------
	********************************/
    .m_list3 li {
        width: 50%;
    }

    .m_list3 h4 {
        font-size: 16px;
    }

    .m_list3 .info {
        margin-bottom: 5px;
    }

    .m_list3 .pic {
        margin-bottom: 15px;
    }

    .m_list3 .det {
        margin-bottom: 20px;
    }

    .m_list3 .btn3 {
        margin-bottom: 25px;
    }

    /*******************************
		-------[=关于我们-董事长致辞]-------
	********************************/
    .m_ChairsTxt .pic {
        width: 250px;
        margin-right: -125px;
    }

    .m_ChairsTxt .txt {
        margin-left: 125px;
        padding: 50px 20px 50px 150px;
    }

    .m_ChairsTxt .txt h4 {
        font-size: 18px;
    }

    /* 质量标准 */
    .standard {
        display: flex;
        flex-wrap: wrap;
    }

    .standard-left {
        margin-right: 10%;
    }

    .standard-left,
    .standard-right {
        width: 45%;
        box-sizing: border-box;
    }

    .Management-certification,
    .Product-certification {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .Management-list,
    .certification-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Management-list li,
    .certification-list li {
        width: 28%;
        margin-right: 1%;
        margin-bottom: 20px;
        text-align: center;
    }

    .Management-list li img,
    .certification-list li img {
        width: 100%;
    }

    .Management-list li p,
    .certification-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 质量标准  */
    /* 领导关怀 */

    .Leadership {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Leadership li {
        width: 49%;
        font-size: 12px;
        ;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .Leadership li p:nth-child(2) {
        font-weight: 700;
        margin-top: 5px;
    }

    .Leadership li img {
        width: 100%;
    }

    .VIPCustomer {
        margin: 20px 0px 30px 0px;
        border-bottom: 1px solid lightgray;
        padding-bottom: 5px;
        color: #376092;
    }

    .VIPCustomer span {
        color: #C00000;
    }

    /* 领导关怀 */

    /* 董事长致辞、 */
    .entrepreneurs {
        display: flex;
        flex-wrap: wrap;
    }

    .entrepreneurs-left {
        margin-right: 10%;
    }

    .entrepreneurs-left,
    .entrepreneurs-right {
        width: 45%;
        box-sizing: border-box;
    }

    .personal-honor,
    .social-functions {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .personal-list,
    .social-list {
        background: #F2F2F2;
        padding: 5% 0%;
        color: gray;
    }

    .personal-list {
        padding-bottom: 13%;
    }

    .personal-list li,
    .social-list li {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 15%;
    }

    .personal-list li img,
    .social-list li img {
        width: 100%;
    }

    .personal-list li p,
    .social-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 董事长致辞 */
    /* 企业荣誉 */
    .honner {
        list-style: none;
    }

    .honner {
        display: flex;
        flex-wrap: wrap;
        j
    }

    .honner li {
        width: 23%;
        margin-right: 14px;
        margin-bottom: 0;
    }

    .honner li img {
        width: 100%;
    }

    /* 企业荣誉 */
    /* 自添加路途 */
    .zjround {
        overflow: hidden;
    }

    .zjpcround {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .zjround .zjpcround li {
        width: 31%;
        margin-right: 15px;
    }

    /* 自添加路途 */


}

/*Common For Max 480*/
@media only screen and (max-width: 750px) {

    .wp {
        width: 96%;
    }

    /*标题*/

    /*******************************
		-------[=底部]-------
	********************************/
    .f_copy .icp {
        display: block;
    }

    /*******************************
		-------[=banner]-------
	********************************/
    #banner .txt {
        text-align: center;
    }

    #banner .txt h2 {
        font-size: 20px;
    }

    #banner .txt p {
        display: none;
    }

    /*******************************
	  -------[=首页]-------
	********************************/
    /*关于我们*/
    .i_about .det {
        margin-bottom: 20px;
    }

    .i_about .info {
        margin-top: 35px;
    }

    /*产品中心*/
    .i_product .pic img {
        width: 60%;
        max-width: 425px;
    }

    .list2 .con {
        font-size: 14px;
        width: 60px;
        height: 40px;
        padding: 10px 0;
        line-height: 20px;
    }

    /*新闻中心*/
    .i_newsSlider .txt {
        padding: 10px;
    }

    .list3 li {
        padding: 15px 0;
    }

    .list3 .date {
        width: 70px;
    }

    .list3 .more {
        margin-top: 10px;
    }

    .list3 .txt {
        margin-left: 80px;
        padding: 0 40px 0 10px;
    }

    /*技术荣誉*/
    .list4 {
        height: auto;
        background: #0065a7;
    }

    .list4 li {
        float: none;
        width: auto;
        border-bottom: 10px solid #fff;
    }

    .list4 li:last-child {
        border-bottom: 0;
    }

    .list4 li:nth-child(2n) {
        background: #3f3f3f;
    }

    .list4 .con {
        padding: 25px;
        text-align: center;
        width: 200px;
        margin: 0 auto;
    }

    .list4 .txt {
        text-align: left;
    }

    .list4 h4 {
        font-size: 16px;
    }


    /*******************************
		-------[=产品中心]-------
	********************************/
    .m_list6 li {
        height: auto;
        margin-bottom: 40px;
    }

    .m_list6 .txt_bg,
    .m_list6 li:nth-child(2n+1) .txt_bg,
    .m_list6 .pic {
        float: none;
        width: auto;
    }

    .m_list6 .txt_bg,
    .m_list6 li:nth-child(2n+1) .txt_bg {
        height: auto;
    }

    .m_list6 .txt {
        padding: 20px;
        text-align: center;
    }

    .m_list6 h3 {
        font-size: 20px;
    }

    .m_list6 h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .m_list6 p {
        margin-bottom: 15px;
    }

    .m_list6 .pic {
        max-width: 700px;
        margin: 0 auto;
        line-height: 1;
    }

    .m_list6 .pic img {
        margin-bottom: -40px;
    }

    /*******************************
		-------[=新闻中心]-------
	********************************/
    .m_hotNews .pic {
        position: relative;
        height: 0;
        padding-top: 67%;
    }

    .m_hotNews .pic a {
        height: auto;
    }

    .m_hotNews .pic img {
        position: absolute;
        left: 0;
        top: 0;
        visibility: visible;
    }

    .m_hotNews .txt {
        padding: 15px;
    }

    .m_list2 li {
        padding: 10px 0;
    }

    .m_list2 .con {
        padding: 10px;
    }

    .m_list2 .date {
        width: 70px;
        height: 100px;
        line-height: 100px;
    }

    .m_list2 .date .day {
        font-size: 26px;
    }

    .m_list2 .txt {
        margin-left: 85px;
    }

    /*******************************
		-------[=关于我们]-------
	********************************/
    .m_about img {
        margin-bottom: 15px;
    }

    .list1_2 {
        margin: 25px 0;
    }

    .list1_2 li {
        width: auto;
    }

    .list1_2 li:first-child .con {
        padding: 20px 0;
    }

    .rongy {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 50px;
    }

    .rongy li {
        width: 47%;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .rongy li img {
        width: 100%;
    }

    /*******************************
		-------[=关于我们-企业文化]-------
	********************************/
    .m_list4 li {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .g_table1 th {
        width: auto;
        display: block;
        border-bottom: 1px solid #e3e3e3;
    }

    .g_table1 th span {
        width: auto;
    }

    .g_table1 td {
        display: block;
        border-left: 0;
    }

    .m_dlist1 li {
        width: 50%;
    }

    /*******************************
		-------[=关于我们-发展历程]-------
	********************************/
    .side_col {
        float: none;
        width: auto;
        margin-bottom: 20px;
    }

    .main_col {
        margin-left: 0;
        padding-left: 0;
    }

    .tlist1 dt {
        display: none;
    }

    .tlist1 dd a {
        font-size: 14px;
    }

    .m_list5 .con {
        padding: 15px 10px;
    }

    .m_list5 .date {
        font-size: 20px;
    }

    .m_list5 p {
        font-size: 12px;
    }

    /*******************************
		-------[=关于我们-社会责任]-------
	********************************/
    .m_list3 li {
        float: none;
        width: auto;
    }

    .m_list3 .con {
        padding: 10px;
    }

    /*******************************
		-------[=关于我们-董事长致辞]-------
	********************************/
    .m_ChairsTxt .pic {
        float: none;
        margin: 0 auto -125px;
    }

    .m_ChairsTxt .txt {
        margin-left: 0;
        height: auto;
        padding: 150px 20px 50px;
    }

    /* 质量标准 */
    .standard {
        display: flex;
        flex-wrap: wrap;
    }

    .standard-left {
        margin: 0% 2% 2% 2%;
    }

    .standard-left,
    .standard-right {
        width: 100%;
        box-sizing: border-box;
    }

    .Management-certification,
    .Product-certification {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .Management-list,
    .certification-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Management-list li,
    .certification-list li {
        width: 25%;
        margin-right: 1%;
        margin-bottom: 5px;
        text-align: center;
    }

    .Management-list li img,
    .certification-list li img {
        width: 100%;
    }

    .Management-list li p,
    .certification-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 质量标准 */
    /* 领导关怀 */

    .Leadership {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Leadership li {
        width: 49%;
        font-size: 12px;
        ;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .Leadership li p:nth-child(2) {
        font-weight: 700;
        margin-top: 5px;
    }

    .Leadership li img {
        width: 100%;
    }

    .VIPCustomer {
        margin: 20px 0px 30px 0px;
        border-bottom: 1px solid lightgray;
        padding-bottom: 5px;
        color: #376092;
    }

    .VIPCustomer span {
        color: #C00000;
    }

    /* 领导关怀 */

    /* 董事长致辞、 */
    .entrepreneurs {
        display: flex;
        flex-wrap: wrap;
    }

    .entrepreneurs-left {
        margin-right: 10%;
    }

    .entrepreneurs-left,
    .entrepreneurs-right {
        width: 45%;
        box-sizing: border-box;
    }

    .personal-honor,
    .social-functions {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .personal-list,
    .social-list {
        background: #F2F2F2;
        padding: 5% 0%;
        color: gray;
    }

    .personal-list {
        padding-bottom: 13%;
    }

    .personal-list li,
    .social-list li {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 15%;
    }

    .personal-list li img,
    .social-list li img {
        width: 100%;
    }

    .personal-list li p,
    .social-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 董事长致辞、 */
    /* 企业荣誉 */
    .honner {
        list-style: none;
    }

    .honner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .honner li {
        width: 47%;
        margin-right: 10px;
    }

    .honner li img {
        width: 100%;
    }

    /* 企业荣誉 */
    /* 自添加路途 */
    .zjround {
        overflow: hidden;
    }

    .zjpcround {
        display: flex;
        flex-wrap: wrap;
    }

    .zjround .zjpcround li {
        width: 49%;
        margin-right: 0px;
    }

    /* 自添加路途 */


}

/*Common For Max 320*/
@media only screen and (max-width: 479px) {

    /*******************************
	  -------[=首页]-------
	********************************/
    /*关于我们*/
    .list1 {
        display: block;
        border-top: 1px solid #ddd;
    }

    .list1 li {
        float: none;
    }

    .list1 .con {
        border-left: 0;
        padding: 20px 0;
        border-bottom: 1px solid #ddd;
    }

    /*新闻中心*/
    .i_tab_tit {
        line-height: 35px;
    }

    .i_tab_tit li {
        font-size: 12px;
    }

    .i_news .right {
        width: auto;
    }

    .i_newsSlider .pic a {
        height: 0;
        padding-top: 92%;
        position: relative;
    }

    .i_newsSlider .pic img {
        position: absolute;
        left: 0;
        top: 0;
    }

    /* 质量标准 */
    .standard {
        display: flex;
        flex-wrap: wrap;
    }

    .standard-left {
        margin: 0% 2% 2% 2%;
    }

    .standard-left,
    .standard-right {
        width: 100%;
        box-sizing: border-box;
    }

    .Management-certification,
    .Product-certification {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .Management-list,
    .certification-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Management-list li,
    .certification-list li {
        width: 25%;
        margin-right: 1%;
        margin-bottom: 5px;
        text-align: center;
    }

    .Management-list li img,
    .certification-list li img {
        width: 100%;
    }

    .Management-list li p,
    .certification-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 质量标准   */
    /* 领导关怀 */

    .Leadership {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Leadership li {
        width: 100%;
        font-size: 12px;
        ;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .Leadership li p:nth-child(2) {
        font-weight: 700;
        margin-top: 5px;
    }

    .Leadership li img {
        width: 100%;
    }

    .VIPCustomer {
        margin: 20px 0px 30px 0px;
        border-bottom: 1px solid lightgray;
        padding-bottom: 5px;
        color: #376092;
    }

    .VIPCustomer span {
        color: #C00000;
    }

    /* 领导关怀 */

    /* 董事长致辞 */

    .entrepreneurs {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
    }

    .entrepreneurs-left {
        margin-right: 0%;
    }

    .entrepreneurs-left,
    .entrepreneurs-right {
        width: 98%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .personal-honor,
    .social-functions {
        background: #376092;
        padding: 20px 0px;
        color: white;
        text-align: center;
        font-size: 22px;
    }

    .personal-list,
    .social-list {
        background: #F2F2F2;
        padding: 5% 0%;
        color: gray;
    }

    .personal-list {
        padding-bottom: 13%;
        margin-bottom: 20px;
    }

    .personal-list li,
    .social-list li {
        margin-bottom: 20px;
        text-align: left;
        padding-left: 15%;
    }

    .personal-list li img,
    .social-list li img {
        width: 100%;
    }

    .personal-list li p,
    .social-list li p {
        margin-top: 15px;
        font-size: 12px;
    }

    /* 董事长致辞 */
    /* 企业荣誉 */
    .honner {
        list-style: none;
    }

    .honner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .honner li {
        width: 47%;
        margin-right: 10px;
    }

    .honner li img {
        width: 100%;
    }

    /* 企业荣誉 */
    /* 自添加路途 */
    .zjround {
        overflow: hidden;
    }

    .zjpcround {
        display: flex;
        flex-wrap: wrap;
    }

    .zjround .zjpcround li {
        width:45vw;
        margin-right: 0px;
        text-align: center
    }

    /* 自添加路途 */
	#snav ul{
		width:760px;
	}
	#snav .www{
		width:auto;
	}
	#snav .www li{
		width: auto;
	}
	#snav ul li{
		width:auto;
		text-align: center;
	} 

}

/*Common For Max 320*/
@media only screen and (max-width: 375px) {

    /*******************************
	  -------[=首页]-------
	********************************/

}