.main{
    width: 1500px;
    margin: 0 auto;
}
/* header */
.header {
	width: 100%;
	height: 40px;
	border-bottom: 1px solid #e1e1e1;
	background: #f5f5f5;
	margin: 0 auto;
}
.header .main{
    height: 40px;
}		
.header ul {
	float: left;
	color: #666;
}
		
.header ul li.name {
	margin-right: 30px;
}
		
.header ul li {
	float: left;
	line-height: 40px;
	margin-right: 30px;
}
.header ul li:first-child{
	margin-right: 25px;
}
.header a{font-size: 12px;}		
.header ul li a {
	color: #666;
}
		
.header ul li a:hover {
	color: #ff6600;
}
/* Tophead */
.Tophead {
	position: relative;
	margin: 0 auto;
}
.multimedia{
	position: absolute;
	top: -45px;
	right: 0;
	font-size: 12px;
	line-height: 40px;

}
.multimedia>div{
	padding-left: 15px;
	float: left;
	position: relative;
	cursor: pointer;
}
.multimedia a{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.siteOld{
	padding-left: 0;
}
.siteOldTop a{
	color: #666;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.mobileTop a{
	color: #666;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.weMediaTop a{
	color: #666;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.siteService a{
	color: #666;
	padding-right: 15px;
	border-right: 1px solid #ddd;
}
.siteNavTop a{
	color: #666;
	padding-right: 20px;
}
.mobile .mobileTop a i{
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.weMedia .weMediaTop a i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.siteNav1 .siteNavTop a i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.siteNav1 .siteNavTop a.mediaOn2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobileBot{
	width: 250px;
	padding: 20px;
	position: absolute;
	top: 40px;
	left: -100px;
	background: #fff;
	display: none;
	z-index: 99999;
}
.mobileBotLeft{
	float: left;
}
.mobileBotRight{
	float: right;
}
.weMediaBot{
	width: 120px;
	padding: 20px;
	position: absolute;
	top: 40px;
	left: -40px;
	background: #fff;
	z-index: 99999;
	display: none;
}
.weMediaBot .mobileBotLeft {
	width: 100%;
}
.siteNavBot{
	width: 82px;
	text-align: center;
	border: 1px solid #ddd;
	position: absolute;
	top: 36px;
	right: 15px;
	z-index: 3;
	display: none;
	background: #fff;
}
.weMediaBot img,.mobileBot img{
	width: 112px;
	display: block;
	margin: 0 auto;
}
.weMediaBot p,.mobileBot p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 5px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
.siteNavBot ul{
	padding: 8px 0;
}
.siteNavBot ul li{
	font-size: 12px;
	line-height: 20px;
}
.siteNavBot ul li a{
	color: #333;
}
.siteNavBot ul li a:hover{
	color: #00994D;
}
.multimedia a:hover {
	color: #006cc9;
}
/* top */
.top {
	height: 155px;
	position: relative;
}
.top .image{
	float: left;
	width: 279px;
	height: 63px;
	margin-top: 35px;
}
.top .logo{
	width: 100%;
	height: 100%;
}

.top h1 {
	border-left: 1px solid #d7d7d7;
	color: #0070ce;
	float: left;
	font-size: 32px;
	padding-left: 30px;
	margin-left: 25px;
	margin-top: 52px;
}
.top h1 a{
	color: #0070ce;
}

.top p {
	font-size: 18px;
	color: #e2e2e2;
	position: absolute;
	right: 350px;
	top: 32px;
}
.top p a {
	color: #333;
	padding: 0 20px;
	cursor: pointer;
}
.top p a:first-child{
	padding-left: 0;
}
.top p a:last-child{
	padding-right: 0;
}

.top p a:hover {
	color: #000033;
}

.top p .on {
	color: #0187d0;
}
.top form{
	float: right;
	width: 632px;
	overflow: hidden;
	margin-top: 62px;
	border-radius: 6px;
}
.top form input{
	float: left;
	height: 50px;
	line-height: 50px;
	width: 500px;
	border: 2px solid #e6e6e6;
	border-right: 0;
	font-family: "microsoft yahei";
	text-indent: 16px;
	font-size: 16px;
	color: #666;
}
.top form button{
	position: absolute;
	right: 0;
	width: 132px;
	height: 54px;
	line-height: 54px;
	background-color: #0070ce;
	border: none;
	font-size: 20px;
	color: #fff;
	z-index: 9;
	border-radius: 6px;
}
/* banner */
.banner{
	background-color: #5797ff;
	width: 100%;
}
/* container */
.container{
	width: 100%;
	padding: 40px 0 60px 0;
	background-color: #eeeeee;
}
.container .main:after{
	content: "";
	height: 0;
	clear: both;
	display: block;
}
.linkLeft{
	float: left;
	width: 1100px;
	margin-right: 30px;
	position: relative;
}
.webLink{
	padding: 30px;
	background-color: #ffffff;
	margin-top: 30px;
	overflow: hidden;
}
.webLink:first-child{margin-top: 0;}
.webLink:hover{
	box-shadow: 2px 0 5px #ccc;
}
.linkTop{
	padding-left: 34px;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.linkTop h3{
	font-size: 24px;
}
.linkTop i{
	position: absolute;
	left: 0px;
	top: 6px;
	width: 26px;
	height: 26px;
	background: url(https://www.afzhan.com/images/News/version/2021/icon3.png) no-repeat;
	background-size: 100% 100%;
}
.linkTop h3 a{
	color: #333;
}
.linkTop a.apply{
	color: #0097e0;
	position: absolute;
	right: 22px;
	top: 0;
	font-size: 16px;
	padding-left: 28px;
}
.linkTop .apply i{
	position: absolute;
	left: 0;
	top: 3px;
	width: 16px;
	height: 16px;
	background: url(https://www.afzhan.com/images/link/linkIcon001.png) no-repeat;
}
.webLink p{
	float: left;
	margin-top: 20px;
	font-size: 0;
}
.webLink p a{
	line-height: 34px;
	font-size: 16px;
	color: #333;
	padding: 0 23px;
}
.webLink p a:first-child{
	padding-left: 0;
}
.webLink p a:last-child{
	padding-right: 0;
}
.webLink p a:hover{
	color: #FF6600;
}
.linkRight{
	overflow: hidden;
	background-color: #fff;
	border-top: 2px solid #3b93ed;
	padding: 0 0 43px;
}
.linkRight b {
	display: block;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px 0;
	background-color: #f6faff;
}
.linkRight b i{
	/* position: absolute; */
	display: inline-block;
	width: 25px;
	height: 18px;
	margin: 0 22px;
}
.linkRight b i:first-child{
	background: url(https://www.afzhan.com/images/link/linkIcon002.png) no-repeat;
	margin-left: 0;
}
.linkRight b i:last-child{
	background: url(https://www.afzhan.com/images/link/linkIcon003.png) no-repeat;
	margin-right: 0;
}
.linkRight b.contactBox{
	background: transparent;
	padding: 0 0 0 20px;
	font-size: 22px;
	position: relative;
	margin: 18px 30px 28px;
	text-align: left;
}
.linkRight b.contactBox:after{
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 4px;
	background-color: #0195df;
	border-radius: 6px;
}
.linkRight p{
	line-height: 30px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dcdcdc;
	color: #666;
	font-size: 16px;
	margin: 0 30px;
}
.linkRight strong{
	color: #0070ce;
}

.contact{
	line-height: 40px;
	color: #666;
	font-size: 16px;
	margin: 0 30px;
}
.contact i{
	float: left;
	font-size: 16px;
	font-style: normal;
}
.contact a{
	float: left;
	width: 112px;
	height: 34px;
	line-height: 34px;
	margin-left: 26px;
	border: 1px solid #42a7e4;
	border-radius: 17px;
	background-color: #ccecff;
	color: #0190d5;
	box-shadow: 0px 7px 7px -7px rgba(0,58,205,0.35);
	position: relative;
	cursor: pointer;
}
.contact a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 34px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.contact a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.contact a:hover .QQhover{
	display: inline-block;
}
.contact img{
	vertical-align: top;
	margin: 7px 6px 0 12px;
}
/* footer */
.footer {
	background-color: #212324;
	padding: 34px 0;
}
.footer .main {
	overflow: hidden;
	margin: 0 auto;
}
.footer .right{
    float: right;
    height: 180px;
    width: 352px;
    padding-left: 68px;
    border-left: 1px solid #444444;
}
.footer .right ul{
    float: left;
}
.footer .right ul li{
    font-size: 12px;
    color: #838383;
    margin-top: 35px;
}
.footer .right ul li:first-child{
    font-size: 16px;
    margin-top: 0;
}
.footer .right ul li i{
    font-size: 24px;
    margin-right: 12px;
    vertical-align: middle;
}
.LXimg{
    float: right;
    margin-top: 15px;
}
.LXimg img{
    width: 116px;
    height: 116px;
    border: 2px solid #4b8bfc;
}
.LXimg p{
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
.footer .left{
    overflow: hidden;
    padding-right: 70px;
}
.footer .left p{
    font-size: 0;
    margin-bottom: 24px;
    /* overflow: hidden; */
}
.footer .left p a{
    font-size: 12px;
    color: #838383;
    padding: 0 14px;
}
.footer .left p a:first-child{
    padding-left: 0;
}
.footer .left p a:last-child{
    padding-right: 0;
}
.footer .left p:first-child a:hover{
    color: #f60;
}
.footer .left p:first-child a{
    border-right: 1px solid #444444;
}
.footer .left p:first-child a:last-child{
    border-right: 0;
}
.footer .left p b{
    /* float: left; */
    font-weight: normal;
    font-size: 12px;
    color: #838383;
    margin-right: 35px;
}
.footer .left p b a .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footer .left p b a .QQhover::after{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	content: "QQ:";
}
.footer .left p b a:hover .QQhover{
	display: inline-block;
}
.footer .left p b:last-child{
    margin-right: 0;
}
.footer .left p b a{
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(../../../../images/News/version/2021/qq.png) no-repeat;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 9px;
	position: relative;
	cursor: pointer;
}
.footer .left span{
    display: block;
    font-size: 12px;
    color: #838383;
    padding-top: 20px;
    border-top: 1px solid #444;
}
.footer_img{
    height: 36px;
    background: url(../../../../images/News/version/2021/copyright.png) no-repeat 0 0;
    background-size: auto 100%;
    margin-top: 15px;
}
.footer_img li{
    float: left;
    height: 100%;
    width: 90px;
    margin-right: 11px;
}
.footer_img li a{display: block;height: 100%;}
.footerBot{
    background-color: #fff;
    padding: 11px 0;
}
.footerBot p{
    line-height: 32px;
    text-align: center;
}
.footerBot i{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../../images/News/version/2021/ghs.png) no-repeat;
    vertical-align: top;
    margin-top: 6px;
    margin-right: 10px;
}
@media only screen and (min-width: 1300px) and (max-width:1599px){
	.main{
		width: 1200px;
	}
	.top {
		height: 115px;
	}
	.top .image {
		width: 279px;
		height: 63px;
		margin-top: 22px;
	}
	.top h1 {
		font-size: 30px;
		padding-left: 30px;
		margin-left: 25px;
		margin-top: 35px;
	}
	.top p {
		font-size: 16px;
		right: 291px;
		top: 18px;
	}
	.top form {
		width: 560px;
		margin-top: 44px;
		border-radius: 6px;
	}
	.top form input {
		height: 40px;
		line-height: 40px;
		width: 460px;
		text-indent: 12px;
		font-size: 14px;
	}
	.top form button {
		width: 100px;
		height: 44px;
		line-height: 44px;
		font-size: 16px;
	}
	.linkLeft {
		width: 860px;
		margin-right: 20px;
	}
	.container {
		padding: 30px 0 40px 0;
	}
	.linkTop h3 {
		font-size: 22px;
	}
	.linkTop i {
		width: 24px;
		height: 24px;
	}
	.linkTop {
		padding-bottom: 15px;
	}
	.webLink p {
		float: left;
		margin-top: 15px;
	}
	.webLink p a {
		line-height: 28px;
		font-size: 14px;
		padding: 0 18px;
	}
	.linkTop .apply i {
		width: 14px;
		height: 14px;
		background-size: 100% 100%;
	}
	.linkTop a.apply {
		right: 15px;
		font-size: 14px;
	}
	.linkRight b {
		font-size: 22px;
		margin-bottom: 25px;
		padding: 15px 0;
	}
	.linkRight p {
		line-height: 26px;
		padding-bottom: 20px;
		font-size: 14px;
		margin: 0 20px;
	}
	.linkRight b.contactBox {
		background: transparent;
		padding: 0 0 0 18px;
		font-size: 20px;
		position: relative;
		margin: 14px 20px 18px;
		text-align: left;
	}
	.linkRight {
		padding: 0 0 30px;
	}
	.contact {
		line-height: 36px;
		color: #666;
		font-size: 14px;
		margin: 0 20px;
	}
	.contact i {
		float: left;
		font-size: 14px;
		font-style: normal;
	}
	.contact a {
		width: 96px;
		height: 28px;
		line-height: 28px;
		margin-left: 18px;
	}
	.contact img {
		margin: 6px 4px 0 11px;
		width: 15px;
		height: 16px;
	}

}
@media only screen and (min-width: 1025px)  and (max-width:1299px){
	.main{
		width: 1000px;
	}
	.header {
		height: 36px;
	}
	.header .main {
		height: 36px;
	}
	.header ul li {
		float: left;
		line-height: 35px;
		margin-right: 25px;
	}
	.header ul li:first-child {
		margin-right: 20px;
	}
	.multimedia {
		right: 0;
		line-height: 35px;
	}
	.top {
		height: 100px;
	}
	.top .image {
		width: 221px;
		height: 50px;
		margin-top: 20px;
	}
	.top h1 {
		font-size: 26px;
		padding-left: 22px;
		margin-left: 18px;
		margin-top: 30px;
	}
	.top p {
		font-size: 14px;
		right: 268px;
		top: 14px;
	}
	.top p a {
		padding: 0 15px;
	}
	.top form {
		width: 485px;
		margin-top: 37px;
		border-radius: 6px;
	}
	.top form input {
		height: 36px;
		line-height: 36px;
		width: 410px;
		text-indent: 10px;
		font-size: 13px;
	}
	.top form button {
		width: 80px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.linkLeft {
		width: 710px;
		margin-right: 20px;
	}
	.container {
		padding: 30px 0;
	}
	.linkTop h3 {
		font-size: 20px;
	}
	.linkTop i {
		width: 22px;
		height: 22px;
		top: 4px;
	}
	.linkTop {
		padding-bottom: 12px;
	}
	.webLink {
		padding: 20px;
		margin-top: 20px;
	}
	.webLink p {
		float: left;
		margin-top: 12px;
	}
	.webLink p a {
		line-height: 24px;
		font-size: 13px;
		padding: 0 15px;
	}
	.linkTop .apply i {
		width: 13px;
		height: 13px;
		background-size: 100% 100%;
	}
	.linkTop a.apply {
		right: 15px;
		font-size: 13px;
	}
	.linkRight b {
		font-size: 20px;
		margin-bottom: 25px;
		padding: 12px 0;
	}
	.linkRight b i {
		width: 20px;
		height: 14px;
		margin: 0 15px;
	}
	.linkRight b i:first-child,.linkRight b i:last-child {
		background-size: 100% 100%;
	}
	.linkRight p {
		line-height: 24px;
		padding-bottom: 20px;
		font-size: 13px;
		margin: 0 20px;
	}
	.linkRight b.contactBox {
		padding: 0 0 0 18px;
		font-size: 18px;
		margin: 10px 20px 15px;
	}
	.linkRight {
		padding: 0 0 30px;
	}
	.contact {
		line-height: 30px;
		font-size: 13px;
		margin: 0 20px;
	}
	.contact i {
		font-size: 13px;
	}
	.contact a {
		width: 86px;
		height: 26px;
		line-height: 26px;
		margin-left: 16px;
	}
	.contact img {
		margin: 5px 4px 0 11px;
		width: 13px;
		height: 14px;
	}
	.footer .right {
		height: 160px;
		width: 269px;
		padding-left: 24px;
	}
	.footer .right ul li:first-child {
		font-size: 15px;
		margin-top: 0;
	}
	.footer .right ul li {
		font-size: 12px;
		margin-top: 26px;
	}
	.LXimg {
		margin-top: 10px;
	}
	.LXimg img {
		width: 90px;
		height: 90px;
	}
	.LXimg p {
		font-size: 12px;
		margin-top: 3px;
	}
	.footer .left {
		padding-right: 30px;
	}
	.footer .left p {
		font-size: 0;
		margin-bottom: 15px;
	}
	.footer .left p a {
		font-size: 12px;
		padding: 0 12px;
	}
	.footer .left p b {
		font-size: 12px;
		margin-right: 20px;
	}
	.footer .left p b a {
		width: 18px;
		height: 18px;
		background-size: 100% 100%;
	}
	.footer .left span {
		padding-top: 15px;
	}
}
@media only screen and (max-width:1024px){
	.main{
		width: 900px;
	}
	body{
		min-width: 900px;
	}
	.header {
		height: 36px;
	}
	.header .main {
		height: 36px;
	}
	.header ul li {
		float: left;
		line-height: 35px;
		margin-right: 25px;
	}
	.header ul li:first-child {
		margin-right: 20px;
	}
	.multimedia {
		right: 0;
		line-height: 35px;
	}
	.top {
		height: 100px;
	}
	.top .image {
		width: 221px;
		height: 50px;
		margin-top: 20px;
	}
	.top h1 {
		font-size: 26px;
		padding-left: 22px;
		margin-left: 18px;
		margin-top: 30px;
	}
	.top p {
		font-size: 14px;
		right: 268px;
		top: 14px;
	}
	.top p a {
		padding: 0 15px;
	}
	.top form {
		width: 485px;
		margin-top: 37px;
		border-radius: 6px;
	}
	.top form input {
		height: 36px;
		line-height: 36px;
		width: 410px;
		text-indent: 10px;
		font-size: 13px;
	}
	.top form button {
		width: 80px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.linkLeft {
		width: 630px;
		margin-right: 15px;
	}
	.container {
		padding: 20px 0;
	}
	.linkTop h3 {
		font-size: 18px;
	}
	.linkTop i {
		width: 20px;
		height: 20px;
		top: 4px;
	}
	.linkTop {
		padding-bottom: 10px;
		padding-left: 30px;
	}
	.webLink {
		padding: 15px;
		margin-top: 15px;
	}
	.webLink p {
		float: left;
		margin-top: 12px;
	}
	.webLink p a {
		line-height: 22px;
		font-size: 12px;
		padding: 0 12px;
	}
	.linkTop .apply i {
		width: 12px;
		height: 12px;
		background-size: 100% 100%;
	}
	.linkTop a.apply {
		right: 15px;
		font-size: 12px;
	}
	.linkRight b {
		font-size: 20px;
		margin-bottom: 15px;
		padding: 12px 0;
	}
	.linkRight b i {
		width: 20px;
		height: 14px;
		margin: 0 15px;
	}
	.linkRight b i:first-child,.linkRight b i:last-child {
		background-size: 100% 100%;
	}
	.linkRight p {
		line-height: 24px;
		padding-bottom: 20px;
		font-size: 13px;
		margin: 0 20px;
	}
	.linkRight b.contactBox {
		padding: 0 0 0 18px;
		font-size: 18px;
		margin: 10px 20px 15px;
	}
	.linkRight {
		padding: 0 0 20px;
	}
	.contact {
		line-height: 30px;
		font-size: 13px;
		margin: 0 20px;
	}
	.contact i {
		font-size: 13px;
	}
	.contact a {
		width: 86px;
		height: 26px;
		line-height: 26px;
		margin-left: 16px;
	}
	.contact img {
		margin: 5px 4px 0 11px;
		width: 13px;
		height: 14px;
	}
	.footer .right {
		height: 160px;
		width: 269px;
		padding-left: 24px;
	}
	.footer .right ul li:first-child {
		font-size: 15px;
		margin-top: 0;
	}
	.footer .right ul li {
		font-size: 12px;
		margin-top: 26px;
	}
	.LXimg {
		margin-top: 10px;
	}
	.LXimg img {
		width: 90px;
		height: 90px;
	}
	.LXimg p {
		font-size: 12px;
		margin-top: 3px;
	}
	.footer .left {
		padding-right: 30px;
	}
	.footer .left p {
		font-size: 0;
		margin-bottom: 15px;
	}
	.footer .left p a {
		font-size: 12px;
		padding: 0 12px;
	}
	.footer .left p b {
		font-size: 12px;
		margin-right: 20px;
	}
	.footer .left p b a {
		width: 18px;
		height: 18px;
		background-size: 100% 100%;
	}
	.footer .left span {
		padding-top: 15px;
	}
	.footer {
		padding: 34px 0 10px 0;
	}
	.footerBot {
		padding: 2px 0;
	}
}