﻿@charset "utf-8";
body{}
@font-face {
  font-family: 'iconfont';  /* project id 1784998 */
  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');
}
@font-face {
  font-family: 'hzgb';  /* project id 1784998 */
  src: url('../fonts/hzgb/hzgb.eot');
  src: url('../fonts/hzgb/hzgb.eot?#iefix') format('embedded-opentype'),
  url('../fonts/hzgb/hzgb.woff2') format('woff2'),
  url('../fonts/hzgb/hzgb.woff') format('woff'),
  url('../fonts/hzgb/hzgb.ttf') format('truetype'),
  url('../fonts/hzgb/hzgb.svg#hzgb') format('svg');
  font-display: swap;
}
/*****  font-display: swap;  字体延迟加载*****/
.icon { width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden; }
.iconfont{font-family:'iconfont';font-style:inherit!important;}
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:link,a:visited{text-decoration:none;}
a:hover{color:#015394;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, Tahoma, Geneva, Verdana, sans-serif;}
h1,h2,h3,h4,dt{font-family:'Microsoft YaHei',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:1230px;}
@media screen and (min-width:1px ) and (max-width:1229px) {
    .container{width:100%;}
}

#search{border:1px solid #015394;margin-bottom:15px;}
#search #sform{width:100%;border-radius:50px;}
#search #stext{float:left;border:none;width:calc(100% - 38px);background-color:#fff;height:38px;padding-left:10px;}
#search #sbut{font-size:20px;border:none;padding:0;background-color:#fff;width:38px;height:38px;}
#search #sbut>i{display:block;width:38px;height:38px;line-height:38px;font-size:24px;}

header{}

#top{padding-top:10px;padding-bottom:10px;background-color:#015394;}
#top p{font-size:16px;line-height:30px;width:50%;margin:0;color:#fff;}
#top p.p1{float:left;text-align:left;}
#top p.p2{float:right;text-align:right;}
#top p.p2>i{font-size:20px;vertical-align:middle;margin-right:10px;}
#top .topMenu{display:none;}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
    #top{background-color:#fff;}
    #top p{display:none;}
    #top .topMenu{display:block;}
}
@media (min-width:1px) and (max-width:767px) {
    #top{background-color:#fff;}
    #top p{display:none;}
    #top .topMenu{display:block;}
}

#Menu{width:100%;background-color:#fff;}
#Menu ul.menunav{text-align:right;padding-top:25px;padding-bottom:25px;}
#Menu ul>li{display:inline-block;}
#Menu ul>li.logo{float:left;}
#Menu ul>li.logo>a{padding:0;}
#Menu ul>li>a{position:relative;display:block;font-size:15px;line-height:25px;padding:10px 0 10px 36px;}
#Menu ul>.open>a,#Menu ul>.open>a:focus,#Menu ul>.open>a:hover,#Menu ul>.active>a,#Menu ul>.active>a:hover{color:#015394;}
#Menu ul>li:hover>a,#Menu ul>li.active:hover>a{color:#015394;}
#Menu ul>li.dropdown>a>i{display:inline-block;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s;-ms-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{background:#015394;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:13px; border-bottom:solid 1px #fff;padding:6px 15px;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:#015394;}

#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:#015394; -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:#015394; -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:#015394; -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:#015394; -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:#015394; -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:#015394; -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) {
    header .navbar-header{float:left;}
    header .navbar-brand{}
    header .navbar-brand img{margin:0;width:200px;}
    #Menu ul>li>a{padding:9px 15px;}
}
@media (min-width:1px) and (max-width:991px) {
    header .navbar-brand img{margin:0;width:200px;}
    header #menu_btn{ display: block;margin-top:8px;}
    #Menu{width:220px;position:fixed;left:-220px;top: 0px; bottom: 0px; background: #015394; z-index: 99999; overflow-x:hidden;overflow-y:auto;transition:all .5s ease;padding-top:0;}
    #Menu.show{left:0;}
    #Menu .container{padding:0;}
    #Menu ul.menunav>li.logo{display:block;background-color:#fff;}
    #Menu ul.menunav{ display: block; padding: 0px; text-align: left;overflow:hidden;}
    #Menu ul.menunav>li{width: calc(100% - 15px); padding-left: 15px; margin-bottom:3px;}
    #Menu ul.menunav>li:nth-child(1){width:100%; padding:10px 15px; text-align: center;border-bottom:1px solid #fff;margin-bottom:10px;}
    #Menu ul.menunav>li:nth-child(1)>a{padding: 0;}
    #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;}
    #Menu ul.menunav>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:#015394;color:#fff;}
    #Menu ul>li ul.dropdown-menu>li>a>i{float:left;}

    #search{}
    #search #sform{display:block;position:relative;top:initial;}
    #search #stext{}
    #search #sbut{}
    #search #sbut>i{}
}
@media (min-width:1px) and (max-width:767px) {
    header #menu_btn{padding-top:5px;}
    .navbar-default .navbar-brand{padding:5px 0;}

}

#bframe{overflow:hidden;}
#bframe img{max-width:100%;}
#ibframe .carousel-indicators li{width:35px;height:4px;margin:0 5px;border:none;background-color:#fff;opacity:0.5;border-radius:0;}
#ibframe .carousel-indicators li.active{opacity:1;}
@media (min-width:1px) and (max-width:991px) 
{
    #ibframe .carousel-indicators{margin-bottom:0;bottom:0;}
}

