body,html{
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
}
a{
	text-decoration: none;
	border: 0!important;
	background-color: transparent;
	box-sizing: border-box;
	cursor: pointer;
}
/* 移动 */
@media  (max-width:1199px) {
	html{
		font-size: 50px;
	}
	.header-box{
		width: 100%;
	}
    .pcbox{
		display: none;
	}
	.phonebox{
		display: block;
		width: 100%;
		/* position: relative; */
	}
	.header-logo{
		width: 100%;
		height: .8rem;
		background: #004073;
	}
	.menubtn{
		width: .8rem;
		height: .8rem;
		float: left;
		margin-left: .3rem;
		background: url(../img/item.png);
		background-size: 100% 100%;
	}
	.pbone-search{
		width: 4rem;
		height: .8rem;
		float: right;
		margin-right: .3rem;
	}
	.zh-cn{
		width: 3rem;
		height: .8rem;
		font-size: .3rem;
		line-height: .8rem;
		text-align: right;
		float: left;
		/* 上线隐藏专用 */
		/* float: right; */
	}
	.searchbtn{
		/* 上线隐藏专用 */
		/* display: none; */
		width: .8rem;
		height: .8rem;
		float: right;
		background: url(../img/search.png);
		background-size: 100% 100%;
		cursor: pointer;
	}
	.phone-menu{
		/* position: fixed;
		top: 0;
		left: 0; */
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.3);
		display: none;
	}
	.menu-dong{
		width: 50%;
		height: 1rem;
		background: #004073;
		color: #FFFFFF;
		line-height: 1rem;
		border-bottom: .02rem solid #FFFFFF;
		font-size: .3rem;
		padding-left: .2rem;
	}
	.phone-search-box{
		display: none;
		width: 100%;
		height: .8rem;
		background: #eeeeee;
		padding: .1rem 0;
		margin: 0;
	}
	.phone-search-box input{
		float: left;
		width: 70%;
		height: .8rem;
		border: 0;
		margin: 0;
		padding: 0;
		background: #FFFFFF;
		text-align: center;
		outline:medium;
		font-size: 16px;
		border-radius: .2rem;
	}
	input :focus{
		border: 0;
	}
	.searchdiv1{
		float: left;
		width: 5%;
		height: .8rem;
	}
	.searchdiv2{
		float: left;
		width: 5%;
		height: .8rem;
	}
	.searchdiv3{
		width: 20%;
		height: .75rem;
		float: left;
		text-align: center;
		line-height: .75rem;
		margin-top: .05rem;
		font-size: 16px;
		border-radius: .2rem;
		background: #004073;
		color: #FFFFFF;
	}
}
/* 大屏 */
@media  (min-width:1200px) {
	.phone-search-box{
		display: none;
	}
	.pcbox{
		display: block;
	}
	.phonebox{
		display: none;
	}
	input :focus{
		border: 0;
	}
	.header-box{
		width: 1200px;
		height: 200px;
		background: #ffffff;
		margin: 0 auto;
	}
	.header-logo{
		width: 1200px;
		height: 120px;
		background: #ffffff;
	}
	.header-menu{
		width: 1200px;
		height: 40px;
		background: #ffffff;
	}
	.header-logo >div{
		width: 50%;
		height: 100%;
		float: left;
		border: 0;
	}
	.header-logo >div:nth-child(1){
		float: left;
	}
	.header-logo-right{
		float: right;
	}
	.header-logo-right >div{
		width: 50%;
		/* 上线隐藏专用 */
		/* width: 100%; */
		height: 50px;
		line-height: 50px;
		border: 0;
		float: left;
		margin-top: 35px;
	}
	.header-logo-right >div:nth-child(1){
		font-size: 16px;
		cursor: pointer;
		text-align: center;
		/* 上线隐藏专用 */
		/* text-align: right; */
	}
	.search-box{
		/* 上线隐藏专用 */
		/* display: none; */
		border-radius: 40px;
		width: 280px;
		height: 40px;
		padding-left: 20px;
		background: rgb(249, 249, 249);
		border: 1px solid rgb(238, 238, 238);
	}
	.search-box input{
		float: left;
		padding: 0;
		margin: 0;
		width: 238px;
		border: none;
		outline:medium;
		height: 100%;
		background: rgb(249, 249, 249);
	}
	.search-log{
		float: right;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: rgb(0, 91, 172);
	}
	.menu-box{
		width: 1200px;
		height: 100%;
	}
	.menu-box >div{
		height: 100%;
		line-height: 40px;
		float: left;
		cursor: pointer;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333;
	}
	.menu-box >div:not(:first-child){
		margin-left: 35px;
	}
	.menu-box >div > i{
		margin-top: -5px;
		display: block;
		width: 0;
		background: #004073;
		border-radius: 10px;
		height: 4px;
	}
	.menu-box >div:hover >i {
		width: 100%;
		transition: 0.3s linear;
	}
	.menu-child{
		display: none;
		width: 100%;
		position: absolute;
		top: 205px;
		z-index: 22;
		left: 0;
		/* margin: 0 auto; */
		height: 60px;
		background: #e4e7ed;
	}

	.menu-child ul {
		line-height: 60px;
		font-weight: 500;
		display: flex;
		justify-content: center;
		margin: 0 auto;
		align-items: center;
	}
	.menu-child ul li {
		padding-left: 20px;
	}
	.inint_block {
		list-style: none;
		float: left;
	}

	.inint_block a {
		border: 1px solid #E4E7ED;
		border-radius: 5px;
		color: #004073;
		padding: 3px;
		font-size: 16px;
		list-style: none;
		text-decoration: none;
	}
	.inint_block a:hover {
		cursor: pointer;
		color: #FFFFFF;
		background-color: #004073;
	}
}