@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:Arial, Helvetica, 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:Arial, Helvetica, 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:Arial, Helvetica, 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}
/*自定义*/
body{ font-family:Arial, Helvetica, sans-serif; }
/*header*/
.header {height:180px; position:relative; }
.header .logo{float:left; height:180px;  }
.header .logo a { 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; }
.h-tag { float:right; margin-top:28px; }
.h-tag ul li { float:left; color:#091452; font-size:18px; line-height:2; font-weight:bold;text-transform:uppercase; margin-left:50px; position:relative; }
.h-tag ul li::after{content:""; position:absolute; left:-25px; top:50%; margin-top:-10px; width:1px; height:20px; background-color:#0e7b12; }
.h-tag ul li:first-child::after { display:none; }
.h-tag ul li.search-open:hover { color:#f49902; }
.h-tag ul li a:hover { color:#f49902; }
.h-tag ul li i { display:inline-block; width:20px; height:20px; background:url(../images/h-tel.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.h-tag ul li i.h-tel{background:url(../images/h-tel.png) no-repeat center center; background-size:100% 100%; }
.h-tag ul li i.h-email{background:url(../images/h-email.png) no-repeat center center; background-size:100% 100%; }
.h-tag ul li i.h-search{background:url(../images/h-search.png) no-repeat center center; background-size:100% 100%; }
.h-tag ul li i.h-lag{background:url(../images/h-lag.png) no-repeat center center; background-size:100% 100%; }
.header .nav{float:right; margin-top:5px;}
.header .nav ul li{float:left; width:auto; color:#091452; font-size:22px; line-height:112px; margin-left:60px; position:relative; font-weight:bold; } 
.header .nav ul li>a i{display:inline-block;width:13px;height:13px;background:url(../images/nav-icon.png) no-repeat center center;background-size:100% 100%;vertical-align:middle;margin-left:5px;transition:all .5s ease 0s}
.header .nav ul li:hover>a i{transform:rotate(-180deg)}
.header .nav ul li a { display:block; color:#091452;  }
.header .nav ul li:after{content:""; position:absolute; left:0; bottom:0; width:0; height:3px; background-color:#f49902; left: 50%; transform: translateX(-50%); transition: all .5s ease; }
.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:hover a { color:#f49902;  }
.header .nav ul li.active a { color:#f49902;  }
.header .nav ul li .sub { position: absolute;width:200%;left:-50%; text-align:center; top:112px;z-index:30000; box-shadow: 0 5px 10px 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:after { display:none; }
.header .nav ul li .sub ul li a { color:#000000; }
.header .nav ul li .sub ul li:hover { background-color:#f49902;  color:#ffffff;}
.header .nav ul li .sub ul li:hover a { color:#ffffff;}
/*search-box*/
.search-box { height:180px; position:absolute; top:0; left:0; width:100%; background-color:#FFF; display: flex;  align-items: center; justify-content: center; opacity: 0;  visibility: hidden;  transition: opacity 0.5s ease, visibility 0.5s ease;}
.search-box.show { opacity: 1; visibility: visible;}
.search-con { width:50%; height:52px; border:#ff9800 solid 1px; border-radius:5px; overflow:hidden; }
.search-con input[type=text] { width: calc(100% - 53px); padding-left:25px; height:50px;color:#000000; font-size:16px; border:none; vertical-align:middle;  }
.search-con input::-webkit-input-placeholder { color: #999999;}
.search-con input[type=submit] { float:right; width:50px; text-align:center; height:50px; background:#ff9800 url(../images/search-icon.png) no-repeat center center; font-size:0; cursor:pointer; border:none;vertical-align:middle; }
.search-close { position:absolute; right:10px; top:10px; width:20px; height:20px; background:url(../images/close-icon.png) no-repeat center center; background-size:100% 100%; cursor:pointer; }
.search-open { cursor:pointer; }
/*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:50px;margin-top:5px;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:#f49902; 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:#f49902;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:#f49902}
.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:#f49902;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:#f49902;border-color:#f49902}
.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:#091452; font-size:60px; line-height:1.5; font-weight:bold; }
.i-public .tit span { color:#ff9800; }
.i-public .tit::after{content:".";  color:#ff9800; }
.i-public .tit2::after{ display:none; }
.i-public .des { color:#222222; font-size:22px; line-height:1.5; padding:0 25%; margin-top:10px; }
.i-public.white .tit { color:#ffffff; }
.i-public.white .tit span { color:#ffffff; }
.i-public.white .des { color:#ffffff; }
/*i-what*/
.i-what { padding-top:80px; padding-bottom:120px; }
.i-what .i-public { text-align:left;}
.i-what .i-public .tit { float:left;}
.i-what .i-public .tit::after{content:"!";  }
.i-what .i-public .des { float:right; width:53%; padding:0; }
.i-what-list { margin-top:85px; }
.i-what-list ul li { float:left; width:390px; height:556px; background-color:#091452; padding:55px 45px 0 45px; }
.i-what-list ul li:nth-child(4n+2) { margin-left:13.33px;}
.i-what-list ul li:nth-child(4n+3) { margin-left:13.33px;}
.i-what-list ul li:nth-child(4n+4) { margin-left:13.33px;}
.i-what-list ul li .pic { width:78px; height:78px; }
.i-what-list ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.i-what-list ul li .tit { color:#ffffff; font-size:30px; line-height:32px; height:64px; overflow:hidden; font-weight:bold; margin-top:25px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i-what-list ul li .des { color:#ffffff; font-size:16px; line-height:30px; height:180px; overflow:hidden; margin-top:20px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}
.i-what-list ul li .more { color:#ffffff; font-size:20px; line-height:1.5; margin-top:30px; }
.i-what-list ul li .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-top:-4px; margin-left:10px; }
/*i-about*/
.i-about { background-color:#f3f3f3; padding-top:90px; padding-bottom:100px; }
.i-about-left { float:left; width:840px; }
.i-about-left .i-public { text-align:left;}
.i-about-left .i-public .des { padding:0; }
.i-about-left .con { color:#000000; font-size:22px; line-height:40px; margin-top:26px; }
.i-about-left .con p { margin-top:15px; }
.i-about-left .con img { width:20px; vertical-align:middle; margin-right:5px; }
.i-about-left .more { width:260px; height:50px; background-color:#ff9800; border-radius:5px; text-align:center; color:#ffffff; font-size:20px; line-height:50px; margin-top:45px; transition: 0.2s;}
.i-about-left .more i { display:inline-block; width:20px; height:20px; background:url(../images/start-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-top:-4px; margin-left:10px; }
.i-about-left .more a { display:block; color:#ffffff; }
.i-about-left .more:hover { background-color:#ffad33; }
.i-about-right { float:right; width:675px; overflow:hidden; }
.i-about-right img{max-width: 100%;max-height: 100%;vertical-align: middle; border:#ffffff solid 40px; }
/*i-information*/
.i-information { padding-top:120px; padding-bottom:120px; background: #091452 url(../images/information-bg.jpg) no-repeat center center; }
.i-information ul li { float:left; width:25%; text-align:center; position:relative; }
.i-information ul li::after{content:""; position:absolute; left:0; top:5%; width:1px; height:100%; background-color:#8a8fae; }
.i-information ul li:first-child::after { display:none; }
.i-information ul li .tit { color:#ffffff; font-size:60px; line-height:1.5; font-weight:bold; font-family:Arial, Helvetica, sans-serif; }
.i-information ul li .des { color:#ffffff; font-size:16px; line-height:1.5; padding:0 60px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
/*i-evaluate*/
.i-evaluate { padding-top:100px; padding-bottom:130px; }
.i-evaluste-list { height:470px; margin-top:45px; }
.i-evaluste-list .swiper { width: 100%; height: 100%;}
.i-evaluste-list .swiper-slide {  text-align: center; font-size: 18px;background: #fff;display: flex;  justify-content: center;  align-items: center; }
.i-evaluste-list .swiper-slide img { display: block; width: 100%; height: 100%;object-fit: cover; }
.i-evaluste-list .swiper-button-prev { background:url(../images/btn.png) no-repeat; width:53px; height:53px;right:auto; left:0; top:40%; bottom:auto;  outline:none; border-radius:50%;  background-size:100% 100%;}
.i-evaluste-list .swiper-button-prev:after { display:none;}
.i-evaluste-list .swiper-button-next {background:url(../images/btn.png) no-repeat;transform:rotate(180deg); width:53px; height:53px; right:0; left:auto; top:40%; bottom:auto; outline:none;border-radius:50%; background-size:100% 100%; }
.i-evaluste-list .swiper-button-next:after { display:none;}
.i-evaluste-li { display:block; width:80%; height:100%; margin:0 auto; text-align:center; position:relative; }
.i-evaluste-li::before{content:""; position:absolute; left:0; top:0; width:78px; height:72px; background:url(../images/evaluste-icon.png) no-repeat center center; background-size:100% 100%; }
.i-evaluste-li::after{content:""; position:absolute; right:0; bottom:0; width:78px; height:72px; background:url(../images/evaluste-icon.png) no-repeat center center; background-size:100% 100%; transform: scaleX(-1);}
.i-evaluste-li .pic { width:122px; height:122px; margin:0 auto; border:#d9d7d7 solid 1px; border-radius:50%; overflow:hidden; }
.i-evaluste-li .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.i-evaluste-li .tit { color:#000000; font-size:30px; line-height:1.8; font-weight:bold;  }
.i-evaluste-li .des { color:#565656; font-size:20px; line-height:1.8;  }
.i-evaluste-li .con { color:#535252; font-size:20px; line-height:36px; height:144px; margin-top:15px; overflow:hidden; }
.i-evaluste-li .more { display:inline-block; width:auto; padding:0 60px;  height:50px; background-color:#ff9800; border-radius:5px; text-align:center; color:#ffffff; font-size:20px; line-height:50px; margin-top:45px; transition: 0.2s; }
.i-evaluste-li .more i { display:inline-block; width:20px; height:20px; background:url(../images/start-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-top:-4px; margin-left:10px; }
.i-evaluste-li .more a { display:block; color:#ffffff; }
.i-evaluste-li .more:hover { background-color:#ffad33; }
/*i-team*/
.i-team { background:#091452 url(../images/team-bg.jpg) no-repeat center center; padding-top:60px; padding-bottom:60px; }
.i-team-show { margin-top:90px; }
.i-team-left { float:left; width:630px; text-align:center; }
.i-team-left .pic { height:778px; }
.i-team-left .pic img {max-width: 100%;max-height: 100%;vertical-align: middle;}
.i-team-left .des { color:#ffffff; font-size:30px; line-height:1.5; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:46px; }
.i-team-left .tit { color:#ff9800; font-size:40px; line-height:1.5; font-weight:bold; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; margin-top:4px; }
.i-team-right { float:right; width:960px; }
.i-team-right .info { color:#ffffff; font-size:24px; line-height:36px; height:360px; overflow:hidden; }
.i-team-right .line { height:1px; background-color:#FFF; margin-top:10px; }
.i-team-right .degree { color:#ffffff; font-size:30px; line-height:50px; text-transform:uppercase; margin-top:43px; }
.i-team-right .honor { background-color:#ff9800; color:#ffffff; font-size:22px; line-height:40px; margin-top:40px; padding:10px 30px 40px 30px; }
.i-team-right .honor p { margin-top:15px; background:url(../images/team-icon.png) no-repeat left 9px; padding-left:30px; }
.i-team-list { padding-top:80px; }
.i-team-list ul li { float:left; width:780px; height:636px; background-color:#FFF; box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); position:relative; margin-top:60px; }
.i-team-list ul li:nth-child(even) { margin-left:40px; }
.i-team-list ul li .pic { float:left; width:438px; height:636px; overflow:hidden; display: flex;  align-items: flex-end; justify-content: center;}
.i-team-list ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle; transition: 0.5s;  }
.i-team-list ul li:hover .pic img { transform: scale(1.05); transition: 0.5s; }
.i-team-list ul li .con { position:absolute; right:30px; top:108px; width:350px; }
.i-team-list ul li .con .tit { color:#091452; font-size:30px; line-height:44px; height:88px; font-weight:bold; text-transform:uppercase; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical; }
.i-team-list ul li .con .des { color:#222222; font-size:22px; line-height:36px; height:180px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient: vertical; margin-top:12px; }
.i-team-list ul li .con .more { float:right; width:260px; height:50px; background-color:#ff9800; border-radius:5px; text-align:center; color:#ffffff; font-size:20px; line-height:50px; margin-top:45px; transition: 0.2s; margin-right:30px; }
.i-team-list ul li .con .more i { display:inline-block; width:20px; height:20px; background:url(../images/start-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-top:-4px; margin-left:10px; }
.i-team-list ul li .con .more a { display:block; color:#ffffff; }
.i-team-list ul li:hover .con .more { background-color:#ffad33; }
.n-team-list { padding-top:0; }
.n-team-list ul li:nth-child(even) { margin-left:0; }
.n-team-list ul li:nth-child(odd) { margin-left:40px; }
.n-team-list ul li:first-child { float:none; width:100%; margin-left:0; }
.n-team-list ul li:first-child .con { width:1110px; }
/*i-news*/
.i-news { padding-top:60px; padding-bottom:130px; }
.i-news-list { margin-top:10px; }
.i-news-list ul li { float:left; width:510px; height:230px; border:#ebe7e7 solid 1px; margin-left:35px; margin-top:35px; transition: 0.1s;}
.i-news-list ul li:first-child { margin-left:0; }
.i-news-list ul li .pic { display:none; }
.i-news-list ul li .con { padding:30px 20px 0 20px; }
.i-news-list ul li .con .tag { color:#7e7e7e; font-size:16px; line-height:1.5; }
.i-news-list ul li .con .tag span { display:inline-block; position:relative; max-width:40%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.i-news-list ul li .con .tag span:nth-child(1) i { display:inline-block; width:16px; height:16px; background:url(../images/news-icon-admin.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.i-news-list ul li .con .tag span:nth-child(2) { margin-left:35px; }
.i-news-list ul li .con .tag span:nth-child(2) i { display:inline-block; width:16px; height:16px; background:url(../images/news-icon-date.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.i-news-list ul li .con .tit { color:#000000; font-size:22px; line-height:40px; height:80px; font-weight:bold; margin-top:13px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.i-news-list ul li .con .more { color:#091452; font-size:16px; line-height:1.5; margin-top:20px; text-transform:uppercase; }
.i-news-list ul li .con .more i { display:inline-block; width:16px; height:16px; background:url(../images/news-icon-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-left:10px; margin-top:-4px; }
.i-news-list ul li:first-child { height:calc(230px + 35px + 230px); }
.i-news-list ul li:first-child .pic { display:block; height:calc(230px + 35px); }
.i-news-list ul li:first-child .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.i-news-list ul li:hover { box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}
.i-news-list ul li:hover .con .tit { color:#ff9800; }
/*i-start*/
.i-start { padding-top:60px; padding-bottom:70px; background:#091452 url(../images/start-bg.jpg) no-repeat center center; background-size:cover; }
.i-start-top { padding-bottom:60px; }
.i-start-top .con { float:left; }
.i-start-top .con .des { color:#ffffff; font-size:40px; line-height:50px; margin-top:45px; }
.i-start-top .con .des::after{content:"."; color:#f49902; }
.i-start-top .more { float:right; width:260px; height:50px; background-color:#ff9800; border-radius:5px; text-align:center; color:#ffffff; font-size:20px; line-height:50px; margin-top:45px; transition: 0.2s;}
.i-start-top .more i { display:inline-block; width:20px; height:20px; background:url(../images/start-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-top:-4px; margin-left:10px; }
.i-start-top .more a { display:block; color:#ffffff; }
.i-start-top .more:hover { background-color:#ffad33; }
.i-start-bot { border-top:#4d507f solid 1px; color:#ffffff; font-size:20px; line-height:2; padding-top:25px; }
/*footer*/
.footer { padding-top:70px; padding-bottom:50px; }
.f-left { float:left; width:25%; }
.f-ban {color:#091452; font-size:24px; line-height:65px; font-weight:bold; }
.f-ban::after{content:"."; color:#f49902; }
.f-time { color:#000000; font-size:18px; line-height:26px; font-weight:bold; padding-bottom:13px; position:relative; }
.f-time::after{content:""; position:absolute; left:0; bottom:0; width:110px; height:3px; background-color:#f49902; }
.f-text { color:#454444; font-size:16px; line-height:32px;  padding-right:25%; margin-top:15px; }
.f-sms { margin-top:25px; }
.f-sms a { display:inline-block; width:26px; height:26px; margin-right:15px; }
.f-sms a img { width:100%; height:100%; }
.f-sms a img:nth-child(1) { display:inline-block; }
.f-sms a img:nth-child(2) { display:none; }
.f-sms a:hover img:nth-child(1) { display:none; }
.f-sms a:hover img:nth-child(2) { display:inline-block; }
.f-right { float:right; width:75%; }
.f-right dl { float:left; width:33.33%; padding-right:5px; }
.f-right dl:nth-child(1) {width:44%; }
.f-right dl:nth-child(2) {width:30%; }
.f-right dl:nth-child(3) {width:26%; }
.f-right dl dt { color:#091452; font-size:24px; line-height:65px; font-weight:bold;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.f-right dl dt::after{content:"."; color:#f49902; }
.f-right dl dd { color:#454444; font-size:16px; line-height:32px;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.f-right dl dd::before{content:"■ "; color:#f49902; }
.f-right dl dd:hover { color:#f49902;  }
/*f-copy*/
.f-copy { border-top:#dcdcdc solid 1px; text-align:center; color:#091452; font-size:19px; line-height:1.5; padding-top:25px; padding-bottom:25px; }
/*n-public*/
.n-public { text-align:left; }
.n-public .tit { color:#091452; font-size:60px; line-height:1.5; text-transform:uppercase; font-weight:bold; }
.n-public .des { color:#ff9800; font-size:20px; line-height:1.5; margin-top:5px; text-transform:uppercase; }
/*n-message*/
.n-message { padding-top:60px; padding-bottom:95px; }
.n-message-list { padding-top:30px; }
.n-message-list ul li { float:left; width:32%; margin-top:24px; }
.n-message-list ul li:nth-child(3n+2) { margin-left:2%;}
.n-message-list ul li:nth-child(3n+3) { margin-left:2%;}
.n-message-list ul li:nth-last-child(1) { width:100%; margin-left:0; }
.n-message-list ul li:nth-last-child(2) { width:100%; margin-left:0; }
.n-message-list label { color:#000000; font-size:18px; line-height:2.4; padding-left:26px; }
.n-message-list label i { color:#ff9800; font-style:normal; }
.n-message-list input[type=text] { width:100%; height:70px;color:#000000; font-size:18px; border:#0b1833 solid 1px; padding-left:26px; }
.n-message-list select { width:100%; height:70px;color:#000000; font-size:18px; border:#0b1833 solid 1px; padding-left:26px; background:#ffffff url(../images/select-bg.png) no-repeat right center; }
.n-message-list textarea { width:100%; height:300px;color:#000000; font-size:18px; border:#0b1833 solid 1px; outline: none; line-height:70px; resize:none; padding-left:26px; }
.n-message-list .submit { display:block; width:500px; margin:0 auto; text-align:center; height:70px; background-color:#ff9800; color:#fff; font-size:30px;  border-radius:5px; cursor:pointer; border:none;}
.n-message-list .submit:hover { background-color:#ffad33; }
/*n-contact*/
.n-contact { padding-top:50px; padding-bottom:60px; }
.n-contact-show { padding-top:60px; }
.n-contact-left { float:left; width:1000px; }
.n-contact-left .f-time { font-size:26px; line-height:52px; }
.n-contact-left .f-text { font-size:26px; line-height:52px; }
.n-contact-left .f-sms a { width:30px; height:30px; }
.n-contact-right { float:right; width:292px; text-align:center; color:#000000; font-size:22px; line-height:1.5; text-transform:uppercase;}
.n-contact-right img{max-width: 100%;max-height: 100%;vertical-align: middle; margin-bottom:20px; }
/*n-banner*/
.n-banner { height:400px; position:relative; }
.n-banner .pic { width:100%; height:100%; overflow:hidden; }
.n-banner .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.n-banner .con { position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; padding-top:126px; }
.n-banner .con .tit { color:#ffffff; font-size:60px; line-height:1.3; font-weight:bold;  text-transform:uppercase;}
.n-banner .con .des { color:#ffffff; font-size:80px; line-height:1.3; font-weight:bold; text-transform:uppercase;}
.n-position { position:absolute; bottom:30px; right:8.3%; color:#ffffff; font-size:20px; line-height:1.3; text-transform:uppercase; }
.n-position i { display:inline-block; width:20px; height:20px; background:url(../images/home.png) no-repeat center center; background-size:100% 100%;  }
.n-position a:hover { text-decoration:underline; }
/*n-main*/
.n-main { min-height:600px; padding-bottom:60px; }
/*n-case*/
.n-case { height:auto; }
.n-case ul li { border-bottom:#c9c9c9 solid 1px; padding-top:70px; padding-bottom:70px; position:relative; }
.n-case ul li::before{content:""; position:absolute; left:0; top:96px; width:78px; height:72px; background:url(../images/evaluste-icon.png) no-repeat center center; background-size:100% 100%; }
.n-case-left { float:left; width:260px; margin-left:60px; text-align:center; }
.n-case-left .pic { width:122px; height:122px; margin:0 auto; border:#d9d7d7 solid 1px; border-radius:50%; overflow:hidden; }
.n-case-left .pic img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
.n-case-left .tit { color:#000000; font-size:30px; line-height:1.7; font-weight:bold; margin-top:9px;  }
.n-case-left .des { color:#565656; font-size:20px; line-height:1.7;  }
.n-case-right { float:right; width:1250px;color:#535252; font-size:24px; line-height:1.67; margin-top:14px; }
/*n-blog*/
.n-blog { height:auto; }
.n-blog ul li { border-bottom:#c9c9c9 solid 1px; padding-top:70px; padding-bottom:80px; position:relative; }
.n-blog ul li .tit { color:#000000; font-size:40px; line-height:1.5; font-weight:bold; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; width:68%; }
.n-blog ul li .tag { color:#7e7e7e; font-size:16px; line-height:1.5; margin-top:25px; }
.n-blog ul li .tag span { display:inline-block; position:relative; max-width:40%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-blog ul li .tag span:nth-child(1) i { display:inline-block; width:16px; height:16px; background:url(../images/news-icon-admin.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.n-blog ul li .tag span:nth-child(2) { margin-left:35px; }
.n-blog ul li .tag span:nth-child(2) i { display:inline-block; width:16px; height:16px; background:url(../images/news-icon-date.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.n-blog ul li .des { color:#535252; font-size:24px; line-height:1.67; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; margin-top:37px; }
.n-blog ul li .more { width:260px; height:50px; text-align:center; background-color:#ff9800; color:#ffffff; font-size:20px; line-height:50px; margin-top:42px; text-transform:uppercase; border-radius:5px; }
.n-blog ul li .more i { display:inline-block; width:20px; height:20px; background:url(../images/start-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-left:18px; margin-top:-4px; }
.n-blog ul li .tit:hover { color:#ff9800; }
.n-blog ul li .more:hover { background-color:#ffad33; }
/*n-about*/
.n-about { color:#000000; font-size:27px; line-height:2; padding-top:40px; padding-bottom:40px; }
.n-about img { max-width:100%; vertical-align:middle; }
.n-about h3 { color:#091452; font-size:60px; font-weight:bold; }
/*n-newshow*/
.n-newshow {padding:40px 0 40px 0; }
.n-tit  { color:#000000; font-size:40px; line-height:1.5; font-weight:bold; width:68%; }
.n-tag { color:#7e7e7e; font-size:16px; line-height:1.5; margin-top:25px; }
.n-tag span { display:inline-block; position:relative; max-width:40%; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-tag span:nth-child(1) i { display:inline-block; width:16px; height:16px; background:url(../images/news-icon-admin.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.n-tag span:nth-child(2) { margin-left:35px; }
.n-tag span:nth-child(2) i { display:inline-block; width:16px; height:16px; background:url(../images/news-icon-date.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:10px; margin-top:-4px; }
.n-line {  border-bottom:#c9c9c9 solid 1px; margin-top:40px; }
.n-show { font-size:24px; line-height:2; color:#535252; margin-top:40px; }
.n-show img { max-width:100%;}
.n-show table {border-collapse: collapse;}
.n-show table tr td{ border:#000000 solid 1px; padding:5px; }
.n-other {font-size:22px; line-height:2; color:#979797; border-top:#c9c9c9 solid 1px; padding-top:40px; margin-top:40px;}
.n-other a:hover { color:#ff9800;  }
/*n-services-top*/
.n-services-top { margin-top:40px; }
.n-services-top .tit { color:#000000; font-size:50px; line-height:1.5; font-weight:bold; }
.n-services-top .show { border-top:#c9c9c9 solid 1px; padding-top:60px; margin-top:40px; }
.n-services-top .pic { float:left; width:680px; }
.n-services-top .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.n-services-top .con { float:right; width:840px; }
.n-services-top .con .des { color:#535252; font-size:36px; line-height:1.55; margin-top:34px; }
.n-services-top .con .more { width:500px; height:50px; background-color:#ff9800; border-radius:5px; text-align:center; color:#ffffff; font-size:20px; line-height:50px; text-transform:uppercase; margin-top:53px; }
.n-services-top .con .more i { display:inline-block; width:20px; height:20px; background:url(../images/start-more.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-left:15px; margin-top:-4px;  }
.n-services-top .con .more a { display:block; color:#ffffff;  }
.n-services-top .con .more:hover { background-color:#ffad33; }
/*n-services-list*/
.n-services-list { padding-top:50px; padding-bottom:50px; }
.n-services-list ul li { border:#091452 solid 1px;  border-radius:5px; padding:23px 40px; margin-top:50px;  }
.n-services-list ul li .tit { float:left; color:#454444; font-size:36px; line-height:54px; position:relative; }
.n-services-list ul li .tit::before{content:"■ "; color:#f49902; }
.n-services-list ul li .tit:hover { color:#f49902;  }
.n-services-list ul li .more { float:right; color:#ff9800; font-size:26px; line-height:54px; font-weight:bold; }
.n-services-list ul li .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-top:-4px; margin-left:10px; }
/*n-detail*/
.n-detail { padding-top:70px; padding-bottom:70px; }
.n-detail-left { float:left; width:500px; }
.n-detail-left .pic { height:auto; }
.n-detail-left .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.n-detail-left .text { color:#000000; font-size:22px; line-height:1.8; padding:20px;margin-top:10px; }
.n-detail-left .ewm { width:56%; color:#000000; font-size:22px; line-height:1.8; font-weight:bold;  text-transform:uppercase;  text-align:center; margin-top:10px; margin-left:14%; }
.n-detail-left .ewm img{max-width:100%;max-height: 100%;vertical-align: middle; margin-bottom:10px; }
.n-detail-right { float:right; width:1060px;  color:#000000; font-size:26px; line-height:1.8; }
.n-detail-right h3 { color:#091452; font-size:60px; font-weight:bold; }
.n-detail-right h4 { color:#ff9800; font-size:36px; font-weight:bold; margin-bottom:10px; }


@media (max-width:1650px){
.wrap{width:90%}
/*header1650*/
.header {height:160px; }
.header .logo{height:160px; width:26%; }
.h-tag { margin-top:28px; }
.h-tag ul li { font-size:16px; margin-left:40px; }
.h-tag ul li::after{ left:-20px; margin-top:-9px; height:18px; }
.h-tag ul li i { width:18px; height:18px; margin-right:9px; }
.header .nav ul li{ font-size:19px; line-height:95px; margin-left:50px; } 
.header .nav ul li .sub { top:95px;}
/*search-box1650*/
.search-box { height:160px; }
.search-con { height:47px; }
.search-con input[type=text] { width: calc(100% - 45px); padding-left:20px; height:45px; font-size:15px; }
.search-con input[type=submit] { width:45px; height:45px; }
/*i-public1650*/
.i-public .tit { font-size:51px; }
.i-public .des {  font-size:19px; padding:0 20%; margin-top:9px; }
/*i-what1650*/
.i-what { padding-top:70px; padding-bottom:100px; }
.i-what-list { margin-top:65px; }
.i-what-list ul li { width:24%; height:480px; padding:45px 35px 0 35px; }
.i-what-list ul li:nth-child(4n+2) { margin-left:1.33%;}
.i-what-list ul li:nth-child(4n+3) { margin-left:1.33%;}
.i-what-list ul li:nth-child(4n+4) { margin-left:1.33%;}
.i-what-list ul li .pic { width:68px; height:68px; }
.i-what-list ul li .tit { font-size:24px; line-height:30px; height:60px; margin-top:23px; }
.i-what-list ul li .des { font-size:15px; line-height:26px; height:156px; margin-top:18px; }
.i-what-list ul li .more { font-size:18px; margin-top:28px; }
.i-what-list ul li .more i { width:19px; height:19px; margin-left:9px; }
/*i-about1650*/
.i-about { padding-top:70px; padding-bottom:80px; }
.i-about-left { width:52%; }
.i-about-left .con { font-size:19px; line-height:34px; margin-top:24px; }
.i-about-left .con p { margin-top:12px; }
.i-about-left .con img { width:18px; margin-right:4px;}
.i-about-left .more { width:220px; height:45px; font-size:18px; line-height:45px; margin-top:35px; }
.i-about-left .more i { width:18px; height:18px; margin-left:9px; }
.i-about-right { width:42%; }
.i-about-right img{ border:#ffffff solid 30px; }
/*i-information1650*/
.i-information { padding-top:100px; padding-bottom:100px; }
.i-information ul li .tit { font-size:48px; }
.i-information ul li .des { font-size:15px; padding:0 50px; }
/*i-evaluate1650*/
.i-evaluate { padding-top:80px; padding-bottom:110px; }
.i-evaluste-list { height:410px; margin-top:40px; }
.i-evaluste-list .swiper-button-prev { width:48px; height:48px;}
.i-evaluste-list .swiper-button-next { width:48px; height:48px;}
.i-evaluste-li { width:85%; }
.i-evaluste-li::before{ width:68px; height:62px; }
.i-evaluste-li::after{ width:68px; height:62px; }
.i-evaluste-li .pic { width:106px; height:106px; }
.i-evaluste-li .tit { font-size:26px; }
.i-evaluste-li .des { font-size:17px; }
.i-evaluste-li .con { font-size:17px; line-height:30px; line-height:120px; margin-top:13px; }
.i-evaluste-li .more {  padding:0 50px;  height:45px; font-size:18px; line-height:45px; margin-top:35px; }
.i-evaluste-li .more i { width:18px; height:18px; margin-left:9px; }
/*i-team1650*/
.i-team { padding-top:50px; padding-bottom:50px; }
.i-team-show { margin-top:80px; }
.i-team-left { width:39%; }
.i-team-left .pic { height:650px; }
.i-team-left .des { font-size:26px; margin-top:41px; }
.i-team-left .tit { font-size:34px; }
.i-team-right { width:60%; }
.i-team-right .info { font-size:21px; line-height:32px; height:320px; }
.i-team-right .degree { font-size:26px; line-height:44px; margin-top:35px; }
.i-team-right .honor { font-size:19px; line-height:34px; margin-top:24px; padding:8px 25px 35px 25px;}
.i-team-right .honor p { margin-top:12px; background:url(../images/team-icon.png) no-repeat left 8px; background-size:18px 18px; padding-left:28px; }
.i-team-list { padding-top:65px; }
.i-team-list ul li { width:48.5%; height:550px; margin-top:55px; }
.i-team-list ul li:nth-child(even) { margin-left:3%; }
.i-team-list ul li .pic { width:56%; height:550px; }
.i-team-list ul li .con { right:25px; top:88px; width:45%; }
.i-team-list ul li .con .tit { font-size:26px; line-height:38px; height:76px; }
.i-team-list ul li .con .des { font-size:19px; line-height:32px; height:160px; margin-top:10px; }
.i-team-list ul li .con .more { width:220px; height:45px; font-size:18px; line-height:45px; margin-top:35px; margin-right:25px; }
.i-team-list ul li .con .more i { width:18px; height:18px; margin-left:9px; }
.n-team-list { padding-top:0; }
.n-team-list ul li:nth-child(even) { margin-left:0; }
.n-team-list ul li:nth-child(odd) { margin-left:3%; }
.n-team-list ul li:first-child { float:none; width:100%; margin-left:0; }
.n-team-list ul li:first-child .pic { width:27%; }
.n-team-list ul li:first-child .con { width:69%; }
/*i-news1650*/
.i-news { padding-top:100px; padding-bottom:110px; }
.i-news-list { margin-top:9px; }
.i-news-list ul li { width:32%; height:200px; margin-left:2%; margin-top:30px; }
.i-news-list ul li .con { padding:25px 15px 0 15px; }
.i-news-list ul li .con .tag { font-size:15px; }
.i-news-list ul li .con .tag span:nth-child(1) i { width:14px; height:14px; margin-right:9px; }
.i-news-list ul li .con .tag span:nth-child(2) { margin-left:25px; }
.i-news-list ul li .con .tag span:nth-child(2) i { width:14px; height:14px; margin-right:9px; }
.i-news-list ul li .con .tit { font-size:19px; line-height:34px; height:68px; margin-top:11px; }
.i-news-list ul li .con .more { font-size:15px; margin-top:18px; }
.i-news-list ul li .con .more i { width:14px; height:14px; margin-left:9px; }
.i-news-list ul li:first-child { height:calc(200px + 30px + 200px); }
.i-news-list ul li:first-child .pic { height:calc(200px + 30px); }
/*i-start1650*/
.i-start { padding-top:50px; padding-bottom:60px; }
.i-start-top { padding-bottom:50px; }
.i-start-top .con .des { font-size:34px; line-height:45px; margin-top:35px; }
.i-start-top .more { width:220px; height:45px; font-size:18px; line-height:45px; margin-top:35px; }
.i-start-top .more i { width:18px; height:18px; margin-left:9px; }
.i-start-bot { font-size:18px; padding-top:23px; }
/*footer1650*/
.footer { padding-top:60px; padding-bottom:40px; }
.f-ban { font-size:21px; line-height:55px; }
.f-time { font-size:16px; line-height:23px; padding-bottom:11px; }
.f-time::after{ width:97px; }
.f-text { font-size:15px; line-height:30px;  margin-top:13px; }
.f-sms { margin-top:20px; }
.f-sms a { width:24px; height:24px; margin-right:11px; }
.f-right dl dt { font-size:21px; line-height:55px; }
.f-right dl dd { font-size:15px; line-height:30px; }
/*f-copy1650*/
.f-copy { font-size:17px; padding-top:23px; padding-bottom:23px; }
/*n-public1650*/
.n-public .tit { font-size:46px; }
.n-public .des { font-size:15px; }
/*n-message1650*/
.n-message { padding-top:50px; padding-bottom:85px; }
.n-message-list { padding-top:28px; }
.n-message-list ul li { margin-top:20px; }
.n-message-list label { font-size:16px; padding-left:24px; }
.n-message-list input[type=text] { height:60px; font-size:16px; padding-left:24px; }
.n-message-list select { height:60px; font-size:16px; padding-left:24px; }
.n-message-list textarea {height:260px; font-size:16px; line-height:60px; padding-left:24px; }
.n-message-list .submit { width:450px; height:60px; font-size:26px;}
/*n-contact1650*/
.n-contact { padding-top:45px; padding-bottom:55px; }
.n-contact-show { padding-top:50px; }
.n-contact-left { width:62.5%; }
.n-contact-left .f-time { font-size:22px; line-height:44px; }
.n-contact-left .f-text { font-size:22px; line-height:44px; }
.n-contact-left .f-sms a { width:26px; height:26px; }
.n-contact-right { width:18%; font-size:19px; }
/*n-banner1650*/
.n-banner { height:344px; }
.n-banner .con { padding-top:106px; }
.n-banner .con .tit { font-size:50px; }
.n-banner .con .des { font-size:68px; }
.n-position { bottom:25px; right:5%; font-size:17px; }
.n-position i { width:18px; height:18px; }
/*n-main1650*/
.n-main { min-height:550px; padding-bottom:55px; }
/*n-case1650*/
.n-case ul li { padding-top:60px; padding-bottom:60px; }
.n-case ul li::before{ top:66px; width:68px; height:62px;  }
.n-case-left { width:16%; margin-left:3%; }
.n-case-left .pic { width:106px; height:106px; }
.n-case-left .tit { font-size:26px; margin-top:8px;  }
.n-case-left .des { font-size:17px;  }
.n-case-right { width:78%; font-size:21px; margin-top:12px; }
/*n-blog1650*/
.n-blog ul li { padding-top:60px; padding-bottom:70px; }
.n-blog ul li .tit { font-size:34px; }
.n-blog ul li .tag { font-size:15px; margin-top:21px; }
.n-blog ul li .tag span:nth-child(1) i { width:14px; height:14px; margin-right:9px; }
.n-blog ul li .tag span:nth-child(2)  { margin-left:25px; }
.n-blog ul li .tag span:nth-child(2) i { width:14px; height:14px; margin-right:9px; }
.n-blog ul li .des { font-size:21px; margin-top:32px; }
.n-blog ul li .more { width:220px; height:45px; font-size:18px; line-height:45px; margin-top:37px;}
.n-blog ul li .more i { width:18px; height:18px; margin-left:16px; }
/*n-about1650*/
.n-about { font-size:23px; padding-top:35px; padding-bottom:35px; }
.n-about h3 { font-size:51px; }
/*n-newshow1650*/
.n-newshow {padding:35px 0 35px 0; }
.n-tit  { font-size:34px; }
.n-tag { font-size:15px; margin-top:21px; }
.n-tag span:nth-child(1) i { width:14px; height:14px; margin-right:9px; }
.n-tag span:nth-child(2)  { margin-left:25px; }
.n-tag span:nth-child(2) i { width:14px; height:14px; margin-right:9px; }
.n-line { margin-top:35px; }
.n-show { font-size:21px; margin-top:35px; }
.n-other {font-size:19px; padding-top:35px; margin-top:35px;}
/*n-services-top1650*/
.n-services-top { margin-top:35px; }
.n-services-top .tit { font-size:43px; }
.n-services-top .show { padding-top:55px; margin-top:35px; }
.n-services-top .pic { width:42.5%; }
.n-services-top .con { width:52.5%; }
.n-services-top .con .des { font-size:31px; margin-top:29px; }
.n-services-top .con .more { width:430px; height:45px; font-size:18px; line-height:45px; margin-top:48px; }
.n-services-top .con .more i { width:18px; height:18px; margin-left:13px; }
/*n-services-list1650*/
.n-services-list { padding-top:45px; padding-bottom:45px; }
.n-services-list ul li { padding:21px 35px; margin-top:45px;  }
.n-services-list ul li .tit {font-size:31px; line-height:46px; }
.n-services-list ul li .more { font-size:22px; line-height:46px; }
.n-services-list ul li .more i { width:19px; height:19px; margin-left:9px; }
/*n-detail1650*/
.n-detail { padding-top:60px; padding-bottom:60px; }
.n-detail-left { width:31%; }
.n-detail-left .text { font-size:19px; padding:15px; }
.n-detail-left .ewm { font-size:19px; }
.n-detail-right { width:66%; font-size:22px; }
.n-detail-right h3 { font-size:51px; }
.n-detail-right h4 { font-size:31px; margin-bottom:9px; }

}

@media (max-width:1400px){
/*header1400*/
.header {height:130px; }
.header .logo{height:130px;  }
.h-tag { margin-top:15px; }
.h-tag ul li { font-size:15px; margin-left:36px; }
.h-tag ul li::after{ left:-18px; margin-top:-8px; height:16px; }
.h-tag ul li i { width:16px; height:16px; margin-right:8px; }
.header .nav ul li{ font-size:16px; line-height:80px; margin-left:40px; } 
.header .nav ul li .sub { top:80px;}
/*search-box1400*/
.search-box { height:130px; }
.search-con { height:42px; }
.search-con input[type=text] { width: calc(100% - 40px); padding-left:15px; height:40px; font-size:14px; }
.search-con input[type=submit] { width:40px; height:40px; }
/*i-public1400*/
.i-public .tit { font-size:44px; }
.i-public .des {  font-size:16px; padding:0 15%; margin-top:8px; }
/*i-what1400*/
.i-what { padding-top:60px; padding-bottom:80px; }
.i-what-list { margin-top:45px; }
.i-what-list ul li { height:420px; padding:35px 25px 0 25px; }
.i-what-list ul li .pic { width:48px; height:48px; }
.i-what-list ul li .tit { font-size:22px; line-height:25px; height:50px; margin-top:21px; }
.i-what-list ul li .des { margin-top:16px; }
.i-what-list ul li .more { font-size:16px; margin-top:26px; }
.i-what-list ul li .more i { width:17px; height:17px; margin-left:8px; }
/*i-about1400*/
.i-about { padding-top:60px; padding-bottom:70px; }
.i-about-left .con { font-size:16px; line-height:30px; margin-top:22px; }
.i-about-left .con p { margin-top:10px; }
.i-about-left .con img { width:16px; margin-right:3px;}
.i-about-left .more { width:190px; height:40px; font-size:16px; line-height:40px; margin-top:30px; }
.i-about-left .more i { width:16px; height:16px; margin-left:8px; }
.i-about-right img{ border:#ffffff solid 25px; }
/*i-information1400*/
.i-information { padding-top:80px; padding-bottom:80px; }
.i-information ul li .tit { font-size:40px; }
.i-information ul li .des { padding:0 40px; }
/*i-evaluate1400*/
.i-evaluate { padding-top:60px; padding-bottom:90px; }
.i-evaluste-list { height:350px; margin-top:35px; }
.i-evaluste-list .swiper-button-prev { width:40px; height:40px;}
.i-evaluste-list .swiper-button-next { width:40px; height:40px;}
.i-evaluste-li { width:87%; }
.i-evaluste-li::before{ width:58px; height:52px; }
.i-evaluste-li::after{ width:58px; height:52px; }
.i-evaluste-li .pic { width:90px; height:90px; }
.i-evaluste-li .tit { font-size:22px; }
.i-evaluste-li .des { font-size:15px; }
.i-evaluste-li .con { font-size:15px; line-height:27px; height:108px; margin-top:11px; }
.i-evaluste-li .more {  padding:0 40px;  height:40px; font-size:16px; line-height:40px; margin-top:30px; }
.i-evaluste-li .more i { width:16px; height:16px; margin-left:8px; }
/*i-team1400*/
.i-team { padding-top:40px; padding-bottom:40px; }
.i-team-show { margin-top:70px; }
.i-team-left .pic { height:580px; }
.i-team-left .des { font-size:22px; margin-top:36px; }
.i-team-left .tit { font-size:29px; }
.i-team-right .info { font-size:17px; line-height:26px; height:260px; }
.i-team-right .degree { font-size:22px; line-height:36px; margin-top:30px; }
.i-team-right .honor { font-size:16px; line-height:30px; margin-top:22px; padding:6px 20px 30px 20px; }
.i-team-right .honor p { margin-top:10px; background:url(../images/team-icon.png) no-repeat left 7px; background-size:16px 16px; padding-left:26px; }
.i-team-list { padding-top:50px; }
.i-team-list ul li { height:467px; margin-top:50px; }
.i-team-list ul li .pic {height:467px; }
.i-team-list ul li .con { right:20px; top:68px; }
.i-team-list ul li .con .tit { font-size:22px; line-height:34px; height:68px; }
.i-team-list ul li .con .des { font-size:16px; line-height:26px; height:130px; margin-top:8px; }
.i-team-list ul li .con .more { width:190px; height:40px; font-size:16px; line-height:40px; margin-top:30px; margin-right:20px; }
.i-team-list ul li .con .more i { width:16px; height:16px; margin-left:8px; }
.n-team-list { padding-top:0; }
.n-team-list ul li:nth-child(even) { margin-left:0; }
.n-team-list ul li:nth-child(odd) { margin-left:3%; }
.n-team-list ul li:first-child { float:none; width:100%; margin-left:0; }
/*i-news1400*/
.i-news { padding-top:80px; padding-bottom:90px; }
.i-news-list { margin-top:8px; }
.i-news-list ul li {  height:170px;  margin-top:25px; }
.i-news-list ul li .con { padding:20px 10px 0 10px; }
.i-news-list ul li .con .tag span:nth-child(1) i { width:12px; height:12px; margin-right:8px; }
.i-news-list ul li .con .tag span:nth-child(2) { margin-left:15px; }
.i-news-list ul li .con .tag span:nth-child(2) i { width:12px; height:12px; margin-right:8px; }
.i-news-list ul li .con .tit { font-size:16px; line-height:30px; height:60px; margin-top:9px; }
.i-news-list ul li .con .more { margin-top:16px; }
.i-news-list ul li .con .more i { width:12px; height:12px; margin-left:8px; }
.i-news-list ul li:first-child { height:calc(170px + 25px + 170px); }
.i-news-list ul li:first-child .pic { height:calc(170px + 25px); }
/*i-start1400*/
.i-start { padding-top:40px; padding-bottom:50px; }
.i-start-top { padding-bottom:40px; }
.i-start-top .con .des { font-size:29px;  line-height:40px; margin-top:30px; }
.i-start-top .more { width:190px; height:40px; font-size:16px; line-height:40px; margin-top:30px; }
.i-start-top .more i { width:16px; height:16px; margin-left:8px; }
.i-start-bot { font-size:16px; padding-top:21px; }
/*footer1400*/
.footer { padding-top:50px; padding-bottom:30px; }
.f-ban { font-size:19px; line-height:48px; }
.f-time { font-size:15px; line-height:20px; padding-bottom:9px; }
.f-time::after{ width:85px; }
.f-text { margin-top:11px; }
.f-sms { margin-top:15px; }
.f-sms a { width:22px; height:22px; margin-right:7px; }
.f-right dl dt { font-size:19px; line-height:48px; }
/*n-public1400*/
.n-public .tit { font-size:38px; }
/*n-message1400*/
.n-message { padding-top:40px; padding-bottom:75px; }
.n-message-list { padding-top:26px; }
.n-message-list ul li { margin-top:16px; }
.n-message-list label { font-size:15px; padding-left:22px; }
.n-message-list input[type=text] { height:50px; font-size:15px; padding-left:22px; }
.n-message-list select { height:50px; font-size:15px; padding-left:22px; }
.n-message-list textarea {height:220px; font-size:15px; line-height:50px; padding-left:22px; }
.n-message-list .submit { width:420px; height:50px; font-size:22px;}
/*n-contact1400*/
.n-contact { padding-top:40px; padding-bottom:50px; }
.n-contact-show { padding-top:40px; }
.n-contact-left .f-time { font-size:19px; line-height:38px; }
.n-contact-left .f-text { font-size:19px; line-height:38px; }
.n-contact-left .f-sms a { width:22px; height:22px; }
.n-contact-right { font-size:16px; }
/*n-banner1400*/
.n-banner { height:290px; }
.n-banner .con { padding-top:90px; }
.n-banner .con .tit { font-size:43px; }
.n-banner .con .des { font-size:58px; }
.n-position { bottom:20px; font-size:15px; }
.n-position i { width:16px; height:16px; }
/*n-main1400*/
.n-main { min-height:500px; padding-bottom:50px; }
/*n-case1400*/
.n-case ul li { padding-top:50px; padding-bottom:50px; }
.n-case ul li::before{  top:50px; width:58px; height:52px;   }
.n-case-left .pic {  width:90px; height:90px; }
.n-case-left .tit { font-size:22px; margin-top:7px;  }
.n-case-left .des { font-size:15px;  }
.n-case-right { font-size:18px; margin-top:10px; }
/*n-blog1400*/
.n-blog ul li { padding-top:50px; padding-bottom:60px; }
.n-blog ul li .tit { font-size:29px; }
.n-blog ul li .tag { margin-top:17px; }
.n-blog ul li .tag span:nth-child(1) i { width:12px; height:12px; margin-right:8px; }
.n-blog ul li .tag span:nth-child(2)  { margin-left:15px; }
.n-blog ul li .tag span:nth-child(2) i { width:12px; height:12px; margin-right:8px; }
.n-blog ul li .des { font-size:18px; margin-top:27px; }
.n-blog ul li .more { width:190px; height:40px; font-size:16px; line-height:40px; margin-top:32px;}
.n-blog ul li .more i { width:16px; height:16px; margin-left:14px; }
/*n-about1400*/
.n-about { font-size:19px; padding-top:30px; padding-bottom:30px; }
.n-about h3 { font-size:43px; }
/*n-newshow1400*/
.n-newshow {padding:30px 0 30px 0; }
.n-tit  { font-size:29px; }
.n-tag { margin-top:17px; }
.n-tag span:nth-child(1) i { width:12px; height:12px; margin-right:8px; }
.n-tag span:nth-child(2)  { margin-left:15px; }
.n-tag span:nth-child(2) i { width:12px; height:12px; margin-right:8px; }
.n-line { margin-top:30px; }
.n-show { font-size:17px; margin-top:30px; }
.n-other {font-size:16px; padding-top:30px; margin-top:30px;}
/*n-services-top1400*/
.n-services-top { margin-top:30px; }
.n-services-top .tit { font-size:36px; }
.n-services-top .show { padding-top:50px; margin-top:30px; }
.n-services-top .con .des { font-size:26px; margin-top:24px; }
.n-services-top .con .more { width:360px; height:40px; font-size:16px; line-height:40px; margin-top:43px; }
.n-services-top .con .more i { width:16px; height:16px; margin-left:11px; }
/*n-services-list1400*/
.n-services-list { padding-top:40px; padding-bottom:40px; }
.n-services-list ul li { padding:19px 30px;  margin-top:40px;  }
.n-services-list ul li .tit {font-size:26px; line-height:40px; }
.n-services-list ul li .more { font-size:19px; line-height:40px; }
.n-services-list ul li .more i { width:17px; height:17px; margin-left:8px; }
/*n-detail1400*/
.n-detail { padding-top:50px; padding-bottom:50px; }
.n-detail-left .text { font-size:15px; padding:5px; }
.n-detail-left .ewm { font-size:15px; }
.n-detail-right { font-size:19px; }
.n-detail-right h3 { font-size:43px; }
.n-detail-right h4 { font-size:26px; margin-bottom:8px; }

}

@media (max-width:1200px){
.wrap{width:94%}
/*header1200*/
.header {height:110px; }
.header .logo{height:110px;  }
.h-tag { margin-top:10px; }
.h-tag ul li { margin-left:30px; }
.h-tag ul li::after{ left:-15px; margin-top:-7px; height:14px; }
.h-tag ul li i { width:14px; height:14px; margin-right:7px; }
.header .nav ul li{ font-size:15px; line-height:65px; margin-left:30px; } 
.header .nav ul li .sub { top:65px;}
/*search-box1200*/
.search-box { height:110px; }
.search-con { height:37px; }
.search-con input[type=text] { width: calc(100% - 35px); padding-left:10px; height:35px; }
.search-con input[type=submit] { width:35px; height:35px; }
/*i-public1200*/
.i-public .tit { font-size:37px; }
.i-public .des {  font-size:14px; padding:0 10%; margin-top:7px; }
/*i-what1200*/
.i-what { padding-top:50px; padding-bottom:60px; }
.i-what-list { margin-top:35px; }
.i-what-list ul li { height:370px; padding:25px 20px 0 20px; }
.i-what-list ul li .pic { width:38px; height:38px; }
.i-what-list ul li .tit { font-size:18px; line-height:22px; height:44px; margin-top:19px; }
.i-what-list ul li .des { margin-top:14px; }
.i-what-list ul li .more { font-size:15px; margin-top:24px; }
.i-what-list ul li .more i { width:15px; height:15px; margin-left:7px; }
/*i-about1200*/
.i-about { padding-top:50px; padding-bottom:60px; }
.i-about-left .con { font-size:15px; line-height:27px; margin-top:20px; }
.i-about-left .con p { margin-top:8px; }
.i-about-left .more { width:160px; height:35px; font-size:15px; line-height:35px; margin-top:20px; }
.i-about-left .more i { width:14px; height:14px; margin-left:7px; }
.i-about-right img{ border:#ffffff solid 20px; }
/*i-information1200*/
.i-information { padding-top:60px; padding-bottom:60px; }
.i-information ul li .tit { font-size:34px; }
.i-information ul li .des { padding:0 30px; }
/*i-evaluate1200*/
.i-evaluate { padding-top:40px; padding-bottom:70px; }
.i-evaluste-list { height:320px; margin-top:30px; }
.i-evaluste-list .swiper-button-prev { width:36px; height:36px;}
.i-evaluste-list .swiper-button-next { width:36px; height:36px;}
.i-evaluste-li { width:89%; }
.i-evaluste-li::before{ width:48px; height:42px; }
.i-evaluste-li::after{ width:48px; height:42px; }
.i-evaluste-li .pic { width:80px; height:80px; }
.i-evaluste-li .tit { font-size:19px; }
.i-evaluste-li .con { margin-top:9px; }
.i-evaluste-li .more {  padding:0 30px;   height:35px; font-size:15px; line-height:35px; margin-top:20px; }
.i-evaluste-li .more i { width:14px; height:14px; margin-left:7px; }
/*i-team1200*/
.i-team { padding-top:30px; padding-bottom:30px; }
.i-team-show { margin-top:50px; }
.i-team-left .pic { height:490px; }
.i-team-left .des { font-size:19px; margin-top:31px; }
.i-team-left .tit { font-size:25px; }
.i-team-right .info { font-size:15px; line-height:24px; height:240px; }
.i-team-right .degree { font-size:19px; line-height:32px; margin-top:25px; }
.i-team-right .honor { font-size:15px; line-height:27px; margin-top:20px; padding: 4px 15px 25px 15px;}
.i-team-right .honor p { margin-top:8px; background:url(../images/team-icon.png) no-repeat left 7px; background-size:14px 14px; padding-left:24px; }
.i-team-list { padding-top:35px; }
.i-team-list ul li { height:400px; margin-top:45px; }
.i-team-list ul li .pic {height:400px; }
.i-team-list ul li .con { right:15px; top:58px; }
.i-team-list ul li .con .tit { font-size:19px; line-height:28px; height:56px; }
.i-team-list ul li .con .des { font-size:15px; line-height:24px; height:120px; margin-top:7px; }
.i-team-list ul li .con .more { width:160px; height:35px; font-size:15px; line-height:35px; margin-top:20px; margin-right:15px; }
.i-team-list ul li .con .more i { width:14px; height:14px; margin-left:7px; }
.n-team-list { padding-top:0; }
.n-team-list ul li:nth-child(even) { margin-left:0; }
.n-team-list ul li:nth-child(odd) { margin-left:3%; }
.n-team-list ul li:first-child { float:none; width:100%; margin-left:0; }
/*i-news1200*/
.i-news { padding-top:60px; padding-bottom:70px; }
.i-news-list { margin-top:7px; }
.i-news-list ul li {  height:160px;  margin-top:20px; }
.i-news-list ul li .con { padding:15px 10px 0 10px; }
.i-news-list ul li .con .tag span:nth-child(2) { margin-left:10px; }
.i-news-list ul li .con .tit { margin-top:7px; }
.i-news-list ul li .con .more { margin-top:14px; }
.i-news-list ul li:first-child { height:calc(160px + 20px + 160px); }
.i-news-list ul li:first-child .pic { height:calc(160px + 20px); }
/*i-start1200*/
.i-start { padding-top:30px; padding-bottom:40px; }
.i-start-top { padding-bottom:30px; }
.i-start-top .con .des { font-size:25px; line-height:35px; margin-top:20px;  }
.i-start-top .more { width:160px; height:35px; font-size:15px; line-height:35px; margin-top:20px; }
.i-start-top .more i { width:14px; height:14px; margin-left:7px; }
.i-start-bot { font-size:15px; padding-top:19px; }
/*footer1200*/
.footer { padding-top:40px; padding-bottom:20px; }
.f-ban { font-size:17px; line-height:44px; }
.f-sms a { width:20px; height:20px; margin-right:3px; }
.f-right dl dt { font-size:17px; line-height:44px; }
/*n-public1200*/
.n-public .tit { font-size:32px; }
/*n-message1200*/
.n-message { padding-top:30px; padding-bottom:65px; }
.n-message-list { padding-top:24px; }
.n-message-list ul li { margin-top:12px; }
.n-message-list label { padding-left:20px; }
.n-message-list input[type=text] { height:45px; padding-left:20px; }
.n-message-list select { height:45px; padding-left:20px; }
.n-message-list textarea {height:190px; line-height:45px; padding-left:20px; }
.n-message-list .submit { width:380px; height:45px; font-size:19px;}
/*n-contact1200*/
.n-contact { padding-top:35px; padding-bottom:45px; }
.n-contact-show { padding-top:35px; }
.n-contact-left .f-time { font-size:16px; line-height:34px; }
.n-contact-left .f-text { font-size:16px; line-height:34px; }
.n-contact-left .f-sms a { width:20px; height:20px; }
.n-contact-right { font-size:14px; }
/*n-banner1200*/
.n-banner { height:250px; }
.n-banner .con { padding-top:75px; }
.n-banner .con .tit { font-size:37px; }
.n-banner .con .des { font-size:50px; }
.n-position { bottom:15px; }
.n-position i { width:14px; height:14px; }
/*n-main1200*/
.n-main { min-height:450px; padding-bottom:45px; }
/*n-case1200*/
.n-case ul li { padding-top:50px; padding-bottom:50px; }
.n-case ul li::before{ top:45px; width:48px; height:42px; }
.n-case-left .pic {width:80px; height:80px; }
.n-case-left .tit { font-size:19px; margin-top:6px;  }
.n-case-right { font-size:16px; margin-top:8px; }
/*n-blog1200*/
.n-blog ul li { padding-top:40px; padding-bottom:50px; }
.n-blog ul li .tit { font-size:25px; }
.n-blog ul li .tag { margin-top:13px; }
.n-blog ul li .tag span:nth-child(2)  { margin-left:10px; }
.n-blog ul li .des { font-size:16px; margin-top:22px; }
.n-blog ul li .more { width:160px; height:35px; font-size:15px; line-height:35px; margin-top:27px;}
.n-blog ul li .more i { width:14px; height:14px; margin-left:12px; }
/*n-about1200*/
.n-about { font-size:17px; padding-top:25px; padding-bottom:25px; }
.n-about h3 { font-size:37px; }
/*n-newshow1200*/
.n-newshow {padding:25px 0 25px 0; }
.n-tit  { font-size:25px; }
.n-tag { margin-top:13px; }
.n-tag span:nth-child(2)  { margin-left:10px; }
.n-line { margin-top:25px; }
.n-show { font-size:16px; margin-top:25px; }
.n-other {font-size:15px; padding-top:25px; margin-top:25px;}
/*n-services-top1200*/
.n-services-top { margin-top:25px; }
.n-services-top .tit { font-size:31px; }
.n-services-top .show { padding-top:45px; margin-top:25px; }
.n-services-top .con .des { font-size:23px; margin-top:19px; }
.n-services-top .con .more { width:320px; height:35px; font-size:15px; line-height:35px; margin-top:38px; }
.n-services-top .con .more i { width:14px; height:14px; margin-left:9px; }
/*n-services-list1200*/
.n-services-list { padding-top:35px; padding-bottom:35px; }
.n-services-list ul li { padding:17px 25px;  margin-top:35px;  }
.n-services-list ul li .tit { font-size:22px; line-height:33px; }
.n-services-list ul li .more { font-size:16px; line-height:33px; }
.n-services-list ul li .more i { width:15px; height:15px; margin-left:7px; }
/*n-detail1200*/
.n-detail { padding-top:40px; padding-bottom:40px; }
.n-detail-right { font-size:16px; }
.n-detail-right h3 { font-size:37px; }
.n-detail-right h4 { font-size:22px; margin-bottom:7px; }

}


@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:31px; }
.i-public .des {  padding:0 5%; margin-top:6px; }
/*i-what992*/
.i-what { padding-top:40px; padding-bottom:50px; }
.i-what-list { margin-top:25px; }
.i-what-list ul li { height: 355px; padding:20px 15px 0 15px; }
.i-what-list ul li .tit { font-size:17px; margin-top:17px; }
.i-what-list ul li .des { margin-top:12px; }
.i-what-list ul li .more { margin-top:22px; }
/*i-about992*/
.i-about { padding-top:40px; padding-bottom:50px; }
.i-about-left .con { margin-top:18px; }
.i-about-left .con p { margin-top:6px; }
.i-about-left .con img { width:14px;margin-right:2px; }
.i-about-right img{ border:#ffffff solid 15px; }
/*i-information992*/
.i-information { padding-top:40px; padding-bottom:40px; }
.i-information ul li .tit { font-size:28px; }
.i-information ul li .des { padding:0 20px; }
/*i-evaluate992*/
.i-evaluate { padding-top:30px; padding-bottom:60px; }
.i-evaluste-li::before{ width:38px; height:32px; }
.i-evaluste-li::after{ width:38px; height:32px; }
/*i-team992*/
.i-team { padding-top:25px; padding-bottom:25px; }
.i-team-show { margin-top:45px; }
.i-team-left .pic { height:390px; }
.i-team-left .des { font-size:15px; margin-top:26px; }
.i-team-left .tit { font-size:20px; }
.i-team-right .info { height:144px; }
.i-team-right .degree { font-size:15px; line-height:26px; margin-top:20px; }
.i-team-right .honor { margin-top:18px; }
.i-team-right .honor p { margin-top:6px; background:url(../images/team-icon.png) no-repeat left 8px; background-size:12px 12px; padding-left:22px; }
.i-team-list { padding-top:20px; }
.i-team-list ul li { height:310px; margin-top:40px; }
.i-team-list ul li .pic {height:310px; }
.i-team-list ul li .con { right:10px; top:48px; }
.i-team-list ul li .con .tit { font-size:15px; line-height:24px; height:48px; }
.i-team-list ul li .con .des {margin-top:6px; }
.i-team-list ul li .con .more { width:140px; margin-right:10px; }
.n-team-list { padding-top:0; }
.n-team-list ul li:nth-child(even) { margin-left:0; }
.n-team-list ul li:nth-child(odd) { margin-left:3%; }
.n-team-list ul li:first-child { float:none; width:100%; margin-left:0; }
/*i-news992*/
.i-news { padding-top:40px; padding-bottom:50px; }
.i-news-list ul li {  height:185px; }
.i-news-list ul li .con .tag span { max-width:100%; }
.i-news-list ul li .con .tag span:nth-child(2) { margin-left:0; }
.i-news-list ul li:first-child { height:calc(185px + 20px + 185px); }
.i-news-list ul li:first-child .pic { height:calc(185px + 20px); }
.i-news-list ul li .con .more { margin-top:12px; }
/*footer992*/
.footer { padding-top:30px; padding-bottom:15px; }
.f-left { float:none; width:100%; }
.f-right { float:none; width:100%; margin-top:30px; }
/*n-public992*/
.n-public .tit { font-size:26px; }
/*n-message992*/
.n-message { padding-top:25px; padding-bottom:55px; }
.n-message-list { padding-top:22px; }
.n-message-list ul li { margin-top:8px; }
.n-message-list label { padding-left:18px; }
.n-message-list input[type=text] { height:40px; padding-left:18px; }
.n-message-list select { height:40px; padding-left:18px; }
.n-message-list textarea {height:160px; line-height:40px; padding-left:18px; }
.n-message-list .submit { width:350px; height:40px; font-size:17px;}
/*n-contact992*/
.n-contact { padding-top:30px; padding-bottom:40px; }
.n-contact-show { padding-top:30px; }
.n-contact-left .f-time { font-size:15px; line-height:30px; }
.n-contact-left .f-text { font-size:15px; line-height:30px; }
/*n-banner992*/
.n-banner { height:210px; }
.n-banner .con { padding-top:60px; }
.n-banner .con .tit { font-size:30px; }
.n-banner .con .des { font-size:41px; }
.n-position { bottom:10px; }
.n-position i { width:12px; height:12px; }
/*n-main992*/
.n-main { min-height:400px; padding-bottom:40px; }
/*n-case992*/
.n-case ul li { padding-top:40px; padding-bottom:40px; }
.n-case ul li::before{ top:30px; width:38px; height:32px; }
.n-case-right { font-size:15px; margin-top:6px; }
/*n-blog992*/
.n-blog ul li { padding-top:30px; padding-bottom:40px; }
.n-blog ul li .tit { font-size:21px; width: 88%;}
.n-blog ul li .tag { margin-top:9px; }
.n-blog ul li .tag span { max-width:100%; }
.n-blog ul li .tag span:nth-child(2) { margin-left:0; }
.n-blog ul li .des { font-size:15px; margin-top:17px; }
.n-blog ul li .more { margin-top:22px;}
/*n-about992*/
.n-about { font-size:15px; padding-top:20px; padding-bottom:20px; }
.n-about h3 { font-size:31px; }
/*n-newshow992*/
.n-newshow {padding:20px 0 20px 0; }
.n-tit  { font-size:21px; width: 88%; }
.n-tag { margin-top:9px; }
.n-tag span { max-width:100%; }
.n-tag span:nth-child(2) { margin-left:0; }
.n-line { margin-top:20px; }
.n-show { font-size:15px; margin-top:20px; }
.n-other { padding-top:20px; margin-top:20px;}
/*n-services-top992*/
.n-services-top { margin-top:20px; }
.n-services-top .tit { font-size:26px; }
.n-services-top .show { padding-top:40px; margin-top:20px; }
.n-services-top .con .des { font-size:19px; margin-top:0; }
.n-services-top .con .more { margin-top:33px; }
.n-services-top .con .more i { width:12px; height:12px; margin-left:7px; }
/*n-services-list992*/
.n-services-list { padding-top:25px; padding-bottom:25px; }
.n-services-list ul li { padding:15px 20px;  margin-top:25px;  }
.n-services-list ul li .tit { font-size:19px; line-height:29px; }
.n-services-list ul li .more { font-size:15px; line-height:29px; }
.n-services-list ul li .more i { width:13px; height:13px; margin-left:6px; }
/*n-detail992*/
.n-detail { padding-top:30px; padding-bottom:30px; }
.n-detail-right { font-size:15px; }
.n-detail-right h3 { font-size:31px; }
.n-detail-right h4 { font-size:19px; margin-bottom:6px; }

}

@media (max-width:767px){
.wrap{width:80%}
/*i-public767*/
.i-public .tit { font-size:24px; }
.i-public .des {  padding:0; margin-top:5px; }
/*i-what767*/
.i-what { padding-top:30px; padding-bottom:40px; }
.i-what .i-public .tit { float:none;}
.i-what .i-public .des { float:none; width:100%; }
.i-what-list { margin-top:0; }
.i-what-list ul li { float:none; width:100%; height:auto; padding:20px 15px 20px 15px; margin-top:20px; }
.i-what-list ul li:nth-child(4n+2) { margin-left:0;}
.i-what-list ul li:nth-child(4n+3) { margin-left:0;}
.i-what-list ul li:nth-child(4n+4) { margin-left:0;}
.i-what-list ul li .tit { height:auto; margin-top:15px; }
.i-what-list ul li .des { height:auto; margin-top:10px; }
.i-what-list ul li .more { margin-top:20px; }
/*i-about767*/
.i-about { padding-top:30px; padding-bottom:40px; }
.i-about-left { float:none; width:100%; }
.i-about-left .con { margin-top:16px; }
.i-about-right { float:none; width:100%; margin-top:20px; }
.i-about-right img{ border:#ffffff solid 10px; }
/*i-information767*/
.i-information { padding-top:0; padding-bottom:0; }
.i-information ul li { float:none; width:100%; padding-top:20px; padding-bottom:20px; }
.i-information ul li::after { width:100%; height:1px; }
.i-information ul li .tit { font-size:26px; }
.i-information ul li .des { padding:0 10px; }
/*i-evaluate767*/
.i-evaluate { padding-top:25px; padding-bottom:50px; }
.i-evaluste-li { width:91%; }
.i-evaluste-li::before{ width:20px; height:20px; }
.i-evaluste-li::after{ width:20px; height:20px; }
/*i-team767*/
.i-team { padding-top:20px; padding-bottom:20px; }
.i-team-show { margin-top:30px; }
.i-team-left { float:none; width:100%; }
.i-team-left .pic { height:auto; width:60%; margin:0 auto; }
.i-team-left .des { margin-top:21px; }
.i-team-left .tit { font-size:16px; }
.i-team-right { float:none; width:100%; }
.i-team-right .info { overflow:auto; }
.i-team-right .honor { margin-top:16px; }
.i-team-list { padding-top:0; }
.i-team-list ul li { float:none; width:100%; margin-top: 20px;}
.i-team-list ul li:nth-child(even) { margin-left:0; }
.n-team-list { padding-top:0; }
.n-team-list ul li:nth-child(even) { margin-left:0; }
.n-team-list ul li:nth-child(odd) { margin-left:0; }
.n-team-list ul li:first-child { float:none; width:100%; margin-left:0; height:560px; padding-top:20px; }
.n-team-list ul li:first-child .pic { float:none; width:60%; margin:0 auto; height:auto; max-height:280px; }
.n-team-list ul li:first-child .con { float:none; width:80%; margin:0 auto; top:auto; right:auto; position:relative; margin-top:20px; }
.n-team-list ul li:first-child .more { float:none; margin:0 auto; margin-top: 20px; }
/*i-news767*/
.i-news { padding-top:30px; padding-bottom:30px; }
.i-news-list ul li { float:none; width:100%; margin-left:0; }
.i-news-list ul li {  height:160px; }
.i-news-list ul li .con .tag span { max-width:40%; }
.i-news-list ul li .con .tag span:nth-child(2) { margin-left:20px; }
.i-news-list ul li:first-child { height:calc(160px + 20px + 160px); }
.i-news-list ul li:first-child .pic { height:calc(160px + 20px); }
/*i-start767*/
.i-start { padding-top:20px; padding-bottom:30px; }
.i-start-top { padding-bottom:20px; }
.i-start-top .con { float:none; }
.i-start-top .con .des { font-size:20px; margin-top:0; }
.i-start-top .more { float:none;  }
/*footer767*/
.f-right { margin-top:20px; }
.f-right dl { float:none; width:100%; padding-right:0; }
.f-right dl:nth-child(1) {width:100%; }
.f-right dl:nth-child(2) {width:100%; }
.f-right dl:nth-child(3) {width:100%; }
/*n-public767*/
.n-public .tit { font-size:20px; }
/*n-message767*/
.n-message { padding-top:20px; padding-bottom:45px; }
.n-message-list { padding-top:20px; }
.n-message-list ul li { margin-top:4px; }
.n-message-list ul li { float:none; width:100%; }
.n-message-list ul li:nth-child(3n+2) { margin-left:0;}
.n-message-list ul li:nth-child(3n+3) { margin-left:0;}
.n-message-list label { padding-left:16px; }
.n-message-list input[type=text] { height:35px; padding-left:16px; }
.n-message-list textarea {height:120px; line-height:35px; padding-left:16px; }
.n-message-list .submit { width:100%; height:35px; font-size:16px; margin-top:10px; }
/*n-contact767*/
.n-contact { padding-top:25px; padding-bottom:35px; }
.n-contact-show { padding-top:20px; }
.n-contact-left { float:none; width:100%; }
.n-contact-right { float:none; width:100%; margin-top:20px; max-width:150px; }
/*n-banner767*/
.n-banner { height:160px; }
.n-banner .con { padding-top:40px; }
.n-banner .con .tit { font-size:20px; }
.n-banner .con .des { font-size:28px; }
/*n-main767*/
.n-main { min-height:350px; padding-bottom:35px; }
/*n-case767*/
.n-case ul li { padding-top:30px; padding-bottom:30px; }
.n-case ul li::before{ top:30px; width:20px; height:20px; }
.n-case-left { float:none; width:100%; margin-left:0; }
.n-case-right { float:none; width:100%; margin-top:9px; }
/*n-blog767*/
.n-blog ul li { padding-top:20px; padding-bottom:30px; }
.n-blog ul li .tit { font-size:16px; width: 100%;}
.n-blog ul li .tag span:nth-child(1) i { margin-top:-2px; }
.n-blog ul li .tag span:nth-child(2) i { margin-top:-2px; }
.n-blog ul li .des { margin-top:12px; }
.n-blog ul li .more { margin-top:17px;}
/*n-about767*/
.n-about { padding-top:15px; padding-bottom:15px; }
.n-about h3 { font-size:24px; }
/*n-newshow767*/
.n-newshow {padding:15px 0 15px 0; }
.n-tit  { font-size:16px; width: 100%; }
.n-tag span:nth-child(1) i { margin-top:-2px; }
.n-tag span:nth-child(2) i { margin-top:-2px; }
.n-line { margin-top:15px; }
.n-show { margin-top:15px; }
.n-other { padding-top:15px; margin-top:15px;}
/*n-services-top767*/
.n-services-top { margin-top:15px; }
.n-services-top .tit { font-size:20px; }
.n-services-top .show { padding-top:15px; margin-top:15px; }
.n-services-top .pic { float:none; width:100%; }
.n-services-top .con { float:none; width:100%; }
.n-services-top .con .des { font-size:16px; margin-top:15px; }
.n-services-top .con .more { width:100%; margin-top:15px; }
/*n-services-list767*/
.n-services-list { padding-top:20px; padding-bottom:20px; }
.n-services-list ul li { padding:11px 15px;  margin-top:20px;  }
.n-services-list ul li .tit { float:none; font-size:16px; line-height:24px; }
.n-services-list ul li .more { float:none; line-height:24px; margin-top:5px; }
/*n-detail767*/
.n-detail { padding-top:20px; padding-bottom:20px; }
.n-detail-left { float:none; width:100%; }
.n-detail-left .pic {  width:60%; margin:0 auto; }
.n-detail-left .text { padding:0; margin-top:20px; }
.n-detail-left .ewm {  margin-top:15px; width:100%; margin-left:0; }
.n-detail-left .ewm img { max-width:120px; }
.n-detail-right { float:none; width:100%; margin-top:20px; }
.n-detail-right h3 { font-size:24px; }
.n-detail-right h4 { font-size:15px; margin-bottom:5px; }

}

@media (max-width:500px){
.wrap{width:92%}
.n-team-list ul li:first-child .con { width:92%}

}
@media (max-width:350px){
.header2 .logo{width:250px;}
}

