* {
    padding: 0px;
    margin: 0px;
    font-family: "思源黑体";
    font-size: 16px;
    color: #333;
}

a {
    text-decoration: none;
}


/*文本修饰*/

.fl {
    float: left;
}

.fr {
    float: right;
}

a img {
    border: none;
}

.clear {
    clear: both;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

table,
table td {
    border-collapse: collapse;
}


/* 限制行数 */

.line_1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.div1440 {
    width: 1440px;
    margin: 0 auto;
}

.div97 {
    width: 97%;
    margin: 0 auto;
}

.div64 {
	width: 64%;
	margin: 0 auto;
}


/* 首页 */

.warp {
    overflow: hidden;
}

.banner {
    /* height: 100vh; */
    position: relative;
}

.swiper_index {
    position: relative;
    overflow: hidden;
}

.index_bann .swiper-slide>img {
    height: 100vh;
}

.swiper_pag>.swiper-pagination-bullets {
    width: 100%;
}

.swiper_pag {
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0;
    height: 100%;
    bottom: auto;
    width: 20px;
    display: flex;
    align-items: center;
}

.swiper_pag>.swiper-pagination>.swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper_pag .swiper-pagination-bullet {
    width: 16px;
    height: 1px;
    background-color: #ffffff;
    border: 0;
    transition: all 0.5s;
    position: relative;
}

.swiper_pag .swiper-pagination-bullet-active {
    width: 31px;
}

.swiper-pagination-bullet>.swi_num {
    position: absolute;
    left: 42px;
    top: -11px;
    font-family: OPPOSans-H;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all 0.5s;
}

.swiper-pagination-bullet-active>.swi_num {
    opacity: 1;
}

.top .top_dian {
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    z-index: 50;
    width: 20px;
    text-align: center;
}

.mouse {
    width: 18px;
    height: 28px;
    border: 2px solid #FFFFFF;
    border-radius: 20px;
}

.mouse .ball {
    position: relative;
    width: 6px;
    height: 6px;
    left: 6%;
    margin-left: 5px;
    top: 4px;
    display: block;
    background: url(../images/mouse2.png);
    -webkit-animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    animation: mouse-dot 1.5s cubic-bezier(0.23, 1, 0.32, 1) infinite;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.top_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 105px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.5s;
}

.top_nav_left {
    width: 10%;
    line-height: 100px;
}

.top_nav_right {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
}

.top_nav_right_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 93%;
	height: 105px;
    line-height: 105px;
}

.top_nav_right_ul>li{
	position: relative;
}

.top_nav_right_ul>li>a {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 2px 15px;
}

.top_nav_right_ul>li.cur>a {
    background-color: #001a7d;
    border-radius: 14px;
}

.top_nav_right_ul>li:hover .top_nav_right_ul2 {
	opacity: 1;
	height: auto;
}

.top_nav_right_ul>li:nth-child(3) .top_nav_right_ul2 {
	width: 130%;
	left: -12px;
}

.top_nav_right_ul>li:nth-child(5) .top_nav_right_ul2 {
	width: 150%;
	left: -20px;
}

.top_nav_right_ul2 {
	position: absolute;
	top: 105px;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all 1s;
	height: 0;
	overflow: hidden;
}

.top_nav_right_ul2 > li {
	height: 45px;
	line-height: 45px;
	text-align: center;
}

.top_nav_right_ul2 > li:hover {
	background-color: #001a7d;
}

.top_nav_right_ul2 > li > a {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #ffffff;
	padding: 2px 15px;
}

.top_nav_right_img {
    width: 7%;
    text-align: right;
    line-height: 105px;
    position: relative;
}


/* .top_nav_right_img:hover .language-show {
	display: block;
	height: auto;
	opacity: 1;
	overflow: visible;
	z-index: 99;
} */

.language-show {
    display: block;
    width: 95px;
    height: 0;
    text-align: center;
    position: absolute;
    top: 70px;
    right: -40px;
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
    /* background: rgba(0,0,0,.8); */
    z-index: -11;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 99;
    padding-top: 15px;
    box-sizing: border-box;
}

.top_nav_right_img .lang_show {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
    z-index: 99;
}

.language-show:before {
    content: '';
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -15px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #000;
}

.language-show a {
    font-family: Microsoft Yahei, Arial;
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, .8);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

.language-show a:hover {
    color: #FFFFFF;
}

.wap_top_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    height: 105px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0 2.5%;
    box-sizing: border-box;
    transition: all .4s;
    /* overflow: hidden; */
}

