﻿@charset "utf-8";
/* CSS Document */
body {
    max-width: 100%; overflow-x: hidden; background: #fff;
    font: 18px/36px "Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif; }
body , h1 , h2 , h3 , h4 , h5 , h6 , hr , p , blockquote , dl , dt , dd , ul , ol , li ,
pre , form , fieldset , legend , button , input , select, textarea ,
th, td { margin: 0; padding: 0; }
img { border: none; max-width: 100%; }
a { color: #2b2a3c; text-decoration: none; }
a:hover { text-decoration: none; }
a , area { blr: expression(this.onFocus=this.blur()); }
ul , ol , li { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
input , :focus { outline: 0; }
input[type="button"] , input[type="submit"] , input[type="reset"] , select { -webkit-appearance: none; appearance:none; -moz-appearance:none; -ms-appearance:none;}
input::focus-inner { padding: 0; border: 0; }
input::-webkit-input-placeholder{ color: #999; }
input::-moz-placeholder{ color: #999; }
input:-moz-placeholder{ color: #999; }
input:-ms-input-placeholder{ color: #999; }
select::-ms-expand { display: none; }
select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
}

.fl { float: left; } .fr { float: right; }
.clearfix::after { display: block; content: ''; height: 0; font-size: 0; clear: both; } .clearfix { zoom: 1;}
.clear { height: 0; width: 100%; overflow: hidden; font-size: 1px; line-height: 0; visibility: hidden; }

table{
	width: 100%;
}

thead td,
thead th{
	white-space: nowrap;
}

.tab_box{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 40px auto;
	width: 1200px;
	box-sizing: border-box;
	border: 1px solid #C00;
}
.tab_text{
	box-sizing: border-box;
	border-right: 1px solid #a9a7a8;
	width: 110px;
	text-align: center;
	padding: 20px 0;
}
.tab_text h5{
	line-height: 30px;
	font-size: 18px;
	color: #333;
}
.tab_link{
	width: calc(100% - 110px);
	box-sizing: border-box;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: center;
}
.tab_link a{
	display: block;
	box-sizing: border-box;
	padding: 0 16px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.tab_link a:hover{
	text-decoration: underline;
	color: #cc0000;
}

.mar_r8{
	margin-right: 8px;
	margin-top:8px;
}
.mar_r11{
	margin-right: 11px;
}
.mar_r44{
	margin-right: 44px;
}
.mar_t18{
	margin-top: 18px;
}
.mar_t184{
	margin-top: 5px;
}
.mar_t181{
	margin-top: 12px;
}
.mar_t182{
	margin-top: 2px;
}
.mar_tb{
	margin: 29px 0 17px!important;
}

.zg_header_bg {
    background: #fff;
}
.zg_header {
    padding-top: 6px;
    height: 44px;
    overflow: hidden;
}
.layout {
    width: 1200px;
    margin: 0 auto;
}
.zg_logo {
    width: 166px;
}
.fl {
    float: left;
}

/*nav*/
.zg_nav {
    padding-left: 10px;
    line-height: 44px;
    color: #333;
}
.zg_nav a {
    margin: 0 8px;
    color: #333;
    font-size: 14px;
}
.zg_header p {
    font: 20px/44px "微软雅黑";
    color: #000000;
}
.fr {
    float: right;
}
.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.zg_banner{
	width: 100%;
	height: 318px;
	position: relative;
	background: url(../images/banner_1.jpg) no-repeat center top;
}
.zg_banner .zg_img_box{
	position: absolute;
	left: 50%;
	margin-left: -600px;
}
.zg_banner .zg_img_box img{
	display: block;
}
.zg_banner .zg_banner_text{
	width: 322px;
	position: absolute;
	left: 50%;
	top: 23px;
	font-size: 30px;s
	font-weight: bold;
	text-align: center;
	margin-left: -161px;
}
.zg_introduce{
	background: #f2f2f2;
}
.zg_introduce p{
	margin: 0 auto;
	padding: 11px 0;
	width: 1200px;
	line-height: 30px;
	font-size: 18px;
	color: #333333;
}
.zg_introduce p span{
	color: #db0e16;
}
.zg_tab{
	background: #db0e16;
}
.zg_tab ul{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	/*overflow: hidden;*/
	height: 198px;
	font-size: 20px;
}
.zg_tab ul li{
	float: left;
	width: 138px;
	height: 46px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	border-radius: 5px;
	margin-top: 9px;
	margin-bottom: 9px;
	cursor: pointer;
	position: relative;
	border: 1px solid #ed878b;
}
.zg_tab ul li:hover{
	color: #db0e16;
	background: #fff600;
	border: 1px solid #fff600;
}
.zg_tab .choose_text{
	color: #fff;
}
.zg_tab .choose_text.act{
	color: #db0e16;
}
.zg_tab ul li.act{
	color: #db0e16;
	background: #fff600;
	border: 1px solid #fff600;
}
.zg_tab ul li.act .choose_text{
	color: #db0e16;
}
.zg_tab ul li .dfgwy{
	width: 416px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: -175px;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .dfgwy p{
	float: left;
	width: 420px;
}
.zg_tab ul li .dfgwy .duan{
	width: 325px!important;
}
.zg_tab ul li .dfgwy span{
	padding-right: 10px;
	border-right: 2px solid #d5d5d5;
}
.zg_tab ul li .dfgwy a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .dfgwy .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 235px;
}
.zg_tab ul li .dfgwy .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_tab ul li .jsks{
	width: 253px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: -105px;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .jsks a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .jsks .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 164px;
}
.zg_tab ul li .jsks .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_tab ul li .kj{
	width: 432px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: -182px;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .kj a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .kj .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 235px;
}
.zg_tab ul li .kj .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_tab ul li .yxks{
	width: 590px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: -182px;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .yxks a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .yxks .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 235px;
}
.zg_tab ul li .yxks .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_tab ul li .gqzp{
	width: 590px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: -182px;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .gqzp a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .gqzp .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 235px;
}
.zg_tab ul li .gqzp .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_tab ul li .ylzp{
	width: 286px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .ylzp a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .ylzp .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 55px;
}
.zg_tab ul li .ylzp .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_tab ul li .yhzp{
	width: 590px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: -175px;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .yhzp a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .yhzp .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 235px;
}
.zg_tab ul li .yhzp .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_tab ul li .jrks{
	width: 453px;
	background: #fff;
	border: 1px solid #fd2c28;
	padding: 30px 20px;
	position: absolute;
	z-index: 10;
	left: -175px;
	top: 46px;
	color: #333;
	font-size: 16px;
	/*overflow: hidden;*/
	line-height: 26px;
	text-align: left;
	display: none;
}
.zg_tab ul li .jrks a{
	display: inline-block;
	padding: 0 10px;
}
.zg_tab ul li .jrks .arrow_up{
	display: inline-block;
	width: 27px;
	height: 8px;
	background: url(../images/arrow_up_1.png);
	position: absolute;
	top: -8px;
	left: 235px;
}
.zg_tab ul li .jrks .close{
	display: inline-block;
	width: 33px;
	height: 33px;
	background: url(../images/close_1.png);
	position: absolute;
	top: -16px;
	right: -16px;
}
.zg_title{
	width: 1200px;
	text-align: center;
	margin: 80px auto 40px;
}
.zg_title span{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	padding: 14px 25px;
	position: relative;
	border-bottom: 3px solid #ab0101;
}
.zg_title span i{
	font-style: normal;
	color: #ab0101;
}
.zg_title span em{
	position: absolute;
	display: inline-block;
	width: 361px;
	height: 13px;
	top: 50%;
	margin-top: -6px;
}
.zg_title span em.refer_l{
	left: -365px;
	/*background: url(../images/refer_l_1.png) no-repeat;*/
}
.zg_title span em.refer_r{
	right: -365px;
	<!--background: url(../images/refer_r_1.png) no-repeat;-->
}
.zg_con1{
	width: 1200px;
	height: 255px;
	/*overflow: hidden;*/
	margin: 0 auto 56px;
}
.zg_con1 div{
	float: left;
}
.zg_con1 .con1_l{
	width: 370px;
	color: #fff;
	text-align: center;
	padding: 25px 38px;
	margin-right: 64px;
	background: #a9a7a8;
}
.zg_con1 .con1_l h3{
	color: #fff600;
	font-size: 30px;
	line-height: 42px;
}
.zg_con1 .con1_l h4{
	font-size: 20px;
	line-height: 30px;
	border-bottom: 2px dashed #ee878d;
}
.zg_con1 .con1_l p{
	margin-top: 5px;
	font-size: 18px;
	line-height: 30px;
}
.zg_con1 .con1_l a{
	color: #e7535c;
	font-size: 20px;
	margin-top: 20px;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	background: #fff;
}
.zg_con1 .con1_r{
	width: 650px;
	padding: 30px 19px 43px;
	position: relative;
	border: 1px dashed #fd2c28;
	background: url(../images/tip_bg_1.jpg);
}
.zg_con1 .con1_r p{
	color: #333;
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
}
.zg_con1 .con1_r p span{
	color: #ab0101;
}
.zg_con1 .con1_r i{
	position: absolute;
	display: inline-block;
	width: 32px;
	height: 34px;
	position: absolute;
}
.zg_con1 .con1_r i.wing_l{
	top: -1px;
	left: -1px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}
.zg_con1 .con1_r i.wing_r{
	bottom: -1px;
	right: -1px;
	border-bottom: 2px solid #333;
	border-right: 2px solid #333;
}
.zg_con1 .con1_r em{
	display: inline-block;
	width: 39px;
	height: 35px;
	position: absolute;
	top: -9px;
	right: 7px;
	background: url(../images/clip_1.png);
}
.zg_con2{
	margin: 0 auto;
	background: url(../images/bg_1.jpg);
	padding: 60px 0;
}
.zg_con2.bg_white{
	background: #fff;
}
.question{
	width: 1200px;
	margin: 0 auto;
	font-size: 26px;
	color: #ab0101;
	position: relative;
}
.question div{
	width: 578px;
	border-top: 1px dashed #fd2c28;
	position: absolute;
	left: 50%;
	top: 17px;
	margin-left: -269px;
}
.question a{
	color: #ef2d36;
	font-size: 20px;
	border-radius: 5px;
	display: inline-block;
	padding: 9px 14px;
	position: absolute;
	right: 0;
	border: 2px solid #ef2d36;
}
.zg_con2 .text1{
	width: 1200px;
	margin: 38px auto;
	color: #333;
	font-size: 20px;
}
.zg_con2 .text1 span{
	color: #ab0101;
	font-size: 26px;
}
.zg_con2 h3{
	position: relative;
	width: 1200px;
	margin: 0 auto 10px;
	font-size: 34px;
	text-align: center;
}
.zg_con2 h3 span{
	padding-bottom: 2px;
	border-bottom: 3px solid #ef2d36;
}
.zg_con2 h3 a{
	color: #ef2d36;
    font-size: 20px;
    border-radius: 5px;
    display: inline-block;
    padding: 9px 14px;
    position: absolute;
    right: 0;
    border: 2px solid #ef2d36;
}
.zg_con2 .test_list{
	width: 1200px;
	margin: 0 auto 0;
	overflow: hidden;
}
.zg_con2 .test_list li{
	width: 290px;
	padding: 20px 40px;
	float: left;
	margin-top: 50px;
	text-align: center;
	background: #fff;
}
.zg_con2 .test_list li.bg_gray{
	background: #f2f2f2;
}
.zg_con2 .test_list li img{
	margin: -50px auto 0;
}
.zg_con2 .test_list li h4{
	font-size: 22px;
	text-align: center;
	line-height: 42px;
}
.zg_con2 .test_list li p{
	font-size: 18px;
	line-height: 30px;
	color: #666;
	text-align: left;
}
.zg_con2 .skills{
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 0 60px;
}
.zg_con2 .skills li{
	float: left;
}
.zg_con2 .skills a{
	display: inline-block;
	width: 204px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	color: #333;
}
.zg_con2 .arrow_down{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.zg_con2 .sheet{
	width: 1200px;
	margin: 20px auto 0;
	overflow: hidden;
}
.zg_con2 .sheet div{
	float: left;
}
.zg_con2 .sheet .sheet_l h4{
	font-size: 24px;
	line-height: 60px;
	text-align: center;
}
.zg_con2 .sheet .sheet_l table{
	font-size: 16px;
	border-collapse: collapse;
}
.zg_con2 .sheet .sheet_l thead{
	color: #fff;
	background: #ef2d36
}
.zg_con2 .sheet .sheet_l td{
	text-align: center;
	line-height: 49px;
	border: 1px solid #ef2d36;
}
.zg_con2 .sheet .sheet_l tbody td{
	border: 1px solid #ccc;
	background: #fff;
}
.zg_con2 .sheet .sheet_l{
	width: 700px;
}
.zg_con2 .sheet .sheet_r{
	width: 386px;
	margin-left: 76px;
}
.zg_con2 .sheet .sheet_r h4{
	font-size: 24px;
    line-height: 60px;
    text-align: center;
}
.zg_con2 .sheet .sheet_r a{
	display: inline-block;
	width: 100%;
	height: 62px;
	text-align: center;
	line-height: 62px;
	background: #fff;
	font-size: 22px;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
}
.zg_con2 .sheet .sheet_r a:hover{
	color: #fff;
	background: #fdb755;
	border: 2px solid #fdb755;
}
/*.zg_con2 .sheet .sheet_r a.act{
	color: #fff;
	background: #fdb755;
	border: 2px solid #fdb755;
}*/
.zg_con3{
	padding-top: 25px;
	background: url(../images/bg_1.jpg);
}
.zg_con3 ul{
	width: 1200px;
	margin: 0 auto;
}
.zg_con3 .list1{
	overflow: hidden;
	position: relative;
	padding: 20px 20px 20px 0;
	background: #fff;
}
.zg_con3 .list1 span, .zg_con3 .list1 p, .zg_con3 .list1 img{
	float: left;
}
.zg_con3 .list1 p{
	width: 910px;
	line-height: 32px;
	font-size: 18px;
}
.zg_con3 .list1 p.odd{
	width: 920px;
}
.zg_con3 .list1 img{
	margin-left: 20px;
}
.zg_con3 .list1 span{
	display: inline-block;
	font-size: 24px;
	color: #ab0101;
	font-weight: bold;
	/*position: absolute;
	top: 20px;
	left: 5px;*/
}
.zg_con3 .list1 span.odd{
	width: 30px;
}
.zg_con3 .list1 em{
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../images/trig_1.png);
	position: absolute;
	top: 0;
	right: 0;
}
.zg_con3 .list1.spec{
	padding: 30px 0 30px 20px;
}
.zg_con3 .list1.spec img{
	margin: 0 20px 0 0 ;
}
.zg_con3 .skills{
	width: 880px;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0;
}
.zg_con3 .skills li{
	float: left;
}
.zg_con3 .skills a{
	display: inline-block;
	width: 204px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 20px;
	border: 2px solid #e1e1e1;
	border-radius: 5px;
	color: #333;
}
.zg_con3 .test_tools{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.zg_con3 .test_tools span{
	display: inline-block;
    font-size: 28px;
    font-weight: bold;
    padding: 14px 20px;
    position: relative;
}
.zg_con3 .test_tools i{
	font-style: normal;
    color: #ab0101;
}
.zg_con3 .test_tools em{
    position: absolute;
    display: inline-block;
    width: 179px;
    height: 18px;
    top: 50%;
    margin-top: -6px;
    background: url(../images/dec_1.png) no-repeat;
}
.zg_con3 .test_tools em.wing_l{
	left: -200px;
}
.zg_con3 .test_tools em.wing_r{
	right: -200px;
}
.zg_con3 .tools_list{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0 30px 0;
}
.zg_con3 .tools_list li{
	width: 150px;
	float: left;
	font-size: 20px;
	text-align: center;
}
.zg_con3 .tools_list li p{
	margin-top: 10px;
}
.zg_footer {
    background: #db0e16;
    height: 120px;
    text-align: center;
    padding-top: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    font-family: '宋体';
}
.zg_footer p a {color: #fff;}




@media only all and (max-width:1080px) {
    .onlymob {
        display: block;
    }

    html {
		width: 100% !important;
        font-size: 20px;
    }

    body {
        width: 100%;
        font-size: .7rem;
        line-height: 1.2rem;
    }

    html, body {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .Width {
        width: 17.5rem;
    }
    .container{
        width: 98%;
    }


	.tab_box{
		display: block;
		margin: .5rem auto;
		width: 98%;
	}
	.tab_text{
		border-bottom: 1px solid #a9a7a8;
		border-right: 0;
		width: 100%;
		padding: .4rem 0;
	}
	.tab_text h5{
		line-height: 1rem;
		font-size: .8rem;
	}
	.tab_link{
		width: 100%;
		padding: .4rem;
	}
	.tab_link a{
		padding: 0;
		text-align: center;
		display: block;
		width: 20%;
		line-height: 1.1rem;
		font-size: .7rem;
	}
	.mar_r8{
		margin-right: 0;
		margin-top: .3rem;
	}
	.mar_r11{
		margin-right: 0;
	}
	.mar_r44{
		margin-right: 0;
	}
	.mar_t18{
		margin-top: .3rem;
	}
	.mar_t184{
		margin-top: .3rem;
	}
	.mar_t181{
		margin-top: .3rem;
	}
	.mar_t182{
		margin-top: .3rem;
	}
	.mar_tb{
		margin: .5rem auto!important;
	}
	
	.zg_header {
		padding-top: 0;
		height: 1.5rem;
	}
	.layout {
		width: 98%;
		margin: 0 auto;
	}
	.zg_logo {
		width: 3rem;
	}
	.zg_header p{
		font-size: .7rem;
		line-height: 1.5rem;
	}
	.zg_header p img{
		height: .8rem;
		display: inline-block;
		vertical-align: middle;
	}
	
	/*nav*/
	.zg_nav {
		display: none;
	}
	.zg_banner{
		background-size: auto 100%;
		height: 8rem;
	}
	.zg_banner .zg_img_box{
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}
	.zg_banner .zg_img_box img{
		display: block;
	}
	.zg_banner .zg_banner_text{
		line-height: 2.2rem;
		width: 100%;
		position: relative;
		left: auto;
		top: auto;
		font-size: .75rem;
		margin-left: 0;
	}
	.zg_introduce{
		background: #f2f2f2;
	}
	.zg_introduce p{
		padding: .5rem;
		box-sizing: border-box;
		width: 100%;
		line-height: 1rem;
		text-align: justify;
		font-size: .7rem;
		color: #333333;
	}
	.zg_introduce p span{
		color: #db0e16;
	}
	.zg_tab{
		background: #db0e16;
	}
	.zg_tab ul{
		width: 100%;
		margin: 0 auto;
		padding: 20px 0;
		/*overflow: hidden;*/
		height: 198px;
		font-size: 20px;
	}
	.zg_tab ul li{
		float: left;
		width: 138px;
		height: 46px;
		color: #fff;
		line-height: 46px;
		text-align: center;
		border-radius: 5px;
		margin-top: 9px;
		margin-bottom: 9px;
		cursor: pointer;
		position: relative;
		border: 1px solid #ed878b;
	}
	.zg_tab ul li:hover{
		color: #db0e16;
		background: #fff600;
		border: 1px solid #fff600;
	}
	.zg_tab .choose_text{
		color: #fff;
	}
	.zg_tab .choose_text.act{
		color: #db0e16;
	}
	.zg_tab ul li.act{
		color: #db0e16;
		background: #fff600;
		border: 1px solid #fff600;
	}
	.zg_tab ul li.act .choose_text{
		color: #db0e16;
	}
	.zg_tab ul li .dfgwy{
		width: 416px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: -175px;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .dfgwy p{
		float: left;
		width: 420px;
	}
	.zg_tab ul li .dfgwy .duan{
		width: 325px!important;
	}
	.zg_tab ul li .dfgwy span{
		padding-right: 10px;
		border-right: 2px solid #d5d5d5;
	}
	.zg_tab ul li .dfgwy a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .dfgwy .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 235px;
	}
	.zg_tab ul li .dfgwy .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_tab ul li .jsks{
		width: 253px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: -105px;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .jsks a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .jsks .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 164px;
	}
	.zg_tab ul li .jsks .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_tab ul li .kj{
		width: 432px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: -182px;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .kj a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .kj .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 235px;
	}
	.zg_tab ul li .kj .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_tab ul li .yxks{
		width: 590px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: -182px;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .yxks a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .yxks .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 235px;
	}
	.zg_tab ul li .yxks .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_tab ul li .gqzp{
		width: 590px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: -182px;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .gqzp a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .gqzp .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 235px;
	}
	.zg_tab ul li .gqzp .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_tab ul li .ylzp{
		width: 286px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: 0;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .ylzp a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .ylzp .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 55px;
	}
	.zg_tab ul li .ylzp .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_tab ul li .yhzp{
		width: 590px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: -175px;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .yhzp a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .yhzp .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 235px;
	}
	.zg_tab ul li .yhzp .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_tab ul li .jrks{
		width: 453px;
		background: #fff;
		border: 1px solid #fd2c28;
		padding: 30px 20px;
		position: absolute;
		z-index: 10;
		left: -175px;
		top: 46px;
		color: #333;
		font-size: 16px;
		/*overflow: hidden;*/
		line-height: 26px;
		text-align: left;
		display: none;
	}
	.zg_tab ul li .jrks a{
		display: inline-block;
		padding: 0 10px;
	}
	.zg_tab ul li .jrks .arrow_up{
		display: inline-block;
		width: 27px;
		height: 8px;
		background: url(../images/arrow_up_1.png);
		position: absolute;
		top: -8px;
		left: 235px;
	}
	.zg_tab ul li .jrks .close{
		display: inline-block;
		width: 33px;
		height: 33px;
		background: url(../images/close_1.png);
		position: absolute;
		top: -16px;
		right: -16px;
	}
	.zg_title{
		width: 100%;
		text-align: center;
		margin: .5rem auto;
	}
	.zg_title span{
		font-size: 1rem;
		padding: .3rem;
		border-bottom: .2rem solid #ab0101;
	}
	.zg_title span i{
		font-style: normal;
		color: #ab0101;
	}
	.zg_title span em{
		position: absolute;
		display: inline-block;
		width: 361px;
		height: 13px;
		top: 50%;
		margin-top: -6px;
	}
	.zg_title span em.refer_l{
		left: -365px;
		/*background: url(../images/refer_l_1.png) no-repeat;*/
	}
	.zg_title span em.refer_r{
		right: -365px;
		<!--background: url(../images/refer_r_1.png) no-repeat;-->
	}
	.zg_con1{
		width: 98%;
		height: auto;
		/*overflow: hidden;*/
		margin: 0 auto .5rem;
	}
	.zg_con1 div{
		float: none;
	}
	.zg_con1 .con1_l{
		width: 100%;
		padding: .4rem;
		margin-right: 0;
		margin-bottom: .5rem;
		box-sizing: border-box;
	}
	.zg_con1 .con1_l h3{
		color: #fff600;
		font-size: .8rem;
		line-height: 1.2rem;
	}
	.zg_con1 .con1_l h4{
		font-size: .8rem;
		line-height: 1.2rem;
		border-bottom: 2px dashed #ee878d;
	}
	.zg_con1 .con1_l p{
		margin-top: .2rem;
		font-size: .7rem;
		line-height: 1rem;
	}
	.zg_con1 .con1_l a{
		color: #e7535c;
		font-size: .8rem;
		margin-top: .5rem;
		border-radius: .2rem;
		display: inline-block;
		padding: .4rem;
		background: #fff;
	}
	.zg_con1 .con1_r{
		width: 100%;
		box-sizing: border-box;
		padding: .4rem;
		position: relative;
		border: 1px dashed #fd2c28;
		background: url(../images/tip_bg_1.jpg);
	}
	.zg_con1 .con1_r p{
		color: #333;
		font-size: .7rem;
		line-height: 1rem;
		text-indent: 2em;
	}
	.zg_con1 .con1_r p span{
		color: #ab0101;
	}
	.zg_con1 .con1_r i{
		position: absolute;
		display: inline-block;
		width: 32px;
		height: 34px;
		position: absolute;
	}
	.zg_con1 .con1_r i.wing_l{
		top: -1px;
		left: -1px;
		border-top: 2px solid #333;
		border-left: 2px solid #333;
	}
	.zg_con1 .con1_r i.wing_r{
		bottom: -1px;
		right: -1px;
		border-bottom: 2px solid #333;
		border-right: 2px solid #333;
	}
	.zg_con1 .con1_r em{
		display: inline-block;
		width: 39px;
		height: 35px;
		position: absolute;
		top: -9px;
		right: 7px;
		background: url(../images/clip_1.png);
	}
	.zg_con2{
		margin: 0 auto;
		background: url(../images/bg_1.jpg);
		padding: .5rem 0;
	}
	.zg_con2.bg_white{
		background: #fff;
	}
	.question{
		width: 100%;
		margin: 0 auto;
		font-size: .8rem;
		color: #ab0101;
		position: relative;
	}
	.question div{
		display: none;
	}
	.question a{
		color: #ef2d36;
		font-size: .7rem;
		border-radius: .1rem;
		display: inline-block;
		padding: .2rem .3rem;
		position: absolute;
		right: 0;
		border: 2px solid #ef2d36;
	}
	.zg_con2 .text1{
		width: 100%;
		margin: .5rem auto;
		color: #333;
		font-size: .7rem;
	}
	.zg_con2 .text1 span{
		color: #ab0101;
		font-size: .75rem;
	}
	.zg_con2 h3{
		position: relative;
		width: 100%;
		margin: 0 auto .5rem;
		font-size: 1rem;
		text-align: center;
	}
	.zg_con2 h3 span{
		padding-bottom: 2px;
		border-bottom: 3px solid #ef2d36;
	}
	.zg_con2 h3 a{
		color: #ef2d36;
		font-size: .8rem;
		border-radius: .2rem;
		width: 6rem;
		display: block;
		padding: .3rem .5rem;
		position: relative;
		margin: 1rem auto .5rem;
		right: auto;
		border: 2px solid #ef2d36;
	}
	.zg_con2 .test_list{
		width: 100%;
		margin: 0 auto 0;
		overflow: hidden;
	}
	.zg_con2 .test_list li{
		width: 100%;
		box-sizing: border-box;
		padding: .5rem 1rem 1rem;
		float: none;
		margin-top: 1.4rem;
		text-align: center;
		background: #fff;
	}
	.zg_con2 .test_list li.bg_gray{
		background: #f2f2f2;
	}
	.zg_con2 .test_list li img{
		margin: -1rem auto 0;
		width: 2rem;
	}
	.zg_con2 .test_list li h4{
		font-size: .8rem;
		text-align: center;
		line-height: 1.4rem;
	}
	.zg_con2 .test_list li p{
		font-size: .7rem;
		line-height: 1rem;
		color: #666;
		text-align: left;
	}
	.zg_con2 .skills{
		width: 98%;
		margin: .5rem auto;
		overflow: hidden;
		text-align: center;
		box-sizing: border-box;
		padding: 0;
	}
	.zg_con2 .skills li{
		float: left;
		width: 32.3%;
		margin: .1rem .5%;
	}
	.zg_con2 .skills li:nth-child(4){
		margin-left: 17%;
	}
	.zg_con2 .skills a{
		display: block;
		width: 100%;
		height: 1.6rem;
		line-height: 1.6rem;
		text-align: center;
		font-size: .6rem;
		box-sizing: border-box;
		border: 2px solid #e1e1e1;
		border-radius: .2rem;
		color: #333;
	}
	.zg_con2 .arrow_down{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.zg_con2 .arrow_down img{
		height: 2rem;
	}
	.zg_con2 .sheet{
		width: 100%;
		margin: .5rem auto 0;
		overflow: hidden;
	}
	.zg_con2 .sheet div{
		float: left;
	}
	.zg_con2 .sheet .sheet_l h4{
		font-size: .8rem;
		line-height: 1.5rem;
		text-align: center;
	}
	.zg_con2 .sheet .sheet_l h4 img,
	.zg_con2 .sheet .sheet_r h4 img{
		height: 1rem;
		display: inline-block;
		vertical-align: middle;
	}
	.zg_con2 .sheet .sheet_l table{
		font-size: .6rem;
		border-collapse: collapse;
	}
	.zg_con2 .sheet .sheet_l thead{
		color: #fff;
		background: #ef2d36
	}
	.zg_con2 .sheet .sheet_l td{
		text-align: center;
		line-height: 1rem;
		box-sizing: border-box;
		padding: .2rem .1rem;
		border: 1px solid #ef2d36;
	}
	.zg_con2 .sheet .sheet_l tbody td{
		border: 1px solid #ccc;
		background: #fff;
	}
	.zg_con2 .sheet .sheet_l{
		width: 100%;
	}
	.zg_con2 .sheet .sheet_r{
		width: 100%;
		margin-left: 0;
		margin-top: .5rem;
	}
	.zg_con2 .sheet .sheet_r h4{
		font-size: .8rem;
		line-height: 1.5rem;
		text-align: center;
	}
	.zg_con2 .sheet .sheet_r a{
		display: block;
		width: 100%;
		height: 2rem;
		text-align: center;
		font-size: 1rem;
		line-height: 2rem;
		background: #fff;
		box-sizing: border-box;
		font-size: 1rem;
		border: 2px solid #e1e1e1;
		border-radius: .2rem;
	}
	.zg_con2 .sheet .sheet_r a:hover{
		color: #fff;
		background: #fdb755;
		border: 2px solid #fdb755;
	}
	/*.zg_con2 .sheet .sheet_r a.act{
		color: #fff;
		background: #fdb755;
		border: 2px solid #fdb755;
	}*/
	.zg_con3{
		padding-top: .5rem;
		background: url(../images/bg_1.jpg);
	}
	.zg_con3 ul{
		width: 100%;
		margin: 0 auto;
	}
	.zg_con3 .list1{
		overflow: hidden;
		position: relative;
		box-sizing: border-box;
		padding: .5rem;
		background: #fff;
	}
	.zg_con3 .list1 span, .zg_con3 .list1 p, .zg_con3 .list1 img{
		float: left;
	}
	.zg_con3 .list1 p{
		width: 100%;
		line-height: 1rem;
		font-size: .7rem;
	}
	.zg_con3 .list1 p.odd{
		width: 100%;
	}
	.zg_con3 .list1 img{
		display: block;
		margin: .3rem auto;
		width: 100%;
	}
	.zg_con3 .list1 span{
		display: inline-block;
		font-size: .8rem;
		color: #ab0101;
		font-weight: bold;
		/*position: absolute;
		top: 20px;
		left: 5px;*/
	}
	.zg_con3 .list1 span.odd{
		width: .8rem;
	}
	.zg_con3 .list1 em{
		display: none;
	}
	.zg_con3 .list1.spec{
		padding: .5rem;
		box-sizing: border-box;
	}
	.zg_con3 .list1.spec img{
		display: block;
		margin: .3rem auto;
		width: 100%;
	}
	.zg_con3 .skills{
		width: 100%;
		overflow: hidden;
		text-align: center;
		box-sizing: border-box;
		padding: .5rem 0;
	}
	.zg_con3 .skills li{
		float: left;
		width: 24%;
		margin: 0 .5%;
	}
	.zg_con3 .skills a{
		display: block;
		width: 100%;
		height: 1.7rem;
		line-height: 1.7rem;
		text-align: center;
		font-size: .8rem;
		box-sizing: border-box;
		border: 2px solid #e1e1e1;
		border-radius: .2rem;
		color: #333;
	}
	.zg_con3 .test_tools{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.zg_con3 .test_tools span{
		display: inline-block;
		font-size: .8rem;
		font-weight: bold;
		padding: .3rem .5rem;
		position: relative;
	}
	.zg_con3 .test_tools i{
		font-style: normal;
		color: #ab0101;
	}
	.zg_con3 .test_tools em{
		position: absolute;
		display: inline-block;
		width: 3rem;
		height: .4rem;
		top: 50%;
		margin-top: -.2rem;
		background: url(../images/dec_1.png) no-repeat;
	}
	.zg_con3 .test_tools em.wing_l{
		left: -4rem;
	}
	.zg_con3 .test_tools em.wing_r{
		right: -4rem;
	}
	.zg_con3 .tools_list{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding: .5rem 0;
	}
	.zg_con3 .tools_list li{
		width: 24%;
		margin: .2rem .5%;
		float: left;
		font-size: .7rem;
		text-align: center;
	}
	.zg_con3 .tools_list li a{
		display: block;
		margin: 0 auto;
		width: 80%;
	}
	.zg_con3 .tools_list li p{
		margin-top: .2rem;
	}
	.zg_footer {
        position: relative;
        height: 2.4rem;
        padding: 0;
        overflow: hidden;
    }

    .zg_footer:before {
		background: #db0e16;
        display: block;
        content: "华图教育集团版权所有";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 2.4rem;
        overflow: hidden;
        color: #fff;
        font-size: .7rem;
        line-height: 2.4rem;
        text-align: center;
    }

}