
.headerconttopyiyuan {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 101;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.logoimg {
	display: block;
	float: left;
	margin-top: 8px;
}

.logoimg img {
	max-width: 100%;
	display: block;
	height: 40px;
}

.headernav {
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 10;
	display: none;
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 200px;
	background-color: #ffffff;
}

.headernav ul {
	background-color: #ffffff;
}

.headernav ul li {
	font-size: 16px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}

.headernav ul li a {
	display: block;
	padding: 10px 20px;
	color: ##333333;
}

.searchandlang {
	float: right;
	padding-top: 16px;
}

.searchicon {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-image: url(../images/top34.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.showphonenav {
	display: inline-block;
	width: 28px;
	height: 23px;
	background-color: #1c2a73;
	background-image: url(../images/zstop1.png);
	background-repeat: no-repeat;
	background-size: 28px;
	margin-left: 12px;
}

.showphonenav.closenav {
	background-color: #1c2a73;
	background-image: url(../images/zstop2.png);
	background-repeat: no-repeat;
	background-size: 28px;
}

.searchwrap {
	display: block;
	position: absolute;
	width: 100%;
	top: 60px;
	left: 0;
	z-index: 100;
	display: none;
}

.searchwrap dl {
	background-color: #dddddd;
	height: 46px;
}

.searchwrap dl dd {
	width: 20%;
	float: left;
}

.searchwrap dl dd input {
	background-color: #1c2a73;
	width: 100%;
	height: 46px;
	cursor: pointer;
	color: #ffffff;
}

.searchwrap dl dd.inputtext {
	width: 80%;
}

.searchwrap dl dd.inputtext input {
	width: 100%;
	height: 46px;
	background-color: #dddddd;
	padding-left: 20px;
	cursor: initial;
	color: #333333;
}

.subnavcont {
	display: none;
	font-size: 14px;
}

.headernav .subnavlist a {
	display: block;
	padding: 6px 36px;
}

.phsearchicon {
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	display: inline-block;
	content: "";
	padding: 0 22px;
	height: 26px;
	background-color: #1c2a73;
	background-image: url(../images/zstop3.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	right: 9px;
	top: 10px;
	z-index: 100;
	cursor: pointer;
	background-size: 45px;
}

.phsearchicon.cur {
	transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}

.eryuyan {
	display: none;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {

	.headerconttopyiyuan {
		border: none;
		height: 98px;
		position: fixed;
		border-bottom-width: 3px;
		border-bottom-style: solid;
	}
	.logoimg {
		margin-top: 12px;
	}
	.logoimg img {
		height: auto;
		display: block;
	}
	.showphonenav {
		display: none;
	}
	.searchandlang {
		padding-top: 25px;
		position: relative;
	}
	.headernav {
		position: static;
		top: 0;
		width: auto;
		float: left;
		padding: 0 0 0 3%;
		background: none;
		display: block;
		min-width: 588px;
	}
	.headernav ul {
		padding: 0;
		background: none;
		height: 98px;
		display: block;
	}
	.headernav ul li {
		float: left;
		font-size: 20px;
		position: static;
		border: none;
	}
	.headernav ul li a {
		height: 98px;
		line-height: 98px;
		padding: 0 16px;
	}
	.headernav ul li>a.cur,
	.headernav ul li>a:hover {
		color: #1c2a73;
		font-weight: bold;
		border-bottom: 3px #1c2a73 solid;
	}
	.subnavcont {
		width: 100%;
		background-color: #f7f7f7;
		position: absolute;
		left: 0;
		top: 98px;
		z-index: 30;
		font-size: 14px;
		text-align: center;
	}
	.subnavlist {
		line-height: 50px;
		max-width: 1180px;
		margin: 0 auto;
	}
	.headernav .subnavlist a {
		display: inline-block;
		height: 50px;
		line-height: 50px;
		color: #333333;
		padding: 0;
		background-image: #f7f7f7;
		background-position: right center;
		background-repeat: no-repeat;
		border: none;
		padding: 0 30px;
	}
	.headernav .subnavlist a:hover {
		color: #1c2a73;
	}
	.headernav .subnavlist a:last-child {
		background: none;
	}
	.phsearchicon {
		display: none;
	}
	.searchwrap {
		width: 375px;
		height: 48px;
		right: 0px;
		left: auto;
		top: 98px;
		z-index: 50;
		display: none;
		z-index: 201;
	}
	.searchwrap dl {
		height: 46px;
	}
	.searchwrap dl dd.inputtext input {
		width: 290px;
		height: 46px;
		line-height: 46px;
		*height: 44px;
		padding: 0 0 0 10px;
		text-align: left;
		cursor: auto;
	}
	.searchwrap dl dd {
		float: left;
	}
	.searchwrap dl dd input {
		width: 75px;
		height: 46px;
		text-align: center;
		line-height: 46px;
		cursor: pointer;
	}
	.searchicon {
		width: 40px;
		height: 40px;
		display: inline-block;
		background-color: #e6e6e6;
		float: left;
		background-size: 20px;
		border-radius: 100%;
	}
	.eryuyan {
		width: 40px;
		height: 40px;
		background-color: #e6e6e6;
		display: inline-block;
		line-height: 40px;
		text-align: center;
		float: left;
		margin-right: 18px;
		font-size: 16px;
		color: #666666;
		border-radius: 100%;
	}
	.eryuyan:hover {
		color: #1c2a73;
	}
}

@media (min-width:1024px) {}

@media (min-width: 1199px) {
	.headernav ul li a {
		padding: 0 22px;
	}
	.headernav {
		padding: 0 0 0 5%;
	}
}

@media (min-width: 1399px) {
	.commonwebyan {
		margin: 0px auto;
		max-width: 1400px;
		padding: 0;
	}
}

@media (max-width:319px) {
	body {
		width: 320px;
	}
}

.innerbanner {
	width: 100%;
	position: relative;
	display: block;
}

.innerbanner img {
	display: block;
	width: 100%;
}

.subnavlist01 {
	background-color: #f2f2f2;
}

.subnavlist01 .commonweb {
	display: none;
	max-width: 100%;
}

.subnavlist01 ul {
	font-size: 0;
	text-align: center;
}

.subnavlist01 ul li {
	font-size: 16px;
	text-align: center;
}

.subnavlist01 ul li a {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 22px 0;
	text-align: center;
	line-height: 18px;
	position: relative;
}

.subnavlist01 ul li a:hover {
	background-color: #3e5993;
	color: #ffffff;
}

.subnavlist01 ul li a.cur {
	background-color: #ffffff;
	color: #3e5993;
}

.zsannavbtn01 {
	padding: 15px;
	color: #333333;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}

.zsannavbtn01 a:after {
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin: 0 0 3px 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

.crumbscont01 {
	display: none;
}

.columncont01 {
	display: none;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.subnavcont01 {
		position: relative;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}
	.zsannavbtn01 {
		display: none;
	}
	.subnavlist01 .commonweb {
		display: block;
		position: relative;
	}
	.subnavlist01 {
		display: block;
		width: 100%;
		background: none;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.subnavlist01 .commonweb ul {
		width: 100%;
	}
	.subnavlist01 ul li {
		display: inline-block;
		margin: 0 5px 12px 5px;
	}
	.subnavlist01 ul li a {
		width: auto;
		padding: 12px 36px;
		margin: 0;
		color: #ffffff;
		border: 1px solid #ffffff;
	}
	.subnavlist01 ul li a:hover {
		border: 1px solid #3e5993;
	}
	.subnavlist01 ul li a.cur {
		border: 1px solid #ffffff;
	}
	.columncont01 {
		display: block;
		text-align: center;
		font-size: 30px;
		line-height: 32px;
		color: #ffffff;
		text-transform: uppercase;
	}
	.columncont01 h4 {
		font-weight: bold;
	}
	.columncont01 p {
		padding: 14px 0 26px 0;
		font-weight: bold;
	}
}

@media (min-width:1024px) {
	.subnavlist01 ul li a {
		padding: 12px 36px;
	}
}

@media (min-width: 1199px) {}

@media (max-width:319px) {
	body {
		width: 320px;
	}
}

.singlepage06 {
	color: #333333;
	font-size: 16px;
	overflow: hidden;
}

.singlepage06 img {
	display: block;
	max-width: 100%;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width:1024px) {
	.singlepage06 img {
		display: block;
		width: auto;
		max-width: none;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
	}
}

@media (min-width: 1199px) {}

@media (max-width:319px) {
	body {
		width: 320px;
	}
}

.yytfooter {
	background-color: #c8e8f6;
	width: 100%;
}

.yytfooter-shang {
	padding-top: 20px;
}

.yytdbnav li {
	border-bottom: 1px solid #ffffff;
	padding: 15px 0;
}

.yytdbnav li h4 {
	width: 100%;
	position: relative;
	font-size: 16px;
	color: #333333;
}

.yytdbnav li .footerNav {
	display: none;
	padding-top: 9px;
}

.yytdbnav li h4:after {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: url(../images/icon36.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.yytdbnav li h4.cur:after {
	background-image: url(../images/icon36.png)hover;
}

.yytdbnav li p a {
	font-size: 14px;
	color: #666666;
}

.fenxdib {
	text-align: center;
	margin-top: 15px;
}

.fenxdib span {
	font-size: 16px;
	color: #333333;
}

.fenxdib a {
	float: none!important;
}

.bdsharebuttonbox a {
	background-position: 0 0!important;
	width: 25px!important;
	height: 25px!important;
	padding-left: 0!important;
	margin: 6px!important;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bdsharebuttonbox .bds_tsina {
	background-image: url(../images/yyt2.png);
}

.bdsharebuttonbox .bds_weixin {
	background-image: url(../images/yyt3.png);
}

.bdsharebuttonbox .bds_sqq {
	background-image: url(../images/yyt4.png);
}

.yytcode {
	text-align: center;
	margin-top: 10px;
}

.yytcode img {
	display: block;
	margin: auto;
	max-width: 100%;
	margin-bottom: 15px;
	height: 131px;
}

.yytcode p {
	color: #666666;
}

.yytfooter-xia {
	background-color: #263e74;
	solid;
	padding: 18px 0;
	text-align: center;
	margin-top: 22px;
	color: #666666;
}

.yytfooter-xia p a {
	color: #666666;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {
	.yytfooter-shang {
		padding-top: 40px;
	}
	.yytdbnav {
		float: left;
	}
	.yytdbnav li {
		float: left;
		border-bottom: none;
		margin-right: 40px;
		padding-top: 0;
	}
	.yytdbnav li h4:after {
		display: none;
	}
	.yytdbnav li p {
		line-height: 25px;
	}
	.yytdbnav li p a:hover {
		color: #1c2a73;
	}
	.yytfooter-xia a:hover {
		color: #1c2a73;
	}
	.yytdbnav li .footerNav {
		display: block;
		padding-top: 16px;
	}
	.fenxdib {
		margin-top: 0px;
		float: left;
		text-align: left;
	}
	.fenxdib span {
		float: left;
	}
	.fenxdib .bdsharebuttonbox {
		float: left;
		margin-top: -5px;
	}
	.fenxdib .bdsharebuttonbox a {
		display: block;
		margin-bottom: 12px!important;
	}
	.yytcode {
		margin-top: -14px;
		float: right;
		padding-right: 15px;
	}
	.wqfencode p {
		color: #fff;
		font-size: 12px;
	}
	.yytfooter-xia {
		margin-top: 44px;
	}
	.yytfooter-xia p {
		float: left;
	}
	.yytfooter-xia em {
		display: block;
		float: right;
	}
}

@media (min-width:1024px) {
	.yytdbnav li {
		margin-right: 60px;
	}
}

@media (min-width: 1199px) {
	.yytdbnav li {
		margin-right: 80px;
	}
}

@media (min-width: 1366px) {}

@media (max-width:319px) {
	body {
		width: 320px;
	}
}