﻿@charset "utf-8";
/*@import url('../fonts/iconfont/iconfont.css');*/
@import url('../fonts/SourceHanSansCN-Regular.css');
@import url('../fonts/SourceHanSansCN-Bold.css');
@import url('imgsize.css');
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4780492 */
  src: url('//at.alicdn.com/t/c/font_4780492_djeneitcbp9.woff2?t=1743491940188') format('woff2'),
       url('//at.alicdn.com/t/c/font_4780492_djeneitcbp9.woff?t=1743491940188') format('woff'),
       url('//at.alicdn.com/t/c/font_4780492_djeneitcbp9.ttf?t=1743491940188') format('truetype');
}
/*****  font-display: swap;  字体延迟加载*****/
/**********样式重置**********/
i.icon-youtube:before{content:"\ece8";}
i.icon-linkedin:before{content:"\e768";}
i.icon-facebook:before{content:"\e6e5";}
i.icon-whatsapp:before{content:"\e8ec";}
i.icon-twitter:before{content:"\e604";}
i.icon-tiktok:before{content:"\ecdc";}
i.icon-instagram:before{content:"\e6fc";}
i.icon-vk:before{content:"\e863";}
i.icon-qq:before{content:"\e612";}
i.icon-weibo:before{content:"\e601";}
i.icon-wechat:before{content:"\e603";}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
}
@media (min-width:1px) and (max-width:767px) {
    html{font-size:14px;}
}

table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
q:before,q:after{content:''}
input:visited,input:focus,input,textarea,button:visited,button:focus,textarea:visited,textarea:focus{border:none;outline: none;}
.clearfix:after,.clearfix:before,.container::after,.container:before{display:table;content:" ";}
.clearfix:after,.container::after{clear:both;}
*{margin:0;padding:0;box-sizing:border-box;}
a{outline:none;color:#555;text-decoration:none;}
a:hover{color:#f2b82c;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;height:auto;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #717171;
}
input:-moz-placeholder,textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #717171;
}
input::-moz-placeholder,textarea::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #717171;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #717171;
}
b,body,dd,div,form,h3,h4,h5,h6,img,input,textarea,li,p,pre,td,ul{font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;color:#333;line-height:1.5;font-size:16px;}
h1,h2,h3,h4,h5,h6,dt{font-weight:normal;}
h1,h2,h3,h4,dt{font-family:SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.hidden{display:none!important;}
.noinfo{font-size:1rem;text-align:center;margin-top:10px;padding-bottom:30px;}
.item .img{overflow:hidden;position:relative;}
.item .img img{max-width:100%;transition:all .4s;transform:scale(1);margin:0 auto;display:block;}
.item:hover .img img{transform:scale(1.05);}
.flex_between{display:flex;justify-content:space-between;flex-wrap:wrap;}
.flex_around{display:flex;justify-content:space-around;flex-wrap:wrap;}
.flex_start{display:flex;justify-content:flex-start;flex-wrap:wrap;}
.flex_column{display:flex;justify-content:flex-start;flex-wrap:wrap; flex-direction:column;}
.flex_center{display:flex;align-items:center;}
.vcenter{position:absolute;top:50%;transform:translate(0,-50%);width:100%;}
.vccenter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.container{max-width:1390px;padding:0 15px;width:100%;margin:0 auto;}
.indexpage .container{max-width:1430px;}
.txtcenter{text-align:center;}
.ValidationError{border:1px solid red!important;}
.whatsapptel{ position:fixed; left:15px; bottom:60px; z-index:10;}
.whatsapptel img{ width:50px;}
/**********样式重置**********/

/*搜索框*/
#SearchBox{position:fixed;top:0;right:0; left:0; height:0; background:#4c4c4c;overflow:hidden;padding:0;transition:all .5s;text-align:right;z-index:9999;}
#SearchBox .searchclose{display:inline-block;width:36px;height:36px;text-align:center;line-height:36px;font-size:24px;color:rgb(255, 255, 255);cursor:pointer;transition:all .2s;}
#SearchBox.show{ height:146px;}
#SearchBox .searchclose:hover{
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);}
#SearchBox #sform{width:80%;margin:0 auto;}
#SearchBox #sform{position:relative;margin-top:0;border-bottom:1px solid rgb(255, 255, 255);overflow:hidden;}
#SearchBox #sform #stext{float:left;width:calc(100% - 60px);height:60px;line-height:60px;font-weight:700;border:none;background:transparent;font-size:24px;color:rgb(255, 255, 255);}
#SearchBox #sform #sbut{float:right;width:60px;height:60px;line-height:60px;background:transparent;border:none;}
#SearchBox #sform #sbut>i{display:inline-block;font-size:40px;color:rgb(255, 255, 255);}
@media (min-width:1230px) and (max-width:1599px)  {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:48px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:36px;width:calc(100% - 100px);height:100px;line-height:100px;}
    #SearchBox #sform #sbut{width:100px;height:100px;line-height:100px;}
    #SearchBox #sform #sbut>i{font-size:60px;}
}