.sidedown {
    top: -105px;
}

.sideup {
    top: 0;
}

.nav_list {
    margin-top: 10px;
    height: 85px;
}

.nav_list {
    height: 85px;
}

.menuTrigger {
    cursor: pointer;
    width: 33px;
    height: 30px;
    position: relative;
    float: right;
    top: 30px;
}

.menuTrigger span {
    display: block;
    height: 5px;
    width: 100%;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    transition: all 0.3s;
}

.menuTrigger span:first-child {
    top: 0;
}

.menuTrigger span:nth-child(2) {
    top: 12px;
}

.menuTrigger span:nth-child(3) {
    top: 24px;
}

.menu1 span:nth-child(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}

.menu1 span:nth-child(2) {
    display: none;
}

.menu1 span:nth-child(3) {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

.wap_nav_ul {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 105px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all 1s;
    padding-bottom: 20px;
}

.wap_top_nav .remoleft {
    left: 0;
}

.wap_nav_ul>li {
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.wap_nav_ul>li>a {
    color: #FFFFFF;
}

.wap_language-show {
    margin-top: 4%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.wap_language-show>a {
    margin: 0 2%;
    color: #CCCCCC;
    font-size: 14px;
}

.index_box1 {
    width: 100%;
    margin-top: 7%;
    padding-bottom: 5%;
}

.index_box1_tit {
    text-align: center;
}

.index_box1_tit>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    font-weight: bold;
    letter-spacing: 0px;
    color: #001a7b;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 2%;
    position: relative;
    z-index: 10;
}

.index_box1_tit>span::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 3px;
    background-color: #001a7b;
}

.index_box1_zong {
    width: 100%;
    margin-top: 7%;
}

.index_box1_left {
    width: 44%;
}

.index_box1_left>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
}

.index_box1_left>p {
    margin-top: 5%;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    word-break: break-all;
}

.index_box1_left_ul {
    margin-top: 7%;
    display: flex;
    flex-wrap: wrap;
}

.index_box1_left_ul li {
    border-right: 1px solid #DDDDDD;
    padding: 0 10%;
}

.index_box1_left_ul li h6 {
    font-family: Impact;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #001a7b;
}

.index_box1_left_ul li h6 span {
    font-family: Impact;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 5px;
    position: relative;
}

.index_box1_left_ul li>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 4%;
}

.index_box1_left_ul li:first-child {
    padding-left: 0;
}

.index_box1_left_ul li:last-child {
    border-right: 0;
}

.index_box1_right {
    width: 48%;
}

.index_box1_right_img {
    position: relative;
    overflow: hidden;
}

.index_box1_right_img>img {
    transition: all 0.4s;
    width: 100%;
}

.index_box1_right_img:hover>img {
    transform: scale(1.1);
}

.index_box1_bofan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.more {
    text-indent: inherit;
    text-align: center;
    background-position: 75% 50%;
    padding-right: 10px;
    width: 108px;
    background-image: url(../images/index4.png);
    background-size: 6%;
    color: #f7f8fa;
    border: 1px solid #f7f8fa;
    margin: 30px 0 0;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 12px;
    background-repeat: no-repeat;
    display: block;
}

.more:hover {
    background: #001a7b;
    color: #ffffff;
}

.index_box3_video {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    text-align: center;
    display: none;
}

.media_sp {
    position: relative;
    width: 60%;
    height: auto;
    z-index: 40;
    margin: auto;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
}

.index_box3_video .close {
    z-index: 48;
    position: absolute;
    top: 40px;
    right: 40px;
    display: block;
    opacity: 0.5;
    transition: all 0.5s;
}

.close>img {
    position: relative;
    z-index: 40;
    max-width: 100%;
    max-height: 90%;
}

.close:hover {
    opacity: 1;
    transform: rotate(270deg);
    transition: all 0.5s;
}

.index_box2 {
    padding-top: 3%;
    background: url(../images/index13.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-bottom: 10%;
    box-sizing: border-box;
}

.index_box2_tit2 {
    background: url(../images/index6_6.png) right no-repeat;
    width: 45%;
    background-size: 100% 100%;
    height: 40px;
    float: right;
}

.index_box2_tit {
    background: url(../images/index6.png) no-repeat;
    background-size: cover;
    background-size: 100% 100%;
    width: 60%;
    height: 72px;
    text-align: right;
    padding-right: 80px;
    box-sizing: border-box;
    margin-top: 1.8%;
}

.index_box2_tit span {
    font-family: GTEestiProDisplay-Regular;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #1c1c1c;
}

.index_box2_con {
    width: 100%;
    margin-top: 1%;
    text-align: center;
}

.index_box2_con>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 45px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #001a7b;
}

