﻿
body,h1,ul,li{
    padding: 0;
    margin: 0;
}body{
	background: rgb(245,245,245);
}
a{
    text-decoration: none;
    color: #000;
}
li{
    list-style: none;
}
@media only screen and (min-width: 769px){
   .topbar{
   	 box-shadow: 0 3px 4px rgba(0, 0, 0, 0);
    transition: all .3s ease;
    width: 100%;
    max-width: 1400px;
   }
}

@media only screen and (max-width: 1366px) and (min-width: 1025px){
	/*.topbar{
		    padding-left: 40px;
	}*/
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
	.topbar{
    width: 100%;
    max-width: 100%;
    height: 70px;
    line-height: 70px;
    padding-left: 20px;
    padding-right: 20px;
	}
}
@media screen and (max-width:769px ) {
	
}

@media screen and (min-width:769px ) and (max-width:1024px) {
	
}

.fzs{ 
    background: #fff;
    width: 100%; 
}
.top {
    height: 80px;  
    box-sizing: border-box;
    /*border-bottom: 1px solid #000;*/
    z-index: 7;
    position: relative;
}  
.topbar {
    /* 浮动布局 */
    display: flex;
    /* 让left和right分别处于内容的左右端 */
    justify-content: space-between;
    /*width: 1100px;*/
    height: 80px;
    /* 设置行高，让topbar的子元素继承行高，进而让其子元素内容垂直居中 */
    line-height: 80px;
    margin: 0 auto; 
    /*max-width: 960px;*/
} 
.tobbox{
    width: 100%;
    position: fixed;
    background: #FFFFFF;
} 
.topbar .top-left .logo a{
    /* 将a变为块级元素，因为text-indent对行内元素无效 */
    display: block;
    text-indent: -9999px;
} 
    /* 前面我们也看到了这个logo是那张图里的一部分，所以我们需要确定logo这部分图片的位置
    以及它的宽度来获取这部分图片而不参杂图片中的其他成分*/
.topbar .top-left .logo{
    background-image: url(../image/hcl_logo_bai.png);
    width: 157px; 
    height: 61px;
    align-self: center;
    background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
} 

    
.indextop{ 
    position: fixed;
    width: 100%;
}   
.topbar .top-left,.topbar .top-right{
    /* 浮动布局，让logo和列表排列在同一行上 */
    display: flex;
}

.topbar .top-left .list,.topbar .top-right .list{
    /* 浮动布局，让list的每个li排列在同一行上 */
    display: flex;padding-left: 20px;
}

/*.topbar .top-left .list .item,*/
/*.topbar .top-right .list .item{*/

.fzs .item{
	color: #000000;
    /*color: #ccc;*/
    /* 每个a的文本内容距离a的左右边框20px */ 
    padding: 0 20px;
} 
/*.topbar .top-left .list .item:hover,
.topbar .top-left .list .item.active{ */
/*,*/
/*.topbar .item .active{
    color: #333; 
}  */
.topbar .top-left .list .item,.topbar .top-right .list .item{
    /*color: #000000;*/
    /* 每个a的文本内容距离a的左右边框20px */ 
    padding: 0 20px;
    display: block;
    /* 限制红色小三角的移动空间 */
    position: relative;
    font-weight: bold;
}
/*导航下三角*/
.active::after{ 
    content: "";
    position: absolute;
    width: 14px;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    top: 49px;
    background: url(../image/sjx.png) no-repeat left center;
    vertical-align: middle;
    transition: all 0.5s ease 0s;
} 
.active:hover:after{ 
    opacity: 1;
} 
    /* 引入图片后一定要设置宽高，不然图标无法显示出来 */
    /* 让红色小三角从top的底部往下移一点点*/
.conetenbox{
	/*position: absolute;*/
	top: 0;
} 
.conetenbox img{
	width:100%;
	/*height: 220px;*/
}
 

.fzs { 
    position: sticky;
    top: 0;
    left: 0;
}
.fzs .top-left .logo{
	background-image: url(../image/hcl_logo_cai.png);
	}
