﻿@charset "utf-8";
/*当页面小于992px的时执行下面的CSS*/
@media screen and (max-width: 992px){
	.cncn{ position:fixed; right:2px; top:100px; width:100px; height:26px; z-index:99999999999}
	.cncn img{ width:100%; height:auto}
	
	/*logo*/
	.logo{ height:auto; background-color: #fff; padding:10px 0 10px 10px; position:relative}
	.logo img{max-width:80%; height:auto;}

	.logo .donghua_menu{ position:absolute; right:20px; top:50%; margin-top:-10px; width:30px; height:20px; display:block;}
	
	.dh {width: 100%; height:3px; position: relative;}
	.dh:before {animation: dhxgdhxg 1s linear 0s infinite alternate; position: absolute; left:0; top:0; width: 100%; height:4px; background:#f36f2e; content: ""; display: block; opacity: 0; }
	.dh:nth-child(2):before {animation-delay: 0.5s; margin-top:5px}
	.dh:nth-child(3):before {animation-delay: 0.2s; margin-top:10px}
	@keyframes dhxgdhxg {
		0%{width:30%; opacity: 1;}
		50%{width:100%; opacity:0.5;}
	}

	.right-box{
		position: fixed;
		right:-100%;
		top: 0;
		bottom: 0;
		width: 100%;
		height:100%;
		background: rgba(255, 255, 255, .95);
		z-index: 99999;
		padding:0.5rem;
		box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;
	}
	
	.close{ width:100%; height:auto; text-align:left; cursor:pointer;}
	.close img{transition: transform 0.5s ease;}
	.close img:hover{transform: rotate(360deg);}
	
	/*菜单*/
	.mobile_menu{ width:100%; height:auto; margin-top:0.7rem}
	.mobile_menu li{height:auto; padding-bottom:0.4rem}
	.mobile_menu li+li{border-top: 1px solid #1D4F91; padding-top:0.4rem}
	.mobile_menu li .menu_head {
		height:0.55rem;
		line-height:0.55rem;
		font-size: 0.411rem;
		font-weight: bold;
		color: #1D4F91;
		cursor: pointer;
		background-image: url(../images/jiajia.png);
		background-position:center right;
		background-repeat: no-repeat;
	}
	.mobile_menu li .menu_head a{color: #1D4F91;}
	.mobile_menu li .current {background-image:url(../images/jianjian.png);}
	
	.menu_body {
		width:100%;
		height: auto;
		margin-top:0.35rem;
		overflow: hidden;
		line-height:0.95rem;
		font-size: 0.41rem;
		display: none;
	}
	.menu_body a {
		display: block;
		padding-left:0.8rem;
		color: #1D4F91;
		border-bottom: 1px solid #EEE;
	}
	/*菜单end*/
	
	/*a标签带个小块___demo：<a href="/" class="a_more">查看更多 ></a>*/
	.a_Contact{display:inline-table; margin:10px 0; padding:10px 25px; background-color:#f36f2e; font-size: 0.43rem; border-radius:50px; color:#fff!important;}
	.a_Contact:hover{ background-color:#0a50b4}
	
	
	/*通栏banner*/
	.sub_banner{width:100%; height:160px; text-align:center; position:relative; }
	.sub_banner:before{content: ""; position:absolute; top:0; left:0; width:100%; height:30px; box-shadow:inset 0px 15px 10px -15px #666666}
	.bannerPic{
		position: absolute;
		top: 50%;
		left: 50%;
		width: 100%;
		height: 100%;
		transform: translate(-50%,-50%);
		object-fit: cover;
	}
}

/*当页面大于992px时候*/
@media screen and (min-width:992px){
	/*logo*/
	.logo_box{width: 100%; height:0.74rem; background-color: #fff;}
	
	.logo{width:100%; height:0.74rem; position:relative}
	.logo .l{float:left; width:30%; height:0.74rem; display:flex; align-items:center; overflow:hidden;}
	.logo .l img{max-width:100%; height:auto;}
	.logo .r{float:right; width:69%; height:0.74rem;}
	.logo .en{ position:absolute; left:22%; top:50%; width:120px; height:45px; line-height:45px; padding-left:20px; margin-top:-20px; font-size:0.09rem; text-align:center; color:#FF0000; background:url(../images/cncn.png) no-repeat left center}
	.logo .en a{color:#FF0000}
	
	/*导航菜单start*/
	.menu {float:right; position:relative;}
	.menu li{float:left; line-height:0.74rem;}
	.menu li a {
		display:block;
		font-size:0.1042rem;
		color:#000;
		padding: 0 35px;
		position:relative
	}
	.menu li.on>a:after{content: '';display: block; width: 60px; height:5px; background:#f36f2e; position:absolute; bottom:0.2rem; left:50%; margin-left:-30px; }
	.menu li.on a{color:#f36f2e;}
	
	.menu li dl{width:100%; height:auto; position:absolute; left:0; top:0.74rem;  z-index:999999; display:none;}
	.menu li dl dd{float:left; line-height:0.50rem;}
	.menu li dl dd a{padding: 0 0.1rem; font-size:0.10rem; color:#333!important}
	.menu li dl dd a:hover{color:#f36f2e!important;}
	
	.nav_bj{
		position:fixed;
		z-index:1;
		top: 0.74rem;
		left: 0;
		width: 100%;
		height: 1.5rem;
		background: rgba(255, 255, 255, 0.9);
		transition: all 0.8s;
		display:none
	}
	
	/*通栏banner*/
	.sub_banner{width:100%; height:auto; text-align:center; position:relative;}
	.sub_banner:before{content: ""; position:absolute; top:0; left:0; width:100%; height:30px; box-shadow:inset 0px 15px 10px -15px #666666}
	.sub_banner img{width:100%; height:auto;}
}