﻿/*关于科鑫*/
.lhc_banner,.lhc_banner img{
	width: 100%;
}
.lhc_gykx_content{
    width:1540px;
	margin: 30px auto;
}
.lhc_gykx_content_left{
	width: 120px;
}
.lhc_gykx_content_right{
	width: 83%;
}
.lhc_gykx_content_right .lhc_gykx_content_right_title{
	font-size: 22px;
	text-align: center;
	color: #231916;
	margin-bottom: 35px;
	padding-top: 40px;
}
.lhc_gykx_content_right_centent{
	font-size: 18px;
	line-height: 29px;
}
.lhc_gykx_content_left li{
	font-size: 14px;
	line-height: 57px;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
 	text-indent: 11%;
}
.lhc_gykx_content_left li:hover{
	position: relative;
	text-indent: 30%;
}
.lhc_gykx_content_left li:hover a{
	color: #06a7db;
}
.lhc_gykx_content_left li:hover::before{
	content: " ";
	position: absolute;
	height: 16px;
	width: 3px;
	background: #06a7db;
	top: 0;
	left: 20%;
	bottom: 0;
	margin: auto 0;
}
.lhc_gykx_content_left li.active{
	color: #11539B;
	text-indent: 11%;
	position: relative;
}
.lhc_gykx_content_left li.active a{
	color: #11539B;
}
.lhc_gykx_content_left li.active::before{
	content: " ";
	position: absolute;
	height: 16px;
	width: 3px;
	background: #175599;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}

.lhc_tcbj{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.5);
	display: none;
}

.lhc_tcbj_button{
	position: fixed;
	top: 50%;
	left: 0;
	width: 24px;
	height: 40px;
	background: #06a7db;
	text-align: right;
	line-height: 40px;
	color: #fff;
	display: none;
}
.lhc_gykx_content_right img{

}
/*大屏幕*/
@media screen and (max-width: 1920px) and (min-width:1540px){
    .lhc_gykx_content{
    	width: 1480px;
    	padding: 0 40px;
    }
}
/*中等屏幕*/
@media screen and (max-width: 1540px) and (min-width:1280px){
    .lhc_gykx_content{
    	width: 1160px;
    	padding: 0 40px;
    }
}
/*笔记本屏幕*/
@media screen and (max-width: 996px){
        .lhc_gykx_content {
            width: 750px!important;
        }
}
@media screen and (max-width: 1280px) and (min-width:980px){
    .lhc_gykx_content{
    	width: 940px;
    	padding: 0 40px;
    }
}
/*平板屏幕*/
@media screen and (max-width: 980px) and (min-width:780px){
    .lhc_gykx_content{
    	width: 780px;
    }
    .lhc_gykx_content_right{
    	width: 100%;
    }
    .lhc_gykx_content_left{
    	position: fixed;
    	top: 0;
    	left: -100%;
    	height: 100%;
    	background: #eee;
    	padding-left: 10px;
    	z-index:12;
    }
    .lhc_tcbj_button{
    	display: block;
    }
}
/*手机屏幕*/
@media (max-width: 768px) {
    .lhc_gykx_content{
    	max-width: 94%;
    	
    }
    .lhc_gykx_content_right{
    	width: 100%;
    	margin: 0px 0;
    }
    .lhc_gykx_content_left{
    	position: fixed;
    	top: 0;
    	left: -100%;
    	height: 100%;
    	background: #eee;
    	padding-left: 10px;
    	z-index:12;
    }
    .lhc_gykx_content_right_centent{
    	font-size: 16px;
    }
    .lhc_gykx_content_right .lhc_gykx_content_right_title{
    	font-size: 18px;
    }
    .lhc_tcbj_button{
    	display: block;
    }
}
/*关于科鑫*/

/*联系我们*/
.lhc_lxwm_content{
	margin: 90px auto;
}
.lhc_lxwm_content_top_left{
	font-size: 18px;
	color: #3E3A3A;
	line-height: 27px;
}
.lhc_lxwm_content_top_right{
    margin: 0 auto;
    display: inline-block;
}
.lhc_lxwm_content_top_right dl{
	text-align: center;
	font-size: 14px;
	color: #231916;
    margin-right: 60px;
}
.lhc_lxwm_content_top_right dl a{
	color: #1C569A;
}
.lhc_lxwm_content_top_right dl img{
	margin: 0 auto;
	display: block;
}
.lhc_lxwm_content_top_right dl dt{
	margin-bottom: 24px;
}

#container{
	width: 100%;
	height: 490px;
	margin-top: 30px;
}
/*大屏幕*/
@media screen and (max-width: 1920px) and (min-width:1540px){
    .lhc_lxwm_content{
    	width: 1540px;
    }
    .lhc_lxwm_content_top_left{
        margin-bottom: 30px;
    }
}
/*中等屏幕*/
@media screen and (max-width: 1540px) and (min-width:1280px){
    .lhc_lxwm_content{
    	width: 1200px;
    }
    .lhc_lxwm_content_top_left{
    	width: 100%;
    	float: none !important;
    }
    .lhc_lxwm_content_top_right{
    	margin: 0 auto;
    	float: none;
    	margin-top: 30px;
    }
}
/*笔记本屏幕*/
@media screen and (max-width: 1280px) and (min-width:980px){
    .lhc_lxwm_content{
    	width: 980px;
    }
    .lhc_lxwm_content_top_left{
    	width: 100%;
    	float: none !important;
    }
    .lhc_lxwm_content_top_right{
    	margin: 0 auto;
    	float: none;
    	margin-top: 30px;
    }
}
/*平板屏幕*/
@media screen and (max-width: 980px) and (min-width:780px){
    .lhc_lxwm_content{
    	width: 780px;
    }
    .lhc_lxwm_content_top_left{
    	width: 100%;
    	float: none !important;
    }
    .lhc_lxwm_content_top_right{
    	width: 54%;
    	margin: 0 auto;
    	float: none;
    	margin-top: 30px;
    }
    .lhc_lxwm_content_top_right dl{
        width:100%;
        margin-bottom: 30px;
    }
    #container {
	    width: 100%;
	    height: 240px;
	    margin-top: 30px;
	}
}
/*手机屏幕*/
@media (max-width: 780px) {
    .lhc_lxwm_content{
    	max-width: 94%;
    }
    .lhc_lxwm_content_top_left{
    	width: 100%;
    	float: none !important;
    }
    .lhc_lxwm_content_top_right{
    	width: 100%;
    	margin: 0 auto;
    	float: none;
    	margin-top: 30px;
    }
    .lhc_lxwm_content_top_right dl{
    	float: none !important;
    	width: 100%;
    	margin-left: 0!important;
    	margin-bottom: 30px;
    }
    #container {
	    width: 100%;
	    height: 240px;
	    margin-top: 30px;
	}
	.lhc_lxwm_content_top_left{
		font-size: 16px;
	}
}
/*联系我们*/