@charset "utf-8";
@font-face {
	font-family: mFont;
	src: url('../font/petit.TTF');
}


/*	复用标题	*/

.t_head {
	text-align: center;
}

.t_head .h1 {
	font-size: 32px;
	margin-bottom: 13px;
}

.t_head .h2 {}

.t_head .h3 {}

.t_head .p {}

.t_head .link {}


/*顶部*/

.menuTop {
	position: relative;
	width: 1230px;
	margin: 0 auto;
	z-index: 999;
}

.logoBorder {
	border: 1px solid #48845a;
	padding: 10px 17px;
	border-radius: 45px 8px;
}

.timeInfo {
	position: relative;
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	margin-bottom: 12px;
	padding: 0 40px;
}

.headerBox {
	width: max-content;
	margin: 0 auto;
}

#clockDetail {
	float: left;
}

.timeInfo .topWel {
	display: block;
	position: absolute;
	right: 40px;
	top: 0;
}

.logoInfo {
	width: 1000px;
	margin: 0 auto;
}

.logoInfo img {
	width: 230px;
}
.bocweb-logo {
	
}
.mask {
    position: absolute;
    width: 230px;
    height: 106px;
    top: 0;
    left: 0%;
    margin-left: 0px;
    -webkit-mask-image: url(../img/dm_logo1.png);
    -webkit-mask-position: 0 0;
    -webkit-mask-repeat: no-repeat;
    transition-delay: 4.5s;
    opacity: 1;
}
.mask:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    top: 0;
    z-index: 9;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 50%, #efefef 90%, rgba(255, 255, 255, 0)) no-repeat 0 0;
    animation: lightLine1 2s linear infinite;
    -webkit-animation: lightLine1 2s linear infinite;
    background-size: cover;
}
:after, :before {
    box-sizing: border-box;
}
@keyframes lightLine1 {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(500%);
	}
}

@-webkit-keyframes lightLine1 {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(500%);
	}
}




.logoInfoR {
	position: absolute;
	right: 15px;
	top: 70px;
	width: 300px;
	height: 80px;
}

.logoInfoImg {
	position: absolute;
	top: -19px;
	right: -12px;
	height: 150px;
	border-radius: 5px 11px 44px 15px;
	overflow: hidden;
	width: 361px;
	height: 153px;
}

.logoInfoImg img {
	width: 100%;
	height: 100%;
}

.logoInfo p {
	font-size: 62px;
	color: rgba(52, 119, 72, 0.9);
	font-family: "mFont";
}

.logoInfo {
	position: relative;
	height: 137px;
	text-align: center;
	line-height: 137px;
}

.logoInfo .logo {
	top: 12px;
	left: -46px;
	/*  box-shadow: 0px 6px 16px 1px #dad8d8; */
}

#weather-float-he {
	z-index: 9999;
}

.bocweb-logo {
	position: relative;
}

.logo-img {
	position: absolute;
	left: 0;
	top: 0;
}

.mask {
	position: absolute;
	width: 170px;
	height: 86px;
	top: 0;
	left: 0;
	-webkit-mask-image: url(../../imgs/tzbus_logo11.png);
	-webkit-mask-position: 0 0;
	-webkit-mask-repeat: no-repeat;
	transition-delay: 4.5s;
	opacity: 1;
}

/*img {
	vertical-align: top;
	max-width: 100%;
}*/

.mask:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 20%;
	left: 0;
	top: 0;
	z-index: 9;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #ffffff 50%, #efefef 90%, rgba(255, 255, 255, 0)) no-repeat 0 0;
	animation: lightLine1 2s linear infinite;
	-webkit-animation: lightLine1 2s linear infinite;
	background-size: cover;
}

@keyframes lightLine1 {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(500%);
	}
}

@-webkit-keyframes lightLine1 {
	0% {
		-webkit-transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(500%);
	}
}

.indexBoBg {
	width: 1230px;
	height: 150px;
	background: url(../image/indexbotBg.png) center center no-repeat;
	background-size: cover;
	margin: 20px auto;
	position: relative;
}

.indexBoBg .boBgl,
.indexBoBg .boBgr {
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	text-align: center;
	font-size: 32px;
	display: inline-block;
	position: absolute;
	width: 320px;
	height: 100px;
	top: 25px;
	line-height: 100px;
}

.indexBoBg .boBgl {
	left: 205px;
}

.indexBoBg .boBgr {
	right: 65px;
}

.tbo .l {
	width: 100%;
}

.devoList .devo {
	margin-bottom: 10px;
}


/*商务专区*/

.line {
	margin-bottom: 18px;
}

.businessIntro {
	font-size: 20px;
	line-height: 38px;
	text-indent: 2em;
}

.businessBox {
	height: 426px;
	/* border: 3px solid #fff; */
	background: #fff;
	overflow: hidden;
	margin: 40px 0 70px;
}

.businessInfo {
	height: 100%;
	width: 60%;
	float: left;
}

.businessInfo img {
	width: 100%;
}

.businessBox .txts {
	width: 40%;
	float: left;
}

.businessBox .txts .pa {
	padding: 9% 8% 0 10%;
}

.businessBox .txts .name {
	font-size: 24px;
	color: #c7000a;
	border-bottom: 1px solid #ccc;
	padding-bottom: 24px;
}

.tonghao .ico,
.wuye .ico,
.icoB .ico {
	height: 42px!important;
}

.indentB p {
	text-indent: 3em;
}


/*	侧导航	*/

.side-bar {
	position: fixed;
	right: 10px;
	top: 137px;
	padding-top: 38px;
	background: url(../image/temp/png5.png) center top no-repeat;
	/* display: none; */
	z-index: 999;
}

.side-bar .list {
	margin: 0 10px;
}

.side-bar li {
	position: relative;
	margin-top: 4px;
	cursor: pointer;
	color: #fff;
}

.side-bar .anchor {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.2);
	overflow: hidden;
	font-size: 0;
	text-align: center;
	color: #333;
}

.side-bar .anchor:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}

.side-bar .anchor span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	line-height: 1.2;
}

.side-bar .anchor:hover {
	background-color: #00a0e9;
	color: #fff;
}

.side-bar .ico {
	position: relative;
	width: 50px;
	z-index: 1;
	height: 50px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.2);
	overflow: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.side-bar .ico>img {
	display: none;
	width: 100%;
}

.side-bar .ico>img:first-child {
	display: block;
}

.side-bar .pop {
	position: absolute;
	right: 100%;
	top: 0;
	margin-right: 10px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.side-bar .pop .p {
	margin-top: 12px;
	padding: 3px 18px;
	border-radius: 20px;
	background-color: #00a0e9;
	white-space: nowrap;
}

.side-bar .list .ico img {
	width: 25px;
	vertical-align: middle;
	margin: 12.5px auto;
}

.side-bar .list li:nth-child(1) .ico img {
	width: 32px;
	margin: 18px auto;
}

.side-bar .list li:nth-child(2) .ico img {
	width: 30px;
	margin: 16px auto;
}

.side-bar .list li:nth-child(3) .ico img {
	width: 28px;
	margin: 12px auto;
}

.side-bar .list li:nth-child(4) .ico img {
	width: 28px;
	margin: 12px auto;
}

.side-bar .list li:nth-child(5) .ico img {
	width: 28px;
	margin: 11px auto;
}

.side-bar .list li:nth-child(6) .ico img {
	width: 34px;
	margin: 7px auto;
}

.side-bar .list li:nth-child(7) .ico img {
	width: 33px;
	margin: 10.5px auto;
}

.side-bar .list li:nth-child(8) .ico img {
	width: 30px;
	margin: 10px auto;
}

.side-bar .pop span {
	display: block;
}

.side-bar .code {
	position: relative;
	margin-top: -39px;
	margin-right: 7px;
	padding: 10px;
	width: 130px;
	height: 128px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.2);
}

.side-bar .code:before {
	content: '';
	position: absolute;
	right: -8px;
	top: 50%;
	margin-top: -13px;
	border-left: 8px solid #fff;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	width: 0;
	height: 0;
}

.side-bar .code>img {
	display: block;
	width: 100%;
}

.side-bar li:hover .ico {
	background-color: #00a0e9;
}

.side-bar li:hover .ico>img {
	display: block;
}

.side-bar li:hover .ico>img:first-child {
	display: none;
}

.side-bar li:hover .pop {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}

.side-lines {
	position: fixed;
	left: 20px;
	top: 50%;
	z-index: 999;
}

.side-lines li {
	position: relative;
	width: 54px;
	height: 54px;
	border-radius: 4px;
	margin-bottom: 4px;
	background-color: #fff;
	box-shadow: 0px 0px 13px 0px rgba(3, 0, 0, 0.2);
	color: #8e8e8e;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: padding 0.2s;
	-moz-transition: padding 0.2s;
	transition: padding 0.2s;
}

.side-lines .p {
	position: relative;
	padding-top: 30px;
}

.side-lines .p:before,
.side-lines .p:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -9px;
	bottom: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-radius: 50%;
	z-index: 0;
}

.side-lines .p:before {
	border: 8px solid;
}

.side-lines .p:after {
	border: 5px solid #fff;
}

.side-lines .p span {
	font-size: 12px;
	color: #333;
}

.side-lines li:before,
.side-lines li:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	margin-left: 60px;
	width: 0;
	height: 0;
	border-top: transparent;
	border-bottom: transparent;
	border-style: solid;
	border-right: 0 none;
}

.side-lines li:before {
	border-width: 6px;
}

.side-lines li:after {
	border-width: 4px;
	color: #fff;
}

.side-lines li:hover,
.side-lines li.act {
	padding-right: 18px;
}

.useful {
	margin-bottom: 120px;
}

.useful .head {
	margin-bottom: 55px;
	text-align: center;
}

.useful .head .h1 {
	font-size: 32px;
}

.useful .list {}

.useful .list li {
	float: left;
	width: 294px;
	height: 80px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
	text-align: center;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.useful .list li+li {
	margin-left: 18px;
}

.useful .list li span {
	display: inline-block;
	vertical-align: middle;
}

.useful .list .ico {
	display: inline-block;
	padding: 18px;
}

.useful .list .ico>img {
	display: none;
}

.useful .list .ico>img:first-child {
	display: block;
}

.useful .list li:hover {
	background-color: #75c0dc;
	color: #fff;
}

.useful .list li:hover .ico>img {
	display: block;
}

.useful .list li:hover .ico>img:first-child {
	display: none;
}

.home1 {
	position: relative;
}

.home1 .focus {
	width: 100%;
	position: relative;
	margin: auto;
}

.home1 .focus .frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home1 .focus .frame .child {
	height: 100%;
	float: left;
	position: relative;
}

.home1 .focus .frame .child>a {
	display: block;
	height: 100%;
}

.home1 .focus .frame .child img {
	width: 100%;
	height: auto;
}

.home1 .focus .frame .child .txt {
	position: absolute;
	width: 710px;
	top: 0;
	left: 50%;
	margin-left: -355px;
	text-align: center;
	padding-top: 210px;
}

.home1 .focus .frame .child .txt h1 {
	font-size: 60px;
	color: #fff;
	-webkit-transition: all 0.6s ease-in-out 0.3s;
	transition: all 0.6s ease-in-out 0.3s;
	position: relative;
	top: -80px;
	opacity: 0;
}

.home1 .focus .frame .child .txt p {
	font-size: 14px;
	color: #fff;
	padding-top: 18px;
	-webkit-transition: all 0.6s ease-in-out 0.4s;
	transition: all 0.6s ease-in-out 0.4s;
	position: relative;
	top: -80px;
	opacity: 0;
}

.home1 .focus .frame .child.now .txt h1 {
	top: 0;
	opacity: 1;
}

.home1 .focus .frame .child.now .txt p {
	top: 0;
	opacity: 1;
}

.home1 .focus .nav {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 49px;
	width: 100%;
}

.home1 .focus .nav i {
	display: inline-block;
	width: 43px;
	height: 3px;
	background: #fff;
	margin: 0 3px;
	cursor: pointer;
}

.home1 .focus .nav i.now {
	background: #58c1de;
}

.home1 .not_bar {
	height: 66px;
	background: #fff;
	border-radius: 10px;
	position: absolute;
	bottom: -75px;
	width: 1230px;
	left: 50%;
	margin-left: -615px;
	box-shadow: 0px 3px 30px 1px #ccc;
}

.home1 .not_bar .bgi {
	position: absolute;
	left: 42px;
	top: 22px;
}

.home1 .not_bar .focus1 {
	position: relative;
	margin: auto;
	overflow: hidden;
	height: 100%;
	z-index: 1;
	padding-left: 98px;
}

.home1 .not_bar .focus1 .frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.home1 .not_bar .focus1 .frame .child {
	height: 100%;
	position: relative;
	line-height: 66px;
}

.home1 .not_bar .focus1 .frame .child p {
	font-size: 14px;
	color: #333;
	padding: 0 100px 0 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
}

.home1 .not_bar .focus1 .frame .child p img {
	margin-right: 30px;
}

.home1 .not_bar .focus1 .frame .child p i {
	float: right;
	width: 18px;
	height: 18px;
	background: url(../image/jjl/add1.png) no-repeat center;
	position: absolute;
	top: 24px;
	right: 32px;
}

.home2 {
	margin-top: 90px;
}

.home2 .newsMain {
	display: flex;
	margin-bottom:25px;
	display: -webkit-flex;
}

.home2 .newsMain .newsLeft {
	-webkit-flex: 1;
	flex: 1;
	font-size: 16px;
	font-weight: 200;
	line-height: 27px;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	width: 100%;
}

.home2 .newsMain .newsLeft li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:8px;
	border-bottom:1px solid #e2e2e2;
}
.home2 .newsMain .newsLeft li:hover {
	border-bottom:1px solid #0075c2;
	color:#0075c2;
}
#insw2 .line::before{
    content: '';
    display: block;
    height: 2px;
    width: 76%;
    background-color: #dedcdc;
    position: relative;
    top: 22px;
    left: 138px;
}
#insw2 .none-line::before {
    display:none;
}
.home2 .newsMain .newsRight {
	-webkit-flex: 1;
	flex: 1;
	margin-top: 15px;
}

