@charset "utf-8";
*{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;max-width:100%;margin:0 auto}
.wrap::after{content:"";display:block;clear:both}
/*自定义*/
body{ font-family:Microsoft YaHei; }
/*header*/
.header{height:106px; position:relative; background-color:#ffffff;}
.header .logo{float:left; width:467px; height:106px;}
.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;}
.header .nav{float:right;}
.header .nav ul li{float:left; width:auto; color:#000000; font-size:18px; line-height:106px; margin-left:20px; position:relative;  font-weight:bold; } 
.header .nav ul li:after{content:""; position:absolute; left:0; bottom:0; width:0; height:3px; background-color:#2fa8e1; left: 50%; transform: translateX(-50%); transition: all .5s ease; }
.header .nav ul li a { display:block; }
.header .nav ul li:hover:after{ width:100%;transform:translateX(-50%) scale(1.1); }
.header .nav ul li.active:after{ width:100%; }
.header .nav ul li .sub { position: absolute;width:200%;left:-50%; text-align:center; top:106px;z-index:30000; }
.header .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:rgba(255,255,255,.95);}
.header .nav ul li .sub ul li:hover:after{ display:none;}
.header .nav ul li .sub ul li:hover {background-color:rgba(255,255,255,.75);}
.h-tel { float:right; background:url(../images/h-tel.png) no-repeat left center; padding-left:49px; padding-top:33px; height:106px; color:#000000; font-size:18px; line-height:1.2; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin-left:47px; }
/*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:300px;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:#2fa8e1; 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:#2fa8e1;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:#2fa8e1}
.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:none; opacity:1; border:#b4b4b5 solid 2px; border-radius:3px; }
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active { border:#2fa8e1 solid 2px; 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:#333333; font-size:42px; line-height:1.5; }
.public .icon { height:22px; background:url(../images/public-icon.png) no-repeat center center; margin-top:4px; }
.public .des { color:#666666; font-size:18px; line-height:1.5; margin-top:5px; }
/*pro*/
.pro { padding-top:76px; padding-bottom:95px; }
.pro-list { margin-top:13px; }
.pro-list ul li{ float:left; width:342px; height:258px; position:relative; margin-top:24px; }
.pro-list ul li:nth-child(2) { margin-left:24px;}
.pro-list ul li:nth-child(4) { margin-left:24px;}
.pro-list ul li:nth-child(5) { margin-left:24px;}
.pro-list ul li:nth-child(6) { margin-left:24px;}
.pro-list ul li .pic { width:100%; height:100%; overflow:hidden; position:relative; }
.pro-list ul li .pic:after{content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:url(../images/zhezhao.png) no-repeat; background-size:100% 100%; }
.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 .pic img{transform: scale(1.05); transition: 0.5s;}
.pro-list ul li .con { position:absolute; left:0; bottom:20px; width:100%; height:auto; padding:0 30px; }
.pro-list ul li .con .tit { color:#ffffff; font-size:24px; line-height:1.5;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.pro-list ul li .con .des { display:none; color:#b8b8b7; font-size:16px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.pro-list ul li:nth-child(1) { width:708px; height:368px; }
.pro-list ul li:nth-child(1) .con { bottom:30px; }
.pro-list ul li:nth-child(1) .con .tit{ font-size:28px; }
.pro-list ul li:nth-child(1) .con .des{ display:block; }
.pro-list ul li:nth-child(2) { width:708px; height:368px; }
.pro-list ul li:nth-child(2) .con { bottom:30px; }
.pro-list ul li:nth-child(2) .con .tit{ font-size:28px; }
.pro-list ul li:nth-child(2) .con .des{ display:block; }
/*about*/
.about { background-color:#f4f4f4; position:relative; height:600px; }
.about-left { float:left; width:700px; height:600px; background:url(../images/about-bg.jpg) no-repeat right center; }
.about-left .en { color:#2fa8e1; font-size:50px; line-height:1; font-weight:bold; margin-top:103px; }
.about-left .tit { color:#333333; font-size:28px; line-height:1; margin-top:8px; }
.about-left .des { color:#333333; font-size:16px; line-height:40px; padding-right:34px; margin-top:37px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical; }
.about-left .more { width:190px; height:48px; background-color:#2fa8e1; text-align:center;color:#ffffff; font-size:16px; line-height:48px; margin-top:60px; }
.about-left .more a { display:block; }
.about-left .more:hover { box-shadow: 0px 2px 9px 0px #2fa8e1; }
.about-right { position:absolute; right:0; top:0; width:960px; height:600px; }
.about-right img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
/*youshi*/
.youshi { background:url(../images/youshi-bg.jpg) no-repeat top center; padding-top:70px; padding-bottom:95px; position:relative; }
.youshi:after{content:""; position:absolute; left:0; top:-77px; width:475px; height:266px; background:url(../images/feiji1.png) no-repeat; background-size:100% auto; }
.youshi-box { background-color:#FFF; margin-top:40px; height:auto; background-color:#FFF; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.youshi-box ul li { float:left; width:20%; height:370px; padding:53px 36px 0 36px; position:relative; }
.youshi-box ul li:after{content:""; position:absolute; left:0; top:0; width:1px; height:100%; background-color:#f4f4f4; }
.youshi-box ul li:first-child:after { display:none; }
.youshi-box ul li .icon { height:70px; }
.youshi-box ul li .icon img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.youshi-box ul li .tit { color:#333333; font-size:24px; line-height:1.5; margin-top:12px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.youshi-box ul li .des { color:#888888; font-size:16px; line-height:30px; margin-top:12px; word-break:break-all;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
/*case*/
.case { padding-top:75px; padding-bottom:75px; }
.case-list { height:454px; margin-top:40px; position:relative; }
.case-list .swiper-container { width: 100%; height: 100%; } 
.case-list .swiper-slide {  display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }
.case-list .swiper-button-prev { background:url(../images/btn.png) no-repeat; width:44px; height:44px;right:auto; left:-70px; top:50%; bottom:0;  outline:none; border-radius:50%;  background-size:100% 100%;}
.case-list .swiper-button-prev:after { display:none;}
.case-list .swiper-button-next {background:url(../images/btn.png) no-repeat;transform:rotate(180deg); width:44px; height:44px; right:-70px; left:auto; top:50%; bottom:0; outline:none;border-radius:50%; background-size:100% 100%; }
.case-list .swiper-button-next:after { display:none;}
.case-li { width:100%; height:100%;}
.case-li .pic{ width:100%; height:310px; overflow:hidden;}
.case-li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%; transition: 0.5s;}
.case-li .con { background-color:#f5f5f5; padding:24px 30px 0 30px; height:146px; }
.case-li .tit { color:#333333; font-size:20px; line-height:1.5; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; font-weight:bold; }
.case-li .des { color:#888888; font-size:16px; line-height:27px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-top:9px; }
.case-li:hover .pic img {transform: scale(1.05); transition: 0.5s;}
.case-li:hover .tit { color:#2fa8e1; }
/*yizhan*/
.yizhan { background:url(../images/yizhan-bg.jpg) no-repeat center center; background-size:cover; height:379px; }
.yizhan-left { float:left; width:670px; padding-top:70px; }
.yizhan-left .tit { color:#ffffff; font-size:40px; line-height:1.5; font-weight:bold; }
.yizhan-left .des { color:#ffffff; font-size:20px; line-height:1.75; margin-top:20px; }
.yizhan-left .tel { width:237px; height:48px; background-color:#2fa8e1; text-align:center; color:#ffffff; font-size:20px; line-height:48px; margin-top:37px; }
.yizhan-left .tel i { display:inline-block; width:20px; height:20px; background:url(../images/yizhan-tel.png) no-repeat; vertical-align:middle; margin-right:5px; }
.yizhan-left .tel a { display:block; }
.yizhan-left .tel:hover { box-shadow: 0px 2px 9px 0px #2fa8e1; }
/*news*/
.news { background-color:#f5f5f5; padding-top:80px; padding-bottom:80px; }
.news-list { margin-top:40px;}
.news-list ul li { float:left; width:464px; }
.news-list ul li:nth-child(3n+2) { margin-left:24px;}
.news-list ul li:nth-child(3n+3) { margin-left:24px;}
.news-list ul li .pic { height:281px; overflow:hidden; }
.news-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;  transition: 0.5s;}
.news-list ul li .con { height:196px; background-color:#FFF; padding:26px 30px 0 30px; }
.news-list ul li .con .tit { color:#333333; font-size:20px; line-height:1.5; font-weight:bold;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.news-list ul li .con .riqi { color:#999999; font-size:15px; line-height:1; margin-top:18px; }
.news-list ul li .con .des { color:#888888; font-size:16px; line-height:1.8; margin-top:23px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.news-list ul li:hover .pic img {transform: scale(1.05); transition: 0.5s;}
.news-list ul li:hover .con .tit { color:#2fa8e1; }
.news-more { width:190px; height:48px; margin:0 auto; background-color:#2fa8e1; text-align:center;color:#ffffff; font-size:16px; line-height:48px; margin-top:60px; }
.news-more a { display:block; }
/*yewu*/
.yewu { padding-top:90px; padding-bottom:90px; position:relative; }
.yewu:after{content:""; position:absolute; right:0; top:-72px; width:529px; height:230px; background:url(../images/feiji2.png) no-repeat; background-size:100% auto; }
.yewu-left { position:absolute; left:0; top:90px; width:959px; height:498px; background:url(../images/yewu-bg.jpg) no-repeat; background-size:cover; }
.yewu-list { position:absolute; right:0; bottom:0; width:722px; height:190px;background-color:rgba(47, 168, 225, 0.8);  }
.yewu-list ul li { float:left; width:33.33%; text-align:center; padding-top:34px;  }
.yewu-list ul li .icon { height:60px; }
.yewu-list ul li .icon img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.yewu-list ul li .des { color:#ffffff; font-size:18px; line-height:1.5; margin-top:14px; padding:0 20px; }
.yewu-right { background-color:#f5f5f5; height:498px; padding:67px 60px 0 785px; }
.yewu-right .tit {color:#333333; font-size:40px; line-height:1; position:relative; }
.yewu-right .tit:after{content:""; position:absolute; left:0; bottom:-25px; width:66px; height:1px; background-color:#2fa8e1; }
.yewu-right .des {color:#666666; font-size:18px; line-height:1.5; margin-top:38px;}
.yewu-right .con { margin-top:20px; }
.yewu-right .con ul li{ margin-top:23px; display: flex; flex-direction: row;justify-content: space-between;}
.yewu-right .con ul li input[type=text] { padding-left:18px; width:48.5%; height:54px;color:#333333; font-size:16px; border:#cccccc solid 1px; background-color:#FFF; }
.yewu-right .con ul li textarea { padding-left:18px; width:100%; height:54px;color:#333333; font-size:16px; border:#cccccc solid 1px; background-color:#FFF; outline: none; line-height:52px; resize:none}
.yewu-right .con ul li input[type=submit] { width:100%; text-align:center; height:54px; background-color:#2fa8e1; color:#fff; font-size:18px; cursor:pointer; border:none;}
/*footer*/
.footer { background:#3e3e40 url(../images/footer-bg.jpg) no-repeat center center; background-size:cover; padding-bottom:40px; }
.f-left { float:left; width:80%; color:#c5c5c6; font-size:15px; line-height:2; margin-top:57px; }
.f-left a:hover { color:#ffffff;}
.f-nav  { padding-bottom:7px; }
.f-nav a { position:relative; margin-right:30px; }
.f-nav a:after{content:""; position:absolute; right:-15px; top:50%; margin-top:-6.5px; width:1px; height:13px; background-color:#656566; }
.f-nav a:last-child:after { display:none; }
.f-right { float:right; width:110px; margin-top:40px; }
.f-right img{max-width: 100%;max-height: 100%;vertical-align: middle;  border-radius:5px;}
/*右侧漂浮*/
.slider-bg{width:50px;height:auto;position:fixed;right:5px;bottom:150px;z-index:100;}
.slider-bg .toolbar_btn a{ cursor:pointer;position:relative;display:block;height:50px; margin-top:10px;  border-radius:10px;}
.slider-bg .toolbar_btn a samp{position:relative;display:block;height:50px;-webkit-transition:all .4s cubic-bezier(.2,.83,.42,.91);transition:all .4s cubic-bezier(.2,.83,.42,.91);z-index:2;width:50px; background-color:#2fa8e1;  border-radius:10px;}
.slider-bg .toolbar_btn a em{font-size:14px;font-style:normal;position:absolute;z-index:1;top:1px;right:60px;display:block;overflow:hidden;width:0;height:50px;color:#333333; font-weight:normal;box-shadow: 0 0 7px rgba(195, 195, 195, 0.6);}
.slider-bg .toolbar_btn a b { position:absolute; width:8px; height:50px; background:url(../images/slider-sanjiao.png) no-repeat center center; top:0; right:52px;opacity:0;z-index:5}
.slider-bg .toolbar_btn a:hover b{opacity:1;}
.slider-bg .toolbar_btn a:hover em{width:150px; background-color:#2fa8e1;}
.slider-bg .toolbar_btn a:hover em.slider-a { padding-top:12px; padding-left:14px;}
.slider-bg .toolbar_btn a:hover em.slider-a .tit{color:#ffffff; font-size:14px; line-height:2; font-weight:bold; }
.slider-bg .toolbar_btn a:hover em.slider-a .des{color:#ffffff; font-size:12px; line-height:2;}
.slider-bg .toolbar_btn a:hover em.slider-b {color:#ffffff; padding-top:6px; padding-left:14px;}
.slider-bg .toolbar_btn a:hover em.slider-b .nob{color:#ffffff; font-size:14px; line-height:2;}
.slider-bg .toolbar_btn a:hover em.slider-c{width:121px!important;height:121px!important; margin-top:-18px;}
.slider-bg .toolbar_btn a:hover em.slider-c i{width:117px;height:117px;display:block;margin-left:2px;margin-top:2px;}
.slider-bg .toolbar_btn a:hover em.slider-c i img { width:100%;}
.slider-bg .iconi{width:100%;height:50px;display:block;position:absolute;top:0;left:0;}
.slider-bg .toolbar_btn a:nth-child(1) .iconi{ background:#2fa8e1 url(../images/slider-samp1.png?v=1) no-repeat top center; background-size:100%;  border-radius:10px;}
.slider-bg .toolbar_btn a:nth-child(2) .iconi{ background:#2fa8e1 url(../images/slider-samp2.png?v=1) no-repeat top center; background-size:100%; border-radius:10px;}
.slider-bg .toolbar_btn a:nth-child(3) .iconi{ background:#2fa8e1 url(../images/slider-samp3.png?v=1) no-repeat top center; background-size:100%;border-radius:10px;}
.slider-bg .toolbar_btn a:nth-child(4) .iconi{ background:#2fa8e1 url(../images/slider-samp4.png?v=1) no-repeat top center; background-size:100%; border-radius:10px;}
.slider-bg .toolbar_btn a:nth-child(5) .iconi{ background:#2fa8e1 url(../images/slider-samp5.png?v=1) no-repeat top center; background-size:100%; border-radius:10px;}
/*n-banner*/
.n-banner { width:100%; position:relative;}
.n-banner img{ width:100%; display:block;}
.n-banner .tit { position:absolute; top:45%; left:50%; width:600px; margin-left:-300px; text-align:center; color:#ffffff; font-size:40px; line-height:1; }
.n-banner .tit:after{content:""; position:absolute; left:50%; margin-left:-27px; bottom:-20px; width:54px; height:2px; background-color:#ffffff; }
/*n-pro*/
.n-pro { background-color:#f5f5f5; padding-top:80px; padding-bottom:80px; }
.n-pro-list { height:auto;}
.n-pro-list ul li{ float:left; width:464px; margin-bottom:24px; }
.n-pro-list ul li:nth-child(3n+2) { margin-left:24px;}
.n-pro-list ul li:nth-child(3n+3) { margin-left:24px;}
.n-pro-list ul li .pic { height:310px; overflow:hidden; }
.n-pro-list ul li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;  transition: 0.5s;}
.n-pro-list ul li .con { height:186px; background-color:#FFF; padding-top:24px; }
.n-pro-list ul li .con .tit { color:#333333; font-size:20px; line-height:1.5; font-weight:bold;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; padding:0 30px; }
.n-pro-list ul li .con .des { color:#888888; font-size:16px; line-height:30px; height:60px; margin-top:10px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; padding:0 30px; }
.n-pro-list ul li .con .more { color:#999999; font-size:16px; line-height:1;padding:15px 30px 0 30px; margin-top:16px; border-top:#f0f0f0 solid 1px;  }
.n-pro-list ul li .con .more  span { display:inline-block; float:right; width:30px; height:6px; background:url(../images/n-pro-more.png) no-repeat right center; vertical-align:middle; }
.n-pro-list ul li:hover .pic img {transform: scale(1.05); transition: 0.5s;}
.n-pro-list ul li:hover .con .tit { color:#2fa8e1; }
.n-pro-list ul li:hover .con .more span {background:url(../images/n-pro-more2.png) no-repeat right center; } 
/*pagination*/
.pagination { box-sizing: border-box;text-align:center; font-size:14px; margin-top:40px;color:#7b7b7b; padding-bottom:40px;   }
.pagination a { color:#333333;  padding:5px 7px;border-radius:3px; border:#ececec solid 1px; background-color:#FFF; }
.pagination a:hover { background-color:#2fa8e1; color:#FFF;}
/*n-public*/
.n-public { text-align:center; color:#333333; font-size:40px; line-height:1; }
.n-pro .n-public { margin-bottom:40px;}
/*hezuo*/
.hezuo { padding-top:70px; padding-bottom:80px;}
.hezuo-list { margin-top:40px; padding-left:1px; }
.hezuo-list ul li { float:left; width:25%; text-align:center; height:156px; border:#ededed solid 1px; margin-left:-1px; margin-top:-1px;}
.hezuo-list ul li a { display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center; overflow:hidden; }
.hezuo-list ul li img {max-width:80%;max-height:80%;vertical-align: middle;transition: 0.5s;}
.hezuo-list ul li:hover img {transform: scale(1.05); transition: 0.5s;}
/*n-about*/
.n-about { position:relative; padding-bottom:60px; background:url(../images/n-about-bg.jpg) no-repeat center center; }
.n-about-left { float:left; width:700px;  }
.n-about-left .en { color:#2fa8e1; font-size:50px; line-height:1; font-weight:bold; margin-top:170px; }
.n-about-left .tit { color:#333333; font-size:28px; line-height:1; margin-top:8px; }
.n-about-left .des { color:#333333; font-size:16px; line-height:40px; padding-right:34px; margin-top:37px; }
.n-about-left .more { width:190px; height:48px; background-color:#2fa8e1; text-align:center;color:#ffffff; font-size:16px; line-height:48px; margin-top:60px; }
.n-about-left .more a { display:block; }
.n-about-left .more:hover { box-shadow: 0px 2px 9px 0px #2fa8e1; }
.n-about-right { float:right; width:720px; margin-top:82px; }
.n-about-right img {max-width: 100%;max-height: 100%;vertical-align: middle;}
/*n-about-pic*/
.n-about-pic { padding-bottom:80px;}
.n-about-pic ul li { float:left; width:345px; height:240px; overflow:hidden; text-align:center; }
.n-about-pic ul li:nth-child(4n+2) { margin-left:20px;}
.n-about-pic ul li:nth-child(4n+3) { margin-left:20px;}
.n-about-pic ul li:nth-child(4n+4) { margin-left:20px;}
.n-about-pic ul li a { display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center; overflow:hidden; }
.n-about-pic ul li img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%; transition: 0.5s;}
.n-about-pic ul li:hover img {transform: scale(1.05); transition: 0.5s;}
/*view*/
.view { padding-top:60px; padding-bottom:60px;  }
.view-left { float:left; width:1027px; }
.view-left .tit {color:#333333; font-size:32px; font-weight:bold; }
.view-left .riqi {color:#999999; font-size:14px; margin-top:18px; }
.view-left .show { color:#333333; font-size:16px; line-height:2; padding-bottom:40px; margin-top:35px; padding-top:28px; border-top:#dcdcdc solid 1px;  }
.view-left .show img { max-width:100%; }
.view-left .other { padding-top:27px;padding-bottom:30px; border-top:#dcdcdc solid 1px; }
.view-left .other.other2 {  border-top:none;  }
.view-left .other-left{ float:left; width:840px; color:#666666; font-size:14px; line-height:24px; }
.view-left .other-left a:hover { color:#2fa8e1; }
.view-left .other-right{ float:right; width:130px; height:48px; border:#e5e5e5 solid 1px; text-align:center; color:#333333; font-size:16px; line-height:48px; margin-top:-20px; }
.view-left .other-right a { display:block; }
.view-left .other-right:hover { color:#FFF; background-color:#2fa8e1;}
.view-left .other-right:hover i { background:url(../image/fanhui2.png) no-repeat;  }
.view-right { float:right; width:348px; }
.view-right-li { margin-bottom:24px; background-color:#f5f5f5;  }
.view-right-li .ban { color:#ffffff; font-size:20px; line-height:50px; background-color:#2fa8e1;  font-weight:bold;padding:0 27px; }
.view-right-li .list { padding-bottom:10px; }
.view-right-li .list ul li{ border-top:#e7e7e7 dashed 1px; padding:20px 27px;}
.view-right-li .list ul li:first-child { border-top:none; }
.view-right-li .list ul li .pic { float:left; width:93px; height:56px; overflow:hidden; max-width:93px; }
.view-right-li .list ul li .pic img{width: 100%;height: 100%; object-fit: cover;object-position: center 30%; transition: 0.5s;}
.view-right-li .list ul li .con { float:left; width:180px; margin-left:17px; }
.view-right-li .list ul li .tit {color:#333333; font-size:16px; font-weight:bold;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.view-right-li .list ul li .riqi {color:#999999; font-size:14px; margin-top:5px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.view-right-li .list ul li:hover .pic img{transform: scale(1.05); transition: 0.5s;}
.view-right-li .list ul li:hover .tit {color:#2fa8e1;}
/*n-news-list*/
.n-news-list { height:auto; }
.n-news-list ul li { padding-top:30px; padding-bottom:30px; border-bottom:#e7e7e7 dashed 1px; }
.n-news-list ul li .pic { float:left; width:306px; height:184px; overflow:hidden;}
.n-news-list ul li .pic img{width: 100%;height: 100%; object-fit: cover;object-position: center 30%;  transition: 0.5s;}
.n-news-list ul li .con { float:right; width:666px; }
.n-news-list ul li .con .tit { color:#333333; font-size:20px; line-height:1.5; font-weight:bold;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:20px; }
.n-news-list ul li .con .des { color:#888888; font-size:16px; line-height:27px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-top:18px; }
.n-news-list ul li .con .riqi { color:#999999; font-size:15px; line-height:1; margin-top:22px;}
.n-news-list ul li:hover .pic img{transform: scale(1.05); transition: 0.5s;}
.n-news-list ul li:hover .con .tit { color:#2fa8e1; }



@media (max-width:1900px){
.about-right { width:50%; }
.yewu-left { width:50%; }
}

@media (max-width:1700px){
.case-list .swiper-button-prev { left:-50px; }
.case-list .swiper-button-next { right:-50px; }	
}

@media (max-width:1550px){
.wrap{width:94%}	
/*header1500*/
.header .logo{ width:32%; }
.header .nav ul li{ font-size:16px; margin-left:16px;} 
.h-tel { font-size:16px; }
/*public1500*/
.public .tit { font-size:32px; }
/*pro1500*/
.pro { padding-top:60px; padding-bottom:80px; }
.pro-list ul li{ width:23.5%; height:200px;}
.pro-list ul li:nth-child(2) { margin-left:2%;}
.pro-list ul li:nth-child(4) { margin-left:2%;}
.pro-list ul li:nth-child(5) { margin-left:2%;}
.pro-list ul li:nth-child(6) { margin-left:2%;}
.pro-list ul li .con .tit { font-size:20px;}
.pro-list ul li:nth-child(1) { width:49%; height:290px; }
.pro-list ul li:nth-child(1) .con .tit{ font-size:24px; }
.pro-list ul li:nth-child(2) { width:49%; height:290px; }
.pro-list ul li:nth-child(2) .con .tit{ font-size:24px; }
/*about1500*/
.about { height:500px; }
.about-left { width:48.5%; height:500px; }
.about-left .en { font-size:38px; margin-top:60px; }
.about-left .tit {  font-size:24px;  }
.about-right { height:500px; }
/*youshi1500*/
.youshi {  padding-top:50px; padding-bottom:70px; }
.youshi:after{ top:-47px; width:25%; height:200px; }
.youshi-box ul li { padding:33px 26px 0 26px;  height:340px;  }
.youshi-box ul li .icon { height:60px; }
.youshi-box ul li .tit { font-size:22px; }
/*case1500*/
.case { padding-top:60px; padding-bottom:60px; }
.case-list { height:auto;  }
.case-list .swiper-container { width:90%; margin:0 auto; } 
.case-list .swiper-button-prev { left:0; }
.case-list .swiper-button-next { right:0; }
.case-li .pic{ height:220px;}
.case-li .con {  padding:24px 20px 0 20px; height:146px; }
.case-li .tit { font-size:18px; }
/*yizhan1500*/
.yizhan { height:360px; }
.yizhan-left { width:46.5%; padding-top:60px; }
.yizhan-left .tit { font-size:32px;  }
/*news1500*/
.news { padding-top:70px; padding-bottom:70px; }
.news-list ul li { width:32%; }
.news-list ul li:nth-child(3n+2) { margin-left:2%;}
.news-list ul li:nth-child(3n+3) { margin-left:2%;}
.news-list ul li .pic { height:220px;  }
.news-list ul li .con { padding:26px 20px 0 20px; }
.news-list ul li .con .tit { font-size:18px;}
/*yewu1500*/
.yewu { padding-top:70px; padding-bottom:70px; }
.yewu:after{ top:-72px; width:27%; height:200px; }
.yewu-left {top:70px; height:448px;}
.yewu-list { width:94%; }
.yewu-list ul li .icon { height:50px; }
.yewu-list ul li .des { padding:0 10px; }
.yewu-right { height:448px; padding:57px 60px 0 54%; }
.yewu-right .tit { font-size:32px; }
/*n-banner1500*/
.n-banner .tit { font-size:32px; }
/*n-pro1500*/
.n-pro { padding-top:60px; padding-bottom:60px; }
.n-pro-list ul li{ width:32%;}
.n-pro-list ul li:nth-child(3n+2) { margin-left:2%;}
.n-pro-list ul li:nth-child(3n+3) { margin-left:2%;}
.n-pro-list ul li .pic { height:243px; }
.n-pro-list ul li .con .tit { font-size:18px; padding:0 20px; }
.n-pro-list ul li .con .des { padding:0 20px; }
.n-pro-list ul li .con .more { padding:15px 20px 0 20px;}
/*n-public1500*/
.n-public {  font-size:32px; }
/*hezuo1500*/
.hezuo { padding-top:60px; padding-bottom:70px;}
.hezuo-list ul li { height:136px;}
/*n-about1500*/
.n-about-left { width:48.5%; }
.n-about-left .en { font-size:38px; margin-top:120px; }
.n-about-left .tit {  font-size:24px;  }
.n-about-right { width:50%; margin-top:72px; }
/*n-about-pic1500*/
.n-about-pic { padding-bottom:70px;}
.n-about-pic ul li { width:23.5%; height:185px;  }
.n-about-pic ul li:nth-child(4n+2) { margin-left:2%;}
.n-about-pic ul li:nth-child(4n+3) { margin-left:2%;}
.n-about-pic ul li:nth-child(4n+4) { margin-left:2%;}
/*view1500*/
.view-left { width:73%; }
.view-left .tit { font-size:28px; }
.view-left .other-left{ width:78.5%; }
.view-left .other-right{ width:15%; }
.view-right { width:25%; }
.view-right-li .list ul li .pic { width:30%; height:55px; }
.view-right-li .list ul li .con { width:64%; margin-left:6%; }
/*n-news-list1650*/
.n-news-list ul li .pic { width:29%; height:146px;}
.n-news-list ul li .con { width:65%; }
.n-news-list ul li .con .tit { margin-top:0; }



}

@media (max-width:1200px){
/*header1200*/
.header{height:86px;}
.header .logo{ height:86px;}
.header .nav ul li{ line-height:86px; } 
.h-tel { display:none; }
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:15px;}
/*public1200*/
.public .tit { font-size:28px; }
/*pro1200*/
.pro { padding-top:50px; padding-bottom:70px; }
.pro-list ul li{ height:171px;}
.pro-list ul li .con { padding:0 20px; }
.pro-list ul li:nth-child(1) { height:245px; }
.pro-list ul li:nth-child(1) .con .tit{ font-size:22px; }
.pro-list ul li:nth-child(2) { height:245px; }
.pro-list ul li:nth-child(2) .con .tit{ font-size:22px; }
/*about1200*/
.about { height:400px; }
.about-left { height:400px; }
.about-left .en { font-size:32px; margin-top:40px; }
.about-left .tit { font-size:22px; }
.about-left .des { margin-top:27px; }
.about-left .more { margin-top:30px; }
.about-right { height:400px; }
/*youshi1200*/
.youshi {  padding-top:40px; padding-bottom:60px; }
.youshi:after{ top:-27px; height:140px; }
.youshi-box ul li { padding:23px 16px 0 16px;  height:310px;  }
.youshi-box ul li .icon { height:50px; }
.youshi-box ul li .tit { font-size:20px; }
/*case1200*/
.case { padding-top:40px; padding-bottom:40px; }
.case-li .pic{ height:184px;}
/*yizhan1200*/
.yizhan { height:340px; }
.yizhan-left { padding-top:40px; }
.yizhan-left .tit { font-size:28px;  }
.yizhan-left .des { font-size:18px;  }
.yizhan-left .tel { font-size:18px;  }
/*news1200*/
.news { padding-top:60px; padding-bottom:60px; }
.news-list ul li .pic { height:187px;  }
.news-list ul li .con { height:186px; padding:16px 20px 0 20px; }
.news-more { margin-top:30px; }
/*yewu1200*/
.yewu { padding-top:50px; padding-bottom:50px; }
.yewu:after{ top:-52px; height:150px; }
.yewu-left {top:50px; height:400px;}
.yewu-list ul li .icon { height:40px; }
.yewu-right { height:400px; padding:37px 60px 0 54%; }
.yewu-right .tit { font-size:28px; }
/*n-banner1200*/
.n-banner .tit { font-size:28px; }
/*n-pro1200*/
.n-pro { padding-top:40px; padding-bottom:40px; }
.n-pro-list ul li .pic { height:206px; }
/*n-public1200*/
.n-public {  font-size:28px; }
/*hezuo1200*/
.hezuo { padding-top:50px; padding-bottom:60px;}
.hezuo-list ul li { height:116px;}
/*n-about1200*/
.n-about-left .en { font-size:32px; margin-top:60px; }
.n-about-left .tit { font-size:22px; }
.n-about-left .des { margin-top:27px; }
.n-about-left .more { margin-top:30px; }
.n-about-right { margin-top:52px; }
/*n-about-pic1200*/
.n-about-pic { padding-bottom:60px;}
.n-about-pic ul li { height:157px;  }
/*view1200*/
.view { padding-top:40px; }
.view-left .tit { font-size:24px; }
.view-right-li .ban { font-size:18px;  padding: 0 17px;}
.view-right-li .list { padding: 0 17px;}
.view-right-li .list ul li{ padding:15px 0;}
.view-right-li .list ul li .tit { font-size:16px;}
/*n-news-list1200*/
.n-news-list ul li { padding-top:20px; padding-bottom:23px;}
.n-news-list ul li .pic { height:123px;}
.n-news-list ul li .con .tit { font-size:18px; }
.n-news-list ul li .con .des { margin-top:8px; }
.n-news-list ul li .con .riqi { margin-top:12px; }

}


@media (max-width:992px){
/*header992*/
.header{ display:none;}
.header2{ display: block; } 
.header-wrap { display:block; height:60px;}
/*public992*/
.public .tit { font-size:24px; }
.public .des { font-size:16px; }
/*pro992*/
.pro { padding-top:40px; padding-bottom:50px; }
.pro-list ul li{ height:130px;}
.pro-list ul li .con { padding:0 10px; bottom:10px; }
.pro-list ul li .con .tit{ font-size:18px; }
.pro-list ul li:nth-child(1) { height:184px; }
.pro-list ul li:nth-child(1) .con { bottom:20px; }
.pro-list ul li:nth-child(1) .con .tit{ font-size:20px; }
.pro-list ul li:nth-child(2) { height:184px; }
.pro-list ul li:nth-child(2) .con { bottom:20px; }
.pro-list ul li:nth-child(2) .con .tit{ font-size:20px; }
/*about992*/
.about-left .en { font-size:26px; }
.about-left .tit { font-size:20px; }
.about-left .des { line-height:30px; }
/*youshi992*/
.youshi { padding-bottom:50px; }
.youshi:after { height:110px; }
.youshi-box ul li { height:260px;  }
.youshi-box ul li .icon { height:40px; }
.youshi-box ul li .tit { font-size:18px; }
.youshi-box ul li .des { font-size:14px; line-height:24px; }
/*case992*/
.case-list .swiper-button-prev { width:34px; height:34px;}
.case-list .swiper-button-next { width:34px; height:34px; }
/*yizhan992*/
.yizhan { height:300px; }
.yizhan-left { padding-top:40px; }
.yizhan-left .tit { font-size:24px;  }
.yizhan-left .des { font-size:16px;  }
.yizhan-left .tel { font-size:16px; height:38px; line-height:38px; width:200px;  }
/*news992*/
.news { padding-top:50px; padding-bottom:50px; }
.news-list ul li .pic { height:140px;  }
/*yewu992*/
.yewu:after { height:100px;}
.yewu-left { position:relative; top:auto; left:auto; width:100%; height: 300px; }
.yewu-list { width:100%; float:none; }
.yewu-right { width:100%; float:none; padding:37px 4% 0 4%; }
.yewu-right .tit { font-size:24px; }
/*n-banner992*/
.n-banner .tit { font-size:24px; }
/*n-pro992*/
.n-pro { padding-top:30px; padding-bottom:30px; }
.n-pro-list ul li .pic { height:155px; }
/*n-public992*/
.n-public {  font-size:24px; }
/*hezuo992*/
.hezuo { padding-top:40px; padding-bottom:50px;}
.hezuo-list ul li { height:96px;}
/*n-about992*/
.n-about-left .en { font-size:26px; margin-top:50px; }
.n-about-left .tit { font-size:20px; }
.n-about-left .des { line-height:30px; }
.n-about-right { margin-top:52px; }
/*n-about-pic992*/
.n-about-pic { padding-bottom:50px;}
.n-about-pic ul li { height:118px;  }
/*view992*/
.view { padding-top:30px; padding-bottom: 40px; }
.view-left { float:none; width:100%; }
.view-left .tit { font-size:22px; }
.view-right { float:none; width:100%; margin-top:20px; }

}

@media (max-width:767px){
/*header768*/
.f_nav { display:block;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets { bottom:9px;}
/*public767*/
.public .tit { font-size:20px; font-weight:bold; }
.public .des { font-size:14px; }
/*pro767*/
.pro { padding-top:30px; padding-bottom:30px; }
.pro-list ul li{ width:48.5%; height:130px; margin-top:14px;}
.pro-list ul li:nth-child(2) { margin-left:0;}
.pro-list ul li:nth-child(4) { margin-left:0;}
.pro-list ul li:nth-child(5) { margin-left:0;}
.pro-list ul li:nth-child(6) { margin-left:0;}
.pro-list ul li:nth-child(even) { margin-left:3%; }
.pro-list ul li .con .tit{ font-size:16px; }
.pro-list ul li:nth-child(1) { width:48.5%; height:130px; }
.pro-list ul li:nth-child(1) .con { bottom:10px; }
.pro-list ul li:nth-child(1) .con .tit{ font-size:16px; }
.pro-list ul li:nth-child(1) .con .des{ display:none; }
.pro-list ul li:nth-child(2) { width:48.5%; height:130px; }
.pro-list ul li:nth-child(2) .con { bottom:10px; }
.pro-list ul li:nth-child(2) .con .tit{ font-size:16px; }
.pro-list ul li:nth-child(2) .con .des{ display:none; }
/*about767*/
.about { height:auto; padding-bottom:20px; }
.about-left { float:none; width:100%; padding-right:0; height:auto; padding-bottom:30px; }
.about-left .en { font-size:18px; margin-top:30px; }
.about-left .tit { font-size:20px; font-weight:bold;  }
.about-left .des { line-height:30px; margin-top:17px; padding-right:0;}
.about-left .more { width:120px; height:38px; line-height:38px; margin-top:20px; }
.about-right { position:relative; right:auto; top:auto; float:none; width:100%; height:auto; }
/*youshi767*/
.youshi { padding-bottom:40px; }
.youshi:after { width:30%; top:-10px; height:90px; }
.youshi-box { margin-top:20px;}
.youshi-box ul li { width:50%; height:170px; padding: 18px 15px 0 15px;  }
.youshi-box ul li:nth-child(1) { width:100%; }
.youshi-box ul li:before{content:""; position:absolute; left:0; top:0; width:100%; height:1px; background-color:#f4f4f4; }
.youshi-box ul li .icon { height:30px; }
.youshi-box ul li .tit { font-size:16px; font-weight:bold; }
.youshi-box ul li .des {-webkit-line-clamp: 2;}
/*case767*/
.case { padding-top:30px; padding-bottom:30px; }
.case-list { margin-top:30px;}
.case-list .swiper-container { width:100%; } 
.case-list .swiper-button-prev { display:none; }
.case-list .swiper-button-next { display:none; }
.case-li .pic{ height:115px;}
.case-li .con { padding: 14px 10px 0 10px; height:116px; }
.case-li .tit { font-size: 16px; }
.case-li .des { font-size: 14px; line-height:24px; }
/*yizhan767*/
.yizhan { height:auto; padding-bottom:40px; }
.yizhan-left { float:none; width:100%; padding-top:30px; }
.yizhan-left .tit { font-size:20px;  }
.yizhan-left .des { margin-top:10px;}
.yizhan-left .tel { margin-top:17px;}
/*news767*/
.news { padding-top:40px; padding-bottom:40px; }
.news-list { margin-top:0; }
.news-list ul li { width:48.5%; margin-top:20px; }
.news-list ul li:nth-child(3n+2) { margin-left:0;}
.news-list ul li:nth-child(3n+3) { margin-left:0;}
.news-list ul li:nth-child(even) { margin-left:3%; }
.news-list ul li:nth-child(3) { display:none; }
.news-list ul li .pic { height:104px; }
.news-list ul li .con { height:140px; padding:10px 10px 0 10px; }
.news-list ul li .con .tit { font-size:16px; }
.news-list ul li .con .riqi { font-size:14px; margin-top:12px; }
.news-list ul li .con .des { font-size:14px; margin-top:12px; }
.news-more { width:120px; height:38px; line-height:38px; margin-top:20px; }
/*yewu767*/
.yewu { padding-top:30px; padding-bottom:30px; }
.yewu:after { top: -22px; height: 60px;}
.yewu-left { height:auto;}
.yewu-list { position:relative; right:auto; bottom:auto; height:auto; padding-bottom:30px;}
.yewu-list ul li { float:none; width:100%; padding-top:14px; }
.yewu-list ul li .icon { height: 30px;}
.yewu-list ul li .des { margin-top:5px; font-size:16px; }
.yewu-right { height:300px;padding:22px 4% 0 4%; }
.yewu-right .tit { font-size: 20px; font-weight:bold; }
.yewu-right .tit:after { bottom:-15px; }
.yewu-right .des { margin-top:28px; font-size: 14px;}
.yewu-right .con ul li { margin-top:13px; }
.yewu-right .con ul li input[type=text] { padding-left:8px; height:44px;}
.yewu-right .con ul li textarea { padding-left:8px; height:44px; line-height:42px;}
.yewu-right .con ul li input[type=submit] { height:44px; font-size:16px; }
/*footer767*/
.f-left { float:none; width:100%; margin-top:17px; }
.f-nav { display:none; }
.f-right { float:none; margin-top:30px; }
/*右侧漂浮767*/
.slider-bg{width:40px;bottom:40px;}
.slider-bg .toolbar_btn a{ height:40px;}
.slider-bg .toolbar_btn a samp{height:40px;width:40px;}
.slider-bg .toolbar_btn a em{right:50px;height:40px;}
.slider-bg .toolbar_btn a b { height:40px; right:42px;}
.slider-bg .iconi {  height: 40px;}
/*n-banner767*/
.n-banner .tit { width:100%; left:0; font-size:20px; margin-left:0; top:30%; }
/*n-pro767*/
.n-pro-list ul li { width:48.5%;}
.n-pro-list ul li:nth-child(3n+2) { margin-left:0;}
.n-pro-list ul li:nth-child(3n+3) { margin-left:0;}
.n-pro-list ul li:nth-child(even) { margin-left:3%; }
.n-pro-list ul li .pic { height:114px; }
.n-pro-list ul li .con { height:150px; padding-top: 14px;}
.n-pro-list ul li .con .tit { font-size: 16px; padding: 0 10px;}
.n-pro-list ul li .con .des { padding: 0 10px; font-size:14px; line-height:20px; height:40px;}
.n-pro-list ul li .con .more { padding: 15px 10px 0 10px; font-size: 14px; }
/*n-public767*/
.n-public {  font-size:20px; }
.n-pro .n-public { margin-bottom: 30px;}
/*hezuo767*/
.hezuo { padding-top:30px; padding-bottom:40px;}
.hezuo-list { margin-top: 30px;}
.hezuo-list ul li { width:50%; height:86px;}
/*n-about767*/
.n-about { padding-bottom:30px; }
.n-about-left { float:none; width:100%; }
.n-about-left .en { font-size:18px; margin-top:30px; }
.n-about-left .tit { font-size:20px; font-weight:bold;  }
.n-about-left .des { line-height:30px; margin-top:17px; padding-right:0;}
.n-about-right {  float:none; width:100%;  margin-top:32px; }
/*n-about-pic767*/
.n-about-pic { padding-bottom:40px;}
.n-about-pic ul li { width:48.5%; margin-bottom:10px; }
.n-about-pic ul li:nth-child(4n+2) { margin-left:0;}
.n-about-pic ul li:nth-child(4n+3) { margin-left:0;}
.n-about-pic ul li:nth-child(4n+4) { margin-left:0;}
.n-about-pic ul li:nth-child(even) { margin-left:3%; }
/*view767*/
.view-left { width:100%;}
.view-left .tit { font-size:19px; }
.view-left .riqi { margin-top:8px; }
.view-left .show { padding-top:18px; padding-bottom: 20px;}
.view-left .other { padding-top:20px; }
.view-left .other-left{ float:none; width:100%; }
.view-left .other-right{ float:none; width:100%; margin-top:20px; }
/*n-news-list676*/
.n-news-list ul li { padding-top:10px; padding-bottom:13px;}
.n-news-list ul li .pic { margin-top:10px;}
.n-news-list ul li .con .tit { font-size:16px; }
.n-news-list ul li .con .des {font-size:14px; line-height:20px; }
.n-news-list ul li .con .riqi {font-size:14px; }

}
@media (max-width:400px){
	.n-news-list ul li .pic { height:70px;}
}

@media (max-width:350px){
.header2 .logo{width:260px;}


}