.frame{padding-top:60px;padding-bottom:60px;}
.frame .title{margin-bottom:50px;}
.frame .title h2{font-size:28px;font-family:hzgb,'Microsoft YaHei',Arial, Helvetica, sans-serif;margin-bottom:15px;margin-top:0;}
.frame .title h2 font{color:#015394;}
.frame .title p{font-size:16px;}
.frame .title span{display:inline-block;width:155px;height:5px;background-color:#fff;margin-top:25px;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    .frame{padding-top:40px;padding-bottom:40px;}
    .frame .title{margin-bottom:30px;}
    .frame .title span{margin-top:15px;}
}
@media (min-width:768px) and (max-width:991px) {
    .frame{padding-top:30px;padding-bottom:30px;}
    .frame .title{margin-bottom:20px;}
    .frame .title h2{font-size:24px;}
    .frame .title p{font-size:14px;}
    .frame .title span{margin-top:15px;}
}
@media (max-width:767px){
    .frame{padding-top:30px;padding-bottom:30px;}
    .frame .title{margin-bottom:15px;}
    .frame .title h2{font-size:20px;}
    .frame .title p{font-size:13px;}
    .frame .title span{margin-top:10px;}
}

#frame1 .list{margin:0 -8px;overflow:hidden;}
#frame1 .list .item{width:16.66%;float:left;padding:0 8px;}
#frame1 .list .item .txt{background-color:#f8f8f8;text-align:center;padding:30px 15px;cursor:pointer;}
#frame1 .list .item .txt i{font-size:50px;color:#a3a3a3;position:relative;}
#frame1 .list .item .txt i:before{content:"";width:32px;height:3px;background-color:#e3e3e3;position:absolute;left:50%;bottom:-10px;margin-left:-16px;}
#frame1 .list .item .txt h4{font-size:16px;margin-top:15px;}
#frame1 .list .item .txt p{font-size:12px;color:#a3a3a3;}
#frame1 .list .item .txt:hover{background-color:#015394;}
#frame1 .list .item .txt:hover i{color:#fff;}
#frame1 .list .item .txt:hover i:before{background-color:#80a9ca;}
#frame1 .list .item .txt:hover h4{color:#fff;}
#frame1 .list .item .txt:hover p{color:#fff;opacity:0.5;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame1 .list{margin:0 -4px;}
    #frame1 .list .item{padding:0 4px;}
    #frame1 .list .item .txt{padding:20px 10px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame1 .list{margin:0 -5px;}
    #frame1 .list .item{padding:0 5px;width:33.33%;margin-bottom:10px;}
    #frame1 .list .item .txt{padding:20px 10px;}
}
@media (max-width:767px){
    #frame1 .list{margin:0 -5px;}
    #frame1 .list .item{padding:0 5px;width:50%;margin-bottom:10px;}
    #frame1 .list .item .txt{padding:20px 10px;}
}


#frame2 .title h2{color:#fff;}
#frame2 .title p{color:#fff;}
#frame2 .left{float:left;width:60%;padding-right:60px;}
#frame2 .left .context{color:#fff;font-size:16px;line-height:30px;}
#frame2 .left .link{display:inline-block;border:1px solid #fff;background-color:#015394;color:#fff;text-align:center;font-size:16px;line-height:24px;padding:10px 30px;width:240px;margin-top:50px;}
#frame2 .left .link:hover{background-color:#fff;color:#015394;}
#frame2 .right{display:flex;flex-wrap:wrap;justify-content:flex-end;}
#frame2 .right .item{display:flex;flex-direction:column;width:153px;height:153px;margin:0;position:relative;}
#frame2 .right .item1{background-color:#e5e5e5;text-align:center;position:relative;}
#frame2 .right .item1>a{display:block;position:absolute;top:0%;right:0;bottom:0;left:0;}
#frame2 .right .item1 h3{font-size:16px;color:#b1b1b1;position:relative;margin-top:-14px;top:50%;}
#frame2 .right .item1 h3:before{content:"";width:64px;height:4px;background-color:#b1b1b1;position:absolute;bottom:-15px;left:50%;margin-left:-32px;}
#frame2 .right .item1:after{content:"";border-style:solid;border-width:10px;position:absolute;}
#frame2 .right .item:nth-child(4):after{border-color:transparent transparent transparent #e5e5e5;z-index:1;left:100%;top:50%;margin-top:-10px;}
#frame2 .right .item:nth-child(6):after{border-color:transparent transparent #e5e5e5 transparent;z-index:1;left:50%;top:-20px;margin-left:-10px;}
#frame2 .right .item:nth-child(8):after{border-color:transparent transparent transparent #e5e5e5;z-index:1;left:100%;top:50%;margin-top:-10px;}
#frame2 .right .item1:hover h3{color:#015394;}
#frame2 .right .item1:hover h3:before{background-color:#015394;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame2 .left{width:50%;padding-right:30px;}
    #frame2 .left .context{font-size:14px;line-height:24px;}
    #frame2 .left .link{margin-top:30px;font-size:14px;padding:6px 20px;width:180px;}
    #frame2 .right{width:50%;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame2 .left{width:100%;padding-right:0;}
    #frame2 .left .context{font-size:14px;line-height:24px;}
    #frame2 .left .link{margin-top:30px;font-size:14px;padding:6px 20px;width:180px;}
    #frame2 .right{display:none;}
}
@media (max-width:767px){
    #frame2 .left{width:100%;padding-right:0;}
    #frame2 .left .context{font-size:14px;line-height:24px;}
    #frame2 .left .link{margin-top:30px;font-size:14px;padding:3px 20px;width:160px;}
    #frame2 .right{display:none;}
}