.home2 .newsLeft p {
	color: #48845a;
	font-size: 32px;
	font-weight: 400;
	margin-top: 16px;
	margin-bottom: 15px;
}

.home2 .newsLeft p:before {
	content: '';
	display: block;
	height: 2px;
	width: 67%;
	background-color: #dedcdc;
	position: relative;
	top: 14px;
	left: 136px;
}
.home2 .newsRight div{

}



.home2 .newsRight #slider1_container {
	position: relative;
	top: 0px;
	left: 0px;
	height: 420px;
}
.home2 .newsRight .slides{
	width:100%!important;
	height:420px!important;

}
.home2 .newsRight .slides a{
	width:100%!important;
	height:420px!important;

}
.home2 .newsRight .slides div{
	width:100%!important;

}
.home2 .newsRight .slides>div{
	height:420px!important;
	display:block!important;

}

.home2 .newsRight #slider1_container{
	width:100%!important;
	height:420px!important;

	
}

.home2 .newsRight .slider {
	width: 645px;
	height: 420px;
	overflow: hidden;
}


/* .home2 .newsRight .slider{ box-shadow:5px 5px 12px #000;} */

.home2 .newsRight .slider img {
	width: 100%!important;
	height: 420px!important;
}

.home2 .newsRight .sliders {
	cursor: move;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 420px;
}


@media screen and (max-width: 750px){
.home2 .newsRight #slider1_container {
	position: relative;
	top: 0px;
	left: 0px;
	height: 300px!important;
}
.home2 .newsRight .slides{
	width:100%!important;
	height:300px!important;

}
.home2 .newsRight .slides a{
	width:100%!important;
	height:300px!important;

}
.home2 .newsRight .slides div{
	width:100%!important;

}
.home2 .newsRight .slides>div{
	height:300px!important;
	display:block!important;

}

.home2 .newsRight #slider1_container{
	width:100%!important;
	height:300px!important;

	
}
.home2 .newsRight .slider {
	width: 645px;
	height: 300px!important;
	overflow: hidden;
}
.focus .search-box .box{
height:100px;
}

	
}


.desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;
	z-index: 2;
	background-color: rgba(0, 0, 0, 0.5);
}

.desc p {
	padding-left: 20px;
	line-height: 40px;
	color: #FFFFFF;
	font-size: 32px;
}

.slideTitle {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-left: 10px;
	height: 30px!important;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
	z-index: 2;
	font-size: 16px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.6);
}

.slideTitle .line {
	width: 50px;
	height: 4px;
	position: absolute;
	left: 385px;
	margin-top: 20px;
	top: 50px;
	background-color: #FFFFFF;
}

.home2 .newsRight .slidetip {
	position: fixed;
	z-index: 99;
	bottom: 12px;
	right: 2%;
}

.home2 .newsRight .slidetip div {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 12px;
}

.home2 .newsRight .av {
	background-color: #115590 !important;
}

.home2 .newsRight .newsRightM ul {
	display: flex;
	display: -webkit-flex;
	position: relative;
}

.home2 .newsRight .newsRightM ul li {
	-webkit-flex: 1;
	flex: 1;
	margin: 4px 14px 4px 0;
	text-align: left;
	font-size: 12px;
	position: relative;
	overflow: hidden;
}

.home2 .newsRight .newsRightM ul li:last-child {
	margin-right: 0;
}

.home2 .newsRight .newsRightM ul li img {
	width: 100%;
	margin-bottom: 8px;
}

.home2 .newsRightB {
	display: flex;
	display: -webkit-flex;
	font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}

.home2 .newsRightB .bottomL {
	-webkit-flex: 1;
	flex: 1;
	
overflow:hidden
}

.home2 .newsRightB .bottomR {
	-webkit-flex: 1;
	flex: 1;
	width:50%;
	overflow:hidden;
}

.home2 .newsRightB .line {
	color: #48845a;
	font-weight: bolder;
	font-size: 32px;
	margin-bottom: 15px;
}

.home2 .newsRightB .line:before {
	content: '';
	display: block;
	height: 2px;
	width: 76%;
	background-color: #dedcdc;
	position: relative;
	top: 13px;
	left: 138px;
}


.home2 .newsRightB .bottomM {
	line-height: 22px;
	margin-bottom: 8px;
	padding-right:30px;
}

.home2 .newsRightB .bottomM p:first-child {
	padding-bottom: 9px;
	border-bottom:1px solid #e2e2e2;
}
.home2 .newsRightB .bottomM p:first-child a {
	display: flex;
    	flex-direction: row;
}
.home2 .newsRightB .bottomM p:first-child a .c-span {flex:1;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.home2 .newsRightB .bottomM p:first-child:hover {
	border-bottom:1px solid #0075c2;
	color:#0075c2;
}

.home2 .newsRightB img {
	width: 41%;
	float: left;
	margin-right: 12px;
}

.home2 .focus {
	/* background-color: #0174c7; */
	width: 100%;
}

.home2 .focus .search-box,
.home2 .focus .search-box .box {
	position: relative;
	margin: 0;
	padding: 0;
	left: inherit;
	/* 	background: none; */
}

.home2 .focus .search-box .box {
	/* background: none; */
}


/* 下拉选框 */

.select-warp {
	position: relative;
	letter-spacing: 0;
	font-size: 14px;
	text-align: left;
}

.select-warp .select-bar {
	position: relative;
}

.select-warp .select-bar:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	border: 1px solid #ccc;
}

.select-warp .select-btn {
	position: relative;
	height: 21px;
	padding: 7px 50px 7px 15px;
	overflow: hidden;
	cursor: pointer;
}

.select-warp .select-btn:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 0;
	width: 14px;
	height: 100%;
	background: url(../image/ms.png) left no-repeat;
}

.select-warp .select-val {
	display: none;
}

.select-warp .select-txt {
	position: absolute;
	left: 0;
	top: 0;
	right: 50px;
	bottom: 0;
	padding: 7px 15px;
}

.select-warp .select-input {
	display: block;
	width: 100%;
}

.select-warp .select-cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding-top: 1px;
	border-radius: 20px;
	background-clip: content-box;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.select-warp .select-cont:before {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	right: 0;
	bottom: 0;
	border-radius: 20px;
	border: 1px solid #48845a;
}

.select-warp .select-opts {
	position: relative;
	max-height: 160px;
	padding: 15px;
	padding-right: 5px;
}

.select-warp .select-scroll {}

.select-warp .select-item {
	padding: 2px 0;
	cursor: pointer;
}

.select-warp .select-grp {
	padding: 2px 5px;
	margin-bottom: 2px;
}

.select-warp .select-tit {
	font-size: 16px;
	cursor: pointer;
	text-align: center;
}

.select-warp .select-box {
	padding: 0 10px;
	display: none;
}

.select-warp .select-grp.open {
	background-color: #fff;
}

.select-warp .select-grp.open .select-box {
	display: block;
}

.select-warp.down .select-btn:after {
	background-position: right;
}

.select-warp.down .select-cont {
	opacity: 1;
	visibility: visible;
}

.select-warp:hover .select-bar:before {
	opacity: 0.7;
}

.select-warp .select-tit:hover,
.select-warp .select-item:hover {
	opacity: 0.7;
}

#mCSB_1_scrollbar_vertical {
	background-color: #fff;
}


/*	焦点图模块	*/

.focus {
	position: relative;
	margin: 0 auto;
	color: #333;
}

.focus .carousel {
	height: 800px;
	overflow: hidden;
}

.focus .carousel_phone {
	display: none;
}

.focus .carousel li {
	float: left;
	width: 1920px;
	height: 800px;
	overflow: hidden;
	position: relative;
}

.focus .carousel li>a {
	position: relative;
	display: block;
	z-index: 2;
}

.focus .carousel li img {
	display: block;
	width: 100%;
}

.focus .paging,
.focus .info-box,
.focus .search-box,
.focus .search-box .box {
	position: absolute;
	z-index: 2;
}

.focus .paging {
	left: 0;
	bottom: 256px;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.focus .paging>a {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 5px;
	background-color: #fff;
}

.focus .paging>a.selected {
	background-color: #59c3e1;
}

.focus .paging>a span {
	display: none;
}

.focus .info-box {
	left: 0;
	right: 0;
	top: 48%;
	margin-top: -120px;
}

.focus .info-box li {
	font-size: 0;
	text-align: center;
	text-shadow: 0px 0px 15px #000;
}

.focus .info-box li+li {
	margin-top: 20px;
}

.focus .info-box .p {
	display: inline-block;
}

.focus .info-box .p1 {
	line-height: 1;
}

.focus .info-box .p1 span {
	float: left;
	font-size: 90px;
}

.focus .info-box .p1 b {
	float: left;
	font-family: Impact;
	font-size: 98px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 22px;
}

.focus .info-box .h1 b {
	font-family: Impact;
	font-size: 98px;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 22px;
}

.focus .info-box .p2 {
	overflow: hidden;
}

.focus .info-box .p2>span {
	float: left;
}

.focus .info-box .time,
.focus .info-box .weather {}

.focus .info-box .time {
	position: relative;
	padding-left: 46px;
	padding-right: 25px;
	margin-right: 30px;
	background: url(../image/ico2.png) left no-repeat;
	font-family: Arial;
	font-size: 24px;
	text-transform: uppercase;
}

.focus .info-box .time:after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	height: 10px;
	border-right: 1px solid #b6bbbd;
}

.focus .info-box .weather {
	font-size: 22px;
}

.focus .search-box {
	left: 0;
	right: 0;
	top: 100%;
	padding-top: 26px;
	margin-top: -90px;
	padding-bottom: 90px;
	/* background: url(../image/temp/bg1.jpg) center bottom no-repeat; */
	text-align: center;
}
@media screen and (min-width: 1251px){
	.focus .search-box{
		right:15%;
	}
}



.focus .search-box .box {
	left: 50%;
	bottom: 0;
	margin-left: -462px;
	width: 925px;
	height: 199px;
}

.focus .search-box .h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 24px;
	padding-top: 18px;
}

.focus .search-box .form {
	font-size: 0;
	margin-bottom: 15px;
}

.focus .search-box .select-warp,
.focus .search-box .to,
.focus .search-box .submit {
	display: inline-block;
	vertical-align: middle;
}

.focus .search-box .select-warp {
	width: 250px;
	border-color: #fff;
	border-radius: 20px;
}

.focus .search-box .to {
	width: 10px;
	border-top: 1px solid #fff;
	margin: 0 8px;
}

.focus .search-box .submit {
	margin-left: 10px;
	width: 115px;
	height: 35px;
	color: #fff;
	background-color: #48845a;
	border-radius: 20px;
	cursor: pointer;
}

.focus .search-box .tip {
	position: relative;
	display: inline-block;
	padding-right: 92px;
	padding-left: 30px;
	background: url(../../themes_ck/image/ico1.png) left no-repeat;
}

.focus .search-box .date {
	position: absolute;
	right: 0;
	top: 0;
	font-family: Arial;
	font-style: normal;
}

.focus .select-warp ::-webkit-input-placeholder {
	color: #fff;
}

.focus .select-warp :-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.focus .select-warp ::-moz-placeholder {
	color: #fff;
	opacity: 1;
}

.focus .select-warp :-ms-input-placeholder {
	color: #fff;
}

.focus .select-warp .placeholder {
	color: #fff;
}

.focus .select-query {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 100%;
	max-height: 160px;
	overflow: hidden;
	padding: 10px 2px 10px 15px;
	text-align: left;
	z-index: 10;
	display: none;
}

.focus .select-query:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	right: 0;
	bottom: 0;
	background-color: #1b8cdb;
	border: 1px solid #4aa0d8;
	border-radius: 8px;
}

.focus .select-query ul {
	position: relative;
	padding-right: 20px;
}

