.swiper-slide {
	/* Center slide text vertically */
	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;
}

.swiper-pagination-bullet {
	background-color: #a3c5e0;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-pagination-bullet-active {
	background-color: #196eb1;
}

.main {
	min-width: 1435px;
}

.main .head {
	position: relative;
	width: 1435px;
	margin: 0 auto;
}

.main .head .phone {
	position: absolute;
	right: -150px;
	top: 40px;
	font-size: 16px;
	color: #026ab0;
}

.main .head:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.main .head .logo {
	float: left;
	margin-top: 16px;
}

.main .head .right {
	float: right;
}

.main .head .right li {
	display: inline-block;
	padding: 0 18px;
	line-height: 100px;
	height: 100px;
	position: relative;
}

.main .head .right li a {
	display: block;
	text-decoration: none;
	color: #343434;
	font-size: 18px;
}

.head .right li:nth-of-type(1) a {
	color: #007cc2;
	font-weight: bold;
}

.main .banner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main .banner ul {
	position: relative;
	width: 9999px;
	height: auto;

	/* position:absolute; */
}

.main .banner .tip-box {
	/* width:396px; */
	height: 80px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	/* background-color: #fff; */
	z-index: 4;
}

.main .banner .tip-box .pre {
	display: inline-block;
	height: 100%;
	line-height: 104px;
	padding: 0 54px;
	box-sizing: border-box;
	display: none;
}

.main .banner .tip-box .pre img {
	vertical-align: middle;
	margin-right: 39px;
	width: 22px;
	height: 15px;
}

.main .banner .tip-box .pre img:nth-of-type(2) {
	margin-right: 0;
}

.main .banner ul>img {
	display: inline-block;
	float: left;
	height: auto !important;
}

.main .banner ul:after {
	display: block;
	content: "";
	clear: both;
}

.main .banner .tip-box .tip {
	display: inline-block;
	padding: 0 20px;
	box-sizing: border-box;
}

.main .banner .tip-box .tip:after {
	display: block;
	content: "";
	clear: both;
}

.main .banner .tip-box .tip li {
	width: 8px;
	height: 8px;
	margin-right: 19px;
	border-radius: 50%;
	background-color: #a3c5e0;
	float: left;
}

.active1 {
	background-color: #196eb1 !important;
}

.main .service {
	padding-top: 90px;
}

.main .service .title,
.main .security .title,
.main .contrast .title,
.main .case .title,
.main .about .title,
.main .process .title,
.main .news .title {
	font-size: 28px;
	color: #343434;
	text-align: center;
	margin-bottom: 80px;
}

