body {
	color: #333;
	font-family: "microsoft yahei";
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	outline: none;
	transition: all .3s;
}

a:hover {
	color: #2D64F4;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

input,
textarea,
select,
button {
	border: 0;
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

.container {
	width: 1200px;
	margin: 0 auto;
	max-width: 90%;
	position: relative;
	z-index: 3;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

video {
	vertical-align: middle;
	background: #000;
	width: 100%;
}

/**/
.m_menu {
	background: #f6f7fb;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	padding-top: 56px;
	line-height: 36px;
	display: none;
}

.m_menu ul a {
	display: block;
}

.m_menu .nav>li {
	border-bottom: 1px solid #eee;
}

.m_menu .nav>li>a {
	padding: 8px 20px;
	position: relative;
}

.m_menu .nav>li i {
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 0 1px 1px 0;
	border-color: #333;
	border-style: solid;
	-webkit-transform: matrix(.71, .71, -.71, .71, 0, 0);
	transform: matrix(.71, .71, -.71, .71, 0, 0);
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 15px;
}

.m_menu .nav>li>a.on>i,
.m_menu .nav>li h3.on>i {
	border-width: 1px 0 0 1px;
}

.m_menu .drop {
	background: #fff;
	display: none;
}

.m_menu .drop a {
	display: block;
	padding-left: 30px;
}

.m_menu .drop h3 {
	padding-left: 30px;
	position: relative;
	background: #f5f5f5;
}

.m_menu .drop .drop a {
	padding-left: 50px;
}

.header {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99;
}

.header.on {
	position: fixed;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header:hover,
.header.on {
	background: #fff;
}

.header:hover .logo,
.header.on .logo {
	background: url(../images/logo_info.png) center no-repeat;
	background-size: 100% 100%;
}

.header:hover .nav>li>a,
.header.on .nav>li>a {
	color: #333;
}

.header:hover .search .i1,
.header.on .search .i1 {
	background: url(../images/search1.png) center no-repeat;
}

.header .logo {
	display: block;
	width: 138px;
	height: 50px;
	background: url(../images/logo.png) center no-repeat;
	background-size: 100% 100%;
}

.header .nav {
	display: flex;
	align-items: center;

}

.header .nav.on {
	opacity: 0;
}

.header .nav>li {
	position: relative;

}

.header .nav>li>a {
	display: block;
	padding: 0 25px;
	line-height: 90px;
	color: #fff;
	font-size: 18px;
	position: relative;
}

.header .nav .dropdown {
	position: absolute;
	width: 200px;
	left: 50%;
	transform: translate(-50%, 0);
	top: 100%;
	background: #f6f7fb;
	font-size: 16px;
	z-index: 99;
	display: none;
	text-align: center;
	line-height: 50px;
}

.header .nav>li:hover .dropdown {
	display: block;
}

.header .nav .dropdown a {
	display: block;
}

.header .nav .dropdown a:hover {
	background: #fff;
	color: #4475eb;
}

.header .nav>li.on>a,
.header .nav>li:hover>a {
	color: #4065e0;
}

.header .nav>li>a::after,
.header .nav>li>a::after {
	content: '';
	display: block;
	height: 3px;
	width: 0;
	background: #4065e0;
	position: absolute;
	bottom: 0;
	transition: all 0.3s;
	left: 50%;
	transform: translate(-50%, 0);
}

.header .nav>li.on>a::after,
.header .nav>li:hover>a::after {
	width: 60%;
}

.search {
	position: relative;
}

.m_menu .search i {
	background: url(../images/search1.png) center no-repeat;
}

.search i {
	display: block;
	width: 21px;
	margin-left: 20px;
	height: 21px;
	cursor: pointer;
}

.search .i1 {
	background: url(../images/search.png) center no-repeat;
}

.search .i2 {
	display: none;
	background: url(../images/close1.png) center no-repeat;
}

.search .i2.on {
	display: block;
}

.header:hover .search .i2 {
	background: url(../images/close.png) center no-repeat;
}

.search .box {
	background: #fff;
	position: absolute;
	right: 100%;
	border: 1px solid #eee;
	width: 0;
	padding: 15px;
	top: -15px;
	display: none;
	transition: all 0.4s ease-out;
	opacity: 0;
}

.search .box.on {
	width: 451px;
	opacity: 1;
	display: block;
}

.hidden {
	display: none;
}

.m_menu .search {
	display: flex;
	align-items: center;
	margin: 15px;
	padding-right: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
}

.m_menu .search input {
	height: 40px;
	background: none;
	width: 100%;
	padding-left: 15px;
}

.footer {
	font-size: 16px;
}

.footer .a {
	text-align: center;
	height: 312px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: url(../images/home_102.jpg) center no-repeat;
}

.footer .a dt {
	font-size: 32px;
	font-weight: bold;
}

.footer .a .btn {
	display: inline-block;
	border-radius: 5px;
	background: #fff;
	color: #4065e0;
	padding: 10px 25px;
	margin-top: 35px;
}

.footer .b {
	color: #fff;
	background: #0f1d33 url(../images/home_45.jpg) right bottom no-repeat;
}

.footer .b .flex {
	justify-content: space-between;
}

.footer .b .hd {
	border-bottom: 1px solid #3c4e67;
}

.footer .b .hd li {
	float: left;
	width: 25%;
	background-image: linear-gradient(to right, #101f36, #172b4a);
	line-height: 120px;
	text-align: center;
}

.footer .b .hd li a {
	display: block;
	text-align: center;
	color: #fff;
	opacity: 0.6;
}

.footer .b .hd li a img {
	margin: -2px 5px 0 0;
}

.footer .b .hd li a:hover {
	opacity: 1;
}

.footer .b .ft {
	color: #6e7277;
	font-size: 14px;
	padding: 15px 0;
	border-top: 1px solid #3c4e67;
}

.footer .b .ft a {
	color: #fff;
}

.footer .b .link {
	padding: 30px 0 15px;
	color: #6e7277;
}

.footer .b .link a {
	display: inline-block;
	color: #6e7277;
}

.footer .b .link a+a {
	margin-left: 40px;
}

.footer .b .bd {
	padding-top: 25px;
}

.footer .b .bd .flex {
	align-items: stretch;
}

.footer .b .bd a {
	color: #6e7277;
}

.footer .b .bd a:hover {
	color: #fff;
}

.footer .b .bd ul {
	margin-top: 20px;
	line-height: 32px;
}

.footer .b .bd .flex>div {
	padding-top: 58px;
}

.footer .b .bd .flex>div:first-child {
	padding-top: 0;
}

.footer .b .bd .code {
	margin-top: 25px;
	width: 110px;
}

.footer .b .bd dt {
	color: #6e7277;
}

.footer .b .bd dl {
	margin-top: 20px;
}

.footer .b .bd dd {
	font-size: 22px;
}

.footer .b .bd dd span {
	font-size: 14px;
}

.rightside {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 65px;
	text-align: center;
	background: #f5f6f7;
	border-radius: 5px;
	z-index: 100;
}

.rightside li>a {
	display: block;
	padding: 10px 0;
	font-size: 12px;
	color: #4475eb;
}

.rightside li:hover>a {
	background-image: linear-gradient(135deg, #0068dd, #00aeee);
	color: #fff;
}

.rightside li i {
	display: inline-block;
	width: 32px;
	vertical-align: middle;
	height: 32px;
	background-image: url(../images/home_04.png);
	background-repeat: no-repeat;
	transition: all 0.4s ease-out;
}

.rightside li+li {
	border-top: 1px solid #d8e0e4;
}

.rightside li:hover .i1 {
	background-position: 0 -33px;
}

.rightside li .i2 {
	background-position: 0 -65px;
}

.rightside li:hover .i2 {
	background-position: 0 -103px;
}

.rightside li .i3 {
	background-position: 0 -135px;
}

.rightside li:hover .i3 {
	background-position: 0 -168px;
}

.rightside li .wx {
	position: absolute;
	top: 0;
	right: 70px;
	transition: all 0.4s ease-out;
	width: 240px;
	padding: 24px;
	/* background: #f5f6f7; */
	background: #fff;
	border-radius: 4px;
	line-height: 24px;
	text-align: center;
	color: #252B3A;
	display: none;
	box-shadow: 2px 2px 12px rgb(40 61 128 / 30%);
	overflow: hidden;
	border: 1px solid rgba(196, 196, 196, 0.5);
}

.rightside li .wx img {
	max-width: 160px;
	margin-top: 15px;
}

.rightside li .wx a {
	font-weight: bold;
}

.rightside li:hover .wx {
	display: block;
}

/**/

/**/
.banner_info {
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #fff;

}

.banner_info dl {
	text-align: center;
	font-size: 16px;
}

.banner_info dl dt {
	font-size: 46px;
	margin-top: 90px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.banner_info dl dd p {
	margin: 10px 0 0;
}

.banner_info .btn {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	margin-top: 45px;
	padding: 10px 40px;
	display: inline-block;
}

.case {
	font-size: 16px;
}

.tabtitle_info {
	font-size: 18px;
	background: #f9fbff;
	line-height: 54px;
	position: sticky;
	top: 90px;
	z-index: 90;
}

.tabtitle_info li {
	position: relative;
	margin-right: 55px;
}

.tabtitle_info li.on::after {
	content: '';
	display: block;
	height: 3px;
	background: #4b79ff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.title {
	text-align: center;
	padding-bottom: 60px;
}

.title h2 {
	font-weight: bold;
	font-size: 32px;
}

.title p {
	color: #999999;
	font-size: 16px;
	margin-top: 10px;
}

.case .a .bd li {
	float: left;
	width: 25%;
	text-align: center;
}

.case .a .bd li dd {
	line-height: 25px;
	color: #666;
}

.case .a .bd li dt {
	font-weight: bold;
	margin: 20px 0 15px;
}

.case .a {
	padding: 90px 0;
}

.case .b {
	padding: 90px 0;
	background: #f9fbff;
}

.case .c {
	overflow-x: hidden;
}

.case .c .bd {
	padding: 80px 0;
}

.case .c .bd .flex {
	justify-content: space-between;
}

.case .c .bd .box {
	max-width: 400px;
}

.case .c .bd .box p {
	color: #666;
	position: relative;
	line-height: 26px;
	margin-left: 25px;
}

.case .c .bd .box p+p {
	margin-top: 15px;
}

.case .c .bd .box p b {
	display: block;
	color: #333;
}

.case .c .bd .box p::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: -25px;
	top: 5px;
	border: 2px solid #4065e0;
	border-radius: 100%;
}

.case .c .bd .box dl {
	font-weight: bold;
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #b8c6f3;
}

.case .c .bd .box dl dt {
	font-weight: bold;
	color: #4065e0;
	margin-bottom: 10px;
}

.case .c .bd .box .btn {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 35px;
	display: inline-block;
	margin: 20px 0 0 25px;
}

.case .c .bd:nth-child(even) {
	background: #f9fbff;
}

.case .d {
	padding: 90px 0;
}

.case .d .flex {
	background: #f9fbff;
}

.case .d .flex .box {
	padding: 20px 50px;
	line-height: 26px;
}

.case .d .flex .box p,
.case .d .flex .box dt {
	color: #666;
}

.case .d .flex .box dl {
	margin-top: 20px;
}

.case .d .flex .box dd {
	font-weight: bold;
}

.case .d .flex h3 {
	font-size: 32px;
	font-weight: bold;
	padding-bottom: 20px;
}

/**/
.case .a .hd img {
	width: 100%;
}

.case .a .hd .flex {
	background: #f9fbff;
	margin-bottom: 90px;
}

.case .a .hd .flex dl {
	color: #666;
	line-height: 32px;
	padding: 15px 0;
}

.case .a .hd .flex dd {
	font-size: 26px;
}

.case .a .hd h3 {
	font-weight: bold;
	font-size: 32px;
}

.case .a .hd .box {
	padding-left: 40px;
}

.case .c_1 .bd .box dl {
	border: none;
	margin: 0;
}

.case .c_1 .bd .box .btn {
	margin: 0;
}

.case .e {
	background: #f9fbff;
	padding: 90px 0;
}

.case .e li {
	float: left;
	width: 25%;
	padding: 0 14px;
}

.case .e ul {
	margin: 0 -14px;
}

.case .e li a {
	text-align: center;
	display: block;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.case .e li img {
	width: 100%;
}

.case .e li dl {
	padding: 20px 15px;
}

.case .e li dd {
	color: #999;
	line-height: 26px;
	margin-top: 8px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case .e li dt {
	font-size: 26px;
}

/**/
.case .a .pic {
	text-align: center;
}

.case .b li {
	float: left;
	padding: 0 30px;
	width: 33.333%;
}

.case .b li .box {
	position: relative;
	background: #fff;
	height: 320px;
}

.case .b li .box img {
	position: absolute;
	right: 0;
	bottom: 0;
}

.case .b li .box h3 {
	font-size: 24px;
	font-weight: bold;
	background: #4165e4;
	color: #fff;
	padding: 35px 20px 20px;
}

.case .b li .box dd {
	line-height: 25px;
	color: #666;
	height: 100px;
}

.case .b li .box dl {
	position: relative;
	padding: 20px;
}

.case .b li .box .btn {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 25px;
	display: inline-block;
}

.case .b li .box .btn i {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	margin: -3px 0 0 10px;
	background: url(../images/8_34.png) center no-repeat;
}

/**/
.case .f .hd {
	display: flex;
	text-align: center;
}

.case .f .hd li {
	flex: 1;
	font-size: 22px;
}

.case .f .hd li a {
	padding: 0 20px 20px;
	border-bottom: 3px solid transparent;
	display: inline-block;
}

.case .f .hd li a span {
	display: inline-block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #f6f7fb;
}

.case .f .hd li.on a {
	border-bottom: 3px solid #4065e0;
}

.case .f .hd li.on a span {
	color: #fff;
	background: #4065e0;
}

.case .f .tabcontent {
	background: #f9fbff;
	padding: 30px 0 90px;
}

.case .f .tabcontent ul {
	margin: -6px;
}

.case .f .tabcontent li {
	float: left;
	width: 50%;
	padding: 6px;
}

.case .f .tabcontent li a {
	display: block;
	background: #fff;
	padding: 30px;
}

.case .f .tabcontent li dd {
	line-height: 25px;
	color: #666;
	height: 75px;
	margin: 10px 0;
}

.case .f .tabcontent li span {
	color: #4065e0;
}

.case .f .tabcontent .left {
	background: url(../images/4_46.jpg) center no-repeat;
	background-size: cover;
	width: 360px;
	height: 400px;
	color: #fff;
	margin-right: 20px;
	padding: 30px;
}

.case .f .tabcontent .left dd {
	line-height: 25px;
	font-size: 14px;
	height: 220px;
	margin-top: 15px;
}

.case .f .tabcontent .left dt {
	font-size: 24px;
	font-weight: bold;
}

.case .f .tabcontent .left .btn {
	display: inline-block;
	border-radius: 5px;
	background: #fff;
	color: #4065e0;
	padding: 10px 25px;
}

.case .f .tabcontent .left .btn i {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin: -2px 0 0 10px;
	background: url(../images/8_35.jpg) center no-repeat;
}

.case .g {
	padding: 90px 0;
	background: #f9fbff;
}

.case .g .bd ul {
	margin: -8px;
}

.case .g .bd li {
	float: left;
	width: 20%;
	padding: 8px;
}

.case .g .bd li a {
	display: block;
	overflow: hidden;
	border: 1px solid #eee;
}

.case .g .bd li:hover img {
	transform: scale(1.1);
}

.case .g .bd li img {
	width: 100%;

}

.case .g .ft {
	text-align: center;
	margin-top: 45px;
}

.case .g .ft a {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 40px;
	display: inline-block;
}

/**/
.case .h {
	padding: 90px 0;
}

.case .h img {
	width: 100%;
}

.case .h .box {
	padding: 0 40px;
}

.case .h .box p {
	color: #666;
	line-height: 28px;
}

.case .h .box h2 {
	font-weight: bold;
	font-size: 32px;
}

.case .h .box h4 {
	font-size: 20px;
	margin: 15px 0 30px;
}

.case .I {
	padding-bottom: 90px;
}

.case .I .bd ul {
	margin: 0 -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.case .I .bd li {
	padding: 0 10px;
	font-size: 26px;
	line-height: 30px;
	width: 16%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-transition: .65s;
	transition: .65s;
	position: relative;
}

.case .I .bd li:hover {
	width: 33% !important;
}

.case .I .bd li .pic {
	height: 253px;
}

.case .I .bd li p {
	height: 200px;
	padding: 50px 25px 0;
}

.case .I .bd li a {
	display: block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.case .J {
	padding: 90px 0;
}

.case .J li {
	border: 1px solid #eee;
	display: inline-block;
	width: 229px;
	height: 90px;
	margin: 0 5px 10px 0;
}

.case .J li img {
	width: 100%;
}

.case .J ul {
	text-align: center;
}

/**/
.news {
	padding: 40px 0;
}

.news .flex_top {
	display: flex;
}

.news .bd a {
	padding: 40px 0;
	border-bottom: 1px solid #eee;
}

.news .bd a .pic {
	margin-right: 40px;
	width: 198px;
}

.news .bd a h3 {
	font-size: 26px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.news .bd a p {
	color: #666;
	font-size: 16px;
	height: 60px;
	line-height: 30px;
	margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news .bd a .flex {
	color: #999;
}

.news .bd a .flex span+span {
	margin-left: 20px;
}

.news .right {
	width: 328px;
	text-align: center;
	margin-left: 40px;
}

.news .right .box {
	margin-bottom: 40px;
	border: 1px solid #eee;
}

.news .right .box ul {
	padding: 30px;
}

.news .right .box ul li {
	position: relative;
}

.news .right .box ul li+li {
	margin-top: 20px;
}

.news .right .box h3 {
	border-bottom: 1px solid #eee;
	font-size: 26px;
	color: #4475eb;
	line-height: 60px;
}

.news .right .box ul p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 0 10px;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 32px;
}

.news .right .box ul li span {
	position: absolute;
	left: 0;
	top: 10px;
	background: #f11f1f;
	border-radius: 0 10px 10px 0;
	color: #fff;
	padding: 0 8px;
}

.news img {
	width: 100%;
}

.news .right .box ul li:nth-child(2) span {
	background: #ef5416;
}

.news .right .box ul li:last-child span {
	background: #4475eb;
}

.pages {
	text-align: center;
	padding: 40px 0;
	line-height: 32px;
	font-size: 16px;
}

.pages a {
	display: inline-block;
	color: #999;
	border: 1px solid #eee;
	padding: 0 10px;
}

.pages a.on {
	color: #4475eb;
	border: 1px solid transparent;
}

/**/
.header_info {
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header_info .logo {
	background: url(../images/logo_info.png) center no-repeat;
	background-size: 100% 100%;
}

.header_info .search .i2.on {
	background: url(../images/close.png) center no-repeat;
}

.header_info .nav>li>a {
	color: #333;
}

.header_info .search .i1 {
	background: url(../images/search1.png) center no-repeat;
}

.bread {
	background: #f9fbff;
	color: #999999;
	font-size: 16px;
	padding: 30px 0;
}

.bread a {
	color: #999999;
}

.newsitem .box {
	line-height: 24px;
	padding: 20px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.newsitem .box img {
	width: auto;
	/*display: block;*/
	margin: 10px auto;
	max-width: 100%;
}

.newsitem .hd .flex {
	color: #999;
	margin-top: 15px;
}

.newsitem .hd .flex span+span {
	margin-left: 20px;
}

.newsitem .hd {
	padding-bottom: 20px;
}

.newsitem .hd h1 {
	font-size: 26px;
}

.newsitem .ft ul {
	margin-top: 10px;
	line-height: 40px;
}

/**/
.contantus {
	font-size: 16px;
}

.contantus .a {
	padding: 90px 0;
}

.contantus .a .flex {
	text-align: center;
}

.contantus .a dl {
	margin: 30px 0;
}

.contantus .a dt {
	font-size: 20px;
	font-weight: bold;
}

.contantus .a dd {
	line-height: 24px;
	color: #666;
	margin-top: 20px;
}

.contantus .a .box {
	display: flex;
	padding: 0 50px;
	align-items: center;
}

.contantus .a .box img {
	margin: 20px 0;
}

.contantus .a .box h4 {
	font-size: 20px;
	color: #4475eb;
}

.contantus .a .box .flex_item:last-child h4 {
	color: #f58736;
}

.contantus .b {
	padding-bottom: 90px;
}

.contantus .b .flex {
	background: #f9fbff;
}

.contantus .b img {
	max-width: inherit;
}

.contantus .b .title {
	text-align: left;
	padding-bottom: 20px;
}

.contantus .b .flex_item {
	padding: 0 0 0 15px;
}

.contantus .b li {
	float: left;
	width: 50%;
	padding: 20px 5px;
}

.contantus .b li dd {
	line-height: 24px;
	color: #666;
	margin-top: 15px;
}

.contantus .b li dt {
	font-size: 20px;
	line-height: 20px;
	padding-left: 10px;
	border-left: 3px solid #4065e0;
}

.contantus .c {
	background: url(../images/11_14.jpg) center no-repeat;
	background-size: cover;
	height: 489px;
	text-align: center;
	padding-top: 40px;
	color: #fff;
}

.contantus .c .title {
	background: url(../images/11_01.png) center 80px no-repeat;
}

.contantus .c img {
	width: 228px;
	margin-top: 30px;
}

/**/
.joinus .title {
	padding-bottom: 50px;
}

.joinus .a {
	padding: 90px 0;
}

.joinus .a .bd ul {
	margin: -15px;
}

.joinus .a .bd li {
	float: left;
	width: 50%;
	padding: 15px;
}

.joinus .a .bd li .box {
	position: relative;
}

.joinus .a .bd li .box b {
	font-size: 26px;
	position: absolute;
	left: 30px;
	color: #fff;
	top: 20px;
}

.joinus .a .bd li img {
	width: 100%;
}

.joinus .b .bd dl+dl {
	margin-top: 30px;
}

.joinus .b .bd dl {
	padding: 40px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	font-size: 16px;
}

.joinus .b .bd dl dt {
	font-size: 20px;
	border-left: 5px solid #4587e8;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
}

.joinus .b .bd dl dt::after {
	content: '';
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-left: 8px solid transparent;
	border-top: 8px solid #4587e8;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.joinus .b .bd dl dt.on::after {
	border-top: none;
	border-bottom: 8px solid #4587e8;
}

.joinus .b .bd dl ul {
	color: #666;
	line-height: 30px;
}

.joinus .b .bd dl h4 {
	font-weight: bold;
	padding: 50px 0 20px;
}

.joinus .b .bd dl dd {
	border-top: 1px solid #f9f9f9;
	margin-top: 40px;
	display: none;
}

.joinus .c {
	padding: 90px 0;
}

.joinus .d {
	padding: 90px 0;
	font-size: 16px;
	background: #f5f6f7;
}

.joinus .d li {
	float: left;
	width: 25%;
	padding: 25px 0;
	text-align: center;
}

.joinus .d li dd {
	line-height: 24px;
	color: #666;
}

.joinus .d li dt {
	font-weight: bold;
	font-size: 20px;
	margin: 15px 0 10px;
}

.joinus .e {
	background: url(../images/10_02.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 20px;
	padding-top: 50px;
}

.joinus .e .title {
	text-align: left;
}

.joinus .e .title span {
	font-size: 20px;
	font-weight: normal;
}

.joinus .e .box {
	display: flex;
	align-items: center;
	padding-top: 40px;
}

.joinus .e .box img,
.joinus .e .box div {
	margin-right: 30px;
}

/**/
.company {
	font-size: 16px;
}

.company .a {
	padding: 90px 0;
}

.company .a .flex {
	background: #f9fbff;
}

.company .a .title {
	text-align: left;
	padding-bottom: 30px;
}

.company .a .bd {
	padding: 0 50px;
}

.company .a .bd p {
	line-height: 26px;
	color: #666;
}

.company .a .bd h4 {
	margin-top: 15px;
	font-size: 20px;
}

.company .b {
	padding-bottom: 90px;
}

.company .b .bd li {
	float: left;
	width: 25%;
	text-align: center;
}

.company .b .bd dd {
	color: #666;
}

.company .b .bd dt {
	font-size: 24px;
}

.company .b .bd dt span {
	font-size: 44px;
}

.company .c {
	background: url(../images/2_07.jpg) right center no-repeat #f9fbff;
	background-size: 50% 100%;
	padding: 80px 0;
}

.company .c .title {
	text-align: left;
	padding: 0;
}

.company .c .bd {
	padding: 0 70px;
	line-height: 40px;
}

.company .c .bd dl {
	margin-top: 60px;
}

.company .c .bd dt {
	font-size: 24px;
}

.company .c .bd dd span+span {
	margin-left: 30px;
}

.company .d {
	padding: 90px 0;
	text-align: center;
}

.company .d dl {
	line-height: 24px;
}

.company .d dl dd {
	color: #666;
}

.company .d dl dt {
	margin-top: 10px;
	font-size: 18px;
}

.company .d .swiper {
	padding-bottom: 50px;
}

.company .d .swiper .pic {
	overflow: hidden;
}

.company .d .swiper .pic:hover img {
	transform: scale(1.1);
}

.company .d .swiper img {
	width: 100%;
}

.company .d .swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}

.company .d .tabtitle {
	font-weight: bold;
	color: #999999;
	margin-bottom: 50px;
}

.company .d .tabtitle span {
	cursor: pointer;
	display: inline-block;
	padding-bottom: 10px;
	margin: 0 25px;
	border-bottom: 3px solid transparent;
}

.company .d .tabtitle span.on {
	color: #4065e0;
	border-bottom: 3px solid #4065e0;
}

.company .d .swiper-pagination-bullet-active {
	background: #000;
}

.company .e {
	padding: 90px 0;
	text-align: center;
	background: url(../images/home_44.jpg) center no-repeat;
	background-size: cover;
}

.company .e .bd ul {
	margin: 0 -15px;
}

.company .e .bd li {
	float: left;
	width: 33.333%;
	padding: 15px;
}

.company .e .bd li:hover img {
	transform: scale(1.1);
}

.company .e .bd li img {
	width: 100%;
}

.company .e .bd li p {
	margin-top: 25px;
}

/**/
.case .tabtitle_search {
	background: #fff;
	border-bottom: 1px solid #eee;
}

.searchpage {
	background: #f9f9f9;
	padding: 80px 180px;
}

.searchpage p {
	margin-top: 15px;
	color: #999;
}

.searchpage p a {
	display: inline-block;
	margin-right: 20px;
}

.searchpage input {
	width: 100%;
	padding: 0 15px;
	border: 1px solid #eee;
	height: 52px;
	font-size: 18px;
}

.searchpage button {
	height: 52px;
	background: #4065e0;
	width: 100px;
}

/**/
.aboutus {
	font-size: 16px;
}

.aboutus .a {
	padding: 90px 0;
}

.aboutus .a .bd p {
	line-height: 24px;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}

.aboutus .a .ft {
	background: url(../images/12_04.jpg) center no-repeat;
	height: 262px;
	background-size: cover;
	margin-top: 50px;
	color: #fff;
	padding: 50px 30px 0;
}

.aboutus .a .ft dt {
	font-weight: bold;
	font-size: 30px;
}

.aboutus .a .ft dd {
	line-height: 24px;
	margin-top: 30px;
}

.aboutus .b .hd {
	height: 348px;
	text-align: center;
	color: #fff;
	padding-top: 60px;
	background: url(../images/12_05.jpg) center no-repeat;
}

.aboutus .b .hd i {
	display: inline-block;
	width: 107px;
	height: 107px;
	position: relative;
	z-index: 3;
	margin-bottom: 75px;
	background: url(../images/12_10.png) center no-repeat;
}

.aboutus .b .hd .swiper-slide::before {
	content: '';
	display: block;
	border-bottom: 1px dashed #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: 55px;
}

.aboutus .b .hd .swiper-slide:first-child::before {
	left: 50%;
}

.aboutus .b .hd .swiper-slide:last-child::before {
	right: 50%;
}

.aboutus .b .hd .swiper-slide-thumb-active i {
	background: url(../images/12_08.png) center no-repeat;
}

.aboutus .b .hd .swiper-slide-thumb-active::after {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 25px solid transparent;
	border-left: 25px solid transparent;
	border-bottom: 25px solid #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.aboutus .b .bd {
	padding: 40px 0 90px;
}

.aboutus .b .bd ul {
	line-height: 48px;
	color: #666;
	margin-top: 20px;
}

.aboutus .b .bd ul span {
	display: inline-block;
	width: 80px;
}

.aboutus .b .bd h3 {
	font-size: 24px;
}

.aboutus .c {
	padding: 90px 0;
	text-align: center;
	background: #f9fbff;
}

.aboutus .c .bd {
	overflow: hidden;
}

.aboutus .c .bd ul {
	margin: 0 -80px;
}

.aboutus .c .bd li {
	float: left;
	width: 33.333%;
	padding: 0 80px;
}

.aboutus .c .bd li p {
	color: #666;
	line-height: 30px;
	margin-top: 15px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.aboutus .c .bd li h4 {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.aboutus .c .bd li h3 {
	font-size: 26px;
	margin: 30px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4065e0;
}

.aboutus .c .bd li img {
	width: 100%;
}

.aboutus .d {
	padding: 90px 0;
}

.aboutus .d .bd .pic {
	display: block;
	position: relative;
}

.aboutus .d .bd .pic p {
	font-size: 26px;
	font-weight: bold;
	right: 20px;
	color: #fff;
	position: absolute;
	left: 20px;
	bottom: 30px;
}

.aboutus .d .bd .box {
	padding-left: 50px;
}

.aboutus .d .bd .box li {
	margin-bottom: 30px;
}

.aboutus .d .bd .box p {
	font-size: 20px;
	margin-bottom: 15px;
}

.aboutus .d .bd .box span {
	color: #999;
}

.aboutus .d .bd .box .btn {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 40px;
	display: inline-block;
}

.aboutus .e {
	padding: 80px 0;
	background: #f9fbff;
}

.aboutus .e .bd ul {
	margin: 0 -12px;
}

.aboutus .e .bd li {
	float: left;
	width: 33.333%;
	padding: 0 12px;
}

.aboutus .e .bd dl {
	padding: 20px;
}

.aboutus .e .bd dt {
	font-size: 20px;
	font-weight: bold;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.aboutus .e .bd p {
	margin: 15px 0;
	height: 60px;
	line-height: 30px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.aboutus .e .bd span {
	color: #999;
}

/**/
.banner img {
	width: 100%;
}

.banner .box {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 36px;
	color: #fff;
	transform: translate(-50%, -50%);
}

.banner .box h3 {
	font-size: 46px;
	padding: 10px 0 20px;
	letter-spacing: 2px;
}

.banner .box h2 {
	font-size: 60px;
	letter-spacing: 5px;
}

.banner .box .btn {
	background: #fff;
	font-size: 16px;
	color: #4065e0;
	border-radius: 5px;
	margin-top: 30px;
	padding: 10px 35px;
	display: inline-block;
}

.banner .swiper-pagination-bullet {
	background: #fff;
}

.company .a .bd p+p {
	margin-top: 15px;
}

.company .a .bd .btn {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 35px;
	display: inline-block;
	margin: 20px 0 0 0;
}

.company .b .ft {
	text-align: center;
	margin-top: 70px;
	line-height: 21px;
	color: #666;
}

.company .b .ft .video {
	position: relative;
}

.company .b .ft .video i {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 102px;
	transform: translate(-50%, -50%);
	height: 102px;
	background: url(../images/video.png) center no-repeat;
}

.company .b .ft video {
	background: #000;
	width: 100%;
	vertical-align: middle;
	margin-top: 40px;
}

.homepage .a {
	height: 750px;
	color: #fff;
	padding-top: 90px;
	background: url(../images/home_26.jpg) center no-repeat;
}

.homepage .a .bd {
	display: flex;
}

.homepage .a .bd .tabtitle {
	font-size: 20px;
	line-height: 80px;
	padding: 40px 0;
	width: 220px;
	margin-right: 130px;
	text-align: center;
	background: rgba(255, 255, 255, 0.1);
}

.homepage .a .bd .tabtitle li {
	position: relative;
	cursor: pointer;
}

.homepage .a .bd .tabtitle li.on::after {
	content: '';
	display: block;
	width: 4px;
	height: 40px;
	background: #4065e0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.homepage .a .bd .tabcontent ul {
    display: flex;
    flex-wrap: wrap;
	margin-top: 50px;
}

.homepage .a .bd .tabcontent li {
	float: left;
	width: 20%;
	background: rgba(255, 255, 255, 0.1);
}

.homepage .a .bd .tabcontent li.on {
	background: #9397a5;
}


.homepage .a .bd .tabcontent .btn {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 20px;
	display: inline-block;
	margin: 40px 0 0 0;
	animation: myfirst 0.5s;
	transition: all 0.5s ease-out;
	transform: translateY(150%);
}

@keyframes myfirst {
	from {
		opacity: 0;
		transform: translateY(150%);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.homepage .a .bd .tabcontent .on {
	display: block;
}

.homepage .a .bd .tabcontent .on p,
.homepage .a .bd .tabcontent .on h3,
.homepage .a .bd .tabcontent .on .btn {
	transform: translateY(0);
	opacity: 1;
}

.homepage .a .bd .tabcontent p {
	line-height: 28px;
	margin-top: 15px;
	color: #999999;
	font-size: 16px;
	animation: myfirst 0.5s;
	transition: all 0.5s ease-out;
	transform: translateY(150%);
}

.homepage .a .bd .tabcontent h3 {
	font-size: 26px;
	transition: all 0.5s ease-out;
	animation: myfirst 0.5s;
	transform: translateY(150%);
}

.homepage .b {
	padding: 90px 0;
}

.homepage .b ul {
	margin: 0 -4px;
	display: flex;
	flex-wrap: wrap;
}

.homepage .b li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 4px;
	width: 25%;
	transition: all 0.3s;
	position: relative;
}

.homepage .b li:not(.last):hover {
	width: 33% !important;
}

.homepage .b li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 346px;
	transition: 0.65s;
}

.homepage .b li a::before {
	content: '';
	height: 80px;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
	position: absolute;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.homepage .b li a img {
	width: 100%;
}

.homepage .b li dl {
	position: absolute;
	left: 20px;
	bottom: 30px;
	right: 20px;
	z-index: 3;
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
}

.homepage .b li dt {
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homepage .b li dd {
	max-height: 0;
	transition: 0.65s;
	overflow: hidden;
}

.homepage .b li:hover dd {
	max-height: inherit;
}

.homepage .c {
	padding-bottom: 90px;
}

.homepage .c .bd {
	display: flex;
}

.homepage .c .bd .left {
	width: 570px;
	margin-right: 50px;
}

.homepage .c .btn {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 35px;
	display: inline-block;
	margin: 50px 0 0 0;
}

.homepage .c .bd p {
	line-height: 22px;
	color: #999;
	font-size: 16px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.homepage .c .bd h4 {
	font-size: 20px;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.homepage .c .bd dl {
	text-align: center;
	color: #d9d9d9;
	margin-right: 15px;
}

.homepage .c .bd dt {
	font-size: 50px;
	font-weight: bold;
}

.homepage .c .bd li+li {
	margin-top: 20px;
}

.homepage .c .bd .pic {
	margin-bottom: 10px;
}

.homepage .c .tabtitle,
.case .g .tabtitle {
	text-align: center;
	font-weight: bold;
	margin-bottom: 50px;
	color: #999;
	font-size: 16px;
}

.homepage .c .tabtitle li,
.case .g .tabtitle li {
	cursor: pointer;
	padding-bottom: 10px;
	border-bottom: 3px solid transparent;
	margin: 0 20px;
	line-height: 30px;
	display: inline-block;
}

.homepage .c .tabtitle li.on {
	color: #4065e0;
	border-bottom: 3px solid #4065e0;
}

.case .g .tabtitle li.on {
	color: #4065e0;
	border-bottom: 3px solid #4065e0;
}

.homepage .d {
	padding: 90px 0;
	background: #f9fbff;
	text-align: center;
	font-size: 18px;
}

.homepage .d .bd li {
	float: left;
	width: 25%;
	padding: 0 13px;
}

.homepage .d .bd ul {
	margin: 0 -13px;
}

.homepage .d .bd .pic,
.company .e .bd .pic {
	overflow: hidden;
}

.homepage .d .bd img {
	width: 100%;
}
.homepage .d .bd a{
	display: block;
}
.homepage .d .bd a:hover img {
	transform: scale(1.1);
}
.homepage .d .bd .swiper-pagination{
	bottom: 0;
}
.homepage .d .bd .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
}
.homepage .d .bd .swiper{
	padding-bottom: 50px;
}
.homepage .d .bd .swiper-pagination-bullet-active{
	background: #333;
}
.homepage .d .bd  p {
	margin: 15px 0 0;
}

.homepage .d .ft a {
	background: #4065e0;
	font-size: 16px;
	color: #fff;
	border-radius: 5px;
	padding: 10px 35px;
	display: inline-block;
	margin: 50px 0 0 0;
}

/**/
.header .nav>li:hover .dropmenu {
	display: block;
}

.dropmenu {
	background: #f6f7fb;
	position: absolute;
	top: 100%;
	left: 0;
	width: 580px;
	padding: 15px 30px;
	display: none;
}

.dropmenu ol {
	display: flex;
	flex-wrap: wrap;
}

.dropmenu ol>li {
	width: 50%;
	padding: 15px;
}

.dropmenu ol>li p {
	line-height: 30px;
}

.dropmenu ol>li h3 {
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}

/**/
.newpart-1 .bd {
	margin: 100px 0;
	background: url(../images/n1_05.jpg) right center no-repeat #f6f8fd;
}

.newpart-1 .bd dl {
	padding: 0 45px;
}

.newpart-1 .bd dl dd {
	color: #666;
	line-height: 26px;
	margin-top: 20px;
	text-transform: uppercase;
}

.newpart-1 .bd dl dt {
	font-size: 32px;
	font-weight: bold;
}

.newpart-1 .ft {
	text-align: center;
	padding-bottom: 100px;
}

.newpart-2 {
	color: #fff;
	padding: 0 100px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #4065e4;
	height: 400px;
}

.newpart-2 dl {
	max-width: 310px;
}

.newpart-2 dl p {
	line-height: 25px;
	margin: 15px 0 30px;
}

.newpart-2 dl p+p {
	margin-top: 20px;
}

.newpart-2 dl dt {
	font-weight: bold;
	font-size: 24px;
}

.newpart-2 dl .btn {
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	padding: 8px 30px;
	color: #4065e0;
}

.newpart-2 dl .btn i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	background: url(../images/8_35.jpg) center no-repeat;
}

.newpart-3 ul {
	display: flex;
	flex-wrap: wrap;
}

.newpart-3 ul li {
	width: 25%;
	text-align: center;
	padding: 0 20px;
}

.newpart-3 ul li dd {
	color: #666;
	line-height: 26px;
}

.newpart-3 ul li dt {
	font-weight: bold;
	padding: 15px 0;
}

.newpart-3 ul li span {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	color: #1567ef;
	width: 65px;
	height: 65px;
	line-height: 53px;
	border-radius: 50%;
	border: 4px solid #1567ef;
}

.case .newpart-4 {
	padding-bottom: 0;
}

.newpart-4 .flex {
	background: url(../images/4_10.jpg) center right no-repeat #f7f8fd;
}

.newpart-4 h2 {
	margin-bottom: 30px;
}

.newpart-1 .bd-bg1 {
	background: url(../images/n2_06.jpg) right center no-repeat #f6f8fd;
}

.newpart-5 ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.newpart-5 ul img{
	max-width: 50%;
}
.newpart-5 ul dl {
	max-width: 232px;
}

.newpart-5 ul dl dd {
	line-height: 26px;
	color: #666;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.newpart-5 ul dl dt {
	font-weight: bold;
	padding: 20px 0;
	font-size: 24px;
}

.newpart-6 .newpart-5 ul dl {
	max-width: 290px;
}

.newpart-6 {
	padding: 90px 0;
}

.newpart-1 .bd-bg2 {
	background: url(../images/n3_06.jpg) right center no-repeat #f6f8fd;
}

.newpart-2_bg {
	background: none;
	color: #333;
	padding-bottom: 0;
}

.newpart-1 .bd-bg3 {
	background: url(../images/n4_06.jpg) right center no-repeat #f6f8fd;
}

.newpart-2-height {
	height: 398px;
}

.newpart-1 .bd-bg4 {
	background: url(../images/4_10.jpg) right center no-repeat #f6f8fd;
}

/**/
.newpart-7 {
	/*text-transform: uppercase;*/
	padding: 90px 0;
}
.newpart-8,.newpart-9{
	text-transform: uppercase;
}
.newpart-7 .bd ul {
	display: flex;
	flex-wrap: wrap;
}

.newpart-7 .bd ul li {
	width: 33.333%;
	padding: 8px;
}

.newpart-7 .bd ul li .flex {
	align-items: stretch;
	color: #666;
	line-height: 24px;
	padding: 30px 15px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.newpart-7 .bd ul li .flex img {
	height: 59px;
	margin-right: 15px;
}

/**/
.newpart-8 {
	padding: 90px 0;
	background: #f9fbff;
}

.newpart-8 .bd {
	color: #666;
}

.newpart-8 .bd p {
	line-height: 26px;
	margin-top: 30px;
}

.newpart-8 .bd table {
	width: 100%;
	border: 1px solid #eee;
	border-radius: 5px;
	white-space: nowrap;
	background: #fff;
}

.newpart-8 .bd table td,
.newpart-8 .bd table th {
	padding: 15px 30px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	border-left: 1px solid #eee;
}

.newpart-8 .bd table tr+tr {
	border-top: 1px solid #eee;
}

.newpart-8 .bd table th {
	background: #f6f9ff;
	font-size: 24px;
}

.newpart-9 {
	background: url(../images/n5_32.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 70px 0;
}

.newpart-9 .bd {
	border-radius: 5px;
	background: #fff;
	padding: 80px 0;
}

.newpart-9 .title,
.newpart-9 .title p {
	color: #fff;
}

/**/
.newpart-1 .bd-bg5 {
	background: url(../images/n6_07.jpg) right center no-repeat #f6f8fd;
}

.newpart-10 {
	padding-bottom: 60px;
}

.newpart-10 .bd ul {
	display: flex;
	flex-wrap: wrap;
}

.newpart-10 .bd ul li {
	width: 33.333%;
	text-align: center;
	font-size: 24px;
}
.newpart-10 .bd ul li img{
	max-width: 50%;
}
.newpart-10 .bd ul li p {
	margin: 15px 0 50px;
}

.newpart-11 {
	padding: 90px 0;
	text-align: center;
	background: #f9fbff;
}

.newpart-11 .bd ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px;
}

.newpart-11 .bd ul li {
	width: 25%;
	padding: 0 8px;
}

.newpart-11 .bd ul dl {
	background: #fff;
	padding: 50px 0;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	font-size: 24px;
}

.newpart-11 .bd ul img {
	margin-bottom: 20px;
	max-width: 65%;
}

.newpart-12 {
	height: 335px;
	background: url(../images/n6_55.jpg) center no-repeat;
	background-size: cover;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	align-items: center;
}

.newpart-12 .title {
	padding: 0;
}

/**/
.newpart-1 .bd-bg6 {
	background: url(../images/n7_08.jpg) right center no-repeat #f6f8fd;
}

.newpart-1 .bd-bg7 {
	background: url(../images/n8_07.jpg) right center no-repeat #f6f8fd;
}

.case .f_pt {
	padding-top: 90px;
}

/**/
.banner_info_left dl {
	text-align: left;
	max-width: 490px;
}

.banner_info_left .btn {
	background: #fff;
	color: #4b79ff;
}

.banner_info_left .btn_color {
	background: linear-gradient(to right, #F9B153 0%, #F68050 100%);
	color: #fff;
}

.newpart-1 .bd-bg8 {
	background: url(../images/n9_06.jpg) right center no-repeat #f6f8fd;
}

.newpart-13 {
	position: relative;
	background: #f6f9ff;
	padding: 90px 0;
}

.newpart-13::before {
	content: '';
	display: block;
	height: 300px;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	background: #507afb;
}

.newpart-13 .title {
	color: #fff;
}

.newpart-13 .container {
	position: relative;
	z-index: 3;
}

.newpart-13 .bd {
	background: #fff;
	padding: 60px 30px;
}

.newpart-13 .bd .pic {
	margin-right: 30px;
	width: 388px;
}

.newpart-13 .bd p {
	color: #666;
	line-height: 26px;
	height: 135px;
	margin-top: 15px;
}

.newpart-13 .bd h3 {
	font-size: 24px;
}

.newpart-13 .bd h4 {
	font-size: 22px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #507afb;
}

.newpart-14 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 350px;
	background: url(../images/n9_33.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.newpart-14 .btn {
	display: inline-block;
	padding: 8px 30px;
	background: #fff;
	border-radius: 5px;
	color: #4065e0;
}

/**/
.newpart-1 .bd-bg9 {
	background: url(../images/n10_06.jpg) right center no-repeat #f6f8fd;
}
.newpart-15{
	background: #f6faff;
	padding: 90px 0;
}
.newpart-15 .bd{
	box-shadow: 0 0 10px 0 #dbeaff;
	border-radius: 20px;
	overflow: hidden;
}
.newpart-15 .bd ul{
	display: flex;
	flex-wrap: wrap;
}
.newpart-15 .bd ul li{
	width: 25%;
}
.newpart-15 .bd .box{
	height: 428px;
	padding: 70px 20px 0;
}
.newpart-15 .bd .bg1{
	background: url(../images/n10_16.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd .bg2{
	background: url(../images/n10_18.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd .bg3{
	background: url(../images/n10_20.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd .bg4{
	background: url(../images/n10_22.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd li.on .bg1{
	background: url(../images/n10_17.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd li.on .bg2{
	background: url(../images/n10_19.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd li.on .bg3{
	background: url(../images/n10_21.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd  li.on .bg4{
	background: url(../images/n10_23.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-15 .bd  li.on{
	color: #fff;
}
.newpart-15 .bd  li.on h3::before{
	background: #fff;
}
.newpart-15 .bd p{
	line-height: 24px;
	margin-top: 30px;
}
.newpart-15 .bd h3{
	font-weight: bold;
	font-size: 24px;
}
.newpart-15 .bd h3::before{
	content: '';
	display: block;
	width: 25px;
	height: 5px;
	border-radius: 5px;
	background: #000000;
	margin-bottom: 30px;
}
.newpart-16{
	padding: 90px 0;
}
.newpart-16 .bd ul{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -35px;
	text-align: center;
}
.newpart-16 .bd ul li{
	width: 20%;
	padding: 0 35px;
}
.newpart-16 .bd ul li:nth-child(even){
	margin-top: 60px;
}
.newpart-16 .bd ul li dd{
	text-align: left;
	line-height: 24px;
}
.newpart-16 .bd ul img{
	width: 70px;
}
.newpart-16 .bd li dt{
	font-weight: bold;
	font-size: 22px;
	padding: 30px 0 18px 0;
}
.newpart-17 {
	background: #F6FAFF;
	padding: 60px 0 60px 0;
}

.newpart-17 .tabtitle {
	height: 50px;
	display: flex;
	box-shadow: 0 0 10px 0 #dbeaff;
	background: #ffffff;
	font-size: 20px;
	overflow: hidden;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
}

.newpart-17 .tabtitle li {
	flex: 1;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.newpart-17 .tabtitle li.on{
	background: url(../images/n10_25.png) center no-repeat;
	background-size: cover;
	color: #fff;
}
.newpart-17 .tabtitle li+li {
	border-left: 1px solid #DBEAFF;
}

.newpart-17 .tabcontent {
	border: 2px solid #002CCB;
	padding: 10px;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
}

.newpart-17 .tabcontent .content-1 {
	padding: 20px 30px 30px 30px;
	background-color: #ffffff;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.newpart-17 .tabcontent .content-1 .ab-img-box {
	margin: 0 10px;
}

.newpart-17 .tabcontent .content-1 .ab-img-box .ab-img {
	width: 100%;
	height: 208px;
	object-fit: contain;
}

.newpart-17 .tabcontent .introduce-box {
	background-color: #F9F9FB;
	border-radius: 24px;
	margin-top: 29px;
	padding: 30px 20px 25px 20px;
	font-size: 15px;
	color: #444444;
}

.newpart-17 .tabcontent .introduce-box .main-title {
	text-indent: 15px;
	padding-bottom: 20px;
}

.newpart-17 .tabcontent .introduce-box .introduce-item-s {
	padding-bottom: 30px;
}

.newpart-17 .tabcontent .introduce-box .introduce-item .introduce-sub {
	display: -webkit-inline-box;
}

.newpart-17 .tabcontent .introduce-box .introduce-item .introduce-sub .line {
	width: 4px;
	height: 16px;
	background: #002CCB;
	border-radius: 3px;
	margin-top: 5px;
}

.newpart-17 .tabcontent .introduce-box .introduce-item .introduce-sub .introduce-content {
	padding-left: 10px;
}

.newpart-17 .tabcontent .introduce-box .introduce-item .introduce-sub .introduce-content .introduce-title {
	font-weight: 600;
	font-size: 17px;
}

.newpart-17 .tabcontent .introduce-box .introduce-item .introduce-sub .introduce-content .introduce-txt {
	line-height: 30px;
}
.newpart-18{
	padding: 90px 0;
	text-align: center;
}
.newpart-18 .bd li{
	display: inline-block;
	text-align: left;
	position: relative;
	width: 295px;
	height: 320px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 44, 203, 0.1);
	border-radius: 12px;
	color: #444444;
	font-size: 15px;
	vertical-align: top;
	padding:30px 20px 0 41px;
}
.newpart-18 .bd li::before{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 30px;
	right: 20px;
	background: url(../images/n10_24.png) center no-repeat;
	background-size: 100% 100%;
}
.newpart-18 .bd li+li{
	margin-left: 45px;
	line-height: 24px;
}
.newpart-18 .bd li .pic{
	width: 65px;
	display: block;
	height: 50px;
	margin-bottom: 20px;
	object-fit: contain;
}
.newpart-19{
	background-image: url(../images/n10_07.png);
	height: 270px;
	color: #ffffff;
	background-size: 100% 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.newpart-19 a{
	display: inline-block;
	border-radius: 5px;
	color: #fff;
	background: #135fee;
	padding: 8px 30px;
	margin: 0 10px;
}
.newpart-19 a:first-child{
	background: linear-gradient(to right, #F9B153 0%, #F68050 100%);
}
/**/
.banner_info .btn span{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #FFFFFF;
	border-radius: 50%;
	margin: 0 -20px 0 20px;
	display: inline-block;
	vertical-align: middle;
}
.banner_info .btn span i{
	    display: inline-block;
		vertical-align: middle;
	    height: 9px;
	    width: 9px;
		margin-left: -4px;
	    border-width: 1px 1px 0 0;
	    border-color: #4065e0;
	    border-style: solid;
	    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
	    transform: matrix(.71,.71,-.71,.71,0,0);
}
.case .common{
	padding-top: 80px;
}
.case .common .bd{
	padding-bottom: 80px;
}
.case .advantes .bd ul{
	margin: -13px;
	text-align: center;
	font-size: 16px;
	display: flex;flex-wrap: wrap;
}
.case .advantes .bd ul li{
	width: 25%;
	padding: 13px;
}
.case .advantes .bd ul li a{
	display: block;
	background: #F5F8FF;
	border-radius: 10px;
	padding-top: 50px;
height: 340px;
}
.case .advantes .bd ul li img{
	width: 123px;
}
.case .advantes .bd ul li dt{
	font-weight: bold;
	margin: 20px 0 10px;
	font-size: 24px;
}
.case .casebox{
	padding: 80px 0;
background: #F8FAFD;
margin-bottom: 80px;
}
.case .casebox .flex{
	background: #FFFFFF;
	box-shadow: 1px 3px 4px 1px rgba(215, 215, 215, 0.5);
	border-radius: 10px;
	padding: 30px;
	margin: 10px;
	border: 1px solid #F6F6F6;
}
.case .casebox .flex li{
	display: flex;
	font-size: 18px;
	color: #616A83;
	margin-top: 15px;
	line-height: 24px;
}
.case .casebox .flex li span{
	font-weight: bold;
	color: #525661;
}
.case .casebox .flex .pic{
	width: 475px;
	max-width: 100%;
	margin-left: 40px;
}
.case .casebox .flex h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.case .casebox .flex h3 img{
	margin: -3px 5px 0 0;
	width: 46px;
	height: 46px;
}
.case .casebox .flex .btn{
	display: inline-block;
	margin-top: 80px;
	width: 189px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	padding-left: 20px;
	color: #fff;
	background: url(../images/img/btn.png) center no-repeat;
}
.case .casebox .swiper-button-next,.case .casebox  .swiper-button-prev{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #4166E1;
	background: #E7E7FF;
}
.case .casebox .swiper-button-next{
	right: -50px;
}
.case .casebox .swiper-button-prev{
	left: -50px;
}
.case .casebox .swiper-button-next:after,.case .casebox  .swiper-button-prev:after{
	font-size: 22px;
}
.case .casebox .tabcontent{
	position: relative;
}
.case .casebox .mySwiper{
	line-height: 65px;
	text-align: center;
	background: #ECF1FA;
	border-radius: 33px;
font-size: 20px;
margin: 0 50px 40px;
}
.case .casebox .swiper-slide{
	border-radius: 33px;
	cursor: pointer;
}
.case .casebox .swiper-slide-thumb-active{
	color: #fff;
background: #4166E1;
}
@media (max-width:768px) {
	.case .common{
		padding-top: 30px;
	}
	.case .common .bd{
		padding-bottom: 30px;
	}
	.case .casebox{
		padding: 30px 0;
		margin-bottom: 30px;
	}
	.case .casebox .tabtitle{
		margin: 0 0 15px;
		white-space: nowrap;
		overflow-x: scroll;
		font-size: 14px;
		display: block;
		line-height: 40px;
	}
	.case .casebox .tabtitle li{
		width: auto;
		padding: 0 15px;
		border-radius: 20px;
		display: inline-block;
	}
	.case .casebox .swiper-button-next{
		right: 0;
	}
	.case .casebox .swiper-button-prev{
		left: 0;
	}
	.case .casebox .flex{
		display: block;
		margin: 0;
		padding: 15px;
	}
	.case .casebox .flex li{
		font-size: 14px;
	}
	.case .casebox .flex .btn{
		font-size: 14px;
		margin: 20px 0;
	}
	.case .casebox .flex .pic{
		margin: 0;
	}
	.case .advantes .bd ul{
		margin: -5px;
		font-size: 12px;
	}
	.case .advantes .bd ul li{
		width: 50%;
		padding: 5px;
	}
	.case .advantes .bd ul li dt{
		font-size: 18px;
	}
	.case .advantes .bd ul li img{
		width: 70px;
	}
	.case .advantes .bd ul li a{
		padding: 30px 15px;
		height: auto;
	}
	.case .casebox .mySwiper{
		margin: 0 0 15px;
		line-height: 40px;
		font-size: 14px;
	}
}













@media screen and (min-width:1366px) and (max-width:1550px) {}

@media screen and (min-width:1201px) and (max-width:1365px) {}

@media screen and (min-width:980px) and (max-width:1200px) {
	.header .nav>li>a{
		font-size: 15px;
		padding: 0 10px;
	}
}

@media screen and (min-width:769px) and (max-width:979px) {
	.header .nav>li>a{
		font-size: 14px;
		padding: 0 10px;
	}
}

@media (max-width:768px) {
	.header {
		padding: 10px 0;
	}

	.rightside {
		display: none;
	}

	.header .search {
		display: none;
	}

	.header .logo {
		width: 90px;
		height: 35px;
	}

	.header .nav {
		display: none;
	}

	.m_nav {
		position: absolute;
		right: 15px;
		top: 18px;
		width: 25px;
		z-index: 99;
	}

	.m_nav i {
		display: block;
		height: 2px;
		background: #999;
		margin-bottom: 6px;
	}

	.cross i:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		-ms-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}

	.cross i:nth-of-type(2) {
		opacity: 0;
	}

	.cross i:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		-ms-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}

	/**/
	.banner .box h2 {
		font-size: 24px;
	}

	.banner .box h3 {
		display: none;
	}

	.banner .box {
		font-size: 14px;
		width: 100%;
	}

	.banner .box .btn {
		margin-top: 10px;
		font-size: 14px;
	}

	.company .a,
	.homepage .b {
		padding: 30px 0;
	}

	.company .a .flex {
		display: block;
	}

	.company .a .bd {
		padding: 15px;
	}

	.company,
	.title p,
	.company .b .bd dt {
		font-size: 14px;
	}

	.title h2 {
		font-size: 20px;
	}

	.company .a .title {
		padding-bottom: 15px;
	}

	.title {
		padding-bottom: 20px;
	}

	.company .b .bd li {
		width: 50%;
	}

	.company .b .bd dt span {
		font-size: 20px;
	}

	.company .b .ft {
		margin-top: 30px;
	}

	.company .b .ft video {
		margin-top: 20px;
		height: auto;
	}

	.company .b {
		padding-bottom: 30px;
	}

	.homepage .a {
		height: auto;
		padding: 30px 0;
	}

	.homepage .a .bd {
		display: block;
	}

	.homepage .a .bd .tabtitle {
		width: 100%;
		padding: 0;
		font-size: 14px;
		display: flex;
		margin: 0 0 20px 0;
		line-height: 40px;
	}

	.homepage .a .bd .tabtitle li {
		flex: 1;
	}

	.homepage .a .bd .tabcontent li {
		width: 33.333%;
	}

	.homepage .a .bd .tabcontent li img {
		height: 54px;
	}

	.homepage .b li {
		width: 50%;
	}

	.homepage .b li:first-child {
		width: 100%;
	}

	.homepage .b li img {
		height: 152px;
	}

	.homepage .b li dl,
	.homepage .b li dt,
	.homepage .c .tabtitle,
	.case .g .tabtitle,
	.homepage .c .bd p,
	.homepage .c .bd h4,
	.aboutus {
		font-size: 14px;
	}

	.homepage .c .tabtitle li,
	.case .g .tabtitle li {
		margin: 0 10px;
	}

	.homepage .c .bd {
		display: block;
	}

	.homepage .c .bd .left {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.homepage .c .tabtitle,
	.case .g .tabtitle {
		margin-bottom: 20px;
	}

	.homepage .c {
		padding-bottom: 30px;
	}

	.homepage .d,
	.company .e,
	.case .g {
		padding: 30px 0;
	}

	.homepage .d .bd li,
	.company .e .bd li {
		width: 50%;
		padding: 5px;
	}

	.homepage .d .bd ul,
	.company .e .bd ul {
		margin: -5px;
	}

	.homepage .d .bd li p,
	.company .e .bd li p {
		margin-top: 5px;
		font-size: 14px;
	}

	.homepage .d .ft a,
	.homepage .c .btn,
	.homepage .a .bd .tabcontent .btn {
		margin-top: 20px;
		font-size: 14px;
	}

	.case .g .bd li {
		width: 33.333%;
	}

	.footer {
		font-size: 12px;
	}

	.footer .b .hd li {
		line-height: 50px;
	}

	.footer .b .hd li img {
		width: 18px;
	}

	.footer .b .bd .flex {
		display: block;
	}

	.footer .b .bd .flex>div:first-child,
	.footer .b .bd .flex>div:nth-child(2),
	.footer .b .bd .flex>div:nth-child(3),
	.footer .b .bd .flex>div:nth-child(6),
	.footer .b .bd .flex>div:nth-child(7),
	.footer .b .bd .flex>div:nth-child(8),
	.footer .b .link {
		display: none;
	}

	.footer .b .bd ul {
		display: flex;
		margin: 10px 0 0;
		flex-wrap: wrap;
	}

	.footer .b .bd ul li {
		width: 25%;
		line-height: 24px;
	}

	.footer .b .bd .flex>div {
		padding-top: 15px;
	}

	.footer .b .bd {
		padding: 10px 0;
	}

	.footer .b .ft {
		text-align: center;
		font-size: 12px;
	}

	/**/
	.searchpage {
		padding: 15px 0;
	}

	.searchpage button {
		width: 60px;
	}

	.searchpage input,
	.tabtitle_info,
	.news .right .box h3 {
		font-size: 14px;
	}

	.tabtitle_info li {
		flex: 1;
		text-align: center;
		margin-right: 0;
	}

	.news .flex_top {
		display: block;
	}

	.news .bd a {
		padding: 15px 0;
	}

	.news .bd a .pic {
		width: 120px;
		margin-right: 10px;
	}

	.news .bd a .flex {
		display: none;
	}

	.news .bd a p {
		font-size: 13px;
		height: 40px;
		line-height: 20px;
	}

	.news .bd a h3,
	.banner_info dl {
		font-size: 14px;
	}

	.news {
		padding: 15px 0;
	}

	.pages {
		font-size: 12px;
	}

	.news .right {
		width: 100%;
		margin: 0;
	}

	.news .right .box h3 {
		line-height: 40px;
	}

	.news .right .box ul {
		padding: 15px;
	}

	.news .right .box {
		margin-bottom: 20px;
	}

	.banner_info dl dt {
		margin: 0;
		font-size: 22px;
	}

	.banner_info {
		height: 260px;
	}

	.company .c {
		color: #fff;
		text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
		background-size: cover;
		padding: 30px 0;
	}

	.company .c .bd {
		padding: 0;
	}

	.company .c .bd dl {
		margin-top: 20px;
	}

	.company .c .bd dt,
	.company .d dl dt {
		font-size: 16px;
	}

	.company .d,
	.case .a,
	.case .f .tabcontent,
	.case .c .bd,
	.case .b,
	.case .d,
	.case .e,
	.case .h,
	.case .J,
	.joinus .a,
	.joinus .c,
	.joinus .d,
	.contantus .a,
	.aboutus .a,
	.aboutus .c,
	.aboutus .d,
	.aboutus .e {
		padding: 30px 0;
	}

	.company .d .tabtitle span {
		margin: 0 10px;
	}

	.company .d .tabtitle {
		margin-bottom: 20px;
	}

	.bread {
		font-size: 14px;
		padding: 10px 0;
	}

	.newsitem .hd h1 {
		font-size: 18px;
	}

	.newsitem .ft ul {
		line-height: 24px;
		padding: 10px 0;
	}

	.case .f .hd li,
	.case,
	.case .c .bd .box .btn,
	.joinus .d {
		font-size: 14px;
	}

	.case .f .hd li a {
		padding: 0 0 15px;
	}

	.case .f .hd li a span {
		display: block;
		margin: 0 auto 5px;
	}

	.case .f .tabcontent .flex {
		display: block;
	}

	.case .f .tabcontent .left {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.case .f .tabcontent li {
		width: 100%;
	}

	.case .f .tabcontent li dd {
		height: auto;
	}

	.case .c .bd .flex {
		display: block;
	}

	.visible-xs {
		display: block;
	}

	.hidden-xs {
		display: none;
	}

	.case .c .bd .box dl {
		font-size: 16px;
	}

	.case .a .bd li {
		width: 50%;
		padding: 10px 0;
	}

	.case .a .bd li dt {
		margin: 10px 0;
	}

	.case .d .flex {
		display: block;
	}

	.case .d .flex .box {
		padding: 15px;
	}

	.case .d .flex h3,
	.footer .a dt,
	.case .a .hd h3,
	.case .h .box h2 {
		font-size: 20px;
	}

	.footer .a {
		height: 200px;
	}

	.banner_info .btn {
		margin-top: 20px;
	}

	.case .a .hd .flex {
		display: block;
		margin-bottom: 30px;
	}

	.case .a .hd .box {
		padding: 15px;
	}

	.case .a .hd .flex dd {
		font-size: 18px;
	}

	.case .e ul {
		margin: -5px;
	}

	.case .e li {
		width: 50%;
		padding: 5px;
	}

	.case .e li dd {
		line-height: 24px;
	}

	.case .e li dt {
		font-size: 16px;
	}

	.case .b li {
		width: 100%;
		padding: 10px 0;
	}

	.case .b li .box h3 {
		font-size: 18px;
		padding: 15px;
	}

	.case .b li .box {
		height: auto;
	}

	.case .h .flex {
		display: block;
	}

	.case .h .box {
		padding: 15px 0;
	}

	.case .h .box h4 {
		margin: 10px 0;
		font-size: 16px;
	}

	.case .I .bd li {
		width: 33.333%;
		line-height: 22px;
		font-size: 14px;
		padding: 5px;
	}

	.case .I .bd ul {
		margin: -5px;
	}

	.case .I .bd li p {
		padding: 15px;
		padding: 10px;
		height: auto;
	}

	.case .I {
		padding-bottom: 30px;
	}

	.case .J ul {
		display: flex;
		flex-wrap: wrap;
	}

	.case .J li {
		height: auto;
		width: 33.333%;
		margin: -1px 0 0 -1px;
	}

	.joinus .title {
		padding-bottom: 20px;
	}

	.joinus .a .bd li .box b,
	.contantus {
		font-size: 14px;
	}

	.joinus .a .bd ul {
		margin: -5px;
	}

	.joinus .a .bd li {
		padding: 5px;
	}

	.joinus .e .flex,
	.joinus .e .box {
		display: block;
	}

	.joinus .b .bd dl {
		padding: 15px;
		font-size: 14px;
	}

	.joinus .b .bd dl dt {
		font-size: 14px;
	}

	.joinus .b .bd dl dd,
	.joinus .b .bd dl+dl {
		margin-top: 15px;
	}

	.joinus .b .bd dl h4 {
		padding: 15px 0;
	}

	.joinus .d li {
		width: 50%;
		padding: 10px;
	}

	.joinus .d li br {
		display: none;
	}

	.joinus .d li dd {
		word-break: break-all;
		text-overflow: ellipsis;
		height: 48px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.joinus .d li dt,
	.joinus .e {
		font-size: 16px;
	}

	.joinus .e .box div {
		margin: 15px 0;
	}

	.joinus .e .box {
		padding-top: 0;
	}

	.joinus .e {
		padding-top: 30px;
	}

	.banner_info dl dt br {
		display: none;
	}

	.contantus .a .flex,
	.contantus .b .flex {
		display: block;
	}

	.contantus .a dt,
	.contantus .a .box h4,
	.contantus .b li dt {
		font-size: 16px;
	}

	.contantus .a .box {
		padding: 0 0 15px;
	}

	.contantus .b .flex_item {
		padding: 15px;
	}

	.contantus .b li {
		padding: 10px 5px;
	}

	.contantus .b {
		padding-bottom: 30px;
	}

	.case .g .ft a,
	.aboutus .a .bd p {
		font-size: 14px;
	}

	.aboutus .a .ft dt {
		font-size: 20px;
	}

	.aboutus .b .hd {
		height: 290px;
	}

	.aboutus .b .bd {
		padding: 15px 0;
	}

	.aboutus .b .bd .flex {
		display: block;
	}

	.aboutus .b .bd ul {
		margin-top: 10px;
		line-height: 30px;
	}

	.aboutus .b .bd h3 {
		font-size: 18px;
	}

	.aboutus .c .bd li {
		padding: 0 10px;
	}

	.aboutus .c .bd ul {
		margin: 0 -10px;
	}

	.aboutus .c .bd li h4,
	.aboutus .c .bd li h3,
	.aboutus .d .bd .box p,
	.aboutus .d .bd .box .btn,
	.aboutus .e .bd dt,
	.company .a .bd .btn {
		font-size: 14px;
	}

	.aboutus .c .bd li p {
		line-height: 20px;
		margin-top: 5px;
	}

	.aboutus .c .bd li h3 {
		margin: 10px 0;
	}

	.aboutus .d .bd .flex {
		display: block;
	}

	.aboutus .d .bd .box {
		padding: 15px 0;
	}

	.aboutus .d .bd .pic p {
		font-size: 14px;
		bottom: 10px;
	}

	.aboutus .d .bd .box li {
		margin-bottom: 15px;
	}

	.aboutus .e .bd dl {
		padding: 10px 0;
	}

	.aboutus .e .bd p {
		line-height: 20px;
		height: 40px;
		margin: 8px 0;
	}

	.tabtitle_info {
		top: 55px;
	}
	/**/
	.case .c .bd .box .btn{
		margin-bottom: 20px;
	}
	.newpart-1 .flex,.newpart-2{
		display: block;
	}
	.newpart-1 .bd{
		margin: 30px 0;
	}
	.newpart-1 .bd dl{
		padding: 15px;
	}
	.newpart-1 .bd dl dt{
		font-size: 20px;
	}
	.newpart-1 .ft{
		padding-bottom: 30px;
	}
	.newpart-2{
		padding: 15px;
		height: auto;
	}
	.newpart-3 ul li{
		width: 50%;
		padding: 10px 0;
	}
	.newpart-2 dl dt,.newpart-15 .bd h3{
		font-size: 18px;
	}
	.newpart-5 ul dl dt{
		font-size: 16px;
		padding: 10px 0;
	}
	.newpart-6,.newpart-15,.newpart-16,.newpart-17,.newpart-18,.newpart-13,
	.newpart-7,.newpart-8{
		padding: 30px 0;
	}
	.newpart-15 .bd ul li,.newpart-16 .bd ul li{
		width: 50%;
	}
	.newpart-15 .bd .box{
		height: 300px;
		padding-top: 30px;
	}
	.newpart-16 .bd ul {
		margin: -10px;
	}
	.newpart-16 .bd ul li{
		padding: 10px;
	}
	.newpart-16 .bd li dt{
		font-size: 15px;
		padding: 10px 0;
	}
	.newpart-17 .tabtitle{
		font-size: 15px;
	}
	.newpart-17 .tabcontent .content-1{
		padding: 10px;
	}
	.newpart-17 .tabcontent .content-1 .ab-img-box .ab-img{
		height: 100px;
	}
	.newpart-17 .tabcontent .introduce-box{
		font-size: 13px;
	}
	.newpart-18 .bd li+li{
		margin: 15px 0 0;
	}
	.newpart-19 a{
		display: block;
		margin: 10px 0;
	}
	.newpart-13 .bd .flex{
		display: block;
	}
	.newpart-13 .bd{
		padding: 10px;
	}
	.newpart-13 .bd p{
		height: auto;
		margin: 10px 0 15px;
	}
	.newpart-13 .bd .pic{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.newpart-13 .bd h3,.newpart-13 .bd h4{
		font-size: 18px;
	}
	.newpart-7 .bd ul li{
		width: 100%;
	}
	.table_m{
		overflow-x: scroll;
	}
	.newpart-8 .bd table th{
		font-size: 16px;
	}
	.newpart-10 .bd ul li,.newpart-11 .bd ul dl{
		font-size: 14px;
	}
	.newpart-10 .bd ul li p{
		margin: 10px 0 15px;
	}
	.newpart-10{
		padding-bottom: 20px;
	}
	.newpart-11 .bd ul li{
		width: 50%;
		padding: 8px;
	}
	.newpart-11 .bd ul dl{
		padding: 20px;
	}
	.newpart-11{
		padding: 30px 0;
	}
	.newpart-12{
		height: 200px;
	}
	.company .a .bd h4{
		font-size: 15px;
	}
	.newpart-16 .bd ul li:nth-child(even){
		margin: 0;
	}
	.homepage .d{
		font-size: 14px;
	}





















}
