﻿@charset "utf-8";
/*@import url('../fonts/iconfont/iconfont.css');*/
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face {
  font-family: 'iconfont';  /* Project id 3129340 */
  src: url('//at.alicdn.com/t/font_3129340_ysmfsyajzm.woff2?t=1641975278438') format('woff2'),
       url('//at.alicdn.com/t/font_3129340_ysmfsyajzm.woff?t=1641975278438') format('woff'),
       url('//at.alicdn.com/t/font_3129340_ysmfsyajzm.ttf?t=1641975278438') format('truetype');
}
@font-face {
  font-family: 'gilroy-regular';
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/gilroy-regular.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/gilroy-regular.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/gilroy-regular.woff') format('woff2'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/gilroy-regular.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/gilroy-regular.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/gilroy-regular.svg#gesans') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy-Bold';
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/Gilroy-Bold.woff.eot');
  src: url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/Gilroy-Bold.woff.eot?#iefix') format('embedded-opentype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/Gilroy-Bold.woff.woff') format('woff2'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/Gilroy-Bold.woff.woff') format('woff'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/Gilroy-Bold.woff.ttf') format('truetype'),
  url('https://yizhantongimage.oss-accelerate.aliyuncs.com/fonts/Gilroy-Bold/Gilroy-Bold.woff.svg#gesans') format('svg');
  font-display: swap;
}
/*****  font-display: swap;  字体延迟加载*****/