.main .service ul {
	width: 1435px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.main .service li {
	width: 200px;
	text-align: center;
}

.main .service li .text {
	color: #353535;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}

.main .service li .description {
	font-size: 14px;
	color: #353535;
	text-align: left;
	margin-top: 20px;
	line-height: 26px;
}

.main .security {
	padding-top: 90px;
}

.main .security ul {
	width: 1435px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.main .security li {
	width: 345px;
	height: 360px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.main .security li .icon {
	margin-top: -40px;
	margin-left: -50px;
}

.main .security li .top-text {
	color: #343434;
	font-size: 20px;
	margin: 20px;
}

.main .security li .bottom {
	position: relative;
	padding: 20px 20px 0;
}

.main .security li .bottom:before {
	position: absolute;
	content: "";
	left: 20px;
	top: 0;
	width: calc(100% - 40px);
	height: 0px;
	border: 1px dashed #e8e8e8;
}

.main .security li .bottom .text {
	margin-bottom: 25px;
}

.main .security li .bottom-list {
	position: relative;
	color: #f26c12;
	font-size: 16px;
	margin-bottom: 10px;
	padding-left: 9px;
}

.main .security li .bottom-list:before {
	position: absolute;
	content: "";
	left: 0;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #f26c12;
}

.main .contrast {
	margin-top: 90px;
}

.contrast .content {
	position: relative;
	/* overflow: hidden; */
	height: 525px;
	background-image: url(../images/contrast.png);
	width: 100%;
	background-size: cover;


}

.contrast .fix:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.contrast .content .bg {
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
}

.contrast .content .bg img {
	width: 100%;
	height: 525px;
}

.contrast .fix {
	/* position: absolute;
        width: 1435px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0px; */
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.contrast .fix .left {
	float: left;
	width: 307px;
	text-align: left;
	padding-top: 20px;
}

.contrast .fix .center {
	width: 490px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contrast .fix .center img {
	width: 100%;
}

.contrast .fix .icon {
	display: block;
	width: 10px;
	height: 10px;
	background-color: #196eb1;
	border-radius: 50%;
	margin-bottom: 10px;
}

.contrast .fix .left .text {
	color: #343434;
	font-size: 24px;
	margin-bottom: 20px;
}

.contrast .fix .left .description {
	font-size: 18px;
	margin-bottom: 40px;
	line-height: 30px;
	color: #343434;
}

.contrast .fix .right {
	float: right;
	width: 307px;
	text-align: left;
	padding-top: 20px;
}

.contrast .fix .right .text {
	position: relative;
	font-size: 24px;
	display: inline-block;
	margin-bottom: 20px;
	/* margin-top: 15px; */
}

/* .contrast .fix .right .text:after {
        position: absolute;
        content: "";
        top: 15px;
        height: 6px;
        width: 100%;
        left: 0;
        background-color: #196eb1;
        z-index: -1;
    } */

.contrast .fix .right .description {
	font-size: 18px;
	color: #343434;
	line-height: 1.8;
	margin-bottom: 40px;
}

.form {
	padding-top: 120px;
}

.form .content {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}

.form .content .title {
	font-size: 40px;
	color: #e46713;
	font-weight: bold;
}

.form .content .h2 {
	font-size: 30px;
	color: #666666;
	margin-top: 30px;
}

.form .content .h3 {
	font-size: 18px;
	color: #666666;
	margin-top: 20px;
}

.form .content .span {
	margin-top: 50px;
	display: inline-block;
}

.form .content .span span {
	display: inline-block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #196eb1;
	border-radius: 35px;
	color: #343434;
	font-size: 16px;
	margin: 0 25px;
}

.form .content .span span.online-chat {
	background-color: #196eb1;
	color: white;
	box-shadow: 0px 0px 15px rgba(32, 126, 201, 0.23);
}

.case {
	padding-top: 90px;
}

.case ul {
	display: flex;
	width: 1435px;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case ul li {
	width: 456px;
	margin-bottom: 30px;
}

.case ul li .pic img {
	width: 100%;
	height:324px;
	/*-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;*/
}
@media screen and (max-width: 768px) {
.case ul li .pic img {
    width: 100%;
    height: 180px;
}
}

/*.case ul li .pic img:hover {
	transform:scale(1.2);
	}*/

.case ul li .text {
	padding: 35px 55px;
	background-color: #f8f8f8;
}

.case ul li .text .article {
	font-size: 20px;
	color: #343434;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.case ul li .text .description {
	color: #666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.about {
	padding-top: 90px;
	height: 430px;
	width: 100%;
	background-image: url(../images/about.png);
	background-size: cover;
	text-align: center;
	color: white;
	margin-top: 60px;
}

.main .about .title {
	color: white;
}

.about .description {
	width: 1160px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.8;
}

.about .icon {
	display: inline-block;
	margin-top: 70px;
}

.process {
	padding-top: 90px;
}

.process ul {
	position: relative;
	margin: 0 auto;
	width: 1435px;
	display: flex;
}

.process ul:before {
	position: absolute;
	content: "";
	top: 124px;
	left: 0;
	width: 100%;
	height: 0px;
	border: 1px dashed #e8e8e8;
}

.process ul li {
	position: relative;
	flex: 1;
	text-align: center;
}

.process ul li:before {
	position: absolute;
	content: "";
	top: 115px;
	left: 50%;
	transform: translateX(-50%);
	width: 14px;
	height: 14px;
	border: 3px solid #196eb1;
	border-radius: 50%;
}

.process ul li .icon {
	padding-bottom: 40px;
}

.process ul li .text {
	margin-top: 40px;
	color: #222222;
	font-size: 16px;
}

.process ul li .description {
	margin-top: 10px;
	display: inline-block;
	width: 125px;
	font-size: 14px;
	color: #535353;
	text-align: left;
}

.news {
	padding-top: 90px;
	padding-bottom: 80px;
}

.news .content {
	width: 1200px;
	margin: 0 auto;
}

.news .content ul {}

.news .content ul:after {
	content: "";
	width: 0;
	clear: both;
	display: block;
}

.news .content li {
	width: 380px;
	height: 211px;
	display: inline-block;
	float: left;
	padding: 33px 29px 0;
	box-sizing: border-box;
	margin-bottom: 30px;
	border-radius: 5px;
}

.news .content li:hover {
	box-shadow: 0px 0px 35px rgba(37, 37, 37, 0.07);
}

.news .content li:nth-child(3n+2) {
	margin: 0 30px;
}

.news .content li .article-title {
	font-size: 20px;
	color: #333333;
	margin-bottom: 22px;
}

.news .content li .description {
	font-size: 16px;
	color: #a7a7a7;
	line-height: 24px;
}

.news .content li .go {
	display: block;
	margin-top: 18px;
	text-align: left;
	font-size: 14px;
	color: #a7a7a7;
}

.news .content li .go a {
	float: right;
}

.news .content li .go img {
	display: none;
}

.news .content li:hover .go img {
	display: inline-block;
}

.news .content:after {
	content: "";
	width: 0;
	clear: both;
	display: block;
}

.news .content .left {
	float: left;
}

.news .content .article {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	width: 695px;
	padding: 50px 85px 50px 0;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.news .content .article .article-title {
	font-size: 22px;
	padding-left: 40px;
	color: #343434;
	margin-bottom: 25px;
}

.news .content .article .description {
	margin-bottom: 40px;
	color: #666666;
	font-size: 18px;
	padding-left: 40px;
}

.news .content .article .bottom {
	padding-left: 40px;
	padding-top: 40px;
	border-top: 1px solid #e7e7e7;
	color: #999999;
	font-size: 16px;
}

.news .content .article .bottom .time {
	display: inline-block;
}

.news .content .article .bottom .go {
	float: right;
	margin-top: 33px;
}

.news .content .article .bottom .time .date {
	color: #999999;
	font-size: 50px;
}

.news .right {
	float: right;
}

.news .right .article {
	padding: 48px 110px 48px 40px;
	box-sizing: border-box;
}

.news .right .time {
	display: inline-block;
	width: 160px;
	height: 145px;
	border-right: 1px solid #e7e7e7;
}

.news .right .time .date {
	position: relative;
	font-size: 50px;
	color: #999999;
	margin-bottom: 35px;
}

.news .right .time .date:before {
	position: absolute;
	content: "";
	bottom: -15px;
	left: 0;
	width: 34px;
	height: 2px;
	background-color: #e7e7e7;
}

.news .right .time .year_mouth {
	font-size: 16px;
	color: #999999;
}

.news .right .article-content {
	display: inline-block;
	vertical-align: top;
}

.news .right .article-content .article-title {
	font-size: 18px;
	padding-left: 60px;
}

.news .right .article-content .go {
	display: inline-block;
	padding-left: 60px;
	margin-top: 40px;
}

.footer {
	background-color: #323232;
	padding-top: 50px;
}

.footer .top {
	width: 1435px;
	margin: 0 auto;
	padding: 0 115px 30px;
	box-sizing: border-box;
	overflow: hidden;
}

.footer .top>div {
	display: inline-block;
	color: white;
}

.footer .top .right {
	margin-left: 30px;
	vertical-align: top;
}

.footer .top>div ul {
	display: inline-block;
	vertical-align: top;
	margin-left: 80px;
}

.footer .top .left .text-title {
	text-align: left;
}

.footer .top .text-title {
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}

.footer .top .text,
.footer .top .text a {
	font-size: 14px;
	color: #c6c6c6;
	margin-bottom: 20px;
}

.footer .message {
	border-top: 1px solid #535353;
	padding-top: 30px;
	padding-bottom: 50px;
	font-size: 14px;
	color: #c6c6c6;
	text-align: center;
}

.footer .blogroll {
	position: relative;
	color: white;
	padding-left: 8px;
	margin-bottom: 20px;
}

.footer .link,
.footer .link a {
	color: white;
	font-size: 14px;
}

.footer .link a {
	padding: 0 20px;
}

.footer .link span:first-child a {
	padding-left: 0;
}

.footer .blogroll:before {
	position: absolute;
	content: "";
	height: 14px;
	width: 2px;
	background-color: #e26819;
	left: 0;
	top: 4px;
}

.m-nav {
	display: none;
}

@media screen and (max-width: 1450px) {
	.main {
		min-width: 1200px;
	}

	.main .service ul {
		width: 1200px;
	}

	.main .security ul {
		width: 1200px;
	}

	.main .security li {
		width: 280px;
	}

	.main .security li .bottom {
		padding-top: 10px;
	}

	.contrast .fix {
		width: 1200px;
	}

	.case ul {
		width: 1200px;
	}

	.process ul {
		width: 1200px;
	}

	.footer .top {
		width: 1200px;
		padding-left: 0;
		padding-right: 0;
	}
	.footer .top+div{
			width:1200px!important;
		}
	.case ul li {
		width: 380px;
	}

	.footer .top>div ul {
		margin-left: 60px;
	}
}

@media screen and (max-width:780px) {
	.case ul li .text .article {
		font-size: 18px;
		margin-bottom: 10px;
	}

	.case ul li .text .description {
		font-size: 14px;
	}

	.main .service .title,
	.main .security .title,
	.main .contrast .title,
	.main .case .title,
	.main .about .title,
	.main .process .title,
	.main .news .title {
		font-size: 20px;
	}

	.main .service ul {
		justify-content: center;
	}

	.contrast .fix .center {
		display: none;
	}

	.head {
		display: none;
	}

	.m-nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background-color: white;
		z-index: 1;
	}

	.m-nav .aside {
		position: relative;
	}

	.banner {
		margin-top: 50px;
		height: auto !important;
	}

	.aside-icon {
		padding-top: 12px;
		padding-left: 20px;
		height: 27px;
	}

	.m-logo {
		position: absolute;
		top: 0;
		height: 50px;
		left: 50%;
		transform: translateX(-50%);
	}

	.m-logo img {
		height: 90%;
		margin-top: 2%;
	}

	.m-nav-list {
		position: absolute;
		top: 50px;
		left: 0;
		width: 100%;
		background-color: white;
		border-top: 1px solid #eee;
		display: none;
	}

	.m-nav-list li {
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #eee;
		text-align: center;
	}

	.m-nav-list li a {
		display: block;
		font-size: 16px;
		color: #000000;
	}

	.main {
		width: 100%;
		min-width: 100%;
	}

	.main .service {
		padding-top: 30px;
	}

	.main .service ul {
		width: 100%;
		flex-wrap: wrap;
	}

	.main .service li {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}

	.main .service li .icon {
		text-align: center;
	}

	.main .service li .icon img {
		width: 60px;
	}

	.main .service li .text {
		margin-top: 10px;
	}

	.main .service .title,
	.main .security .title,
	.main .contrast .title,
	.main .case .title,
	.main .about .title,
	.main .process .title,
	.main .news .title {
		margin-bottom: 30px;
	}

	.main .security {
		padding-top: 30px;
	}

	.main .security li {
		width: 48%;
		height: auto;
		margin-bottom: 20px;
	}

	.main .security ul {
		width: 100%;
		flex-wrap: wrap;
	}

	.main .security li .icon {
		margin-top: -60px;
		margin-left: -60px;
	}

	.main .security li .top-text {
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.main .security li .bottom {
		padding-top: 10px;
	}

	.main .security li .bottom-list {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.main .security li .bottom-item {
		font-size: 12px;
	}

	.contrast .content .bg {
		display: none;
	}

	.contrast .content {
		height: auto !important;
	}

	.contrast .fix {
		position: static;
		width: 100%;
		transform: none;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.contrast .fix .left {
		width: 100%;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.contrast .fix .right {
		width: 100%;
		padding-right: 0px;
		padding-left: 10px;
		box-sizing: border-box;
	}

	.contrast .fix .left .text {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.contrast .fix .left .description {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.contrast .fix .right .text {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.contrast .fix .right .description {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.main .contrast {
		margin-top: 30px;
	}

	.form {
		padding-top: 30px;
	}

	.form .content {
		width: 90%;
		margin-left: 5%;
	}

	.form .content .title {
		font-size: 24px;
	}

	.form .content .h2 {
		font-size: 18px;
		text-align: left;
		margin-top: 15px;
	}

	.form .content .span {
		margin-top: 20px;
	}

	.form .content .h3 {
		font-size: 16px;
		text-align: left;
	}

	.form .content .span span.online-chat {
		margin-top: 20px;
	}

	.case {
		padding-top: 50px;
	}

	.case ul li {
		width: 48%;
	}

	.case ul {
		width: 100%;
	}

	.case ul li .text {
		padding: 10px;
	}

	.about .description {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.about {
		padding-top: 20px;
		height: 400px;
	}

	.about .icon {
		margin-top: 30px;
	}

	.process {
		padding-top: 40px;
	}

	.process ul {
		width: 100%;
	}

	.process ul li {
		width: 20%;
		padding: 0 5px;
		box-sizing: border-box;
	}

	.process ul li .description {
		width: auto;
		padding: 0 5px;
	}

	.news .content {
		width: 100%;
	}

	.news {
		padding: 40px 0 0 0;
	}

	.news .content .article {
		width: 100%;
		padding: 20px 30px 20px 0;
	}

	.news .content li {
		width: 100%;
	}

	.news .content li:nth-child(3n+2) {
		margin: 0;
	}

	.news .content .article .bottom {
		padding-left: 20px;
		padding-top: 20px;
	}

	.news .right .time {
		width: 80px;
		padding-left: 20px;
	}

	.news .right .article-content {
		width: 239px;
	}

	.news .right .article-content .article-title {
		padding-left: 20px;
	}

	.news .right {
		width: 100%;
	}

	.news .right .article-content .go {
		padding-left: 20px;
		margin-top: 20px;
	}

	.footer .top {
		width: 100%;
		padding: 0 10px 20px 10px;
	}

	.footer .top .text {
		display: inline-block;
		margin-right: 10px;
	}

	.footer {
		padding-top: 30px;
	}

	.footer .top .right {
		margin-left: 0;
	}

	.footer .top>div ul {
		display: block;
		margin-left: 0;
	}

	.footer .link span a {
		padding: 10px;
	}

	.footer .blogroll {
		margin-bottom: 10px;
	}

	.footer .message {
		padding: 20px 0 30px 0;
	}
}

@media screen and (max-width:480px) {
	.banner {
		height: auto !important;
	}
}