.focus .select-query ul li {
	padding: 5px 0;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.focus .select-query ul li:hover {
	color: #3fd0f9;
}

.home3 {
	/* padding-top: 73px; */
}

.home3 .cont {overflow:hidden;}

.home3 .cont h1 {
	color: #48845a;
	display: inline-block;
}

.home3 .cont .l {
	width: 615px;
	float: left;
}

.home3 .cont .l .top {
	font-size: 32px;
	color: #333;
	height: 39px;
	line-height: 39px;
	position: relative;
	margin: 15px 0 50px;
}

.home3 .cont .l .top span {
	font-size: 14px;
	margin-left: 20px;
}

.home3 .cont .l .top .more {
	display: inline-block;
	width: 194px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	background: url(../image/jjl/more_1.png) no-repeat;
	background-size: cover;
	font-size: 14px;
	color: #48845a;
	position: absolute;
	right: 0;
	top: 0;
}

.home3 .cont .l .top .more:hover {
	color: #666;
}

.home3 .cont .l .list {}

.home3 .cont .l .list li {
	padding: 16px 0 11px;
	border-bottom: 1px solid #e2e2e2;
}

.home3 .cont .l .list li h1 {
	font-size: 16px;
	color: #474747;
	padding-bottom: 3px;
}

.home3 .cont .l .list li span {
	font-size: 16px;
	color:#474747;
}

.home3 .cont .l .list li:hover {
	border-bottom-color: #0075c2;
}

.home3 .cont .l .list li:hover h1 {
	color: #0075c2;
}

.home3 .cont .l .focus {
	width: 100%;
	position: relative;
	margin: auto;
}

.home3 .cont .l .frame {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 35px;
}

.home3 .cont .l .frame .child {
	height: 100%;
	float: left;
	width:100%;
}

.home3 .cont .l .count {
	font-size: 18px;
	color: #707070;
	height: 24px;
	line-height: 24px;
	text-align: center;
	width: 105px;
	position: relative;
	margin-top: 32px;
}

.home3 .cont .l .count b {
	font-weight: normal;
	margin-right: 4px;
}

.home3 .cont .l .count em {
	font-style: normal;
	margin-left: 4px;
}

.home3 .cont .l .count .prev {
	background: url(../image/jjl/left_1.png) no-repeat;
	background-size: cover;
	width: 11px;
	height: 23px;
	position: absolute;
	left: 0;
	top: 0;
}

.home3 .cont .l .count .prev:hover {
	background-image: url(../image/jjl/left_2.png);
}

.home3 .cont .l .count .next {
	background: url(../image/jjl/right_1.png) no-repeat;
	background-size: cover;
	width: 11px;
	height: 23px;
	position: absolute;
	right: 0;
	top: 0;
}

.home3 .cont .l .count .next:hover {
	background-image: url(../image/jjl/right_2.png);
}

.home3 .cont .r {
	width: 615px;
	float: right;
	position: relative;
}

.home3 .cont .r .tit {
}

.home3 .cont .r .tit h1 {
	font-size: 32px;
	color: #48845a;
}
.home3 .cont .r .tit h1::before{
    content: '';
    display: block;
    height: 2px;
    width: 76%;
    background-color: #dedcdc;
    position: relative;
    top: 22px;
    left: 138px;
}


.home3 .cont .r .tit p {
	font-size: 14px;
	color: #00000;
	padding-top: 12px;
}

.home3 .cont .r .con {
	height: 459px;
}

.home3 .cont .r .con .d {
	position: absolute;
	text-align: center;
	display: table;
	border-radius: 20px;
}

.home3 .cont .r .con .d a {
	display: table-cell;
	vertical-align: middle;
}

.home3 .cont .r .con .d .imgs {
	height: 52px;
}

.home3 .cont .r .con .d .img2 .imgs {
	height: 64px;
}

.home3 .cont .r .con .d .imgs img {
	height: 64px;
	width: auto;
}

.home3 .cont .r .con .d p {
	font-size: 16px;
	color: #fff;
}

.home3 .cont .r .con .d p.hei {
	color: #333;
}

.home3 .cont .r .con .img1 {
	width: 495px;
	height: 398px;
	background: url(../image/jjl/home_4.png) no-repeat center;
	top: 256px;
	left: 242px;
	background-size: cover;
}

.home3 .cont .r .con .img2 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_5.jpg) no-repeat center;
	top: 256px;
	left: 242px;
	z-index: 1;
	background-size: cover;
}


/* .home3 .cont .r .con .img2 p {padding-top: 17px;} */

.home3 .cont .r .con .img3 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_9.jpg) no-repeat center;
	top: 256px;
	left: 47px;
	background-size: cover;
}

.home3 .cont .r .con .img4 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_10.jpg) no-repeat center;
	top: 391px;
	left: 47px;
	background-size: cover;
}

.home3 .cont .r .con .img5 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_9.jpg) no-repeat center;
	top: 391px;
	left: 242px;
	background-size: cover;
}

.home3 .cont .r .con .img6 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_10.jpg) no-repeat center;
	top: 121px;
	left: 47px;
	background-size: cover;
}

.home3 .cont .r .con .img7 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_10.jpg) no-repeat center;
	top: 391px;
	left: 437px;
	background-size: cover;
}

.home3 .cont .r .con .img8 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_9.jpg) no-repeat center;
	top: 256px;
	left: 437px;
	background-size: cover;
}

.home3 .cont .r .con .img9 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_10.jpg) no-repeat center;
	top: 121px;
	left: 437px;
	background-size: cover;
}

.home3 .cont .r .con .img10 {
	width: 180px;
	height: 120px;
	background: url(../image/jjl/home_9.jpg) no-repeat center;
	top: 121px;
	left: 242px;
	background-size: cover;
}

.home3 .cont .r .con .hov {
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.home3 .cont .r .con .hov:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
}

.home4 {
	overflow: hidden;
	text-align: center;
}

.home4 {
	margin-bottom: 160px;
	overflow: hidden;
}

.home4 .t_head {
	margin-bottom: 40px;
}

.home4 .tab-bar {
	position: relative;
	width: 316px;
	padding: 0 40px;
	margin: 0 auto 44px;
}

.home4 .scroll {
	position: relative;
	height: 24px;
	overflow: hidden;
}

.home4 .scroll ul {
	position: absolute !important;
	left: 0;
	top: 0;
	white-space: nowrap;
	font-size: 0;
}

.home4 .tab-term {
	display: inline-block;
	margin: 0 25px;
	font-size: 14px;
	color: #707070;
	cursor: pointer;
}

.home4 .tab-term.cur {
	color: #59c3e1;
}

.home4 .prev,
.home4 .next {
	position: absolute;
	top: 0;
	width: 24px;
	height: 24px;
	background: left no-repeat;
	cursor: pointer;
}

.home4 .prev {
	left: 0;
	background-image: url(../image/prev3.png);
}

.home4 .next {
	right: 0;
	background-image: url(../image/next3.png);
}

.home4 .prev:hover,
.home4 .next:hover {
	background-position: right;
}

.home4 .tab-cont {
	position: relative;
	height: 655px;
}

.home4 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	visibility: hidden;
}

.home4 .tab-item.act {
	visibility: visible;
}

.home4 .tab-item.act .transition {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.home4 .list {
	position: relative;
	height: 655px;
}

.home4 .list li {
	position: absolute;
	border-radius: 8px;
	overflow: hidden;
}

.home4 .list li>img {
	display: block;
	width: 100%;
}

.home4 .list .l1 {
	left: 0;
	top: 0;
	width: 430px;
	height: 430px;
}

.home4 .list .l2 {
	left: 445px;
	top: 0;
	width: 210px;
	height: 210px;
}

.home4 .list .l3 {
	left: 670px;
	top: 0;
	width: 343px;
	height: 210px;
}

.home4 .list .l4 {
	left: 445px;
	top: 225px;
	width: 430px;
	height: 430px;
}

.home4 .list .l4:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	background: url(../image/temp/png8.png) center bottom no-repeat;
	background-size: contain;
}

.home4 .list .l5 {
	left: 890px;
	top: 225px;
	width: 340px;
	height: 208px;
}

.home4 .list .l6 {
	left: 220px;
	top: 445px;
	width: 210px;
	height: 210px;
}

.home4 .list .more {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 56px;
	height: 22px;
	padding-top: 33px;
	color: #fff;
	background: url(../image/ico4.png) center top no-repeat;
}

