﻿@charset "utf-8";

/* CSS Document */

/* self-adaption global css v1.0
 * 此文件是网站全局自适应个性化css，也适当补充了自适应栅格系统（补充的是每行5个元素），此样式表在zui框架基础上进行开发，需要先引入zui核心文件。
 * This file is the global adaptive personalized CSS of the website, and it also complements the adaptive grid system (supplemented by 5 elements per line). This stylesheet is developed on the basis of the zui framework, which requires the introduction of the zui core file first.

 */

@font-face {
  font-family: 'iconfont';  /* project id 1272221 */
  src: url('//at.alicdn.com/t/font_1272221_c7jrp1f18yg.eot');
  src: url('//at.alicdn.com/t/font_1272221_c7jrp1f18yg.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_1272221_c7jrp1f18yg.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_1272221_c7jrp1f18yg.woff') format('woff'),
  url('//at.alicdn.com/t/font_1272221_c7jrp1f18yg.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_1272221_c7jrp1f18yg.svg#iconfont') format('svg');
}
.iconfont{
	vertical-align: middle;
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/* for global 全局 */

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-5ths { width: 20%; }
@media (min-width:768px) {
    .col-sm-5ths { width: 20%; float: left; }
}
@media (min-width:992px) {
    .col-md-5ths { width: 20%; float: left; }
}
@media (min-width:1200px) {
    .col-lg-5ths { width: 20%; float: left; }
}
body { background: #fff; color: #000; font-size: 16px;width: 100%; overflow-x: hidden;}
a { color: #af3528; cursor: pointer; text-decoration: none; outline: none; blr: expression(this.onFocus=this.blur()); }
a:focus { outline: none; text-decoration: none; }
a:hover { outline: none; text-decoration: none; }
li { list-style: none; }
i{font-style:normal;}
/* box size */
.no-margin { margin: 0; }
.no-padding { padding: 0; }

/* display */
.inline-block { display: inline-block }

/* position */
.pst-relative { position: relative; }

/* clear */
.clear-block { clear: both; }

/* vertical-align */
.vc-middle { display: inline-block; vertical-align: middle; }

/* font */
.text-12px { font-size: 12px }
.text-14px { font-size: 14px }
.text-18px { font-size: 18px }
.text-20px { font-size: 20px }

/* other */
.middle-ctrl { display: inline-block; height: 100%; width: 0px; vertical-align: middle; }

/* header */
header {}
#headerbar { border: none; font-size: 0px; position: relative; border-radius: 0; padding-bottom: 0px;background: #fff; }

#headerbar .top-contact{line-height: 40px;font-size: 20px; position: absolute;top: -5px;right: 0;}
#headerbar .top-contact>span{cursor: pointer;position: relative;display: inline-block;}
#headerbar .top-contact>span>a:hover>div{-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1);}
#headerbar .top-contact>span>a>div{display: block; width: 100px;position: absolute;z-index: 2; top: 40px;left: 50%;margin-left: -50px;-webkit-transform: scale(0); -moz-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0);transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;transform-origin:top center;-ms-transform-origin:top center;-moz-transform-origin:top center; -webkit-transform-origin:top center;-0-transform-origin:top center;}
#headerbar .top-contact>span>a>div>img{width: 100%;height: auto;}
#headerbar .top-contact>span>a>.icon{font-size:23px;vertical-align: middle;color: #af3528;}
#headerbar .top-contact>span>img{width: auto;height: auto;max-height:20px;max-width:100%;}
#headerbar .top-contact>a{color: #000;margin-left:5px;margin-right:20px;font-weight: bold;font-size:18px;}
#headerbar .top-contact form{display: inline-block;float:left;}
#headerbar .top-contact .btn-primary{background: #af3528;border-color:#af3528;outline:none;}
#headerbar .top-contact input{border-color:#af3528;outline:none;}

#headertitle { display: block; height: 130px; position: relative; z-index: 1; padding-top:15px; background-color:#fff; }
#headertitle .group-left { display: block; float: left; height: 60px;width: 100%; position: relative;}
#headerhd { display: block;float: left;line-height:80px;padding-top:30px; }
#headerhd img{max-height:100px;display: inline-block;}
#headertitle .group-left .logo { width: 30%; float: left; color: #000; }
#headertitle .group-left .logo div{display: block;padding:10px 0;}
#headertitle .group-left .logo h3{margin:0;line-height: 30px;font-size:24px;font-weight:400;}
#headertitle .group-left .logo p{font-size:18px;margin:0;line-height: 20px;}
#headernav { width: 70%; height: 115px; line-height: 80px; float: left;padding-top:35px; }
#headernav ul { text-align: center; float: none; }
#headernav ul>li { display: inline-block; position: relative; font-size: 16px; height: 80px; line-height: 80px; width: 16.6%; min-width: 100px; }
#headernav ul>li .line{width: 2em;height: 0px;position: absolute;bottom: 10px;left: 50%;margin-left: -1em;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
#headernav ul>li>a { display: block; font-size: 16px; color: #000; padding: 0px; line-height: 80px; }
#headernav ul>li:hover>a { color: #fff; background:#af3528; }
#headernav ul>li:hover .line{background: #fff;width: 2em;height: 3px;}
#headernav ul>li.active { line-height:80px; }
#headernav ul>li.active a { color: #fff;background:#af3528;  }
#headernav ul>li.active .line {background: #fff;width: 2em;height: 3px; }
#headernav ul>li .navplus { width: 100%; display: none; position: absolute; z-index: 1009; text-align: left; left: 0; font-size: 0; background: #af3528; border-top: 1px solid #af3528; }
#headernav ul>li .navplus>a { display: block; font-size: 14px; color: #fff; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; border-radius: 0px; padding: 14px 10px; height: 42px; line-height: 14px; }
#headernav ul>li .navplus>a i { margin-right: 2px; }
#headernav ul>li .navplus>a:hover { background: #323232;color: #af3528; }
#m-headerbar { padding-top: 6px; padding-bottom: 6px; border: none; background-color: #fff; border-bottom: #d1d1d1; box-shadow: 0px 3px 5px 0px #d1d1d1; }
.screen-phone #m-headerbar .container .relative i.icon.blue, .screen-tablet #m-headerbar .container .relative i.icon.blue { position: absolute; top: 12px; right: 60px; }
#m-headerhd { pointer-events: auto; }
#m-headerhd:hover { color: #af3528; }
#m-headerhd span{color: #000;line-height: 40px;font-size:20px;display:inline-block;max-width:30%;height: 40px;overflow:hidden;margin-left:8px;}
#m-headerbar .hdtitle-img {    /* *width: 40px; */
width: auto; height: 40px; }
#m-headerbar .hdtitle-img img { width: auto; height: 100%;max-width:270px; }
#m-headerbar .hdtitle-ch { font-size: 22px; font-weight: 700; line-height: 1.1; letter-spacing: 1px; padding-left: 10px; }
#m-headerbar .hdtitle-en { font-family: Georgia, "serif"; font-size: 14px; font-weight: 700; letter-spacing: 1px; line-height: 1.1; padding-left: 10px; }
#m-headerbtn { position: absolute; top: 10px; right: 10px; color: #af3528; text-shadow: none; background-color: #fff; border-color: #af3528; }
#leftmenulayout { display: none; width: 100%; height: 100%; width: 100vw !important; height: 100vh !important; position: fixed; z-index: 999998; top: 0; right: 0; bottom: 0; left: 0; background-color: #000; opacity: .5; }
#leftmenulayout span { display: block; width: 40%; height: 100%; margin-left: 60%; color: #7d7d7d; font-size: 4rem; overflow: hidden; text-align: center; }
#leftmenu { display: none; width: 60%; height: 100% !important; width: 60vw; height: 100vh !important; background-color: #af3528; border-right: 1px solid #333; position: fixed; z-index: 999999; box-shadow: rgba(0, 0, 0, .15) 0 .15rem .5rem, rgba(0, 0, 0, .25) 0 .15rem .5rem; overflow-y: auto !important; }
#leftmenu>.items { display: block; width: 100%; border-bottom: 1px solid #dc8888; position: relative; }
#leftmenu>.items>a { margin: 0 15%; font-size: 15px; display: block; height: 55px; line-height: 55px; position: relative; color: #fff; width: 70%; overflow: hidden; white-space: nowrap; text-overflow: inherit; }
#leftmenu>.items>i { text-align: center; display: block; position: absolute; top: 0; right: 10px; color: #fff; height: 55px; width: 55px; font-size: 24px; line-height: 55px; }
#leftmenu>.items>.listplus { display: none; text-align: center; padding: 10px 0; }
#leftmenu>.items>.listplus>a { display: block; color: #fff; line-height: 26px; font-size: 14px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: inherit; }

/* | ---------------------------------------------------------- | Glide styles | ---------------------------------------------------------- | Here are slider styles | banner滚动轮播插件的个性样式，需要配合jquery.glide.min.js使用 */
.mainbanner { width: 100%; height: auto; font-size: 0px; }
.mainbanner ul, .mainbanner ul li { list-style: none; margin: 0; padding: 0; font-size: 0; display: block; }
.mainbanner ul li { float: left; }
.slider { position: relative; width: 100%; height: auto; overflow: hidden; }
.slides { height: auto;    /* Simple clear fix */ overflow: hidden;    /**  * Prevent blinking issue * Not tested. Experimental. */ -webkit-backface-visibility: hidden; -webkit-transform-style: preserve-3d;    /** * Here is CSS transitions * responsible for slider animation in modern broswers */ -webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000); }
.slide { list-style: none; height: auto; float: left; clear: none; }
.slide a { color: #fff; display: block; position: relative; }
.slide a div { width: 50%; max-width: 600px; position: absolute; top: 30%; left: 20%; margin: 0; }
.slide a div h4 { font-size: 46px; line-height: 50px; margin: 0 0 40px; }
.screen-phone .slide a div,.screen-tablet .slide a div{width: 90%;top: 10%;left: 5%;}
.screen-phone .slide a div h4 { font-size: 20px; line-height: 25px; margin: 0 0 10px; }
.slide a div p { font-size: 24px; line-height: 50px; margin: 0; }
.screen-phone .slide a div p { font-size: 14px; line-height: 30px; }
.arrowsWrapper { display: none; }
.slider:hover .arrowsWrapper { display: block }
.slider-arrow { position: absolute; display: block; margin-bottom: 0px; width: 6%; padding: 3%; text-decoration: none; text-align: center; opacity: 1; }
.slider-arrow--right { bottom: 47.5%; right: 3%; background:rgba(0,0,0,.15);}
.slider-arrow--right:after{content: '';display:block;background: url(../../images/right_jt.png) no-repeat center; background-size: 100%;width: 50%;height: 100%;position: absolute;top: 0;left: 27%;}
.slider-arrow--left { bottom: 47.5%; left: 3%; background:rgba(0,0,0,.15);}
.slider-arrow--left:after{content: '';display:block;background: url(../../images/left_jt.png) no-repeat center; background-size: 100%;width: 50%;height: 100%;position: absolute;top: 0;left: 27%;}
.slider-arrow:hover {background:rgba(0,0,0,.3);}
.slider-nav { position: absolute; bottom: 8%; text-align: center; }
.slider-nav__item { width: 16px; height: 16px; background: #fff;border:none; border-radius: 50%;background:rgba(0,0,0,0);s clear: none; display: inline-block; margin: 0 4px; position: relative; }
.slider-nav__item:after {content:''; width: 8px;height:8px;position: absolute;background: #fff;border-radius: 50%;left:4px;top: 4px; }
.slider-nav__item.slider-nav__item--current{background:rgba(0,0,0,.3);}

.thebreadcrumb { width: 100%; background: #eee; font-size: 16px; text-align: left; line-height: 28px; padding-top: 10px; padding-bottom: 10px; }
.thebreadcrumb a { color: grey; }
.breadcrumb { display: inline-block; margin: 0; padding: 0; }
.breadcrumb i { font-size: 16px; }
.breadcrumb>li+li::before { padding: 0 5px; color: #ccc; content: "»"; }
.breadcrumb li.active{color: #af3528;}
.about_bg { background-color: #f7f8f8; }


.titlestyle-main { display: block; width: 100%; text-align: center; margin-bottom: 10px; }
.titlestyle-main .line { display: block; width: 100%; height: 21px; background: url(../../images/line1.png) center center no-repeat; margin-top: 8px; }
.titlestyle-main .line_d { width: 57px; height: 2px; border-top: #288b9c 3px solid; }
.titlestyle-main .line1 {display: block; width: 100%; height: 21px;margin-top: 8px;position: relative;overflow: hidden;}
.titlestyle-main .line1 span{width: 100%;height: 1px;background: #aaa;display:block;margin-top:10px;}
.titlestyle-main .line1 i{width: 100%;height: 4px;background: #af3528;display:block;position: absolute;top: 8px;left: 0;}
.titlestyle-main p{color: #515151;}
.titlestyle-main .maintitle { font-size: 36px; color: #af3528; font-weight: 550; text-transform: uppercase; }
.titlestyle-main .maintitle1{color: #000;}
.titlestyle-main .subtitle { font-size: 18px; color: #575757; font-weight: 100; padding: 5px 0; }
.titlestyle-main .xxtitle { font-size: 16px; color: #575757; }
.screen-phone .titlestyle-main .maintitle { font-size: 20px; font-weight: 700; }
.screen-phone .titlestyle-main .subtitle { font-size: 16px; color: #575757; text-transform: uppercase; }
.beautifulbtn1 { background-color: #af3528; height: 50px; line-height: 50px; width: 180px; font-size: 14px; text-align: center; max-width: 100%; display: inline-block; vertical-align: middle; position: relative; box-sizing: border-box; color: #fff !important; outline: none !important; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; -webkit-transition-property: color; transition-property: color; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.beautifulbtn1::before { content: ""; position: absolute; z-index: -1; top: 0; left: 0; right: 0; bottom: 0; background: #3f3b3a; -webkit-transform: scale(0, 0); transform: scale(0, 0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; transition: all .3s ease-out; }
.beautifulbtn1:hover::before { -webkit-transform: scale(1, 1); transform: scale(1, 1); }
.lte-ie-8 .beautifulbtn1:hover { background: #3f3b3a; }
.screen-phone .beautifulbtn1 { height: 40px; line-height: 40px; width: 120px; }
.contentbox img, .contentbox iframe, .contentbox iframe div { max-width: 100%; overflow: hidden; }


/*底部*/
#footerbar { width: 100%; font-size: 16px; color: #ececec; padding-top: 40px; padding-bottom: 30px; background-color: #323232; }
#footerbar .row { position: relative; }
#footerbar .group-left0 { position: static;text-align:center; }
#footerbar .group-left0>div {}
#footerbar .group-left0>div img{display:inline-block;max-width:100%;max-height:160px;}
#footerbar .group-left1>div{padding-left:20px;text-align:center;padding-top:40px;font-size:14px;line-height:20px;}
.screen-phone #footerbar .group-left1>div{font-size:12px;}
#footerbar .group-left1>div span{padding:0 5px;}
#footerbar .group-left1>div a:hover{text-decoration:underline;}
#footerbar .group-left1>img{display:block;max-width:100%;max-height:100px;margin:0 auto;}
.screen-phone #footerbar .group-left1{padding: 20px 0;}
.screen-phone #footerbar .group-left1>div{padding-left:0px;}
.screen-phone #footerbar .group-left2>div{padding-left:20px;}
.screen-phone #footerbar .group-left3>div{padding-left:20px;}
#footerbar .group-left3>div>p{margin:0;font-size:14px;}
#footerbar .group-left3>div>.b-title{padding:0 0 20px;display:block;}
#footerbar a { color: #ececec; }
#footerbar .group-right>div { display: block; float: right; text-align: center; font-size: 14px; margin-right: 25px; }
.screen-phone #footerbar .group-right>div { float: none; margin-right: 0; }
.screen-phone #footerbar { padding-top: 0; padding-bottom: 0; }
#m-footer { border-top: 1px solid #dc8888; background-color: #af3528; }
#m-footer a { display: block; color: #fff; padding-top: 5px; padding-bottom: 5px; }
.lilian { padding: 0; margin-top: 10px; }
.lilian ul { padding: 0; }
.lilian ul li { width: 240px; float: left; list-style: none; color: #000; font-weight: bold; font-size: 16px; }
.lilian ul li p { font-weight: normal; font-size: 14px; color: #666; margin-top: 10px; }
.screen-tablet .lilian ul li { width: 220px; }
.screen-tablet .lilian ul li p { font-weight: normal; font-size: 14px; color: #666; margin-top: 10px; }
.screen-phone #footerbar .group-left0{padding: 10px;}

/* 产品菜单 */
.pro_menu{padding-top:20px;    margin-bottom: 30px;}
.pro_menu .row1{margin-left:-15px;margin-right:-15px;}
.screen-phone .pro_menu .row1{margin-left:-10px;margin-right:-10px;}
.pro_menu .item{padding:20px 10px 0; overflow: hidden;position: relative;}
.pro_menu .item a{display:block;position: relative;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s; -o-transition: all 0s;}
.pro_menu .item .img1{display:block;opacity:1;width: 100%;height: auto;max-height:200px;margin:0 auto;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s; -o-transition: all 0s;}
.screen-phone .pro_menu .item .img1{height:60px;width: auto;max-width:100%;}
.screen-phone .pro_menu .item .img2{height:60px;width: auto;max-width:100%;}
.pro_menu .item .img2{display:none;opacity:0; width: 100%;height: auto;max-height:200px;margin:0 auto;transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s; -o-transition: all 0s;}
.pro_menu .item:hover .img1{opacity:0;display:none;}
.pro_menu .item:hover .img2{opacity:1;display:block;}
.pro_menu .item p{line-height:70px;height:70px;display:block;margin:0;text-align:center;font-size:18px;padding-bottom:5%;color: #323232;}
.pro_menu .item:hover a{background:#af3528;}
.pro_menu .item:hover p{color: #fff;}
.pro_menu .item1{padding-bottom:10px;padding-left:5px;padding-right:5px;}
.pro_menu .item1 img{width: 100%;height:auto;}
.pro_menu .item1 a{display: block;background: #f2f2f2;color: #232323;padding: 0 10%;}
.pro_menu .item1 a .img{display: block; padding-top: 100%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.pro_menu .item1 a .img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.pro_menu .item1 a .img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1; }
.pro_menu .item1 a .img>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }
.pro_menu .item1 a h3{font-size:18px;line-height:30px;text-align:center;margin:0;padding-bottom:30px;font-weight:400;position: relative;}
.pro_menu .item1 a h3:after{content: '';display: block;width: 1em;height:2px;background: #232323;position:absolute;left:50%;top:-15%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.pro_menu .item2 a{overflow: hidden;padding:0 5%;}
.pro_menu .item2 a .img{width: 50%;float:right;padding-top:52%;}
.pro_menu .item2 a h3{position: absolute;bottom:10px;left:15%;}


/* 关于我们 */
.about{width:100%;padding:20px 0 80px; overflow: hidden;position: relative;}
.screen-phone .about{padding-bottom:150px;}
.about .s-title {position: relative;}
.about .s-title h2{position: relative;font-size:50px;line-height: 20px;color: #dddee1;text-align:center;top: 40px;}
.about .s-title h3{position: relative;font-size:28px;line-height: 60px;color: #000;text-align:center;}
.about .s-title span{width: 42px;height:4px;background:#af3528;display:block;margin:0 auto;}
.screen-phone .about .s-title h2{font-size:24px;line-height: 20px;margin-top: 0;display:none;}
.screen-phone .about .s-title h3{font-size:18px;line-height: 40px;margin-top: 0;}

.about .bottom{background: url('../../images/about_bg.png');background-size: 100% auto;position: relative;}
.screen-phone .about .bottom{padding-top:20px;}
.about .bottom .img{display: block; width: 65%; padding-top: 55%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.about .bottom .img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.about .bottom .img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1;}
.about .bottom .img>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }
.screen-phone .about .bottom .img{width: 100%;}
.about .bottom .info{display:block;border:10px solid #af3528;width: 35%;height:90%;max-width:460px; text-align: center;position: absolute;top: 15%;left: 50%;z-index:2;background:url('../../images/about1_bg.png') repeat;padding:80px 0;}
.screen-phone .about .bottom .info{padding:0;width: 80%;min-height:200px; top: 60%;left:10%;}
.about .bottom .info h3{position: relative;font-size:40px;line-height: 50px;color: #000;text-align:center;margin:0;}
.screen-phone .about .bottom .info h3{font-size:18px;line-height:30px;}
.about .bottom .info p{position: relative;font-size:20px;line-height: 40px;color: #000;text-align:center;padding-top:20px;}
.screen-phone .about .bottom .info p{font-size:12px;line-height:20px;}
.about .bottom .info>span{width: 42px;height:4px;background:#af3528;display:block;margin:0 auto;}
.about .bottom .info .a-btn{width: 50%;height:50px;text-align:center;position: absolute;bottom: 50px;left:50%;margin-left:-25%;border:1px solid #af3528;}
.screen-phone .about .bottom .info .a-btn{bottom:10px;height:30px;}
.screen-phone .about .bottom .info .a-btn .iconfont{font-size:20px;line-height:30px;}
.about .bottom .info .a-btn .iconfont{font-size:30px;line-height:50px;color: #af3528;}
.about .bottom .info:hover{cursor:pointer;}



.dingzhi{padding:20px 0;background: url('../../images/dingzhi.png');background-size: 100% 100%;}
.dingzhi .s-title {position: relative;}
.dingzhi .s-title h2{position: relative;font-size:50px;line-height: 20px;color: #5f626a;text-align:center;top: 40px;}
.dingzhi .s-title h3{position: relative;font-size:28px;line-height: 60px;color: #fff;text-align:center;}
.dingzhi .s-title span{width: 42px;height:4px;background:#af3528;display:block;margin:0 auto;}
.screen-phone .dingzhi .s-title h2{font-size:24px;line-height: 20px;margin-top: 0;display:none;}
.screen-phone .dingzhi .s-title h3{font-size:18px;line-height: 40px;margin-top: 0;}
.dingzhi .row{}
.dingzhi .item{padding-top:30px;padding-bottom:30px;}
.dingzhi .item .img{display: block; width: 60%; padding-top: 70%; position: relative; font-size: 0; line-height: 0; overflow: hidden;margin:0 auto;}
.dingzhi .item .img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.dingzhi .item .img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1;}
.dingzhi .item .img>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.dingzhi .item .img>div>div>.img1{opacity:1;}
.dingzhi .item .img>div>div>.img2{opacity:0;}
.dingzhi .item .img>div>div:hover>.img1{opacity:0;}
.dingzhi .item .img>div>div:hover>.img2{opacity:1;}
.dingzhi .item h3{color: #fff;text-align:center;}
.dingzhi .item p{text-align:center;color: #888;}

/* 新闻中心 */
.index-news{padding:20px 10px 60px;}
.index-news .s-title {position: relative;}
.index-news .s-title h2{position: relative;font-size:50px;line-height: 20px;color: #eeeef0;text-align:center;top: 40px;}
.index-news .s-title h3{position: relative;font-size:28px;line-height: 60px;color: #000;text-align:center;}
.index-news .s-title span{width: 42px;height:4px;background:#af3528;display:block;margin:0 auto;}
.screen-phone .index-news .s-title h2{font-size:24px;line-height: 20px;margin-top: 0;display:none;}
.screen-phone .index-news .s-title h3{font-size:18px;line-height: 40px;margin-top: 0;}
.index-news .row{padding-top:30px;}
.index-news .item{padding-bottom:20px;position: relative;color: #232323;}
.index-news .item .img{display: block; width: 40%; padding-top: 28%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.index-news .item .img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.index-news .item .img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1;transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s; -o-transition: all 1s;}
.index-news .item .img>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0;}
.index-news .item>div{float:left;}
.index-news .item .news-title{width: 58%;margin-left:2%;height:100%;}
.index-news .item .news-title h4{font-size:16px;font-weight:400;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.index-news .item .news-title p{font-size:14px;line-height:24px;font-weight:400;color: #999;margin:0;min-height:72px;overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;}
.screen-phone .index-news .item .news-title p{min-height:auto;-webkit-line-clamp:1;}
.index-news .item .news-title span{font-size:12px;line-height:32px;width: 56%;display:block;position: absolute;bottom:20px;border-bottom:1px solid #ccc;}
.index-news .item .news-title i{line-height:32px;font-size:18px;float:right;}
.index-news .item:hover .img>div>div{-webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);}
.index-news .item:hover .news-title h4,.index-news .item:hover .news-title i{color: #af3528;}
.index-news .morebtn{display: block; width: 180px;height:50px;margin:0 auto;text-align:center;background: #323232;font-size:16px;line-height:50px;color: #fff;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.index-news .morebtn:hover{background: #af3528;}

/* 更多按钮 */
.more_button{position:relative;overflow:hidden;z-index:1;width:48px;height:48px;border:1px solid #d1d1d1;-moz-border-radius:100%;border-radius:100%;color:#e0e0e0;text-align:center;line-height:48px;display:block;margin:0 auto;font-size:20px;-o-transition:all 1.7s ease;-moz-transition:all 1.7s ease;transition:all 1.7s ease;-webkit-mask-image:radial-gradient(white,#000);mask-image:radial-gradient(white,#000)}
.more_button:focus{outline:0}
.more_button:hover{background:#af3528;color:#fff;border:1px solid #af3528}
.more_button i{display:block;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0);width:100%;height:100%;background:-moz-radial-gradient(#af3528,red,#af3528,red,#af3528,red,#af3528,red,#af3528);background:-o-radial-gradient(#af3528,red,#af3528,red,#af3528,red,#af3528,red,#af3528);background:radial-gradient(#af3528,red,#af3528,red,#af3528,red,#af3528,red,#af3528);opacity:0;-o-transition:1.2s,opacity 1.8s;-moz-transition:1.2s,opacity 1.8s;transition:1.2s,opacity 1.8s;-moz-border-radius:50%;border-radius:50%}
.more_button:hover i{-webkit-transform:scale(10);-moz-transform:scale(10);-o-transform:scale(10);transform:scale(10);opacity:1;-o-transition:3s,opacity .3s;-moz-transition:3s,opacity .3s;transition:3s,opacity .3s}
.dot1 span,.dot2 span{position:absolute;color:#d1d1d1;left:50%;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}
.dot1 span{color:#d1d1d1}
.dot1 span:nth-child(1){-o-transition:all .4s .5s ease,color .3s;-moz-transition:all .4s .5s ease,color .3s;transition:all .4s .5s ease,color .3s;left:30%}
.dot1 span:nth-child(2){-o-transition:all .4s .4s ease,color .3s;-moz-transition:all .4s .4s ease,color .3s;transition:all .4s .4s ease,color .3s;left:50%}
.dot1 span:nth-child(3){-o-transition:all .4s .3s ease,color .3s;-moz-transition:all .4s .3s ease,color .3s;transition:all .4s .3s ease,color .3s;left:70%}
.more_button:hover .dot1 span:nth-child(1){left:120%;-o-transition:all .4s .2s ease,color .3s;-moz-transition:all .4s .2s ease,color .3s;transition:all .4s .2s ease,color .3s;color:#fff}
.more_button:hover .dot1 span:nth-child(2){left:120%;-o-transition:all .4s .1s ease,color .3s;-moz-transition:all .4s .1s ease,color .3s;transition:all .4s .1s ease,color .3s;color:#fff}
.more_button:hover .dot1 span:nth-child(3){left:120%;-o-transition:all .4s 0s ease,color .3s;-moz-transition:all .4s 0s ease,color .3s;transition:all .4s 0s ease,color .3s;color:#fff}
.dot2 span:nth-child(1){left:-20%;-o-transition:all .4s .2s ease,color .3s;-moz-transition:all .4s .2s ease,color .3s;transition:all .4s .2s ease,color .3s;color:#d1d1d1}
.dot2 span:nth-child(2){left:-20%;-o-transition:all .4s .1s ease,color .3s;-moz-transition:all .4s .1s ease,color .3s;transition:all .4s .1s ease,color .3s;color:#d1d1d1}
.dot2 span:nth-child(3){left:-20%;-o-transition:all .4s 0s ease,color .3s;-moz-transition:all .4s 0s ease,color .3s;transition:all .4s 0s ease,color .3s;color:#d1d1d1}
.more_button:hover .dot2 span:nth-child(1){left:30%;-o-transition:all .4s .5s ease,color .3s;-moz-transition:all .4s .5s ease,color .3s;transition:all .4s .5s ease,color .3s;color:#fff}
.more_button:hover .dot2 span:nth-child(2){left:50%;-o-transition:all .4s .4s ease,color .3s;-moz-transition:all .4s .4s ease,color .3s;transition:all .4s .4s ease,color .3s;color:#fff}
.more_button:hover .dot2 span:nth-child(3){left:70%;-o-transition:all .4s .3s ease,color .3s;-moz-transition:all .4s .3s ease,color .3s;transition:all .4s .3s ease,color .3s;color:#fff}

/*案例展示-主页*/
.case{padding:20px 0 ;background:#eeeef0;}
.case .s-title {position: relative;}
.case .s-title h2{position: relative;font-size:50px;line-height: 20px;color: #dddee1;text-align:center;top: 40px;}
.case .s-title h3{position: relative;font-size:28px;line-height: 60px;color: #000;text-align:center;}
.case .s-title span{width: 42px;height:4px;background:#af3528;display:block;margin:0 auto;}
.screen-phone .case .s-title h2{font-size:24px;line-height: 20px;margin-top: 0;display:none;}
.screen-phone .case .s-title h3{font-size:18px;line-height: 40px;margin-top: 0;}
.case .row{position: relative;padding-top: 20px;padding-bottom:50px;}
.case .item{position: relative;}
.case .item .img{display: block; padding-top: 105%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.case .item .img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.case .item .img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1; }
.case .item .img>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }
.case .item .item-title{display: block;width: 90%;padding:50px 30px;background: #fff;margin-left:10%;margin-top:-25%;position: relative; z-index: 2;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.case .item .item-title h5{font-size:24px;margin:0;line-height:30px;}
.case .item .item-title p{font-size:18px;}
.case .item .item-title:hover{background:#af3528;color: #fff;}


/* 友情链接 */
.links{background: #353535;color: #fff;padding:10px 0 30px;}
.links h2{margin:0;font-size:36px;line-height: 60px;}
.links a{color: #fff;display: inline-block;margin-right: 30px;}
.links a:hover{color: #af3528;}


/* ------------------------- list 列表页 --------------------------- */

.body-container{background: #fff;}


/*案例列表页*/
.caseliststyle1 { margin-top: 20px; padding-left: 10px; padding-right: 10px; }
.screen-phone .caseliststyle1 { padding: 0; }
.caseliststyle1 .item { display: block; width: 100%; height: 100%; background-color: #fff; text-align: center; color: #555657; position: relative; }
.caseliststyle1 .col { padding-bottom: 10px; }
.caseliststyle1 .item .itemimg { display: block; padding-top: 70%; position: relative; font-size: 0; line-height: 0; overflow: hidden; }
.caseliststyle1 .item .itemimg>div { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; }
.caseliststyle1 .item .itemimg>div>div { height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index: 1; transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;  }
.caseliststyle1 .item .itemimg>div>div>img { width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }
.caseliststyle1 .item .itemtitle {  width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 20px; line-height: 40px; padding: 0 5%;margin: 0; transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;  }
.caseliststyle1 .item:hover .itemimg>div>div{transform: scale(1.1);
    -ms-transform:scale(1.1);     /* IE 9 */
    -moz-transform:scale(1.1);     /* Firefox */
    -webkit-transform:scale(1.1); /* Safari 和 Chrome */
    -o-transform:scale(1.1);}
.caseliststyle1 .item:hover .itemtitle { color: #fff;background: #af3528; }
.screen-phone .caseliststyle1 .item .itemtitle { font-size: 14px; }
.caseliststyle1 .item .itemcontent { width: 90%; height: 100px; overflow: hidden; margin: 0 5%; margin-bottom: 30px; font-size: 14px; line-height: 24px; }
.caseliststyle1 .item_more .a_null { height: 182px; }

/*产品列表页*/
.proliststyle1 { padding-left: 0; padding-right: 0; }
.screen-phone .proliststyle1 { padding: 0; }
.proliststyle1 .item { display: block; width: 100%; height: 100%; background-color: #fff; text-align: center; color: #555657; position: relative; border: 1px solid #ccc;}
.proliststyle1 .col { padding: 0 10px; padding-bottom: 20px; }
.screen-phone .proliststyle1 .col { padding: 0 5px; padding-bottom: 10px; }
.proliststyle1 .item .pro-img { display: block; padding-top: 100%; position: relative; font-size: 0; line-height: 0; overflow: hidden; }
.proliststyle1 .item .pro-img>div { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; }
.proliststyle1 .item .pro-img>div>div { height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index: 1; }
.proliststyle1 .item .pro-img>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }

.proliststyle1 .item .pro-img1 { display: block; padding-top: 30%; position: relative; font-size: 12px; line-height: 20px; overflow: hidden; }
.proliststyle1 .item .pro-img1>div { position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; }
.proliststyle1 .item .pro-img1>div>div { height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index: 1; }
.proliststyle1 .item .pro-img1>div>div>img { width: 100%; min-height: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }

.proliststyle1 .item .itemtitle { display: block; width: 90%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; line-height: 30px; margin: 0 5%; }
.screen-phone .proliststyle1 .item .itemtitle { font-size: 12px; }
.proliststyle1 .item .itemcontent { width: 90%; height: 100px; overflow: hidden; margin: 0 5%; margin-bottom: 30px; font-size: 14px; line-height: 24px; }
.proliststyle1 .item_more .a_null { height: 182px; }

.propanel{width: 100%;}
.propanel .panelhead{width: 100%;height: 55px;line-height: 55px;color: #fff;background-color: #af3528;font-size: 16px;text-align: center;position: relative;}
.propanel .panelhead>i{position: absolute;right: 20px;top:13.5px;}
.screen-phone .propanel .panelhead,.screen-tablet .propanel .panelhead{width: 100%;height: 55px;line-height: 55px;color: #fff;background-color: #af3528;font-size: 16px;text-align: left;padding-left: 20px; }
.propanel .panelbody{ border-left: 1px solid #e5e5e5;border-right: 1px solid #e5e5e5;}
.screen-phone .propanel .panelbody,.screen-tablet .propanel .panelbody{ display: none;}
.propanel .panelbody>ul{ list-style: none;padding: 0px;margin: 0px;}
.propanel .panelbody>ul>li{
  display: block;
  width: 100%;
  padding: 13px 0px;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-transition: all .2s ease-out 0s;
  -moz-transition: all .2s ease-out 0s;
  -o-transition: all .2s ease-out 0s;
  transition: all .2s ease-out 0s;
}
.propanel .panelbody>ul>li>a{
  display: block;
  width: 100%;
  color: #666;
  padding-left: 20px;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition:none;
  transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;
  padding-right: 15px;
}
.propanel .panelbody>ul>li.active{}
.propanel .panelbody>ul>li.active>a,.propanel .panelbody>ul>li.iscurrent>a,.propanel .panelbody>ul>li:hover>a{color: #af3528;padding-left: 35px;}
.propanel .panelbody>ul>li>a span{display:none;float:right;}
.propanel .panelbody>ul>li.active>a span,.propanel .panelbody>ul>li.iscurrent>a span,.propanel .panelbody>ul>li:hover>a span{display:block;}

.pro-list{padding-left: 15px;padding-right: 10px;}
.pro-list .pro-item{margin: 0; padding: 0 0 2% 2%;}
.pro-list .pro-item>a{display: block; padding: 10px;background-color: #f7f7f7;color: #333;text-align: center;}
.pro-list .pro-item>a:hover{background-color: #af3528;color: #fff;}
.pro-list .pro-item>a .pro-itemimg{display: block; padding-top: 100%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.pro-list .pro-item>a .pro-itemimg>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.pro-list .pro-item>a .pro-itemimg>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1; }
.pro-list .pro-item>a .pro-itemimg>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }
.pro-list .pro-item>a .pro-itemtitle{width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 16px;margin:10px 0;}


.product_top{}
.product_top .img{display: block; padding-top: 65%; position: relative; font-size: 0; line-height: 0; overflow: hidden;}
.product_top .img>div{position: absolute; display: block; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0;}
.product_top .img>div>div{height: 100%; max-width: 100%; position: relative; overflow: hidden; z-index:1;}
.product_top .img>div>div>img { width: 100%; min-height: 50%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border: none; padding: 0; margin: 0; }


/* for detail-product 产品详情 */
.prodetail-info{
  color: #333;
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.5;
  padding-left:0;
}
.prodetail-info li{
  margin: 10px 0px;
  position: relative;
}
.prodetail-info .downbtn{
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  background: #af3528;

}
.prodetail-info .downbtn1{
  display: inline-block;
  color: #fff;
  padding: 0px 20px;
  line-height:30px;
  position: relative;
  top: 0;
  left: 0;
  background: #f12150;
}
.prodetail-info .downbtn:hover{
  background: #af3528;
}
.prodetail-info .bshareDiv{color: #fff;position: absolute;top: 0;left:0;width: 100%!important;height:100%!important;}
.prodetail-info .bshareDiv .buzzButton{background: rgba(0,0,0,0)!important;color: #fff!important;content: '分享';width: 100px!important;height:30px!important;}

/* 新闻列表 */
.liststyle2{position: relative;}
.liststyle2 .items{}
.liststyle2 .items>a{display: block;position: relative;padding: 20px;}
.screen-phone .liststyle2 .items>a{padding: 10px;}
.liststyle2 .items .news-con{display: block;width: 75%;margin-left: 5%;float: left;}
.screen-phone .liststyle2 .items .news-con{display: block;width: 68%;margin-left: 2%;float: left;}
.liststyle2 .items .news-con p{width: 100%;text-align: left;}
.liststyle2 .items .news-con .news-title{display: block;width: 100%; color: #333;font-size: 20px;line-height: 30px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.liststyle2 .items .news-con .news-title span{display: inline-block;height: 1px;background: #000; width: 0;vertical-align: middle;transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.screen-phone .liststyle2 .items .news-con .news-title{color: #333;font-size: 16px;}
.liststyle2 .items:hover .news-con .news-title span{width: 8%;background: #af3528;}
.liststyle2 .items .news-con .news-desc{color: #999;font-size: 14px;min-height: 42px; overflow: hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.screen-phone .liststyle2 .items .news-con .news-desc,.screen-tablet .liststyle2 .items .news-con .news-desc{min-height: 0;}
.liststyle2 .items .news-con .news-detailtime{
    width: 200px;
    display: block;
    color: #999;
    height: 30px;
    float: left;
    line-height: 30px;
    text-align: left;
    position: relative;
}
.liststyle2 .items .news-con .news-detailtime span{display: inline-block;padding-right: 5px; font-size:26px;line-height: 30px;}
.liststyle2 .items:hover .news-con .news-title,.liststyle2 .items:hover .news-con .news-desc,.liststyle2 .items:hover .news-con .news-detailtime{color: #af3528;}

/* join 加入我们列表样式 */
.liststyle3 { text-align: center; font-size: 0px; line-height: 0px; overflow: hidden; }
.liststyle3 p { margin: 0px; }
.liststyle3 .group-title { display: block; width: 100%; color: #333; font-size: 24px; line-height: 50px; }
.liststyle3 .item { display: block; width: 100%; color: #fff; background-color: #3f3b3a; position: relative; }
.liststyle3 .item.item-hd { background-color: #af3528; }
.liststyle3 .item.item-2n { background-color: #534E4D; }
.liststyle3 .item.active { background-color: #f1f1f1; color: #333; }
.liststyle3 .item>span { display: inline-block; width: 16.66667%; font-size: 16px; line-height: 40px; position: relative; }
.liststyle3 .item>span .morebtn { display: inline-block; font-size: 14px; line-height: 14px; background: #af3528; margin: 0; color: #fff; padding: 8px 15px 8px 20px; margin-bottom: 6px; cursor: pointer; -webkit-transition: all .2s ease-out 0s; -moz-transition: all .2s ease-out 0s; -o-transition: all .2s ease-out 0s; transition: all .2s ease-out 0s; }
.liststyle3 .item>span .morebtn:hover { background: #fff; color: #666; }
.liststyle3 .item.active>span .morebtn:hover { background: #3f3b3a; color: #fff; }
.liststyle3 .item>span .morebtn .icon { display: inline-block; -webkit-transition: all .2s ease-out 0s; -moz-transition: all .2s ease-out 0s; -o-transition: all .2s ease-out 0s; transition: all .2s ease-out 0s; }
.liststyle3 .item.active>span .morebtn .icon { transform: rotate(180deg) }
.liststyle3 .item.item-hd>span { font-size: 24px; line-height: 40px; }
.liststyle3 .item .items-main { display: none; width: 100%; color: #534E4D; background-color: #f1f1f1; font-size: 14px; line-height: normal; text-align: left; padding: 2% 4%; }
.screen-phone .liststyle3 .group-title { font-size: 16px; line-height: 42px; }
.screen-phone .liststyle3 .item>span { width: 25%; font-size: 14px; line-height: 30px; vertical-align: top; }
.screen-phone .liststyle3 .item.item-hd>span { font-size: 16px; line-height: 40px; }
.screen-phone .liststyle3 .item>span.xs-hidden { display: none; }
.screen-phone .liststyle3 .item>span .morebtn { display: inline-block; font-size: 12px; line-height: 12px; padding: 4px; }

/* contact 联系我们列表样式 */
.liststyle4 { }
.screen-phone .liststyle4 .item{margin-top: 20px;}
.screen-phone .liststyle4 .item .item-main{padding-bottom: 20px;}
.liststyle4 .item { display: block; margin-top: 50px; }
.liststyle4 .item .item-main { display: block; width: 100%; padding-bottom: 50px;}
.liststyle4 .item .item-main .title { font-size: 20px; color: #000;font-weight:800; }
.liststyle4 .item .item-main .col{padding-bottom:20px;}
.liststyle4 .item .item-main .col>span{line-height: 30px;flex: 1;}
.liststyle4 .item .item-main .col>span.icon{font-size:90px;color: #fff;border-radius:50%;background: #af3528;text-align: center;width: 120px;height: 120px; line-height: 120px;vertical-align: middle;float: left;margin-right: 15px;}
.liststyle4 .item .item-main .col>span.icon.icon1{font-size:70px;}
.liststyle4 .item .item-main .col>span.icon:hover{background: #f00;cursor: pointer;}
/* .liststyle4 .item .item-main .col>span.icon:hover{background: #fff;border:2px solid #af3528;color: #af3528;} */
.liststyle4 .item .item-main .col>span>span{display: block;color: #515151;}

.screen-desktop-wide .liststyle4 .item .item-main .col>span>span{padding-right: 50px;}
.liststyle4 .item .item-map { width: 100%; position: relative; padding-top: 56%; overflow: hidden; min-height: 320px; }
.lte-ie-8 .liststyle4 .item .item-map { padding-top: 15%; }
.liststyle4 .item .item-map>div { width: 100%; height: 100%; top: 0; position: absolute; }

/* developmentlist 发展历程时间轴列表样式 */
.liststyle5 { width: 100%; height: 510px; overflow: hidden; position: relative; font-size: 0px; }
.liststyle5 .group-main { width: auto; height: 510px; white-space: nowrap; position: absolute; }
.liststyle5 .group-main .item { display: inline-block; width: 180px; height: 500px; margin: 5px; position: relative; vertical-align: top; }
.liststyle5 .group-main .item .maintitle { position: absolute; display: block; width: 100px; height: 100px; color: #fff; border-radius: 50%; background: #c8cac9; font-size: 18px; white-space: normal; padding: 12px; line-height: 1.2; text-align: center; top: 91px; left: 50%; margin-left: -50px; z-index: 3; behavior: url(style/PIE/PIE.htc); }
.liststyle5 .group-main .item .items-line { position: absolute; display: block; width: 4px; height: 50px; background: #c8cac9; top: 191px; left: 50%; margin-left: -2px; z-index: 2; }
.liststyle5 .group-main .item .items-arrow { position: absolute; display: block; width: 100%; height: 18px; top: 241px; overflow: visible; z-index: 1; }
.liststyle5 .group-main .item .items-arrow .arrowtop { position: relative; display: block; width: 100%; height: 9px; background: #c8cac9; -webkit-transform: skew(40deg); -moz-transform: skew(40deg); -o-transform: skew(40deg); -ms-transform: skew(40deg); transform: skew(40deg); }
.liststyle5 .group-main .item .items-arrow .arrowbottom { position: relative; display: block; width: 100%; height: 9px; background: #c8cac9; -webkit-transform: skew(-40deg); -moz-transform: skew(-40deg); -o-transform: skew(-40deg); -ms-transform: skew(-40deg); transform: skew(-40deg); }
.liststyle5 .group-main .item .items-circle { position: absolute; display: block; width: 10px; height: 10px; background: #fff; top: 245px; left: 50%; margin-left: -5px; border-radius: 50%; z-index: 2; behavior: url(style/PIE/PIE.htc); }
.liststyle5 .group-main .item .subtitle { position: absolute; display: block; width: 100%; height: 50px; text-align: center; top: 258px; left: 0; color: #c8cac9; z-index: 3; font-size: 40px; line-height: 50px; }
.liststyle5 .group-main .item .items-main { position: absolute; display: block; width: 100%; height: 180px; overflow: hidden; top: 308px; left: 0; z-index: 3; font-size: 14px; line-height: 18px; white-space: normal; }
.liststyle5 .group-main .item .items-main p { margin: 0; }
.liststyle5 .group-main .item.style .maintitle { top: 308px; }
.liststyle5 .group-main .item.style .items-line { top: 258px; }
.liststyle5 .group-main .item.style .subtitle { top: 191px; }
.liststyle5 .group-main .item.style .items-main { top: 12px; }

/* lightgallery 灯箱画廊样式 */
#lightGallery { }
#lightGallery>a.col { padding: 10px; font-size: 0; text-align: center; position: relative; }
#lightGallery>a.col .grouphd { padding-top: 70%; position: relative; }
#lightGallery>a.col .grouphd .grouphd-img { display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
#lightGallery>a.col .grouphd .grouphd-img>span { width: 0; height: 100%; display: inline-block; vertical-align: middle; }
#lightGallery>a.col .grouphd .grouphd-img>img { width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; }
#lightGallery>a.col .grouposter { display: none; width: 100%; height: 100%; position: absolute; background: rgba(0, 0, 0, .5); top: 0; left: 0; }
#lightGallery>a.col:hover .grouposter { display: block; }
#lightGallery>a.col .grouposter>span { width: 0; height: 100%; display: inline-block; vertical-align: middle; }
#lightGallery>a.col .grouptitle { width: 100%; height: 36px; font-size: 14px; line-height: 36px; background-color: #fff; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#lightGallery>a.col:hover .grouptitle { background-color: #af3528; color: #fff; }

/* casenav 选项卡导航 */
.casenav { width: 100%; background: #f1f1f1; font-size: 16px; text-align: center; line-height: 28px; border-bottom: 1px solid #dedede; }
.casenav .casenav-nav { width: 100%; text-align: center; }
.casenav .casenav-nav>li { display: inline-block; position: relative; float: none; }
.casenav .casenav-nav>li.active { background: #af3528; }
.casenav .casenav-nav>li.active a { color: #fff; }
.casenav .casenav-nav>li:hover a { color: #af3528; }

/* pagectrl 翻页按钮 */
.pagectrl { display: block; width: 100%; padding-top: 20px; }
.pagectrl>a { display: inline-block; padding: 0 8px; height: 30px; line-height: 28px; border: 1px solid #ccc; margin-bottom: 10px; color: #333; }
.pagectrl>a.active, .pagectrl>a:hover { background-color: #af3528; border: 1px solid #af3528; color: #fff; }
.pagectrl>.pagectrlform { display: inline-block; height: 30px; line-height: 28px; padding: 0px 20px; margin-bottom: 10px; }
.pagectrl>.pagectrlform .pageinput { width: 30px; height: 30px; border: 1px solid #ccc; border-radius: 0; margin-bottom: 10px; text-align: center; }
.pagectrl>.pagectrlform .pagesubmit { padding: 0 8px; height: 30px; background-color: #af3528; border: 1px solid #af3528; color: #fff; margin-bottom: 10px; }

/* detail 详情页 */
/* for detail-news 新闻详情 */
.newsdetail{width: 100%;color: #666;padding-bottom:30px;}
.newsdetail .s-title {position: relative;padding-bottom:30px;}
.newsdetail .s-title h2{position: relative;font-size:46px;line-height: 80px;color: #dddee1;text-align:center;}
.newsdetail .s-title span{width: 42px;height:4px;background:#af3528;display:block;margin:0 auto;}
.screen-phone .newsdetail .s-title h2{font-size:24px;line-height: 40px;}

.newsdetail .newsdetail-title{width: 100%;font-size: 18px;color: #333;padding-left: 5px;border-left: 5px solid #af3528;font-weight: 700;}
.newsdetail .newsdetail-info{color: #999;font-size:12px;}
.newsdetail .newsdetail-info span{margin-right: 15px;}

.maincontent { font-size: 16px; width: 100%;  padding: 0 10px; margin: 0 auto; margin-top: 20px; }


.title-desc{font-size: 14px;color: #333;overflow: hidden;border-bottom:1px solid #ccc;margin:0 10px; ;}
.title-desc p{display: inline-block;float: left;line-height: 1.5;}
.title-desc p+p{float: right;}
.title-desc p i{margin:0 5px;}
.title-desc p i:nth-child(2){margin-left: 5px;margin-right: 0;}
.title-desc p a{color: #333;line-height: 1.5;display: inline-block;}
.title-desc p span{padding: 0;margin-left: 5px;}
.title-desc p a.sharebtn{float: none;background: none;padding: 0;margin: 0; font-size:14px;}
.title-desc p a:hover{color: #af3528;}
.newstitle{font-size:30px;font-weight:700; line-height: 40px; text-align: center;margin-top: 20px;margin-bottom: 10px;}
.screen-phone .newstitle{font-size:20px;margin-top: 0;}
.content { font-size: 16px; width: 100%; margin: 0 auto; margin-top: 20px; }

/* prevnext 前一篇-后一篇 */
.prevnext { width: 100%;margin-top: 20px; padding: 20px 0; font-size: 14px; }
.prevnext a { color: #333; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.prevnext a:hover { text-decoration: underline; color: #af3528; }
.prevnext .prev, .prevnext .next { width: 50%; display: block; float: left;}
.prevnext .next {text-align: right;}
.prevnext .historygo { display: inline-block; padding: 5px; background: #af3528; color: #fff; }
.prevnext .historygo:hover { color: #fff; text-decoration: none; background: #3f3b3a; }

/* casedetail 案例详情卡片图片展示 */
.casedetail { padding-top: 54%; position: relative; margin-left: -10px; margin-right: -10px; }
.casedetail .items-images { position: absolute; top: 0; height: 100%; width: 100%; }
.casedetail .items-images .mainimgbox, .casedetail .items-images .mainimgctrl { height: 100%; overflow: hidden; }
.casedetail .items-images .mainimgbox { text-align: center; }
.casedetail .items-images .mainimgbox img { width: 100%; max-height: 100%; }
.casedetail .items-images .mainimgctrl { padding-top: 40px; padding-bottom: 40px; }
.casedetail .items-images .mainimgctrl .upctrl, .casedetail .items-images .mainimgctrl .downctrl { width: 88%; position: absolute; left: 6%; height: 25px; line-height: 20px; text-align: center; color: #fff; background: #af3528; cursor: pointer; border: 1px solid #999; -webkit-transition: all .2s ease-out 0s; -moz-transition: all .2s ease-out 0s; -o-transition: all .2s ease-out 0s; transition: all .2s ease-out 0s; }
.casedetail .items-images .mainimgctrl .upctrl:hover, .casedetail .items-images .mainimgctrl .downctrl:hover { background: #3f3b3a; }
.casedetail .items-images .mainimgctrl .upctrl { top: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.casedetail .items-images .mainimgctrl .downctrl { bottom: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.casedetail .items-images .mainimgctrl .imagesbox { width: 100%; height: 100%; overflow: hidden; position: relative; }
.casedetail .items-images .mainimgctrl .imagesbox .images { width: 100%; height: auto; position: absolute; top: 0px; -webkit-transition: all .5s linear 0s; -moz-transition: all .5s linear 0s; -o-transition: all .5s linear 0s; transition: all .5s linear 0s; }
.casedetail .items-images .mainimgctrl .imagesbox .images>img { width: 100%; height: auto; margin: 4px 0; cursor: pointer; }
.casedetailmorebtn { display: inline-block; background-color: #af3528; color: #fff; width: 120px; font-size: 16px; line-height: 36px; text-align: center; margin-top: 15px; }
.screen-phone .casedetailmorebtn { width: 80px; font-size: 14px; line-height: 28px; margin-top: 5px; }
.casedetailmorebtn:hover { background-color: #3f3b3a; color: #fff; }
.casedetailbox-title { display: block; width: 140px; background-color: #af3528; color: #fff; text-align: center; font-size: 16px; line-height: 36px; font-weight: 700; }
.screen-phone .casedetailbox-title { display: block; width: 120px; background-color: #af3528; color: #fff; text-align: center; font-size: 14px; line-height: 28px; font-weight: 700; }
.casedetailbox { border-top: 2px solid #af3528; }
.screen-phone .casedetailbox { border-top: 1px solid #af3528; }

/* other 其它 */

/* leftnav 左侧小导航栏 */

.leftnav { display: block; width: 100%;  margin-bottom: 20px; }
.screen-phone .leftnav, .screen-tablet .leftnav { margin-left: auto; margin-right: auto; }
.leftnav .leftnav-m-ctrl{line-height: 54px;font-size: 18px;text-align: center;background: #af3528;color: #fff;border-bottom:1px solid #d1d1d1;}
.leftnav a { color: #666; }
.leftnav ul { padding: 0; margin: 0;overflow: hidden;text-align: center; }
.leftnav ul li { display: inline-block;margin: 5px 10px; }
.leftnav ul li>a { display: block; border:2px solid #af3528; font-size: 16px; color: #323232; line-height: 50px; padding: 0px 50px; position: relative; transition: all .5s;-moz-transition: all .5s;-webkit-transition: all .5s; -o-transition: all .5s;}
.leftnav ul li.active>a, .leftnav ul li:hover>a { color: #fff; background-color: #af3528; }


/* rightnav 右侧悬浮导航 */
.rightnav { width: 52px;  font-size: 0px; display: block; position: fixed; top: 50%; right: 0px;z-index: 999; }
.rightnav ul { margin: 0px; padding: 0px; }
.rightnav ul li { width: 52px; display: block; height: 52px; overflow: hidden; list-style: none; background-position: 0 0px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; }
.rightnav ul li:hover { background-position: 0px -62px; }
.rightnav ul li+li { margin-top: 5px; }
.rightnav ul li a { display: block; width: 100%; height: 100%; }
.qq { background: url(../../images/QQ.png) no-repeat; }
.weixin { background: url(../../images/weixin.png) no-repeat; }
.weixin-logo { background: #fff; font-size: 12px; width: 0px; height: 0px; overflow: hidden; position: absolute; top: 0px; right: 127px; transform: rotate(720deg); -webkit-transition: ease-out .5s; -moz-transition: ease-out .5s; -ms-transition: ease-out .5s; -o-transition: ease-out .5s; }
.weixin-logo>img { width: 100%; }
.weixin:hover .weixin-logo { width: 130px; height: auto; top: 0px; right: 52px; text-align: center; color: #000; transform: rotate(0deg); }
.rightnav .liuyan { background: url(../../images/liuyan.png) no-repeat; }
.rightnav .gotop { background: url(../../images/gotop.png) no-repeat; }

/* detailcontent wenhua-imgbox 奥捷文化图片盒子 */
.wenhua-imgbox { width: 100%; -moz-column-count: 2;    /* Firefox */ -webkit-column-count: 2;    /* Safari 和 Chrome */ column-count: 2; -webkit-column-gap: 0px; -moz-column-gap: 0px; column-gap: 0px }
.wenhua-imgbox img { display: inline-block; width: 100%; height: auto; padding: 1px; -moz-page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; }

.box { width: 100%; }
.left-pro { width: 100%; text-align: left; float: left; background-color: #fff; margin-top: 0; padding-top: 20px; padding-right: 10px; padding-bottom: 20px; padding-left: 10px }
.left-pro .t1 { width: 100%; overflow: hidden; }
.left-pro .t2 { width: 100%; text-indent: 0; float: left; padding-left: 10px; padding-right: 10px; }
.left-pro .t2 img { text-indent: 0; max-width: unset; }
#showArea img { max-width: unset; cursor: pointer; display: block; margin-bottom: 5px; width: 100%; padding: 1px; border: 1px solid #ccc; height: auto; float: left }
#main_img { cursor: pointer; display: block }
#gotop { cursor: pointer; display: block; margin-left: 9px }
#gobottom { cursor: pointer; display: block; margin-left: 9px }
#showArea { margin-top: 10px; overflow: hidden }
.roll-wrap:hover .control { display: block; }
.roll-wrap { position: relative; width: 100%; height: 100px; overflow: hidden; }
.roll-wrap .roll__list { padding-left: 0; }
.roll_row .roll__list::before, .roll_row .roll__list::after { content: ""; display: table; line-height: 0; }
.roll_row .roll__list::after { clear: both; }
.roll_row .roll__list { width: 9999px; }
.roll_row .roll__list li { float: left; display: block; margin-right: 20px; width: 100px; height: 100px; line-height: 100px; font-weight: 700; font-size: 30px; text-align: center; color: #fff; background-color: #f90; }
.control { position: absolute; top: 30px; display: none; padding: 10px 5px; font-weight: 700; text-decoration: none; color: #fff; background-color: rgba(0, 0, 0, .3); }
.screen-phone .control{display:block;}
.control:hover { background-color: rgba(0, 0, 0, .5); }
.control.pre { left: 5px; }
.control.next { right: 5px; }
.roll_col { width: 100%; height: 200px; overflow: hidden; }
.roll_col .roll__list { width: 100%; }
.h600 { height: 600px; }
.roll_col li { display: block; height: 200px; line-height: 200px; font-size: 30px; font-weight: 700; text-align: center; color: #fff; background-color: #f90; }
.roll_col .li-2 { background-color: #09f; }
.roll_col .li-3 { background-color: #f09; }
.roll_col .li-4 { background-color: #0f9; }
.roll_col .control { top: 80px; }

.screen-phone .MagicZoomBigImageCont{display:none;}