.indextop .item.active{
	color: #FFFFFF;
}
.indextop:hover .topbar .top-left .logo{
	background-image: url(../image/hcl_logo_cai.png);
}
.indextop:hover .item.active{
	color:#000000!important;
}
/*----------------------------------------------------------*/
/*导航栏2级标签*/	 
.dropdown{
	position: relative;
    color: #ccc;
}  
.dropdown:hover .active:after {
    opacity: 1;
}
.dropdown:hover .dropdown-content {
    display: block; 
}  
.indextop:hover  {
	background: #FFFFFF !important; 
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); 
	position: absolute;
    top: 55px;  
    width: 140%;
    left: -20%;
    /*min-width: 140px;*/
} 
.dropdown-content a {
    color: black;font-size: 14px;
    line-height: 40px;
    text-align: center;
    background: rgba(25, 37, 127,0.9); 
    text-decoration: none;
    display: block;    color: #fff;
    font-weight: bold;
} 
.dropdown-content a:hover { 
    background: #fff !important; 
    color: #000000; 
} 
/*导航栏2级标签结束*/	 
/*-------------------------------------------------------*/
/*---------------------------------*/
/*底部开始*/
.footer{
	width: 100%;
	text-align: center;
	height: 50px;  
	background-image: url(../image/dwa.png);
    background-color: #384058;
    background-repeat: no-repeat;
    background-position: right top;
}
.footer_box{
	margin-left: 0;
    clear: left;
    margin-right: 0;
    width: 60.3504%;
	 margin: auto;
}
.footer_box_p{
	border-top-color: rgba(255, 255, 255, .0);
    border-top-style: solid;
    border-top-width: 1px;
    margin: 0 auto;    color: #8D97A2;
    font-size: 12px;
    line-height: 50px;
} 
/*底部结束*/
/*-------------------------------------------*/ 
.navbar_nav{
    display: -webkit-box;
    width: 100%;
    background: #ffff;
} 
.navstags{
    width: 94%;
    max-width: 960px;
    min-width: 0px;
    height: auto;
    margin: 0 auto;
    background: #FFFFFE;
    color: #a8a8a8;
}	


/*.list:hover .csul{ 
   color: orange !important; 
}  */
/*------------------------------------*/
/* 产品页样式*/
.boxmain{
	margin: 10px;
}
.z_box{
	max-width: 815px; 
	background: #FFFFFF;
	border-radius: 5px;
	color: rgb(155,155,155);
	margin: 38px auto;
	padding: 35px;
}
.box_list{
	max-width: 900px;  
	border-radius: 5px;
	color: egb(155,155,155);
	margin: 38px auto; 
    text-align: center;
}
.box_list_cp{ 
	width: 430px;
    margin-bottom: 25px;
    display: inline-block;
    background: #fff; 
} 
.box_list_cp:nth-child(2n-1){ 
	margin-right: 35px;
}
.box_list_cpt img{
	width: 100%; 
	height: 322.5px; 
	margin: 0;
	padding: 0; 
} 
.box_list_cpt p{
	text-align: center;
	height: 55px;
	line-height: 55px; 
	margin: 0;
	padding: 0;
}
/* 产品页样式结束*/
/*------------------------------------*/

/*主页*/
.boxmain_boxs{
	max-width: 980px; 
	overflow: auto;
	border-radius: 10px;
	background: rgb(218,224,229);
	margin: 80px auto;
}
.jsy_boxmain_boxs{
	max-width: 980px; 
	overflow: auto; 
	margin: 80px auto;
} 
.boxmain_boxs_lf,.boxmain_boxs_rg{
	padding:33px;
	width: 43%;
	float: left;
}
.boxmain_boxs_lf p,
.boxmain_boxs_rg p,.boxmain_boxs_nr p{
line-height: 30px;
    /* display: block; */
    margin: 0px;
}
.lfs,.rgs{
	float: left;
}
.jsbq{
	padding-bottom: 10px;
	font-size: 26px;
}
.boxmain_boxs_nr {display: -webkit-box;
}
.boxmain_boxs_nr p { 
	margin: 0;
}
.boxmain_boxs_lf span{
	/*width:95px;*/
	display: inline-block;
	text-align: right;
}
.jsbq i{
    display: block;
    width: 35px; 
    border: 2px solid #212d88;
    margin-top: 20px;
    border-radius: 5px;
}
.jsy_boxmain_box_nr{
	padding: 0 30px;
}
.jsy_boxmain_box_nr_p{
	text-indent: 22px;
}
.jsy_boxmain_box_nr_p p{ 
	line-height: 30px;
}
.jsy_boxmain_box_nr{
	padding: 10px 30px;
    border-radius: 10px;
    background: rgb(218,224,229);
}