.home4 .artBusli {
	position: relative;
	margin-top: 88px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.home4 .artBusli ul {
	display: inline-block;
}

.home4 .artBusli li {
	float: left;
	margin: 0 92px;
}

.home4 .artBusli .ico {
	display: block;
	width: 118px;
	height: 118px;
	margin-bottom: 7px;
	border-radius: 50%;
	background-color: #fff;
	/* border: 4px solid #cce3f3; box-shadow: 0px 0px 18px 0px rgba(4, 0, 0, 0.09); */
}

.home4 .artBusli .ico>img {
	display: block;
	width: 100%;
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	transition: transform 0.5s;
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.home4 .artBusli .p {
	font-size: 14px;
	margin-top: 15px;
}

.home4 .artBusli li:hover {
	color: #0074c0;
}


/* .home4 .artBusli li:hover .ico{ border-color: #0074c0;} */

.home4 .artBusli li:hover .ico>img {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.homeBHint {
	height: 160px;
	background-color: #d1d6d3;
	line-height: 160px;
	text-align: center;
	font-size: 50px;
	color: #48845a;
	display: flex;
}

.homeBHint span {
	flex: 1;
	-webkit-flex: 1;
	font-family: cursive;
	/* font-family: "mFont"; */
}

.homeBHint .homeBHintC {
	width: 65%;
	display: flex;
	margin-left: 10%;
	z-index: 5;
}

.homeBHintL,
.homeBHintR {
	width: 25%;
	z-index: 5;
}

.homeBHint img {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}

.homeBHintL {
	transform: rotateY(180deg);
}

.homeBHintB {
	height: 120px;
	width: 100%;
	position: absolute;
	bottom: 25px;
	/* box-shadow:-4px -4px 6px 5px #fff; */
}

.homeBHintB img {
	opacity: 0.9;
}

.index_news h1 {
	font-size: 32px;
	color: #333;
	height: 39px;
	line-height: 39px;
	position: relative;
	margin: 50px 0 43px;
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
}

.index_news h2 {
	font-size: 16px;
	color: #333;
	height: 39px;
	line-height: 39px;
	position: relative;
	/* margin: 50px 0 43px; */
	position: absolute;
	text-align: center;
	bottom: 0;
	width: 100%;
}

.newstop {
	position: absolute;
	bottom: 5%;
	color: white;
	padding-left: 10px;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 6px;
}

.renlitxt h1 {
	font-size: 32px;
	text-align: center;
	margin: 30px 0 20px;
}

.qywhtxt h1 {
	font-size: 32px;
	text-align: center;
	margin: 30px 0 20px;
}

.qywhtxt p {
	font-size: 14px;
	text-align: center;
	margin: 30px 0 20px;
}

.qywhtxt {
	float: left;
	width: 100%;
}

.newsLeft span {
	margin-right: 10px;
	float:right;
}

.bottom {
	position: relative;
}

.bottom h1 {
	position: absolute;
	top: 40%;
	font-size: 32px;
	color: white;
	z-index: 99;
	width: 73.5%;
	text-align: center;
}


/* .home4 .title {text-align: center;padding: 144px 0 10px;}
.home4 .title h1 {font-size: 30px;color: #333;}
.home4 .top {width: 340px;margin: 30px auto 0;position: relative;height: 24px;line-height: 24px;margin-bottom: 50px;}
.home4 .nav {width: 270px;margin: 0 auto;overflow: hidden;height: 100%;}
.home4 .nav i {font-style: normal; cursor: pointer;font-size: 14px;color: #707070;float: left;width: 90px;text-align: center;display: inline-block;}
.home4 .nav i:hover {color: #59c3e1;}
.home4 .nav i.now {color: #59c3e1;}
.home4 .prev {position: absolute;left: 0;top: 0;width: 11px;height: 23px;background: url(../image/jjl/left_1.png) no-repeat center;}
.home4 .prev:hover {background-image: url(../image/jjl/left_2.png);}
.home4 .next {position: absolute;right: 0;top: 0;width: 11px;height: 23px;background: url(../image/jjl/right_1.png) no-repeat center;}
.home4 .next:hover {background-image: url(../image/jjl/right_2.png);}
.home4 .more {display: block;width: 194px;height: 39px;line-height: 39px;text-align: center;background: url(../image/jjl/more_1.png) no-repeat;background-size: cover;font-size: 14px;color: #333;margin: 60px auto 0;}
.home4 .more:hover {color: #0075c2;}
.home4 img{
	border-radius: 10px;
}
.home4 .artBus,.home4 .artBus .artBusR .busRightT,.home4 .artBus .artBusR .busRightB{
	display:flex;
	display: -webkit-flex;
	position: relative;
}
.home4 .artBusL,.home4 .artBus .artBusR .busRightB img{
	-webkit-flex: 1;
	flex: 1;
	position: relative;
}
.home4 .artBusR{
	-webkit-flex: 2;
	flex: 2;
}
.home4 .artBus img{
	margin: 15px 15px 0 0;
}
.home4 .artBusL img:first-child{
	width: 400px;
}
.home4 .artBusL img:last-child{
	position: absolute;
	text-align: right;
}
.home4 .artBusR .busRightT img{
	height: 200px;
}
.home4 .artBusR .busRightT img:first-child{
	width: 200px;
} */


/* .home4 .focus {width:100%;position:relative;margin:auto;}
.home4 .focus .top {width: 460px;margin: 0 auto;position: relative;height: 24px;line-height: 24px;margin-bottom: 50px;}
.home4 .frame {width:100%;height:100%;overflow:hidden;}
.home4 .frame .child {height:100%;float:left;overflow: hidden;width: 1230px;}
.home4 .frame .child .l {width: 600px;float: left;}
.home4 .frame .child .l .imgs {width: 100%;height: 338px;overflow: hidden;border-radius: 10px;}
.home4 .frame .child .l .imgs img {border-radius: 10px;width: 100%;height: auto;}
.home4 .frame .child .l .txt {overflow: hidden;padding-top: 30px;}
.home4 .frame .child .l .txt .l_rq {float: left;width: 100px;text-align: center;padding-right: 28px;}
.home4 .frame .child .l .txt .l_rq h1 {font-size: 80px;color: #000000;font-family: arial;height: 60px;line-height: 60px;}
.home4 .frame .child .l .txt .l_rq span {font-size: 22px;color: #000000;font-family: arial;}
.home4 .frame .child .l .txt .r_t {overflow: hidden;}
.home4 .frame .child .l .txt .r_t h1 {font-size: 18px;line-height: 1.2; color: #333;padding: 9px 0 19px;}
.home4 .frame .child .l .txt .r_t p {font-size: 12px;color: #000000;}
.home4 .frame .child .r {width: 574px;float: right;}
.home4 .frame .child .r ul {padding-top: 12px;}
.home4 .frame .child .r li {position: relative;padding-left: 22px;padding-bottom: 20px;}
.home4 .frame .child .r li:hover:before {background-image: url(../image/jjl/arr_2.jpg);}
.home4 .frame .child .r li:hover h1 {color: #0075c2;}
.home4 .frame .child .r li:hover span {color: #0075c2;}
.home4 .frame .child .r li:before {content: "";display: block;width: 12px;height: 12px;background: url(../image/jjl/arr_1.jpg) no-repeat center;position: absolute;left: -7px;top: 3px;z-index: 1;}
.home4 .frame .child .r li:after {content: "";display: block;width: 1px;background: #e2e2e2;position: absolute;top: 4px;bottom: -3px;left: -1px;}
.home4 .frame .child .r li h1 {font-size: 18px;color: #333;}
.home4 .frame .child .r li p {font-size: 12px;color: #000000;padding-top: 14px;padding-bottom: 6px;}
.home4 .frame .child .r li span {font-size: 12px;color: #909090;font-family: arial;}
.home4 .frame .child .r li.last {padding-bottom: 0;}
.home4 .nav {width: 360px;margin: 0 auto;overflow: hidden;height: 100%;}
.home4 .nav i {font-style: normal; cursor: pointer;font-size: 14px;color: #707070;float: left;width: 90px;text-align: center;display: inline-block;}
.home4 .nav i:hover {color: #59c3e1;}
.home4 .nav i.now {color: #59c3e1;}
.home4 .prev {position: absolute;left: 0;top: 0;width: 11px;height: 23px;background: url(../image/jjl/left_1.png) no-repeat center;}
.home4 .prev:hover {background-image: url(../image/jjl/left_2.png);}
.home4 .next {position: absolute;right: 0;top: 0;width: 11px;height: 23px;background: url(../image/jjl/right_1.png) no-repeat center;}
.home4 .next:hover {background-image: url(../image/jjl/right_2.png);}
.home4 .more {display: block;width: 194px;height: 39px;line-height: 39px;text-align: center;background: url(../image/jjl/more_1.png) no-repeat;background-size: cover;font-size: 14px;color: #333;margin: 60px auto 0;}
.home4 .more:hover {color: #0075c2;}
 */

.home5 {
	overflow: hidden;
	padding: 25px 0 0;
	position: relative;
}

.home5 .l {
	float: left;
	width: 551px;
	position: relative;
}

.home5 .l .labels {
	height: 422px;
	width: 100%;
	background: url(../image/jjl/home2.jpg) no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.home5 .labels a {
	position: absolute;
	top: 0px;
	left: 0px;
	text-decoration: none;
	margin: 0 10px 15px 0;
	text-align: center;
	padding: 1px 5px;
	display: inline-block;
	border-radius: 3px;
	width: 175px;
	height: 30px;
	line-height: 30px;
	color: #749dc4;
	font-size: 26px;
}

.home5 .l .txt {
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
	display: table;
	height: 422px;
}

.home5 .l .txt .t {
	display: table-cell;
	vertical-align: middle;
}

.home5 .l .txt h1 {
	font-size: 128px;
	color: #fff;
	font-family: impact;
	height: 108px;
	line-height: 108px;
}

.home5 .l .txt p {
	font-size: 16px;
	color: #fff;
	padding: 20px 0 17px;
}

.home5 .l .txt .more {
	font-size: 16px;
	color: #fff;
	width: 194px;
	height: 39px;
	display: block;
	margin: 0 auto;
	background: url(../image/jjl/more_2.png) no-repeat;
	background-size: cover;
	line-height: 39px;
	text-align: center;
}

.home5 .r {
	width: 679px;
	float: right;
}

.home5 .r .top {
	overflow: hidden;
}

.home5 .r .top .div {
	width: 329px;
	height: 230px;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 0 10px 10px;
}

.home5 .r .top .div .bgi {
	width: 100%;
	height: auto;
}

.home5 .r .top .div .txt {
	position: absolute;
	left: 55px;
	top: 58px;
}

.home5 .r .top .div .txt h1 {
	font-size: 30px;
	color: #fff;
}

.home5 .r .top .div .txt p {
	font-size: 14px;
	color: #fff;
	padding-top: 14px;
}

.home5 .r .top .div .txt .a_wp {
	overflow: hidden;
}

.home5 .r .top .div .txt .a_wp a {
	font-size: 14px;
	color: #fff;
	float: left;
	margin-right: 28px;
	margin-top: 37px;
}

.home5 .r .bottom {
	overflow: hidden;
	margin-left: 10px;
}

.home5 .r .bottom .div {
	float: left;
	position: relative;
	width: 164px;
	height: 255px;
}

.home5 .r .bottom .div .bgi {
	width: 100%;
	height: 100%;
}

.home5 .r .bottom .div>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}

.home5 .r .bottom .div>a img {
	width: 73px;
	height: 71px;
	display: block;
	margin: 72px auto 17px;
}

.home5 .r .bottom .div>a span {
	font-size: 18px;
	color: #fff;
}

.home5 .r .bottom .div.r_text {
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding-top: 24px;
	height: auto;
}

.home5 .r .bottom .div.r_text h1 {
	font-size: 26px;
	color: #333;
	margin: 0 50px 0 15px;
}

.home5 .r .bottom .div.r_text p {
	font-size: 14px;
	color: #333;
}

.result {
	padding-top: 76px;
	margin-bottom: 96px;
}

.result .head {
	margin-bottom: 32px;
	padding: 0 10px;
}

.result .head .h1 {
	font-size: 24px;
	margin-bottom: 18px;
}

.result .head .h2 {
	font-size: 18px;
}

.result .head .h2 span {
	color: #0075c2;
}

.result .list {
	margin-bottom: 35px;
	border-top: 1px solid #bdbdbd;
}

.result .list li {
	padding: 37px 10px 34px;
	border-bottom: 1px solid #ebebeb;
}

.result .list .h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

.result .list .p {
	margin-bottom: 10px;
	line-height: 150%;
}

.result .list .p span {
	color: #0075c2;
}

.result .list .more {}

.result .list a:hover {
	color: #0075c2;
}

.subsidiary {
	margin-bottom: 96px;
}

.subsidiary .head {
	margin-bottom: 30px;
	padding-top: 85px;
	text-align: center;
}

.subsidiary .head .h1 {
	font-size: 32px;
}

.subsidiary .tab-bar {
	position: relative;
	margin-bottom: 60px;
	padding: 0 80px;
}

.subsidiary .prev,
.subsidiary .next {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 60px;
	background: left no-repeat;
	cursor: pointer;
}

.subsidiary .prev {
	left: 0;
	background-image: url(../image/prev1.png);
}

.subsidiary .next {
	right: 0;
	background-image: url(../image/next1.png);
}

.subsidiary .prev:hover,
.subsidiary .next:hover {
	background-position: right;
}

.subsidiary .scroll {
	position: relative;
	height: 80px;
	overflow: hidden;
}

.subsidiary .scroll ul {
	position: absolute !important;
	left: 0;
	top: 0;
	white-space: nowrap;
	font-size: 0;
}

.subsidiary .tab-term {
	display: inline-block;
	width: 343px;
	height: 80px;
	background: no-repeat;
	border-radius: 8px;
	overflow: hidden;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	cursor: pointer;
}

.subsidiary .tab-term+.tab-term {
	margin-left: 20px;
}

.subsidiary .tab-term span {
	display: inline-block;
	width: 90%;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0;
}

.subsidiary .tab-term.cur span {
	font-size: 16px;
}

.subsidiary .tab-cont {}

.subsidiary .tab-item {
	position: relative;
	display: none;
}

.subsidiary .tab-item.act {
	display: block;
}

.subsidiary .tab-item:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 5px;
	bottom: 0;
	border-left: 1px solid #e2e2e2;
}

.subsidiary .tab-item .h3 {
	position: relative;
	margin-bottom: 18px;
	padding-left: 80px;
	font-size: 24px;
}

.subsidiary .tab-item .h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background-color: #e2e2e2;
}

.subsidiary .tab-item .h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

.subsidiary .tab-item .p {
	color: #707070;
	line-height: 140%;
}

.subsidiary .tab-item .p+.p {
	margin-top: 8px;
}

.subsidiary .tab-item .list {
	position: relative;
}

.subsidiary .tab-item .list li {
	position: relative;
	padding-left: 80px;
}

.subsidiary .tab-item .list li+li {
	margin-top: 35px;
}

.subsidiary .tab-item .list li:before {
	content: '';
	position: absolute;
	left: 8px;
	top: 8px;
	width: 35px;
	border-top: 1px solid #e2e2e2;
}

.notice {
	margin-bottom: 150px;
}

.notice .head {
	padding-top: 80px;
	margin-bottom: 20px;
	text-align: center;
}

.notice .head .h1 {
	font-size: 32px;
}

.notice .list {
	margin-bottom: 80px;
}

.notice .list li {
	position: relative;
	padding: 60px 0 20px;
	overflow: hidden;
}

.notice .list li:before,
.notice .list li:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid;
}

.notice .list li:before {
	border-color: #e2e2e2;
	width: 100%;
}

.notice .list li:after {
	border-color: #59c3e1;
	width: 0%;
	-webkit-transition: width 0.5s;
	-moz-transition: width 0.5s;
	transition: width 0.5s;
}

.notice .list li:hover:after {
	width: 100%;
}

.notice .list .date {
	float: left;
	text-align: center;
}

.notice .list .d {
	font-size: 84px;
}

.notice .list .y {
	font-size: 22px;
	margin-top: -7px;
}

.notice .list .cont {
	padding: 0 65px;
	overflow: hidden;
}

.notice .list .h3 {
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 140%;
}

.notice .list .p {
	margin-bottom: 25px;
}

.notice .list .more {
	display: inline-block;
	padding-right: 25px;
	background: url(../image/arr1.png) top right no-repeat;
	line-height: 22px;
}

.notice .list .h3:hover {
	color: #09c4e5;
}

.notice .list .more:hover {
	color: #09c4e5;
	background-position: bottom right;
}

.group_dynamics {
	margin-bottom: 160px;
}

.group_dynamics .head {
	margin-bottom: 50px;
	padding-top: 100px;
	text-align: center;
}

.group_dynamics .head .h1 {
	font-size: 32px;
}

.group_dynamics .list {
	overflow: hidden;
	margin-bottom: 18px;
}

.group_dynamics .list ul {
	margin-right: -15px;
}

.group_dynamics .list li {
	position: relative;
	float: left;
	width: 385px;
	margin-right: 15px;
	padding-left: 15px;
	margin-bottom: 50px;
}

.group_dynamics .list li:before,
.group_dynamics .list li:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border-left: 1px solid;
}

.group_dynamics .list li:before {
	border-color: #e2e2e2;
	height: 100%;
}

.group_dynamics .list li:after {
	border-color: #0075c2;
	height: 0%;
	-webkit-transition: height 0.5s;
	-moz-transition: height 0.5s;
	transition: height 0.5s;
}

.group_dynamics .list li:hover:after {
	height: 100%;
}

.group_dynamics .list .img {
	height: 216px;
	margin-bottom: 30px;
	border-radius: 8px;
	overflow: hidden;
}

.group_dynamics .list .img>img {
	display: block;
	width: 100%;
}

.group_dynamics .list .date {
	margin-bottom: 15px;
	font-family: Arial;
	color: #909090;
}

.group_dynamics .list .p {
	height: 44px;
	margin-bottom: 20px;
}

.group_dynamics .list .arr {
	width: 35px;
	height: 35px;
	display: block;
	background: url(../image/jjl/swp_1.png) top no-repeat;
}

.group_dynamics .list .arr:hover {
	background-position: bottom;
}

.group_dynamics .list .p:hover {
	color: #00a0e9;
}

.party {
	margin-bottom: 165px;
}

.party .focus {
	position: relative;
	margin-bottom: 100px;
}

.party .carousel {
	height: 620px;
	overflow: hidden;
}

.party .carousel li {
	float: left;
	width: 1920px;
	height: 620px;
	overflow: hidden;
}

.party .carousel li img {
	display: block;
	width: 100%;
}

.party .paging {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}

.party .paging a {
	display: inline-block;
	margin: 0 5px;
	padding: 22px 0;
}

.party .paging span {
	display: block;
	width: 43px;
	height: 3px;
	background-color: #fff;
	font-size: 0;
}

.party .paging a.selected span {
	background-color: #59c3e1;
}

.party .focus .h1 {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -24px;
	width: 100%;
	font-size: 48px;
	color: #fff;
	text-align: center;
	z-index: 2;
}

.party .list {
	margin-bottom: 30px;
	overflow: hidden;
}

.party .list li {
	margin-bottom: 50px;
	overflow: hidden;
}

.party .list .img {
	float: left;
	width: 425px;
	height: 240px;
	margin-right: 65px;
	border-radius: 8px;
	overflow: hidden;
}

.party .list .img img {
	display: block;
	width: 100%;
}

.party .list .cont {
	position: relative;
	height: 240px;
	overflow: hidden;
	width: 740px;
	float: left;
}

.party .list .cont:before,
.party .list .cont:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: 1px solid;
}

.party .list .cont:before {
	border-color: #e2e2e2;
	width: 100%;
}

.party .list .cont:after {
	border-color: #23cbeb;
	width: 0%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.party .list li:hover .cont:after {
	width: 100%;
}

.party .list .h1 {
	font-family: Arial;
	font-size: 16px;
	margin-bottom: 20px;
}

.party .list .h1 b {
	font-weight: normal;
	font-size: 72px;
	margin-right: 10px;
}

.party .list .h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

.party .list .h3:hover {
	color: #0075c2;
}

.party .list .p {
	height: 80px;
	line-height: 150%;
}

.party .list .more {
	display: inline-block;
	padding-right: 25px;
	background: url(../image/arr1.png) top right no-repeat;
	line-height: 22px;
}

.party .list .more:hover {
	color: #23cbeb;
	background-position: bottom right;
}

.pioneer {
	margin-bottom: 195px;
}

.pioneer .head {
	padding-top: 100px;
	margin-bottom: 70px;
	text-align: center;
}

.pioneer .head .h1 {
	font-size: 32px;
}

.pioneer .img {
	float: left;
	width: 393px;
	height: 534px;
	margin-right: 20px;
	border-radius: 8px;
}

.pioneer .img img {
	display: block;
	width: 100%;
}

.pioneer .cont {
	position: relative;
	padding: 60px;
	border-radius: 8px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
	overflow: hidden;
	min-height: 636px;
}

.pioneer .cont .title {
	padding-right: 300px;
	min-height: 122px;
	margin-bottom: 14px;
}

.pioneer .cont .h1 {
	font-size: 30px;
	margin-bottom: 40px;
}

.pioneer .cont .h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

.pioneer .cont .p {}

.pioneer .cont .tip {
	padding: 22px 30px;
	margin-bottom: 22px;
	border-radius: 8px;
	background-color: #f5f5f5;
	color: #59c3e1;
}

.pioneer .cont .mlink {
	width: 272px;
	height: 152px;
	position: absolute;
	right: 60px;
	top: 32px;
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.pioneer .cont .mlink:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 61px;
	height: 62px;
	background: url(../image/temp/play1.png) no-repeat;
}

.group_overview1 {
	position: relative;
	height: 620px;
	margin-bottom: 260px;
	background: center top no-repeat;
}

.group_overview1:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -429px;
	width: 858px;
	height: 26px;
	background-color: #75c0dc;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.group_overview1 .cont {
	position: absolute;
	left: 50%;
	right: 0;
	bottom: 0;
	margin-bottom: -155px;
	padding: 78px 65px 114px 76px;
	background: url(../image/temp/bg1.jpg);
	border-radius: 8px;
	color: #fff;
}

