                    @charset 'utf-8';
                .act_padding {
                    padding-left: 100px;
                    padding-right: 100px;
                }
                
                .act_paddingb {
                    padding-left: 200px;
                    padding-right: 200px;
                }
                
                .act_paddingc {
                    padding-left: 200px;
                    padding-right: 45px;
                }
                
                .act_paddingd {
                    padding-right: 200px;
                    padding-left: 83px;
                }
                
                .header {
                    width: 100%;
                    position: absolute;
                    border-bottom: 1px solid #5f6572;
                    left: 0;
                    top: 0;
                    z-index: 99;
                }
                
                .head {
                    width: 100%;
                    height: 100px;
                    box-sizing: border-box;
                }
                
                .logo {
                    width: 205px;
                    position: relative;
                    top: 50%;
                    left: 0px;
                    transform: translate(-30px, -50%);
                    -webkit-transform: translate(-30px, -50%);
                    -moz-transform: translate(-30px, -50%);
                    -ms-transform: translate(-30px, -50%);
                }
                
                .logo img {
                    width: 50%;
                }
                
                nav {
                    width: 76.74%;
                    margin-left: 3.34%;
                }
                
                nav ul li {
                    width: 14.285%;
                    padding-left: 30px;
                    padding-right: 30px;
                    position: relative;
                }
                
                nav ul li>a {
                    text-align: center;
                    height: 100%;
                    line-height: 100px;
                    display: block;
                    font-family: "微软雅黑";
                    font-size: 18px;
                    font-weight: bold;
                    color: #ffffff;
                    border-bottom: 2px solid transparent;
                }
                
                nav ul li:hover {
                    background: rgba(1, 46, 95, 0.6);
                }
                
                nav ul li:hover>a {
                    color: #ffffff;
                    border-bottom: 2px solid #ffffff;
                }
                
                .nav_erji {
                    padding-top: 30px;
                    padding-bottom: 20px;
                    width: 100%;
                    position: absolute;
                    left: 0;
                    top: 102px;
                    display: none;
                }
                /*.nav_erji:hover{
	display: block;
	background: rgba(1,46,95,0.6);
}*/
                
                nav ul li:hover .nav_erji {
                    display: block;
                    background: rgba(1, 46, 95, 0.6);
                }
                
                .nav_erji div {
                    width: 100%;
                    line-height: 40px;
                    text-align: center;
                    font-family: "微软雅黑";
                    font-size: 16px;
                    color: #ffffff;
                }
                
                .sousuo {
                    width: 18px;
                    height: 18px;
                    position: relative;
                    margin-right: 50px;
                    top: 50%;
                    transform: translateY(-50%);
                    -webkit-transform: translateY(-50%);
                    -moz-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                }
                
                .phon_btn {
                    width: 18px;
                    height: 18px;
                    display: none;
                }
                
                .phon_btn img {
                    width: 100%;
                    position: relative;
                    top: 1px;
                }
                
                .sou_btn {
                    width: 18px;
                    height: 18px;
                }
                
                .sou_btn img {
                    width: 100%;
                }
                /*底部*/
                
                .footer {
                    position: relative;
                    background: #1a1a1a;
                }
                
                .foter_top {
                    padding-top: 130px;
                    position: relative;
                    z-index: 1;
                }
                
                .footer_ul {
                    width: 100%;
                }
                
                .footer_ul>li {
                    padding-bottom: 70px;
                }
                
                .footer_ul>li:nth-child(1) {
                    width: 22.034%;
                    border-right: 1px solid #333333;
                }
                
                .footer_ul>li:nth-child(2) {
                    width: 35.465%;
                    border-right: 1px solid #333333;
                }
                
                .footer_ul>li:nth-child(3) {
                    width: 36.744%;
                }
                
                .footer_ul li h5 {
                    font-family: "微软雅黑";
                    font-size: 18px;
                    color: #ffffff;
                    margin-bottom: 50px;
                }
                
                .fot_abonav {
                    height: 144px;
                }
                
                .fot_abonav li {
                    width: 50%;
                    font-family: "微软雅黑";
                    font-size: 14px;
                    color: #ffffff;
                    line-height: 36px;
                }
                
                .fot_abonav li:nth-child(2n-1) {
                    float: left;
                }
                
                .fot_abonav li:nth-child(2n) {
                    float: right;
                }
                
                .fot_abounr {
                    width: 100%;
                }
                
                .fot_pronr {
                    width: 66.885%;
                    margin: auto;
                }
                
                .fot_pronav li {
                    width: 45%;
                    font-family: "微软雅黑";
                    font-size: 14px;
                    color: #ffffff;
                    line-height: 36px;
                }
                
                .fot_pronav li:nth-child(2n-1) {
                    float: left;
                }
                
                .fot_pronav li:nth-child(2n) {
                    float: right;
                }
                
                .com_url {
                    width: 67.563%;
                    margin: auto;
                }
                
                .com_url li {
                    font-size: 14px;
                    font-family: "微软雅黑";
                    color: #ffffff;
                    line-height: 36px;
                }
                
                .footer_weixi {
                    width: 116px;
                    position: absolute;
                    right: 0;
                    top: 210px;
                }
                
                .footer_weixi img {
                    width: 100%;
                }
                
                .footer_nes {
                    border-top: 1px solid #333333;
                    z-index: 1;
                    position: relative;
                }
                
                .footer_nes span {
                    line-height: 72px;
                    font-size: 14px;
                    font-family: "微软雅黑";
                    color: #999999;
                }
                
                .footer_nes span a {
                    color: #999999;
                }
                
                .fotnes_left span:nth-child(2n) {
                    margin-left: 60px;
                }
                
                .fotnes_right span {
                    padding-left: 14px;
                    padding-right: 14px;
                }
                
                .fotr_mp {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    z-index: 0;
                }
                
                .footer_map {
                    float: right;
                    margin-top: 92px;
                    margin-right: 10px;
                    width: 510px;
                }
                
                .footer_map img {
                    width: 100%;
                }
                
                .pho_navul {
                    position: absolute;
                    width: 100%;
                    left: 0;
                    top: 20%;
                }
                
                .pho_navul li {
                    width: 100%;
                    text-align: center;
                    font-family: "微软雅黑";
                    font-size: 18px;
                    color: #ffffff;
                    margin-bottom: 26px;
                }
                
                .pho_navul li a {
                    font-family: "微软雅黑";
                    font-size: 22px;
                    color: #ffffff;
                }
                
                .pho_ej {
                    display: none;
                }
                
                .pho_ej p {
                    text-align: center;
                    font-family: "微软雅黑";
                    font-size: 14px;
                    color: #fdfdfd;
                    margin-top: 20px;
                    /*margin-bottom: 10px;*/
                }
                
                .fotnes_right span:hover {
                    color: #005795;
                }
                
                @media (max-width: 1645px) {
                    .act_padding {
                        padding-left: 80px;
                        padding-right: 80px;
                    }
                    .act_paddingb {
                        padding-left: 160px;
                        padding-right: 160px;
                    }
                    .act_paddingc {
                        padding-left: 120px;
                    }
                    .act_paddingd {
                        padding-right: 120px;
                    }
                    nav {
                        margin-left: 2%;
                    }
                    nav ul li {
                        padding-left: 16px;
                        padding-right: 16px;
                    }
                }
                
                @media (max-width: 1460px) {
                    nav {
                        margin-left: 0%;
                    }
                }
                
                @media (max-width: 1370px) {
                    .act_padding {
                        padding-left: 30px;
                        padding-right: 30px;
                    }
                    .act_paddingb {
                        padding-left: 60px;
                        padding-right: 60px;
                    }
                    .act_paddingc {
                        padding-left: 60px;
                    }
                    .act_paddingd {
                        padding-right: 60px;
                    }
                    nav ul li {
                        padding-left: 14px;
                        padding-right: 14px;
                    }
                    .sousuo {
                        margin-right: 0;
                    }
                    .head {
                        height: 86px;
                    }
                    .nav_erji {
                        top: 89px;
                    }
                    nav ul li>a {
                        line-height: 86px;
                    }
                    .fot_abounr {
                        width: 88%;
                    }
                    @media (max-width: 1280px) {
                        nav {
                            margin-left: 0.34%;
                            width: 80%;
                        }
                        nav ul li {
                            padding-left: 10px;
                            padding-right: 10px;
                        }
                        .logo {
                            width: 170px;
                        }
                    }
                    @media (max-width: 1280px) {
					.en{
							margin-right:30px;
							margin-top:36px;
						}
                        .act_padding {
                            padding-left: 20px;
                            padding-right: 20px;
                        }
                        .act_paddingb {
                            padding-left: 40px;
                            padding-right: 40px;
                        }
                        .act_paddingc {
                            padding-left: 40px;
                        }
                        .act_paddingd {
                            padding-right: 40px;
                        }
                        .fot_pronr {
                            width: 72.885%;
                        }
                    }
                    @media (max-width: 1160px) {
						.en{
							margin-right:30px;
							margin-top:36px!important;
						}
                        .footer_weixi {
                            top: 80px;
                        }
                        .phon_btn {
                            width: 18px;
                            height: 18px;
                            display: block;
                        }
                        .sousuo {
                            width: 66px;
                        }
                        nav {
                            display: none;
                        }
                        .footer_ul>li {
                            padding-bottom: 0px;
                            margin-bottom: 28px;
                        }
                        .footer_ul>li:nth-child(1) {
                            width: 50%;
                        }
                        .footer_ul>li:nth-child(2) {
                            width: 50%;
                            border-right: none;
                        }
                        .footer_ul>li:nth-child(3) {
                            width: 50%;
                            border-right: 1px solid #333333;
                        }
                        .footer_ul>li:nth-child(4) {
                            width: 50%;
                            position: relative;
                        }
                        .fot_abounr {
                            width: 68.563%;
                            margin: auto;
                        }
                        .footer_weixi {
                            position: relative;
                            margin: auto;
                        }
                    }
                    @media (max-width: 991px) {
                        .fot_abounr,
                        .fot_pronr,
                        .com_url {
                            width: 80%;
                        }
                        .fotnes_left {
                            width: 100%;
                            text-align: center;
                        }
                        .fotnes_right {
                            width: 100%;
                            text-align: center;
                        }
                        .footer_nes {
                            margin-top: 12px;
                            padding-top: 12px;
                            padding-bottom: 12px;
                        }
                        .footer_nes span {
                            line-height: 36px;
                        }
                    }
                    @media (max-width: 767px) {
						.en{
							margin-right:30px;
							margin-top:30px!important;
						}
                        .footer_weixi {
                            top: 0px;
                        }
                        .footer_ul li .com_url h5 {
                            margin-bottom: 26px;
                        }
                        .fot_abounr,
                        .fot_pronr,
                        .com_url {
                            width: 100%;
                        }
                        .footer_ul>li {
                            width: 100% !important;
                            border-right: none !important;
                        }
                        .fot_abounr,
                        .fot_pronr,
                        .com_url {
                            width: 80%;
                            text-align: center;
                        }
                        .fotnes_left span {
                            width: 100%;
                            display: block;
                            margin: 0 !important;
                        }
                    }
                    @media (max-width: 460px) {
                        .fot_abounr,
                        .fot_pronr,
                        .com_url {
                            width: 100%;
                            text-align: center;
                        }
                        .fot_abounr li,
                        .fot_pronr li,
                        .com_url li {
                            width: 100%;
                        }
                    }