﻿/* 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:#00a2e9;}
: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:#222222;}
input:-moz-placeholder,textarea:-moz-placeholder{opacity:0.5; color:#222222;}
input::-moz-placeholder,textarea::-moz-placeholder{opacity:0.5; color:#222222;} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{opacity:0.5; color:#222222;}

@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:1568px) {
body {font-size:14px; line-height:26px;}
}
@media screen and (max-width:1366px) {
body {font-size:12px; line-height:22px;}
}
@media screen and (max-width:768px) {
body {font-size:12px; line-height:20px;}
.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; background:rgb(0,0,0,0.5);}

.header_top{height:80px; line-height:80px; width:100%; display:flex; justify-content:space-between; align-items:center; border-bottom:1px rgb(255,255,255,0.2) solid;}
.header_top .main{display:flex;}
.header_left{display:flex; flex: 0 0 20%; box-sizing:border-box; padding-right:10px;}
.header_logo{display:flex;}
.header_logo img{max-width:180px; vertical-align:middle; display:inline; filter:brightness(0) invert(100%);}

.header_right{display:flex; flex:1; box-sizing:border-box;}
.header_right ul{display:flex; width:100%; justify-content:flex-end;/* 靠右对齐 */}
.header_right li{color:#ffffff; display:flex; align-items:center; margin:0 15px; white-space:nowrap; text-transform:uppercase;}
.header_right li:first-child{ margin-left:0;}
.header_right li:last-child{ margin-right:0;}
.header_right li>a{color:#ffffff;}
.header_right li>a:hover{color:#00a2e9!important;}
.header_email{border-radius:6px; padding:5px 10px; box-sizing:border-box; overflow:hidden; text-transform:capitalize; background:#00a2e9 url(../images/email.svg) 10px center no-repeat; background-size:32px; padding-left:50px;}
.header_email a{color:#ffffff!important;}
.header_email a:hover{color:#ffffff!important; text-decoration:underline;}
.header_email .email_text{line-height:18px;}
.header_email .email_text span{line-height:14px; font-size:12px; opacity:0.9;}

.header_end{height:60px; line-height:60px; width:100%; display:flex; justify-content:space-between; align-items:center;}
.header_end .main{display:flex;}
.header_nav{display:flex; flex:1;  box-sizing: border-box; justify-content:flex-end;}
.header_nav>.mNavList{text-align:left; display:flex; width:100%;}
.header_nav>.mNavList>li{position:relative; display:inline-block; text-align:center; line-height:60px; height:60px; box-sizing:border-box; margin:0 3% 0 0; font-size:18px;text-transform:uppercase;}
.header_nav>.mNavList>li>a{color:#ffffff;}
.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);}


.header_over{background:rgb(255,255,255,1);box-shadow:0 1px 3px rgba(0, 0, 0, 0.05),/* 极轻微顶部阴影 */0 4px 20px rgba(0, 0, 0, 0.1);}
.header_over .header_top{border-bottom:1px rgb(0,0,0,0.2) solid;}
.header_over .header_logo img{filter:none;}

.header_over .header_right li{color:#222222;}
.header_over .header_right li>a{color:#222222;}
.header_over .header_right li>a:hover{color:#00a2e9!important;}
.header_over .header_email a{color:#ffffff!important;}
.header_over .header_email a:hover{color:#ffffff!important; text-decoration:underline;}
.header_over .header_nav>.mNavList>li>a{color:#222222;}
.header_over .header_nav>.mNavList>li>a>i{background:url("../images/pro_click2.png") no-repeat center -1px;}
.header_over .header_nav>.mNavList>li:hover>a>i{background:url("../images/pro_click_on.png") no-repeat center 1px;}


#menu:before, #menu:after {content:"";display:table;}
#menu:after {clear:both;}
#menu{zoom:1;}
#menu li:hover>a{color:#00a2e9;}
#menu li a:hover {color:#00a2e9;}
#menu li:hover>ul {opacity:1; visibility:visible; margin:0;}
#menu ul {margin:15px 0 0 0; opacity:0; visibility:hidden; position:absolute; top:59px; width:fit-content; z-index:1; background-color:rgba(255,255,255,1);transition:all .3s ease-in-out;}
#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:#00a2e9; padding:10px 20px 10px 30px;}
#menu ul li:hover a{color:#ffffff!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:#00a2e9!important;}

@media screen and (max-width:1560px){  
.header_nav>.mNavList>li{font-size:16px;}
}  

@media screen and (max-width:1366px){  
.header_nav>.mNavList>li{margin:0 0 0 2%; font-size:14px;}
.header_right li{font-size:14px;}
#menu ul li{font-size:13px;}
}  

@media screen and (max-width:1240px){  
.header_nav>.mNavList>li{margin:0 0 0 1%; font-size:12px;}
.header_right li{font-size:12px;}
#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:#00a2e9; 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:15px; border-top:1px rgba(255,255,255,0.05) solid;}
.m-nav ul li img{ height:16px; width:auto; margin-right:10px; float:left;}
.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:8px 8px 8px 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:0 auto;}
.banner .swiper-slide .text{position:absolute; width:50%; top:55%; transform:translateY(-55%); left:0; z-index:3; text-align:left; color:#fff; box-sizing:border-box; padding-left:8%;}
.banner .swiper-slide .text .bannerbg{opacity:0; transform:translateY(32px);transition: all 0.8s ease 0.8s; background:none; padding:0; box-sizing:border-box; width:100%; height:100%;}
.banner .swiper-slide .text h2{ margin:0; font-size:65px; line-height:1.4; width:fit-content; opacity:0; text-shadow:4px 4px 10px rgba(0,0,0,0.5);transform: translateY(32px);transition: all 0.5s ease 0.2s; font-weight:700; color:#ffffff; font-family:"Oswald-Regular"; text-transform:uppercase; letter-spacing:1px;}
.banner .swiper-slide .text h2 span{color:#00a2e9;}
.banner .swiper-slide .text h3{font-size:18px; line-height:1.5; opacity:0; transform: translateY(32px);transition: all 0.8s ease 0.8s; color:#ffffff; width:fit-content; padding:0px; background:rgb(0,0,0,0.1); box-sizing:border-box;}
.banner .swiper-slide .text p{font-size:24px; line-height:1; opacity:0; text-shadow:4px 4px 10px rgba(0, 0, 0, 0.5); transform:translateY(32px); transition: all 1s ease 1s;text-shadow:4px 8px 10px rgba(0,0,0,0.4);}
.banner .swiper-slide .text .bannerbtn{margin:30px 0 0 0; height:40px; line-height:40px; padding:0 30px; color:#ffffff; font-size:16px; border-radius:50px; opacity:0;transform:translateY(-32px); transition: all 1s ease 1s; width:fit-content; border:2px #ffffff solid;}
.banner .swiper-slide .text .bannerbtn a{color:#ffffff;}

.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:#ff3300;}
.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:#ff3300;}
.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:#ff3300;}

@media screen and (max-width:1560px) {
.banner .swiper-slide .text h2{font-size:48px;}
.banner .swiper-slide .text h3{font-size:16px;}
.banner .swiper-slide .text p{font-size:14px;}
.banner .swiper-slide .text .bannerbtn{margin:15px 0 0 0; height:30px; line-height:30px; font-size:14px;}
}

@media screen and (max-width:1366px) {
.banner .swiper-slide .text h2{font-size:32px;}
.banner .swiper-slide .text h3{font-size:14px;}
.banner .swiper-slide .text p{font-size:12px;}
}

@media screen and (max-width:1240px) {
.banner .swiper-slide .text h2{font-size:24px; margin:10px 0;}
.banner .swiper-slide .text h3{font-size:16px; margin:10px 0;}
.banner .swiper-slide .text p{font-size:14px;}
.banner .swiper-slide .text .bannerbtn{margin:5px 0 0 0; height:24px; line-height:24px; font-size:12px;}
}

@media screen and (max-width:768px) {
.banner{margin-top:45px;}
.banner .swiper-slide .text{width:90%; top:50%; transform:translateY(-50%); left:1%;}
.banner .swiper-slide .text h2{font-size:18px; font-weight:normal;}
.banner .swiper-slide .text h3{display:none;}
.banner .swiper-slide .text p{font-size:12px;}
.banner .swiper-slide .text .bannerbtn{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 h3{font-size:14px; line-height:14px; margin-bottom:10px; position:relative; z-index:3; color:#ffffff;}
.index_htitle h4{font-size:42px; line-height:1.3; overflow:hidden; position:relative; z-index:3; font-family:"Oswald-Regular"; font-weight:700; letter-spacing:1px}
.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"; font-weight:700; letter-spacing:1px}
.index_htitle h2::first-letter{color:#ff3300;}
.index_htitle h2::after{content: ''; display: block; width:40px; height:4px; background-color:#ff3300; margin:6px auto 5px;}

.index_htitle ul{display:inline-grid; grid-auto-flow:column; gap:20px; margin:15px 0;}
.index_htitle ul li{background:#004577; text-align:center; border-radius:25px; line-height:20px; padding:10px 25px; color:#ffffff; transition:all .3s ease-in-out;} 
.index_htitle ul li:hover{background:#ff3300;}
.index_htitle ul li a{color:#ffffff;}

.index_htitle .ptxt{width:100%; 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%; -webkit-line-clamp:8;}
.index_htitle ul{grid-template-columns: repeat(2, 1fr); gap:10px; margin:10px 0; grid-auto-flow:dense;}
.index_htitle ul li{padding:6px 15px;} 
}


.div_more{text-align:center;}
.div_more_top{ margin-top:60px; text-align:center; background:linear-gradient(to bottom, transparent 50%, #dddddd 50%) no-repeat center; background-size: 100% 1px;}

.more{display:inline-block;height:35px; line-height:35px;padding:0 20px;text-align:center;border-radius:100px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff!important; background:#ff3300; font-weight:normal; font-size:14px;}
.more:hover{color:#ffffff!important; background:#d60011;}

.more2{display:inline-block;height:45px; line-height:45px; padding:0 30px;text-align:center;border-radius:5px;-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; color:#ffffff!important; background:#00a2e9; font-weight:normal; font-size:14px;}
.more2:hover{color:#ffffff!important; background:#ff6600;}

@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:#004577; height:45px; line-height:45px; position:relative; padding:0 25px; display:inline-block; border-radius:5px;}
.more_btn .more_btn_txt{z-index:9; height:45px; line-height:45px; color:#ffffff; position:inherit; border-radius:5px;}
.more_btn:after{content:' '; position:absolute;left:0; width:100%; top:0; height:0; background:#ff3300; z-index:2; transition:300ms ease-out;border-radius:5px;}
.more_btn:hover:after{left:0; height:100%;}

@media screen and (max-width: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;}
}


.titlename{font-size:24px; color:#00a2e9; font-weight:700; margin:15px 0 5px 0;}
.titlename_txt{margin-bottom:20px;}
@media screen and (max-width:1560px) {
.titlename{font-size:20px;}
.titlename_txt{margin-bottom:15px;}
}
@media screen and (max-width:1366px) {
.titlename{font-size:18px; margin:10px 0 5px 0;}
.titlename_txt{margin-bottom:10px;}
}
@media screen and (max-width:1024px) {
.titlename{font-size:14px; margin:10px 0 5px 0;}
.titlename_txt{margin-bottom:5px;}
}
@media screen and (max-width:768px) {
.titlename{font-size:16px;margin:10px 0 5px 0;}
.titlename_txt{margin-bottom:10px;}
}


.mod1{width:100%; box-sizing:border-box; position:relative; background:#ffffff; min-height:500px;}
.mod1_box{position:absolute; top:-110px; z-index:3; padding:3.5%; box-sizing:border-box; overflow:hidden; background:#ffffff; box-shadow:0 1px 3px rgba(0, 0, 0, 0.05),/* 极轻微顶部阴影 */0 4px 20px rgba(0, 0, 0, 0.1);/* 自然底部阴影 */}
.mod1_box ul{display:grid; grid-template-columns:repeat(2, 1fr); gap:50px;}
.mod1_box ul li{position:relative;}
.mod1_box ul li .titlename{font-size:18px;}
@media screen and (max-width:1560px) {
.mod1{min-height:450px;}
.mod1_box ul li .titlename{font-size:16px;}
}
@media screen and (max-width:1366px) {
.mod1{min-height:350px;}
.mod1_box ul li .titlename{font-size:14px;}
}
@media screen and (max-width:1024px) {
.mod1{min-height:250px;}
}
@media screen and (max-width:768px){
.mod1{padding:5% 0; min-height:100px;}
.mod1_box{position:relative; top:0; padding:0; background:none; box-shadow:none;}
.mod1_box ul{grid-template-columns:repeat(1, 1fr); gap:30px;}
}


.mod2{width:100%; padding:6% 0; box-sizing:border-box; background:#2f3350; position:relative; margin-top:50px;}
.mod2_box{position:relative;}
.mod2_box ul{display:flex; width:100%;}
.mod2_box ul li:first-child{flex: 0 0 45%; position:relative;}
.mod2_box ul li:first-child .imgbox{position:absolute; top:-180px;}
.mod2_box ul li:last-child{flex: 0 0 55%; padding-left:2%; box-sizing:border-box; color:#ffffff;}
.mod2_box ul li:last-child h3{ font-size:14px; color:#ffffff; opacity:0.6; margin-bottom:10px; text-transform:uppercase;}
@media screen and (max-width:1560px){
.mod2_box ul li:first-child .imgbox{top:-160px;}
}

@media screen and (max-width:1366px){
.mod2_box ul li:first-child .imgbox{top:-140px;}
}

@media screen and (max-width:1024px){
.mod2_box ul li:first-child .imgbox{top:-100px;}
}

@media screen and (max-width:768px){
.mod2{padding:5% 0; margin-top:20px;}
.mod2_box ul{flex-direction: column;}
.mod2_box ul li:first-child{flex: 0 0 100%;}
.mod2_box ul li:first-child .imgbox{position:relative; top:0;}
.mod2_box ul li:last-child{flex: 0 0 100%; padding-left:0; margin-top:10px;}
.mod2_box ul li:last-child h3{ font-size:12px;}
}



.mod3{width:100%; padding:4% 0px; box-sizing:border-box;}
.mod3_box{position:relative;}
.mod3_box>ul{display:flex; width:100%;}
.mod3_box>ul>li:first-child{flex: 0 0 45%; position:relative;}
.mod3_box>ul>li:last-child{flex: 0 0 55%; padding-left:4%; box-sizing:border-box;}
.mod3_box>ul>li:last-child .titlename{margin-top:0; margin-bottom:10px;}
.mod3_box>ul>li:last-child .titlename span{ float:right; font-size:16px; font-weight:normal;}
.mod3_box>ul>li:last-child .titlename span a{color:#00a2e9;}

.mod3_left{width:100%;}
.mod3_left>ul{overflow:hidden;}
.mod3_left>ul>li{padding:5%; box-sizing:border-box; background:#f5f5f5; border:1px #ddd solid;}
.mod3_left>ul>li:first-child{margin-bottom:40px;}

.mod3_left_box{position:relative;display:flex; width:100%;}
.mod3_left_box .titlename{margin-top:0; margin-bottom:0; font-size:18px;}
.mod3_left_box .titlename_txt{ margin-bottom:0;}
.mod3_left_box1{flex: 0 0 10%; position:relative;}
.mod3_left_box2{flex: 0 0 90%; padding-left:3%; box-sizing:border-box;}

.mod3_right_box{position:relative;}
.mod3_right_box ul{display:flex; gap:15px;}
.mod3_right_box ul li{flex: 1; min-width: 0; overflow:hidden;}

@media screen and (max-width:768px){
.mod3{padding:5% 0px;}
.mod3_box>ul{flex-direction: column;}
.mod3_box>ul>li:first-child{flex: 0 0 100%;}
.mod3_box>ul>li:last-child{flex: 0 0 100%; padding-left:0; margin-top:25px;}
.mod3_left>ul>li:first-child{margin-bottom:20px;}
.mod3_box>ul>li:last-child .titlename span{font-size:12px;}
.mod3_right_box ul{gap:1px;}
}


.mod4{width:100%; padding:0 0 4% 0px; box-sizing:border-box; overflow:hidden;}
.mod4 .titlename{margin-top:0; margin-bottom:10px;}
.mod4_box{position:relative;}
.mod4_box ul{display:grid; grid-template-columns:repeat(3,1fr); gap:30px;}
.mod4_box ul li{overflow:hidden; position:relative; background:#000000;}
.mod4_box ul li .imgbox{opacity:0.5;}
.mod4_box_txt{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); text-align:center; width:100%;  box-sizing: border-box; font-size:18px; font-weight:700; color:#ffffff;}
@media screen and (max-width:768px){
.mod4{padding:0 0 5% 0px;}
.mod4_box ul{grid-template-columns:repeat(2,1fr); gap:10px;}
.mod4_box_txt{font-size:12px; font-weight:normal;}
}

.mod5{width:100%; padding:0px; box-sizing:border-box; position:relative; margin-top:350px;}
.mod5_bg{background:#000000;}
.mod5_bg img{opacity:0.5;}
.mod5 .main{z-index:3;}
.mod5_box{position:absolute; top:-350px; background:#f5f5f5; border-top:10px #00a2e9 solid; width:100%; padding:3.5% 5%; box-sizing:border-box; box-shadow:0 1px 3px rgba(0, 0, 0, 0.05),/* 极轻微顶部阴影 */0 4px 20px rgba(0, 0, 0, 0.1);/* 自然底部阴影 */}
.mod5_box .titlename{font-weight:normal;}
.mod5_box .titlename span{font-weight:700; margin-left:5px;}
@media screen and (max-width:768px){
.mod5{padding:0px;margin-top:500px;}
.mod5_box{padding:6%;top:-500px;}
}

.footer_msn_box{overflow:hidden;}
.footer_msn_box ul{margin-bottom:20px;}
.footer_msn_box ul:first-of-type{display:flex; justify-content:space-between; gap:20px;}
.footer_msn_box ul:first-of-type li{flex:1;}
.footer_msn_box ul:last-of-type li{width:100%;}
.msg_submit{width:fit-content; background-color:#00a2e9; border:none; color:#ffffff; cursor:pointer; border-radius:5px; padding:20px 30px; box-sizing:border-box; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; text-transform:uppercase;}
.msg_submit:hover{ background:#ff6600;}
.msg_input{width:100%; padding:15px;line-height:24px; background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px;font-family:"Poppins-Regular"}
.msg_textarea{width:100%;line-height:24px; resize:none;font-family:"Poppins-Regular", Helvetica, sans-serif; padding:15px; background:rgb(255,255,255,1); box-sizing:border-box; border-radius:5px; height:150px;}
@media screen and (max-width:768px){
.footer_msn_box ul{margin-bottom:10px;}
.footer_msn_box ul:first-of-type{display:block;gap:0px;}
.msg_input{padding:10px; font-size:12px; margin-bottom:10px;}
.msg_textarea{padding:10px;height:100px;}
.msg_submit{padding:15px 20px; font-size:14px;}
}


/***footer***/
.footer{position:relative; padding:3% 0; background:#1c1f33; overflow:hidden;}
.footer_nav{text-align:center;}
.footer_nav a{padding:0 16px; border-right:1px rgb(255,255,255,0.3) solid; color:#ffffff; line-height:1; display:inline-block; text-transform:uppercase;}
.footer_nav a:hover{color:#00a2e9;}
.footer_nav a:last-child{ border-right:none;}

.footer_cont{display:block; margin:20px 0;}
.footer_cont ul{display:flex; gap:15px;justify-content: center;}
.footer_cont ul li{flex-shrink:0; background:#00a2e9; padding:15px 15px 15px 55px; box-sizing:border-box; border-radius:5px;background-size:32px; background-position:15px center; background-repeat:no-repeat; color:#ffffff;}
.footer_cont ul li:nth-child(1) {background-image:url(../images/ico_whatsup2.svg);}
.footer_cont ul li:nth-child(2) {background-image:url(../images/ico_email2.svg);}
.footer_cont ul li:nth-child(3) {background-image:url(../images/ico_address2.svg);}
.footer_cont ul li a{color:#ffffff!important;}
.footer_cont ul li a:hover{color:#ffffff!important; text-decoration:underline;}
.footer_cont ul li .email_text{line-height:20px; font-size:14px;}
.footer_cont ul li .email_text span{line-height:14px; font-size:12px; opacity:0.9;}

.footer_copyright {text-align:center; color:#ffffff; box-sizing:border-box; font-size:14px; opacity:0.6;}
@media screen and (max-width:768px) {
.footer{padding:5% 0;}
.footer_nav a{padding:0 10px;}
.footer_cont ul{display:block;}
.footer_cont ul li{margin-bottom:10px; padding:10px 10px 10px 55px;}
.footer_cont ul li .email_text{line-height:18px; font-size:12px;}
.footer_copyright {font-size:12px;}
}


/***img***/
.imgbox {position:relative; overflow:hidden; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out;}
.imgbox img {transition:clip 0.3s cubic-bezier(0,.3,.6,1), transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-clip 0.3s cubic-bezier(0,.3,.6,1);}
a:hover .imgbox img {-webkit-transform:scale(1.05); transform:scale(1.05);}
.imgbox:hover img {-webkit-transform:scale(1.05); transform:scale(1.05);}

.imgbox .mask, .imgbox .view {position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; opacity:0;}
.imgbox .view2{position:absolute; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; top:50%; left:50%; margin:-18px 0 0 -18px; width:36px; height:36px; background:url(../images/video.svg) no-repeat; background-size:36px;}
.imgbox .mask {bottom:0; left:0; width:100%; height:100%; background-color:rgba(0,0,0,0.8);}
.imgbox .view {top:50%; left:50%; margin:-26px 0 0 -24px; width:48px; height:48px; background:url(../images/view.png) no-repeat; -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgbox:hover .mask, .imgbox:hover .view {opacity:0.5;}
.imgbox:hover .view {-webkit-transform:scale(1,1); transform:scale(1,1);}


/************内页banner*************/
.ban {margin:0px auto 0; width:100%;position:relative;}
.ban .addiv{position:absolute; padding:0; text-align:center; color:#ffffff; width:100%; display:inline-block; top:50%; transform: translateY(-50%); display:none;}
.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.5);}

@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{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: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 0px no-repeat; padding-left:25px;}
.span_list{height:20px; line-height:20px; display:inline-block; background:url(../images/weizhi_right.png) left 0px 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;}
.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:40px 0;}
.lymain_box_left{float:right; width:77%; box-sizing:border-box; margin:0 3% 0 0;}
.lymain_box_right{float:left; width:20%;}
@media screen and (max-width:768px){
.lymain_box{display:block; margin:15px 0;}
.lymain_box_left{float:none; width:100%;}
.lymain_box_right{display:none;}
}

/*左侧的分类*/
#onsec{color:#ff3300;}
#onsec a{color:#ff3300;}
.left_list{ position:relative; display:block; overflow:hidden; margin-bottom:30px; box-sizing:border-box; padding:25px; box-shadow: 2px 2px 5px 0 #dddddd; border:1px #ececec solid; border-radius:5px; background:#ffffff;}
.left_list:last-child{margin-bottom:0;}
.left_list h2{font-size:20px; margin-bottom:10px; font-weight: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:#ff3300; content: '';}
.left_list ul{overflow:hidden; margin-top:10px;}
.left_list ul li{background:url(../images/right.svg) left 10px no-repeat; background-size:8px; padding-left:15px; padding-bottom: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; background:#ffffff;}
.page a:hover{background:#ff3300; color:#fff;}
.pagea{background:#ff3300!important; 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{display:flex;}
.lmlb ul li{text-align:center; transition:all 0.3s ease-in-out; background:#f5f5f5; color:#222222; padding:10px 20px; box-sizing:border-box; margin-right:15px; border:1px #dddddd solid; border-radius:5px;}
.lmlb ul li:last-child{margin-right:0;}
.lmlb ul li a{color:#222222; display:block;}
.lmlb ul li:hover{background:#00a2e9; color:#ffffff;}
.lmlb ul li:hover a{color:#ffffff;}

#lmlbonsec {background:#00a2e9; color:#ffffff;}
#lmlbonsec a{background:#00a2e9; 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:7px 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;}
.about_title h2{font-size:36px; line-height:1.2; box-sizing:border-box; position:relative; width:fit-content; font-family:"Oswald-Regular"; text-transform:uppercase; color:#00a2e9;}
/*.about_title h2::after {content: ''; display:block; width:100%; height:4px; background-color:#ff3300; margin-top:9px; position:absolute; left:0;}*/
.about_title h1{font-size:36px; line-height:1.2; box-sizing:border-box; position:relative; width:fit-content; font-family:"Oswald-Regular"; text-transform:uppercase; color:#00a2e9;}
/*.about_title h1::after {content: ''; display:block; width:100%; height:4px; background-color:#ff3300; 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_title h1{font-size:24px;}
.about_ptxt{line-height:20px;}
}

@media screen and (max-width:768px){
.about_title{margin-bottom:10px;}
.about_title h2{font-size:18px;}
.about_title h1{font-size:18px;}
.about_ptxt img{ margin-right:0px; margin-bottom:10px;}
}


/*about*/
.about_box1{width:100%;display:block; padding:80px 0; box-sizing:border-box; background:#ffffff; position:relative;}
.about_box1 ul{display:flex; width:100%;/*align-items: center;*/}
.about_box1 ul li:first-child{flex: 0 0 55%; position:relative;padding:2% 5% 0 0; box-sizing:border-box;}
.about_box1 ul li:last-child{flex: 0 0 45%;}
.about_box1 ul li:first-child .titlename{margin-top:0; margin-bottom:10px;}
@media screen and (max-width:768px){
.about_box1{padding:5% 0;}
.about_box1 ul{flex-direction: column;}
.about_box1 ul li:first-child{flex: 0 0 100%; padding:0;}
.about_box1 ul li:last-child{flex: 0 0 100%;}
}


.about_box2{width:100%;display:block; padding:0; box-sizing:border-box; background:#ffffff; position:relative;}
.about_box2 ul{display:flex; width:100%; align-items: center;}
.about_box2 ul li:first-child{flex: 0 0 48%;}
.about_box2 ul li:first-child img{margin-top:-220px;}
.about_box2 ul li:last-child{flex: 0 0 52%; position:relative; padding:4%; box-sizing:border-box; background:#00a2e9;}
.about_box2 ul li:last-child .titlename{margin-top:0; margin-bottom:30px; color:#ffffff;}
.about_box2_right{margin-bottom:30px; color:#ffffff; overflow:hidden;}
.about_box2_right:last-child{margin-bottom:0;}
.about_box2_right_img{float:left; width:45px;}
.about_box2_right_img img{width:32px; margin-top:6px;}
.about_box2_right_txt{float:right; width:calc(100% - 45px); font-size:18px;}
.about_box2_right_txt span{opacity:0.8; font-size:16px;}
@media screen and (max-width:1366px){
.about_box2 ul li:first-child img{margin-top:-180px;}
.about_box2 ul li:last-child{padding:2%;}
.about_box2_right_txt{font-size:16px;}
.about_box2_right_txt span{font-size:14px;}
}
@media screen and (max-width:768px){
.about_box2{padding:0;}
.about_box2 ul{flex-direction: column;}
.about_box2 ul li:first-child{flex: 0 0 100%; display:none;}
.about_box2 ul li:last-child{flex: 0 0 100%; padding:5%; box-sizing:border-box;}
.about_box2 ul li:last-child .titlename{margin-bottom:15px;}
.about_box2_right{margin-bottom:15px;}
.about_box2_right_txt{font-size:14px;}
.about_box2_right_txt span{font-size:12px;}
}


.about_box3{width:100%;display:block; margin:80px 0; box-sizing:border-box; background:#ffffff; position:relative;}
.about_box3_txt{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); text-align:left; width:100%;  box-sizing: border-box;color:#ffffff;}
.about_box3_txt .titlename{margin-top:0; width:60%;}
.about_box3_txt .titlename_txt{width:60%; margin-bottom:0;}
@media screen and (max-width:768px){
.about_box3{margin:20px 0;}
.about_box3 img{display:none;}
.about_box3_txt{position:relative; top:0; left:0; transform:translate(0, 0); color:#222222;}
.about_box3_txt .titlename{width:100%;}
.about_box3_txt .titlename_txt{width:100%;}
}


.about_box4{width:100%;display:block; margin:0 0 80px 0; box-sizing:border-box; background:#ffffff; position:relative;}
.about_box4_txt{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); text-align:center; width:fit-content;  box-sizing: border-box; color:#ffffff; background:rgb(0,0,0,0.8); padding:3% 5%; box-sizing:border-box;}
.about_box4_txt .titlename{margin-top:0;}
.about_box4_txt .titlename_txt{margin-bottom:0;}
@media screen and (max-width:768px){
.about_box4{margin:20px 0;}
.about_box4_txt{width:80%;}
.about_box4_txt .titlename{width:100%;}
.about_box4_txt .titlename_txt{width:100%;}
}


/*新闻*/
.newslist{display:block; margin:40px 0;}
.newslist ul{display:grid; grid-template-columns:repeat(3, 1fr); /* 一行三列 */  gap:40px;}
.newslist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; box-sizing:border-box; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; background:#ffffff;}
.newslist ul li:hover{box-shadow:0 0 15px 0 #dedede; background:#f8f8f8;}
.newslist ul li .news_box{width:100%; box-sizing:border-box; position:relative; padding:20px;}
.newslist ul li .news_title{font-size:18px; font-weight:700; margin:0 0 10px 0; line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.newslist ul li .ptxt{line-height:26px; -webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#666; margin-bottom:50px;}
.newslist ul li .news_date{background:url(../images/date.svg) left 5px no-repeat; background-size:18px; padding-left:25px; opacity:0.6; position:absolute; bottom:20px;}
@media screen and (max-width:1366px) {
.newslist ul li .news_title{font-size:14px; line-height:20px;}
}

@media screen and (max-width:1024px) {
.newslist ul li .news_title{font-size:14px; margin:0 0 5px 0; line-height:18px;}
}

@media screen and (max-width:768px) {
.newslist{margin:20px auto;}
.newslist ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
.newslist ul li .news_box{padding:10px;}
.newslist ul li .news_title{font-size:14px; line-height:18px;-webkit-line-clamp:3;}
.newslist ul li .ptxt{line-height:18px; height:auto;}
.newslist ul li .news_date{background:url(../images/date.svg) left 0px no-repeat; background-size:16px; padding-left:22px;}
}



/*新闻详情页*/
.newsshow{overflow:hidden; padding:40px; box-sizing:border-box; background:#ffffff; border-radius:5px; box-shadow: 2px 2px 5px 0 #f1f1f1;  border:1px #ececec solid;}
.news_xxjs{line-height:28px!important; word-break:break-word!important; overflow:hidden; margin-bottom:50px;}
.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{color:#ff3300;}
.news_xxjs iframe{width:800px; height:600px;}
.news_xxjs ul,.news_xxjs ol{margin:10px 0; padding-left:10px; box-sizing:border-box;}
.news_xxjs ul li,.news_xxjs ol li{ background:url(../images/dian.svg) left 10px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box;}
.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:#ffffff;}
.news_xxjs table tr:nth-child(even){background-color: #ffffff;}
.news_xxjs table tr:first-child{background-color:#666666; 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:0px; border:none; margin:0; box-shadow:none;}
.news_xxjs{line-height:20px!important; font-size:12px!important; width:100%; overflow-x:auto; margin-bottom:20px;}
.news_xxjs p,.news_xxjs span{line-height:20px!important;font-size:12px!important;}
.news_xxjs video{width:100%; height:100%; object-fit:fill; overflow:hidden;}
.news_title h1{font-size:20px; 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 td{padding:4px; font-size:12px!important; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs td p,.news_xxjs td span{font-size:12px!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs th{padding:4px; font-size:12px!important; border:1px #dddddd solid!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs th p,.news_xxjs th span{font-size:12px!important;line-height:16px!important;word-break:break-all!important;}
.news_xxjs ul li,.news_xxjs ol li{ background:url(../images/dian.svg) left 6px no-repeat; background-size:7px;}
.news_xxjs iframe{width:100%; height:300px;}
}


/*相关资讯*/
.Information{overflow:hidden;}
.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:20px; padding:10px 0;}
.Information li span{float:right; color:#999999;padding-left:10px; padding-right:10px;}
.Information li{overflow:hidden;}
@media screen and (max-width:768px) {
.Information li{padding:5px 0;}
}


/*右侧推荐新闻*/
.lymain_right_news{ position:relative; display:block; overflow:hidden;}
.lymain_right_news h2{font-size:24px; font-weight:700; padding-bottom:10px; border-bottom:1px #dddddd dotted; margin-bottom:15px; font-weight:700; text-transform:uppercase; color:#00a2e9;}
.lymain_right_news ul{overflow:hidden;}
.lymain_right_news ul li{width:100%; position:relative; box-sizing:border-box;}
.lymain_right_news ul li:nth-child(n+2){margin-top:40px;}
.lymain_right_news ul li .news_box{box-sizing:border-box;}
.lymain_right_news ul li .news_title{font-size:16px; line-height:20px; height:60px; font-weight:700;-webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical;}
.lymain_right_news ul li .imgbox{width:25%; float:left; margin-right:10px; border-radius:5px; overflow:hidden;}
.lymain_right_news ul li .ptxt{-webkit-line-clamp:3; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#666; margin-top:5px; line-height:20px; font-size:14px; }
.lymain_right_news ul li .news_date{display:inline-block; font-size:14px; color:#999999; font-weight:normal; background:url(../images/date.svg) left center no-repeat; padding-left:30px; background-size:20px;}
.lymain_right_news ul li .news_more{border-top:1px #dddddd dotted; padding-top:5px; margin-top:5px;}



/*contact us*/
.contact{padding:5% 0; box-sizing:border-box;}
.contact_box{display:block; overflow:hidden;}
.contact .titlename{ margin-top:0;}
@media screen and (max-width:768px) {
}


/*contact_msn*/
.contact_msn_box{overflow:hidden; margin-top:20px;}
.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: 10px;}
.contact_msn_box ul:nth-last-of-type(2) li{width:100%; max-width:100%;}

.contact_submit{width:fit-content; height:50px; line-height:50px; background-color:#00a2e9; border:none; color:#ffffff; 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; padding:0 25px;}
.contact_submit:hover{ background:#ff6600;}
.contact_input{width:100%; padding:15px;line-height:24px; border:1px #ddd solid; box-sizing:border-box; border-radius:5px; background:#f9f9f9;}
.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; background:#f9f9f9;}
.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{margin-top:10px;}
.contact_msn_box ul{gap:10px; margin-bottom:10px;}
.contact_msn_box ul li{flex:1; max-width: calc((100% - 1 * 10px) / 2);}
.contact_input{padding:5px;}
.contact_textarea{line-height:20px; padding:5px; font-size:12px;}
.contact_submit{height:40px; line-height:40px;}
}


/*service*/
.servicelist{display:block; margin:40px 0;}
.servicelist ul{display:grid; grid-template-columns:repeat(3, 1fr); /* 一行三列 */  gap:40px;}
.servicelist ul li{-webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; position:relative; box-sizing:border-box; overflow:hidden; border:1px #eaeaea solid; border-radius:5px;box-shadow:0 0 10px 0 #eaeaea; background:#ffffff;}
.servicelist ul li:hover{box-shadow:0 0 15px 0 #dedede; background:#f8f8f8;}
.servicelist ul li .service_box{width:100%; box-sizing:border-box; position:absolute; padding:20px; bottom:0; background:rgb(0,0,0,0.6); text-align:center;}
.servicelist ul li .service_title{line-height:24px; -webkit-line-clamp:2; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; color:#ffffff;}
@media screen and (max-width:768px) {
.servicelist{margin:20px auto;}
.servicelist ul{grid-template-columns:repeat(2, 1fr); gap:10px;}
.servicelist ul li .service_box{padding:10px;}
.servicelist ul li .service_title{line-height:18px;-webkit-line-clamp:3;}
}

/*右侧推荐的服务*/
.lymain_right_service{ position:relative; display:block; overflow:hidden;}
.lymain_right_service h2{font-size:24px; font-weight:700; padding-bottom:10px; border-bottom:1px #dddddd dotted; font-weight:700; text-transform:uppercase; color:#00a2e9; margin-top:15px;}
.lymain_right_service ul{overflow:hidden;}
.lymain_right_service ul li{position:relative; box-sizing:border-box; border-bottom:1px #dddddd dotted; padding:14px 0 14px 24px; background:url(../images/files.svg) left center no-repeat; background-size:18px;}


/*service details*/
.prod_details_end_box{overflow:hidden; padding:30px; box-sizing:border-box; background:#f9f9f9; border-radius:5px; box-shadow: 2px 2px 5px 0 #f1f1f1;  border:1px #ececec solid; margin-bottom:30px;}
.prod_details_end_box h2{font-size:24px; margin-bottom:10px; padding-bottom:10px; box-sizing:border-box; position:relative; font-family:"Oswald-Regular";}
.prod_details_end_box h2::before {content:""; position:absolute; bottom:0; left:0; width:100%; height:1px; background:#dddddd;}  
.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 ul,.prod_details_end_txt ol{margin:10px 0;box-sizing:border-box;}
.prod_details_end_txt li,.prod_details_end_txt li{ background:url(../images/dian.svg) left 10px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}
.prod_details_end_txt table{width:100%;}
.prod_details_end_txt table tr:nth-child(odd){background-color:#f5f5f5;}
.prod_details_end_txt table tr:nth-child(even){background-color: #fdfdfd;}
.prod_details_end_txt table tr:first-child{background-color:#666666; 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; font-weight:normal;}
.prod_details_end_txt th p,.prod_details_end_txt th span{font-size:14px!important;line-height:20px!important;word-break:initial!important;font-weight:normal;}
.prod_details_end_txt img{width:auto; max-width:100%; margin:0 auto; display:inline; height:auto;}
.prod_details_end_txt a{color:#ff3300;}
@media screen and (max-width:768px){
.prod_details_end_box{margin-bottom:20px; padding:20px;}
.prod_details_end_box h2{font-size:18px; line-height:20px; height:auto;}
.prod_details_end_txt{line-height:20px!important;}
.prod_details_end_txt p,.prod_details_end_txt span{line-height:20px!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 td{padding:8px; font-size:12px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important;}
.prod_details_end_txt td p,.prod_details_end_txt td span{font-size:12px!important;line-height:16px!important;word-break:initial!important;}
.prod_details_end_txt th{padding:8px; font-size:12px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important; font-weight:normal;}
.prod_details_end_txt th p,.prod_details_end_txt th span{font-size:12px!important;line-height:16px!important;word-break:initial!important;font-weight:normal;}
.prod_details_end_txt li,.prod_details_end_txt li{ background:url(../images/dian.svg) left 5px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}
}


.prodcate_box{position:relative; margin:40px 0;}
.prodcate_boxul{display:grid; grid-template-columns:repeat(3,1fr); gap:30px;}
.prodcate_boxul li{overflow:hidden; position:relative; background:#000000;}
.prodcate_boxul li .imgbox{opacity:0.5;}
.prodcate_box_txt{position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); text-align:center; width:100%;  box-sizing: border-box; font-size:18px; font-weight:700; color:#ffffff;}
@media screen and (max-width:768px){
.prodcate_box{margin:20px 0;}
.prodcate_boxul{grid-template-columns:repeat(2,1fr); gap:10px;}
.prodcate_box_txt{font-size:12px; font-weight:normal;}
}


.prodcate_box2{position:relative; margin:40px 0;}
.prodcate_box2ul{display:grid; grid-template-columns:repeat(3, 1fr); gap:30px;}
.prodcate_box2ul li{position:relative; padding:20px; box-sizing:border-box; box-shadow:2px 2px 5px 0 #f1f1f1; border:1px #ececec solid;}
.prodcate_box2ul li .titlename{font-size:18px;}
.prodcate_box2ul_list{ border-bottom:1px #ddd dotted; padding-bottom:7px; margin-bottom:7px; background:url(../images/dian.svg) left 11px no-repeat; background-size:5px; padding-left:10px;}
.prodcate_box2ul li .more2{ margin-top:20px;}
@media screen and (max-width:1560px){
.prodcate_box2ul li .titlename{font-size:16px;}
}
@media screen and (max-width:1366px){
.prodcate_box2ul li .titlename{font-size:14px;}
}
@media screen and (max-width:768px){
.prodcate_box2{margin:20px 0;}
.prodcate_box2ul{grid-template-columns:repeat(1,1fr); gap:20px;}
.prodcate_box2ul li{padding:20px;}
}


.prodcate_box3{position:relative; margin:40px 0;}
.prodcate_box3ul{display:grid; grid-template-columns:repeat(4, 1fr); gap:30px;}
.prodcate_box3ul li{position:relative; box-sizing:border-box; box-shadow:2px 2px 5px 0 #f1f1f1; border:1px #ececec solid;}
.prodcate_box3ul li .ptxt{padding:10px; box-sizing:border-box; text-align:center;}
.prodcate_box3ul li .titlename{font-size:18px;}
@media screen and (max-width:1560px){
.prodcate_box3ul li .titlename{font-size:16px;}
}
@media screen and (max-width:1366px){
.prodcate_box3ul li .titlename{font-size:14px;}
}
@media screen and (max-width:768px){
.prodcate_box3{margin:20px 0;}
.prodcate_box3ul{grid-template-columns:repeat(2,1fr); gap:20px;}
}



/*产品中心*/
.proddetail{margin:40px 0;}
.prod_details_top{margin:0 0 50px 0; overflow:hidden; display:flex; align-items:stretch;}

.product_right_top_left{flex:1; max-width:45%;}
.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 #ff3300 solid; box-sizing:border-box;}

.product_right_top_right{flex:1; max-width:55%; padding-left:3%;}
.product_right_top_right h1{font-size:32px; 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_right_tags hr{margin-bottom:20px;}
.product_right_top_right_tags ul,.product_right_top_right_tags ol{margin:10px 0; box-sizing:border-box;}
.product_right_top_right_tags li,.product_right_top_right_tags li{ background:url(../images/dian.svg) left center no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box;margin-left:10px;}
.product_right_top_right_tags table{width:100%;}
.product_right_top_right_tags table tr:nth-child(odd){background-color:#f5f5f5;}
.product_right_top_right_tags table tr:nth-child(even){background-color: #fdfdfd;}
.product_right_top_right_tags table tr:first-child{background-color:#666666; color:#ffffff;}
.product_right_top_right_tags td{padding:10px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important;}
.product_right_top_right_tags td p,.product_right_top_right_tags td span{font-size:14px!important;line-height:20px!important;word-break:initial!important;}
.product_right_top_right_tags th{padding:10px; font-size:14px!important; border:1px #CCCCCC solid!important;line-height:20px!important;word-break:initial!important; font-weight:normal;}
.product_right_top_right_tags th p,.product_right_top_right_tags th span{font-size:14px!important;line-height:20px!important;word-break:initial!important;font-weight:normal;}

.product_right_top_btn{margin-top:30px; overflow:hidden;}
.productlist_more{line-height:50px; background-color:#00a2e9; color:#fff; border-radius:5px; 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; display:inline-block;}
.productlist_more:hover {background-color:#ff6600;}
.productlist_more_right{ margin-right:2%;}
@media screen and (max-width: 768px) {
.proddetail{margin:20px 0;}
.prod_details_top{margin:0 0 10px 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:20px;}

.product_right_top_right h1{font-size:18px; padding-bottom:10px;}
.product_right_top_right_tags{line-height:20px; margin-bottom:10px;}
.product_right_top_right_tags table{display: block; display: -webkit-box; width:auto!important; white-space: nowrap; overflow-x: auto; overflow-y: hidden;}
.product_right_top_right_tags td{padding:8px; font-size:12px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important;}
.product_right_top_right_tags td p,.product_right_top_right_tags td span{font-size:12px!important;line-height:16px!important;word-break:initial!important;}
.product_right_top_right_tags th{padding:8px; font-size:12px!important; border:1px #CCCCCC solid!important;line-height:16px!important;word-break:initial!important; font-weight:normal;}
.product_right_top_right_tags th p,.product_right_top_right_tags th span{font-size:12px!important;line-height:16px!important;word-break:initial!important;font-weight:normal;}
.product_right_top_right_tags li,.product_right_top_right_tags li{ background:url(../images/dian.svg) left 5px no-repeat; background-size:7px; padding-left:14px; box-sizing:border-box; margin-left:10px;}

.product_right_top_btn{margin-top:0px;}
.productlist_more{margin:0; padding:0 20px;display:inline-block; height:35px; line-height:35px;}
.productlist_more_right{ margin-right:0px; margin-bottom:10px;}
}




/*产品列表中相关的产品应用*/
.prodcate_list_txt2{overflow:hidden; margin-top:30px; padding:30px; background:#ffffff; box-sizing:border-box; border:1px #efefef solid; border-radius:5px; box-shadow:2px 2px 5px 0 #f1f1f1;}
.prodcate_list_txt2 h2{font-size:24px; 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:#ff3300; 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{display:grid; grid-template-columns:repeat(4, 1fr); /* 一行三列 */ gap:30px;}
.productlistul2 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; box-sizing:border-box; background:#ffffff;}
.productlistul2 li:hover{box-shadow:0 0 15px 0 #dedede;}
.productlistul2 li .imgbox{width:100%;}
.productlistul2 li .mytitle{line-height:1.2; -webkit-line-clamp:4; overflow:hidden; text-overflow:ellipsis; display: -webkit-box; -webkit-box-orient:vertical; text-align:center; padding:10px; box-sizing:border-box;}
@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; margin-top:15px;}
.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{grid-template-columns:repeat(2, 1fr); gap:10px;}
.productlistul2 li .mytitle{-webkit-line-clamp:3;}
}





.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; padding:40px; background:#ffffff; border-radius:5px;}
.searchlist h2{ font-size:24px; font-weight:700; margin-bottom:10px;}
.searchlist ul{overflow:hidden;}
.searchlist ul li{border-bottom:1px #CCCCCC dotted; overflow:hidden; padding:20px 0px;}
.searchlist ul li:hover{background:#ffffff;}
.searchlist ul li{line-height:24px;}
.searchlist ul li h4{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; padding:20px;}
.searchlist h2{font-size:18px; margin-bottom:0px;}
.searchlist ul li{padding:10px 0px;}
}

.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:#ff3300; 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;}
}


#infoFormDiv{display: none; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); padding:3% 4%; background-color: #fff; z-index:1000; width:50%; box-sizing:border-box; border-radius:5px;}
#infoFormDiv ul h2{ font-size:24px; line-height:1.2; text-align:center; margin-bottom:20px;}
#infoFormDiv ul p{text-align:center; margin-top:10px;}
#infoFormDiv li {overflow:hidden;}
#infoFormDiv li:nth-child(n+2) {margin-top:3%; text-align:center;}
#overlay{display: none; position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0, 0, 0, 0.7); z-index: 999;}

.msg_name_input,.msg_mail_input,.msg_textarea2{padding:0px 15px; background:#fafafa; box-sizing:border-box; font-family:"Poppins-Regular", Helvetica, sans-serif; border-radius:5px; border:1px #eaeaea solid;}
.msg_name_input,.msg_mail_input {float:left; width:48.5%; line-height:50px; height:50px;}
.msg_mail_input{margin-left:2%;}

.msg_name_input::-webkit-input-placeholder{color: #666666!important; opacity:1;}
.msg_mail_input::-webkit-input-placeholder{color: #666666!important; opacity:1;}
.msg_textarea2::-webkit-input-placeholder{color: #666666!important; opacity:1;}


.msg_textarea2 {width:100%;line-height:24px; resize:none; color:#222222; padding:10px; box-sizing:border-box;}
.msg_submit_2{width:fit-content; height:40px; line-height:40px; text-align:center; text-transform:uppercase; color:#ffffff; background:#626262; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:5px; padding:0 30px; display:inline-block; margin-right:15px;}
.msg_submit_2:hover{ background:#e9011a; color:#ffffff;}

.msg_cancel{width:fit-content; height:40px; line-height:40px; text-align:center; text-transform:uppercase; color:#ffffff; background:#626262; cursor:pointer; -webkit-transition:all .3s ease-in-out; transition:all .3s ease-in-out; border-radius:5px; padding:0 30px; display:inline-block;}
.msg_cancel:hover{ background:#e9011a; color:#ffffff;}

@media screen and (max-width:768px) {
#infoFormDiv{padding:5% 5%; width:90%;}
#infoFormDiv ul h2{ font-size:16px; margin-bottom:10px;}
.msg_name_input,.msg_mail_input {float:none; width:100%; line-height:40px; height:40px; margin-bottom:10px;}
.msg_mail_input{margin-left:0;}
#infoFormDiv li:nth-child(n+2) {margin-top:0;}
.msg_submit_2{height:30px; line-height:30px; margin-right:10px;}
.msg_cancel{height:30px; line-height:30px;}
}
