@charset "utf-8";

/*public start*/

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

html,
body,
span,
div,
p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
form,
font,
strong,
b,
i,
dl,
dt,
dd,
ol,
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1em;
}

body {
	max-width: 640px;
	margin: 0 auto;
	background: #FFF;
	color: #333;
	font-size: 1.2rem;
	font-family: "'Helvetica Neue', 'Hiragino Sans GB', 'Microsoft YaHei', 黑体, Arial, sans-serif"
}

ul,
ol {
	list-style: none;
}

img {
	max-width: 100%;
	vertical-align: middle;
	border: none;
	font-size: 0
}

input {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}

i,
em {
	font-style: normal;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tr {
	text-align: right;
}

.hide {
	display: none;
}

.last {
	margin-right: 0px !important;
}

button {
	outline: none;
}


/*public end*/

.big_div {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.wrap {
	width: 94%;
	margin: 0 auto;
}


/*首页*/
.header {
	position: relative;
}

.header .wrap {
	padding: 27px 0 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header__menu-btn {
	width: 35px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	background: none;
	border: none;
	position: relative;
	height: 24px;
}

.header__menu-btn span {
	display: block;
	position: absolute;
	right: 0;
	width: 35px;
	height: 2px;
	background: #000;
	-webkit-transition: 0.25s 0.4s ease-in-out;
	-moz-transition: 0.25s 0.4s ease-in-out;
	transition: 0.25s 0.4s ease-in-out;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.header__menu-btn span:nth-of-type(1) {
	top: 0px;
}

.header__menu-btn span:nth-of-type(2) {
	top: 8px;
	-webkit-transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
	transition: 0.4s 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.header__menu-btn span:nth-of-type(3) {
	top: 16px;
}

.header__menu-btn.menuOpen {
	color: #000;
}

.header__menu-btn.menuOpen span {
	background: #000;
}

.header__menu-btn.menuOpen span:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header__menu-btn.menuOpen span:nth-of-type(2) {
	width: 0%;
	opacity: 0;
	-webkit-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}

.header__menu-btn.menuOpen span:nth-of-type(3) {
	top: 24px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	top: 100%;
	z-index: 1000;
}

.menu_box {
	background: rgba(255, 255, 255, 1);
}

.menu_box>.one>li {
	line-height: 36px;
	border-bottom: 1px solid #ccc;
	padding-left: 2%;
}

.menu_box>.one>li a {
	display: block;
	font-size: 14px;
	color: #333;
}

.menu_box>.one>li>.two>li {
	padding-left: 3%;
}

.menu_box>.one>li>.two>li a {
	font-size: 13px;
	color: #333;
}

.menu_box>.one>li>.two>li a.inactives {
	color: #1480e2;
}

.menu_box>.one>li>.two>li .three li {
	padding-left: 4%;
}

.menu_box>.one>li>.two>li .three li a {
	font-size: 12px;
	color: #333;
}

.menu_box ul li .inactive {
	background: url(../images/off.png) no-repeat 96% center;
}

.menu_box ul li .inactives {
	background: url(../images/on.png) no-repeat 96% center;
	color: #1480e2;
}

.banner img {
	width: 100%;
}

.banner .content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.banner .content span {
	font-size: 30px;
	color: #fff;
}

.banner .content a {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	width: 126px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #fff;
	box-sizing: border-box;
	text-align: center;
	border-radius: 20px;
	margin-top: 40px;
}

.banner .swiper-pagination-bullet {
	border-radius: inherit;
	width: 14px;
	height: 4px;
}

.common {
	padding-top: 32px;
	text-align: center;
}

.common span {
	display: inline-block;
}

.common span:nth-child(1) {
	font-size: 32px;
	color: #333;
}

.en-name {
	display: flex;
	align-items: center;
	justify-content: center;
}

.en-name .le,
.en-name .re {
	width: 34px;
	height: 2px;
	background: #2f318b;
}

.en-name span:nth-child(2) {
	font-size: 16px;
	color: #aaa;
	text-transform: uppercase;
	padding: 0 15px;
}

.product {
	margin-top: 40px;
}

.product ul {
	display: flex;
	flex-wrap: wrap;
}

.product ul li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 33.3333%;
	margin-bottom: 48px;
	cursor: pointer;
}

.product ul li img {
	width: 110px;
}

.product ul li span {
	font-size: 16px;
	color: #333;
	margin-top: 18px;
}

.product ul li a {
	display: inline-block;
	width: 82px;
	line-height: 22px;
	border: 1px solid #d6d6d6;
	text-align: center;
	border-radius: 4px;
	font-size: 13px;
	color: #2f318b;
	margin-top: 18px;
}

.solution {
	background: url('../images/bg_02.jpg') center center no-repeat;
	background-size: 100% 100%;
	padding-bottom: 52px;
}

.common.white span:nth-child(1) {
	color: #fff;
}

.common.white .en-name .le,
.common.white .en-name .re {
	background: #fff;
}
.solution-list{
	padding-top: 38px;
}
.solution-list .item{
	display: flex;
	flex-wrap: wrap;
	background: #fff;
}
.solution-list .item img{ width: 100%;}
.solution-list .item .le,.solution-list .item .re{
	width: 50%;
}
.solution-list .item .content {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.solution-list .item .content .tits span{
	font-size: 22px;
	color: #333;
	display: inline-block;
	position: relative;
	padding-bottom: 16px;
}
.solution-list .item .content .tits span:before{
	content: "";
	position: absolute;
	width: 40px;
	height: 2px;
	background: #2f318b;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
.solution-list .item .content .tits .b{
	width: 128px;
	height: 1px;
	background: #d6d6d6;
}
.solution-list .item .content p{	
	width: 214px;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.market .item{
	margin-top: 31px;
}
.market .item a{
	display: flex;
	flex-wrap: wrap;
}
.market .item .le{
	width: 39.6%;
}
.market .item .le img{
	width: 100%;
}
.market .item .re{
	margin-left: 4%;
	width: 54.3%;
	display: flex;
	flex-flow: column;
}
.market .item .re span{
	display: inline-block;
	line-height: 36px;
}
.market .item .re span:nth-child(1){
	font-size: 20px;
	color: #2f318b;
}
.market .item .re span:nth-child(2){
	font-size: 14px;
	color: #666;
}
.market .item .re span:nth-child(3){
	font-size: 14px;
	color: #555;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.about{
	margin-top: 50px;
	background-image: linear-gradient(55deg, 
		#2f318b 0%, 
		#5b5dc8 100%), 
	linear-gradient(
		#6769cf, 
		#6769cf);
	background-blend-mode: normal, 
		normal;
	opacity: 0.88;
	padding-bottom: 46px;
}
.about-list{
	margin-top: 34px;
}
.about-list .tu{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 26px;
}
.about-list .tu img{
	width: 602px;
}
.about-list .space{
	width: 100%;
	height: 6px;
	background: #fff;
	margin-left: 5px;
}
.about-list .tu .space-re{
	margin-right: -5px;
	width: 5px;
	height: 305px;
	background: #fff;
}
.about-list p{
	font-size: 16px;
	line-height: 28px;
	color: #ffffff;
	text-indent: 2em;
}
.about-list .gd{
	text-align: right;
	margin-top: 36px;
	display: flex;
	flex-direction: column;
}
.about-list .gd a{
	font-size: 13px;
	line-height: 39px;
	color: #ffffff;
	margin-right: 14px;
}
.about-list .gd i{
	width: 82px;
	height: 1px;
	background-color: #fff;
	position: relative;
}
.about-list .gd i:before{
	content: '';
	position: absolute;
	bottom: -8px;
    right: 3px;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid #fff;
	transform: rotate(225deg);
}
.footer{
	margin-top: 45px;
}
.footer .item{
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .item .le{
	display: flex;
	align-items: center;
}
.footer .item .le span{
	font-size: 24px;
	line-height: 28px;
	color: #333;
	margin-left: 16px;
}
.copy{
	margin-top: 24px;
	border-top: 1px solid #d6d6d6;
	text-align: center;
}
.copy span{
	display: inline-block;
	font-size: 14px;
	line-height: 36px;
	color: #333;
}
/*关于我们*/
.pages{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #2f318b;
	position: relative;
}
.pages .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pages span{
	font-size: 20px;
	color: #fff;
}
.gywm{
	margin-top: 54px;
}
.gywm img{
	width: 100%;
	margin-bottom: 36px;
}
.gywm p {
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	text-indent: 2em;
}
.showToggle {
	display: none;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: 1000;
}
.showToggle ul li{
	padding-left: 3%;
	font-size: 20px;
    color: #666;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #d6d6d6;
    background: #f5f5f5;
}
.showToggle ul li a{
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.showToggle ul li i{
	display: inline-block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	transform: rotate(225deg);
	margin-right: 3%;
}
.showToggle ul li:hover a{
	color: #2f318b;
}
.way{
	padding: 40px 0 10px;
	border-bottom: 1px solid #e7e7e7;
}
.way span{
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: bold;
}
.lxwm-list .item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 44px;
	align-items: center;
}
.lxwm-list .item img{
	display: block;
	width: 86px;
	margin-bottom: 26px;
}
.lxwm-list .item span:nth-of-type(1){
	font-weight: bold;
	font-size: 18px;
	line-height: 40px;
	color: #2f318b;
}
.lxwm-list .item span:nth-of-type(2){
	font-size: 16px;
	color: #333;
}
.map{
	width: 90%;
	margin: 4% auto 0;
	border: 2px solid #2f318b;
}
.form{
	margin-bottom: 50px;
}
.form .item{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.form .item label{
	display: inline-block;
	width: 12%;
	font-size: 14px;
	color: #333;
	vertical-align: top;
}
.form .item input,.form .item textarea{
	margin-left: 4%;
	width: 79%;
	line-height: 38px;
	border: 1px solid #c4c4c4;
	padding: 0 2%;
}
.form .item textarea{
	height: 185px;
	resize: none;
	outline: none;
}
.load{
	text-align: center;
	margin: 46px auto;
}
.load a{
	font-size: 18px;
	color: #666;
}
.load a:hover{
	color: #2f318b;
}
.case{
	margin-top: 50px;
}
.case span{
	display: block;
}
.txt-h{
	display: inline-block;
	font-size: 20px;
	line-height: 36px;
	color: #333;
	font-weight: bold;
}
.txt-c{
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	color: #333;
	margin-top: 10px;
}
.pic{
	text-align: center;
	margin: 0px 0 40px;
}
.pic span{
	font-size: 14px;
	line-height: 24px;
    color: #999999;
    margin-bottom: 10px;
    margin-top: 10px;
}
}
.case-list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.case-list .item .le{
	width: 85px;
}
.case-list .item .re{
	width: 460px;
}
.case .center{
	text-align: center;
}
.pro-tit{
	padding: 60px 0 36px;
	border-bottom: 1px solid #e7e7e7;
}
.pro span{
	display: block;
}
.pro-tit span:nth-child(1){
	font-size: 24px;
	color: #2f318b;
	font-weight: bold;
}
.pro-tit span:nth-child(2){
	font-size: 18px;
	color: #b1b1b1;
	text-transform: uppercase;
}
.txt-1{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-top: 42px;
}
.txt-1.txt-bold{
	font-weight: normal
}
.txt-1.txt-margin{
	margin: 20px 0;
}
.txt-2{
	margin: 30px auto;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	text-indent: 2em;
}
.txt-2.txt-indent{
	text-indent: 0em;
}
.txt-2.txt-center{
	text-align: center;
}
.txt-3{
	font-size: 16px;
	line-height: 36px;
	color: #333;
	display: block;
}
.pro-list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 36px;
}
.pro-list .item .le{
	width: 96px;
}
.pro-list .item .re{
	width: 460px;
}
.pro-con{
	padding-bottom: 60px;
	border-bottom: 1px solid #f4f4f4;
}
.pic2{
	margin: 20px 0;
}
.txt-4{
	font-size: 14px;
    color: #165dad;
    font-weight: bold;
    line-height: 30px;
}
.txt-5{
	margin: 10px 0;
}
.ban{
	background: linear-gradient(top, #e9f1f7, #fefefe);
    background: -webkit-linear-gradient(top, #e9f1f7, #fefefe);
    background: -moz-linear-gradient(top, #e9f1f7, #fefefe);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9f1f7', endColorstr='#fefefe', GradientType='1');
    background: -ms-linear-gradient(top,#e9f1f7 0%,#fefefe 100%);
    padding: 50px 0;
}
.ban .wrap{
	display: flex;
	flex-direction: column;
}
.blue{
	line-height: 45px;
    color: #0086f1;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 24px;
}
.txt-6{
	line-height: 24px;
    color: #333333;
    margin: 10px 0 20px;
    font-size: 16px;
}
.link{
	display: flex;
	flex-direction: row;
}
.link a{
	width: 118px;
	display: inline-block;
	position: relative;
}
.link a:nth-of-type(1){
	background: #0086f1;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.link a:nth-of-type(2){
	border: 1px solid #0086f1;
    color: #0086f1;
    padding: 9px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    margin-left: 30px;
}
.ban .wrap img{
	margin-top: 30px;
}
.link a:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.link a:hover, .link a:focus, .link a:active {
    color: white;
}
.link a:hover:before, .link a:focus:before,.link a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hyfa .tit{
	font-size: 24px;
    color: #333333;
    font-weight: inherit;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hyfa .tit span:nth-child(2){
	font-size: 16px;
}
.hyfa a{
	display: block;
	margin-top: 20px;
	color: #1580e4;
    font-size: 16px;
    cursor: pointer;
}
.hyfa .grid{
	margin-top: 70px;
	background: url("../images/zzy14.jpg") center center no-repeat;
	background-size: cover;
	padding: 60px 0;
}
.hyfa .grid .tit{
	text-align: center;
	font-size: 24px;
	line-height: 100%;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.hyfa .item-list{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
}
.hyfa .item-list .item{
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 20px;
}
.hyfa .item-list .item img{
	width: 68px;
}
.hyfa .item-list .item span{
	font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 20px;
}
.link a.jindie{
	width: 200px;
}
.cover{
	margin-top: 170px;
	background: url("../images/mnb7.png") center center no-repeat;
	background-size: cover;
	padding: 140px 0 70px;
	position: relative;
}
.rotate{
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translate(-50%,0);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.rotate span{
	font-size: 12px;
	color: #333;
	margin-bottom: 10px;
}
.rotate img{
	transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.rotate:hover img{
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.hyfa .tu{
	text-align: center;
}
.hyfa .tu span, .hyfa .tu img{
	display: block;
	margin: 0 auto;
}
.pro.space{
	width: 96%;
	margin: 0 auto;
}
.pro.space .txt-2{
	margin: 12px 0;
}
.slide-inner {
	margin-top: 76px;
}
.slide-inner .swiper-slide{
	border: 1px solid #ededed;
    padding: 0px;
    height: 300px;
	overflow: hidden;
	position: relative;
}
.slide-inner .swiper-slide .inner{
    height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.slide-inner .swiper-slide .inner span{
	margin: 0 40px;
	font-size: 16px;
    line-height: 24px;
    color: #393836;
    margin-bottom: 10px;
    margin-top: 10px;
}
.slide-inner .swiper-slide .bg{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ededed;
	padding: 15px 15px;
    margin-bottom: 20px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-color: #e5f3fe;
    background-position: center top;
}
.slide-inner .bg-txt{
	display: flex;
	flex-direction: column;
}
.slide-inner .bg-txt span:nth-of-type(1){
	font-size: 24px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
    margin-top: 10px;
}
.slide-inner .bg-txt  .txt-3{
	font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.slide-inner .bg-txt a{
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%,0);
	font-size: 14px;
    line-height: 24px;
    color: #1580e4;
}
.slide-inner .swiper-slide:hover .bg{
	display: block;
}
.slide-inner .center{
	margin: 46px auto;
    text-align: center;
}
.lx_net{
	padding: 60px 0 20px;
	background-color: #2587ee;
}
.lx_net .tit span{
	color: #fff;
}
.lx_net .form{
	width: 96%;
	margin: 0 auto;
	text-align: center;
}
.lx_net .form .items{
	margin-top: 20px;
}
.lx_net .form .items input{
	height: 40px;
	border: none;
	padding: 0 2%;
	width: 290px;
}
.lx_net .form .btn{
	background: #00ccfe;
    padding: 9px;
    color: #fff;
    width: 140px;
    border-radius: 0px;
    height: 40px;
	font-size: 16px;
	border: none;
}
.lx_net .form .line{
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 38px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
	border-radius: 0px;
	background: none;
	position: relative;
}
.lx_net .form .line:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005abc;
    border: 1px solid #005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.lx_net .form .line:hover, .lx_net .form .line:focus, .lx_net .form .line:active {
    color: white;
    border: 1px solid #005abc;
}
.lx_net .form .line:hover:before,.lx_net .form .line:focus:before,.lx_net .form .line:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hyfa .lx_net .tel a{
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.ban-yy{
	background-color: #a06eff;
	position: relative;
    min-height: 100px;
}
.ban-yy .wrap{
	display: flex;
	flex-direction: column;
	padding: 40px 0;
}
.ban-yy .white{
	font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ban-yy .txt-6{
    color: #ffffff;
}
.yx{
	background-color: #f6f7fa;
	padding: 30px 0 50px;
}
.yx .tit{
	font-size: 24px;
    color: #333333;
    font-weight: inherit;
    margin-bottom: 10px;
    margin-top: 30px;
    text-align: center;
}
.yx-list .item{
	display: flex;
	flex-direction: column;
	margin-top: 36px;
}
.yx-list .item img{
	width: 54px;
}
.yx-list .item .txt-1{
	margin-top: 16px;
	margin-bottom: 10px;
}
.yx.bg-none{
	background: none;
}
.yx-box{
	margin: 30px 0 300px;
	position: relative;
}
.yx-box .box-content{
	background: #1580e4;
	box-shadow: -5px 5px 20px rgba(0,0,0,0.3);
	-webkit-box-shadow: -5px 5px 20px rgba(0,0,0,0.3);
	width: 94%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	padding: 30px 20px 40px;
	bottom: -80%;
}
.yx-box .box-content{
	display: flex;
	flex-direction: column;
}
.yx-box .box-content span:nth-child(1){
	font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
	margin-top: 10px;
	position: relative;
}
.yx-box .box-content span:nth-child(1)::before{
	content: "";
	width: 190px;
	height: 1px;
	background: #dbdbdb;
	position: absolute;
	bottom: -10px;
}
.yx-box .box-content span:nth-child(2){
	margin-top: 10px;
	font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
.yx-box .box-content a{
	color: #fff;
	font-size: 16px;
	margin: 20px 0;
}
.senqing{
	margin-top: 320px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.senqing h1{
	font-size: 32px;
	color: #333333;
	font-weight: normal;
	position: relative;
}
.senqing h1::before{
	content: "";
	width: 154px;
	height: 2px;
	background: #ccc;
	position: absolute;
	bottom: -36px;
	left: 50%;
	transform: translate(-50%,0);
}
.senqing span{
	margin-top: 56px;
	display: block;    
	font-size: 16px;
    line-height: 28px;
    color: #272e3a;
}
.senqing a{
	display: inline-block;
	background: #1377d4;
	width: 180px;
	height: 60px; 
	line-height: 60px; 
	font-size: 16px;
	color: #fff;
	border-radius: 30px;
	margin-top: 36px;
}
.senqing h5{
	margin: 20px 0;
	font-size: 24px;
    color: #272e3a;
    font-weight: inherit;
}
.ban-yy.green{
	background-color: #05c8c8;
}
.liaojie ul{
	margin-top: 30px;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.liaojie ul li{
    margin-bottom: 10px;
    margin-top: 20px;
}
.liaojie ul li a{
	font-size: 16px;
    line-height: 32px;
    color: #1580e4;
}
.yx-box .box-content .mores{
    margin-top: 20px;
}
.yx-box .box-content .mores a{
	display: inline-block;
	margin-right: 60px;
}
.car{
	padding: 64px 0;
	background: #f6f7fa
}
.car .car-list{
	margin-top: 30px;
}
.car .item{
	background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 1px 5px 8px #e5e9f0;
    padding: 2%;
    margin-bottom: 12px;
    display: flex;
    flex-direction: column;
}
.car .item span{
	display: inline-block;
	}
.car .item .item-h span,.car .item span:nth-child(2){
	font-size: 16px;
    color: #393836;
}
.car .item span:nth-child(3){
	line-height: 56px;
	font-size: 24px;
    color: #1580e4;
    margin-top: 10px
    margin-bottom: 10px
}
.car .item span:nth-child(4){
	font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ban-yy.bl{
	background-color: #00ccfe;
}
.online {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.online .item{
	margin: 1%;
	width: 48%;	
	display: flex;
	align-items: center;
	flex-direction: column;
}
.online .item span:nth-child(1){
	font-size: 16px;
    line-height: 24px;
    color: #0086f1;
    margin-bottom: 10px;
    margin-top: 10px;
}
.online .item span:nth-child(2){
	font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 10px;
}
.pro-con a{
	width: 180px;
    background: #0086f1;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: absolute;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
}
.pro-con a:before{
	content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #005abc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.pro-con a:hover, .pro-con a:focus, .pro-con a:active {
    color: white;
    border: 1px solid #005abc;
}
.pro-con a:hover:before,.pro-con a:focus:before,.pro-con a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
