@charset "utf-8";

/*header*/
.header {
    width: 100%;
    height: 84px;
    /*border-bottom: 1px solid #eee;*/
}

.header .dh {
    display: none;
}

.header_center {
    width: 100%;
    height: 100px;
    max-width: 1568px;
    margin: 0 auto;
    padding: 0px 10px;
}

.header_center img {
    float: left;
    margin: 25px 0px;
}

.pc_nav {
    width: 53%;
    float: left;
    margin-left: 10%;
    padding-top: 33px;
}

.pc_nav ul {
    width: 100%;
    height: 65px;
}

.pc_nav li {
    float: left;
    margin-right: 6%;
}

.pc_nav li a {
    display: block;
    height: 65px;
    font-size: 16px;
    color: #333;
}

.pc_nav ul li .cative {
    border-bottom: 2px solid #0074BF;
    color: #0074BF;
}

.pc_fr {
    width: 260px;
    float: right;
    margin-top: 25px;
}

.pc_fr .form1 {
    width: 161px;
    height: 41px;
    float: left;
}

.pc_fr .form1 #q {
    width: 161px;
    height: 41px;
    text-indent: 10px;
    border: 1px solid #eee;
    border-radius: 25px;
    background: url(../img/fdj.png) no-repeat 130px 13px;
}

.pc_fr select {
    float: right;
}

.pc_fr select {
    width: 90px;
    height: 41px;
    background: url(../img/china.png) no-repeat center left #fff;
    border: 0px;
    text-indent: 30px;
    color: #999;
}

.mun {
    display: none;
}

.wap_nav {
    display: none;
}

@media screen and (max-width: 1200px) {
    .pc_nav {
        display: none;
    }

    .pc_fr {
        width: 125px;
    }

    .pc_fr form {
        display: none;
    }

    .pc_fr select {
        float: left;
    }

    .header {
        height: auto;
    }

    .header_center {
        height: auto
    }

    .header_center::after {
        content: "";
        display: block;
        clear: both;
    }

    .header_center img {
        margin: 2% 0px;
    }

    .pc_fr {
        margin-top: 2%;
    }

    .mun, .wap_nav {
        display: block;
    }

    .mun {
        width: 41px;
        height: 41px;
        float: right;
        background: #999;
    }

    .mun img {
        width: 85%;
        margin: 3px 3px;
    }

    .wap_nav {
        width: 100%;
    }

}

/* banner */
.c-banner {
    width: 100%;
    position: relative;
}

.c-banner img {
    width: 100%;
}

.c-banner .banner ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.c-banner .banner ul li {
    position: absolute
    display: none;
    opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    position: absolute;
    top: 0px;
}

.c-banner .banner ul li:first-child img {
    position: relative;
}

.c-banner .nexImg, .c-banner .preImg {
    position: absolute;
    top: 50%;
    margin-top: -53px;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;

}

.c-banner .nexImg:hover, .c-banner .preImg:hover {
    opacity: 0.8;
}

.c-banner .preImg {
    left: 15px;
}

.c-banner .nexImg {
    right: 10px;
}

.c-banner .nexImg img, .c-banner .preImg img {


}

.c-banner .jumpBtn {
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}

.c-banner .jumpBtn ul {
    margin-bottom: 0px;
    padding: 0px;
}

.c-banner .jumpBtn ul li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
    margin-left: 0px;
}

/*@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
	.wap_nav{
		width:100%;
		height: auto;
		display: block;
		background: #eee;
		min-height: 500px;
		fl
	}
}
*/

/*about*/
.about {
    width: 100%;
}

.about .title {
    width: 100%;
    text-align: center;
    padding-top: 3rem;
    margin-bottom: 2.5rem;
}

.about .title h1 {
    font-size: 36px;
    font-weight: 300;
    color: #333;
}

.about .title p {
    font-size: 18px;
    color: #999;
    margin-top: 5px;
}

.about_center {
    width: 100%;
    background: #F9FBFC;
}

.about_center::after {
    content: "";
    display: block;
    clear: both;
}

.about_fl {
    width: 42.7%;
    height: 600px;
    float: left;
    overflow: hidden;
}

.about_fr {
    width: 57.3%;
    height: 600px;
    float: right;
    background: url(../img/about01.png) no-repeat 0px 0px;
}

.about_content {
    width: 76%;
    padding-top: 7%;
    padding-left: 7%
}

.about_content h1 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}

.about_content span {
    font-size: 16px;
    color: #333;
    float: left;
    margin-top: 5px;
    margin-bottom: 20px;
}

.about_content hr {
    width: 85px;
    border: 2px solid #0074BF;
    float: left;
    margin-top: 10px;
}

.about_content p {
    font-size: 16px;
    color: #666;
    line-height: 35px;
    margin-top: 30px;
}

.about_content .more {
    width: 160px;
    height: 45px;
    float: left;
    background: #0074BF;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 25px;
    margin-top: 35px;
}

@media screen and (max-width: 1200px) {
    .about_fl {
        width: 100%;
        height: auto;
    }

    .about_fl img {
        width: 100%;
    }

    .about_fr {
        width: 100%;
    }

    .about_center {
        width: 90%;
        margin: 0 auto;
    }

    .about_content {
        padding-left: 0px;
        width: 100%;
        padding-bottom: 35px;
    }

    .about_fr {
        height: auto;
    }

    .about_content .more {
        display: block;
        float: none;
        margin: 0 auto;
        margin-top: 25px;
    }
}


.product {
    width: 100%;
    padding-bottom: 5rem;
}

.product .title {
    width: 100%;
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 3.5rem;
}

.product .title h1 {
    font-size: 36px;
    font-weight: 300;
    color: #333;
}

.product .title p {
    font-size: 18px;
    color: #999;
    margin-top: 5px;
}

.product_center {
    width: 100%;
}

.porduct_cent {
    width: 72.9%;
    margin: 0 auto;
}

.product_ul {
    width: 100%;
}

.product_ul::after {
    content: "";
    display: block;
    clear: both;
}

.product_li {
    /*width: 32%;*/
    float: left;
    margin-right: 2%;
    position: relative;

    width: 23.5%;
}

.product_li img {
    width: 100%;
    padding: 22%;
}

.picture_list_img {
    width: 100% !important;
    padding: 11% !important;
}

.product_li:nth-child(3n) {
    margin-right: 0px;
}

.product_li .ma1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding: 5% 5%;
}

.product_li .ma1 b {
    font-size: 24px;
    color: #fff;
    float: left;
}

.product_li .ma1 hr {
    width: 30px;
    border: 2px solid #fff;
    float: left;
    margin-top: 20px;
    margin-bottom: 25px;
}

.product_li .ma1 .divp {
    display: none;
    max-height: 140px;
    overflow: hidden;
}

.product_li .ma1 .mores {
    display: none;
    width: 140px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
    background: #fff;
    margin-top: 40px;
}

.product_li:hover .ma1 {
    background: #0074BF;
}

.product_li:hover .ma1 b {
    color: #fff;
}

.product_li:hover .ma1 hr {
    border: 2px solid #fff;
}

