.menu {
	display: none;
	height: 60px;
	width: 30px;
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 99999;
}

.menu i {
	transition: all 0.2s;
	position: relative;
	width: 30px;
	height: 3px;
	margin-top: 20px;
	background: #00a1e9;
	display: block;
}

.menu i:before,
.menu i:after {
	position: relative;
	content: "";
	width: 100%;
	height: 100%;
	top: 10px;
	background: #00a1e9;
	display: block;
	transition: all 0.2s;
}

.menu i:after {
	top: unset;
	bottom: -18px;
}

.close i:before {
	top: 4px;
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg);
}

.close i:after {
	top: 4px;
	-webkit-transform: translateY(3px) rotate(-45deg);
	-ms-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}

.close i {
	background: transparent;
}

.daohang {
	display: none;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	box-sizing: border-box;
	background: #303030;
}

.header .logo {
	float: left;
}

.header .nav {
	float: right;
}

.header .nav ul {
	font-size: 0;
}

.header .nav ul li {
	display: inline-block;
	font-size: 18px;
	line-height: 80px;
	box-sizing: border-box;
	margin-right: 80px;
	color: #fff;
	font-weight: bold;
	position: relative;
}

.header .nav ul .liang {
	color: #00a1e9;
	border-top: 5px solid #00A1E9;
}

.header .nav ul li:hover {
	color: #00a1e9;
	border-top: 5px solid #00A1E9;
}

.header .nav ul li:last-child {
	margin-right: 0;
}

.erji {
	position: absolute;
	top: 80px;
	left: -25px;
	background: rgba(0, 161, 233, 0.3);
	width: 120px;
	text-align: center;
	border-bottom: 2px solid #00a1e9;
	display: none;
}

.erji dl dd {
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	font-weight: normal;
}

.erji dl dd:hover {
	text-decoration: underline;
}

.banner img {
	width: 100%;
}

.banner .zz {
	width: 71px;
	height: 71px;
	background: url(../images/l_03.png) no-repeat;
	background-size: cover;
	right: 2% !important;
}

.banner .yy {
	width: 71px;
	height: 71px;
	background: url(../images/a_06.png) no-repeat;
	background-size: cover;
	left: 2% !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	display: none;
}

.banner .sb {
	bottom: 30px !important;
}


.banner .sb span {
	width: 30px;
	height: 3px;
	background: #acafb0;
	opacity: 1;
	border-radius: 0px;
}

.banner .sb .swiper-pagination-bullet-active {
	background-color: #E37248;
}

.footer {
	background: #303030;
	color: #fff;
	padding-top: 50px;
}

.foot1 {
	padding-bottom: 100px;
}

.foot1 .foot1_l {
	float: left;
	width: 50%;
}

.foot1 .foot1_l .img img {
	width: 200px;
}

.foot1 .foot1_l .img {
	margin-bottom: 40px;
}

.foot1 .foot1_r {
	float: right;
	width: 50%;
}

.foot1 .foot1_l .foot1_l_nr,
.foot1_l_nr * {
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.foot1 .foot1_r ul {
	font-size: 0;
}

.foot1 .foot1_r ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 80px;
}

.foot1 .foot1_r ul li h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	line-height: 36px;
	padding-bottom: 10px;
}

.foot1 .foot1_r ul li h3::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #00A1E9;
}

.foot1 .foot1_r ul li:last-child {
	margin-right: 0;
}

.foot1 .foot1_r dl dd {
	font-size: 14px;
	line-height: 36px;
}

.foot1 .foot1_r dl {
	margin-top: 10px;
}

.foot2 {
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 54px;
	border-top: 2px solid #383838;
}

.indexes {
	background: #00a1e9;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
}

.indexes_l {
	width: 50%;
	float: left;
}

.indexes_r {
	width: 50%;
	float: right;
	text-align: right;
}

.indexes_r dl dd {
	display: inline-block;
	margin-right: 30px;
}

.indexes_r dl dd:last-child {
	margin-right: 0;
}

