<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 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:#ff7800;}
: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;}
br{display:inline; line-height:11px;}

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.5; color:#ffffff;}
input:-moz-placeholder,textarea:-moz-placeholder{opacity:0.5; color:#ffffff;}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:0.5; color:#ffffff;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:0.5; color:#ffffff;}

@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: "Oswald-Regular";
src:
url('../fonts/Oswald-Regular.ttf') format('truetype'),
url('../fonts/Oswald-Regular.woff') format('woff'),
url('../fonts/Oswald-Regular.otf') format('otf');
font-weight: normal;
font-style: normal;
font-display: block;
}


body {font-size:14px; 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:26px;}
.main {position:relative; margin:0 auto; width:90%; max-width:1560px;}
@media screen and (max-width:768px) {
body {font-size:12px; line-height:24px;}
.main {width:92%;}
}


/***头部***/
.header{width:100%; box-sizing:border-box; position:fixed; height:130px; top:0; left:0; z-index:99; background-color:rgba(255,255,255,1); box-sizing:border-box;}
.header .header_nav&gt;ul&gt;li&gt;a{color:#222222!important;}
.header .header_nav&gt;ul&gt;li&gt;a:hover{color:#ff7800!important;}
.header .header_nav&gt;ul&gt;li:hover a{color:#ff7800!important;}

.header_top{display:block;height:80px; line-height:80px;}

/***left***/
.header_left{float:left; width:40%; display:flex; height:80px; line-height:80px;}
.header_left_logo{width:10%; float:left; height:80px; line-height:80px;}
.header_left_logo img{max-width:60px; vertical-align:middle; display:inline;}

.header_left_text{ width:90%; float:right; height:80px; display:flex; align-items: center; justify-content: flex-start;}
.header_left_text .textbox{display: inline-block; padding-left:5px; box-sizing:border-box;}
.header_left_text h2{font-size:26px; font-weight:700; line-height:30px; text-transform:uppercase;}
.header_left_text p{font-size:16px; font-weight:700; line-height:20px;}

/***right***/
.header_right{float:right; width:60%;}
.header_right&gt;ul{display:flex; justify-content:flex-end;}
.header_right&gt;ul&gt;li{position:relative; display:inline-block; text-align:center; line-height:80px; height:80px; box-sizing:border-box; font-size:17px; padding-left:30px;}
.header_right&gt;ul&gt;li img{ width:24px; height:24px; vertical-align:middle; margin-right:5px; display:inline;}

@media screen and (max-width:1366px){  
.header_left_text h2{font-size:24px; line-height:24px;}
.header_left_text p{font-size:14px; line-height:18px;}
.header_right&gt;ul&gt;li{font-size:16px; padding-left:25px;}
}  

@media screen and (max-width:1024px){  
.header_left_text h2{font-size:18px; line-height:24px;}
.header_left_text p{font-size:12px; line-height:18px;}
.header_right&gt;ul&gt;li{font-size:12px; padding-left:20px;}
}  


.header_nav{width:100%;display:block;height:50px; line-height:50px; background:#003e71;}
.header_nav&gt;.main&gt;.mNavList{text-align:left; padding-left:1%; display:flex;}
.header_nav&gt;.main&gt;.mNavList&gt;li{position:relative; display:inline-block; text-align:center; line-height:50px; height:50px; box-sizing:border-box; margin:0 4% 0 0; font-size:16px;}
.header_nav&gt;.main&gt;.mNavList&gt;li&gt;a{color:#ffffff;}
.header_nav&gt;.main&gt;.mNavList&gt;li&gt;a:hover{color:#ffe400;}
.header_nav&gt;.main&gt;.mNavList&gt;li&gt;a&gt;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_nav&gt;.main&gt;.mNavList&gt;li:hover&gt;a&gt;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_nav&gt;.main&gt;.mNavList&gt;li:last-child{background:none; text-align:right; margin:0; flex:1; box-sizing:border-box;}
.searchbox{width:200px; float:right; position:relative; height:30px; overflow:hidden; margin:10px 0 0 0; background:#ffffff; border-radius:25px;}
.searchbox .input{width:100%; height:30px; line-height:30px; padding:0 15px; box-sizing:border-box;}
.searchbox .search{position:absolute; top:7px; right:15px; width:15px; height:15px; 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&gt;a{color:#ff7800;}
#menu li a:hover {color:#ff7800;}
#menu li:hover&gt;ul {opacity:1; visibility:visible; margin:0;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:50px; width:240px; z-index:1; background-color:rgba(255,255,255,1);transition:all .3s ease-in-out;border-top:4px #ff7800 solid; /*box-shadow:0 0 10px 0 #ccd7f2;*/}
#menu ul li{margin:0; padding:10px 25px; width:100%; height:auto; line-height:24px; background:none; border-bottom:1px rgba(0,0,0,0.10) dotted; text-transform:capitalize; border-left:0; box-sizing:border-box; color:#222222!important; text-align:left; font-size:14px; position:relative;transition:all .3s ease-in-out; font-weight:normal;}
#menu ul li a{display:block; font-weight:normal!important; color:#222222!important;}
#menu ul li:hover{background:#f5f5f5; padding:10px 20px 10px 30px;}
#menu ul li:hover a{color:#ff7800!important;}
#menu ul li:hover ul li a{color:#222222!important;}
#menu ul li:last-child{border-bottom:0;}
#menu ul li:hover ul {opacity:1; visibility:visible; margin:0 0 0 240px;}
#menu ul li ul {top:0px; left:0px; margin:0 0 0 260px; display:block; border-top:0;transition:all .3s ease-in-out;width:240px;}
#menu ul li ul li:hover a{color:#ff7800!important;}


@media screen and (max-width:1366px){  
.header_nav&gt;.main&gt;.mNavList&gt;li{margin:0 4% 0 0; font-size:14px;}
#menu ul li{font-size:13px;}
}  

@media screen and (max-width:1024px){  
.header_nav&gt;.main&gt;.mNavList&gt;li{margin:0 2% 0 0; font-size:12px;}
#menu ul li{font-size:12px;}
.searchbox{width:170px;}
}  

.m-header {display:none;}
@media screen and (max-width:768px) {
.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:45px; overflow:hidden;}
.m-header-logo {float:left; width:85%; margin-top:5px;font-size:16px;}
.m-header-logo img{height:35px; width:auto; float:left; margin-right:5px;}
.m-header-logo h2{font-size:16px; line-height:35px;  font-weight:700;}

.nav-btn {position:relative; float:right; margin:12px -9px 0 0; width:50px; height:30px; cursor:pointer;}
.nav-btn span {position:absolute; left:10px; display:block; width:30px; height:3px; background:#161616; transition:all ease 0.35s;}
.nav-btn span:nth-of-type(1){top:0;}
.nav-btn span:nth-of-type(2){top:8px;}
.nav-btn span:nth-of-type(3){top:16px;}
.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:#003e71; overflow:auto; overflow-x:hidden; transition:top ease 0.35s;}
.nav-show {top:45px;}
.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:14px; border-top:1px rgba(255,255,255,0.05) solid;}
.m-nav ul li img{ height:20px; width:auto; margin-right:10px; float:left; margin-top:12px;}
.m-nav ul li ul {display:none; background:rgb(255,255,255,0.05);}
.m-nav ul li a {color:#fff;width:80%; display:block; padding-left:20px; font-weight:normal; text-transform:capitalize;}
.m-nav ul li ul li a {display:block; font-size:13px; color:#fff; line-height:20px; text-align:left; padding:10px 10px 10px 30px; opacity:0.85;}
.m-nav ul li i svg {width:25px; height:20px; fill:#fff;}
.m-nav ul li .m-nav-i-se svg {fill:#fff;}
}


/***banner***/
.banner{width:100%;overflow:hidden; position:relative; margin:130px auto 0;}
.banner .swiper-slide video{/*position:absolute;*/ width:100%; left:0; top:0; z-index:2; height:100%!important; object-fit:cover;}
.banner .swiper-slide .text{position:absolute; width:100%; bottom:0; /*top:45%; transform:translateY(-45%);*/ left:0; z-index:3; text-align:center; color:#fff; box-sizing:border-box;}
.banner .swiper-slide .text .bannerbg{opacity:0; transform:translateY(32px);transition: all 0.8s ease 0.8s;background: linear-gradient(to right, transparent, rgb(0,0,0,0.7) 50%, transparent);padding:3%; box-sizing:border-box; width:100%; height:100%;}

.banner .swiper-slide .text h2{margin-bottom:5px; font-weight:normal; font-size:48px; line-height:50px; opacity:0; text-shadow:4px 8px 10px rgba(0, 0, 0, 0.14);transform: translateY(32px);transition: all 0.8s ease 0.8s; font-weight:700; color:#ffe400;}
.banner .swiper-slide .text h3{margin-bottom:10px; font-size:24px; line-height:30px; opacity:0; text-shadow:4px 8px 10px rgba(0, 0, 0, 0.14);transform: translateY(32px);transition: all 0.5s ease 0.5s;}
.banner .swiper-slide .text p{font-size:18px; line-height:20px; opacity:0; text-shadow:4px 8px 10px rgba(0, 0, 0, 0.14); transform:translateY(32px); transition: all 1.2s ease 1.2s;}

.banner .swiper-container .swiper-wrapper .swiper-slide .text.active p{transform:translateY(0);opacity: 1;}  /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active h2{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active h3{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/
.banner .swiper-container .swiper-wrapper .swiper-slide .text.active .bannerbg{transform: translateY(0);opacity: 1;} /*必须保留这个路径*/

.banner .swiper-button-prev{width:40px; height:40px; background:none; margin-top:0; left:0.5%; top:46%; color:#ff7800;}
.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:#ff7800;}
.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:4px; border-radius:0; 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:#ff7800;}

@media screen and (max-width:1366px) {
.banner .swiper-slide .text h2{font-size:42px; line-height:42px;}
.banner .swiper-slide .text h3{font-size:20px; line-height:24px;}
.banner .swiper-slide .text p{font-size:16px; line-height:18px;}
}

@media screen and (max-width:1024px) {
.banner .swiper-slide .text h2{font-size:36px; line-height:40px;}
.banner .swiper-slide .text h3{font-size:18px; line-height:20px;}
.banner .swiper-slide .text p{font-size:14px; line-height:16px;}
}

@media screen and (max-width:768px) {
.banner{margin-top:45px;}
.banner .swiper-slide .text{width:90%; min-width:0; top:40%; transform:translateY(-40%); left:5%; text-align:center;}
.banner .swiper-slide .text h2{font-size:18px;line-height:18px; margin-bottom:5px; font-weight:normal;}
.banner .swiper-slide .text p{ font-size:12px; line-height:14px;}
.banner .swiper-slide .text h3{font-size:14px; line-height:16px;margin-bottom:5px; display:none;}

.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:5px;}
}


/***index htitle***/
.index_htitle{width:100%; box-sizing:border-box; margin-bottom:10px; position:relative; text-align:center;}
.index_htitle_top{position:absolute; width:100%; top:0; left:0; font-size:72px; line-height:1; font-weight:900; opacity:0.03; text-transform:uppercase;}
.index_htitle h3{font-size:12px; line-height:14px; text-transform:uppercase; margin-bottom:5px; position:relative; z-index:3;color:#0155a6;}
.index_htitle h2{font-size:45px; font-family:"Oswald-Regular"; line-height:1.2; font-weight:900; text-transform:uppercase; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; position:relative; z-index:3;}
.index_htitle .ptxt{width:90%; margin:0 auto 15px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:4; -webkit-box-orient:vertical; opacity:0.8;}
@media screen and (max-width:1366px) {
.index_htitle h2{font-size:36px;}
}

@media screen and (max-width:1024px) {
.index_htitle h2{font-size:32px;}
}

@media screen and (max-width:768px) {
.index_htitle{margin-bottom:10px;}
.index_htitle h2{font-size:24px;}
.index_htitle .ptxt{width:100%;}
.index_htitle_top{display:none;}
}


.div_more{text-align:center;}
.div_more_top{ margin-top:50px;}
.more{display:inline-block;height:38px; line-height:38px; padding:0 25px; text-align:center; border-radius:50px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff; background:#006dc6; font-size:14px;}
.more:hover{color:#ffffff; background:#ff7800;}
@media screen and (max-width:768px) {
.div_more_top{ margin-top:25px;}
.more{height:30px; line-height:30px; padding:0 20px; font-size:12px;}
}


.more_btn{background:#006dc6; height:45px; line-height:45px; position:relative; padding:0 20px; 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:#ff7800; z-index:2; transition:300ms ease-out;border-radius:5px;}
.more_btn:hover:after{left:0; height:100%;}

@media screen and (max-width:1366px) {
.more_btn{height:40px; line-height:40px;}
.more_btn .more_btn_txt{height:40px; line-height:40px;}
}

@media screen and (max-width:1024px) {
.more_btn{height:35px; line-height:35px; font-size:12px;}
.more_btn .more_btn_txt{height:35px; line-height:35px;}
}

@media screen and (max-width:768px) {
.more_btn{height:35px; line-height:35px; font-size:12px;}
.more_btn .more_btn_txt{height:35px; line-height:35px;}
}


.mod1{width:100%; box-sizing:border-box; position:relative; background:#ffffff; padding:4% 0 5% 0; overflow:hidden;}
.mod1_top{display:block; overflow:hidden; position:relative;}
.mod1_top h2{font-size:60px; line-height:1.2; font-weight:bolder; font-family:"Oswald-Regular"; text-transform:uppercase;}
.mod1_top .txt{ font-size:24px; margin-top:10px;}
.mod1_top_btn{position:absolute; right:0; top:0;}
.mod1_top ul{text-align:left; display:flex;}
.mod1_top ul li{position:relative; display:inline-block; text-align:center; line-height:50px; height:50px; box-sizing:border-box; margin:0 30px 0 0; font-size:16px;}
.mod1_top ul li a{color:#006dc6;}
.mod1_top ul li a:hover{color:#ff7800;}

.mod1_end{display:block; overflow:hidden; position:relative;margin-top:10px;}

@media screen and (max-width:1366px){
.mod1_top h2{font-size:55px;}
.mod1_top .txt{ font-size:20px;margin-top:5px;}
.mod1_top ul li{margin:0 30px 0 0; font-size:15px; line-height:40px; height:40px;}
}

@media screen and (max-width:1024px){
.mod1_top h2{font-size:48px;}
.mod1_top .txt{ font-size:18px;margin-top:0px;}
.mod1_top ul li{margin:0 20px 0 0; font-size:14px; line-height:30px; height:30px;}
}

@media screen and (max-width:768px){
.mod1{padding:8% 0 10% 0;}
.mod1_top h2{font-size:24px;}
.mod1_top .txt{ font-size:13px;}
.mod1_top ul{display:block;}
.mod1_top ul li{margin:0 15px 0 0; font-size:13px;}
}


.mod1_end{display:block; margin:20px 0 0 0;}
.mod1_end ul{display:grid; grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 20px), 1fr));  gap:20px;  width: 100%;}
.mod1_end ul li{background:url(../images/point_red.png) left center no-repeat; font-size:15px; padding-left:10px;}
.mod1_end ul li a{color:#006dc6;}
.mod1_end ul li a:hover{color:#ff7800;}

 
/* 当只有1个li时占满整行 */
.mod1_end li:only-child {grid-column: 1 / -1;}
 
/* 当屏幕较小或只有2个li时，显示为两列 */
@media (max-width: 768px) {
.mod1_end{display:block; margin:20px 0 0 0;}
.mod1_end ul {grid-template-columns: repeat(auto-fit, minmax(calc(50% - 10px), 1fr));}
}





.mod2{width:100%; padding:5% 0px; box-sizing:border-box; overflow:hidden; background:#f5f5f5;}
.mod2_box{display:block; overflow:hidden; position:relative; width:100%; margin:40px auto 0;}
.mod2_box ul{overflow:hidden;letter-spacing:-8px; display:flex;}
.mod2_box ul li{overflow:hidden; width:23.5%; letter-spacing:normal; vertical-align:top; position:relative; box-sizing:border-box; display:inline-block; border-radius:5px; padding:40px; background:#ffffff;}
.mod2_box ul li:not(:nth-of-type(4n)){margin-right:2%;}
.mod2_box ul li:nth-child(n+5){margin-top:2%;}
.mod2_box ul li h2{font-size:24px; font-family:"Oswald-Regular"; color:#006dc6; font-weight:700; position:relative; line-height:1.2;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; margin-bottom:10px;}


.mod2_box_txt{display:block; position:absolute; background:linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50% ,rgba(0,0,0,0.2) 80%, transparent 100%); width:100%; z-index:3;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; padding:6% 10%; box-sizing:border-box; overflow:hidden; z-index:3; bottom:0;}

@media screen and (max-width:1366px){
.mod2_box{width:75%;}
.mod2_box_txt h2{font-size:20px;}
}


@media screen and (max-width:1024px){
.mod2_box{width:85%;}
.mod2_box_txt h2{font-size:18px;}
}

@media screen and (max-width:768px){
.mod2{padding:10% 0px;}
.mod2_box{width:100%}
.mod2_box ul{display:block;}
.mod2_box ul li{width:100%; padding:20px;}
.mod2_box ul li:not(:nth-of-type(4n)){margin-right:0;}
.mod2_box ul li:nth-child(n+2){margin-top:5%;}
.mod2_box ul li h2{font-size:18px; margin-bottom:5px;}
}




.mod4{width:100%; padding:5% 0px; box-sizing:border-box; overflow:hidden; background:#ffffff;}
.index_news_style4_box{display:flex; align-items:stretch; margin-top:20px;}
.index_news_style4_left{float:left; width:45%; background:#f5f5f5; margin-right:3%; padding:50px; box-sizing:border-box; border-radius:5px;}
.index_news_style4_left h2{font-size:18px; font-weight:700; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.index_news_style4_left h3{margin:10px 0; opacity:0.8;}

.index_news_style4_right{float:right; width:52%;}
.index_news_style4_right ul{overflow:hidden; height:100%}
.index_news_style4_right ul li{border-bottom:1px #ddd solid; padding:30px 20% 30px 0px; box-sizing:border-box; background:url(../images/dian2.png) left 28px no-repeat; position:relative; height:33.333%}
.index_news_style4_right ul li:last-child{border-bottom:0;}
.index_news_style4_right ul li:hover{background:url(../images/dian1.png) left 28px no-repeat;}
.index_news_style4_right ul li h2{font-size:18px; font-weight:700; margin-bottom:5px; padding-left:30px;overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.index_news_style4_txt{ padding-left:30px; line-height:24px; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display:-webkit-box;-webkit-box-orient:vertical; opacity:0.8;}
.index_news_style4_txt_time{position:absolute; top:28px; right:0; width:80px; height:80px; background:#006dc6; text-align:center; padding:18px 0 0 0; box-sizing:border-box;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:5px;}
.index_news_style4_txt_time .p1{line-height:20px; height:20px; color:#fff;}
.index_news_style4_txt_time .p2{line-height:26px; height:26px; color:#fff; font-size:18px;}
.index_news_style4_right ul li:hover .index_news_style4_txt_time{background:#ff7800;}

@media screen and (max-width:1024px){
.index_news_style4_left h2{font-size:14px;}
.index_news_style4_right ul li h2{font-size:14px;}
}

@media screen and (max-width:768px){
.mod4{padding:10% 0px;}
.index_news_style4_box{display:block; margin-top:10px;}
.index_news_style4_left{float:none; width:100%; margin-right:0; padding:35px;}
.index_news_style4_left h2{font-size:16px; font-weight:700;}

.index_news_style4_right{float:none; width:100%;}
.index_news_style4_right ul{overflow:hidden;}
.index_news_style4_right ul li{padding:20px 0 20px 0px;}
.index_news_style4_right ul li h2{font-size:16px;}
.index_news_style4_right ul li:last-child{border-bottom:0; padding-bottom:0;}

.index_news_style4_txt_time{display:none;}
}



/***footer***/
.footer {position:relative; padding:0; background:#003e71;}
.footer_left {width:35%; padding:80px 0; margin-right:7%; box-sizing:border-box; float:left;}
.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; line-height:30px; margin-bottom:20px; font-weight:700;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:20px; padding-left:28px; line-height:24px; background-repeat:no-repeat; background-size:24px; background-position:top left; opacity:0.7;}
.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:last-child{margin-bottom:0;}

.footer_left_meadia{overflow:hidden; width:100%; margin-top:30px;}
.footer_left_meadia h2{ position:relative; font-size:18px; text-transform:uppercase; line-height:30px; margin-bottom:10px; color:#ffffff;}
.footer_left_meadia a{ display:inline-block; margin-right:15px;}
.footer_left_meadia a img{ width:30px; height:30px; opacity:0.7;}
.footer_copyright {width:100%; text-align:center; color:#ffffff; opacity:0.5; background:rgb(0,0,0,0.5); padding:15px 0; box-sizing:border-box;}

.footer_right{float:left; width:18%; padding:80px 0 60px 0; box-sizing:border-box;}
.footer_nav {overflow:hidden; width:100%;}
.footer_nav h2{font-size:18px; margin-bottom:20px; text-transform:uppercase; font-weight:700; 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%;}
.footer_nav ul li p{margin-bottom:10px; background:url(../images/dian.png) left center no-repeat; padding-left:10px; text-transform: capitalize; opacity:0.7;}
.footer_nav ul li p a{color:#fff;}
.footer_nav ul li p:hover a{color:#ffffff; text-decoration:underline;}

.footer_msn{float:right; width:40%; padding:80px 0 60px 0; box-sizing:border-box;}
.footer_msn h2{font-size:18px; margin-bottom:20px; text-transform:uppercase; font-weight:700; color:#fff;}
.footer_msn ul{margin-top:10px;}
.footer_msn li {overflow:hidden;}
.footer_msn li:nth-child(n+2) {margin-top:3%;}
.msg_name_input,.msg_mail_input,.msg_textarea {padding:5px 15px; color:#fff; background:rgb(255,255,255,0.1); box-sizing:border-box; font-family:"Poppins-Regular", Helvetica, sans-serif; border-radius:5px;}
.msg_name_input,.msg_mail_input {float:left; width:48.5%; line-height:40px;}
.msg_mail_input{margin-left:3%;}
.msg_textarea {width:100%;line-height:24px; resize:none; }
.msg_submit{width:100%; height:50px; line-height:50px; font-size:16px; text-align:center; text-transform:uppercase; color:#ffffff; font-weight:700; background:#006dc6; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:5px;}
.msg_submit:hover{ background:#ff7800; color:#ffffff;}

@media screen and (max-width:1366px) {
.footer_left_contact h2{font-size:16px; margin-bottom:20px;}
.footer_nav h2{font-size:16px; margin-bottom:20px;}
.footer_msn h2{font-size:16px; margin-bottom:20px;}
}

@media screen and (max-width:1024px) {
.footer_left_contact h2{font-size:14px; margin-bottom:10px;}
.footer_nav h2{font-size:14px; margin-bottom:10px;}
.footer_msn h2{font-size:14px; margin-bottom:10px;}
}


@media screen and (max-width:768px) {
.footer {padding:30px 10px 0 10px; box-sizing:border-box;}
.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 h2{font-size:16px; margin-bottom:5px;}
.footer_right{ display:none;}
.footer_msn{float:none; width:100%; padding:20px 0;}
.footer_msn h2{font-size:16px; margin-bottom:5px; font-weight:normal;}
.msg_name_input,.msg_mail_input {line-height:30px; font-size:12px;}
.msg_submit{height:40px; line-height:40px; font-size:14px;}
}




/***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 .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:130px auto 0; width:100%;position:relative;}
.ban .addiv{position:absolute; padding:0; text-align:right; color:#ffffff; right:13%; display:inline-block; top:50%; transform: translateY(-50%);}
.ban .addiv h2{font-size:36px; 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; z-index:2; font-family:"Oswald-Regular";}
.ban .addiv_txt{font-size:16px; text-transform:uppercase;letter-spacing:2px; color:rgb(255,255,255,0.6);}

@media screen and (max-width:1366px) {
.ban .addiv h2{font-size:24px;}
}

@media screen and (max-width:768px) {
.ban {margin:45px auto 0;}
.ban .addiv{bottom:25%; right:10%;}
.ban .addiv h2{font-size:16px; line-height:20px;-webkit-line-clamp:2;}
.ban .addiv_txt{font-size:14px; display:none;}
}


/*--------内页路径--------*/
#weizhi{width:100%; margin:0 auto; background:#f5f5f5;}
#weizhi2{width:100%; margin:130px auto 0; background:#f5f5f5;}
.weizhi{width:90%; max-width:1560px; margin:0 auto;line-height:20px; padding:15px 0; box-sizing:border-box; font-size:12px; color:#666666;}
.weizhi a{color:#666666;}
.weizhi a:hover{color:#999999;}
.span_right{float:right;}
.home{height:20px; line-height:20px; display:inline-block;background:url(../images/icon5.png) left 1px no-repeat; padding-left:25px;}
.span_list{height:20px; line-height:20px; display:inline-block; background:url(../images/weizhi_right.png) left 1px no-repeat; padding-left:20px;}
@media screen and (max-width:768px) {
#weizhi{margin:0 auto;}
#weizhi2{margin:45px auto 0;}
.weizhi{width:92%; padding:10px 0;}
.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 {margin:0 auto; width:100%; position:relative; display:flex;}
.lymain {position:relative; margin:0 auto; width:90%; max-width:1560px; display:block;}
@media screen and (max-width:768px) {
.wrap {padding:0; width:100%;}
.lymain {width:92%;}
}

/*左右分栏*/
.lymain_box{width:100%; display:flex; align-items:stretch;/*左右两边的高度一致*/ box-sizing:border-box;}
.lymain_box_left{float:left; width:20%; margin:50px 0 50px 0; overflow:hidden;}
.lymain_box_right{float:right; width:75%; box-sizing:border-box; margin:50px 0 50px 5%;}
@media screen and (max-width:768px){
.lymain_box{display:block;}
.lymain_box_left{display:none;}
.lymain_box_right{float:none; width:100%; margin:0;}
}

/*左侧的分类*/
#onsec{color:#ff7800;}
#onsec a{color:#ff7800;}

.lymain_left_prod{overflow:hidden; box-sizing:border-box;}
.lymain_left_prod h2{font-size:20px; line-height:55px; background:#003e71; padding-left:17px; color:#ffffff; text-transform:uppercase; border-radius:5px 5px 0 0;}
.lymain_left_prod ul{background:#f5f5f5;}
.lymain_left_prod ul li{width:100%;overflow:hidden;box-sizing:border-box;font-size:16px; line-height:20px;border-bottom:1px #dddddd solid;}
.lymain_left_prod ul li a{padding:16px 20px; box-sizing:border-box; display:block; background:url(../images/point.png) 10px center no-repeat;}
.lymain_left_prod ul li ul{ background:#fbfbfb;}
.lymain_left_prod ul li ul li{font-size:14px; font-weight:normal;border-bottom:1px #f0f0f0 solid;}
.lymain_left_prod ul li ul li a{padding:14px 14px 14px 35px; background:url(../images/point.png) 25px center no-repeat;}
.lymain_left_prod ul li ul li ul{background:#ffffff;}
.lymain_left_prod ul li ul li ul li{border-bottom:1px #f5f5f5 solid;}
.lymain_left_prod ul li ul li ul li a{padding:14px 14px 14px 50px; background:url(../images/point.png) 40px center no-repeat;}

@media screen and (max-width:1366px){
.lymain_left_prod h2{font-size:20px; line-height:40px;}
.lymain_left_prod ul li{font-size:14px;}
.lymain_left_prod ul li a{padding:10px 20px;}
.lymain_left_prod ul li ul li{font-size:12px;}
.lymain_left_prod ul li ul li a{padding:10px 14px 10px 25px; background:url(../images/point.png) 15px center no-repeat;}
.lymain_left_prod ul li ul li ul li a{padding:10px 14px 10px 35px; background:url(../images/point.png) 25px center no-repeat;}
}

@media screen and (max-width:768px){
.lymain_left_prod{display:none;}
}




/*分页*/
.page{text-align:center; padding:10px 10px; margin-top:40px; border:1px #eaeaea solid; background:#f5f5f5; border-radius:5px;}
.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;}
.page a:hover{background:#ff7800; color:#fff;}
.pagea{background:#ff7800; color:#ffffff!important;}
@media screen and (max-width:768px) {
.page{padding:5px 0; margin-top:20px;}
.page a{font-size:14px; padding:5px 15px; margin:0;}
}


/*内页子导航*/
.lmlb{width:100%; display:block; overflow:hidden; box-sizing:border-box; margin:40px 0 0 0;}
.lmlb ul{justify-content: space-between;display: flex;}
.lmlb ul li{flex-grow:1; text-align:center; line-height:55px; transition:all 0.3s ease-in-out; background:#003e71; color:#ffffff; border-right:1px rgb(255,255,255,0.6) solid;}
.lmlb ul li:hover{background:#ff7800; color:#ffffff;}
.lmlb ul li:last-child{border-right:0;}
.lmlb ul li a{color:#fff; display:block; font-size:18px;}
.lmlbnotes{ margin-top:20px; border-top:1px #ecf5ff dotted; padding-top:20px;}
#lmlbonsec {background:#ff7800; color:#ffffff;}
#lmlbonsec a{color:#ffffff;}

@media screen and (max-width:1366px) {
.lmlb ul li{line-height:50px;}
.lmlb ul li a{font-size:16px;}
}

@media screen and (max-width:1024px) {
.lmlb ul li{line-height:40px;}
.lmlb ul li a{font-size:14px;}
}

@media screen and (max-width:768px) {
.lmlb{ margin:20px 0 0 0;}
.lmlb ul li{line-height:20px; padding:10px;}
.lmlb ul li a{font-size:12px;}
.lmlbnotes{ margin-top:10px; padding-top:10px;}
}


/***htitle***/
.htitle{width:100%; box-sizing:border-box; margin-bottom:30px; position:relative;}
.htitle h3{font-size:12px; line-height:14px; text-align:center;text-transform:uppercase; width:inherit;font-family:"Poppins-Regular"; color:#ff7800; margin-bottom:2px;}
.htitle h2{font-size:36px; line-height:1.2; text-align:center; font-weight:700; position:relative; margin-bottom:5px; text-transform:uppercase; z-index:2}
.htitle h2:before, .htitle h2:after{display:inline-block; vertical-align:middle; margin:-5px 10px 0 10px; content: "";  width:40px; height:3px; background:#222222;}
.htitle .ptxt{opacity:0.8; padding:0 15%; box-sizing:border-box; text-align:center; line-height:24px; z-index:2;}
@media screen and (max-width:768px) {
.htitle{margin-bottom:10px;}
.htitle h2{font-size:24px;}
.htitle h2:before, .htitle h2:after{margin:-5px 5px 0 5px; content: ""; width:20px;}
.htitle .ptxt{padding:0;}
}


.about_htitle{width:100%; box-sizing:border-box; margin-bottom:10px; position:relative; text-align:center;}
.about_htitle h2{font-size:36px; line-height:1.2; font-weight:700; position:relative;text-transform:uppercase; font-family:"Oswald-Regular";}
.about_htitle h2::first-letter{color:#12cabc;}
.about_htitle .ptxt{box-sizing:border-box; text-align:center; line-height:30px;}

@media screen and (max-width:1366px) {
.about_htitle h2{font-size:32px;}
}

@media screen and (max-width:1024px) {
.about_htitle h2{font-size:24px;}
}

@media screen and (max-width:768px) {
.about_htitle{margin-bottom:10px;}
.about_htitle h2{font-size:20px;}
.about_htitle .ptxt{line-height:24px; padding:0;}
}


/*内页轮播图样式*/
.ly_swiper{display:block; box-sizing:border-box;}
.ly_swiper li {float:left; width:100%; position:relative; display:block; overflow:hidden; box-sizing:border-box;box-shadow: 0 0 10px 0 #dddddd;}
.swiper-button-next.ly_swiper-area-next {top:45%; right:-40px; width:40px; height:40px;color:#0073ff; transition:all .3s ease-in-out; font-size:24px;}
.swiper-button-prev.ly_swiper-area-prev {top:45%; left: -40px; width:40px; height:40px;color:#0073ff; transition:all .3s ease-in-out; font-size:24px;}
.swiper-button-next.ly_swiper-area-next:hover {color:#ff7800;}
.swiper-button-prev.ly_swiper-area-prev:hover {color:#ff7800;}
.ly_swiper_box{padding:15px; box-sizing:border-box; background:#ffffff; width:100%;line-height:24px;}
.ly_swiper_box h3{font-size:20px; line-height: 1.5;}
.ly_swiper_box .ptxt{ opacity:0.8; margin-top:0px;}
.ly_swiper_box .ptxt a{color:#0073ff;}
.ly_swiper_box .ptxt a:hover{text-decoration:underline;}
@media screen and (max-width:768px) {
.swiper-button-next.ly_swiper-area-next {right:-24px; width:30px; height:30px; font-size:14px;}
.swiper-button-prev.ly_swiper-area-prev {left:-24px; width:30px; height:30px; font-size:14px;}
.ly_swiper_box h3{font-size:14px;}
}



/*about*/
.about_mod1{width:100%; display:block; overflow:hidden; padding:3% 0; box-sizing:border-box; background:#ffffff; position:relative;}
.about_mod1_box{position:relative; padding:2%; box-sizing:border-box; background:#f5f5f5; margin:0 10%;}
@media screen and (max-width:768px){
.about_mod1{padding:6% 0;}
.about_mod1_box{padding:5%; margin:0 5%;}
}


.about_mod2{width:100%; display:block; overflow:hidden; padding:3% 0; box-sizing:border-box; background:#f5f5f5; position:relative;}
.about_mod2 ul::after {content: ''; display: block; width: 100%;}
.about_mod2 ul{display:flex; flex-wrap:wrap; align-items:stretch;margin-top:20px;}
.about_mod2 ul li{margin-bottom:2%; background-color: #ffffff; text-align: center; padding:40px;box-sizing:border-box; box-shadow:0 0 10px 0 #e6e6e6;}
.about_mod2 ul li:nth-child(1), .about_mod2 ul li:nth-child(2){width:49%; margin-right:2%;}
.about_mod2 ul li:nth-child(2){margin-right:0;}
.about_mod2 ul li:nth-child(n+3){width:32%; margin-right:2%; margin-bottom:0;}
.about_mod2 ul li:nth-child(5){margin-right:0;}
.about_mod2 ul li h2{font-size:24px; font-weight:700;margin-bottom:5px;font-family:"Oswald-Regular";}
@media screen and (max-width:1366px) {
.about_mod2 ul li h2{font-size:20px;}
}

@media screen and (max-width:1024px) {
.about_mod2 ul li h2{font-size:18px;}
}

@media screen and (max-width:768px) {
.about_mod2{padding:6% 0;}
.about_mod2 ul{display:block; margin-top:10px;}
.about_mod2 ul li{padding:25px; width:100%; margin-bottom:20px;}
.about_mod2 ul li:nth-child(1), .about_mod2 ul li:nth-child(2){width:100%; margin-right:0;}
.about_mod2 ul li:nth-child(n+3){width:100%; margin-right:0;margin-bottom:20px;}
.about_mod2 ul li:nth-child(5){margin-right:0; margin-bottom:0;}
.about_mod2 ul li h2{font-size:18px;margin-bottom:0;}
}


.about_mod3{width:100%; display:block; overflow:hidden; padding:3% 0; box-sizing:border-box; background:#ffffff; position:relative;}
.about_mod3 ul{letter-spacing:-8px; margin-top:20px;}
.about_mod3 ul li{display:inline-block; letter-spacing:normal; vertical-align:top; width:19.2%; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; position:relative; background:#fff; box-shadow:0 0 10px 0 #eaeaea; overflow:hidden; border:1px #eaeaea solid; box-sizing:border-box; padding:20px;}
.about_mod3 ul li:not(:nth-of-type(5n)){margin-right:1%;}
.about_mod3 ul li:nth-child(n+6){margin-top:1%;}
@media screen and (max-width:768px) {
.about_mod3{padding:6% 0;}
.about_mod3 ul{margin-top:10px;}
.about_mod3 ul li{width:47.5%; padding:10px;}
.about_mod3 ul li:not(:nth-of-type(5n)){margin-right:0;}
.about_mod3 ul li:not(:nth-of-type(2n)){margin-right:5%;}
.about_mod3 ul li:nth-child(n+3){margin-top:5%;}
}


.about_mod5{width:100%; display:block; overflow:hidden; padding:3% 0; box-sizing:border-box; background:#f5f5f5; position:relative;}
.about_mod5 ul{letter-spacing:-8px; margin-top:20px;}
.about_mod5 ul li{display:inline-block; letter-spacing:normal; vertical-align:top; width:22.75%; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; position:relative; background:#fff; box-shadow:0 0 10px 0 #eaeaea; overflow:hidden; border:1px #eaeaea solid; box-sizing:border-box; padding:20px;}
.about_mod5 ul li:not(:nth-of-type(4n)){margin-right:3%;}
.about_mod5 ul li:nth-child(n+5){margin-top:3%;}
@media screen and (max-width:768px) {
.about_mod5{padding:6% 0;}
.about_mod5 ul{margin-top:10px;}
.about_mod5 ul li{width:47.5%; padding:10px;}
.about_mod5 ul li:not(:nth-of-type(4n)){margin-right:0;}
.about_mod5 ul li:not(:nth-of-type(2n)){margin-right:5%;}
.about_mod5 ul li:nth-child(n+3){margin-top:5%;}
}



/*新闻*/
.newslist{display:block; margin:40px 0;}
.newslist ul{letter-spacing:-8px;}
.newslist ul li{display:inline-block; letter-spacing:normal; vertical-align:top; width:100%; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative;  background:#fff; padding:30px; box-sizing:border-box; overflow:hidden; border:1px #eaeaea solid;}
.newslist ul li:nth-child(n+2){margin-top:3%;}
.newslist ul li .imgbox{width:25%; float:left; border-radius:5px;}
.newslist ul li .news_box{width:75%; float:right; padding-left:40px; box-sizing:border-box;}
.newslist ul li .news_title{font-size:24px; margin:10px 0; line-height:1.2; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; font-family:"Oswald-Regular";}
.newslist ul li .ptxt{line-height:26px; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#666;}
.newslist ul li .news_more{border-top:1px #dddddd dotted; padding-top:20px; margin-top:20px;}
.newslist ul li:hover{box-shadow:0 0 10px 0 #eaeaea; background:#f8f8f8;}

@media screen and (max-width:1366px) {
.newslist ul li .news_title{font-size:16px; margin:10px 0; line-height:20px;}
}

@media screen and (max-width:1024px) {
.newslist ul li .news_title{font-size:16px; margin:5px 0; line-height:18px;}
}

@media screen and (max-width:768px) {
.newslist{margin:20px auto;}
.newslist ul li{background:none; padding:0; box-shadow:none; border-radius:0; border:none;}
.newslist ul li:nth-child(n+2){margin-top:10%;}
.newslist ul li .imgbox{width:100%; float:none;}
.newslist ul li .news_box{width:100%; float:none; padding-left:0px;}
.newslist ul li .news_title{font-size:16px; line-height:22px;-webkit-line-clamp:3;}
.newslist ul li .ptxt{line-height:22px; height:auto;}
.newslist ul li .news_date{background:url(../images/date.svg) left 2px no-repeat; background-size:18px;}
.newslist ul li .news_more{padding-top:10px; margin-top:5px;}
}


/*新闻详情页*/
.newsshow{overflow:hidden; padding:40px; box-sizing:border-box; background:#ffffff; border:1px #eaeaea solid; margin:40px 0;}
.news_xxjs_img{display:block; margin-bottom:10px; max-width:100%;}
.news_xxjs{line-height:30px!important; word-break:break-word!important; overflow:hidden;}
.news_xxjs p,.news_xxjs span{line-height:30px!important;font-size:14px!important;}
.news_xxjs table{width:100%!important; border:0;}
.news_xxjs td{padding:8px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs td p,.news_xxjs td span{font-size:14px!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs th{padding:4px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{font-size:14px!important;line-height:20px!important;word-break:break-all!important;}
.news_xxjs img{width:auto; max-width:100%;display: initial;}
.news_xxjs video{width:100%; height:100%; object-fit:fill; overflow:hidden;}

.news_title{text-align:left;}
.news_title h1{font-size:32px;line-height:1.2; font-weight:700; margin-bottom:20px; font-family:"Oswald-Regular";}
.news_title h1 span{ float:right;}

.pubdate{line-height:16px; margin:0 0 30px 0; overflow:hidden; color:#999999; font-size:14px;}
.pubdate span{margin:0px 20px 0 0;}
.pubdate a{color:#999999;}
.pubdate a:hover{ color:#f08619;}

@media screen and (max-width:1024px) {
.news_title h1{font-size:24px;}
}


@media screen and (max-width:768px) {
.newsshow{padding:20px 0;border:none; margin:0;}
.news_xxjs{line-height:24px!important; font-size:12px!important;}
.news_xxjs p,.news_xxjs span{line-height:24px!important;font-size:12px!important;}

.news_title h1{font-size:20px; line-height:22px;}
.news_title h1 span{float:right; display:none;}
.news_xxjs table{display: block; display: -webkit-box; width:auto!important; overflow-x: auto; overflow-y:hidden;font-size:12px!important;}
.pubdate{font-size:12px;margin:0 0 10px 0;}
}


/*相关资讯*/
.Information{overflow:hidden;margin:40px 0 0 0;}
.Information h4{padding-left:10px; height:30px; line-height:28px; font-size:16px; font-weight:bold; color:#555; border-bottom:1px solid #ccc; background:#fff;}
.Information ul{ padding:0px;}
.Information li{border-bottom:1px dotted #dcdcdc; line-height:22px; padding:10px;}
.Information li span{float:right; color:#999999;padding-left:10px; padding-right:10px;}
.Information li{overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
@media screen and (max-width:768px) {
.Information{margin:20px 0 0 0;}
}


/*contact us*/
.contact{overflow:hidden; padding:5% 0; box-sizing:border-box;}
.contact h2{font-size:36px; line-height:1.2; font-weight:700; text-align:center; text-transform:uppercase; font-family:"Oswald-Regular";}
.contact h2::first-letter{color:#12cabc;}
.contact .ptxt{text-align:center;}
.contact ul{overflow:hidden; letter-spacing:-8px; margin:30px 0 0 0;}
.contact ul li{display:inline-block; letter-spacing:normal; vertical-align:top; width:30%; -webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; position:relative;box-sizing:border-box; overflow:hidden; border:1px #dddddd dotted; text-align:center; background:#f5f5f5; padding:25px 10px;}
.contact ul li:not(:nth-of-type(3n)){margin-right:5%;}
.contact ul li:nth-child(n+4){margin-top:5%;}
.contact ul li img{width:45px; margin:0 auto 10px;}
.contact ul li p{line-height:24px;}
.contact ul li p b{font-size:18px; line-height:40px;}

@media screen and (max-width:1024px) {
.contact h2{font-size:24px;}
.contact ul li p b{font-size:16px; line-height:30px;}
}

@media screen and (max-width:768px) {
.contact{padding:10% 0;}
.contact h2{font-size:20px;}
.contact .ptxt{line-height:24px;}
.contact ul{margin:20px 5% 0 5%;}
.contact ul li{width:100%; padding:15px;}
.contact ul li:not(:nth-of-type(3n)){margin-right:0;}
.contact ul li:nth-child(n+2){margin-top:15px;}
.contact ul li img{width:35px;}
.contact ul li p{line-height:24px;}
.contact ul li p b{font-size:16px;line-height:30px;}
}


/*品质管控*/
.works_box{display:block; margin:40px 0;}

.works_box .imgbox{-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; background:#fff; box-shadow:0 0 10px 0 #eaeaea; overflow:hidden; border:1px #eaeaea solid; box-sizing:border-box; padding:20px;}
.works_box .imgbox img{-webkit-transform:scale(1); transform:scale(1);}

.works_box .works_box_pic{letter-spacing:-8px; margin-top:30px;}
.works_box .works_box_pic li{display:inline-block; letter-spacing:normal; vertical-align:top; width:14.1666%; position:relative;}
.works_box .works_box_pic li:not(:nth-of-type(6n)){margin-right:3%;}
.works_box .works_box_pic li:nth-child(n+7){margin-top:3%;}
.works_box .works_box_pic li h2{text-align:center; padding:10px 0 0 0; font-size:14px;}

.works_box .works_box_txt{letter-spacing:-8px; margin-top:30px;}
.works_box .works_box_txt li{display:inline-block; letter-spacing:normal; vertical-align:top; width:31.333%; position:relative;}
.works_box .works_box_txt li:not(:nth-of-type(3n)){margin-right:3%;}
.works_box .works_box_txt li:nth-child(n+4){margin-top:3%;}
.works_box .works_box_txt li h2{text-align:center; padding:10px 0 0 0; font-size:18px; font-weight:700;}
.works_box .works_box_txt li p{text-align:center; padding:5px 0 0 0; opacity:0.8;}

@media screen and (max-width:1366px) {
.works_box .works_box_txt li h2{padding:10px 0 0 0; font-size:16px;}
}

@media screen and (max-width:768px) {
.works_box{margin:20px 0;}
.works_box .works_box_pic{ margin-top:15px;}
.works_box .works_box_pic li{width:47.5%;}
.works_box .works_box_pic li:not(:nth-of-type(6n)){margin-right:0;}
.works_box .works_box_pic li:not(:nth-of-type(2n)){margin-right:5%;}
.works_box .works_box_pic li:nth-child(n+3){margin-top:5%;}

.works_box .works_box_txt{ margin-top:15px;}
.works_box .works_box_txt li{width:100%;}
.works_box .works_box_txt li:not(:nth-of-type(3n)){margin-right:0;}
.works_box .works_box_txt li:nth-child(n+2){margin-top:5%;}
.works_box .works_box_txt li h2{font-size:16px;}
}


/*产品中心*/
.msnbox{overflow:hidden; width:100%; margin:30px 0;}
.msnbox li{display:block; padding:0 0 10px 0; box-sizing:border-box; margin-bottom:10px;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out; border-bottom:1px #ddd dotted;}
.msnbox li:last-child{ margin-bottom:0;}
.msnbox li a{color:#006dc6;}
.msnbox li a:hover{color:#ff7800;}
.msnbox li img{width:20px; height:auto; display:inline-block; margin-right:10px; vertical-align:middle; padding:10px; background:#006dc6; border-radius:100%;-webkit-transition:all .2s ease-in-out; transition:all .2s ease-in-out;}
.msnbox li:hover img{background:#ff7800;}
@media screen and (max-width:768px) {
.msnbox{display:none;}
}



.prodlist{display:block; margin:0px auto;}
.prodlist h1{font-size:32px; line-height:1.2; font-family:"Oswald-Regular"; font-weight:700; margin-bottom:15px;}
.prodlist ul{overflow:hidden;letter-spacing:-8px; padding:40px 60px; box-sizing:border-box; background:#f9f9f9;}
.prodlist ul li{display:inline-block; letter-spacing:normal; vertical-align:top; box-sizing:border-box; padding:10px 0 10px 10px; width:47.5%; background:url(../images/point_red.png) left center no-repeat; font-size:15px;}
.prodlist ul li:not(:nth-of-type(2n)){margin-right:5%;}
.prodlist ul li a{color:#006dc6;}
.prodlist ul li a:hover{color:#ff7800;}
@media screen and (max-width:768px) {
.prodlist{margin:20px auto;}
.prodlist h1{font-size:24px; margin-bottom:10px;}
.prodlist ul{padding:20px;}
.prodlist ul li{width:100%; font-size:13px; padding:5px 5px 5px 10px;}
.prodlist ul li:not(:nth-of-type(2n)){margin-right:0;}
}


.prodmain_top{overflow:hidden; width:100%;}
.prodmain_top h1{font-size:36px; font-family:"Oswald-Regular"; line-height:1.2; font-weight:700;margin-bottom:25px; padding-bottom:5px; border-bottom:1px #dddddd dotted;}
.prodmain_top .ptxt{margin-bottom:20px; padding-bottom:20px; border-bottom:1px #dddddd dotted;}
.prodmain_top .ptxt h2{ font-size:26px; line-height:1.2; font-weight:700; margin-bottom:20px; color:#006dc6;}
.prodmain_top .ptxt h3{ font-size:20px; line-height:1.2; font-weight:700; margin-bottom:20px; color:#006dc6;}
@media screen and (max-width:768px) {
.prodmain_top{margin-top:15px; margin-bottom:15px; display:block;}
.prodmain_top h1{font-size:24px;margin-bottom:10px; padding-bottom:10px;}
.prodmain_top .ptxt{margin-bottom:10px; padding-bottom:10px;}
.prodmain_top .ptxt h2{ font-size:18px; margin-bottom:10px;}
.prodmain_top .ptxt h3{ font-size:16px; margin-bottom:10px;}
}




/*产品详情页的图片*/
.prodimg{display:block; margin:0 0 50px 0;}
.prodimg ul{display:grid; grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 40px), 1fr));  gap:40px;  width: 100%;}
.prodimg .img_title{font-weight:700;font-size:18px; margin-top:5px;}
.prodimg img{border-bottom:5px #d90000 solid;padding-bottom:5px; }
 
/* 当只有1个li时占满整行 */
.prodimg li:only-child {grid-column: 1 / -1;}
.prodimg li:only-child img{width:auto; max-width:100%;}
 
/* 当屏幕较小或只有2个li时，显示为两列 */
@media (max-width: 768px) {
.prodimg{display:block; margin:0 0 20px 0;}
.prodimg ul{grid-template-columns: repeat(3, calc(33.333% - 7px)); gap:10px;}
.prodimg img{border-bottom:3px #d90000 solid;}
.prodimg .img_title{font-size:14px; line-height:18px;}
}



/*产品详情页的图片2*/
.prodimg2{display:block; margin:60px 0 0 0;}
.prodimg2_title{font-size:24px; line-height:1.2; margin-bottom:15px; padding-bottom:10px; box-sizing:border-box; position:relative; font-weight:700; color:#006dc6; font-family:"Oswald-Regular";}
.prodimg2_title::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:linear-gradient(45deg, #dddddd 15%,#dddddd 5%);}  

.prodimg2 ul{display:grid; grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 40px), 1fr));  gap:40px;  width: 100%;}
.prodimg2 .img_title{font-weight:700;font-size:18px; margin-top:5px;}
.prodimg2 img{border-bottom:5px #d90000 solid;padding-bottom:5px; }
 
/* 当只有1个li时占满整行 */
.prodimg2 li:only-child {grid-column: 1 / -1;}
.prodimg2 li:only-child img{width:auto; max-width:100%;}
 
/* 当屏幕较小或只有2个li时，显示为两列 */
@media (max-width: 768px) {
.prodimg2{display:block; margin:30px 0 0 0;}
.prodimg2_title{font-size:14px;margin-bottom:10px; padding-bottom:10px;}
.prodimg2 ul {grid-template-columns: repeat(3, calc(33.333% - 7px)); gap:10px;}
.prodimg2 img{border-bottom:3px #d90000 solid;}
.prodimg2 .img_title{font-size:14px; line-height:18px;}

}




.prod_details_end_box{display:block; overflow:hidden; margin-top:60px;}
.prod_details_end_box:first-child{ margin-top:0;}
.prod_details_end_box .details_title{font-size:24px; line-height:1.2; margin-bottom:15px; padding-bottom:10px; box-sizing:border-box; position:relative; font-weight:700; color:#006dc6; font-family:"Oswald-Regular";}
.prod_details_end_box .details_title::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:linear-gradient(45deg, #dddddd 15%,#dddddd 5%);}  

.prod_details_end_txt{line-height:26px!important; word-break:break-word!important; overflow:hidden;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:26px!important;}
.prod_details_end_txt table{width:100%;}
.prod_details_end_txt td{padding:6px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important;}
.prod_details_end_txt td p,.prod_details_end_txt td span{font-size:14px!important;line-height:20px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:6px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important; background:#f5f5f5;}
.prod_details_end_txt th p,.prod_details_end_txt th span{font-size:14px!important;line-height:20px!important;word-break:initial!important;}
.prod_details_end_txt img{width:auto; max-width:100%; margin:0 auto; display:inline; height:auto;}
.prod_details_end_txt h3{ font-size:20px; font-weight:700;}

@media screen and (max-width:768px){
.prod_details_end_box{margin-top:30px;}
.prod_details_end_box .details_title{font-size:18px;margin-bottom:10px; padding-bottom:10px;}
.prod_details_end_txt{line-height:24px!important;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:24px!important;}
.prod_details_end_txt table{display: block; display: -webkit-box; width:auto!important; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
.prod_details_end_txt h3{ font-size:18px;}
}






.contact_btn_top{margin-top:30px;}
.contact_btn_end{margin-bottom:20px;}
.contact_btn{display:block; overflow:hidden; width:fit-content;}
.contact_btn h2{font-size:18px; font-weight:700; color:#ff7800;}
.contact_btn_box{ border-radius:5px; padding:10px 15px; box-sizing:border-box; text-align:center;  background-image: linear-gradient(-90deg, #222222 55%, #ff7800 45%); width:fit-content; margin-top:10px;}
.contact_btn_box img{width:30px; height:30px; margin-right:3px; display:inline; vertical-align:middle; float:none;}
.contact_btn_box a{color:#ffffff; font-size:16px;}
.contact_btn_box a:hover{text-decoration:underline;}
.contact_btn_box a:nth-of-type(2){margin-left:40px;}
@media screen and (max-width: 1350px){
.contact_btn_box a{font-size:14px;}
}

@media screen and (max-width:768px){
.contact_btn_top{margin-top:20px;}
.contact_btn_end{margin-bottom:10px;}
.contact_btn h2{font-size:16px;}
.contact_btn{width:100%;}
.contact_btn_box{text-align:left;}
.contact_btn_box img{width:24px; height:24px; margin-bottom:0;}
.contact_btn_box a{display:block; font-size:14px;}
.contact_btn_box a:nth-of-type(2){margin-left:0; margin-top:10px;}
}


.page404{ width:100%; margin:300px 0 200px 0; text-align:center;}
.page404 img{ width:auto; display:inline-block;}
@media screen and (max-width:768px) {
.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:768px) {
.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; margin:50px 0;}
.searchlist h2{ font-size:24px; font-weight:700; padding-left:10px; margin-bottom:20px;}
.searchlist ul{overflow:hidden;}
.searchlist ul li{border-bottom:1px #CCCCCC dotted; overflow:hidden; padding:20px 10px;}
.searchlist ul li:hover{background:#f5f5f5;}
.searchlist ul li{line-height:24px;}
.searchlist ul li h4{font-size:18px; text-align:left;}
.searchlist ul li p{font-size:14px; color:#999999;}
.searchlist ul li p span{ margin-right:35px;}
@media screen and (max-width:768px) {
.searchlist{margin:20px 0;}
.searchlist h2{font-size:18px; margin-bottom:10px;}
.searchlist ul li{padding:10px 10px;}
}

.feedback{width:80%; padding:60px; box-sizing:border-box; margin:100px auto 100px; border-radius:5px; background:#ffffff;}
.feedback h2{font-size:24px;font-weight:700; color:#0155a6;}
.feedback h4{height:4px; width:50px; background:#0155a6; margin:20px 0;}
.feedback_btn{width:fit-content; height:40px; line-height:40px; background:#222222; 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:#ff7800; color:#fff;}
@media screen and (max-width:768px) {
.feedback{width:90%; padding:30px; 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:768px){
.global_left_top{bottom:10px;}
#myback{width:35px; height:35px;}
#mymeil{width:35px; height:35px;}
}
</pre></body></html>