/* CSS Document */

/* banner */
.banner {
	height: 640px;
	background: url(../img/main_banner.jpg) center top;
	background-size: cover;
}
.banner .blank {
	height: 520px;
}
.yuyue {
	margin: auto;
	width: 1200px;
	top:500px;
	position:absolute;
	z-index:10000;
	left:50%;
	margin-left:-600px;
}
.yuyue_form {
	width: 1200px;
	height: 60px;
}
.yuyue_form h2 {
	float: left;
	width: 140px;
	height: 60px;
	border-radius: 3px 0 0 3px;
	background: #EFEFEF;
	font-size: 14px;
	font-weight: normal;
	color: #db2726;
	line-height: 60px;
	text-align: center;
}
.yuyue_form select {
	/*display: none;*/
}
.yuyue_form .select_box {
	float: left;
	position: relative;
	width: 299px;
	height: 60px;
	border-right: 1px solid #EFEFEF;
	background: #FFF;
	font-size: 14px;
	color: #333;
	line-height: 60px;
}
.yuyue_form .select_showbox {
	height: 60px;
	/*background: url(../img/search_ico.png) no-repeat right center;*/
	text-indent: 20px;
	background-color:#FFFFFF;
	border:1px solid #f8f8f8;
	float:left;
	}
.yuyue_form .select_showbox.active {
	background: url(../img/search_ico_hover.png) no-repeat right center;
}
.yuyue_form .select_option {
	display: none;
	position: absolute;
	left: 0;
	top: 60px;
	border: 1px solid #E0E0E0;
	border-top: none;
	z-index: 99;
	background: #FFF;
}
.yuyue_form .select_option li {
	text-indent: 1em;
	width: 298px;
	cursor: pointer;
}
.yuyue_form .select_option li.selected {
	background: #FFF;
	color: #333;
}
.yuyue_form .select_option li.hover {
	background: #EFEFEF;
	color: #db2726;
}
.yuyue_form input.inp_date {
	float: left;
	padding: 0 19px 0 20px;
	width: 260px;
	height: 60px;
	border: 0;
	border-right: 1px solid #EFEFEF;
	background: url(../img/search_ico.png) no-repeat right center #FFF;
	font-size: 14px;
	color: #333;
	line-height: 60px;
	outline: none;
}
.yuyue_form input.inp_mobile {
	float: left;
	padding: 0 20px;
	width: 260px;
	height: 60px;
	border: 0;
	background: #FFF;
	font-size: 14px;
	color: #333;
	line-height: 60px;
	outline: none;
}
.yuyue_form input.yuyue_btn {
	width: 150px;
	height: 60px;
	border: 0;
	border-radius: 0 3px 3px 0;
	background: #db2726;
	font-size: 15px;
	color: #FFF;
	outline: none;
	cursor: pointer;
}
.yuyue_form input.yuyue_btn:hover {
	background: #db2726;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* 关于 */
.about .tit {
	padding-bottom: 20px;
}
.about .tit h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 40px;
}
.about .tit h3 {
	font-size: 20px;
	font-weight: normal;
	color: #666;
	line-height: 30px;
}
.about .con {
	height: 210px;
	font-size: 13px;
	color: #666;
	line-height: 28px;
}
.about .con p {
	padding-bottom: 5px;
}
.about .btm a.more {
	display: inline-block;
	padding-left: 18px;
	width: 120px;
	height: 38px;
	border: 1px solid #db2726;
	border-radius: 20px;
	background: url(../img/more_btn_arrow.png) no-repeat right center #FFF;
	font-size: 14px;
	color: #db2726;
	line-height: 38px;
}
.about .btm a:hover.more {
	background: url(../img/more_btn_arrow_over.png) no-repeat right center #db2726;
	color: #FFF;
}

/* 新闻 */
.news .tit {
	padding-bottom: 15px;
	height: 40px;
}
.news .tit h2 {
	float: left;
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
	color: #db2726;
	line-height: 40px;
}
.news .tit h3 {
	float: left;
	padding: 10px 0 0 8px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 26px;
}
.news .tit a.more {
	float: right;
	padding-top: 10px;
	font-size: 12px;
	color: #888;
	line-height: 28px;
}
.news .tit a:hover.more {
	color: #db2726;
}
.news .con li {
	padding: 15px 0;
	overflow: hidden;
	zoom: 1;
}
.news .con li a {
	display: block;
}
.news .con li img {
	float: left;
	margin-right: 20px;
}
.news .con li h4 {
	padding: 4px 0 12px;
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
}
.news .con li p {
	font-size: 13px;
	color: #666;
	line-height: 26px;
}

/* 项目 */
.project {
	height: 600px;
	background: url(../img/project_bg.jpg) center top;
	background-size: cover;
}
.project .tit {
	height: 40px;
}
.project .tit h2 {
	float: left;
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
	color: #db2726;
	line-height: 40px;
}
.project .tit h3 {
	float: left;
	padding: 10px 0 0 8px;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	line-height: 26px;
}
.project .tit a.more {
	float: right;
	padding-top: 10px;
	font-size: 12px;
	color: #CCC;
	line-height: 28px;
}
.project .tit a:hover.more {
	color: #FFF;
}
.project .con {
	padding-top: 30px;
}

