﻿/* CSS Document */
*{padding:0; margin:0;}

html {overflow:-moz-scrollbars-vertical; scrollbar-face-color:#e8e8e8;scrollbar-shadow-color:#c1c1bb;scrollbar-highlight-color:#c1c1bb;scrollbar-3dlight-color:#ebebe4;scrollbar-darkshadow-color:#ebebe4;scrollbar-track-color:#f4f4f0;scrollbar-arrow-color:#cacab7; }

div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,input,img{padding:0; margin:0;}   
div,ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6 {font-weight:normal;}
a{text-decoration:none; color:#222222; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; outline:none;}
a:hover {color:#9e2a2f;}
:focus{outline:0;}
.clear{margin:0; padding:0; clear:both;}
table {BORDER-COLLAPSE:collapse; border-spacing:0;}
img{display:block; border:0; width:100%;}
b {}i,em {font-style:normal;}
button, input, select, textarea,radio {display:block; margin:0; padding:0; outline:none; background-color:transparent; border:0; border-radius:none; -webkit-font-smoothing:antialiased;}
button {cursor:pointer;}

.clearfix:after {content:""; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-table;}
*html .clearfix {height:1%;}
.clearfix {display:block;}
*+html .clearfix {min-height:1%;}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{opacity:0.3; color:#000000;}
input:-moz-placeholder,textarea:-moz-placeholder{opacity:0.3; color:#000000;}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:0.3; color:#000000;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:0.3; color:#000000;}


@font-face{
font-family: "Poppins-Regular";
src:
url('../fonts/Poppins-Regular.ttf') format('truetype'),
url('../fonts/Poppins-Regular.woff') format('woff'),
url('../fonts/Poppins-Regular.otf') format('otf');
font-weight: normal;
font-style: normal;
font-display: block;
}

@font-face{
font-family: "LexendBold";
src:
url('../fonts/LexendBold.ttf') format('truetype'),
url('../fonts/LexendBold.woff') format('woff'),
url('../fonts/LexendBold.otf') format('otf');
font-weight: normal;
font-style: normal;
font-display: block;
}


body {font-size:16px; color:#222222; font-family:"Poppins-Regular", Arial, Helvetica, sans-serif; padding:0; margin:0; behavior:url("images/csshover.htc");-webkit-text-size-adjust:none; background:#ffffff; line-height:28px;}
.main {position:relative; margin:0 auto;}
@media screen and (max-width:2560px) {
.main {width:90%; max-width:1650px;}
}
@media screen and (max-width:1920px) {
.main {width:90%; max-width:1560px;}
}
@media screen and (max-width:1560px) {
body {font-size:15px;line-height:26px;}
}
@media screen and (max-width:1240px) {
body {font-size:14px;line-height:24px;}
}
@media screen and (max-width:992px) {
body {font-size:13px;line-height:24px;}
.main {width:92%;}
}


/***头部***/

.header{width:100%; box-sizing:border-box; position:fixed; height:140px; z-index:99; background:rgb(255,255,255,1); transition:all .2s ease-in-out; left:0; top:0;}

.header_top{background:#1f3a5f; box-sizing:border-box;}
.header_top p{width:100%; text-align:right; color:#ffffff; height:50px; line-height:50px;}
.header_top p a{color:#ffffff;}
.header_top p a:hover{color:#ffffff; text-decoration:underline;}
.header_top_1{margin-right:15px;}
.header_top_2{background:url(../images/ico_tel2.svg) left center no-repeat; background-size:18px; padding-left:20px; margin-right:15px;}
.header_top_3{background:url(../images/ico_email2.svg) left center no-repeat; background-size:18px; padding-left:24px;}

.header .main{display:flex; align-items:center;}
.header_left{display:flex; flex: 0 0 13%; box-sizing:border-box;}
.header_logo{display:flex;align-items:center; position:relative;}
.header_logo img{width:100%; max-width:120px;}
 
.header_right{display:flex; flex:1; box-sizing:border-box;}
.header .mNavList{display:flex; width:100%; }
.header .mNavList>li{flex-grow:1; position:relative; text-align:center; line-height:90px; height:90px; box-sizing:border-box; font-weight:bold; font-size:18px;}
.header .mNavList>li:last-child{flex-grow:0; margin-left:auto;}
.header .mNavList>li>a>i{display:inline-block; width:20px; height:20px; vertical-align:middle;  background:url("../images/pro_click.png") no-repeat center -1px; -moz-transition: all linear .3s;-webkit-transition: all linear .3s; -ms-transition: all linear .3s;}
.header .mNavList>li:hover>a>i{background:url("../images/pro_click_on.png") no-repeat center 1px; -moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);filter:rogid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.header .mNavList>li>a:hover{color:#9e2a2f;}

.navsearch{padding:0 10px; line-height:90px; box-sizing:border-box; cursor:pointer;}
.navsearch img{width:20px; height:20px; vertical-align:middle;display: inline-block;}
.topsearch{background:#f8f8f8; border:1px #dddddd solid; border-radius:5px; height:50px; line-height:50px;  padding:0 0 0 15px; position:relative;transition:all .3s ease-in-out; font-weight:normal;}
.topsearch .input{width:100%; line-height:50px; box-sizing:border-box; font-size:16px;}
.topsearch .search{position:absolute; top:14px; right:15px; width:20px; height:20px; background:url(../images/ico_search.svg) no-repeat; background-size:cover;}

#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear:both;}
#menu{zoom:1;}
#menu li:hover a{color:#9e2a2f;}
#menu li a:hover {color:#9e2a2f;}
#menu li:hover ul {opacity:1; visibility:visible; margin:0;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:90px; width:fit-content; display:block; z-index:1; transition:all .3s ease-in-out; background:#9e2a2f; border-radius:0 0 5px 5px; overflow:hidden; left:50%; transform:translateX(-50%);}
#menu ul li{margin:0; background-color:#9e2a2f; padding:8px 20px; width:100%; height:auto; line-height:30px; text-transform:capitalize; box-sizing:border-box; color:#ffffff!important; text-align:center; position:relative;transition:all .3s ease-in-out; font-weight:normal; white-space:nowrap; border-bottom:1px rgb(255,255,255,0.1) solid; font-size:16px;}
#menu ul li a{display:block; font-weight:normal!important; color:#ffffff!important;}
#menu ul li:hover{background:#8c2227; color:#ffffff!important;}
#menu ul li:hover a{color:#ffffff!important;}
#menu ul li:last-child{border-bottom:0;}
@media screen and (max-width:1560px){  
.header .mNavList li{margin:0 2.5% 0 0; font-size:16px;}
#menu ul li{font-size:14px; line-height:24px;}
}  
@media screen and (max-width:1240px){  
.header .mNavList li{margin:0 2.5% 0 0; font-size:14px;}
#menu ul li{font-size:13px; line-height:20px;}
}

#prodnav ul li{padding:8px 50px!important;}
#lang{background:#9e2a2f; border-radius:5px; height:40px; line-height:40px; padding:0 20px 0 15px; cursor:pointer; position:relative;transition:all .3s ease-in-out; margin-top:25px; color:#ffffff; font-weight:normal;}
#lang:hover{background:#9e2a2f;}
#lang .langpic{width:18px; display:inline-block; vertical-align:middle; margin-right:5px; margin-top:-2px;}
#lang ul{top:42px!important; border-radius:5px; background:#ffffff!important;}
#lang ul li{text-align:left; background:#ffffff!important;border-bottom:1px rgb(0,0,0,0.05) solid;}
#lang ul li img{display:inline!important; opacity:1; width:20px; margin-right:10px;}
#lang ul li a{color:#222222!important;}
#lang ul li:hover a{color:#9e2a2f!important;}

.m-header {display:none;}
@media screen and (max-width:992px) {
.header {display:none;}
.m-header {display:block; position:fixed; top:0; left:0; width:100%; background:rgb(255,255,255,1); z-index:99;}
.m-header .main {margin:0 auto; width:96%; height:60px; overflow:hidden;}
.m-header-logo {float:left; width:85%; margin-top:5px;font-size:16px;}
.m-header-logo img{height:50px; width:auto; float:left; margin-right:5px;}
.m-header-logo h2{font-size:14px; line-height:35px;  font-weight:bold;}
.m-header-logo h2 span{color:#9e2a2f; margin-left:2px;}

.nav-btn {position:relative; float:right; margin:18px -10px 0 0; width:60px; height:30px; cursor:pointer;}
.nav-btn span {position:absolute; left:10px; display:block; width:35px; height:4px; background:#1f3a5f; transition:all ease 0.35s;}
.nav-btn span:nth-of-type(1){top:0;}
.nav-btn span:nth-of-type(2){top:10px;}
.nav-btn span:nth-of-type(3){top:20px;}
.nav-btn-se span:nth-of-type(1){top:10px; transform:rotate(45deg);}
.nav-btn-se span:nth-of-type(2){width:0}
.nav-btn-se span:nth-of-type(3){top:10px; transform:rotate(-45deg);}
.m-nav {position:fixed; top:-100%; left:0; z-index:9999; width:100%; height:calc(100%); font-size:16px; line-height:45px; background:#ffffff; overflow:auto; overflow-x:hidden; transition:top ease 0.35s;}
.nav-show {top:60px;}
.nav-show ul {border-bottom:1px rgba(255,255,255,0.10) solid;}
.m-nav ul li i {position:absolute; top:4px; right:0px; height:40px; padding:0 17px 0 17px;}
.m-nav ul li i svg {transform:rotate(-90deg); transition:all ease 0.35s;}
.m-nav ul li .m-nav-i-se svg {transform:rotate(0deg);}
.m-nav ul li {position:relative; line-height:45px; font-size:16px; border-bottom:1px rgba(0,0,0,0.06) solid;}
.m-nav ul li img{ height:16px; width:auto; margin-right:10px; float:left;}
.m-nav ul li ul {display:none; background:rgb(0,0,0,0.03);}
.m-nav ul li a {width:80%; display:block; padding-left:20px; font-weight:normal; text-transform:capitalize;}
.m-nav ul li ul li a {display:block; font-size:15px; line-height:30px; text-align:left; padding:8px 8px 8px 26px; opacity:0.85;}
.m-nav ul li i svg {width:25px; height:20px; fill:#1f3a5f;}
.m-nav ul li .m-nav-i-se svg {fill:#1f3a5f;}
.m-nav-prod {overflow:hidden;}
.m-nav-prod li{width:50%; float:left;background:url(../images/dian.svg) 25px center no-repeat; background-size:5px; padding-left:8px; box-sizing:border-box;}
}


/***banner***/
.banner{width:100%; overflow:hidden; position:relative; margin:0px auto;}
.banner .swiper-slide .text{position:absolute; width:100%; top:55%; transform:translateY(-55%); z-index:3; text-align:center; color:#fff; box-sizing:border-box; padding:0 10%;}
.banner .swiper-slide .text h2{ margin:0; font-size:64px; line-height:1.3; opacity:0; text-shadow:4px 4px 10px rgba(0,0,0,0.2);transform: translateY(32px);transition: all 0.5s ease 0.2s; color:#ffffff; font-weight:bold;margin-bottom:10px;}
.banner .swiper-slide .text h2 span{color:#9e2a2f;}
.banner .swiper-slide .text h3{font-size:24px; line-height:1.5; opacity:0; transform: translateY(32px);transition: all 0.5s ease 0.5s; color:#ffffff; margin-bottom:20px; text-align:center;}
.banner .swiper-slide .text .bannerpic{ background:rgb(0,0,0,0.3); border-radius:50px; padding:15px 30px; box-sizing:border-box; margin:10px auto; width:40%; opacity:0; transform: translateY(32px);transition: all 0.5s ease 0.7s; }
.banner .swiper-slide .text .bannerpic img{width:auto;  max-width:100%;}
.banner .swiper-slide .text .bannerbtn{margin:80px auto 0; padding:10px 25px; color:#ffffff; border-radius:50px; opacity:0;transform:translateY(-32px); width:fit-content; background:#9e2a2f; transition: opacity 0.5s ease 0.8s, transform 0.5s ease 0.8s; font-size:18px;}
.banner .swiper-slide .text a{display:inline-block;}
.banner .swiper-slide .text a:hover .bannerbtn{background:#ffffff;color:#9e2a2f; transition: all 0.3s ease;}

.banner .swiper-container .swiper-wrapper .swiper-slide-active .text h2{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide-active .text h3{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide-active .text .bannerbtn{transform:translateY(0);opacity: 1;}  /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide-active .text .bannerpic{transform:translateY(0);opacity: 1;}  /*必须保留这个路径*/


.banner .swiper-button-prev{width:40px; height:40px; background:none; margin-top:0; left:0.5%; top:46%; color:#ffffff;}
.banner .swiper-button-prev:before{font-size:32px; position:absolute; left:50%; top:50%; display:inline-block; transform: translate(-50%, -50%);color:#fff;}
.banner .swiper-button-prev:hover:before{color:#31a338;}
.banner .swiper-button-next{width:40px; height:40px; background:none; margin-top:0; right:0.5%; top:46%; color:#ffffff;}
.banner .swiper-button-next:before{font-size:32px; position: absolute; left: 50%; top:50%; display: inline-block; transform: translate(-50%, -50%);color:#fff;}
.banner .swiper-button-next:hover:before{color:#31a338;}

.banner .pagination-all{position:absolute;bottom:10px;width:100%;left:0;z-index:100; text-align:center;}
.banner .swiper-pagination {position:relative;display: inline-block;text-align:left;}
.banner .swiper-pagination .swiper-pagination-bullet{width:15px; height:4px; border-radius:4px; background:rgba(255, 255, 255, 0.7); opacity:1; margin:0 3px; position:relative; transition: all 0.5s;}
.banner .swiper-pagination .swiper-pagination-bullet-active{background:#9e2a2f;}
@media screen and (max-width:1650px) {
.banner .swiper-slide .text h2{font-size:56px;}
.banner .swiper-slide .text h3{font-size:20px;}
.banner .swiper-slide .text .bannerbtn{margin:60px auto 0; padding:10px 25px; font-size:18px;}
}
@media screen and (max-width:1560px) {
.banner .swiper-slide .text h2{font-size:48px;}
.banner .swiper-slide .text h3{font-size:18px;}
.banner .swiper-slide .text .bannerbtn{margin:40px auto 0; padding:8px 20px; font-size:16px;}
}
@media screen and (max-width:1240px) {
.banner .swiper-slide .text h2{font-size:32px;}
.banner .swiper-slide .text h3{font-size:16px;}
.banner .swiper-slide .text .bannerbtn{margin:20px auto 0; padding:6px 15px; font-size:14px;}
}
@media screen and (max-width:992px) {
.banner{margin-top:45px; display:block}
.banner .swiper-slide .text{padding:0 5%;}
.banner .swiper-slide .text h2{font-size:18px; line-height:1.3;margin-bottom:5px;}
.banner .swiper-slide .text h3{font-size:13px;margin-bottom:10px;}
.banner .swiper-slide .text .bannerbtn{margin:10px auto 0; padding:5px 10px; font-size:13px;}
.banner .swiper-slide .text .bannerpic{padding:5px 20px; margin:5px auto; width:80%}
.banner .swiper-slide .text .bannerpic img{width:auto; max-width:100%;}

.banner .swiper-slide .text .bannerbtn{padding:2px 20px;}
.banner .swiper-container .swiper-button-prev {top:40%; width:20px; height:20px;}
.banner .swiper-container .swiper-button-next {top:40%; width:20px; height:20px;}
.banner .swiper-container .pagination-all {bottom:0px;}
}



/***index htitle***/
.index_htitle{width:100%; box-sizing:border-box; margin-bottom:20px; position:relative; text-align:center;}
.index_htitle h1{font-size:48px; line-height:1.2; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; position:relative; z-index:3; font-weight:bold; font-family:"LexendBold";}
.index_htitle h1 span{color:#9e2a2f;}
.index_htitle h3{margin-bottom:5px; position:relative; z-index:3; color:#666666;}
.index_htitle h2{font-size:48px; line-height:1.2; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; position:relative; z-index:3; font-weight:bold; font-family:"LexendBold";}
.index_htitle h2 span{color:#9e2a2f;}
.index_htitle .plist{display:flex; align-items: stretch; justify-content:center; column-gap:10px;}
.index_htitle .plist p{width:fit-content; padding:10px 20px; box-sizing:border-box; background:#f4f4f4; color:#9e2a2f; border-radius:25px; margin-top:20px;}
.index_htitle .ptxt{width:100%; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:10; -webkit-box-orient:vertical;}
.index_htitle .ptxt a{color:#9e2a2f;}
.index_htitle .ptxt a:hover{text-decoration:underline;}
@media screen and (max-width:1560px) {
.index_htitle h1{font-size:45px;}
.index_htitle h2{font-size:45px;}
.index_htitle h3{font-size:13px; line-height:13px;}
}

@media screen and (max-width:1240px) {
.index_htitle h1{font-size:36px;}
.index_htitle h2{font-size:36px;}
.index_htitle h3{font-size:13px; line-height:13px;}
}

@media screen and (max-width:992px) {
.index_htitle{margin-bottom:10px;}
.index_htitle h1{font-size:24px; margin-bottom:10px;}
.index_htitle h2{font-size:24px;}
.index_htitle .plist p{padding:15px; margin-top:10px; font-weight:700;}
.index_htitle .ptxt{width:100%; padding:0;}
}


.div_more_center{text-align:center;margin-top:40px;}
.more{display:inline-block;height:40px; line-height:40px;padding:5px 45px;text-align:center;border-radius:100px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#1f3a5f!important; background:#ffffff; font-size:24px;font-family: "LexendBold";}
.more:hover{color:#9e2a2f!important;}
@media screen and (max-width:1560px) {
.div_more_center{margin-top:30px;}
.more{height:35px; line-height:35px;font-size:22px;}
}

@media screen and (max-width:1240px) {
.div_more_center{margin-top:20px;}
.more{height:30px; line-height:30px;font-size:18px;}
}

@media screen and (max-width:992px) {
.div_more_center{margin-top:15px;}
.more{height:30px; line-height:30px;font-size:18px;}
}


.more_btn{background:#004577; height:45px; line-height:45px; position:relative; padding:0 25px; display:inline-block; border-radius:5px;}
.more_btn .more_btn_txt{z-index:9; height:45px; line-height:45px; color:#ffffff; position:inherit; border-radius:5px;}
.more_btn:after{content:' '; position:absolute;left:0; width:100%; top:0; height:0; background:#ff3300; z-index:2; transition:300ms ease-out;border-radius:5px;}
.more_btn:hover:after{left:0; height:100%;}

@media screen and (max-width:1560px) {
.more_btn{height:40px; line-height:40px;}
.more_btn .more_btn_txt{height:40px; line-height:40px;}
}

@media screen and (max-width:1240px) {
.more_btn{height:35px; line-height:35px; font-size:13px;}
.more_btn .more_btn_txt{height:35px; line-height:35px;}
}

@media screen and (max-width:992px) {
.more_btn{height:35px; line-height:35px; font-size:13px;}
.more_btn .more_btn_txt{height:35px; line-height:35px;}
}

.titlediv{margin:20px 0; display:block; overflow:hidden;}
.titlediv .news_xxjs{margin-bottom:0;}
.titlename{font-size:36px;line-height:1.3;font-weight:normal; margin-bottom:10px; color:#9e2a2f;padding:0;text-transform:uppercase;}
@media screen and (max-width:1560px) {
.titlename{font-size:24px;}
}
@media screen and (max-width:1240px) {
.titlename{font-size:18px;}
}
@media screen and (max-width:992px) {
.titlediv{margin:10px 0;}
.titlename{font-size:18px; margin-bottom:5px;}
}

.swiper-container{overflow: hidden;}
.swiper-button-next.project-area-next{top:50%;transform:translateY(-50%);right:-50px;width:40px;height:40px;border-radius:100%;color:#ffffff;transition:all .3s ease-in-out; background:#00b3c0;}
.swiper-button-prev.project-area-prev{top:50%;transform:translateY(-50%);left:-50px;width:40px;height:40px;border-radius:100%;color:#ffffff;transition:all .3s ease-in-out; background:#00b3c0;}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:13px;}
.swiper-button-next.project-area-next:hover{background:#9e2a2f;}
.swiper-button-prev.project-area-prev:hover{background:#9e2a2f;}

.swiper-button-next.solution-area-next{top:50%;transform:translateY(-50%);right:-40px;width:40px;height:40px;border-radius:100%;color:#9e2a2f;transition:all .3s ease-in-out}
.swiper-button-prev.solution-area-prev{top:50%;transform:translateY(-50%);left:-40px;width:40px;height:40px;border-radius:100%;color:#9e2a2f;transition:all .3s ease-in-out}
.swiper-button-next.solution-area-next::after,.swiper-button-prev.solution-area-prev::after{font-size:13px;}
.swiper-button-next.solution-area-next:hover{background:none;}
.swiper-button-prev.solution-area-prev:hover{background:none;}
@media screen and (max-width:992px){
.swiper-button-next.project-area-next{right:-10px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-prev.project-area-prev{left:-10px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:13px;}

.swiper-button-next.solution-area-next{right:-10px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-prev.solution-area-prev{left:-10px;width:30px;height:30px;top:50%;transform:translateY(-50%);}
.swiper-button-next.solution-area-next::after,.swiper-button-prev.solution-area-prev::after{font-size:13px;}
}



.mod1{width:100%; box-sizing:border-box; position:relative; overflow:hidden; margin-top:140px;}
.mod1_box{overflow:hidden;}
.mod1_box ul{display:grid; grid-template-columns:repeat(4, 1fr); gap:0px; width:110%; margin-left:-5%;}
.mod1_box ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; text-align:center; transform:skew(-8deg);}
.mod1_box ul li .mod1_box_txt{position: absolute; width:100%;left:0; bottom:8%; z-index:3;}
.mod1_box ul li .mod1_box_txt h2{font-size:32px; color:#ffffff;text-align:center; font-weight:700;}
.mod1_box ul li .mod1_box_txt h2::after{content: ''; display:inline-block; vertical-align:middle; width:24px; height:24px; background: url(../images/icon_05.png) no-repeat center;  background-size:contain;  margin-left:10px;}
@media screen and (max-width:1560px){
.mod1_box ul li .mod1_box_txt h2{font-size:28px;}
.mod1_box ul li .mod1_box_txt h2::after{width:20px; height:20px; margin-left:5px;}
}
@media screen and (max-width:1240px){
.mod1_box ul li .mod1_box_txt h2{font-size:20px;}
}
@media screen and (max-width:992px){
.mod1{margin-top:60px;}
.mod1_box ul{grid-template-columns:repeat(2, 1fr);width:100%; margin-left:0%;}
.mod1_box ul li{transform:skew(0deg);}
}

.mod1_box2{background-color:#e6edf3; height:90px; display:flex; align-items:center; justify-content:center;}
.mod1_box2_txt{font-size:32px; color:#9e2a2f; line-height:40px; position:relative; font-weight:700;}
.mod1_box2_txt:before{content: ''; position:absolute; width:100%; left:0; bottom:0; height:2px; background-color:#9e2a2f;}
.mod1_box2_txt:hover{color:#1f3a5f;}
.mod1_box2_txt:hover:before{background-color:#1f3a5f;}
@media screen and (max-width:1560px){
.mod1_box2{height:70px;}
.mod1_box2_txt{font-size:28px;}
}
@media screen and (max-width:1240px){
.mod1_box2{height:60px;}
.mod1_box2_txt{font-size:20px;}
}
@media screen and (max-width:992px){
.mod1_box2_txt{font-size:18px;}
}


.mod2{width:100%; padding:80px 0px; box-sizing:border-box; background:#ffffff;}
.mod2_box{position:relative; background:#e8f0f6; border-radius:25px; padding:4% 6%; box-sizing:border-box; text-align:center; margin-top:30px;}
.mod2_box .ptxt h1{font-size:36px; line-height:1.5; margin-bottom:40px; font-weight:700;}
.mod2_box .ptxt h1 a{color:#9e2a2f;}
.mod2_box .ptxt h1 a:hover{text-decoration:underline;}
.mod2_box .ptxt{font-size:18px; line-height:1.8;}
@media screen and (max-width:1560px){
.mod2_box .ptxt h1{font-size:32px;margin-bottom:30px;}
.mod2_box .ptxt{font-size:16px;}
}
@media screen and (max-width:1240px){
.mod2_box .ptxt h1{font-size:24px;margin-bottom:20px;}
.mod2_box .ptxt{font-size:14px;}
}
@media screen and (max-width:992px){
.mod2{padding:25px 0px;}
.mod2_box{padding:8%; margin-top:20px;}
.mod2_box .ptxt h1{font-size:18px;margin-bottom:10px;}
.mod2_box .ptxt{font-size:14px;}
}

.mod3{width:100%; box-sizing:border-box; background:#1f3a5f; padding:80px 0 120px 0; box-sizing:border-box;}
.mod3 .index_htitle h2{color:#ffffff;}
.mod3_box{margin-top:30px;}
.mod3_box ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.mod3_box ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative;box-sizing:border-box; background:rgba(65,92,132,0.8); padding:25px; border-radius:5px;}
.mod3_box ul li a{color:#ffffff;}
.mod3_box_top{width:100%; font-size:22px; font-weight:700; z-index:3;}
.mod3_box_top::after{content:''; width:24px; height:24px; background: url(../images/icon_05.png) no-repeat center; background-size:contain; position:absolute; right:20px;}
.mod3_box_end{display:none; top:0px; padding:25px; position:absolute; width:100%; left:0; background-color:#9e2a2f; z-index:30; box-sizing:border-box;border-radius:5px;}
.mod3_box_end_txt{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; margin-top:30px;}
.mod3_box ul li:hover .mod3_box_end{display:block;}
@media screen and (max-width:1560px){  
.mod3_box ul li{padding:20px;}
.mod3_box_top{font-size:18px;}
.mod3_box_end{padding:20px;}
}
@media screen and (max-width:1240px){  
.mod3_box ul{gap:20px;}
.mod3_box_top{font-size:16px;}
}
@media screen and (max-width:992px){
.mod3{padding:25px 0;}
.mod3_box{margin-top:20px;}
.mod3_box ul{grid-template-columns:repeat(2, 1fr); gap:20px;}
.mod3_box_top{font-size:14px;}
.mod3_box ul li{padding:15px;}
.mod3_box_end{padding:15px;}
}


.mod4{width:100%; box-sizing:border-box; background:#e8f0f6; padding:80px 0; box-sizing:border-box;}
.mod4_box{display:flex; flex-wrap:wrap; justify-content:space-between; margin:30px auto 0;}
.mod4_box h3{font-size:28px; margin-bottom:15px; font-family:"LexendBold"; font-weight:700;}
.mod4_box p{display:flex; flex-wrap:wrap; font-size:22px;}
.mod4_box p a{color:#1f3a5f;}
.mod4_box p a:hover{color:#9e2a2f;}
.mod4_box p img{ width:24px;display:inline; margin-right:5px; vertical-align:middle;}

.mod4_box_left{width:48.5%; background:#c9dbe8; border-radius:25px; padding:3% 5%; box-sizing:border-box;}
.mod4_box_left ul li{display:block;}
.mod4_box_left ul li:first-child{margin-bottom:60px;}

.mod4_box_right{width:48.5%;}
.mod4_box_right ul li{display:block; background:#c9dbe8; border-radius:25px; padding:5% 8%; box-sizing:border-box;}
.mod4_box_right ul li:first-child{margin-bottom:30px;}

@media screen and (max-width:1560px){  
.mod4_box h3{font-size:24px; margin-bottom:15px;}
.mod4_box p{font-size:18px;}
}
@media screen and (max-width:1240px){  
.mod4_box h3{font-size:18px; margin-bottom:10px;}
.mod4_box p{font-size:15px;}
}
@media screen and (max-width:992px){  
.mod4{padding:25px 0;}
.mod4_box{display:flex; flex-wrap:wrap; justify-content:space-between; margin:20px auto 0;}
.mod4_box h3{font-size:16px;}
.mod4_box p{font-size:14px;}
.mod4_box_left{width:100%; padding:20px;}
.mod4_box_left ul li:first-child{margin-bottom:20px;}
.mod4_box_right{width:100%;margin-top:10px;}
.mod4_box_right ul li{padding:20px;}
.mod4_box_right ul li:first-child{margin-bottom:10px;}
}


.mod5{width:100%; padding:80px 0px; box-sizing:border-box;background:#ffffff;}
.mod5_box{position:relative; margin-top:30px;}
.mod5_box ul{display:grid; grid-template-columns:repeat(3,1fr); gap:30px;}
.mod5_box ul li{overflow:hidden; position:relative; padding:30px; box-sizing:border-box; border-radius:25px; text-align:center; background:url(../images/mod5bg.jpg) center center no-repeat; background-size:cover;}
.mod5_box ul li h3{font-size:24px; font-weight:bold; line-height:1.3; margin-top:20px;}
.mod5_box ul li img{ width:30%; display:block;  margin:0 auto;}
.mod5_box ul li .ptxt{opacity:0.8; margin-top:10px;}
@media screen and (max-width:1560px){  
.mod5_box ul li h3{font-size:20px;}
}
@media screen and (max-width:1240px){  
.mod5_box ul li h3{font-size:18px; margin-top:15px;}
}
@media screen and (max-width:992px){  
.mod5{padding:25px 0px;}
.mod5_box{margin-top:10px;}
.mod5_box ul{grid-template-columns:repeat(1,1fr); gap:0px;}
.mod5_box ul li{padding:20px; margin-bottom:10px;}
.mod5_box ul li img{ width:20%;}
.mod5_box ul li h3{font-size:18px; margin-top:10px;}
}



.mod6{width:100%; box-sizing:border-box; background:#e8f0f6; padding:80px 0; box-sizing:border-box;}
.mod6_box{position:relative; margin-top:30px;}
.project{display:block;}
.project li{width:100%; position:relative; display:flex; justify-content:space-between; background:#ffffff; padding:50px; box-sizing:border-box;border-radius:5px;}
.project li .imgbox{ width:40%; border-radius:5px;}
.project li .mod6_box_txt{width:62%; padding:60px; box-sizing:border-box; background:#1f3a5f; position:absolute; right:50px; color:#ffffff; top:50%; transform:translateY(-50%);border-radius:5px;}
.project li .mod6_box_txt h3{font-size:28px; margin-bottom:20px; font-family:"LexendBold"; font-weight:700;}
.project li .mod6_box_txt .ptxt{margin-top:10px; box-sizing:border-box;}
@media screen and (max-width:1560px){  
.project li .mod6_box_txt{padding:40px;}
.project li .mod6_box_txt h3{font-size:24px; margin-bottom:10px;}
}
@media screen and (max-width:1240px){  
.project li .mod6_box_txt{padding:30px;}
.project li .mod6_box_txt h3{font-size:18px; margin-bottom:10px;}
}

@media screen and (max-width:992px) {
.mod6{padding:25px 0px;}
.mod6_box{margin-top:20px;background:#1f3a5f;}
.project li{ display:block; padding:0px;border-radius:0px;}
.project li .imgbox{width:100%;border-radius:0px;}
.project li .mod6_box_txt{width:100%; padding:30px; position:relative; right:0;top:0; transform:translateY(0);border-radius:0px;}
.project li .mod6_box_txt h3{font-size:18px; margin-bottom:10px;}
}

.swiper-container{overflow: hidden;}
.swiper-button-next.project-area-next{top:50%;transform:translateY(-50%);right:-50px;width:40px;height:40px;border-radius:100%;color:#ffffff;transition:all .3s ease-in-out; background:#1f3a5f;}
.swiper-button-prev.project-area-prev{top:50%;transform:translateY(-50%);left:-50px;width:40px;height:40px;border-radius:100%;color:#ffffff;transition:all .3s ease-in-out; background:#1f3a5f;}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:13px;}
.swiper-button-next.project-area-next:hover{background:#9e2a2f;}
.swiper-button-prev.project-area-prev:hover{background:#9e2a2f;}
@media screen and (max-width:992px){
.swiper-button-next.project-area-next{right:-10px;width:30px;height:30px;top:50%;transform:translateY(-50%);background:#9e2a2f;}
.swiper-button-prev.project-area-prev{left:-10px;width:30px;height:30px;top:50%;transform:translateY(-50%);background:#9e2a2f;}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:13px;}
}


.mod7{width:100%; box-sizing:border-box; background:#f9f9f9; padding:80px 0; scroll-margin-top:140px;}
.mod7_box{position:relative; margin-top:30px;}
.mod7_box ul li{margin-bottom:20px;}
.mod7_box ul li:nth-child(1){width:48.5%; float:left;}
.mod7_box ul li:nth-child(2){width:48.5%; float:right;}
.mod7_box ul li:nth-child(3){width:48.5%; float:left;}
.mod7_box ul li:nth-child(4){width:48.5%; float:right;}
.mod7_box ul li:nth-child(5){width:100%;}
.mod7_box_submit{width:fit-content; background-color:#9e2a2f; border:none; color:#ffffff; cursor:pointer; border-radius:5px; padding:20px 30px; box-sizing:border-box; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; text-transform:uppercase; margin:0 auto; font-size:18px;}
.mod7_box_submit:hover{background:#1f3a5f;}
.mod7_box_input{width:100%; padding:15px; line-height:30px; background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px;font-family:"Poppins-Regular"; border:1px #c2c2c2 solid;}
.mod7_box_textarea{width:100%;line-height:30px; resize:none;font-family:"Poppins-Regular", Helvetica, sans-serif; padding:15px;background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px; height:150px;border:1px #c2c2c2 solid;}
.mod7_box_input::placeholder {color:#999!important; opacity:0.8!important;}
.mod7_box_textarea::placeholder {color:#999!important;opacity:0.8!important;}
@media screen and (max-width:992px) {
.mod7{padding:25px 0;  scroll-margin-top:60px;}
.mod7_box{ margin-top:20px;}
.mod7_box ul li{margin-bottom:10px;}
.mod7_box ul li:nth-child(1){width:100%; float:none;}
.mod7_box ul li:nth-child(2){width:100%; float:none;}
.mod7_box ul li:nth-child(3){width:100%; float:none;}
.mod7_box ul li:nth-child(4){width:100%; float:none;}
.mod7_box_input{font-size:13px; padding:10px;}
.mod7_box_textarea{font-size:13px; line-height:20px; padding:10px;}
.mod7_box_submit{padding:15px 20px;}
}


/***footer***/
.footer {position:relative; padding:60px 0 0 0; background:#1f3a5f;}

.footer_nav{width:100%; margin-bottom:50px;}
.footer_nav a{ display:inline-block; margin-right:50px; color:#ffffff; font-size:18px;}
.footer_nav a:hover{text-decoration:underline; color:#ffffff;}

.footer_left{width:30%; float:left; display:block;}
.footer_left_contact{overflow:hidden; width:100%; color:#ffffff;}
.footer_left_contact a{color:#ffffff;}
.footer_left_contact a:hover{color:#ffffff; text-decoration:underline;}
.footer_left_contact h2{ position:relative; font-size:18px; text-transform:uppercase; margin-bottom:20px; font-weight:bold;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:20px; padding-left:25px; line-height:24px; background-repeat:no-repeat; background-size:18px; background-position: left 0px top 4px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.footer_left_contact ul li:nth-child(1) {background-image:url(../images/ico_address2.svg);}
.footer_left_contact ul li:nth-child(2) {background-image:url(../images/ico_tel2.svg);}
.footer_left_contact ul li:nth-child(3) {background-image:url(../images/ico_whatsup2.svg);}
.footer_left_contact ul li:nth-child(4) {background-image:url(../images/ico_email2.svg);}
.footer_left_contact ul li:nth-child(5) {background-image:url(../images/ico_email2.svg);}
.footer_left_contact ul li:last-child{margin-bottom:0;}
.footer_left_contact ul li:hover{opacity:1;}

.footer_left_meadia{overflow:hidden; width:100%; margin-top:40px;}
.footer_left_meadia h2{ position:relative; font-size:16px; text-transform:uppercase; line-height:30px; margin-bottom:10px; color:#ffffff;}
.footer_left_meadia a{ display:inline-block; margin-right:20px;}
.footer_left_meadia a img{ width:30px; height:30px; opacity:0.5;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.footer_left_meadia a:hover img{opacity:1;}

.footer_right{float:right; width:65%; text-align:right;}
.footer_right img{ width:auto; max-width:260px; float:right;}

.footer_copyright {width:100%; text-align:center; color:#ffffff; opacity:0.5; background:rgb(0,0,0,0.2); padding:15px; box-sizing:border-box; margin-top:30px; line-height:1.3; font-size:14px;}
@media screen and (max-width:1560px) {
.footer_left_contact h2{font-size:16px; margin-bottom:20px;}
}

@media screen and (max-width:1240px) {
.footer_left_contact h2{font-size:14px; margin-bottom:10px;}
}


@media screen and (max-width:992px) {
.footer {padding:40px 0 0 0; box-sizing:border-box; margin-top:0;}
.footer_nav{display:none;}
.footer_left {width:100%; padding:0px; margin-right:0; float:none; margin-top:0px;}
.footer_left_contact{overflow:hidden; width:100%; margin-top:0px;}
.footer_left_contact h2{font-size:16px; margin-bottom:5px; font-weight:normal;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:15px; padding-left:28px; line-height:24px; background-repeat:no-repeat; background-size:20px; background-position:top left;}
.footer_left_meadia{margin-top:20px;}
.footer_right{display:none;}
.footer_copyright {font-size:13px; padding:10px;}
}


/***img***/
.imgbox {position:relative; overflow:hidden; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.imgbox img {transition:clip 0.3s cubic-bezier(0,.3,.6,1), transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-clip 0.3s cubic-bezier(0,.3,.6,1);}
a:hover .imgbox img {-webkit-transform:scale(1.05); transform:scale(1.05);}
.imgbox:hover img {-webkit-transform:scale(1.05); transform:scale(1.05);}

.imgbox .mask, .imgbox .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0;}
.imgbox .view2{position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; top:50%; left:50%; margin:-18px 0 0 -18px; width:36px; height:36px; background:url(../images/video.svg) no-repeat; background-size:36px;}
.imgbox .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.8);}
.imgbox .view {top:50%; left:50%; margin:-26px 0 0 -24px; width:48px; height:48px; background:url(../images/view.png) no-repeat; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgbox:hover .mask, .imgbox:hover .view {opacity:0.5;}
.imgbox:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}


/************内页banner*************/
.ban {margin:140px auto 0; width:100%;position:relative; overflow:hidden;}
.ban .addiv{position:absolute; width:50%; max-width:900px; height:100%; color:#ffffff; left:0; text-align:left; bottom:0px; padding-left:10%; box-sizing:border-box; display: flex; flex-direction:column;  justify-content: center;isolation: isolate;}
.ban .addiv::before{content:"";  position:absolute; top:0; left:-20%; width:120%; height:100%; background: rgb(31, 58, 95,0.85); transform: skewX(-15deg); transform-origin: bottom left; z-index:-1;}
.ban .addiv h1{font-size:42px;line-height:1.2; font-family:"LexendBold"; dotted;text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);}
.ban .addiv_txt{font-size:16px; color:rgb(255,255,255,1);}
@media screen and (max-width:1560px) {
.ban .addiv h2{font-size:32px;}
.ban .addiv h1{font-size:32px;}
.ban .addiv_txt{font-size:14px;}
.ban .addiv{padding-left:5%;}
}
@media screen and (max-width:1240px) {
.ban .addiv h2{font-size:24px;}
.ban .addiv h1{font-size:24px; margin-bottom:5px;}
.ban .addiv_txt{font-size:13px;}
}

@media screen and (max-width:992px) {
.ban {margin:60px auto 0;display: flex; flex-direction:column; }
.ban .addiv_txt{font-size:13px;}
.ban .addiv{position:relative; width:100%; max-width:100%; padding:20px;background: rgb(31, 58, 95,1); order:2;}
.ban .addiv::before{display:none;}
.ban .addiv h1{font-size:18px;}
}


/*--------内页路径--------*/
#weizhi{width:100%; margin:0 auto; background:#f8f8f8;}
#weizhi2{width:100%; margin:140px auto 0; background:#f8f8f8;}
.weizhi{width:90%; margin:0 auto;line-height:20px; padding:13px 0; box-sizing:border-box; color:#666666;}
.weizhi a{color:#666666; line-height:24px;}
.weizhi a:hover{color:#999999;}
.span_right{float:right;}
.home{height:24px; line-height:24px; display:inline-block;background:url(../images/icon5.png) left 2px no-repeat; padding-left:20px;}
.span_list{height:24px; line-height:24px; display:inline-block; background:url(../images/weizhi_right.png) left 2px no-repeat; padding-left:20px;}
.span_list b{font-weight:normal;}
@media screen and (max-width:2560px) {
.weizhi {width:90%; max-width:1650px;}
}
@media screen and (max-width:1920px) {
.weizhi {width:90%; max-width:1560px;}
}
@media screen and (max-width:992px) {
#weizhi{margin:0 auto;}
#weizhi2{margin:60px auto 0;}
.weizhi{width:100%; padding:5px 0;}
.weizhi a{line-height:20px;}
.span_right{ display:none;}
.home{height:20px; line-height:20px; display:inline-block;}
.span_list{height:20px; line-height:20px; display:inline-block; background:url(../images/weizhi_right.png) left center no-repeat; padding-left:20px;}
}


/****************************公用****************************/
.wrap {width:100%; position:relative; padding:60px 0; box-sizing:border-box;}
@media screen and (max-width:992px) {
.wrap {padding:25px 0;}
}

/*左右分栏*/
.lymain_box{width:100%; display:flex; align-items:stretch;/*左右两边的高度一致*/ box-sizing:border-box; margin:40px 0;}
.lymain_box_left{float:right; width:75%; box-sizing:border-box; margin:0 5% 0 0;}
.lymain_box_right{float:left; width:20%;}
@media screen and (max-width:992px){
.lymain_box{display:block; margin:15px 0;}
.lymain_box_left{float:none; width:100%;}
.lymain_box_right{display:none;}
}

/*左侧的分类*/
#onsec{color:#9e2a2f;}
#onsec a{color:#9e2a2f;}
.left_list{ position:relative; display:block; overflow:hidden; margin-bottom:30px; box-sizing:border-box; padding:25px; box-shadow: 2px 2px 5px 0 #dddddd; border:1px #ececec solid; border-radius:5px; background:#ffffff;}
.left_list:last-child{margin-bottom:0;}
.left_list h2{font-size:20px; margin-bottom:10px; font-weight:bold; padding-left:13px; position:relative; border-bottom:1px #dddddd dotted; padding-bottom:10px; text-transform:uppercase;}
.left_list h2::before{position:absolute; left:0; top:12%; width:4px; height:40%; background:#ff3300; content: '';}
.left_list ul{overflow:hidden; margin-top:10px;}
.left_list ul li{background:url(../images/right.svg) left 10px no-repeat; background-size:8px; padding-left:15px; padding-bottom:13px; border-bottom:1px #dddddd dotted; margin-bottom:15px;}


/*分页*/
.page{text-align:center; padding:10px 10px; margin-top:40px;}
.page a{display:inline-block; border:1px #ecf5ff solid; font-size:14px; padding:6px 14px; border-radius:3px; margin:0 2px; font-family:"宋体"; line-height:20px; height:20px; color:#999999; background:#ffffff;}
.page a:hover{background:#9e2a2f; color:#fff;}
.pagea{background:#9e2a2f!important; color:#ffffff!important;}
@media screen and (max-width:992px) {
.page{padding:5px 0; margin-top:20px;}
.page a{font-size:14px; padding:5px 15px; margin:0;}
}


/*内页子导航*/
#lmlbonsec {background:#00b3c0; color:#ffffff;}
#lmlbonsec a{background:#00b3c0; color:#ffffff;}
.lmlb{width:100%; display:block; overflow:hidden; box-sizing:border-box;}
.lmlb ul{display:flex; border-bottom:2px #00b3c0 solid;}
.lmlb ul li{text-align:center; transition:all 0.3s ease-in-out; background:#ededed; padding:8px 25px; box-sizing:border-box; margin-right:5px; border-radius:10px 10px 0 0; white-space: nowrap; font-weight:bold;}
.lmlb ul li:last-child{margin-right:0;}
.lmlb ul li a{display:block;}
.lmlb ul li:hover{background:#00b3c0; color:#ffffff;}
.lmlb ul li:hover a{color:#ffffff;}
@media screen and (max-width:992px) {
.lmlb{ margin:20px 0 0 0;}
.lmlb ul{overflow:scroll;}
.lmlb ul li{padding:8px 10px; margin-right:5px;}
}

.lynav{width:100%; display:block; overflow:hidden; box-sizing:border-box;} 
.lynav ul{display:flex; justify-content:center; overflow-x:auto; margin-bottom:40px;} 
.lynav ul li{text-align:center; transition:all 0.3s ease-in-out; background:#ffffff; padding:8px 20px; box-sizing:border-box; margin-right:10px; border-radius:25px; white-space:nowrap; flex-shrink:0; border:2px #00c08c solid; color:#00c08c; font-weight:bold;} 
.lynav ul li:last-child{margin-right:0;}
.lynav ul li a{color:#00c08c;}
.lynav ul li:hover{background:#00c08c; color:#ffffff;}
.lynav ul li:hover a{color:#ffffff;}
#lynavonsec {background:#00c08c; color:#ffffff;}
#lynavonsec a{background:#00c08c; color:#ffffff;}
@media screen and (max-width:992px) {
.lynav ul{justify-content:flex-start; padding-bottom:10px; box-sizing:border-box;margin-bottom:20px;}
.lynav ul li{padding:5px 10px; margin-right:5px;} 
}


.about_mod1{width:100%; box-sizing:border-box; position:relative; padding:80px 0;}
.about_mod1_box{display:block;overflow:hidden; width:100%; margin-bottom:40px;}
.about_mod1_box h2{font-size:36px; line-height:1.2; font-weight:bold; font-family:"LexendBold";}
.about_ptxt{margin-top:10px;}
.about_ptxt ul,.about_ptxt ol{margin:10px 0; box-sizing:border-box; padding-left:15px; box-sizing:border-box;}
.about_ptxt ul li,.about_ptxt ol li{ background:url(../images/dian2.svg) left 10px no-repeat; background-size:10px; padding-left:18px; box-sizing:border-box;line-height:2; color:#1f3a5f;}
.about_ptxt table{width:100%;table-layout:fixed;}
.about_ptxt table tr:nth-child(odd){background-color:#f5f5f5;}
.about_ptxt table tr:nth-child(even){background-color: #ffffff;}
.about_ptxt td{padding:10px; font-size:14px!important; border:1px #dddddd solid!important;line-height:20px!important;word-break:break-all!important; vertical-align:top;}
.about_ptxt td p,.about_ptxt td span{font-size:16px!important;line-height:24px!important;word-break:break-all!important;}
.about_ptxt th{padding:10px; font-size:14px!important; border:1px #dddddd solid!important;line-height:20px!important;word-break:break-all!important;}
.about_ptxt th p,.about_ptxt th span{font-size:16px!important;line-height:24px!important;word-break:break-all!important;}
.about_ptxt img{ width:auto; max-width:80%; height:auto;}
@media screen and (max-width:1560px){
.about_mod1_box h2{font-size:32px;}
}
@media screen and (max-width:1240px){
.about_mod1_box h2{font-size:24px;}
}
@media screen and (max-width:992px){
.about_mod1{padding:25px 0;}
.about_mod1_box{margin-bottom:20px;}
.about_ptxt ul,.about_ptxt ol{margin:5px 0; padding-left:5px;}
.about_mod1_box h2{font-size:20px;}
.about_ptxt img{max-width:100%;}
}


.markets{width:100%; box-sizing:border-box; position:relative; padding:80px 0 0 0;}
.markets_box{display:block;overflow:hidden; width:100%; margin-bottom:50px;}
.markets_box h2{font-size:36px; line-height:1.2; font-weight:bold; font-family:"LexendBold";}
.markets_list{position:relative; margin-top:15px;}
.markets_list ul{display:grid; grid-template-columns:repeat(4,1fr); gap:30px;}
.markets_list ul li p{text-align:center; margin-top:10px;}
.markets_list ul li .imgbox{ border-radius:5px; overflow:hidden;}
@media screen and (max-width:1560px){
.markets_box h2{font-size:32px;}
}
@media screen and (max-width:1240px){
.markets_box h2{font-size:24px;}
}
@media screen and (max-width:992px){
.markets{padding:25px 0;}
.markets_box{margin-bottom:20px;}
.markets_box h2{font-size:20px;}
.markets_list ul{grid-template-columns:repeat(2,1fr); gap:10px;}
}



.quality{width:100%; box-sizing:border-box; position:relative; padding:80px 0;}
.quality_box{display:block;overflow:hidden; width:100%;}
.quality_list{position:relative;}
.quality_list ul{display:grid; grid-template-columns:repeat(2,1fr); gap:40px 50px;}
.quality_list ul li{overflow:hidden;}
.quality_list ul li h2{font-size:22px; font-weight:700; color:#9e2a2f; margin-bottom:5px;}
.quality_list ul li h3,.quality_list ul li b,.quality_list ul li strong{font-size:24px; font-weight:700; margin-top:15px;}
.quality_list ul li:first-child,.quality_list ul li:last-child {grid-column:1 / -1;}
.quality_list ul li:first-child h2,.quality_list ul li:last-child h2 {font-size:36px; line-height:1.2; font-weight:bold; font-family:"LexendBold"; color:#222222;}
@media screen and (max-width:1560px){
.quality_list ul li h2{font-size:20px;}
.quality_list ul li h3,.quality_list ul li b,.quality_list ul li strong{font-size:18px;}
.quality_list ul li:first-child h2,.quality_list ul li:last-child h2 {font-size:32px;}
}
@media screen and (max-width:1240px){
.quality_list ul li h2{font-size:18px;}
.quality_list ul li h3,.quality_list ul li b,.quality_list ul li strong{font-size:16px;}
.quality_list ul li:first-child h2,.quality_list ul li:last-child h2 {font-size:24px;}
}
@media screen and (max-width:992px){
.quality{padding:25px 0;}
.quality_box{margin-bottom:0px;}
.quality_list ul li h2{font-size:18px;}
.quality_list ul li h3,.quality_list ul li b,.quality_list ul li strong{font-size:16px;}
.quality_list ul{grid-template-columns:repeat(1,1fr); gap:20px;}
.quality_list ul li:first-child h2,.quality_list ul li:last-child h2 {font-size:20px;}
}


.quality_list2{display:block;overflow:hidden; width:100%; margin-bottom:50px;}
.quality_list2 h2{font-size:36px; line-height:1.2; font-weight:bold; font-family:"LexendBold";}
@media screen and (max-width:1560px){
.quality_list2 h2{font-size:32px;}
}
@media screen and (max-width:1240px){
.quality_list2 h2{font-size:24px;}
}
@media screen and (max-width:992px){
.quality_list2{margin-bottom:20px;}
.quality_list2 h2{font-size:20px;}
}

.quality_list3{position:relative;}
.quality_list3 h2{font-size:36px; line-height:1.2; font-weight:bold; font-family:"LexendBold"; text-align:center; margin-bottom:20px;}
.quality_list3 ul{display:grid; grid-template-columns:repeat(4,1fr); gap:30px;}
.quality_list3 ul li{ border:1px #f1f1f1 solid; padding:15px; box-sizing:border-box; border-radius:5px;box-shadow:0 0 10px 0 #f1f1f1;}
.quality_list3 ul li p{text-align:center; margin-top:10px;}
.quality_list3 ul li .imgbox{ border-radius:5px; overflow:hidden;}
@media screen and (max-width:1560px){
.quality_list3 h2{font-size:32px;}
}
@media screen and (max-width:1240px){
.quality_list3 h2{font-size:24px;}
}
@media screen and (max-width:992px){
.quality_list3 h2{font-size:20px;}
.quality_list3 ul{grid-template-columns:repeat(2,1fr); gap:10px;}
}


.quality_box4{ position:relative;}
.quality_box4_ul{display:flex; align-items: stretch; justify-content:center; column-gap:20px;}
.quality_box4_ul li{width:fit-content; padding:18px 40px; box-sizing:border-box; background:#1f3a5f; color:#ffffff; border-radius:50px; font-size:18px; font-weight:700; cursor:pointer;transition:all .3s ease-in-out;}
.quality_box4_ul li:hover{background:#9e2a2f; color:#ffffff;}
.quality_box4_ul .active{background:#9e2a2f; color:#ffffff;}

.quality_box4_list{margin-top:40px;}
.quality_box4_list ul{display:grid; grid-template-columns:repeat(3,1fr); gap:40px;}
.quality_box4_list ul li{overflow:hidden; position:relative; display:flex; flex-direction:column; height:100%;}
.quality_box4_list ul li .imgbox{position:relative; width:100%; height:0; padding-bottom:80%; overflow: hidden; border-radius:5px;}
.quality_box4_list ul li .imgbox img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.quality_box4_list p{flex:1; min-height:20%;box-sizing:border-box; text-align:center;margin-top:10px;}
@media screen and (max-width:992px){
.quality_box4_ul{display:block;}
.quality_box4_ul li{padding:15px; font-size:16px; width:100%; margin-bottom:10px; text-align:center;}
.quality_box4_list ul{grid-template-columns:repeat(2,1fr); gap:10px;}
.quality_box4_list{margin-top:20px;}
}


/*app*/
.app{width:100%; box-sizing:border-box; position:relative; padding:80px 0;}
.app_box{display:block;overflow:hidden; width:100%;}
.app_box h2{font-size:36px; line-height:1.2; font-weight:bold; font-family:"LexendBold"; text-align:center; margin-bottom:20px;}
.app_box ul{display:grid; grid-template-columns:repeat(2,1fr); gap:30px;}
.app_box ul li{ border:1px #f1f1f1 solid; padding:15px; box-sizing:border-box; border-radius:5px;box-shadow:0 0 10px 0 #f1f1f1;}
.app_box ul li h3{text-align:left; margin-top:10px; font-size:20px; font-weight:700;}
.app_box ul li p{text-align:left; margin-top:5px; line-height:1.4;}
.app_box ul li .imgbox{ border-radius:5px; overflow:hidden;}
@media screen and (max-width:1560px){
.app_box h2{font-size:32px;}
.app_box ul li h3{font-size:18px;}
}
@media screen and (max-width:1240px){
.app_box h2{font-size:24px;}
}
@media screen and (max-width:992px){
.app{padding:25px 0;}
.app_box h2{font-size:24px; margin-bottom:10px;}
.app_box ul{grid-template-columns:repeat(1,1fr); gap:10px;}
.app_box ul li{padding:0px;}
.app_box ul li p{margin:5px;}
}







/*contact us*/
.contact_mod2{width:100%; box-sizing:border-box; position:relative; padding:80px 0;}
.contact_mod2_box{display:block; margin-top:60px;}
.contact_mod2_box ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:40px;}
.contact_mod2_box ul li{position:relative; padding-left:8%; box-sizing:border-box;}
.contact_mod2_box ul li h3{font-size:18px; margin-bottom:10px; font-weight:bold; line-height:1.2;}
.contact_mod2_box p{display:flex; flex-wrap:wrap; font-size:22px;}
.contact_mod2_box p a{color:#1f3a5f;}
.contact_mod2_box p a:hover{color:#9e2a2f;}
.contact_mod2_box p img{ width:24px;display:inline; margin-right:5px; vertical-align:middle;}
@media screen and (max-width:1560px){
.contact_mod2_box ul li h3{font-size:16px;}
.contact_mod2_box ul li{padding-left:0%;}
.contact_mod2_box p{font-size:22px;}
}
@media screen and (max-width:1240px){
.contact_mod2_box ul li h3{font-size:14px;}
.contact_mod2_box p{font-size:18px;}
}

@media screen and (max-width:992px) {
.contact_mod2{padding:25px 0;}
.contact_mod2_box{margin-top:30px;}
.contact_mod2_box ul{grid-template-columns:repeat(1, 1fr); gap:20px 0;}
.contact_mod2_box ul li{padding-left:5%; border-bottom:1px #dddddd dotted; padding-bottom:20px;}
.contact_mod2_box ul li h3{font-size:14px; margin-bottom:5px;}
.contact_mod2_box p{font-size:18px;}
}

.contact_mod3_box{ position:relative; background:url(../images/cntactusbg.webp) center center no-repeat; background-size:cover; padding:5% 8%; box-sizing:border-box; margin:80px auto 0; border-radius:25px;}
.contact_mod3_box .index_htitle h2{margin-bottom:20px;}
@media screen and (max-width:992px) {
.contact_mod3_box{padding:10%; margin:30px auto 0;}
.contact_mod3_box .index_htitle h2{margin-bottom:10px;}
}


/*新闻*/
.newslist{display:block;}
.newslist ul{display:block; }
.newslist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; box-sizing:border-box; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; background:#ffffff;margin-bottom:40px;display:flex;flex-wrap: wrap;}
.newslist ul li:hover{box-shadow:0 0 15px 0 #dedede; background:#f8f8f8;}
.newslist ul li:last-child{margin-bottom:0;}

.newslist ul li .imgbox{flex: 0 0 30%;}
.newslist ul li .imgbox img{height:100%;}
.newslist ul li .news_box{flex: 0 0 70%; box-sizing:border-box; position:relative; padding:40px;}
.newslist ul li .news_title{font-size:20px; font-weight:bold; margin:0 0 10px 0; line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.newslist ul li .ptxt{line-height:26px; height:78px; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#666;}
.newslist ul li .news_date{background:url(../images/date.svg) left 5px no-repeat; background-size:18px; padding-left:25px; opacity:0.6; margin-top:30px;}
@media screen and (max-width:1560px) {
.newslist ul li .news_box{padding:30px;}
.newslist ul li .news_title{font-size:14px; line-height:20px;}
}

@media screen and (max-width:1240px) {
.newslist ul li .news_box{padding:20px;}
.newslist ul li .news_title{font-size:14px; margin:0 0 5px 0; line-height:18px;}
}

@media screen and (max-width:992px) {
.newslist ul li{margin-bottom:20px;}
.newslist ul li .imgbox{flex: 0 0 100%;}
.newslist ul li .news_box{flex: 0 0 100%; padding:15px; }
.newslist ul li .news_title{font-size:16px; line-height:20px;-webkit-line-clamp:3;}
.newslist ul li .ptxt{line-height:20px; height:auto;}
.newslist ul li .news_date{background:url(../images/date.svg) left 2px no-repeat; background-size:16px; padding-left:22px; position:relative; margin-top:20px; bottom:0;}
}


.newslist2{position:relative;}
.newslist2 ul{display:grid; grid-template-columns:repeat(3,1fr); gap:40px;}
.newslist2 ul li{overflow:hidden; position:relative; box-sizing:border-box; box-shadow:0 0 10px 0 #f1f1f1; border:1px #f1f1f1 solid; border-radius:5px; display:flex; flex-direction:column; height:100%;}
.newslist2 ul li .imgbox{position:relative; width:100%; height:0; padding-bottom:66.66%; overflow: hidden;}
.newslist2 ul li .imgbox img{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover;}
.newslist2_box{flex:1; min-height:33.34%; padding:20px; box-sizing:border-box;}
.newslist2_box h2{font-size:18px; font-weight:bold; line-height:1.5;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; height:81px;}
.newslist2_box h3{font-size:18px; font-weight:bold; line-height:1.5;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical;}
.newslist2_box .mod5top {margin-top:20px; display:flex; flex-wrap:wrap; align-items:center; gap:10px; border-top:1px #dddddd dotted; padding-top:20px;}
.newslist2_box .mod5top p:first-child {flex: 0 0 auto; background:url(../images/date.svg) left 5px no-repeat; background-size:18px; padding-left:25px; opacity:0.6;} /* 第一个p宽度自适应内容 */
.newslist2_box .mod5top p:last-child {margin-left:auto;} /* 第二个p默认靠右 */
.newslist2_box .mod5top p:last-child a{color:#1f3a5f;}
.newslist2_box .mod5top p:last-child a:hover{color:#9e2a2f;}
@media screen and (max-width:992px){
.newslist2 ul{grid-template-columns:repeat(1,1fr); gap:20px;}
.newslist2_box{ padding:10px;}
.newslist2_box h2{font-size:16px; height:auto;}
.newslist2_box h3{font-size:16px; height:auto;}
.newslist2_box .mod5top {margin-top:10px; padding-top:10px;}
.newslist2_box .mod5top p:first-child{background:url(../images/date.svg) left 0px no-repeat; background-size:18px;} /* 第一个p宽度自适应内容 */
}



/*新闻详情页*/
.newsshow{overflow:hidden; display:block;}
.newsshow_img{margin:25px auto; text-align:center;}
.newsshow_img img{max-width:100%; margin:0 auto; border-radius:5px; padding:30px; background:#f8f8f8; box-sizing:border-box;}
.news_xxjs{line-height:28px!important; word-break:break-word!important; overflow:hidden;}
.news_xxjs p,.news_xxjs span{line-height:28px!important;font-size:16px!important;}
.news_xxjs h2{font-size:22px; font-weight:700;}
.news_xxjs h3{font-size:18px; font-weight:700;}
.news_xxjs img{width:auto; max-width:100%;display: initial; margin:0;}
.news_xxjs video{width:100%; height:100%; object-fit:fill; overflow:hidden;}
.news_xxjs a{color:#ff3300;}
.news_xxjs iframe{width:800px; height:600px;}
.news_xxjs ul,.news_xxjs ol{margin:10px 0; box-sizing:border-box; padding-left:15px; box-sizing:border-box;}
.news_xxjs ul li,.news_xxjs ol li{ background:url(../images/dian2.svg) left 10px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box;}
.news_title{overflow:hidden;}
.news_title h1{font-size:42px;line-height:1.2; margin-bottom:10px;text-align:center; font-family:"LexendBold"; padding:0 10%; box-sizing:border-box;}

.pubdate{margin:0 0 40px 0; overflow:hidden; text-align:center; padding-bottom:20px; border-bottom:1px #dddddd dotted;}
.pubdate span{margin:0px 20px 0 0;}
.pubdate a{color:#999999;}
.pubdate a:hover{ color:#f08619;}

.news_xxjs table{width:100%;table-layout:fixed;}
.news_xxjs table tr:nth-child(odd){background-color:#f5f5f5;}
.news_xxjs table tr:nth-child(even){background-color: #ffffff;}
.news_xxjs table tr:first-child{background-color:#1f3a5f; color:#ffffff;}
.news_xxjs td{padding:10px; font-size:14px!important; border:1px #dddddd solid!important;line-height:20px!important;word-break:break-all!important; vertical-align:top;}
.news_xxjs td p,.news_xxjs td span{font-size:16px!important;line-height:24px!important;word-break:break-all!important;}
.news_xxjs th{padding:10px; font-size:14px!important; border:1px #dddddd solid!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{font-size:16px!important;line-height:24px!important;word-break:break-all!important;}

.news_xxjs_margin{margin-bottom:50px;}
@media screen and (max-width:1560px) {
.news_title h1{font-size:36px;}
.news_xxjs_margin{margin-bottom:30px;}
}

@media screen and (max-width:1240px) {
.news_title h1{font-size:24px;}
.news_xxjs_margin{margin-bottom:20px;}
}

@media screen and (max-width:992px) {
.news_xxjs{line-height:24px!important; font-size:13px!important; width:100%; overflow-x:auto;}
.news_xxjs p,.news_xxjs span{line-height:24px!important;font-size:13px!important;}
.news_xxjs video{width:100%; height:100%; object-fit:fill; overflow:hidden;}
.news_title h1{font-size:24px; margin-bottom:10px; padding:0;}
.pubdate{margin:0 0 10px 0; padding-bottom:10px;}
.pubdate span{margin:0px 10px 0 0;}
.news_xxjs h2{font-size:16px;}
.news_xxjs h3{font-size:14px;}
.news_xxjs table{display:-webkit-box; width:auto!important; white-space:nowrap; overflow-x:auto; overflow-y:hidden; border:0;}
.news_xxjs td{padding:4px; font-size:13px!important; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs td p,.news_xxjs td span{font-size:13px!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs th{padding:4px; font-size:13px!important; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{font-size:13px!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs ul li,.news_xxjs ol li{ background:url(../images/dian2.svg) left 6px no-repeat; background-size:7px;}
.news_xxjs iframe{width:100%; height:300px;}
.news_xxjs_margin{margin-bottom:10px;}
}


/*相关资讯*/
.Information{overflow:hidden;}
.Information ul{ padding:0px;}
.Information li{border-bottom:1px dotted #dcdcdc; line-height:20px; padding:10px 0;}
.Information li span{float:right; color:#999999;padding-left:10px; padding-right:10px;}
.Information li{overflow:hidden; text-transform: capitalize;}
@media screen and (max-width:992px) {
.Information li{padding:5px 0;}
}


/*product*/
.prod_box{display:block;}
.prod_box ul{display:flex; gap:5px; flex-wrap: wrap;}
.prod_box ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; flex:1; height:450px;}
.prod_box ul li .imgbox{height:100%;}
.prod_box ul li .imgbox img{object-fit:cover; display:block; width:100%; height:100%;}
.prod_box ul li .prod_box_txt{position: absolute; width:100%;left:0; bottom:0; z-index:3; padding:15px 30px; box-sizing:border-box;background: linear-gradient(to top, rgb(0, 0, 0, 0.75), transparent);}
.prod_box ul li .prod_box_txt h2{font-size:24px; color:#ffffff;font-family:"LexendBold";}
.prod_box ul li .prod_box_txt .ptxt{-webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;color:#ffffff; opacity:0;}
.prod_box ul:hover li{flex: 0.9;}
.prod_box ul li:hover{flex: 1.3;}
.prod_box ul li:hover .prod_box_txt .ptxt{opacity:1;}
@media screen and (max-width:1560px){
.prod_box ul li{height:345px;}
.prod_box ul li .prod_box_txt h2{font-size:20px;}
}
@media screen and (max-width:1240px){
.prod_box ul li{height:300px;}
.prod_box ul li .prod_box_txt h2{font-size:18px;}
}
@media screen and (max-width:992px){
.prod_box ul{flex-direction:column; gap:10px;}
.prod_box ul li{height:300px; flex:none; width:100%;}
.prod_box ul li .prod_box_txt{padding:15px;}
.prod_box ul li .prod_box_txt h2{font-size:18px;}
.prod_box ul li .prod_box_txt .ptxt{opacity:1;}
.prod_box ul:hover li, .prod_box ul li:hover{flex:none;}
}





/*details*/
.prod_detail_top{display:block; background:#1f3a5f; padding:60px 0; color:#ffffff; overflow:hidden; box-sizing:border-box; margin-top:140px;}
.prod_detail_top_left{width:45%; padding-right:5%; box-sizing:border-box; float:left;}
.prod_detail_top_left h1{font-size:48px; line-height:1.2; font-family:"LexendBold"; margin-bottom:20px;}
.prod_detail_top_left .ptxt{}
.prod_detail_top_left_tag{margin-top:40px; display:flex; flex-wrap:wrap; gap:10px;}
.prod_detail_top_left_tag p{white-space:nowrap; padding:5px 10px; border-radius:5px; box-sizing:border-box; background:rgb(255,255,255,0.1);}
.prod_detail_top_left_btn{font-size:18px; color:#fff;  background-color:#9e2a2f; border-radius:5px; width:fit-content; height:50px; display:flex; align-items:center; justify-content:center; margin-top:35px; padding:0 25px; box-sizing:border-box;}
.prod_detail_top_left_btn:hover{color:#ffffff; background:#d91d25;}
.prod_detail_top_left_btn:before{content:''; display:inline-block; width:26px; height:26px;background: url(../images/pdf.png) no-repeat center;  background-size:contain; margin-right:6px;}
.prod_detail_top_right{width:55%; float:right; position:relative;}
.prod_detail_top_right img{z-index:3; position:relative;}
.prod_detail_top_right::after{content:''; position:absolute; top:20px; right:-20px; bottom:-20px; left:45px; background-color:#9e2a2f;}
@media screen and (max-width:1560px){
.prod_detail_top_left h1{font-size:42px;}
.prod_detail_top_left_btn{font-size:16px; height:45px; margin-top:25px; padding:0 20px;}
}
@media screen and (max-width:1240px){
.prod_detail_top_left h1{font-size:32px;}
.prod_detail_top_left_btn{font-size:14px; height:40px; margin-top:20px; padding:0 15px;}
}
@media screen and (max-width:992px){
.prod_detail_top{padding:20px 0; margin-top:60px;}
.prod_detail_top .main{display:flex; flex-direction: column;}
.prod_detail_top_left{width:100%; padding-right:0; order: 2;}
.prod_detail_top_right{width:100%; order:1; margin-bottom: 20px;}
.prod_detail_top_left h1{font-size:24px; margin-bottom:10px;}
.prod_detail_top_right::after{display:none;}
.prod_detail_top_left_tag{margin-top:20px;}
.prod_detail_top_left_btn{font-size:16px; margin-top:10px;}
}



.prod_mod1{display:block; padding:60px 0; overflow:hidden;}
.prod_mod1_box{ background:url(../images/prodbg1.webp) center center no-repeat; background-size:cover; border-radius:25px; padding:60px; box-sizing:border-box;}
.prod_mod1_box ul {display:flex; flex-wrap:wrap; gap:15px; }
.prod_mod1_box ul li {box-sizing: border-box; background:rgb(255,255,255,0.1); color:#ffffff; padding:40px; box-sizing:border-box;}
.prod_mod1_box ul li:nth-child(odd) { width: calc(40% - 7.5px);}
.prod_mod1_box ul li:nth-child(even) { width: calc(60% - 7.5px);}
.prod_mod1_box ul li h3{font-size:32px; margin-bottom:10px; font-weight:700; line-height:1.2;}
.prod_mod1_box ul li .ptxt{font-size:18px;}
.prod_mod1_box_end{margin-top:20px; font-size:18px; color:#ffffff; opacity:0.7;}
@media (max-width: 767px){
.prod_mod1{padding:25px 0;}
.prod_mod1_box{border-radius:25px; padding:20px;}
.prod_mod1_box ul li{padding:15px;} 
.prod_mod1_box ul li:nth-child(odd) {width:100%;}
.prod_mod1_box ul li:nth-child(even) {width:100%;}
.prod_mod1_box ul li h3{font-size:20px; margin-bottom:5px;}
.prod_mod1_box ul li .ptxt{font-size:14px;}
.prod_mod1_box_end{margin-top:10px; font-size:14px;}
}


.prod_mod2{display:block; padding:100px 0; overflow:hidden; background:url(../images/prodbg2.webp) center center no-repeat; background-size:cover; text-align:center;}
.prod_mod2_txt{font-size:36px; color:#ffffff; text-align:center;line-height:1.4; font-family:"LexendBold";}
.prod_mod2_txt a{color:#ffe400; text-decoration:underline;}
.prod_mod2_txt a:hover{color:#9e2a2f;}
@media screen and (max-width:1560px){
.prod_mod2_txt{font-size:32px;}
}
@media screen and (max-width:1240px){
.prod_mod2_txt{font-size:24px;}
}
@media screen and (max-width:992px){
.prod_mod2{padding:25px 0;}
.prod_mod2_txt{font-size:18px;}
}


.prod_mod3{margin-top:50px; display:block;}
.prod_details_end_box{overflow:hidden; box-sizing:border-box; margin-bottom:50px;}
.prod_details_end_box h2{font-size:48px; line-height:1.2; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; position:relative; z-index:3; font-weight:bold; font-family:"LexendBold"; text-align:center;}
.prod_details_end_box h2 span{color:#9e2a2f;}
.prod_details_end_txt{line-height:28px!important; word-break:break-word!important; overflow:hidden; padding-top:20px;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:28px!important;}
.prod_details_end_txt ul,.prod_details_end_txt ol{margin:10px 0;box-sizing:border-box;}
.prod_details_end_txt li,.prod_details_end_txt li{ background:url(../images/dian2.svg) left 10px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}
.prod_details_end_txt table{width:100%;}
.prod_details_end_txt table tr:nth-child(odd){background-color:#f5f5f5;}
.prod_details_end_txt table tr:nth-child(even){background-color: #ffffff;}
.prod_details_end_txt table tr:first-child{background-color:#1f3a5f; color:#ffffff;}
.prod_details_end_txt td{padding:10px; font-size:16px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important; vertical-align:top;}
.prod_details_end_txt td p,.prod_details_end_txt td span{font-size:16px!important;line-height:24px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:10px; font-size:16px!important; border:1px #CCCCCC solid!important;line-height:24px!important;word-break:initial!important; font-weight:normal;}
.prod_details_end_txt th p,.prod_details_end_txt th span{font-size:16px!important;line-height:24px!important;word-break:initial!important;font-weight:normal;}
.prod_details_end_txt img{width:auto; max-width:100%; margin:0 auto; display:inline;}
.prod_details_end_txt a{color:#ff3300;}
@media screen and (max-width:1560px) {
.prod_details_end_box h2{font-size:45px;}
}
@media screen and (max-width:1240px) {
.prod_details_end_box h2{font-size:36px;}
}
@media screen and (max-width:992px){
.prod_mod3{margin-top:25px;}
.prod_details_end_box{margin-bottom:30px;}
.prod_details_end_box h2{font-size:24px;}
.prod_details_end_txt{line-height:24px!important; padding-top:0px;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:24px!important;}
.prod_details_end_txt table{display: -webkit-box; width:auto!important; white-space: nowrap; overflow-x:auto; overflow-y: hidden;}
.prod_details_end_txt td{padding:8px; font-size:13px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important;}
.prod_details_end_txt td p,.prod_details_end_txt td span{font-size:13px!important;line-height:16px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:8px; font-size:13px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important; font-weight:normal;}
.prod_details_end_txt th p,.prod_details_end_txt th span{font-size:13px!important;line-height:16px!important;word-break:initial!important;font-weight:normal;}
.prod_details_end_txt li,.prod_details_end_txt li{ background:url(../images/dian2.svg) left 5px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}
.prod_details_end_txt img{height:auto;}
}


.prod_mod4{padding:50px 0 80px 0; display: block; box-sizing:border-box;}
.prod_mod4 ul{display:flex; flex-wrap:wrap; gap:60px;}
.prod_mod4 ul li{box-sizing:border-box; width:calc(50% - 30px); display:flex;}
.prod_mod4 ul li > *:first-child{width:15%;}
.prod_mod4 ul li > *:last-child{width: 85%;}
.prod_mod4 ul li h2{font-size:24px; color:#9e2a2f; font-weight:700; margin-bottom:5px;}
.prod_mod4 ul li img{max-width:70px;}
@media (max-width: 767px) { 
.prod_mod4{padding:25px 0;}
.prod_mod4 ul{gap:20px; } 
.prod_mod4 ul li{width:100%;}
.prod_mod4 ul li h2{font-size:18px;}
.prod_mod4 ul li > *:first-child{width:20%;}
.prod_mod4 ul li > *:last-child{width: 80%;}
.prod_mod4 ul li img{max-width:60px;}
}

.prod_mod5{padding:0 0 80px 0; display: block; box-sizing:border-box;}
@media (max-width: 767px) { 
.prod_mod5{padding:25px 0;}
}

/*预设版式的详情页模块*/
.detailtext_box{overflow:hidden;}
.detailtext_box h1{font-size:42px;line-height:1.2; margin-bottom:20px;text-align:center; font-family:"LexendBold"; padding:0 10% 10px 10%; box-sizing:border-box; border-bottom:1px #dddddd dotted;}
.detailtext_title{font-family:"LexendBold"; font-size:36px; margin-bottom:10px;  line-height:1.2;}
.detailtext_box h2{font-family:"LexendBold"; font-size:28px; margin-bottom:10px;  line-height:1.2;}


.detailtext0{display:block; margin-bottom:50px;}

.detailtext1{display:block; margin-bottom:50px;}
.detailtext1{display: flex; flex-direction: column;background:#1f3a5f;color:#ffffff;} 
.detailtext1 ul {display: flex; align-items:flex-start;} 
.detailtext1 ul li {flex: 1; display: flex; align-items: flex-start; justify-content: flex-start; box-sizing: border-box; flex-direction:column;} 
.detailtext1 ul li img {max-width:100%; height:auto;} 
.detailtext1_box{padding:50px; text-align:left; box-sizing:border-box;}

.detailtext2{display:block; margin-bottom:50px;}
.detailtext2{display:flex; flex-direction:column; background:#1f3a5f; color:#ffffff;} 
.detailtext2 ul {display: flex; align-items:flex-start;} 
.detailtext2 ul li {flex: 1; display: flex; align-items: flex-start; justify-content: flex-start; box-sizing: border-box; flex-direction:column;} 
.detailtext2 ul li img {max-width:100%; height:auto;} 
.detailtext2_box{padding:50px; text-align:left; box-sizing:border-box;}

.detailtext3{display:block; margin-bottom:50px;background:#f8f8f8; padding:20px; box-sizing:border-box;}
.detailtext3 img{width:auto; max-width:100%; margin:0 auto;}

.detailtext4{display:block; margin-bottom:50px;}
.detailtext4 ul{display:grid; grid-template-columns:repeat(2,1fr); gap:10px;}
.detailtext4 ul li{display:block;}
.detailtext4 ul li p{text-align:center; margin-top:10px;}

.detailtext5{display:block; margin-bottom:50px;}
.detailtext5 ul{display:grid; grid-template-columns:repeat(3,1fr); gap:10px;}
.detailtext5 ul li{display:block;}
.detailtext5 ul li p{text-align:center; margin-top:10px;}

@media screen and (max-width:1560px){
.detailtext_box h1{font-size:36px; margin-bottom:20px;}
.detailtext_title{font-size:32px;}
.detailtext_box h2{font-size:24px;}

}

@media screen and (max-width:1240px){
.detailtext_box h1{font-size:24px; margin-bottom:20px;}
.detailtext_title{font-size:24px;}
.detailtext_box h2{font-size:18px;}
}


@media screen and (max-width:992px) {
.detailtext_box h1{font-size:24px; margin-bottom:10px;}
.detailtext_title{font-size:18px;}
.detailtext_box h2{font-size:18px;}


.detailtext0{display:block; margin-bottom:20px;}

.detailtext1{display:block; margin-bottom:20px;}
.detailtext1 ul{flex-direction: column;}
.detailtext1_box{padding:10px;}
.detailtext1_box h2{font-size:14px;}

.detailtext2{display:block; margin-bottom:20px;}
.detailtext2 ul{flex-direction: column;}
.detailtext2 ul li:last-child{order:-1;}
.detailtext2_box{padding:10px;}
.detailtext2_box h2{font-size:14px;}

.detailtext3{display:block; margin-bottom:20px;}

.detailtext4{display:block; margin-bottom:20px;}
.detailtext4 ul{grid-template-columns:repeat(1,1fr); gap:10px;}

.detailtext5{display:block; margin-bottom:20px;}
.detailtext5 ul{grid-template-columns:repeat(1,1fr); gap:10px;}
}


/*cases*/
.prodcate_list_txt2{margin-bottom:50px; display:block;}
.prodcate_list_prod2{text-align:left; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; box-sizing:border-box; display:block; margin-top:15px;}
.productlistul2{display:grid; grid-template-columns:repeat(2, 1fr); /* 一行三列 */ gap:30px;}
.productlistul2 li{position:relative; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; box-sizing:border-box; background:#ffffff;display:flex;}
.productlistul2 li:hover{box-shadow:0 0 15px 0 #dedede;}
.productlistul2 li .imgbox{flex: 0 0 45%;}
.productlistul2 li .mytitle{flex:1; padding:20px; box-sizing:border-box;}
.productlistul2 li .mytitle h3{font-size:20px; font-weight:700; margin-bottom:5px;}
.productlistul2 li .mytitle .ptxt{-webkit-line-clamp:7; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;line-height:1.4;}

@media screen and (max-width:1560px) {
.prodcate_list_txt2{margin-bottom:30px;}
.productlistul2 li .mytitle h3{font-size:18px;}
}
@media screen and (max-width:992px) {
.prodcate_list_txt2{margin-bottom:20px;}
.prodcate_list_prod2{ margin-top:10px;}
.productlistul2{grid-template-columns:repeat(1, 1fr); gap:10px;}
.productlistul2 li .mytitle{padding:10px;}
.productlistul2 li .mytitle h3{font-size:16px;}
.productlistul2 li .mytitle .ptxt{-webkit-line-clamp:4;}

}





.page404{ width:100%; margin:300px 0 200px 0; text-align:center;}
.page404 img{ width:auto; display:inline-block;}
@media screen and (max-width:992px) {
.page404{ width:80%; margin:100px 10%; text-align:center;}
.page404 img{ width:auto; max-width:100%; display:inline-block;}
}

.videolist{position:absolute; bottom:0; right:0; width:50px; height:50px; z-index:22; background:#ff0000 url(../images/video.png) center center no-repeat; background-size:32px;}
/*视频弹窗*/
.masklayer{position: fixed;display: none;width:100%;height:100%; top:0px; left:0px;background-color:rgba(0, 0, 0, 0.8);z-index:99999; -webkit-user-select: none;-ms-user-select: none;}
.vclose { position:absolute;right:30px; top:30px;cursor: pointer; width:50px; height:50px; }
.vclose img{width:auto; height:auto; display:inline-block;}
.videos{display:none; position:fixed; left:0; top:0; z-index:100; width:100%; height:100%; background-color:rgba(0,0,0,0.8); box-sizing:border-box; padding:8%;}
.videos video{width:100%; height:100%;}
.videolist {cursor:pointer;}
@media screen and (max-width:992px) {
.vclose { position:absolute;right:10px; top:10px; cursor: pointer; width:30px; height:30px; }
.vclose img{width:auto; height:auto; display:inline-block;}
.videos{display:none; position:fixed; left:0; top:0; z-index:100; width:100%; height:100%; background-color:rgba(0,0,0,0.8); box-sizing:border-box; padding:8%;}
.videolist {}
}

.searchlist{overflow:hidden; box-sizing:border-box;}
.searchlist h2{ font-size:24px; font-weight:bold; margin-bottom:10px;}
.searchlist ul{overflow:hidden;}
.searchlist ul li{border-bottom:1px #CCCCCC dotted; overflow:hidden; padding:20px 0px;}
.searchlist ul li:hover{background:#ffffff;}
.searchlist ul li{line-height:24px;}
.searchlist ul li h4{text-align:left;}
.searchlist ul li p{color:#999999;}
.searchlist ul li p span{ margin-right:35px;}
@media screen and (max-width:992px) {
.searchlist h2{font-size:18px; margin-bottom:0px;}
.searchlist ul li{padding:10px 0px;}
}

.feedback{width:100%; padding:80px 0; box-sizing:border-box; margin:100px auto 100px;}
.feedback h2{font-size:24px;font-weight:bold; color:#9e2a2f;}
.feedback h4{height:4px; width:50px; background:#9e2a2f; margin:20px 0;}
.feedback_btn{width:fit-content; height:40px; line-height:40px; background:#9e2a2f; color:#fff; border-radius:5px; text-align:center;-webkit-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out; display:inline-block; padding:0 25px; margin-top:30px;}
.feedback_btn:hover{background:#9e2a2f; color:#fff;}
@media screen and (max-width:992px) {
.feedback{width:90%; padding:30px 0; margin:50px auto;}
.feedback h2{font-size:18px;}
.feedback h4{height:2px; width:30px; margin:10px 0;}
.feedback_btn{margin-top:10px;}
}


.global_left_top{position:fixed; right:10px; bottom:20px; z-index:99;}
#myback{width:50px; height:50px;}
#myback img{width:100%;}
.myback_active{opacity:0!important;}
#mymeil{width:50px; height:50px; margin-bottom:10px;}
#mymeil img{width:100%;}
@media screen and (max-width:992px){
.global_left_top{bottom:10px;}
#myback{width:35px; height:35px;}
#mymeil{width:35px; height:35px;}
}


#infoFormDiv{display: none; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); padding:2%; background-color: #fff; z-index:1000; width:50%; box-sizing:border-box; border-radius:5px;}
#infoFormDiv ul h2{ font-size:24px; line-height:1.2; text-align:center; margin-bottom:20px; font-weight:700;}
#infoFormDiv ul p{text-align:center; margin-top:10px;}
#infoFormDiv li {overflow:hidden;}
#infoFormDiv li:nth-child(n+2) {margin-top:3%; text-align:center;}
#overlay{display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.8); z-index: 999;}

.msg_name_input,.msg_mail_input,.msg_textarea2{padding:0px 15px; background:#fafafa; box-sizing:border-box; font-family:"HarmonyOS_Sans_Regular", Helvetica, sans-serif; border-radius:5px; border:1px #eaeaea solid;}
.msg_name_input,.msg_mail_input {float:left; width:48.5%; line-height:50px; height:50px;}
.msg_mail_input{margin-left:2%;}

.msg_name_input::-webkit-input-placeholder{color: #666666!important; opacity:1;}
.msg_mail_input::-webkit-input-placeholder{color: #666666!important; opacity:1;}
.msg_textarea2::-webkit-input-placeholder{color: #666666!important; opacity:1;}


.msg_textarea2 {width:100%;line-height:24px; resize:none; color:#222222; padding:10px; box-sizing:border-box;}
.msg_submit_2{width:fit-content; height:40px; line-height:40px; text-align:center; text-transform:uppercase; color:#ffffff; background:#00b3c0; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:25px; padding:0 30px; display:inline-block;}
.msg_submit_2:hover{background:#9e2a2f; color:#ffffff;}

.msg_cancel{width:40px; height:40px; background:#00b57c; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:100%; position:absolute; right:-10px; top:-10px; display:flex; align-items:center; justify-content: center;}
.msg_cancel img{width:60%; height:auto;transition: transform 1s ease;}
.msg_cancel:hover{background:#9e2a2f;}
.msg_cancel:hover img{transform: rotate(180deg);}

@media screen and (max-width:992px) {
#infoFormDiv{padding:5% 5%; width:90%;}
#infoFormDiv ul h2{ font-size:16px; margin-bottom:10px;}
.msg_name_input,.msg_mail_input {float:none; width:100%; line-height:40px; height:40px; margin-bottom:10px;}
.msg_mail_input{margin-left:0;}
#infoFormDiv li:nth-child(n+2) {margin-top:10px;}
.msg_submit_2{height:30px; line-height:30px; margin-right:10px;}
.msg_cancel{height:30px; width:30px;}
}
