@charset "utf-8";

/*清除内边距*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
ul,
ol,
li,
pre,
fieldset,
lengend,
input,
textarea,
th,
td,
figure {
	border: none;
	padding: 0;

	margin: 0;

}

/*设置默认字体*/

body,
button,
select,
textarea {

	font: 15px/1.5 'Microsoft YaHei', 'WenQuanYi Micro Hei', Arial, sans-serif, \5b8b\4f53;
	/* 用 ascii 字符表示，使得在任何编码下都无问题 */
	border: none;
}

html {

	height: 100%;

}

html,
body {
	color: rgba(0, 0, 0, .8);
}

h1 {

	font-size: 52px;

}

h2 {

	font-size: 18px;

}

h3 {

	font-size: 17px;

}

h4 {

	font-size: 16px;

}

h5,
h6 {

	font-size: 14px;

}

address,
cite,
dfn,
em,
var {

	font-style: normal;

}

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */

small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */



/*重置列表元素*/

ul,
li {

	list-style: none;
	cursor: pointer;
}

/*重置文本格式元素*/

a {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	/* color:rgba(229,126,26,1); */
}

abbr[title],
acronym[title] {
	/* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */

	border-bottom: 1px dotted;

	cursor: help;
}

/*重置表单元素*/

legend {
	color: #000;
}

/* for ie6 */

fieldset,
img {
	border: none;
}

/* img 让链接里的 img 无边框 */

/* 注：optgroup 无法扶正 */

img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 0;

	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
}

button,
input,
select,
textarea {

	font-size: 100%;
	/* 使得表单元素在 ie 下能继承字体大小 */
	outline: none;
	border: 0;
	border-color: #2f6ad3;

}

/*重置表格元素*/

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/*重置hr元素*/

hr {

	border: none;

	height: 1px;

}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */

/* html { overflow-y: scroll; } */

/*规定html5样式*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
section,
summary {

	display: block;

}

audio,
canvas,
progress,
video {

	display: inline-block;

	vertical-align: baseline;

	*display: inline;

	*zoom: 1;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

/*苹果系统input去除*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 浮动 */
.left {
	float: left;
}

.right {
	float: right;
}

/*清理浮动*/

.clear:before,
.clear:after {

	content: "";

	display: table;

}

.clear:after {
	clear: both;
}

.clear {

	*zoom: 1;
	/*IE/7/6*/

}

/*动画*/

p:hover {
	transition: all 0.3s ease 0s;
}

/* a:hover{ opacity:0.8;transition: all 0.3s ease 0s;} */


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.btn {
	display: block;
	width: 270px;
	height: 54px;
	color: #000000;
	margin: 60px auto;
	border-radius: 5px;
	text-align: center;
	background: #ffd200;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn p:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.btn p:nth-child(2) {
	font-size: 12px;
}

.btn:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0068b7;
}

.btn:hover,
.btn:active {
	color: #ffffff;
	background: #0068b7;
}

.btn:hover:after,
.btn:active:after {
	width: 100%;
}

.box {
	overflow: hidden;
}

.tupian {
	line-height: 0;
}

.container_img {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	line-height: 0;
}

.font_w {
	font-weight: 600;
}

body {
	/**max-width: 750px;**/
	margin: 0 auto;
}

