@charset "utf-8";
@import url('iconfont.css');
@font-face {
  font-family: 'SourceHanSans';  /* project id 1951647 */
  src: url('../fonts/SourceHanSansCN-Regular.eot');
  src: url('../fonts/SourceHanSansCN-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/SourceHanSansCN-Regular.woff2') format('woff2'),
  url('../fonts/SourceHanSansCN-Regular.woff') format('woff'),
  url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'),
  url('../fonts/SourceHanSansCN-Regular.svg#SourceHanSans') format('svg');
  font-display: swap;
}

html,body{scroll-behavior: smooth;}
/*****  font-display: swap;  字体延迟加载*****/
a{outline:none;  color:#333;text-decoration:none;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
a:focus{outline:none;}
a:link,a:visited{text-decoration:none;}
a:hover{color:#d80c0d;text-decoration:none;}
img,li{border:0;vertical-align:top;}
img{max-width:100%;}
.clear{clear:both;width:0;height:0;font-size:0;line-height:0;}
*{margin:0;padding:0;}
ul{list-style-type:none;}
dd,dt,h5,img,li,ul{margin:0;padding:0;}
b,body,dd,div,form,h5,h6,html,img,input,li,p,pre,td,ul{margin:0 auto;padding:0;font-family:'Microsoft YaHei', Arial,Verdana, Tahoma, Geneva,  sans-serif;}
h1,h2,h3,h4,dt{font-family:SourceHanSans,'Microsoft YaHei', Arial,Verdana, Tahoma, Geneva,  sans-serif;}
.clearfix:after,.clearfix:before{display:table;content:" ";}
.clearfix:after{clear:both;}
.noinfo{font-size:16px;text-align:center;margin-top:20px;}
.item .img{overflow:hidden;}
.item .img img{width:100%;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
.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);}

body{padding-top:142px;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
.container{width:1230px;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    body{padding-top:142px;}
    .container{width:100%;}
}
@media screen and (min-width:768px ) and (max-width:991px) {
    body{padding-top:62px;}
    .container{width:100%;}
}
@media screen and (min-width:1px ) and (max-width:767px) {
    body{padding-top:0;}
    .container{width:100%;}
}

/*搜索框*/
#TopSearch{float:right;position:relative;z-index:1;margin-top:10px;}
#TopSearch .SearchBox{position:fixed;top:0;right:0;left:100%;bottom:100%;background:rgba(0,0,0,1);overflow:hidden;padding:0;transition:all .5s;}
#TopSearch .SearchBox .searchclose{float:right;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;}
#TopSearch .SearchBox.show{left:0;bottom:0;padding:30px;}
#TopSearch .SearchBox .searchclose:hover{transform:rotate(45deg);}
#TopSearch .topTel{display:inline-block;font-family:'Franklin Gothic',Arial, Helvetica, sans-serif;font-size:30px;line-height:30px;font-weight:bold;color:#d80c0d;}
#TopSearch .topTel>i{color:#222;display:inline-block;vertical-align:top;font-size:36px;margin-right:10px;}
#TopSearch a.iconfont{display:inline-block;width:36px;height:36px;line-height:36px;text-align:center;border-radius:50%;background-color:#d80c0d;color:#fff;font-size:20px;vertical-align:top;margin-left:15px;}
#sform1{width:80%;margin:0 auto;}
#sform1{position:relative;margin-top:50px;border-bottom:1px solid rgb(255, 255, 255);overflow:hidden;}
#sform1 #stext1{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);}
#sform1 #sbut1{float:right;width:160px;height:160px;line-height:160px;background:transparent;border:none;}
#sform1 #sbut1>i{display:inline-block;font-size:80px;color:rgb(255, 255, 255);}
@media (min-width:1230px) and (max-width:1429px) {
    #sform1{width:100%;}
    #sform1 #stext1{font-size:48px;}
}
@media (min-width:992px) and (max-width:1229px) {
    #sform1{width:100%;}
    #sform1 #stext1{font-size:36px;width:calc(100% - 100px);height:100px;line-height:100px;}
    #sform1 #sbut1{width:100px;height:100px;line-height:100px;}
    #sform1 #sbut1>i{font-size:60px;}
}
@media (min-width:768px) and (max-width:991px) {
    #TopSearch{display:none;}
}
@media (min-width:1px) and (max-width:767px){
    #TopSearch{display:none;}
}

header{background-color:#fff;position:fixed;top:0;width:100%;z-index:99;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
header #logo{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
header #logo img{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
header #Menu ul>li{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
header #Menu ul>li>a{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}

header.fixhead{position:fixed;width:100%;border-bottom:solid 1px #eaeaea;top:0;}
header.fixhead #logo{height:0;padding:0;}
header.fixhead #Menu ul.menunav>li>a{padding:15px 0;}

#logo{overflow:hidden;padding-top:20px;padding-bottom:20px;}
#logo .logo{float:left;}
@media (min-width:992px) and (max-width:1229px) {
    
    header.fixhead #Menu ul.menunav>li{}
}
@media (min-width:768px) and (max-width:991px) {
    header{}
}
@media (min-width:1px) and (max-width:767px)
{
    header{position:relative;}
}

#Menu{}
#Menu:after{content:"";clear:both;display:table;}
#Menu ul.menunav{}
#Menu ul.menunav>li{display:inline-block;padding:0 45px;position:relative;}
#Menu ul.menunav>li>a{position:relative;display:block;font-size:19px;line-height:30px;padding:15px 0;color:#000;}
#Menu ul.menunav>li>a:before{content:"";width:0%;height:4px;background-color:#d80c0d;position:absolute;bottom:0;transition:all .4s;}
#Menu ul.menunav>li:before{content:"";position:absolute;right:0;top:15px;width:2px;height:34px;background-color:#e8e8e8;}
#Menu ul.menunav>li:nth-child(2):after{content:"";position:absolute;left:0;top:15px;width:2px;height:34px;background-color:#e8e8e8;}
#Menu ul>li:not(:nth-child(7)){}
#Menu ul>li.logo{display:none;}
#Menu ul>li.logo>a{padding:0;}
#Menu ul>li#search{position:relative;display:none;}
#Menu ul.menunav>li.open>a,#Menu ul.menunav>li:hover>a{color:#d80c0d;}
#Menu ul.menunav>li.open>a:before,#Menu ul.menunav>li:hover>a:before,#Menu ul.menunav>li.active>a:before{width:100%;}
#Menu ul>.open>a,#Menu ul>.open>a:focus,#Menu ul>.open>a:hover,#Menu ul>.active>a,#Menu ul>.active>a:hover{}
#Menu ul>li:hover>a,#Menu ul>li.active>a{}
#Menu ul>li:hover>a:before,#Menu ul>li.active>a:before{}

#Menu ul>li.dropdown>a>i{display:inline-block;font-size:12px;margin-left:5px;vertical-align:top;transition:all .2s;}
#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 ul.dropdown-menu{margin-top:0;border-radius:0 0 5px 5px;display:none;min-width:198px;border:none;box-shadow:3px 5px 2px #bebfc1;}
#Menu ul>li ul.dropdown-menu>li{float:initial;width:100%;margin:0;}
#Menu ul>li ul.dropdown-menu>li>a{line-height:24px; color:#222; font-size:14px; border-bottom:solid 1px #fff;padding:5px 15px 5px 10px;display:block;}
#Menu ul>li ul.dropdown-menu>li>a>i{font-size:14px;}
#Menu ul>li ul.dropdown-menu>li>a:hover{background:#fff;color:#d80c0d;}
#Menu ul>li:hover ul.dropdown-menu{display:block; z-index:99; background:#ffffff;}
#Menu ul>li ul.dropdown-menu.procatelist{width:1200px;margin-left:-314px;padding:0 20px 15px;}
#Menu ul>li ul.dropdown-menu.procatelist>li.tit{width:100%;margin:15px 0 5px;}
#Menu ul>li ul.dropdown-menu.procatelist>li.tit h4{margin:0;font-size:24px;font-weight:bold;padding:5px 15px 5px 10px;color:#d80c0d;}
#Menu ul>li ul.dropdown-menu.procatelist>li{width:25%;float:left;}


/*手机导航*/
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:#d80c0d; -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:#d80c0d; -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:#d80c0d; -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:#d80c0d; -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:#d80c0d; -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:#d80c0d; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}

@media (min-width:992px) and (max-width:1229px) {
    #logo .logo{width:50%;}
    #Menu ul.menunav>li{padding:0 35px;}
    #Menu ul.menunav>li>a{font-size:18px;}
    #Menu ul>li ul.dropdown-menu.procatelist{width:900px;margin-left:-220px;}
}
@media (min-width:768px) and (max-width:991px){
    #Menu{padding:0px;}
    #logo{padding-top:10px;padding-bottom:10px;}
    #logo img{}
    header #menu_btn{ display: block;margin-top:5px;float:right;}
    #Menu ul>li:hover>a:before,#Menu ul>li.active>a:before{display:none;}

}
@media (min-width:1px) and (max-width:767px) {
    #Menu{padding:0px;}
    #logo{width:100%;margin:0;padding-top:10px;padding-bottom:10px;}
    #logo .logo{width:80%;}
    header #menu_btn{ display: block;margin-top:0;float:right;}
    #Menu ul>li:hover>a:before,#Menu ul>li.active>a:before{display:none;}

}
@media (min-width:1px) and (max-width:991px) {
    header .navbar-brand img{margin:0;width:200px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #d80c0d; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;}
    #Menu ul.menunav{margin:0;}
    #Menu ul.menunav>li.logo{display:block;}
    #Menu ul.menunav{ display: block; padding: 0px 0 80px; text-align: left;overflow:hidden;}
    #Menu ul.menunav>li{width:100%; padding:0 15px; margin:15px 0 0;}
    #Menu ul.menunav>li:nth-child(1){width:100%; padding:5px 15px; text-align: center;border-bottom:1px solid #fff;margin:0;background-color:#fff;}
    #Menu ul.menunav>li:nth-child(1)>a{padding: 0;height:50px;padding-top:15px;}
    #Menu ul.menunav>li:nth-child(1)>a>img{}
    #Menu ul.menunav>li>a{font-size:16px;padding:0px;font-weight:bold;background-color:transparent !important;color: #f5f5f5 !important;line-height:24px;}
    #Menu ul.menunav>li>a:hover:after,#Menu ul>.open>a:after{opacity:0;}
    #Menu ul>.open>a,#Menu ul>.open>a:focus,#Menu ul>.open>a:hover,#Menu ul>.active>a,#Menu ul>.active>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;box-shadow:none;border:none;padding-left:0;overflow:hidden;min-width:inherit;}
    #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;letter-spacing:0;}
    #Menu ul>li ul.dropdown-menu>li>a:hover{background-color:#d80c0d;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}
    #Menu ul>li:hover ul.dropdown-menu{background:transparent;}
    
    #Menu ul.menunav>li:before,#Menu ul.menunav > li:nth-child(2)::after{background:none;}
    #Menu ul>li ul.dropdown-menu.procatelist{width:100%;margin:0;padding:5px 0 5px 10px;}
    #Menu ul>li ul.dropdown-menu.procatelist>li.tit{width:100%;margin:5px 0;}
    #Menu ul>li ul.dropdown-menu.procatelist>li{width:100%;float:initial;}
    #Menu ul>li ul.dropdown-menu.procatelist>li.tit h4{font-size:16px;padding:0;color:#fff;}

    #Menu ul.menunav>li.lang{display:block;}
    #Menu ul.menunav>li.lang>a{display:inline-block;margin-right:30px;}
    #Menu ul>li#search{display:block;}
    #Menu ul>li#search #sform{border:1px solid #fff;}
    #Menu ul>li#search #stext{width:80%;background-color:#fff;height:30px;line-height:30px;color:#333;font-size:14px;font-weight:normal;padding-left:8px;border:none;float:left;}
    #Menu ul>li#search #sbut{width:20%;height:30px;line-height:30px;background-color:#d80c0d;border:none;color:#fff;}
    #Menu ul>li#search #sbut>i{height:30px;line-height:30px;width:30px;font-size:18px;vertical-align:top;}
}

#bframe{overflow:hidden;position:relative;}
#bframe img{max-width:100%;display:block;margin:0 auto;}
#ibframe{min-height:300px;text-align:center;}
#ibframe .swiper-pagination{bottom:20px;}
#ibframe .swiper-pagination-bullet{width:40px;height:4px;background-color:#fff;border-radius:0;opacity:0.6;margin:0;}
#ibframe .swiper-pagination-bullet-active{opacity:1;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px){
    #bframe{display:none;}
    #ibframe{min-height:initial;}
}


.frame{padding-top:50px;padding-bottom:20px;}
.frame .title{margin-bottom:20px;text-align:center;}
.frame .title h2{font-size:34px;margin-bottom:0;margin-top:0;font-weight:bold;text-transform:uppercase;color:#d80c0d;}
.frame .title .line{width:60px;height:4px;background-color:#e94c07;position:relative;}
.frame .title .line:before{content:"";position:absolute;width:78px;height:2px;background-color:#d80c0d;top:1px;right:100%;}
.frame .title .line:after{content:"";position:absolute;width:78px;height:2px;background-color:#d80c0d;top:1px;left:100%;}
.frame .title p{font-size:16px;line-height:1.5;color:#8d8d8d;width:75%;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:20px;padding-bottom:20px;}
    .frame .title{margin-bottom:30px;}
    .frame .title h2{font-size:30px;margin-bottom:20px;}
    .frame .title p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h2{font-size:24px;margin-bottom:15px;}
    .frame .title p{font-size:14px;}
}
@media (max-width:767px){
    .frame{padding-top:25px;padding-bottom:25px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:20px;margin-bottom:15px;}
    .frame .title p{font-size:13px;width:100%;}
}

#frame1 {padding-bottom:40px;background:url(../images/bg_pro.jpg) no-repeat center center fixed;}
#frame1 .title h2{}
#frame1 .btnlist{display:block;position:relative;text-align:center;margin-bottom:40px;}
#frame1 .btnlist>a{display:inline-block;padding:6px 30px;border:1px solid #797979;color:#797979;font-size:15px;line-height:24px;margin:0 15px;}
#frame1 .btnlist>a>i{margin-right:12px;}
#frame1 .btnlist>a.active,#frame1 .btnlist>a:hover{background-color:#d80c0d;color:#fff;border:1px solid #d80c0d;}
#frame1 .ProList {margin:0 -12px;}
#frame1 .ProList .item{width:25%;padding:0 12px;float:left;margin-bottom:24px;}
#frame1 .ProList .item .box{box-shadow:0 0 5px #ccc;border-radius:5px;overflow:hidden;}
#frame1 .ProList .item .img{position:relative;}
#frame1 .ProList .item .img .yl{position:absolute;top:50%;right:50%;bottom:50%;left:50%;overflow:hidden;background:rgba(0,0,0,0.6);text-align:center;}
#frame1 .ProList .item .img .yl i.iconfont{font-size:36px;color:#fff;display:inline-block;margin-top:70px;}
#frame1 .ProList .item .img .yl span.viewmore{font-size:14px;color:#fff;display:block;text-align:center;}
#frame1 .ProList .item .img .yl span.angle{position:absolute;width:0;height:0;display:block;}
#frame1 .ProList .item .img .yl span.angle1{top:30px;left:30px;border-top:2px solid #fff;border-left:2px solid #fff;}
#frame1 .ProList .item .img .yl span.angle2{top:30px;right:30px;border-top:2px solid #fff;border-right:2px solid #fff;}
#frame1 .ProList .item .img .yl span.angle3{bottom:30px;right:30px;border-bottom:2px solid #fff;border-right:2px solid #fff;}
#frame1 .ProList .item .img .yl span.angle4{bottom:30px;left:30px;border-bottom:2px solid #fff;border-left:2px solid #fff;}
#frame1 .ProList .item:hover .img .yl{position:absolute;top:0%;right:0%;bottom:0%;left:0%;}
#frame1 .ProList .item:hover .img .yl span.angle{width:20px;height:20px;}
#frame1 .ProList .item .txt{padding:0 10px 30px;background-color:#fff;border-top:1px solid #eee;position:relative;font-weight:bold;}
#frame1 .ProList .item .txt h4{font-size:16px;line-height:1.5;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;}
#frame1 .ProList .item .txt p{font-size:13px;color:#a3a3a3;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#frame1 .ProList .item .txt>a.link{position:absolute;bottom:0;right:0;display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;background-color:#d80c0d;color:#fff;font-size:14px;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame1 .ProList {margin:0 -10px;}
    #frame1 .ProList .item{padding:0 10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1{padding-bottom:20px;}
    #frame1 .btnlist{margin-bottom:20px;}
    #frame1 .btnlist>a{padding:3px 20px;font-size:14px;}
    #frame1 .ProList {margin:0 -6px;}
    #frame1 .ProList .item{width:33.33%;padding:0 6px;}
    #frame1 .ProList .item:nth-child(10){display:none;}
    #frame1 .ProList .item .txt h4{font-size:13px;line-height:1.4;}
    #frame1 .ProList .item .txt p{font-size:12px;}
}
@media (max-width:767px){
    #frame1{padding-bottom:20px;}
    #frame1 .btnlist{margin-bottom:20px;}
    #frame1 .btnlist>a{padding:3px 20px;font-size:14px;}
    #frame1 .ProList {margin:0 -6px;}
    #frame1 .ProList .item{width:50%;padding:0 6px;margin-bottom:12px;}
    #frame1 .ProList .item .txt h4{font-size:13px;line-height:1.4;}
    #frame1 .ProList .item .txt p{font-size:12px;}
    #frame1 .ProList .item .img .yl{position:absolute;top:0%;right:0%;bottom:0%;left:0%;background-color:transparent;}
    #frame1 .ProList .item .img .yl>i.iconfont{display:none;}
    #frame1 .ProList .item .img .yl>span.viewmore{display:none;}
    #frame1 .ProList .item .img .yl>span.angle{display:none;}
}

#frame2{background:url(../images/bg_se.jpg) no-repeat center center fixed;padding-top:90px;padding-bottom:90px;}
#frame2 .list{text-align:center;display:flex;justify-content:space-between;align-items:stretch;}
#frame2 .list .item{width:25%;margin:0;}
#frame2 .list .txt{cursor:pointer;position:relative;padding:20px 25px;}
#frame2 .list .txt i{display:inline-block;color:#fff;transition:all .5s ease;font-size:48px;}
#frame2 .list .txt h4{font-size:18px;color:#fff;}
#frame2 .list .txt p{font-size:14px;line-height:1.5;color:#fff;font-family:SourceHanSans,Arial, Helvetica, sans-serif;text-align:left;}
#frame2 .list .txt:hover{}
#frame2 .list .txt:hover i{
    transform:rotateY(180deg);
    -ms-transform:rotateY(180deg); 	/* IE 9 */
    -moz-transform:rotateY(180deg); 	/* Firefox */
    -webkit-transform:rotateY(180deg); /* Safari 和 Chrome */
    -o-transform:rotateY(180deg);}
#frame2 .list .txt:hover span{box-shadow:0 0 5px #e94c07;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2{padding-bottom:30px;}
    #frame2 .content{font-size:16px;}
    #frame2 .list .txt p{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2{padding-top:30px;padding-bottom:30px;}
    #frame2 .content{font-size:14px;}
    #frame2 .list .txt{padding:5px;}
    #frame2 .list .txt h4{font-size:14px;}
    #frame2 .list .txt p{font-size:12px;line-height:1.5;}
}
@media (max-width:767px){
    #frame2{padding-top:30px;padding-bottom:30px;}
    #frame2 .content{font-size:14px;}
    #frame2 .list{display:block;}
    #frame2 .list .item{width:50%;float:left;}
    #frame2 .list .txt{padding:15px 5px;}
    #frame2 .list .txt h4{font-size:14px;}
    #frame2 .list .txt p{font-size:12px;line-height:1.5;}
}

#frame3{padding-top:100px;padding-bottom:100px;overflow:hidden;}
#frame3 .left{width:49%;float:left;}
#frame3 .left .leftbox{width:580px;float:right;padding:20px 50px 0 0;}
#frame3 .title{margin-bottom:20px;}
#frame3 .title h2{font-size:32px;font-weight:bold;color:#606060;}
#frame3 .title p{font-size:18px;color:#606060;font-family:Arial, Helvetica, sans-serif;}
#frame3 .left .content{font-size:14px;line-height:2;color:#454545;margin-bottom:40px;}
#frame3 .left .btnlist a.more{float:right;line-height:24px;color:#d80c0d;border:1px solid #d80c0d;padding:3px 15px;border-radius:50px;margin-top:20px;}
#frame3 .left .btnlist a.more>i{margin-right:8px;}
#frame3 .left .btnlist a.more:hover{background-color:#d80c0d;color:#fff;}
#frame3 .right{width:51%;float:right;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame3 .left .leftbox{width:470px;padding:0 40px 0 0;}
    #frame3 .title h2{font-size:24px;margin-top:0;}
    #frame3 .title p{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3{padding-top:30px;padding-bottom:30px;}
    #frame3 .left{width:100%;float:initial;}
    #frame3 .left .leftbox{width:100%;padding:0 15px 30px;}
    #frame3 .right{width:100%;float:initial;}
}
@media (max-width:767px){
    #frame3{padding-top:30px;padding-bottom:30px;}
    #frame3 .left{width:100%;float:initial;}
    #frame3 .left .leftbox{width:100%;padding:0 15px 30px;}
    #frame3 .title h2{font-size:20px;margin-top:0;}
    #frame3 .title p{font-size:14px;}
    #frame3 .left .content{font-size:13px;margin-bottom:20px;}
    #frame3 .left .btnlist img{display:none;}
    #frame3 .left .btnlist a.more{margin-top:0;font-size:13px;}
    #frame3 .right{width:100%;float:initial;}
}


#frame4 {padding-top:30px;padding-bottom:30px;background-color:#fafafa;}
#frame4 .historylist{position:relative;}
#frame4 .historylist:before{content:"";position:absolute;height:4px;background-color:#eaecf4;left:0;right:0;top:calc(50% - 2px);width:100%;}
#frame4 .historylist .swiper-container{width:80%;margin:0 10%;}
#frame4 .historylist .swiper-wrapper{margin-left:-300px;
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;}
#frame4 .historylist .swiper-slide{float:left;width:23%;cursor:pointer;position:relative;padding:260px 0;text-align:center;margin-left:-150px;}
#frame4 .historylist .swiper-slide i.center-block{display:block;margin:0;width:12px;height:12px;border-radius:50%;position:relative;background-color:#d80c0d;left:calc(50% - 6px);top:-1px;}
#frame4 .historylist .swiper-slide.swiper-slide-active i.center-block{}
#frame4 .historylist .swiper-slide.swiper-slide-active i.center-block:before{content:"";border:1px solid #d80c0d;width:28px;height:28px;background-color:#fafafa;display:block;position:relative;z-index:-1;top:-8px;left:-8px;border-radius:50%;}
#frame4 .historylist .swiper-slide .txt{padding-bottom:15px;}
#frame4 .historylist .swiper-slide .txt>a{display:block;}
#frame4 .historylist .swiper-slide.item1 .txt{bottom:50%;position:absolute;}
#frame4 .historylist .swiper-slide.item2 .txt{top:50%;position:absolute;}
#frame4 .historylist .swiper-slide .img{border:1px solid #dcdcdc;margin:0;float:left}
#frame4 .historylist .swiper-slide .txt{width:100%;overflow:hidden;}
#frame4 .historylist .swiper-slide .txt h3{font-size:40px;color:#d80c0d;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#frame4 .historylist .swiper-slide .txt h4{font-size:20px;font-weight:bold;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#frame4 .historylist .swiper-slide .txt p{font-size:13px;line-height:20px;height:0;overflow:hidden;transition:all .3s;color:#333;}
#frame4 .historylist .swiper-slide .txt:hover p{height:100px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
#frame4 .historylist .btnlist .swbtn{position:absolute;top:50%;margin-top:-27px;width:54px;height:54px;line-height:54px;display:inline-block;background-color:#d80c0d;color:#fff;border-radius:50%;text-align:center;}
#frame4 .historylist .btnlist .swbtn.btn-prev{left:130px;z-index:1;}
#frame4 .historylist .btnlist .swbtn.btn-next{right:130px;z-index:1;}
#frame4 .historylist .btnlist .swbtn>i{font-size:24px;}
@media screen and (min-width:1230px ) and (max-width:1499px) {
    #frame4 .historylist .swiper-slide{width:30%;}
    #frame4 .historylist .btnlist .swbtn.btn-prev{left:50px;}
    #frame4 .historylist .btnlist .swbtn.btn-next{right:50px;}
}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame4 .historylist .swiper-slide{width:40%;padding:230px 0;}
    #frame4 .historylist .swiper-slide .txt h3{font-size:32px;}
    #frame4 .historylist .swiper-slide .txt h4{font-size:18px;}
    #frame4 .historylist .btnlist .swbtn{width:40px;height:40px;line-height:40px;margin-top:-20px;}
    #frame4 .historylist .btnlist .swbtn.btn-prev{left:30px;}
    #frame4 .historylist .btnlist .swbtn.btn-next{right:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .historylist .swiper-slide{width:50%;padding:200px 0;}
    #frame4 .historylist .swiper-slide .txt h3{font-size:32px;}
    #frame4 .historylist .swiper-slide .txt h4{font-size:18px;}
    #frame4 .historylist .btnlist .swbtn{width:40px;height:40px;line-height:40px;margin-top:-20px;}
    #frame4 .historylist .btnlist .swbtn.btn-prev{left:30px;}
    #frame4 .historylist .btnlist .swbtn.btn-next{right:30px;}
}
@media (max-width:767px){
    #frame4{display:none;}
}

#frame5{overflow:hidden;}
#frame5 .left{float:left;width:50%;}
#frame5 .right{float:right;width:50%;position:relative;}
#frame5 .right .txt{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px 40px 20px 200px;}
#frame5 .right .txt h3{font-size:27px;color:#fff;font-weight:bold;margin-bottom:25px;padding-left:120px;}
#frame5 .right .txt p{font-size:20px;color:#fff;line-height:30px;margin-bottom:10px;}
#frame5 .right .txt p>i{margin-right:10px;font-size:24px;display:inline-block;vertical-align:top;}
#frame5 .right .txt p>span{display:inline-block;font-style:italic;color:#d80c0d;font-weight:bold;font-size:24px;vertical-align:top;}
#frame5 .right .txt p>a{display:inline-block;font-style:italic;color:#d80c0d;font-weight:bold;font-size:24px;vertical-align:top;}
#frame5 .right .txt a.link{display:inline-block;border:2px solid #fff;font-size:15px;color:#fff;line-height:24px;padding:4px 20px;border-radius:50px;margin-left:110px;margin-top:10px;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame5 .right .txt{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px 40px 20px 40px;}
    #frame5 .right .txt h3{margin:0;font-size:24px;margin-bottom:10px;}
    #frame5 .right .txt p{font-size:16px;margin-bottom:5px;}
    #frame5 .right .txt p>i{font-size:20px;}
    #frame5 .right .txt p>span{font-size:18px;}
    #frame5 .right .txt p>a{font-size:18px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .left{float:initial;width:100%;}
    #frame5 .right{float:initial;width:100%;}
    #frame5 .right .txt{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px 40px;text-align:center;}
    #frame5 .right .txt h3{padding-left:0;margin:0;font-size:24px;margin-bottom:10px;}
    #frame5 .right .txt p{font-size:16px;margin-bottom:5px;}
    #frame5 .right .txt p>i{font-size:20px;}
    #frame5 .right .txt p>span{font-size:18px;}
    #frame5 .right .txt p>a{font-size:18px;}
    #frame5 .right .txt a.link{margin-left:0;font-size:14px;line-height:20px;}
}
@media (max-width:767px){
    #frame5{display:none;}
}

#frame6{}
#frame6 .btnlist{display:block;position:relative;margin-bottom:40px;}
#frame6 .btnlist>a{display:inline-block;padding:6px 30px;border:1px solid #797979;color:#797979;font-size:15px;line-height:24px;margin-right:10px;}
#frame6 .btnlist>a>i{margin-right:12px;}
#frame6 .btnlist>a.active,#frame6 .btnlist>a:hover{background-color:#d80c0d;color:#fff;border:1px solid #d80c0d;}
#frame6 .left{width:70%;float:left;overflow:hidden;}
#frame6 .left .list{margin:0 -10px;}
#frame6 .left .item{}
#frame6 .left .item1{overflow:hidden;margin:0 10px 25px;background-color:#ebebeb;}
#frame6 .left .item1 .img{width:30%;float:left;}
#frame6 .left .item1 .txt{width:70%;float:right;padding:18px 35px;}
#frame6 .left .item1 .txt span{display:inline-block;color:#838383;}
#frame6 .left .item1 .txt h4{font-size:18px;line-height:24px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;}
#frame6 .left .item1 .txt p{font-size:14px;line-height:20px;height:20px;color:#838383;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;}
#frame6 .left .item1 .txt a.more{display:inline-block;border:2px solid #b22c25;font-size:12px;padding:2px 15px;color:#b22c25;}
#frame6 .left .item1 .txt a.more>i{font-size:12px;display:inline-block;vertical-align:top;margin-left:8px;}
#frame6 .left .item1 .txt a.more:hover{background-color:#b22c25;color:#fff;}
#frame6 .left .item2{width:50%;float:left;padding:0 10px;margin-bottom:25px;}
#frame6 .left .item2 .txt{border-bottom:1px dashed #515151;padding-bottom:25px;}
#frame6 .left .item2 .txt h4{font-size:16px;line-height:24px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;}
#frame6 .left .item2 .txt p{font-size:13px;line-height:20px;color:#515151;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:8px;}
#frame6 .left .item2 .txt span{display:inline-block;color:#515151;font-size:13px;}
#frame6 .left .item2 .txt span>i{display:inline-block;font-size:14px;vertical-align:top;margin-right:6px;}
#frame6 .right{width:30%;float:right;padding-left:15px;}
#frame6 .right .list{box-shadow:0 0 5px #f5f5f5;padding:15px 25px;overflow:hidden;}
#frame6 .right .list a.link{width:100%;float:left;text-align:center;padding:10px;}
#frame6 .right .list a.link img{transition:all .3s;}
#frame6 .right .list a.link h4{margin:0;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#frame6 .right .list a.link:hover img{transform:rotateY(180deg);}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame6 .btnlist{margin-bottom:20px;}
    #frame6 .btnlist>a{padding:5px 25px;font-size:14px;}

    #frame6 .left{width:66%;}
    #frame6 .right{width:34%;}
    #frame6 .left .item1 .txt{padding:10px 20px;}
    #frame6 .left .item1 .txt h4{margin-top:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame6 .btnlist{margin-bottom:20px;}
    #frame6 .btnlist>a{padding:5px 25px;font-size:14px;}

    #frame6 .left{width:100%;float:initial;}
    #frame6 .right{width:100%;float:initial;padding-left:0;}
    #frame6 .right .list{padding:15px;}
    #frame6 .right .list a.link{width:25%;}
}
@media (max-width:767px){
    #frame6 .btnlist{margin-bottom:20px;}
    #frame6 .btnlist>a{padding:5px 25px;font-size:14px;}

    #frame6 .left{width:100%;float:initial;}
    #frame6 .left .item1 .img{width:100%;float:initial;}
    #frame6 .left .item1 .txt{width:100%;float:initial;padding:15px;}
    #frame6 .left .item2{width:100%;float:initial;}

    #frame6 .right{width:100%;float:initial;padding-left:0;}
    #frame6 .right .list{padding:15px;}
    #frame6 .right .list a.link{width:33.33%;}
}



