<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@100;300;400;500;700&amp;display=swap');

.iconfont{

    font-family:"iconfont" !important;

    font-size:16px;font-style:normal;

    -webkit-font-smoothing: antialiased;

    -webkit-text-stroke-width: 0.2px;

    -moz-osx-font-smoothing: grayscale;

}



html,body{width: 100%; height: 100%;}



* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}

body{ font-size: 16px; color: #666; background: #fff; font-family:'Noto Sans SC',sans-serif; font-weight: 300; overflow-x: hidden;}



ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6{ list-style: none; padding: 0; margin: 0; }

input,textarea{ outline:none;font-family:'Noto Sans SC',sans-serif;}

::-webkit-input-placeholder {color: #999;}

::-moz-placeholder {color: #999;}

:-ms-input-placeholder {color: #999;} 



a { text-decoration: none; color:#333;}

a:hover{ color: #fe0202;}



.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}

.clearfix{zoom:1;}

.clear{ clear:both}

.overflow{overflow-y:hidden;}



/*图片放大*/

.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}

.imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}

/*图片旋转*/

.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}

.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}

/*按钮鼠标经过变暗*/

.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}

/*鼠标经过有阴影*/

.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}

/*鼠标经过上浮并加阴影*/

.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}

.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}

/*图片经过遮罩*/

.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}



img{ display: inline-block; vertical-align:middle;max-width:100%;width: auto;max-height:100%;height: auto; border: none;}



.wrap{ width: 1300px; margin: 0 auto;}



/*头部*/

.header{ width:100%; height:80px; background: rgba(255,255,255,0); border-bottom: rgba(255,255,255,0.5) solid 1px;position:fixed; top: 0; z-index: 9999; transition: all .4s;-webkit-transition: all .4s;}

.header .logo{ float: left; padding-top:20px; transition: all .4s;-webkit-transition: all .4s;}

.header .headright{ float: right;}

.header .nav{ float: left; margin-right: 15px;}

.header .nav li{ float: left; margin-right: 45px; transition: all .4s;-webkit-transition: all .4s;}