.group_overview1 .cont:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: url(../image/temp/png1.png) no-repeat;
}

.group_overview1 .cont .h1 {
	font-size: 32px;
	margin-bottom: 30px;
}

.group_overview1 .cont .p {
	height: 110px;
}

.group_overview1 .cont .more {
	display: block;
	width: 174px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: url(../image/temp/png2.png) no-repeat;
}

.group_overview2 {
	margin-bottom: 128px;
}

.group_overview2 .head {
	margin-bottom: 40px;
	text-align: center;
}

.group_overview2 .head .h1 {
	font-size: 32px;
	margin-bottom: 15px;
}

.group_overview2 .head .p {}

.group_overview2 .img {}

.group_overview2 .img>img {
	display: block;
	width: 100%;
}

.group_overview3 {
	margin-bottom: 122px;
}

.group_overview3 .head {
	margin-bottom: 70px;
	text-align: center;
}

.group_overview3 .head .h1 {
	font-size: 32px;
	margin-bottom: 15px;
}

.group_overview3 .head .p {}

.group_overview3 .tab-bar {
	position: relative;
	padding: 0 105px;
	margin-bottom: 72px;
}

.group_overview3 .tab-bar .prev,
.group_overview3 .tab-bar .next {
	position: absolute;
	top: 2px;
	width: 36px;
	height: 36px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	background: left no-repeat;
	cursor: pointer;
}

.group_overview3 .tab-bar .prev {
	left: 0;
	background-image: url(../image/prev2.png);
}

.group_overview3 .tab-bar .next {
	right: 0;
	background-image: url(../image/next2.png);
}

.group_overview3 .tab-bar .prev:hover,
.group_overview3 .tab-bar .next:hover {
	border-color: #59c3e1;
	background-position: right;
}

.group_overview3 .scroll {
	position: relative;
	height: 42px;
	overflow: hidden;
}

.group_overview3 .scroll ul {
	position: absolute !important;
	left: 0;
	top: 0;
	white-space: nowrap;
	font-size: 0;
}

.group_overview3 .tab-term {
	position: relative;
	display: inline-block;
}

.group_overview3 .tab-term+.tab-term {
	padding-left: 130px;
}

.group_overview3 .tab-term+.tab-term:before,
.group_overview3 .tab-term+.tab-term:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 11px;
	height: 11px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #e1e1e1;
	z-index: 1;
}

.group_overview3 .tab-term+.tab-term:before {
	left: 0;
}

.group_overview3 .tab-term+.tab-term:after {
	left: 107px;
}

.group_overview3 .tab-term b {
	display: block;
	width: 80px;
	text-align: center;
	padding: 0 10px;
	font-family: Impact;
	font-size: 28px;
	cursor: pointer;
}

.group_overview3 .tab-term+.tab-term b:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 120px;
	border-bottom: 1px solid #e1e1e1;
}

.group_overview3 .tab-term.cur {
	color: #59c3e1;
}

.group_overview3 .tab-cont {
	position: relative;
	height: 578px;
	background: url(../image/temp/png3.png) 720px 0 no-repeat;
}

.group_overview3 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.group_overview3 .tab-item.act {
	visibility: visible;
}

.group_overview3 .tab-item .carousel {
	height: 578px;
	overflow: hidden;
}

.group_overview3 .tab-item .carousel li {
	position: relative;
	float: left;
	width: 1230px;
	height: 578px;
}

.group_overview3 .tab-item .carousel .img {
	position: absolute;
	left: 0;
	top: 0;
	width: 758px;
	height: 505px;
	border-radius: 8px;
	overflow: hidden;
}

.group_overview3 .tab-item .carousel .img>img {
	display: block;
	width: 100%;
}

.group_overview3 .tab-item .carousel .cont {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 380px;
	border-radius: 8px;
	padding: 68px 82px 98px 95px;
	background-color: #fff;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.group_overview3 .tab-item .carousel .cont .h1 {
	font-family: Arial;
	font-size: 18px;
	margin-bottom: 20px;
}

.group_overview3 .tab-item .carousel .cont .h1 b {
	font-size: 72px;
	margin-right: 10px;
}

.group_overview3 .tab-item .carousel .cont .p {}

.group_overview3 .tab-item .paging {
	position: absolute;
	left: 0;
	bottom: 73px;
	width: 758px;
	text-align: center;
	z-index: 2;
}

.group_overview3 .tab-item .paging a {
	display: inline-block;
	margin: 0 5px;
	padding: 22px 0;
}

.group_overview3 .tab-item .paging span {
	display: block;
	width: 43px;
	height: 3px;
	background-color: #fff;
	font-size: 0;
}

.group_overview3 .tab-item .paging a.selected span {
	background-color: #59c3e1;
}

.group_overview4 {
	margin-bottom: 158px;
}

.group_overview4 .head {
	margin-bottom: 65px;
	text-align: center;
}

.group_overview4 .head .h1 {
	font-size: 32px;
	margin-bottom: 15px;
}

.group_overview4 .head .p {}

.group_overview4 .cont {
	position: relative;
	height: 623px;
	overflow: hidden;
}

.group_overview4 .carousel {
	width: 472px;
	margin-top: 14px;
	margin-bottom: 20px;
	overflow: hidden;
}

.group_overview4 .carousel li {
	position: relative;
	padding: 5px 38px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
}

.group_overview4 .carousel li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 20px;
	height: 10px;
	background: url(../image/temp/png4.png) left no-repeat;
}

.group_overview4 .carousel li:hover {
	color: #75c0dc;
}

.group_overview4 .carousel li.cur {
	margin-bottom: 15px;
	border-bottom: 1px solid #59c3e1;
	color: #75c0dc;
}

.group_overview4 .carousel li.cur:before {
	background-position: right;
}

.group_overview4 .handle {
	position: relative;
	overflow: hidden;
}

.group_overview4 .prev,
.group_overview4 .next {
	float: left;
	width: 20px;
	height: 20px;
	background: left no-repeat;
	cursor: pointer;
}

.group_overview4 .prev {
	background-image: url(../image/prev3.png);
}

.group_overview4 .next {
	background-image: url(../image/next3.png);
	margin-left: 20px;
}

.group_overview4 .prev:hover,
.group_overview4 .next:hover {
	background-position: right;
}

.group_overview4 .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.group_overview4 .box li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.group_overview4 .box li.act {
	display: block;
}

.group_overview4 .box .img {
	position: absolute;
	right: 0;
	top: 0;
	width: 758px;
	height: 505px;
	border-radius: 8px;
	overflow: hidden;
}

.group_overview4 .box .info {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 465px;
	border-radius: 8px;
	padding: 72px 55px 60px 70px;
	background: url(../image/temp/bg1.jpg);
	color: #fff;
}

.group_overview4 .box .info .h1 {
	font-size: 18px;
	margin-bottom: 30px;
}

.group_overview4 .box .info .p {
	margin-bottom: 32px;
}

.group_overview4 .box .info .more {
	display: block;
	width: 174px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	background: url(../image/temp/png2.png) no-repeat;
}

.group_overview5 {
	position: relative;
	margin-bottom: 150px;
	overflow: hidden;
}

.group_overview5 .head {
	margin-bottom: 40px;
	text-align: center;
}

.group_overview5 .head .h1 {
	font-size: 32px;
	margin-bottom: 15px;
}

.group_overview5 .head .p {}

.group_overview5 .map {
	height: 670px;
}

.group_overview5 .cont {
	position: absolute;
	top: 250px;
	right: 50%;
	margin-right: 157px;
	padding: 65px 90px 50px 65px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.09);
}

.group_overview5 .cont .h1 {
	font-size: 24px;
	margin-bottom: 22px;
}

.group_overview5 .cont .list {
	margin-bottom: 22px;
}

.group_overview5 .cont .list li {
	padding: 2px 0;
}

.group_overview5 .cont .codes {
	overflow: hidden;
}

.group_overview5 .cont .codes li {
	float: left;
	text-align: center;
}

.group_overview5 .cont .codes li+li {
	margin-left: 20px;
}

.group_overview5 .cont .codes .img {
	width: 117px;
	height: 117px;
	padding: 11px;
	border: 1px solid #dedede;
	border-radius: 8px;
	margin-bottom: 5px;
}

.group_overview5 .cont .codes .img img {
	display: block;
	width: 100%;
}

.development1 {
	margin-bottom: 87px;
}

.development1 .head {
	padding-top: 85px;
	margin-bottom: 40px;
	text-align: center;
}

.development1 .head .h1 {
	font-size: 32px;
}

.development1 .left {
	position: relative;
	margin-right: 20px;
	width: 350px;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
}

.development1 .left>img {
	display: block;
	width: 100%;
}

.development1 .left .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 140px;
	color: #fff;
	text-align: center;
}

.development1 .left .ico {
	margin-bottom: 10px;
	width: 97px;
}

.development1 .left .p {
	font-size: 24px;
}

.development1 .cont {
	width: 860px;
	float: right;
	border-radius: 8px;
}

.development1 .carousel {
	height: 450px;
	overflow: hidden;
}

.development1 .carousel li {
	position: relative;
	float: left;
	width: 860px;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.development1 .carousel img {
	display: block;
	width: 100%;
}

.development1 .carousel .p {
	position: absolute;
	left: 60px;
	right: 200px;
	bottom: 22px;
	font-size: 18px;
	color: #fff;
}

.development1 .handle {
	position: absolute;
	right: 50px;
	bottom: 22px;
	overflow: hidden;
	z-index: 2;
}

.development1 .handle .prev,
.development1 .handle .next {
	float: left;
	width: 30px;
	height: 30px;
	background: left no-repeat;
	cursor: pointer;
}

.development1 .handle .prev {
	background-image: url(../image/prev4.png);
}

.development1 .handle .next {
	background-image: url(../image/next4.png);
	margin-left: 22px;
}

.development1 .handle .prev:hover,
.development1 .handle .next:hover {
	background-position: right;
}

.development2 {
	margin-bottom: 108px;
}

.development2 .right {
	position: relative;
	margin-left: 20px;
	width: 350px;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
}

.development2 .right>img {
	display: block;
	width: 100%;
}

.development2 .right .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 140px;
	color: #fff;
	text-align: center;
}

.development2 .right .ico {
	margin-bottom: 10px;
	width: 97px;
}

.development2 .right .p {
	font-size: 24px;
}

.development2 .cont {
	position: relative;
	width: 860px;
	float: left;
	border-radius: 8px;
}

.development2 .carousel {
	height: 450px;
	overflow: hidden;
}

.development2 .carousel li {
	position: relative;
	float: left;
	width: 860px;
	height: 450px;
}

.development2 .carousel .img {
	position: absolute;
	border-radius: 8px;
	overflow: hidden;
}

.development2 .carousel .img img {
	display: block;
	width: 100%;
}

.development2 .carousel .img1 {
	left: 0;
	top: 0;
	width: 420px;
	height: 216px;
}

.development2 .carousel .img2 {
	right: 0;
	top: 0;
	width: 420px;
	height: 216px;
}

.development2 .carousel .img3 {
	left: 0;
	bottom: 0;
	width: 650px;
	height: 216px;
}

.development2 .carousel .p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 25px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}

.development2 .handle {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 8px;
	overflow: hidden;
	z-index: 2;
}

.development2 .handle>img {
	display: block;
	width: 100%;
}

.development2 .handle .prev,
.development2 .handle .next {
	position: absolute;
	bottom: 10px;
	width: 30px;
	height: 30px;
	background: left no-repeat;
	cursor: pointer;
}

.development2 .handle .prev {
	left: 10px;
	background-image: url(../image/prev4.png);
}

.development2 .handle .next {
	left: 40px;
	background-image: url(../image/next4.png);
}

.development2 .handle .prev:hover,
.development2 .handle .next:hover {
	background-position: right;
}

.development3 {
	margin-bottom: 120px;
}

.development3 .left {
	position: relative;
	margin-right: 20px;
	width: 350px;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
}

.development3 .left>img {
	display: block;
	width: 100%;
}

.development3 .left .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 140px;
	color: #fff;
	text-align: center;
}

.development3 .left .ico {
	margin-bottom: 10px;
	width: 97px;
}

.development3 .left .p {
	font-size: 24px;
}

.development3 .cont {
	padding: 47px 60px 30px 63px;
	border-radius: 8px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.development3 .tab-bar {
	position: relative;
	padding: 0 40px;
	margin-bottom: 20px;
	margin-right: 200px;
}

.development3 .tab-bar .prev,
.development3 .tab-bar .next {
	position: absolute;
	top: 0;
	width: 35px;
	height: 35px;
	background: no-repeat;
	cursor: pointer;
}

.development3 .tab-bar .prev {
	left: 0;
	background-image: url(../image/prev5.png);
	background-position: left top;
}

.development3 .tab-bar .next {
	right: 0;
	background-image: url(../image/next5.png);
	background-position: right top;
}

.development3 .tab-bar .prev:hover {
	background-position: left bottom;
}

.development3 .tab-bar .next:hover {
	background-position: right bottom;
}

.development3 .scroll {
	position: relative;
	height: 35px;
	overflow: hidden;
}

.development3 .scroll ul {
	position: absolute !important;
	white-space: nowrap;
	font-size: 0;
}

.development3 .tab-term {
	display: inline-block;
	padding: 7px;
	margin: 0 13px;
	font-size: 14px;
	color: #707070;
	cursor: pointer;
}

.development3 .tab-term.cur {
	color: #59c3e1;
}

.development3 .tab-cont {
	position: relative;
	height: 318px;
}

.development3 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 1;
}

