@charset "utf-8";
/* CSS Document */
img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}
/* 内盒子代码 */

.fl {
  float: left;
  display: inline;
}

/*侧边浮框start*/
.floatRight{
  position: fixed;
  height: 200px;
  width: 40px;
  right: 32px;
  top: 65%;
  z-index: 999;
  margin-top: -100px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.floatBox dd{
  padding: 6px 0;
}
.floatBox dd .con{
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 4px;
    background:#000000;opacity: 0.9;
  box-shadow: 2px 0px 8px rgba(0,0,0,0.2);
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.floatIcon .wicon{
  width:60px;
  height:35px;
  border-radius: 4px;
}
.floatIcon .text{
  line-height: 25px;
  height: 25px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.backTop{
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.smallApplet .floatIcon .wicon{
  background: url(../images/kf.png) bottom center no-repeat;
}
.onlineSever .floatIcon .wicon{
  background: url(../images/wxe.png) bottom center no-repeat;
}
.onlinmessage .floatIcon .wicon{
  background: url(../images/kf.png) bottom center no-repeat;
}
.backTop .floatIcon .wicon{
  background: url(../images/zd.png) bottom center no-repeat;
}
.floatPosition{
  position: absolute;
  width: 100px;
  height: 100px;
  right: 85px;
  top:-30px;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.2);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
  border-radius: 5px;
}
.floatPosition:after{
  display: block;
    content: '';
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left:110px;
    top: 50%;
    margin-top: -8px;
}
.floatPosition i{
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  right: -8px;
  transform: rotateZ(45deg);
  top: 50%;
  margin-top: -8px;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.2);
}
.floatImg{
  padding: 5px;
  width: 110px;
  height: 110px;
  background: #fff;
  position: relative;
  border-radius: 5px;
}
.floatImg img{
  display: block;
  height: 105px;
  width: 105px;
  position: relative;
  z-index: 5;
}
.floatPosition1{
  position: absolute;
  right: 80px;
  top: 10px;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.floatPosition1 i{
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotateZ(45deg);
  top: 50%;
  margin-top: -5px;
  left: -5px;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.5);
}
.floatImg1{
  width: 80px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align:center;
  border-radius: 3px;
  position: relative;
  z-index: 5;
}
.floatPosition2{
  position: absolute;
  width: 190px;
  left: 80px;
  top: -25px;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.1);
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  visibility: hidden;
  opacity: 0;
}
.floatPosition2 i{
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  transform: rotateZ(45deg);
  top: 50%;
  margin-top: -5px;
  left: -5px;
  box-shadow: 1px 2px 9px rgba(0,0,0,0.5);
}
.floatImg2{
  padding: 10px 0px;
  position: relative;
  z-index: 5;
  background: #fff;
  border-radius: 10px;
}
.floatImg2 .folatTitle{
  padding: 0 20px;
  border-bottom: 1px solid #f0f0f0;
}
.floatImg2 span{
  display: block;
  height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #858585;
}
.floatImg2 span.span1{
  color: #428a7b;
}
.floatImg2 .floatCon{
  padding: 0 20px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #858585;
}
.backTop:hover .floatPosition1{
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.onlineSever:hover .floatPosition{
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.smallApplet:hover .floatPosition{
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.floatBox dd:hover .con{
  background: #c80000;
}
.floatRight.show .backTop{
  visibility: visible;
  opacity: 1;
}



/* 左浮动 */

.fr {
  float: right;
  display: inline;
}
.p0{ padding:0px;}
.scrollbar-ui .scroll_cont{position:relative}        
.scrollbar-ui .scroll_bar{position:absolute;z-index:8;cursor:default;-moz-user-select:none;opacity:0;background:#efefef;transition:opacity ease .3s}        
.scrollbar-ui-hover .scroll_bar{opacity:1}
.scrollbar-ui .scroll_up,.scrollbar-ui .scroll_down{position:absolute;left:0;background:black}        
.scrollbar-ui .scroll_up{top:0}
.scrollbar-ui .scroll_down{bottom:0}
.scroll_up_on,.scroll_down_on{background:#ccc}        
.scrollbar-ui .scroll_slider{position:absolute;left:0;cursor:default;background:#666}
.scroll_slider_on{background:#ccc}





.fix:before, .fix:after { display: table; clear: both; content: '';}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }



.header {background-color: #fff;color: #333;}
.header.mini .logo, .header .logo {
    background: url(../images/logo1.png) no-repeat left top;
   width: 360px;   
    height: 52px;
    cursor: pointer;background-size: 100%;
}
.mini .header_tools{ position: relative;top:-12px;    height:90px;}

.navigation-up .navigation-v3 li h2 a {color: #333;}
.header .header_tools .search .pop_search{ position:fixed; top:0; left:0; right:0; bottom:0; background:url(../images/papelbg.jpg) no-repeat center; background-size:cover; display:none; z-index:9;} 
.header .header_tools {
    float: right;
    position: relative;
    /* width: 10%; */
    margin-top: 0px;
/*
    line-height: 90px;
    height: 90px;
*/
}
.header .header_tools:after {
    content: "";
    width: 600px;
  background: #c40000;
/*    background-image: linear-gradient(#188146, #0968a6);*/
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

.header.mini .header_tools:after {
    content: "";
    width: 600px;
    background: #c40000;
    /*    background-image: linear-gradient(#188146, #0968a6);*/
    height: 100%;
    position: absolute;
    top: -3px;
    left: 0;
    z-index: -1;
}
@media (max-width: 960px){
  .header .logo {
    padding: 0.17rem 0.35rem;
    line-height: 1.06rem;background-size: 100%;
    text-align: left;
    margin: 0;
    float: none;
}
  .logo {
    background: url(../images/logo1.png) no-repeat left top;
     width: 270px;
    height: 40px;
    position: relative;
    text-align: center;
    background-size: 100%;
    margin-top: 0px;
}
  .header .header_tools {
    float: right;
    position: relative;
    /* width: 10%; */
    margin-top: 0px;
}
  .header .header_tools:after {
    content: "";
    width: 600px;
    background:none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}

}



/*************************************/


/*内页 banner*/
.ny-banner{/*height:560px; */overflow:hidden; position:relative; margin-top: 90px;}
.ny-banner>img{/* width:1920px;position:absolute; left:50%; margin-left:-960px;*/ max-width:100%; /*animation:img_room 6s linear 1; -webkit-animation:img_room 6s linear 1;*/}
@keyframes img_room {
    0% {-moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}  
    100% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
}  
@-webkit-keyframes "img_room" {
    0% {-moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}  
    100% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
} 
.ny-banner .infor{position:absolute;left:0;bottom: 150px;width:100%;color:#fff;/*padding: 0 8%;*/}
.ny-banner .infor .tit{font-size: 38px;font-weight:bold;text-align: left;}
.ny-banner .infor .con{font-size:30px;font-weight:normal;text-align: left;}
.banner_mouse{position:absolute; width: 23px;height: 40px;cursor:pointer;background:url(../images/banner_mouse_ico.png) no-repeat -23px 0px;-webkit-animation: nudgeMouse 1.6s linear infinite;animation: nudgeMouse 1.6s linear infinite; bottom:35px; right:10%; margin-left: -15px; z-index:2;}
.banner_mouse span{ color: #FFF; font-size: 12px;width: 55px; position: absolute;bottom: -25px; margin-left: -15px; }
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;}
.banner_mouse:before{width:23px;height:40px;background:url(../images/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{background-color: #ffffff;width: 4px;height: 4px;border-radius: 100%;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
@-webkit-keyframes colorSlide {
      0% {
          height:0;
        }

     90%{
        height:40px;
      }


  }

  @keyframes colorSlide {
        0% {
          height:0;
        }

       90%{
          height:40px;
        }
  }
  @-webkit-keyframes trackBallSlide {
    0% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-8px);
              transform: scale(1) translateY(-8px);
    }
    34% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(4px);
              transform: scale(0.9) translateY(4px);
    }
    68% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(16px);
              transform: scale(0.4) translateY(16px);
    }
    100% {
      opacity: 0;

      -webkit-transform: scale(0.4) translateY(-8px);
              transform: scale(0.4) translateY(-8px);
    }

  }
  @keyframes trackBallSlide {
    0% {
      opacity: 1;
      -webkit-transform: scale(1) translateY(-8px);
              transform: scale(1) translateY(-8px);
    }
    34% {
      opacity: 1;
      -webkit-transform: scale(0.9) translateY(4px);
              transform: scale(0.9) translateY(4px);
    }
    68% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(16px);
              transform: scale(0.4) translateY(16px);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.4) translateY(-8px);
              transform: scale(0.4) translateY(-8px);
    }
  }
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
}


/**/
.common-xc .xc_nav {line-height: 66px; border-bottom: 1px solid #ededed;    background: #ffffff;}
.common-xc .xc_nav ul{overflow:hidden;}

.common-xc .xc_nav li{float:left;height:66px;line-height:66px;position:relative; color:#000; font-size:16px;}
.common-xc .xc_nav li a{padding:0 30px;font-size:16px;}
.common-xc .xc_nav li:hover,.xc_nav li.cur{font-weight:bold;color:#21478b;}
/*.common-xc .xc_nav li:first-child a{padding-left:0;}*/
.common-xc .xc_nav li:after{content:"";width:1px;height:12px;background:#dddddd;display:block;position:absolute;right:-0.5px;top:50%;margin-top:-6px;}
.common-xc .xc_nav li:last-child:after{display:none;}

.common-xc .xc_nav li.cur a{color:#cc0001; font-size:16px; font-weight:bold;}
.common-xc .xc_nav li.cur a:after{left:0; width:100%;}
.common-xc .xc_nav li:hover a{color:#cc0001; font-size:16px; font-weight:bold;}
.common-xc .xc_nav li:hover a:after{left:0; width:100%;}

.common-xc .xc_nav li a:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    left: 50%;
    width: 0;
    background: #cc0001;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}



/**/
.channel_content{min-height:300px; padding:0 0;}
.channel_content .container{ width: 82%} 
/* 公共按钮 */
.common-infor .tit{font-size:20px; color:#cb0101; position:relative; display:inline-block; text-transform:uppercase; margin-bottom:10px;}
.common-infor .tit:after{content:''; position:absolute; left:110%; width:50px; height:2px; background:#cb0101; top:50%; margin-top:-1px;}
.common-infor .con{font-size:30px; color:#333; line-height:1;}

.common-infor .con {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
/* 公共按钮带边框 */
.common-btn{display:inline-block; height:40px; line-height:40px; font-size:15px; padding:0 70px 0 40px; border-radius:50px; background:#cc0102; transition:all 0.5s ease; position:relative;}
.common-btn span{display:inline-block; color:#fff;}
.common-btn span.icon{width:8px; height:12px; background:url(../images/btn_white.png) no-repeat center; transition:all 0.5s ease; position:absolute; top:50%; margin-top:-6px; right:37px;}
.common-btn:hover{background:#c40101;}
.common-btn:hover span.icon{right:32px}

.common-border-btn{display:inline-block; height:55px; line-height:55px; font-size:15px; padding:0 70px 0 40px; border:1px solid #e1e0e1; border-radius:50px; transition:all 0.5s ease; position:relative;}
.common-border-btn span{display:inline-block; color:#000;}
.common-border-btn span.icon{width:8px; height:12px; background:url(../images/btn_black.png) no-repeat center; transition:all 0.5s ease; position:absolute; top:50%; margin-top:-6px; right:37px;}
.common-border-btn:hover{background:#ea5613; border-color:#ea5613;}
.common-border-btn:hover span{color:#fff;}
.common-border-btn:hover span.icon{right:32px; background:url(../images/btn_white.png) no-repeat center;}


.common-more{width:160px; height:35px; line-height:35px; border-radius:20px; color:#fff; font-size:13px; background:#c40101;}
.common-more .more_text{display:block; padding:0 25px;}
.common-more .more_text span{display:block; position:relative;color:#fff; }

.common-more .more_text .more_ico{position:absolute; right:0; top:50%; margin-top:-4px; width:10px; height:9px; background:url(../images/more_add.png) no-repeat center; transition:all 0.8s ease;}
.common-more .more_text:hover{color:#fff;}
.common-more .more_text:hover .more_ico{-webkit-animation:move 1s linear alternate;}

/*分页 start*/
.widgets_common_pages_6{font-size:0; margin-top:50px;}
.widgets_common_pages_6 a,.widgets_common_pages_6 span{line-height:58px; color:#666; background-color:#f0f2f8; display:inline-block;vertical-align:middle;text-align:center;padding:0 30px;font-size:14px;margin:0;}
.widgets_common_pages_6 a:hover,.widgets_common_pages_6 span.current{color:#fff;background-color:#cc0102;}
@media only screen and (max-width:760px){
  .widgets_common_pages_6{margin-top:30px;}
  .widgets_common_pages_6 a, 
  .widgets_common_pages_6 span{line-height:30px; padding:0 6px;}
}

/**********************************************************************************/


.about_center01{    padding: 60px 0;background: url(../images/about_us01_bg.jpg) no-repeat center;}
.about_center01 ul li{position:relative;}
.about_center01 ul li:after{content:''; position:absolute; width:1px; height:100%; background:#d2d2d2; left:-15%; top:0;}
.about_center01 ul li:first-child .box{padding-left:0;}
.about_center01 ul li:first-child:after{display:none;}
.about_center01 ul li .img{width:20%; float:left; margin-right:5%;}
.about_center01 ul li .txt{float:left; width:75%;}
.about_center01 ul li .txt .t{font-size: 30px;color:#c40101;font-weight:bold;line-height:36px;}
.about_center01 ul li .txt .c{ffont-size: 16px;color:#333;font-weight:bold;line-height:36px;}
.content .con {font-size: 16px; margin: 40px 0 20px;}
.content   ul {margin-top:50px;}
.about_center01 .content p{ font-size: 16px;  line-height: 38px;    color: #333; text-indent: 32px;}

.about_center02{padding:60px 0 90px;}
.about_center02 .rect-5269{padding-bottom:52.69%;}
.about_center02 li{ }
.about_center02 li:first-child{margin-left:0px;}
.about_center02 li .li_box{display:block;}
.about_center02 li .li_box .more{padding:0 20px 0 40px; height:38px; line-height:38px; background:#fcb026; font-size:14px; color:#343e47; font-weight:bold; position:absolute; left:0; bottom:0; transition:all 0.5s ease; opacity:0; visibility:hidden;}
.about_center02 li .li_box .more span{display:inline-block; vertical-align:middle;}
.about_center02 li .li_box .more span.icon{margin-left:46px; width:8px; height:16px; background:url(../img/about_center_jt.png) no-repeat center;}
.about_center02 li .intro{background:#fff; box-shadow:0 0 20px rgba(0,0,0,.2)}
.about_center02 li .intro .box{padding:30px 46px 30px 33px; color:#343e47;}
.about_center02 li .intro .box .line{width:43px; height:3px; background:#fcb32f; margin-bottom:20px;}
.about_center02 li .intro .box .tit{font-size:24px; line-height:30px; margin-bottom:10px; transition:all 0.5s ease;}
.about_center02 li .intro .box .con{font-size:14px; line-height:22px; height:44px; transition:all 0.5s ease; font-weight:lighter;}
.about_center02 li:hover .li_box .more{opacity:1; visibility:visible;}
.about_center02 li:hover .intro .box .tit{font-weight:bold;}
.about_center02 li:hover .intro .box .con{font-weight:bold;}
/*aboutUs_column2*/
.about_center02 {
  position: relative;
  height: 500px;
  
  padding:20px 0 0;
}
.col1BgBox {
  position: absolute !important;
  width: 101%;
  height: 101%;
  left: -0.5% !important;
  top: -0.5% !important;
}
.commonTitleBox {
  height: 58px;
  line-height: 108px;
  font-size: 30px;
  color: #333;
  text-align: center;
  margin: 50px auto;
}
.col1Bg {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

.sectionCon {
  position: relative;
  height: calc(100% - 80px);
  top: 80px;
}
.commonTitleBox.white .commonTitle {
  color: #fff;
  /* margin: 20px auto; */
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
}

.commonTitleBox.white .commonLine {
  background: #fff;
}

.commonTitleBox.white .commonLine::before {
  background: #fff;
}
.aboutUs_column4 {
  position: relative;
  height: 642px;
  overflow: hidden;
}
.aboutUs_column4Dl {
  overflow: hidden;
  margin: 0 -12px;
}

.aboutUs_column4Dl dd {
  
}

.aboutUs_column4Dl dd .con {
/*  margin: 0 12px;*/
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.aboutUs_column4Dl dd .pic {
  border-radius: 3px;
  overflow: hidden;
}

.aboutUs_column4Dl dd .pic::before {
  padding-top: 57.9741%;
}

.aboutUs_column4Dl dd .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.aboutUs_column4DlText {
  padding: 40px;
}

.aboutUs_column4Icon {
  width: 80px;
  height: 80px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.aboutUs_column4Dl dd .con:hover .aboutUs_column4Icon{
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
}
.aboutUs_column4Dlf {
  overflow: hidden;
  padding-right: 25px;
}

.aboutUs_column4Dlf .title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;margin-bottom: 35px;
}

.aboutUs_column4Dlf .title1 {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
}

.aboutUs_column4Dlf .textC {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.aboutUs_column4Dl dd.dd1 .aboutUs_column4Dlf .title1 {
  color: #b7c634;display: none;
}

.aboutUs_column4Dl dd.dd2 .aboutUs_column4Dlf .title1 {
  color: #479ac5;display: none;
}

.aboutUs_column4Dl dd.dd3 .aboutUs_column4Dlf .title1 {
  color: #b99343;display: none;
}
.aboutUs_column4Dl dd .con:hover{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

/**/
.about_center03{padding:75px 0;}







/* 第4通栏 start */
.aboutUs_column5 {
  background: #f5f5f5; padding: 20px 0px 80px;
}

.honnor {
  position: relative;
}

.ry_Scroll{width:100%;position:relative; }
.ry_Scroll .prev,.ry_Scroll .next{line-height:35px;text-align:center;font-weight:bold;font-size:18px;width:35px;height:35px;position:absolute;top:50%;margin-top:-18px;left:1%;z-index:100;cursor:pointer;border: 1px solid #c40001;border-radius:100%;color: #c40000;}
.ry_Scroll .next{ left:auto; right:1%;}
.ry_Scroll .prev:hover,.ry_Scroll .next:hover{color: #c40001;border-color: #670606;}
.ry_Scroll .scrollWrap{width:100%; overflow: hidden;margin:0 auto;}
.ry_Scroll .scrollWrap li{margin-right:0px;background-color: #FFF; padding:10px; margin: 0 15px 0 25px;}

.ry_Scroll .scrollWrap li .item{ position:relative; width:100%;}
.ry_Scroll .scrollWrap li .item .box{}
.ry_Scroll .scrollWrap li .item:after { content: "";  position: absolute;  right: 0px;  top: 0;  width: 1px;  height: 100%;  background: #fff;  background: rgba(255,255,255,0.4);}
.ry_Scroll .scrollWrap li .item .box .time{font-size:15px; color:#fff; text-align:center; background:#e60012; display:inline-block; padding:5px; margin-bottom:20px;}
.ry_Scroll .scrollWrap li .item:hover .box .tit{color:#e60012;}
.ry_Scroll .scrollWrap li .item:hover .box .con{color:#e60012;}
.ry_Scroll .scrollWrap li .item .box .tit{font-size:22px; font-weight:bold; color:#fff; line-height:32px; height:64px; margin-bottom:20px;}
.ry_Scroll .scrollWrap li .item .box .con{font-size:14px; color:#fff; line-height:24px; height:48px; overflow:hidden;}

/* 第4通栏 end */

.about_center05{/*background:url(../images/about_center05_3.jpg) no-repeat center;padding-bottom:50px;*/ position: relative;        width: 100%;min-height: 560px;}
.about_center05 .container {width: 100%;}
.about_center05 .bgred{background: #c40001;
 padding-bottom: 8.25%; 

}
.about_center05 .bgblue{background:url(../images/about_center05_r.jpg) repeat ;   }

.about_center05 .left{/*float:left; width:45.3%; */color:#fff; position:relative}
.about_center05 .left .box{padding-left: 20%;}
.about_center05 .left .tit_en{text-transform:uppercase; font-size:80px; line-height:1.2;  color:rgb(230, 221, 221); color:rgba(255,255,255,0.2); position:absolute; top:70px; font-family:Helvetica; font-weight:bold;}
.about_center05 .left .tit{position:relative;font-size: 38px;font-weight:bold;line-height:1.2;padding-top:125px;}
.about_center05 .left .txt{font-size: 30px;margin:10px 0 60px;}
.about_center05 .left .con{font-size: 16px;color: rgb(255 253 253);line-height: 29px;height:175px;overflow:hidden;}
.about_center05 .right{/*float:left; width:54.4%; */background:#fff;   
    margin: 40px 0px;
    width: 70%;
}
.about_center05 .right ul{padding:60px 55px 0 55px;}
.about_center05 .right ul li{float:left; width:45%;     margin-right: 5%;margin-bottom:55px; text-align: center;}
.about_center05 .right ul li .icon{width:80px; height:70px; background:url(../images/about_center05_2.png) no-repeat; transition:.5s ease;}
.about_center05 .right ul li.li1 .icon{background-position:0 0;}
.about_center05 .right ul li.li2 .icon{background-position:-80px 0;}
.about_center05 .right ul li.li3 .icon{background-position:-160px 0;}
.about_center05 .right ul li.li4 .icon{background-position:-240px 0;}
.about_center05 .right ul li:hover .icon{transform:rotateY(180deg)}
.about_center05 .right ul li .t{font-size:30px; color:#000; font-weight:bold; margin-top:10px;}
.about_center05 .right ul li:hover .t{color:#c40000;}
.about_center05 .right ul li .c{font-size:16px;color:#333;height: 55px;overflow:hidden;white-space:normal;}





/***********************公司简介*******************************************************************************************************************/
.about_us_jj{ padding:40px 0px;}
.about_us_jj .tit{font-size:38px; font-weight:bold; color:#cc0102; margin-bottom:20px;}
.about_us_jj .img{float:right; margin:0 0 30px 30px;}
.about_us_jj .con{color:#333; line-height:32px; font-size: 16px;}
.about_us_jj ul{ margin:30px 0; background: url(../images/about_us01_2.jpg) no-repeat center center; background-size: cover; }
.about_us_jj ul .box{ padding:70px; text-align: center; color: #fff; }
.about_us_jj ul .box .nums{font-size:16px; margin-bottom:5px;}
.about_us_jj ul .box .num_decs{font-size:14px; margin-bottom:5px;color: #fff; }
.about_us_jj ul .box .nums .num{margin-right: 5px; font-size: 36px; font-weight:bold;}

/***********************董事长寄语*******************************************************************************************************************/
.channel_content.chairman {    padding-bottom: 60px;}
.chairman01{color:#333; padding-top:40px}

.chairman01  .info{padding:30px 60px 40px 55px;background: #edf3f9;min-height: 350px;}
.chairman01  .flag{user-select:none;}
.chairman01  .flag1{margin-bottom:20px;}
.chairman01  .flag2{text-align:right; margin-top:5px;}
.chairman01  .t{font-size:30px; font-weight:bold; line-height:1;}
.chairman01  .d{font-size:25px; font-weight:bold; margin:10px 0 15px;}
.chairman01  .con{font-size:16px; padding-right:8%;}
.chairman01 .con p{font-size:16px;  line-height: 32px;  margin-bottom: 10px; text-indent: 32px;}
.chairman01 .content{font-size:16px; padding-right:8%;}
.chairman01  .content p{ margin-top: 15px;}
.chairman02{margin-top:60px; font-size:16px;}
.chairman01 .left .signature{margin-top:40px; font-size:18px; user-select:none; text-align:center}
.chairman01 .left .signature .pos{line-height:122px; display:inline-block; *display:inline; *zoom:1; margin-right:20px;}

/*组织架构*/


/***********************企业文化*******************************************************************************************************************/
.common-t{font-size:32px; font-weight:bold;}
.culture01{padding:40px 0px; color:#fff;}
.culture01 .container{/*background:url(../images/culture01_bg.jpg) no-repeat right bottom; */ background:#a50304; padding:60px 30px 30px 70px;}
.culture01 .info{position:relative;}
.culture01 .info .desc{margin-top:30px;  line-height:28px; /*height:175px;overflow:scroll;*/  position:relative;}
.culture01 .scrollbar-ui .scroll_bar{background:#428ac1;}
.culture01 .scrollbar-ui .scroll_slider{background:#fff;}
/*.culture01 .info .pic{position:absolute; right:75px; width:203px; top:0; z-index:1;}*/

.commonTitleBox {



  text-align: center;
}
.commonTitleBox .commonTitle {  color: #333;  height: 58px;  line-height: 58px;  font-size: 30px; font-weight: bold;}
.commonLine {
  display: inline-block;
  width: 43px;
  height: 3px;
  background-color: #c40101;
  margin-right: 21px;
  position: relative;
}

.commonLine::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 3px;
  right: -20px;
  background-color: #c40101;
  top: 0;
}
.culture02 { margin:40px auto;}
.culture02{ padding: 50px 0;  background:url(../images/culture-bg.jpg) no-repeat center center; -webkit-background-size: cover;
background-size: cover; }

.culture02 .about_sec3 li{ margin-bottom: 2%; }
.culture02 .about_sec3 li .con{ margin-bottom: 2%;display: block; }
.culture02 .about_sec3 li .icon{display: block;text-align: center;color: #fff;font-size: 18px;position: absolute;top: 20%;left: 55%;margin-left: -54px;z-index: 5;transition: all .5s ease;}
.culture02 .about_sec3 li .icon i{ display:block; margin: 0 auto 15px auto; width: 70px; height: 60px; background:url(../images/about_ico1.png) no-repeat 0 0; }
.culture02 .about_sec3 li .icon2 i{ background-position: -70px 0; }
.culture02 .about_sec3 li .icon3 i{ background-position: -140px 0; }
.culture02 .about_sec3 li .icon4 i{ background-position: -210px 0; }
.culture02 .about_sec3 li .icon5 i{ background-position: -280px 0; }
.culture02 .about_sec3 li .icon6 i{ background-position: -350px 0; }
.culture02 .about_sec3 li .icon7 i{ background-position: -420px 0; }
.culture02 .about_sec3 li .icon8 i{ background-position: -490px 0; }
.culture02 .about_sec3 li .desc{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10%; font-size:16px; color: #fff; transform: rotateY(-180deg); transition: all .5s ease;  text-align: center;}
.culture02 .about_sec3 li:hover .icon{ transform: rotateY(-180deg); opacity: 0; }
.culture02 .about_sec3 li:hover .desc{ transform: rotateY(0deg); z-index: 8; }
 .text1{position: absolute; width: 100%; height: 100%; font-size:18px; top: 90px; left: 0;}
 .text2{position: absolute; width: 100%; height: 100%;  font-size:18px;top: 90px; left: 0;}
 .text3{position: absolute; width: 100%; height: 100%; font-size:18px; top: 90px; left: 0;}
.text4{position: absolute;width: 85%;height: 100%;font-size: 17px;top: 50px;left: 30px;}


.culture03{ padding:0px;margin-bottom:30px;} 

.culture03 .item{margin-bottom:30px;}
.culture03 .item:last-child{margin-bottom:0}
.culture03 .item .left{width:66%;}
.culture03 .item .right{width:32%;}
.culture03 .item .rect-4360{padding-bottom:43.6%;}
.culture03 .item .rect-45{padding-bottom:45%;}
.culture03 .item .rect-445{padding-bottom:44.5%;}
.culture03 .item .cover{position:absolute; left:0; bottom:0; width:100%;}
.culture03 .item .cover .box{padding:55px;}
.culture03 .item .cover .box .tit{font-size: 28px;line-height:58px;font-weight:bold;color:#fff;}
.culture03 .item .cover .box .con{font-size:15px; line-height:20px; color:#fff; width:40%;}
.culture03 .item .intro{background:#f5f5f5;}
.culture03 .item .intro .box{padding:30px 30px 0px 40px;}
.culture03 .item .intro .box .t{font-size: 28px;line-height:35px;font-weight:bold;color:#333e46;margin-bottom:20px;}
.culture03 .item .intro .box .c{font-size:15px; line-height:24px; height:72px; overflow:hidden; color:#666666;}
.culture03 .item01 .left{float:left;}
.culture03 .item01 .right{float:right;}
.culture01 .item02 .left{float:right;}
.culture01 .item02 .right{float:left;}

/***********************企业分布*******************************************************************************************************************/
.channel_content.gl_company {background: #ffffff;}
.gl_company01{ padding:40px 0px;}


.gl_company01 .rect-556{padding-bottom:55.6%;}

.gl_company01 li{margin-bottom:30px; }
.gl_company01 li.three_item{margin-right:0;}
.gl_company01 li .img .cover{position:absolute; width:100%; height:100%; top:0; text-align:center; background:url(../images/black.41.png);}
.gl_company01 li .img .cover .t{font-size:21px; font-weight:bold; color:#fff; padding-top:80px;}
.gl_company01 li .intro {position: relative;}
.gl_company01 li .intro .cover {margin: 0;}
.gl_company01 li .intro .cover .box{transition: all .5s ease;background: #f5f5f5;padding: 20px;}
.gl_company01 li .intro .cover .box .c {font-size: 16px;color: #313131;line-height: 28px;height: 56px;overflow: hidden;}
.gl_company01 li .intro .cover .box .more{display:block; opacity:0; color:#bc0b13; visibility:hidden; transition:.3s ease; transform: translateX(-20px); font-size: 14px; color: #666; margin-top: 22px;background: #ffffff;padding: 10px;}
.gl_company01 li .intro .cover .box .more .icon{display:inline-block; margin-left:10px;width:17px; height:10px; background:url(../images/anniu_jt2.png) no-repeat center;}
.gl_company01 li:hover .intro .cover .box .more{opacity:1; visibility:visible; transform: translateX(0); }



/*wenhua_list*/
.wenhua_list {   width: 100%;   margin: 20px 0px 20px; height: 75px; }
.wenhua_list li{   padding: 0px;    line-height: 75px; background: #f5f5f5;}
.wenhua_list  li a{ display: block;text-align: center;font-weight: bold;  font-size: 16px;color: #333; min-height: 75px; line-height: 75px;  }
.wenhua_list  li.cur a{ text-align: center; font-weight: bold; color: #FFF; background: #cc0001;}

.partner-text{ margin: 30px 0px; padding: 30px ; background: #FFF   url(../images/about_center04.jpg) no-repeat; background-size:cover; min-height: 700px;}
.partner-text img{  display: block; margin: 0 auto 15px; }
.partner-text p{font-size:16px; color:#333; line-height:35px; margin-bottom: 10px; padding:0 2%; text-align: justify}
.partner01 .partner-text .infor {text-align: left;font-size:30px; color:#000;font-weight: bold; }
.partner-text .infor .tit{ line-height:1; padding:30px 0 20px;}
.partner-text .infor .con{font-size:16px; color:#FFF; line-height:28px; padding:0 6%;}

 .tx{ margin: 30px 0px; padding: 30px ; background: #FFF   url(../images/about_center05.jpg) no-repeat; background-size:cover; min-height: 500px;}
.partner01 .tx .infor {text-align: left;font-size:30px; color:#FFF;font-weight: bold;     margin: 10px 0 20px;}
.partner01 .tx .item_con {line-height: 34px; margin-bottom: 15px;}
.partner01 .tx .mtitle {font-size:20px;font-weight:600;color:#f8f8f8;}
.partner01 .tx  .stitle {font-size:16px;color:#f8f8f8;}
/*xuetang*/
.xuetang{ width:100%;}
.widget-newslist-2 { margin-bottom:20px; }
.widget-newslist-2  li { clear:both; overflow:hidden;height: 110px;line-height: 110px; position:relative;border-bottom: 1px solid #f1f1f1;background: #fff;}
.widget-newslist-2  li:hover {background-color: #f3f3f3;}
.widget-newslist-2  ._time { width:12%; min-width:100px; float:left; font-family:Verdana; font-size:14px;}
.widget-newslist-2  ._title { width:50%; font-weight:normal; font-size:16px; float:left; white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-left: 8%; line-height:110px;}
.widget-newslist-2  ._download { width:60px; height:40px; position:absolute; left:2%; top:34%; overflow:hidden;}
.widget-newslist-2 ._title{float:left;}
.widget-newslist-2 .date_{position: absolute;right: 5%;top:0;}
.widget-newslist-2 .date_ span{font-size: 16px;color:#929292;position: absolute; right: 0;top: -24px;}
.widget-newslist-2 .date_ strong{font-size: 33px;color:#929292;font-weight: normal;}
.widget-newslist-2  li:hover .date_  span,.invest_list .part01  li:hover .date_  strong{color:#bf0000}
.widget-newslist-2  li:hover a, li:hover ._title, li:hover ._time ,li:hover .date_ span,li:hover .date_ strong{ color:#bf0000; }
.widget-newslist-2 .page{margin-bottom: 0;}
.widget-newslist-2  ._download .img { display:block; width:60px; height:40px; background-image:url(../images/down.png); background-repeat:no-repeat; background-position:center center; }
.widget-newslist-2  li ._download .img { background-image:url(../images/down.png); }
.widget-newslist-2  li ._not .img { background-image:url(../images/down.png);  }



/*搜索*/

.ss-box li{  border-bottom: 1px solid #DDD;}
.ss-box  .list_box .bd_c{ padding:0 0 0 3%;}
.list_bd li{  border-bottom: 1px solid #DDD;}
.ss-box .list_box{padding: 30px 15px 40px 15px;position: relative;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.ss-box .list_box .list_main { overflow: hidden;}
.ss-box .list_box .bd_r{width:20%; float:right;}
.ss-box  .list_box .bd_c{width:90%;padding:0 3% 0 3%; float:left;}
.ss-box  .list_box .nopic .bd_c {width:86%;padding-right:0;}
.ss-box  .list_box .list_title{font-size:20px;color:#333;font-weight:normal;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; margin-bottom:15px;}
.ss-box  .list_box .list_p{font-size:15px;color:#666;line-height: 26px;height:52px;overflow:hidden; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.ss-box  .list_box .list_time { padding: 15px 10px;  text-align: center;  color: #fff; position: relative; font-size:14px; color:#8b8b8b;  width:90px; float: left;border-right: 1px solid #e6e6e6;}
.ss-box   .list_box .list_time_day { display: block; font-size: 50px;  color: #d70010; line-height: 50px;}
.rect-5625 a img { display: block; width: 100%; -moz-transition: all .8s ease 0s; -ms-transition: all .8s ease 0s; -o-transition: all .8s ease 0s;  -webkit-transition: all .8s ease 0s;  transition: all .8s ease 0s;}
.ss-box   .list_box .list_p a{ color:#777;}
.ss-box   .list_box:hover {background-color:#f8f8f8;}
.ss-box   .list_box:after {background-color:#f8f8f8;}
.news-search-sub{ position: relative; margin-bottom: 20px;}
.news-search-sub input{ height: 60px; line-height: 60px; padding: 0 0 0 60px;}
.news-search-sub input.new-sea{ border-radius: 50px;    width: 100%;}
.news-search-sub input.new-but{cursor: pointer; font-size: 16px; line-height: 55px; position: absolute; right: 0; top: 0; width: 100px; background: #ea5413; color: #fff;border-top-right-radius: 50px; border-bottom-right-radius:50px; text-align: center; padding: 0;}
.news-search-sub input.new-but:hover{opacity: 0.8;}
.news-search-sub .label{ position: absolute; left:25px;top: 20px;}


/*网站地图*/
.mapweb_box{ width:100%; margin: 30px auto;}
.mapweb_box dl { width: 100%;  margin-bottom: 10px;}
.mapweb_box dl dt { border-bottom: 1px solid #e1e1e1;  margin-bottom: 10px;}
.mapweb_box dl dt a { display: inline-block;  padding: 0px 20px; height: 45px;  background:#c40101; color: #fff; font-size: 20px; line-height: 45px;}
.mapweb_box dl dd { margin-bottom: 25px;}
.mapweb_box dl dd a{display: block; float:left; line-height: 42px; background: #f5f5f5;  overflow: hidden;  word-wrap: normal;  white-space: nowrap;  text-overflow: ellipsis;  -webkit-transition: .3s;  -moz-transition: .3s; transition: .3s;margin: 15px 20px 0 0; padding:0px 20px; font-size:16px; color:#555;}
.mapweb_box dl dd a:hover{-moz-border-radius: 15px 0 15px 0;border-radius: 15px 0 15px 0; color: #fff; background: #cc0102;}
.dropbtn{  position: relative;  display: block;}
.dropdown-content {display: none;position: absolute; background-color: #b7b7b7;top:55px;width: 100%;;box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);}
.dropbtn ul{ display: none; padding: 10px;}
.dropbtn:hover ul{display: block;}
.dropbtn:hover  ul li{  background: #EEE;}

/***********************资质荣誉*******************************************************************************************************************/
.gallery:after {content: '';display: block;height: 2px; margin: .5em 0 1.4em;}
.gallery li{ margin-bottom: 50px;}
.gallery li img{height:225px; width:100%;border: 3px solid #cc0001;   padding: 10px;  }
.gallery div{line-height:45px; font-size: 16px; z-index:999; background:#cc0001;   text-align:center; color:#FFF; z-index:9999; }
.gallery1:after {content: '';display: block;height: 2px; margin: .5em 0 1.4em;}


#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6);border: 15px solid #FFF;}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:3.8; font-size:18px; color: #FFF; background-color:#000;background-color:rgba(0,0,0,.6);}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-moz-transform .4s ease;transition:left .4s ease,transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.double-bounce1,.double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}




/***********************视频欣赏*******************************************************************************************************************/
.channel_content.video_list {background: #ffffff;    padding: 40px 0px;}
.video_list01{     padding-bottom: 60px;}
.video_list01 .infor{margin-bottom:36px; text-align:center;}
.video_list01 .infor a{display:inline-block; padding:0 33px; font-size:15px; color:#282828; height:48px; line-height:48px; border:1px solid #ddd; margin:0 13px;}
.video_list01 .infor a:hover{border-color:#00a1e9; background:#00a1e9; color:#fff;}
.video_list01 .infor a.cur{border-color:#00a1e9; background:#00a1e9; color:#fff;}
.video_list01  li{cursor:pointer;margin-bottom:35px;}
.video_list01  li .rect-5755{padding-bottom:57.55%;}
.video_list01  li .cover{width:100%; height:100%; position:absolute; top:0; left:0; background:url(../images/orange.8.png) center; opacity:0; visibility:hidden; transition:all 0.5s ease;}
.video_list01  li .cover .play{width:90px; height:90px; background:url(../images/video_list01_2.png) no-repeat center; position:absolute; left:50%; margin-left:-45px; top:50%; margin-top:-45px;}
.video_list01  li .intro{transition:all 0.5s ease; position:relative;background: #f5f5f5;}
.video_list01  li .intro .box{padding:25px 40px 25px 25px;}
.video_list01  li .intro .box .tit{font-size:16px; color:#666;}
.video_list01  li .intro .box .icon{width:56px; height:56px; background:url(../images/video_list01_3.jpg) no-repeat center; position:absolute; right:15px; top:50%; margin-top:-28px; opacity:0; visibility:hidden; transition:all 0.5s ease; display:none;}
.video_list01  li:hover .cover{opacity:1; visibility:visible;}
.video_list01  li:hover .intro{background:#e7e8ea;}
.video_list01  li:hover .intro .box .icon{opacity:1; visibility:visible;}
.box_wrap_out_posi.show{background:#666;}
/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************产品***********/


/************************proudct_center01***********/
.proudct{}

.index-load-more {
    height: 49px;
    position: relative;
    margin: 40px 0 30px;
    width: 100%;
    float: left;
}

.index-load-more .line {
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
    background: #e6e6e6;
    position: absolute;
}

.index-load-more .more {
    position: absolute;
    width: 100px;
    text-align: center;
    left: 50%;
    margin-left: -50px;
    background: #ffffff;
    height: 55px;
    color: #999;
}

.index-load-more .more .icon-more {
    width: 30px;
    height: 30px;
    background: url(../images/icon_more.png) no-repeat;
    display: block;
    margin: 0 auto 5px;
}

.index-load-more .more.disabled {
    line-height: 55px;
    cursor: default
}


.proudct_center01{  padding: 40px 0px 40px;}
.proudct_center01 .introduction {padding: 20px 0px;text-align:center;}
.proudct_center01 ._intro_title {margin-bottom: 0px;font-size:30px; color: #333; font-weight:bold;}
.proudct_center01 ._intro_wd { text-align:center; font-size:20px; }
.uniList li{ margin-bottom: 45px;}
.uniList .wow.animated { animation-duration:1s; }
.uniList .rect-56 { padding-bottom:56%; }
.uniList ._pic img { width:100%; }
.uniList ._mask_box { position:relative; background: #e4e1dc;}
.uniList ._mask { display:none; position:absolute; top:0; width:100%; height:0; overflow:hidden; padding-bottom:56%; background:rgba(0,0,0,.70); filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#b4000000,endcolorstr=#b4000000); }
.uniList ._mask ._wd { position:absolute; top:40%; width:100%; padding:0 5%; font-size:19px; color:#ffffff; text-align:center; white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.uniList ._sn_pannel { padding-top:30px; }
.uniList ._sn_inn { position:relative; padding:32px 32px 23px 34px; font-size:14px; color:#808080; line-height:1.7; border:#c2c2c2 1px solid; }
.uniList ._sn_inn ._date { display:block; position:absolute; top:0; left:50%; margin-top:-14px; margin-left:-120px; padding:0 10px; width:250px; font-size:20px; color:#c40000 ; background-color:#ffffff; text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden; }
.uniList ._sn_inn ._wd { font-size:16px;color:#333;height:3.4em; overflow:hidden; text-align:center; }

/************************proudct_center02***********/
/*.proudct_center02{  padding: 40px 0px 60px;}*/
.proudct_center02 .che_ul{padding-bottom: 55px;}
.proudct_center02 .part2{height: 500px;position: relative;background: #f4f4f4;}
.proudct_center02 .part2_item_b{width: 50%;float: right;}
.proudct_center02 .part2_bg{position: absolute;left: 50%;top: 0;margin-left: -960px;height: 500px;overflow: hidden;cursor: pointer;}
.proudct_center02 .part2_h4{color: #3caaff;font-size: 34px;text-align: left;}
.proudct_center02 .part2_s{font-size: 20px;color: #1a1a1a;padding-bottom: 30px;}
.proudct_center02 .part2_item_box{padding: 100px 20px 0 80px;}
.proudct_center02 .part2_ul li{position: relative;margin-bottom: 35px;}
.proudct_center02 .part2_icon{position: absolute;top: 50%;margin-top: -25px;width: 50px;left: 0;width: 50px;height: 50px;border-radius: 50%;background-color: #3caaff;}
.proudct_center02 .part2_icon > i{width: 28px;height: 28px;background: url(../images/proudct_center02_icon.png) no-repeat center center;background-position: 0 0;display:block;margin: 11px auto;}
.proudct_center02 .part2_icon2 > i{background-position: -28px 0;width: 23px;}
.proudct_center02 .part2_icon3 > i{background-position: -52px 0;width: 21px;}
.proudct_center02 .part2_icon4 > i{background-position: -73px 0;width: 26px;}
.proudct_center02 .part2_icon5 > i{background-position: -99px 0;width: 26px;}
.proudct_center02 .part2_ul_s{padding-left: 75px;font-size: 14px;color: #666;line-height: 1.8;height: 3.6em;overflow: hidden;}
.proudct_center02 .part2_bg .part2_img{transition: all 0.5s ease;}
.proudct_center02 .part2_bg:hover .part2_img{transform: scale(1.1,1.1);}
.proudct_center02 .part3 .part2_bg{left: auto;margin-left: 0;right: 50%;margin-right: -960px;}
.proudct_center02 .part3 .part2_item_b{float: left;}
.proudct_center02 .part3 .part2_item_box{padding: 100px 80px 0 0;}

.proudct_center02 .che_li{border:8px solid #ededed;padding: 20px 20px 5px;position: relative;margin: 20px 0;}
.proudct_center02 .che_li:nth-last-child(1){min-height: 280px;}
.proudct_center02 .che_li_h4{font-size: 20px;color: #c40101;    font-weight: bold;margin-bottom: 8px;text-align: center;border-bottom: 1px solid #DDD;padding-bottom: 10px;}
.proudct_center02 .che_li_s{font-size: 14px;color: #333;max-height: 180px;;line-height:28px;    overflow: scroll;text-align: justify;}
.proudct_center02 .che_li_s p{font-size: 14px;color: #333;line-height:28px; /*font-weight: bold; */}

.proudct_center02 .che_li_s span{font-size: 16px;color: #000; font-weight: normal;text-align: center; display: block;}



.proudct_center02 .che_li_border{position: absolute;opacity: 0;background: #cc0102;}
.proudct_center02 .che_li_left,.proudct_center02 .che_li_right{-moz-transform: scale(1, 0);-ms-transform: scale(1, 0);-webkit-transform: scale(1, 0);transform: scale(1, 0);width:8px;}
.proudct_center02 .che_li_top,.proudct_center02 .che_li_bottom{-moz-transform: scale(0,1);-ms-transform: scale(0,1);-webkit-transform: scale(0,1);transform: scale(0,1);height:8px;}
.proudct_center02 .che_li_left{left:0;bottom:8px;top:8px; -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;}
.proudct_center02 .che_li_top{top:0;left:0;right:0;-moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;}
.proudct_center02 .che_li_right{right:0;bottom:0px;top:0px;-moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;}
.proudct_center02 .che_li_bottom{bottom:0;left:0;right:8px; -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;}
.proudct_center02 .che_li:hover .che_li_border{opacity:1;-moz-transform: scale(1,1);-ms-transform: scale(1,1);-webkit-transform: scale(1,1);transform: scale(1,1);-moz-transition: opacity 0.2s linear 0s, -moz-transform 0s linear 0.2s;
  -o-transition: opacity 0.2s linear 0s, -o-transform 0s linear 0.2s;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0s linear;
  -webkit-transition-delay: 0s, 0.2s;
  transition: opacity 0.2s linear 0s, transform 0s linear 0.2s;}
.proudct_center02 .che_li:hover .che_li_top{-moz-transition: -moz-transform 0.2s linear 0s, opacity 0s linear 0s;
  -o-transition: -o-transform 0.2s linear 0s, opacity 0s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
  -webkit-transition-delay: 0s, 0s;
  transition: transform 0.2s linear 0s, opacity 0s linear 0s;}
.proudct_center02 .che_li:hover .che_li_right{-moz-transition: -moz-transform 0.2s linear 0.2s, opacity 0s linear 0s;
  -o-transition: -o-transform 0.2s linear 0.2s, opacity 0s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
  -webkit-transition-delay: 0.2s, 0s;
  transition: transform 0.2s linear 0.2s, opacity 0s linear 0s;}
.proudct_center02 .che_li:hover .che_li_bottom{-moz-transition: -moz-transform 0.2s linear 0.4s, opacity 0s linear 0s;
  -o-transition: -o-transform 0.2s linear 0.4s, opacity 0s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
  -webkit-transition-delay: 0.4s, 0s;
  transition: transform 0.2s linear 0.4s, opacity 0s linear 0s;}
.proudct_center02 .che_li:hover .che_li_left{-moz-transition: -moz-transform 0.2s linear 0.6s, opacity 0s linear 0s;
  -o-transition: -o-transform 0.2s linear 0.6s, opacity 0s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear, opacity 0s linear;
  -webkit-transition-delay: 0.6s, 0s;
  transition: transform 0.2s linear 0.6s, opacity 0s linear 0s;}
.proudct_center02 .che_ul{padding-bottom: 55px;}


/*proudct_center03¹*/
.proudct_center03{      padding: 0px 0px 20px; }
/*.proudct_center03 li{width:24%;margin-right: 1%;}*/
.proudct_center03 .list_box{position:relative;}
.proudct_center03 .list_cover{position:absolute;top:0;left:0;width:100%;height:100%;}
.proudct_center03 .cover_box{padding:18% 10% 0%;color:#fff;}
.proudct_center03 .list_title{font-size:22px;margin-bottom:10px;font-weight:normal;}
.proudct_center03 .rect-120{padding-bottom: 120%;}



/*prodcut-lan*/
.prodcut-lan { width:100%;}
.prodcut-lan .container{ width:82%;}
.prodcut-nav {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 11;
}
.prodcut-nav ul {
    border-right: 1px solid #e5e5e5;
    overflow: hidden
}
.prodcut-nav li {
    width: 11.1%;
    height: 160px;
    float: left;
    line-height: 100%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}
.prodcut-nav a {
    display: block;
    height: 125px;
/*    width: 122px;*/
    color: #333;
    padding-top: 20px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.prodcut-nav a p{
/*
      width: 75px;
     display: block;
*/
  
    font-size: 15px;
    text-align: center;
    line-height: 22px;
    margin: 0 auto;
}
.pro-icon {
    display: block;
    background: url(../images/product_icon.png);
    width: 68px;
    height: 68px;
    margin: 0 auto 10px;
}
.prodcut-nav .hover a,
.prodcut-nav a:hover {
    color: #e60012
}
.prodcut-nav .hover a .pro-icon,
.prodcut-nav a:hover .pro-icon {
    background-image: url(../images/product_icon_h.png)
}
.pro-icon-2 {
    background-position: 0 -68px
}
.pro-icon-3 {
    background-position: 0 -136px
}
.pro-icon-4 {
    background-position: 0 -204px
}
.pro-icon-5 {
    background-position: 0 -272px
}
.pro-icon-6 {
    background-position: 0 -340px
}
.pro-icon-7 {
    background-position: 0 -408px
}
.pro-icon-8 {
    background-position: 0 -476px
}
.pro-icon-9 {
    background-position: 0 -544px
}
.pro-icon-10 {
    background-position: 0 -612px
}
.pro-icon-11 {
    background-position: 0 -670px
}


.pro-nav-img {
    height: 680px;
    position: relative;
}
.pro-nav-img li {
    width: 100%;
    height: 680px;
    background-position: center center;
   
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    cursor: pointer;
    overflow: hidden
}
.pro-nav-img li .li-bg {
    width: 100%;
    height: 900px;
    width: 100%;
    height: 900px;
    background-position: center center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}
.pro-nav-img li:hover {
    opacity: 0.99;
}
.pro-nav-text {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 12
}
.pro-nav-text .t1 {
    font-size: 30px;
    padding-bottom: 27px;
    color: #060001;
    font-weight: 300;
}
.pro-nav-text .t2 {
    font-size: 20px;
    line-height: 38px;
    color: #c40101;
    font-weight: 300;
    width: 40%;
    margin: 0 auto; display: -webkit-box;       
  overflow: hidden;
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
/*
.pro-nav-text .t3 {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    line-height: 32px;
}
*/
.pro-nav-text .t3 {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    line-height: 32px;
    width: 50%;
    margin: 0 auto;display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.pro-nav-img li .li-bg {
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    transition: transform 1s ease;
}
.pro-nav-img li:hover .li-bg {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    transition: transform 1s ease;
}

/*产品介绍总页合作伙伴*/
.hzhb{ margin-top:-30px;}

.hzhb .picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.hzhb .picMarquee-left{ overflow:hidden; position:relative; position:relative;}
.hzhb .picMarquee-left .hd{ overflow:hidden;   }
.hzhb .picMarquee-left .hd .next{ background-position:0 -50px;  }
.hzhb .picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.hzhb .picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.hzhb .picMarquee-left .bd{ padding:10px;   }
.hzhb .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.hzhb .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; }
.hzhb .picMarquee-left .bd ul li .pic{ text-align:center; }
.hzhb .picMarquee-left .bd ul li .pic img{ width:220px; height:110px; display:block; padding:5px; border:5px solid #eee; }
.hzhb .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.hzhb  .picMarquee-left .bd ul li .title{ line-height:24px;   }




/*产品详情*/
.proDetail-top{background:url(../images/pd_bg1.jpg) center bottom no-repeat; padding: 60px 0 0 30px;margin-top: 0px;}
.proDetail-top .container {width: 82%;}

.proDetail-top .pd{padding:40px  10% 0;}
.proDetail-top .proD-left{/*width:55%;*/}
.proDetail-top .proD-left .title{font-size: 30px;color: #cc0102;margin-bottom: 20px;font-weight: bold;}
.proDetail-top .proD-left .p{font-size:16px;color:#333; }

/*.proDetail-top .proD-right{width:42%;}*/
.proDetail-top ._album_list{margin-top:20px;width:45%;margin-left: auto;margin-right:auto;position:relative;}





.am-sticky {
    position: fixed!important;
    z-index: 1010;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.product-all-header {height: 350px; background: url(../images/p_su_bg.jpg) no-repeat center / cover;}
.product-all-header .header-content{max-width:1180px;margin:0 auto;padding-top:54px}
.product-all-header .header-content h1{font-size:36px;color:#fff;line-height:50px;margin-bottom:10px;font-weight:normal}
.product-all-header .header-content p{font-size:18px;color:#fff;line-height:24px;margin-bottom:20px;width:560px}
.product-all-header .header-content .cui-btn{background:#f66f6a;border-radius:1px;padding:0;display:inline-block;height:40px;border:solid 1px transparent;border-radius:2px;font-weight:400;font-size:14px;line-height:38px;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;transition:.2s}
.product-all-header .header-content .cui-btn a{color:#fff;display:block;width:100%;height:100%;padding:0 30px;}
.product-all-header .header-content .cui-btn:hover{box-shadow:0 8px 16px 0 rgba(246,111,106,0.3)}
.product-all-content{position:relative;max-width:1180px;margin:0 auto;padding-top:124px;padding-bottom:90px}
.product-all-content .pro_nav{position:absolute;top:-50px;left:0;width:100%;overflow:hidden;z-index: 70;margin: 0px;}
.product-all-content .pro_nav.am-sticky{left: 0!important;width: 100%!important;}
.product-all-content .pro_nav .nav-content{width: 90%;margin: 0 auto;}
.product-all-content .pro_nav.am-sticky .nav-content{width: 1180px;margin: 0 auto;}
.product-all-content .pro_nav .nav-title{font-size:18px;color:#666a75;line-height:20px;margin-right:9px;display:block;float:left;margin-top:5px}
.product-all-content .pro_nav .nav-list{overflow:hidden;width:50%; margin: 0 auto;}
.product-all-content .pro_nav .nav-list li{/* float: left; */    width: 20%; text-align: center;height: 60px;line-height: 60px;}
.product-all-content .pro_nav .nav-list li a{display:inline-block;font-size: 20px;color:#FFF;line-height:60px;/* padding:7px 8px; *//* margin-right:10px; *//* margin-bottom:10px; */background: url(../images/ps-bg.jpg) center center no-repeat;cursor:pointer;}
.product-all-content .pro_nav .nav-list li:last-of-type a{margin-bottom:0}
.product-all-content .pro_nav .nav-list li a.am-active{color:#333;border-radius: 2px;
    background: #FFF;border-radius:2px}
.product-all-content .pro_nav .arrow{display:none}
.product-all-content .product-content{overflow:hidden}
.product-all-content .product-content .title{font-size:22px;color:#252b3a;letter-spacing:0;line-height:28px;position:relative;padding-left:12px;margin-bottom:20px;margin-top:30px}
.product-all-content .product-content .title:before{background:#f66f6a;content:'';position:absolute;top:4px;left:0;width:2px;height:20px}
.product-all-content .product-content .tips{float:left;position:relative;padding-left:10px;padding-right:10px;padding-top:10px;padding-bottom:10px}
.product-all-content .product-content .tips.col-sm-4 {width: 33.33333333%;}
.product-all-content .product-content .tips:nth-of-type(3n){padding-right:0}
.product-all-content .product-content .tips:nth-of-type(3n - 2){padding-left:0}
.product-all-content .product-content .tips:nth-of-type(-n+1){padding-bottom:0}
.product-all-content .product-content .tips a{display:block;padding:30px 30px 30px 98px;background:#fff;border-radius:2px;border:1px solid #ddd}
.product-all-content .product-content .tips a:hover{box-shadow:0 10px 40px 0 rgba(0,0,0,0.1)}
.product-all-content .product-content .tips a:hover .tips-title{color:#f66f6a}
.product-all-content .product-content .tips a:hover .icons-product-md{color:#f66f6a}
.product-all-content .product-content .tips .inco{position:absolute;top:38px;left:32px}
.product-all-content .product-content .tips .tips-title{font-size:18px;color:#252b3a;letter-spacing:0;line-height:22px;margin-bottom:10px}
.product-all-content .product-content .tips .tips-info{font-size:14px;color:#a0a2a8;letter-spacing:0;word-break:break-all;text-align:justify;line-height:22px;height:88px;overflow:hidden;text-overflow:ellipsis;}



    #loutinav {

        width: 85px;
        position: fixed;
        top: 100px;
        left: 50px;
/*        border: 1px solid #ddd;*/
        display: none;
        
    }
    
    #loutinav ul li {
        width: 77px;
        height: 55px;
        border-bottom: 1px dotted #DDDDDD;
        list-style: none;
        font-size: 14px;
        text-align: center;
        line-height: 55px;
        position: relative;
        cursor: pointer;
        vertical-align: middle;
        /* padding: 10px 0; */
        background:  rgb(3 4 6 / 62%);
        color: #fff;
    }
    
    #loutinav ul li span {
                width:100%;
                line-height: 55px;
                /*        padding: 10px 0;*/
                position: absolute;
                top: 0;
                left: 0;
    }
    
   
    
    #loutinav ul li.last {
        background: #333;
        color: #fff;
        border-bottom: 1px solid #ddd;
        width: 77px;
        height: 100%;
    }

    #loutinav ul li.active span {
        background: #c00;
        color: #fff;
        display: block;
    }

    #loutinav ul li:hover span {
        background: #c00;
        color: #fff;
        display: block;
    }
    
    #header {
        width: 1000px;
        height: 1000px;
        background: #cc6633;
        margin: 0 auto;
         font-size: 50px;line-height: 1000px;text-align: center;
         color: #000;
    }
    
    #main {
        width: 90%;

        margin: 0 auto;
    }
    
    #main .louti {
     /*min-height:300px;*/ margin: 0 auto;
    width: 90%;

      
    

    }

.section-content{/*min-height: 400px;*/ margin: auto; text-align: center;     padding: 20px 10px;}
 #section3  .section-content{min-height: 200px; margin: auto; text-align: left;     padding: 20px 10px;}
.section-content .ps_t{font-size: 24px;text-align: center;margin-bottom: 20px;color: #c00;font-weight: bold; margin: 0 auto 25px; width: 280px;border-radius: 5px;    position: relative;}
.section-content .ps_t:after{content: '';
    position: absolute; z-index: -1;
    width: 70%;
    height: 5px;
    background: #ffee3a;    top: 50%;
    left:  15%;}

.section-content p{ font-size: 16px; color: #333; line-height: 32px;text-align: left;}

.syt_li  li {  text-align:  left; line-height: 36px; color: #333; font-size: 16px; margin-top:8px; margin-bottom:8px;float: left; width: 45%;}
.syt_li  li span{   background: #c43231; width: 35px; height: 35px;  display:inline-block;text-align: center; margin-right: 15px; vertical-align: middle;border-radius: 50%; color: #FFF;}

/*合作伙伴*/

.partner.channel_content{padding:0; background:#eee;}
.partner01 .infor{text-align:center;}
.partner01 .infor .tit{font-size:30px; color:#333333; line-height:1; padding:30px 0 20px;}
.partner01 .infor .con{font-size:16px; color:#333333; line-height:28px; padding:0 6%;}
.partner01 .rect-55{padding-bottom:55%;}
.partner01 .content{padding:0px 0 0;}
.partner01 .content ul li{float:left; width:19%; margin-right:1%; margin-bottom:1%;    border: 8px solid #f5f5f5;}
.partner01 .content ul li.five_li{margin-right:0;}

/**/

/*工程案例*/
.anli .container{ width: 100%;}
.anli .infor{text-align:center;}
.anli .infor .tit{font-size:30px; color:#333333; line-height:1; padding:30px 0 20px;}
.anli .infor .con{font-size:16px; color:#333333; line-height:28px; padding:0 6%;}
.anli .rect-55{padding-bottom:55%;}
.anli .content{padding:0px 0 0;}
.anli .content ul li{float:left; width:19%; margin-right:1%; margin-bottom:1%;    border: 8px solid #f5f5f5;}
.anli .content ul li.five_li{margin-right:0;}

.anli .tab_c{padding:20px 0;}
.anli .tab_c .content .item{position:relative; margin-top:30px;padding-top: 15px;   transition:all .3s ease;}

.anli .tab_c .content .item:nth-child(4n){margin-right: 0px;  }
.anli .tab_c .content .item .li_line{width:0; height:5px; background:#cc0001; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.anli .tab_c .content .item:hover .li_line{width:100%;}
.anli .tab_c .content .item:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2)}
.anli .tab_c .content .item.three_item { margin-right: 0;}
.anli .tab_c .content .item .box{padding:10px 20px;background:#f5f5f5;}
.anli .tab_c .content .item .box:hover{box-shadow:none;background:none;}
.anli .tab_c .content .item .box .tit{font-size:18px; color:#333; font-weight:bold; line-height:34px; margin-bottom:15px;    text-align: center;}
.anli .tab_c .content .item .box .list{font-size:14px; color:#333333; line-height:28px; margin:10px 0; }
.anli .tab_c .content .item .box .list ul li{display:inline-block;border:1px solid #b5b5b5; padding:0 5px; margin-right:30px;}
.anli .tab_c .content .item .box .list ul li.li01{ margin-bottom:10px;}
.anli .tab_t .more {display:none; position:absolute; right:0; top:80px; font-size:14px; color:#666; cursor:pointer;}

/*销售服务*/
.map_xs{   padding:30px 0px 0px;}
.map_xs ul {  margin:30px auto 0px;}
.map_xs ul li { line-height: 40px; font-size: 20px; color: #333;  }
.map_xs ul li span{  margin-right: 15px; color: #db0000; display: inline-block;    font-size: 30px;}
.map_xs_bg{/* width: 80%; */padding:25px;background:#F5F5F5;font-size: 16px;overflow: hidden;height: 175px;margin-bottom: 40px;transition: all .5s ease 0s;box-shadow: 0px 0px 10px 5px #efefef;border-radius: 6px;}

/**/

.barz { margin:0 auto;}
.barz li{    position: relative; margin-top: 30px; padding-top: 15px;transition: all .3s ease;}

/* 研发实力 */
.strength.channel_content{background:#eee; padding:0;}
.strength01{position:relative;}
.strength01 .infor{width:100%; top:0; left:0; z-index:1; text-align:center;}
.strength01 .infor .t{font-size:30px; color:#333333; line-height:38px; padding:30px 0 30px;}
.strength01 .infor .c{font-size:16px; color:#333333; padding:0 10%;}
.strength01 .picMarquee-left{  overflow:hidden; position:relative;  }
.strength01 .picMarquee-left .bd{   }
.strength01 .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.strength01 .picMarquee-left .bd ul li{  _display:inline; overflow:hidden; text-align:center;  }
.strength01 .picMarquee-left .bd ul li .pic{ text-align:center; }
.strength01 .picMarquee-left .bd ul li .pic img{  display:block;border-radius:5px; }
.strength01 .picMarquee-left .bd ul li .pic:hover img{ border-color:#999;  }
.strength01 .picMarquee-left .bd ul li .title {
    line-height: 58px;
    background: #eeeeee;
    width: 100%;
    display: block;
    position: relative;   
  font-size: 16px;
    color: #333;
    z-index: 9;
    /* left: 15px; */
    bottom: 58px;
    overflow: hidden;
}
/***********************党建*******************************************************************************************************************/

.dang{margin-bottom:50px;}
.dang_01{padding-bottom:45px;padding-top: 50px;}
.dang_01  .fix{margin-bottom:40px;}
.dang_01  .item{display:block; position:relative;}
.dang_01  .item:before{content:""; position:absolute; right:0; bottom:0; top:0; left:0; background:url(../images/industry01_cover.png) repeat center bottom; z-index:1;}
.dang_01  .item:after{content:""; position:absolute; right:36px; bottom:35px; width:33px; height:32px; background:url(../images/industry01_jt.png); z-index:2;}
.dang_01  .item .info{position:absolute; left:0; right:0; bottom:0; padding:25px 130px 25px 30px; color:#fff; z-index:1; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.dang_01 .item .info .t{font-size:24px; font-weight:bold; margin-bottom:10px;}
.dang_01 .item .info .d{font-size:16px; line-height:26px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; height:26px; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.dang_01  .item:hover .info{    background: url(../images/job_center4.png); padding-bottom:20px;}
.dang_01  .double .item:hover .info{padding-bottom:50px;}
.dang_01 .item:hover .info .d{height:auto; white-space:normal;}
.dang_01 .rect-875{padding-bottom:76.5%;}
.dang_01 .rect-417{padding-bottom:38%;}
.dang_01 .double .top{margin-bottom:26px;}




/************/
.dang-list02 .list_hd{background-color:#f0f0f0;padding:50px 60px 40px;margin-bottom:26px;}
.dang-list02 .hd_tit{font-size:20px;color:#1e1e1e;font-weight:normal;height:30px;line-height:30px; margin-right:2%;}
.dang-list02 .inp_box_wrap { width:20%;margin-right:2%; }
.dang-list02 .inp_box{display:block;width:100%;height:32px;line-height:32px;border:1px solid #e0e0e0;padding:0;margin:0;box-sizing:content-box;font-size:13px;color:#999;padding:0;text-indent:10px;}
.dang-list02 .hd_btn{width:18%;border:none;text-align:center;background-color:#d7000f;font-size:15px;color:#fff;height:34px;line-height:34px;outline:none;cursor:pointer;}
.dang-list02 .list_box{
    padding: 20px;
    position:relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e7e7e7;
    background: #f5f5f5;
    margin-bottom: 20px;
    }
.dang-list02 .list_main{overflow:hidden; }
.dang-list02 .list_title{font-size: 20px;color:#070707;font-weight:normal;display:block;}
.dang-list02 .list_tool{font-size:12px;color:#c9c9c9;padding:10px 0px;}
.dang-list02 .list_tool span{display:inline-block; vertical-align:middle;}
.dang-list02 .list_tool .share{cursor:pointer; margin:0 20px;}
.dang-list02 .list_p{font-size: 16px;color: #333;line-height: 30px;height: 62px;overflow:hidden;margin-top: 10px;}
.dang-list02 .list_box:after{content: "";width:88%;height:1px;/* background-color:#e6e6e6; */position:absolute;bottom:0;right:0;}
.dang-list02 li:hover .list_box{background-color: #f5f5f5;}
.dang-list02 li:hover .list_box:after{background-color:#f8f8f8;}
.dang-list02 li:hover .list_title a{color:#008756;}
.dang-list02 li:hover .list_title{color:#d7000f;}
.dang-list02 .list_time{position:relative;  padding:15px 0px; font-size:16px; text-align:center; color:#fff; background:#c35d04; font-weight:bold; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s;}
.dang-list02 .list_time_day{display:block;font-size:50px;color:#FFF;line-height:50px;font-family:helvetica;}
.dang-list02 .select-ui-choose ._arrow{width:16%;right:0;background:#e3e3e3;}
.dang-list02 .select-ui-choose ._arrow .arr{left:50%;margin:0 0 0 -0.4em;border-color: #969696 transparent transparent;}
.dang-list02 .list_bd .list_box:hover .list_time{background: #ba0001;}

/************/
.dang-list03{  padding-bottom: 30px;;}
.dang-list03 ul>li{position: relative;border-top: none;margin-bottom: 25px;}
.dang-list03 ul>li .all_area{padding-bottom: 115px;}
.dang-list03 .img_area a{display: block;}
.dang-list03 .img_area .rect-73247{padding-bottom: 73.247%;}
.dang-list03 .infor_area{position: absolute;bottom: 0px;width: 100%;transition:all 0.5s;}
.dang-list03 .infor_area .txt{padding: 20px 17px 25px 29px;background: #f7f7f7;transition:  all 0.5s ease;}
.dang-list03 .infor_area .txt a{display: block;}
.dang-list03 .infor_area .tit{font-size: 18px;color:#19191a;margin-bottom: 23px;}
.dang-list03 .infor_area .con{font-size: 14px;color:#19191a;line-height: 26px; height:0px; overflow: hidden;transition: all 0.7s;color: #fff;}
.dang-list03 .infor_area .date{font-size: 13px;color:#909090;}
.dang-list03 ul>li:hover .txt{background:#cc0102;background-size: cover;}
.dang-list03 ul>li:hover .con{height: 50px;margin-bottom: 23px;transition:all 0.7s;color: #fff;}
.dang-list03 ul>li:hover .tit{color: #fff;}
.dang-list03 ul>li:hover .date{color: #fff;}
.rect-5625{padding-bottom: 57.25%;}

/************/
.dang-list04 .pt1{margin-bottom:40px;}
.dang-list04 .pt1 .pt1bg{position:relative; overflow:hidden; background:#f6f9fd;}
.dang-list04 .pt1 .pic{width:100%; position: absolute; right: 0; bottom: 0; top:0; background-position:center; background-size:cover; background-repeat:no-repeat; min-height: 310px;} 

.dang-list04 .pt1  .con{padding:65px; text-indent:2em;}
.dang-list04 .pt1  .con p{text-indent:2em;color:#333 !important; line-height:32px; font-size: 16px; margin-bottom: 8px;}
.dang-list04 .pt1 .con .en{color:#333 !important; line-height:1; text-transform:uppercase; font-family:Impact;}
.dang-list04 .pt1  .con .en1{font-size:75px;}
.dang-list04 .pt1  .con .en2{font-size:65px;}
.dang-list04 .pt1 .con .cn{color:#000 !important; font-size:30px; font-weight:bold; line-height:80px;}
.dang-list04 .pt2{background:#f4f8fd; padding:55px 0 120px;}
.dang-list04 .pt2 .txt{position:absolute; left:0; top:0; height:100%; width:101%; display:table; background:#e7e7eb; color:#333333; line-height:30px;}
.dang-list04 .pt2 .txt .d{display:table-cell; vertical-align:middle; padding:0 10%;}
.dang-list04 .pt2 .txt .d .tit{font-size:22px; font-weight:bold; color:#000; line-height:1; line-height:30px;}
.dang-list04 .pt2 .txt .d p{padding-bottom:30px;}
.dang-list04 .pt2 .five .txt{background:none; color:#fff;}

.dang-list04 .pt2 .desc{color:#000; font-size:17px; line-height:30px; margin:30px 0;}
.dang-list04 .pt2 .part{margin-bottom:50px;}
.dang-list04 .pt2 .con2>.span-6{margin-bottom:30px;}
.dang-list04 .pt2 .con2 .txt{display:inline-block; *display:inline; *zoom:1;}
.dang-list04 .pt2 .con2 .txt .d{display:inline-block; *display:inline; *zoom:1; padding-top:40px;}


/**********************人力资源*******************************************************************************************************************/
.rencai_list0{}
.job_center01{padding:40px 0;}

.job_center01 .item{}
/*.job_center01 .item:first-child{margin-right:0px;}*/
.job_center01 .item .box{padding:60px 90px 40px;    text-align: center; display:block;background:#ededed;transition:all 0.5s ease; }
.job_center01 .item .box .icon{display:inline-block; width:107px; height:107px; background:url(../images/job_center01_1.png) no-repeat; margin-right:40px; vertical-align:middle;}
.job_center01 .item .box .icon01{background-position:0 0;}
.job_center01 .item .box .icon02{background-position:-107px 0;}
.job_center01 .item .box .intro {display:inline-block;color: #333;vertical-align:middle;}
.job_center01 .item .box .intro .t{font-size: 30px;font-weight: bold;}
.job_center01 .item .box .intro .c{font-size:16px;}
.job_center01 .item:hover .box{background:#c40101;}
.job_center01 .item:hover .box .intro{color:#fff;}
.job_center02{background:url(../img/job_center01_2.jpg) no-repeat center; padding:100px 0 130px;}

.job_center02{background:url(../images/job_center01_2.jpg) no-repeat center; padding:100px 0 130px;}
.job_center02 .infor{; color:#000;}
.job_center02 .infor .tit{font-size: 30px;line-height:1;font-weight: bold;}
.job_center02 .infor .con{font-size:16px; line-height:24px; margin:30px 0 40px;}
.job_center03{margin:75px 0;}
.job_center03 .infor .tit{display:block; font-size:30px; line-height:30px; color:#232323; font-weight:bold; margin-bottom:25px;}
.job_center03  {margin-top:40px;}
.job_center03  li{ }
.job_center03  li:first-child{margin-left:0px;}
.job_center03  li .li_box{display:block;border: 5px solid #F5f5f5;padding:60px 40px 45px 45px;}
.job_center03  li .li_box .tit{font-size: 20px;line-height:28px;color:#333;font-weight: bold;}
.job_center03  li .li_box .con{font-size:16px;line-height:25px;/* color:#333; */color:rgba(35,35,35,.7);margin:25px 0 10px;}
.job_center03  li .li_box .img_{text-align:right;}
.job_center03  li .li_box .img_ img{transition:all 0.5s ease;}
.job_center03 li:hover .li_box .img_ img{transform:rotateY(180deg);}

.job_center04 {padding:50px 0; background: url(../images/sec_nav_bg.jpg)  no-repeat;    height: 240px;
    position: relative;
    overflow: hidden;
    width: 100%;}
.job_center04 .title{font-size:30px; color:#FFF; font-weight: bold;line-height:1;    letter-spacing: 5px; margin-bottom:40px; text-align:center;}
.job_center04 ul{ text-align:center; }
.job_center04 ul li{color:#FFF; }
.icon{display:inline-block; *display:inline; *zoom:1; vertical-align:middle;}
.job_center04 ul li i{width:25px; height:30px; background:url(../images/human_ico.png) 0 0 no-repeat; margin-right:10px;}
.job_center04 ul li i.dz{background-position:0 0;}
.job_center04 ul li i.dh{background-position:-25px 0;}
.job_center04 ul li i.yx{background-position:-50px 0;}



/**********************人力资源01*******************************************************************************************************************/
.rencai_list01{  padding:40px 0px}
.rencai_list01 .box {padding-left: 70px;}    
.rencai_list01 .en {
    font-size: 70px;
    color: #c40101;
    font-family: Impact;
    line-height: 1;
    text-transform: uppercase;; visibility: visible;  -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1s ease 0s, opacity 1s ease 0s; transition: transform 1s ease 0s, opacity 1s ease 0s; 
}  
.rencai_list01 .cn {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;; visibility: visible;  -webkit-transform: translateX(0) scale(1); opacity: 1;transform: translateX(0) scale(1); opacity: 1;-webkit-transition: -webkit-transform 1s ease 0s, opacity 1s ease 0s; transition: transform 1s ease 0s, opacity 1s ease 0s; 
}
.rencai_list01 .box li{line-height:32px; padding-left:30px; margin-bottom: 20px; position:relative;}
.rencai_list01 .box li:before{content:"";width: 15px;height: 15px;border:1px solid #c40202;border-radius:50%;display:inline-block; *display:inline; *zoom:1;position:absolute;left: 5px;top:8px;}
.rencai_list01 .box li p{font-size: 16px; color: #333;}  
  

/**********************人力资源02*******************************************************************************************************************/
.rencai_list02{padding:40px 0px}


/**********************人力资源03*******************************************************************************************************************/
.job_list01{ padding: 40px 0px;} 

.job_list01 .first {background:linear-gradient(to right, #637a14 , #0c6d97);background:#c40101;  border-bottom:none; padding:0; height:60px;line-height:60px;}
.job_list01  .first  li {text-align:center; color:#fff; font-weight:bold; font-size:18px}



.sideMenu h3{    width: 100%; height: 75px;line-height: 75px;background: #fff; border-bottom: 1px dashed #dedede;}
.sideMenu h3   em{float:right;display:block;width:11%;height: 75px;background: url(../images/icoAdd.png) 16px 10px no-repeat;cursor:pointer;}
.sideMenu h3.on   em{background-position: 16px -50px;}
.sideMenu ul{ padding:25px; display:none;background:#f9f9f9; }
.sideMenu ul p{font-size: 16px;color: #333;line-height: 35px;text-align: justify;}
.sideMenu ul p>span{ font-weight: bolder;  color: #a80d0f;}  

.zhaopian_list strong{ float:left;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(2) { float:left;width:17%;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(3) { float:left;width:16%;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(4) { float:left;width:16%;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(5) { float:left;width:18%;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(6) { float:left;width:16%;text-align:center;color:#fff;font-size:16px;color:#333;}
.shzp_jcon {padding:25px 70px 20px;background-color:#f9f9f9;color:#525252;}
.shzp_jcon .jc_hd{font-size:16px;margin-bottom:10px; font-weight:bold;}
.shzp_jcon .jc_bd{margin-bottom:24px;    line-height: 28px;}
.shzp_jcon .jc_bd.jc_bd02{margin-bottom:50px;}
.shzp_jcon .jc_bd.jc_bd02 p{font-size: 13px;color: #4e4e4e;}
.shzp_jcon .more{width:161px;height:42px;line-height:42px;text-align:center;font-size:16px;color:#fff;background-color:#e6002f;display:block;}

.job_list01  .jc_hd {
    font-size: 18px;
    margin: 10px 0;
    font-weight: bold; color: #c40101; 
}
.job_list01  .det_mailto_box {
   
padding: 15px 0 15px 3.6%;
   
font-size: 16px;
   
color: #735105;
   
line-height: 23px;
   
background-color: rgba(202, 145, 19, 0.64);
   
margin: 15px 0px;
}  
.job_list01  .det_mailto_box a{ color:#735b04;}  
/*****************************人力资源04*******************************************/
.rencai .rencai_04 {
    background-color: #fff;
    padding: 60px 0 70px;
}
.rencai_04 .Smal-common-tit{font-size:30px;line-height:35px;color:#333;font-weight:bold;text-align: center;}

.rencai_04 .infor .con{margin:25px 0;color:#333;font-size: 16px;text-align: center;}
.Form-J1 .Form-J1-Left{float: left;width: 48%;}
.Form-J1 .Form-J1-right{float: right;width: 48%;}
.Form-J1 .Form-J1-li{background: #f5f5f5;padding: 10px 2%;margin-bottom: 15px;position:relative;}
.Form-J1 .Form-J1-li label{width: 5em;display: inline-block;color: #666;vertical-align: middle;    font-size: 16px;}
.Form-J1 .Form-J1-li input{height: 28px;line-height: 28px;width: 82%;vertical-align: middle;border: none;background: transparent;}
.Form-J1 .Form-J1-li textarea{width: 83%;vertical-align: middle;height:90px;border: none;background: transparent;}
.Form-J1 .Form-J1-li ._mes{width: 83%;vertical-align: middle;height:157px;border: none;background: transparent;}
.Form-J1 .Form-J1-li em{color: red;vertical-align: middle;padding-left: 10px;}
.Form-J1 .Form-J1-li input._yzm{width: 20%;}
.Form-J1 .Form-J1-li img{vertical-align: middle;padding-left: 10px;cursor: pointer;height: 30px;width: 100px;}
.Form-J1 .Form-J1-li b{color: #666;font-size: 12px;padding-left: 4px;}
.Form-J1 .Form-J1-li select{width: 82%;background: transparent;border: none;height:30px;line-height: 30px;}
.Form-J1 .Form-J1-Btn{clear: both;text-align: center;padding: 35px 0 35px;}
.Form-J1 .Form-J1-Btn button{width: 160px;height: 45px;line-height: 32px;text-align: center;color: #fff;cursor: pointer;outline:none;border:none;padding:0;font-size: 15px;}
.Form-J1 .Form-J1-Btn ._submit{background: #c40101;margin-right: 10px;}
.Form-J1 .Form-J1-Btn ._reset{background: #BEBEBE;}
.Form-J1 .Form-J1-li .Validform_wrong{position: absolute;right: 7%;top: 13px;}
.Form-J1 .Form-J1-li em{color: red;vertical-align: middle;padding-left: 10px;float: right;}
.Form-J1 .select-ui-choose-default{height: 2em;line-height: 2em;border: none!important;border-radius: 4px;background: none!important;color: #aaa;width: 82%;}

.resume .pt1 .title{text-align: center;}
.resume .pt1 .title .t{font-size: 36px;font-weight: bold;color:#0095eb;line-height: 1;margin-bottom: 16px;}
.resume .pt1 .title .p{font-size: 16px;color: #3b3b3b;width: 60%;margin: 0 auto;margin-bottom: 45px;}

/*投资者关系*/
.channel_content.report {padding: 60px 0 70px;}
.report02 .download_item{height:130px;padding-right:.6%;line-height:130px;border-bottom:1px solid #e1e8ed; transition:.3s ease;}
.report02 .download_item:hover{ background-color: #f3f3f3;}
.report02 .download_date{width:10%; height:100%; padding-right:2.9%; font-family:'Arial'; text-align:right; color:#6b6b6b;}
.report02 .download_date .center_box{display:inline-block;vertical-align:middle;margin-top: 35px;}
.report02 .download_date span{display:block; padding-right:3px; font-size:16px; line-height:18px;}
.report02 .download_date strong{display:block; font-size:34px; line-height:32px; font-weight:normal;}
.report02 .download_title{width:72%; padding-right:4%; font-size:16px; color:#272727; font-weight:normal;}
.report02 .item_btn{width:8%; height:100%; padding-left:3.1%; font-size:15px; color:#bf0000; line-height:130px; background-position:center left; background-repeat:no-repeat;}
.report02 .download_item:hover .download_date,
.report02 .download_item:hover .item_btn{color:#bf0000;}
.report02 .download_item:hover .download_title{color:#bf0000;}
.report02 .item_btn{padding-left:0;margin-right:1%;}
.report02 .item_btn .icon{display:inline-block; width:30px; height:26px; background:url(../images/report02_icon.png) no-repeat; position:relative; top:5px;}                  
.report02 .preview_btn .icon{background-position:0 -25px;}
.report02 .download_item:hover .preview_btn .icon{background-position:0 0;}
.report02 .download_btn .icon{background-position:-30px -25px;}
.report02 .download_item:hover .download_btn .icon{background-position:-30px 0;}



/*内页新闻*/
.channel_content.news {
    padding: 60px 0 70px;
}
.news_list01 .rect-5665{padding-bottom:56.65%;}
.news_list01 ul{position:relative;}
.news_list01 ul:after{content:''; background:#bcbcbc; position:absolute; top:0; left:13%; height:100%; width:1px; z-index:3}
.news_list01 ul .item{height:232px; margin-bottom:15px;}

.news_list01 ul .item_l{width:19.5%; float:left; position:relative; height:100%;}
.news_list01 ul .item_l:after{content:''; position:absolute; top:0; right:102px; width:0; height:232px; background:url(../images/news_list02_1.jpg) no-repeat center; transition:all .5s ease; -webkit-transition:all .5s ease;}
.news_list01 ul .item_r{width:80.5%; float:left; height:100%; background:#fafafa; position:relative;}
.news_list01 ul .item_r:after{content:''; position:absolute; top:0; right:0; background:#fafafa; height:100%; width:0; transition:all .5s ease; -webkit-transition:all .5s ease;}
.news_list01 ul .item_l .time{width:65%; float:left; font-family:'Arial'; line-height:1; text-align:center; position:absolute; height:64px; top:50%; margin-top:-32px; color:#bf0000; z-index:5; font-size:14px}
.news_list01 ul .item_l .time .d{font-size:52px; margin-bottom:3px;}
.news_list01 ul .item_l .time:after{content:''; background:#bcbcbc; position:absolute; width:46px; height:1px; top:50%; right:-51px;transition:all .5s ease; -webkit-transition:all .5s ease;}
.news_list01 ul .item_r .box{padding:30px 40px;}
.news_list01 ul .item_r .intro_box .tit{font-size:22px; font-weight:bold; color:#333f48; line-height:24px; margin-bottom:20px;}
.news_list01 ul .item_r .intro_box .tit a{display:block;}
.news_list01 ul .item_r .intro_box .list_tool{margin-bottom:10px; color:#c9c9c9; font-size:14px;}
.news_list01 ul .item_r .intro_box .list_tool .share_more{margin-left:10px; vertical-align:middle;}
.news_list01 ul .item_r .intro_box .list_tool .time{margin-left:10px;}
.news_list01 ul .item_r .intro_box .con{font-size: 16px;color:#303030;height: 70px;line-height: 36px;overflow:hidden;}
.news_list01 ul .item_r .intro_box{width:75%; float:left;}
.news_list01 ul .item_r .img_box{float:right; width:24%;}
.news_list01 ul .item.hover{background:#fafafa;}
.news_list01 ul .item.hover .item_l .time{color:#fff;}
.news_list01 ul .item.hover .item_l .time:before{    content: '';
    position: absolute;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #c00000;
    right: -19px;
    top: 50%;
    margin-top: -15px;
    z-index: 3;}
.news_list01 ul .item.hover .item_l .time:after{background:#bf0000;}
.news_list01 ul .item.hover .tit{color:#bf0000;}
.news_list01 ul .item.hover .item_l:after{width:505px}
.news_list01 ul .item.hover .item_r:after{width:330px;right:-330px;}
.news_list01 ul .item:last-child{margin-bottom:0;}
.news_list01 ul .item.hover .item_l:after {width: 505px;}

.news_detail{     min-height: 300px;background: #f6f6f6;} 
.news-content{ width:100%; background:#fff;padding:60px 60px;z-index: 2; position: relative;}

.news-content .box ._t { text-align: center; font-size: 28px; font-weight: bold;  color: #3f3f3f;}
.news-content .box ._tools {font-size:0; color:#7e7e7e; margin-bottom:15px; text-align:center;border-bottom: 1px dotted #d0d0d0;}
.news-content .box ._tools ._tool{font-size:14px; margin-right:20px; display:inline-block; height:50px; line-height:50px; vertical-align:middle; overflow:hidden;}
.news-content .box ._tools #switcher{font-size:14px; margin-right:10px; display:inline-block; height:50px; line-height:50px; vertical-align:middle; overflow:hidden;}

#viewCountId{ font-style:normal;}
.news-content .box ._tools b {font-weight:normal; }
.news-content-main{ width:100%; padding-top:20px;}
.news-content-main img{ display:block; margin:10px auto 20px; width:650px;}
.news-content-main video{display:block; margin:10px auto;}
.news-content-main p{ color:#333; line-height:38px; text-indent:2em; font-size:16px; text-align: justify;}
.news-content .box ._tools b {font-weight:normal; }
.n_tool_ico{width:20px;height:20px;background:url(../images/news_detail_tool_ico.png) no-repeat;display:inline-block;*display:inline-block;*zoom: 1;vertical-align:middle;margin-right:6px;}
.n_tool_ico.ico01{background-position:0px 0px;}
.n_tool_ico.ico02{background-position:-20px 0px;}
.n_tool_ico.ico03{background-position:-40px 0px;}
.n_tool_ico.ico04{background-position:-60px 0px;}
.n_tool_ico.ico05{background-position:-80px 0px;}
.n_tool_ico.ico06{background-position:-100px 0px;margin-left:24px;}
/*上下条*/
.page_bott{margin-top:30px; margin-bottom:0px;}
.page_bott .page_prev{background:#fff; }
.page_bott .page_next{background:#fff; border-left:1px solid #dcdcdc;}
.page_bott .box{padding:30px 20px;}
.page_bott .page_prev .page_btn{float:left; padding-left:45px;}
.page_bott .page_next .page_btn{float:right; padding-right:45px;}
.page_bott .page_btn{margin-right:30px; font-size:16px; color:#797979; position:relative;}
.page_bott .page_btn .icon{position:absolute; width:31px; height:11px; background:url(../images/news_detail02_3.png) no-repeat;top:50%; margin-top:-5px;}
.page_bott .page_prev .page_btn .icon{left:0;}
.page_bott .page_next .page_btn .icon{background-position:-32px 0; right:0}
.page_bott .t{font-size:18px; font-weight:bold; color:#3f3f3f; line-height:30px;}
.page_bott a:hover .t{color:#bf0000;}
.page_bott .page_center{float:left; width:7%; height:90px; position:relative;}
.page_bott .page_center .icon .iconfont{position:absolute; left:50%; margin-left:-6px; top:50%; margin-top:-16px; font-size:24px; color:#b5b5b5;color:#b5b5b5;}
.page_bott .page_center:hover .icon .iconfont{color:#00a1e9;}
.page_bott .page_prev:hover .page_btn .icon{left:-5px; transition:.3s ease}
.page_bott .page_next:hover .page_btn .icon{right:-5px; transition:.3s ease;}
.news-content-main a{ display:inline-block; /*background:url(../images/PDF.png) no-repeat top left;*/ background-size:20px auto; padding-left:30px;margin: 0 auto;}





/***********************************联系*****************************/
.contact_us01{background: #FFF;padding: 40px 0px;}
.contact_us01 .map_box { position: relative;height: 500px;max-height: 500px; }
.contact_us01 .map_main{ width:100%; height:100%; overflow:hidden; }
.contact_us01 .map_box .map{ height: 100%; overflow:hidden;}
.contact_us01 .map_box .map img{max-width: none;}
.contact_us01 .map_box .con{ position: absolute; top: 15%; left: 5%; background:url(../images/orange.8.png) repeat; color: #fff; }
.contact_us01 .map_box .con dl{ padding: 40px; }
.contact_us01 .map_box .con dt{ font-size: 28px; margin-bottom: 20px; color: #FFF; }
.contact_us01 .map_box .con dd{ font-size: 15px; margin-top: 10px;color: #FFF;}
.contact_us01 .map_box .con dd a{ font-size: 15px; margin-top: 10px;color: #FFF;}

.contactDl{
  overflow: hidden;
  margin: 0  auto 20px;;
}
.contactDl dd{
  float: left;
  display: inline;
  
  padding-top: 85px;
}
.contactDl dd .con{
  position: relative;

  padding: 0 25px 23px;
  background: #f5f5f5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.contactIcon{
  position: relative;
  height: 60px;
}
.contactIcon span{
  position: absolute;
  width: 136px;
  height:136px;
  top: -78px;
  left: 50%;
  margin-left: -68px;
  border-radius: 100%;
  z-index: 5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  background: #f5f5f5;
}
.contactIcon span em{
  position: absolute;
  left: 9px;
  top: 9px;
  right: 9px;
  bottom: 9px;
  border: 1px dashed #4d82e2;
  border-radius: 100%;
}
.contactIcon em::before{
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  background: #4d82e2;
  border-radius: 100%;
}
.contactDl .contactIcon i{
  display: block;
  width: 118px;
  height: 118px;
  position: relative;
  z-index: 5;
}
.contactDl .dd1 .contactIcon em{
  border-color: #ffb72a;
}
.contactDl .dd1 .contactIcon em::before{
  background: #ffb72a;
}
.contactDl .dd2 .contactIcon em{
  border-color: #77a0f6;
}
.contactDl .dd2 .contactIcon em::before{
  background: #77a0f6;
}
.contactDl .dd3 .contactIcon em{
  border-color: #8cc3ab;
}
.contactDl .dd3 .contactIcon em::before{
  background: #8cc3ab;
}

.contactDl .dd4 .contactIcon em{
  border-color: #09bb07;
}

.contactDl .dd4 .contactIcon em::before{
  background: #09bb07;
}
.contactDl .dd1 .contactIcon em i{
  background: url(../images/dz.png) center center no-repeat;
}
.contactDl .dd2 .contactIcon em i{
  background: url(../images/dh.png) center center no-repeat;
}
.contactDl .dd3 .contactIcon em i{
  background: url(../images/yx.png) center center no-repeat;
}
.contactDl .dd4 .contactIcon em i{
  background: url(../images/wx.png) center center no-repeat;
}
.contactDl .title{
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #333;
  text-align: center; font-weight: bold;
  margin-bottom: 10px;
}
.contactDl .text{
  height: 81px;
  line-height: 27px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.contactDl dd .con:hover{
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  box-shadow: 0 0px 7px rgba(0,0,0,0.1);
}
.contactDl dd .con:hover .contactIcon span{
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.coloumnMap{
  padding: 10px;
  background: #fff;
}
.coloumnMap .map{
  height: 470px;
  overflow: hidden;
  background: #f5f5f5;
}

.mtb30{ margin:30px 0;}
.pro_kf_box .en{ font-size: 50px; font-family: Impact; line-height: 1; margin-bottom: 10px; color: #424242; text-transform: uppercase;}
.pro_kf_box .cn { font-size: 30px; color: #333;font-weight: bold;}


.contact_us02{  background:#f5f5f5; padding: 50px 0px;}

.contact_us03{overflow:hidden;padding:60px 0;}
.contact_us03 .item{background:#fff;  padding: 0px;   border: 10px solid #f5f5f5; margin-bottom:30px;  width: 24%; margin-right:10px;}
.contact_us03 .item:nth-last-child(1){ margin-right: 0px;}
.contact_us03 .item .box{padding:35px 25px; height: 350px; -moz-transition:all .5s ease 0s; -ms-transition:all .5s ease 0s; -o-transition:all .5s ease 0s; -webkit-transition:all .5s ease 0s; transition:all .5s ease 0s; overflow: scroll}
.contact_us03 .item .box .t{color:#000; font-size:20px; margin-bottom:20px;font-weight: bold;    padding-bottom: 16px;    border-bottom: 1px solid #cacdd0;}
.contact_us03 .item .box .t a{color:#000; font-size:20px; margin-bottom:10px;font-weight: bold;}

.contact_us03 .item .box .info{color:#333; font-size:16px; line-height: 32px;}
.contact_us03 .item .box:hover{background:url(../images/contact_us02.png) no-repeat right top; background-size:cover; box-shadow:2px 2px 10px rgba(0,0,0,.2); }
.contact_us03 .item .box:hover .t{color:#fff;}
.contact_us03 .item .box:hover .info{color:#fff;}
.contact_us03 .item .box a{font-size:16px;}
.contact_us03 .item .box a:hover{color:#fff;}
.contact_us03 .tit{padding-left:95px; position:relative; font-size:24px; line-height:32px; color:#333; font-weight:bold; margin-bottom:30px;}
.contact_us03 .tit p{position:relative; font-size:24px; line-height:32px; color:#333; font-weight:bold; }
.contact_us03 .tit .icon{display:block; width:79px; height:33px; background:url(../images/service01_3.png) no-repeat center; position:absolute; left:0; top:50%; margin-top:-16px;}

/*新闻内容页*/
.channel_content.neirong {
   
    background: #ffffff;
     padding: 40px 0 70px;
}
.news-content{ width:100%; background:#fff;z-index: 2; position: relative;    box-shadow: 0 5px 15px 5px rgba(0,0,0,.2);}
.news-content .box{ }
.news-content .box ._t { text-align: center; font-size: 28px; font-weight: bold;  color: #3f3f3f;}
.news-content .box ._tools {font-size:0; color:#7e7e7e; margin-bottom:15px; text-align:center;border-bottom: 1px dotted #d0d0d0;}
.news-content .box ._tools ._tool{font-size:14px; margin-right:20px; display:inline-block; height:50px; line-height:50px; vertical-align:middle; overflow:hidden;}
.news-content .box ._tools #switcher{font-size:14px; margin-right:10px; display:inline-block; height:50px; line-height:50px; vertical-align:middle; overflow:hidden;}
#viewCountId{ font-style:normal;}
.news-content .box ._tools b {font-weight:normal; }
.news-content-main{ width:100%; padding-top:20px;}
.news-content-main img{ display:block; margin:10px auto 20px; width:650px;}
.news-content-main p{ color:#555; line-height:40px; text-indent:2em; font-size:16px; text-align: justify;}
.n_tool_ico{width:20px;height:20px;background:url(../images/news_detail_tool_ico.png) no-repeat;display:inline-block;*display:inline-block;*zoom: 1;vertical-align:middle;margin-right:6px;}
.n_tool_ico.ico01{background-position:0px 0px;}
.n_tool_ico.ico02{background-position:-20px 0px;}
.n_tool_ico.ico03{background-position:-40px 0px;}
.n_tool_ico.ico04{background-position:-60px 0px;}
.n_tool_ico.ico05{background-position:-80px 0px;}
.n_tool_ico.ico06{background-position:-100px 0px;margin-left:24px;}
.page_bott{background:#fff; margin-top:30px; margin-bottom:0px; border: 2px solid #DDD;}
.page_bott .page_prev{float:left; width:50%;}
.page_bott .page_next{float:right; width:50%; border-left:1px solid #dcdcdc;}
.page_bott .box{padding:30px 20px;}
.page_bott .page_prev .page_btn{float:left; padding-left:45px;}
.page_bott .page_next .page_btn{float:right; padding-right:45px;}
.page_bott .page_btn{margin-right:30px;font-size: 16px;color: #333;position:relative;}
.page_bott .page_btn .icon{position:absolute; width:31px; height:11px; background:url(../images/news_detail02_3.png) no-repeat;top:50%; margin-top:-5px;}
.page_bott .page_prev .page_btn .icon{left:0;}
.page_bott .page_next .page_btn .icon{background-position:-32px 0; right:0}
.page_bott .t{font-size: 20px;font-weight:bold;color: #333;line-height:30px;}
.page_bott a:hover .t{color:#bf0000;}
.page_bott .page_center{float:left; width:7%; height:90px; position:relative;}
.page_bott .page_center .icon .iconfont{position:absolute; left:50%; margin-left:-6px; top:50%; margin-top:-16px; font-size:24px; color:#b5b5b5;color:#b5b5b5;}
.page_bott .page_center:hover .icon .iconfont{color:#00a1e9;}
.page_bott .page_prev:hover .page_btn .icon{left:-5px; transition:.3s ease}
.page_bott .page_next:hover .page_btn .icon{right:-5px; transition:.3s ease;}
.news-content-main a{ display:inline-block; /*background:url(../images/PDF.png) no-repeat top left; */background-size:20px auto; padding-left:30px;margin: 0 auto;}
/***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 1680px){
.picScroll-left{width: 100%;overflow: hidden;}

.proudct_center02 .che_li:nth-last-child(1){min-height: 280px;} 

.text1{position: absolute;width: 100%;height: 100%;font-size:16px;top: 75px;left: 0;} 
.text2{position: absolute; width: 100%; height: 100%;  font-size:16px;top: 75px; left: 0;}
 .text3{position: absolute; width: 100%; height: 100%; font-size:16px; top: 75px; left: 0;}
.text4{position: absolute; width: 100%; height: 100%; font-size:16px; top: 45px;left: 0; }

.aboutUs_column4Dlf .title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.about_center05 .bgred {
    background: #c40001;
    padding-bottom: 9.5%;
}

}


@media (max-width: 960px){
  .wrap {
    width: 90%;
    min-width: auto;
}
  
  .ny-banner {
    height: 105px;
    overflow: hidden;
    position: relative;
    margin-top: 80px;
}.ny-banner >img {
   /* width: 1038px;
    margin-left: -470px;*/
  
  max-width: 100%;
}.banner_mouse {
    position: absolute;
    width: 23px;
    height: 40px;
    cursor: pointer;
    background: url(../images/banner_mouse_ico.png) no-repeat -23px 0px;
    -webkit-animation: nudgeMouse 1.6s linear infinite;
    animation: nudgeMouse 1.6s linear infinite;
    bottom:5px;
    right: 10%;
    margin-left: -15px;
    z-index: 2;
}

.about_us_jj .tit {
    font-size: 24px;
    font-weight: bold;
    color: #cc0102;
    margin-bottom: 20px;
}
  .ny-banner .infor .tit {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.ny-banner .infor .con {
    font-size: 18px;
    font-weight: normal;
    text-align: left;
}
.common-xc .xc_nav {
    line-height: 66px;
    border-bottom: 1px solid #ededed;
    background: #eef2f5;
  display: none;
}
.channel_content .container {
    width: 100%;
}  
.common-infor .con {
    font-size: 20px;
    margin-bottom: 20px;
}
.about_center01 {
     padding: 0px; 
    margin-bottom: 60px;
    background: none;
}  
  
.about_center01 .content .con {
    font-size: 15px;
    margin:  0 auto; width: 90%;
}
.about_center01 ul li {
    
    margin-bottom: 20px;
}
.about_center01 ul li .txt .t {
    font-size: 25px;
}  
.about_center01 ul li .txt .t>span{
    
   font-size: 15px; display: inline-block;
    vertical-align: unset;
    font-size: 20px;
    color: #666;
  color: #333;
    
  }  
  
.about_center01 ul li:after {
    left: -7%;
}  
.about_center02 {
    padding: 0px 0 90px;
}
.about_center02 li { 
  margin-bottom: 20px;
}
.about_us .img-center {
    padding: 0px 20px;
}
.channel_content.video_list {
    background: #ffffff;
    padding: 40px 0px 0;
}.video_list01 {
     padding-bottom: 0px; 
}
.about_us_jj ul .box {
    padding: 0px; 
    text-align: center;
    color: #fff;
}
.chairman01 .info {
    padding: 10px;
    background: #edf3f9;
    min-height: 350px;
}

.chairman01 .con {
    font-size: 16px;
     padding-right: 0; 
}

  .xc_nav .wrap{ width:100%;}
.common-xc .xc_nav {
    line-height: 66px;
    border-bottom: 1px solid #ededed;
    background: #eef2f5;
    display: block;
}
.common-xc .xc_nav li {
    float: left;
    height: 48px;
    line-height: 48px;
    position: relative;
    color: #000;
    font-size: 16px;
    width: 33%;
}
.proudct_center03 .list_box {
    position: relative;
    margin-bottom: 15px;
}


   .news_list01{padding-bottom:20px;}
    .news_list01 ul:after{display:none;}
    .news_list01 ul .item{height:auto; margin-bottom:25px;}
    .news_list01 ul .item_l{display:none;}
    .news_list01 ul .item_r{width:100%;}
    .news_list01 ul .item_r .box{padding:5%}
    .news_list01 ul .item_r .intro_box{width:100%;}
    .news_list01 ul .item_r .intro_box .tit{font-size:18px; margin-bottom:10px;}
    .news_list01 ul .item_r .intro_box .con{
    height: auto;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}
    .news_list01 ul .item_r .img_box{width:100%;}

.news_list01 ul .item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #c1b8b8;
}
.channel_content.news {
    padding: 10px;
}

.news-content {
    width: 100%;
    background: #fff;
 padding: 10px; 
    z-index: 2; margin: 20px 0;
    position: relative;
}
.news-content .box ._t {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    color: #333;
}
.news-content .box ._tools {font-size:0; color:#7e7e7e; margin-bottom:15px; text-align:center;border-bottom: 1px dotted #d0d0d0;}
.news-content .box ._tools ._tool{font-size:14px; margin-right:20px; display:inline-block; height:35px; line-height:35px; vertical-align:middle; overflow:hidden;}
.news-content .box ._tools #switcher{font-size:14px; margin-right:10px; display:inline-block; height:35px; line-height:35px; vertical-align:middle; overflow:hidden;}
#viewCountId{ font-style:normal;}
.news-content-main img{ margin: 10px 0px;}
.news-content .box { padding: 20px 10px;}
.news-content-main img{ display:block; margin:10px auto 20px; width:650px;}
.news-content-main p{ color:#333; line-height:32px; text-indent:2em; font-size:16px; text-align: justify;}  
.page_bott .page_prev{background:#fff;   width: 100%;  margin:  0px;}
.page_bott .page_next{background:#fff; border-left:none;width: 100%; margin: 0px;}
.page_bott .box {
    padding: 10px;
}.page_bott .t {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
}
.page_bott .page_next .page_btn {
    float: left;
    padding-left: 45px;
}
  
.page_bott .page_next .page_btn .icon {
    background-position: 0;
    left: 0;
}  
.page_bott .page_next .page_btn {
 
     padding-right: 0px; 
}
.page_bott {
    background: #fff;
    margin: 20px 0;

    border: 2px solid #DDD;
}
  
  
.pro_kf_box .en{ font-size: 28px; font-family: Impact; line-height: 1; margin-bottom: 10px; color: #424242; text-transform: uppercase;}
.pro_kf_box .cn { font-size: 20px; color: #333;    }
  
  
  
.contact_us03 .item {
    background: #fff;
    padding: 0px;
    border: 5px solid #eef2f5;
    margin-bottom: 30px;
     width: 100%; 
    margin-right: 10px;
}
.dang-list02 .list_main {
    width: 100%; padding: 0px;
}
.dang-list02 .list_time{ display: none;}
.dang-list02 .list_box {
    padding: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e7e7e7;
    background: #f1f1f1e7;    margin-bottom: 20px;
}
  .dang-list02 .list_p{ margin:10px 0px;}
  
  .dang-list04 .pt1{margin-bottom:20px;}
  .dang-list04 .pt1 .con {
    padding: 20px 0px;
    text-indent: 2em;
}
.dang-list04 .pt1 .pic{width:100%; position: relative; min-height: 210px;} 
  
.Form-J1 .Form-J1-Left{float: left;width: 100%;}
.Form-J1 .Form-J1-right{float: right;width: 100%;}
  
}
@media only screen and (max-width: 1660px){
  .mini .header_tools {
    height:78px;
    position: relative;
    top: 0px;
}
  .header.mini .logo, .header .logo {    background: url(../images/logo1.png) no-repeat left top;
    width: 380px;
    height: 52px;
    cursor: pointer;
    background-size: 90%;
}
.gallery li img {
    height: 215px;
    width: 100%;
    border: 3px solid #cc0001;
    padding: 10px;
}



}
@media only screen and (max-width: 1580px){}
@media only screen and (max-width: 1440px){
  
  
  .header.mini .logo, .header .logo {    background: url(../images/logo1.png) no-repeat left top;
    width: 270px;
    height: 52px;
    cursor: pointer;
    background-size: 100%;
}
  
  
  
  
  
  
  
  
  
  
  
  .channel_content .container{width: 90%;} 
.anli .tab_c .content .item .box .tit{font-size: 16px;color:#333;font-weight:bold;line-height:34px;margin-bottom:15px;    text-align: center;}
.culture01 .info .desc{/* margin-top:30px; */line-height:28px;height: 230px;overflow:scroll;position:relative;}
.culture02 .about_sec3 li .desc{position: absolute;width: 100%;height: 100%;top: 0;left: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 10%;font-size: 14px;color: #fff;transform: rotateY(-180deg);transition: all .5s ease;text-align: center;}
#main .louti {
    min-height: 300px;
    margin: 0 auto;
    width: 100%;
}


#loutinav {

width: 85px;

position: fixed;

top: 100px;

left: 0px;

/*        border: 1px solid #ddd;*/

display: none;

z-index: 0;

}
.proudct_center02 .che_li:nth-last-child(1){min-height: 280px;}

.aboutUs_column4Dlf .title {
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  color: #fff;margin-bottom: 5px;
}
.aboutUs_column4Dlf .textC {
    line-height: 24px;
    font-size: 12px;
    color: #fff;
}.about_center05 .right ul li .t {    font-size: 28px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.text1{position: absolute; width: 100%; height: 100%; font-size:16px; top:75px; left: 0;}
 .text2{position: absolute; width: 100%; height: 100%;  font-size:16px;top: 75px; left: 0;}
 .text3{position: absolute; width: 100%; height: 100%; font-size:16px; top:75px; left: 0;}
.text4{position: absolute; width: 100%; height: 100%; font-size:16px; top: 30px;left: 0; }
.about_center05 .bgred {
    background: #c40001;
    padding-bottom: 11.68%;
}
.about_center05 .right {
    background: #fff;
    margin: 40px 0px;
    width: 100%;
}
}
@media only screen and (max-width: 1200px){}
@media only screen and (max-width: 1366px){
  .header.mini .logo, .header .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 240px;    background-size: 100%;
    height: 52px;
    cursor: pointer;
}
.header .header_tools {
    float: right;
    position: relative;
    /* width: 10%; */
    margin-top: 0px;

}  
  
  
.aboutUs_column4Dlf .title {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    /* margin-bottom: 35px; */
}
.about_center05 .right ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 22px;
    text-align: center;
}
.about_center05 .bgblue {
 
    max-height: 500px;
}
.about_center05 .right {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
} 
.about_center05 .right ul li .t {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}
.about_center05 .bgred {
    background: #c40001;
    padding-bottom: 1.4%;
} 
}
@media only screen and (max-width: 1024px){
  .header.mini .logo, .header:hover .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 285px;
    height: 52px;background-size: 100%;
    cursor: pointer;
}  
  .header .header_tools {
    float: right;
    position: relative;
    width: 40%;    
}
.header.mini .header .header_tools{
position: relative;width: 40%;    height: 90px;margin-top: -12px;
  }
  
  .header .header_tools .fix {
    position: relative;
    z-index: 2;
    float: right;
    padding-top: 20px;
}
  .header .header_tools .search {
    vertical-align: middle;
    display: block;
    /* width: 25%; */
}
  .header.mini .header_tools .search .icon_search {
    display: block;
    width: 26px;
    height: 75px;
    background: url(../images/icon_top.png) no-repeat 0 5px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
}
  .header .header_tools .language a {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    text-align: center;
    width: 26px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    font-size: 85%;
    display: block;
}.header .header_tools .navMenu .icon_menu {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_top.png) no-repeat 0 -158px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
.header.mini .header_tools .navMenu .icon_menu {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_top.png) no-repeat 0 -158px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
  
  .channel_content .container{ width: 100%}

.content .con {
    font-size: 16px;
    margin: 40px 25px 20px;
}
  .pro_kf_box .en {
    font-size: 30px;
    font-family: Impact;
    line-height: 1;
    margin-bottom: 10px;
    color: #424242;
    text-transform: uppercase;
}
  .pro_kf_box .cn {
    font-size: 18px;
    color: #333;
  margin: 5px 0px;
    font-weight: bold;
}
  .contact_us03 {
    overflow: hidden;
    padding: 30px 15px;
}
.contact_us03 .item {
    background: #fff;
    padding: 0px;
    border: 10px solid #f5f5f5;
    margin-bottom: 30px;
    width: 47%;
    margin:0px 5px 15px 15px;
}  
.aboutUs_column4DlText {
    padding: 10px;
}
.aboutUs_column4Dlf .title {
 
    margin-bottom: 0;
}  
.aboutUs_column4Dlf .textC {
    line-height:38px;
    font-size: 16px;
    color: #fff;
}
.about_center05 .right ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 22px;
    text-align: center;
}
.about_center05 .bgblue {
 
    max-height: 500px;
}
.about_center05 .right {
    background: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}







.aboutUs_column4Dl dd {
    width: 50%;
}





.aboutUs_column4Dl dd .con {/*  margin: 0 12px;*/border-radius: 3px;overflow: hidden;position: relative;margin-bottom: 20px;height: 140px;transition: all 0.3s linear;-webkit-transition: all 0.3s linear;}

#loutinav {
    width: 85px;
    position: fixed;
    top: 100px;
    left: 0px;
    /* border: 1px solid #ddd; */
    display: none;
}
.proudct_center02 .che_li:nth-last-child(1) {
    min-height: 320px;
}
}
@media only screen and (max-width: 992px){
.proDetail-top {
    background: url(../images/pd_bg1.jpg) center bottom no-repeat;
     height: 100%; 
    padding: 60px 0 30px;
    margin-top: 0px;
    background-size: cover;
}
.proDetail-top .container {
     width: 100%; 
}
#main .louti {
    min-height: 300px;
    margin: 0 auto;
   width: 100%; 
}
.strength01 .infor .t {
    font-size: 30px;
    color: #333333;
    line-height: 38px;
    padding: 20px 0 30px;
}
.prodcut-lan .container {
    width: 100%;
}
.prodcut-nav {
   width:110%; 
    overflow: hidden;
    position: relative;
    z-index: 11;
}
  .prodcut-nav li {
     width: 33.3%;
    height: 160px;
    float: left;
    line-height: 100%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #EEE;
}.partner01 .infor .tit {
    font-size: 30px;
    color: #333333;
    line-height: 1;
    padding: 30px 0 20px;
}
  .partner01 .content ul li {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 3%;
}
.strength01 .infor .c {
    font-size: 16px;
    color: #333333;
    line-height: 38px;
     padding: 0 3%; 
    text-align: justify;
    text-indent: 32px;
}
.channel_content.neirong {
    background: #ffffff;
     padding:0px; 
}
.anli .tab_c .content .item {
    position: relative;
    background: #f5f5f5;
    margin-top: 25px;
  
     width: 100%; 
    padding: 0px;
    transition: all .3s ease;
}
.map_xs ul li {
    line-height: 40px;
    font-size: 18px;
    color: #333;
}
.map_xs_bg {
     width:100%; 
    padding: 10px;
    background: #F5F5F5;
    font-size: 16px;
    overflow: hidden;
}
.partner-text {
    margin: 30px 0px;
    padding: 10px;
    background: #FFF url(../images/about_center04.jpg) no-repeat;
    background-size: cover;
    min-height: 400px;
}
 .tx{ margin: 30px 0px; padding: 30px ; background: #FFF   url(../images/about_center05.jpg) no-repeat; background-size:cover; min-height: 500px;}
.list_box {
    padding: 10px 0px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.ss-box .bd_r {
    width: 20%;
    float: right;
}
.ss-box .bd_r {  width:100%; float:none; margin-bottom:10px;}
.ss-box li{ margin-bottom:10px;}
.ss-box .list_time{ display:none;}
.ss-box .bd_c{ width:100%; padding:0px;}
.ss-box .list_title{ font-size:17px;white-space:inherit; margin-bottom:5px; overflow:auto; text-overflow:inherit; line-height:28px; margin-top:10px;}
.ss-box .phone_date{ display:block; margin-top:0px; margin-bottom:0px; line-height:23px; font-size:14px; color:#cf0000;}
.ss-box .list_p{ font-size:14px;}
.map_box dl dd a {
    display: block;
    float: left;
    line-height: 42px;
    background: #f5f5f5;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 15px 20px 0 0;
    padding: 0px 20px;
    font-size: 16px;
    color: #555;
    min-width: 43%;
}
  .culture01 .container {
    /* background: url(../images/culture01_bg.jpg) no-repeat right bottom; */
    background: #a50304;
    
    padding: 20px;
}
  .culture01 .info .desc {
    margin-top: 30px;
    line-height: 28px;
    height: 215px;
    overflow: scroll;
    position: relative; text-align: justify;
}
  .culture02 {
    padding: 0px 10px;
    background: url(../images/culture-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.proudct_center01 { padding: 20px 0px ;}
.proudct_center01 ._intro_title {margin-bottom: 0px;font-size:20px; color: #333; font-weight:bold;}
.proudct_center01 ._intro_wd { text-align:center; font-size:16px;     margin: 0px 15px;}
  .hzhb{ margin-top:-240px;}

.hd_phone span {
    margin-left: 7px;
    font-size: 34px;
    color: #c40001;
    font-family: impact;
    line-height: 1;
}




}

@media only screen and (max-width:800px){
  .header.mini .logo, .header:hover .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 200px;
    height: 52px;background-size: 100%;
    cursor: pointer;
}  .header.mini .logo, .header .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 200px;
    height: 52px;background-size: 100%;
    cursor: pointer;
}
  .header .header_tools {
    float: right;
    position: relative;
    width: 50%;
}
.header .header_tools .fix {
    position: relative;
    z-index: 2;
    float: right;
    padding-top: 30px;
}
  .header .header_tools .navMenu .icon_menu {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_top2.png) no-repeat 0 -76px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
  .about_center01 {
    padding: 15px 0;
    margin-bottom: 30px;
    background: none;
}

.ny-banner .infor{position:absolute;left:0;bottom: 5px;width:100%;color:#fff;/*padding: 0 8%;*/}






.text1{position: absolute; width: 100%; height: 100%; font-size:16px; top:90px; left: 0;}
.text2{position: absolute; width: 100%; height: 100%;  font-size:16px;top: 90px; left: 0;}
.text3{position: absolute;width: 100%;height: 100%;font-size:16px;top: 90px;left: 0;}
.text4{position: absolute;width: 100%;height: 100%;font-size:16px;top: 65px;left: 0;}

  .aboutUs_column4Dl dd {
    margin-bottom: 15px;
}
  
.about_center05 .left .box {
    padding-left: 2%;
}
.about_center05 .right {
    background: #fff;
    margin: 40px 0px;
  width: 100%; 
}
.double{ margin: 0 -15px;}  
.dang_01 .double .top {
    margin: 15px 0 5px;
    width: 104%;
}
.dang_01 .double .btm {
    margin: 10px 0;
    width: 104%;
}

.syt_li li {
    text-align: left;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    float: left;
    width: 50%;;
}
.proDetail-top .proD-left .p{font-size:16px;color:#333;  overflow: scroll; height: 135px;}
.proDetail-top .proD-left .p::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 8px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.proDetail-top .proD-left .p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(177, 0, 0, 0.2);
  background   : #b10000;
  }
.proDetail-top .proD-left .p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(177, 0, 0, 0.2);
  border-radius: 10px;

  }  
  .aboutUs_column4Dl dd .pic {    border-radius: 3px;
    overflow: hidden;
    height: 140px;
}


}
@media only screen and (max-width: 767px){
  .header .header_tools {
    float: right;
    position: relative;
    width: 58%;
}
.aboutUs_column4Dl dd .pic {    border-radius: 3px;
    overflow: hidden;
    height: 140px;

}  
}

@media only screen and (max-width: 580px){
  .header .header_tools > div {
    float: left;
    margin: 0px;
    display: none;
}
.rencai_04 .Smal-common-tit {
    font-size: 20px;
    line-height: 35px;
    color: #333;
    font-weight: bold;
    text-align: center;
}


}
@media only screen and (max-width: 520px){
   .header .header_tools .navMenu .icon_menu {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_top2.png) no-repeat 0 -76px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
.job_center01 .item {
    margin-bottom: 10px;
}
.job_center01 .item .box {
    padding: 60px 60px 40px;
    text-align: center;
    display: block;
    background: #ededed;
    transition: all 0.5s ease;
}
.job_center03 li {
    margin-bottom: 10px;
}
.job_center04 .title {
    font-size: 30px;
    color: #FFF;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-align: center;
}
.rencai_list01 .box {
     padding-left: 0px; 
}
.rencai_list01 .en {
    font-size: 35px;
    color: #c40101;
    font-family: Impact;
    margin-top: 16px;
    line-height: 1;
    text-transform: uppercase;
    visibility: visible;
    -webkit-transform: translateX(0) scale(1);
    opacity: 1;
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 1s ease 0s, opacity 1s ease 0s;
    transition: transform 1s ease 0s, opacity 1s ease 0s;
}
  .aboutUs_column4Dl dd .pic {  border-radius: 3px;
  overflow: hidden;
  height: 115px;
}
.pro_kf_box .en {
    font-size: 24px;
    font-family: Impact;
    line-height: 1;
    margin-bottom: 10px;
    color: #424242;
    text-transform: uppercase;
}
  

.zhaopian_list strong{ float:left;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(2) { float:left;width:17%;text-align:center;color:#fff;font-size:14px;color:#333;}
.zhaopian_list strong:nth-child(3) { float:left;width:16%;text-align:center;color:#fff;font-size:14px;color:#333;}
.zhaopian_list strong:nth-child(4) { float:left;width:16%;text-align:center;color:#fff;font-size:14px;color:#333;}
.zhaopian_list strong:nth-child(5) {float:left;width:18%;text-align:center;color:#fff;font-size: 14px;color:#333;}
.zhaopian_list strong:nth-child(6) { float:left;width:16%;text-align:center;color:#fff;font-size:14px;color:#333;}
}
@media only screen and (max-width: 480px){
body {
    min-width: 0;
    /* overflow-x: hidden; */
}
.floatRight {
    position: fixed;
    height: 200px;
    width: 40px;
    right: 32px;
    top: 65%;
    z-index: 999;
    margin-top: -100px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear; display: none !important;
}
  
  .show {
    display: none !important;
}
  .header .header_tools .fix {
    position: relative;
    z-index: 2;
    float: right;
    padding-top: 25px;
}
.header.mini .logo, .header .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 220px;
    height: 52px;
    cursor: pointer;
  background-size: 100%;
}
  
.contact_us03 .item {
    background: #fff;
    padding: 0px;
    border: 10px solid #f5f5f5;
    margin-bottom: 30px;
    width:100%; 
    margin: 0px 0px 15px 0px;
}
.contact_us03 .item .box {
    padding: 35px 25px;
    height: auto;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    overflow: scroll;
}
  
.common-btn {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    padding: 0 70px 0 40px;
    border-radius: 50px;
    background: #cc0102;
    transition: all 0.5s ease;
    position: relative;
    display: none;
}
.about_center01 {
    padding: 20px 0;
    margin-bottom: 0px;
    background: none;
}  
  .about_center02 {
    position: relative;
    height: 100%; 
    padding: 20px 0 0;
}
.picScroll-left .bd {
    padding: 10px;
    margin-left: -20px;
}
  .about_us_jj ul .box .num_decs {    font-size: 13px;
    margin-bottom: 5px;
    color: #fff;
}
  .aboutUs_column4Dl dd {margin-bottom: 20px;
}
  .aboutUs_column4Dlf .title {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
}
.about_center03 {
    padding: 35px 0;
}
  .content .con {
    font-size: 16px; text-align: justify;
    margin: 20px 0 20px;
}
  .commonTitleBox {
    height: 58px;
    line-height: 108px;
    font-size: 30px;
    color: #333;
    text-align: center;
margin: 0px auto;
}
  .aboutUs_column5 {
    background: #f5f5f5;
    padding: 20px 0px 30px;
}
.about_center05 .left .box {
     padding-left: 0; 
}.about_center05 .bgred {
    background: #c40001;
    min-height: 450px;
}
  .about_center05 .right {
    background: #fff;
    margin-top: 20px;
}
  .about_center05 .left .tit_en {
    text-transform: uppercase;
    font-size: 42px;
    line-height: 1.2;
    color: rgb(230, 221, 221);
    color: rgba(255,255,255,0.2);
    position: absolute;
    top: 70px;
    font-family: Helvetica;
    font-weight: bold;
}
.about_center05 .left .tit {
    position: relative;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 125px;
}
.about_center05 .left .txt {
    font-size: 20px;
    margin: 10px 0 30px;
}
  .about_center05 .right ul {
    padding: 10px;
}
  .about_center05 .bgblue {

    padding-bottom: 20px;
}
  .about_center05 .right ul li .t {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}.about_center05 .right ul li {
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 9px;
    margin-top: 10px;text-align: center;
}
  .about_center05 .right ul li .c {
  display: none;
}
  
.proDetail-top .container {
    width: 100%;
}
  .proDetail-top {
   
 
    padding: 20px 0 30px;

}
.proDetail-top .proD-left {
     width: 100%; 
}
.proDetail-top .pd {
     padding:  0; 
}
.section-content p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    text-align: left;
}
#main .louti {
    min-height: 300px;
    margin: 0 auto;
     width: 100%; 
}
#loutinav {
    width: 85px;
    position: fixed;
    top: 100px;
    left: 0px;
    /* border: 1px solid #ddd; */
    display: none;
    z-index: 9999;
}
.double{ margin: 0 -15px;}  
.dang_01 .double .top {
    margin: 15px 0 5px;
    width: 107.89%;
}
.dang_01 .double .btm {
    margin: 10px 0;
    width: 107.89%;
}
.job_list01 {
    padding:  0px;
}
.job_list01 .first {background:linear-gradient(to right, #637a14 , #0c6d97);background:#c40101;  border-bottom:none; padding:0; height:60px;line-height:60px;}
.job_list01  .first  li:nth-child(2) { display: none}
.job_list01  .first  li:nth-child(4) {display: none}
.job_list01  .first  li:nth-child(5) {display: none}
.sideMenu h3 em {
    float: right;
    display: block;
    width: 33.3%;
    height: 75px;
    background: url(../images/icoAdd.png) 45px 10px no-repeat;
    cursor: pointer;
}
.aboutUs_column4Dl dd .pic {
    border-radius: 3px;
    overflow: hidden;
    height: 140px;
}
.contact_us01 .map_box .con dt {
    font-size: 22px;
    margin-bottom: 20px;
    color: #FFF;
}
.map_box dl dd a {
    display: inline; 
   float: none;
     line-height:25px; 
    background: none;
    /* overflow: hidden; */
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin: 0px;
    padding:0px;
    font-size: 16px;
    /* color: #555; */
    /* min-width: 43%; */
}
.aboutUs_column4Dlf .textC {
    line-height: 25px;
    font-size: 16px;
    color: #fff;
}

.contact_us01 .map_box .con dd a {
    font-size: 15px;
    margin-top: 10px;
    color: #FFF;
}
.sideMenu h3.on em {
    background-position: 45px -50px;
}
.zhaopian_list strong{ float:left;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(2) {width:42%; }
.zhaopian_list strong:nth-child(3) { display: none;float:left;text-align:center;color:#fff;font-size:16px;color:#333;}
.zhaopian_list strong:nth-child(4) { width:20%; }
.zhaopian_list strong:nth-child(5) {display: none}
.zhaopian_list strong:nth-child(6) { display: none;float:left;text-align:center;color:#fff;font-size:16px;color:#333;}
}
@media only screen and (max-width: 378px){.aboutUs_column4Dl dd {    width: 100%;
}
.about_us_jj .img {
    float: right;
     margin:0px auto; 
}
.partner01 .content ul li {
    width: 47%;
    margin-right: 3%;
    margin-bottom: 3%;
}
  .partner01 .content ul li:nth-child(2n){ margin-right:0px;}  
}
@media only screen and (max-width: 320px){
.header .header_tools li {
    font-size: 16px;
    float: left;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0 3px;
}  
  
  
}


