* {
    margin: 0;
    padding: 0;
}

input,
button {
    border: none;
    outline: none;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}
.cwhy_header {
    background: #1064CF;
}

.cwhy_logo {
    color: #fff;
    overflow: hidden;
}

.cwhy_logo h3 {
    font-size: 32px;
}

.cwhy_logo p {
    font-size: 14px;
}
.h_r {
    width: 240px;
    margin-top: 3px;
}

.h_r ul li {
    float: left;
    width: 70px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
	cursor: pointer;
}

.h_r ul li,
.h_r ul li a {
    color: #fff;
}

.cwhy_nav {
    border-top: 1px solid #00449B;
}

.cwhy_nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cwhy_nav ul li a {
    display: block;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
}

.cwhytop {
    padding: 30px 0;
    position: relative;
}
.cwhy_search {
    position: absolute;
    top: 50%;
    left: 60%;
    height: 45px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
}
.cwhycon {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.cwhy_search input {
    width: 300px;
    /* height: 45px; */
    box-sizing: border-box;
    text-indent: 10px;
}

.cwhy_search button {
    display: inline-block;
    vertical-align: middle;
    width: 96px;
    /* height: 45px; */
    background: #D7E9FF;
    margin-left: -6px;
}
#siteId2 {
    border: none;
    width: 95px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    outline: none;
    color: #97A8B1;
    text-align: center;
    padding: 0;
    background-color: #D7E9FF;
    background-size: 10px;
    text-align-last: center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    left: 0;
}
@media screen and (max-width:768px) {
	.cwhycon{
		width: calc(100vw - 30px);
	}
	#siteId2{
		width:30%;
	}
	.cwhy_search input{
		width:70%;
	}
	.cwhy_search{
		left:0;
		transform:none;
		width: 80%;
		position: inherit;
		margin: 15px 0;
	}
	.cwhycon{
		position: inherit;
		display: flex;
		flex-wrap: wrap;
	}
	.h_r{
		width:100%;
	}
	.cwhy_nav ul li{
		width:25%;
	}
	.cwhy_nav ul li a{
		font-size: 18px;
	}
	.cwhy_nav ul li a,.h_r ul li, .h_r ul li a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.h_r ul li{
		width:20%;
	}
}
.wzazzms #siteId2{
	width: 10%;
	font-size: 34px;
}
.wzazzms .cwhy_search{
	width: 100%;
	height:auto;
	transform: none;
	left: 0;
	position: inherit;
	justify-content: center;
	margin: 40px auto;
}
.wzazzms .cwhycon{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.wzazzms .cwhycon * {
    font-size: 38px;
}
.wzazzms .dhimg {
    width: 3%;
}
.wzazzms .cwhy_search input{
	width: 50%;
	font-size: 34px;
}
.wzazzms .h_r{
	width: 100%;
	margin: 0 auto;
}
.wzazzms .h_r ul li {
	float: inherit;
	width: auto;
	margin-right: 15px;
	font-size: 34px;
	line-height: inherit;
}
.wzazzms .cwhy_nav ul li a{
	font-size: 38px;
	line-height: 68px;
}
.wzazzms .h_r ul {
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.wzazzms .cwhy_nav ul li {
    width: 25%;
}
.wzazzms .cwhy_nav ul {
    justify-content: center;
    margin: 0 auto;
    text-align: center;
}