﻿@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:1440px;position:relative;max-width:100%;margin:0 auto}
.wrap::after{content:"";display:block;clear:both}
/*自定义*/
body{ font-family:Arial, Helvetica, sans-serif; }
/*header*/
.header{height:160px; position:relative; background-color:#ffffff;}
.header .logo{float:left; height:160px;}
.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-right { float:right; margin-top:55px; }
.h-right ul li { float:left; padding-left:55px; background:url(../images/h-email.png) no-repeat left center;}
.h-right ul li:nth-child(2) { background:url(../images/h-tel.png) no-repeat left center; margin-left:90px; position:relative;}
.h-right ul li:nth-child(2):after{content:""; position:absolute; left:-45px; top:0; width:1px; height:100%; background-color:#ececec; }
.h-right ul li .tit { color:#111111; font-size:14px; line-height:1.5; }
.h-right ul li .des { color:#e30404; font-size:20px; line-height:1.5; }
.nav{ height:63px; background-color:#2c2c34; overflow:hidden; }
.nav ul li{float:left; width:auto; color:#ffffff; font-size:16px; line-height:63px; position:relative; text-align:center; text-transform:uppercase; } 
.nav ul li a { display:block; color:#ffffff;padding:0 60px;  }
.nav ul li:hover{ background-color:#e40404; }
.nav ul li.active{ background-color:#e40404; }
.nav ul li .sub { position: absolute;width:100%;left:0; text-align:center; top:63px;z-index:30000; }
.nav ul li .sub ul li{ float:left; min-width:auto; width:100%; line-height:50px; position:relative;text-align:center;  margin:0; padding:0; font-size:15px; font-weight:normal;background-color:#2c2c34;}
.nav ul li .sub ul li:hover {background-color:#e40404;}
/*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:200px;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; justify-content: 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:22px; float: right; display: inline;}
.header2 .nav-btn .zi { width:20px; color:#e30404; 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:#e30404;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:#e30404}
.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:#242424;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 { text-align:center; }
.public .tit { color:#e9e9ea; font-size:80px; line-height:1; font-weight:bold; text-transform:uppercase; }
.public .des { color:#e42f2f; font-size:30px; line-height:1; font-weight:bold; text-transform:uppercase; margin-top:-55px; }
/*pro*/
.pro { padding-top:60px; padding-bottom:70px; }
.pro-list { margin-top:60px; }
.pro-list ul li { float:left; width:710px; height:320px; background-color:#f8f7f7; padding:30px 40px 0 50px; margin-top:20px; }
.pro-list ul li:nth-child(even) { margin-left:20px; }
.pro-list ul li .con { float:left; width:220px; position:relative; }
.pro-list ul li .con:after{content:""; position:absolute; left:0; top:0; width:12px; height:8px; background-color:#2c2c34; }
.pro-list ul li .con .tit { color:#666666; font-size:20px; line-height:1.8; font-weight:bold; margin-top:40px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro-list ul li .con .des { color:#797979; font-size:14px; line-height:1.8; margin-top:2px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; }
.pro-list ul li .con .more { width:144px; height:36px; text-align:center; background-color:#2c2c34; color:#ffffff; font-size:14px; line-height:36px;text-transform:uppercase; margin-top:38px; }
.pro-list ul li .pic { float:right; width:370px; height:260px; overflow:hidden; display: flex;  align-items: center; justify-content: center;  }
.pro-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;transition: 0.5s;}
.pro-list ul li:hover .con:after { background-color:#e30404; }
.pro-list ul li:hover .con .more { background-color:#e30404; }
.pro-list ul li:hover .pic img{transform: scale(1.05);transition: 0.5s;}
/*about*/
.about { background:url(../images/about-bg.jpg) no-repeat top center; padding-top:90px; }
.about-box { background-color:#FFF; }
.about-left { float:left; margin-left:90px; width:400px; padding-top:280px; position:relative; }
.about-left:after{content:""; position:absolute; left:0; top:210px; width:75px; height:10px; background-color:#e30404; }
.about-left .tit { color:#011225; font-size:50px; line-height:1.25; font-weight:bold; text-transform:uppercase; }
.about-left .des { color:#1e68a5; font-size:16px; line-height:1.6; text-transform:uppercase; margin-top:13px; }
.about-right { float:right; width:550px; height:auto; margin-top:30px; margin-right:30px;position:relative;  }
.about-right img {max-width: 100%;max-height: 100%;vertical-align: middle;}
.about-right .con { position:absolute; right:140px; top:120px; width:760px; height:auto; padding:40px 70px 60px 70px; background-color:rgba(255, 255, 255, 0.6); color:#111111; font-size:16px; line-height:45px;}
.about-right .con .des { height:315px; overflow:hidden; }
.about-more { position:absolute; width:25px; height:24px; right:24px; bottom:28px; }
.about-more img {max-width: 100%;max-height: 100%;vertical-align: middle;}
/*footer*/
.footer { background-color:#011225; color:#8d959d; font-size:14px; line-height:2; padding-bottom:50px; }
.footer a:hover { color:#ffffff; }
.f-left { float:left; width:1000px; margin-top:70px; }
.f-copy { border-top:#535353 solid 1px; margin-top:40px; padding-top:20px; }
.f-right { float:right; width:190px; background-color:#1b2a3b; margin-top:44px; text-align:center; padding:26px 0 20px 0; }
.f-right img { width:140px; }
/*n-banner*/
.n-banner { width:100%;}
.n-banner img{ width:100%;}
/*n-position*/
.n-position { border-bottom:#eeeeee solid 1px; height:60px;}
.n-position-left { float:left;color:#333333; font-size:16px; line-height:60px; background:url(../images/home.png) no-repeat left center; padding-left:36px;}
.n-position-left a {color:#333333; }
.n-position-left a:hover { text-decoration:underline;}
.n-position-right { float:right;color:#333333; font-size:22px; line-height:60px;}
/*n-main*/
.n-main { margin-top:30px; padding-bottom:30px;}
.n-left { float:left; width:300px; }
.n-left-ban { height:70px; background-color:#2c2c34; color:#ffffff; font-size:20px; line-height:70px;text-indent:35px;}
.n-left-ban img { width:34px; vertical-align:middle; margin-right:14px;}
.n-left-list { height:auto; padding:10px 0; border:#ebe9e9 solid 1px; margin-bottom:30px; background-color:#FFF;}
.n-left-list ul li { color:#666666; font-size:16px; line-height:40px; text-align:center; position:relative; height:40px; overflow:hidden;}
.n-left-list ul li:after{content:""; position:absolute; left:0; bottom:0; width:0; height:1px; background-color:#2c2c34; left: 50%; transform: translateX(-50%); transition: all .5s ease; }
.n-left-list ul li.active a{color:#2c2c34;}
.n-left-list ul li.active:after{ width:50%;transform:translateX(-50%) scale(1.1); }
.n-left-list ul li:hover a{color:#2c2c34;}
.n-left-list ul li:hover:after{ width:50%;transform:translateX(-50%) scale(1.1); }
.n-left-text { border:#ebe9e9 solid 1px;color:#666666; font-size:16px; line-height:2; padding:10px 20px; background-color:#FFF; }
.n-right { float:right; width:1100px;}
.n-about {color:#333333; font-size:16px; line-height:2; margin-top:10px;}
.n-about img { max-width:100%;}
/*n-newshow*/
.n-newshow { height:auto;}
.n-show { padding:10px; 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:20px; text-align:center; line-height:34px; padding:0 10px; color:#2c2c34;}
.n-time { font-size:14px; text-align:center; line-height:18px; margin-top:13px; color:#999999; }
.n-xian {border-bottom:#ebebeb dashed 1px; height:1px; margin-top:20px;}
.n-other { line-height:24px; padding:20px 0; color:#999999; }
.n-other a:hover{ text-decoration:underline; color:#999999; }  
/*n-newlist*/
.n-newlist { height:auto; padding-bottom:20px;}
.n-newlist ul li { border:#ebe9e9 solid 1px; margin-bottom:27px; height:auto; padding:20px;}
.n-newlist ul li .tit {color:#333333; font-size:18px; line-height:44px; height:44px; overflow:hidden; font-weight:bold;}
.n-newlist ul li .des {color:#666666; font-size:15px; line-height:26px; height:52px; overflow:hidden;}
.n-newlist ul li .more { float:right; width:100px; height:30px; background-color:#2c2c34; text-align:center; color:#ffffff; font-size:14px; line-height:30px; margin-top:10px;}
.n-newlist ul li:hover { border:#2c2c34 solid 1px;}
.n-newlist ul li:hover .tit {color:#2c2c34;}
.n-newlist ul li:hover .more { background-color:#2c2c34;}
/*pagination*/
.pagination { box-sizing: border-box;text-align:center; font-size:14px; margin-top:10px;color:#7b7b7b; padding-bottom:40px; text-transform: capitalize;  }
.pagination a { color:#7b7b7b;  padding:5px 7px;border-radius:3px;}
.pagination a:hover { background-color:#2c2c34; color:#FFF;}
/*n-piclist*/
.n-piclist { height:auto;}
.n-piclist ul li { float:left; width:350px; height:auto; margin-bottom:8px; text-align:center;}
.n-piclist ul li:nth-child(3n+2) { margin-left:25px;}
.n-piclist ul li:nth-child(3n+3) { margin-left:25px;}
.n-piclist ul li .pic{ width:100%; height:244px; text-align:center; overflow:hidden; border:#ebe9e9 solid 1px; display: flex;  align-items: center; justify-content: center;}
.n-piclist ul li .pic img{max-width: 105%;vertical-align: middle;	transition: 0.5s;}
.n-piclist ul li .tit { color:#333333; font-size:16px; line-height:44px; height:44px; overflow:hidden;text-transform: uppercase;}
.n-piclist ul li:hover .tit {color:#2c2c34;}


@media (max-width:1500px){
.wrap{width:90%}
/*header1500*/
.header .logo{ width:25%; }
.nav ul li a { padding:0 50px;  }
/*public1500*/
.public .tit { font-size:70px; }
.public .des { font-size:28px; margin-top:-49px; }
/*pro1500*/
.pro { padding-top:50px; padding-bottom:60px; }
.pro-list { margin-top:50px; }
.pro-list ul li { width:49%; height:300px; padding:30px 35px 0 40px; }
.pro-list ul li:nth-child(even) { margin-left:2%; }
.pro-list ul li .con { width:37%;}
.pro-list ul li .con .tit { margin-top:35px; }
.pro-list ul li .con .more { margin-top:28px; }
.pro-list ul li .pic { width:59%; height:240px; }
/*about1500*/
.about { padding-top:80px; }
.about-left { margin-left:6%; width:28%; padding-top:250px;  }
.about-left:after{ top:186px; }
.about-left .tit { font-size:40px; }
.about-right { width:38%;}
.about-right .con { right:90px; top:70px; width:140%; padding:40px 60px 60px 60px;}
/*footer1500*/
.f-left { width:68%; }
/*n-position1500*/
.n-position {  height:50px;}
.n-position-left { font-size:16px; line-height:50px; }
.n-position-right { font-size:20px; line-height:50px;}
/*n-main1500*/
.n-left { width:21%; }
.n-left-ban {font-size:18px; text-indent:17px;}
.n-right { width:75%;}
/*n-piclist1500*/
.n-piclist ul li {width:32%; }
.n-piclist ul li:nth-child(3n+2) { margin-left:2%;}
.n-piclist ul li:nth-child(3n+3) { margin-left:2%;}
.n-piclist ul li .pic{ height:220px;}

}

@media (max-width:1400px){
/*header1400*/
.header{height:140px; }
.header .logo{  height:140px;}
.h-right { margin-top:45px; }
.nav ul li a { padding:0 40px;  }
/*public1400*/
.public .tit { font-size:60px; }
.public .des { font-size:26px; margin-top:-43px; }
/*pro1400*/
.pro { padding-top:40px; padding-bottom:50px; }
.pro-list { margin-top:40px; }
.pro-list ul li { height:280px; padding:30px 30px 0 35px; }
.pro-list ul li .con .tit { margin-top:25px; }
.pro-list ul li .con .more { margin-top:18px;width:80%; height:32px; line-height:32px; }
.pro-list ul li .pic { height:213px; }
/*about1400*/
.about { padding-top:70px; }
.about-left { padding-top:200px;  }
.about-left:after{ top:136px; }
.about-left .tit { font-size:30px; }
.about-right .con { right:40px; top:40px; padding:30px 50px 50px 50px;}
/*n-piclist1400*/
.n-piclist ul li .pic{ height:190px;}

}

@media (max-width:1200px){
.wrap{width:94%}
/*header1200*/
.header{height:120px; }
.header .logo{  height:120px;}
.h-right { margin-top:35px; }
.nav ul li a { padding:0 30px;  }
/*public1200*/
.public .tit { font-size:55px; }
.public .des { font-size:24px; margin-top:-39px; }
/*about1200*/
.about { padding-top:60px; }
.about-left { padding-top:150px;  }
.about-left:after{ top:86px; height:8px; }
.about-left .tit { font-size:24px; }
.about-right .con { right:30px; top:30px; padding:20px 40px 50px 40px;}


}


@media (max-width:992px){
/*header992*/
.header{ display:none;}
.nav{ display:none;}
.header2{ display: block; } 
.header-wrap { display:block; height:60px;}
/*public992*/
.public .tit { font-size:50px; }
.public .des { font-size:22px; margin-top:-36px; }
/*pro992*/
.pro { padding-top:35px; padding-bottom:40px; }
.pro-list { margin-top:30px; }
.pro-list ul li { height:170px; padding:20px 20px 0 20px; }
.pro-list ul li .con:after{ height:5px; }
.pro-list ul li .con .tit { margin-top:15px; font-size:16px; }
.pro-list ul li .con .des {-webkit-line-clamp: 2;}
.pro-list ul li .con .more { margin-top:8px; height:27px; line-height:27px;  }
.pro-list ul li .pic { height:130px; }
/*about992*/
.about { padding-top:50px; }
.about-left { float:none; width:92%; margin-left:4%; padding-top:60px;  }
.about-left:after{ top:40px; width:55px; height:3px; }
.about-left .tit { font-size:22px; }
.about-right { float:none; width:92%; margin-right:0; margin-left:4%; height:410px; overflow:hidden; }
.about-right img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.about-right .con { right:3%; top:20px; width:94%; padding:20px 30px 40px 30px;}
/*n-position992*/
.n-position {  height:40px;}
.n-position-left { font-size:14px; line-height:40px; background-size:auto 20px;  padding-left:30px; }
.n-position-right { font-size:16px; line-height:40px;}
/*n-main992*/
.n-main { margin-top:20px;}
.n-left { float:none; width:100%; margin-top:15px; }
.n-left-ban { height:50px; font-size:16px; line-height:50px;text-indent:22px;}
.n-left-ban img { width:24px;}
.n-left-list { height:auto; padding:10px 0; margin-bottom:20px;}
.n-left-list ul li { font-size:14px; line-height:30px; height:30px;}
.n-left-list ul li.active:after{ margin-left:auto; width:80%;}
.n-left-text {font-size:14px; line-height:2; padding:8px 15px;}
.n-right { float:none; width:100%; }
.n-about { font-size:14px; }
/*n-piclist992*/
.n-piclist ul li .pic{ height:160px; }
.n-piclist ul li .tit { font-size:14px; line-height:34px; height:34px;}

}

@media (max-width:767px){
/*header768*/
.f_nav { display:block;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:9px;}
/*public767*/
.public .tit { font-size:40px; }
.public .des { font-size:20px; margin-top:-30px; }
/*pro767*/
.pro { padding-top:30px; padding-bottom:30px; }
.pro-list { margin-top:20px; }
.pro-list ul li { width:100%;}
.pro-list ul li:nth-child(even) { margin-left:0; }
/*about767*/
.about { padding-top:30px; }
.about-left { padding-top:50px;  }
.about-left:after{ top:30px; width:40px; height:3px; }
.about-left .tit { font-size:20px; }
.about-left .des { font-size:14px; }
.about-right { margin-top: 20px; height:370px; }
.about-right .con { top:15px; padding:20px 20px 40px 20px; line-height:40px; }
.about-right .con .des { height:280px;}
/*footer767*/
.footer { padding-top:20px; padding-bottom:5em; margin-top:30px; }
.f-left { float:none; width:100%; margin-top:0; }
.f-copy { margin-top:20px; padding-top:10px; }
.f-right { float:none; margin:0 auto; margin-top:20px; }
/*n-position768*/
.n-position {  height:36px;}
.n-position-left { font-size:14px; line-height:36px; background-size:auto 16px;  padding-left:25px; }
.n-position-right { display:none;}
/*n-main768*/
.n-main { margin-top:10px;padding-bottom:15px;}
.n-left-ban { height:40px; font-size:14px; line-height:40px;text-indent:15px;}
.n-left-ban img { width:18px; margin-right:7px;}
.n-left-list { margin-bottom:15px;}
/*n-newshow768*/
.n-show { padding:10px 0; font-size:14px;}
.n-tit { font-size:16px;line-height:1.5; }
.n-time { margin-top:5px; font-size:12px; }
.n-xian {  margin-top:10px;}
.n-other {font-size:14px;}
/*n-newlist768*/
.n-newlist { padding-bottom:10px;}
.n-newlist ul li { margin-top:15px; padding:10px 10px 15px 10px;}
.n-newlist ul li .tit { font-size:16px; line-height:30px; height:30px;}
.n-newlist ul li .des {font-size:14px; line-height:24px; height:48px;}
.n-newlist ul li .more { margin-top:7px;}
.pagination { font-size:12px;padding-bottom:30px; }
/*n-piclist768*/
.n-piclist ul li {width:48.5%; }
.n-piclist ul li:nth-child(3n+2) { margin-left:0;}
.n-piclist ul li:nth-child(3n+3) { margin-left:0;}
.n-piclist ul li:nth-child(even){ margin-left:3%;}
.n-piclist ul li .pic{ height:120px; }

}


@media (max-width:350px){


}
