@charset "UTF-8";
/*****公共标题*****/
.title >p{
  text-align: center;
}
.title .cn{
  font-size: 40px;
  margin-bottom: 20px;
}
.title .en{
  margin-top: 10px;
  font-size: 20px;
}
.title img{
  margin:0 auto;
}
/*分页器*/
.pagevt{
  width: 260px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}
.pagevt .btn{
  width: 20px;
  height: 20px;
}
.pagevt .btn a,.pagevt .btn span{
  color:white;
}
.pagevt .num{
  text-align: center;
  width: 80px;
  font-style: italic;
}
.pagevt .num a,.pagevt .num span{
  margin:0 10px;
}
.pagevt div{
  margin:0 10px;
}
/*****banner*****/
#banner{
  position: relative;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  height: 301px;
  overflow: hidden;
}
#banner img{
  position: absolute;
  width: 1920px;
  height: 301px;
  left: 50%;
  top: 50%;
  margin-left: -960px;
  margin-top: -150px;
}
/*****about*****/
#about{
  width: 100%;
  padding:100px 0;
}
#about .main{
  width: 100%;
}
#about .main .content{
  font-size: 16px;
  color:#666;
  line-height: 2;
  margin-bottom: 140px;
  margin-top: 40px;
}
#about .main .content img{
  margin:0 auto;
}
#about .main .banner{
  width: 100%;
  height: 370px;
}
#about .main .banner .imageflow {
    overflow: hidden;
    position: relative;
    text-align: left;
    visibility: hidden;
    width: 1200px;
    margin: 0 auto
}

#about .main .banner .imageflow img {
    border: none;
    position: absolute;
    top: 0px;
    visibility: hidden;
    -ms-interpolation-mode: bicubic;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #0066c5;
}

#about .main .banner .imageflow p {
    margin: 0 auto;
    text-align: center
}

#about .main .banner .imageflow .loading {
    border: 1px solid #ccc;
    height: 15px;
    left: 50%;
    margin-left: -106px;
    padding: 5px;
    position: relative;
    visibility: visible;
    width: 200px
}

#about .main .banner .imageflow .loading_bar {
    background: #ccc;
    height: 15px;
    visibility: visible;
    width: 1%
}

#about .main .banner .imageflow .caption {
    font-weight: bold;
    position: relative;
    text-align: center;
    z-index: 10000
}

#about .main .banner .imageflow .scrollbar {
    border-bottom: 1px solid #b3b3b3;
    position: relative;
    visibility: hidden;
    z-index: 10001;
    height: 1px
}

