/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #0068a3;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #0068a3;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #0068a3;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
}
html,
body {
	height: 100%;
}
.bgColorF0 {
	background-color: #f0f0f0;
}
i,em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.container {
		width: 95%;
		max-width: 1670px;
	}
}

.img {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

/*侧边栏*/
.sidebar {
	position: fixed;
	right: 2px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.sidebar.on {
	opacity: .6;
	right: -50px;
}
.sidebar>a {
	display: block;
	background-color: #282828;
	margin: 5px 0;
	text-align: center;
	color: #fff;
	width: 80px;
	padding: 8px 5px;
	position: relative;
	outline: none;
}
.sidebar>a:hover {
	background-color: #0068a3;
}
.sidebar>a:first-child {
	border-radius: 5px 5px 0 0;
}
.sidebar>a:last-child {
	border-radius: 0 0 5px 5px;
}
.sidebar>a>span {
	display: block;
	font-size: 14px;
	line-height: 20px;
}
.sidebar>a>img {
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto 2px;
}
.sidebar .function-infor {
	position: absolute;
	top: 0;
	left: -180px;
	min-width: 170px;
	max-width: 170px;
	min-height: 40px;
	background-color: #fff;
	border: 1px #bfbfbf solid;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.sidebar .function-infor:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 6px #bfbfbf solid;
	border-top: 5px transparent solid;
	border-bottom: 5px transparent solid;
	position: absolute;
	top: 15px;
	right: -6px;
}
.sidebar .function-infor:before {
	content: "";
	width: 0;
	height: 0;
	border-left: 5px #fff solid;
	border-top: 4px transparent solid;
	border-bottom: 4px transparent solid;
	position: absolute;
	top: 16px;
	right: -5px;
	z-index: 1;
}
.sidebar a:hover .function-infor {
	-webkit-transform: none;
	transform: none;
}
.sidebar .function-infor em {
	display: block;
}
.sidebar .function-infor .img {
	max-width: 140px;
}

@media (max-width: 767px) {
	.sidebar {
		transform: scale(.8);
		transform-origin: right -50%;
	}	
	.sidebar.on {
		right: -40px;
	}
}

/*底部优势*/
.advantage_box {
	background-color: #f7f7f7;
	padding: 25px 0;
}
.advantage_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.advantage_list:before,
.advantage_list:after {
	display: none;
}
.advantage_list .column {
	margin: 15px 0;
}
.advantage_list a {
	color: #212121;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.advantage_list a .icon {
	flex: 0 0 auto;
	width: 81px;
}
.advantage_list a img {
	display: block;
	width: 100%;
}
.advantage_list a .text {
	width: 100%;
	overflow: hidden;
	padding-left: 18px;
}
.advantage_list a h2 {
	font-size: 18px;
	line-height: 1.4;
	margin: 0;
}
.advantage_list a p {
	line-height: 24px;
	color: #616263;
	margin: 10px 0 0;
}

@media (max-width: 767px) {
	.advantage_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.advantage_list .column {
		padding: 0 10px;
		width: auto;
		max-width: 50%;
	}
	.advantage_list a .icon {
		width: 50px;
	}
	.advantage_list a .text {
		padding-left: 10px;
	}
	.advantage_list a h2 {
		font-size: 14px;
		margin-top: 5px;
	}
	.advantage_list a p {
		font-size: 12px;
		line-height: 20px;
		margin-top: 5px;
	}
}
@media (min-width: 768px) {
	.advantage_list .column {
		width: 33.33333%;
	}
}
@media (min-width: 1200px) {
	.advantage_list {
		justify-content: space-between;
	}
	.advantage_list .column {
		width: auto;
		max-width: 20%;
	}
}

/*foot*/
/*.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: 5px;
	bottom: 50px;
	cursor: pointer;
	display: none;
	transition: all .5s;
}
.gotop:hover {
	background: url(../images/icon/gotop1.png) no-repeat center;
	background-size: contain;
}*/
.copyright {
	background-color: #222323;
	color: #a3a3a3;
	line-height: 20px;
	padding: 12px 0;
}
.copyright span {
	display: block;
}
.copyright a {
	display: inline-block;
	color: #a3a3a3;
}
.copyright a:hover {
	color: #efefef;
}
.copyright .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.copyright .container:before,
.copyright .container:after {
	display: none;
}
.foot_box {
	background-color: #2b2b2b;
	color: #fff;
	padding-top: 35px;
	overflow: hidden;
}
.foot_box a {
	color: #979595;
}
.foot_box a:hover {
	color: #efefef;
}
.foot_top>div {
	margin-bottom: 30px;
}
.foot_top_left .inner {
	display: flex;
	flex-direction: row;
}
.foot_top_left .inner .img {
	flex: 0 0 auto;
	width: 190px;
	margin: initial;
}
.foot_top_left .text {
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;
}
.foot_top_left .text span {
	display: block;
	font-size: 16px;
}
.foot_top_left .text i {
	display: block;
	font-size: 24px;
	margin: 40px 0 10px;
}
.foot_top_left .text em {
	display: block;
}
.foot_top_left .text a {
	display: block;
	color: #fff;
}
.foot_top_left .text a.tel {
	font-size: 24px;
}
.foot_nav_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
	margin-left: -10px;
	margin-right: -10px;
}
.foot_nav_box .column {
	float: left;
	width: 20%;
	padding: 0 10px;
	margin-bottom: 30px;
}
.foot_nav_box .column>h2 {
	font-size: 16px;
	margin: 0 0 12px;
}
.foot_nav a {
	display: block;
	margin-top: 8px;
}
.link_box {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
.link_box>span {
	display: block;
	background-color: #595a5a;
	width: 85px;
	flex: 0 0 auto;
	border-radius: 12px;
	text-align: center;
	line-height: 24px;
}
.link_list {
	width: 100%;
	overflow: hidden;
	padding-left: 20px;
	color: #979595;
	line-height: 24px;
}
.link_list a {
	display: inline-block;
}
.foot_contact {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.foot_contact:before,
.foot_contact:after {
	display: none;
}
.foot_contact .column {
	margin-bottom: 25px;
}
.foot_contact .inner>h2 {
	font-size: 16px;
	margin: 0 0 15px;
}
.foot_contact .inner p {
	margin: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.foot_contact .inner p a {
	padding: 0 15px;
	margin: 4px 0;
	min-width: 160px;
}
.foot_line {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #595a5a;
	margin: 10px 0 35px;
}

@media (max-width: 767px) {
	/*.gotop {
		width: 30px;
		height: 30px;
	}*/
	.copyright {
		font-size: 12px;
	}
	.foot_top_left .inner .img {
		width: 120px;
	}
	.foot_top_left .text {
		padding-top: 0;
		font-size: 12px;
	}
	.foot_top_left .text span {
		font-size: 14px;
	}
	.foot_top_left .text i {
		font-size: 18px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.foot_top_left .text a.tel {
		font-size: 18px;
	}	
	.link_box {
		display: block;
	}
	.link_list {
		padding-left: 0;
		margin-top: 10px;
	}
	.foot_line {
		margin: 0 0 25px;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.foot_nav_box .column {
		width: 33.33333%;
	}
}
@media (min-width: 992px) {
	.foot_top {
		display: flex;
		flex-direction: row;
	}
	.foot_top_left {
		flex: 0 0 auto;
		min-width: 450px;
	}
}
@media (min-width: 1440px) {
	.foot_contact {
		margin-left: -50px;
		margin-right: -50px;
	}
	.foot_contact .column {
		padding: 0 50px;
	}
}
@media (min-width: 1700px) {
	.foot_contact {
		margin-left: -150px;
		margin-right: -150px;
	}
	.foot_contact .column {
		padding: 0 150px;
	}
}

/*试听表单*/
.modal_main .modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 30px 0;
}
.modal_main .modal-content {
	border-radius: 10px;
	border: 0;
}
.modal_main .modal-header {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}
.modal_main .modal-title {
	font-size: 16px;
}
.modal_main .close {
	opacity: 1;
	width: 15px;
	height: 15px;
	background: url(../image/close1.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
	outline: none;
}
.modal_main .modal-body {
	padding-bottom: 25px;
}
.modal_main .modal-body p {
	margin: 0;
}
.modal_main form label {
	display: block;
	color: #666;
	font-weight: normal;
}
.modal_main form .form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 40px;
}
.modal_main form textarea.form-control {
	height: auto;
}
.modal_main form .btn {
	display: block;
	background-color: #0068a3;
	border: 1px #0068a3 solid;
	border-radius: 22px;
	width: 100%;
	max-width: 120px;
	color: #fff;
	margin: 20px auto 0;
	outline: none!important;
}
.modal_main form .btn:hover {
	background-color: transparent;
	color: #0068a3;
}

@media (max-width: 767px) {	
	.modal_main .modal-dialog {
		margin: 0 10px;
	}
}
@media (min-width: 768px) {
	.modal_main .modal-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.modal_main .close {
		right: 20px;
	}
	.modal_main .modal-title {
		font-size: 24px;
	}
	.modal_main .modal-body {
		padding: 20px 20px 40px;
	}
	.modal_main form label {
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 10px;
	}
	.modal_main form .btn {
		max-width: 180px;
		font-size: 16px;
		margin-top: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

/*导航*/
.navbar-default {
	background-color: rgba(255,255,255,1);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand img {
	display: block;
	height: 40px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-top: 14px;
	padding-bottom: 14px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0068a3;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #1d1d1c;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #0068a3;
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}

.header-top {
	background-color: #ededed;
	position: relative;
}
.header-top .container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.header-top .container:before,
.header-top .container:after {
	display: none;
}
.header-top .column {
	color: #464747;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.header-top .column>a {
	color: #464747;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 5px 8px;
	position: relative;
}
.header-top-left>a.top-slogan {
	color: #006aa4;
}
.header-top .column>a>span {
	display: block;
}
.header-top .column>a>img {
	flex: 0 0 auto;
	display: block;
	margin-right: 5px;
}
.header-top-right,
.header-top-right>a {
	color: #2a2a2a;
}
.header-top-right>a.top-tel {
	color: #006aa4;
}
.header-top-right>a.top-tel>img {
	width: 28px;
}
.header-top-right>a:last-child>img {
	margin-right: 0!important;
}
.header-top-left .function-infor {
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 2;
	min-width: 150px;
	max-width: 150px;
	margin-left: -75px;
	background-color: #fff;
	border: 1px #bfbfbf solid;
	border-radius: 5px;
	padding: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}
.header-top-left a:hover .function-infor {
	-webkit-transform: none;
	transform: none;
}

@media (max-width: 767px) {
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.header .container {
		width: 100%;
	}	
	.navbar-toggle {
		display: block;
	}
	.navbar-nav {
	    float: none !important;
	    margin: 7.5px -15px;
	}
	.navbar-header {
	    float: none;
	}
	.navbar-collapse {
	    border-top: 1px #e7e7e7 solid;
	}
	.navbar-collapse.collapse {
	    display: none!important;
	}
	.collapse.in {
	    display: block!important;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-collapse.in {
	    overflow-y: auto !important;
	}
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: 0;
	}
	.navbar-fixed-top .navbar-collapse {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.navbar-default .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (min-width: 992px) {
	.header-top .column {
		margin-left: -12px;
		margin-right: -12px;
	}
	.header-top .column>a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.header-top .column>a>img {
		margin-right: 10px;
	}
	.header-top-right>a.top-tel {
		font-size: 18px;
	}
	.header-top-right>a.top-tel>img {
		width: auto;
	}
	.navbar-brand {
		padding-top: 18px;
		padding-bottom: 10px;
	}
	.navbar-brand img {
		height: 66px;
	}
	.navbar-default .navbar-collapse {
		padding-top: 16px;
	}
	.header .navbar-right {
		margin-right: -31px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 29px 16px;
	}
	.navbar-default .nav>li>a:focus,
	.navbar-default .nav>li>a:hover,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:focus,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>.active>a:hover {
		background: url(../image/navActive.png) no-repeat center;
		background-size: auto 100%;
	}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 1440px) {
	.navbar-brand {
		padding-top: 23px;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		height:76px;
	}
	.header .navbar-right {
		margin-right: -50px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 39px 35px;
	}
}

/*首页*/
.index_banner {
	position: relative;
}
.index_banner img {
	display: block;
	width: 100%;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_text img {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}
.banner1 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.index_banner .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.index_banner .swiper-pagination-bullet {
	background-color: #2e2e2e;
	opacity: .8;
}
.index_banner .swiper-pagination-bullet-active {
	background-color: #0068a3;
}

.downTip {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	z-index: 1;
	width: 20px;
	height: 58px;
	background: url(../image/downTip.png) no-repeat center;
	background-size: contain;
	animation: downTip 1s linear infinite alternate;
	-webkit-animation: downTip 1s linear infinite alternate;
}
@-webkit-keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 20px;opacity:1;}
}
@keyframes downTip {
    from {bottom: 30px;opacity:0.9;}
    to {bottom: 20px;opacity:1;}
}

@media (max-width: 767px) {
	.index_banner .banner1 .banner_bg {
		background-attachment: initial;
	}
	.index_banner .PC_img {
		display: none;
	}
	.downTip {
		width: 15px;
		height: 44px;
	}
}
@media (min-width: 768px) {
	.banner_text {
		padding-top: 80px;
	}
	.index_banner .min_img {
		display: none;
	}
	.index_banner .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 10px!important;
	}
}

.index_main {
	padding: 30px 0;
	overflow: hidden;
	position: relative;
}
.index_main:nth-child(even) {
	background-color: #f3f3f3;
}
.index_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: top center;
}
.index_title {
	text-align: center;
	margin-bottom: 35px;
}
.index_title a {
	display: block;
	color: #2e2e2e;
	position: relative;
}
.index_title h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.index_title p {
	width: 100%;
	color: #535353;
	font-size: 12px;
	margin: 10px auto 0;
}
.online-booking a {
	display: block;
	background-color: #0068a3;
	font-size: 18px;
	color: #fff;
	text-align: center;
	max-width: 160px;
	line-height: 44px;
	margin: 30px auto 0;
	border-radius: 22px;
}
.index_more {
	text-align: center;
	margin-top: 30px;
}
.index_more a {
	display: inline-block;
	background-color: #0068a3;
	border-radius: 20px;
	color: #fff;
	line-height: 20px;
	padding: 5px 20px;
	min-width: 100px;
}
.index_more a:hover {
	background-color: #007ec5;
}

/*首页产品*/
.index_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.index_list:before,
.index_list:after {
	display: none;
}
.index_list .column {
	margin: 15px 0;
}
.index_list a {
	display: block;
	border: 1px #d8d8d8 solid;
	color: #282828;
	text-align: center;
	border-radius: 10px;
	padding: 30px 10px 20px;
	height: 100%;
}
.index_list a .icon img {
	display: block;
	width: 100%;
	max-width: 90px;
	margin: 0 auto;
}
.index_list a h2 {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_list a p {
	color: #6d6d6d;
	font-size: 12px;
	line-height: 20px;
	margin: 10px 0 0;
}
.index_list a p span {
	display: block;
}
.index_list a em {
	display: block;
	background-color: #7ecafc;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 6px 15px;
	border-radius: 20px;
	max-width: 100px;
	margin: 10px auto 0;
}
.index_list .column:nth-child(2) a em {
	background-color: #0068a3;
}
.index_list .column:nth-child(3) a em {
	background-color: #ff6f52;
}
.index_list .column:nth-child(4) a em {
	background-color: #b59cc3;
}
.index_list .column:nth-child(1) a:hover {
	border-color: #7ecafc;
	color: #7ecafc;
}
.index_list .column:nth-child(2) a:hover {
	border-color: #0068a3;
	color: #0068a3;
}
.index_list .column:nth-child(3) a:hover {
	border-color: #ff6f52;
	color: #ff6f52;
}
.index_list .column:nth-child(4) a:hover {
	border-color: #b59cc3;
	color: #b59cc3;
}

/*首页解决方案*/
.solution_menu,
.solution_menu .row {
	margin-left: -10px;
	margin-right: -10px;
}
.solution_menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.solution_menu:before,
.solution_menu:after {
	display: none;
}
.solution_menu .column {
	padding: 0 10px;
	margin-bottom: 30px;
}
.solution_menu a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #535252;
	text-align: center;
	background-color: #fff;
	padding: 30px 15px;
	height: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.solution_menu a:hover {
	background-color: #0068a3;
	color: #fdfbfb;
}
.solution_menu>.column>a .text {
	margin-top: 20px;
}
.solution_menu .row a {
	flex-direction: row;
	align-items: center;
	text-align: left;
}
.solution_menu .row a .text {
	width: 100%;
	padding-left: 20px;
	overflow: hidden;
}
.solution_menu a .icon {
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.solution_menu a:hover .icon {
	border: 2px #d8d8d8 solid;
}
.solution_menu a .icon img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.solution_menu a:hover .icon .iconDefault,
.solution_menu a .icon .iconHover {
	opacity: 0;
}
.solution_menu a:hover .icon .iconHover {
	opacity: 1;	
}
.solution_menu a h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0068a3;
	line-height: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.solution_menu a:hover h2 {
	color: #fff;
}
.solution_menu a p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.solution_menu a p span {
	display: block;
}
.solution_menu .row a p {
	margin-top: 5px;
}
.solution_menu a em {
	display: block;
	font-size: 12px;
	color: #898989;
	margin-top: 20px;
}
.solution_menu a:hover em {
	color: #c7c5c5;
}
.solution_menu .row a em {
	margin-top: 10px;
}

/*首页合作伙伴*/
.index_partner_img img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

/*首页服务*/
.service_box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.service_box ul li {
	margin-bottom: 30px;
}
.service_box ul li h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0068a3;
	margin: 0;
}
.service_box ul li p {
	color: #818181;
	line-height: 24px;
	margin: 10px 0 0;
}
.hexagon_box {
	width: 275px;
	margin: 0 auto;
	position: relative;
}
.hexagon {
	width: 136px;
	height: 238px;
	border-top: 2px #0068a3 solid;
	border-bottom: 2px #0068a3 solid;
	padding: 17px 10px;
	margin: 0 auto;
	position: relative;
}
.hexagon-logo {
	width: 116px;
	height: 200px;
	background-color: #ff6f52;
	position: relative;
	z-index: 1;
}
.hexagon:before,
.hexagon:after,
.hexagon-logo:before,
.hexagon-logo:after {
	content: "";
	width: 100%;
	position: absolute;
	left: 0;
}
.hexagon:before,
.hexagon:after {
	border-top: 2px #0068a3 solid;
	border-bottom: 2px #0068a3 solid;
	top: -2px;
	bottom: -2px;
}
.hexagon-logo:before,
.hexagon-logo:after {
	background-color: #ff6f52;
	top: 0;
	bottom: 0;
}
.hexagon:before,
.hexagon-logo:before {
	transform: rotate(60deg);
}
.hexagon:after,
.hexagon-logo:after {
	transform: rotate(120deg);
}
.hexagon-logo img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
}

/*首页新闻*/
.index_news_submenu {
	margin-bottom: 18px;
	margin-left: -5px;
	margin-right: -5px;
}
.index_news_submenu li {
	float: left;
	width: 50%;
	padding: 0 5px;
}
.index_news_submenu li a {
	background-color: #1e1f21;
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
}
.index_news_submenu li a:hover,
.index_news_submenu li.active a {
	background-color: #0068a3;
}
.index_news_list {
	margin-left: -10px;
	margin-right: -10px;
}
.index_news_list>.column {
	padding: 0 10px;
	margin: 15px 0;
}
.index_news_list .first a {
	display: block;
	color: #000;
	background-color: #f3f3f3;
	padding: 20px;
	height: 100%;
}
.index_news_list .first a:hover,
.index_news_list .first a:hover em {
	color: #0068a3;
}
.index_news_list .first a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.index_news_list .first a h2 {
	font-size: 18px;
	margin: 20px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.index_news_list .first a p {
	color: #626161;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 15px 0 10px;
}
.index_news_list .first a em {
	display: block;
	font-size: 16px;
	color: #626161;
	text-align: right;
}
.index_news_list_inner {
	background-color: #f3f3f3;
	padding: 15px;
	height: 100%;
}

@media (max-width: 767px) {
	.index_bg {
		background-size: cover;
	}
	.index_news_list .first a,
	.index_news_list_inner {
		padding: 10px;
	}
	.index_news_list .first a h2 {
		font-size: 16px;
	}
	.index_news_list .first a em {
		font-size: 14px;
	}
	.hexagon_box {
		-webkit-transform: scale(.8);
		transform: scale(.8);
		-webkit-transform-origin: center top;
		transform-origin: center top;
		width: auto;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.index_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.index_list .column {
		padding: 0 5px;
		margin: 5px 0;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.solution_menu .row .column {
		float: left;
		width: 50%;
	}
}
@media (max-width: 577px) and (orientation: landscape) {
	
}
@media (min-width: 768px) {
	.index_main {
		padding: 50px 0;
	}
	.index_bg {
		background-attachment: fixed;
	}
	.index_title {
		margin-bottom: 50px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title p {
		font-size: 14px;
	}
	.index_more {
		margin-top: 50px;
	}
	.index_more a {
		font-size: 16px;
		padding: 10px 40px;
		min-width: 156px;
	}
	/*首页产品*/
	.index_list a {
		padding: 35px 10px 30px;
	}
	.index_list a .icon img {
		max-width: 120px;
	}
	.index_list a h2 {
		font-size: 16px;
		margin-top: 25px;
	}
	.index_list a p {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}
	.index_list a em {
		max-width: 120px;
		margin-top: 20px;
	}
	/*首页解决方案*/
	.solution_menu .row .column:nth-child(n+3) {
		margin-bottom: 0;
	}
	.solution_menu a {
		padding: 40px 22px;
	}
	.solution_menu>.column>a .text {
		margin-top: 35px;
	}
	.solution_menu .row a .text {
		padding-left: 40px;
	}
	.solution_menu a .icon {
		width: 90px;
		height: 90px;
	}
	.solution_menu a h2 {
		font-size: 16px;
	}
	.solution_menu a p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-top: 15px;
	}
	.solution_menu .row a p {
		margin-top: 10px;
	}
	.solution_menu a em {
		font-size: 14px;
		margin-top: 20px;
	}
	.solution_menu .row a em {
		margin-top: 10px;
	}
	/*首页服务*/
	.hexagon_box:before,
	.hexagon_box:after {
		content: "";
		width: 230px;
		height: 2px;
		background-color: #0068a3;
		position: absolute;
		top: 50%;
		margin-top: -1px;
	}
	.hexagon_box:before {
		right: calc(100% - 2px);
	}
	.hexagon_box:after {
		left: calc(100% - 2px);
	}
	.hexagon_box_line:before,
	.hexagon_box_line:after,
	.hexagon_box_line i:before,
	.hexagon_box_line i:after {
		content: "";
		width: 2px;
		height: 158px;
		background-color: #0068a3;
		position: absolute;
	}
	.hexagon_box_line:before {
		left: 69px;
		bottom: calc(100% - 2px);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
	.hexagon_box_line:after {
		right: 69px;
		bottom: calc(100% - 2px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
	}
	.hexagon_box_line i:before {
		left: 69px;
		top: calc(100% - 2px);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transform-origin: left top;
		transform-origin: left top;
	}
	.hexagon_box_line i:after {
		right: 69px;
		top: calc(100% - 2px);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-webkit-transform-origin: right top;
		transform-origin: right top;
	}
	.service_box {
		min-height: 466px;
		max-width: 1036px;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
	}
	.service_box ul li {
		text-align: center;
		position: absolute;
		width: 200px;
		margin-bottom: 0;
	}
	/*.service_box ul [aos].aos-animate:nth-child(1) {
		-webkit-transition-delay: .3s;
		transition-delay: .3s;
	}
	.service_box ul [aos].aos-animate:nth-child(3) {
		-webkit-transition-delay: .6s;
		transition-delay: .6s;
	}
	.service_box ul [aos].aos-animate:nth-child(5) {
		-webkit-transition-delay: .9s;
		transition-delay: .9s;
	}
	.service_box ul [aos].aos-animate:nth-child(6) {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
	.service_box ul [aos].aos-animate:nth-child(4) {
		-webkit-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}
	.service_box ul [aos].aos-animate:nth-child(2) {
		-webkit-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}*/
	.service_box ul .li0 {
		top: 20px;
		left: 50%;
		margin-left: -100px;
	}
	.service_box ul .li1 {
		left: 35px;
		bottom: calc(50% + 40px);
	}
	.service_box ul .li2 {
		right: 50px;
		bottom: calc(50% + 50px);
	}
	.service_box ul .li3 {
		top: calc(50% + 50px);
		left: 35px;
	}
	.service_box ul .li4 {
		top: calc(50% + 50px);
		right: 50px;
	}
	.service_box ul .li5 {
		bottom: calc(0% + 15px);
		left: 50%;
		margin-left: -100px;
	}
	.service_box ul li p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	/*首页新闻*/
	.index_news_list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.index_news_list:before,
	.index_news_list:after {
		display: none;
	}
}
@media (min-width: 992px) {
	/*首页解决方案*/
	.solution_menu>.col-md-3 {
		width: 21.5625%;
	}
	.solution_menu>.col-md-6 {
		width: 56.875%;
	}
	.solution_menu a {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.solution_menu .row a .text {
		padding-left: 20px;
	}
	.solution_menu a .icon {
		width: 70px;
		height: 70px;
	}
	/*首页服务*/
	.hexagon_box {
		width: 334px;
	}
	.hexagon {
		width: 165px;
		height: 290px;
	}
	.hexagon-logo {
		width: 145px;
		height: 252px;
	}
	.hexagon_box:before,
	.hexagon_box:after {
		width: 300px;
	}
	.hexagon_box_line:before,
	.hexagon_box_line:after,
	.hexagon_box_line i:before,
	.hexagon_box_line i:after {
		height: 224px;
	}
	.hexagon_box_line:before,
	.hexagon_box_line i:before {
		left: 84px;
	}
	.hexagon_box_line:after,
	.hexagon_box_line i:after {
		right: 84px;
	}
	.service_box {
		min-height: 608px;
	}
	.service_box ul li {
		width: 288px;
	}
	.service_box ul .li0 {
		margin-left: -144px;
	}
	.service_box ul .li1 {
		bottom: calc(50% + 60px);
	}
	.service_box ul .li2 {
		right: 30px;
		bottom: calc(50% + 70px);
	}
	.service_box ul .li4 {
		right: 30px;
	}
	.service_box ul .li5 {
		bottom: calc(0% + 30px);
		margin-left: -144px;
	}
	.service_box ul li h2 {
		font-size: 18px;
	}
	.service_box ul li p {
		font-size: 16px;
		line-height: 30px;
		margin-top: 15px;
	}
	/*首页新闻*/
	.index_news_submenu li a {
		font-size: 16px;
		padding: 15px 10px;
	}
	.index_news_list>.col-sm-7 {
		width: 63.33334%;
	}
	.index_news_list>.col-sm-5 {
		width: 36.66666%;
	}
}
@media (min-width: 1200px) {
	.index_title h2 {
		font-size: 30px;
	}
	.index_title p {
		font-size: 16px;
		margin-top: 20px;
	}
	/*首页产品*/
	.index_list a {
		padding: 55px 15px 45px;
	}
	.index_list a .icon img {
		max-width: 142px;
	}
	.index_list a h2 {
		font-size: 18px;
		margin-top: 40px;
	}
	.index_list a p {
		font-size: 16px;
		line-height: 30px;
		margin-top: 25px;
	}
	.index_list a em {
		font-size: 16px;
		padding: 10px 15px;
		max-width: 156px;
		margin-top: 35px;
	}
	/*首页解决方案*/
	.solution_menu a .icon {
		width: 90px;
		height: 90px;
	}
	.solution_menu a h2 {
		font-size: 18px;
	}
	.solution_menu a p {
		font-size: 16px;
		line-height: 30px;
		height: 60px;
		margin-top: 30px;
	}
	.solution_menu .row a p {
		margin-top: 15px;
	}
	.solution_menu a em {
		margin-top: 40px;
	}
	.solution_menu .row a em {
		margin-top: 20px;
	}
	/*首页服务*/
	.hexagon_box:before,
	.hexagon_box:after {
		width: 350px;
	}
	.service_box ul .li1 ,
	.service_box ul .li3 {
		left: 65px;
	}
	.service_box ul .li2,
	.service_box ul .li4 {
		right: 80px;
	}	
}
@media (min-width: 1440px) {
	.index_title h2 {
		font-size: 36px;
	}
	/*首页产品*/
	.index_list {
		margin-left: -24px;
		margin-right: -24px;
	}
	.index_list .column {
		padding: 0 24px;
	}
	/*首页解决方案*/
	.solution_menu a {
		padding-top: 55px;
		padding-bottom: 55px;
	}
	.solution_menu>.column>a .text {
		margin-top: 65px;
	}
	.solution_menu .row a .text {
		padding-left: 40px;
	}
	.solution_menu a .icon {
		width: 112px;
		height: 112px;
	}
	/*首页新闻*/
	.index_news_main .container {
		width: 1366px;
	}
	.index_news_submenu li a {
		font-size: 18px;
		padding: 20px 10px;
	}
}
@media (min-width: 1600px) {
	.index_list {
		padding: 0 6%;
	}
	.solution_menu {
		padding: 0 30px;
	}
}

/*内页*/
.inside_banner_main {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.submenu_title {
	background-color: #0068a3;
	color: #fff;
	padding: 20px 10px 15px;
	text-transform: uppercase;
	margin-bottom: 1px;
}
.submenu_title h2 {
	font-size: 18px;
	margin: 0;
}
.submenu_title span {
	display: block;
	font-size: 20px;
	line-height: 1.2;
	color: rgba(254,254,254,.1);
}
.submenu>li>a {
	border-bottom: 1px rgba(255,255,255,.3) solid;
	color: #efefef;
	line-height: 20px;
	padding: 10px;
	padding-right: 25px!important;
}
.submenu li:last-child a {
	border-bottom: 0;
}
.submenu>li>a i {
	font-size: 18px;
	line-height: 1;
	font-weight: 500;
	color: #efefef;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 15px;
	transition: all .5s;
}
.submenu>li>a:hover i,
.submenu>li.active>a i {
	color: #fff;
}
.submenu>li.active>a i {
	transform: rotate(45deg);
}
.submenu>li>a:hover,
.submenu>li.active>a {
	background-color: #0068a3;
	color: #fff;
	border-bottom-color: #0068a3;
}

.submenu .levelMenu {
	display: none;
}
.submenu .levelMenu a {
	display: block;
	font-size: 12px;
	background-color: rgba(255,255,255,.1);
	color: #efefef;
	margin-top: 2px;
	padding-left: 48px;
	padding-right: 20px;
	padding: 8px 10px 8px 28px;
}
.submenu .levelMenu a:hover,
.submenu .levelMenu a.active {
	background-color: rgba(0,104,163,.9);
	color: #fff;
}

.inside_box_right {
	width: 100%;
	/*overflow: hidden;*/
	position: relative;
	padding-top: 27px;
}

.location_main {
	background-color: #0068a3;
	color: #848585;
	padding: 10px 0;
}
.location {
	color: #848585;
	border-bottom: 1px #c8c9c9 solid;
	padding-bottom: 18px;
	padding-left: 30px;
	margin-bottom: 30px;
	position: relative;
}
.location:before {
	content: "";
	width: 16px;
	height: 22px;
	background: url(../image/icon23.png) no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.location b,
.location a {
	font-weight: normal;
	color: #848585;
	line-height: 22px;
}
.location a:hover {
 	color: #0068a3;
}

.wrapper {
	min-height: 55vh;
	position: relative;
	z-index: 1;
}
.inside_main {
	padding-bottom: 30px;
	position: relative;
}
.inside_main .container {
	position: relative;
}
.inside_main .index_title {
	margin-bottom: 25px;
}

.inside_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 15px;
	border-bottom: 1px #e1e7f0 dashed;
	padding-bottom: 20px;
}
.inside_title .icon {
	background-color: #0068a3;
	flex: 0 0 auto;
	width: 80px;
	margin-right: 15px;
}
.inside_title .icon img {
	display: block;
	width: 100%;
}
.inside_title h2 {
	font-size: 18px;
	margin: 0;
}
.inside_title p {
	color: #868787;
	margin: 10px 0 0;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}
.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
    text-align: center;
}
.InfoTitle h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.InfoTitle .date span {
	padding: 0 5px;
}
.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
}
.goBack a:hover {
	background-color: #0068a3;
}
.pager {
	margin: 50px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
}
.pager li>a:hover {
	color: #fff;
	border-color: #0068a3;
	background-color: #0068a3;
}
.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #0068a3;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.inside_banner .swiper-button-prev,
	.inside_banner .swiper-button-next {
		width: 18px;
		height: 29px;
		margin-top: -15px;
		background-size: contain;
	}
	.submenu_title {
		display: none;
	}
	.submenu_main {
		width: 50%;
		max-width: 210px;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -210px;
		z-index: 1030;
		background-color: #333;
		padding-top: 40px;
		overflow-y: scroll;
	}
	.submenu_main::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
	.menu_icon {
		width: 24px;
		height: 24px;
		background: url(../image/submenu.png) no-repeat center;
		background-size: contain;
		display: block;
		margin-bottom: 15px;
	}
	.submenu_close {
		width: 100%;
		height: 40px;
		background: url(../image/close.png) no-repeat center;
		background-size: 30px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.pager {
		margin-top: 30px;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		margin: 0 30px;
	}
	.inside_banner .min_img {
		display: none;
	}
	.inside_banner .swiper-button-prev {
		left: 100px;
	}
	.inside_banner .swiper-button-next {
		right: 100px;
	}
	.inside_box {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.submenu_main {
		flex: 0 0 auto;
		width: 200px;
		margin-right: 30px;
		margin-top: -30px;
	}
	.submenu_title {
		padding: 30px 15px 15px;
	}
	.submenu_title h2 {
		font-size: 24px;
	}
	.submenu_title span {
		font-size: 28px;
	}
	.submenu {
		border: 1px #cecfcf solid;
	}
	.submenu li+li {
		margin-top: 5px;
	}
	.submenu>li>a {
		color: #444343;
		padding: 15px;
		border-bottom-color: #cecfcf;
	}
	.submenu>li>a i {
		color: #666;
	}
	.submenu .levelMenu a {
		font-size: 14px;
		color: #444343;
		padding: 12px 20px 12px 48px;
		background-color: #e2e2e2;
	}
	.inside_main {
		padding-bottom: 50px;
	}
	.inside_title .icon {
		width: 100px;
		margin-right: 30px;
	}
	.inside_title h2 {
		font-size: 20px;
	}
	.inside_title p {
		font-size: 16px;
		margin-top: 15px;
	}
}
@media (min-width: 992px) {	
	.submenu_main {
		width: 245px;
		margin-top: -38px;
	}
	.submenu_title {
		padding: 38px 20px 25px;
	}
	.submenu>li>a {
		font-size: 16px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.inside_title .icon {
		width: 120px;
		margin-right: 40px;
	}
}
@media (min-width: 1200px) {
	.inside_main .index_title h2 {
		font-size: 24px;
	}
}
@media (min-width: 1440px) {
	.submenu_main {
		width: 295px;
		margin-right: 50px;
		margin-top: -58px;
	}
	.submenu_title {
		padding: 58px 25px 36px;
	}
	.submenu_title h2 {
		font-size: 30px;
	}
	.submenu_title span {
		font-size: 36px;
	}
	.submenu>li>a {
		padding: 18px 25px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
}

/*详情*/
.detailsItem {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 15px;
}
.title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}
.title:before,
.title:after {
	content: "";
	width: 104px;
	height: 1px;
	background-color: #0068a3;
	display: block;
}
.title h4 {
	font-size: 20px;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}
.title h4:before,
.title h4:after {
	content: "";
	width: 18px;
	height: 12px;
	background: url(../image/icon36.png) no-repeat center;
	background-size: 100%;
	display: block;
	flex: 0 0 auto;
}
.title h4 i {
	margin: 0 15px;
}

.serviceAdvantage {
	position: relative;
}
.serviceAdvantage ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.serviceAdvantage li {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.serviceAdvantage li .text {
	margin-left: 10px;
}
.serviceAdvantage li h2 {
	font-size: 16px;
	line-height: 24px;
	color: #030303;
	margin: 0;
}
.serviceAdvantage li p {
	color: #7d7d7d;
	line-height: 24px;
	margin: 5px 0 0;
}
.serviceAdvantage li br {
	display: none;
}
.serviceAdvantage li i {
	flex: 0 0 auto;
	width: 42px;
	height: 42px;
	background-color: #a0d1ef;
	border-radius: 100%;
	font-size: 20px;
	color: #fff;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.serviceAdvantage .li2 i {
	background-color: #aecc66;
}
.serviceAdvantage .li3 i {
	background-color: #ff6f52;
}
.serviceAdvantage .li4 i {
	background-color: #b59cc3;
}
.serviceAdvantage .li5 i {
	background-color: #fec703;
}
.serviceAdvantage .li6 i {
	background-color: #0068a3;
}
.serviceAdvantage_title_box {
	width: 230px;
	height: 230px;
	background: url(../image/bg2.png) no-repeat center;
	background-size: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.serviceAdvantage_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #0068a3;
	position: relative;
}
.serviceAdvantage_title h2 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0;
	position: relative;
	z-index: 1;
}
.serviceAdvantage_title1 {
	width: 116px;
	height: 116px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.serviceAdvantage_title1 h2 {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.serviceAdvantage_title3 {
	width: 148px;
	height: 85px;
}
.serviceAdvantage_title3:before,
.serviceAdvantage_title3:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #0068a3;
	display: block;
	position: absolute;
	left: 0;
}
.serviceAdvantage_title3:before {
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}
.serviceAdvantage_title3:after {
	-webkit-transform: rotate(120deg);
	transform: rotate(120deg);
}

.serviceAdvantage_title2 {
	width: 166px;
	height: 157px;
	background-color: transparent;
}
.serviceAdvantage_title2:before,
.serviceAdvantage_title2:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
}
.serviceAdvantage_title2:before {
	top: 0;
	border-left: 83px transparent solid;
	border-right: 83px transparent solid;
	border-bottom: 60px #0068a3 solid;
}
.serviceAdvantage_title2:after {
	bottom: 0;
	width: 166px;
	border-top: 97px #0068a3 solid;
	border-left: 32px transparent solid;
	border-right: 32px transparent solid;
}

@media (max-width: 767px) {
	.serviceAdvantage_title_box {
		width: 192px;
		height: 192px;
		margin-bottom: 20px;
	}
	.serviceAdvantage_title h2 {
		font-size: 18px;
	}
	.serviceAdvantage li+li {
		margin-top: 20px;
	}
	
	.serviceAdvantage_title1 {
		width: 96px;
		height: 96px;
	}
	.serviceAdvantage_title3 {
		width: 124px;
		height: 71px;
	}
	.serviceAdvantage_title2 {
		width: 139px;
		height: 132px;
	}
	.serviceAdvantage_title2:before {
		border-width: 0 69px 50px;
	}
	.serviceAdvantage_title2:after {
		width: 139px;
		border-width: 82px 26px 0;
	}
}
@media (min-width: 768px) {
	.detailsItem {
		padding: 20px;
	}
	.title h4 {
		font-size: 28px;
	}
	.title h4:before,
	.title h4:after {
		width: 26px;
		height: 18px;
	}
	.serviceAdvantage {
		width: 230px;
		margin: 92px auto 70px;
	}
	.serviceAdvantage li {
		position: absolute;
		width: 100%;
	}
	.serviceAdvantage li:first-child,
	.serviceAdvantage li:last-child {
		width: 150%;
	}
	.serviceAdvantage .li3,
	.serviceAdvantage .li5 {
		max-width: 170px;
	}
	.serviceAdvantage .li2,
	.serviceAdvantage .li4 {
		flex-direction: row-reverse;
	}
	.serviceAdvantage li:first-child {
		flex-direction: column-reverse;
	}
	.serviceAdvantage li:last-child {
		flex-direction: column;
	}
	.serviceAdvantage .li2 .text,
	.serviceAdvantage .li4 .text {
		margin: 0 10px 0 0;
	}
	.serviceAdvantage li:first-child .text {
		margin: 0 0 10px;
	}
	.serviceAdvantage li:last-child .text {
		margin: 10px 0 0;
	}
	.serviceAdvantage .li1 {
		text-align: center;
		bottom: calc(100% - 21px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.serviceAdvantage li:last-child {
		text-align: center;
		top: calc(100% - 21px);
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.serviceAdvantage .li2,
	.serviceAdvantage .li4 {
		right: calc(100% - 21px)!important;
		text-align: right;
	}
	.serviceAdvantage .li3,
	.serviceAdvantage .li5 {
		left: calc(100% - 21px)!important;
	}	
	
	.serviceAdvantage1 .li2,
	.serviceAdvantage1 .li3 {
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.serviceAdvantage1 .li4 {
		right: auto;
	}
	
	.serviceAdvantage3 .li2,
	.serviceAdvantage3 .li3 {
		top: 10%;
	}
	.serviceAdvantage3 .li4,
	.serviceAdvantage3 .li5 {
		bottom: 10%;
	}
	.serviceAdvantage3 .li2,
	.serviceAdvantage3 .li4 {
		right: calc(100% - 40px)!important;
	}
	.serviceAdvantage3 .li3,
	.serviceAdvantage3 .li5 {
		left: calc(100% - 40px)!important;
	}
	
	.serviceAdvantage2 .li2,
	.serviceAdvantage2 .li3 {
		top: calc(50% - 35px);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}	
	.serviceAdvantage2 .li2 {
		right: calc(100% - 35px)!important;
	}
	.serviceAdvantage2 .li3 {
		left: calc(100% - 35px)!important;
	}
	.serviceAdvantage2 .li4,
	.serviceAdvantage2 li:last-child {
		top: calc(100% - 50px)!important;
	}
	.serviceAdvantage2 .li4 {
		right: calc(100% - 80px)!important;
	}
	.serviceAdvantage2 .li5 {
		left: calc(100% - 80px)!important;
		max-width: 100%;
	}
	.serviceAdvantage2 li:last-child {
		flex-direction: row;
		text-align: left;
		-webkit-transform: none;
		transform: none;
	}
	.serviceAdvantage2 li:last-child .text {
		margin: 0 0 0 10px;
	}
}
@media (min-width: 992px) {
	.serviceAdvantage .li3,
	.serviceAdvantage .li5 {
		max-width: 100%;
	}
}
@media (min-width: 1200px) {
	.detailsItem {
		padding: 40px;
	}
	.title {
		margin-bottom: 40px;
	}
	.title h4 {
		font-size: 32px;
	}
	.title h4 i {
		margin: 0 30px;
	}
	.serviceAdvantage_title_box {
		width: 326px;
		height: 326px;
	}
	.serviceAdvantage_title h2 {
		font-size: 30px;
	}
	.serviceAdvantage {
		width: 326px;
		margin-top: 136px;
		margin-bottom: 100px;
	}
	.serviceAdvantage li .text {
		margin-left: 20px;
	}
	.serviceAdvantage li h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.serviceAdvantage li p {
		margin-top: 10px;
	}
	.serviceAdvantage .li2 .text,
	.serviceAdvantage .li4 .text {
		margin: 0 20px 0 0;
	}
	.serviceAdvantage li:first-child .text {
		margin: 0 0 20px;
	}
	.serviceAdvantage li:last-child .text {
		margin: 20px 0 0;
	}
	.serviceAdvantage li i {
		width: 60px;
		height: 60px;
		font-size: 32px;
	}
	.serviceAdvantage li br {
		display: block;
	}
	.serviceAdvantage .li1 {
		bottom: calc(100% - 30px);
	}
	.serviceAdvantage li:last-child {
		top: calc(100% - 35px);
	}
	.serviceAdvantage .li2,
	.serviceAdvantage .li4 {
		right: calc(100% - 40px)!important;;
	}
	.serviceAdvantage .li3,
	.serviceAdvantage .li5 {
		left: calc(100% - 40px)!important;;
	}
	
	.serviceAdvantage_title1 {
		width: 163px;
		height: 163px;
	}
	
	.serviceAdvantage_title3 {
		width: 210px;
		height: 120px;
	}
	.serviceAdvantage3 .li2,
	.serviceAdvantage3 .li3 {
		top: 20%;
	}
	.serviceAdvantage3 .li4,
	.serviceAdvantage3 .li5 {
		bottom: 20%;
	}
	.serviceAdvantage3 .li2,
	.serviceAdvantage3 .li4 {
		right: calc(100% - 50px)!important;;
	}
	.serviceAdvantage3 .li3,
	.serviceAdvantage3 .li5 {
		left: calc(100% - 50px)!important;;
	}
	
	.serviceAdvantage_title2 {
		width: 236px;
		height: 224px;
	}
	.serviceAdvantage_title2:before {
		border-width: 0 118px 85px;
	}
	.serviceAdvantage_title2:after {
		width: 236px;
		border-width: 139px 45px 0;
	}
	.serviceAdvantage2 .li4 {
		right: calc(100% - 110px)!important;
	}
	.serviceAdvantage2 .li5 {
		left: calc(100% - 110px)!important;
	}
	.serviceAdvantage2 li:last-child .text {
		margin: 0 0 0 20px;
	}
}
@media (min-width: 1440px) {
	.title h4 {
		font-size: 36px;
	}
	.serviceAdvantage_title_box {
		width: 384px;
		height: 384px;
	}
	.serviceAdvantage_title h2 {
		font-size: 30px;
	}
	.serviceAdvantage {
		width: 384px;
		margin-top: 170px;
		margin-bottom: 130px;
	}
	.serviceAdvantage li i {
		width: 70px;
		height: 70px;
		font-size: 36px;
	}
	.serviceAdvantage .li1 {
		bottom: calc(100% - 35px);
	}
	.serviceAdvantage li:last-child {
		top: calc(100% - 40px);
	}
	.serviceAdvantage .li2,
	.serviceAdvantage .li4 {
		right: calc(100% - 45px)!important;;
	}
	.serviceAdvantage .li3,
	.serviceAdvantage .li5 {
		left: calc(100% - 45px)!important;;
	}
	
	.serviceAdvantage_title1 {
		width: 192px;
		height: 192px;
	}
	
	.serviceAdvantage_title3 {
		width: 248px;
		height: 142px;
	}
	.serviceAdvantage3 .li2,
	.serviceAdvantage3 .li4 {
		right: calc(100% - 60px)!important;;
	}
	.serviceAdvantage3 .li3,
	.serviceAdvantage3 .li5 {
		left: calc(100% - 60px)!important;;
	}
	
	.serviceAdvantage_title2 {
		width: 278px;
		height: 264px;
	}
	.serviceAdvantage_title2:before {
		border-width: 0 139px 100px;
	}
	.serviceAdvantage_title2:after {
		width: 278px;
		border-width: 164px 54px 0;
	}
	.serviceAdvantage2 .li4 {
		right: calc(100% - 130px)!important;
	}
	.serviceAdvantage2 .li5 {
		left: calc(100% - 130px)!important;
	}
}

.serviceProcess {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.serviceProcess:before,
.serviceProcess:after {
	display: none;
}
.serviceProcess .column {
	margin: 10px 0;
}
.serviceProcess .column:after {
	content: "";
	width: 28px;
	height: 16px;
	background: url(../image/icon37.png) no-repeat center;
	background-size: contain;
	display: block;
	position: absolute;
	top: 37px;
	left: calc(100% - 14px);
}
.serviceProcess .column:nth-child(4n):after,
.serviceProcess .column:last-child:after {
	display: none;
}
.serviceProcess a {
	width: 90px;
	height: 90px;
	border-radius: 100%;
	background-color: #0068a3;
	margin: 0 auto;
	color: #fefefe;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.serviceProcess .column2 a {
	background-color: #b59cc3;
}
.serviceProcess .column3 a {
	background-color: #488c01;
}
.serviceProcess .column4 a {
	background-color: #aecc66;
}
.serviceProcess .column5 a {
	background-color: #ff6f52;
}
.serviceProcess .column6 a {
	background-color: #a0d1ef;
}
.serviceProcess .column7 a {
	background-color: #0068a3;
}
.serviceProcess .column8 a {
	background-color: #5183fb;
}
.serviceProcess a i {
	display: block;
	font-size: 24px;
	line-height: 1;
}
.serviceProcess a span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.serviceProcess p {
	color: #7d7d7d;
	line-height: 24px;
	text-align: center;
	margin: 10px 0 0;
}
.serviceProcess p br {
	display: none;
}

.serviceProcess1 .column:nth-child(4n):after,
.serviceProcess2 .column:nth-child(4n):after {
	display: block;
}
.serviceProcess2 .column:nth-child(3n):after {
	display: none;
}

/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.serviceProcess .column:nth-child(2n):after {
		display: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.serviceProcess .column {
		width: 33.33333%;
	}
	.serviceProcess .column:nth-child(3n):after {
		display: none;
	}
}
@media (min-width: 768px) {
	.serviceProcess1 .column3:after {
		display: none;
	}
	.serviceProcess1 .column1:after {
		left: calc(100% - 24px);
	}
	.serviceProcess1 .column2:after {
		left: calc(100% - 4px);
	}
	.serviceProcess1 .column1 a {
		margin-left: 0;
	}
	.serviceProcess1 .column3 a {
		margin-right: 0;
	}
}
@media (min-width: 992px) {
	.serviceProcess p br {
		display: block;
	}
	.serviceProcess1 .column1:after {
		left: calc(100% - 28px);
	}
	.serviceProcess1 .column2:after {
		left: calc(100% - 8px);
	}
	.serviceProcess1 .column1 a {
		margin-left: 11.12099%;
	}
	.serviceProcess1 .column3 a {
		margin-right: 11.12099%;
	}
}
@media (min-width: 1200px) {
	.detailsItem .InfoContent {
		font-size: 16px;
	}
	.serviceProcess .column {
		margin: 20px 0;
	}
	.serviceProcess .column:after {
		width: 36px;
		height: 20px;
		left: calc(100% - 18px);
		top: 50px;
	}
	.serviceProcess p {
		margin-top: 25px;
	}
	.serviceProcess a {
		width: 120px;
		height: 120px;
	}
	.serviceProcess a i {
		font-size: 32px;
	}
	.serviceProcess a span {
		font-size: 16px;
		margin-top: 10px;
	}
	.serviceProcess1 .column1:after {
		left: calc(100% - 36px);
	}
	.serviceProcess1 .column2:after {
		left: calc(100% - 1px);
	}
}
@media (min-width: 1440px) {
	.serviceProcess .column {
		margin: 35px 0;
	}
	.serviceProcess .column:after {
		width: 68px;
		height: 38px;
		left: calc(100% - 34px);
		top: 61px;
	}
	.serviceProcess a {
		width: 160px;
		height: 160px;
	}
	.serviceProcess a i {
		font-size: 48px;
	}
	.serviceProcess a span {
		font-size: 20px;
		margin-top: 20px;
	}
	.serviceProcess1 .column1:after {
		left: calc(100% - 54px);
	}
	.serviceProcess1 .column2:after {
		left: calc(100% - 14px);
	}
	.serviceProcess1 .column1 a {
		margin-left: 9.11078%;
	}
	.serviceProcess1 .column3 a {
		margin-right: 9.11078%;
	}
}
@media (min-width: 1600px) {
	.serviceProcess1 .column1:after {
		left: calc(100% - 60px);
	}
	.serviceProcess1 .column2:after {
		left: calc(100% - 8px);
	}
	.serviceProcess1 .column1 a {
		margin-left: 15.74675%;
	}
	.serviceProcess1 .column3 a {
		margin-right: 15.74675%;
	}
}

.serviceCase .column {
	margin: 15px 0;
}
.serviceCase .img {
	border: 1px #999 solid;
}
.serviceCase .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.benefitList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.benefitList:before,
.benefitList:after {
	display: none;
}
.benefitList .column {
	margin: 15px 0;
}
.benefitList a {
	color: #000;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}
.benefitList a .text {
	padding: 25px 15px 20px;
	border: 1px #d6d4d4 solid;
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.2);
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
	height: 100%;
}
.benefitList a h2 {
	font-size: 20px;
	margin: 0 0 5px;
}
.benefitList a p {
	color: #656565;
	line-height: 24px;
	min-height: 68px;
	margin: 10px 0 0;
}
.benefitList a p br {
	display: none;
}
.benefitList a .img {
	flex: 0 0 auto;
}
.benefitList a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.benefitList2 {
	max-width: 1020px;
	margin: 0 auto;
}

.conditionList .column {
	margin: 15px 0;
}
.conditionList .InfoContent {
	color: #7d7d7d;
}
.conditionList1 .InfoContent {
	font-size: 14px;
	line-height: 30px;
}

.reviewMaterials .column {
	margin: 15px 0;
}
.reviewMaterials a {
	display: block;
	color: #333;
	height: 100%;
	position: relative;
	padding: 15px 0 0 15px;
}
.reviewMaterials a i {
	width: 36px;
	height: 36px;
	background-color: #0068a3;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	font-family: Droid Serif;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.reviewMaterials a i:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #054468;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}
.reviewMaterials .column2 a i {
	background-color: #9dbf75;
}
.reviewMaterials .column2 a i:after {
	background-color: #;
}
.reviewMaterials .column3 a i {
	background-color: #fa6d50;
}
.reviewMaterials .column3 a i:after {
	background-color: #;
}
.reviewMaterials a .text {
	background-color: #fff;
	-webkit-box-shadow: 0 1px 9px rgba(80,80,80,.40);
	box-shadow: 0 1px 9px rgba(80,80,80,.40);
	padding: 0 20px 0 40px;
	height: 100%;
	min-height: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.reviewMaterials a p {
	line-height: 24px;
	margin: 0;
}

@media (max-width: 767px) {
	.serviceCase {
		margin-left: -8px;
		margin-right: -8px;
	}
	.serviceCase .column {
		padding: 0 8px;
		margin: 8px 0;
	}
	
	.benefitList a .text {
		padding: 15px 10px 10px;
	}
	.benefitList a h2 {
		font-size: 18px;
	}
}
/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.benefitList .column {
		width: 100%;
	}
	.benefitList a .text {
		padding-bottom: 20px;
	}
	.benefitList a p {
		min-height: auto;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.serviceCase .column {
		width: 33.33333%;
	}
}
@media (min-width: 992px) {
	.reviewMaterials {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	.reviewMaterials:before,
	.reviewMaterials:after {
		display: none;
	}
}
@media (min-width: 1200px) {
	.conditionList {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		margin: 0;
	}
	.conditionList:before,
	.conditionList:after {
		display: none;
	}
	.conditionList .column {
		width: 100%;
		padding: 0;
	}
	
	.reviewMaterials a p {
		font-size: 16px;
		line-height: 30px;
	}
}
@media (min-width: 1440px) {
	.serviceCase .column {
		width: 20%;
	}
	.benefitList a p br {
		display: block;
	}
	.conditionList .column {
		width: 50%;
	}
	.conditionList .column>.img {
		padding-right: 8.33333%;
	}
	.reviewMaterials {
		margin-left: -50px;
		margin-right: -50px;
	}
	.reviewMaterials .column {
		padding: 0 50px;
	}
	
	.benefitList1 .column {
		width: 20%;
	}
}

/*解决方案*/
.solution_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.solution_list:before,
.solution_list:after {
	display: none;
}
.solution_list .column {
	margin: 15px 0;
}
.solution_list a {
	display: block;
	border: 1px #cecfcf solid;
	padding: 38px 15px;
	color: #222;
	text-align: center;
	height: 100%;
}
.solution_list a:hover {
	color: #0068a3;
}
.solution_list a .icon {
	width: 105px;
	margin: 0 auto;
}
.solution_list a .icon img {
	display: block;
	width: 100%;
}
.solution_list a h2 {
	font-size: 18px;
	margin: 30px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.solution_list a em {
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	max-width: 130px;
	background-color: #555;
	border-radius: 20px;
	margin: 0 auto;
}
.solution_list .column0 a em {
	background-color: #4f83fb;
}
.solution_list .column1 a em {
	background-color: #edc062;
}
.solution_list .column2 a em {
	background-color: #9ece59;
}
.solution_list .last a {
	min-height: 302px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.solution_list .last a span {
	display: block;
	font-size: 18px;
	color: #222;
	margin-top: 45px;
}
.solution_list .last a i {
	display: block;
	width: 16px;
	height: 16px;
	background-color: #4c4c4c;
	border-radius: 100%;
	margin: 0 auto;
	position: relative;
}
.solution_list .last a i:before,
.solution_list .last a i:after {
	content: "";
	width: 16px;
	height: 16px;
	background-color: #4c4c4c;
	border-radius: 100%;
	display: block;
	position: absolute;
	top: 0;
}
.solution_list .last a i:before {
	right: calc(100% + 5px);
}
.solution_list .last a i:after {
	left: calc(100% + 5px);
}

@media (max-width: 767px) {
	.solution_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.solution_list .column {
		padding: 0 5px;
		margin: 5px 0;
	}
	.solution_list a {
		padding: 28px 10px;
	}
	.solution_list a .icon {
		width: 80px;
	}
	.solution_list a h2 {
		font-size: 16px;
		margin: 20px 0;
	}
	.solution_list a em {
		font-size: 12px;
		max-width: 100px;
		line-height: 32px;
	}
	.solution_list .last a {
		min-height: 227px;
	}
	.solution_list .last a span {
		font-size: 16px;
	}
	.solution_list .last a i,
	.solution_list .last a i:before,
	.solution_list .last a i:after {
		width: 10px;
		height: 10px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.solution_list .column {
		width: 33.3333%;
	}
}
@media (min-width: 1440px) {
	.solution_list {
		margin-left: -25px;
		margin-right: -25px;
	}
	.solution_list .column {
		padding: 0 25px;
	}
}
@media (min-width: 1600px) {
	.solution_list {
		margin-left: -50px;
		margin-right: -50px;
	}
	.solution_list .column {
		padding: 0 50px;
	}
}

/*专家团队*/
.team_list .column {
	margin: 15px 0;
}
.team_list a {
	display: block;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.team_list a .text {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 100%;
	background-color: rgba(0,104,163,.7);
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.team_list a:hover .text {
	bottom: 0;
}
.team_list a .text:after {
	content: "";
	border: 1px #fff solid;
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	opacity: 0;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .5s;
	transition: all .5s;
}
.team_list a:hover .text:after {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.team_list a h2 {
	flex: 0 0 auto;
	font-size: 18px;
	text-align: center;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.team_list a h2:after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 10px auto 0;
}
.team_list a p {
	color: #eee;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow-y: auto;
	margin: 30px 0 0;
	position: relative;
	z-index: 1;
}
.team_list a p::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.team_list a i {
	flex: 0 0 auto;
	display: block;
	width: 36px;
	height: 36px;
	background: url(../image/icon24.png) no-repeat center;
	background-size: contain;
	margin: 15px auto 0;
}

/*竖屏*/
@media (max-width: 767px) and (orientation: portrait) {
	.team_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.team_list .column {
		padding: 0 5px;
		margin: 5px 0;
	}
	.team_list a .text {
		padding: 0 15px;
	}
	.team_list a .text:after {
		top: 5px;
		right: 5px;
		bottom: 5px;
		left: 5px;
	}
	.team_list a h2 {
		font-size: 16px;
	}
	.team_list a h2:after {
		width: 30px;
	}
	.team_list a p {
		font-size: 12px;
		line-height: 20px;
		-webkit-line-clamp: 4;
		margin-top: 15px;
	}
	.team_list a i {
		font-size: 24px;
		height: 24px;
	}
}
@media (min-width: 1200px) {
	.team_list a i {
		margin-top: 30px;
	}
}
@media (min-width: 1600px) {	
	.team_list {
		margin-left: -25px;
		margin-right: -25px;
	}
	.team_list .column {
		padding: 0 25px;
		margin: 25px 0;
	}
}

/*合作伙伴*/
.partner_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -2px;
	margin-right: -2px;
}
.partner_list:before,
.partner_list:after {
	display: none;
}
.partner_list .column {
	padding: 0 2px;
	margin: 2px 0;
}
.partner_list a {
	border: 1px #999 solid;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #3675cf;
	font-size: 18px;
	text-transform: uppercase;
}
.partner_list .img {
	border: 1px #999 solid;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.partner_list .img:hover {
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,.2);
	box-shadow: 0 4px 12px rgba(0,0,0,.2);
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.partner_list .column {
		width: 25%;
	}
}
@media (min-width: 1200px) {
	.partner_list .column {
		width: 20%;
	}
}
@media (min-width: 1600px) {
	.partner_list .column {
		width: 16.66667%;
	}
}

/*新闻*/
.news_list .column {	
	padding-bottom: 18px;
}
.news_list .column+.column {
	padding-top: 18px;
	border-top: 1px #d4d4d3 solid;
}
.news_list .column:last-child {	
	padding-bottom: 0;
}
.news_list a {
	color: #000;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news_list a:hover {
	color: #0068a3;
}
.news_list a .text {
	width: 100%;
	padding-left: 15px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_list a p {
	font-size: 14px;
	color: #aaa;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin: 10px 0 0;
}
.news_list a span {
	display: block;
	color: #aaa;
	margin-top: 10px;
}
.news_list a .img {
	flex: 0 0 auto;
	width: 46%;
	max-width: 204px;
	background-position: center;
	background-size: cover;
	position: relative;
}

@media (max-width: 767px) {
	.news_list a p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
	.news_list a em {
		font-size: 12px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.news_list a p {
		height: 60px;
		-webkit-line-clamp: 3;
	}
}
@media (min-width: 768px) {
	.news_list a h2 {
		-webkit-line-clamp: 1;
	}
}
@media (min-width: 992px) {
	.news_list a h2 {
		-webkit-line-clamp: 2;
	}
}
@media (min-width: 1200px) {
	.news_list a p {
		height: 72px;
		-webkit-line-clamp: 3;
	}
}

/*新闻资讯*/
.news_list1 .column {
	margin: 20px 0;
}
.news_list1 a {
	display: flex;
	flex-direction: row;
	border-radius: 10px;
	padding: 10px;
	color: #333;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news_list1 a:hover {
	background-color: #0068a3;
	color: #fff;
}
.news_list1 a .img {
	width: 32.92181%;
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.news_list1 a:hover .img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	box-shadow: 0 2px 15px rgba(0,0,0,.2);
}
.news_list1 a .text {
	width: 67.07819%;
	padding: 10px 15px 10px 30px;
	overflow: hidden;
}
.news_list1 a h2 {
	font-size: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list1 a span {
	display: block;
	color: rgba(51,51,51,.8);
	margin-top: 10px;
}
.news_list1 a:hover span {
	color: rgba(255,255,255,.8);
}
.news_list1 a p {
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin: 6px 0 0;
}
.news_list1 a em {
	display: block;
	width: 16px;
	height: 8px;
	background: url(../image/icon25.png) no-repeat center;
	background-size: contain;
	margin-left: auto;
	margin-top: 10px;
}
.news_list1 a:hover em {
	background-image: url(../image/icon25_1.png);
}

@media (max-width: 767px) {
	.news_list1 .column {
		margin: 10px 0;
	}
	.news_list1 a {
		padding: 5px;
	}
	.news_list1 a .text {
		padding-left: 15px;
		padding-right: 5px;
	}
	.news_list1 a h2 {
		font-size: 14px;
	}
	.news_list1 a span {
		font-size: 12px;
		margin-top: 5px;
	}
	.news_list1 a p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		-webkit-line-clamp: 2;
		margin-top: 5px;
	}
}
@media (min-width: 992px) {	
	.news_list1 a p {
		height: 48px;
		-webkit-line-clamp: 2;
	}
}
@media (min-width: 1200px) {	
	.news_list1 {
		margin-left: -20px;
		margin-right: -20px;
	}
	.news_list1 .column {
		padding: 0 20px;
	}
}
@media (min-width: 1440px) {
	.news_list1 a span {
		margin-top: 14px;
	}
	.news_list1 a p {
		height: 96px;
		-webkit-line-clamp: 4;
		margin-top: 10px;
	}
}
@media (min-width: 1700px) {	
	.news_list1 a .text {
		padding-left: 50px;
	}
}

/*客户服务*/
.service_list a {
	background-color: #f5f5f5;
	color: #777;
	padding: 12px 15px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.service_list a:hover {
	color: #0068a3;
}
.service_list a:after {
	content: "";
	width: 16px;
	height: 10px;
	background: url(../image/icon26.png) no-repeat center;
	background-size: contain;
	display: block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-left: 30px;
	flex: 0 0 auto;
}
.service_list a:hover:after {
	background-image: url(../image/icon26_1.png);
}
.service_list a h2 {
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.download_list a:after {
	width: 20px;
	height: 20px;
	background-image: url(../image/icon27.png);
	-webkit-transform: none;
	transform: none;
}
.download_list a:hover:after {
	background-image: url(../image/icon27_1.png);
}

/*FAQ*/
.question_list .panel {
	border: none;
	border-bottom: 1px rgba(51,51,51,.1) solid;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.question_list .panel-heading {
	padding: 0;
	border: none;
	border-radius: 0;
	position: relative;
}
.question_list .panel-heading a {
	display: block;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-decoration: none;
	padding: 10px 40px 10px 0;
	position: relative;
	z-index: 1;
}
.question_list .panel-heading a:hover,
.question_list .active .panel-heading a {
	color: #0068a3;
}
.question_list .panel-body {
	background-color: #f7f7f7;
	margin: 10px 0 30px;
	color: #666;
}
.panel-heading>i {
	display: block;
	width: 16px;
	height: 10px;
	background: url(../image/icon26.png) no-repeat center;
	background-size: contain;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -5px;
	transition: all .5s;
}
.panel.active .panel-heading>i {
	transform: rotate(180deg);
}

@media (min-width: 1200px) {
	.question_list .panel-heading a {
		font-size: 20px;
		padding: 15px 70px 15px 0;
	}
	.question_list .panel-body {
		font-size: 16px;
		padding: 15px 25px 25px;
	}
}

/*招募英才*/
.job_info {
	line-height: 24px;
	color: #666;
	text-align: center;
}
.job_info p {
	margin: 0;
}
.job_info img {
	max-width: 100%;
}
.job_list_box {
	overflow: hidden;
	margin-top: 30px;
}
.job_list_box .span {
	float: left;
	width: 21.25%;
	padding: 0 5px;
}
.job_list_box .span5 {
	width: 15%;
}
.job_top {
	border-top: 1px rgba(0,0,0,.3) dashed;
	border-bottom: 1px rgba(0,0,0,.3) dashed;
	line-height: 24px;
	padding: 15px;
	overflow: hidden;
}
.job_list .panel {
	border: 0;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 30px;
}
.job_list .panel-heading {
	border-radius: 0;
	border-bottom: 0;
	background-color: #f1f1f1;
	padding: 0;
	position: relative;
}
.job_list .active .panel-heading {
	background-color: #0068a3;
}
.job_list .panel-heading a {
	display: block;
	color: #333;
	overflow: hidden;
	padding: 12px;
	padding-right: 40px;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.job_list .active .panel-heading a {
	color: #fff;
}
.job_list .panel-heading a:before {
	content: "";
	width: 26px;
	height: 30px;
	background: url(../image/icon28.png) no-repeat center;
	background-size: contain;
	display: block;
	flex: 0 0 auto;
	margin-right: 15px;
}
.job_list .active .panel-heading a:before {
	background-image: url(../image/icon28_1.png);
}
.job_list .panel-heading a h2 {
	font-size: 16px;
	margin: 0;
}
.job_list .active .panel-heading>i {
	background-image: url(../image/icon26_2.png);
}
.job_list .panel-body {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 30px;
	position: relative;
}
.job_list .panel-body:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 13px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 13px solid #f1f1f1;
	left: 30px;
	top: -12px;
}
.job_description .column {
	margin-bottom: 10px;
}
.job_description .inner>h2 {
	font-size: 16px;
	margin: 0;
	position: relative;
	padding-left: 15px;
}
.job_description .inner>h2:before {
	content: "";
	width: 4px;
	height: 16px;
	background-color: #0068a3;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 1px;
}
.job_description .inner .InfoContent {
	margin-top: 10px;
}
.apply_btn {
	margin-top: 30px;
	text-align: right;
}
.apply_btn a {
	display: inline-block;
	background-color: #0068a3;
	line-height: 20px;
	color: #fff;
	border-radius: 5px;
	padding: 8px 25px;
	text-decoration: none;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.apply_btn a:hover {
	background-color: #555;
}

@media (max-width: 767px) {
	.job_list_box .span {
		width: 33.33333%;
	}
	.job_list_box .span4,
	.job_list_box .span5 {
		display: none
	}
}
@media (min-width: 768px) {
	.job_top_box {
		margin-top: 60px;
	}
	.job_list_box {
		margin: 50px 0;
	}
	.job_top {
		font-size: 16px;
	}
	.job_list .panel-body {
		padding: 30px 30px 40px;
	}
	.job_description .inner .InfoContent {
		padding-left: 40px;
	}
}
@media (min-width: 992px) {
	.job_list_box .span {
		width: 22%;
	}
	.job_list_box .span5 {
		width: 12%;
	}
}
@media (min-width: 1200px) {
	.job_top,
	.job_description .inner>h2 {
		font-size: 18px;
	}
	.apply_btn a {
		font-size: 16px;
		border-radius: 10px;
		padding: 12px 30px;
	}
}
@media (min-width: 1440px) {
	.job_info {
		padding: 0 14%;
	}
}

/*联系我们*/
.contact_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.contact_list li {
	width: 50%;
	padding: 0 15px;
	margin-bottom: 15px;
}
.contact_list .icon {
	width: 60px;
	margin: 0 auto 10px;
	position: relative;
}
.contact_list .icon img {
	display: block;
	width: 100%;
}
.contact_list .text {
	text-align: center;
}
.contact_list .text h4 {
	font-size: 18px;
	margin: 0 0 10px;
}
.contact_list .text a {
	display: block;
	text-decoration: none;
	color: #333;
	word-break: break-all;
}

.map {
	margin-top: 30px;
}
.map #dituContent {
	width: 100%;
	height: 240px;
	border: 1px #ddd solid;
}

@media (min-width: 768px) {
	.contact_list .icon {
		width: 80px;
		margin-bottom: 20px;
	}
	.map {
		margin-top: 50px;
	}
	.map #dituContent {
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.contact_list li {
		width: 25%;
	}
}

/*动画*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
.fadeIn {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInDown {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInUp {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInLeft {
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.fadeInRight {
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
	50% {
		opacity: 1
	}
}
.zoomIn {
    -webkit-animation: zoomIn 1s;
    animation: zoomIn 1s
}