footer{padding-top:40px;padding-bottom:0;background:#ae1e17;}
footer .foot_menu{overflow:hidden;padding-bottom:30px;}
footer #fck1{width:30%;float:left;padding-right:30px;}
footer #fck2{width:42%;float:left;padding-right:30px;}
footer #fck3{width:28%;float:left;}
footer dl dt{font-size:22px;margin-bottom:20px;color:#ffffff;text-transform:uppercase;}
footer dl dd{overflow:hidden;margin-bottom:5px;}
footer dl dd>a{font-size:16px;line-height:1.5;color:#fff;display:inline-block;}
footer dl dd p{font-size:14px;line-height:36px;color:#fff;}
footer dl dd p>i.iconfont{font-size:18px;margin-right:8px;display:inline-block;vertical-align:top;}
footer dl dd p>a{font-size:14px;line-height:2;color:#fff;display:inline-block;}
footer dl dd a:hover{text-decoration:underline;color:#fff;}
footer #sharelist>a{display:block;width:120px;height:28px;background:rgba(190,190,190,0.2);padding:2px 13px;margin-bottom:5px;line-height:24px;color:#fff;}
footer #sharelist>a>i{float:left;font-size:14px;width:24px;height:24px;line-height:24px;margin-right:6px;}
.footer_language{background:#fff; padding:15px 0px; text-align:center;}
.footer_language ul {display:flex;justify-content:space-between;}
.footer_language ul li {margin:0;}
.footer_language ul li a{font-size:14px; line-height:2em;}
.footer_language ul li a img{margin-top:5px;}
.footer_language ul li a span{font-size:14px; line-height:2em;}

footer #fck1 .logo{margin-bottom:20px;}
footer #fck1 .imglist .img{display:inline-block;margin-right:10px;}
footer #fck1 .imglist .img h4{text-align:center;color:#fff;font-size:14px;}
footer #fck2 .footcategory>dd>a{display:inline-block;width:33.33%;padding-right:10px;font-size:14px;line-height:24px;}
footer #fck3{position:relative;}
footer #fck3 dl dt>i.time{font-size:60px;position:absolute;right:0;top:-12px;font-weight:normal;}



.foot_by{padding:10px 0;background-color:#2e2e2e;}
.foot_by .footdiv{display:inline-block; font-size:14px; line-height:30px;color:#fff;}
.foot_by .footdiv a{ display:inline-block; font-size:14px; line-height:30px;color:#fff}
.foot_by .footdiv a:hover{text-decoration:underline;}
.foot_by .footdiv.fr{float:right;}
@media (min-width:992px) and (max-width:1229px) {
    footer{padding-top:30px;}
    footer #fck1{width:30%;padding-right:20px;}
    footer #fck2{width:40%;padding-right:0;}
    footer #fck3{width:30%;}
    
    footer #fck1 .logo{margin-bottom:30px;}
    footer #fck2 .footcategory>dd>a{width:50%;}
    footer dl dd p{line-height:30px;}

    .foot_by{padding:10px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:30px;}
    footer #fck1{width:100%;padding-right:0;margin-bottom:30px;}
    footer #fck2{width:100%;padding-right:0px;margin-bottom:30px;}
    footer #fck3{width:100%;}
    
    footer #fck1 .logo{margin-bottom:30px;}
    footer dl dd p{line-height:30px;}


    .footer_language{padding:6px 0;}
    .footer_language ul li a img{display:block;}
    .footer_language ul li a span{font-size:12px;}

    .foot_by .footdiv{}
    .foot_by .footdiv.fr{}
    .foot_by p{font-size:12px;}
    .foot_by p a{font-size:12px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:30px;padding-bottom:50px;}
    footer #fck1{width:100%;padding-right:0;margin-bottom:20px;}
    footer #fck2{width:100%;padding-right:0;margin-bottom:10px;}
    footer #fck3{width:100%;}

    footer #fck1 .logo{margin-bottom:30px;}
    footer #fck2 .footcategory>dd>a{width:50%;line-height:30px;}

    footer dl dt{font-size:16px;margin-bottom:10px;}
    footer dl dt::after{content:"\e61c";font-family:iconfont;margin-left:10px;font-size:16px;}
    footer dl dd{display:none;}
    footer dl dd p{font-size:13px;}
    footer .foot_menu{padding-bottom:0;}
    .foot_by .footdiv{display:block;text-align:center;font-size:12px;line-height:1.5;}
    .foot_by .footdiv a{font-size:12px;line-height:1.5}
    .foot_by .footdiv.fr{float:none;text-align:center;}
}

#mobMenu{min-height:50px;border:1px solid #dddddd;position:fixed;}
#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%;}

#GoTop{position:fixed;right:40px;bottom:100px;width:40px;height:40px;background-color:#fff;border:1px solid #ddd;border-radius:5px;text-align:center;z-index:1;cursor:pointer;display:none;}
#GoTop>i.iconfont{line-height:40px;display:block;font-size:16px;color:#d80c0d;}

#float{position:absolute;right:25px;top:50%;margin-top:-80px;}
#float div.ico{display:block;width:50px;height:50px;line-height:50px;text-align:center;background-color:#f3f3f3;margin-bottom:6px;position:relative;cursor:pointer;}
#float div.ico:hover{background-color:#d80c0d;}
#float div.ico:hover>i{color:#ffffff;}
#float div.ico>i{color:#b6b6b6;font-size:24px;}
#float div.ico>.img{position:absolute;right:50px;width:140px;height:140px;top:0;display:none;border:1px solid #f3f3f3;}
#float div.ico>.img>img{width:100%;}
#float div.ico:hover>.img{display:block;}
#float div.ico>#sharelist{position:absolute;right:50px;width:200px;top:0;display:none;}
#float div.ico:hover>#sharelist{display:block;}
@media (min-width:1px) and (max-width:991px) {
    #float{display:none;}
}

/*共用*/
#Location{position:absolute;width:100%;bottom:40px;}
#Location h3{color:#fff;font-size:32px;font-weight:bold;}
#Location a{display:inline-block;color:#fff;font-size:16px;line-height:24px;}
#Location a:hover{color:#d80c0d;}
#Location a:not(:last-child)::after{content:">";margin:0 5px;vertical-align:top;color:#fff;}
#Location a:hover::after{color:#fff;}
#Location span{display:inline-block;font-size:16px;line-height:24px;color:#fff;}
.nframe{padding-top:50px;padding-bottom:50px;background-color:#f5f5f5;}
@media (min-width:992px) and (max-width:1229px) {
    .nframe{padding-top:40px;padding-bottom:40px;}
    
    #Location{bottom:20px;}
    #Location h3{font-size:24px;}
    #Location a{font-size:14px;}
    #Location span{font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    .nframe{padding-top:30px;padding-bottom:30px;}
    
    #Location{bottom:15px;}
    #Location h3{font-size:20px;}
    #Location a{font-size:14px;}
    #Location span{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    .nframe{padding-top:30px;padding-bottom:30px;}
    #Location a{font-size:14px;}
    #Location span{font-size:14px;}
}

/*左侧菜单*/
#InnerNav{padding:50px 0 0;background-color:#f5f5f5;}
#InnerNav #left_nav{text-align:center;}
#InnerNav #left_nav dl{margin:0;position:relative;}
#InnerNav #left_nav dl>dt{display:none;}
#InnerNav #left_nav dl>dd{position:relative;display:inline-block;}
#InnerNav #left_nav dl>dd:not(:last-child){margin-right:36px}
#InnerNav #left_nav dl>dd>a{display:block;padding:5px 0;font-size:18px;line-height:24px;border:2px solid #acacac;width:140px;}
#InnerNav #left_nav dl>dd.active>a,#InnerNav #left_nav dl>dd:hover>a{background-color:#d80c0d;color:#fff;border:2px solid #d80c0d;}

#ProPage #left_nav{width:340px;float:left;padding-right:60px;}
#ProPage #left_nav dl{padding-bottom:30px;border-right:12px solid #d80c0d;background-color:#fff;}
#ProPage #left_nav dl>dt{padding:20px 20px;font-size:24px;line-height:30px;text-align:center;color:#d80c0d;}
#ProPage #left_nav dl>dt>i.iconfont{font-size:24px;margin-right:5px;}
#ProPage #left_nav dl>dd{font-size:14px;line-height:20px;}
#ProPage #left_nav dl>dd>a{display:block;padding:15px 20px 15px 30px;border-bottom:1px solid #e5e1e1;position:relative;letter-spacing:2px;font-size: 16px;}
#ProPage #left_nav dl>dd>a:after{content:"";position:absolute;width:5px;height:5px;background-color:#3c3c3c;left:20px;top:23px;}
#ProPage #left_nav dl>dd>a:before{content:"";width:0%;height:3px;background-color:#d80c0d;position:absolute;bottom:0;left:0;transition:all .4s;}
#ProPage #left_nav dl>dd.active>a,#ProPage #left_nav dl>dd:hover>a{color:#d80c0d;}
#ProPage #left_nav dl>dd.active>a:before,#ProPage #left_nav dl>dd:hover>a:before{width:110px;}
#ProPage #left_nav dl>dd:last-child>a{border:none;}
#ProPage #left_nav dl>dd ul{display:none;margin:10px 0;}
#ProPage #left_nav dl>dd.active>ul{display:block;}
#ProPage #left_nav dl>dd ul>li>a{display:block;padding:5px 15px 5px 35px;font-size:14px;line-height:24px;}
#ProPage #left_nav dl>dd ul>li.active>a,#ProPage #left_nav dl>dd ul>li:hover>a{color:#d80c0d;}
#ProPage #left_nav dl>dd ul>li.active>ul{display:block;}
#ProPage #left_nav dl>dd ul>li>ul.catelist{margin:0 0 10px;}
#ProPage #left_nav dl>dd ul>li>ul.catelist>li>a{padding-left:40px;}
#ProPage #left_nav dl>dd ul>li>ul.catelist>li>a:before{content:">";margin-right:5px;}
#ProPage #left_nav dl>dd.contactus{margin-top:150px;border:none;}
#ProPage #left_nav dl>dd.contactus .tel{text-align:center;}
#ProPage #left_nav dl>dd.contactus span{display:inline-block;font-size:16px;font-weight:bold;color:#6c6c6c;vertical-align:top;}
#ProPage #left_nav dl>dd.contactus .tel>i{display:inline-block;vertical-align:top;color:#6c6c6c;}
#ProPage #left_nav dl>dd.contactus a{display:block;text-align:center;font-size:14px;color:#cdcdcd;padding:0;}
#ProPage #left_nav dl>dd.contactus a:before{display:none;}
#ProPage #left_nav dl>dd.contactus a:after{display:none;}
#ProPage #left_nav dl>dd.contactus a:hover{color:#d80c0d;}
#ProPage #left_nav dl>dd.contactus:hover:before{width:0%;}

#left_nav .leftContact{padding:20px 10px;background:url(../images/leftbg.jpg) no-repeat center center/100%;border-radius:10px;text-align:center;}
#left_nav .leftContact h3{margin-top:0;color:#fcfcfc;text-transform:uppercase;font-size:18px;margin-bottom:15px;}
#left_nav .leftContact p{color:#fcfcfc;font-size:14px;line-height:20px;}
#left_nav .leftContact p>a{color:#fcfcfc;}

#left_nav .LeftProduct{border-right:12px solid #d80c0d;background-color:#fff;}
#left_nav .LeftProduct h3{padding:20px 20px;font-size:24px;line-height:30px;text-align:center;color:#d80c0d;margin:0;}
#left_nav .LeftProduct h3>i.iconfont{font-size:24px;margin-right:5px;}
#left_nav .LeftProduct .item{padding:0 15px 25px;}
#left_nav .LeftProduct .item h4{font-size:16px;line-height:24px;font-weight:bold;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#left_nav .LeftProduct .item p{font-size:13px;line-height:18px;height:36px;color:#969696;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}

@media (min-width:992px) and (max-width:1229px) {    
    #InnerNav #left_nav dl>dd>a{font-size:16px;width:130px;padding:3px 0;}
    #InnerNav #left_nav dl>dd:not(:last-child){margin-right:8px;}

    #ProPage #left_nav{width:30%;padding-right:30px;}
    #ProPage #left_nav dl{}
    #ProPage #left_nav dl>dt{font-size:22px;}
    #ProPage #left_nav dl>dd{}
    #ProPage #left_nav dl>dd>a{}
    #ProPage #left_nav dl>dd ul>li>a{font-size:13px;line-height:20px;}
}
@media (min-width:768px) and (max-width:991px) {    
    #InnerNav{padding:30px 0 0;}
    #InnerNav #left_nav dl>dd>a{font-size:16px;width:auto;padding:3px 20px;margin-bottom:10px;}
    #InnerNav #left_nav dl>dd:not(:last-child){margin-right:10px;}

    #ProPage #left_nav{width:100%;padding-right:0;}
    #ProPage #left_nav dl{padding:0;}
    #ProPage #left_nav dl::before{}
    #ProPage #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;}
    #ProPage #left_nav dl>dt:before{content:"\e61c";font-family:iconfont;float:right;}
    #ProPage #left_nav dl>dd{display:none;}
    #ProPage #left_nav dl>dd:not(:last-child){margin-right:10px;}
    #ProPage #left_nav dl>dd:before{display:none;}
    #ProPage #left_nav dl>dd:last-child{border-radius:0;}
    #ProPage #left_nav dl>dd>a{font-size:14px;line-height:20px;}
    #ProPage #left_nav dl>dd ul>li>a{font-size:12px;}
    #ProPage #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}

    #left_nav .LeftProduct{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #InnerNav{padding:25px 0 0;}
    #InnerNav #left_nav{border:none;}
    #InnerNav #left_nav dl{padding:0;border:none;}
    #InnerNav #left_nav dl::before{display:none}
    #InnerNav #left_nav dl>dt{display:block;padding:10px 15px;font-size:18px;line-height:24px;color:#fff;background-color:#d80c0d;}
    #InnerNav #left_nav dl>dt:before{content:"\e61c";font-family:iconfont;float:right;}
    #InnerNav #left_nav dl>dd{display:none;padding:0;margin:0;border-radius:0;border-left:1px solid #e5e1e1;border-right:1px solid #e5e1e1;border-bottom:1px solid #e5e1e1;background-color:#fff;}
    #InnerNav #left_nav dl>dd:not(:first-child){margin-right:0;border-top:1px solid #eee;}
    #InnerNav #left_nav dl>dd:before{display:none;}
    #InnerNav #left_nav dl>dd>a{padding:8px 15px 8px 20px;font-size:14px;line-height:20px;border-radius:0;border:none;text-align:left;display:block;}
    #InnerNav #left_nav dl>dd.active>a, #InnerNav #left_nav dl>dd:hover>a{color:#d80c0d;background-color:#fff;border:none;}
    
    #ProPage #left_nav{width:100%;padding-right:0;}
    #ProPage #left_nav dl{padding:0;margin-bottom:20px;}
    #ProPage #left_nav dl::before{}
    #ProPage #left_nav dl>dt{padding:8px 15px;font-size:18px;border-radius:0;}
    #ProPage #left_nav dl>dt:before{content:"\e61c";font-family:iconfont;float:right;}
    #ProPage #left_nav dl>dd{display:none;}
    #ProPage #left_nav dl>dd:not(:last-child){margin-right:10px;}
    #ProPage #left_nav dl>dd:before{display:none;}
    #ProPage #left_nav dl>dd:last-child{border-radius:0;}
    #ProPage #left_nav dl>dd>a{padding:10px 20px 10px 30px;font-size:14px;line-height:20px;}
    #ProPage #left_nav dl>dd>a::after{top:18px;}
    #ProPage #left_nav dl>dd ul>li>a{font-size:12px;}
    #ProPage #left_nav dl>dd.contactus{margin-top:30px;padding-bottom:15px;}
    
    #left_nav .LeftProduct{display:none;}
}

/*右侧内容*/
#right_nav{float:right;width:860px;}
#right_nav #Location{display:block;padding-top:0;margin-bottom:30px;}
#right_nav #Location a{display:inline-block;}
#right_nav #Location a>i{font-size:18px;color:#d80c0d;margin-right:5px;}
#right_nav #Location a:after{content:"》";margin:0 5px;}
.nframe .tit{margin-bottom:40px;text-align:center;}
.nframe .tit h2{font-size:35px;margin-bottom:30px;margin-top:0;font-weight:bold;color:#d80c0d;text-transform:capitalize;}
.nframe .tit h3{font-size:24px;color:#303030;}
.nframe .tit .line{width:60px;height:4px;background-color:#e94c07;position:relative;}
.nframe .tit .line:before{content:"";position:absolute;width:78px;height:2px;background-color:#d80c0d;top:1px;right:100%;}
.nframe .tit .line:after{content:"";position:absolute;width:78px;height:2px;background-color:#d80c0d;top:1px;left:100%;}
.nframe .tit>h2{margin:0 0 20px;font-size:36px;font-weight:bold;text-transform:uppercase;}
.nframe .tit>h1{margin:0 0 20px;font-size:36px;line-height:36px;text-transform:uppercase;color:#d80c0d;}
.nframe .tit>p{font-size:16px;}
.nframe section{}
.nframe section .content{font-size:14px;line-height:24px;color:#505050;padding-bottom:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #right_nav{width:70%;}
    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h2{font-size:24px;}
    .nframe .tit h3{font-size:18px;}
    .nframe .tit>h1{font-size:24px;}
    .nframe section .content{font-size:16px;line-height:1.5;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{width:100%;}
    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h2{font-size:24px;}
    .nframe .tit h3{font-size:18px;}
    .nframe .tit>h1{font-size:24px;}
    .nframe .tit>p{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 .context img{height:auto;}
    embed{max-width:100%;height:auto;}
    .nframe .tit{margin-bottom:10px;}
    .nframe .tit>h2{font-size:18px;line-height:24px;}
    .nframe .tit>h1{font-size:18px;line-height:24px;margin-bottom:10px;}
    .nframe .tit h3{font-size:15px;}
    .nframe .tit>p{font-size:13px;}
    .nframe section .content{font-size:13px;line-height:24px;}

    .table-responsive table{width:100%;}
}

.bgsection{background-color:#fff;padding:30px 20px;overflow:hidden;}
/*关于我们*/
#aboutframe{padding-bottom:0;}
#aboutframe .singlepage{background-color:#fff;}
#aboutframe .singlepage .content{padding:40px 50px 0;}
#aboutframe .singlepage .img img{width:100%;}
#aboutframe .advantage{background-color:#e6e6e6;overflow:hidden;padding:60px 8px;display:flex;margin-top:20px;}
#aboutframe .advantage .item{width:calc(25% - 8px);background-color:#fff;text-align:center;padding:20px 20px 30px;}
#aboutframe .advantage .item i{font-size:48px;color:#d80c0d;}
#aboutframe .advantage .item h4{font-size:14px;}
#aboutframe .culture{background-color:#fff;margin-top:20px;}
#aboutframe .culture .content{padding:50px 20px;overflow:hidden;}
#aboutframe .certificate{border:1px solid #ccc;margin-top:20px;background-color:#fff;padding-bottom:40px;position:relative;}
#aboutframe .certificate .tit{border-bottom:1px solid #ccc;padding:6px 20px;position:relative;margin-bottom:30px;}
#aboutframe .certificate .tit:before{content:"";position:absolute;}
#aboutframe .certificate .tit h3{text-align:left;color:#d80c0d;font-weight:bold;font-size:18px;line-height:24px;margin:0;}
#aboutframe .certificate .swiper-container{margin:0 40px;}
#aboutframe .certificate .swiper-slide{float:left;width:20%;padding:0 8px;z-index:1;position:relative;}
#aboutframe .certificate .swiper-slide .item{border:1px solid #eee;}
#aboutframe .certificate .list{position:relative;}
#aboutframe .certificate .btnlist .swbtn{position:absolute;top:50%;margin-top:-10px;width:20px;height:20px;line-height:20px;display:inline-block;text-align:center;color:#cacaca;}
#aboutframe .certificate .btnlist .swbtn.btn-prev{left:12px;z-index:1;}
#aboutframe .certificate .btnlist .swbtn.btn-next{right:12px;z-index:1;}
#aboutframe .certificate .btnlist .swbtn>i{font-size:24px;}
@media (min-width:992px) and (max-width:1229px) {    
}
@media (min-width:768px) and (max-width:991px) {    
    #aboutframe .singlepage .content{padding:20px;}    
}
@media (min-width:1px) and (max-width:767px) {    
    #aboutframe .singlepage .content{padding:20px;}
    #aboutframe .advantage{flex-wrap:wrap;padding:20px 8px;}
    #aboutframe .advantage .item{width:48%;margin:1%;padding:15px;}
    #aboutframe .culture .content{padding:20px 15px;}
    #aboutframe .certificate .swiper-slide{width:50%;}
}


/*联系我们*/
#contactframe{overflow:hidden;background:#f5f5f5;}
#contactframe section{padding-top:50px;position:relative;}
#contactframe section .txt{position:absolute;top:30%;width:100%;text-align:center;color:#fff;}
#contactframe section .txt h3{font-size:53px;font-weight:bold;margin-bottom:30px;}
#contactframe section .txt p{font-size:22px;line-height:2;}
#contactframe section .txt p>span:nth-child(1){margin-right:65px;}
#map{height:100%;}
@media (min-width:992px) and (max-width:1229px) {
    #contactframe section .txt h3{font-size:42px;}
    #contactframe section .txt p{font-size:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contactframe section{padding-top:30px;}
    #contactframe section .txt{top:20%;}
    #contactframe section .txt h3{font-size:36px;margin-bottom:20px;}
    #contactframe section .txt p{font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contactframe section{padding-top:25px;}
    #contactframe section .txt{top:25px;padding:10px;}
    #contactframe section .txt h3{font-size:24px;margin-bottom:5px;margin-top:0;}
    #contactframe section .txt p>span:nth-child(1){margin-right:30px;}
    #contactframe section .txt p{font-size:13px;line-height:24px;}
}
#feedback{}
#feedback .tit p{width:70%;}
#feedback ul{display:flex;justify-content:space-between;flex-direction: row;flex-wrap: wrap;background-color:#fff;padding:35px 50px;}
#feedback ul>li{display:block;margin:0 0 30px;width:100%;}
#feedback ul>li.half{width:32%;}
#feedback ul>li.half2{width:66%;}
#feedback ul>li>label{float:left;height:30px;line-height:30px;margin:0;font-size:15px;font-weight:normal;}
#feedback ul>li>label>em{color:#f00;font-style:initial;display:inline-block;width:16px;font-size:18px;vertical-align:bottom;}
#feedback ul>li>input{width:calc(100%);line-height:36px;height:38px;border-radius:0;padding-left:10px;margin:0;border:1px solid #f2f2f2;background-color:#fcfcfc;box-shadow:inset 0 0 2px #e1e1e1;}
#feedback ul>li>textarea{width:calc(100%);border-radius:0;padding-top:5px;padding-left:10px;resize:none;float:left;border:1px solid #f2f2f2;background-color:#fcfcfc;box-shadow:inset 0 0 2px #e1e1e1;}
#feedback ul>li.btnli{border:none;background:none;box-shadow:none;margin-top:20px;margin-bottom:0;}
#feedback ul>li.btnli #btn_send{display:inline-block;margin:0;text-align:center;padding:0;background-color:#d80c0d;color:#fff;border:1px solid #d80c0d;font-size:16px;line-height:24px;padding:8px 40px;border-radius:50px;}
#feedback ul>li.btnli #btn_send>i{margin-left:10px;display:inline-block;vertical-align:top;}
#feedback ul>li.btnli #btn_send:hover{color:#d80c0d;background-color:#fff;}
#feedback ul>li.wjdc,#feedback ul>li.wjdctit{margin-bottom:10px;}
#feedback ul>li.wjdctit h3{margin:0;}
#feedback ul>li.wjdc h4{font-weight:bold;font-size:16px;}
#feedback ul>li.wjdc .checklist label{margin-right:50px;font-size:15px;margin-bottom:0;cursor:pointer;}
#feedback ul>li.wjdc .checklist label>input{float:left;margin:4px 6px 0 0;}
@media (min-width:992px) and (max-width:1229px) {
    #feedback ul{padding:30px;}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li.btnli #btn_send{}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback .tit p{width:100%;}
    #feedback ul{padding:30px;}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li.btnli #btn_send{}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback .tit p{width:100%;font-size:13px;}
    #feedback ul{padding:15px;}
    #feedback ul>li{margin-bottom:15px;}
    #feedback ul>li.half{width:100%;}
    #feedback ul>li.half2{width:100%;}
    #feedback ul>li.btnli #btn_send{font-size:14px;padding:5px 40px;}
}


/*产品中心*/
#ProPage{overflow:hidden;}
#ProPage .title{margin-bottom:30px;}
#ProPage .title h2{margin-top:0;font-size:24px;color:#d80c0d;line-height:36px;}
#ProPage .title h2>span{display:inline-block;border-bottom:2px solid #d80c0d;}
#ProPage .title h2:before{content:"\e611";font-family:iconfont;font-size:36px;vertical-align:middle;margin-right:5px;margin-top:2px;display:inline-block;line-height:36px;}
#ProPage .title p{font-size:16px;line-height:1.5;color:#7e98ba;}
#ProPage .CateList{padding-bottom:20px;}
#ProPage .CateList .catetit{margin-bottom:20px;}
#ProPage .CateList .catetit h3{font-size:18px;position:relative;}
#ProPage .CateList .catetit h3:before{content:"";width:50px;height:4px;background-color:#d80c0d;bottom:-10px;position:absolute;}
#ProPage .CateList .catetit h3>a{float:right;font-size:14px;color:#787878;text-decoration:underline;}
#ProPage .CateList .catetit h3>a:hover{color:#d80c0d;}
#ProPage .ProList{overflow:hidden;margin:0 -7px 0;}
#ProPage .ProList .item{margin-bottom:30px;width:33.33%;float:left;padding:0 7px;}
#ProPage .ProList .item:nth-child(3n+1){clear:left;}
#ProPage .ProList .item .box{box-shadow:0 0 5px #ccc;position:relative;}
#ProPage .ProList .item .img{position:relative;overflow:hidden;}
#ProPage .ProList .item img{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
#ProPage .ProList .item: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);}
#ProPage .ProList .item .txt{background:#fff;padding:15px;margin-top:5px;}
#ProPage .ProList .item .txt h4{font-size:16px;margin-top:0;margin-bottom:8px;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#ProPage .ProList .item .txt p{font-size:13px;line-height:20px;height:40px;margin-bottom:10px;color:#969696;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#ProPage .ProList .item .txt a.link{display:inline-block;}
#ProPage .ProList .item .txt a.link:after{content:">";margin-left:5px;}
#ProPage .ProList .item:hover .img{}
#ProPage .ProList .item:hover .txt{}
#ProPage .ProList .item:hover .txt h3{color:#d80c0d;}
@media (min-width:992px) and (max-width:1229px) {
    #ProPage .ProList{margin:0 -10px;}
    #ProPage .ProList .item{padding:0 10px;}
    #ProPage .ProList .item .txt{padding:10px;}
    #ProPage .ProList .item .txt h4{font-size:13px;line-height:18px;}
    #ProPage .ProList .item .txt p{font-size:12px;}
    #ProPage .ProList .item .txt a.link{font-size:13px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProPage .ProList{margin:0 -10px;}
    #ProPage .ProList .item{padding:0 10px;}
    #ProPage .ProList .item .txt{padding:10px;}
    #ProPage .ProList .item .txt h4{font-size:13px;line-height:18px;}
    #ProPage .ProList .item .txt p{font-size:12px;}
    #ProPage .ProList .item .txt a.link{font-size:13px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProPage .title{margin-bottom:15px;}
    #ProPage .title h2{font-size:20px;}
    #ProPage .title p{font-size:13px;}
    
    #ProPage .ProList{margin:0 -10px;}
    #ProPage .ProList .item{padding:0 10px;width:50%;}
    #ProPage .ProList .item:nth-child(3n+1){clear:initial;}
    #ProPage .ProList .item:nth-child(2n+1){clear:left;}
    #ProPage .ProList .item .txt{padding:10px;position:relative;overflow:hidden;}
    #ProPage .ProList .item .txt h4{font-size:13px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:5px;}
}

/*产品详情*/
#ProPage #ProPage{box-shadow:0 5px 5px #ccc;padding:15px;}
#ProPage .protitle h1{font-size:18px;font-weight:bold;margin-top:0;margin-bottom:30px;position:relative;padding-bottom:15px;}
#ProPage .protitle h1:before{content:"";width:25px;height:3px;background-color:#000;bottom:0;position:absolute;}
#ProPage .protitle h1:after{content:"";width:50px;height:3px;background-color:#d80c0d;bottom:0;position:absolute;left:30px;}
#ProPage .protitle h3{font-size:20px;margin-top:0}
#ProPage .protitle p{font-size:16px;line-height:1.5;margin-bottom:20px;}
#ProPage .title{margin-bottom:20px;position:relative;border-bottom:2px solid #d80c0d;background-color:#fff;}
#ProPage .title a{padding:10px 0;display:inline-block;}
#ProPage .title h3{font-size:16px;line-height:24px;color:#333;margin:0;display:inline-block;text-align:center;padding:0 20px;text-transform:uppercase;}
#ProPage .title a:not(:last-child) h3{border-right:1px solid #d80c0d;}
#ProPage .title a.active h3{color:#d80c0d;}
#ProPage .panelbox{margin-bottom:30px;}
#ProPage .panelbox .cont{background-color:#fff;}
#slider{overflow:hidden;}
#picView{position:relative;float:left;width:37%;}
#picView .gallery-top{border:1px solid #e5e5e5;}
#picView .imglist{background-color:#f9f9f9;padding:30px 10px;position:relative;}
#protitle .gallery-thumbs{padding:10px 0;margin:20px -8px 0;}
#protitle .gallery-thumbs .swiper-slide{width:25%;padding:0 8px;margin:0;}
#protitle .gallery-thumbs .swiper-slide a{display:block;}
#protitle .gallery-thumbs .swiper-slide-thumb-active{position:relative;}
#protitle .gallery-thumbs .swiper-slide-thumb-active>a{border:1px solid #d80c0d;}
#picView .swbtn{position:absolute;top:50%;z-index:1;width:30px;height:60px;line-height:60px;margin-top:-30px;text-align:center;background-color:#d80c0d;color:#ffffff;}
#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{}
#picView .swiper-pagination .swiper-pagination-bullet{border-radius:0;width:12px;height:12px;}
#picView .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#d80c0d;}
#protitle{padding:0 0 0 50px;float:right;width:63%;}
#protitle h3{font-size:20px;margin-top:5px;font-weight:bold;color:#222;}
#protitle .remark{font-size:14px;line-height:24px;color:#222;}
#protitle .remark p span{display:inline-block;min-width:100px;}
#protitle .share {margin-top:20px;}
#protitle .share p{font-size:16px;}
#protitle .share #sharelist{}
#protitle .share #sharelist a>i{color:#333;}
#protitle .share #sharelist a:hover>i{color:#e94c07;}
#protitle .link{display:inline-block;font-size:14px;line-height:30px;padding:15px 0 10px;}
#protitle .link>svg{float:left;font-size:30px;margin-right:5px;}
#protitle .btnlist{overflow:hidden;margin-top:20px;}
#protitle .btnlist>a{font-size:14px;display:inline-block;padding:0 20px;border:1px solid #d80c0d;line-height:24px;box-sizing:border-box;background-color:#d80c0d;color:#fff;text-transform:uppercase;}
#protitle .btnlist>a>i{font-size:14px;display:inline-block;vertical-align:middle;margin-right:5px;}
#protitle .btnlist>a:nth-child(1){margin-right:20px;}
#protitle .btnlist>a:nth-child(1)>i{}
#protitle .btnlist>a:nth-child(2){}
#protitle .btnlist>a:nth-child(2)>i{}
#protitle .btnlist>a:hover{background-color:#fff;color:#d80c0d;}
#protitle .btnInquiry{display:inline-block;font-size:16px;width:200px;height:42px;line-height:40px;border:1px solid #d80c0d;background-color:#d80c0d;color:#ffffff;text-align:center;text-transform:uppercase;margin-top:20px;}
#protitle .btnInquiry:hover{background-color:#ffffff;color:#d80c0d;}
#protitle .btnDownload{display:inline-block;font-size:12px;line-height:21px;padding:3px 40px;border:1px solid #d80c0d;background-color:#d80c0d;color:#ffffff;text-align:center;}
#protitle .btnDownload:hover{background-color:#ffffff;color:#d80c0d;}
#protitle .btnlist p{font-size:12px;margin-top:15px;margin-bottom:15px;}

#ProShare{margin-top:8px;}
.pro_detail{margin-top:30px;}
.pro_detail .tit{border-bottom:1px solid #ddd;overflow:hidden;}
.pro_detail .tit h3{display:inline-block;background-color:#d80c0d;padding:8px 25px;color:#ffffff;font-size:18px;line-height:24px;margin:0;float:left;}
#inquiry {margin-top:40px;}
#RelatedProduct{margin-top:30px;overflow:hidden;}
#RelatedProduct #ProList{margin:0 -15px;overflow:hidden;padding-top:5px;position:relative;}
#RelatedProduct #ProList .swiper-slide{width:25%;padding:0 15px;}
#RelatedProduct #ProList .item{position:relative;}
#RelatedProduct #ProList .item .txt{padding:10px;position:absolute;background:rgba(0,0,0,0.4);z-index:1;top:50%;right:50%;bottom:50%;left:50%;padding:0;overflow:hidden;transition:all .3s;}
#RelatedProduct #ProList .item .txt h4{font-size:14px;margin:0;line-height:20px;color:#fff;}
#RelatedProduct #ProList .item:hover .txt{top:0;right:0;bottom:0;left:0;padding:25px;}
#RelatedProduct #ProList .btnlist .swbtn{position:absolute;top:50%;margin-top:-33px;width:18px;height:66px;line-height:66px;display:inline-block;background-color:#d80c0d;color:#fff;text-align:center;}
#RelatedProduct #ProList .btnlist .swbtn.btn-prev{left:16px;z-index:1;}
#RelatedProduct #ProList .btnlist .swbtn.btn-next{right:16px;z-index:1;}
#RelatedProduct #ProList .btnlist .swbtn>i{font-size:20px;}
@media (min-width:992px) and (max-width:1229px) {
    #protitle{padding-left:30px;width:50%;}
    #nProPage .protitle h1{margin-top:0;font-size:20px;margin-bottom:15px;}
    #nProPage .protitle h3{font-size:20px;}
    #nProPage .protitle p{font-size:13px;line-height:20px;}
    #protitle .remark{font-size:13px;line-height:20px;}
    #nProPage .title h1,#nProPage .title h3{font-size:20px;}
    #picView{width:50%;}
    #picView1 .imglist{padding:0 10px;}
    
    #protitle .gallery-thumbs .swiper-slide{width:25%;}

    #nProPage .title h3{font-size:16px;}

    #RelatedProduct #ProList{margin:0 -8px;}
    #RelatedProduct #ProList .swiper-slide{padding:0 8px;}
    #RelatedProduct #ProList .item .txt{overflow:hidden;}
    #RelatedProduct #ProList .item .txt h4{font-size:14px;}

    #inquiry .tit p{font-size:14px;width:100%;}
}
@media (min-width:768px) and (max-width:991px) {
    #protitle{padding:0 0 0 20px;}
    #nProPage .protitle h1{margin-top:0;font-size:18px;margin-bottom:15px;}
    #nProPage .protitle h3{font-size:18px;}
    #nProPage .protitle p{font-size:13px;line-height:20px;}
    #protitle .remark{font-size:14px;line-height:24px;}

    #picView{width:50%;}
    #protitle{width:50%;padding-left:20px;}
    #picView1 .imglist{padding:0 10px;}
    
    #inquiry .tit p{font-size:14px;width:100%;}
}
@media (min-width:1px) and (max-width:767px) {
    #nProPage #ProPage{box-shadow:initial;padding:15px 0;}
    #protitle{width:100%;float:initial;padding-left:0;padding-top:0;}
    #nProPage .protitle h1{margin-top:0;font-size:18px;}
    #nProPage .protitle h3{font-size:14px;}
    #nProPage .protitle p{font-size:13px;}
    #protitle .remark{font-size:13px;line-height:20px;}

    #picView{width:100%;float:initial;}
    #picView1 .imglist{padding:0 10px;}
        
    #nProPage .title h3{font-size:16px;line-height:24px;padding:5px 20px;}
    #RelatedProduct #ProList{margin:0 -8px;}
    #RelatedProduct #ProList .swiper-slide{padding:0 8px;width:50%;}
    #RelatedProduct #ProList .item .txt{padding:10px 10px;overflow:hidden;}
    #RelatedProduct #ProList .item .txt h4{font-size:13px;}
    
    #inquiry .tit p{font-size:12px;width:100%;}
}


/*新闻*/
#NewsList .scrolllist{margin-bottom:40px;}
#NewsList .scrolllist .item{background-color:#fff;overflow:hidden;display:flex;}
#NewsList .scrolllist .item .img{width:48%;}
#NewsList .scrolllist .item .txt{width:52%;padding:60px 80px 20px 40px;position:relative;}
#NewsList .scrolllist .item .txt span{font-size:16px;}
#NewsList .scrolllist .item .txt h4{font-size:24px;line-height:1.5;}
#NewsList .scrolllist .item .txt p{font-size:18px;line-height:30px;color:#9c9c9c;}
#NewsList .scrolllist .item .txt a.more{display:inline-block;position:absolute;right:80px;bottom:30px;}
#NewsList .scrolllist .item .txt a.more:after{content:">";margin-left:5px;}
#NewsList .scrolllist .swiper-pagination{bottom:30px;width:30%;left:52%;text-align:left;}
#NewsList .scrolllist .swiper-pagination-bullet{margin:0 20px 0 0;}
#NewsList .scrolllist .swiper-pagination-bullet-active{background-color:#d80c0d;}

#NewsList .newslist{overflow:hidden;margin:0 -15px;padding-top:5px;}
#NewsList .newslist .item{width:25%;padding:0 15px;float:left;}
#NewsList .newslist .item:nth-child(4n+1){clear:left;}
#NewsList .newslist .item .box{background-color:#fff;position:relative;overflow:hidden;margin-bottom:20px;}
#NewsList .newslist .item .txt{padding:15px;overflow:hidden;}
#NewsList .newslist .item .txt h4{font-size:16px;line-height:24px;height:24px;font-weight:bold;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#NewsList .newslist .item .txt p{font-size:12px;line-height:16px;height:32px;color:#666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-bottom:8px;}
#NewsList .newslist .item .txt .info{display:block;overflow:hidden;}
#NewsList .newslist .item .txt .date{font-size:13px;display:inline-block;line-height:18px;}
#NewsList .newslist .item .txt .more{}
#NewsList .newslist .item .txt .more:after{content:">";margin-left:5px;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #NewsList .scrolllist .item .txt{padding:40px 50px 20px 40px;}
    #NewsList .scrolllist .item .txt h4{font-size:20px;}
    #NewsList .scrolllist .item .txt p{font-size:16px;line-height:24px;}
    #NewsList .scrolllist .item .txt a.more{right:50px;}

    #NewsList .newslist{margin:0 -8px;}
    #NewsList .newslist .item{padding:0 8px;}
    #NewsList .newslist .item .txt h4{font-size:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .scrolllist .item .txt{padding:20px 20px 20px 20px;}
    #NewsList .scrolllist .item .txt h4{font-size:18px;}
    #NewsList .scrolllist .item .txt p{font-size:14px;line-height:20px;}
    #NewsList .scrolllist .item .txt a.more{right:20px;}

    #NewsList .newslist{margin:0 -8px;}
    #NewsList .newslist .item{padding:0 8px;}
    #NewsList .newslist .item .txt h4{font-size:14px;line-height:20px;height:40px;}

}
@media (max-width:767px){
    #NewsList .scrolllist .item{display:block;}
    #NewsList .scrolllist .item .img{width:100%;float:initial;}
    #NewsList .scrolllist .item .txt{width:100%;float:initial;padding:15px;position:relative;overflow:hidden;}
    #NewsList .scrolllist .item .txt h4{font-size:16px;}
    #NewsList .scrolllist .item .txt p{font-size:14px;line-height:20px;}
    #NewsList .scrolllist .item .txt a.more{position:relative;float:right;right:auto;bottom:auto;}
    #NewsList .scrolllist .swiper-pagination{width:100%;left:0;bottom:0;text-align:center;position:relative;background:#fff;padding-bottom:10px;}

    #NewsList .newslist{margin:0 -5px;}
    #NewsList .newslist .item{width:50%;padding:0 5px;}
    #NewsList .newslist .item:nth-child(4n+1){clear:initial;}
    #NewsList .newslist .item:nth-child(2n+1){clear:left;}
    #NewsList .newslist .item .txt{padding:10px;}
    #NewsList .newslist .item .txt h4{font-size:14px;line-height:20px;height:40px;}
    #NewsList .newslist .item .txt .more{font-size:12px;}
}

/*******案例列表*******/

#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#ntframe #sharelist{margin-top:20px;}
#sharelist {display:inline-block;}
#sharelist h3{font-size:16px;color:#fff;margin-bottom:20px;}
#sharelist span{float:left;line-height:40px;}
#sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;width:35px;height:28px;color:#fff;position:relative;text-align:center;line-height:28px;font-size:16px;margin:0 5px 0 0;background-color:transparent;border:1px solid #fff;}
/*#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:26px;vertical-align:top;display:inline-block;}
#sharelist .bdshare-button-style0-32>a.bds_sqq:before{content:"\e663";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:"\e615";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e643";font-family:iconfont;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a{display:inline-block;}
#sharelist a>i{display:block;font-size:18px;width:30px;height:30px;line-height:30px;text-align:center;}
/*#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{margin-top:30px;overflow:hidden;padding: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:#d80c0d;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:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}

    #sharelist{padding-top:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
    #sharelist{padding-top:0;}
}


/*分页*/
ul.pagination {box-shadow:none;width:100%;border-radius:0;text-align:center;}
ul.pagination li {margin-left:5px;display:inline-block;}
ul.pagination li a{background-color:#fff;border-color:#d80c0d;border-radius:0;color:#d80c0d;}
ul.pagination li.active span{background-color:#d80c0d;border-color:#d80c0d;border-radius:0;color:#fff;}
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:#d80c0d;color:#fff;}


#pro_feed_show{padding:20px 20px 20px;background-color:#fff;}
#pro_feed_show p{margin-bottom:20px;}
#pro_feed_show label{font-weight:normal;display:block;font-size:16px;line-height:30px;}
#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:20px;overflow:hidden;width:100%;}
#pro_feed_show .form-group.half{width:46%;float:left;}
#pro_feed_show .form-group.half:nth-child(2n){float:right;}
#pro_feed_show .form-group .feed_left{float:left;width:100px;display:list-item;}
#pro_feed_show .form-group .feed_right{float:left;width:100%;}
#pro_feed_show .form-group .input-group{display:table;}
#pro_feed_show .form-control{width:100%;line-height:36px;height:38px;border-radius:0;padding-left:10px;margin:0;border:1px solid #f2f2f2;background-color:#fcfcfc;box-shadow:inset 0 0 2px #e1e1e1;}
#pro_feed_show textarea.form-control{height:auto;border-radius:0;padding-top:5px;padding-left:10px;resize:none;float:left;border:1px solid #f2f2f2;background-color:#fcfcfc;box-shadow:inset 0 0 2px #e1e1e1;}
#pro_feed_show .form-group.btngroup{border:none;}
#pro_feed_show #btn_send{display:inline-block;margin:0;text-align:center;padding:0;background-color:#d80c0d;color:#fff;border:1px solid #d80c0d;font-size:16px;line-height:24px;padding:8px 40px;border-radius:50px;}
#pro_feed_show #btn_send>i{margin-left:10px;display:inline-block;vertical-align:top;}
#pro_feed_show #btn_send:hover{color:#d80c0d;background-color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #pro_feed_show{}
}
@media (min-width:768px) and (max-width:991px) {
    #pro_feed_show{}
}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show{padding:15px;}
    #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{width:100%;}
}

#videolist{overflow:hidden;margin:0 -10px;}
#videolist .item{margin-bottom:20px;float:left;width:25%;padding:0 10px;}
#videolist .item:nth-child(4n+1){clear:left;}
#videolist .img{border:1px solid #ddd;overflow:hidden;}
#videolist .img img{width:100%;}
#videolist .txt{padding-top:10px;} 
#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%;}
@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) {
    #videolist .item{margin-bottom:20px;width:50%;} 
    #videolist .item:nth-child(4n+1){clear:initial;}
    #videolist .item:nth-child(2n+1){clear:left;}
    #videolist h3{font-size:14px;}
}


/*合作伙伴*/
#PartnerList{margin:0 -15px;}
#PartnerList .item{margin-bottom:20px;float:left;width:25%;padding:0 15px;}
#PartnerList .item:nth-child(4n+1){clear:left;}
#PartnerList .item a{display:block;background-color:#333;}
#PartnerList .item .txt{padding:15px 15px;}
#PartnerList .item .txt h3{margin-top:0;color:#fff;font-size:16px;}
#PartnerList .item .txt p{color:#818181;font-size:14px;line-height:22px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #PartnerList{margin:0 -5px;}
    #PartnerList .item{width:33.33%;padding:0 5px;}
    #PartnerList .item:nth-child(4n+1){clear:initial;}
    #PartnerList .item:nth-child(3n+1){clear:left;}
}
@media screen and (min-width:1px ) and (max-width:767px){
    #PartnerList{margin:0 -5px;}
    #PartnerList .item{width:50%;padding:0 5px;}
    #PartnerList .item:nth-child(4n+1){clear:initial;}
    #PartnerList .item:nth-child(2n+1){clear:left;}
    #PartnerList .item .txt h3{font-size:14px;}
    #PartnerList .item .txt p{font-size:13px;line-height:20px;}
}

#IndustryList{}
#IndustryList .item{background-color:#fff;overflow:hidden;margin-bottom:30px;box-shadow:0 0 5px #ccc;}
#IndustryList .item .img{float:left;width:20%;padding:40px 0;text-align:center;}
#IndustryList .item .img img{width:auto;}
#IndustryList .item .txt{float:right;width:80%;padding:20px 45px 25px 0;}
#IndustryList .item .txt h4{font-size:24px;line-height:30px;font-weight:bold;}
#IndustryList .item .txt p{font-size:15px;line-height:24px;color:#848484;}
#IndustryList .item .txt a.more{display:inline-block;float:right;font-size:15px;}
#IndustryList .item .txt a.more:after{content:">";margin-left:5px;}
#IndustryList .item:hover{box-shadow:0 0 5px #d80c0d;}
@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){
    #IndustryList .item .img{float:initial;width:100%;padding:20px 0 0;}
    #IndustryList .item .txt{float:initial;width:100%;padding:15px;overflow:hidden;}
    #IndustryList .item .txt h4{font-size:20px;}
    #IndustryList .item .txt p{font-size:13px;line-height:20px;}
}

/*感谢页面*/
#thk_nav{}
#thk_nav h2{margin-bottom:20px;font-weight:bold;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 #d80c0d;color:#ffffff;background-color:#d80c0d;}
.btnthank:hover{background-color: #ffffff;color: #d80c0d;}

/*网站地图*/
#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;}
@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:44%;}
}
.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:40%;margin-left:10%;display:inline;}


/*************图库*************/
#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;text-align:center;font-size:18px;font-weight:normal;}
@media screen and (min-width:992px ) and (max-width:1229px) {
}
@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;}
}

#downtable.table th{text-align:center;}
#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){width:150px;text-align:center;}
#downtable.table>tbody>tr>td:nth-child(2){}
#downtable.table>tbody>tr>td:nth-child(3){width:200px;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;}
}

@keyframes zoom{
	from{width: 60px;height: 60px;left: 0;top: 0;}
	to{width: 80px;height: 80px;left: -10px;top: -10px;opacity:0}
}
@-webkit-keyframes zoom{
	from{width: 60px;height: 60px;left: 0;top: 0;}
	to{width: 80px;height: 80px;left: -10px;top: -10px;opacity:0}
}
@-moz-keyframes zoom{
	from{width: 60px;height: 60px;left: 0;top: 0;}
	to{width: 80px;height: 80px;left: -10px;top: -10px;opacity:0}
}
@-ms-keyframes zoom{
	from{width: 60px;height: 60px;left: 0;top: 0;}
	to{width: 80px;height: 80px;left: -10px;top: -10px;opacity:0}
}
@-o-keyframes zoom{
	from{width: 60px;height: 60px;left: 0;top: 0;}
	to{width: 80px;height: 80px;left: -10px;top: -10px;opacity:0}
}