/**********样式重置**********/
html{direction:rtl;unicode-bidi:bidi-override;}
html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
}
html{color:#000;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;transition:all .3s;box-sizing:border-box;}
a{outline:none;color:#222;text-decoration:none;}
a:hover{color:#ea130e;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;}
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #999;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #999;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #999;
}
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #999;
}
b,body,dd,div,form,h5,h6,html,img,input,textarea,li,p,pre,td,ul{margin:0 auto;padding:0;font-family:gilroy-regular,Arial,Verdana, Tahoma, Geneva,sans-serif;color:#000;line-height:1.5;font-size:14px;}
h1,h2,h3,h4,dt{font-family:Gilroy-Bold, 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:1310px;padding:0 15px;}
@media screen and (min-width:1px ) and (max-width:1309px) {
    .container{width:100%;}
}
@media screen and (min-width:1px ) and (max-width:767px){
    .hidden-xs{display:none;}
}
/**********样式重置**********/


/*搜索框*/
#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>i{display:inline-block;font-size:80px;color:rgb(255, 255, 255);}
@media (min-width:1230px) and (max-width:1309px) {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:48px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #SearchBox #sform{width:100%;}
    #SearchBox #sform #stext{font-size:36px;width:calc(100% - 100px);height:100px;line-height:100px;}
    #SearchBox #sform #sbut{width:100px;height:100px;line-height:100px;}
    #SearchBox #sform #sbut>i{font-size:60px;}
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px){
}

header{position:relative;transition:all .3s;}
header.fixhead{position:fixed;top:0;width:100%;z-index:10;}
header.fixhead #logo{height:0;padding:0;overflow:hidden;}
header.fixhead #Menu{padding-top:0;padding-bottom:0;}
header.fixhead #Menu ul.menunav>li.logo>a{padding-top:5px;padding-bottom:5px;}
header.fixhead #Menu ul.menunav>li.logo img{height:36px;}
header.fixhead #Menu ul.menunav>li>a{}
header.fixhead #Menu ul.menunav>li.lang>a{}


#logo{background-color:#fff;padding-top:8px;padding-bottom:8px;}
#logo .container{width:100%;padding-left:50px;padding-right:30px;}
#logo .logo{float:left;padding-top:22px;padding-bottom:22px;}
#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>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>i{color:#fff;}
#logo #sharelist a:hover{background-color:#ea130e;}
#logo .TopImgList{float:right;padding:12px 0;}
#logo .TopImgList .item{text-align:center;margin-left:25px;}
#logo .TopImgList .item p{color:#828282;line-height:20px;}
#logo .TopImgList picture{width:40px;height:60px;display:block;margin:0 auto;}
#logo .TopImgList .item:hover p{color:#ea130e;}
#logo .TopImgList .item:hover picture{background-position:0 -60px;}

#Menu{background-color:#9b9c9c;}
#Menu ul.menunav{transition:all .3s;padding-left:30px;}
#Menu ul.menunav>li{display:inline-block;margin:0;}
#Menu ul.menunav>li.logo{display:none;}
#Menu ul.menunav>li.logo>a{padding:0;}
#Menu ul.menunav>li.logo img{}
#Menu ul.menunav>li.lang{float:left;padding:9px 0;}
#Menu ul.menunav>li.lang>a{padding:0 10px;border:1px solid #FFF;border-radius:50px;font-size:14px;text-transform:inherit;position:relative;}
#Menu ul.menunav>li.lang>a:before{content:"\e9e2";font-family:iconfont;font-size:13px;color:#c4c4c4;margin-left:5px;float:right;line-height:30px;}
#Menu ul.menunav>li.lang i{font-size:16px;float:left;margin-right:5px;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:18px;line-height:30px;text-transform:uppercase;padding:10px 35px;color:#fff;font-weight:bold;}
#Menu ul.menunav>li:nth-child(2)>a{padding-left:50px;}
#Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a:hover{background-color:#eee;color:#ea130e;}
#Menu ul.menunav>li.dropdown>a::after{}
#Menu ul.menunav>li.lang ul.dropdown-menu{text-align:right;right:0;}
#Menu ul.menunav>li:not(:last-child){}
#Menu ul.menunav>li:nth-child(2){border-left:none;}
#Menu ul.menunav>li.active{}
#Menu ul>li#search{float:right;position:relative;padding:8px 0 8px 20px;display:none;}
#Menu ul>li#search:before{content:"";width:2px;height:24px;background-color:#fff;position:absolute;left:-1px;top:17px;z-index:1;}
#Menu ul>li#search>a{font-size:24px;padding:8px 0 8px 20px;}
#sform{display:block;background-color:#fff;width:160px;border-bottom:1px solid #1b1b1b;margin:0;overflow:hidden;}
#stext{width:calc(100% - 30px);background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;float:right;}
#sbut{width:30px;height:30px;line-height:30px;background-color:#fff;border:none;cursor:pointer;}
#sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
#Menu ul>li.dropdown>a>i{display:inline-block;transition:all .2s;vertical-align:top;margin-left:3px;}
#Menu ul>li.dropdown:hover>a>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>li{position:relative;}
#Menu ul>li.abdrop ul.dropdown-menu{padding-right:30%;}
#Menu ul>li ul.dropdown-menu{position:absolute;top:100%;background-color:#9b9c9c;display:none;z-index:2;min-width:100%;}
#Menu ul>li ul.dropdown-menu>li{display:block;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; font-size:14px; padding:6px 20px;display:block;color:#fff;border-bottom:1px solid #fff;white-space: nowrap;}
#Menu ul>li ul.dropdown-menu.droplang{}
#Menu ul>li ul.dropdown-menu.droplang>li>a{text-transform:none;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;display:none;}
#Menu ul>li ul.dropdown-menu>li>a:hover{color:#ea130e;}
#Menu ul>li:hover ul.dropdown-menu{display:block;}
#Menu ul>li.lang:hover ul.dropdown-menu{display:block;right:0;top:calc(100% - 8px);}

#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: 20px; float: right; margin-top: 30px; cursor: pointer; position: relative; display: none;}
header #menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#ea130e; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_med{ position:absolute; top:15px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#ea130e; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn>.menu_btn_bot{ position:absolute; top:25px; left:50%; width:28px; height:3px; border-radius:1.5px; background-color:#ea130e; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
header #menu_btn.show>.menu_btn_top{ top:50%; background:#ea130e; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_med{ top:50%; background:#ea130e; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
header #menu_btn.show>.menu_btn_bot{ top:50%; background:#ea130e; -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:1309px){
    #logo .container{padding-left:15px;padding-right:15px;}
    #logo .logo span{font-size:26px;}

    #Menu{}
    #Menu ul.menunav>li.logo>a{}
    #Menu ul.menunav>li>a{}
    #Menu ul.menunav>li.lang>a{}
    #Menu ul>li#search{}
}
@media (min-width:992px) and (max-width:1229px) {
    #logo .container{padding-left:15px;padding-right:15px;}
    #logo .logo{padding-top:27px;padding-bottom:27px;}
    #logo .logo img{height:50px;}

    #Menu {}
    #Menu ul.menunav>li.logo{padding-right:80px;}
    #Menu ul.menunav > li:nth-child(2) > a{padding-left:20px;}
    #Menu ul.menunav>li.logo>a{}
    #Menu ul.menunav>li.logo img{}
    #Menu ul.menunav>li{}
    #Menu ul.menunav>li>a{padding: 10px 20px;font-size:16px;}
    #Menu ul.menunav>li.lang>a{}
    #Menu ul.menunav>li.lang>a:not(:first-child)::before {margin-right:8px;}
    #Menu ul.menunav>li.lang i{font-size:17px;}
    #Menu ul>li#search{}
    #Menu ul>li#search>a{font-size:20px;padding:5px 10px;}

    #Menu ul>li.logo{}
    #Menu ul>li.logo img{}
    #Menu ul>li ul.dropdown-menu>li{padding-top:0;}
    #Menu ul>li ul.dropdown-menu>li>a{padding:6px 10px;}
}
@media (min-width:768px) and (max-width:991px){
    #logo .container{padding-left:15px;padding-right:15px;}
    #logo .logo{padding-top:0;padding-bottom:0;}
    #logo .logo img{height:50px;}
    #logo .TopImgList{display:none;}
    header #menu_btn{ display: block;margin-top:5px;}
    
    #Menu ul.menunav > li.logo > a{padding:10px;background-color:#FFF!important;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{border-bottom:none;}
    #Menu ul > li#search{padding:5px 15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #top{display:none;}
    #Menu{}
    #logo{display:block;padding:10px 0;width:100%;float:none;background-color:#fff;}
    #logo img{height:40px;}
    #logo .email{display:none;}
    #logo .logo{float:left;display:block;}
    #logo #sharelist{display:none;}
    header #menu_btn{ display: block;margin-top:5px;}
    
    #Menu ul.menunav > li.logo{background-color:#fff;}
    #Menu ul.menunav > li.logo > a{padding:5px 15px;}
    #Menu ul.menunav > li.logo img{width:100%;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{border-bottom:none;}
    #Menu ul > li#search{padding:5px 15px;}
}
@media (min-width:1px) and (max-width:991px) {
    #logo .container{padding-left:15px;padding-right:15px;}
    #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 > li:nth-child(2) > a{padding-left:0;}

    #Menu #top{display:none;}
    #Menu ul.menunav>li:nth-child(2){padding-left:15px;}
    #Menu ul.menunav>li:nth-child(2)::before {display:none;}
    #Menu ul.menunav>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: #ea130e; 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>li.logo{display:block;margin-top:0;padding:0;}
    #Menu ul.menunav>li.logo img{width:100%;}
    #Menu ul.menunav{display: block; padding: 0px 0 60px; text-align: left;overflow:hidden;}
    #Menu ul.menunav>li{width:100%; padding:8px 15px; }
    /*#Menu ul.menunav>li:nth-child(1){width:100%; padding:15px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;}*/
    /*#Menu ul.menunav>li:nth-child(1)>a{padding: 0;line-height:1;}
    #Menu ul.menunav>li:nth-child(1)>a>img{height:auto;}*/
    #Menu ul.menunav>li>a{font-size:14px;line-height:24px;padding:0px;font-weight:bold;background-color:transparent !important;color: #f5f5f5 !important;text-align:left;border-bottom:none;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{opacity:0;}
    #Menu ul>li>a,#Menu ul>li:hover>a,#Menu ul>li.active:hover>a{border:none;}
    #Menu ul>li.open>a,#Menu ul>li.open>a:focus,#Menu ul>li.open>a:hover,#Menu ul>li.active>a,#Menu ul>li:hover>a:hover{border-bottom:none;}
    #Menu ul>li ul.dropdown{position:relative;}
    #Menu ul>li ul.dropdown-menu{width:100%;position:relative;display:block;background-color:transparent!important;box-shadow:none;border:none;overflow:hidden;min-width: inherit; margin-top:0;padding-right:0;padding-left:10px;}
    #Menu ul>li ul.dropdown-menu>li{ width:100%;height:auto;line-height:24px;background:none;text-align:left;margin: 0px;}
    #Menu ul>li ul.dropdown-menu>li>a{ position:inherit;color:#fff; font-size:13px;line-height:18px;padding:3px 0;white-space:initial;border:none;background-color:transparent;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#ea130e;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}

    #Menu ul.menunav>li.lang{display:block;text-align:left;background-color:transparent;padding:8px 15px;}
    #Menu ul.menunav>li.lang ul{padding-left:0;top:0!important;}
    #Menu ul.menunav>li.lang>a{line-height:30px;padding:0;display:none;}
    #Menu ul.menunav>li.lang i{display:none;}
    #Menu ul.menunav>li.lang>a img{display:inline-block;margin-left:10px;vertical-align:middle;}
    #Menu ul.menunav>li.lang>a:not(:first-child)::before{display:none;}

    #Menu ul>li#search{display:none;background-color:transparent;}
    #Menu ul>li#search>a{display:none;}
    #Menu ul>li#search #SearchBox{position:relative;background:none;left:initial;right:initial;top:initial;bottom:initial;}
    #Menu ul>li#search #SearchBox .searchclose{display:none;}
    #Menu ul>li#search #SearchBox #sform{display:block;background-color:#fff;width:100%;border:1px solid #fff;margin:0;}
    #Menu ul>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>li#search #SearchBox #sbut{width:20%;height:30px;line-height:30px;background-color:#ea130e;}
    #Menu ul>li#search #SearchBox #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}

    #sform{display:block;position:relative;width:100%;border-bottom:none;}
    #Menu ul > li#search::before {display:none;}
}

#bframe{overflow:hidden;position:relative;}
#bframe img{max-width:100%;display:block;margin:0 auto;}
#bframe .txt{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:none;}
#bframe h2{font-size:56px;line-height:64px;color:#fff;text-align:center;font-weight:bold;color:#ea130e;font-style:italic;}
#bframe p{font-size:20px;line-height:30px;color:#fff;text-align:center;}
#ibframe{position:relative;}
#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:#ea130e;color:#fff;border-radius:50px;}
#ibframe .txt a:hover{color:#ea130e;}
#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:#ea130e;}
#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>i{font-size:30px;}
#ibframe .btnlist .swbtn.btn-prev{left:50px;}
#ibframe .btnlist .swbtn.btn-next{right:50px;}
@media (min-width:1230px) and (max-width:1309px){
    #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 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 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){
    #ibframe:before,#bframe:before{bottom:0;}
    #bframe{}
    #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 .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>i{font-size:20px;}
    #ibframe .btnlist .swbtn.btn-prev{left:20px;}
    #ibframe .btnlist .swbtn.btn-next{right:20px;}
}


.frame{padding-top:50px;padding-bottom:50px;overflow:hidden;}
.frame .title{margin-bottom:36px;}
.frame .title h2{font-size:38px;line-height:48px;position:relative;margin-top:0;margin-bottom:10px;text-align:center;font-weight:bold;}
.frame .title .line{width:600px;height:1px;background-color:#c4c4c4;position:relative;display:block;margin:0 auto;}
.frame .title .line:before{content:"";width:160px;height:5px;position:absolute;left:calc(50% - 80px);top:0px;z-index:1;background-color:#ea130e;}
.frame .title p{font-size:14px;line-height:20px;color:#666;text-align:center;margin-top:15px;width:80%}
.frame .title a.link{padding:0 40px;font-size:20px;line-height:30px;border:1px solid #ea130e;border-radius:50px;display:inline-block;margin-top:30px;text-transform:uppercase;background-color:#ea130e;color:#fff;}
.frame .title a.link:hover{color:#ea130e;}
@media screen and (min-width:1230px ) and (max-width:1309px) {
    .frame .title h2{font-size:24px;line-height:36px;}
    .frame .title{margin-bottom:25px;}
}
@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:24px;line-height:42px;}
    
    .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:22px;line-height:26px;}
    .frame .title h5{font-size:18px;}
    .frame .title p{font-size:14px;}
    .frame .title .line{width:80%;}
    .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:18px;line-height:24px;}
    .frame .title h5{font-size:16px;}
    .frame .title .line{width:80%;}
    .frame .title p{font-size:12px;width:100%;}
    .frame .title a.link{font-size:13px;line-height:20px;padding:0 20px;}
}


#frame1{}
#frame1 .title{margin-bottom:70px;}
#frame1 .abbg{background:#333 url(/Template/Default/images/abbg.jpg) no-repeat center center fixed;height:600px;}
#frame1 .left{width:50%;padding-top:25px;margin:0;float:left;}
#frame1 .left img{margin-bottom:30px;}
#frame1 .left p{line-height:2;margin-bottom:30px;}
#frame1 .left a.link{display:inline-block;padding:10px 35px;line-height:30px;font-size:16px;color:#fff;background-color:#ea130e;}
#frame1 .left a.link i{margin-left:15px;font-size:16px;line-height:30px;vertical-align:top;display:inline-block;}
#frame1 .left a.link:hover{box-shadow:0 0 10px #888;}
#frame1 .right{width:45%;float:right;background:rgba(255,255,255,0.5);padding:50px 50px 90px 50px;margin-top:-230px;box-shadow:0 0 20px #888;}
#frame1 .right .tit{margin-bottom:100px;}
#frame1 .right .tit h3{font-size:16px;color:#fff;margin-bottom:30px;padding-left:15px;padding-right:15px;}
#frame1 .right .tit h4{padding:15px;background-color:#f6f6f6;text-align:center;font-size:16px;line-height:28px;}
#frame1 .right .tit h4 i{color:#ea130e;margin-right:20px;display:inline-block;line-height:28px;}
#frame1 .right .numlist .item:not(:last-child){margin-bottom:30px;}
#frame1 .right .numlist .info{margin-bottom:10px;}
#frame1 .right .numlist .info h3{margin:0;font-size:16px;line-height:30px;}
#frame1 .right .numlist .info p{margin:0;font-size:16px;line-height:30px;}
#frame1 .right .numlist .info .num{color:#ea130e;}
#frame1 .right .numlist .item .bar{width:100%;height:5px;background-color:#f6f6f6;position:relative;}
#frame1 .right .numlist .item .bar>p{position:absolute;height:5px;width:0;left:0;top:0;background-color:#ea130e;}
@media screen and (min-width:1230px ) and (max-width:1309px){
    #frame1 .abbg{height:500px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame1 .abbg{height:400px;}
    #frame1 .left a.link{padding:5px 25px;line-height:24px;}
    #frame1 .left a.link i{line-height:24px;}

    #frame1 .right{padding:40px 30px 60px 30px;margin-top:-150px;}
    #frame1 .right .tit{margin-bottom:60px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .title{margin-bottom:50px;}
    #frame1 .abbg{height:300px;}
    #frame1 .left a.link{padding:5px 25px;line-height:24px;}
    #frame1 .left a.link i{line-height:24px;}
    #frame1 .left p{line-height:1.6;}

    #frame1 .right{padding:40px 30px 60px 30px;margin-top:-150px;}
    #frame1 .right .tit{margin-bottom:60px;}
    #frame1 .right .tit h3{padding:0;}
}
@media (max-width:767px){ 
    #frame1 .title{margin-bottom:30px;}
    #frame1 .abbg{display:none;}
    #frame1 .left{width:100%;padding-top:0;margin-bottom:20px;}
    #frame1 .left p{line-height:2;margin-bottom:30px;font-size:13px;}
    #frame1 .left a.link{padding:5px 25px;line-height:24px;}
    #frame1 .left a.link i{line-height:24px;}

    #frame1 .right{padding:15px 15px 30px;margin-top:0;width:100%;}
    #frame1 .right .tit{margin-bottom:30px;}
    #frame1 .right .tit h3{padding:0;color:#000;font-size:16px;}
    #frame1 .right .tit h4{font-size:14px;padding:8px;}
}

#frame2{background:url(/Template/Default/images/bg_1.jpg) no-repeat center bottom;}
#frame2 .list:after{content:"";display:table;clear:both;}
#frame2 .list .item{width:20%;float:left;}
#frame2 .list .item .pic{text-align:center;}
#frame2 .list .item:nth-child(2n){margin-top:130px;}
#frame2 .list .item .box{width:150px;height:150px;box-shadow:0 0 30px #ccc;padding-top:32px;border-radius:50%;margin-bottom:25px;}
#frame2 .list .item .icon{display:block;margin:0 auto;width:150px;height:86px;position:relative;text-align:center;line-height:86px;background-color:#fff;transition:all 0s;}
#frame2 .list .item .icon i{font-size:72px;color:#c9c9c9;transition:all 0s;}
#frame2 .list .item .icon:before{content:"";border-style:solid;border-width:43px 75px;border-color:transparent transparent #fff transparent;position:absolute;top:-86px;left:0;}
#frame2 .list .item .icon:after{content:"";border-style:solid;border-width:43px 75px;border-color:#fff transparent transparent transparent;position:absolute;top:86px;left:0;}
#frame2 .list .item h3{text-align:center;font-size:20px;margin-bottom:10px;}
#frame2 .list .item p{font-size:14px;color:#666;margin-bottom:6px;line-height:20px;height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
/*#frame2 .list .item p:before{content:"";margin-right:5px;display:inline-block;width:3px;height:3px;background-color:#ea130e;vertical-align:middle;}*/
#frame2 .list .item p i{margin-right:5px;display:inline-block;width:3px;height:3px;background-color:#ea130e;vertical-align:middle;}
#frame2 .list .item span{display:inline-block;width:32px;height:20px;background-color:#a6a6a6;color:#fff;text-align:center;line-height:20px;font-size:14px;}
#frame2 .list .item:hover .icon{background-color:#ea130e;}
#frame2 .list .item:hover .icon i{color:#FFF;}
#frame2 .list .item:hover .icon:before{border-color:transparent transparent #ea130e transparent;}
#frame2 .list .item:hover .icon:after{border-color:#ea130e transparent transparent transparent;}
#frame2 .list .item:hover span{background-color:#ea130e;}
@media screen and (min-width:1230px ) and (max-width:1309px){
    #frame2 .list .item h3{font-size:18px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2 .list .item h3{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2{display:none;}
}
@media (max-width:767px){
    #frame2{display:none;}
}


#frame3{background:#faf8f9 url(/Template/Default/images/bg_2.jpg) no-repeat center bottom;direction:ltr;}
#frame3 .item{text-align:center;max-width:260px;position:relative;}
#frame3 .item:not(:last-child){margin-bottom:30px;}
#frame3 .item .pic{margin-bottom:10px;}
#frame3 .item p{font-size:16px;color:#333;}
#frame3 .item p i{color:#ea130e;margin-right:6px;}
#frame3 .item:hover p{color:#ea130e;}
#frame3 .left{margin-left:0;}
#frame3 .left .item:before{content:"";width:80px;height:1px;position:absolute;left:100%;top:50%;background-color:#dcdcdc;}
#frame3 .left .item:after{content:"";height:1px;background-color:#dcdcdc;position:absolute;}
#frame3 .left .item:nth-child(1){margin-left:75px;}
#frame3 .left .item:nth-child(1):after{width:120px;left:129%;top:75%;transform:rotate(60deg);}
#frame3 .left .item:nth-child(2){margin-left:0;}
#frame3 .left .item:nth-child(2):after{width:80px;left:129%;top:69%;transform:rotate(45deg);}
#frame3 .left .item:nth-child(3){margin-left:75px;}
#frame3 .left .item:nth-child(3):after{width:80px;left:135%;top:34%;transform:rotate(-45deg);}
#frame3 .left .item:nth-child(4){margin-left:150px;}
#frame3 .left .item:nth-child(4):after{width:120px;left:126%;top:15%;transform:rotate(-60deg);}
#frame3 .right{margin-right:0;}
#frame3 .right .item:before{content:"";width:80px;height:1px;position:absolute;right:100%;top:50%;background-color:#dcdcdc;}
#frame3 .right .item:after{content:"";height:1px;background-color:#dcdcdc;position:absolute;}
#frame3 .right .item:nth-child(1){margin-right:75px;}
#frame3 .right .item:nth-child(1):after{width:120px;right:120%;top:72%;transform:rotate(120deg);}
#frame3 .right .item:nth-child(2){margin-right:0;}
#frame3 .right .item:nth-child(2):after{width:80px;right:126%;top:64%;transform:rotate(135deg);}
#frame3 .right .item:nth-child(3){margin-right:75px;}
#frame3 .right .item:nth-child(3):after{width:80px;right:141%;top:26%;transform:rotate(-135deg);}
#frame3 .right .item:nth-child(4){margin-right:150px;}
#frame3 .right .item:nth-child(4):after{width:120px;right:137%;top:15%;transform:rotate(-120deg);}
#frame3 .middle .ring{width:270px;height:270px;border-radius:50%;display:block;position:absolute;padding:50px;box-sizing:content-box;}
#frame3 .middle .ring i{position:absolute;width:270px;height:270px;display:block;animation:circleRoate 5s infinite linear;}
#frame3 .middle .ring i:before{content:"";width:10px;height:10px;display:block;background-color:#ff8400;border-radius:50%;top:-1px;left:-1px;position:absolute;}
#frame3 .middle .ring i:after{content:"";width:10px;height:10px;display:block;background-color:#ff8400;border-radius:50%;bottom:-1px;right:-1px;position:absolute;}
#frame3 .middle .ring1{border:1px solid #727070;left:-10px;top:-10px;z-index:-1;transform:rotate(-30deg);}
#frame3 .middle .ring2{border:1px solid #72defd;left:-30px;top:30px;z-index:-1;transform:rotate(-60deg);}
#frame3 .middle .ring3{border:1px solid #b5c2fc;left:-30px;top:50px;z-index:-1;transform:rotate(-90deg);}
#frame3 .middle .ring4{border:1px solid #91c52e;left:-10px;top:70px;z-index:-1;transform:rotate(-120deg);}
#frame3 .middle .ring5{border:1px solid #265f71;right:-10px;top:0px;z-index:-1;transform:rotate(-150deg);}
#frame3 .middle .ring6{border:1px solid #febb1a;right:-30px;top:30px;z-index:-1;transform:rotate(-180deg);}
#frame3 .middle .ring7{border:1px solid #cd0c0c;right:-30px;top:70px;z-index:-1;transform:rotate(-60deg);}
@keyframes circleRoate{  
    from{transform: rotate(0deg);}  
    to{transform: rotate(360deg);}  
}
@media screen and (min-width:1230px ) and (max-width:1309px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame3 .item{max-width:200px;}
    #frame3 .left{width:30%;}
    #frame3 .left .item:before{display:none;}
    #frame3 .left .item:after{display:none;}
    #frame3 .right{width:30%;}
    #frame3 .right .item:before{display:none;}
    #frame3 .right .item:after{display:none;}
    #frame3 .middle{width:40%;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .item{width:24%;margin:0!important;}
    #frame3 .item .pic img{height:100px;}
    #frame3 .item p{font-size:14px;}
    #frame3 .left{width:100%;flex-direction: row;margin-bottom:20px;}
    #frame3 .left .item:before{display:none;}
    #frame3 .left .item:after{display:none;}
    #frame3 .right{width:100%;flex-direction: row;}
    #frame3 .right .item:before{display:none;}
    #frame3 .right .item:after{display:none;}
    #frame3 .middle{display:none;}
}
@media (max-width:767px){
    #frame3 .item{width:48%;margin:0 0 15px!important;}
    #frame3 .item .pic img{height:100px;}
    #frame3 .item p{font-size:14px;}
    #frame3 .left{width:100%;flex-direction: row;}
    #frame3 .left .item:before{display:none;}
    #frame3 .left .item:after{display:none;}
    #frame3 .right{width:100%;flex-direction: row;}
    #frame3 .right .item:before{display:none;}
    #frame3 .right .item:after{display:none;}
    #frame3 .middle{display:none;}
}

#frame4{}
#frame4 .list{padding-left:50px;padding-right:50px;position:relative;}
#frame4 .gallery-top{}
#frame4 .gallery-top .swiper-wrapper{box-shadow:0 0 20px #eee;margin-bottom:30px;}
#frame4 .gallery-top .item{position:relative;border:1px solid #eee;border-bottom:3px solid #ea130e;}
#frame4 .gallery-top .item .img{height:550px;}
#frame4 .gallery-top .item img{width:100%;position:relative;top:50%;transform:translate(0,-50%);}
#frame4 .gallery-top .item .txt{position:absolute;top:0;right:0;padding:50px 60px;}
#frame4 .gallery-top .item .txt h4{color:#ea130e;font-size:36px;}
#frame4 .gallery-top .item .txt h3{font-size:16px;font-family:gilroy-regular,Arial, Helvetica, sans-serif;color:#666;}
#frame4 .gallery-top .item .link{position:absolute;bottom:-28px;right:100px;border:2px solid #ea130e;border-radius:50%;width:60px;height:60px;line-height:56px;color:#ea130e;background-color:#fff;text-align:center;}
#frame4 .gallery-top .item .link i{font-size:30px;}
#frame4 .gallery-thumbs{}
#frame4 .gallery-thumbs .swiper-slide{cursor:pointer;border:1px solid #eee;}
#frame4 .btnlist .swbtn{position:absolute;top:calc(50% - 120px);width:38px;height:120px;line-height:120px;text-align:center;background-color:#868686;z-index:2;}
#frame4 .btnlist .swbtn>i{display:block;font-size:24px;color:#fff;}
#frame4 .btnlist .swbtn:hover{background-color:#ea130e;}
#frame4 .btnlist .swbtn.btn-prev{left:0;}
#frame4 .btnlist .swbtn.btn-next{right:0;}
@media screen and (min-width:1230px ) and (max-width:1309px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame4 .gallery-top .item .img{height:450px;}
    #frame4 .gallery-top .item .txt{padding:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .gallery-top .item .img{height:320px;}
    #frame4 .gallery-top .item .txt{padding:20px;}
    #frame4 .gallery-top .item .txt h3{font-size:18px;}
}
@media (max-width:767px){
    #frame4 .list{padding:0 40px;}
    #frame4 .gallery-top .item .img{height:150px;}
    #frame4 .gallery-top .item .txt{padding:15px;}
    #frame4 .gallery-top .item .txt h3{font-size:14px;}
    #frame4 .gallery-top .item .link{width:30px;height:30px;line-height:26px;right:10px;bottom:-15px;}
    #frame4 .gallery-top .item .link i{font-size:20px;}

    #frame4 .btnlist .swbtn{width:30px;height:60px;line-height:60px;top:calc(50% - 40px);}
    
}


#frame5{background-color:#f2f2f2;}
#frame5 .item{position:relative;}
#frame5 .item .pic{width:66%;padding:50px;margin-right:0;
background:url(/Template/Default/images/news_ico_bg_1.png) no-repeat left top,
           url(/Template/Default/images/news_ico_bg.png) no-repeat right bottom;}
#frame5 .item .pic>a{height:400px;display:block;overflow:hidden;}
#frame5 .item .pic img{width:100%;position:relative;top:50%;transform:translate(0,-50%);}
#frame5 .item .txt{position:absolute;left:0;top:30px;width:50%;z-index:1;margin-bottom:30px;}
#frame5 .item .txt h3{font-size:30px;margin-bottom:15px;width:60%;}
#frame5 .item .txt .date{position:relative;background:url(/Template/Default/images/news_bg_2.png) no-repeat left center;text-align:right;height:50px;padding-top:30px;padding-right:150px;margin-bottom:20px;}
#frame5 .item .txt .date span{display:inline-block;font-size:13px;line-height:20px;color:#8b8b8b;margin-left:20px;}
#frame5 .item .txt .date i{color:#ea130e;margin-right:6px;display:inline-block;font-size:12px;}
#frame5 .item .txt p{color:#333;font-size:15px;line-height:24px;height:72px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
#frame5 .item .txt .content{background:#fff url(/Template/Default/images/news_bg.jpg) no-repeat bottom +50px right;padding:50px 10px 150px 50px;box-shadow:0 0 10px #aaa;}
#frame5 .btnlist .swbtn{display:inline-block;}
#frame5 .btnlist .swbtn>i{display:inline-block;font-size:30px;padding:0 5px;color:#9b9b9b;}
#frame5 .btnlist .swbtn.btn-prev{position:relative;}
#frame5 .btnlist .swbtn.btn-prev:before{content:"";width:2px;height:10px;background-color:#9b9b9b;position:absolute;left:100%;top:16px;}
#frame5 .btnlist .swbtn:hover i{color:#ea130e;}
@media screen and (min-width:1230px ) and (max-width:1309px){
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame5 .item .txt h3{font-size:20px;}
    #frame5 .item .txt .content{padding:30px 10px 100px 30px;}
    #frame5 .item .pic>a{height:350px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .item .txt{position:relative;width:100%;}
    #frame5 .item .txt h3{font-size:20px;}
    #frame5 .item .txt .content{padding:30px 10px 100px 30px;}
    #frame5 .item .pic{display:none;}
    #frame5 .item .pic>a{height:350px;}
}
@media (max-width:767px){
    #frame5 .item .txt{position:relative;width:100%;}
    #frame5 .item .txt h3{font-size:20px;}
    #frame5 .item .txt .content{padding:30px 10px 100px 30px;}
    #frame5 .item .pic{display:none;}
}


footer{background:#525b61;padding-top:50px;}
footer .container{}
footer .footlogo{text-align:center;padding:20px;}
footer .footColumn{display:flex;justify-content:space-between;flex-wrap:wrap;margin-bottom:30px;} 
footer .footColumn>div{margin:0}
footer .footColumn dl dt{position:relative;font-size:20px;line-height:40px;color:#fff;margin-bottom:20px;padding:10px 0;}
footer .list dd{padding-bottom:10px;color:#fff;font-size:16px;line-height:24px;position:relative;}
footer .list dd>a{color:#fff;display:inline-block;}
footer .list dd i{float:left;width:6px;height:6px;background-color:#9d9d9d;border-radius:50%;margin-top:9px;margin-right:8px;}
footer .list dd>a:hover{text-decoration:underline;}
footer .context h2{font-size:18px;line-height:30px;color:#fff;margin-bottom:30px;font-family:gilroy-regular,Arial,Verdana, Tahoma, Geneva,sans-serif;text-transform:uppercase;}
footer .context p{font-size:15px;line-height:24px;color:#fff;position:relative;padding-right:20px;margin-bottom:12px;}
footer .context p>i{position:absolute;width:20px;height:24px;right:0;display:inline-block;}
footer .context p>a{font-size:15px;line-height:24px;color:#fff;display:inline-block;}
footer .context p>i.icon_tel{color:#7396e8;}
footer .context p>i.icon_whatsapp{color:#b1edff;}
footer .context p>i.icon_wechat{color:#12b325;}
footer .context p>i.icon_fax{color:#eb8533;}
footer .context p>i.icon_email{color:#feeca4;}
footer .context p>i.icon_add{color:#eb3341;}

#fck1{margin:0;width:300px;}
#fck1 img{margin-bottom:40px;}
#fck1 h2{font-size:30px;color:#fff;margin-bottom:6px;}
#fck1 p{font-size:14px;line-height:18px;color:#fff;width:80%;margin:0 0 25px;}
#fck1 .subscribe{margin-right:0;}
#fck1 .subscribe input{width:100%;border-radius:4px;height:40px;padding:5px 5px 5px 10px;box-sizing:border-box;background-color:#fff;font-size:16px;margin-bottom:12px;}
#fck1 .subscribe input::-moz-placeholder,#fck1 dl textarea::-webkit-input-placeholder {color: #c2c2c2;/* Mozilla Firefox 19+ */}
#fck1 .subscribe input:-ms-input-placeholder,#fck1 dl textarea::-webkit-input-placeholder { color: #c2c2c2;/* Internet Explorer 10+ */}
#fck1 .subscribe #footSubmit{width:138px;background-color:#ea130e;color:#fff;text-align:center;height:40px;line-height:40px;display:inline-block;border-radius:4px;}
#fck1 .subscribe #footSubmit:hover{box-shadow:0 0 10px #999;}
#fck2{margin:0;width:350px;}
#fck3{margin:0;width:140px;}
#fck4{margin:0;width:210px;}
#fck4>div{margin:0;}
#fck4>.sharelist a{display:block;width:45px;height:45px;border-radius:5px;text-align:center;}
#fck4>.sharelist a:not(:last-child){margin-bottom:8px;}
#fck4>.sharelist a>i{font-size:30px;color:#fff;display:block;line-height:45px;}
#fck4>.sharelist a.youtube{background-color:#cb2814;}
#fck4>.sharelist a.facebook{background-color:#3c599b;}
#fck4>.sharelist a.linkedin{background-color:#0095bd;}


#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 #sharelist{text-align:center;}
footer #sharelist>a{color:#fff;margin:0 10px;width:30px;height:30px;}
footer #sharelist>a>i{color:#fff;font-size:20px;}
footer #sharelist>a:hover>i{color:#fff;}
#footer #sharelist>a:hover{background-color:#000;}

.foot_logo{padding:15px 0;position:relative;}
.foot_logo:before{content:"";width:calc(100% - 300px);height:1px;background-color:#bebebe;right:0;top:31px;position:absolute;}
.foot_by{padding:13px 0 13px;background-color:#333;overflow:hidden;margin-top:50px;}
.foot_by .footmenu{text-align:center;padding:10px 0;}
.foot_by .footmenu a{color:#fff;font-size:14px;line-height:24px;padding:0 15px;position:relative;display:inline-block;}
.foot_by .footmenu a:not(:last-child):before{content:"";width:2px;height:14px;background-color:#fff;position:absolute;top:5px;right:-1px;}
.foot_by .footmenu a:hover{text-decoration:underline;}
.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 a:hover{text-decoration:underline;}
.foot_by .footdiv.fl{float:left;}
.foot_by .footdiv.fr{color:#fff;text-align:right;padding:0;}
.foot_by .footdiv.fr{float:right;color:#fff;text-align:left;padding-left:10px;}
@media screen and (min-width:1230px ) and (max-width:1309px){
    #fck1{width:380px;}
    #fck2 .footcontact .item.address{width:300px;}
}
@media (min-width:992px) and (max-width:1229px) {
    footer .footlogo{padding-top:0;}
    #fck1{width:270px;}
    #fck2{width:300px;}


    #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{padding:10px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    footer .list dd{font-size:14px;}

    footer{padding-top:30px;}
    footer .foot_menu a{padding:0 20px;}
    footer .footlogo{padding:0 0 20px;}
    
    footer #fck1{width:100%;margin-bottom:20px;}
    footer #fck2{width:300px;}
    footer #fck3{}

    #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 > a{margin:0 10px;}

    .foot_by{padding:6px 0;}
    .foot_by .footdiv.fl{text-align:center;width:100%;float: initial;}
    .foot_by .footdiv.fr{text-align:center;width:100%;padding-left:0;float: initial;}
    .foot_by p{font-size:12px;}
    .foot_by p a{font-size:12px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:20px;padding-bottom:50px;border-bottom: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>.container{ }
        
    footer #fck1{width:100%;flex:auto;margin-bottom:20px;}
    footer #fck1 img{margin-bottom:20px;}
    footer #fck2{width:100%;flex:auto;margin-bottom:20px;}
    footer #fck3{width:100%;flex:auto;margin-bottom:20px;}
    footer #fck4{width:100%;flex:auto;justify-content:flex-start;}
    footer #fck4 .sharelist{margin-right:15px;}
    footer .context h2{font-size:24px;line-height:30px;margin-bottom:8px;}
    footer .context p{font-size:14px;line-height:24px;}
    footer .context p > a{font-size:14px;line-height:24px;}
    #fck3 .subscribe{margin-top:20px;}
    

    #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 #fck2 {width:100%;}
    #fck2 .footcontact .item{width:100%;padding-right:15px;}
    #fck2 .footcontact .item.address{width:100%;margin-top:15px;}
    #fck2 .footcontact .item h3{font-size:20px;line-height:40px;}
    #fck2 .footcontact .item h3 i{font-size:36px;}
    #fck2 .footcontact .item p{font-size:14px;}
    #fck2 .subscribe{width:100%;}
    #fck2 .footshare{width:100%;flex:initial;}
    footer #sharelist{position:relative;text-align:left;margin-top:0;padding-bottom:0;}

    #friendlist{margin-bottom:10px;}
    #friendlist a{margin-left:10px;}
    
    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:10px;}
    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>a{font-size:12px;}
    .foot_by{padding:10px 0;}
    .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%;}

    
    .foot_by .footshare{float:none;text-align:center;}
    footer #sharelist > a{margin:0 15px 0 0;}
}


#note{position:fixed;left:5px;top:30%;width:170px;z-index:9999;border-radius:10px;padding:10px 6px 15px;background-color:rgba(148,148,148,0.8);}
#note .box{background:rgba(224,224,224,0.8);border-radius:10px;padding:10px 6px;}
#note h2{text-align:center;font-size:24px;color:#fff;font-weight:bold;position:relative;padding:6px 0 10px;}
#note h2:before{content:"NEW";font-size:13px;font-weight:normal;animation:discolor 1.5s infinite linear;position:absolute;transform:rotate(30deg);right:30px;top:0;}
#note p{font-size:13px;line-height:18px;padding:10px 6px 10px 6px;color:#444;}
@keyframes discolor{
    0%{color:#ea130e;}
    50%{color:#fff;}
    100%{color:#ea130e;}
}
.yb_conct{direction:ltr;}
.yb_conct{position:fixed;right:-150px;bottom:150px;z-index:9999999;cursor:pointer;transition:all .3s ease}
.yb_bar ul li{margin-bottom:3px;width:203px;height:53px;border-radius:3px;text-indent:54px;font:16px/53px 'Microsoft YaHei';transition:all .5s ease;border:1px solid #eee;}
.yb_bar .yb_top{background:#fff url(/Template/Default/images/fixCont.png) no-repeat 0 0}
.yb_bar .yb_phone{background:#fff url(/Template/Default/images/fixCont.png) no-repeat 0 -57px}
.yb_bar .yb_QQ{background:#fff url(/Template/Default/images/fixCont.png) no-repeat 0 -113px;text-indent:0}
.yb_bar .yb_ercode{background:#fff url(/Template/Default/images/fixCont.png) no-repeat 0 -169px}
.hd_qr{padding:0 29px 25px 29px}
.yb_phone a{display:block;width:100%;height:100%;text-indent:54px}
.yb_QQ a{display:block;width:100%;height:100%;text-indent:54px}
.yb_facebook a{display:block;width:100%;height:100%;color:#fff;text-indent:54px}
.yb_bar .yb_facebook{background:#fff url(/Template/Default/images/fixCont.png) no-repeat 0 -169px}
.yb_bar .yb_whatsapp{background:#fff url(/Template/Default/images/whatsapp.jpg) no-repeat 0 0;}
.yb_bar .yb_whatsapp a{color:#333;}
.yb_bar .yb_wechat{background:#fff url(/Template/Default/images/wechat.jpg) no-repeat 0 0;}
.yb_bar .yb_wechat img{border:1px solid #ddd}

/*手机底部导航*/
#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;}
    #note{display:none;}
    .yb_conct{display:none;}
}

.loading{color:#fff;text-align:center;}



#GoTop{position:fixed;right:40px;bottom:60px;width:50px;height:50px;background-color:#b0b0b0;border-radius:50px;text-align:center;z-index:3;cursor:pointer;display:none;}
#GoTop>i.iconfont{line-height:50px;display:block;font-size:24px;color:#fff;}
#GoTop:hover{background-color:#ea130e;}
#PageInquiry{position:fixed;right:40px;bottom:100px;background-color:#ea130e;box-shadow:0 0 10px #ea130e;border-radius:5px;cursor:pointer;line-height:40px;padding:0 10px;color:#FFF;font-size:18px;z-index:10}
#PageInquiry>i{font-size:24px;color:#fff;line-height:40px;float:left;margin-right:10px;}


#float{position:fixed;right:25px;top:50%;margin-top:-80px;z-index:55;}
#float .ico{display:block;width:55px;height:55px;text-align:center;background-color:#ea130e;margin-bottom:6px;position:relative;cursor:pointer;}
#float .ico:hover{background-color:#ea130e;}
#float .ico:hover>i{color:#ffffff;}
#float .ico>span{display:block;padding-top:10px;text-align:center;}
#float .ico>i{color:#ffffff;font-size:24px;}
#float .ico>.img{position:absolute;right:55px;width:140px;top:0;display:none;background-color:#ea130e;padding:8px;}
#float .ico>.img>img{width:100%;}
#float .ico>.img>p{line-height:30px;font-size:16px;color:#fff;}
#float .ico:hover>.img{display:block;}
#float .ico>.message{position:absolute;right:55px;top:0;display:none;min-width:140px;background-color:#ea130e;color:#fff;height:55px;line-height:45px;font-size:16px;padding:5px 10px;box-sizing: border-box;}
#float .ico:hover>.message{display:block;}


 

/*共用*/
#Location{background-color:#fff;border-bottom:1px solid #f6f6f6;}
#Location .location{text-align:right;float:right;padding-top:10px;padding-bottom:10px;}
#Location .location:before{content:"\e610";font-family:iconfont;color:#9f9f9f;font-size:20px;}
#Location .location a{display:inline-block;font-size:15px;line-height:30px;text-transform:capitalize;color:#9f9f9f;font-weight:bold;}
#Location .location a:not(:last-child)::after{content:"-";margin:0 5px;vertical-align:top;}
#Location .location a:last-child{}
#Location .location a:hover{color:#ea130e;}
#Location .location span{display:inline-block;font-size:15px;line-height:30px;color:#9f9f9f;font-weight:bold;}
#Location .columns{float:right;}
#Location .columns .catelist{overflow:hidden;}
#Location .columns .catelist>li{display:inline-block;}
#Location .columns .catelist>li>a{display:inline-block;font-size:16px;line-height:30px;padding:12px 30px;}
#Location .columns .catelist>li.active>a,#Location .columns .catelist>li:hover>a{color:#fff;background-color:#ea130e;}
@media (min-width:1230px) and (max-width:1309px) {
    #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;}

    #Location .columns{width:100%;margin-top:10px;}
    #Location .columns .catelist>li>a{font-size:13px;line-height:20px;padding:8px 20px;}
}

/*左侧菜单*/
#left_nav{width:320px;float:right;padding-left:30px;}
#left_nav dl{overflow:hidden;}
#left_nav dl>dt{padding:20px 20px;font-size:24px;line-height:30px;color:#fff;margin-bottom:5px;text-align:center;text-transform:uppercase;position:relative;display:none;}
#left_nav dl>dt:before{content:"";border-width:11px;border-color:transparent transparent #fff #fff;border-style:solid;position:absolute;left:0;bottom:0;}
#left_nav dl>dd{padding:0;position:relative;cursor:pointer;margin-bottom:5px;background-color:#ea130e;padding:10px 35px 10px 15px;border:1px solid #d4d4d4;}
#left_nav dl>dd>a{display:inline-block;font-size:16px;line-height:30px;color:#FFF;}
#left_nav dl>dd>i{position:absolute;right:5px;top:10px;display:inline-block;width:30px;height:30px;text-align:center;}
#left_nav dl>dd>i:before{content:"\e7fc";color:#fff;font-size:20px;line-height:30px;}
#left_nav dl>dd.active,#left_nav dl>dd:hover{}
#left_nav dl>dd.active>i:before{content:"\eb9d";}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{}
#left_nav dl>dd ul{transition:all 0s;margin:10px -35px -10px -15px;background-color:#fff;}
#left_nav dl>dd.active ul{display:block;}
#left_nav dl>dd ul>li{}
#left_nav dl>dd ul>li:nth-child(2n){background-color:#fafafa;}
#left_nav dl>dd ul>li>a{display:block;font-size:14px;line-height:20px;position:relative;padding:15px 15px;}
#left_nav dl>dd>ul>li>a:before{content:"-";margin-right:5px;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{background-color:#ea130e;color:#fff;}
#left_nav dl>dd ul>li.active>ul{display:block;}
#left_nav dl>dd ul>li>ul.catelist{padding:0 20px 0 ;}
#left_nav dl>dd ul>li>ul.catelist>li>a{display:block;border-bottom:1px solid #d5d5d5;padding-left:8px;font-size:14px;}
#left_nav .leftContact{margin-top:30px;border:1px solid #d4d4d4;background-color:#fff;}
#left_nav .leftContact h2{padding:15px 15px 15px 15px;font-size:16px;line-height:25px;color:#fff;position:relative;background-color:#ea130e;}
#left_nav .leftContact h2 i{font-size:32px;margin-right:15px;}
#left_nav .leftContact img{width:100%;}
#left_nav .leftContact .txt{padding:10px 15px;}
#left_nav .leftContact .txt p{font-size:14px;line-height:24px;color:#666;padding:3px 0 3px 30px;position:relative;}
#left_nav .leftContact .txt p i{font-size:20px;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:#062c87;}
@media (min-width:1230px) and (max-width:1309px){

}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:30%;}
    #left_nav dl{}
    #left_nav dl>dt{font-size:22px;}
    #left_nav dl>dd{}
    #left_nav dl>dd>a{}
    #left_nav dl>dd ul>li>a{font-size:13px;line-height:20px;}
    
    #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;}
    #left_nav dl{padding:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;display:block;background-color:#ea130e;}
    #left_nav dl>dt:before{content:"\e9e2";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{font-size:14px;line-height:20px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}

    #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;}
    #left_nav dl{padding:0;}
    #left_nav dl::before{}
    #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;background-color:#ea130e;display:block;}
    #left_nav dl>dt:before{content:"\e9e2";font-family:iconfont;float:right;position:relative;border:none;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd:before{}
    #left_nav dl>dd:last-child{border-radius:0;}
    #left_nav dl>dd>a{font-size:14px;line-height:20px;padding:0;}
    #left_nav dl>dd>a::after{top:18px;}
    #left_nav dl>dd ul>li>a{font-size:12px;}
    #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}
    
    #left_nav .LeftProduct{display:none;}
    #left_nav .leftContact{display:none;}
}

/*右侧内容*/
#right_nav{float:left;width:calc(100% - 320px);}
#right_nav>.tit{border-bottom:1px solid #ea130e;margin-bottom:30px;padding-bottom:20px;}
#right_nav>.tit h2{font-size:20px;line-height:36px;margin-bottom:5px;color:#ea130e;font-weight:bold;}
#right_nav>.tit p{font-size:14px;line-height:24px;color:#666;font-weight:bold;}
.nframe{padding-top:50px;overflow:hidden;padding-bottom:50px;}
.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:38px;line-height:48px;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:#ea130e;text-transform:uppercase;}
.nframe .title .line{width:510px;height:1px;background-color:#c4c4c4;position:relative;display:block;margin:0;}
.nframe .title .line:before{content:"";width:160px;height:5px;position:absolute;left:0;top:0px;z-index:1;background-color:#ea130e;}

.nframe .title p{font-size:18px;line-height:1;}
.nframe section{overflow:hidden;}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;}
@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>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>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{width:80%;}

    .nframe section .content{font-size:13px;line-height:24px;}
    .table-responsive table{width:100%;}
}

.bgsection{}
/*关于我们*/
#aboutframe{padding-bottom:0;}
#aboutframe .title{margin-bottom:30px;}
#aboutframe .title h2{}
#aboutframe section{padding-bottom:50px;}

#aboutframe .aboutinfo{}
#aboutframe .aboutinfo .left{width:60%;float:left;}
#aboutframe .aboutinfo .left h3{font-size:22px;line-height:2;margin-bottom:30px;}
#aboutframe .aboutinfo .content{font-size:14px;line-height:24px;color:#666;margin-bottom:20px;min-height:300px;}
#aboutframe .aboutinfo .left a.link{display:inline-block;padding:10px 50px;line-height:30px;font-size:16px;color:#fff;background-color:#ea130e;}
#aboutframe .aboutinfo .left a.link:hover{box-shadow:0 0 10px #888;}
#aboutframe .aboutinfo .right{width:40%;float:right;text-align:right;padding-left:30px;}

#aboutframe .about_adv{background-color:#f4f4f4;}
#aboutframe .about_adv .list{overflow:hidden;padding-top:30px;}
#aboutframe .about_adv .list .item{width:calc((100% - 200px)/5);margin-right:50px;float:left;text-align:center;}
#aboutframe .about_adv .list .item:last-child{margin-right:0;}
#aboutframe .about_adv .list .item i{display:inline-block;width:50px;height:50px;border-radius:50%;line-height:48px;border:1px solid #7d7d7d;color:#7d7d7d;font-size:24px;margin-bottom:30px;cursor:pointer;}
#aboutframe .about_adv .list .item h3{font-size:18px;color:#ea130e;margin-bottom:30px;text-transform:uppercase;}
#aboutframe .about_adv .list .item p{color:#666;}
#aboutframe .about_adv .list .item:hover i{color:#ea130e;border:1px solid #ea130e;
transform:rotateY(180deg);
-ms-transform:rotateY(180deg); 	/* IE 9 */
-moz-transform:rotateY(180deg); 	/* Firefox */
-webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
-o-transform:rotateY(180deg); 	/* Opera */}


#aboutframe section.workshop{}
#aboutframe .workshop .title{margin-bottom:50px;}
#aboutframe .workshop .titlist{text-align:center;margin-bottom:36px;border-bottom:1px solid #d6d6d6;}
#aboutframe .workshop .titlist .tit{display:inline-block;margin:0;width:250px;height:50px;text-align:center;padding:10px 15px;font-size:24px;line-height:30px;cursor:pointer;}
#aboutframe .workshop .titlist .tit.active{color:#fff;background-color:#e5251a;}
#aboutframe .workshop .list{padding:0 60px;position:relative;}
#aboutframe .workshop .list .item{display:none;}
#aboutframe .workshop .list .item.active{display:block;}
#aboutframe .workshop .list .item img{width:100%;}
#aboutframe .workshop .swiper-slide{position:relative;margin:0;}
#aboutframe .workshop .swiper-slide>a{display:block;overflow:hidden;}
#aboutframe .workshop .swiper-slide img:hover{transform:scale(1.05);}
#aboutframe .workshop .btnlist .swbtn{position:absolute;top:calc(50% - 60px);width:36px;height:120px;line-height:120px;text-align:center;}
#aboutframe .workshop .btnlist .swbtn>i{display:block;font-size:30px;color:#ea130e;}
#aboutframe .workshop .btnlist .swbtn.btn-prev{left:0;}
#aboutframe .workshop .btnlist .swbtn.btn-next{right:0;}
#aboutframe .workshop .btnlist .swbtn:hover{}

#aboutframe .abouthistory{background:#eee url(/Template/Default/images/ab_bg.png) no-repeat center center;padding-top:80px;padding-bottom:80px;}
#aboutframe .abouthistory .hisList{position:relative;padding-left:55px;padding-right:55px;margin-top:40px;}
#aboutframe .abouthistory .swiper-container{}
#aboutframe .abouthistory .swiper-slide{text-align:center;width:25%;background:url(/Template/Default/images/arc8.png) repeat-x center 150px;padding:20px 30px;text-align:center;position:relative;}
#aboutframe .abouthistory .swiper-slide .pic{height:120px;margin-bottom:50px;}
#aboutframe .abouthistory .swiper-slide .pic img{max-width:100%;max-height:100%;}
#aboutframe .abouthistory .swiper-slide h3{font-size:27px;color:#ea130e;}
#aboutframe .abouthistory .swiper-slide h4{font-size:18px;color:#ea130e;font-family:gilroy-regular,Arial,Verdana, Tahoma, Geneva,sans-serif;margin-bottom:8px;}
#aboutframe .abouthistory .swiper-slide p{font-size:14px;line-height:20px;height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#666;}
#aboutframe .abouthistory .btnlist .swbtn{position:absolute;top:145px;width:50px;height:50px;line-height:50px;border:2px solid #e5251a;border-radius:50%;text-align:center;background-color:#fff;}
#aboutframe .abouthistory .btnlist .swbtn>i{display:block;font-size:30px;color:#e5251a;}
#aboutframe .abouthistory .btnlist .swbtn.btn-prev{left:0;}
#aboutframe .abouthistory .btnlist .swbtn.btn-next{right:0;}

#aboutframe section.certificates{}
#aboutframe .certificates .title h2{margin-bottom:15px;}
#aboutframe .certificates .item{width:calc((100% - 60px)/4);margin-right:20px;float:left;}
#aboutframe .certificates .item:nth-child(4n){margin-right:0;}
#aboutframe .certificates .item img{display:block;width:100%;}
#aboutframe .certificates .item h3{text-align:center;font-size:18px;line-height:24px;padding:8px 10px;margin-top:5px;display:none;}
/*#aboutframe .certificates .swiper-slide{float:left;width:35%;padding:120px 0px 120px 166px;margin:0 -70px;z-index:1;position:relative;}
#aboutframe .certificates .swiper-slide .item .img{padding:30px;background:url(/Template/Default/images/cebg.jpg) no-repeat;background-size:100% 100%;}
#aboutframe .certificates .swiper-slide .item img{display:block;width:100%;}
#aboutframe .certificates .swiper-slide .item h3{text-align:center;font-size:18px;line-height:24px;padding:8px 10px;margin-top:5px;font-weight:bold;}
#aboutframe .certificates .swiper-slide .item:hover h3{bottom:0;}
#aboutframe .certificates .swiper-slide.swiper-slide-active{padding:0px;z-index:10;}
#aboutframe .certificates .swiper-slide.swiper-slide-next{padding:50px 60px 50px 0;margin:0 -70px;z-index:5;}
#aboutframe .certificates .swiper-slide.swiper-slide-next+div.swiper-slide{z-index:4;padding:120px 166px 120px 0;}
#aboutframe .certificates .swiper-slide.swiper-slide-prev{padding:50px 0 50px 60px;z-index:5;}*/

#aboutframe .team{background-color:#f4f4f4;}
#aboutframe .team .list{padding:0 60px;position:relative;}
#aboutframe .team .list .swiper-slide-prev,#aboutframe .team .list .swiper-slide-next{padding:20px 30px;}
#aboutframe .team .list .item{}
#aboutframe .team .list .item img{width:100%;}
#aboutframe .team .swiper-slide{position:relative;margin:0;}
#aboutframe .team .btnlist .swbtn{position:absolute;top:calc(50% - 60px);width:36px;height:120px;line-height:120px;text-align:center;background-color:#aaa;}
#aboutframe .team .btnlist .swbtn>i{display:block;font-size:24px;color:#fff;}
#aboutframe .team .btnlist .swbtn.btn-prev{left:0;}
#aboutframe .team .btnlist .swbtn.btn-next{right:0;}
#aboutframe .team .btnlist .swbtn:hover{background-color:#ea130e;}
@media screen and (min-width:1230px ) and (max-width:1309px) {
    #aboutframe .aboutinfo .content{min-height:inherit;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #aboutframe .aboutinfo .content{min-height:inherit;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe .aboutinfo .left{width:100%;}
    #aboutframe .aboutinfo .title .line{width:80%;}
    #aboutframe .aboutinfo .content{min-height:inherit;}
    #aboutframe .aboutinfo .left h3{font-size:16px;margin-bottom:20px;}
    #aboutframe .aboutinfo .left a.link{padding:5px 40px;}
    #aboutframe .aboutinfo .right{display:none;}

    #aboutframe .about_adv .list .item{width:calc((100% - 40px)/3);margin-right:20px;margin-bottom:25px;}
    #aboutframe .about_adv .list .item:nth-child(3n){margin-right:0;}
    #aboutframe .about_adv .list .item i{margin-bottom:15px;}
    #aboutframe .about_adv .list .item h3{margin-bottom:15px;}

    #aboutframe .abouthistory .swiper-slide{padding:20px;}

    #aboutframe .workshop .titlist .tit{width:auto;height:40px;padding:5px 30px;font-size:16px;}
    #aboutframe .team .list .swiper-slide-prev, #aboutframe .team .list .swiper-slide-next{padding:15px 20px;}
}
@media (max-width:767px){
    #aboutframe .aboutinfo .left{width:100%;}
    #aboutframe .aboutinfo .title .line{width:80%;}
    #aboutframe .aboutinfo .content{min-height:inherit;}
    #aboutframe .aboutinfo .left h3{font-size:16px;margin-bottom:20px;}
    #aboutframe .aboutinfo .left a.link{padding:5px 40px;}
    #aboutframe .aboutinfo .right{display:none;}

    #aboutframe .about_adv .list .item{width:calc((100% - 15px)/2);margin-right:15px;margin-bottom:15px;}
    #aboutframe .about_adv .list .item:nth-child(2n){margin-right:0;}
    #aboutframe .about_adv .list .item i{margin-bottom:15px;}
    #aboutframe .about_adv .list .item h3{margin-bottom:15px;font-size:15px;}
    #aboutframe .about_adv .list .item p{font-size:13px;}

    #aboutframe .certificates .item{width:calc((100% - 15px)/2);margin-right:15px;margin-bottom:15px;}
    #aboutframe .certificates .item:nth-child(2n){margin-right:0;}

    #aboutframe .abouthistory .swiper-slide{padding:20px;}

    #aboutframe .workshop .titlist .tit{width:auto;height:34px;padding:5px 20px;font-size:14px;line-height:24px;}
    #aboutframe .team .list .swiper-slide-prev, #aboutframe .team .list .swiper-slide-next{padding:15px 20px;}
}

#oemframe{}
#oemframe .oem1 .list{}
#oemframe .oem1 .list .item{width:calc((100% - 80px) / 3);margin:0 40px 30px 0;}
#oemframe .oem1 .list .item:nth-child(3n){margin-right:0;}
#oemframe .oem1 .list .item:nth-child(3n+1):nth-last-child(-n+3),#oemframe .oem1 .list .item:nth-child(3n+1):nth-last-child(-n+3) ~ .item{margin-bottom:0;}
#oemframe .oem1 .list .item .img{border:1px solid #eee;}
#oemframe .oem1 .list .item img{width:100%;}
#oemframe .oem1 .list .item h3{font-size:16px;line-height:30px;text-align:center;margin-top:8px;}

#oemframe .oem2{padding-top:40px;padding-bottom:40px;background-color:#eee;}
#oemframe .oem3{padding-top:40px;padding-bottom:40px;background-color:#fff;}
#oemframe .swiperlist{position:relative;padding-left:25px;padding-right:25px;}
#oemframe .swiperlist .swiper-slide{}
#oemframe .swiperlist .swiper-slide .item .img{border:1px solid #f1f1f1;}
#oemframe .swiperlist .swiper-slide .item img{display:block;width:100%;}
#oemframe .swiperlist .swiper-slide .item h3{font-size:16px;line-height:30px;text-align:center;margin-top:8px;}
#oemframe .swiperlist .btnlist .swbtn{position:absolute;top:calc(50% - 25px);width:50px;height:50px;line-height:50px;border:2px solid #ea130e;border-radius:50%;text-align:center;background-color:#fff;z-index:2;}
#oemframe .swiperlist .btnlist .swbtn>i{display:block;font-size:24px;color:#ea130e;}
#oemframe .swiperlist .btnlist .swbtn.btn-prev{left:0;}
#oemframe .swiperlist .btnlist .swbtn.btn-next{right:0;}

#oemframe .oem4{padding-bottom:30px;}
#oemframe .oem4 .left{width:62%;margin:0;}
#oemframe .oem4 .right{width:38%;margin:0;}
@media screen and (min-width:1230px ) and (max-width:1309px) {
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #oemframe .oem1 .list .item{width:calc((100% - 40px) / 3);margin:0 20px 15px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    #oemframe .oem1 .list .item{width:calc((100% - 30px) / 3);margin:0 15px 15px 0;}
}
@media (max-width:767px){
    #oemframe .oem1 .list .item{width:calc((100% - 20px) / 2);margin:0 10px 10px 0;}

    #oemframe .swiperlist .btnlist .swbtn{width:36px;height:36px;line-height:36px;}
    #oemframe .swiperlist .btnlist .swbtn>i{font-size:20px;}
    #oemframe .swiperlist .swiper-slide .item h3{font-size:13px;line-height:20px;}
    #oemframe .oem4 .left{width:100%;margin:0 0 15px;}
    #oemframe .oem4 .right{width:100%;margin:0;}
}


#supportframe .download .list{overflow:hidden;margin:0 -15px;}
#supportframe .download .list .item{width:25%;padding:15px;float:left;}
#supportframe .download .list .item a.link{position:relative;display:block;overflow:hidden;}
#supportframe .download .list .item .txt{position:absolute;top:calc(100% - 40px);right:0;bottom:0;left:0;text-align:center;background:rgba(0,0,0,0.6);transition:all .2s;}
#supportframe .download .list .item .txt i.iconfont{font-size:48px;color:#fff;margin-top:80px;display:none;}
#supportframe .download .list .item .txt h4{color:#fff;font-size:18px;line-height:30px;padding:5px 10px;}
#supportframe .download .list .item a.more{display:block;width:150px;height:30px;line-height:30px;border:1px solid #ea130e;background-color:#ea130e;color:#fff;text-align:center;margin:0 auto;text-transform:uppercase;margin-top:25px;}
#supportframe .download .list .item:hover .txt{top:0;}
#supportframe .download .list .item:hover i.iconfont{display:block;}
#ServicePage .faq{padding-top:50px;}
#ServicePage .faq dl{margin-bottom:15px;background-color:#fff;}
#ServicePage .faq dl>dt{padding:15px 50px 15px 70px;font-size:18px;line-height:24px;cursor:pointer;position:relative;background-color:#f7f7f7;}
#ServicePage .faq dl>dt>i{font-size:30px;color:#fff;width:54px;height:54px;line-height:56px;color:#ea130e;text-align:center;position:absolute;left:15px;top:0;}
#ServicePage .faq dl>dt:after{content:"\eb9d";font-family:iconfont;position:absolute;right:15px;top:15px;}
#ServicePage .faq dl>dd{height:0;padding:0 20px 0 70px;overflow:hidden;font-size:24px;font-size:16px;position:relative;color:#808080;}
#ServicePage .faq dl>dd>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>dt{}
#ServicePage .faq dl.active>dt:after{content:"\e7fc";}
#ServicePage .faq dl.active>dd{padding:15px 20px 15px 70px;height:auto;}
@media (min-width:1230px) and (max-width:1309px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #supportframe .download .list .item{padding:10px;}
    #supportframe .download .list .item .txt{top:calc(100% - 34px);}
    #supportframe .download .list .item .txt i.iconfont{font-size:30px;margin-top:40px;}
    #supportframe .download .list .item .txt h4{font-size:16px;line-height:24px;}
    
    #ServicePage .faq{padding-top:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #supportframe .download .list .item{padding:5px 5px 15px;}
    #supportframe .download .list .item .txt{top:calc(100% - 34px);}
    #supportframe .download .list .item .txt i.iconfont{font-size:24px;margin-top:20px;}
    #supportframe .download .list .item .txt h4{font-size:14px;line-height:24px;}
    #supportframe .download .list .item a.more{margin-top:10px;}
    
    #ServicePage .faq{padding-top:20px;}
    #ServicePage .faq dl>dd{font-size:14px;line-height:20px;}
}
@media (min-width:1px) and (max-width:767px) {
    #supportframe .download .list .item{padding:5px 5px 15px;width:50%;}
    #supportframe .download .list .item .txt{top:calc(100% - 34px);}
    #supportframe .download .list .item .txt i.iconfont{font-size:24px;margin-top:20px;}
    #supportframe .download .list .item .txt h4{font-size:14px;line-height:24px;}
    #supportframe .download .list .item a.more{margin-top:10px;}

    #ServicePage .faq{padding:15px 0;}
    #ServicePage .faq dl>dt{font-size:14px;line-height:20px;padding:10px 40px 10px 40px}
    #ServicePage .faq dl>dt>i,#ServicePage .faq dl>dd>i{font-size:20px;width:40px;height:40px;line-height:40px;left:0;}
    #ServicePage .faq dl > dt::after{top:10px;}
    #ServicePage .faq dl>dd{font-size:14px;line-height:20px;padding:0 15px 0 40px;font-size:13px;}
    #ServicePage .faq dl.active>dd{padding:10px 15px 10px 40px;}
}
#ServicePage .service .content{padding-top:50px;padding-bottom:50px;}
#ServicePage .service .item{padding-left:50px;padding-top:30px;padding-bottom:30px;}
#ServicePage .service .item:before,#ServicePage .service .item:after{content:"";display:table;clear:both;}
#ServicePage .service .item:nth-child(2n+1){background-color:#eee;}
#ServicePage .service .item .pic{float:left;position:relative;margin-right:30px;}
#ServicePage .service .item .pic img{width:150px;}
#ServicePage .service .item:not(:last-child) .pic:after{content:"";background:url(/Template/Default/images/arrow.png) no-repeat center;display:block;width:23px;height:65px;position:absolute;left:calc(50% - 12px);top:100%;}
#ServicePage .service .item h3{font-size:20px;margin-bottom:10px;margin-top:20px;}
#ServicePage .service .item p{font-size:14px;color:#666;margin-bottom:6px;line-height:20px;}
#ServicePage .service .item p i{margin-right:5px;display:inline-block;width:3px;height:3px;background-color:#ea130e;vertical-align:middle;}
#ServicePage .service .item span{display:inline-block;width:32px;height:20px;background-color:#a6a6a6;color:#fff;text-align:center;line-height:20px;font-size:14px;}
#ServicePage .service .item:hover .icon{background-color:#ea130e;}
#ServicePage .service .item:hover .icon i{color:#FFF;}
#ServicePage .service .item:hover .icon:before{border-color:transparent transparent #ea130e transparent;}
#ServicePage .service .item:hover .icon:after{border-color:#ea130e transparent transparent transparent;}
#ServicePage .service .item:hover span{background-color:#ea130e;}
@media (min-width:1230px) and (max-width:1309px) {
}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
    #ServicePage .service .content{padding-top:20px;padding-bottom:20px;}
    #ServicePage .service .item{padding:15px;}
    #ServicePage .service .item:not(:last-child) .pic::after{display:none;}
    #ServicePage .service .item .pic{width:100%;}
    #ServicePage .service .item .pic img{width:80px;}
}

.mapbox .right{padding-left:40px;flex:1;text-align:right;}
.mapbox h2{font-size:36px;line-height:1.5;margin-bottom:10px;}
.mapbox p{font-size:36px;line-height:1.5;color:#6b6b6b;}
#map{height:500px;position:relative;z-index:1;width:66%;margin:0;}
@media (min-width:1230px) and (max-width:1309px) {
}
@media (min-width:992px) and (max-width:1229px) {
    .mapbox h2{font-size:24px;}
    .mapbox p{font-size:24px;}
    #map{height:360px;width:60%;}
}
@media (min-width:768px) and (max-width:991px) {
    .mapbox .right{padding-left:20px;}
    .mapbox h2{font-size:18px;}
    .mapbox p{font-size:18px;}
    #map{height:360px;width:60%;}
}
@media (min-width:1px) and (max-width:767px) {
    .mapbox .right{padding-left:0px;padding-top:15px;}
    .mapbox h2{font-size:18px;}
    .mapbox p{font-size:18px;}
    #map{height:300px;width:100%;}
}

/*联系我们*/
#contPage{padding-top:0;padding-bottom:0;}
#contacts{background-color:#f4f4f4;padding-top:70px;padding-bottom:70px;}
#contacts .title{position:relative;}
#contacts .contactsphoto{position:absolute;right:0;top:-20px;overflow:hidden;}
#contacts .contshare{padding:0;text-align:center;}
#contacts .contshare #sharelist{padding-top:10px;padding-bottom:10px;}
#contacts .contshare #sharelist a{border:none;margin:0;}
#contacts .contshare #sharelist a>i{color:#ea130e;}
#contacts .contshare #sharelist a:hover{background-color:transparent!important;border:none!important;}
#contacts .list{padding-top:100px;}
#contacts .item{margin-right:110px;}
#contacts .item:nth-child(3){flex:1;margin:0;}
#contacts .item h3{font-size:18px;line-height:24px;margin-bottom:10px;}
#contacts .item p{font-size:20px;line-height:30px;padding-left:86px;position:relative;}
#contacts .item:nth-child(1) p,#contacts .item:nth-child(2) p{line-height:66px;}
#contacts .item p>i{width:66px;height:66px;font-size:40px;line-height:66px;background-color:#ea130e;border-radius:50%;text-align:center;color:#fff;display:inline-block;margin-right:20px;position:absolute;left:0;top:0;}
#contacts .item p>a{font-size:20px;line-height:30px;}
#contacts .item p>a:hover{text-decoration:underline;color:#ea130e;}
@media (min-width:992px) and (max-width:1229px) {
    #contacts .list{padding-top:30px;}
    #contacts .item{width:100%;flex:auto;margin-bottom:15px;}
    #contacts .item p{line-height:66px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contacts .list{padding-top:30px;}
    #contacts .item{width:100%;flex:auto;margin-bottom:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contacts{padding-top:25px;padding-bottom:25px;}
    #contacts .list{padding-top:25px;}
    #contacts .item{width:100%;flex:auto;margin-bottom:15px;}
    #contacts .item p{padding-left:40px;font-size:14px;line-height:20px;margin-bottom:20px;}
    #contacts .item p>i{width:30px;height:30px;font-size:18px;line-height:30px;}
    #contacts .item p>a{font-size:14px;line-height:20px;}
    #contacts .item:nth-child(1) p,#contacts .item:nth-child(2) p{line-height:20px;}

    #contacts .contactsphoto{width:80px;top:0;}
}
#feedback{background-color:#f4f4f4;padding-top:70px;padding-bottom:70px;}
#feedback .tit{margin:0;width:40%;padding-right:25px;}
#feedback .tit h4{font-size:20px;line-height:24px;color:#6b6b6b;}
#feedback .tit h2{font-size:42px;color:#000;margin-bottom:60px;}
#feedback .tit p{font-size:18px;line-height:30px;color:#868686;}
#feedback .content{width:60%;}
#feedback input::-webkit-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #717171;/* WebKit browsers */}
#feedback input::-moz-placeholder,#fck3 dl textarea::-webkit-input-placeholder {color: #717171;/* Mozilla Firefox 19+ */}
#feedback input:-ms-input-placeholder,#fck3 dl textarea::-webkit-input-placeholder { color: #717171;/* Internet Explorer 10+ */}
#feedback ul{display:flex;justify-content:space-between;flex-direction: row;flex-wrap:wrap;}
#feedback ul>li{display:block;margin:0 0 10px;width:100%;}
#feedback ul>li.half{width:49%;}
#feedback ul>li>label{text-align:left;font-weight:normal;color:#6b6b6b;font-size:15px;line-height:30px;padding-right:10px;display:none;}
#feedback ul>li>label>em{color:#f00;font-style:initial;width:16px;font-size:18px;float:left;}
#feedback ul>li>label>i.iconfont{font-size:15px;line-height:30px;width:24px;display:inline-block;}
#feedback ul>li>input{margin:0;padding:15px;background-color:#fff;font-size:16px;color:#717171;width:100%;border:1px solid #f4f4f4;line-height:30px;}
#feedback ul>li textarea{padding:15px;resize:none;box-shadow:none;position:relative;background-color:#fff;margin:0;line-height:30px;font-size:16px;color:#717171;height:160px;border:1px solid #f4f4f4;width:100%;}
#feedback ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
#feedback ul>li.btnli{background-color:transparent;margin-bottom:0;}
#feedback ul>li.btnli .btnlink{display:inline-block;line-height:30px;padding:6px 30px;background-color:#ea130e;text-align:center;font-size:16px;color:#fff;position:relative;border:1px solid #ea130e;margin:0;}
#feedback ul>li.btnli .btnlink>i{margin-left:15px;font-size:20px;line-height:30px;vertical-align:top;}
#feedback ul>li.btnli .btnlink:hover{background-color:#ea130e;color:#fff;border:1px solid #ea130e;}
@media (min-width:1230px) and (max-width:1309px) {
    #feedback .tit h2{font-size:40px;line-height:56px;}
    #feedback ul>li{padding:15px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #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 > li.half{margin-bottom:20px;}
    #feedback ul>li{padding:0}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul > li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    #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 > li.half{margin-bottom:20px;}
    #feedback ul>li{}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul > li > input{padding:5px 10px;}
    #feedback ul > li textarea{padding:5px 10px;}
    #feedback ul > li.btnli .btnlink{padding:3px 40px;font-size:16px;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback{padding:15px 0;}
    #feedback .tit{width:100%;padding-right:0;}
    #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 #sharelist{margin-top:0;}
    #feedback .content{width:100%;}
    #feedback ul>li{}
    #feedback ul>li.half{width:100%;margin-bottom:10px;}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul > li > input{padding:5px 10px;}
    #feedback ul > li textarea{padding:5px 10px;}
    #feedback ul>li.textarea label{width:100%;}
    #feedback ul>li textarea{width:100%;height:80px;}
    
    #feedback ul>li{padding:0;}
    #feedback ul>li>label{font-size:16px;}
    #feedback ul > li.btnli .btnlink{padding:3px 40px;font-size:16px;line-height:32px;}
}
#contPage .map{padding-top:60px;padding-bottom:60px;}
#contPage .map .pic{margin:0;width:49%;}
#contPage .map .tips{margin-top:20px;}
#contPage .map .tips span{display:inline-block;margin:0;font-size:15px;line-height:30px;color:#595959;}
#contPage .map .tips .item{margin:0 0 0 20px;flex:auto;}
#contPage .map .tips .item i{color:#ea130e;float:left;font-size:20px;line-height:31px;margin-right:5px;}
#contPage .map .tips .item h3{font-size:20px;line-height:30px;color:#595959;}
#contPage .map .tips .item p{font-size:15px;line-height:30px;color:#595959;}
@media (min-width:1230px) and (max-width:1309px) {
    
}
@media (min-width:992px) and (max-width:1229px) {
    #contPage .map .tips .item:last-child{margin-top:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contPage .map .tips .item{width:100%;margin-top:10px;margin-left:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #contPage .map .pic{margin:0 0 10px;width:100%;}
    #contPage .map{padding-top:25px;padding-bottom:25px;}
    #contPage .map .tips .item{width:100%;margin-top:10px;margin-left:0;}
    #contPage .map .tips .item h3{font-size:16px;line-height:24px;}
    #contPage .map .tips .item p{font-size:13px;line-height:20px;}
}

#pro_feed_show{}
#pro_feed_show label{font-weight:normal;display:inline-block;font-size:16px;line-height:38px;vertical-align:top;margin-bottom:0;color:#8b8b8b;}
#pro_feed_show label>em{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;font-size:20px;color:#ff0000;margin-right:3px;margin-top:3px;font-style:initial;vertical-align:middle;}
#pro_feed_show .form-group{margin-bottom:15px;overflow:hidden;width:100%;box-shadow:none;border:none;padding: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:#ea130e;border:1px solid #ea130e;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:1309px) {
    
}
@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{}
#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:#ea130e;}
#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:#ea130e;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>dd{}
#ProCate .CateList dl>dd>a{color:#fff;display:block;padding:10px;line-height:24px;font-size:15px;}
#ProCate .CateList dl>dd:hover>a{color:#ea130e;background-color:#fff;}
#ProCate .CateList .select{display:inline-block;width:365px;position:relative;background-color:#ea130e;float:left;}
#ProCate .CateList .select{margin-right:15px;}
#ProCate .CateList .select>span{display:block;padding:10px;cursor:pointer;color:#fff;line-height:24px;font-size:15px;}
#ProCate .CateList .select>span:before{content:"\e9e2";position:absolute;font-family:iconfont;right:10px;font-size:10px;}
#ProSearch{}
#ProSearch #sform2{overflow:hidden;border-bottom:1px solid #1b1b1b;}
#ProSearch #stext2{float:right;width:calc(100% - 30px);height:30px;background-color:transparent;border:none;border-right:none;padding:5px;}
#ProSearch #sbut2{padding:0;width:30px;height:30px;float:right;background-color:transparent;cursor:pointer;border:none;}
@media (min-width:1230px) and (max-width:1309px) {
}
@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) {
    #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>dd>a{font-size:14px;padding:5px 10px;}
}

#ProPage .intro{padding-bottom:15px;}
#ProPage .intro h2{font-size:24px;display:inline-block;line-height:40px;text-transform:uppercase;position:relative;}
#ProPage .intro h2:before{content:"";position:absolute;bottom:0;left:0;width:120px;height:3px;background-color:#201a1a;}
#ProPage .intro h2:after{content:"";position:absolute;bottom:0;left:30px;width:60px;height:3px;background-color:#ea130e;z-index:1;}
#ProPage .intro p{margin-top:10px;color:#868686;}
#ProPage .CateProList{padding-top:30px;}
#ProPage .CateProList .cpImg{width:580px;}
#ProPage .CateProList .cpImg>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 #ea130e;}
#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:#ea130e;z-index:1;}

#ProPage .ProList{overflow:hidden;}
#ProPage .ProList .item{width:100%;padding:20px 0 40px;border-bottom:5px solid #c3c3c3;margin-bottom:30px;overflow:hidden;border-top:1px solid #f9f9f9;display:flex;flex-wrap:wrap;}
#ProPage .ProList .item .pic{width:60%;float:left;position:relative;}
#ProPage .ProList .item img{width:100%;}
#ProPage .ProList .item .imglist{position:absolute;bottom:5px;right:0;display:flex;flex-wrap:wrap;}
#ProPage .ProList .item .imglist .simg{width:350px;margin-right:0;}
#ProPage .ProList .item .imglist .simg:not(:first-child){margin-left:10px;}
#ProPage .ProList .item .txt{width:40%;float:right;padding-left:30px;}
#ProPage .ProList .item .txt h3{font-size:30px;margin-bottom:8px;}
#ProPage .ProList .item .txt p{font-size:20px;color:#666;margin-bottom:20px;}
#ProPage .ProList .item .txt .line{width:100%;height:1px;background-color:#ccc;position:relative;margin-bottom:100px;}
#ProPage .ProList .item .txt .line:before{content:"";width:145px;height:3px;background-color:#ea130e;position:absolute;top:-1px;left:0;}
#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:#ea130e;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:#ea130e;color:#fff;font-size:16px;line-height:30px;padding:10px 30px;display:inline-block;}
#ProPage .ProList .item .txt a.link>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{border-bottom:5px solid #ea130e;}
@media (min-width:1230px) and (max-width:1309px) {
    #ProPage .ProList .item .txt h3{font-size:24px;}
    #ProPage .ProList .item .txt p{font-size:18px;}
    #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{}
    #ProPage .ProList .item img{}
    #ProPage .ProList .item .txt h3{font-size:24px;}
    #ProPage .ProList .item .txt p{font-size:16px;}
    #ProPage .ProList .item .txt a.link{padding:5px 30px;}
    #ProPage .ProList .item .txt .line{margin-bottom: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{}
    #ProPage .ProList .item .imglist{position:relative;bottom:initial;right:initial;}
    #ProPage .ProList .item .imglist .simg{width:250px;}
    #ProPage .ProList .item .pic{width:55%;}
    #ProPage .ProList .item img{}
    #ProPage .ProList .item .txt{width:45%;padding-left:15px;}
    #ProPage .ProList .item .txt h3{font-size:18px;}
    #ProPage .ProList .item .txt p{font-size:14px;}
    #ProPage .ProList .item .txt a.link{padding:5px 30px;}
    #ProPage .ProList .item .txt .line{margin-bottom:15px;}
    #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 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 .item{}
    #ProPage .ProList .item .pic{width:100%;}
    #ProPage .ProList .item .imglist{position:relative;bottom:initial;right:initial;}
    #ProPage .ProList .item .imglist .simg{width:100%;}
    #ProPage .ProList .item img{}
    #ProPage .ProList .item .txt{width:100%;padding-left:0;padding-top:10px;}
    #ProPage .ProList .item .txt h3{font-size:16px;}
    #ProPage .ProList .item .txt p{font-size:13px;}
    #ProPage .ProList .item .txt a.link{padding:3px 30px;}
    #ProPage .ProList .item .txt .line{margin-bottom:15px;}
    #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;}
#ProDetailPage .title{margin-bottom:20px;position:relative;text-align:left;}
#ProDetailPage .title h2{font-size:16px;line-height:36px;}
#ProDetailPage .title h2>svg{width:36px;height:36px;float:left;margin-right:15px;}
#ProDetailPage .title h2 a.back{float:right;color:#ea130e;}
#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){margin-top:30px;}
#slider{overflow:hidden;padding-bottom:50px;}
#picView{width:60%;float:left;background-color:#fff;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 #ea130e;background-color:#fff;}
#picView .gallery-thumbs .swiper-slide-thumb-active>a{}
#picView .btnlist{}
#picView .swbtn{position:absolute; width:40px;height:40px;line-height:40px; display:none; text-align:center;z-index:1;top:calc(50% - 20px);border:2px solid #ddd;}
#picView .swbtn>i{font-size:24px;font-weight:bold;line-height:40px;color:#ddd;}
#picView .swbtn:hover{background-color:#ea130e;border-color:#ea130e;}
#picView .swbtn:hover>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:#ea130e;}
#protitle{width:40%;float:right;padding:0 0 10px 30px;}
#protitle .title{}
#protitle .line{width:100%;height:1px;background-color:#ccc;position:relative;margin-bottom:15px;}
#protitle .line:before{content:"";width:145px;height:3px;background-color:#ea130e;position:absolute;top:-1px;left:0;}
#protitle h1{font-size:30px;line-height:45px;position:relative;margin-top:0;margin-bottom:5px;}
#protitle h3{font-size:20px;line-height:24px;margin-top:0;margin-bottom:10px;color:#666;text-transform:uppercase;position:relative;}
#protitle p{color:#888;}
#protitle .remark{padding-top:0;padding-bottom:0;}
#protitle .remark h5{font-size:18px;line-height:24px;margin-bottom:10px;font-weight:bold;}
#protitle .remark p{font-size:16px;line-height:24px;margin-bottom:5px;}
#protitle .remark p>b{display:block;}

#protitle #sharelist>a:hover{color:#ea130e;}

#protitle .btnlist{overflow:hidden;margin-top:20px;}
#protitle .btnlist>a.btnlink{display:inline-block;color:#ea130e;margin-bottom:10px;line-height:24px;font-size:18px;padding:8px 20px;border:1px solid #ea130e;position:relative;text-transform:uppercase;min-width:150px;text-align:center;}
#protitle .btnlist>a:not(:last-child){margin-right:20px;}
#protitle .btnlist>a>i{margin-right:15px;float:left;font-size:20px;}
#protitle .btnlist>a.btnlink:hover{color:#fff;}
#protitle .emaillist>a{margin-right:20px;text-decoration:underline;display:inline-block;}
#protitle .prevlist{margin-top:40px;}
#protitle .prevlist>a{display:block;margin-bottom:6px;}
#protitle .prevlist>a:hover{color:#ea130e;}
#protitle .prevlist>a:hover>b{color:#ea130e;}

#slider .inquiryline{width:100%;height:5px;background-color:#ea130e;margin:50px 0;position:relative;}
#slider .inquiryline i{width:75px;height:75px;line-height:75px;font-size:48px;color:#fff;background-color:#ea130e;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 #ea130e;position:absolute;bottom:-2px;width:100%;}

#ProductDetail{overflow:hidden;background-color:#fff;padding-bottom:30px;margin-top:50px;}
#ProductDetail .tit{margin-bottom:30px;overflow:hidden;border-bottom:1px solid #cbcbcb;}
#ProductDetail .tit a{display:inline-block;background-color:#ebebeb;float:left;margin-bottom:-1px;margin-right:1px;}
#ProductDetail .tit a h3{padding:10px 47px;font-size:18px;line-height:30px;color:#c1c1c1;}
#ProductDetail .tit a.active{background-color:#ea130e;}
#ProductDetail .tit a.active h3{color:#fff;}
#ProductDetail .content{}
#protitle .prevnext{margin-top:20px;}
#protitle .prevnext>a{display:block;font-size:16px;line-height:24px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;position:relative;}
#protitle .prevnext>a:before{content:"[";margin-right:1px;}
#protitle .prevnext>a:after{content:"]";margin-left:1px;}
#protitle .prevnext>a>b{margin-right:5px;}
#protitle .prevnext>a:hover{text-decoration:underline;}

#RelatedProduct{background-color:#fff;}
#RelatedProduct .tit{text-align:center;margin-bottom:20px;overflow:hidden;border-bottom:1px solid #d7d7d7;}
#RelatedProduct .tit a{border-top:1px solid #ea130e;display:inline-block;background-color:#ea130e;float:left;border-right:1px solid #fff;}
#RelatedProduct .tit a h3{padding:5px 55px;font-size:18px;line-height:30px;color:#fff;}
#RelatedProduct .list{overflow:hidden;}
#RelatedProduct .list .item{width:calc((100% - 45px)/4);margin-right:15px;float:left;}
#RelatedProduct .list .item:last-child{margin-right:0;}
#RelatedProduct .list .item .img{border:1px solid #eee;}
#RelatedProduct .list .item h3{font-size:15px;margin-top:10px;font-family:gilroy-regular,Arial,Verdana, Tahoma, Geneva,sans-serif;}
#RelatedProduct .list .item:hover h3{color:#ea130e;}

#inquiry{background-color:#fff;padding-bottom:30px;}
#inquiry .tit{text-align:center;margin-bottom:20px;overflow:hidden;border-bottom:1px solid #d7d7d7;}
#inquiry .tit a{border-top:1px solid #ea130e;display:inline-block;background-color:#ea130e;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:#ea130e;background:none;margin:0 3px;}
#inquiry p .email:hover{color:#ea130e;text-decoration:underline;}
@media (min-width:1230px) and (max-width:1309px) {
    #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>a{padding:5px 30px;}

    #inquiry .tit p{font-size:14px;width:100%;}
}
@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 .line{margin-bottom:10px;}
    #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>a{font-size:13px;line-height:20px;margin-bottom:0;padding:10px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{margin-top:10px;margin-bottom:10px;}
    #protitle #sharelist>a{width:36px;height:36px;}
    #protitle #sharelist>a>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>a>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:#ea130e;border-color:#ea130e;}
    #picView .swbtn>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>b{font-size:13px;}
    #protitle .emaillist>a{font-size:13px;}
    #protitle .prevlist{ margin-top:10px;}
    #protitle .prevlist>a{font-size:13px;line-height:18px;}
    #protitle .btnlist{margin-top:15px;}
    #protitle .btnlist > a#btnInquiry{ font-size:12px;line-height:18px;margin-bottom:10px;padding:5px 20px;}
    #protitle .btnlist>a:not(:last-child){margin-right:2%;}
    #protitle .share{}
    #protitle #sharelist>a{width:36px;height:36px;}
    #protitle #sharelist>a>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 .list .item{width:calc((100% - 15px)/2);margin-right:15px;margin-bottom:15px;}
    #RelatedProduct .list .item:nth-child(2n){margin-right:0;}
}

#Columns{float:left;}
#Columns a{display:inline-block;margin:0;text-align:center;padding:10px 30px;font-size:15px;line-height:30px;cursor:pointer;color:#8d8d8d;}
#Columns a:hover,#Columns a.active{color:#fff;background-color:#ea130e;}

@media (min-width:1px) and (max-width:767px) {
    #Columns{float:right;width:100%;}
    #Columns a{width:100%;padding:6px 15px;}
}

/*新闻*/
#NewsPage{}
#NewsList{}
#NewsList .item{display:flex;margin-bottom:35px;position:relative;transition:0s;background-color:#fafafa;border-bottom:4px solid #eee;}
#NewsList .item .pic{position:relative;width:400px;height:300px;overflow:hidden;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-webkit-flex-grow:0;-ms-flex-positive:0;flex-grow: 0;}
#NewsList .item .pic img{width:100%;position:relative;transform:translate(0,-50%);top:50%;}
#NewsList .item .txt{flex:1;padding:30px;border-bottom:4px solid #fafafa;}
#NewsList .item .txt .date{font-size:14px;line-height:20px;margin-bottom:10px;color:#696969;}
#NewsList .item .txt .date>i{display:inline-block;margin-right:5px;}
#NewsList .item .txt h3{font-size:22px;line-height:30px;margin-bottom:10px;font-weight:bold;}
#NewsList .item .txt p{font-size:14px;line-height:24px;color:#666;height:72px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;margin-bottom:25px;}
#NewsList .item a.link{display:inline-block;height:30px;line-height:30px;padding:0 10px 0 16px;text-align:center;font-size:14px;position:relative;background-color:#ea130e;color:#fff;}
#NewsList .item a.link>i{margin-left:5px;font-size:18px;line-height:30px;vertical-align:top;}
#NewsList .item a.link:hover{}
#NewsList .item:hover{border-bottom:4px solid #ea130e;}
@media (min-width:992px) and (max-width:1229px) {
    #NewsList .item .pic{width:40%;height:250px;}
    #NewsList .item .txt{padding-left:20px;}
    #NewsList .item .txt p{font-size:14px;line-height:20px;height:60px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .item .pic{width:40%;height:200px;}
    #NewsList .item .txt{padding-left:20px;padding-top:10px;padding-bottom:10px;padding-top:10px;}
    #NewsList .item .txt p{font-size:13px;line-height:20px;height:40px;-webkit-line-clamp:2;}
    #NewsList .item .txt .date{}
}
@media (min-width:1px) and (max-width:767px) {
    #NewsList .item .pic{display:none;}
    #NewsList .item .txt{padding:10px;}
    #NewsList .item .txt h3{font-size:16px;line-height:24px;}
    #NewsList .item .txt p{font-size:13px;line-height:20px;height:auto;-webkit-line-clamp:inherit;}
    #NewsList .item .txt .date{}
}

#exNews{}
#exNews .title{margin-bottom:50px;}
#exNews .list .swiper-container{padding-bottom:30px;}
#exNews .list .item{padding:25px;overflow:hidden;box-shadow:0 0 10px #ccc;margin:10px;}
#exNews .list .item .img{width:66%;float:left;border:1px solid #eee;height:450px;}
#exNews .list .item .img img{position:relative;top:50%;transform:translate(0,-50%);}
#exNews .list .item .txt{width:34%;float:right;padding:30px 0 30px 30px;}
#exNews .list .item .txt h3{font-size:25px;margin-bottom:20px;}
#exNews .list .item .txt .date{position:relative;margin-bottom:20px;}
#exNews .list .item .txt .date span{display:inline-block;font-size:13px;line-height:20px;color:#8b8b8b;margin-right:20px;}
#exNews .list .item .txt .date i{color:#ea130e;margin-right:6px;display:inline-block;font-size:12px;}
#exNews .list .item .txt p{font-size:16px;line-height:26px;height:260px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:10;overflow:hidden;}
#exNews .list .item .link{position:absolute;bottom:-23px;right:100px;border:2px solid #ea130e;border-radius:50%;width:60px;height:60px;line-height:56px;color:#ea130e;background-color:#fff;text-align:center;}
#exNews .list .item .link i{font-size:30px;}
#exNews .swiper-pagination{bottom:50px;position:relative;margin-top:30px;}
#exNews .swiper-pagination-bullet{width:10%;height:6px;border:none;margin:0 10px;border-radius:0;}
#exNews .swiper-pagination-bullet-active{background-color:#ea130e;}

#compNews{}
#compNews .title{margin-bottom:50px;}
#compNews .list{padding-left:60px;padding-right:60px;position:relative;}
#compNews .list .item{border:1px solid #e5e5e5;padding:12px;}
#compNews .list .item .img{height:220px;margin-bottom:20px;border-bottom:1px solid #eee;}
#compNews .list .item .img img{position:relative;top:50%;transform:translate(0,-50%);}
#compNews .list .item .txt{padding:0 10px 10px;}
#compNews .list .item .txt .date{margin-bottom:15px;}
#compNews .list .item .txt .date span{display:inline-block;font-size:13px;line-height:20px;color:#a1a1a1;font-size:17px;}
#compNews .list .item .txt .date i{margin-right:6px;}
#compNews .list .item .txt h3{margin-bottom:15px;font-size:18px;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#compNews .list .item .txt p{font-size:15px;line-height:20px;height:60px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#666;}
#compNews .list .item:hover{border:1px solid #ea130e;}
#compNews .btnlist .swbtn{position:absolute;top:calc(50% - 25px);width:50px;height:50px;line-height:50px;border:2px solid #e5251a;border-radius:50%;text-align:center;background-color:#fff;}
#compNews .btnlist .swbtn>i{display:block;font-size:24px;color:#e5251a;}
#compNews .btnlist .swbtn.btn-prev{left:0;}
#compNews .btnlist .swbtn.btn-next{right:0;}

#NewsPage #sharelist{border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea;padding:8px 0;text-align:right;margin-bottom:30px;width:100%;overflow:hidden;}
#NewsPage #sharelist>p{float:left;line-height:24px;font-size:14px;color:#868686;margin:0;}
#NewsPage #sharelist span{display:inline-block;font-size:14px;color:#868686;margin-right:10px;line-height:30px;}
#NewsPage #sharelist>a{display:inline-block;color:#868686;font-size:20px;margin:0 0 0 5px;border:1px solid #999;width:30px;height:30px;line-height:28px;text-align:center;border-radius:50%;}
#NewsPage #sharelist>a:hover{color:#ea130e;border:1px solid #ea130e;}
#NewsPage #sharelist>a>i{width:28px;height:28px;line-height:28px;font-size:18px;}
#NewsPage #sharelist .bdsharebuttonbox{float:right;}
#NewsPage #sharelist .bdsharebuttonbox>span{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a{display:inline-block;vertical-align:middle;float:none;width:30px;height:30px;color:#666;border:1px solid #666;}
#NewsPage #sharelist .bdsharebuttonbox>a:before{line-height:30px;}
#NewsPage #sharelist .bdsharebuttonbox>a:hover{color:#ea130e;border:1px solid #ea130e;}
#NewsPage .btnList{margin-top:30px;padding-top:20px;border-top:1px solid #cdcdcd;}

#NewsPage .btnList>.link{font-size:16px;line-height:24px;display:block;}
#NewsPage .btnList>.link>i.iconfont{display:inline-block;width:40px;height:40px;line-height:38px;text-align:center;font-size:20px;border-radius:50%;border:2px solid #dedede;color:#dedede;vertical-align:top;margin:0 6px;}
#NewsPage .btnList>.link:hover>i.iconfont{border:2px solid #ea130e;color:#ea130e;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #exNews .title{margin-bottom:30px;}
    #exNews .list .item .img{height:320px;}
    #exNews .list .item .txt{padding:20px 0 20px 20px;}
    #exNews .list .item .txt p{height:182px;-webkit-line-clamp:7;}
}
@media (min-width:768px) and (max-width:991px) {
    #exNews .title{margin-bottom:30px;}
    #exNews .list .item{padding:15px;}
    #exNews .list .item .img{height:240px;}
    #exNews .list .item .txt{padding:0 0 0 20px;}
    #exNews .list .item .txt p{font-size:14px;line-height:24px;height:120px;-webkit-line-clamp:5;}
}
@media (max-width:767px){
    #exNews .title{margin-bottom:30px;}
    #exNews .list .item{padding:15px;}
    #exNews .list .item .img{width:100%;height:150px;}
    #exNews .list .item .txt{padding:15px 0;width:100%;}
    #exNews .list .item .txt h3{font-size:18px;margin-bottom:10px;}
    #exNews .list .item .txt .date{margin-bottom:10px;}
    #exNews .list .item .txt p{font-size:14px;line-height:20px;height:100px;-webkit-line-clamp:5;}
    
    #compNews .list{padding-left:50px;padding-right:50px;}
    #compNews .list .item .img{height:150px;margin-bottom:15px;}
    #compNews .list .item .txt{padding:0;}
    #compNews .list .item .txt .date span{font-size:13px;}
    #compNews .list .item .txt h3{font-size:14px;line-height:20px;height:40px;}
    #compNews .list .item .txt p{font-size:13px;line-height:18px;height:54px;}
    #compNews .btnlist .swbtn{width:40px;height:40px;line-height:36px;top:calc(50% - 20px);}

    #NewsPage #sharelist{ text-align:center;}
    #NewsPage #sharelist>p{width:100%;margin-bottom:5px;font-size:12px;}
    #NewsPage #sharelist span{font-size:12px;line-height:20px; }
    #NewsPage .btnList>.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>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>a:before{line-height:30px;vertical-align:top;display:inline-block;}
#sharelist .bdshare-button-style0-32>a.bds_sqq:before{content:"\e635";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_qzone:before{content:"\e631";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e640";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e606";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>i{display:block;width:40px;height:40px;line-height:40px;text-align:center;font-size:24px;}
/*#sharelist a>i.pinterest-p{background-color:#ca1c23;}
#sharelist a>i.google-plus{background-color:#dc4e41;}
#sharelist a>i.facebook{background-color:#3b5998;}
#sharelist a>i.twitter{background-color:#1da1f2;}
#sharelist a>i.linkedin{background-color:#0077b5;}
#sharelist a>i.youtube{background-color:#ff011d;}*/
#RelatedNews{overflow:hidden;padding:0 0 20px 0;background-color:#fff;}
#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:#ea130e;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:1309px) {
}
@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>i{display:block;width:36px;height:36px;line-height:36px;text-align:center;font-size:20px;}
}


/*分页*/
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:4px 10px;border:1px solid #ddd;background-color:#fff;color:#337ab7;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;border-color:#ddd;background-color:#eee;color:#23527c;}
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;}
ul.pagination li {margin-left:5px;display:inline-block;margin-bottom:5px;}
ul.pagination li a{background-color:#fff;border-color:#ea130e;border-radius:0;color:#ea130e;font-size:14px;}
ul.pagination li.active span{background-color:#ea130e;border-color:#ea130e;border-radius:0;color:#fff;font-size:14px;}
ul.pagination li:first-child a{border-radius:0;}
ul.pagination li:last-child a{border-radius:0;}
ul.pagination li:hover a,ul.pagination li.active:hover>span{background-color:#ea130e;color:#fff;}


#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>a{display:block;position:relative;}
#videolist .img>a .play{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.3);text-align:center;}
#videolist .img>a .play>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:1309px) {
}
@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>a .play>i{font-size:36px;}
}


#downtable.table th{text-align:center;}
#downtable.table>tbody>tr{margin-bottom:15px;}
#downtable.table>tbody>tr>td{border-top:none;border-bottom:1px solid #ddd;vertical-align:middle;padding:8px 15px;font-size:18px;}
#downtable.table>tbody>tr>td:nth-child(1){}
#downtable.table>tbody>tr>td:nth-child(2){width:200px;text-align:center;}
#downtable.table>tbody>tr>td:nth-child(3){width:150px;text-align:center;}
#downtable.table>tbody>tr>td i.icon-tit{}
#downtable.table>tbody>tr>td i.icon-down{}
@media (max-width:767px) {
    #downtable.table>tbody>tr>td:nth-child(1){width:50px;}
    #downtable.table>tbody>tr>td:nth-child(2){}
    #downtable.table>tbody>tr>td:nth-child(3){width:80px;}
    #downtable.table > tbody > tr > td{font-size:14px;}
}
#downtable dt,#downtable dd{display:flex;justify-content:space-between;padding:10px 20px;margin-bottom:5px;}
#downtable dt span,#downtable dd span{display:block;font-size:16px;line-height:24px;}
#downtable dt span{color:#d80000;font-weight:bold;}
#downtable dt span:nth-child(1),#downtable dd span:nth-child(1){text-align:left;flex:auto;}
#downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:200px;text-align:right;}
#downtable dt span:nth-child(3),#downtable dd span:nth-child(3){width:300px;text-align:center;}
#downtable dt span:nth-child(4),#downtable dd span:nth-child(4){width:200px;text-align:center;}
#downtable dd{border-bottom:2px solid #d0d0d0;}
#downtable dd span:nth-child(1)>i{color:#d80000;font-size:20px;margin-right:10px}
#downtable dd a{display:inline-block;}
#downtable dd i.icon-down{font-size:18px;margin-left:30px;}
@media (min-width:1230px) and (max-width:1309px) {
}
@media (min-width:992px) and (max-width:1229px) {
    #downtable dt,#downtable dd{padding:15px 15px 15px 30px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:20%;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,#downtable dd{padding:15px 15px 15px 15px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:20%;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:1px) and (max-width:767px) {
    #downtable dt,#downtable dd{padding:10px;margin-bottom:10px;}
    #downtable dt span:nth-child(2),#downtable dd span:nth-child(2){width:20%;text-align:center;}
    #downtable dt span, #downtable dd span{font-size:14px;}
    #downtable dd i.icon-down{margin-left:5px;}
    #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;}
}

/*感谢页面*/
#thk_nav{text-align:center;}
#thk_nav h2{margin-bottom:20px;text-align:center;}
#thk_nav>p{line-height:28px;font-size:14px;}
.btnthank{padding:5px 10px;margin-top:15px;display:inline-block;border:1px solid #ea130e;color:#ffffff;background-color:#ea130e;}
.btnthank:hover{background-color:#ffffff;color:#ea130e;}
@media (max-width:767px) {
    #thk_nav>p{line-height:20px;font-size:13px;}
}

/*网站地图*/
#sitemapnav { width:100%; position:relative;overflow:hidden;}
#sitemapnav li{  list-style:none;}
#sitemapnav a{ color:#333; }
#sitemapnav .fontbig {	width:100% !important;}
#sitemapnav .bigli{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;}
}



/*按钮样式*/
.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 #ea130e;
  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 #ea130e 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 #ea130e;
  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 #ea130e 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-'] > img,
[class*=' imghvr-'] > img {
  vertical-align: top;
  max-width: 100%;
}
[class^='imghvr-'] figcaption,
[class*=' imghvr-'] figcaption {
  background-color: inherit;
  padding: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
[class^='imghvr-'] h3,
[class*=' imghvr-'] h3,
[class^='imghvr-'] p,
[class*=' imghvr-'] p {
  margin: 0;
  padding: 0;
  color: #fff;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
/* imghvr-zoom-in
   ----------------------------- */
.imghvr-zoom-in figcaption {
  text-align:center;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-color:rgba(0,0,0,0.5);
  width:100%;
  height:100%;
}
.imghvr-zoom-in figcaption h3{text-align:center;transform:translateY(-50%);top:50%;position:relative;}
.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
/* imghvr-shutter-out-diag-1
   ----------------------------- */
[class^='imghvr-shutter-out-']:before,
[class*=' imghvr-shutter-out-']:before {
  background: inherit;
  position: absolute;
  content: '';
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
[class^='imghvr-shutter-out-'] figcaption,
[class*=' imghvr-shutter-out-'] figcaption {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover:before,
[class*=' imghvr-shutter-out-']:hover:before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
[class^='imghvr-shutter-out-']:hover figcaption,
[class*=' imghvr-shutter-out-']:hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.imghvr-shutter-out-diag-1:before {
  top: 50%;
  bottom: 50%;
  left: -35%;
  right: -35%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.imghvr-shutter-out-diag-1:hover:before {
  top: -35%;
  bottom: -35%;
}

/*.table{border-collapse:collapse!important;}
.table td,.table th{background-color:#fff!important;}
.table-bordered td,.table-bordered th{border:1px solid #ddd!important;}*/

table{background-color:transparent;}
th{text-align:left;}
.table{margin-bottom:20px;width:100%;max-width:100%;}
.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th{padding:8px;border-top:1px solid #ddd;vertical-align:top;line-height:1.42857143;}
.table>thead>tr>th{border-bottom:2px solid #ddd;vertical-align:bottom;}
.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th{border-top:0;}
.table>tbody+tbody{border-top:2px solid #ddd;}
.table .table{background-color:#fff;}
.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th{padding:5px;}
.table-bordered{border:1px solid #ddd;}
.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border:1px solid #ddd;}
.table-bordered>thead>tr>td,.table-bordered>thead>tr>th{border-bottom-width:2px;}
.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9;}
.table-hover>tbody>tr:hover{background-color:#f5f5f5;}
table col[class*=col-]{position:static;float:none;display:table-column;}
table td[class*=col-],table th[class*=col-]{position:static;float:none;display:table-cell;}
.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active{background-color:#f5f5f5;}
.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover{background-color:#e8e8e8;}
.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success{background-color:#dff0d8;}
.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover{background-color:#d0e9c6;}
.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info{background-color:#d9edf7;}
.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover{background-color:#c4e3f3;}
.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning{background-color:#fcf8e3;}
.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover{background-color:#faf2cc;}
.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger{background-color:#f2dede;}
.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover{background-color:#ebcccc;}
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}


#aboutframe .abnetwork .content{position:relative;padding:50px 0;}
#aboutframe .abnetwork .mapC{ position:absolute;top:0px; left:0px; width:100%; height:100%; transform:scale(1);transform-origin: 0 0; }
#aboutframe .abnetwork .mapC .dot{ width:100px;height:100px;position:absolute;box-sizing:border-box;border-radius:50%;text-align:center;line-height:100px;}
#aboutframe .abnetwork .mapC .dot:before{content:"";display:inline-block;width:50px;height:50px;border-radius:50%;margin-top:25px;opacity: 1}
#aboutframe .abnetwork .mapC .dot span{display:block;width:0px;height:0px;box-sizing:border-box;position:absolute;border-radius:50%;left:50%;top:50%;}
#aboutframe .abnetwork .mapC .dot .sp1{animation: spOne 4.5s linear 0s infinite;}
#aboutframe .abnetwork .mapC .dot .sp2{animation: spOne 4.5s linear 1.5s infinite;}
#aboutframe .abnetwork .mapC .dot .sp3{animation: spOne 4.5s linear 3s infinite;}
#aboutframe .abnetwork .mapC .dot .sp4{animation: spOne 4.5s linear 4.5s infinite;}
#aboutframe .abnetwork .mapC .dot1{top:6%;left:28%;}
#aboutframe .abnetwork .mapC .dot1:before{background-color:#d6ebe1;}
#aboutframe .abnetwork .mapC .dot1 span{border:0 solid #d6ebe1;}
#aboutframe .abnetwork .mapC .dot2{top:35%;left:20%;}
#aboutframe .abnetwork .mapC .dot2:before{background-color:#d3edfb;}
#aboutframe .abnetwork .mapC .dot2 span{border:0 solid #d3edfb;}
#aboutframe .abnetwork .mapC .dot3{top:66%;left:27%;}
#aboutframe .abnetwork .mapC .dot3:before{background-color:#fbd7a3;}
#aboutframe .abnetwork .mapC .dot3 span{border:0 solid #fbd7a3;}
#aboutframe .abnetwork .mapC .dot4{top:23%;left:43%;}
#aboutframe .abnetwork .mapC .dot4:before{background-color:#fadce9;}
#aboutframe .abnetwork .mapC .dot4 span{border:0 solid #fadce9;}
#aboutframe .abnetwork .mapC .dot5{top:57%;left:53%;}
#aboutframe .abnetwork .mapC .dot5:before{background-color:#f3ddc8;}
#aboutframe .abnetwork .mapC .dot5 span{border:0 solid #f3ddc8;}
#aboutframe .abnetwork .mapC .dot6{top:43%;left:72%;}
#aboutframe .abnetwork .mapC .dot6:before{background-color:#feecc0;}
#aboutframe .abnetwork .mapC .dot6 span{border:0 solid #feecc0;}
#aboutframe .abnetwork .mapC .dot7{top:72%;left:82%;}
#aboutframe .abnetwork .mapC .dot7:before{background-color:#ecf2c5;}
#aboutframe .abnetwork .mapC .dot7 span{border:0 solid #ecf2c5;}

@keyframes spOne{
0%{opacity:1;width:0px;height:0px;margin-left:0px;margin-top:0px;border-width:0px}
50%{opacity:0;width:200px;height:200px;margin-left:-100px;margin-top:-100px;border-width:20px}
100%{opacity:0;width:0px;height:0px;margin-left:0px;margin-top:00px;}
}


#bag_box .bag:target{padding-top:100px;}
#bag_box .bag{overflow:hidden;}
#bag_box .bag .img{width:20%;float:left;text-align:center;}
#bag_box .bag .img h3{font-family:Arial;font-size:18px;line-height:2;}
#bag_box .bag .txt{width:80%;float:left;}
#bag_box .bag .txt p{font-family:Arial;font-size:16px;line-height:2;}
#bag_box .bag .txt img{margin-top:20px;}
#bag_box .bag .txt a{color:#E53333;font-weight:bold;}
#bag_box .line{width:100%;margin:25px 0;}
@media (max-width:767px) {
    #bag_box .bag .img{width:100%;}
    #bag_box .bag .txt{width:100%;}
}


#ProductDetail #Tab_1 table tr > td:first-child {
  width: 35%;
}

#ProDetailPage .container{width:1000px;}
#ProductDetail table{100% !important}
@media screen and (min-width: 1px) and (max-width: 1309px){
#ProDetailPage .container {width: 100%;}
}

#ProductDetail #detail table tr:nth-child(1) td{background-color:#E53333;font-size:18px;line-height:2;color:#fff;font-family:Tahoma;text-align:center;}
#ProductDetail #detail table tr:nth-child(3) td{font-size:16px;line-height:2;font-family:Tahoma;}



#mapschinac{width:100%;height:600px;background:white;}
#exhibitionPage .yearlist{margin-top:30px;}
#exhibitionPage .yearlist a.year{display:inline-block;background-color:#aaa;color:#fff;padding:12px 40px;font-size:18px;border-right:1px solid #fff;}
#exhibitionPage .yearlist a.year.active{background-color:#ea130e;}
#exhibitionPage section{margin-bottom:30px;border-bottom:2px solid #ea130e;}
#exhibitionPage section .title{margin-bottom:20px;}
#exhibitionPage section .title h3{font-size:30px;cursor:pointer;}
#exhibitionPage section .title h3>i{margin-left:5px;display:inline-block;vertical-align:middle;}
#exhibitionPage .listbox{transition:none;}
#exhibitionPage .list{border-top:3px solid #ea130e;padding-top:30px;margin-top:30px;}
#exhibitionPage .list .item{margin-bottom:30px;background-color:#f5f5f5;}
#exhibitionPage .list .img{width:30%;margin:0;}
#exhibitionPage .list .txt{width:67%;margin:0;padding-top:25px;}
#exhibitionPage .list .txt h3{font-size:24px;font-weight:bold;}
#exhibitionPage .list .txt p{margin-top:8px;font-size:16px;color:#666}
#exhibitionPage .list .txt p>i{margin-right:5px;}
#exhibitionPage .list .txt .line{display:block;width:100px;height:1px;background-color:#ea130e;margin:10px 0;}
#exhibitionPage .list .txt p.remark{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:#666}
#exhibitionPage .list .morelink{background-color:#ea130e;color:#fff;font-size:16px;line-height:30px;padding:5px 25px;display:inline-block;margin-top:20px;}
#exhibitionPage .list .morelink>i{margin-left:6px;font-size:16px;line-height:30px;vertical-align:top;}
#exhibitionPage .list .morelink:hover{box-shadow:0 0 10px #ccc;}
@media (max-width:767px) {
    #mapschinac{height:250px;}
    #exhibitionPage .yearlist a.year{padding:6px 30px;}
    #exhibitionPage section .title h3{font-size:20px;}
    #exhibitionPage .list .img{width:100%;margin:0;display:none;}
    #exhibitionPage .list .txt{width:100%;margin:0;padding:15px;}
    #exhibitionPage .list .txt h3{font-size:16px;}
    #exhibitionPage .list .txt p{font-size:13px;}
    #exhibitionPage .list .morelink{line-height:20px;font-size:14px;padding:5px 15px;}
    #exhibitionPage .list .morelink>i{line-height:20px;}
}