.index_box2_con>h6 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 1%;
}

.index_box2_con>p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 0px;
    color: #666666;
}

.index_box2_ul {
    margin-top: 4%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_box2_ul>a>li>.index_box2_ul_img {
    width: 165px;
    height: 165px;
    line-height: 165px;
    border: 1px dashed #bfbfbf;
    border-radius: 50%;
	overflow: hidden;
}

.index_box2_ul_img > img {
	transition: all 0.7;
}

.index_box2_ul>a>li:hover>.index_box2_ul_img>img {
	transform: scale(1.2);
}

.index_box2_ul>a>li>p {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1b1b1b;
    margin-top: 15px;
}

.index_box3 {
    width: 100%;
}

.index_box3_zong {
    width: 100%;
    margin-top: 6.5%;
}

.index_box3_left {
    width: 57%;
}

.index_box3_left_img {
    position: relative;
    overflow: hidden;
}

.index_box3_left_img>img {
    width: 100%;
}

.index_box3_left_make {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 181px;
    /* height: auto; */
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 6%;
    box-sizing: border-box;
    transition: all .5s;
}

.index_box3_left_make>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
}

.index_box3_left_make>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #f0f0f0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 0;
    margin-top: 15px;
}

.index_box3_left_make::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background: transparent;
}

.index_box3_left_img:hover .index_box3_left_make {
    height: 280px;
}

.index_box3_left_img:hover .index_box3_left_make::after {
    width: 100%;
    background: #001a7b;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.index_box3_right {
    width: 41.5%;
}

.index_box3_right .index_box3_right_img:nth-child(2) {
    margin-top: 23px;
}

.index_box3_right_img {
    position: relative;
    overflow: hidden;
}

.index_box3_right_img>img {
    width: 100%;
}

.index_box3_right_make {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    /* height: auto; */
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 5%;
    box-sizing: border-box;
    transition: all .5s;
}

.index_box3_right_make>span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.index_box3_right_make>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #f0f0f0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding: 15px 0;
    margin-top: 18px;
    word-break: break-all;
}

.index_box3_right_make::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background: transparent;
}

.index_box3_right_img:hover .index_box3_right_make {
    height: 100%;
}

.index_box3_right_img:hover .index_box3_right_make::after {
    width: 100%;
    background: #001a7b;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.index_box4 {
    width: 100%;
    padding-top: 7%;
    padding-bottom: 7%;
    background-color: #f7f8fa;
    box-sizing: border-box;
}

.index_box4_tit {
    position: relative;
}

.index_box4_tit>p {
    position: absolute;
    top: -34px;
    left: 50%;
	width: 100%;
    transform: translateX(-50%);
    font-family: Arial-BoldMT;
    font-weight: bold;
    font-size: 73px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #edeef0;
    z-index: 1;
    text-transform: uppercase;
}

.index_box4_ul {
    margin-top: 7%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_box4_ul>li:first-child {
    width: 38.5%;
}

.index_box4_ul>li:nth-child(2) {
    width: 26%;
}

.index_box4_ul>li:nth-child(3) {
    width: 32.8%;
}

.index_box4_ul>li:nth-child(4) {
    width: 38.5%;
    margin-top: 20px;
}

.index_box4_ul>li:nth-child(5) {
    width: 60.2%;
    margin-top: 20px;
}

.index_box4_ul_img {
    position: relative;
    overflow: hidden;
}

.index_box4_ul_img>img {
    width: 100%;
}

.index_box4_ul_img_make {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 102, 0.7);
    transition: all 0.4s;
}

.index_box4_ul_img_make>a>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_box4_ul_img_make_tit {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 8%;
    transform: translateX(-50%);
    width: 100%;
}

.index_box4_ul_img_make_tit>span {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.index_box4_ul>li:hover .index_box4_ul_img_make {
    bottom: 0;
}

.index_box5 {
    width: 100%;
    margin-top: 7%;
    padding-bottom: 4%;
}

.index_box5_swi {
    position: relative;
    overflow: hidden;
    margin-top: 7%;
    padding-bottom: 5%;
}

.index_box5_con_tit {
    margin-top: 8%;
}

.index_box5_con_tit>span {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.index_box5_con_tit>h6 {
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 4%;
}

.index_box5_con_tit>p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 4%;
}

.index_box5_swi .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #c4c4c4;
}