.ScrollPic {
	position: relative;
	zoom: 1;
}
.ScrollPic .LeftBotton {
	position: absolute;
	top: 350px;
	left: 550px;
	width: 50px;
	height: 50px;
	background: url(../img/scrollpic_btn.png) no-repeat 0 0;
	cursor: pointer;
}
.ScrollPic .RightBotton {
	position: absolute;
	top: 350px;
	right: 550px;
	width: 50px;
	height: 50px;
	background: url(../img/scrollpic_btn.png) no-repeat -50px 0;
	cursor: pointer;
}
.ScrollPic .Cont {
	margin: auto;
	width: 1200px;
	overflow: hidden;
}
.ScrollPic .item {
	float: left;
	width: 1200px;
}
.ScrollPic .item .item_pic {
	float: left;
	width: 600px;
}
.ScrollPic .item .item_con {
	float: left;
	padding: 60px 0 0 80px;
	width: 520px;
	height: 340px;
	background: url(../img/project_item_bg.png);
	color: #FFF;
}
.ScrollPic .item .item_tit {
	padding-top: 20px;
	background: url(../img/project_line.png) no-repeat left top;
}
.ScrollPic .item .item_tit h4 {
	font-size: 24px;
	font-weight: normal;
	line-height: 40px;
}
.ScrollPic .item .item_tit h5 {
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}
.ScrollPic .item .item_intro {
	padding-top: 32px;
	font-size: 13px;
	line-height: 24px;
}
.ScrollPic .item .item_more {
	padding-top: 32px;
}
.ScrollPic .item a.more_btn {
	display: inline-block;
	margin-right: 12px;
	padding-left: 38px;
	width: 120px;
	height: 38px;
	border: 1px solid #E3ACBF;
	border-radius: 20px;
	background: url(../img/more_btn_arrow_over.png) no-repeat right center;
	font-size: 13px;
	color: #FFF;
	line-height: 38px;
	vertical-align: middle;
}
.ScrollPic .item a:hover.more_btn {
	border: 1px solid #FFF;
	background: url(../img/more_btn_arrow.png) no-repeat right center #FFF;
	color: #db2726;
}
.ScrollPic .item a.zs_btn {
	display: inline-block;
	width: 160px;
	height: 40px;
	background: url(../img/project_zs_btn.png) no-repeat 0 0;
	vertical-align: middle;
}
.ScrollPic .item a:hover.zs_btn {
	background: url(../img/project_zs_btn.png) no-repeat 0 -40px;
}
.ScrollPic .item a.false_btn {
	display: inline-block;
	padding-left: 38px;
	width: 120px;
	height: 38px;
	border: 1px solid #E3ACBF;
	border-radius: 20px;
	background: url(../img/more_btn_arrow_over.png) no-repeat right center;
	font-size: 13px;
	color: #FFF;
	line-height: 38px;
	cursor: default;
	opacity: 0.8;
}

/* 合作机构 */
.partner .tit {
	height: 40px;
}
.partner .tit h2 {
	float: left;
	font-family: Arial;
	font-size: 32px;
	font-weight: normal;
	color: #db2726;
	line-height: 40px;
}
.partner .tit h3 {
	float: left;
	padding: 10px 0 0 8px;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	line-height: 26px;
}
.partner .con {
	padding: 25px 0;
	margin: 0 -10px;
	width: 1220px;
	overflow: hidden;
	zoom: 1;
}
.partner .con ul {
	padding: 0 4px;
}
.partner .con li {
	float: left;
	margin: 6px;
	border: 1px solid #F0F0F0;
	border-radius: 3px;
}
.partner .con li img {
	opacity: 0.6;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.partner .con li img:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

/* 核心价值 */
.value {
	height: 300px;
	background: #F6F6F6;
}
.value .con {
	position: relative;
	margin: auto;
	width: 1200px;
}
.value .con li {
	position: relative;
	padding-top: 60px;
	float: left;
	width: 260px;
	text-align: center;
}
.value .con li .ico {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url(../img/value_ico.png) no-repeat;
}
.value .con li .ico1 {
	background-position: 0 0;
}
.value .con li .ico2 {
	background-position: -64px 0;
}
.value .con li .ico3 {
	background-position: -128px 0;
}
.value .con li .ico4 {
	background-position: -192px 0;
}
.value .con li h4 {
	padding-top: 15px;
	font-size: 16px;
	font-weight: normal;
	line-height: 32px;
}
.value .con li p {
	padding-top: 10px;
	font-size: 13px;
	color: #666;
	line-height: 24px;
}
.value .con li .line {
	position: absolute;
	top: 91px;
	right: -9px;
}
.value .pic {
	position: absolute;
	top: -60px;
	left: 1060px;
}

/* 服务 */
.service {
	height: 200px;
	background: url(../img/service_bg.jpg) center top;
	background-size: cover;
}
.service .con {
	margin: auto;
	padding-top: 140px;
	width: 1200px;
}
.service .con li {
	float: left;
	width: 200px;
}
.service .con li .item {
	background: #302426;
}
.service .con li .item.yellow {
	background: #FFAC00;
}
.service .con li .item a {
	display: block;
	padding: 28px 0 0 20px;
	width: 180px;
	height: 132px;
}
.service .con li .item a h4, .service .con li .item a h5 {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	line-height: 25px;
}
.service .con li .item a .more {
	display: inline-block;
	margin-top: 18px;
	width: 35px;
	height: 27px;
	background: url(../img/service_item_more.png) no-repeat 0 0;
}
.service .con li .item a:hover .more {
	background: url(../img/service_item_more.png) no-repeat 0 -27px;
}

/* 遮罩 */
.mask_screen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 1000;
}

/* 预约提示 */
.yuyue_win {
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -200px;
	width: 400px;
	height: 300px;
	border-radius: 4px;
	background: #FFF;
	z-index: 9999;
}
.yuyue_win a.close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 25px;
	height: 25px;
	background: url(../img/popup_close.png);
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.yuyue_win a:hover.close {
	opacity: 1;
	filter: alpha(opacity=100);
}
.yuyue_win .con {
	padding: 50px 30px 0;
	text-align: center;
}
.yuyue_win .con .ico {
	padding-bottom: 15px;
}
.yuyue_win .con h4 {
	font-size: 24px;
	font-weight: normal;
	color: #C02B5F;
	line-height: 40px;
}
.yuyue_win .con p {
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}
.yuyue_win .btm{
	padding-top: 25px;
}
.yuyue_win a.close_btn {
	display: inline-block;
	padding: 0 50px;
	height: 36px;
	border: 1px solid #db2726;
	border-radius: 20px;
	font-size: 14px;
	color: #db2726;
	line-height: 36px;	
}
.yuyue_win a:hover.close_btn {
	background: #db2726;
	color: #FFF;
}


.container {
	max-width: 1380px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1600px) {
	.container {
		max-width: 1100px
	}
}

@media (max-width:1370px) {
	.container {
		max-width: 920px;
		margin: 0 auto
	}
}

@media (max-width:1003px) {
	.container {
		max-width: 720px
	}
}