#frame3 .context{display:flex;justify-content:space-between;}
#frame3 .left{width:35%;margin:0;}
#frame3 .left .swiper-slide{position:relative;}
#frame3 .left .swiper-slide .txt{position:absolute;bottom:75px;left:45px;right:45px;}
#frame3 .left .swiper-slide .txt h4{font-size:22px;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-top:0;}
#frame3 .left .swiper-slide .txt p{font-size:16px;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#frame3 .left .swiper-slide .txt:after{content:"";position:absolute;width:8px;height:100px;background-color:#fff;left:-25px;top:0;}
#frame3 .left .btnlist{position:absolute;bottom:35px;left:45px;}
#frame3 .left .btnlist .swbtn{display:inline-block;width:50px;height:30px;text-align:center;line-height:30px;background-color:#f7f7f7;color:#dfdfdf;}
#frame3 .left .btnlist .swbtn:hover{background-color:#015394;color:#fff;}
#frame3 .left .btnlist .swiper-button-disabled{background-color:#dfdfdf;color:#fff;}
#frame3 .right{width:65%;margin:0;}
#frame3 .right .swiper-product{height:100%;}
#frame3 .right .swiper-slide{display:flex;flex-wrap:wrap;justify-content:space-between;}
#frame3 .right .swiper-slide .item{width:48%;margin:0;border:1px solid #ececec;position:relative;}
#frame3 .right .swiper-slide .item:nth-child(3),#frame3 .right .swiper-slide .item:nth-child(4){align-items:flex-end;margin-top:4%;}
#frame3 .right .swiper-slide .item h4{position:absolute;width:90%;left:5%;bottom:15px;text-align:center;font-size:16px;}
#frame3 .right .swiper-slide .item img{width:100%;}
#frame3 .right .swiper-slide .item:hover{border:1px solid #015394;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame3 .left .swiper-slide .txt h4{font-size:20px;}
    #frame3 .left .swiper-slide .txt p{font-size:14px;}
    #frame3 .left .swiper-slide .txt:after{width:6px;height:96px;}
    #frame3 .right{padding-left:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame3 .left{width:33%;}
    #frame3 .left .swiper-slide .txt{left:45px;right:15px;}
    #frame3 .left .swiper-slide .txt h4{font-size:16px;}
    #frame3 .left .swiper-slide .txt p{font-size:13px;}
    #frame3 .left .swiper-slide .txt:after{width:6px;height:90px;}
    #frame3 .right{padding-left:20px;width:67%;}
}
@media (max-width:767px){
    #frame3 .context{display:block;}
    #frame3 .left{width:100%;}
    #frame3 .left .swiper-slide img{display:none!important;}
    #frame3 .left .swiper-slide .txt{position:relative;bottom:0;right:0;left:25px;}
    #frame3 .left .swiper-slide .txt h4{font-size:16px;color:#333}
    #frame3 .left .swiper-slide .txt p{font-size:13px;color:#333}
    #frame3 .left .swiper-slide .txt:after{width:6px;height:90px;background-color:#015394;}
    #frame3 .left .btnlist{position:relative;bottom:0;left:25px;margin-top:15px;}
    #frame3 .right{margin-top:20px;width:100%;}
    #frame3 .right .swiper-slide{padding-bottom:10px;}
    #frame3 .right .swiper-slide .item{margin-bottom:0;}
    #frame3 .right .swiper-slide .item h4{position:relative;font-size:14px;margin:0;}
}

#frame4 .title{margin-bottom:30px;}
#frame4 .title h2{color:#fff;}
#frame4 .title p{color:#fff;}
#frame4 .btnlist{}
#frame4 .btnlist .swbtn{display:inline-block;width:50px;height:30px;text-align:center;line-height:30px;background-color:#f7f7f7;color:#dfdfdf;cursor:pointer;}
#frame4 .btnlist .swbtn:hover{background-color:#015394;color:#fff;}
#frame4 .btnlist .swiper-button-disabled{background-color:#dfdfdf;color:#fff;}
#frame4 .swiper-application{margin:25px -8px 0;}
#frame4 .swiper-slide{width:25%;padding:0 8px;}
#frame4 .item{position:relative;overflow:hidden;}
#frame4 .item h4{position:absolute;bottom:0;left:0;right:0;background-color:rgba(1,83,148,0.8);padding:15px;line-height:24px;font-size:16px;color:#fff;text-align:center;margin:0;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame4 .item h4{padding:10px 15px;font-size:14px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame4 .item h4{padding:10px 10px;font-size:13px;}
}
@media (max-width:767px){
    #frame4 .swiper-slide{width:50%;padding:0 8px;}
    #frame4 .item h4{padding:5px 10px;font-size:13px;}
}

#frame5 .list{margin:0 -16px;}
#frame5 .list .item{padding:0 16px;width:50%;float:left;margin-bottom:16px;}
#frame5 .list .item .box{background-color:#f8f8f8;overflow:hidden;}
#frame5 .list .item .img{width:160px;float:left;overflow:hidden;border:1px solid #f8f8f8;}
#frame5 .list .item .txt{padding:20px 30px 20px 190px;}
#frame5 .list .item .txt h4{font-size:16px;margin-top:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#frame5 .list .item .txt span{font-size:14px;color:#c8c8c8;}
#frame5 .list .item .txt p{font-size:14px;line-height:24px;height:48px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin-top:15px;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #frame5 .list .item .img{width:150px;float:left;overflow:hidden;}
    #frame5 .list .item .txt{padding:20px 30px 20px 170px;}
}
@media (min-width:768px) and (max-width:991px) {
    #frame5 .list{margin:0 -8px;}
    #frame5 .list .item{padding:0 8px;}
    #frame5 .list .item .img{width:100px;float:left;overflow:hidden;}
    #frame5 .list .item .txt{padding:15px 15px 15px 115px;}
    #frame5 .list .item .txt h4{line-height:20px;height:40px;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space: initial;}
    #frame5 .list .item .txt p{display:none;}
    #frame5 .list .item .txt span{font-size:13px;}
}
@media (max-width:767px){
    #frame5 .list{margin:0;}
    #frame5 .list .item{padding:0;width:100%;float:initial;margin-bottom:10px;}
    #frame5 .list .item .img{width:90px;float:left;overflow:hidden;}
    #frame5 .list .item .txt{padding:10px 10px 10px 100px;}
    #frame5 .list .item .txt h4{line-height:20px;height:40px;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space: initial;}
    #frame5 .list .item .txt p{display:none;}
    #frame5 .list .item .txt span{font-size:13px;}
}

