* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	box-sizing: border-box;
}

html,
body {
	font-size: 16px;
	color: #47536b;
	font-family: Microsoft YaHei, sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*html clearfix {
	height: 1%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

img {
	border: 0;
}

input,
label,
img,
th {
	vertical-align: middle;
}

.hide {
	display: none;
}

.block {
	display: block !important;
}

.ta_c {
	text-align: center;
}

a {
	text-decoration: none;
	color: #47536b;
	cursor: pointer;
}

a:hover {
	color: var(--color-primary);
}

.maxw {
	max-width: 1230px;
	min-width: 1200px;
	margin: auto;
	padding: 0px 10px;
}

.minw {
	min-width: 1320px;
	margin: auto;
}

.cursorp {
	cursor: pointer;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.nodata {
	text-align: center;
	line-height: 80px;
	width: 100%;
}

.opacity8:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.banner {
	background-color: #f7f8f8;
}

.banner .maxw {
	display: flex;
	height: 200px;
	flex-direction: row;
	padding-left: 50px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.banner .title {
	font-size: 30px;
	font-weight: bold;
}

.banner .des {
	margin-top: 12px;
	color: #707070;
	font-weight: normal;
	font-size: 16px;
}

/*
头部
*/
header {
	width: 100%;
	height: 80px;
}

.pb_Index_index header {
	height: 0px;
}

.pb_Index_index {
	background: url(../images/home_01.jpg) no-repeat center top;
}

.pagetop {
	z-index: 100;
	padding-left: 30px;
	padding-right: 30px;
	position: fixed;
	display: flex;
	flex-direction: row;
	top: 0px;
	left: 0px;
	right: 0px;
	transition: all .3s ease-in-out;
	background-color: #4e1bb4;
	color: var(--color-white);
	height: 80px;
	transition-delay: 0.5s;
	transition: all 0.2s ease-in-out;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	min-width: 1100px;
}

.pagetop .ptop_c {
	width: 100%;
	margin: auto;
	padding: 0px;
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.pagetop.active {
	background-color: hsla(0, 0%, 100%, .9) !important;
	box-shadow: 0 1px 10px 0 rgba(121, 169, 173, .3) !important;
}

.indexClass .pagetop {
	box-shadow: none;
}

.pagetop .logo {
	display: flex;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: var(--color-primary);
	background-size: auto 32px;
	width: 143px;
	background: url(../images/logo_w.png) no-repeat center;
}

.pagetop.sticky .logo {
	height: 80px;
}

.pagetop .menu {
	flex: auto;
	display: flex;
	text-align: center;
	justify-content: center;
}

.pagetop .menu>span {
	align-items: center;
	margin: 0px 4px;
	display: flex;
}

.pagetop .menu>span>a {
	display: inline-block;
	padding: 0px 15px;
	position: relative;
	color: var(--color-white);
}

.pagetop .menu>a:hover {
	background-color: var(--color-white);
	border-radius: 6px;
}

.pagetop .menu>a.on,
.pagetop .menu>span.on>a {
	color: var(--color-white);
}

.pagetop .menu>span>a:hover,
.pagetop .menu>span>a.on {
	color: var(--color-white);
	text-decoration: underline;
}

.pagetop .top_r {
	width: 158px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pagetop .top_r span {
	padding: 0px 10px;
}

.pagetop .top_r a {
	display: none;
	line-height: 32px;
	text-align: center;
	color: var(--color-white);
	width: 76px;
	border-radius: 4px;
}

.pagetop .top_r .reglog {
	color: var(--color-white);
	background-color: #7249c5;
	border: 1px solid #8e6ed1;
}

.pagetop .top_r .tigd {
	text-align: left;
	text-align: center;
}

.pagetop.home_top {
	background-color: unset;
	box-shadow: unset;
}

.p_dh {
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
}

.p_dh .dh_title {
	font-weight: bold;
	font-size: 36px;
}

.p_dh .dh_des {
	padding-top: 20px;
	color: #6b7b9c;
	font-size: 16px;
	font-weight: normal;
}

.p_dh .dh_des a {
	margin-left: 15px;
	color: var(--color-primary);
}
.p_dh .dh_des a:hover{
	text-decoration: underline;
}

/* 首页 */
.home_banner {
	height: 948px;
	padding-top: 80px;
	color: var(--color-white);
}

.home_banner .maxw {
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

.home_banner .ib_con {
	width: 50%;
}

.home_banner .jz {
	font-size: 40px;
	padding-top: 12px;
	padding-bottom: 20px;
}

.home_banner .ai {
	padding-bottom: 48px;
	line-height: 160%;
}

.home_banner .btn {
	display: inline-block;
	width: 146px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	background-color: #7249c5;
  	border: 1px solid #8e6ed1;
	color: var(--color-white);
	border-radius: 4px;
}

.h_project ul {
	justify-content: space-between;
}

.h_project ul li {
	font-size: 14px;
	width: 30%;
	position: relative;
	padding: 46px 52px 56px;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
}

.h_project ul li:last-child .rbo {
	border-right: 0px;
}

.h_project ul li .tit {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 18px;
}

.h_project ul li .price {
	font-size: 28px;
}

.h_project ul li .price b {
	font-size: 50px;
}

.h_project ul li .des {
	padding-top: 22px;
	padding-bottom: 22px;
	line-height: 170%;
	min-height: 102px;
	color: #6b7b9c;
	border-bottom: 1px solid #e7e7e7;
}

.h_project ul li .item {
	padding-bottom: 25px;
}

.h_project ul li .item .icon {
	color: #707070;
	background-position: left center;
	padding-left: 18px;
	background-repeat: no-repeat;
	margin: 10px 0px;
}

.h_project ul li a {
	display: inline-block;
	width: 100%;
	border: 1px solid var(--color-primary);
	color: var(--color-primary);
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	border-radius: 8px;
}
.h_project ul li:hover a{
	background-color: var(--color-primary);
	color: var(--color-white);
}
.h_project ul li.hot {
	border: 1px solid #ff8d00;
}

.h_project ul li:hover{
	background-color: #f9fafd;
}

.h_project dl {
	padding: 22px 0px;
	color: #707070;
}

.h_project dl dt {
	padding: 8px 0px;
}

.h_project dl dd {
	padding: 10px 0px;
	padding-left: 26px;
	background-repeat: no-repeat;
	background-position: left center;
	background: url(../images/true.png) no-repeat left center;
}

.h_project dl dd.close {
	background-image: url(../images/close.png) !important;
}

.h_web .site_list {
	display: flex;
}

.h_web .site_menu {
	flex: 1;
	margin-right: 5%;
}
.h_web .site_menu ul li{
	height: 92px;
	display: flex;
	padding-top: 16px;
}
.h_web .site_menu ul li .icon{
	text-align: right;
	margin-right: 12px;
	width: 10%;
}
.h_web .site_menu ul li .icon span{
	display: inline-block;
	width: 26px;
	height: 26px;
	background-color: #9ca9c4;
	border-radius: 26px;
	background-position: center;
	background-repeat: no-repeat;
}
.h_web .site_menu ul li .title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.h_web .site_menu ul li .des{
	color: #9ca9c4;
}
.h_web .site_menu ul li.on{
	box-shadow: 0 1px 10px 0 rgba(121, 169, 173, .3);
	border-radius: 4px;
}
.h_web .site_menu ul li.on .icon span{
	background-color: var(--color-primary);
}
/* 首页app */
.carousel_phone{
	height: 605px;
	width: 360px;
	position: relative;
}

.carousel_phone .phone_bac {
	z-index: 100;
	background: url(../images/home_37.png);
	height: 575px;
	width: 360px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.carousel_c {
	z-index: 0;
	margin-top: 19px;
	margin-left: 61px;
	position: relative;
	width: 240px;
	overflow: hidden;
	height: 636px;
}

.c_slides {
	position: relative;
	width: 9999px;
	/* 会在JS中被重设 */
	list-style: none;
	margin: 0;
	padding: 0;
}

.carousel_phone .c_slides li {
	float: left;
	width: 240px;
	height: 519px;
	position: relative;
}

.carousel_c .zyb_c {
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 18px;
}

.carousel_c ol.btnlist {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.carousel_c ol.btnlist span {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #ddd;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}

.carousel_c ol.btnlist span.on {
	background: var(--color-primary);
}
.h_app .cont{
	padding-top: 46px;
	float: right;
	width: 38%;
}
.h_app .cont li{
	margin-bottom: 16px;
	padding-left: 35px;
	padding-right: 35px;
	border-radius: 4px;
	background-color: #f7f9fc;
}
.h_app .cont .top{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
}
.h_app .cont .title{
	height: 75px;
    font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	
}
.h_app .cont .title span{
	display: inline-block;
	margin-right: 10px;
	width: 26px;
  	height: 26px;
	background-color: var(--color-primary);
	background-repeat: no-repeat;
	border-radius: 26px;
	background-position: center;
}
.h_app .cont .des{
	display: none;
	line-height: 150%;
    padding-left: 6px;
}
.h_app .cont li.on{
	background-color: var(--color-white);
	box-shadow: 0 1px 10px 0 rgba(121, 169, 173, .3);
}
.h_app .cont li.on .des{
	display: block;
	padding-bottom: 30px;
}
.h_app .bac{
	background: url(../images/home_26.png) no-repeat center;
	height: 701px;
}
.h_threed ul {
	display: flex;
	justify-content: space-between;
}

.h_threed ul li {
	width: 32%;
	height: 486px;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #e7e7e7;
	border-radius: 6px;
	padding: 42px 46px;
	position: relative;
	overflow: hidden;
}
.h_threed .icon{
	display: inline-block;
	height: 84px;
	width: 84px;
	border-radius: 84px;
	border: 1px solid #d6cfff;
	background-position: center;
	background-repeat: no-repeat;
}
.h_threed ul li .icon1{
	background-image: url(../images/home_40.png);
}
.h_threed ul li .icon2{
	background-image: url(../images/home_43.png);
}
.h_threed ul li .icon3{
	background-image: url(../images/home_46.png);
}
.h_threed ul li:hover .icon1{
	background-image: url(../images/home2_46.png);
}
.h_threed ul li:hover .icon2{
	background-image: url(../images/home2_49.png);
}
.h_threed ul li:hover .icon3{
	background-image: url(../images/home2_52.png);
}
.h_threed ul li:hover .icon{
	background-color: var(--color-primary);
	border: 1px solid var(--color-primary);
}
.h_threed ul li:hover{
	box-shadow: 0 1px 10px 0 rgba(121, 169, 173, .3);
	border: 1px solid var(--color-white);
}
.h_threed ul li:hover::after{
	content: "";
	display: block;
	position: absolute;
	background-color: var(--color-primary);
	height: 7px;
	bottom: 0px;
	width: 100%;
	left: 0px;
}
.h_threed .list .title {
	padding-top: 56px;
	font-size: 24px;
	font-weight: bold;
}

.h_threed .list .dz {
	display: inline-block;
	width: 98px;
	text-align: center;
	border-radius: 4px;
	border: 2px solid var(--color-white);
	color: var(--color-white);
	font-size: 16px;
	margin-top: 38px;
	line-height: 36px;
}

.h_threed .list .des {
	padding: 22px 0px 60px 0px;
	color: #6b7b9c;
	line-height: 160%;
}
.h_threed ul li a{
	display: inline-block;
	color: #9ca9c4;
	padding-right: 26px;
	background: url(../images/home_61.png) no-repeat right;
} 
.h_threed ul li:hover a{
	color: var(--color-primary);
	background: url(../images/home_58.png) no-repeat right;
}
.foot_dingzhi {
	background: url(../images/home_65.jpg) no-repeat center;
	background-size: 100% 100%;
	text-align: center;
	height: 308px;
	display: flex;
	align-items: center;
	color: #fff;
}

.foot_dingzhi .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}

.foot_dingzhi .des {
	padding-top: 22px;
	padding-bottom: 30px;
}

.foot_dingzhi a {
	color: var(--color-primary);
	background-color: var(--color-white);
	width: 154px;
	line-height: 48px;
	display: inline-block;
	font-size: 20px;
	border-radius: 4px;
}

.h_link ul li {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 62px;
}

.h_link ul li img {
	width: 180px;
	filter: grayscale(100%);
	opacity: 0.5;
}

.h_link ul li img:hover,
.h_link ul li.on img {
	filter: grayscale(0%);
	opacity: 1;
}

/* 网站建设 */
.web_service {
	box-shadow: 0 1px 10px 0 rgba(121, 169, 173, .3);
	border-radius: 8px;
	margin-top: 58px;
	padding: 26px;
}

.web_service .img {
	width: 48%;
	max-width: 536px;
}

.web_service .img img {
	width: 100%;
}

.web_service .cont {
	padding-left: 5%;
	padding-right: 4%;
	flex: 1;
}

.web_service .title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 38px;
	padding-bottom: 22px;
}

.web_service .des {
	color: #707070;
	padding-bottom: 26px;
	border-bottom: 1px solid #e7e7e7;
	text-indent: 2rem;
	line-height: 180%;
}

.web_service ul.flex {
	padding-top: 30px;
	justify-content: flex-start;
}

.web_service ul li {
	color: #707070;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	display: flex;
	min-width: 25%;
	font-size: 14px;
	line-height: 30px;
}

.web_service ul li span {
	display: inline-block;
	width: 23px;
	background-repeat: no-repeat;
	background-position: center;
	height: 23px;
	margin-right: 6px;
}

.web_service a {
	display: inline-block;
	width: 100%;
	background-color: var(--color-primary);
	color: var(--color-white);
	line-height: 40px;
	text-align: center;
	border-radius: 6px;
	margin-top: 6%;
}

.web_features ul li {
	width: 32.8%;
	padding: 22px;
	margin-bottom: 8px;
}
.web_features ul li:hover{
	background-color: var(--color-white);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}

.web_features ul li .title {
	padding-bottom: 16px;
	border-bottom: 1px solid #e0e0e0;
	background-repeat: no-repeat;
	padding-left: 35px;
	font-weight: bold;
}

.web_features ul li .des {
	color: #9ca9c4;
	padding-top: 14px;
	line-height: 160%;
	text-indent: 2rem;
	padding-bottom: 20px;
}

.web_case {
	padding-bottom: 60px;
	padding-right: 110px;
}

.web_case ul li {
	border-radius: 4px;
	position: relative;
}
.web_case ul li .title{
	display: none;
}
.web_case ul li:hover .title{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	height: 280px;
	width: 100%;
}
.web_case ul li:hover .title .bac{
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	font-weight: bold;
}
.web_case ul li:hover .title .bac_s{
	background-image: url(../images/app_43.png);
	background-repeat: no-repeat;
	width: 180px;
	border-radius: 10px;
	height: 72px;
	padding-left: 40px;
	padding-top: 30px;
}
.web_case ul li:hover .title .bac1{
	background-image: linear-gradient(to bottom, #748fdc, #4263c0);
	right: -100px;
	top: 78px;
}
.web_case ul li:hover .title .bac2{
	background-image: linear-gradient(to bottom, #a889e7, #8453e3);
	right: -100px;
	top: 137px;
}
/* SEO */
.seo_xmys {
	margin-bottom: 60px;
}

.seo_xmys .xmys {
	display: flex;
}

.seo_xmys .ys_left {
	border: 1px solid #e0e0e0;
	margin-right: -4px;
	border-radius: 6px 0px 0px 6px;
}

.seo_xmys .ys_right {
	margin-left: -4px;
}

.seo_xmys .ys_left,
.seo_xmys .ys_right {
	flex: 1;
	margin-top: 30px;
	overflow: hidden;
}

.seo_xmys .ys_m {
	z-index: 1;
	width: 114px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background: url(../images/seo_50.png) no-repeat center top var(--color-white);
	padding-top: 106px;
}

.seo_xmys .ys_m span {
	display: flex;
	height: 60px;
	width: 58px;
	margin: auto;
	text-align: center;
	color: var(--color-primary);
	align-items: center;
	justify-content: center;
	border-bottom: 1px solid #e0e0e0;
}

.seo_xmys .ys_m span:last-child {
	border-bottom: 0px;
}

.seo_xmys .ys_left dt {
	background-color: #e0e0e0;
}

.seo_xmys .ys_left dt,
.seo_xmys .ys_right dt {
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-weight: bold;
}

.seo_xmys .ys_right dt {
	background-color: var(--color-primary);
	color: var(--color-white);
	border-radius: 0px 6px 0px 0px;
	height: 77px;
}
.seo_xmys .ys_left dd span{
	font-weight: bold;
	color: var(--color-primary);
}
.seo_xmys .ys_left dd,
.seo_xmys .ys_right dd {
	padding-left: 16%;
	height: 60px;
	display: flex;
	border-bottom: 1px solid #e0e0e0;
	align-items: center;
}

.seo_xmys .ys_left dd:last-child {
	border-bottom: 0px;
}

.seo_xmys .ys_right dd:last-child {
	border-radius: 0px 0px 6px 0px;
	height: 61px;
}

.seo_xmys .ys_left dd {
	color: #707070;
}

.seo_xmys .ys_right dd {
	background-color: #4b1baf;
	color: var(--color-white);
}

.seo_xmys .close {
	display: inline-block;
	background: url(../images/seo_54.png) no-repeat;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.seo_xmys .gou {
	display: inline-block;
	background: url(../images/seo_57.png) no-repeat;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

.app_case {
	padding-bottom: 60px;
}
.app_case .font {
	max-width: 1293px;
	width: 100%;
	padding: 0px 40px;
	min-width: 1100px;
	margin: auto;
}

.app_case .font span {
	display: inline-block;
	width: 25%;
}
.app_case ul li{
	position: relative;
	width: 380px;
}
.app_case ul li .phone_bac{
	background: url(../images/home_37.png) no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	position: relative;
	z-index: 2;
	height: 650px;
}
.app_case ul li .img{
	position: absolute;
	top: 10px;
	width: 70%;
	left: 0px;
	top: 0px;
	z-index: 0;
	margin-left: 15%;
}
.app_case ul li .img img{
	border-radius: 30px;
	width: 100%;
}
.app_case ul li .mb{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 40px;
	top: 15px;
	left: 0px;
	width: 70%;
	left: 15%;
	display: none;
	align-items: center;
	justify-content: center;
	height: 556px;
}
.app_case ul li:hover .mb{
	display: flex;
	z-index: 3;
}
.app_case ul li:hover .bac{
	display: inline-block;
	border-radius: 10px;
	color: #fff;
	position: absolute;
	font-weight: bold;
	right: -50px;
}
.app_case ul li:hover .bac_s{
	background-image: url(../images/app_43.png);
	background-repeat: no-repeat;
	width: 180px;
	border-radius: 10px;
	height: 72px;
	padding-left: 40px;
	padding-top: 30px;
}
/* 价格 */
.price_proj {
	padding-top: 60px;
}

.price_contrast .pc_title {
	font-weight: bold;
	color: #181818;
	line-height: 96px;
	text-align: center;
}

.price_contrast .pc_title span {
	display: inline-block;
	background: url(../images/price_07.png) no-repeat;
	width: 19px;
	height: 11px;
	margin-left: 5px;
}

.price_contrast .pc_cont {
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
	text-align: center;
}

.price_contrast .pc_cont .th {
	background-color: var(--color-primary);
	display: flex;
}

.price_contrast .pc_cont .td {
	display: flex;
}

.price_contrast .pc_cont span {
	display: inline-block;
	width: 25%;
}

.price_contrast .pc_cont .th span {
	border-right: 1px solid #a1a1a1;
	line-height: 70px;
	color: var(--color-white);
}

.price_contrast .pc_cont .td span {
	line-height: 60px;
	border-right: 1px solid #e2e2e2;
	color: #707070;
}

.price_contrast .pc_cont .list .td {
	border-bottom: 1px solid #dedfdf;
}

.price_contrast .pc_cont .list .td:last-child {
	border-bottom: 0px;
}

.price_contrast .pc_cont .list .td:nth-child(even) {
	background-color: #f7f8f8;
}

.price_contrast .pc_cont .list .td span:first-child {
	font-size: 16px;
	font-weight: bold;
	color: #181818;
}

.price_contrast .gou {
	background: url(../images/price_11.png) no-repeat center center;
}

.price_contrast .close {
	background: url(../images/seo_61.png) no-repeat center center;
}

.price_quest {
	padding-bottom: 60px;
}

.price_quest .img {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 7px;
	width: 50%;
	float: right;
}

.price_quest .img img {
	width: 100%;
}

.price_quest ul {
	width: 46%;
	float: left;
}

.price_quest ul li {
	margin-bottom: 20px;
}

.price_quest ul li .des {
	display: none;
}

.price_quest ul li .title {
	border-radius: 6px;
	background-color: #f7f8f8;
	border: 1px solid #f0f0f0;
	font-weight: bold;
	height: 68px;
	padding-left: 28px;
	padding-right: 28px;
	display: flex;
	justify-content:baseline;
	align-items: center;
}

.price_quest ul li .title .icon {
	display: inline-block;
	width: 25px;
	height: 13px;
	background: url(../images/price_22.png) no-repeat;
}

.price_quest ul li.on .des {
	display: block;
	background-color: #fcfcfc;
	padding: 26px 30px;
	color: #686868;
	line-height: 180%;
}

.price_quest ul li.on .title {
	background-color: #f6f8ff;
	color: var(--color-primary);
}

.price_quest ul li.on .icon {
	background: url(../images/price_19.png) no-repeat;
}

/* 关于我们 */
.about_top {
	margin-top: 60px;
	border: 1px solid #eeeeee;
}

.about_top .img {
	width: 48%;
 	 max-width: 556px;
}

.about_top .img img {
	width: 100%;
}

.about_top .cont {
	padding-left: 5%;
  	padding-right: 5%;
	flex: 1;
}

.about_top .title {
	font-size: 20px;
	font-weight: bold;
	padding-top: 60px;
	color: #181818;
	margin-bottom: 20px;
}

.about_top p {
	color: #707070;
	margin-bottom: 10px;
	text-indent: 2rem;
	line-height: 160%;
}

.about_yl {
	background-color: var(--color-primary);
	height: 308px;
	text-align: center;
	margin-top: 62px;
	color: var(--color-white);
	display: flex;
	align-items: center;
}

.about_yl .title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
}

.about_yl .des {
	line-height: 30px;
}

.about_yl .des span {
	font-size: 40px;
	position: relative;
	top: 18px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	display: inline-block;
}
.about_yl .des span.left{
	margin-right: 10px;
}
/* 联系我们 */
.h_contact {
	padding-bottom: 100px;
	padding-top: 50px;
}

.h_contact ul li {
	width: 49%;
	border-radius: 6px;
	padding: 48px 42px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.h_contact ul li .img {
	width: 33px;
	float: left;
}

.h_contact ul li .title {
	padding-top: 20px;
	font-weight: bold;
	color: #232323;
	padding-bottom: 15px;
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 36px;
	border-bottom: 2px solid #e3e3e3;
	margin-bottom: 15px;
}
.h_contact ul li .email{
	background-image: url(../images/contact_07.jpg);
}
.h_contact ul li .tel{
	background-image: url(../images/contact_09.jpg);
}
.h_contact ul li .cont {
	height: 74px;
	color: #777777;
	line-height: 26px;
}

.h_contact ul li .btn {
	width: 100%;
	border: 1px solid #e3e3e3;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	color: #707070;
	border-radius: 4px;
}
.h_contact ul li .btn:hover{
	background-color: #f6f8ff;
}
.h_contact ul li .fqdh {
	display: inline-block;
	background-color: #19b4c6;
	color: var(--color-white);
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 6px;
}

.contact_form {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.contact_form .cf_left {
	text-align: right;
}

.contact_form .cf_left .des {
	font-size: 30px;
	color: #000;
	padding-top: 18px;
	font-weight: bold;
}

.contact_form .message {
	padding: 60px;
	width: 100%;
	background-color: var(--color-white);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.contact_form .message .title {
	font-size: 30px;
	line-height: 64px;
	background-color: #54b2bd;
	text-align: center;
	font-weight: bold;
	color: var(--color-white);
}

.contact_form .inputlist {
	display: flex;
	padding-bottom: 16px;
	justify-content: space-between;
}

.contact_form .inline {
	display: flex;
	width: 45%;
}

.contact_form .icon {
	width: 100px;
	display: flex;
	align-items: center;
}

.contact_form input {
	width: 100%;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	color: #555;
	border: 0px;
	padding: 0px 10px;
	border-radius: 4px;
	border: 1px solid #e0e0e0;
}

.contact_form .text {
	display: flex;
	padding-top: 12px;
	width: 100%;
	align-items: start;
}

.contact_form .layui-textarea {
	flex: 1;
	border-radius: 4px;
	color: #646464;
	border: 1px solid #e0e0e0;
	padding: 12px;
	line-height: 160%;
	height: 127px;
}

.contact_form .submit {
	height: 50px;
	line-height: 50px;
	background-color: var(--color-primary);
	color: var(--color-white);
	border: 0px;
	font-size: 16px;
	border-radius: 6px;
	width: 200px;
	text-align: center;
}

.btn2 {
	display: inline-block;
	text-align: center;
	width: 152px;
	height: 46px;
	line-height: 44px;
	border: 0px;
	background-color: #f09e38;
	color: var(--color-white);
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}

/* 博客 */
.p_news {
	margin-bottom: 100px;
}

.h_country {
	text-align: center;
	margin: auto;
	margin-bottom: 30px;
	width: 80%;
}

.p_news .h_country a {
	display: inline-block;
	border: 1px solid #eeeeee;
	line-height: 46px;
	padding: 0px 24px;
	min-width: 160px;
	margin: 0px 5px 10px;
	font-weight: bold;
	font-size: 16px;
	color: #181818;
}

.h_country a:hover,
.h_country a.on {
	color: var(--color-white);
	background-color: var(--color-primary);
}

.p_news {
	padding-top: 55px;
}
.hp_news {
	padding-top: 0px;
	margin-bottom: 50px;
}
.hp_link{
	padding-bottom: 50px;
}
.bpi_list ul {
	display: flex;
	flex-wrap: wrap;
}

.bpi_list ul li {
	width: 32.3%;
	margin-bottom: 30px;
	overflow: hidden;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 16px;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
}

.bpi_list ul li .cont {
	padding: 26px;
}

.bpi_list ul li:nth-child(3n) {
	margin-right: 0px;
}

.bpi_list ul li .entry-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.bpi_list ul li .des {
	color: #9ca9c4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 160%;
	height: 52px;
	margin-bottom: 20px;
}
.bpi_list ul li .more a{
	color: #6e59ed;
	font-size: 14px;
	border-bottom: 1px solid var(--color-primary);
}
.bpi_list ul li .more {
	display: inline-block;
	background: url(../images/home_58.png) right center no-repeat;
	background-size: 10px auto;
	padding-right: 20px;
	color: #707070;
}

.bpi_list .art_pic img {
	width: 100%;
	height: 238px;
	background-color: #ebecee;
	border-radius: 10px;
}

.p_news .h_country a:hover {
	color: var(--color-white);
}

.p_news .nv_left {
	width: 70%;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 38px;
}

.p_news .nv_right {
	width: 28%;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	padding: 28px;
}

.p_news .nv_right dl {
	margin-bottom: 40px;
}

.p_news .nv_right dl.nclass dd {
	padding-left: 22px;
	background: url(../images/blog_03.jpg) no-repeat left center;
	padding-bottom: 14px;
	padding-top: 14px;
	border-bottom: 1px solid #e3e3e3;
}

.p_news .nv_right dl dd a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p_news .nv_right .wint_right {
	font-size: 20px;
	color: #232323;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 18px;
	display: inline-block;
}

.p_news .nv_right .wint_right a {
	color: #232323;
}

.p_news .nv_right .tag_list a {
	display: inline-block;
	padding: 4px 10px;
	background-color: #f2f2f2;
	margin-bottom: 8px;
	margin-right: 5px;
}

.p_news .nv_right .tag_list a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

.p_news .blog_dh {
	padding-bottom: 20px;
	color: #707070;
}

.p_news .blog_dh a {
	color: #707070;
}

.p_news .time {
	padding: 18px 0px 12px;
	color: #707070;
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 40px;
}

.p_news .news_info .des {
	line-height: 180%;
	font-size: 16px;
	padding-bottom: 60px;
}

.p_news .news_info .des img {
	max-width: 100%;
}

.p_news .news_info h1 {
	font-size: 22px;
	color: #181818;
}

.p_news .news_info p {
	text-indent: 2rem;
}

.p_news .prevnext .pre {
	padding-bottom: 10px;
}

.des_foot .tag {
	padding-bottom: 20px;
}

.des_foot .tag a {
	margin-right: 8px;
}

.pn_has_tag {
	padding-bottom: 30px;
	font-size: 18px;
}

.pn_has_tag h1 {
	color: var(--color-primary);
	display: inline-block;
	font-size: 18px;
}

.p_news .nlist .img {
	width: 30%;
	margin-right: 10px;
}

.p_news .nlist .img img {
	width: 100%;
	height: 57px;
}

.p_news .nlist .item {
	flex: 1;
}

.p_news .nlist a {
	color: #232323;
}

.p_news .nlist .rtime {
	color: #aaaaaa;
	font-size: 12px;
	margin-top: 4px;
	background: url(../images/blog_07.jpg) no-repeat left;
	padding-left: 15px;
}

.p_news .nlist dd {
	margin-bottom: 24px;
}

.p_tags_c {
	padding-bottom: 100px;
}

.p_tags_c .title {
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 18px;
}

.p_tags_c .p_tags a {
	border: 1px solid;
	display: inline-block;
	padding: 4px 6px;
	margin-right: 10px;
	border: 1px solid #ededed;
	margin-bottom: 15px;
}

.p_tags_c .p_tags a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}

/* 分页 */
.pagination {
	margin: auto;
	text-align: center;
	padding-top: 30px;
	font-size: 18px;
	font-weight: bold;
}

.pagination li {
	display: inline-block;
}

.pagination a,
.pagination span {
	height: 40px;
	min-width: 40px;
	padding: 0px 10px;
	margin: 0px 8px;
	border: 1px solid #e0e0e0;
	line-height: 38px;
	text-align: center;
	background: var(--color-white);
	display: inline-block;
}

.pagination a:hover {
	border: 1px solid var(--color-primary);
}

.pagination .disabled span {
	color: #d8d8d8;
	margin: 0px;
}

.pagination .active span {
	border: 1px solid var(--color-primary);
	color: var(--color-white);
	background: var(--color-primary);
}

.pagination a.prev,
.pagination a.next,
.pagination a.first,
.pagination a.end {
	width: auto;
	padding: 0px 10px;
}

/*底部*/
.foot {
	background: #f5f5f5;
	color: #42474d;
	padding-top: 50px;
}

.foot a {
	color: #42474d;
}

.foot dt {
	color: #42474d;
	display: inline-block;
	font-size: 18px;
	position: relative;
}

.foot .foot1 {
	width: 250px;
}

.foot .foot1 a.logo {
	display: inline-block;
	width: 155px;
	height: 38px;
	margin: auto;
	background: url(../images/logo.png) no-repeat;
}

.foot .copyright {
	padding: 28px 0px;
	color: #949494;
	font-size: 13px;
	border-top: 1px solid #ececec;
}

.foot .foot2 {
	padding-top: 42px;
	flex: 1;
	line-height: 42px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
}

.foot2 dl dd {
	line-height: 36px;
}

.foot2 dl dd a:hover {
	color: #000;
}

.foot3 {
	width: 362px;
}

.foot3 .cont {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.foot3 a {
	display: inline-block;
	text-align: center;
	width: 172px;
	line-height: 44px;
	background-color: var(--color-primary);
	color: var(--color-white);
	border-radius: 6px;
	margin-bottom: 25px;
}

.foot3 a:hover {
	color: var(--color-primary);
	background-color: #b0f2f1;
}

.foot3 a .email {
	display: inline-block;
	background: url(../web/home_44.jpg) no-repeat center bottom;
	width: 22px;
	height: 17px;
	margin-bottom: -3px;
	margin-right: 10px;
}

.footlang {
	width: 140px;
}

.footlang .langc {
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 10px;
	height: 46px;
	width: 145px;
	line-height: 46px;
	border-radius: 5px;
	background: url(../images/langbac.png) no-repeat center var(--color-white);
	padding-left: 45px;
}

.footlang .menusub {
	width: 145px;
	display: none;
	background-color: rgba(255, 255, 255, 0.5);
	text-align: center;
	line-height: 40px;
	padding: 20px 0px;
}

.langlist {
	display: none;
	position: absolute;
	padding-top: 5px;
	top: 30px;
	width: 110px;
	text-align: center;
	border: 1px solid #bfbfbf;
	left: -1px;
	background: #f9f9f9;
	border-top: 0px;
}

/* 浮动客服 */
.fudong {
	position: fixed;
	top: 30%;
	right: 20px;
	width: 64px;
	text-align: right;
	z-index: 1000;
}

.fudong a {
	height: 48px;
	width: 48px;
	margin-bottom: 10px;
	display: inline-block;
	text-align: center;
	background-size: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #9d9ea5;
	border-radius: 8px;
}

.fudong a.telegram {
	background-image: url(../images/ficon_03.png);
}

.fudong a.skype {
	background-image: url(../images/ficon_05.png);
}

.fudong a.line {
	background-image: url(../images/ficon_07.png);
}

.fudong a.qq {
	background-image: url(../images/ficon_08.png);
}

.fudong a.on {
	background-color: var(--color-primary);
}

.fudong a img {
	width: 32px;
	height: 32px;
	margin-top: 8px;
}

/* default */
:root {
	/* 主色 */
	--color-primary: #6e59ed;
	--color-white: #ffffff;
}