@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-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;
}
a{text-decoration:none;outline:none;color: #333;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';border: none;}
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;}
p{
	margin: 0;
	padding: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
/*顶部*/
.Item_bg{
    width: 100%;
}
.Item_top_bg{
    background: #e9e9e9;
}
.Item{
    width: 1200px;
    margin: 0 auto;
}

.Item_top{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.Item h1.welcome{
    font-size: 12px;
    color: #818180;
    line-height: 40px;
}
.Item div.wel_tel{
    display: block;  
    overflow: hidden;
}
.Item div.wel_tel h3{
    float: right;
    font-size: 24px;
    color: #076ce0;
    line-height: 40px;
    margin-left: 5px;
}
/*nav*/
.Item_nav{
    margin-top: 20px;
    margin-bottom: 10px;
}
.logo >a{
    display: block;
    line-height: 0;
}
.logo >a>img{
    display: block;
    /*height: 32px;*/
   width: 76%;
    margin-top: -8px;
}
.Item  > h4.enquiry{
    text-align: right;font-weight: normal;
    vertical-align: middle;
    line-height: 27px;
}
.xq_bag { width: 100%; height: 60px; overflow: hidden; position: relative; background: #076ce0;}
.xq_navbar { 
    width: 1200px;margin: 0 auto;  
    height: 60px; overflow: hidden; box-sizing: border-box; box-sizing: inherit; 
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.xq_navli { 
    list-style: none; display: inline-block; 
    color: #fff; box-sizing: inherit; text-align: center;  
    font-size: 22px;
    }
.xq_navli a { display: block; color: currentcolor; text-decoration: none; }
.xq_move { transition: all .3s ease-in-out; position: absolute; }
/* 轮播图 */
.slider {position: relative;overflow: hidden;width: 100%;}
.slideBox .hd {height: 10px;z-index:1; overflow: hidden;position: absolute;left: 50%;bottom: 10px;transform: translateX(-50%);z-index: 1;}
.slideBox .hd ul{ text-align:center;  }
.slideBox .hd ul li {
    cursor:pointer;float: left;
    margin-right: 10px;width: 18px;height:4px;text-align: center;background: #fff;
    border-radius: 10px;
}
.slideBox .hd ul .on {background: #076ce0;color: #fff;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li img{width:100%; vertical-align:top;  } 
#slideBox .focus-handle{
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 100;
    display: block;
    width: 80px;
    height: 80px;
    background-image: url("../img/focus_handle.png");
}
#next-img{
    left: 0;
}
#next-img{
    left: 50px;
    background-position: 0 0;
}
#next-img:hover{
    background-position: 0 -80px;
}
#prev-img{
    right: 0;
}
#prev-img{
    right: 50px;
    background-position: -80px 0;
}
#prev-img:hover{
    background-position: -80px -80px;
}
/*搜索*/
.Item_search_bg{
	background: #f2f2f2;
}
.Item_search{
	text-align: center;
	height: 60px;
}
.hot_search{
	display: inline-block;
	    margin-right: 20px;    height: 60px;
}
.hot_search p{
	display: inline-block;
	vertical-align: middle;
}
.hot_search p.hot_bg_two{
	margin-left: 30px;font-weight: bold;
	font-size: 16px;color: #076ce0;
}
.hot_search p.hot_bg_two >a{
	font-size: 16px;
	line-height: 60px;
	display: inline-block;
	margin: 0 8px;
	border-radius: 8px;
	color: #333;
}
.hot_search p.hot_bg_two >a:hover{
	color: #076ce0;
}
.hot_ss{
	display: inline-block;
}
.hot_ss form {
	position: relative;
}
.hot_ss form input[type="text"] {
    width: 400px;
    border: 0;
    text-indent: 16px;
    font-size: 14px;
    color: #999;
    line-height: 40px;
    background: #fff;
    border: 1px solid #cccccc;
    box-sizing: border-box;border-radius:10px;
    height: 40px;
}

