* {
    padding: 0px;
    margin: 0px;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000000;
}

input {
    outline: none;
    background: 0;
    border: 0;
}

textarea {
    outline: none;
}

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;
}

.div1200 {
    width: 1200px;
    margin: 0 auto;
}

.div1340 {
    width: 1340px;
    margin: 0 auto;
}

.div1440 {
    width: 1440px;
    margin: 0 auto;
}

@media (max-width: 1440px) {
	.div1440 {
		width: 96%;
	}
}

.div85 {
    width: 85%;
    margin: 0 auto;
}


/* 首页 */

.top {
    width: 100%;
}

.top1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #000000;
}

.top1 span {
    font-family: ArialMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 35px;
}

.top2 {
    width: 100%;
    background: url(../images/index1.png) no-repeat;
    height: 100px;
    background-size: 100% 100%;
}

.top2_zong {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top2_left {
    line-height: 100px;
}

.top2_con {
    width: 850px;
}

.top2_con_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top2_con_ul>li {
    padding-top: 45px;
    position: relative;
    width: 16.666%;
    text-align: center;
    height: 100px;
    box-sizing: border-box;
}

.top2_con_ul>li>a {
    font-family: Arial-BoldMT;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.top2_con_ul>li:hover .top2_con_list {
    display: block;
}

.top2_con_ul>li.cur>a {
    color: #28a6e0;
}

.top2_con_list {
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 50;
    width: 100%;
    background-color: #327794;
    border-top: 3px solid #28a6e0;
    padding-left: 20px;
    box-sizing: border-box;
    display: none;
}

.top2_con_ul>li:nth-child(3)>.top2_con_list {
    width: 130%;
}

.top2_con_list>li {
    height: 45px;
    line-height: 45px;
    text-align: left;
}

.top2_con_list>li>a {
    font-family: ArialMT;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.top2_con_list>li>a:hover {
    color: #28a6e0;
}

.top2_right {
    width: 200px;
    padding-top: 45px;
    box-sizing: border-box;
}

.top2_right_form {
    width: 100%;
    height: 30px;
    background-color: #ffffff;
    border-radius: 16px;
}

.top2_right_zong {
    display: flex;
    flex-wrap: wrap;
}

.top2_right_zong1 {
    width: 150px;
    line-height: 30px;
    padding-left: 15px;
    box-sizing: border-box;
}

.product_left_form {
    border: 1px solid #949494;
    border-radius: 16px 0 0 16px;
}

.top2_right_zong2 {
    width: 50px;
    line-height: 30px;
    background-color: #656565;
    border-radius: 0 16px 16px 0;
}

.top2_right_zong2 input {
    background: url(../images/sousuo.png) no-repeat center;
    width: 100%;
    height: 100%;
}

.index_banner {
    position: relative;
}

.banner_swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ffffff;
    opacity: 1;
}

.banner_swiper .swiper-pagination-bullet-active {
    background: #007aff;
    width: 15px;
    height: 15px;
}

.banner_swiper .swiper-button-prev {
    background-image: url(../images/index2.png);
    background-size: 100% 100%;
    width: 63px;
    height: 63px;
    left: 60px;
}

.banner_swiper .swiper-button-next {
    background-image: url(../images/index3.png);
    background-size: 100% 100%;
    width: 63px;
    height: 63px;
    right: 60px;
}

.index_banner .banner_swiper>.swiper-pagination-bullets {
    bottom: 17px;
}

.index_box1 {
    margin-top: 80px;
}

.index_box1_left {
    width: 247px;
    height: 187px;
}

.index_box1_right {
    width: 600px;
}

.index_box1_right>span {
    font-family: Arial-BoldMT;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.index_box1_right>p {
    font-family: ArialMT;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
}

.index_box1_right_about {
    margin-top: 67px;
    position: relative;
}

.index_box1_right_about span {
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.index_box1_right_about img {
    margin-left: 10px;
    margin-top: -3px;
}

.index_box1_right_about::after {
    content: "";
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 150px;
    height: 2px;
    background-color: #000000;
}

.index_box2 {
    margin-top: 150px;
}

.index_box2_tit>span {
    font-family: Arial-BoldMT;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.index_box2_tit>p {
    font-family: ArialMT;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
}

.index_box2_img {
    margin-top: 85px;
    position: relative;
}

.index_box2_img_span {
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.index_box2_img_span>span {
    font-family: Arial-BoldMT;
    font-size: 50px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.index_box2_img_span>p {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    /* width: 485px; */
    margin-top: 35px;
}

.index_box2_img_a {
    width: 177px;
    height: 34px;
    line-height: 34px;
    background-color: #000000;
    margin: 40px auto 0;
}

.index_box2_img_a span {
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.index_box2_img_a img {
    margin-top: -3px;
    margin-left: 5px;
}

.index_box3 {
    margin-top: 90px;
}

.index_box3_tit {
    text-align: center;
    margin-bottom: 50px;
}

.index_box3_tit span {
    font-family: Arial-BoldMT;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.index_box3_swi {
    position: relative;
}

.new_swi {
    overflow: hidden;
}

.new_sra {
    /* padding: 0 70px; */
    box-sizing: border-box;
}

.index_box3_swi .swiper-button-prev {
    background-image: url(../images/index12.png);
    background-size: 100% 100%;
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    margin-top: 0;
}

.index_box3_swi .swiper-button-next {
    background-image: url(../images/index13.png);
    background-size: 100% 100%;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    margin-top: 0;
}

.footer {
    width: 100%;
    background-color: #f1f1f1;
    padding-top: 100px;
    padding-bottom: 75px;
    box-sizing: border-box;
    margin-top: 75px;
}

.footer_ul1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_ul1>li {
    width: 20%;
}

.footer_ul1>li:nth-child(2) {
    width: 25%;
    margin-left: 5%;
}

.footer_ul1>li:nth-child(3) {
    margin-left: 4%;
    padding-left: 2%;
    box-sizing: border-box;
}

.footer_ul1>li:last-child {
    text-align: right;
}

.footer_ul1>li>a {
    font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #3b3b3b;
}

.footer_ul1_1 {
    margin-top: 15px;
}

.footer_ul1_1>p {
    margin-top: 25px;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.footer_ul1_contact {
    margin-top: 20px;
}

.footer_ul1_contact>span {
    font-family: ArialMT;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
}

.footer_ul1_contact>p {
    font-family: ArialMT;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 10px;
}

.footer_ul1_contact>p:last-child {
    margin-top: 0;
}

.footer_ul1_1_img {
    margin-top: 20px;
}

.footer_ul1_about {
    margin-top: 40px;
}

.footer_ul1_about_con>p {
    font-family: ArialMT;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #666666;
}

.footer_ul1_about_con>p:last-child {
    margin-top: 30px;
}

.footer_ul1_about_a {
    width: 132px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #272727;
    margin-top: 30px;
}

.footer_ul1_about_a a {
    font-family: ArialMT;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    display: block;
}

.footer_ul2 {
    margin-top: 50px;
}

.footer_ul2>li {
    width: 223px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: solid 1px #d2d2d2;
    margin-top: 20px;
}

.footer_ul2>li>a {
    font-family: ArialMT;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.footer_ul_ql {
    margin-top: 50px;
}

.footer_ul_ql>li {
    text-align: left;
    padding-left: 53%;
    box-sizing: border-box;
    margin-top: 30px;
}

.footer_ul_ql>li>a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.footer_zong {
    position: relative;
}

.footer_bb {
    position: absolute;
    right: 0;
    bottom: 0;
}

.footer_bb p {
    font-family: ArialMT;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}

.footer_bb p a {
    font-family: ArialMT;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
}


/* 关于我们页面 */

.about {
    margin-top: 100px;
    width: 100%;
}

.about_box1_tit {
    text-align: center;
    border-bottom: 1px solid #000000;
    padding-bottom: 55px;
}

.about_box1_tit span {
    font-family: Arial-BoldMT;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.about_box1_span {
    margin-top: 50px;
    text-align: center;
}

.about_box1_span span {
    font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.about_box1_ul1 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about_box1_ul1>li {
    margin-top: 20px;
    margin-right: 60px;
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.about_box1_ul1 li:last-child {
    margin-right: 0px;
}

.about_box1_ul2 {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

.about_box1_ul2>li {
    width: 335px;
    height: 336px;
    text-align: center;
    background-color: #0c4089;
    position: relative;
	overflow: hidden;
}

.about_box1_ul2>li>span {
    font-family: OPPOSans-B;
    font-size: 24px;
    line-height: 336px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.about_box1_ul2_con {
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
    position: absolute;
    top: 100%;
    left: 0;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.about_box1_ul2>li:hover .about_box1_ul2_con {
    top: 0;
}

.about_box1_ul2>li:hover>span {
    display: none;
}

.about_box1_ul2_con>p {
    font-family: OPPOSans-B;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
}

.about_box1_ul2_z_body {
    padding-top: 20px;
    font-family: OPPOSans-R;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150%;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    /* word-break: break-all; */
}

.about_box1_ul2_z_body>p {
    font-family: OPPOSans-R;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 150%;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: left;
    /* word-break: break-all; */
	margin-bottom: 12px;
}

.about_box2 {
    margin-top: 110px;
    width: 100%;
}

.about_box2_tit {
    text-align: center;
}

.about_box2_tit>span {
    font-family: Arial-BoldMT;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 25px;
    display: block;
}

.about_box2_tit>p {
    width: 1043px;
    margin: 0 auto;
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333333;
}

.about_box2_ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.about_box2_ul>li {
    width: 306px;
    height: 441px;
    position: relative;
}

.about_box2_bot {
    margin-top: 70px;
    text-align: center;
}

.about_box2_bot>span {
    font-family: ArialMT;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #121212;
}


/* 产品页面 */

.pro_box1_ul {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #000000;
    padding-top: 5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pro_box1_ul .make {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.pro_box1_ul li {
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.pro_box1_img .pro_box1_img_p {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}

.pro_box1_img_p p {
    font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 6px;
    color: #FFFFFF;
    transition: all 0.3s;
}

.pro_box1_make1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
    opacity: 0;
}

.pro_box1_ul li:hover .pro_box1_make1 {
    top: 30%;
    opacity: 1;
}

.pro_box1_ul li:hover .make {
    /* background-color: rgba(0,153,255,0.4); */
    background: linear-gradient(to left, rgba(255, 255, 255, 0.4) 0%, rgba(0, 153, 255, 0.5) 100%);
}

.pro_box1_ul li:hover .pro_box1_img_p p {
    letter-spacing: 0px;
}

.pro_box1_ul li:nth-child(3n) {
    margin-right: 0;
}

.pro_box2 {
    width: 100%;
    margin-top: 110px;
}

.pro_box2_tit {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_box2_tit>i {
    width: 560px;
    height: 1px;
    background-color: #000000;
    margin-top: 23.5px;
}

.pro_box2_tit>span {
    font-family: Arial-BoldMT;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.pro_box2_ul1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}

.pro_box2_ul1>li:first-child {
    margin-top: 0;
}

.pro_box2_ul1>li:nth-child(2) {
    margin-top: 0;
}

.pro_box2_ul1>li {
    width: 50%;
    text-align: center;
    margin-top: 100px;
}

.pro_box2_ul1>li>span {
    font-family: Arial-BoldMT;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.pro_box2_ul2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pro_box2_ul2>li {
    width: 23%;
    margin-top: 35px;
}

.pro_box2_ul2>li>p {
    font-family: ArialMT;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #333333;
    margin-top: 8px;
}

.pro_box2_ul2>li>img {
    width: 115px;
    height: 115px;
    border-radius: 50%;
}


/* 产品列表页 */

.pro_list_tit {
    width: 100%;
    margin-top: 75px;
}

.pro_list_tit > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: 50px;
}

.pro_list_tit > ul > li {
    line-height: 50px;
    text-align: center;
    margin-right: 35px;
	position: relative;
}

.pro_list_tit > ul > li.cur {
    background-color: #009cfb;
}

.pro_list_tit > ul > li:hover {
	background-color: #009cfb;
}

.pro_list_tit > ul > li:hover > a {
    color: #FFFFFF;
}

.pro_list_tit > ul > li.cur > a {
    color: #FFFFFF;
}

.pro_list_tit > ul > li > a {
    font-family: Arial-BoldMT;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 35px;
}

.pro_list_tit > ul > li:last-child {
    margin-right: 0;
}

.pro_list_tit > ul > li:hover .pro_list_ul2 {
	opacity: 1;
}

.pro_list_ul2 {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	transition: all 0.5s;
	opacity: 0;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 100;
}

.pro_list_ul2 > li {
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.pro_list_ul2 > li:hover {
	background-color: #009cfb;
}

.pro_list_ul2 > li > a {
	font-family: Arial-BoldMT;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: block;
}
.pro_list .about_box2 {
    margin-top: 90px;
}

.pro_list_box2 {
    border-top: 1px solid #000000;
    padding-top: 30px;
    margin-top: 10px;
}

.pro_list_box2 ul li {
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-top: 30px;
	overflow: hidden;
}

.pro_list_box2 ul li:nth-child(1) {
    margin-top: 0;
}

.pro_list_box2 ul li:nth-child(2) {
    margin-top: 0;
}

.pro_list_box2 ul li:nth-child(3) {
    margin-top: 0;
}

.pro_list_box2 ul li:nth-child(3n) {
    margin-right: 0;
}

.pro_list_box2 ul li img {
    width: 100%;
	min-height: 316px;
}

.pro_list_box2 ul li .pro_list_box2_ul_img {
    position: relative;
	overflow: hidden;
}

.pro_list_box2_ul_img > img {
	transition: all 0.5s;
}

.pro_list_box2_ul_img:hover img {
	transform: scale(1.3);
}

.pro_list_box2 ul li p {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #e3e3e3;
    padding-left: 20px;
    box-sizing: border-box;
}

.pro_list_box2_make {}

.pro_list_box2_back1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.5s;
}

.pro_list_box2_back2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.5s;
}

.pro_list_box2_ul li:hover .pro_list_box2_back1 {
    height: 10%;
    opacity: 0.2;
}

.pro_list_box2_ul li:hover .pro_list_box2_back2 {
    height: 10%;
    opacity: 0.2;
}


/* 产品详情 */

.pro_show {
    width: 100%;
}

.pro_show_box1 {
    margin-top: 30px;
}

.pro_show_box1_fhsyj {
    width: 110px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #a0a0a0;
    border-radius: 21px;
}

.pro_show_box1_fhsyj>a>img {
    margin-top: -3px;
}

.pro_show_box1_fhsyj span {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.pro_show_box1 .about_box2_tit {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pro_show_box1 .about_box2_tit>span {
    padding: 0 50px;
}

.about_box2_tit>i {
    width: 150px;
    height: 1px;
    background-color: #000000;
    display: block;
    margin-top: 22px;
}

.pro_show_box1_tit {
    margin-top: 70px;
    text-align: center;
}

.pro_show_box1_tit>span {
    font-family: SourceHanSerifCN-Regular;
    font-size: 55px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.pro_show_box1 .top2_right {
    padding-top: 25px;
}

.pro_show_box1_zong {
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}

.pro_show_box1_zong .top2_right,
.about_box2 .top2_right {
    width: 260px;
}

.pro_show_box1_zong .top2_right .top2_right_zong1,
.about_box2 .top2_right .top2_right_zong1 {
    width: 195px;
}

.pro_show_box1_zong .top2_right .top2_right_zong2,
.about_box2 .top2_right .top2_right_zong2 {
    width: 65px;
}

.top2_right_right {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

.top2_right_right_pre,
.top2_right_right_next {
    width: 137px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 21px;
    border: solid 1px #434343;
}

.top2_right_right_pre {
    margin-right: 20px;
}

.top2_right_right_pre>a>span,
.top2_right_right_next>a>span {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.top2_right_right_pre>a>img,
.top2_right_right_next>a>img {
    margin-top: -3px;
}

.top2_right_form1 {
    height: 42px !important;
}

.top2_right_form1 .top2_right_zong1 {
    line-height: 42px;
}

.pro_show_box2 {
    margin-top: 20px;
    width: 100%;
}

.pro_show_box2_left {
    position: relative;
    width: 630px;
    overflow: hidden;
}

.top2_right_form1 .product_left_form {
    border-radius: 21px 0 0 21px;
}

.top2_right_form1 .top2_right_zong2 {
    border-radius: 0 21px 21px 0;
}

.pro_show_box2_left .mySwiper2 .swiper-slide>img {
    width: 100%;
    /* height: 360px; */
}

.pro_show_box2_left .mySwiper {
    width: 100%;
    margin: -10px auto 0;
    padding: 90px 0;
    /* box-sizing: border-box; */
    position: relative;
    overflow: hidden;
}

.pro_show_box2_left .mySwiper .swiper-slide {
    position: initial;
}

.pro_show_box2_left .mySwiper .swiper-button-prev {
    background-image: url(../images/pro_show6.png);
    left: 0;
    width: 59px;
    height: 209px;
    background-size: 100% 100%;
    top: 23%;
}

.pro_show_box2_left .mySwiper .swiper-button-next {
    background-image: url(../images/pro_show7.png);
    right: 0;
    width: 59px;
    height: 209px;
    background-size: 100% 100%;
    top: 23%;
}

.make_fd {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 510px;
    height: 340px;
    z-index: 99;
    transition: all 0.5s;
}

.make_fd>img {
    width: 100%;
    position: relative;
}

/* .make_fd_img {
    position: absolute;
    left: 10px;
    top: 21px;
    display: none;
} */

.pro_show_box2_right {
    width: 680px;
}

.pro_show_box2_right table {
    width: 100%;
}

.pro_show_box2_right table tr {
    height: 40px;
    width: 100%;
    width: 21%;
}

.pro_show_box2_right table tr:first-child {
	height: 90px;
}


.pro_show_box2_right table tr:nth-child(2) td {
	height: 40px;
	padding-top: 20px;
}

.pro_show_box2_right table tr td {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    text-align: center;
}

/* .pro_show_box2_right table tr:last-child {
    height: 50px;
} */

.pro_show_box2_right table tr:first-child {
    border-bottom: 1px solid #000000;
}

.pro_show_box2_right table tr:first-child th:first-child {
    width: 16%;
}

.pro_show_box2_right_zong {
    margin-top: 80px;
}

.pro_show_box2_right_left {
    width: 470px;
    height: 405px;
}

.pro_show_box2_right_right {
    width: 210px;
}

.pro_show_box2_right_right_a {
    margin-top: 50px;
    text-align: right;
}

.pro_show_box2_right_right_a>a {
    padding: 18px 45px;
    background-color: #000000;
    border-radius: 25px;
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}


/* 联系我们 */

.contact {
    margin-top: 100px;
}

.contact .about_box1_tit {
    border-bottom: 0;
}

.contact_box1 {
    margin-top: 50px;
}

.contact_box1_left {
    width: 50%;
}

.contact_box1_left_tit span {
    font-family: Arial-BoldMT;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    font-weight: bold;
}

.contact_box1_left_z_body {
    margin-top: 39px;
    width: 401px;
}

.contact_box1_left_z_body>span {
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.contact_box1_left_z_body>p {
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 30px;
}

.contact_box1_left_z_body>p:nth-child(2) {
    margin-top: 5px;
}

.contact_box1_right {
    width: 50%;
}

.contact_box1_right .contact_box1_left_z_body {
    width: 550px;
}

.contact_box2 {
    margin-top: 110px;
}

.contact_box2 form {
    display: flex;
    flex-wrap: wrap;
}

.contact_box2>form>input {
    width: 620px;
    height: 70px;
    line-height: 70px;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    padding-left: 20px;
    box-sizing: border-box;
}

.contact_box2 form input:nth-child(2n) {
    margin-left: 55px;
}

.contact_box2_tra {
    width: 100%;
}

.contact_box2_tra textarea {
    width: 100%;
    height: 265px;
    padding-top: 28px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 0;
    outline: none;
}

.contact_box2_sub {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #0c4089;
    margin-top: 30px;
}

.contact_box2_sub>input {
    border: 0;
    background-color: 0;
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

.con_fxk {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.con_fxk>input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.con_fxk>span {
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}


/* 生产过程页面 */

.production {
    width: 100%;
    margin-top: 100px;
}

.pro_tion_box1_tit {
    margin-top: 50px;
    text-align: center;
}

.pro_tion_box1_tit span {
    font-family: Arial-BoldMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.pro_tion_box1_img {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_tion_box1_bott {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}

.pro_tion_box1_bott>span {
    font-family: Arial-BoldMT;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.pro_tion_box1_bott>p {
    font-family: ArialMT;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 10px;
}

.pro_tion_box2 {
    width: 100%;
    margin-top: 120px;
}

.pro_tion_box2_tit {
    text-align: center;
}

.pro_tion_box2_tit>span {
    font-family: Arial-BoldMT;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.pro_tion_box2_ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.pro_tion_box2_ul>li {
    width: 32%;
    text-align: center;
    margin-right: 2%;
    margin-top: 40px;
}

.pro_tion_box2_ul>li:nth-child(3n) {
    margin-right: 0;
}

.pro_tion_box2_ul>li p {
    margin-top: 15px;
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #121212;
}


/* 照片 */

.photo_box1 {
    margin-top: 10px;
    border-top: 1px solid #000000;
}

.photo_box1_ul {
    display: flex;
    flex-wrap: wrap;
}

.photo_box1_img {
	position: relative;
	overflow: hidden;
}

.photo_box1_img > img {
	transition: all 0.5s;
}

.photo_box1_ul li:hover .photo_box1_img > img {
	transform: scale(1.2);
}

.photo_box1_ul li {
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
}


.pro_list_box1_back1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.5s;
}

.pro_list_box1_back2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 0.5s;
}

.photo_box1_ul li:hover .pro_list_box1_back1 {
    height: 10%;
    opacity: 0.2;
}

.photo_box1_ul li:hover .pro_list_box1_back2 {
    height: 10%;
    opacity: 0.2;
}



.photo_box1_ul li:nth-child(3n) {
    margin-right: 0;
}

.photo_box1_ul_tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    box-sizing: border-box;
    background-color: #e3e3e3;
}

.photo_box1_ul_tit span {
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #121212;
}


/* 新闻页面 */

.news_list_box2 {
    border-top: 1px solid #000000;
    padding-top: 30px;
    margin-top: 10px;
}

.news_list_box2_ul>li {
    margin-top: 30px;
    width: 100%;
}

.news_list_left {
    width: 30%;
}

.news_list_right {
    width: 65%;
}

.news_list_right_tit>span {
    font-family: ArialMT;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #000000;
}

.news_list_z_body p {
    font-family: ArialMT;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 0px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 20px;
}

.news_list_wtime {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.news_wtime2>p {
    font-family: ArialMT;
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #000000;
}

.news_wtime1>a>span {
    font-family: ArialMT;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
}

.news_wtime1>a>img {
    margin-top: -5px;
}

.news_list_wtime {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* 新闻详情 */

.news_show_box1_zong {
    border-top: 1px solid #000000;
    margin-top: 15px;
    padding-top: 20px;
}


/* brochure */

.brochure {
    margin-top: 20px;
}

/* 产品详情,点击放大 */
.pro_du12 .pro_show_make {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	z-index: 99;
	transition: all 0.5s;
	opacity: 0;
}

.pro_show_make>img {
    width: 100%;
    position: relative;
}

.make_fd_img {
    position: absolute;
    left: 10px;
    top: 11px;
}

.pro_du12 .pro_show_make.make12 {
	width: 510px;
	height: 340px;
	opacity: 1;
}


