body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
header,
footer,
div,
li {
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	max-width: 750px;
	margin: 0 auto;
}

body {
	font: 15px/1.14 "微软雅黑", microsoft yahei, arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	background: #fff;

}

li,
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.fl {
	float: left;
}

.center {
	text-align: center;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

em {
	font-style: normal;
}

img {
	border: 0;
	vertical-align: middle;
	/*  pointer-events:none;*/
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

button {
	outline: none;
	border: none;
	font-family: "微软雅黑";
	background-color: white;
}

input,
input[type=submit],
input[type=reset],
input[type=button],
button {
	-webkit-appearance: none;
	outline: none;
	font-family: '微软雅黑';
}

select,
input,
img,
select {
	vertical-align: middle;
}

a,
button,
input,
textarea {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

*:focus {
	outline: none;
}

body {
	max-width: 750px;
	margin: 0 auto;

}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 20px;
	font-style: normal;
	vertical-align: middle;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

html {
	width: 100%;
	height: 100%;

}

/*分页*/
.fanye {
	float: left;
	width: 100%;
	margin: 20px 0;
}

.newdtitle {
	text-align: center;
	font-size: 32px;
	padding: 15px 0;
	padding-bottom: 30px;

	color: #fff;
}

.new-deta {
	color: #fff;
}

.moreye {
	float: left;
	width: 100%;
	margin-bottom: 50px;
}

.moreye a {
	color: #fff;
}

.text-center {
	text-align: center;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

/*.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-radius: 6px;
    border-radius: 6px;
}*/
.pagination-lg>a,
.pagination-lg>span {
	padding: 7px 14px;
	font-size: 14px;
	line-height: 1.3333333;
	margin: 0 5px;
	border: none;
}

.pagination-lg>a {
	background: #d8d8d8;
	border: 1px solid #d8d8d8;
	color: #666;
}

.pagination-lg>span {
	background: #3f99ec;
	border: 1px solid #3f99ec;
	color: #fff;
}

.pagination-lg>a:hover {
	background: #3f99ec;
	border: 1px solid #3f99ec;
	color: #fff;
}

/*分页*/

.inner1180 {
	padding: 0 0.3rem;
}

/*手机导航*/
/* CSS Document */
.phone_nav {
	display: block;
	height: 50px;
	border-top: 3px solid #00a0e9;
}

.hided {
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: fixed;
}

.phone_logo {
	height: 50px;
	background: #fff;
}

/*.phone_logo .p1{ position:absolute; left:0; top:0; padding:20px; display:block;}*/
.phone_logo .p1 img {
	height: 100%
}


.phone_logo .p1 {
	padding-top: 10px;
	height: 32px;
	display: block;
}

.in_top .heard {
	display: none;
}

.phone_logo {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.phone_nav {
	display: block;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
	z-index: 9999;
	border-bottom: 2px solid #e4e4e4;
	background:
}

/*导航按钮*/
.phone_nav .nav_but_box {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 10px;
	z-index: 1;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}

.phone_nav .nav_but {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 2px;
	z-index: 2;
	margin: 13px 0 0 5px;
	background: #00a0e9;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	transition-property: background-color, transform, -webkit-transform;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
}

.phone_nav .nav_but:before,
.nav_but:after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	background: #00a0e9;
	transition-property: margin, -webkit-transform;
	-webkit-transition-property: margin, -webkit-transform;
	transition-property: margin, transform;
	transition-property: margin, transform, -webkit-transform;
	transition-duration: 300ms;
	-webkit-transition-duration: 300ms;
}

.phone_nav .nav_but:before {
	margin-top: -5px;
}

.phone_nav .nav_but:after {
	margin-top: 5px;
}

/*栏目名称*/
.phone_nav .nav_main {
	height: 100%;
	position: fixed;
	left: 0;
	opacity: 0;
	width: 0;
	transition: all 0.4s ease 0.3s;
	-webkit-transition: all 0.4s ease 0.3s;
	background: rgba(0, 160, 233, 0.85);
	overflow: hidden;
}

.phone_nav .nav_main ul {
	padding: 0 20px;
	margin-top: 40px;
}

.phone_nav .nav_main li a {
	background-position: left;
	color: #fff;
	height: 46px;
	line-height: 46px;
	display: inline-block;
	background-size: 32px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/*.phone_nav .nav_main .ss{border:1px solid #fff; margin-top:20px;}
.phone_nav .nav_main .ss .p2{ float:right;}
.phone_nav .nav_main .ss .p2 input{ border:0; background:url("../images/app_ss1.png") center no-repeat; width:34px; height:34px;}
.phone_nav .nav_main .ss .p1{ display:block; margin:0 34px 0 5px; }
.phone_nav .nav_main .ss .p1 input{ width:100%; height:34px; line-height:34px; background:none; border:0; font-family:"Microsoft YaHei"; font-size:14px; color:#fff;}
*/
.phone_nav .nav_main li b {
	display: inline-block;
	position: absolute;
	right: 10px;
	top: 0px;
	width: 50%;
	height: 50px;
	background: url("../wap_image/lmfooter_bottom.png") center right no-repeat;
	z-index: 99;
}

.phone_nav .nav_main .ul {
	padding: 0 0 0px 40px;
	margin: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s;
	-webkit-transition: max-height 0.4s;
}

.phone_nav .nav_main .ul li {
	padding: 0;
	border-bottom: 0;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
}

.phone_nav .nav_main .ul li a {
	padding: 0;
	height: auto;
	line-height: 30px;
	font-weight: normal
}

.phone_nav .nav_main .b_one .ul {
	max-height: 300px;
	padding: 0 0 0px 40px;
	margin-bottom: 10px;
}


.phone_nav .nav_main li {
	transform: translateX(100px);
	-webkit-transform: translateX(100px);
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	border-bottom: 1px solid rgba(225, 225, 225, 0.5);
	padding: 0 20px;
	position: relative;
}

.phone_nav .nav_main li:nth-of-type(1) {
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

.phone_nav .nav_main li:nth-of-type(2) {
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
}

.phone_nav .nav_main li:nth-of-type(3) {
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
}

.phone_nav .nav_main li:nth-of-type(4) {
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
}

.phone_nav .nav_main li:nth-of-type(5) {
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
}

.phone_nav .nav_main li:nth-of-type(6) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.phone_nav .nav_main li:nth-of-type(7) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.phone_nav .nav_main li:nth-of-type(8) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.phone_nav .nav_main li:nth-of-type(9) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

.phone_nav .nav_main li:nth-of-type(10) {
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}


/*打开样式*/
.phone_nav_one {
	background: #231815;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}

.phone_nav_one .nav_main {
	opacity: 1;
	width: 100%;
	overflow: inherit;
}

.phone_nav_one .nav_but {
	background: rgba(0, 0, 0, 0);
}

.phone_nav_one .nav_but:before {
	margin-top: 0;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.phone_nav_one .nav_but:after {
	margin-top: 0;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.phone_nav_one .nav_but_box {
	opacity: 0.8;
}

.phone_nav_one .nav_main li {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}



@media screen and (max-width:758px) {

	/*--768-0--*/
	/*.phone_logo .p1{ left:20px; padding:0; width:131px; margin-top:18px;}
.phone_logo .p1 img{ width:100%;}
.phone_logo{ height:77px;}
.phone_nav{ height:77px;}*/
	/*.phone_nav .nav_main{ top:77px;}*/
	.phone_nav .nav_but_box {
		top: 10px;
		right: 10px;
	}

	.phone_nav .nav_main ul {
		margin-top: 20px;
		height: 300px;
		overflow-y: auto;
		box-sizing: border-box;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}

@media screen and (max-width:470px) {

	/*--768-0--*/
	.phone_logo {
		padding: 0 10px
	}

	.phone_nav .nav_main ul {
		height: 410px;
	}

	.phone_nav .nav_main .b_one .ul {
		height: auto;
	}

}


.a_zxlmenu {
	width: 100%;
	/* margin-bottom:3%;*/
	position: relative;
	display: block;
	z-index: 100;
}

.a_zxlmenu_t {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	background-color: #f8af47;
	color: #fff;
	cursor: pointer;
}

.a_zxlmenu_c {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	text-indent: 0px;
	display: none;
	z-index: 1000;
}

.a_zxlmenu_c li {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid #ccc;
	margin: 1px 0;
}

.a_zxlmenu_c li .aone {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c li .aone:hover,
.a_zxlmenu_c li .aone.activetwo {
	color: #333;
	text-decoration: none;
}

.a_zxlmenu_c li dl {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: none;
}

.a_zxlmenu_c li dl dd {
	width: 100%;
	float: left;
	text-align: center;
}

.a_zxlmenu_c li dl dd a,
.a_zxlmenu_c li dl dd a:hover {
	width: 100%;
	padding: 3% 0px;
	display: inline-block;
	color: #333;
	font-size: 16px;
	text-decoration: none;
	text-indent: 0px;
}

.a_zxlmenu_c1 {
	display: none;
}

.a_zxlmenu_t i {
	margin: 0 10px;
}

.a_zxlmenu_c1 li {
	text-align: center;
	border: none;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.8);
	border: none;
	margin: 0;
}

.a_zxlmenu_c1 li a {
	padding: 0 15px;
	position: relative;
	line-height: 30px;
	margin: 5px 0;
}

.a_zxlmenu_c li a i {
	float: right;
	right: 15px;
	top: 6px;
	position: relative;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0px;
}

.clearfix:after {
	clear: both;
}

.cl:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.cl,
.clearfix {
	zoom: 1
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.clearboth {
	clear: both;
}


/*手机导航*/


.wrapper {
	position: relative;
	height: 0.85rem;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	background: #EEEEEE;
}

.wrapper .scroller {
	position: absolute;
}

.seny-page {
	background: #fff;
}

.pg-ernav {
	display: inline-block;
	width: 100%;
}

.pg-ernav li {
	padding: 0 0.3rem;
	float: left;
}

.pg-ernav li a {
	color: #333333;
	font-size: 0.28rem;
	display: inline-block;
	padding: 0.27rem 0;
}

.pg-ernav li.active {
	background: #00a0e9;
}

.pg-ernav li.active a {
	color: #fff;
}





/*人才招聘*/
.a_rlzydiv_c {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}

.a_rlzydiv_c dt {
	width: 100%;
	float: left;
	font-weight: normal;
}

.a_rlzydiv_c dt .ndiv {
	width: 100%;
	line-height: 60px;
	background-color: #ebe9e9;
	color: #333;
	font-size: 16px;
	float: left;
}

.a_rlzydiv_c dt .ndiv .s1 {
	width: 46%;
	text-indent: 3%;
}

.a_rlzydiv_c dt .ndiv .s2 {
	width: 19.5%;
}

.a_rlzydiv_c dt .ndiv .s3 {
	width: 13%;
	text-align: center;
}

.a_rlzydiv_c dt .ndiv .s4 {
	width: 21.5%;
	text-align: center;
}

.a_rlzydiv_c dd {
	width: 100%;
	float: left;
	font-weight: normal;
	margin-bottom: 14px;
}

.a_rlzydiv_c dd .ndiv {
	float: left;
	width: 100%;
	line-height: 60px;
	background: url(../image/r_jt1.png) right 20px center no-repeat;
	background-color: #eeeeee;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.a_rlzydiv_c dd .ndiv:hover,
.a_rlzydiv_c dd .ndiv.activerc {
	background: url(../image/r_jt2.png) right 20px center no-repeat;
	background-color: #0054a3;
	color: #fff;
}

.a_rlzydiv_c dd .ndiv .s1 {
	width: 46%;
	text-indent: 3%;
}

.a_rlzydiv_c dd .ndiv .s2 {
	width: 19.5%;
}

.a_rlzydiv_c dd .ndiv .s3 {
	width: 13%;
	text-align: center;
}

.a_rlzydiv_c dd .ndiv .s4 {
	width: 21.5%;
	text-align: center;
}

.a_rlzydiv_c dd .ndiv1 {
	border: 1px solid #fff;
	width: 100%;
	/* background-color:#f7f6f6;*/
	padding: 2% 3%;
	display: none;
	float: left;
	background: #fff;
}

.a_rlzydiv_c dd .ndiv1_c {
	width: 100%;
	padding-bottom: 3%;
	color: #222222;
	font-size: 14px;
	line-height: 2.0;
	overflow-x: hidden;
}

.a_rlzydiv_c dd .ndiv1_b,
.a_rlzydiv_c dd .ndiv1_b:hover {
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #0054a3;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}


.a_rlzydiv_c dd .ndiv1 .div1_c {
	display: inline-block;
	width: 100%;
	padding: 0 50px;
}

.a_rlzydiv_c dd .ndiv1 .div1_c .con1 {
	float: left;
	width: 50%;
}

.a_rlzydiv_c dd .ndiv1 .div1_c .con2 {
	float: left;
	width: 50%;
}

.a_rlzydiv_c dd .ndiv1 .div1_c .p1 {
	font-size: 14px !important;
	color: #333;
	line-height: 60px !important;
}

.a_rlzydiv_c dd .ndiv1 .div1_c .con p {
	font-size: 14px !important;
	color: #333;
	line-height: 24px !important;
}

.a_rlzydiv_c dd .ndiv .s1 span {
	display: inline-block;
	position: relative;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	background-color: #c9c9c9;
	margin-right: 10px;
}

/*人才招聘*/


.n_banner {
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner1 {
	width: 100%;
	height: 400px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner2 {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner3 {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner5 {
	width: 100%;
	height: 5.5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.n_banner5 .n_banner_text {
	bottom: 40%;
	text-align: center;
}

.n_banner_text {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 80px;
}

.n_banner_text .s1 {
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 28px;
}

.n_banner_text .s1 span {
	font-size: 37px;
}

.n_banner_text .s2 {
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 1.5;
}

.n_banner_text .s2 .font1 {
	font-size: 0.4rem;
	font-weight: 400;
}

.n_banner_text .s3 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.5;
}

.n_banner_text .s3 span {
	font-size: 36px;
}

.n_banner_text .s4 {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 20px;
	padding-bottom: 20px;
}

.n_banner_text .s4 span {
	font-size: 30px;
}

.n_banner_text.n_banner_text2 {
	bottom: auto;
	top: 45%;
}

.n_banner_text .s5 {
	width: 49%;
	background: #228c59;
	padding: 1.5% 2%;
	color: #fff;
	line-height: 1.7;
	font-size: 16px;
}

.n_banner_text .s5 span {
	font-size: 17px;
}

.n_banner_text.n_banner_text3 {
	bottom: auto;
	top: 55%;
}



.nmenu {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.nmenu ul {
	width: 100%;
}

.nmenu ul li {
	float: left;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.nmenu ul li a {
	line-height: 60px;
	padding: 0 40px;
	font-size: 16px;
	color: #fff;
}

.nmenu ul li.active,
.nmenu ul li:hover {
	background: #00a0e9;

}

.ncontenwabox {
	padding: 55px 0;
}

.cpul {
	display: inline-block;
	width: 100%;
}

.cpul li {
	float: left;
	box-sizing: border-box;
	padding: 0 5px;
	width: 100%;
	margin-bottom: 10px;
}

.cpul li a {
	display: block;
	padding: 25px;
	background: #fff;
}

.cpul li .img {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cpul li .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.cpul li .p1 {
	font-size: 20px;
	color: #00a0e9;
	font-weight: bold;
}

.cpul li .p2 {
	font-size: 14px;
	color: #767676;
	line-height: 24px;
	padding: 15px 0;
}

.cpul li:hover img {
	transform: scale(1.1);
}

.cpul li:hover a {
	box-shadow: 0px 1px 16px 5px rgba(0, 0, 0, 0.05)
}

.footer {
	background: url(../wap_image/footerbk.jpg) center no-repeat;

}

.footerdl {
	float: left;
	margin-top: 50px;
}

.footer .div2 {
	width: 100%;
	margin-top: 50px;
}

.footer .div2 .ndiv1 {
	width: 100%;
}

.footer .div2 .ndiv1 ul {
	display: inline-block;
	width: 100%;
	position: relative;
}

.footer .div2 .ndiv1 ul:after {
	position: absolute;
	content: "";
	height: 60%;
	width: 1px;
	background: #7a7a7a;
	left: 43%;
	top: 20%;
}

.footer .div2 .ndiv1 ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.footer .div2 .ndiv1 ul li img {
	max-width: 100%;
}

.footer .div2 .ndiv1 ul li:nth-child(1) img {
	position: relative;
	top: 15px;
}

.footer .div2 .ndiv1 ul li:nth-child(2) img {}

.footer .div2 .ndiv2 {
	margin-top: 20px;
	text-align: center;
}

.footer .div3 {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #7a7a7a;
	margin-top: 50px;
}

.footer .div3 p {
	font-size: 14px;
	color: #fff;
	padding: 15px 0;
	line-height: 20px;
}

.header {
	position: fixed;
	left: 0;
	top: 47px;
	width: 240px;
	background: #00a0e9;
	height: 80px;
	z-index: 200;
}

.header .div1 {
	float: left;
	width: 170px;
	text-align: center;
	background: #fff;
	height: 80px;
	padding: 5px 0;
}

.header .div1 img {
	max-height: 100%;
}

.header .div2 {
	float: left;
	width: 70px;
	text-align: center;
	padding-top: 10px;
}

.header .div2 .p1 {
	color: #fff;
	font-size: 14px;
}

.header .div2 .ndiv {
	box-sizing: border-box;
	padding: 0 20px;
	padding-left: 23px;
	margin-top: 10px;
	cursor: pointer;
}

.header .div2 .ndiv span:nth-child(1) {
	width: 80%;
	height: 3px;
	display: block;
	background: #fff;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.header .div2 .ndiv span:nth-child(2) {
	width: 100%;
	height: 3px;
	display: block;
	background: #fff;
	margin-bottom: 5px;
}

.header .div2 .ndiv span:nth-child(3) {
	width: 80%;
	height: 3px;
	display: block;
	background: #fff;
	margin-bottom: 5px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}


.header .active .ndiv span:nth-child(2) {
	display: none;
}

.header .active .ndiv span:nth-child(1) {
	width: 100%;
	transform: rotate(45deg);
	position: relative;
	top: 10px;
}

.header .active .ndiv span:nth-child(3) {
	width: 100%;
	transform: rotate(135deg);
	position: relative;
	top: 2px;
}

.headmenu {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(51, 51, 51, 0.95);
	z-index: 100;
	display: none;
}

.headmenudl {
	position: absolute;
	width: 100%;
	height: 60%;
	top: 20%;
}

.headmenudl dd {
	float: left;
	width: 16.6%;
	box-sizing: border-box;
	padding-left: 16px;
	background: url(../image/menuleft.png) no-repeat;
	height: 50%;
}

.inner1250 {
	width: 95%;
	position: relative;
	margin: 0 auto;
}

.headmenu .inner1250 {
	height: 100%;
}

.headmenudl dd .a1 {
	font-size: 22px;
	color: #fff;
	position: relative;
	line-height: 30px;
	display: block;
}

.headmenudl dd ul {
	padding-top: 20px;
}

.headmenudl dd ul li {
	margin-bottom: 20px;
}

.headmenudl dd ul li a {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	display: block;
	position: relative;
}

.topbtn {
	position: absolute;
	top: 10%;
	right: 50px;
	padding: 8px 18px;
	border: 1px solid #727373;
	border-radius: 30px;
	z-index: 200;
}

.topbtn span {
	color: #fff;
	position: relative;
	top: -6px;
	margin-left: 10px;
}

.topbtn select {
	background: transparent;
	border: none;
	color: #fff;
	position: relative;
	top: -6px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
}



.cpxqwbox .wdiv1 .fl .p1 {
	font-size: 16px;
	color: #00a0e9;
	font-weight: bold;
	margin-bottom: 5px;
}

.cpxqwbox .wdiv1 .fl .p2 {
	font-size: 20px;
	color: #444444;
	font-weight: bold;
}

.cpxqwbox .wdiv1 .fl .p3 {
	display: block;
	height: 2px;
	width: 35px;
	margin: 20px 0;
	background: #3997d7;
}

.cpxqwbox .wdiv1 {
	padding: 60px 0;
}

.cpxqwbox .wdiv2 {
	padding: 60px 0;
}

.cpxqmenudl {
	position: relative;
	width: 100%;
	background: #3997d7;
}

.cpxqmenudl dd {
	float: left;
	padding: 0 20px;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	position: relative;
}

.cpxqmenudl dd.active::after {
	position: absolute;
	content: "";
	left: 46%;
	bottom: -1px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;

	border-right: 7px solid transparent;

	border-bottom: 10px solid #fff;
}

.cpxqmenuul {
	display: block;
	background: #fff;
}

.cpxqmenuul li {
	padding: 15px;
	min-height: 350px;
}

.cpxqmenuul li {
	display: none;
}

.cpxqmenuul li.active {
	display: block;
}

.tytitle {
	padding: 35px 0;
}

.tytitle .le {
	float: left;
	width: 180px;
}

.tytitle .le .p1 {
	font-size: 24px;
	color: #002222;
	font-weight: bold;
}

.tytitle .le .p1 img {
	margin-right: 10px;
}

.tytitle .le .p2 {
	font-size: 18px;
	color: #222222;
	text-transform: uppercase;
	margin-top: 10px;
}

.tytitle .lr {
	float: right;
}

.tytitle .lr p {
	line-height: 24px;
	margin-top: 20px;
	font-size: 18px;
	color: #00a0e9;
	font-weight: bold;
}

.fazhanlicheng {
	background: #f1f1f1;
	padding: 35px 0;
}

.lichengul {
	display: inline-block;
	width: 100%;
	position: relative;
}

.lichengul li {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.lichengul li::after {
	position: absolute;
	content: "";
	background: url(../image/dian.png) center no-repeat;
	width: 31px;
	height: 13px;
	left: 609.5px;
	top: 49%;
	z-index: 2;
}

.lichengul li .le {
	float: left;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 20px;
}

.lichengul li .lr {
	float: right;
	width: 100%;
}

.lichengul li .lr img {
	display: block;
	width: 100%;
}

.lichengul li .le .p1 {
	font-size: 20px;
	color: #00a0e9;
	font-weight: bold;
}

.lichengul li .le .p2 {
	font-size: 14px;
	color: #545454;
	margin-top: 20px;
}


.lichengul::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background: #00a0e9;
	left: 624px;
	top: 0;

}

.fazhanlicheng .div1 img {
	display: block;
	margin: 0 auto;
}

.fazhanlicheng .div1 {
	text-align: center;
}

.zizhiul {
	padding: 30px 0;
}

.zizhiul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 15px;
}

.zizhiul li .img {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding: 8px;
}

.zizhiul li .img img {
	width: 100%;
	display: block;
	height: 180px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.zizhiul li p {
	color: #545454;
	text-align: center;
	padding: 5 0;
}


.zizhiul li a {
	display: block;
	border-radius: 2px;
}

.zizhiul li:hover a {
	box-shadow: 0px 1px 10px 5px rgba(0, 0, 0, 0.05)
}


.nabout .div1 {
	padding-bottom: 60px;
}

.nabout .div2 {
	background: url(../wap_image/aboutbg.jpg) center no-repeat;
	padding: 50px 0;
	background-size: cover;
}

.nabul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	background: rgba(255, 255, 255, 0.8);
	margin-right: 2px;
	padding: 0 20px
}

.nabul li .p1 {
	font-size: 14px;
	color: #444444;
	margin-top: 25px;
}

.nabul li .p2 {
	font-size: 14px;
	color: #444444;
	padding: 25px 0;
}


.hezuowbox {
	padding: 30px 0;
	background: #f1f1f1;
}

.hezuoul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	margin-bottom: 40px;
}

.hezuoul li a {
	display: block;
	border-radius: 10px 10px 0 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}


.hezuoul li .img {
	position: relative;
	overflow: hidden;
}

.hezuoul li .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.hezuoul li .text {
	padding: 30px 10px;
}

.hezuoul li .text .p1 {
	font-size: 22px;
	color: #444444;
	line-height: 22px;
	border-left: 3px solid #00a0e9;
	padding-left: 10px;
}

.hezuoul li .text .p2 {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-top: 20px;
}

.hezuoul li .more {
	text-align: right;
}

.hezuoul li .more p {
	position: relative;
	display: block;
	float: right;
	width: 90px;
	line-height: 36px;
	background: #dddddd;
	text-align: center;
	color: #979696;
	font-size: 12px;
	text-transform: uppercase;
}

.hezuoul li .more p::after {
	position: absolute;
	content: "";
	left: -4px;

	width: 15px;
	top: 0;
	border-left: 8px solid #fff;
	border-bottom: 36px solid #dddddd;
}

.hezuoul li:hover .more p::after {
	border-bottom: 36px solid #00a0e9;
}

.hezuoul li:hover .more p {
	background: #00a0e9;
	color: #fff;
}

.hezuoul li:hover img {
	transform: scale(1.1);
}

.fuwuzhichi {
	padding: 60px 0;
}

.fuwuzhichi li {
	width: 100%;
	margin-bottom: 40px;
}

.fuwuzhichi li .p1 {
	margin-left: 10%;
	width: 80%;
	line-height: 48px;
	background: #00a0e9;
	font-size: 22px;
	color: #ffffff;
	border-radius: 20px 20px 0 0;
	padding-left: 20px;
}

.fuwuzhichi li .p1 img {
	position: relative;
	top: 0;
	margin-right: 10px;
}

.fuwuzhichi li .text {
	background: #f8f8f8;
	padding: 20px;
	padding-right: 25px;
}

.lianxiwomen .div1 {
	width: 100%;
}

.lianxiwomen .div1 .le {
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 35px 0;
}

.lianxiwomen .div1 .lr {
	float: left;
	background: #fff;
}

.lianxiwomen .div1 .le .p1 {
	font-size: 24px;
	color: #444444;
	font-weight: bold;
}

.lianxiwomen .div1 .le .p2 {
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
	margin-bottom: 10px;
}

.lianxiwomen .div1 .le .p3 {
	font-size: 20px;
	color: #00a0e9;
	font-weight: bold;
}

.lianxiwomen .div1 .le .text {
	border-top: 2px solid #dddddd;
	margin-top: 20px;
	padding-top: 20px;
}

.lianxiwomen .div1 .lr {
	width: 100%;
	float: left;
	padding: 25px 0;
}

.lianxiwomen .div1 .lr .p1 {
	font-size: 24px;
	color: #444444;
	font-weight: bold;
}

.lianxiwomen .div1 .lr .p2 {
	font-size: 14px;
	color: #888888;
	margin-top: 20px;
}

.laxform {
	display: inline-block;
	width: 100%;
	margin-top: 40px;
}

.laxform .fdiv {
	margin-bottom: 20px;
}

.laxform .fdiv input {
	width: 100%;
	line-height: 44px;
	background: #f0f0f0;
	font-size: 14px;
	color: #999999;
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
}

.laxform .fdiv textarea {
	min-height: 160px;
	resize: none;
	width: 100%;
	line-height: 44px;
	background: #f0f0f0;
	font-size: 14px;
	color: #999999;
	border: none;
	box-sizing: border-box;
	padding: 0 20px;
}

.laxform .tijiao {
	width: 140px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #00a0e9;
	border: none;
	cursor: pointer;
}

.map {
	height: 300px;
}


.newsul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px;
	margin-bottom: 40px;
}

.newsul li a {
	display: block;
	background: #fff;
}

.newsul li .img {
	position: relative;
	overflow: hidden;
}

.newsul li .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.newsul li .text {
	padding: 0.3rem 0.15rem;
	box-sizing: border-box;
}

.newsul li .text .p1 {
	font-size: 0.3rem;
	color: #444444;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.newsul li .text .p2 {
	font-size: 0.24em;
	color: #a1a1a1;
	margin: 0.15rem 0;
}

.newsul li .text .p2 img {
	position: relative;
	top: 1px;
	margin-right: 5px;
}

.newsul li .text .p3 {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.newsul li:hover img {
	transform: scale(1.1);
}

.videoul li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 8px;
	margin-bottom: 40px;
}

.videoul li a {
	display: block;
	position: relative;
}

.videoul li a .img1 {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.videoul li a .p1 {
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	line-height: 45px;
	padding: 0 15px;
	width: 100%;
}

.videoul li a .p1 img {
	float: right;
	position: relative;
	top: 13px;
}

.videoul li .img {
	position: relative;
	overflow: hidden;
	height: 280px;
}

.videoul li:hover .img1 {
	transform: scale(1.1);
}

.detailswbox {
	padding: 70px 0;
}

.detailswbox .div1 h4 {
	font-size: 18px;
	color: #222222;
	text-align: center;
	font-weight: 400;
}

.detailswbox .div1 p {
	text-align: center;
	font-size: 14px;
	color: #888888;
	line-height: 20px;
	margin: 30px 0;
}

.detailswbox .div1 p span {
	padding: 0 5px;
	border-right: 1px solid #adadad;
}

.detailswbox .content {
	padding: 50px 0;
	border-top: 1px solid #dddddd;
}

.detailswbox .div2 a {
	display: inline-block;
}

.detailswbox .div2 a:nth-child(1) {
	width: 100%;
	text-align: center;
	background: #f1f1f1;
	font-size: 16px;
	color: #666666;
	line-height: 46px;
}

.detailswbox .div2 a:nth-child(3) {
	width: 100%;
	text-align: center;
	background: #f1f1f1;
	font-size: 16px;
	color: #666666;
	line-height: 46px;
}

.detailswbox .div2 a:nth-child(2) {
	width: 100%;
	text-align: center;
	background: #00a0e9;
	font-size: 16px;
	color: #fff;
	line-height: 46px;
}

.inbanner {
	position: relative;
	margin-top: 50px;
}

.inbanner img {
	display: block;
	width: 100%;
}

.insection2 {
	padding: 0.6rem 0;
	position: relative;
	overflow: hidden;
}

.insection2 .fl {
	float: left;
	width: 100%;
}

.insection2 .fl .wdiv {
	float: right;
	width: 100%;
}

.insection2 .fl .wdiv .p1 {
	font-size: 0.56rem;
	color: #00a0e9;
	font-weight: bold;
}

.insection2 .fl .wdiv .p2 {
	font-size: 0.36rem;
	color: #444444;
}

.insection2 .fl .wdiv .text {
	margin: 20px 0;
	margin-bottom: 0;
}

.insection2 .fl .wdiv .text p {
	font-size: 0.28rem !important;
	line-height: 1.7 !important;
}

.insection2 .fl .wdiv .text .h4 {
	background: #33b3ed;
	box-sizing: border-box;
	padding: 20px 10px;
}

.insection2 .fl .wdiv .text .h4 .sp1 {
	color: #fff;
	font-size: 0.8rem;
	font-weight: bold;
	float: left;
	width: 15%;
}

.insection2 .fl .wdiv .text .h4 .sp2 {
	color: #fff;
	font-size: 0.24rem;
	font-weight: 400;
	float: left;
	width: 80%;
	line-height: 1.4;
	position: relative;
	top: 6px;
	margin-left: 5%;
}

.insection2 .fr {
	float: right;
	width: 100%;
	background: url(../wap_image/invideobk.jpg) center no-repeat;
	position: relative;
	background-size: cover;
	padding: 40px 0;
}

.insection2 .fr img {
	display: block;
	margin: 0 auto;
	width: 30%;
}

.insection2 .more {
	color: #00a0e9;
	font-size: 0.18rem;
	border-bottom: 2px solid #33b3ed;
	position: relative;
	padding-bottom: 10px;
	margin: 0.3rem 0;
	display: inline-block;
}

.insection2 .more::after {
	position: absolute;
	content: "";
	bottom: -1px;
	right: 0;
	height: 2px;
	width: 20px;
	background: #494949;
}

.section {
	position: relative;
}

.section .sec-scale {
	width: 100%;
	height: 100%;
	/*transform: scale(0.8);opacity: 0.5;transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0.8s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;*/
}

/*.active .sec-scale {transform: translate(0px,0px) scale(1);transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s;-webkit-transition: transition: all 0s cubic-bezier(0.445, 0.145, 0.355, 1) 0s; opacity: 1; }*/
.bg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.bg2 {
	background-image: url(../../image/section2.jpg);
}

.i_content {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.i_content_c {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.i_content_c2 {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.i_con {
	width: 1250px;
	margin: 0px auto;
}

.i_con2 {
	width: 100%;
	margin: 0px auto;
}

.cp-swiper .swiper-slide a {
	display: block;
	padding: 25px;
	background: #fff;
}

.cp-swiper .swiper-slide a .img {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.cp-swiper .swiper-slide a .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.cp-swiper .swiper-slide a .p1 {
	font-size: 20px;
	color: #00a0e9;
	font-weight: bold;
}

.cp-swiper .swiper-slide a .p2 {
	font-size: 14px;
	color: #767676;
	line-height: 24px;
	padding: 15px 0;
}

.cp-swiper .swiper-slide a:hover img {
	transform: scale(1.1);
}

.cp-swiper .swiper-slide a:hover a {
	box-shadow: 0px 1px 16px 5px rgba(0, 0, 0, 0.05)
}


.incp .title .p1 {
	font-size: 0.36rem;
	color: #ffffff;
	text-align: center;
}

.incp .title .p2 {
	font-size: 0.2rem;
	color: #ffffff;
	text-align: center;
	margin-top: 0.2rem;
}


.insection3 {
	padding: 0.5rem 0;
	position: relative;
	overflow: hidden;
}

.incpmenu {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	margin: 30px 0;
}

.incpmenu dd {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
}

.incpmenu dd a {
	border: 1px solid #fff;
	border-radius:0px;
	color: #fff;
	line-height: 0.6rem;
	width: 100%;
	display: block;
	font-size: 12px;
}

.incpmenu dd.active a {
	background: #00a0e9;
	border-color: #00a0e9;
}




.insection4 {
	padding: 0.6rem 0;
	position: relative;
	overflow: hidden;
}

.insection4 .title .p1 {
	font-size: 0.36rem;
	color: #444444;
	text-align: center;
}

.insection4 .title .p2 {
	font-size: 0.2rem;
	color: #444444;
	text-align: center;
	margin-top: 0.2rem;
}


.newsul {
	margin-top: 0.3rem;
}

.section .btnmore {
	display: block;
	margin: 0 auto;
	width: 50%;
	line-height: 0.8rem;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #00a0e9;
}

.section .btnmore img {
	position: relative;
	top: -1px;
	margin-right: 10px;
}



.incasemenu {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	margin: 30px 0;
}

.incasemenu dd {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	padding: 0 36px;
	line-height: 50px;
	border: 1px solid #fff;
	border-radius: 30px;
	margin: 0 10px;
}

.incasemenu dd a {
	color: #fff;
}

.incasemenu dd a img {
	position: relative;
	top: 7px;
	margin-right: 10px;
}

.incasemenu dd.active {
	background: #00a0e9;
	border-color: #00a0e9;
}


.insection5 {
	padding: 0.6rem 0;
	position: relative;
	overflow: hidden;
}

.case-swiper .swiper-slide a {
	display: block;
	border-radius: 10px 10px 0 0;
	position: relative;
	overflow: hidden;
	background: #fff;
}


.case-swiper .swiper-slide .img {
	position: relative;
	overflow: hidden;
}

.case-swiper .swiper-slide .img img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.case-swiper .swiper-slide .text {
	padding: 0.3rem 0.2rem;
}

.case-swiper .swiper-slide .text .p1 {
	font-size: 0.35rem;
	color: #444444;
	line-height: 0.38rem;
	border-left: 3px solid #00a0e9;
	padding-left: 10px;
}

.case-swiper .swiper-slide .text .p2 {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-top: 0.2rem;
}

.case-swiper .swiper-slide .more {
	text-align: right;
}

.case-swiper .swiper-slide .more p {
	position: relative;
	display: block;
	float: right;
	width: 90px;
	line-height: 36px;
	background: #dddddd;
	text-align: center;
	color: #979696;
	font-size: 12px;
	text-transform: uppercase;
}

.case-swiper .swiper-slide .more p::after {
	position: absolute;
	content: "";
	left: -6px;

	width: 15px;
	top: 0;
	border-left: 8px solid #fff;
	border-bottom: 36px solid #dddddd;
}

.case-swiper .swiper-slide:hover .more p::after {
	border-bottom: 36px solid #00a0e9;
}

.case-swiper .swiper-slide:hover .more p {
	background: #00a0e9;
	color: #fff;
}

.case-swiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.section.y5 {
	height: auto !important;
}

.video_div {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 11111;
	left: 0px;
	top: -100%;
}

.video_div_closebtv {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 60px;
	cursor: pointer;
	z-index: 100;
}

.video_div_closebtv img {
	width: 30px;
	height: 30px;
}

.video_div_center {
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.video_div_center iframe {
	width: 60%;
	margin-left: 20%;
	margin-right: 30%;
	height: 600px;
	position: relative;
	top: 50%;
	margin-top: -300px;
}


.cpxqwbox .wdiv1 .fl {
	float: left;
	width: 100%;
}

.cpxqwbox .wdiv1 .fr {
	float: right;
	width: 100%;
	position: relative;
	padding: 0 50px;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 40px;
}

.cpde-swiper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.cpde-swiper img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.nextbox {
	width: 50px;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	right: 0;
	top: 0;
}

.nextbox .swiper-button-next {
	width: 25px;
	height: 25px;
	background: url(../wap_image/btn2.png) no-repeat;
	background-size: cover;
	right: 10px;
	opacity: 1 !important;
}

.prevbox {
	width: 50px;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
}

.prevbox .swiper-button-prev {
	opacity: 1 !important;
	width: 25px;
	height: 25px;
	background: url(../wap_image/btn1.png) no-repeat;
	background-size: cover;
	left: 10px;
}



.inbanner .swiper-pagination-bullet {
	opacity: 1;
	width: 8px;
	height: 8px;
	background: #fff;
}

.inbanner .swiper-pagination-bullet-active {
	background: #00a0e9;
	opacity: 1;
}

.inbanner .swiper-pagination {
	bottom: 10px;
}

.video_div_center video {
	width: 100%;
	height: 100%;
}

.textcontent img {
	display: block;
	max-width: 100%;
}