@media (max-width:750px) {
	.margin_t0 {
		margin-top: 0rem !important;
	}

	.margin_t10 {
		margin-top: .1rem !important;
	}

	.margin_t20 {
		margin-top: .2rem !important;
	}

	.margin_t30 {
		margin-top: .3rem !important;
	}

	.margin_l10 {
		margin-left: .1rem !important;
	}

	.margin_b30 {
		margin-bottom: .3rem !important;
	}

	.margin_t50 {
		margin-top: .5rem !important;
	}

	.margin_t80 {
		margin-top: .8rem !important;
	}

	.margin_b10 {
		margin-bottom: .1rem !important;
	}

	.margin_b20 {
		margin-bottom: .2rem !important;
	}

	.margin_b50 {
		margin-bottom: .5rem !important;
	}

	.margin_b200 {
		margin-bottom: 2rem !important;
	}

	.padding_t50 {
		padding-top: .5rem !important;
	}

	.container_box {
		width: 7.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.container {
		width: 7rem;
		margin: 0 auto;
	}

	/*header*/
	.header_box {
		width: 7.5rem;
		height: 2rem;
		background: #e73737;
		overflow: hidden;
	}

	.header {
		width: 7rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.header_l {
		display: none;
	}

	.wheader_l {
		width: 4.54rem;
		float: left;
		margin-top: .1rem;
		margin-right: 1.08rem;
		overflow: hidden;
	}

	.wheader_dh {
		width: 4.54rem;
		margin-top: .2rem;
		overflow: hidden;
	}

	.wheader_dhl {
		width: 2.2rem;
		font-size: .24rem;
		line-height: .36rem;
		color: #fff;
		float: left;
		overflow: hidden;
	}

	.wheader_dhr {
		width: 2.2rem;
		height: .36rem;
		font-size: .24rem;
		line-height: .36rem;
		text-align: center;
		float: left;
		border-radius: .2rem;
		background: #fff45c;
		overflow: hidden;
	}

	.header_c {
		width: 0px;
		float: left;
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
	}

	.header_r {
		width: 1.38rem;
		float: left;
		margin-top: .3rem;
		overflow: hidden;
	}

	/*banner*/
	.banner1 {
		display: none;
	}

	.wbanner1 {
		width: 7.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	/*gugaili*/
	.gugaili {
		width: 7rem;
		margin: .5rem auto 0 auto;
		overflow: hidden;
	}

	.gugaili_l {
		width: 0px;
		height: 0;
		text-align: right;
		margin-top: 0rem;
		overflow: hidden;
	}

	.gugaili_l img {
		width: 131px;
		height: 40px;
	}

	.gugaili_c {
		width: 7rem;
		overflow: hidden;
	}

	.gugaili_c h1 {
		font-size: .48rem;
		color: #30323d;
		text-align: center;
		font-weight: bold;
	}

	.gugaili_c p {
		font-size: .24rem;
		color: #282828;
		text-align: center;
	}

	.gugaili_r {
		width: 0rem;
		height: 0;
		text-align: left;
		margin-top: 0rem;
		overflow: hidden;
	}

	.gugaili_r img {
		width: 131px;
		height: 40px;
	}

	.gugaili_nr {
		width: 7rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.gugaili_nr_l {
		display: none;
	}

	.gugaili_nr_r {
		width: 7rem;
		overflow: hidden;
	}

	.gugaili_tx {
		width: 7rem;
		margin-top: 0;
		overflow: hidden;
	}

	.gugaili_tx ul li {
		background: #fff45c;
		height: 1rem;
		margin-top: .3rem;
		position: relative;
		overflow: hidden;
	}

	.gugaili_wz {
		font-size: .3rem;
		line-height: .5rem;
		margin-left: .8rem;
	}

	.gugaili_shuz {
		width: .65rem;
		height: .65rem;
		position: absolute;
		bottom: .15rem;
		left: .1rem;
	}

	.gugai_he {
		display: none;
	}

	.gugai_he i {
		font-size: .4rem;
		font-weight: bold;
		color: #ff0000;
	}

	.wgugai_he {
		width: 7rem;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.wgugai_he_l {
		width: 3rem;
		margin-right: .2rem;
		float: left;
	}

	.wgugai_he_r {
		width: 3.8rem;
		font-size: .24rem;
		margin-top: .2rem;
		float: left;
	}

	.wgugai_he_r i {
		font-size: .4rem;
		font-weight: bold;
		color: #ff0000;
	}

	/*chengzhang*/
	.czjl {
		width: 7.5rem;
		margin: .5rem auto 0 auto;
		overflow: hidden;
	}

	.czjl_l {
		width: 0;
		height: 0;
		text-align: right;
		margin-top: 0;
		overflow: hidden;
	}

	.czjl_l img {
		width: 131px;
		height: 40px;
	}

	.czjl_c {
		width: 7rem;
		overflow: hidden;
	}

	.czjl_c h1 {
		font-size: .48rem;
		color: #30323d;
		text-align: center;
		font-weight: bold;
	}

	.czjl_c h1 span {
		color: #ff0000;
		font-weight: bold;
	}

	.czjl_c p {
		font-size: .24rem;
		color: #282828;
		text-align: center;
	}

	.czjl_r {
		width: 0;
		height: 0;
		text-align: left;
		float: left;
		margin-top: 0;
		overflow: hidden;
	}

	.czjl_r img {
		width: 131px;
		height: 40px;
	}

	.czjl_box {
		width: 7.5rem;
		background-image: url(../images/w_14.jpg);
		background-repeat: repeat-x;
		background: #d9e6fe;
		background-image: -webkit-gradient(linear, left bottom, right top, color-stop(1, #e5f1f3), color-stop(0.5, #fff));
		/* chrome 10+, safari 5.1+ */
		background-image: -webkit-linear-gradient(0deg, #e5f1f3, #fff);
		/* firefox; multiple color stops */
		background-image: -moz-linear-gradient(0deg, #e5f1f3, #fff);
		/* ie10 */
		background-image: -ms-linear-gradient(0deg, #e5f1f3 0%, #fff 100%);
		/* opera 11.1 */
		background-image: -o-linear-gradient(0deg, #e5f1f3, #fff);
		/* 标准写法 */
		background-image: linear-gradient(0deg, #e5f1f3, #fff);
		overflow: hidden;
	}

	.banner {
		width: 7rem;
		border-radius: .1rem;
		box-sizing: border-box;
		box-shadow: 0px 0px .07rem 0px rgba(0, 0, 0, 0.09);
		margin: .50rem auto 0 auto;
		background: #fff;
		padding-bottom: .80rem;
		overflow: hidden;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}

	.banner img {
		width: 100%;
	}

	.banner .slick-dots {
		z-index: 3333;
	}

	.banner .slick-dots li {
		margin: 0 8px;
	}

	.banner .slick-dots li button {
		width: 10px;
		height: 10px;
		padding: 0;
	}

	.banner .slick-dots li.slick-active button {
		background-color: #F85811;
	}

	.banner .slick-dots li.slick-active button::after {
		content: "";
		position: absolute;
		left: -5px;
		top: -5px;
		width: 18px;
		height: 18px;
		border: 1px solid #F85811;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}

	#banner .slick-slide {
		float: none;
		position: relative;
	}

	#banner .slick-track .slick-slide {
		float: left;
	}

	#banner .slick-slide img {
		width: 100%;
		transform: scale(1.1, 1.1);
		transition: transform 3s;
		-webkit-transition: transform 3s;
		-moz-transition: transform 3s;
		-ms-transition: transform 3s;
		-o-transition: transform 3s;
	}

	#banner .slick-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	#banner .slick-slide.scale-pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
	}

	/*slick.css*/
	.slick-slider {
		position: relative;
		z-index: 2;
	}

	.slick-list {
		position: relative;
		overflow: hidden;
	}

	.slick-list:focus {
		outline: 0;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

	.slick-track {
		position: relative;
	}

	.slick-track:before,
	.slick-track:after {
		content: "";
		display: table;
	}

	.slick-track:after {
		clear: both;
	}

	.slick-loading .slick-track {
		visibility: hidden;
	}

	.slick-slide {
		float: left;
		height: 100%;
		min-height: 1px;
		display: none;
		position: relative;
		z-index: 1;
	}

	.slick-slide:focus {
		outline: 0;
	}

	.slick-slide img {
		display: block;
	}

	.slick-slide.slick-active {
		z-index: 2;
	}

	.slick-slide.slick-loading img {
		display: none;
	}

	.slick-slide.dragging img {
		pointer-events: none;
	}

	.slick-initialized .slick-slide {
		display: block;
	}

	.slick-loading .slick-slide {
		visibility: hidden;
	}

	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}

	.slick-prev,
	.slick-next {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 0;
		font-size: 0;
		cursor: pointer;
		position: absolute;
		top: 50%;
		margin-top: 0px;
		z-index: 6;
	}

	.slick-prev:focus,
	.slick-next:focus {
		outline: 0;
	}

	.slick-prev {
		left: -25px;
	}

	.slick-next {
		right: -25px;
	}

	.slick-dots {
		width: 100%;
		font-size: 0;
		text-align: center;
		position: absolute;
		bottom: -.50rem;
		z-index: 4;
	}

	.slick-dots li {
		position: relative;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 5px;
	}

	.slick-dots li button {
		display: block;
		width: 14px;
		height: 14px;
		line-height: 0;
		font-size: 0;
		background: #ff0000;
		border-radius: 50%;
		overflow: hidden;
		cursor: pointer;
	}

	.slick-dots li.slick-active button {
		background: #ff9800;
	}

	.czjl_nav {
		width: 7rem;
		margin-top: .5rem;
		overflow: hidden;
	}

	.czjl_nr {
		width: 6rem;
		margin: 0 auto;
	}

	.czjl_nr_bt {
		width: 1rem;
		height: .3rem;
		font-size: .2rem;
		font-weight: bold;
		color: #fff;
		background: #e73737;
		text-align: center;
		line-height: .3rem;
		overflow: hidden;
	}

	.czjl_nr_bt1 {
		width: 1rem;
		height: .3rem;
		font-size: .2rem;
		font-weight: bold;
		color: #fff;
		background: #e73737;
		text-align: center;
		line-height: .3rem;
		margin-top: .3rem;
		overflow: hidden;
	}

	.czjl_nr_xq {
		font-size: .22rem;
		color: #343332;
		line-height: .3rem;
		margin-top: .1rem;
	}

	.czjl_tp {
		width: 6rem;
		margin: .3rem auto 0 auto;
	}

	.czjl_fwpt {
		width: 100%;
		font-size: .28rem;
		color: #343332;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		background-image: url(../images/w_17.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 2.92rem;
		overflow: hidden;
	}

	.czjl_fwpt_nr {
		width: 7rem;
		font-size: .28rem;
		color: #343332;
		margin: .4rem auto 0 auto;
	}

	.czjl_fwpt_nr b {
		color: #ff0000;
	}

	/*学习经历*/
	.xxjl_box {
		width: 7.5rem;
		margin: 0 auto;
		background-image: url(../images/w2_14.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 10.09rem;
		overflow: hidden;
	}

	.xxjl {
		width: 7rem;
		margin-top: .2rem;
		overflow: hidden;
	}

	.xxjl ul li {
		width: 2.24rem;
		height: 2.42rem;
		font-size: .2rem;
		color: #fff;
		margin-top: .2rem;
		margin-right: .14rem;
		float: left;
		background-image: url(../images/wh1.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;

	}

	.xxjl_wz {
		padding: .2rem;
	}

	.xxjl ul li:nth-child(3n) {
		margin-right: 0;
	}

	.xxjl ul li:hover {
		color: #000000;
		background-image: url(../images/wh_1.jpg);
		transition: all 1.5s ease 0s;
	}

	.xxjl ul li:nth-child(2) {
		background-image: url(../images/wh2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(2):hover {
		background-image: url(../images/wh_2.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(3) {
		background-image: url(../images/wh3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(3):hover {
		background-image: url(../images/wh_3.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(4) {
		background-image: url(../images/wh4.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(4):hover {
		background-image: url(../images/wh_4.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(5) {
		background-image: url(../images/wh5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(5):hover {
		background-image: url(../images/wh_5.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(6) {
		background-image: url(../images/wh6.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(6):hover {
		background-image: url(../images/wh_6.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(7) {
		background-image: url(../images/wh7.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(7):hover {
		background-image: url(../images/wh_7.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(8) {
		background-image: url(../images/wh8.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(8):hover {
		background-image: url(../images/wh_8.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(9) {
		background-image: url(../images/wh9.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.xxjl ul li:nth-child(9):hover {
		background-image: url(../images/wh_9.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.czjl_x {
		width: 7.5rem;
		margin: .5rem auto 0 auto;
		overflow: hidden;
	}

	.czjl_x_l {
		width: 0;
		height: 0;
		text-align: right;
		margin-top: 0;
		overflow: hidden;
	}

	.czjl_x_l img {
		width: 131px;
		height: 40px;
	}

	.czjl_x_c {
		width: 7rem;
		overflow: hidden;
	}

	.czjl_x_c h1 {
		font-size: .48rem;
		color: #fff;
		text-align: center;
		font-weight: bold;
	}

	.czjl_x_c h1 span {
		color: #ff0000;
		font-weight: bold;
	}

	.czjl_x_c p {
		font-size: .24rem;
		color: #282828;
		text-align: center;
	}

	.czjl_x_r {
		width: 0;
		height: 0;
		text-align: left;
		float: left;
		margin-top: 0;
		overflow: hidden;
	}

	.czjl_x_r img {
		width: 131px;
		height: 40px;
	}

	/*zhuyaochengjiu*/
	.zych_box {
		width: 7.5rem;
		height: 19.28rem;
		background-image: url(../images/w_15.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.zych {
		width: 7rem;
		margin: .4rem auto 0 auto;
		background: #fff;
		overflow: hidden;
	}

	.zych_xw {
		width: 7rem;
		margin-top: .2rem;
		overflow: hidden;
	}

	.zych_xw_l {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-right: 0;
	}

	.zych_xw_r {
		width: 6.5rem;
		float: left;
		margin-right: .25rem;
	}

	.zych_xw_nav {
		width: 6.5rem;
		margin-top: .1rem;
		overflow: hidden;
	}

	.zych_xw_nav_l {
		width: .2rem;
		float: left;
		line-height: 0;
		margin-top: .08rem;
		margin-left: .2rem;
		margin-right: .2rem;
	}

	.zych_xw_nav_l img {
		width: .2rem;
		height: .2rem;
	}

	.zych_xw_nav_r {
		width: 5.9rem;
		font-size: .22rem;
		color: #282828;
		font-weight: bold;
		float: left;
	}

	.zych_hxw {
		width: 6.5rem;
		margin: .4rem auto 0 auto;
		overflow: hidden;
	}

	.zych_hxw_nav {
		width: 6.5rem;
		padding-bottom: .6rem;
		overflow: hidden;
	}

	.zych_hxw_nav ul li {
		width: 3.1rem;
		margin-right: .3rem;
		float: left;
	}

	.zych_hxw_nav ul li:nth-child(2n) {
		margin-right: 0px;
	}

	.zych_hxw_nav ul li p {
		font-size: .22rem;
		text-align: center;
		line-height: .4rem;
	}

	.swiper-pagination-bullet-active {
		opacity: 1;
		background: #ff0000;
	}

	.zych_hxw_tp {
		display: none;
	}

	.wzych_hxw_tp {
		width: 7rem;
		overflow: hidden;
	}

	/*zhujiangkecheng*/
	.kecheng_box {
		width: 7rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.kecheng_box_l {
		width: 7rem;
		margin-top: .1rem;
		overflow: hidden;
	}

	.kecheng_box_l ul li {
		width: 6.8rem;
		height: .6rem;
		font-size: .22rem;
		color: #282828;
		line-height: .6rem;
		text-indent: .2rem;
		margin: .14rem auto 0 auto;
		border-radius: .1rem;
		border: 1px #e9e9e9 solid;
		box-shadow: 0px 0px .1rem 0px rgba(0, 0, 0, 0.2);
		display: block;
	}

	.kecheng_box_l ul li:hover {
		color: #cd3a39;
		background: #fff25c;
	}

	.kecheng_box_c {
		width: 0;
		height: 0;
		margin-left: 0;
		margin-right: 0;
		overflow: hidden;
	}

	.kecheng_box_r {
		width: 7rem;
		margin-top: .2rem;
		overflow: hidden;
	}

	.kecheng_box_r ul li {
		width: 7rem;
		margin-top: .2rem;
		margin-bottom: 0;
		overflow: hidden;
	}

	.kecheng_di {
		width: 7.5rem;
		height: 2.42rem;
		background-image: url(../images/w_20.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	/*zhuyaofuwu*/
	.fuwu_box {
		width: 7.5rem;
		height: 9.5rem;
		margin-top: -1px;
		background-image: url(../images/w_21.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.fuwu {
		width: 7rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.fuwu_nav {
		width: 6.87rem;
		height: 4.45rem;
		margin: .4rem auto 3rem auto;
		position: relative;
		background-image: url(../images/w_23.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
	}

	.fuwu_nr {
		width: 4.5rem;
		padding-top: .6rem;
		margin-right: 2rem;
		margin-left: .37rem;
		overflow: hidden;
	}

	.fuwu_nr ul li {
		width: 4.5rem;
		height: .5rem;
		background: #fff;
		border-radius: .25rem;
		margin-top: .1rem;
		overflow: hidden;
	}

	.fuwu_nrxx {
		width: 4.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.fuwu_nrxx_l {
		width: .2rem;
		float: left;
		margin-top: .15rem;
		margin-left: .1rem;
		margin-right: .1rem;
	}

	.fuwu_nrxx_r {
		width: 4.1rem;
		font-size: .22rem;
		line-height: .5rem;
		color: #282828;
		font-weight: bold;
		float: left;
	}

	.fuwu_img {
		width: 3.8rem;
		height: 3.37rem;
		border-radius: .1rem;
		border: .1rem #fff solid;
		box-sizing: border-box;
		position: absolute;
		bottom: -3rem;
		left: 1.5rem;
	}

	.hxys {
		display: none;
	}

	.whxys {
		width: 7.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	/*gerenzhuzuo*/
	.zhuzuo {
		width: 7.2rem;
		margin: .4rem auto 0 auto;
		overflow: hidden;
	}

	.zhuzuo ul li {
		width: 7rem;
		border-radius: .1rem;
		margin-top: .1rem;
		margin-left: .1rem;
		margin-bottom: .1rem;
		margin-right: .1rem;
		padding-bottom: .2rem;
		border: 1px #e9e9e9 solid;
		box-shadow: 0px 0px .1rem 0px rgba(0, 0, 0, 0.2);
		box-sizing: border-box;
		overflow: hidden;
	}

	.zz_shu {
		width: 3.5rem;
		text-align: center;
		float: left;
	}

	.zz_shu h1 {
		font-size: .3rem;
		color: #cd3a39;
		line-height: 1rem;
		font-weight: bold;
	}

	.zz_shu img {
		width: 2.4rem;
		height: 3.09rem;
	}

	.zz_wz {
		width: 3.3rem;
		float: left;
	}

	.zz_wzh {
		font-size: .24rem;
		padding-top: 1rem;
		line-height: .3rem;
		color: #282828;
		overflow: hidden;
	}

	.zz_wz p {
		font-size: .24rem;
		color: #282828;
		font-weight: bold;
		padding-top: .1rem;
		padding-bottom: .1rem;
		text-align: center;
	}

	/*jiejian*/
	.wjiejian {
		width: 7rem;
		margin: .3rem auto 0 auto;
		position: relative;
		padding-bottom: .6rem;
		overflow: hidden;
	}

	.jiejian ul li {
		width: 7rem;
		margin-top: .3rem;
	}

	video {
		width: 100%;
		height: auto;
	}

	.jiejian {
		display: none;
	}
	
	/*kehu*/
	.kehu {
		width:7.5rem;
		padding-top:0rem;
		background-image: url(../images/w_28.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		overflow: hidden;
	}
	
	.keh_sp {
		width: 7rem;
		margin: 0 auto;
		padding-bottom: .3rem;
		overflow: hidden;
	}
	.sp_jul{
		margin-top: 0rem;
	}
	
	/*选项卡*/
	.baojia_tab {
		width: 100%;
		margin-top:.1rem;
		overflow: hidden;
	}
	
	#baojiacon {
		width: 100%;
		overflow: hidden;
	}
	
	.ah-tab-wrapper {
		width: 100%;
		float: left;
	}
	
	.ah-tab {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu {
		opacity: 1;
	}
	
	.ah-tab-overflow-list {
		position: absolute;
		right: 0;
		text-align: left;
		border: 1px solid #e9e9e9;
		box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
		list-style: none;
		transition: opacity .3s;
		opacity: 0;
	
	}
	
	.ah-tab-overflow-list::after {
		content: " ";
		display: block;
		position: absolute;
		right: 14px;
		width: 0;
		height: 0;
		border-bottom-color: #fff;
	}
	
	.ah-tab-overflow-list::before {
		content: " ";
		display: block;
		position: absolute;
		right: 13px;
		width: 0;
		height: 0;
		border-bottom-color: #cdcdcd;
	}
	
	.ah-tab-item {
		width:2.1rem;
		float: left;
		color: #8b8b8b;
		background: #f70000;
		cursor: pointer;
		display: block;
		letter-spacing: normal;
		transition: all .3s;
		text-decoration: none;
		border-radius: .1rem;
		margin-top: .1rem;
		margin-left:.1rem;
		margin-right: .1rem;
	}
	
	.ah-tab>.ah-tab-item {
		text-align: center;
		font-size:.3rem;
		color: #0b0a06;
		font-weight: bold;
		padding: 10px 0;
		font-weight: bold;
		box-sizing: border-box;
	}
	
	.ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
		background: #eb5633;
		color: #fee9c3;
	
	}
	
	.ah-tab-overflow-menu {
		display: none;
	}
	
	.ah-tab-content-wrapper {
		width: 100%;
	}
	
	.ah-tab-content {
		display: none;
	}
	
	.ah-tab-content[data-ah-tab-active="true"] {
		display: block;
	
	}
	
	/*选项卡 end*/
	.zuosm_lm_bt {
		font-size:.24rem;
		line-height:.5rem;
		color: #fff;
		padding-top:.1rem;
		padding-bottom:.1rem;
		font-weight: bold;
		text-align: center;
	}
	
	.zuosm_lm_bt img {
		width:.5rem;
	}
	/*dibu*/
	.foot_box{
		width:7.5rem;
		background: #1d1d1d;
		overflow: hidden;
	}
	.footer{
		width:7rem;
		margin:.5rem auto;
		overflow: hidden;
	}
	.foot_bt{
		width:7rem;
		overflow: hidden;
	}
	.foot_bt_l{
		width: .1rem;
		height:.4rem;
		float: left;
		margin-right:.1rem;
		background: #cd3a39;
		border-radius:.16rem;
		overflow: hidden;
	}
	.foot_bt_r{
		width:6.8rem;
		font-size:.36rem;
		color: #fff;
		line-height:.4rem;
		float: left;
	}
	.foot_lx{
		width:7rem;
		background: #1d1d1d;
		margin-top:.2rem;
		overflow: hidden;
	}
	.foot_lx_li{
		width:7rem;
		font-size:.22rem ;
		line-height: .5rem;
		color: #ababab;
		text-indent: .2rem;
		margin-top: .2rem;
		background: #292929;
	}
	.foot_bt1{
		width:7rem;
		margin-top:.3rem;
		overflow: hidden;
	}
	.foot_bd{
		width:7rem;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}
	.foot_bd_nr{
		width:7rem;
		margin:0 auto;
		overflow: hidden;
	}
	.foot_bd_bj{
		width:7rem;
		font-size:.22rem ;
		text-indent:.2rem;
		line-height:.5rem;
		margin-top: .2rem;
		background: #292929;
	}
	.foot_bd_bj1{
		width:7rem;
		font-size:.22rem ;
		text-indent:.2rem;
		line-height:.5rem;
		margin-top: .2rem;
		background: #292929;
	}
	.foot_bd_bj2{
		width:7rem;
		height: 1rem;
		font-size:.22rem ;
		text-indent:.2rem;
		padding-top:.1rem;
		line-height:.3rem;
		margin-top:.3rem;
		background: #292929;
	}
	.foot_bd_tj{
		width:7rem;
		margin:0 auto;
		overflow: hidden;
	}
	.foot_bd_tj button{
		width:7rem;
		height: 1.2rem;
		font-size:.3rem;
		color: #fff;
		text-align: center;
		line-height: 1.2rem;
		border-radius:.6rem;
		margin-top: .3rem;
		background: #f70000;
	}
	/*fudong*/
	.fudong{
		width:1.76rem;
		position: fixed;
		top:1.7rem;
		left:.1rem;
		padding-bottom:.1rem;
		background: #f51212;
		z-index: 9999999;
	}
	.fudong ul li{
		width:1.76rem;
		height:.4rem;
		line-height:.4rem;
		font-size:.22rem;
		color: #fff;
		text-align: center;
		border-bottom: 1px #FF9800 solid;
	}
	.fudong ul li:hover{
		background: #FF9800;
	}
	.fudong ul li a{
		color: #fff;
	}
	.dingd{
		background: #FF9800;
	}
}

@media (min-width:751px) {
	.margin_t0 {
		margin-top: 0rem !important;
	}

	.margin_t10 {
		margin-top: 10px !important;
	}

	.margin_t20 {
		margin-top: 20px !important;
	}

	.margin_t30 {
		margin-top: 30px !important;
	}

	.margin_l10 {
		margin-left: 10px !important;
	}

	.margin_b30 {
		margin-bottom: 30px !important;
	}

	.margin_t50 {
		margin-top: 50px !important;
	}

	.margin_t80 {
		margin-top: 80px !important;
	}

	.margin_b10 {
		margin-bottom: 10px !important;
	}

	.margin_b20 {
		margin-bottom: 20px !important;
	}

	.margin_b50 {
		margin-bottom: 50px !important;
	}

	.margin_b200 {
		margin-bottom: 200px !important;
	}

	.padding_t50 {
		padding-top: 50px !important;
	}

	.container_box {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.container {
		width: 1200px;
		margin: 0 auto;
	}

	/*header*/

	.header_box {
		width: 100%;
		height: 160px;
		background: #e73737;
		overflow: hidden;
	}

	.header {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.header_l {
		width: 707px;
		float: left;
		overflow: hidden;
	}

	.wheader_l {
		display: none;
	}

	.header_c {
		width: 245px;
		float: left;
		margin-top: 40px;
		margin-left: 100px;
		margin-right: 60px;
	}

	.header_r {
		width: 88px;
		float: left;
		margin-top: 30px;
		overflow: hidden;
	}

	.header_zhul {
		width: 254px;
		font-size: 22px;
		text-align: center;
		color: #fff;
	}

	.header_dh {
		width: 254px;
		height: 36px;
		font-size: 22px;
		text-align: center;
		color: #282828;
		line-height: 36px;
		border-radius: 20px;
		background: #fff45c;
	}

	/*banner*/
	.banner1 {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.wbanner1 {
		display: none;
	}

	/*gugaili*/
	.gugaili {
		width: 1200px;
		margin: 50px auto 0 auto;
		overflow: hidden;
	}

	.gugaili_l {
		width: 350px;
		text-align: right;
		float: left;
		margin-top: 15px;
		overflow: hidden;
	}

	.gugaili_l img {
		width: 131px;
		height: 40px;
	}

	.gugaili_c {
		width: 500px;
		float: left;
		overflow: hidden;
	}

	.gugaili_c h1 {
		font-size: 48px;
		color: #30323d;
		text-align: center;
		font-weight: bold;
	}

	.gugaili_c p {
		font-size: 24px;
		color: #282828;
		text-align: center;
	}

	.gugaili_r {
		width: 350px;
		text-align: left;
		float: left;
		margin-top: 15px;
		overflow: hidden;
	}

	.gugaili_r img {
		width: 131px;
		height: 40px;
	}

	.gugaili_nr {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.gugaili_nr_l {
		width: 335px;
		height: 461px;
		margin-right: 70px;
		float: left;
		overflow: hidden;
	}

	.gugaili_nr_r {
		width: 795px;
		float: left;
		overflow: hidden;
	}

	.gugaili_tx {
		width: 795px;
		margin-top: 40px;
		overflow: hidden;
	}

	.gugaili_tx ul li {
		background: #fff45c;
		height: 46px;
		margin-top: 30px;
		position: relative;
	}

	.gugaili_wz {
		font-size: 18px;
		line-height: 46px;
		text-indent: 80px;
	}

	.gugaili_shuz {
		width: 65px;
		height: 65px;
		position: absolute;
		bottom: 0;
		left: 10px;
	}

	.gugai_he {
		width: 795px;
		font-size: 18px;
		margin-top: 20px;
		overflow: hidden;
	}

	.gugai_he i {
		font-size: 40px;
		font-weight: bold;
		color: #ff0000;
	}

	.wgugai_he {
		display: none;
	}

	/*chengzhang*/
	.czjl {
		width: 1200px;
		margin: 50px auto 0 auto;
		overflow: hidden;
	}

	.czjl_l {
		width: 325px;
		text-align: right;
		float: left;
		margin-top: 15px;
		overflow: hidden;
	}

	.czjl_l img {
		width: 131px;
		height: 40px;
	}

	.czjl_c {
		width: 550px;
		float: left;
		overflow: hidden;
	}

	.czjl_c h1 {
		font-size: 48px;
		color: #30323d;
		text-align: center;
		font-weight: bold;
	}

	.czjl_c h1 span {
		color: #ff0000;
		font-weight: bold;
	}

	.czjl_c p {
		font-size: 24px;
		color: #282828;
		text-align: center;
	}

	.czjl_r {
		width: 325px;
		text-align: left;
		float: left;
		margin-top: 15px;
		overflow: hidden;
	}

	.czjl_r img {
		width: 131px;
		height: 40px;
	}

	.czjl_box {
		width: 100%;
		height: 673px;
		background-image: url(../images/1_13.jpg);
		background-repeat: repeat-x;
	}

	.banner {
		width: 1200px;
		border-radius: 10px;
		box-sizing: border-box;
		box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
		margin: 0 auto;
		background: #fff;
		margin-top: 50px;
		padding-bottom: 80px;
		overflow: hidden;
		position: relative;
		z-index: 2;
		overflow: hidden;
	}

	.banner img {
		width: 100%;
	}

	.banner .slick-dots {
		z-index: 3333;
	}

	.banner .slick-dots li {
		margin: 0 8px;
	}

	.banner .slick-dots li button {
		width: 10px;
		height: 10px;
		padding: 0;
	}

	.banner .slick-dots li.slick-active button {
		background-color: #F85811;
	}

	.banner .slick-dots li.slick-active button::after {
		content: "";
		position: absolute;
		left: -5px;
		top: -5px;
		width: 18px;
		height: 18px;
		border: 1px solid #F85811;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}

	#banner .slick-slide {
		float: none;
		position: relative;
	}

	#banner .slick-track .slick-slide {
		float: left;
	}

	#banner .slick-slide img {
		width: 100%;
		transform: scale(1.1, 1.1);
		transition: transform 3s;
		-webkit-transition: transform 3s;
		-moz-transition: transform 3s;
		-ms-transition: transform 3s;
		-o-transition: transform 3s;
	}

	#banner .slick-slide a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
	}

	#banner .slick-slide.scale-pic img {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-o-transform: scale(1, 1);
	}

	/*slick.css*/
	.slick-slider {
		position: relative;
		z-index: 2;
	}

	.slick-list {
		position: relative;
		overflow: hidden;
	}

	.slick-list:focus {
		outline: 0;
	}

	.slick-list.dragging {
		cursor: pointer;
		cursor: hand;
	}

	.slick-track {
		position: relative;
	}

	.slick-track:before,
	.slick-track:after {
		content: "";
		display: table;
	}

	.slick-track:after {
		clear: both;
	}

	.slick-loading .slick-track {
		visibility: hidden;
	}

	.slick-slide {
		float: left;
		height: 100%;
		min-height: 1px;
		display: none;
		position: relative;
		z-index: 1;
	}

	.slick-slide:focus {
		outline: 0;
	}

	.slick-slide img {
		display: block;
	}

	.slick-slide.slick-active {
		z-index: 2;
	}

	.slick-slide.slick-loading img {
		display: none;
	}

	.slick-slide.dragging img {
		pointer-events: none;
	}

	.slick-initialized .slick-slide {
		display: block;
	}

	.slick-loading .slick-slide {
		visibility: hidden;
	}

	.slick-vertical .slick-slide {
		display: block;
		height: auto;
		border: 1px solid transparent;
	}

	.slick-prev,
	.slick-next {
		display: block;
		width: 20px;
		height: 20px;
		line-height: 0;
		font-size: 0;
		cursor: pointer;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		z-index: 6;
	}

	.slick-prev:focus,
	.slick-next:focus {
		outline: 0;
	}

	.slick-prev {
		left: -25px;
	}

	.slick-next {
		right: -25px;
	}

	.slick-dots {
		width: 100%;
		font-size: 0;
		text-align: center;
		position: absolute;
		bottom: -50px;
		z-index: 4;
	}

	.slick-dots li {
		position: relative;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 5px;
	}

	.slick-dots li button {
		display: block;
		width: 14px;
		height: 14px;
		line-height: 0;
		font-size: 0;
		background: #ff0000;
		border-radius: 50%;
		overflow: hidden;
		cursor: pointer;
	}

	.slick-dots li.slick-active button {
		background: #ff9800;
	}

	.czjl_nav {
		width: 1200px;
		margin-top: 50px;
		overflow: hidden;
	}

	.czjl_nr {
		width: 560px;
		float: left;
		margin-left: 50px;
		margin-right: 40px;
	}

	.czjl_nr_bt {
		width: 100px;
		height: 30px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		background: #e73737;
		text-align: center;
		line-height: 30px;
		overflow: hidden;
	}

	.czjl_nr_bt1 {
		width: 100px;
		height: 30px;
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		background: #e73737;
		text-align: center;
		line-height: 30px;
		margin-top: 30px;
		overflow: hidden;
	}

	.czjl_nr_xq {
		font-size: 16px;
		color: #343332;
		line-height: 30px;
		margin-top: 10px;
	}

	.czjl_tp {
		width: 500px;
		float: left;
		margin-right: 50px;
	}

	.czjl_fwpt {
		width: 100%;
		font-size: 24px;
		color: #343332;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		background-image: url(../images/1_20.jpg);
		background-repeat: no-repeat;
		background-position: center;
		height: 251px;
	}

	.czjl_fwpt_nr {
		width: 1200px;
		font-size: 24px;
		color: #343332;
		text-align: center;
		margin: 0 auto;
	}

	.czjl_fwpt_nr b {
		color: #ff0000;
	}

	/*学习经历*/
	.xxjl_box {
		width: 100%;
		margin: 0 auto;
		background-image: url(../images/1_21.jpg);
		background-repeat: no-repeat;
		background-position: center;
		height: 742px;
		overflow: hidden;
	}

	.xxjl {
		width: 1200px;
		margin-top: 20px;
		overflow: hidden;
	}

	.xxjl ul li {
		width: 387px;
		height: 143px;
		color: #fff;
		margin-top: 19px;
		margin-right: 19px;
		float: left;
		background-image: url(../images/h1.jpg);
		background-repeat: no-repeat;
		background-position: center;

	}

	.xxjl_wz {
		padding: 30px;
	}

	.xxjl ul li:nth-child(3n) {
		margin-right: 0;
	}

	.xxjl ul li:hover {
		color: #000000;
		background-image: url(../images/h_1.jpg);
		transition: all 1.5s ease 0s;
	}

	.xxjl ul li:nth-child(2) {
		background-image: url(../images/h2.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(2):hover {
		background-image: url(../images/h_2.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(3) {
		background-image: url(../images/h3.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(3):hover {
		background-image: url(../images/h_3.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(4) {
		background-image: url(../images/h4.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(4):hover {
		background-image: url(../images/h_4.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(5) {
		background-image: url(../images/h5.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(5):hover {
		background-image: url(../images/h_5.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(6) {
		background-image: url(../images/h6.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(6):hover {
		background-image: url(../images/h_6.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(7) {
		background-image: url(../images/h7.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(7):hover {
		background-image: url(../images/h_7.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(8) {
		background-image: url(../images/h8.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(8):hover {
		background-image: url(../images/h_8.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(9) {
		background-image: url(../images/h9.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.xxjl ul li:nth-child(9):hover {
		background-image: url(../images/h_9.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	.czjl_x {
		width: 1200px;
		margin: 50px auto 0 auto;
		overflow: hidden;
	}

	.czjl_x_l {
		width: 325px;
		text-align: right;
		float: left;
		margin-top: 15px;
		overflow: hidden;
	}

	.czjl_x_l img {
		width: 131px;
		height: 40px;
	}

	.czjl_x_c {
		width: 550px;
		float: left;
		overflow: hidden;
	}

	.czjl_x_c h1 {
		font-size: 48px;
		color: #fff;
		text-align: center;
		font-weight: bold;
	}

	.czjl_x_c h1 span {
		color: #ff0000;
		font-weight: bold;
	}

	.czjl_x_c p {
		font-size: 24px;
		color: #282828;
		text-align: center;
	}

	.czjl_x_r {
		width: 325px;
		text-align: left;
		float: left;
		margin-top: 15px;
		overflow: hidden;
	}

	.czjl_x_r img {
		width: 131px;
		height: 40px;
	}

	/*zhuyaochengjiu*/
	.zych_box {
		width: 100%;
		height: 1314px;
		background-image: url(../images/1_26.jpg);
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
	}

	.zych {
		width: 1200px;
		margin: 40px auto 0 auto;
		background: #fff;
		overflow: hidden;
	}

	.zych_xw {
		width: 1200px;
		margin-top: 40px;
		overflow: hidden;
	}

	.zych_xw_l {
		width: 338px;
		float: left;
		margin-left: 25px;
		margin-right: 25px;
	}

	.zych_xw_r {
		width: 787px;
		float: left;
		margin-right: 25px;
	}

	.zych_xw_nav {
		width: 787px;
		margin-top: 10px;
		overflow: hidden;
	}

	.zych_xw_nav_l {
		width: 20px;
		float: left;
		margin-right: 17px;
	}

	.zych_xw_nav_r {
		width: 750px;
		font-size: 17px;
		color: #282828;
		font-weight: bold;
		float: left;
	}

	.zych_hxw {
		width: 1150px;
		margin: 40px auto 0 auto;
		overflow: hidden;
	}

	.zych_hxw_nav {
		width: 1150px;
		padding-bottom: 60px;
		overflow: hidden;
	}

	.zych_hxw_nav ul li {
		width: 270px;
		margin-right: 23px;
		float: left;
	}

	.zych_hxw_nav ul li:nth-child(4) {
		margin-right: 0px;
		margin-left: 1px;
	}

	.zych_hxw_nav ul li p {
		font-size: 18px;
		text-align: center;
		line-height: 40px;
	}

	.swiper-pagination-bullet-active {
		opacity: 1;
		background: #ff0000;
	}

	.zych_hxw_tp {
		width: 1200px;
		overflow: hidden;
	}

	.wzych_hxw_tp {
		display: none;
	}

	/*zhujiangkecheng*/
	.kecheng_box {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.kecheng_box_l {
		width: 515px;
		margin-top: 10px;
		margin-left: 10px;
		float: left;
	}

	.kecheng_box_l ul li {
		width: 515px;
		height: 42px;
		font-size: 18px;
		color: #282828;
		line-height: 42px;
		text-indent: 20px;
		margin-top: 14px;
		border-radius: 10px;
		border: 1px #e9e9e9 solid;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		display: block;
	}

	.kecheng_box_l ul li:hover {
		color: #cd3a39;
		background: #fff25c;
	}

	.kecheng_box_c {
		width: 29px;
		margin-left: 30px;
		margin-right: 31px;
		float: left;
	}

	.kecheng_box_r {
		width: 585px;
		margin-top: 24px;
		float: left;
	}

	.kecheng_box_r ul li {
		width: 585px;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.kecheng_di {
		width: 100%;
		height: 267px;
		background-image: url(../images/1_45.jpg);
		background-repeat: no-repeat;
		background-position: center;
	}

	/*zhuyaofuwu*/
	.fuwu_box {
		width: 100%;
		height: 728px;
		margin-top: -1px;
		background-image: url(../images/1_46.jpg);
		background-repeat: no-repeat;
		background-position: center;
		overflow: hidden;
	}

	.fuwu {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.fuwu_nav {
		width: 971px;
		height: 466px;
		margin-top: 80px;
		margin-left: 229px;
		position: relative;
		background-image: url(../images/1_48.png);
		background-repeat: no-repeat;
		background-position: center;
	}

	.fuwu_nr {
		width: 430px;
		padding-top: 80px;
		margin-right: 220px;
		margin-left: 321px;
		overflow: hidden;
	}

	.fuwu_nr ul li {
		width: 430px;
		height: 48px;
		background: #fff;
		border-radius: 24px;
		margin-top: 10px;
		overflow: hidden;
	}

	.fuwu_nrxx {
		width: 400px;
		margin: 0 auto;
		overflow: hidden;
	}

	.fuwu_nrxx_l {
		width: 20px;
		float: left;
		margin-top: 15px;
		margin-right: 10px;
	}

	.fuwu_nrxx_r {
		width: 340px;
		font-size: 20px;
		line-height: 48px;
		color: #282828;
		font-weight: bold;
		float: left;
	}

	.fuwu_img {
		width: 530px;
		height: 470px;
		border-radius: 10px;
		border: 10px #fff solid;
		box-sizing: border-box;
		position: absolute;
		top: -50px;
		left: -229px;
	}

	.hxys {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.whxys {
		display: none;
	}

	/*gerenzhuzuo*/
	.zhuzuo {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.zhuzuo ul li {
		width: 360px;
		border-radius: 10px;
		margin-top: 10px;
		margin-left: 10px;
		margin-bottom: 10px;
		margin-right: 40px;
		padding-bottom: 20px;
		float: left;
		border: 1px #e9e9e9 solid;
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
		box-sizing: border-box;
	}

	.zhuzuo ul li:nth-child(3) {
		margin-right: 10px;

	}

	.zz_shu {
		width: 360px;
		text-align: center;
		margin: 0 auto;
	}

	.zz_shu h1 {
		font-size: 30px;
		color: #cd3a39;
		line-height: 100px;
		font-weight: bold;
	}

	.zz_shu img {
		width: 280px;
		height: 360px;
	}

	.zz_wz {
		width: 330px;
		margin: 0 auto;
	}

	.zz_wzh {
		height: 100px;
		font-size: 14px;
		padding-top: 20px;
		line-height: 30px;
		color: #282828;
		overflow: hidden;
	}

	.zz_wz p {
		font-size: 18px;
		color: #282828;
		font-weight: bold;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
	}

	/*jiejian*/
	.jiejian {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	.wjiejian {
		display: none;
	}

	.jiejian ul li {
		width: 380px;
		margin-top: 30px;
		margin-right: 30px;
		float: left;
	}

	.jiejian ul li:nth-child(3n) {
		margin-right: 0px;
	}

	video {
		width: 100%;
		height: auto;
	}

	/*kehu*/
	.kehu {
		width: 100%;
		margin-top: 30px;
		padding-top: 20px;
		background-image: url(../images/1_63.jpg);
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.keh_sp {
		width: 800px;
		margin: 0 auto;
		padding-bottom: 30px;
		overflow: hidden;
	}
	.sp_jul{
		margin-top: 50px;
	}

	/*选项卡*/
	.baojia_tab {
		width: 100%;
		margin-top: 30px;
		overflow: hidden;
	}

	#baojiacon {
		width: 100%;
		overflow: hidden;
	}

	.ah-tab-wrapper {
		width: 100%;
		float: left;
	}

	.ah-tab {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
		font-size: 30px;
		margin-bottom: 30px;
	}

	.ah-tab-overflow-wrapper:hover .ah-tab-overflow-menu {
		opacity: 1;
	}

	.ah-tab-overflow-list {
		position: absolute;
		right: 0;
		text-align: left;
		border: 1px solid #e9e9e9;
		box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.09);
		list-style: none;
		transition: opacity .3s;
		opacity: 0;

	}

	.ah-tab-overflow-list::after {
		content: " ";
		display: block;
		position: absolute;
		right: 14px;
		width: 0;
		height: 0;
		border-bottom-color: #fff;
	}

	.ah-tab-overflow-list::before {
		content: " ";
		display: block;
		position: absolute;
		right: 13px;
		width: 0;
		height: 0;
		border-bottom-color: #cdcdcd;
	}

	.ah-tab-item {
		width: 380px;
		float: left;
		color: #8b8b8b;
		background: #f70000;
		cursor: pointer;
		display: block;
		letter-spacing: normal;
		transition: all .3s;
		text-decoration: none;
		border-radius: 10px;
		margin-top: 20px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.ah-tab>.ah-tab-item {
		text-align: center;
		font-size: 30px;
		color: #0b0a06;
		font-weight: bold;
		padding: 10px 0;
		font-weight: bold;
		box-sizing: border-box;
	}

	.ah-tab>.ah-tab-item[data-ah-tab-active="true"] {
		background: #eb5633;
		color: #fee9c3;

	}

	.ah-tab-overflow-menu {
		display: none;
	}

	.ah-tab-content-wrapper {
		width: 100%;
	}

	.ah-tab-content {
		display: none;
	}

	.ah-tab-content[data-ah-tab-active="true"] {
		display: block;

	}

	/*选项卡 end*/
	.zuosm_lm_bt {
		font-size: 30px;
		line-height: 80px;
		color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		font-weight: bold;
		text-align: center;
	}

	.zuosm_lm_bt img {
		width: 80px;
	}
	/*dibu*/
	.foot_box{
		width: 100%;
		background: #1d1d1d;
		overflow: hidden;
	}
	.footer{
		width: 1200px;
		margin:50px auto;
		overflow: hidden;
	}
	.foot_bt{
		width: 1200px;
		overflow: hidden;
	}
	.foot_bt_l{
		width: 10px;
		height: 40px;
		float: left;
		margin-right: 14px;
		background: #cd3a39;
		border-radius: 16px;
		overflow: hidden;
	}
	.foot_bt_r{
		width: 1170px;
		font-size: 36px;
		color: #fff;
		line-height: 40px;
		float: left;
	}
	.foot_lx{
		width: 1200px;
		background: #292929;
		margin-top: 20px;
		overflow: hidden;
	}
	.foot_lx_li{
		width: 400px;
		font-size:18px ;
		line-height: 50px;
		color: #ababab;
		float: left;
		text-indent: 20px;
	}
	.foot_bt1{
		width: 1200px;
		margin-top: 30px;
		overflow: hidden;
	}
	.foot_bd{
		width: 1200px;
		margin: 30px auto 0 auto;
		overflow: hidden;
	}
	.foot_bd_nr{
		width: 1200px;
		margin:0 auto;
		overflow: hidden;
	}
	.foot_bd_bj{
		width: 386px;
		font-size:18px ;
		color:#FFF;
		text-indent: 20px;
		line-height: 50px;
		line-height: 50px;
		margin-right: 21px;
		background: #292929;
		float: left;
	}
	.foot_bd_bj1{
		width: 386px;
		font-size:18px ;
		text-indent: 20px;
		color:#FFF;
		line-height: 50px;
		line-height: 50px;
		background: #292929;
		float: left;
	}
	.foot_bd_bj2{
		width: 1200px;
		height: 100px;
		font-size:18px ;
		text-indent: 20px;
		padding-top: 10px;
		color:#FFF;
		line-height: 30px;
		margin-top: 30px;
		margin-right: 21px;
		background: #292929;
	}
	.foot_bd_tj{
		width: 1200px;
		margin:0 auto;
		overflow: hidden;
	}
	.foot_bd_tj button{
		width: 1200px;
		height: 120px;
		font-size: 30px;
		color: #fff;
		text-align: center;
		line-height: 120px;
		border-radius: 60px;
		margin-top: 30px;
		background: #f70000;
	}
	/*fudong*/
	.fudong{
		width: 135px;
		position: fixed;
		top:135px;
		right: 10px;
		padding-bottom: 10px;
		background: #f51212;
		z-index: 9999999;
	}
	.fudong ul li{
		width: 135px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		border-bottom: 1px #FF9800 solid;
	}
	.fudong ul li:hover{
		background: #FF9800;
	}
	.fudong ul li a{
		color: #fff;
	}
	.dingd{
		background: #FF9800;
	}



}
