/*--for m03_head--*/
@charset "UTF-8";
/*---mo-header---*/
.m03-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%)}
.m03-mo-leftmenu .tit{height:50px;background:#485157;display:flex;justify-content:space-between;align-items:center;}
.m03-mo-leftmenu .tit h6{color:#fff;padding:0 0 0 15px;font-size:16px;font-weight:bold;}
.m03-mo-leftmenu .tit span{cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m03-mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.m03-mo-leftmenu > ul{}
.m03-mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m03-mo-leftmenu > ul > li > a{padding:0 0 0 15px;}
.m03-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;}
.m03-mo-leftmenu > ul > li.active{}
.m03-mo-leftmenu ul li a{color:#333;display: block;}
.m03-mo-leftmenu ul li a:hover{text-decoration: none;}
.m03-mo-leftmenu ul li ul{display:none;padding-bottom:10px;padding-left:15px;}
.m03-mo-leftmenu ul li ul li{line-height:22px;position:relative;}
.m03-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;}
.m03-mo-leftmenu ul li ul li a{padding:5px 0 5px 10px;margin-right:30px;}
.menu-transitioning{transform:translateX(0)}
/*---header---*/
.m03-header{background: #212121;height:100px;}
.m03-header > .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}
.m03-header .logo img{height: 50px;position: relative;padding: 3px;display: flex;align-items: center;justify-content: flex-start;border-radius: 5px;}

  
.nav{position:relative;z-index:20;}
.nav > ul{display:flex;align-items:center;}
.nav > ul > li{position:relative;}
.nav > ul > li+li{margin-left: 30px;}
.nav > ul > li > a{display:block;font-size: 18px;color: #fff;line-height:30px;font-weight:300;border-bottom:2px solid transparent; padding: 5px 8px;text-transform: uppercase;}

.nav > ul > li ul{position:absolute;width:260px;height:auto;left:0;top:40px;z-index:1000;padding:3px 0 0;border-radius:0px;background:#fff;box-shadow:rgba(0,0,0,0.14) 0 5px 9px 0px;transform:rotate3d(1,0,0,-90deg);transform-origin:0 0 0;opacity:0;transition: transform 0.5s, opacity 0.3s;}
.nav > ul > li ul > li{float:none;border-bottom:1px solid #EDEDED;text-align:left;position:relative;}
.nav > ul > li ul > li:last-child{border:none;}
.nav > ul > li ul > li > a{display:block;padding:10px 20px;border:none;color:#333;font-size:17px;line-height:22px;text-transform:capitalize;}
.nav > ul > li ul > li > a i{position:absolute;right:10px;font-size:11px;}
.nav > ul > li ul > li > a:hover{color:var(--color-active);}

/*.nav > ul > li:hover > a,.nav > ul > li.active > a{color:var(--color-active);border-bottom-color:var(--color-active); }*/
/*.nav > ul > li:hover > a,.nav > ul > li.active > a{background: linear-gradient(90deg, #0EB4E8 20%, #27ECA1 80%);
  border-radius: 50px;
 
  }     */      
    
.nav > ul > li > ul li ul{left:260px;top:0;}
                           
.nav > ul > li:hover > a,.nav > ul > li.active > a{border-bottom: 2px solid; }                         
.nav > ul > li:hover > a > i{transform:rotate(180deg);}
.nav > ul li:hover > ul{opacity:1;transform:rotate3d(0,0,0,0);}
.header_right{display:flex;align-items:center;position:relative;z-index:20;}
.header_right .mo-header-menu{width:50px;height:50px;line-height:50px;text-align:center;color:#333;display:none;}
.header_right .mo-header-menu i{font-size:24px;color: #fff;}
.header-lang{position:relative;z-index:20;}
.header-lang .box{height:34px;width:90px;border:1px solid transparent;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.header-lang .box img{width: 27px;}
.header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color: #fff;text-transform:uppercase;}
.header-lang .box i{width:15px;line-height:18px;font-size:14px;text-align:center;color: #fff;}
.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);}
.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;}
.header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.header-lang ul li:last-child{border:none;}
.header-lang ul li a{color:#333;font-size:12px;display:block;}
.header-lang ul li a:hover{color:#015198;}
.header-lang ul li img{vertical-align:middle;margin-right:7px; width: 27px;}
.header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}
.search{float:right;margin:0 10px 0 0;position:relative;}
.search em{width:40px;height:36px;margin:0;cursor:pointer;text-align:center;display:block;}
.search em i{color: #fff;font-size:25px;line-height:36px;}
.search .serchbox{display:none;position:absolute;background:#666;width:255px;padding:10px;top:36px;right:0;z-index:1000;overflow:hidden;}
.search .serchbox .submit_text{background:#fff;border:1px solid #fff;border-right:none;width:200px;height:33px;line-height:33px;float:left;color:#333;padding:0 0 0 6px;}
.search .serchbox .submit_btn{border:none;width:35px;background: linear-gradient(90deg, #0EB4E8 20%, #27ECA1 80%);font-size:14px;color:#fff;height:33px;line-height:33px;text-align:center;display:block;float:right;cursor:pointer;}
.search:hover em{background:#666;}
.search:hover em i{color:#fff;}
.search:hover .serchbox{display:block;}
@media screen and (max-width:1550px){
.nav > ul > li > a {font-size: 16px;}
.nav > ul > li + li {margin-left: 20px;}
}
@media screen and (max-width:1441px){
.m03-header .logo img{height:45px;}
.nav > ul > li+li{margin-left:25px;}
}
@media screen and (max-width:1367px){
.m03-header .logo img{height:40px;}
.nav > ul > li > a {font-size: 14px;}
.nav > ul > li + li {margin-left: 10px;}
}
@media screen and (max-width:1280px){
.m03-header .logo img{height:35px;}
}
@media screen and (max-width:1171px){
.m03-header .logo img{height:30px;position: static;}
.nav > ul > li+li{margin-left:15px;}
.nav > ul > li > a{font-size:14px;}
}
@media screen and (max-width:992px){
.nav{display:none;}
.header_right .mo-header-menu{display:block;}
}
@media screen and (max-width:768px){
.m03-header{padding:15px 0;height:auto;}
.m03-header .logo img{height:38px;}
}
@media screen and (max-width:480px){
.m03-header{padding:10px 0;}
.m03-header .logo img{height:30px;}
.search .serchbox{right:-80px;}
}

/*--for m03_slidebanner--*/
@charset "utf-8";
.m03_sidebanner img{width:100%;}
.m03_path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.m03_path p{color:#666;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.m03_path p i{margin:0 5px 0 0;font-size:14px;}
.m03_path p a{color:#666;}
@media screen and (max-width:768px) {
.m03_path{height:45px;line-height:45px;}
.m03_path p{font-size:15px;}
}
@media screen and (max-width:480px) {
.m03_path{height:40px;line-height:40px;}
.m03_path p{font-size:14px;}
}

/*--for m51_newsread--*/
@charset "utf-8";
/*----------------------------*/


.m51-news-read{padding:100px 0;background-color: rgba(248,248,248,1);}

.m51-news-read .news-tabs{display: flex;display: -webkit-flex;justify-content: center;-webkit-justify-content: center;transition: all .3s;}
.m51-news-read .news-tabs a{border: 1px solid #E8E8E8;margin-right: -1px;transition: all .3s;color: #333;position: relative;display: flex;align-items: center;justify-content: center;padding: 20px 30px;font-weight: 500;text-align: center;}
.m51-news-read .news-tabs a:first-child{border-top-left-radius: 29px;border-bottom-left-radius: 29px;}
.m51-news-read .news-tabs a:last-child{border-top-right-radius: 29px;border-bottom-right-radius: 29px;}
.m51-news-read .news-tabs a.active,.m51-news-read .news-tabs a:hover{background: linear-gradient(90deg, #0EB4E8 20%, #27ECA1 80%);color: #fff;}

.m51-news-read .news-tabs.fixed{position: fixed;top: 0;left: 0;border-bottom: 1px solid #E8E8E8;width: 100%;z-index: 10;background-color: #fff;}
.m51-news-read .news-tabs.fixed a{border: none;background-color: transparent;color: #333;}
.m51-news-read .news-tabs.fixed a::after{content: '';display: block;width: 1px;height: 60%;position: absolute;right: 0;top: 20%;background-color: #E8E8E8;}
.m51-news-read .news-tabs.fixed a:last-child::after{display: none;}
.m51-news-read .news-tabs.fixed a.active{color: var(--color-active);}

/* ninfowrap */
.m51-news-read .ninfobigwrap{width: 100%;background-color: rgba(248,248,248,1);padding-bottom: 1px;}

.m51-news-read .ninfo{margin:0 0 90px;display:flex;justify-content:space-between;}
.m51-news-read .ninfo-l{width: 67%;}
.m51-news-read .ninfo-lmin{width: 100%;background-color: #fff;padding: 50px 40px;}
.m51-news-read .ninfo-lmin .tl{margin-bottom: 40px;}
.m51-news-read .ninfo-lmin .tl h3{font-size: 36px;color: #333333;font-weight: bold;margin-bottom: 50px;}
.m51-news-read .ninfo-lmin .tl .data{display:flex;align-items:center;gap:15px;font-size: 15px;color: #999999;white-space: nowrap;font-weight: 500;}
.m51-news-read .ninfo-lmin .tl .data i{color:#e63023;margin-right: 10px;}
.m51-news-read .ninfo-lmin .tl .data::after{content: '';display: block;width: 90%;height: 1px;background-color: #E4E4E4;margin-left: 10px;}
.m51-news-read .ninfo-lmin .min{width: 100%;}
.m51-news-read .ninfo-lmin .min p{font-size: 16px;color: #666666;margin-bottom: 20px;line-height: 2em;}
.m51-news-read .ninfo-lmin .min p span{font-size: 18px;font-family: arial, helvetica, sans-serif;}

.m51-news-read .ninfo-lmin .min h4{font-size:20px;color:#333;font-weight:bold;margin:0 0 10px;}
.m51-news-read .ninfo-lmin .min dl{}
.m51-news-read .ninfo-lmin .min dl dt{color:#333;font-size:16px;position:relative;font-weight:600;margin-bottom:5px;}
.m51-news-read .ninfo-lmin .min dl dt~dt{margin-top:15px;}
.m51-news-read .ninfo-lmin .min dl dd{margin:0 0 0 20px;padding:0 0 0 12px;line-height:24px;position:relative;}
.m51-news-read .ninfo-lmin .min dl dd::before{content:"";width:5px;height:5px;border-radius:50%;background:#19cdc9;position:absolute;left:0;top:9px;display:inline-block;}
.m51-news-read .ninfo-lmin .min dl dd~dd{margin-top:6px;}                                  

.m51-news-read .ninfo-lmin .min img{margin: 50px auto;}

.m51-news-read .ninfo-lmin .min.table-response{width:100%;max-width: 100%;overflow-x:auto;}
.m51-news-read .ninfo-lmin .min table{width:100%;max-width:100%;margin-bottom: 20px;border:1px solid #D9D9D9;color:#666;}
.m51-news-read .ninfo-lmin .min table tr > th{padding:8px 8px;line-height:1.42857143;vertical-align:middle;border:1px solid #D9D9D9;font-weight:bold;}
.m51-news-read .ninfo-lmin .min table tr > td{padding:8px 8px;line-height:1.42857143;vertical-align:middle;border:1px solid #D9D9D9;}                                              
                                              
/* ninfo-page */
.m51-news-read .ninfo-page{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;margin-top: 50px;}
.m51-news-read .ninfo-page .link{width: calc(100% - 160px);}
.m51-news-read .ninfo-page .link a{font-size: 16px;color: #333333;line-height: 30px;display: block;font-weight: 600;}
.m51-news-read .ninfo-page .link a:hover{color:var(--color-active);}
.m51-news-read .ninfo-page .goback{width: 154px;height: 50px;background: #E9E9E9;border-radius: 25px;position: relative;border: none;font-size: 16px;color: #333333;box-sizing: border-box;padding-left: 30px;text-align: center;line-height: 50px;font-weight: 500;}
.m51-news-read .ninfo-page .goback .imgbox{width: 50px;height: 50px;background: linear-gradient(90deg, #0EB4E8 20%, #27ECA1 80%);border-radius: 25px;display: flex;display: -webkit-flex;align-items: center;justify-content: center;-webkit-align-items: center;-webkit-justify-content: center;position: absolute;left: 0;top: 0;transition: all .3s;}
.m51-news-read .ninfo-page .goback .imgbox i{transform: rotateY(180deg);-webkit-transform: rotateY(180deg);color:#fff;font-size:20px;}
.m51-news-read .ninfo-page .goback:hover .imgbox{width: 100%;}

/* ninfo-r */
.m51-news-read .ninfo-r{width: 29%;position:relative;}

.news-author{margin-bottom:25px;background:#fff;padding:30px;}
.news-author .top{display:flex;align-items:center;border-bottom:1px solid #DFE0E1;padding-bottom:15px;}
.news-author .top .pic{width:70px;border-radius:50%;overflow:hidden;}
.news-author .top h6{flex:1;margin-left:15px;font-size:20px;font-weight:600;color:#111;}
.news-author .top a{background-color:#F6F7F8;border-radius:6px;width:32px;height:32px;line-height:32px;text-align:center;display:block;}
.news-author p{margin:15px 0 20px;line-height:1.5;font-size:16px;}
.news-author .share{display:flex;align-items:center;}
.news-author .share span{font-size:15px;color:#000;}
.news-author .share .l{margin-left:15px;display:flex;align-items:center;gap:8px;}
.news-author .share a{background-color:#F6F7F8;border-radius:6px;width:32px;height:32px;line-height:32px;text-align:center;display:block;}
.news-author .share a:hover{background-color:#E9EBEF;}

.m51-news-read .ninfo-r .side-news{background-color:#fff;padding:30px;position: sticky;top:25px;}
.m51-news-read .ninfo-r .tl{display: flex;display: -webkit-flex;align-items: center;-webkit-align-items: center;font-size: 30px;color: #333333;font-weight: 600;margin-bottom: 30px;}
.m51-news-read .ninfo-r .tl img{display: block;margin-right: 15px;}
.m51-news-read .ninfo-r .list{width: 100%;}
.m51-news-read .ninfo-r .list .item{width: 100%;display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;align-items: center;-webkit-align-items: center;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #E4E4E4;}
.m51-news-read .ninfo-r .list .item:last-child{padding-bottom: 0;border: none;margin-bottom: 0;}
.m51-news-read .ninfo-r .list .item .imgbox{width: 32%;height: 84px;}
.m51-news-read .ninfo-r .list .item .imgbox img{width: 100%;height: 100%;object-fit: cover;}
.m51-news-read .ninfo-r .list .item .text{width: 64%;}
.m51-news-read .ninfo-r .list .item .text h3{font-size: 16px;color: #333333;line-height: 26px;margin-bottom: 10px;font-weight: 600;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}.m51-news-read .ninfo-r .list .item .text h3{font-size: 16px;color: #333333;line-height: 26px;margin-bottom: 10px;font-weight: 600;}
.m51-news-read .ninfo-r .list .item .text p{font-size: 14px;color: #999999;font-weight: 600;}


@media screen and (max-width:1550px) {
.m51-news-read .ninfo-lmin .tl h3 {font-size: 26px;}
.m51-news-read .ninfo-r .tl{font-size: 26px;}
}


@media screen and (max-width:1440px) {
.m51-news-read{padding:70px 0;}
.m51-news-read .news-tabs a{padding: 17px 27px;}
.m51-news-read .ninfo-lmin .tl h3 {font-size: 24px;}
.m51-news-read .ninfo-lmin{padding: 30px 40px;}
.m51-news-read .ninfo-lmin .min img{margin: 30px auto;}
}


@media screen and (max-width:1280px){
.m51-news-read{padding:60px 0;}
.m51-news-read .ninfo{margin: 50px auto 70px;}
.m51-news-read .news-tabs a{padding: 15px 25px;font-size: 14px;}
.m51-news-read .ninfo-r .tl{font-size: 24px;}
.m51-news-read .ninfo-lmin{padding: 30px 25px;}
.m51-news-read .ninfo-lmin .tl{margin-bottom: 30px;}
.m51-news-read .ninfo-lmin .tl .data{font-size: 13px;}
.m51-news-read .ninfo-lmin .tl .data img{width: 18px;}
.m51-news-read .ninfo-lmin .tl h3{margin-bottom: 40px;}
.m51-news-read .ninfo-lmin .min p span{font-size: 16px;}
.m51-news-read .ninfo-lmin .min img{margin: 20px auto;}
}


@media screen and (max-width:991px){
.m51-news-read{padding:45px 0;}
.m51-news-read .ninfo-page {flex-direction: column;margin-top: 20px;}
.m51-news-read .ninfo-page .link{width: 100%;margin:0 0 10px 0;}
.m51-news-read .ninfo-page .link a{font-size: 14px;}

}


@media screen and (max-width:768px){
.m51-news-read{padding:30px 0;}
.m51-news-read .news-tabs a{font-size: 10px;padding: 10px 40px;}
.m51-news-read .ninfo{display: block;margin: 30px auto;}
.m51-news-read .ninfo .ninfo-l {width: 100%;}
.m51-news-read .ninfo-lmin .tl h3 {font-size: 18px;}
.m51-news-read .ninfo-lmin {padding: 20px;}
.m51-news-read .ninfo-lmin .tl h3 {margin-bottom: 20px;}
.m51-news-read .ninfo-lmin .tl {margin-bottom: 20px;}
.m51-news-read .ninfo-lmin .tl .data img {width: 15px;}
.m51-news-read .ninfo-lmin .min img{margin: 20px auto;}
.m51-news-read .ninfo-lmin .min p{margin-bottom:0;line-height: 1.7em;}
.m51-news-read .ninfo-page{/*! padding: 0 20px; */}
.m51-news-read .ninfo-page .link a{line-height: 25px;}
.m51-news-read .ninfo-page .goback{width: 100px;height: 35px;line-height: 35px;margin: 0 0 15px 0;font-size: 13px;}
.m51-news-read .ninfo-page .goback .imgbox{width: 35px;height: 35px;}
.m51-news-read .ninfo-page .goback .imgbox i{font-size: 17px;}
.m51-news-read .ninfo-r{width: 100%;padding: 20px;position:static;}
.m51-news-read .ninfo-r .tl img{height: 24px;}
.m51-news-read .ninfo-r .tl{font-size: 20px;margin-bottom: 20px;}
.m51-news-read .ninfo-r .list .item .text h3{font-size: 14px;}

}

@media screen and (max-width:640px) {
.m51-news-read .news-tabs a{padding: 10px 30px;}

}

@media screen and (max-width:580px) {
.m51-news-read .news-tabs a{padding: 10px 10px;}
.m51-news-read .ninfo-lmin .min p{line-height: 1.5em;}
.m51-news-read .ninfo-page .link a{overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}

}


@media screen and (max-width:410px) {
.m51-news-read .news-tabs a{padding: 10px 8px;}

}

/*--for m31_foot--*/
@charset "utf-8";


.share{font-size:0;}
.share a{width:37px;height:37px;line-height:37px;background:#fff;border-radius:50%;display:inline-block;text-align:center;}
.share a i{font-size:22px;color:#000;}
.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:525px;}
.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;font-family:var(--font-family5);}
.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;}
}