@charset "utf-8";

.ani {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

/* 首页导航 */
.index-tab {
	width: 100%;
	height: 80px;
	min-width: 1240px;
	max-width: 1920px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.index-flex {
	width: 86%;
	margin: auto;
	height: 70px;
}

.index-tab-img {
	width: 155px;
	height: 50px;
	margin-top: 10px;
}

.index-tab-img img {
	width: 200px;
	height: 67px;
}

.index-tab-img .img2 {
	display: none;
}

.index-tab-btn {
	height: 70px;
}

.index-tab-btn p {
	float: left;
	width: 80px;
	margin-right: 5px;
	text-align: center;
	line-height: 70px;
}

.index-tab-btn p a {
	position: relative;
	color: #FFFFFF;
}

.index-tab-btn .act a::after {
	content: '';
	position: absolute;
	width: 32px;
	height: 4px;
	background: #FFFFFF;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.index-tab-act {
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.index-tab-act .index-tab-img .img2 {
	display: block !important;
}

.index-tab-act .index-tab-img .img1 {
	display: none !important;
}

.index-tab-act .index-tab-btn p a {
	color: #000000;
}

.index-tab-act .index-tab-btn .act a {
	color: #00799d;
}

.index-tab-act .index-tab-btn .act a::after {
	content: '';
	position: absolute;
	width: 32px;
	height: 2px;
	background: #00799d;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

/* 底部footer */
.footer {
	background: url(../images/imgs/footer.png) center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	max-width: 1920px;
	min-width: 1240px;
	height: 375px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.footer-content {
	width: 1240px;
	height: 325px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	padding-top: 55px;
}

.footer-content .left {
	width: 520px;
	height: auto;
}

.footer-content .left .biaoti {
	width: 314px;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #424348;
	overflow: hidden;
	margin-bottom: 38px;
}

.footer-content .left .biaoti h3 {
	font-size: 18px;
	color: #FFFFFF;
}

.footer-content .left .biaoti p {
	font-size: 16px;
	color: #FFFFFF;
	opacity: .14;
	margin-top: 6px;
	margin-left: 8px;
}

.footer-content .left .p1 {
	font-size: 14px;
	color: #FFFFFF;
	opacity: .24;
	line-height: 24px;
}

.footer-content .left .kefu {
	margin-top: 28px;
	color: #ffffff;
	font-size: 16px;
	opacity: 0.5;
}

.footer-content .left .kefu p {
	line-height: 18px;
	margin-left: 8px;
}

.footer-content .center {
	width: 166px;
	height: auto;
}

.footer-content .center .p2 {
	float: left;
	display: block;
	width: 50%;
	font-size: 14px;
	color: #FFFFFF;
	opacity: .24;
	margin-bottom: 30px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 4px;
}

.footer-content .center .p3 {
	text-align: right;
	padding-right: 4px;
}

.footer-content .center .biaoti {
	width: 100%;
}

.footer-content .right {
	width: 300px;
	margin-right: 10px;
}

.footer-content .right .biaoti {
	width: 100%;
}

.footer-follow-flex {
	margin-top: 20px;
	padding-left: 5px;
}

.footer-follow-wx {
	width: auto;
	margin-right: 35px;
}

.footer-follow-wx img {
	width: 100px;
	height: 125px;
}

.footer-go {
	float: left;
}

.footer-go a {
	display: inherit;
	margin-top: 10px;
}

.footer-go a:nth-child(1) {
	margin-top: 0;
}

.footer-go img {
	width: 25px;
	height: 25px;
}

.footer-copy {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #000000;
}

.footer-copy p {
	width: 1240px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	opacity: .4;
	
}

.footer-copy a{
	color:#fff
}

/* 首页轮播 */
.picScroll-top {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 930px;
	overflow: hidden;
	position: relative;
}

.picScroll-top .hd {
	position: absolute;
	overflow: hidden;
	width: 34px;
	height: 80px;
	z-index: 999;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.picScroll-top .hd .next {
	display: block;
	width: 34px;
	height: 80px;
	cursor: pointer;
	background: url(../images/bottom.png) no-repeat;
}

.picScroll-top .bd {
	width: 100%;
	height: 100%;
}

.picScroll-top .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-top .bd ul li {
	text-align: center;
	zoom: 1;
}

.picScroll-top .bd ul li .pic {
	width: 100%;
	height: 930px;
}

/* 首页beats365电子游戏入口 */
.indexAll {
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	padding-top: 110px;
	padding-bottom: 255px;
	background: url(../images/index-about.png) no-repeat;
	background-position: right bottom;
}

.indexOne {
	margin: auto;
	position: relative;
	padding-left: 35px;
	margin-bottom: 70px;
}

.indexOne::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 17px;
	height: 3px;
	background: rgb(4, 123, 158);
}

.indexOne p:nth-child(1) {
	font-size: 26px;
	color: #333333;
	/* font-weight: bold; */
}

.indexOne p:nth-child(2) {
	font-size: 16px;
	color: #666666;
	margin-top: 5px;
}

.aboutContent {
	width: 100%;
	position: relative;
}

.about-text-lt {
	float: left;
	width: 415px;
}

.about-text-lt p:nth-child(1) {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}

.about-text-lt p:nth-child(3) {
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-align: justify;
}

.about-text-rt {
	float: left;
	width: 790px;
	height: 422px;
	margin-left: 30px;
}

.about-text-rt img {
	float: left;
	width: 33.33%;
	height: 100%;
}

.aboutBg {
	width: 1216px;
	height: 210px;
	background: rgba(80, 88, 101, 1);
	position: absolute;
	left: 0;
	top: 300px;
	z-index: -1;
}

/* 旗下品牌 */
.subordinate {
	position: relative;
	width: 100%;
	height: auto;
	background: url(../images/imgs/banner1.png) top center / 100% 580px no-repeat;
	margin: 0 auto;
	min-width: 1240px;
	max-width: 1920px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 55px;
}

.subordinate .its {
	width: 1240px;
	margin: 0 auto;
}

.subordinate::after {
	content: '';
	position: absolute;
	width: 136px;
	height: 80px;
	background: url(../images/dian.png) no-repeat;
	left: 35px;
	bottom: 35px;
	z-index: -1;
}

.its {
	width: auto;
	margin: auto;
	position: relative;
	padding-left: 35px;
}

.its p:nth-child(1) {
	color: #FFFFFF;
	font-size: 22px;
}

.it2s p:nth-child(1) {
	font-size: 26px !important;
}

.its p:nth-child(2) {
	color: #b2b2b2;
	font-size: 16px;
	margin-top: 5px;
}

.its::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 17px;
	height: 3px;
	background: rgb(4, 123, 158);
}

.its-content {
	width: 1240px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 40px;
}

.its-list {
	position: relative;
	float: left;
	width: 25%;
	height: 777px;
	cursor: pointer;
}

.its-list::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.68);
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.its-list:hover::after {
	background: rgba(0, 121, 157, 0.68);
}

.its-list img {
	width: 100%;
	height: 100%;
}

.its-text {
	position: absolute;
	left: 90px;
	top: 315px;
	z-index: 100;
}

.its-text p:nth-child(1) {
	position: relative;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: bold;
}

.its-text p:nth-child(1)::after {
	content: '';
	position: absolute;
	width: 42px;
	height: 2px;
	background: #ffffff;
	opacity: .6;
	left: -60px;
	top: 20px;
}

.its-text p:nth-child(2) {
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 10px;
}

.its-text img {
	width: 40px;
	height: 40px;
	margin-top: 20px;
}

/* 合作案例 */
.index_hezuo {
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/hezuo.png) center center / 1920px 100% no-repeat;
	padding-top: 110px;
	padding-bottom: 130px;
}

.index_hezuo .w .its p:nth-child(1) {
	color: #000000 !important;
}

.index_hezuo .w .its p:nth-child(2) {
	color: #000000 !important;
	margin-bottom: 30px;
}

.index_hezuo .w .slideBox {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.index_hezuo .w .slideBox .bd {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
	overflow: hidden;
	padding-top: 40px;
}

.index_hezuo .w .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	overflow: hidden;
}

.index_hezuo .w .slideBox .bd li .left {
	width: 355px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 40px;
}

.index_hezuo .w .slideBox .bd li .left h3 {
	color: #000000;
	font-size: 22px;
}

.index_hezuo .w .slideBox .bd li .left img {
	width: 63px;
	height: 59px;
	margin: 35px 0;
}

.index_hezuo .w .slideBox .bd li .left p {
	width: 230px;
	color: #000000;
	font-size: 16px;
	line-height: 36px;
	text-align: justify;
}

.index_hezuo .w .slideBox .bd li .right {
	position: relative;
}

.index_hezuo .w .slideBox .bd li .right .txt {
	position: absolute;
	width: 100%;
	height: 93px;
	background: rgba(0, 0, 0, 0.62);
	bottom: 0;
	left: 0;
	color: #ffffff;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 55px;
	line-height: 93px;
}

.index_hezuo .w .slideBox .bd li .right .txt::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	left: 28px;
	top: 40px;
}

.index_hezuo .w .slideBox .bd li .right,
.index_hezuo .w .slideBox .bd li .right img {
	width: 850px;
	height: 496px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index_hezuo .w .slideBox .prev {
	display: block;
	cursor: pointer;
	float: right;
	width: 42px;
	height: 42px;
	background: url(../images/left.png) no-repeat;
	margin-right: 10px;
}

.index_hezuo .w .slideBox .next {
	display: block;
	cursor: pointer;
	float: right;
	width: 42px;
	height: 42px;
	background: url(../images/right.png) no-repeat;
}

/* 首页新闻 */
.index_new {
	background: url(../images/index_new.png) no-repeat;
	background-position: right bottom;
	padding-top: 40px;
	padding-bottom: 110px;
}

.taber {
	overflow: hidden;
}

.taber .right {
	position: relative;
	max-width: 1240px;
	overflow: hidden;
	margin-top: 15px;

}

.taber .right::after {
	position: absolute;
	content: '';
	width: 9px;
	height: 16px;
	background: url(../images/pie.png);
	left: 10px;
	top: 6px;
}

.taber .right .item {
	position: relative;
	line-height: 20px;
	margin-left: 40px;
	color: #000000;
	font-size: 16px;
	cursor: pointer;
}

.taber .right .act {
	font-size: 18px;
	font-weight: bold;
	padding-left: 25px;
}

.taber .right .act::after {
	position: absolute;
	content: '';
	top: 6px;
	left: 0;
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2.5px solid #fedc18;
	border-radius: 50%;
}

.index_new .w .taber_list {
	overflow: hidden;
	margin-top: 50px;
}

.index_new .w .taber_list .left {
	width: 345px;
	height: auto;
	margin-right: 90px;
}

.index_new .w .taber_list .right {
	margin-right: 0 !important;
}

.index_new .w .taber_list .left .item {
	display: block;
	width: 345px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 20px;
	border-top: 1px solid #e0e0e0;
}

.index_new .w .taber_list .left .item .ell_1 {
	color: #333333;
	font-size: 20px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.index_new .w .taber_list .left .item .ell_3 {
	color: #666666;
	font-size: 14px;
	text-align: justify;
	line-height: 26px;
	margin-bottom: 15px;
}

.index_new .w .taber_list .left .item .more {
	overflow: hidden;
	margin-bottom: 45px;
}

.index_new .w .taber_list .left .item .more p {
	color: #666666;
	font-size: 14px;
}

.index_new .w .taber_list .left .item .more span {
	color: #666666;
	font-size: 20px;
}

.index_new .w .taber_list .left .item .img {
	width: 100%;
	height: 128px;
}

.index_new .w .taber_list .item:hover {
	border-top: 1px solid #00799D;
}

.index_new .w .taber_list .item:hover .more p {
	color: #00799D;
}

/* 首页合作伙伴 */
.index_huoban {
	width: 1667px !important;
	max-width: 100% !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-top: 76px;
	padding-bottom: 95px;
	margin: 0 auto;
}

.index_huoban .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 636px;
	height: 445px;
}

.index_huoban .neirong {
	width: 100%;
	height: 768px;
	background: #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.index_huoban .neirong .w {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
}

.index_huoban .neirong .w .taber .right {
	max-width: 880px !important;
}

.index_huoban .neirong .w .taber .right::after {
	background: none;
}

/* 本例子css */
.index_huoban .neirong .w .taber_list {
	width: 100%;
	height: 530px;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

.index_huoban .neirong .w .taber_list .hd {
	height: 17px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translateX(-50%);
}

.index_huoban .neirong .w .taber_list .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.index_huoban .neirong .w .taber_list .hd ul li {
	float: left;
	width: 17px;
	height: 17px;
	background: #dddddd;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 10px;
}

.index_huoban .neirong .w .taber_list .hd ul li.on {
	background: #fbdf1a;
	color: #fff;
}

.index_huoban .neirong .w .taber_list .bd {
	position: relative;
	width: 100%;
	height: 444px;
	z-index: 0;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.index_huoban .neirong .w .taber_list .bd li {
	zoom: 1;
	vertical-align: middle;
}

.index_huoban .neirong .w .taber_list .bd li .bd_list {
	width: 1240px;
	height: 444px;
	padding: 12px;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.index_huoban .neirong .w .taber_list .bd li .img {
	position: relative;
	width: 174px;
	height: 105px;
	background: #f7f7f7;
	margin-left: 25px;
	margin-top: 25px;
}

.index_huoban .neirong .w .taber_list .bd li .img img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

/* 招贤纳士页面样式 */
.attractive {
	width: 100%;
	min-width: 1240px;
	max-width: 1920px;
	margin: auto;
}

/* banner部分 */
.index-banner {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 434px;
	margin: 0 auto;
}

.index-banner-img {
	width: 100%;
	height: 100%;
}

.index-banner-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 180px;
	bottom: 0;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.index-banner-center p:first-child {
	color: #eeeeee;
	font-size: 40px;
}

.index-banner-center p:nth-child(2) {
	color: #FFFFFF;
	font-size: 30px;
	opacity: .39;
}

.searchIpt {
	width: 800px;
	margin: auto;
	position: absolute;
	bottom: -20px;
	height: 40px;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.searchIpt img {
	width: 10px;
	height: 10px;
}

.searchIpt input {
	width: 550px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 20px 0 0 20px;
	padding: 0 25px;
	border: none;
	color: rgb(176, 186, 196);
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.searchIpt button {
	width: 100px;
	background: #00799D;
	color: #FFFFFF;
	border: none;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
	border-radius: 0 20px 20px 0;
}

.searchText {
	width: 1240px;
	min-width: 1240px;
	max-width: 1920px;
	margin: 60px auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 40px;
}

.searchLt {
	float: left;
	width: 220px;
}

.searchRt {
	float: left;
	width: 850px;
	margin-left: 70px;
	padding-left: 70px;
	border-left: 1px solid rgb(176, 186, 196);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.search-btn {
	padding: 20px 0 10px;
	border-bottom: solid 1px rgb(176, 186, 196);
	overflow: hidden;
}

.search-btn select {
	float: left;
	width: 170px;
}

.search-btn button {
	float: right;
}

.search-btn button,
.search-btn select {
	border: none;
	background: none;
	font-size: 16px;
	color: rgb(176, 186, 196);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉下拉箭头*/
}

.search-btn button:hover {
	cursor: pointer;
}

.type-title {
	margin-top: 20px;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}

.choose-list ul li {
	margin-top: 10px;
	overflow: hidden;
}

.choose-list ul li input {
	float: left;
	margin-top: 4px;
}

.choose-list ul li label {
	margin-left: 10px;
	font-size: 14px;
	color: #858585;
	float: left;
}

.text-all {
	margin-top: 40px;
	width: 660px;
	padding: 15px 20px;
}

.activeLi {
	background: #FFFFFF;
	box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.12);
}

.place-text {
	margin-top: 6px;
	font-size: 16px;
	font-weight: 600;
	color: rgb(176, 186, 196);
	overflow: hidden;
}

.place-text p {
	float: left;
}

.place-text p:nth-child(2) {
	margin-left: 10px;
}

.place-detail ul {
	margin-top: 20px;
}

.place-detail ul li {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 600;
	color: rgb(176, 186, 196);
}

/* 联系我们页面样式 */

.relation {
	width: 100%;
}

.relation-content {
	width: 100%;
	background: #FFFFFF;
	padding: 50px 0;
}

.relation-state {
	width: 1240px;
	margin: auto;
	overflow: hidden;
}

.relation-lt {
	float: left;
	width: 500px;
}

.relation-lt img {
	width: 480px;
	height: 450px;
}

.relation-rt {
	float: left;
	width: 600px;
	padding: 0 0 0 50px;
}

.relation-service {
	margin-top: 30px;
	overflow: hidden;
}

.relation-service:nth-child(1) {
	margin-top: 0;
}

.service-img {
	float: left;
	width: 35px;
	height: 35px;
}

.relation-phone {
	float: left;
	margin-left: 10px;
}

.relation-line {
	width: 30px;
	height: 2px;
	background: #EEEEEE;
}

.relation-text {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
}

.relation-num {
	color: #666666;
	font-size: 16px;
	margin-top: 5px;
}

.relation-address {
	font-size: 14px;
	color-profile: #666666;
	margin-top: 10px;
}

.relation-address span {
	margin-left: 15px;
}

/* 在线联系 */
.on-line {
	background: url(../images/img/systemBg.png) center center / 1920px 100% no-repeat;
	width: 100%;
	padding: 50px 0;
	margin: auto;
	min-width: 1240px;
	max-width: 1920px;
}

.relation-all {
	width: 1240px;
	margin: auto;
}

.relation-title {
	display: flex;
	justify-content: center;
	align-items: center;
}

.relation-title p:nth-child(odd) {
	width: 30px;
	height: 2px;
	background: #DCDCDC;
}

.relation-title p:nth-child(even) {
	margin: 0 20px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.relation-form {
	width: 1240px;
	margin: 50px auto;
}

.relation-form-list {
	overflow: hidden;
}

.relation-list {
	float: left;
	width: 32%;
	height: 45px;
	background: rgba(0, 0, 0, 0.6);
	padding: 0 10px;
	margin-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.relation-list:nth-child(3) {
	margin: 0 !important;
}

.relation-list label {
	color: #FFFFFF;
}

.relation-list input {
	height: 45px;
	padding-left: 10px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 16px;
	border: none;
}

.relation-textarea {
	height: 200px;
	margin-top: 20px;
	background: rgba(0, 0, 0, 0.6);
	padding: 20px 20px;
}

.relation-textarea label {
	color: #FFFFFF;
	float: left;
}

.relation-textarea textarea {
	float: left;
	padding-left: 10px;
	resize: none;
	/* background: rgba(0, 0, 0, .01); */
	/* color: rgba(255, 255, 255, 0.8); */
	font-size: 16px;
	border: none;
	width: 850px;
	margin-left: 20px;
}

.relation-btn {
	width: 1240px;
	margin: 30px auto;
	text-align: center;
}

.relation-btn button {
	width: 150px;
	background: rgba(22, 109, 136, 0.5);
	color: #FFFFFF;
	outline: none;
	border: none;
	font-size: 18px;
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;

}

.relation-map {
	width: 1240px;
	margin: 50px auto;
}

#allmap {
	width: 1240px;
	height: 350px;
}

/* 新闻中心 */
.news {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.news .new_list .index_new {
	background: none !important;
}

.new_taber {
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #f3f3f3;
	text-align: center;
	position: sticky;
	z-index: 999;
	top: 79px;
	left: 0;
	background: #FFFFFF;
}

.new_taber .w .item {
	position: relative;
	display: inline-block;
	color: #111111;
	font-size: 15px;
	font-weight: bold;
	line-height: 65px;
	padding: 0 65px;
	cursor: pointer;
}

.new_taber .w .item::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 20px;
	background: #e6e6e6;
	right: 0;
	top: 24px;
}

.new_taber .w .act::after {
	position: absolute;
	content: '';
	width: 28px;
	height: 4px;
	background: #00799d;
	border-radius: 2px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}

.new_list .new_list_item {
	display: none;
}

.new_list .block {
	display: block;
}

.new_list .new_list_item .its p:nth-child(1) {
	font-size: 22px;
}

.new_list .new_list_item .its p:nth-child(2) {
	font-size: 16px;
	color: #b2b2b2 !important;
}

.new_list .new_list_item .new_list_item_top {
	width: 100%;
	overflow: hidden;
	margin-bottom: 50px;
}

.new_list .new_list_item .new_list_item_top .left {
	position: relative;
	display: block;
	width: 640px;
	height: 515px;
}

.new_list .new_list_item .new_list_item_top .left img {
	width: 100%;
	height: 100%;
}

.new_list .new_list_item .new_list_item_top .left .txt {
	position: absolute;
	width: 100%;
	height: 64px;
	line-height: 64px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	background: rgba(0, 0, 0, .76);
	bottom: 0;
	left: 0;
}

.new_list .new_list_item .new_list_item_top .right .right_item {
	display: block;
	width: 590px;
	height: auto;
	border-bottom: 1px solid #eeeeee;
	padding: 0 13px;
	margin-left: 6px;
	padding-bottom: 38px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 35px;
}

.new_list .new_list_item .new_list_item_top .right .right_item h3 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
}

.new_list .new_list_item .new_list_item_top .right .right_item div {
	color: #000000;
	font-size: 18px;
	line-height: 32px;
}

.new_list .new_list_item .baodao {
	width: 787px !important;
	height: auto !important;
	margin-right: 0 !important;
}

.new_list .new_list_item .baodao .baodao_top {
	margin-bottom: 20px;
}

.new_list .new_list_item .baodao .baodao_top,
.new_list .new_list_item .baodao .baodao_top img {
	display: block;
	width: 100%;
	height: 320px;
}

/* 党建工作页面样式 */
.dangjian_img {
	display: block;
	width: 100%;
	height: 211px;
	margin-bottom: 17px;
}

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

/* 产教融合页面样式 */
.hezuomoshi {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 55px;
	padding-bottom: 170px;
	background: url(../images/hezuo_bg.png) center center / 1920px 100% no-repeat;
}

.hezuomoshi_list {
	width: 1170px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 50px;
}

.hezuomoshi_list .item {
	width: 386px;
	height: 262px;
	margin-right: 4px;
	margin-top: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-top: 50px;
}

.hezuomoshi_list .item:nth-child(3n+0) {
	margin-right: 0 !important;
}

.hezuomoshi_list .item .imgs {
	position: relative;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 12px;
}

.hezuomoshi_list .item .imgs img {
	position: absolute;
	max-width: 50%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.hezuomoshi_list .item p {
	color: #FFFFFF;
	font-size: 18px;
}

.hezuomoshi_list .item .zhanwei {
	width: 29px;
	height: 3px;
	background: #ffb400;
	margin: 0 auto;
	margin-top: 20px;
}

.hezuomoshi_list .item:hover {
	background-color: rgba(0, 121, 157, .5) !important;
}

.hezuomoshi_list .item:hover .imgs {
	background: rgba(255, 255, 255, .2);
}

.hezuomoshi_list .item:hover .zhanwei {
	background: #FFFFFF;
}

.shizililinag {
	width: 100%;
	height: 1075px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: url(../images/shizililiang-bg.png) center center / 1920px 100% no-repeat;
	padding-top: 90px;
}

.shizililinag .w .its p:nth-child(1) {
	color: #231d0f !important;
}

.shizililinag .w .its {
	margin-right: 20px;
	margin-top: 5px;
}

.shizililinag_list {
	width: 1190px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: 50px;
	padding-right: 30px;
}

.shizililinag_list .hd {
	position: relative;
	float: right;
	width: 545px;
	height: auto;
	overflow: hidden;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.shizililinag_list .hd::after {
	content: '';
	position: absolute;
	width: 86px;
	height: 3px;
	background: #3b414a;
	bottom: 0;
	left: 0;
}

.shizililinag_list .hd .pageState {
	color: #c4c4c4;
	font-size: 20px;
	letter-spacing: 8px;
}

.shizililinag_list .hd .pageState span {
	display: block;
	float: left;
	color: #000000;
	font-size: 36px;
}

.shizililinag_list .hd .prev,
.shizililinag_list .hd .next {
	display: block;
	width: 20px;
	height: 17px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/qiehuan.png) no-repeat;
	margin-top: 25px;
}

.shizililinag_list .hd .next {
	background-position: right;
}

.shizililinag_list .bd {
	width: 100%;
}

.shizililinag_list .bd ul {
	zoom: 1;
}

.shizililinag_list .bd ul li {
	float: left;
	height: 351px;
	text-align: left;
	_display: inline;
	margin-right: 6px;
}

.shizililinag_list .bd ul .act .infoList_item .infoList_top .infoList_top_con {
	display: none;
}

.infoList_item {
	position: relative;
	width: 286px;
	height: 351px;
	cursor: pointer;
}

.infoList_item .infoList_top img {
	width: 100%;
	height: 351px;
}

.infoList_item .infoList_top .infoList_top_con {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
}

.infoList_item .infoList_top .infoList_top_con .mingzi {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 240px;
}

.infoList_item .infoList_top .infoList_top_con .mingzi .p2 {
	margin: 0 10px;
}

.infoList_item .infoList_top .infoList_top_con .mingzi .p1 {
	width: 30px;
	height: 1px;
	background: #FFFFFF;
}

.infoList_item .infoList_top .infoList_top_con .txt {
	color: #ffffff;
	font-size: 16px;
	margin-top: 15px;
}

.shizililinag_list .bd ul li span {
	color: #999;
}

.shizililinag_list_neirong {
	width: 1190px;
	height: 235px;
	margin: 0 auto;
	margin-top: 20px;
}

.shizililinag_list_neirong .item {
	display: none;
	align-items: center;
	width: 100%;
	height: 235px;
	border-left: 10px solid #f6dc04;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
}

.shizililinag_list_neirong .act {
	display: flex;
}

.shizililinag_list_neirong .item .left {
	width: 290px;
}

.shizililinag_list_neirong .item .left h3 {
	color: #231d0f;
	font-size: 24px;
	font-weight: bold;
}

.shizililinag_list_neirong .item .left span {
	color: #231d0f;
	font-size: 18px;
	margin-left: 6px;
	margin-top: 6px;
}

.shizililinag_list_neirong .item .left p {
	color: #231d0f;
	font-size: 18px;
	line-height: 36px;
	margin-top: 40px;
}

.shizililinag_list_neirong .item .right {
	color: #656565;
	font-size: 16px;
	line-height: 36px;
	width: 750px;
}

.xueshengfengcai {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.xueshengfengcai .w .its p:nth-child(1) {
	color: #231d0f;
}

.xueshengfengcai .bg {
	width: 1667px !important;
	max-width: 100% !important;
	height: 445px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin: 0 auto;
	margin-top: 60px;
}

.xueshengfengcai .bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 636px;
	height: 445px;
}

.xueshengfengcai .content {
	width: 100%;
	height: 813px;
	background: #f7f7f7;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -340px;
	padding-top: 145px;
}

.chengzhang {
	padding-top: 95px;
	padding-bottom: 120px;
}

.chengzhang .w .taber_list {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 85px;
}

.chengzhang .w .taber_list .bd {
	width: 100%;
	height: 715px;
}

.chengzhang .w .taber_list .bd img {
	width: 100%;
	height: 715px;
}

.chengzhang .w .taber_list .hd {
	height: 17px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translateX(-50%);
}

.chengzhang .w .taber_list .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.chengzhang .w .taber_list .hd ul li {
	float: left;
	width: 17px;
	height: 17px;
	background: #dddddd;
	cursor: pointer;
	border-radius: 50%;
	margin: 0 10px;
}

.chengzhang .w .taber_list .hd ul li.on {
	background: #fbdf1a;
	color: #fff;
}

/* beats365电子游戏入口 */
.jituanjieshao {
	padding-top: 70px;
	padding-bottom: 100px;
}

.jituanjieshao .w .its p:nth-child(1) {
	color: #231d0f;
}

.jituanjieshao .w .neirong {
	margin-top: -20px;
}

.jituanjieshao .w .left {
	width: 680px;
	height: auto;
	text-align: justify;
	line-height: 30px;
	font-size: 14px;
	color: #000000;
	padding-top: 90px;
}

.jituanjieshao .w .right,
.jituanjieshao .w .right img {
	width: 474px;
	height: 281;
}

.qiyewenhua {
	width: 100%;
	height: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/about.png) center center / 1920px 100% no-repeat;
	padding-top: 50px;
}

.qiyewenhua .neirong {
	margin-top: 25px;
}

.qiyewenhua .neirong .item {
	width: 214px;
	height: 262px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	background: rgba(72, 73, 74, 0.5);
	margin-right: 3px;
	cursor: pointer;
	margin-top: 40px;
}

.qiyewenhua .neirong .item .imgs {
	position: relative;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 12px;
	margin-top: 50px;
}

.qiyewenhua .neirong .item .imgs img {
	position: absolute;
	max-width: 50%;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.qiyewenhua .neirong .item p {
	color: #FFFFFF;
	font-size: 18px;
}

.qiyewenhua .neirong .item .zhanwei {
	width: 29px;
	height: 3px;
	background: #ffb400;
	margin: 0 auto;
	margin-top: 20px;
}

.qiyewenhua .neirong .item .txt {
	display: none;
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	margin-top: 15px;
}

.qiyewenhua .neirong .act {
	margin-top: 0;
	width: 329px;
	height: 346px;
	background: rgba(0, 121, 157, 0.6);
}

.qiyewenhua .neirong .act .imgs {
	background: rgba(255, 255, 255, .2);
}

.qiyewenhua .neirong .act .zhanwei {
	background: #FFFFFF;
}

.qiyewenhua .neirong .act .txt {
	display: block;
}

.chuangshiren {
	width: 100%;
	height: 860px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/chuangshiren.png) center center / 1920px 100% no-repeat;
	padding-top: 90px;
	background-color: #edeff3;
}

.chuangshiren .w {
	position: relative;
}

.chuangshiren .w .left {
	position: absolute;
	width: 500px;
	height: 350px;
	top: 180px;
}

.chuangshiren .w .left img {
	width: 100%;
	height: 100%;
}

.chuangshiren .w .right {
	width: 822px;
	height: 541px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	margin-top: 60px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
	padding-left: 160px;
	padding-top: 90px;
}

.chuangshiren .w .right .name {
	width: 250px;
	height: 55px;
	line-height: 55px;
	background: #fedc18;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

.chuangshiren .w .right .txt {
	color: #000000;
	font-size: 16px;
	line-height: 36px;
}

.fazhanlicheng {
	position: relative;
	width: 100%;
	height: 935px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
}

.fazhanlicheng .bg {
	position: absolute;
	width: 100%;
	height: 590px;
	background: url(../images/fazhanlicheng.png) center center / 1920px 100% no-repeat;
	top: 190px;
}

.fazhanlicheng .w .right {
	width: 562px;
	height: 780px;
	overflow: hidden;
	position: relative;
	margin-top: -50px;
}

.fazhanlicheng .w .right .hd {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	float: right;
	width: 562px;
	height: auto;
	overflow: hidden;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}

.fazhanlicheng .w .right .hd::after {
	content: '';
	position: absolute;
	width: 86px;
	height: 3px;
	background: #3b414a;
	bottom: 0;
	left: 0;
}

.fazhanlicheng .w .right .hd .prev,
.fazhanlicheng .w .right .hd .next {
	display: block;
	width: 20px;
	height: 17px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/qiehuan.png) no-repeat;
	margin-top: 25px;
}

.fazhanlicheng .w .right .hd .next {
	background-position: right;
}

.fazhanlicheng .w .right .hd .pageState {
	color: #c4c4c4;
	font-size: 20px;
	letter-spacing: 8px;
}

.fazhanlicheng .w .right .hd .pageState span {
	display: block;
	float: left;
	color: #000000;
	font-size: 36px;
}


.fazhanlicheng .w .right .bd {
	position: relative;
	width: 100%;
	height: 700px;
	z-index: 0;
	margin-top: 80px;
}

.fazhanlicheng .w .right .bd li {
	zoom: 1;
	vertical-align: middle;
}

.fazhanlicheng .w .right .bd li .neirong {
	width: 100%;
	height: 700px;
}

.fazhanlicheng .w .right .bd li .neirong .item {
	width: 100%;
	height: 154px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 15px;
}

.fazhanlicheng .w .right .bd li .neirong .item .yuan {
	width: 12px;
	height: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2.5px solid #000000;
	margin-top: 10px;
	margin-right: 12px;
}

.fazhanlicheng .w .right .bd li .neirong .item .riqi {
	color: #000000;
	font-size: 26px;
}

.fazhanlicheng .w .right .bd li .neirong .item .ell_3 {
	color: #000000;
	font-size: 14px;
	line-height: 24px;
	width: 480px;
	text-align: justify;
	margin-top: 6px;
}

.hezuohuoban {
	margin-bottom: 60px;
}

/* 旗下品牌页面样式 */
.brand_taber {
	position: relative;
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 130px;
	z-index: 9;
}

.brand_taber .bg {
	position: absolute;
	width: 100%;
	height: 434px;
	top: 0;
	background: url(../images/imgs/banner1.png) center center / 1920px 100% no-repeat;
}

.brand_taber .its-content {
	margin-top: 0;
}

.brand_taber .its-content .its-list {
	height: 393px !important;
}

.brand_taber .its-content .its-list .its-text {
	top: 140px !important;
}

.brand_taber .its-content .its-list:hover::after {
	background: rgba(0, 0, 0, 0.68);
}

.brand_taber .its-content .act::after {
	background: rgba(0, 121, 157, 0.68);
}

.brand_taber .its-content .act:hover::after {
	background: rgba(0, 121, 157, 0.68);
}

.brand_taber_list .muxiliuyue .jituanjieshao {
	padding-top: 130px;
}

.brand_taber_list .brand_taber_list_item {
	position: absolute;
	left: -100000000px;
	opacity: 0;
}

.brand_taber_list .act {
	position: relative;
	left: 0;
	opacity: 1;
}

.muxuliuxue_chanpin {
	width: 100%;
	height: 869px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
}

.muxuliuxue_chanpin .w {
	position: relative;
	background: url(../images/muxiliuyue-bg.png) center center / 868px 100% no-repeat;
	height: 100%;
}

.muxuliuxue_chanpin .w .chanpin .bianti h3 {
	color: #00a5bd;
	font-weight: bold;
	font-size: 20px;
	line-height: 20px;
	margin-right: 6px;
}

.muxuliuxue_chanpin .w .chanpin .bianti .xian {
	width: auto;
	height: 1px;
	background: #dbf2f2;
	margin-top: 10px;
}

.muxuliuxue_chanpin .w .chanpin1 {
	position: absolute;
	top: 230px;
	left: 60px;
}

.muxuliuxue_chanpin .w .chanpin1 .txt {
	width: 396px;
}

.muxuliuxue_chanpin .w .chanpin .txt {
	line-height: 26px;
	color: #858585;
	font-size: 16px;
	margin: 15px 0;
}

.muxuliuxue_chanpin .w .chanpin2 {
	position: absolute;
	right: 75px;
	top: 230px;
}

.muxuliuxue_chanpin .w .chanpin2 .txt {
	width: 250px;
}

.muxuliuxue_chanpin .w .chanpin3 {
	top: 480px;
}

.muxuliuxue_chanpin .w .chanpin4 {
	top: 480px;
}

.chuanmei_chanpin {
	position: relative;
	width: 100%;
	height: 960px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 30px;
}

.chuanmei_chanpin .bg {
	position: absolute;
	top: 200px;
	width: 100%;
	height: 710px;
	background: url(../images/chuanmei_bg.png) center center / 1920px 100% no-repeat;
}

.chuanmei_chanpin .w .neirong {
	width: 100%;
	height: 855px;
	overflow: hidden;
	position: relative;
	margin-top: 50px;
}

.chuanmei_chanpin .w .neirong .hd {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 1;
	float: right;
	width: 562px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}

.chuanmei_chanpin .w .neirong .hd::after {
	content: '';
	position: absolute;
	width: 86px;
	height: 3px;
	background: #3b414a;
	bottom: 0;
	left: 0;
}

.chuanmei_chanpin .w .neirong .hd .prev,
.chuanmei_chanpin .w .neirong .hd .next {
	display: block;
	width: 20px;
	height: 17px;
	float: right;
	margin-right: 5px;
	margin-top: 10px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/qiehuan.png) no-repeat;
	margin-top: 25px;
}

.chuanmei_chanpin .w .neirong .hd .next {
	background-position: right;
}

.chuanmei_chanpin .w .neirong .hd .pageState {
	color: #c4c4c4;
	font-size: 20px;
	letter-spacing: 8px;
}

.chuanmei_chanpin .w .neirong .hd .pageState span {
	display: block;
	float: left;
	color: #000000;
	font-size: 36px;
}

.chuanmei_chanpin .w .neirong .bd {
	width: 100%;
	height: 100%;
}

.chuanmei_chanpin .w .neirong .bd li .left,
.chuanmei_chanpin .w .neirong .bd li .left img {
	width: 630px;
	height: 864px;
}

.chuanmei_chanpin .w .neirong .bd li .right {
	width: 610px;
	margin-top: 260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 65px;
	color: #FFFFFF;
}

.chuanmei_chanpin .w .neirong .bd li .right .biaoti h3 {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
}

.chuanmei_chanpin .w .neirong .bd li .right .biaoti .hengxian {
	width: 115px;
	height: 5px;
	background: #13abb5;
	margin-left: 20px;
	margin-top: 12.5px;
}

.chuanmei_chanpin .w .neirong .bd li .right .txt {
	width: 525px;
	color: #ffffff;
	font-size: 20px;
	text-align: justify;
	line-height: 48px;
	margin-top: 50px;
	opacity: .7;
	margin-bottom: 30px;
}

.jingdiananli {
	width: 100%;
	height: 964px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/jingdiananli.png) center center / 1920px 100% no-repeat;
	margin-top: -50px;
	padding-top: 270px;
}

.jingdiananli .w .its {
	margin-right: 20px;
	margin-top: 5px;
}

/* 本例子css */
.jingdiananli_list {
	width: 100%;
	position: relative;
	padding-top: 50px;
}

.jingdiananli_list .hd {
	position: absolute;
	top: -50px;
	width: 100%;
	overflow: hidden;
	height: 42px;
}

.jingdiananli_list .hd .prev,
.jingdiananli_list .hd .next {
	display: block;
	width: 42px;
	height: 42px;
	float: right;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/left.png) no-repeat;
	margin-right: 10px;
}

.jingdiananli_list .hd .next {
	background: url(../images/right.png) no-repeat;
}

.jingdiananli_list .bd ul {
	overflow: hidden;
	zoom: 1;
}

.jingdiananli_list .bd ul li {
	float: left;
	_display: inline;
	overflow: hidden;
	margin-right: 10px;
}

.jingdiananli_list .bd ul li .item {
	width: 404px;
	height: 427px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	border: 1px solid #e5e5e5;
	padding: 15px;
}
.jingdiananli_list .bd ul li .item .imgs{
	position: relative;
	width: 100%;
	height: 247px;
}
.jingdiananli_list .bd ul li .item .imgs .bofang{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.jingdiananli_list .bd ul li .item .ell_1{
	width: 300px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.jingdiananli_list .bd ul li .item .ell_2{
	width: 300px;
	height: 50px;
	color: #696969;
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}
.ml{
	margin-left: 20px !important;
}
.basuier_chanpin .w .neirong .bd li .right .ell_2{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-top: 60px;
	margin-bottom: 45px;
}
.basuier_chanpin .w .neirong .bd li .right .txt2{
	color: #ffffff;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 50px;
}
.basuier_chanpin .w .neirong .bd li .right .txt2 .yuan{
	width: 8px;
	height: 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	border: 2px solid #ffff00;
	margin-top: 6px;
	margin-right: 4px;
}
.basuier_con{
	width: 100%;
	height: 760px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url(../images/imgs/basuier1.png) center center / 1920px 100% no-repeat; 
	margin-top: -90px;
	padding-top: 160px;
}
.basuier_con .left{
	width: 594px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.basuier_con .left .con{
	margin-left: 75px;
}
.basuier_con .left .con .ell_2{
	width: 422px;
	color: #484848;
	font-size: 18px;
	line-height: 30px;
	margin-top: 55px;
	font-weight: bold;
}
.basuier_con .left .con .ell_5{
	width: 422px;
	color: #484848;
	font-size: 14px;
	line-height: 30px;
	margin: 20px 0;
	text-align: justify;
}
.basuier_con .right img{
	width: 615px;
	height: 551px;
}
.jingpinkecheng{
	height: 900px;
	padding-top: 188px;
}
.jingpinkecheng_list .bd ul li{
	margin-right: 0 !important;
}
.jingpinkecheng_list_item{
	width: 1240px;
}
.jingpinkecheng_list_item a{
	float: left;
	display: block;
	width: 408px;
	height: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #FFFFFF;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	margin-right: 6px;
	margin-bottom: 30px;
}
.jingpinkecheng_list_item a:nth-child(3n+0){
	margin-right: 0;
}
.jingpinkecheng_list_item a img{
	width: 100%;
	height: 100%;
}
.boqingxueyuan .shizililinag{
	background: none;
	height: 990px;
	padding-top: 0;
}
.boqingxueyuan .shizililinag .neirong{
	height: 888px;
	background: url(../images/d40bd9e5.png) top center / 1920px auto no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
	margin-top: 30px;
}
.boqingxueyuan .shizililinag .neirong .shizililinag_list{
	margin-top: 0;
}
.boqingxueyuan .chengzhang{
	padding-top: 0;
	background: url(../images/jhk-1612318096666.png) bottom center / 1920px 680px no-repeat;
	padding-bottom: 50px;
}
.boqingxueyuan .chengzhang .its{
	margin-bottom: 80px;
}
.qingbo_jianjie{
	width: 100%;
	height: 715px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -90px;
	background: url(../images/boqingxueyuan.png) center center / 1920px 100% no-repeat;
	padding-top: 200px;
}
.qingbo_jianjie .left{
	width: 760px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qingbo_jianjie .left .txt{
	color: #484848;
	font-size: 14px;
	line-height: 30px;
	width: 490px;
	margin-left: 38px;
	padding-top: 45px;
	text-align: justify;
	margin-bottom: 55px;
}
.qingbo_jianjie .right img{
	width: 474px;
	height: 281px;
	margin-top: 10px;
}

/* 新闻详情 */
.details {
	width: 100%;
	height: auto;
	background: #f4f4f4;
	overflow: hidden;
}

.newsArtTit {
	padding: 80px 0 40px;
}

.newsArtTit h2 {
	font-size: 22px;
	line-height: 1.5;
	margin-bottom: 25px;
}

.newsArtTit p span {
	display: inline-block;
	margin: 0 15px;
}

.newsArtCon {
	width: 1020px;
	margin: 0 auto;
	line-height: 2;
	text-align: justify;
}

.newsArtCon p {
	margin-bottom: 10px;
}

.newsArtNav {
	margin: 50px auto 70px;
	width: 1020px;
}

.newsArtNav a {
	display: inline-block;
	line-height: 1.5;
	padding: .8em;
}

.newsArtNav a:hover {
	color: #00799d;
	background-color: #f5f5f5;
}