@charset "UTF-8";
/*field*/
/*@extend %transition;*/
.btn {
	display: inline-block;
	width: 147px;
	height: 38px;
	border-radius: 19px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}

.btnBB {
	display: inline-block;
	width: 147px;
	height: 38px;
	border-radius: 19px;
	border: 1px solid #2276da;
	color: #2276da;
	background-color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}

.btnB {
	display: inline-block;
	width: 147px;
	height: 38px;
	border-radius: 19px;
	background-color: #2276da;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
  /*box-shadow: 0px 2px 27px 0px rgba(106, 163, 234, 0.6);*/
}

.h3Tit {
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 17px;
	line-height: 1;
	color: #818283;
	margin-bottom: 40px;
	position: relative;
}

.h3Tit:after {
	content: '';
	position: absolute;
	width: 46px;
	background-color: #2276da;
	height: 2px;
	left: 0;
	bottom: 0;
}

.h3Tit.h3TitC {
	text-align: center;
}

.h3Tit.h3TitC:after {
	left: 50%;
	margin-left: -23px;
}

.lineL {
	color: #5c5c5c;
	font-size: 18px;
	line-height: 1;
	padding-left: 14px;
	border-left: 3px solid #2276da;
	font-weight: normal;
}

/*弹窗*/
.popUp {
	display: none;
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 100%;
  /*text-align: center;*/
	background-color: rgba(50, 50, 50, 0.8);
	left: 0;
	top: 0;
}

.popUp .popUpCon {
	position: absolute;
	width: 578px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
    /*padding: */
}

.popUp .popUpCon .close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.popUp .popUpCon .close i {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #9d9d9d;
}

/*contactUs*/
.contactUs.popUp .popUpCon, .register.popUp .popUpCon {
	padding-bottom: 40px;
}

.contactUs.popUp h3, .register.popUp h3 {
	line-height: 87px;
	height: 87px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	font-size: 20px;
	color: #2276da;
	font-weight: normal;
	margin-bottom: 26px;
}

.contactUs.popUp .contactCon, .register.popUp .contactCon {
	max-height: 402px;
	overflow: auto;
	padding: 0 48px;
}

.contactUs.popUp .contactCon p, .register.popUp .contactCon p {
	font-size: 14px;
	line-height: 22px;
	color: #828282;
	text-align: center;
	margin-bottom: 24px;
}

.contactUs.popUp .contactCon p a, .register.popUp .contactCon p a {
	color: #828282;
}

.contactUs.popUp .contactCon p span, .register.popUp .contactCon p span {
	color: #2276da;
}

.contactUs.popUp .contactCon p.txtB, .register.popUp .contactCon p.txtB {
	margin-bottom: 36px;
}

/*common form*/
.form {
	display: block;
}

.form li {
	position: relative;
	margin-bottom: 16px;
}

.form li em {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: -14px;
	background-color: #e95c45;
	top: 19.5px;
}

.form li .red {
	position: relative;
	top: auto;
	right: auto;
	padding: 6px 18px 0;
	margin: 0;
	height: auto;
	overflow: auto;
	font-size: 14px;
	line-height: 18px;
}

.form li .pw-strength {
	padding: 0 18px;
	letter-spacing: -8px;
	padding-top: 10px;
}

.form li .pw-strength span {
	display: inline-block;
	width: 50px;
	line-height: 18px;
	height: 18px;
	background-color: #e2e1e2;
	color: #fff;
	letter-spacing: 0;
	margin-right: 4px;
	border-radius: 9px;
	text-align: center;
}

.form li .pw-strength.pw-weak span.levelLow {
	background-color: #e95c45;
}

.form li .pw-strength.pw-medium span.levelLow, .form li .pw-strength.pw-medium span.levelIn {
	background-color: #e95c45;
}

.form li .pw-strength.pw-strong span {
	background-color: #e95c45;
}

.form li .Validform_checktip {
	position: absolute;
	right: 23px;
	color: #e95c45;
	top: 12.5px;
}

.form li input, .form li select, .form li textarea {
	display: block;
	width: 100%;
	height: 45px;
	border: 1px solid #2276da;
	border-radius: 22.5px;
	-webkit-appearance: none;
	padding: 0 23px;
	font-size: 16px;
	color: #a8a8a8;
}

.form li input.Validform_error, .form li select.Validform_error, .form li textarea.Validform_error {
	border-color: #e95c45;
}

.form li select {
	background: url(../images/arr_b.png) no-repeat scroll right 23px center transparent;
}

.form li textarea {
	padding: 14px 23px;
	height: 172px;
}

.form .formBtn {
	text-align: right;
}

.form .formBtn button, .form .formBtn a {
	cursor: pointer;
	vertical-align: middle;
}

.form .formBtn button.btnB, .form .formBtn a.btnB {
	box-shadow: none;
	margin-left: 14px;
}

/*checkedbox*/
.checkedbox {
	font-size: 14px;
	color: #828282;
	display: inline-block;
	line-height: 1;
	cursor: pointer;
}

.checkedbox input {
	display: none;
}

.checkedbox span {
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #2276da;
	border-radius: 50%;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
}

.checkedbox.on span:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	left: 3px;
	top: 3px;
	border-radius: 50%;
	background-color: #2276da;
}

@media screen and (max-width: 900px) {
	.popUp .popUpCon{
		width: 95%;
	}
	.contactUs.popUp .contactCon, .register.popUp .contactCon{
		padding: 0 25px;
	}
	.form .formBtn{
		letter-spacing: -7px;
	}
	.form .formBtn button, .form .formBtn a{
		width: 45%;
		letter-spacing: 0;
		margin: 0 1.5%;
	}
}

/*banner*/
.banner {
	position: relative;
  /*height: 740px;*/
}