.hot_ss form button{
	
    border: none;
    position: absolute;
    top: 6px;
    right: 10px;    background: none;
    cursor: pointer;
}
.hot_ss form button:before{
	content: "\f002";
    font-family: FontAwesome;
    font-size: 26px;
    color: #076ce0;
}
/*产品*/
.Item_bg_space{
    margin-top: 60px;
}
.product_left{
    background: #076ce0;
    width: 280px;
    border-radius: 10px;
    padding-bottom: 33px;
}
.product_left > h1{
    font-size: 24px;
    color: #fff;
    line-height: 36px;
    padding: 24px 0 0 64px;
}
.product_left ul {
    background:#fff ;
    width: 230px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px 0;
    margin-top: 15px;
}
.product_left ul >li{
    width: 200px;
    margin: 15px auto;
}
.product_left ul >li a{
    background: #076CE0;
    line-height: 36px;
    display: block;color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0 27px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.product_left ul >li:hover a{
    background: #005fcd;font-weight: 400;
}
.product_left ul >li a > i.fa-address-book {
    font-family: 'FontAwesome';
    font-size: 16px;
    display: inline-block;
    position: absolute;
    right: 10px;color: #fff;
    vertical-align: top;font-style: normal;
}
.product_left ul >li a > i.fa-address-book:before {
    content: "\f138";
}
.product_right{
    width: 904px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.product_box .imghvr-reveal-up{
    max-width: 292px;
    max-height: 219px;
}
.product_box .imghvr-reveal-up >img{
    width: 292px;
    height: 219px;
}
.product_box .imghvr-reveal-up >figcaption >p{
    font-size: 14px;line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 90px;
}
.product_box > h4 >a{
    display: block;font-size: 16px;
    color: #333;background: #cccccc;
    line-height: 45px;text-align: center;
}
.product_box:nth-child(4){
    margin-top: 15px;
}
.product_box:nth-child(5){
    margin-top: 15px;
}
.product_box:nth-child(6){
    margin-top: 15px;
}
/*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;
}
/*关于我们*/
.Item_about{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}
.about_caption{
    width: 80px;
    border-top: 3px solid #999999;
    border-bottom: 3px solid #999999;
    border-left: 3px solid #999999;
    padding-top: 20px;
    padding-left: 15px;
    height: 300px;
    margin-top: 26px;
    box-sizing: border-box;
}
.about_caption > h1{
    font-size: 24px;
    color: #076ce0;
    width: 24px;
    margin-bottom: 10px;
}
.about_caption > p{
    width: 18px;display: block;
    /* Safari */
    -webkit-transform: rotate(90deg);
    /* Firefox */
    -moz-transform: rotate(90deg);
    /* Internet Explorer 滤镜写法*/
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-size: 16px;
    line-height: 14px;
    color: #808080;
}
.about_img a{
    display: block;
}
.about_img a img{
    width: 472px;height: 354px;
}
.about_synr{
    width: 600px;
    margin: 40px 0 0 50px;
}
.about_synr div.aboutlebelcon{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    display: block;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    max-height: 210px;
}
.about_synr  >a{
    font-size:16px ;color: #fff;
    line-height:50px ;width: 190px;
    border-radius:6px ;display: block;
    background: #076ce0;
    text-align: center;
        margin-top: 50px;
        -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.about_synr  >a:hover{
    background: #005fcd;
}
/*新闻动态*/
.Item_news{
    background: #f8f8f8;
    padding: 60px 0 45px 0;
    
}
.Item_news_title{
    text-align: center;
}
.Item_news_title > h2{
    font-size: 33px;
    color: #e5e5e5;
    
}
.Item_news_title > h1{
    font-size: 28px;
    color: #076CE0;
    display: inline-block;   
    line-height: 40px;
    vertical-align: middle;
    margin: 0 15px;
}
.Item_news_title >h3{
    width: 25px;
    height: 5px;
    background: #076CE0;
    display: inline-block;
}
.Item_news_title  > h4{
    text-align: center;
    margin-top: 30px;
}
.Item_news_title  > h4 >a{
    display: inline-block;
    font-size:16px ;color: #333;
    line-height: 36px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    padding: 0 15px;border-radius: 6px;
    margin: 0 10px;
    background: #f8f8f8;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.Item_news_title  > h4 a:hover{
    background: #076CE0;color: #fff;
}
.Item_news_list{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 1015px;
	margin: 0 auto;
}
.Item_news_list:after{
	width:450px;
	content:"";
}
.Item_news_list dl{
    background: #fff;border: 1px solid #dbdbdb;box-sizing: border-box;
    width: 450px;
    height: 156px;
    padding: 20px 15px 10px 45px;
    margin-top: 30px;
}
.Item_news_list dl >a >dt{
    font-size: 20px;line-height: 30px;
        width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.Item_news_list dl:hover >a >dt{
    color:#076CE0 ;
}
.Item_news_list dl >a >dd{
    font-size: 14px;color: #666;
    line-height: 24px;    
    text-indent: 26px;
    margin-top: 10px;
        display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
}
.Item_news_list dl >a >p.news_line{
    width: 32px;
    height: 2px;
    background: #076CE0;
    margin-top: 10px;
}
.Item_news_list dl{
    position: relative;
}
.Item_news_list dl >span{
    background: #076CE0;
    font-size: 32px;display: block;
    color: #fff;width: 52px;
    text-align: center;line-height: 52px;
    position: absolute;
    top: 50px;
    left: -25px;
}
/*案例*/
.Item_cases{margin-top:50px; }
.Item_cases a.case_more{    font-size: 16px;
    color: #fff;
    line-height: 50px;
    width: 190px;
    margin: 0 auto;
    border-radius: 6px;
    display: block;
    background: #076ce0;
    text-align: center;
    margin-top: 50px;-webkit-transition: background-color .3s;
    transition: background-color .3s;}
    .Item_cases a.case_more:hover{
        background: #005fcd;
    }
/* 水平滚动
------------------------------ */
.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;height: 265px;}
.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;
    background: #e5e5e5;border-top: 2px solid #076ce0;
    }
.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 {
  background: #076ce0;border-top: 2px solid #e6e6e6;
  color: #fff;
}
.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%);
}
/*友情链接*/
.friendlink{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 15px;
}
.friendlink i.fa-link{
	font-family: 'FontAwesome';
    font-size: 22px;
    display: inline-block;
    color: #076CE0;
    font-style: normal;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    
}
.friendlink i.fa-link:before{
	content: "\f0c1";
}
.friendlink >h1{
	font-size: 22px;display: inline-block;
	color: #333;
	line-height: 30px;
	margin:0 5px 0 10px;
}
.friendlink >h2{
	display: inline-block;
	width: 20px;height: 4px;
	border-bottom: 4px solid #076CE0;
}
.friendlink >a{
	display: inline-block;
	margin: 0 10px;font-size: 18px;
	color: #333;
}
/*底部*/
.footer_bg{
	background: #076CE0;
	width: 100%;
	padding: 50px 0;
}
.footer{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.footer_list{
	width: 30%;
}
.footer_list p{
	font-size: 20px;padding-bottom: 10px;
	line-height: 24px;color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
	
}
.footer_list a.footer_nav{
	width: 30%;margin-right:10px ;display: inline-block;
	font-size: 14px;line-height: 30px;color: #fff;
}
.footer_list_center{
	font-size: 14px;color: #fff;
	line-height: 30px;text-align: center;
	
}
.footer_list_center p{
	text-align: center;
	width: 70%;margin: 0 auto;margin-bottom: 20px;
}
.footer_list_center a{
	font-size: 14px;color: #fff;
	line-height: 30px;
}
.footer_right p{
	text-align: right;
}
.footer_right h1{
	text-align: right;
	font-weight: normal;color: #fff;
	font-size: 14px;line-height: 30px;
}
.copy_bg{
	background: #005ec9;
	width: 100%;
}
.copy{
	width: 1200px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 14px;color: #fff;
}
.copy >a{
	line-height: 40px;
	font-size: 12px;color: #fff;
}
