*{padding:0;margin:0;box-sizing: border-box;font-family: "HoneywellSans_Book", 'SourceHanSans';}
.fl { float: left; }
.fr{float: right;}
.clearfix:after{content:"\200B";display:block; height:0; clear:both;}
.clearfix{zoom:1}
ul,li{list-style: none;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
.w1200{width: 1200px; margin:0 auto;}

.page {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.page > div {
    width: 100%;
    margin: 0 auto;
}
.page a, .page span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    color: #fe0000;
}
.current {
    background: #fe0000;
    font-size: 16px;
    color: #fff !important;
    border: 2px solid #fe0000;
}


/*导航*/
.navigation {
    width: 100%;
    height:100px;
    background-color: #fff;
    box-shadow: 2px 2px 20px #d1d1d1;
}
.navigationBox {
    height: 100px;
    margin: 0 auto;
    background-color: #fff;
}
.logo {
    width: 460px;
    height: 100px;
    font-size: 0;
}
.logo img {

}
.menu{
	width: 740px;
	height: 100px;
    text-align: center;
}
.menu > li {
    float: left;
    width: 116px;
}
.menu > li:hover >a {
    height: 100px;
    border-bottom: 5px solid #fe0000;
}
.menu >li >a {
    font-size: 16px;
    display: block;
    color: #565656;
    height:100px;
    line-height: 100px;
}
.menu span{
	display: inline-block;
	width: 44px;
	height: 50px;
    line-height: 50px;
    margin: 30px 0 20px;
    cursor: pointer;
}
/*下拉菜单的背景*/
.bgbox {
    width: 100%;
    height: 185px;
    background-color: #fe0000;
    display: none;
    top: 100px;
    position: absolute;
    z-index: 2;
    opacity: 0.5;
}
/*二级菜单*/
.muneList{
    padding: 15px 10px;
    width: 660px;
    position: relative;
    z-index: 999;
    left: -100px;
    display: none;
}
.muneList li{
    float: left;
}
.muneList li a{
    display: inline-block;
    color: #fff;
    width: 180px;
    margin-right:15px;
    padding:10px;
    text-align: left;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}
.curr{
    color: #fe0000;
    height: 100px;
    border-bottom: 5px solid #fe0000;
}

/*隐藏的搜索框*/
.searchCont{
    display: none;
    background-color: #303030;
    height: 80px;
}
.searchBox{
    margin: 0 auto;
    height:80px;
    line-height: 50px;
    padding:15px 0; 
}
.searchBox form{
    width: 380px;
    float: right;
}
.searchBox form input{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-indent:16px;
}
.searchBox form button{
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #303030; 
    border: none;
} 
.searchBox form button img{
    vertical-align: middle;
}
.searchBox form button,.searchBox form input{
    outline: -webkit-focus-ring-color auto 0;
}
.banner img{
	width:100%;
	height:100%;
}

/*隐藏的搜索框结束*/

/*首页产品*/
.product {
    padding: 30px 0;
    background: #fff;
    overflow: hidden;
}
.product li{
    width: 20%;
    float: left;
    height: 332px;
    margin: 0;
    text-align: center;
    padding:30px 0;
}
.product li a{
    display: block;
}
.product li h1{
    font-size: 16px;
    color: #bdbdbd;
    line-height: 1.4;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.product li p{
    font-size: 14px;
    color: #bdbdbd;
    margin-bottom:10px;
    line-height: 20px;    
    padding: 0 30px;
    height: 40px;
    overflow: hidden;
}
.product li div{
    height: 200px;
    padding:0 30px;
    border-left: 1px solid #ddd;
}
.product li:hover{
    transform: scale(1.06);
    transition: transform 0.4s ease-in-out;
    /*background: #fe0000;*/
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	border: 0.5px solid #fe0000;
}
.product li:hover h1,
.product li:hover p{
    color:#bdbdbd;
}
.product li:hover div{
    border-color: transparent;
}
/*中间推荐*/
.recommendDiv{
    margin: 30px 0 60px;
    overflow: hidden;
}
.recommend{
    margin: 0 auto;
}
.recommend .newsUL {
    width: 340px;
    height: 40px;
    margin: 20px auto;
}
.newsUL li{
    float: left;
}
.newsUL li:first-child{
    margin-right:60px;
}

.newsUL li a {
    display: block;
    width: 140px;
    height:40px;
    line-height:40px;
    background: #fff;
    font-size: 16px;
    color: #333;
    text-align: center;
    border: 1px solid #ddd;
}
.newsUL li a:hover{
    background: #fe0000;
    color: #fff;
}
/*推荐内容*/
.recommendCont{
    margin:0 auto;
    height: 300px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.recommendCont li{
    float: left;
    width:25%;
    min-height: auto;
    
}
.recommendCont li a{
    display: block;

    min-width: 235px;
    margin:30px;
}
.recommendCont li a img{
           width: 226px;
    height: 247px;
}
/*foot1*/
.foot1{
    width:100%;
    height:200px;
    background: #fe0000;
}
.foot1 ul li{
    border-right: 1px solid #fff;
     height:200px;
    text-align: center;
    width:25%;
    float: left;
}

.foot1 ul li a{
    display: block;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
}
/*底部*/
.bottomDiv{
    background: #333333;
    height: 55px;
    line-height: 55px;
}
.bottomCont{
    margin: 0 auto;
    width: 600px;
    height: 55px;
}
.bottomCont li{
    width: 100px;
    float: left;
}
.bottomCont li a{
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
/*版权*/
.copyright{
    height:55px;
    line-height: 55px;
    background: #000;
}
.copyright p{
    width: 600px;
    margin:0 auto;
    text-align: center;
}
.copyright p a{
    display: inline-block;
    color: #c6c6c6;
    height: 55px;
    line-height: 55px;
    font-size: 12px;
}
/*内页*/
/*产品和服务左边*/
.productModule{
    padding:50px 0;
}
.menuLeft{
    width: 295px;
}
.menuLeftTitle{
    width: 100%;
    color: #272727;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    border-left:6px solid #fe0000;
    padding-left:12px;
    margin-bottom: 10px;
}
.menuLeft p{
    color: #fff;
    font-size: 16px;
    background-color: #fe0000;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.menuLeft ul li a{
   display: block;
    color: #3e3e3e;
    font-size: 15px;
    border: 1px solid #ddd;
    margin: 3px 0;
    text-align: center;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.menuLeft ul li a:hover{
    background: url('../image/redicon.png') no-repeat 97% center;
}
/*产品和服务右边*/
.productRight{
    width: 870px;
}
.menuRightTitle{
    width: 100%;
    color: #272727;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
}
.productRight ul li{
    width: 290px;
    float: left;
    height: 288px;
    margin: 0;
    text-align: center;
    padding:20px 0;
}
.productRight ul li a{
    display: block;
}
.productRight ul li h1{
    font-size: 16px;
    color: #bdbdbd;
    line-height: 1.4;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.productRight ul li p{
    font-size: 14px;
    color: #bdbdbd;
    margin-bottom:10px;
    line-height: 20px;    
    padding: 0 30px;
    height: 40px;
    overflow: hidden;
}
.productRight ul li div{
    height: 150px;
    padding:0 30px;
    border-left: 1px solid #ddd;
}
.productRight ul li:hover{
    transform: scale(1.06);
    transition: transform 0.4s ease-in-out;
    /*background: #fe0000;*/
	border: 0.5px solid #fe0000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.productRight ul li:hover h1,
.productRight ul li:hover p{
    color: #bdbdbd;
}
.productRight ul li:hover div{
    border-color: transparent;
}
/*新闻动态列表*/
.newsCont{
    margin:0 auto;
    padding: 20px 0;
}
.newsListitem {
    margin-bottom: 15px;
}
 .newsListitem:first-child{
    margin-top: 15px;
 }
 .newsListitem:last-child{
    margin-bottom: 0;
 }
 .newsListitem:nth-child(odd) .imgBox{
    float: left;
 }
.newsListitem:nth-child(odd) .newsInfo{
    float: right;
 }
.newsListitem:nth-child(even) .imgBox{
    float: right;
 }
 .newsListitem:nth-child(even) .newsInfo{
    float: left;
 }
.newsListitem .imgBox {
    width: 455px;
    height: 255px;
    position: relative;
}
.newsListitem .imgBox img {
    max-width: 455px;
    max-height: 255px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin:auto;
}
.newsListitem .imgBox:hover img{
    transform: rotateY(360deg);
    transition: all 1s;
}

.newsListitem .newsInfo {
    width: 745px;
    height: 255px;
    background-color: #f5f5f5;
    padding: 15px 160px 15px 15px;
}
.newsInfo h3{
    font-size: 18px;
    color: #666;
    margin: 15px 0;
    height: 45px;
    line-height: 45px;
}
.newsInfo p {
    font-size: 14px;
    color: #666;
    height: 85px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 25px;
}
.newsInfo a {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    background-color: #1e64ba;
    text-align: center;
}
.newsInfo a:hover {
    background-color: #fe0000;
}
/*新闻动态结束*/
/*新闻详情*/
.newsDetail{
    width: 100%;
    height: auto;
} 
.newsDetailDiv{
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    padding: 65px 0;
}
.newsDetailDiv h1{
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}
.newsDetailDiv .imgBox{
    width:600px;
    height: 400px;
    margin:20px auto;
    position: relative;
}
.newsDetailDiv .imgBox img{
    max-width: 600px;
    max-height: 400px;
    position: absolute;
    top: 0;
    left:0;
    bottom: 0;
    right: 0;
    margin:auto;
}
.newsDetailDiv p{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-indent: 30px;
}
/*新闻详情结束*/
/*关于我们*/
.nnt{
    font-size: 36px;
    color: #333;
    font-weight: bold;
    text-align: center;
}
.desc p,.nnr p{
    font-size: 16px;
    color: #3e3e3e;
    line-height: 26px;
    text-indent: 30px;
    margin-bottom:10px;
}

.nnr p{
    margin-bottom: 0;
}


/*产品详情页*/
.pro_box{
	margin-top: 40px;
}

.pro_img{
	    width: 48%;
    float: left;
    height: 332px;
    margin: 0;
    text-align: center;
    padding: 30px 0;

	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.pro_img img{
	height: 200px;
    padding: 0 30px;
display: block;
text-align: center;
}

.pro_txt{
	width: 40%;
	overflow: hidden;
}
.pro_txt h4{
	font-size: 28px;
}
.pro_txt p {
	font-size: 16px;
	margin-top: 20px;
}
.pro_txt2{

	margin-top: 30px;
	height: 40px;
	
}

.pro_txt2 a{
	display: block;
	overflow: hidden;
	width: 120px;
	height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #ff0000;
}
.pro_txt2 span{
	display: block;
	height: 40px;
color: #fe0000;
	line-height: 40px;
	margin-left: 20px;
	font-size: 29px;
}
.pro_box_xq{
	overflow: hidden;
	clear: both;

}

.pro_title{
	width: 100%;
	height: 40px;
	background: #f1f1f1;
	margin-top: 60px;
	border-bottom: 1px solid #1E64BA;
}

.pro_title p{
	line-height: 40px;
	padding-left: 30px;
}

.pro_cont{
	padding: 10px;
	
}

.pro_xg{
	margin-top: 20px;
	clear: both;
	overflow: hidden;
	width: 1200px;
	
	margin: 20px auto;
}
.pro_xg ul{
	background: #f5f5f5;
}

.pro_xg ul li{
    width: 290px;
    float: left;
    height: 288px;
    margin: 0;
    text-align: center;
    padding:20px 0;
}
.pro_xg ul li a{
    display: block;
}
.pro_xg ul li h1{
    font-size: 16px;
    color: #bdbdbd;
    line-height: 1.4;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.pro_xg ul li p{
    font-size: 14px;
    color: #bdbdbd;
    margin-bottom:10px;
    line-height: 20px;    
    padding: 0 30px;
    height: 40px;
    overflow: hidden;
}
.pro_xg ul li div{
    height: 150px;
    padding:0 30px;
    border-left: 1px solid #ddd;
}
.pro_xg ul li:hover{
    transform: scale(1.06);
    transition: transform 0.4s ease-in-out;
    background: #fe0000;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.pro_xg ul li:hover h1,
.pro_xg ul li:hover p{
    color: #fff;
}
.pro_xg ul li:hover div{
    border-color: transparent;
}

/*内页导航*/
.about-nav {
	width: 1200px;
	overflow: hidden;
	margin: 20px auto;
	height: 106px;
	margin-bottom: 60px;
	line-height: 102px;
	border-bottom: 1px solid #f1f1f1;
}
.about-nav.mb0 {
	margin-bottom: 0;
}
.about-nav a {
	display: inline-block;
	margin-right: 80px;
	padding: 0 8px;
	font-size: 16px;
	color: #999;
	border-bottom: 4px solid transparent;
	font-weight: normal;
}
.about-nav a:hover,
.about-nav a.cur {
	color: #333;
}
.about-nav a.cur {
	border-color: #333;
}
.about-content {
	position: relative;
	overflow: hidden;
	font-size: 16px;
	line-height: 2.2;
}
.about-content img {
	max-width: 100%;
}

.case{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 40px;
	overflow: hidden;
}

.case ul li{
	float: left;
	width: 22%;
height: 300px;
margin-bottom: 30px;
	background: #F5F5F5;
	margin-right: 36px;
	   
}
.case ul li a{
	display: block;
}
.case ul li .case_img{
	height: 250px;
    
    
    display: block;
    overflow: hidden
 
}
.case ul li .case_img img{
	text-align: center;
    display: block;
    overflow: hidden;
	height: 250px;
    transition: all 0.5s; 
}
.case ul li .case_img:hover img{
transform: scale(1.06);
    transition: transform 0.4s ease-in-out;
}
.case ul li .case_txt{
	text-align: center;
	display: block;
	height: 40px;
	font-size: 14px;
	color: #565656;
	line-height: 40px;
    overflow: hidden;
}

.bot{
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;

}
.bot .box{
    width: 750px;
    float: left;
}
.bot .box p{
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.bot .box p a{
    color: #999;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.bot .box p a:hover{
    color: #666;
}
.bot .btns {
    width: 219px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e5e5e5;
    font-size: 18px;
    color: #1e409f;
    display: block;
    float: right;

    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}



.newsDetailDiv table{
	border-collapse: collapse;
}
.newsDetailDiv table td{
	border: 1px solid #cad3de;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.newsDetailDiv table  td:first-child{
	
}

.zy_banner {
    width: 100%;
    height: 560px;
}