@charset "utf-8";
@import url("iconfont.css");
*{margin:0;padding:0}
html{overflow-x:hidden;font-size:13.3333333333vw}
body{width:100%;min-width:320px;min-height:100vh;margin:0 auto;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;background:#fff;overflow-x:hidden;text-align:left;position:relative;font-size:16px;color:#000}
img{border:none}
h1,h2,h3{font-weight:400}
a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:transparent;outline:none;}
input,select,textarea{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;font-size:16px;outline:0;margin:0;padding:0}
input::-webkit-input-placeholder{color:#999!important}
textarea::-webkit-input-placeholder{color:#999!important}
input[type=button],input[type=date],input[type=number],input[type=reset],input[type=search],input[type=submit],input[type=text],input[type=time]{-webkit-appearance:none}
select{-webkit-appearance:none}
textarea{-webkit-appearance:none}
input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none!important;margin:0}
ol,ul{padding:0;list-style-type:none}
em{font-style:normal}
.lt{float:left}
.rt{float:right}
input.sub,label{border:none;cursor:pointer}
input,textarea{font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;outline:0;margin:0;padding:0}
table{border-collapse:collapse}
td,th{padding:0}
.clearfix::after{content:"";display:block;clear:both}
*{box-sizing:border-box}
.fixed:before, .clearfix:before, .cf:before, body:before, .header:before, .main:before, .footer:before { content: ''; display: table }
.fixed:after, .clearfix:after, .cf:after, .header:after, .main:after, .footer:after { content: ''; display: table; clear: both; }
.fixed, .clearfix, .cf, .header, .main, .footer { *zoom: 1 }
.clear { clear:both;}
.wrap{width:1600px;position:relative;max-width:100%;margin:0 auto}
.wrap::after{content:"";display:block;clear:both}
/*自定义*/
body{ font-family:Microsoft YaHei; }
/*welcome*/
.welcome { background-color:#f2efef; color:#6d6d6d; font-size:14px; line-height:30px; }
.wel-left { float:left;}
.wel-right { float:right;}
.welcome a:hover { color:#fdb03f; }
/*header*/
.header{height:180px; position:relative; background-color:#ffffff;}
.header .logo{float:left; height:180px;}
.header .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center;}
.header .logo img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.h-info { float:left; width:430px; color:#031847; font-size:20px; line-height:2; font-weight:lighter; margin-top:49px; margin-left:45px; position:relative; }
.h-info:after{content:""; position:absolute; left:-23px; top:0; width:1px; height:100%; background-color:#031847; }
.h-tel { float:right; background:url(../images/h-tel.png) no-repeat left center; padding-left:72px; margin-top:52px; }
.h-tel .tit { color:#031847; font-size:20px; line-height:1.5; padding-top:3px; }
.h-tel .des { color:#fda626; font-size:26px; line-height:1.5; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
.nav{ height:55px; background-color:#031847; }
.nav ul li{float:left; width:9%; text-align:center; color:#ffffff; font-size:16px; font-weight:bold; line-height:55px; position:relative; margin-left:1%; margin-right:1%; } 
.nav ul li:after{content:""; position:absolute; left:-10%; top:50%; margin-top:-10px; width:1px; height:20px; background-color:#4f5e7f; }
.nav ul li:first-child { margin-left:5%; }
.nav ul li:first-child:after { display:none; }
.nav ul li a { display:block; color:#ffffff; }
.nav ul li:hover {background-color:#fdae3a;}
.nav ul li.active {background-color:#fdae3a;}
.nav ul li .sub { position: absolute;width:100%;left:0; text-align:center; top:55px;z-index:30000; }
.nav ul li .sub ul li{ float:left; min-width:auto; width:100%; line-height:40px; position:relative;text-align:center;  margin:0; padding:0; font-size:15px; font-weight:normal; background-color:#031847;}
.nav ul li .sub ul li:hover { background-color:#fdae3a;}
.nav ul li .sub ul li:after { display:none; }
/*header2*/
.header2{height:60px;position:fixed;background:#ffffff;z-index:22;top:0;width:100%; display:none; }
.header2 .main-wrap{height:60px;padding:0 3%;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}
.header2 .logo{width:150px;height:60px;margin-top:0;overflow:hidden;  float: left; display: inline;}
.header2 .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; }
.header2 .logo img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.header2 .nav-btn{width:25px;height:16px;position:relative;cursor:pointer;margin-top:20px; float: right; display: inline;}
.header2 .nav-btn .zi { width:20px; color:#182b56; font-size:16px; line-height:1; position:absolute; right:-10px; top:-8px; }
.header2 .nav-btn.active{-webkit-animation:rotate .5s linear 0s;animation:rotate .5s linear 0s}
.header2 .nav-btn .line{display:block;width:50%;height:2px;border-radius:2px;background-color:#182b56;position:absolute;left:50%;margin-left:-15px}
.header2 .nav-btn .line1{-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0}
.header2 .nav-btn.active .line1{top:0}
.header2 .nav-btn.hover .line{background:#182b56}
.header2 .nav-btn .line2{top:7px}
.header2 .nav-btn .line3{bottom:0;-webkit-transform-origin:1px center;-ms-transform-origin:1px center;transform-origin:1px center}
.header2 .sub-menu{width:100%;padding:0 3%;display:none;position:absolute;left:0;top:70px;z-index:2;overflow-y:auto}
.header2 .sub-menu ul{width:100%;overflow-y:auto;height:calc(100vh - 55px - 1.5rem)}
.header2 .js-m-3{opacity:0;-webkit-transform:translate(30px,0);-ms-transform:translate(30px,0);transform:translate(30px,0);-webkit-transition:all .8s ease;transition:all .8s ease}
.header2 .js-m-3.animate{opacity:1;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}
.header2 .sub-menu li{border-bottom:1px solid #555;font-size:16px;padding:0 20px}
.header2 .sub-menu .tit{display:inline-block;text-decoration:none;width:80%;line-height:50px;color:#fff;position:relative;box-sizing:border-box}
.header2 .sub-menu .sub-tit.on{background-color:#e9e9e9}
.header2 .sub-menu .sec-list{line-height:40px; padding-bottom:10px; display:none}
.header2 .sub-menu .jt{position:relative;display:inline-block;width:10%;height:50px;text-align:center;background:0 0;float:right}
.header2 .sub-menu .jt:after{content:'';display:block;width:26px;height:26px;background:url(../images/mobile_nav_jia.png) no-repeat center;background-size:17px auto;position:absolute;right:3%;top:10px}
.header2 .sub-menu .jt.jtRote:after{background:url(../images/mobile_nav_jian.png) no-repeat center;background-size:20px auto}
.header2 .sub-menu .sec-list p{background:url(../images/mobile_nav_dian.png) no-repeat left center;background-size:3px auto;font-size:14px}
.header2 .sub-menu .sec-list a{padding-left:5%;color:#cccccc;display:block}
.header2 .sub-menu .sec-list a:active{color:#37a3dc}
.header2 .icon-close:before{content:"\e6d3"}
.search-bg{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:20; background-color:rgba(55,55,55,.95); display:none; } 
/*f_nav*/
.f_nav { display:none; margin:0 auto; text-align:center; width:100%; max-width:750px; min-width:320px; height: 3.5em; padding: 0.1em 0;background:#031847;position:fixed; bottom:0; z-index:999;}
.f_nav a{color: #fff; display: block; text-align: center; width: 33.33%; float: left; margin: 0 auto; font-size:14px;}
.f_nav a i{display: block;font-size: 1.5em;line-height: 1.4em;}
.header-wrap { display:none;}
/* nav_zzc */
.nav_zzc{display: none;background: rgba(0, 0, 0, 0.6);position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 99990;}
.nav_menu {  width:0; position:fixed;  right:0; top:0; height: 100%;z-index: 99999;overflow: scroll;background: #fff;}
.nav_menu .nav_menu_top{width: 100%; height:50px;}
.nav_menu .nav_menu_btn{display: block;width:25px;position: absolute;top:16px;right:20px;}
.nav_menu .nav_menu_btn img{display: block;width:25px; }
.nav_menu ul{overflow:hidden; width:100%;overflow: scroll;height: 80%;}
.nav_menu li{ width:100%; overflow:hidden; background:url(../images/nav_icon01.png) no-repeat 89% center;height:50px;border-bottom: 1px solid #eaeaea;}
.nav_menu li a{ color:#333333;font-size:14px;display: block;height:50px;line-height:50px;box-sizing: border-box;padding-left: 6%;}
/*banner*/
.banner { width:100%;}
.banner .swiper-container{width:100%;height:100%}
.banner .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.banner .swiper-button-next{opacity:0.4;outline:none;}
.banner .swiper-button-prev{opacity:0.4;outline:none;}
.banner .swiper-button-next:hover{opacity:0.8;} 
.banner .swiper-button-prev:hover{opacity:0.8;} 
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:25px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin:0 9px; width:13px; height:13px; background: #ffffff; opacity:0.7;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active { background-color:#ffffff; opacity:1;}
.banner .swiper-slide a { display:block; width:100%;}
.banner .swiper-slide img { width:100%; display:block;}
/*public*/
.public { position:relative; padding-bottom:22px;}
.public .tit{ color:#031847; font-size:40px; line-height:50px; font-weight:bold; }
.public .tit .en { color:#031847; font-size:30px; font-weight:lighter; font-family:Arial, Helvetica, sans-serif; margin-left:14px;}
.public .des{ color:#132753; font-size:20px; line-height:1.5; font-weight:lighter; margin-top:7px;  }
.public:after{content:""; position:absolute; left:0; bottom:0; width:30px; height:6px; background-color:#fda626; }
/*about*/
.about { background-color:#f9f9f9; padding-top:40px; padding-bottom:200px;}
.about-left { float:left; width:820px; margin-left:30px;}
.about-des {color:#222222; font-size:16px; line-height:2; height:224px; overflow:hidden; margin-top:20px; margin-bottom:80px; position:relative; }
.about-des:after{content:""; position:absolute; left:0; bottom:-40px; width:100%; height:1px; background-color:#edeeee; }
.about-more { width:200px; height:50px; background-color:#FFF; border:#f3f3f3 solid 1px; text-align:center; color:#222222; font-size:16px; line-height:48px; }
.about-more a { display:block; color:#222222;}
.about-more:hover { background-color:#fda626; color:#ffffff;}
.about-more:hover a {color:#ffffff;}
.about-right { float:right; width:690px; margin-top:50px; margin-right:20px; text-align:center;}
.about-right img{max-width: 100%;max-height: 100%;vertical-align: middle;}
/*wenhua*/
.wenhua { background-color:#FFF; height:230px; padding-top:45px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); position:absolute; top:-150px; left:0; width:100%;}
.wenhua ul li { float:left; width:520px; margin-left:5px; }
.wenhua ul li .pic { float:left; width:140px; height:140px;  overflow:hidden;}
.wenhua ul li .con { float:right; width:360px; }
.wenhua ul li .con .tit { color:#031847; font-size:24px; line-height:1.5; font-weight:bold; margin-top:30px;}
.wenhua ul li .con .des { color:#000000; font-size:18px; line-height:1.5; margin-top:10px;}
.wenhua ul li:nth-child(1) { margin-left:30px;}
.wenhua ul li:nth-child(1) .pic { background:url(../images/wenhua1.png) no-repeat; background-size:contain;}
.wenhua ul li:nth-child(2) .pic { background:url(../images/wenhua2.png) no-repeat; background-size:contain;}
.wenhua ul li:nth-child(3) .pic { background:url(../images/wenhua3.png) no-repeat; background-size:contain;}
.wenhua ul li:nth-child(1):hover .pic { background:url(../images/wenhua12.png) no-repeat; background-size:contain;}
.wenhua ul li:nth-child(2):hover .pic { background:url(../images/wenhua22.png) no-repeat; background-size:contain;}
.wenhua ul li:nth-child(3):hover .pic { background:url(../images/wenhua32.png) no-repeat; background-size:contain;}
/*pro*/
.pro { background: #f9f9f9 url(../images/pro-bg.jpg) no-repeat top center; padding-bottom:70px; position:relative;}
.pro-ban { padding-top:180px;}
.pro-ban-left { float:left; margin-left:30px; width:400px;}
.pro-ban-left .tit {color:#ffffff; font-size:40px; line-height:1.5; font-weight:bold;}
.pro-ban-left .des {color:#838ca2; font-size:30px; line-height:1.5; font-weight:lighter; font-family:Arial, Helvetica, sans-serif; }
.pro-ban-right { float:right; width:990px;}
.pro-ban-right ul li { float:left; width:180px; margin-left:18px;background-color:rgba(255, 255, 255, 0.4);border-radius:20px;color:#ffffff; font-size:18px; line-height:40px; text-align:center; margin-top:10px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.pro-ban-right ul li a { display:block;color:#ffffff; }
.pro-ban-right ul li:hover {background-color:#fda626;}
.pro-box { background-color:#FFF;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); padding:10px 10px 46px 10px; margin-top:60px;}
.pro-list { height:auto;}
.pro-list ul li{ float:left; width:350px; text-align:center; margin-top:27px; margin-left:34px;}
.pro-list ul li .pic { height:240px; border:#eeeeee solid 1px; overflow:hidden;}
.pro-list ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.pro-list ul li .tit {color:#000000; font-size:16px; line-height:50px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.pro-list ul li:hover .pic { border:#fda626 solid 1px;}
.pro-list ul li:hover .pic img{transform: scale(1.05);	transition: 0.5s;}
.pro-list ul li:hover .tit {color:#fda626;}
.pro-more { width:200px; height:50px; background-color:#FFF; border:#031847 solid 1px; text-align:center; color:#031847; font-size:16px; line-height:48px; margin:0 auto; margin-top:37px; }
.pro-more a { display:block; color:#031847;}
.pro-more:hover { background-color:#fda626; color:#ffffff;border:#fda626 solid 1px; }
.pro-more:hover a {color:#ffffff;}
/*news*/
.news { padding-top:40px; padding-bottom:50px;}
.news-left { float:left; width:800px; margin-left:30px;}
.news-left .public .tit{ color:#031847; }
.news-left .public .tit .en { color:#031847; }
.news-left .public .des{ color:#031847;  }
.news-left .public:after{ background-color:#031847; }
.news-hot { margin-top:35px;}
.news-hot .pic { float:left; width:320px; height:190px; overflow:hidden;}
.news-hot .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s;}
.news-hot .con { float:right; width:446px;}
.news-hot .con .tit {color:#031847; font-size:18px; line-height:1.5;overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:bold; margin-top:7px;}
.news-hot .con .des {color:#696a6c; font-size:14px; line-height:1.5;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;margin-top:17px;}
.news-hot .con .more  { width:150px; height:40px; background-color:#031847; text-align:center; color:#ffffff; font-size:16px; line-height:38px; margin-top:47px; }
.news-hot:hover .pic img{transform: scale(1.05);transition: 0.5s;}
.news-hot:hover .con .tit {color:#fda626;}
.news-hot:hover .con .more { background-color:#fda626;}
.news-list { margin-top:30px;}
.news-list ul li {color:#031847; font-size:16px; line-height:54px; padding-left:25px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; position:relative;}
.news-list ul li:after{content:""; position:absolute; left:0; top:50%; margin-top:-7.5px; width:15px; height:15px; background:url(../images/news-icon.png) no-repeat;}
.news-list ul li span{ float:right;}
.news-list ul li:hover {color:#fda626;}
.news-list ul li:hover:after {background:url(../images/news-icon2.png) no-repeat;}
.news-right { float:right; width:680px; margin-top:120px; }
.wenti-ban { height:70px; background-color:#031847; padding:0 20px 0 30px;}
.wenti-ban .tit{ float:left;color:#ffffff; font-size:24px; line-height:70px; font-weight:bold; }
.wenti-ban .more{ float:right;color:#ffffff; font-size:16px; line-height:70px; }
.wenti-list { height:auto; border:#eeeeee solid 1px; padding-bottom:7px;}
.wenti-list ul li {color:#031847; font-size:16px; line-height:60px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 20px 0 30px;}
.wenti-list ul li span{ float:right;}
.wenti-list ul li:nth-child(even) { background-color:#f9f7f7; }
.wenti-list ul li:hover {color:#fda626;}
/*footer*/
.footer { background-color:#323230;padding-top:40px;padding-bottom:50px; }
.f-left { float:left; width:200px; margin-top:20px;}
.f-left img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.f-mid { float:left; margin-left:200px; width:330px; position:relative;}
.f-mid:before{content:""; position:absolute; left:-90px; top:0; width:1px; height:200px; background-color:#434341; }
.f-mid:after{content:""; position:absolute; right:-90px; top:0; width:1px; height:200px; background-color:#434341; }
.f-right { float:left; margin-left:180px; width:330px; position:relative;}
.f-right:after{content:""; position:absolute; right:-90px; top:0; width:1px; height:200px; background-color:#434341; }
.f-ewm { float:right; width:120px; text-align:center;color:#c2c2c1; font-size:16px; line-height:2; margin-top:30px; }
.f-ewm img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.f-ban {color:#ffffff; font-size:20px; line-height:66px; background:url(../images/f-ban.jpg) no-repeat bottom left;}
.f-text {color:#c2c2c1; font-size:16px; line-height:30px; margin-top:20px;}
.f-text a:hover {color:#ffffff;}
.f-nav { margin-top:20px;}
.f-nav ul li { float:left; width:50%; color:#c2c2c1; font-size:16px; line-height:30px;}
.f-nav ul li a:hover {color:#ffffff;}
/*f-copy*/
.f-copy { background-color:#232323; text-align:center;color:#bdbdbd; font-size:14px; line-height:2; padding-top:15px; padding-bottom:15px;}
.f-copy a {color:#bdbdbd;}
.f-copy a:hover {color:#ffffff;}
/*banner-n*/
.banner-n { width:100%; }
.banner-n img{ width:100%;}
/*n-main*/
.n-main { padding-top:30px; padding-bottom:40px;}
.n-left { float:left; width:300px; background-color:#081d4b; padding:24px 20px;}
.n-left .des {color:#afccf9; font-size:14px; line-height:1.5;}
.n-left .tit {color:#ffffff; font-size:36px; line-height:1.5; position:relative; margin-top:5px; padding-bottom:10px;}
.n-left .tit:after{content:""; position:absolute; left:0; bottom:0; width:56px; height:2px; background-color:#ffffff; }
.n-left .list{ margin-top:20px;}
.n-left .list ul li{ background-color:#FFF;color:#000000; font-size:16px; line-height:40px; margin-bottom:15px; text-align:center;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.n-left .list ul li a {color:#000000; display:block;}
.n-left .list ul li:hover { background-color:#fdb346;color:#ffffff; }
.n-left .list ul li:hover a {color:#ffffff;}
.n-left .info {color:#ffffff; font-size:18px; line-height:1.5; margin-top:35px;}
.n-left .nob {color:#ffffff; font-size:24px; line-height:1.5; font-family:Arial, Helvetica, sans-serif; margin-top:5px;}
.n-right { float:right; width:1270px; }
.n-right-ban { border-bottom:#eeeeee solid 1px; height:61px;}
.n-right-ban .tit { float:left;color:#333333; font-size:24px; line-height:60px; font-weight:bold; padding-left:45px; background:url(../images/n-right-ban.png) no-repeat left center; }
.n-right-ban .more { float:right;color:#888888; font-size:15px; line-height:60px;}
.n-right-ban .more a:hover {color:#fda626;}
.n-right-con {min-height:300px;}
/*pagination*/
.pagination { width:100%; display:block;  text-align:center; font-size:14px; color:#7b7b7b; padding-bottom:30px; padding-top:30px; }
.pagination a { color:#7b7b7b;  padding:5px 9px;border-radius:3px; border:#dddddd solid 1px; margin:0 6px; }
.pagination a:hover { background-color:#fda626; color:#FFF;border:#fda626 solid 1px;}
.pagination a.now{ background-color:#fda626; color:#FFF;border:#fda626 solid 1px;}
/*n-page*/
.n-page {color:#333333; font-size:16px; line-height:2; padding:20px 0; min-height:300px;  }
.n-page img{ max-width:100%;}
/*n-newshow*/
.n-newshow { padding:20px 0;}
.n-show {padding:20px 0; color:#333333; font-size:16px; line-height:2; min-height:300px;}
.n-show img { max-width:100%;}
.n-show .img-responsive { display:inline;}
.n-tit { font-size:24px; text-align:center; line-height:1.5; color:#333333; }
.n-time { font-size:14px; text-align:center; line-height:18px; margin-top:13px; color:#999999; }
.n-xian {border-bottom:#cccccc solid 1px; height:1px; margin-top:20px;}
.n-other { line-height:24px; padding:20px 0; color:#666666; }
.n-other a:hover{ color:#fda626; } 
/*n-pic-list*/
.n-pic-list { height:auto; padding-bottom:10px; }
.n-pic-list ul li { float:left; width:280px; margin-top:20px; text-align:center; }
.n-pic-list ul li:nth-child(4n+2) { margin-left:23.33px;}
.n-pic-list ul li:nth-child(4n+3) { margin-left:23.33px;}
.n-pic-list ul li:nth-child(4n+4) { margin-left:23.33px;}
.n-pic-list ul li .pic{ width:100%; height:190px; overflow:hidden; border:#ebebeb solid 1px; display: flex;  align-items: center; justify-content: center; }
.n-pic-list ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle; transition: 0.5s;}
.n-pic-list ul li .tit {color:#333333; font-size:16px; line-height:2; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:10px;  }
.n-pic-list ul li:hover .pic img {transform: scale(1.05); transition: 0.5s;}
.n-pic-list ul li:hover .tit { color:#fda626; }
.main-list { height:auto; margin-top:10px; }
.main-list ul li{ border-bottom:#ebe8e8 solid 1px; color:#333333; font-size:16px; line-height:54px; padding:0 20px 0 10px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.main-list ul li span{ float:right;color:#999999; }
.main-list ul li:hover {color:#fda626; }

@media (max-width:1650px){
.wrap{width:90%}
/*header1650*/
.header{height:160px;}
.header .logo{ height:160px; width:20%; }
.h-info { width:27%; margin-top:45px; font-size:16px; }
.h-tel { margin-top:50px; }
.h-tel .tit { font-size:18px; }
.h-tel .des { font-size:22px; }
/*public1650*/
.public .tit{ font-size:34px; }
.public .tit .en { font-size:26px;}
.public .des{ font-size:18px; }
.public:after{ height:5px; }
/*about1650*/
.about {  padding-bottom:150px;}
.about-left { width:52%; margin-left:0;}
.about-des {margin-bottom:70px; }
.about-des:after{ bottom:-35px; }
.about-more { height:45px;  line-height:43px; }
.about-right { width:43%; margin-top:45px; margin-right:0;}
/*wenhua1650*/
.wenhua {  height:200px; padding-top:40px; top:-100px;}
.wenhua ul li { width:32%; margin-left:0.5%; }
.wenhua ul li .pic { width:26%; height:120px; }
.wenhua ul li .con {width:70%; }
.wenhua ul li .con .tit { font-size:22px; margin-top:10px;}
.wenhua ul li:nth-child(1) { margin-left:2%;}
/*pro1650*/
.pro-ban-left { margin-left:0; width:26%;}
.pro-ban-left .tit {font-size:34px; }
.pro-ban-left .des {font-size:26px; }
.pro-ban-right { width:65%;}
.pro-ban-right ul li { width:18%; margin-left:2%;}
.pro-list ul li{width:22%; margin-left:2%;}
.pro-list ul li .pic { height:200px; }
.pro-more {height:45px; line-height:43px; }
/*news1650*/
.news-left { width:50%; margin-left:0;}
.news-hot .pic { width:40%; height:160px;}
.news-hot .con { width:55%;}
.news-hot .con .tit { margin-top: 0;}
.news-hot .con .more { margin-top:27px;}
.news-right {width:42.5%; }
.wenti-ban { height:60px; }
.wenti-ban .tit{ font-size:22px; line-height:60px; }
.wenti-ban .more{ line-height:60px; }
/*footer1600*/
.f-left { width:12.5%; }
.f-mid { margin-left:12.5%; width:20%; }
.f-mid:before{ left:-70px; }
.f-mid:after{ right:-70px; }
.f-right {margin-left:11%; width:20%;}
.f-right:after{right:-70px; }
/*n-main1650*/
.n-left { width:22%; padding:19px 15px;}
.n-left .tit { font-size:32px; }
.n-left .nob {font-size:22px;}
.n-right { width:75%; }
.n-right-ban .tit { font-size:22px;}
/*n-pic-list1650*/
.n-pic-list ul li {width:23.5% ;}
.n-pic-list ul li:nth-child(4n+2) { margin-left:2%;}
.n-pic-list ul li:nth-child(4n+3) { margin-left:2%;}
.n-pic-list ul li:nth-child(4n+4) { margin-left:2%;}
.n-pic-list ul li .pic{ height:160px;  }


}

@media (max-width:1400px){
/*header1400*/
.header{height:140px;}
.header .logo{ height:140px;}
.h-info { width:30%; margin-top:40px; font-size:16px; }
.h-tel { margin-top:42px; }
.h-tel .des { font-size:20px; }
/*nav1400*/
.nav ul li{ width:11%;  margin-left:0.5%; margin-right:0.5%; } 
.nav ul li:after{ left:-5%;  }
.nav ul li:first-child { margin-left:1%; }
/*public1400*/
.public .tit{ font-size:32px; }
.public .tit .en { font-size:24px;}
.public:after{ height:4px; }
/*about1400*/
.about {  padding-bottom:130px;}
.about-des {margin-bottom:60px; }
.about-des:after{ bottom:-30px; }
.about-more { height:40px;  line-height:38px; }
.about-right {margin-top:40px;}
/*wenhua1400*/
.wenhua {  height:170px; padding-top:35px; top:-80px;}
.wenhua ul li .pic { height:100px; }
.wenhua ul li .con .tit { font-size:20px; margin-top:5px;}
.wenhua ul li .con .des { font-size:16px;}
/*pro1400*/
.pro-ban { padding-top: 130px;}
.pro-ban-left .tit {font-size:32px; }
.pro-ban-left .des {font-size:24px; }
.pro-ban-right ul li { font-size: 16px;}
.pro-box { margin-top: 40px;}
.pro-list ul li .pic { height:170px; }
.pro-more {height:40px; line-height:38px; }
/*news1400*/
.wenti-ban { height:50px; }
.wenti-ban .tit{ font-size:20px; line-height:50px; }
.wenti-ban .more{ line-height:50px; }
/*footer1400*/
.f-left { width:13%; margin-top:30px;}
.f-mid { margin-left:8%; width:24%; }
.f-mid:before{ left:-50px; }
.f-mid:after{ right:-50px; }
.f-right {margin-left:8%; width:24%;}
.f-right:after{right:-50px; }
/*n-main1400*/
.n-left .tit { font-size:30px; }
.n-left .nob {font-size:20px;}
.n-right-ban .tit { font-size:20px;}

}

@media (max-width:1200px){
.wrap{width:94%}
/*header1200*/
.header{height:120px;}
.header .logo{ height:120px;}
.h-info { width:31%; margin-top:30px; font-size:15px; }
.h-tel { margin-top:30px; }
.h-tel .tit { font-size:16px; }
.h-tel .des { font-size:18px; }
/*public1200*/
.public .tit{ font-size:28px; }
.public .tit .en { font-size:22px;}
.public .des{ font-size:16px;  }
.public:after{ height:3px; }
/*about1200*/
.about-des {margin-bottom:50px; }
.about-des:after{ bottom:-25px; }
.about-right {margin-top:35px;}
/*wenhua1200*/
.wenhua {  height:160px; padding-top:30px; }
.wenhua ul li .con .tit { font-size:18px; }
/*pro1200*/
.pro {padding-bottom: 50px;}
.pro-ban-left .tit {font-size:28px; }
.pro-ban-left .des {font-size:22px; }
.pro-list ul li .pic { height:150px; }
.pro-more { margin-top:25px; }
/*news1200*/
.news-list ul li { line-height:44px; }
.wenti-ban .tit{ font-size:18px; }
.wenti-list ul li { line-height:54px;}
/*footer1200*/
.footer { padding-top:30px;padding-bottom:40px; }
.f-left { display:none;}
.f-mid { margin-left:0; width:32%; }
.f-mid:before{ display:none;}
.f-mid:after{ display:none;}
.f-right {width:32%;}
.f-right:after{ display:none;}
/*n-main1200*/
.n-left .tit { font-size:26px; }
.n-left .info {font-size:16px;}
.n-left .nob {font-size:18px;}
.n-right-ban .tit { font-size:18px;}

}


@media (max-width:992px){
/*header992*/
.welcome { display:none;}
.header{ display:none;}
.nav{ display:none;}
.header2{ display: block; } 
.header-wrap { display:block; height:60px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:9px;}
/*public992*/
.public .tit{ font-size:24px; line-height:40px; }
.public .tit .en { font-size:20px;}
/*about992*/
.about { padding-top:30px;  }
.about-left { float:none; width:100%; }
.about-des {margin-bottom:40px; }
.about-des:after{ bottom:-20px; }
.about-right { float:none; width:100%; }
/*wenhua992*/
.wenhua {  height:140px; padding-top:25px; }
.wenhua ul li .pic { margin-top:5px;}
.wenhua ul li .con .tit { margin-top:0;}
/*pro992*/
.pro {padding-bottom: 40px;}
.pro-ban { padding-top:100px;}
.pro-ban-left { float:none; width:100%;}
.pro-ban-left .tit {font-size:24px; }
.pro-ban-left .des {font-size:20px; }
.pro-ban-right { float:none; width:100%; margin-top:15px;}
.pro-ban-right ul li { width:18%; margin-left:0; }
.pro-ban-right ul li:nth-child(5n+2) { margin-left:2.5%;}
.pro-ban-right ul li:nth-child(5n+3) { margin-left:2.5%;}
.pro-ban-right ul li:nth-child(5n+4) { margin-left:2.5%;}
.pro-ban-right ul li:nth-child(5n+5) { margin-left:2.5%;}
.pro-box { padding: 10px 10px 36px 10px;}
.pro-list ul li { margin-top:17px;}
.pro-list ul li .pic { height:110px; }
/*news992*/
.news-left { float:none; width:100%; }
.news-right{ float:none; width:100%; margin-top:20px; }
/*footer992*/
.f-ban { font-size:18px; }
/*n-main992*/
.n-main { padding-top:10px; padding-bottom:20px; }
.n-left { float:none; width:100%; margin-top:10px;  }
.n-left .tit { font-size: 22px;}
.n-left .list ul li { float:left; width:24%; margin-right:1%;}
.n-left .info { display:none;}
.n-left .nob { display:none; }
.n-right { float:none; width:100%; }
.n-right-con { min-height:200px;}
.main-list ul li{  padding:0 10px 0 10px;  }


}

@media (max-width:767px){
/*header767*/
.f_nav { display:block;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:4px;}
/*public767*/
.public { padding-bottom:17px;}
.public .tit{ font-size:20px; line-height: 30px;}
.public .tit .en { font-size:18px;}
/*about767*/
.about { padding-top: 20px;  padding-bottom: 145px; }
.about-des {margin-bottom:15px; margin-top: 10px; }
.about-des:after{ bottom:-15px; }
.about-more { width: 150px;}
.about-right { margin-top:20px; }
/*wenhua767*/
.wenhua {  height:auto; padding-top:10px; padding-bottom:20px; top:-120px;}
.wenhua ul li { float:none; width:98%; margin-left:2%; margin-top:15px; }
.wenhua ul li .pic { width:13%; height:80px; max-width:80px; }
.wenhua ul li .con {width:85%; }
.wenhua ul li:nth-child(1) { margin-left:2%;}
.wenhua ul li .pic { margin-top:0;}
.wenhua ul li .con .tit { font-size:17px;}
.wenhua ul li .con .des { margin-top:5px; font-size:15px;overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
/*pro767*/
.pro {padding-bottom: 30px;}
.pro-ban { padding-top:240px;}
.pro-ban-left .tit {font-size:20px; }
.pro-ban-left .des {font-size:18px; }
.pro-ban-right { margin-top:5px;}
.pro-ban-right ul li { width:32%; }
.pro-ban-right ul li:nth-child(5n+2) { margin-left:0;}
.pro-ban-right ul li:nth-child(5n+3) { margin-left:0;}
.pro-ban-right ul li:nth-child(5n+4) { margin-left:0;}
.pro-ban-right ul li:nth-child(5n+5) { margin-left:0;}
.pro-ban-right ul li:nth-child(3n+2) { margin-left:2%;}
.pro-ban-right ul li:nth-child(3n+3) { margin-left:2%;}
.pro-ban-right ul li:last-child { display:none; }
.pro-box { margin-top:25px;padding: 10px 10px 26px 10px;}
.pro-list ul li{width:48.5%; margin-left:0; margin-top:0;}
.pro-list ul li:nth-child(even) { margin-left:3%;}
.pro-list ul li .pic { height:150px; }
.pro-list ul li .tit { line-height:40px;}
.pro-more { width:150px; margin-top:20px;}
/*news767*/
.news {  padding-top: 30px; padding-bottom:40px;}
.news-hot { margin-top:20px; }
.news-hot .pic { height: 120px;}
.news-hot .con .tit { font-size:16px;}
.news-hot .con .des { margin-top:7px;}
.news-hot .con .more { margin-top:17px;width:120px; height:30px; line-height:30px;}
.news-list { margin-top:20px; }
.wenti-ban { height:40px; padding: 0 15px; }
.wenti-ban .tit{ font-size: 16px; line-height:40px; }
.wenti-ban .more{ line-height:40px; font-size:15px; }
.wenti-list ul li { padding: 0 15px;}
/*footer767*/
.footer { padding-top:10px;padding-bottom:20px; }
.f-mid { display:none; float:none;width:100%; }
.f-right { float:none;width:100%; margin-left:0; }
.f-ewm { float:none; margin:0 auto; margin-top:30px; }
.f-ban { font-size:16px; line-height:56px; }
.f-copy { padding-bottom:5em;}
/*n-main767*/
.n-main {padding-top: 0; }
.n-left { padding: 14px 15px;}
.n-left .tit { font-size: 18px; margin-top:10px;}
.n-left .list ul li {width:48.5%; margin-right:0; line-height:35px;}
.n-left .list ul li:nth-child(even) { margin-left:3%; }
.n-right-ban { height:40px; }
.n-right-ban .tit { line-height:39px;  font-size: 16px; background-size:23px auto; padding-left:35px; }
.n-right-ban .more { display:none;}
.n-page { padding:10px 0;}
/*n-pic-list767*/
.n-pic-list ul li {width:48.5%; margin-top:10px;}
.n-pic-list ul li:nth-child(4n+2) { margin-left:0;}
.n-pic-list ul li:nth-child(4n+3) { margin-left:0;}
.n-pic-list ul li:nth-child(4n+4) { margin-left:0;}
.n-pic-list ul li:nth-child(even) { margin-left:3%; }
.n-pic-list ul li .pic{ height:110px;  }
.main-list ul li{  padding:0 5px 0 5px; line-height:44px; }
.n-tit { font-size:20px;}
}

@media (max-width:500px){
.wenhua ul li .pic { height:50px;  }
.pro-list ul li .pic { height:110px; }
.pro-ban { padding-top:140px;}
}