.index_box5_swi .swiper-pagination-bullet-active {
    background-color: #001a7b;
}

.footer {
    width: 100%;
    margin-top: 4%;
    background-color: #1a1a1a;
    padding-bottom: 2%;
}

.footer_zong {
    padding-top: 5%;
}

.footer_left {
    width: 68%;
}

.footer_left_ul1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_left_ul1>li>a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
}

.footer_left_ul2 {
    margin-top: 20px;
}

.footer_left_ul2>li>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    padding-bottom: 8px;
    display: block;
}

.footer_right>img {
    float: right;
}

.footer_right_img {
    margin-top: 25%;
}

.footer_right_img>img:first-child {
    margin-right: 20px;
}

.footer_right_img2 {
    margin-top: 10%;
    display: flex;
    justify-content: flex-end;
}

.footer_right_img2>.footer_right_img2_1 {
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    background-color: #484848;
    border-radius: 50%;
    margin-left: 20px;
}

.footer_yqlj_ul {
    display: flex;
    flex-wrap: wrap;
}

.footer_yqlj_ul>li {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.footer_yqlj_ul>li>a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.footer_bfh {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 1.5%;
    padding-top: 1%;
}

.footer_bfh_le {
    width: 80%;
}

.footer_bfh_le>p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.8;
}

.footer_bfh_le>p>a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.8;
}

.footer_ri_yy {
    position: relative;
    cursor: default;
}

.footer_ri_yy>span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    opacity: 0.8;
}

.footer_ri_yy .language-show {
    bottom: 40px;
    top: auto;
}

.footer_ri_yy .language-show:before {
    bottom: -10px;
    top: auto;
    border-top: 15px solid #000;
    border-bottom: none;
}

.footer_ri_yy .lang_show {
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
    z-index: 99;
}


/* 产品页 */

.pro {
    width: 100%;
    padding-bottom: 3%;
}

.pro_box1 {
    width: 100%;
    /* height: 70px; */
    background-color: #ffffff;
}

.pro_box1_ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 67px;
    /* height: 67px; */
}

.pro_box1_ul>li {
    text-align: center;
    width: 20%;
}

.pro_box1_ul>li>a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
}

.pro_box1_ul>li.cur>a {
    font-weight: bold;
    color: #333333;
}

.pro_box1_ul>li.cur {
    border-bottom: 3px solid #001a7d;
    background-color: #f4f4f4;
}

.pro_box2 {
    width: 100%;
    background: url(../images/pro1.png) no-repeat;
    background-size: cover;
    padding-bottom: 6%;
}

.pro_box2_zong {
    padding-top: 8%;
}

.pro_box2_left {
    width: 53%;
    padding: 0 2% 0 5%;
    box-sizing: border-box;
}

.pro_box2_left>span {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.pro_box2_left>p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.pro_box2_left>img {
    margin-top: 3%;
}

.pro_box2_left>h6 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 6%;
}

.pro_box2_right {
    width: 43%;
}

.pro_box2_right>img {
    width: 100%;
}

.pro_box3 {
    margin-top: 6%;
}

.pro_box3_list_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

.pro_box3_list_ul>li {
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-top: 2%;
    overflow: hidden;
}

.pro_box3_list_ul>li>img {
    width: 100%;
    transition: all 0.4s;
}

.pro_box3_list_ul>li:hover>img {
    transform: scale(1.1);
}

.pro_box3_list_ul>li:nth-child(3n) {
    margin-right: 0;
}

.pro_box3_list_ul_make {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 102, 0.7);
    transition: all 0.4s;
}

.pro_box3_list_ul_make_tit {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.pro_box3_list_ul_make_tit>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.pro_box3_list_ul_make>a>img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pro_box3_list_ul>li:hover>.pro_box3_list_ul_make {
    bottom: 0;
}

.pro_daohan {
    margin-top: 4%;
    text-align: center;
}


/* 产品详情 */

.pro_show_box1 {
    width: 100%;
    background-color: #FFFFFF;
    height: 70px;
}

.pro_show_box1_ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 70px;
}

.pro_show_box1_ul>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.pro_show_box2 {
    background-color: #f7f7f7;
    width: 100%;
}

.pro_show_left {
    width: 48%;
    position: relative;
    overflow: hidden;
}

.pro_show_left_swi .swiper-button-prev:after {
    content: '';
    background: url(../images/pro_show1.png) no-repeat;
    width: 19px;
    height: 33px;
}