@media (max-width:737px) {
	.container {
		width: 100%;
		max-width: 100%;
		padding: 0 15px
	}
}
.inside-title .title {
	font-size: 64px;
	font-family: "MF YueYuan",sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 90px;
	margin-top:50px;
}

.inside-title .shm {
	font-size: 24px;
	color: #4a4a4a;
	line-height: 1.5;
	margin-top: 20px;
	text-align:center;
}
.inside-team-space .list {
	color: #4a4a4a;
	margin-top: 80px;
	padding: 0;
	line-height: 50px;
	 height:800px;
}

.inside-team-space .list .box {
	width: 45%;
	float: left;
	padding: 0 10px
}

.inside-team-space .list .items {
	padding: 80px;
	text-align: center;
	background: #fafafa;
	border: solid 1px #d9d9d9;
	border-radius: 100px 0 0 0
}

.inside-team-space .list .font34 {
	line-height: 40px;
	font-size: 34px;
	font-weight: 500;
	color: #0d364c;
	margin-bottom: 40px
}
.inside-team-space .list p {
	line-height: 40px;
	font-size: 20px;
}

.inside-team-space .list .font34 img {
	max-height: 25px
}

.inside-team-space .list .font40 {
	font-size: 40px;
	color: #db2726;
	line-height: 56px;
	margin-top: 40px
}

.inside-team-space .list .font16 {
	font-size: 16px;
	line-height: 22px
}


.inside-team-demand .index-sider-03 {
	margin-top: 100px
}

.inside-team-demand .index-sider-03 .tabmenu {
	margin-top: 40px
}

.inside-team-demand .index-sider-03::after {
	height: 120px
}

.inside-team-demand .index-sider-03 .swiper-button-prev,.inside-team-demand .index-sider-03 .swiper-button-next {
	margin-top: 140px
}

.inside-team-demand .index-sider-03 .swiper-container02 {
	float: left;
	width: 65%
}

.inside-team-demand .index-sider-03 .swiper-container02 .pic:after {
	padding-bottom: 80%
}

.inside-team-demand .index-sider-03 .swiper-container01 {
	float: right;
	width: 35%;
	position: relative
}

.inside-team-demand .index-sider-03 .tabcontent {
	border-top-left-radius: 140px;
	border-top-right-radius: 0
}

.inside-team-demand .index-sider-03 .tabcontent .swiper-slide {
	border-top-left-radius: 140px;
	border-top-right-radius: 0
}
.index-sider-03 .container {
	position: relative
}

.xz-team-ie11{
	display:none\9;
}
.index-sider-03 .swiper-container02 {
	width: 61%;
	float: right
}

.index-sider-03 .swiper-container02 .pic {
	width: 100%;
	position: relative
}

.index-sider-03 .swiper-container02 .pic:after {
	content: "";
	display: block;
	padding-bottom: 90.5%
}

.index-sider-03 .tabcontent {
	border-top-right-radius: 140px
}

.index-sider-03 .tabcontent .swiper-slide {
	overflow: hidden;
	border-top-right-radius: 140px
}

.index-sider-03 .tabmenu {
	margin-bottom: 35px;
	position: relative
}

.index-sider-03 .tabmenu dl {
	cursor: pointer;
	padding-bottom: 35px;
	text-align: center;
	position: relative;
}

.index-sider-03 .tabmenu dl:before {
	content: "";
	width: 0;
	height: 2px;
	bottom: 0;
	left: -10%;
	background: #000;
	position: absolute;
	-webkit-transition: all 400ms ease-in;
	transition: all 400ms ease-in
}

.index-sider-03 .tabmenu dt {
	overflow: hidden;
	text-align: center;
	position: relative
}

.index-sider-03 .tabmenu dt .img02 {
	bottom: -30px;
	left: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	position: absolute;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.index-sider-03 .tabmenu dt img {
	display: inline-block
}

.index-sider-03 .tabmenu dd {
	opacity: .7;
	color: #4a4a4a;
	position: relative;
	margin-top: -10px
}

.index-sider-03 .swiper-slide-active .txtbox .toptxt .font36,.index-sider-03 .swiper-slide-active .txtbox .toptxt .font20,.index-sider-03 .swiper-slide-active .txtbox .toptxt .font16 {
	-webkit-animation: 1.5s fadeInRight02 ease;
	animation: 1.5s fadeInRight02 ease
}

.index-sider-03 .swiper-slide-active .txtbox .boxtxt .font24,.index-sider-03 .swiper-slide-active .txtbox .boxtxt .font18 {
	-webkit-animation: 1.5s fadeInRight02 ease;
	animation: 1.5s fadeInRight02 ease
}

.index-sider-03 .swiper-button-prev,.index-sider-03 .swiper-button-next {
	width: 74px;
	height: 74px;
	margin-top: 360px;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center
}
.index-sider-03 .swiper-slide-thumb-active dd {
	opacity: 1
}

.index-sider-03 .swiper-slide-thumb-active dt .img01 {
	opacity: 0
}

.index-sider-03 .swiper-slide-thumb-active dt .img02 {
	opacity: 1;
	bottom: 0
}

.index-sider-03 .swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 1px
}

.index-sider-03 .swiper-scrollbar {
	border-radius: 0
}

.index-sider-03 .swiper-scrollbar-drag {
	background: #000;
	height: 2px
}



.service_div {
  padding: 58px 0 60px;
}
.service_div ul {
  margin-top: 30px;
  width:800px;
  margin-left:200px;
}
.service_div ul li {
  margin-top: 12px;
  float: left;
  width: 136px;
  height: 136px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  text-align: center;
  color: #2f2f2f;
  line-height: 134px;
  margin-right: 16px;
}
.service_div ul li:nth-child(5) {
  margin-right: 0;
}
.service_div ul li:nth-child(6) {
  margin-left: 223px;
}
.service_div ul li:hover {
  background: #db2726;
  border: 1px solid #db2726;
  color: #fff;
}
.service_div2 {
/*  background: url(../images/service_bg.png) no-repeat center center;*/
  height: 406px;
  padding-top:50px;
  background-color:#f8f8f8;
}
.service_div2 .home_tit {
  text-align: left;
}
.service_div2 .text_div {
  width: 502px;
  float: left;
  padding-top: 120px;
}
.service_div2 .text_div .img {
  float: left;
  width: 35px;
  margin-top: 3px;
}
.service_div2 .text_div .text {
  width: 450px;
  float: right;
}
.service_div2 .text_div .text .bt {
  color: #2f2f2f;
  font-size: 18px;
}
.service_div2 .text_div .text .t {
  margin-top: 5px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}