.product_li:hover .ma1 .divp {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.product_li:hover .ma1 .mores {
    display: block;
}


.product_li .ma1s {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
    padding: 9% 6%;
}

.product_li .ma1s b {
    font-size: 24px;
    color: #333;
    float: left;
}

.product_li .ma1s hr {
    width: 30px;
    border: 2px solid #0074BF;
    float: left;
    margin-top: 20px;
    margin-bottom: 25px;
}

.product_li .ma1s .divp {
    display: none;
    max-height: 140px;
    overflow: hidden;
}

.product_li .ma1s .mores {
    display: none;
    width: 140px;
    height: 45px;
    border-radius: 30px;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    color: #666666;
    background: #fff;
    margin-top: 40px;
}

/*.product_li:hover .ma1s {*/
/*    background: #0074BF;*/
/*}*/

.product_li:hover .ma1s b {
    /*color: #fff;*/
}

.product_li:hover .ma1s hr {
    /*border: 2px solid #fff;*/
}

.product_li:hover .ma1s .divp {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 35px;
}

.product_li:hover .ma1s .mores {
    /*display: block;*/
}

@media screen and (max-width: 1560px) {
    .porduct_cent {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .porduct_cent {
        width: 90%;
    }

    .product_li {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 3%;
    }

    .product_li:nth-child(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 750px) {
    .product_li {
        width: 100%;
        margin-bottom: 3%;
    }
}


.link {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.link_center {
    width: 72.9%;
    margin: 0 auto;
}

.link_content {
    width: 100%;
    padding-top: 50px;
}

.link_center h1 {
    font-size: 36px;
    color: #333;
    text-align: center;
    font-weight: 300;
}

.link_ul {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 30px;
}

.link_ul::after {
    content: "";
    display: block;
    clear: both;
}

.link_ul li {
    width: 15.7%;
    margin-right: 0.9%;
    float: left;
}

.link_ul li img {
    width: 100%;
}

@media screen and (max-width: 1560px) {
    .link_center {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .link_ul li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 25px;
    }

    .link_ul li:nth-child(3n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 750px) {
    .link_center h1 {
        font-size: 25px;
    }

    .link_ul li {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 25px;
    }

    .link_ul li:nth-child(3) {
        margin-right: 6%;
    }

    .link_ul li:nth-child(2n) {
        margin-right: 0px;
    }
}

.news {
    width: 100%;
}

.news .title {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
    margin-bottom: 3.5rem;
}

.news .title h1 {
    font-size: 36px;
    font-weight: 300;
    color: #333;
}

.news .title p {
    font-size: 18px;
    color: #999;
    margin-top: 5px;
}

.news {
    width: 100%;
    padding-bottom: 4%;
}

.news_center {
    width: 72.9%;
    margin: 0 auto;
}

.news_center ul {
    width: 100%;
}

.news_center ul::after {
    content: "";
    display: block;
    clear: both;
}

.news_center ul li {
    width: 31.4%;
    float: left;
    background: #F3F3F3;
    position: relative;
    float: left;
    margin-right: 2.9%;
}

.news_center ul li:nth-child(3) {
    margin-right: 0px;
}

.news_center ul li .time {
    width: 100%;
    padding: 1% 8%;
    margin-top: 7%;
}

.news_center ul li .time p {
    font-size: 30px;
    color: #666;
}

.news_center ul li .time p span {
    font-size: 16px;
    color: #666;
}

.news_center ul li .tie {
    font-size: 18px;
    color: #333;
    height: 70px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1% 8%;
}

.news_center ul li .descri {
    font-size: 15px;
    color: #A7A7A7;
    line-height: 25px;
    height: 84px;
    padding: 1% 8%;
    overflow: hidden;
}

.news_more {
    width: 100%;
    border-top: 2px solid #D9D9D9;
    margin-top: 5%;
    padding: 7% 8%;
}

.news_more a {
    color: #666;
}

.news_more a span {
    float: right;
}

.news_more a:hover {
    color: #666;
}

.move_back {
    width: 100%;
    background: #0074BF;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

.move_back::after {
    content: "";
    display: block;
    clear: both;
}

.bank_zindex {
    width: 100%;
}

.move_back .back_color .time {
    width: 100%;
    padding: 1% 8%;
}

.move_back .back_color .time p {
    font-size: 30px;
    color: #fff !important;
}

.move_back .back_color .time p span {
    font-size: 16px;
    color: #fff !important;
}

.move_back .back_color .tie {
    font-size: 18px;
    color: #fff !important;
    height: 70px;
    line-height: 35px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 1% 8%;
}

.move_back .back_color .descri {
    font-size: 15px;
    color: #fff !important;
    line-height: 25px;
    height: 84px;
    padding: 1% 8%;
    overflow: hidden;
}

.move_back .news_more {
    width: 100%;
    border-top: 2px solid #fff;
    margin-top: 5%;
    padding: 7% 8%;
}

.move_back .news_more a {
    color: #fff;
}

.move_back .news_more a span {
    float: right;
}

.move_back .news_more a:hover {
    color: #fff;
}

.news_center ul li:hover .move_back {
    display: block;
}

@media screen and (max-width: 1200px) {
    .news_center {
        width: 90%;
    }

    .news_center ul li {
        width: 47%;
        margin-right: 5.9%;
        margin-bottom: 2%;
    }

    .news_center ul li:nth-child(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 750px) {
    .news_center ul li {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
}


/*footer*/
.footer {
    width: 100%;
    /*background: #171717;*/
    /*padding-top: 4%;*/
}

.footer_center {
    width: 72.9%;
    margin: 0 auto;
}

.footer_center::after {
    content: "";
    display: block;
    clear: both;
}

.footer_fl1 {
    width: 13%;
    float: left;
}

.footer_fl1 h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.footer_fl1 h1 a {
    color: #fff;
}

.footer_fl1 ul {
    width: 100%;
    margin-top: 20px;
}

.footer_fl1 ul li {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
}

.footer_fl1 ul li a {
    color: #A2A5A3;
}

.footer_fl2 {
    width: 34%;
    float: left;
}

.footer_fl2 h1 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.footer_fl2 ul {
    width: 100%;
    margin-top: 20px;
}

.footer_fl2 ul li {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    color: #A2A5A3;
}

.footer_fr1 {
    float: right;
}

.footer_fr1 {
    width: 140px;
}

.footer_fr1 img {
    width: 100%;
}

.footer_fr1 p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

.footer_bottom {
    width: 100%;
    border-top: 1px solid #333;
    float: left;
    margin-top: 50px;
}

.footer_bott_fl {
    float: left;
    margin: 15px 0px;
    width: 60%;
}

.footer_bott_fl p {
    font-size: 14px;
    color: #989B99;
    line-height: 30px;
}

.footer_bott_fl p a {
    color: #989B99;
}

.footer_bott_fr {
    float: right;
    margin: 15px 0px;
    width: 40%;
    text-align: right;
}

.footer_bott_fr p {
    font-size: 14px;
    color: #989B99;
    line-height: 30px;
}

.footer_bott_fr p a {
    color: #989B99;
}

/*nei_index*/
.nei_banner {
    width: 100%;
}

.nei_banner img {
    width: 100%;
}

/*nei_center*/
.nei_center {
    width: 72.9%;
    margin: 0 auto;
    margin-top: 9rem;
}

.nei_center::after {
    content: "";
    display: block;
    clear: both;
}

.nei_cebter_ul {
    width: 100%;
}

.nei_center_li {
    width: 100%;
    margin-bottom: 7rem;
}

.nei_center_li::after {
    content: "";
    display: block;
    clear: both;
}

.neifl .neifl_wz {
    width: 56%;
    float: left;
    padding-top: 3%;
}

.neifl .neifl_img {
    width: 44%;
    float: right;
}

.neifl .neifl_img img {
    width: 100%;
}

.neifl .neifl_wz h1 {
    font-size: 30px;
    color: #333;
}

.neifl .neifl_des {
    width: 100%;
    height: 110px;
    font-size: 16px;
    color: #666;
    padding-right: 10%;
    margin-top: 30px;
    line-height: 35px;
    overflow: hidden;
}

.neifl .neifl_wz a {
    font-size: 14px;
    color: #0074BF;
    margin-top: 3%;
}


.neifr .neifl_wz {
    width: 56%;
    float: right;
    padding-top: 3%;
    padding-left: 10%;
}

.neifr .neifl_img {
    width: 44%;
    float: left;
}

.neifr .neifl_img img {
    width: 100%;
}

.neifr .neifl_wz h1 {
    font-size: 30px;
    color: #333;
}

.neifr .neifl_des {
    width: 100%;
    height: 110px;
    font-size: 16px;
    color: #666;
    margin-top: 30px;
    line-height: 35px;
    overflow: hidden;
}

.neifr .neifl_wz a {
    font-size: 14px;
    color: #0074BF;
    margin-top: 3%;
}

/*weizi*/
.weizi {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #dddddd;
}

.weizi_cenetr {
    width: 72.9%;
    margin: 0 auto;
}

.weizi_fl {
    width: 60%;
}

.weizi_fl ul {
    width: 100%;
}

.weizi_fl ul li {
    font-size: 18px;
    color: #333;
    line-height: 65px;
    float: left;
    margin-right: 6%;
}

.weizi_fl ul li a {
    color: #333;
}

.weizi_fl ul .active {
    border-bottom: 4px solid #0074BF;
}

.weizi_fr {
    float: right;
}

.weizi_fr p {
    font-size: 14px;
    color: #B6B6B6;
    line-height: 65px;
}

.weizi_fr p a {
    color: #B6B6B6;
}

.weizi_fr p span {
    background: url(../img/home.png) no-repeat left center;
    padding-left: 25px;
}

/*nei_picture*/
.nei_picture {
    width: 100%;
    padding-top: 54px;
    padding-bottom: 50px;
    /*background: #F7F7F7;*/

    background: #FFFFFF;
}

.nei_picture .product_ul .product_li {
    margin-bottom: 50px;
    background: #ffffff;

    /*border: 1px solid #dddddd;*/
}

/*show_index*/
.show_index {
    width: 100%;
}

.show_index_center {
    width: 72.9%;
    margin: 0 auto;
    margin-top: 60px;
}

.show_m1 {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 4px solid #0074BF;
}

.show_m1::after {
    content: "";
    display: block;
    clear: both;
}

.show_m1 .show_m1_img {
    width: 35.7%;
    background: #EFEFEF;
    float: left;
}

.show_m1_img img {
    width: 100%;
    padding: 15%;
    background: #ffffff;
}

.show_m1 .show_m1_fr {
    width: 64.3%;
    float: right;
    padding-left: 5%;
    padding-top: 3%;
}

.show_m1_fr h1 {
    font-size: 40px;
    color: #0074BF;
}

.show_m1_fr .des {
    font-size: 18px;
    color: #666;
    margin-top: 15px;
    border-bottom: 1px dashed #DEDEDE;
    padding-bottom: 25px;
}

.show_m1_fr .jianjie {
    width: 100%;
    font-size: 16px;
    color: #666;
    padding-top: 4%;
    padding-bottom: 5%;
}

.show_m1_fr .nei_back {
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    display: block;
    background: #0074BF;
    border-radius: 25px;
    margin-top: 1%;
}

.show_m2 {
    width: 100%;
}

.show_m2::after {
    content: "";
    display: block;
    clear: both;
}

.show_m2_fl {
    /*width: 50%;*/
    width: 100%;
    float: left;
}

.show_m2_fr {
    width: 50%;
    float: right;
}

.show_m2_fl::after {
    content: "";
    display: block;
    clear: both;
}

.show_m2_fl .ties {
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    color: #333;
    background: #FAFAFA;
    border-bottom: 1px solid #E6E6E6;
}

.show_m2_fr .ties {
    width: 100%;
    height: 65px;
    text-align: center;
    line-height: 65px;
    font-size: 24px;
    color: #333;
    background: #FAFAFA;
    border-bottom: 1px solid #E6E6E6;
}

.show_m2_content {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 45px;
}


.show_m2fl_content {
    width: 100%;
    float: left;
    margin-top: 25px;
    padding-bottom: 50px;
    color: #666;
    line-height: 35px;
}

.show_m2fr_content {
    width: 100%;
    float: right;
    margin-top: 25px;
    padding-bottom: 50px;
}

.show_m2fr_content video {
    height: 350px;
    width: 100%;
}

.show_m2_fl .active {
    font-weight: 600;
}

.show_m2_fl .active {
    background: #fff;
    border: 0px;
}

.show_m2_fl .active span {
    background: url(/static/img/jt.png) no-repeat center right;
    padding-right: 30px;
}

.show_m2_fr .active {
    font-weight: 600;
}

.show_m2_fr .active {
    background: #fff;
    border: 0px;
}

.show_m2_fr .active span {
    background: url(../img/jt.png) no-repeat center right;
    padding-right: 30px;
}

.show_m2fr_content {
    display: none;
}

/*news*/
.nei_news {
    width: 100%;
    padding-top: 7rem;
}

.nei_news_center {
    width: 72.9%;
    margin: 0 auto;
}

.nei_news_center ul {
    width: 100%;
}

.nei_news_center ul li {
    width: 100%;
    padding: 0px;
    border: 1px solid #E6E6E6;
    padding: 2%;
    margin-bottom: 19px;
}

.nei_news_center ul li img {
    width: 100%;
}

.nei_news_center ul li::after {
    content: "";
    display: block;
    clear: both;
}

.nei_news_img {
    width: 25%;
    float: left;
}

.nei_news_des {
    width: 75%;
    padding-left: 4%;
    padding-right: 4%;
    float: right;
    padding-top: 2%;
}

.nei_news_des .nei_p_tie {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    height: 25px;
}

.nei_news_des .nei_p_des {
    font-size: 15px;
    color: #666;
    overflow: hidden;
    height: 70px;
    margin-top: 1%;
    margin-bottom: 2%;
    line-height: 25px;
}

.nei_news_des .more {
    color: #999;
    font-size: 14px;
    float: right;
}

.nei_news_center::after {
    content: "";
    display: block;
    clear: both;
}

.pages {
    width: 100%;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 90px;
}

.pages a {
    padding: 5px;
    background: #0074BF;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.pages a:hover {
    color: #fff;
}

.pages span {
    padding: 4px;
    color: #0074BF;
    border: 1px solid #E6E6E6;
    font-size: 14px;
}

.nei_news_center ul li:hover .nei_news_des .nei_p_tie {
    color: #0074BF;
}

.nei_news_center ul li:hover .nei_news_des .nei_p_des {
    color: #0074BF;
}

/*nei_news_content*/

.nei_news_content {
    width: 100%;
    background: #FAFAFA;
    padding-top: 70px;
}

.nei_news_center {
    width: 72.9%;
    margin: 0 auto;
    background: #fff;
    padding: 0px 55px;
    padding-bottom: 50px;
    padding-top: 60px;
}

.nei_news_center h1 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: 300;
}

.nei_news_center .nei_p1 {
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 20px;
}

.nei_description {
    width: 100%;
    padding: 12px 35px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #666;
    margin-top: 40px;
}

.news_content {
    width: 100%;
    margin-top: 25px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.pagela {
    width: 100%;
    padding: 12px 35px;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    color: #666;
    margin-top: 40px;
}

.pagela .prev {
    float: left;
    font-size: 16px;
    color: #333;
}

.pagela .next {
    float: right;
    font-size: 16px;
    color: #333;
}

@media (max-width: 767px) {
    .pagela .next {
        float: left;
    }

}

.pagela::after {
    content: "";
    display: block;
    clear: both;
}

.nei_news_center .back {
    width: 80px;
    height: 30px;
    background: #333333;
    text-align: center;
    line-height: 30px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

.nei_about {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 45px;
}

.nei_about_center {
    width: 72.9%;
    margin: 0 auto;
}

.nei_about_tie {
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    color: #333;
    text-align: center;
    padding-top: 15px;
}

.nei_content {
    margin-top: 45px;
    color: #666;
    padding-bottom: 0px; /*border-bottom: 1px solid #CECECE;*/
    line-height: 35px;
}

.nei_about_wh {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 50px;
}

.nei_about_whimg {
    width: 100%;
}

.nei_about_ul {
    width: 100%;
}

.nei_about_ul::after {
    content: "";
    display: block;
    clear: both;
}

.nei_about_li {
    width: 48%;
}

.nei_about_li img {
    width: 100%;
}

.neinews_fl {
    float: left;
}

.neinews_fr {
    float: right;
}

.nei_about_description {
    width: 100%;
    padding: 25px 0px;
}


.nei_about_description .nei_p {
    font-size: 24px;
    color: #333;
}

.nei_about_description .nei_p span {
    font-size: 16px;
}

.nei_about_description .nei_p2 {
    font-size: 15px;
    color: #666;
    margin: 15px 0px;
}

.nei_about_description a {
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

/*.nei_about_li:hover .nei_about_description .nei_p{color:#0074BF;}
.nei_about_li:hover .nei_about_description .nei_p2{color:#0074BF;}*/
.nei_about_li:hover .nei_about_description a {
    color: #666;
}


/*nei_zxns*/
.nei_zxns {
    width: 100%;
}


.nei_zxnsm1 {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 6%;
}

.nei_zxnsm1_center {
    width: 72.9%;
    margin: 0 auto;
    position: relative;
}

.nei_zxnsm1_center::after {
    content: "";
    display: block;
    clear: both;
}

.nei_zxnsm1_fl {
    width: 35%;
    float: left;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
}

.nei_zxnsm1_fl .p1 {
    font-size: 50px;
    color: #171717;
}

.nei_zxnsm1_fl .b1 {
    font-size: 50px;
    color: #171717;
}

.nei_zxnsm1_fl hr {
    width: 50px;
    border: 2px solid #0074BF;
    margin: 25px 0px;
}

.nei_zxnsm1_fl .p2 {
    font-size: 22px;
    color: #666;
    line-height: 45px;
}

.nei_zxnsm1_fr {
    width: 65%;
    float: right;
}

.nei_zxnsm1_fr img {
    width: 100%;
}

.nei_zxnsm2 {
    width: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background: #FAFAFA;
}

.nei_zxnsm2_center {
    width: 72.9%;
    margin: 0 auto;
}

.nei_zxnsm2_center::after {
    content: "";
    display: block;
    clear: both;
}

.nei_zxnsm2_fl {
    width: 44%;
    float: left;
    padding-right: 10%;
}

.nei_zxnsm2_fr {
    width: 56%;
    float: right;
}

.nei_zxnsm2_fl .p1 {
    font-size: 50px;
    color: #171717;
}

.nei_zxnsm2_fl .b1 {
    font-size: 50px;
    color: #171717;
}

.nei_zxnsm2_fl hr {
    width: 50px;
    border: 2px solid #0074BF;
    margin: 25px 0px;
}

.nei_zxnsm2_fl .p2 {
    font-size: 22px;
    color: #666;
    line-height: 45px;
}


.nei_zxnsm3 {
    width: 100%;
}

.nei_zxnsm3_center {
    width: 72.9%;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
}

.nei_zxnsm3_center::after {
    content: "";
    display: block;
    clear: both;
}

.nei_zxnsm3_top {
    width: 35%;
}

.nei_zxnsm3_top .p1 {
    font-size: 50px;
    color: #171717;
}

.nei_zxnsm3_top .b1 {
    font-size: 50px;
    color: #171717;
}

.nei_zxnsm3_top hr {
    width: 50px;
    border: 2px solid #0074BF;
    margin: 25px 0px;
}

.nei_zxnsm3_top .p2 {
    font-size: 22px;
    color: #666;
    line-height: 45px;
}

.nei_zxnsm3_bottom {
    width: 100%;
    margin-top: 35px;
}

.nei_zxnsm3_bottom ul {
    width: 100%;
}

.nei_zxnsm3_bottom ul li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    margin-bottom: 1.5%;
}

.nei_zxnsm3_bottom ul li img {
    width: 100%;
}

.nei_zxnsm3_bottom ul li:nth-child(4n) {
    margin-right: 0px;
}

/*rczp*/
.rczp {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.rczp_center {
    width: 72.9%;
    margin: 0 auto;
}

.rczp_title {
    width: 100%;
    background: #F7F7F7;
    border-bottom: 1px solid #E6E6E6;
}

.rczp_title ul {
    width: 100%;
}

.rczp_title ul::after {
    content: "";
    display: block;
    clear: both;
}

.rczp_title ul li {
    width: 20%;
    text-align: center;
    float: left;
    padding: 23px 0px;
}

.rczp_title ul li b {
    color: #333;
    font-weight: 600;
}

.rczp_tie {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-top: 0px;
}

.rczp_tie ul {
    width: 100%;
}

.rczp_tie ul::after {
    content: "";
    display: block;
    clear: both;
}

.rczp_tie ul li {
    width: 20%;
    text-align: center;
    float: left;
    font-size: 18px;
    padding: 23px 0px;
}

.rczp_content {
    width: 100%;
    padding: 2% 8%;
    display: none;
    color: #666;
    line-height: 35px;
}

.rczp_center .active ul {
    border-bottom: 1px solid #CFDAE2;
}

.rczp_center .active ul li {
    font-weight: 600;
    color: #0074BF;
}

.rczp_lx {
    width: 100%;
    margin-top: 15px;
}

.rczp_lx p {
    font-size: 18px;
    color: #0074BF;
    font-weight: 600;
}

/*page_lx*/
.page_lx {
    width: 100%;
    padding-bottom: 120px;
    padding-top: 120px;
}

.page_lx_center {
    width: 72.9%;
    margin: 0 auto;
}

.page_lxm1 {
    width: 100%;
}

.page_lxm1::after {
    content: "";
    display: block;
    clear: both;
}

.page_lxm1_fl {
    width: 47%;
    float: left;
}

.page_lxm1_fr {
    width: 53%;
    float: right;
    padding-left: 7%;
    padding-top: 7%;;
    border: 1px solid #eee;
    padding-bottom: 30px;
}

.page_lxm1_fr h1 {
    font-size: 30px;
    color: #333;
}

.page_lxm1_fr p {
    font-size: 18px;
    color: #666;
    margin-top: 5%;
}

.page_lxm1_fr .p1 {
    background: url(../img/phone.png) no-repeat center left;
    padding-left: 7%;
}

.page_lxm1_fr .p2 {
    background: url(../img/email.png) no-repeat center left;
    padding-left: 7%;
}

.page_lxm1_fr .p3 {
    background: url(../img/address.png) no-repeat center left;
    padding-left: 7%;
}

.page_lxm2 {
    width: 100%;
    margin-top: 80px;
}

.page_lxm2_center {
    width: 100%;
    margin: 0 auto;
}

.page_lxm2_center::after {
    content: "";
    display: block;
    clear: both;
}

.page_lxm2_fl {
    width: 47%;
    float: left;
}

.page_lxm2_fr {
    width: 53%;
    float: right;
    padding-left: 5%;
}

.page_lxm2_fl .input-text {
    width: 100%;
    height: 50px;
    border: 1px solid #F0F0F0;
    background: #F5F5F5;
    margin-bottom: 14px;
    font-size: 14px;
    color: #666;
    text-indent: 20px;
}

.page_lxm2_fl textarea {
    width: 100%;
    height: 138px;
    border: 1px solid #F0F0F0;
    background: #F5F5F5;
    margin-bottom: 14px;
    font-size: 14px;
    color: #666;
    text-indent: 20px;
    padding-top: 10px;
}

.page_lxm2_fr hr {
    width: 100px;
    border: 2px solid #0074BF;
    margin-bottom: 20px;
}

.page_lxm2_fr h1 {
    font-size: 30px;
    color: #333;
}

.page_lxm2_fr p {
    font-size: 18px;
    color: #666;
    margin-top: 50px;
}

.page_lxm2_fr input {
    width: 100%;
    height: 50px;
    background: #0074BF;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: 0px;
    margin-top: 50px;
}


@media screen and (max-width: 1200px) {
    .footer_fl1 {
        display: none;
    }

    .footer_fl2 {
        width: 100%;
    }

    .footer_fr1 {
        display: none;
    }

    .footer_bott_fl {
        width: 100%;
    }

    .footer_bott_fr {
        float: left;
        text-align: left;
        width: 100%;
    }

    .weizi_cenetr {
        width: 90%;
    }

    .show_index_center {
        width: 90%;
    }

    .show_m1_img {
        width: 100% !important;
        max-width: 450px;
        margin: 0 auto;
        float: none !important;
    }

    .show_m1_fr {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .show_m1_fr h1 {
        font-size: 30px;
    }

    .nei_about_center, .nei_news_center {
        width: 90%;
    }

    .nei_zxnsm1_center, .nei_zxnsm2_center, .nei_zxnsm3_center {
        width: 90%;
    }

    .nei_zxnsm3_top {
        width: 100%;
    }
}

@media screen and (max-width: 965px) {
    .nei_zxnsm1_fl, .nei_zxnsm1_fr, .nei_zxnsm2_fl, .nei_zxnsm2_fr {
        width: 100%;
        padding: 0px;
    }

    .nei_zxnsm1_fl {
        position: relative;
    }

    .nei_zxnsm1_fr {
        margin-top: 25px;
    }

    .nei_zxnsm3_bottom ul li {
        width: 47%;
        margin-right: 6%;
    }

    .nei_zxnsm3_bottom ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .nei_zxnsm1_fl .b1, .nei_zxnsm1_fl .p1, .nei_zxnsm2_fl .b1, .nei_zxnsm2_fl .p1, .nei_zxnsm3_top .p1, .nei_zxnsm3_top .b1, {
        font-size: 35px;
    }

    .nei_zxnsm1_fl .p2, .nei_zxnsm3_top .p2 {
        font-size: 20px;
    }

    .rczp_center {
        width: 95%;
    }
}


@media (max-width: 1600px) {

    .infou-ul li h3 span:nth-child(1) {
        font-size: 46px;
    }

    .infou-ul li h3 {
        line-height: 53px;
        height: 53px;
        font-size: 40px;
    }

    .infou-ul li {
        margin-top: 25px;
    }

    .infou-ul {
        margin-top: 20px;
    }

    .index-about-right-conact {
        margin-top: 25px;
    }

    .infou-ul ul {
        margin-top: 0px;
    }

    .infou-ul li {
        margin-top: 0px;
    }
}

@media (max-width: 1500px) {
    .index-about-right {
        padding: 4.234%;
    }

    .infou-ul li h3 {
        margin-bottom: 0px;
        height: 25px;
        line-height: 25px;
    }

    .index-about-right {
        padding: 1.234%;
    }

}

@media (max-width: 1200px) {
    .hamburger {
        display: block;
    }

    .dh {
        padding-top: 0px;
    }

    .dh {
        position: absolute;
        left: 0px;
        z-index: 9999;
        width: 100%;
        height: 0px;
        border-top: 1px solid #ebebeb;
        display: none;
        overflow: hidden;
        background: #fff;
        overflow: hidden;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .dhov {
        height: auto;
        display: block;
    }

    .dh > ul {
        text-align: left;
    }

    .dh > ul > li {
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }

    .dh > ul > li > a {
        display: block;
        font-size: 16px;
        color: #666;
        line-height: 51px;
        padding: 0 2%;
    }

    .dh > ul > li > a:hover {
    }

    .dh > ul > li .droparea {
        display: none;
    }


    .dh ul li span {
        position: absolute;
        height: 51px;
        width: 51px;
        top: 0px;
        right: 2%;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .dh ul li .inactive:before, .dh ul li .inactive:after {
        transform: rotate(45deg);
        transition: all .3s ease;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        height: 2px;
        width: 10px;
        border-radius: 3px;
        background-color: #303030;
        margin-top: -3px;
        transition: 0.5s;
    }

    .dh ul li .inactive:after {
        transform: rotate(-45deg);
        margin-top: 3px;
        transition: 0.5s;
    }

    .dh ul li .inactives:before, .dh ul li .inactives:after {
        transform: rotate(135deg);
        transition: all .3s ease;
        content: "";
        position: absolute;
        top: 50%;
        height: 2px;
        width: 20px;
        border-radius: 3px;
        background-color: #fff;
        margin-top: 0px;
    }

    .dh ul li .inactives:after {
        transform: rotate(45deg);
        margin-top: 0px;
    }

    .dh > ul > li .droparea img {
        display: none;
    }

    .dh ul li.act > a {
        background: #00307c;
        color: #fff;
    }

    .dh ul li .droparea .act > a {
        background: #ededed;
        color: #000;
    }

    .dh ul li .droparea li {
        line-height: 50px;
        background: #f7f7f7;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .dh ul li .droparea li .droparea li {
        background: #f6f6f6;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .dh ul li .droparea li a {
        padding: 0 2%;
        text-indent: 20px;
        display: block;
        font-size: 15px;
    }

    .dh ul li .droparea li .droparea li a {
        padding: 0 2%;
        text-indent: 40px;
        display: block;
        font-size: 14px;
    }

    .dh ul li.hnavdwn .droparea li a {
        background: url(../images/pdf.png) no-repeat left 18px center;
        padding-left: 40px;
    }

    .sj_sanji a {
        font-size: 14px !important;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .top_sj {
        position: relative;
        background: #000;
    }

    .top_sj .tp_wrap:after {
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .tools {
        position: absolute;
        right: 0px;
        top: 28px;
    }

    .sear_t {
        position: absolute;
        width: 100% !important;
        top: 90px;
        left: 0px;
        background-color: #fafafa;
        background: linear-gradient(to bottom, #f5f5f5 10%, #ededed 50%, #f5f5f5 90%);
        z-index: 99;
        display: none;
    }

    .search_bar1 {
        max-width: 630px;
        border-bottom: 1px solid #dcdcdc;
        margin: 20px auto 10px;
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
        width: 80%;
    }

    .search_form .sf_input1 {
        display: block;
        font-size: 18px;
        border: none;
        color: #212721;
        width: 100%;
        line-height: 36px;
        height: 46px;
        padding: 0;
        text-indent: 10px;
        background-color: transparent;
        -webkit-appearance: none;
    }

    .search_form .sf_input1:hover {
        outline: 0;
    }

    .search_form .sf_btn1 {
        background: url("../images/search_btn.png") no-repeat center;
        width: 46px;
        height: 46px;
        float: right;
        border: none;
        cursor: pointer;
        position: absolute;
        left: 0px;
    }

    .search_form .search_close {
        position: absolute;
        right: 5px;
        top: 0px;
        width: 20px;
        height: 46px;
        background: url(../images/ssbtn_close.png) center no-repeat;
    }

    .search_form .sf_input::-webkit-input-placeholder {
        color: #505050;
    }

    /* 火狐浏览器 */
    .search_form .sf_input::-moz-placeholder {
        color: #505050;
    }


    .search_tbn {
        background: url(../img/ss_tbn.png) no-repeat center;
        width: 20px;
        height: 20px;
        float: left;
        padding: 0 5px;
        margin: 0 10px;
        cursor: pointer;
    }

    .search_tbn.sat_bt {
        border-bottom: 2px solid #505050;
    }

    .language {
        font-size: 0px;
        float: left;
        padding: 0 5px;
        margin: 0 10px;
    }

    .language a {
        display: block;
        height: 38px;
        background: url(../images/cn.jpg) no-repeat center;
        width: 31px;
    }


    .index-serach-bj {
        display: none;
    }

    .index-title {
        FONT-SIZE: 32PX;
        line-height: 32px;
    }

    .index-pp-title {
        FONT-SIZE: 32PX;
        line-height: 32px;
    }

    .index-pp-title-ms {
        font-size: 16px;
    }

    .index-about {
        font-size: 16px;
    }

    .con1-sj {
        display: block;
    }

    .con1 {
        display: none;
    }


    #tags LI {
        width: 24.6%;
    }

    .index-ys-top {
        margin-bottom: 20px;
    }

    .index-ys-top-left {
        width: 100%;
        float: none;
    }

    .index-ys-top-right {
        float: none;
        margin-top: 20px;
    }

    .index-ys-top-content {
        width: 100%;
        margin-left: 0px;
    }

    .index-ys-top-title {
        font-size: 26px;
    }

    .index-ys-top-yy {
        font-size: 12px;
        line-height: 14px;
    }

    .index-ys-center-left {
        width: 100%;
        float: none;
    }

    .index-ys-center-right {
        float: none;
    }

    .index-ys-top-nt {
        font-size: 15px;
        text-align: center;
    }

    .index-ys-top-left-hz {
        margin-bottom: 30px;
    }

    .index-ys-top-sz {
        display: none;
    }

    .index-ys-top-title {
        text-align: center;
    }

    .index-ys-title {
        font-size: 30px;
    }

    .index-ys-ms {
        font-size: 15px;
        line-height: 25px;
        margin-top: 5px;
    }

    .index-new-right {
        width: 100%;
        margin-top: 30px;
    }

    .index-new-left-title {
        font-size: 30px;
        line-height: 30px;
    }

    .index-new-left {
        width: 100%;
        float: nore;
    }

    .index-new-left-title {
        font-size: 24px;
        line-height: 24px;
    }

    .index-new-left-pic {
        width: 45%;
    }

    .index-new-left-pic img {
        width: 100%;
    }

    .index-new-left-content {
        width: 51%;
        float: left;
        padding: 4% 2%;
    }

    .foot-logo {
        width: 40%;
    }
}

@media (min-width: 1024px) {
    .lxwm_03 li:nth-child(3n) {
        margin-right: 0px;
    }

    .taocan-box3:nth-child(3n) {
        margin-right: 0px;
    }

    .foot-hz-nav:nth-child(4n) {
        margin-right: 0;
    }

    .about-zzyp-pic-hz li:nth-child(4n) {
        margin-right: 0px;
    }

    .about-team li:nth-child(3n) {
        margin-right: 0px;
    }

    .index-p-list > div:nth-child(3n) {
        margin-right: 0px;
    }

    .RandomNews li:nth-child(2n) {
        margin-right: 0px;
    }

    .hezuo_s:nth-child(4n) {
        margin-right: 0px;
    }
}

@media (max-width: 1024px) {
    .mainbav li {
        padding: 0 1.9%;
    }

    .nav {
        margin-left: 3%;
    }

    .index-news-right-content {
        margin: 10px 0 20px 0;
    }

    .foot-lxfs {
        width: 70%;
    }

    .foot-right {
        display: none;
    }

    .news_list li img {
        width: 36%;
    }

    .about-menu-left {
        width: 25%;
    }

    .about-menu-right {
        width: 72%;
    }

    .taocan-box3 {
        width: 31.3%;
    }
}

@media (max-width: 960px) {
    #home_slider {
        display: none;
    }

    #home_slider2 {
        display: block;
    }

    .index-news-left-pic {
        width: 52%;
    }

    .index-news-right {
        width: 45%;
    }


    .index-product-pic-left {
        width: 48%;
        margin: 0 1%;
        padding: 1%;
    }

    .index-product-tp-hz {
        width: 23%;
        margin: 0 1%;
    }

    .index-sb-ms {
        line-height: 30px
    }

    .index-sb-hm {
        width: 50%;
        margin-top: 15px;
    }


    .index-news-left-nr {
        margin-top: 18px;
    }

    .index-news-rq {
        width: 20%;
    }


    .index-p-list > div {
        width: 31%;
        margin: 0 1.1% 4% 1.1%;
    }

    .ny-ryzz-title {
        line-height: 45px;
        font-size: 16px;
    }

    .ny-product-hm {
        font-size: 24px;
        color: #0088c7;
    }

    .contact-nr {
        float: none;
        width: 100%;
    }

    .contact-feedback {
        float: none;
        width: 100%;
        margin-top: 40px;
    }

    .contact-nr-lxfs {
        width: 68%;
    }
}

@media (max-width: 768px) {

    body {
        min-width: 100%;
    }

    #tags {
        height: 35px;
    }

    .tabs .horizontal li {
        font-size: 15px;
    }

    .nei_news_lifr h1 {
        font-size: 20px;
        margin-top: 10px;
    }

    .global, .wisdid {
        margin-top: 20px;
    }

    .global_center, .wisdid_center, .huadao_center, .mazallinone_center, .news_center, .nei_news_center, .nei_team_center {
        width: 90%;
        padding-top: 10px;
    }

    .team_li img, .team_licenter {
        width: 100%;
    }

    .team_message_fl {
        display: none;
    }

    .team_message_fr {
        width: 100%;
    }

    .team_message_fr h1 {
        font-size: 21px;
    }

    .nei_team {
        padding-bottom: 25px;
    }

    .wisdid_fl, .wisdid_fr, .huadao_fl, .mazallinone_fl, .mazallinone_fr {
        width: 100%;
        text-align: center;
    }

    .wisdid_fl {
        margin-bottom: 15px;
    }

    .wisdid_fl .p1 {
        font-size: 20px;
    }

    .wisdid_fl .p2 {
        font-size: 25px;
    }

    .wisdid_fl a {
        margin: 0 auto;
    }

    .wisdid_center h1 {
        font-size: 67px;
    }

    .huadao_fr {
        padding-top: 35px;
        width: 100%;
    }

    .huadao_fr .p1 {
        text-align: center;
        font-size: 25px;
        line-height: 40px;
    }

    .huadao_fr .p2 {
        text-align: center;
        font-size: 23px;
        line-height: 45px;
        margin-top: 15px;
    }

    .huadao {
        margin-top: 0px;
    }

    .huadao_fr a {
        margin: 0 auto;
        margin-top: 35px;
        float: none;
    }

    .mazallinone {
        margin-top: 40px;
    }

    .mazallinone_center h1 {
        font-size: 27px;
    }

    .mazallinone_fl {
        padding: 0px;
        margin-bottom: 25px;
    }

    .mazallinone_fl .p1 {
        font-size: 25px;
    }

    .mazallinone_fl .p2 {
        font-size: 20px;
        line-height: 45px;
        margin-bottom: 10%;
    }

    .mazallinone_fl a {
        margin: 0 auto;
    }

    .news_li {
        width: 100% !important;
    }

    .footer_top {
        margin-top: 25px;
    }

    .fot_lilogo, .fot_litext, .fot_lianxi, .fot_gzwm, .fot_fuwu, .nei_news_ma2 ul li img, .nei_news_lifr {
        width: 100%;
    }

    .fot_litext {
        text-align: center;
    }

    .footer_bot_fl {
        width: 100%;
    }

    .footer_bot_fr {
        display: none;
    }

    .history_center {
        width: 90%;
        margin-top: 0px;
    }

    .history_m1_fl, .history_m2_fl, .history_m3_fl {
        display: none;
    }

    .history_m1_fr, .history_m2_fr, .history_m3_fr {
        width: 100%;
        padding-left: 0px;
    }

    .suppliers_center {
        width: 90%;
    }

    .cooperation_center {
        width: 90%;
    }

    .cooperation_centent_fl {
        width: 100%;
    }

    .cooperation_centent_fr {
        width: 100%;
    }

    .cooper_fl h1, .cooper_fr h1 {
        font-size: 39px;
    }

    .cooper_fl span, .cooper_fr span {
        font-size: 16px;
    }

    .map_centernt {
        margin-top: 30px;
    }

    .suppliers {
        padding-top: 40px;
    }

    .suppliers_content h1 {
        font-size: 30px;
    }

    .suppliers_ul li {
        width: 48%;
    }

    .suppliers_ul li:nth-child(2n) {
        margin-right: 0px;
    }

    /*nei*/
    .nei_picture {
        margin-top: 0px;
    }

    .nei_picture_center, .weizhi_center, .description_center {
        width: 90%;
    }

    .nei_picture_ul ul li {
        width: 100%;
    }

    .description_ma1_fl, .description_ma1_fr, .des_lian_fl, .nei_news_fl, .nei_news_fr {
        width: 100%;
    }

    .description_ma1_fr {
        margin-top: 15px;
    }

    .description_ma1_fr h1 {
        font-size: 25px;
    }

    .des_lian_fl .p2 a {
        display: block;
        text-align: center;
    }

    .tools {
        display: none;
    }

    .sear_t {
        display: block;
    }

    .sear_t {
        width: 100% !important;
        display: block !important;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        position: static;
    }

    .search_bar1 {
        max-width: none;
        margin: 0px auto;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .search_form .sf_input1 {
        font-size: 16px;
        text-align: center;
        text-indent: 0px;
    }

    .search_form .sf_input1:focus {
        text-align: left;
    }

    .search_form .sf_btn1 {
        background-size: 40%;
        float: right;
        border: none;
        cursor: pointer;
        position: absolute;
        right: auto;
        left: 0px;
        top: 0px;
    }

    .search_form .search_close {
        display: none;
    }

    #tags LI {
        width: 24.4%;
    }

    .case-pic-hz {
        width: 320px;
        margin-right: 20px;
    }

    .index-product-box {
        width: 48%;
        margin: 0 1% 30px 1%;
    }

    .index-product-box2 {
        width: 48%;
        margin: 0 1% 30px 1%;
    }

    .index-news-hz {
        margin-top: 30px;
    }

    .index-news-left-pic {
        width: 100%;
        float: none;
    }

    .index-news-left-pic img {
        width: 100%;
    }

    .index-news-right {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 30px;
        overflow: hidden;
    }

    .index-news-left-tilte {
        margin-bottom: 50px;
        overflow: hidden;
    }

    .index-news-right-hz {
        float: left;
        width: 70%;
    }

    .index-news-right-content {
        margin: 15px 0 30px 0;
    }

    .index-news-rq {
        width: 22%;
    }

    .adv-list .text p {
        font-size: 16px;
    }

    .foot-lxfs {
        display: none;
    }

    .foot-contact {
        width: 97%;
        overflow: hidden;
        border: none;
        padding-left: 2%;
    }

    .contact-nr-lxfs {
        width: 100%;
    }

    .about-menu-left {
        width: 100%;
    }

    .about-menu-right {
        width: 100%;
        margin-top: 30px;
    }

    .about-menu-left-title {
        display: none;
    }

    .about-menu-left-menu li {
        width: 32.2%;
        float: left;
        margin: 0 0.5%;
        line-height: 48px;
    }

    .tj-product-hz {
        width: 250px;
    }

    .about-news-hz {
        display: none;
    }

    .RandomNews li {
        margin-right: 0;
        width: 100%;
    }

    .news_list li img {
        width: 36%;
    }

    .product-xq-sj {
        display: block;
        width: 98%;
        margin: 0 1%;
    }

    .product-top {
        display: none;
    }

    .pro-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .ny-product-js {
        margin-top: 30px;
    }

    .ny-product-jj {
        width: 100%;
        float: none;
        margin-top: 20px;
        display: block;
    }

    .ny-product-title {
        font-size: 18px;
        text-align: center;
    }

    .taocan-box3 {
        margin: 0 1% 2%;
        width: 48%;
    }

    .taocan-box2 > a .ph-title > h2 {
        font-size: 16px;
    }

    .index-about-pic {
        width: 100%;
    }

    .index-about-pic img {
        width: 100%;
    }

    .index-about-right {
        width: 100%;
    }

    .index-about-right-title {
        font-size: 25px;
    }

    .index-about-right-conact {
        font-size: 16px;
    }

    .infou-ul {
        margin-top: 50px;
    }

    .infou-ul li {
        width: 46%;
        margin-left: 3%;
    }

    /*nei_center*/
    .nei_center {
        margin-top: 3rem;
        width: 90%;
    }

    .neifl .neifl_wz, .neifr .neifl_wz {
        width: 100%;
        margin-bottom: 5%;
        padding-left: 0px;
    }

    .neifl .neifl_img, .neifr .neifl_img {
        width: 100%;
    }

    .nei_center_li {
        margin-bottom: 3rem;
    }


    .weizi_cenetr {
        width: 90%;
    }

    .weizi_fl {
        width: 100%;
    }

    .weizi_fr {
        display: none;
    }

    .nei_picture {
        padding-top: 50px;
    }

    .weizi_fl ul {
        text-align: center;
    }

    .weizi_fl ul li {
        margin-right: 2%;
        font-size: 16px;
        display: inline-block;
        float: none;
    }

    .product_li:hover .ma1 .mores {
        display: none;
    }

    .weizi {
        height: auto;
    }

    .show_m2_fr .ties {
        font-size: 20px;
    }

    .show_m2_fl .ties {
        font-size: 20px;
    }

    .nei_news_center {
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .nei_news_img {
        width: 100%;
    }

    .nei_news_des {
        width: 100%;
    }

    .nei_news_des .nei_p_des {
        margin-bottom: 5%;
        margin-top: 5%;
    }

    .nei_news {
        padding-top: 3rem;
    }

    .nei_about_center {
        width: 90%;
    }

    .nei_about_li {
        width: 100%;
    }

    .page_lx_center {
        width: 90%;
    }

    .page_lxm1_fl {
        width: 100%;
    }

    .page_lxm1_fr, .page_lxm2_fl, .page_lxm2_fr {
        width: 100%;
    }

    .page_lxm1_fr h1 {
        font-size: 20px;
    }

    .page_lx {
        padding: 60px 0px;
    }

    .about_2_mids {
        width: 90% !important;
        margin: 90px auto;
    }

    .about_2_ry ul li {
        width: 40% !important;
    }
}


@media (max-width: 580px) {
    #tags LI {
        width: 24%;
    }

    #tags {
        height: 50px;
    }

    .adv-list .item {
        width: 100%;
    }

    .index-news-right-title a {
        font-size: 20px;
    }

    .case-pic-hz {
        width: 280px;
    }

    .case-wb {
        font-size: 16px;
    }

    .news-centent-title a {
        font-size: 20px;
    }

    .news-nr {
        font-size: 15px;
    }


    .ny-product-pic {
        width: 47%;
        margin: 0 1% 20px 1%;
        float: left;
        padding: 0 0 10px 0;
    }


    .rides-cs {
        display: none;
    }

    .nei_zxnsm1_fl .p1, .nei_zxnsm1_fl .b1, .nei_zxnsm2_fl .p1, .nei_zxnsm2_fl .b1, .nei_zxnsm3_top .p1, .nei_zxnsm3_top .b1 {
        font-size: 30px;
    }
}

@media (max-width: 480px) {
    .top-wb {
        display: none;
    }

    .logo {
        margin: 10px 0;
    }

    .index-title-ms {
        font-size: 16px;
    }

    .adv-list .text h3 {
        font-size: 22px;
    }

    .lxwm_03 li {
        width: 100%;
        margin-bottom: 15px;
    }

    .tabs .horizontal li {
        font-size: 16px;
    }

    .news_list li img {
        width: 100%;
        margin-bottom: 20px;
    }


    .hezuo_s {
        width: 46%;
        margin: 0 2%;
    }

    .hezuo_s .pic {
        width: 46%;
        height: 105px;
    }

    .hezuo_s h1 {
        font-size: 16px;
    }
}

@media (max-width: 375px) {

    body {
        min-width: 100%;
    }

    #tags {
        height: 35px;
    }

    .tabs .horizontal li {
        font-size: 15px;
    }

    .global, .wisdid {
        margin-top: 20px;
    }

    .global_center, .wisdid_center, .huadao_center, .mazallinone_center, .news_center {
        width: 90%;
        padding-top: 10px;
    }

    .wisdid_fl, .wisdid_fr, .huadao_fl, .mazallinone_fl, .mazallinone_fr {
        width: 100%;
        text-align: center;
    }

    .wisdid_fl {
        margin-bottom: 15px;
    }

    .wisdid_fl .p1 {
        font-size: 20px;
    }

    .wisdid_fl .p2 {
        font-size: 25px;
    }

    .wisdid_fl a {
        margin: 0 auto;
    }

    .wisdid_center h1 {
        font-size: 67px;
    }

    .huadao_fr {
        padding-top: 35px;
        width: 100%;
    }

    .huadao_fr .p1 {
        text-align: center;
        font-size: 25px;
        line-height: 40px;
    }

    .huadao_fr .p2 {
        text-align: center;
        font-size: 23px;
        line-height: 45px;
        margin-top: 15px;
    }

    .huadao {
        margin-top: 0px;
    }

    .huadao_fr a {
        margin: 0 auto;
        margin-top: 35px;
        float: none;
    }

    .mazallinone {
        margin-top: 40px;
    }

    .mazallinone_center h1 {
        font-size: 27px;
    }

    .mazallinone_fl {
        padding: 0px;
        margin-bottom: 25px;
    }

    .mazallinone_fl .p1 {
        font-size: 25px;
    }

    .mazallinone_fl .p2 {
        font-size: 20px;
        line-height: 45px;
        margin-bottom: 10%;
    }

    .mazallinone_fl a {
        margin: 0 auto;
    }

    .news_li {
        width: 100% !important;
    }

}

/**/

.footer_fr3 {
    margin-right: 36px;
}


.header  {
    background-color: #343434 !important;
}


@media (max-width: 1660px) {
    .footer_fl2 {
        height: 200px;
    }
    .footer_fr3{
        margin-right: 0;
    }
    .footer_fr1{
        margin-bottom: 15px;
    }
}
@media (min-width: 1420px) and (max-width: 1660px) {
    .footer_fr1{
        margin-right: 10px;
    }
}

.chanpbt {
    font-size: 19px !important;
    color: #333;
    float: left;
    width: 88%;
    text-align: center;
    margin-top: 91%;
    background: #F8F8F8;
    height: 15%;
    padding-top: 2%;
    font-weight: unset;
    margin-left: 6%;
}

.nav-menu-item:hover ul {
    display: block !important;
}

.nav-sub-menu_erji {
    margin-left: -0.98438vw !important;
    top: 0% !important;
}

.sub-menu-item:hover ul {
    display: block !important;
}

.yinc {
    display: none !important;
}

.gaoyzs {
    z-index: 2;
}

.chanpbt2 {
    padding-top: 5%;
    margin-top: 125%;
}

.chanpbt3 {
    padding-top: 5%;
    margin-top: 121%;
}

.lanmu2 {
    background: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.lanmu2_2 {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

.lanmu_li {
    display: inline-block;
    font-size: 16px;
    padding: 2%;
}

.lanmu_li a:hover {
    color: red;
}

.xuanzk {
    border-bottom: 4px solid #0074BF;
}


@media (max-width: 767px) {
    .nei_content img {
        height: 50px !important;
        width: 76px !important;
    }

    header .navbar .nav-menu .nav-sub-menu {
        display: block;
    }

    .disangeshouji {
        padding-left: 9% !important;
    }
}