.pro_show_left_swi .swiper-button-next:after {
    content: '';
    background: url(../images/pro_show1_1.png) no-repeat;
    width: 19px;
    height: 33px;
}

.pro_show_right {
    width: 40%;
    margin-left: 4%;
    padding-top: 5%;
    box-sizing: border-box;
}

.pro_show_right>p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 2.5%;
}

.pro_show_right_f_bo {
    padding: 3% 0;
    border-bottom: 1px solid #d5d5d5;
}

.pro_show_right_f_bo>p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 15px;
}

.pro_show_right_f_bo>p:first-child {
    margin-top: 0;
}

.pro_show_right_z_bo {
    padding-top: 3%;
}

.pro_show_right_z_bo>p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 15px;
}

.pro_show_right_z_bo>p:first-child {
    margin-top: 0;
}


/* 工程服务 */

.gcfw_box1 {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
}

.gcfw_box1_ul {
    display: flex;
    flex-wrap: wrap;
    line-height: 67px;
    height: 67px;
}

.gcfw_box1_ul>li {
    text-align: center;
    width: 16%;
}

.gcfw_box1_ul>li>a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
}

.gcfw_box1_ul>li.cur>a {
    font-weight: bold;
    color: #333333;
}

.gcfw_box1_ul>li.cur {
    border-bottom: 3px solid #001a7d;
    background-color: #f4f4f4;
}

.gcfw_box2 {
    width: 100%;
    padding: 6% 0 5% 0;
    background-color: #f9f9f9;
}

.gcfw_box2_ul {
    margin-top: 6%;
}

.gcfw_box2_ul>li {
    margin-top: 8%;
}

.gcfw_box2_ul>li:first-child {
    margin-top: 0;
}

.gcfw_box2_left {
    width: 46%;
    padding-top: 5%;
    box-sizing: border-box;
}

.gcfw_box2_left>img {
    width: 100%;
}

.gcfw_box2_left>span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ababab;
}

.gcfw_box2_left>p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.gcfw_box2_left>p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 38px;
    height: 5px;
    background-color: #001a7b;
}

.gcfw_box2_left .gcfw_box2_l_z_bo {
    margin-top: 8%;
}

.gcfw_box2_left .gcfw_box2_l_z_bo>p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.gcfw_box2_zong1 .gcfw_box2_left {
    padding-top: 0;
}

.gcfw_box2_zong2 .gcfw_box2_right {
    padding-top: 0;
}

.gcfw_box2_right {
    width: 50%;
    padding-top: 3%;
    box-sizing: border-box;
}

.gcfw_box2_right>img {
    width: 100%;
}

.gcfw_box2_right>span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ababab;
}

.gcfw_box2_right>p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.gcfw_box2_right>p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 38px;
    height: 5px;
    background-color: #001a7b;
}

.gcfw_box2_right .gcfw_box2_l_z_bo {
    margin-top: 8%;
}

.gcfw_box2_right .gcfw_box2_l_z_bo>p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.gcfw_box3_zong .index_box3_left {
    width: 68.3%;
}

.gcfw_box3_zong .index_box3_left_make {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75px;
    /* height: auto; */
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 6%;
    box-sizing: border-box;
    transition: all .5s;
}


/* 新修改 */

.index_box3_left_make_no_p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all .5s;
}

.index_box3_left_make_no_p > span {
	font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: bold;
	padding: 2% 6%;
	box-sizing: border-box;
	display: block;
}

.index_box3_left_make_no_p > i {
	width: 88%;
	display: block;
	height: 1px;
	background-color: #FFFFFF;
	margin-left: 6%;
}

.index_box3_left_img:hover .index_box3_left_make_no_p {
	height: auto;
    padding-bottom: 2%;
}

.index_box3_left_make_no_p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background: transparent;
}
.index_box3_left_img:hover .index_box3_left_make_no_p::after {
    width: 100%;
    background: #001a7b;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.index_box3_right_img:hover .index_box3_left_make_no_p {
	height: auto;
    padding-bottom: 4%;
}

