@charset "utf-8";
/* CSS Document */
html,body,body{margin:0;padding:0;border:0;}
body{
	color:#333;
	font:14px "Microsoft YaHei",微软雅黑,arial,sans-serif;
	
	}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
i.fa{font-style: normal;font-family: 'FontAwesome';}
a{text-decoration:none;outline:none;color: #333;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';border: none;}
input:-webkit-autofill { box-shadow: 0 0 0 1000px white inset !important;}
img{border:none;background:none;border-style: none; }
dl,dd,dt{margin: 0;padding: 0;}
ul,ol,li{list-style-type:none;padding: 0;margin: 0;list-style: none;}
.clearfix:{clear: both;}
h1,h2,h3,h4{margin: 0;padding:0;}
span{
    cursor: pointer;
    display: inline-block;
}
p{
	margin: 0;
	padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
/*顶部*/
.Item_bg{
    width: 100%;
}
.Item{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.top_header{
    margin: 20px auto;
}
.Item_flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.logo{
    /*text-align: center;*/
}
.logo a{
    display: block;
}
.logo a img{
    height: 70px;
}
.tel{
    margin-right: 30px;
}
.tel span.fatel{
    color: #0087e0;
    font-size: 55px;
    margin-right: 20px;
}
.tel i.fa-phone-square:before{
    content: "\f098";  
}
.tel span h1{
    font-size: 14px;color: #333;font-weight: normal;
}
.tel span h2{
    font-size: 30px;color: #0087e0;line-height: 30px;
}
/*banner*/
.baner_bg{
    position: relative;
}
.header_bg{
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(0,135,224,.5);
}

.nav {
    width: 1200px;
    margin: 0 auto;
    border-radius: 0 0 0 8px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.nav a{
    font-size: 20px;
    line-height: 30px;color: #fff;
    display: inline-block;
    padding: 10px 20px;
}
.nav a img{
    display: block;
    text-align: center;    margin: 0 auto;
    overflow: hidden;margin-bottom: 5px;
}
.nav a:hover{
    background: #0087e0;
}
/*标题*/
.Item_title{
    text-align: center;
    margin-bottom: 24px;
}
.Item_title h1{
    font-size: 18px;
    font-weight: normal;
    background: url(../img/icon_titleline.png)no-repeat center;
    margin-top: 15px;
}
.Item_title h2{
    font-size: 18px;color: #0087e0;
    text-transform: uppercase;  font-weight: normal;
}
.Item_title img{
    margin-top: 15px;
}
a.more_see{
    display: block;text-align: center;
    color: #333;font-size: 12px;
    margin-top: 25px;
}
/*关于我们*/
.about-con{
    font-size: 16px;line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.about_bg{
    background: #f6f6f6;
    padding: 60px 0;
}
/*产品*/
.product_bg{
   margin-top: 60px; 
}
.product-classfy{
    text-align: center;
}
.product-classfy a{
    font-size: 12px;line-height: 30px;color: #999;
    display: inline-block;margin: 0 15px;border: 1px solid #999;box-sizing: border-box;
    padding: 0 20px;
}
.product-classfy a:hover{
    color: #0087e0;border:1px solid  #0087e0;
}

.productlist{    
    display: flex;display: -webkit-flex;
    margin-top: 40px;    justify-content: space-between;
    flex-wrap: wrap;
}

.productlist:after{
    content: "";
    width: 372px;
}
.productlist dl{
    margin-bottom: 20px;
   }
.productlist dl a{
    display: block;
    width: 280px;
}
.productlist dl a dt {
    display: block;
}
.productlist dl a dt img{
    width: 280px;height: 200px;
    object-fit: cover;display: block;
}
.productlist dl a dt.main_img{
    width: 280px;height: 200px;overflow: hidden;
}
.productlist dl a dd {
    background: #f6f6f6;
    font-size: 18px;color: #333;line-height: 35px;
    overflow: hidden;text-overflow: ellipsis;white-space: nowrap;    font-weight: normal;
    text-align: center;
}
.productlist dl a:hover dd {
    color: #0087e0;
}

/*新闻*/
.newsbg{
    background: #f5f5f5;
    margin-top: 60px;padding: 60px 0;
}
.news_classify{
    display: flex;display: -webkit-flex;
    justify-content: space-between;
}
.in_news_l{
    width: 606px;
    height: 382px;
    overflow: hidden;
    float: left;
    margin-top: 40px;
}
.in_news_lt img{width: 544px;height: 224px;overflow: hidden;}
.in_news_lt p{
    display: block;
    width: 544px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
    margin-top: 15px;
}
.in_news_lt p:hover{color: #0087e0;}
.in_news_lt img {
    width: 100%;
    height: 224px;
    object-fit: cover;
}
.in_news_lt span{
    display: block;
    width: 544px;
    line-height: 24px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 将对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.in_news_x {
    width: 100%;
    margin-top: 20px;
    border-top: 1px dashed #747474 ;
}
.in_news_lt span:hover{color: #0087e0;}
.in_news_l ul{
    width: 544px;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
}
.in_news_l ul li{
    width: auto;
    height: 24px;
    line-height: 24px;
    background: url(../images/in_newsa.jpg) no-repeat left;
    margin-top: 5px;
}
.in_news_l ul li p{
    display: block;
    width: 350px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    float: left;
    font-size: 14px;
    color: #333;
    margin-left: 40px;
}
.in_news_l ul li p a{color: #333;}
.in_news_l ul li p a:hover{color: #0087e0;}
.in_news_l ul li span{ float: right;line-height: 24px; font-size: 12px;color: #666; }

.in_news_r{
    width: 520px;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    float: right;
}
.in_news_r ul{width: 550px;height: auto;overflow: hidden;}
.in_news_r ul li{
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}
.in_news_data{
    width: 65px;
    height: 72px;
    float: left;
    text-align: center;
}
.in_news_data p{
    display: block;
    font-size: 30px;
    color: #0087e0;
    margin-top: 10px;
    font-weight: 700;
}
.in_news_data span{
    display: block;
    margin-top: 20px;
    font-size: 12px;
    color: #666;
}
.in_news_r_list{
    width: 440px;
    height: auto;
    overflow: hidden;
    border-bottom: #747474 dashed 1px;
    padding-bottom: 25px;
    float: left;
    margin-left: 20px;
}
.in_news_r_list p{
    display: block;
    width: 440px;
    height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.in_news_r_list p:hover{color: #0087e0;}
.in_news_r_list span{
    display: block;
    width: 440px;
    height: 48px;
    overflow: hidden;
    font-size: 12px;
    color: #666;
    line-height: 24px;
}
.in_news_r_list span:hover{color: #0087e0;}

/*成功案例*/
.case_bg{
    margin-top: 60px;
}
.casebox{
    display: flex;display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;    padding: 0 20px;
}
/* 水平滚动
------------------------------ */
.scroll_horizontal{position:relative;width:1300px;line-height:20px;margin: 0 auto;margin-top:40px }
.scroll_horizontal .box{overflow:hidden;position:relative;width:1220px;margin:0 auto;}
.scroll_horizontal .list{overflow:hidden;width:9999px;}
.scroll_horizontal .list li{float:left;width:305px;text-align:center;position: relative;}
.scroll_horizontal .list li a{display: block; line-height: 0;}
.scroll_horizontal .list li img.case_img{width: 284px;height: 213px;}
.scroll_horizontal .list li a.img{display: inline-block;}
.scroll_horizontal .list li h3 a {
    display:block;width: 284px;height: 50px;line-height: 50px;color: #333;
    margin: 0 auto;
    
    }
.scroll_horizontal .plus,
.scroll_horizontal .minus{position:absolute;top:100px;width:30px;height:60px;cursor:pointer;}
.scroll_horizontal .plus{left:1px;background: url(../img/prev.png) no-repeat;}
.scroll_horizontal .minus{right:1px;background: url(../img/next.png) no-repeat;}
.list li a.item_url:hover .overlay {
  height: 100%;
}
.list li:hover  h3 a {
  color: #0087e0;
}
.list li a .overlay{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    background: rgba(2,2,2,0.4);
    overflow: hidden;
    width: 284px;
    margin: 0 auto;
    height: 0;
    transition: .5s ease;
}
 .list li a .overlay .text {
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*fubanner*/
.pic{
    margin-top: 60px;
    width:100%; height:auto; position:relative;
}
.pic_box{
    position:relative; height:100%; z-index:0; 
}
.pic .pic_box > a {
    width:100%!important
}
.pic .pic_box > a > img{
    width:100%; height:auto; display:block;
}
/**/
.contactbg{
    background: #f4f5f9;
    margin-top: 60px;padding: 60px 0;
    border-bottom: 4px solid #0087e0;box-sizing: border-box;
}
.contactus{
    width: 694px;
    overflow: hidden;
    margin: 0 auto;
}
.contactl{
    width: 276px;
    background: #fff;
    float: left;
    height: 380px;
}
.contactl dl{
   padding: 30px 0 0 50px;
}
.contactl dl dt{
    font-size: 14px;color: #0087e0;
}
.contactl dl dd{
    font-size: 12px;color: #999999;
    line-height: 20px;width: 150px;
    margin: 12px 0 26px 0;
    
}
.contactr{
    float: right;
    width: 386px;height: 380px;
    background: #fff;
    
}
.contactr form div.messageone{
    padding: 30px 0 0 50px;
}
div.messageone .indexmess{
    overflow: hidden;
}
div.messageone .indexmess h1{
    font-size: 14px;color: #999;font-weight: normal;
}
div.messageone .indexmess input{
    border-bottom: 1px solid #f5f5f5;
    font-size: 12px;color: #c7c7c7;
    line-height: 24px;
    padding-left: 20px;
    margin: 10px 0 10px 0;
    width: 260px;
}
div.messageone .indexmess input{
    background:no-repeat 0 0 scroll ＃EEEEEE;
    outline:medium;
}
div.messageone .indexmess textarea{
    width: 278px;height: 74px;
    font-size: 12px;color: #c7c7c7;
    margin: 10px 0;
}
div.messageone .indexmess input[name="captcha"]{
    width: 150px;border: 1px solid #f5f5f5;box-sizing: border-box;
    margin: 0;line-height: 32px;padding: 0;
    float: left;
}
div.messageone .indexmess img{
    height:32px ;float: left;
    margin-left: 6px;
}
div.messageone .indexsubmit{
    margin-top:12px;
}
div.messageone .indexsubmit input[name="submit"]{
    margin: 0;
    width: 80px;line-height: 30px;background: #0087e0;text-align: center;
    color: #fff;
}

/*dibu */
.footerbg{
    background: #333;padding: 10px 0;
}
.copyright{
    font-size: 14px;line-height:30px;color: #fff;
    text-align: center;margin-top: 20px;
}
.copyright a{
    font-size: 14px;line-height:30px;color: #fff;
}
.copyright img{
    display: inline-block;    vertical-align: text-bottom;
}
.copyright a:hover{
    text-decoration: underline;
}
/**/
.search{
    text-align: center;
    margin-top: 18px;
}
.search form{
    border-color: #3baed4;
    border-radius: 0;
    height: 40px;
    left: auto;
    margin: 0;
    width: 230px;    position: relative;
    display: inline-block;
    margin-right: 25px;
}
.search form input[type="text"]{
    font-weight: normal;
    width: 100%;
    height: 100%;
    background: transparent;
    color: #999999;
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding: 0 0 0 10px;
    font-size: 15px;outline: none;
    outline:medium;
     
}
.search form button{
    display: block;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;right: 0;
    font-size: 20px;
    color: #de5144;
    background: none;
    border: none;
}
.search form button:before{
    content: "\f002";    font-family:FontAwesome;
}
.seo{
    display: inline-block;
    color: rgba(255,255,255,.5);
}
.seo a{
    color: rgba(255,255,255,.5);
}
