﻿@charset "utf-8";
/* CSS Document */
@import url('font-Anton.css');
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; }
body { font-size: 16px; color: #666; overflow-x: hidden; font-family: "", , "Microsoft JhengHei", sans-serif; font-weight: 300; }
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 { outline: none; font-family: "", , "Microsoft JhengHei", sans-serif; }
::-webkit-input-placeholder {
color: #bdbdbd;
}
::-moz-placeholder {
color: #bdbdbd;
}
:-ms-input-placeholder {
color: #bdbdbd;
}
input[type=number] { -moz-appearance: textfield; }
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
a { text-decoration: none; color: #666; transition: all 0.56s ease; }
a:hover { color: #d20018; }
.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; }
/* 水平镜像翻转 */
.mirrorRotateLevel img { transition: all .4s; -webkit-transition: all .4s; }
.mirrorRotateLevel:hover img { -moz-transform: scaleX(-1); -webkit-transform: scaleX(-1); -o-transform: scaleX(-1); transform: scaleX(-1); /*兼容IE*/
filter: FlipH; }
/*图片放大*/
.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%; max-height: 100%; height: auto; border: none; }
.wrap { width: 1400px; margin: 0 auto; }
header { width: 100%; z-index: 111111; }
header .wrap { position: relative; }
header .topLeft { padding-right: 280px; position: relative; }
header .topLeft:before { content: ''; width: 5000px; height: 100px; background: #fff; position: absolute; right: 280px; z-index: 1; box-shadow: -2px -2px 6px rgba(0,0,0,0.3); }
header .topLeft:after { content: ''; width: 40px; height: 100px; background: url(../images/icon01.png) no-repeat right top; position: absolute; right: 250px; top: 0; z-index: 11 }
header .topLeft .con { height: 100px; background: #fff; position: relative; z-index: 11; }
header .topRight { width: 230px; height: 100px; background: #d20018; position: absolute; right: 0; top: 0; }
header .topRight .con { position: relative; }
header .topRight .con:before { content: ''; width: 34px; height: 100px; background: url(../images/icon02.png) no-repeat; position: absolute; left: -34px; top: 0; }
header .topRight .con:after { content: ''; width: 5000px; height: 100px; background: #d20018; position: absolute; left: 200px; top: 0; z-index: 1; }
header .logo { padding-top: 17px; float: left; margin-right: 100px; }
header .nav { float: left; }
header .nav ul li { float: left; line-height: 100px; margin-right: 30px; position:relative;}
header .nav ul li a { display: block; padding: 0 25px; }
header .nav ul li a { position: relative; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s }
header .nav ul li a:after { content: ''; width: 0; height: 4px; background: #d20018; position: absolute; left: 0; bottom: 0; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s }
header .nav ul li a:hover { color: #d20018; transition: all .4s; -moz-transition: all .4s; -webkit-transition: all .4s; -o-transition: all .4s }
header .nav ul li a:hover:after { width: 100%; transition: width .4s; -moz-transition: width .4s; -webkit-transition: width .4s; -o-transition: width .4s }
header .nav ul li.focus a:after { width: 100%; height: 4px; background: #d20018; position: absolute; left: 0; bottom: 0; }
header .nav ul li .erji{ line-height:24px; width:100%; background:#fff; position:absolute; top:100%; left:0; display:none;}
header .nav ul li:hover .erji{ display:block;}
header .nav ul li .erji a{ font-size:14px; padding:10px 15px; text-align:center;}
header .searchBtn { width: 19px; height: 19px; background: url(../images/icon03.png) no-repeat center; margin-top: 40px; margin-left: 40px; cursor: pointer; float: left; }
header .lang { float: right; position: relative; z-index: 11; margin-top: 40px }
header .lang a { background: url(../images/icon04.png) no-repeat; color: #fff; line-height: 20px; padding-left: 30px; }
.menu-toggle { display: none; }
/*首页bannner*/
.banner { position: relative; width: 100%; }
.banner .swiper-container { width: 100%; height: 800px; overflow: hidden; }
.banner .swiper-container .swiper-slide { width: 100%; height: 800px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.banner .pagination { position: absolute; z-index: 20; bottom: 30px; width: 100%; text-align: center; }
.banner .swiper-pagination-switch { display: inline-block; width: 12px; height: 12px; border: #fff solid 1px; border-radius: 20px; background: none; margin: 0 5px; cursor: pointer; }
.banner .swiper-active-switch { background: #fff; border: #fff solid 1px; border-radius: 20px; }
.nei_banner { height: 508px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.title { position: relative; text-align: center; padding-bottom: 18px; margin-bottom: 50px; }
.title:before { content: ""; width: 60px; height: 3px; background: #d20018; position: absolute; left: 50%; bottom: 0; margin-left: -30px; }
.title h4 { color: #eeeeee; font-size: 60px; font-family: 'Anton', sans-serif; font-weight: 400; line-height: 1; }
.title h2 { color: #d20018; font-size: 40px; font-weight: 400; line-height: 1; margin-top: -35px; margin-bottom: 18px; }
.title p { font-size: 18px; line-height: 1; }
.technology { padding: 65px 0 95px; }
.technology .video { width: 50%; padding-right: 20px; float: left; }
.technology .video img { border-bottom: #d20018 solid 6px; cursor: pointer; }
.technology .video video { width: 100%; height: 406px; background: #000; }
.technology .list { width: 50%; float: left; }
.technology .list ul { margin-right: -13px; }
.technology .list ul li { width: 50%; padding: 0 13px; float: left; position: relative; }
.technology .list ul li dl { overflow: hidden; border-bottom: #d20018 solid 6px; }
.technology .list ul li ol { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; color: #fff; padding-bottom: 40px; }
.technology .list ul li ol h3 { font-size: 18px; font-weight: normal; line-height: 1; margin-bottom: 10px; }
.technology .list ul li ol p { font-size: 14px; }
.ipro { height: 680px; position: relative; overflow: hidden; }
.ipro:before { content: ''; width: 100%; height: 380px; background: url(../images/iprobg.jpg) no-repeat center top; background-size: cover; position: absolute; left: 0; top: 0; }
.ipro .title { text-align: left; }
.ipro .title:before { content: ""; width: 60px; height: 3px; background: #d20018; position: absolute; left: 0; bottom: 0; margin-left: 0px; }
.ipro .title h4 { color: #fff; font-size: 60px; opacity: 0.1; }
.ipro .title h2 { color: #fff; margin-top: -25px; }
.ipro .iproLeft { width: 50%; float: left; padding-top: 180px; }
.ipro .prolist { padding-top: 170px; }
.ipro .prolist ul { }
.ipro .prolist ul li { float: left; text-align: center; margin-right: 50px; font-size: 14px; }
.ipro .prolist ul li i { width: 55px; height: 60px; display: block; margin: 0 auto; }
.ipro .iproRight { width: 50%; float: left; margin-top: 40px; }
.ipro .iproRight .swiper-container { width: 100%; height: 600px; overflow: hidden; }
.ipro .iproRight .swiper-slide { height: 600px; line-height: 600px; text-align: right; }
.iabout { }
.iabout .num { width: 50%; float: left; margin-top: 120px; }
.iabout .num ul li { width: 50%; float: left; font-size: 20px; color: #d20018; font-weight: bold; text-align: left; padding: 60px 0; }
.iabout .num ul li dl { display: inline-block; text-align: center; }
.iabout .num ul li b { font-size: 50px; }
.iabout .num ul li i { font-size: 50px; font-style: normal; }
.iabout .num ul li p { color: #fff; font-size: 18px; font-weight: normal; }
.iabout .aboutBox { width: 50%; height: 650px; float: left; position: relative; }
.iabout .aboutBox .con { width: 110%; padding: 70px; background: rgba(255,255,255,0.8); position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.iabout .aboutBox .con dl { font-size: 30px; color: #000; font-weight: bold; line-height: 1.3; margin-bottom: 10px; }
.iabout .aboutBox .con ol { line-height: 1.8; }
.iabout .aboutBox .con a { width: 180px; height: 50px; line-height: 50px; background: #888888; color: #fff; text-align: center; display: block; margin-top: 40px; }
.iabout .aboutBox .con a:hover { background: #d20018; }
.inews { padding: 90px 0; }
.inews .box { }
.inews .box ul { margin: 0 -13px; overflow: hidden; }
.inews .box ul li { width: 33.33%; float: left; padding: 0 13px; }
.inews .box ul li dl { position: relative; overflow: hidden; padding-bottom: 57.777%; }
.inews .box ul li dl img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: auto; height: 100%; margin: auto; }
.inews .box ul li dl dt { width: 140px; height: 40px; line-height: 40px; text-align: center; position: absolute; left: 0; bottom: 0; background: url(../images/icon08.png) no-repeat left center; color: #fff }
.inews .box ul li ol { background: #f5f5f5; padding: 30px; }
.inews .box ul li ol h3 { height: 64px; font-size: 18px; font-weight: normal; line-height: 1.8; color: #666; overflow: hidden; }
.inews .box ul li ol p { text-align: right; font-size: 14px; color: #666; margin-top: 10px; }
.inews .box ul li a:hover dt { background: url(../images/icon09.png) no-repeat left center; }
.feedback { height: 490px; padding-top: 60px; }
.feedback .title { margin-bottom: 15px; }
.feedback .title:before { display: none; }
.feedback .title h4 { color: #fff; opacity: 0.1; }
.feedback .box { background: url(../images/feedbackbg02.jpg) no-repeat; background-size: cover; padding: 70px 50px; }
.feedback .box ul { overflow: hidden; margin: 0 -10px; }
.feedback .box ul li { float: left; padding: 0 10px; }
.feedback .box ul li input { width: 100%; height: 60px; background: #fff; border: none; padding-left: 40px; font-size: 16px; }
.feedback .box ul li button { width: 100%; height: 60px; background: #4d4949; color: #fff; border: none; font-size: 16px; cursor: pointer; }
.feedback .box ul li.fb01 input { background: #fff url(../images/icon10.png) no-repeat 15px center; }
.feedback .box ul li.fb02 input { background: #fff url(../images/icon11.png) no-repeat 15px center; }
.feedback .box ul li.fb03 input { background: #fff url(../images/icon12.png) no-repeat 15px center; }
.feedback .box ul li.fb01, .feedback .box ul li.fb02, .feedback .box ul li.fb03 { width: 28%; }
.feedback .box ul li.fb04 { width: 16%; }
.fwxx { padding: 75px; }
.fwxx ul { overflow: hidden; }
.fwxx ul li { width: 25%; float: left; padding-right: 20px; }
.fwxx ul li i { width: 118px; height: 118px; text-align: center; line-height: 116px; float: left; margin-right: 20px; }
.fwxx ul li p { font-size: 26px; line-height: 1.2; padding-top: 25px; }
.about { padding: 60px 0 140px; }
.about .box { padding: 0 110px; line-height: 2; text-align: center; }
.about .num { width: 100%; padding: 0 110px; margin-top: 80px; }
.about .num ul li { width: 25%; float: left; font-size: 20px; color: #d20018; font-weight: bold; text-align: center; }
.about .num ul li dl { display: inline-block; text-align: center; }
.about .num ul li b { font-size: 50px; }
.about .num ul li i { font-size: 50px; font-style: normal; }
.about .num ul li p { color: #666; font-size: 18px; font-weight: normal; }
.AboutVideo { margin-bottom: 115px; }
.AboutVideo img { cursor: pointer; }
.AboutVideo video { width: 100%; height: 500px; margin: 0; padding: 0; background: #000; }
.service { height: 500px; text-align: center; padding-top: 225px; }
.service dl { font-size: 42px; color: #fff; margin-bottom: 20px; }
.service ol { color: #fff; line-height: 1.8; padding: 0 110px; }
.customerProduct { padding: 90px 0; }
.customerProduct ul { width: 50%; float: left; }
.customerProduct ul h3 { font-size: 26px; color: #d20018; padding-left: 70px; }
.customerProduct ul ol { line-height: 1.8; padding-left: 70px; padding-right: 60px; }
.customerProduct .cusBox ol { margin-bottom: 80px; }
.customerProduct .proBox { background: none; padding: 0; }
.customerProduct .proBox h3 { margin-top: 80px; }
.honor { }
.honor .honorTit { height: 230px; padding-top: 1px; }
.honor .honorTit h2 { font-size: 40px; color: #fff; font-weight: normal; text-align: center; margin-top: 145px; }
.honor .boxCon { padding: 88px 0; }
.honor .honorLeft { width: 34.2%; float: left; }
.honor .honorLeft p { padding-top: 5px; text-align: center; }
.honor .honorRight { width: 65.8%; float: right; padding-left: 90px; }
.honor .con { position: relative; }
.honor .con .swiper-container { margin: 0 -15px; }
.honor .con .arrow-left, .honor .con .arrow-right { width: 23px; height: 45px; position: absolute; top: 50%; margin-top: -22px; }
.honor .con .arrow-left { left: -50px; background: url(../images/honorleft01.png) no-repeat; }
.honor .con .arrow-right { right: -50px; background: url(../images/honorright01.png) no-repeat; }
.honor .con .arrow-left:hover { background: url(../images/honorleft02.png) no-repeat; }
.honor .con .arrow-right:hover { background: url(../images/honorright02.png) no-repeat; }
.honor .con .swiper-slide { padding: 0 15px; box-sizing: border-box; text-align: center; }
.honor .con .swiper-slide p { text-align: center; padding-top: 5px; }
.protit { padding: 56px 0 50px; text-align: center; }
.protit h2 { font-size: 36px; line-height: 1; margin-bottom: 28px; }
.protit .proSearch { width: 800px; height: 50px; border: #ccc solid 1px; border-radius: 25px; margin: 0 auto; overflow: hidden; }
.protit .proSearch input { float: left; width: 730px; height: 50px; line-height: 50px; padding-left: 22px; border: none; font-size: 14px; }
.protit .proSearch button { float: right; width: 42px; height: 42px; background: url(../images/icon17.png) no-repeat; border: none; margin: 3px; cursor: pointer; }
.protit .proSearch button:hover { background: url(../images/icon17-2.png) no-repeat; }
.proNav { height: 120px; background: #393939 url(../images/pronavbg.jpg) no-repeat center; }
.proNav ul { text-align: center; }
.proNav ul li { display: inline-block; }
.proNav ul li a { display: block; width: 280px; height: 120px; padding-top: 20px; position: relative; }
.proNav ul li.on a, .proNav ul li a:hover { background: #d20018; }
.proNav ul li.on a:after { content: ''; width: 33px; height: 13px; background: url(../images/icon17.png); }
.proNav ul li i { height: 60px; line-height: 62px; display: block; }
.proNav ul li p { color: #fff; }
.proBox { background: url(../images/probg.jpg) no-repeat center; background-size: cover; padding-top: 50px; padding-bottom: 1px; }
.proBox ul { overflow: hidden; }
.proBox ul li { width: 50%; border-bottom: #999999 solid 1px; margin-bottom: 36px; padding-bottom: 36px; float: left; }
.proBox ul li dl { background: #fff; width: 57%; padding-bottom: 40%; position: relative; float: left; }
.proBox ul li img { height: 90%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.proBox ul li ol { width: 43%; padding-bottom: 40%; position: relative; float: left; }
.proBox ul li ol dt { height: 120px; position: absolute; top: 50%; padding-left: 40px; margin-top: -60px; }
.proBox ul li ol dt h3 { color: #000; font-size: 22px; font-weight: normal; margin-bottom: 40px; }
.proBox ul li ol dt i { width: 150px; height: 50px; line-height: 50px; color: #d20018; font-style: normal; background: url(../images/icon22.png) no-repeat 22px center; border: #d20018 solid 1px; display: block; padding-left: 50px; }
.proBox ul li:hover ol dt i { background: #fff url(../images/icon22.png) no-repeat 22px center; }
.proHead { overflow: hidden; padding: 90px 0; }
.proHead .pc-slide { width: 60%; float: left; overflow: hidden; position: relative; }
.proHead .preview { width: 130px; position: relative; float: left; padding: 50px 0; }
.proHead .preview .swiper-container { width: 130px; height: 360px; }
.proHead .preview .swiper-slide { padding: 10px 0; box-sizing: border-box; }
.proHead .preview .swiper-slide dl { width: 130px; height: 100px; position: relative; border: #cccccc solid 2px; }
.proHead .preview .swiper-slide img { height: 90%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.proHead .preview .arrow-left { background: url(../images/arrow-left.png) no-repeat left top; position: absolute; left: 50%; top: 0; margin-left: -15px; width: 31px; height: 16px; z-index: 10; }
.proHead .preview .arrow-right { background: url(../images/arrow-right.png) no-repeat left bottom; position: absolute; left: 50px; bottom: 0; margin-top: -15px; width: 31px; height: 16px; z-index: 10; }
.proHead .preview .active-nav dl { padding: 0; border: 2px solid #F00; }
.proHead .view { width: 100%; padding-left: 140px; }
.proHead .view .swiper-container { width: 100%; height: 480px; }
.proHead .view .swiper-slide { position: relative; width: 100%; height: 480px; }
.proHead .view .swiper-slide img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.proHead .proRight { width: 40%; float: right; padding-left: 60px; }
.proHead .proRight h1 { font-size: 36px; margin-bottom: 20px; }
.proHead .proRight ol { background: #f5f5f5; padding: 30px 60px; line-height: 1.8; margin-bottom: 70px; }
.proHead .proRight dl a { background: #d20018; color: #fff; width: 220px; height: 50px; line-height: 50px; text-align: center; display: block; float: left; }
.proHead .proRight dl dt { background: url(../images/icon23.png) no-repeat left center; margin-left: 50px; padding-left: 63px; float: left; }
.proHead .proRight dl dt p { font-size: 27px; color: #d20018; font-family: 'Anton', sans-serif; line-height: 1; }
.description { }
.description .tit { width: 360px; height: 75px; line-height: 75px; text-align: center; font-size: 30px; border-radius: 15px 15px 0px 0px; background: #fff; margin: -75px auto 0; }
.description .box { line-height: 1.8; padding: 50px 0 10px; }
.proGek { height: 180px; }
.sellingPoint { padding: 50px 0; }
.sellingPoint .tit { line-height: 1; text-align: center; border-bottom: #ccc solid 1px; margin-bottom: 30px; }
.sellingPoint .tit h2 { font-size: 26px; font-weight: normal; color: #fff; background: #999; display: inline-block; border-radius: 15px 15px 0px 0px; width: 260px; height: 50px; line-height: 50px; }
.sellingPoint .box { padding: 30px 0 10px; }
.sellingPoint .box ul { margin: 0 -30px; overflow: hidden; }
.sellingPoint .box ul li { width: 50%; padding: 0 30px; margin-bottom: 50px; float: left; }
.sellingPoint .box ul li dl { background: #f5f5f5; text-align: center; padding: 35px; }
.sellingPoint .box ul li dl img { margin-bottom: 20px; }
.sellingPoint .box ul li dl h3 { font-size: 20px; color: #000; line-height: 1; margin-bottom: 10px; }
.sellingPoint .box ul li dl h4 { font-size: 16px; color: #ccc; line-height: 1; font-weight: normal; margin-bottom: 20px; }
.sellingPoint .box ul li dl p { line-height: 1; }
.case { padding-bottom: 60px; }
.case .tit { font-size: 30px; line-height: 1; text-align: center; border-bottom: #ccc solid 1px; margin-bottom: 30px; }
.case .tit h2 { font-size: 26px; font-weight: normal; color: #fff; background: #999; display: inline-block; border-radius: 15px 15px 0px 0px; width: 260px; height: 50px; line-height: 50px; }
.case .box { margin: 0 -34px; overflow: hidden; }
.case .swiper-slide { padding: 0 34px; box-sizing: border-box; text-align: center; }
.case .swiper-slide p { padding-top: 10px; }
.newpro { padding-top: 50px; }
.news { margin-top: -45px; }
.news ul { padding-bottom: 10px; }
.news ul li { background: #f5f5f5; margin-bottom: 30px; }
.news ul li a { padding: 50px 360px 50px 50px; display: block; overflow: hidden; position: relative; }
.news ul li dl { float: left; width: 120px; height: 120px; background: #d20018; color: #fff; text-align: center; padding-top: 25px; margin-right: 40px; }
.news ul li dl b { font-size: 44px; display: block; line-height: 1; margin-bottom: 5px; }
.news ul li ol { }
.news ul li ol h3 { font-size: 26px; font-weight: normal; margin-bottom: 10px; }
.news ul li ol p { line-height: 1.8; }
.news ul li dt { position: absolute; right: 0; top: 50px; width: 160px; height: 120px; line-height: 120px; font-size: 14px; border-left: #999 solid 1px; text-align: center; }
.newsview { margin: 43px 0 70px; }
.newsview .wrap { position: relative; }
.newsview .boxcon { padding-right: 400px; }
.newsview .boxcon .newsHead { border-bottom: #cccccc solid 1px; padding-bottom: 20px; margin-bottom: 20px; }
.newsview .boxcon .newsHead h1 { font-size: 36px; font-weight: normal; color: #000; margin-bottom: 10px; }
.newsview .boxcon .box { line-height: 2; min-height: 500px; }
.newsview .newspage { width: 350px; position: absolute; right: 0; top: 0; }
.newsview .newspage dl { border: #e6e6e6 solid 8px; margin-bottom: 20px; padding: 30px; }
.newsview .newspage dl:hover { border: #d20018 solid 8px; }
.newsview .newspage dl ol { font-size: 16px; margin-bottom: 10px; }
.newsview .newspage dl a { font-size: 20px; font-weight: normal; color: #000; }
.contact { padding-top: 80px; position: relative; z-index: 22; }
.message { width: 50%; padding-right: 80px; float: left; }
.message .box { width: 100%; padding: 70px 70px 36px; border-bottom: #d20018 solid 8px; background: url(../images/messagebg.jpg) no-repeat center; background-size: cover; }
.message .box dl { font-size: 40px; color: #fff; margin-bottom: 20px; }
.message .box ul li { margin-bottom: 18px; }
.message .box ul li input { width: 100%; height: 60px; background: #fff; border: none; padding-left: 40px; font-size: 16px; }
.message .box ul li button { width: 100%; height: 60px; background: #4d4949; color: #fff; border: none; font-size: 16px; cursor: pointer; }
.message .box ul li.fb01 input { background: #fff url(../images/icon10.png) no-repeat 15px center; }
.message .box ul li.fb02 input { background: #fff url(../images/icon11.png) no-repeat 15px center; }
.message .box ul li.fb03 input { background: #fff url(../images/icon12.png) no-repeat 15px center; }
.message .box ul li.fb04 { width: 160px; }
.contactBox { width: 50%; padding-left: 80px; float: left; }
.contactBox dl { font-size: 27px; color: #d20018; margin-bottom: 20px; }
.contactBox dt { border-bottom: #afafaf solid 1px; font-size: 18px; line-height: 1.8; padding-bottom: 20px; margin-bottom: 20px; }
.contactBox ul { line-height: 2; font-size: 18px; }
.map { height: 400px; position: relative; z-index: 1; }
#map { width: 100%; height: 500px; top: -100px; }
#map img { max-height: inherit; max-width: inherit; }
.footer { background: #292930 url(../images/footerbg.png) no-repeat center bottom; padding-top: 50px; }
.footer .fnav { line-height: 64px; border-top: #6a6a6f solid 1px; border-bottom: #6a6a6f solid 1px; }
.footer .fnav ul { text-align: center; }
.footer .fnav ul li { display: inline-block; padding: 0 70px; }
.footer .fnav ul li a { color: #fff; }
.footer .fnav ul li a:hover { color: #d20018; }
.footer .fmain { padding: 40px 0; overflow: hidden; }
.footer .fcontact { float: left; width: 40%; }
.footer .fcontact dl { color: #fff; margin-bottom: 20px; }
.footer .fcontact ol { font-size: 14px; color: #b3b3b5; line-height: 1.8; }
.footer .link { float: left; width: 25%; }
.footer .link dl { color: #fff; margin-bottom: 20px; }
.footer .link ol { overflow: hidden; }
.footer .link ol a { float: left; font-size: 14px; color: #b3b3b5; line-height: 1.8; margin-right: 20px; }
.footer .link ol a:hover { color: #d20018; }
.footer .ewm { float: right; }
.footer .ewm dl { color: #fff; margin-bottom: 20px; }
.footer .copyright { background: #1c1c21; line-height: 80px; text-align: center; font-size: 14px; color: #a8a8a9; }
.footer .copyright a { color: #a8a8a9; }
/*搜索框*/
.search-dialog-box { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999999; }
.search-dialog-box .black { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .8); }
.search-dialog { position: absolute; left: 50%; top: 50%; box-sizing: border-box; width: 680px; padding: 20px 30px; transform: translate(-50%, -50%); background-color: #fff; box-shadow: 0 0 10px rgba(0,0,0,.33); border-radius: 50px; }
.search-dialog input[type=text] { float: left; width: 86%; border: none; padding: 0; font-size: 18px; line-height: 28px; height: 28px; color: #999; background-color: #fff; border-radius: 0; }
.search-dialog input[type=submit] { float: right; width: 28px; height: 28px; font-size: 0; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png); background-color: transparent; cursor: pointer; }
/*===/分页=============================*/
.fenye { text-align: center; font-size: 15px; width: 100%; height: 50px; margin: 30px 0 30px; }
.fenye .prev, .fenye .next { line-height: 1; color: #8a8a8a; background: #fff; padding: 8px 14px; margin-right: 8px; display: inline; font-family: "宋体"; font-size: 19px; border: #fff solid 1px; }
.fenye a { line-height: 1; color: #8a8a8a; background: #fff; padding: 8px 14px; margin-right: 8px; display: inline; border: #fff solid 1px; }
.fenye a:hover { color: #fff; background: #d20018; border: #d20018 solid 1px; }
.fenye a.current { line-height: 1; color: #fff; background: #d20018; padding: 8px 14px; margin-right: 8px; border: #d20018 solid 1px; }
 @media screen and (max-width:1460px) {
.wrap { width: 100%; padding: 0 20px; }
header .topLeft { padding-right: 230px; }
header .topLeft:after { right: 200px; }
header .topRight { width: 200px; }
header .lang { padding-right: 20px; }
header .logo { margin-right: 85px; }
header .nav ul li a { padding: 0 15px; }
/*首页bannner*/
.banner { position: relative; width: 100%; }
.banner .swiper-container { width: 100%; height: 700px; }
.banner .swiper-container .swiper-slide { width: 100%; height: 700px; }
.fwxx ul li i { width: 80px; height: 80px; line-height: 78px; }
.fwxx ul li p { font-size: 19px; padding-top: 19px; }
.proHead .pc-slide { width: 50%; }
.proHead .proRight { width: 50%; }
.footer .fnav ul li { padding: 0 50px; }
}
 @media screen and (max-width:1260px) {
header .nav ul li a { font-size: 14px; padding: 0 10px; }
/*首页bannner*/
.banner { position: relative; width: 100%; }
.banner .swiper-container { width: 100%; height: 600px; }
.banner .swiper-container .swiper-slide { width: 100%; height: 600px; }
}
 @media screen and (max-width:1030px) {
body { padding-top: 0; }
header { box-shadow: -2px -2px 6px rgba(0,0,0,0.3); top: 0; }
header .wrap { padding: 0; }
header .topLeft { padding-right: 0; }
header .topLeft:before, header .topLeft:after, header .topRight .con:before { display: none; }
header .topLeft .con { height: 60px; }
header .topRight { width: 150px; height: 60px; z-index: 111; }
header .logo { margin-right: 0; width: 110px; padding-top: 10px; padding-left: 10px; }
header .nav { width: 100%; height: 100vh; background: #fff; border-top: #eee solid 1px; position: absolute; left: 0; top: 60px; display: none; z-index: 1111; }
header .nav ul li { float: none; line-height: 50px; margin-right: 0; border-bottom: #eee solid 1px; }
header .nav ul li a { font-size: 15px; padding: 0 15px; }
header .nav ul li a:after { height: 2px; }
header .nav ul li.focus a:after { height: 2px; }
header .searchBtn { width: 40px; height: 60px; margin-top: 0; margin-left: 10px; }
header .lang { margin-top: 0; padding-right: 0; float: left; }
header .lang a { width: 40px; height: 60px; line-height: 60px; background: url(../images/icon04.png) no-repeat center; padding-left: 0; font-size: 0; display: block; }
header .menu-toggle { width: 60px; height: 60px; position: absolute; right: 0px; top: 0px; float: right; z-index: 999999; display: block; }
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 { z-index: 9999999; }
header .menu-toggle.cur span { background-color: transparent; }
header .menu-toggle.cur span:before { transform: rotate(45deg); top: 0px; background: #fff; }
header .menu-toggle.cur span:after { transform: rotate(-45deg); top: 0px; background: #fff; }
/*首页bannner*/
.banner { position: relative; width: 100%; }
.banner .swiper-container { width: 100%; height: 220px; }
.banner .swiper-container .swiper-slide { width: 100%; height: 220px; }
.banner .pagination { position: absolute; z-index: 20; bottom: 10px; width: 100%; text-align: center; }
.nei_banner { height: 150px; }
.title { padding-bottom: 18px; margin-bottom: 30px; }
.title:before { content: ""; width: 50px; height: 2px; margin-left: -25px; }
.title h4 { color: #eeeeee; font-size: 30px; font-family: 'Anton', sans-serif; font-weight: 400; line-height: 1; }
.title h2 { color: #d20018; font-size: 24px; font-weight: 400; line-height: 1; margin-top: -20px; margin-bottom: 18px; }
.title p { font-size: 12px; line-height: 1; }
.technology { padding: 50px 0 50px; }
.technology .video { width: 100%; padding-right: 0px; margin-bottom: 10px; float: none; }
.technology .video img { border-bottom: #d20018 solid 3px; cursor: pointer; }
.technology .video video { width: 100%; height: 221px; }
.technology .list { width: 100%; float: none; }
.technology .list ul { margin: 0 -5px; }
.technology .list ul li { width: 50%; padding: 0 5px; float: left; position: relative; }
.technology .list ul li dl { overflow: hidden; border-bottom: #d20018 solid 3px; }
.technology .list ul li ol { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; color: #fff; padding-bottom: 20px; }
.technology .list ul li ol h3 { font-size: 16px; font-weight: normal; line-height: 1; margin-bottom: 10px; }
.technology .list ul li ol p { font-size: 14px; }
.ipro { height: 480px; position: relative; overflow: hidden; }
.ipro:before { content: ''; width: 100%; height: 200px; background: url(../images/iprobg.jpg) no-repeat center top; background-size: cover; position: absolute; left: 0; top: 0; }
.ipro .title { text-align: left; }
.ipro .title:before { content: ""; width: 50px; height: 2px; }
.ipro .title h4 { color: #fff; font-size: 35px; opacity: 0.1; }
.ipro .title h2 { color: #fff; font-size: 24px; margin-top: -25px; }
.ipro .iproLeft { width: 50%; float: left; padding-top: 50px; }
.ipro .prolist { padding-top: 70px; }
.ipro .prolist ul { }
.ipro .prolist ul li { float: none; text-align: center; margin-right: 50px; font-size: 12px; margin-bottom: 10px; }
.ipro .prolist ul li i { width: 30px; height: 40px; display: block; margin: 0 auto; }
.ipro .iproRight { width: 50%; float: left; margin-top: 200px; }
.ipro .iproRight .swiper-container { width: 100%; height: 280px; overflow: hidden; }
.ipro .iproRight .swiper-slide { height: 600px; line-height: 280px; text-align: right; }
.iabout { background: url(../images/iaboutbg.jpg) no-repeat left top; background-size: cover; padding-bottom: 20px }
.iabout .num { width: 100%; float: none; margin-top: 0; padding: 10px 0; }
.iabout .num ul li { width: 50%; float: left; font-size: 20px; text-align: center; padding: 20px 0; }
.iabout .num ul li dl { display: inline-block; text-align: center; }
.iabout .num ul li b { font-size: 30px; }
.iabout .num ul li i { font-size: 20px; font-style: normal; }
.iabout .num ul li p { color: #fff; font-size: 14px; font-weight: normal; }
.iabout .aboutBox { width: 100%; height: auto; float: none; position: relative; }
.iabout .aboutBox .con { width: 100%; padding: 30px; background: rgba(255,255,255,0.8); position: static; left: 0; top: 0; transform: translateY(-0%); }
.iabout .aboutBox .con dl { font-size: 20px; color: #000; font-weight: bold; line-height: 1.3; margin-bottom: 10px; }
.iabout .aboutBox .con ol { line-height: 1.6; font-size: 14px; }
.iabout .aboutBox .con a { width: 150px; height: 40px; line-height: 40px; margin-top: 20px; font-size: 15px; }
.inews { padding: 50px 0 40px; }
.inews .box { }
.inews .box ul { margin: 0; overflow: hidden; }
.inews .box ul li { width: 100%; float: none; padding: 0; margin-bottom: 10px; }
.inews .box ul li dl { position: relative; overflow: hidden; padding-bottom: 57.777%; }
.inews .box ul li dl img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: auto; height: 100%; margin: auto; }
.inews .box ul li dl dt { width: 140px; height: 40px; line-height: 40px; font-size: 14px; }
.inews .box ul li ol { background: #f5f5f5; padding: 30px; }
.inews .box ul li ol h3 { height: 50px; font-size: 15px; line-height: 1.6; }
.inews .box ul li ol p { font-size: 13px; margin-top: 5px; }
.feedback { height: auto; padding: 50px 0; }
.feedback .title { margin-bottom: 0; }
.feedback .title:before { display: none; }
.feedback .title h4 { color: #fff; opacity: 0.1; }
.feedback .box { background: url(../images/feedbackbg02.jpg) no-repeat; background-size: cover; padding: 30px 20px; }
.feedback .box ul { overflow: hidden; margin: 0; }
.feedback .box ul li { float: none; padding: 0; padding: 3px 0; }
.feedback .box ul li input { width: 100%; height: 40px; background: #fff; border: none; padding-left: 40px; font-size: 16px; }
.feedback .box ul li button { width: 100%; height: 40px; background: #4d4949; color: #fff; border: none; font-size: 16px; cursor: pointer; }
.feedback .box ul li.fb01 input { background: #fff url(../images/icon10.png) no-repeat 15px center; }
.feedback .box ul li.fb02 input { background: #fff url(../images/icon11.png) no-repeat 15px center; }
.feedback .box ul li.fb03 input { background: #fff url(../images/icon12.png) no-repeat 15px center; }
.feedback .box ul li.fb01, .feedback .box ul li.fb02, .feedback .box ul li.fb03 { width: 100%; }
.feedback .box ul li.fb04 { width: 100%; }
.fwxx { padding: 50px 0 30px; }
.fwxx ul { overflow: hidden; }
.fwxx ul li { width: 50%; float: left; padding-right: 20px; padding-bottom: 20px; }
.fwxx ul li:nth-child(2n-1){ clear:left;}
.fwxx ul li i { width: 40px; height: 40px; text-align: center; line-height: 40px; margin-right: 10px; }
.fwxx ul li p { font-size: 13px; line-height: 1.2; padding-top: 5px; }
.about { padding: 50px 0 50px; }
.about .box { padding: 0; line-height: 1.6; font-size: 15px; }
.about .num { width: 100%; padding: 0; margin-top: 30px; }
.about .num ul li { width: 50%; float: left; font-size: 20px; padding: 20px 0; }
.about .num ul li dl { display: inline-block; text-align: center; }
.about .num ul li b { font-size: 30px; }
.about .num ul li i { font-size: 20px; font-style: normal; }
.about .num ul li p { color: #666; font-size: 14px; }
.AboutVideo { margin-bottom: 50px; }
.AboutVideo img { cursor: pointer; }
.AboutVideo video { width: 100%; height: 300px; margin: 0; padding: 0; }
.service { height: 350px; padding-top: 70px; }
.service dl { font-size: 22px; font-weight: bold; margin-bottom: 20px; }
.service ol { line-height: 1.6; padding: 0; font-size: 15px; }
.customerProduct { padding: 50px 0; }
.customerProduct ul { width: 100%; float: none; }
.customerProduct ul h3 { font-size: 22px; padding-left: 0px; margin-bottom: 10px; }
.customerProduct ul ol { line-height: 1.6; padding-left: 0px; padding-right: 0px; font-size: 15px; }
.customerProduct .cusBox ol { margin-bottom: 30px; }
.customerProduct .proBox h3 { margin-top: 30px; }
.honor { }
.honor .honorTit { height: 100px; }
.honor .honorTit h2 { font-size: 24px; margin-top: 50px; }
.honor .boxCon { background: url(../images/honorbg02.jpg) no-repeat center; background-size: cover; padding: 50px 0; }
.honor .honorLeft { width: 100%; float: none; margin-bottom: 20px; }
.honor .honorLeft p { font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.honor .honorRight { width: 100%; float: none; padding-left: 0; }
.honor .con { position: relative; }
.honor .con .swiper-container { margin: 0 -5px; }
.honor .con .arrow-left, .honor .con .arrow-right { display: none; }
.honor .con .swiper-slide { padding: 0 5px; }
.honor .con .swiper-slide p { font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.protit { padding: 56px 0 50px; text-align: center; }
.protit h2 { font-size: 18px; line-height: 1; margin-bottom: 28px; }
.protit .proSearch { width: 90%; height: 50px; }
.protit .proSearch input { float: left; width: 80%; height: 50px; line-height: 50px; padding-left: 22px; border: none; font-size: 14px; }
.protit .proSearch button { float: right; width: 42px; height: 42px; background: url(../images/icon17.png) no-repeat; border: none; margin: 3px; cursor: pointer; }
.proNav { height: auto; background: #393939; margin-bottom: 50px; }
.proNav ul { text-align: center; }
.proNav ul li { display: inline-block; }
.proNav ul li a { display: block; width: auto; height: 100px; padding: 25px 10px; position: relative; font-size: 12px; }
.proNav ul li i { height: 30px; line-height: 30px; display: block; margin-bottom: 10px; }
.proNav ul li p { font-size: 12px; }
.proBox { }
.proBox ul { overflow: hidden; }
.proBox ul li { width: 100%; margin-bottom: 15px; padding-bottom: 15px; float: left; }
.proBox ul li dl { border: #e6e6e6 solid 1px; width: 57%; padding-bottom: 40%; position: relative; float: left; }
.proBox ul li img { height: 90%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.proBox ul li ol { width: 43%; padding-bottom: 40%; position: relative; float: left; }
.proBox ul li ol dt { height: 80px; position: absolute; top: 50%; padding-left: 20px; margin-top: -40px; }
.proBox ul li ol dt h3 { font-size: 17px; margin-bottom: 10px; }
.proBox ul li ol dt i { width: 110px; height: 35px; line-height: 35px; font-size: 13px; background: url(../images/icon22.png) no-repeat 10px center; background-size: 15px; padding-left: 40px; }
.proHead { overflow: hidden; padding: 30px 0; }
.proHead .pc-slide { width: 100%; float: left; overflow: hidden; position: relative; }
.proHead .preview { width: 80px; position: relative; float: left; padding: 30px 0; margin-top: 30px; }
.proHead .preview .swiper-container { width: 80px; height: 280px; }
.proHead .preview .swiper-slide { padding: 10px 0; box-sizing: border-box; }
.proHead .preview .swiper-slide dl { width: 80px; height: 80px; position: relative; border: #cccccc solid 2px; }
.proHead .preview .swiper-slide img { height: 90%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.proHead .preview .arrow-left { left: 50%; top: 0; margin-left: -15px; width: 31px; height: 16px; z-index: 10; }
.proHead .preview .arrow-right { left: 50px; bottom: 0; margin-left: -15px; width: 31px; height: 16px; z-index: 10; }
.proHead .preview .active-nav dl { padding: 0; border: 2px solid #F00; }
.proHead .view { width: 100%; padding-left: 120px; }
.proHead .view .swiper-container { width: 100%; height: 420px; }
.proHead .view .swiper-slide { position: relative; width: 100%; height: 420px; }
.proHead .view .swiper-slide img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.proHead .proRight { width: 100%; float: right; padding-left: 0; }
.proHead .proRight h1 { font-size: 25px; margin-bottom: 10px; }
.proHead .proRight ol { padding: 30px 30px; line-height: 1.6; margin-bottom: 30px; font-size: 14px; }
.proHead .proRight dl a { width: 120px; height: 50px; line-height: 50px; text-align: center; display: block; float: left; }
.proHead .proRight dl dt { background-size: 40px; margin-left: 50px; padding-left: 50px; float: left; }
.proHead .proRight dl dt p { font-size: 20px; }
.description { }
.description .tit { width: 160px; height: 40px; line-height: 40px; font-size: 20px; border-radius: 15px 15px 0px 0px; margin: -40px auto 0; }
.description .box { line-height: 1.8; padding: 20px 0 10px; }
.proGek { height: 180px; background: url(../images/progekbg.jpg) no-repeat center; background-size: cover; }
.sellingPoint { padding-bottom: 30px; padding-top: 30px; }
.sellingPoint .tit { margin-bottom: 0; }
.sellingPoint .tit h2 { font-size: 20px; border-radius: 15px 15px 0px 0px; width: 160px; height: 40px; line-height: 40px; }
.sellingPoint .box { padding: 30px 0 10px; }
.sellingPoint .box ul { margin: 0 -5px; overflow: hidden; }
.sellingPoint .box ul li { width: 50%; padding: 0 5px; margin-bottom: 10px; float: left; }
.sellingPoint .box ul li dl { padding: 35px 10px; }
.sellingPoint .box ul li dl img { margin-bottom: 10px; width: 50px; }
.sellingPoint .box ul li dl h3 { height: 30px; font-size: 15px; margin-bottom: 10px; }
.sellingPoint .box ul li dl h4 { height: 30px; font-size: 12px; margin-bottom: 20px; }
.sellingPoint .box ul li dl p { line-height: 1; font-size: 13px; }
.case { padding-bottom: 60px; }
.case .tit { margin-bottom: 30px; padding-bottom: 0; }
.case .tit h2 { font-size: 20px; border-radius: 15px 15px 0px 0px; width: 160px; height: 40px; line-height: 40px; }
.case .box { margin: 0 -5px; }
.case .swiper-slide { padding: 0 5px; }
.case .swiper-slide p { padding-top: 10px; font-size: 14px; }
.news { margin-top: -30px; }
.news ul { padding-bottom: 10px; }
.news ul li { margin-bottom: 10px; }
.news ul li a { padding: 15px; display: block; overflow: hidden; position: relative; }
.news ul li dl { float: left; width: 80px; height: 80px; padding-top: 15px; margin-right: 15px; }
.news ul li dl b { font-size: 22px; margin-bottom: 5px; }
.news ul li ol { padding-top: 5px; }
.news ul li ol h3 { font-size: 16px; color: #000; font-weight: normal; margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news ul li ol p { line-height: 1.3; font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.news ul li dt { display: none; }
.newsview { margin: 50px 0 50px; }
.newsview .wrap { position: relative; }
.newsview .boxcon { padding-right: 0; }
.newsview .boxcon .newsHead { border-bottom: #cccccc solid 1px; padding-bottom: 20px; margin-bottom: 20px; font-size: 14px; }
.newsview .boxcon .newsHead h1 { font-size: 18px; margin-bottom: 10px; }
.newsview .boxcon .box { line-height: 1.8; min-height: 200px; font-size: 15px; }
.newsview .newspage { width: 100%; position: static; right: 0; top: 0; margin-top: 20px; }
.newsview .newspage dl { border: #e6e6e6 solid 4px; margin-bottom: 10px; padding: 20px; }
.newsview .newspage dl:hover { border: #d20018 solid 8px; }
.newsview .newspage dl ol { font-size: 14px; margin-bottom: 10px; }
.newsview .newspage dl a { font-size: 15px; }
.contact { padding-top: 50px; position: relative; z-index: 22; }
.message { width: 100%; padding-right: 0px; float: none; margin-bottom: 30px; }
.message .box { width: 100%; padding: 20px 36px; border-bottom: #d20018 solid 8px; background: url(../images/messagebg.jpg) no-repeat center; background-size: cover; }
.message .box dl { font-size: 22px; color: #fff; margin-bottom: 20px; }
.message .box ul li { margin-bottom: 10px; }
.message .box ul li input { width: 100%; height: 40px; background: #fff; border: none; padding-left: 40px; font-size: 15px; }
.message .box ul li button { width: 100%; height: 40px; background: #4d4949; color: #fff; border: none; font-size: 16px; cursor: pointer; }
.message .box ul li.fb01 input { background: #fff url(../images/icon10.png) no-repeat 15px center; }
.message .box ul li.fb02 input { background: #fff url(../images/icon11.png) no-repeat 15px center; }
.message .box ul li.fb03 input { background: #fff url(../images/icon12.png) no-repeat 15px center; }
.message .box ul li.fb04 { width: 100%; }
.contactBox { width: 100%; padding-left: 0; float: none; margin-bottom: 30px; }
.contactBox dl { font-size: 20px; color: #d20018; margin-bottom: 10px; }
.contactBox dt { font-size: 12px; line-height: 1.8; padding-bottom: 20px; margin-bottom: 20px; }
.contactBox ul { line-height: 2; font-size: 15px; }
.map { height: 250px; position: relative; margin-bottom: 0; }
#map { width: 100%; height: 250px; top: 0; }
#map img { max-height: inherit; max-width: inherit; }
.footer { background: #292930 url(../images/footerbg.png) no-repeat center bottom; padding-top: 10px; position: relative; z-index: 11111; }
.footer .fnav { display: none; }
.footer .fmain { padding: 30px 0; overflow: hidden; }
.footer .fcontact { float: none; width: 100%; margin-bottom: 30px; }
.footer .fcontact dl { color: #fff; margin-bottom: 10px; }
.footer .fcontact ol { font-size: 14px; color: #b3b3b5; line-height: 1.6; }
.footer .link { float: left; width: 100%; margin-bottom: 20px; }
.footer .link dl { margin-bottom: 10px; }
.footer .link ol { overflow: hidden; }
.footer .link ol a { float: left; font-size: 14px; color: #b3b3b5; line-height: 1.6; margin-right: 10px; }
.footer .link ol a:hover { color: #d20018; }
.footer .ewm { float: none; text-align: center; }
.footer .ewm dl { color: #fff; margin-bottom: 10px; }
.footer .copyright { line-height: 60px; text-align: center; font-size: 12px; }
/*搜索框*/
.search-dialog { width: 90%; }
/*===/分页=============================*/
.fenye { font-size: 15px; width: 100%; height: 50px; margin: 30px 0 30px; }
.fenye .prev, .fenye .next { padding: 6px 12px; margin-right: 2px; font-size: 19px; }
.fenye a { padding: 6px 12px; margin-right: 2px; display: inline; }
.fenye a.current { padding: 6px 12px; margin-right: 2px; }
}
