*{
	margin:0;
	padding:0;
	list-style: none;
}
a{
	text-decoration: none !important;
	color: #000 !important;
}

.active{
	color:#0C7EDF;
}



/* 头部 */
.bighead{
	box-shadow:10px -2px 10px #666;
	position: fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:999;
}
/* 轮播 */
.carousel-item img{
	width:100%;
	height:400px;
	object-fit: cover;
	position: relative;
} 
.carousel-item p{
	position: absolute;
	font-size:24px;
	font-weight:550;
	color: #fff;
	margin-top:-50px;
	text-indent:2em;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}



/* 测试搜索框 */
* {
    box-sizing:border-box;
}
div.search {
    padding:2px 0;
}
form {
    position:relative;
    width:340px;
    margin:0 auto;
}
input,button {
    border:none;
    outline:none;
}
.serchbox{
    width:100%;
    height:38px;
    padding-left:13px;
}
.searchbtn{
    height:42px;
    width:42px;
    cursor:pointer;
    position:absolute;
}     
.bar input{
    border-bottom:1px solid #fff;
    background:transparent;
    top:0;
    right:0;
}
.bar button{
    /* background:#fff; */
    width:60px;
    top:-11px;
    right:0;
	margin-top:22px;
	height:36px;
	line-height:38px;
}
.bar button:before {
    content:"搜索";
    font-size:13px;
    color:#B90B13;
}
/* 头部导航 */
.logoname{
	font-size:24px;
	font-weight:600;
	/* color: #fff; */
	/* width:20%; */
	height:100%;
}
.logoname img{
	width:100%;
	height:100%;
	object-fit:cover;
	margin-top:-10px;
}
.headnav{
	height:100px;
	line-height:100px;
	display: flex;
	justify-content: space-between;
}
.navsbox a span{
	display: inline-block;
	width:100px;
	height:100%;
	text-align: center;
	transition:all 0.4s;
}

.navsbox a span:hover{
	color:#0C7EDF !important; 
}

.point{
	font-size:40px;
	color: #fff;
	text-align: center;
	margin-top:100px;
}


.bigface{
	margin-top:6%;
}
/* 首页背景图 */

.homecenter span{
	display: inline-block;
	margin-left:10%;
	margin-top:20%;
	font-size:50px;
	color: #fff;
}
/* 首页图片中文字 */
.title{
	position:absolute;
	margin-top:130px;
	margin-left:25%;
	color:#fff;
	font-size:32px;
}

.titles{
	position:absolute;
	margin-top:130px;
	margin-left:25%;
	color:#fff;
}



/* 资讯内容下边框 */
.media{
	border-bottom:1px solid #ccc;
}


/* 首页背景色 */
.bgcolor{
	padding:50px 0;
	/* background:#F0F0F0; */
}
.contenthome{
	display: flex;
	justify-content: space-between;
	margin-top:40px;
}
.leftboxs{
	width:70%;
}
.bigright{
	width:28%;
}
.bigright p{
	height:20px;
	font-size:20px;
	line-height:20px;
	padding-left:30px;
	border-left:3px solid #0C7EDF;
	cursor: pointer;
	transition:all 0.4s;
	margin-top:30px;
}
.bigright p:hover{
	color:#0C7EDF;
}
.rightboxs{
	margin-top:12px;
	width:100%;
	height:500px;
	background:#fff;
	padding:14px 12px;
}
.picsbox{
	width:100%;
}
.picsli{
	width:100%;
	height:70px;
	display: flex;
	justify-content: space-between;
	padding:10px 0;
	border-bottom:1px solid #ccc;
}
.picsli div{
	width:70px;
	height:50px;
}
.picsli div img{
	width:100%;
	height:100%;
}
.picsli p{
	width:70%;
	font-size:12px;
	transition:all 0.6s;
	cursor: pointer;
}
.picsli p:hover{
	color:#E00000;
}


.newsbox{
	width:100%;
	border-bottom:1px solid #ccc;
}
.newsbox span{
	text-align: center;
	line-height:40px;
	font-size:24px;
}
.contentlist{
	width:100%;
	padding:50px 20px;
	margin-top:28px;
}
.rightboxs h5{
	padding-left:20px;
	border-left:3px solid #002752;
}
.numxu li span:nth-child(2){
	cursor: pointer;
	transition:all 0.4s;
}
.numxu li span:nth-child(2):hover{
	color:#0084FF;
}
.num-li{
	border-bottom:1px solid #C6C8CA;
	padding:12px 0;
}
.num-li span:nth-child(1){
	color:#008060;
	font-weight:600;
	font-size:18px;
}
.num-lis{
	border-bottom:1px solid #C6C8CA;
	padding:12px 0;
}

.read svg{
	vertical-align:top;
}
.read{
	color: #666;
	font-size:14px;
}
.media{
	margin-top:20px;
	padding:20px 0;
}

/* 资讯内容 */
.title01{
	margin-top:60px;
	margin-left:300px;
	width:200px;
	height:40px;
	text-align: center;
	line-height:40px;
	background:#00365D;
	color: #fff;
}
.zxbox{
	width:100%;
	overflow: hidden;
	border-bottom:1px solid #ccc;
	cursor: pointer;
}
.zxbox .media{
	margin-top:50px;
}
.media img{
	border-radius:5px;
}
.txtsj{
	text-indent:2em;
}
.paybtn{
	float:right;
}
.h5txt{
	font-weight:bold;
	cursor: pointer;
	transition:all 0.2s;
}
.h5txt:hover{
	color: #008060;
}
.mr-3{
	transition:all 0.5s;
}
.mr-3:hover{
	transform: scale(1.04);
}
.content{
	display: flex;
	justify-content: space-between;
	height:100px;
}
/* 联系我们 */
.callusbox{
	display: flex;
	justify-content: space-between;
}
.lefttel{
	width:30%;
	height:600px;
}
.righttel{
	width:60%;
	height:600px;
}
.breadnav{
	margin-top:30px;
	border-bottom:1px solid #C6C8CA;
	padding-bottom:20px;
}
.breadnav a{
	color: #666666 !important;
}

.mapbox{
	width:100%;
	height:400px;
	overflow:hidden;
}
.mapbox img{
	width:100%;
}
.totop{
	width:200px;
	height:200px;
	background:#33A6ED;
	color: #fff;
	position:absolute;
	margin-top:-100px;
}
.totop .enlish{
	font-size:30px;
	margin-top:40px;
}
.totop p{
	padding-left:30px;
}
.totop p:nth-child(2){
	font-size:18px;
}











/* 页脚 */
.foot{
	margin-top:50px;
}
.footer-bottom{
	background:#333333;
}

.copyright{
	color: #fff;
	padding: 22px 0px;
	text-align: center;
}

.copyright a{
	color: #fff;
}
