﻿/**********样式重置**********/
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
body{ font-family: "Open Sans","Arial", "Helvetica","sans-serif"; background-color:#fff; overflow-x:hidden; color: #2a1f1c; box-sizing: border-box; max-width: 1920px; margin: 0 auto;}
a{ color:#333333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#ED4B0D;}
img,li{ vertical-align:top; border:0px; list-style-type: none; box-sizing: border-box;}
img{ max-width:100%; height: auto; transition: linear 0.35s;}

.clear{clear: both;}
.container{ margin: 0px auto; clear: both; padding: 0;  box-sizing: border-box;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal; box-sizing: border-box;}
body,td,th{ font-family: "Open Sans","Arial", "Helvetica","sans-serif"; font-size:12px; box-sizing: border-box;}
input,textarea,button{ font-family: "Open Sans","Arial", "Helvetica","sans-serif"; border:0; box-sizing: border-box; outline: none;}

@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ width: auto; box-sizing: border-box; margin: 0 15px;}
}

/**********样式重置**********/

/**********头部**********/
.header{ position: fixed; left: 0; top: 0; right: 0;z-index: 11; box-sizing: border-box; transition: linear 0.35s; background: #fff; border-bottom: solid 1px #dddddd; padding: 0.2rem 0;}
.header .container{ display: flex; justify-content: space-between; align-items: center;}
@media (min-width:1082px){
	.header.fis_show{}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff;}
}
.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 15;}
.header .logo a{ display: flex; align-items: center; justify-content: center; transition: linear 0.35s; }
.header .logo img{ transition: linear 0.35s; height: 0.85rem; width: auto;}


@media (min-width:1082px){
	.header .logo{}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ padding: 0;}
	.header .logo{ display: inline-block; max-width: 70%;}
	.header .logo a{ padding: 10px 0; }
	.header .logo img{ width: auto; height: 40px;}
}