.service_div2 .img_div {
  position: relative;
  top: -33px;
  float: right;
  width: 302px;
  height: 357px;
  margin-right: 78px;
}
.service_div3 {
  padding: 40px 0 0;
}
.service_div3 .tit {
  line-height: 31px;
  padding-left: 38px;
  color: #2f2f2f;
  font-size: 18px;
  background: url(../images/service_icon2.png) no-repeat left center;
}
.service_div3 ul {
  margin-top: 30px;
}
.service_div3 ul li {
  float: left;
  width: 571px;
  height: 415px;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 22px 16px 0;
}
.service_div3 ul li .img {
  width: 539px;
  height: 257px;
  position: relative;
}
.service_div3 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.service_div3 ul li .text {
  padding-top: 18px;
}
.service_div3 ul li .text .bt {
  color: #db2726;
}
.service_div3 ul li .text .t {
  margin-top: 10px;
  height: 48px;
  overflow: hidden;
  color: #2f2f2f;
  line-height: 24px;
}
.service_div3 ul li:nth-child(2n) {
  float: right;
}
.service_div4 {
  margin-top: 45px;
/*  background: url(../images/service_bg2.jpg) no-repeat center center;*/
  height: 728px;
  background-color:#f4f4f4;
}
.service_div4 .text_div {
  /*padding-top: 50px;
  width: 540px;*/
}
.service_div4 .text_div .img {
  margin-top: 5px;
  width: 40px;
  float: left;
}
.service_div4 .text_div .text {
  width: 486px;
  float: right;
}
.service_div4 .text_div .text .bt {
  color: #2f2f2f;
  font-size: 18px;
}
.service_div4 .text_div .text .t {
  margin-top: 5px;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.service_div5 {
  padding: 56px 0 60px;
}
.service_div5 .home_tit {
  text-align: left;
}
.service_div5 ul {
  width: 1085px;
  margin: 50px auto 0;
  position: relative;
}
.service_div5 ul:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 130px;
  border-top: 1px dashed #dddddd;
}
.service_div5 ul li {
  text-align: center;
  position: relative;
  width: 216px;
  height: 249px;
  background: url(../images/service_icon4.png) no-repeat center center;
  float: left;
  margin-right: 218px;
}
.service_div5 ul li span {
  display: block;
  position: absolute;
  left: 32px;
  top: 10px;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #737373;
  color: #fff;
  font-weight: bold;
  font-family: arial;
  font-size: 23px;
  line-height: 49px;
}
.service_div5 ul li .text {
  margin-top: 110px;
  color: #fff;
}
.service_div5 ul li .text .bt {
  font-size: 25px;
  text-transform: uppercase;
}
.service_div5 ul li .text .t {
  font-size: 14px;
  margin-top: 5px;
}
.service_div5 ul li:nth-child(3n) {
  margin-right: 0;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.home_tit {
  /*text-align: center;*/
  color: #db2726;
  font-size: 25px;
}
.home_tit span {
  display: inline-block;
  text-transform: uppercase;
  color: #a2a2a2;
  font-size: 15px;
  padding-left: 14px;
  margin-left: 14px;
  top: -3px;
  position: relative;
}
.home_tit span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 15px;
  background: #a2a2a2;
}

.home_name {
  /*text-align: center;*/
  color: #2f2f2f;
  margin-top: 10px;
  line-height: 24px;
}

.service_div {
  padding: 58px 0 60px;
  height:80px;
}
.service_div ul {
  margin-top: 30px;
}
.service_div ul {
  margin-top: 30px;
}
.service_div ul li {
  margin-top: 12px;
  float: left;
  width: 136px;
  height: 136px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  text-align: center;
  color: #2f2f2f;
  line-height: 134px;
  margin-right: 10px;
}
.service_div ul li:nth-child(5) {
  margin-right: 0;
}
.service_div ul li:nth-child(6) {
  margin-left: 70px;
}
.service_div ul li:hover {
  background: #db2726;
  border: 1px solid #db2726;
  color: #fff;
}

.service_div ul li:nth-child(5) {
  margin-right: 0;
}
.service_div ul li:nth-child(6) {
  margin-left: 70px;
}



.service_divw {
  padding: 58px 0 60px;
  height:400px;
}
.service_divw ul {
  margin-top: 30px;
}
.service_divw ul {
  margin-top: 30px;
}
.service_divw ul li {
  margin-top: 12px;
  float: left;
  width: 136px;
  height: 136px;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  text-align: center;
  color: #2f2f2f;
  line-height: 134px;
  margin-right: 10px;
}
.service_divw ul li:nth-child(7) {
  margin-right: 0;
}
.service_divw ul li:nth-child(8) {
  margin-left: 70px;
}
.service_divw ul li:hover {
  background: #db2726;
  border: 1px solid #db2726;
  color: #fff;
}

.service_divw ul li:nth-child(7) {
  margin-right: 0;
}
.service_divw ul li:nth-child(8) {
  margin-left: 150px;
}




