/*--for m04_head--*/
@charset "UTF-8";
/*---mo-nav----*/
 
.m04-mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;max-width:350px;-webkit-overflow-scrolling:touch;z-index:105!important;transition:all .4s cubic-bezier(0.7,0,0.2,1);box-shadow:0 0 40px rgba(82,85,90,0.1);transform:translateX(-100%)}
.m04-mo-leftmenu .tit{height:50px;background:#485157;display:flex;justify-content:space-between;align-items:center;}
.m04-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:16px;font-weight:bold;}
.m04-mo-leftmenu .tit span{cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m04-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.m04-mo-leftmenu > ul{}
.m04-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m04-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.m04-mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:14px;top:10px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m04-mo-leftmenu > ul > li.active{}
.m04-mo-leftmenu ul li a{color:#333;display: block;}
.m04-mo-leftmenu ul li a:hover{text-decoration: none;}
.m04-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.m04-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.m04-mo-leftmenu ul li ul li i {position:absolute;color:#333;font-size:12px;top:1px;right:5px;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m04-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}
.menu-transitioning{transform:translateX(0)}
/*---header---*/
.m04-header{height:100px;background:#fff;border-bottom:1px solid #ddd;}
.m04-header .wp{height:100%;display:flex;align-items:center;justify-content:space-between;}
.m04-header .logo img{max-height:70px;}
.m04-header .nav{}
.m04-header .nav > ul{display:flex;}
.m04-header .nav > ul > li{position:relative;}
.m04-header .nav > ul > li+li{margin-left:30px;}
.m04-header .nav > ul > li > a{display:block;font-size:18px;/* font-weight:bold; */color: #333;padding:0 5px;line-height:40px;/* font-family: 'DINPro-Medium'; */}
.m04-header .nav > ul > li ul{position:absolute;width:220px;height:auto;left:-20px;text-align:left;top:48px;z-index:100;padding:10px;background:#fff;transform:rotate3d(1,0,0,-90deg);transform-origin:0 0 0;opacity:0;transition: transform 0.5s, opacity 0.3s;box-shadow:rgba(0,0,0,0.14) 0px -6px 9px 0px;}
/*.m04-header .nav > ul > li:nth-child(5) ul{width:160px;}*/
.m04-header .nav > ul > li > ul::before{content:'';position:absolute;left:40px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.m04-header .nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;}
.m04-header .nav > ul > li > ul li:last-child{border:none;}
.m04-header .nav > ul > li > ul li > a{display:block;border-radius:4px;padding:10px 8px;color:#333333;font-size:15px;line-height:21px;text-transform:capitalize;}
.m04-header .nav > ul > li > ul > li > a{padding-right:20px;}
.m04-header .nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.m04-header .nav > ul > li > ul li:hover > a{background:#0083d3;color:#fff;}
.m04-header .nav > ul > li:hover > a,.nav > ul > li.active > a{color:var(--color-active);}
.m04-header .nav > ul > li:hover > a > i{transform:rotate(180deg);}
.m04-header .nav > ul li:hover > ul{opacity:1;transform:rotate3d(0,0,0,0);}
.m04-header .nav > ul > li > ul li ul{left:210px;top:0;}
.m04-header .header-right{display:flex;align-items:center;}
.m04-header .header-lang{position:relative;z-index:20;margin:0 0 0 20px;}
.m04-header .header-lang .box{height:34px;width:90px;cursor:pointer;display:flex;align-items:center;padding:0 10px;border: 1px solid #ccc;
  border-radius: 20px;}
.m04-header .header-lang .box img{}
.m04-header .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color:#333;text-transform:uppercase;}
.m04-header .header-lang .box i{width:15px;line-height:18px;font-size:14px;text-align:center;color:#333;}
.m04-header .header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.m04-header .header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.m04-header .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m04-header .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m04-header .header-lang ul li:last-child{border:none;}
.m04-header .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m04-header .header-lang ul li a:hover{color:#015198;}
.m04-header .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m04-header .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}
.m04-header .header-right .search{cursor:pointer;}
.m04-header .header-right .search i{color:#4C4A48;font-size:25px;}
.m04-header .header-right .mo-header-menu{width:40px;height:40px;line-height:40px;text-align:center;color:#333;display:none;}
.m04-header .header-right .mo-header-menu i{font-size:24px;}
.m04-header .search-box{display:none;position:absolute;z-index:9999;width:100%;left:0;right:0;top:100px;background:rgba(0,0,0,0.6);padding:33px 0;}
.m04-header .search-box .close{position:absolute;right:30px;top:calc(50% - 11px);line-height:22px;height:22px;}
.m04-header .search-box .close i{font-size:21px;color:#fff;}
.m04-header .search-box .serchbox{width:700px;margin:0 auto;position:relative;}
.m04-header .search-box .serchbox .submit_text{background:#fff;width:100%;height:47px;line-height:47px;float:left;color:#111;padding:0 90px 0 15px;font-size:15px;}
.m04-header .search-box .serchbox .submit_btn{position:absolute;right:0;top:0;width:70px;height:47px;line-height:47px;background:var(--color-active);text-align:center;display:block;cursor:pointer;}
.m04-header .search-box .serchbox .submit_btn i{font-size:25px;color:#fff;}


@media screen and (max-width:1550px) {
.m04-header .logo img {max-height: 50px;}
}
@media screen and (max-width:1441px) {
.m04-header .nav > ul > li+li{margin-left:25px;}
.m04-header .nav > ul > li > a{font-size:17px;}
}
@media screen and (max-width:1367px) {
.m04-header .logo img {max-height: 40px;}
}
@media screen and (max-width:1281px){
.m04-header{height:100px;}
.m04-header .nav > ul > li+li{margin-left:15px;}
.m04-header .nav > ul > li > a{font-size:16px;padding:0;}
}
@media screen and (max-width:992px){
.m04-header{height:90px;}
.m04-header .nav{display:none;}
.m04-header .logo img{max-height:60px;}
.m04-header .header-right .mo-header-menu{display:block;}
.m04-header .search-box{top:90px;padding:30px 0;}
.m04-header .search-box .serchbox{width:600px;}
}
@media screen and (max-width:768px){
.m04-header{height:auto;padding:15px 0;}
.m04-header .logo img{max-height:50px;}
.m04-header .search-box{top:81px;padding:30px 30px;}
.m04-header .search-box .close{display:none;}
.m04-header .search-box .serchbox{width:100%;}
.m04-header .search-box .serchbox .submit_text{height:42px;line-height:42px;}
.m04-header .search-box .serchbox .submit_btn{width:60px;height:42px;line-height:42px;}
.m04-header .search-box .serchbox .submit_btn i{font-size:23px;}
}
@media screen and (max-width:576px){
.m04-header .logo img{max-height:45px;}
.m04-header .search-box{top:76px;padding:20px 20px;}
}
@media screen and (max-width:480px){
.m04-header .logo img{max-height:40px;}
.m04-header .search-box{top:71px;padding:15px 15px;}
.m04-header .search-box .serchbox .submit_text{height:36px;line-height:36px;}
.m04-header .search-box .serchbox .submit_btn{width:50px;height:36px;line-height:36px;}
.m04-header .search-box .serchbox .submit_btn i{font-size:21px;}
}

/*--for m03_htmlsitemap--*/
@charset "utf-8";
.m03_privacy_sidebanner img{width:100%;}
.m03_privacy_path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.m03_privacy_path p{color:#666;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.m03_privacy_path p i{margin:0 5px 0 0;font-size:14px;}
.m03_privacy_path p a{color:#666;}
@media screen and (max-width:768px) {
.m03_privacy_path{height:45px;line-height:45px;}
.m03_privacy_path p{font-size:15px;}
}
@media screen and (max-width:480px) {
.m03_privacy_path{height:40px;line-height:40px;}
.m03_privacy_path p{font-size:14px;}
}
.site-map-path{background:#FAFAFA;height:50px;line-height:50px;border-bottom:1px solid #E5E5E5;}
.site-map-path p{color:#474747;font-size:15px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.site-map-path p i{margin:0 8px 0 0;font-size:15px;color:#1DD0BF;}
.site-map-path p a,.site-map-path p i{color:#474747;}
.site-map-main{padding-top:30px;padding-bottom:80px;}
.site-map-wp{margin:0 auto;width:90%;box-sizing:border-box;}

.site-map{background-color: #fff;}
.site-map h4{font-size:22px;color:#333;font-weight:bold;line-height:40px;background:#E9EEF5;border-left:5px solid #48B668;padding-left:15px;margin-bottom:20px;}
.site-map h4~h4{margin-top:50px;}
.site-map > ul{}
.site-map > ul:last-child{padding-bottom: 30px;}
.site-map > ul > li{margin:0 0 0 20px;}
.site-map > ul > li+li{margin-top:40px;}
.site-map > ul > li > h5{font-size:18px;color:#333;font-weight:bold;}
.site-map > ul > li > ul{margin-top:10px;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.site-map > ul > li > ul > li{width:33.3333333%;padding:10px 0 0 0;box-sizing:border-box;}
.site-map > ul > li > ul > li > a{display:block;font-size:16px;color:#333;font-weight:bold;}
.site-map dl{margin-top:15px;}
.site-map dl dd{display:block;margin:0 10px 10px 0;font-size:15px;color:#666;}

/*--for m31_foot--*/
@charset "utf-8";


.share{font-size:0;}
.share a{width:37px;height:37px;line-height:37px;background: linear-gradient(145deg, #0083d3 32%, #035493 69%);border-radius:50%;display:inline-block;text-align:center;}
.share a i{font-size:22px;color:#fff;}
/*
.share a:nth-child(1){background:#0073F3;}
.share a:nth-child(2){background:#F4306D;}
.share a:nth-child(3){background:#55ACEE;}
.share a:nth-child(4){background:#FC0003;}
.share a:nth-child(5){background:#F6182D;}*/
.share a:hover{opacity:0.7}

footer{background:#212121;}
#footer{padding:60px 0 50px;display:flex;justify-content:space-between;}
#footer h5{font-size:30px;color:#fff;line-height:1;margin:0 0 25px;font-family:var(--font-family5);}


.foot-nav ul li{font-size:16px;line-height:24px;color:#fff;}
.foot-nav ul li+li{margin-top:20px;}
.foot-nav ul li a:hover{color:var(--active-color);}

.foot-list ul li{font-size:16px;line-height:24px;color:#fff;}
.foot-list ul li+li{margin-top:20px;}
.foot-list ul li a:hover{color:var(--active-color);}

.foot-contact{width:641px;}
.foot-contact p{font-size:16px;color:#fff;line-height:24px;}
.foot-contact p~p{margin-top:20px;}
.foot-contact .more{margin:20px 0 0;display:inline-block;font-size:18px;color:#f3b721;}
.foot-contact .more i{font-size:22px;vertical-align:middle;}
.foot-contact .share{margin:30px 0 0;font-size:0;}
.foot-contact .share a+a{margin-left:30px;}

.copyright{padding:30px 0;border-top:1px solid rgba(255,255,255,0.2);text-align:center;}
.copyright p{font-size:16px;line-height:24px;color:#C7C7C7;}
.copyright p span{margin-left:20px;}

#gotop{position:fixed;bottom:100px;right:10px;height:40px;width:40px;line-height:40px;text-align:center;background:#2E4362;transition:all 0.4s ease 0s;z-index:1000;cursor:pointer;display:none;border-radius:5px;}
#gotop i{color:#fff;font-size:18px;}
#gotop:hover {background:#353535;}


.side-bar{top:50%;margin-top:-200px;position:fixed;right:10px;z-index:9999;background:#fff;border-radius:3px;box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;}
.side-bar a{display:block;cursor:pointer;width:80px;height:80px;background:#fff;position:relative;color:#676767;padding-top:15px;text-align:center;box-sizing:border-box;border-bottom:1px solid #E8E8E8;border-radius:3px;}
.side-bar a i{display:inline-block;font-size:28px;color:#098CD4;}
.side-bar a span {line-height:20px;font-size:15px;color:#008CD6;display:block;margin:10px 0 0;}

.side-bar a.wx .wx-box{width:152px;height:193px;position:absolute;right:98px;top:-50px;display:none;}

.side-bar a.wx .wx-box .box{width:140px;padding:5px;border:1px solid #D6D7D7;text-align:center;background:#fff;overflow:hidden;}
.side-bar a.wx .wx-box .box img{width:140px;}
.side-bar a.wx .wx-box .box span{font-size:12px;color:#333;line-height:18px;letter-spacing:1px;}

.side-bar a.wx .wx-box .arrowPanel{width:12px;height:20px;position:absolute;right:-10px;top:70px;}
.side-bar a.wx .wx-box .arrowPanel .arrow01{width:0;height:0;font-size:0;line-height:0;position:absolute;bottom:0;left:2px;top:0;border-top:10px dashed transparent;border-right:10px dashed transparent;border-bottom:10px dashed transparent;border-left:10px solid #ddd;}
.side-bar a.wx .wx-box .arrowPanel .arrow02{width:0;height:0;font-size:0;line-height:0;position:absolute;bottom:0;left:0;top:0;border-top:10px dashed transparent;border-right:10px dashed transparent;border-bottom:10px dashed transparent;border-left:10px solid #fff;}

.side-bar a.wx:hover .wx-box{display:block;}


@media screen and (max-width:1680px) {
.foot-contact {width: 35%;}
}


@media screen and (max-width:1441px) {
.foot-form {padding: 80px 0 50px;}
.foot-form h6 {font-size: 36px;}
.foot-form p {margin: 15px 0 0;}
.foot-form .inquirbox {margin: 50px 0 0;}
.foot-form .inquirbox .submit {width: 155px;height: 50px;line-height: 50px;font-size: 17px;}

#footer {padding: 50px 0 40px;}
#footer h5 {font-size: 27px;margin: 0 0 20px;}
.foot-nav ul li + li,.foot-list ul li + li,.foot-contact p ~ p {margin-top: 15px;}
.foot-contact .share {margin: 25px 0 0;}
.foot-contact .share a + a {margin-left: 25px;}
.share a {width: 35px;height: 35px;line-height: 35px;}

.copyright {padding: 25px 0;}
}



@media screen and (max-width:1281px){
.foot-form {padding: 60px 0 45px;}
.foot-form h6 {font-size: 32px;}
.foot-form p {margin: 10px 0 0;}
.foot-form .inquirbox {margin: 40px 0 0;}
.foot-form .inquirbox .submit {width: 145px;height: 45px;line-height: 45px;font-size: 16px;}

#footer {padding: 40px 0 30px;}
#footer h5 {font-size: 24px;margin: 0 0 15px;}
.foot-nav ul li + li,.foot-list ul li + li,.foot-contact p ~ p {margin-top: 10px;}
.foot-contact .share {margin: 20px 0 0;}
.foot-contact .share a + a {margin-left: 20px;}
.share a {width: 33px;height: 33px;line-height: 33px;}

.copyright {padding: 20px 0;}
}

@media screen and (max-width:1171px){
.wp{padding-right:40px;padding-left:40px;width: 100%;}
}


@media screen and (max-width:992px){
.wp{padding-right:30px;padding-left:30px;} 
}

@media screen and (max-width:768px) {
.wp,.wp2{width:100%;padding-right:10px;box-sizing:border-box;padding-left:10px;}

#footBar{display:block;}

.foot-form {padding: 30px 0;}
.foot-form h6 {font-size: 24px;}
.foot-form .inquirbox {margin: 20px 0 0;}
.foot-form .inquirbox input[type="text"], .foot-form .inquirbox textarea {padding: 10px 16px;}
.foot-form .inquirbox .row {margin-bottom: 0;}
.foot-form .inquirbox .submit {width: 125px;height: 36px;line-height: 36px;font-size: 15px;margin: 0 auto;}

#footer {padding: 30px 0;}
.foot-nav,.foot-list {display: none;}
.foot-contact {width: 100%;text-align: center;}
.foot-contact .share a + a {margin-left: 10px;}
.share a i {font-size: 20px;}
.copyright {padding: 15px 0;}
}

@media screen and (max-width:480px){
.foot-form h6 {font-size: 20px;}
#footer h5 {font-size: 22px;margin: 0 0 10px;}
}