﻿
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 704px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 704px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100%;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 704px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 704px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #3c51d2;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/* title*/

.title{
    margin-left: -30px;

}

.title h3{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 3px;
    background: url(../images/title.png) no-repeat  left 3px;
    padding-left: 30px;
    line-height: 40px;

}

.title h3 a{
    font-size: 40px;
    color: #333333;
    font-weight: bold;
}

.title span{
    display: block;
    font-size: 15px;
    color: #666666;
    letter-spacing: 3px;
    margin: 20px 0 0 30px;
}

.title_more{
    height: 48px;
    line-height: 48px;
    width: 326px;
    background: url(../images/more.png) no-repeat  left bottom;

}

.title_more a{
    display: block;
    font-size: 18px;
    color: #333333;
}


/* product*/


.pro_bg{
    width: 100%;
    margin: 0 auto;
    background: #f0f2f6;
    height: 844px;
    position: relative;
    z-index: 9;
}


.pro_bg .product{
    width: 1474px;
    margin: 0 auto;
    position: relative;
    top: -115px;
}

.swiper-container {
    width: 100%;
    margin: 0 auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .gallery-top {
    height: 520px;
    width: 1300px;
    margin: 60px auto 0 auto;
  }


  .gallery-top ul li{
      float: left;
      width: 382px;
      margin: 0 25px;
  }

  .gallery-top ul li .pic{
      width: 382px;
      height: 450px;
  }

  .gallery-top ul li .pic img{
    width: 382px;
    height: 450px;
}

.gallery-top ul li .txt{

} 

.gallery-top ul li .txt h5 a{
    float: left;
    width: 276px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d9dce1;
    background: url(../images/buttom4.png) no-repeat left center;
    padding-left: 30px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.gallery-top ul li .txt .more{
    display: block;
    float: right;
    width: 27px;
    height: 37px;
    background: url(../images/more1.png) no-repeat center;
    margin-top: 25px;
}

.gallery-top ul li:hover .txt h5 a{
    color: #3c51d2;
    border-bottom: 1px solid #3c51d2;
}




  .gallery-thumbs {
    height: 295px;
    box-sizing: border-box;
    width: 1474px;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  }

  .gallery-thumbs .swiper-slide {
    height: 100%;
  }

  .gallery-thumbs .swiper-slide .txt_t{
      width: 63%;
      margin: 40px auto 40px auto;
      overflow: hidden;

  }

  .gallery-thumbs .swiper-slide .txt_t .txt_l{
      float: left;
      width: 70%;
      margin-top: 15px;

  }

  .gallery-thumbs .swiper-slide .txt_t .txt_l span{
      display: block;
      font-size: 80px;
      color: #f8f8f8;
      font-family: Arial, Helvetica, sans-serif;
      font-weight: bold;
      line-height: 70px;

  }

  .gallery-thumbs .swiper-slide .txt_t .txt_l a{
    font-size: 22px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: -52px;
  }

  .gallery-thumbs .swiper-slide .txt_t .txt_l i{
      display: block;
      width: 33px;
      height: 3px;
      background: #fe6e18;
      margin-top: 15px;

  }

  .gallery-thumbs .swiper-slide .txt_t .more{
      float: left;
      width: 65px;
      height: 65px;
      background: #f0f2f6;
      border-radius: 50%;
      -webkit-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
  }

  .gallery-thumbs .swiper-slide .txt_t .more a{
    background: url(../images/buttom5.png) no-repeat center;
    display: block;
    width: 65px;
    height: 65px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .gallery-thumbs .swiper-slide p{
      font-size: 14px;
      color: #666666;
      line-height: 30px;
      height: 60px;
      overflow: hidden;
      width: 63%;
      margin: 0 auto;
  }


  .gallery-thumbs .swiper-slide-next {
      background: #f0f2f6;
  }



  .gallery-thumbs .swiper-slide-thumb-active .txt_t .more{
    background: #3c51d2;
  }

  .gallery-thumbs .swiper-slide-thumb-active .txt_t .more a{
    background: url(../images/right.png) no-repeat center;
  }

  .swiper-button-next {
      width: 65px;
      height: 65px;
      border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
    background: #ffffff url(../images/right1.png) no-repeat center;
    top: 230px;
    right: -113px;
    outline: none;
  }

  .swiper-button-next:hover{
    background: #3c51d2 url(../images/right.png) no-repeat center;
  }
  

  .swiper-button-prev {
    width: 65px;
    height: 65px;
    border-radius: 50%;
  -webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
  background: #ffffff url(../images/left1.png) no-repeat center;
  top: 230px;
  left: -113px;
  outline: none;
}

.swiper-button-prev:hover{
    background: #3c51d2 url(../images/left.png) no-repeat center;
  }

.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after {
    content: 'prev';
    display: none;
}

.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after {
    content: 'next';
    display: none;
}



/* case*/

.case{
    width: 1300px;
    margin: 75px auto 0 auto;
}

.case .case_t{
    height: 82px;

}

.case .case_t .title{
    float: left;
}

.case .case_t .title_more{
    float: right;

}

.case .case_box{
    width: 1360px;
    margin: 35px auto 0 auto;
}

.case .case_box ul li{
    float: left;
    width: 402px;
    margin: 0 50px 30px 0;
}

.case .case_box ul li .pic{
    width: 400px;
    height: 264px;
    border: 1px solid #eeeeee;

}

.case .case_box ul li .pic img{
    width: 370px;
    height: 240px;
    margin: 11px 15px;
}

.case .case_box ul li .txt{
    margin: 20px auto 0 auto;
    position: relative;

} 

.case .case_box ul li .txt .txt_l{
    float: left;
    width: 290px;
}

.case .case_box ul li .txt .txt_l a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 5px;
}

.case .case_box ul li .txt .txt_l p{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #888888;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 12px;
}

.case .case_box ul li .txt .txt_r{
    float: right;
    position: relative;
} 

.case .case_box ul li .txt .txt_r .more{
    display: block;
    background: url(../images/more1.png) no-repeat   center;
    width: 27px;
    height: 37px;
    margin-top: 20px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;

}

.case .case_box ul li .txt .txt_r span{
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 80px;
    color: #f0f0f9;
    font-family: "Impact";
    line-height: 65px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
}

.case .case_box ul li:hover .txt .txt_r .more{
    opacity: 0;
}

.case .case_box ul li:hover .txt .txt_r span{
    opacity: 1;
}



/* ys*/

.ys_bg{
    width: 100%;
    height: 800px;
    margin: 35px auto 0 auto;
    background: url(../images/ys_bg.jpg) no-repeat   center;
    overflow: hidden;
}


.ys_bg .ys{
    width: 1300px;
    margin: 0 auto;
    padding-top: 105px;
}

.ys_bg .ys .ys_t{
    font-size: 20px;
    color: #666666;
    text-align: right;
    background: url(../images/ys_t.png) no-repeat  left bottom;
    height: 90px;
    width: 632px;
    margin-left: 485px;
}

.ys_bg .ys .ys_box{
    margin: 75px auto 0 auto;
    position: relative;
}

.ys_bg .ys .ys_box .bd{
    margin-left: 495px;
    width: 805px;
    height: 292px;
}

.ys_bg .ys .ys_box .bd ul li{
    float: left;
    width: 810px;
}

.ys_bg .ys .ys_box .bd ul li h5{
    padding-left: 20px;
    font-size: 20px;
    color: #333;
    background: url(../images/buttom3.png) no-repeat  left center;
    margin-bottom: 20px;
}

.ys_bg .ys .ys_box .bd ul li h5 i{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

.ys_bg .ys .ys_box .bd ul li p{
    font-size: 16px;
    color: #5a5a5a;
    line-height: 36px;

}

.ys_bg .ys .ys_box .hd{
    margin-left: 490px;
    width: 1120px;
}

.ys_bg .ys .ys_box .hd ul li{
    float: left;
    width: 219px;
    height: 155px;
}

.ys_bg .ys .ys_box .hd ul li img{
    width: 219px;
    height: 155px;
    margin-top: 82px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.ys_bg .ys .ys_box .hd ul li.on{
    width: 333px;
    height: 237px;
}

.ys_bg .ys .ys_box .hd ul li.on img{
    width: 333px;
    height: 237px;
    margin-top: 0;
}


.ys_bg .ys .ys_box .tel{
    position: absolute;
    left: 500px;
    top: 200px;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
}

.ys_bg .ys .ys_box .tel i{
    font-size: 24px;
    color: #333;
    margin-right: 15px;
}

.ys_bg .ys .ys_box .qq{
    position: absolute;
    right: -22px;
    top: -70px;
    width: 109px;
    height: 109px;

}


.sim-anim-7{
	position: relative;
	}	
.sim-anim-7 img{
	position: absolute;
	-webkit-transition: all 0.5s ;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	}
.sim-anim-7:hover img{
	z-index: 1;
	}
.sim-anim-7:hover img:nth-child(1){
    -ms-transform: translate(0,-40%) scale(0.5,0.5); 
   	-webkit-transform: translate(0,-40%) scale(0.5,0.5); 
    transform: translate(0,-40%) scale(0.5,0.5); 
	}			
.sim-anim-7:hover img:nth-child(2){
    -ms-transform: translate(0,-20%) scale(0.7,0.7);
   	-webkit-transform: translate(0,-20%) scale(0.7,0.7);
    transform: translate(0,-20%) scale(0.7,0.7); 
	}		
.sim-anim-7:hover img:nth-child(3){
    -ms-transform: scale(0.9,0.9) ; 
   	-webkit-transform: scale(0.9,0.9); 
    transform: scale(0.9,0.9); 
	}		
.sim-anim-7:hover img:nth-child(4){
 -ms-transform: translate(0,20%) scale(1.1,1.1); 
   	-webkit-transform: translate(0,20%) scale(1.1,1.1);  
    transform: translate(0,20%) scale(1.1,1.1);  
	}		


/* about*/

.ab_bg{
    width: 100%;
    height: 820px;
    margin: 0px auto 0 auto;
    background: url(../images/ab_bg.jpg) no-repeat   center;
}


.ab_bg .about{
    width: 1300px;
    margin: 0 auto;
    padding-top: 65px;
}

.ab_bg .about .ab_t{
    text-align: right;
}

.ab_bg .about .ab_t i{
    width: 14px;
    height: 1px;
    background: #36579b;
    display: inline-block;
}

.ab_bg .about .ab_t h5{
    font-size: 18px;
    color: #36579b;
    font-weight: bold;
    margin: 0 0 5px 0;

}

.ab_bg .about .ab_t span{
    display: block;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.ab_bg .about .ab_box{
    margin: 10px auto 0 auto;

} 

.ab_bg .about .ab_box .ab_l{
    float: left;
    width: 640px;

}

.ab_bg .about .ab_box .ab_l .l_title{
    width: 680px;
    height: 190px;

}

.ab_bg .about .ab_box .ab_l .l_title .title{
    float: left;
    margin-left: 0px;
}

.ab_bg .about .ab_box .ab_l .l_title .title h3{
    font-size: 80px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    line-height: 70px;
    background: url(../images/title.png) no-repeat left top;
    padding-left: 10px;
    letter-spacing: 0px;
}

.ab_bg .about .ab_box .ab_l .l_title .title span{
    display: block;
    font-size: 80px;
    color: #333333;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    padding-left: 60px;
    line-height: 60px;
    background: url(../images/ab_xt.png) no-repeat left center;
    letter-spacing: 0px;
    margin: 20px 0 0 15px;
}

.ab_bg .about .ab_box .ab_l .l_title .title_more{
    float: right;
    margin-top: 105px;
} 

.ab_bg .about .ab_box .ab_l .txt{
    margin-left: 30px;

}

.ab_bg .about .ab_box .ab_l .txt h5{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 3px;
}

.ab_bg .about .ab_box .ab_l .txt h5 i{
    font-size: 16px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 0px;
}

.ab_bg .about .ab_box .ab_l .txt p{
    margin-top: 40px;
    font-size: 14px;
    color: #666666;
    line-height: 36px;
    height: 180px;
    overflow: hidden;

}

.ab_bg .about .ab_box .ab_l .ab_list{
    margin-top: 60px;
    margin-left: 30px;

} 

.ab_bg .about .ab_box .ab_l .ab_list ul li{
    float: left;
    margin-right: 80px;
    background: url(../images/xt1.png) no-repeat right  center;
    width: 150px;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li:last-child{
    background: none;
    margin-right: 0;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li h5{
    position: relative;

}

.ab_bg .about .ab_box .ab_l .ab_list ul li h5 span{
    font-size: 38px;
    color: #333333;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-right: 10px;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li h5 i{
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    top: -7px;
    position: relative;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li p{
    font-size: 14px;
    color: #333333;
}

.ab_bg .about .ab_box .ab_l .ab_list ul li:hover h5 span{
    color: #fe6e18;

}

.ab_bg .about .ab_box .ab_img{
    float: right;
    width: 587px;
    height: 583px;
    margin-top: 20px;
}

.ab_bg .about .ab_box .ab_img img{
    width: 587px;
    height: 583px;
}


/* news*/

.news_bg{
    width: 100%;
    margin: 0px auto 0 auto;
    height: 995px;
    background: url(../images/news_bg.jpg) no-repeat   center;
}


.news{
    width: 1300px;
    margin: 0px auto 0 auto;
    padding-top: 80px;

}

.news .news_t{
    height: 125px;
}

.news .news_t .title{
    float: left;
}

.news .news_t .title h3 a{
    color: #fff;

}

.news .news_t .title span{
    color: #ced2db;
}

.news .news_t .news_list{
    float: right;
    margin-top: 15px;
}

.news .news_t .news_list ul li{
    float: left;
    width: 156px;
    height: 48px;
    line-height: 48px;
    margin-left: 40px;
    border-radius: 45px;
}

.news .news_t .news_list ul li a{
    display: block;
    padding-left: 65px;
    font-size: 16px;
    color: #fff;
}

.news .news_t .news_list ul li.n1 a{
    background: url(../images/news1.png) no-repeat 30px  center;
}

.news .news_t .news_list ul li.n2 a{
    background: url(../images/news2.png) no-repeat 30px  center;
}

.news .news_t .news_list ul li.n3 a{
    background: url(../images/news3.png) no-repeat 30px  center;
}

.news .news_t .news_list ul li.casehover{
    background: #fff;

}

.news .news_t .news_list ul li.casehover a{
    color: #1a3759;

}

.news .news_t .news_list ul li.n1.casehover a{
    background: url(../images/news11.png) no-repeat 30px  center;
}

.news .news_t .news_list ul li.n2.casehover a{
    background: url(../images/news22.png) no-repeat 30px  center;
}

.news .news_t .news_list ul li.n3.casehover a{
    background: url(../images/news33.png) no-repeat 30px  center;
}

.news .news_box{
    margin: 25px auto 0 auto;
}

.news .news_box .news_top{
    width: 1300px;
    margin: 0 auto;
    position: relative;
    height: 292px;
}

.news .news_box .news_top .bd{
    width: 1335px;
    margin: 0 auto;
}

.news .news_box .news_top .bd ul li{
    width: 1300px;
    margin: 25px auto 0 auto;
    height: 292px;
    padding-right: 35px;
}

.news .news_box .news_top .bd ul li .txt{
    float: left;
    width: 770px;
    margin-top: 20px;
}

.news .news_box .news_top .bd ul li .txt .txt_t{
    height: 70px;
    line-height: 70px;

}

.news .news_box .news_top .bd ul li .txt .txt_t a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 630px;
}

.news .news_box .news_top .bd ul li .txt .txt_t span{
    display: block;
    font-size: 14px;
    color: #999999;
    float: right;
}

.news .news_box .news_top .bd ul li .txt i{
    display: block;
    width: 65px;
    height: 2px;
    background: #fe6e18;



} 

.news .news_box .news_top .bd ul li .txt  p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    margin-top: 25px;
}

.news .news_box .news_top .bd ul li .news_img{
    float: right;
    position: relative;
    width: 471px;
    height: 292px;
}

.news .news_box .news_top .bd ul li .news_img img{
    width: 471px;
    height: 292px;

}

.news .news_box .news_top .bd ul li .news_img .more::after{
    display: block;
    background: url(../images/more2.png) no-repeat   center;
    position: absolute;
    right: -32px;
    top: -22px;
    width: 65px;
    height: 65px;
    content: "";
}

.news .news_box .news_top .next{
    position: absolute;
    left: 0;
    top: 210px;
    background: url(../images/more.png) no-repeat  bottom left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #333;
    width: 326px;
    text-transform: capitalize;

}

.news .news_box .list{
    margin: 100px auto 0 auto;
    width: 1380px;
    position: relative;
} 

.news .news_box .list::after{
    position: absolute;
    left: -52px;
    top: 100px;
    width: 1404px;
    height: 1px;
    background: #d7dbe3;
    content: "";
}

.news .news_box .list::before{
    position: absolute;
    left: -52px;
    top: 200px;
    width: 1404px;
    height: 1px;
    background: #d7dbe3;
    content: "";
}

.news .news_box .list ul li{
    float: left;
    width: 405px;
    height: 86px;
    padding: 7px 0 ;
    margin-right: 55px;
}

.news .news_box .list ul li .time{
    float: left;
    position: relative;
    width: 120px;
    background: url(../images/xt2.png) no-repeat  right center;
}

.news .news_box .list ul li .time span{
    display: block;
    line-height: 86px;
    font-size: 18px;
    color: #999999;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;

}

.news .news_box .list ul li .time img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 0px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box .list ul li .txt{
    float: right;
    width: 255px;
} 

.news .news_box .list ul li .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #333333;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: 17px 0 10px 0;
}

.news .news_box .list ul li .txt span{
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
}


.news .news_box .list ul li:hover .time img{
    height: 86px;
    opacity: 1;
}

.news .news_box .list ul li:hover .time span{
    opacity: 0;
}

.news .news_box .list ul li:hover .time{
    background: url(../images/xt3.png) no-repeat  right center;
}



/* fc*/

.fc{
    width: 1300px;
    margin: 60px auto 0 auto;
}

.fc .fc_t{
    width: 1300px;
    margin: 0 auto;
    height: 82px;
} 

.fc .fc_t .title{
    float: left;
}

.fc .fc_t .title_more{
    float: right;
} 

.fc .fc_box{
    width: 1360px;
    margin: 40px auto 0 auto;
} 

.fc .fc_box ul li{
    float: left;
    width: 305px;
    height: 192px;
    position: relative;
    overflow: hidden;
    margin: 0 25px 25px 0;
}

.fc .fc_box ul li .pic{
    width: 305px;
    height: 192px;
    position: relative;
}

.fc .fc_box ul li .pic img{
    width: 305px;
    height: 192px;
}

.fc .fc_box ul li .txt{
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #3c51d2;
    text-align: center;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
} 

.fc .fc_box ul li .txt a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.fc .fc_box ul li:hover .txt{
    bottom: 0;
}

.fc .fc_box ul li:first-child{
    width: 635px;
    height: 411px;

}


.fc .fc_box ul li:first-child .pic{
    width: 635px;
    height: 411px;
    position: relative;
}

.fc .fc_box ul li:first-child .pic img{
    width: 635px;
    height: 411px;
}


/* message*/

.message_box{
    width: 100%;
    margin: 55px auto 0 auto;
    height: 140px;
    background: #f6f7fa;
}

.message_box .message{
    width: 1300px;
    margin: 0 auto;
    padding-top: 45px;
}

.message_box .message .form-group1{
    float: left;
    width: 250px;
    height: 50px;
    background: #fff;
    margin-right: 32px;
}

.message_box .message .form-group1 input{
    width: 250px;
    height: 50px;
    text-indent: 50px;
    font-size: 14px;
    color: #333;
    background: url(../images/m1.png) no-repeat 10px  center;
}

.message_box .message .form-group2{
    float: left;
    width: 250px;
    height: 50px;
    background: #fff;
    margin-right: 32px;
}

.message_box .message .form-group2 input{
    width: 250px;
    height: 50px;
    text-indent: 50px;
    font-size: 14px;
    color: #333;
    background: url(../images/m2.png) no-repeat 10px  center;
}

.message_box .message .form-group3{
    float: left;
    width: 250px;
    height: 50px;
    background: #fff;
    margin-right: 32px;
}

.message_box .message .form-group3 textarea{
    width: 200px;
    height: 35px;
    font-size: 14px;
    color: #333;
    background: url(../images/m3.png) no-repeat 10px  center;
    padding: 15px 0 0 50px;
}

.message_box .message .form-group4{
    float: left;
    width: 250px;
    height: 50px;
    background: #fff;
    margin-right: 32px;
}

.message_box .message .form-group4 input{
    width: 150px;
    height: 50px;
    text-indent: 50px;
    font-size: 14px;
    color: #333;
    background: url(../images/m4.png) no-repeat 10px  center;
    float: left;
}

.message_box .message .form-group4  .imgcode{
    margin: 5px 5px 0 0;
    width: 90px;
    height: 40px;
}

.message_box .message .anniu{
    float: right;
    width: 145px;
    height: 50px;
}

.message_box .message .anniu button{
    width: 145px;
    height: 50px;
    background: #fe6e18;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 14px;

}