.about1 {
	background: url(../images/c_02.jpg) no-repeat;
	padding-top: 75px;
	padding-bottom: 110px;
	background-size: cover;
}

.name h3 {
	position: relative;
	text-align: center;
	padding-bottom: 18px;
	font-size: 36px;
	font-weight: bold;
}

.name h3::after {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #00A1E9;
	content: "";
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.about .about1_nr,
.about1_nr * {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}

.about .about1_nr img {
	display: block;
	max-width: 100%;
	margin: auto;
}

.about .about1_nr {
	margin-top: 25px;
}

.about2 {
	background: url(../images/d_02.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 85px;
}

.about2 .mySwiper2 {
	margin-top: 60px;
}

.about2 .mySwiper .swiper-slide {
	text-align: center;
}

.about2 .mySwiper .swiper-slide p {
	text-align: center;
	font-size: 18px;
	padding-bottom: 20px;
	display: inline-block;
}

.about2 .mySwiper {
	border-bottom: 1px solid #fff;
}

.about2 .mySwiper .swiper-slide-thumb-active p {
	color: #00A1E9;
	border-bottom: 2px solid #00a1e9;
	display: inline-block;
}

.about2 .about2_nr {
	margin-top: 50px;
}


.about2 .about2_l {
	float: left;
	width: 48%;
}

.about2 .about2_l img {
	width: 100%;
}

.about2 .about2_r {
	float: right;
	width: 48%;
}

.about2 .about2_r h3 {
	font-size: 30px;
	font-weight: bold;
}

.about2 .about2_r .about2_r_nr {
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 20px #f5f5f5 inset;
	padding: 30px 2%;
	box-sizing: border-box;
	min-height: 300px;
	margin-top: 30px;
}

.about2 .about2_r .about2_r_nr,
.about2_r_nr * {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.about2 .zz {
	width: 58px;
	height: 58px;
	background: url(../images/b_14.png) no-repeat;
	background-size: cover;
	right: 42% !important;
	top: auto !important;
	bottom: 0;
}

.about2 .yy {
	width: 58px;
	height: 58px;
	background: url(../images/b_12.png) no-repeat;
	background-size: cover;
	left: 42% !important;
	top: auto !important;
	bottom: 0;
}

.about2 .about2_nr {
	padding-bottom: 90px;
}

.about3 {
	padding: 95px 0;
}

.about3 .swiper-slide {
	margin-top: 50px;
}

.about3 .swiper-slide img {
	width: 100%;
}

.about3 .mySwiper {
	padding-bottom: 70px;
}

.about3 .zz {
	width: 16px;
	height: 29px;
	background: url(../images/b_26.png) no-repeat;
	background-size: cover;
	right: 38% !important;
	top: auto !important;
	bottom: 0;
}

.about3 .yy {
	width: 16px;
	height: 29px;
	background: url(../images/b_23.png) no-repeat;
	background-size: cover;
	left: 38% !important;
	top: auto !important;
	bottom: 0;
}


.about3 .sb span {
	width: 12px;
	height: 12px;
	background-color: #bababa;
	opacity: 1;
	border-radius: 50%;
}

.about3 .sb .swiper-pagination-bullet-active {
	background-color: #0450c7;
}

.about4 {
	padding-bottom: 80px;
}

.about4 ul {
	font-size: 0;
	margin-top: 26px;
}

.about4 ul li {
	display: inline-block;
	border: 1px solid #999999;
	width: 16%;
	margin-right: 0.8%;
	margin-top: 10px;
}

.about4 ul li:nth-child(6n) {
	margin-right: 0;
}

.about4 ul li img {
	width: 100%;
}

.tan_fu {
	position: fixed;
	right: 2px;
	top: 40%;
	z-index: 9999;
}

.tan_fu li {
	display: block;
	margin-bottom: 1px;
}

.tan_fu li img {
	width: 60px;
	border-radius: 5px;
}

.news_nr {
	border: 1px solid #dddddd;
	padding: 20px 2%;
	box-sizing: border-box;
	margin: 30px 0;
}

.news_nr_l {
	float: left;
	width: 50%;
	margin-top: 4px;
}

.news_nr_r {
	float: right;
	width: 50%;
}

.news_nr_r form {
	width: 300px;
	height: 40px;
	border: 1px solid #dddddd;
	float: right;
	border-radius: 5px;
}

.news_nr_r form input {
	border: 0;
	width: 100%;
	border-radius: 5px;
	height: 100%;
	background: url(../images/f_03.png) no-repeat;
	background-position: 12px 7px;
	padding-left: 16%;
	box-sizing: border-box;
}

.news_nr_l h3 {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.news_nr_l li {
	line-height: 30px;
	padding: 0 8px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	margin-left: 20px;
}

.news_nr_l .no {
	background: #00A1E9;
	color: #fff;
}

.pages {
	text-align: center;
	margin: 0 auto;
	font-size: 0;
}

.pages span {
	display: inline-block;
	height: 30px;
	min-width: 30px;
	background: #00a1e9;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
	margin: 0 5px;
}

.pages a {
	display: inline-block;
	height: 28px;
	width: 30px;
	border: 1px solid #999999;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.pages .a1 {
	display: inline-block;
	height: 28px;
	width: 58px;
	border: 1px solid #999999;
	line-height: 28px;
	font-size: 14px;
	margin: 0 5px;
}

.news_lb ul {
	padding-bottom: 30px;
}

.news_lb ul li {
	border: 1px solid #e7e7e7;
	margin-bottom: 20px;
	padding: 30px;
	box-sizing: border-box;
	font-size: 0;
}

.news_lb ul li .img {
	display: inline-block;
	vertical-align: middle;
	width: 23%;
}

.news_lb ul li .img img {
	width: 100%;
}

.news_lb ul li .news_lb_nr {
	display: inline-block;
	vertical-align: middle;
	width: 77%;
	padding-left: 2%;
	box-sizing: border-box;
}

.news_lb ul li .news_lb_title {
	font-size: 18px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_lb ul li .news_lb_time {
	font-size: 12px;
	color: #999999;
	margin: 10px 0;
}

.news_lb ul li .news_lb_cont,
.news_lb_cont * {
	font-size: 14px;
	line-height: 28px;
	color: #666666;
}

.news_lb ul li:hover {
	background: #00A1E9;
	color: #fff;
}

.news_lb ul li .news_lb_cont {
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.news_lb ul li:hover .news_lb_time {
	color: #fff;
}

.news_lb ul li:hover .news_lb_cont {
	color: #fff;
}

.news_lb {
	padding-bottom: 100px;
}

.show_cont1 {
	border: 1px solid #c0c0c0;
	padding: 50px 2% 60px 2%;
	box-sizing: border-box;
}

.show_cont {
	padding-top: 30px;
	padding-bottom: 135px;
}

.show_cont_title {
	font-size: 28px;
	text-align: center;
	font-weight: bold;
	line-height: 40px;
}

.show_cont_time {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 4px;
}

.show_cont_time p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 30px;
	color: #999999;
}

.show_cont_time img {
	display: inline-block;
	vertical-align: middle;
	width: 17px;
}

.show_cont_cont,
.show_cont_cont * {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.show_cont_cont img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.show_cont2 {
	padding-top: 30px;
	padding-bottom: 70px;
	font-size: 0;
}

.show_cont2 p {
	font-size: 16px;
	color: #999999;
	width: 50%;
	display: inline-block;
	vertical-align: top;
}

.show_cont2 p:last-child {
	text-align: right;
}

.show_cont2 p:hover {
	color: #0450c7;
}

.show_cont3_name {
	font-size: 28px;
	font-weight: bold;
}

.show_cont3 ul li {
	margin-top: 18px;
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	font-size: 0;
	border-bottom: 1px solid #e4e4e4;
}

.show_cont3 ul li::after {
	background: #fafcfe;
	width: 60%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -9;
}

.show_cont3 ul li .img {
	width: 18%;
	display: inline-block;
	vertical-align: middle;
}

.show_cont3 ul li .img img {
	width: 100%;
}

.show_cont3 ul li .cont {
	width: 82%;
	padding-left: 2%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.show_cont3_tit {
	font-size: 16px;
	line-height: 28px;
}

.show_cont3_desc {
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	margin: 20px 0;
}

.show_cont3_time p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
}

.show_cont3_time img {
	width: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.show_cont3 ul li:hover:after {
	width: 100%;
	transition: 1s;
}

.show_cont3 ul li:hover .show_cont3_tit {
	font-weight: bold;
}

.indexes2 {
	font-size: 14px;
	line-height: 36px;
	color: #999999;
}

.product_l {
	width: 22%;
	float: left;
}

.product_r {
	width: 76%;
	float: right;
}

.product_l .k1 {
	background: #6aa9dc;
	padding: 0 3% 0 6%;
}

.product_l p {
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product_l .y1 {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	text-align: right;
	font-size: 18px;
	color: #fff;
}

.product_l li .y1 .a1 {
	display: none;
}

.product_l .bg .y1 .a1 {
	display: block;
}

.product_l .bg .y1 .a2 {
	display: none;
}

.product_l ul li {
	background: #f5f5f5;
}

.product_l dl {
	padding: 10px 6%;
}

.product_l dl dd {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product_r ul {
	font-size: 0;
	margin-bottom: 56px;
	border: 1px solid #e4e4e4;
}

.product_r ul li {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e4e4e4;
	width: 25%;
	/* 	margin: -1px -1px; */
	padding: 10px 0;
	box-sizing: border-box;
	position: relative;
}

.product_r ul li img {
	width: 100%;
}

.product_r ul li p {
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product_r ul li .meng {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 161, 233, 0.5);
	left: 0;
	top: 0;
	display: none;
}

.product_r ul li:hover .meng {
	display: block;
}

.product_r ul li:hover p {
	opacity: 0;
}

.product {
	padding-top: 40px;
	padding-bottom: 160px;
}

.product_r ul li .meng dl {
	text-align: center;
}

.product_r ul li .meng dl dd {
	display: inline-block;
	margin-right: 30px;
	margin-top: 50px;
}

.product_r ul li .meng dl dd:nth-child(2n) {
	margin-right: 0;
}

.product_r ul li .meng dl dd h6 {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	color: #fff;
}

.product_r ul li .meng dl dd img {
	width: 40px;
}

.product_r ul li .meng h5 {
	text-align: center;
	color: #fff;
	font-size: 14px;
	margin-top: 80px;
}

.product_show {
	padding-top: 80px;
	padding-bottom: 140px;
}

.product_show_title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

.product_show_thumb img {
	width: 100%;
	border: 1px solid #efefef;
}

.product_show_thumb {
	position: relative;
}

.product_show_thumb .tum {
	width: 33%;
	display: block;
	margin: 50px auto 0;
}

.product_show_thumb .tum .mySwiper {
	width: 80%;
	display: block;
	margin: 20px auto 0;
}

.product_show_thumb .tum .mySwiper .swiper-slide-thumb-active {
	border: 1px solid #00a1e9;
}

.product_show_thumb .zz {
	width: 50px;
	height: 90px;
	background: url(../images/cp_11.png) no-repeat;
	background-size: cover;
}

.product_show_thumb .yy {
	width: 50px;
	height: 90px;
	background: url(../images/cp_08.png) no-repeat;
	background-size: cover;
}

.product_show_content .op_t {
	background: #63c7f3;
	padding: 0 2%;
	box-sizing: border-box;
}

.product_show_content .op_t img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.product_show_content .op_t p {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	line-height: 60px;
	font-weight: bold;
	vertical-align: middle;
}

.product_show_content .op_c {
	background: #f5f5f5;
	padding: 20px 2%;
	box-sizing: border-box;
	min-height: 240px;
}

.product_show_content .op_c,
.op_c * {
	font-size: 16px;
	line-height: 36px;
}

.product_show_content .op_c img {
	display: block;
	margin: auto;
	max-width: 100%;
}

.product_show_content {
	margin-top: 50px;
}

.service1 {
	background: url(../images/g_02.jpg) no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 205px;
}

.service2 {
	background: url(../images/g_04.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 160px;
}

.service3 {
	background: url(../images/g_05.jpg) no-repeat;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 150px;
}

.service_name {
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
}

.service1_nr {
	color: #fff;
	margin-top: 50px;
}

.service1_l {
	width: 19%;
	float: left;
	background: rgb(255, 255, 255, 0.5);
	border: 2px solid #266ed8;
	min-height: 500px;
	padding: 25px 2%;
	box-sizing: border-box;
}

.service1_r {
	width: 79%;
	float: right;
	background: rgb(255, 255, 255, 0.5);
	border: 2px solid #266ed8;
	min-height: 500px;
	padding: 25px 2%;
	box-sizing: border-box;
}

.service1_l h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.service1_l ul {
	padding-top: 25px;
}

.service1_l ul li {
	font-size: 16px;
	line-height: 36px;
}

.service1_l ul li p {
	width: 90%;
	display: inline-block;
	vertical-align: middle;
}

.service1_l ul li img {
	width: 9px;
	display: inline-block;
	vertical-align: middle;
}

.service1_r_name {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}

.service1_r ul li {
	margin-bottom: 26px;
	font-size: 0;
}

.service1_r ul li h3 {
	width: 93%;
	float: left;
	font-size: 16px;
	line-height: 30px;
}

.service1_r ul li h6 {
	width: 60px;
	float: left;
	background: #00a1e9;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	border-radius: 5px;
}

.service1_r ul {
	overflow-y: scroll;
	height: 400px;
	padding-top: 20px;
}

.service1_r ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 400px;
}

.service1_r ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #00a1e9;
}

.service1_r ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: rgb(255, 255, 255, 0.5);
}

.service2_nr {
	color: #fff;
	margin-top: 50px;
}

.service2_nr .hh {
	text-align: center;
	font-size: 16px;
}

.service2_nr .hh span {
	color: #ea0d12;
}

.service2_nr form {
	width: 73%;
	display: block;
	margin: 40px auto 0;
}

.service2_nr form ul {
	font-size: 0;
}

.service2_nr form ul li {
	width: 49%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.service2_nr form ul li:nth-child(2n) {
	margin-right: 0;
}

.service2_nr form ul li p {
	font-size: 16px;
	line-height: 36px;
}

.service2_nr form ul li p span {
	color: #ea0d12;
	margin-right: 4px;
}

.service2_nr form ul li input {
	background: rgb(51, 51, 51, 0.5);
	border: 1px solid #00a1e9;
	height: 40px;
	line-height: 40px;
	padding-left: 2%;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
}

.service2_nr form input::placeholder {
	color: #fff;
}

.service2_nr form select {
	background: rgb(51, 51, 51, 0.5);
	border: 1px solid #00a1e9;
	height: 40px;
	line-height: 40px;
	padding-left: 2%;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
}

.service2_nr form .b1 p {
	font-size: 16px;
	line-height: 36px;
}

.service2_nr form .b1 p span {
	color: #ea0d12;
	margin-right: 4px;
}

.service2_nr form .b1 {
	margin-bottom: 20px;
}

.service2_nr form textarea {
	background: rgb(51, 51, 51, 0.5);
	border: 1px solid #00a1e9;
	height: 180px;
	line-height: 40px;
	padding-left: 2%;
	width: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
}

.service2_nr form textarea::placeholder {
	color: #fff;
}

.service2_nr .b2 .b2_l {
	float: left;
}

.service2_nr .btn {
	background: rgb(51, 51, 51, 0.5);
	border: 1px solid #00a1e9;
	height: 55px;
	line-height: 55px;
	width: 145px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}

.service2_nr .btn input {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	left: 0;
	top: 0;
	opacity: 0;
}

.service2_nr .biao {
	opacity: 0;
}

.service2_nr .b2_r input {
	background: #00a1e9;
	border: 1px solid #00a1e9;
	height: 40px;
	line-height: 40px;
	width: 105px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	float: right;
}


.service3_nr form {
	width: 80%;
	display: block;
	margin: auto;
}

.service3_nr form .key {
	width: 85%;
	height: 50px;
	float: left;
	line-height: 50px;
	border: 1px solid #00a1e9;
	background: url(../images/ss_03.png) no-repeat;
	background-position: 96% 14px;
	padding-left: 2%;
	box-sizing: border-box;
}

.service3_nr form .submit {
	width: 12%;
	height: 50px;
	float: right;
	line-height: 50px;
	border: 1px solid #00a1e9;
	background: #00a1e9;
	border: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.service3_nr {
	background: rgb(255, 255, 255, 0.8);
	padding: 40px 4%;
	box-sizing: border-box;
	margin-top: 50px;
}

.service3_nr ul li .service3_a1 {
	line-height: 60px;
	font-size: 18px;
	padding-top: 10px;
	border-bottom: 1px solid #c0bcba;
}

.service3_nr ul li .service3_a2 {
	font-size: 16px;
	line-height: 30px;
	color: #999999;
	padding: 20px 0;
	background: rgb(241, 241, 243, 0.8);
}

.service3_nr ul {
	overflow-y: scroll;
	height: 500px;
	margin-top: 10px;
}

.service3_nr ul::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 400px;
}

.service3_nr ul::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #00a1e9;
}

.service3_nr ul::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: rgb(255, 255, 255, 0.5);
}



.indexes_r dl::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 10px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}

.indexes_r dl::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #00a1e9;
}

.indexes_r dl::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	background: rgb(255, 255, 255, 0.5);
}

.join {
	padding-top: 75px;
	padding-bottom: 160px;
	background: #fff url(../images/x_03.png)no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.join_1 {
	padding-top: 75px;
	padding-bottom: 160px;
	background: #fff url(../images/x_03.png)no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.join_2 {
	padding-top: 75px;
	padding-bottom: 50px;
	background: #fff url(../images/x_03.png)no-repeat;
	background-size: 100% auto;
	background-position: top center;
}

.join_1 .service3 {
	background: #fff;
	box-shadow: 0px 0px 10px #d1d4d3;
	margin-top: 20px;
	padding: 0;
}

.join_1 .service3 .service3_nr {
	padding: 40px 4%;
	margin-top: 0;
}

.join_1 .service3_nr ul li .service3_a2 {
	background: #f4f4f4;
	padding: 20px 2%;
	box-sizing: border-box;
}

.join_name {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	padding-bottom: 10px;
}

.join_name::after {
	position: absolute;
	width: 30px;
	height: 3px;
	background: #00a1e9;
	content: "";
	left: 0;
	bottom: 0;
}

.join_show {
	border-radius: 10px;
	box-shadow: 0px 0px 10px #d1d4d3;
	padding: 50px 2% 140px 2%;
	box-sizing: border-box;
	background: #fff;
	margin-top: 30px;
}

.join_show_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.join_show_cont p {
	font-size: 18px;
	font-weight: bold;
}

.join_show_cont table {
	border: 1px solid #e1e1e1;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
}

.join_show_cont table tr {
	font-size: 0;
}

.join_show_cont table td {
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	padding: 10px 2%;
	box-sizing: border-box;
}

.join_show_cont table .a1 {
	width: 16%;
}

.join_show_cont table .a2 {
	width: 8%;
}

.join_show_cont table .a3 {
	width: 16%;
}

.join_show_cont table .a4 {
	width: 28%;
}

.join_show_cont table .a5 {
	width: 10%;
}

.join_show_cont table .a6 {
	width: 12%;
}

.join_show_cont table .text_left {
	text-align: left;
}

.join_show_cont,
.join_show_cont * {
	font-size: 16px;
	line-height: 30px;
}

.join_show_cont h6 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 30px;
}

.join_show_cont h4 {
	font-size: 16px;
	line-height: 30px;
}

.join ul li {
	border: 1px solid #999999;
	margin-bottom: 10px;
	font-size: 0;
	padding: 30px 0;
}

.join ul {
	padding-top: 30px;
	padding-bottom: 50px;
}

.join_time {
	width: 11%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-right: 1px solid #dddddd;
}

.join_time::after {
	position: absolute;
}

.join_time h3 {
	font-size: 30px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

.join_time h6 {
	text-align: center;
	font-size: 14px;
	margin-top: 24px;
}

.join_title {
	width: 76%;
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	padding: 0 4%;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.join_href {
	width: 110px;
	line-height: 30px;
	border: 1px solid #dddddd;
	font-size: 16px;
	text-align: center;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.contant_l {
	width: 48%;
	float: left;
}

.contant_r {
	width: 52%;
	float: right;
}

.contant_r .map {
	width: 100%;
	height: 340px;
	border: 1px solid #d9d9d9;
}

.join_2 ul {
	margin-top: 30px;
}

.join_2 ul li {
	padding: 40px 2% 80px 2%;
	box-sizing: border-box;
	box-shadow: 0px 4px 5px 4px #bebfc0;
	margin-bottom: 50px;
}

.contant_l_title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 40px;
}

.contant_l_content,
.contant_l_content * {
	font-size: 18px;
	line-height: 36px;
}

.index1 {
	background: url(../images/bj_02.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 170px;
}

.index2 {
	background: url(../images/bj_03.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 120px;
}

.index3 {
	background: url(../images/bj_04.jpg) no-repeat;
	background-size: cover;
	padding-top: 100px;
	padding-bottom: 85px;
}

.index_name h3 {
	font-size: 30px;
	color: #00a1e9;
	line-height: 36px;
}

.index_name h4 {
	font-size: 14px;
	color: #ffffff;
	line-height: 36px;
}

.index1_nr_l {
	width: 48%;
	float: left;
}

.index1_nr_r {
	float: right;
	width: 50%;
}

.index1_nr_l img {
	width: 100%;
}

.index1_nr_r,
.index1_nr_r * {
	font-size: 16px;
	line-height: 30px;
	color: #fff;
}

.index1_nr {
	margin-top: 40px;
	margin-bottom: 50px;
}

.index1_nr_r {
	padding-top: 20px;
}

.more {
	width: 105px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: block;
	margin: auto;
	background: #00a1e9;
}

.index2 .index_name h3 {
	text-align: center;
}

.index2 .index_name h4 {
	text-align: center;
}

.index2 ul {
	font-size: 0;
}

.index2 ul li {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-right: 2.5%;
	margin-top: 30px;
	background: #fff;
}

.index2 ul li:nth-child(4n) {
	margin-right: 0;
}

.index2 ul li img {
	width: 100%;
}

.index2 ul li p {
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index3 .index_name h3 {
	text-align: center;
}

.index3 .index_name h4 {
	text-align: center;
}

.in3_lb ul{
	font-size: 0;
	text-align: center;
}

.in3_lb ul li{
	display: inline-block;
	width: 120px;
	line-height: 40px;
	border: 1px solid #00A1E9;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 10px;
}

.in3_lb ul .no{
	background: #00A1E9;
	color: #fff;
}

.in3_lb ul li:last-child{
	margin-right: 0;
}

.in3_nr dl {
	font-size: 0;
}

.in3_nr dl dd{
	display: inline-block;
	vertical-align: top;
	width: 32%;
	margin-right: 2%;
	margin-top: 30px;
}

.in3_nr dl dd:nth-child(3n){
	margin-right: 0;
}

.in3_nr dl dd img{
	width: 100%;
}

.in3_nr dl dd .in3{
	background: #eefaff;
	padding: 18px 2%;
	box-sizing: border-box;
}

.in3_nr dl dd .in3 h3{
	font-size: 16px;
	line-height: 30px;
}

.in3_nr dl dd .in3 h6{
	font-size: 14px;
	line-height: 30px;
}

.in3_nr{
	margin-bottom: 50px;
}

.index4 .index_name h3 {
	text-align: center;
}

.index4 .index_name h4 {
	text-align: center;
	color: #333;
}

.index4{
	padding-top: 80px;
	padding-bottom: 70px;
}