@charset "utf-8";

body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#d6000f;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1600px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:60px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

@font-face {
  font-family: 'iconfont';  /* project id 2288898 */
  src: url('https://at.alicdn.com/t/font_2288898_be1gp9hma8p.eot');
  src: url('https:https://at.alicdn.com/t/font_2288898_be1gp9hma8p.eot?#iefix') format('embedded-opentype'),
  url('https:https://at.alicdn.com/t/font_2288898_be1gp9hma8p.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_2288898_be1gp9hma8p.woff') format('woff'),
  url('https://at.alicdn.com/t/font_2288898_be1gp9hma8p.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_2288898_be1gp9hma8p.svg#iconfont') format('svg');
}

@font-face {
  font-family: 'Impact';
  src: url('/themes/Home/default/Public/fonti/Impact.eot');
  src: url('/themes/Home/default/Public/fonti/Impact.eot?#iefix') format('embedded-opentype'),
  url('/themes/Home/default/Public/fonti/Impact.woff') format('woff'),
  url('/themes/Home/default/Public/fonti/Impact.ttf') format('truetype'),
  url('/themes/Home/default/Public/fonti/Impact.svg') format('svg');
}

.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}


/* 主导航 */
.header{position: relative;width:100%;z-index:99;left:0;top:0;height:90px;line-height:90px;background:#fff;}
.header .logo{position:absolute;left:0;top:0;} 
.nav {padding:0 210px 0 40%;height:90px;display:flex;justify-content: space-between;}
.nav .m{float:left;text-align:center;position:relative;}
.nav .m>a{color:#1a1a1a;display:block;position:relative;z-index:2;}
.nav .m>a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:4px;background:#d6000f;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.nav .cur>a,.nav .m>a:hover{color:#d6000f;}
.nav .cur>a::after,.nav .m>a:hover::after{transform: scale(1);transform-origin:left;}
.nav .sub{line-height:26px;position:absolute;z-index:90;top:100%;left:-240px;display:none;padding:30px;width:800px;background:#fff;border-top: 1px solid #ddd;box-shadow: 0 3px 6px #eee;}
.nav .sub .pic{width:68%;overflow:hidden;text-align:left;color:#333;font-size:14px;}
.nav .sub .pic .bgImg{float:left;width:50%;margin-right:30px;height:220px;}
.nav .sub .pic h4{font-size:18px;margin-bottom:20px;}
.nav .sub .right{width:26%;}
.nav .sub .right li{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.nav .sub .right a{display: block; font-size:.778em;position:relative;padding:8px 10px 8px 15px;transition:color .2s ease-in-out;text-align:left;color:#333;border-bottom:1px solid #ddd;background:url('/themes/Home/default/Public/images/ly_li.png') no-repeat left;margin-left:2%;}
.nav .sub .right a:hover{color:#d6000f;}
.nav .sub .right a:before{position:absolute;bottom:-1px;left:0;display:block;width:0;height:1px;content:'';-webkit-transition:width .4s ease-in-out;transition:width .4s ease-in-out;background:#d6000f;}
.nav .sub .right a:hover:before{width:100%;}
.nav .m5 .sub,.nav .m6 .sub{margin-left:-280px;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.headFix{box-shadow:1px 1px 5px #ddd;position: fixed;}
.headTel{position:absolute;right:0;top:30px;line-height:30px;font-size:14px;padding-left:30px;color:#d6000f;font-size:22px;font-weight:700;font-family:Arial;background: url('/themes/Home/default/Public/images/tIcon.png') no-repeat left center;}
.wapTel{font-family:"iconfont";position: absolute;color:#d6000f;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#d6000f;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#d6000f;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;top:12px;display:none;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;font-size:.875rem;}
.banner .swiper-slide{position:relative;height:100%;overflow:hidden;}
.banner .pic{animation:scale 30s infinite;}
.banner .txt{position:absolute;left:50%;top:55%;transform:translate(-50%,-50%);z-index:10;opacity:0;transition:all 1s;}
.banner .swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination{bottom:20px;max-width:1600px;left:50%;transform:translateX(-50%);}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;opacity:0;}
.banner .swiper-pagination-bullet-active{border-color: #fff;}
.banner .swiper-pagination-bullet-active::after{opacity:1;}
.banner .mouse{position:absolute;width:15px;height:28px;background: url('/themes/Home/default/Public/images/mouse.png') no-repeat;left:50%;bottom:80px;z-index:2;margin-left:-7px;}
.banner .swiper-slide-active .txt{ opacity:1;top:35%;}
.banner .wap{display:none;}
@keyframes scale
{
  from {transform:scale(1);}
  50% {transform:scale(1.1);}
  to {transform:scale(1);}
}
/* 工业结构 */
.hTitle{margin-bottom:40px;text-align:center;font-size:1rem;position:relative;z-index:2;font-family:"Impact";}
.hTitle span{display:block;font-size:2.875em;color:#333;position:relative;padding-bottom:10px;margin-bottom:12px;}
.hTitle span::after{content:"";position: absolute;left:50%;bottom:0;width:36px;height:2px;background:#c00404;margin-left:-12px;}
.hTitle b{font-weight: normal;color:#d6000f;}
.hTitle i{position: absolute;z-index:-1;font-style:normal;font-size:4.375em;text-transform: uppercase;font-weight:700;width:100%;text-align:center;left:0;top:15px;opacity:.02;}
.layout{font-size:1em;text-align:center;}
.layout{padding:70px 10px;}
.layoutMain{position:relative;}
.layout li{float:left;width:33.3%;}
.layout li a{display: block;padding:50px 9%;background:#fff;transition:all .5s;}
.layout li img{transition:all .5s;}
.layout li p{height:80px;line-height:80px;margin-top:20px;background:url('/themes/Home/default/Public/images/m_line.jpg');position: relative;color:#fff;z-index:2;transform: scale(1,0);opacity:0;transition:all .5s;}
.layout li p::after{content:"";position: absolute;background:#d6000f;left:10px;top:10px;right:10px;bottom:10px;z-index:-1;}
.layout li  i{display:inline-block;width:28px;height:9px;margin-left:20px;background: url('/themes/Home/default/Public/images/arr_r.png') no-repeat;}
.layout li a:hover,.layout .swiper-slide-active a{box-shadow:0 0 10px #eee;}
.layout li a:hover p,.layout .swiper-slide-active a p{transform: scale(1);opacity:1;}
.layout li a:hover img,.layout .swiper-slide-active a img{transform: scale(1.1);}
.layoutMain .btn{position: static; display:none;width:40px;height:25px;line-height:25px;margin-top:25px;background:#333;color:#fff;}

/* 大事记 */
.history{background:url('/themes/Home/default/Public/images/history_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed; color:#fff;font-size:1.429em;}
.hTitleW,.hTitleW span{color:#fff;}
.historyBox{position:relative;}
.historyMenu{position:relative;font-size:2em;overflow:hidden;height:80px;}
.historyMenu:after{content:"";position:absolute;left:-50%;top:7px;width:200%;height:1px;background:#fff;opacity:.8;}
.historyMenu li{float:left;position:relative;text-align:center;width:14%;font-family:'Impact';cursor:pointer;color:#fff;height:70px;transition:all .3s;padding-top:15px;}
.historyMenu li:after{content: "";position:absolute;left:50%;top:0;width:9px;height:9px;background:#fff;border-radius:100%;margin-left:-7px;border:3px solid #908c91}
.historyMenu .on:after{background:#d6000f;border-color:#7f0606;}
.historyMenu .on{color:#d6000f;}
.historyMain{text-align:center;padding:40px 0;}
.historyMain h5{margin-bottom:15px;font-size:3em;font-family:"Impact";padding-bottom:40px;margin-bottom:10px;position:relative;line-height:1;}
.historyMain h5::after{content:"";position: absolute;left:50%;width:1px;height:25px;background:#fff;bottom:0;}
.historyMain .btn{width:40px;height:40px;border-radius:100%;background:#626262;opacity:1;color:#fff;text-align:center;line-height:40px;font-family:"宋体";font-weight:bold;left:-20px;top:auto;bottom:54px;cursor:pointer;z-index:5;}
.historyMain  .swiper-button-next{left:auto;right:-20px;}
.historyMain .btn:hover{background:#d6000f;}

/* 创品牌 */
.brand{background:#f6f6f6;}
.brandL{width:75%;background-repeat: no-repeat;position:relative;}
.brandL li{position: absolute;width:17px;height:29px;background: url('/themes/Home/default/Public/images/mapIcon.png') no-repeat;left:15%;top:24%;z-index:2;background-size:100%;transition:all .5s;animation-fill-mode:initial;}
.brandL li:nth-child(2){left:34.2%;top:14%;}
.brandL li:nth-child(3){left:19%;top:49%;}
.brandL li:nth-child(4){left:26%;top:85%;}
.brandL li:nth-child(5){left:69.5%;top:14.5%;}
.brandL li:nth-child(6){left:59%;top:30%;}
.brandL li:nth-child(7){left:53%;top:61.5%;}
.brandL li:nth-child(8){left:91%;top:12%;}
.brandL li:nth-child(9){left:76.5%;top:42%;background-image: url('/themes/Home/default/Public/images/mapIcon_h.png');}
.brandL li:nth-child(10){left:88%;top:76%;}
.brandL li:hover{background-image: url('/themes/Home/default/Public/images/mapIcon_h.png');transform: scale(1.1);}
.brandR{position: absolute;right:0;top:80px;width:450px;padding:40px;background:#f0f0f0;box-shadow:0 2px 10px #bbb;}
.brandR h4{font-size:2.286em;color:#d6000f;}
.brandR .txt{padding:20px 0;font-size:1.143em;line-height:2;}
.brandR h5{font-size:1.286em;font-weight:700;}


/* 新闻快讯 */
.news{background:#fff;}
.news .hTitle{margin-bottom:25px;}
.newsMenu{text-align:center;margin-bottom:40px;color:#191919;font-size:1.286em;}
.newsMenu a{color:#191919;margin:0 15px;position:relative;padding-bottom:10px;}
.newsMenu a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:2px;background:#d6000f;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.newsMenu .on,.newsR li a:hover{color:#d6000f;}
.newsMenu .on::after{transform: scale(1);transform-origin:left;}
.newsMain{position: relative;overflow: hidden;height:580px;}
.newsL{width:37%;background:#f8f8f8;padding:30px 2.5%;position:relative;z-index:2;height:580px;}
.newsL::after{content:"";position: absolute;left:0;top:0;width:100%;height:260px; background:#d6000f;z-index:-1;}
.news .title{text-transform:uppercase;margin-bottom:25px;}
.news .title a{float:right;width:17px;height:17px;line-height:15px;color:#fff;border:1px solid #fff;text-align:center;font-family:"simsun";margin-top:15px;font-size:14px;font-weight:700;}
.news .title a:hover{background:#fff;color:#d6000f;}
.news .title2 a{color:#d6000f;border:1px solid #d6000f;}
.news .title2 a:hover{background:#d6000f;color:#fff;}
.news .title span{display:block;color:#343434;font-size:1.714em;}
.news .title b{font-weight:400;color:#d6000f;}
.news .titlew,.news .titlew span{color:#fff;}
.newsScroll li .pic{display: block;height:300px;overflow:hidden;margin-bottom:25px;}
.newsScroll li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin-bottom:10px;}
.newsScroll li h4 a{color:#333;}
.newsScroll li h4 a:hover,.newsR li a:hover h4{color:#d6000f;}
.newsScroll li p{height:70px;margin-bottom:10px;line-height:1.8;color:#777;}
.newsScroll li .date{display: block;position:relative;color:#777;}
.newsScroll .swiper-pagination{bottom:30px;width:auto;right:8%;left:auto;}
.newsScroll li:hover .bgImg{transform: scale(1.1);}

.newsR{width:62%;overflow:hidden;margin-right:-15px;}
.newsR li{float:left;width:50%;padding-right:15px;overflow:hidden;margin-bottom:10px;}
.newsR li a{display:block;overflow:hidden;position:relative;z-index:2;color:#888;padding:25px;border:1px solid #dfdfdf; height:285px;}
.newsR li .bgImg{position: absolute;z-index:-1;opacity:0;top:0;left:0;}
.newsR li h4{font-size:1.143em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;color:#333;transition:all .3s;margin-bottom:15px;}
.newsR li .date{display:block;font-size:12px;border-bottom: 1px solid #e5e5e5;margin-bottom:20px;font-size:1.143em;padding-bottom:15px;}
.newsR li .date b{display: block;line-height:1;font-size:3.125em;color:#454545;}
.newsR li .date i{font-style:normal;opacity:.6;float:right;font-family:"iconfont";color:#454545;font-size:2em;line-height:2;}
.newsR li a:hover .bgImg{opacity:.15;}
.newsR li a:hover{color:#fff;background-color:#d6000f;}
.newsR li a:hover h4,.newsR li a:hover b,.newsR li a:hover i{color:#fff;}

/*底部 */
.footer{background:#333;border-top:5px solid #af1d1e; color:#858585;overflow:hidden;font-size:.813rem;padding-top:40px;}
.footL{width:52%;overflow:hidden;line-height:1.8;display: flex;flex-direction: row;justify-content: space-between;}
.footL ul{float:left;flex-grow:1;}
.footL li h4{color:#fff;font-size:1.154em;margin-bottom:15px;}
.footMenu_wap{display:none;overflow:hidden;}
.footR{width:430px;padding-left:160px;}
.footWx{float:left;margin-left:-160px;width:130px;text-align:center;} 
.footWx span{display: block;font-size:12px;margin-top:5px;}
.footR h4{font-size:12px;margin-bottom:10px;line-height:1.2;background: url('/themes/Home/default/Public/images/ftel.png') no-repeat;padding-left:50px;}
.footR h4 span{display:block;font-size:30px;color:#fff;font-family:Arial;font-weight:700;}
.footR p span{color:#fff;display: block;font-size:1.154em;}
.copyRight{border-top: 1px solid #434343;padding:15px 0;margin-top:15px;position: relative;}
.copyRight::after{content:"";position: absolute;left:-50%;width:200%;height:1px;background:#434343;top:-1px;}
.footer a,.firendlink a{color:#858585;}
.footer a:hover,.firendlink a:hover,.firendlink span,.footMenu_wap a{color:#fff;}
.copyRight .icp{margin-left:40px;padding-left:20px;background: url('/themes/Home/default/Public/images/icp.png') no-repeat left center;padding-left:24px;background-size:18px;display:inline-block;}
.firendlink{padding-top:10px;}
.firendlink a{margin:0 10px;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:550px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner .txt{position:absolute;color:#3a3a3a;top:30%;font-size:1.250rem;text-transform:uppercase;width:100%;animation:leftPic 1s;max-width:1600px;min-width:360px;left:50%;-webkit-transform: translate(-50%); -moz-transform: translate(-50%);-ms-transform: translate(-50%);-o-transform: translate(-50%); transform:translate(-50%); }
.listBanner h3 span{display:block;font-size:3em;font-weight:700;line-height:1.2;margin-bottom:5px;}
.listBanner .txt b{color:#d6000f;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:20px 0;text-align:right;}
.breadCrumb span,.menuBox p span{padding-left:20px;background: url('/themes/Home/default/Public/images/home_icon.png') no-repeat left center;padding-left:25px;}
.breadCrumb .back{float:right;position:relative;color:#d6000f;border:1px solid #d6000f;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#d6000f;color:#fff;}
.listBox{min-height:300px;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../images/sIcon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.menuBox{background:#f0f0f0;height:60px;line-height:60px;position:relative;font-size:14px;border-left: 1px solid #ddd;}
.menuBox::after{content:"";position: absolute;left:-50%;top:0;width:200%;background:#f0f0f0;height:100%;z-index:-1;}
.menuBox p span::after{line-height:1;top:2px;}
.listMenu{font-size:1.143rem;}
.listMenu a{display:inline-block;position:relative;color:#191919;padding:0 30px;border-right: 1px solid #ddd;z-index:2;}
.listMenu a:hover,.listMenu .cur{color:#d6000f;}
.listMenu a::after{content:"";position: absolute;left:0;bottom:0;background:#d6000f;width:100%;height:100%;transition:transform .5s;z-index:-1;transform: scale(0,1);transform-origin: right;}
.listMenu .cur::after,.listMenu a:hover::after{transform: scale(1);transform-origin: left;}
.listMenu .cur,.listMenu a:hover{color:#fff;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#d6000f;border:1px solid #d6000f;color:#fff;}

/* 关于幸运彩 */
.listTie{font-size:2.875rem;text-align:center;color:#191919;margin-bottom:40px;line-height:1.2;}
.listTie span{display: block;font-size:16px;margin-top:8px;text-transform: uppercase;font-family:Arial;}
.hTitlew,.hTitlew span{color:#fff;}
.aVideo{width:50%;height:485px;position:relative;overflow:hidden;background:#000;cursor: pointer;}
.aVideo .bgImg{opacity:.7;}
.aVideo p{background: url('/themes/Home/default/Public/images/vIcon.png') no-repeat center;padding-top:110px;position: absolute;left:50%;top:50%;color:#fff;font-size:16px;margin-left:-40px;margin-top:-65px;}
.aboutBox1{padding-bottom:0;}
.aboutBox1 .left{width:46.5%;line-height:1.8;}
.aboutBox1 .tie{font-size:1.429em;color:#d6000f;margin-bottom:15px;}
.aboutBox1 .tie b{font-weight:normal;display: block;font-size:1.8em;}
.aboutBox1 .tie span{background:#d6000f;color:#fff;padding:5px 10px;}
.aboutBox1 .font{overflow-y:auto;height:250px;font-size:1.071em;margin-bottom:20px;}
.aboutNum{font-size:1.143em;color:#333;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content: space-between; flex-flow: row wrap;}
.aboutNum li{float:left;position:relative;}
.aboutNum li span{font-size:4.375em;position:relative;font-family:Arial;font-weight:bold;line-height:1;color:#d6000f;}
.aboutNum li i{font-size:14px;font-weight:normal;font-style:normal;margin-left:5px;}

.aboutBox2{margin-top:50px;overflow:hidden;font-size:.875em;}
.aboutBox2 ul{margin-right:-40px;}
.aboutBox2 li{float: left;width:33.3%;padding-right:40px;}
.aboutBox2 li a{display: block;height:210px;padding:35px;color:#fff;}
.aboutBox2 li h4 span{display: block;font-size:1.571em;}
.aboutBox2 li .more{display:inline-block;width:100px;height:32px;line-height:32px;color:#fff;border:1px solid rgba(255,255,255,.8);margin-top:15px;text-align:center;font-size:12px;transition:all .5s;}
.aboutBox2 li a:hover {padding-left:45px;}
.aboutBox2 li a:hover .more{background:#fff;color:#d6000f;} 

/* 声誉资质 */
.honorL{width:23%;background:#2d2d2d;color:#fff;padding:3% 2%;height:440px;line-height:1.8;}
.honorL .listTie{text-align: left;margin-bottom:30px;color:#fff;}
.honorL .txt{height:170px;margin-bottom:15px;overflow:hidden;}
.honorL .more{display:inline-block;width:125px;height:40px;line-height:38px;border:1px solid #d6000f;text-align:center;color:#d6000f;}
.honorL .more:hover{background:#d6000f;color:#fff;}
.honorR{width:77%;position: relative;background:#f5f5f5;height:440px;padding:3.5% 7%;text-align:center;}
.honorSlide li{width:25%;float:left;font-size:1.143em;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:15px;}
.honorSlide li .pImg{padding-top:130%;border:1px solid #ddd;}
.honorSlide li a:hover img{transform:scale(1.1);}
.honorSlide li a:hover p{color:#d6000f;}
.honorR .btn{width:20px;background-size:20px 40px;opacity:.5;left:4%;cursor:pointer;pointer-events:initial}
.honorR .swiper-button-next{left:auto;right:4%;}
.honorR .btn:hover{color:#d6000f;}

/* 企业文化 */
.culture{background:#f8f8f8;}
.culture .listTie span{color:#d6000f;font-size:26px;margin-top:15px;display: block;}
.culture ul{margin-right:-45px;}
.culture li{float:left;width:33.3%;padding-right:45px;font-size:1.071em;}
.culture li .bgImg{height:250px;}
.culture li .txt{background:#fff;padding:30px;min-height:250px;border:1px solid #e6e6e6;box-shadow:0 2px 5px #ddd;}
.culture li .txt p{margin-bottom:10px;background:  url('/themes/Home/default/Public/images/c_li.jpg') no-repeat left 5px;padding-left:15px;}


/* 图片列表 */
.picList ul{margin-right:-30px;}
.picList li{width:25%;text-align:center;float:left;padding-right:30px;margin-bottom:30px;}
.picList li a{display:block;overflow:hidden;}
.picList li .pImg{padding-top:75%;border:1px solid #e1e1e1;}
.honorList li .pImg{padding-top:130%;}
.honorList li{width:20%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;margin-top:20px;}
.picList li a:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#d6000f;}
.galy{background:#f5f5f5;}

/* 生长历程 */
.course{padding-left:340px;}
.courseL{float:left;width:300px;margin-left:-340px;border:4px solid #cecece;padding:4% 3%;line-height:1.2;}
.courseL h3{font-size:50px;color:#191919;margin-bottom:40px;font-weight:bold;}
.courseL p{font-size:24px;color:#d6000f;font-family:Arial;}
.courseL p span{display:block;font-size:64px;color:#b9b9b9;font-weight:bold;}
.courseR .pic img{float:left;width:33.3%;padding-right:1px;}
.courseR li{border-bottom: 1px dotted #d6d6d6;padding:40px 0 40px 125px;overflow: hidden;font-size:1.143em;color:#333;transition:all .4s;}
.courseR li .date{margin-left:-125px;width:90px;height:90px;border:4px solid #cecece;padding:10px;font-size:1.125em;float:left;display:block;line-height:1.2;color:#bbb;transition:all .4s;}
.courseR li .date i{display:block;font-style:normal;font-size:1.556em;font-family:Arial;font-weight:bold;}
.courseR .txt{vertical-align: middle;display: table-cell;height:90px;}
.courseR li:hover .date{border:4px solid #d6000f;color: #d6000f;}
.courseR li:hover{background:#f9f9f9;}

/* 产品封面 */
.proCrumb{text-align:right;border-bottom: 1px solid #ddd;}
.proIndex{background:#f6f6f6;}
.proIndex li{float: left;width:49%;margin-bottom:25px;}
.proIndex li:nth-child(2n){float:right;}
.proIndex li a{display:block; background:#fff;padding:5%;overflow:hidden;}
.proIndex li .pic{float:left; width:230px;height:230px;border-radius:100%;overflow:hidden;border:4px solid #efefef;margin-right:6%;}
.proIndex li img{transition:all .5s;}
.proIndex li h4{font-size:1.714em;padding-bottom:15px;margin-bottom:15px;position:relative;overflow:hidden;color:#333;font-weight:700;}
.proIndex li h4::after{content:"";position: absolute;height:2px;background:#d6000f;width:45px;left:0;bottom:0;}
.proIndex li p{height:90px;margin-bottom:20px;font-size:1.071em;color:#777;}
.proIndex li .more{display:inline-block;height:34px;line-height: 34px;border:1px solid #ae1e20;text-align:center;width:110px;color:#ae1e20;transition: all .3s;}
.proIndex li a{box-shadow:0 0 10px #ddd;}
.proIndex li a:hover img{transform: scale(1.1);}
.proIndex li a:hover h4{color:#ae1e20;}
.proIndex li a:hover .more{background:#ae1e20;color:#fff;}
.hotPro{overflow: visible;position:relative;}
.proSlide{text-align:center;overflow:hidden;}
.proSlide li{float:left;width:33.3%;font-size:1.143em;}
.proSlide li .pImg{padding-top:70%;border:1px solid #e0e0e0;background:#a00008;}
.proSlide li .pImg::after,.settingBox li .pImg::after{content:"";position: absolute;left:50%;top:50%;margin-left:-29px;width:58px;height:58px;background: url('/themes/Home/default/Public/images/pMore.png') no-repeat;transition:all .5s;opacity:0;}
.proSlide li p{height:60px;line-height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.proSlide li a:hover img{transform: scale(1.1);opacity:.3;}
.proSlide li a:hover .pImg::after,.settingBox li:hover .pImg::after{margin-top:-29px;opacity:1;}
.hotPro .more{display:block;width:220px;height:44px;line-height:44px;color:#fff;text-align:center;border-radius:22px;margin:0 auto;margin-top:40px;border:2px solid #ae1e20;color:#ae1e20;}
.hotPro .more:hover{width:260px;background:#a00008;color:#fff;}
.proSlide .btn{top:50%;}
.proSlide .btn{top:50%;background-size:100%;width:48px;left:-60px;pointer-events:initial;cursor:pointer;height:48px;background:#818181;line-height:48px;border-radius:100%;color:#fff;font-family:'simsun';font-size:24px;}
.proSlide .swiper-button-next{left:auto;right:-60px;}
.proSlide .btn:hover{background:#a00008;}

/* 产品列表 */
.proWrap{background:#f6f6f6;font-size:.875em;padding-bottom:60px;}
.proWrap::after{content:"";position: absolute;top:0;left:0;width:200%;margin-left:-50%;background:#f7f7f7;height:100%;line-height:70px;z-index:-1;}
.proWrap .proCrumb{border:none;}
.proLeft{width:23%;float:left;}
.proSider{font-size:1.143em;background:#fff;padding:10%;margin-bottom:40px;}
.proSider .title{font-size:2.571em;text-transform: uppercase;text-align:center;color:#d6000f;margin-bottom:25px;}
.proSider .title span{display:block;font-family:Arial;font-size:14px;color:#666;}
.proSider .title i{float:right;color:#d6000f;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSider .title i::after{content:"\e655";position:absolute;right:0;top:0;font-family:"iconfont";font-size:1.143rem;}
.proSide_sub li{margin-bottom:10px;}
.proSide_sub li a{padding:0 20px 0 15%;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:40px;line-height:40px;background:#f6f6f6;border-radius:5px;}
.proSide_sub li i{font-family:"iconfont";margin-left:10px;font-style:normal;float:right;font-size:.875em;opacity:.8;}
.proSide_sub li a:hover,.proSide_sub li .cur{background:#d6000f;color:#fff;}
.proSide_sub .sub{padding:15px 0; font-size:.875em;background:#f5f5f5;}
.proSide_sub ul li {margin-bottom:0;}
.proSide_sub ul li a{background: url('/themes/Home/default/Public/images/c_li.jpg') no-repeat 15% center;padding-left:20%;line-height:36px;height:36px;}
.proSide_sub ul a{padding:0;}
.proSide_sub ul .cur,.proSide_sub ul  a:hover{color:#d6000f;background: url('/themes/Home/default/Public/images/c_li.jpg') no-repeat 15% center;}

.leftTel{background:#fff;}
.leftTel h3{height:50px;line-height:50px;background:#d6000f;color:#fff;font-size:1.286em;padding:0 7%;}
.leftTel .txt{background:#fff;padding:7%;}
.leftTel p{margin-top:15px;background: url('/themes/Home/default/Public/images/t1.jpg') no-repeat left center;padding-left:25px;}
.leftTel p span{color:#d6000f;font-size:1.5em;font-family:Arial;font-weight:700;}
.leftTel p:nth-child(3){background: url('/themes/Home/default/Public/images/t2.jpg') no-repeat left center;}

.proR{width:74%;}
.pro_bread{font-size:.875rem;height:70px;line-height:70px;overflow:hidden;margin-bottom:40px;}
.pro_bread strong{font-size:1.786em;font-weight:normal;color:#333;}
.pro_bread p{position:relative;padding-left:25px;}
.pro_bread p::after{content:"\e646";position:absolute;left:0;font-family:"iconfont"} 
.proList {margin-right:-30px;}
.proList li{float:left;width:33.3%;margin-bottom:20px;padding-right:30px;}
.proList li a{display:block;}
.proList li .pImg{padding-top:100%;transition:all .3s;transition:all .4s;}
.proList li .pImg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:#d6000f;transition:all 0.3s;transform:perspective(400px) rotateX(-90deg);-moz-transform:perspective(400px) rotateX(-90deg);-webkit-transform:perspective(400px) rotateX(-90deg);-o-transform:perspective(400px) rotateX(-90deg);transform-origin:top;z-index:2;opacity:.7;}
.proList li .pImg:after{content:"";position:absolute;width:58px;height:58px;background: url('/themes/Home/default/Public/images/pMore.png') no-repeat;left:50%;top:50%;margin-left:-27px;opacity:0;transition:all 0.3s;z-index:3;}
.proList li p{height:60px;line-height:60px;color:#191919;white-space:nowrap;text-overflow: ellipsis;overflow: hidden;text-align:center;font-size:1.143em;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#d6000f;}
.proList li:hover .pImg:before{transform:perspective(200px) rotateX(0);}
.proList li:hover .pImg:after{transition-delay:.1s;margin-top:-27px;opacity:1;}
.searchList li{width:25%;}

/*  产品详情 */
.proShow_box1{overflow:hidden;border:1px solid #ddd;background:#fff;}
.proShowTop{overflow:hidden;margin-bottom:50px;}
.gallery{width:50%;position:relative;border-right:solid 1px #ddd;padding-bottom:0;overflow:hidden;background:#fff;}
.gallery li{height:480px;line-height:480px;}
.gallery img{width:100%;}
.proShow_R{width:75%;}
.proShow_font{width:50%;overflow:hidden;line-height:1.8;padding:3% 4%;}
.proShow_font .title{margin-bottom:20px;color:#333;}
.proShow_font .title span{display:block;font-size:1.778em;color:#d6000f; font-weight:bold;}
.proShow_font .font{height:170px;line-height:2;margin-bottom:20px;border-bottom: 1px solid #ddd;padding-bottom:20px;overflow: hidden;}
.proShow_font li{float: left;width:25%;border-right: 1px dotted #ddd;text-align:center;font-size:1.143em;}
.proShow_font li i{display:inline-block;width:37px;height:37px;background: url('/themes/Home/default/Public/images/show_Icon.png') no-repeat;}
.proShow_font li:nth-child(2) i{background-position: -37px 0;}
.proShow_font li:nth-child(3) i{background-position: -74px 0;}
.proShow_font li:nth-child(4) i{background-position: -111px 0;}
.proShow_font li span{display: block;}
.proShow_font .btn{margin-top:20px;overflow:hidden;}
.proShow_font .btn a{width:46%;height:50px;line-height:50px;float:left;text-align:center;border:1px solid #ddd;color:#333;margin-bottom:10px;}
.proShow_font .btn a:nth-child(2){float:right;}
.proShow_font .btn i{font-family:"iconfont";position:relative;margin-right:5px;font-style:normal;font-size:1.286rem;line-height:1;top:2px;}
.proShow_font .btn a:hover{background:#d6000f;color:#fff;}
.proShow_menu{margin-bottom:10px;text-align:center;overflow: hidden;}
.proShow_menu a{width:150px;height:40px;line-height:40px;border:1px solid #dcdcdc;display:inline-block;margin:0 10px;color:#333;border-radius:20px;}
.proShow_menu .on,.proShow_menu a:hover{background:#d6000f;border:1px solid #d6000f;color:#fff;}
.proShow_fix{position: fixed;width:100%;top:0;left:0;background:#fff;padding:20px;box-shadow:0 0 10px #ccc;z-index:10;}
.proTie{height:50px;line-height:50px;border-bottom:1px solid #dcdcdc;font-size:1.286em;margin-bottom:25px;margin-top:30px;}
.proTie span{display:inline-block;border-bottom:1px solid #d6000f;;color:#d6000f;height:50px; font-size:20px; font-weight:bold;}
.proShow_con .main{background:#fff;padding:25px;}
.proShow_con3{width:100%;}

/*  经典案例 */
.caseList ul{margin-right:-45px;}
.caseList li{float:left;width:33.3%;padding-right:45px;margin-bottom:45px;}
.caseList li a{display: block;position:relative;border-bottom: 1px solid #ccc;}
.caseList li a::after{content:"";position: absolute;left:0;bottom:-1px;width:100%;height:1px;background:#d6000f;transform: scale(0,1);transform-origin: right;transition:transform .5s;}
.caseList li .pImg{padding-top:74%;}
.caseList li p{height:85px;overflow:hidden;color:#777;}
.caseList li h4{font-size:1.429em;margin:20px 0 10px 0;color:#222;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;
}
.caseList li a:hover img{transform: scale(1.1);}
.caseList li a:hover h4{color:#d6000f;}
.caseList li a:hover::after{transform: scale(1);transform-origin:left;}

/* 相助同伴 */
.settingTop{background: #e3e3e3;margin-bottom: 45px;overflow: hidden;}
.settingTop .bgImg{width:50%; height:400px;}
.settingTop .font{width:50%;padding:4% 5%;position: relative;z-index:2;height:400px;background: #f6f6f6;}
.settingTop .font h3{font-size:1.857em;color:#d6000f;margin-bottom:30px;position:relative;padding-bottom:10px;}
.settingTop .font h3::after{content:"";position: absolute;left:0;bottom:0;height:1px;width:20px;background:#d6000f;}
.settingTop:hover .bgImg{transform: scale(1.05);}
.partner{background:#f5f5f5;}
.partnerList{padding-left:1px;}
.partnerList li{float:left;width:12.5%;border:1px solid #d9d9d9;margin-left:-1px;margin-top:-1px;position: relative;transition:all .5s;overflow:hidden;}
.partnerList li .pImg{padding-top:62%;}
.partnerList li p{background:#d6000f;color:#fff;height:32px;line-height:32px;text-align:center;padding:0 10px;position:absolute;left:0;bottom:-32px;width:100%;font-size:12px;transition:all .5s;}
.partnerList li:hover{z-index:2;border:1px solid #d6000f;}
.partnerList li:hover img{margin-top:-15px;}
.partnerList li:hover p{bottom:0;}


/* 新闻列表 */
.newsTxt{width:47%;height:500px;}
.newsTxt li{height:150px;border-bottom: 1px solid #cfcfcf;margin-bottom:24px;position:relative;}
.newsTxt li h4{font-size:1.714em;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsTxt li h4 a{color:#191919;background: url('/themes/Home/default/Public/images/ c .jpg') no-repeat right center;padding-right:40px;}
.newsTxt li h4 span{display: block;font-size:14px;color:#d6000f;margin:8px 0 12px 0;}
.newsTxt li h4 a:hover,.newsTxt .on h4 a{color:#d6000f;}
.newsTxt li::after{content:"";position: absolute;left:0;bottom:0;height:1px;background:#d6000f;width:0;transition:all .5s;}
.newsTxt li:hover::after,.newsTxt .on::after{width:100%;}
.newsSlide{width:49%;position:relative;text-align:center;overflow:hidden;height:500px;}
.newsSlide li a{height:500px;overflow:hidden;display: block;position:relative;}
.newsSlide li p{position: absolute;left:0;bottom:0;width:100%;height:60px;line-height:60px;background:rgba(0, 0, 0,.5);color:#fff;padding:0 5%;text-align:left;font-size:1.286em;}
.newsSlide .btn{width:28px;height:40px;color:#333;text-align:center;line-height:40px;top:50%;display:none;background: rgba(0, 0, 0,.8);color:#fff;left:0;}
.newsSlide .btn:hover{background:#d6000f;color:#fff;}
.newsSlide .swiper-button-next{left:auto;right:0;}

.newsList{overflow:hidden;font-size:.813rem;}
.newsList ul{margin-right:-40px;}
.newsList li{float:left;padding-right:40px;width:25%;margin-bottom:40px;}
.newsList li a{display:block;color:#777;}
.newsList li .pImg{padding-top:65%;margin-bottom:15px;}
.newsList li h3{font-size:1.231em;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsList li p{height:70px;margin:15px 0;border-bottom: 1px solid #d9d9d9;position: relative;}
.newsList li p::after{content:"";position: absolute;left:0;bottom:-1px;background:#d6000f;width:100%;height:1px;transform: scale(0,1);transform-origin:right;transition:transform .5s;}
.newsList li a:hover p::after{transform: scale(1);transform-origin:left;}
.newsList li .date{color:#999;}
.newsList li a:hover img{transform:scale(1.1);}
.newsList li a:hover h3{color:#d6000f;}

/* 常见问题 */
.faqList li{float:left;width:50%;padding-right:10px;margin-bottom:10px;font-size:12px;}
.faqList li:nth-child(2n){float:right;}
.faqList li a{display:block;background:#fff;padding:4% 5%;color:#999;height:135px;border:1px solid #ddd;}
.faqList li h4,.faqList li p{padding-left:35px;}
.faqList li i{font-style:normal;width:24px;height:24px;background:#d6000f;color:#fff;font-size:12px;text-align:center;line-height:24px;margin-left:-35px;float:left;}
.faqList li p i{background:none;border:1px solid #ccc;color:#999;}
.faqList li h4{font-size:16px;color:#191919;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.faqList li a:hover h4{color:#d6000f;}
.faqList li a:hover{box-shadow:0 0 10px #ccc;}
.faqList2 li a{border:1px solid #ddd;}
.cMore{display:block;width:200px;height:42px;line-height:42px;border:1px solid #3e3e3e;background:#3e3e3e;color:#fff;border-radius:21px;text-align:center;margin:0 auto;margin-top:40px;}
.cMore:hover{background:#d6000f;border:1px solid #d6000f;color:#fff;width:260px;}

/* 新闻详情 */
.picShow_l{width:68.5%;overflow:hidden;}
.picShow{max-width:1340px;}
.showTie{overflow:hidden;margin-bottom:40px;color:#333;}
.showTie h2{font-size:2.143em;color:#333;font-weight:bold;margin-bottom:15px;}
.showTie .txt span{margin-right:15px;}
.showTie .txt i{font-style:normal;color: #999;}
.showCon{overflow:hidden;margin-bottom:40px;}
.showCon .ce img{min-width:60%;}
.show-synopsis{background:#f7f8fa;padding:15px;margin-bottom:40px;}
.show-synopsis i{display:inline-block;width:15px;background: url('/themes/Home/default/Public/images/a_l.png') no-repeat;height:15px;margin-right:5px;}
.show-synopsis .r{background: url('/themes/Home/default/Public/images/a_r.png') no-repeat;margin-left:5px;margin-right:0;}
.newsShare{overflow: hidden;padding-bottom:30px;}
.newsShare .fr{height:32px;line-height:32px;background:#333;color:#fff;padding:0 20px;font-size:12px;}
.newsShare a i{font-family:"iconfont";margin-right:10px;}
.newsShare .fr:hover{background:#d6000f;padding:0 40px;}
.showPage{overflow:hidden;border-top: 1px solid #ddd;padding-top:30px;font-size:13px;}
.showPage a{float:left;width:43%;padding-left:30px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;margin:0 10px 0 -30px; border-right: 1px dotted #ccc;padding-right:10px;display:inline-block;}
.showPage a:nth-child(2){float:right;text-align:right;padding:0 34px 0 0;}
.showPage a:nth-child(2) i{border-left:1px solid #ddd;border-right:none;margin-left:0;margin-right:-30px;float:right;padding-right:0;padding-left:10px;}
.relativeS{background:#f6f6f6;}
.relativeS .tie{font-size:2em;color:#333;margin-bottom:30px;}
.relativeS ul{margin-right:-30px;}
.relativeS li{float:left;width:25%;padding-right:30px;text-align:center;margin-bottom:15px;}
.relativeS li p{height:50px;line-height:50px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.relativeS li .pImg{padding-top:74%;}
.relativeS li a:hover img{transform: scale(1.1);}
.picShow_r{width:27%;overflow:hidden;}
.picShow_r .title{font-size:1.429em;color:#333;border-bottom: 1px solid #d9d9d9;height:40px;margin-bottom:25px;white-space:nowrap;text-overflow: ellipsis;}
.picShow_r .title span{display:inline-block;border-bottom: 1px solid #d6000f;height:40px;}
.picShow_r .title a{float:right;font-size:12px;margin-top:4px;}
.picShow_r li{border-bottom: 1px dotted #bfbfbf;padding-bottom:15px;margin-bottom:15px;overflow: hidden;font-size:12px;}
.picShow_r li .pImg{width:35%;float:left;padding-top:26%;margin-right:20px;border:1px solid #ddd;}
.picShow_r li h4{font-size:15px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.picShow_r li h4 a{color:#222;}
.picShow_r li h4 a:hover{color:#d6000f;}
.picShow_r li:hover img{transform: scale(1.1);}
.picShow_r li:last-child{border-bottom:none;}
.rightNews_w li h4{font-size:18px;padding-top:10px;}
.rightNews,.rightContact{background:#f2f2f2;padding:5%;}
.rightNews_w,.rightContact_w{background:#fff;padding:8%;}
.rightContact{margin-top:30px;}
.rightContact h4{background: url('/themes/Home/default/Public/images/zxIcon.png') no-repeat left 8px;padding-left:30px;font-size:2em;color:#191919;font-family:Arial;font-weight:bold;border-bottom: 1px solid #ddd;padding-bottom:15px;margin-bottom:15px;}
.rightContact p{padding-left:80px;margin-bottom:10px;overflow:hidden;}
.rightContact p span{margin-left:-80px;float:left;}
.newsRelative{margin-top:40px;}
.newsRelative .tie{font-size:1.714em;color:#191919;margin-bottom:20px;}
.newsRelative ul{overflow:hidden;}
.newsRelative li{float: left;width:48%;height:46px;line-height:46px;border-bottom: 1px solid #eee;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;background: url('/themes/Home/default/Public/images/ly_li.png') no-repeat left center;padding-left:15px;}
.newsRelative li:nth-child(2n){float:right;}
.newsRelative li span{float:right;opacity:.5;margin-left:15px;}

/* 员工福利 */
.jobBox1{font-size:0.938em;text-align:center;overflow: visible;}
.jobBox1 .title{font-size:1.667em;color:#191919;position:relative;padding-bottom:15px;margin-bottom:15px;}
.jobBox1 .title::after{content:"";position: absolute;width:26px;height:2px;background:#d6000f;margin-left:-18px;bottom:0;left:50%;}
.jobBox1 .txt{max-width:1200px;margin:0 auto;}
.jobBox1 ul{margin-top:40px;overflow:hidden;box-shadow:0 0 10px #ccc;padding:4% 0;}
.jobBox1 li{float:left;width:33.3%;padding:0 4%;border-right: 1px solid #dbdbdb;}
.jobBox1 li h4{font-size:1.2em;color:#333;font-weight:700;margin:10px 0;}
.jobBox1 li i{font-family:"iconfont";font-style:normal;font-size:5em;color:#d6000f;line-height:1.2;}
.jobBox1 li:nth-child(3){border:none;}
.jobBox2{background:#f7f7f7;}
.jobBox2 li{float:left;width:25%;padding-right:10px;margin-bottom:10px;}
.jobBox2 li:nth-child(1){width:50%;}
.jobBox2 li .pImg{padding-top:70%;}
.jobBox2 li span{position: absolute;left:0;bottom:0;width:100%;background: rgba(0, 0, 0,.6);color:#fff;text-align: center;height:50px;line-height:50px;}
.jobList .tie2{text-align:center;margin-bottom:40px;color:#ad1f1f;font-size:1.1286em;margin-top:5px;}
.jobList li{overflow:hidden;padding:0 40px;margin-bottom:15px;background:#f5f5f5;}
.jobList .top{padding:20px 0;overflow:hidden;padding-right:150px;line-height:34px;cursor:pointer;}
.jobList .top span{float:left; width:20%;}
.jobList .top a{float:right;width:130px;height:34px;line-height:34px;background:#ad1f1f;color:#fff;text-align:center;font-size:12px;margin-right:-150px;}
.jobList .top .tie{font-weight:700;color:#333;font-size:1.286em;}
.jobList .top a:hover{background:#ad1f1f;}
.jobList .font{border-top: 1px solid #cfcfcf; overflow:hidden;padding-top:30px;font-size:12px;display:none;padding-bottom:40px;}
.jobList .font .txt{float:left;width:48%;}
.jobList .font .txt .tie{color:#333;margin-bottom:20px;display:block;font-size:14px;}
.jobList .font .txt:nth-child(2n){float:right;}
.jobList li.on{border-top: 1px solid #ad1f1f;}
.jobList li:nth-child(1) .font{display:block;}


/* 联系*/
.contactBox{padding:3% 5%;background:#fff url('../images/conMap.jpg') no-repeat right center;box-shadow:0 0 10px #ccc;line-height:2.6;position: relative;top:-140px;}
.contactBox .font{background: url('/themes/Home/default/Public/images/cIcon.jpg') no-repeat left 12px;padding-left:30px;}
.contactBox .tel{font-size:1.429em;line-height:1.2;margin-top:15px;padding-left:150px;position: relative;}
.contactBox .tel span{display: block;color:#af1d1f;font-size:3em;font-family:Arial;}
.contactBox .tel::after{content:"\e858";position: absolute;color:#af1d1f;font-family:"iconfont";left:0;top:0;font-size:5em;font-weight:700;line-height:1;}

.contactBox2{background:#f6f6f6;margin-top:-40px;}
.contactBox2 ul{margin:0 -1%;}
.contactBox2 li{float:left; width:31.3%;padding:2%;background:#fff;min-height:280px;margin:0 1% 30px 1%;line-height:1.8;transition:all .5s;}
.contactBox2 li span{display: block;color:#333;font-size:1.429em;margin-bottom:10px;position: relative;padding-bottom:15px;margin-bottom:15px;}
.contactBox2 li span::after{content:"";position: absolute;left:0;bottom:0;width:25px;height:2px;background:#af1d1f;}
.contactBox2 li:hover{box-shadow:0 0 10px #ccc;}
#dituContent{height:590px;filter: grayscale(100%); filter: gray;-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%); -o-filter: grayscale(100%);}


/* 在线留言*/
.feedbackL{width:24%;height:380px;float:left;}
.feedbackR{width:72.5%;float:right;}
.feedback p{width:49%;float: left;;height: 60px;line-height: 60px;position: relative;padding:0 15px 0 60px;margin-bottom: 10px;position: relative;border: 1px solid #ccc;background:#fff;}
.feedback p:nth-child(2n){float:right;}
.feedback p input{width: 100%;height: 100%;}
.feedback .tarea{width: 100%;height: 160px;padding-top: 15px;padding-bottom:15px;line-height: 1.6;}
.feedback i{content: "";font-family: "iconfont";color: #a0a0a0;font-style: normal;float: left;margin-left: -30px;font-size: 1rem;}
.feedback textarea{width: 100%;height: 100%;}
.feedback .code{clear: both;}
.feedback .code input{height: 60px;line-height: 60px;border: 1px solid #ddd;background:#fff;}
.feedback .code .c{width: 20%;padding: 0 15px;}
.feedback .code img{padding:19px;background:#f5f5f5;}
.feedback .code .sub {background: #d6000f;width: 30%;cursor: pointer;transition: all .3s;color: #fff;border:1px solid #d6000f;}
.feedback .sub:hover{background:#0036b1;}<!--耗时1764080755.1051秒-->