@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: Microsoft Yahei, Arial, Verdana, 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: Microsoft Yahei, Arial, Verdana, 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: Microsoft Yahei, Arial, Verdana, 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:1200px;position:relative;max-width:100%;margin:0 auto}
.wrap::after{content:"";display:block;clear:both}
/*自定义*/
/*header*/
.header {height:137px; border-top:#de2e2a solid 5px; }
.header .logo{float:left; height:137px;  }
.header .logo a{display:block; width:100%; height:100%; display: flex;  align-items: center; justify-content: center;}
.header .logo img{ max-width:100%; max-height:100%; vertical-align:middle; }
.h-right { float:right; }
.h-search { float:right; margin-top:20px; }
.h-search input[type=text] { width:220px; height:30px;color:#707070; font-size:14px; border:#f0f0f0 solid 1px; vertical-align:middle; padding:0 15px; }
.h-search input[type=submit] { width:40px; text-align:center; height:30px; background:#e3322e url(../images/h-search.png) no-repeat center center; font-size:0; cursor:pointer; border:none;vertical-align:middle; }
/*menu*/
.menu { height: 60px; margin-top:10px;} 
.menu ul { list-style: none; padding: 0; margin: 0; } 
.menu ul li { float: left; overflow: hidden; position:1 relative; line-height: 60px; text-align: center; } 
.menu ul li a { position: relative; display: block; width: 110px; height: 60px; font-size: 16px; text-decoration: none; cursor: pointer; } 
.menu ul li a span { position: absolute; left: 0; width: 120px; } 
.menu ul li a span.out { top: 0px; }
.menu ul li a span.over, .menu ul li a span.bg { top: -60px; }
#menu2 { } #menu2 ul li a { color: #666; } #menu2 ul li a span.over { color: #fff; background-color: #c91e17; }
/*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:calc(100% - 40px); 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:#c91e17; font-size:16px; line-height:1; position:absolute; right:-10px; top:-8px; }
.header2 .nav-btn.active{-webkit-animation:rotate .5s linear 0s;animation:rotate .5s linear 0s}
.header2 .nav-btn .line{display:block;width:50%;height:2px;border-radius:2px;background-color:#c91e17;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:#c91e17}
.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%;}
.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.8; width:30px; height:5px; border-radius:0; outline:none;}
.banner .swiper-pagination-bullet-active { background-color:#c91e17; opacity:1;  }
.banner .swiper-button-next { outline:none; width:35px; height:74px; background: rgba(0, 0, 0, 0.2);}
.banner .swiper-button-next:hover { background: rgba(0, 0, 0, 0.5); }
.banner .swiper-button-next:after { color:#ffffff; font-size:18px; }
.banner .swiper-button-prev { outline:none; width:35px; height:74px; background: rgba(0, 0, 0, 0.2);}
.banner .swiper-button-prev:after { color:#ffffff; font-size:18px;   }
.banner .swiper-button-prev:hover { background: rgba(0, 0, 0, 0.5); }
/*分页*/
.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:#c91e17;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:#c91e17;border-color:#c91e17}
.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 img { height:56px; }
/*i-center*/
.i-center { padding-top:44px; }
.i-center-list { margin-top:34px; }
.i-center-list ul li { float:left; width:380px; height:266px; }
.i-center-list ul li:nth-child(3n+2) { margin-left:30px;}
.i-center-list ul li:nth-child(3n+3) { margin-left:30px;}
.i-center-list ul li img{max-width: 100%;max-height: 100%;vertical-align: middle;}
/*i-pro*/
.i-pro { padding-top:44px; padding-bottom:88px; }
.i-pro-list { height:214px; margin-top:31px; position:relative; }
.i-pro-list .swiper{width:100%;height:100%;}
.i-pro-list .swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}
.i-pro-list .swiper-slide img{display:block;width:100%;height:100%;object-fit:cover}
.i-pro-list .swiper-pagination-bullet { background: #f5f5f5; opacity:1; width:30px; height:5px; border-radius:0; outline:none;}
.i-pro-list .swiper-pagination-bullet-active { background-color:#c91e17; opacity:1;  }
.i-pro-list .swiper-button-next { outline:none; width:35px; height:74px; background: rgba(0, 0, 0, 0.2);}
.i-pro-list .swiper-button-next:hover { background: rgba(0, 0, 0, 0.5); }
.i-pro-list .swiper-button-next:after { color:#ffffff; font-size:18px; }
.i-pro-list .swiper-button-prev { outline:none; width:35px; height:74px; background: rgba(0, 0, 0, 0.2);}
.i-pro-list .swiper-button-prev:after { color:#ffffff; font-size:18px;   }
.i-pro-list .swiper-button-prev:hover { background: rgba(0, 0, 0, 0.5); }
.i-pro-li { display:block; width:100%; height:100%; position:relative; overflow:hidden; }
.i-pro-li .pic { width:100%; height:100%; overflow:hidden;display: flex;  align-items: center; justify-content: center;  animation: fadeInFromCorner 0.5s forwards ease-out; }
.i-pro-li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s;}
.i-pro-li .con { width: 100%; height: 110px; background-color: rgba(48,48,48,0.7); position: absolute; left: 0px; bottom: -63px; -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; -ms-transition-duration:0.3s; transition-duration:0.3s;}
.i-pro-li .con h2 { font-weight:normal; font-size:14px; color:#fff; line-height: 50px; text-align:center; padding:0 10px; }
.i-pro-li .con h3 {border: 1px #fff solid; width: 140px; height: 38px; line-height: 38px;  font-weight: normal; margin: 0 auto; border-radius: 10px; text-align: center; font-size: 14px; color: #fff;}
.i-pro-li .pic img:hover{transform: scale(1.05);transition: 0.5s;} 
.i-pro-li:hover .con{ bottom:0px; background-color: #c91e17; } 
.i-pro-li:hover .con h3:hover { background:#fff; border:none; color:#c91e17; }
/*i-about*/
.i-about { background-color:#f5f5f5; padding-top:41px; padding-bottom:50px; }
.i-about-show { margin-top:42px; }
.i-about-left { float:left; width:461px; }
.i-about-left img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.i-about-right { float:right; width:671px; }
.i-about-right .tit { margin-top:27px; height:116px; }
.i-about-right .tit img{max-width: 100%;max-height: 100%;vertical-align: middle;} 
.i-about-right .des { color: #707070;  line-height: 25px;  word-wrap: break-word; word-break: break-all; font-size: 14px; margin-top:21px; }
.i-about-right .more{ width:124px; height:37px; background-image:url(../images/k_36.png); background-size:100% 100%; margin-top:28px; } 
.i-about-right .more:hover{ background-image:url(../images/k_38.png); background-size:100% 100%; } 
/*i-news*/
.i-news { padding-top:42px; padding-bottom:50px; }
.i-news-show { margin-top:28px; }
.i-news-left { float:left; width:476px; height:300px;position:relative;font-size:14px;color:#646464; overflow:hidden;transition:.6s;-webkit-transition:.6s}
.i-news-left .pic{height:100%;transition:.6s;-webkit-transition:.6s;background-repeat:no-repeat;background-size:cover;background-position:center center;position:relative;background:#eee}
.i-news-left .pic img{width:100%;display:block;background-repeat:no-repeat;background-size:cover;background-position:center center;left:50%;top:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);position:absolute;transition:.6s}
.i-news-left a:hover .pic{transform:scale(1.09);-webkit-transform:scale(1.09)}
.i-news-left .txts_1{position:absolute;bottom:0;left:0;right:0;background:rgba(180,44,44,.8);color:#e6e6e6;padding:10px 5%;transition:.6s;-webkit-transition:.6s}
.i-news-left .txts_1 .date{width:25%;float:left}
.i-news-left .txts_1 .tx{width:75%;float:left;line-height:20px;height:40px;overflow:hidden}
.i-news-left a:hover .txts_1{bottom:-100%;opacity:0}
.i-news-left .txts_2{position:absolute;width:90%;height:90%;top:5%;left:5%;background:rgba(180,44,44,.8);color:#e6e6e6;padding:0 10% 0 25%;overflow:hidden;transform:scale(.3);-webkit-transform:scale(.3);opacity:0;transition:.6s;-webkit-transition:.6s}
.i-news-left .txts_2 .date{position:absolute;bottom:15px;left:5%}
.i-news-left .txts_2 .ti{border-bottom:1px solid #fff;padding-bottom:20px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-top:10px;font-size:16px}
.i-news-left .txts_2 .tx{line-height:25px;height:75px;overflow:hidden;padding-top:5px;text-align:justify}
.i-news-left a:hover .txts_2{transform:scale(1);-webkit-transform:scale(1);opacity:1}
.i-news-right { float:right; width:713px; }
.i-news-right ul li { border-bottom:#f0f0f0 solid 1px; padding:8px 15px 15px 15px; }
.i-news-right ul li .con { padding-left:18px; position:relative; }
.i-news-right ul li .con::after{content:""; position:absolute; left:3px; top:7px; width:6px; height:6px; background-color:#c91e17; border-radius:50%; }
.i-news-right ul li .con .tit { float:left; width:440px; color:#323232; font-size:14px; line-height:20px;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.i-news-right ul li .con .tit:hover { color:#c91e17; }
.i-news-right ul li .con .date { float:right; width:183px; color:#c8c8c8; font-size:12px; line-height:20px; background:url(../images/date-icon.png) no-repeat left center; padding-left:17px; }
.i-news-right ul li .con .date span { color:#969696; }
.i-news-right ul li .des { color:#666666; font-size:14px; line-height:26px; margin-top:8px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.i-news-more{ width:124px; height:37px; background-image:url(../images/k_36.png); background-size:100% 100%; margin:0 auto; margin-top:28px; } 
.i-news-more:hover{ background-image:url(../images/k_38.png); background-size:100% 100%; } 
/*footer*/
.footer { background-color:#333333; padding-top:35px; padding-bottom:35px; }
.f-left { float:left; width:266px; }
.f-left img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.f-right { float:right; width:890px; }
.f-right dl { float:left; width:14.28%; text-align:center; }
.f-right dl dt { color:#ffffff; font-size:16px; line-height:26px; margin-bottom:9px; position:relative; }
.f-right dl dt::after{content:""; position:absolute; left:50%; top:50%; margin-top:-7px; margin-left:-45px; width:2px; height:14px; background-color:#c91e17; }
.f-right dl dd { color:#dbdbdb; font-size:12px; line-height:16px; margin-top:14px; }
.f-right dl dd:hover { color:#ffffff; }
/*f-copy*/
.f-copy { background-color:#cb221b; text-align:center; color:#ffffff; font-size:14px; line-height:40px; font-weight:bold; }
/*n-main*/
.n-main { min-height:500px; padding-top:55px; padding-bottom:55px; }
.n-left { float:left; width:230px; }
.n-left-ban { max-height:100px; }
.n-left-ban img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.n-left-list { background-color:#f0f0f0; border-bottom:#c91e17 solid 6px; }
.n-left-list ul li { border-left:#e1e1e1 solid 3px; background-color:#f4f4f4; margin-bottom:1px; color:#000000; font-size:14px; line-height:36px; padding-left:16px; }
.n-left-list ul li a { display:block; color:#000000; }
.n-left-list ul li:hover { border-left:#c91e17 solid 3px; }
.n-left-list ul li.active { border-left:#c91e17 solid 3px; }
.n-right { float:right; width:888px; }
.n-right-ban { color:#666666; font-size:14px; line-height:30px; position:relative; }
.n-right-ban::after{content:""; position:absolute; left:-18px; top:9px; width:12px; height:12px; background:url(../images/home.png) no-repeat center center; background-size:100% 100%; }
.n-right-ban a { color:#c91e17; }
.n-right-ban a:hover { text-decoration:underline; }
.n-right-con { border-top:#f0f0f0 solid 1px; margin-top:20px; padding-top:20px; color:#707070; font-size:14px; line-height:28px; min-height:200px; }
.n-right-con h2 { font-weight: bold; font-size: 18px; }
.n-right-con img { max-width:100%; }
/*n-honor*/
.n-honor { border-top:#f0f0f0 solid 1px; margin-top:20px;  }
.n-honor ul li { float:left; width:250px; text-align:center; margin-top:20px; }
.n-honor ul li:nth-child(3n+2) { margin-left:45px;}
.n-honor ul li:nth-child(3n+3) { margin-left:45px;}
.n-honor ul li .pic { height:346px; display: flex;  align-items: center; justify-content: center;  }
.n-honor ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.n-honor ul li .tit { margin-top:5px; }
/*n-prolist*/
.n-prolist {  border-top:#f0f0f0 solid 1px; margin-top:20px;  }
.n-prolist ul li { float:left; width:289px; height:220px; position:relative; overflow:hidden;margin-top:15px;  }
.n-prolist ul li:nth-child(3n+2) { margin-left:10px;}
.n-prolist ul li:nth-child(3n+3) { margin-left:10px;}
.n-prolist ul li .pic { width:100%; height:100%; overflow:hidden;display: flex;  align-items: center; justify-content: center; animation: fadeInFromCorner 0.5s forwards ease-out; }
.n-prolist ul li .pic img{max-width: 100%;max-height: 100%;vertical-align: middle;transition: 0.5s; }
.n-prolist ul li .con { width: 100%; height: 110px; background-color: rgba(48,48,48,0.7); position: absolute; left: 0px; bottom: -63px; -webkit-transition-duration:0.3s; -moz-transition-duration:0.3s; -ms-transition-duration:0.3s; transition-duration:0.3s;}
.n-prolist ul li .con h2 { font-weight:normal; font-size:14px; color:#fff; line-height: 50px; text-align:center;  padding:0 10px; }
.n-prolist ul li .con h3 {border: 1px #fff solid; width: 140px; height: 38px; line-height: 38px;  font-weight: normal; margin: 0 auto; border-radius: 10px; text-align: center; font-size: 14px; color: #fff;}
.n-prolist ul li .pic img:hover{transform: scale(1.05);transition: 0.5s;} 
.n-prolist ul li:hover .con{ bottom:0px; background-color: #c91e17; } 
.n-prolist ul li:hover .con h3:hover { background:#fff; border:none; color:#c91e17; }
@keyframes fadeInFromCorner { 0% {  opacity: 0;  transform: translateX(100%) translateY(100%);  } 100% { opacity: 1; transform: translateX(0) translateY(0);  }  }
/*n-message*/
.n-message { border-top:#f0f0f0 solid 1px; margin-top:20px; min-height:390px; background:url(../images/k8.png) no-repeat right 80%;}
.n-message ul li { margin-top:13px; }
.n-message .tit { float:left; width:90px; text-align:right; color:#666666; font-size:14px; line-height:30px; }
.n-message .tit i { color:#ff1800; }
.n-message .des { float:left; margin-left:5px; width:333px; color:#666666; font-size:14px; line-height:30px; }
.n-message .des input[type=text] { width:100%; height:30px;color:#666666; font-size:14px; border:#e4e4e4 solid 1px; padding-left:15px;}
.n-message .des textarea { width:100%;  height:150px;color:#666666; font-size:14px; border:#e4e4e4 solid 1px; outline: none; line-height:30px; resize:none; padding-left:15px; }
.n-message .des .submit {width:136px; line-height:40px; text-align:center; height:40px; background-color:#c91e17; color:#fff; font-size:18px; border-radius:3px; cursor:pointer; border:none;}
/*n-newlist*/
.n-newlist {border-top:#f0f0f0 solid 1px; margin-top:20px; padding-top:20px; }
.n-newlist ul li { border-bottom:#f0f0f0 solid 1px; padding:8px 15px 15px 15px; }
.n-newlist ul li .con { padding-left:18px; position:relative; }
.n-newlist ul li .con::after{content:""; position:absolute; left:3px; top:7px; width:6px; height:6px; background-color:#c91e17; border-radius:50%; }
.n-newlist ul li .con .tit { float:left; width:440px; color:#323232; font-size:14px; line-height:20px;  overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }
.n-newlist ul li .con .tit:hover { color:#c91e17; }
.n-newlist ul li .con .date { float:right; width:183px; color:#c8c8c8; font-size:12px; line-height:20px; background:url(../images/date-icon.png) no-repeat left center; padding-left:17px; }
.n-newlist ul li .con .date span { color:#969696; }
.n-newlist ul li .des { color:#666666; font-size:14px; line-height:26px; margin-top:8px; text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.n-newlist ul li .more { float:right; width:86px; height:28px; background-color:#fcfcfc; border:#f0f0f0 solid 1px; text-align:center; color:#666666; font-size:14px; line-height:26px; }
.n-newlist ul li .more:hover { background-color:#c91e17;  border:#c91e17 solid 1px;  color:#FFF; }
/*n-equipment*/
.n-equipment  {border-top:#f0f0f0 solid 1px; margin-top:20px; padding-top:20px; }
.n-equipment ul li { float:left; width:263px; height:191px; border:#666666 solid 1px; border-radius:10px;  overflow:hidden;display: flex;  align-items: center; justify-content: center; margin-bottom:15px; }
.n-equipment ul li:nth-child(3n+2) { margin-left:49px;}
.n-equipment ul li:nth-child(3n+3) { margin-left:49px;}
.n-equipment ul li img {width: 100%;height: 100%; object-fit: cover;object-position: center 30%;}
/*n-newshow*/
.n-newshow  {border-top:#f0f0f0 solid 1px; margin-top:20px; padding-top:20px; }
.n-tit { color:#1e1e1e; font-size:30px; line-height:1.5;text-align:center;}
.n-see { color:#c8c8c8; font-size:12px; line-height:2; text-align:right;border-bottom:#f0f0f0 solid 1px; padding-bottom:10px;  margin-top:10px;}
.n-see span { color:#969696;}
.n-see i { display:inline-block; width:12px; height:12px; background:url(../images/see.png) no-repeat center center; background-size:100% 100%; vertical-align:middle; margin-right:5px; margin-top:-2px; }
.n-des { color:#999999; font-size:14px; line-height:2;background-color:#fcfbfd; border:#e4e4e4 solid 1px;  margin-top: 15px; margin-bottom: 20px; padding: 5px 10px;}
.n-show { color:#666666; font-size:14px; line-height:2; }
.n-show img { max-width:100%;}
.n-other { color:#666666; font-size:14px; line-height:2; border-top:#f0f0f0 solid 1px;  margin-top: 20px;  padding-top: 20px; }
.n-other a:hover { color:#c91e17; }
/*n-swiper*/
.n-swiper { position:relative; width:805px; height:500px; margin-bottom:30px; }
.n-swiper .swiper{width:100%; height:100%;}
.n-swiper .swiper-slide{display:flex;justify-content:center;align-items:center}
.n-swiper .swiper-slide img{max-width: 100%;max-height: 100%;vertical-align: middle;}
.n-swiper .swiper-pagination { text-align:right; }
.n-swiper .swiper-pagination-bullet { background: #f0f0f0; opacity:0.8; width:20px; height:20px; outline:none;}
.n-swiper .swiper-pagination-bullet-active { background-color:#ffa500; opacity:1;  }
.n-swiper .swiper-button-next { outline:none; width:50px; height:50px; background: rgba(0, 0, 0, 0.2); border-radius:50%;}
.n-swiper .swiper-button-next:hover { background: rgba(0, 0, 0, 0.5); }
.n-swiper .swiper-button-next:after { color:#ffffff; font-size:18px; }
.n-swiper .swiper-button-prev { outline:none; width:50px; height:50px; background: rgba(0, 0, 0, 0.2); border-radius:50%;}
.n-swiper .swiper-button-prev:after { color:#ffffff; font-size:18px;   }
.n-swiper .swiper-button-prev:hover { background: rgba(0, 0, 0, 0.5); }
/*n-ban*/
.n-ban { height:auto; }
.n-ban span { display:inline-block; background-color:#c91e17; color:#ffffff; font-size:16px; line-height:45px; padding:0 35px; min-width:124px; }
.n-search-box {border:#f0f0f0 solid 1px;padding: 20px;}
.n-search-box span { display:inline-block; }
.n-search-box span:nth-child(1) { width:545px;}
.n-search-box span:nth-child(2) { width:177px;}
.n-search-top { color:#333333; font-size:16px; line-height:41px; background-color:#fbfafb; padding-left:10px; }
.n-search-list { height:auto; }
.n-search-list ul li {color:#999999; font-size:12px; line-height:41px; padding-left:26px; position:relative;  }
.n-search-list ul li::after{content:""; position:absolute; left:10px; top:50%; margin-top:-6px; width:12px; height:12px; background:url(../images/right-icon.png) no-repeat center center; background-size:100% 100%; }
.n-search-list ul li span:nth-child(1) { color:#333333; font-size:16px; }
.n-search-list ul li:hover { background-color:#fdfcff;  } 
.n-search-list ul li:hover span:nth-child(1) { color:#c91e17; }


@media (max-width:1200px){
.wrap{width:94%}
/*header1200*/
.header .logo{ width:21%; }
/*menu1200*/
.menu ul li a { width: 90px; } 
.menu ul li a span {  width: 100px; } 
/*i-center1200*/
.i-center-list ul li { width:32%; height:220px; }
.i-center-list ul li:nth-child(3n+2) { margin-left:2%;}
.i-center-list ul li:nth-child(3n+3) { margin-left:2%;}
/*i-about1200*/
.i-about-left { width:38%; margin-top:30px; }
.i-about-right { width:56%; }
/*i-news1200*/
.i-news-left { width:40%; }
.i-news-right { width:59%; }
/*footer1200*/
.f-left { width:22%; }
.f-right { width:74%; }
/*n-main1200*/
.n-left { width:19%; }
.n-right { width:74%; }
/*n-honor1200*/
.n-honor ul li { width:32%; }
.n-honor ul li:nth-child(3n+2) { margin-left:2%;}
.n-honor ul li:nth-child(3n+3) { margin-left:2%;}
/*n-prolist1200*/
.n-prolist ul li { width:32%; }
.n-prolist ul li:nth-child(3n+2) { margin-left:2%;}
.n-prolist ul li:nth-child(3n+3) { margin-left:2%;}
/*n-message1200*/
.n-message { background-size:40% auto; }
/*n-equipment1200*/
.n-equipment ul li { width:32%; }
.n-equipment ul li:nth-child(3n+2) { margin-left:2%;}
.n-equipment ul li:nth-child(3n+3) { margin-left:2%;}
/*n-swiper1200*/
.n-swiper { width:90%; margin:0 auto; height:300px;  margin-bottom:30px; }
/*n-ban1200*/
.n-search-box span:nth-child(1) { width:45%;}
.n-search-box span:nth-child(2) { width:15%;}

}


@media (max-width:992px){
/*header992*/
.welcome { display:none;}
.header{ display:none;}
.nav{ display:none;}
.header2{ display: block; } 
.header-wrap { display:block; height:60px;}

}

@media (max-width:767px){
.wrap{width:80%}
/*banner767*/
.banner .swiper-pagination-bullet { width:20px; height:5px;}
.banner .swiper-button-next { width:25px; height:54px; }
.banner .swiper-button-prev { width:25px; height:54px; }
/*i-public767*/
.i-public img {  height:auto; max-width:100%; }
/*i-center767*/
.i-center-list {margin-top: 14px;}
.i-center-list ul li { float:none; width:100%; height:247px; margin-top:20px; text-align:center; }
.i-center-list ul li:nth-child(3n+2) { margin-left:0;}
.i-center-list ul li:nth-child(3n+3) { margin-left:0;}
/*i-pro767*/
.i-pro { padding-bottom: 44px; }
.i-pro-list { height:160px; }
/*i-about767*/
.i-about-show { margin-top: 32px; }
.i-about-left { float:none; width:100%; margin-top:0; }
.i-about-right { float:none; width:100%; margin-top:30px; }
.i-about-right .tit { height:86px; }
/*i-news767*/
.i-news-left { float:none; width:100%; height:220px; }
.i-news-right { float:none; width:100%; margin-top:20px;  }
.i-news-right ul li .con .tit { width:100%; }
/*footer767*/
.f-left { float:none; width:100%; text-align:center; }
.f-right { float:none; width:100%; }
.f-right dl { width:100%; margin-top:30px; }
/*n-main767*/
.n-left { float:none; width:100%; }
.n-left-ban { display:none; }
.n-left-list { border-bottom:none; }
.n-right { float:none; width:100%; margin-top:20px; }
.n-right-ban::after { display:none; }
/*n-main767*/
.n-main { min-height: 300px; padding-top: 25px; padding-bottom: 25px; }
/*n-honor767*/
.n-honor ul li { float:none; width:100%; }
.n-honor ul li:nth-child(3n+2) { margin-left:0;}
.n-honor ul li:nth-child(3n+3) { margin-left:0;}
/*n-prolist767*/
.n-prolist ul li { width:48.5%; height:160px; }
.n-prolist ul li:nth-child(3n+2) { margin-left:0;}
.n-prolist ul li:nth-child(3n+3) { margin-left:0;}
.n-prolist ul li:nth-child(even) { margin-left:3%; }
/*n-equipment767*/
.n-equipment ul li { width:48.5%; height:140px; }
.n-equipment ul li:nth-child(3n+2) { margin-left:0;}
.n-equipment ul li:nth-child(3n+3) { margin-left:0;}
.n-equipment ul li:nth-child(even) { margin-left:3%; }
/*n-message767*/
.n-message { background-image:none; }
.n-message ul li { margin-top: 3px; }
.n-message .tit { float:none; width:100%; text-align:left; padding-left: 15px; }
.n-message .des { float:none; margin-left:0; width:100%; }
/*n-newlist767*/
.n-newlist ul li .con .tit { width:100%; }
/*n-search-box767*/
.n-search-box { padding:5px; }
.n-search-list ul li span:nth-child(1) { font-size: 14px; }

}

@media (max-width:500px){
.wrap{width:94%}


}

