@charset "utf-8";
/* CSS 鼠标效果 */
@import url('xiaoguo.css');

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900');
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0;}
body{ font-size: 16px; color: #000; overflow-x: hidden; font-family:'Noto Sans SC',"Source Han Sans CN","PingFang SC",Arial,"Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; padding-top: 80px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; display: block;}
input,textarea,select,button{ outline:none; font-family:"Noto Sans SC","Source Han Sans CN","Microsoft YaHei",Helvetica,Arial,Verdana,sans-serif; }
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#000; transition: color 0.56s ease;}
a:hover{ color: #e6771d;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}


img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1520px; margin: 0 auto;}
.ovh{overflow: hidden;}


::-webkit-scrollbar { width: 8px;padding-right: 8px; background-color: #f2f2f2;  /*其他样式，比如圆角等*/}
/*滑块样式*/
::-webkit-scrollbar-thumb {background: rgba(0, 0, 0, .6);}
/*当前窗口失去焦点时的滑块样式*/
::-webkit-scrollbar-thumb:window-inactive {background: rgba(0, 0, 0, .6);}


/*顶部*/
.header{ width: 100%; height:80px; background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, .2); position: fixed; left: 0; top: 0; z-index: 99999; }
.header .logo{float: left; padding:5px 0;}
.header .headRight{ float: right; padding-top: 20px; }
.header .nav{ float: left;}
.header .nav ul li{  line-height: 60px; position: relative; margin-left: 1px; float: left;}
.header .nav ul li a{ color: #666;  font-size: 18px; display: block; padding: 0 25px; position: relative; z-index: 11; transition: all .4s;}
.header .nav ul li:before{ content: ""; width:0; height: 3px;background: #df5936; position: absolute; left: 50%; bottom:0; z-index: 1; transform: translate(-50%, 0); transition: all .4s;}
.header .nav ul li:hover a,.header .nav ul li.on a{ color: #df5936; }
.header .nav ul li:hover:before,.header .nav ul li.on::before{ width:76px;}
.header .lang{ float: left; position: relative; margin-left: 20px;}
.header .lang.en{ background: url(../images/en.jpg) no-repeat left center;}
.header .lang.cn{ background: url(../images/cn.jpg) no-repeat left center;}
.header .lang a{ font-size: 18px; font-weight: 300; line-height: 60px; padding: 0 0 0 35px;}
.header .menu-toggle{display: none;}

/*首页bannner*/
.banner { position: relative; }
.banner .swiper-container{ width:100%; overflow:hidden;}
.banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
.banner .swiper-container .swiper-slide a{ height: 680px; display: block; width:100%;}
.banner .swiper-container .swiper-slide img{width:100%;}
.banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:13px; height: 13px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #e6771d; opacity: 1;}

.neiBanner{height: 400px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative;}

.title{ margin-bottom: 30px; text-align: center;}
.title h3{ height: 36px; font-size: 48px; font-weight: 300; color: rgba(56,75,93,0.2); line-height: 1; overflow: hidden; margin-bottom: 10px;}
.title h2{ font-size: 30px; color: #e6771d;; line-height: 1;}
.title h2 span{ color: #384b5d;}
.title p{ font-size: 16px; font-weight: 300; padding: 0 250px; margin-top: 15px;}

.ntitle{ margin-bottom: 50px;}
.ntitle h2{ font-size: 36px; color: #000; font-weight: 500; line-height: 1; text-align: center; padding-bottom: 16px;  position: relative; }
.ntitle h2::before{ content: ""; width: 65px; height: 7px; background: #f67000; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}
.ntitle h2::after{ content: ""; width: 145px; height: 2px; background: #f67000; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);}

.search{ height: 80px; position: relative;}
.search::after{ content: ""; width: 50%; height: 80px; background: #f67000 url(../images/icon04.png) no-repeat left center; position: absolute; left: 50%; top: 0;}
.search .search-keywords{ width: 50%; line-height: 80px; color: #000; background: url(../images/icon01.png) no-repeat left center; padding-left: 35px; white-space: nowrap; overflow: hidden; float: left;}
.search .search-tel{ height: 80px; color: #fff; background: url(../images/icon02.png) no-repeat left center; position: relative; z-index: 11; margin-left: 80px; padding-left: 70px; float: left;}
.search .search-tel dl{  font-weight: 200; line-height: 1; margin: 18px 0 4px;}
.search .search-tel ol{ font-size: 22px; font-weight: bold; line-height: 1;}
.search .search-box{ width: 390px;overflow: hidden; position: relative; z-index: 11; margin-top: 20px; float: right;}
.search .search-box input{ width: 100%; height: 44px; font-size: 17px; background: #fff; border: none;  border-radius: 40px; padding-left: 20px; }
.search .search-box button{ width: 40px; height: 40px; background: url(../images/icon03.png) no-repeat center; border: none; cursor: pointer; position: absolute; right: 2px; top: 2px;}

.index-1{ padding: 50px 0; background: #fafafa url(../images/icon05.png);}
.index-1 .box{ padding: 0 30px;}
.index-1 .box .item{ width: 25%; padding: 0 33px; float: left;}
.index-1 .box .item ol{ height: 300px; text-align: center; background: rgba(56,75,93,0.04); border-radius: 300px; padding: 60px 45px 0; transition: all .4s;}
.index-1 .box .item ol h3{ font-size: 24px; color: #384b5d; font-weight: normal; line-height: 1; margin: 16px 0 10px;}
.index-1 .box .item ol dl{ line-height: 1.4; font-weight: 300;}
.index-1 .box .item ol:hover{background: rgba(56,75,93,0.2);}

.index-2{ padding: 50px 0; background: #fff;}
.index-2 .box{ }
.index-2 .box ul{ margin: 0 -17px;}
.index-2 .box ul li{ width: 20%; padding: 0 17px; float: left;}
.index-2 .box ul li a{ display: block;}
.index-2 .box ul li dl{ padding-bottom: 100%; border: #f67000 solid 1px; border-radius: 10px; overflow: hidden; position: relative;}
.index-2 .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; margin:auto; padding: 5px;}
.index-2 .box ul li ol{ position: relative; margin-top: 20px; padding-right: 60px;}
.index-2 .box ul li h3{ font-size: 16px; font-weight: normal;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.index-2 .box ul li span{ position: absolute; right: 0; top: 0;}
.index-2 a.more{ width: 160px; height: 50px; line-height: 46px; font-size: 18px; font-weight:300; color: #242a34; text-align: center; border: #384b5d solid 1px; border-radius: 50px; margin: 50px auto 0; display: block; transition: all .4s;}
.index-2 a.more:hover{ background: #242a34; color: #fff;}

.index-3{ padding: 65px 0 105px; background:url(../images/youshiBg.jpg) no-repeat center; background-size: cover;}
.index-3 .box{ padding: 30px 90px 0; background: url(../images/youshi.png) no-repeat center; display: flex; justify-content:space-between; flex-wrap:wrap;}
.index-3 .box .item{ width: 50%; padding-right: 300px; margin: 45px 0;}
.index-3 .box .item:nth-child(2),.index-3 .box .item:nth-child(4){ padding-right: 0; padding-left: 300px; text-align: right;}
.index-3 .box .item dl{ font-size: 24px; color: #384b5d; line-height: 1.4; margin-bottom: 8px;}
.index-3 .box .item dl i{ width: 53px; height: 60px; line-height: 54px; text-align: center; background: url(../images/icon10.png) no-repeat center; margin-right: 15px; float: left;}
.index-3 .box .item:nth-child(2) i,.index-3 .box .item:nth-child(4) i{ float: right; margin-right: 0; margin-left: 15px;}
.index-3 .box .item ol{ font-size: 16px; color: #384b5d;}
.index-3 .box .item:hover dl{ color: #f67000;}
.index-3 .box .item:hover dl i{ background: url(../images/icon10_hover.png) no-repeat center;}

.index-4{ height: 832px; position: relative;}
.index-4::after{ content: ""; width: 41.6666%; height: 774px; background: url(../images/aboutBg.jpg) no-repeat right top; position: absolute; left: 0; top: 32px;}
.index-4 .box{ width: 920px; padding: 95px 106px 0; float: right; position: relative;}
.index-4 .box::after{ content: ""; width: 100px; height: 696px; background: url(../images/icon25.png) no-repeat; position: absolute; right: -50px; top: 90px;}
.index-4 .box .tit{ margin-bottom: 25px;}
.index-4 .box .tit h2{ font-size: 36px; color: #384b5d; line-height: 1; padding-bottom: 14px; border-bottom: #ccc solid 1px; margin-bottom: 14px;}
.index-4 .box .tit p{ font-size: 16px; color: #384b5d; line-height: 1;}
.index-4 .box .text{ line-height: 32px;}
.index-4 .box a.more{ width: 62px; height: 62px; line-height: 48px; color: #fff; text-align: center; font-weight: 200; background: #e6771d; border: #fff solid 6px; border-radius: 66px; box-shadow: 0 0 15px rgba(0, 0, 0, .15); position:absolute; right:105px; top: 110px;}
.index-4 .other{ width: 580px; height: 832px; padding-top: 80px; position: relative; z-index: 11; float: left;}
.index-4 .other ol{ height: 230px; position: relative; margin-top: 30px;}
.index-4 .other ol::after{ content: ""; width: 2000px; height: 230px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .05); border-top-right-radius: 200px; border-bottom-right-radius: 200px; position: absolute; right: 90px; top:0 ;}
.index-4 .other ol li{ position: relative; z-index: 11; padding: 34px 38px 0; float: left;}
.index-4 .other ol li dl{ width: 122px; height: 122px; line-height: 100px; text-align: center; background: #384b5d; border: #fff solid 8px; border-radius: 120px; box-shadow:0 0 15px rgba(0, 0, 0, .15);}
.index-4 .other ol li:nth-child(2) dl{ background: #e6771d;}
.index-4 .other ol li h3{ font-size: 16px; font-weight: normal; text-align: center; margin-top: 12px;}

.index-5{padding: 60px 0; background: #fafafa url(../images/icon05.png);}
.index-5 .box{ position: relative; padding: 0 50px;}
.index-5 .box .arrow-left,.index-5 .box .arrow-right{ width: 36px; height: 60px; position: absolute; top: 60px;}
.index-5 .box .arrow-left{ background: url(../images/arrow_left.png) no-repeat; left: 0;}
.index-5 .box .arrow-right{ background: url(../images/arrow_right.png) no-repeat; right: 0;}
.index-5 .box .swiper-slide{ padding: 0 18px; box-sizing: border-box;}
.index-5 .box .swiper-slide dl{ padding-bottom: 57.0552%; overflow: hidden; position: relative;}
.index-5 .box .swiper-slide dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.index-5 .box .swiper-slide ol{ padding-top: 15px;}
.index-5 .box .swiper-slide ol h3{ font-size: 20px; font-weight: 500; color: #384b5d; text-align: center; line-height: 1; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 8px;}
.index-5 .box .swiper-slide ol dt{ color: #000; text-align: center; line-height: 1; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap;}

.inews{ padding: 50px 0; }
.inews .pic{ width: 650px; margin-right: 30px; float: left;}
.inews .pic .swiper-slide a{ position: relative; padding-bottom: 72.7692%; overflow: hidden; display: block;}
.inews .pic .swiper-slide img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.inews .pic .swiper-slide p{ width: 100%; height: 60px; padding: 0 120px 0 30px; background: rgba(0,0,0,0.7); position: absolute; left: 0; bottom: 0; font-size: 18px; color: #fff; line-height: 60px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.inews .pic .pagination {position: absolute;z-index: 20;bottom:16px; right: 20px; text-align: center;}
.inews .pic .swiper-pagination-switch {display: inline-block; width:14px; height: 14px; background:#fff; margin: 0 5px; border-radius: 10px; cursor: pointer;}
.inews .pic .swiper-active-switch { background: #c30e23; opacity: 1;}
.inews .news-m{ width: 406px; float: left;}
.inews .news-m ul{ margin-top: -10px;}
.inews .news-m ul li{ margin-top: 10px;}
.inews .news-m ul li a{ height: 232px; background: #f6f6f6; padding:35px 30px; display: block; transition: all .4s;}
.inews .news-m ul li h3{ font-size: 18px; font-weight: 400; line-height: 1; color: #000; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 15px; transition: all .4s;}
.inews .news-m ul li dt{ height: 48px; line-height: 24px; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}
.inews .news-m ul li ol{ background: url(../images/icon26.png) no-repeat right bottom 5px; border-top: 1px solid #ccc; margin-top: 15px; overflow: hidden; transition: all .4s;}
.inews .news-m ul li ol dd{ float: left; color: #000; padding-top: 18px; transition: all .4s;}
.inews .news-m ul li ol dd b{ font-size: 30px; color: #000; line-height: 1; font-weight: 900; display: block; transition: all .4s;}
.inews .news-m ul li a:hover{ background: #e6771d;}
.inews .news-m ul li a:hover h3{ color: #fff;}
.inews .news-m ul li a:hover dt{ color: #fff;}
.inews .news-m ul li a:hover ol{background: url(../images/icon26_02.png) no-repeat right bottom 5px;}
.inews .news-m ul li a:hover ol dd{ color: #fff;}
.inews .news-m ul li a:hover ol dd b{ color: #fff;}
.inews .news-r{ width: 404px; float: right;}
.inews .news-r ul{ margin-top: -10px;}
.inews .news-r ul li{ margin-top: 10px;}
.inews .news-r ul li a{height: 151px; background: #f6f6f6; padding: 30px 28px; display: block; transition: all .4s;}
.inews .news-r ul li dl{ float: left; width: 77px; height: 90px; color: #000; border-right: #eee solid 1px; padding-top: 10px; transition: all .4s; }
.inews .news-r ul li dl b{font-size: 30px; line-height: 1; font-weight: 900; padding-bottom: 12px; margin-bottom: 10px; display: block; position: relative; transition: all .4s;}
.inews .news-r ul li dl b::after{ content: ""; width: 25px; height: 1px; background: #ccc; position: absolute; left: 0; bottom: 0; transition: all .4s;}
.inews .news-r ul li ol{ height: 90px; padding-left: 96px; background: url(../images/icon27.png) no-repeat 96px bottom; transition: all .4s;}
.inews .news-r ul li ol h3{ font-size: 18px; font-weight: 400; line-height: 1.4; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}
.inews .news-r ul li a:hover{ background: #e6771d;}
.inews .news-r ul li a:hover dl{ color: #fff;}
.inews .news-r ul li a:hover dl b{ color: #fff;}
.inews .news-r ul li a:hover dl b::after{ background: #fff;}
.inews .news-r ul li a:hover ol{background: url(../images/icon27_02.png) no-repeat 96px bottom; }
.inews .news-r ul li a:hover ol h3{ color: #fff;}

.index-6{ padding: 55px 0; background: url(../images/icon05.png);}
.index-6 .box ul{ margin: 0 -20px;}
.index-6 .box ul li{ width: 16.6666%; padding: 0 20px; margin-bottom: 32px; float: left;}
.index-6 .box ul li dl{ height: 90px; background: #fff; border: #eeeeee solid 1px; position: relative; overflow: hidden; cursor: pointer;}
.index-6 .box ul li dl img{ padding: 5px 10px; position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; }

.introduction{ padding: 45px 0; background: url(../images/aboutNeiBg.jpg) no-repeat left bottom;}
.introduction .text{ width: 50%; line-height:2; padding-right: 50px; float: left;}
.introduction .text dl{ font-size: 30px; font-weight: 500; line-height: 1; margin-bottom: 40px;}
.introduction .pic{ width: 50%; float: left;}

.information{ padding: 45px 0;}
.information .box{ margin: 0 -30px;}
.information .box .item{ width: 50%; padding: 0 30px; float: left;}
.information table{ border: #ccc solid 1px; border-spacing: 0; border-collapse: collapse;}
.information table tr th{  font-size: 18px; font-weight: normal; line-height: 60px; background: #f1f1f1;}
.information table tr td{ line-height: 1.6; padding: 15px 20px; border-top: 1px solid #ccc;}

.honor{ padding: 55px 0; background: url(../images/honorBg.jpg) no-repeat center; background-size: cover;}
.honor .box { padding-top: 30px;}
.honor .box .swiper-slide{ display: flex; justify-content:center; align-items:center;}
.honor .box .swiper-slide ol{ max-height: 300px; padding: 0 10px;}
.honor .box .swiper-slide img{ border: #868686 solid 5px;}

.culture{ padding: 55px 0 90px;}
.culture .box{ text-align: center;}

.managementIdea{ padding-top: 45px; background: #eee;}
.managementIdea .box{ width: 1190px; color: #000; font-size: 16px;  text-align: center; line-height: 30px; padding:0 128px 50px; position: relative; margin:0 auto;}
.managementIdea .box::before{ content: ""; width: 28px; height: 21px; background:url(../images/icon28.png) no-repeat center; position: absolute; left: 0; top:0px;}
.managementIdea .box::after{ content: ""; width: 28px; height: 21px; background:url(../images/icon29.png) no-repeat center; position: absolute; right:0; bottom:50px;}
.managementIdea .pic{ overflow: hidden;}
.managementIdea .pic img{ width:50%; float: left;}

.products{ padding: 40px 0 60px; background: #f6f6f6;}
.products .leftNav{ width: 250px; float: left;}
.products .leftNav dl{ background: #fff; padding: 20px;}
.products .leftNav dl h3{ color: #384b5d; font-size: 30px; line-height: 1; margin-bottom: 5px;}
.products .leftNav dl dt{ color: #bfbfbf; font-size: 16px; line-height: 1;}
.products .leftNav ul li{ margin-top: 5px; position: relative;}
.products .leftNav ul li::before{ content: ""; width: 10px; height: 10px; background: url(../images/icon30.png) no-repeat; position: absolute; left: 15px; top: 50%; transform: translateY(-50%);}
.products .leftNav ul li::after{ content: ""; width: 7px; height: 13px; background: url(../images/icon31.png) no-repeat; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
.products .leftNav ul li a{ line-height: 46px; background: #384b5d; color: #fff; font-size: 18px; padding: 0 35px; display: block;}
.products .leftNav ul li a:hover,.products .leftNav ul li.on a{ background: #e6771d;}

.products .rightBox{ padding-left: 290px;}

.bread{ background: #fff; line-height: 42px; margin-bottom: 15px; padding:0 10px; color: #8d8d8d;}
.bread a{ color: #8d8d8d;}
.bread a:hover{ color: #e6771d;}

.prolist{ padding-bottom: 20px;}
.prolist ul{ margin: 0 -14px;}
.prolist ul li{ width: 50%; padding: 0 14px; margin-bottom: 15px; float: left;}
.prolist ul li a{ background: #fff; display: block; overflow: hidden;}
.prolist ul li a dl{ width: 236px; height: 236px; position: relative; float: left;}
.prolist ul li a dl img{position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; padding: 5px;}
.prolist ul li a ol{ padding-left: 246px; padding-right: 40px;}
.prolist ul li a ol h3{ font-size: 18px; color: #000; line-height: 1; margin-bottom: 15px; margin-top: 20px;}
.prolist ul li a ol dt{ height: 96px; font-size: 14px; color: #8d8d8d; line-height: 24px; display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 4;  overflow: hidden;}
.prolist ul li a ol dd{ width: 140px; height: 40px; line-height: 38px; text-align: center;  color: #8d8d8d; border: #bfbfbf solid 1px; margin-top: 20px;}
.prolist ul li a:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, .15);}

.proview{ background: #fff; padding: 30px 40px; margin-bottom: 10px;}
.proview .tit{text-align: center; margin-bottom: 15px;}
.proview .tit h1{ font-size: 24px; color: #384b5d; line-height: 1.2; font-weight: normal;}
.proview .pic{ text-align: center; margin-bottom: 20px;}
.proview .text{ line-height: 1.8;}
.proview .text ul{ overflow: hidden; display: flex; flex-wrap:wrap;}
.proview .text ul li{ width: 50%; padding: 10px 10px 10px 0;}
.proview .text  table {
    width: 100% !important;
    margin: 0 auto;
    border-spacing: 0;
    border-collapse: collapse;
}

.proview .text  table tbody tr {
    line-height: 46px;
    font-size: 15px;
}

.proview .text  table tr td {
    border: #d0d0d0 solid 1px;
    white-space: nowrap;
    padding: 0 15px !important;
}

.proview .table-responsive{ overflow-x: auto; margin: 10px 0; }

.rightBox .page{ padding: 0 20px; background: #fff; overflow: hidden; margin-top: 10px;}
.rightBox .page li{ width: 50%; line-height: 60px; float: left;}
.rightBox .page li a{ color: #999;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.rightBox .page li a:hover{color: #e6771d}
.rightBox .page li.prev{ background: url(../images/icon32.png) no-repeat left center;}
.rightBox .page li.prev a{ padding-left: 37px;}
.rightBox .page li.next{ background: url(../images/icon33.png) no-repeat right center;}
.rightBox .page li.next a{ text-align: right; padding-right: 37px; display: block;}

/* 研发制造 */
.neiNav{ background: #b3b3b3; line-height: 46px; text-align: center;}
.neiNav a{ color: #fff; font-size: 18px; padding: 0 15px; margin: 0 36px; display: inline-block;}
.neiNav a.on{ background: #858585;}

.technologyBox{}
.technologyBox .tit{ position: relative; margin-bottom: 30px;}
.technologyBox .tit h3{ font-size: 50px; color: #000; font-weight: 900; text-transform: uppercase; opacity: 0.4; line-height: 1; margin-bottom: 10px;}
.technologyBox .tit h2{ font-size: 36px; color: #000; line-height: 1; padding-bottom: 18px; position: relative;}
.technologyBox .tit h2::after{ content: ""; width: 50px; height: 4px; background: #e6771d; position: absolute; left: 0; bottom: 0; }
.technologyBox .technology01{ padding: 60px 0;}
.technologyBox .technology01 .item{ width: 50%;}
.technologyBox .technology01 .box{ font-size: 18px; color: #000; line-height: 38px; font-weight: normal;}
.technologyBox .technology01 .item .icon{ margin-top: 80px;}
.technologyBox .technology01 .item .icon ul li{ width: 33.33%; font-size: 30px; color: #8d8d8d; font-weight: normal; float: left;}
.technologyBox .technology01 .item .icon ul li img{ margin-right: 18px;}
.technologyBox .technology01 .item.fr{ padding-left: 28px;}
.technologyBox .technology02{ background: #f1faff; padding: 60px 0;}
.technologyBox .technology02 .box{ margin: 0 -5px; overflow: hidden;}
.technologyBox .technology02 .box dl{ width: 33.33%;  padding: 0 5px; float: left;}
.technologyBox .technology02 .box ol{ padding-left: 42%; text-align: right; transform: translate(0, 30%);}
.technologyBox .technology02 .box ol .tit h2::after{ left: auto; right: 0;}
.technologyBox .technology02 .box ol .con{font-size: 18px; color: #000; line-height: 38px; font-weight: normal;}
.technologyBox .technology02 .picBox{ margin-top: 10px;}
.technologyBox .technology02 .picBox ul{ margin: 0 -5px; overflow: hidden;}
.technologyBox .technology02 .picBox ul li{ width: 33.33%; padding: 0 5px; float: left;}
.technologyBox .technology03{ padding: 60px 0;}
.technologyBox .technology03 .box .item{ width: 50%; text-align: right;}
.technologyBox .technology03 .box .tit h2::after{ left: auto; right: 0;}
.technologyBox .technology03 .item.fr{ padding-left: 84px;}
.technologyBox .technology03 .item .con{font-size: 18px; color: #000; line-height: 38px; font-weight: normal;}
.technologyBox .technology03 .item .timg{ margin-top: 93px;}
.technologyBox .technology03 .picBox{ margin-top: 10px;}
.technologyBox .technology03 .picBox ul{ margin: 0 -5px; overflow: hidden;}
.technologyBox .technology03 .picBox ul li{ width: 33.33%; padding: 0 5px; float: left;}

.support{ padding: 45px 0; background: #f6f6f6;}
.support .text{ line-height: 36px;}
.support .con{ margin: 20px 0 30px;}
.support .con ul{ margin: 0 -5px;}
.support .con ul li{ width: 20%; padding: 0 5px; float: left;}
.support .con ul li dl{ border-radius: 5px; overflow: hidden;}
.support .con ul li h3{ font-size: 16px; text-align: center; line-height: 1.4; text-align: center; font-weight: normal; padding: 10px 30px 0;}
.support .khxf{ padding-top: 20px;}
.support .khxf ul{ margin: 0 -111px;}
.support .khxf ul li{ width: 50%; padding: 0 111px; float: left;}
.support .khxf ul li dl{ font-size: 20px; background: #f0f0f0; border-radius: 10px; padding: 30px;}
.support .khxf ul li dl img{ margin-right: 10px;}

.solution{ padding: 45px 0 70px;}
.solution .con{}
.solution .con .item{ margin-top: 30px; overflow: hidden;}
.solution .con .item dl{ width: 50%; padding-right: 50px; float: left;}
.solution .con .item ol{ width: 50%; float: left;}
.solution .con .item:nth-child(even) dl{padding-right: 0; padding-left: 50px; float: right;}

.case{padding: 45px 0 70px;}
.case .box ul{ margin: 0 -18px;}
.case .box ul li{ width: 25%; padding: 0 18px; margin-bottom: 45px; float: left;}
.case .box ul li dl{ padding-bottom: 57.0552%; overflow: hidden; position: relative;}
.case .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; width:100%; height: 100%; margin:auto;}
.case .box ul li ol{ padding-top: 15px;}
.case .box ul li ol h3{ font-size: 20px; font-weight: 500; color: #384b5d; text-align: center; line-height: 1; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap; margin-bottom: 8px;}
.case .box ul li ol dt{ color: #000; text-align: center; line-height: 1; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap;}

.news{padding: 45px 0 70px;  background: #f6f6f6;}
.news2{ padding-bottom: 40px;}
.news2 ul{ margin: 0 -20px;}
.news2 ul li{ width: 33.33%; padding: 0 20px; float: left;}
.news2 ul li a{ padding: 30px 40px; background: #fff; display: block; transition: all .4s;}
.news2 ul li a dl{ position: relative; padding-bottom: 72.7692%; overflow: hidden; }
.news2 ul li a dl dd{ width: 68px; height: 68px; background: #f4f4f4; text-align: center; color: #e6771d; font-size: 13px; position: absolute; left: 0; top: 0; z-index: 11;}
.news2 ul li a dl dd b{ font-size: 36px; line-height: 1; display: block; margin-top: 5px;}
.news2 ul li a dl img{position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.news2 ul li ol{ padding-top: 20px;}
.news2 ul li ol h3{ font-size: 18px; color: #000; font-weight: normal;  overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 10px; transition: all .4s;}
.news2 ul li ol dt{ font-size: 16px; color: #777; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; transition: all .4s;}
.news2 ul li a:hover{ background: #e6771d;}
.news2 ul li a:hover ol h3{ color: #fff;}
.news2 ul li a:hover ol dt{ color: #fff;}

.list{ background: #fff; padding: 20px 40px 40px; margin-bottom: 50px;}
.list ul li{ border-bottom: #eeeeee solid 1px; position: relative;}
.list ul li a{ font-size: 18px; color: #666; line-height: 60px; display: block; }
.list ul li a::before{ content: "· "; color: #e6771d;}
.list ul li a:hover{ color: #e6771d;}
.list ul li span{color: #666; line-height: 60px;  position: absolute; right: 0; top: 0;}

.newsView{  padding: 10px 0 10px;}
.newsView .box{ background: #fff; box-shadow:10px 10px 0 #e4e4e4; margin-bottom: 10px;}
.newsView .box .newsHead{ padding: 50px 70px 30px;  position: relative;}
.newsView .box .newsHead::after{ content: ""; width: 60px; height: 3px; background: #e6771d; position: absolute; left: 70px; bottom: -2px;}
.newsView .box .newsHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; margin-bottom: 10px;}
.newsView .box .newsHead span{ color: #999; margin-right: 30px;}
.newsView .box .viewCon{ padding:50px 70px 70px; line-height: 2;}
.newsView .box .viewPage{ border-top: #eaeaea solid 2px; padding: 30px 70px; overflow: hidden; position: relative;}
.newsView .box .viewPage .boxCon{ padding-right: 200px;}
.newsView .box .viewPage .boxCon a{ color: #333; display: block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsView .box .viewPage .boxCon b{ color: #e6771d;}
.newsView .box .viewPage .boxCon a:hover{color: #e6771d;}
.newsView .box .viewPage .back{ width: 160px; height: 42px; line-height: 42px;  text-align: center; border-radius: 40px; background: #e6771d; position:absolute; right: 70px; top: 35px;}
.newsView .box .viewPage .back a{color: #fff; display: block;}

.newsView .box .caseHead{ padding: 50px 70px 10px;  position: relative}
.newsView .box .caseHead h1{ font-size: 30px; color: #000; font-weight: normal; line-height: 1.2; text-align: center; margin-bottom: 10px;}
.newsView .box .caseHead::after{ content: ""; width: 60px; height: 3px; background: #e6771d; position: absolute; left: 50%; bottom: 0; margin-left: -30px;}

.contact{padding: 45px 0 70px;  background: #f6f6f6;}
.contact .box{ margin-bottom: 15px;}
.contact .box ul{ margin: 0 -2px;}
.contact .box ul li{ width: 25%; padding: 0 2px; float: left;}
.contact .box ul li ol{ height: 286px; background: #fff; text-align: center; padding: 30px;}
.contact .box ul li ol i{ width: 138px; height: 138px; line-height: 136px; text-align: center; border-radius: 138px; box-shadow: 0 0 20px rgba(0, 0, 0, .15); display: block; margin: 0 auto 25px;}
.contact .box ul li ol h3{ line-height: 1; margin-bottom: 10px;}
.contact .box ul li ol dl{ font-size: 18px; color: #e6771d;}
#map{ height: 490px; border: #fff solid 3px;}

.footer{ background: #1e1e1e;}
.footer .fmain{ padding: 50px 0 40px;}
.footer .item{ width: 33.33%; float: left;}
.footer .item .tit{ margin-bottom: 40px;}
.footer .item .tit h3{ font-size: 20px; line-height: 1; color: #fff; font-weight: 500;}
.footer .item .tit h3 span{ color: #666; font-size: 18px; margin-left: 5px;}
.footer .item:nth-child(1){ width: 600px;}
.footer .item:nth-child(3){ width: 338px; float: right;}
.footer .fcontact dl{ font-size: 18px; color: #fff; font-weight: 500; line-height: 1; margin-bottom: 10px;}
.footer .fcontact dt{ color: #999; margin-bottom: 40px;}
.footer .fcontact ul{ width: 400px; overflow: hidden;}
.footer .fcontact ul li{ width: 50%; color: #999; font-size: 15px; margin-bottom: 10px; float: left;}
.footer .fnav { width: 330px;}
.footer .fnav ul li{ width: 50%; margin-bottom: 5px; padding-right: 50px; float: left;}
.footer .fnav ul li a{color: #666; line-height: 30px; padding-left: 18px; padding-bottom: 5px; background:url(../images/icon12.png) no-repeat left center; border-bottom: #3e3e3e solid 1px; display: block;}
.footer .fnav ul li a:hover{ color: #e6771d;}
.footer .ewm{}
.footer .ewm li{ float: left; width: 148px;  text-align: center; color: #999; font-size: 14px; line-height: 2.2; white-space: nowrap; margin-right: 20px;}
.footer .copyright{ background: #2d2d2d; color: #999; text-align: center; line-height: 50px;}
.footer .copyright a{color: #999;}
.footer .copyright a:hover{color: #e6771d;}

/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 40px; margin: 10px 0 0px;}
.fenye .prev, .fenye .next { width: 40px; height: 40px; line-height: 40px; color: #8a8a8a;margin-right: 5px; display: inline-block; font-family: "宋体";font-size: 17px; background: #fff; border: #EBEBEB solid 1px;border-radius: 6px;}
.fenye a { width: 40px; height: 40px; line-height: 40px;  color: #8a8a8a; margin-right: 5px;display: inline-block; background: #fff; border: #EBEBEB solid 1px; border-radius: 6px;}
.fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
.fenye a.current { color: #fff;  background: #242a34; margin-right: 5px; border: #242a34 solid 1px;}

@media only screen and (min-width: 1680px) and (max-width: 1920px){

}

@media only screen and (min-width: 1440px) and (max-width: 1679px){
    .wrap{ width: 1380px;}

    .header .nav ul li a{ padding: 0 22px;}

    .banner .swiper-container .swiper-slide a{ height: 550px;}

    .search .search-box{ width: 365px;}

    .title img{ height: 90px;}
    .ntitle{ margin-bottom: 40px;}
    .ntitle h2{ font-size: 30px;}
    .ntitle h2::before{ width: 40px; height: 5px;}
    .ntitle h2::after{ width: 86px;}

    .index-1 .box{ padding: 0 20px;}
    .index-1 .box .item{ padding: 0 20px;}
    .index-1 .box .item ol{ height: 295px;}
    .index-1 .box .item ol i{ height: 60px; display: block; margin: 0 auto;}

    .index-3 .box{padding: 30px 40px 0;}
    .index-3 .box .item dl{ font-size: 22px;}

    .index-4{ overflow: hidden;}
    .index-4 .box .tit h2{ font-size: 30px;}
    .index-4 .box a.more{ right: 90px;}
    .index-4 .box{width: 810px; padding: 95px 90px 0;}
    .index-4 .other{ width: 565px;}
    

    .index-5 .box .swiper-slide ol h3{ font-size: 18px;}

    .inews{ padding: 60px 0;}
    .inews .pic{ width: 600px; margin-right: 20px;}
    .inews .news-m{ width: 370px;}
    .inews .news-m ul li a{ height: 214px; padding: 26px;}
    .inews .news-r{ width: 370px;}
    .inews .news-r ul li a{ height: 140px; padding: 26px;}

    .technologyBox .tit h3{font-size: 40px;}
    .technologyBox .tit h2{ font-size: 28px;}
    .technologyBox .technology01 .box,.technologyBox .technology02 .box ol .con,.technologyBox .technology03 .item .con{font-size: 16px; line-height: 33px;}

    .proview{ padding: 30px;}
    .proview .text{ font-size: 15px;}
    .proview .text ul li{ width: 50%; padding: 10px 8px 10px 0;}

    .support .khxf ul { margin: 0 -30px;}
    .support .khxf ul li{ padding: 0 30px;}
    .support .khxf ul li dl{ font-size: 18px;}

    .case .box ul li{ margin-bottom: 35px;}
    .case .box ul li ol h3{ font-size: 18px;}

    .contact .box ul li ol{ height: 265px;}
    .contact .box ul li ol i{ width: 120px; height: 120px; line-height: 118px;}

    .footer .item:nth-child(1) { width: 560px;}
    .footer .item:nth-child(2) { width: 330px;}

}

@media only screen and (min-width: 1280px) and (max-width: 1439px){
    .wrap{ width:1226px;}

    .header .nav ul li a{ font-size:17px; padding: 0 18px;}

    .banner .swiper-container .swiper-slide a{ height: 500px;}

    .search .search-box{ width: 290px;}

    .title img{ height: 90px;}
    .ntitle{ margin-bottom: 40px;}
    .ntitle h2{ font-size: 30px;}
    .ntitle h2::before{ width: 40px; height: 5px;}
    .ntitle h2::after{ width: 86px;}

    .index-1 .box{ padding: 0;}
    .index-1 .box .item{ padding: 0 10px;}
    .index-1 .box .item ol{ height: 290px;}
    .index-1 .box .item ol i{ height: 50px; display: block; margin: 0 auto;}
    .index-1 .box .item ol h3{ font-size: 22px;}

    .index-2 .box ul{ margin: 0 -10px;}
    .index-2 .box ul li{ padding: 0 10px;}
    .index-2 .box ul li ol{ margin-top: 10px;}
    .index-2 .box ul li span{ font-size: 14px;}
    .index-2 a.more{width: 142px; height: 46px; line-height: 42px;font-size: 16px;}

    .index-3 .box{padding: 30px 20px 0;}
    .index-3 .box .item{ padding-right: 250px;}
    .index-3 .box .item:nth-child(2), .index-3 .box .item:nth-child(4){padding-left: 250px;}
    .index-3 .box .item dl{ font-size: 20px;}

    .index-4{ overflow: hidden;}
    .index-4 .box .tit h2{ font-size: 30px;}
    .index-4 .box a.more{ right: 90px;}
    .index-4 .box{width: 720px; padding: 95px 60px 0;}
    .index-4 .other{ width: 505px;}
    
    .index-5 .box .swiper-slide{ padding: 0 10px;}
    .index-5 .box .swiper-slide ol h3{ font-size: 18px;}

    .inews{ padding: 60px 0;}
    .inews .pic{ width: 500px; margin-right: 25px;}
    .inews .pic .swiper-slide p{ font-size: 16px; padding: 0 120px 0 20px;}
    .inews .news-m{ width: 340px;}
    .inews .news-m ul li a{ height: 178px; padding: 22px;}
    .inews .news-m ul li h3{ font-size: 16px;margin-bottom: 10px;}
    .inews .news-m ul li dt{ font-size: 14px; height: 40px;line-height: 20px;}
    .inews .news-m ul li ol dd{ font-size: 14px; padding-top: 10px;}
    .inews .news-m ul li ol dd b{ font-size: 25px;}
    .inews .news-r{ width: 340px;}
    .inews .news-r ul li a{ height: 116px; padding:25px 22px;}
    .inews .news-r ul li dl{ height: 68px; font-size: 14px; padding-top: 0;}
    .inews .news-r ul li dl b{ font-size: 25px;}
    .inews .news-r ul li ol{ height: 66px;}
    .inews .news-r ul li ol h3{ font-size: 16px;}

    .index-6 .box ul{ margin: 0 -10px;}
    .index-6 .box ul li{ padding: 0 10px; margin-bottom: 20px;}

    .technologyBox .tit h3{font-size: 32px;}
    .technologyBox .tit h2{ font-size: 24px;}
    .technologyBox .technology01 .item .icon ul li{font-size: 22px;}
    .technologyBox .technology01 .box,.technologyBox .technology02 .box ol .con,.technologyBox .technology03 .item .con{font-size: 16px; line-height: 28px;}
    .technologyBox .technology03 .item.fr{padding-left: 57px;}

    .support .khxf ul { margin: 0 -30px;}
    .support .khxf ul li{ padding: 0 30px;}
    .support .khxf ul li dl{ font-size: 18px;}

    .case .box ul li{ margin-bottom: 35px;}
    .case .box ul li ol h3{ font-size: 18px;}

    .contact .box ul li ol{ height: 265px;}
    .contact .box ul li ol i{ width: 120px; height: 120px; line-height: 118px;}

    .footer .item:nth-child(1) { width: 490px;}
    .footer .item:nth-child(2) { width: 330px;}
}

@media only screen and (min-width: 1000px) and (max-width: 1279px){
    .wrap{ width: 990px;}

    .header .nav ul li a{ font-size:16px; padding: 0 9px;}
    .header .nav ul li:hover:before, .header .nav ul li.on::before{ width: 65px;}
    .header .lang a{font-size: 16px;}

    .banner .swiper-container .swiper-slide a{ height: 420px;}
    .neiBanner{ height: 270px;}

    .search::after{width: 55%; left: 45%;}
    .search .search-keywords{ width: 45%; font-size: 15px;}
    .search .search-box{ width: 226px;}

    .title img{ height: 75px;}
    .title h3{height: 23px; font-size: 30px;}
    .title h2{ font-size: 26px;}
    .title p{ font-size: 14px; padding: 0 100px;}
    .ntitle{ margin-bottom: 40px;}
    .ntitle h2{ font-size: 26px;}
    .ntitle h2::before{ width: 40px; height: 5px;}
    .ntitle h2::after{ width: 86px;}

    .index-1 .box{ padding: 0;}
    .index-1 .box .item{ padding: 0 10px;}
    .index-1 .box .item ol{ height: 223px;padding: 40px 30px 0; font-size: 14px}
    .index-1 .box .item ol i{ height: 40px; display: block; margin: 0 auto;}
    .index-1 .box .item ol h3{ font-size: 20px;}

    .index-2 .box ul{ margin: 0 -10px;}
    .index-2 .box ul li{ padding: 0 10px;}
    .index-2 .box ul li ol{ margin-top: 10px;}
    .index-2 .box ul li span{ font-size: 14px;}
    .index-2 a.more{width: 142px; height: 46px; line-height: 42px;font-size: 16px;}

    .index-3{padding: 65px 0 40px;}
    .index-3 .box{padding: 30px 20px 0;background-size: 360px auto;}
    .index-3 .box .item{ padding-right: 180px;}
    .index-3 .box .item:nth-child(2), .index-3 .box .item:nth-child(4){padding-left: 180px;}
    .index-3 .box .item dl{ font-size: 18px; overflow: hidden;}
    .index-3 .box .item ol{ font-size: 14px;}

    .index-4{height: 780px; overflow: hidden;}
    .index-4::after{ height: 720px;}
    .index-4 .box .tit h2{ font-size: 26px;}
    .index-4 .box a.more{ right: 30px;}
    .index-4 .box{width: 578px; padding: 95px 40px 0;}
    .index-4 .box::after{ width: 75px;}
    .index-4 .other{ width: 410px;}
    .index-4 .other dl{ width: 330px;}
    .index-4 .other ol::after{ right: 30px;}
    .index-4 .other ol li{padding: 34px 15px 0;}
    
    .index-5 .box .swiper-slide{ padding: 0 10px;}
    .index-5 .box .swiper-slide ol h3{ font-size: 18px;}

    .inews{ padding: 60px 0;}
    .inews .pic{ width: 400px; margin-right: 20px;}
    .inews .pic .swiper-slide p{ font-size: 16px; padding: 0 120px 0 20px;}
    .inews .news-m{ width: 270px;}
    .inews .news-m ul li a{ height: 142px; padding: 15px;}
    .inews .news-m ul li h3{ font-size: 16px;margin-bottom: 5px;}
    .inews .news-m ul li dt{ font-size: 13px; height: 40px;line-height: 20px;}
    .inews .news-m ul li ol{ margin-top: 10px; background-size: 20px;}
    .inews .news-m ul li ol dd{ font-size: 13px; padding-top:5px;}
    .inews .news-m ul li ol dd b{ font-size: 20px;}
    .inews .news-r{ width: 280px;}
    .inews .news-r ul li a{ height: 91px; padding: 15px;}
    .inews .news-r ul li dl{ height: 62px; font-size: 13px; padding-top: 0;}
    .inews .news-r ul li dl b{ font-size: 20px;}
    .inews .news-r ul li ol{ height: 62px;}
    .inews .news-r ul li ol h3{ font-size: 16px; line-height: 1.2;}

    .index-6 .box ul{ margin: 0 -10px;}
    .index-6 .box ul li{ padding: 0 10px; margin-bottom: 20px;}

    .introduction .text dl{font-size: 26px; margin-bottom: 20px;}
    .introduction .text{ font-size: 15px; padding-right: 30px;}

    .information .box{ margin: 0 -10px;}
    .information .box .item{padding: 0 10px; font-size: 15px;}

    .managementIdea .box{width: 900px;}

    .products .leftNav dl h3{ font-size: 24px;}
    .products .leftNav ul li a{ font-size: 16px;}

    .prolist ul{ margin: 0;}
    .prolist ul li{ width: 100%; padding: 0;}
    .prolist ul li a ol dd{ width: 115px;}

    .technologyBox .tit h3{font-size: 26px;}
    .technologyBox .tit h2{ font-size: 20px;}
    .technologyBox .technology01 .item .icon ul li{font-size: 18px;}
    .technologyBox .technology01 .item .icon ul li img{ width: 60px;}
    .technologyBox .technology01 .item .icon{margin-top: 25px;}
    .technologyBox .technology01 .box,.technologyBox .technology02 .box ol .con,.technologyBox .technology03 .item .con{font-size: 14px; line-height: 28px;}
    .technologyBox .technology02 .box ol{padding-left: 38%; transform: translate(0, 20%);}
    .technologyBox .technology03 .item.fr{padding-left:10px;}
    .technologyBox .technology03 .item .timg{ margin-top: 15px;}

    .support .text{ font-size: 15px;}
    .support .con ul li ol{ padding: 10px 10px 0; font-size: 15px;}
    .support .khxf ul { margin: 0 -10px;}
    .support .khxf ul li{ padding: 0 10px;}
    .support .khxf ul li dl{ font-size: 16px;}

    .solution .text{ font-size: 15px;}
    .solution .con .item ol{ font-size: 15px;}
    .solution .con .item dl{padding-right: 15px;}
    .solution .con .item:nth-child(even) dl{ padding-left:15px;}
    
    .case .box ul{ margin: 0 -10px;}
    .case .box ul li{ margin-bottom: 35px; padding: 0 10px;}
    .case .box ul li ol h3{ font-size: 16px;}
    .case .box ul li ol dt{ font-size: 14px;}

    .news2{  padding-bottom: 20px;}
    .news2 ul { margin: 0 -10px;}
    .news2 ul li{padding: 0 10px;}
    .news2 ul li a{ padding: 16px;}
    .news2 ul li ol{ padding-top: 10px;}
    .news2 ul li ol h3{ font-size: 16px; margin-bottom: 5px;}
    .news2 ul li ol dt{ font-size: 15px;}

    .list{padding: 20px 20px 30px;}
    .list ul li a{ font-size: 16px; line-height: 50px;}
    .list ul li span{ font-size: 16px; line-height: 50px;}

    .newsView .box .newsHead{ padding: 40px 40px 30px}
    .newsView .box .newsHead h1{ font-size: 26px;}
    .newsView .box .newsHead::after{ left:40px;}
    .newsView .box .viewCon{ padding: 40px;}
    .newsView .box .viewPage{ padding: 30px 40px;}

    .contact .box ul li ol{ height: 265px;}
    .contact .box ul li ol i{ width: 110px; height: 110px; line-height: 108px;}
    .contact .box ul li ol dl{ font-size: 16px;}

    .footer .item:nth-child(1) { width: 390px;}
    .footer .item:nth-child(2) { width: 290px;}
    .footer .item:nth-child(3) { width: 290px;}
    .footer .item .tit{ margin-bottom: 30px;}
    .footer .fcontact ul{ width: 352px;}
    .footer .fcontact ul li{ font-size: 14px;}
    .footer .fnav ul li{ margin-bottom: 0;}
    .footer .ewm li{ width: 125px;}

}

@media screen and (max-width:999px){
    body{ padding-top: 60px; font-size: 15px;}
    .wrap{ width: 100%; padding: 0 15px;}

    /*顶部*/
    .header{ width: 100%; height:60px; background:#fff; position: fixed; left: 0; top: 0; z-index: 99999; }
    .header .logo{float: left; height: 60px; padding:7px 0;}
    .header .headRight{ float: none; color: #000; font-size: 16px; line-height: 46px;  width: 100%; height: calc(100% - 60px); background:#fff;  position: fixed; left: 0; top: 60px; padding-top: 0; display: none;}
    .header .nav{ float: none;}
    .header .nav ul li{ border-top: 1px solid #ddd;  line-height: 46px; padding: 0; position: relative; float: none;}
    .header .nav ul>li>a{ color: #000;  font-size: 16px; padding: 0 15px;}
    .header .nav ul>li::before{ content: ""; width: 0; height: 3px; background: #ddd; position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); transition: all .4s;}
    .header .nav ul>li>a:hover{ color: #e6771d; }
    .header .nav ul>li.on>a{ color: #e6771d; }
    .header .nav ul>li:hover a{ color: #e6771d; }
    .header .nav ul li:hover:before, .header .nav ul li.on::before{ width: 100%; height: 2px;}
    .header .lang{ float: none; position: relative; margin-left: 0;  border-top: 1px solid #ddd; padding-left: 15px;  }
    .header .lang.en{ background: url(../images/en.jpg) no-repeat 15px center;}
    .header .lang.cn{ background: url(../images/cn.jpg) no-repeat 15px center;}
    .header .lang a{ font-size: 16px; font-weight: 300; line-height: 60px; padding: 0 20px 0 35px;}
    .header .lang::before{ display: none;}

    .header .menu-toggle{ width:60px; height:60px; position:absolute; right:0; top:0; z-index:99999; display:block;}
    .header .menu-toggle span{ width:35px; height:2px; background:#333;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:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
    .header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;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;}

    /*首页bannner*/
    .banner { position: relative; width: 100%;}
    .banner .swiper-container{ width:100%; overflow:hidden;}
    .banner .swiper-container .swiper-slide{ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden;}
    .banner .swiper-container .swiper-slide a{ height: 150px; display: block; width:100%;}
    .banner .swiper-container .swiper-slide img{width:100%;}
    .banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
    .banner .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; background:#fff; margin: 0 2px; border-radius: 10px; cursor: pointer;}
    .banner .swiper-active-switch { background: #e6771d; opacity: 1;}

    .neiBanner{ height: 120px;}

    
    .title{ margin-bottom: 25px;}
    .title img{ height: 58px;}
    .title h3{ height: 20px; font-size: 26px;  margin-bottom: 8px;}
    .title h2{ font-size: 20px;}
    .title p{display: none;}

    .ntitle{ margin-bottom: 30px;}
    .ntitle h2{ font-size: 25px; color: #000; font-weight: 500; line-height: 1; text-align: center; padding-bottom: 16px;  position: relative; }
    .ntitle h2::before{ width: 30px; height: 3px;}
    .ntitle h2::after{ width: 80px; height: 1px;}

    .search{ height: auto; position: relative; background: #f67000 ; padding-top:15px;}
    .search::after{ display: none;}
    .search .search-keywords{ width: 100%; line-height: 50px; color: #fff; font-size: 14px; padding-left: 35px; float: left; display:none;}
    .search .search-keywords a{ color: #fff;}
    .search .search-tel{ width: 50%; height: 54px; color: #fff; background: url(../images/icon02.png) no-repeat left 0; background-size: 36px auto; margin-left: 0; padding-left: 40px; float: left;}
    .search .search-tel dl{font-size: 12px; margin: 0 0 4px;}
    .search .search-tel ol{ font-size: 16px; font-weight: bold; line-height: 1;}
    .search .search-box{ width: 45%;overflow: hidden; position: relative; z-index: 11; margin-top:0px; float: right;}
    .search .search-box input{ width: 100%; height: 38px; font-size: 16px; padding-left: 20px; }
    .search .search-box button{ width: 34px; height: 34px; background: url(../images/icon03.png) no-repeat center; background-size: 34px; border: none;right: 2px; top: 2px;}

    .index-1{ padding: 40px 0;}
    .index-1 .box{ padding: 0; margin: 0 -5px;}
    .index-1 .box .item{ width: 50%; padding: 0 5px; margin-bottom: 10px; float: left;}
    .index-1 .box .item ol{ height: 180px;  padding: 25px 20px 0;}
    .index-1 .box .item ol i{ height: 28px; display: block; margin: 0 auto;}
    .index-1 .box .item ol h3{ font-size: 17px; margin: 16px 0 10px;}
    .index-1 .box .item ol dl{ font-size: 12px; line-height: 1.4; font-weight: 300;}

    .index-2{ padding: 40px 0; background: #fff;}
    .index-2 .box{ }
    .index-2 .box ul{ margin: 0 -5px;}
    .index-2 .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
    .index-2 .box ul li:nth-child(5){display: none;}
    .index-2 .box ul li a{ display: block;}
    .index-2 .box ul li dl{ padding-bottom: 100%; border: #f67000 solid 1px; border-radius: 10px; overflow: hidden; position: relative;}
    .index-2 .box ul li dl img{position:absolute;top:0; bottom:0;left:0;right:0; margin:auto; padding: 5px;}
    .index-2 .box ul li ol{ position: relative; margin-top: 5px; padding-right:0;}
    .index-2 .box ul li h3{ font-size: 14px; text-align: center;}
    .index-2 .box ul li span{ display: none;}
    .index-2 a.more{ width: 120px; height: 40px; line-height: 36px; font-size: 15px; margin: 20px auto 0;}

    .index-3{ padding: 65px 0 70px;}
    .index-3 .box{ padding:0; background: none;}
    .index-3 .box .item{ width: 100%; padding-right: 0; margin: 15px 0;}
    .index-3 .box .item:nth-child(2),.index-3 .box .item:nth-child(4){ padding-right: 0; padding-left: 0; text-align: right;}
    .index-3 .box .item dl{ font-size: 17px;  line-height: 1.2; margin-bottom: 8px; font-weight:bold;}
    .index-3 .box .item dl i{ width: 40px; height: 46px; line-height: 40px; background: url(../images/icon10.png) no-repeat center; background-size: cover; margin-right: 15px; float: left;}
    .index-3 .box .item dl i img{ width: 18px;}
    .index-3 .box .item:nth-child(2) i,.index-3 .box .item:nth-child(4) i{ float: right; margin-right: 0; margin-left: 15px;}
    .index-3 .box .item ol{ font-size: 14px; color: #384b5d;}
    .index-3 .box .item:hover dl{ color: #f67000;}
    .index-3 .box .item:hover dl i{ background: url(../images/icon10_hover.png) no-repeat center;  background-size: cover;}

    .index-4{ height: auto; position: relative; padding-bottom: 20px;}
    .index-4::after{ display: none;}
    .index-4 .box{ width: 100%; padding: 40px 0 0; float: none; position: relative;}
    .index-4 .box::after{display: none;}
    .index-4 .box .tit{ margin-bottom: 25px;}
    .index-4 .box .tit h2{ font-size: 22px; padding-bottom: 10px; border-bottom: #ccc solid 1px; margin-bottom: 10px;}
    .index-4 .box .tit p{ font-size: 14px;}
    .index-4 .box .text{ line-height: 1.8;}
    .index-4 .box a.more{ width: 50px; height: 50px; line-height: 40px; font-size: 13px; border: #fff solid 3px; right:0; top: 45px;}
    .index-4 .other{ width: 100%; height: auto; padding-top: 30px; position: relative; z-index: 11; float: none;}
    .index-4 .other dl{ height: 200px; text-align: center;}
    .index-4 .other ol{ height: 170px; position: relative; margin-top: 30px;}
    .index-4 .other ol::after{ content: ""; width: 2000px; height: 170px; background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, .05); position: absolute; right: 0px; top:0 ;}
    .index-4 .other ol li{ position: relative; z-index: 11; padding: 20px 38px 0; float: left;}
    .index-4 .other ol li dl{ width: 90px; height:90px; line-height: 70px; border: #fff solid 5px; box-shadow:0 0 15px rgba(0, 0, 0, .15);}
    .index-4 .other ol li h3{ font-size: 16px; margin-top: 12px;}

    .index-5{padding: 40px 0;}
    .index-5 .box{ padding: 0;}
    .index-5 .box .arrow-left,.index-5 .box .arrow-right{display: none;}
    .index-5 .box .swiper-slide{ padding: 0 5px; box-sizing: border-box;}
    .index-5 .box .swiper-slide ol{ padding-top: 10px;}
    .index-5 .box .swiper-slide ol h3{ font-size: 16px; margin-bottom: 8px;}
    .index-5 .box .swiper-slide ol dt{ font-size: 13px;}


    .inews{ padding: 30px 0; background: #fff;}
    .inews .pic{ width: 100%; margin-right: 0; float: none;}
    .inews .pic .swiper-slide p{ width: 100%; height: 50px; padding: 0 80px 0 10px;  font-size: 15px;line-height: 50px; }
    .inews .pic .pagination {position: absolute;z-index: 20;bottom:16px; right: 20px; text-align: center;}
    .inews .pic .swiper-pagination-switch {display: inline-block; width:10px; height: 10px; margin: 0 3px; }
    .inews .pic .swiper-active-switch { background: #b3292c; opacity: 1;}
    .inews .news-m{ width: 100%; float: none;}
    .inews .news-m ul{ margin-top: -10px;}
    .inews .news-m ul li{ margin-top: 10px;}
    .inews .news-m ul li a{ height: auto;padding:20px;}
    .inews .news-m ul li h3{ font-size: 16px;  margin-bottom: 10px;}
    .inews .news-m ul li dt{ height: 40px; line-height: 20px; font-size: 14px;}
    .inews .news-m ul li ol{ background: url(../images/icon26.png) no-repeat right bottom 8px; background-size: 20px; border-top: 1px solid #eee; margin-top: 15px;}
    .inews .news-m ul li ol dd{ float: left; padding-top: 10px;}
    .inews .news-m ul li ol dd b{ font-size: 22px; line-height: 1; font-weight: 900; display: block;}
    .inews .news-m ul li a:hover ol{background: url(../images/icon26_02.png) no-repeat right bottom 8px; background-size: 20px;}
    .inews .news-r{ width: 100%; float: none;}
    .inews .news-r ul{ margin-top: 0;}
    .inews .news-r ul li{ margin-top: 10px;}
    .inews .news-r ul li a{height: auto;  padding: 20px; }
    .inews .news-r ul li dl{ float: left; width: 77px; height: 60px; padding-top: 0; }
    .inews .news-r ul li dl b{font-size:22px;  padding-bottom: 8px; margin-bottom: 5px;}
    .inews .news-r ul li ol{ height:60px; padding-left: 96px; background: url(../images/icon27.png) no-repeat 96px bottom;;}
    .inews .news-r ul li ol h3{ font-size: 16px; line-height: 1.3;}
    .inews .news-r ul li a:hover ol{background: url(../images/icon27_02.png) no-repeat 96px bottom; }
    .inews .moreBtn{ margin: 20px auto 0;}

    .index-6{ padding: 40px 0;}
    .index-6 .box ul{ margin: 0 -5px;}
    .index-6 .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 10px; }
    .index-6 .box ul li dl{ height: 65px;}
    .index-6 .box ul li dl img{ padding: 10px 10px; }

    .introduction{ padding: 45px 0; background: url(../images/aboutNeiBg.jpg) no-repeat left bottom;}
    .introduction .text{ width: 100%; line-height:1.7; padding-right: 0; float: none; margin-bottom: 20px;}
    .introduction .text dl{ font-size: 20px; margin-bottom: 20px; text-align: center;}
    .introduction .pic{ width: 100%; float: none;}

    .information{ padding: 45px 0;}
    .information .box{ margin: 0;}
    .information .box .item{ width: 100%; padding:5px 0; float: none;}
    .information table{ border: #eee solid 1px; border-spacing: 0; border-collapse: collapse;}
    .information table tr th{  font-size: 16px; font-weight: normal; line-height: 50px; background: #f1f1f1;}
    .information table tr td{ font-size: 14px; line-height: 1.6; padding: 10px 12px; border-top: 1px solid #eee;}

    .honor{ padding: 55px 0; background: url(../images/honorBg.jpg) no-repeat center; background-size: cover;}
    .honor .box { padding-top: 30px;}
    .honor .box .swiper-slide{ display: flex; justify-content:center; align-items:center;}
    .honor .box .swiper-slide ol{ max-height: 300px; padding: 0 10px;}
    .honor .box .swiper-slide img{ border: #868686 solid 5px;}

    .culture{ padding: 50px 0 60px;}

    .managementIdea{ padding-top: 45px; background: #eee;}
    .managementIdea .box{ width: 90%; color: #000; font-size: 15px; line-height: 1.6;  padding:0 50px 50px; position: relative; margin:0 auto;}
    .managementIdea .box::before{ content: ""; width: 28px; height: 21px; background:url(../images/icon28.png) no-repeat center; position: absolute; left: 0; top:0px;}
    .managementIdea .box::after{ content: ""; width: 28px; height: 21px; background:url(../images/icon29.png) no-repeat center; position: absolute; right:0; bottom:50px;}
    .managementIdea .pic{ overflow: hidden;}
    .managementIdea .pic img{ width:100%; float: none;}

    .products{ padding: 20px 0 40px; background: #f6f6f6;}
    .products .leftNav{ width: 100%; float: none; margin-bottom: 15px;}
    .products .leftNav dl{ padding:15px 15px; background:#fff url(../images/xiala.png) no-repeat right 15px center; background-size: 20px auto; }
    .products .leftNav dl h3{ color: #384b5d; font-size: 19px; line-height: 1; margin-bottom: 0;}
    .products .leftNav dl dt{display: none;}
    .products .leftNav ul{ display: none;}
    .products .leftNav ul li{ margin-top: 3px; position: relative;}
    .products .leftNav ul li::before{ content: ""; width: 10px; height: 10px; background: url(../images/icon30.png) no-repeat; position: absolute; left: 15px; top: 50%; transform: translateY(-50%);}
    .products .leftNav ul li::after{ content: ""; width: 7px; height: 13px; background: url(../images/icon31.png) no-repeat; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
    .products .leftNav ul li a{ line-height: 40px; font-size: 15px; padding: 0 35px; display: block;}

    .products .rightBox{ padding-left:0;}

    .bread{ background: #fff; line-height: 42px; margin-bottom: 15px; padding:0 10px; display: none;}

    .prolist{ padding-bottom: 15px;}
    .prolist ul{ margin: 0;}
    .prolist ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .prolist ul li a{ background: #fff; display: block; overflow: hidden;}
    .prolist ul li a dl{ width: 50%; height: 165px; position: relative; float: left;}
    .prolist ul li a dl img{position:absolute;top:0;bottom:0;left:0;right:0; margin:auto; padding: 6px;}
    .prolist ul li a ol{ padding-left: 52%; padding-right: 10px;}
    .prolist ul li a ol h3{ font-size: 16px;  margin-bottom: 10px; margin-top: 20px;}
    .prolist ul li a ol dt{ height: 60px; font-size: 13px; line-height: 20px; -webkit-line-clamp: 3; }
    .prolist ul li a ol dd{ width: 90px; height: 32px; line-height: 30px; font-size: 13px; margin-top: 10px;}

    .proview{ background: #fff; padding: 30px 15px; margin-bottom: 10px;}
    .proview .tit{text-align: center; margin-bottom: 15px;}
    .proview .tit h1{ font-size: 18px; color: #384b5d; line-height: 1.2; font-weight: normal;}
    .proview .pic{  text-align: center; margin-bottom: 20px;}
    .proview .text{ line-height: 1.6; font-size: 14px;}
    .proview .text ul{ overflow: hidden; display: flex; flex-wrap:wrap;}
    .proview .text ul li{ width: 100%; padding: 10px 0 10px;}

    .rightBox .page{ padding: 0 10px; background: #fff; overflow: hidden; margin-top: 10px;}
    .rightBox .page li{ width: 50%; line-height: 60px; float: left;}
    .rightBox .page li a{ color: #999;overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
    .rightBox .page li a:hover{color: #e6771d}
    .rightBox .page li.prev{ background: url(../images/icon32.png) no-repeat left center;}
    .rightBox .page li.prev a{ padding-left: 37px;}
    .rightBox .page li.next{ background: url(../images/icon33.png) no-repeat right center;}
    .rightBox .page li.next a{ text-align: right; padding-right: 37px; display: block;}

    /* 研发制造 */
    .neiNav{ background: #b3b3b3; line-height: 46px; text-align: center;}
    .neiNav a{ font-size: 15px; padding: 0 10px; margin: 0 10px; display: inline-block;}

    .technologyBox{}
    .technologyBox .tit{ position: relative; margin-bottom: 20px; text-align: center;}
    .technologyBox .tit h3{ font-size: 24px; margin-bottom: 5px;}
    .technologyBox .tit h2{ font-size: 20px;  padding-bottom: 10px; position: relative;}
    .technologyBox .tit h2::after{ content: ""; width: 30px; height: 2px; left: 50%; margin-left: -15px; }
    .technologyBox .technology01{ padding: 30px 0;}
    .technologyBox .technology01 .item{ width: 100%;}
    .technologyBox .technology01 .box{ font-size: 15px; line-height: 1.6; }
    .technologyBox .technology01 .item .icon{ margin: 30px 0;}
    .technologyBox .technology01 .item .icon ul{ overflow: hidden;}
    .technologyBox .technology01 .item .icon ul li{ width: 33.33%; font-size: 17px; float: left;}
    .technologyBox .technology01 .item .icon ul li img{ width: 60px; margin-right: 8px;}
    .technologyBox .technology01 .item.fr{ padding-left: 0;}
    .technologyBox .technology02{ background: #f1faff; padding: 30px 0;}
    .technologyBox .technology02 .box{ margin: 0; overflow: hidden;}
    .technologyBox .technology02 .box dl{display: none;}
    .technologyBox .technology02 .box ol{ padding-left: 0%; text-align: left; transform: translate(0, 0);}
    .technologyBox .technology02 .box ol .tit h2::after{ left: 50%; right: auto; margin-left: -15px;}
    .technologyBox .technology02 .box ol .con{font-size: 15px; line-height: 1.6;}
    .technologyBox .technology02 .picBox{ margin-top: 10px;}
    .technologyBox .technology02 .picBox ul{ margin: 0 -5px; overflow: hidden;}
    .technologyBox .technology02 .picBox ul li{ width: 33.33%; padding: 0 5px; float: left;}
    .technologyBox .technology03{ padding: 30px 0;}
    .technologyBox .technology03 .box .item{ width: 100%; text-align: left;}
    .technologyBox .technology03 .box .tit h2::after{ left: 50%; right: auto;}
    .technologyBox .technology03 .item.fr{ padding-left: 0;}
    .technologyBox .technology03 .item .con{font-size: 15px; line-height: 1.6;}
    .technologyBox .technology03 .item .timg{ margin-top: 25px;}
    .technologyBox .technology03 .picBox{ margin-top: 10px;}
    .technologyBox .technology03 .picBox ul{ margin: 0 -5px; overflow: hidden;}
    .technologyBox .technology03 .picBox ul li{ width: 33.33%; padding: 0 5px; float: left;}

    .support{ padding: 40px 0; background: #f6f6f6;}
    .support .text{ line-height: 1.8;}
    .support .con{ margin: 20px 0 30px;}
    .support .con ul{ margin: 0 -5px;}
    .support .con ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
    .support .con ul li h3{ font-size: 14px; line-height: 1.4; font-weight: normal; padding:5px 2px 0;}
    .support .khxf{ padding-top: 20px;}
    .support .khxf ul{ margin: 0;}
    .support .khxf ul li{ width: 100%; padding: 0; float: none; margin-bottom: 10px;}
    .support .khxf ul li dl{ font-size: 15px; padding:15px;}
    .support .khxf ul li dl img{ width: 25px; margin-right: 10px;}

    .solution{ padding: 40px 0 50px;}
    .solution .con .item{ margin-top: 30px; overflow: hidden;}
    .solution .con .item dl{ width: 100%; padding-right: 0; float: none; margin-bottom: 15px;}
    .solution .con .item ol{ width: 100%; float: none;}
    .solution .con .item:nth-child(even) dl{padding-right: 0; padding-left: 0; float: right;}

    .case{padding: 40px 0 50px;}
    .case .box ul{ margin: 0 -5px;}
    .case .box ul li{ width: 50%; padding: 0 5px; margin-bottom: 20px; float: left;}
    .case .box ul li ol{ padding-top: 10px;}
    .case .box ul li ol h3{ font-size: 16px; font-weight: 500; margin-bottom: 8px;}
    .case .box ul li ol dt{ font-size: 13px; color: #000; }

    .news{padding: 10px 0 30px;  background: #f6f6f6;}
    .news .ntitle{ padding-top: 30px;}
    .news2{ padding-bottom: 0;}
    .news2 ul{ margin: 0;}
    .news2 ul li{ width: 100%; padding: 0; margin-bottom: 10px; float: none;}
    .news2 ul li a{ padding: 10px 10px 15px;}
    .news2 ul li a dl dd{ width: 55px; height: 55px; font-size: 12px;}
    .news2 ul li a dl dd b{ font-size: 20px; margin-top: 8px;}
    .news2 ul li ol{ padding-top: 10px;}
    .news2 ul li ol h3{ font-size: 16px; margin-bottom: 5px;}
    .news2 ul li ol dt{ font-size: 14px;}

    .list{ background: #fff; padding: 20px 10px 20px; margin-bottom:20px;}
    .list ul li a{ font-size: 15px; line-height: 50px; display: block; padding-right: 80px; overflow: hidden; text-overflow:ellipsis;  white-space: nowrap;}
    .list ul li span{ font-size: 13px; color: #999; line-height: 50px;}

    .newsView{  padding: 10px 0 10px;}
    .newsView .box{ background: #fff; box-shadow:0 0 0 #e4e4e4; margin-bottom: 10px;}
    .newsView .box .newsHead{ padding: 30px 15px 15px;  position: relative;}
    .newsView .box .newsHead::after{ content: ""; width: 50px; height: 2px;  left: 15px; bottom: -2px;}
    .newsView .box .newsHead h1{ font-size: 20px; margin-bottom: 10px;}
    .newsView .box .newsHead span{ margin-right: 15px;}
    .newsView .box .viewCon{ padding:30px 15px 30px; line-height: 1.8;}
    .newsView .box .viewPage{ padding: 20px 15px; overflow: hidden; position: relative;}
    .newsView .box .viewPage .boxCon{ padding-right: 120px;}
    .newsView .box .viewPage .back{ width: 100px; height: 38px; line-height: 36px; font-size: 14px; right: 15px; top: 20px;}

    .newsView .box .caseHead{ padding: 30px 15px 15px;  position: relative;}
    .newsView .box .caseHead h1{ font-size: 20px; color: #000; font-weight: normal; line-height: 1.2; text-align: center; margin-bottom: 10px;}
    .newsView .box .caseHead::after{ content: ""; width: 50px; height: 2px; background: #e6771d; position: absolute; left: 50%; bottom: 0; margin-left: -25px;}

    .contact{padding: 45px 0 50px;  background: #f6f6f6;}
    .contact .box{ margin-bottom: 15px;}
    .contact .box ul{ margin: 0 -2px;}
    .contact .box ul li{ width: 50%; padding: 0 2px; margin-bottom: 4px; float: left;}
    .contact .box ul li ol{ height: 190px; background: #fff; text-align: center; padding:20px 10px;}
    .contact .box ul li ol i{ width: 70px; height: 70px; line-height: 70px; box-shadow: 0 0 20px rgba(0, 0, 0, .15); margin: 0 auto 15px;}
    .contact .box ul li ol i img{ height:32px;}
    .contact .box ul li ol h3{ font-size: 16px; line-height: 1; margin-bottom: 5px;}
    .contact .box ul li ol dl{ font-size: 15px;}
    #map{ height: 300px; border: #fff solid 2px;}

    .footer .item .tit{ margin-bottom: 20px; text-align: center;}
    .footer .item:nth-child(1){ width: 100%; margin-bottom: 30px;}
    .footer .item:nth-child(2){ width: 100%; display: none;}
    .footer .item:nth-child(3){ width: 100%;}
    .footer .fcontact dl{ text-align: center; font-size: 16px; margin-bottom: 5px;}
    .footer .fcontact dt{ margin-bottom: 10px; text-align: center; font-size: 14px;}
    .footer .fcontact ul{ width: 100%;}
    .footer .ewm { text-align: center;}
    .footer .ewm li{ width: 120px; display: inline-block; float: none;}
    .footer .copyright{ font-size: 13px; line-height: 1.4; padding: 15px 0;}

    /*===/分页=============================*/
    .fenye { text-align: center; font-size: 14px; width: 100%; height: 40px; margin: 10px 0 0px;}
    .fenye .prev, .fenye .next { width: 34px; height: 34px; line-height: 32px; margin-right: 2px; font-size: 16px; }
    .fenye a { width: 34px; height: 34px; line-height: 32px; margin-right:2px;}
    .fenye a:hover {color: #fff; background: #242a34; border: #242a34 solid 1px;}
    .fenye a.current { color: #fff;  background: #242a34; margin-right: 2px; border: #242a34 solid 1px;}
}