#about .main .banner .imageflow .images {
    overflow: hidden;
    white-space: nowrap
}
/*****product*****/
/*banner*/
.shutter {
  overflow: hidden;
  width: 100%;
  height: 301px;
  position: relative;
}
.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -150px;
    width: 1920px;
    height: 301px;
}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn li {
  position: absolute;
  display: block;
  background: rgba(255,255,255,0.2);
  z-index: 2;
  top: 50%;
  width: 40px;
  height: 70px;
  line-height: 70px;
  margin-top: -35px;
  cursor: pointer;
  text-align: center;
  font-family: '宋体';
  font-size: 60px;
  color:white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.shutter-btn li.prev {
  left:0;
}
.shutter-btn li.next {
  right:0;
}
.shutter-btn li:hover{
    background: rgba(0,0,0,0.5);
}
.shutter-wrap{
    width: 1200px;
    height: 301px;
    position: relative;
    left: 50%;
    margin-left: -600px;
}
/*main*/
#product .main{
  width: 100%;
  padding-top: 80px;
}
#product .p_center{
    width: 100%;
    margin-top: 100px;
}
#product .p_center ul li{
  overflow: hidden;
  position: relative;
  float: left;
  width: 380px;
  height: 368px;
  margin-right: 30px;
  margin-bottom: 80px;
}
#product .p_center ul li:nth-child(3n){
  margin-right: 0px;
}
#product .p_center ul li a{
  display: block;
  width: 100%;
  height: 100%;
  background: #d0d0d0;
}
#product .p_center ul li:hover{
  -webkit-box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
   box-shadow: 0 0 5px 0 #999;
}
#product .p_center ul li a >p{
  position: absolute;
  bottom:0;
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 20px;
  background: rgba(0,0,0,0.1);
}
#product .p_center ul li .hide{
  position: absolute;
  top:-304px;
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 304px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#product .p_center ul li .hide >p{
  margin: 100px auto;
  width:300px;
  color:white;
  font-size: 14px;

}
#product .p_center ul li:hover .hide{
  top:0;
}
#product .p_list{
  width: 100%;
  height: 650px;
  margin-top: 50px;
}
#product .p_list ul li{
  overflow: hidden;
  float: left;
  width: 377px;
  height: 225px;
  margin-right: 30px;
  margin-bottom: 35px;
}
#product .p_list ul li:nth-child(3n){
  margin-right: 0;
}
#product .p_list ul li a{
   position: relative;
  display: block;
  width: 377px;
  height: 225px;
}
#product .p_list ul li a .hide{
  position: absolute;
  width: 377px;
  height: 50px;
  bottom:0;
  line-height: 50px;
  font-size:24px;
  color:#d0d0d0;
  text-align: center;
  background: rgba(0,0,0,0.3);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#product .p_list ul li:hover{
  -webkit-box-shadow: 0 0 5px 0 #999;
  -moz-box-shadow: 0 0 5px 0 #999;
  box-shadow: 0 0 5px 0 #999;
}
#product .p_list ul li:hover a .hide{
  height: 225px;
  line-height: 225px;

}
/*使用分类详情页*/
#product_read2{
  padding-bottom: 100px;
}
#product_read2 .title{
  width: 100%;
  position: relative;
}
#product_read2 .title >img{
    margin:60px 0;
}
#product_read2 .title p{
    position: absolute;
    top:15px;
    font-size: 30px;
    line-height: 40px;
    color:white;
    left:20px;
}
#product_read2 .pic li{
  position: relative;
  float: left;
  margin-right: 30px;
}
#product_read2 .pic li >p{
  width:380px;
   font-size: 18px;
   padding:20px 0;
   background: #ccc;
  text-align: center;
}
#product_read2 .content{
  width: 100%;
  margin-top: 100px;
}
#product_read2 .pic li:hover .hide{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/*产品中心详情页*/
#product_read1 {padding: 100px 0;}
#product_read1 .banner{
  width: 500px;
  height: 600px;
  margin-right: 45px;
}
#product_read1 .banner .ban {
    width: 500px;
    height: 600px;
    position: relative;
    overflow: hidden;
}

#product_read1 .banner .ban2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

#product_read1 .banner .ban2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

#product_read1 .banner .ban2 ul li {
    width: 500px;
    height: 500px;
}

#product_read1 .banner .prev {
    float: left;
    cursor: pointer;
}

#product_read1 .banner .num {
    height: 82px;
    overflow: hidden;
    width: 430px;
    position: relative;
    float: left;
}

#product_read1 .banner .min_pic {
    padding-top: 10px;
    width: 500px;
}

#product_read1 .banner .num ul {
    position: absolute;
    left: 0;
    top: 0;
}

#product_read1 .banner .num ul li {
    width: 80px;
    height: 80px;
    margin-right: 5px;
    padding: 1px;
}

#product_read1 .banner .num ul li.on {
    border: 1px solid #2674c9;
    padding: 0;
}

#product_read1 .banner .prev_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

#product_read1 .banner .next_btn1 {
    width: 16px;
    text-align: center;
    height: 18px;
    margin-top: 40px;
    cursor: pointer;
    float: right;
}

#product_read1 .banner .prev1 {
    position: absolute;
    top: 220px;
    left: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

#product_read1 .banner .next1 {
    position: absolute;
    top: 220px;
    right: 20px;
    width: 28px;
    height: 51px;
    z-index: 9;
    cursor: pointer;
}

