<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url('../fonts/iconfont/iconfont.css');
@import url('../fonts/Poppins Bold.css');
@import url('../fonts/Poppins Regular.css');
@import url('../fonts/Poppins-Black.css');
@import url('../fonts/Poppins-BoldItalic.css');
@import url('../fonts/Poppins-Medium.css');
@import url('../fonts/Jost Bold.css');
@import url('../fonts/Jost Medium.css');
@import url('../fonts/Jost Light.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-display: swap;  字体延迟加载*****/
/**********样式重置**********/
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:#0054a3;}
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:Poppins 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:Jost 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:1430px;padding:0 15px;width:100%;margin:0 auto;}
.articlepage .container{max-width:1330px;}
.indexpage .container,#Location .container{max-width:1630px;}
.txtcenter{text-align:center;}
.ValidationError{border:1px solid red!important;}
.whatsapptel{ position:fixed; left:15px; bottom:60px; z-index:10;}
.whatsapptel img{ width:50px;}
/**********样式重置**********/

i.icon-youtube:before{content:"\e97d";}
i.icon-linkedin:before{content:"\e92a";}
i.icon-facebook:before{content:"\e6f3";}
i.icon-whatsapp:before{content:"\e894";}
i.icon-twitter:before{content:"\e882";}

/*搜索框*/
#SearchBox{position:fixed;top:0;right:0;left:100%;bottom:100%;background:rgba(0,0,0,1);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{left:0;bottom:0;padding:30px;}
#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:50px;border-bottom:1px solid rgb(255, 255, 255);overflow:hidden;}
#SearchBox #sform #stext{float:left;width:calc(100% - 160px);height:160px;line-height:160px;font-weight:700;border:none;background:transparent;font-size:64px;color:rgb(255, 255, 255);}
#SearchBox #sform #sbut{float:right;width:160px;height:160px;line-height:160px;background:transparent;border:none;}
#SearchBox #sform #sbut&gt;i{display:inline-block;font-size:80px;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&gt;i{font-size:60px;}
}