.banner .bannerSwiper {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.banner .bannerSwiper .swiper-slide {
	background: center no-repeat;
	background-size: auto 100%;
}
.banner .bannerSwiper .swiper-slide img.wapImg{
	display: none;
}
.banner .bannerSwiper .swiper-slide img{
	width: 100%;
	max-width: inherit;
}

.banner .banner_prev, .banner .banner_next {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	top: 50%;
	margin-top: -33px;
	left: 50%;
	margin-left: -600px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.04);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.banner .banner_prev i, .banner .banner_next i {
	font-size: 20px;
	color: #fff;
	line-height: 66px;
}

.banner .banner_prev:hover, .banner .banner_next:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.banner .banner_next {
	margin-left: 534px;
}

.banner .banner-pagination {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	bottom: 126px;
	letter-spacing: -7px;
}

.banner .banner-pagination .swiper-pagination-bullet {
	letter-spacing: 0;
	width: 16px;
	height: 4px;
	border-radius: 2px;
	opacity: 0.4;
	margin: 0 3px;
	background-color: #fff;
}

.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

.sectionIndex {
	position: relative;
	z-index: 4;
	margin-top: -92px;
}

.sectionIndex .h3Tit {
	font-size: 30px;
}

.sectionIndex .secNav {
	box-shadow: 0px 11px 51px 0px rgba(66, 65, 65, 0.14);
	background-color: #fff;
	height: 180px;
	margin-bottom: 100px;
}

.sectionIndex .secNav ul li {
	width: 20%;
	height: 100%;
	padding-top: 48px;
	text-align: center;
	position: relative;
	height: 180px;
}

.sectionIndex .secNav ul li:nth-of-type(5n):after {
	display: none;
}
.sectionIndex .secNav ul li:nth-of-type(n+6){
	display: none;
}

.sectionIndex .secNav ul li:after {
	content: '';
	position: absolute;
	right: 0px;
	height: 96px;
	width: 1px;
	background-color: #e5e5e6;
	top: 42px;
}

.sectionIndex .secNav ul li img {
	display: block;
	margin: 0 auto 20px;
}

.sectionIndex .secNav ul li p.tit {
	font-size: 18px;
	color: #818283;
}

.sectionIndex .secNav ul li .box {
	position: absolute;
        /*transform: scale(0);*/
	opacity: 0;
	height: 245px;
	width: 100%;
	background-color: #2276da;
	top: -32px;
	z-index: 2;
	color: #fff;
	padding: 10px 40px;
	padding: 10px 20px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.sectionIndex .secNav ul li .box h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 2.5;
	margin-bottom: 18px;
	height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
}

.sectionIndex .secNav ul li .box h3:after {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	left: 50%;
	margin-left: -9px;
	bottom: 0;
	background-color: #91bbed;
}

.sectionIndex .secNav ul li .box p {
	font-size: 16px;
	line-height: 1.375;
	color: #d8e7fa;
	height: 88px;
	overflow: hidden;
	margin-bottom: 20px;
}

.sectionIndex .secNav ul li:hover .box {
        /*transform: scale(1);*/
	opacity: 1;
}

.sectionIndex .company {
	padding: 0 104px 35px 87px;
	position: relative;
}

.sectionIndex .company .companyshadow {
	position: absolute;
	z-index: 0;
	width: 477px;
	right: 0;
	height: 100%;
	background-color: #eeeef2;
}

.sectionIndex .company .companyTxt {
	position: relative;
	z-index: 1;
	width: 506px;
}

.sectionIndex .company .companyTxt p.txt {
	font-size: 16px;
	color: #828282;
	line-height: 1.375;
	margin-bottom: 21px;
}

.sectionIndex .company .companyTxt .btnB {
	display: block;
	margin-bottom: 47px;
	box-shadow: 0px 2px 27px 0px rgba(106, 163, 234, 0.6);
}

.sectionIndex .company .companyTxt .companyList .companyitem {
	width: 215px;
	margin-right: 65px;
	margin-bottom: 35px;
}

.sectionIndex .company .companyTxt .companyList .companyitem:nth-of-type(2n) {
	margin-right: 0;
}

.sectionIndex .company .companyTxt .companyList .companyitem .tit {
	margin-bottom: 13px;
}

.sectionIndex .company .companyTxt .companyList .companyitem .tit img {
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
}

.sectionIndex .company .companyTxt .companyList .companyitem .tit span {
	line-height: 22px;
	color: #2276da;
	font-size: 28px;
	vertical-align: middle;
}

.sectionIndex .company .companyTxt .companyList .companyitem p {
	font-size: 14px;
	line-height: 22px;
	min-height: 88px;
}

.sectionIndex .company .companyImg {
	padding-top: 34px;
	position: relative;
	z-index: 2;
	width: 428px;
}

.sectionIndex .company .companyImg img {
	display: block;
}

.sectionIndex .news {
	background-color: #333240;
	min-height: 590px;
	position: relative;
}

.sectionIndex .news .newsImg {
	position: absolute;
	max-width: 721px;
	width: 50.069%;
	height: 100%;
	background: url(../images/news.jpg) center no-repeat;
	background-size: cover;
}

.sectionIndex .news .newsImg img {
	display: none;
}

.sectionIndex .news .newsCon {
	width: 719px;
	width: 49.931%;
	padding: 58px 120px 58px 60px;
	padding: 58px 60px 58px 60px;
}

.sectionIndex .news .newsCon h3 {
	color: #fff;
}

.sectionIndex .news .newsCon ul li {
	margin-bottom: 60px;
}

.sectionIndex .news .newsCon ul li:last-child {
	margin-bottom: 51px;
}

.sectionIndex .news .newsCon ul li .date {
	width: 58px;
}

.sectionIndex .news .newsCon ul li .date span {
	color: #2276da;
	display: block;
	font-size: 14px;
	line-height: 18px;
}

.sectionIndex .news .newsCon ul li .date span.day {
	font-size: 24px;
	line-height: 28px;
}

.sectionIndex .news .newsCon ul li .newsTxt {
	margin-left: 58px;
}

.sectionIndex .news .newsCon ul li .newsTxt h4 {
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sectionIndex .news .newsCon ul li .newsTxt h4 a {
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.sectionIndex .news .newsCon ul li .newsTxt div {
	font-size: 14px;
	color: #8d8c9b;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
.sectionIndex .news .newsCon ul li .newsTxt div p{
	font-size: 14px;
	color: #8d8c9b;
	line-height: 22px;
}


.sectionIndex .news .newsCon .btn {
	display: block;
	margin-left: auto;
}

.sectionIndex .solutions {
	padding-top: 88px;
}

.sectionIndex .solutions .solTxt {
	max-width: 990px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 22px;
	color: #828282;
	text-align: center;
}

.sectionIndex .solutions .solCon {
	position: relative;
}

.sectionIndex .solutions .solCon .solSwiper {
	max-width: 990px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	padding: 40px 22px;
}

.sectionIndex .solutions .solCon .solSwiper .swiper-slide {
	text-align: center;
	box-shadow: 0px 13px 29.64px 8.36px rgba(114, 114, 114, 0.1);
}
.sectionIndex .solutions .solCon .solSwiper .swiper-slide a{
	display: block;
	padding: 46px 30px 40px;
}

.sectionIndex .solutions .solCon .solSwiper .swiper-slide img {
	height: 50px;
	display: block;
	margin: 0 auto 23px;
}

.sectionIndex .solutions .solCon .solSwiper .swiper-slide h4 {
	font-weight: normal;
	font-size: 20px;
	color: #2276da;
	line-height: 1;
	margin-bottom: 26px;
}

.sectionIndex .solutions .solCon .solSwiper .swiper-slide p {
	font-size: 14px;
	line-height: 18px;
	color: #a8a8a8;
	min-height: 108px;
}

.sectionIndex .solutions .solCon .sol_prev, .sectionIndex .solutions .solCon .sol_next {
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	top: 50%;
	margin-top: -33px;
	left: 0;
	cursor: pointer;
	background-color: rgba(106, 163, 234, 0.08);
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.sectionIndex .solutions .solCon .sol_prev i, .sectionIndex .solutions .solCon .sol_next i {
	font-size: 20px;
	color: #2276da;
	line-height: 66px;
}

.sectionIndex .solutions .solCon .sol_prev:hover, .sectionIndex .solutions .solCon .sol_next:hover {
	background-color: rgba(106, 163, 234, 0.2);
}

.sectionIndex .solutions .solCon .sol_next {
	left: auto;
	right: 0;
}

.sectionIndex .solutions .solCon .sol_pagination {
	display: none;
}

.sectionIndex .others {
	padding-top: 48px;
}

.sectionIndex .others .h3Tit {
	margin-bottom: 46px;
}

.sectionIndex .others .othersCon li {
	width: 584px;
	height: 248px;
	width: 48.6%;
	margin-right: 32px;
	margin-bottom: 36px;
	margin-right: 2.8%;
	margin-bottom: 3%;
	position: relative;
}

.sectionIndex .others .othersCon li:nth-of-type(2n) {
	margin-right: 0;
}

.sectionIndex .others .othersCon li:last-child {
	margin-bottom: 0;
}

.sectionIndex .others .othersCon li a {
	position: relative;
	display: block;
	height: 100%;
	overflow: hidden;
}

.sectionIndex .others .othersCon li img {
	display: block;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.sectionIndex .others .othersCon li .floatBox {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 37px 46px 0;
	background-color: rgba(50, 50, 63, 0.8);
	color: #fff;
}

.sectionIndex .others .othersCon li .floatBox .othIco {
	position: relative;
	height: 45px;
	margin-bottom: 29px;
}

.sectionIndex .others .othersCon li .floatBox .othIco img {
	position: absolute;
	height: 100%;
	opacity: 0;
}

.sectionIndex .others .othersCon li .floatBox .othIco img.imgb {
	opacity: 1;
}

.sectionIndex .others .othersCon li .floatBox .othIco i {
	font-size: 20px;
	color: #fff;
	position: relative;
	top: 6px;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.sectionIndex .others .othersCon li .floatBox .tit {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 14px;
}

.sectionIndex .others .othersCon li .floatBox .txt {
	font-size: 14px;
	line-height: 18px;
}

.sectionIndex .others .othersCon li:hover img.scale {
	transform: scale(1.05);
}

.sectionIndex .others .othersCon li:hover .floatBox {
	background-color: rgba(34, 118, 218, 0.92);
}

.sectionIndex .others .othersCon li:hover .floatBox .othIco img.imgb {
	opacity: 0;
}

.sectionIndex .others .othersCon li:hover .floatBox .othIco img.imgw {
	opacity: 1;
}

.sectionIndex .others .othersCon li:hover .floatBox .othIco i {
	opacity: 1;
}

.sectionIndex .customers {
	padding-top: 52px;
	padding-bottom: 14px;
}

.sectionIndex .customers .customersList {
	letter-spacing: -7px;
}

.sectionIndex .customers .customersList a {
	letter-spacing: 0;
	display: inline-block;
	width: 148px;
	height: 38px;
	width: 12.3%;
	height: auto;
	margin-bottom: 46px;
	margin-right: 62.4px;
	margin-right: 5.24%;
}

.sectionIndex .customers .customersList a:nth-of-type(6n) {
	margin-right: 0;
}

@media screen and (max-width: 1300px) {
	.section .company {
		padding: 0 35px 35px 35px;
	}
}

@media screen and (max-width: 900px) {
	.h3Tit {
		font-size: 0.48rem;
		padding-bottom: 0.22rem;
		margin-bottom: 0.58rem;
		line-height: 1.3;
	}

	.btnB, .btn {
		width: 2.72rem;
		height: 0.70rem;
		line-height: 0.70rem;
		border-radius: 0.35rem;
	}
	.banner .bannerSwiper .swiper-slide img.wapImg{
		display: block;
	}
	.banner .bannerSwiper .swiper-slide img.pcImg{
		display: none;
	}
	.banner .banner_prev, .banner .banner_next {
		width: 0.77rem;
		height: 0.77rem;
		line-height: 0.77rem;
		margin-left: 0;
		left: 0.63rem;
	}

	.banner .banner_prev i, .banner .banner_next i {
		line-height: 0.77rem;
	}

	.banner .banner_next {
		left: auto;
		right: 0.63rem;
	}

	.banner .banner-pagination {
		bottom: 1.22rem;
	}

	.banner .banner-pagination .swiper-pagination-bullet {
		width: 0.40rem;
		height: 0.10rem;
		border-radius: 0.05rem;
	}

	.sectionIndex {
		margin-top: -0.85rem;
	}

	.sectionIndex .secNav {
		height: auto;
		margin-bottom: 0.63rem;
	}

	.sectionIndex .secNav ul {
		padding: 0 0.27rem;
	}

	.sectionIndex .secNav ul li {
		float: none;
		width: 100%;
		padding: 0.70rem 0;
		height: auto;
		border-bottom: 1px solid #dcdcdc;
	}

	.sectionIndex .secNav ul li:last-child {
		border-bottom: none;
	}

	.sectionIndex .secNav ul li:after {
		display: none;
	}

	.sectionIndex .secNav ul li img {
		height: 0.71rem;
		margin-bottom: 0.32rem;
	}

	.sectionIndex .secNav ul li p.tit {
		display: none;
	}

	.sectionIndex .secNav ul li .box {
		transform: scale(1);
		background-color: #fff;
		color: #818283;
		position: relative;
		top: 0;
		height: auto;
		padding-top: 0;
		padding-bottom: 0;
		opacity: 1;
	}

	.sectionIndex .secNav ul li .box h3 {
		font-size: 0.36rem;
		line-height: 1;
		height: auto;
		margin-bottom: 0.26rem;
	}

	.sectionIndex .secNav ul li .box h3:after {
		display: none;
	}

	.sectionIndex .secNav ul li .box p {
		color: #989898;
		font-size: 0.26rem;
		line-height: 0.30rem;
		height: auto;
	}

	.sectionIndex .secNav ul li .box .btn {
		color: #2276da;
		border-color: #2276da;
	}

	.sectionIndex .company {
		padding: 0 0 0.63rem 0;
	}

	.sectionIndex .company .companyImg {
		width: 100%;
		float: none;
		padding-top: 0.35rem;
		margin-bottom: 1.08rem;
	}

	.sectionIndex .company .companyshadow {
		width: 6.38rem;
		height: 5.90rem;
		right: -0.63rem;
		top: 0;
	}

	.sectionIndex .company .companyTxt {
		width: 100%;
		float: none;
	}

	.sectionIndex .company .companyTxt p.txt {
		font-size: 0.32rem;
		line-height: 0.48rem;
		margin-bottom: 0.60rem;
	}

	.sectionIndex .company .companyTxt .btnB {
		margin: 0 auto 0.63rem;
		width: 2.72rem;
		line-height: 0.70rem;
		background-color: #fff;
		box-shadow: 0px 0.02rem 0.21rem 0px rgba(150, 152, 154, 0.21);
		color: #2276da;
	}

	.sectionIndex .company .companyTxt .companyList .companyitem {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0.73rem;
	}

	.sectionIndex .company .companyTxt .companyList .companyitem:last-child {
		margin-bottom: 0;
	}

	.sectionIndex .company .companyTxt .companyList .companyitem p {
		height: auto;
		min-height: inherit;
	}

	.sectionIndex .news .newsImg {
		background-image: none !important;
		width: 100%;
		height: auto;
		position: static;
		float: none;
	}

	.sectionIndex .news .newsImg img {
		display: block;
	}

	.sectionIndex .news .newsCon {
		width: 100%;
		padding: 0.90rem 0.63rem;
		float: none;
	}

	.sectionIndex .news .newsCon ul li {
		margin-bottom: 0.90rem;
	}

	.sectionIndex .news .newsCon ul li .date span {
		font-size: 0.31rem;
		line-height: 0.36rem;
	}

	.sectionIndex .news .newsCon ul li .date span.day {
		font-size: 0.72rem;
		line-height: 1;
		margin-bottom: 0.10rem;
	}

	.sectionIndex .news .newsCon ul li .newsTxt h4 {
		overflow: hidden;
		white-space: inherit;
		text-overflow: inherit;
		margin-bottom: 0.20rem;
	}

	.sectionIndex .news .newsCon ul li .newsTxt h4 a {
		font-size: 0.30rem;
		line-height: 0.36rem;
		height: 0.72rem;
	}

	.sectionIndex .news .newsCon ul li .newsTxt p {
		font-size: 0.24rem;
		line-height: 0.30rem;
		height: 0.60rem;
	}

	.sectionIndex .news .newsCon .btn {
		border-color: #2276da;
		color: #2276da;
	}

	.sectionIndex .solutions {
		padding-top: 0.63rem;
	}

	.sectionIndex .solutions .solTxt {
		font-size: 0.32rem;
		line-height: 0.48rem;
	}

	.sectionIndex .solutions .solCon .solSwiper {
		width: 7.5rem;
		padding: 0.70rem 0.95rem 0.82rem 0.36rem;
		margin-left: -0.36rem;
	}

	.sectionIndex .solutions .solCon .solSwiper .swiper-slide {
		box-shadow: 0px 0.13rem 0.2964rem 0.0836rem rgba(114, 114, 114, 0.1);
	}

	.sectionIndex .solutions .solCon .sol_prev, .sectionIndex .solutions .solCon .sol_next {
		display: none;
	}

	.sectionIndex .solutions .solCon .sol_pagination {
		line-height: 1;
		display: block;
		text-align: center;
	}

	.sectionIndex .solutions .solCon .sol_pagination .swiper-pagination-bullet {
		background-color: #f1f1f1;
		opacity: 1;
	}

	.sectionIndex .solutions .solCon .sol_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #2276da;
	}

	.sectionIndex .others {
		padding-top: 1.25rem;
	}

	.sectionIndex .others .h3Tit {
		margin-bottom: 0.58rem;
	}

	.sectionIndex .others .othersCon li {
		width: 100%;
		float: none;
		margin-right: 0;
		height: 4.36rem;
		margin-bottom: 0.30rem;
	}

	.sectionIndex .others .othersCon li a {
		min-height: 4.36rem;
	}

	.sectionIndex .others .othersCon li .floatBox {
		padding: 0.68rem 0.53rem;
	}

	.sectionIndex .others .othersCon li .floatBox .othIco {
		height: 0.53rem;
		margin-bottom: 0.32rem;
	}

	.sectionIndex .others .othersCon li .floatBox .tit {
		font-size: 0.36rem;
		margin-bottom: 0.30rem;
	}

	.sectionIndex .others .othersCon li .floatBox .txt {
		font-size: 0.26rem;
		line-height: 0.32rem;
		height: 1.60rem;
	}

	.sectionIndex .customers {
		padding-top: 1.11rem;
		padding-bottom: 0.83rem;
	}

	.sectionIndex .customers .customersList {
		padding: 0 0.27rem;
	}

	.sectionIndex .customers .customersList a {
		width: 2.45rem;
		margin-right: 1.34rem;
		margin-bottom: 0.75rem;
	}

	.sectionIndex .customers .customersList a:nth-of-type(2n) {
		margin-right: 0;
	}
}

/* product */
.product {
	padding-top: 36px;
	padding-bottom: 15px;
}

.product .pro_list ul {
	padding: 0 65px;
}

.product .pro_list li {
	float: left;
	width: 18.5%;
	margin-right: 8.666%;
	margin-bottom: 70px;
}

.product .pro_list li:nth-of-type(4n) {
	margin-right: 0;
}

.product .pro_list li a {
	display: block;
}

.product .pro_list li .proImg {
	text-align: center;
	margin-bottom: 26px;
	margin-bottom: 10px;
}

.product .pro_list li .proImg span {
	display: inline-block;
        /*background: url(../images/proBg.png) no-repeat;
					padding: 31px 0 0 45px;*/
	min-height: 67px;
	min-width: 68px;
}

.product .pro_list li .proImg span img {
	display: block;
	max-height: 38px;
}

.product .pro_list li h3 {
	line-height: 1;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	margin-bottom: 16px;
	margin-bottom: 5px;
	color: #5e5e5e;
	line-height: 22px;
	height: 44px;
}

.product .pro_list li .proTxt {
	font-size: 14px;
	line-height: 16px;
	color: #a3a3a3;
	height: 48px;
}

.product .h3Tit {
	margin-bottom: 50px;
}

.product .pro_con .proT {
	margin-bottom: 47px;
}

.product .pro_con .proT .proT_img {
	max-width: 436px;
	width: 36.3%;
}

.product .pro_con .proT .proT_txt {
	max-width: 673px;
	width: 56.1%;
}

.product .pro_con .proT .proT_txt .txt {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 7px;
	height: 110px;
	overflow: hidden;
}

.product .pro_con .proT .proT_txt .learnMore {
	text-align: right;
	margin-bottom: 27px;
	line-height: 1;
}

.product .pro_con .proT .proT_txt .learnMore a {
	color: #2276da;
	font-size: 14px;
}

.product .pro_con .proT .proT_txt .learnMore a i {
	display: inline-block;
	line-height: 1;
	font-size: 14px;
	vertical-align: middle;
}

.product .pro_con .proT .proT_txt .learnMore a.on i {
	transform: rotate(180deg);
}

.product .pro_con .proT .proT_txt .proDown {
	display: flex;
	display: inline-flex;
    justify-content: start;
    width: 100%;
    flex-wrap: wrap;
}

.product .pro_con .proT .proT_txt .proDown a {
	    padding-left: 28px;
    height: 30px;
    background: url(../images/fileBg.png) no-repeat;
    line-height: 30px;
    width: 25%;
}

.product .pro_con .proT .proT_txt .proDown a:hover {
	color: #2276da;
}

.product .pro_con .proB {
	border-top: 1px solid #dcdcdc;
	padding-top: 48px;
}

.product .pro_con .proB h4 {
	margin-bottom: 30px;
}

.product .pro_con .proB .proArticle {
	font-size: 16px;
	line-height: 22px;
	color: #828282;
	margin-bottom: 50px;
}

.product .pro_con .proB .proArticle p {
	margin-bottom: 10px;
}

.product .pro_con .proB .proArticle p:last-child {
	margin-bottom: 0;
}

.product .pro_con .proB .proArticle p a {
	color: #2276da;
          /*padding: 10px 0;*/
	font-weight: bold;
	display: block;
}

.product .pro_con .proB .proArticle p img {
	display: block;
	margin: 0 auto;
}

@media screen and (max-width: 900px) {
	.product .pro_list ul {
		padding: 0;
	}

	.product .pro_list ul li {
		width: 48%;
		margin-right: 4%;
	}

	.product .pro_list ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.product .pro_con .proT {
		margin-bottom: 37px;
	}

	.product .pro_con .proT .proT_img {
		width: 100%;
		float: none;
	}

	.product .pro_con .proT .proT_txt {
		width: 100%;
		float: none;
		padding-top: 15px;
	}

	.product .pro_con .proT .proT_txt .proDown {
		overflow: hidden;
		display: block;
		letter-spacing: -8px;
	}

	.product .pro_con .proT .proT_txt .proDown a {
		width: 48%;
		letter-spacing: 0;
		display: inline-block;
		padding-left: 35px;
		margin-right: 4%;
		vertical-align: middle;
		line-height: normal;
		display: flex;
		align-items: center;
		float: left;
		margin-bottom: 10px;
	}

	.product .pro_con .proT .proT_txt .proDown a:nth-of-type(2n) {
		margin-right: 0;
	}
}

/*aboutUs*/
.aboutUs {
	padding-top: 36px;
	padding-bottom: 34px;
}

.aboutUs .sales li {
	width: 31.9%;
	padding: 18px 0 19px;
	border: 1px solid #2276da;
	margin-bottom: 26px;
	margin-right: 2.15%;
	text-align: center;
}

.aboutUs .sales li:nth-of-type(3n) {
	margin-right: 0;
}

.aboutUs .sales li .salesTxt {
	font-size: 16px;
	line-height: 22px;
	color: #2276da;
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}

.aboutUs .sales li .saleA {
	display: inline-block;
	text-align: left;
}

.aboutUs .sales li .saleA a {
	display: block;
	font-size: 14px;
	color: #828282;
}

.aboutUs .sales li .saleA a i {
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 13px;
}

.aboutUs .reseller {
	padding-top: 30px;
	padding-bottom: 54px;
}

.aboutUs .reseller ul li {
	max-width: 285px;
	width: 23.75%;
	margin-right: 1.666%;
	position: relative;
	padding-bottom: 23.75%;
	height: 0;
}

.aboutUs .reseller ul li:nth-of-type(4n) {
	margin-right: 0;
}

.aboutUs .reseller ul li a {
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.aboutUs .reseller ul li a img {
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
	transform: scale(1);
}

.aboutUs .reseller ul li a .resellerFloat {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #1e1d27;
	background-color: rgba(30, 29, 39, 0.7);
	z-index: 2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #fff;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.aboutUs .reseller ul li a .resellerFloat p {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

.aboutUs .reseller ul li a .resellerFloat i {
	font-size: 12px;
}

.aboutUs .reseller ul li a:hover img {
	transform: scale(1.05);
}

.aboutUs .reseller ul li a:hover .resellerFloat {
	background-color: rgba(30, 29, 39, 0.5);
}

.aboutUs .offices {
	padding-bottom: 54px;
}

.aboutUs .offices ul {
	display: flex;
	display: inline-flex;
	overflow: hidden;
}

.aboutUs .offices ul li {
	width: 32%;
	margin-right: 2%;
	background-color: #eee;
	justify-content: space-between;
}

.aboutUs .offices ul li:nth-of-type(3n) {
	margin-right: 0;
}

.aboutUs .offices ul li .offTxt {
	padding: 27px 20px;
}

.aboutUs .offices ul li .offTxt .offAdd {
	line-height: 26px;
	font-size: 16px;
	color: #2276da;
	margin-bottom: 20px;
}

.aboutUs .offices ul li .offTxt .offCon {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 22px;
}

.aboutUs .offices ul li .offTxt .offCon a {
	color: #a0a0a0;
	font-size: 14px;
	line-height: 22px;
	display: block;
}

.resellerPopUp .popUpCon {
	padding: 58px 47px;
}

.resellerPopUp .popUpCon .artList .artItem {
	display: none;
}

.resellerPopUp .popUpCon .artList .artItem:nth-of-type(1) {
	display: block;
}

.resellerPopUp .popUpCon .artList .artItem .artTit {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 24px;
	color: #2276da;
}

.resellerPopUp .popUpCon .artList .artItem .artTxt {
	font-size: 14px;
	line-height: 22px;
	color: #828282;
}

.resellerPopUp .popUpCon .artList .artItem .artTxt a {
	color: #828282;
}

@media screen and (max-width: 900px) {
	.aboutUs .sales li {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.aboutUs .reseller ul li {
		width: 48%;
		height: 3.2544rem;
		padding-bottom: 0;
		margin-right: 4%;
		margin-bottom: 4%;
		max-width: inherit;
	}

	.aboutUs .reseller ul li:nth-of-type(2n) {
		margin-right: 0;
	}

	.aboutUs .reseller ul li a .resellerFloat p {
		margin-bottom: 0;
	}

	.aboutUs .offices {
		padding-bottom: 0;
	}

	.aboutUs .offices ul {
		display: block;
	}

	.aboutUs .offices ul li {
		width: 100%;
		margin-bottom: 26px;
	}
}

/*history*/
.historyCon {
	padding: 20px 206px 30px 175px;
}

.historyCon .hisItem {
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.historyCon .hisItem:after, .historyCon .hisItem:before {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 70px;
	background-color: #eee;
	left: 45px;
}

.historyCon .hisItem:before {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	border: 3px solid #2276da;
	background-color: #fff;
	left: 37px;
	z-index: 2;
	box-sizing: border-box;
}

.historyCon .hisItem .year {
	font-size: 36px;
	line-height: 70px;
	background-color: #fff;
	color: #2276da;
	font-weight: bold;
	margin-bottom: 50px;
}

.historyCon .hisItem ul {
	padding-left: 100px;
}

.historyCon .hisItem ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 44px;
	font-size: 16px;
	line-height: 22px;
	color: #828282;
}

.historyCon .hisItem ul li:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #2276da;
	left: 0;
	top: 7.5px;
}

@media screen and (max-width: 1300px) {
	.historyCon {
		padding: 20px 17.1% 30px 14.5%;
	}
}

@media screen and (max-width: 900px) {
	.historyCon {
		padding: 20px 0 30px;
	}

	.historyCon .hisItem {
		margin-bottom: 0.50rem;
	}

	.historyCon .hisItem:before {
		width: 0.16rem;
		height: 0.16rem;
		border-width: 0.03rem;
		left: 0.50rem;
		top: 1.05rem;
		box-sizing: content-box;
	}

	.historyCon .hisItem:after {
		left: 0.58rem;
		top: 1.05rem;
	}

	.historyCon .hisItem .year {
		font-size: 0.54rem;
		line-height: 1.05rem;
		margin-bottom: 0.50rem;
	}

	.historyCon .hisItem ul {
		padding-left: 1.10rem;
	}

	.historyCon .hisItem ul li {
		margin-bottom: 0.50rem;
	}
}

/*security*/
.security {
	padding-top: 41px;
	padding-bottom: 60px;
}

.security.securityConArt {
	padding-bottom: 40px;
}

.security .securityList .h3Tit {
	margin-bottom: 62px;
}

.security .securityList ul {
	margin-bottom: 34px;
}

.security .securityList ul li {
	margin-bottom: 53px;
	padding: 0 20px 53px;
	border-bottom: 1px solid #e5e5e5;
}

.security .securityList ul li:last-child {
	margin-bottom: 0;
}

.security .securityList ul li a {
	display: block;
	position: relative;
	min-height: 89px;
}

.security .securityList ul li .securityTxt {
	margin-left: 130px;
}

.security .securityList ul li .securityTxt h3 {
	font-size: 18px;
	line-height: 1;
	font-weight: normal;
	margin-bottom: 5px;
	color: #2276da;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.security .securityList ul li .securityTxt div {
	color: #828282;
	font-size: 16px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.security .securityList ul li .securityTxt div p {
	color: #828282;
	font-size: 16px;
	line-height: 22px;
}

.security .securityList ul li .securityTime {
	position: absolute;
	top: 0;
	left: 20px;
	width: 94px;
	text-align: center;
	background-color: #f3f3f3;
	color: #2276da;
	height: 89px;
	padding-top: 12px;
	font-size: 13px;
}

.security .securityList ul li .securityTime span {
	display: block;
	line-height: 1;
	margin-bottom: 4px;
}

.security .securityList ul li .securityTime span.day {
	font-size: 38px;
	margin-bottom: 0px;
	line-height: 38px;
}

.security .securityCon .securityConTit {
	font-size: 14px;
	color: #acacac;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

.security .securityCon .securityConTit h1 {
	font-size: 20px;
	color: #2276da;
}

.security .securityCon .securityArt {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 40px;
}

.security .securityCon .securityArt .securityArtItem {
	margin-bottom: 22px;
}

.security .securityCon .securityArt .securityArtItem img {
	display: block;
	margin: 0 auto;
}

.security .securityCon .securityArt h4 {
	font-weight: bold;
	margin-bottom: 22px;
}

.security .securityCon .artBtn {
	text-align: right;
}

.security .securityCon .artBtn a {
	margin-left: 10px;
}

@media screen and (max-width: 900px) {
	.security {
		padding: 0.4rem 0 0.7rem;
	}

	.security .securityList .h3Tit {
		margin-bottom: 0.7rem;
	}

	.security .securityList ul li {
		padding-bottom: 0.3rem;
		margin-bottom: 0.5rem;
	}

	.security .securityList ul li .securityTxt {
		margin-left: 0;
	}

	.security .securityList ul li .securityTime {
		position: static;
		text-align: right;
		height: auto;
		padding: 0.1rem 0 0;
		width: 100%;
		background: transparent;
	}

	.security .securityList ul li .securityTime span {
		display: inline-block;
		font-size: 14px;
	}

	.security .securityList ul li .securityTime span.day {
		font-size: 14px;
		line-height: 1;
	}
}

/*login*/
.login {
	max-width: 403px;
	margin: 0 auto;
	padding: 30px 0 55px;
}

.login .loginWel {
	font-size: 20px;
	color: #2276da;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}

.login .form {
	width: 100%;
}

.login .form li {
	margin-bottom: 23px;
}

.login .form li:last-child {
	margin-bottom: 17px;
}

.login .form li i {
	font-size: 20px;
	color: #2276da;
	line-height: 1;
	position: absolute;
	left: 18px;
	top: 14px;
}

.login .form li input {
	padding-left: 54px;
}

.login .form .rememberPwd {
	text-align: right;
	margin-bottom: 35px;
}

.login .form .loginBtn {
	margin-bottom: 15px;
}

.login .form .forgotPwdBox {
	text-align: right;
}

.login .form .forgotPwdBox a {
	color: #2276da;
	line-height: 1;
}

.register {
  /*display: block;*/
}

.register .form li .file {
	position: absolute;
	width: 180px;
	border: 1px solid #2276da;
	height: 37px;
	line-height: 35px;
	right: 4px;
	top: 4px;
	border-radius: 18.5px;
	cursor: pointer;
	text-align: center;
	color: #2276da;
}

.register .form li .file input {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	position: relative;
	z-index: 3;
}

.register .form li .file .abs {
	position: absolute;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 35px;
	color: #2276da;
}

.registration h3 {
	line-height: 87px;
	height: 87px;
	border-bottom: 1px solid #dcdcdc;
	text-align: center;
	font-size: 20px;
	color: #2276da;
	font-weight: normal;
}

.registration .registrationCon {
	padding: 28px 38px 54px;
	text-align: center;
}

.registration .registrationCon .rightIco {
	display: block;
	height: 70px;
	background: url(../images/right.png) center no-repeat;
	margin-bottom: 20px;
}

.registration .registrationCon .form li {
	position: relative;
}

.registration .registrationCon .form li .sedCode {
	font-size: 12px;
}

.registration .registrationCon p {
	font-size: 14px;
	line-height: 22px;
	color: #828282;
}

.registration .registrationCon p.popMsg {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 30px;
	color: #2276da;
}

/*partner*/
.partner {
	margin-top: 32px;
	margin-bottom: 60px;
	position: relative;
	min-height: 376px;
}

.partner:after {
	content: '';
	position: absolute;
	left: 286px;
	width: 1px;
	height: 100%;
	background-color: #dcdcdc;
	top: 0;
}

.partner .userL {
	width: 286px;
    /*border-right: 1px solid #dcdcdc;*/
	padding-right: 25px;
}

.partner .userL .userImg {
	float: left;
	width: 120px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.partner .userL .userImg img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.partner .userL .userImg .upload {
	opacity: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: rgba(34, 118, 218, 0.47);
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}

.partner .userL .userImg .upload input, .partner .userL .userImg .upload a {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.partner .userL .userImg .upload a {
	opacity: 1;
	line-height: 35px;
}

.partner .userL .userImg:hover .upload {
	opacity: 1;
}

.partner .userL .userTxt {
	position: relative;
	margin-left: 140px;
	height: 120px;
}

.partner .userL .userTxt h3 {
	font-size: 20px;
	color: #2276da;
	margin-bottom: 10px;
	font-weight: normal;
	word-break: break-all;

	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
}

.partner .userL .userTxt .userType {
	height: 16px;
	color: #828282;
	font-size: 14px;
	line-height: 16px;
	padding-left: 22px;
	background: url(../images/usertype.png) no-repeat;
}

.partner .userL .userTxt .LogOut {
	position: absolute;
	width: 100%;
	height: 28px;
	line-height: 26px;
	bottom: 0;
	left: 0;
	font-size: 14px;
}

.partner .userL .userA {
	padding-top: 74px;
}

.partner .userL .userA a {
	display: block;
	width: 186px;
	margin-bottom: 34px;
}

.partner .userL .userA a.on {
	color: #fff;
	background-color: #2276da;
}

.partner .userL .userA a:last-child {
	margin-bottom: 0;
}

.partner .userR {
	margin-left: 311px;
}

.partner .userR h4 {
	font-size: 18px;
	line-height: 1;
	color: #2276da;
	margin-bottom: 45px;
	font-weight: normal;
}

.partner .userR .userSec {
	display: none;
}

.partner .userR .download {
	display: block;
}

.partner .userR .download h4 {
	margin-bottom: 30px;
	font-weight: normal;
}

.partner .userR .download .downloadCon {
        /*padding-top: 14px;*/
}

.partner .userR .download .downFolder {
	overflow: hidden;
}

.partner .userR .download .downFolder li {
	margin-top: 16px;
	width: 32%;
	margin-right: 2%;
	float: left;
}

.partner .userR .download .downFolder li:nth-of-type(3n) {
	margin-right: 0;
}

.partner .userR .download .downFolder li:nth-of-type(1), .partner .userR .download .downFolder li:nth-of-type(2), .partner .userR .download .downFolder li:nth-of-type(3) {
	margin-top: 0;
}

.partner .userR .download .downFolder li a {
	padding: 14px;
	padding-left: 30px;
	display: block;
	border: 1px solid #2276da;
}

.partner .userR .download .downFolder li a:hover {
	background-color: #2276da;
}

.partner .userR .download .downFolder li a:hover i {
	color: #fff;
}

.partner .userR .download .downFolder li a:hover .downTxt p {
	color: #fff;
}

.partner .userR .download .downFolder li a:hover .downTxt span {
	color: #8fc2ff;
}

.partner .userR .download .downFolder li a i {
	font-size: 40px;
	height: 40px;
	color: #2276da;
	line-height: 1;
}

.partner .userR .download .downFolder li a .downTxt {
	margin-left: 56px;
	height: 40px;
	position: relative;
}

.partner .userR .download .downFolder li a .downTxt p {
	color: #828282;
	font-size: 18px;
	line-height: 1;
}

.partner .userR .download .downFolder li a .downTxt span {
	color: #2276da;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
}

.partner .userR .download .downFile li {
	border-bottom: 1px solid #2276da;
	margin-bottom: 15px;
}

.partner .userR .download .downFile li a {
	display: block;
	padding: 14px 0;
}

.partner .userR .download .downFile li a i {
	color: #2276da;
	font-size: 20px;
	line-height: 1;
}

.partner .userR .download .downFile li a .downTxt {
	margin-right: 30px;
	position: relative;
}

.partner .userR .download .downFile li a .downTxt p {
	color: #828282;
	font-size: 18px;
	line-height: 1;
	padding-right: 100px;
}

.partner .userR .download .downFile li a .downTxt span {
	color: #2276da;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.partner .userR .personalSet .formLine {
	max-width: 600px;
	margin: 0 auto;
}

.partner .userR .personalSet .formLine ul {
	margin-bottom: 43px;
}

.partner .userR .personalSet .formLine li {
	margin-bottom: 24px;
}

.partner .userR .personalSet .formLine li label {
	color: #828282;
	text-align: right;
	padding-right: 12px;
	width: 156px;
	display: block;
	line-height: 30px;
	height: 30px;
}

.partner .userR .personalSet .formLine li input, .partner .userR .personalSet .formLine li a.disabled {
	padding: 0 4px;
	width: 433px;
	margin-left: 170px;
	line-height: 30px;
	height: 30px;
	border: none;
	display: block;
	border-radius: 0;
	border-bottom: 1px solid #2276da;
	color: #a8a8a8;
	font-size: 16px;
}

.partner .userR .personalSet .formLine li a.disabled {
	border-bottom: none;
}

.partner .userR .changePsd .form {
	width: 481px;
	margin: 0 auto;
}

.partner .userR .changePsd .form ul {
	margin-bottom: 38px;
}

.partner .userR .changePsd .form ul li {
	margin-bottom: 17px;
}

@media screen and (max-width: 900px) {
	.partner:after{
		display: none;
	}
	.partner .userL{
		float: none;
		padding-right: 0;
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 20px;
	}
	.partner .userL .userA{
		padding-top: 20px;
	}
	.partner .userL .userA a{
		display: inline-block;
		/*width: 32%;*/
		width: inherit;
		padding: 0 20px;
		margin-bottom: 10px;
		margin-right: 5px;
	}
	.partner .userR{
		margin-left: 0;
	}
	.partner .userR .download .downFolder li{
		width: inherit;
		margin-top: 0;
		margin-bottom: 16px;
		width: 49%;
		margin-right: 2%;
	}
	.partner .userR .download .downFolder li:nth-of-type(3n){
		margin-right: 2%;
	}
	.partner .userR .download .downFolder li:nth-of-type(2n){
		margin-right: 0;
	}
	.partner .userR .download .downFolder li a{
		padding: 10px 10px 10px 15px;
	}
	.partner .userR .download .downFolder li a i{
		font-size: 24px;
		line-height: 40px;
	}
	.partner .userR .download .downFolder li a .downTxt{
		margin-left: 36px;
	}
	.partner .userR .download .downFolder li a .downTxt p{
		font-size: 16px;
	}
	.partner .userR .download .downFolder li a .downTxt span{
		display: none;
	}

	.partner .userR .personalSet .formLine li label{
		width: 128px;
		height: inherit;
	}
	.partner .userR .personalSet .formLine li a.disabled{
		height: inherit;
		word-break: break-all;
	}
	.partner .userR .personalSet .formLine li input, .partner .userR .personalSet .formLine li a.disabled{
		margin-left: 135px;
		width: inherit;
	}

	.partner .userR .changePsd .form{
		width: 100%;
	}
}