*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

img {display: block;border:none;}
.container {width: 1200px;margin: 0 auto;position: relative;}
.clearfix{ zoom:1; }
.clearfix:after{content: "";display: block; clear: both;}

.home_box{
    /* width: 1349px; */
    /* height: 100%; */
    /* background-color: aqua; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-wrap: wrap; */
    /* overflow: hidden; */
}
.logoImg{
    float: left;
   height: 76px;
   width: 199px;
}
.logoImg>img {
    width: 100%;
    height: 100%;
}
.header_box {
    width: 1200px;
    height: 76px;
    /* background-color: blue; */
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* justify-content: center; */

}
.swiper-slide img{width: auto;height: auto;max-width: 100%;max-height: 100%;}
.Meun_Box {
    float: right;
    /* flex-direction: column; */
    /* width: 900px; */
    height: 40px;
    /* background-color: burlywood; */
}

.bun {
    width: 100%;
    height: 30px;
    /* background-color: skyblue; */
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content:  flex-end;
    align-items: center;
}
.bun>img{
    width: 20px;
    height: 20px;
}
.Meun {
    /* width: 860px; */
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* padding: 0px 20px; */
}
.Meun >li{
    /* width: 90px; */
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    /* background-color: darkorchid; */
    
}

.Meun >li a{
    /* width: 90px; */
    /* padding: 0 38px; */
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #222;
    /* background-color: darkorchid; */
    
}

