@charset "utf-8";
@import url('/wp-content/themes/global/static/css/bootstrap.min.css');
@import url('/wp-content/themes/global/static/css/swiper-bundle.min.css');
@import url('/wp-content/themes/global/static/css/font/iconfont.css');
@import url('/wp-content/themes/global/static/css/index.css');
.none{
    display: none;
}

/* Basic public styles  */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
span,
button,
font {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  min-width: 320px;
  margin: 0 auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
    width: 100%;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

ol,
ul,
li,
dl,
dt,
dd {
  list-style: none;
}

input,
button,
textarea,
checkbox,
select,
radio,
form {
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
}

.clear {
  clear: both;
}

textarea {
  -webkit-appearance: none;
}

button {
  -webkit-appearance: none;
}

/*clear float*/
.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
  height: 0;
}

.clearfix {
  *zoom: 1;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

em {
  font-style: normal !important;
}

@font-face {
  font-family: "iconfont";
  src: url("iconfont.eot");
  src: url("iconfont.eot?#iefix") format("embedded-opentype");
  /* url("iconfont.woff2") format("woff2"), url("iconfont.woff") format("woff"),
    url("iconfont.ttf") format("truetype"),
    url("iconfont.svg#iconfont") format("svg"); */
}

@font-face {
  font-family: "Montserrat";
  src: url("../css/fonts/Montserrat-Regular.eot");
  src: url("../css/fonts/Montserrat-Regular.eot?#iefix")format("embedded-opentype"),
  url("../css/fonts/Montserrat-Regular.woff2")format("woff2"),
  url("../css/fonts/Montserrat-Regular.woff")format("woff"),
  url("../css/fonts/Montserrat-Regular.ttf")format("truetype"),
  url("../css/fonts/Montserrat-Regular.svg#YS Text Regular Regular")format("svg");
  font-display: swap;
}

.news_main{
    margin-top: 40px;
}

.news_main .layout{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.news_main .main{
    width: calc(100% - 360px);
}
.news_main .page_title{
    font-size: 30px;
    font-weight: bold;
}



.news_main h2 {
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: bold;
}

.news_main p {
    line-height: 1.5;
}

.news_main ul {
    margin-top: 10px;
    margin-bottom: 10px;;
}


.news_main ol {
    margin-top: 10px;
    margin-bottom: 10px;;
}


.news_main ul li {
    line-height: 1.5;
    padding: 5px 0;
}

.news_main ol li { 
    line-height: 1.5;
    padding: 5px 0;
}





#inquiry_form {
  min-width: 300px;
  width: 30vw;
  display: none;
}
.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 3.5;
  background: #EC6418;
  padding: 0 15px;
  font-weight: normal;
}
#form {
  background-color: #fff;
  padding: 0 22px 22px 22px;
}
#form .list {
  margin-bottom: 15px;
}
#form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
    text-transform: capitalize;
}
#form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form .sub {
  width: 30%;
  color: #fff;
  background-color: #EC6418;
  border: none;
  padding: 10px 0;
  font-size: 20px;
  margin-bottom: 15px;
  border-radius: 45px;
  cursor: pointer;
}
.sidebarWarpper {
  position: fixed;
  right: 0;
  bottom: 200px;
  z-index: 110;
  transition: all 0.5s;
  transform: translateX(254px);
}
.sidebarWarpper .sidebar ul {
  width: 300px;
}
.sidebarWarpper .sidebar ul li {
  background-color:#EC6418;
  margin-bottom: 8px;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 10px ;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul li .imgWarp {
  width: 30px;
  height: 30px;
}

.sidebarWarpper .sidebar ul li .imgWarp img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li .info {
  flex: 1 auto;
  margin-left: 20px;
}
.sidebarWarpper .sidebar ul li .info a {
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info p {
  line-height: 30px;
  font-size: 14px;
  color: #fff;
}
.sidebarWarpper .sidebar ul li .info .ewm {
  width: 150px;
  height: 150px;
}
.sidebarWarpper .sidebar ul li .info .ewm img {
  width: 100%;
  height: 100%;
}
.sidebarWarpper .sidebar ul li:hover {
  transform: translateX(-254px);
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp {
  display: flex;
  align-items: flex-start;
  height: 40px;
  overflow: hidden;
  padding: 0;
  transition: all 0.5s;
}
.sidebarWarpper .sidebar ul .ewmWarp .imgWarp {
  margin: 8px 0 8px 8px;
}
.sidebarWarpper .sidebar ul .ewmWarp .info {
  display: flex;
  flex-direction: column;
}
.sidebarWarpper .sidebar ul .ewmWarp .info p {
  line-height: 40px;
}
.sidebarWarpper .sidebar ul .ewmWarp:hover {
  height: 210px;
  transition: all 0.5s;
}
/*----------------------------------aside---------------------------------*/	
.aside{float:left;width:330px;}
.side-tit-bar{position:relative;margin-bottom:15px;}
.side-tit-bar .side-tit{position:relative;font-size:20px;overflow:hidden;white-space:nowrap;line-height:1.5;color:#FFF;padding:15px 0 15px 15px;background:#EC6418;text-transform:uppercase;}
.side-widget{position:relative;margin:0 0 50px;}
.side-cate{padding:0 0 0 10px;}
.side-cate li{position:relative;font-size:18px;-ms-word-break:break-all;word-break:break-all;word-wrap:break-word;}
.side-cate li li{font-size:14px;}
.side-cate li a{position:relative;display:block;margin-right:28px;padding:8px 0;}
.side-cate li.current-menu-item>a{color: #EC6418;}
.side-cate ul{display:none;overflow:visible !important;padding-bottom:6px;}
.side-cate li li{padding:3px 0;}
.side-cate li li a{padding:4px 10px 4px 15px;margin-right:0; position:relative;}
.side-cate li li a:hover,.side-cate li li.active>a{color:#EC6418;}
.side-cate li li a:hover:before,.side-cate li li.active>a:before{background-color:#EC6418;}
.side-cate li li a:before{content:'';display:inline-block;width:5px;height:5px;background-color:#ccc;position:absolute;left:0;top:13px;}
.side-cate li li li a{padding:0 66px;margin-right:0;}
/*.side-cate>li{border-bottom:1px solid #ddd;}*/
.side-cate li .icon-cate{position:absolute; right:0; top:10px;display:inline-block;width:20px;height:20px; line-height:23px;overflow:hidden;text-align:center; font-size:10px; cursor:pointer; color:#99abb7;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease; }
.side-cate li .icon-cate.icon-cate-down:before{content:'\f067'; font-family: "fontawesome";}
.side-cate li .icon-cate.icon-cate-up:before{content:'\f068'; font-family: "fontawesome";}
.side-cate li.current-menu-item > .icon-cate, .side-cate li:hover > .icon-cate, li.show_li >.icon-cate{color:#99abb7; }
.side-cate li .icon-cate:hover{background-color:#99abb7;color:#fff;}
.side-product-items{position:relative;}
.side-product-items .items_content{position:relative;padding:35px 0;}
.side_product_item{position:relative;display:block;width:100%;overflow:hidden;}
.side_product_item figure{position:relative;display:table;width:100%;overflow:hidden;}
.side_product_item .item-img,.side_product_item figcaption{display:table-cell;vertical-align:middle;}
.side_product_item .item-img{width:70px;border: 1px solid #e0e0e0;-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;}
.side_product_item .item-img:before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;-webkit-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;}
.side_product_item .item-img img{display:block;width:100%;}
.side_product_item:hover .item-img{border-color: #EC6418;}
.side_product_item:hover .item-img:before{background-color:rgba(255,255,255,.3);}
.side_product_item figcaption{padding-left:15px;}
.side_product_item figcaption h3{font-size:16px;font-weight:normal;}
.side_product_item figcaption h3 a{display:block;max-height:2.8em;line-height:1.4em;/*-ms-word-break:break-all;word-break:break-all;word-wrap:break-word;*/overflow :hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.side_product_item figcaption h3 a:hover,.side_product_item .item-img:hover +  figcaption h3 a{color:#EC6418;text-decoration:underline;}
.side-product-items .swiper-slide{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;
display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;}
.side-product-items .side_slider{max-height:450px;overflow:hidden;-webkit-box-sizing:content-box;box-sizing:content-box;position:relative;}
.side-product-items .side_slider .swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;}
.side-product-items .side_product_item{height:90px;}
.side-product-items .btn-prev,.side-product-items .btn-next{position:absolute;left:0;width:100%;height:32px;line-height:32px;opacity:1;filter:alpha(opacity=100);font-size:28px;color:#ccd3d9;z-index:1;text-align:center;cursor:pointer;}
.side-product-items .swiper-button-disabled{color:#eee;cursor:default;}
.side-product-items .btn-prev:before,.side-product-items .btn-next:before{font-weight:bold;display:inline-block;-webkit-transform:scale(4,1);-ms-transform:scale(4,1);-o-transform:scale(4,1);transform:scale(4,1);}
.side-product-items .btn-prev{top:0;}
.side-product-items .btn-prev:before{content:'\f106';content:'∧';}
.side-product-items .btn-next{bottom:0;}
.side-product-items .btn-next:before{content:'\f107';content:'∨';}
.side-product-items .btn-prev:not(.swiper-button-disabled):hover,.side-product-items .btn-next:not(.swiper-button-disabled):hover{color:#000;}
.aside .side-bn{width:100%;margin:0 0 40px;}
.aside .side-bn img{width:100% }

/*inquiry*/
.inquiry-pop-bd{position:fixed;left:50%;top:50%;margin:-300px 0 0 -275px;width:550px;height:680px;background:#FFF;box-shadow:0 0 10px rgba(255, 255, 255, .5);display:none;z-index:2000;}
.inquiry-pop-bd:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0, 0, 0, .7);z-index:-1;}
.inquiry-pop-bd .inquiry-pop { border:none;position:absolute;width:100%;height:100% !important;left:0;top:0;z-index:1;background:#FFF;-webkit-animation: fadeInDownA .4s ease;-o-animation: fadeInDownA .4s ease;animation: fadeInDownA .4s ease;}
.inquiry-pop-bd .inquiry-pop .ico-close-pop{position:absolute;right:-10px;top:-10px;width:30px;height:30px;background:url(/wp-content/themes/global/static/template/img/custom_service/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1;}
.inquiry-form-wrap{position:relative;height:680px;width:100.5%;}
.ad_prompt{position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none;}
@media screen and (max-width:550px){
.inquiry-pop-bd{width:auto;left:10px;right:10px;top:10px;bottom:10px;margin:auto;}
.inquiry-pop-bd .inquiry-pop{padding:10px;}
.scrollsidebar{display:none;}
}

/*-------------------------------------------------------- 
													page:single Product
																	------------------------------------------------------*/
/*product photos*/
.product-intro{position:relative;overflow:hidden;}
.cloud-zoom-lens{border:1px solid #eee;cursor:move;}
.cloud-zoom-title{position:absolute !important;background-color:#000;color:#fff;padding:3px;width:100%;text-align:center;font-weight:bold;font-size:10px;top:0px;}
.cloud-zoom-big{overflow:hidden;padding:0px;}
.cloud-zoom-loading{color:white;background:#222;padding:3px;border:1px solid #000;}
.product-view .swiper-slide{padding-bottom:1px;}
.product-view .product-image.zoom_remove:after{content:"";position:absolute;width:100%;height:100%;left:0;bottom:0;z-index:999;}
.product-view{position:relative;width:49%;float:left;}
.product-view .product-image{position:relative;border:1px solid #ddd;}
.product-view .product-image img{position:relative;width:100%;}
.product-view .image-additional{position:relative;margin:20px 15px;overflow:hidden;}	
.product-view .image-additional li{position:relative;width:100%;width:33.3333%;float:left;overflow:visible;}
.product-view .image-additional li.single{display:none;}	
.product-view .image-additional li img{display:block;position:relative;width:100%;margin:0 auto;border:1px solid #c0c0c0;padding:1px;}	
.product-view .image-additional li a{display:block;position:relative;padding:0 15%;}
.product-view .image-additional li.current img{border:2px solid #EC6418;padding:0;}
.product-view .image-additional img.popup{display:none;}
.ad_prompt{position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none;}
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets{display:none;}
.product-view .swiper-button-next,.product-view .swiper-button-prev{width:30px;height:30px;margin-top:-15px;opacity:1;line-height:30px;font-size:18px;background:none;-webkit-transform:scale(.6,1);-ms-transform:scale(.6,1);-o-transform:scale(.6,1);transform:scale(.6,1);font-weight:bold;color:#EC6418;}
.product-view .swiper-button-next:after,.product-view .swiper-button-prev:after{
    font-size: 22px;
}
.product-view .swiper-button-prev,.product-view .swiper-container-rtl .swiper-button-next{left:-10px;}
.product-view .swiper-button-next,.product-view .swiper-container-rtl .swiper-button-prev{right:-10px;}
/*product summary*/
.product-summary{position:relative;width:48%;float:right;padding:0 0 10px;color:#666;font-size:13px;}
.product-summary .page_title{
    word-wrap: break-word;
    font-size: 30px;
    color: #EC6418;
    font-weight: bold;
    /* background-color: #EC6418; */
    padding: 0px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.product-summary .product-meta{line-height:1.5;max-width: 500px;}
.product-summary .product-meta h3{margin:0 0 5px;font-size:14px;}
.product-summary .product-meta li{width:100%;display:table;padding:2px 0;}
.product-summary .product-meta li em{display:table-cell;width:40%;color:#aaa;}
.product-summary .product-meta li .item-val{display:table-cell;-ms-word-break:break-all;word-break:break-all;word-wrap:break-word;}
.product-btn-wrap{position:relative;padding-top:10px;}
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy{
   padding: 10px 20px;
    border: 1px solid #EC6418;
    display: block;
    color: #EC6418;
    font-size: 18px;
    text-align: center;
    margin: 10px 10px 10px 0;
    
}
.product-btn-wrap .email:before,.product-btn-wrap .pdf:before{padding-right:8px;}
.product-btn-wrap .email:before{content:'\f0e0';font-family: "fontawesome";}
.product-btn-wrap .pdf:before{content:'\f1c1';font-family: "fontawesome";}
.product-btn-wrap a:hover{background-color:#EC6418!important;color:#fff!important;}
.product-summary .share-this{margin:30px 0 0;text-align:right;}
/* product detail */
.product-detail{position:relative;overflow:visible;margin:30px 0 0;}
.detail-tabs{position:relative;padding-right: 30%;}
.detail-tabs .title{position:relative;display:inline-block;font-weight:normal;vertical-align:top;line-height:26px;padding:1px 20px;cursor:pointer;margin:0 5px 0 0;font-size:16px;background-color:#EC6418;border:1px solid #EC6418;color:#fff; }
.product-detail .share-this{position: absolute;right: 0;top: 2px;}
.product-detail .tab-panel-content{padding:10px 0;display:block;overflow:hidden }
.product-detail .disabled{display:none;}
/*like product*/
.goods-may-like{position:relative;overflow:hidden;}
.goods-may-like .title{line-height:35px;font-size:16px;margin:50px 0 20px;padding:0 15px;text-transform:uppercase;font-weight:bold;background-color:#EC6418;color:#fff;}
.goods-may-like .product_item{width:33.33333333%;margin:0;padding:0;}
.goods-may-like .product_item figure{margin: 0;}
.goods-may-like .swiper-slide{width:33.33333333%;overflow:visible;}
.goods-may-like .swiper-control{position:absolute;right:10px;top:55px;}
.goods-may-like .swiper-button-prev,.goods-may-like .swiper-button-next{display:inline-block;width:20px;height:25px;line-height:25px;font-size:24px;margin-left:5px;background:none;color:#fff;margin-left:5px;position:static;margin:0;opacity:1;filter:alpha(opacity=100);-webkit-transform:scale(.8,1);-ms-transform:scale(.8,1);-o-transform:scale(.8,1);transform:scale(.8,1);}
.goods-may-like .swiper-button-next.swiper-button-disabled, .goods-may-like .swiper-button-prev.swiper-button-disabled{opacity:.5;filter:alpha(opacity=50);}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1440px !important;
}

/* Advertising header */
.bannerimg img {
  width: 100%;
  vertical-align: middle;
  max-width: initial;
}

.public_ad_header {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.public_ad_header_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.public_ad_header_name a {
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
}

.public_ad_header_name a:hover {
  color: #EC6418;
}

.public_ad_header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.public_ad_header_email a {
  font-size: 16px;
  color: #000;
}

.public_ad_header_email a:hover {
  color: #EC6418;
  text-decoration: none;
}

.public_ad_header_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}

.public_ad_header_social_media a {
  border: 1px solid #EC6418;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #EC6418;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.public_ad_header_social_media a:hover {
  background-color: #fff;
}

.public_ad_header_social_media a:hover i {
  color: #EC6418;
}

/* mobile */
.mobile {
  width: 100%;
  z-index: 99999999;
  display: none;
  height: 70px;
}

.navbar-brand img,
.offcanvas-title img {
  max-height: 50px;
  vertical-align: middle;
  max-width: initial;
}

.offcanvas-body .btn {
  padding: 6px 12px;
  margin-top: 0;
}

.dropdown_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.dropdown_title span {
  font-size: 18px;
  color: #fff;
  margin: 0 30px;
}

#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
  z-index: 99999999999;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #EC6418;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  width: 100%;
}

.btn-success {
  background-color: #EC6418;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:before {
  background-color: #EC6418;
}

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #fff;
  display: block;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  font-size: 14px;
  /* border-bottom: 1px solid #fff; */
  text-transform: capitalize;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #fff;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

/* .sidebar-nav > .sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
} */
.sidebar-nav .dropdown-menu li a {
  color: #000;
  border-bottom: 1px solid #EC6418;
}

.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 13px;
  right: 20px;
  width: 32px;
  z-index: 99999999999;
}

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background: #EC6418;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #EC6418;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #EC6418;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #EC6418;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: "";
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.open>.dropdown-menu {
  display: block;
}

/* header */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.web_head .btn--search,
.web_head .btn--search:before,
.web_head {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*gotop*/
.gotop {
  position: fixed;
  text-align: center;
  right: 50px;
  bottom: 50px;
  color: #fff;
  background-color: #333;
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(50%) scale(0.8);
  -webkit-transform: translateY(50%) scale(0.8);
  -ms-transform: translateY(50%) scale(0.8);
  -o-transform: translateY(50%) scale(0.8);
  transform: translateY(50%) scale(0.8);
  display: block;
}

.gotop:hover,
.gotop.active:hover {
  background-color: #EC6418;
  color: #fff;
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gotop em {
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

.gotop:before {
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop:hover:before {
  /* -webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5); */
  opacity: 1;
  filter: alpha(opacity=0);
}

.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.web_head {
  z-index: 999999;
  position: relative;
}

.head_layer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.nav_wrap {
  position: relative;
  text-align: right;
  flex: 0 73%;
}

.nav_wrap em {
  font-style: normal;
}

.nav_wrap .head_nav {
  position: relative;
  z-index: 2;
  text-align: center;
}

.nav_wrap .head_nav,
.nav_wrap .head_nav a {
  color: #EC6418;
}

.nav_wrap .head_nav {
  padding: 20px 0;
}

.nav_wrap .head_nav>li {
  display: inline-block;
  line-height: 45px;
  font-size: 18px;
  position: relative;
  perspective: 500px;
  vertical-align: middle;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 10px;
  margin-right: 10px;
}

.nav_wrap .head_nav>li>a {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  padding-left: 15px;
  padding-right: 15px;
}

.nav_wrap .head_nav>li>a>b {
  display: inline-block;
  margin-left: 5px;
}

.nav_wrap .head_nav>li>a>b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e602";
  font-weight: bold;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_wrap .head_nav>li li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding: 0 15px;
}

.nav_wrap .head_nav>li li a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  line-height: 24px;
  word-wrap: break-word;
  white-space: pre-wrap;
  padding-right: 20px;
  /*text-transform: lowercase;*/
}

.nav_wrap .head_nav>li li a:hover {
  padding-left: 5px;
  text-decoration: underline;
  color: #EC6418 !important;
}

.nav_wrap .head_nav>li li b:after {
  font-family: "iconfont";
  font-size: 12px;
  content: "\e62c";
  position: absolute;
  right: 0;
  top: 10px;
}

.nav_wrap .head_nav>li li:last-child>a {
  border-bottom: 0;
}

.nav_wrap .head_nav>li li:hover>a {
  color: #666;
}

.nav_wrap .head_nav>li ul ul {
  left: 102%;
  top: -15px;
}

.nav_wrap .head_nav>li:hover>a {
  background-color: #EC6418;
  color: #fff;
}

.nav_wrap .head_nav>li:hover>a>b:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav_wrap .head_nav>li.current-menu-item {
  background-color: #EC6418;
}

.nav_wrap .head_nav>li.current-menu-item>a {
  color: #fff;
  padding: 0 20px;
}
.nav_wrap .head_nav>li.current-menu-parent {
  background-color: #EC6418;
}

.nav_wrap .head_nav>li.current-menu-parent>a {
  color: #fff;
  padding: 0 20px;
}



.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav>li.nav-current>a:after,
.nav_wrap .head_nav:hover>li:hover>a:before,
.nav_wrap .head_nav:hover>li:hover>a:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.nav_wrap .head_nav>li.nav-current>a:before,
.nav_wrap .head_nav:hover>li:hover>a:before {
  width: 110%;
  left: -5%;
}

.nav_wrap .head_nav:hover>li>a:before,
.nav_wrap .head_nav:hover>li>a:after {
  opacity: 0;
  filter: alpha(opacity=0);
}

.nav_wrap .head_nav:hover>li>a:before {
  width: 0%;
  left: 50%;
}

.nav_wrap .head_nav li ul {
  width: 250px;
  padding: 15px 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  -webkit-transform: translateY(10%) scale(0.9);
  -ms-transform: translateY(10%) scale(0.9);
  -o-transform: translateY(10%) scale(0.9);
  transform: translateY(10%) scale(0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  box-sizing: border-box;
  -webkit-transform-origin: center 0;
  -moz-transform-origin: center 0;
  -ms-transform-origin: center 0;
  -o-transform-origin: center 0;
  transform-origin: center 0;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.head_layer .logo-fixed {
  flex: 0 17%;
}

.nav_wrap .head_nav li:hover>ul {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.m_head {
  display: none;
}

.m_nav {
  display: none;
}

.fixed-nav .head_layer {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
  box-shadow: 0 1px 0 rgba(255, 217, 198, 0.12), 0 0 15px rgba(255, 217, 198, 0.3);
  background-color: #FFE2D3 !important;
}

.fixed-nav .nav_wrap {
  padding-top: 0;
  background-color: #FFE2D3;
}

.fixed-nav .nav_wrap a {
  color: #EC6418;
}

.fixed-nav .nav_wrap .head_nav>li {
  margin-right: 15px;
  margin-left: 15px;
}

.fixed-nav .logo {
  float: left;
  display: none;
  margin-bottom: 0 !important;
}

.fixed-nav .logo-fixed {
  display: block;
  line-height: 70px;
  flex: 0 17%;
}

.fixed-nav .logo-fixed img {
  /*max-width: 200px;*/
  -webkit-transition: all 1.3s ease;
  -o-transition: all 1.3s ease;
  transition: all 1.3s ease;
}

.fixed-nav .nav_wrap .head_nav {
  margin-bottom: 0 !important;
  float: right;
}

.fixed-nav .nav_wrap .head_nav>li {
  line-height: 45px;
}

.fixed-nav .nav_wrap .head_nav>li>a:before {
  bottom: 18px;
}

.fixed-nav .nav_wrap .head_nav>li>a:after {
  bottom: 13px;
}

.fixed-nav-active .head_layer {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.fixed-nav-active .nav_wrap:before {
  opacity: 1;
  height: 100%;
}

.fixed-nav .head_top {
  display: none;
}

.fixed-nav .logo a,
.fixed-nav .logo img,
.fixed-nav .head_nav li a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.m_headxs {
  display: none;
}

/*  */
.headernav_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.headernav {
  width: 100%;
  z-index: 9999999999999999999;
}

.headernav_logo img {
  max-height: 100px;
  vertical-align: middle;
}

.headernav_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.search i {
  font-size: 22px;
  color: #EC6418;
  display: block;
  cursor: pointer;
}

.search_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 999999999999999999999;
}

/* .searchin {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
.searchin {
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  display: none;
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 999999999999999999999999;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.searchin i {
  font-size: 40px;
  color: #EC6418;
  font-weight: bold;
}

.searchin button {
  border: none;
  outline: none;
  background-color: #fff;
  width: 5%;
  height: 80px;
  line-height: 80px;
  margin-left: 20px;
  border-radius: 5px;
}

.searchin input {
  border: none;
  outline: none;
  background-color: #fff;
  height: 80px;
  line-height: 80px;
  width: 60%;
  padding: 0 20px;
  font-size: 18px;
  color: #000;
  border-radius: 5px;
}
.searchin input[type=submit]{
    border: none;
  outline: none;
  background-color: #fff;
  width: 5%;
  height: 80px;
  line-height: 80px;
  margin-left: 20px;
  border-radius: 5px;
  background-image: url('/wp-content/themes/global/static/images/head_search.png');
  background-repeat: no-repeat;
  background-position: center;
}

.searchclose {
  position: absolute;
  top: 80px;
  right: 200px;
  cursor: pointer;
}

.searchclose img {
  width: 70px;
  height: 70px;
}

/* banner */
.banner .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 35px;
  height: 5px;
  border: 2px solid #fff;
  background: transparent;
  background-color: #fff;
  border-radius: 0;
}

.banner .swiper-horizontal>.banner .swiper-pagination-bullets,
.banner .swiper-pagination-bullets .banner.swiper-pagination-horizontal,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 15px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid #EC6418;
  background-color: #EC6418;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  /* width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #fff;
  text-align: center; */
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  /* font-size: 30px; */
}

/* aside_nav */
.accordion {
  width: 100%;
  background: #fff;
  margin: 0;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  margin-top: 10px;
}

.accordion .link a {
  color: #000;
  text-decoration: none;
  word-wrap: break-word;
  white-space: pre-wrap;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
  background-color: #eee;
}

.accordion li i {
  font-size: 18px;
  color: #000;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.openaside .link {
  color: #EC6418;
  background-color: #eee;
  margin-bottom: 10px;
}

.accordion li.openaside i {
  color: #EC6418;
}

.accordion li.openaside i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.openaside .link_title {
  color: #EC6418;
}

.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
}

.submenu li {
  border-bottom: 1px solid #fff;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #111;
  color: #fff;
}

.newslist {
  padding: 70px 0;
}

.aside_nav h3 {
  padding: 20px 15px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #111;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}

.bannercontent {
  position: relative;
}

.bannercontent img {
  width: 100%;
  vertical-align: middle;
}

.bannercontent_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999;
}

.bannercontent_title h2 {
  font-size: 48px;
  color: #EC6418;
  text-align: center;
  font-weight: bold;
  z-index: 999;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  /*display: none;*/
}

.bannercontent_title h2:hover {
  color: #EC6418;
}

.bannercontentcover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255, 255, 0.4);
  z-index: 9;
}

.bread_crumb_main {
  background-color: #eee;
  padding: 15px 0;
  border-bottom: 1px #ddd solid;
}

.bread_crumbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: #222
}

.bread_crumbs i {
  color: #222;
  padding-right: 10px;
}

.bread_crumbs a {
  display: block;
  font-size: 14px;
  color: #222;
  text-transform: capitalize;
  margin: 2px 10px 2px 10px;
}

/* .bread_crumbs a::after {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  margin: 0 10px 3px 10px;
  background-color: #fff;
} */
.bread_crumbs a:hover {
  text-decoration: underline !important;
  color: #EC6418;
}

.bread_crumbs a:last-child::after {
  display: none;
}

/* newslistplan1 */
.newslistflex {
  display: flex;
  flex-wrap: wrap;
}

.newblogflex {
  display: flex;
  flex-wrap: wrap;
}

.blogbox {
  height: 100%;
  position: relative;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.blog_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  padding-top: 100%;
}

.blog_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blog_txt {
  padding: 20px 15px 30px 15px;
}

.blog_txt h3 {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  margin: 0 0 10px 0;
  line-height: 23px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blog_txt p {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: break-all;
  font-size: 16px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blogmorebtn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blogmore {
  display: block;
  padding: 10px 60px;
  font-size: 18px;
  color: #000;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #000;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blogline {
  width: 0%;
  height: 3px;
  background: #EC6418;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.blogli:hover .blogline {
  width: 100%;
}

.blogli:hover .blogmore {
  background-color: #EC6418;
  border: 1px solid #EC6418;
  color: #fff;
}

.blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #EC6418;
}

.blogli:hover .blog_img img {
  transform: scale(1.2);
}

.blogli {
  margin-bottom: 30px;
}

/* Pagination */
.pagelist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

.pagelist a {
  display: block;
  padding: 3px 10px;
  border: 1px solid #EC6418;
  margin: 10px 5px;
  font-size: 16px;
}

.pagelist span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #EC6418;
  background-color: #fff;
  color: #EC6418;
  font-size: 16px;
}

.pagelist a:hover {
  background-color: #EC6418;
  color: #fff;
}

.pagelist .active {
  background-color: #EC6418 !important;
  color: #fff !important;
}

/* newslistplan2 */
.newsbox {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsboximg {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-color: #fff;
}

.newsboximg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsboxtxt {
  padding: 0 30px 0 0;
}

.newsboxtxt h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 25px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsboxtxt p {
  font-size: 15px;
  color: #666;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsboxtxt_bottom {
  padding-top: 20px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #e5e5e5;
}

.newsboxtxt_bottom span {
  font-size: 16px;
  color: #666;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsmore a {
  font-size: 16px;
  color: #EC6418;
  font-weight: bold;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsmore i {
  color: #EC6418;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover {
  background: #EC6418;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsboximg img {
  transform: scale(1.2);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsboxtxt h3,
.newsbox:hover .newsboxtxt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsboxtxt_bottom span {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsbox:hover .newsmore a,
.newsbox:hover .newsmore i {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsmore:hover {
  margin-right: 30px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.newsboxflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* news_show */
.newshow {
  padding: 60px 0;
}

.newshow_title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.newshow_title h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  word-wrap: break-word;
}

.newshow_title p {
  font-size: 16px;
  text-align: center;
  color: #666;
  margin-top: 20px;
}

.newshow_main {
  padding-top: 20px;
}

.newshow_main p {
  font-size: 16px;
  line-height: 28px;
  color: #666;
  margin-bottom: 15px;
  text-transform: lowercase;
}

.newshow_main img {
  max-width: 100%;
  vertical-align: middle;
  display: block;
  margin: 10px auto;
  text-align: center;
}

.newshow_main h2 {
  font-size: 24px;
  margin: 10px 0;
  font-weight: normal;
}

.newshow_main h3 {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}


.newsinfo {
  border-bottom: 1px #ddd solid;
  padding: 50px 0;
}

.newsinfotit {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
  padding-top: 15px;
}



/* productlist_main_plan1 */
.product_list {
  padding: 70px 0;
}

.product_list_flex {
  display: flex;
  flex-wrap: wrap;
}

.product_list_li {
  margin-bottom: 30px;
}

.product_list_box {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.product_list_img {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.product_list_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.product_list_content {
  padding: 20px 15px;
}

.product_list_content p {
  /*text-transform: lowercase;*/
  word-wrap: break-word;
  word-break: break-all;
  font-size: 16px;
  color: #666;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.product_list_content h3 {
  /*text-transform: lowercase;*/
  word-wrap: break-word;
  word-break: break-all;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px 0;
  color: #EC6418;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.product_list_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
}

.product_list_btn a {
  font-size: 16px;
  color: #EC6418;
  display: block;
  padding: 10px 40px;
  border: 1px solid #EC6418;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.product_list_li:hover .product_list_box {
  background-color: #EC6418;
}

.product_list_li:hover .product_list_content h3,
.product_list_li:hover .product_list_content p {
  color: #fff;
}

.product_list_li:hover .product_list_btn a {
  border: 1px solid #fff;
  background-color: #fff;
}

.product_list_li:hover .product_list_img img {
  transform: scale(1.2) rotateZ(8deg);
}

.productlist_main_intro img {
  width: 100%;
  vertical-align: middle;
  margin-bottom: 10px;
}

.productlist_main_intro p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  text-transform: lowercase;
}

.productlist_main_intro_plan1 {
  background: url(../images/img2.jpg) no-repeat 50% 50%;
  background-size: cover;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.productlist_main_intro_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 9;
}

.productlist_main_intro_content {
  z-index: 99;
  position: relative;

}
.productlist_main_intro_content h1{
  font-size:24px;
  color:#fff;
  margin-bottom: 10px;
  font-weight: bold;
}

.productlist_main_intro_content p {
  font-size: 16px;
  color: #fff;
  z-index: 99;
  line-height: 24px;
}

/* pagefenye and phonebottom */
.page_ctrl_box {
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid #ccc;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.page_ctrl_box .prev {
  float: left;
  padding-left: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url("../images/newsinfo-prev.png");
}

.page_ctrl_box a:hover {
  color: #EC6418;
}

.page_ctrl_box .list-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  background-image: url("../images/list-btn.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: all 0.3s;
}

.page_ctrl_box .next {
  float: right;
  padding-right: 28px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/newsinfo-next.png");
}

.page_ctrl_box .prev,
.page_ctrl_box .next {
  font-size: 18px;
  line-height: 16px;
  color: #333;
  background-repeat: no-repeat;
  background-size: 8px;
  transition: all 0.3s;
  text-transform: capitalize;
}

.bottomDiv {
  position: fixed;
  left: 0px;
  bottom: 0px;
  _position: absolute;
  padding: 0px;
  text-align: center;
  color: #fff;
  display: none;
  z-index: 99999999;
  background-color: #EC6418;
}

.bot_1 {
  width: 25%;
  float: left;
  border-right: 1px #ddd solid;
  color: #fff;
  font-size: 14px;
  height: 80px;
  display: grid;
  -webkit-box-align: center;
  align-items: center;
}

.bot_1 i {
  display: block;
  font-size: 24px;
}

.border_none {
  border-right: none !important;
}

.bot_1 a {
  color: #fff;
}

/* productlist_main_plan2 */
.productlist_main_plan2 .newsbox {
  border-radius: 0%;
}

.logo-fixed img {
  max-height: 100px;
  width: 100%;
  max-width: initial;
  vertical-align: middle;
}

/* product_show */
table {
  overflow-x: auto;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #000;
  font-size: 16px;
}

table td {
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

.product_show {
  padding: 70px 0;
}

.product_show_main_flex {
  display: flex;
  flex-wrap: wrap;
}

.product_thumbnail_item img {
  width: 150px;
  height: 150px;
}

.product_show_main_describe h1 {
  word-wrap: break-word;
  font-size: 36px;
  color: #EC6418;
  font-weight: bold;
  /* background-color: #EC6418; */
  padding: 0px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.product_show_main_describe p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.product_show_main_button {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.product_show_main_button a {
  padding: 10px 20px;
  border: 1px solid #EC6418;
  display: block;
  color: #EC6418;
  font-size: 18px;
  text-align: center;
  margin: 10px 10px 10px 0;
}

.product_show_main_button a:hover {
  background-color: #EC6418;
  color: #fff;
}

.productshow_tabmain .productshow_tab_main:nth-child(n + 2) {
  display: none;
}

.productshow_tab {
  margin: 30px 0 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.productshow_tab h4:first-child {
  border-right: 1px solid #fff;
}

.productshow_tab h4 {
  cursor: pointer;
  width: 49%;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 20px;
  color: #fff;
  background-color: #EC6418;
  padding: 10px 0;
  text-align: center;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.productshow_tab_main h3 {
  font-size: 22px;
  color: #fff;
  background-color: #EC6418;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.productshow_tab_main h2 {
  font-size: 18px;
  color: #000;
  margin: 10px 0;
}

.productshow_tab_main p {
  font-size: 16px;
  color: #000;
  line-height: 28px;
  margin-bottom: 10px;
}

.productshow_tab_main img {
  width: 100%;
  vertical-align: middle;
  margin: 10px auto;
  text-align: center;
  display: block;
}

.productshow_tab h4:hover {
  background-color: #ff6600;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.productshow_tab .productshow_tab_active {
  background-color: #ff6600;
}

.productshow_tab_tags a {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #e5e5e5;
  font-size: 14px;
  text-align: center;
  margin: 10px 10px 10px 0;
}

.productshow_tab_tags a:hover {
  color: #EC6418;
  text-decoration: underline !important;
  border: 1px solid #EC6418;
}

.product_inquiry_form {
  padding: 30px;
  background-color: #e7f5ff;
}

.product_inquiry_form h2 {
  font-size: 30px;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.hot_product {
  margin-top: 50px;
}

.hot_product_title {
  margin-bottom: 30px;
}

.hot_product_title h3 {
  font-size: 24px;
  color: #EC6418;
  padding-left: 15px;
  border-left: 4px solid #EC6418;
  font-weight: bold;
}

.indexproduct_flex {
  display: flex;
  flex-wrap: wrap;
}

.indexproduct_liaa {
  margin-bottom: 30px;
}

.indexproduct_boxaa {
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_imgaa {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.indexproduct_imgaa img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_contentaa {
  padding: 15px 15px 30px 15px;
}

.indexproduct_contentaa p {
  font-size: 14px;
  /*text-transform: lowercase;*/
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  color: #EC6418;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_contentaa h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px 0;
  color: #252525;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  /*text-transform: lowercase;*/
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_btnaa {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 0 auto;
}

.indexproduct_btnaa a {
  font-size: 16px;
  color: #EC6418;
  display: block;
  padding: 10px 40px;
  border: 1px solid #EC6418;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_liaa:hover .indexproduct_boxaa {
  background-color: #EC6418;
}

.indexproduct_liaa:hover .indexproduct_contentaa h3,
.indexproduct_liaa:hover .indexproduct_contentaa p {
  color: #fff;
}

.indexproduct_liaa:hover .indexproduct_btnaa a {
  border: 1px solid #fff;
  background-color: #fff;
}

.indexproduct_liaa:hover .indexproduct_imgaa img {
  transform: scale(1.2) rotateZ(8deg);
}

.productshow_otherSwiper {
  padding-bottom: 30px;
}

/* contact us plan1 */
#map {
  width: 100%;
  height: 400px;
}

.contact_plan1 {
  padding: 60px 0;
}

.contact_plan1_title h2:hover {
  color: #EC6418;
}

.contact_plan1_title h2 {
  font-size: 42px;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact_main {
  background-color: #efefef;
  padding:30px 30px;
  border-radius:5px;
}

.contactflex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin:15px 0;
}

.contact_list li i {
  font-size: 26px;
  color: #EC6418;
  margin-right: 15px;
  margin-top: -3px;
}

.contact_list li p,
.contact_list li a {
  font-size: 18px;
  color: #444;
  flex: 1;
}

.contact_left h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contact_inquiry_form_main {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
}

/* contact us plan2 */
.contact_plan2 {
  padding: 70px 100px;
}

.contact_plan2_main_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.contact_plan2_title h2 {
  margin-bottom: 40px;
  font-size: 42px;
  color: #000;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.contact_plan2_main_left h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

#map_paln2 {
  width: 100%;
  height: 450px;
}

.contact_plan2_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 0;
}

.contact_plan2_list li i {
  font-size: 26px;
  color: #000;
  margin-right: 15px;
  margin-top: -3px;
}

.contact_plan2_list li p,
.contact_plan2_list li a {
  font-size: 20px;
  color: #000;
  text-transform: lowercase;
  flex: 1;
}

.contact_plan2_main .public_ad_header_social_media {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
}

.contact_plan2_main .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
}

.product_show_main .public_ad_header_social_media {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  margin-top: 30px;
}

.product_show_main .public_ad_header_social_media a {
  margin-left: 0;
  margin-right: 15px;
}

.contact_plan2_form {
  padding: 40px 0;
  background: url(../images/backjpg.jpg);
}

.contact_plan2_form h3 {
  font-size: 42px;
  color: #000;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.contact_plan2_form .contact_inquiry_form_main {
  background-color: #e5e5e5;
}

/* contact us plan3 */
#map_plan3 {
  width: 100%;
  height: 450px;
}

.contact_plan3 {
  padding: 70px 0 40px 0;
}

.contact_plan3_flex {
  display: flex;
  flex-wrap: wrap;
}

.contact_plan3_li {
  margin-bottom: 30px;
}

.contact_plan3_card_box {
  border: 2px solid #e5e5e5;
  padding: 30px;
  height: 100%;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.contact_plan3_card_box li {
  margin: 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.contact_plan3_card_box li i {
  font-size: 22px;
  color: #000;
  margin-right: 10px;
}

.contact_plan3_card_box li p {
  font-size: 18px;
  flex: 1;
}

.contact_plan3_card_box li h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}

.contact_plan3_card_box:hover {
  border: 2px solid #EC6418;
  border-radius: 20px;
}

/* product_show_left_hotproduct */
.scrollHot h2 {
  padding: 20px 15px;
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #EC6418;
  color: #fff;
  text-align: center;
  margin: 20px auto;
}

/* scrollDiv */
.scrollDiv {
  height: 360px;
  /* 必要元素 */
  line-height: 25px;
  border: #ccc 1px solid;
  overflow: hidden;
  /* 必要元素 */
}

.scrollDiv li {
  height: 360px;
  margin-bottom: 20px;
}

.scrollDiv li h3 {
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 5px 10px;
}

#s2,
#s3 {
  height: 760px;
}

.product_static_hot {
  margin-top: 30px;
}

.product_static_hot .newsboximg {
  padding-top: 100%;
}

.product_static_hot .newsbox {
  border-radius: 0;
  margin-bottom: 15px;
}

.product_static_hot .newsboxtxt h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}

.product_left_hotproduct .scrollDiv li .scrollDivimg {
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}

.product_left_hotproduct .scrollDiv li .scrollDivimg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.product_left_hotproduct {
  margin-top: 30px;
}

.product_left_hotproduct .scrollDiv li h3 {
  font-size: 16px;
  color: #000;
  text-transform: lowercase;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.product_left_hotproduct #btn1 {
  color: #EC6418;
  font-size: 20px;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.product_left_hotproduct #btn2 {
  color: #EC6418;
  font-size: 20px;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

/* form */
.yandex-form #form .list {
  margin-bottom: 15px;
}

.yandex-form #form .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
  text-transform: capitalize;
}

.yandex-form #form .list p span {
  color: #ff4236;
}

.yandex-form #form .list input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}

.yandex-form #form .list input::placeholder {
  font-size: 16px;
}

.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}

.yandex-form #form .list textarea::placeholder {
  font-size: 16px;
}

.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #EC6418;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}

/*form */
/* tags */
.tags_one {
  padding: 60px 0 0 0;
}

.tag_wenben {
  border-bottom: 1px dashed #e5e5e5;
  padding-bottom: 30px;
}

.tag_wenben h1 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.tag_wenben p {
  font-size: 16px;
  color: #000;
}

.tags_two {
  padding: 60px 0 0 0;
}

.tags_two_all_flex {
  display: flex;
  flex-wrap: wrap;
}

.tags_two_all_li {
  margin-bottom: 15px;
  padding: 0 7px;
}

.tags_two_all_box {
  height: 100%;
  padding: 10px;
  border: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.tags_two_all_img {
  display: block;
  width: 35%;
  overflow: hidden;
  height: auto;
  position: relative;
  padding-top: 35%;
}

.tags_two_all_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.tags_two_all_title {
  width: 62%;
  overflow: hidden;
  display: block;
}

.tags_two_all_title h2 {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  text-transform: lowercase;
  word-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.tags_two_all_li:hover .tags_two_all_box {
  border: 1px solid #EC6418;
}

.tags_two_all_li:hover .tags_two_all_title h2 {
  color: #EC6418;
}

.tags_new {
  padding: 60px 0 0 0;
}

.tags_new_tab {
  position: relative;
  margin-bottom: 20px;
  border-bottom: 2px solid #e0e6ed;
}

.tags_new_tab ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.tags_new_tab li {
  font-weight: bold;
  position: relative;
  display: inline-block !important;
  padding: 15px 25px;
  color: #000;
  text-transform: capitalize;
  font-size: 22px;
  cursor: pointer;
}

.tags_new_tab li::after {
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #EC6418 !important;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.tags_new_tab .tags_new_active::after {
  width: 100%;
}

.tags_new_tab li.tags_new_active:after,
.tags_new_tab li:hover:after {
  width: 100%;
}

.tags_new_tab li:hover {
  color: #EC6418;
}

.tags_new_tab li.tags_new_active {
  color: #EC6418;
}

.tags_new_tab_main .tags_new_tabli:nth-child(n + 2) {
  display: none;
}

.tags_new_tab_flex {
  display: flex;
  flex-wrap: wrap;
}

.tags_new_tab_li {
  margin-bottom: 20px;
  padding: 0 10px;
}

.tags_new_tab_box {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 15px;
}

.tags_new_tab_box h3 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #000;
  text-transform: lowercase;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.tags_new_tab_box p {
  font-size: 14px;
  color: #666;
  text-transform: lowercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.tags_new_tab_li:hover .tags_new_tab_box h3 {
  color: #EC6418;
}

.tags_new_tab_li:hover .tags_new_tab_box {
  border: 1px solid #EC6418;
}

.tags_new_tab_pinglun {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 15px;
}

.tags_pinglun {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.tags_pinglun_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.tags_pinglun_title h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-right: 15px;
}

.tags_pinglun_title span {
  display: block;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tags_starts {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.tags_starts i {
  font-size: 14px;
  color: #fad23c;
  margin-left: 3px;
}

.tags_new_tab_pinglun p {
  font-size: 14px;
  color: #666;
  text-transform: lowercase;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.tags_new_tab_li:hover .tags_new_tab_pinglun {
  border: 1px solid #EC6418;
}

.tags_new_tab_li:hover .tags_pinglun_title h3,
.tags_new_tab_li:hover .tags_pinglun_title span {
  color: #EC6418;
}

.all_tags {
  padding: 60px 0 0 0;
}

.tags_contact_main .contact_list li i {
  color: #000;
}

.tags_contact_main .contact_list li p,
.tags_contact_main .contact_list li a {
  color: #000;
}

.tags_contact {
  padding: 60px 0 70px 0;
}

.tags_contact_main {
  border: 1px solid #e5e5e5;
  padding: 40px 30px;
}

.tags_contact_main .contact_inquiry_form_main {
  padding: 0;
}

/* search1 */
.search_result {
  padding: 60px 0;
}

.search_result_top h2 {
  text-align: center;
  font-size: 40px;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}

.search_result_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_result_box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.search_result_box input {
  width: 100%;
  flex: 1;
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #ddd;
  outline: none;
  background: none;
}

.search_result_box button {
  display: block;
  width: 10%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background-color: #EC6418;
  border: 1px solid #EC6418;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button i {
  font-size: 30px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.search_result_box button:hover {
  background-color: #fff;
  border: 1px solid #EC6418;
  width: 15%;
}

.search_result_box button:hover i {
  color: #EC6418;
}

.result_attention {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 4px solid #EC6418;
  flex-wrap: wrap;
}

.result_attention p {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}

.result_attention span {
  font-size: 26px;
  color: #EC6418;
  font-weight: bold;
  display: block;
  margin: 0 5px;
}

.search_result_list {
  margin-top: 40px;
}

.resultcard {
  display: block;
  border: 1px solid #e5e5e5;
  padding: 15px 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.resultcard h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard p {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.resultcard:hover h3 {
  color: #EC6418;
}

.resultcard:hover {
  border: 1px solid #EC6418;
  border-radius: 15px;
}

/* feedback */
.feedback {
  width: 340px;
  position: fixed;
  right: 10px;
  bottom: -9999px;
  box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
  font-size: 14px;
  border-radius: 10px 10px 0 0;
  z-index: 999999;
}

.feedback .feedbackHeader {
  height: 40px;
  line-height: 40px;
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  text-indent: 50px;
  font-weight: normal;
  cursor: pointer;
  font-size: 12px;
}

.feedback .eMailIco {
  background: url("../images/emailIco.png") 16px center no-repeat #EC6418;
  background-size: 21px auto;
}

.feedbackForm {
  padding: 16px 16px 40px 16px;
  background-color: #fff;
}

.feedbackForm .tips {
  color: #222d38;
  padding-bottom: 20px;
}

.feedbackForm .line {
  margin-bottom: 16px;
}

.feedbackForm .line input,
.feedbackForm .line textarea {
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  border: solid 1px #ccc;
  color: #222d38;
  display: block;
}

.feedbackForm textarea {
  resize: none;
  height: 78px;
  padding: 11px;
  line-height: 20px;
}

.feedbackForm .line input {
  height: 40px;
  line-height: 40px;
  padding: 0 11px;
}

.feedbackForm .input_b {
  background: #EC6418;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  cursor: pointer;
}

.feedback .closeBtn {
  background: url("../images/closeBtn.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: 28px 28px;
  position: absolute;
  right: 10px;
  top: 6px;
  cursor: pointer;
  display: none;
}
/* scrollsidebar */
.scrollsidebar,
.scrollsidebar a {
  font-size: 12px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}
.scrollsidebar {
  position: absolute;
  z-index: 30;
  top: 150px;
  right: 0;
  z-index: 99999;
}
.show_btn {
  width: 0;
  height: 192px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  overflow: hidden;
  background: url(../images/show_btn.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
}
.side_content {
  width: 166px;
  height: auto;
  overflow: hidden;
  float: left;
}
.side_content .side_list {
  width: 140px;
  overflow: hidden;
  border: 1px solid #dadada;
  border-radius: 8px;
  position: relative;
  background: #fff;
  padding-top:5px;

}
.side_content .side_list .hd{
  padding:10% 10% 0 10%;
}
.side_content .side_list .hd img {
  width: 100%;
}
.side_content .side_list .cont li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #dadada;
  list-style: none;
  position: relative;
}
.side_content .side_list .cont li i {
  margin-right: 10px;
  font-size: 18px;
  color: #EC6418;
}
.side_content .side_list .cont li a {
  position: relative;
  display: block;
  padding: 0 0 0 10px;
  text-decoration: none;
}
.side_content .side_list .cont li a:before {
  content: "";
  position: absolute;
  display: block;
  overflow: hidden;
  top: 0;
  left: 10px;
  width: 25px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ww {
  margin-left: -30px;
}
.side_content .side_list .t-code {
  padding: 10px 10px 7px;
  border-bottom: 1px solid #dadada;
}
.side_content .side_list .t-code img {
  width: 100%;
}
.side_content .side_list .side_title {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
}
.side_content .side_list .side_title .close_btn {
  background: url("../images/close.png") no-repeat center center;
  width: 12px;
  height: 30px;
  position: absolute;
  bottom: 0;
  right: 10px;
  cursor: pointer;
}
.side_content .side_list .side_title .close_btn span {
  display: none;
}

/* video */
.video_main {
  padding: 60px 0 60px 0;
}

.videolistflex {
  display: flex;
  flex-wrap: wrap;
}

.video_item {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.video_item iframe,
.video_item object,
.video_item embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoli {
  margin-bottom: 40px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.video_box {
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  top: 0;
  position: relative;
}

.video_hd {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 67%;
  display: block;
}

.video_hd img,
.video_hd video {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.video_txt {
  padding: 15px 15px 20px 15px;
}

.video_txt p {
  font-size: 16px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-transform: lowercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.videoli:hover .video_box {
  top: -10px;
  position: relative;
  background-color: #EC6418;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.videoli:hover .video_txt p {
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

/* download */
.download {
  padding: 60px 0 60px 0;
  border-bottom: 1px solid #e5e5e5;
}

.downloadflex {
  display: flex;
  flex-wrap: wrap;
}

.download_li {
  margin-bottom: 30px;
}

.download_box {
  height: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
}

.download_img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
  padding-top: 65%;
}

.download_img img {
  width: 60%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  display: block;
}

.download_con {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}

.download_con h3 {
  font-size: 14px;
  color: #000;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.download_cover {
  z-index: 9;
  width: 100%;
  height: 0%;
  background-color: rgba(46, 117, 182, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.download_cover i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 50px;
  color: #fff;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.download_li:hover .download_cover {
  height: 100%;
}

.download_li:hover .download_cover i {
  transform: translate(-50%, -50%);
}

video {
  width: 100%;
  vertical-align: middle;
  height: auto;
}

.banner .swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets .swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 15px !important;
}

.contact_photoimg {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.contact_photoimg img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 576px) {
    /* product */
.items_list .share_this{position:static;text-align:left;padding-bottom:15px;float:none;}
.page_main{padding:60px 0 68px 0;}
.product-intro{overflow:visible;}
.product-view{width:auto;margin-left:-10px;margin-right:-10px;}
.product-view .image-additional li a{margin-left:0;margin-right:0;}
.product-view .image-additional li a:before,.product-view .image-additional li a:after{display:none;}
.product-view .swiper-button-prev,.product-view .swiper-button-next{width:27px;height:40px;line-height:40px;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;font-size:18px;opacity:.8;}
.product-view .swiper-button-prev{left:0;border-radius:0 3px 3px 0;padding-right:2px;}
.product-view .swiper-button-next{right:0;border-radius:3px 0 0 3px;padding-left:2px;}
.product-view .swiper-button-prev:before,.product-view .swiper-button-next:before{display:inline-block;-webkit-transform:scale(.7,1);-ms-transform:scale(.7,1);-o-transform:scale(.7,1);transform:scale(.7,1);}
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy{padding-top:6px;padding-bottom:6px;}
.goods-may-like .title{text-transform:none;}
.page_title{font-weight:normal;font-size:20px;margin-bottom:10px;}
.product-summary{padding-top:0;}
.product-summary .page_title{font-size:24px;}
.product-summary .product-meta h3{font-size: 24px;}
.product-summary .product-meta{font-size:14px;}
.product-summary .product-meta p{font-size:15px;}
.product-summary .product-meta h3{line-height:1.3;font-size:16px;}
.product-summary .product-meta li{font-size:13px;}
.product-summary .share-this{text-align:left;margin:20px 0 0;}
.product-btn-wrap{padding-top:30px;}
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy{font-size:14px;padding:2px 10px;}
.product-detail{margin-top:40px;}
.detail-tabs .title{font-size:14px;padding:1px 15px;}
.tab-panel-wrap{padding:20px 0;border:0;}
.goods-may-like .title{margin-top:40px;margin-bottom:30px;font-size:20px;}
.goods-may-like .layer-bd{position:relative;padding:0;}
.goods-may-like .swiper-slider{position:relative;}
.goods-may-like .product_item .item_title{font-size:14px;}
.goods-may-like .product_item .item_title a{padding-left:0;padding-right:0;}
.goods-may-like .swiper-control{position:static;}
.goods-may-like .swiper-button-prev, .goods-may-like .swiper-button-next{width:30px;height:30px;line-height:30px;margin-left:0;margin-right:0;margin-top:-15px;background-color:rgba(0,0,0,.7);position:absolute;}
.goods-may-like .layer-bd .swiper-button-prev{left:5px;}
.goods-may-like .layer-bd .swiper-button-next{right:5px;}
  .bottomDiv {
    display: block;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  /* all_page_start*/
  .contact_plan3_card_box {
    padding: 20px 10px;
  }

  .newsboxtxt_bottom span {
    display: none;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }

  .js .web-search {
    width: 100%;
  }

  .product_static_hot {
    display: none;
  }

  .blogmore {
    padding: 5px 10px;
    font-size: 14px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px 15px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px 15px;
  }

  .contact_plan2_main .public_ad_header_social_media a {
    margin-bottom: 5px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .newsbox {
    width: 48%;
    overflow: hidden;
  }

  .newsboxtxt {
    padding: 15px;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 10px;
    font-size: 14px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .product_left_hotproduct {
    display: none;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }

  .scrollsidebar{
    display: none;
  }
  .indexproduct_btnaa a{
    padding: 5px 10px;
}
  .newsinfo{display: none;}
  .product_show_main .public_ad_header_social_media a{
    margin-right: 8px;
  }

  /* all_page_end */
}

@media (min-width: 576px) and (max-width: 768px) {

  /* all_page_start*/
  .scrollsidebar{
    display: none;
  }
  .product_static_hot {
    display: none;
  }

  .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }

  .js .web-search {
    width: 100%;
  }

  .feedback {
    display: none;
  }

  .bottomDiv {
    display: block;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .newsboxtxt {
    padding: 15px;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 20px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .product_left_hotproduct {
    display: none;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }
  .newsinfo{display: none;
  }

  /* all_page_end */
}
@media (max-width:950px){
    /* aside */
.aside{display:none;}
.side-widget{margin-bottom:35px;}
.side-product-items .items_content{margin-top:10px;padding-top:0;padding-bottom:0;}
.side-product-items .btn-prev,.side-product-items .btn-next{display:none;}
.side-product-items .side_slider{padding-top:0;padding-bottom:0;max-height:inherit;}
.side-product-items .side_slider ul:after{content:'';display:block;height:0;clear:both;visibility:hidden;}
.side-product-items .side_slider .swiper-wrapper{width:auto;display:block;margin:0 -5px;}
.side-product-items .side_product_item{display:block;width:50%;height:auto!important;float:left;;text-align:center;}
.side-product-items .side_product_item:nth-child(2n+1){clear:left;}
.side-product-items .side_product_item figure{display:block;width:auto;border:1px solid #eee;padding:3px;margin:5px;}
.side-product-items .side_product_item .item-img{display:block;width:100%;float:none;border:0;}
.side-product-items .side_product_item .item-img img{width:100%;height:auto;border:0;}
.side-product-items .side_product_item figcaption{width:auto;display:block;padding:8px;}
.side-product-items .side_product_item figcaption .item_title{height:auto;font-size:12px;text-transform:none;}

/* product intro */
.page_title{line-height:1.1;border-bottom:0;}
.video_close{display:none }
.image-additional li.image-item.current img{border:none;}
.product-view{width:100%;float:none;margin:0 auto 30px;}
.product-view .product-image, .single_product_items{display:none }
.image-additional-wrap{display:block;}
.product-view .image-additional{width:100%;margin:0;}
.product-view .image-additional ul{width:100%;}
.product-view .image-additional li{width:100%;margin:0;}
.product-view .image-additional li a{padding:0;margin:0;border:0;}
.product-view .image-additional li img{border: 0;padding: 0;}
.product-view .image-additional li.current img{border-color:inherit;}
.product-view .image-additional li.single{display:block }
.product-view .image-additional li.current a:before,.product-view .image-additional li.current a:after{display:none;}
.product-view .swiper-button-next, .product-view .swiper-button-prev{background:rgba(0,0,0,.8);color:#fff;}
.product-view .swiper-button-next{right:5px;}
.product-view .swiper-button-prev{left:5px;}

/* product summary */
.product-summary{position:relative;width:100%;float:none;}
.product-summary .share-this{float:none;margin:30px 0;}
.product-summary .product-meta li{display:block;}
.product-summary .product-meta li em{display:inline;color:#333;padding-right:15px;font-weight:bold;}
.product-btn-wrap{text-align:left;}
.product-btn-wrap a{margin:0 0 10px !important;}
.product-summary .share-this{text-align:left;}
/* product detail  */ 
.detail-tabs{padding-right: 0;}
.product-detail .share-this{position: static;padding-bottom: 30px;}
.tab-panel-wrap{padding:10px 0 0;}
.goods-may-like .title{margin-top:50px;margin-bottom:50px;}



}
@media (max-width: 992px) {

  /* all_page_start*/
  .product_static_hot {
    display: none;
  }

  .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }

  .newsbox {
    width: 48%;
    overflow: hidden;
  }

  .js .web-search {
    width: 100%;
  }

  .contact_plan3_card_box {
    padding: 10px 15px;
  }

  .feedback {
    display: none;
  }

  .bottomDiv {
    display: block;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .newsboxtxt {
    padding: 15px;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 20px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .product_left_hotproduct {
    display: none;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
    height: 50px;
    line-height: 50px;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_box input {
    height: 50px;
    line-height: 50px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }
  .newsinfo{display: none;}

  /* all_page_end */
}

@media (max-width: 1200px) {
  /* all_page_start*/

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .public_ad_header {
    display: none;
  }

  .web_head {
    display: none;
  }

  .mobile {
    padding: 0 20px;
    display: block;
  }
  .mobile .sub-menu{
      margin-left: 10px;
  }
  .mobile .sub-menu li a{
      font-size: 14px;
  }
  .contact_plan3_card_box {
    padding: 10px 15px;
  }

  .feedback {
    display: none;
  }

  .bottomDiv {
    display: block;
    width: 100%;
  }

  .gotop {
    bottom: 80px;
    right: 20px;
  }

  .newslist {
    padding: 40px 0;
  }

  .newshow {
    padding: 40px 0 0 0;
  }

  .newshow_title h1 {
    font-size: 20px;
  }

  .contact_plan1 {
    padding: 40px 0;
  }

  .contact_plan1_title h2,
  .contact_plan2_form h3 {
    font-size: 32px;
  }

  .contact_main {
    padding: 30px;
  }

  .contact_inquiry_form_main {
    padding: 30px 15px;
  }

  #map,
  #map_paln2,
  #map_plan3 {
    height: 250px;
  }

  .contact_plan2 {
    padding: 30px;
  }

  .contact_plan2_main_left {
    margin-bottom: 30px;
  }

  .contact_plan3 {
    padding: 40px 0 20px 0;
  }

  .download {
    padding: 40px 0;
  }

  .newslist_left {
    margin-bottom: 30px;
  }

  .pagelist {
    margin-top: 0;
  }

  .newsboxtxt_bottom {
    margin-top: 5px;
    padding-top: 10px;
  }

  .product_list {
    padding: 40px 0;
  }

  .productlist_left {
    margin-bottom: 30px;
  }

  .product_list_btn a {
    padding: 5px 20px;
  }

  .productlist_main_intro_plan1 {
    padding: 30px 15px;
  }

  .product_list .pagelist {
    margin-top: 30px;
  }

  .scrollDiv li {
    height: 260px;
  }

  .product_show_main_describe {
    margin-top: 30px;
  }

  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .product_show {
    padding: 40px 0;
  }

  .bannercontent_title h2 {
    font-size: 32px;
  }

  .search_result {
    padding: 40px 0;
  }

  .search_result_top h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .search_result_box button {
    width: 20%;
  }

  .result_attention p,
  .result_attention span {
    font-size: 18px;
  }

  .result_attention {
    margin-top: 30px;
    padding-bottom: 15px;
  }

  .search_result_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .tags_one,
  .tags_two {
    padding: 40px 0 0 0;
  }

  .tags_new {
    padding: 0;
  }

  .all_tags {
    padding: 20px 0 0 0;
  }

  .tags_contact {
    padding: 40px 0;
  }

  .video_main {
    padding: 40px 0;
  }
  .product_left_hotproduct{
    display: none;
  }


  /* all_page_end */
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .product_show_main_describe h1 {
    font-size: 22px;
    padding: 0;
  }

  .scrollDiv li {
    height: 300px;
  }
  .product_left_hotproduct{
    display: none;
  }
}

@media (min-width: 1400px) and (max-width: 1680px) {
  .product_left_hotproduct{
    display: none;
  }
}