.header .nav li a{ color: #fff; line-height:80px; display: block;font-size: 18px; font-weight:300; position: relative; transition: color .4s; -webkit-transition: color .4s;}

.header .nav li a:hover,.header .nav li.focus a{ color: #fe0202;}

.header .headright .lang{ float: left; position: relative;  padding-left: 45px; margin-top: 26px;}

.header .headright .lang:after{ content:"";width:1px; height: 16px; background: #fff; position: absolute; left: 0; top: 50%; margin-top: -8px; transition: background .4s;-webkit-transition: background .4s}

.header .headright .lang a{ padding: 0 3px;}

.header .headright .lang img{ width: 25px; height: 25px; vertical-align: middle;}

.header .headright .lang img.jp{border-radius:25px; border: #666 solid 1px; overflow: hidden;transition: all .4s;-webkit-transition: all .4s;}



.header.cur{ height: 80px; background: #fff;border-bottom:#fff solid 1px; box-shadow: 0 0 5px rgba(0,0,0,0.1);}

.header.cur .headright .lang:after{ background: #666;}

.header.cur .headright .lang img.jp{ border: #999 solid 1px;}

.header.cur .nav li a{ color: #000;}

.header.cur .nav li a:hover,.header .nav li.focus a{ color: #fe0202;}



.header.on{ background: #fff;}

.header.on .nav li a{ color: #000; }

.header.on .nav li a:hover,.header .nav li.focus a{ color: #fe0202;}



.header .menu-toggle{display: none;}

.header .wapnav{display: none;}



/*首页bannner*/

.banner {height:820px;}

.banner .swiper-container{  overflow:hidden; width: 100%; height:820px;}

.banner .swiper-container .swiper-slide{ width:100%; height:820px;}

.banner .swiper-container .swiper-slide a{ width:100%; height:820px; display: block;}
.banner .swiper-container .swiper-slide video{ width: 100%; }

.banner .swiper-container .pagination {position: absolute;left: 0;text-align: center; bottom:65px;width: 100%;}

.banner .swiper-container .swiper-pagination-switch {display: inline-block;width: 16px;height: 16px;border-radius: 10px;background: #fff;margin: 0 5px;cursor: pointer;}

.banner .swiper-container .swiper-active-switch { background: #fe0000;}



/*内页banner*/

.nei_banner{ width: 100%; height: 450px; background-repeat: no-repeat; background-position: center; background-size: cover; margin-top: 80px;}

.nei_banner2{ width: 100%; height: 220px; background-repeat: no-repeat; background-position: center; background-size: cover; margin-top: 80px;}



/*大标题*/

.ititle{text-align: center; margin-bottom: 55px; position: relative; z-index: 11;}

.ititle h2{font-size: 35px;font-weight: normal; color: #333; line-height: 1; position: relative; padding-bottom: 15px; margin-bottom: 15px;}

.ititle p{font-size: 18px; line-height: 1.4; padding: 0 195px;}

.ititle h2:after{ content: ""; width: 138px; height: 4px; background: #fe0000; position: absolute; left: 50%; bottom: 0; margin-left: -69px;}



/*首页简介*/

.iabout{ padding: 100px 0; border-bottom: #d9d9d9 solid 1px;}

.iabout .wrap{ position: relative;}

.iabout .box{  padding-right: 640px;}

.iabout .box dl{ overflow: hidden; margin-bottom: 28px;}

.iabout .box dl h2{ font-size: 35px;font-weight: normal; color: #333; line-height: 1; float: left; position: relative; padding-bottom: 22px; margin-right: 8px;}

.iabout .box dl h2:after{ content: ""; width: 133px; height: 4px; background: #fe0000; position: absolute; left: 0; bottom: 0;}

.iabout .box dl p{ font-size: 16px; color: #999999; float: left; margin-top:15px;}

.iabout .box .con{font-size: 18px; line-height: 1.7;}

.iabout .box .more{ width: 180px; height: 50px; line-height: 50px; text-align: center; background: #0c3164; color: #fff; font-size: 18px; display: block; margin-top: 40px; transition: all .4s;-webkit-transition: all .4s;}

.iabout .box .more:hover{ background: #011f49;}

.iabout .pic{width: 595px; background: #fff; position: absolute; top: 0; right: 0; }

.iabout .pic ol{width: 376px; padding: 68px; padding-right: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2);}

.iabout .pic ol img{ width: 528px; max-width: 528px;}



/* 首页产品 */

.ipro{ padding: 55px 0 100px;}

.ipro .box{ padding: 0 84px;}

.ipro .box ul li{width: 25%; float: left; position: relative;}

.ipro .box ul li dl{ overflow: hidden;}

.ipro .box ul li p{ position: absolute; left:0; bottom: 0; width: 100%; line-height: 86px; background: rgba(59,64,72,0.6); font-size: 22px; color: #fff; text-align: center;transition: all .3s;-webkit-transition: all .3s;}

.ipro .box ul li:hover p{ line-height: 120px;}



/* 首页新闻 */

.inews{ padding: 64px 0 90px; position: relative;}

.inews:after{content: ""; width: 100%; height: 451px; background: #e7e7e7; position: absolute; top: 0; left: 0;}

.inews .box{ position: relative; z-index: 11; padding:0 84px;}

.inews .box ul{ margin: 0 -12px;}

.inews .box ul li{ width: 25%; float: left; padding: 0 12px;}

.inews .box ul li .con{ height: 242px; position: relative;}

.inews .box ul li .con .newsText{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 22; background: #fff; padding: 40px; transition: all .4s;-webkit-transition: all .4s;}

.inews .box ul li .con .newsText span{ color: #999; line-height: 1; transition: color .4s;-webkit-transition: color .4s;}

.inews .box ul li .con .newsText span b{ color:#333; font-size: 20px; transition: color .4s;-webkit-transition: color .4s;}

.inews .box ul li .con .newsText h3{font-size: 18px; font-weight: 300; color:#333; margin-bottom: 10px; margin-top: 15px;overflow: hidden; text-overflow:ellipsis;  white-space: nowrap; transition: color .4s;-webkit-transition: color .4s;}

.inews .box ul li .con .newsText p{font-size: 15px; color:#999;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; transition: color .4s;-webkit-transition: color .4s;}

.inews .box ul li .con dl{ width:100%; height: 242px; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0;}

.inews .box ul li ol{  height: 74px; line-height: 74px; color: #333; background: #dedede url(../images/icon01.png) no-repeat right 14px center; padding-left: 28px;}

.inews .box ul li a:hover .con .newsText{ background:rgba(4,32,61,0.75);}

.inews .box ul li a:hover .con .newsText span{ color: #fff;}

.inews .box ul li a:hover .con .newsText span b{ color: #fff;}

.inews .box ul li a:hover .con .newsText h3{ color: #fff;}

.inews .box ul li a:hover .con .newsText p{ color: #fff;}

.inews .more{ width: 198px; height: 48px; line-height: 46px; text-align: center; border: #dfdfdf solid 1px; margin:48px auto 0; display:block; transition: all .4s;-webkit-transition: all .4s;}

.inews .more:hover{ background: #0c3164; color: #fff; }



/* 首页案例 */

.icase{ background: #464646; padding: 60px 0 90px;}

.icase .ititle h2{ color:#fff;}

.icase .ititle p{ color:#999;}

.icase .box{}

.icase .box ul{ margin: 0 -13px;}

.icase .box ul li{ float: left; width: 20%; padding: 0 13px; margin-bottom: 10px;}

.icase .box ul li dl{ background: #fff;}

.icase .box ul li dl:hover{ box-shadow:0 0 10px rgba(0,0,0,0.7);}

.icase .more{ width: 198px; height: 48px; line-height: 44px; color: #999; text-align: center; border: #999999 solid 2px; margin:48px auto 0; display:block; transition: all .4s;-webkit-transition: all .4s;}

.icase .more:hover{ background: #fff;border: #fff solid 2px; color: #333;}



/* 首页联系电话 */

.icontact{ height: 174px; line-height: 174px; background: #fff; font-size: 37px; font-weight: bold; text-align: center;}

.icontact dl{display: inline; background: url(../images/icon02.png) no-repeat left center; padding-left: 65px;}

.icontact dl span{ color:#fe0202; font-family: Impact;font-size:40px;}



/*内页导航*/

.neiNav{ padding-top: 50px; text-align: center;}

.neiNav li{ background: #e7e7e7; display: inline-block; min-width: 145px; margin: 0 5px;}

.neiNav li a{line-height: 45px;display:block; font-size: 18px;transition: all .4s;-webkit-transition: all .4s;}

.neiNav li.focus a,.neiNav li a:hover{ background:#d51b12; color: #fff;}



/*内页大标*/

.title{ text-align: center;  margin-bottom: 60px; position: relative;}

.title h2{font-size: 33px; color: #333; line-height: 1; font-weight: 300; display: inline; background: #fff; padding: 0 40px; position: relative; z-index: 11;}

.title:after{ content: ''; width: 100%; height: 1px; background: #e7e7e7; position: absolute; left: 0; top: 50%;}



.text{ font-size: 18px; line-height: 1.7;}



/*简介*/

.about{ padding:50px 0 100px;}

.about img{float: right; margin: 0 0 30px 30px;}



/*荣誉*/

.honor{padding:50px 0 60px;}

.honor .box{}

.honor .box ul{ margin: 0 -15px;}

.honor .box ul li{ width: 33.33%; float: left; padding: 0 15px; margin-bottom: 30px;}

.honor .box ul li dl{ overflow: hidden;}



/*历史*/

.lishi{ padding:125px 0;}

.lishi .box{ position: relative; padding:0 50px;}

.lishi .box .arrow-left,.lishi .box .arrow-right{ width:74px; height:74px; display: block; position: absolute; z-index: 2;}

.lishi .box .arrow-left{ background: url(../images/pre.png) no-repeat center; position: absolute; left: 0; top: 50%; margin-top: -37px;}

.lishi .box .arrow-right{ background: url(../images/next.png) no-repeat center; position: absolute; right: 0; top: 50%; margin-top: -37px;}

.lishi .box .swiper-container {width: 100%;height: 530px;background: url(../images/icon03.png) repeat-x center;}

.lishi .box .swiper-slide {width:100%; text-align: center; position: relative;}

.lishi .box .swiper-slide:before{ content: ""; width: 1px; height: 243px; background: #cfcfcf; position: absolute; left: 50%; top: 0; }

.lishi .box .swiper-slide.cur:before{ bottom: 0; top: auto;}

.lishi .box .swiper-slide dl{line-height: 46px; background: #dfdfdf; display: inline-block; padding: 0 30px; font-size:18px; color: #333; font-weight: normal; border-radius: 30px; margin-top: 243px; transition: all .4s; -webkit-transition: all .4s;}

.lishi .box .swiper-slide ol{ width:100%; height:120px;	color: #333; background: #e5e5e5; position: absolute; top: 0; line-height:1.4; text-align:center; font-size: 15px; padding: 10px; border: #cfcfcf solid 1px;}

.lishi .box .swiper-slide.cur ol{ bottom: 0; top: auto;}

.lishi .box .swiper-slide:hover dl{ background: #5b5b5b; color: #fff;}

.lishi .box .swiper-slide:hover ol{ background: #5b5b5b; color: #fff; border: #5b5b5b solid 1px;}



/*案例*/

.case{padding:50px 0 90px;}

.case .text{ text-align: center; padding: 0 140px; margin-top: -20px;}

.case .box{ padding-top: 70px;}

.case .box ol{ text-align: center; font-size: 20px; color: #d51b12; font-weight: normal; margin-bottom: 40px;}

.case .box ul{ margin: 0 -13px;}

.case .box ul li{ float: left; width: 20%; padding: 0 13px; margin-bottom: 10px;}

.case .box ul li dl{ background: #fff; border: #e0e0e0 solid 2px;}

.case .box ul li dl:hover{ box-shadow:0 0 7px rgba(0,0,0,0.2);}



/* 新闻 */

.news{ padding: 50px 0 90px; position: relative;}

.news .box{ position: relative; z-index: 11;}

.news .box ul{ margin: 0 -12px;}

.news .box ul li{ width: 33.33%; float: left; padding: 0 12px; margin-bottom: 45px;}

.news .box ul li .con{ height: 242px; position: relative;}

.news .box ul li .con .newsText{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 22; background: #fff; padding: 40px; transition: all .4s;-webkit-transition: all .4s; border:#dedede solid 1px;}

.news .box ul li .con .newsText span{ color: #999; line-height: 1; transition: color .4s;-webkit-transition: color .4s;}

.news .box ul li .con .newsText span b{ color:#333; font-size: 20px; transition: color .4s;-webkit-transition: color .4s;}

.news .box ul li .con .newsText h3{font-size: 18px; font-weight: 300; color:#333; margin-bottom: 10px; margin-top: 15px;overflow: hidden; text-overflow:ellipsis;  white-space: nowrap; transition: color .4s;-webkit-transition: color .4s;}

.news .box ul li .con .newsText p{font-size: 15px; color:#999;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; transition: color .4s;-webkit-transition: color .4s;}

.news .box ul li .con dl{ width:100%; height: 242px; background-position: center; background-repeat: no-repeat; background-size: cover; position: absolute; left: 0; top: 0;}

.news .box ul li ol{  height: 74px; line-height: 74px; color: #333; background: #dedede url(../images/icon01.png) no-repeat right 14px center; padding-left: 28px; transition: all .4s;-webkit-transition: all .4s;}

.news .box ul li a:hover .con .newsText{ background:rgba(4,32,61,0.75); border: rgba(255,255,255,0) solid 1px;}

.news .box ul li a:hover .con .newsText span{ color: #fff;}

.news .box ul li a:hover .con .newsText span b{ color: #fff;}

.news .box ul li a:hover .con .newsText h3{ color: #fff;}

.news .box ul li a:hover .con .newsText p{ color: #fff;}

.news .box ul li a:hover ol{ color: #fff; background: #d51b12 url(../images/icon01-2.png) no-repeat right 14px center;}



.newsView{padding: 50px 0 90px; }

.newsView .newsHead{text-align: center; margin-bottom: 20px;}

.newsView .newsHead h1{font-size: 25px; font-weight: normal; color: #333; line-height: 1.2; margin-bottom:10px;}

.newsView .newsHead p{font-size: 16px; color: #666;}

.newsView .back{ width: 140px; height: 40px; line-height: 40px; text-align: center;}

.newsView .back a{ background: #d51b12; color: #fff; display: block; margin: 60px 0;}

.newsView .newspage{ margin-top:60px; border-top: #d8d8d8 solid 1px;}

.newsView .newspage dl{color: #d51b12; padding: 15px 0; margin-bottom: 10px; line-height: 1; border-bottom: #d8d8d8 solid 1px;}

.newsView .newspage dl span{float: right; color: #999;}



/*产品*/

.products{ padding: 70px 0;}

.products .pronav{ width: 258px; float: left;}

.products .pronav dl{ line-height: 65px; background: #d51b12; color: #fff; font-size: 20px; padding-left: 30px; margin-bottom: 5px;}

.products .pronav ul li{  margin-bottom: 5px;}

.products .pronav ul li a{ color: #000; line-height: 50px; padding-left: 27px; display: block; border: #ebebeb solid 2px;}

.products .pronav ul li a:hover{ background: #464646;border: #464646 solid 2px; color: #fff;}

.products .pronav ul li a.tit{ position: relative;}

.products .pronav ul li a.tit:before{ content:"+"; position: absolute; right:18px; font-size: 18px;}

.products .pronav ul li .subnav{display: none;border: #ebebeb solid 2px; border-top: none;}

.products .pronav ul li.focus a{background: #464646;border: #464646 solid 2px; color: #fff;}

.products .pronav ul li.focus a.tit:before{ content:"-"; position: absolute; right:18px;font-weight: bold;}

.products .pronav ul li.focus .subnav{display: block;}

.products .pronav ul li .subnav ol a{ border: none; color: #666;border-top: #ebebeb solid 1px;  background: #fff; font-size: 15px;}

.products .pronav ul li .subnav ol a:hover{ background: #ebebeb;}



.breadcrumb{ border-bottom: #cecece solid 1px; overflow: hidden; line-height: 52px; padding-top: 12px; margin-bottom: 30px;}

.breadcrumb h2{float: left; font-size: 20px; color: #000; font-weight: normal;}

.breadcrumb h2 span{ color: #d51b12;}

.breadcrumb dl{float: right; color: #999;}

.breadcrumb dl a{ color: #999;}

.breadcrumb dl a:hover{ color: #d51b12;}



.products .prolist{ padding-left: 310px;}

.products .prolist .box{ margin: 0 -18px;}

.products .prolist .box ul li{ float: left; width: 33.33%; padding: 0 18px; margin-bottom: 10px;}

.products .prolist .box ul li dl{ border: #e3e3e3 solid 2px; height: 382px; line-height: 375px; text-align: center; overflow: hidden;}

.products .prolist .box ul li ol{ text-align: center; height: 50px;}

.products .prolist .box ul li ol h3{font-size: 16px; font-weight: 300; color: #666666; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.products .prolist .box ul li ol p{font-size: 16px; font-weight: 300; color: #666666; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}





.products .proview{ padding-left: 310px;}

.products .proview .box{}

.products .proview .box .protop{}

.products .proview .box .protop .propic{ width: 396px; height: 496px; line-height: 492px; text-align: center; border: #d8d8d8 solid 1px; background: #fff; position: relative; float: left; overflow:hidden;}

.products .proview .box .protop .propic:before{ content:""; width: 31px; height: 31px; background: url(../images/icon11.png) no-repeat center; position: absolute; top: 16px; right: 16px;}

.products .proview .box .protop .proright{ padding-left: 454px;}

.products .proview .box .protop .proright dl{font-size: 20px; color: #d51b12; font-weight: normal; margin-bottom: 10px;}

.products .proview .box .protop .proright ol{ margin-bottom: 30px;}

.products .proview .box .protext{ padding-top: 40px;}

.products .proview .box .protext dl{font-size: 20px; color: #d51b12; font-weight: normal; margin-bottom: 10px;}

.products .proview .box .protext ol{ margin-bottom: 30px; overflow: hidden;}

.products .proview .box .protext ol img{}

.products .proview .box .protext ol table{ border-top:#d0cece solid 1px; overflow: hidden; margin-left: -1px;}

.products .proview .box .protext ol table tr td{ border-bottom:#d0cece solid 1px; border-left:#d0cece solid 1px; padding: 3px 20px; color: #333; margin-left: -2px;}









/*产品2*/

.products2{ padding: 70px 0;}

.products2 .pronav{ width: 258px; float: left;}

.products2 .pronav dl{ line-height: 65px; background: #d51b12; color: #fff; font-size: 20px; padding-left: 30px; margin-bottom: 5px;}

.products2 .pronav ul li{  margin-bottom: 5px;}

.products2 .pronav ul li a{ color: #000; line-height: 50px; padding-left: 27px; display: block; border: #ebebeb solid 2px;}

.products2 .pronav ul li a:hover{ background: #464646;border: #464646 solid 2px; color: #fff;}

.products2 .pronav ul li a.tit{ position: relative;}

.products2 .pronav ul li a.tit:before{ content:"+"; position: absolute; right:18px; font-size: 18px;}

.products2 .pronav ul li .subnav{display: none;border: #ebebeb solid 2px; border-top: none;}

.products2 .pronav ul li.focus a{background: #464646;border: #464646 solid 2px; color: #fff;}

.products2 .pronav ul li.focus a.tit:before{ content:"-"; position: absolute; right:18px;font-weight: bold;}

.products2 .pronav ul li.focus .subnav{display: block;}

.products2 .pronav ul li .subnav ol a{ border: none; color: #666;border-top: #ebebeb solid 1px;  background: #fff; font-size: 15px;}

.products2 .pronav ul li .subnav ol a:hover{ background: #ebebeb;}



.products2 .prolist{ padding-left: 310px;}

.products2 .prolist .box{ margin: 0 -18px;}

.products2 .prolist .box ul li{ float: left; width: 33.33%; padding: 0 18px; margin-bottom: 10px;}

.products2 .prolist .box ul li dl{ border: #e3e3e3 solid 2px; height: 275px; line-height: 268px; text-align: center; overflow: hidden;}

.products2 .prolist .box ul li ol{ text-align: center; height: 25px;}

.products2 .prolist .box ul li ol h3{font-size: 16px; font-weight: 300; color: #666666; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.products2 .prolist .box ul li ol p{font-size: 16px; font-weight: 300; color: #666666; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}







.products2 .proview{ padding-left: 310px;}

.products2 .proview .box{}

.products2 .proview .box .protop{}

.products2 .proview .box .protop .propic{ width: 396px; height: 415px; line-height: 420px; text-align: center; border: #d8d8d8 solid 1px; background: #fff; position: relative; float: left;}

.products2 .proview .box .protop .propic:before{ content:""; width: 31px; height: 31px; background: url(../images/icon11.png) no-repeat center; position: absolute; top: 16px; right: 16px;}

.products2 .proview .box .protop .proright{ padding-left: 454px;}

.products2 .proview .box .protop .proright dl{font-size: 20px; color: #d51b12; font-weight: normal; margin-bottom: 10px;}

.products2 .proview .box .protop .proright ol{ margin-bottom: 30px;}

.products2 .proview .box .protext{ padding-top: 40px;}

.products2 .proview .box .protext dl{font-size: 20px; color: #d51b12; font-weight: normal; margin-bottom: 10px;}

.products2 .proview .box .protext ol{ margin-bottom: 30px; overflow: hidden;}

.products2 .proview .box .protext ol table{ border-top:#d0cece solid 1px; overflow: hidden; margin-left: -1px;}

.products2 .proview .box .protext ol table tr td{ border-bottom:#d0cece solid 1px; border-left:#d0cece solid 1px; padding: 3px 20px; color: #333; margin-left: -2px;}



/*招聘*/

.job{ padding: 50px 0;}

.job .box{ margin: -20px auto 0;}

.job .biaoti{ overflow: hidden; background: #5b5b5b; color: #fff; font-size: 18px; line-height: 60px; margin-bottom: 5px;}

.job .biaoti dd{ width: 20%; padding:0 28px; float: left;}

.job .biaoti dt{ width: 20%; padding:0 28px; float: left; text-align: right;}

.job ul { margin-bottom: 5px;background: #fff;}

.job ul.focus dl{display: block;}

.job ul li{ background: #eeeeee; line-height:50px; font-size: 15px; color: #000;  overflow: hidden;}

.job ul li ol{ width:20%; padding:0 28px; float: left;}

.job ul li ol span{ color: #000; font-size: 18px; font-weight: normal;}

.job ul li dt{ width:20%; padding:0 48px 0 28px; float: left; text-align: right; background: url(../images/icon10.png) no-repeat right 28px center;}

.job ul dl{ font-size: 14px; margin-bottom: 10px; padding: 28px; line-height: 1.6; overflow: hidden; border-top: #f5f3f3 solid 1px; display: none;}

.job ul dl h5{ font-size: 17px; color: #000; font-weight:400; margin-bottom:5px;}

.job ul dl .miaoshu{ width: 100%; float: none; padding-right: 0; margin-bottom: 20px;}

.job ul dl .lianxi{ width: 100%; float: none;}



/*联系*/

.contact{ padding: 50px 0; }

.contact .box{}

.contact .box ul{ margin: 0 -23px;}

.contact .box ul li{ width:33.33%; float: left; padding: 0 23px; margin-bottom: 15px; }

.contact .box ul li ol{ border:#cecece dashed 2px; text-align: center; padding: 30px 30px 10px;}

.contact .box ul li ol i{ width: 50px; height: 50px; line-height: 50px; display: block; margin: 0 auto 10px;}

.contact .box ul li ol h3{font-size: 20px; font-weight: normal; color: #000;}

.contact .box ul li ol dl{ height: 50px;}



.message{padding: 45px 0 60px; background: url(../images/messageBg.jpg) no-repeat center; background-size: cover;}

.message dl{font-size: 28px; color: #fff; font-weight: normal; margin-bottom: 30px;}

.message ul{ overflow: hidden; margin:0 -18px 18px;}

.message ul li{ width: 50%; float: left; padding: 0 18px;}

.message ol{ margin-bottom: 18px;}

.message ul input{ width: 100%; height: 50px; line-height: 50px; border: none; font-size: 16px; padding-left: 20px;}

.message ol textarea{ width: 100%; height: 180px; border: none; font-size: 16px; padding: 20px;}

.message button{ width: 280px; height: 60px; background: #d51b12; border: none; color: #fff; font-size: 20px; cursor: pointer;}



/* footer */

.footer{}

.footer .fmain{ background: #e7e7e7; padding: 50px 0 60px;}

.footer .fmain .fleft{float: left;}

.footer .fmain .fleft dl{ margin-top: 25px;}

.footer .fmain .fright{ float: right; line-height: 1.8;}

.footer .fmain .fright ul{float: left; margin-left: 100px;}

.footer .fmain .fright ul dl{ font-size: 18px; color: #000; font-weight: normal;}

.footer .fmain .fright ul dl a{ color: #000;}

.footer .fmain .fright ul li a{color: #666;}

.footer .fmain .fright ul li a:hover{color: #fe0101;}

.footer .copyright{ height: 66px; line-height: 66px; color: #cccccc; background: #464646;}

.footer .copyright a{color: #cccccc;}



/*===/分页=============================*/

.fengye{ padding: 10px 0; text-align: center; font-size:18px;}

.off{  padding:8px 17px; background:#e2e2e2; color:#000; margin:0 10px;}

a.off:hover{ background:#d51b12; color:#fff; }

.fengye a{ line-height:1;color:#000; padding:8px 17px; margin-right:10px;background:#e2e2e2;}

.fengye a:hover{color:#fff;background:#d51b12; }

.fengye a.fenyeon{ line-height:1; background:#d51b12; color:#FFF;}



@media screen and (max-width:1340px){

.wrap{ width: 100%; padding: 0 20px;}



/*首页bannner*/

.banner {height:650px;}

.banner .swiper-container{ height:650px;}

.banner .swiper-container .swiper-slide{  height:650px;}

.banner .swiper-container .swiper-slide a{  height:650px; }

}



@media screen and (max-width:1140px){

.header .nav li{ margin-right: 30px;}

.header .nav li a{font-size: 16px;}



/*首页bannner*/

.banner {height:500px;}

.banner .swiper-container{ height:500px;}

.banner .swiper-container .swiper-slide{  height:500px;}

.banner .swiper-container .swiper-slide a{  height:500px; }



.iabout .box{  padding-right: 490px;}

.iabout .box .con{font-size: 16px;}

.iabout .pic{width: 470px; background: #fff; position: absolute; top: 0; right: 0; }

.iabout .pic ol{width: 376px; padding: 50px; padding-right: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2);}

.iabout .pic ol img{ width: 400px; max-width: 400px;}



.ipro .box{ padding: 0 20px;}



.inews .box{ padding:0 20px;}

.inews .box ul{ margin: 0 -5px;}

.inews .box ul li{ padding: 0 5px;}

.inews .box ul li .con .newsText{ padding: 20px;}

.inews .box ul li ol{ padding-left: 20px;}



.products .pronav{ width: 220px;}

.products .prolist{ padding-left: 240px;}

.products .prolist .box{ margin: 0 -5px;}

.products .prolist .box ul li{ padding: 0 5px;}

.products .prolist .box ul li dl{ height: 300px; line-height: 296px;}



.products .proview{ padding-left: 240px;}

.products .proview .box .protop .propic{ width: 350px;}

.products .proview .box .protop .proright{ padding-left: 370px;}



.footer .fmain .fright ul{ margin-left: 60px;}

}



@media screen and (max-width:1000px){

.wrap{ width: 100%; padding: 0 15px;}



/*头部*/

.header{ width:100%; height:60px; border-bottom: rgba(255,255,255,0.1) solid 1px; z-index: 9999; }

.header .logo{ width: 130px;  padding-top:15px; position: relative; z-index: 30; }

.header .headright{display: none;}



.header.cur{ height: 60px;}



.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  z-index:99999; display:block;transition: all .4s;-webkit-transition: all .4s;}

.header .menu-toggle span{ width:35px; height:2px; background:#fff;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}

.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#fff;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}

.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#fff;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}

.header .menu-toggle.cur span{background-color:transparent;}

.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}

.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}



.header.cur .menu-toggle span{ background: #666;}

.header.cur .menu-toggle span:before{ background: #666;}

.header.cur .menu-toggle span:after{ background: #666;}

.header.cur .menu-toggle.cur span{ background-color:transparent;}



.header.on .menu-toggle span{ background: #666;}

.header.on .menu-toggle span:before{ background: #666;}

.header.on .menu-toggle span:after{ background: #666;}

.header.on .menu-toggle.cur span{background-color:transparent;}



.header .wapnav{width: 100%; height: 100vh; overflow-y: auto; background: #fff; position: fixed; top: 60px; left: 0;z-index: 20; display: none;}

.header .wapnav ul{border-top: #eee solid 1px;}

.header .wapnav ul li{ width: 100%; line-height: 60px; border-bottom: #eee solid 1px;transition:all 300ms; padding-top: 0;}

.header .wapnav ul li a{ color: #666; font-size:16px; padding: 0 20px; font-weight: normal; display: block;}

.header .wapnav ul li a.tit{ padding-bottom: 0; }

.header .wapnav ul li.focus a,.header .wapnav ul li:hover a{ background: #666666; color: #fff;}

.header .wapnav ul li .subnav{display: none; background: #fff; position: static; width: 100%; padding: 0;}

.header .wapnav ul li .subnav dl a{ background: #eee; color: #666; font-weight: normal; line-height: 50px; padding: 0 20px;}

.header .wapnav ul li .subnav dl a:hover{ background: #ca102b; color: #fff; }

.header .wapnav ul li .subnav dl a.tit2{background: #eee; color: #666; }

.header .wapnav ul li .subnav dl.focus a.tit2{ background: #ca102b; color: #fff; }

.header .wapnav ul li dl.focus a{ background: #333; color: #fff;}

.header .wapnav ul li .subnav dl:hover a.tit2{ background: #ca102b; color: #fff; }

.header .wapnav ul li .subnav dl .subnav2{ padding: 0; background: #999; display: none;position: static;width: 100%;}

.header .wapnav ul li .subnav .subnav2 a{ background: #999; font-weight: normal; color: #fff; line-height:50px;}

.header .wapnav .lang{ padding: 15px 20px;}

.header .wapnav .lang a{ padding: 0 3px;}

.header .wapnav .lang img{ width: 25px; height: 25px; vertical-align: middle;}

.header .wapnav .lang img.jp{border-radius:25px; border: #666 solid 1px; overflow: hidden;transition: all .4s;-webkit-transition: all .4s;}





/*首页bannner*/

.banner {height:240px;}

.banner .swiper-container{ height:240px;}

.banner .swiper-container .swiper-slide{  height:240px;}

.banner .swiper-container .swiper-slide a{  height:240px; }

.banner .swiper-container .pagination { bottom:15px;}

.banner .swiper-container .swiper-pagination-switch {width: 12px;height: 12px;}



/*内页banner*/

.nei_banner{ height: 150px; margin-top: 60px;}

.nei_banner2{ height: 100px; margin-top: 60px;}



/*大标题*/

.ititle{margin-bottom: 30px;}

.ititle h2{font-size: 26px;padding-bottom: 15px; margin-bottom: 15px;}

.ititle p{font-size: 13px; line-height: 1.4; padding: 0;}

.ititle h2:after{  width: 50px; height: 2px; margin-left: -25px;}



/*首页简介*/

.iabout{ padding:60px 0 140px; border-bottom: #d9d9d9 solid 1px;}

.iabout .wrap{ position: relative;}

.iabout .box{  padding-right: 0;}

.iabout .box dl{ overflow: hidden; margin-bottom: 28px; text-align: center;}

.iabout .box dl h2{ font-size: 26px; float: none; position: relative; padding-bottom: 15px; margin-right: 0;}

.iabout .box dl h2:after{ width: 50px; height: 2px; left: 50%; margin-left: -25px;}

.iabout .box dl p{ font-size: 13px;float: none; margin-top:10px;}

.iabout .box .con{font-size: 15px; line-height: 1.6; display: -webkit-box;   -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden;}

.iabout .box .more{ width: 150px; height: 40px; line-height: 40px;font-size: 16px; margin-top: 0; position: absolute; bottom: -70px; left: 50%; margin-left: -75px;}

.iabout .box .more:hover{ background: #011f49;}

.iabout .pic{width: 100%; position: static; top: 0; right: 0; margin-top: 20px; }

.iabout .pic ol{width: 100%; padding: 0; padding-right: 0; box-shadow: 0 0 20px rgba(0,0,0,0.2);}

.iabout .pic ol img{ width: 100%; max-width: 100%;}



/* 首页产品 */

.ipro{ padding: 55px 0 70px;}

.ipro .box{ padding: 0 15px;}

.ipro .box ul li{width: 50%; }

.ipro .box ul li p{ width: 100%; line-height: 50px;  font-size:16px; }

.ipro .box ul li:hover p{ line-height:50px;}



/* 首页新闻 */

.inews{ padding: 50px 0 70px; background: #e7e7e7;}

.inews .box{ position: relative; z-index: 11; padding:0 15px;}

.inews .box ul{ margin: 0 -5px;}

.inews .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px;}

.inews .box ul li .con{ height: 200px; position: relative;}

.inews .box ul li .con .newsText{padding:20px 15px;}

.inews .box ul li .con .newsText span{ font-size: 14px;}

.inews .box ul li .con .newsText span b{ font-size: 18px;}

.inews .box ul li .con .newsText h3{font-size: 15px;  margin-bottom: 10px; margin-top: 10px;overflow: hidden; text-overflow:ellipsis;  white-space: nowrap; transition: color .4s;-webkit-transition: color .4s;}

.inews .box ul li .con .newsText p{font-size: 13px; color:#999;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; transition: color .4s;-webkit-transition: color .4s;}

.inews .box ul li .con dl{  height: 200px;}

.inews .box ul li ol{  height: 50px; line-height: 50px; background-size:25px auto; padding-left: 15px; font-size: 15px;}

.inews .more{ width: 150px; height: 40px; line-height: 36px; border: #aaa solid 1px; margin:30px auto 0; position: relative; z-index: 11;}



/* 首页案例 */

.icase{ padding: 60px 0 70px;}

.icase .box ul{ margin: 0 -5px;}

.icase .box ul li{ width:33.33%; padding: 0 5px; margin-bottom: 10px;}

.icase .more{ width: 150px; height: 40px; line-height: 36px; margin:30px auto 0;}



/* 首页联系电话 */

.icontact{ height: 80px; line-height: 80px;  font-size: 20px;text-align: center;}

.icontact dl{ background-size: 20px; padding-left: 25px;}

.icontact dl span{ font-size:20px;}



/*内页导航*/

.neiNav{ padding-top:40px; text-align: center;}

.neiNav li{ background: #e7e7e7; display: inline-block; min-width: 18%; margin: 0;}

.neiNav li a{line-height: 45px; font-size: 14px;}



/*内页大标*/

.title{  margin-bottom: 40px; }

.title h2{font-size: 26px;padding: 0 20px;}



.text{ font-size: 15px; line-height: 1.6;}



/*简介*/

.about{ padding:50px 0 70px;}

.about img{float: right; margin: 0 0 20px;}



/*荣誉*/

.honor{padding:50px 0 60px;}

.honor .box{}

.honor .box ul{ margin: 0 -5px;}

.honor .box ul li{ width: 50%; float: left; padding: 0 5px; margin-bottom: 10px;}

.honor .box ul li dl{ overflow: hidden;}



/*历史*/

.lishi{ padding:40px 0;}

.lishi .box{ position: relative; padding:0px;}

.lishi .box .arrow-left,.lishi .box .arrow-right{ display: none;}

.lishi .box .swiper-container {width: 100%;height: auto; background:none;}

.lishi .box .swiper-slide {width:100%; text-align: center; position: relative; margin-bottom: 20px;}

.lishi .box .swiper-slide:before{ display: none;}

.lishi .box .swiper-slide dl{line-height: 30px; display: block; padding: 0 30px; font-size:16px; border-radius: 30px; margin-top: 0; }

.lishi .box .swiper-slide ol{ width:100%; height:auto; background:none; position: static; top: 0; line-height:1.4; text-align: left; font-size: 15px; padding: 10px; border:none}

.lishi .box .swiper-slide.cur ol{ bottom: 0; top: auto;}

.lishi .box .swiper-slide:hover dl{ background: #90be3d; color: #fff;}

.lishi .box .swiper-slide:hover ol{ background:#fff; color: #666; border:none;}



/*案例*/

.case{padding:50px 0 70px;}

.case .text{  font-size: 13px; padding: 0 10px; margin-top: -20px;}

.case .box{ padding-top: 30px;}

.case .box ol{font-size:16px; margin-bottom:30px;}

.case .box ul{ margin: 0 -5px;}

.case .box ul li{ float: left; width: 33.33%; padding: 0 5px; margin-bottom: 10px;}



/* 新闻 */

.news{ padding: 50px 0 80px; position: relative;}

.news .box{ position: relative; z-index: 11; margin-bottom: 40px;}

.news .box ul{ margin: 0 ;}

.news .box ul li{ width: 100%; float: none; padding: 0; margin-bottom: 15px;}



.newsView{padding: 40px 0 70px; }

.newsView .newsHead{margin-bottom: 30px;}

.newsView .newsHead h1{font-size: 22px; line-height: 1.2; margin-bottom:10px;}

.newsView .newsHead p{font-size: 14px; }

.newsView .back{  margin: 0 auto;}

.newsView .newspage{ margin-top:60px; }

.newsView .newspage dl{ padding: 15px 0; margin-bottom: 10px; line-height: 1.4;}

.newsView .newspage dl span{font-size: 15px; padding-left: 10px;}



/*产品*/

.products{ padding: 0px 0 70px;}
.products .pronav{ display: none;}

.breadcrumb{ border-bottom: #cecece solid 1px; overflow: hidden; line-height: 52px; padding-top: 12px; margin-bottom: 30px;}
.breadcrumb h2{float: left; font-size: 20px; color: #000; font-weight: normal;}

.breadcrumb h2 span{ color: #d51b12;}
.breadcrumb dl{float: right; color: #999;}
.breadcrumb dl a{ color: #999;}
.breadcrumb dl a:hover{ color: #d51b12;}

.products .prolist{ padding-left: 0;}
.products .prolist .box{ margin: 0 -5px;}
.products .prolist .box ul li{ float: left; width: 50%; padding: 0 5px; margin-bottom: 15px;}
.products .prolist .box ul li dl{ border: #e3e3e3 solid 1px; height: 230px; line-height: 226px; }
.products .prolist .box ul li ol{ text-align: center; height: 50px;}
.products .prolist .box ul li ol h3{font-size: 15px; }
.products .prolist .box ul li ol p{font-size: 15px; }

.products .proview{ padding-left: 0;}
.products .proview .breadcrumb h2{ float: none; text-align: center; font-size: 16px;}
.products .proview .breadcrumb dl{ display: none;}
.products .proview .box .protop .propic{ width: 100%; height: 380px; line-height:374px ; float: none; margin-bottom: 20px;}
.products .proview .box .protop .proright{ padding-left: 0;}
.products .proview .box .protop .proright dl{font-size: 18px;  margin-bottom: 10px;}
.products .proview .box .protop .proright ol{ margin-bottom: 30px;font-size: 15px;}
.products .proview .box .protext{ padding-top:0px;}
.products .proview .box .protext dl{font-size: 18px; cmargin-bottom: 10px;}
.products .proview .box .protext ol{ margin-bottom: 30px; font-size: 15px;}
.products .proview .box .protext ol table tr td{  padding: 3px 5px;; margin-left: -2px;}


.products2{ padding: 0px 0 70px;}
.products2 .pronav{ display: none;}
.products2 .prolist{ padding-left: 0;}
.products2 .prolist .box{ margin: 0 -5px;}
.products2 .prolist .box ul li{ float: left; width: 50%; padding: 0 5px; margin-bottom: 15px;}
.products2 .prolist .box ul li dl{ border: #e3e3e3 solid 1px; height: 200px; line-height: 196px; }



/*招聘*/

.job{ padding: 50px 0;}

.job .box{ margin: -20px auto 0;}

.job .biaoti{  font-size: 15px; line-height:1.4;  margin-bottom: 5px; padding: 10px 0;}

.job .biaoti dd{ width: 33.33%; padding:0 28px; float: left;}

.job .biaoti dt{ width: 33.33%; padding:0 28px; float: left; text-align: left;}

.job ul { margin-bottom: 5px;background: #fff;}

.job ul.focus dl{display: block;}

.job ul li{line-height:2; font-size: 14px;  overflow: hidden; padding: 10px 0;}

.job ul li ol{ width:33.33%; padding:0 28px; float: left;}

.job ul li ol span{ color: #000; font-size: 14px; font-weight: normal;}

.job ul li dt{ width:33.33%; padding:0 0 0 28px; float: left; text-align: left; background: url(../images/icon10.png) no-repeat left 60px center;}

.job ul dl{ font-size: 14px; margin-bottom: 10px; padding: 20px 15px; line-height: 1.6; overflow: hidden;}

.job ul dl h5{ font-size: 17px; }



/*联系*/

.contact{ padding: 50px 0; }

.contact .box{}

.contact .box ul{ margin: 0 -5px;}

.contact .box ul li{ width:50%; float: left; padding: 0 5px; margin-bottom: 10px; }

.contact .box ul li ol{ border:#cecece dashed 2px; text-align: center; padding: 20px 10px 10px;}

.contact .box ul li ol i{ width: 40px; height: 40px; line-height: 40px;}

.contact .box ul li ol h3{font-size: 16px;}

.contact .box ul li ol dl{ height: 50px;font-size: 15px;}



.message{padding: 45px 0 60px; background: url(../images/messageBg.jpg) no-repeat center; background-size: cover;}

.message dl{font-size: 26px;margin-bottom: 30px; text-align: center;}

.message ul{ overflow: hidden; margin:0 -5px 10px;}

.message ul li{ width: 50%; float: left; padding: 0 5px;}

.message ol{ margin-bottom: 10px;}

.message ul input{ width: 100%; height: 50px; line-height: 50px; border: none; font-size: 15px; padding-left: 20px;}

.message ol textarea{ width: 100%; height: 150px; border: none; font-size: 15px; padding: 20px;}

.message button{ width: 100%; height: 50px; font-size: 18px;}



/* footer */

.footer .fmain{ padding: 40px 0;}

.footer .fmain .fleft{float: none; text-align: center; font-size: 14px;}

.footer .fmain .fleft dl{ margin-top:15px;}

.footer .fmain .fright{ display: none;}

.footer .copyright{ height: 60px; line-height: 60px; font-size: 12px; text-align: center;}



/*===/分页=============================*/

.fengye{ padding: 10px 0;  font-size:16px;}

.off{  padding:6px 14px;margin:0 5px;}

.fengye a{padding:6px 14px; margin-right:5px;}



}</pre></body></html>