footer{padding-top:70px;padding-bottom:0;background:#001240 url(../images/footbg.jpg) no-repeat top center;}
footer #fck1{width:18%;float:left;padding-right:20px;}
footer #fck2{width:20%;float:left;padding-right:20px;}
footer #fck3{width:18%;float:left;padding-right:20px;}
footer #fck4{width:18%;float:left;padding-right:20px;}
footer #fck5{width:26%;float:left;}
footer dl dt{font-size:18px;color:#fff;margin-bottom:20px;}
footer dl dd{padding:10px 0;}
footer dl dd p{font-size:14px;line-height:24px;color:#fff;padding-bottom:10px;}
footer dl dd a{font-size:14px;line-height:24px;color:#fff;}
footer dl dd a:hover{text-decoration:underline;color:#fff;}

.foot_by{  padding:13px 0 ;background:#000;}
.foot_by p{display:inline-block; font-size:14px; line-height:24px;color:#fff;}
.foot_by p a{ display:inline-block; font-size:14px; line-height:24px;color:#fff;}
.foot_by p a:hover{text-decoration:underline;}
.foot_by p.fr{float:right;}
@media (min-width:992px) and (max-width:1229px) {
    footer{padding-top:50px;}
    footer #fck1{width:15%;padding-right:15px;}
    footer #fck2{width:19%;padding-right:15px;}
    footer #fck3{width:20%;padding-right:15px;}
    footer #fck4{width:17%;padding-right:15px;}
    footer #fck5{width:29%;}
    footer dl dd{padding:6px 0;}
}
@media (min-width:768px) and (max-width:991px) {
    footer{padding-top:40px;}
    footer #fck1{width:33.33%;padding-right:15px;}
    footer #fck2{width:33.33%;padding-right:15px;}
    footer #fck3{width:33.33%;padding-right:0;}
    footer #fck4{width:40%;padding-right:15px;clear:left;margin-top:30px;}
    footer #fck5{width:60%;margin-top:30px;}
    footer dl dd{padding:6px 0;}

    .foot_by{padding:6px 0;}
    .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;}
    footer #fck1{width:100%;float:initial;padding-right:0px;}
    footer #fck2{width:100%;float:initial;padding-right:0px;margin-top:15px;}
    footer #fck3{width:100%;float:initial;padding-right:0px;margin-top:15px;}
    footer #fck4{width:100%;float:initial;margin-top:15px;}
    footer #fck5{width:100%;float:initial;margin-top:15px;}
    footer dl dt{margin-bottom:10px;}
    footer dl dt:after{content:"\e61c";font-family:iconfont;color:#fff;margin-left:10px;font-size:14px;}
    footer dl dd{padding:3px 0;display:none;}
    footer dl dd p{font-size:12px;line-height:18px;padding-bottom:10px;}
    footer dl dd a{font-size:12px;line-height:18px;}

    
    .foot_by{padding:6px 0;}
    .foot_by p{font-size:12px;text-align:center;display:block;}
    .foot_by p a{font-size:12px;}
    .foot_by p.fr{float:none;}
}

/*共用*/
#Location{padding:10px 0;border-bottom:1px solid #e4e4e4;}
#Location .container{position:relative;}
#Location .container:before{content:"\e607";font-family:iconfont;display:inline-block;color:#015394;font-size:18px;margin-right:6px;}
#Location i{color:#333;}
#Location a{color:#333;font-size:16px;}
#Location a:hover{color:#015394;}
#Location span{color:#015394;font-size:16px;}
.nframe{padding-top:50px;padding-bottom:50px;}
@media (min-width:992px) and (max-width:1229px) {
    .nframe{padding-top:40px;padding-bottom:40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .nframe{padding-top:30px;padding-bottom:30px;}
}
@media (min-width:1px) and (max-width:767px) {
    .nframe{padding-top:30px;padding-bottom:30px;}
}

/*左侧菜单*/
#left_nav{float:left;width:288px;position:sticky;top:30px;}
#left_nav dl{margin:0;}
#left_nav dl>dt{background-color:#015394;padding:10px 15px;font-size:20px;line-height:32px;color:#ffffff;border-bottom:1px solid #fff;}
#left_nav dl>dt:before{}
#left_nav dl>dt>i{float:right;font-size:18px;display:none;}
#left_nav dl>dd{border-bottom:1px solid #c7c7c7;}
#left_nav dl>dd>a{display:block;padding:8px 15px 8px 15px;font-size:16px;line-height:24px;color:#515151;}
#left_nav dl>dd>a:after{content:"\e7f9";font-family:iconfont;margin-right:3px;float:right;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;}
#left_nav dl>dd.active>a,#left_nav dl>dd:hover>a{color:#015394;}
#left_nav dl>dd.active>a:after,#left_nav dl>dd:hover>a:after{transform:rotate(90deg);}
#left_nav dl>dd ul{border-top:1px solid #ddd;display:none;}
#left_nav dl>dd.active>ul{display:block;}
#left_nav dl>dd ul>li>a{display:block;padding:6px 20px 6px 32px;font-size:14px;line-height:20px;color:#afaeae;border-bottom:1px solid #ddd;}
#left_nav dl>dd ul>li>a:before{content:"-";margin-right:5px;}
#left_nav dl>dd ul>li.active>a,#left_nav dl>dd ul>li:hover>a{border-bottom:1px solid #015394;color:#015394;}
#left_nav .prolist{margin-top:30px;}
#left_nav .prolist h2{font-size:20px;padding:15px;line-height:24px;background-color:#e6e6e6;}
#left_nav .prolist .swiper-slide{position:relative;}
#left_nav .prolist .swiper-slide h4{text-align:center;font-size:14px;}
#left_nav .prolist .swiper-slide>a.link{position:absolute;top:0;right:0;bottom:0;left:0;}
#left_nav .prolist .swbtn{display:inline-block;width:25px;height:80px;text-align:center;line-height:80px;background-color:#015394;color:#dfdfdf;cursor:pointer;position:absolute;top:50%;z-index:1;margin-top:-40px;}
#left_nav .prolist .swbtn.btn-next{right:0;}
#left_nav .prolist .swbtn:hover{background-color:#015394;color:#fff;}
#left_nav .prolist .swiper-button-disabled{background-color:#dfdfdf;color:#fff;}
#left_nav .newslist{margin-top:30px;}
#left_nav .newslist h2{font-size:20px;padding:15px;line-height:24px;background-color:#e6e6e6;}
#left_nav .newslist .item{padding:10px 15px;}
#left_nav .newslist .item h4{font-size:14px;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#left_nav .downloadlist{margin-top:30px;}
#left_nav .downloadlist h2{font-size:20px;padding:15px;line-height:24px;background-color:#e6e6e6;margin-bottom:0;}
@media (min-width:992px) and (max-width:1229px) {
    #left_nav{width:27%;}
    #left_nav dl>dd>a{padding:10px 15px;font-size:13px;line-height:20px;}
}
@media (min-width:768px) and (max-width:991px) {
    #left_nav{width:100%;position:relative;top:0;float:initial;}
    #left_nav dl>dt>i{display:block;}
    #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>li>a{font-size:12px;}

    #left_nav .prolist{display:none;}
    #left_nav .newslist{display:none;}
    #left_nav .downloadlist{display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #left_nav{width:100%;position:relative;top:0;float:initial;}
    #left_nav dl>dt{padding:10px 15px;font-size:20px;line-height:24px;}
    #left_nav dl>dt:before{font-size:18px;}
    #left_nav dl>dt>i{display:block;}
    #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>li>a{font-size:12px;}

    #left_nav .prolist{display:none;}
    #left_nav .newslist{display:none;}
    #left_nav .downloadlist{display:none;}
}

/*右侧内容*/
#right_nav{float:right;width:850px;}
.nframe .tit{margin-bottom:30px;border-bottom:1px solid #c7c7c7;padding-bottom:15px;}
.nframe .tit>h2{margin:0;font-size:28px;line-height:36px;}
.nframe .tit>h1{margin:0;font-size:28px;line-height:36px;}
.nframe .tit>p{margin-top:10px;}
.nframe section{margin-bottom:30px;}
.nframe section .content{font-size:16px;line-height:28px;}
@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>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;margin-bottom:0;}
    .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:20px;}
    .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 section .content{font-size:13px;line-height:24px;}
}

/*关于我们*/
#aboutframe.nframe .tit{border:none;}
#aboutframe .profile .more{display:inline-block;width:175px;font-size:16px;line-height:24px;padding:10px 30px;border:1px solid #015394;background-color:#015394;color:#fff;text-align:center;margin-top:30px;}
#aboutframe .profile .more:hover{background-color:#fff;color:#015394;}
#aboutframe .singlepage{display:flex;justify-content:space-around;}
#aboutframe .singlepage .item{background-color:#015394;flex:1;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;-ms-transition:all .3s;position:relative;padding:65px 30px;}
#aboutframe .singlepage .item:nth-child(1){background:url(../images/culture.jpg) no-repeat center center;}
#aboutframe .singlepage .item:nth-child(2){background:#000000;}
#aboutframe .singlepage .item:nth-child(3){background:#015394;}
#aboutframe .singlepage .item.active{flex:2;}
#aboutframe .singlepage .item h2{font-size:24px;color:#fff;}
#aboutframe .singlepage .item .line{width:200px;height:4px;background-color:#fff;margin:30px 0;}
#aboutframe .singlepage .item p{font-size:16px;line-height:28px;color:#fff;height:140px;margin-top:20px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;}
#aboutframe .singlepage .item a.link{position:absolute;top:0;right:0;bottom:0;left:0;}
#aboutframe .history section{position:relative;padding-top:80px;padding-bottom:80px;}
#aboutframe .history .list{background-color:rgba(255,255,255,0.5);}
#aboutframe .history .list:before{content:"";position:absolute;height:4px;background-color:#ffffff;left:0;right:0;top:calc(50% - 2px);width:90%;left:5%;}
#aboutframe .history{background:url(../images/history.jpg) no-repeat center;}
#aboutframe .history .swiper-slide{float:left;width:20%;cursor:pointer;position:relative;padding:160px 0;}
#aboutframe .history .swiper-slide i.center-block{display:block;margin:0;width:14px;height:14px;border-radius:50%;background-color:#fff;position:relative;}
#aboutframe .history .swiper-slide i.center-block:before{content:"";position:absolute;left:5px;width:4px;height:80px;background-color:#fff;}
#aboutframe .history .swiper-slide.swiper-slide-active i.center-block{background-color:#015394;}
#aboutframe .history .swiper-slide.swiper-slide-active i.center-block:before{background-color:#015394;}
#aboutframe .history .swiper-slide .contents{position:absolute;}
#aboutframe .history .swiper-slide.item1 .contents{top:30px;}
#aboutframe .history .swiper-slide.item1 i.center-block:before{top:-80px;}
#aboutframe .history .swiper-slide.item2 .contents{top:190px;}
#aboutframe .history .swiper-slide.item2 i.center-block:before{bottom:-80px;}
#aboutframe .history .swiper-slide .img{width:180px;border:1px solid #dcdcdc;margin:0;float:left}
#aboutframe .history .swiper-slide .txt{position:absolute;left:-20px;width:400px;}
#aboutframe .history .swiper-slide .txt h3{font-size:18px;line-height:30px;color:#015394;}
#aboutframe .history .swiper-slide .txt p{font-size:14px;line-height:20px;color:#fff;height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;padding-left:50px;}
#aboutframe .workshop .list{display:flex;justify-content:space-between;overflow:hidden;}
#aboutframe .workshop .list .left{width:34%;margin:0;padding:0 8px 0 0;}
#aboutframe .workshop .list .left .item{overflow:hidden;}
#aboutframe .workshop .list .left .img{margin:0 -49%;}
#aboutframe .workshop .list .left .img img{height:100%;}
#aboutframe .workshop .list .right{width:66%;margin:0;display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:10px;}
#aboutframe .workshop .list .right .item{width:49%;margin:0;position:relative;}
#aboutframe .workshop .list .right .item:nth-child(3),#aboutframe .workshop .list .right .item:nth-child(4){align-items:flex-end;display:flex;margin-top:10px;}
#aboutframe .workshop .list .box{position:relative;}
#aboutframe .workshop .list .item .img{overflow:hidden;}
#aboutframe .workshop .list .item h4{position:absolute;bottom:0;left:0;right:0;background-color:rgba(1,83,148,0.8);padding:15px;line-height:24px;font-size:16px;color:#fff;text-align:center;margin:0;}
#aboutframe .certificate{background:url(../images/cebg.jpg) no-repeat center center;padding-top:60px;padding-bottom:60px;}
#aboutframe .certificate .tit{text-align:center;}
#aboutframe .certificate .tit h2{color:#fff;}
#aboutframe .certificate .tit p{color:#fff;}
#aboutframe .team .list{margin:0 -8px;overflow:hidden;}
#aboutframe .team .item{float:left;width:25%;padding:0 8px;}
@media (min-width:992px) and (max-width:1229px) {
    #aboutframe .history .swiper-slide{width:25%;}
    #aboutframe .workshop .list .item h4{padding:10px;}
    #aboutframe .team .list .item figcaption{padding:25px 15px;}
    #aboutframe .team .list .item h3{font-size:16px;}
    #aboutframe .team .list .item{width:25%;}
}
@media (min-width:768px) and (max-width:991px) {
    #aboutframe .singlepage .item{padding:30px 20px 40px;}
    #aboutframe .singlepage .item h2{font-size:20px;}
    #aboutframe .singlepage .item p{font-size:14px;line-height:24px;}
    #aboutframe .singlepage .item .line{margin:20px 0;}
    #aboutframe .history .swiper-slide{width:25%;}

    #aboutframe .workshop .list .item h4{padding:10px;}
    #aboutframe .team .list .item figcaption{padding:25px 15px;}
    #aboutframe .team .list .item{width:33.33%;}
    #aboutframe .team .list .item h3{font-size:16px;}
    #aboutframe .team .list .item:nth-last-child(-n+1){display:none;}
}
@media (min-width:1px) and (max-width:767px) {
    #aboutframe .profile .more{width:135px;font-size:14px;line-height:24px;padding:3px 30px;margin-top:20px;}
    #aboutframe .singlepage{display:none;}
    #aboutframe .history .swiper-slide{width:50%;}
    #aboutframe .history .swiper-slide .txt{width:200px;}

    #aboutframe .workshop .list{display:block;}
    #aboutframe .workshop .list .left{width:100%;padding:0;margin-bottom:10px;}
    #aboutframe .workshop .list .left .img{margin:0;}
    #aboutframe .workshop .list .right{width:100%;padding:0;}
    #aboutframe .workshop .list .item h4{padding:5px;font-size:13px;}

    #aboutframe .certificate{padding-top:40px;padding-bottom:40px;}
    #aboutframe .certificate .tit p{display:none;}

    #aboutframe .team .list{}
    #aboutframe .team .list .item{width:50%;}
    #aboutframe .team .list .item figcaption{padding:25px 15px;}
    #aboutframe .team .list .item h3{font-size:14px;}
    #aboutframe .team .list .item:nth-last-child(-n+2){display:none;}
}


/*联系我们*/
#contactframe{padding-top:50px;}
#contactframe .contactbox{display:flex;}
#contactframe .contactbox .left{width:50%;float:left;padding:150px 70px 110px 70px;background:url(../images/cont_bg.jpg) no-repeat center;}
#contactframe .contactbox .left dl>dt{font-size:28px;margin-bottom:10px;color:#fff;}
#contactframe .contactbox .left dl>dd{font-size:16px;line-height:24px;padding:5px 0;color:#fff;}
#contactframe .contactbox .left dl>dd.webname{margin-top:30px;margin-bottom:30px;}
#contactframe .contactbox .left dl>dd>a{color:#fff;}
#contactframe .contactbox .left dl>dd>a:hover{text-decoration:underline;}
#contactframe .contactbox .right{width:50%;float:right;}
#contactframe .contactbox #allmap{height:100%;}
@media (min-width:992px) and (max-width:1229px) {
    #contactframe .contactbox .left{padding:50px 30px 50px 30px;}
}
@media (min-width:768px) and (max-width:991px) {
    #contactframe .contactbox .left{padding:50px 20px 50px 20px;}
    #contactframe .contactbox .left dl>dt{font-size:20px;}
    #contactframe .contactbox .left dl>dd{font-size:14px;line-height:20px;}
    #contactframe .contactbox .left dl>dd i{font-size:18px;}
}
@media (min-width:1px) and (max-width:767px) {
    #contactframe{padding-top:30px;}
    #contactframe .contactbox{display:block;}
    #contactframe .contactbox .left{width:100%;float:initial;padding:15px;}
    #contactframe .contactbox .left dl>dt{font-size:18px;}
    #contactframe .contactbox .left dl>dd{font-size:14px;}
    #contactframe .contactbox .left dl>dd.webname{margin-top:15px;margin-bottom:15px;}
    #contactframe .contactbox .left dl>dd i{font-size:16px;}
    #contactframe .contactbox .right{width:100%;float:initial;height:250px;}
    #contactframe .contactbox #map{height:250px;}
}

#contactframe .feedbackbox{margin-top:50px;}
#contactframe .feedbackbox h2{font-size:28px;text-align:center;margin-bottom:20px;}
#contactframe .feedbackbox p{text-align:center;font-size:16px;margin-top:10px;}
#contactframe #feedback{}
#feedback ul{display:flex;justify-content:space-between;flex-direction: row;flex-wrap: wrap;margin-top:30px;}
#feedback ul>li{display:block;margin:0 0 15px;width:100%;border:2px solid #e7e7e7;}
#feedback ul>li.half{width:24%;}
#feedback ul>li>label{float:left;width:100px;height:36px;line-height:36px;padding-left:10px;margin:0;font-size:13px;color:#8b8b8a;text-align:center;}
#feedback ul>li.half>label{width:70px;}
#feedback ul>li>label>em{color:#f00;font-style:initial;display:inline-block;margin-right:5px;}
#feedback ul>li>input{width:calc(100% - 70px);line-height:36px;height:36px;border:none;border-radius:0;box-shadow:none;padding-left:0;}
#feedback ul>li>textarea{width:calc(100% - 100px);border:none;border-radius:0;padding-top:10px;resize:none;float:left;}
#feedback ul>li.btnli{border:none;text-align:center;margin-top:30px;}
#feedback ul>li.btnli #btn_send{margin:0;padding:0;background-color:#015394;color:#fff;border:1px solid #015394;border-radius:6px;width:400px;height:50px;font-size:16px;}
#feedback ul>li.btnli #btn_send:hover{color:#015394;background-color:#fff;}
@media (min-width:992px) and (max-width:1229px) {
    #feedback ul>li.btnli{margin-top:20px;}
    #feedback ul>li.btnli #btn_send{width:300px;height:40px;font-size:16px;}
}
@media (min-width:768px) and (max-width:991px) {
    #feedback .title{margin-bottom:20px;}
    #contactframe .feedbackbox h2{font-size:24px;}
    #contactframe .feedbackbox p{font-size:14px;}
    #feedback ul>li.half{width:49%;}
    #feedback ul>li.half:nth-child(2n){margin-left:2%;}
    #feedback ul>li.btnli{margin-top:15px;}
    #feedback ul>li.btnli #btn_send{width:300px;height:40px;font-size:16px;}
}
@media (min-width:1px) and (max-width:767px) {
    #feedback .title{margin-bottom:20px;}
    #contactframe .feedbackbox h2{font-size:20px;}
    #contactframe .feedbackbox p{font-size:13px;}    
    #feedback ul>li.half{width:100%;}
    
    #feedback ul>li.btnli{margin-top:15px;}
    #feedback ul>li.btnli #btn_send{width:200px;height:36px;font-size:14px;}
}

#feed_btn_send{background-color:#ed1c24;color:#ffffff;border-radius:0;font-size:16px;line-height:24px;border:none;padding:8px 50px;display:inline-block;text-transform:uppercase;}
#feed_btn_send:hover{opacity:0.8;}
@media (min-width:992px) and (max-width:1229px) {
    #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) {
    #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:20px;}
    #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;}
}


/*产品中心*/
#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 #f3f3f3}
#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-bottom:1px solid #fff;position:relative;background-color:#ffffff;padding:10px;}
#ProList .item .txt h3{font-size:14px;line-height:20px;margin:0;text-align:center;}
#ProList .item .txt p{font-size:12px;line-height:18px;height:18px;margin-top:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#ProList .item:hover .img{border:1px solid #015394;}
#ProList .item:hover .txt{border-bottom:1px solid #015394;}
#ProList .item:hover .txt h3{color:#015394;}
@media (min-width:992px) and (max-width:1229px) {
    #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 .txt h3{font-size:13px;}
    #ProList .item .txt p{display:none;}
}

/*产品详情*/
#nProPage{background-color:#ffffff;}
#nProPage .protitle h1{font-size:20px;line-height:24px;color:#333;font-weight:bold;margin:0;padding-bottom:20px;}
#nProPage .title{margin-bottom:20px;border-bottom:1px solid #c7c7c7;}
#nProPage .title h3{font-size:16px;line-height:24px;color:#333;margin:0;padding:6px 40px;background-color:#015394;display:inline-block;color:#fff;}
#slider{overflow:hidden;}
#picView{position:relative;float:left;width:52%;}
#picView .gallery-top{border:1px solid #e5e5e5;}
#picView .imglist{background-color:#f9f9f9;padding:30px 10px;position:relative;}
#picView .gallery-thumbs .swiper-slide{border:1px solid #f9f9f9;}
#picView .gallery-thumbs .swiper-slide-thumb-active{border-color:#015394;position:relative;}
#picView .swbtn{position:absolute;top:50%;z-index:1;width:30px;height:60px;line-height:60px;margin-top:-30px;text-align:center;background-color:#015394;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{padding-right:13px;text-align:right;}
#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:#015394;}
#protitle{padding:0 0 0 30px;float:right;width:48%;}
#protitle .remark h3{font-size:16px;margin-top:0;}
#protitle .remark{font-size:14px;line-height:2;}
#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 .btnInquiry{display:inline-block;font-size:14px;line-height:21px;padding:8px 40px;border:1px solid #eb5022;background-color:#eb5022;color:#ffffff;text-align:center;}
#protitle .btnInquiry:hover{background-color:#ffffff;color:#eb5022;}
#protitle .btnDownload{display:inline-block;font-size:12px;line-height:21px;padding:3px 40px;border:1px solid #015394;background-color:#015394;color:#ffffff;text-align:center;}
#protitle .btnDownload:hover{background-color:#ffffff;color:#015394;}
#protitle .btnlist p{font-size:12px;margin-top:15px;margin-bottom:15px;}
#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:#015394;padding:8px 25px;color:#ffffff;font-size:18px;line-height:24px;margin:0;float:left;}
#RelatedProduct{margin-top:30px;}
@media (min-width:992px) and (max-width:1229px) {
    #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 #ProList .item:nth-child(4){display:none;}
}
@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 #ProList .item:nth-child(4){display:none;}
}
@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;}
}


/*新闻*/
#news_nav .tit{}
#news_nav .tit h2{text-align:left;color:#333;}
#news_nav .tit p{font-size:18px;color:#888;}
#news_nav .tit p>span{display:inline-block;margin:0 15px;}
#NewsList {}
#NewsList .item{position:relative;overflow:hidden;margin-bottom:20px;background-color:#f6f6f6;}
#NewsList .item .img{width:160px;float:left;border:1px solid #f6f6f6;overflow:hidden;}
#NewsList .item .txt{padding:20px 30px 20px 190px;}
#NewsList .item .txt h3{font-size:16px;line-height:24px;margin-top:0;font-weight:bold;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
#NewsList .item .txt span.date{display:inline-block;color:#c8c8c8;}
#NewsList .item .txt p{margin-top:10px;line-height:20px;height:40px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
@media screen and (min-width:992px ) and (max-width:1229px) {
    #NewsList .list .item .img{width:150px;float:left;overflow:hidden;}
    #NewsList .list .item .txt{padding:20px 30px 20px 170px;}
}
@media (min-width:768px) and (max-width:991px) {
    #NewsList .item{margin-bottom:15px;}
    #NewsList .item .img{width:120px;}
    #NewsList .item .txt{padding:15px 15px 15px 135px;}
    #NewsList .item .txt h4{line-height:20px;height:40px;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space: initial;}
    #NewsList .item .txt p{display:none;}
    #NewsList .item .txt span{font-size:13px;}
}
@media (max-width:767px){
    #NewsList .item{margin-bottom:10px;}
    #NewsList .item .img{width:90px;overflow:hidden;}
    #NewsList .item .txt{padding:10px 10px 10px 100px;}
    #NewsList .item .txt h4{line-height:20px;height:40px;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space: initial;}
    #NewsList .item .txt p{display:none;}
    #NewsList .item .txt span{font-size:13px;}
}

#ntframe{background-color:#ffffff;padding-top:30px;padding-bottom:30px;}
#ntframe img{max-width:100%;}
#sharelist {padding:10px 0;margin-top:25px;}
#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;border-radius:50%;width:40px;height:40px;color:#fff;position:relative;text-align:center;line-height:40px;font-size:22px;margin:0 5px 0 0}
#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.bds_sqq:before{content:"\e63e";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_qzone:before{content:"\e61d";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_weixin:before{content:"\e628";font-family:iconfont;}
#sharelist .bdshare-button-style0-32>a.bds_tsina:before{content:"\e71a";font-family:iconfont;}
#sharelist p{color:#ffffff;margin-bottom:5px;}
#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:#015394;text-decoration:underline;}
#RelatedNews .relate_list .item .txt h3:before{content:"\e7f9";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:#015394;border-radius:0;color:#015394;}
ul.pagination li.active span{background-color:#015394;border-color:#015394;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:#015394;color:#fff;}


#pro_feed_show{padding:40px 20px;background-color:#f8f8f8;border:1px solid #e4e4e4;}
#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:30px;text-align:right;}
#pro_feed_show label>em{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;}
#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:226px;height:38px;line-height:38px;text-align:center;border:none;color:#fff;background-color:#eb5022;font-size:16px;border:1px solid #eb5022;text-transform:capitalize;}
#pro_feed_show #btn_send:hover{background-color:#fff;color:#eb5022}
@media (min-width:992px) and (max-width:1229px) {
}
@media (min-width:768px) and (max-width:991px) {
}
@media (min-width:1px) and (max-width:767px) {
    #pro_feed_show{padding:15px;}
    #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{overflow:hidden;margin:0 -10px;}
#videolist .item{margin-bottom:20px;float:left;width:33.33%;padding:0 10px;}
#videolist .item:nth-child(3n+1){clear:left;}
#videolist .img{border:1px solid #ddd;overflow:hidden;}
#videolist .img 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 h3{font-size:14px;}
}
@media (min-width:1px) and (max-width:767px) {
    #videolist .item{margin-bottom:20px;width:50%;} 
    #videolist .item:nth-child(3n+1){clear:initial;}
    #videolist .item:nth-child(2n+1){clear:left;}
    #videolist h3{font-size:14px;}
}

/*感谢页面*/
#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 #015394;color:#ffffff;background-color:#015394;}
.btnthank:hover{background-color: #ffffff;color: #015394;}

/*网站地图*/
#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: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: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: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>tbody>tr>td{border-top:none;border-bottom:1px solid #ddd;vertical-align:middle;padding:8px 8px 5px;}
#downtable.table>tbody>tr>td:nth-child(1){}
#downtable.table>tbody>tr>td:nth-child(2){width:160px;}
#downtable.table>tbody>tr>td:nth-child(3){width:100px;}
#downtable.table>tbody>tr>td i.icon-tit{color:#015394;font-size:24px;margin-right:5px;vertical-align:middle;}
#downtable.table>tbody>tr>td i.icon-down{color:#015394;}
@media (max-width:767px) {
    #downtable.table>thead>tr>th:nth-child(2){display:none;}
    #downtable.table>tbody>tr>td:nth-child(2){display:none;}
}



