﻿/* 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:#e9011a;}
: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.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: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; width:90%; max-width:1560px;}
@media screen and (max-width:768px) {
body {font-size:14px; line-height:24px;}
.main {width:92%;}
}


/***头部***/
.header{width:100%; box-sizing:border-box; position:fixed; height:140px; top:0; left:0; z-index:99; box-sizing:border-box;}

.header_top{height:50px; line-height:50px; width:100%; background:#444444; display:flex; justify-content:space-between; align-items:center; font-size:14px;}
.header_top .main{display:flex;}
.header_left, .header_right{display:flex; flex:1; max-width:50%; box-sizing:border-box; opacity:0.7;}

.header_left ul, .header_right ul{display:flex; width:100%;}
.header_left ul{justify-content: flex-start; /* 靠左对齐 */}
.header_right ul{justify-content: flex-end; /* 靠右对齐 */}

.header_left li{color:#ffffff; display:flex; align-items:center; margin:0 15px; white-space: nowrap;}
.header_left li:first-child{ margin-left:0;}
.header_left li:last-child{ margin-right:0;}

.header_right li{color:#ffffff; display:flex; align-items:center; margin:0 15px; white-space: nowrap;}
.header_right li:first-child{ margin-left:0;}
.header_right li:last-child{ margin-right:0;}

.header_left li a, .header_right li a{color:#ffffff;}
.header_left li a:hover, .header_right li a:hover{color:#ffffff; text-decoration:underline; opacity:1;}
.header_left li img, .header_right li img{display:inline-block;  margin-right:5px; vertical-align: middle; width:20px; height:auto;}


.header_end{height:90px; line-height:90px; width:100%; background:rgb(255,255,255,1); display:flex; justify-content:space-between; align-items:center;}
.header_over{background:rgb(255,255,255,1);}

.header_end .main{display:flex;}
.header_logo{display:flex; flex: 0 0 9%; box-sizing: border-box;}
.header_logo img{max-width:130px; vertical-align:middle; display:inline;}

.header_nav{display:flex; flex:0 0 91%;  box-sizing: border-box; justify-content: flex-end;}
.header_nav>.mNavList{text-align:left; display:flex; width:100%; justify-content: flex-end;}
.header_nav>.mNavList>li{position:relative; display:inline-block; text-align:center; line-height:90px; height:90px; box-sizing:border-box; margin:0 0 0 3%; font-size:17px; font-weight:700; text-transform:uppercase;}
.header_nav>.mNavList>li>a>i{display:inline-block; width:20px; height:20px; vertical-align:middle;  background:url("../images/pro_click.png") no-repeat center -1px; -moz-transition: all linear .3s;-webkit-transition: all linear .3s;	-ms-transition: all linear .3s;}
.header_nav>.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);}

#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear:both;}
#menu{zoom:1;}
#menu li:hover>a{color:#e9011a;}
#menu li a:hover {color:#e9011a;}
#menu li:hover>ul {opacity:1; visibility:visible; margin:0;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:90px; width:280px; z-index:1; background-color:rgba(255,255,255,1);transition:all .3s ease-in-out;border-top:4px #e9011a 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; position:relative;transition:all .3s ease-in-out; font-weight:normal; font-size:14px; white-space: nowrap;background-color:rgba(255,255,255,1);}
#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:#e9011a!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 280px;}
#menu ul li ul {top:0px; left:0px; margin:0 0 0 290px; display:block; border-top:0;transition:all .3s ease-in-out;width:fit-content;}
#menu ul li ul li:hover a{color:#e9011a!important;}

@media screen and (max-width:1560px){  
.header_nav>.mNavList>li{font-size:14px;}
}  

@media screen and (max-width:1366px){  
.header_nav>.mNavList>li{margin:0 0 0 3%; font-size:14px;}
#menu ul li{font-size:13px;}
}  

@media screen and (max-width:1240px){  
.header_nav>.mNavList>li{margin:0 0 0 2%; font-size:13px;}
#menu ul li{font-size:12px;}
}  

.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:#121212; 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; font-size:16px;}
.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:140px auto 0;}
.banner .swiper-slide .text{position:absolute; width:100%; top:50%; transform:translateY(-50%); 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.5) 50%, transparent); padding:3%; box-sizing:border-box; width:100%; height:100%;}
.banner .swiper-slide .text h2{margin:0 auto 25px; font-size:60px; line-height:1; width:fit-content; opacity:0; text-shadow:4px 8px 10px rgba(0,0,0,0.7);transform: translateY(32px);transition: all 0.5s ease 0.2s; font-weight:700; color:#ffffff; font-family:"Oswald-Regular"; text-transform:uppercase;}
.banner .swiper-slide .text h3{margin:0 auto 25px; font-size:32px; line-height:1; opacity:0; transform: translateY(32px);transition: all 0.8s ease 0.8s; color:#ffffff;text-shadow:4px 8px 10px rgba(0,0,0,0.7);}
.banner .swiper-slide .text p{font-size:24px; line-height:1; opacity:0; text-shadow:4px 8px 10px rgba(0, 0, 0, 0.7); 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:30px auto 0; height:50px; line-height:50px; padding:0 25px; background:#004dad; color:#ffffff; font-size:18px; border-radius:25px; opacity:0;transform:translateY(-32px); transition: all 1s ease 1s; width:fit-content;}
.banner .swiper-slide .text .bannerbtn a{color:#ffffff;}
.banner .swiper-slide .text .bannerbtn:hover{ text-decoration:underline;}

.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:#e9011a;}
.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:#e9011a;}
.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; display:none;}
.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:#e9011a;}

@media screen and (max-width:1560px) {
.banner .swiper-slide .text h2{font-size:48px;}
.banner .swiper-slide .text h3{font-size:20px;}
.banner .swiper-slide .text p{font-size:18px;}
.banner .swiper-slide .text .bannerbtn{margin:30px auto 0; height:40px; line-height:40px; font-size:16px;}
}

@media screen and (max-width:1366px) {
.banner .swiper-slide .text h2{font-size:32px; margin:0 auto 20px;}
.banner .swiper-slide .text h3{font-size:18px; margin:0 auto 20px;}
.banner .swiper-slide .text p{font-size:16px;}
.banner .swiper-slide .text .bannerbtn{margin:20px auto 0; height:35px; line-height:35px; font-size:16px;}
}

@media screen and (max-width:1240px) {
.banner .swiper-slide .text h2{font-size:24px; margin:0 auto 15px;}
.banner .swiper-slide .text h3{font-size:16px; margin:0 auto 15px;}
.banner .swiper-slide .text p{font-size:14px;}
.banner .swiper-slide .text .bannerbtn{margin:20px auto 0; height:30px; line-height:30px; font-size:14px;}
}

@media screen and (max-width:768px) {
.banner{margin-top:45px;}
.banner .swiper-slide .text{width:90%; top:50%; transform:translateY(-50%); left:5%;}
.banner .swiper-slide .text h2{font-size:18px; line-height:1.2; margin:0 auto 10px; font-weight:normal;}
.banner .swiper-slide .text h3{font-size:14px; line-height:1.2; margin:0 auto 10px;}
.banner .swiper-slide .text p{font-size:12px; display:none;}
.banner .swiper-slide .text .bannerbtn{margin:10px auto 0; height:30px; line-height:30px; font-size:14px;}

.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;}
}

.zoom-image{transition: transform 8s ease-out; transform:scale(1); width:100%; height:100%; object-fit:cover; }
.swiper-slide-active .zoom-image {transform: scale(1.25);}


/***index htitle***/
.index_htitle{width:100%; box-sizing:border-box; margin-bottom:10px; position:relative; text-align:center;}
.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:42px; line-height:1.2; text-transform:uppercase; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical; position:relative; z-index:3; font-family:"Oswald-Regular";}
.index_htitle h2::after{content: ''; display: block; width:40px; height:4px; background-color:#e9011a; margin:6px auto 5px;}
.index_htitle .ptxt{width:80%; 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:32px;}
}

@media screen and (max-width:1024px) {
.index_htitle h2{font-size:24px;}
}

@media screen and (max-width:768px) {
.index_htitle{margin-bottom:10px;}
.index_htitle h2{font-size:24px;}
.index_htitle .ptxt{width:100%;}
}


.div_more{text-align:center;}
.div_more_top{ margin-top:30px; text-align:center;}
.more{display:inline-block;height:45px; line-height:45px;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:#e9011a; font-weight:normal;}
.more:hover{color:#ffffff!important; background:#d60011;}

.more2{display:inline-block;height:45px; line-height:45px;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:#004dad; font-weight:normal;}
.more2:hover{color:#ffffff!important; background:#e60012;}

@media screen and (max-width:768px) {
.div_more_top{margin-top:20px;}
.more{height:35px; line-height:35px; padding:0 20px; font-size:12px;}
.more2{height:35px; line-height:35px; padding:0 20px; font-size:12px;}
}


.more_btn{background:#004dad; 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:#e9011a; 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; overflow:hidden;}
.mod1_box{display:block;position:relative; margin:10px auto 0;}
.mod1_box ul{overflow:hidden;letter-spacing:-8px; display:flex; flex-wrap:wrap;}
.mod1_box ul li{overflow:hidden; width:24.25%; letter-spacing:normal; vertical-align:top; position:relative; box-sizing:border-box; display:inline-block; background:#000000; border-radius:5px;}
.mod1_box ul li:not(:nth-of-type(4n)){margin-right:1%;}
.mod1_box ul li:nth-child(n+5){margin-top:1%;}
.mod1_box ul li img{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.mod1_box ul li:hover img{-webkit-transform:scale(1.05); transform:scale(1.05); opacity:0.5;}
.mod1_box_txt{display:block; position:absolute;width:100%;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; box-sizing:border-box; overflow:hidden; z-index:3; bottom:0; text-align:center; pointer-events:none;/* 让该层不捕获鼠标事件 */ opacity:1;  transform:translateY(0); padding:20px 0; background:linear-gradient(to top, rgb(0,0,0,0.85), transparent);}
.mod1_box_txt h2{font-size:18px; color:#ffffff; width:fit-content; margin:0 auto;}
@media screen and (max-width:1366px){
.mod1_box_txt h2{font-size:16px;}
}

@media screen and (max-width:1024px){
.mod1_box_txt h2{font-size:14px;}
}

@media screen and (max-width:768px){
.mod1{padding:8% 0;}
.mod1_box ul{margin:10px 0 0 0; display:block;}
.mod1_box ul li{width:47.5%;}
.mod1_box ul li:not(:nth-of-type(4n)){margin-right:0;}
.mod1_box ul li:not(:nth-of-type(2n)){margin-right:5%;}
.mod1_box ul li:nth-child(n+3){margin-top:5%;}
.mod1_box_txt{padding:10px 0;}
.mod1_box_txt h2{font-size:14px; font-weight:normal;}
}



.mod2{width:100%; box-sizing:border-box; overflow:hidden; background-size:cover;}
.mod2_box{display:block; padding:4% 0px; overflow:hidden; background:linear-gradient(to left, #3d3d3d 40%, transparent 100%);}

.mod2 .index_htitle{text-align:left; margin-bottom:30px;}
.mod2 .index_htitle h2{color:#ffffff;}
.mod2 .index_htitle h2::after{background-color:#ffffff; margin:6px 0 5px 0;}

.mod2_box2{display:block; overflow:hidden; padding-left:50%; color:#ffffff;}
.mod2_box2 ul{margin-bottom:30px;}
.mod2_box2 ul li{margin-bottom:30px;}
.mod2_box2 ul li:last-child{ margin-bottom:0;}
.mod2_box2 ul li h3{font-size:24px; line-height:1.2;}
.mod2_box2 ul li .ptxt{padding:5px 0 0 20px; box-sizing:border-box; opacity:0.8;}
.mod2_box2 ul li .ptxt p{ background:url(../images/dian.svg) left center no-repeat; background-size:12px; padding-left:20px; box-sizing:border-box;}

@media screen and (max-width:1366px){
.mod2 .index_htitle{margin-bottom:20px;}
.mod2_box2 ul{margin-bottom:20px;}
.mod2_box2 ul li{margin-bottom:20px;}
.mod2_box2 ul li h3{font-size:18px;}
}

@media screen and (max-width:1024px){
.mod2 .index_htitle{margin-bottom:15px;}
.mod2_box2{padding-left:30%;}
.mod2_box2 ul{margin-bottom:15px;}
.mod2_box2 ul li{margin-bottom:15px;}
.mod2_box2 ul li h3{font-size:16px;}
}

@media screen and (max-width:768px){
.mod2_box{padding:8% 0px; background:rgb(61,61,61,0.9);}
.mod2_box2{padding-left:0;}
.mod2 .index_htitle{margin-bottom:20px;}
.mod2_box2 ul{margin-bottom:20px;}
.mod2_box2 ul li{margin-bottom:20px;}
.mod2_box2 ul li h3{font-size:16px;}
}



.mod3{width:100%; padding:4% 0px; box-sizing:border-box; overflow:hidden; background:#f5f5f5;}
.mod3 .main{display:flex;}
.mod3_leftbox{width:40%; overflow:hidden;}
.mod3_leftbox ul{overflow:hidden;}
.mod3_leftbox ul li{margin-bottom:30px;}
.mod3_leftbox ul li:last-child{margin-bottom:0;}
.mod3_leftbox ul li h2{font-size:24px; font-weight:700; line-height:1.2;}
.mod3_leftbox ul li .ptxt{opacity:0.8; margin-bottom:10px;}

.mod3_rightbox{width:55%; margin-left:5%; position:relative;}
.mod3_rightbox .imgbox{border-radius:5px; overflow:hidden;}
.mod3_title{display:block; position:absolute;width:100%;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; box-sizing:border-box; overflow:hidden; z-index:3; bottom:0; text-align:center; pointer-events:none;/* 让该层不捕获鼠标事件 */ opacity:1;  transform:translateY(0); padding:10px 0; background:linear-gradient(to top, rgb(0,0,0,0.75), transparent);}
.mod3_title h2{font-size:16px; color:#ffffff; width:fit-content; margin:0 auto; font-weight:normal; line-height:20px;}

@media screen and (max-width:1366px){
.mod3_leftbox ul li h2{font-size:18px;}
}

@media screen and (max-width:1024px){
.mod3_leftbox ul li h2{font-size:16px;}
}

@media screen and (max-width:768px){
.mod3{padding:8% 0px;}
.mod3 .main{display:block;}
.mod3_leftbox{width:100%;}
.mod3_leftbox ul li{margin-bottom:20px;}
.mod3_leftbox ul li h2{font-size:18px;}
.mod3_rightbox{width:100%; margin-top:20px; margin-left:0;}
.mod3_title h2{font-size:14px;}
}

.swiper-container{overflow: hidden;}
.swiper-button-next.project-area-next{top:55%;transform:translateY(-55%);right:-20px;width:40px;height:40px;border-radius:100%;background:#004e9d;color:#ffffff;transition:all .3s ease-in-out}
.swiper-button-prev.project-area-prev{top:55%;transform:translateY(-55%);left:-20px;width:40px;height:40px;border-radius:100%;background:#004e9d;color:#ffffff;transition:all .3s ease-in-out}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:16px;}
.swiper-button-next.project-area-next:hover{background:#e9011a}
.swiper-button-prev.project-area-prev:hover{background:#e9011a}
@media screen and (max-width:768px){
.swiper-button-next.project-area-next{right:-15px;width:30px;height:30px;}
.swiper-button-prev.project-area-prev{left:-15px;width:30px;height:30px;}
.swiper-button-next.project-area-next::after,.swiper-button-prev.project-area-prev::after{font-size:12px;}
}


/* 遮罩层样式 */
.overlay {
position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.7); z-index:9999; display:flex; align-items:center; justify-content:center;}

/* 弹窗样式 */
.popup{background:white; padding:40px; border-radius:5px; position:relative; max-width:80%; max-height:80%; overflow:auto; box-sizing:border-box;}

/* 关闭按钮样式 */
.close-btn{position:absolute; top:10px; right:15px; font-size:24px; cursor:pointer;}

.loading{padding:20px; text-align:center; color:#666;}
.loading::after{ content: " .";  animation: dots 1s steps(5, end) infinite;}
@keyframes dots {
    0%, 20% {
        content: " .";
    }
    40% {
        content: " ..";
    }
    60% {
        content: " ...";
    }
    80% {
        content: " ....";
    }
}
@media screen and (max-width:768px){
.popup{padding:20px;}
.popup iframe{ width:100%!important; height:auto!important;}
.close-btn{top:5px; right:10px;}
}



.mod4{width:100%; padding:4% 0px; box-sizing:border-box; overflow:hidden; background:#ffffff;}
.mod4 .index_htitle{text-align:left; margin-bottom:30px;}
.mod4 .index_htitle h2::after{margin:6px 0 5px 0;}
.mod4 .index_htitle .ptxt{width:100%;}

.mod4 .mod4_box{overflow:hidden;}
.mod4 .mod4_box ul{display:flex;}
.mod4 .mod4_box ul li{flex:1;}
.mod4 .mod4_box ul li:first-child img{width:auto; max-width:100%;}
.mod4 .mod4_box ul li:last-child {padding-left:5%; box-sizing:border-box;}

.mod4_box_right{display:block;}
.mod4_box_right ul{overflow:hidden; display:block!important;margin:30px 0;}
.mod4_box_right ul li{ background:url(../images/dian.svg) left center no-repeat; background-size:10px; padding-left:18px; margin-bottom:12px;}
.mod4_box_right ul li:last-child{padding-left:18px!important;}
.mod4_box_right ul li a{color:#004e9d;}
.mod4_box_right ul li a:hover{color:#e9011a;}

@media screen and (max-width:768px){
.mod4 .index_htitle{margin-bottom:15px;}
.mod4 .mod4_box ul{display:block;}
.mod4 .mod4_box ul li{margin-bottom:12px;}
.mod4 .mod4_box ul li:first-child img{width:auto; max-width:100%;}
.mod4 .mod4_box ul li:last-child {padding-left:0; box-sizing:border-box; margin-top:20px;}
.mod4_box_right ul{margin:15px 0;}
}



.mod5{width:100%; padding:4% 0px; box-sizing:border-box; overflow:hidden; background:#f5f5f5;}
.mod5_title{width:100%}
.mod5_title h2{font-size:20px; font-weight:700; line-height:1.2;}
.mod5_title .ptxt{opacity:0.8; margin-top:10px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.mod5_title .pdate{opacity:0.6; margin-top:20px; font-size:14px;}

.mod5_box{display:flex; margin-top:20px;}
.mod5_leftbox{width:65%; overflow:hidden; padding:50px; box-sizing:border-box; background:#ffffff; box-shadow:2px 2px 5px 0 #dddddd; border-radius:5px;}
.mod5_leftbox ul{overflow:hidden;}
.mod5_leftbox ul li{overflow:hidden; display:flex;} 
.mod5_leftbox ul li:first-child{margin-bottom:30px; padding-bottom:30px; border-bottom:1px #ddd dotted;}
.mod5_leftbox ul li .imgbox{width:30%; margin-right:3%;border-radius:5px;}
.mod5_leftbox ul li .mod5_title{width:68%}

.mod5_rightbox{width:32%; margin-left:3%; position:relative; padding:50px; box-sizing:border-box; background:#ffffff;box-shadow:2px 2px 5px 0 #dddddd;border-radius:5px;}
.mod5_rightbox .imgbox{margin-bottom:15px; border-radius:5px;}

@media screen and (max-width:1366px){
.mod5_leftbox ul li .mod5_title h2{font-size:18px;}
}

@media screen and (max-width:1024px){
.mod5_leftbox ul li .mod5_title h2{font-size:16px;}
}

@media screen and (max-width:768px){
.mod5{padding:8% 0px;}
.mod5_box{display:block; margin-top:10px;}
.mod5_title h2{font-size:18px;}
.mod5_title .ptxt{margin-top:5px;}
.mod5_title .pdate{margin-top:10px;}

.mod5_leftbox{width:100%; padding:20px;}
.mod5_leftbox ul li{display:block;} 
.mod5_leftbox ul li:first-child{margin-bottom:20px; padding-bottom:20px;}
.mod5_leftbox ul li .imgbox{width:100%; margin-right:0;}
.mod5_leftbox ul li .mod5_title{width:100%; margin-top:10px;}

.mod5_rightbox{width:100%; margin-left:0; padding:30px; margin-top:20px;}
}



/***footer msn***/
.footer_msn{width:100%; padding:3% 0px; box-sizing:border-box; overflow:hidden; background:#303030;}
.footer_msn .index_htitle h2{color:#ffffff;}
.footer_msn .index_htitle h2::after{background-color:#ffffff; margin:6px auto 5px;}
.footer_msn .index_htitle .ptxt{color:#ffffff;}

.footer_msn_box{display:flex; align-items:stretch; margin-top:20px;}
.footer_msn_box_left{width: 85%; display:flex; flex-direction:column;}
.footer_msn_box_left ul:first-of-type{display:flex; justify-content:space-between; gap:20px;}
.footer_msn_box_left ul:first-of-type li{flex:1; max-width: calc((100% - 3 * 20px) / 4);}
.footer_msn_box_left ul:last-of-type li{width:100%; margin-top:15px;}
.footer_msn_box_right{width:13%; display:flex; justify-content:center; align-items:center; margin-left:2%;}
.msg_submit{width:100%; height:100%; background-color:#e9011a; border:none; color:#ffffff; font-size:18px; cursor:pointer; border-radius:5px; padding:30px; box-sizing:border-box; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; text-transform:uppercase;}
.msg_submit:hover{ background:#e60012;}
.msg_input{width:100%; padding:15px;line-height:24px; color:#fff; background:rgb(255,255,255,0.1); box-sizing:border-box; border-radius:5px;}
.msg_textarea{width:100%;line-height:24px; resize:none;font-family:"Poppins-Regular", Helvetica, sans-serif; padding:15px; color:#fff; background:rgb(255,255,255,0.1); box-sizing:border-box; border-radius:5px;}
@media screen and (max-width:768px){
.footer_msn{padding:8% 0px;}

.footer_msn_box{display:block; margin-top:10px;}
.footer_msn_box_left{width:100%; display:block;}
.footer_msn_box_left ul:first-of-type{display:block;gap:10px;}
.footer_msn_box_left ul:first-of-type li{ width:100%; max-width:100%; margin-top:10px;}
.footer_msn_box_left ul:last-of-type li{width:100%; margin-top:10px;}
.footer_msn_box_right{width:100%; display:block; margin-left:0; margin-top:10px;}
.msg_submit{height:55px; line-height:55px; font-size:16px; padding:0;}
}



/***footer***/
.footer {position:relative; padding:4% 0 0 0; background:#181818; overflow:hidden;}

.footer_left{width:35%; padding:0 0 60px 0; margin-right:5%; 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:20px; text-transform:uppercase; line-height:1.2; margin-bottom:20px; font-weight:700;}
.footer_left_contact ul{overflow:hidden;}
.footer_left_contact ul li{margin-bottom:20px; padding-left:30px; line-height:24px; background-repeat:no-repeat; background-size:20px; background-position:top left; opacity:0.7;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.footer_left_contact ul li:nth-child(1) {background-image:url(../images/ico_address2.svg);}
.footer_left_contact ul li:nth-child(2) {background-image:url(../images/ico_tel2.svg);}
.footer_left_contact ul li:nth-child(3) {background-image:url(../images/ico_whatsup2.svg);}
.footer_left_contact ul li:nth-child(4) {background-image:url(../images/ico_email2.svg);}
.footer_left_contact ul li:last-child{margin-bottom:0;}
.footer_left_contact ul li:hover{opacity:1;}

.footer_left_meadia{overflow:hidden; width:100%; margin-top:40px;}
.footer_left_meadia h2{ position:relative; font-size:18px; 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:60%; padding:0 0 60px 0; box-sizing:border-box; display:flex; justify-content:space-between; gap:20px;}
.footer_right .footer_nav:nth-child(1){width:44%;}
.footer_right .footer_nav:nth-child(2){width:28%;}
.footer_right .footer_nav:nth-child(3){width:28%;}
.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%; 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;}
.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_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;}


@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;}
}

@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;}
}


@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{margin-top:20px;}
.footer_right{display:none;}
}



/***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:140px 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;}
.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{right:10%; top:50%; transform:translateY(-50%);}
.ban .addiv h2{font-size:16px; line-height:20px;-webkit-line-clamp:2;}
.ban .addiv_txt{font-size:12px; display:none;}
}


/*--------内页路径--------*/
#weizhi{width:100%; margin:0 auto; background:#f5f5f5;}
#weizhi2{width:100%; margin:140px 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; margin:60px 0;}
.lymain_box_left{float:right; width:20%; box-sizing:border-box; margin:0 3% 0 0;}
.lymain_box_right{float:left; width:77%;}
@media screen and (max-width:768px){
.lymain_box{display:block; margin:20px 0;}
.lymain_box_left{display:none;}
.lymain_box_right{float:none; width:100%;}
}

/*左侧的分类*/
#onsec{color:#e9011a;}
#onsec a{color:#e9011a;}
.left_list{ position:relative; display:block; overflow:hidden; margin-bottom:30px; border:1px #ececec solid; box-sizing:border-box; padding:25px; background:#fcfcfc; border-radius:5px;}
.left_list:last-child{margin-bottom:0;}
.left_list h2{font-size:20px; margin-bottom:10px; font-weight:700; padding-left:12px; position:relative; border-bottom:1px #dddddd dotted; padding-bottom:10px; text-transform:uppercase;}
.left_list h2::before{position:absolute; left:0; top:12%; width:4px; height:40%; background:#e9011a; content: '';}
.left_list ul{overflow:hidden; margin-top:10px;}
.left_list ul li{background:url(../images/right.svg) left 10px no-repeat; background-size:8px; padding-left:15px; padding-bottom:12px; border-bottom:1px #dddddd dotted; margin-bottom:15px;}


/*分页*/
.page{text-align:center; padding:10px 10px; margin-top:40px;}
.page a{display:inline-block; border:1px #ecf5ff solid; font-size:14px; padding:6px 14px; border-radius:3px; margin:0 2px; font-family:"宋体"; line-height:20px; height:20px; color:#999999;}
.page a:hover{background:#e9011a; color:#fff;}
.pagea{background:#e9011a; 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;}
}


/*内页轮播图样式*/
.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:#e9011a;}
.swiper-button-prev.ly_swiper-area-prev:hover {color:#e9011a;}
.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;}
}


/*内页子导航*/
.lmlb{width:100%; display:block; overflow:hidden; box-sizing:border-box; margin:40px 0 0 0;}
.lmlb ul{justify-content: space-between;display: flex; border-radius:5px; overflow:hidden;}
.lmlb ul li{flex-grow:1; text-align:center; line-height:55px; transition:all 0.3s ease-in-out; background:#121212; color:#ffffff; border-right:1px rgb(255,255,255,0.6) solid;}
.lmlb ul li:hover{background:#e9011a; color:#ffffff;}
.lmlb ul li:last-child{border-right:0;}
.lmlb ul li img{display:block; margin:15px auto -15px; width:35px; height:auto;}
.lmlb ul li a{color:#fff; display:block; font-size:18px;}
.lmlbnotes{ margin-top:20px; border-top:1px #ecf5ff dotted; padding-top:20px;}
#lmlbonsec {color:#e9011a;}
#lmlbonsec a{color:#e9011a;}

@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 img{display:block; margin:10px auto 0px; width:24px;}
.lmlb ul li a{font-size:12px;}
.lmlbnotes{ margin-top:10px; padding-top:10px;}
}


.about_title{margin-bottom:10px; position:relative; border-bottom:2px #004dad solid;}
.about_title h2{font-size:32px; padding:0 0 10px 0px; box-sizing:border-box; position:relative; width:fit-content; font-family:"Oswald-Regular"; text-transform:uppercase;}
.about_title h2::after {content: ''; display:block; width:100%; height:4px; background-color:#e9011a; margin-top:9px; position:absolute; left:0;}
.about_ptxt{line-height:30px;}
.about_ptxt b, .about_ptxt strong{ color:#004dad; font-weight:700; font-size:18px;}
.about_ptxt img{width:auto; max-width:100%; height:auto; margin-right:20px; margin-bottom:20px;}
@media screen and (max-width:1366px){
.about_title h2{font-size:24px;}
.about_ptxt{line-height:24px;}
}

@media screen and (max-width:768px){
.about_title{margin-bottom:10px;}
.about_title h2{font-size:24px;}
.about_ptxt img{ margin-right:0px; margin-bottom:10px;}
}


/*about*/
.about_box{width:100%; display:block; overflow:hidden; padding:40px; box-sizing:border-box; background:#ffffff; position:relative; box-shadow:2px 2px 5px 0 #f1f1f1; margin-bottom:40px; border:1px #ececec solid; border-radius:5px;}
.about_box:last-child{margin-bottom:0;}
@media screen and (max-width:768px){
.about_box{padding:0px; box-shadow:none; border:none;}
}


/*cert*/
.certlist{display:block;margin:40px 0 0 0;}
.certlist ul{display:grid; grid-template-columns:repeat(3, 1fr); /* 一行三列 */  gap:30px;}
.certlist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; padding:20px; box-sizing:border-box;}
.certlist ul li:hover{box-shadow:0 0 15px 0 #dedede;}
.certlist ul li .imgbox{width:100%;border-radius:5px;}
.certlist ul li .mytitle{margin:10px 0 0 0; line-height:1.2; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:center;}
@media screen and (max-width:768px) {
.certlist{margin:20px 0 0 0;}
.certlist ul{grid-template-columns:repeat(2, 1fr); /* 一行三列 */  gap:20px;}
.certlist ul li{padding:10px;}
}


/*qualitylist*/
.qualitylist{display:block;margin:40px 0 0 0;}
.qualitylist ul {overflow:hidden;}
.qualitylist ul li{width:100%; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; padding:0 0 15px 30px; margin-bottom:15px; box-sizing:border-box; overflow:hidden; border-bottom:1px #eaeaea solid; background:url(../images/files.svg) left 3px no-repeat; background-size:20px; font-size:18px;}
.qualitylist ul li a{color:#004dad;}
.qualitylist ul li a:hover{color:#e9011a;}
@media screen and (max-width:768px) {
.qualitylist{margin:20px 0 0 0;}
.qualitylist ul li{font-size:16px;padding:0 0 15px 30px; margin-bottom:15px;}
}


/*factorylist*/
.factorylist{display:block; margin:40px 0;}
.factorylist ul{letter-spacing:-8px;}
.factorylist 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; border-radius:5px;}
.factorylist ul li:nth-child(n+2){margin-top:3%;}
.factorylist ul li .imgbox{width:25%; float:left; border-radius:5px;}
.factorylist ul li .mybox{width:75%; float:right; padding-left:40px; box-sizing:border-box;}
.factorylist ul li .mytitle{font-size:22px; font-weight:700; margin:10px 0; line-height:1.2; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.factorylist ul li .ptxt{line-height:26px; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; opacity:0.8;}
.factorylist ul li .ptxt a{font-weight:700; color:#e9011a;}
.factorylist ul li .mymore{border-top:1px #dddddd dotted; padding-top:15px; margin-top:15px;}
.factorylist ul li:hover{box-shadow:0 0 10px 0 #eaeaea; background:#f8f8f8;}

@media screen and (max-width:1366px) {
.factorylist ul li .mytitle{font-size:18px; margin:10px 0; line-height:20px;}
}

@media screen and (max-width:1024px) {
.factorylist ul li .mytitle{font-size:16px; margin:5px 0; line-height:18px;}
}

@media screen and (max-width:768px) {
.factorylist{margin:20px auto;}
.factorylist ul li{background:none; padding:0; box-shadow:none; border-radius:0; border:none;}
.factorylist ul li:nth-child(n+2){margin-top:10%;}
.factorylist ul li .imgbox{width:100%; float:none;}
.factorylist ul li .mybox{width:100%; float:none; padding-left:0px;}
.factorylist ul li .mytitle{font-size:18px; line-height:22px;-webkit-line-clamp:3; margin-top:10px;}
.factorylist ul li .ptxt{line-height:22px; height:auto;}
.factorylist ul li .mymore{padding-top:10px; margin-top:5px;}
}



/*piclist  factory page pic list*/
.piclist{display:block;margin:40px 0 0 0;}
.piclist h2{font-size:20px; margin-bottom:15px; padding:10px; box-sizing:border-box; position:relative; background:#f5f5f5; font-family:"Oswald-Regular";}
.piclist h2::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:2px; background:#e9011a;}  
.piclist ul{display:grid; grid-template-columns:repeat(4, 1fr); /* 一行三列 */  gap:5px;}
.piclist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea;}
.piclist ul li:hover{box-shadow:0 0 15px 0 #dedede;}
@media screen and (max-width:768px) {
.piclist{margin:20px 0 0 0;}
.piclist h2{font-size:16px; margin-bottom:10px;}
.piclist ul{grid-template-columns:repeat(3, 1fr); /* 一行三列 */gap:5px;}
}



/*standardlist*/
.standardlist{display:block;margin:0;}
.standardlist2{margin:40px 0; overflow:hidden;}
.standardlist2 h2{font-size:24px; font-weight:700; margin-bottom:15px;}
.standardlist2 ul {overflow:hidden; margin-bottom:20px;}
.standardlist2 ul li{width:100%; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; padding:0 0 10px 30px; margin-bottom:10px; box-sizing:border-box; overflow:hidden; border-bottom:1px #eaeaea solid; background:url(../images/files.svg) left 3px no-repeat; background-size:20px; font-size:16px;}
.standardlist2 ul li a{color:#004dad;}
.standardlist2 ul li a:hover{color:#e9011a;}
@media screen and (max-width:768px) {
.standardlist2{margin:20px 0 0 0;}
.standardlist2 h2{font-size:18px; margin-bottom:10px;}
.standardlist2 ul li{font-size:16px;padding:0 0 10px 30px; margin-bottom:10px;}
}





/*contact us*/
.contact{padding:5% 0; box-sizing:border-box;}
.contact_title{ overflow:hidden; margin-bottom:20px; text-align:left;}
.contact_title h2{font-size:24px; line-height:1.2; font-family:"Oswald-Regular"; margin-bottom:10px;}
.contact_title .ptxt{box-sizing:border-box; line-height:30px;}

.contact_box{display:flex; overflow:hidden;}
.contact_box_left{width:57%; margin-right:5%;}
.contact_box_right{width:38%; background:#f5f5f5; padding:50px; box-sizing:border-box; border-radius:5px;}
.contact_box_right .contact_title .ptxt{line-height:35px;}
@media screen and (max-width:1024px) {
.contact_title h2{font-size:18px;}
.contact_title .ptxt{line-height:26px;}
.contact_box_right{padding:30px;}
.contact_box_right .contact_title .ptxt{line-height:28px;}
}

@media screen and (max-width:768px) {
.contact_title{margin-bottom:10px;}
.contact_title h2{font-size:18px;}
.contact_title .ptxt{line-height:26px;}
.contact_box{display:block;}
.contact_box_left{width:100%; margin-right:0;}
.contact_box_right{width:100%; padding:30px; margin-top:20px;}
.contact_box_right .contact_title .ptxt{line-height:35px;}
}


/*contact_msn*/
.contact_msn_box{overflow:hidden;}
.contact_msn_box ul{display:flex; justify-content:space-between; gap:20px; margin-bottom:20px;}
.contact_msn_box ul li{flex:1; max-width: calc((100% - 1 * 20px) / 2);}
.contact_msn_box ul:last-of-type li{width:100%; margin-top:15px;}
.contact_msn_box ul:nth-last-of-type(2){width:100%; margin-top: 15px;}
.contact_msn_box ul:nth-last-of-type(2) li{width:100%; max-width:100%;}

.contact_submit{width:100%; height:60px; line-height:60px; background-color:#e9011a; border:none; color:#ffffff; font-size:18px; cursor:pointer; border-radius:5px; box-sizing:border-box; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; text-transform:uppercase;}
.contact_submit:hover{ background:#cc0016;}
.contact_input{width:100%; padding:15px;line-height:24px; border:1px #ddd solid; box-sizing:border-box; border-radius:5px;}
.contact_textarea{width:100%;line-height:24px; resize:none;font-family:"Poppins-Regular", Helvetica, sans-serif; padding:15px; border:1px #ddd solid;  box-sizing:border-box; border-radius:5px;}
.contact_msn_box input::-webkit-input-placeholder{color:#444444;}
.contact_msn_box textarea::-webkit-input-placeholder{color:#444444;}

@media screen and (max-width:768px) {
.contact_msn_box ul{gap:10px; margin-bottom:10px;}
.contact_msn_box ul li{flex:1; max-width: calc((100% - 1 * 10px) / 2);}
}





/*新闻*/
.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:28%; float:left; border-radius:5px;}
.newslist ul li .news_box{width:72%; float:right; padding-left:40px; box-sizing:border-box;}
.newslist ul li .news_title{font-size:22px; font-weight:700; margin:10px 0; line-height:1.2; -webkit-line-clamp:1; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.newslist ul li .ptxt{line-height:26px; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; opacity:0.8;}
.newslist ul li .ptxt a{font-weight:700; color:#e9011a;}
.newslist ul li .pdate{ margin-top:20px; opacity:0.6;}
.newslist ul li .news_more{border-top:1px #dddddd dotted; padding-top:15px; margin-top:15px;}
.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;}
}

#kulist{padding:18px 10px 18px 30px; border:none; border-bottom:1px #eaeaea solid; font-size:16px; font-weight:700; background:url(../images/files.svg) left center no-repeat; background-size:20px;}
#kulist span{ float:right; font-size:14px; font-weight:normal; opacity:0.6;}
#kulist:hover{box-shadow:none; background:#f8f8f8 url(../images/files.svg) left center no-repeat; background-size:20px;}
#kulist:nth-child(n+2){margin-top:0;}
@media screen and (max-width:768px) {
#kulist{padding:15px 5px 15px 30px; font-size:14px; font-weight:normal;}
#kulist span{display:none;}
#kulist:nth-child(n+2){margin-top:0;}
}


/*新闻详情页*/
.newsshow{overflow:hidden; padding:40px; box-sizing:border-box; background:#ffffff; border:1px #eaeaea solid; box-shadow:2px 2px 5px 0 #f1f1f1; border-radius:5px;}
.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 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{font-weight:700; color:#e9011a;}
.news_xxjs b,.news_xxjs strong{font-size:18px; color:#004dad;}
.news_xxjs iframe{width:800px; height:600px;}

.news_title{text-align:left;}
.news_title h1{font-size:36px;line-height:1.2; font-family:"Oswald-Regular"; margin-bottom:10px;}
.news_title h1 span{ float:right;}

.pubdate{margin:0 0 10px 0; overflow:hidden; color:#999999; font-size:14px;}
.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: #fdfdfd;}
.news_xxjs table tr:first-child{background-color:#555555; color:#ffffff;}
.news_xxjs td{padding:10px 10px; font-size:14px!important; border:1px #dddddd 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:10px 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:14px!important;line-height:20px!important;word-break:break-all!important;}

@media screen and (max-width:1024px) {
.news_title h1{font-size:24px;}
}

@media screen and (max-width:768px) {
.newsshow{padding:0; border:none; margin:0; box-shadow:none;}
.news_xxjs{line-height:24px!important; font-size:14px!important; width:100%; overflow-x: auto;}
.news_xxjs p,.news_xxjs span{line-height:24px!important;font-size:14px!important;}
.news_xxjs b,.news_xxjs strong{font-size:16px;}
.news_xxjs video{width:100%; height:100%; object-fit:fill; overflow:hidden;}
.news_title h1{font-size:24px; margin-bottom:10px;}
.news_title h1 span{ float:right;}
.pubdate{margin:0 0 10px 0;font-size:12px;}
.pubdate span{margin:0px 10px 0 0;}
.news_xxjs table{display:-webkit-box; width:auto!important; white-space:nowrap; overflow-x:auto; overflow-y:hidden; border:0;}
.news_xxjs iframe{width:100%; height:300px;}
}


/*相关资讯*/
.Information{overflow:hidden;margin:40px 0 0 0; background:#f5f5f5; padding:20px; box-sizing:border-box; border-radius:5px;}
.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;}
@media screen and (max-width:768px) {
.Information{margin:20px 0 0 0; padding:10px;}
}






/*产品列表*/
.prodlist{display:block;margin:40px 0 0 0;}
.prodlist ul{display:grid; grid-template-columns:repeat(3, 1fr); /* 一行三列 */  gap:30px;}
.prodlist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; padding:20px; box-sizing:border-box;}
.prodlist ul li:hover{box-shadow:0 0 15px 0 #dedede;}
.prodlist ul li .imgbox{width:100%;border-radius:5px;}
.prodlist ul li .mytitle{margin:20px 0 0 0; line-height:1.2; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:center;}
@media screen and (max-width:768px) {
.prodlist{margin:20px 0 0 0;}
.prodlist ul{grid-template-columns:repeat(2, 1fr); /* 一行三列 */  gap:20px;}
.prodlist ul li{padding:10px;}
}



/*产品中心*/
.prod_details_top{margin:0 0 60px 0; overflow:hidden; display:flex; align-items:stretch;}

.product_right_top_left{flex:1; max-width:50%;}
.product_right_top_left img{box-sizing:border-box;}
.swiper-container-thumbs{margin-top:10px;}
.swiper-container-thumbs img{cursor:pointer;}
.swiper-slide-thumb-active img{border:2px #e9011a solid; box-sizing:border-box;}

.product_right_top_right{flex:1; max-width:50%; padding-left:3%;}
.product_right_top_right h1{font-size:36px; padding-bottom:20px; line-height:1.2; font-family:"Oswald-Regular";}
.product_right_top_right_p{background:#f9f9f9;width:100%; overflow:hidden;}
.product_right_top_right_p ul{overflow:hidden;}
.product_right_top_right_p ul li{line-height:55px; height:55px; border-bottom:1px #ddd solid; padding-left:47px; overflow:hidden;}
.product_right_top_right_p ul li b{ margin-right:10px;}
.product_right_top_right_p ul li:nth-child(1){ background:url(../images/ico_tel.svg) 15px center no-repeat; background-size:24px;}
.product_right_top_right_p ul li:nth-child(2){ background:url(../images/ico_whatsup.svg) 15px center no-repeat; background-size:24px;}
.product_right_top_right_p ul li:nth-child(3){ background:url(../images/ico_email.svg) 15px center no-repeat; background-size:24px;}
.product_right_top_right_tags{line-height:28px; width:100%; overflow:hidden; margin-bottom:30px;}

.product_right_top_btn{margin-top:30px; overflow:hidden;}
.productlist_more{line-height:45px; background-color:#004dad; color:#fff; border-radius:25px; cursor:pointer; padding:0 30px; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; box-sizing:border-box; width:fit-content;font-size:16px; display:inline-block;}
.productlist_more:hover {background-color:#e60012;}
.productlist_more_right{ margin-right:2%;}
@media screen and (max-width: 768px) {
.prod_details_top{margin:0 0 30px 0; flex-direction: column;}

.product_right_top_left{flex:1; max-width:100%;}
.product_right_top_right{flex:1; max-width:100%; padding-left:0; margin-top:30px;}

.product_right_top_right h1{font-size:24px;}
.product_right_top_right_tags{line-height:24px; margin-bottom:15px;}

.product_right_top_btn{margin-top:10px;}
.productlist_more{margin:10px 0 0 0; padding:0 20px;display:inline-block; font-size:14px; height:35px; line-height:35px;}
.productlist_more_right{ margin-right:10px;}
}


.prod_details_end_box{display:block; overflow:hidden; margin-bottom:50px;}
.prod_details_end_box:last-child{ margin-top:40px;}
.prod_details_end_box h2{font-size:20px; margin-bottom:15px; padding:10px; box-sizing:border-box; position:relative; background:#f5f5f5; font-family:"Oswald-Regular";}
.prod_details_end_box h2::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:2px; background:#e9011a;}  
.prod_details_end_txt{line-height:28px!important; word-break:break-word!important; overflow:hidden;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:28px!important;}
.prod_details_end_txt b,.prod_details_end_txt strong{font-size:18px; color:#004dad;}
.prod_details_end_txt table{width:100%;}
.prod_details_end_txt table tr:nth-child(odd){background-color:#f5f5f5;}
.prod_details_end_txt table tr:nth-child(even){background-color: #fdfdfd;}
.prod_details_end_txt table tr:first-child{background-color:#555555; color:#ffffff;}
.prod_details_end_txt td{padding:10px; 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:10px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important;}
.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;}
@media screen and (max-width:768px){
.prod_details_end_box{margin-bottom:20px;}
.prod_details_end_box h2{font-size:16px; line-height:20px; height:auto; margin-bottom:10px; padding:10px;}
.prod_details_end_txt{line-height:24px!important;}
.prod_details_end_txt b,.prod_details_end_txt strong{font-size:16px;}
.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;}
}


/*产品列表中相关的产品应用*/
.prodcate_list_txt2{overflow:hidden; margin-top:40px; padding:30px; background:#f5f5f5; box-sizing:border-box; border:1px #efefef solid; border-radius:5px;}
.prodcate_list_txt2 h2{font-size:20px; font-family:"Oswald-Regular"; margin-bottom:15px; padding-left:12px; position:relative; border-bottom:1px #dddddd dotted; padding-bottom:10px;}
.prodcate_list_txt2 h2::before{position:absolute; left:0; top:11%; width:4px; height:50%; background:#e9011a; content: '';}

.prodcate_list_prod2{text-align:left; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; box-sizing:border-box; overflow:hidden; display:block;}
.productlistul2{letter-spacing:-8px; overflow:hidden;}
.productlistul2 li{letter-spacing:normal; vertical-align:top;width:31.3333%; display:inline-block; box-sizing:border-box; border-radius:5px; overflow:hidden; border:1px #efefef solid; box-shadow:0 0 8px 0 #f5f5f5; background:#ffffff;}
.productlistul2 li:not(:nth-of-type(3n)){ margin-right:3%;}
.productlistul2 li:nth-child(n+4){margin-top:3%;}
.productlistul2 li .div_txt{margin:10px; box-sizing:border-box; text-align:center; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; line-height:20px;}
.productlistul2 li:hover a{color:#ff7800;}

@media screen and (max-width:1366px) {
.prodcate_list_txt2{padding:30px;}
.prodcate_list_txt2 h2{font-size:20px;}
}

@media screen and (max-width:768px) {
.prodcate_list_txt2{padding:5.5%; min-height:0;}
.prodcate_list_txt2 h2{font-size:18px;line-height:20px;}
.prodcate_list_prod2{text-align:left; margin-top:0px; margin-right:0%; width:100%;}
.productlistul2 li{width:48.5%;}
.productlistul2 li:not(:nth-of-type(3n)){ margin-right:0;}
.productlistul2 li:not(:nth-of-type(2n)){ margin-right:3%;}
.productlistul2 li:nth-child(n+3){margin-top:3%;}
.productlistul2 li .div_txt{font-size:14px;}
}





.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:#e9011a; 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;}
}
