﻿@charset "utf-8";
/* CSS Document*/
* {
    margin:0;
    padding:0;
    outline:none;
    blr:expression(this.onFocus=this.blur());
    font-family:"Arial", "Microsoft YaHei", "微软雅黑";
}
body, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    list-style:none;
    text-decoration:none;
    margin: 0;
}
body,html {
    color:#666;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: none;
    position: relative;
    font-size:14px;
    line-height:1.7;
    font-family:"Arial", "Microsoft YaHei", "微软雅黑";
}
img {
    /*display: block;*/
    border:none;
    max-width: 100%;
    width: auto\9;
    height: auto;
    -ms-interpolation-mode: bicubic;
    _width:auto;
}
input, textarea {
    border:none;
    background:none;
    font-size:14px;
    vertical-align:middle;
    color:#666;
}
select {
    font-size:14px;
    vertical-align:middle;
    cursor:pointer;
}
a {
    text-decoration:none;
    blr:expression(this.onFocus=this.blur());
    outline: none;
    color:#333;
}
a:hover,a:focus{
    text-decoration:none;
    /*color: #53c3ee;*/
}
em, i {
    font-style:normal;
}
a:focus, input, select {
    outline:none;
}
.clearfix {
    *zoom:1;
}
.clearfix:after {
    content:"\200B";
    display: block;
    clear: both;
    height: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button, select {
    -webkit-appearance: none; -webkit-border-radius:inherit; -moz-border-radius: inherit; border-radius:inherit;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{ font-weight: normal; padding: 0; margin: 0; font-size: 14px; line-height: 1.3; font-family:"Arial", "Microsoft YaHei", "微软雅黑";}
p{ margin: 0;}
sup{ top:0;}
main{margin-top: 80px;}
.owl-controls .owl-nav div{ -webkit-border-radius: 0; -moz-border-radius: 0; border-radius:0; filter:alpha(opacity=100); opacity:1; margin:0;padding:0;}
.owl-controls,.owl-carousel .owl-nav{margin:0;}
.owl-dots{width:100%;text-align: center;}
.owl-controls .owl-dot {width:12px;height:12px; background:#e92232;display: inline-block;margin:0 5px;opacity:0.5;filter:alpha(opacity=0);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.owl-carousel .owl-dots .owl-dot span{width: 5px;height: 5px;}
.owl-controls .owl-dot.active{opacity:1;filter:alpha(opacity=100);}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span{background:#e92232;}
.owl-carousel .owl-nav [class*=owl-]{margin:0;padding:0;background:none;text-indent:-9999px;
    -webkit-border-radius:initial;
    -moz-border-radius:initial;
    border-radius:initial;
}

/**   公共样式   END   **/

/**  header  begin  **/

header{width: 100%;background: #fff;padding: 0 5%;/*overflow: hidden;*/position: fixed;top: 0;left: 0;z-index: 99999;}
.logo{display: block;float: left;position: relative;top: 10px;}
.logo img{display: block;width: auto;}
.PcNav{line-height: 80px;float: right;}
.PcNavList{height: 100%;}
.PcNavList>li{float: left;font-size: 16px;color: #333;margin-left: .1rem;}
.PcNavList>li>a{display: block;position: relative;padding: 0 .25rem;}
.PcNavList>li>a>span{position: relative;z-index: 2;}
.PcNavList>li>a:before{content: '';width: 50%;height: 0;background: #e92232;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0;}
.PcNavList>li>a:after{content: '';width: 50%;height: 0;background: #e92232;position: absolute;bottom: 0;right: 0;z-index: 1;opacity: 0;}
.PcNavList>li:hover>a,.PcNavList>.navCur>a{color: #fff;}
.PcNavList>li:hover>a:before,.PcNavList>.navCur>a:before,.PcNavList>li:hover>a:after,.PcNavList>.navCur>a:after{height: 100%;opacity: 1;}
.header_scr{box-shadow: 0px 2px 3px #ccc;}

/*iphone_header*/
.iphone_logo{}
.menu_box{width:0;height:100%;background:rgba(0,0,0,0.8) !important;position: fixed;z-index: 3333;left:50%;top:0;opacity:0;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.menu_box.active{width:100%;left:0;opacity:1;}
.menu_box.active .menu_list{opacity:1;}
.menu_list{width:100%;height:80%;overflow-y: auto;margin-top:90px;opacity:0;}
.menu_list li{line-height:30px;text-align: center;position: relative;margin:0 10px;}
.menu_list>li>a{color:#fff;display: block;padding:5px 0;position: relative;margin-bottom:10px;}
.menu_nav{position: relative;z-index: 1;}
.menu_nav a{display: block;color:#fff;padding:5px 0;}
/*a.menu-activator*/
.a_btn{position: fixed;right:160px;z-index: 1;}
a.menu-activator{ display: none;border-left: 1px solid transparent;position: relative;z-index: 20000;position: absolute;top:28px;right:20px;}
a.menu-activator span.descriptor,a.menu-activator div.visual { display: inline-block; vertical-align: middle; cursor: pointer; color: #fff;}
a.menu-activator span.descriptor { font-family:Aparajita; font-size: 18px; text-transform: uppercase; }
a.menu-activator div.visual { position: relative; margin-left: 4px; width: 32px; height:30px; }
a.menu-activator div.visual i.line {
    width: 100%;
    height:3px;
    background-color: #e92232;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
a.menu-activator div.visual i.line.line01 {
    top: 6px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
}
a.menu-activator div.visual i.line.line02 {
    top: 14px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
}
a.menu-activator div.visual i.line.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
}
a.menu-activator div.visual i.line.line04 {
    top: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
}

a.menu-activator.active div.visual i.line:nth-child(1), a.menu-activator.active div.visual i.line:nth-child(3) {
    top:16px
}
a.menu-activator.active div.visual i.line:nth-child(1) {
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    transform:rotate(-45deg)
}
a.menu-activator.active div.visual i.line:nth-child(3) {
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg)
}
a.menu-activator.active div.visual i.line:nth-child(2), a.menu-activator.active div.visual i.line:nth-child(4) {
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity:0
}
a.menu-activator.active div.visual i.line.line01, a.menu-activator.active div.visual i.line.line02, a.menu-activator.active div.visual i.line.line03, a.menu-activator.active div.visual i.line.line04 {
    background-color: #e92232;
    -moz-transition-delay:0ms;
    -o-transition-delay:0ms;
    -webkit-transition-delay:0ms;
    transition-delay:0ms
}
a.menu-activator.active div.visual:hover i.line.line01, a.menu-activator.active div.visual:hover i.line.line03 {
    filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity:1
}
a.menu-activator.active div.visual:hover i.line.line01, a.menu-activator.active div.visual:hover i.line.line02, a.menu-activator.active div.visual:hover i.line.line03, a.menu-activator.active div.visual:hover i.line.line04 {
    -moz-transition-delay:0ms;
    -o-transition-delay:0ms;
    -webkit-transition-delay:0ms;
    transition-delay:0ms
}

/**  header  END   **/
/**  footer  begin  **/
.footerBotm{background: #1a1c1e;padding-top: 1%;padding-bottom: 1%;text-align: center;color: #5b5c5d;}
.footerBotm a{color: #5b5c5d;}
.footerTop{background: #25282b;padding: 2% 7%;overflow: hidden;}
.fTLeftP{font-size: 16px;color: #fff;padding-bottom: .2rem;border-bottom: 1px #3b3e41 solid;display: inline-block;margin-bottom: .2rem;}
.footLogo{display: block;}
.fTLeft{float: left;}
.fTRight{float: right;width: 5.6rem;margin-left: 5%;}
.foot-erweima{text-align: center;float: right;margin-left: .8rem;}
.foot-erweimaP{color: #fff;padding-top: 10px;}
.fTRlxwm{color: #fff;font-size: 16px;padding-bottom: .2rem;}
.fTR-contact{overflow: hidden;}
.fTRlxwmBox{color: #909192;position: relative;}
.fTRlxwmBox .owl-nav{position: absolute;top: 0;left: 0;height: 100%;}
.fTRlxwmBox .owl-nav [class*=owl-prev]{background: url("../images/shang_07.png") no-repeat center;width: 4px;height: 4px; position: absolute;top: -6px;left: 2px;}
.fTRlxwmBox .owl-nav [class*=owl-next]{background: url("../images/xia_10.png") no-repeat center;width: 4px;height: 4px; position: absolute;bottom: 0;left: 2px;}
.fTRlxwmBox .owl-dots{position: absolute;top: 0;left: 0;width: 8px;}
.fTRlxwmBox .owl-dots .owl-dot{display: block;}
.fTRlxwmBox .item{margin-left: .3rem;}
.fTRlxwmBox .owl-dots .owl-dot span{margin: 0;width: 8px;height: 10px;background: url("../images/footbj_21.png") no-repeat center;border-radius: 0;margin-bottom: 2px;}
.fTRlxwmBox .owl-dots .owl-dot.active span, .fTRlxwmBox .owl-dots .owl-dot:hover span{background: none; background-image: url("../images/footerbj1_18.png");}

.fTMiddle{overflow: hidden;padding-left: 5%;border-right: 1px #3b3e41 solid;}
.fTM-1{float: left;text-align: center;margin-left: 7%;}
.fTM-1P{font-size: 18px;color: #fff;padding-bottom: .2rem;}
.fTM-1List li{margin-bottom: 5px;}
.fTM-1List li a{color: #fff;opacity: .4;}
.fTM-1List li:hover a{opacity: 1;}
/**  footer  END    **/

/**  banner  begin  **/
.banner{width: 100%;}
.banner img{width: 100%;height: auto;display: block;}
.banner .owl-nav.disabled+.owl-dots{position: absolute;bottom: .2rem;margin-top: 0;}
.banner .owl-dots .owl-dot span{width: .47rem;height: .03rem;}
/**  banner  END    **/

/**   首页  begin  **/

.indexNews{background: #6e758a;height: 88px;padding: 0 5%;overflow: hidden;}
.indexNews-H{float: left;font-size: 18px;color: #d4d9e9;text-transform: uppercase;line-height: 88px;margin-right: 6%;}
.indexNews-H a{color: #d4d9e9;}
.indexNewsRight{overflow: hidden;}
.indexN-RBox .item{position: relative;margin-right: .7rem;height: 88px;}
.indexN-RBox .owl-item:nth-child(odd) .item:before{display: none;}
.indexN-RBox .item:before{content: '';width: 1px;background: #606679;height: 70%;position: absolute;top: 15%;right: 0;}
.indexN-RBox .item h4 a{color: #dde2f1;line-height: 88px;}
.indexN-RBox .item h4 a:hover{color: #fff;}
.indexN-RBox .owl-dots{position: absolute;right: 0;top: 28px;width: auto;}
.indexN-RBox .owl-dots .owl-dot span{background: #4b5262;}
.indexN-RBox .owl-dots .owl-dot.active span, .indexN-RBox .owl-dots .owl-dot:hover span{background: #d7dbe9;}
.in-newsTime{float: left;margin-right: 4%;}
.in-newsTit{overflow: hidden;}

.indexSolu{position: relative;}
.indexSoluLeft{width: 37%;background: no-repeat left top;background-size: cover;height: 8.37rem;padding-top: 1rem;padding-left: 5%;}
.indexSolu-H a{font-size: .4rem;color: #fefefe;}
.indexSolu-H em{display: block;text-transform: uppercase;}
.indexSolu-H em span{color: #e92232;}
.i-SoluRTop{max-width: 63%;position: absolute;right: 0;top: 0;overflow: hidden;}
.i-SoluRTopLeft{width: 39%;height: 4.2rem;background: url("../images/i-SoluRTopLeft_03.jpg") no-repeat center top;float: left;text-align: right;padding:0 3%;}
.i-SoluRTopMiddle{/*width: 3.7rem;;float: left;*/overflow: hidden;height: 4.2rem;background: no-repeat center top;background-size: cover;}
.i-SoluRTopMiddle a{display: block;width: 100%;height: 100%;}
.i-SoluRTopRight{width: 29.9%;height: 4.2rem;background: #e92232;float: right;text-align: right;padding:0 3%;}
.i-SoluRTop{overflow: hidden;}
.i-SoluRTopMiddle img{display: block;width: 100%;}
.i-SoluTit{font-size: 24px;color: #fff;margin-top: .5rem;}
.i-SoluTit em{display: block;text-transform: uppercase;}
.i-SoluBri{color: #fff;margin-bottom: .7rem;line-height: .26rem;height: .78rem;overflow: hidden;margin-top: .5rem;}
.i-SoluBtn{width: 1.87rem;height: .4rem;line-height: .4rem;text-align: center;display: inline-block;background: #fff;color: #e60214;}
.i-SoluBtn em{display: inline-block;text-transform: capitalize;position: relative;}
.i-SoluBtn em:before{content: '';width: .22rem;height: .16rem;background: url("../images/gdbtn_07.png") no-repeat center;background-size: contain;position: absolute;top: .12rem;right: 0;opacity: 0;}

.i-SoluRBotm{width: 75%;position: absolute;right: 0;bottom: 0;overflow: hidden;}
.i-SoluRB-Right{float: right;height: 4.18rem;background: no-repeat center top;background-size: cover;width: 25%;overflow: hidden;}
.i-SoluRB-Middle{overflow: hidden;background: #e92232;height: 4.18rem;padding: 0 3%;}
.i-SoluRB-Left{float: left;width: 48.8%;background: #fff;height: 4.18rem;padding: 0 3%;}
.i-SoluRB-Right a{display: block;width: 100%;height: 100%;}
.i-SoluRTopLeft:hover .i-SoluBtn em,.i-SoluRTopRight:hover .i-SoluBtn em,.i-SoluRB-Middle:hover .i-SoluBtn em{padding-right: .4rem;}
.i-SoluRTopLeft:hover .i-SoluBtn em:before,.i-SoluRTopRight:hover .i-SoluBtn em:before,.i-SoluRB-Middle:hover .i-SoluBtn em:before{opacity: 1;}
.i-SoluRB-L-H{font-size: 24px;color: #e92232;text-transform: uppercase;margin-bottom: 3%;}
.i-SoluRB-L-H em{font-size: 18px;color: #333;}
.i-SoluRB-L-H span{float: right;color: #c0c0c0;font-size: 30px;}
.i-SoluRB-List li{padding-top: 8%;padding-bottom: 5%;border-bottom: 1px #ddd solid;}
.i-SoluRB-List li:nth-child(even){border-bottom: none;}
.i-SoluRB-L-Bri{color: #666;line-height: 25px;height: 100px;overflow: hidden;}
.i-SoluRB-List li:hover .i-SoluRB-L-H span{color: #e92232;}

.indexAbout{background: url("../images/indexaboutbj_12.jpg");padding: .5rem 0;}
.indexAbout-H{text-align: center;color: #eee;text-transform: uppercase;font-size: 1.8rem;font-weight: bold;font-family: Arial;position: relative;}
.indexAbout-Top{position: absolute;top: 30%;left: 0;width: 100%;text-align: center;font-size: 34px;color: #444;font-weight: normal;}
.indexAbout-Top em{display: block;font-size: 14px;padding-top: 10px;}
.indexAboutCon{width: 80%;margin: 0 auto;text-align: center;}
.indexAboutBri{color: #444;padding-top: .4rem;}
.i-A-ConList li{display: inline-block;padding: 0 .34rem;}
.i-A-ConList .i-A-ConListMiddle{border-left: 1px #ddd solid;border-right: 1px #ddd solid;}
.i-A-ConListNum{font-size: .42rem;color: #ea0506;}
.i-A-ConListP2{text-transform: uppercase;font-size: 12px;color: #999;}
.i-A-ConListP1{font-size: 16px;color: #464646;}

.newsCenter{background: #fff;padding: .7rem 5%;padding-bottom: 0;}
.newsCenter-H{text-align: center;font-size: 30px;color: #333;}
.newsCenter-H a{color: #333;}
.newsCenter-H em{display: block;font-size: 26px;color: #e91b23;text-transform: uppercase;}
.newsCenterList{padding: .7rem 0;padding-bottom: 1rem;}
.newsCenterList .item{border-right: 1px #ddd solid;}
.newsCenterList .item a{display: block;padding-right: 30px;}
.newsCenterTime em{display: block;font-size: 14px;color: #d0d0d0;margin-top: -10px;}
.newsCenterTime{font-size: 30px;color: #333;margin-bottom: 3%;}
.newsCenterTit{font-size: 18px;color: #333;line-height: 25px;height: 25px;overflow: hidden;margin-bottom: 2%;}
.newsCenterBri{line-height: 22px;font-size: 12px;color: #848484;height: 44px;overflow: hidden;margin-bottom: 2%;}
.newsCenterBtn{color: #8d8d8d;text-transform: uppercase;}
.newsCenterBtn em{display: inline-block;position: relative;}
.newsCenterBtn em:before{content: '';width: 19px;height: 8px;position: absolute;right: 0;top: 7px;background: url("../images/gdjt_19.png") no-repeat center;opacity: 0;}
.newsCenterImg{overflow: hidden;margin-top: 5%;}
.newsCenterImg img{display: block;width: 100%;}
.newsCenterList .item:hover .newsCenterBtn em{padding-right: 30px;color: #e91b23;}
.newsCenterList .item:hover .newsCenterBtn em:before{opacity: 1;}
.newsCenterList .owl-dots{position: absolute;bottom: 0;background: #25282b;width: 1.83rem;left: 50%;margin-left: -.9rem;padding-top: 10px;}
.newsCenterList .owl-dots .owl-dot span{width: 9px;height: 9px;background: #67696b;border-radius: 0;}
.newsCenterList .owl-dots .owl-dot.active span, .newsCenterList .owl-dots .owl-dot:hover span{background: #fff;}

.indexPro{overflow: hidden;position: relative;}
.indexProLeft{float: left;width: 50%;height: 7.7rem;background: no-repeat center;display: block;}
.i-ProRTop{background: #fff;position: absolute;top: 0;right: 0;width: 50%;height: 3.4rem;padding: 0 3%;}
.i-ProRTop .newsCenter-H{text-align: left;padding: .6rem 0;}
.i-ProRTopBri{color: #444;line-height: 25px;height: 75px;overflow: hidden;}
.i-ProRBotm{width: 50%;height: 4.3rem;background: #454545;position: absolute;bottom:0;right: 0;padding: 3%;}
.i-ProRBotmList{overflow: hidden;}
.i-ProRBotmIco{width: .45rem;height: .45rem;background: no-repeat left center;overflow: hidden;margin: 0 auto;margin-bottom: .2rem;background-size: cover;}
.i-ProRBotmTit{font-size: 18px;color: #fff;}
.i-ProRBotmList li{text-align: center;height: 1.6rem;display: table;vertical-align: middle;}
.i-ProRBotmList li a{display: table-cell;vertical-align: middle;}
/*.i-ProRBotmList .i-ProRBotmLi-1{border-bottom: 1px #595959 solid;}
.i-ProRBotmList .i-ProRBotmLi-6,.i-ProRBotmList .i-ProRBotmLi-3{border-right: none;}*/
.i-ProRBotmList li:hover .i-ProRBotmIco{background-position: right center;}
.i-ProRBotmList li:hover .i-ProRBotmTit{color: #e91b23;}
.i-ProRBotmList li:nth-child(1){border-bottom: 1px #595959 solid;border-right: 1px #595959 solid;}
.i-ProRBotmList li:nth-child(2){border-bottom: 1px #595959 solid;border-right: 1px #595959 solid;}
.i-ProRBotmList li:nth-child(3){border-bottom: 1px #595959 solid;}
.i-ProRBotmList li:nth-child(4){border-right: 1px #595959 solid;}
.i-ProRBotmList li:nth-child(5){border-right: 1px #595959 solid;}

/**  首页   END    **/

/**  关于我们  begin  **/

.subBanner{height: 2rem;overflow: hidden;}
.subBannerBox{height: 2rem;background:no-repeat center;width: 100%;background-size: cover;}
.subBannerBox .container{position: relative;height: 100%;}
.mbx{position: absolute;bottom: .1rem;right: 0;color: #b9b9b9;background: url("../images/dw_04.png") no-repeat left center;padding-left: .25rem;}
.mbx a{color: #b9b9b9;}
.mbx span,.mbx a:hover{color: #fff;}
.wrap{background: #fff;padding: 4% 0;}
.wrap1{padding: 0;}
.columnTit{text-align: center;font-size: .26rem;color: #333;}
.columnTit em{display: block;font-size: .28rem;color: #cccccc;text-transform: uppercase;}
.shzrList li{overflow: hidden;margin-top: 6%;}
.shzrImg{float: left;margin-right: 6%;position: relative;overflow: hidden;}
.shzrImg:before{content: '';position: absolute;top: .23rem;right: 0;background: url("../images/baisj_03.png") no-repeat center;width: .21rem;height: .25rem;background-size: contain;z-index: 11111;}
.shzrR{overflow: hidden;}
.shzrRTit{font-size: .2rem;color: #333;margin-bottom: 3%;}
.shzrRTit em{display: block;color: #a3a3a3;font-size: 14px;text-transform: uppercase;}
.shzrRBri{line-height: .25rem;height: 1.25rem;overflow: hidden;color: #666;margin-bottom: 3%;}
.shzrRBtn{width: 1.25rem;height: .4rem;line-height: .4rem;text-align: center;display: block;color: #262626;border: 1px #b2b2b2 solid;}
.shzrRBtn em{display: inline-block;position: relative;}
.shzrRBtn em:before{content: '';width: .17rem;height: .11rem;background: url("../images/shzrRBtnbj_03.png") no-repeat center;position: absolute;top: .15rem;right: 0;opacity: 0;}
.shzrList li:hover .shzrRBtn em,.SolutionList li:hover .shzrRBtn em{padding-right: .3rem;}
.shzrList li:hover .shzrRBtn em:before,.SolutionList li:hover .shzrRBtn em:before{opacity: 1;}
.shzrList li:nth-child(even) .shzrImg{float: right;margin-right: 0;margin-left: 6%;}
.shzrList li:nth-child(even) .shzrImg:before{left: 0;transform:rotate(180deg); -webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);}
.shzrList li:hover .shzrRTit{color:#da0000;}

.aboutBriTop{background: #fff;padding: 4% 0;}
.aboutBriTopTit{font-size: .26rem;color: #333333;text-align: center;padding-bottom: .2rem;position: relative;margin-bottom: 2%;}
.aboutBriTopTit em{display: block;font-size: .18rem;color: #ccc;padding-top: 10px;}
.aboutBriTopTit:before{content: '';width: .35rem;height: 2px;background: #ff0000;position: absolute;bottom: 0;left: 50%;margin-left: -.15rem;}
.aboutBriTopCon{text-indent: 2em;line-height: 25px;}
.aboutBriBotm{overflow: hidden;position: relative;background: url("../images/abbj_02.jpg") no-repeat left top;background-color: #f4f4f4;}
.aboutBriBotmR{display: block;float: right;width: 49.8%;height: 3.52rem;background: no-repeat center;}
.ab-BriBL-Top{padding-top: 5%;max-width: 5.42rem;text-indent:2em;}
.ab-BriB-b-L{width: 6.03rem;float: left;margin-right: 6%;}
.ab-BriB-b-L img{float: right;}
.ab-BriB-bottom{overflow: hidden;padding-bottom: 2%;}
.ab-BriB-b-R{overflow: hidden;padding-top: 5%;text-indent:2em;}

.aboutCulture{background: #f4f4f4;}
.Tit-H{text-align: center;padding-top: .8rem;padding-bottom: .6rem; ;font-size: .26rem;color: #000;}
.Tit-H a{color: #000;}
.Tit-H em{display: block;font-size: .2rem;color: #ccc;}
.ab-Cul2Box{width: 100%;height: 1.15rem;display: table;vertical-align: middle;text-align: center;border: 1px #ddd solid;background: #fff;}
.ab-Cul2{display: table-cell;vertical-align: middle;}
.ab-Cul2R{text-align: left;display: inline-block;vertical-align: middle;margin-left: .2rem;}
.ab-Cul2Ico{width: .53rem;height: .59rem;display: inline-block;vertical-align: middle;background: no-repeat center;background-size: cover;}
.ab-Cul2Ico1{background-image: url("../images/Cul2Ico1.png")}
.ab-Cul2Ico2{background-image: url("../images/Cul2Ico2.png")}
.ab-Cul2Ico3{background-image: url("../images/Cul2Ico3.png")}
.ab-Cul2Ico4{background-image: url("../images/Cul2Ico4.png")}
.aboutCulture2 .item{cursor: pointer;padding-bottom: .26rem;}
.ab-Cul2Rp1{font-size: 20px;color: #333;}
.ab-Cul2Rp2{font-size: 14px;color: #999;}
.ab-Cul2Ico img{opacity: 0;}
.aboutCulture2 .item:hover .ab-Cul2Ico img,.aboutCulture2 .current .ab-Cul2Ico img{opacity: 1;}
.aboutCulture2 .item:hover .ab-Cul2Rp2,.aboutCulture2 .current .ab-Cul2Rp2{padding-left: .2rem;}
.aboutCulture2 .item:hover .ab-Cul2Rp2,.aboutCulture2 .current .ab-Cul2Rp2,.aboutCulture2 .item:hover .ab-Cul2Rp1,.aboutCulture2 .current .ab-Cul2Rp1{color: #e92232;}
.aboutCulture2 .current{background: url("../images/hsj_09.png") no-repeat center bottom;}

.aboutCulBotom{background: #a72e32;padding: 2% 0;}
.ab-Cul1Box{text-align: center;}
.ab-Cul1Box-H{font-size: .24rem;color: #fff;}
.ab-Cul1BoxBri{color: #fff;/*opacity: .6;*/padding: 2% 10%;}

.aboutCourse .Tit-H a,.aboutCourse .Tit-H em{color: #fff;}
.aboutCourse{background: no-repeat center top;padding-bottom: .5rem;}
.ab-CourBox{padding: 0 7%;}
.ab-CourCon{width: 100%;padding: 0 10%;background: rgba(0,0,0,0.3);padding-bottom: .65rem;border: 2px rgba(255,255,255,0.5) solid;}
.nian{padding-top: 10%;font-size: .5rem;color: #fff;}
.nian em{display: block;font-size: .24rem;text-transform: uppercase;margin-top: -.2rem;}
.nianBri{line-height: 25px;height: 75px;overflow: hidden;color: #fff;margin-top: 10%;margin-bottom: 15%;}
.ab-Cour .owl-nav.disabled+.owl-dots{margin-top: .5rem;}
.ab-Cour .item a{display: block;width: 100%;height: 100%;z-index: 2;position: relative;}
.ab-Cour .item a:before{content: '';border-left: 4px #d31f2e solid;border-top:4px #d31f2e solid;position: absolute;top: 0;left: 0;width: 0;height: 0;opacity: 0;z-index: 1;}
.ab-Cour .item a:after{content: '';border-right: 4px #d31f2e solid;border-bottom:4px #d31f2e solid;position: absolute;bottom: 0;right: 0;width: 0;height: 0;opacity: 0;z-index: 1;}
.ab-Cour .item:hover a:before,.ab-Cour .item:hover a:after{width: 100%;height: 100%;opacity: 1;}
.nianBtn{width: .33rem;height: .33rem;display: block;background: url("../images/jtbai_13.png") no-repeat center;background-size: cover;}
.nianImg{position: absolute;bottom: -20%;opacity: 0;}
.ab-Cour .item:hover .nianImg{bottom: 7%;opacity: 1;}
.ab-Cour .item:hover .nian,.ab-Cour .item:hover .nianBri{color:#d31f2e; }

.aboutHonor{background: #f1f3f4;padding-bottom: 3%;}
.aboutHonorxxk{text-align: center;}
.aboutHonorxxk p{display: inline-block;width: 1rem;height: .35rem;line-height: .35rem;text-align: center;cursor: pointer;color: #626262;margin-left: 1%;margin-right: 1%;}
.aboutHonorxxk .firstP{background: #d4202f;color: #fff;}
.abHonCon1Img{background: #fff;padding: 7%;text-align: center;height: 290px;}
.abHonCon1Img .abHonCon1ImgBox{display: table;vertical-align: middle;width: 100%;height: 100%}
.abHonCon1Img .abHonCon1ImgBox1{display: table-cell;vertical-align: middle;}
.abHonCon1Img img{display: block;/*width: 100%;*/height: auto;margin: 0 auto;max-height: 260px;width: auto;}
.abHonCon1 .owl-nav .owl-prev{width: .15rem;height: .27rem;background: url("../images/leftBtn.png") no-repeat left center;position: absolute;left: -5%;top: 45%;}
.abHonCon1 .owl-nav .owl-prev:hover{background: url("../images/leftBtn.png") no-repeat right center;}
.abHonCon1 .owl-nav .owl-next{width: .15rem;height: .27rem;background: url("../images/rightBtn.png") no-repeat right center;position: absolute;right: -5%;top: 45%;}
.abHonCon1 .owl-nav .owl-next:hover{background: url("../images/rightBtn.png") no-repeat left center;}
.abHonCon1Box{padding:0 7%;}
.abHonCon1 .item{padding: .5rem 0;}
.abHonCon1 .item:hover .abHonCon1Img{box-shadow: 2px 3px 10px #ccc;}

.about-Res{background: #fff;padding-bottom: 5%;}
.about-ResCon{overflow: hidden;position:relative;}
.about-ResImg{float: left;overflow: hidden;position: absolute;top: 0;}
.about-ResR{overflow: hidden;background: #f1f3f4;padding: 5%;float: right;width: 65%;padding-left: 10%;}
.about-ResRTit{font-size: 20px;color: #333;padding-bottom: .3rem;border-bottom: 1px #d8dadb solid;margin-bottom: .3rem;}
.about-ResRTit a{color: #333;}
.about-ResRTit span{float: right;font-size: 14px;color: #a2a2a2;padding-right: 30px;background: url("../images/gdjt_28.png") no-repeat right center;}

.aboutContact{background: #f1f3f4;padding-top: .5rem;padding-bottom: 1rem;}
.abConLeft{float: left;width: 100%;max-width: 600px;margin-right: .4rem;}
.content_2 {height: 6.4rem;  }
.content_2 .mCustomScrollBox>.mCSB_scrollTools{right: inherit;left: 0;}
.content_2 .mCSB_container{margin-right: 0;margin-left: .6rem;}
.content_2 .mCSB_scrollTools .mCSB_draggerRail{background: #c1c2c3;}
.content_2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background: #a82f33;width: .12rem;border-radius: 0;}
.content_2List li{background: #fff;padding: 5%;margin-bottom: 5%;}
.lxwmH{font-size: 18px;color: #000;padding-bottom: .2rem;position: relative;margin-bottom: .2rem;}
.lxwmH:before{content: '';width: .3rem;height: 3px;background: #dadada;position: absolute;bottom: 0;left: 0;}
.lxwmP{font-size: 16px;color: #242222;}

.abConRight{overflow: hidden;height: 6.4rem;background: #fff;}
.abConRightTop{background: #a82f33;line-height: .68rem;padding-left: .3rem;}
.abConRightTop p{font-size: 20px;color: #fff;padding-left: .4rem;background: url("../images/gsico_33.png") no-repeat left center;}
.abConRightTop p em{font-size: 14px;}
.abConRightCon{height: 90%;background: url("../images/gywmbj_37.jpg") no-repeat left bottom;padding: 0 .4rem;width: 100%;display: table;vertical-align: middle;}
.abConRightConBox{display: table-cell;vertical-align: middle;}
.lxwmTop{font-size: 24px;color: #000;padding-bottom: .35rem;position: relative;margin-bottom: .8rem;}
.lxwmTop:before{content: '';width: .35rem;height: 5px;background: #a82f33;position: absolute;bottom: 0;left: 0;}
.abConRightConList li{font-size: 18px;color: #666;padding-left: .5rem;background: no-repeat left 5px;margin-bottom: 2%;}


/**  关于我们  END    **/

/**  解决方案  begin  **/
.SolutionList{padding-bottom: .9rem;padding-top: 5%;}
.SolutionList li{overflow: hidden;}
.Solu-LiImg{float: left;margin-right: 5%;overflow: hidden;position: relative;}
.Solu-LiImg:before{content: '';position: absolute;top: .23rem;right: 0;background: url("../images/baisj_03.png") no-repeat center;width: .21rem;height: .25rem;background-size: contain;z-index: 11111;}
.Solu-LiRTit{font-size: 20px;color: #333;line-height: 25px;height: 25px;overflow: hidden;margin-bottom: .1rem;}
.Solu-LiRTime{color: #bdbdbd;}
.Solu-LiR{overflow: hidden;}
.Solu-LiRTop{padding-bottom: .2rem;position: relative;margin-bottom: .3rem;padding-top: 10%;}
.Solu-LiRTop:before{content: '';width: .47rem;height: 1px;background: #ccc;position: absolute;bottom: 0;left: 0;}
.Solu-LiRBri{color: #333;line-height: 25px;height: 50px;margin-bottom: 10%;overflow: hidden;}
.SolutionList li:nth-child(even) .Solu-LiImg{float: right;margin-right: 0;margin-left: 5%;}
.SolutionList li:hover .Solu-LiRTit{color: #da0000;}
.SolutionList li:nth-child(even) .Solu-LiImg:before{left: 0;transform:rotate(180deg); -webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);}

.page{text-align: center;}
.page a{display: inline-block;width: .36rem;height: .36rem;line-height: .36rem;text-align: center;}
.page .sxyBtn{width: .68rem;border: 1px #737373 solid;margin-right: .2rem;margin-left: .2rem;}
.page .pageCur{color: #fff;background: #ff0000;}
.SolutionTop{padding-bottom: 2%;border-bottom: 1px #ddd solid;}
.S-TopBox{width: 100%;}
.S-TopBox .item{text-align: center;line-height: .4rem;font-size: 16px;color: #262626;}
.S-TopBox .item a{color:#262626; }
.S-TopBox .item p{width: 100%;height: 100%;position: relative;}
.S-TopBox .item p:before{content: '';height: 1px;width: .16rem;background: #cccccc;position: absolute;left: 0;top: 50%;}
.S-TopBox .S-TopBoxCur{background: #da0000;color: #fff;}
.S-TopBox .S-TopBoxCur a{color: #fff;}
.S-TopBox .S-TopBoxCur p:before{background: #da0000;}

.szftH{font-size: 24px;color: #333;border-bottom: 1px #e5e5e5 solid;padding-bottom: 4%;}
.szftH em{display: block;text-transform: uppercase;padding-bottom: 1%;}
.DigitalList{padding-top: 2%;margin-left: .25rem;margin-right: .7rem;}
.DigitalList li{padding-top: 2%;}
.DigitalP{font-size: 18px;color: #cd0000;background: no-repeat left center;padding-left: .56rem;}
/*.DigitalP1{background-image: url("../images/szico1.png");}
.DigitalP2{background-image: url("../images/szico2.png");}
.DigitalP3{background-image: url("../images/szico3.png");}
.DigitalP4{background-image: url("../images/szico4.png");}*/
.DigitalCon{margin-left: .12rem;padding-left: .3rem;position: relative;}
.DigitalCon:before{content: '';width: 1px;height: 100%;background: #cd0000;position: absolute;left: 0;top: 0;}
.DigitalConBox{border-bottom: 1px #ddd solid;margin-top: .3rem;padding-left: .4rem;padding-bottom: .3rem;}
.liebiaoP{padding-left: .2rem;background: url("../images/dian_03.png") no-repeat left 7px;}
.SolutionBox1{background: #fff;padding-bottom: 3rem;}
.SolutionBox1 .container{background: url("../images/jjlogo_03.png") no-repeat center;}
.So-Box1Con{text-align: center;padding: 3% 5%;position: relative;line-height: 25px;}
.So-Box1Con:before{content: '';width: 25px;height: 5px;background: #e91b23;position: absolute;bottom: 0;left: 50%;margin-left: -14px;}

.SolutionBox2{background: #f5f5f5;min-height: 5rem;padding-bottom: .5rem;}
.wrap2{padding-bottom: 0;}
.SB2Top{overflow: hidden;max-height: 4.31rem;}
.SB2TopLeft{padding: 0;position: relative;overflow: hidden;}
.fyImg img{display: block;}
.fyImgBox{background: #e92232;width: 2.3rem;height: 2.17rem;position: absolute;top: 0;left: 0;display: table;vertical-align: middle;padding-left: .3rem;}
.fyImgBoxnr{display: table-cell;vertical-align: middle;}
.fyImgBoxnrH1{font-size: 18px;color: #fff;position: relative;padding-top: 14px;}
.fyImgBoxnrH1:before{content: '';width: .18rem;height: 3px;background: #fff;position: absolute;top: 0;left: 0;}
.fyImgBoxnrH1 em{display: block;padding-top: .1rem;text-transform: uppercase;}
.fyBtn{display: block;width: .3rem;height: .3rem;background: url("../images/jtbai_13.png") no-repeat center;background-size: contain;margin-top: .4rem;}
.SB2TopR-1{background: #454545;overflow: hidden;}
.SB2TopRight{padding: 0;}
.SB2TopR-1img{overflow: hidden;margin-right: .3rem;float: left;}
.SB2TopR-1Nr{overflow: hidden;padding-top: .3rem;}
.SB2TopR-2{background: #e92232;padding-left: .3rem;}
.SB2TopR-2 .SB2TopR-1img{float: right;margin-right: 0;}

.SB2Botm{overflow: hidden;}
.SB2Botm-1{background: #e9e9e9;padding: 0;max-height: 210px;overflow: hidden; }
.SB2Botm-1img{float: left;margin-right: .3rem;overflow: hidden;}
.SB2Botm-1Nr{overflow: hidden;padding-top: .3rem;}
.SB2Botm-1hei .fyImgBoxnrH1{color: #454545;}
.SB2Botm-1hei .fyImgBoxnrH1:before{background: #454545; }
.SB2Botm-1hei .fyBtn{background-image: url("../images/jthei_22.png");}
.SB2Botm-2{background: #454545;}
.SolutionBox2Nr{margin-top: -2.17rem;}


/**  解决方案  END   **/

/**  产品  begin  **/
.P-B2Top{overflow: hidden;position: relative;}
.P-B2Top:before{content: '';position: absolute;top: 0;left: 50%;background: url("../images/sjbai_05.png") no-repeat center;background-size: cover;margin-left: -.23rem;width: .47rem;height: .25rem;z-index: 11;}
.P-B2Top-1{padding: 0;background: #302f32;height: 3.2rem;display: table;vertical-align: middle;text-align: center;}
.P-B2Top-1Nr{display: table-cell;vertical-align: middle;padding: 0 20%;}
.P-B2Top-1Nr .fyImgBoxnrH1{padding-bottom: .16rem;border-top: 1px #989799 solid;margin-top: .24rem;}
.P-B2Top-1Nr .fyImgBoxnrH1:before{top: inherit;bottom:0;left: 50%;margin-left: -.07rem;}
.ProductBox2Nr{margin-top: -3.2rem;}
.ProductBox1{padding-bottom: 4rem;}
.P-B2Top-2{background: #e92232;}
.P-B2Top-2 .P-B2Top-1Nr .fyImgBoxnrH1{border-color: #f49199;}
.P-B2Botm{overflow: hidden;}
.P-B2Top-3,.P-B2Top-5{background: #d5d5d5;}
.P-B2Top-4{background: #fffffe;}
.ProductBox2{min-height: 4rem;}
.P-B2Top-3 .fyImgBoxnrH1,.P-B2Top-4 .fyImgBoxnrH1,.P-B2Top-5 .fyImgBoxnrH1{color: #333;}
.P-B2Top-3 .fyImgBoxnrH1:before,.P-B2Top-4 .fyImgBoxnrH1:before,.P-B2Top-5 .fyImgBoxnrH1:before{background: #d5d5d5;}

.proList{overflow: hidden;padding: 5% 0;margin-left: -.4rem;}
.proList li{padding: 0;margin-bottom: .35rem;}
.proNr{padding: 8%;background: #f3f3f3;margin-left: .4rem;border: 1px #fff solid;}
.proNrBtn{display: block;width: .43rem;height: .26rem;border: 1px #acacac solid;text-align: center;margin-bottom: .5rem;position: relative;}
.proNrBtn:before{content: '';width: 0;height: 100%;position: absolute;left: 0;top: 0;background: #e92232;z-index: 1;}
.proNrBtn em{display: inline-block;width: .17rem;height: .11rem;background: url("../images/jt.png") no-repeat left center;position: relative;z-index: 2;}
.proNrTit{font-size: 18px;color: #333;line-height: 25px;height: 25px;overflow: hidden;}
.proNrBri{color: #666;line-height: 25px;height: 50px;overflow: hidden;margin: .15rem 0;}
.ProImg{height: 1rem;position: relative;}
.ProImg img{position: absolute;bottom: 0;box-shadow: 0 10px 10px #ccc;}
.proList li:hover .proNr{border-color: #e92232;}
.proList li:hover .proNrBtn{border-color: #e92232;}
.proList li:hover .proNrBtn em{background-position: right center;}
.proList li:hover .proNrBtn:before{width: 100%;}
.proList li:hover .proNrTit{color: #e92232;}

.ProxqTop{background: #fff;overflow: hidden;padding-bottom: 1rem;}
.ProxqTopLeft{width: 44.5%;float: left;margin-right: 5%;}
.ProxqTLBoxImg{background: #e7e7e7;}
.ProxqTLBoxBri{background: #25292c;height: .5rem;line-height: .5rem;overflow: hidden;}
.ProxqTLBoxTit{width: 60%;padding-left: 5%;color: #fff;display: inline-block;margin-right: 20%;float: left;}
.ProxqTLBoxNum{font-size: 16px;color: #fff;display: inline-block;}
.ProxqTLBox .owl-nav .owl-prev{width: .6rem;height: .5rem;position: absolute;bottom: 0;right: 1.15rem;background-image: url("../images/lBtn_03.png");background-repeat: no-repeat;background-position: center;}
.ProxqTLBox .owl-nav .owl-prev:hover{background-color:#e92232;background-image: url("../images/lBtn_03.png"); }
.ProxqTLBox .owl-nav .owl-next{width: .6rem;height: .5rem;position: absolute;bottom: 0;right: 0;background-image: url("../images/rBtn_03.png");background-repeat: no-repeat;background-position: center;}
.ProxqTLBox .owl-nav .owl-next:hover{background-color:#e92232;background-image: url("../images/rBtn_03.png");}

.ProxqBotm{background: #eee;}
.ProxqBotm .container{padding: 4% 0;position: relative;}
.ProxqBotm .container:before{content: '';position: absolute;top: 0;left: 6%;background: url("../images/sjbai_05.png") no-repeat center;background-size: cover;width: .47rem;height: .25rem;z-index: 11;}
/*.DigitalP5{background-image: url("../images/szico5.png");}
.DigitalP6{background-image: url("../images/szico6.png");}*/

.ProxqTopRight{overflow: hidden;}
.P-xqT-R-Tit{font-size: 20px;color: #333;height: .8rem;line-height: .8rem;position: relative;margin-bottom: .4rem;}
.P-xqT-R-Tit:before{content: '';width: .28rem;height: 3px;background: #000;position: absolute;bottom:0;left: 0;}
.P-xqT-R-Bri{line-height: .25rem;height: 1.25rem;overflow: hidden;}

/**  产品  END   **/

/**   新闻  begin  **/
.neswNav{overflow: hidden;position: absolute;bottom: 0;left: 0;}
.neswNav li{float: left;position: relative;}
.neswNav li a{display: block;padding: .15rem;font-size: .16rem;color: #fff;}
.neswNav li:hover a{color: #ff0000;}
.neswNav li:before{content: '';width: 0;height: 2px;background: #ff0000;position: absolute;bottom:0;left: 0;}
.neswNav .neswNavCur:before{width: 100%;}
.neswNav .neswNavCur a{color: #ff0000;}
.newsList{padding-bottom: .5rem;}
.newsList li:hover{background: #f7f7f7;}
.newsImg{float: right;margin-left: 5%;overflow: hidden;position: relative;}
.newsTime{width: 1.2rem;height: .9rem;border: 1px #000 solid;float: left;padding: .1rem;position: relative;overflow: hidden;margin-right: 5%;}
.nTriqi{font-size: .24rem;color: #000;}
.newsTime:before{content: '';width: .31rem;height: .11rem;background: url("../images/jt2.png") no-repeat right center;position: absolute;bottom:20%;left: .14rem;z-index: 3;background-size: cover;}
.nTnian{position: absolute;bottom: -100%;left: 0;font-size: .55rem;font-weight: bold;font-family: Arial;color: #d60000;z-index: 2;opacity: 0;}
.newsList li:hover .nTnian{bottom:-.28rem;opacity: 1;}
.newsList li:hover .newsTime:before{background-position: left center;}
.newsList li:hover .newsTime{background: #ff0000;border-color: #ff0000;}
.newsList li:hover .nTriqi{color: #fff;}
.newsTit{font-size: 18px;color: #000;line-height: 25px;height: 25px;overflow: hidden;margin-bottom: .2rem;}
.newsBri{color: #666;line-height: 25px;height: 50px;overflow: hidden;}
.newsList li:hover .newsTit{color: #e92232;}
.newsList li .container{border-bottom: 1px #ddd solid;padding: .4rem 0;overflow: hidden;}
.newsImgzz{background: url("../images/zzhong_11.png");width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 11;opacity: 0;}
.fdjIco{position: absolute;top:-10%;left: 45%;opacity: 0;}
.newsList li:hover .fdjIco{top: 40%;opacity: 1;}
.newsList li:hover .newsImgzz{opacity: 1;}

.newsCon1{background: #fff;}
.newsConTit{text-align: center;font-size: 28px;color: #000;padding-bottom: .2rem;border-bottom: 1px #eee solid;}
.newsConTit em{display: block;font-size: 14px;color: #666;margin-top: .1rem;}
.newsCon1Box{padding: 4%;}

.newsCon2{background: #f6f6f6;padding: 3% 0;}
.newsCon2 .Tit-H{padding-top: 0;text-transform: uppercase;padding-bottom: .3rem;}
.xgxwCon{background: #fff;padding: 5%;}
.xgxwImg{overflow: hidden;}
.xgxwImg img{width: 100%;display: block;}
.xgxwConTit{font-size: 16px;color: #333;line-height: 25px;height: 25px;overflow: hidden;margin-bottom: .15rem;}
.xgxwConBri{line-height: 20px;height: 40px;overflow: hidden;font-size: 12px;color: #333;margin-bottom: .15rem;}
.xgxwConTime{color: #a3a3a3;}
.xgxwList li{padding: 0;}
.xgxwList{margin-left:-.5rem;}
.xgxwList .xgxwBox{margin-left: .48rem;}

/**  新闻  END    **/

/**  服务与支持  begin  **/

.serviceBox1{background: #fff;}
.ser-B1Top{border-bottom: 1px #e5e5e5 solid;}
.ser-B1Top .newsCenter-H em{color: #333;padding-top: .1rem;}
.ser-B1TopBri{line-height: 23px;text-align: center;padding:3% 15%;}
.ser-B1Top .newsCenter-H{position: relative;padding-bottom: .15rem;}
.ser-B1Top .newsCenter-H:before{content: '';height: 1px;width: .35rem;background: #c90000;position: absolute;bottom:0;left: 50%;margin-left: -.125rem;}
.ser-B1Botm{padding: 5% 0;overflow: hidden;}
.ser-B1BotmImg{float: right;margin-left: 5%;overflow: hidden;
    -webkit-box-shadow:0 6px 10px #cdcdcd;
    -moz-box-shadow: 0 6px 10px #cdcdcd;
    box-shadow: 0 6px 10px #cdcdcd;}
.ser-B1BLeft{overflow: hidden;}
.ser-B1BLeft .DigitalList{margin-right: 0;}
.ser-B1BLeft .DigitalConBox{padding: 0;border-bottom: none;margin-top: .1rem;}
.DigitalP7{background-image: url("../images/szico7.png");}
.DigitalP8{background-image: url("../images/szico8.png");}
.DigitalP9{background-image: url("../images/szico9.png");}

.serviceBox2{background: no-repeat center top;height: 5rem;}
.serB2List{overflow: hidden;margin-left: -.4rem;padding-top: 1rem;}
.serB2List li{padding: 0;}
.serB2Nr{margin-left: .37rem;border: 1px #4d88b7 solid;padding: 5% 8%;}
.serB2NrTop{font-size: 24px;color: #fff;margin-bottom: .3rem;padding-left: .4rem;position: relative;}
.serB2NrTit{font-size: 18px;color: #fff;margin-bottom: .2rem;}
.serB2NrBri{color: #fff;line-height: 25px;height: 75px;overflow: hidden;}
.xtjcP:before{content: '';width: .3rem;height: .3rem;background: url("../images/serico1.png") no-repeat center;position: absolute;top: 10%;left: 0;}
.xmglP:before{content: '';width: .3rem;height: .3rem;background: url("../images/serico2.png") no-repeat center;position: absolute;top: 10%;left: 0;}
.serB2List li:hover .serB2Nr{background-color: rgba(255,255,255,.2)}

.serviceBox3{background: #fff;padding-top: 4%;}
.ser-B3List li{overflow: hidden;}
.ser-B3Img{float: left;margin-right: 5%;overflow: hidden;position: relative;width: 50%;}
.ser-B3Img img{width: 100%;display: block;}
.ser-B3R{overflow: hidden;}
.ser-B3RTop{font-size: 24px;color: #000;padding: .3rem 0;border-bottom: 1px #ddd solid;}
.ser-B3RTop em{display: block;}
.ser-B3RBriP1{font-size: 18px;color: #000;}
.ser-B3RBriP2{font-size: 14px;color: #666;line-height: 24px;height: 72px;overflow: hidden;}
.ser-B3RBri{margin-top: .3rem;}
.ser-B3Img:before{content: '';position: absolute;top: .23rem;right: 0;background: url("../images/baisj_03.png") no-repeat center;width: .21rem;height: .25rem;background-size: contain;z-index: 11111;}
.ser-B3List li:nth-child(even) .ser-B3Img{float: right;margin-right: 0;margin-left: 5%;}
.ser-B3List li:nth-child(even) .ser-B3Img:before{left: 0;transform:rotate(180deg); -webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);}

.downList li{overflow: hidden;}
.downBtn{float: right;display: block;width: 1.68rem;height: .6rem;line-height: .6rem;text-align: center;margin-left: 5%;}
.downline{display: block;float: left;width: 12px;height: 1px;background: #7f7f7f;margin-right: .16rem;margin-top: .15rem;}
.downList li:hover .downline{width: .74rem;background: #fb7b7b;}
.downCon{overflow: hidden;}
.downConTit{font-size: 18px;color: #333;line-height: 25px;height: 25px;overflow: hidden;margin-bottom: .1rem;}
.downConTime{color: #999;}
.downList li:hover .downBtn{background: #e92232;}
.downBtn em{display: inline-block;position: relative;padding-right: .4rem;color: #000;}
.downBtn em:before{content: '';width: .29rem;height: .11rem;overflow: hidden;background: url("../images/downBtn.png") no-repeat center right;position: absolute;right: 0;top: .24rem;}
.downList{padding-bottom: .4rem;padding-left: .2rem;padding-right: .2rem;}
.downList li:hover .downBtn em{color: #fff;}
.downList li:hover .downBtn em:before{background-position: center left;}
.downList li:hover .downConTit{color: #e92232;}
.downList li:hover{background: #f6f6f6;}
.downListBox{padding: 1.5% 0;border-bottom: 1px #ddd solid;}

.Support{background: url("../images/jybj_02.jpg") repeat-y center top;padding: 4% 0;overflow: hidden;}
.SupR{float: right;width: 73%;padding-left: 15%;position: relative;margin-left: 5%;}
.SupR:before{content: '';background: url("../images/huisj_05.png") no-repeat center;width: .31rem;height: .35rem;position: absolute;top: 0;left: -.21rem;}
.SupRCon-H{font-size: 24px;color: #333;padding-bottom: 5%;border-bottom: 1px #dadada solid;}
.SupRCon-H em{display: block;font-size: 18px;color: #666;text-transform: uppercase;}
.shuruBox-1{width: 50%;float: left;padding-left: 4.8%;margin-bottom: .2rem;}
.shuruBox-1 input{line-height: .4rem;padding-left: 2%;background: #dadada;width: 100%;}
.shuruBox{overflow: hidden;padding-top: 5%;margin-left: -5%;}
.shuruBox-1 textarea{width: 100%;height: 1.3rem;padding: 1%;background: #dadada;display: block;resize: none;}
.shuruBox-2{width: 100%;}
.SupL{overflow: hidden;}
.SupL .SupRCon-H{border-bottom: none;}
.SupLConTop{height: 20px;background: url("../images/SupLConTop_09.png") no-repeat left center;display: block;position: relative;margin-bottom: .4rem;}
.SupLConTop:before{content: '';height: 1px;width: 80%;position: absolute;top: 10px;right: 0;background: #e5e5e5;}
.SupLConTopImg{border: 1px #e5e5e5 solid;padding: 5%;}
.SupLConTopImg img{width: 100%;}
.SupLConBotm{color: #666;padding-top: .3rem;}

/**  服务与支持  END    **/

/**  人力资源  begin  **/
.personnelBox{padding: 3% 0;}
.personnelBox1{background: #fff;overflow: hidden;}
.personnelBox .Tit-H{padding-top: 0;text-transform: uppercase;}
.per-B1Img{float: right;overflow: hidden;margin-left: 5%;}
.per-B1L{overflow: hidden;}
.per-B1LTop{font-size: 24px;color: #333;padding-bottom: .4rem;border-bottom: 1px #ddd solid;margin-bottom: .3rem;}
.per-B1LTop em{display: block;text-transform: uppercase;font-size: 18px;}

.personnelBox2{background: url("../images/personnelBox2_09.jpg");}
.personnelBox2 .Tit-H{padding-bottom: .3rem;position: relative;}
.personnelBox2 .Tit-H:before{content: '';width: .2rem;height: 3px;background: #626262;position: absolute;bottom: 0;left: 50%;margin-left: -.1rem;}
.personnelBox2 .Tit-H em{color: #333;}
.per-B2Con{line-height: .3rem;height: .9rem;overflow: hidden;padding: 0 10%;margin-top: 3%;text-align: center;}

.personnelBox3{overflow: hidden;padding-bottom: 4%;}
.per-B3Left{width: 50%;float: left;padding-bottom: 1rem;position: relative;overflow: hidden;margin-right: 4.5%;}
.per-B3LImg{overflow: hidden;}
.per-B3LImg img{display: block;width: 100%;}
.per-B3LCon{position: absolute;bottom: 0;right: -1px;height: 1.9rem;display: table;vertical-align: middle;background: #f8f8f8;width: 62.5%;z-index: 111;}
.per-B3LConBox{display: table-cell;vertical-align: middle;}
.per-B3LC-B-left{font-size: 20px;color: #333;width: 1.78rem;padding-left: .3rem;padding-bottom: .3rem;position: relative;float: left;margin-right: 5%;}
.per-B3LC-B-left:before{content: '';width: .27rem;height: 2px;background: #626262;position: absolute;bottom: 0;left: .3rem;}
.per-B3LC-B-left:after{content: '';width: 1px;background: #dfdfdf;height: 100%;position: absolute;top: 10%;right: 0;}
.per-B3LC-B-left em{display: block;text-transform: uppercase;font-size: 16px;padding-top: .1rem;}
.per-B3LC-B-right{overflow: hidden;}
.per-B3Right{overflow: hidden;max-width: 5.3rem;padding-top: 3%;}

.recruit{padding: 3% 0;}
.recruit .Tit-H{padding: 0;padding-bottom: 5%;}
.recB1{overflow: hidden;}
.recB1Img{float: left;margin-right: 10%;background: url("../images/imgbj_03.png") no-repeat left top;padding-top: .47rem;padding-left: .49rem;}
.recB1R{overflow: hidden;}
.recB1RBox1P1{font-size: 18px;color: #333;padding-bottom: 3%;}
.recB1RBox1P2{color: #666;}
.recB1RBox1{margin-top: 5%;}
.recB2{background: #fafafa;}
.recB2xxk{overflow: hidden;}
.recB2xxk p{float: left;width: 50%;text-align: center;height: .6rem;line-height: .6rem;background: #af0000;color: #fff;cursor: pointer;}
.recB2xxk .firstxxkP{background-color: #2a2a2a;background-image: url("../images/rlzybf_07.png");background-position: center bottom;background-repeat: no-repeat;}

.tal-PosTop{background: #eaeaea;height: .6rem;padding: 0 5%;border-bottom: 1px #fff solid;}
.tal-PosTop p{float: left;width: 20%;line-height: .6rem;text-align: center;color: #333;}
.tal-PosListTop p{float: left;text-align: center;width: 20%;line-height: .6rem;}
.tal-PosListTop{padding: 0 5%;}
.tal-PosList li{border-bottom: 1px #ddd solid;cursor: pointer;}
.tal-PosTop .zwmc-p,.tal-PosListTop  .zwmc-p1{text-align: left;}
.tal-PosTop .xq-p,.tal-PosListTop .xq-p1{text-align: right;}
.tal-PosListTop .xq-p1{color: #ababab;font-size: 30px;}
.tal-PosListBotm{background: #eaeaea;padding: 3% 5%;position: relative;display: none;}
.tal-PosListBotm:before{content: '';background: url("../images/baisjdao_07.png") no-repeat center;width: .26rem;height: .16rem;position: absolute;top: 0;left: 5%;background-size: cover;}
.zzP{font-size: 18px;color: #000;font-weight: bold;padding-bottom: 20px;}
.zznr{padding-bottom: 50px;}
.tdBtn{color: #fff;width: 1.6rem;height: .45rem;text-align: center;display: block;line-height: .45rem;background: #af0000;}
.tdBtn:hover{color: #fff;}
.tdBtn span{display: inline-block;background: url("../images/tdbj_07.png") no-repeat left center;padding-left: .3rem;}
.tdBtn:hover{border-radius: 15px;}
.sqBtn{display: inline-block;background: url("../images/sq_11.png") no-repeat right center;padding-right: .27rem;position: absolute;right: 5%;bottom: 5%;color: #959595;}

/**  人力资源  END   **/

/**  主要客户  begin  **/

.userList{overflow: hidden;margin-left: -10px;padding-bottom: .5rem;}
.userList li{padding: 0;padding-left: 10px;margin-bottom: 10px;}
.userBox{background: #f6f6f6;height: 1.43rem;display: table;vertical-align: middle;text-align: center;/*cursor: pointer;*/width: 100%;border: 1px #eaeaea solid;position: relative;}
.userBox:before{content: '';width: 0;height: 0;border-top: 1px rgba(255,255,255,.7) solid;border-left: 1px rgba(255,255,255,.7) solid;position: absolute;top: 5%;left: 5%;}
.userBox:after{content: '';width: 0;height: 0;border-bottom: 1px rgba(255,255,255,.7) solid;border-right: 1px rgba(255,255,255,.7) solid;position: absolute;bottom: 5%;right: 5%;}
.userBoxNr{display: table-cell;vertical-align: middle;}
.userTit{padding-bottom: .16rem;background: url("../images/fybj_05.png") no-repeat center bottom;font-size: 16px;}
.userList li:hover .userBox{background: #e70618;}
.userList li:hover .userTit{color: #fff;background-image: url("../images/fybj1_05.png");}
.userList li:hover .userBox:before,.userList li:hover .userBox:after{width: 90%;height: 90%;}
.LoadBtn{display: block;text-align: center;margin: 0 auto;width: 3.7rem;height: .6rem;line-height: .6rem;background: #f6f6f6;border: 1px #ddd solid;font-size: 16px;color: #666;position: relative;}
.LoadBtn:before{content: '';width: 0;height: 0;border-top: 1px rgba(212,32,47,1) solid;border-left: 1px rgba(212,32,47,1) solid;position: absolute;top: -1px;left: -1px;}
.LoadBtn:after{content: '';width: 0;height: 0;border-bottom: 1px rgba(212,32,47,1)  solid;border-right: 1px rgba(212,32,47,1) solid;position: absolute;bottom: -1px;right: -1px;}
.LoadBtn:hover:before,.LoadBtn:hover:after{width: 100%;height: 100%;}
.LoadBtn em{display: inline-block;padding-right: .4rem;color: #666;background: url("../images/loBtn_13.png") no-repeat right center;}

/**  主要客户  END    **/

/*404*/
.error_page main{ min-height:inherit; padding:260px 0 180px; background:#f0f0f2;}

.error_tip{ width:90%; max-width:617px; padding:70px 50px 70px; background:#fff url("/images/jia_01.gif") center top no-repeat; margin:0 auto; position:relative;}
.error_tip:before{
    position: absolute;
    bottom: -55px;
    left: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 55px;
    background: url("/images/jia_02.gif") no-repeat;
}
.error_tit{ color:#000; font-size:24px; padding-bottom:10px; border-bottom:1px solid #ddd; margin-bottom:30px;}
.error_tit em{ font-size:60px; font-family:Arial, Helvetica, sans-serif; margin-right:20px;}
.maybe{ width:255px; padding:0 10px; float:left; color:#999; line-height:32px;}
.error_item{ font-size:20px; color:#000;}
.try{ float:left; padding:0 10px; line-height:32px; margin-top: 64px;}
a.try_back{ color:#de0010; background: url("/images/jia_03.gif") left center no-repeat; padding-left:14px; margin-left:-14px;}
a.try_back:hover{ text-decoration:underline;}




/**   媒体判断  begin   **/

@media only screen and (min-width:1440px ) {

    .container{width:1230px;}

}

@media only screen and (max-width:1440px ) {
    .footerTop{padding:2%;}
    .fTRight{margin-left: 2%;}
    .fTMiddle{padding-left: 0;}
    .foot-erweima{margin-left: .3rem;}
    .fTRight{width: 4.5rem;}
    .f-erweimaImg img{width:90px;height: 90px;display: block;}
    .indexNews-H{margin-right: 3%;}
    .indexN-RBox .item:before{right: -7%;}
    .indexSolu-H a{font-size: .3rem;}
    .i-SoluTit{font-size: 18px;}
    .i-SoluRB-L-H{font-size: 18px;}
    .i-SoluRB-L-H span{font-size: 20px;}
    .indexAbout-H{font-size: 1rem;}
    .indexAbout-Top{font-size: 22px;}
    .newsCenter-H{font-size: 20px;}
    .newsCenter-H em{font-size: 19px;}
    .i-ProRTop .newsCenter-H{padding: .5rem 0;}
    .i-ProRBotmTit{font-size: 15px;}
    .i-ProRBotmIco{width: .35rem;height: .35rem;}
    .newsCenterTime{font-size: 23px;}
    .newsCenterTit{font-size: 16px;}
    .newsCenterList{padding: .5rem 0;padding-bottom: .7rem;}
    .newsCenter{padding: .5rem 5%;padding-bottom: 0;}
    .aboutBriTopTit{font-size: .2rem;}
    .aboutBriBotm{background-size: 50.5%;}
    .ab-BriB-b-L{width: 50.5%;}
    .Tit-H{font-size: .2rem;padding-top: .4rem;padding-bottom: .4rem;}
    .Tit-H em{font-size: .16rem;}
    .ab-Cul2Rp1{font-size: 16px;}
    .ab-Cul2Ico{width: .43rem;height: .49rem;}
    .ab-Cul1Box-H{font-size: .2rem;}
    .nian{font-size: .3rem;}
    .nian em{font-size: .2rem;}
    .nianImg{width: 80%;}
    .lxwmH{font-size: 16px;}
    .lxwmP{font-size: 14px;}
    .abConRightConList li{font-size: 15px;}
    .abConRightTop p{font-size: 16px;}
    .lxwmTop{font-size: 20px;}
    .columnTit{font-size: .2rem;}
    .columnTit em{font-size: .16rem;}
    .shzrList li{margin-top: 4%;}
    .shzrRTit em{font-size: 12px;}
    .shzrRTit{font-size: 16px;}
    .fTM-1P{font-size: 15px;}
    .Solu-LiImg{width: 50%;}
    .ser-B3Img{width: 50%;}
    .ser-B3RTop{font-size: 20px;padding: .1rem 0;}
    .ser-B3RBriP1{font-size: 16px;}
    .per-B3LCon{width: 80%;}
    .per-B3Left{margin-right: 3%;}
    .SB2Top{max-height: 4.1rem;}
    .SB2Botm-1{ max-height: 210px;}
    .i-ProRTopBri{height: 125px;}
    .serB2NrBri{font-size: 12px;}
    .ser-B3RBriP2{font-size: 12px;}



}
@media only screen and (min-width:768px ) and (max-width:1440px ) {


}

@media only screen and (max-width: 1199px){
    header{padding: 0 2%;}
    .PcNavList>li>a{padding: 0 .1rem;}
    .fTM-1{margin-left: 0;margin-right: 5%;}
    .fTM-1P{font-size: 16px;}
    .footerTop{padding: 2% 4%;}
    .i-SoluRBotm{width: 90%;}
    .i-SoluRTop{max-width: 75%;}
    .indexAboutCon{width: 80%;}
    .aboutBriBotm{background-size: 56.6%;}
    .abConLeft{max-width: 500px;}
    .shzrImg{margin-right: 4%;}
    .shzrList li:nth-child(even) .shzrImg{margin-left: 3%;}
    .So-Box1Con{padding-left: 0;padding-right: 0;}
    .Solu-LiRTop{padding-top: 6%;margin-bottom: .1rem;}
    .Solu-LiRBri{margin-bottom: 5%;}
    .SolutionList{padding-bottom: .4rem;}
    .ProxqTLBoxTit{margin-right: 15%;}
    .ser-B1TopBri{padding-left: 0;padding-right: 0;}
    .ser-B1BotmImg{width: 50%;}
    .ser-B3RBri{margin-top: .1rem;}
    .SupR{width: 78%;}
    .SB2Top{max-height: inherit;}
    .SB2TopRight{float: none;width: 100%;}
    .SB2TopLeft{float: none;background: #e92232;width: 100%;}
    .SB2TopR-1{float: left;width: 50%;}
    .fyImgBox{position: inherit;}
    .fyImg>a>img{float: left;width: 50%;}
    .SB2TopR-2{background: #454545;padding-left: 0;}
    .SB2TopR-2 .SB2TopR-1img{float: left;margin-right: .3rem;}
    .fTMiddle{display: none;}
    .about-ResImg img{width: auto;height: 280px;}
    .about-ResR{width: 60%;}




}

@media (max-width: 991px){
    main{margin-top: 60px;}
    .PcNav{display: none;}
    .iphone_header,a.menu-activator{display: block;}
    .logo img{height: 40px;}
    header{height: 60px;}
    a.menu-activator{top: 16px;}
    .indexN-RBox .item:before{display: none;}
    .indexAboutCon{width: 90%;}
    .i-ProRBotm{padding: 0;}
    /*.i-ProRBotmList .i-ProRBotmLi-6, .i-ProRBotmList .i-ProRBotmLi-3{border-right: 1px #595959 solid; }*/
    .i-ProRBotmList li{height: 1.5rem;}
    .i-ProRBotmList li:nth-child(3){border-right: 1px #595959 solid;}
    .i-ProRBotmList li:nth-child(4){border-bottom: 1px #595959 solid;}
    .indexSoluLeft{width: 100%;height: inherit;padding-top: .5rem;padding-bottom: .5rem;}
    .i-SoluRTop{max-width: 100%;position: inherit;}
    .i-SoluRBotm{width: 100%;position: inherit;}
    .i-SoluRB-Left{width: 39%;}
    .i-SoluRB-Right{width: 30%;}
    .about-ResImg{display: none;}
    .abConLeft{max-width: 100%;float: none;margin-bottom: .5rem;}
    .aboutBriBotm{background: none;}
    .aboutBriBotmR{float: none;width: 100%;background-size: cover;}
    .ab-BriBL-Top{max-width: 100%;padding-bottom: .4rem;}
    .ab-BriB-b-R{padding-top: 0;}
    .shzrImg{width: 50%;}
    .shzrRBtn{display: none;}
    .S-TopBox{width: 100%;}
    .P-B2Top-1{height: 2.5rem;}
    .ProductBox2{min-height: 2.5rem;}
    .ProxqTLBoxTit{margin-right: 7%;}
    .ser-B1BotmImg{display: none;}
    .serB2NrTit{font-size: 15px;}
    .serB2NrTop{font-size: 20px;}
    .ser-B3RBriP2{height: 48px;}
    .Support{background: #fff;}
    .SupR:before{display: none;}
    .SupR{width: 60%;padding-left: 0;}
    .per-B1Img{width: 40%;}
    .per-B1L{overflow: inherit;}
    .per-B1LTop{overflow: hidden;}
    .per-B2Con{padding: 0;}
    .per-B3Left{float: none;width: 100%;}
    .per-B3Right{max-width: 100%;padding: 0 5%;}
    .recB1Img{width: 50%;background-size: contain;}
    .SB2Botm-1{float: left;width: 50%;}
    .SB2TopR-1img{width: 50%;}
    .SB2Botm-1img{width: 50%;}
    .fyBtn{display: none;}
    .SolutionBox2{min-height: 4.5rem;}
    .about-ResR{width: 100%;float: none;padding-left: 5%;}


}

@media (max-width: 767px){
    .indexNews-H{font-size: 14px;float: none;line-height: inherit;}
    .indexNews{height: auto;padding-top: .1rem;padding-bottom: .1rem;}
    .indexN-RBox .item h4 a{line-height: 25px;height: 25px;overflow: hidden;display: block;}
    .indexN-RBox .item{height: auto;}
    .indexAbout-Top{font-size: 16px;position: inherit;}
    .indexAbout-H{font-size: 20px;}
    .i-A-ConList li{padding: 0 .1rem;}
    .indexProLeft{display: none;}
    .i-ProRTop{position: inherit;width: 100%;height: auto;padding-bottom: .2rem;}
    .i-ProRBotm{position: inherit;width: 100%;height: auto;}
    .newsCenter-H{font-size: 15px;}
    .newsCenter-H em{font-size: 12px;}
    .i-ProRBotmTit{font-size: 12px;}
    .in-newsTime{font-size: 12px;}
    .in-newsTit{font-size: 12px;}
    .i-A-ConListP1{font-size: 13px;}
    .i-SoluRTopLeft{float: none;width: 100%;text-align: left;}
    .i-SoluTit{font-size: 16px;margin-top: 0;padding-top: .5rem;}
    .i-SoluRTopRight{width: 50%;text-align: left;}
    .i-SoluBri{line-height: 25px;height: 50px;font-size: 12px;margin-top: .3rem;margin-bottom: .3rem;}
    .i-SoluRB-Left{float: none;height: auto;width: 100%;}
    .i-SoluRB-L-H em{font-size: 12px;}
    .i-SoluRB-L-H{font-size: 16px;}
    .i-SoluRB-L-H span{font-size: 14px;}
    .i-SoluRB-Right{width: 50%;}
    .newsCenterList .item a{padding-right: 10px;}
    .newsCenterTime{font-size: 16px;}
    .newsCenterTit{font-size: 14px;}
    .newsCenterBtn{display: none;}
    .i-A-ConList .i-A-ConListMiddle{border: none;}
    .i-SoluTit em{font-size: 12px;}
    .aboutBriTopTit{font-size: 16px;}
    .ab-BriB-b-L{width: 100%;}
    .ab-BriB-b-R{overflow: inherit;}
    .ab-Cul2Ico{display: none;}
    .Tit-H{font-size: 16px;}
    .ab-Cul2Rp1{font-size: 14px;}
    .aboutHonorxxk p{width: auto;height: auto;padding: 1%;}
    .nianBri{font-size: 12px;}
    .about-ResRTit{font-size: 16px;}
    .about-ResRTit span{/*display: inline-block;margin-top: 10px;float: none;*/ display: none;}
    .abConRightTop p em{font-size: 12px;}
    .abConRightTop p{font-size: 12px;padding-left: .6rem;background-size: 6%;}
    .lxwmTop{font-size: 15px;}
    .abConRightConList li{font-size: 12px;background-size: 6%;}
    .lxwmH{font-size: 13px;}
    .lxfsBox{font-size: 12px;}
    .lxwmP{font-size: 12px;}
    .ab-Cul1Box-H{font-size: 15px;}
    .mbx{font-size: 12px;}
    .shzrImg{width: 100%;float: none;margin-right: 0;margin-bottom: 10px;}
    .shzrList li:nth-child(even) .shzrImg{float: none;margin-left: 0;}
    .shzrRBri{line-height: 25px;height: 75px;}
    .shzrList li:nth-child(even) .shzrImg:before{left: inherit;right: 0;transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);}
    .Solu-LiRBri{display: none;}
    .Solu-LiRTit{font-size: 15px;}
    .page .sxyBtn{width: auto;}
    .szftH{font-size: 16px;}
    .DigitalP{background-size: 7%;font-size: 15px;}
    .P-B2Top:before{display:none;}
    .P-B2Top-1Nr{padding: 10%;}
    .ProductBox2{padding-bottom: 10%;}
    .fyImgBoxnrH1{font-size: 15px;}
    .proNrBtn{display: none;}
    .proNrTit{font-size: 16px;}
    .ProxqTopLeft{width: 100%;float: none;}
    .ProxqTLBoxTit{margin-right: 20%;}
    .P-xqT-R-Bri{line-height: 24px;height: auto;}
    .newsImg{display: none;}
    .newsTit{font-size: 16px;}
    .newsBri{font-size: 12px;}
    .subBanner,.subBannerBox{height: 3rem;}
    .mbx{/*position: inherit;float: right;bottom: -.2rem;*/display: none;}
    .newsConTit{font-size: 15px;}
    .serviceBox2{height: auto;padding-bottom: 1rem;}
    .serB2NrTop{font-size: 16px;}
    .xmglP:before,.xtjcP:before{background-size: cover;top: 20%;}
    .serB2List li{margin-bottom: 20px;}
    .ser-B3Img{width: 100%;float: none;margin-right: 0;}
    .ser-B3List li:nth-child(even) .ser-B3Img{float: none;margin-left: 0;}
    .ser-B3RTop{font-size: 16px;padding-top: 10px;}
    .ser-B3RBriP1{font-size: 14px;}
    .ser-B3RBriP2{font-size: 12px;}
    .downBtn{display: none;}
    .downConTit{font-size: 16px;}
    .SupR{float: none;width: 100%;margin-left: 0;}
    .SupRCon-H{font-size: 16px;}
    .SupRCon-H em{font-size: 12px;}
    .shuruBox-1 input{line-height: 30px;}
    .per-B1Img{display: none;}
    .per-B1LTop{font-size: 16px;}
    .per-B1LTop em{font-size: 12px;}
    .per-B3LCon{position: inherit;width: 100%;}
    .per-B3LC-B-left{font-size: 16px;}
    .per-B3LC-B-left em{font-size: 12px;}
    .personnelBox{padding: 10% 0;}
    .per-B3LConBox{padding: 5% 0;}
    .per-B3Left{padding-bottom: .5rem;}
    .recB1Img{float: none;background: none;}
    .gzdd-p,.zprs-p,.fbrq-p,.gzdd-p1,.zprs-p1,.fbrq-p1{display: none;}
    .tal-PosTop .zwmc-p{width: 80%;}
    .tal-PosListTop .zwmc-p1{width: 80%;}
    .tdBtn span{padding-left: 0;background: none;}
    .recB2xxk .firstxxkP{background-size:7%; }
    .zzP{font-size: 14px;}
    .sqBtn{bottom: 1%;}
    .tal-PosListTop .xq-p1{font-size: 20px;}
    .recB1RBox1P1{font-size: 16px;}
    .userTit{font-size: 12px;}
    .LoadBtn{font-size: 12px;}
    .LoadBtn em{background-size: 25%;}
    .SB2Botm-1{width: 100%;margin-bottom: 10px;}
    .SB2TopR-1{width: 100%;margin-bottom: 10px;}
    .SB2TopLeft{margin-bottom: 10px;}
    .fyImgBox{height: 2.1rem;}
    .fyImgBoxnrH1 em{font-size: 12px;}
    .fTRight{margin-left: 0;width: 100%;float: none;margin-top: 20px;}
    .foot-erweima{display: none;}
    .fTLeft{float: none;text-align: center;}
    .neswNav li a{font-size: 14px;}
    .recB1Img{width: 100%;padding: 0;}
    .jszc-a{display: block;}
    .newsList{padding-left: .1rem;padding-right: .1rem;}
    .S-TopBox .item{font-size: 14px;line-height: 25px;}
    .abHonCon1Img{height: 170px;}
    .abHonCon1Img img{max-height: 150px;}



}

/**   媒体判断  END    **/

/**  缓动  **/
a,*:before,*:after,.i-SoluBtn em,.i-SoluRTopMiddle img,.i-SoluRB-L-H span,.newsCenterImg img,.newsCenterBtn em,.i-ProRBotmIco,.i-ProRBotmTit,.shzrRBtn em,.shzrRTit,.shzrImg img,.ab-Cul2Ico img,.ab-Cul2Rp2,.ab-Cul2Rp1,.nianImg,.nian,.nianBri,.abHonCon1 .owl-nav .owl-prev,.abHonCon1 .owl-nav .owl-next,.abHonCon1 .item .abHonCon1Img,.aboutHonorxxk p,.about-ResImg img,.Solu-LiImg img,.Solu-LiRTit,.SolutionBox2Nr img,.ProImg img,.proList li,.proNr,.proNrTit,.proNrBtn em,.proNrBri,.newsList li,.nTnian,.newsTime,.nTriqi,.newsImg img,.newsTit,.fdjIco,.newsImgzz,.xgxwImg img,.serB2List li .serB2Nr,.serB2List li,.ser-B3Img img,.downline,.downBtn,.downBtn em,.downConTit,.userTit,.userBox
{
    -webkit-transition:all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.i-SoluRTopMiddle:hover img,.newsCenterList .item:hover .newsCenterImg img,.shzrList li:hover .shzrImg img,.about-ResImg:hover img,.SolutionList li:hover .Solu-LiImg img,.SB2TopLeft:hover img,.SB2TopR-1:hover img,.SB2Botm-1:hover img,.proList li:hover .ProImg img,.newsList li:hover .newsImg img,.xgxwList li:hover .xgxwImg img,.ser-B3List li:hover .ser-B3Img img
{transform:scale(1.08);-webkit-transform:scale(1.08);-moz-transform:scale(1.08);-o-transform:scale(1.08);-ms-transform:scale(1.08);  }
.ab-Cul2Ico img
{transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);-ms-transform:scale(0);  }
.aboutCulture2 .item:hover .ab-Cul2Ico img,.aboutCulture2 .current .ab-Cul2Ico img
{transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);  }
.abHonCon1 .item:hover .abHonCon1Img,.proList li:hover,.serB2List li:hover
{transform:translate(0,-20px);-webkit-transform:translate(0,-20px);-moz-transform:translate(0,-20px);-o-transform:translate(0,-20px);-ms-transform:translate(0,-20px);  }