.index_box3_left_make_no_p::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background: transparent;
}
.index_box3_right_img:hover .index_box3_left_make_no_p::after {
    width: 100%;
    background: #001a7b;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}






.gcfw_box3_zong .index_box3_right {
    width: 30.5%;
}

.gcfw_box3_zong .index_box3_left_img:hover .index_box3_left_make {
    height: 200px;
}

.gcfw_box3_zong .index_box3_right_img:hover .index_box3_right_make {
    height: 70%;
}

.gcfw_box3_zong .index_box3_right .index_box3_right_img:nth-child(2) {
    margin-top: 16px;
}

.gcfw_box4 {
    width: 100%;
    margin-top: 6%;
}

.index_box4_tit_p {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.index_box4_tit_p>p {
    font-family: Arial-BoldMT;
    font-weight: bold;
    font-size: 60px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #edeef0;
    z-index: 1;
    text-transform: uppercase;
}

.gcfw_box4_con {
    margin-top: 6%;
}

.gcfw_box4_con table {
    width: 100%;
}

.gcfw_box4_con table tr {
    height: 50px;
    line-height: 50px;
}

.gcfw_box4_con table tr:first-child {
    background-color: #001a7b;
}

.gcfw_box4_con table tr:first-child td {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    color: #ffffff;
}

.gcfw_box4_con table tr td {
    text-align: center;
    width: 14.2%;
    border: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -1px;
    color: #666666;
}


/* 关于我们 */

.about_box1 {
    margin-top: 6%;
    padding-bottom: 5%;
}

.about_box1_con {
    width: 100%;
    margin-top: 8%;
}

.about_box1_con_right {
    width: 54.5%;
}

.index_box1_right_img {
    width: 96%;
    float: right;
}

.about_box1_con_left>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.about_box1_con_left_con {
    margin-top: 2%;
}

.about_box1_con_left_con>p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #7e7e7e;
}

.about_box2_ul {
    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;
    background-color: #f6f7fa;
    padding: 15px 0;
}

.about_box2_ul li {
    border-right: 1px solid #DDDDDD;
    padding: 0 6.3%;
}

.about_box2_ul li:last-child {
    border-right: 0;
}

.about_box2_ul li h6 {
    font-family: Impact;
    font-size: 34px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #001a7b;
}

.about_box2_ul li h6 span {
    font-family: Impact;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
    margin-left: 5px;
    position: relative;
}

.about_box2_ul li>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 4%;
}

.about_box2 {
    width: 100%;
    background-color: #f6f7fa;
    padding-top: 5%;
    padding-bottom: 5%;
}

.about_box2_zong {
    margin-top: 8%;
}

.about_box2_left {
    width: 40%;
}

.about_box2_left_img1 {
    position: relative;
}

.about_box2_left_img1>img {
    width: 100%;
}

.about_box2_left_img1 .poshow {
    position: absolute;
    top: 7%;
    left: 5%;
}

.about_box2_left>img {
    margin-top: 1px;
    width: 100%;
}

.about_box2_left_title>span {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #edeef0;
    position: relative;
    padding-bottom: 14px;
    display: block;
}

.about_box2_left_title>span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.about_box2_left_title>p {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
}

.about_box2_right {
    width: 59.9%;
}

.about_box2_right_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_box2_right_ul>li {
    width: 33.32%;
    position: relative;
    margin-bottom: 1px;
    overflow: hidden;
}

.about_box2_right_ul_tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: all 0.5s;
}

.about_box2_right_ul>li:hover .about_box2_right_ul_tit {
    margin-bottom: -50px;
}

.about_box2_right_ul_tit>span {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #edeef0;
}

.about_box2_right_ul>li>img {
    width: 100%;
}

.about_box2_right_ul_make {
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    transition: all 0.5s;
}

.about_box2_right_ul>li:hover .about_box2_right_ul_make {
    opacity: 1;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.table-cell>span {
    font-size: 16px;
    opacity: 0.5;
    margin: 0;
    color: #FFFFFF;
}

.table-cell>span::after {
    content: "";
    display: block;
    margin: 20px auto;
    width: 20px;
    height: 2px;
    background: #ffffff;
    opacity: .6;
}

.about_box2_right_ul_make_p>p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 36px;
}

.about_box3 {
    width: 100%;
    margin-top: 6%;
    margin-bottom: 5%;
}

.div85 {
    width: 85%;
    margin: 0 auto;
}

.about_box3_con {
    margin-top: 7%;
}

.about_box3_con>img {
    width: 100%;
}

.about_box4 {
    width: 100%;
    padding-top: 6%;
    padding-bottom: 5%;
    background-color: #f6f7fa;
}

.about_box4_zong {
    position: relative;
    margin-top: 5%;
}

.about_box4_swi {
    position: relative;
    overflow: hidden;
}

.about_box4_swi .swiper-slide {
    text-align: center;
}

