﻿@charset "utf-8";
@import url('iconfont.css');
body{}
@font-face {
  font-family: 'iconfont';  /* project id 1746987 */
  src: url('../fonts/iconfont/iconfont.eot');
  src: url('../fonts/iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/iconfont/iconfont.woff2') format('woff2'),
  url('../fonts/iconfont/iconfont.woff') format('woff'),
  url('../fonts/iconfont/iconfont.ttf') format('truetype'),
  url('../fonts/iconfont/iconfont.svg#iconfont') format('svg');
}
.icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }
.iconfont{font-family:'iconfont';font-style:inherit!important;}
a{outline:medium 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:link,a:visited{text-decoration:none;}
a:hover{color:#ba1e10;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:Arial, Tahoma, Geneva, Verdana, sans-serif;}
h1,h2,h3,h4,dt{font-family:Arial, Tahoma, Geneva, Verdana, sans-serif;}
.clearfix:after,.clearfix:before{display:table;content:" ";}
.clearfix:after{clear:both;}
@media screen and (min-width:768px){.carousel-caption{top:35%;bottom:auto;}
.carousel-caption h3{margin-bottom:35px;font-size:67px;}
.carousel-caption p{margin-bottom:35px;font-size:18px;}
.carousel-caption a{padding:15px 30px;border:solid 1px #e57d06;border-radius:3px;background:#e57d06;font-size:14px;}
}
.noinfo{font-size:16px;text-align:center;margin-top:20px;}
.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);}


.container{width:90%;}
@media screen and (min-width:1500px ) and (max-width:1599px) {
    .container{width:1400px;}
}
@media screen and (min-width:1200px ) and (max-width:1499px) {
    .container{width:1200px;}
}
@media screen and (min-width:1px ) and (max-width:767px) {
    .container{width:100%;}
}

#search{float:right;margin-left:10px;position:relative}
#search>a{font-size:24px;color:#ffffff;display:inline-block;line-height:36px;}
#search #sform{display:none;position:absolute;top:40px;right:0;width:250px;background-color:#ba1e10;}
#search #stext{float:left;border:none;width:210px;background-color:#ba1e10;height:40px;padding-left:10px;color:#ffffff;}
#search #sbut{font-size:20px;color:#fff;border:none;padding:0;background-color:#ba1e10;width:40px;height:40px;}
#search #sbut>i{display:block;width:40px;height:40px;line-height:40px;font-size:24px;}

header{padding-top:20px;padding-bottom:20px;position:absolute;width:100%;z-index:99;}
header .navbar-default{background-color:transparent;}
header .navbar-brand{height:auto;padding:5px 15px;}
header .navbar-brand img{margin:4px 0;}
header.nheader{background-color:#ba1e10;position:relative;}
header.nheader #search #sform{background-color:#ccc;}
header.nheader #search #stext{background-color:#ccc;color:#333;}
header.nheader #search #sbut{background-color:#ccc;color:#333;}
#Menu{float:right;padding-top:20px;}
#Menu .logo{display:none;}

.navbar-default{background:#ffffff; margin-bottom:0px;}
.navbar-fixed-top{border:0;}
.navbar-default .navbar-brand{font-size:18px;}
.navbar-default .navbar-brand:hover{color:#ba1e10;}
#Menu ul{float:left;}
#Menu ul>li{float:left;margin-left:10px;}
#Menu ul>li>a{position:relative;display:block;font-size:16px; color:#fff; line-height:36px;letter-spacing:2px;padding:0 10px;}
#Menu ul>.active>a{background-color:#ffffff;}
#Menu ul>.open>a,#Menu ul>.open>a:focus,#Menu ul>.open>a:hover,#Menu ul>.active>a{color:#333;}
#Menu ul>li:hover>a,#Menu ul>li.active:hover>a{color:#333;}
#Menu ul>li>a:after{position:absolute;top:0;right:50%;bottom:0;left:50%;z-index:-1;background-color:#fff;content:"";opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
#Menu ul>li>a:hover:after,#Menu ul>.open>a:after{right:0;left:0;opacity:1;}
#Menu ul>li ul.dropdown-menu{background:#ba1e10;margin-top:-1px;border-radius:0;}
#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:#fff; font-size:14px; border-bottom:solid 1px #fff;padding:6px 15px;display:block;}
#Menu ul>li ul.dropdown-menu>li>a:hover{background:#fff;color:#ba1e10;}

#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:#ffffff; -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:#ffffff; -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:#ffffff; -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:#ffffff; -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:#ffffff; -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:#ffffff; -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:1200px) and (max-width:1499px) {
    header{padding-top:10px;padding-bottom:10px;}
}
@media (min-width:992px) and (max-width:1199px) {
    header{padding-top:5px;padding-bottom:5px;}
    header .navbar-header{float:left;}
    header .navbar-brand{}
    header .navbar-brand img{margin:0;width:200px;}
    #Menu{padding-top:5px;}
}
@media (min-width:1px) and (max-width:991px) {
    header .navbar-brand img{margin:0;width:200px;}
    header #menu_btn{ display: block;margin-top:10px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #ba1e10; z-index: 99; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;}
    #Menu .logo{display:block;}
    #Menu>ul{ display: block; padding: 0px; text-align: left;overflow:hidden;}
    #Menu>ul>li{width: calc(100% - 15px); padding-left: 15px; margin:0;}
    #Menu>ul>li:nth-child(1){width:100%; padding:10px 15px; text-align: center;border-bottom:1px solid #fff;margin-bottom:10px;}
    #Menu>ul>li:nth-child(1)>a{padding: 0;}
    #Menu>ul>li:nth-child(1)>a>img{ }
    #Menu>ul>li>a{font-size:16px;padding:0px;font-weight:bold;background-color:transparent !important;color: #f5f5f5 !important;}
    #Menu ul>li>a:hover:after,#Menu ul>.open>a:after{opacity:0;}
    #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:#ba1e10;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}

    #search{margin:0;overflow:hidden;float:initial;width:100%;}
    #search>a{display:none;}
    #search #sform{display:block;position:relative;top:initial;width:192px;border:1px solid #fff;}
    #search #stext{width:160px;height:30px;}
    #search #sbut{width:30px;height:30px;}
    #search #sbut>i{width:30px;height:30px;line-height:30px;}
    header.nheader #search #sform{background-color:#ba1e10;}
    header.nheader #search #stext{background-color:#ba1e10;color:#fff;}
    header.nheader #search #sbut{background-color:#ba1e10;color:#fff;}
}
@media (min-width:1px) and (max-width:767px) {
    header{padding:5px 0;}
    header #menu_btn{padding-top:5px;}
    .navbar-default .navbar-brand{padding:5px 0;}

}

#bframe{overflow:hidden;}
#bframe img{max-width:100%;}

.frame{padding:50px 0;overflow:hidden;}
.frame .title{text-align:center;margin-bottom:50px;}
.frame .title h2{color:#ba1e10;font-size:48px;font-weight:bold;margin-bottom:20px;}
.frame .title .line{height:1px;width:1200px;background-color:#b3b3b3;margin:0 auto;}
@media (min-width:1200px) and (max-width:1499px) {
    .frame .title .line{width:80%;}
}
@media (min-width:992px) and (max-width:1199px) {
    .frame .title h2{font-size:36px;}
    .frame .title .line{width:80%;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding:20px 0;overflow:hidden;}
    .frame .title h2{font-size:30px;}
    .frame .title{margin-bottom:30px;}
    .frame .title .line{width:80%;}
}
@media (min-width:1px) and (max-width:767px) {
    .frame{padding:20px 0;overflow:hidden;}
    .frame .title h2{font-size:24px;}
    .frame .title{margin-bottom:30px;}
    .frame .title .line{width:80%;}
}

#frame1{background-color:#fafafa;padding-top:120px;padding-bottom:120px;}
#frame1 .list{display:flex;justify-content: space-between;}
#frame1 .list .item{width:320px;background-color:#ffffff;padding:35px;text-align:center;}
#frame1 .list .item h3{font-size:22px;font-style:italic;}
@media (min-width:1200px) and (max-width:1499px) {
    #frame1{padding-top:80px;padding-bottom:80px;}
    #frame1 .list .item{width:18%;padding:15px;}
    #frame1 .list .item h3{font-size:20px;}
}
@media (min-width:992px) and (max-width:1199px) {
    #frame1{padding-top:50px;padding-bottom:50px;}
    #frame1 .list .item{width:18%;padding:15px;}
    #frame1 .list .item h3{font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1{padding-top:30px;padding-bottom:30px;}
    #frame1 .list .item{width:18%;padding:10px 5px;}
    #frame1 .list .item h3{font-size:14px;}

}
@media (min-width:1px) and (max-width:767px) {
    #frame1{display:none;}
}

#frame2{padding-top:80px;}
#frame2 .content{width:1100px;margin:0 auto;color:#eee;font-size:18px;line-height:2;padding-bottom:30px;}
#frame2 a.link{display:inline-block;margin:0 auto;color:#ffffff;font-size:16px;text-transform:uppercase;}
#frame2 a.link>i{display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;background-color:#ba1e10;color:#ffffff;margin-left:5px;font-size:14px;}
#frame2 a.link:hover{text-decoration:underline;}
@media (min-width:1200px) and (max-width:1499px) {
    #frame2{padding-top:50px;}
    #frame2 .container{width:80%;}
    #frame2 .content{width:100%;}
}
@media (min-width:992px) and (max-width:1199px) {
    #frame2{padding-top:50px;}
    #frame2 .container{width:80%;}
    #frame2 .content{width:100%;font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2{padding-top:30px;}
    #frame2 .container{width:80%;}
    #frame2 .content{width:100%;font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame2{padding-top:20px;margin-top:30px;padding-bottom:40px;}
    #frame2 .container{width:100%;}
    #frame2 .content{width:100%;font-size:14px;line-height:1.5;}
}

#frame3{}
#frame3.frame .title h2{letter-spacing:5px;}
#frame3 .CateList{position:relative;}
#frame3 .CateList .item{border:1px solid #eee;position:relative;overflow:hidden;}
#frame3 .CateList .item a.link{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;}
#frame3 .CateList .item .txt{position:absolute;bottom:-100%;width:100%;color:#ffffff;padding:20px 20px 40px;max-height:100%;}
#frame3 .CateList .item .txt h3{font-size:24px;font-weight:bold;}
#frame3 .CateList .item .txt p{font-size:14px;line-height:20px;max-height:100px;overflow:hidden;}
#frame3 .CateList .item:hover .txt{background-color:rgba(186,30,16,0.6);bottom:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
#frame3 .CateList .item:hover .img 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);}
#frame3 .CateList .btnlist{position:relative;margin-top:30px;text-align:center;}
#frame3 .CateList .btnlist>a{position:relative;display:inline-block;margin-top:0px;text-align:center;background:#ba1e10;color:#fff;width:50px;height:26px;line-height:26px;}
#frame3 .CateList .btnlist>a.swiper-button-disabled{background-color:#8d8d8d;}
#frame3 .CateList .swiper-button-next{right:0;}
#frame3 .CateList .swiper-button-prev{left:0;}
@media (min-width:1200px) and (max-width:1499px) {
    #frame3 .CateList .item .txt{padding:15px;}
    #frame3 .CateList .item .txt h3{font-size:18px;margin:0;}
}
@media (min-width:992px) and (max-width:1199px) {
    #frame3 .CateList .item .txt{padding:15px;}
    #frame3 .CateList .item .txt h3{font-size:16px;margin:0;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .CateList .item .txt{padding:15px;}
    #frame3 .CateList .item .txt h3{font-size:16px;margin:0;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame3 .CateList .item .txt{padding:15px;}
    #frame3 .CateList .item .txt h3{font-size:16px;margin:0;}
}

#frame4{background-color:#efefef;}
#frame4  .NewsList .item{background-color:#ffffff;overflow:hidden;}
#frame4  .NewsList .item .pic{float:left;width:50%;}
#frame4  .NewsList .item .pic img{width:100%;}
#frame4  .NewsList .item .pic>a{display:block;position:relative;}
#frame4  .NewsList .item .pic>a:after{content:"";position:absolute;top:calc(50% - 13px);right:0;border-color:transparent #fff transparent transparent;border-style:solid;border-width:13px;}
#frame4  .NewsList .item .txt{float:left;width:50%;padding:80px 200px 0 60px;}
#frame4  .NewsList .item .txt span.newscate{color:#ba1e10;display:block;font-size:16px;text-transform:uppercase;font-weight:bold;}
#frame4  .NewsList .item .txt h3{font-size:28px;line-height:36px;height:72px;font-weight:bold;text-transform:uppercase;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
#frame4  .NewsList .item .txt p{font-size:14px;color:#858585;line-height:20px;height:60px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}
#frame4  .NewsList .item .txt span.date{display:block;margin-top:20px;font-size:16px;line-height:20px;font-family:Candara,Arial, Tahoma, Geneva, Verdana, sans-serif;}
#frame4  .NewsList .item .txt span.date>i{margin-right:15px;float:left;margin-top:2px;}
#frame4  .NewsList .btnlist{position:relative;margin-top:-70px;text-align:center;z-index:2;}
#frame4  .NewsList .btnlist>a{position:relative;display:inline-block;margin-top:0px;text-align:center;background:#ba1e10;color:#fff;width:70px;height:70px;line-height:70px;}
#frame4  .NewsList .btnlist>a.swiper-button-disabled{}
#frame4  .NewsList .swiper-button-next{right:0;}
#frame4  .NewsList .swiper-button-prev{left:0;}
@media (min-width:1200px) and (max-width:1499px) {
    #frame4  .NewsList .item .txt{padding:40px 50px 0;}
    #frame4  .NewsList .item .txt h3{font-size:24px;height:36px;white-space:nowrap;text-overflow:ellipsis;display:block;}
    #frame4  .NewsList .btnlist{margin-top:-50px;}
    #frame4  .NewsList .btnlist>a{width:50px;height:50px;line-height:50px;}
}
@media (min-width:992px) and (max-width:1199px) {
    #frame4  .NewsList .item .txt{padding:20px 20px 0;}
    #frame4  .NewsList .item .txt h3{font-size:18px;line-height:24px;height:24px;white-space:nowrap;text-overflow:ellipsis;display:block;margin:5px 0;}
    #frame4  .NewsList .btnlist{margin-top:-30px;}
    #frame4  .NewsList .btnlist>a{width:30px;height:30px;line-height:30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4  .NewsList .item .pic{float:initial;width:100%;}
    #frame4  .NewsList .item .pic>a:after{display:none;}
    #frame4  .NewsList .item .txt{float:initial;width:100%;padding:15px;}
    #frame4  .NewsList .item .txt span.newscate{display:none;}
    #frame4  .NewsList .item .txt h3{font-size:16px;line-height:24px;height:48px;margin:0;}
    #frame4  .NewsList .btnlist{margin-top:15px;}
    #frame4  .NewsList .btnlist>a{width:30px;height:30px;line-height:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    #frame4  .NewsList .item .pic{float:initial;width:100%;}
    #frame4  .NewsList .item .pic>a:after{display:none;}
    #frame4  .NewsList .item .txt{float:initial;width:100%;padding:15px;}
    #frame4  .NewsList .item .txt span.newscate{display:none;}
    #frame4  .NewsList .item .txt h3{font-size:16px;line-height:24px;height:48px;margin:0;}
    #frame4  .NewsList .btnlist{margin-top:15px;}
    #frame4  .NewsList .btnlist>a{width:30px;height:30px;line-height:30px;}
}

footer{padding-top:40px;padding-bottom:0;background-color:#292929;}
footer .container{width:1400px;}
footer .foot_menu{overflow:hidden;}
footer #fck1{width:45%;float:left;padding-right:80px;}
footer #fck2{width:30%;float:left;padding-right:50px;}
footer #fck3{width:25%;float:left;}
footer #fck1>ul{overflow:hidden;margin-top:10px;}
footer #fck1>ul>li{float:left;margin-right:25px;}
footer #fck1>ul>li>a{color:#ffffff;font-size:15px;line-height:20px;display:block;}
footer #fck1>ul>li>a:hover{text-decoration:underline;}
footer #fck1 .footsubscribe{margin-top:50px;}
footer #fck1 .footsubscribe #txtSubEmail{background-color:transparent;border-color:transparent transparent #636363 transparent;border-radius:0;box-shadow:none;color:#eee;padding-left:0;}
footer #fck1 .footsubscribe #btnSubcribe{margin-top:20px;padding:5px 25px;background-color:#ba1e10;color:#ffffff;border:none;font-size:16px;height:40px;}
footer #fck1 .footsubscribe #btnSubcribe:hover{opacity:0.8;}
footer #fck2 dt{font-size:28px;color:#ffffff;font-weight:bold;margin-bottom:20px;}
footer #fck2 dd{color:#ffffff;margin-top:15px;font-size:16px;line-height:24px;}
footer #fck2 dd>i{float:left;font-size:24px;margin-top:3px;}
footer #fck2 dd p{padding-left:40px;}
footer #fck3{margin-top:60px;overflow:hidden;display:block;}

.footer_by{ background:#444; padding:10px 0 10px 0px;margin-top:40px;}
.footer_by p{display:inline-block; font-size:14px; line-height:2em;color:#fff;}
.footer_by p a{ display:inline-block; font-size:14px; line-height:2em;color:#fff;}
.footer_by p a:hover{text-decoration:underline;}
.footer_by p.fr{float:right;}
@media (min-width:1200px) and (max-width:1499px) {
    footer .container{width:1200px;}
    footer #fck1{padding-right:50px;}
}
@media (min-width:992px) and (max-width:1199px) {
    footer .container{width:90%;}
    footer #fck1{padding-right:50px;width:60%;}
    footer #fck2{width:40%;padding-right:0;}
    footer #fck3{display:none;}
}
@media (min-width:768px) and (max-width:991px) {
    footer .container{width:90%;}
    footer #fck1{padding-right:50px;width:60%;}
    footer #fck2{width:40%;padding-right:0;}
    footer #fck2 dd p{font-size:14px;}
    footer #fck3{display:none;}

    .footer_by p{font-size:12px;}
    .footer_by p a{font-size:12px;}
}
@media (min-width:1px) and (max-width:767px) {
    footer{padding-top:20px;}
    footer .container{width:100%;}
    footer #fck1{padding-right:0;width:100%;}
    footer #fck2{width:100%;padding-right:0;margin-top:20px;}
    footer #fck2 dt{font-size:24px;}
    footer #fck2 dd p{font-size:14px;}
    footer #fck3{display:none;}

    .footer_by p{font-size:12px;text-align:center;display:block;}
    .footer_by p a{font-size:12px;}
    .footer_by p.fr{float:none;}
}

/*共用*/
#Location{ background:#e5e5e5;padding:10px 0;}
#Location .container{width:1400px;}
#Location i{color:#999999;}
#Location a{color:#999999;}
#Location a:hover{color:#ba1e10;}
#Location span{color:#ba1e10;}
.nframe{padding-top:50px;padding-bottom:50px;}
.nframe .container{width:1400px;}
@media (min-width:1200px) and (max-width:1499px) {
    #Location .container{width:1200px;}
    .nframe .container{width:1200px;}
}
@media (min-width:992px) and (max-width:1199px) {
    #Location .container{width:90%;}
    .nframe{padding-top:40px;padding-bottom:40px;}
    .nframe .container{width:90%;}
}
@media (min-width:768px) and (max-width:991px) {
    #Location .container{width:90%;}
    .nframe{padding-top:30px;padding-bottom:30px;}
    .nframe .container{width:90%;}
}
@media (min-width:1px) and (max-width:767px) {
    #Location .container{width:100%;}
    .nframe{padding-top:30px;padding-bottom:30px;}
    .nframe .container{width:100%;}
}

/*左侧菜单*/
#left_nav{float:left;width:308px;padding:25px 13px 35px;background-color:#e5e5e5;}
#left_nav dl{margin:0;background-color:#ffffff;}
#left_nav dl>dt{background-color:#ba1e10;padding:10px 20px;font-size:24px;line-height:35px;color:#ffffff;}
#left_nav dl>dt>i{float:right;font-size:24px;}
#left_nav dl>dd{border-top:1px solid #ddd;position:relative;}
#left_nav dl>dd>a{display:block;padding:15px 20px;font-size:15px;line-height:24px;font-family:'Microsoft YaHei UI',Arial, Tahoma, Geneva, Verdana, sans-serif;color:#515151;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#fff;background-color:#ba1e10;}
#left_nav dl>dd ul{border-top:1px solid #ddd;display:none;position:absolute;width:100%;left:100%;z-index:2;background-color:#fff;box-shadow:0 0 5px #999;top:0;}
#left_nav dl>dd:hover>ul{display:block;}
#left_nav dl>dd ul>li>a{display:block;padding:10px 20px;font-size:14px;line-height:20px;font-family:'Microsoft YaHei UI',Arial, Tahoma, Geneva, Verdana, sans-serif;color:#888;border-bottom:1px solid #ddd;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{border-bottom:1px solid #ba1e10;color:#ba1e10;}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
    #left_nav{width:30%;padding:15px 10px;}
    #left_nav dl>dd>a{padding:10px 15px;font-size:13px;line-height:20px;}
    #left_nav dl>dd ul>li>a{padding:8px 15px;font-size:13px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;padding:15px 10px;float:initial;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd>a{padding:10px 15px;font-size:13px;line-height:20px;}
    #left_nav dl>dd ul{position:relative;top:0;left:0;box-shadow:none;}
    #left_nav dl>dd.active ul{position:relative;top:0;left:0;box-shadow:none;display:block;}
    #left_nav dl>dd ul>li>a{font-size:12px;padding:6px 20px;color:#afaeae;}
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav{width:100%;padding:15px 10px;float:initial;}
    #left_nav dl>dd{display:none;}
    #left_nav dl>dd>a{padding:10px 15px;font-size:13px;line-height:20px;}
    #left_nav dl>dd ul{position:relative;top:0;left:0;box-shadow:none;}
    #left_nav dl>dd.active ul{position:relative;top:0;left:0;box-shadow:none;display:block;}
    #left_nav dl>dd ul>li>a{font-size:12px;padding:6px 20px;color:#afaeae;}
}

/*右侧内容*/
#right_nav{float:right;width:1000px;}
.nframe .tit{text-align:center;margin-bottom:30px;}
.nframe .tit>h2{margin-top:0;font-size:30px;line-height:36px;font-family:'Microsoft YaHei UI',Arial, Tahoma, Geneva, Verdana, sans-serif;text-transform:uppercase;color:#ba1e10;font-weight:bold;letter-spacing:1px;}
.nframe .tit>h1{margin-top:0;font-size:30px;line-height:36px;font-family:'Microsoft YaHei UI',Arial, Tahoma, Geneva, Verdana, sans-serif;text-transform:uppercase;color:#ba1e10;font-weight:bold;letter-spacing:1px;}
.nframe .tit>p{margin-top:10px;color:#666;}
.nframe section{margin-bottom:30px;}
.nframe section .content{font-size:14px;line-height:2;font-family:'Microsoft YaHei UI',Arial, Tahoma, Geneva, Verdana, sans-serif;}
@media (min-width:1200px) and (max-width:1499px) {
    #right_nav{width:70%;}
    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h2{font-size:24px;}
    .nframe .tit>h1{font-size:24px;}
}
@media (min-width:992px) and (max-width:1199px) {
    #right_nav{width:68%;}
    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h2{font-size:24px;}
    .nframe .tit>h1{font-size:24px;}
}
@media (min-width:768px) and (max-width:991px) {
    #right_nav{float:initial;width:100%;margin-top:30px;}
    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h2{font-size:24px;}
    .nframe .tit>h1{font-size:24px;}
    .nframe section .content{line-height:1.5;}
}
@media (min-width:1px) and (max-width:767px) {
    #right_nav{float:initial;width:100%;margin-top:30px;}
    .nframe .tit{margin-bottom:15px;}
    .nframe .tit>h2{font-size:24px;}
    .nframe .tit>h1{font-size:24px;}
}

/*关于我们*/
#aboutframe .workshop .list{overflow:hidden;margin:0 -20px;}
#aboutframe .workshop .item{width:50%;float:left;padding:0 20px 40px;}
#aboutframe .workshop .item:nth-child(2n+1){clear:left;}
#aboutframe .workshop .item .img{border:1px solid #efefef;}
#aboutframe .certificate{background:url(../images/cebg.jpg) no-repeat center center;padding-top:30px;}
#aboutframe .certificate .list{overflow:hidden;padding:0 25px 50px;}
#aboutframe .certificate .list .item{float:left;width:20%;padding:0 5px;}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
    #aboutframe .workshop .list{margin:0 -10px;}
    #aboutframe .workshop .item{padding:0 10px 20px;}
    #aboutframe .certificate .list .item figcaption{padding:25px 15px;}
    #aboutframe .certificate .list .item h3{font-size:16px;}
    #aboutframe .certificate .list .item{width:25%;}
    #aboutframe .certificate .list .item:nth-last-child(-n+1){display:none;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe .workshop .list{margin:0 -10px;}
    #aboutframe .workshop .item{padding:0 10px 20px;}
    #aboutframe .certificate .list .item figcaption{padding:25px 15px;}
    #aboutframe .certificate .list .item{width:33.33%;}
    #aboutframe .certificate .list .item h3{font-size:16px;}
    #aboutframe .certificate .list .item:nth-last-child(-n+2){display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #aboutframe .workshop .list{margin:0 -10px;}
    #aboutframe .workshop .item{padding:0 10px 20px;}
    #aboutframe .workshop .item figcaption{padding:20px;}
    #aboutframe .workshop .item h3{font-size:14px;}
    #aboutframe .certificate .list{padding:0 15px 20px;}
    #aboutframe .certificate .list .item{width:50%;}
    #aboutframe .certificate .list .item:nth-last-child(-n+3){display:none;}
}


/*联系我们*/
#contactframe{padding-top:30px;}
#contactframe .contactbox{overflow:hidden;}
#contactframe .contactbox dl{width:49%;float:left;border:1px solid #d0cfcf;background-color:#f9f9f9;padding:30px 20px;}
#contactframe .contactbox dl:nth-child(2n){float:right;}
#contactframe .contactbox dl:nth-child(2n+1){clear:left;}
#contactframe .contactbox dd{border-bottom:1px solid #d8d8d8;padding:12px 0;overflow:hidden;display:table;width:100%;color:#5c5c5c;}
#contactframe .contactbox dd:last-child{border-bottom:none;}
#contactframe .contactbox dd>i{float:left;width:38px;height:38px;line-height:38px;text-align:center;color:#ffffff;background-color:#a0a0a0;border-radius:50%;font-size:24px;}
#contactframe .contactbox dd>p{padding-left:50px;display:table-cell;vertical-align:middle;width:100%;padding-left:15px;}
#contactframe .contactbox dd a{color:#ba1e10;}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
    #contactframe .contactbox dl{padding:10px;}
    #contactframe .contactbox dd{padding:10px 0;}    
}
@media (min-width:768px) and (max-width:991px) {
    #contactframe .contactbox dl{padding:10px;}
    #contactframe .contactbox dd{padding:6px 0;}    
}
@media (min-width:1px) and (max-width:767px) {
    #contactframe .contactbox dl{width:100%;float:initial;padding:10px;}
    #contactframe .contactbox dd{padding:6px 0;}
}

#contactframe .feedbackbox{}
#contactframe .feedbackbox h2{font-size:30px;font-weight:bold;margin-bottom:30px;}
#contactframe #feedback{width:62%;float:left;}
#contactframe #share{width:38%;float:right;padding-left:100px;}
#contactframe #share dl>dd{overflow:hidden;margin-bottom:20px;}
#contactframe #share dl>dd a{line-height:38px;font-size:18px;color:#5c5c5c;display:inline-block;}
#contactframe #share dl>dd a:hover{color:#ba1e10;}
#contactframe #share dl>dd i{float:left;width:38px;height:38px;line-height:38px;text-align:center;color:#ffffff;background-color:#a0a0a0;border-radius:50%;font-size:24px;margin-right:15px;}
#contactframe #share dl>dd i.facebook{background-color:#3a579b;}
#contactframe #share dl>dd i.youtube{background-color:#b12c26;}
#contactframe #share dl>dd i.linkedin{background-color:#1983bc;}
#contactframe #share dl>dd i.twitter{background-color:#1da1f2;}
#feedback{padding-right:30px;}
#feedback .list-inline{overflow:hidden;}
#feedback .list-inline li{margin-bottom:15px;}
#feedback .list-inline li>em{color:red;margin-right:5px;}
#feedback .list-inline li>span{font-size:16px;}
#feedback .list-inline li>input{border-radius:0;border:1px solid #d0cfcf;background-color:#f6f6f6;padding:12px;height:48px;}
#feedback .list-inline li>textarea{width:100%;display:block;border:1px solid #d0cfcf;background-color:#f6f6f6;resize:none;padding:6px 12px;}
#feed_btn_send{background-color:#ed1c24;color:#ffffff;border-radius:0;font-size:18px;line-height:24px;border:none;padding:13px 50px;display:inline-block;width:200px;text-transform:uppercase;}
#feed_btn_send:hover{opacity:0.8;}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
    #contactframe .feedbackbox h2{font-size:24px;}
    #feedback .list-inline li > input{padding:6px 10px;height:36px;}
    #feed_btn_send{padding:10px 50px;float:left;}
    #contactframe #share dl > dd{margin-bottom:10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contactframe #feedback{width:70%;padding-right:20px;}
    #feedback .list-inline li > input{padding:6px 10px;height:36px;}
    #feed_btn_send{padding:6px 50px;float:left;}
    #contactframe .feedbackbox h2{font-size:22px;}
    #contactframe #share{width:30%;padding-left:0;}
    #contactframe #share dl > dd{margin-bottom:10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contactframe .feedbackbox h2{font-size:24px;}
    #contactframe #feedback{width:100%;float:initial;padding-right:0;}
    #feedback .list-inline li > input{padding:6px 10px;height:36px;}
    #feed_btn_send{padding:6px 50px;float:left;}
    #contactframe #share{width:100%;float:initial;padding-left:0;}
    #contactframe #share dl > dd{margin-bottom:10px;}
}


#ProPage{overflow:hidden;background-color:#f8f8f8;}
/*产品中心*/
#ProList{margin:0 -7px 0;overflow:hidden;}
#ProList .item{padding:0 7px;margin-bottom:20px;width:25%;float:left;}
#ProList .item:nth-child(4n+1){clear:left;}
#ProList .item .img{position:relative;overflow:hidden;background-color:#ffffff;border:1px solid #f8f8f8}
#ProList .item a.link{position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(186,30,16,0.6);text-align:center;padding-top:100%;opacity:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
#ProList .item a.link>i{font-size:48px;color:rgba(255,255,255,0.8);}
#ProList .item:hover a.link{opacity:1;padding-top:25%;}
#ProList .item img{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
#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);}
#ProList .item .txt{border:1px solid #f8f8f8;border-top:3px solid #f8f8f8;position:relative;background-color:#ffffff;padding:10px 20px;}
#ProList .item .txt h3{font-size:14px;line-height:20px;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;}
#ProList .item .txt p{font-size:12px;line-height:18px;height:18px;margin-top:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-family:'Microsoft YaHei UI',Arial, Tahoma, Geneva, Verdana, sans-serif;}
#ProList .item:hover .txt:before{content:"";position:absolute;width:5px;height:100%;top:0;right:0px;background-color:#ba1e10;}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
    #ProList .item{width:33.33%;}
    #ProList .item:nth-child(4n+1){clear:initial;}
    #ProList .item:nth-child(3n+1){clear:both;}
    #ProList .item .txt{padding:8px 10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #ProList .item{width:33.33%;}
    #ProList .item:nth-child(4n+1){clear:initial;}
    #ProList .item:nth-child(3n+1){clear:both;}
    #ProList .item .txt{padding:8px 10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #ProList .item{width:50%;}
    #ProList .item:nth-child(4n+1){clear:initial;}
    #ProList .item:nth-child(2n+1){clear:both;}
    #ProList .item a.link>i{font-size:30px;}
    #ProList .item:hover a.link{padding-top:20%;}
    #ProList .item .txt h3{font-size:13px;}
    #ProList .item .txt p{display:none;}
}

/*产品详情*/
#nProPage{background-color:#ffffff;}
#nProPage .title{margin-bottom:30px;}
#nProPage .title h1,#nProPage .title h3{font-size:22px;line-height:36px;font-family:'Microsoft YaHei UI',Arial, Tahoma, Geneva, Verdana, sans-serif;color:#333;font-weight:bold;position:relative;margin:0;padding-bottom:10px;}
#nProPage .title h1:after,#nProPage .title h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:4px;background-color:#000;}
#nProPage .title h1:before,#nProPage .title h3:before{content:"";position:absolute;bottom:0;left:52px;width:108px;height:4px;background-color:#ba1e10;}
#slider{overflow:hidden;}
#picView{position:relative;float:left;width:55%;}
#picView .gallery-top{border:1px solid #e5e5e5;}
#picView1{margin-top:30px;}
#picView1 .imglist{background-color:#f9f9f9;padding:30px 10px;position:relative;}
#picView1 .gallery-thumbs .swiper-slide{border:1px solid #f9f9f9;}
#picView1 .gallery-thumbs .swiper-slide-active{border-color:#ba1e10;position:relative;}
#picView1 .swiper-button-next{right:0;width:20px;height:66px;line-height:66px;margin-top:-33px;text-align:center;background-color:#ba1e10;color:#ffffff;background-image:none;}
#picView1 .swiper-button-prev{left:0 ;width:20px;height:66px;line-height:66px;margin-top:-33px;text-align:center;background-color:#ba1e10;color:#ffffff;background-image:none;}
#picView1 .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%;}
#protitle{padding:0 0 0 30px;float:right;width:45%;}
#protitle .remark{font-size:16px;line-height:2;}
#protitle .btnlist{overflow:hidden;}
#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 .btnInquiry{float:left;margin-right:5%;padding:4px 30px;font-size:14px;line-height:30px;border:1px solid #ba1e10;background-color:#ba1e10;color:#ffffff;text-align:center;display:block;text-transform:uppercase;margin-top:10px;}
#protitle .btnInquiry:hover{background-color:#ffffff;color:#ba1e10;}
#protitle .btnlist .btncar{float:right;}
#ProShare{margin-top:15px;}
.pro_detail{margin-top:30px;}
.pro_detail .tit{border-bottom:1px solid #ddd;overflow:hidden;}
.pro_detail .tit h3{display:inline-block;background-color:#ba1e10;padding:8px 25px;color:#ffffff;font-size:18px;line-height:24px;margin:0;float:left;}
#RelatedProduct{margin-top:30px;}
#RelatedProduct .list{margin:0 -10px;overflow:hidden;}
#RelatedProduct .list .item{padding:0 10px;width:25%;float:left;position:relative;overflow:hidden;}
#RelatedProduct .list .item .img{border:1px solid #f5f5f5;overflow:hidden;}
#RelatedProduct .list .item .txt{opacity:0;}
#RelatedProduct .list .item:hover .txt{background-color:rgba(186,30,16,0.6);position:absolute;z-index:1;bottom:0;left:10px;right:10px;padding:10px 15px;opacity:1;}
#RelatedProduct .list .item .txt h3{font-size:14px;line-height:20px;margin:0;font-weight:bold;color:#ffffff;}
#RelatedProduct .list .item a.link{position:absolute;top:0;bottom:0;left:10px;right:10px;}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
    #nProPage .title h1,#nProPage .title h3{font-size:20px;}
    #picView{width:45%;}
    #protitle{width:55%;padding-left:20px;}
    #protitle .remark{font-size:14px;line-height:1.6;}
    #picView1 .imglist{padding:0 10px;}
    #RelatedProduct .list .item .txt{opacity:1;background-color:#ba1e10;padding:5px ;}
    #RelatedProduct .list .item .txt h3{font-size:12px;line-height:18px;}
    #RelatedProduct .list .item:hover .txt{position:relative;left:0;background-color:#ba1e10;padding:5px ;}
}
@media (min-width:768px) and (max-width:991px) {
    #nProPage .title h1,#nProPage .title h3{font-size:20px;}
    #picView{width:40%;}
    #protitle{width:60%;padding-left:20px;}
    #protitle .remark{font-size:14px;line-height:1.8;}
    #picView1 .imglist{padding:0 10px;}
    #RelatedProduct .list .item .txt{opacity:1;background-color:#ba1e10;padding:5px 10px;}
    #RelatedProduct .list .item .txt h3{font-size:13px;}
    #RelatedProduct .list .item:hover .txt{position:relative;left:0;background-color:#ba1e10;padding:5px 10px;}
}
@media (min-width:1px) and (max-width:767px) {
    #nProPage .title h1,#nProPage .title h3{font-size:18px;}
    #picView{width:100%;float:initial;}
    #protitle{width:100%;float:initial;padding-left:0;margin-top:20px;}
    #protitle .remark{font-size:14px;}
    #picView1 .imglist{padding:0 10px;}
    #RelatedProduct .list .item{width:50%;margin-bottom:20px;}
    #RelatedProduct .list .item:nth-child(2n+1){clear:left;}
    #RelatedProduct .list .item .txt{opacity:1;background-color:#ba1e10;padding:5px 10px;}
    #RelatedProduct .list .item:hover .txt{position:relative;left:0;background-color:#ba1e10;padding:5px 10px;}
}


/*新闻*/
#news_nav .tit{}
#news_nav .tit h2{text-align:left;color:#333;}
#news_nav .tit p{font-family:Candara,Arial;font-size:20px;color:#888;}
#news_nav .tit p>span{display:inline-block;margin:0 15px;}
#NewsList {}
#NewsList .item{position:relative;overflow:hidden;margin-bottom:50px;background-color:#fff;}
#NewsList .item .img{width:43%;float:left;border:1px solid #c5c5c5;overflow:hidden;}
#NewsList .item .txt{width:57%;float:left;padding-left:5%;}
#NewsList .item .txt h3{font-size:24px;line-height:30px;margin-top:0;height:60px;font-weight:bold;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
#NewsList .item .txt span.date{font-size:20px;display:inline-block;margin-top:8px;font-family:Candara,Arial, Tahoma, Geneva, Verdana, sans-serif;}
#NewsList .item .txt p{color:#616161;margin-top:20px;line-height:25px;height:100px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;}
#NewsList .item .txt .more{text-transform:capitalize;padding:5px 10px;width:136px;height:36px;line-height:24px;margin-top:25px;display:inline-block;border:1px solid #ba1e10;color:#fff;background-color:#ba1e10;text-align:center;}
#NewsList .item .txt .more>i{margin-left:10px;}
#NewsList .item .txt .more:hover{color:#ba1e10;background-color:#ffffff;}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
    #news_nav .tit p{font-size:16px;}
    #NewsList .item{margin-bottom:20px;border-bottom:1px dashed #ddd;padding-bottom:20px;}
    #NewsList .item .img{width:40%;}
    #NewsList .item .txt{width:60%;padding:0 0 0 30px;}
    #NewsList .item .txt h3{font-size:18px;line-height:24px;height:24px;margin-bottom:0;}
    #NewsList .item .txt span.date{font-size:14px;margin-top:0px;line-height:20px;}
    #NewsList .item .txt p{margin-top:10px;line-height:20px;height:40px;-webkit-line-clamp:2;}
    #NewsList .item .txt .more{margin-top:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    #news_nav .tit p{font-size:16px;}
    #NewsList .item{margin-bottom:20px;border-bottom:1px dashed #ddd;padding-bottom:20px;}
    #NewsList .item .img{width:40%;}
    #NewsList .item .txt{width:60%;padding:0 0 0 15px;}
    #NewsList .item .txt h3{font-size:18px;line-height:24px;height:24px;margin-bottom:0;}
    #NewsList .item .txt span.date{font-size:14px;margin-top:0px;line-height:20px;}
    #NewsList .item .txt p{margin-top:10px;line-height:20px;height:40px;-webkit-line-clamp:2;}
    #NewsList .item .txt .more{margin-top:15px;}
}
@media (min-width:1px) and (max-width:767px) {
    #news_nav .tit p{font-size:16px;}
    #NewsList .item{margin-bottom:20px;border-bottom:1px dashed #ddd;}
    #NewsList .item .img{width:100%;float:initial;}
    #NewsList .item .txt{width:100%;float:initial;padding:15px 0;}
    #NewsList .item .txt h3{font-size:18px;line-height:24px;height:48px;margin-bottom:0;}
    #NewsList .item .txt span.date{font-size:16px;margin-top:4px;}
    #NewsList .item .txt p{margin-top:10px;line-height:20px;}
}

#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#ntframe .sharelist{background-color:#ddd;padding:10px 15px;margin-top:30px;}
#ntframe .sharelist span{margin-right:10px;font-size:14px;float:left;line-height:30px;}
#ntframe .sharelist .bdshare-button-style0-32>a{background-image:none;text-indent:0;border-radius:50%;width:30px;height:30px;color:#fff;position:relative;text-align:center;line-height:30px;font-size:18px;margin:0 5px 0 0}
#ntframe .sharelist .bdshare-button-style0-32 .bds_sqq{background-color:#45aaf2;}
#ntframe .sharelist .bdshare-button-style0-32 .bds_weixin{background-color:#3eb135;}
#ntframe .sharelist .bdshare-button-style0-32 .bds_tsina{background-color:#df4d69;}
#ntframe .sharelist .bdshare-button-style0-32>a.bds_sqq:before{content:"\e63e";font-family:iconfont;}
#ntframe .sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e628";font-family:iconfont;}
#ntframe .sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e71a";font-family:iconfont;}
#sharelist {background-color:#ddd;padding:10px 15px;margin-top:25px;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#sharelist a{color:#ffffff;display:inline-block;margin-left:5px;padding:0;}
#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:#ba1e10;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e626";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:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
}
@media (min-width:768px) and (max-width:991px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
}
@media (min-width:1px) and (max-width:767px) {
    #RelatedNews .relate_list .item{width:100%;float:initial;}
}

/*分页*/
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:#ba1e10;border-radius:0;color:#ba1e10;}
ul.pagination li.active span{background-color:#ba1e10;border-color:#ba1e10;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:#ba1e10;color:#fff;}


#pro_feed_show{padding:40px 20px;background-color:#f8f8f8;border:1px solid #e4e4e4;border-radius:10px;}
#pro_feed_show P{font-size:16px;line-height:20px;margin-bottom:15px;}
#pro_feed_show label{font-weight:normal;display:block;font-size:16px;line-height:20px;text-align:right;}
#pro_feed_show label>em{font-size:20px;color:#ff0000;margin-right:3px;margin-top:3px;font-style:initial;}
#pro_feed_show .form-group{margin-bottom:20px;overflow:hidden;}
#pro_feed_show .form-group .input-group{display:table;}
#pro_feed_show .form-group .input-group span{display:table-cell;border:1px solid #ccc;border-right:none;width:1%;padding:0 20px;}
#pro_feed_show .form-group .input-group .form-control{display:table-cell;width:100%;border-left:none;}
#pro_feed_show .form-control{background-color:#fff;height:34px;padding:0 12px;}
#pro_feed_show textarea.form-control{height:122px;resize:none;padding-top:10px;background-color:#fff;border-radius:0px;}
#pro_feed_show #btn_send{display:block;width:176px;height:40px;line-height:40px;text-align:center;border:none;color:#fff;background-color:#ba1e10;font-size:16px;text-transform:capitalize;}
#pro_feed_show #btn_send:hover{opacity:0.8}
@media (min-width:1200px) and (max-width:1499px) {
}
@media (min-width:992px) and (max-width:1199px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show label{text-align:left;}
}

/*编辑器内容*/
#input {border:none; margin:0; padding:0; font:14px 'Courier New',Verdana; border:0}
.te {border:1px solid #bbb; padding:0 1px 1px; font:12px Verdana,Arial; margin:0px}
.te iframe {border:none}
.teheader {height:31px; border-bottom:1px solid #bbb; background:url(../images/header-bg.gif) repeat-x; padding-top:1px}
.teheader select {float:left; margin-top:5px}
.tefont {margin-left:12px}
.tesize {margin:0 3px}
.testyle {margin-right:12px}
.tedivider {float:left; width:1px; height:30px; background:#ccc}
.tecontrol {float:left; width:34px; height:30px; cursor:pointer; background-image:url(../images/icons.png)}
.tecontrol:hover {background-color:#fff; background-position:30px 0}
.tefooter {height:auto; border-top:1px solid #bbb; background:#f5f5f5;overflow:hidden;}
.toggle {float:left;padding:9px 13px 0 10px; height:23px;color:#666;}
.resize {float:right; height:32px; width:32px; background:url(../images/resize.gif) 15px 15px no-repeat; cursor:s-resize}
#editor {cursor:text; margin:10px}

#videolist .img{border:1px solid #ddd;}
#videolist .img img{width:100%;}
#videolist .txt{padding-top:10px;} 
#videolist h3{text-align:center;font-size:16px;}

/*感谢页面*/
#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 #ba1e10;color:#ffffff;background-color:#ba1e10;}
.btnthank:hover{background-color: #ffffff;color: #ba1e10;}

/*网站地图*/
#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; }
@media (min-width:992px) and (max-width:1199px) {
}
@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:30px -5px 0;overflow:hidden;}
#GalleryList .item{width:25%;padding:0 5px;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:1199px) {
}
@media screen and (min-width:768px ) and (max-width:991px){    
    #GalleryList{margin:20px -5px 0;overflow:hidden;}
    #GalleryList .item{width:25%;padding:0 5px;}
    #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;}
}