.Meun >li:hover,.Meun >li.on{
    background-color: #4071d7;
    color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.Meun >li:hover a,.Meun >li.on a{
    /*background-color: #4071d7;
    */color: #fff;
}

.advertising {
    /* width: 1349px; */
    height: 510px;
    padding: 0px;
   background: url(../切图/1-首页/banner.png)no-repeat center top;

}
.advertising > img {
    width: 100%;
    height: 100%;
    
}
.product_box {
    /* width: 500px; */
    /* height: 500px; */
    /* background-color: red; */
} 
.product_box {
    width: 1200px;
    /* height: 1000px; */
    /* background-color: azure; */
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
  
}
.product_title {
    width: 100px;
    height: 120px;
    color: #1443a7;
    text-align: center;
    line-height: 160px;
    font-size: 24px;

}
.title {
    width: 200px ;
    height: 70px;
    /* line-height: 70px; */
    text-align: center;
    font-size: 14px;
    color:#4c4b4b;
}
.Product_Header {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    /* display: flex; */
    /* justify-content: center; */
    /* padding: 0px 20px; */
    /* background-color: darksalmon; */
}
.Product_Header >ul {
    width: 100%;
    height: 60px;
    line-height: 60px;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* justify-content: center; */
    /* align-items: center; */
}
.Product_Header >ul>li {float: left;    margin-left: 20px;}
.Product_Header >ul>li>a{
    /* width: 160px; */
    /* float: left; */
    padding: 0 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333333;

}
.Product_Header >ul>li:hover{
    background-image: linear-gradient(0deg, 
		#4071d7 0%, 
		#1ea2f6 100%), 
	linear-gradient(
		#4071d7, 
		#4071d7);
	background-blend-mode: normal, 
		normal;
    border-radius: 10px;
    color: #fff
}

.Product_Header >ul>li:hover a,.Product_Header >ul>li.active a {color: #fff;}
.active {
    background-image: linear-gradient(0deg, 
		#4071d7 0%, 
		#1ea2f6 100%), 
	linear-gradient(
		#4071d7, 
		#4071d7);
	background-blend-mode: normal, 
		normal;
    border-radius: 10px;
    color: #fff
}
.Proudct_content_box{
    width: 1200px;
    /* height: 100%; */
    /* display: flex; */
    /* flex-direction: column; */
    /* display: none; */
}
.Proudct_content {
    width: 100%;
    /* height: 100%; */
    margin-top: 50px;
    /* display: flex; */
    /* flex-wrap: nowrap; */
    /* justify-content: space-between; */
    /* display: none; */
}
.Proudct_content>li {
    width: 280px;
    height: 286px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    float: left;
    background-color: #ccc;
    margin-right: 26px;
    margin-bottom: 50px;
    overflow: hidden;
}
.Proudct_content>li a {display: block;width: 100%;height: 100%;}
.Proudct_content>li:nth-child(4n) {margin-right: 0;}
.product_title,.title{
    margin: 0 auto;
}
.Proudct_content >li>img{
    width: 100%;
    height: 240px;

}

.Proudct_content >li:hover>img {border: solid 1px #4071d7;}
.Proudct_content_box .selected{
    display: block;
    /* display: flex; */
}
.none{
    display: none;
    /* display: flex; */
}
.bottom {
    width: 100%;
    height: 48px;
    line-height: 48PX;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
}
.Proudct_content > li:hover{
    background-color: #2697ef;
    border: 1px solid #2697ef;
    box-sizing: border-box;
}
.Proudct_content li:hover .bottom{
    background-color: #2697ef;
    color: #fff;
}
.number{
    margin-right: 10px;
    color: #4071d7;
}
.serve{
    color: #666666;
}
.cn{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4071d7;
    color: #fff;
    margin-right: 10px;
}
.search{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #4071d7;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
}
.more{
    width: 100%;
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background-color: red; */
}
.many{
    margin: 0 auto;
    height: 90px;
    /* display: flex; */
    /* align-items: center; */
    /* line-height: 90px; */
}
.get_more{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-image: linear-gradient(0deg, 
		#4071d7 0%, 
		#1ea2f6 100%), 
	linear-gradient(
		#ef5701, 
		#ef5701);
	background-blend-mode: normal, 
		normal;
    /*justify-content: center;
    */border-radius: 8px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.get_more a{
color:#fff;
}
.advertisings{
    width: 100%;
    height: 172px;
}
.background{
    width: 100%;
    height: 172px;
    background: url('../切图/1-首页/小海报.jpg')no-repeat center top;
}
.content{
    width: 1200px;
    height: 100%;
    /* background-color: red; */
    margin: 0 auto;
    position: relative;
}
.content-box{
    width: 100%;
    text-align: center;
    padding-top: 41px;
    font-weight: bold;
    /* display: flex; */
    /* justify-content: flex-end; */
    font-size: 26px;
    font-family: '微软雅黑';
    color: #fff;
    margin-bottom: 20px;
    line-height: 1;
}
.specialty,.production{
    width: 100%;
    /* padding-top: 10px; */
    /* padding-left: 40px; */
    /* display: flex; */
    /* justify-content: center; */
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #fff;
}
.cotent-right{
    width: 200px;
    display: flex;
    justify-content: flex-end;
}
.cotent-right{
    width: 220px;
    height: 148px;
    position: absolute;
    top: 25px;
    right: 0px;
}
.cotent-right > img{
    width: 100%;
    height: 85px;
    
}
.cotent-button{
    width: 100px;
    height: 27px;
    position: absolute;
    top: 100px;
    right: 115px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 28px;
}
.cotent-button a {color: #fff;line-height: 28px;font-size: 14px;text-align: center;display: block;width: 100%;height: 100%;}
.content-but a {color: #333333;line-height: 28px;font-size: 14px;text-align: center;display: block;width: 100%;height: 100%;}
.content-but{
    position: absolute;
    top: 100px;
    right: 2px;
    width: 100px;
    height: 28px;
    background-color: #fff;
    color: #333333;
    text-align: center;
    line-height: 28px;
}
.advantage {padding-top:48px;    margin-top: 52px;}
.advantage_box{
    text-align: center;
    font-size: 30px;
    color: #1443a7;
    margin-bottom: 14px;
}
.advantages{
    margin-top: 10px;
    color: #505050;
     text-align: center;
}
.quality{
    background-image: url('../切图/1-首页/微信图片_20190820145605.png');
    width: 1200px;
    height: 811px;
    
}
.quality_box {margin-top: 53px;}
.qua{
    display: flex;
    justify-content: center;
}
.celerity{
    /* margin: 26px 0 0 32px; */
    width: 862px;
    height: 190px;
    padding-left: 20px;
}
.close{
    font-size: 22px;
    color: #4071d7;
}
.demand{
    color: #666666;
    margin-top: 10px;
}
.demand>li{
    margin-top: 10px;
}
.advant{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
.bgck{
    width: 100%;
    height: 680px;
    background-color: #f5f5f5;
    
}
.rapid{
    padding-top: 30px;
    font-size: 22px;
    color: #4071d7;
    font-weight: bold;
}
.lis{
    color: #666666;
    margin-top: 10px;
    font-size: 14px;
}
.celerity_right{
    width: 300px;
    height: 190px;
    /* background-color: red; */
}
.centre{
    width: 1160px;
    height: 400px;
    /* background-color: pink; */
    display: flex;
    justify-content: center;
}
.centre-top{
    width: 220px;
    height: 130px;
    /* background-color: red; */
    line-height: 195px;
    display: flex;
    justify-content: flex-end;
    font-size: 22px;
    color: #1443a7;
    margin-left: 50px;
    font-weight: bold;
}
.centre-bom{
    width: 360px;
    height: 100px;
    margin-left: 30px;
    /* background-color: yellow; */
    color: #666666;
}
.centre-bom>ul>li{
    margin-top: 10px;
    margin-left: 17px;
}
.celerity_bottom{
    display: flex;
    justify-content: center;
}
.bottom-left{
    width: 800px;
    height: 400px;
    /* background-color: red; */
    padding-top: 38px;
}
.bottom-right{
    width: 272px;
    height: 400px;
    /* background-color: yellow; */
    display: flex;
    padding-top: 38px;
    /* justify-content: flex-end; */
}
.bottom-left>ul>li:first-of-type{
    color: #1443a7;
    font-size: 22px;
    font-weight: bold;
}
.cnc{
    color: #666666;
    margin-top: 10px;
    font-size: 14px;
}
.bottom-right>ul>li:first-of-type{
    font-weight: bold;
    color: #1443a7;
    font-size: 22px;
}
.territory{
    width: 1200px;
    height: 480px;
    /* background-color: skyblue; */
    margin: 40px auto;
    display: flex;
    flex-wrap: nowrap;
}
.territory_left{
    width: 50%;
    height: 100%;
    /* background-color: yellow; */
    display: flex;
    flex-wrap: nowrap;
   
}
.territory_right{
    width: 50%;
    height: 100%;
    /* background-color: red; */
    display: flex;
    flex-wrap: nowrap;
}
.equipment{
    width: 282px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.equipment>img:hover {
    transform: scale(1.2);
}
.equipment>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
    
}
.contents{
    height: 50%;
    width: 282px;
    /* background-color: #000; */
}
.spaceflight{
    width: 262px;
    height: 224px;
    /* background-image: url('../切图/1-首页/组228.jpg'); */
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}
.spaceflight>img:hover {
    transform: scale(1.2);
}
.spaceflight>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}
.medical{
    width: 262px;
    height: 231px;
    /* background-image: url('../切图/1-首页/组230.jpg'); */
    margin-top: 25px;
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}
.medical>img:hover {
    transform: scale(1.2);
}
.medical>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}
.camera{
    width: 282px;
    height: 100%;
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}
.camera>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}
.camera>img:hover {
    transform: scale(1.2);
}
.automation{
    width: 262px;
    height: 231px;
}
.unmanned{
    width: 262px;
    height: 224px;
    margin-left: 15px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}
.unmanned>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}
.unmanned>img:hover {
    transform: scale(1.2);
}
.unmanneds{
    width: 262px;
    height: 231px;
    margin-top: 25px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
}
.unmanneds>img{
    cursor: pointer;
    transition: all 0.9s;
    width: 100%;
    height: 100%;
}
.unmanneds>img:hover {
    transform: scale(1.2);
}
.camera>img{
    width: 100%;
    height: 100%;
}
.equipment_word{
    width: 100%;
    height: 60px;
    /* line-height: 900px; */
    text-align: center;
    font-size: 24px;
    background-color: #c2632b;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 60px;
    opacity: 0.7;
}
.spaceflight-word{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: #7595d7;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 60px;
    opacity: 0.7;
}
.medical-word{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: #7595d7;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 60px;
    opacity: 0.7;
}
.unmanned-word{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: #7595d7;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 60px;
    opacity: 0.7;
}
.unmanneds-word{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: #7595d7;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 60px;
    opacity: 0.7;
}
.camera-word{
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: #c2632b;
    color: #fff;
    position: absolute;
    bottom: 0px;
    line-height: 60px;
    opacity: 0.7;
}
.describe{
    width: 1200px;
    height: 444px;
    display: flex;
    flex-wrap: wrap;
}
.describe-left{
    width: 690px;
    height: 100%;
    background-color: red;
}
.describe-left>img{
    width: 100%;
    height: 100%;
}
.describe-right{
    width: 410px;
    height: 100%;
    
}
.company{
    padding: 50px 0 0 44px;
    font-size: 24px;
    font-family: '微软雅黑';
}
.solid{
    border: 1px solid #3c77db;
    width: 40px;
    margin-top: 20px;
}
.company_word{
    width: 389px;
    margin-top: 20px;
    line-height: 26px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    height: 208px;
}
.company_word>li{
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #7e7e7e;
}
.look{
    width: 134px;
    height: 40px;
    background-image: linear-gradient(0deg,#4071d7 0%,#1ea2f6 100%),linear-gradient(#3c77db,#3c77db);
    background-blend-mode: normal,normal;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    margin-top: 18px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.look>a{
    color: #fff;
}
.synopsis{
    width: 1200px;
    height: 104px;
    background-color: #f5f5f5;
    margin-top: 32px;
}
.synopsis_box>ul{
    display: block;width: 1200px;line-height: 0;font-size: 0;
    /* display: flex; */
    /* flex-wrap: nowrap; */
}
.synopsis_box>ul>li{
    display: inline-block;
    width: 220px;
    height: 105px;
    /* line-height: 105px; */
    /* text-align: center; */
}
.synopsis_company{
    width: 300px;
    height: 45px;
    display: flex;
    flex-wrap: nowrap;
}
.com{
    width: 40px;
    height: 40px;
    background-color: #999999;
    border-radius: 50%;
    margin-top: 32.5px;
    margin-left: 40px;
}
.synopsis_box>ul>li:hover .com{
    background-color: #2f8ae6;
}
.com>img{
    margin-top: 10px;
    margin-left: 10px;
}
.synopsis_word{
    /* margin-top: 40px; */
    margin-left: 15px;
    vertical-align: middle;
}
.synopsis_word>a{
    color: #333333;
    font-size: 16px;display: block;height: 100%;line-height: 105px;
}
.color{
    width: 10px;
    height: 20px;
    border-right: 1px solid #999999;
    float: right;
    margin-top: -5px;
}
.new{
    width: 1200px;
    height: 500px;
    /* background-color: red; */
    margin-top: 88px;
    display: flex;
    flex-flow: nowrap;
}
.new-left{
    width: 700px;
    height: 426px;
    /* background-color: pink; */
}
.new-right{
    width: 380px;
    height: 426px;
    /* background-color: yellow; */
    float: right;
    margin-left: 20px;
}
.new_centre{
    width: 100%;
    height: 40px;
    /* background-color: yellow; */
    border-bottom: 1px solid #29166f;
    display: flex;
    justify-content: center;
}
.new_centre_left{
    /* margin-left: 5px; */
    width: 74px;
    height: 40px;
    line-height: 40px;
    position: relative;
    /* border-bottom: 2px solid #2f8ae6; */
}
.new_centre_left span {position: absolute;bottom:-1px;left:0;width: 74px;
	height: 5px;
	background-color: #3c77db;}
.new_centre_left>a{
    color: #333333;
}
.new_centre_right>a{
    color: #333333;
}
.new_centre_right{
    width: 700px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    line-height: 40px;
}
.new-type{
    margin-top: 32px;
    display: flex;
    justify-content: center;
}
.new-type-left{
    width: 290px;
    height: 188px;
    border-radius: 15px;
    /* background-color: red; */
    background-image: url('../切图/1-首页/组153.jpg');
}
.new-type-left>img{
    width: 100%;
    height: 100%;
}
.new-type-right{
    width: 395px;
    height: 168px;
    /* background-color: green; */
    margin-left: 30px;
    padding-top: 20px;
}
.new-type-right p:first-child {margin-top: 8px;}
.new-type-right p:first-child a{
    color: #1443a7;
    font-size: 16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.new-type-right p {font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
    color: #444444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top:16px;
    line-height: 25px;
}

.new-type-right>ul>a>li>.head{
    color: #1443a7;
    font-size: 18px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.gl{
    margin-top: 10px;
    font-size: 14px;
    color: #444444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.introduce{
    margin-top: 35px;
}
.introduce>ul>li{
    margin-top: 20px;
    font-size: 15px;
    
}
.introduce>ul>li>a{
    color: #5d5d5d;
}
.introduce_solid{
    color: #d2d2d2;
}
.introduce_color{
    color: #5d5d5d;
}
.knowledge{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #29166f;
    display: flex;
    justify-content: center;
    position: relative;
}

.knowledge span {position: absolute;width: 74px;
	height: 5px;
	background-color: #3c77db;
    bottom: -1px;left: 0;
}

.knowledge_left{
    width: 148px;
    height: 40px;
    line-height: 40px;
    /* border-bottom: 2px solid #2f8ae6; */
}
.knowledge_left>a{
    color: #333333;
}
.knowledge_right>a{
    color: #333333;
}
.knowledge_right{
    width: 700px;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    line-height: 40px;
}
.question{
    margin-top: 30px;
}
.question>ul>li {
    padding-bottom: 15px;padding-right: 30px;border-bottom: 1px dotted #cccccc;
}
.question>ul>li>a {
    font-size: 14px;
    color: #333;
    margin-top: 19px;
    height: 14px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1;
}
.question>ul>li>p {
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    color: #333333;
    margin-top: 14px;
}

.question>ul>.question_solid{
    color: #d2d2d2;
}
.blogroll{
    width: 100%;
    height: 55px;
    background-color: #3c77db;
    /* background-image: url('../切图/1-首页/圆角矩形2拷贝15.png'); */
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.blogroll a {color: #fff;line-height:55px;margin-right: 10px;}
.blogroll_centre{
    width: 1200px;
    height: 100%;
    background-color: #3c77db;
    margin: 0 auto;
    line-height: 55px;
    color: #fff;
}
.footer{
    width: 100%;
    height: 340px;
    background-color: #000;
}
.footer_centre{
    width: 1200px;
    height: 280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.footer_left{
    width: 289px;
    height: 100px;
    background-color:  #000;
    line-height: 280px;
    display: flex;
    flex-flow: nowrap;
    /* border-right: 1px solid red; */
    margin-top: 70px;
}
.footer_img{
    width: 38px;
    height: 120px;
    border-right: 1px solid #666666;
    margin-top: 10px;
}
.foote_centre{
    width: 495px;
    height: 100%;
    /* background-color: green; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_right{
    width: 315px;
    height: 100%;
    /* background-color: pink; */
}
.foote_centre_header{
    height: 66px;
    width: 100%;
    /* background-color: yellow; */
    line-height: 66px;
    border-bottom: 1px solid  #3c77db;
    color:#999999;
}
.foote_centre_header:hover{
    color: #fff;
}
.machine{
    width: 200px;
    height: 132px;
    background-color:  #000;
    font-size: 14px;
    color:#999999;
    margin-top: -35px;
}

.machine a {color: #999999;}
.machine_centre  a {color: #999999;}
.machine_right a {color: #999999;}

.machine>ul>li{
    margin-top: 10px;
}
.machine a:hover{color: #fff;}
.machine_centre a:hover{color: #fff;}
.machine_right a:hover{color: #fff;}
.machine_centre{
    width: 162px;
    height: 132px;
    font-size: 14px;
    color:#999999;
    margin-top: -35px;
}
.machine_centre>ul>li{
    margin-top: 10px;
}
.machine_centre>ul>li:hover{
    /* color: #fff; */
 }
.machine_right{
    width: 129px;
    height: 132px;
    background-color:  #000;
    font-size: 14px;
    color:#999999;
    margin-top: -35px;
}
.machine_right>ul>li{
    margin-top: 10px;
}
.machine_right>ul>li:hover{
    /* color: #fff; */
 }
 .phone{
     margin: 30px 0 0 60px;
 }
 .phone>ul>li{
     font-size: 16px;
     color:#999999;
     margin-top: 10px;
 }
 .phone>ul>.phone-size{
     font-size: 30px;
     color: #fff;font-weight: bold;
 }
 .phone>ul>li:hover{
     /* color: #fff; */
 }
 .ICP{
    width: 100%;
    height:60px;
    background-color:  #000;
    border-top: 1px solid #999999;
    display: flex;
    justify-content: center;
    line-height: 60px;
    color: #999999;
 }
 .ICP:hover{
     /* color: #fff; */
 }