.development3 .tab-item.act {
	visibility: visible;
	z-index: 2;
}

.development3 .box {
	position: absolute;
	border-radius: 8px;
	overflow: hidden;
}

.development3 .box1 {
	width: 514px;
	height: 280px;
	left: 0;
	top: 0;
	box-shadow: 0px 0px 38px 0px rgba(3, 0, 0, 0.21);
}

.development3 .box1>img {
	display: block;
	width: 100%;
}

.development3 .box2 {
	right: 0;
	bottom: 0;
	width: 265px;
	padding: 48px;
	background-color: #0066ac;
	color: #fff;
}

.development3 .box2 .h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.development3 .box2 .p {
	font-size: 12px;
}

.development3 .box3 {
	right: 0;
	top: 35px;
}

.development3 .box3 .p {
	padding: 3px;
	white-space: nowrap;
}

.development4 {
	margin-bottom: 150px;
}

.development4 .right {
	position: relative;
	margin-left: 20px;
	width: 350px;
	height: 450px;
	border-radius: 8px;
	overflow: hidden;
}

.development4 .right>img {
	display: block;
	width: 100%;
}

.development4 .right .txt {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 140px;
	color: #fff;
	text-align: center;
}

.development4 .right .ico {
	margin-bottom: 10px;
	width: 97px;
}

.development4 .right .p {
	font-size: 24px;
}