.about_box4_img {
	border: 1px solid #e5e5e5;
}

.about_box4_img_tit {
    height: 60px;
    line-height: 60px;
    /* border-top: 1px solid #e5e5e5; */
}

.about_box4_img_tit>span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.about_box4_zong .swiper-button-next::after {
    content: "";
    background: url(../images/about16_16.png) no-repeat;
    width: 57px;
    height: 57px;
}

.about_box4_zong .swiper-button-prev::after {
    content: "";
    background: url(../images/about16.png) no-repeat;
    width: 57px;
    height: 57px;
}

.about_box4_zong .swiper-button-prev.swiper-button-disabled::after {
    background: url(../images/about15.png) no-repeat;
}

.about_box4_zong .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.about_box4_zong .swiper-button-next.swiper-button-disabled::after {
    background: url(../images/about15_15.png) no-repeat;
}

.about_box4_zong .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.about_box4_zong .swiper-button-next {
    width: 57px;
    height: 57px;
    right: 8%;
}

.about_box4_zong .swiper-button-prev {
    width: 57px;
    height: 57px;
    left: 8%;
}

.about_box5 {
    width: 100%;
    margin-top: 6%;
}

.about_box5_zong {
    margin-top: 7%;
}

.about_box5_left {
    width: 42%;
}

.about_box5_left>img {
    width: 100%;
}

.about_box5_right {
    width: 57.2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_box5_right>img {
    margin-top: 1.4%;
    width: 100%;
}

.about_box5_right>img:first-child {
    margin-top: 0;
    width: 45.3%;
}

.about_box5_right>img:nth-child(2) {
    margin-top: 0;
    width: 53.2%;
}

.about_box5_right>img:nth-child(3) {
    width: 53.2%;
}

.about_box5_right>img:nth-child(4) {
    width: 45.3%;
}


/* 联系我们页面 */

.con_box1 {
    width: 100%;
    margin-top: 5%;
    padding-bottom: 5%;
}

.con_box1_tit>span {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    border-left: 5px solid #001a7b;
    padding-left: 16px;
}

.con_box1_zong {
    margin-top: 2.5%;
}

.con_box1_left {
    width: 48%;
}

.con_box1_left>img {
    width: 100%;
}

.con_box1_right {
    width: 49%;
}

.con_box1_right_ul>li {
    margin-top: 1.5%;
}

.con_box1_right_ul>li>img {
    margin-right: 20px;
	min-width: 18px;
}

.con_box1_right_ul>li>span {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #535353;
}

.con_box1_ewm {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6%;
}

.con_box1_ewm1 {
    width: 110px;
    margin-right: 50px;
    text-align: center;
}

.con_box1_ewm1>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #535353;
}

.con_box2 {
    padding: 5% 0;
    background-color: #f7f7f7;
}

.con_box2_tit>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #001a7b;
}

.con_box2_tit>p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #535353;
    margin-top: 1.5%;
}

.con_box2_left {
    width: 49%;
}

.con_box2_right {
    width: 49%;
    padding-top: 2%;
    box-sizing: border-box;
}

.con_box2_right>img {
    width: 100%;
}

.con_box2_l_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3%;
}

.con_box2_l_form>input {
    width: 48%;
    height: 50px;
    line-height: 50px;
    outline: none;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #535353;
    padding: 0 2%;
    box-sizing: border-box;
}

.con_box2_l_text {
    overflow: hidden;
}

.con_box2_l_text>textarea {
    width: 100%;
    /* background: #f7f8fa; */
    line-height: 24px;
    padding: 2% 2%;
    min-height: 228px;
    outline: none;
    box-sizing: border-box;
    margin-top: 3%;
    border: 0;
}

.con_box2_left .submit-w100 {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    background: #001a7d;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: 0;
    margin-top: 3%;
}

.con_box2_left .submit-w100:hover {
    background: #000;
}

.news_show {
    margin-top: 10%;
}

.news_show_box1 {
    margin-top: 1%;
}

.news_show_box1_tit {
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 2% 0;
}

.news_show_box1_tit>span {
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.news_show_box1_tit>p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
    margin-top: 13px;
}

.news_show_box1_con {
    margin-top: 6%;
}

.news_show_box1_con_img {
    text-align: center;
    padding-bottom: 4%;
}

.news_show_box1_con>p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #666666;
    text-indent: 2em;
}

.news_show_yeshu {
    margin-top: 6%;
}

.news_show_yeshu>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.news_show_yeshu>ul>li {
    width: 15%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border: 1px solid #d2d2d2;
    margin-right: 20px;
}

