﻿/* 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:#d00000;}
: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:1560px;}
}
@media screen and (max-width:1920px) {
.main {width:90%; max-width:1420px;}
}
@media screen and (max-width:1560px) {
body {font-size:15px;line-height:28px;}
}
@media screen and (max-width:1240px) {
body {font-size:14px;line-height:26px;}
}
@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:120px; z-index:99; background:rgb(255,255,255,1) url(../images/bg.jpg); transition:all .2s ease-in-out; left:0; top:0;box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);}
.header_top{background:#0f3763; box-sizing:border-box;}
.header_top ul{display:flex;justify-content:flex-end;}
.header_top ul li{display:flex;align-items:center;color:#ffffff!important;}
.header_top img{width:28px; display:inline-block; vertical-align:middle; margin-right:5px; border-radius:5px;}
.header_top #menu ul{left:-6px!important; transform:translateX(0)!important;}
#lang{height:40px; line-height:40px; padding:0 0 0 15px; cursor:pointer; position:relative; transition:all .3s ease-in-out; color:#ffffff; font-weight:normal;}
#lang ul{top:40px!important; border-radius:5px;}
#lang ul li{text-align:left; border-bottom:1px rgb(0,0,0,0.05) solid;}
#lang a{color:#ffffff!important;}
#lang:hover a{color:#ffffff!important;}
#lang a>i{display:inline-block; width:20px; height:20px; vertical-align:middle;  background:url("../images/pro_click2.png") no-repeat center -1px; -moz-transition: all linear .3s;-webkit-transition: all linear .3s; -ms-transition: all linear .3s; margin-left:4px;}
#lang:hover>a>i{background:url("../images/pro_click2.png") no-repeat center 1px; -moz-transform: rotate(180deg);-webkit-transform: rotate(180deg);transform: rotate(180deg);filter:rogid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.topsearch{width:240px;background:#ffffff; border-radius:50px; height:26px; line-height:26px;  padding:0 0 0 10px; position:relative;transition:all .3s ease-in-out; font-weight:normal;}
.topsearch .input{width:100%; line-height:26px; box-sizing:border-box; font-size:14px;}
.topsearch .search{position:absolute; top:6px; right:10px; width:15px; height:15px; background:url(../images/ico_search.svg) no-repeat; background-size:cover;}

.header .main{display:flex; align-items:center; justify-content:flex-end;}
.header_left{display:flex; flex: 0 0 20%; box-sizing:border-box;}
.header_logo{display:flex;align-items:center; position:relative;}
.header_logo img{width:100%; max-width:160px;}
 
.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:80px; height:80px; box-sizing:border-box; text-transform:uppercase; font-family:"LexendBold";}
.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; margin-left:4px;}
.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:#d00000;}

#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear:both;}
#menu{zoom:1;}
#menu li:hover a{color:#d00000;}
#menu li a:hover {color:#d00000;}
#menu li:hover ul {opacity:1; visibility:visible; margin:0;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:80px; width:fit-content; display:block; z-index:1; transition:all .3s ease-in-out; background:#0f3763; border-radius:0 0 5px 5px; overflow:hidden; left:-5px;}
#menu ul li{margin:0; background-color:#0f3763; padding:8px 35px; width:100%; height:auto; line-height:30px; text-transform:capitalize; box-sizing:border-box; color:#ffffff!important; text-align:left; 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:14px;}
#menu ul li a{display:block; font-weight:normal!important; color:#ffffff!important;}
#menu ul li:hover{background:#0064b6; 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:15px;}
#menu ul li{font-size:13px; line-height:24px;}
}  
@media screen and (max-width:1240px){  
.header .mNavList li{margin:0 2.5% 0 0; font-size:13px;}
#menu ul li{font-size:12px; line-height:20px;}
}

.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:#0f3763; z-index:99;}
.m-header .main {margin:0 auto; width:96%; height:50px; overflow:hidden;}
.m-header-logo {float:left; width:85%; margin-top:5px;font-size:16px;}
.m-header-logo img{height:40px; 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:#d00000; margin-left:2px;}

.nav-btn {position:relative; float:right; margin:14px -10px 0 0; width:60px; height:30px; cursor:pointer;}
.nav-btn span {position:absolute; left:10px; display:block; width:35px; height:4px; background:#ffffff; 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:#0f3763;}
.m-nav ul li .m-nav-i-se svg {fill:#0f3763;}
.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:120px auto 0;}
.banner .swiper-slide .text{position:absolute; width:45%; top:50%; transform:translateY(-50%); left:10%; z-index:3; text-align:left; color:#fff; box-sizing:border-box;}
.banner .swiper-slide .text .bannerbg{opacity:0; transform:translateY(32px);transition: all 0.5s ease 0.3s; box-sizing:border-box; background:rgb(0,0,0,0.4); border-radius:25px; padding:5%; width:100%; height:100%;}
.banner .swiper-slide .text h2{margin:0; font-size:42px; line-height:1.3; width:fit-content; opacity:0; text-shadow:4px 4px 10px rgba(0,0,0,0.2);transform: translateY(32px);transition: all 0.5s ease 0.5s; color:#ffffff; font-weight:700;}
.banner .swiper-slide .text h2 span{color:#59a933;}
.banner .swiper-slide .text h3{font-size:20px; line-height:1.2; opacity:0; transform: translateY(32px);transition: all 0.5s ease 0.8s; color:#ffffff; width:fit-content; margin-top:10px;}
.banner .swiper-slide .text p{font-size:24px; line-height:1; opacity:0; text-shadow:4px 4px 10px rgba(0, 0, 0, 0.5); transform:translateY(32px); transition: all 1s ease 1s;text-shadow:4px 8px 10px rgba(0,0,0,0.4);}
.banner .swiper-slide .text .bannerbtn{margin:20px 0 0 0; height:40px; line-height:40px; padding:5px 30px; color:#ffffff; border-radius:50px; opacity:0;transform:translateY(-32px); transition: all 0.3s ease 0.3s; width:fit-content; background:#d00000; color:#ffffff; font-size:18px; font-weight:700;transition: all 0s ease 0s;}
.banner .swiper-slide .text a{display:inline-block;}
.banner .swiper-slide .text a:hover .bannerbtn{background:#b80000;}

.banner .swiper-container .swiper-wrapper .swiper-slide-active .text .bannerbg{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.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 p{transform:translateY(0);opacity: 1;}  /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide-active .text .bannerbtn{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:20px; height:6px; 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:#d00000;}
@media screen and (max-width:1560px) {
.banner .swiper-slide .text h2{font-size:32px;}
.banner .swiper-slide .text h3{font-size:18px;}
.banner .swiper-slide .text .bannerbtn{font-size:16px; height:35px; line-height:35px;}
}
@media screen and (max-width:1240px) {
.banner .swiper-slide .text h2{font-size:24px;}
.banner .swiper-slide .text h3{font-size:16px;}
.banner .swiper-slide .text .bannerbtn{font-size:14px; height:30px; line-height:30px;}
}
@media screen and (max-width:992px) {
.banner{margin-top:50px; display:block}
.banner .swiper-slide{min-height:200px;}
.banner .swiper-slide img{height:100%; width:100%; position:absolute; left:50%; transform: translateX(-50%);}
.banner .swiper-slide .text{padding:0 5%; width:100%; left:0;}
.banner .swiper-slide .text .bannerbg{border-radius:5px;}
.banner .swiper-slide .text h2{font-size:16px; line-height:1.3;margin-bottom:10px;}
.banner .swiper-slide .text h3{font-size:12px;margin-bottom:10px;}
.banner .swiper-slide .text .bannerbtn{margin:0px auto 0; padding:2px 20px; font-size:14px; font-weight:normal; height:30px; line-height:30px;}
.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:#d00000;}
.index_htitle h3{margin-bottom:5px; position:relative; z-index:3; color:#666666;}
.index_htitle h2{font-size:42px; 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:#d00000;}
.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:#d00000; 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:#d00000;}
.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:32px;}
.index_htitle h3{font-size:13px; line-height:13px;}
}

@media screen and (max-width:1240px) {
.index_htitle h1{font-size:32px;}
.index_htitle h2{font-size:30px;}
.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:5px;}
.index_htitle h2{font-size:20px; margin-bottom:5px;}
.index_htitle .plist p{padding:15px; margin-top:10px; font-weight:700;}
.index_htitle .ptxt{width:100%; padding:0;}
}


.div_more_top{margin-top:40px;}
.more{display:inline-block; height:40px; line-height:40px; padding:0px 30px; text-align:center;border-radius:100px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff; background:#d00000;}
.more:hover{background:#b80000; color:#ffffff!important;;}

.hearder_more{display:inline-block;height:40px; line-height:40px; padding:0px 20px; text-align:center;border-radius:100px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff; background:#d00000; font-size:14px;}
.hearder_more:hover{background:#b80000; color:#ffffff!important;}

@media screen and (max-width:1560px) {
.div_more_top{margin-top:30px;}
.more{height:35px; line-height:35px;}
.hearder_more{height:35px; line-height:35px; font-size:13px;}
}

@media screen and (max-width:1240px) {
.div_more_top{margin-top:20px; font-size:12px;}
}

@media screen and (max-width:992px) {
.div_more_top{margin-top:15px;}
}


.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:32px;line-height:1.3;font-weight:normal; margin-bottom:10px; color:#d00000;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:#d00000;}
.swiper-button-prev.project-area-prev:hover{background:#d00000;}

.swiper-button-next.solution-area-next{top:50%;transform:translateY(-50%);right:-40px;width:40px;height:40px;border-radius:100%;color:#d00000;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:#d00000;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; background-size:cover;padding:60px 0px;}
.mod1_box{overflow:hidden; text-align:center;}
.mod1_box h2{font-size:48px; font-weight:700; color:#df0000; text-align:center; line-height:1.3; font-family:"LexendBold";}
.mod1_box .ptxt{ font-size:24px;color:#0064b6; line-height:1.5; font-weight:700; padding:0 10%; box-sizing:border-box;}
@media screen and (max-width:1560px){
.mod1_box h2{font-size:42px; }
.mod1_box .ptxt{ font-size:18px;}
}
@media screen and (max-width:1240px){
.mod1_box h2{font-size:38px; }
.mod1_box .ptxt{ font-size:18px;}
}
@media screen and (max-width:992px){
.mod1{padding:25px 0px;}
.mod1_box h2{font-size:18px; }
.mod1_box .ptxt{ font-size:14px;padding:0;}
}


.mod2{width:100%; padding:80px 0px; box-sizing:border-box; background:#ffffff;}
.mod2_box{position:relative;text-align:center; margin-top:30px; height:720px;}
.mod2_box ul{display:flex; position:relative;}
.mod2_box ul li{display:flex; flex-direction:column; align-items:center; position:absolute; max-width:280px;}
.mod2_box ul li .mod2_box_pic{background:#0064b6; padding:20px; box-sizing:border-box; border-radius:100%; margin-bottom:10px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.mod2_box ul li .mod2_box_pic:hover{background:#0f3763;}
.mod2_box ul li .mod2_box_pic img{max-width:100px;}
.mod2_box ul li h2{font-size:18px; font-weight:700; color:#0064b6; line-height:1.2;}
.mod2_box ul li h2 a{color:#0064b6;}
.mod2_box ul li h2 a:hover{color:#d00000;}
.mod2_box ul li .ptxt{margin-top:5px; line-height:1.5;}
.mod2_box ul li .more{display:none;}

.mod2_box ul li:nth-child(1){left:50%; transform:translateX(-50%); top: 0; background:#0f3763; padding:30px; box-sizing:border-box; border-radius:50%; border:50px #f4f7fb solid; aspect-ratio:1/1; display:flex; flex-direction:column; align-items:center; justify-content: center; overflow: hidden; max-width:430px;}
.mod2_box ul li:nth-child(1) .mod2_box_pic{background:none; padding:0px; margin-bottom:0;}
.mod2_box ul li:nth-child(1) .mod2_box_pic img{max-width:110px;}
.mod2_box ul li:nth-child(1) h2{color:#ffffff; font-size:24px;}
.mod2_box ul li:nth-child(1) h2 a{color:#ffffff;}
.mod2_box ul li:nth-child(1) h2 a:hover{color:#d00000;}
.mod2_box ul li:nth-child(1) .ptxt{color:#ffffff;}
.mod2_box ul li:nth-child(1) .more{margin-top:10px; display:block;}

.mod2_box ul li:nth-child(2){top:20px; left:8%;}
.mod2_box ul li:nth-child(3){top:320px; left:15%;}
.mod2_box ul li:nth-child(4){top:480px; left:50%; transform:translateX(-50%);}
.mod2_box ul li:nth-child(5){top:320px; right:15%;}
.mod2_box ul li:nth-child(6){top:20px; right:8%;}
@media screen and (max-width:1240px){
.mod2_box ul li h2{font-size:16px;}
.mod2_box ul li:nth-child(1) h2{font-size:20px;}
}
@media screen and (max-width:992px){
.mod2{padding:25px 0px;}
.mod2_box{margin-top:20px; height:auto;}
.mod2_box ul{display:grid; grid-template-columns:repeat(2,1fr); gap:30px;}
.mod2_box ul li{position:relative; max-width:none;}
.mod2_box ul li h2{font-size:14px;}
.mod2_box ul li .mod2_box_pic{padding:10px;}
.mod2_box ul li .mod2_box_pic img{max-width:80px;}

.mod2_box ul li:nth-child(1){left:0; transform:translateX(0); background:none; padding:0px; border-radius:0; border:none; max-width:none; aspect-ratio:auto;justify-content:flex-start;}
.mod2_box ul li:nth-child(1) .mod2_box_pic{background:#0064b6; padding:10px; box-sizing:border-box; border-radius:100%; margin-bottom:10px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.mod2_box ul li:nth-child(1) .mod2_box_pic:hover{background:#0f3763;}
.mod2_box ul li:nth-child(1) .mod2_box_pic img{max-width:80px;}
.mod2_box ul li:nth-child(1) h2{font-size:14px; font-weight:700; color:#0064b6; line-height:1.2;}
.mod2_box ul li:nth-child(1) h2 a{color:inherit;}
.mod2_box ul li:nth-child(1) h2 a:hover{color:inherit;}
.mod2_box ul li:nth-child(1) .ptxt{color:inherit;}
.mod2_box ul li:nth-child(1) .more{display:none;}
.mod2_box ul li:nth-child(2){top:0; left:0;}
.mod2_box ul li:nth-child(3){top:0; left:0;}
.mod2_box ul li:nth-child(4){top:0; left:0; transform:translateX(0);}
.mod2_box ul li:nth-child(5){top:0; right:0;}
.mod2_box ul li:nth-child(6){top:0; right:0;}
}


.mod3{width:100%; box-sizing:border-box; padding:80px 0; background:#f4f7fb;}
.mod3_box{position:relative;margin-top:10px;}
.mod3_box ol{display:flex; align-items: stretch; justify-content:center; gap:5px; flex-wrap:wrap; align-items: stretch;}
.mod3_box ol li{width:fit-content; padding:6px 30px; box-sizing:border-box; background:#0064b6; color:#ffffff; border-radius:50px; cursor:pointer;transition:all .3s ease-in-out;}
.mod3_box ol li:hover{background:#d00000; color:#ffffff;}
.mod3_box ol .active{background:#d00000; color:#ffffff;}

.mod3_box_list{margin-top:40px;}
.mod3_box_list .mod3_list{display:grid; grid-template-columns:repeat(2,1fr); gap:40px;}
.mod3_box_list .mod3_list li{overflow:hidden; position:relative; display:flex; flex-direction:column;}
.mod3_box_list .mod3_list li .imgbox{border-radius:5px;}
.mod3_box_list .ptxt ul{overflow:hidden;}
.mod3_box_list .ptxt ul li{background:url(../images/dian.svg) left center no-repeat; padding-left:15px; background-size:8px; margin-top:5px;}

.mod3_box_list_top{margin-bottom:45px;}
.mod3_box_list_top h2{font-size:20px; color:#0064b6; font-weight:700; padding-left:28px; box-sizing:border-box; margin-bottom:5px; background:url(../images/des.svg) left -1px no-repeat; background-size:22px;}
.mod3_box_list_end h2{font-size:20px; color:#0064b6; font-weight:700; padding-left:30px; box-sizing:border-box; margin-bottom:5px; background:url(../images/app.svg) left center no-repeat; background-size:24px;}

@media screen and (max-width:992px){
.mod3{padding:25px 0;}
.mod3_box{margin-top:20px;}
.mod3_box_list{margin-top:20px;}
.mod3_box_list .mod3_list{display:block; grid-template-columns:repeat(2,1fr); gap:10px;}
.mod3_box_list_top{margin-bottom:20px;}
.mod3_box_list_top h2{font-size:16px;}
.mod3_box_list_end{margin-bottom:20px;}
.mod3_box_list_end h2{font-size:16px;}
.mod3_box_list .ptxt ul li{margin-top:5px;}
}

.mod4{width:100%; box-sizing:border-box; background:#ffffff; 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:32px; margin-bottom:10px; font-weight:700; color:#0064b6;}
.mod4_box img{border-radius:5px;}
.mod4_box em{color:#0064b6;font-style:italic;}
.mod4_box_left{width:48%;}
.mod4_box_right{width:48%;}
@media screen and (max-width:1560px){  
.mod4_box h3{font-size:32px;}
}
@media screen and (max-width:1240px){  
.mod4_box h3{font-size:24px;}
}
@media screen and (max-width:992px){  
.mod4{padding:25px 0;}
.mod4_box{margin:10px auto 0;}
.mod4_box h3{font-size:18px;}
.mod4_box_left{width:100%;}
.mod4_box_right{width:100%;margin-top:10px;}
}

.mod5{width:100%; padding:80px 0px; box-sizing:border-box;background:#f4f7fb;}
.mod5_box{position:relative; margin-top:30px;}
.mod5_box ul{display:grid; grid-template-columns:repeat(4,1fr); gap:50px;}
.mod5_box ul li{overflow:hidden; position:relative; padding:40px; box-sizing:border-box; border-radius:5px; text-align:center; background:#ffffff;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1); transition:all .3s ease-in-out;}
.mod5_box ul li h3{font-size:18px; font-weight:bold; line-height:1.3; margin-top:20px; color:#0064b6;}
.mod5_box ul li .mod5_img{width:40%; display:block;  margin:0 auto; background:#0064b6; border-radius:100%; padding:10px; aspect-ratio: 1 / 1; box-sizing:border-box;align-items:center; justify-content:center; display:flex;}
.mod5_box ul li .mod5_img img{width:60%;}
.mod5_box ul li .ptxt{ margin-top:10px;}
.mod5_box ul li:hover{background:#0f3763; cursor:pointer;}
.mod5_box ul li:hover h3{color:#ffffff;}
.mod5_box ul li:hover .ptxt{color:#ffffff;}
@media screen and (max-width:1240px){  
.mod5_box ul li h3{font-size:16px;}
}
@media screen and (max-width:992px){  
.mod5{padding:25px 0px;}
.mod5_box{margin-top:10px;}
.mod5_box ul{grid-template-columns:repeat(2,1fr); gap:10px;}
.mod5_box ul li{padding:10px; margin-bottom:10px;}
.mod5_box ul li h3{font-size:14px; margin-top:5px;}
}


.mod6{width:100%; background:#ffffff; padding:80px 0 30px 0; box-sizing:border-box;}
.mod6_box{position:relative; margin-top:30px;display:block;}
.mod6_box .mod6_box_txt{letter-spacing:-8px;}
.mod6_box .mod6_box_txt li{display:inline-block; letter-spacing:normal; vertical-align:top; width:100%; position:relative; cursor:pointer; background:none; padding-left:0; margin-left:0;}
.mod6_box .fa-caret-right{ background:url(../images/right.svg) center center no-repeat; width:20px; height:20px; float:right; background-size:16px;}
.mod6_box .iconRotate{transform: rotate(90deg); transition: transform 0.5s;}
.mod6_box .fa-caret-right:hover{cursor:pointer;}
.mod6_box .d-firstNav{color:#0064b6; position:relative; padding:25px; line-height:20px; box-sizing:border-box;border-bottom:1px rgba(0,0,0,0.1) dotted; font-weight:700; font-size:18px; background:#eff3f9;}
.mod6_box .d-secondNav{position:relative; padding:12px; line-height:20px; border-bottom:1px rgba(255,255,255,0.1) solid; box-sizing:border-box; font-size:14px; background:#7f7f7f;}
.mod6_box .d-secondNav a{color:#fff;}
.mod6_box .d-secondNav a:hover{color:#ff6600;}
.mod6_box .s-secondItem{background:url(../images/point.png) 12px center no-repeat; position:relative; padding:12px 12px 12px 24px; line-height:20px; border-bottom:1px #ededed solid;box-sizing:border-box;}
.mod6_box .d-secondDrop{box-sizing:border-box;}
.mod6_box .s-firstDrop,.s-secondDrop {display:none; padding:30px; background:#fafafa; box-sizing:border-box; margin:0;}
@media screen and (max-width:992px) {
.mod6{padding:25px 0px;}
.mod6_box{margin-top:10px;}
.mod6_box .s-firstDrop,.s-secondDrop{padding:15px;}
.mod6_box .d-firstNav{font-size:14px; padding:15px;}
}

.mod7{width:100%;}

.mod8{width:100%; box-sizing:border-box; background:#ffffff; padding:30px 0 80px 0; box-sizing:border-box;}
.mod8_box{display:flex; flex-wrap:wrap; justify-content:space-between;}
.mod8_box_left{width:35%;}
.mod8_box_right{width:55%;}
.mod8_box .index_htitle{text-align:left;}
.mod8_box .index_htitle h2{font-size:32px;}
.mod8_box .ptxt ul{overflow:hidden; margin:10px 0;}
.mod8_box .ptxt ul li{background:url(../images/dian.svg) left center no-repeat; padding-left:15px; background-size:8px; margin-top:5px; font-weight:700; color:#0064b6;}
@media screen and (max-width:1560px){  
.mod8_box .index_htitle h2{font-size:32px;}
}
@media screen and (max-width:1240px){  
.mod8_box .index_htitle h2{font-size:24px;}
}
@media screen and (max-width:992px){  
.mod8{padding:0 0 25px 0;}
.mod8_box{margin:10px auto 0;}
.mod8_box_left{width:100%;}
.mod8_box_right{width:100%;margin-top:20px;}
.mod8_box .index_htitle h2{font-size:20px;}
}

/***msn***/
.msntable{position:relative; margin-top:20px;}
.msntable ul{display:flex; gap:2%; flex-wrap:wrap; align-items:stretch;}
.msntable ul li{margin-bottom:10px;}
.msntable ul li:nth-child(1){width:32%;}
.msntable ul li:nth-child(2){width:32%;}
.msntable ul li:nth-child(3){width:32%;}
.msntable ul li:nth-child(4){width:49%;}
.msntable ul li:nth-child(5){width:49%;}
.msntable ul li:nth-child(6){width:100%;}
.msntable ul li:nth-child(7){width:100%;}
.msntable_submit{width:100%; background-color:#0064b6; 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; font-size:inherit; font-weight:700;}
.msntable_submit:hover{background:#d00000;}
.msntable_input{width:100%; padding:10px; line-height:30px; background:#f8f8f8; box-sizing:border-box; border-radius:5px;font-family:"Poppins-Regular"; border:1px #dddddd solid;}
.msntable_textarea{width:100%;line-height:30px; resize:none;font-family:"Poppins-Regular", Helvetica, sans-serif; padding:15px;background:#f8f8f8; box-sizing:border-box; border-radius:5px; height:150px;border:1px #dddddd solid;}
.msntable_input::placeholder {color:#999!important; opacity:0.8!important;}
.msntable_textarea::placeholder {color:#999!important;opacity:0.8!important;}
@media screen and (max-width:992px) {
.msntable{margin-top:10px;}
.msntable ul li{margin-bottom:10px;}
.msntable ul li:nth-child(1){width:100%;}
.msntable ul li:nth-child(2){width:100%;}
.msntable ul li:nth-child(3){width:100%;}
.msntable ul li:nth-child(4){width:100%;}
.msntable ul li:nth-child(5){width:100%;}
.msntable_input{font-size:13px; padding:10px;}
.msntable_textarea{font-size:13px; line-height:20px; padding:10px;}
.msntable_submit{padding:15px 20px;}
}

/***footer***/
.footer {position:relative; padding:60px 0 0 0; background:#092040;}
.footer_left{width:36%; 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 img{max-width:160px; display:block; margin-bottom:10px;}
.footer_left_contact h2{ position:relative; font-size:18px; margin-bottom:20px; font-weight:bold; color:#3686c7;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:15px; padding-left:25px; line-height:24px; background-repeat:no-repeat; background-size:18px; background-position: left 0px top 4px; opacity:0.7;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; width:fit-content;}
.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:20px;}
.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:59%; display:flex; justify-content:space-between; gap:30px; margin-left:5%;}
.footer_right .footer_nav:nth-child(1){width:38%;}
.footer_right .footer_nav:nth-child(2){width:38%;}
.footer_right .footer_nav:nth-child(3){width:24%;}
.footer_nav h2{font-size:18px; margin-bottom:20px; text-transform:uppercase; font-weight:bold; color:#fff;}
.footer_nav h2 a{color:#ffffff;}
.footer_nav h2 a:hover{color:#ffffff; text-decoration:underline;}
.footer_nav ul{letter-spacing:-8px;}
.footer_nav ul li{letter-spacing:normal; vertical-align:top; width:100%; margin-bottom:10px; background:url(../images/dian.png) left center no-repeat; padding-left:10px; text-transform: capitalize; opacity:0.7;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; width:fit-content;}
.footer_nav ul li a{color:#fff;}
.footer_nav ul li:hover a{color:#ffffff; text-decoration:underline; opacity:1;}
.footer_nav ul li:hover{opacity:1;}

.footer_btn1{width:fit-content; border-radius:50px; background:#00b3c0; color:#ffffff; padding:15px 30px 10px 30px; margin-bottom:15px; text-align:center; margin-top:15px;transition:all .3s ease-in-out;}
.footer_btn1 h3{font-size:16px; font-weight:normal; line-height:1.2;}
.footer_btn1 p{opacity:0.8; line-height:1.2; font-size:14px;}
.footer_btn1:hover{background:#ff6600;}

.footer_btn2{width:fit-content; border-radius:50px; background:#00b57c; color:#ffffff; padding:15px 30px 10px 30px;  text-align:center;transition:all .3s ease-in-out;}
.footer_btn2 h3{font-size:16px; font-weight:normal; line-height:1.2;}
.footer_btn2 p{opacity:0.8; line-height:1.2; font-size:14px;}
.footer_btn2:hover{background:#ff6600;}

.footer_copyright {width:100%; text-align:center; color:#ffffff; opacity:0.5; background:rgb(0,0,0,0.5); 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;}
.footer_nav h2{font-size:16px; margin-bottom:20px;}
}

@media screen and (max-width:1240px) {
.footer_left_contact h2{font-size:14px; margin-bottom:10px;}
.footer_nav h2{font-size:14px; margin-bottom:10px;}
}

@media screen and (max-width:992px) {
.footer {padding:20px 0 0 0; box-sizing:border-box; margin-top:0;}
.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:14px; margin-bottom:10px;}
.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:12px; 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:120px auto 0; width:100%;position:relative; overflow:hidden;}
.ban .addiv{position:absolute; width:90%; max-width:1560px; padding:0; color:#ffffff; left:50%; transform: translateX(-50%); text-align:center; bottom:-15px;}
.ban .addiv h2{font-size:72px; line-height:1; text-transform:uppercase; font-weight:700; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:rgb(255,255,255,0.65);text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);font-family:"LexendBold";}
.ban .addiv_txt{font-size:16px; text-transform:uppercase; color:rgb(255,255,255,0.5);}
@media screen and (max-width:1560px) {
.ban .addiv h2{font-size:65px;}
.ban .addiv_txt{font-size:14px;}
}
@media screen and (max-width:1240px) {
.ban .addiv h2{font-size:48px;}
.ban .addiv_txt{font-size:13px;}
}

@media screen and (max-width:992px) {
.ban {margin:50px auto 0;display: flex; flex-direction:column; }
.ban .addiv_txt{font-size:13px;}
.ban .addiv{width:100%; max-width:100%; bottom:-5px;}
.ban .addiv h2{font-size:24px;}
}


/*--------内页路径--------*/
#weizhi{width:100%; margin:0 auto; background:#f8f8f8;}
#weizhi2{width:100%; margin:120px auto 0; background:#ffffff;}
.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:1560px;}
}
@media screen and (max-width:1920px) {
.weizhi {width:90%; max-width:1420px;}
}
@media screen and (max-width:992px) {
#weizhi{margin:0 auto;}
#weizhi2{margin:50px 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:60px 0;}
.lymain_box_left{float:right; width:72%; box-sizing:border-box; margin:0 5% 0 0;}
.lymain_box_right{float:left; width:23%; background:#f4f7fb; padding:30px; box-sizing:border-box; border-radius:5px;}
@media screen and (max-width:768px){
.lymain_box{display:block; margin:15px 0;}
.lymain_box_left{float:none; width:100%;}
.lymain_box_right{display:none;}
}

/*右侧的分类列表*/
.lymain_right_list{ position:relative; display:block; overflow:hidden; margin-bottom:20px;}
.lymain_right_list h2{font-size:24px; padding-bottom:10px; border-bottom:1px #dddddd dotted; font-weight:bold; font-family:"LexendBold";}
.lymain_right_list ul{overflow:hidden;}
.lymain_right_list ul li{position:relative; box-sizing:border-box; border-bottom:1px #dddddd dotted; padding:10px 0 10px 14px; background:url(../images/dian.svg) left center no-repeat; background-size:8px;}
@media screen and (max-width:1560px) {
.lymain_right_list h2{font-size:18px;}
}

@media screen and (max-width:1240px) {
.lymain_right_list h2{font-size:16px;}
}

/*右侧推荐新闻*/
.lymain_right_news{ position:relative; display:block; overflow:hidden; margin-bottom:40px;}
.lymain_right_news h2{font-size:24px; padding-bottom:10px; border-bottom:1px #dddddd dotted; font-weight:bold; font-family:"LexendBold";}
.lymain_right_news ul{overflow:hidden; margin-top:10px;}
.lymain_right_news ul li{width:100%; position:relative; box-sizing:border-box; overflow:hidden; border-bottom:1px #dddddd solid; padding-bottom:20px;}
.lymain_right_news ul li:nth-child(n+2){margin-top:20px;}
.lymain_right_news ul li .news_box{box-sizing:border-box;}
.lymain_right_news ul li .news_title{font-weight:bold;-webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; line-height:24px;}
.lymain_right_news ul li .imgbox{width:20%; float:left; margin-right:10px; border-radius:5px; overflow:hidden;}
.lymain_right_news ul li .ptxt{-webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; margin-top:5px; line-height:20px; font-size:14px; }
.lymain_right_news ul li .news_date{display:inline-block; font-size:16px; color:#999999; font-weight:normal; background:url(../images/date.svg) left center no-repeat; padding-left:30px; background-size:20px;}
.lymain_right_news ul li .news_more{border-top:1px #dddddd dotted; padding-top:5px; margin-top:5px;}

@media screen and (max-width:1560px) {
.lymain_right_news h2{font-size:18px;}
.lymain_right_news ul li .news_title{font-size:14px;}
}

@media screen and (max-width:1240px) {
.lymain_right_news h2{font-size:16px;}
.lymain_right_news ul li .news_title{font-size:12px;}
}



/*分页*/
.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:#d00000; color:#fff;}
.pagea{background:#d00000!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_htitle{width:100%;box-sizing:border-box;position:relative;text-align:center;}
.about_htitle h3{font-size:18px; margin-bottom:20px; padding:0 4%; box-sizing:border-box;}
.about_htitle h2{font-size:32px;line-height:1.2;font-weight:700; margin-bottom:10px; font-family:"LexendBold";}
@media screen and (max-width:1560px){
.about_htitle h3{font-size:16px; margin-bottom:15px; }
.about_htitle h2{font-size:32px;}
}
@media screen and (max-width:1240px){
.about_htitle h3{font-size:14px; margin-bottom:10px; }
.about_htitle h2{font-size:24px;}
}

@media screen and (max-width:992px){
.about_htitle h3{margin-bottom:10px; font-size:12px; padding:0;}
.about_htitle h2{font-size:20px; margin-bottom:10px;}
}

.about_pic{position:relative;}
.about_pic ul{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.about_pic ul li{overflow:hidden; border-radius:5px; border:5px #ffffff solid; box-sizing:border-box;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
@media screen and (max-width:992px){
.about_pic ul{gap:10px;}
.about_pic ul li{border:3px #ffffff solid;}
}

.factory_pic{position:relative;}
.factory_pic ol{display:grid; grid-template-columns:repeat(3,1fr); gap:5px;}
.factory_pic ol li{overflow:hidden; border-radius:5px; padding:0!important;}
@media screen and (max-width:992px){
.factory_pic ol{gap:5px;}
.factory_pic ol{grid-template-columns:repeat(2,1fr);}
}

.about_mod1{width:100%;display:block;padding:60px 0 0 0;box-sizing:border-box;position:relative; background:linear-gradient(to bottom, #0f3763 70%, #ffffff 30%);}
.about_mod1 .about_htitle h3{color:#ffffff;}
.about_mod1 .about_htitle h2{color:#ffffff;}
@media screen and (max-width:992px){
.about_mod1{padding:30px 0 0 0;background:linear-gradient(to bottom, #0f3763 70%, #0f3763 30%);}
}

.about_mod2{width:100%;display:block;padding:60px 0;box-sizing:border-box;position:relative;}
@media screen and (max-width:992px){
.about_mod2{padding:30px 0;}
}

.about_mod3{width:100%;display:block;padding:60px 0;box-sizing:border-box;position:relative; background:#f4f7fb;}
.about_mod3_box{position:relative; margin-top:30px;}
.about_mod3_box ul{display:grid; grid-template-columns:repeat(4,1fr); gap:50px;}
.about_mod3_box ul li{overflow:hidden; position:relative; padding:30px; box-sizing:border-box; border-radius:5px; text-align:center; background:#ffffff;box-shadow:0 4px 12px rgba(0, 0, 0, 0.1); transition:all .3s ease-in-out;}
.about_mod3_box ul li h3{font-size:18px; font-weight:bold; line-height:1.3; margin-top:20px; color:#0064b6;}
.about_mod3_box ul li .mod5_img{width:40%; display:block;  margin:0 auto; background:#0064b6; border-radius:100%; padding:10px; aspect-ratio: 1 / 1; box-sizing:border-box;align-items:center; justify-content:center; display:flex;}
.about_mod3_box ul li .mod5_img img{width:60%;}
.about_mod3_box ul li .ptxt{ margin-top:10px;}
.about_mod3_box ul li:hover{background:#0f3763; cursor:pointer;}
.about_mod3_box ul li:hover h3{color:#ffffff;}
.about_mod3_box ul li:hover .ptxt{color:#ffffff;}
@media screen and (max-width:1560px){  
.about_mod3_box ul{gap:30px;}
.about_mod3_box ul li{padding:20px;}
.about_mod3_box ul li h3{font-size:16px;}
}
@media screen and (max-width:1240px){
.about_mod3_box ul{gap:15px;}
.about_mod3_box ul li{padding:10px;}
.about_mod3_box ul li h3{font-size:16px;}
}
@media screen and (max-width:992px){  
.about_mod3{padding:30px 0;}
.about_mod3_box{margin-top:10px;}
.about_mod3_box ul{grid-template-columns:repeat(1,1fr); gap:10px;}
.about_mod3_box ul li{padding:30px; margin-bottom:10px;}
.about_mod3_box ul li h3{font-size:18px; margin-top:5px;}
.about_mod3_box ul li .mod5_img{width:30%;}
}

.about_mod4{width:100%;display:block;padding:60px 0;box-sizing:border-box;position:relative;}
.about_mod4_box{position:relative; margin-top:30px;}
.about_mod4_box .about_htitle h2{font-size:24px; text-align:left; color:#0064b6;}
.about_mod4_box .about_htitle h3{text-align:left; padding:0;}
.about_mod4_box ul{display:grid; grid-template-columns:repeat(2,1fr); gap:50px;}
.about_mod4_box ul li{overflow:hidden; position:relative; padding:40px; box-sizing:border-box; border-radius:5px; text-align:center; transition:all .3s ease-in-out;background:#f4f7fb;}
@media screen and (max-width:992px){
.about_mod4{padding:30px 0;}
.about_mod4_box{margin-top:10px;}
.about_mod4_box .about_htitle h2{font-size:18px; margin-bottom:0;}
.about_mod4_box ul{grid-template-columns:repeat(1,1fr); gap:20px 0px;}
.about_mod4_box ul li{padding:20px;}
}

.about_mod5{width:100%;display:block;padding:60px 0;box-sizing:border-box;position:relative; background:#f4f7fb;}
.about_mod5_box{position:relative; margin-top:30px;}
.about_mod5_box .about_htitle h2{text-align:left;}
.about_mod5_box .about_htitle h3{text-align:left; padding:0;}
.about_mod5_box ul{display:grid; grid-template-columns:repeat(2,1fr); gap:80px;}
.about_mod5_box ul li{overflow:hidden; position:relative; box-sizing:border-box; }
@media screen and (max-width:992px){
.about_mod5{padding:30px 0;}
.about_mod5_box{margin-top:10px;}
.about_mod5_box ul{grid-template-columns:repeat(1,1fr); gap:20px 0px;}
}


/*contact us*/
.contact_mod1{position:relative; padding:60px 0; box-sizing:border-box}
@media screen and (max-width:992px) {
.contact_mod1{padding:30px 0;}
}

.contact_mod2{width:100%; box-sizing:border-box; position:relative; padding:0 0 60px 0;}
.contact_mod2_box{position:relative;}
.contact_mod2_box ol{display:grid;grid-template-columns:9fr 11fr; gap:100px;}
.contact_mod2_box .index_htitle h2{ text-align:left; font-size:32px; color:#0064b6;}
.contact_mod2_box .index_htitle .ptxt{ text-align:left;}

.contact_mod2_box_left{display:block;}
.contact_mod2_box_left ul li{display:flex; margin-bottom:25px;}
.contact_mod2_box_left ul li .iconpic img{width:30px; margin-top:4px;}
.contact_mod2_box_left ul li .ptxt{padding-left:10px;}
.contact_mod2_box_left ul li .ptxt h3{font-size:16px; font-weight:700; color:#0064b6;}
.contact_mod2_box_left ul li .ptxt h3 a{color:#0064b6;}
.contact_mod2_box_left ul li .ptxt h3 a:hover{color:#d00000;}
@media screen and (max-width:1560px){
.contact_mod2_box .index_htitle h2{font-size:24px;}
.contact_mod2_box_left ul li{margin-bottom:20px;}
.contact_mod2_box_left ul li .ptxt h3{font-size:14px;}
}
@media screen and (max-width:1240px){
.contact_mod2_box .index_htitle h2{font-size:18px;}
.contact_mod2_box_left ul li{margin-bottom:15px;}
.contact_mod2_box_left ul li .ptxt h3{font-size:12px;}
}
@media screen and (max-width:992px) {
.contact_mod2{padding:0 0 30px 0;}
.contact_mod2_box ol{grid-template-columns:repeat(1,1fr); gap:20px 0;}
}


/*app*/
.app_mod1{position:relative; padding:60px 0 10px 0; box-sizing:border-box}
@media screen and (max-width:992px) {
.app_mod1{padding:30px 0 10px 0;}
}

.app{width:100%; box-sizing:border-box; position:relative; padding:0 0 80px 0;}
.app_box{display:block; width:100%; margin-bottom:60px;}
.app_box ul{display:grid; grid-template-columns:repeat(4,1fr); gap:30px;}
.app_box ul li{box-sizing:border-box; border-radius:5px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow:hidden;}
.app_box ul li p{text-align:center; margin:10px auto;}
@media screen and (max-width:1560px){
.app_box{margin-bottom:40px;}
.app_box ul{gap:20px;}
}
@media screen and (max-width:1240px){
.app_box{margin-bottom:20px;}
.app_box ul{gap:10px;}
}
@media screen and (max-width:992px){
.app{padding:0 0 30px 0;}
.app_box{margin-bottom:20px;}
.app_box ul{grid-template-columns:repeat(2,1fr); gap:10px;}
}

.app_box1{display:block; margin-bottom:40px;}
.app_box1 h1{font-size:36px;line-height:1.2; margin-bottom:20px;text-align:left; font-family:"LexendBold"; box-sizing:border-box; font-weight:700; padding:10px 15px; background:#f4f7fb; border-radius:5px; color:#0064b6;}
.app_box1 h2{font-size:32px; 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";}
.app_box1 h2 span{color:#d00000;}
.app_box1 .ptxt{text-align:left; margin-top:10px;}
.app_box1 .ptext{margin-top:10px}
.app_box1 .ptext ul{overflow:hidden; margin:10px 0 0 0;}
.app_box1 .ptext ul li{background:url(../images/dian.svg) left center no-repeat; padding-left:15px; background-size:8px; margin-top:5px;}
.app_box1 .app_box1_msn{margin-top:60px;}
.app_box1 .app_box1_pic{margin-bottom:60px;}
@media screen and (max-width:1560px){
.app_box1 h1{font-size:32px;margin-bottom:20px;}
.app_box1 h2{font-size:24px;}
.app_box1 .app_box1_msn{margin-top:40px;}
.app_box1 .app_box1_pic{margin-bottom:40px;}
}
@media screen and (max-width:1240px){
.app_box1 h1{font-size:24px;margin-bottom:15px;}
.app_box1 h2{font-size:18px;}
.app_box1 .app_box1_msn{margin-top:30px;}
.app_box1 .app_box1_pic{margin-bottom:30px;}
}
@media screen and (max-width:992px){
.app_box1{margin-bottom:20px;}
.app_box1 h1{font-size:24px;margin-bottom:15px;}
.app_box1 h2{font-size:20px;}
.app_box1 .app_box1_msn{margin-top:30px;}
.app_box1 .app_box1_pic{margin-bottom:30px;}
}


.app_box1_pic{position:relative; margin:15px 0 0 0;}
.app_box1_pic ul{display:grid; grid-template-columns:repeat(3,1fr); gap:20px;}
.app_box1_pic ul li{overflow:hidden; border-radius:5px; box-sizing:border-box;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align:center;}
.app_box1_pic ul li p{margin:10px 0;}
@media screen and (max-width:1560px){
.app_box1_pic{margin:15px 0 0 0;}
}
@media screen and (max-width:1240px){
.app_box1_pic{margin:10px 0 0 0;}
}
@media screen and (max-width:992px){
.app_box1_pic{margin:10px 0 0 0;}
.app_box1_pic ul{gap:10px;grid-template-columns:repeat(2,1fr);}
.app_box1_pic ul li{border:3px #ffffff solid;}
}


.app_box1_prod{position:relative; margin:60px 0;}
.app_box1_prod ul{display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:10px;}
.app_box1_prod ul li{overflow:hidden; border-radius:5px; box-sizing:border-box;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); text-align:center;}
.app_box1_prod ul li p{margin:10px 0;}
@media screen and (max-width:1560px){
.app_box1_prod{margin:40px 0;}
}
@media screen and (max-width:1240px){
.app_box1_prod{margin:30px 0;}
}
@media screen and (max-width:992px){
.app_box1_prod{margin:30px 0;}
.app_box1_prod ul{gap:10px; grid-template-columns:repeat(2,1fr)}
.app_box1_prod ul li{border:3px #ffffff solid;}
}



/*新闻*/
.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 4px 12px rgba(0, 0, 0, 0.1); 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:30px; box-sizing:border-box;}
.newslist2_box h2{font-size:20px; font-weight:bold; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical;}
.newslist2_box .ptxt{overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; margin-top:10px;}
.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:#0f3763;}
.newslist2_box .mod5top p:last-child a:hover{color:#d00000;}
@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:18px; height:auto;}
.newslist2_box .ptxt{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 20px 0; overflow:hidden; text-align:left; padding-bottom:10px; 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:#0f3763; 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:32px;}
.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_box1{display:block;}
.prod_box1 h1{font-size:42px;line-height:1.2; margin-bottom:10px;text-align:left; font-family:"LexendBold";}
.prod_box1 h2{font-size:20px; color:#0064b6; padding:5px 0px; box-sizing:border-box; font-weight:700; border-bottom:2px #0064b6 solid;}
.prod_box1 .ptxt{text-align:left; margin-top:10px;}
.prod_box1 .ptext{margin-top:10px}
.prod_box1 .ptext ul{overflow:hidden; margin:10px 0 0 0;}
.prod_box1 .ptext ul li{background:url(../images/dian.svg) left center no-repeat; padding-left:15px; background-size:8px; margin-top:5px;}
.prod_box1 .prod_box1_msn{margin-top:50px;}
@media screen and (max-width:1560px){
.prod_box1 h1{font-size:32px;}
.prod_box1 h2{font-size:18px;}
.prod_box1 .prod_box1_msn{margin-top:40px;}
}
@media screen and (max-width:1240px){
.prod_box1 h1{font-size:24px;}
.prod_box1 h2{font-size:16px;}
.prod_box1 .prod_box1_msn{margin-top:30px;}
}
@media screen and (max-width:992px){
.prod_box1 h1{font-size:24px;}
.prod_box1 h2{font-size:16px;}
.prod_box1 .prod_box1_msn{margin-top:20px;}
}


.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;}
}






/*prod details*/
.prod_mod{display:block;}
.prod_mod_padding{padding:60px 0 0 0;}
.prod_htitle{width:100%; box-sizing:border-box; position:relative; text-align:left;}
.prod_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";}
.prod_htitle h1 span{color:#d00000;}
.prod_htitle h3{margin-bottom:5px; position:relative; z-index:3; color:#666666;}
.prod_htitle h2{font-size:32px; 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";}
.prod_htitle h2 span{color:#d00000;}
.prod_htitle .ptxt a{color:#d00000;}
.prod_htitle .ptxt a:hover{text-decoration:underline;}
.prod_htitle .ptxt{line-height:28px!important; word-break:break-word!important; overflow:hidden; padding-top:10px;}
.prod_htitle .ptxt p, .prod_htitle .ptxt span{line-height:28px!important;}
.prod_htitle .ptxt ul, .prod_htitle .ptxt ol{margin:5px 0;box-sizing:border-box;}
.prod_htitle .ptxt li, .prod_htitle .ptxt li{ background:url(../images/dian.svg) left 10px no-repeat; background-size:8px; padding-left:14px; box-sizing:border-box; color:#0064b6;}
.prod_htitle .ptxt table{width:100%;}
.prod_htitle .ptxt table tr:nth-child(odd){background-color:#f5f5f5;}
.prod_htitle .ptxt table tr:nth-child(even){background-color: #ffffff;}
.prod_htitle .ptxt table tr:first-child{background-color:#0f3763; color:#ffffff;}
.prod_htitle .ptxt td{padding:10px; font-size:16px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important; vertical-align:top;}
.prod_htitle .ptxt td p, .prod_htitle .ptxt td span{font-size:16px!important;line-height:24px!important;word-break:initial!important;}
.prod_htitle .ptxt th{padding:10px; font-size:16px!important; border:1px #CCCCCC solid!important;line-height:24px!important;word-break:initial!important; font-weight:normal;}
.prod_htitle .ptxt th p, .prod_htitle .ptxt th span{font-size:16px!important;line-height:24px!important;word-break:initial!important;font-weight:normal;}
.prod_htitle .ptxt img{width:auto; max-width:100%; margin:0 auto; display:inline;}
@media screen and (max-width:1560px) {
.prod_mod_padding{padding:40px 0 0 0;}
.prod_htitle h1{font-size:45px;}
.prod_htitle h2{font-size:32px;}
.prod_htitle h3{font-size:13px; line-height:13px;}
}

@media screen and (max-width:1240px) {
.prod_mod_padding{padding:30px 0 0 0;}
.prod_htitle h1{font-size:32px;}
.prod_htitle h2{font-size:24px;}
.prod_htitle h3{font-size:13px; line-height:13px;}
}

@media screen and (max-width:992px) {
.prod_mod_padding{padding:20px 0 0 0;}
.prod_htitle{margin-bottom:10px;}
.prod_htitle h1{font-size:24px; margin-bottom:5px;}
.prod_htitle h2{font-size:20px; margin-bottom:5px;}
.prod_htitle .plist p{padding:15px; margin-top:10px; font-weight:700;}
.prod_htitle .ptxt{width:100%; padding:0;}

.prod_htitle .ptxt{line-height:24px!important; padding-top:0px;}
.prod_htitle .ptxt p, .prod_htitle .ptxt span{line-height:24px!important;}
.prod_htitle .ptxt table{display: -webkit-box; width:auto!important; white-space: nowrap; overflow-x:auto; overflow-y: hidden;}
.prod_htitle .ptxt td{padding:8px; font-size:13px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important;}
.prod_htitle .ptxt td p, .prod_htitle .ptxt td span{font-size:13px!important;line-height:16px!important;word-break:initial!important;}
.prod_htitle .ptxt th{padding:8px; font-size:13px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important; font-weight:normal;}
.prod_htitle .ptxt th p, .prod_htitle .ptxt th span{font-size:13px!important;line-height:16px!important;word-break:initial!important;font-weight:normal;}
.prod_htitle .ptxt li, .prod_htitle .ptxt li{ background:url(../images/dian2.svg) left 5px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}
.prod_htitle .ptxt img{height:auto;}
}


.prod_mod_box1{display:block; margin-top:10px;}
.prod_mod_box1 ul li{margin-bottom:30px;}
.prod_mod_box1 ul li:last-child{margin-bottom:0;}
.prod_mod_box1 ul li h3{font-size:20px; font-weight:700;}
.prod_mod_box1_link{margin-top:4px;}
.prod_mod_box1_link a{background:url(../images/dian.svg) left center no-repeat; padding-left:15px; background-size:8px; margin-top:10px; font-weight:700; color:#0064b6;}
.prod_mod_box1_link a:hover{color:#d00000;}
.prod_mod_box1 .itemlist{background:url(../images/dian.svg) left center no-repeat; padding-left:15px; background-size:8px; margin-top:10px; font-weight:700; color:#0064b6;}
.prod_mod_box1 .itemlist a{color:#0064b6;}
.prod_mod_box1 .itemlist a:hover{color:#d00000;}
@media (max-width:992px){
.prod_mod_box1 ul li{margin-bottom:20px;} 
.prod_mod_box1 ul li h3{font-size:16px; margin-bottom:5px;}
}

/*产品总页的型号列表*/
.prod_mod_item{position:relative; margin:15px 0 0 0;}
.prod_mod_item ul{display:grid; grid-template-columns:repeat(8,1fr); gap:5px 20px;}
.prod_mod_item ul li{overflow:hidden; text-align:left; font-weight:700; background:url(../images/dian.svg) left 10px no-repeat; background-size:8px; padding-left:14px;}
.prod_mod_item ul li a{color:#0064b6;}
.prod_mod_item ul li a:hover{color:#d00000;}
@media screen and (max-width:1560px){
.prod_mod_item{margin:10px 0 0 0;}
.prod_mod_item ul{grid-template-columns:repeat(7,1fr);}
}
@media screen and (max-width:1240px){
.prod_mod_item ul{grid-template-columns:repeat(4,1fr);}
}
@media screen and (max-width:992px){
.prod_mod_item{margin:10px 0 0 0;}
.prod_mod_item ul{gap:10px; grid-template-columns:repeat(3,1fr);}
}




/*预设版式的详情页模块*/
.detailtext_box{overflow:hidden;}
.detailtext_box h1{font-size:32px;line-height:1.2; margin-bottom:10px;text-align:left; font-family:"LexendBold"; padding:0 0 10px 0; box-sizing:border-box; border-bottom:1px #dddddd dotted;}
.detailtext_title{font-family:"LexendBold"; font-size:32px; margin-bottom:5px;  line-height:1.2;}
.detailtext_box h2{font-family:"LexendBold"; font-size:24px; margin-bottom:5px;  line-height:1.2;}


.detailtext0{display:block; margin-bottom:50px;}

.detailtext1{display:block; margin-bottom:50px;}
.detailtext1{display: flex; flex-direction: column;background:#0f3763;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:#0f3763; 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:32px; 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:20px;}
.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;}
}


.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:36px;}
/*视频弹窗*/
.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:#d00000;}
.feedback h4{height:4px; width:50px; background:#d00000; margin:20px 0;}
.feedback_btn{width:fit-content; height:40px; line-height:40px; background:#d00000; 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:#d00000; 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:4%; background-color: #fff; z-index:1000; width:50%; box-sizing:border-box; border-radius:5px;}
#infoFormDiv h2{ font-size:32px; line-height:1.2; text-align:center; font-weight:700; font-family:"LexendBold"; }
#infoFormDiv .ptxt{text-align:center; margin-bottom:20px; opacity:0.8;}
#infoFormDiv .ptxt2{text-align:center; margin-top:20px; opacity:0.8;}
#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:"Poppins-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:3%;}

.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:45px; line-height:45px; text-align:center; text-transform:uppercase; color:#ffffff; background:#d00000; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:25px; padding:0 30px; display:inline-block; font-size:inherit; font-weight:700;}
.msg_submit_2:hover{background:#b80000; color:#ffffff;}

.msg_cancel{width:40px; height:40px; background:#d00000; 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:#b80000;}
.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;}
}
