@charset "utf-8"; * {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

* {
    font-family: "微软雅黑" !important;
}
img{border:none;}
/* header */
header {
    height: 150px;
}

.head {
    max-width: 1200px;
    height: 110px;
    margin: 0 auto;
}

.head-top {
    background: #f1f1f1;
    height: 40px;
}
.come .language{float:right;}
.come .language a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    width:80px;
    margin:0 5px;
    text-align:center;
    border: 1px solid #000;
    border-radius: 3px;
    background: #f1f1f1;
    color:#333;
    font-size:12px;
}
.come .language a img{
  margin-top:3px;
  vertical-align:top;
display:inline-block;}
.come a i {
    padding: 0 5px;
}


.come {
    max-width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}
.come h1{float:left;
font-size:14px;font-weight:normal;}

.head-left {
    float: left;
    padding-top: 24px;
}

.head-right {
    float: right;
    padding-top: 24px;
}

/* 输入框 */
input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
    padding: 8px 10px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
    border: none;
    outline:none;
}
.btn{
    background: url(/skin/new/images/sous.png) no-repeat;
    position: absolute;
    margin-top:15px ;
    height: 14px;
    display: block;
    background: #fff;
}
/*  */
/* 导航nav */
.nav {
    width: 100%;
    height: 60px;
    background-color: #333;
}

.nav1 {
    display: block;
    max-width: 1200px;
    height: 60px;
    margin: 0px auto;
    box-sizing: border-box;
    position:relative;
    z-index:999;
}

.nav1 li {
    position: relative;
    /* display: block; */
    width: 15%;
    height: 60px;
    float: left;
    /* display: inline; */
    text-align: center;
    vertical-align: middle;
    line-height: 60px;
    z-index: 9999;
}
 

.nav1 li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 170px;
    height: 60px;
}

.nav1 li a:hover {
    /* background: #515151; */
    color: #f51c27;
}

.nav1 li a.nav_bj {
    background-color: #BF3131;
}