.news_show_yeshu>ul>li>a {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    display: block;
}

.news_show_yeshu>ul>li:last-child {
    margin-right: 0;
}


/* 新闻页面 */

.news_box1 {
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
}

.news_box1_ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 67px;
}

.news_box1_ul>li {
    padding: 0 20px;
    line-height: 67px;
    margin: 0 20px;
}

.news_box1_ul>li.cur {
    border-bottom: 3px solid #001a7d;
}

.news_box1_ul>li.cur>a {
    color: #001a7d;
}

.news_box1_ul>li>a {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #666666;
}

.news_box2 {
    padding: 5% 0;
    background-color: #f7f8fa;
}

.news_box2_ul {
    width: 100%;
}

.news_box2_ul>li {
    margin-top: 3%;
    border: solid 1px #eeeeee;
    padding: 1px;
    background-color: #ffffff;
}

.news_box2_ul_l {
    width: 38%;
}

.news_box2_ul_r {
    width: 62%;
    padding: 5% 3% 0 3%;
    box-sizing: border-box;
}

.news_box2_ul>li:hover .news_box2_ul_r>span>a {
    color: #001a7d;
}

.news_box2_ul_r>span>a {
    font-size: 21px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    display: block;
    margin-bottom: 1.5%;
}

.news_box2_ul_r>p {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0px;
    color: #999999;
}

.news_box2_ul_r_bot {
    margin-top: 6%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_box2_ul_r_bot>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #001a7d;
}

.news_box2_ul_r_bot>span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}


/* 质量管理 */

.zlgl {
    width: 100%;
    margin-top: 6%;
}

.zlgl_box2 {
    padding: 5% 0;
    background-color: #f6f7fa;
    margin-top: 5%;
}

.zlgl_box2_zong {
    margin-top: 6%;
}

.zlgl_box2_left {
    width: 40.4%;
    position: relative;
}

.zlgl_box2_left>img {
    width: 100%;
}

.zlgl_box2_left_make {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(0, 51, 102, 0.6);
    width: 100%;
    height: 100%;
}

.zlgl_box2_left_make_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.zlgl_box2_left_make_con>span {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #edeef0;
}

.zlgl_box2_right_ul>li:hover .zlgl_box2_left_make {
    display: block;
}

.zlgl_box2_left:hover .zlgl_box2_left_make {
    display: block;
}

.zlgl_box2_right {
    width: 59%;
}

.zlgl_box2_right_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zlgl_box2_right_ul>li {
    width: 49.4%;
    margin-top: 10px;
    position: relative;
}

.zlgl_box2_right_ul>li:first-child {
    margin-top: 0;
}

.zlgl_box2_right_ul>li:nth-child(2) {
    margin-top: 0;
}

.zlgl_box2_right_ul>li>img {
    width: 100%;
}

.zlgl_box3 {
    width: 100%;
    margin-top: 10%;
}

.zlgl_box3_left {
    width: 46%;
}

.zlgl_box3_left>span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ababab;
}

.zlgl_box3_left>p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
}

.zlgl_box3_left>p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 38px;
    height: 5px;
    background-color: #001a7b;
}

.zlgl_box3_z_bo {
    margin-top: 8%;
}

.zlgl_box3_z_bo>p {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #666666;
}

.zlgl_box3_right {
    width: 50%;
    text-align: center;
}

.zlgl_box3_right>img {
    margin-top: 3%;
}

.zlgl_box4 {
    width: 100%;
    background-color: #f6f7fa;
    padding: 5.6% 0 5% 0;
    margin-top: 5%;
}

.zlgl_box4_con {
    margin-top: 6%;
}

.zlgl_box4_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zlgl_box4_ul>li {
    width: 13%;
    text-align: center;
}

.zlgl_box4_ul_img {
    width: 100%;
    height: 140px;
    line-height: 140px;
}

.zlgl_box4_ul>li>p {
    margin-top: 25%;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

/* 右边回到顶部 */
.footer_box2_right {
	position: fixed;
	right: 0;
	top: 30%;
	/* background-color: rgba(0, 0, 0, 0.6); */
}
.footer_box2_right > a {
	/* display: block;
	padding: 8px 15px; */
	width: 54px;
    height: 54px;
    float: right;
    display: block;
    border-radius: 5px;
    overflow: hidden;
	background: url(../images/aside-top.svg) no-repeat center #001a7d;
    background-size: 70%;
    border: 1px solid #001a7d;
}