.product-box[data-v-0c837a88]{-webkit-box-sizing:border-box;box-sizing:border-box;width:1200px;margin-left:auto;margin-right:auto;text-align:center;margin-top:80px;margin-bottom:70px;font-weight:lighter;padding-bottom:70px;height:420px;}
.product-box[data-v-0c837a88]:last-child{border-bottom:0}
.product-box>.title[data-v-0c837a88],.product-box>a>.title[data-v-0c837a88]{color:#3d3d3d;font-size:46px;font-weight:700}
.product-box>.sub-title[data-v-0c837a88],.product-box>a>.sub-title[data-v-0c837a88]{color:#3d3d3d;font-size:20px;margin-bottom:20px; line-height:200%;}
.showcase-list .showcase-item[data-v-0c837a88]{float:left;width:380px;margin-right:30px;margin-right:20px\9;color:#312e30;font-size:20px; line-height:40px;}.showcase-list .showcase-item[data-v-0c837a88]:last-child{margin-right:0}.showcase-list .showcase-item .showcase-image[data-v-0c837a88]{width:380px;height:auto}

.activity-02 {
	padding-top: 105px
}
.activity {
	background: #f5f5f5;
	clear: both;
	overflow: hidden
}
.inside-heightBt{padding-bottom:165px}
.inside-menu {
	font-size: 20px;
}

.inside-menu .item {
	margin-right: 80px;
	float: left
}

.inside-menu .item a {
	margin: 0 5px;
	color: #9b9b9b;
	position: relative
}

.inside-menu .item a:after {
	left: 0;
	content: "";
	width: 0;
	height: 12px;
	position: absolute;
	z-index: 0;
	bottom: -1px;
	background: #db2726;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear
}

.inside-menu .item a:hover:after {
	opacity: .4;
	width: 75%
}

.inside-menu .item span {
	position: relative;
	z-index: 1
}

.inside-menu .active a {
	color: #4a4a4a;
	font-weight: 700
}

.inside-menu .active a:after {
	opacity: .4;
	width: 75%
}
.inside-activity .list {
	margin-top: 110px
}

.inside-activity .list li {
	margin-bottom: 20px;
	width:22%;
	float:left;
	margin-right:3%;
}
.activity .list .box {
	display: block;
	/*border-radius: 100px 0 0 0;*/
	overflow: hidden;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
@media (max-width: 1360px){
.activity .list .box {
	display: block;
	/*border-radius: 100px 0 0 0;*/
	overflow: hidden;
	max-width: 220px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}
}

.activity .list .box img {
	-webkit-transition: all .5s;
	transition: all .5s;
	/*width: 100%;*/
	 min-height:336px;
}

.activity .list .box:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.activity .list .pic {
	overflow: hidden;
	display: block;
	position: relative;
	padding:0;
	margin:0;
}

.activity .list .pic:after {
	content: "";
	display: block;
	padding-top: 120%
}
.activity .list .txtbox {
	background: #fff;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	z-index: 9;
	text-align: left;
	padding: 27px 30px 27px 30px
}

.activity .list .lx {
	color: #db2726;
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 13px;
	font-family: PingFangSC-Regular
}

.activity .list .lx a {
	color: #db2726
}

.activity .list .bt {
	font-size: 14px;
	color: #000;
	height: 84px;
	line-height: 22px;
	overflow: hidden;
	text-align:left;
}

.activity .list .bt a {
	color: #000
}

.activity .list .info {
	color: #666;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	overflow: hidden
}

.activity .list .videoButton {
	position: absolute;
	top: -30px;
	right: 60px;
	width: 60px;
	height: 60px
}
.middleCenter{position:absolute;top:0;bottom:0;left:0;right:0;/*max-width:100%;*/max-height:100%;display:block;vertical-align:middle;text-align:center;margin:auto}
.clearfix{ padding-top:1px;}

.funworkBtn{text-align:center;font-size:0}
.funworkBtn a{text-align:center;min-width:300px;line-height:68px;font-size:16px;font-weight:700;color:#000;border:1px solid #e8e8e8;position:relative;display:inline-block;-webkit-transition:background-color .3s;transition:background-color .3s}
.funworkBtn a em{font-style:normal;position:relative;z-index:1}
.funworkBtn a:before{top:0;left:0;content:"";width:0;height:100%;opacity:0;background:#db2726;position:absolute;z-index:0;-webkit-transition:all 334ms linear;transition:all 334ms linear}.funworkBtn a .icon{display:inline-block;width:5px;height:10px;vertical-align:middle;margin-top:-2px;position:absolute;right:30px;top:0;bottom:0;margin:auto}.funworkBtn a .hover{display:none}.funworkBtn a:hover{border-color:#db2726}.funworkBtn a:hover:before{width:100%;opacity:1}.popupLoading{display:none;width:100%;height:100%;position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;margin:auto}.popupLoading .transparent{position:fixed;left:0;top:0;width:100%;height:100%;z-index:112;display:block;background-color:rgba(0,0,0,0.1)}.popupLoading .box{width:160px;height:160px;border-radius:50%;background:#fff;overflow:hidden;-webkit-transition:all .5s;transition:all .5s;position:fixed;z-index:999;top:0;right:0;bottom:0;left:0;margin:auto}.inside-xcurrent{border-top:solid 1px #eee;padding-top:15px;position:relative;margin-top:85px}

.event-list[data-v-2f0e4de4]{border-bottom:0}
.product-box[data-v-2f0e4de4]{-webkit-box-sizing:border-box;box-sizing:border-box;width:1200px;margin-left:auto;margin-right:auto;text-align:center;margin-top:80px;margin-bottom:70px;font-weight:lighter;padding-bottom:70px;border-bottom:1px solid #dfdfdf}.product-box[data-v-2f0e4de4]:last-child{border-bottom:0}.product-box>.title[data-v-2f0e4de4],.product-box>a>.title[data-v-2f0e4de4]{color:#3d3d3d;font-size:46px;font-weight:700}
.product-box[data-v-2f0e4de4]{border-bottom:0;margin-bottom:0}
.product-box>.title[data-v-2f0e4de4],.product-box>a>.title[data-v-2f0e4de4]{color:#3d3d3d;font-size:46px;font-weight:700}
.event-list .content[data-v-2f0e4de4]{text-align:left;color:#666;font-size:14px;line-height:2;padding-left:70px;padding-bottom:280px;background:url(../img/event.b87183cd.jpg) 50% 100% no-repeat}.event-list .content .event-item[data-v-2f0e4de4]:before{display:inline-block;content:" ";background:#dfdfdf;border-radius:50%;width:4px;height:4px;margin-top:11px;margin-right:10px;vertical-align:top}

.insider-meet-03 .inside-title .shm {
	padding: 0 11%;
	padding-top: 30px;
	text-align: center
}
.insider-meet-03 .list-scroll {
	margin-top: 100px;
	text-align: center
}

.insider-meet-03 .list-scroll .pic {
	position: relative;
	vertical-align: middle
}

.insider-meet-03 .list-scroll .pic:after {
	content: "";
	display: block;
	padding-bottom: 21%
}

.insider-meet-03 .list-scroll .tit {
	color: #000;
	opacity: .6;
	margin-top: 50px;
	line-height: 32px
}

.insider-meet-03 .list-scroll .txt {
	color: #000;
	line-height: 42px;
	margin-top: 5px
}

.insider-meet-03 .list-scroll .slick-slide img {
	display: inline-block
}

.insider-meet-03 .list-scroll .slick-prev,.insider-meet-03 .list-scroll .slick-next {
	width: 74px;
	height: 74px;
	margin-top: -37px;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
	border: solid 1px #e8e8e8;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center
}

@media (max-width:1600px) {
	.insider-meet-03 .list-scroll .slick-prev,.insider-meet-03 .list-scroll .slick-next {
		width: 50px;
		height: 50px
	}
}

@media (max-width:1259px) {
	.insider-meet-03 .list-scroll .slick-prev,.insider-meet-03 .list-scroll .slick-next {
		opacity: 0;
		display: none;
		visibility: hidden
	}
}

.insider-meet-03 .list-scroll .slick-prev {
	left: -100px;
	opacity: 1;
	background-image: url(../images/icon/prev-01.png)
}

.insider-meet-03 .list-scroll .slick-prev:hover {
	border-color: #f9be00;
	background-color: #f9be00;
	background-image: url(../images/icon/prev-02.png)
}

@media (max-width:1600px) {
	.insider-meet-03 .list-scroll .slick-prev {
		left: -90px
	}
}

@media (max-width:1259px) {
	.insider-meet-03 .list-scroll .slick-prev {
		left: 0
	}
}

.insider-meet-03 .list-scroll .slick-next {
	right: -100px;
	opacity: 1;
	background-image: url(../images/icon/next-01.png)
}

.insider-meet-03 .list-scroll .slick-next:hover {
	border-color: #f9be00;
	background-color: #f9be00;
	background-image: url(../images/icon/next-02.png)
}

@media (max-width:1600px) {
	.insider-meet-03 .list-scroll .slick-next {
		right: -90px
	}
}

@media (max-width:1259px) {
	.insider-meet-03 .list-scroll .slick-next {
		right: 0
	}
}

.insider-meet-03 .funworkBtn {
	margin-top: 130px;
	text-align: center
}

.insider-meet-03 .list-scroll-02 .items {
	float: left;
	width: 25%;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	margin-top: 70px
}

.insider-meet-03 .list-scroll-02 .items .pic {
	display: block;
	position: relative
}

.insider-meet-03 .list-scroll-02 .items .pic:after {
	content: "";
	display: block;
	padding-bottom: 26%
}

@media (max-width:414px) {
	.insider-meet-03 .list-scroll-02 .items .pic:after {
		padding-bottom: 35%
	}
}

.insider-meet-03 .list-scroll-02 .items img {
	display: inline-block
}

.insider-meet-03 .list-scroll-02 .slick-prev,.insider-meet-03 .list-scroll-02 .slick-next {
	width: 74px;
	height: 74px;
	margin-top: -37px;
	border-radius: 100%;
	background: #fff;
	opacity: 1;
	border: solid 1px #e8e8e8;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center center
}

@media (max-width:1600px) {
	.insider-meet-03 .list-scroll-02 .slick-prev,.insider-meet-03 .list-scroll-02 .slick-next {
		width: 50px;
		height: 50px
	}
}

@media (max-width:1259px) {
	.insider-meet-03 .list-scroll-02 .slick-prev,.insider-meet-03 .list-scroll-02 .slick-next {
		opacity: 0;
		display: none;
		visibility: hidden
	}
}

.insider-meet-03 .list-scroll-02 .slick-prev {
	left: -100px;
	opacity: 1;
	background-image: url(../images/icon/prev-01.png)
}

.insider-meet-03 .list-scroll-02 .slick-prev:hover {
	border-color: #f9be00;
	background-color: #f9be00;
	background-image: url(../images/icon/prev-02.png)
}

@media (max-width:1600px) {
	.insider-meet-03 .list-scroll-02 .slick-prev {
		left: -90px
	}
}

@media (max-width:1259px) {
	.insider-meet-03 .list-scroll-02 .slick-prev {
		left: 0
	}
}

.insider-meet-03 .list-scroll-02 .slick-next {
	right: -100px;
	opacity: 1;
	background-image: url(../images/icon/next-01.png)
}

.insider-meet-03 .list-scroll-02 .slick-next:hover {
	border-color: #f9be00;
	background-color: #f9be00;
	background-image: url(../images/icon/next-02.png)
}

@media (max-width:1600px) {
	.insider-meet-03 .list-scroll-02 .slick-next {
		right: -90px
	}
}

@media (max-width:1259px) {
	.insider-meet-03 .list-scroll-02 .slick-next {
		right: 0
	}
}

.font30 {
	font-size: 30px
}
.home_name {
  text-align: center;
  color: #2f2f2f;
  margin-top: 10px;
  line-height: 24px;
}
.sqtd_div {
  padding: 56px 0 60px;
  height:auto;
}
.sqtd_div .sqtd_list {
  margin-top: 30px;
  text-align: center;
}
.sqtd_div .sqtd_list a {
  display: inline-block;
  line-height: 36px;
  height: 38px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  color: #333;
  padding: 0 20px;
  margin: 0 5px;
}
.sqtd_div .sqtd_list a:hover,
.sqtd_div .sqtd_list a.cur {
  background: #db2726;
  border: 1px solid #db2726;
  color: #fff;
}
.sqtd_div ul {
  margin-top: 50px;
}
.sqtd_div ul li {
  margin: 0 20px 31px 0;
  float: left;
  width: 180px;
  height: 380px;
  background: #f4f4f4;
  padding: 26px 22px 0;
}
.sqtd_div ul li .img {
  display: block;
  width: 175px;
  height: 175px;
  position: relative;
}
.sqtd_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sqtd_div ul li .text {
  padding-top: 24px;
}
.sqtd_div ul li .text .bt {
  color: #2f2f2f;
  font-size: 18px;
}
.sqtd_div ul li .text .t {
  margin-top: 10px;
  color: #2f2f2f;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.sqtd_div ul li .text .more {
  margin-top: 28px;
  color: #db2726;
  font-size: 15px;
  /*padding-left: 28px;*/
  position: relative;
}
.sqtd_div ul li .text .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: -12px;
  width: 19px;
  height: 29px;
  background: url(../images/sqtd_icon.png) no-repeat center center;
}
.sqtd_div ul li:nth-child(5n) {
  margin-right: 0;
}


.thing .bt p {width: 100%;}

.thing_time{ height: 430px;width: 1200px;margin:30px  auto 10px;position: relative;overflow-x: scroll;overflow-y: hidden;}




.thing_time_1{ height: 300px;width: 1200px;margin:30px  auto 80px;position: relative;}
.content{width:100%;padding:0px 0px 40px 0px;/*background-color:#f4f4f4;*/}
.bt{/*width:1200px;*/margin:0 auto;text-align:center;height:60px; margin-top:10px;}

.bt p{width:580px;margin:0 auto;margin-top:10px;font-size:16px;float:left;line-height:25px;color:#666;}
.time_line{height: 1px;width: 120%;background: #c9a65a;position: absolute;top:50%;font-size: 0;}

.time_list{width:100%;height:1px;top:50%;margin-top: -1px;position: absolute;}

.time_list li{width: 135px;float: left;position:absolute;}

.time_list li span{display: block;width: 8px;height: 8px;background: #c9a65a;border-radius: 50%;position: absolute;bottom:-34px;left: 50%;margin-left: -4px;}

.time_list li div{background: #fff;border:1px solid #c9a65a;padding:10px;border-radius: 5px;line-height: 20px;font-size: 14px;color: #c9a65a;} 

.time_list li:after {content: '';font-size: 0;width: 0;height:0;border:8px solid transparent;border-top-color: #c9a65a;position: absolute;bottom:-16px;left:50%;margin-left: -8px;}

.time_list li div p{font-size: 12px;color: #999;line-height: 24px;}

.time_list li:hover div{font-size: 15px;line-height: 22px;cursor: pointer;}

.time_list li.even{top:30px;}

.time_list li.even span{bottom: inherit;top:-33px;}

.time_list li.even:after{bottom: inherit;top: -16px;border:8px solid transparent;border-bottom-color: #c9a65a;}

.time_list li.time1{left:0;bottom:30px;}

.time_list li.time2{left: 70px;}

.time_list li.time3{left: 188px;bottom:30px;}

.time_list li.time4{left: 260px;}

.time_list li.time5{left: 363px;bottom:30px;}

.time_list li.time6{left: 443px;}

.time_list li.time7{left: 536px;bottom:30px;}

.time_list li.time8{left: 630px;}

.time_list li.time9{left: 708px;bottom:30px;}

.time_list li.time10{left: 810px;}

.time_list li.time11{left: 890px;bottom:30px;}

.time_list li.time12{left:986px;}

.time_list li.time13{left:1060px;bottom:30px;}

.time_list li.time14{left:1166px;}

.time_list li.time15{left:1230px;bottom:30px;}


.rongyu {height: 850px;background: url(../images/rongyu.jpg) center center no-repeat ;}

.rongyu .bt h1 {color: #fff;width: 100%;padding-top: 50px;}

.rongyu_list{width: 1200px;margin:0 auto;height: 600px;position: relative;}

.rongyu_list span{display: block;padding:10px 15px;font-size: 16px; line-height: 22px;width: 190px;color: #fff;position: absolute;border-radius: 5px;cursor:pointer;}

.rongyu_list span.ry1{left: 461px;top: 53px;}

.rongyu_list span.ry2{left: 90px;top:70px;}

.rongyu_list span.ry3{left: -15px;top: 284px;}

.rongyu_list span.ry4{left: 255px;top: 190px;}

.rongyu_list span.ry5{left: 590px;top: 173px;}

.rongyu_list span.ry6{left: 854px;top: 174px;}

.rongyu_list span.ry7{left: 965px;top: 435px;}

.rongyu_list span.ry8{left: 647px;top: 442px;}

.rongyu_list span.ry9{left: 225px;top: 405px;.rongyu_listspan.ry9: after{border:8px solid transparent;border-left-color: #fff;top:16px;margin-left: 100px;}}

.rongyu_list span.ry10{left: 260px;top: 509px;}

.rongyu_list span.ry11{left: 500px;top: 598px;}

.rongyu_list span:after {content: '';font-size: 0;width: 0;height:0;border:8px solid transparent;border-top-color: #fff;position: absolute;bottom:-16px;left:50%;margin-left: -8px;}

.rongyu_list span.ry3:after{border:8px solid transparent;border-bottom-color: #fff;top: -16px;}

.rongyu_list span.ry5:after{margin-left: -36px;}

.rongyu_list span.ry9:after{margin-left: 68px;}

.rongyu_list span.ry7:after{border:8px solid transparent;border-bottom-color: #fff;top: -16px;}

.rongyu_list span.ry8:after{border:8px solid transparent;border-bottom-color: #fff;top: -16px;margin-left: 26px;}

.rongyu_list span.ry10:after{border:8px solid transparent;border-left-color: #fff;top: 20px;margin-left: 110px;}

.rongyu_list span.ry9:after{border:8px solid transparent;border-left-color: #fff;top: 36px;margin-left: 110px;}

.rongyu_list span.ry11:after{border:8px solid transparent;border-right-color: #fff;top: 20px;margin-left: -126px;}

.rongyu_list span:after{display: none;}

.rongyu_list span:hover{background: #fff;color: #c9a65a;}

.rongyu_list span:hover:after{display: block;}


.about_news {
	padding-top: 50px;
	height: 935px;
	background: #F6F6F6;
}
.news_con {
	margin: 0 -15px;
	padding: 60px 0 20px;
	width: 1230px;
}
.news_con li {
	float: left;
	margin: 0 15px;
	width: 570px;
}
.news_con li .tit {
	padding: 16px 20px 0;
	height: 204px;
	background: #FFF;
}
.news_con li .tit h4 {
	font-size: 13px;
	color: #666;
	font-weight: normal;
	line-height: 24px;
}
.news_con li .tit h5 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	line-height: 32px;
	text-align:center;
}
.news_con li .tit p{ font-size:14px; line-height:200%;}
.news_con li:hover {
	box-shadow: 0 0 30px rgba(0,0,0,.1);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


/* caselist */
.caselist {
	width:1200px;
	margin:30px auto;
}
.caselist li {
	width:390px;
	height:227px;
	line-height:227px;
	text-align:center;
	font-size:30px;
	float:left;
	margin:0 10px 15px 0;
	position:relative;
	overflow:hidden;
	background-color:#FFFFFF;
}
.tagImg1 {
	width:389px;
	height:226px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
.tagImg1 img {
	width:389px;
	height:226px;
}
.tagImg2 {
	width:59px;
	height:59px;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.tagImg2 img {
	width:59px;
	height:59px;
}
.tagDiv1 {
	background:#F4F4F4;
	border:1px solid #E7E7E7;
	padding:10px;
	width:369px;
	height:205px;
	position:absolute;
	left:0px;
	top:226px;
	z-index:2;
	
}
.tagDiv1 h3 {
	margin:0px;
	font-size:12px;
	color:#000;
	line-height:16px;
}
.tagP1 {
	margin:5px 0 0;
	color:#666;
}
.tagP2 {
	line-height:30px;
	clear:both;
	color:#666;
	padding:5px 0 0;
	height:115px;
	overflow:hidden;
	font-size:16px;
	vertical-align:middle;
	padding-top:60px;
}
.tagP3 {
	height:25px;
}
.tagP3 a {
	background:url("../images/jz_sprite-btn.png") no-repeat;
	color:#2A5077;
	display:inline-block;
	height:25px;
	line-height:25px;
	margin-left:10px;
	text-align:center;
	width:89px;
	text-decoration:none;
}






/* caselist2 */
.caselist2 {
	width:1200px;
	margin:30px auto;
}
.caselist2 li {
	width:570px;
	height:570px;
	line-height:570px;
	text-align:center;
	font-size:30px;
	float:left;
	margin:0 15px 15px 15px;
	position:relative;
	overflow:hidden;
	background-color:#FFFFFF;
}
.tagImg12 {
	width:568px;
	height:568px;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
}
.tagImg12 img {
	width:568px;
	height:568px;
}
.tagImg22 {
	width:59px;
	height:59px;
	display:block;
	float:left;
	margin:0 10px 0 0;
}
.tagImg22 img {
	width:59px;
	height:59px;
}
.tagDiv12 {
	background:#fff;
	border:1px solid #E7E7E7;
	padding:10px;
	width:568px;
	height:568px;
	position:absolute;
	left:0px;
	top:568px;
	z-index:2;
	
}
.tagDiv12 h3 {
	margin:0px;
	font-size:12px;
	color:#000;
	line-height:16px;
}
.tagP12 {
	margin:5px 0 0;
	color:#666;
}
.tagP22 {
	line-height:30px;
	clear:both;
	color:#666;
	padding:5px 20px 0 20px;
	height:568px;
	overflow:hidden;
	font-size:16px;
	vertical-align:middle;
	padding-top:150px;
}
.tagP32 {
	height:25px;
}
.tagP32 a {
	background:url("../images/jz_sprite-btn.png") no-repeat;
	color:#2A5077;
	display:inline-block;
	height:25px;
	line-height:25px;
	margin-left:10px;
	text-align:center;
	width:89px;
	text-decoration:none;
}





/**************/
.box{
    width: 800px;height: 650px;margin:-50px auto;
}
.all{
    width: 800px;height: auto;margin: 60px auto;overflow: hidden;
}
.top-img{
    width: 800px;height: auto;font-size: 0;position: relative;
}
.activeimg{
    overflow: hidden;height: 500px;position: relative;
}
.top-img .activeimg img{
    width: 800px;height: 500px;
}
.top-img .left{
    width: 80px;height: 500px;background: rgba(0,0,0,0.4);position: absolute;left: 0;top: 0;text-align: center;line-height: 500px;
    cursor: pointer;
}
.top-img .left img,.top-img .right img{ margin-top:220px;}
.top-img .right{
    width: 80px;height: 500px;background: rgba(0,0,0,0.4);position: absolute;left:720px;top: 0;text-align: center;line-height: 500px;
    cursor: pointer;
}
.top-img .left:hover,.top-img .right:hover{
    background: rgba(0,0,0,0.5);
}

.bot-img{
    height: 90px;width: 800px;margin-top: 15px
}
.bot-img ul{
    width: 100%;height: 100px;
}
.bot-img ul li{
    width: 90px;margin-right: 10px;float: left;border: 1px solid #fff;cursor: pointer;font-size: 0;
}
.bot-img ul li.active{
    border: 1px solid #ff6600;
}
.bot-img ul li img{
    width: 100%;
}
.bot-img ul li:last-child{
    margin-right: 0;
}




.service_item_1 {
	border-bottom: 1px solid #E0E0E0;
	 height:400px;
}
.service_item_1 .con {
	position: relative;
	margin: auto;
	padding-top: 40px;
	width: 1200px;
	height: 280px;
}
.service_item_1 .tit {
	padding-bottom: 20px;
	background: url(../img/service_item_tit_line.png) no-repeat left bottom;
}
.service_item_1 .tit h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
.service_item_1 .tit h4 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #ff0000;
	line-height: 56px;
}
.service_item_1 .text {
	padding-top: 40px;
	font-size: 14px;
	line-height: 28px;
}
.service_item_1 .pic {
	position: absolute;
	top: 100px;
	right: 0;
}

.service_item_2 {
	border-bottom: 1px solid #E0E0E0;
}
.service_item_2 .con {
	position: relative;
	margin: auto;
	padding-top: 120px;
	width: 1200px;
	height: 485px;
	background: url(../img/service_item_pic2.jpg) no-repeat left bottom;
	text-align: right;
}
.service_item_2 .tit {
	padding-bottom: 20px;
	background: url(../img/service_item_tit_line.png) no-repeat right bottom;
}
.service_item_2 .tit h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 28px;
}
.service_item_2 .tit h4 {
	font-family: Arial;
	font-size: 36px;
	font-weight: normal;
	color: #ff0000;
	line-height: 56px;
}
.service_item_2 .text {
	padding-top: 40px;
	font-size: 14px;
	line-height: 28px;
}