/* 搜索 */
.sear{width: 16% !important;float: right !important;height:26px !important;line-height:26px !important;margin: 15px 1% 0 0;background:#fff;border:1px solid #E4E4E4;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;-moz-box-shadow:-2px 2px 3px -2px #9A958C inset;-webkit-box-shadow:-2px 2px 3px -2px #9A958C inset;box-shadow:-2px 2px 3px -2px #9A958C inset;}
.sear .txt{ float:left; width:70%; padding:0 4%;height:26px; line-height:26px; font-family:Arial, Helvetica, sans-serif; font-size:12px; border:none; background:none;}
.sear .button{float:right;width:16%;border:none;line-height:26px;height:26px;background:url(/skin/images/dot03.png) center center no-repeat;cursor: pointer;}


#loginpsd {
    background-image: url(/skin/new/images/eye1.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 10px;
    border-radius: 10px;
}

.nav1 li a img {
    margin-right: 5px;
}

.nav1 li ul li {
    background-color: #353535;
    opacity: 0.8;
    border: 0px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    clear: both;
    width: 170px;
}

.nav1 li ul li:horver {
    background-color: #353535;
    padding: 0 20px;
    border: 0px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    clear: both
}

.nav1 li ul li a {
    font-size: 14px;
    height: 40px;
    color: #fff;
}

.nav1 li ul {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 60px;
}

.nav1 li:hover ul {
    display: block
}

.nav1 li ul li a:hover {
    background-color: #ccc;
}

/*  */
/* banner */
.index_slide {
    width: 100%;
    height: 549px;
    overflow: hidden;
    background: #c7c4c4;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 549px;
    background: #000;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 549px;
    overflow: hidden;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.fullSlide .bd li a {
    display: block;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 60px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: none
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    zoom: 0.8; width: 20px;
    height: 20px;
    margin: 3px;
    overflow: hidden;
    border: 2px solid #fff;
    filter: alpha(opacity=50);
    line-height: 999px;
}

.fullSlide .hd ul .on {
    background: #fff;
}

.fullSlide .prev, .fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 15%;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(/skin/new/images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 15%;
    background-position: -6px -137px;
}

/* banner ************/
/* 供应 */
.supply {
    width: 100%;
    padding-bottom: 30px;
    /* height: 470px; */
    background: #e6e5e5;
}

.gy {
    max-width: 1200px;
    margin: 0 auto;
    height: 470px;
}

.gy>p {
    text-align: center;
    font-size: 12px;
    color: #666;
    line-height: 35px;
}

.gy-list {
    max-width: 1200px;
    height: 200px;
}

.gy-list ul li {
    width: 24%;
    float: left;
    height: 200px !important;
    padding: 0 0.5%;
    overflow: hidden;
    border-radius: 5px;
}

.gy-list ul li a {
    position: relative;
    text-align: center;
    color: #fff;
    height: 236px;
    display: block;
}

.jianjie {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 8px 0;
    background: url(/skin/new/images/tm_50.png) repeat;
    border-radius: 0 0 10px 10px;
}

.jianjie p {
    line-height: 1.5;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.jiesao {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/skin/new/images/tm_50.png) repeat;
    background: #fff;
    filter: alpha(opcity=80);
    background: rgba(255,255,255,.8);
    width: 100%;
    padding-top: 20px;
    border-radius: 10px;
}

.jiesao p {
    text-align: center;
}

.show {
    display: block;
}

.jiesao h3 {
    color: #333;
    font-size: 16px;
}

.jiesao p {
    text-align: center;
    /* white-space: nowrap; */
    font-size: 14px;
    height: 45px;
    padding: 0 10px;
    /* overflow: hidden; */
    color: #666;
    line-height: 36px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
}
.btnt{
    width: 100px;
    height: 36px;
    color: #fff!important;
    background: #797979;
    margin-top: 10px;
    cursor: pointer;
    border: none;
}
.btnt:hover {
    border: 1px solid #ccc;
    color: #333 !important;
    background: #fff;
}

.bt{
    width: 100px;
    height: 36px;
    color: #333 !important;
    margin-top: 10px;
    border: 1px solid #ccc !important;
    background: #fff;
    cursor: pointer;
}
.bt:hover{
   color: #fff!important;
    background: #797979;
}
.hide {
    display: none;
    padding-top: 40px;
}

.jiesao>hide li {
    padding-top: 10px;
}

.gy-list ul li a {
    position: relative;
    text-align: center;
    color: #fff;
    height: 200px;
    display: block;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
.gy-list ul li .img{
  width: 288px;
  height: 160px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  box-sizing:border-box;
  border:1px solid #ccc;
  /* background: #fff; */
  position: static !important;
  position:relative;
  /* border-radius: 10px 10px 0 0; */
} 
.gy-list ul li img {
    max-width: 60%;
    max-height: 100%;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    vertical-align: middle;
    display: inline-block;
    _zoom:1;
    _display:inline;
    *zoom:1;
    *display:inline;
}

.gy-list ul li:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.ckgd {
    width: 152px;
    margin: 40px 44%;
    height: 32px;
    background: #797979;
    float: left;
    border-radius: 30px;
}

.ck {
    width: 70%;
    height: 32px;
    float: left;
    text-align: right;
}

.ck a {
    text-align: right;
    color: #fff;
    line-height: 32px;
    margin-right: 10px;
}

.gd {
    width: 18%;
    height: 26px;
    float: right;
    border-radius: 50px;
    background: #fff;
    color: #333;
    margin-right: 3px;
    margin: 3px 4px;
}

.gd p a{
  display:block;
    text-align: center;
    color: #666;
    line-height: 23px;}
/* 产品*********************************************************** */
.case_wrap {
    width: 100%;
    height: 550px;
    position: relative;
}

.case_msg {
    max-width: 1200px;
    margin: 0 auto;
}

.case_msg .case_list {
    display: none;
}

.case_msg .case_list:first-child {
    display: block;
}

.case_list{
    position: relative;
}
.lb-left{
    width: 48px;
    height: 48px;
    float: left;
    position: absolute;
    top:310px;
    left: -70px;
}
.lb-right{
    width: 48px;
    height: 48px;
    float: right;
    position: absolute;
    top:310px;
    right: -70px;
}
.float-ul{
   width:2400px;
}
.float-div{
    width:1200px;
    height:350px;
    overflow: hidden;
}


.mr_frbox {
    /* float: left; */
    width: 100%;
    height: 270px;
    position: relative;
}

.mr_frBtnL {
    cursor: pointer;
    display: inline;
    top: 50%;
    margin-top: -24px;
    left: -50px;
    position: absolute;
}
.mr_frBtnR {
    cursor: pointer;
    top: 50%;
    margin-top: -24px;
    right: -50px;
    position: absolute;
}
.mr_frUl {
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
.tempWrap ul {
    height: 300px;
    overflow: hidden;
}
.tempWrap {
    width: 1000px;
}

.case_msg li {
    float: left;
    width: 380px;
    margin: 0 10px 20px;
    padding-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
}
.case_msg li
.case_msg li img {
    display: block;
    max-width: 100%;
    -webkit-transition: all 1.2s;
    max-height: 270px;
    border-radius: 8px;
    vertical-align: middle;
}
.case_msg li .img-wrapper{background: #f5f5f5;display: table-cell;width: 380px;height: 270px;text-align: center;vertical-align: middle;box-sizing: border-box;/* border: 1px solid #ccc; */}
.case_msg li .img-wrapper img{
  max-width: 100%;
  max-height: 270px;
}
.case_msg li .hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(/skin/new/images/tm_50.png) repeat;
  border-radius:8px;
  color:#fff;
  opacity:0;
  filter:alpha(opacity=0);
}


.case_msg li .hover::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.case_msg li .hover::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.case_msg li:hover .hover{opacity:1;
  filter:alpha(opacity=100);}
.case_msg li:hover .hover::before,
.case_msg li:hover .hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.case_msg li img:hover{
/*     opacity: 0.2; */
/*     border-radius: 15px; */
}

.case_msg li .pa {
    position: absolute;
    background: #fff;
    opacity: 1;
    filter: alpha(opacity=50);
}

.trans-8 {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: 0.3s;
}

.border-top {
    width: 0;
    height: 0;
    top: 6%;
    left: 5%;
}

.border-right {
    width: 0;
    height: 0;
    top: 94%;
    right: 5%;
}

.border-bottom {
    width: 0;
    height: 0;
    bottom: 6%;
    left: 95%;
}

.border-left {
    width: 0;
    height: 0;
    top: 6%;
    left: 5%;
}

.case_msg li div {
    width: 100%;
    overflow: hidden;    
    border-radius: 8px;
}

.case_msg li a {
    display: block;
    position: relative;
    /* background: #848383; */
}

.case_msg li a:hover img {
    -webkit-transform: scale(1.05) ;
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.case_msg li a:hover .border-top, .case_msg li a:hover .border-bottom {
    width: 94%;
    left: 3%;
    height: 1px;
}

.case_msg li a:hover .border-right, .case_msg li a:hover .border-left {
    height: 92%;
    width: 1px;
    top: 4%;
}

/* .case_msg li a:hover .border-bottom {
    left: 5%;
}

.case_msg li a:hover .border-right {
    top: 4%;
} */

.case_msg li a:hover h2 {
    color: #ff4d00;
}

.case_msg li h2 {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 18px;
    overflow: hidden;
}

.case_msg li a p {
    font-size: 24px;
    display: block;
    color:#fff;
    text-align: center;
    width: 90%;
    padding: 0 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:100px 0 20px 0;
}
.case_msg li a p strong{  
  display:block;
  font-weight:normal;
/*   color:red; */
  margin-top:5px;
  font-size:14px;
  line-height:normal;
}
.case_msg li a b{
    font-size: 16px;
    display: block;
    color:#fff;
    text-align: center;
    width: 94%;
    padding: 0 3%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.case_msg li .rz_case_xian {
    display: block;
    position: absolute;
    left: 15px;
    bottom: 58px;
    background-color: #ff4d00;
    width: 0;
    height: 1px;
    transition: 0.5s all;
}

.case_list li.animatebox.animate {
    transform: translateY(0);
    opacity: 1;
    margin-top: 40px;
}

.qita {
    text-align: center;
    color: #333;
    font-size: 20px;
}
.qita ul{
    height: 480px;
}
/*banner*/

/*轮播图*/
 .block_home_slider {
  position:relative;
  background-color: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: center;
  line-height: 0px;
  margin-right: auto;
  margin-left: auto;
}
/*底部小图标*/
.block_home_slider .slide {position:relative;}
.block_home_slider .caption {padding:13px 16px 12px; position:absolute;left:0px; right:0px; bottom:10px; background:url(bg_caption.png); text-align:left;}
.block_home_slider .caption p {padding-bottom:0px; font-size:11px; color:#dedede; text-shadow:0px -1px #000000; line-height:17px;}
.block_home_slider .caption p.title {padding-bottom:6px; font-size:15px; color:#ffffff; font-weight:bold; line-height:normal;}

/*轮播图上的左右箭头*/
.block_home_slider .flex-direction-nav{display:none;}
.block_home_slider .flex-direction-nav a {height: 60px;width: 40px;margin-top:-27px;display:block;position:absolute;top:50%;text-indent:-9000px;background:url(/skin/new/images/slider-arrow.png) -126px -137px #000 no-repeat;opacity: 0.5;}
.block_home_slider .flex-direction-nav a.flex-prev {left:10%;}
.block_home_slider .flex-direction-nav a.flex-prev:hover,.block_home_slider .flex-direction-nav a.flex-next:hover{opacity:0.7;}
.block_home_slider .flex-direction-nav a.flex-next {right:10%;background-position: -6px -137px;}
.block_home_slider:hover .flex-direction-nav{display:block;}
/*轮播图上的切换按钮*/
.block_home_slider .flex-control-paging {position:absolute;bottom: 20px;width: 30%;left:50%;margin-left: -15%;display:inline-block;_zoom:1;_display:inline;
*zoom: 1;*display:inline;text-align: center;}
.block_home_slider .flex-control-paging li {margin: 0px;padding: 0px;display: inline-block;_zoom:1;_display:inline;
*zoom: 1;*display:inline;overflow: hidden;list-style-type: none;width: 50px;height: 3px;margin: 0 5px;text-indent: -999px;cursor: pointer;background-color: #000\9;}
.block_home_slider .flex-control-paging li a {
 width: 50px;
    height: 3px;
 display:block;
 text-indent:-9000px;
 cursor:pointer;
 background-color:#fcfbfb;opacity:0.5;
 }
.block_home_slider .flex-control-paging li .flex-active {margin: 0;background-color: #e50114;opacity:1;}
.block_home_post_feature {width:300px;}
.block_home_post_feature p {padding-bottom:0px;}


.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  list-style-type: none;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%;height:auto;display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/*产品列表*/
.team li{float:left;overflow:hidden;width: 31%;height: 240px;position:relative;margin: 0 1% 20px;cursor: pointer;box-sizing: border-box;border: 1px solid #ddd;}

.team li:hover .hover,.team li:hover .hover_p{display:block;transition:all .3s;}
.team .team_show{position:relative;width:100%;height: 100%;z-index: 1;overflow:hidden;/* box-sizing: border-box; *//* border: 1px solid #ddd; */background: #fff;}
.team .team_show a{display:block;}
.team .team_show .img{
  width: 283px;
  height: 196px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}
.team .team_show .img img{
  
max-width: 70%;
  
max-height: 100%;
  
width: auto;
  
height: auto;
  
vertical-align: middle;
  
display: inline-block;
}
.team .team_show p{
  position:absolute;
  bottom:0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: url(/skin/new/images/tm_50.png) repeat;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color:#fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}
.team .team_show img{
  width:100%;
  height: 240px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  }
.team .hover{
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background: url(/skin/new/images/tm_50.png) repeat;
  white-space:nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color:#fff;
  text-align: center;
  top: -100%;
  z-index: 2;
}
.team .hover .infobox{height: 120px;padding: 30px 20px 20px;text-align: left;overflow: hidden;margin-bottom: 10px;}
.team .hover .tit{
  color: #ffffff;
  font-size: 18px;
  /* font-weight: bold; */
  text-align: center;
  margin-bottom:10px;
  white-space:nowrap;
  overflow: hidden;
  text-overflow:ellipsis;
  }
.team .hover .des{height:64px;overflow:hidden;color: #fff;}
.team .hover .price{color:#fff;text-align:center;margin-top:10px;}
.team .hover p{line-height:1.5;white-space: normal;}
/* .team .hover p{font-size: 1.6rem;width:80%;padding:0 10%;/* height:200px; */line-height:1.5;white-space: normal;line-height: 2;color:inherit;margin: 3rem auto;} */
/* .team .hover a{display:block;width:100px;height:30px;line-height:30px;font-size:1.4rem;color:#fff;margin:20px auto;background:#C12e1f;border-radius:4px;} */
.team .hover a:hover{background:#da1329;}
.btnbox{text-align:center;width:100%;}
.probtn{display:inline-block;padding: 5px 20px;border-radius:4px;background: #e7000a;/* border: 1px solid #fff; */color: #fff;font-size: 14px;}
.btn_zx{background: #dc3b36;color: #fff;border-color: #dc3b36;}
.probtn:hover{background:#fff;color:#333;}
.btn_zx:hover{background: #e01e18;color:#fff;}
.teaminfo{margin-top: 3rem;overflow:hidden;}
.teaminfobox{text-align:center;}
.team li:hover .hover{top:0;}

.team li:hover .team_show img{
  -webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
transform:scale(1.2);
}
.team li:hover .team_show p{bottom:-46px;}

/* 供应商列表 */
.shang{margin:20px 0 10px;}
.shang .tit{
  font-size:18px;
  font-weight:bold;
}
.shang .des{
  margin-top:10px;
  line-height:1.8;
  }
/*新闻列表*/
.news_list {
    width: 100%;
    height:115px;
    border-bottom: 1px dashed #e5e4e2;
}
.news_list_left {
    width: 125px;
    height: 98px;
    float:left;
}
.news_list_left img{max-width:100%;}
.news_list_right {
    width: 730px;
    height:110px;
    float:left;
    margin-left:13px;
}
.news_list_right a {
    text-decoration: none
}
.news_list_right h4 {
    width: 100%;
    height:25px;
    line-height: 25px;
    display:block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list_right h4 a {
    font-size:14px;
    color: #221816;
    font-weight:bold;
}
.news_list_right h4 a:hover {
    text-decoration:underline
}
.news_list_right p {
    width: 100%;
    height: 70px;
    display:block;
    overflow: hidden;
}
.news_list_right p a {
    color:#a9a6a6;
    font-size:12px;
}
.news_list_right p a:hover {
    color: #e60113;
}
.news_list_right p .details {
    color:#494848
}
.news_list_right p span {
    display:block;
    color:#a9a6a6;
    font-size:12px;
    text-align:right;
    float:right
}
.news_list {
    margin-top:20px;
}
.fangan_list{
    /* border-bottom: 1px dashed #e5e4e2; */
    width: 47%;
    margin: 20px 1.4% 0;
    float: left;
    overflow: hidden;
}
.fangan_list .news_list_right{width:100% !important;}

/*翻页*/
.page {
    width:859px;
    /* height:40px; */
    padding: 20px 0 0 0;
}
.page ul {
    text-align:center
}
.page .firstPage {
    width: 30px;
}
.page ul li {
    display:inline-block;
    *
    display: inline;
    zoom:1;
    line-height: 25px;
    height: 25px;
    margin-left: 5px;
    font-size: 12px;
    border: 1px solid #d8d8d8;
    padding: 0px 10px;
    width: auto;
}
.page ul li a:hover {
    color: #ff0000;
    text-decoration: none;
}
.page ul li.thisclass, .page ul li.thisclass a, .page ul li.thisclass a:hover {
    background-color: #333;
    color: #FFF
}
.page .pageinfo {
    line-height: 25px;
    padding: 12px 5px 10px 5px;
    color: #999;
}
.page select {
    line-height: 25px;
    margin-top: 4px
}
.page .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}


/* *************************************************** */
.qitacp{
    width: 100%;
    height: 480px;
}
.qttp {
    max-width: 1200px;
    height: 480px;
    display: block;
    margin: 0 auto;
}
.qttp ul {
    margin-top:30px;
}
.qttp ul li {
    width: 30.33333333%;
    /* height: 270px; */
    float: left;
    margin: 0 1.5%;
}
.qttp ul li a{
    display:block;
    width:100%;
    height:270px;
    box-sizing:border-box;
    border:1px solid transparent;
    border-radius: 8px;
    text-align: center;
    /* border: 1px solid #ccc; */
    }
.qttp ul li:hover a{
    border: 1px solid #ccc;
}

.qttp ul li img {
    max-width: 364px;
    max-height: 234px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.qttp ul li p{
    text-align: center;
    font-size: 18px;
    color:#333;
/*     line-height: 50px; */
    width: 100%;
/*     height: 50px; */
    padding:5px;
    margin-top: 10px;
}
.qttp ul li p strong{
  display:block;
  font-weight:normal;
  /* color:red; */
  font-size:14px;
  line-height:normal;
}
.qttp ul li:hover p{
    width: 100%;
/*     height: 50px; */
    background: #e6e5e5;
}

.tuij {
    font-size: 20px;
    color: #333;
}

/* 服务优势 *****************************************/
.service {
    height: 570px;
}
.ser {
    max-width: 1200px;
    height: 580px;
    margin: 0 auto;
}
.fu-left{
    width: 35%;
    height: 360px;
    float: left;
    position: relative;
}
.le{
    width: 178px;
    height: 171px;
    display: block;
    float: right;
    background: url(../images/fu-left.png) no-repeat;
}
.lebox{
  width: 178px;
  height: 171px;
  position:relative;
  overflow:hidden;
}
.lel1{
  position:absolute;
  top:10px;
  right: 10px;
}
.lel2{
  position:absolute;
  bottom:0;
  right: 10px;
}
.lel3{
  position:absolute;
  top:108px;
  right: 175px;
}
.ler1{
  position:absolute; top:10px; left:0px;
}
.ler2{
  position:absolute; bottom:0; left:0px;
}
.ler3{
  position:absolute; top:108px; left:165px;
}
.lebox .show{
  position:absolute;
  width:120px;
  height: 95px;
  left:50%;
  top: 26px;
  margin-left:-60px;
  text-align:center;
/*   transition:all .3s; */
}
.lebox .show img{display: inline-block;}
.lebox .show span{display: block;margin: 15px auto 0;height: 30px;text-align: center;line-height: 30px;border-top:1px solid #000;border-bottom: 1px solid #000;font-weight: bold;font-size: 20px;color:#333;max-width: 100%;white-space: nowrap;overflow: hidden;}

.lebox p{
    position: absolute;
    font-size: 14px;
    text-align: center;
    color: #333;
    right:-200%;
    top: 40px;
    transition: none;
    /* 隐藏p */
    width: 120px;
    padding-left: 10px;
    height: 100px;
    overflow: hidden;
    opacity:0;
    /* transition:all .5s; */
}
.lebox:hover p{
    opacity:1;
    left: 50%;
    margin-left: -70px;
}
.lebox:hover .show{
  display:none;
/*   left:-100%; */

  }
.lebox:hover .le{  
/*     transform:rotate(3600deg);
    transition: transform 10s linear; */
}
.ft {
    width: 174px;
    height: 154px;
    display: block;
    float: right;
}
.ft p{
    display:block;
}
.fu-center{
    width: 30%;
    height: 303px;
    float: left;
    background: url(../images/fu-center3.png) no-repeat;
    margin-top: 50px;
}
.fu-center img{
    display: block;
    margin: 60px auto 0;
}
.fu-center span{
    display: block;
    margin: 15px auto 0; 
    height: 60px;
    width: 50%;
    text-align: center;
    line-height: 60px;
    border-top:1px solid #fff;
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 30px;
    color:#fff;
}
.fu-right{
    width: 35%;
    height: 360px;
    float: right;
    position: relative;
}
.ckgd1{
    width: 152px;
    margin: 50px 44% 0;
    height: 32px;
    background: #797979;
    float: left;
    border-radius: 30px;
}

/*新闻中心**********************************/
.news {
    height: 680px;
}

.focus {
    max-width: 1200px;
    margin: 0 auto;
}

.focus_con {
    height: 480px;
    overflow: hidden;
}

.fs_lt {
    float: left;
    width: 30%;
    border-bottom: 4px solid #d8d8d8;
    height: 475px;
}

.fs_lt h4 {
    background: #d8d8d8;
    padding: 22px 16px 0;
    height: 90px;
    overflow: hidden;
}

.fs_lt h4 a {
    color: #666;
    font-size: 16px;
    font-weight: normal;
}

.fs_lt h4 b {
    display: block;
    font-size: 20px;
    line-height: 12px;
    margin-bottom: 20px;
    color: #666;
}

.fs_pic {
    width: 370;
    height: 172px;
    position: relative;
}

.fs_wrp {
    width: 100%;
    overflow: hidden;
}

.fs_wrp li {
    float: left;
    width: 100%;
}

.fs_wrp li a, .fs_wrp li img {
    display: block;
    width: 370px;
    height: 172px;
}

.fs_txt {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    height: 120px;
    overflow: hidden;
    margin: 12px 0 15px;
    padding: 0 0 0 0;
}

.fs_rt {
    width: 65%;
    float: right;
}

.fs_more {
    display: block;
    border: 2px solid #d8d8d8;
    width: 94px;
    height: 25px;
    color: #aeaeaf;
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}

.fs_more:hover {
    display: block;
    border: 2px solid #d8d8d8;
    width: 94px;
    height: 25px;
    color: #fff;
    line-height: 25px;
    background: #ccc;
}

.fs_rt h4 {
    height: 50px;
    line-height: 47px;
    overflow: hidden;
    zoom:1; margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.fs_rt h4 .n_more {
    float: right;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    padding-right: 18px;
}

.fs_rt h4 .n_name {
    color: #333;
    font-size: 20px;
    padding-right: 10px;
}

.fs_rt h4 .cur {
    color: #1d66ba;
    font-weight: bold;
}

.n_list li {
    height: 108px;
    overflow: hidden;
    zoom:1;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
    _margin-bottom: 36px;
    cursor: pointer;
}

.n_list dl {
    float: left;
    width: 85%;
}

.n_list dt {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_list dt a {
    color: #333;
    font-size: 16px;
}

.n_list dd {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.n_list dd a {
    color: #333;
}

.n_list li span {
    float: right;
    width: 12%;
    overflow: hidden;
    height: 80px;
    line-height: 40px;
    padding-top: 10px;
    text-align: center;
    background: #dadada;
    font-weight: bold;
    color: #999;
    font-size: 16px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    -webkit-transition:all .3s;
    transition:all .3s;
}
.n_list li:hover span{background:#ccc;}
.n_list li b {
    font-size: 30px;
    display: block;
    color: #949494;
}

.n_list .n_top span {
    background: #AD0000;
}

.n_list .n_top span b {
    font-size: 30px;
    margin-top: 14px;
    font-family: "Microsoft Yahei";
}

/* *************************** */