.header .headr{ display: inline-flex; margin: 0; width: auto; align-items: center; transition: linear 0.35s; justify-content: center; }
.header div.btnsearch{ display: inline-flex; align-items: center; justify-content: center; cursor: pointer; margin-left: 0.2rem;}
.header div.btnsearch i{ color: #000000; font-size: 0.3rem;}
.header div.btnsearch:hover i{ color: #f76032;}

.header div.btnlanger{ display: inline-flex; position: relative; margin:0; align-items: center; justify-content: center;}
.header div.btnlanger>a{ display: flex!important; margin: 0!important; align-items: center; padding: 0.37rem 0;  font-size: 0.1953rem; text-transform: uppercase;}
.header div.btnlanger>a>i{ margin-right: 5px;}
.header div.btnlanger>ul{ position: absolute; right: 0; top: 100%; width: 150px; background: #fff; box-sizing: border-box; box-shadow: 0 0 5px #d5d5d5; display: none; opacity: 0; transition: linear 0.5s; flex-wrap: wrap; z-index: 9}
.header div.btnlanger>ul>li{ margin: 0; width: calc((100%)/1); font-size: 0.16rem; border-bottom: #ddd solid 1px;}
.header div.btnlanger>ul>li>a{ display: flex!important; align-items: center; padding:.11rem .2rem; color: #333;}
.header div.btnlanger>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; border: 1px solid #f5f5f5;}
.header div.btnlanger>ul>li>a>span{ padding-left: 5px; font-size: 13px;}
.header div.btnlanger>ul>li:hover{ background: #08577c}
.header div.btnlanger>ul>li:hover>a>span{ color: #fff;}
.header div.btnlanger>ul>li:nth-child(2n){ margin-right: 0;}
.header div.btnlanger:hover>ul{ opacity: 1; display: flex;}

.header .menu .jdmenu{}
.header .menu .jdmenu>ul>li{ font-size: 14px; text-transform: capitalize; position: relative;}
.header .menu .jdmenu>ul>li>a{ display: block; color: #333; position: relative; transition: linear 0.3s; overflow: hidden; letter-spacing: 1px;}
.header .menu .jdmenu>ul>li>a>b{ display: inline-block; color: #333;}

@media (min-width: 1082px) {
    .header .menu{ display: inline-flex; flex-wrap: wrap;}

    .header .menu .jdmenu{ width: 100%; clear: both; transition: linear 0.35s; justify-content: flex-end;}
	.header .menu .jdmenu>ul{ display: flex; align-items: center; justify-content: flex-end;}
	.header .menu .jdmenu>ul>li{ margin: 0; display: inline-block;}
	.header .menu .jdmenu>ul>li>a{ padding: 0.145rem 0.25rem;}
	.header .menu .jdmenu>ul>li>a>b{ font-size: 0.14rem;}
	.header .menu .jdmenu>ul>li:nth-last-child(3)>a{ background: #ED4B0D!important; color: #fff!important;}

	.header .menu .jdmenu>ul>li:last-child{ cursor: pointer; margin:0 0.2rem;}
	.header .menu .jdmenu>ul>li:last-child>a{ padding: 0; width: 0.46rem; height: 0.46rem; background: #ED4B0D; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: 0;}
	.header .menu .jdmenu>ul>li:last-child>a i{ font-size: 0.3rem;}
	
	/*.header .menu .jdmenu>ul>li>a>b{ display: none;}*/
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{ background: #eee; color: #4f4f4f;}
	
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 57px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box; margin: 0;}
	.header .menu .jdmenu[typeof='open']{ height: 100%; bottom: 52px; }
	.header .menu .jdmenu>ul{ overflow-y: auto; padding-bottom: 60px; position: absolute; width: 100%; box-sizing: border-box; top: 0px; bottom: 52px; padding-top: 30px;}
	.header .menu .jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>ul>li>a{ padding: 15px 0.4rem; color: #333;}
	.header .menu .jdmenu>ul>li>a>b{ float: right; margin-right: 0; display: none;}
	.header .menu .jdmenu>ul>li>a>b:before{font-size:20px; color: #333;}
	.header .menu .jdmenu>ul>li.open>a>b:before{transform: rotate(-90deg);}
    .header .menu .jdmenu>ul>li.lisearch{ display: none;}
	.header .menu .jdmenu>ul>li.langer{ display: none;}
	
	.header .headr{ position: absolute; right: 50px; top: 50%; transform: translateY(-50%);}
}


/*二级导航*/
.header .menu .jdmenu>ul>li>.downmenu{ min-width: 100%; z-index: 8; box-sizing: border-box; position: absolute; left: 0; top:100%; display: none; background: #fff;}
.header .menu .jdmenu>ul>li>.dropdown-menu{ padding: 0;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li{ font-size: 0.16rem; position: relative; margin-bottom: 2px;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ margin: 0; display: block; color: #555555; background: #f5f5f5; line-height: 2; padding: 5px 0.2rem;}

.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ min-width: 100%; background: #fff; position: absolute; left: 100%; top: 0; display: none; z-index: 8; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd solid 1px; font-size: 0.13rem; }
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ color: #333; font-weight: 500; padding: 0.1rem 0.2rem 0.1rem 0.26rem; display: block;text-transform: capitalize}



@media (min-width: 1082px) {
	.header .menu .jdmenu>ul>li>.dropdown-menu{}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li{ white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a{ color: #fff; background: #ED4B0D;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>ul{ display: block;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ box-shadow: 2px 2px 5px #d5d5d5;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:hover>a{ background: #ED4B0D; color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:last-child{ border-bottom: 0;}
	
	.header .menu .jdmenu>ul>li>.pro-menu{ position: fixed; left: 0; right: 0; background: none; top:0.85rem; box-sizing: border-box; padding: 0.1rem; box-shadow: 0 0 5px #f5f5f5;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul{ display: flex; flex-wrap: wrap; max-height: 4.3rem; overflow-y: auto; background: #fff;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li{ margin: 0; width: calc((100%)/10); padding: 0.2rem; box-sizing: border-box;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>a{ display: block; white-space: inherit; text-overflow: inherit; text-align: center; box-sizing: border-box; }
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>a>img{ width: 100%; height: auto;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>a>b{ font-size: 0.13rem; display: block; margin-top: 0.1rem;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li:before{ display: none;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li:hover{ background: #f5f5f5;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li:hover>a>b{ color: #ED4B0D;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul{scrollbar-color:#ED4B0D #e0e0e0;scrollbar-width:thin;-ms-overflow-style:none;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul::-webkit-scrollbar{width:4px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear}
	.header .menu .jdmenu>ul>li>.pro-menu>ul::-webkit-scrollbar-thumb{border-radius:10px;background:#ED4B0D;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}
	.header .menu .jdmenu>ul>li>.pro-menu>ul::-webkit-scrollbar-track{border-radius:10px;background:#e0e0e0;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu.lang-menu{ width:160px; min-width: inherit;}
	.header .menu .jdmenu>ul>li>.lang-menu>li>a{ display: flex; align-items: center;}
	.header .menu .jdmenu>ul>li>.lang-menu>li>a img{ margin: 0; width: 24px; height: auto;}
	.header .menu .jdmenu>ul>li>.lang-menu>li>a span{ margin: 0; margin-left: 5px; font-size: 0.14rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>ul>li>.dropdown-menu{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: block; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li{ text-align: left; font-size: 14px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a>b:before{ transform: rotate(90deg);}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li.open>a>b:before{transform: rotate(-90deg);}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ display: block; padding: 5px 30px}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ padding: 10px 36px;}
	
	.header .menu .jdmenu>ul>li>.pro-menu{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: block; margin: 0;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li{ text-align: left; font-size: 14px; margin-bottom: 1px;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>a>b:before{ transform: rotate(90deg);}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li.open>a>b:before{transform: rotate(-90deg);}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>a{ display: block; padding: 5px 30px; background: #f5f5f5; line-height: 2;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>a>img{ display: none;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>ul{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>ul>li>.pro-menu>ul>li>ul>li>a{ padding: 10px 36px;}
}


.search{ position:fixed; right: 0; top: 0; left: 0; background: #414141; height: 0; transition: linear 0.65s; overflow: hidden; z-index: 100}
.search .close{ position: absolute; right: 15px; top: 15px; color: #fff; cursor: pointer; transition: linear 0.65s;}
.search .close i{ font-size: 0.4rem;}
.search .searchlist{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; text-align: center;}
.search .logo{ margin-bottom: 20px; }
.search .logo img{ height: auto!important;}
.search form{ display: flex; transition: linear 0.35s; z-index: 2; padding: 0px 10px;background: #fff; }
.search form>input{ flex: 1; height: 0.4rem; padding: 10px 10px; background: none; color: #342c2a; border:0; transition: linear 0.5s;}
.search form>button{ width: 40px; background: none; border: 0; cursor: pointer; outline: none; color: #342c2a;}
.search form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}
/*.search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/
@media (min-width: 1082px) {
	.search[typeof='on']{ height: 1.26rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.search[typeof='on']{ height: 61px;}
	.search .close{ top: 50%; transform: translateY(-50%);}
	.search .searchlist{ left: 0; margin: 0; width: 90%; transform: translateY(-50%); box-sizing: border-box; padding: 0 3vw;}
	
}
/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; position: relative; z-index: 1;}
.bframe .swiper-slide{ overflow: hidden; position: relative;}
.bframe .swiper-slide a{ display: block; position: relative;}
.bframe .swiper-slide img{ width: 100%; height: auto; }
.bframe .swiper-slide-active img{ transition:5s linear; }

.bframe .swiper-pagination{ position: absolute;  bottom: 0.45rem!important; z-index: 9;  display:none;}
.bframe .swiper-pagination .swiper-pagination-bullet{ display: inline-block; width: 8px; height: 8px; border: 0; background: #a9abaf; opacity: 1; margin-top: 0.5rem; transition: linear 0.35s;}
.bframe .swiper-pagination .swiper-pagination-bullet-active{ background: #fff; }

.bframe .btn{ display: inline-flex; align-items: center; justify-content: center; z-index: 2; cursor: pointer; background: #fff; border-radius: 50%; width: 0.58rem; height: 0.58rem; box-shadow: 0 0 0.25rem rgba(0,88,28,0.26); margin-top: 0.85rem; margin-right: 0.15rem;}
.bframe .btn i{ color: #ED4B0D; font-size: 0.3rem; transform: rotate(-45deg);}
.bframe .btn-next i{ transform: rotate(135deg);}

@media (min-width: 1082px) {
	.bframe{ margin-top: 1.26rem;}
	.bframe .btn:hover{ background: #ED4B0D;}
	.bframe .btn:hover i{ color: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 61px;}
	.bframe .btxt{ position: inherit; width: 100%;}
	.bframe .btn{ margin-top: 0.5rem;}
}

/**********大图切换**********/


/**********首页样式**********/

.iframe{ overflow: hidden;background: #ebebeb; padding: 2% 15px}
.iframe .container{  position: relative;}
.iframe h3{ font-size: 14px; color: #5a5a5a; line-height: 1.42;}
.iframe h4{ font-size: 0.3rem; color: #d9400a; line-height: 1.33;}
.iframe a{ font-size: 0.3rem; color: #d9400a; line-height: 1.33; display: inline-flex; align-items: center;}
.iframe a i{ font-size: 0.24rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe{ padding: 2%  0;}
}

.iframe1{ padding: 20px 0 ; overflow: hidden; position: relative;}
.iframe1 .item{ display: block; background: #ebebeb;}
.iframe1 .item .img{ overflow: hidden; position: relative;}
.iframe1 .item .img img{ width:100%; height:auto; position: relative; z-index: 1;}
.iframe1 .item .img img.bgimg{ position: absolute; left: 0; top: 0; z-index: -1; opacity: 0; transition: all 0.35s;}
.iframe1 .item .txt{ padding: 0.1rem 0.2rem;}
.iframe1 .item .txt h3{ font-size: 17px; color: #262628; line-height: 1.2; height: 2.4em; text-align: center;}
.iframe1 .item .txt p{ font-size: 14px; color: #767676; line-height: 1.4; height: 4.2em; margin-top: 0.1rem;}
@media (min-width:1082px){
	.iframe1 .item:hover .img img.bgimg{ z-index: 2; opacity: 1;}
}
@media (min-width:1px) and  (max-width:1081px){
}


.iframe2{ overflow: hidden; padding: 0.3rem 0}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}


.iframe3{ overflow: hidden; padding: 2% 0; }
.iframe3 h2{ font-size: 0.3rem; color: #262628; margin-bottom: 0.15rem;}
.iframe3 .list{}
.iframe3 .list .item{ margin: 0; width: calc((100% - 1.5rem)/6); margin-right: 0.3rem; margin-top: 0.2rem; background: #ebebeb; box-sizing: border-box; box-shadow: 3px 3px 5px #888888;}
.iframe3 .list .item .img{ overflow: hidden;}
.iframe3 .list .item .img img{ width: 100%; height: auto;}
.iframe3 .list .item .txt{ padding: 0.15rem;}
.iframe3 .list .item .txt h3{ font-size: 13px; color: #000; line-height: 1.5;}
@media (min-width:1082px){
	.iframe3 .list .item:nth-child(6n){ margin-right: 0;}
	.iframe3 .list .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe3 .list .item{ width: calc((100% - 0.3rem)/2);}
	.iframe3 .list .item:nth-child(2n){ margin-right: 0;}
}


.iframe4{ overflow: hidden;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.iframe5{ overflow: hidden; padding: 2% 0; }
.iframe5 h2{ font-size: 0.3rem; color: #262628; margin-bottom: 0.15rem;}
.iframe5 .list{}
.iframe5 .list .item{ margin: 0; width: calc((100% - 1.5rem)/6); margin-right: 0.3rem; margin-top: 0.2rem; background: #ebebeb; box-sizing: border-box; box-shadow: 3px 3px 5px #888888; padding: 0.15rem;}
.iframe5 .list .item h3{ font-size: 18px; color: #db4614; line-height: 1.3;}
.iframe5 .list .item p{ font-size: 13px; color: #4e4e4e; line-height: 1.15; margin-top: 0.1rem;}
@media (min-width:1082px){
	.iframe5 .list .item:nth-child(6n){ margin-right: 0;}
	.iframe5 .list .item:hover{ background: #db4614;}
	.iframe5 .list .item:hover h3{ color: #fff;}
	.iframe5 .list .item:hover p{ color: #fff;}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe5 .list .item{ width: calc((100% - 0.3rem)/2);}
	.iframe5 .list .item:nth-child(2n){ margin-right: 0;}
	.iframe5 .list .item h3{ font-size: 14px;}
	.iframe5 .list .item p{ font-size: 11px;}
}

.iframe6{ padding: 2% 0 1%; overflow: hidden; }
.iframe6 h2{ font-size: 0.3rem; color: #262628; margin-bottom: 0.15rem;}
.iframe6 .list{}
.iframe6 .list .item{ background: #ebebeb; margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.3rem;}
.iframe6 .list .item .img{ overflow: hidden;}
.iframe6 .list .item .txt{ overflow: hidden; box-sizing: border-box; padding: 0.15rem;}
.iframe6 .list .item .txt h3{ font-size: 18px; color: #db4614; line-height: 1.15; height: 2.3em; margin-bottom: 0.15rem;}
.iframe6 .list .item .txt p{ font-size: 14px; color: #5f5f5f; line-height: 1.1; height: 3.3em;}
.iframe6 .list .item .txt span{ font-size: 16px; margin-top: 0.1rem; color: #db4614; display: inline-block;}
.iframe6 .list .item .txt span i{ font-size: 16px; margin-right: 5px;}
@media (min-width:1082px){
	.iframe6 .list .item:nth-child(2n){ margin-right: 0;}
	.iframe6 .list .item:nth-child(n+3){ margin-bottom: 0;}
	.iframe6 .list .item{ display: flex; justify-content: space-between; align-items: center;}
	.iframe6 .list .item .img{ margin: 0; width: 2.9rem;}
	.iframe6 .list .item .txt{ margin: 0; width: calc(100% - 2.9rem); box-sizing: border-box;}
	/*.iframe6 .list .item:hover{ background: #db4614;}
	.iframe6 .list .item:hover .txt h3{ color: #fff;}
	.iframe6 .list .item:hover .txt p{ color: #fff;}
	.iframe6 .list .item:hover .txt span{ color: #fff;}*/
}
@media (min-width:1px) and (max-width:1081px){
	.iframe6 .list .item:nth-child(2n){ margin-right: 0;}
	.iframe6 .list .item .txt h3{ font-size: 14px;}
	.iframe6 .list .item .txt p{ font-size: 11px;}
	.iframe6 .list .item .txt span{ display: none;}
}


/**********首页样式**********/


/**********底部样式**********/
.barrier{ padding: 0.6rem 0 1.13rem; overflow: hidden; }
.barrier .lt{ position: relative;}
.barrier .lt span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; background: #00000080; font-size: 0.3rem; padding: 5px 0.3rem; color: #ED4B0D;}
.barrier .fr{}
.barrier .fr h3{ font-size: 0.3rem; line-height: 1.3; color: #ED4B0D; margin-bottom: 0.3rem;}
.barrier .fr h2{ font-family: "Poppins-Bold"; font-size: 0.46rem; line-height: 1.3; margin-bottom: 0.5rem;}
.barrier .fr .subscribeBox{ display: flex; flex-wrap: wrap;}
.barrier .fr .subscribeBox input{ margin: 0; width: calc((100% - 0.3rem)/2); height: 0.5rem; box-sizing: border-box; background: noen; margin-right: 0.3rem; border-radius: 0.5rem; padding:0 0.2rem; font-size: 0.16rem; margin-bottom: 0.2rem; border: 1px dashed #80be2f; color: #555555;}
.barrier .fr .subscribeBox input::placeholder{ color: #555555;}
.barrier .fr .subscribeBox textarea{ margin: 0; width: calc((100%)/1); height: 1rem; box-sizing: border-box; background: noen; border-radius: 0.25rem; padding:0.2rem; font-size: 0.16rem; margin-bottom: 0.2rem; border: 1px dashed #80be2f; color: #555555; resize: none;}
.barrier .fr .subscribeBox textarea::placeholder{ color: #555555;}
.barrier .fr .subscribeBox .button{ display: flex; align-items: center; width: 100%; margin-top: 0.1rem;}
.barrier .fr .subscribeBox .button button{ display: inline-flex; align-items: center;justify-content: space-between; padding: 5px; width: 2.08rem; height: 0.6rem; border-radius: 0.6rem; background: linear-gradient(-178deg,#79bb24,#c0cb6c); border: 0; cursor: pointer; margin-right: 0.4rem;}
.barrier .fr .subscribeBox .button button b{width: calc(100% - 0.5rem); font-size: 0.2rem; color: #fff; text-align: center;}
.barrier .fr .subscribeBox .button button span{width: 0.5rem; height: 0.5rem; background: #eeefe8; border-radius: 50%; display: flex; align-items: center; justify-content: center; transition: linear 0.35s;}
.barrier .fr .subscribeBox .button button span i{ background: linear-gradient(45deg,#79bb24,#c0cb6c); -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: transparent; -webkit-background-clip: text; -moz-background-clip: text; -ms-background-clip: text; background-clip: text; font-size: 0.26rem;}
.barrier .fr .subscribeBox .button .upload{ width: 2.4rem!important; height: 0.6rem!important; border-radius: 0.65rem; background: #f8f6f6; overflow: hidden; box-sizing: border-box; cursor: pointer;}
.barrier .fr .subscribeBox .button .upload .add{ top: 0; display: flex; justify-content: space-between; padding: 5px; align-items: center; }
.barrier .fr .subscribeBox .button .upload .add svg{ display: none;}
.barrier .fr .subscribeBox .button .upload .add:before{ content: "Attachment"; display: inline-block; font-size: 0.2rem; color: #555555; width: calc(100% - 0.5rem); text-align: center;}
.barrier .fr .subscribeBox .button .upload .add:after{ content: ""; background: url("../images/1_17.jpg") no-repeat center center / 100% 100%; width: 0.5rem; height: 0.5rem;}
.barrier .fr .subscribeBox .button .upload .success{ opacity: 0;}

@media (min-width:1082px){
    .barrier .container{ display: flex; justify-content: space-between;}
	.barrier .lt{ margin: 0; width: 6.09rem; }
	.barrier .fr{ margin: 0; width: calc(100% - 6.6rem); }
	.barrier .fr .subscribeBox input:nth-child(2n){ margin-right: 0;}
	.barrier .fr .subscribeBox .button button:hover span{ transform: rotate(45deg)}
}
@media (min-width:1px) and (max-width:1081px){
	.barrier .lt{ margin-bottom: 0.3rem;}
	.barrier .fr .subscribeBox input{ width: 100%; margin-right: 0;}
}

.footer{ overflow: hidden; padding: 2% 0; background: #ebebeb;}
.footer .container{ display: flex; justify-content: space-between;}

.footer .foot{ margin: 0 15px; width: calc((100%)/4);}
.footer .foot h3{ font-size: 16px; color: #5a5a5a; font-weight: bold;}
.footer .foot .line{ margin: 10px 0; height: 0px; border-top: 2px dashed #6e6e6e;}
.footer .foot ul{}
.footer .foot li{ display: block; font-size: 14px; line-height: 2; padding-left: 14px;}
.footer .foot li a{ display: block; color: #5a5a5a; white-space: nowrap;text-overflow: ellipsis; overflow: hidden; transition: linear 0.35s;}
.footer .foot li:hover>a{ color: #db4614; padding-left: 10px;}

.footer .foot .divinfo{ display: flex; justify-content: space-between; margin-top: 10px; padding-left: 14px;}
.footer .foot .divinfo .tag{ width: 26px; margin-right: 5px;}
.footer .foot .divinfo .tag i{ font-size: 24px; color: #ED4B0D;}
.footer .foot .divinfo .tag i.icon-pen_{ color: #ED4B0D;}
.footer .foot .divinfo .tag i.icon-email{ color: #ED4B0D;}
.footer .foot .divinfo .tag i.icon-skype{ color: #1296DB;}
.footer .foot .divinfo .tag i.icon-wechat{ color: #06AB42;}
.footer .foot .divinfo .tag i.icon-whatsapp{ color: #06AB42;}
.footer .foot .divinfo .tag i.icon-mobile{ color: #06AB42;}
.footer .foot .divinfo .tag i.icon-name{ color: #1296DB;}
.footer .foot .divinfo .txt{ width: calc(100% - 29px);}
.footer .foot .divinfo .txt h4{ font-size: 13px; margin-bottom: 5px;}
.footer .foot .divinfo .txt p{ font-size: 16px;}

.footer .foot .divinfo2{ margin: 0; display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding-left: 14px; margin-bottom: 0.15rem; margin-right: 0.2rem;}
.footer .foot .divinfo2 .tag{ width: 26px; margin-right: 5px;}
.footer .foot .divinfo2 .tag i{ font-size: 24px; color: #ED4B0D;}
.footer .foot .divinfo2 .txt{ width: calc(100% - 29px);}
.footer .foot .divinfo2 .txt h4{ font-size: 13px; margin-bottom: 5px;}
.footer .foot .divinfo2 .txt p{ font-size: 16px;}

.footer .foot .divinfo2:nth-child(1) i{ font-size: 0.5rem; color: #697EFF;}
.footer .foot .divinfo2:nth-child(2) i{ font-size: 0.5rem; color: #D54029;}
.footer .foot .divinfo2:nth-child(3) i{ font-size: 0.5rem; color: #3B5998;}
.footer .foot .divinfo2:nth-child(4) i{ font-size: 0.6rem; color: #13227A;}
.footer .foot .divinfo2:last-child{ width: 100%; margin: 0;}

.footer .foot .searchfoot{ background: #efefef; padding: 0.2rem 0.14rem; margin-bottom: 0.2rem;}
.footer .foot .searchfoot b{ display: flex; align-items: center; padding: 0.1rem 0.15rem; background: #8a8a8a; font-size: 0.22rem; color: #fff;}
.footer .foot .searchfoot b span{ display: flex; align-items: center; justify-content: center; border: 1px solid #fff; padding: 3px; color: #fff; margin-right: 0.15rem;}
.footer .foot .searchfoot b span i{ font-size: 0.24rem;}
.footer .foot .searchfoot form{ margin-top: 0.2rem; text-align: right;}
.footer .foot .searchfoot form input{ width: 100%; height: 30px; color: #333; box-sizing: border-box; border: 1px solid #000; text-align: left; box-sizing: border-box; padding: 0.1rem;}
.footer .foot .searchfoot form button{ padding: 0.1rem 0.2rem; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; cursor: pointer; outline: none;}

.footer .foot1{ margin: 0; width: 75%;}
.footer .foot1 .item{ margin: 0; background: #ebebeb; box-shadow: 3px 3px 5px #888888; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; margin-bottom: 0.15rem; box-sizing: border-box; padding: 0.15rem;}
.footer .foot1 .item .txt h3{ font-size: 13px; color: #000; line-height: 1.5; height: 3em; font-weight: normal;}
.footer .foot1 .item:nth-child(3n){ margin-right: 0;}
.footer .foot1 .item:nth-child(n+10){ margin-bottom: 0;}
.footer .foot1 .item:hover{ box-shadow: 3px 3px 5px #ED4B0D;}
.footer .foot1 .item:hover .txt h3{ color: #ED4B0D;}
.footer .share{ display: flex; justify-content: space-between;}
.footer .share a{ margin: 0; display: inline-block;}
.footer .share a i{ font-size: 0.24rem; color: #fff;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.footer{ display: none;}
	.footer>.container{ display: none;}
}

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0; background: #000000;}
.footer_language>.container>ul{display: flex; justify-content: space-between;}
.footer_language>.container>ul>li{ margin: 0; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #fff;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; margin-right: 3px;}
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}

@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

.copy{ overflow: hidden; padding:0.1rem 0; }
.copy .container{  display: flex; justify-content: space-between; align-items: center;}
.copy .divcopy{ font-size: 14px; line-height: 1.5; color: #4a4a4a;}
.copy .divcopy a{ color: #4a4a4a;}
@media (min-width:1082px){
	.copy .divcopy{ margin: 0; width: 50%; }
	.copy .divcopy:nth-child(2){ text-align: right;}
}
@media (min-width:1px) and  (max-width:1081px){
	.copy{ margin-top: 0; margin-bottom: 52px; padding-top: 0.1rem;}
	.copy .container{ padding: 0; border: 0; display: block;}
    .copy .divcopy{ font-size: 14px;}
}
/**********底部样式**********/


/**********内页大图**********/
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%; height: auto;}
@media (min-width:1082px){
    .nbframe{ margin-top: 1.26rem;}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 61px;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ overflow: hidden; padding: 0.2rem 0 0.1rem; box-sizing: border-box; background: #fff; border-bottom: solid 1px #dddddd}
.location .txt{ position: relative; text-transform: capitalize; font-size: 0.14rem; display: flex; justify-content: space-between;}
.location .txt h1,.location .txt h2{ margin: 0; font-size: 0.2rem; color: #8a8a8a; display: none;}
.location .txt p{ margin: 0; display: inline-flex; align-items: center; color: #666666;}
.location .icon-home{ margin-right: 5px; font-size: 0.2rem;}
.location .icon-here{ display: inline-block; padding: 0 3px; font-size: 0.16rem;}
.location a{ display: inline-block; color: #666666;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.location .txt h1{ display: none;}
    .location .txt h2{ display: none;}
	.location .txt p{ flex-wrap: wrap;}
}

.stylesort{ overflow: hidden; }
.stylesort .item{ display: inline-flex; padding: 0.1rem 0.25rem; border-radius: 5px; font-size: 0.16rem; margin-left: 0.15rem;}
.stylesort .item:hover,.stylesort .item.active{ background: #ED4B0D; color: #fff;}
@media (min-width:1082px){
	.stylesort{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
}
@media (min-width:1px) and (max-width:1081px){
	.stylesort{ margin-top: 0.5rem;}
}
/**********面包屑**********/

.body{ position: relative; }

/**********左右侧页面**********/

.left_nav{  width: 25%; box-sizing: border-box; background: #efefef; padding: 0.2rem 0.14rem; margin: 0.2rem 0;}
.left_nav .lbt{ overflow: hidden;}
.left_nav .lbt h2{ background: #8a8a8a; font-size: 0.22rem;}
.left_nav .lbt h2 label{ margin: 0.15rem 0.2rem; display: inline-block; box-sizing: border-box; border: 1px solid #fff; border-radius: 5px; padding: 5px 0.1rem; color: #fff;}
.left_nav .lbt h2 b{ color: #fff;}
.left_nav>.lbt>ul{ }
.left_nav>.lbt>ul>li{ width:100%; *width:76%; float:left; margin-bottom:5px; font-size:14px;}
.left_nav>.lbt>ul>li>a{ display: block; line-height:1.7; padding:7px 0.22rem ; font-size:14px; color:#333; background:#fff; box-sizing: b；}
.left_nav>.lbt>ul>li:hover>a{ color:#ED4B0D;}
.left_nav>.lbt>ul>li.active>a{ color:#ED4B0D;}

.left_nav>.lbt>ul>li>ul{ background: #f8f8f8; display: none!important; transition: linear 0.35s;}
.left_nav>.lbt>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; color: #333; padding: 0.13rem 0.4rem ;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ background: #f0f0f0; color: #e8302e;}

.left_nav .itembox{ margin: 0 -0.4rem -0.3rem -0.4rem; background: #f8f6f6; padding-top: 0.4rem; position: relative;}
.left_nav .itembox .img{ overflow: hidden;}
.left_nav .itembox .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center; width: 90%}
.left_nav .itembox .txt h3{ font-family: "Poppins-Bold"; font-size: 0.24rem; line-height: 1.625; color: #fff; }
.left_nav .itembox .txt a{ display: inline-flex; width: 1.68rem; height: 0.6rem; align-items: center; justify-content: center; border-radius: 0.6rem; font-size: 0.14rem; color: #ED4B0D; margin-top: 0.35rem; box-shadow: 5px 0 0.18rem #80b82839; position: relative; overflow: hidden;}
.left_nav .itembox .txt a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; z-index: -2;}
.left_nav .itembox .txt a:after{ content: ""; position: absolute; left: 0; top: 0; width: 0; height: 100%; background: linear-gradient(to right,#76b91f,#bdc864); z-index: -1; transition: linear 0.35s;}
@media (min-width:1082px){
	.left_nav{ }
	.left_nav .itembox .txt a:hover{ color: #fff;}
	.left_nav .itembox .txt a:hover:after{ width: 100%;}
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; padding: 0.3rem;}
	.left_nav .lbt h2{}
	.left_nav .lbt>ul{ display: none;}
	.left_nav>.lbt>ul>li{ padding: 0 .3rem;}
	.left_nav .itembox{ display: none;}
}

.right_detail{ width: calc(100% - 28%); margin: 0.2rem 0;}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; }
}
/**********左右侧页面**********/



/**********关于我们**********/
.aframe{ padding:0;  position: relative; background: url("../images/1_18.jpg") no-repeat center bottom;}
.aframe .left_nav{ margin: 0 0 0.3rem;}
.aframe .right_detail{ margin: 0 0 0.3rem;}
.aframe .container{ position: relative;}
.aframe .bg4{ position: absolute; right: 0; bottom: 0; width: 4.03rem; height: 3.8rem;  display:none;}
.aframe h1{ font-family: "Poppins-Bold"; font-size: 0.46rem; padding-top: 0.9rem;}
.aframe .context{ font-size: 0.16rem; line-height: 2; margin-top: 0.4rem; overflow: hidden; color: #333;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	
}

.aframe1{ overflow: hidden; padding: 0.55rem 0 0.9rem; background: #fff;}
.aframe1 h2{font-family: "Poppins-Bold"; font-size: 0.46rem; margin-bottom: 0.45rem; text-align: center;}
.aframe1 .list{ display: flex; flex-wrap: wrap;}
.aframe1 .list .item{ overflow: hidden; margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem;}
.aframe1 .list .item .img{ overflow: hidden; border-radius: 0.1rem;}
.aframe1 .list .item .txt{ padding: 0.2rem; text-align: center; display: none;}
.aframe1 .list .item .txt h3{ font-size: 0.18rem; color: #333;}
@media (min-width:1082px){
	.aframe1 .list .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe1 .list .item{ width: calc((100% - 0.25rem)/2); margin-bottom: 0.25rem;}
	.aframe1 .list .item:nth-child(2n){ margin-right: 0;}
}

.aframe2{ overflow: hidden; padding: 0.55rem 0 0.9rem;}
.aframe2 h2{font-family: "Poppins-Bold"; font-size: 0.46rem; margin-bottom: 0.45rem; text-align: center;}
.aframe2 .list{ display: flex; flex-wrap: wrap;}
.aframe2 .list .item{ overflow: hidden; margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem;}
.aframe2 .list .item .img{ overflow: hidden; border-radius: 0.1rem;}
.aframe2 .list .item .txt{ padding: 0.2rem; text-align: center; display: none;}
.aframe2 .list .item .txt h3{ font-size: 0.18rem; color: #333;}
@media (min-width:1082px){
	.aframe2 .list .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe2 .list .item{ width: calc((100% - 0.25rem)/2);}
	.aframe2 .list .item:nth-child(2n){ margin-right: 0;}
}

.aframe3{ overflow: hidden; padding:0.95rem 0 ; background: #fff; text-align: center;}
.aframe3 h2{font-family: "Poppins-Bold"; font-size: 0.46rem; margin-bottom: 0.45rem; text-align: center;}
.aframe3 p{ font-size: 0.16rem; line-height: 1.875; color: #777; text-align: center;}
.aframe3 img{ display: block; margin: 0.55rem auto;}
.aframe3 .more{ display: flex; width: 1.68rem; height: 0.62rem; border-radius: 0.62rem; align-items: center; justify-content: center; background: #ED4B0D; font-size: 0.2rem; color: #fff; box-shadow: 5px 0 0.18rem #80b82839; margin: 0 auto; border: 1px solid transparent; transition: linear 0.35s;}
@media (min-width:1082px){
	.aframe3 .more:hover{ background: linear-gradient(to right,#76b91f,#bdc864);}
}
@media (min-width:1px) and (max-width:1081px){
}

.aframe4{ overflow: hidden; padding:0.85rem 0 ; text-align: center;}
.aframe4 h2{font-family: "Poppins-Bold"; font-size: 0.46rem; margin-bottom: 0.45rem; text-align: center;}
.aframe4 p{ font-size: 0.16rem; line-height: 1.875; color: #777; text-align: center;}
.aframe4 .list{ display: flex; flex-wrap: wrap; margin-top: 0.5rem;}
.aframe4 .list .item{ margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.4rem; box-sizing: border-box;  padding: 0.15rem 0.3rem; border-radius: 0.1rem; box-shadow: 0 0 0.18rem #699e1715; background: #fff; display: flex; align-items: center; justify-content: space-between; text-align: left; cursor: pointer;}
.aframe4 .list .item .tag{ margin: 0; display: inline-flex; align-items: center; justify-content: center; width: 1.18rem; height: 1.18rem; background: url(../images/1_13.jpg) no-repeat center center / 100% 100%; color: #fff;}
.aframe4 .list .item .tag i{ font-size: 0.35rem; margin-left: -0.11rem;}
.aframe4 .list .item .txt{ margin: 0; width: calc(100% - 1.48rem);}
.aframe4 .list .item .txt h4{ font-family: "Poppins-Bold"; font-size: 0.18rem;}
.aframe4 .list .item .txt article{ font-size: 0.14rem; line-height: 1.72; margin-top: 0.1rem; display: block;}

.aframe4 .more{ display: flex; width: 1.68rem; height: 0.62rem; border-radius: 0.62rem; align-items: center; justify-content: center; background: #ED4B0D; font-size: 0.2rem; color: #fff; box-shadow: 5px 0 0.18rem #80b82839; margin: 0 auto; margin-top: 0.2rem; border: 1px solid transparent; transition: linear 0.35s;}
@media (min-width:1082px){
	.aframe4 .list{justify-content: center;}
	.aframe4 .list .item{ max-width: 4.9rem;}
	.aframe4 .list .item:nth-child(2n){ margin-right: 0;}
	.aframe4 .list .item:hover{ box-shadow: 0 0 0.18rem #00000030!important;}
	.aframe4 .more:hover{ background: linear-gradient(to right,#76b91f,#bdc864);}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe4 .list .item{ width: 100%; margin-right: 0;}
}


/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 12px; line-height: 2; padding: 1% 1% 20px 1%;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/


/**********图库**********/
.gallerytit{ text-align: center; padding-top: 0.6rem; font-size: 0.46rem; font-family: "Poppins-Bold";}

.gallerylist{ display: flex; flex-wrap: wrap; padding: 0.6rem 0 0.4rem 0;}
.gallerylist .item{ margin: 0; display: block; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; margin-bottom: 0.2rem; box-sizing: border-box; }
.gallerylist .item .img{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .item .img img{ width: 100%; height: auto;}
.gallerylist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist .item .txt h3{ font-size: 0.16rem; text-align: center;}

@media (min-width:1082px){
	.gallerylist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
}

/**********图库**********/

/**********解决方案**********/

.applicationlist{ padding: 0.6rem 0 ;}
.applicationlist h2{ font-family: "Montserrat-Bold"; font-size: 0.58rem; line-height: 1; color: #000;}
.applicationlist .line{ display: block; margin: 0.3rem 0 0.6rem; width: 0.88rem; height: 3px; background: #007d50;}
.applicationlist .list{ display: flex; flex-wrap: wrap;}
.applicationlist .list .item{ margin: 0; display: block; width: calc((100% - 1.05rem)/4); margin-right: 0.35rem; margin-bottom: 0.3rem;}
.applicationlist .list .item .img{ overflow: hidden;}
.applicationlist .list .item .img img{ width: 100%;}
.applicationlist .list .item .txt{ padding: 0 0.3rem;}
.applicationlist .list .item .txt h3{ background: #000000; color: #fff; text-align: center; font-size: 0.14rem; padding: 0.15rem; transform: translateY(-50%); position: relative; z-index: 2;}
.applicationlist:nth-child(2n){ background: #f4f4f4;}
@media (min-width:1082px){
    .applicationlist .list .item:nth-child(4n){ margin-right: 0;}
    .applicationlist .list .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and  (max-width:1081px){
	.applicationlist{ padding: 30px 0;}
	.applicationlist .list .item{ width: calc((100% - 0.4rem)/2);}
	.applicationlist .list .item:nth-child(2n){ margin-right: 0;}
	.applicationlist .list .item .txt h3{ font-size: 14px;}
}


.marketroad{ padding: 0.8rem 0;}
.marketroad .qualitytit p{ line-height: 1.8; font-size: 0.26rem;}
.marketroad .context{ font-size: 0.16rem; line-height: 1.875; color: #666666;}
.marketroad .img{ overflow: hidden; margin-top: 0.2rem;}
.marketroad .img img{ width: 100%; height: auto;}
/**********解决方案**********/



/**********产品页面**********/


.output{ overflow: hidden; padding: 0.3rem 0;}
.output .itembox{ border-bottom: 1px solid #ebebeb; margin-bottom: 0.5rem; padding-bottom: 0.3rem;}
.output .itembox .tit{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.3rem;}
.output .itembox .tit .lt{ margin: 0; width: calc(100% - 5.3rem);}
.output .itembox .tit .lt h2{ font-family: "AbhayaLibre-ExtraBold"; font-size: 0.36rem; line-height: 1;}
.output .itembox .tit .lt .line{ display: block; width: 0.75rem; height: 1px; background: #edde12; margin: 0.15rem 0 0.2rem;}
.output .itembox .tit .lt p{ font-size: 0.16rem; line-height: 1.5;}
.output .itembox .tit .fr{ margin: 0; width: 5.3rem; text-align: right;}
.output .itembox .tit .fr a{ font-size: 0.16rem; color: #555; padding: 0.1rem 0.25rem; border-radius: 0.1rem; border: 1px solid #ED4B0D; display: inline-flex; align-items: center;}
.output .itembox .tit .fr a i{ margin-left: 5px;}
.output .itembox .tit .fr a:hover{ background: #ED4B0D; color: #fff;}
.output .itembox .imglist{}
.output .itembox .imglist .item{ margin: 0; width: calc((100% - 1.05rem)/4); margin-right: 0.35rem;}
.output .itembox .imglist .item .txt{ padding: 0.2rem}

@media  (min-width:1082px){
	.output .itembox .imglist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
	.output .itembox .tit{ flex-wrap: wrap;}
	.output .itembox .tit .lt{ width: 100%;}
	.output .itembox .tit .fr{ width: 100%; text-align: left; margin-top: 0.3rem;}
	.output .itembox .imglist .item{  width: calc((100% - 0.35rem)/2);}
	.output .itembox .imglist .item:nth-child(2n){ margin-right: 0;}
}

.catelist{ padding: 1.1rem 0 0.3rem;}


.catelist .catechoice{ margin: 0; position: relative; z-index: 9; border: 1px solid #fff; border-radius: 5px; box-sizing: border-box;}
.catelist .catechoice .tit{ display: flex; align-items: center; height: 0.74rem; padding: 0 0.1rem 0 0.23rem; cursor: pointer; background: #ED4B0D; box-sizing: border-box; overflow: hidden; border-radius: 0.74rem;}
.catelist .catechoice .tit h3{ width: calc(100% - 32px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden;font-size: 0.18rem; color: #fff; margin: 0; text-transform: capitalize;}
.catelist .catechoice .tit span{ width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; margin: 0; color: #fff;}
.catelist .catechoice .list{ position: absolute; left: 0; right: 0; top:100%; z-index: 8; background: #f3f3f3; height: 0; overflow-y: auto; visibility:hidden; transition: all 0.35s; border-top-left-radius: 0.3rem;}
.catelist .catechoice .list::-webkit-scrollbar{width:2px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.catelist .catechoice .list::-webkit-scrollbar-thumb{border-radius:10px;background:linear-gradient(to right,#bdc864,#76b91f);box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;}
.catelist .catechoice .list::-webkit-scrollbar-track{border-radius:10px;background:#ededed;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.catelist .catechoice .list .item{ overflow: hidden; cursor: pointer; padding: 8px 15px; font-size: 14px; color: #333; border-bottom: 1px solid #d5d5d5; text-transform: capitalize;}
.catelist .catechoice .list .item:hover,.catelist .catechoice .list .item.active{ background: linear-gradient(to right,#bdc864,#76b91f); color: #fff}
.catelist .catechoice.on span:after{ transform: rotate(-90deg);}
.catelist .catechoice.on .list{ visibility: visible; height: 200px;}

.catelist .search_from{ margin: 0; background: #f8f6f6; border-radius: 0.64rem; display: inline-block; margin-right: 0; box-sizing: border-box;}
.catelist .search_from form{ width: 100%; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 5px;}
.catelist .search_from form input{ width: calc(100% - 60px); height: 0.64rem; border: 0; background: none; box-sizing: border-box; padding-left: 0.23rem; color: #767676; font-size: 0.16rem;}
.catelist .search_from form button{ width: 0.6rem; height: 0.6rem; display: flex; align-items: center; justify-content: center; border: 0; cursor: pointer; outline: none; background: linear-gradient(-40deg,#bdc864,#76b91f); border-radius: 50%; color: #fff;}
@media (min-width:1081px){
	.catelist{}
	.catelist .container{ display: flex; justify-content: space-between;}
	.catelist  .lt{ margin: 0; width: 50%; display: flex; align-items: center;}
	.catelist  .fr{ margin: 0; width: 50%; text-align: right;}
	.catelist .catechoice{ margin: 0; width: 4.2rem; height: 0.74rem; display: inline-block;}
	.catelist .catechoice:nth-child(1){ margin-right: 0.3rem;}
	.catelist .search_from{ width: 4.2rem; height: .74rem; margin-left: auto; margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px){
	.catelist .catelist_r{ display:flex;}
	.catelist h2{ margin-bottom: 0.2rem;}
	.catelist .catechoice{  flex: 1;}
	.catelist .search_from{ width: 100%; margin-top: 0.3rem;}
}

.smaill{ margin-bottom: 0.2rem;}
.smaill h2{ font-weight: 700; font-size: 16px; color: #666;}
.smaill dl{}
.smaill dl dd{ margin: 0; width: calc((100%)/2);}
.smaill dl dd a{ display: block; color: #dd5511; line-height: 1.5}
.smaill dl dd a i{ font-size: 0.14rem; display: inline-block; transform: rotate(30deg)}
.summary{ overflow: hidden; position: relative; margin-bottom: 0.2rem; color: #555555; }

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.smaill dl dd{ width: 100%; margin-bottom: 0.1rem;}
}


.outputlist{}
.outputlist .item{ width: calc((100% - 4%)/3); margin: 1% 2% 0 0; border: #ccc solid 1px; box-sizing: border-box;}
.outputlist .item .tit{ padding: 5px  0.2rem; background: #e5e5e5; display: block; width: 100%; box-sizing: border-box; position: relative;}
.outputlist .item .tit:before{ content: ""; position: absolute; left: 0.07rem; top: 50%; transform: translateY(-50%); width: 0; height: 0; border-color: #000; border-style: solid; border-width: 3px; border-left-width: 5px; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent;}
.outputlist .item .img{ display: flex; justify-content: space-between; align-items: flex-start; padding: 5px 8px; margin-bottom: 0.1rem;}
.outputlist .item .img img{ margin: 0; width: 0.8rem; height: auto;}
.outputlist .item .img p{ margin: 0; width: calc(100% - 0.9rem); font-size: 12px; line-height: 1.3}
.outputlist .item .txt{}
.outputlist .item .txt dl{ padding: 0 5px;}
.outputlist .item .txt dl dd{ display: flex; align-items: center;}
.outputlist .item .txt dl dd a{ display: block; margin-right: 0.1rem;}
.outputlist .item .txt dl dd i{ color: #ED4B0D;}
.outputlist .item .more{ display: flex; margin: 0.1rem 0.1rem 0.1rem auto; width: 1rem; justify-content: center; align-items: center;}

@media (min-width:1082px){
	.outputlist .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.outputlist .item{ width: 100%; margin: 0; margin-bottom: 0.3rem;}
}

.smailllist{}
.smailllist .itembox{ margin-bottom: 0.2rem;}
.smailllist .itembox .tit{ display: block; border-bottom: #CCCCCC solid 1px; font-size: 14px; font-weight: bold; color: #dd5511; line-height: 2;}
.smailllist .itembox .list{}
.smailllist .itembox .list .item{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; margin-top: 0.15rem; background: #f5f5f5; padding: 0.1rem; box-sizing: border-box;}
.smailllist .itembox .list .item .img{ overflow: hidden;}
.smailllist .itembox .list .item .txt{}
.smailllist .itembox .list .item .txt h3{ font-size: 14px; font-weight: bold; line-height: 1.4;}
.smailllist .itembox .list .item .txt h3 i{ color: #ED4B0D; display: inline-block; margin-left: 0.1rem; font-size: 0.18rem; font-weight: normal;}
.smailllist .itembox .list .item .txt p{ font-size: 12px; margin-top: 0.1rem;}
@media (min-width:1082px){
	.smailllist .itembox .list .item{ display: flex; justify-content: space-between;}
	.smailllist .itembox .list .item .img{ margin: 0; width: 1rem;}
	.smailllist .itembox .list .item .txt{ margin: 0; width: calc(100% - 1.2rem);}
	.smailllist .itembox .list .item:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.smailllist .itembox .list .item{ display: flex; justify-content: space-between; width: 100%; margin-right: 0;}
	.smailllist .itembox .list .item .img{ margin: 0; width: 1rem;}
	.smailllist .itembox .list .item .txt{ margin: 0; width: calc(100% - 1.2rem);}
	.smailllist .itembox .list .item:nth-child(2n){ margin-right: 0;}
}


.ProList{ display: flex; flex-wrap: wrap;}
.ProList .item{ margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem; margin-bottom: 0.25rem; box-sizing: border-box; background: #f8f6f6; border: 1px solid #e7e7e7; border-radius: 0.1rem; text-align: left;}
.ProList .item .img{ overflow: hidden; border-radius: 0.1rem; position: relative;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .img .iconfont{ position: absolute; left: 5px; top: 0; color: #ED4B0D; font-size: 0.24rem;}
.ProList .item .txt{ padding: 0.25rem 0.2rem;}
.ProList .item .txt h3{ font-size: 13px; font-weight: bold;}
.ProList .item .txt p{ font-size: 0.14rem; line-height: 1.5; height: 3em;}
.ProList .item .txt .line{ display: block; margin: 0.15rem 0; height: 0; border-bottom: 2px dashed #c5c4c4;}
.ProList .item .txt span{ font-size: 12px; color: #ED4B0D;}
@media (min-width:1082px){
	.ProList .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: calc((100% - 0.35rem)/2);}
	.ProList .item:nth-child(2n){ margin-right: 0;}
}

.productsdetail{ }
.productsdetail .pictures{ justify-content: center;}
.productsdetail .pictures .lt{ margin: 0; width: 50%;}
.productsdetail .pictures .lt .proimgbox{ overflow: hidden; border: #c8c8c8 solid 1px; padding: 3px;}
.productsdetail .pictures .lt .proimgbox img{ width: 100%; height: auto;}
.productsdetail .pictures .fr{ margin: 0; width: 30%; padding-left: 2%;}
.productsdetail .pictures .fr .smallImg{}
.productsdetail .pictures .fr .smallImg .item{ margin: 0; width:calc((100%)/3); padding:0 1.5% 5% 1.5%; box-sizing: border-box; cursor: pointer;}
.productsdetail .pictures .fr .smallImg .item img{ width:100%; height:auto; border:solid 1px #eaeaea; }

.productsdetail .column{ border-top: 0.3rem solid #8a8a8a; padding: 0.2rem; margin-top: 0.3rem; border-left: 1px dotted #ccc;}
.productsdetail .column dl{}
.productsdetail .column dl dd{ margin: 0; margin-bottom: 10px; font-size: 14px; color: #868fca; cursor: pointer; display: flex; align-items: center;}
.productsdetail .column dl dd:before{ content: ""; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 5px; border-left-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-top-color: #868fca; margin-right: 5px; border-top-width: 7px;}
.productsdetail .column dl dd:last-child{ margin-bottom:0;}

.productsdetail .details-txt{}

.productsdetail .xgeffect{ margin-top: 0.2rem; overflow: hidden;}
.productsdetail .xgeffect .detailtop{ overflow: hidden; background: #8a8a8a;}
.productsdetail .xgeffect .detailtop span{ font-size: 14px; font-weight: bold; padding: 0.1rem; color: #fff;}
.productsdetail .xgeffect .detalist{ font-size: 13px; line-height: 2; margin-top: 0.2rem;}
.productsdetail .xgeffect .detalist h1{ font-size: 20px; font-weight: bold; margin-bottom: 0.2rem;}
.productsdetail .xgeffect .detalist table{ border-spacing:0; }
.productsdetail .xgeffect .detalist table tr{ border-top: 1px solid #CED4D9; border-left: 1px solid #CED4D9;}
.productsdetail .xgeffect .detalist table tr td,.productsdetail .xgeffect .detalist table tr th{ border-right: 1px solid #CED4D9; padding: 2px 0 2px 3px;}
.productsdetail .xgeffect .detalist table tr td[colspan]{ border-bottom: 1px solid #CED4D9;}
.productsdetail .xgeffect .detalist table tr:last-child{ border-bottom: 1px solid #CED4D9}
.productsdetail .xgeffect .detalist.on ol,.productsdetail .xgeffect .detalist.on ul{ list-style-type: inherit; padding: 0 0.3rem;}
.productsdetail .xgeffect .detalist.on ol li,.productsdetail .xgeffect .detalist.on ul li{ list-style-type: inherit;}

.productsdetail .xgeffect .detalist .pdfdown{ display: flex; align-items: center; color:#ED4B0D; margin-bottom:10px}
.productsdetail .xgeffect .detalist .pdfdown:before{ content: ""; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: #ED4B0D; margin-right: 10px;}

.productsdetail .xgeffect#xgProList{ background: none; padding: 0}
@media (min-width:1082px){
	.productsdetail .detailhtml .container{ display: flex; justify-content: space-between; }
	.productsdetail .detailhtml .html_l{ width: 50%; margin: 0; padding-right: 0.6rem; box-sizing: border-box;}
	.productsdetail .detailhtml .html_r{ width: 50%; margin: 0;}
	.productsdetail .detailhtml .html_r .context .item:nth-child(4n){ border-right: 0;}
	.productsdetail .detailhtml .html_r .context .item:nth-child(n+5){ border-bottom: 0;}
	.productsdetail .details-txt .container{box-sizing: border-box; display: flex; justify-content: space-between;}
	.productsdetail .details-txt .lt{ width: calc(100% - 3rem); margin: 0; }
	.productsdetail .details-txt .fr{ width: 2.6rem; margin: 0; }
	.productsdetail .details-txt .fr dl{ position: sticky; top: 1.7rem;}
	.productsdetail .xgeffect .detalist.ProList{}
	.productsdetail .xgeffect .detalist.ProList .item{ margin-bottom: 0;}
	
}
@media (min-width:1px) and (max-width:1081px){
	.productsdetail .pictures .lt{ width: 100%;}
	.productsdetail .pictures .fr{ width: 100%; margin-top: 0.3rem; padding: 0;}
	.productsdetail .details-txt .fr{ display: none;}
	.productsdetail .xgeffect .detalist img{ width: auto!important; height: auto!important;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.feedbackbox ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.feedbackbox ul>li{margin:0 0 34px;width:100%;position:relative;padding:6px 20px;background-color:#f7f7f7; box-sizing: border-box; display: flex;}
.feedbackbox ul>li.half{width:calc((100% - 2%)/2);}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:0.16rem;line-height:40px;margin-right:5px;color:#8a8a8a; display: flex; white-space: nowrap;text-overflow: ellipsis; font-weight:bold;}
.feedbackbox ul>li>label>i{display:inline-block;vertical-align:top;font-size:0.2rem;line-height:40px;margin-right:5px;}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:0.18rem;line-height:40px;display:inline-block;vertical-align:top;}
.feedbackbox ul>li>.input{margin:0;font-size:0.16rem;height:40px;padding-left:10px;background-color:transparent;flex:1;width:0; box-sizing: border-box;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:0.16rem;border:none;height:140px;padding-top:6px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{width: 1.76rem; height: 0.45rem; border-radius: 5px; font-size: 0.18rem; text-transform: uppercase; color: #fff; cursor: pointer; outline: none; position: relative; overflow: hidden; border: 0; background: #ED4B0D;}
.feedbackbox .submit span{ display: block; position: relative; z-index: 3;}
@media  (min-width:992px) and (max-width:1229px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li>input{}
    .feedbackbox ul>li textarea{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    .feedbackbox ul>li{padding:5px 10px;}
    .feedbackbox ul>li.half{margin-bottom:20px;width:100%;}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li textarea.input{height:80px;width:100%;flex:inherit;}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
	.feedbackbox .submit{}
}
/**********产品页面**********/

/**********新闻中心**********/

.newslist{ display: flex; flex-wrap: wrap;}
.newslist .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; display: block; margin-bottom: 0.25rem; overflow: hidden;}
.newslist .item .img{ overflow: hidden; padding: 2px; box-sizing: border-box; border: 1px solid #ccc;}
.newslist .item .img img{ width: 100%; height: auto;}
.newslist .item .txt{ }
.newslist .item .txt time{ display: block; font-size: 0.12rem; color: #ED4B0D;}
.newslist .item .txt time i{margin-right: 5px;}
.newslist .item .txt h3{ font-size: 13px; font-weight: bold; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px dotted #ccc;}
.newslist .item .txt p{ font-size: 0.14rem; line-height: 1.72; color: #777;}
.newslist .item .txt .line{ display: block; height: 0px; margin: 0.15rem 0; border-bottom: 1px dashed #999999;}
.newslist .item .txt span{ display: block; font-size: 0.14rem; color: #ED4B0D;}

@media (min-width:1082px){
	.newslist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.newslist .item{ width: 100%; margin-right: 0;}
}


.newsdetail{ overflow: hidden; background: rgba(255,255,255,0.7);}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.3rem; color: #ED4B0D; text-align: center; padding: 0 15px;}
.newsdetail .Title .txt{ padding: 20px 0; border-bottom: 2px dashed #f1f1f1; text-align: center; font-size: 0.16rem;}
.newsdetail .context{ overflow: hidden; padding:0.5rem 0; border-bottom: 1px solid #f1f1f1; font-size: 0.16rem; line-height: 2;}
.newsdetail .context img{ max-width: 100%; height: auto;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between; flex-wrap: wrap;}
.newsdetail .pagelist>a{ font-size: 0.16rem; line-height: 28px; color: #666; width: 100%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden; font-weight: bold;}

.newsdetail .xgeffect{ margin-top: 0.2rem; overflow: hidden;}
.newsdetail .xgeffect .detailtop{ overflow: hidden; background: #8a8a8a;}
.newsdetail .xgeffect .detailtop span{ font-size: 14px; font-weight: bold; padding: 0.1rem; color: #fff;}
.newsdetail .xgeffect .detalist{  font-size: 0.16rem; line-height: 2; margin-top: 0.2rem;}
.newsdetail .xgeffect .detalist h1{ font-size: 20px; font-weight: bold; margin-bottom: 0.2rem;}

@media (min-width:1px) and (max-width:1080px){
.newsdetail{ padding: 15px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********新闻中心**********/


/**********案例中心**********/
.casesbody{}
.left_cases{ margin: 1rem 0 0.3rem; width: 3.36rem; }
.left_cases li{ display: block; margin-bottom: 0.2rem; text-align: center; border-radius: 0.5rem; overflow: hidden;}
.left_cases li>a{ display: block; font-size: 0.18rem; color: #555; padding: 0.165rem 0.25rem; background: #f8f6f6;}
.left_cases li.active>a,.left_cases li:hover>a{ background: linear-gradient(to left,#79bb24,#c0cb6c); color: #fff;}
.casesbody .right_detail{ width: calc(100% - 4rem);}

.caseslist{padding:0 0 0.3rem 0; display: flex; flex-wrap: wrap;}
.caseslist .item{ margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.35rem; box-sizing: border-box; border: 1px solid #e6e6e6; border-radius: 0.1rem; overflow: hidden; background: #f8f6f6;}
.caseslist .item .img{ overflow: hidden; border-radius: 0.1rem;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ padding: 0.25rem;}
.caseslist .item .txt h3{ font-size: 0.18rem; color: #555555; font-family: "Poppins-Bold";}
.caseslist .item .txt .line{ display: block; margin: 0.15rem 0; height: 0; border-bottom: 2px dashed #c5c4c4;}
.caseslist .item .txt p{ font-size: 0.14rem; color: #777777;}
@media (min-width:1082px){
	.caseslist .item:nth-child(3n){ margin-right: 0;}
	.caseslist .item:hover{ box-shadow: 0 0 0.15rem #00000030;}
}
@media (min-width:1px) and (max-width:1081px){
	.left_cases{ display: none;}
	.casesbody .right_detail{ width: 100%;}
	
	.caseslist .item{ width: calc((100% - 0.25rem)/2);}
	.caseslist .item:nth-child(2n){ margin-right: 0;}
}



/**********案例中心**********/

/**********视频中心**********/
.videolist{ overflow: hidden; padding: 0.2rem 0 ; display: flex; flex-wrap: wrap;}
.videolist .item{ margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem; margin-bottom: 0.3rem; border: 1px solid #d0d0d0; box-sizing: border-box;}
.videolist .item .img{ overflow: hidden; position: relative; border-bottom: 1px solid #d0d0d0;}
.videolist .item .img span{position:absolute; display:inline-flex; width:.6rem;height:.6rem;border-radius:50%;background:#fff;cursor:pointer;align-items:center;justify-content:center; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.videolist .item .img span i{position:relative;z-index:3;color:#ED4B0D;font-size:.24rem;}
.videolist .item .img span:before{position:absolute;top:.1rem;right:.1rem;bottom:.1rem;left:.1rem;z-index:2;border-radius:50%;background:#fff;content:"";animation:circle-opacity 2s infinite;}
.videolist .item .img span:after{position:absolute;top:.1rem;right:.1rem;bottom:.1rem;left:.1rem;z-index:2;border-radius:50%;background:#fff;content:""; animation:circle-opacity 3s infinite;}
.videolist .item .txt{ padding: 0.15rem; box-sizing: border-box; }
.videolist .item .txt h3{  font-size: 0.14rem; line-height: 1.4; }
@media (min-width:1082px){
	.videolist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.videolist .item{ width: calc((100% - 0.25rem)/2);}
	.videolist .item:nth-child(2n){ margin-right: 0;}
}
/**********视频中心**********/

/**********服务中心**********/

.service{ overflow: hidden; padding: 0.55rem 0 0.95rem; background: #f3f3f5;}
.service .item{ overflow: hidden; background: #fff;}
.service .item h3{ display: flex; align-items: center; padding: 0.3rem 0.4rem; background: #616161;}
.service .item h3 em{ display: inline-block; font-style: normal; font-family: "Audiowide-Regular"; font-size: 0.6527rem; text-transform: uppercase; color: #fff;}
.service .item h3 span{ font-size: 0.16rem; color: #fff; margin-left: 0.1rem; line-height: 2; text-transform: uppercase;}
.service .item p{ font-size: 0.14rem; line-height: 1.7; color: #262626; padding: 0.35rem 0.4rem;}
.service .item:nth-child(2) h3{ background: #ED4B0D;}
@media (min-width:1082px){
	.service .container{ display: flex; justify-content: space-between;}
	.service .item{ margin: 0; width: calc((100% - 0.7rem)/3); margin-right: 0.35rem;}
	.service .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
}

/**********服务中心**********/


/**********常见问题**********/
.faqlist{ overflow: hidden;}
.faqlist h2{ font-size: 0.36rem; font-weight: bold; color: #333; font-family: "Poppins-Bold";}
.faqlist .line{ display: block; width: 0.68rem; height: 6px; border-radius: 6px; background: linear-gradient(to right,#bdc864,#76b91f); margin: 0.15rem 0 0.3rem;}
.faqlist p{ font-size: 0.16rem; line-height: 1.875; color: #666;}
.faqlist .list{ overflow: hidden;}

.faqlist .item{ transition: all 0.35s ease; overflow: hidden; padding: 0.2rem; box-sizing: border-box; border: 1px solid #ddd; margin-top: 0.3rem; cursor: pointer;}
.faqlist .item .tit{ display: flex; align-items: center; justify-content: space-between; }
.faqlist .item .txt{ display: none; height: 0; overflow: hidden;}
.faqlist .item.active .tit{ border-bottom: 1px dashed #ddd; padding-bottom: 0.15rem; margin-bottom: 0.15rem;}
.faqlist .item.active .txt{ display: block; height: auto;}
.faqlist .item:first-child{ margin-top: 0;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/


/**********下载中心**********/
.downloadlist{ overflow: hidden; }
.downtable{ float:left; width:100%; margin-top:10px; border:solid 1px #cccccc;border-left:0px;font-size:14px;font-family:Arial; line-height:20px; border-collapse: collapse;}
.downtit1{ width:80px; font-size:14px; font-weight:bold; color:#666; text-align:center;}
.downtit2{width:470px; font-size:14px; font-weight:bold; color:#666; text-align:center;}
.downtit3{width:200px; font-size:14px; font-weight:bold; color:#666; text-align:center;}
.downtable td{ height:30px; font-size:14px;color:#666; border-bottom:solid 1px #cccccc;border-left:solid 1px #cccccc;}
.downtable td a{ font-size:12px; color:#666;  font-weight:bold;line-height:30px;}
.downtable td a:hover{ color:#ED4B0D;}
.downtable td a i{ padding-right:5px; padding-top:2px; font-weight: normal; color: #ED4B0D;}
.trdown1{ background:#fff;}
.trdown2{ background:#eeeeee; font-size:14px;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}
/**********下载中心**********/


/**********联系我们**********/
.information{ }
.information .lt h2{ font-size: 0.46rem; font-family: "Poppins-Bold"; color: #2b2b2b; margin-bottom: 0.6rem;}
.information .lt .divinfo{ display: flex; margin-bottom: 0.25rem;}
.information .lt .divinfo span{ margin: 0; font-size: 0.20rem; color: #666666; line-height: 1.5; display: inline-block;}
.information .lt .divinfo span a{ color: #666666;}
.information .lt .divinfo span a.email{ color: #ED4B0D; font-family: "Poppins-Bold";}
.information .lt .divinfo span:first-child{white-space: nowrap;text-overflow: ellipsis;}
.information .lt .divinfo span:last-child{}
@media (min-width:1082px){
	.information .lt{ margin: 0; width: 5rem;}
	.information .fr{ margin: 0; width: calc(100% - 6.1rem);}
}
@media (min-width:1px) and (max-width:1081px){
}


.information .leave{ }
.information .leave h2{ font-weight: normal; font-size: 14px;}
.information .leave .feedbackbox{ display: flex; flex-wrap: wrap; margin-top: 0.3rem;}
.information .leave .input{ margin: 0; width: calc(100%); display: block; justify-content: space-between; align-items: center; box-sizing: border-box; margin-bottom: 0.1rem!important;}
.information .leave .input.textarea{ flex-wrap: wrap;}
.information .leave .input label{ font-size: 0.16rem; color: #333; margin-bottom: 0.1rem; display: block; text-transform: capitalize; font-weight: bold;}
.information .leave .input label em{ color: red; display: inline-block; margin-right: 0.1rem}
.information .leave .input input{ width: 100%; height: 0.42rem; background: none; border: 1px solid #e8e8e8; outline: none; padding: 0 0.2rem; box-sizing: border-box; border-radius: 5px;}
.information .leave .input input::placeholder{ display: none;}
.information .leave .input textarea{ width: 100%; background: #fff; height: 1.26rem; border: 1px solid #e8e8e8; outline: none; padding: 0.1rem ; resize: none; border-radius: 5px;}
.information .leave button{ display: block; font-size: 0.16rem; text-transform: uppercase; color: #fff; padding: 0.1rem 0.3rem; height: 0.48rem; border: 0; cursor: pointer; outline: none; margin-top: 0.1rem; transition: linear 0.35s; border-radius: 5px; background: #ED4B0D;}
.information .leave button i{ font-size: 0.2rem; margin-left: 0.1rem;}

@media (min-width:1082px){
    .information .leave .input.w100{ margin: 0; width: calc(100%);}
    .information .leave .input.w33{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem;}
	.information .leave .input.w50{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem;}
    .information .leave .input.end{ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
    .information .leave .input{ width: 100%;}
	.information .leave .input input{ height: 30px;}
}
/**********联系我们**********/


/**********网站地图**********/
.SitemapPage{ overflow: hidden; padding: 0.6rem 0}
.SitemapPage .title h2{ font-family: "Gilroy-Bold"; font-size: 0.3rem; color: #333; text-transform: uppercase; margin-bottom: 0.15rem; margin-bottom: 0.3rem;}
.sitemapnav a{display:inline-block;}
.sitemapnav dt{margin-bottom:10px;}
.sitemapnav dt a{font-size:24px;color:#000;}
.sitemapnav dd.line{width:100%;height:1px;background-color:#ddd;margin:15px 0;}
.sitemapnav dd{margin-bottom:10px;position:relative;}
.sitemapnav dd.bigcate{padding-left:30px;}
.sitemapnav dd.bigcate:before{content:"";width:10px;height:2px;position:absolute;left:15px;top:14px;background-color:#333;}
.sitemapnav dd.bigcate a{font-size:20px;color:#333;line-height:30px;}
.sitemapnav dd.smallcate{padding-left:50px;}
.sitemapnav dd.smallcate:before{content:"";width:10px;height:2px;position:absolute;left:35px;top:14px;background-color:#666;}
.sitemapnav dd.smallcate a{font-size:18px;color:#666;line-height:30px;}
.sitemapnav dd.prolist{padding-left:55px;}
.sitemapnav dd.prolist a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.prolist a:before{content:">";margin-right:5px;}
.sitemapnav dd.list{padding-left:20px;}
.sitemapnav dd.list a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.list a:before{content:">";margin-right:5px;}
.sitemapnav a:hover{color:#0093e4!important;text-decoration:underline;}
@media (max-width:767px) {
    .sitemapnav dt a{font-size:18px;}
    .sitemapnav dd.bigcate a{font-size:16px;}
    .sitemapnav dd.smallcate a{font-size:15px;}
    .sitemapnav dd.prolist a{font-size:14px;}
    .sitemapnav dd.list a{font-size:14px;}
}
/**********网站地图**********/


/**********公共样式**********/

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou h2{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size: 0.18rem; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem;}

.PrivacyPolicy{ padding: 0.6rem 0;}
.PrivacyPolicy h3{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.PrivacyPolicy article{ line-height: 2; font-size: 0.16rem;}
.PrivacyPolicy article h4{ font-size: 0.18rem;}

.currertkeywords{margin-top:0.5rem;font-size:18px;color:#666;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#333;}

.ValidationError{ border-width: 1px; border-style: solid; border-color: red;}
.error{ text-align: center; padding: 0.5rem 0;}
.error a{ width: 240px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d5d5d5; font-size: 14px; text-transform: capitalize;}

.pagination-container{ overflow: hidden; text-align: center; padding-bottom: 0.4rem; }

.hidden{ display: none!important;}
@media (min-width:1082px){
	.hidden-pc{ display: none!important;}
}
@media (min-width:1px) and (max-width:1081px){
	.hidden-xs{ display: none!important;}
}

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou h2{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size: 0.18rem; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem; font-weight: bold;}


/**********公共样式**********/

/**********右侧浮动**********/
#float{position:fixed;right:15px;top:50%;margin-top:-60px;z-index:9; display: flex; flex-wrap: wrap; width: 0.5rem; }
#float .ico{ display: flex; width: 0.5rem; height: 0.5rem; background: #ED4B0D; align-items: center; justify-content: center; margin-bottom: 0.1rem; position: relative;  cursor: pointer; border-radius: 0.1rem;}
#float .ico span{ margin: 0;}
#float .ico i{ font-size: 0.24rem; color: #fff;}
#float .ico p{ margin: 0; white-space: nowrap; text-overflow: ellipsis; width: 0; overflow: hidden; transition: all 0.35s ease; position: absolute; right: 100%; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.16rem;}
#float .ico p img{ width: 100%; height: auto; margin: 0; position: absolute; top: 0; left: 0;}
#float .ico.openhover:hover{ border-top-left-radius: 0; border-bottom-left-radius: 0;}
#float .ico.openhover:hover p{ width: 2.3rem; background: #ED4B0D; border-top-left-radius: 0.1rem; border-bottom-left-radius: 0.1rem; overflow: visible;}
#float #btninquy{}
#float #btninquy>em>i{ animation: blink 1.5s infinite; }

@keyframes blink {
0% {
opacity: 1;
	color: #ED4B0D;
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}


#floatForm{position:fixed;right:0;bottom:0;z-index:10; transition: linear 0.35s; transform: translateY(100%);}
#floatForm[typeof='close']{ }
#floatForm[typeof='open']{ transform: translateY(0);}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:#ED4B0D transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #f5f5f5; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
#floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:0.16rem;border:1px solid #ED4B0D;background-color:#ED4B0D;text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
#floatForm .contactForm .submit:hover{color:#ED4B0D;}
@media (min-width:1px) and (max-width:1081px){
	#floatForm{ bottom: 50px;}
}
/**********右侧浮动**********/

/**********分页样式**********/
.pagination{display:inline-block;margin:10px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:6px 12px;border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:13px;line-height:1.428571429;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:#eee;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#ED4B0D;background-color:#ED4B0D;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{border-color:#ddd;background-color:#fff;color:#999;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#999;cursor:not-allowed;}
/**********分页样式**********/


/*404*/
.page404{ overflow: hidden; padding: 0.6rem 0; text-align: center;}
.page404 h2{ font-size: 0.2rem; color: #ED4B0D;}
.page404 h2 span{ display: inline-flex; align-items: center;}
.page404 h2 span:before{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #ED4B0D; margin-right: 0.1rem;}
.page404 h2 span:after{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #ED4B0D; margin-left: 0.1rem;}
.page404 h4{ font-size: 1.6rem; color: #333; font-weight: bold;}
.page404 p{ font-size: 0.16rem; color: #333;}
.page404 .btn404{ display: inline-block; padding: 0.16rem 0.32rem; border: 1px solid #333; font-size: 0.16rem; margin-top: 0.5rem; transition: linear 0.35s;}
.page404 .btn404:hover{ background: #ED4B0D; color: #fff;}

/*****GoogleCookie******/
.GoogleCookie{display:block; position:fixed;bottom: 0px;  left:0px; width:100%; background:rgba(0,0,0,0.7);animation:myfirst 1.5s;-webkit-animation:myfirst 1.5s;z-index:999; }
.GoogleCookie .txt{display:block; padding:1% 5%;}
.GoogleCookie .txt h4{font-size:18px!important; font-weight:bold; display:block; color:#fff!important;}
.GoogleCookie .txt p{font-size:16px!important; display:block;color:#fff!important;}
.GoogleCookie .txt button{padding:10px 15px; font-size:16px; background:rgba(0,0,0,0.7);color:#fff!important; border:solid 1px #333333; border-radius:5px; cursor:pointer;}
.GoogleCookie .txt button:last-child{margin-left:25px;}
@keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
@-webkit-keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
.OpenGoogleCookie{position:fixed;bottom:25px; right:0px;z-index:9999; width:50px; height:50px; display:none;}
.OpenGoogleCookie a{ width:50px; height:50px; cursor:pointer;}
.OpenGoogleCookie a img{display:block; width:50px; height:50px;}
.OpenGoogleCookie a:hover p{display:block;}
.OpenGoogleCookie p {position: absolute;right: 50px;top:0px;width: 160px; display:none;}
.OpenGoogleCookie p span{float:right; width:140px; color: #dddddd;font-size: 12px!important;text-align: center;line-height: 2em; background:#333; }
.OpenGoogleCookie p i{float:right; margin-right:0px; border-style: solid; border-color: transparent; border-width: 12px 0 12px 12px; border-left-color: #333; }
 @media (min-width:1px) and (max-width:768px){.GoogleCookie{bottom: 50px;}.OpenGoogleCookie{bottom:50px} }








