<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');
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/OpenSans-Regular/OpenSans-Regular.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/OpenSans-Regular/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/OpenSans-Regular/OpenSans-Regular.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/OpenSans-Regular/OpenSans-Regular.svg#gesans') format('svg');
  font-display: swap;
}


@font-face {
  font-family: "Roboto-Regular";
  src: url("/Template/Default/fonts/Roboto-Regular.woff2") format("woff2"),
       url("/Template/Default/fonts/Roboto-Regular.woff") format("woff"),
       url("/Template/Default/fonts/Roboto-Regular.ttf") format("truetype"),
       url("/Template/Default/fonts/Roboto-Regular.eot") format("embedded-opentype"),
       url("/Template/Default/fonts/Roboto-Regular.svg") format("svg"),
       url("/Template/Default/fonts/Roboto-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
     font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/Template/Default/fonts/Roboto-Bold.woff2") format("woff2"),
       url("/Template/Default/fonts/Roboto-Bold.woff") format("woff"),
       url("/Template/Default/fonts/Roboto-Bold.ttf") format("truetype"),
       url("/Template/Default/fonts/Roboto-Bold.eot") format("embedded-opentype"),
       url("/Template/Default/fonts/Roboto-Bold.svg") format("svg"),
       url("/Template/Default/fonts/Roboto-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
     font-display: swap;
}

/*****  font-display: swap;  字体延迟加载*****/

/**********样式重置**********/
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
}
html{color:#333;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
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:#222;text-decoration:none;}
a:hover{color:#cf2f77;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;}
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,h5,h6,html,img,input,textarea,li,p,pre,td,ul{margin:0 auto;padding:0;font-family:'OpenSans-Regular',Arial,Verdana,Tahoma, Geneva,sans-serif;color:#333;line-height:1.4;font-size:14px;}
h1,h2,h3,h4,dt{font-family:'OpenSans-Regular', Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.hidden{display:none!important;}
.noinfo{font-size:16px;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.0);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:space-between;flex-wrap:wrap; flex-direction:column;}
.vcenter{position:relative;top:50%;transform:translate(0,-50%);}
.container{width:1410px;padding:0 15px;}
@media screen and (min-width:1px ) and (max-width:1409px) {
    .container{width:100%;}
}
/**********样式重置**********/


/*搜索框*/
#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:1409px) {
    #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;}
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px){
}

header{position:fixed;top:0;width:100%;z-index:10; background: #fff; }

header.fixhead{}
header.fixhead #logo{}
header.fixhead #Menu{}
header.fixhead #Menu ul.menunav&gt;li.logo&gt;a{}
header.fixhead #Menu ul.menunav&gt;li.logo img{}
header.fixhead #Menu ul.menunav&gt;li&gt;a{}
header.fixhead #Menu ul.menunav&gt;li.lang&gt;a{}
@media (min-width:992px){
    header .container{ width: auto; padding: 0 90px;}
}
@media (min-width:992px) and (max-width:1229px) {
}



#logo{padding:13px 0;float:left;}
#logo .logo{}
#logo .logo span{display:inline-block;font-size:25px;line-height:72px;text-transform:uppercase;margin-left:70px;}
#logo .right{float:right;text-align:right;}
#logo .email{line-height:40px;display:block;font-size:20px;float:left;color:#fff;}
#logo .email&gt;i{margin-right:6px;font-size:24px;line-height:40px;display:inline-block;vertical-align:top;}
#logo .email:hover{}
#logo #sharelist{float:right;padding:0;}
#logo #sharelist a{}
#logo #sharelist a&gt;i{color:#fff;}
#logo #sharelist a:hover{background-color:#cf2f77;}

#Menu{display:block;transition:all 0.3s;width:100%;margin-right:0;}
#Menu ul.menunav{transition:all .3s;text-align:center;}
#Menu ul.menunav&gt;li{display:inline-block;margin:0;font-family: "Roboto-Bold";}

#Menu ul.menunav&gt;li.lang{padding-left:20px;float:right;}
#Menu ul.menunav&gt;li.lang&gt;a{position:relative;padding:10px 0 10px 0;display:block;background-color:#070707;color:#fff;}
#Menu ul.menunav&gt;li.lang&gt;a:after{content:"";position:absolute;top:0;left:-40px;border-style:solid;border-width:28px 20px;border-color:transparent #070707 #070707 transparent;}
#Menu ul.menunav&gt;li.lang&gt;a:before{content:"";position:absolute;top:0;right:-40px;border-style:solid;border-width:28px 20px;border-color:#070707 transparent transparent #070707;}
/*#Menu ul.menunav&gt;li.lang&gt;a:before{content:"\e9e2";font-family:iconfont;font-size:13px;color:#c4c4c4;margin-left:5px;float:right;line-height:30px;}*/
#Menu ul.menunav&gt;li.lang i{font-size:16px;float:left;margin-right:5px;}
#Menu ul.menunav&gt;li&gt;a{position:relative;display:block;font-size:16px;line-height:28px;text-transform:uppercase;padding:30px 30px;}
#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:hover{color:#cf2f77;}
#Menu ul.menunav&gt;li.dropdown&gt;a::after{}
#Menu ul.menunav&gt;li.lang ul.dropdown-menu{text-align:right;right:0;}
#Menu ul.menunav&gt;li:not(:last-child){}
#Menu ul.menunav&gt;li:nth-child(2){border-left:none;}
#Menu ul.menunav&gt;li.active{}
#Menu ul&gt;li#search{position:relative;float:right;padding:28px 16px;margin-left:-45px;}
#Menu ul&gt;li#search&gt;a{display:inline-block;font-size:20px;width:32px;height:32px;line-height:32px;text-align:center;background-color:#cf2f77;color:#fff;padding:0;border-radius:50%;position:relative;z-index:2;}


#Menu ul&gt;li.dropdown&gt;a&gt;i{display:inline-block;transition:all .2s;vertical-align:top;margin-left:3px;}
#Menu ul&gt;li.dropdown:hover&gt;a&gt;i{
transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* IE 9 */
-moz-transform:rotate(180deg); 	/* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg);}

#Menu ul&gt;li{position:relative;}
#Menu ul&gt;li.abdrop ul.dropdown-menu{padding-right:30%;}
#Menu ul&gt;li ul.dropdown-menu{position:absolute;top:100%;background-color:#cf2f77;display:none;z-index:2;min-width:100%;}
#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:14px; padding:10px 30px 10px 20px;display:block;color:#fff;border-bottom:1px solid #fff;white-space: nowrap;text-align:left;}
#Menu ul&gt;li ul.dropdown-menu.droplang{}
#Menu ul&gt;li ul.dropdown-menu.droplang&gt;li&gt;a{text-transform:none;}
#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:#fff;color:#333;}
#Menu ul&gt;li:hover ul.dropdown-menu{display:block;}
#Menu ul&gt;li.lang:hover ul.dropdown-menu{display:block;right:0;top:calc(100% - 8px);}

#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;}

#top_lang li{margin-left:20px;}
#top_lang li a{font-size:22px; color:#333333; text-transform:uppercase; line-height:80px;}

/*手机导航*/
header #menu_btn{ width:28px; height:28px; float:right; margin-top:34px; cursor:pointer; position: relative; margin-left: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:#cf2f77; -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:#cf2f77; -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:#cf2f77; -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:#666; -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:#666; -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_bot{ top:50%; background:#666; -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:1230px) and (max-width:1409px){
    
    #Menu ul.menunav &gt; li{}
    #Menu ul.menunav &gt; li.logo{padding:8px 0 8px;}
    #Menu ul.menunav &gt; li.logo img{height:60px;}
    #Menu ul.menunav &gt; li &gt; a{font-size:16px;padding:30px 20px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #logo{padding:10px 0;}
    header #menu_btn{margin-top:24px;}

    #Menu {}
    #Menu ul.menunav&gt;li.logo{margin:-103px 0 -45px 0;}
    #Menu ul.menunav&gt;li.logo&gt;a{}
    #Menu ul.menunav&gt;li.logo img{}
    #Menu ul.menunav&gt;li{}
    #Menu ul.menunav&gt;li&gt;a{padding:30px 15px;font-size:15px;}
    #Menu ul.menunav&gt;li.lang&gt;a{}
    #Menu ul.menunav&gt;li.lang&gt;a:not(:first-child)::before {margin-right:8px;}
    #Menu ul.menunav&gt;li.lang i{font-size:17px;}
    #Menu ul&gt;li#search{}
    #Menu ul&gt;li#search&gt;a{font-size:20px;}

    #Menu ul&gt;li.logo{}
    #Menu ul&gt;li.logo img{}
    #Menu ul&gt;li ul.dropdown-menu&gt;li{padding-top:0;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a{padding:6px 10px;}
}
@media (min-width:768px) and (max-width:991px){
    #Menu ul.menunav &gt; li.logo &gt; a{padding:10px;background-color:#fff!important;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a:hover{border-bottom:none;}
    #Menu ul &gt; li#search{padding:5px 15px;}
}
@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{width:100%;}
    #Menu ul&gt;li ul.dropdown-menu&gt;li&gt;a:hover{border-bottom:none;}
    #Menu ul &gt; li#search{padding:5px 15px;}
}
@media (min-width:1px) and (max-width:991px) {
    header.iheader{position:relative;}
    header #menu_btn{ display: block;margin-top:14px;}

    

    #Menu ul &gt; li.dropdown &gt; a &gt; i {display:none;}

    #logo{display:block;padding:10px 0;}
    #logo .logo{padding-top:0;padding-bottom:0;}
    #logo .logo img{height:40px;}
    #logo .logo span{display:none;}
    #logo .right{display:none;}
    #logo .intro{display:none;}
    #logo .TopImgList{display:none;}
    #Menu ul.menunav &gt; li:nth-child(2) &gt; a{padding-left:0;}

    #Menu #top{display:none;}
    #Menu ul.menunav&gt;li:nth-child(2){padding-left:15px;}
    #Menu ul.menunav&gt;li:nth-child(2)::before {display:none;}
    #Menu ul.menunav&gt;li:not(:first-child){border-left:none;}

    header{position:relative;}
    header .navbar-brand img{margin:0;width:200px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #cf2f77; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;}
    #Menu .container{padding:0;width:auto;}
    #Menu .tel{display:none;}
    #Menu ul.menunav{margin:0;}
    #Menu ul.menunav&gt;li.logo{display:none;margin-top:0;padding:0;background-color:#eee;}
    #Menu ul.menunav&gt;li.logo img{height:auto;}
    #Menu ul.menunav{display: block; padding: 0px 0 60px; text-align: left;overflow:hidden;}
    #Menu ul.menunav&gt;li{width:100%; padding:8px 15px; }
    /*#Menu ul.menunav&gt;li:nth-child(1){width:100%; padding:15px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;}*/
    /*#Menu ul.menunav&gt;li:nth-child(1)&gt;a{padding: 0;line-height:1;}
    #Menu ul.menunav&gt;li:nth-child(1)&gt;a&gt;img{height:auto;}*/
    #Menu ul.menunav&gt;li&gt;a{font-size:14px;line-height:24px;padding:0px;font-weight:bold;background-color:transparent !important;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{opacity:0;}
    #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:hover{border-bottom: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-right:0;padding-left: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&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:#cf2f77;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:#cf2f77;color:#fff;}

    
    #Menu ul&gt;li ul.dropdown-menu ul.catemenu{display:block;left:0;border-left:none;padding-left:20px;}

    #Menu ul.menunav&gt;li.lang{display:block;text-align:left;background-color:transparent;padding:8px 15px;}
    #Menu ul.menunav&gt;li.lang ul{padding-left:0;top:0!important;}
    #Menu ul.menunav&gt;li.lang&gt;a{line-height:30px;padding:0;display:none;}
    #Menu ul.menunav&gt;li.lang i{display:none;}
    #Menu ul.menunav&gt;li.lang&gt;a img{display:inline-block;margin-left:10px;vertical-align:middle;}
    #Menu ul.menunav&gt;li.lang&gt;a:not(:first-child)::before{display:none;}

    #Menu ul&gt;li#search{display:none;background-color:transparent;}
    #Menu ul&gt;li#search&gt;a{display:none;}
    #Menu ul&gt;li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul&gt;li#search #SearchBox .searchclose{display:none;}
    #Menu ul&gt;li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul&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 ul&gt;li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#cf2f77;}
    #Menu ul&gt;li#search #SearchBox #sbut&gt;i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}

    #Menu ul &gt; li#search::before {display:none;}
}

#bframe{overflow:hidden;position:relative;padding-top:90px;}
#bframe img{max-width:100%;display:block;margin:0 auto;}
#bframe .txt{position:absolute;top:53%;width:100%;display:none;}
#bframe h2{font-size:64px;line-height:1.5;color:#fff;font-weight:bold;position:relative;}
#bframe h2:before{content:"";width:137px;height:7px;background-color:#fff;position:absolute;left:5px;bottom:-10px;}
#bframe p{font-size:20px;line-height:30px;color:#fff;display:none;}
#ibframe{position:relative; margin-top:88px;}
#ibframe:before,#bframe:before{content:"";position:absolute;bottom:-2px;left:0;right:0;height:40px;z-index:2;}
#ibframe .txt{position:absolute;left:240px;top:300px;width:45%;}
#ibframe .txt h3{font-size:68px;color:#fff;text-transform:uppercase;}
#ibframe .txt p{font-size:16px;line-height:28px;color:#fff;margin-bottom:30px;}
#ibframe .txt a{display:inline-block;font-size:16px;line-height:20px;text-transform:uppercase;padding:10px 70px;background-color:#cf2f77;color:#fff;border-radius:50px;}
#ibframe .txt a:hover{color:#cf2f77;}
#ibframe .swiper-pagination{bottom:50px;display:none;}
#ibframe .swiper-pagination-bullet{width:50px;height:6px;border:none;margin:0 10px;border-radius:0;}
#ibframe .swiper-pagination-bullet-active{background-color:#cf2f77;}
#ibframe .btnlist .swbtn{display:inline-block;width:50px;height:50px;line-height:50px;text-align:center;position:absolute;color:#fff;top:calc(50% - 25px);background-color:rgba(0,0,0,0.1);z-index:1;border-radius:50%;}
#ibframe .btnlist .swbtn&gt;i{font-size:30px;}
#ibframe .btnlist .swbtn.btn-prev{left:calc(10px + 5vw);}
#ibframe .btnlist .swbtn.btn-next{right:calc(10px + 5vw);}
@media (min-width:1230px) and (max-width:1409px){
    #bframe h2{font-size:48px;line-height:64px;}
    #bframe p{font-size:24px;line-height:36px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #ibframe .txt{left:50px;top:100px;}
    #ibframe .txt h3{font-size:36px;margin-bottom:10px;}
    #ibframe .txt p{font-size:14px;line-height:20px;height:120px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
    #ibframe .txt a{font-size:14px;padding:8px 50px;}
    #ibframe .swiper-pagination{bottom:30px;}
    
    #bframe{padding-top:77px;}
    #bframe h2{font-size:48px;line-height:64px;padding-left:30px;}
    #bframe p{padding-left:37px;font-size:18px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #bframe{padding-top:0;}
    #bframe .txt{transform:translate(0,-50%);}
    #bframe h2{font-size:36px;line-height:48px;}
    #bframe p{padding-left:37px;font-size:20px;line-height:30px;}
    #ibframe .swiper-pagination{bottom:25px;}
    
    #ibframe .txt{left:50px;top:50px;}
    #ibframe .txt h3{font-size:36px;margin-bottom:10px;}
    #ibframe .txt p{font-size:14px;line-height:24px;height:120px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
    #ibframe .txt a{font-size:14px;padding:8px 50px;}
}
@media (min-width:1px) and (max-width:767px){
    #bframe{padding-top:0;}
    #bframe .txt{transform:translate(0,-50%);}
    #bframe h2{font-size:18px;line-height:24px;margin-top:0;margin-bottom:0;}
    #bframe p{padding-left:37px;font-size:14px;line-height:24px;width:100%;display:none;}
    #ibframe{position:relative; margin-top:0px;}
    #ibframe:before,#bframe:before{bottom:0;}
    #ibframe .swiper-pagination{bottom:20px;}
    #ibframe .swiper-pagination-bullet{width:20px;height:3px;margin:0 5px;}
    
    #ibframe .txt{left:50px;top:50px;}
    #ibframe .txt h3{font-size:30px;margin-bottom:10px;}
    #ibframe .txt p{display:none;}
    #ibframe .txt a{font-size:13px;line-height:20px;padding:3px 20px;}

    #ibframe .btnlist .swbtn{display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;position:absolute;color:#fff;top:calc(50% - 15px);z-index:1;border-radius:50%;}
    #ibframe .btnlist .swbtn&gt;i{font-size:20px;}
    #ibframe .btnlist .swbtn.btn-prev{left:20px;}
    #ibframe .btnlist .swbtn.btn-next{right:20px;}
}

.iframe{ padding: 3vw 0; background: url("../images/1_01.jpg") no-repeat center bottom / cover;}
.iframe .title{ text-align: center;}
.iframe .title h2{ font-size: 50px; font-family: "Roboto-Bold"; color: #fff;}
.iframe .list{ margin-top: 50px; display: flex; flex-wrap: wrap;}
.iframe .list .item{ margin: 0; width: calc((100% - 72px)/5); margin-right: 18px; margin-bottom: 24px; background: url("../images/1_02.png") no-repeat center center / 100% 100%; padding: 16px 19px 17px 21px; box-sizing: border-box; cursor: pointer;}
.iframe .list .item .img{ box-sizing: border-box; overflow: hidden;}
.iframe .list .item .img img{ width: 100%; height: 100%; object-fit: cover;}
@media (min-width: 1082px) {
    .iframe .list .item:nth-child(5n){ margin-right: 0;}
}
@media (min-width: 1px) and (max-width: 1081px){
    .iframe .title h2{ font-size: 24px;}
    .iframe .list{ margin-top: 20px;}
    .iframe .list .item{ width: calc((100% - 18px)/2);}
    .iframe .list .item:nth-child(2n){ margin-right: 0;}
}

.iframe1{ padding: 3vw 0;}
.iframe1 .container{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.iframe1 .lt{ margin: 0; width:48%;}
.iframe1 .lt h2{ font-family: "Roboto-Bold"; font-size: 50px; line-height: 1.2; letter-spacing: -1px;}
.iframe1 .lt .line{ display: block; height: 1px; background: #acacac; margin: 1.5vw 0;}
.iframe1 .lt p{ font-size: 16px; line-height: 26px; font-family: "Roboto-Regular";}
.iframe1 .fr{ margin-right: 0; margin-left: auto; width: 47.6%; position: relative; z-index: 1;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
    .iframe1 .lt{ width: 100%;}
    .iframe1 .lt h2{ font-size: 24px;}
    .iframe1 .lt p{ font-size: 14px; line-height: 1.5;}
    .iframe1 .fr{ display: none;}
}

.iframe2{ padding: 3vw 0;  background: url("../images/1_04.jpg") no-repeat center bottom / cover;}
.iframe2 .title{ text-align: center; margin-bottom: 50px;}
.iframe2 .title h2{ font-size: 50px; font-family: "Roboto-Bold"; color: #fff;}
.iframe2 .item{ display: block; overflow: hidden; border-radius: 10px; background: #fff;}
.iframe2 .item .img{ overflow: hidden; border-radius: 10px;}
.iframe2 .item .img img{ width: 100%; height: auto;}
.iframe2 .item .txt{ font-size: 19px; padding: 20px; font-family: "Roboto-Regular";}
.iframe2 .swiper-pt{ display: flex; align-items: center; justify-content: center; margin-top: 50px;}
.iframe2 .swiper-pt span{ width: 15px; height: 15px; background: #c7c7c7; opacity: 1; margin: 0 7px}
.iframe2 .swiper-pt span.swiper-pagination-bullet-active{ background: #50ade5;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
    .iframe2 .title{ text-align: center; margin-bottom: 20px;}
    .iframe2 .title h2{ font-size: 24px; font-family: "Roboto-Bold"; color: #fff;}
    .iframe2 .item .txt{ font-size: 14px; padding: 10px;}
    .iframe2 .swiper-pt{ margin-top: 20px;}
    .iframe2 .swiper-pt span{ width: 8px; height: 8px;}
}

.iframe3{ padding: 3vw 0; background: #eeeeee;}
.iframe3 .title{ text-align: center; margin-bottom: 50px;}
.iframe3 .title h2{ font-size: 50px; font-family: "Roboto-Bold"; color: #ffa02c;}
.iframe3 .list{ padding: 0 60px; display: flex; justify-content:center;}
.iframe3 .list .item{ margin: 0; margin-right: 30px; display: inline-block; text-align: center;}
.iframe3 .list .item .img{ overflow: hidden; text-align: center; height: 240px;}
.iframe3 .list .item .img img{ width: auto; height: 100%; object-fit: cover;}
.iframe3 .list .item .txt{ margin-top: 30px; font-family: "Arial"; font-size: 16px; text-transform: capitalize;}
@media (min-width: 1082px) {
    .iframe3 .list .item:nth-child(9){ margin-right: 0;}
}
@media (min-width: 1px) and (max-width: 1081px){
    .iframe3 .title{ text-align: center; margin-bottom: 20px;}
    .iframe3 .title h2{ font-size: 24px; font-family: "Roboto-Bold"; color: #ffa02c;}
    .iframe3 .list{ flex-wrap: wrap; padding: 0 15px;}
    .iframe3 .list .item{ width: calc((100% - 15px)/2); margin-bottom: 15px; margin-right:15px;}
    .iframe3 .list .item .img{ height:auto;}
    .iframe3 .list .item:nth-child(2n){ margin-right: 0;}
}

.iframe4{}
.iframe4 .imgbox{ overflow: hidden; position: relative; z-index: 1; height: 100vh; background-attachment: fixed; background-repeat: no-repeat; background-size: cover;}
.iframe4 .imgbox .txt{ position: absolute; left: 50%; transform: translateX(-50%); top: 5vw; z-index: 3; display: flex; flex-wrap: wrap; flex-direction: column;}
.iframe4 .imgbox .txt h3{ width: 100%; font-family: "Roboto-Bold"; font-size: 138.64px; color: #fff; line-height: 1.02; text-transform: uppercase; position: relative;}
.iframe4 .imgbox .txt p{ width: 100%; font-size: 26.97px; line-height: 1.4; color: #fff; font-family: "Roboto-Regular";}
.iframe4 .imgbox .txt h3:before{ content: ""; width: 9.2vw; height: 8px; background: #50ade5; position: absolute; left: -10vw; top: 70px;}
.iframe4 .imgbox .txt a{ width: 213px; height: 50px; background: #50ade5; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; color: #fff; margin-top: 40px; font-family: "Roboto-Regular"; font-size: 16px;}
@media (min-width: 1082px) {
    .iframe4 .imgbox:nth-child(2n) .txt{ text-align: right;}
    .iframe4 .imgbox:nth-child(2n) h3:before{ left: inherit; right: -10vw; background: #ff6519;}
    .iframe4 .imgbox:nth-child(2n) .txt a{ margin-right: 0; margin-left: auto; background: #ff6519;}
}
@media (min-width: 1px) and (max-width: 1081px){
    .iframe4 .imgbox{ height: 50vh;}
    .iframe4 .imgbox .txt h3{ font-size: 24px;}
    .iframe4 .imgbox .txt p{ font-size: 16px;}
    .iframe4 .imgbox .txt a{ font-size: 12px; width: 140px; height: 34px; margin-top: 15px;}
    .iframe4 .imgbox .txt h3:before{ display: none;}
}

.iframe5{ padding: 3vw 60px;}

@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
    .iframe5{ padding: 3vw 15px;}
}



.frame{padding-top:3vw;padding-bottom:3vw;}
.frame .title{margin-bottom:2vw;text-align:center;text-transform:uppercase;position:relative;overflow:hidden;padding-top:10px;}
.frame .title h2{font-size:25px;line-height:1.5;position:relative;}
.frame .title h2:before{content:attr(title);font-size:1.2em;color:rgba(206,87,119,0.2);position:absolute;left:0;right:0;top:-15px;}
.frame .title .line{position:relative}
.frame .title .line::after{content:"";width:50%;height:1px;background-color:rgba(207,47,119,0.2);position:absolute;top:-18px;left:-170px;}
.frame .title .line::before{content:"";width:50%;height:1px;background-color:rgba(207,47,119,0.2);position:absolute;top:-18px;right:-170px;}
.frame .title p{font-size:20px;color:#fff;margin-top:10px;}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #cf2f77;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#cf2f77;color:#fff;}
.frame .title a.link:hover{color:#cf2f77;}
@media screen and (min-width:1230px ) and (max-width:1409px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:30px;padding-bottom:30px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h2{font-size:30px;}
    
    .frame .title p{font-size:14px;}
    .frame .title a.link{font-size:16px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:24px;}
    .frame .title h5{font-size:18px;}
    .frame .title p{font-size:14px;}
    .frame .title .line{}
    .frame .title a.link{font-size:14px;line-height:24px;}
}
@media (max-width:767px){
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:20px;line-height:24px;}
    .frame .title h5{font-size:16px;}
    .frame .title .line{}
    .frame .title p{font-size:14px;width:100%;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
}

.morelink{display:inline-block;border:1px solid #cf2f77;background-color:#cf2f77;padding:4px 20px;line-height:20px;color:#fff;border-radius:50px;font-size:15px;text-transform:uppercase;}
@media (min-width:992px) and (max-width:1229px) {
    .morelink{padding:4px 20px;font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    .morelink{padding:3px 25px;font-size:13px;}
}
@media (min-width:1px) and (max-width:767px) {
    .morelink{padding:3px 25px;font-size:13px;}
}


#frame1{background-color:#f7f7f7;}
#frame1 .title h2{color:#cf2f77;}
#frame1 .list{overflow:hidden;}
#frame1 .list .item{width:calc((100% - 90px)/4);float:left;border-radius:25px;overflow:hidden;position:relative;}
#frame1 .list .item:not(:last-child){margin-right:30px;}
#frame1 .list .item .txt{position:absolute;top:66px;padding:0 3vw;width:100%;}
#frame1 .list .item .txt h3{font-size:20px;color:#fff;text-align:center;font-weight:bold;border-bottom:1px solid rgba(255,255,255,0.2);padding-bottom:1vw;}
#frame1 .list .item:before{content:"";width:108px;height:108px;background:#cf2f77 url(/Template/Default/images/ico_logo.png) no-repeat center 66px;border-radius:50%;position:absolute;top:-108px;left:calc(50% - 54px);z-index:1;transition:all 0.3s;}
#frame1 .list .item:hover:before{top:-54px;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #frame1 .list .item .txt h3{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .list .item{width:calc((100% - 45px)/4);}
    #frame1 .list .item:not(:last-child){margin-right:15px;}
    #frame1 .list .item .txt h3{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame1 .list .item{width:calc((100% - 15px)/2);margin-bottom:15px;}
    #frame1 .list .item:not(:last-child){margin-right:0;}
    #frame1 .list .item:not(:nth-child(2n)){margin-right:15px;}
    #frame1 .list .item .txt h3{font-size:16px;}
}


#frame2{background-color:#cf2f77;padding-top:0;padding-bottom:0;}
#frame2 .item{width:50%;position:relative;}
#frame2 .item2{background:url(/Template/Default/images/bg1.png) no-repeat center;}
#frame2 .item2 .container{width:705px;margin-left:0;padding-left:45px;}
#frame2 .item2 h2{font-size:25px;line-height:30px;color:#FFF;margin-bottom:2vw;}
#frame2 .item2 .line2{margin-bottom:1vw;width:100%;height:1px;background-color:rgba(233,158,192,0.5);}
#frame2 .item2 p{font-size:16px;line-height:30px;color:#fff;height:90px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:2.5vw;}
#frame2 .item2 dl dd{font-size:17px;line-height:30px;color:#fff;}
#frame2 .item2 dl dd:before{content:"\e601";font-family:iconfont;margin-right:10px;vertical-align:middle;}
#frame2 .item2 .btnlist{margin-top:3vw;}
#frame2 .item2 .btnlist .btn{font-size:15px;border:2px solid #fff;width:124px;height:40px;background-color:#cf2f77;color:#FFF;text-align:center;line-height:36px;display:inline-block;border-radius:50px;margin-right:15px;text-transform:uppercase;}
#frame2 .item2 .btnlist .btn.btnvr&gt;i{font-size:22px;display:block;}
#frame2 .item2 .btnlist .btn:hover{color:#cf2f77;}
#frame2 .item3{background:url(/Template/Default/images/bg1.png) no-repeat center;}
#frame2 .item3 .container{width:705px;margin-right:0;}
#frame2 .item3 h2{font-size:35px;line-height:40px;color:#FFF;margin-bottom:2vw;}
#frame2 .item3 .line3{width:205px;height:2px;background-color:#fff;margin:0;margin-bottom:1.5vw;}
#frame2 .item3 p{font-size:25px;line-height:32px;text-transform:uppercase;color:#fff;}
#frame2 .item3 .btnlist{margin-top:3vw;}
#frame2 .item3 .btnlist .btn{font-size:15px;border:2px solid #fff;width:124px;height:40px;background-color:#cf2f77;color:#FFF;text-align:center;line-height:36px;display:inline-block;border-radius:50px;margin-right:15px;text-transform:uppercase;}
#frame2 .item3 .btnlist .btn:hover{color:#cf2f77;}
@media (min-width:1230px) and (max-width:1409px) {
    #frame2 .item2 .container{width:615px;}
    #frame2 .item2 p{font-size:15px;line-height:24px;height:72px;}
    #frame2 .item2 dl dd{font-size:16px;line-height:24px;}
    #frame2 .item3 .container{width:615px;}
    #frame2 .item3 h2{font-size:30px;line-height:36px;}
    #frame2 .item3 p{font-size:20px;line-height:28px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame2 .item2 .container{width:496px;}
    #frame2 .item2 h2{font-size:20px;line-height:24px;margin-bottom:1.5vw;}
    #frame2 .item2 p{font-size:14px;line-height:20px;height:60px;margin-bottom:2vw;}
    #frame2 .item2 dl dd{font-size:14px;line-height:20px;}
    #frame2 .item2 .btnlist .btn{height:34px;line-height:30px;font-size:14px;width:100px;}
    #frame2 .item3 .container{width:496px;}
    #frame2 .item3 h2{font-size:24px;line-height:30px;}
    #frame2 .item3 p{font-size:16px;line-height:24px;}
    #frame2 .item3 .btnlist .btn{height:34px;line-height:30px;font-size:14px;width:100px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 .item2{background:url(/Template/Default/images/bg1.png) no-repeat center/100%;}
    #frame2 .item2 .container{width:384px;padding-left:15px;}
    #frame2 .item2 h2{font-size:18px;line-height:24px;margin-bottom:1vw;}
    #frame2 .item2 p{font-size:13px;line-height:18px;height:54px;margin-bottom:1.5vw;}
    #frame2 .item2 dl dd{font-size:13px;line-height:18px;}
    #frame2 .item2 .btnlist{margin-top:2vw;}
    #frame2 .item2 .btnlist .btn{height:28px;line-height:24px;font-size:13px;width:100px;}
    #frame2 .item3 .container{width:384px;}
    #frame2 .item3 h2{font-size:20px;line-height:30px;}
    #frame2 .item3 p{font-size:14px;line-height:24px;}
    #frame2 .item3 .btnlist{margin-top:2vw;}
    #frame2 .item3 .btnlist .btn{height:28px;line-height:24px;font-size:13px;width:100px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame2 .item{width:100%;}
    #frame2 .item2{background:none;}
    #frame2 .item2 .container{width:auto;padding:20px 15px;}
    #frame2 .item2 h2{font-size:18px;line-height:24px;margin-bottom:1vw;}
    #frame2 .item2 p{font-size:13px;line-height:18px;height:54px;margin-bottom:1.5vw;}
    #frame2 .item2 dl dd{font-size:13px;line-height:18px;}
    #frame2 .item2 .btnlist{margin-top:2vw;}
    #frame2 .item2 .btnlist .btn{height:28px;line-height:24px;font-size:13px;width:100px;}
    #frame2 .item3 .container{width:auto;padding:20px 15px;}
    #frame2 .item3 h2{font-size:20px;line-height:30px;}
    #frame2 .item3 p{font-size:14px;line-height:24px;}
    #frame2 .item3 .btnlist{margin-top:2vw;}
    #frame2 .item3 .btnlist .btn{height:28px;line-height:24px;font-size:13px;width:100px;}
}


#frame3{}
#frame3 .list{overflow:hidden;}
#frame3 .list .item{width:calc((100% - 90px)/4);float:left;border-radius:25px;overflow:hidden;background-color:#f3f3f7;padding:1vw;}
#frame3 .list .item:not(:last-child){margin-right:30px;}
#frame3 .list .item .img{border-radius:9px;}
#frame3 .list .item .txt{padding-top:1vw;padding-bottom:0.5vw;}
#frame3 .list .item .date{overflow:hidden;margin-bottom:6px;}
#frame3 .list .item .date span{width:50%;float:left;font-size:14px;line-height:28px;}
#frame3 .list .item .date span.click{position:relative;}
#frame3 .list .item .date span.click&gt;i{display:inline-block;vertical-align:top;font-size:16px;line-height:28px;margin-right:5px;}
#frame3 .list .item .date span.click:before{content:"";width:1px;height:14px;background-color:#3d3d3d;position:absolute;top:7px;right:0;}
#frame3 .list .item .date span.day{text-align:right;}
#frame3 .list .item .txt h3{color:#000;margin-bottom:15px;font-size:18px;line-height:26px;height:52px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#frame3 .list .item .txt p{color:#555;font-size:14px;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:2vw;}
#frame3 .list .item:hover .txt h3{color:#cf2f77;}
#frame3 .list .item .morelink{transition:background-color 0.3s ease;}
#frame3 .list .item .morelink:hover{background-color:#fff;color:#cf2f77;}
@media (min-width:1230px) and (max-width:1409px) {
    #frame3 .list .item{width:calc((100% - 60px)/4);}
    #frame3 .list .item:not(:last-child){margin-right:20px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #frame3 .list .item{width:calc((100% - 45px)/4);}
    #frame3 .list .item:not(:last-child){margin-right:15px;}
    #frame3 .list .item .txt h3{font-size:16px;line-height:24px;height:48px;}
    #frame3 .list .item .txt p{font-size:13px;line-height:20px;height:40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .list .item{width:100%;margin-bottom:15px;padding:15px;}
    #frame3 .list .item:not(:last-child){margin-right:0;}
    #frame3 .list .item .img{width:30%;float:left;}
    #frame3 .list .item .txt{float:right;width:70%;padding-left:20px;padding-top:0;padding-bottom:0;}
    #frame3 .list .item .txt h3{font-size:16px;line-height:24px;height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;}
    #frame3 .list .item .txt p{font-size:13px;line-height:20px;height:40px;}
    #frame3 .list .item .date{margin-bottom:0;}
    #frame3 .list .item .date span{width:auto;}
    #frame3 .list .item .date span.click{margin-right:20px;padding-right:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .list .item{width:100%;margin-bottom:15px;padding:15px;}
    #frame3 .list .item:not(:last-child){margin-right:0;}
    #frame3 .list .item .img{width:30%;float:left;display:none;}
    #frame3 .list .item .txt{float:right;width:100%;padding-left:0;padding-top:0;padding-bottom:0;}
    #frame3 .list .item .txt h3{font-size:16px;line-height:24px;height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;}
    #frame3 .list .item .txt p{font-size:13px;line-height:20px;height:40px;}
    #frame3 .list .item .date{margin-bottom:0;}
    #frame3 .list .item .date span{width:auto;}
    #frame3 .list .item .date span.click{margin-right:20px;padding-right:20px;}
}


footer{background:#616b73;}
footer .footnav{ padding: 35px 0 24px 0; border-bottom: 1px solid #798188; display: flex; justify-content: space-between; align-items: center; margin-bottom: 55px;}
footer .footnav .footlogo{ margin: 0; display: inline-block;}
footer .footnav .share{ margin: 0; display: inline-flex; align-items: center;}
footer .footnav .share a{ display: inline-block; margin-left: 30px; color: #fff;}
footer .footnav .share a i{ font-size: 18px;}
footer .footnav .share a:hover{ color: #cf2f77;}
footer .footlist{ display: flex; justify-content: space-between; margin-bottom: 70px; font-family: "Roboto-Regular";}
footer .footlist .foot{ margin: 0;}
footer .footlist .foot ul{}
footer .footlist .foot li{ font-size: 16px; font-family: "Roboto-Regular";}
footer .footlist .foot li a{ line-height: 2; color: #fefefe; display: block;}
footer .footlist .foot li:hover a{ color: #cf2f77;}
footer .footlist .foot .emaillist{ font-family: "Roboto-Bold"; font-size: 22px; color: #fff;}
footer .footlist .foot .emaillist a{ display: block; color: #fff;}
footer .footlist .foot .emaillist a:first-child{ margin-bottom: 10px;}
footer .footlist .foot .tel{ margin-top: 30px; text-decoration:underline; font-size: 18px; color: #fff;}
footer .footlist .foot .add{ margin-top: 15px; font-size: 18px; color: #fff;}
footer .footlist .foot h2{ font-size: 30px; font-family: "Roboto-Bold"; color: #fff;}
footer .footlist .foot p{ font-size: 14px; line-height: 22px; color: #fff; margin-top: 10px;}
footer .footlist .foot .dy{ margin-top: 20px; background: #737e86; padding: 10px; box-sizing: border-box; display: flex;}
footer .footlist .foot .dy input{ flex: 1; background: none; color: #fff;}
footer .footlist .foot .dy input::placeholder{ color: #999;}
footer .footlist .foot .dy button{ width: 87px; height: 29px; background: #fff; display: flex; align-items: center; justify-content: center;  margin: 0; border: 0; cursor: pointer; outline: none;}
footer .footlist .foot:nth-child(1){ width: 13%;}
footer .footlist .foot:nth-child(2){ width: 8%;}
footer .footlist .foot:nth-child(3){ width: 26.5%;}
footer .footlist .foot:nth-child(4){ width: 26.5%;}
footer .container{}
#fck1{width:40%;padding-top:1vw;padding-bottom:1vw;}
#fck1 p{font-size:15px;line-height:30px;color:#fff;}
#fck1 p&gt;a{color:#fff;}
#fck1 p&gt;a.email{margin-right:10px;display:inline-block;}
#fck1 p&gt;a:hover{text-decoration:underline;}
#fck1 p i{margin-right:8px;}
#fck2{width:20%;text-align:center;height:240px;}
#fck2 .pic{width:276px;height:138px;border-radius:276px 276px 0 0;background-color:#cf2f77;margin:-45px 0 -100px calc(50% - 138px);padding-top:60px;}

#fck3{width:40%;text-align:right;}

footer .footmenu{text-align:center;padding:10px 0;}
footer .footmenu a{font-size:15px;line-height:24px;padding:0 1.5vw;position:relative;display:inline-block;}
footer .footmenu a:hover{text-decoration:underline;}

#language{padding:10px 0px; text-align:center;margin-top:20px;}
#language ul {display:flex;justify-content:space-between;}
#language ul li {margin:0;display:inline-block;}
#language ul li a{font-size:14px; line-height:2em;color:#fff;}
#language ul li a img{margin-top:5px;}
#language ul li a span{font-size:14px; line-height:2em;}

footer .footshare{position:relative;}
footer .footshare&gt;a{color:#cf2f77;margin:0 0 0 40px;width:45px;height:45px;border-radius:50%;text-align:center;display:inline-block;background-color:#FFF;}
footer .footshare&gt;a&gt;i{font-size:28px;line-height:45px;}
footer #sharelist{text-align:center;}
footer #sharelist&gt;a{color:#fff;margin:0 10px;width:30px;height:30px;}
footer #sharelist&gt;a&gt;i{color:#fff;font-size:20px;}
footer #sharelist&gt;a:hover&gt;i{color:#fff;}
#footer #sharelist&gt;a:hover{background-color:#000;}

.foot_by{background: #57626a;}
.foot_by .footdiv{font-size:14px; line-height:24px;text-align:center;color:#fff;}
.foot_by .footdiv a{ display:inline-block; font-size:14px; line-height:24px;color:#fff;}
.foot_by .footdiv.fl a:hover{text-decoration:underline;}
.foot_by .footdiv.fl{float:left;padding:13px 0;}
.foot_by .footdiv.fr{color:#fff;text-align:right;float:right;padding:13px 0;}
.foot_by .footdiv.fr .list{position:relative;padding:5px 0;}
.foot_by .footdiv.fr .flink{border:1px solid #ff892e;background-color:#fea03e;color:#fff;line-height:38px;height:40px;padding:0 15px;border-radius:15px;}
.foot_by .footdiv.fr .flink&gt;i{margin-left:10px;vertical-align:top;}
.foot_by .footdiv.fr .list .drop{position:absolute;right:0;bottom:100%;background-color:#fea03e;padding:5px 15px;border-radius:10px 10px 0 0;display:none;}
.foot_by .footdiv.fr .list .drop a{display:block;white-space:nowrap;font-size:16px;color:#fff;font-size:14px;line-height:2;}
.foot_by .footdiv.fr .list .drop li{padding:5px 0;}
.foot_by .footdiv.fr .list .drop li:not(:last-child){border-bottom:1px solid #fff;}
@media screen and (min-width:1230px ) and (max-width:1409px){
}
@media (min-width:992px) and (max-width:1229px) {
    #fck2{height:200px;}
    footer .footshare&gt;a{margin:0 0 0 15px;}


    footer dl dt{font-size:18px;line-height:30px;margin-bottom:10px;}
    footer dl dd&gt;a{font-size:14px;line-height:24px;}
    footer .context h2{font-size:18px;line-height:30px;margin-bottom:10px;}
    footer .context p{font-size:14px;line-height:24px;}
    footer .context p&gt;i{line-height:24px;font-size:18px;}


    #language ul li {margin:0 0 0 15px;}
    #language ul li a img{display:block;}

    #friendlist{margin-bottom:15px;}
    #friendlist a{margin-left:30px;}
    
    .foot_tel{padding:10px 15px;}

    footer{}

    .foot_by{}
    .foot_by .footdiv{font-size:14px;}
    .foot_by .footdiv a{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #fck1 p{font-size:14px;line-height:24px;}
    #fck2{height:180px;}
    footer .footshare&gt;a{margin:0 0 0 10px;width:36px;height:36px;}
    footer .footshare&gt;a&gt;i{font-size:24px;line-height:36px;}
    

    footer dl dt{font-size:18px;line-height:30px;margin-bottom:10px;}
    footer dl dd&gt;a{font-size:14px;line-height:24px;}
    footer .context h2{font-size:18px;line-height:30px;margin-bottom:10px;}
    footer .context p{font-size:14px;line-height:24px;}
    footer .context p&gt;i{line-height:24px;font-size:18px;}

    #language{padding:6px 0;margin-bottom:0;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}
    
    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:15px;}
    
    .foot_by .footshare{}
    footer #sharelist &gt; a{margin:0 10px;}

    .foot_by{}
    .foot_by .footdiv{font-size:13px;}
    .foot_by .footdiv a{font-size:13px;}
    .foot_by .footdiv.fl{padding:8px 0;}
    .foot_by .footdiv.fr{padding:8px 0;}
    .foot_by .footdiv.fr .flink{height:30px;line-height:28px;}
    
    
}
@media (min-width:1px) and (max-width:767px) {
    #fck1{width:100%;padding:20px 0 0;}
    #fck1 p{font-size:14px;line-height:24px;}
    #fck2{display:none;}
    #fck3{width:100%;text-align:left;padding:20px 0;}
    footer .footshare&gt;a{margin:0 10px 0 0;width:36px;height:36px;}
    footer .footshare&gt;a&gt;i{font-size:24px;line-height:36px;}

    footer{padding-top:0;padding-bottom:50px;border-bottom:0;margin-top:0;}
    footer .foot_menu{margin-bottom:10px;padding-bottom:0;}
    footer .foot_menu a{padding:0 10px;margin-bottom:10px;}
    footer .foot_menu a:not(:last-child){border:none;}
    
    footer&gt;.container{ }
        
    footer dl dd &gt; a{font-size:13px;line-height:24px;}
    footer .context h2{font-size:16px;line-height:30px;margin-bottom:8px;}
    footer .context p{font-size:13px;line-height:24px;}
    footer .context p &gt; a{font-size:14px;line-height:24px;}
    footer .context p&gt;i{line-height:24px;font-size:18px;}
    #fck4 &gt; .sharelist a{width:40px;height:40px;}
    #fck4 &gt; .sharelist a &gt; i{font-size:24px;line-height:40px;}

    #language{padding:6px 0;display:none;}
    #language ul{flex-wrap:wrap;}
    #language ul li{width:20%;}
    #language ul li a img{display:block;}
    #language ul li a span{font-size:12px;}
    
    
    footer .footColumn dl dt{margin-bottom:0;}
    footer .list dd{font-size:12px;line-height:18px;}
    footer dl{margin-bottom:0;}
    footer dl dt{font-size:16px;margin-bottom:0;}
    footer dl dt::after{content:"\e9e2";font-family:iconfont;margin-left:10px;font-size:16px;}
    footer dl dd{display:none;}
    footer dl dd p{font-size:12px;}
    footer dl.catelist dd&gt;a{font-size:12px;}
    .foot_by{}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;width:100%;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;width:100%;}

    footer .footshare&gt;a{width:30px;height:30px;}
    footer .footshare&gt;a&gt;i{font-size:20px;line-height:30px;}
    footer .footmenu a{padding:0 2vw;font-size:13px;}
    .foot_by .footdiv.fl{float:none;padding:5px 0;}
    .foot_by .footdiv.fr{float:none;padding:5px 0;}
    
    
}

@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
    footer { padding-bottom: 0;}
    footer .footnav{ flex-wrap: wrap; margin-bottom: 20px;}
    footer .footnav .footlogo{ width: 100%; text-align: center; margin-bottom: 20px;}
    footer .footnav .share{ width: 100%; display: flex; justify-content: center; align-items: center;}
    footer .footnav .share a{ margin: 0 5px;}
    footer .footlist{ display: none;}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;bottom:0;width:100%;display:none;z-index:1;}
#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;top:55%;background-color:#cf2f77;box-shadow:0 0 10px #aaa;border-radius:5px;cursor:pointer;line-height:40px;padding:0 10px;color:#FFF;font-size:18px;z-index:10;width:50px;height:50px;text-align:center;}
#PageInquiry&gt;i{font-size:24px;color:#fff;line-height:50px;}


 

/*共用*/
#Location{border-bottom:1px solid #efefef;}
#Location .location{padding-top:5px;padding-bottom:5px;}
#Location .location:before{content:"\e62e";font-family:iconfont;font-size:16px;}
#Location .location a{display:inline-block;font-size:14px;line-height:30px;text-transform:uppercase;}
#Location .location a:not(:last-child)::after{content:"-";margin:0 5px;vertical-align:top;}
#Location .location a:last-child{}
#Location .location a:hover{color:#cf2f77;}
#Location .location span{display:inline-block;font-size:14px;line-height:30px;text-transform:uppercase;}
@media (min-width:1230px) and (max-width:1409px) {
    #Location{}
    #Location .location a{font-size:16px;line-height:24px;}
    #Location .location span{font-size:16px;line-height:24px;}

}
@media (min-width:992px) and (max-width:1229px) {
    
    #Location{bottom:15px;}
    #Location .location a{font-size:14px;}
    #Location .location span{font-size:14px;}

}
@media (min-width:768px) and (max-width:991px) {
    
    #Location{bottom:15px;}
    #Location .location a{font-size:14px;line-height:24px;}
    #Location .location span{font-size:14px;line-height:24px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Location{border-bottom:none;}
    #Location .location{float:left;border-bottom:1px solid #eee;display:block;width:100%;}
    #Location .location a{font-size:12px;line-height:18px;}
    #Location .location a:first-child:before{font-size:16px;}
    #Location .location span{font-size:12px;line-height:18px;}
}

/*左侧菜单*/
#left_nav{width:330px;float:left;background-color:#f2f2f2;border-radius:15px;padding-bottom:15px;position:sticky;top:100px;}
#left_nav dl{overflow:hidden;}
#left_nav dl&gt;dt{padding:20px;font-size:30px;line-height:50px;position:relative;background-color:#cf2f77;color:#fff;text-transform:uppercase;border-radius:15px;margin-bottom:2vw;}
#left_nav dl&gt;dd{padding:0;position:relative;cursor:pointer;}
#left_nav dl&gt;dd:not(:last-child){margin-bottom:13px;}
#left_nav dl&gt;dd&gt;a{display:block;font-size:23px;line-height:30px;padding:10px 40px 10px 25px;border-radius:5px;position:relative;text-transform:uppercase;}
#left_nav dl&gt;dd&gt;a:before{content:"";width:6px;height:50px;border-radius:10px;background-color:#3d3d3d;position:absolute;left:0;top: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:"\e603";font-size:16px;line-height:30px;width:30px;height:30px;display:block;}
#left_nav dl&gt;dd.active:before,#left_nav dl&gt;dd:hover:before{content:"";border-style:solid;border-width:6px 10px;border-color:transparent transparent transparent #cf2f77;position:absolute;left:-15px;top:17px;}
#left_nav dl&gt;dd.active&gt;i:before{content:"\ed21";}
#left_nav dl&gt;dd.active&gt;a:before,#left_nav dl&gt;dd:hover&gt;a:before{content:"";background-color:#cf2f77;}
#left_nav dl&gt;dd ul{transition:all 0s;margin-top:8px;display:none;margin-left:25px;}
#left_nav dl&gt;dd.active ul{display:block;}
#left_nav dl&gt;dd ul&gt;li{}
#left_nav dl&gt;dd ul&gt;li&gt;a{display:block;font-size:14px;line-height:24px;position:relative;padding:8px 0 8px 15px;text-transform:uppercase;border-bottom:1px solid #e5e5e5;}
#left_nav dl&gt;dd ul&gt;li&gt;a:before{content:"";width:4px;height:4px;background-color:#3d3d3d;border-radius:50%;position:absolute;left:0;top:18px;}
#left_nav dl&gt;dd ul&gt;li.active&gt;a,#left_nav dl&gt;dd ul&gt;li:hover&gt;a{color:#cf2f77;}
#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:#cf2f77;}
#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_nav .leftContact{margin-top:30px;background-color:#fff;border-radius:8px 8px 0 0;overflow:hidden;}
#left_nav .leftContact img{width:100%;}
#left_nav .leftContact .txt{padding:15px 10px;}
#left_nav .leftContact h2{font-size:20px;line-height:1.5;color:#fff;padding:10px;background-color:#ee8819;text-align:center;}
#left_nav .leftContact .txt p{font-size:14px;line-height:24px;padding:0 0 0 24px;position:relative;color:#666}
#left_nav .leftContact .txt p:not(:last-child){margin-bottom:10px;}
#left_nav .leftContact .txt p i{font-size:20px;line-height:24px;position:absolute;left:0;}
#left_nav .leftContact .txt p a{display:inline-block;font-size:14px;line-height:24px;color:#666;}
#left_nav .leftContact .txt p a:hover{color:#cf2f77;}
@media (min-width:1230px) and (max-width:1409px){
    #left_nav dl&gt;dt{padding:10px 20px;}
    #left_nav dl&gt;dd&gt;a{font-size:20px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;padding-right:20px;}
    #left_nav dl{}
    #left_nav dl&gt;dt{font-size:18px;padding:10px 20px;}
    #left_nav dl&gt;dd{}
    #left_nav dl&gt;dd&gt;a{font-size:16px;padding:5px 40px 5px 20px;}
    #left_nav dl&gt;dd&gt;a::before{height:40px;}
    #left_nav dl&gt;dd ul{margin-top:0;margin-left:20px;}
    #left_nav dl&gt;dd ul&gt;li&gt;a{font-size:13px;}
    
    #left_nav .leftContact{margin-top:30px;}
    #left_nav .leftContact h2{font-size:22px;padding:10px 10px 10px 20px;}
    #left_nav .leftContact h2 i{font-size:24px;}
    #left_nav .leftContact .txt{padding:10px;}
    #left_nav .leftContact .txt p{font-size:14px;line-height:24px;}
    #left_nav .leftContact .txt p a{font-size:14px;line-height:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;position:relative;top:0;}
    #left_nav dl{padding:0;border-left:none;}
    #left_nav dl::before{}
    #left_nav dl&gt;dt{padding:5px 15px;font-size:18px;line-height:40px;border-radius:0;display:block;}
    #left_nav dl&gt;dt:before{content:"\e9e2";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl&gt;dd{}
    #left_nav dl&gt;dd:before{}
    #left_nav dl&gt;dd:last-child{border-radius:0;}
    #left_nav dl&gt;dd&gt;a{font-size:16px;padding:5px 40px 5px 20px;}
    #left_nav dl&gt;dd&gt;a::before{height:40px;}
    #left_nav dl&gt;dd ul{margin-top:0;margin-left:20px;}
    #left_nav dl&gt;dd ul&gt;li&gt;a{font-size:14px;}

    #left_nav .LeftProduct{display:none;}
    #left_nav .leftContact{display:none;}
}
@media (min-width:1px) and (max-width:767px) {    
    #left_nav{width:100%;padding-right:0;padding-left:0;margin-bottom:20px;position:relative;top:0;}
    #left_nav dl{padding:0;border-left:none;}
    #left_nav dl::before{}
    #left_nav dl&gt;dt{padding:5px 15px;font-size:18px;line-height:40px;border-radius:0;display:block;}
    #left_nav dl&gt;dt:before{content:"\e9e2";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl&gt;dd{display:none;}
    #left_nav dl&gt;dd:before{}
    #left_nav dl&gt;dd:last-child{border-radius:0;}
    #left_nav dl&gt;dd&gt;a{font-size:14px;padding:5px 40px 5px 20px;}
    #left_nav dl&gt;dd&gt;a::before{height:40px;}
    #left_nav dl&gt;dd ul{margin-top:0;margin-left:20px;}
    #left_nav dl&gt;dd ul&gt;li&gt;a{font-size:12px;}
    #left_nav dl&gt;dd.contactus{margin-top:30px;padding-bottom:15px;}
    
    #left_nav .LeftProduct{display:none;}
    #left_nav .leftContact{display:none;}
}

/*右侧内容*/
#right_nav{float:right;width:calc(100% - 400px);}
#right_nav&gt;.tit{border-bottom:1px solid #cf2f77;margin-bottom:30px;padding-bottom:20px;}
#right_nav&gt;.tit h2{font-size:20px;line-height:36px;margin-bottom:5px;color:#cf2f77;font-weight:bold;}
#right_nav&gt;.tit p{font-size:14px;line-height:24px;color:#666;font-weight:bold;}
.nframe{padding-top:2.5vw;overflow:hidden;padding-bottom:2vw;}
.nframe .title{margin-bottom:20px;}
.nframe .title h1{font-size:30px;line-height:48px;position:relative;margin-top:0;margin-bottom:0;}
.nframe .title h2{font-size:30px;line-height:1.5;position:relative;margin-top:0;margin-bottom:10px;text-transform:uppercase;}
.nframe .title h3{font-size:30px;margin-top:0;margin-bottom:0;text-transform:capitalize;}
.nframe .title h4{font-size:18px;line-height:24px;color:#cf2f77;text-transform:uppercase;}
.nframe .line{height:11px;}

.nframe .title p{font-size:18px;line-height:1.5;}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;}
@media (min-width:1230px) and (max-width:1409px){
    #right_nav{float:right;width:calc(100% - 360px);}
}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:24px;line-height:36px;}
    .nframe .title h2{font-size:24px;line-height:36px;}
    .nframe .title h3{font-size:24px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:14px;}
    .nframe .title .line&gt;span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    
    .nframe{padding-top:25px;}
    .nframe .title{margin-bottom:20px;}
    .nframe .title h1{font-size:20px;line-height:30px;}
    .nframe .title h2{font-size:20px;line-height:30px;margin-bottom:15px;}
    .nframe .title h3{font-size:20px;}
    .nframe .title h4{font-size:16px;}
    .nframe .title p{font-size:13px;line-height:18px;}
    .nframe .title .line&gt;span{font-size:14px;}

    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{width:100%;}
    #right_nav .tit h3{font-size:16px;}
    embed{width:100%;height:auto;}
    
    .nframe{padding-top:20px;}
    .nframe .title{margin-bottom:10px;}
    .nframe .title h1{font-size:18px;line-height:24px;}
    .nframe .title h2{font-size:18px;line-height:24px;margin-bottom:10px;}
    .nframe .title h3{font-size:18px;}
    .nframe .title h4{font-size:14px;}
    .nframe .title p{font-size:12px;line-height:18px;}
    .nframe .title .line{}

    .nframe section .content{font-size:13px;line-height:24px;}
    .table-responsive table{width:100%;}
}

.bgsection{}
/*关于我们*/
#aboutframe{padding-bottom:0;padding-top:0;}
#aboutframe .title{}
#aboutframe .title h2{}
#aboutframe section{padding:2.5vw 0;}

#aboutframe .about_intro .img{width:45%;overflow:hidden;}
#aboutframe .about_intro .txt{width:55%;padding-left:2vw;background:url(/Template/Default/images/bg2.jpg) no-repeat center center/auto 100%;}
#aboutframe .about_intro .txt .tit h2{font-size:25px;line-height:1.5;margin-bottom:30px;}
#aboutframe .about_intro .txt .tit .line{width:100%;height:1px;background-color:#989898;margin-bottom:20px;}
#aboutframe .about_intro .txt p{font-size:17px;line-height:30px;margin-bottom:20px;}
#aboutframe .about_intro dl{margin-bottom:60px;}
#aboutframe .about_intro dl dd{font-size:17px;line-height:30px;}
#aboutframe .about_intro dl dd:before{content:"\e601";font-family:iconfont;margin-right:10px;vertical-align:middle;color:#cf2f77;}
#aboutframe .about_intro .txt .morelink1{display:inline-block;border:2px solid #cf2f77;padding:8px 50px;line-height:20px;border-radius:50px;font-size:15px;text-transform:uppercase;}
#aboutframe .about_intro .txt .morelink1:hover{color:#fff;}

#aboutframe .abnum{background:#cf2f77;border-radius:30px;overflow:hidden;padding-top:30px;padding-bottom:25px;margin-top:50px;margin-bottom:-90px;z-index:1;position:relative;}
#aboutframe .abnum .item{margin:0;width:25%;text-align:center;position:relative;}
#aboutframe .abnum .item:not(:last-child):before{content:"";border-left:1px dashed #FFF;width:1px;height:60px;position:absolute;top:calc(50% - 30px);right:0;}
#aboutframe .abnum .item i{color:#fff;font-size:40px;line-height:50px;}
#aboutframe .abnum .item p{color:#fff;font-size:20px;line-height:26px;margin-top:5px;}
#aboutframe .abnum .item p span{font-size:40px;line-height:1;font-weight:bold;display:inline-block;}
#aboutframe .abnum .item p sub{font-size:40px;line-height:1;font-weight:bold;display:inline-block;vertical-align:top;}


#aboutframe .abouthistory{background:#e9e9e9 url(/Template/Default/images/bg3.jpg) no-repeat center center ;padding-top:150px;padding-bottom:100px;}
#aboutframe .abouthistory .title .line::before{right:-200px;}
#aboutframe .abouthistory .title .line::after{left:-200px;}
#aboutframe .abouthistory .hisList{position:relative;padding-left:80px;padding-right:80px;}
#aboutframe .abouthistory .swiper-container{background:url(/Template/Default/images/hisline.png) no-repeat center 230px/100%;}
#aboutframe .abouthistory .swiper-slide{text-align:center;width:25%;position:relative;}
#aboutframe .abouthistory .swiper-slide:before{content:"";width:22px;height:22px;border-radius:50%;background-color:#e9e9e9;border:5px solid #cf2f77;display:inline-block;box-sizing:border-box;position:absolute;top:218px;left:calc(50% - 11px);}
#aboutframe .abouthistory .swiper-slide h3{font-size:24px;line-height:30px;font-weight:bold;color:#cf2f77;margin-top:15px;}
#aboutframe .abouthistory .swiper-slide p{font-size:15px;line-height:24px;margin-top:70px;color:#7d7d7d;}
#aboutframe .abouthistory .swiper-slide .img{border:1px solid #cf2f77;border-radius:25px;overflow:hidden;display:inline-block;}
#aboutframe .abouthistory .swiper-slide.swiper-slide-active:before{content:"";font-family:iconfont;width:40px;height:40px;line-height:30px;background-color:#e9e9e9;top:210px;left:calc(50% - 20px);font-size:24px;color:#fff;text-align:center;}
#aboutframe .abouthistory .btnlist .swbtn{position:absolute;top:210px;width:40px;height:40px;line-height:40px;border:2px solid #cf2f77;border-radius:50%;text-align:center;}
#aboutframe .abouthistory .btnlist .swbtn&gt;i{display:block;font-size:24px;color:#e5251a;}
#aboutframe .abouthistory .btnlist .swbtn.btn-prev{left:0;}
#aboutframe .abouthistory .btnlist .swbtn.btn-next{right:0;}

#aboutframe section.workshop{padding-top:40px;padding-bottom:20px;}
#aboutframe .workshop .CateList{text-align:center;margin-bottom:36px;}
#aboutframe .workshop .CateList .tit{display:inline-block;text-align:center;font-size:18px;line-height:40px;cursor:pointer;margin:0 30px;border:2px solid #cf2f77;border-radius:50px;width:170px;}
#aboutframe .workshop .CateList .tit.active,#aboutframe .workshop .CateList .tit:hover{background-color:#cf2f77;color:#FFF;}
#aboutframe .workshop .list .item{display:none;}
#aboutframe .workshop .list .item.active{display:block;}
#aboutframe .workshop .list .item img{width:100%;}
#aboutframe .workshop .list .item&gt;a{display:block;width:calc((100% - 100px)/3);float:left;margin-bottom:40px;margin-right:50px;}
#aboutframe .workshop .list .item&gt;a:nth-child(3n){margin-right:0;}
#aboutframe .workshop .list .item&gt;a:nth-child(3n+1){clear:left;}
#aboutframe .workshop .list .item h3{font-size:18px;}

#aboutframe section.certificates{padding-top:40px;background-color:#f8f8f8;padding-bottom:5vw;}
#aboutframe .certificates .box{position:relative;padding-left:60px;padding-right:60px;}
#aboutframe .certificates .swiper-slide{}
#aboutframe .certificates .swiper-slide .item .img{padding:15px;background-color:#f3f3f3;}
#aboutframe .certificates .swiper-slide .item img{display:block;width:100%;}
#aboutframe .certificates .swiper-slide .item h3{text-align:center;margin-top:15px;font-size:16px;display:none;}
#aboutframe .certificates .btnlist .swbtn{position:absolute;top:calc(50% - 20px);width:40px;height:40px;line-height:40px;border:2px solid #cf2f77;border-radius:50%;text-align:center;}
#aboutframe .certificates .btnlist .swbtn&gt;i{display:block;font-size:24px;color:#e5251a;}
#aboutframe .certificates .btnlist .swbtn.btn-prev{left:0;}
#aboutframe .certificates .btnlist .swbtn.btn-next{right:0;}
@media screen and (min-width:1230px ) and (max-width:1329px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #aboutframe .about_intro .txt .tit h2{font-size:22px;margin-bottom:15px;}
    #aboutframe .about_intro .txt p{font-size:15px;line-height:24px;}
    #aboutframe .about_intro dl{margin-bottom:40px;}
    #aboutframe .about_intro dl dd{font-size:15px;line-height:24px;}

    #aboutframe .workshop .list .item&gt;a{width:calc((100% - 60px)/3);margin-right:30px;margin-bottom:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe .about_intro .img{display:none;}
    #aboutframe .about_intro .txt{width:100%;background:none;padding-bottom:20px;}
    #aboutframe .about_intro .txt .tit h2{font-size:22px;margin-bottom:15px;}
    #aboutframe .about_intro .txt p{font-size:15px;line-height:24px;}
    #aboutframe .about_intro dl{margin-bottom:40px;}
    #aboutframe .about_intro dl dd{font-size:15px;line-height:24px;}

    #aboutframe .abnum{margin-top:0;padding-top:20px;padding-bottom:15px;}
    #aboutframe .abnum .item i{font-size:36px;line-height:40px;}
    #aboutframe .abnum .item p{font-size:16px;line-height:40px;}
    #aboutframe .abnum .item p span{font-size:24px;}
    #aboutframe .abnum .item p sub{font-size:24px;}

    #aboutframe .workshop .list .item&gt;a{width:calc((100% - 30px)/3);margin-right:15px;margin-bottom:15px;}
}
@media (max-width:767px){
    #aboutframe .title{margin-bottom:20px;}
    #aboutframe .about_intro .img{display:none;}
    #aboutframe .about_intro .txt{width:100%;background:none;padding-bottom:20px;}
    #aboutframe .about_intro .txt .tit h2{font-size:20px;margin-bottom:10px;}
    #aboutframe .about_intro .txt .tit .line{margin-bottom:10px;}
    #aboutframe .about_intro .txt p{font-size:13px;line-height:20px;}
    #aboutframe .about_intro dl{margin-bottom:20px;}
    #aboutframe .about_intro dl dd{font-size:14px;line-height:20px;}
    #aboutframe .about_intro .txt .morelink1{font-size:13px;padding:5px 30px;}

    #aboutframe .abnum{margin-top:0;padding-top:20px;padding-bottom:15px;}
    #aboutframe .abnum .item{width:100%;padding-left:5%;padding-right:5%;text-align:left;}
    #aboutframe .abnum .item:not(:last-child){margin-bottom:10px;}
    #aboutframe .abnum .item:not(:last-child)::before{border-left:none;border-bottom:1px dashed #fff;width:100%;height:1px;position:relative;top:100%;margin:0 auto;display:block;}
    #aboutframe .abnum .item i{font-size:36px;line-height:40px;float:left;margin-right:20px;}
    #aboutframe .abnum .item p{font-size:16px;line-height:40px;margin-top:0;text-align:left;display:inline-block;margin:0;}
    #aboutframe .abnum .item p span{font-size:24px;line-height:40px;}
    #aboutframe .abnum .item p sub{font-size:24px;line-height:40px;}
        
    #aboutframe .workshop .CateList .tit{font-size:14px;margin:0 15px;line-height:32px;width:120px;margin-bottom:5px;}
    #aboutframe .workshop .list .item&gt;a{width:calc((100% - 15px)/2);margin-right:15px;margin-bottom:15px;}
    #aboutframe .workshop .list .item&gt;a:nth-child(3n){margin-right:15px;}
    #aboutframe .workshop .list .item&gt;a:nth-child(2n){margin-right:0;}
    #aboutframe .workshop .list .item&gt;a:nth-child(3n+1){clear:initial;}
    #aboutframe .workshop .list .item&gt;a:nth-child(2n+1){clear:left;}

    #aboutframe .abouthistory .hisList{padding-left:30px;padding-right:30px;}
    #aboutframe .abouthistory .swiper-container{background:url(/Template/Default/images/hisline.png) no-repeat center 220px/100%;}
    #aboutframe .abouthistory .swiper-slide.swiper-slide-active::before{width:20px;height:20px;}
    #aboutframe .abouthistory .btnlist .swbtn{width:30px;height:30px;line-height:30px;top:205px;}
    #aboutframe .abouthistory .btnlist .swbtn&gt;i{font-size:18px;}

    #aboutframe .certificates .box{padding-left:30px;padding-right:30px;}
    #aboutframe .certificates .btnlist .swbtn{width:30px;height:30px;line-height:30px;top:calc(50% - 15px);}
    #aboutframe .certificates .btnlist .swbtn&gt;i{font-size:18px;}
}


#ServicePage .faq{padding:30px 35px;background-color:#ebebeb;margin-top:50px;}
#ServicePage .faq dl{margin-bottom:15px;}
#ServicePage .faq dl&gt;dt{padding:15px 50px 15px 70px;font-size:18px;line-height:24px;cursor:pointer;position:relative;background-color:#fff;margin-bottom:20px;}
#ServicePage .faq dl&gt;dt&gt;i{font-size:30px;width:54px;height:54px;line-height:56px;color:#e60012;text-align:center;position:absolute;left:15px;top:0;}
#ServicePage .faq dl&gt;dt:after{content:"\eb9d";font-family:iconfont;position:absolute;right:15px;top:15px;}
#ServicePage .faq dl&gt;dd{height:0;padding:0 20px 0 70px;overflow:hidden;font-size:24px;font-size:16px;position:relative;color:#808080;background-color:#fff;}
#ServicePage .faq dl&gt;dd&gt;i{font-size:30px;color:#fff;width:54px;height:54px;line-height:56px;color:#ccc;text-align:center;position:absolute;left:15px;top:0;}
#ServicePage .faq dl.active&gt;dt{}
#ServicePage .faq dl.active&gt;dt:after{content:"\e7fc";}
#ServicePage .faq dl.active&gt;dd{padding:15px 20px 15px 70px;height:auto;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #ServicePage .faq{padding-top:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ServicePage .faq{padding-top:20px;}
    #ServicePage .faq dl&gt;dt{font-size:16px;}
    #ServicePage .faq dl&gt;dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ServicePage .faq{padding:15px;}
    #ServicePage .faq dl&gt;dt{font-size:14px;line-height:20px;padding:10px 40px 10px 40px}
    #ServicePage .faq dl&gt;dt&gt;i,#ServicePage .faq dl&gt;dd&gt;i{font-size:20px;width:40px;height:40px;line-height:40px;left:0;}
    #ServicePage .faq dl &gt; dt::after{top:10px;}
    #ServicePage .faq dl&gt;dd{font-size:14px;line-height:20px;padding:0 15px 0 40px;font-size:13px;}
    #ServicePage .faq dl.active&gt;dd{padding:10px 15px 10px 40px;}
}


#map{height:550px;position:relative;z-index:1;margin:0;width:55%;border-radius:50px;overflow:hidden;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #map{height:360px;width:100%;}
}
@media (min-width:768px) and (max-width:991px) {
    #map{height:360px;width:100%;}
}
@media (min-width:1px) and (max-width:767px) {
    #map{height:300px;width:100%;border-radius:0;}
}

/*联系我们*/
#contPage{}
#contacts{background:#cf2f77 url(/Template/Default/images/bg1.png) no-repeat 10% center/30%;border-radius:50px;overflow:hidden;display:flex;justify-content:space-around;flex-wrap:wrap;}
#contacts .list{padding:40px 60px 40px 80px;width:45%;}
#contacts .list h2{font-size:25px;line-height:1.5;color:#FFF;margin-bottom:50px;}
#contacts .list p{font-size:15px;line-height:24px;color:#fff;margin-bottom:30px;}
#contacts .list p&gt;i{font-size:20px;vertical-align:top;margin-right:10px;}
#contacts .list p&gt;span{/*font-family:'Lucida Calligraphy',Arial, Helvetica, sans-serif;*/display:inline-block;vertical-align:middle;margin-right:5px;}
#contacts .list p&gt;a{display:inline-block;vertical-align:middle;color:#FFF;font-size:15px;line-height:24px;}
#contacts .list p&gt;a:hover{text-decoration:underline;}
#contacts .contshare&gt;a{display:inline-block;color:#fff;margin-right:30px;}
#contacts .contshare&gt;a&gt;i{font-size:24px;line-height:30px;}
@media (min-width:992px) and (max-width:1229px) {
    #contacts .list{padding:20px 20px 20px 20px;width:45%;}
    #contacts .list h2{font-size:20px;margin-bottom:20px;}
    #contacts .list p{margin-bottom:10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contacts .list{padding:40px;width:100%;}
    #contacts .list h2{font-size:20px;margin-bottom:20px;}
    #contacts .list p{margin-bottom:10px;font-size:14px;}
    #contacts .list p&gt;a{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contacts{border-radius:0;}
    #contacts .list{padding:20px;width:100%;}
    #contacts .list h2{font-size:18px;margin-bottom:15px;}
    #contacts .list p{margin-bottom:10px;font-size:13px;}
    #contacts .list p&gt;a{font-size:13px;}
}
#feedback .feedbackbox{}
#feedback:target{margin-top:-150px;padding-top:200px;}
#feedback .tit{margin-bottom:2.5vw;text-align:center;}
#feedback .tit h2{font-size:36px;line-height:1.5;margin-bottom:5px;text-transform:uppercase;}
#feedback .tit p{font-size:18px;line-height:1.5;color:#868686;}
#feedback .content{}
#feedback ul{display:flex;justify-content:space-between;flex-direction: row;flex-wrap:wrap;}
#feedback ul&gt;li{display:block;margin:0 0 20px;width:100%;position:relative;}
#feedback ul&gt;li.half{width:49%;}
#feedback ul&gt;li&gt;label{text-align:left;font-weight:normal;color:#6b6b6b;font-size:15px;line-height:30px;padding-right:10px;display:none;}
#feedback ul&gt;li&gt;label&gt;em{color:#f00;font-style:initial;width:16px;font-size:18px;float:left;}
#feedback ul&gt;li&gt;i.iconfont{height:30px;width:30px;line-height:30px;position:absolute;top:10px;right:10px;color:#f00;font-size:20px;text-align:center;}
#feedback ul&gt;li&gt;input{margin:0;padding:10px 50px 10px 15px;font-size:16px;width:100%;border:none;line-height:30px;background-color:#eee;border-radius:8px;}
#feedback ul&gt;li textarea{padding:5px 50px 5px 15px;resize:none;position:relative;background-color:#eee;margin:0;line-height:30px;font-size:16px;height:130px;border:none;width:100%;border-radius:8px;}
#feedback ul&gt;li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
#feedback ul&gt;li.btnli{background-color:transparent;margin-top:1.5vw;margin-bottom:0;text-align:center;}
#feedback ul&gt;li.btnli .btnlink{display:inline-block;line-height:30px;padding:10px 60px;background-color:#3d3d3d;text-align:center;font-size:18px;color:#fff;position:relative;border:1px solid #3d3d3d;margin:0;border-radius:50px;}
#feedback ul&gt;li.btnli .btnlink&gt;i{margin-left:15px;font-size:20px;line-height:30px;vertical-align:top;}
#feedback ul&gt;li.btnli .btnlink:hover{background-color:#cf2f77;color:#FFF;border:1px solid #cf2f77;}
@media (min-width:1230px) and (max-width:1409px) {
    #feedback .tit h2{font-size:30px;}
    #feedback ul&gt;li{}
}
@media (min-width:992px) and (max-width:1229px) {

    #feedback .feedbackbox{}
    #feedback ul &gt; li &gt; input{padding:5px 50px 5px 15px;}
    #feedback ul &gt; li textarea{height:90px;}
    #feedback ul &gt; li &gt; i.iconfont{top:5px;}

    #feedback{padding:20px 0;}
    #feedback .tit{width:100%;}
    #feedback .tit h2{font-size:30px;margin-bottom:15px;}
    #feedback .tit p{font-size:16px;line-height:20px;margin-bottom:15px;}
    #feedback #sharelist{margin-top:0;}
    #feedback .content{width:100%;}
    #feedback ul &gt; li.half{margin-bottom:20px;}
    #feedback ul&gt;li{padding:0}
    #feedback ul&gt;li&gt;label{font-size:16px;}
    #feedback ul &gt; li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {

    #feedback .feedbackbox{width:100%;padding-right:0;padding-bottom:20px;}

    #feedback{padding:20px 0;}
    #feedback .tit{width:100%;padding-right:0;}
    #feedback .tit h2{font-size:24px;line-height:36px;margin-bottom:15px;}
    #feedback .tit p{font-size:14px;line-height:20px;margin-bottom:15px;}
    #feedback #sharelist{margin-top:0;}
    #feedback .content{width:100%;}
    
    #feedback ul &gt; li.half{margin-bottom:20px;}
    #feedback ul&gt;li{}
    #feedback ul&gt;li&gt;label{font-size:16px;}
    #feedback ul &gt; li &gt; input{padding:5px 10px;}
    #feedback ul &gt; li textarea{padding:5px 10px;}
    #feedback ul &gt; li.btnli .btnlink{padding:3px 40px;font-size:16px;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback .feedbackbox{width:100%;padding-right:0;padding-bottom:20px;}

    #feedback{padding:15px 0;}
    #feedback .tit{width:100%;padding-right:0;}
    #feedback .tit h3{font-size:16px;margin-bottom:15px;}
    #feedback .tit h2{font-size:18px;line-height:24px;margin-bottom:15px;}
    #feedback .tit p{font-size:13px;line-height:20px;margin-bottom:15px;}
    #feedback .tit p a.email{font-size:18px;}
    #feedback #sharelist{margin-top:0;}
    #feedback .content{width:100%;}
    #feedback ul&gt;li{}
    #feedback ul&gt;li.half{width:100%;margin-bottom:10px;}
    #feedback ul&gt;li&gt;label{font-size:16px;}
    #feedback ul &gt; li &gt; input{padding:5px 10px;}
    #feedback ul &gt; li textarea{padding:5px 10px;}
    #feedback ul&gt;li.textarea label{width:100%;}
    #feedback ul&gt;li textarea{width:100%;height:80px;}
    
    #feedback ul&gt;li{padding:0;}
    #feedback ul&gt;li&gt;label{font-size:16px;}
    #feedback ul &gt; li.btnli .btnlink{padding:3px 40px;font-size:16px;line-height:32px;}
}

#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:0 0;border-radius:0;border-bottom:1px solid #636363;}
#pro_feed_show .form-group.half{width:45%;margin:0 0 15px;float:left;}
#pro_feed_show .form-group.half:nth-child(2n){float:right;}
#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:40px;}
#pro_feed_show .form-group.btngroup{border:none;background-color:transparent;margin-top:25px;padding-left:0;}
#pro_feed_show .form-group.btngroup .feed_right{width:100%;}
#pro_feed_show #btn_send{display:block;margin:0 auto;text-align:center;padding:0;background-color:#cf2f77;border:1px solid #cf2f77;color:#fff;font-size:16px;line-height:24px;padding:10px 70px;position:relative;border-radius:5px;cursor:pointer;}
#pro_feed_show #btn_send:hover{color:#fff;}
@media (min-width:1230px) and (max-width:1409px) {
    
}
@media (min-width:992px) and (max-width:1229px) {
    #pro_feed_show{}
}
@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{overflow:initial;}
#ProCate{padding-bottom:25px;position:relative;z-index:2;border-bottom:1px solid #d1d1d1;margin-bottom:20px;}
#ProCate .tit{margin-bottom:10px;}
#ProCate .tit h2{font-size:30px;display:inline-block;line-height:40px;position:relative;color:#cf2f77;}
#ProCate .tit h2:before{content:"\e63d";font-family:iconfont;margin-right:10px;}
#ProCate .tit span{font-size:16px;line-height:30px;display:inline-block;margin-left:8px;color:#999;}
#ProCate .info{}
#ProCate .CateList dl{background-color:#cf2f77;display:none;margin:0;position:absolute;width:100%;max-height:180px;overflow-y:auto;z-index:1;border-top:1px solid #fff;border-bottom:1px solid #324256;transition:all 0s;}
#ProCate .CateList dl&gt;dd{}
#ProCate .CateList dl&gt;dd&gt;a{color:#fff;display:block;padding:10px;line-height:24px;font-size:15px;}
#ProCate .CateList dl&gt;dd:hover&gt;a{color:#cf2f77;background-color:#fff;}
#ProCate .CateList .select{display:inline-block;width:365px;position:relative;background-color:#cf2f77;float:left;}
#ProCate .CateList .select{margin-right:15px;}
#ProCate .CateList .select&gt;span{display:block;padding:10px;cursor:pointer;color:#fff;line-height:24px;font-size:15px;}
#ProCate .CateList .select&gt;span:before{content:"\e9e2";position:absolute;font-family:iconfont;right:10px;font-size:10px;}
#ProSearch{margin-bottom:15px;}
#ProSearch #sform2{overflow:hidden;}
#ProSearch #stext2{float:left;width:calc(100% - 210px);height:40px;background-color:transparent;border:2px solid #efefef;padding:5px;}
#ProSearch #sbut2{padding:0;width:200px;height:40px;float:right;background-color:#cf2f77;cursor:pointer;border:none;color:#fff;font-size:16px;line-height:40px;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #ProCate .left{width:100%;float:none;}
    #ProCate .right{width:100%;float:none;margin-top:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProSearch #stext2{width:calc(100% - 100px);}
    #ProSearch #sbut2{width:100px;}

    #ProCate .tit{margin-bottom:0;width:100%;margin-bottom:10px;}
    #ProCate .tit h2{font-size:20px;line-height:30px;}
    #ProCate .tit span{display:block;margin-left:0;margin-top:5px;font-size:13px;line-height:20px;}
    #ProCate .info{width:100%;}
    

    #ProCate .left{width:100%;float:none;overflow:hidden;}
    #ProCate .right{width:100%;float:none;margin-top:15px;}
    #ProCate .CateList .select{margin-bottom:10px;width:100%;position:relative;z-index:10;}
    #ProCate .CateList .select:nth-child(2){z-index:9;}
    #ProCate .CateList .select:nth-child(3){z-index:8;}
    #ProCate .CateList .select:nth-child(4){z-index:7;}
    #ProCate .CateList .select:not(:last-child){margin-right:0;}

    #ProCate .CateList dl&gt;dd&gt;a{font-size:14px;padding:5px 10px;}
}

#ProPage .intro{margin-bottom:24px;border-bottom:1.5px solid #cf2f77;padding-bottom:10px;}
#ProPage .intro h2{font-size:26px;color:#cf2f77;line-height:30px;position:relative;margin-bottom:0.5vw;}
#ProPage .intro p{line-height:24px;color:#868686;}
#ProPage .CateProList{padding-top:30px;}
#ProPage .CateProList .cpImg{width:580px;}
#ProPage .CateProList .cpImg&gt;a{border:1px solid #d2d2d2;display:block;}
#ProPage .CateProList .cpImg img{width:100%;}
#ProPage .CateProList .cpTxt{flex:1;padding-left:45px;}
#ProPage .CateProList .cpTxt h3.proname{font-size:24px;line-height:30px;font-weight:bold;margin-bottom:5px;}
#ProPage .CateProList .cpTxt p.proremark{font-size:16px;line-height:30px;height:150px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
#ProPage .CateProList .list{justify-content:flex-start;}
#ProPage .CateProList .list .item{margin:0 45px 0 0;width:calc((100% - 90px) / 3);}
#ProPage .CateProList .list .item:nth-child(3n){margin-right:0;}
#ProPage .CateProList .list .item:nth-child(4){display:none;}
#ProPage .CateProList .list .item .img{border:1px solid #d2d2d2;}
#ProPage .CateProList .list .item h3{font-size:14px;line-height:24px;margin-top:3px;}
#ProPage .CateProList .list .item p{display:none;}
#ProPage .CateProList .list .item:hover .img{border:1px solid #cf2f77;}
#ProPage .CateProList .more{display:inline-block;margin-top:15px;font-size:14px;line-height:30px;position:relative;}
#ProPage .CateProList .more:before{content:"";position:absolute;bottom:0;left:0;width:70px;height:2px;background-color:#201a1a;}
#ProPage .CateProList .more:after{content:"";position:absolute;bottom:0;left:20px;width:30px;height:2px;background-color:#cf2f77;z-index:1;}

#ProPage .ProList{overflow:hidden;}
#ProPage .ProList .item{width:calc((100% - 45px)/4);float:left;}
#ProPage .ProList .item:not(:nth-child(4n)){margin-right:15px;}
#ProPage .ProList .item:not(:nth-last-child(-n+4)){margin-bottom:40px;}
#ProPage .ProList .item:nth-child(4n+1){clear:left;}
#ProPage .ProList .item .img{border:1px solid #dbdbdb;}
#ProPage .ProList .item img{width:100%;}
#ProPage .ProList .item .txt{margin-top:20px;}
#ProPage .ProList .item .txt h3{font-size:14px;text-align:center;line-height:20px;background-color:#e6cad1;border-radius:50px;text-transform:uppercase;padding:10px 5px;}
#ProPage .ProList .item .txt p{font-size:20px;color:#666;margin-bottom:20px;}
#ProPage .ProList .item .txt .info{overflow:hidden;margin-bottom:50px;}
#ProPage .ProList .item .txt .info p{display:block;width:50%;float:left;line-height:24px;font-size:16px;color:#666;}
#ProPage .ProList .item .txt .info p i{display:inline-block;width:80px;height:80px;line-height:80px;background-color:#cf2f77;color:#FFF;font-size:48px;text-align:center;border-radius:50%;margin-right:10px;float:left;}
#ProPage .ProList .item .txt .info p span{display:block;margin-top:20px;}
#ProPage .ProList .item .txt a.link{background-color:#cf2f77;color:#fff;font-size:16px;line-height:30px;padding:10px 30px;display:inline-block;}
#ProPage .ProList .item .txt a.link&gt;i{margin-left:6px;font-size:16px;line-height:30px;vertical-align:top;}
#ProPage .ProList .item .txt a.link:hover{box-shadow:0 0 10px #ccc;}
#ProPage .ProList .item:hover h3{color:#cf2f77;}
@media (min-width:1230px) and (max-width:1409px) {
    #ProPage .ProList .item .txt{padding:5px 15px;}
    #ProPage .ProList .item .txt h3{}
    #ProPage .ProList .item .txt p{}
    #ProPage .ProList .item .txt a.link{padding:5px 30px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage section .tit h2{font-size:20px;}
    #ProPage .CateProList .cpImg{width:360px;}
    #ProPage .CateProList .cpTxt{padding-left:30px;}
    #ProPage .CateProList .cpTxt p.proremark{font-size:14px;line-height:24px;height:72px;-webkit-line-clamp:3;}
    #ProPage .CateProList .list .item{margin:0 15px 0 0;width:calc((100% - 30px) / 3);}

    #ProPage .ProList .item{width:calc((100% - 30px)/3);}
    #ProPage .ProList .item:not(:nth-child(4n)){margin-right:0;}
    #ProPage .ProList .item:not(:nth-child(3n)){margin-right:15px;}
    #ProPage .ProList .item:not(:nth-last-child(-n+4)){margin-bottom:0;}
    #ProPage .ProList .item:not(:nth-last-child(-n+3)){margin-bottom:20px;}
    #ProPage .ProList .item:nth-child(4n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(3n+1){clear:left;}
    #ProPage .ProList .item img{}
    #ProPage .ProList .item .txt{padding:5px 15px;}
    #ProPage .ProList .item .txt h3{line-height:20px;}
    #ProPage .ProList .item .txt p{font-size:16px;}
    #ProPage .ProList .item .txt a.link{padding:5px 30px;}
    #ProPage .ProList .item .txt .info{margin-bottom:30px;}
    #ProPage .ProList .item .txt .info p{display:block;width:100%;}
    #ProPage .ProList .item .txt .info p i{width:60px;height:60px;line-height:60px;font-size:36px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .CateProList .cpImg{width:300px;}
    #ProPage .CateProList .cpTxt{padding-left:30px;}
    #ProPage .CateProList .cpTxt h3.proname{font-size:18px;}
    #ProPage .CateProList .cpTxt p.proremark{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;}
    #ProPage .CateProList .list .item{margin:0 20px 0 0;width:calc((100% - 40px) / 3);}
    #ProPage .CateProList .list .item h3{font-size:13px;line-height:20px;}
    
    #ProPage .ProList .item{width:calc((100% - 30px)/3);}
    #ProPage .ProList .item:not(:nth-child(4n)){margin-right:0;}
    #ProPage .ProList .item:not(:nth-child(3n)){margin-right:15px;}
    #ProPage .ProList .item:not(:nth-last-child(-n+4)){margin-bottom:0;}
    #ProPage .ProList .item:not(:nth-last-child(-n+3)){margin-bottom:20px;}
    #ProPage .ProList .item:nth-child(4n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(3n+1){clear:left;}
    #ProPage .ProList .item img{}
    #ProPage .ProList .item .txt{padding:5px 15px;}
    #ProPage .ProList .item .txt h3{font-size:14px;line-height:20px;}
    #ProPage .ProList .item .txt p{font-size:14px;}
    #ProPage .ProList .item .txt a.link{padding:5px 30px;}
    #ProPage .ProList .item .txt .info{margin-bottom:0px;}
    #ProPage .ProList .item .txt .info p{display:block;width:100%;}
    #ProPage .ProList .item .txt .info p i{width:40px;height:40px;line-height:40px;font-size:24px;}
    #ProPage .ProList .item .txt .info p span{margin-top:10px}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .intro h2{font-size:18px;line-height:24px;}
    #ProPage .intro p{font-size:13px;line-height:18px;}

    #ProPage section .tit h2{font-size:18px;line-height:30px;}
    #ProPage .CateProList .cpImg{display:none;}
    #ProPage .CateProList .cpTxt{padding-left:0;}
    #ProPage .CateProList .cpTxt h3.proname{font-size:16px;}
    #ProPage .CateProList .cpTxt p.proremark{font-size:13px;line-height:20px;height:auto;-webkit-line-clamp:initial;margin-bottom:10px;}
    #ProPage .CateProList .list .item{margin:0 15px 15px 0;width:calc((100% - 15px) / 2);}
    #ProPage .CateProList .list .item:nth-child(2n){margin-right:0;}
    #ProPage .CateProList .list .item:nth-child(4){display:block;}
    #ProPage .CateProList .list .item h3{font-size:12px;line-height:20px;}

    #ProPage .catetitle h2{font-size:20px;line-height:24px;}
    #ProPage .catetitle p{font-size:13px;line-height:18px;}
    
    #ProPage .ProList{}
    #ProPage .ProList .item{width:calc((100% - 15px)/2);}
    #ProPage .ProList .item:not(:nth-child(4n)){margin-right:0;}
    #ProPage .ProList .item:not(:nth-child(2n)){margin-right:15px;}
    #ProPage .ProList .item:not(:nth-last-child(-n+4)){margin-bottom:0;}
    #ProPage .ProList .item:not(:nth-last-child(-n+2)){margin-bottom:20px;}
    #ProPage .ProList .item:nth-child(4n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(2n+1){clear:left;}
    #ProPage .ProList .item .pic{width:100%;}
    #ProPage .ProList .item img{}
    #ProPage .ProList .item .txt{margin-top:10px;}
    #ProPage .ProList .item .txt h3{font-size:13px;line-height:20px;}
    #ProPage .ProList .item .txt p{font-size:13px;}
    #ProPage .ProList .item .txt a.link{padding:3px 30px;}
    #ProPage .ProList .item .txt .info{margin-bottom:0px;}
    #ProPage .ProList .item .txt .info p{display:block;width:100%;}
    #ProPage .ProList .item .txt .info p i{width:40px;height:40px;line-height:40px;font-size:24px;}
    #ProPage .ProList .item .txt .info p span{margin-top:10px}
}


/*产品详情*/
#ProDetailPage{padding-top:50px;overflow:initial;}
#ProDetailPage .title{margin-bottom:20px;position:relative;text-align:left;}
#ProDetailPage .title h2{font-size:16px;line-height:36px;}
#ProDetailPage .title h2&gt;svg{width:36px;height:36px;float:left;margin-right:15px;}
#ProDetailPage .title h2 a.back{float:right;color:#cf2f77;}
#ProDetailPage .title h2 a.back:hover{text-decoration:underline;}
#ProDetailPage .title h3{font-size:18px;line-height:30px;font-weight:normal;}
#ProDetailPage .panelbox{padding-top:0;}
#ProDetailPage .panelbox:not(:first-child){display:none;}
#slider{overflow:hidden;padding-bottom:2vw;}
#picView{width:45%;float:left;position:relative;}
#picView .gallery-top{margin:0;}
#picView .gallery-top .swiper-slide{text-align:center;overflow:hidden;border:2px solid #ebebeb;background-color:#fff;}
#picView .gallery-top .swiper-slide .boxer{}
#picView .imglist{background-color:#f9f9f9;padding:30px 10px;position:relative;}
#picView .gallery-thumbs{padding:10px;width:100%;}
#picView .gallery-thumbs img{}
#picView .gallery-thumbs .swiper-wrapper{}
#picView .gallery-thumbs .swiper-slide{overflow:hidden;text-align:center;border:1px solid #ddd;border-radius:0;margin:0;padding:1px;}
#picView .gallery-thumbs .swiper-slide a{display:block;position:relative;}
#picView .gallery-thumbs .swiper-slide-thumb-active{position:relative;border:1px solid #cf2f77;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide-thumb-active&gt;a{}
#picView .btnlist{}
#picView .swbtn{position:absolute; width:40px;height:40px;line-height:40px;text-align:center;z-index:1;top:calc(50% - 20px);border:2px solid #ddd;}
#picView .swbtn&gt;i{font-size:24px;font-weight:bold;line-height:40px;color:#ddd;}
#picView .swbtn:hover{background-color:#cf2f77;border-color:#cf2f77;}
#picView .swbtn:hover&gt;i{color:#fff;}
#picView .btn-next{right:0;}
#picView .btn-prev{left:0;}
#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:#cf2f77;}
#protitle{width:55%;float:right;padding:0 0 0 2vw;}
#protitle .title{}
#protitle h1{font-size:30px;line-height:1.5;position:relative;margin-top:0;margin-bottom:15px;text-transform:uppercase;}
#protitle h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:10px;color:#666;text-transform:uppercase;position:relative;}
#protitle p{}
#protitle .remark{font-size:14px;line-height:1.5;margin-top:1vw;color:#868686;}
#protitle .remark h5{font-size:18px;line-height:24px;margin-bottom:10px;font-weight:bold;}
#protitle .remark p{font-size:16px;line-height:30px;margin-bottom:10px;}
#protitle .remark p&gt;b{display:block;}

#protitle #sharelist&gt;a:hover{color:#cf2f77;}

#protitle .btnlist{overflow:hidden;margin-top:40px;}
#protitle .btnlist&gt;a.btnlink{display:inline-block;color:#cf2f77;margin-bottom:10px;line-height:24px;font-size:16px;padding:8px 20px;border:1px solid #cf2f77;position:relative;text-transform:uppercase;min-width:150px;text-align:center;}
#protitle .btnlist&gt;a:not(:last-child){margin-right:30px;}
#protitle .btnlist&gt;a&gt;i{margin-right:15px;float:left;font-size:20px;}
#protitle .btnlist&gt;a.btnlink:hover{color:#fff;}
#protitle .emaillist&gt;a{margin-right:20px;text-decoration:underline;display:inline-block;}
#protitle .prevlist{margin-top:40px;}
#protitle .prevlist&gt;a{display:block;margin-bottom:6px;}
#protitle .prevlist&gt;a:hover{color:#cf2f77;}
#protitle .prevlist&gt;a:hover&gt;b{color:#cf2f77;}

#slider .inquiryline{width:100%;height:5px;background-color:#cf2f77;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:48px;color:#fff;background-color:#cf2f77;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 #cf2f77;position:absolute;bottom:-2px;width:100%;}

#ProductDetail{overflow:hidden;padding-bottom:2vw;}
#ProductDetail .tit{margin-bottom:30px;overflow:hidden;border-bottom:1px solid #d7d7d7;}
#ProductDetail .tit a{border:1px solid #cf2f77;display:inline-block;background-color:#fff;float:left;margin-bottom:-1px;}
#ProductDetail .tit a h3{padding:5px 55px;font-size:18px;line-height:30px;color:#cf2f77;}
#ProductDetail .tit a.active{background-color:#cf2f77;}
#ProductDetail .tit a.active h3{color:#fff;}
#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;}

#RelatedProduct{padding-bottom:50px;}
#RelatedProduct .tit{text-align:center;overflow:hidden;margin-bottom:20px;border-bottom:1px solid #d7d7d7;}
#RelatedProduct .tit a{border-top:1px solid #cf2f77;display:inline-block;background-color:#cf2f77;float:left;border-right:1px solid #fff;}
#RelatedProduct .tit a h3{padding:5px 55px;font-size:18px;line-height:30px;color:#fff;}

#inquiry{padding-bottom:2vw;}
#inquiry .tit{text-align:center;margin-bottom:20px;overflow:hidden;border-bottom:1px solid #d7d7d7;}
#inquiry .tit a{border-top:1px solid #cf2f77;display:inline-block;background-color:#cf2f77;float:left;border-right:1px solid #fff;}
#inquiry .tit a h3{padding:5px 55px;font-size:18px;line-height:30px;color:#fff;}
#inquiry p {color:#5b5b5b;margin-bottom:20px;}
#inquiry p .email{font-weight:bold;color:#cf2f77;background:none;margin:0 3px;display:inline-block;}
#inquiry p .email:hover{color:#cf2f77;text-decoration:underline;}
@media (min-width:1230px) and (max-width:1409px) {
    #protitle h1{}
    #protitle .remark p{font-size:14px;line-height:20px;}
    #ProductDetail .tit a h3{padding:5px 40px;}
    #inquiry .tit a h3{padding:5px 40px;}
    
}
@media (min-width:992px) and (max-width:1229px) {
    #protitle{padding:0 0 0 20px;}
    #protitle h1{font-size:24px;line-height:30px;margin-bottom:15px;}
    #ProDetailPage .title{margin-bottom:0;}
    #ProDetailPage .title h3{font-size:16px;line-height:24px;}
    #protitle .remark p{font-size:14px;line-height:20px;}
    #ProductDetail .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}
    #inquiry .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}

    #picView{padding-right:0;}
    #picView .gallery-top{}
    #picView .gallery-top .swiper-slide .boxer{}
    #picView .gallery-thumbs{padding:0;}
    #picView .gallery-thumbs .swiper-slide{}
    #protitle h3{font-size:16px;}
    #protitle .remark{font-size:14px;line-height:24px;padding-bottom:20px}
    #protitle .remark h5{font-size:18px;}
    #protitle .btnlist{margin-top:0px;}
    #protitle .btnlist&gt;a{padding:5px 30px;}

    #inquiry .tit p{font-size:14px;width:100%;}
    
    #RelatedProduct #ProPage .ProList .item:nth-child(4){display:none;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProDetailPage{padding-top:25px;}
    #ProductDetail .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}
    #inquiry .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}

    #slider{padding-top:20px;padding-bottom:30px;}
    #picView{padding-right:0;width:56%;}
    #picView .gallery-top{}
    #picView .gallery-thumbs{padding:0;}
    #protitle{padding:0 0;width:42%;}
    #protitle h1{font-size:18px;line-height:24px;margin-bottom:15px;}
    #ProDetailPage .title h3{font-size:14px;padding:5px 0;margin-top:0;line-height:18px;}
    #protitle .remark{padding-top:0;padding-bottom:10px;}
    #protitle .remark h5{font-size:16px;margin-bottom:10px;}
    #protitle .remark p{font-size:13px;line-height:18px;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist&gt;a{font-size:13px;line-height:20px;margin-bottom:0;padding:10px 20px;}
    #protitle .btnlist&gt;a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    #protitle #sharelist&gt;a{width:36px;height:36px;}
    #protitle #sharelist&gt;a&gt;i{font-size:18px;width:34px;height:34px;line-height:34px;}
    
    #slider .inquiryline i{width:50px;height:50px;line-height:50px;top:-20px;font-size:30px;left:calc(50% - 25px);}
    
    #ProDetailPage .title a{}
    #ProDetailPage .title a h3{font-size:16px;padding:5px 30px;line-height:24px;}

    #protitle .btnlist&gt;a&gt;i{font-size:18px;line-height:24px;}


    #inquiry{padding-top:30px;}
    #inquiry .tit p{width:100%;font-size:13px;}
    

    #RelatedProduct #ProPage .ProList .item:nth-child(4){display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #picView .swbtn{background-color:#cf2f77;border-color:#cf2f77;}
    #picView .swbtn&gt;i{color:#fff;}
    #ProDetailPage{padding-top:20px;}
    #slider{padding-bottom:10px;}
    #picView{width:100%;padding:0;float:initial;border-right:0;}
    #picView .gallery-thumbs{padding:0;}
    #protitle{margin-top:30px;}
    #protitle p{font-size:12px;line-height:18px;}
    #protitle h1{font-size:18px;line-height:24px;margin-bottom:15px;}
    #ProDetailPage .title h3{font-size:14px;padding:8px 0;margin-top:0;line-height:18px;}
    #protitle .remark{margin-bottom:10px;padding-top:0;padding-bottom:15px;}
    #protitle .remark h5{font-size:16px;margin-bottom:10px;}
    #protitle .remark p{font-size:12px;line-height:18px;margin-bottom:5px;}
    
    #slider .inquiryline i{width:50px;height:50px;line-height:50px;top:-20px;font-size:30px;left:calc(50% - 25px);}
   
    #protitle .emaillist&gt;b{font-size:13px;}
    #protitle .emaillist&gt;a{font-size:13px;}
    #protitle .prevlist{ margin-top:10px;}
    #protitle .prevlist&gt;a{font-size:13px;line-height:18px;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist&gt;a.btnlink{ font-size:12px;line-height:18px;margin-bottom:10px;padding:5px 20px;}
    #protitle .btnlist&gt;a:not(:last-child){margin-right:2%;}
    #protitle .share{}
    #protitle #sharelist&gt;a{width:36px;height:36px;}
    #protitle #sharelist&gt;a&gt;i{font-size:18px;width:34px;height:34px;line-height:34px;}

    #protitle{width:100%;float:initial;margin-top:20px;padding-left:0;} 
    
    
    #ProductDetail .tit a h3{font-size:16px;padding:5px 20px;line-height:24px;}
    #inquiry .tit a h3{padding:5px 30px;font-size:16px;line-height:24px;}
    
    #inquiry{padding-top:15px;padding-bottom:15px;}
    #inquiry .tit h2{font-size:18px;margin-top:0;}
    #inquiry .tit p{font-size:12px;width:100%;}
    
    #RelatedProduct{padding-bottom:0;}
    #RelatedProduct .ProList .item:nth-child(3){display:none;}
}

#Columns{text-align:center;margin-bottom:2.5vw;}
#Columns a{display:inline-block;text-align:center;font-size:19px;line-height:30px;background-color:#fff;color:#8d8d8d;border:1px solid #dcdcdc;border-radius:50px;padding:9px 20px;width:160px;margin:0 1vw;}
#Columns a:hover,#Columns a.active{background-color:#cf2f77;color:#fff;border:1px solid #cf2f77;}

@media (min-width:768px) and (max-width:991px) {
    #Columns a{font-size:16px;padding:5px 20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #Columns{}
    #Columns a{font-size:15px;padding:5px 20px;width:100%;margin-bottom:10px;}
}

/*新闻*/
#NewsPage{}
#NewsList{overflow:hidden;}
#NewsList .item{width:calc((100% - 60px)/2);float:left;border-radius:25px;overflow:hidden;background-color:#f3f3f7;padding:25px;}
#NewsList .item:not(:nth-child(2n)){margin-right:60px;}
#NewsList .item:not(:nth-last-child(-n+2)){margin-bottom:50px;}
#NewsList .item:nth-child(2n+1){clear:left;}
#NewsList .item .img{border-radius:9px;height:200px;}
#NewsList .item .img img{width:100%;position:relative;top:50%;transform:translate(0,-50%);}
#NewsList .item .txt{padding-top:1vw;padding-bottom:0.5vw;}
#NewsList .item .date{overflow:hidden;margin-bottom:20px;}
#NewsList .item .date span{float:left;font-size:14px;line-height:28px;}
#NewsList .item .date span.click{position:relative;margin-right:30px;padding-right:30px;}
#NewsList .item .date span&gt;i{display:inline-block;vertical-align:top;font-size:16px;line-height:28px;margin-right:5px;}
#NewsList .item .date span.click:before{content:"";width:1px;height:14px;background-color:#3d3d3d;position:absolute;top:7px;right:0;}
#NewsList .item .date span.day{text-align:right;}
#NewsList .item .txt h3{color:#000;margin-bottom:15px;font-size:18px;line-height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#NewsList .item .txt p{color:#555;font-size:14px;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:2vw;}
#NewsList .item:hover .txt h3{color:#cf2f77;}
#NewsList .item .morelink{transition:background-color 0.3s ease;}
#NewsList .item .morelink:hover{background-color:#fff;color:#cf2f77;}

@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .item{width:100%;margin-bottom:15px;padding:15px;}
    #NewsList .item:not(:nth-last-child(-n+2)){margin-bottom:15px;}
    #NewsList .item .img{width:30%;float:left;height:auto;}
    #NewsList .item .img img{transform:initial;}
    #NewsList .item .txt{float:right;width:70%;padding-left:20px;padding-top:0;padding-bottom:0;}
    #NewsList .item .txt h3{font-size:16px;line-height:24px;height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;}
    #NewsList .item .txt p{font-size:13px;line-height:20px;height:40px;}
    #NewsList .item .date{margin-bottom:0;}
    #NewsList .item .date span{width:auto;}
    #NewsList .item .date span.click{margin-right:20px;padding-right:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList .item{width:100%;margin-bottom:15px;padding:15px;}
    #NewsList .item:not(:nth-last-child(-n+2)){margin-bottom:15px;}
    #NewsList .item .img{width:30%;float:left;display:none;}
    #NewsList .item .txt{float:right;width:100%;padding-left:0;padding-top:0;padding-bottom:0;}
    #NewsList .item .txt h3{font-size:16px;line-height:24px;height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;}
    #NewsList .item .txt p{font-size:13px;line-height:20px;height:40px;}
    #NewsList .item .date{margin-bottom:0;}
    #NewsList .item .date span{width:auto;}
    #NewsList .item .date span.click{margin-right:20px;padding-right:20px;}
}


#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:#cf2f77;border:1px solid #cf2f77;}
#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:#cf2f77;border:1px solid #cf2f77;}
#NewsPage .btnList{margin-top:30px;padding-top:20px;border-top:1px solid #cdcdcd;}

#NewsPage .btnList&gt;.link{font-size:16px;line-height:24px;display:block;}
#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 #cf2f77;color:#cf2f77;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (max-width:767px){
    #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&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:25px;padding-bottom:25px;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{line-height:40px;}
#sharelist .bdshare-button-style0-32&gt;a{background-image:none;text-indent:0;width:32px;height:32px;color:#fff;position:relative;text-align:center;line-height:32px;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:40px;height:40px;position:relative;text-align:center;margin:0 0 0 10px;display:inline-block;border-radius:5px;}
#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:40px;height:40px;line-height:40px;text-align:center;font-size:24px;}
/*#sharelist a&gt;i.pinterest-p{background-color:#ca1c23;}
#sharelist a&gt;i.google-plus{background-color:#dc4e41;}
#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;margin-top:3vw}
#RelatedNews .title{}
#RelatedNews .relate_list{}
#RelatedNews .relate_list .item{margin-bottom:12px;float:left;width:50%;padding-right:50px;}
#RelatedNews .relate_list .item .txt h3{font-size:14px;line-height:20px;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:#cf2f77;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e9e1";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:1230px) and (max-width:1409px) {
}
@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%;float:initial;}
    
    #sharelist{padding-top:15px;padding-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
    #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:center;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:#cf2f77;border-radius:0;color:#cf2f77;font-size:14px;}
ul.pagination li.active span{background-color:#cf2f77;border-color:#cf2f77;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:#cf2f77;color:#fff;}

#CasesList{overflow:hidden;}
#CasesList .item{float:left;width:calc((100% - 60px)/4);margin-right:20px;margin-bottom:20px;background-color:#fff;border-radius:10px;overflow:hidden;}
#CasesList .item:nth-child(4n){margin-right:0;}
#CasesList .item .txt{text-align:center;padding:12px;}
#CasesList .item .txt h3{font-size:13px;line-height:24px;color:#666;}
#CasesList .item:hover{background-color:#cf2f77;}
#CasesList .item:hover .txt h3{color:#fff;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #videolist h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #CasesList .item{width:calc((100% - 30px)/3);margin-right:15px;margin-bottom:15px;}
    #CasesList .item:nth-child(4n){margin-right:15px;}
    #CasesList .item:nth-child(3n){margin-right:0;}
    #CasesList .item .txt{padding:6px;}
    #CasesList .item .txt h3{line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #CasesList .item{width:calc((100% - 15px)/2);margin-right:15px;margin-bottom:15px;}
    #CasesList .item:nth-child(2n){margin-right:0;}
    #CasesList .item .txt{padding:6px;}
    #CasesList .item .txt h3{line-height:1.5;}
}



#VideoPage{}
#VideoPage .container{}
#videolist{overflow:hidden;}
#videolist .item{margin-bottom:20px;float:left;width:33.33%;padding:0 10px;}
#videolist .item:nth-child(3n+1){clear:left;}
#videolist .img{border:1px solid #ddd;overflow:hidden;}
#videolist .img&gt;a{display:block;position:relative;}
#videolist .img&gt;a .play{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.3);text-align:center;}
#videolist .img&gt;a .play&gt;i{font-size:64px;color:#fff;position:relative;top:50%;transform:translateY(-50%);display:block;}
#videolist .img img{width:100%;}
#videolist .txt{padding:10px 30px;background-color:#f6f6f6;} 
#videolist h3{text-align:center;font-size:16px;line-height:20px;height:40px;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
video{width:100%;}
.vcontent{text-align:center;}
@media (min-width:1230px) and (max-width:1409px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #videolist h3{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #videolist .item{margin-bottom:20px;width:33.33%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(3n+1){clear:left;}
    #videolist h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #VideoPage .container{padding-top:0;padding-bottom:20px;}
    #videolist{margin:0 -10px;}
    #videolist .item{margin-bottom:10px;width:50%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(2n+1){clear:left;}
    #videolist .txt{padding:5px 10px;}
    #videolist h3{font-size:13px;line-height:18px;}
    #videolist .img&gt;a .play&gt;i{font-size:36px;}
}


#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:#cf2f77;font-size:24px;vertical-align:top;margin-right:15px;}
#downtable dd i.icon-down{font-size:16px;vertical-align:top;margin-left:20px;color:#cf2f77;}
@media (min-width:1230px) and (max-width:1629px) {
    #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: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;}
}

/*感谢页面*/
#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 #cf2f77;color:#ffffff;background-color:#cf2f77;}
.btnthank:hover{background-color:#ffffff;color:#cf2f77;}
@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{float:left;	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;}
#sitemapnav .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
#sitemapnav .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; 	width:100%;  height:2px; border-bottom:solid 1px #d2d2d2; margin-top:8px;margin-bottom:8px;}
.probigclass {padding-left:50px;}
#sitemapnav .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
#sitemapnav .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;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 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
#sitemapnav .PROclass_03 a:hover{ text-decoration:underline;}
#sitemapnav .PROclass_04 {float:left;width:100%; padding-left:15%;}
@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{margin:0 -8px 0;overflow:hidden;}
#GalleryList .item{width:25%;padding:0 8px;float:left;margin-bottom:20px;}
#GalleryList .item:nth-child(4n+1){clear:left;}
#GalleryList .item .img{border:1px solid #eee;}
#GalleryList .item .img img{width:100%;}
#GalleryList .item h3{margin:10px 0;text-align:center;font-size:18px;font-weight:normal;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #GalleryList .item{width:25%;padding:0 5px;}
    #GalleryList .item:nth-child(6n+1){clear:initial;}
    #GalleryList .item:nth-child(4n+1){clear:left;}
}
@media screen and (min-width:768px ) and (max-width:991px){
    #GalleryList{margin:20px -5px 0;overflow:hidden;}
    #GalleryList .item{width:33.33%;padding:0 5px;}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(3n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:16px;}
}
@media (max-width:767px) {
    #GalleryList{margin:15px -5px 0;}
    #GalleryList .item{width:50%;padding:0 5px}
    #GalleryList .item:nth-child(4n+1){clear:initial;}
    #GalleryList .item:nth-child(2n+1){clear:left;}
    #GalleryList .item figcaption{padding:15px;}
    #GalleryList .item h3{margin:0;text-align:center;font-size:14px;}
}


/*手机底部导航*/
#mobMenu{height:50px;border:1px solid #ddd;background-color:#fff;}
#mobMenu .foot_nav{width:25%;float:left;text-align:center;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%;}
.loading{color:#fff;text-align:center;}


/*按钮样式*/
.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 #fff;
  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 #fff 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 #cf2f77;
  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 #cf2f77 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%;
}

.video_icon{position:absolute;top:50%;left:50%;transform: translate(-50%, -50%);width:80px;height:80px;line-height:80px;text-align:center;}
.video_icon i.iconfont{display:block;font-size:40px;width:80px;height:80px;line-height:80px;background-color:#e54f08;border-radius:50%;color:#fff;}
.video_icon .play,
.video_icon .play:before,
.video_icon .play:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    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 30px 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 30px rgba(10, 165, 205, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
    }
}



#float{position:fixed;right:20px;top:50%;margin-top:-60px;z-index:55;}
#float .ico{display:block;width:60px;height:60px;text-align:center;background:#cf2f77;position:relative;cursor:pointer;margin-bottom:5px;box-shadow:0 0 10px #666;border-radius: 5px;}
#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;}
@media (min-width:1px) and (max-width:991px){
    #float .ico{width:40px;height:40px;}
    #float .ico&gt;i{font-size:24px; line-height: 40px;}
    #float .ico&gt;.img{right:60px;}
}






#Menu ul&gt;li#search&gt;a:last-child{display:none;}
</pre></body></html>