header{width:100%;z-index:99;position:sticky;top:0;transition:all 0.3s;background:#fff;}

header.fixed{background-color:#fff;padding-top:0;padding-bottom:0;box-shadow:0 0 10px #ccc;}

#menu_top{background: #f3f3f3;padding: 10px 0;}
#menu_top .left{float: left;}
#menu_top .left a{line-height: 30px;display: inline-flex;color: #666;}
#menu_top .left a i{font-size: 22px;margin-right: 10px;color: #8f8f8f;}
#menu_top .left a:hover{color: #0054a3;}
#menu_top .right{float: right;}
#menu_top ul.right&gt;li{border-radius: 50%;border: 1px solid #d1d1d1;display: inline-block;}
#menu_top ul.right&gt;li:not(:last-child){margin-right: 5px;}
#menu_top ul.right&gt;li:not(#lang)&gt;a{line-height: 30px;width: 30px;text-align: center;display: inline-block;}
#menu_top ul.right&gt;li:not(#lang)&gt;a&gt;i{color: #8893ac;}
#menu_top ul.right&gt;li#search{background-color:transparent;border-radius: 50px;overflow: hidden;}
#menu_top ul.right&gt;li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
#menu_top ul.right&gt;li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
#menu_top ul.right&gt;li#search #SearchBox #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;}
#menu_top ul.right&gt;li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;}
#menu_top ul.right&gt;li#search #SearchBox #sbut&gt;i{height:30px;line-height:30px;width:30px;font-size:16px;vertical-align:top;color: #d1d1d1;}
#menu_top ul.right&gt;li ul.dropdown-menu{display: none;position: absolute;left: 0;top: 100%;}

#menu_top ul.right&gt;li#lang{border-radius: 50px;position: relative;padding: 5px 15px;background: #fff;}
#menu_top ul.right&gt;li#lang a{display: flex;line-height: 20px;margin: auto 0;color: #8f8f8f;font-size: 14px;}
#menu_top ul.right&gt;li#lang a img{margin-right: 5px;display: inline-block;height: 16px;margin: auto 5px auto 0;}
#menu_top ul.right&gt;li#lang a i{margin-left: 10px;display: inline-block;font-size: 14px;}



#menu_top ul&gt;li{position:relative;}
#menu_top ul&gt;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);border-bottom:2px solid #0054a3;}
#menu_top ul&gt;li ul.dropdown-menu&gt;li{display:block;}
#menu_top ul&gt;li ul.dropdown-menu&gt;li&gt;a{line-height:24px; font-size:16px; padding:10px 30px 10px 20px;display:block;white-space: nowrap;text-align:left;}
#menu_top ul&gt;li ul.dropdown-menu&gt;li:not(:last-child)&gt;a{border-bottom:1px solid #e5e5e5;}
#menu_top ul&gt;li ul.dropdown-menu&gt;li&gt;a&gt;i{font-size:14px;line-height:24px;position:absolute;right:10px;}
#menu_top ul&gt;li ul.dropdown-menu&gt;li:hover&gt;a,#menu_top ul&gt;li ul.dropdown-menu&gt;li&gt;a:hover{background-color:#0054a3;color:#fff;}
#menu_top ul&gt;li:hover ul.dropdown-menu{display:block;}

#logo{display:none;}
#logo a.logo{display:block;height:80px;}
#logo a.logo img{position:relative;top:50%;transform:translate(0,-50%);}


#Menu{display:flex;justify-content:space-between;transition:all 0.3s;position:relative;width:100%;padding:5px 0 5px;}
#Menu .logo{padding:0;margin:0;}
#Menu .logo&gt;a{height:70px;display:block;overflow: hidden;}
#Menu .logo img{position:relative;top:50%;transform:translate(0,-50%);display: block;}/*filter: drop-shadow(220px 0px #fff);*/
#Menu ul.menunav{transition:all .3s;text-align:left;margin:0;}
#Menu ul.menunav&gt;li{display:inline-block;padding:20px 25px;}
#Menu ul.menunav&gt;li&gt;a{position:relative;display:block;font-size:18px;line-height:30px;color:#303f5f;font-family: Jost Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;text-transform: uppercase;}
#Menu ul&gt;li.open&gt;a,#Menu ul&gt;li.open&gt;a:focus,#Menu ul&gt;li.open&gt;a:hover,#Menu ul&gt;li:hover&gt;a{}
#Menu ul&gt;li&gt;a{position: relative;}
#Menu ul.menunav&gt;li&gt;a:hover{color: #0054a3;}
#Menu ul.menunav&gt;li.open&gt;a:before,#Menu ul.menunav&gt;li.active&gt;a:before,#Menu ul.menunav&gt;li:hover&gt;a:before{content:"";}
#Menu ul.menunav&gt;li.dropdown&gt;a::after{content:"\e62d";font-family:iconfont;display:inline-block;margin-left:5px;vertical-align:top;font-size:14px;}
#Menu ul.menunav&gt;li.dropdown::after{border-left: 15px solid transparent;  border-right:15px solid transparent;  border-bottom: 20px solid #303f5f;content: "";height: 0;width: 0;position: absolute;bottom: 0px;left: 50%;transform: translateX(-50%);display: none;}
#Menu ul.menunav&gt;li:not(:last-child){}
#Menu ul.menunav&gt;li:nth-child(2){border-left:none;}
#Menu ul.menunav&gt;li.feed{padding: 13px 0;margin: auto 0;}
#Menu ul.menunav&gt;li.feed a{background:#0054a3 ;color: #fff;padding: 7px 20px;border-radius: 5px;margin: auto 0;}
@media(min-width:1330px){
    header .container{max-width: 1630px;}
}
@media (min-width:992px) and (max-width:1229px) {
    header .container{margin-right:0;}
    #logo{display:none;}
    
    #Menu{padding:10px 0 10px}
    #Menu .logo{display:block;margin-right:50px;}
    #Menu .logo&gt;a{height:60px;}
    #Menu .logo img{max-height:100%;}
    #Menu ul.menunav{text-align:right;}
    #Menu ul.menunav&gt;li{padding:20px 5px;}
    #Menu ul.menunav&gt;li.logo{float:left;}
    #Menu ul.menunav&gt;li.logo&gt;a{height:50px;}
    #Menu ul.menunav&gt;li&gt;a{font-size:16px;}

    #Menu ul.menunav&gt;li.open&gt;a:before,#Menu ul.menunav&gt;li.open&gt;a:focus:before,#Menu ul.menunav&gt;li.open&gt;a:hover:before,#Menu ul.menunav&gt;li.active&gt;a:before,#Menu ul.menunav&gt;li:hover&gt;a:hover:before{bottom:0;}

}


#Menu ul&gt;li{position:relative;}
#Menu ul&gt;li ul.dropdown-menu{position:absolute;top:100%;left:0;background-color:#303f5f;display:none;z-index:2;min-width:100%;box-shadow:0 10px 15px rgba(0,0,0,0.17);border-radius: 10px;overflow: hidden;padding: 15px 0;}
#Menu ul&gt;li ul.dropdown-menu&gt;li{display:block;}
#Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a{line-height:24px; font-size:16px; padding:10px 30px 10px 20px;display:block;white-space: nowrap;text-align:left;color: #fff;}
#Menu ul&gt;li ul.dropdown-menu&gt;li:not(:last-child)&gt;a{}
#Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a&gt;i{font-size:14px;line-height:24px;position:absolute;right:10px;}
#Menu ul&gt;li ul.dropdown-menu&gt;li:hover&gt;a,#Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a:hover{background-color:#0054a3;color:#fff;}
#Menu ul&gt;li:hover ul.dropdown-menu{display:block;}
#Menu ul&gt;li.dropdown:hover::after{display: block;}

#Menu ul&gt;li ul.dropdown-menu ul.catemenu{left:100%;top:0;border-left:1px solid #fff;display:none;}
#Menu ul&gt;li ul.dropdown-menu&gt;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&gt;.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#0054a3; -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&gt;.menu_btn_med{ position:absolute; top:15px; left:17px; width:20px; height:3px; border-radius:1.5px; background:#0054a3; -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&gt;.menu_btn_bot{ position:absolute; top:25px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#0054a3; -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&gt;.menu_btn_top{ top:50%; background:#0054a3; -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&gt;.menu_btn_med{ top:50%; background:#0054a3; -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&gt;.menu_btn_bot{ top:50%; background:#0054a3; -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:1229px) and (max-width:1330px) {
    #Menu ul.menunav&gt;li{padding: 20px 15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #Menu ul&gt;li ul.dropdown-menu&gt;li{padding-top:0;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
}
@media (min-width:1px) and (max-width:767px) {
    #Menu ul.menunav&gt;li.logo{background-color:#fff;}
    #Menu ul.menunav&gt;li.logo&gt;a{padding:5px 15px;}
    #Menu ul.menunav&gt;li.logo img{margin:0 auto;display:block;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a:hover{border-bottom:none;}
}
@media (min-width:1px) and (max-width:991px) {
    header{position:relative;top:0;}
    header::after{display:none;}
    header .container{}
    header #menu_btn{ display: block;top:20px;}

    #menu_top{display: none;}

    #logo{display:block;position:relative;width:100%;padding:10px 0;float:none;}
    #logo a.logo{padding-top:0;padding-bottom:0;display:inline-block;height:50px;vertical-align:top;}
    #logo a.logo img{display:block;margin:0;width:auto;max-height:50px;position:relative;top:50%;transform:translate(0,-50%);}

    #Menu .logo{display:block;text-align:center;}

    #Menu .logo&gt;a{padding:10px 10px;background-color:#fff;}
    #Menu .logo img{max-width:100%;top: 0;transform: inherit;max-height:100%;margin: 0 auto;}
    
    #Menu ul.menunav&gt;li&gt;a&gt;i {display:none;}

    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #0054a3; 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&gt;li#lang{padding:8px 15px;}
    #Menu ul.menunav&gt;li#lang&gt;a&gt;i{display:none;}
    #Menu ul.menunav&gt;li#lang&gt;.dropdown-menu{padding-left:0;}
    #Menu ul.menunav&gt;li#lang&gt;.dropdown-menu&gt;li&gt;a{font-size:14px;line-height:24px;}

    #Menu ul.menunav&gt;li.logo{margin-top:0;margin-bottom:0;padding:0;display:block;background:none;background-color:#fff;}
    #Menu ul.menunav&gt;li.logo&gt;a{padding:5px;text-align:center;}
    #Menu ul.menunav&gt;li.logo img{}
    #Menu ul.menunav{display: block; padding: 0px 0 15px; text-align: left;overflow:hidden;width:100%;}
    #Menu ul.menunav&gt;li{width:100%; padding:8px 15px; }
    #Menu ul.menunav&gt;li&gt;a{font-size:14px;line-height:24px;padding:0px;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav&gt;li&gt;a:hover:after,#Menu ul&gt;.open&gt;a:after{}
    #Menu ul&gt;li&gt;a,#Menu ul&gt;li:hover&gt;a,#Menu ul&gt;li.active:hover&gt;a{border:none;}
    #Menu ul&gt;li.open&gt;a,#Menu ul&gt;li.open&gt;a:focus,#Menu ul&gt;li.open&gt;a:hover,#Menu ul&gt;li.active&gt;a,#Menu ul&gt;li:hover&gt;a{background:none;}
    #Menu ul&gt;li ul.dropdown{position:relative;}
    #Menu ul&gt;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: 0 0 0 10px;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li{ width:100%;height:auto;line-height:24px;background:none;text-align:left;margin: 0px;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li:not(:last-child)&gt;a{border:none;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a{ position:inherit;color:#fff; font-size:13px;line-height:18px;padding:3px 0;white-space:initial;border:none;background-color:transparent;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a:hover{background-color:#0054a3;color:#fff;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a&gt;i{display:none;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li:hover&gt;a,#Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a:hover{background-color:#0054a3;color:#fff;}
    
    #Menu ul&gt;li ul.dropdown-menu ul.catemenu{display:block;left:0;border-left:none;padding-left:20px;}
}

#bframe{overflow:hidden;position:relative;}
#bframe .bgimg{height:380px;}
#bframe .box{position:absolute;top:50%;transform:translate(0,-50%);width:100%;text-align: center;}
#bframe .txt{position:relative;}
#bframe .txt h2{font-size:36px;line-height:45px;color:#fff;position:relative;}
#bframe .txt p{font-size:18px;line-height:1.6;color:#fff;}
#bframe .location{margin-top: 20px;}
#bframe .location:before{content:"\e602";font-family:iconfont;font-size:20px;vertical-align:top;line-height:24px;margin-right:10px;color: #ffa800;}
#bframe .location a{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
#bframe .location a:not(:last-child)::after{content:"\e64e";margin:0 10px;vertical-align:top;font-family: iconfont;color: #fff;font-size: 12px;}
#bframe .location a:last-child{}
#bframe .location a:hover{color:#0054a3;}
#bframe .location span{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
#ibframe .swiper-pagination{text-align: left;padding-left: 130px;bottom: 40px;}
#ibframe .swiper-pagination .swiper-pagination-bullet-active{width: 45px;border-radius: 50px;background: #0054a3;}
#ibframe{position: relative;}
#ibframe img{width:100%;display:block;margin:0 auto;height:calc(100% * 1920 / 900);}
#ibframe .btnlist{position: absolute;right: 0;bottom: 0;z-index: 1;display: flex;}
#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: #0054a3;}
#ibframe .viewlink{position: absolute;left: 50%;bottom: 20%;z-index: 1;transform: translateX(-50%);font-size: 18px;}
#ibframe .viewlink i{font-size: 24px;}
#ibframe .viewlink:hover i{width: 40px;}

/*首页轮播图悬浮文字*/
#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: 130px;color: #fff;text-transform: uppercase;line-height: 1;margin-bottom: 0px;}
#ibframe .txt p{font-size: 24px;color:#fff;margin-bottom: 40px;}

/**轮播图悬浮按钮样式**/
#ibframe .txt .morelink{background: #0054a3;color: #fff;border-radius: 50px;padding:10px 25px;transition: all 0.5s;display: inline-flex;}
#ibframe .txt .morelink i{margin-right: 10px;font-size: 21px;line-height: 30px;}
#ibframe .txt .morelink:hover{background: #fff;}

/*轮播下方鼠标图标样式*/
#ibframe .mouse{border: 1px solid rgba(255,255,255,.7);width: 20px;height: 32px;position: absolute;z-index: 4;left: 50%;bottom: 50px;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: 100%;}
#ibframe .video{position: relative;}
#ibframe .video::after{content: "";position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(34, 56, 129, 0.28);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:1229px) {
    #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;}
    #bframe .txt h2{font-size:30px;line-height: 1.2;}
    #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{display: none;}
    #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:80px;overflow:hidden;}
.frame .title{margin-bottom:40px;position:relative;text-align: center;}
.frame .title h3{font-size: 48px;line-height: 1;margin-bottom: 25px;color: #303f5f;text-transform: uppercase;}
.frame .title h4{font-size: 42px;line-height: 1;color: #303f5f;text-transform: uppercase;margin-bottom: 25px;}
.frame .title p{font-size: 16px;line-height: 28px;margin-top: 15px;color: #9396a2;}
.frame .title .line{position:relative;margin:0 auto;width: 50px;height: 4px;background: #0054a3;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #0054a3;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#0054a3;color:#fff;}
.frame .title a.link:hover{color:#0054a3;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:40px;padding-bottom:40px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h3{font-size:36px;}
    .frame .title h4{font-size: 32px;line-height: 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 h3{font-size:24px;}
    .frame .title h4{font-size:20px;line-height: 1;}
    .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 h3{font-size:22px;margin-bottom: 5px;}
    .frame .title h4{font-size:20px;line-height: 30px;}
    .frame .title p{font-size:14px;width:100%;line-height:24px;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
}

.frame .flex_between&gt;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: #ededed;border-radius: 0;display: inline-flex;padding: 0;}
.viewlink span{padding: 5px 15px;line-height: 30px;}
.viewlink i{display: inline-block;line-height: 18px;text-align: center;background: #0054a3;color: #fff;line-height: 40px;transform: rotateY(180deg);width: 40px;height: 40px;transition: all 0.3s linear;}
.viewlink:hover i{width:60px;}
@media (min-width:992px) and (max-width:1229px) {
    .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;}
}

#frame1{position: relative;overflow: inherit;}
#frame1 .left{width:46.25%;}
#frame1 .left .tit{margin-bottom: 30px;}
#frame1 .left .tit h2{font-family: Poppins Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;font-size: 28px;line-height: 44px;margin-bottom: 5px;color: #222;max-width: 580px;padding: 20px 0 15px;}
#frame1 .left .tit h3{font-size: 48px;line-height: 1;margin-bottom: 25px;color: #303f5f;text-transform: uppercase;}
#frame1 .left .tit .line{height: 4px;width: 50px;background: #0054a3;}
#frame1 .left  ul{padding-left: 20px;list-style: disc;color: #0054a3;}
#frame1 .left  ul li{margin-bottom: 20px;}
#frame1 .left  ul li::marker{color: #0054a3;}
#frame1 .left  ul li p{font-size: 18px;color: #9396a2;line-height:30px;max-width: 700px;}
#frame1 .left  ul li span{color: #303f5f;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}

#frame1 .right{width:50%;position: relative;}
#frame1 .right .img{overflow:hidden;max-width:100%;}
#frame1 .right img{width: 100%;height: 100%;object-fit: cover;}
#frame1 .right .video_icon{width: 66px;height: 66px;line-height: 66px;}
#frame1 .right .video_icon i.iconfont{color: #fff;background: transparent;font-size: 66px;width: 66px;height: 66px;line-height: 66px;}
#frame1 .numlist{width: 100%;position: relative;z-index: 2;background: #0054a3;margin-top: -80px;border-radius: 30px;padding: 40px 85px;max-width: 1445px;}
#frame1 .numlist .item{width: calc(100%/3);color: #fff;display: flex;margin-bottom: 0;}
#frame1 .numlist .item p{color: #fff;line-height: 30px;font-size: 20px;margin: auto 0;}
#frame1 .numlist .item p span{font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#frame1 .numlist .item i{font-size: 40px;line-height: 60px;margin-right: 25px;}
@media (min-width:1230px) and (max-width:1629px){
    #frame1 .numlist{margin-top: 20px;}
}
@media (min-width:992px) and (max-width:1229px){
    #frame1 .left{padding-top:0;}
    #frame1 .left .txt h2{font-size:26px;line-height:1.3;margin-bottom:20px;}
    #frame1 .numlist{margin-top: 20px;}
    #frame1 .left .tit h4{font-size: 36px;line-height: 50px;}
}
@media (min-width:768px) and (max-width:991px){
    #frame1 .left{padding-top:0;width:100%;}
    #frame1 .left .tit h2{font-size: 24px;line-height: 30px;max-width: 100%;}
    #frame1 .left .txt h3{font-size:26px;line-height:1.3;margin-bottom:20px;}
    #frame1 .left  ul li p{max-width: 100%;}
    #frame1 .numlist{margin-top: 20px;}
    #frame1 .numlist .item{width: 50%;}
    #frame1 .right{display:none;}
}
@media (min-width:1px) and (max-width:767px){
    #frame1 .left{padding-top:0;width:100%;text-align: left;padding-left: 0;}
    #frame1 .left .tit{margin-bottom: 10px;}
    #frame1 .left .tit h2{font-size: 14px;margin-bottom: 0;line-height:1.2;}
    #frame1 .left .tit h3{font-size: 24px;line-height: 30px;margin-bottom: 5px;}
    #frame1 .left  ul li{margin-bottom: 10px;}
    #frame1 .left  ul li p{font-size: 14px;line-height: 1.5;}

    #frame1 .numlist{margin-top: 10px;padding: 15px;}
    #frame1 .numlist .item{width: 100%;}
    #frame1 .numlist .item i{font-size: 30px;margin-right: 15px;line-height: 45px;}
    #frame1 .numlist .item p{font-size: 14px;line-height: 30px;}
    #frame1 .right{display:none;}
}

#frame2{background: #f7f7f7;}
#frame2 .title p{max-width: 1150px;margin:15px auto 0;}
#frame2 .list{position: relative;}
#frame2 .list .swiper-slide{text-align: center;padding-bottom: 42.5px;}
#frame2 .list .swiper-slide a{position: relative;background: #fff;padding-bottom: 30px;display: inline-block;}
#frame2 .list .swiper-slide .txt{padding: 30px 40px;}
#frame2 .list .swiper-slide h3{font-family: Poppins Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #303f5f;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size: 15px;line-height: 24px;}
#frame2 .list .swiper-slide a::after{content: "\e64d";position: absolute;z-index: 1;font-family: iconfont;background: #0054a3;border-radius: 50%;font-size: 20px;padding: 12.5px 17.5px;border: 15px solid #f7f7f7;z-index: 1;bottom: -42.5px;color: #fff;display: inline-block;left: 50%;transform: translateX(-50%);}

#frame2 .list .swiper-pagination{width: 100%;position: relative;margin-top: 25px;}
#frame2 .list .swiper-pagination-bullet{width: 8px;height: 8px;border: 1px solid #cdcdcd;background: #fff;margin: 0 3px;opacity: 1;}
#frame2 .list .swiper-pagination-bullet-active{background: #0054a3;border-color: #0054a3;}

#frame2 .list .swbtn{position: absolute;top: calc(50% - 21px);z-index: 1;}
#frame2 .list .swbtn&gt;i{display:block;width:42px;height:42px;line-height:42px;font-size:20px;text-align:center;background: #f1f1f1;border-radius: 5px;}
#frame2 .list .swbtn:hover&gt;i{background: #0054a3;color: #fff;}
#frame2 .list .swbtn.btn-prev{left: 0;transform: rotate(180deg);}
#frame2 .list .swbtn.btn-next{right: 0;}
#frame3{padding-bottom: 0;}
#frame3 .title p{max-width: 815px;margin: 15px auto 0;}

#frame3 .productlist{display: flex;}
#frame3 .productlist .item{width:calc(94% / 5);display: inline-block;position: relative;overflow: hidden;}
#frame3 .productlist .item .pic{height:100%;}
#frame3 .productlist .item .pic img{width: 100%;height: 100%;object-fit: cover;}
#frame3 .productlist .item:not(:last-child) .txt{position:absolute;transition:all 0.3s;width: 100%;text-align: center;left: 0;top: 50%;transform: translateY(-50%);}
#frame3 .productlist .item .txt img{margin:auto auto 0;}
#frame3 .productlist .item .txt p{line-height: 30px;padding: 5px 10px;position: relative;color: #fff;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;margin-bottom: 25px;height: 60px;max-width: 170px;margin: 0 auto;}
#frame3 .productlist .item:last-child{width: 6%;background-color: #121726;}
#frame3 .productlist .item:last-child a{display: block;height: 100%;width: 100%;}
#frame3 .productlist .item .info{height: 100%;width: 100%;position: absolute;background: #0054a3;top: 0;padding: 55px 35px;top: -100%;transition: all 0.3s linear;overflow: hidden;}
#frame3 .productlist .item .info h5{font-size: 26px; line-height: 30px;color: #fff;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;margin-bottom: 25px;}
#frame3 .productlist .item .info .line{width: 30px;height: 3px;background: #fff;margin-bottom: 30px;}
#frame3 .productlist .item .info ul{padding: 30px 0;}
#frame3 .productlist .item .info ul li:not(:last-child){margin-bottom: 20px;}
#frame3 .productlist .item .info ul li a{color: #fff;position: relative;width: 100%;display: inline-block;}
#frame3 .productlist .item .info ul li a::after{margin-left: 10px;content: "&gt;";}
#frame3 .productlist .item .info .morelink{border-radius: 0;background: transparent;border: 1px solid #fff;color: #fff;text-transform: capitalize;position: absolute;bottom: 60px;}
#frame3 .productlist .item .info .morelink i{margin-left: 20px;}
#frame3 .productlist .item:hover .info{top: 0;}
#frame3 .productlist .item:last-child .txt{color: #fff;text-align: center;display: inline-block;width: 100%;margin: auto 0;position: relative;top: 50%;transform: translateY(-50%);}
#frame3 .productlist .item:last-child .txt i{border: 1px solid #fff;border-radius: 50%;font-size: 27px;padding: 10.5px;margin-bottom: 25px;display: inline-block;line-height: 1;}
#frame3 .productlist .item:last-child .txt span{display: block;}
@media (min-width:992px) and (max-width:1350px) {
    #frame3 .productlist .item .info{padding: 30px 15px;}
    #frame3 .productlist .item .info h5{margin-bottom: 10px;}
    #frame3 .productlist .item .info ul{padding: 10px 0;}
    #frame3 .productlist .item .info ul li:not(:last-child){margin-bottom: 10px;}
    #frame3 .productlist .item .info .line{margin-bottom: 10px;}
    #frame3 .productlist .item .info .morelink{width: 100%;padding: 5px 0;text-align: center;position: relative;bottom: 0;}
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #frame3 .productlist .item .info{padding: 30px 15px;}
    #frame3 .productlist .item .info h5{margin-bottom: 10px;font-size: 20px;}
    #frame3 .productlist .item .info ul{padding: 5px 0;}
    #frame3 .productlist .item .info ul li:not(:last-child){margin-bottom: 0px;}
    #frame3 .productlist .item .info ul li a{font-size: 14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 10px;}
    #frame3 .productlist .item .info ul li a::after{position: absolute;right: 0;}
    #frame3 .productlist .item .info .line{margin-bottom: 5px;}
    #frame3 .productlist .item .info .morelink{width: 100%;padding: 5px 0;text-align: center;position: initial;bottom: 0;line-height: 20px;}

}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .productlist{flex-wrap: wrap;}
    #frame3 .productlist .item{width: calc(100%/3) !important;}
    #frame3 .productlist .item .txt{display: none;}
    #frame3 .productlist .item .info{padding: 15px 15px;}
    #frame3 .productlist .item .info h5{margin-bottom: 10px;font-size: 14px;line-height: 1.2;}
    #frame3 .productlist .item .info ul{padding: 0;}
    #frame3 .productlist .item .info ul li:not(:last-child){margin-bottom: 0px;}
    #frame3 .productlist .item .info ul li a{font-size: 12px;line-height: 1.2;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding-right: 10px;}
    #frame3 .productlist .item .info ul li a::after{position: absolute;right: 0;}
    #frame3 .productlist .item .info .line{display: none;}
    #frame3 .productlist .item .info{top: 0;background: rgba(0, 84, 163,0.3);}
    #frame3 .productlist .item .info .morelink{width: 80%;padding: 5px 0;text-align: center;position: absolute;bottom: 10px;line-height: 20px;}
    #frame3 .productlist .item .info .morelink i{margin-left: 5px;}
}

#frame4{background: #f7f7f7;}
#frame4 .title p{max-width: 1340px;margin: 15px auto 0;}
#frame4 .list{}
#frame4 .item{background: #fff;width: calc((100% - 60px)/3);text-align: center;transition: all 0.3s;display: inline-flex;flex-direction: column;justify-content: space-between;}
#frame4 .item .txt{padding: 50px 65px;}
#frame4 .item .txt img{margin-bottom: 30px;}
#frame4 .item .txt h4{font-size: 36px;line-height: 1;color: #303f5f;margin-bottom: 45px;}
#frame4 .item ul li{text-align: left;padding-left: 50px;position: relative;font-size: 18px;line-height: 36px;color: #4c5a76;}
#frame4 .item ul li::before{content: "\e60b";font-family: iconfont;color: #0054a3;position: absolute;left: 10px;font-size: 20px;line-height: 36px;top: 0;}
#frame4 .item .down{position: relative;}
#frame4 .item .down a{display: block;padding: 30px 0;font-size: 28px;line-height: 36px;}
#frame4 .item .down::before{content: "";position: absolute;width: 76.5%;top: 0;height: 1px;background: #DFDFDF;left: 50%;transform: translateX(-50%);}
#frame4 .item:hover{box-shadow: 10px 0 73px rgba(0,0,0,0.09);}
#frame4 .item:hover .down a{background: #0054a3;color: #fff;}
#frame4 .item:hover .down::before{display: none;}
@media (min-width:992px) and (max-width:1229px) {
    #frame4 .item .txt{padding: 25px 30px;}
}
@media (min-width:768px) and (max-width:991px){
    #frame4 .item .txt{padding: 25px 30px;}
    #frame4 .item .txt h4{font-size: 20px;margin-bottom: 20px;}
    #frame4 .item ul li{font-size: 16px;line-height: 24px;}
    #frame4 .item .down a{font-size: 20px;line-height: 30px;padding: 15px 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame4{margin-top: 0;}
    #frame4 .item{width: 100%;margin-bottom: 15px;}
    #frame4 .item .txt{padding:15px;}
    #frame4 .item .txt img{margin-bottom: 10px;}
    #frame4 .item .txt h4{font-size: 20px;margin-bottom: 10px;}
    #frame4 .item ul li{font-size: 14px;line-height: 24px;}
    #frame4 .item .down a{font-size: 20px;line-height: 30px;padding: 15px 0;}
}
#frame5{}
#frame5 .title{width: 25%;text-align: left;padding: 70px 45px;background: url("/Template/Default/images/frame5.png.webp") no-repeat;background-size: cover;margin-bottom: 0;}
#frame5 .title h3{color: #fff;line-height: 55px;margin-bottom: 30px;}
#frame5 .title .line{background: #fff;margin: 0;}
#frame5 .title p{color: #fff;font-size: 16px;line-height: 30px;margin-top: 20px;margin-bottom: 50px;}
#frame5 .title i{font-size: 45px;line-height: 1;color: #fff;display: block;}
#frame5 .list{position:relative;width: 72%;}
#frame5 .list .item{width: 100%;}
#frame5 .list .item:first-child{margin-bottom: 15px;}
#frame5 .list .item a{padding: 35px 60px 35px 40px;display: block;border: 1px solid #eaeaea;}
#frame5 .list .item .img{width: 37%;float: left;}
#frame5 .list .item .img img{height:100%;object-fit: cover;width: 100%;}
#frame5 .list .item .txt{width: 58%;float: right;}
#frame5 .list .item h3{font-size: 24px;line-height:35px;font-family: Poppins Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #303f5f;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom: 5px;}
#frame5 .list .item span.date{color: #999;margin-bottom: 15px;display: block;}
#frame5 .list .item span.date i{margin-right: 10px;}
#frame5 .list .item p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;line-height: 30px;color: #999;margin-bottom: 40px;}
#frame5 .list .item .morelink{border-radius: 50px;border: 1px solid #CFCFCF;background: transparent;color: #303f5f;text-transform: uppercase;padding: 5px 20px;display: inline-flex;}
#frame5 .list .item .morelink i{margin-left: 10px;font-size: 20px;}
#frame5 .list .item .morelink:hover{color: #fff;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #frame5 .list .item h3{font-size: 24px;}
    #frame5 .list .item p{line-height: 20px;}
    #frame5 .list .item .img{display: none;}
    #frame5 .list .item .txt{width: 100%;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame5 .title{width: 100%;margin-bottom: 10px;padding: 15px;}
    #frame5 .title h3{line-height: 30px;font-size: 20px;margin-bottom: 10px;}
    #frame5 .title p{margin-bottom: 10px;}
    #frame5 .list{width: 100%;}
    #frame5 .list .item a{padding: 15px;}
    #frame5 .list .item h3{font-size: 16px;line-height: 1.5;}
    #frame5 .list .item span.date{margin-bottom: 10px;}
    #frame5 .list .item p{font-size: 14px;line-height: 1.5;margin-bottom: 10px;}
    #frame5 .list .item .img{display: none;}
    #frame5 .list .item .txt{width: 100%;}
}
@media (min-width:1px)and (max-width:400px) {
    #frame5 .list .item{width:100%;}
}

#frame6{background: url("/Template/Default/images/frame6.jpg.webp") no-repeat;background-attachment: fixed;position: relative;padding: 175px 0 195px;}
#frame6::after{content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: rgba(23, 35, 61,40%);z-index: 0;}
#frame6 .title{text-align: left;position: relative;z-index: 1;margin-bottom: 0;}
#frame6 .title p{text-align: left;margin: auto 0;color: #fff;}
#frame6 .title h3{margin-bottom: 20px;color: #fff;}
@media (min-width:992px) and (max-width:1229px) {
    #frame6{padding: 150px 0;}
}
@media (min-width:768px) and (max-width:991px){
    #frame6{padding: 100px 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame6 .title h4{margin-bottom: 0px;}
    #frame6 .title p{max-width: 100%;text-align: left;margin-bottom: 5px;}
    #frame6 .item .info{margin-bottom: 5px;}
    #frame6 .item{width: 100%;margin-bottom: 15px;border-bottom: 1px solid #d0d0d0;}
    #frame6 .item .txt h3{margin-bottom: 5px;}
    #frame6 .item .txt p{margin-bottom: 10px;font-size: 13px;line-height: 1.5;}
    #frame6 .item .txt span{display: none;}
}

.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:1229px){
    .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:#1d2231 url("/Template/Default/images/foot.png.webp") no-repeat top center;padding-top:80px;position: relative;}
footer .footinfo{text-align:center;margin-bottom:50px;}
footer .footinfo p{font-size:18px;line-height:30px;color:#8e8e8e;margin-bottom:20px;}
footer .gotop{position: absolute;display: inline-block;width: 60px;line-height: 60px;height: 60px;color: #848c97;font-size: 24px;right: 175px;bottom:150px ;border-radius: 50%;background: #2f3b4c;text-align: center;}
footer .gotop:hover{color: #fff;background: #0054a3;}

#fck1{width:350px;margin:0;}
#fck2{width:120px;margin:0;}
#fck3{width:220px;margin:0;}
#fck4{width:510px;margin:0;margin-top: -500px;}
#language{padding:10px 0px; text-align:center;background-color:#fff;}
#language ul li {margin:0;display:inline-block;}
#language ul li a{font-size:14px; line-height:2em;}
#language ul li a img{margin-top:5px;}
#language ul li a span{font-size:14px; line-height:2em;}

footer .list{padding-bottom:50px;margin-top: 45px;}
footer dl dt{font-size:28px;line-height:1;margin-bottom:25px;position:relative;color: #dddddf;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
footer dl dd{font-size:14px;line-height:30px;position:relative;margin-bottom:8px;color:#dddddf;display: flex;}
footer dl dd&gt;a{font-size:14px;line-height:30px;display:inline-flex;color:#dddddf;}
footer dl dd&gt;a:hover{color: #0054a3;}
footer dl dd span{display: inline-block;}
footer dl dd&gt;a:hover{}
footer dl dd em{width: 4px;height: 4px;border-radius: 50%;margin:auto 15px auto 0;background: #dddddf;display: inline-block;}

#fck1 dl dd{line-height: 24px;color: #d0d0d0;}
#fck1 dl dd i{line-height: 24px;font-size: 16px;color: #848586;margin-right: 15px;}
#fck1 dl dd&gt;a{color: #d0d0d0;}
#fck1 dl dd&gt;a:hover{color: #0054a3;}


#fck4 dl{background: #f1f5f8;padding: 60px 30px 25px;}
#fck4 dl dt{color: #303f5f;font-size: 48px;line-height: 1;text-transform: uppercase;}
#fck4 dl dt::after{content: "";width: 55px;height: 4px;background: #0054a3;display: block;margin-top: 20px;margin-bottom: 40px;}
#fck4 dl dd{margin-bottom: 20px;}
#fck4 dl dd .input{background: #fff;border-radius: 5px;font-family: iconfont;}
#fck4 dl .morelink{width: 100%;background: #0054a3;line-height: 30px;padding: 14px 0;font-size: 18px;display: flex;justify-content: center;}
#fck4 dl .morelink i{font-size: 23px;line-height: 30px;margin-right: 10px;}


.foot_by{overflow:hidden;text-align:center;padding-top:10px;padding-bottom:10px;border-top:1px solid #343946;}
.foot_by .footdiv{font-size:15px; line-height:30px;margin:0;display:inline-block;}
.foot_by .footdiv a{display:inline-block; font-size:15px; line-height:30px;color: #858585;}
.foot_by .footdiv.fl{text-align:left;float:left;color: #858585;}
.foot_by .footdiv.fr{text-align:right;float:right;color: #858585;}
.foot_by .footdiv a:hover{text-decoration:underline;color:#0054a3;}

.footshare{text-align:right;margin-top: 45px;}
.footshare&gt;a{text-align:center;display:inline-block;margin-right:20px;}
.footshare&gt;a:last-child{margin-right: 0;}
.footshare&gt;a&gt;i{font-size:24px;text-align:center;display:inline-block;color: #fff;border-radius: 50%;width: 42px;line-height: 42px;}
.footshare&gt;a.ico_youtube&gt;i{background-color:#ef2638;}
.footshare&gt;a.ico_linkedin&gt;i{background-color:#0b66c1;}
.footshare&gt;a.ico_facebook&gt;i{background-color:#3a59a3;}
.footshare&gt;a.ico_twitter&gt;i{background-color:#1da1f3;}
.footshare&gt;a.ico_instagram&gt;i{background-color:#d13e79;}
.footshare&gt;a.ico_skype&gt;i{background-color:#01aef0;}
.footshare&gt;a.ico_wechat&gt;i{background-color:#13c939;}
.footshare&gt;a.ico_whatsapp&gt;i{background-color:#21a937;}
footer .language {
    padding: 30px 0 20px;
    border-top: 1px solid #343946;
}
footer .language ul li{margin-bottom: 10px;}
footer .language ul li img{width: 26px;height: 26px;border-radius: 50%;border: 1px solid #8b8b8b;line-height: 26px;margin-right: 10px;}
footer .language ul li a{line-height: 26px;margin-right: 20px;color: #b7b7b7;}
footer .language ul li a span{}
footer .language ul li a:hover{color: #0054a3;}
@media (min-width:992px) and (max-width:1229px) {
    #language ul li a span{line-height:1;display:block;margin-top:3px;}
    #language ul li a img{display:block;margin:0 auto;}

    #fck1{width:220px;margin:0;}
    #fck2{width:120px;margin:0;}
    #fck3{width:220px;margin:0;}
    #fck4{width:330px;margin:0;margin-top: -500px;}

    #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:80px;}
    
    footer .list{display: none;}
    
    footer dl dt{}
    footer dl dd{}
    footer dl dd&gt;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 .gotop{display: none;}
    footer{padding-top:20px;padding-bottom:50px;}
    footer .list{display: none;}
    footer .footinfo p{font-size:16px;line-height:1.5;}
    

    .footmenu{border-radius:0;padding:0;justify-content:flex-start;}
    
    #fck1{width:100%;margin-bottom:10px;}
    
    #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&gt;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:"\e9e1";font-family:iconfont;margin-left:10px;font-size:16px;transform:rotate(90deg);display:inline-block;}
    footer dl dd{display:none;font-size:14px;line-height:1.5;}
    footer dl dd&gt;a{font-size:14px;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd&gt;a{font-size:12px;}
    .foot_by{}
    .foot_by .top{display: none;}
    .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}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:10;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:#0054a3;box-shadow:0 0 10px #0054a3;border-radius:5px;cursor:pointer;line-height:40px;padding:0 10px;color:#FFF;font-size:18px;z-index:10}
#PageInquiry&gt;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:#0054a3;position:relative;cursor:pointer;margin-bottom:5px;box-shadow:0 0 10px #666;}
#float .ico&gt;i{font-size:30px;line-height:60px;display:block;color:#fff;}
#float .ico&gt;.img{position:absolute;right:60px;width:140px;top:0;display:none;background-color:#fff;box-shadow:0 0 5px #b0b0b0;}
#float .ico&gt;.img&gt;img{width:100%;}
#float .ico:hover&gt;.img{display:block;}
#float .ico.btninquy i{animation: blink .6s infinite;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:60px;height:60px;}
    #float .ico&gt;i{font-size:30px;}
    #float .ico&gt;.img{right:60px;}
}
@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:#0054a3 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 #0054a3; background: #fff; display: flex; align-items: center; justify-content: center;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 40px; 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&gt;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 #0054a3;background-color:#0054a3;text-align:center;color:#fff;border-radius:5px;display:inline-block; height: auto;}
#floatForm .contactForm .submit:hover{}



/*共用*/
#Location{width:100%;padding-top:20px;padding-bottom:20px;position: relative;background: #0054a3;}
#Location .location{}
#Location .location:before{content:"\e602";font-family:iconfont;font-size:20px;vertical-align:top;line-height:24px;margin-right:10px;color: #ffa800;}
#Location .location a{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
#Location .location a:not(:last-child)::after{content:"\e64e";margin:0 10px;vertical-align:top;font-family: iconfont;color: #fff;font-size: 12px;}
#Location .location a:last-child{}
#Location .location a:hover{color:#000;}
#Location .location span{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #Location{}
    #Location .location a{font-size:15px;}
    #Location .location span{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #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) {
    #Location{padding: 10px 0;}
    #Location .location:before{line-height: 24px;}
    #Location .location a:not(:last-child)::after{margin: 0 10px;}
    #Location .location a{font-size:13px;line-height:24px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:13px;line-height:24px;}
}

/*左侧菜单*/
#left_nav{width:340px;}
#left_nav dl{overflow:hidden;margin-bottom:30px;}
#left_nav dl&gt;dt{padding:15px 25px;font-size:22px;line-height:30px;position:relative;background-color:#ededed;}
#left_nav dl&gt;dt&gt;i{display:inline-block;font-size:27px;line-height:30px;margin-right:8px;vertical-align:top;}
#left_nav dl&gt;dd:nth-child(2){margin-top: 40px;}
#left_nav dl&gt;dd{position:relative;cursor:pointer;padding-left:25px;background-color:#ededed;padding:0 30px;margin-bottom: 10px;}
#left_nav dl&gt;dd&gt;a{display:block;font-size:16px;line-height:30px;position:relative;padding:10px 0;}
#left_nav dl&gt;dd&gt;i{position:absolute;right:5px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;}
#left_nav dl&gt;dd&gt;i:before{content:"\e64e";font-size:16px;line-height:30px;width:30px;height:30px;display:block;}
#left_nav dl&gt;dd.active&gt;a,#left_nav dl&gt;dd:hover&gt;a{color:#0054a3;}
#left_nav dl&gt;dd.active,#left_nav dl&gt;dd:hover{color: #0054a3;}
#left_nav dl&gt;dd.active&gt;i::before,#left_nav dl&gt;dd:hover&gt;i::before{color: #0054a3;}
#left_nav dl&gt;dd ul{transition:all 0s;margin-top:8px;display:none;}
#left_nav dl&gt;dd.active&gt;ul{display:block;}
#left_nav dl&gt;dd ul&gt;li{padding:10px 0 10px 0;border-bottom:1px solid #d6d6d6;}
#left_nav dl&gt;dd ul&gt;li&gt;a{display:block;font-size:16px;line-height:24px;position:relative;padding:0 0 0 30px;color:#333;}
#left_nav dl&gt;dd ul&gt;li&gt;a:before{content:"";width:10px;height:1px;background-color:#333;position:absolute;left:0;top:11px;}
#left_nav dl&gt;dd ul&gt;li.active{border-bottom:1px solid #0054a3;}
#left_nav dl&gt;dd ul&gt;li.active&gt;a,#left_nav dl&gt;dd ul&gt;li:hover&gt;a{color:#0054a3;}
#left_nav dl&gt;dd ul&gt;li.active&gt;a:before,#left_nav dl&gt;dd ul&gt;li:hover&gt;a:before{background-color:#0054a3;}
#left_nav dl&gt;dd ul&gt;li.active&gt;ul{display:block;}
#left_nav dl&gt;dd ul&gt;li&gt;ul.catelist{padding:0 20px 0 ;}
#left_nav dl&gt;dd ul&gt;li&gt;ul.catelist&gt;li&gt;a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}


#left_news{width:450px;float: right;}
#left_news dl.search{margin-bottom: 35px;}
#left_news dl&gt;dd #nform{position: relative;}
#left_news dl&gt;dd #nform input{width: 100%;padding: 12px 10px;background-color: #f6f6f6;}
#left_news dl&gt;dd #nbut{position: absolute;right: 0;top: 0;color: #fff;background: #0054a3;border: none;font-size: 18px;line-height: 30px;padding: 9px 17px;cursor: pointer;}

#left_news dl dt::after{content: "";width: 80px;height: 2px;background: #0054a3;display: block;}
#left_news dl{overflow:hidden;margin-bottom:30px;border: 1px solid #e7e7e7;padding:35px;}
#left_news dl&gt;dt{font-size:24px;line-height:30px;position:relative;margin-bottom:25px;text-transform: uppercase;font-family: Jost Medium,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
#left_news dl&gt;dt&gt;i{display:inline-block;font-size:30px;line-height:30px;margin-right:8px;vertical-align:top;}
#left_news dl&gt;dd{position:relative;cursor:pointer;}
#left_news dl&gt;dd&gt;a{display:flex;font-size:16px;line-height:30px;position:relative;padding:12px 20px;background: #f6f6f6;margin-bottom: 10px;color: #666;}
#left_news dl&gt;dd&gt;a::before{content: "";width: 5px;height: 5px;border-radius: 50%;background: #0054a3;display: block;margin: auto 15px auto 0;}
#left_news dl&gt;dd&gt;i{position:absolute;right:5px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;display:none;}
#left_news dl&gt;dd&gt;i:before{content:"\e7f9";font-size:16px;line-height:30px;width:30px;height:30px;display:block;}
#left_news dl&gt;dd.active:before{background-color:#0054a3;}
#left_news dl&gt;dd.active&gt;a,#left_news dl&gt;dd:hover&gt;a{color:#fff;background: #0054a3;}
#left_news dl&gt;dd:hover&gt;a::before,#left_news dl&gt;dd.active&gt;a::before{background: #fff;}

@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;padding-right:20px;}
    #left_nav dl{}
    #left_nav dl&gt;dt{padding:15px 5px 15px 15px;font-size:22px;}
    #left_nav dl&gt;dd{padding:0 15px}
    #left_nav dl&gt;dd:before{height:40px;}
    #left_nav dl&gt;dd&gt;a{font-size:15px;padding:10px 0;}
    #left_nav dl&gt;dd ul&gt;li{padding:10px 0 10px 0;}
    #left_nav dl&gt;dd ul&gt;li&gt;a{font-size:14px;}

    #left_news{width:30%;padding-right:20px;}
    #left_news dl{padding: 20px;}
    #left_news dl&gt;dt{padding:15px 5px 15px 15px;font-size:22px;}
    #left_news dl&gt;dd{padding:0 15px}
    #left_news dl&gt;dd:before{height:40px;}
    #left_news dl&gt;dd&gt;a{font-size:15px;padding:10px;}
    #left_news dl&gt;dd ul&gt;li{padding:10px 0 10px 0;}
    #left_news dl&gt;dd ul&gt;li&gt;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;}
    #left_nav dl::before{}
    #left_nav dl&gt;dt{padding:10px 10px 10px 15px;font-size:18px;display:block;}
    #left_nav dl&gt;dt:after{content:"\e87e";font-family:iconfont;float:right;position:absolute;border:none;top:5px;width:40px;height:40px;line-height:40px;right:0;text-align:center;}
    #left_nav dl&gt;dd:nth-child(2){margin-top: 10px;}
    #left_nav dl&gt;dd{display:none;padding-left:15px;margin-bottom:10px;}
    #left_nav dl&gt;dd:before{height:40px;}
    #left_nav dl&gt;dd&gt;a{font-size:15px;padding:5px 0;}
    #left_nav dl&gt;dd ul&gt;li{padding:10px 0 10px 0;}
    #left_nav dl&gt;dd ul&gt;li&gt;a{font-size:14px;}
    #left_nav dl&gt;dd&gt;i{top: 5px;}

    #left_news{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;float: none;}
    #left_news dl dt .line{display: none;}
    #left_news dl{padding:0;border:none;margin-bottom:0px !important;}
    #left_news dl::before{}
    #left_news dl&gt;dt{font-size:18px;display:block;margin-bottom: 10px;background: #0054a3;color: #FFF;padding: 5px 10px;}
    #left_news dl&gt;dt:after{content:"\e87e";font-family:iconfont;float:right;position:absolute;border:none;top:0%;width:40px;height:40px;line-height:40px;right:10PX;text-align:center;transform: translate(-50%,0)}
    #left_news dl&gt;dd{display:none;margin-bottom:20px;}
    #left_news dl&gt;dd:before{height:40px;}
    #left_news dl&gt;dd&gt;a{font-size:15px;padding:5px;}
    #left_news dl&gt;dd&gt;a::before{display: none;}
    #left_news dl&gt;dd ul&gt;li{padding:10px 0 10px 0;}
    #left_news dl&gt;dd ul&gt;li&gt;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;}
    #left_nav dl::before{}
    #left_nav dl&gt;dt{padding:10px 10px 10px 15px;font-size:18px;display:block;margin-bottom: 0;}
    #left_nav dl&gt;dt:after{content:"\e87e";font-family:iconfont;float:right;position:relative;border:none;top:0;width:30px;height:30px;line-height:30px;right:0;text-align:center;}
    #left_nav dl&gt;dd{display:none;padding-left:15px;margin-bottom:10px;}
    #left_nav dl&gt;dd:nth-child(2){margin-top: 10px;}
    #left_nav dl&gt;dd:before{height:40px;}
    #left_nav dl&gt;dd&gt;a{font-size:15px;padding:5px 0;}
    #left_nav dl&gt;dd ul&gt;li{padding:10px 0 10px 0;}
    #left_nav dl&gt;dd ul&gt;li&gt;a{font-size:14px;}
    #left_nav dl&gt;dd&gt;i{top: 5px;}

    #left_news{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;float: none;}
    #left_news dl dt .line{display: none;}
    #left_news dl{padding:0;border:none;margin-bottom:0px !important;}
    #left_news dl::before{}
    #left_news dl&gt;dt{font-size:18px;display:block;margin-bottom: 10px;background: #0054a3;color: #FFF;padding: 5px 10px;}
    #left_news dl&gt;dt:after{content:"\e87e";font-family:iconfont;float:right;position:absolute;border:none;top:0%;width:40px;height:40px;line-height:40px;right:10PX;text-align:center;transform: translate(-50%,0)}
    #left_news dl&gt;dd{display:none;margin-bottom:10px;}
    #left_news dl&gt;dd:before{height:40px;}
    #left_news dl&gt;dd&gt;a{font-size:15px;padding:5px;}
    #left_news dl&gt;dd&gt;a::before{display: none;}
    #left_news dl&gt;dd ul&gt;li{padding:10px 0 10px 10px;}
    #left_news dl&gt;dd ul&gt;li&gt;a{font-size:14px;}
}

#left_nav .LeftProduct{margin-top:40px;}
#left_nav .LeftProduct h2{padding:10px 25px;font-size:22px;line-height:40px;position:relative;margin-bottom:10px;background: #ededed;text-transform: capitalize;}
#left_nav .LeftProduct h2 i{font-size: 32px;margin-right: 20px;line-height: 40px;}
#left_nav .LeftProduct .list{padding:35px 50px 20px;position:relative;}
#left_nav .LeftProduct .list .item .pic{border:1px solid #ddd;}
#left_nav .LeftProduct .list .item h3{font-size:16px;line-height:24px;color:#232323;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:Poppins Regular,Arial, Helvetica, sans-serif;margin-top:15px;text-align:center;}
#left_nav .LeftProduct .swbtn{position:absolute;top:calc(50% - 30px);z-index:2;}
#left_nav .LeftProduct .swbtn&gt;i{display:block;width:25px;height:60px;line-height:60px;font-size:20px;color:#fff;background-color:#dedede;text-align:center;}
#left_nav .LeftProduct .swbtn:hover&gt;i{background-color:#0054a3;}
#left_nav .LeftProduct .swbtn.btn-prev{left:13px;transform:rotateY(180deg);}
#left_nav .LeftProduct .swbtn.btn-next{right:13px;}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav .LeftProduct h2{padding:15px;font-size:20px;}
    #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;}
}



#right_nav{width:980px;}
@media (min-width:992px) and (max-width:1350px) {
    #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%;}
}

.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: #0054a3;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;
}
/*关于我们*/
#aboutframe{}
#ab_info{background: url("/Template/Default/images/aboutus.png.webp") no-repeat;background-size: cover;}
#ab_info .title h4{max-width: 750px;margin: 0 auto 35px;}
#ab_info .flex_between{position: relative;}
#ab_info .left{width: 50%;position: relative;padding: 35px 25px;}
#ab_info .left::after{width:38px;content: "";height: 6px;background: #0054a3;position: absolute;left: 0;top: 0;}
#ab_info .left::before{height:36px;content: "";width: 6px;background: #0054a3;position: absolute;left: 0;top: 0;}
#ab_info .left img{border-radius: 10px;box-shadow: 6px 6px 35px rgba(0,0,0,0.27);}
#ab_info .left img:nth-child(2){position: absolute;right: 50px;bottom: 0;}

#ab_info .right{width: 48.5%;padding-top: 50px;}

#ab_info .numlist{margin-top: 70px;}
#ab_info .numlist h3{font-family: Poppins Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #999;display: flex;}
#ab_info .numlist h3 span{font-size: 72px;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #333;display: inline-block;margin-right: 30px;}
#ab_info .numlist p{font-size: 18px;line-height: 30px;color: #666;text-transform: uppercase;}
#ab_info .content{font-size:16px;line-height:36px;color:#555;margin-bottom: 35px;}
#aboutframe #frame5{padding-top:80px;}
@media (min-width:992px) and (max-width:1229px) {
    #ab_info .content{font-size:16px;line-height:1.8;}
    #ab_info .left img:nth-child(2){right: 0;}
}
@media (min-width:768px) and (max-width:991px){
    #ab_info .title h4{margin-bottom: 20px;}
    #ab_info .right,#ab_info .left{margin: 0;}
    #ab_info .left{display: none;}
    #ab_info .right{width: 100%;}
    #ab_info .numlist{margin-top: 30px;}
    #ab_info .right{padding-top: 20px;}
    .numlist .item{width: 50%;margin-bottom: 10px;}
    #ab_info .content{font-size:14px;line-height:1.8;}
    #ab_info .numlist h3 span{font-size: 30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ab_info .title h4{margin-bottom: 10px;}
    #ab_info .left,#ab_info .right{margin: 0;}
    #ab_info .left{display: none;}
    #ab_info .right{width: 100%;padding: 0;}
    #ab_info .numlist{margin-top: 10px;}
    #ab_info .content{font-size:14px;line-height:1.8;}
    .numlist .item{margin-bottom:15px;margin-right: 0;width: 100%;}
    #ab_info .numlist h3{font-size: 18px;}
    #ab_info .numlist h3 span{font-size: 24px;}
    #ab_info .numlist p{font-size: 14px;}
}
#aboutframe1{overflow: hidden;}
#aboutframe1 .title{text-align: left;}
#aboutframe1 .txt{width: 50%;margin:auto 0;}
#aboutframe1 .txt h4{font-size: 30px;line-height: 55px;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#aboutframe1 .txt .line{height: 3px;width: 45px;background: #0054a3;margin: 20px 0 40px;}
#aboutframe1 .txt p{color: #666;;line-height: 28px;margin-bottom: 30px;}
#aboutframe1 .txt .morelink{background: #0054a3;border-radius: 10px;padding: 10px 30px;display: inline-flex;}
#aboutframe1 .txt .morelink i{font-size: 18px;line-height: 30px;margin-left: 10px;}
#aboutframe1 .pic{width: 50%;position: relative;}
#aboutframe1 .pic::after{content: "";width: 920px;height: 450px;background:#1767d8;position: absolute;top: 50%;z-index: -1;}
#aboutframe1 .item:nth-child(2) .pic::after{border-bottom-right-radius: 30px;border-top-right-radius: 30px;right: 90px;transform: translateY(-50%) skew(7deg);}
#aboutframe1 .item:nth-child(2n-1) .pic::after{border-bottom-left-radius: 30px;border-top-left-radius: 30px;left: 90px;transform: translateY(-50%) skew(-7deg);;}
#aboutframe1 .item:nth-child(2) .pic img{position: relative;right: 140px;}
#aboutframe1 .item:nth-child(2n-1) .pic img{position: relative;left: 140px;}
#aboutframe1 .item:not(:last-child){margin-bottom: 90px;}

#aboutframe2{position: relative;padding: 150px 0;}
#aboutframe2::before{position: absolute;content: "";background: rgba(0, 21, 41,0.73);left: 0;top: 0;right: 0;bottom: 0;}
#aboutframe2 .container{position: relative;z-index: 1;}
#aboutframe2 .left{width: 61%;}
#aboutframe2 .right{position: relative;}
#aboutframe2 .right a{position: absolute;top: 50%;transform: translateY(-50%);color: #fff;right: 150px;}
#aboutframe2 .right a i{font-size: 86px;}
#aboutframe2 h4{color: #fff;font-size: 32px;line-height: 52px;}
#aboutframe2 p{color: #fff;font-size: 18px;line-height: 52px;margin-bottom: 20px;margin-top: -10px;}
#aboutframe2 .morelink{background: #fff;color: #333;display: inline-flex;}
#aboutframe2 .morelink i{margin-left: 20px;}
#aboutframe2 .morelink:hover{color: #fff;}

#aboutframe3 .list{text-align: center;position: relative;}
#aboutframe3 .list .item{display: inline-block;position: absolute;width: 10px;height: 10px;line-height: 10px;border-radius: 50%;background: #0054a3;}    
#aboutframe3 .list .item span,#aboutframe3 .list .item span:before,#aboutframe3 .list .item span: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(0, 84, 163, 0.5);
    -o-box-shadow: 0 0 0 0 rgba(0, 84, 163, 0.5);
    box-shadow: 0 0 0 0 rgba(0, 84, 163, 0.5);
    -webkit-animation: cplay 3s infinite;
    animation: cplay 3s infinite;
}

#aboutframe3 .list .item span:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

#aboutframe3 .list .item span:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}
#aboutframe3 .list .item:nth-child(2){left: 19%;top: 15%;}
#aboutframe3 .list .item:nth-child(3){left: 14.4%;top: 31.2%;}
#aboutframe3 .list .item:nth-child(4){left: 43.8%;top: 42.7%;}
#aboutframe3 .list .item:nth-child(5){left: 49%;top: 50.2%;}
#aboutframe3 .list .item:nth-child(6){left: 49.6%;top: 20.7%;}
#aboutframe3 .list .item:nth-child(7){left: 57.1%;top: 41.7%;}
#aboutframe3 .list .item:nth-child(8){left: 57.1%;top: 17.4%;}
#aboutframe3 .list .item:nth-child(9){left: 70.9%;top: 16.3%;}
#aboutframe3 .list .item:nth-child(10){left: 72.45%;top: 46.1%;}

@-webkit-keyframes cplay {
    70% {
        box-shadow: 0 0 0 15px #0054a300
    }

    100% {
        box-shadow: 0 0 0 0 #0054a300;
    }
}

@keyframes cplay {
    70% {
        box-shadow: 0 0 0 15px #0054a300;
    }

    100% {
        box-shadow: 0 0 0 0 #0054a300;
    }
}
@media (min-width:992px) and (max-width:1229px) {
    #aboutframe1 .item:nth-child(2) .pic img{position: relative;right: 0;}
    #aboutframe1 .item:nth-child(2n-1) .pic img{position: relative;left: 0;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe1 .item:not(:last-child){margin-bottom: 40px;}
    #aboutframe1 .pic{display: none;}
    #aboutframe1 .txt{width: 100%;}
  
}
@media (min-width:1px) and (max-width:767px) {
    #aboutframe1 .item:not(:last-child){margin-bottom:20px;}
    #aboutframe1 .pic{display: none;}
    #aboutframe1 .txt{width: 100%;}
    #aboutframe1 .txt h4{font-size: 16px;line-height: 30px;}
    #aboutframe1 .txt .line{margin: 10px 0;}
    #aboutframe1 .txt p{font-size: 14px;line-height: 24px;margin-bottom: 10px;}
    #aboutframe2 h4{font-size: 20px;line-height: 30px;margin-bottom: 10px;}
    #aboutframe2 p{font-size: 14px;line-height: 24px;}
    #aboutframe2 .left{width: 100%;}
    #aboutframe2 .right a{display: none;}
}


#ServicePage{}
#ServicePage .servicebox{overflow:hidden;}

#service{padding-bottom: 20px;}
#service .title{text-align: left;width: 50%;float: left;margin-bottom: 0;}
#service .title .line{margin: 0;}
#service .title ul{margin-top: 30px;}
#service .title ul li{padding-left: 40px;font-size: 15px;color: #666;line-height: 28px;position: relative;}
#service .title ul li::before{content: "\e60b";font-family: iconfont;position: absolute;font-size: 24px;color: #0054a3;left: 0;top: 4px;}
#service .title ul li:not(:last-child){margin-bottom: 20px;}
#service .right{position: relative;left: 35px;width: 50%;float: right;}

#service .down{margin-top: 70px;}
#service .down h4{font-size: 28px;line-height: 32px;margin-bottom: 45px;}
#service .item{width: calc((100% - 140px)/4);margin-right: 35px;position: relative;margin-bottom: 55px;}
#service .item i::before{font-size: 42px;color: #0054a3;}
#service .item h3{font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;line-height: 32px;}
#service .item p{font-size: 15px;line-height: 28px;color: #666;}
#service .item span{position: absolute;right: 0;bottom: 0;z-index: -1;font-size: 72px;line-height: 1;color: #eef1f7;font-family: Jost Bold,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
#service .item:nth-child(1) i::before{content: "\e605";}
#service .item:nth-child(2) i::before{content: "\e682";}
#service .item:nth-child(3) i::before{content: "\e619";}
#service .item:nth-child(4) i::before{content: "\e630";}
#service .item:nth-child(5) i::before{content: "\e6c0";}
#service .item:nth-child(6) i::before{content: "\e614";}
#service .item:nth-child(7) i::before{content: "\ec2e";}
@media (min-width:768px) and (max-width:991px) {
    #service .title{width: 100%;}
    #service .right{display: none;}
    #service .item{width: calc((100% - 105px)/3);}
}
@media (min-width:1px) and (max-width:767px) {
    #service .title{width: 100%;}
    #service .title ul li{line-height: 24px;font-size: 14px;}
    #service .title ul li:not(:last-child){margin-bottom: 10px;}
    #service .right{display: none;}
    #service .down{margin-top: 20px;}
    #service .item{width: 100%;margin-right: 0;margin-bottom: 20px;}
}
#Production{background: #f7f7f7;}
#Production .title p{max-width: 1030px;margin: 15px auto 0;}
#Production .item{width: calc((100% - 105px)/4);margin-right: 35px;text-align: center;margin-bottom: 20px;}
#Production .item:nth-child(4n){margin-right: 0;}
#Production .item img{border-radius: 10px;}
#Production .item .txt{padding: 15px 0;}
#Production .item h3{font-family: Poppins Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;}

@media (min-width:768px) and (max-width:991px) {
    #Production .item{width: calc((100% - 35px)/2);}
    #Production .item:nth-child(2n){margin-right: 0;}
}
@media (min-width:1px) and (max-width:767px) {
    #Production .item{width: 100%;margin-right: 0;margin-bottom: 20px;}
}
#faq .title p{max-width: 1180px;margin: 15px auto 0;}
#faq dl{transition:all 0.3s;overflow:hidden;border-bottom: 1px solid #d3d3d3;padding: 25px 0;}
#faq dl:first-child{border-top: 1px solid #d3d3d3;}
#faq dl&gt;dt{cursor:pointer;position:relative;padding:0px 180px 10px 25px;font-weight:normal;color:#303f5f;font-family:Poppins Bold,Arial, Helvetica, sans-serif;transition: all 0.3s linear;font-size: 18px;}
#faq dl&gt;dt:after{content:"";font-family:iconfont;line-height:24px;position:absolute;right:20px;display:inline-block;transition:all 0.3s;top: calc(50% - 12px);width: 15px;height: 5px;background: #0054a3;}
#faq dl&gt;dd{font-size:15px;line-height:27px;overflow:hidden;transition:all 0.3s;padding:0 180px 0 25px;position:relative;height:auto;color:#888;}
#faq dl.active&gt;dt:after{color:#fff;}
#faq dl.active&gt;dt::before{width: 100%;}
#faq dl.active&gt;dt p{color: #fff;}
/*#faq dl.active&gt;dd{height:auto;padding:10px 180px 10px 25px;height:auto;}*/
#faq dl:hover {}
#faq dl:hover&gt;dt{color:#0054a3;}
#faq dl:hover&gt;dt::before{width: 100%;}
#faq dl:hover&gt;dt p{color: #0054a3;}
#faq dl:hover&gt;dt:after{color:#fff;}
@media (min-width:992px) and (max-width:1229px){
    #faq dl&gt;dt{font-size:16px;}
    #faq dl&gt;dd{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px){
    #faq .tit{margin-bottom:20px;}
    #faq dl{}
    #faq dl&gt;dt{font-size:16px;}
    #faq dl&gt;dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px){
    #faq dl{}
    #faq dl&gt;dt{font-size:14px;line-height:24px;padding:10px 30px 10px 60px}
    #faq dl&gt;dt p{font-size: 14px;}
    #faq dl&gt;dt:before{left:0;width: 40px;}
    #faq dl&gt;dt::after{right:5px;}
    #faq dl&gt;dd{font-size:14px;line-height:24px;padding:0 10px 0 10px;font-size:13px;}
    #faq dl&gt;dt span{padding: 8px;width: 40px;}
    
    #faq dl&gt;dd:before{left:8px;}
    #faq dl.active&gt;dd{height:auto;padding:10px 10px 10px 10px;}
}
#catalog{padding-bottom:0;}
#catalog .list .item{width:30%;text-align:center;}


#ServicePage .download .title{margin-bottom: 50px;}
#ServicePage .download .title p{max-width: 800px;margin: 15px auto 0;}
#ServicePage .download .item{display:block;width:calc((100% - 70px)/3);margin:0 35px 35px 0;border:1px solid #fff;background-color:#fff;border: 1px solid #dedede;}
#ServicePage .download .item a{padding: 30px;display: block;}
#ServicePage .download .item:nth-child(3n){margin-right:0;}
#ServicePage .download .item i:first-child{display:block;font-size:38px;line-height:1;color:#0054a3;margin-bottom: 20px;}
#ServicePage .download .item i:last-child{display: block;font-size: 23px;color: #0054a3;margin-right: 0;margin-left: auto;text-align: right;font-weight: bold;}
#ServicePage .download .item h4{font-size:20px;line-height:30px;margin-bottom: 20px;height: 60px;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#ServicePage .download .item span{font-size:17px;line-height:1;color:#888;}
#ServicePage .download .item:hover{border:1px solid #0054a3;}
#ServicePage .download .item:hover p{color:#0054a3;}
@media(min-width:1400px){
    #ServicePage .download .item h4{padding-right: 70px;}
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #ServicePage .download{padding-bottom:60px;}
    #ServicePage .download .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:15px;}
    #ServicePage .download .item:nth-child(3n){margin-right:15px;}
    #ServicePage .download .item:nth-child(2n){margin-right:0;}
    #ServicePage .download .item i{font-size:40px;line-height:60px;}
    #ServicePage .download .item p{font-size:15px;line-height:1.8;}
    #ServicePage .download .item span{font-size:15px;line-height:1.8;}
}
@media (min-width:1px) and (max-width:767px) {
    #ServicePage .download{padding-bottom:40px;}
    #ServicePage .download .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;padding:15px;}
    #ServicePage .download .item a{padding: 0;}
    #ServicePage .download .item:nth-child(3n){margin-right:15px;}
    #ServicePage .download .item:nth-child(2n){margin-right:0;}
    #ServicePage .download .item i{font-size:40px;line-height:60px;}
    #ServicePage .download .item p{font-size:14px;line-height:1.8;}
    #ServicePage .download .item span{font-size:14px;line-height:1.8;}
}


#solution .item:not(:last-child){margin-bottom: 70px;}
#solution .item:nth-child(2n){flex-direction: row-reverse;}
#solution .item .img{width: 42%;border-radius: 10px;min-height: 435px;box-shadow: 12px 12px 21px rgba(0,0,0,0.15);}
#solution .item .img img{height: 100%;width: 100%;object-fit: cover;object-position: center;}
#solution .item .txt{width: 52%;margin: auto 0;position: relative;}
#solution .item .txt .line{width: 250px;height: 6px;background: #0054a3;margin: 20px 0 35px;position: relative;}
#solution .item .txt .line::before{content: "";width:210px ;background: #c0c0c0;height: 1px;position: absolute;display: inline-block;bottom: 2px;left: 250px;}
#solution .item .txt .line::after{content: "";width:1px ;background: #c0c0c0;height:35px;position: absolute;display: inline-block;bottom: -1px;left: 450px;transform: rotate(-35deg);}
#solution .item .txt h4{font-size: 20px;line-height: 24px;font-family: Jost Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif;}
#solution .item .txt span{position: absolute;right: 0;top: 0;font-size: 115px;line-height: 50px;font-family: Jost Regular,Arial,Verdana, Tahoma, Geneva,  sans-serif;color: #dde3ec;z-index: -1;}
#solution .item .txt p{line-height: 35px;color: #666;}
@media (min-width:1px) and (max-width:991px){
    #solution .item:not(:last-child){margin-bottom: 40px;}
    #solution .item .img{display: none;}
    #solution .item .txt{width: 100%;}
    #solution .item .txt .line{margin: 10px 0;}
    #solution .item .txt .line::before,#solution .item .txt .line::after{display: none;}
    #solution .item .txt span{top: 20px;}
    #solution .item .txt p{line-height: 1.5;font-size: 14px;}
}
/*联系我们*/
#contPage{}
#cont_lxfs{background: url("/Template/Default/images/contactus.png.webp") no-repeat center center;padding-bottom: 120px;padding-top: 90px;}
#cont_lxfs h3{font-size: 32px;line-height: 45px;font-family: Poppins Regular,Arial,Verdana,Tahoma, Geneva,sans-serif;margin-bottom: 15px;}
#cont_lxfs p{line-height: 30px;color: #666;margin-bottom: 30px;}
#cont_lxfs .feedbackbox{width: 44%;}
#cont_lxfs .feedbackbox ul{}
#cont_lxfs .feedbackbox li{flex-wrap:wrap;margin-bottom:10px;}
#cont_lxfs .feedbackbox .half{width:48.5%;}
#cont_lxfs .feedbackbox .input{height:50px;line-height:24px;flex:initial;width:100%;overflow:hidden;padding:13px 15px;font-size:16px;background-color:#fff;border-radius: 10px;border: 1px solid #aaa;}
#cont_lxfs .feedbackbox li.textarea{margin-bottom:40px;}
#cont_lxfs .feedbackbox textarea.input{width:100%;height:200px;}
#cont_lxfs .feedbackbox .border{}
#cont_lxfs .feedbackbox .btnli{background-color:transparent;padding-left:0;border-radius:0;border:none;text-align: left;}
#cont_lxfs .feedbackbox a{text-transform: capitalize;font-size: 18px;line-height: 33px;background: #0054a3;border-radius: 10px;padding: 10px 30px;}
#cont_lxfs .feedbackbox .morelink:hover{}
#cont_lxfs .right{width: 47%;}
#cont_lxfs .right h3{margin-bottom: 30px;}
#cont_lxfs .right .item{background: #0054a3;border-radius: 50px;padding:20px 40px;display: flex;}
#cont_lxfs .right .item:not(:last-child){margin-bottom: 30px;}
#cont_lxfs .right .item i{font-size: 33px;color: #fff;margin-right: 20px;line-height: 60px;}
#cont_lxfs .right .item span{display: inline-block;line-height: 30px;font-size: 18px;color: #fff;}
#cont_lxfs .right .item a{display: inline-block;line-height: 60px;color: #ffff;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;font-size: 24px;}
@media (min-width:992px) and (max-width:1229px) {
    #cont_lxfs{padding-top:30px;}
    #cont_lxfs .feedbackbox{}
    #cont_lxfs .content{padding:30px;}
    #cont_lxfs .feedbackbox li{margin-bottom:20px;}
    #cont_lxfs .feedbackbox .input{height:50px;}
}
@media (min-width:768px) and (max-width:991px) {
    #cont_lxfs{width:100%;padding-top:50px;}
    #cont_lxfs .right{display: none;}
    #cont_lxfs .left{width:100%;margin-bottom:30px;}
    #cont_lxfs .feedbackbox .list .item{width: 100%;}
    #cont_lxfs .feedbackbox{width:100%;}
    #cont_lxfs .content{padding:30px;}
    #cont_lxfs .feedbackbox li{margin-bottom:20px;}
    #cont_lxfs .feedbackbox .input{height:50px;}
}
@media (min-width:1px) and (max-width:767px) {
    #cont_lxfs{width:100%;padding-top:30px;}
    #cont_lxfs .left{width:100%;margin-bottom:20px;}
    #cont_lxfs .right{display: none;}
    #cont_lxfs .feedbackbox{width:100%;}
    #cont_lxfs .content{padding:15px;}
    #cont_lxfs .feedbackbox .half{width:100%;}
    #cont_lxfs .feedbackbox li{margin-bottom:15px;}
    #cont_lxfs .feedbackbox .input{height:45px;}
    #cont_lxfs .feedbackbox textarea.input{line-height:30px;}
    #cont_lxfs .feedbackbox .list{padding: 15px;}
    #cont_lxfs .feedbackbox .list .item{width: 100%;}
    #cont_lxfs .feedbackbox .list .item h3{font-size: 18px;}
    #cont_lxfs .feedbackbox .list .item p, #cont_lxfs .feedbackbox .list .item p a{font-size: 16px;}
}
.map{margin-top:1vw;}

#feedbackpage{}
#feedbackpage .title h2{font-size:31px;}
#feedbackpage .feedbackbox{}
#feedbackpage .feedbackbox .inputgroup{width:100%;overflow:hidden;display:flex;margin:0 0 25px;}
#feedbackpage .feedbackbox .inputgroup.border{}
#feedbackpage .feedbackbox .half{width:48.5%;}
#feedbackpage .feedbackbox .input{background-color:#eee;padding:5px 10px;height:50px;margin:0;font-size:16px;width:100%;}
#feedbackpage .feedbackbox .input:focus{box-shadow:none;}
#feedbackpage .feedbackbox textarea{height:160px;resize:none;width: 100%;background-color:#eee;padding: 15px;}
#feedbackpage .feedbackbox .btngroup{display:block;width:100%;margin-bottom:0;}
#feedbackpage .feedbackbox .btngroup .morelink{text-transform:uppercase;min-width:160px;text-align:center;}
#feedbackpage .feedbackbox .btngroup .morelink:hover{}
@media (min-width:992px) and (max-width:1229px) {
    #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&gt;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:1229px) {
    #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{position:relative;}
#ProPage .title{text-align: left;}
#ProPage .title .line{margin: 0;}
#ProPage .title p{margin-top: 30px;}
#ProPage .categorytit h5{font-size:26px;line-height:60px;position:relative;text-transform: uppercase;color: #232323;}
#ProPage .categorytit .flex_between{border-bottom:2px solid #f8f8f8;}
#ProPage .categorytit p{font-size:14px;line-height:20px;margin-top:10px;color: #7f7f7f;}

#ProPage #nform{background: #f7f7f7;padding:10px 20px;width: 240px;margin: auto 0;display: inline-flex;}
#ProPage .categorytit input{color: #7f7f7f;width: calc(100% - 25px);line-height: 20px;background: transparent;}
#ProPage .categorytit input::placeholder{color: #7f7f7f;}
#ProPage .categorytit button{border: 0;background: transparent;color: #7f7f7f;}
#ProPage .categorytit button i{font-size: 19px;line-height: 20px;display: block;}

#ProPage .CategoryType{background: #f8f8f8;margin-bottom: 55px;}
#ProPage .CategoryType .top{border-bottom: 1px solid #0054a3;padding:0 20px;}
#ProPage .CategoryType .top a{line-height: 30px;margin-right: 60px;display: inline-block;position: relative;padding: 15px 0;color: #555;}
#ProPage .CategoryType .top a.active,#ProPage .CategoryType .top a:hover{color: #0054a3;}
#ProPage .CategoryType .top a.active::after{width: 100%;height: 4px;content: "";background: #0054a3;position: absolute;bottom: -2px;left: 0;}

#ProPage .CategoryType .down{padding: 0 20px;}
#ProPage .CategoryType .down a{line-height: 30px;padding: 15px 0;display: inline-flex;margin-right: 60px;color: #777;}
#ProPage .CategoryType .down a::before{content: "\e64e";font-family: iconfont;font-size: 14px;margin-right: 5px;}
#ProPage .CategoryType .down a:hover,#ProPage .CategoryType .down a.active{color: #0054a3;}
@media (min-width:992px) and (max-width:1229px) {
}
@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 .flex_between{margin-bottom: 10px;}
    #ProPage .categorytit h5{font-size: 18px;line-height: 1.5;margin-bottom: 5px;}
    #ProPage .categorytit p{font-size:14px;margin-top:0;}
    #ProPage #nform {width: 100%;}
    #ProPage .CategoryType{margin-bottom: 10px;}
    #ProPage .CategoryType .top a{padding:5px 0;width: 100%;}
    #ProPage .CategoryType .down a{padding: 5px 0;width: 100%;}
}




#ProPage .ProList{}
#ProPage .ProList .item{width:calc((100% - 80px)/3);margin:0 40px 45px 0;background: #fff;border:1px solid #e9e9e9;border-top-left-radius:50px;border-bottom-right-radius:50px;overflow: hidden;box-shadow: 6px 6px 35px rgba(0,0,0,0.11);}
#ProPage .ProList .item:nth-child(3n){margin-right:0;}
#ProPage .ProList .item a{display: block;border-top-left-radius:50px;border-bottom-right-radius:50px;}
#ProPage .ProList .item .proimg{overflow:hidden;}
#ProPage .ProList .item .proimg img{height: 100%;object-fit: cover;}
#ProPage .ProList .item .txt{padding:15px 30px;background: #0054a3;}
#ProPage .ProList .item .txt h3{font-size:16px;line-height:30px;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-family:Poppins Regular,Arial, Helvetica, sans-serif;position: relative;text-align: center;color: #fff;}
#ProPage .ProList .item .info{padding: 20px 30px;}
#ProPage .ProList .item .info p{line-height: 30px;color: #666;}
#ProPage .ProList .item:hover .txt{background: #0054a3;}
#ProPage .ProList .item:hover .txt h3{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .ProList .item{width:calc((100% - 30px)/3);margin:0 15px 15px 0;}
    #ProPage .ProList .item .txt h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    
    #ProPage .categorylist .item .img{display: none;}
    #ProPage .categorylist .item .txt{width: 100%;padding: 15px;}
    #ProPage .categorylist .item p{margin-bottom: 10px;}

    #ProPage .ProList .item{width:calc((100% - 15px)/2);margin:0 15px 15px 0;border-top-left-radius:25px;border-bottom-right-radius:25px;}
    #ProPage .ProList .item:nth-child(3n){margin-right:15px;}
    #ProPage .ProList .item:nth-child(2n){margin-right:0;}
    #ProPage .ProList .item .txt{padding: 5px 10px;}
    #ProPage .ProList .item .txt h3{font-size:14px;height: 60px;}
    #ProPage .ProList .item .info{display: none;}
}
#ProductCategory .title p{margin-bottom: 40px;}
#ProductCategory .title p span{font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;color: #0054a3;}
#ProductCategory .title .morelink{background: #0054a3;display: inline-flex;}
#ProductCategory .title .morelink i{margin-left: 10px;}
#ProductCategory .list .item{display:flex;flex-wrap:wrap;flex-direction:row;border-top: 1px solid #e1e7f0;padding: 60px 0;}
#ProductCategory .list .item:nth-child(2n){flex-direction:row-reverse;}
#ProductCategory .list .item .img{width:50%;margin: auto 0;}
#ProductCategory .list .item .img img{transform:scale(1);}
#ProductCategory .list .item:hover .img img{transform:scale(0.95);}
#ProductCategory .list .item .txt{position:relative;width:47.5%;margin: auto 0;}
#ProductCategory .list .item .txt .line{width: 55px;height: 3px;background: #0054a3;margin-bottom: 25px;}
#ProductCategory .list .item .txt h3{font-size:30px;margin-bottom:25px;line-height: 1;font-family: Poppins Bold,Arial,Verdana,Tahoma, Geneva,sans-serif;}
#ProductCategory .list .item .txt p{font-size:16px;line-height:30px;color:#666;margin-bottom:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden;}
#ProductCategory .list .item .txt .plist{margin-bottom: 20px;}
#ProductCategory .list .item .txt .plist a{display: inline-flex;width: 25%;margin-bottom: 10px;}
#ProductCategory .list .item .txt .plist a::before{content: "";width: 8px;height: 8px;border-radius: 50%;background: #0054a3;margin: auto 5px auto 0;}
#ProductCategory .list .item .txt .morelink{border-radius: 50px;background: #0054a3;border: 1px solid #0054a3;display: inline-flex;}
#ProductCategory .list .item .txt .morelink i{margin-left: 10px;font-size: 21px;}
#ProductCategory .list .item .txt .morelink:hover{color: #0054a3;background: #fff;}
@media (min-width:992px) and (max-width:1229px) {
    #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:768px) and (max-width:991px){
    #ProductCategory .list .item .txt{width: 100%;}
    #ProductCategory .list .item .txt h3{font-size:24px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;}
    #ProductCategory .list .item .img{display: none;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProductCategory .list .item .txt h3{font-size:16px;}
    #ProductCategory .list .item .txt p{margin-bottom:15px;font-size:14px;line-height:1.8;display:none;}
    #ProductCategory .list .item .txt .plist a{width: 50%;}
    #ProductCategory .list .item .morelink{padding:3px 10px;}
    #ProductCategory .list .item .txt .morelink i{font-size: 16px;}
    #ProductCategory .list .item .txt{width: 100%;margin-bottom: 30px;}
    #ProductCategory .list .item .img{width: 100%;}
}








/*产品详情*/
#ProDetailPage{background-color:#f8f8f8;padding-bottom:132px;margin-bottom:-82px;}
#ProDetailPage .bg{background-color:#f6f6f6;margin-bottom:50px;}
#ProDetailPage .panelbox{padding-top:0;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#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&gt;i{font-size:18px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-90deg);}
#smallImg .swbtn.btn-prev&gt;i{transform:translate(-50%,-50%) rotate(90deg);display:block;}
#smallImg .swbtn:hover{background-color:#0054a3;border-color:#0054a3;}
#smallImg .swbtn:hover&gt;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 #0054a3;}
#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:#0054a3;}
#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:40%;height:2px;background-color:#0054a3;position:absolute;bottom:0;left:0;}
#protitle h1{font-size:24px;line-height:1.3;position:relative;color:#333;text-transform:uppercase;font-weight:normal;}
#protitle h3{font-size:24px;line-height:1.2;font-weight:normal;}
#protitle .remark{font-size:15px;line-height:1.8;color:#666;min-height:120px;margin-bottom:30px;}

#protitle .btnlist{overflow:hidden;}
#protitle .btnlist .morelink{min-width:140px;}
#protitle .btnlist&gt;a.btnlink{display:block;text-align:center;background:#0054a3;padding:15px;font-size:18px;line-height:24px;color:#fff;border-radius:8px;transition:background 0.3s;}
#protitle .btnlist&gt;a&gt;i{margin-right:8px;font-size:24px;line-height:24px;height:24px;vertical-align:top;}
#protitle .btnlist&gt;a.btnlink:hover{background:rgba(251,223,15,1);}

#slider .inquiryline{width:100%;height:5px;background-color:#0054a3;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:36px;color:#fff;background-color:#0054a3;border-radius:50%;position:absolute;left:calc(50% - 38px);top:-35px;text-align:center;}

#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 #0054a3;position:absolute;bottom:-2px;width:100%;}


@media (min-width:992px) and (max-width:1229px) {
    #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&gt;dt{font-size:14px;line-height:1.8;width:130px;}
    #protitle .remark dl&gt;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&gt;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&gt;a.btnlink{font-size:14px;margin-bottom:0;padding:5px 10px;width:160px;}
    #protitle .btnlist&gt;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;padding-bottom:92px;margin-bottom:-92px;}

    #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&gt;a.btnlink{font-size:13px;margin-bottom:8px;padding:5px 10px;width:150px;}
    #protitle .btnlist&gt;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&gt;dt{font-size:13px;line-height:1.8;width:120px;}
    #protitle .remark dl&gt;dd{font-size:13px;line-height:1.8;width:calc(100% - 120px)}
}


#ProductDetail{}
#ProductDetail .content{}
#protitle .prevnext{margin-top:20px;}
#protitle .prevnext&gt;a{display:block;font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;}
#protitle .prevnext&gt;a:before{content:"[";margin-right:1px;}
#protitle .prevnext&gt;a:after{content:"]";margin-left:1px;}
#protitle .prevnext&gt;a&gt;b{margin-right:5px;}
#protitle .prevnext&gt;a:hover{text-decoration:underline;}
@media (min-width:992px) and (max-width:1229px) {
}
@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;border-bottom:1px solid #ddd;position:relative;}
.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;}
.prosection .tit a h3{padding:10px 50px;font-size:20px;line-height:30px;position:relative;}
.prosection .tit a.active{background-color:#0054a3;color:#fff;border:1px solid #0054a3;}
.prosection .tit a.active h3{color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    .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}
}

#RelatedProduct{}
#RelatedProduct .list .item{width:calc((100% - 30px)/3);margin:0 15px 0 0;position:relative;}
#RelatedProduct .list .item:nth-child(3n){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:Poppins Regular,Arial, Helvetica, sans-serif;}
#RelatedProduct .list .item:hover .txt h3{color:#0054a3;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px){
    #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) {
    #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(3){display:none;}
    #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:1229px){
    #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&gt;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;    font-family: Jost Bold,Arial,Verdana, Tahoma, Geneva, sans-serif;}
#Columns&gt;a:hover{color:#0054a3;}
#Columns&gt;a.active{color:#0054a3;}
#Columns&gt;a.active::after{content: "";width: 8px;height: 8px;background: #fdd000;position: absolute;left: 50%;bottom: 5px;transform: translate(-50%,0);}
#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:#0054a3;color:#fff;}
#Columns.proColumns{background-color:#fff;border-radius:10px;overflow:hidden;}
#Columns.proColumns .title{display:flex;justify-content:space-between;}
#Columns.proColumns .title a{width:calc((100% - 10px)/5);margin:0;}
#Columns .smallcate{padding:20px 30px;display:none;}
#Columns .smallcate.active{display:block;}
#Columns .smallcate&gt;a{position:relative;font-size:0.875rem;line-height:1.5rem;margin-right:3rem;color:#666;display:inline-block;}
#Columns .smallcate&gt;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&gt;a:hover,#Columns .smallcate&gt;a.active{color:#0054a3;}
#Columns.seColumns{box-shadow:0 0 10px #eee;border-radius:10px;overflow:hidden;}
@media (min-width:992px) and (max-width:1229px) {
    #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&gt;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&gt;a{line-height:2;}
}

/*新闻*/

#NewsList{width:63%;float: left;}
#NewsList .item{width:calc((100% - 30px)/2);margin:0 30px 30px 0;overflow:hidden;background-color:#fff;position:relative;z-index:1;border: 1px solid #e8e8e8;}
#NewsList .item:nth-child(2n){margin-right:0;}
#NewsList .item a{display:block;position:relative;z-index:2;}
#NewsList .item img{height: 100%;width: 100%;object-fit: cover;}
#NewsList .item .info{position: absolute;text-align: center;width: 70px;color: #fff;right: 0;top: calc(50% - 5px);}
#NewsList .item .info .date{background: #0054a3;color: #fff;padding: 10px 0 5px;}
#NewsList .item .info span{display:block;vertical-align:top;font-size:14px;line-height:18px;}
#NewsList .item .info .date span:first-child{font-size: 24px;line-height: 1;}
#NewsList .item .info span.year{background: #0c0a0a;font-size: 14px;line-height: 30px;}
#NewsList .item .txt{padding: 25px 25px 30px;}
#NewsList .item .txt h3{font-size:20px;line-height:34px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:20px;height: 102px;text-transform: uppercase;}
#NewsList .item .txt span{color: #0054a3;font-family: Jost Medium,Arial,Verdana, Tahoma, Geneva, sans-serif;text-transform: uppercase;display: flex;line-height: 34px;display: inline-flex;}
#NewsList .item .txt span i{display: inline-block;margin-left: 15px;font-size: 20px;line-height: 34px;font-weight: bold;}
#NewsList .item:hover .txt h3{text-decoration: underline;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList{width: 67%;}
    #NewsList .item .txt h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px){
    #NewsList{width: 100%;}
    #NewsList .item .info{margin-bottom:15px;}
    #NewsList .item .txt h3{font-size:16px;}
    #NewsList .item .txt p{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList{width: 100%;}
    #NewsList .item{width: 100%;margin-right: 0;margin-bottom: 10px;}
    #NewsList .item .img{display: none;}
    #NewsList .item .info{margin-bottom:15px;display: none;}
    #NewsList .item .txt{padding: 15px;}
    #NewsList .item .txt h3{font-size:16px;height: auto;margin-bottom: 10px;line-height: 1.5;}
    #NewsList .item .txt p{font-size:14px;}
}

#NewsPage{position:relative;}
#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&gt;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&gt;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&gt;a:hover{color:#0054a3;border:1px solid #0054a3;}
#NewsPage #sharelist&gt;a&gt;i{width:28px;height:28px;line-height:28px;font-size:18px;}
#NewsPage #sharelist .bdsharebuttonbox{float:right;}
#NewsPage #sharelist .bdsharebuttonbox&gt;span{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox&gt;a{display:inline-block;vertical-align:middle;float:none;width:30px;height:30px;color:#666;border:1px solid #666;}
#NewsPage #sharelist .bdsharebuttonbox&gt;a:before{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox&gt;a:hover{color:#0054a3;border:1px solid #0054a3;}
#NewsPage .btnList{margin-top:30px;background-color:#f0f0f0;padding:20px 25px;}
#NewsPage .btnList&gt;.link{font-size:18px;line-height:30px;display:block;}
#NewsPage .btnList&gt;.link:nth-child(1){margin-bottom:5px;}
#NewsPage .btnList&gt;.link span{color:#999;display:inline-block;vertical-align:top;margin-right:5px;}
#NewsPage .btnList&gt;.link&gt;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&gt;.link:hover&gt;i.iconfont{border:2px solid #0054a3;color:#0054a3;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@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&gt;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&gt;.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&gt;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&gt;a:before{line-height:30px;vertical-align:top;display:inline-block;}
#sharelist .bdshare-button-style0-32&gt;a.bds_sqq:before{content:"\e882";font-family:iconfont;}
#sharelist .bdshare-button-style0-32&gt;a.bds_qzone:before{content:"\e631";font-family:iconfont;}
#sharelist .bdshare-button-style0-32&gt;a.bds_weixin:before{content:"\e601";font-family:iconfont;}
#sharelist .bdshare-button-style0-32&gt;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&gt;i{display:block;width:30px;height:30px;line-height:30px;text-align:center;font-size:20px;color:#999;}
#sharelist a:hover{background-color:#0054a3;}
#sharelist a:hover&gt;i{color:#FFF;}
/*#sharelist a&gt;i.pinterest-p{background-color:#ca1c23;}
#sharelist a&gt;i.facebook{background-color:#3b5998;}
#sharelist a&gt;i.twitter{background-color:#1da1f2;}
#sharelist a&gt;i.linkedin{background-color:#0077b5;}
#sharelist a&gt;i.youtube{background-color:#ff011d;}*/
#RelatedNews{overflow:hidden;}
#RelatedNews .title{}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin:0 0 12px;width:48%;}
#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;}
#RelatedNews .relate_list .item:hover .txt h3{color:#0054a3;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e64e";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:1229px) {
    #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&gt;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&gt;li{display:inline;}
.pagination&gt;li&gt;a,.pagination&gt;li&gt;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&gt;li:first-child&gt;a,.pagination&gt;li:first-child&gt;span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination&gt;li:last-child&gt;a,.pagination&gt;li:last-child&gt;span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination&gt;li&gt;a:focus,.pagination&gt;li&gt;a:hover,.pagination&gt;li&gt;span:focus,.pagination&gt;li&gt;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:right;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:#0054a3;border-radius:0;color:#0054a3;font-size:14px;}
ul.pagination li.active span{background-color:#0054a3;border-color:#0054a3;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&gt;span{background-color:#0054a3;color:#fff;}

#CasesPage{}
#CasesList{overflow:hidden;}
#CasesList .item{width:calc((100% - 45px)/4);overflow:hidden;margin:0 15px 15px 0;}
#CasesList .item:nth-child(4n){margin-right:0;}
#CasesList .item .img{border:1px solid #eee;}
#CasesList .item .img img{width:100%;}
#CasesList .item  h3{font-size:16px;line-height:1.5;padding:10px 0;text-align:center;}
#CasesList .item:hover h3{color:#0054a3;}
@media (min-width:992px) and (max-width:1229px) {
    #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{background-color:#f6f6f6;}
#VideoList{overflow:hidden;}
#VideoList .item{width:calc((100% - 60px)/3);margin:0;background-color:#fff;border-radius:10px;overflow:hidden;margin-bottom:30px;}
#VideoList .item:not(:nth-child(3n)){margin-right:30px;}
#VideoList .item .txt{text-align:center;padding:15px;}
#VideoList .item .txt h3{font-size:1rem;line-height:1.5;height:3rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#VideoList .item:hover h3{color:#0054a3;}
video{width:100%;display:block;}
@media (min-width:992px) and (max-width:1229px) {
}
@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:#0054a3;font-size:24px;vertical-align:top;margin-right:15px;}
#downtable dd i.icon-down{font-size:16px;vertical-align:top;margin-left:20px;color:#0054a3;}
@media (min-width:992px) and (max-width:1229px) {
    #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:1229px) {
    .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&gt;p{line-height:28px;font-size:14px;}
.btnthank{padding:5px 10px;margin-top:15px;display:inline-block;border:1px solid #0054a3;color:#ffffff;background-color:#0054a3;}
.btnthank:hover{background-color:#ffffff;color:#0054a3;}
@media (max-width:767px) {
    #thk_nav&gt;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%;}
@media (min-width:992px) and (max-width:1229px) {
}
@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 .workimg iframe{position:absolute;left:0;top:50%;transform:translate(0,-50%);}

#GalleryList .item{width:calc((100% - 90px)/4);margin:0 30px 20px 0;}
#GalleryList .item:nth-child(4n){margin-right:0;}
#GalleryList .item .img{border:1px solid #d7d7d7;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{font-size:18px;line-height:24px;text-align:center;padding:10px;color:#333;}
#GalleryList .item:hover h3{color:#0054a3;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #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;}
}

/*按钮样式*/
.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 #0054a3;
  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 #0054a3 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;
}

/*图库样式*/
.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-'] &gt; img,
[class*=' imghvr-'] &gt; 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:#0054a3;}
.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);
    }
}

#ProductDetail table {width:100%;}
#ProductDetail table {border:1px solid transparent;}
#ProductDetail table tr td{padding:10px;}
#ProductDetail table tr:nth-child(2n+1){background-color:#fff;}
#ProductDetail table tr:nth-child(2n){background-color:#eeeff3;}
#ProductDetail table tr:nth-child(1){background-color:#989898;}
</pre></body></html>