.development4 .cont {
	position: relative;
	padding: 40px;
	border-radius: 8px;
	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.development4 .tab-bar {
	position: relative;
	height: 35px;
	margin-bottom: 25px;
	overflow: hidden;
}

.development4 .scroll {
	position: absolute;
	white-space: nowrap;
	font-size: 0;
}

.development4 .tab-term {
	display: inline-block;
	padding: 7px 28px;
	border-radius: 8px;
	background-color: #59c3e1;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}

.development4 .tab-term.cur {
	background-color: #1b8cdb;
}

.development4 .tab-term+.tab-term {
	margin-left: 18px;
}

.development4 .tab-cont {
	position: relative;
	height: 310px;
}

.development4 .tab-item {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.development4 .tab-item.act {
	opacity: 1;
	visibility: visible;
}

.development4 .tab-item li {
	float: left;
	width: 375px;
}

.development4 .tab-item li+li {
	margin-left: 30px;
}

.development4 .tab-item .img {
	height: 216px;
	border-radius: 8px;
	margin-bottom: 20px;
	overflow: hidden;
}

.development4 .tab-item .h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.development4 .tab-item .h3:hover {
	color: #59c3e1;
}

.development4 .tab-item .p {}


/*	下、上、左、右箭头	*/

.arrDown:after {
	border-top: 10px solid #aeaeae;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrUp:after {
	border-bottom: 10px solid #aeaeae;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrLeft:after {
	border-right: 10px solid #aeaeae;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrRight:after {
	border-left: 10px solid #aeaeae;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrTopleft:after {
	border-top: 100px solid red;
	border-right: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrTopright:after {
	border-top: 100px solid red;
	border-left: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrBottomleft:after {
	border-bottom: 100px solid red;
	border-right: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}

.arrBottomright:after {
	border-bottom: 100px solid red;
	border-left: 100px solid transparent;
	width: 0;
	height: 0;
	content: '';
}


/*	弹窗	*/

.pop-alert .popClose {
	background: #8e8e8e url(../image/pop_close.png) center no-repeat;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.pop-alert .popClose:hover {
	background-color: #ec5656;
}

.pop-alert .popDialog {
	width: 500px;
	height: 350px;
	background-color: #fff;
	z-index: 1;
}

.pop-alert .head h1 {
	font-size: 14px;
	line-height: 30px;
}

.pop-alert .btnWarp {
	padding: 8px 20px;
}

.pop-alert .btnWarp button {
	font-size: 12px;
	line-height: 1;
	padding: 8px 20px;
	margin: 0 10px;
}


/*	视频弹窗	*/

.pop-video {}

.pop-video .popClose {
	background: url(../image/pop_close.png) center no-repeat;
	width: 55px;
	height: 55px;
	right: 0;
	top: 0;
}

.pop-video .popDialog {
	width: 1010px;
	height: 566px;
	z-index: 1;
}

.pop-video .jwlogo {
	display: none !important;
}

.pop-video #vPlayer {
	width: 100%;
	height: 100%;
}


/*	复用图片包裹	*/

.scaleimg {
	overflow: hidden;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

.scaleimg img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.scaleimg:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*	文字效果	*/

.showtit i {
	font-style: normal;
	opacity: 0;
	display: inline-block;
	vertical-align: top;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition: all 1s ease-in-out 0s;
	transition: all 1s ease-in-out 0s;
}

.showtit.act i {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

.showtxt i {
	font-style: normal;
	display: inline-block;
	text-align: left;
}

.showtxt i b {
	opacity: 0;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.showtxt i b.h {
	width: 0;
}

.showtxt.act i b.h {
	width: 100%;
	opacity: 1;
}

.transition {
	opacity: 0;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	transition: all 2s;
}

.translateX-100 {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
}

.translateX_100 {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.translateY-100 {
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	transform: translateY(-100px);
}

.translateY_100 {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	transform: translateY(100px);
}

.show .transition {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}

.scroll_ld {
	height: 390px;
}

.scroll_ld .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #59c3e1 !important;
}

@media screen and (max-width:640px) {
	.p-show {
		display: none;
	}
	.page-more {
		display: block;
		border: 1px solid #ebebeb;
		padding: 0.1rem;
		border-radius: 0.4rem;
		text-align: center;
	}
	.transition {
		opacity: 1;
		-webkit-transition: all 0s;
		transition: all 0s;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.scroll_ld {
		height: auto;
	}
	/*	视频弹窗	*/
	.pop-video .popClose {
		background-size: 0.25rem;
		width: 0.5rem;
		height: 0.5rem;
	}
	.pop-video .popDialog {
		width: 100%;
		height: auto;
	}
	/*	侧导航	*/
	.side-bar {
		right: 0;
		padding-top: 0.38rem;
		background-size: contain;
	}
	.side-bar .list {
		margin: 0 0.1rem;
	}
	.side-bar li {
		margin-top: 0.04rem;
	}
	.side-bar .anchor {
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 0.04rem;
	}
	.side-bar .anchor span {
		font-size: 0.12rem;
	}
	.side-bar .ico {
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 0.04rem;
		box-shadow: 0px 0px 0.13rem 0px rgba(3, 0, 0, 0.2);
	}
	/*.side-bar .pop{ display: none;}*/
	.side-lines {
		left: 0.1rem;
	}
	.side-lines li {
		width: 0.54rem;
		height: 0.54rem;
		border-radius: 0.04rem;
		margin-bottom: 0.04rem;
	}
	.side-lines .p {
		padding-top: 0.2rem;
	}
	.side-lines .p:before,
	.side-lines .p:after {
		top: -0.2rem;
	}
	.side-lines .p:before {
		border: 4px solid;
	}
	.side-lines .p:after {
		border: 2px solid #fff;
	}
	.side-lines .p span {
		font-size: 0.16rem;
	}
	.side-lines li:before,
	.side-lines li:after {
		margin-left: 0.6rem;
	}
	.side-lines li:before {
		border-width: 3px;
	}
	.side-lines li:after {
		border-width: 2px;
	}
	.side-lines li:hover,
	.side-lines li.act {
		padding-right: 0.18rem;
		width: 0.72rem
	}
	.useful {
		margin-bottom: 0.5rem;
	}
	.useful .head {
		margin-bottom: 0.3rem;
	}
	.useful .head .h1 {
		font-size: 0.32rem;
	}
	.useful .list li {
		float: left;
		width: 2.9rem;
		height: 0.8rem;
		margin-bottom: 0.1rem;
		border-radius: 0.08rem;
	}
	.useful .list li+li {
		margin-left: 0;
	}
	.useful .list li:nth-child(2n+2) {
		margin-left: 0.2rem;
	}
	.useful .list .ico {
		padding: 0.18rem;
	}
	.useful .list .ico>img {
		width: 0.74rem;
	}
	.home1 .focus {
		height: 8rem;
	}
	.home1 .focus .frame .child .txt {
		width: auto;
		left: 0;
		margin-left: 0;
		padding: 130px 5px 0;
	}
	.home1 .focus .frame .child .txt h1 {
		font-size: 30px;
	}
	.home1 .focus .frame .child.now .txt h1 {
		font-size: 30px;
	}
	.home1 .focus .frame .child img {
		width: auto;
		height: 8rem;
		display: block;
	}
	.home1 .not_bar {
		width: 95.5%;
		margin: 0 10px;
		left: 0;
		box-sizing: border-box;
		height: 45px;
		bottom: -20px;
	}
	.home1 .not_bar .focus1 .frame .child {
		line-height: 45px;
	}
	.home1 .not_bar .focus1 .frame .child p {
		padding: 0 45px 0 12px;
	}
	.home1 .not_bar .focus1 .frame .child p i {
		right: 13px;
		top: 15px;
		width: 15px;
		height: 15px;
	}
	.home1 .not_bar .focus1 .frame .child p img {
		margin-right: 10px;
		width: 20px;
	}
	.home1 .focus .nav i {
		width: 0.45rem;
	}
	.home1 .not_bar .bgi {
		top: 50%;
		left: 0.24rem;
		width: 0.3rem;
		height: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home1 .not_bar .focus1 {
		padding-left: 0.6rem;
	}
	.home2 .title {
		padding: 1rem 0 0.28rem;
	}
	.home2 .title h1 {
		font-size: 0.38rem;
	}
	.home2 .title .more {
		width: 175px;
		height: 35px;
		line-height: 35px;
		margin-top: 18px;
	}
	.home2 .list {
		padding: 0 10px;
	}
	.home2 .list .frame {
		height: auto;
	}
	.home2 .list .nav {
		margin-top: 0.2rem;
	}
	.home2 .list ul {
		width: 100%;
		border-bottom: 1px solid #e2e2e2;
	}
	.home2 .list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.home2 .list li:after {
		display: none;
	}
	.home2 .list li:before {
		display: none;
	}
	.home2 .list li .imgs {
		width: 100%;
		height: auto;
	}
	.home2 .list li .imgs img {
		width: 100%;
		height: auto;
	}
	.home2 .list li .text {
		padding: 15px 10px 0;
	}
	.home2 .list li .text span {
		font-size: 0.16rem;
	}
	.home2 .list li .text h1 {
		font-size: 0.22rem;
		height: 40px;
		padding: 0.1rem 0 0.1rem;
	}
	.home2 .list li .text p {
		font-size: 0.16rem;
	}
	.home2 .list li .text .arr {
		margin-top: 12px;
	}
	.home2 {
		padding-bottom: 0;
	}
	.home3 {
		padding-top: 0;
	}
	.home3 .cont .l {
		width: 100%;
	}
	.home3 .cont .l .top {
		text-align: center;
		height: auto;
		line-height: 1;
		margin-bottom: 30px;
	}
	.home3 .cont .l .top span {
		display: block;
		margin-left: 0;
		padding-top: 15px
	}
	.home3 .cont .l .top .more {
		position: static;
	}
	.home3 .cont .l .top {
		padding: 30px 0 0px;
		font-size: 0.38rem;
	}
	.home3 .cont .l .top .more {
		width: 175px;
		height: 35px;
		line-height: 35px;
		margin-top: 18px;
	}
	.home3 .cont .l .list ul {
		border-top: 1px solid #e2e2e2;
		margin: 0 10px;
	}
	.home3 .cont .l .list li h1 {
		line-height: 140%;
		font-size: 13px;
	}
	.home3 .cont .l .list li span {
		font-size: 12px;
	}
	.home3 .cont .r {
		width: 100%;
	}
	.home3 .cont .r .tit {
		text-align: center;
		width: 100%;
		position: static;
		padding: 0.6rem 0 0.4rem;
	}
	.home3 .cont .r .con {
		width: 300px;
		padding: 0;
		height: 355px;
		margin: 0 auto;
	}
	.home3 .cont .r .con .img1 {
		display: none;
	}
	.home3 .cont .r .con .img2 {
		width: 177px;
		height: 150px;
		top: 0px;
		left: 120px;
	}
	.home3 .cont .r .con .img3 {
		width: 168px;
		height: 154px;
		top: 75px;
		left: -8px;
	}
	.home3 .cont .r .con .img4 {
		width: 168px;
		height: 154px;
		top: 145px;
		left: 113px;
	}
	.home3 .cont .r .con .img5 {
		width: 168px;
		height: 154px;
		top: 214px;
		left: -5px;
	}
	.home3 .cont .r .con .hov:hover {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	.home4 {
		padding-bottom: 50px;
	}
	.home4 .focus .top {
		width: 310px;
		margin-bottom: 20px;
	}
	.home4 .nav {
		width: 270px;
	}
	.home4 .nav i {
		font-size: 12px;
	}
	.home4 .title {
		padding: 0.6rem 0 0.3rem;
	}
	.home4 .title h1 {
		font-size: 0.38rem;
	}
	.home4 .frame .child .l {
		width: auto;
		padding: 0 10px;
		float: none;
	}
	.home4 .frame .child .l .imgs {
		width: 100%;
		height: auto;
	}
	.home4 .frame .child .l .imgs img {
		width: 100%;
		height: auto;
	}
	.home4 .frame .child .l .txt .l_rq {
		width: 65px;
		padding-right: 5px;
	}
	.home4 .frame .child .l .txt .l_rq h1 {
		font-size: 0.8rem;
		height: 30px;
		line-height: 30px;
	}
	.home4 .frame .child .l .txt .l_rq span {
		font-size: 0.22rem;
	}
	.home4 .frame .child .l .txt .r_t h1 {
		font-size: 0.22rem;
		line-height: 140%;
		padding: 5px 0 5px;
	}
	.home4 .frame .child .l .txt .r_t p {
		display: none;
	}
	.home4 .frame .child .r {
		width: auto;
		padding: 0 10px;
	}
	.home4 .frame .child .r ul {
		padding-top: 10px;
	}
	.home4 .frame .child .r li:first-child {
		border-top: 1px solid #E2E2E2;
	}
	.home4 .frame .child .r li {
		padding: 10px 5px;
		border-bottom: 1px solid #E2E2E2;
	}
	.home4 .frame .child .r li:before {
		display: none;
	}
	.home4 .frame .child .r li:after {
		display: none;
	}
	.home4 .frame .child .r li h1 {
		line-height: 140%;
		font-size: 0.22rem;
	}
	.home4 .frame .child .r li p {
		padding: 4px 0 3px;
		font-size: 0.16rem;
	}
	.home4 .frame .child .r li span {
		font-size: 0.16rem;
	}
	.home4 .more {
		width: 175px;
		height: 35px;
		line-height: 35px;
		margin-top: 30px;
	}
	.home5 {
		padding-bottom: 50px;
	}
	.home5 .l {
		width: auto;
		float: none;
		margin: 0 10px 10px;
		border-radius: 10px;
		overflow: hidden;
	}
	.home5 .l .labels {
		height: 230px;
		background-size: cover;
	}
	.home5 .l .txt {
		height: 230px
	}
	.home5 .l .txt h1 {
		font-size: 54px;
		height: 54px;
		line-height: 54px;
	}
	.home5 .l .txt p {
		font-size: 12px;
		padding: 5px 0 7px;
	}
	.home5 .l .txt .more {
		width: 175px;
		height: 35px;
		line-height: 35px;
		margin-top: 15px;
	}
	.home5 .r {
		padding: 0 10px;
		width: auto;
	}
	.home5 .r .top {}
	.home5 .r .top .div {
		width: 50%;
		margin-left: 0;
		height: auto;
	}
	.home5 .r .top .div .txt {
		left: 46px;
		top: 43px;
	}
	.home5 .r .bottom {
		margin-left: 0;
		position: relative;
		padding-top: 100px;
	}
	.home5 .r .bottom .div {
		width: 33.3%;
		height: 235px;
	}
	.home5 .r .bottom .div.r_text {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		-webkit-writing-mode: initial;
		writing-mode: initial;
		text-align: center;
	}
	.home5 .r .bottom .div.r_text h1 {
		margin: 0;
		padding-bottom: 10px;
	}
	.home3 .cont .r .tit h1 {
		font-size: 0.38rem;
	}
	.home3 .cont .r .tit p {
		font-size: 0.22rem;
	}

	.home .cont .r .tit {
		margin-left:0;
	}	
	.home .cont .r .tit .none-line {
		text-align:left;
		display:flex;
		flex-derection:column;
	}
	.home .cont .r .tit .none-line span {
		left:0;
		transform:translateY(0);
	}
	.home .cont .r .con {
		transform:translateY(0)!important;
	}
	.home .cont .r .tit P{
		text-alitn:left;	
	}

	.home4 .frame .child .r li.last {
		padding-bottom: 0.2rem;
	}
	.home5 .r .bottom .div.r_text h1 {
		font-size: 0.38rem;
	}
	.home5 .r .bottom .div.r_text p {
		font-size: 0.22rem;
	}
	.home5 .r .bottom .div a span {
		font-size: 0.22rem;
	}
	.home3 .cont .l .count {
		margin: 0.4rem auto;
	}
	.result {
		padding-top: 0.7rem;
		margin-bottom: 1rem;
	}
	.result .head {
		margin-bottom: 0.3rem;
	}
	.result .head .h1 {
		font-size: 0.24rem;
		margin-bottom: 0.2rem;
	}
	.result .head .h2 {
		font-size: 0.22rem;
	}
	.result .list {
		margin-bottom: 0.35rem;
	}
	.result .list li {
		padding: 0.3rem 0.1rem;
	}
	.result .list .h3 {
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}
	.result .list .p {
		margin-bottom: 0.1rem;
	}
	.subsidiary {
		margin-bottom: 0.9rem;
	}
	.subsidiary .head {
		margin-bottom: 0.2rem;
		padding-top: 0.5rem;
	}
	.subsidiary .head .h1 {
		font-size: 0.32rem;
	}
	.subsidiary .tab-bar {
		margin-bottom: 0.5rem;
		padding: 0 0.6rem;
	}
	.subsidiary .prev,
	.subsidiary .next {
		width: 0.6rem;
		background-size: 200%;
	}
	.subsidiary .scroll {
		height: 0.8rem;
	}
	.subsidiary .tab-term {
		width: 3.43rem;
		height: 0.8rem;
		background-size: contain;
		border-radius: 0.08rem;
	}
	.subsidiary .tab-term+.tab-term {
		margin-left: 0.2rem;
	}
	.subsidiary .tab-term span {
		font-size: 0.2rem;
	}
	.subsidiary .tab-term.cur span {
		font-size: 0.22rem;
	}
	.subsidiary .tab-item:before {
		left: 0.08rem;
		top: 0.05rem;
	}
	.subsidiary .tab-item .h3 {
		margin-bottom: 0.18rem;
		padding-left: 0.8rem;
		font-size: 0.24rem;
	}
	.subsidiary .tab-item .h3:before {
		top: 0.03rem;
		width: 0.17rem;
		height: 0.17rem;
	}
	.subsidiary .tab-item .h4 {
		font-size: 0.18rem;
		margin-bottom: 0.2rem;
	}
	.subsidiary .tab-item .p {
		font-size: 0.16rem;
	}
	.subsidiary .tab-item .p+.p {
		margin-top: 0.1rem;
	}
	.subsidiary .tab-item .list li {
		position: relative;
		padding-left: 0.8rem;
	}
	.subsidiary .tab-item .list li+li {
		margin-top: 0.3rem;
	}
	.subsidiary .tab-item .list li:before {
		left: 0.08rem;
		top: 0.08rem;
		width: 0.35rem;
	}
	.notice {
		margin-bottom: 1rem;
	}
	.notice .head {
		padding-top: 0.5rem;
		margin-bottom: 0.2rem;
	}
	.notice .head .h1 {
		font-size: 0.32rem;
	}
	.notice .list {
		margin-bottom: 0.5rem;
	}
	.notice .list li {
		padding: 0.5rem 0 0.2rem;
	}
	.notice .list .d {
		font-size: 0.8rem;
	}
	.notice .list .y {
		font-size: 0.22rem;
		margin-top: 0;
	}
	.notice .list .cont {
		padding: 0 0.5rem;
	}
	.notice .list .h3 {
		font-size: 0.22rem;
		line-height: 1.2;
		margin-bottom: 0.1rem;
	}
	.notice .list .p {
		margin-bottom: 0.1rem;
	}
	.notice .list .more {}
	.group_dynamics {
		margin-bottom: 1rem;
	}
	.group_dynamics .head {
		margin-bottom: 0.5rem;
		padding-top: 0.5rem;
	}
	.group_dynamics .head .h1 {
		font-size: 0.32rem;
	}
	.group_dynamics .list {
		margin-bottom: 0;
	}
	.group_dynamics .list ul {
		margin-right: 0;
	}
	.group_dynamics .list li {
		width: 2.9rem;
		margin-right: 0;
		padding-left: 0;
		margin-bottom: 0.5rem;
	}
	.group_dynamics .list li:nth-child(2n+1) {
		margin-right: 0.2rem;
	}
	.group_dynamics .list li:before,
	.group_dynamics .list li:after {
		display: none;
	}
	.group_dynamics .list .img {
		height: 1.63rem;
		margin-bottom: 0.2rem;
		border-radius: 0.08rem;
	}
	.group_dynamics .list .date {
		margin-bottom: 0.1rem;
	}
	.group_dynamics .list .p {
		height: 0.58rem;
		margin-bottom: 0.2rem;
		overflow: hidden;
	}
	.group_dynamics .list .p>a {
		display: block;
	}
	.group_dynamics .list .arr {
		display: none;
	}
	.party {
		margin-bottom: 1rem;
	}
	.party .focus {
		margin-bottom: 0.5rem;
	}
	.party .carousel {
		height: 8rem;
	}
	.party .carousel li {
		width: 6.4rem;
		height: 8rem;
	}
	.party .carousel li img {
		display: block;
		width: 100%;
	}
	.party .paging a {
		margin: 0 0.05rem;
		padding: 0.2rem 0;
	}
	.party .paging span {
		width: 0.4rem;
		height: 0.02rem;
	}
	.party .focus .h1 {
		margin-top: 0;
		font-size: 0.48rem;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.party .list {
		margin-bottom: 0.3rem;
	}
	.party .list li {
		margin-bottom: 50px;
	}
	.party .list .img {
		width: 50%;
		height: 1.69rem;
		margin-right: 0;
		border-radius: 0.08rem;
	}
	.party .list .cont {
		padding: 0 0.2rem;
		height: 1.69rem;
		float: none;
		width: auto;
	}
	.party .list .h1 {
		font-size: 0.16rem;
		margin-bottom: 0.1rem;
	}
	.party .list .h1 b {
		font-size: 0.5rem;
		margin-right: 0.1rem;
	}
	.party .list .h3 {
		font-size: 0.18rem;
		margin-bottom: 0.1rem;
		line-height: 140%;
	}
	.party .list .p {
		display: none;
	}
	.party .list .more {
		display: none;
	}
	.pioneer {
		margin-bottom: 1rem;
	}
	.pioneer .head {
		padding-top: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.pioneer .head .h1 {
		font-size: 0.32rem;
	}
	.pioneer .img {
		float: none;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 0.5rem;
		border-radius: 0.08rem;
	}
	.pioneer .cont {
		padding: 0.5rem;
		border-radius: 0.08rem;
	}
	.pioneer .cont .title {
		min-height: 1rem;
		margin-bottom: 0;
		padding-right: 0;
	}
	.pioneer .cont .h1 {
		font-size: 0.3rem;
		margin-bottom: 0.2rem;
	}
	.pioneer .cont .h2 {
		font-size: 0.24rem;
		margin-bottom: 0.1rem;
	}
	.pioneer .cont .p {
		margin-bottom: 0.5rem;
	}
	.pioneer .cont .tip {
		padding: 0.2rem;
		margin-bottom: 0.2rem;
		border-radius: 0.08rem;
	}
	.pioneer .cont .mlink {
		position: relative;
		right: auto;
		top: auto;
		border-radius: 0.08rem;
	}
	.pioneer .cont .mlink img {
		display: block;
		width: 100%;
	}
	.pioneer .cont .mlink:after {
		width: 0.6rem;
		height: 0.6rem;
		background-size: contain;
	}
	.group_overview1 {
		height: 8rem;
		margin-bottom: 3rem;
		background-size: cover;
	}
	.group_overview1:before {
		display: none;
	}
	.group_overview1 .cont {
		left: 0.2rem;
		right: 0.2rem;
		top: 100%;
		bottom: auto;
		margin-top: -0.5rem;
		padding: 0.2rem 0.2rem 1rem;
		border-radius: 0.08rem;
	}
	.group_overview1 .cont:after {
		height: 1.04rem;
		background-size: cover;
	}
	.group_overview1 .cont .h1 {
		font-size: 0.32rem;
		margin-bottom: 0.2rem;
	}
	.group_overview1 .cont .p {
		height: 1.1rem;
	}
	.group_overview1 .cont .more {
		width: 1.74rem;
		height: 0.4rem;
		line-height: 0.4rem;
		background-size: contain;
	}
	.group_overview2 {
		margin-bottom: 1rem;
	}
	.group_overview2 .head {
		margin-bottom: 0.4rem;
	}
	.group_overview2 .head .h1 {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}
	.group_overview3 {
		margin-bottom: 0.5rem;
	}
	.group_overview3 .head {
		margin-bottom: 0.5rem;
	}
	.group_overview3 .head .h1 {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}
	.group_overview3 .tab-bar {
		padding: 0 0.5rem;
		margin-bottom: 0.5rem;
	}
	.group_overview3 .tab-bar .prev,
	.group_overview3 .tab-bar .next {
		top: 0;
		width: 0.36rem;
		height: 0.36rem;
		background-size: 200%;
	}
	.group_overview3 .scroll {
		height: 0.42rem;
	}
	.group_overview3 .tab-term+.tab-term {
		padding-left: 1rem;
	}
	.group_overview3 .tab-term+.tab-term:before,
	.group_overview3 .tab-term+.tab-term:after {
		width: 0.11rem;
		height: 0.11rem;
	}
	.group_overview3 .tab-term+.tab-term:after {
		left: 0.87rem;
	}
	.group_overview3 .tab-term b {
		padding: 0 0.1rem;
		font-size: 0.28rem;
	}
	.group_overview3 .tab-term+.tab-term b:before {
		width: 1rem;
	}
	.group_overview3 .tab-cont {
		height: 6.8rem;
		background: none;
	}
	.group_overview3 .tab-item .carousel {
		height: auto;
	}
	.group_overview3 .tab-item .carousel li {
		width: 6rem;
		height: auto;
	}
	.group_overview3 .tab-item .carousel .img {
		position: static;
		width: 6rem;
		height: 3.99rem;
		border-radius: 0.08rem;
	}
	.group_overview3 .tab-item .carousel .cont {
		position: static;
		width: 100%;
		border-radius: 0.08rem;
		padding: 0.5rem;
	}
	.group_overview3 .tab-item .carousel .cont .h1 {
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}
	.group_overview3 .tab-item .carousel .cont .h1 b {
		font-size: 0.7rem;
		margin-right: 0.1rem;
	}
	.group_overview3 .tab-item .carousel .cont .p {}
	.group_overview3 .tab-item .paging {
		top: 3.5rem;
		bottom: auto;
		width: 100%;
	}
	.group_overview3 .tab-item .paging a {
		margin: 0 0.05rem;
		padding: 0.2rem 0;
	}
	.group_overview3 .tab-item .paging span {
		width: 0.4rem;
		height: 0.03rem;
	}
	.group_overview4 {
		margin-bottom: 1rem;
	}
	.group_overview4 .head {
		margin-bottom: 0.5rem;
	}
	.group_overview4 .head .h1 {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}
	.group_overview4 .cont {
		height: auto;
	}
	.group_overview4 .carousel {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.2rem;
	}
	.group_overview4 .carousel li {
		padding: 0.05rem 0.6rem;
	}
	.group_overview4 .carousel li:before {
		top: 0.11rem;
		width: 0.38rem;
		height: 0.2rem;
		background-size: 208% 100%;
	}
	.group_overview4 .carousel li.cur {
		margin-bottom: 0.1rem;
	}
	.group_overview4 .handle {
		position: absolute;
		left: 0;
		top: 2.6rem;
	}
	.group_overview4 .prev,
	.group_overview4 .next {
		width: 0.2rem;
		height: 0.2rem;
		background-size: 200%;
	}
	.group_overview4 .box {
		position: relative;
		height: 7.2rem;
		margin-top: 3rem;
	}
	.group_overview4 .box li {
		height: auto;
	}
	.group_overview4 .box .img {
		position: static;
		width: 100%;
		height: 4rem;
		margin-bottom: 0.05rem;
		border-radius: 0.08rem;
	}
	.group_overview4 .box .info {
		position: static;
		width: 100%;
		border-radius: 0.08rem;
		padding: 0.5rem;
	}
	.group_overview4 .box .info .h1 {
		font-size: 0.22rem;
		margin-bottom: 0.2rem;
	}
	.group_overview4 .box .info .p {
		margin-bottom: 0.3rem;
	}
	.group_overview4 .box .info .more {
		width: 1.74rem;
		height: 0.4rem;
		line-height: 0.4rem;
		background-size: contain;
	}
	.group_overview5 {
		margin-bottom: 0.5rem;
	}
	.group_overview5 .head {
		margin-bottom: 0.5rem;
	}
	.group_overview5 .head .h1 {
		font-size: 0.32rem;
		margin-bottom: 0.1rem;
	}
	.group_overview5 .map {
		height: 6rem;
	}
	.group_overview5 .cont {
		position: static;
		margin-right: 0;
		padding: 0.5rem;
		border-radius: 0.08rem;
		text-align: center;
	}
	.group_overview5 .cont .h1 {
		font-size: 0.24rem;
		margin-bottom: 0.2rem;
	}
	.group_overview5 .cont .list {
		margin-bottom: 0.2rem;
	}
	.group_overview5 .cont .list li {
		padding: 0;
	}
	.group_overview5 .cont .codes li {
		width: 50%;
	}
	.group_overview5 .cont .codes li+li {
		margin-left: 0;
	}
	.group_overview5 .cont .codes .img {
		width: 1.17rem;
		height: 1.17rem;
		margin: 0 auto;
		padding: 0.1rem;
		border-radius: 0.08rem;
		margin-bottom: 0.05rem;
	}
	.group_overview5 .cont .codes .img img {
		display: block;
		width: 100%;
	}
	.development1 {
		margin-bottom: 0.5rem;
	}
	.development1 .head {
		padding-top: 0.8rem;
		margin-bottom: 0.4rem;
	}
	.development1 .head .h1 {
		font-size: 0.32rem;
	}
	.development1 .left {
		margin-right: 0;
		margin-bottom: 0.2rem;
		float: none;
		width: 100%;
		height: 2rem;
		border-radius: 0.08rem;
	}
	.development1 .left .txt {
		height: 1.45rem;
	}
	.development1 .left .ico {
		margin-bottom: 0.1rem;
		width: 0.97rem;
	}
	.development1 .left .p {
		font-size: 0.24rem;
	}
	.development1 .cont {
		position: relative;
		float: none;
		width: 100%;
		border-radius: 0.08rem;
		height: 3.14rem;
	}
	.development1 .carousel {
		height: 3.14rem;
	}
	.development1 .carousel li {
		width: 6rem;
		height: 3.14rem;
	}
	.development1 .carousel li img {
		display: block;
		width: 100%;
	}
	.development1 .carousel .p {
		left: 0.5rem;
		right: 0.5rem;
		bottom: 0.2rem;
		font-size: 0.18rem;
	}
	.development1 .handle {
		position: static;
	}
	.development1 .handle .prev,
	.development1 .handle .next {
		float: none;
		position: absolute;
		bottom: 0.16rem;
		width: 0.3rem;
		height: 0.3rem;
		background-size: 200%;
		z-index: 2;
	}
	.development1 .handle .prev {
		left: 0.1rem;
	}
	.development1 .handle .next {
		right: 0.1rem;
		margin-left: 0;
	}
	.development2 {
		margin-bottom: 0.5rem;
	}
	.development2 .right {
		margin-left: 0;
		margin-bottom: 0.2rem;
		float: none;
		width: 100%;
		height: 2rem;
		border-radius: 0.08rem;
	}
	.development2 .right .txt {
		height: 1.45rem;
	}
	.development2 .right .ico {
		margin-bottom: 0.1rem;
		width: 0.97rem;
	}
	.development2 .right .p {
		font-size: 0.24rem;
	}
	.development2 .cont {
		float: none;
		width: 100%;
		height: 3.3rem;
		border-radius: 0.08rem;
		;
	}
	.development2 .carousel {
		height: 3.3rem;
	}
	.development2 .carousel li {
		width: 6rem;
		height: 3.3rem;
	}
	.development2 .carousel .img {
		border-radius: 0.08rem;
		overflow: hidden;
	}
	.development2 .carousel .img1 {
		width: 2.9rem;
		height: 1.49rem;
	}
	.development2 .carousel .img2 {
		width: 2.9rem;
		height: 1.49rem;
	}
	.development2 .carousel .img3 {
		width: 4.8rem;
		height: 1.49rem;
	}
	.development2 .carousel .p {
		bottom: 0.2rem;
		font-size: 0.2rem;
	}
	.development2 .handle {
		border-radius: 0.08rem;
		width: 1rem;
		height: 1.6rem;
	}
	.development2 .handle>img {
		height: 100%;
	}
	.development2 .handle .prev,
	.development2 .handle .next {
		bottom: 0.1rem;
		width: 0.3rem;
		height: 0.3rem;
		background-size: 200%;
	}
	.development2 .handle .prev {
		left: 0.1rem;
	}
	.development2 .handle .next {
		left: 0.4rem;
	}
	.development3 {
		margin-bottom: 0.5rem;
	}
	.development3 .left {
		margin-right: 0;
		margin-bottom: 0.2rem;
		float: none;
		width: 100%;
		height: 2rem;
		border-radius: 0.08rem;
	}
	.development3 .left .txt {
		height: 1.45rem;
	}
	.development3 .left .ico {
		margin-bottom: 0.1rem;
		width: 0.97rem;
	}
	.development3 .left .p {
		font-size: 0.24rem;
	}
	.development3 .cont {
		padding: 0.2rem;
		border-radius: 0.08rem;
	}
	.development3 .tab-bar {
		padding: 0 0.4rem;
		margin-bottom: 0.2rem;
		margin-right: 0;
	}
	.development3 .tab-bar .prev,
	.development3 .tab-bar .next {
		width: 0.35rem;
		height: 0.35rem;
		background-size: 0.11rem;
	}
	.development3 .scroll {
		height: 0.35rem;
	}
	.development3 .tab-term {
		padding: 0.05rem;
		margin: 0 0.1rem;
		font-size: 0.16rem;
	}
	.development3 .tab-cont {
		height: auto;
	}
	.development3 .tab-item {
		position: static;
		overflow: hidden;
		display: none;
	}
	.development3 .tab-item.act {
		display: block;
	}
	.development3 .box {
		position: static;
		float: left;
		border-radius: 0.08rem;
	}
	.development3 .box1 {
		width: 100%;
		height: 3.05rem;
		margin-bottom: 0.1rem;
	}
	.development3 .box2 {
		width: 50%;
		padding: 0.2rem;
	}
	.development3 .box2 .h3 {
		font-size: 0.2rem;
		margin-bottom: 0.2rem;
	}
	.development3 .box2 .p {
		font-size: 0.16rem;
	}
	.development3 .box3 {
		width: 50%;
		padding: 0.2rem;
	}
	.development3 .box3 .p {
		padding: 0.03rem;
		font-size: 0.16rem;
	}
	.development4 {
		margin-bottom: 0.5rem;
	}
	.development4 .right {
		margin-left: 0;
		margin-bottom: 0.2rem;
		float: none;
		width: 100%;
		height: 2rem;
		border-radius: 0.08rem;
	}
	.development4 .right .txt {
		height: 1.45rem;
	}
	.development4 .right .ico {
		margin-bottom: 0.1rem;
		width: 0.97rem;
	}
	.development4 .right .p {
		font-size: 0.24rem;
	}
	.development4 .cont {
		padding: 0.2rem;
		border-radius: 0.08rem;
	}
	.development4 .tab-bar {
		height: 0.35rem;
		margin-bottom: 0.2rem;
	}
	.development4 .tab-term {
		padding: 0.05rem 0.2rem;
		border-radius: 0.08rem;
		font-size: 0.16rem;
	}
	.development4 .tab-term+.tab-term {
		margin-left: 0.2rem;
	}
	.development4 .tab-cont {
		height: auto;
	}
	.development4 .tab-item {
		position: relative;
		display: none;
	}
	.development4 .tab-item.act {
		display: block;
	}
	.development4 .tab-item li {
		float: left;
		width: 2.7rem;
	}
	.development4 .tab-item li+li {
		margin-left: 0.2rem;
	}
	.development4 .tab-item .img {
		height: 1.56rem;
		border-radius: 0.08rem;
		margin-bottom: 0.2rem;
	}
	.development4 .tab-item .h3 {
		font-size: 0.22rem;
		margin-bottom: 0.1rem;
	}
	.development4 .tab-item .p {}
	.scaleimg:hover img {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (max-width: 414px) {
	.home5 .r .top .div {
		width: 100%;
	}
	.home5 .r .top .div .txt {
		top: 58px;
	}
}

.bg_ban {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../image/opacity-b05.png) repeat 0 0;
	top: 0;
	left: 0;
	/*z-index:2;*/
}


/*.home1 .focus .frame .child .txt{ z-index:3; }*/


/*jls-header-适应手机*/

.m-show {
	display: none;
}

@media screen and (max-width: 1229px) {
	.m-show {
		display: block;
	}
	#header{
		display: none;
	}
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.myclearfix:after {
	content: "";
	display: block;
	width: 100%;
	height: 0;
	clear: both;
}

.m-show {
	width: 100%;
	height: auto;
	background: #fff;
	position: fixed;
	z-index: 1000;
}

.menu-nav {
	opacity: 1 !important;
}

.menu-nav .menu-outer {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #dfdfdf;
}

.m-show .logo {
	float: left;
	width: 30%;
	color: #fff;
	position: initial;
	height: 60px;
	line-height: 60px;
	vertical-align: middle;
	text-align: center;
	margin:0;
	
}	

.m-show .logo img {
	width: auto;
	height: auto;
	display: block;
	margin-top: 10px;
}

.m-show .menu-box {
	float: right;
	padding-top: 15px;
}

.m-show .menu-box .hbg {
	width: 30px;
	height: 30px;
	border: 1px solid #dfdfdf;
	border-radius: 4px;
	padding-top: 3px;
	box-sizing: border-box;
	float: right;
	margin-left: 20px;
}

.m-show .menu-box .hbg span {
	width: 20px;
	height: 2px;
	background: #ddd;
	display: block;
	margin: 4px auto;
}

.m-show .language {
	font-size: 18px;
	color: #333;
	float: left;
	line-height: 30px;
}

.m-show .nav-box {
	width: 100%;
	display: none;
	border: 1px solid #dfdfdf;
	border-radius: 0 0 20px 20px;
	padding-bottom: 20px;
}

.m-show .nav-box ul {
	padding: 0 20px;
}

.m-show .nav-box ul li {
	border-bottom: 1px solid #dfdfdf;
	line-height: 40px;
}

.m-show .nav-box ul li:last-child {
	border: none
}

.m-show .nav-box ul li>a {
	display: block;
	font-size: 16px;
	padding: 0 10px;
	color: #333
}

.m-show .nav-box ul li>a:hover {
	color: #48845a;
}

.m-show .nav-box ul li .sub-nav {
	display: none;
}

.m-show .nav-box ul li .sub-nav a {
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid #f1f1f1;
	width: calc(100% - 40px);
	margin: 0 20px;
}

.m-show .nav-box ul li .sub-nav a:hover {
	background: #f1f1f1;
}

.m-show .nav-box ul li .sub-nav a:last-child {
	border: none
}
@media screen and (min-width: 720px) {
.home3 .cont .r .con {
transform:translateY(-120px);
}
}


	@media screen and (max-width: 639px) {
		.home3 .cont .r .tit {
			margin-left:0!important;
		}	
		.home3 .cont .r .tit .none-line {
			text-align:left;
			display:flex;
			flex-direction:column!important;
		}
		.home3 .cont .r .tit .none-line span {
			top:92%!important;
			transform:translateY(0)!important;
			left:0;
		}
		.home3 .cont .r .con {
			background-color:$bbb;
			transform:translateY(25px)!important;
		}
		.home3 .cont .r .tit P{
			text-alitn:left;	
		}
		.home3 .cont .r .con .d {
			width:92%!important;
		}
		.businessInfo {
			width:100%;
			float:none;
		}
		.businessBox {
			height:100%;
		}
		.businessBox .txts{
			width:100%;
		}

	}
