@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,Source Han Sans CN,sans-serif; background:#fff;overflow-x:hidden;text-align:left;position:relative;font-size:16px;color:#000}
img{border:none}
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,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,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;}
i{ font-style:normal;}
.wrap{width:1600px;position:relative;max-width:100%;margin:0 auto}
.wrap::after{content:"";display:block;clear:both}
/*自定义*/
/*welcome*/
.welcome { background-color:#eeeeee; color:#4d4c4c; font-size:16px; line-height:35px;  }
.welcome-left { float:left; }
.welcome-right { float:right; }
.welcome-right img { width:18px; vertical-align:middle; margin-right:5px; margin-left:20px; transform: translateY(-2px);  }
/*header*/
.header {height:160px; }
.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; }
.header .nav{float:right;  }
.header .nav ul li{float:left; width:auto; color:#000000; font-size:20px; line-height:160px; font-weight:bold; margin-left:65px; position:relative; text-transform:uppercase; } 
.header .nav ul li a { display:block; color:#000000;  }
.header .nav ul li:hover a { color:#01957e;  }
.header .nav ul li.active a { color:#01957e;  }
.header .nav ul li .sub { position: absolute;width:200%;left:-50%; text-align:center; top:160px;z-index:30000; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
.header .nav ul li .sub ul li { float:left; min-width:auto; width:100%; line-height:45px; position:relative;text-align:center;  margin:0; padding:0; font-size:15px; font-weight:normal;  background-color:#FFF;}
.header .nav ul li .sub ul li a { color:#000000; }
.header .nav ul li .sub ul li:hover { background-color:#01957e;  color:#ffffff;}
.header .nav ul li .sub ul li:hover a { color:#ffffff;}
/*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:40px;margin-top:10px;overflow:hidden;  float: left; display: inline;}
.header2 .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: left;}
.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:#01957e; font-size:16px; line-height:1; position:absolute; right:-10px; top:-8px; display:none; }
.header2 .nav-btn.active{-webkit-animation:rotate .5s linear 0s;animation:rotate .5s linear 0s}
.header2 .nav-btn .line{display:block;width:100%;height:2px;border-radius:2px;background-color:#01957e;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:#01957e}
.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; } 
.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 { position:relative; }
.banner .swiper{width:100%;height:100%}
.banner .swiper-slide{display:flex;justify-content:center;align-items:center}
.banner .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
.banner .swiper-pagination-bullet { background: #ffffff; opacity:0.5; }
.banner .swiper-pagination-bullet-active { background-color:#ffffff; opacity:1;  }
/*分页*/
.pagination{padding-left:0;margin:40px 0;border-radius:4px;text-align:center;width:100%}
ul.pagination{display:inline-block;width:auto}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#01957e;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:3;color:#fff;cursor:default;background-color:#01957e;border-color:#01957e}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
/*i-public*/
.i-public { text-align:center; }
.i-public .tit { color:#01957e; font-size:60px; line-height:1.6; }
.i-public .des { color:#807f7f; font-size:18px; line-height:1.6; padding:0 28%; }
/*i-what*/
.i-what { padding-top:70px; padding-bottom:100px; }
.i-what-list { padding-top:50px; }
.i-what-list ul li { float:left; width:512px; height:222px; border:#eaeaea solid 1px; border-radius:5px; margin-top:32px; }
.i-what-list ul li:nth-child(3n+2) { margin-left:32px;}
.i-what-list ul li:nth-child(3n+3) { margin-left:32px;}
.i-what-list ul li .pic { float:left; width:142px; margin-left:25px; margin-top:43px; }
.i-what-list ul li .pic img {max-width: 100%;max-height: 100%;vertical-align: middle; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);border-radius:50%; }
.i-what-list ul li .con { float:right; width:295px; margin-right:25px; margin-top:40px; }
.i-what-list ul li .con .tit { color:#151616; font-size:26px; line-height:1.5; font-weight:bold; text-transform:uppercase;}
.i-what-list ul li .con .des { color:#3e3f3f; font-size:16px; line-height:25px; height:50px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; margin-top:5px; }
.i-what-list ul li .con .more { color:#656666; font-size:16px; line-height:1.5; margin-top:10px; }
.i-what-list ul li .con .more i { display:inline-block; width:21px; height:21px; background:url(../images/what-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); }
/*i-pro*/
.i-pro { background-color:#f8f7f7; padding-top:70px; padding-bottom:45px; }
.i-pro-list { padding-top:40px; }
.i-pro-list ul li { float:left; width:380px; text-align:center; margin-bottom:26px; }
.i-pro-list ul li:nth-child(4n+2) { margin-left:26.66px;}
.i-pro-list ul li:nth-child(4n+3) { margin-left:26.66px;}
.i-pro-list ul li:nth-child(4n+4) { margin-left:26.66px;}
.i-pro-list ul li .pic { height:305px; display: flex;  align-items: center; justify-content: center; background-color:#FFF; border:#eaeaea solid 1px; border-radius:5px; overflow:hidden;  }
.i-pro-list ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.i-pro-list ul li .tit { color:#151616; font-size:20px; line-height:28px; height:56px; ext-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; padding:0 60px; margin-top:14px; }
.i-pro-list ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
.i-pro-list ul li:hover .tit { color:#01957e; }
.i-pro-more { width:260px; height:50px; margin:0 auto; background-color:#01957e; text-align:center; border-radius:5px; color:#ffffff; font-size:20px; line-height:50px; margin-top:65px; }
.i-pro-more a { display:block; color:#ffffff;  }
.i-pro-more i { display:inline-block; width:21px; height:21px; background:url(../images/pro-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); } 
.i-pro-more:hover { opacity:0.8; }
/*i-about*/
.i-about { padding-top:80px; padding-bottom:100px; }
.i-about-show { color:#000000; font-size:20px; line-height:2; margin-top:34px; }
.i-about-show img { width:100%; margin-bottom:35px; }
.i-about-show h3 { font-size:40px; line-height:1.25;  }
.i-about-show hr { width:200px; height:5px; background-color:#01957e; margin-top:20px; margin-bottom:20px; }
.i-about-more { width:260px; height:50px; background-color:#01957e; text-align:center; border-radius:5px; color:#ffffff; font-size:20px; line-height:50px; margin-top:30px; }
.i-about-more a { display:block; color:#ffffff;  }
.i-about-more i { display:inline-block; width:21px; height:21px; background:url(../images/pro-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); } 
.i-about-more:hover { opacity:0.8; }
/*footer*/
.footer { background: #363535 url(../images/footer-bg.jpg) no-repeat center center; background-size:cover; color:#c8c8c8; font-size:18px; line-height:1.8; padding-top:70px; padding-bottom:80px;  }
.footer a:hover { color:#ffffff; }
.f-left { float:left; width:880px; }
.f-right { float:right; width:600px; }
.f-ban { font-size:24px; font-weight:bold; text-transform:uppercase; }
.f-ban img { width:36px; vertical-align:middle; margin-right:10px; transform: translateY(-2px);  }
.f-contact { margin-top:30px; }
.f-contact-left { float:left; width:640px; }
.f-contact-left p { margin-bottom:10px; }
.f-contact-right { float:right; width:160px; text-align:center; }
.f-contact-right img { max-width:100%; }
.f-form { padding-top:35px;  }
.f-form input[type=text] { width:280px; padding-left:10px; height:50px; color:#ffffff; font-size:16px; border:none; border-bottom:#6f6f6f solid 1px;  background-color:transparent;}
.f-form input[type=text]:nth-child(2) { float:right; }
.f-form textarea { width:100%; padding-left:10px; height:90px; margin-top:15px; color:#ffffff; font-size:16px; border:none; border-bottom:#6f6f6f solid 1px;  background-color:transparent;outline: none; line-height:50px; resize:none}
.f-form .submit { margin-top:25px; width:260px; text-align:center; height:50px; background-color:#01957e; color:#ffffff; font-size:20px;  border-radius:5px; cursor:pointer; border:none;}
.f-form .submit i { display:inline-block; width:21px; height:21px; background:url(../images/pro-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); } 
.f-form .submit:hover { background-color:#34aa98; }
/*f-copy*/
.f-copy { background-color:#222222; text-align:center; color:#a1a1a1; font-size:18px; line-height:2; padding-top:20px; padding-bottom:20px; }
.f-copy a:hover { color:#ffffff; }
/*n-banner*/
.n-banner { height:300px; position:relative; background-color:#01957e; }
.n-banner .pic { width:100%; height:100%; }
.n-banner .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.n-banner .con { position:absolute; top:40px; left:0; width:100%; text-align:center; color:#ffffff; font-size:60px; line-height:1.5; font-weight:bold; text-transform:uppercase; }
.n-banner .con h3 { font-size:80px; }
.n-banner .n-position { position:absolute; right:8.5%; bottom:25px; color:#ffffff; font-size:20px; line-height:1.5;  }
.n-banner .n-position i { display:inline-block; width:20px; height:20px; background:url(../images/home.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; transform: translateY(-2px); }
.n-banner .n-position a:hover { text-decoration:underline; }
/*n-main*/
.n-main { min-height:500px; padding-top:30px; padding-bottom:40px; }
.n-page { color:#000000; font-size:20px; line-height:2; padding-top:20px; padding-bottom:30px; }
.n-page h3 { font-size:40px; margin-bottom:10px; }
/*n-left*/
.n-left { float:left; width:370px; padding-top:30px;  }
.n-right { float:right; width:1194px; }
/*n-pro-list*/
.n-pro-list { padding-top:30px; }
.n-pro-list ul li { float:left; width:380px; text-align:center; margin-bottom:26px; }
.n-pro-list ul li:nth-child(3n+2) { margin-left:26.66px;}
.n-pro-list ul li:nth-child(3n+3) { margin-left:26.66px;}
.n-pro-list ul li .pic { height:305px; display: flex;  align-items: center; justify-content: center; background-color:#FFF; border:#eaeaea solid 1px; border-radius:5px; overflow:hidden;  }
.n-pro-list ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.n-pro-list ul li .tit { color:#151616; font-size:20px; line-height:28px; height:56px; ext-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; padding:0 60px; margin-top:14px; }
.n-pro-list ul li:hover .pic img {transform: scale(1.05);transition: 0.5s;}
.n-pro-list ul li:hover .tit { color:#01957e; }
/*n-left-ban*/
.n-left-ban { height:116px; background-color:#01957e; text-align:center; display: flex;  align-items: center; justify-content: center; }
.n-left-ban img{max-width: 59%;max-height: 100%;vertical-align: middle; transform: translateY(15px); }
.n-left-sub { border:#01957e solid 10px; padding:10px; }
.n-left-one {color:#000000; font-size:20px; line-height:1.33; padding:15px 55px 15px 20px;  position:relative; border-top:#eeeeee solid 1px; font-weight:bold;  }
.n-left-one:first-child { border-top:none; }
.n-left-one a { display:block; color:#000000;}
.n-left-one a:hover { color:#01957e; }
.n-left-one.active a { color:#01957e; }
.n-left-one span { position:absolute; right:10px; top:50%; width:30px; height:30px; margin-top:-15px; background:  url(../images/jia.png) no-repeat center center; background-size:100% 100%; cursor:pointer; transition: all 0.5s ease 0s; }
.n-left-one.active2 span {transform:rotate(90deg); }
.n-left-one-list { display:none; border-top:#eeeeee solid 1px; padding-bottom:10px; }
.n-left-two {position:relative; margin-top:10px; }
.n-left-two a  { display:block; color:#525151; font-size:18px; line-height:1.33;  padding:10px 55px 10px 20px;  cursor:pointer; background-color:#ffffff; overflow:hidden; }
.n-left-two a:hover { color:#ffffff; background-color:#01957e; }
.n-left-two.active a { color:#ffffff; background-color:#01957e; }
.n-left-two-list { display:none; }
/*n-newlist*/
.n-newlist { height:auto;  }
.n-newlist ul li { border:#e5e5e5 solid 1px; padding:5px 30px 30px 30px; margin-top:30px; }
.n-newlist ul li .con { position:relative; }
.n-newlist ul li .con .tit { color:#111111; font-size:20px; line-height:65px; border-bottom:#ebebeb solid 1px; padding-right:160px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-newlist ul li .con .des { color:#777777; font-size:16px; line-height:30px; height:90px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; margin-top:17px; }
.n-newlist ul li .con .date { color:#010101; font-size:16px; line-height:65px; position:absolute; right:0; top:0; }
.n-newlist ul li .con .date i { display:inline-block; width:23px; height:23px; background:url(../images/time.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.n-newlist ul li:hover { border:#01957e solid 1px; }
.n-newlist ul li:hover .con .tit { color:#01957e; }
/*n-newshow*/
.n-newshow {padding:30px 0 20px 0; min-height:600px; }
.n-tit {font-size:24px; line-height:2; color:#333333; text-align:center;}
.n-des {font-size:14px; line-height:2; color:#666666; text-align:center; border-bottom:#eeeeee solid 1px; padding-bottom:10px; margin-bottom:10px; margin-top:7px;}
.n-show { font-size:16px; line-height:2; color:#333333; }
.n-show img { max-width:100%;}



@media (max-width:1750px){
.wrap{width:83%}
/*welcome1650*/
.welcome { font-size:13px; line-height:30px;  }
.welcome-right img { width:16px;  margin-left:15px; transform: translateY(-1px);  }
/*header1650*/
.header {height:125px; }
.header .logo{ height:125px; width:22.6%; }
.header .nav ul li{ font-size:16px; line-height:125px; margin-left:50px; } 
.header .nav ul li .sub { top:125px; }
/*i-public1650*/
.i-public .tit { font-size:46px; }
.i-public .des { font-size:14px; padding:0 18%; }
/*i-what1650*/
.i-what { padding-top:50px; padding-bottom:80px; }
.i-what-list { padding-top:40px; }
.i-what-list ul li { width:32%; height:175px; margin-top:20px; }
.i-what-list ul li:nth-child(3n+2) { margin-left:2%;}
.i-what-list ul li:nth-child(3n+3) { margin-left:2%;}
.i-what-list ul li .pic { width:27%; margin-left:4%; margin-top:35px; }
.i-what-list ul li .con { width:57%; margin-right:4%; margin-top:35px; }
.i-what-list ul li .con .tit { font-size:20px; }
.i-what-list ul li .con .des { font-size:14px; line-height:20px; height:40px; margin-top:4px; }
.i-what-list ul li .con .more { font-size:14px; margin-top:8px; }
.i-what-list ul li .con .more i { width:19px; height:19px; }
/*i-pro1650*/
.i-pro { padding-top:50px; padding-bottom:30px; }
.i-pro-list { padding-top:30px; }
.i-pro-list ul li { width:23.5%; margin-bottom:21px; }
.i-pro-list ul li:nth-child(4n+2) { margin-left:2%;}
.i-pro-list ul li:nth-child(4n+3) { margin-left:2%;}
.i-pro-list ul li:nth-child(4n+4) { margin-left:2%;}
.i-pro-list ul li .pic { height:240px; }
.i-pro-list ul li .tit {font-size:16px; line-height:22px; height:44px; padding:0 30px; margin-top:12px; }
.i-pro-more { width:200px; height:40px; font-size:16px; line-height:40px; margin-top:50px; }
.i-pro-more i { width:19px; height:19px; } 
/*i-about1650*/
.i-about { padding-top:60px; padding-bottom:80px; }
.i-about-show { font-size:16px; margin-top:29px; }
.i-about-show img { margin-bottom:30px; }
.i-about-show h3 { font-size:32px; }
.i-about-show hr { width:150px; height:4px; margin-top:15px; margin-bottom:15px; }
.i-about-more { width:200px; height:40px; font-size:16px; line-height:40px; margin-top:25px; }
.i-about-more i { width:19px; height:19px; } 
/*footer1650*/
.footer { font-size:14px; padding-top:50px; padding-bottom:60px;  }
.f-left { width:55%; }
.f-right { width:37.5%; }
.f-ban { font-size:20px;  }
.f-ban img { width:34px; margin-right:8px; transform: translateY(-1px);  }
.f-contact { margin-top:25px; }
.f-contact-left { width:72%; }
.f-contact-left p { margin-bottom:8px; }
.f-contact-right { width:18%; }
.f-form { padding-top:30px;  }
.f-form input[type=text] { width:47%; padding-left:8px; height:40px; font-size:14px; }
.f-form textarea {padding-left:8px; height:70px; margin-top:10px; font-size:14px; line-height:40px; }
.f-form .submit { margin-top:20px; width:200px; height:40px; font-size:16px; line-height:40px;  }
.f-form .submit i { width:19px; height:19px; } 
/*f-copy1650*/
.f-copy { font-size:14px; padding-top:15px; padding-bottom:15px; }
/*n-banner1650*/
.n-banner { height:235px; }
.n-banner .con { top:35px; font-size:46px; }
.n-banner .con h3 { font-size:62px; }
.n-banner .n-position { bottom:20px; font-size:18px; }
.n-banner .n-position i { width:18px; height:18px; }
/*n-main1650*/
.n-main { min-height:450px; padding-top:25px; padding-bottom:35px; }
.n-page { font-size:18px; padding-top:15px; padding-bottom:25px; }
.n-page h3 { font-size:31px; margin-bottom:8px; }
/*n-left1650*/
.n-left { width:23.5%; padding-top:20px; }
.n-right { width:74.5%; }
/*n-pro-list1650*/
.n-pro-list { padding-top:20px; }
.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:240px; }
.n-pro-list ul li .tit {font-size:16px; line-height:22px; height:44px; padding:0 30px; margin-top:12px; }
/*n-left-ban1650*/
.n-left-ban { height:90px; }
.n-left-ban img{ transform: translateY(15px); }
.n-left-sub { border:#01957e solid 8px; padding:8px; }
.n-left-one { font-size:16px; padding:13px 53px 13px 18px;  }
.n-left-one span { right:8px; width:28px; height:28px; margin-top:-14px; }
.n-left-one-list { padding-bottom:8px; }
.n-left-two { margin-top:8px; }
.n-left-two a  { font-size:15px; padding:8px 53px 8px 18px; }
/*n-newlist1650*/
.n-newlist ul li { padding:4px 25px 25px 25px; margin-top:25px; }
.n-newlist ul li .con .tit { font-size:16px; line-height:50px; padding-right:150px;  }
.n-newlist ul li .con .des { font-size:15px; line-height:26px; height:78px; margin-top:15px; }
.n-newlist ul li .con .date { font-size:15px; line-height:50px; }
.n-newlist ul li .con .date i { width:21px; height:21px; margin-right:9px; }
/*n-newshow1650*/
.n-newshow {padding:25px 0 20px 0; min-height:550px; }
.n-tit {font-size:22px; }

}

@media (max-width:1400px){

/*header1400*/
.header {height:100px; }
.header .logo{ height:100px; }
.header .nav ul li{ line-height:100px; margin-left:40px; } 
.header .nav ul li .sub { top:100px; }
/*i-public1400*/
.i-public .tit { font-size:40px; }
.i-public .des { padding:0 8%; }
/*i-about1400*/
.i-about-show h3 { font-size:27px; }
/*n-banner1400*/
.n-banner { height:200px; }
.n-banner .con { top:30px; font-size:40px; }
.n-banner .con h3 { font-size:54px; }
.n-banner .n-position { bottom:15px; font-size:16px; }
.n-banner .n-position i { width:16px; height:16px; }
/*n-main1400*/
.n-main { min-height:400px; padding-top:20px; padding-bottom:30px; }
.n-page { font-size:16px; padding-top:10px; padding-bottom:20px; }
.n-page h3 { font-size:27px; margin-bottom:6px; }
/*n-left-ban1400*/
.n-left-ban { height:77px; }
.n-left-ban img{ transform: translateY(15px); }
.n-left-sub { border:#01957e solid 6px; padding:6px; }
.n-left-one { font-size:15px; padding:11px 51px 11px 16px;   }
.n-left-one span { right:6px; width:26px; height:26px; margin-top:-13px; }
.n-left-one-list { padding-bottom:6px; }
.n-left-two { margin-top:6px; }
.n-left-two a   { padding:6px 51px 6px 16px; }
/*n-newlist1400*/
.n-newlist ul li { padding:3px 20px 20px 20px; margin-top:20px; }
.n-newlist ul li .con .tit { line-height:40px; }
.n-newlist ul li .con .des { margin-top:13px; }
.n-newlist ul li .con .date { line-height:40px; }
.n-newlist ul li .con .date i { width:19px; height:19px; margin-right:8px; }
/*n-newshow1400*/
.n-newshow {padding:20px 0 20px 0;  min-height:500px; }
.n-tit {font-size:20px;}

}

@media (max-width:1200px){
.wrap{width:94%}
/*i-public1200*/
.i-public .tit { font-size:34px; }
/*i-about1200*/
.i-about-show h3 { font-size:23px; }
/*n-banner1200*/
.n-banner { height:175px; }
.n-banner .con { top:25px; font-size:34px; }
.n-banner .con h3 { font-size:45px; }
.n-banner .n-position { bottom:10px; font-size:15px; }
.n-banner .n-position i { width:14px; height:14px; }
/*n-main1200*/
.n-main { min-height:350px; padding-top:15px; padding-bottom:25px; }
.n-page { padding-top:8px; padding-bottom:18px; }
.n-page h3 { font-size:23px; margin-bottom:4px; }
.n-banner .n-position { right:3%; }
/*n-newlist1200*/
.n-newlist ul li { padding:2px 15px 15px 15px; margin-top:15px; }
.n-newlist ul li .con .tit { line-height:36px; }
.n-newlist ul li .con .des { margin-top:11px; }
.n-newlist ul li .con .date { line-height:36px; }
.n-newlist ul li .con .date i { width:17px; height:17px; margin-right:7px; }
/*n-newshow1200*/
.n-newshow {min-height:450px; }
.n-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;}
/*i-public992*/
.i-public .tit { font-size:26px; }
/*i-what992*/
.i-what { padding-top: 30px; padding-bottom:60px;}
.i-what-list { padding-top: 20px;}
.i-what-list ul li { width:48.5%; }
.i-what-list ul li:nth-child(3n+2) { margin-left:0;}
.i-what-list ul li:nth-child(3n+3) { margin-left:0;}
.i-what-list ul li:nth-child(even) { margin-left:3%; }
/*i-pro992*/
.i-pro { padding-top: 30px;  padding-bottom:20px; }
.i-pro-list { padding-top: 20px; }
.i-pro-list ul li { width:32%; }
.i-pro-list ul li:nth-child(4n+2) { margin-left:0;}
.i-pro-list ul li:nth-child(4n+3) { margin-left:0;}
.i-pro-list ul li:nth-child(4n+4) { margin-left:0;}
.i-pro-list ul li:nth-child(3n+2) { margin-left:2%;}
.i-pro-list ul li:nth-child(3n+3) { margin-left:2%;}
/*i-about992*/
.i-about { padding-top: 40px; padding-bottom: 60px; }
.i-about-show { margin-top: 24px; }
.i-about-show h3 { font-size:18px; }
.i-about-show img { margin-bottom: 25px; }
/*footer992*/
.f-left { float:none; width: 100%;} 
.f-right { float:none; width: 100%; margin-top:30px; } 
.f-ban {  font-size: 18px;}
.f-ban img { width: 32px; margin-right: 6px; }
/*n-banner992*/
.n-banner { height:135px; }
.n-banner .con { top:20px; font-size:26px; }
.n-banner .con h3 { font-size:35px; }
/*n-left992*/
.n-left { float:none; width:100%; margin-top:20px; }
.n-right { float:none; width:100%; }
/*n-pro992*/
.n-pro-list { padding-top: 10px; }
/*n-newlist992*/
.n-newlist ul li { padding:2px 10px 10px 10px; margin-top:10px; }
.n-newlist ul li .con .des { margin-top:9px; }
.n-newlist ul li .con .date i { width:15px; height:15px; margin-right:6px; }
/*n-newshow992*/
.n-newshow { min-height:400px;}

}

@media (max-width:767px){
.wrap{width:80%}
/*i-public767*/
.i-public .tit { font-size:22px; }
.i-public .des { padding:0; }
/*i-what767*/
.i-what-list { padding-top:10px; }
.i-what-list ul li { float:none; width:100%; height:140px; }
.i-what-list ul li:nth-child(even) { margin-left:0; }
.i-what-list ul li .pic { margin-top:20px; }
.i-what-list ul li .con{ margin-top:15px; }
/*i-pro767*/
.i-pro-list ul li { width:48.5%; }
.i-pro-list ul li:nth-child(3n+2) { margin-left:0;}
.i-pro-list ul li:nth-child(3n+3) { margin-left:0;}
.i-pro-list ul li:nth-child(even) { margin-left:3%; }
.i-pro-list ul li .pic { height: 160px; }
.i-pro-list ul li .tit { padding:0; }
/*footer767*/
.f-contact { margin-top: 20px; }
.f-contact-left { float:none; width:100%; }
.f-contact-right { float:none; width:100%; margin-top:30px; }
.f-form { padding-top: 20px; }
/*n-banner767*/
.n-banner { height:120px; }
.n-banner .con { top:25px; font-size:16px; }
.n-banner .con h3 { font-size:20px; }
.n-banner .n-position { bottom:5px; }
.n-banner .n-position { right:10%; }
/*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: 160px; }
.n-pro-list ul li .tit { padding:0; }
/*n-newlist767*/
.n-newlist ul li .con { float:none; width:100%; margin-top:10px; }
.n-newlist ul li .con .tit { padding-right:0; }
.n-newlist ul li .con .date { position:relative; top:auto; right:auto; }
.n-newlist ul li .con .date i { width:13px; height:13px; margin-right:5px; }
/*n-newshow767*/
.n-newshow {padding:10px 0 15px 0;  min-height:350px;}
.n-tit { font-weight:bold;  }

}

@media (max-width:500px){
.wrap{width:94%}
.n-banner .n-position { right:3%; }

}

