body {
	margin: auto;
	cursor: default;
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

/* ::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1440px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
	display: none;
}

.banner .swiper-button-prev {
	width: 30px;
	height: 30px;
	background-image: url(../img/prve_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: inherit;
	bottom: 30px;
	left: 47.5%;
}

.banner .swiper-button-next {
	width: 30px;
	height: 30px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: inherit;
	bottom: 30px;
	right: 47.5%;
}

.banne {
	width: 100%;
	height: 855px;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 80%;
	transform: translateY(-50%);
}

.banne3 {
	width: 100%;
	text-align: center;
}

.banne3_1 {
	max-width: 100%;
	/*height: 140px;*/
	height: 90px;
	display: block;
	margin: auto;
	margin-bottom: 45px;
}

.banne3_2 {
	width: 100%;
	font-size: 21px;
	color: white;
	font-weight: bold;
	line-height: 40px;
}

.in-projects {
	width: 100%;
	background-image: url(../img/bg_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.in-project {
	width: 100%;
	margin: 60px auto;
}

.in-project1 {
	width: 100%;
	text-align: center;
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}

.in-project2 {
	max-width: 100%;
	width: 830px;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
}

.in-project3 {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}

.in-project3_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 25px;
	display: block;
	background: #EEEEEE;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.in-project3_1:nth-child(4n) {
	margin-right: 0;
}

.in-project3_2 {
	width: 100%;
	height: 210px;
	background: white;
	position: relative;
}

.in-project3_2 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.in-project3_3 {
	width: 100%;
	padding: 20px 15px;
}

.in-project3_4 {
	width: 100%;
	height: 48px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.in-project3_5 {
	height: 4px;
	display: block;
	margin-top: 10px;
}

.in-project3_6 {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-project4 {
	width: 240px;
	height: 50px;
	display: block;
	border-radius: 50px;
	background: #003399;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: white;
	margin: auto;
	margin-top: 50px;
}

.in-whys {
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.in-why {
	width: 100%;
	margin: 80px auto;
}

.in-why1 {
	width: 100%;
	text-align: center;
	font-size: 42px;
	color: white;
	font-weight: bold;
}

.in-why2 {
	width: 90%;
	margin: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	color: white;
	line-height: 30px;
}

.in-why3 {
	width: 100%;
	display: inline-block;
}

.in-why3_1 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.3);
	background: linear-gradient(to bottom, rgba(93, 42, 143, 0.5), rgba(7, 156, 228, 0.5));
	padding: 0 20px;
	padding-top: 30px;
	padding-bottom: 40px;
	display: block;
}

.in-why3_1:nth-child(4n) {
	margin-right: 0;
}

.in-why3_2 {
	max-width: 90%;
	height: 75px;
	display: block;
	margin: auto;
}

.in-why3_3 {
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-size: 26px;
	color: white;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-why3_4 {
	height: 4px;
	display: block;
	margin: auto;
	margin-top: 20px;
}

.in-why3_5 {
	width: 100%;
	height: 150px;
	margin-top: 25px;
	font-size: 15px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.in-why3_6 {
	width: 100%;
	margin-top: 20px;
	font-size: 15px;
	color: #069CE4;
}

.in-contacts {
	width: 100%;
}

.in-contact {
	width: 100%;
	margin: 65px auto;
}

.in-contact1 {
	width: 100%;
	text-align: center;
	font-size: 42px;
	color: #333333;
	font-weight: bold;
}

.in-contact2 {
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}

.in-contact3 {
	max-width: 30%;
	width: 430px;
	float: left;
	display: flex;
}

.in-contact3_1 {
	width: 42%;
	margin-right: 16%;
	text-align: center;
	font-size: 16px;
	color: #333333;
}

.in-contact3_1:last-child {
	margin-right: 0;
}

.in-contact3_1 img {
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

.in-contact4 {
	width: 50%;
	margin-right: 12%;
	float: left;
}

.in-contact4_1 {
	width: 100%;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 45px;
}

.in-contact4_2 {
	width: 100%;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.in-contact4_2 span {
	margin-right: 30px;
}

.in-contact4_2 span:last-child {
	margin-right: 0;
}

.in-contact4_3 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #333333;
}

.nybanne {
	width: 100%;
	height: 415px;
	position: relative;
}

.nybanne1 {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.nybanne3 {
	width: 100%;
	text-align: center;
}

.nybanne3_1 {
	width: 100%;
	font-size: 48px;
	color: white;
	font-weight: bold;
}

.nybanne3_2 {
	height: 6px;
	display: block;
	margin: auto;
	margin-top: 25px;
}

.tit-box {
	width: 100%;
	background: white;
}

.tit-bo {
	width: 100%;
	margin: 35px auto;
	font-size: 14px;
	color: #676767;
}

.tit-bo a {
	color: #235AA7;
}

.tit-bo span {
	margin-left: 10px;
	margin-right: 10px;
}

.why-box {
	width: 100%;
}

.why-bo {
	width: 100%;
	display: flex;
	margin-top: 10px;
	margin-bottom: 50px;
}

.why-left {
	width: 270px;
	margin-right: 60px;
}

.why-le {
	width: 100%;
	height: 40px;
	background: #F2F2F2;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	color: #235AA7;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.why-le:last-child {
	margin-bottom: 0;
}

.why-le.on {
	color: white;
	background: #003399;
}

.why-let {
	width: 100%;
	height: 40px;
	background: white;
	padding: 0 20px;
	line-height: 40px;
	font-size: 14px;
	color: #235AA7;
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.why-let:last-child {
	margin-bottom: 0;
}

.why-let.on {
	color: white;
	background: #003399;
}

.why-right {
	width: calc(100% - 330px);
}

.why-jw {
	width: 100%;
}

.why-jw1 {
	border-bottom: 1px solid #E5E5E5;
	width: 100%;
}

.why-jw1 span {
	display: inline-block;
	padding-bottom: 15px;
	position: relative;
	font-size: 21px;
	color: #2D69BE;
	font-weight: bold;
}

.why-jw1 span::after {
	content: '';
	width: 100%;
	height: 4px;
	background: #003399;
	position: absolute;
	left: 0;
	bottom: 0;
}

.why-jw2 {
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.why-jw2 img {
	max-width: 100%;
}

.pages {
	width: 100%;
	text-align: center;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 35px;
	height: 35px;
	font-size: 14px;
	padding: 0 10px;
	background: white;
	color: #000026;
	text-align: center;
	line-height: 35px;
	margin: 0 4px;
}

.pagination span {
	border: 1px solid #F0F0F0;
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	min-width: 35px;
	height: 35px;
	font-size: 14px;
	padding: 0 10px;
	color: #000026;
	text-align: center;
	line-height: 35px;
	margin: 0 4px;
	background: white;
}

.pagination a.active {
	border: none;
	background: #003399;
	color: #ffffff;
}

.pagination a:active {
	border: none;
	background: #003399;
	color: #ffffff;
}

.pro-list {
	width: 100%;
	display: inline-block;
}

.pro-li {
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-bottom: 25px;
	display: block;
	background: #EEEEEE;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.pro-li:nth-child(3n) {
	margin-right: 0;
}

.pro-top {
	width: 100%;
	display: flex;
	margin-bottom: 40px;
}

.pro-tople {
	width: 43%;
}

.pro-tople1 {
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 280px;
}

.pro-tople1 .swiper {
	width: 100%;
	height: 100%;
}

.pro-tople1 .swiper-slide {
	width: 100%;
	height: 100%;
}

.pro-tople1_1 {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro-tople1_1 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pro-tople2 {
	width: 100%;
	margin-top: 10px;
}

.pro-tople2 .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.pro-tople2 .swiper {
	width: 85%;
	height: 100%;
}

.pro-tople2 .swiper-slide {
	width: 100%;
	height: 100%;
}

.pro-tople2 .swiper-button-prev::after,
.pro-tople2 .swiper-button-next::after {
	display: none;
}

.pro-tople2 .swiper-button-prev {
	width: 13px;
	height: 23px;
	background-image: url(../img/prve_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: -12px;
}

.pro-tople2 .swiper-button-next {
	width: 13px;
	height: 23px;
	background-image: url(../img/next_2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: -12px;
}

.pro-tople2_1 {
	border: 1px solid #CCCCCC;
	width: 100%;
	height: 45px;
	position: relative;
}

.pro-tople2_1 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pro-tople2_1 div {
	width: 100%;
	height: 100%;
	background: rgba(43, 106, 192, 0.5);
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}

.pro-topri {
	width: 53%;
	margin-left: 4%;
}

.pro-topri1 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.pro-topri2 {
	width: 100%;
	margin-top: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.pro-topri3 {
	display: inline-block;
	width: 115px;
	height: 34px;
	margin-top: 20px;
	text-align: center;
	line-height: 34px;
	background: #E5E5E5;
	font-size: 14px;
	color: #333333;
}

.pro-topri4 {
	width: 100%;
	display: flex;
}

.pro-topri4_1 {
	width: 25px;
	margin-right: 5px;
	margin-top: 20px;
	display: block;
}

.pro-topri4_1 img {
	width: 100%;
	display: block;
}

.pro-topri4_1:last-child {
	margin-right: 0;
}

.pro-detit {
	display: inline-block;
	min-width: 160px;
	height: 36px;
	padding: 0 20px;
	text-align: center;
	line-height: 36px;
	background: #235AA7;
	color: white;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}

.pro-detit2 {
	width: 100%;
	margin-bottom: 25px;
	border-radius: 4px 0 0 4px;
	background: linear-gradient(to right, #235AA7, rgba(255, 255, 255, 0));
	padding: 0 15px;
	height: 37px;
	line-height: 37px;
	font-size: 25px;
	color: #FF8400;
	font-weight: bold;
}

.pro-tab {
	border: 1px solid #CDCDCD;
	max-width: 100%;
	width: 1010px;
	margin-bottom: 35px;
}

.pro-tab1 {
	border-bottom: 1px solid #CDCDCD;
	width: 100%;
	display: flex;
	font-size: 16px;
	color: #333333;
}

.pro-tab1:last-child {
	border-bottom: 0;
}

.pro-tab2 {
	border-right: 1px solid #CDCDCD;
	width: 44%;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}

.pro-tab3 {
	width: 56%;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
}

.pro-com {
	width: 100%;
	margin-bottom: 35px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.pro-com img {
	max-width: 100%;
}

.pro-faqs {
	width: 100%;
	margin-bottom: 70px;
}

.pro-faq {
	width: 100%;
	margin-bottom: 40px;
}

.pro-faq:last-child {
	margin-bottom: 0;
}

.pro-faq1 {
	width: 100%;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}

.pro-faq2 {
	width: 100%;
	margin-top: 10px;
	font-size: 16px;
	color: #333333;
}

.pro-relas {
	width: 100%;
	display: inline-block;
}

.pro-sends {
	width: 100%;
}

.pro-send1 {
	border: 1px solid #BBBBBB;
	width: 100%;
	height: 40px;
	margin-bottom: 15px;
	padding: 0 10px;
}

.pro-send1_1 {
	width: 15px;
	display: inline-block;
	vertical-align: middle;
}

.pro-send1_2 {
	font-size: 12px;
	color: #666666;
	line-height: 40px;
	display: inline-block;
	vertical-align: middle;
}

.pro-send1_2 span {
	color: #F80000;
}

.pro-send1_3 {
	border: none;
	outline: none;
	width: calc(100% - 95px);
	height: 100%;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
}

.pro-send2 {
	border: 1px solid #BBBBBB;
	width: 100%;
	height: 160px;
	margin-bottom: 15px;
	padding: 10px;
}

.pro-send2_1 {
	border: none;
	outline: none;
	width: calc(100% - 95px);
	height: 100%;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
}

.pro-send3 {
	border: 1px solid #235AA7;
	outline: none;
	width: 180px;
	height: 45px;
	border-radius: 5px;
	display: block;
	margin: auto;
	padding: 0;
	text-align: center;
	font-size: 16px;
	color: #235AA7;
	background: white;
}

.pro-send3 span {
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.pro-send3 img {
	width: 6px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.educat-box {
	width: 100%;
	background: #EEEEEE;
}

.educat-bo {
	width: 100%;
	margin: 25px auto;
}

.educat-list {
	width: 100%;
	margin-bottom: 50px;
}

.educat-li {
	border-bottom: 1px solid #E3E3E3;
	width: 100%;
	display: block;
	padding: 25px 10px;
}

.educat-li1 {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #CCCCCC;
	display: inline-block;
	vertical-align: middle;
}

.educat-li2 {
	width: calc(100% - 105px);
	font-size: 16px;
	color: #666666;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.educat-li3 {
	font-size: 16px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
}

.educat-li:hover {
	border-bottom: 0;
	background: white;
}

.educat-li:hover .educat-li1 {
	background: #235AA7;
}

.educat-li:hover .educat-li2 {
	color: #235AA7;
}

.educat-li:hover .educat-li3 {
	color: #235AA7;
}

.educat-detail {
	width: 100%;
	background: white;
	padding: 35px;
}

.educat-detail1 {
	border-bottom: 1px solid #1B1B1B;
	width: 100%;
	padding: 25px 0;
	text-align: center;
}

.educat-detail1_1 {
	width: 100%;
	font-size: 30px;
	color: #333333;
}

.educat-detail1_2 {
	width: 100%;
	margin-top: 30px;
	font-size: 18px;
	color: #999999;
}

.educat-detail2 {
	width: 100%;
	padding: 25px 0;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.educat-detail2 img {
	max-width: 100%;
}

.feedba-bo {
	width: 100%;
	margin: 25px auto;
	display: flex;
}

.feedba-b {
	width: 100%;
	background: white;
	padding: 30px 20px;
}

.feedba-b1 {
	width: 100%;
	padding: 20px 0;
	display: inline-block;
}

.feedba-b2 {
	border: none;
	border-bottom: 1px solid #555555;
	outline: none;
	width: 47%;
	height: 50px;
	float: left;
	margin-right: 6%;
	font-size: 16px;
	margin-bottom: 30px;
}

.feedba-b2:nth-child(2n) {
	margin-right: 0;
}

.feedba-b3 {
	border: none;
	border-bottom: 1px solid #555555;
	outline: none;
	width: 100%;
	height: 120px;
	float: left;
	font-size: 16px;
	margin-bottom: 30px;
	font-family: inherit;
}

.feedba-b4 {
	width: 100%;
	float: left;
	display: flex;
}

.feedba-b4 button {
	border: none;
	outline: none;
	width: 145px;
	height: 50px;
	background: #2B2B2B;
	font-size: 18px;
	color: white;
}

.feedba-b4 button:first-child {
	margin-right: 30px;
	background: #003399;
}

.printing-b {
	width: 100%;
	background: white;

}

.printing-bf {
	width: 100%;
	padding: 30px 20px;
}

.printing-bf1 {
	width: 100%;
	margin-top: 25px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.printing-bf1 img {
	max-width: 100%;
}

.printing-bt {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.printing-bs {
	max-width: 90%;
	width: 880px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.5);
	margin: auto;
	margin-top: 110px;
	margin-bottom: 30px;
	padding: 40px 30px;
	display: inline-block;
}

.printing-bs1 {
	width: 100%;
	display: inline-block;
}

.printing-bs2 {
	border: none;
	outline: none;
	width: 48%;
	height: 30px;
	float: left;
	margin-right: 4%;
	margin-bottom: 15px;
	border-radius: 2px;
	padding: 0 15px;
	line-height: 30px;
	background: white;
	display: flex;
}

.printing-bs2:nth-child(2n) {
	margin-right: 0;
}

.printing-bs2_1 {
	font-size: 14px;
	color: #444847;
	margin-right: 10px;
}

.printing-bs2_2 {
	border: none;
	outline: none;
	width: calc(100% - 120px);
	font-size: 12px;
	color: #444847;
}

.printing-bs3 {
	width: 48%;
	height: 30px;
	float: left;
	display: flex;
	margin-bottom: 15px;
}

.printing-bs3_1 {
	width: 145px;
	height: 100%;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	color: white;
	background: #165EFF;
	margin-left: 10px;
}

.printing-bs3_1 img {
	width: 15px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.printing-bs3_1 span {
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.printing-bs3_2 {
	width: calc(100% - 155px);
	height: 100%;
	border-radius: 2px;
	padding: 0 15px;
	background: white;
}

.printing-bs3_2 img {
	width: 15px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.printing-bs3_2 input {
	border: none;
	outline: none;
	width: calc(100% - 30px);
	height: 100%;
	font-size: 12px;
	color: #444847;
}

.printing-bs4 {
	width: 100%;
	margin-bottom: 15px;
	background: white;
	padding: 10px 15px;
	text-align: left;
}

.printing-bs4_1 {
	width: 100%;
	font-size: 14px;
	color: #444847;
	margin-bottom: 10px;
}

.printing-bs4_2 {
	border: none;
	outline: none;
	width: 100%;
	height: 80px;
	font-size: 12px;
	color: #444847;
	display: block;
	font-family: inherit;
}

.printing-but {
	border: none;
	outline: none;
	width: 200px;
	height: 36px;
	display: block;
	margin: auto;
	background: #165EFF;
	color: white;
	font-size: 13px;
	border-radius: 30px 0 30px 0;
}
.contact-box{
	width: 100%;
}
.contact-bo{
	width: 100%;
	margin: 40px auto;
}
.contact-bo1{
	width: 100%;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.contact-bo2{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.online-box{
	width: 100%;
	background: #F7F7F7;
}
.online-bo{
	width: 100%;
	margin: 60px auto;
}
.online-bo1{
	width: 100%;
	font-size: 32px;
	color: #2B2B2B;
	font-weight: bold;
}
.online-bo2{
	width: 100%;
	display: inline-block;
	margin-top: 35px;
}
.online-bo2_1{
	border: none;
	    border-bottom: 1px solid #555555;
	    outline: none;
	    width:32%;
	    height: 50px;
	    float: left;
	    margin-right: 2%;
	    font-size: 16px;
	    margin-bottom: 30px;
}
.online-bo2_1:nth-child(3n){
	margin-right: 0;
}
.online-bo2_2{
	    border: none;
	    border-bottom: 1px solid #555555;
	    outline: none;
	    width: 100%;
	    height: 120px;
	    float: left;
	    font-size: 16px;
	    margin-bottom: 30px;
		background: inherit;
	    font-family: inherit;
}
.online-bo3{
	    width: 100%;
	    display: flex;
}
.online-bo3 button {
	border: none;
	outline: none;
	width: 145px;
	height: 50px;
	background: #2B2B2B;
	font-size: 18px;
	color: white;
}

.online-bo3 button:first-child {
	margin-right: 30px;
	background: #BF0005;
}