.mhc {
    background: #000;
    width: 100%;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(Opacity=50);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    z-index: 998;
}

.pop_up {
    width: 500px;
    height: 500px;
    padding: 10px;
    background: #fff;
    position: fixed;
    -position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -255px;
    display: none;
    z-index: 999;
}

.pop_up_xx {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: 0;
    cursor: pointer;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.pop_up2 {
    width: 500px;
    height: 500px;
    position: relative;
    overflow: hidden;
    float: left;
}

.pop_up2 ul {
    position: absolute;
    left: 0;
    top: 0;
}

.pop_up2 ul li {
    width: 500px;
    height: 500px;
    float: left;
}
#product_read1 .tit{
  position: relative;
  width: 500px;
  height:550px;
  margin-top: 50px;
}
#product_read1 .tit >p{
  position: absolute;
  top:15px;
  left:40px;
  color:white;
  font-size: 40px;
  line-height: 40px;
}
#product_read1 .tit .text p.sum{
  font-size: 16px;
  text-indent: 2em;
}
#product_read1 .tit .text p.hot{
  font-size:26px;
}
#product_read1 .tit .text p.hot i{
  font-size:32px;
  color:#0066c5;
}
#product_read1 .main{
  width: 100%;
  margin-top: 50px;
}
#product_read1 .main .item{
  position: relative;
  width: 600px;
}
#product_read1 .main .item> p{
    font-size: 14px;
    color:#666;
    line-height: 2;
}
#product_read1 .main .yingyong> p{
    margin-left: 60px;
}
#product_read1 .main .tedian> p{
  margin-top: 260px;
}
#product_read1 .main .tedian>img{
    position: absolute;
    top:150px;
    right:0;
}
#product_read1 .main .show{
  position: relative;
  width: 100%;
}
#product_read1 .main .show .t{
  margin: 50px auto;
}
#product_read1 .main .show .text>p img{
  margin:0 auto;
}
/*****news*****/
#news{
  padding-bottom: 100px;
}
#news .topbar {
  padding:100px 0;
  width: 400px;
  margin:0 auto;
}
#news .topbar a{
  float: left;
  display: block;
  width: 150px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color:#0066c5;
  border:1px solid #0066c5;
  font-size: 20px;
  margin:0 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#news .topbar a:hover{
  color:white;
  background: #0066c5;
}
#news .topbar a.hover{
  color:white;
  background: #0066c5;
}
#news .news_list{
  margin-bottom: 60px;
}
#news .news_list li{
    widows: 950px;
    height: 155px;
    padding-left:250px;
    border-top:2px solid #e3e3e3;
}
#news .news_list li:last-child{
  border-bottom:2px solid #e3e3e3;
}
#news .news_list li a{
    width: 700px;
    height: 155px;
}
#news .news_list li a .time{
 width: 100px;
 height: 100px;
 background:#0068ff;
 color:white;
 margin-right: 100px;
 margin-top: 30px;
}
#news .news_list li a .des{
  width: 500px;
}
#news .news_list li a .des >p:nth-child(1){
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 30px;
}
#news .news_list li a .des >p:nth-child(2){
  font-size: 12px;
  color:#666;
  -webkit-transition:all .3s;
  -moz-transition:all .3s;
  transition:all .3s;
}
#news .news_list li:hover  a .des >p:nth-child(1){
  color:#0068ff;
}
#news .news_list li a .time {
  text-align: center;
}
#news .news_list li a .time span:nth-child(1){
  font-size: 40px;
  line-height:70px;
  font-style: normal;
}
#news .news_list li a .time span:nth-child(2){
  font-size: 12px;
  line-height: 40px;
}
/*news详情页*/
#news_read {
  margin-bottom: 100px;
}
#news_read .news_read> p{
  font-size:30px;
  padding:100px 0  80px 0;
  color:#0068ff;
  text-align: center;
}
#news_read .news_read .t{
  color:#999;
  font-size: 14px;
}
#news_read .news_read .t>span{
  margin-right: 40px;
}
#news_read .news_read .size a{
  color:#999;
  margin:0 5px;
}
#news_read .news_read .size a:hover{
  font-weight: bold;
 color:#333;
}
#news_read .news_read .size a.hover{
  font-weight: bold;
 color:#333;
}
#news_read .news_read .content{
 border-top:2px solid #e3e3e3;
 border-bottom:2px solid #e3e3e3;
 padding:50px 0;
 margin:5px 0;
}
#news_read .news_read .content>p{
    text-indent: 2em;
    line-height: 2;
}
#news_read .news_read .content>p img{
  margin:0 auto;
}
#news_read .news_read .page a{
  font-size: 14px;
  color:#666;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#news_read .news_read .page a:hover{
  color:#0068ff;
  text-decoration: underline;
}
/*****服务支持*****/
/*主营服务*/
#service .service{margin-bottom: 100px;}
#service .topbar {
  padding:100px 0;
  width: 400px;
  margin:0 auto;
}
#service .topbar a{
  float: left;
  display: block;
  width: 150px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  color:#0066c5;
  border:1px solid #0066c5;
  font-size: 20px;
  margin:0 20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#service  .topbar a:hover{
  color:white;
  background: #0066c5;
}
#service .topbar a.hover{
  color:white;
  background: #0066c5;
}
#service .item{
  width: 600px;
  height: 250px;

}
#service .item p:nth-child(1){
  font-size: 26px;
  margin-bottom: 40px;
}
#service .item p:nth-child(2){
  font-size: 18px;
  margin-left: 50px;
}
/*在线留言*/
#service .service .message{
  width: 100%;
  height: 600px;
}
#service .message .main-li{
  width:680px;
  height: 600px;
  margin:0 auto;
}
#service .message .main-li li{
  width: 100%;
}
#service .message .main-li li .left{
  width: 100%;
  width: 200px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
}
#service .message .main-li li .left .blue{
  color:#0066c5;
}
#service .message .main-li li.item input{
  border:none;
  outline: none;
  border:1px solid #999;
  text-indent: 10px;
  font-size: 14px;
  color:#999;
}
#service .message .main-li li.item{
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
}
#service .message .main-li li.other{
  height: 220px;
  margin-bottom: 15px;
}
#service .message .main-li li.item input{
  width: 465px;
  height: 50px;
}
#service .message .main-li li.other textarea{
  width: 461px;
  height: 100%;
  border:1px solid #999;
  text-indent: 10px;
  font-size: 14px;
  color:#999;
}
#service .message .main-li .submit{
    width: 125px;
    height: 32px;
    border:1px solid  #0066c5;
    line-height: 32px;
    text-align: center;
    background: white;
    color:#0066c5;
    font-size: 18px;
    margin-left: 213px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#service .message .main-li .submit:hover{
  background: #0066c5;
  color:white;
}
/*****contact*****/
#contact .contact_read .map{
    font-size: 16px;
}
#contact .contact_read .info{
  margin:50px auto;
  padding: 80px 50px 20px 50px;
  background:#e8e8e8;
}
#contact .contact_read .info .tit{
  width: 1100px;
  height: 35px;
  line-height: 35px;
  padding: 10px 0;
  border-bottom:2px solid #e0e0e0;
}
#contact .contact_read .info .tit span{
  font-size: 26px;
  width: 300px;
}
#contact .contact_read .info .view a{
    text-decoration: underline;
    margin:0 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
#contact .contact_read .info .view a:hover{
  color:#0066c5;
}
#contact .contact_read .info .main li{
    height: 50px;
    padding-bottom: 20px;
    padding-left: 120px;
    margin-top: 40px;
    border-bottom: 2px dotted #e0e0e0;
}
#contact .contact_read .info .main li span{
  font-size: 20px;
  line-height: 35px;
  margin:0 50px;
}