header{width:100%;z-index:99;top:0;transition:linear 0.3s;background: #fff;border-bottom: 1px solid #f2f2f2;position:fixed ;}
header{}
header.fixed{padding-top:0;padding-bottom:0;position:fixed;background: #fff;}

@media (min-width:992px) {
    header.fixed{animation: _top linear 0.7s;}
}
@keyframes _top{
    from{ transform: translateY(-100%);}
    to{ transform: translateY(0);}
}

#logo{display:none;}
#logo a.logo{display:block;height:50px;}
#logo a.logo img{position:relative;top:50%;transform:translate(0,-50%);}

#Menu{display:flex;justify-content:space-between;transition:all 0.3s;width:100%;padding: 0px 0;}
#Menu .logo{padding:0;margin:0;height:90px;}
#Menu .logo>a{height:60px;display:inline-flex;overflow: hidden;}
#Menu .logo img{position:relative;top:50%;transform:translate(0,-50%);object-fit: contain;}
#Menu .logo img:first-child{margin-right: 18px;}
#Menu .logo span{width: 1px;height: 26px;display: inline-block;background: #d9d9d9;margin: auto ;}
#Menu .logo img:last-child{margin-left: 18px;}
#Menu ul.menunav{transition:all .3s;text-align:left;margin:0;}
#Menu ul.menunav>li{display:inline-block;padding:0px 20px;position: relative;}
#Menu ul.menunav>li>a{display:block;font-size:17px;line-height:35px;text-transform: uppercase;transition: all 0.3s;padding: 30px 0px;color: #666;}
#Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li:hover>a{}
#Menu ul>li>a{position: relative;}
#Menu ul.menunav>li>a:hover,#Menu ul.menunav>li.active>a{color: #005ae4;}    
#Menu ul.menunav>li.dropdown>a::after{content:"\e61a";font-family:iconfont;display:inline-block;margin-left:5px;vertical-align:top;font-size:12px;font-weight: 600;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}
#Menu ul.menunav>li .morelink{margin:0;border-radius: 50px;padding:0px 35px;color: #fff;background: #f2b82c;line-height:45px;display: inline-flex;font-size: 16px;transition: all .3s;text-transform: capitalize;}
#Menu ul.menunav>li .morelink i{font-size: 27px;margin-right: 10px;}
#Menu ul.menunav>li .morelink svg{margin-left: 10px;}
#Menu ul.menunav>li .morelink:hover{color: #fff;background: #000;}
#Menu ul.menunav>li.btnlanger{ display: inline-flex; align-items: center; cursor: pointer; font-size: 16px; color: #333;}
#Menu ul.menunav>li.btnlanger i{ font-size:22px;}

.btnlangerlist{ position: fixed; right: 0; top: -100%; width: 340px; padding: 5% 30px; z-index: 12; background: #fff; overflow: hidden; transition: linear 0.35s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3); box-sizing: border-box;}
.btnlangerlist .close{ position: absolute; top: 0.5rem; right: 0.3rem; cursor: pointer; z-index: 9}
.btnlangerlist .close i{ font-size: 0.3rem;}
.btnlangerlist>ul{ }
.btnlangerlist>ul>li{ margin: 0; width: calc((100%)/1); font-size:16px; border-bottom: #ddd solid 1px;}
.btnlangerlist>ul>li>a{ display: flex; align-items: center; padding:.2rem .2rem; color: #333;}
.btnlangerlist>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>b{ margin: 0; font-size: 14px; padding-left: 5px;}
.btnlangerlist>ul>li>a>span{ padding-left: 5px; font-size: 14px; margin-left: auto; margin-right: 0; color: #999;}
.btnlangerlist.active{ top: 0;}

@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.btnlangerlist{ width: 50%;}
	.btnlangerlist>ul>li>a>b{ font-size: 12px;}
	.btnlangerlist>ul>li>a>span{ font-size: 12px;}
}

.topmenu{background: #f6f6f6;display: none;}
.topmenu p{font-size: 14px;color: #666666;line-height: 50px;}
.topmenu p i{margin-right: 10px;color: #015be3;font-size: 20px;}
.topmenu .right p,.topmenu .right a{font-size: 16px;display: flex;align-items: center;}
.topmenu .right p:first-child{margin-right: 25px;}
@media (min-width:992px) {
    #Menu .logo{padding:0;margin:auto 0;height:50px;display: inline-flex;align-items: center;}
    .topmenu{display: block;}
}
@media (min-width:992px) and (max-width:1229px) {
    #logo{display:none;}
    #Menu ul.menunav>li{padding: 0 5px;}
    #Menu ul.menunav>li>a{font-size:16px;}
}

@media (min-width:992px){
    #Menu ul.menunav>li#feed{padding:27.5px  0 27.5px 10px;}
    #Menu ul>li:hover div.downmenu{display: block;}
}
#Menu ul.menunav>li#search{padding-right: 0;}
#Menu ul.menunav>li#search>a.btnSearch{display: inline-flex;}
#Menu ul.menunav>li#search>a.btnSearch i{font-size: 24px;line-height: 35px;}
#search input::-webkit-input-placeholder{ /* WebKit browsers 适配谷歌 */
    color: #fff;
}
#search input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #fff;
}
#search input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #fff;
}
#search input:-ms-input-placeholder{ /* Internet Explorer 10+  适配ie*/
    color: #fff;
}
#Menu ul.menunav>li.feed{padding: 0;}
#Menu ul.menunav>li#lang>a{line-height: 40px;display: flex;align-items: center;}
#Menu ul.menunav>li#lang{padding:0 0 0 10px;}
#Menu ul.menunav>li#lang>a i{font-size: 24px;display: inline-block;text-align: center;margin-right: 10px;}
#Menu ul.menunav>li#lang>a::after{content: "\e7a7";font-family: iconfont;transform: rotate(90deg);font-size: 14px;margin-left: 5px;}

#Menu ul.menunav>li#share{display: inline-flex;margin-right: 25px;}
#Menu ul.menunav>li#share a{line-height: 30px;padding: 25px 8px;display: flex;}
#Menu ul.menunav>li#share a>i{font-size: 28px;color: #999;line-height: 30px;}
#Menu ul>li{position:relative;}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;left:0;background-color:#fff;display:none;z-index:2;min-width:100%;box-shadow:0 10px 15px rgba(0,0,0,0.17);}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:16px; padding:10px 30px 10px 20px;display:block;white-space: nowrap;text-align:left;text-transform: capitalize;}
#Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border-bottom:1px solid #e5e5e5;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;line-height:24px;position:absolute;right:10px;}
#Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#f2b82c;color:#fff;}
#Menu ul>li:hover ul.dropdown-menu{display:block;}
#Menu ul.menunav>li#lang ul.dropdown-menu>li>a{padding:10px 5px;}
#Menu ul.menunav>li#lang ul.dropdown-menu>li>a img{margin-right:5px}


#Menu ul>li ul.dropdown-menu ul.catemenu{left:100%;top:0;border-left:1px solid #fff;display:none;}
#Menu ul>li ul.dropdown-menu>li:hover ul.catemenu{display:block;}

/*手机导航*/
header #menu_btn{ width:28px; height:28px; cursor:pointer; position: absolute;right:15px;top:10px; display:none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#f2b82c; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_med{ position:absolute; top:15px; left:17px; width:20px; height:3px; border-radius:1.5px; background:#f2b82c; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_bot{ position:absolute; top:25px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#f2b82c; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn.show>.menu_btn_top{ top:50%; background:#f2b82c;-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_med{ top:50%; background:#f2b82c;-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);display:none;}
header #menu_btn.show>.menu_btn_bot{ top:50%; background:#f2b82c;-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}

@media (min-width:992px) and (max-width:1499px){
    #Menu .logo{padding-left: 0;}
    #Menu ul.menunav>li{padding:0 5px;}
    #Menu ul.menunav>li a{}
    #Menu ul.menunav>li.feed i,#Menu ul.menunav>li#lang i{display: none;}
}
@media (min-width:768px) and (max-width:991px){
    #Menu ul.menunav>li{padding:0 5px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Menu ul.menunav>li.logo{background-color:#fff;}
    #Menu ul.menunav>li.logo>a{padding:5px 15px;}
    #Menu ul.menunav>li.logo img{margin:0 auto;display:block;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{border-bottom:none;}
}
@media (min-width:1px) and (max-width:991px) {
    header{position:relative;top:0;}
    header::after{display:none;}
    header .container{padding: 0 15px;}
    header #menu_btn{ display: block;top:20px;}
    #logo{display:block;position:sticky;width:100%;padding:5px 0;float:none;top: 0;}
    #logo a.logo{padding-top:0;padding-bottom:0;display:inline-block;height:50px;vertical-align:top;overflow: hidden;}
    #logo a.logo img{display:block;margin:0;width:auto;max-height:30px;position:relative;top:50%;transform:translate(0,-50%);}

    #Menu>.logo{display:block;text-align:center;background: #fff;height: 60px;padding-left: 0;}

    #Menu>.logo>a{background-color:#fff;width: 100%;justify-content: center;height: 60px;position: relative;overflow: hidden;padding: 10px 0;}
    #Menu>.logo p{display: none;}
    #Menu>.logo img{max-width:100%;top: 0;transform: inherit;max-height:100%;position: relative;height: 40px;width: auto;}
    #Menu ul.menunav>li>a>i {display:none;}

    #Menu{width:260px;position:fixed;left:-260px;top: 0px; bottom: 0px; background: #f2b82c; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;display: initial;padding:0;}
    #Menu ul.menunav>li.feed{padding: 0 15px;}
    #Menu ul.menunav>li.feed .morelink{background: #fff;color: #f2b82c !important;padding: 0 15px;width: 100%;line-height: 40px;}
    #Menu ul.menunav>li#lang{padding:8px 15px;}
    #Menu ul.menunav>li#lang>a>i{display:none;}
    #Menu ul.menunav>li#lang>.dropdown-menu{padding-left:0;}
    #Menu ul.menunav>li#lang>.dropdown-menu>li>a{font-size:14px;line-height:24px;}

    #Menu ul.menunav>li.logo{margin-top:0;margin-bottom:0;padding:0;display:block;background:none;background-color:#fff;height: 70px;}
    #Menu ul.menunav>li.logo>a{padding:10px;text-align:center;height: 70px;}
    #Menu ul.menunav>li.logo img{}
    #Menu ul.menunav{display: block; padding: 0px 0 15px; text-align: left;overflow:hidden;width:100%;}
    #Menu ul.menunav>li{width:100%; padding:8px 15px; }
    /*#Menu ul.menunav>li:nth-child(1){width:100%; padding:15px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;}*/
    /*#Menu ul.menunav>li:nth-child(1)>a{padding: 0;line-height:1;}
    #Menu ul.menunav>li:nth-child(1)>a>img{height:auto;}*/
    #Menu ul.menunav>li>a{font-size:14px;line-height:24px;padding:0px;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{}
    #Menu ul>li>a,#Menu ul>li:hover>a,#Menu ul>li.active:hover>a{border:none;}
    #Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a{background:none;}
    #Menu ul>li ul.dropdown{position:relative;}
    #Menu ul>li ul.dropdown-menu{width:100%;position:relative;display:block;background-color:transparent!important;box-shadow:none;border:none;overflow:hidden;min-width: inherit; margin-top:0;padding-right:0;padding-left:10px;}
    #Menu ul>li ul.dropdown-menu>li{ width:100%;height:auto;line-height:24px;background:none;text-align:left;margin: 0px;}
    #Menu ul>li ul.dropdown-menu>li:not(:last-child)>a{border:none;}
    #Menu ul>li ul.dropdown-menu>li>a{ position:inherit;color:#fff; font-size:13px;line-height:18px;padding:3px 0;white-space:initial;border:none;background-color:transparent;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#f2b82c;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{display:none;}
    #Menu ul>li ul.dropdown-menu>li:hover>a,#Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#f2b82c;color:#fff;}
    
    #Menu ul>li ul.dropdown-menu ul.catemenu{display:block;left:0;border-left:none;padding-left:20px;}
    #Menu ul.menunav>li#share{display:none;}
    #SearchBox .searchclose{display: none;}
    #Menu ul.menunav>li#search{margin-left: 0;}
    #Menu ul.menunav>li#search>a.btnSearch{display:none;}
    #Menu ul.menunav>li#search{background-color:transparent;padding:8px 15px;width:100%;}
    #Menu ul.menunav>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul.menunav>li#search #sform{display:flex;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul.menunav>li#search #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;}
    #Menu ul.menunav>li#search #sbut{width:20%;height:30px;line-height:30px;background-color:#f2b82c;border:none}
    #Menu ul.menunav>li#search #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;color:#fff}
}


#bframe{overflow:hidden;position:relative;}
#bframe .bgimg{height:380px;}
#bframe .box{position:absolute;transform:translate(-50%,-50%);width:100%;left: 50%;top: 50%;z-index: 1;}
#bframe .txt{position:relative;text-align: center;}
#bframe .txt h2{font-size: 52px;color: #fff;text-transform: capitalize;margin-bottom: 0;font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#bframe .txt p{font-size:20px;line-height:28px;color:#6f6f6f;max-width: 385px;}
#bframe .txt .location:before{content:"\e6d3";font-family:iconfont;font-size:20px;vertical-align:top;line-height:24px;margin-right:10px;color: #fff;display:none;}
#bframe .txt .location a{display:inline-block;font-size:18px;line-height:24px;color:#fff;text-transform: capitalize;}
#bframe .txt .location a:not(:last-child)::after{content:">";margin:0 15px;vertical-align:top;font-family: iconfont;color: #fff;font-size: 16px;line-height: 24px;}
#bframe .txt .location a:last-child{}
#bframe .txt .location a:hover{color:#f2b82c;}
#bframe .txt .location span{display:inline-block;font-size:18px;line-height:24px;color:#fff;text-transform: capitalize;}
#ibframe .swiper-pagination{text-align: center;bottom: 20px;}
#ibframe .swiper-pagination .swiper-pagination-bullet{width: 90px;border-radius: 0px;height: 2px;}
#ibframe .swiper-pagination .swiper-pagination-bullet-active{background: #f2b82c;}
#ibframe{max-height: 965px;position: relative;}    
#ibframe .line{width: 112px;height: 3px;background: linear-gradient(to right, #f2b82c 0,#f2b82c 50%,#fff 50%,#fff 100%);margin: 30px auto;}
#ibframe .swiper-slide>img{width:100%;display:block;margin:0 auto;}
#ibframe .btnlist{display: flex;justify-content: center;}
#ibframe .btnlist .swbtn{padding: 30px;color: #fff;}
#ibframe .btnlist .swbtn i{font-size: 33px;line-height: 1;display: block;}
#ibframe .btnlist .swbtn.btn-next i{transform: rotate(180deg);}
#ibframe .btnlist .swbtn:hover{background: #f2b82c;}

#ibframe .box{position: absolute;top: 50%;left: 0;width: 100%;transform: translate(0,-50%);}
#ibframe .box .morelink{margin-top: 30px;padding: 0 30px;line-height: 45px;display: inline-flex;background: #f2b82c;}
#ibframe .box .morelink i{font-size: 24px;margin-left: 25px;}
@media (min-width:1330px) {
    #ibframe .swiper-slide>img{}
}
@media (min-width:1230px) and (max-width:1329px) {
}
@media (min-width:992px) and (max-width:1229px) {

}
@media (min-width:992px){
    #bframe,#ibframe{margin-top: 145px;}
}
@media (max-width:991px){
    #ibframe{margin-top: 60px;}
    #ibframe .box .morelink{padding: 0 5px;line-height: 30px;margin-top: 0;}
}
/*首页轮播图悬浮文字*/
#ibframe .txt{position: absolute;top: 50%;left: 0;width: 100%;transform: translate(0,-50%);text-align: center;z-index: 2;}
#ibframe .txt h3{font-size: 72px;color: #fff;text-transform: uppercase;line-height: 1;margin-bottom: 0px;}
#ibframe .txt p{font-size: 24px;color:#fff;margin-bottom: 68px;}

/**轮播图悬浮按钮样式**/
#ibframe .txt .morelink{background: #f2b82c;color: #fff;border-radius: 0;padding:10px 25px;transition: all 0.5s;display: inline-flex;border: 2px solid #f2b82c;}
#ibframe .txt .morelink:hover{border-color: #fff;}
#ibframe .txt .morelink i{margin-left: 20px;font-size: 21px;line-height: 30px;}
#ibframe .txt .morelink:last-child{background: transparent;border-color: #fff;margin-left: 30px;}
#ibframe .txt .morelink:hover{background: #fff;color: #f2b82c;}

/*轮播下方鼠标图标样式*/
#ibframe .mouse{border:2px solid rgba(255,255,255,.7);width: 20px;height: 32px;position: absolute;z-index: 4;left: 50%;bottom:25px;margin-left: -10px;border-radius: 20px;}
#ibframe .mouse:after{content: '';display: block;width: 2px;height: 4px;background: rgba(255,255,255,.8);position: absolute;left: 50%;top: 5px;margin-left: -1px;animation: mouse-middle .86s ease infinite;}
#ibframe video{width: 100%;object-fit: cover;height: 100vh;}
#ibframe .video{position: relative;}
#ibframe .video::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.5);z-index: 1;}
@keyframes mouse-middle{
    0% {opacity:.8;}
    50% {opacity:1; top:15px; height:7px;}
    100% {opacity:0; top:28px; height:4px;}
}
@media (min-width:992px) and (max-width:1329px) {
    #bframe .bgimg{height:280px;}
    #bframe .bgimg h2{top:45%;}
    #bframe .txt{}
    #bframe .txt h2{font-size:42px;}
    #bframe .txt:before{height:64px;top:calc(50% - 32px);}
    #ibframe .swiper-pagination{bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe .bgimg{height:250px;}
    #bframe .txt{padding-left:20px;display: none;}
    #bframe .txt h2{font-size:30px;}
    #bframe .txt:before{height:50px;top:calc(50% - 25px);}
    #bframe .txt p{font-size:14px;}
    #ibframe .txt{display: none;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe .bgimg{height:130px;}
    #bframe .txt{width:100%;display:none;}
    #bframe .txt h2{font-size:18px;}
    #bframe p{display:none;}
    #ibframe .swiper-pagination{bottom:0;}
    #ibframe .txt{display: none;}
}

.frame{padding-top:75px;padding-bottom:90px;overflow:hidden;}
.frame .title{margin-bottom:60px;position:relative;}
.frame .title.flex_between{align-items: start;}
.frame .title h2{font-size: 22px;text-transform: uppercase;color: #f2b82c;line-height: 60px;}
.frame .title h3{font-size: 40px;line-height:52px;text-transform: uppercase;margin-bottom: 15px;font-family:SourceHanSansCN-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
.frame .title h3 span{font-family: SourceHanSansCN-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
.frame .title p{font-size: 18px;line-height: 1.5;color: #666666;}
.frame .title .line{max-width:460px;height: 1px;background: #ececec;margin:30px auto 20px;position:relative;width: 100%;}
.frame .title .line::before{content: "";width: 11px;line-height: 11px;height: 11px;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);left: calc(50% - 15px);background: #28a1ff;}
.frame .title .line::after{content: "";width: 11px;line-height: 11px;height: 11px;border-radius: 50%;position: absolute;top: 50%;transform: translateY(-50%);right: calc(50% - 15px);background: #005ae4;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #f2b82c;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#f2b82c;color:#fff;}
.frame .title a.link:hover{color:#f2b82c;}
.frame .title .morelink{background: transparent;border-radius: 50px;line-height: 30px;padding:5px 30px;font-size: 18px;border: 1px solid #f2b82c;color: #333333;transition: all .3s;}
.frame .title .morelink i{margin-left: 10px;}
.frame .title .morelink:hover{background: #f2b82c;color: #fff;}

.hframe .title h3{font-family:SourceHanSansCN-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
@media screen and (min-width:992px ) and (max-width:1329px) {
    .frame{padding-top:40px;padding-bottom:40px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h3{font-size:32px;line-height: 1.1;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
    .frame .title a.link{font-size:16px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size: 18px;line-height: 1.5;}
    .frame .title h3{font-size:28px;line-height: 1.5;}
    .frame .title h4{font-size:24px;line-height: 40px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
    .frame .title a.link{font-size:14px;line-height:24px;}
}
@media (max-width:767px){
    .frame{padding:25px 0 !important;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size: 14px;line-height: 1.5;}
    .frame .title h3{font-size:24px;margin-bottom: 0;line-height: 1.5;}
    .frame .title h4{font-size:20px;line-height: 30px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;margin-top: 5px;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
    .frame .title .right .line{margin-left: 0;margin-right: auto;}
    .frame .title .right{width: 100%;}
    .frame .title .morelink{padding: 5px 10px;font-size: 14px;line-height: 1.5;}
}

.frame .flex_between>div{margin:0;}
.morelink{display:inline-block;padding:7px 30px;color:#fff;position:relative;font-size:16px;line-height:30px;min-width:100px;background-color:#000;text-align:center;border-radius:5px;}
.morelink:hover{color:#fff;}

.viewlink{background: #343434;border-radius: 0;display: inline-flex;padding: 0;color: #fff;}
.viewlink span{padding: 5px 20px;line-height: 30px;}
.viewlink span.icon{display: inline-block;line-height: 18px;text-align: center;background: #f2b82c;color: #fff;line-height: 40px;width: 40px;height: 40px;padding: 0;}
.viewlink span.icon i{display: inline-block;}
.viewlink:hover span.icon i{animation:1s btnrotate infinite;}
@keyframes btnrotate{
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(90deg);
    }
    100%{
        transform: rotate(90deg);
    }
}
@keyframes btnallrotate{
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(360deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
@media (min-width:992px) and (max-width:1329px) {
    .morelink{padding:5px 25px;font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    .morelink{padding:5px 25px;font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .morelink{padding:5px 15px;font-size:13px;}
}

.banners{position: relative;z-index:3;margin-bottom: -10px;}
@media (max-width:991px){
    .banners{display: none;}
}
#frame1 {}
#frame1 .title{text-align: center;}
#frame1 .item{width: calc((100% - 60px)/3);transition: all .3s;margin: 0 30px 0px 0;position: relative;text-align: center;}
#frame1 .item:nth-child(3n){margin-right: 0;}
#frame1 .item .txt{text-align: center;border-radius: 5px;background: linear-gradient(#00a6d8,#015be3);padding: 100px 60px 65px;position: relative;}
#frame1 .item .iconfont{width: 150px;height: 150px;line-height: 150px;text-align: center;border-radius: 50%;background: #fff;box-shadow: 0 0 49px rgba(0 , 86, 192, 0.17);display: block;font-size: 70px;color: #f2b82c;margin: 0 auto -75px;z-index: 1;position: relative;transition: all .3s;}
#frame1 .item .txt span{color: rgba(255,255,255, 0.08);display: block;font-size: 142px;position: absolute;right: 0;bottom: 0;line-height: 1;font-family:SourceHanSansCN-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif ;}
#frame1 .item .txt h3{font-size: 30px;color: #fff;font-family:SourceHanSansCN-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif ;line-height: 30px;overflow: hidden;margin-bottom: 20px;}
#frame1 .item .txt p{font-size: 24px;line-height: 36px;color: #fff;min-height: 108px;}
#frame1 img{margin: 55px auto 0;display: block;animation: infinite _frame1 3s linear;}
#frame1 .item i{display: block;font-style: normal;transition: all .3s;}
#frame1 .item:hover i{transform: rotateY(360deg);}

@keyframes _frame1{
    0%{ transform: translateY(-10px);}
    25%{ transform: translateY(0);}
    50%{transform: translateY(10px);}
    75%{ transform: translateY(0);}
    100%{ transform: translateY(-10px);}
}
@media (min-width:1230px){
}
@media (min-width:1230px) and (max-width:1439px){
}
@media (min-width:992px) and (max-width:1229px){
    #frame1 .item i{width: 100px;height: 100px;line-height: 100px;margin-bottom: -50px;font-size: 50px;}
    #frame1 .item .txt{padding: 75px 30px 35px;}
    #frame1 .item .txt h3{font-size: 24px;line-height: 1.5;}
    #frame1 .item .txt p{font-size: 18px;line-height: 1.5;}
}
@media (min-width:768px) and (max-width:991px){
    #frame1 .item i{width: 100px;height: 100px;line-height: 100px;margin-bottom: -50px;font-size: 50px;}
    #frame1 .item .txt{padding: 75px 30px 35px;}
    #frame1 .item .txt h3{font-size: 24px;line-height: 1.5;}
    #frame1 .item .txt p{font-size: 18px;line-height: 1.5;}
}
@media (min-width:1px) and (max-width:767px){
    #frame1 .title .morelink{padding: 5px 15px;}
    #frame1 .title .morelink i{margin-left: 15px;}
    #frame1 .item::after{display: none;}
    #frame1 .item{width: 49%;margin-right: 2%;margin-bottom: 15px;}
    #frame1 .item:nth-child(2n){margin-right: 0;}
    #frame1 .item i{width: 50px;height: 50px;line-height: 50px;margin-bottom: -25px;font-size: 30px;}
    #frame1 .item .txt{padding: 40px 15px 35px;}
    #frame1 .item .txt h3{font-size: 18px;line-height: 1.5;}
    #frame1 .item .txt p{font-size: 14px;line-height: 1.5;min-height:63px ;}
    #frame1 .item .txt span{font-size: 30px;}
}

#frame2{position: relative;background:url("/Template/Default/images/frame2_1.png.webp") no-repeat;background-size: cover;}
#frame2 .title{text-align: center;}
#frame2 .title h3{color: #fff;}
#frame2 .btnlist{text-align: center;margin-top: 45px;display: flex;justify-content: center;align-items: center;}
#frame2 .item{width: calc((100% - 125px)/6);background: #fff;border-radius: 10px;text-align: center;padding-bottom: 15px;}
#frame2 .item .img{height: 90px;line-height: 90px;display: flex;align-items: center;}
#frame2 .item .img img{height:auto;object-fit: cover;width: auto;margin:0 auto;display: block;}
#frame2 .item p{font-size: 14px;}
#frame2 .btnlist h3{font-size: 30px;color: #f2b82c;}
#frame2 .btnlist span{margin: 0 20px 0 15px ;color: #fff;display: block;}
#frame2 .btnlist .morelink{border-radius: 50px;background: #f2b82c;font-size: 14px;transition: all .3s;}
#frame2 .btnlist .morelink:hover{background: #015be3;}
#frame2 .btnlist .morelink i{margin-right: 5px;}
@media (min-width:992px) and (max-width:1229px) {
    #frame2 .right h3{font-size: 24px;line-height: 1.5;}
    #frame2 .right .morelink{padding: 10px 15px;margin-bottom: 15px;}
}
@media (min-width:768px) and (max-width:991px){
    #frame2 .item{width: calc((100% - 30px)/3);margin-bottom: 15px;}
    #frame2 .left{display: none;}
    #frame2::before,#frame2::after{width: 100%;}
    #frame2 .right{width: 100%;}
    #frame2 .right h3{font-size: 24px;line-height: 1.5;margin-bottom: 5px;}
    #frame2 .right ul li{line-height: 1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame2 .left{display: none;}
    #frame2 .item{width: calc((100% - 15px)/2);margin-bottom: 15px;}
    #frame2 .right{width: 100%;padding: 0;}
    #frame2::before,#frame2::after{width: 100%;}
    #frame2 .right h3{font-size: 20px;line-height: 1.5;margin-bottom: 5px;padding-right: 0;}
    #frame2 .right ul{padding-right: 0;}
    #frame2 .right ul li{line-height: 1.5;font-size: 14px;}
    #frame2 .right .list .item{padding: 10px;}
    #frame2 .right .list .item h4{font-size: 18px;width: 100%;}
    #frame2 .right .list .item p{font-size: 14px;width: 100%;}
    #frame2 .right .morelink{padding: 5px 10px;}
}
.numlist .item{width: 100%;}
.numlist .info{margin-bottom:5px;}
.numlist .info p{margin:0;font-size:16px;line-height:30px;}
.numlist .item .bar{width:100%;height:5px;background-color:#e9e9e9;position:relative;border-radius: 50px;}
.numlist .item .bar>p{position:absolute;height:5px;width:0;left:0;top:0;background-color:#f2b82c;border-radius: 50px;}
@media (min-width:1230px){
}
@media (min-width:992px) and (max-width:1229px){
}
@media (min-width:768px) and (max-width:991px){

}
@media (min-width:1px) and (max-width:767px){
}

#frame3{background: #f9f9f9;}
#frame3 .title{text-align: center;}
#frame3 .item{width: calc((100% - 70px)/3);margin: 0 35px 0px 0;border-radius: 5px;background: #fff;border: 1px solid #dddddd;overflow: hidden;}
#frame3 .item:nth-child(3n){margin-right: 0;}
#frame3 .item .txt{padding:  30px 40px 50px;}
#frame3 .item h3{font-size: 22px;line-height: 30px;margin-bottom: 20px;color: #666666;}
#frame3 .item p{line-height: 30px;color: #666;}
#frame3 .item:hover h3{color: #f2b82c;}
@media (min-width:992px) and (max-width:1229px){
}
@media (min-width:768px) and (max-width:991px){
    #frame3 .item{width: calc((100% - 15px)/2);margin: 0 15px 15px 0;}
    #frame3 .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:1px) and (max-width:767px){
    #frame3 .item{width: calc((100% - 10px)/2);margin: 0 10px 10px 0;}
    #frame3 .item i{margin-bottom: 10px;font-size: 30px;}
    #frame3 .item:nth-child(2n){margin-right: 0;}
    #frame3 .item h3{font-size: 16px;line-height: 1.5;margin-bottom: 10px;}
    #frame3 .item p{font-size: 12px;line-height: 1.5;min-height: 54px;}
    #frame3 .item .txt{padding: 15px;}
}

.feedbackbox{}
.feedbackbox li{width:100%;overflow:hidden;display:flex;margin:0 0 25px;}
.feedbackbox li.border{border:2px solid #f4f4f4;}
.feedbackbox .half{width:48.5%;}
.feedbackbox .input{background-color:#eee;padding:5px 10px;height:50px;margin:0;font-size:16px;width:100%;}
.feedbackbox .input:focus{box-shadow:none;}
.feedbackbox textarea.input{height:160px;resize:none;}
.feedbackbox .btnli{display:block;width:100%;margin-bottom:0;}
.feedbackbox .btnli .morelink{text-transform:uppercase;min-width:160px;text-align:center;}
.feedbackbox .btnli .morelink:hover{}
@media (min-width:992px) and (max-width:1329px){
    .feedbackbox .btnli{margin-top:0;}
}
@media (min-width:768px) and (max-width:991px){
    .feedbackbox .btnli{margin-top:0;}
    .feedbackbox .input{height:45px;}
}
@media (min-width:1px) and (max-width:767px){
    .feedbackbox .half{width:100%;margin:0 0 15px;}
    .feedbackbox .input{height:40px;}
    .feedbackbox .btnli{margin-top:0;}
}

footer{background:url("/Template/Default/images/foot.png.webp") no-repeat;padding-top:80px;position: relative;background-size: cover;}
footer .right{width: 790px;}
#fck1{width:55%;margin:0;}
#fck2{width:22%;margin:0;}
#fck3{width:11%;margin:0;}
#language{padding:10px 0px; text-align:center;background-color:#fff;}
#language ul li {margin:0;display:inline-block;}
#language ul li a{font-size:16px; line-height:2em;}
#language ul li a img{margin-top:5px;}
#language ul li a span{font-size:14px; line-height:2em;}

footer .info{position: relative;align-items: center;border-bottom: 1px solid rgba(255,255,255, 0.15);padding-bottom: 50px;}
footer .info .right{width: 77%;justify-content: right;}
footer .info .right li{display: flex;text-align: right;padding: 0 20px;}
footer .info .right li:not(:last-child){border-right: 1px solid #fff;}
footer .info .right li a{color: #ffffff;line-height: 1;}
footer .info .right li a:hover{color: #f2b82c;}
footer .list{width: 100%;padding-top:50px;padding-bottom: 25px;}
footer dl dt{font-size:22px;line-height:36px;margin-bottom:20px;position:relative;color: #ffffff;text-transform: capitalize;width: 100%;}
footer dl dd{font-size:16px;line-height:36px;position:relative;color:#fff;display: flex;margin-bottom: 5px;}
footer dl dd>a{font-size:16px;line-height:36px;display:inline-flex;color:#fff;}
footer dl dd>a:hover{color: #f2b82c;}
footer dl dd span{display: inline-block;width: calc(100% - 45px);}
footer dl dd em{margin:6px 10px auto 0;color: #f2b82c;font-style: inherit;font-size: 14px;font-family: iconfont;line-height: 1;}
footer dl dd em::before{content: "\e7a7";}
footer .logo{text-align: center;margin-bottom: 20px;}
#fck1{display: flex;}
#fck1::after{width: 1px;height: 200px;margin: 10px 0 auto 100px;content: "";background: rgba(255,255,255, 0.15);display: block;}
#fck1 dl dd{margin-bottom: 40px;}

#fck2 dl dd{display: flex;margin-bottom: 15px;} 
#fck2 dl dd i{margin-right: 10px;font-size: 22px;}

#fck3 dl{}


footer .feedbackbox{width: 100%;flex-wrap: wrap;}
footer .feedbackbox .input{border-radius: 5px;border: 1px solid rgba(255,255,255, 0.15);background: transparent;margin-bottom: 10px;height: 45px;color: #fff;}
footer .feedbackbox .input::placeholder{color: #fff;}
footer .feedbackbox #txtMessage{background: transparent;border: 1px solid rgba(255,255,255, 0.15);width: 100%;border-radius: 5px;line-height: 40px;height: 100px;padding:0 10px;resize:none;color: #fff;}
footer .feedbackbox #txtMessage::placeholder{color: #fff;}
footer .feedbackbox .inputgroup{width: 100%;}
footer .feedbackbox .morelink{border-radius: 5px;background: #015be3;color: #fff;font-family: SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;transition: all .5s;}
footer .feedbackbox .morelink i{color: #f2b82c;margin-left: 10px;}
footer .feedbackbox .morelink:hover{color: #f2b82c;background: #fff;}
footer .feedbackbox .btngroup{margin-top: 10px;    }
footer .feedbackbox .half{width: 32%;}

.foot_by{overflow:hidden;text-align:center;padding-top:20px;padding-bottom:20px;border-top: 1px solid rgba(255,255,255, 0.15);}
.foot_by .footdiv{font-size:16px; line-height:30px;margin:0;display:inline-block;}
.foot_by .footdiv a{display:inline-block; font-size:16px; line-height:30px;color: #fff;}
.foot_by .footdiv.fl{text-align:center;color: #fff;display: block;float: left;}
.foot_by .footdiv.fr{text-align:center;color: #fff;display: block;float: right;}
.foot_by .footdiv a:hover{text-decoration:underline;color:#f2b82c;}

.footshare{text-align:center;margin:25px auto 0;display:flex;align-items: center;}
.footshare span{margin-right: 25px;}
.footshare .code{margin-right: 25px;}
.footshare>a{text-align:center;display:inline-block;line-height: 32px;text-align: center;color: #212121;border-radius: 50%;background: transparent;width: 32px;height: 32px;background: #fff;}
.footshare>a:last-child{margin-right: 0;}
.footshare>a>i{font-size:20px;text-align:center;display:inline-block;}
.footshare>a.ico_youtube:hover{background:#ef2638;color: #fff;}
.footshare>a.ico_linkedin:hover{color:#fff;background:#0b66c1;}
.footshare>a.ico_facebook:hover{color:#fff;background-color:#3a59a3;}
.footshare>a.ico_twitter:hover{color:#fff;background-color:#000;}
.footshare>a.ico_instagram:hover{color:#fff;background-color:#d13e79;}
.footshare>a.ico_skype:hover{color:#fff;background-color:#01aef0;}
.footshare>a.ico_wechat:hover{background-color:#13c939;border-color:#13c939;}
.footshare>a.ico_whatsapp:hover{background-color:#21a937;border-color:#21a937;}
.footshare>a.ico_qq:hover{background-color:#2bace3;}
.footshare>a.ico_weibo:hover{background-color:red;}
.footshare>a.ico_tiktok:hover{color:#fff;background-color:#000;}
.footshare>a:hover{color: #fff;}
@media (min-width:992px){

}
@media (min-width:992px) and (max-width:1329px) {
    #language ul li a span{line-height:1;display:block;margin-top:3px;}
    #language ul li a img{display:block;margin:0 auto;}

    footer .info h5{max-width: 45.7%;color: #fff;font-size: 24px;line-height: 60px;}
    footer .right{width: 70%;}

    #fck1{width:25%;margin:0;}

    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}
    
    .foot_by{}
    .foot_by .footdiv{font-size:14px;}
    .foot_by .footdiv.fl{width:auto;}
    .foot_by .footdiv a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:0px;}
    footer .left{width: 100%;}
    footer .feedbackbox{width: 100%;}
    footer .info h5{font-size: 20px;line-height: 60px;}
    footer .info .morelink{font-size: 24px;border-radius: 0;padding: 10px 25px;line-height: 34px;}
    footer .info img{margin: 0 auto 30px;}
    footer .info .right{width: 100%;}
    #fck1{width:100%;margin:0 0 30px;}
    #fck2{width:100%;margin:0 0 30px;}
    #fck3{width:100%;margin:0 0 30px;}
    .footshare{max-width: 20%;text-align: left;margin-left: 0;}
    footer dl dt{}
    footer dl dd{}
    footer dl dd>a{}
    
    #language ul li a span{line-height:1;display:block;margin-top:3px;font-size:12px;}
    #language ul li a img{display:block;margin:0 auto;}
    
    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:15px;}
    
    .foot_by{}
    .foot_by .footdiv{font-size:13px;}
    .foot_by .footdiv a{font-size:13px;}
    .foot_by .footdiv.fl{}
    .foot_by .footdiv.fr{margin:0;text-align:left;}
    .foot_by .footdiv.fr .flink{height:30px;line-height:28px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer .left{width: 100%;}
    footer .feedbackbox{width: 100%;padding: 15px;}
    footer .feedbackbox .half{width: 100%;}
    footer{padding-top:25px;padding-bottom:50px;}
    footer .footinfo p{font-size:16px;line-height:1.5;}
    footer .info{margin-bottom: 15px;background: transparent;border: 0;padding: 0;}
    footer .info img{margin: 0 0 30px;}
    footer .info .right{width: 100%;}
    footer .info .right li{width: 100%;justify-content: start;border: none !important;margin-bottom: 15px;}

    footer .right{width: 100%;}
    .footmenu{border-radius:0;padding:0;justify-content:flex-start;}
    
    footer .list{padding-bottom: 15px;padding-top: 20px;}
    footer .info::after{display: none;}
    #fck1{width:100%;margin-bottom:10px;}
    #fck2{width:100%;margin-bottom:10px;display: none;}
    #fck3{width:100%;margin-bottom:10px;display: none;}
    #fck4{width:100%;margin-bottom:10px;display: none;}
    #fck1 dl dd{line-height:1.5;display: flex;}
    #fck1 dl dd.footshare{margin-top: 10px;}
    #fck2 dl dd{width: 100%;}
    #language{padding:6px 0;}
    #language ul{flex-wrap:wrap;}
    #language ul li{width:20%;}
    #language ul li a img{display:block;margin:0 auto;}
    #language ul li a span{font-size:12px;}

    
    .footshare>a{margin-right:8px;}

    
    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:0;padding-bottom:8px;}
    footer dl dt::after{content:"\e8f2";font-family:iconfont;margin-left:10px;font-size:16px;display:inline-block;}/*transform:rotate(90deg);*/
    footer dl dd{display:none;font-size:14px;line-height:1.5;margin-bottom: 5px;}
    footer dl dd>a{font-size:14px;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd>a{font-size:12px;}
    .foot_by{}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;padding:5px 0;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;width:100%;}

    .foot_by .footdiv.fl{float:none;padding:5px 0;text-align:center;width:100%;}
    .foot_by .footdiv.fr{float:none;padding:5px 0;text-align:center;width:100%;margin:0}
}
@media (min-width:1px) and (max-width:500px) {
    footer .info p{max-width: 100%;color: #fff;}
}
#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:1;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;color: #898989;font-size:14px;}
#mobMenu .foot_nav i{display: block;padding: 3px 0px 0px 0px;font-size:18px;line-height:24px;}
#mobMenu .foot_nav .hamburger{position: inherit;float: none;margin: 0 auto;width:100%;}
@media (min-width:1px) and (max-width:767px) {
    #mobMenu{display:block;}
}

#PageInquiry{position:fixed;right:40px;bottom:100px;background-color:#f2b82c;box-shadow:0 0 10px #f2b82c;border-radius:5px;cursor:pointer;line-height:40px;padding:0 10px;color:#FFF;font-size:18px;z-index:10}
#PageInquiry>i{font-size:24px;color:#fff;line-height:40px;float:left;margin-right:10px;}

#float{position:fixed;right:0;top:50%;margin-top:-60px;z-index:55;}
#float .ico{display:block;width:60px;height:60px;text-align:center;background:#f2b82c;position:relative;cursor:pointer;margin-bottom:5px;}
#float .ico>i{font-size:30px;line-height:60px;display:block;color:#fff;}
#float .ico>.img{position:absolute;right:60px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico>.img>img{width:100%;}
#float .ico:hover>.img{display:block;}
#float .ico.btninquy i{animation: blink .6s infinite;}
#float .ico>i.ico-whatsapp{background: #21a937;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px;}
    #float .ico>i{font-size:20px;line-height: 40px;}
    #float .ico>.img{right:40px;}
}
@keyframes blink {
    0% {
        opacity: 1;
        color: #fff
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

#floatForm{position:fixed;right:0;bottom:0;z-index:999; transition: all 0.35s;}
#floatForm[typeof='close']{ transform: translateY(100%);}
#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: 20px; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:#0060ba 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 #0060ba; background: #fff; display: flex; align-items: center; justify-content: center;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 30px; height: auto; margin-left: 0;}
#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:10px 20px;min-width:120px;font-size:16px;border:1px solid #0060ba;background-color:#0060ba;text-align:center;color:#fff;border-radius:5px;display:inline-block; height: auto;}
#floatForm .contactForm .submit:hover{}



/*共用*/
#PageMenu{box-shadow: 0 0 32px rgba(4, 0, 0, 0.08);}
#PageMenu a{display: inline-block;margin-right: 90px;padding: 25px 0;font-family:SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif ;position: relative;text-transform: capitalize;line-height: 25px;}
#PageMenu a::after{content:"";width: 0%;height: 2px;background: #f2b82c;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);transition: all 0.3s;}
#PageMenu a:hover::after,#PageMenu a.active::after{width: 90%;}
#Location{width:100%;padding:15px 0;position: relative;}
#Location .flex_between{align-items: center;}
#Location .location{}
#Location .location:before{content:"\e63d";font-family:iconfont;font-size:23px;vertical-align:top;line-height:36px;margin-right:0px;color: #999;}
#Location .location a{display:inline-block;font-size:16px;line-height:36px;color:#999999;text-transform: uppercase;font-family: SourceHanSansCN-Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif ;}
#Location .location a:not(:last-child)::after{content:"-";margin:0 5px;vertical-align:top;font-family: iconfont;color: #666;font-size: 14px;}
#Location .location a:last-child{}
#Location .location a:hover{color:#f2b82c;}
#Location .location span{display:inline-block;font-size:16px;line-height:36px;color:#f2b82c;text-transform: uppercase;font-family: SourceHanSansCN-Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif ;}
#Location.plocation{}
@media (min-width:992px) and (max-width:1329px) {
    #Location{}
    #Location .location a{font-size:15px;}
    #Location .location span{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #PageMenu a{margin-right: 60px;padding: 15px 0;}
    #Location{margin-top: 0;}
    #Location .location{}
    #Location .location a{font-size:14px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:14px;line-height:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #PageMenu a{margin-right: 30px;padding: 10px 0;}
    #Location{margin-top: 0;}
    #Location .location a{font-size:13px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:13px;line-height:18px;}
}

/*左侧菜单*/
#left_nav{width:315px;position: relative;}
#left_nav .left_nav{position: sticky;top: 20%;}
#left_nav dl{margin-bottom:30px;}
#left_nav dl>dt{font-size:20px;line-height:30px;position:relative;margin-bottom:5px;text-transform: capitalize;display: flex;padding:15px 15px;background: #f4f4f4;}
#left_nav dl>dt>i{display:inline-block;font-size:27px;line-height:30px;margin-right:10px;vertical-align:top;color: #f2b82c;}
#left_nav dl>dd{position:relative;cursor:pointer;margin-bottom: 30px;}
#left_nav dl>dd>a{font-size:22px;line-height:30px;position:relative;color: #333;text-transform: uppercase;transition: all 0.3s;white-space: nowrap;overflow:hidden;text-overflow: ellipsis;display: block;font-family: SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;padding-left: 15px;z-index: 1;}
#left_nav dl>dd>a::before{content: "";position: absolute;height: 30px;width: 5px;background: #f2b82c;left: 0;z-index: -1;transition: all .3s;}
#left_nav dl>dd>i{position:absolute;right:5px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;display: none;}
#left_nav dl>dd>i:before{content:"\e68a";font-size:12px;line-height:30px;width:30px;height:30px;display:block;font-weight: bold;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#fff;}
#left_nav dl>dd.active>a::before,#left_nav dl>dd:hover>a::before{width: 100%;}
#left_nav dl>dd.active>i::before,#left_nav dl>dd:hover>i::before{color: #fff;}
#left_nav dl>dd ul{transition:all 0s;display:none;}

#left_nav dl>dd>a::after{content: "\e68a";font-size:12px;line-height:30px;width:30px;height:30px;display:block;font-weight: bold;font-family: iconfont;position: absolute;right: 5px;top: 50%;transform: translateY(-50%) rotate(-90deg);color: #333;text-align: center;}
#left_nav dl>dd.active>a::after,#left_nav dl>dd:hover>a::after{color: #f2b82c;}
#left_nav dl>dd.active>ul{display:block;padding: 0 0 0 15px;}
#left_nav dl>dd ul>li{padding:0;}
#left_nav dl>dd ul>li:not(:last-child){border-bottom: 1px solid #d0e7ce;}
#left_nav dl>dd ul>li>a{font-size:20px;position:relative;color:#666666;line-height: 40px;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{color:#f2b82c;}
#left_nav dl>dd ul>li.active>a:before,#left_nav dl>dd ul>li:hover>a:before{background:#f2b82c;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0 ;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}
@media (min-width:992px) and (max-width:1329px) {
    #left_nav{width:30%;padding-right:20px;}
    #left_nav dl{}
    #left_nav dl>dt{font-size:22px;}
    #left_nav dl>dd:before{height:40px;}
    #left_nav dl>dd ul>li>a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    .left_box{width:100%;}
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;position: relative;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:10px;font-size:18px;display:flex;line-height: 40px;}
    #left_nav dl>dt>i{line-height: 40px;}
    #left_nav dl:after{content:"\e635";font-family:iconfont;float:right;position:absolute;border:none;top:10px;width:40px;height:40px;line-height:40px;right:0;text-align:center;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{height:40px;}
    #left_nav dl>dd>i{top: 5px;}
    #left_nav dl>dd>a{font-size:15px;}
    #left_nav dl>dd ul>li{padding:10px 0 10px 0;}
    #left_nav dl>dd ul>li>a{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {   
    .left_box{width:100%;}
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;}
    #left_nav dl{padding:0;border-left:none;margin-bottom:0;position: relative;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:10px;font-size:18px;display:block;line-height: 30px;}
    #left_nav dl>dt>i{line-height: 40px;}
    #left_nav dl:after{content:"\e600";font-family:iconfont;float:right;position:absolute;border:none;top:10px;width:30px;height:30px;line-height:30px;right:0;text-align:center;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{height:40px;}
    #left_nav dl>dd>a{font-size:15px;padding:5px 15px;}
    #left_nav dl>dd>i{top: 5px;}
    #left_nav dl>dd ul>li{padding:10px 0 10px 0;}
    #left_nav dl>dd ul>li>a{font-size:14px;}
}

#left_nav .leftContact{margin-top:40px;overflow: hidden;padding:10px 10px 30px;background: #f4f4f4;}
#left_nav .leftContact .contacts{padding: 30px 10px 0;}
#left_nav .leftContact .contacts .item{margin-bottom: 5px;display: flex;align-items: center;}
#left_nav .leftContact .contacts .item i{font-size:17px;color:#f2b82c;text-align: center;display: inline-block;line-height: 30px;margin-right: 10px;}
#left_nav .leftContact .contacts .item p{font-size: 16px;text-transform: uppercase;}
#left_nav .leftContact .contacts .item a{display: inline-flex;line-height:30px;font-size: 16px;}
#left_nav .leftContact .contacts .item a:hover{color: #f2b82c;}
#left_nav .leftContact .morelink{font-size: 16px;line-height: 35px;text-transform: capitalize;border-radius: 0px;background: #f2b82c;padding: 7.5px 35px;display: inline-flex;transition:all 0.3s;margin-top: 15px;}
#left_nav .leftContact .morelink .btnline{margin-left: 15px;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav .leftContact{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav .leftContact{display:none;}
   
}

#left_nav .LeftProduct{margin-top:40px;border: 1px solid #e5e5e5;}
#left_nav .LeftProduct>h3{padding:0px 30px;font-size:33px;line-height:35px;position:relative;margin-bottom:30px;text-transform: capitalize;color: #04396a;margin-top: 25px;}
#left_nav .LeftProduct>h3::before{content: "";width: 10px;height: 45px;position: absolute;left: 0px;top: 0;background: #059d8d;}

#left_nav .LeftProduct .list{position:relative;}
#left_nav .LeftProduct .list .item{background: #f5f5f5;margin-bottom: 10px;padding: 15px 10px;align-items: center;}
#left_nav .LeftProduct .list .item .pic{width:35%;}
#left_nav .LeftProduct .list .item .txt{padding:0 15px ;width: 65%;}
#left_nav .LeftProduct .list .item h3{font-size:18px;line-height:22px;color:#222c47;overflow:hidden;margin-top:15px;font-family: SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;text-align: left;}
#left_nav .LeftProduct .list .item:last-child{margin-bottom: 0;}
#left_nav .LeftProduct .list .item h3:hover{color: #f2b82c;}
#left_nav .LeftProduct .swbtn{position:absolute;top:calc(50% - 30px);z-index:2;height:60px;line-height:60px;background-color:#dedede;}
#left_nav .LeftProduct .swbtn>i{display:block;width:25px;font-size:20px;color:#fff;text-align:center;}
#left_nav .LeftProduct .swbtn:hover>i{background-color:#004ea3;}
#left_nav .LeftProduct .swbtn.btn-prev{left:13px;}
#left_nav .LeftProduct .swbtn.btn-next{right:13px;;}
#left_nav .LeftProduct .swbtn.btn-prev i{transform: rotate(90deg);}
#left_nav .LeftProduct .swbtn.btn-next i{transform: rotate(-90deg);}
@media (min-width:992px) and (max-width:1329px) {
    #left_nav .LeftProduct h2{padding:15px;font-size:20px;background-size: cover;}
    #left_nav .LeftProduct .list{padding:20px 20px 20px;}
    #left_nav .LeftProduct .swbtn{top:calc(50% - 30px);}
    #left_nav .LeftProduct .swbtn.btn-prev{left:20px;}
    #left_nav .LeftProduct .swbtn.btn-next{right:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav .LeftProduct{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav .LeftProduct{display:none;}
}


#pform{position: relative;padding: 0px 0;overflow: hidden;display: flex;background: #f5f7fa;margin-bottom: 35px;border-radius: 5px;}
#pform #ptext{width: calc(100% - 50px);float: left;border: none;background: #fff;color: #a8a8a8;line-height: 50px;padding-left: 15px;}
#pform #pbut{float: right;background: #000;border: none;cursor: pointer;color: #fff;}
#pform #pbut::placeholder{color: #a8a8a8;}
#pbut>i {display: inline-block;font-size: 20px;line-height: 50px;color: #fff;background: #000;width: 50px;}
#right_nav{width:1025px;}
@media (min-width:992px) and (max-width:1739px) {
    #right_nav{width:70%;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
}

.pagesize{width: 65px;position: relative;}
.pagesize h5{background: #fff;border-radius: 6px;display: flex;padding: 0 10px;line-height: 24px;color: #6f6f6f;}
.pagesize h5::after{content: "\e610";font-family: iconfont;transform: rotate(90deg);}
.pagesize h5 i{color: #f2b82c;margin-right: 5px;font-size: 15px;margin-left: 5px;}
.pagesize ul{display: none;position: absolute;top: 100%;width: 100%;background: #fff;z-index: 2;}
.pagesize ul.active{display: block;}
.pagesize ul li{text-align: center;}
.pagesize ul li a{display: block;padding: 5px 0;}
.pagesize ul li:hover,.pagesize ul li:hover a{background: #f2b82c;color: #fff;}

.pageTitle{margin-bottom:50px;padding-bottom:30px;position:relative;}
.pageTitle:before{content:"";width:200%;height:1px;background-color:#efefef;position:absolute;left:-50%;bottom:0;}
.pageTitle h2{display:inline-block;font-size:38px;line-height:50px;vertical-align:top;margin-right:20px;}
.pageTitle h2 i{display:inline-block;font-size:38px;line-height:50px;vertical-align:top;margin-right:10px;}
.pageTitle p{display:inline-block;font-size:16px;line-height:24px;margin-top:20px;vertical-align:top;color:#888;}
.pageTitle p em{display:inline-block;font-style:initial;color:red;}
@media (min-width:1px) and (max-width:767px) {
    .pageTitle{padding-bottom:10px;margin-bottom:20px;}
    .pageTitle h2{font-size:24px;}
    .pageTitle p{font-size:14px;margin-top:0;display:block;}
}

.show_icon{display: inline-block;}
.show_icon i{background: #fff;border-radius: 50%;width: 40px;height: 40px;line-height: 40px;color: #f2b82c;display: block;text-align: center;font-size: 21px;margin:0 auto;position: relative;}
.show_icon i::after,.show_icon i::before{position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}
.show_icon i:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}
.show_icon i:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

#SearchPage .item{width: calc((100% - 30px)/2);background: #fff;padding:40px;box-shadow: 0 0 15px rgba(0 , 0, 0, 0.08);margin: 0 30px 30px 0;}
#SearchPage .item:nth-child(2n){margin-right: 0;}
#SearchPage .item h3{font-size: 30px;}
#SearchPage .item p{height: 48px;overflow: hidden;text-overflow: ellipsis;}
/*关于我们*/
#aboutframe{background: url("/Template/Default/images/aboutus.png.webp") no-repeat;}
.Column{display: flex;justify-content: center;align-items: center;}
.Column a{font-size: 16px;line-height: 30px;text-align: center;display: inline-block;text-transform: capitalize;transition: all .3s;color: #666666;padding: 3px 20px;}
.Column a.active{color: #fff;background: linear-gradient(90deg,#00a6d8,#015be3);border-radius: 5px;}
.Column a:hover{color: #f2b82c;}
.Column a.active{}
@media (min-width:992px) and (max-width:1329px) {
    .Column{margin: 20px 0 45px;}
    .Column a{padding: 13px 25px;font-size: 18px;line-height: 30px;min-width: 160px;margin-bottom: 10px;margin-left: 20px;}
}
@media (min-width:768px) and (max-width:991px) {
    .Column{margin: 10px 0 25px;}
    .Column a{padding: 5px 15px;font-size: 16px;line-height: 30px;min-width: 120px;margin-bottom: 10px;margin-left: 15px;}
}
@media (min-width:1px) and (max-width:767px) {
    .Column{margin: 10px 0 25px;}
    .Column a{padding: 5px 15px;font-size: 16px;line-height: 30px;min-width: 120px;margin-bottom: 10px;margin-left: 10px;}
    .Column a:not(:last-child){margin-right: 20px;}
}

#ab_info{background: url("/Template/Default/images/aboutus.png.webp") no-repeat;background-size: cover;padding-bottom: 195px;}
#ab_info .container>.flex_between{position: relative;flex-direction:row-reverse;}
#ab_info .left{width:56%;position: relative;z-index: 1;padding-top: 45px;}
#ab_info .left .title{margin-bottom: 0;}
#ab_info .left .title h3{font-size: 40px;line-height: 40px;text-transform: uppercase;font-family: SourceHanSansCN-Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif;color: #333;margin-bottom: 30px;display: flex;}
#ab_info .left .title h3::before{content: "";height: 40px;width: 6px;background: linear-gradient(#00a6d8,#015be3);display: block;margin-right: 20px;}
#ab_info .left .title p{color: #666;font-size: 16px;line-height: 26px;}
#ab_info .left .content p{color: #666;line-height: 36px;text-indent:32px}
#ab_info .right{width: 37%;}
#ab_info .right img{width: 100%;height: auto;object-fit: cover;}
#ab_info .numlist{margin-top: 65px;display: flex;justify-content: space-between;}
#ab_info .numlist .item{width: auto;justify-content: center;align-items: center;position: relative;display: flex;}
#ab_info .numlist .item i{font-size: 60px;margin-right: 15px;color: #666666;}
#ab_info .numlist .item h3{line-height: 1;font-family: SourceHanSansCN-Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif;align-items: start;display: flex;color: #666666;}
#ab_info .numlist .item h3 span{font-size: 48px;color: #f2b82c;}
#ab_info .numlist .item p{line-height: 18px;max-width: 160px;color: #666;}
@media (min-width:992px) and (max-width:1329px) {
    #ab_info .numlist .item i{font-size: 48px;}
}
@media (min-width:768px) and (max-width:991px){
    #ab_info .right,#ab_info .left{margin: 0;}
    #ab_info .right{display: none;}
    #ab_info .left{width: 100%;}
    #ab_info .content{font-size:14px;line-height:1.8;}
    #ab_info .left .title h3{font-size: 48px;}
    #ab_info .numlist .item{width: 50%;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_info .right{display: none;}
    #ab_info .left ul{overflow-y: visible;height: auto;max-height: 100%;}
    #ab_info .left,#ab_info .right{margin: 0;}
    #ab_info .left{width: 100%;padding: 15px;}

    #ab_info .content{font-size:14px;line-height:1.8;width: 100% !important;}
    #ab_info .left .title {margin-bottom: 10px;width: 100%;}
    #ab_info .left .title h2{font-size: 16px;}
    #ab_info .left .title h3{font-size: 24px;margin-bottom: 10px;line-height: 1.5;}
    #ab_info .left .title .line{margin-bottom: 10px;}
    #ab_info .numlist{margin-top: 20px;}

    #ab_info .numlist .item{width: 50%;justify-content: left;}
    #ab_info .numlist .item i{font-size: 40px;margin-right: 15px;}
    #ab_info .numlist .item h3{font-size: 24px;}
}
@media (min-width:1px) and (max-width:500px) {
    #ab_info .numlist .item{width: 100%;justify-content: left;margin-bottom: 20;}
}
#aboutframe1{background: #b7d8e7;padding-top: 0;overflow: visible;}
#aboutframe1 .container{position: relative;}
#aboutframe1 .left{width: calc(100% - 70px);background: url("/Template/Default/images/aboutframe1.png.webp") no-repeat top left;background-color: #fff;margin-top: -105px;padding: 60px 410px 90px 45px;}
#aboutframe1 .left .title{margin-bottom: 0;}
#aboutframe1 .left .title h3{font-size: 40px;line-height: 40px;text-transform: uppercase;font-family: SourceHanSansCN-Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif;color: #333;margin-bottom: 45px;display: flex;}
#aboutframe1 .left .title h3::before{content: "";height: 40px;width: 6px;background: linear-gradient(#00a6d8,#015be3);display: block;margin-right: 20px;}
#aboutframe1 .left p{line-height: 48px;color: #666;text-indent:32px}
#aboutframe1 .left img{margin-top: 50px;display: flex;}
#aboutframe1 .left img::before{content: "";width: 50px;height: 1px;background: #000;margin: auto 15px auto 0;}
#aboutframe1 .right{position: absolute;right: 0;top: 0;z-index: 1;}
@media (min-width:992px) and (max-width:1229px) {
    #aboutframe1 .left{max-width: 100%;width: 100%;}
    #aboutframe1 .left ul{display: flex;}
    #aboutframe1 .left ul li{width: calc((100% - 30px)/3);margin-right: 15px;}
    #aboutframe1 .left ul li:nth-child(3){margin-right: 0;}
}
@media (min-width:768px) and (max-width:991px){
    #aboutframe1 .left{max-width: 100%;width: 100%;}
    #aboutframe1 .left ul{display: flex;flex-wrap: wrap;}
    #aboutframe1 .left ul li{width: calc((100% - 15px)/2);margin-right: 15px;}
    #aboutframe1 .left ul li:nth-child(2){margin-right: 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #aboutframe1 .left .item h3{color: #f2b82c;font-size: 30px;line-height: 1;}
    #aboutframe1 .left{max-width: 100%;width: 100%;padding: 15px;margin-top: auto;}
    #aboutframe1 .right{width: 100%;position: relative;display: none;}
    #aboutframe1 .left ul{display: flex;flex-wrap: wrap;}
    #aboutframe1 .left ul li{width: calc((100% - 15px)/2);margin-right: 15px;}
    #aboutframe1 .left ul li h4{font-size: 16px;text-transform: uppercase;line-height: 30px;}
    #aboutframe1 .left ul li p{font-size: 14px;line-height: 1.5;}
    #aboutframe1 .left ul li:nth-child(2){margin-right: 0;}
}
@media (min-width:1px) and (max-width:500px) {
    #aboutframe1 .left ul li{width:100%;margin-right: 0;}
}
#Historyframe{padding-bottom: 30px;}
.HistoryList{position: relative;justify-content: space-between;flex-wrap: wrap;flex-direction: row-reverse;display: flex;}
.HistoryList .item{width:100%;position:relative;cursor:pointer;}
.HistoryList .item:nth-child(2n){text-align:right;padding-right:8%;margin-right:50%;}
.HistoryList .item:nth-child(2n+1){text-align:left;padding-left:8%;margin-left:50%;}
.HistoryList .item .circle{width:34px;height:34px;background-color:#fff;border:1px solid #f2b82c;position:absolute;border-radius:50%;top:1px;box-sizing:border-box;transition:all 0.6s;z-index:2;}
.HistoryList .item .circle:before{content:"";width:14px;height:14px;background-color:#f2b82c;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;transition:all 0.6s;}
.HistoryList .item:nth-child(2n+1) .circle::after{content: "";position: absolute;width: 0;height: 0;border-left: 5px solid #f2b82c;border-top: 5px solid transparent;border-bottom: 5px solid transparent;left: 32px;top:50%;transform: translateY(-50%);}
.HistoryList .item:nth-child(2n) .circle::after{content: "";position: absolute;width: 0;height: 0;border-right: 5px solid #f2b82c;border-top: 5px solid transparent;border-bottom: 5px solid transparent;right: 32px;top:50%;transform: translateY(-50%);}
.HistoryList .item:nth-child(2n) .circle{right:-17px;}
.HistoryList .item:nth-child(2n+1) .circle{left:-17px;}
.HistoryList .item:after{content:"";width:2px;height:100%;background-color:#ddd;position:absolute;top:10px;transition:all 0.6s;z-index:0;}
.HistoryList .item:before{content:"";width:2px;height:0;background-color:#ddd;position:absolute;top:10px;transition:all 0.6s;z-index:1;}
.HistoryList .item:nth-child(2n):after{right:-1px;}
.HistoryList .item:nth-child(2n+1):after{left:-1px;}
.HistoryList .item:nth-child(2n):before{right:-1px;}
.HistoryList .item:nth-child(2n+1):before{left:-1px;}
.HistoryList .item.active:before{height:100%;background-color:#f2b82c;}


.HistoryList .item h4{font-size:24px;line-height:1;}
.HistoryList .item p{font-size:16px;line-height:26px;color:#343434;margin-top:30px;padding: 30px 35px;background: #f0f0f0;position: relative;}
.HistoryList .item:nth-child(2n+1) p::before{content: "";position: absolute;border-bottom: 10px solid #f0f0f0;border-right: 10px solid transparent;border-left: 10px solid transparent;top: -10px;left: 20px;}
.HistoryList .item:nth-child(2n) p::before{content: "";position: absolute;border-bottom: 10px solid #f0f0f0;border-right: 10px solid transparent;border-left: 10px solid transparent;top: -10px;right: 20px;}
.HistoryList .item .pic{margin-top:10px;}
@media (min-width:992px) and (max-width:1329px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    .HistoryList .item{padding-bottom:20px;}
    .HistoryList .item h3{font-size:30px;}
    .HistoryList .item p{font-size:14px;line-height:1.5;}
    .HistoryList .item:nth-child(2n){margin-left:2%;padding-left:20px;margin-right:0;padding-right:0;text-align:left;}
    .HistoryList .item:nth-child(2n)::after{left:-1px;right:initial;}
    .HistoryList .item:nth-child(2n)::before{left:-1px;right:initial;}
    .HistoryList .item:nth-child(2n+1){margin-left:2%;padding-left:20px;padding-right:0;}

    .HistoryList .item .circle{width:30px;height:30px;}
    .HistoryList .item:nth-child(2n) .circle{left:-15px;right:initial;}
    .HistoryList .item:nth-child(2n+1) .circle{left:-15px;}
}

#history{padding-top: 90px;background: #192a41 url("/Template/Default/images/history.jpg.webp") no-repeat;}
#history .title{margin-bottom:105px;}
#history .title h3{color: #fff;}
#history .title h3::after{width: 55px;height: 2px;background: #f2b82c;content: "";display: block;margin-top: 20px;}
#history .list{position:relative;padding: 0 50px;}
#history .swiper-slide h4{color: #f2b82c;font-size: 36px;margin-bottom: 10px;}
#history .swiper-slide i{width: 45px;height: 45px;line-height: 45px;text-align: center;border-radius: 50%;background: #f2b82c;display: block;color: #fff;font-size: 21px;margin-left: 20px;margin-bottom: 35px;}
#history .txt{background: #fff;padding: 20px 20px 40px;margin-left: 10px;position: relative;}
#history .txt::before{content: "";width: 0;height: 0;border-left: 14px solid transparent;  border-right: 14px solid transparent;  border-bottom: 25px solid #fff;position: absolute;display: block;top: -14px;left: 18px;}
#history .txt p{position:relative;line-height: 26px;color: #666666;}
#history .title .flex_start{align-items: center;}
#history .swiper-container::after{width: 100%;height: 1px;content: "";background: rgba(255,255,255,0.29);display: block;position: absolute;left: 0;top: 85px;}
#history .swiper-pagination{display: flex;position: inherit;margin-right: 30px;}
#history .swiper-pagination-bullet{width: auto;height: auto;line-height: 58px;font-size: 18px;color: #555;border-bottom: 1px solid transparent;background: transparent;border-radius: 0;margin: 0 25px;opacity: 1;}
#history .swiper-pagination-bullet-active{color: #f2b82c;border-color: #f2b82c;}
#history .swiper-slide:hover .item{border-color: #f2b82c;}
#history .swiper-slide:hover h4{color: #f2b82c;}
#history .swbtn{position: absolute;}
#history .swbtn i{width: 36px;height: 36px;background: #f2b82c;text-align: center;line-height: 36px;display:inline-block;color: #fff;font-size: 18px;}
#history .swbtn.btn-prev{left: 0;top: 75px;}
#history .swbtn.btn-next{right: 0;top: 75px;}
#history .swbtn.btn-prev i{transform: rotate(90deg);}
#history .swbtn.btn-next i{transform: rotate(-90deg);}

#workshop{}
#workshop .title{position: relative;text-align: center;}
#workshop .item{text-align: center;position: relative;width: calc((100% - 90px)/4);margin: 0 30px 30px 0;overflow: hidden;position: relative;}
#workshop .item:nth-child(4n){margin-right: 0;}
#workshop .btnlist{text-align: center;}
#workshop .btnlist .morelink{background: transparent;border: 1px solid #f2b82c;border-radius: 50px;color: #000;transition: all .3s;}
#workshop .btnlist .morelink:hover{background: #f2b82c;color: #fff;}

#certificate{padding: 80px 0 100px;}
#certificate .title{text-align: center;}
#certificate h3{font-size: 36px;margin-bottom: 10px;}
#certificate p{line-height: 30px;color: #333;margin-bottom: 50px;}
#certificate .morelink{text-transform: uppercase;background:transparent;transition: all .3s;border: 2px solid #333;border-radius: 50px;padding: 15px 40px;color: #333;line-height: 26px;font-size: 18px;display: inline-flex;}
#certificate .morelink i{transform: rotate(-45deg);font-size: 24px;margin-left: 15px;display: inline-block;line-height: 26px;transition: all .3s;}
#certificate .left{width:46.7%;padding:60px 75px 75px;background: #f9f9f9;}
#certificate .right{width: 53.3%;position: relative;}
#certificate .right img{height: 100%;width: auto;object-fit: cover;}
#certificate .right::after{width: 0;height: 0;border-left: 30px solid #f9f9f9;border-top: 20px solid transparent;border-bottom: 20px solid transparent;content: "";position: absolute;top: 50%;left: 0;z-index: 1;transform: translateY(-50%);}

#certificate .morelink:hover{background: #f2b82c;border-color: #f2b82c;color: #fff;}
#certificate .morelink:hover i{transform: none;color: #fff;}
@media (min-width:992px) and (max-width:1329px) {
    #workshop .title{margin-bottom: 50px;}
    #workshop .title h3{font-size:36px;}
    #workshop .list{margin:0 -10px;}
    #workshop .item{padding:0 10px 20px;}
    #workshop .item .imghvr-zoom-in figcaption{opacity:1;-webkit-transform:scale(1);transform: scale(1);}

    #history .title h3{font-size:36px;}
    #history .list{padding:0 50px;}
    #history .btnlist .swbtn.btn-prev{left:0;}
    #history .btnlist .swbtn.btn-next{right:0;}
    
    #certificate .title h2{font-size:36px;}
    #certificate .list{padding:0 50px;}
    #certificate .list .item{padding:15px;}
}
@media (min-width:768px) and (max-width:991px) {

    #workshop .title{margin-bottom: 30px;}
    #workshop .title h3{font-size:36px;}
    #workshop .list{margin:0;padding: 0;}
    #workshop .item{padding:0 8px 16px;}
    #workshop .item .img h3{margin-top:20px;}
    #workshop .item .imghvr-zoom-in figcaption{opacity:1;-webkit-transform:scale(1);transform: scale(1);}
    #workshop .swbtn{top: calc(50% - 20px);}
    #workshop .swbtn>i{display:block;width:40px;height:40px;line-height:40px;}
    #workshop .linklist{margin-top: 30px;}



    #history .title h3{font-size:36px;}
    #history .list{padding:0 50px;}
    #history .item p{font-size:14px;line-height:18px;}
    #history .item .txt{padding: 15px;}
    #history .item .txt .flex_between{margin-bottom: 10px;}
    #history .item h4{font-size: 24px;line-height: 30px;margin-bottom: 10px;}
    #history .btnlist .swbtn.btn-prev{left:0;}
    #history .btnlist .swbtn.btn-next{right:0;}
    
    #certificate .title h2{font-size:36px;}
    #certificate .list{padding: 0;}
    #certificate .list .item{padding:15px;}
    #certificate .swbtn{top: calc(50% - 20px);}
    #certificate .swbtn>i{display:block;width:40px;height:40px;line-height:40px;}

    #certificate .left{width:100%;padding:60px 75px 75px;background: #f9f9f9;}
    #certificate .right{width: 100%;position: relative;display: none;}
}
@media (min-width:1px) and (max-width:767px) {

    #workshop{margin-bottom: 0;}
    #workshop .title{margin-bottom: 20px;}
    #workshop .title h3{font-size:18px;}
    #workshop .title p{font-size:13px;line-height:18px;}
    #workshop .list .item .txt{padding: 5px 0;}
    #workshop .list{margin:0;padding: 0;}
    #workshop .list .item{width:49%;margin-right: 2%;margin-bottom: 10px;}
    #workshop .list .item:nth-child(3n){margin-right: 2%;}
    #workshop .list .item:nth-child(2n){margin-right: 0;}
    #workshop .list .item .txt h5{line-height: 1.5;font-size: 14px;}
    #workshop .item .img h3{margin-top:10px;font-size:16px;}
    #workshop .item .imghvr-zoom-in figcaption{opacity:1;-webkit-transform:scale(1);transform: scale(1);}
    #workshop .linklist{margin-top: 15px;}
    #workshop .btnlist{position: absolute;top:0;right: 0;}
    #workshop .title .swbtn{line-height: 20px;font-size: 14px;}
    #workshop .title .swbtn i{font-size: 12px;width: 20px;height: 20px;line-height: 20px;}
    #workshop .title .swbtn.btn-prev{margin-bottom: 5px;}

    #history{margin-bottom: 0;}
    #history .title{margin-bottom: 15px;}
    #history .title h3{font-size:20px;}
    #history .list{padding:0 ;}
    #history .item .txt{width: 100%;padding: 15px;}
    #history .item .txt .flex_between{margin-bottom: 10px;}
    #history .item h4{font-size:16px;line-height: 20px;margin-bottom: 10px;}
    #history .item p{font-size:13px;line-height:18px;}
    #history .btnlist{display: none;}
    
    #certificate .title h3{font-size:20px;}
    #certificate .title p{font-size:13px;line-height:18px;}
    #certificate .list{padding: 0;}
    #certificate .list .item{padding:5px;}
    #certificate .swbtn{top: calc(50% - 20px);}
    #certificate .swbtn>i{display:block;width:40px;height:40px;line-height:40px;}
    #certificate .linklist{margin-top: 30px;}

    #certificate .left{width:100%;padding:15px;background: #f9f9f9;}
    #certificate .right{width: 100%;position: relative;display: none;}
}
#customer{padding: 0;overflow: visible;margin-top: -40px;margin-bottom: -370px;}
#customer .container{max-width: 1450px;padding:70px 65px 0;border-radius: 20px;box-shadow: 0 0 24px rgba(0 , 0, 0, 0.08);position: relative;z-index: 1;background: #fff;}
#customer .item{width: calc((100% - 120px)/5);margin: 0 30px 30px 0;}
#customer .item:nth-child(5n){margin-right: 0;}
@media (min-width:1px) and (max-width:767px) {
    #customer{margin: 0;}
    #customer .item{width: calc((100% - 15px)/2);margin: 0 15px 15px 0;}
    #customer .item:nth-child(5n){margin-right: 15px;} 
    #customer .item:nth-child(2n){margin-right: 0;}
}

#customerPage .item{width: calc((100% - 120px)/5);margin: 0 30px 30px 0;}
#customerPage .item:nth-child(5n){margin-right: 0;}
#customerPage .item h3{display: none;}
@media (min-width:1px) and (max-width:767px) {
    #customerPage .item{width: calc((100% - 15px)/2);margin: 0 15px 15px 0;}
    #customerPage .item:nth-child(5n){margin-right: 15px;} 
    #customerPage .item:nth-child(2n){margin-right: 0;}
}

#PartnerPage{background: url("/Template/Default/images/aboutus.png.webp") ;}
#PartnerPage .item{width: calc((100% - 30px)/2);margin: 0 30px 30px 0;padding: 25px;background: linear-gradient(#00a6d8,#015be3);border-radius: 5px;}
#PartnerPage .item>a{align-items: center;}
#PartnerPage .item .img{position: relative;background: #fff;width: 43%;}
#PartnerPage .item .img::after{content: "";width: 100%;padding-top: 86%;display: block;}
#PartnerPage .item .img img{position: absolute;width: auto;height: auto;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#PartnerPage .item .txt{width: 57%;padding-left: 25px;}
#PartnerPage .item .txt h3{color: #fff;font-size: 18px;font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;}
#PartnerPage .item .txt .line{width: 60px;height: 3px;background: #f2b82c;margin: 20px 0;}
#PartnerPage .item .txt p{color: #fff;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 14px;line-height: 24px;height: 48px;margin-bottom: 45px;}
#PartnerPage .item .txt span{display: inline-block;background: #f2b82c;color: #fff;border-radius: 50px;font-size: 14px;line-height: 24px;padding-left: 20px;padding-right: 10px;}
#PartnerPage .item .txt span i{margin-left: 10px;}
#PartnerPage .item:nth-child(2n){margin-right: 0;}
@media (min-width:768px) and (max-width:991px) {
    #PartnerPage .item{width: calc((100% - 15px)/2);margin: 0 15px 15px 0;padding: 10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #PartnerPage .item{width: 100%;margin: 0 0px 15px 0;padding: 15px;}
    #PartnerPage .item .txt p{margin-bottom: 10px;}
    #PartnerPage .item:nth-child(2n){margin-right: 0;}
}

#ServicePage .servicebox{overflow:hidden;}
#service{background:url("/Template/Default/images/aboutus.png.webp") no-repeat;}
#service .title{margin-bottom: 45px;}
#service .title h3{font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;display: flex;align-items: center;}
#service .title h3::before{content: "";height: 36px;width: 6px;background: linear-gradient(#00a6d8,#015be3);display: block;margin-right: 20px;}
#service .title p{font-size: 16px;line-height: 24px;margin-bottom: 30px;}
#service .list .item{width: calc((100% - 35px)/2);padding: 55px 90px 65px 65px;position: relative;overflow: hidden;min-height: 360px;max-height: 380px;background: linear-gradient(90deg,#00a6d8,#015be3) ;border-radius: 5px;overflow: hidden;}
#service .list .item:first-child::before{content: "";position: absolute;background: url("/Template/Default/images/service1.png.webp") no-repeat right center;top: 0;right: 0;left: 0;bottom: 0;mix-blend-mode: hard-light;z-index: 0;}
#service .list .item:last-child::before{content: "";position: absolute;background: url("/Template/Default/images/service2.png.webp") no-repeat right center;top: 0;right: 0;left: 0;bottom: 0;mix-blend-mode:hard-light;z-index: 0;}
#service .list .item i{font-size: 44px;line-height: 1;margin-right: 10px;}
#service .list .item h5{font-size: 30px;line-height: 44px;text-transform: uppercase;margin-bottom: 20px;color: #f2b82c;display: flex;}
#service .list .item p{font-size: 16px;text-align: left;line-height: 38px;color: #fff;}
#service .list .item p span{color: #f2b82c;}
@media (min-width:992px) and (max-width:1229px) {
    #service .item{align-items: center;}
}
@media (min-width:768px) and (max-width:991px) {
    #service .list .item{width: calc((100% - 15px)/2);padding: 15px;}
    #service .list .item i{font-size: 40px;}
    #service .list .item h3{font-size: 20px;line-height: 1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #service .title{width: 100%;}
    #service .list .item{width: 100%;margin-bottom: 15px;padding: 15px;min-height: 240px;}
    #service .list .item i{font-size: 28px;}
    #service .list .item h3{font-size: 18px;line-height: 1.5;}

}

#support{background: url("/Template/Default/images/aboutus.png.webp") no-repeat;}
#support .right{width: 48%;border-radius: 10px;overflow: hidden;}
#support .left{width: 47.5%;border-radius: 10px;background: linear-gradient(#00a6d8,#015be3);padding: 20px 35px;}
#support .left ul li{padding: 30px 50px 20px 0;display: flex;justify-content: start;align-items: center;color: #fff;font-size: 18px;line-height: 30px;}
#support .left ul li:not(:last-child){border-bottom: 1px solid rgba(255,255,255, 0.15);}
#support .left ul li i{font-size: 50px;color: #f2b82c;margin-right: 30px;line-height: 1;}
@media (min-width:768px) and (max-width:991px) {
    #support .right{display: none;}
    #support .left{width: 100%;}
}
@media (min-width:1px) and (max-width:767px) {
    #support .right{display: none;}
    #support .left{width: 100%;padding: 15px;}
    #support .left ul li{padding:15px ;font-size: 14px;line-height: 1.5;}
}
#Mining .title{margin-bottom: 45px;}
#Mining .title h3{font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;display: flex;align-items: center;}
#Mining .title h3::before{content: "";height: 36px;width: 6px;background: linear-gradient(#00a6d8,#015be3);display: block;margin-right: 20px;}
#Mining .item{background: linear-gradient(#00a6d8,#015be3);padding: 25px;width: calc((100% - 70px)/3);margin: 0 35px 35px 0;border-radius: 10px;overflow: hidden;text-align: center;}
#Mining .item:nth-child(3n){margin-right: 0;}
#Mining .item .txt{padding-top: 25px;}
#Mining .item h3{color: #fff;font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;font-size: 18px;line-height: 1;}
@media (min-width:1px) and (max-width:767px) {
    #Mining .item{width: calc((100% - 15px)/2);padding: 10px;margin: 0 15px 15px 0;}
    #Mining .item:nth-child(3n){margin-right: 15px;}
    #Mining .item:nth-child(2n){margin-right: 0;}
}
#anatel{background: url("/Template/Default/images/aboutus.png.webp") no-repeat;}
#anatel .title {margin-bottom: 0;}
#anatel .title h3{font-size: 40px;font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;display: flex;align-items: center;}
#anatel .title h3::before{content: "";height: 36px;width: 6px;background: linear-gradient(#00a6d8,#015be3);display: block;margin-right: 20px;}
#anatel .title p{font-size: 18px;line-height: 48px;color: #666;}
#anatel .flex_between{align-items: center;margin-bottom: 70px;}
#anatel h4{font-size: 30px;line-height: 1;font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;}
#anatel .left{width: 25%;padding: 10px;border-radius: 10px;background: linear-gradient(#00a6d8,#015be3);overflow: hidden;}
#anatel .left .pic{width: 100%;position: relative;background: #fff;}
#anatel .left .pic::after{width: 100%;padding-top: 75%;content: "";display: block;}
#anatel .left .pic img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
#anatel .right{width: 67.5%;}
#anatel ul{background:linear-gradient(#00a6d8,#015be3);display: flex;justify-content: center;flex-wrap: wrap;padding: 55px 70px;border-radius: 10px;margin-top: 50px;}
#anatel ul li{width: 33%;color: #fff;margin-bottom: 30px;padding-right: 50px;font-size: 18px;display: flex;}
#anatel ul li::before{content: "\e780";color: #f2b82c;font-family: iconfont;margin-right: 20px;}
@media (min-width:768px) and (max-width:991px){
    #anatel .left{display: none;}
    #anatel .right{width: 100%;}
    #anatel ul{padding: 15px;}
    #anatel ul li{width: 50%;font-size: 16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #anatel .left{display: none;}
    #anatel .right{width: 100%;}
    #anatel .flex_between{margin-bottom: 30px;}
    #anatel .title h3{font-size: 24px;}
    #anatel .title p{font-size: 14px;line-height: 1.5;}
    #anatel ul{padding: 15px;margin-top: 10px;}
    #anatel h4{font-size: 20px;margin-bottom: 15px;}
    #anatel ul li{width: 100%;margin-bottom: 15px;font-size: 14px;}
}
#inmetro{background: url("/Template/Default/images/aboutus.png.webp") no-repeat;}
#inmetro .title{margin-bottom: 30px;}
#inmetro .title h3{font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;display: flex;align-items: center;}
#inmetro .title h3::before{content: "";height: 36px;width: 6px;background: linear-gradient(#00a6d8,#015be3);display: block;margin-right: 20px;}
#inmetro .flex_between{align-items: center;}
#inmetro .left{width: 45.6%;}
#inmetro .right{width: 45.7%;}
#inmetro .right ul li{display: flex;align-items: center;}
#inmetro .right ul li:not(:last-child){margin-bottom: 35px;}
#inmetro .right ul li p{font-size: 18px;color: #666;}
#inmetro .right ul li i{color: #f2b82c;font-size: 36px;margin-right: 25px;}
#inmetro .right ul li span{color: #f2b82c;}
@media (min-width:992px){
    #inmetro .title h3{font-size: 40px;}
}
@media (min-width:1px) and (max-width:767px) {
    #inmetro .left{display: none;}
    #inmetro .right{width: 100%;}
}
#inmetro_1 .title h3{font-size: 40px;font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;display: flex;align-items: center;}
#inmetro_1 .title h3::before{content: "";height: 36px;width: 6px;background: linear-gradient(#00a6d8,#015be3);display: block;margin-right: 20px;}
#inmetro_1 .left{width: 478px;height: 365px;background: linear-gradient(135deg,#00a6d8,#015be3);padding:70px 45px;position: relative;border-radius: 10px;}
#inmetro_1 .left::before{content: "";position: absolute;top: 0;right: 0;left: 0;bottom: 0;background:  url("/Template/Default/images/inmetro1.png.webp") no-repeat center top;mix-blend-mode: hard-light;}
#inmetro_1 .left p{color: #fff;font-size: 18px;line-height: 48px;}
#inmetro_1 .right{width: calc(100% - 500px);border: 1px solid #dde7ec;border-radius: 10px;padding: 45px 40px;background: #f4fbff;position: relative;max-height: 365px;}
#inmetro_1 .right img{position: absolute;top: 0;right: 30px;}
#inmetro_1 .right h5{color: #0062e2;font-size: 24px;line-height: 30px;margin-bottom: 40px;}
#inmetro_1 .right ul{max-height: 210px;overflow-y: auto;}
#inmetro_1 .right ul li{width: auto;margin-right: 35px;display: flex;align-items:center;font-size: 18px;line-height: 1.5;color: #666666;margin-bottom: 15px;}
#inmetro_1 .right ul li::before{content: "";width: 6px;height: 6px;border-radius: 50%;background: #0458b3;margin-right: 10px;}
@media (min-width:1px) and (max-width:767px) {
    #inmetro_1 .left{width: 100%;margin-bottom: 15px;}
    #inmetro_1 .right{width: 100%;}
    #inmetro_1 .right h5{font-size: 18px;}
    #inmetro_1 .right ul li{font-size: 14px;}
    #inmetro_1 .right img{right: 0;}
}
#inmetro_2{background: linear-gradient(90deg,#00a6d8,#015be3);}
#inmetro_2 .title h3{font-size: 40px;font-family:SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif ;text-align: center;color: #f2b82c;}
#inmetro_2 .item{width: calc((100% - 105px)/4);margin: 0 35px 35px 0;background: #fff;border-radius: 5px;text-align: center;position: relative;padding:30px;}
#inmetro_2 .item:nth-child(4n){margin-right: 0;}
#inmetro_2 .item i{font-size: 75px;color: #f2b82c;position: relative;}
#inmetro_2 .item p{line-height: 26px;min-height:78px ;color: #666666;position: relative;}
#inmetro_2 .item span{position: absolute;font-family:SourceHanSansCN-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif ;font-size: 72px;left: 10px;top: 10px;color: #f5f5f5;z-index: 0;line-height: 1;}
@media (min-width:768px) and (max-width:991px){
    #inmetro_2 .item{width: calc((100% - 15px)/2);margin: 0 15px 15px 0;}
    #inmetro_2 .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #inmetro_2 .item i{font-size: 30px;color: #f2b82c;}
    #inmetro_2 .item{width: calc((100% - 15px)/2);margin: 0 15px 15px 0;}
    #inmetro_2 .item:nth-child(2n){margin-right: 0;}
}
#faq{padding-bottom: 110px;}
#faq .title h3{text-transform: uppercase;}
#faq .title h3::after{width: 55px;height: 2px;background: #f2b82c;content: "";display: block;margin-top: 20px;}
#faq .left{width: 40%;}
#faq .list{width: 54.8%;}
#faq dl{transition:all 0.3s;overflow: hidden;padding: 21px 0;transition: all .3s;border-bottom: 1px solid #d9d9d9;}
#faq dl:first-child{padding-top: 0;}
#faq dl>dt{cursor:pointer;position:relative;font-weight:normal;color:#555;transition: all 0.3s linear;font-size: 20px;line-height: 26px;overflow: hidden;}
#faq dl>dt::before{content: "\e61f";font-family: iconfont;transition: all 0.3s;font-size: 18px;color: #1d6bad;margin-right: 10px;}
#faq dl>dt:hover::before,#faq dl.active>dt::before{content: "\e603";}
#faq dl>dd{font-size:16px;line-height:24px;overflow:hidden;transition:all 0.3s;padding:0;position:relative;height:0;color:#101d2a;transition: all .3s;}
#faq dl.active>dd{height:auto;padding-top: 5px;}
#faq dl>dt:hover,#faq dl.active>dt{color: #222;}
#faq dl:hover {}
#faq .btnlist{text-align: center;margin-top: 35px;}
#faq .btnlist .morelink{border-radius: 50px;background: #f2b82c;padding:5px 20px;}
@media (min-width:992px) and (max-width:1329px){
    #faq dl>dt{font-size:16px;}
    #faq dl>dd{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
    #faq .tit{margin-bottom:20px;}
    #faq .left{display: none;}
    #faq .list{width: 100%;}
    #faq dl{}
    #faq dl>dt{font-size:16px;}
    #faq dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px){
    #faq .left{display: none;}
    #faq .list{width: 100%;}
    #faq dl{}
    #faq dl>dt{font-size:14px;line-height:24px;padding:0px 30px 0px 0px}
    #faq dl>dt:before{left:0;}
    #faq dl>dt::after{right:5px;}
    #faq dl>dd{line-height:1.5;padding:0 10px 0 0px;font-size:13px;}
    #faq dl>dt span{padding: 8px;line-height: 100px;}
    #faq dl>dd:before{left:8px;}
    #faq dl.active>dd{height:auto;padding:10px 10px 10px 0px;}
}
#download{}
#download .title h3{text-align: center;}

#download .list{padding: 50px 90px;background: #f6f6f6;border-radius: 10px;}
#download .img{width: 39%;}
#download .txt{width: 54%;}
#download .item{align-items: center;}
#download .txt h3{font-size: 24px;line-height: 26px;margin-bottom: 20px;}
#download .txt span{font-size: 14px;line-height: 24px;color: #666666;text-transform: capitalize;}
#download .txt .morelink{background: #fff;border-radius: 50px;color: #f2b82c;}
#download .txt .morelink:hover{color: #fff;}
#download .txt .btnlist{margin-top: 120px;}
#download .txt .morelink:first-child{margin-right: 10px;}
@media (min-width:1px) and (max-width:991px){
}



#application{}
#application .item{width: 100%;margin-bottom: 25px;box-shadow: 0 0 35px rgba(0 , 0, 0, 0.11);}
#application .item h3{font-size: 34px;line-height: 36px;font-family: SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;max-width: 310px;margin-bottom: 20px;}
#application .item .line{width: 55px;height: 5px;background: #f2b82c;margin-bottom: 30px;}
#application .item p{color: #666;font-size: 16px;line-height: 30px;margin-bottom: 40px;}
#application .item .txt{padding: 20px 45px;width: 50%;display: flex;flex-direction: column;justify-content: center;}
#application .item .img{width: 50%;}
#application .item .img img{height: 100%;width: 100%;object-fit: cover;}
#application .item i{font-size: 40px;color: #f2b82c;}
@media (min-width:992px){
    #application .item .txt{padding: 20px 100px 20px 45px;}
}

@media (min-width:1px) and (max-width:767px) {
    #application .item h3{font-size: 20px;line-height: 1.5;}
    #application .item .txt{width: 100%;padding: 15px;}
    #application .item p{font-size: 14px;margin-bottom: 15px;}
    #application .item .img{width: 100%;display: none;}
}
#map{position:relative;z-index:1;overflow:hidden;width:100%;height:440px;}
@media (min-width:992px) and (max-width:1329px) {
    #map{height:360px;}
}
@media (min-width:768px) and (max-width:991px) {
    #map{height:360px;width:100%;padding:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #map{height:300px;width:100%;padding:0;}
}

/*联系我们*/
#contPage{}
/*联系我们*/
#contPage{}
#cont_lxfs{overflow: visible;background: url("/Template/Default/images/aboutus.png.webp") no-repeat;}
#cont_lxfs>.container>.flex_between{}
#cont_lxfs .title{margin-bottom: 35px;}
#cont_lxfs .title h3{font-size: 30px;line-height: 36px;font-family: SourceHanSansCN-Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
#cont_lxfs .title p{font-size: 16px;line-height: 24px;color: #666;}
#cont_lxfs .title .line{height: 5px;width: 30px;margin-bottom: 15px;}
#cont_lxfs .contactbox{width: 42%;}
#cont_lxfs .list .item{width:100%;display: flex;margin-bottom: 40px;align-items: center;background: linear-gradient(45deg,#00a6d8,#015be3);border-radius: 5px;padding: 30px 40px;}
#cont_lxfs .list .item i{display:block;background: #fff;width:84px;height: 84px;line-height: 84px;text-align: center;font-size: 37px;margin-right: 30px;border-radius: 50%;color: #f2b82c;}
#cont_lxfs .list .item .info{width: calc(100% - 80px);}
#cont_lxfs .list .item p{font-size: 18px;line-height: 36px;color: #fff;}
#cont_lxfs .list .item a{font-size: 18px;color: #fff;line-height: 36px;} 
#cont_lxfs .list .item a:hover{color: #f2b82c;}
@media (min-width:992px) and (max-width:1329px) {
    #cont_lxfs .contactbox{}
}
@media (min-width:768px) and (max-width:991px){
    #cont_lxfs .left{width: 100%;margin-bottom: 15px;}
    #cont_lxfs .contactbox{width: 100%;}
    #cont_lxfs .list .item i{font-size:24px;line-height:60px;width: 60px;height: 60px;}
    #cont_lxfs .list .item p{font-size:14px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #cont_lxfs .contactbox{width: 100%;padding: 15px;}
    #cont_lxfs .left{width: 100%;margin-bottom: 15px;padding: 15px;}
    #contPage .title h3{font-size: 24px;flex-wrap: wrap;line-height: 1.5;}
    #cont_lxfs .contactbox .title p{margin-top: 0px;}
    #cont_lxfs .list{padding-bottom: 0;}
    #cont_lxfs .list .item i{width: 50px;height: 50px;line-height: 50px;font-size: 20px;text-align: center;}
    #cont_lxfs .list .item.half{width: 100%;}
    #cont_lxfs .list .item{width:100%;margin-bottom:15px;padding:15px;}
    #cont_lxfs .list .item .line{margin-bottom: 10px;}
    #cont_lxfs .list .item p{font-size:14px;line-height:1.8;}
}

#feedback{}
#feedback .feedbackbox{}

#cont_lxfs .feedbackbox{width: 52.6%;}

#cont_lxfs .feedbackbox p{font-size: 16px;line-height: 26px;color: #666;}
#cont_lxfs .feedbackbox ul{width:100%;}
#cont_lxfs .feedbackbox li{flex-wrap:wrap;margin-bottom:15px;overflow: visible;display: block;}
#cont_lxfs .feedbackbox .half{width:48.5%;}
#cont_lxfs .feedbackbox .input{height:56px;line-height:30px;flex:initial;width:100%;padding:13px 25px;font-size:16px;background: #fff;border-radius: 10px;border: 1px solid #e7e7e7;overflow: hidden;}
#cont_lxfs .feedbackbox li.textarea{margin-bottom: 25px;}
#cont_lxfs .feedbackbox textarea.input{width:100%;height:200px;background: #fff;}
#cont_lxfs .feedbackbox .btnli{margin-bottom: 0;}
#cont_lxfs .feedbackbox .morelink{text-transform: capitalize;font-size:16px;line-height: 30px;color: #fff;border-radius: 5px;padding: 15px 60px;transition: all .3s;background: linear-gradient(90deg,#00a6d8,#015be3);width: 100%;text-align: center;}
#cont_lxfs .feedbackbox .morelink:hover{color: #fff;}

@media (min-width:992px) and (max-width:1329px) {
    #feedback{padding-top:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #cont_lxfs .feedbackbox{width: 100%;}
    #feedback .feedbackbox .title{width: 100%;}
    #feedback .feedbackbox ul{width: 100%;}
    #feedback .feedbackbox{width: 100%;}
    #feedback{width:100%;padding-top:50px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback .feedbackbox .title{width: 100%;margin-bottom: 20px;}
    #cont_lxfs .feedbackbox{width: 100%;padding: 15px;}
    #feedback .feedbackbox ul{width: 100%;padding: 15px;}
    #feedback .feedbackbox{width: 100%;padding: 0px;}
    #feedback .feedbackbox h3{font-size: 24px;line-height: 1.5;}
    #feedback .feedbackbox p{font-size: 14px;line-height: 1.5;margin-bottom: 15px;}
    #feedback .feedbackbox .half{width: 100%;}
    #feedback .feedbackbox li{margin-bottom: 15px;}
    #feedback .feedbackbox .morelink{font-size: 14px;padding: 5px 10px;min-width: 0;}
    #feedback{width:100%;padding-top:30px;}
}
.map{margin-top:1vw;}

#feedbackpage{padding-bottom:0;}
#feedbackpage .title h2{font-size:31px;}
@media (min-width:992px) and (max-width:1329px) {
    #feedbackpage .title h2{font-size:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedbackpage .title h2{font-size:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedbackpage .title h2{font-size:18px;}
}


#pro_feed_show{}
#pro_feed_show label{font-weight:normal;display:inline-block;font-size:16px;line-height:38px;vertical-align:top;margin-bottom:0;color:#8b8b8b;}
#pro_feed_show label>em{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:20px;color:#ff0000;margin-right:3px;margin-top:3px;font-style:initial;vertical-align:middle;}
#pro_feed_show .form-group{margin-bottom:15px;overflow:hidden;width:100%;box-shadow:none;border:none;padding:5px 10px;border-radius:6px;background-color:#f2f2f2;}
#pro_feed_show .form-group.half{width:49%;margin:0 0 15px;}
#pro_feed_show .form-group .feed_left{float:left;display:block;text-align:right;}
#pro_feed_show .form-group .feed_right{float:left;width:calc(100% - 100px);}
#pro_feed_show .form-group .input-group{display:table;}
#pro_feed_show .form-control{width:100%;line-height:36px;height:38px;padding-left:5px;margin:0;border:none;box-shadow:none;background-color:transparent;}
#pro_feed_show textarea.form-control{padding-top:1px;padding-left:0;resize:none;float:left;border:none;background-color:transparent;box-shadow:none;border-radius:0;overflow:hidden;height:80px;}
#pro_feed_show .form-group.btngroup{border:none;background-color:transparent;margin-top:10px;padding-left:0;margin-bottom:0;}
#pro_feed_show .form-group.btngroup .feed_right{width:100%;}
#pro_feed_show #btn_send{display:block;text-align:center;background-color:#484848;color:#fff;font-size:18px;line-height:30px;padding:10px 60px;position:relative;border-radius:8px;cursor:pointer;text-transform:uppercase;margin-bottom:0;border:0;}
@media (min-width:992px) and (max-width:1329px) {
    #pro_feed_show{}
    #pro_feed_show #btn_send{padding:8px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #pro_feed_show{}
    #pro_feed_show #btn_send{padding:6px 70px;}
}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show{}
    #pro_feed_show .form-group.half{width:100%;}
    #pro_feed_show .form-group .feed_left{}
    #pro_feed_show .form-group .feed_right{}
    #pro_feed_show label{text-align:left;font-size:14px;}
    #pro_feed_show .form-control{width:100%;}
    #pro_feed_show #btn_send{padding:6px 70px;}
    #pro_feed_show p{font-size:12px;}
}



/*产品中心*/
#ProPage{padding-top:50px;position:relative;overflow: inherit;background: #f9f9f9;}

#ProPage .container{overflow: inherit;}
#ProPage .categorytit h3{font-size:28px;line-height:36px;position:relative;text-transform: capitalize;margin-bottom: 15px;font-family: SourceHanSansCN-Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#ProPage .categorytit h3::after{width: 55px;height: 5px;background: #f2b82c;content: "";display: block;margin-top: 10px;}
#ProPage .categorytit p{font-size:16px;line-height:24px;color: #666;padding-bottom: 35px;}
@media (min-width:992px) and (max-width:1329px) {
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage{padding-top:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage{padding-top:20px;}
    #ProPage .categorytit h3{font-size:18px;line-height:30px;}
    #ProPage .categorytit p{font-size:14px;margin-top:0;}
}

#ProPage .ProList{overflow:inherit;}
#ProPage .ProList .item{width:calc((100% - 45px)/4);margin-right: 15px;margin-bottom:15px;transition: all .3s;position: relative;border-radius: 5px;overflow: hidden;background: #fff;}
#ProPage .ProList .item:nth-child(4n){margin-right: 0;}

#ProPage .ProList .item a{background: #fff;padding: 10px;display: block;}
#ProPage .ProList .item h3{font-size:21px;line-height: 26px;margin-bottom: 10px;text-align: center;}
#ProPage .ProList .item p{color: #666666;margin-bottom: 15px;font-size: 14px;line-height: 26px;color: #666666;overflow: hidden;text-overflow: ellipsis;height: 26px;}
#ProPage .ProList .item .img{position: relative;overflow: hidden;}
#ProPage .ProList .item .img img{height:auto;width: 100%;}
#ProPage .ProList .item .morelink{border-radius: 50px;background: transparent;border: 1px solid #d0d4db;color: #333;transition: all .3s;font-family: SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;padding: 5px 20px;}
#ProPage .ProList .item:hover .morelink{background:#f2b82c;color: #fff;border-color:#f2b82c;}
#ProPage .ProList .item  i{font-size: 24px;color: #f2b82c;}
#ProPage .ProList .item .txt{padding-top: 20px;}
#ProPage .ProList .item h3{font-size: 16px;line-height: 24px;font-family: SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#ProPage .ProList .item:hover h3{color: #f2b82c;}
@media (min-width:992px) and (max-width:1329px) {
    #ProPage .ProList .item{margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .ProList .item{margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .categorytit{margin-bottom: 15px;}
    #ProPage .categorylist .item .img{display: none;}
    #ProPage .categorylist .item .txt{width: 100%;padding: 15px;}
    #ProPage .categorylist .item p{margin-bottom: 10px;font-size: 14px;}
    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin-right: 15px;margin-bottom: 15px;}
    #ProPage .ProList .item:nth-child(3n){margin-right: 15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right: 0;}
    #ProPage .ProList .item .img{width: 100%;}
    #ProPage .ProList .item a{padding: 5px;}
    #ProPage .ProList .item:nth-child(5n){margin-right: 15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right: 0;}
    #ProPage .ProList .item .txt{padding: 5px;width: 100%;}
    #ProPage .ProList .item h3{font-size: 16px;line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
    #ProPage .ProList .item p{font-size: 14px;line-height: 1.5;height: auto;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom: 10px;}
    #ProPage .ProList .item .morelink{padding: 5px 10px;line-height: 1;}
}

#ProductCategory .list{padding: 40px;box-shadow: 0 0 35px rgba(0 , 0, 0, 0.11);}
#ProductCategory .list .item{position: relative;transition: all 0.3s;overflow: hidden;width: calc((100% - 45px)/2);margin: 0 45px 45px 0;}
#ProductCategory .list .item:nth-child(2n){margin-right: 0;}
#ProductCategory .list .item .txt a{padding: 10px 50px 10px 10px;display: block;position: relative;margin-bottom: 15px;background: #f5f5f5;}
#ProductCategory .list .item .txt h3{color: #333;font-size: 18px;line-height:30px;transition: all 0.3s;position: relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;}
#ProductCategory .list .item .txt a::after{content: "\e631";position: absolute;top: 50%;right: 25px;transform: translateY(-50%);color: #f2b82c;font-family: iconfont;font-size: 22px;}
#ProductCategory .list .item .txt h3:hover{color: #f2b82c;}
#ProductCategory .list .item .txt p{line-height: 24px;color: #666;margin-bottom: 15px;font-size: 14px;padding:0 10px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#ProductCategory .list .item .txt ul{margin-bottom: 15px;}

#ProductCategory .list .item .txt ul li{display: flex;line-height: 50px;align-items: center;}
#ProductCategory .list .item .txt ul li::before{content: "";width: 9px;height: 9px;border-radius: 50%;background: #f2b82c;margin-right: 20px;}
#ProductCategory .list .item .txt ul li a{font-size: 20px;color: #666;line-height: 50px;}
#ProductCategory .list .item .pic{position: relative;width: 50%;}
#ProductCategory .list .item .txt ul li a:hover{color: #f2b82c;}
#ProductCategory .list .item .pic img{}
#ProductCategory .list .item .morelink{background: #f2b82c;border-radius: 50px;font-size: 20px;line-height: 30px;padding: 10px 25px;}
#ProductCategory .list .item .morelink i{margin-left: 15px;}
@media (min-width:768px) and (max-width:991px){
    #ProductCategory .list .item{padding: 15px 0;}
    #ProductCategory .list .item .txt{width: 100%;}
    #ProductCategory .list .item .pic{display: none;}
    #ProductCategory .list .item .txt h3{font-size:24px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProductCategory .list{padding: 15px;}
    #ProductCategory .list .item{width: 100%;margin: 0 0px 15px 0;}
    #ProductCategory .list .item .pic{width:100%;}
    #ProductCategory .list .item .txt{width:100%;}
    #ProductCategory .list .item .txt .vcenter{padding:10px 0;position:relative;top:initial;left:initial;transform:initial;}
    #ProductCategory .list .item .txt h3 a{font-size: 20px;line-height: 1.5;}
    #ProductCategory .list .item .txt .line{margin: 5px 0;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;}
    #ProductCategory .list .item .txt ul li a{font-size: 14px;line-height: 1.5;}
    #ProductCategory .list .item .morelink{padding:3px 10px;font-size: 14px;}
}








/*产品详情*/
#ProDetailPage{overflow: visible;background: #f9f9f9;}
#ProDetailPage .bg{background-color:#f6f6f6;margin-bottom:50px;}
#ProDetailPage .panelbox{padding-top:0;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#ProDetailPage .panelbox .cont p{line-height: 2;}
#slider{overflow:hidden;margin-bottom:50px;}
#picView{width:50%;float:left;position:relative;}
#BigImg{border:1px solid #ebebeb;margin-bottom:10px;background-color:#fff;}

#smallImg{width:100%;position:relative;}
#smallImg .swbtn{position:absolute;width:30px;height:30px;text-align:center;z-index:1;top:calc(50% - 15px);background-color:#b1b1b1;text-align:center;transition:all 0.3s;}
#smallImg .swbtn>i{font-size:18px;color:#fff;position:absolute;top:50%;left:50%;}
#smallImg .swbtn.btn-prev>i{transform:translate(-50%,-50%) rotate(90deg);display:block;}
#smallImg .swbtn.btn-next>i{transform:translate(-50%,-50%) rotate(-90deg);display:block;}
#smallImg .swbtn:hover{background-color:#f2b82c;border-color:#f2b82c;}
#smallImg .swbtn:hover>i{color:#fff;}
#smallImg .btn-next{right:0;}
#smallImg .btn-prev{left:0px;}

#picView .gallery-thumbs{width:100%;}
#picView .gallery-thumbs img{}
#picView .gallery-thumbs .swiper-wrapper{padding-bottom:1px;}
#picView .gallery-thumbs .swiper-slide{overflow:hidden;text-align:center;border-radius:0;margin:0;border:1px solid #ddd;}
#picView .gallery-thumbs .swiper-slide.videoslide p{display:none;}
#picView .gallery-thumbs .swiper-slide a{display:block;position:relative;}
#picView .gallery-thumbs .swiper-slide-active{position:relative;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide.active{border:1px solid #f2b82c;}
#picView .btnlist{}
#picView .swiper-button-next.swiper-button-disabled,#picView1 .swiper-button-prev.swiper-button-disabled{opacity:1;background-color:#ccc;}
#picView .boxer{display:block;}
#picView img{width:100%;}
#picView .swiper-pagination{position:relative;top:10px;}
#picView .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;margin:0 6px;}
#picView .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#f2b82c;}
#protitle{width:45%;float:right;}
#protitle .title{margin-bottom:20px;text-align:left;padding-bottom:20px;}
#protitle .title:before{content:"";width:100%;height:2px;background-color:#e3e3e3;position:absolute;bottom:0;left:0;}
#protitle .title:after{content:"";width:100%;height:2px;background-color:#f2b82c;position:absolute;bottom:0;left:0;}
#protitle h1{font-size:24px;line-height:1.3;position:relative;color:#333;text-transform:capitalize;font-weight:normal;}
#protitle h3{font-size:24px;line-height:1.2;font-weight:normal;}
#protitle .remark{font-size:16px;line-height:1.8;color:#666;min-height:120px;margin-bottom:20px;border-bottom: 2px solid #f2b82c;padding-bottom: 20px;}

#protitle .btnlist{overflow:hidden;}
#protitle .btnlist .morelink{min-width:140px;margin-right: 20px;border-radius: 50px;background: #f2b82c;}
#protitle .btnlist>a.btnlink{display:block;text-align:center;background:#f2b82c;padding:15px;font-size:18px;line-height:24px;color:#fff;border-radius:8px;transition:background 0.3s;}
#protitle .btnlist>a>i{margin-right:8px;font-size:24px;line-height:24px;height:24px;vertical-align:top;}
#protitle .btnlist>a.btnlink:hover{background:rgba(251,223,15,1);}
#protitle ul.contact{margin-bottom: 15px;}
#protitle ul.contact li{display: flex;font-size: 16px;line-height: 30px;margin-right: 15px;}
#protitle ul.contact li i{color: #f2b82c;margin-right: 5px;font-size: 20px;line-height:30px;}
#slider .inquiryline{width:100%;height:5px;background-color:#f2b82c;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:36px;color:#fff;background-color:#f2b82c;border-radius:50%;position:absolute;left:calc(50% - 38px);top:-35px;text-align:center;}

#protitle .btnlist .morelink:hover{background: #000;}

#ProDetailPage .pro_detail .title{margin-bottom:0;border-bottom:2px solid #f5f7f9;}
#ProDetailPage .pro_detail .title h3{font-size:16px;line-height:30px;padding:0 30px;margin:0;}
#ProDetailPage .pro_detail .title a{display:inline-block;padding:10px 0;position:relative;}
#ProDetailPage .pro_detail .title a:not(:first-child) h3{border-left:2px solid #f5f7f9;}
#ProDetailPage .pro_detail .title a.active:before,#ProDetailPage .pro_detail .title a:hover:before{content:"";border-bottom:2px solid #f2b82c;position:absolute;bottom:-2px;width:100%;}


@media (min-width:992px) and (max-width:1329px) {
    #slider{margin-bottom:30px;}

    #protitle{padding-left:20px;width:50%;}
    #protitle h1{font-size:20px;line-height:28px;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark dl>dt{font-size:14px;line-height:1.8;width:130px;}
    #protitle .remark dl>dd{font-size:14px;line-height:1.8;width:calc(100% - 130px)}

    #picView{width:50%;}
    #BigImg{margin-bottom:10px;}
    #protitle h3{font-size:16px;}
    #protitle .remark{font-size:14px;line-height:1.5;min-height:100px;margin-bottom:20px;}
    #protitle .btnlist{margin-top:30px;}
    #protitle .btnlist>a.btnlink{padding:8px 5px;}

}
@media (min-width:768px) and (max-width:991px) {
    #slider{}
    #picView{width:50%;}
    #BigImg{margin-bottom:10px;}
    #picView{}
    #picView .gallery-thumbs{}
    #protitle{padding-left:20px;width:50%;padding-top:0;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:20px;}
    
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark{font-size:14px;min-height:100px;margin-bottom:20px;}

    #protitle .btnlist>a.btnlink{font-size:14px;margin-bottom:0;padding:5px 10px;width:160px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    
    #slider .inquiryline i{width:50px;height:50px;line-height:50px;top:-20px;font-size:30px;left:calc(50% - 25px);}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage{padding-top:20px;}

    #BigImg{margin-bottom:10px;}
    
    #slider{margin-bottom:25px;}
    #picView{width:100%;padding:0;float:initial;border-right:0;}
    #picView .gallery-thumbs{}
    #protitle{width:100%;float:initial;}
    #protitle .title{margin-bottom:15px;padding-bottom:15px;}
    #protitle h1{font-size:18px;line-height:24px;}
    #protitle h4{font-size:15px;line-height:1.5;margin-bottom:10px;}
    #protitle .remark{font-size:13px;line-height:1.5;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist>a.btnlink{font-size:13px;margin-bottom:8px;padding:5px 10px;width:150px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}

    #protitle .remark{font-size:14px;min-height:initial;margin-bottom:20px;}
    #protitle .remark dl>dt{font-size:13px;line-height:1.8;width:120px;}
    #protitle .remark dl>dd{font-size:13px;line-height:1.8;width:calc(100% - 120px)}
}


#ProductDetail{}
#ProductDetail .content{}
#protitle .prevnext{margin-top:20px;}
#protitle .prevnext>a{display:block;font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;}
#protitle .prevnext>a:before{content:"[";margin-right:1px;}
#protitle .prevnext>a:after{content:"]";margin-left:1px;}
#protitle .prevnext>a>b{margin-right:5px;}
#protitle .prevnext>a:hover{text-decoration:underline;}
@media (min-width:992px) and (max-width:1329px) {
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
}

.prosection{margin-bottom:50px;}
.prosection .tit{margin-bottom: 30px;}
.prosection .tit:after,.prosection .tit:before{display:table;content:" ";}
.prosection .tit:after{clear:both;}
.prosection .tit a{display:inline-block;float:left;border:1px solid #ddd;border-radius: 10px;}
.prosection .tit a h3{padding:10px 50px;font-size:20px;line-height:30px;position:relative;}
.prosection .tit a.active{background-color:#f2b82c;color:#fff;border:1px solid #f2b82c;}
.prosection .tit a.active h3{color:#fff;}
@media (min-width:992px) and (max-width:1329px) {
    .prosection{margin-bottom:30px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:20px;padding:8px 40px;}
}
@media (min-width:768px) and (max-width:991px){
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:20px;}
    .prosection .tit a h3{font-size:18px;padding:6px 30px;}
}
@media (min-width:1px) and (max-width:767px) {
    .prosection{margin-bottom:25px;}
    .prosection .tit{margin-bottom:15px;}
    .prosection .tit a h3{font-size:16px;padding:6px 20px}
}
#ProDetailPage .typelist .item{width: calc((100% - 70px)/8);margin-right: 10px;margin-bottom: 10px;text-align: center;}
#ProDetailPage .typelist .item:nth-child(8n){margin-right: 0;}
#RelatedProduct{}
#RelatedProduct .list .item{width:calc((100% - 45px)/4);margin:0 15px 0 0;position:relative;}
#RelatedProduct .list .item:nth-child(4n){margin-right:0;}
#RelatedProduct .list .item .img{border:1px solid #eee;}
#RelatedProduct .list .item .txt{text-align:center;padding-top:10px;}
#RelatedProduct .list .item .txt h3{font-size:15px;font-weight:normal;font-family:SourceHanSansCN-Regular,Arial, Helvetica, sans-serif;}
#RelatedProduct .list .item:hover .txt h3{color:#f2b82c;}
@media (min-width:992px) and (max-width:1329px) {
    #ProDetailPage .typelist .item{width: calc((100% - 50px)/6);margin-right: 10px;margin-bottom: 10px;text-align: center;}
    #ProDetailPage .typelist .item:nth-child(8n){margin-right: 10px;}
    #ProDetailPage .typelist .item:nth-child(6n){margin-right: 0;}
}
@media (min-width:768px) and (max-width:991px){
    #ProDetailPage .typelist .item{width: calc((100% - 30px)/4);margin-right: 10px;margin-bottom: 10px;text-align: center;}
    #ProDetailPage .typelist .item:nth-child(4n){margin-right: 0;}
    #RelatedProduct .tit{margin-bottom:20px;}
    #RelatedProduct .tit h3{font-size:18px;}
    #RelatedProduct .list .item{width:calc((100% - 30px)/3);margin:0 15px 0 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProDetailPage .typelist .item{width: calc((100% - 10px)/2);margin-right: 10px;margin-bottom: 10px;text-align: center;}
    #ProDetailPage .typelist .item:nth-child(2n){margin-right: 0;}
    #RelatedProduct .tit{margin-bottom:10px;}
    #RelatedProduct .tit h3{font-size:18px;}
    #RelatedProduct .list .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #RelatedProduct .list .item:nth-child(2n){margin-right:0;}
    #RelatedProduct .list .item .txt h3{font-size:13px;}
}

#inquiry{padding-top:120px; margin-top:-120px;}
#inquiry .tit{margin-bottom:10px;}
#inquiry p{margin-bottom:15px;font-size:16px;color:#888;}
#inquiry p .email{color:#f00;}
#inquiry .feedbackbox li.border{border:1px solid #e0e1e1;}
#inquiry .feedbackbox li{}
#inquiry .feedbackbox .input{background-color:#fff;height:40px;}
#inquiry .feedbackbox textarea.input{height:110px;}
#inquiry .feedbackbox .btnli{}
#inquiry .feedbackbox .btnli .morelink{border-radius:0;padding:5px 33px;text-transform:capitalize;font-size:18px;}
@media (min-width:992px) and (max-width:1329px){
    #inquiry p{font-size:14px;}
    #inquiry .feedbackbox{width:100%;}
}
@media (min-width:768px) and (max-width:991px){
    #inquiry p{font-size:14px;}
    #inquiry .feedbackbox{width:100%;}
}
@media (min-width:1px) and (max-width:767px){
    #inquiry .feedbackbox{width:100%;}
    #inquiry p{line-height:1.5;font-size:13px;}
}

/*.ColumnsBox{background: #e6e7eb;}*/
/*#Columns{position:relative;z-index:1;display: flex;justify-content: center;text-align: center;}
#Columns>a{font-size:18px;line-height:30px;display:inline-block;margin:0 8px;padding:8px 10px;color:#656565;min-width:210px;overflow:hidden;transition:background-color 0.3s;position: relative;text-transform: uppercase;}
#Columns>a:hover{color:#f2b82c;}
#Columns>a.active{background: #fff;}
#Columns .title{margin-bottom:0;}
#Columns .title a{font-size:18px;line-height:30px;padding:25px 20px;background-color:#fff;display:inline-block;width:calc(100% / 6);text-align:center;}
#Columns .title a:hover,#Columns .title a.active{background:#f2b82c;color:#fff;}*/
/*#Columns.proColumns{overflow:hidden;margin-bottom: 50px;}
#Columns.proColumns{display:flex;justify-content:space-between;}
#Columns.proColumns a{width:calc((100% - 20px)/8);margin:0;padding:30px 0;border-radius: 20px;min-width: 0;}
#Columns.proColumns a h3{font-size: 18px;font-family: SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;padding: 15px 0 0;}*/
/*#Columns .smallcate{padding:20px 30px;display:none;}
#Columns .smallcate.active{display:block;}
#Columns .smallcate>a{position:relative;font-size:0.875rem;line-height:1.5rem;margin-right:3rem;color:#666;display:inline-block;}
#Columns .smallcate>a:before{content:"\e9e2";font-family:iconfont;transform:rotate(-90deg);display:inline-block;font-size:0.75rem;vertical-align:top;margin-right:3px;}
#Columns .smallcate>a:hover,#Columns .smallcate>a.active{color:#f2b82c;}
#Columns.seColumns{box-shadow:0 0 10px #eee;border-radius:10px;overflow:hidden;}
@media (min-width:992px) and (max-width:1329px) {
    #Columns .title a{padding:20px 10px;}
    #Columns.proColumns .title a{width:auto;padding:10px 15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #Columns .title a{padding:20px 5px;font-size:15px;}
    #Columns.proColumns .title a{width:auto;padding:10px 15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Columns>a{padding:10px 20px;font-size:16px;min-width: 0;}

    #Columns .title{border:1px solid #eee;}
    #Columns .title a{min-width:initial;font-size:1rem;line-height:1.5;padding:10px 15px;width:100%;margin-bottom:0;margin-left:0;}
    #Columns .title a:not(:last-child){border-bottom:1px solid #eee;}
    #Columns.proColumns .title a{width:auto;}
    #Columns .smallcate{padding:10px;}
    #Columns .smallcate>a{line-height:2;}
}*/

/*新闻*/

#NewsList{}

#NewsList .item{position: relative;width:50%;border: 1px solid #f2f2f2;margin-bottom: 40px;}
#NewsList .item:nth-child(2n){margin-right: 0;margin-left: -1px;}
#NewsList .item a{transition: all 0.3s;padding: 35px;align-items: center;}
#NewsList .item .info{width: 21.5%;background: #f1f1f1;display: flex;justify-content: center;flex-direction: column;padding: 15px 0 20px;}
#NewsList .item .info span{display: block;text-align: center;}
#NewsList .item .info span.date{font-size:35px;font-family: SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;padding: 5px 0;color: #f2b82c;}
#NewsList .item .info span.click{line-height: 30px;color: #999;}
#NewsList .item .txt{width: 74%;display: flex;flex-direction: column;justify-content: center;}
#NewsList .item .txt h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size: 18px;line-height:30px;margin-bottom: 5px;font-family: SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#NewsList .item .txt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;line-height: 24px;color: #999999;font-size: 16px;height: 48px;}
#NewsList .item .txt span{color: #f2b82c;line-height: 45px;font-size: 18px;display: flex;margin-right: auto;transition: all 0.3s;}
#NewsList .item .txt span .btnline{color: #f2b82c;margin-left: 5px;}
#NewsList .item .txt span:hover{background: #f2b82c;color: #fff;padding:0 10px;}
#NewsList .item .txt span:hover .btnline{color: #fff;}

#NewsList .item .txt .morelink{border-radius:50px;color: #f2b82c;line-height: 20px;padding: 10px 20px;border: 1px solid #f2b82c;background: transparent;font-family: SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;margin: auto auto 0 0;}    
#NewsList .item .txt i{font-size: 27px;color: #f2b82c;}
#NewsList .item:hover{border-color:#f2b82c ;}
#NewsList .item:hover h3{color: #f2b82c;}
#NewsList .item .txt .morelink:hover{color: #fff;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item{}
    #NewsList .item a{padding: 15px;}
    #NewsList .item .txt h3{font-size:18px;line-height: 1.5;}
    #NewsList .item{align-items: center;}
    #NewsList .item .img{object-fit: cover;}
    #NewsList .item .txt{padding: 0;}
}
@media (min-width:768px) and (max-width:991px){
    #NewsList .item a{padding: 15px;}
    #NewsList .item .txt h3{font-size:16px;line-height: 1.5;}
    #NewsList .item .txt p{font-size:14px;}
    #NewsList .item .img{display: none;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList .item{width:100%;margin-right:0;margin-bottom:15px;}
    #NewsList .item a{padding: 15px;}
    /*#NewsList .item .info span.date{font-size: 20px;}*/
    #NewsList .item .info span.click{font-size: 14px;padding: 5px 0;}
    #NewsList .item .txt h3{font-size:16px;margin-bottom: 5px;line-height: 1.5;}
    #NewsList .item .txt p{font-size:14px;margin-bottom: 10px;}
    #NewsList .item .img{display: none;}
}
#NewsPage .list{position: relative;display: flex;margin-bottom: 35px;max-height: 480px;}
#NewsPage .list .item .info{margin-bottom: 30px;}
#NewsPage .list .item .info span{font-size: 15px;color: #f2b82c;line-height: 30px;background: #fff;padding:  0 25px;display: inline-flex;}
#NewsPage .list .item .info span i{margin-right: 10px;}
#NewsPage .list .item .info span.date{margin-right: 15px;}
#NewsPage .list .item .txt h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size: 26px;line-height:34px;margin-bottom: 30px;color: #ffff;}
#NewsPage .list .item .txt p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;line-height: 35px;color: #fff;margin-bottom: 40px;}
#NewsPage .list .item .morelink{color: #f2b82c;background: #fff;border-radius: 50px;font-size: 20px;line-height: 30px;padding: 10px 25px;}
#NewsPage .list .item .morelink:hover{color: #fff;}
#NewsPage .list .item .morelink i{margin-left: 25px;}
#NewsPage .list .left{background: #f2b82c;z-index: 2;width: 50%;}
#NewsPage .list .left .item{padding: 60px 110px 60px 45px;}
#NewsPage .list .left .btnlist{display: inline-flex;position: absolute;right: 110px;bottom: 70px;z-index: 1;}
#NewsPage .list .left .btnlist .swbtn{text-align: center;width: 52px;text-align: center;border: 1px solid #fff;border-radius: 50%;height: 52px;color: #fff;}
#NewsPage .list .left .btnlist .swbtn i{font-size: 18px;line-height: 52px;display: block;text-align: center;}
#NewsPage .list .left .btnlist .swbtn.btn-prev{margin-right: 5px;}
#NewsPage .list .left .btnlist .swbtn.btn-prev i{transform: rotate(180deg);}
#NewsPage .list .left .btnlist .swbtn.btn-next i{}
#NewsPage .list .left .btnlist .swbtn:hover{background: #fff;color: #f2b82c;}
#NewsPage .list .right{width: 50%;margin-right: 0;}
#NewsPage .list .right img{width: 100%;height: 100%;object-fit: cover;}
@media (min-width:1px) and (max-width:991px){
    #NewsPage .list .left{width: 100%;}
    #NewsPage .list .right{display:none;}
    #NewsPage .list .left .item{padding: 15px;}
    #NewsPage .list .left .btnlist{bottom: 15px;}
    #NewsPage .list .item .info{margin-bottom: 15px;}
    #NewsPage .list .item .txt h3{font-size: 18px;line-height: 1.5;margin-bottom: 15px;}
    #NewsPage .list .item .txt p{line-height: 1.5;margin-bottom: 20px;}
    #NewsPage .list .item .morelink{padding: 5px 15px;font-size: 14px;}
    #NewsPage .list .item .morelink i{margin-left: 15px;}
}

#NewsPage{position:relative;background: #fff;padding-top: 35px;}
#NewsPage .Column{margin-top: 0;}
#NewsPage .pagesize h5{line-height: 56px;}
#NewsPage .container>.flex_between{margin: 25px 0 40px;}
#NewsPage:before{content:"";background-color:#f8f8f8;width:100%;height:200px;}
#NewsPage #sharelist{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:8px 0;text-align:right;margin-bottom:30px;width:100%;overflow:hidden;}
#NewsPage #sharelist>p{float:left;line-height:24px;font-size:14px;color:#868686;margin:0;}
#NewsPage #sharelist span{display:inline-block;font-size:14px;color:#868686;margin-right:10px;line-height:30px;}
#NewsPage #sharelist>a{display:inline-block;color:#868686;font-size:20px;margin:0 0 0 5px;border:1px solid #999;width:30px;height:30px;line-height:28px;text-align:center;border-radius:50%;}
#NewsPage #sharelist>a:hover{color:#f2b82c;border:1px solid #f2b82c;}
#NewsPage #sharelist>a>i{width:28px;height:28px;line-height:28px;font-size:18px;}
#NewsPage #sharelist .bdsharebuttonbox{float:right;}
#NewsPage #sharelist .bdsharebuttonbox>span{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a{display:inline-block;vertical-align:middle;float:none;width:30px;height:30px;color:#666;border:1px solid #666;}
#NewsPage #sharelist .bdsharebuttonbox>a:before{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a:hover{color:#f2b82c;border:1px solid #f2b82c;}
#NewsPage .btnList{margin-top:30px;background-color:#f0f0f0;padding:20px 25px;}
#NewsPage .btnList>.link{font-size:18px;line-height:30px;display:block;}
#NewsPage .btnList>.link:nth-child(1){margin-bottom:5px;}
#NewsPage .btnList>.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
#NewsPage .btnList>.link>i.iconfont{display:inline-block;width:40px;height:40px;line-height:38px;text-align:center;font-size:20px;border-radius:50%;border:2px solid #dedede;color:#dedede;vertical-align:top;margin:0 6px;}
#NewsPage .btnList>.link:hover>i.iconfont{border:2px solid #f2b82c;color:#f2b82c;}
@media screen and (min-width:992px ) and (max-width:1329px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
    #NewsPage .title h1{font-size:20px;}
    #NewsPage #sharelist{ text-align:center;}
    #NewsPage #sharelist>p{width:100%;margin-bottom:5px;font-size:12px;}
    #NewsPage #sharelist span{font-size:12px;line-height:20px; }
    #NewsPage .btnList{padding:10px 15px;}
    #NewsPage .btnList>.link{font-size:12px;line-height:18px;display:block;margin-bottom:5px;}
}

#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#ntframe #sharelist{margin-top:20px;}
#sharelist {display:block;padding-top:10px;padding-bottom:10px;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{line-height:30px;display:inline-block;font-size:18px;margin-right:20px;}
#sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;width:30px;height:30px;color:#fff;position:relative;text-align:center;line-height:30px;font-size:18px;margin:0 5px 0 0;border:1px solid #fff;border-radius:50%;}
/*#sharelist .bdshare-button-style0-32 .bds_sqq{background-color:#45aaf2;}
#sharelist .bdshare-button-style0-32 .bds_qzone{background-color:#eecf3d;}
#sharelist .bdshare-button-style0-32 .bds_weixin{background-color:#3eb135;}
#sharelist .bdshare-button-style0-32 .bds_tsina{background-color:#df4d69;}*/
#sharelist .bdshare-button-style0-32>a:before{line-height:30px;vertical-align:top;display:inline-block;}
#sharelist .bdshare-button-style0-32>a.bds_sqq:before{content:"\e882";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_qzone:before{content:"\e631";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e601";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e600";font-family:iconfont;}
#sharelist a{background-image:none;text-indent:0;width:30px;height:30px;position:relative;text-align:center;margin:0 20px 0 0;display:inline-block;}
#sharelist a:hover{color:#fff;}
#sharelist a.linkedin:hover{background-color:#0077b5;}
#sharelist a.twitter:hover{background-color:#1da1f2;}
#sharelist a.facebook:hover{background-color:#3b5998;}
#sharelist a.youtube:hover{background-color:#ff011d;}
#sharelist a.instagram:hover{background-color:#c838ab;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a>i{display:block;width:30px;height:30px;line-height:30px;text-align:center;font-size:20px;color:#999;}
#sharelist a:hover{background-color:#f2b82c;}
#sharelist a:hover>i{color:#FFF;}
/*#sharelist a>i.pinterest-p{background-color:#ca1c23;}
#sharelist a>i.facebook{background-color:#3b5998;}
#sharelist a>i.twitter{background-color:#1da1f2;}
#sharelist a>i.linkedin{background-color:#0077b5;}
#sharelist a>i.youtube{background-color:#ff011d;}*/
#RelatedNews{overflow:hidden;}
#RelatedNews .title{}
#RelatedNews .title h2{font-size: 24px;font-family: SourceHanSansCN-Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;text-transform: capitalize;color: #000;}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin:0 0 12px;width:48.5%;}
#RelatedNews .relate_list .item .txt h3{font-size:18px;line-height:30px;position:relative;padding-left:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin:0;color:#666;font-family: SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#RelatedNews .relate_list .item:hover .txt h3{color:#f2b82c;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e7a7";font-size:14px;font-family:"iconfont";position:absolute;left:0;}
/*#RelatedNews .relate_list .item .img:hover img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);-o-transform: scale(1.1);-ms-transform: scale(1.1);}*/
@media (min-width:992px) and (max-width:1329px) {
    #sharelist{padding-top:20px;padding-bottom:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;}
    #sharelist{padding-top:15px;padding-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;margin-bottom:5px;}
    #RelatedNews .relate_list .item .txt h3{font-size:14px;}

    #sharelist{padding-top:15px;padding-bottom:15px;}
    #sharelist a{width:38px;height:38px;}
    #sharelist a>i{display:block;width:36px;height:36px;line-height:36px;text-align:center;font-size:20px;}
}

/*分页*/
.pagination{display:inline-block;margin:20px 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:4px 10px;border:1px solid #ddd;background-color:#fff;color:#337ab7;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;border-color:#ddd;background-color:#eee;color:#23527c;}
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;/*border-top: 1px solid #e9e9e9*/;padding-top: 30px;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:#f2b82c;border-radius:0;color:#f2b82c;font-size:14px;}
ul.pagination li.active span{background-color:#f2b82c;border-color:#f2b82c;border-radius:0;color:#fff;font-size:14px;}
ul.pagination li:first-child a{border-radius:0;}
ul.pagination li:last-child a{border-radius:0;}
ul.pagination li:hover a,ul.pagination li.active:hover>span{background-color:#f2b82c;color:#fff;}

#CasesPage{background: #f5f5f5;}
#CasesList{overflow:hidden;}

#CasesPage .title h3{display: flex;margin-bottom: 15px;}
#CasesPage .title h3::after{content: "";background: url("/Template/Default/images/title_icon.png.webp") no-repeat;display: inline-block;width: 27px;height: 21px;margin-top: 0;margin-bottom: auto;}
#CasesList .item{width: calc((100% - 70px)/3);margin-right: 35px;position: relative;overflow: hidden;border-radius: 10px;border: 1px solid #d5d5d5;margin-bottom: 35px;}
#CasesList .item:nth-child(3n){margin-right: 0;}
#CasesList .item .info{position: absolute;width: 100%;bottom: 10px;text-align: center;}
#CasesList .item .txt{position: absolute;top: 0;text-align: center;left: 0;right: 0;bottom: 0;background: rgba(62, 177, 52, 80%);padding: 30px;transform: scale(0);transition: all 0.3s;}
#CasesList .item:hover .txt{transform: scale(1);}
#CasesList .item:hover .info{display: none;}
#CasesList .item img{height: 100%;object-fit: cover;width: 100%;}
#CasesList .item h3{color: #fff;font-size: 24px;line-height: 40px;}
#CasesList .item .txt h5{font-size: 16px;color: #fff;line-height: 40px;}
#CasesList .item .txt p{color: #fff;margin-bottom: 20px;}
#CasesList .item .txt span{color: #fff;}
@media (min-width:992px) and (max-width:1329px) {
    #CasesList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #CasesPage .title h2{float:left;width:100%;line-height:30px;}
    #CasesPage .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #CasesList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #CasesPage .title h2{float:left;width:100%;line-height:30px;}
    #CasesPage .title p{float:right;width:100%;line-height:22px;font-size:14px;color:#666;}
    #CasesList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #CasesList .item:nth-child(3n){margin-right:15px;}
    #CasesList .item:nth-child(2n){margin-right:0;}
    #CasesList .item .txt{padding:30px 15px 15px;}
    #CasesList .item .txt:before{top:20px;width:calc(100% - 30px);}
    #CasesList .item .txt h3{font-size:13px;margin-bottom:10px;}
}


#VideoPage{}
#VideoList{overflow:hidden;}
#VideoList .item{width:calc((100% - 50px)/3);margin:0;background-color:#fff;overflow:hidden;margin-bottom:25px;border: 1px solid #9ea39f;}
#VideoList .item:not(:nth-child(3n)){margin-right:25px;}
#VideoList .item .img{position: relative;}
#VideoList .item .img::after{content: "\e61c";font-family: iconfont;width: 90px;height: 90px;line-height: 90px;text-align: center;background: #f2b82c;color: #fff;font-size: 32px;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#VideoList .item .txt{text-align:center;padding:15px;}
#VideoList .item .txt h3{font-size:16px;line-height:38px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#VideoList .item:hover h3{color:#f2b82c;}
video{width:100%;display:block;}
@media (min-width:992px) and (max-width:1329px) {
}
@media (min-width:768px) and (max-width:991px) {
    #VideoList .item{width:calc((100% - 30px)/3);margin-bottom:15px;}
    #VideoList .item:not(:nth-child(3n)){margin-right:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoList .item{width:calc((100% - 15px)/2);margin-bottom:15px;}
    #VideoList .item:not(:nth-child(3n)){margin-right:0;}
    #VideoList .item:not(:nth-child(2n)){margin-right:15px;}
    #VideoList .item .txt{padding:10px;}
    #VideoList .item .txt h3{height:auto;-webkit-line-clamp:inherit;}
}


#downtable dt,#downtable dd{display:flex;justify-content:space-between;background-color:#f8f8f8;margin-bottom:20px;}
#downtable dt{background-color:#ebebeb;display:none;}
#downtable dt span{display:block;font-size:20px;line-height:24px;padding:10px 25px 10px 25px;}
#downtable dd span{display:block;font-size:16px;line-height:24px;padding:10px 25px 10px 25px;}
#downtable dt span:nth-child(1),#downtable dd span:nth-child(1){text-align:left;flex:1;}
#downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;display:none;}
#downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:300px;text-align:center;display:none;}
#downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:20%;text-align:right;}
#downtable dd{background-color:#e9ccd3;border-radius:50px;}
#downtable dd i.icon-pdf{color:#f2b82c;font-size:24px;vertical-align:top;margin-right:15px;}
#downtable dd i.icon-down{font-size:16px;vertical-align:top;margin-left:20px;color:#f2b82c;}
@media (min-width:992px) and (max-width:1329px) {
    #downtable dt span, #downtable dd span{padding:15px;font-size:16px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width:768px) and (max-width:991px) {
    #downtable dt span, #downtable dd span{padding:15px;font-size:14px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:20%;text-align:center;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:15%;text-align:center;}
}
@media (min-width:1px) and (max-width:767px) {
    #downtable dt span, #downtable dd span{padding:10px;font-size:13px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:50%;text-align:center;display:none;}
    #downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:15%;text-align:center;display:none;}
    #downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:30%;text-align:center;}

    #downtable dt span:nth-child(1), #downtable dd span:nth-child(1){overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
    #downtable dd i.icon-pdf{margin-right:3px;}
    #downtable dd i.icon-down{margin-left:3px;}
}

.DownloadList{}
.DownloadList .item{background-color:#f3f3f3;}
.DownloadList .item:nth-child(2n+1){flex-flow:row-reverse;}
.DownloadList .item .img{width:50%;cursor:pointer;}
.DownloadList .item .img img{width:100%;}
.DownloadList .item .txt{width:50%;position:relative;}
.DownloadList .item .txt .vcenter{padding:0 8vw;}
.DownloadList .item .txt h3{font-size:38px;line-height:50px;margin-bottom:3vw;}
@media (min-width:992px) and (max-width:1329px) {
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:20px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    .DownloadList .item .img{display:none;}
    .DownloadList .item .txt{width:100%;padding-top:10px;padding-bottom:20px;}
    .DownloadList .item .txt .vcenter{padding:0 5vw;position:relative;}
    .DownloadList .item .txt h3{font-size:14px;line-height:1.5;}
}

/*感谢页面*/
#thk_nav{text-align:center;}
#thk_nav h2{margin-bottom:20px;text-align:center;}
#thk_nav>p{line-height:28px;font-size:14px;}
.btnthank{padding:5px 10px;margin-top:15px;display:inline-block;border:1px solid #f2b82c;color:#ffffff;background-color:#f2b82c;}
.btnthank:hover{background-color:#ffffff;color:#f2b82c;}
@media (max-width:767px) {
    #thk_nav>p{line-height:20px;font-size:13px;}
}

/*网站地图*/
#sitemapnav { width:100%; position:relative;overflow:hidden;}
#sitemapnav li{  list-style:none;}
#sitemapnav a{ color:#333; }
#sitemapnav .fontbig {	width:100% !important;}
#sitemapnav .bigli{width:100%;  line-height:35px;font-size:18px;}
#sitemapnav .bigli a {color:#666; font-weight:bold;text-transform:capitalize;}
#sitemapnav .bigli a:hover {text-decoration:underline;}
.jiange{ width:100%;height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { width:100%;padding-left:3%; font-size:16px; line-height:30px; font-weight:bold; }
#sitemapnav .PROclass_02 { width:100%;padding-left:6%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;font-weight:normal; }

#sitemapnav .PROclass_01 a{  color:#666;}
#sitemapnav .PROclass_02 a{ color:#666;}
#sitemapnav .PROclass_01 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_02 a:hover{ text-decoration:underline;}

#sitemapnav .PROclass_03 { width:100%;padding-left:9%;color:#666666;font-size:14px;line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 {width:100%; padding-left:12%;}

#sitemapnav .PROclass_05 { width:100%;padding-left:3%; font-size:16px; line-height:22px; font-weight:normal; }
#sitemapnav .PROclass_05 a{  color:#666;}
#sitemapnav .PROclass_05 a:hover{ text-decoration:underline;}
@media (min-width:992px) and (max-width:1329px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media screen and (min-width:1px ) and (max-width:767px)
{
	#sitemapnav .abli_02{width:100%;height:auto;}
    #sitemapnav .bigli{font-size:16px;}
    #sitemapnav .abli_02{font-size:14px;line-height:20px;}
    #sitemapnav .PROclass_01{font-size:14px;}
    #sitemapnav .PROclass_02{font-size:13px;}
    #sitemapnav .PROclass_03{font-size:12px;width:100%;}
    #sitemapnav .PROclass_04{width:100%;}
}

/*************图库*************/
#GalleryList{overflow:hidden;}
#GalleryList .item iframe{width:100%;height:auto;}

#GalleryList .item{width:calc((100% - 75px)/4);margin:0 25px 25px 0;border: 1px solid #d6d6d6;}
#GalleryList .item a{padding: 20px 20px 0;display: block;}
#GalleryList .item:nth-child(4n){margin-right:0;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{font-size:16px;line-height:30px;text-align:center;padding:15px 0;color:#333;font-family: SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#GalleryList .item:hover h3{color:#f2b82c;}

@media screen and (min-width:992px ) and (max-width:1329px) {
    #GalleryList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GalleryList .item h3{padding:10px;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GalleryList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GalleryList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}
@media (max-width:767px) {
    #GalleryList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #GalleryList .item:nth-child(2n){margin-right:0;}
    #GalleryList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}

#GallerycList{overflow:hidden;}
#GallerycList .item iframe{width:100%;height:auto;}
#GallerycList .item{width:calc((100% - 120px)/5);margin:0 30px 30px 0;}
#GallerycList .item:nth-child(5n){margin-right:0;}
#GallerycList .item .img{box-shadow: 0 0 15px rgba(0,0,0,0.11);}
#GallerycList .item .img img{width:100%;}
#GallerycList .item h3{font-size:16px;line-height:24px;text-align:center;padding:10px;color:#333;text-transform: uppercase;padding: 25px 0;font-family: SourceHanSansCN-Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#GallerycList .item:hover h3{color:#f2b82c;}

@media screen and (min-width:992px ) and (max-width:1329px) {
    #GallerycList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GallerycList .item h3{padding:10px;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GallerycList .item{width:calc((100% - 45px)/4);margin:0 15px 15px 0;}
    #GallerycList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}
@media (max-width:767px) {
    #GallerycList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;}
    #GallerycList .item:nth-child(2n){margin-right:0;}
    #GallerycList .item h3{padding:10px 0;font-size:14px;line-height:1.5;}
}

/*按钮样式*/
.btn-2{position:relative;z-index:1;overflow:hidden;}
.btn-2:before {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent #f2b82c;position: absolute;bottom: -5px;left: -5px;transition:all .5s;z-index:-1;}
.btn-2:after {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent #f2b82c transparent transparent;position: absolute;top: -5px;right: -5px;transition:all .5s;z-index:-1;}
.btn-2:hover:before {border-width: 300px 0 0 300px;}
.btn-2:hover:after {border-width: 0 300px 300px 0;}

.btn-3{position:relative;z-index:1;overflow:hidden;}
.btn-3:before {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent #000;position: absolute;bottom: -5px;left: -5px;transition:all .5s;z-index:-1;}
.btn-3:after {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent #000 transparent transparent;position: absolute;top: -5px;right: -5px;transition:all .5s;z-index:-1;}
.btn-3:hover:before {border-width: 300px 0 0 300px;}
.btn-3:hover:after {border-width: 0 300px 300px 0;}

.btn-4{position:relative;z-index:1;overflow:hidden;}
.btn-4:before {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent transparent transparent #fff;position: absolute;bottom: -5px;left: -5px;transition:all .5s;z-index:-1;}
.btn-4:after {content: '';width: 0;height: 0;-webkit-transform: rotate(360deg);border-style: solid;border-width: 0 0 0 0;border-color: transparent #fff transparent transparent;position: absolute;top: -5px;right: -5px;transition:all .5s;z-index:-1;}
.btn-4:hover:before {border-width: 300px 0 0 300px;}
.btn-4:hover:after {border-width: 0 300px 300px 0;}

.btn-left{position: relative;overflow: hidden;z-index: 1;}
.btn-left::before{content: "";width: 0;height: 100%;background: #04396a;transition:all .5s;z-index:-1;position: absolute;left: 0;top: 0;}
.btn-left:hover::before{width: 100%;}

.btn-left-2{position: relative;overflow: hidden;z-index: 1;}
.btn-left-2::before{content: "";width: 0;height: 100%;background: #f2b82c;transition:all .5s;z-index:-1;position: absolute;left: 0;top: 0;}
.btn-left-2:hover::before{width: 100%;}

.btn-top{position: relative;overflow: hidden;z-index: 1;}
.btn-top:before {content: '';position: absolute;height: 50%;width: 0;background: #f2b82c;z-index: 1;-webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);-o-transition: .3s cubic-bezier(.785, .135, .15, .86);transition: .3s cubic-bezier(.785,.135,.15,.86);top: 0;left: 0;right: auto;z-index: -1;}
.btn-top:after {content: '';position: absolute;height: 50%;width: 0;background: #f2b82c;z-index: 1;-webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);-o-transition: .3s cubic-bezier(.785, .135, .15, .86);transition: .3s cubic-bezier(.785,.135,.15,.86);bottom: 0;right: 0;left: auto;z-index: -1;}
.btn-top:hover:before {width: 100%;right: 0;left: auto;}
.btn-top:hover:after {width: 100%;left: 0;right: auto;}


.btn-bottom{position: relative;overflow: hidden;z-index: 1;}
.btn-bottom:before {content: '';position: absolute;height: 50%;width: 0;background: #f2b82c;z-index: 1;-webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);-o-transition: .3s cubic-bezier(.785, .135, .15, .86);transition: .3s cubic-bezier(.785,.135,.15,.86);top: 0;left: 0;right: auto;z-index: -1;}
.btn-bottom:after {content: '';position: absolute;height: 50%;width: 0;background: #f2b82c;z-index: 1;-webkit-transition: .3s cubic-bezier(.785,.135,.15,.86);-o-transition: .3s cubic-bezier(.785, .135, .15, .86);transition: .3s cubic-bezier(.785,.135,.15,.86);bottom: 0;right: 0;left: auto;z-index: -1;}
.btn-bottom:hover:before {width: 100%;right: 0;left: auto;}
.btn-bottom:hover:after {width: 100%;left: 0;right: auto;}
/*图库样式*/
.imghvr-zoom-in figcaption {
 opacity:0;
 -webkit-transform:scale(.5);
 transform:scale(.5)
}
.imghvr-zoom-in:hover figcaption {
 -webkit-transform:scale(1);
 transform:scale(1);
 opacity:1
}
[class^='imghvr-'],
[class*=' imghvr-'] {
  position: relative;
  margin: 0px;
  max-width: 100%;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  text-align:center;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
}
.imghvr-zoom-in figcaption h3{text-align:center;transform:translateY(-50%);top:50%;position:relative;}
.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* imghvr-shutter-out-diag-1
   ----------------------------- */
[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
  background: inherit;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}
@media (min-width:1px) and (max-width:767px) {
    .imghvr-zoom-in figcaption{opacity:1;transform:scale(1);position:relative;padding:5px 10px;}
    .imghvr-zoom-in figcaption h3{transform:inherit;}
}



.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:60px;height:60px;line-height:60px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:24px;width:60px;height:60px;line-height:60px;background-color:rgba(255,255,255,0.8);border-radius:50%;color:#f2b82c;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -ms-border-radius: 50%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.6);
    -webkit-animation: play 3s infinite;
    animation: play 3s infinite;
}

.video_icon .play:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video_icon .play:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@-webkit-keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

@keyframes play {
    70% {
        box-shadow: 0 0 0 20px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}

.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; }

#ProductDetail table {width:100%;}
#ProductDetail table {border:1px solid transparent;table-layout: fixed;word-break: break-word;}
#ProductDetail table tr td{padding:10px;border:1px solid #000}
