/*timmy747 cxinnet 2020 MCwuye*/

html {
	width: 100%;
}

body {
	/* Color 可以自定义相关配色 */
	/* var属性兼容性 调取用 color:var(--red)*/
	--haojin: #fccb88;
	--anhui: #272727;
	/* 标准色 */
	--red: #e54d42;
	--orange: #f37b1d;
	--yellow: #fbbd08;
	--olive: #8dc63f;
	--green: #39b54a;
	--cyan: #1cbbb4;
	--blue: #0081ff;
	--purple: #6739b6;
	--mauve: #9c26b0;
	--pink: #e03997;
	--brown: #a5673f;
	--grey: #8799a3;
	--black: #333333;
	--darkGray: #666666;
	--gray: #aaaaaa;
	--ghostWhite: #f1f1f1;
	--white: #ffffff;
	/* 浅色 */
	--redLight: #fadbd9;
	--orangeLight: #fde6d2;
	--yellowLight: #fef2ce;
	--oliveLight: #e8f4d9;
	--greenLight: #d7f0db;
	--cyanLight: #d2f1f0;
	--blueLight: #cce6ff;
	--purpleLight: #e1d7f0;
	--mauveLight: #ebd4ef;
	--pinkLight: #f9d7ea;
	--brownLight: #ede1d9;
	--greyLight: #e7ebed;
	/* 渐变色 */
	--gradualRed: linear-gradient(45deg, #f43f3b, #ec008c);
	--gradualOrange: linear-gradient(45deg, #ff9700, #ed1c24);
	--gradualGreen: linear-gradient(45deg, #39b54a, #8dc63f);
	--gradualPurple: linear-gradient(45deg, #9000ff, #5e00ff);
	--gradualPink: linear-gradient(45deg, #ec008c, #6739b6);
	--gradualBlue: linear-gradient(45deg, #0081ff, #1cbbb4);
	/* 阴影透明色 */
	--ShadowSize: 6rpx 6rpx 8rpx;
	--redShadow: rgba(204, 69, 59, 0.2);
	--orangeShadow: rgba(217, 109, 26, 0.2);
	--yellowShadow: rgba(224, 170, 7, 0.2);
	--oliveShadow: rgba(124, 173, 55, 0.2);
	--greenShadow: rgba(48, 156, 63, 0.2);
	--cyanShadow: rgba(28, 187, 180, 0.2);
	--blueShadow: rgba(0, 102, 204, 0.2);
	--purpleShadow: rgba(88, 48, 156, 0.2);
	--mauveShadow: rgba(133, 33, 150, 0.2);
	--pinkShadow: rgba(199, 50, 134, 0.2);
	--brownShadow: rgba(140, 88, 53, 0.2);
	--greyShadow: rgba(114, 130, 138, 0.2);
	--grayShadow: rgba(114, 130, 138, 0.2);
	--blackShadow: rgba(26, 26, 26, 0.2);
	margin: 0px;
	font-family: Microsoft Yahei;
	width: 100%;
}

table,
form,
h1,
h2,
h3,
ul,
li,
ol,
dl,
dd,
dt,
span,
a,
em,
p {
	padding: 0px;
	margin: 0px;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.clearB {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}


/* Clear Fix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}


/* Hide from IE Mac \*/

.clearfix {
	display: block;
}

@font-face {
	font-family: "iconfont";
	src: url('iconfont.eot');
	/* IE9*/
	src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('iconfont.woff') format('woff'), /* chrome, firefox */
	url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
	url('iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


/*web相关*/

.black-bg {
	background: #373d41;
	min-height: 100%;
	display: block;
	position: absolute;
}

.web-top {
	height: 60px;
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
	background:rgba(0,0,0,0);
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
	padding: 0px;
}

.web-top .logo {
	width: 350px;
	height: 60px;
	float: left;
	background: url(web-logo.png) no-repeat left center;
}

.web-top .logo a {
	display: block;
	text-indent: -6999px;
	height: 60px;
	text-decoration: none;
}

.web-top .menu {
	float: right;
	display: inline-block;
}

.web-top .menu ul {
	height: 60px;
	line-height: 60px;
	float: left;
}

.web-top .menu ul li {
	font-size: 17px;
	color: #ddd6d7;
	display: inline-block;
	margin: 0 10px;
}

.web-top .menu ul li a {
	color: #ddd6d7;
}

.web-top .menu ul li a:hover {
	color: #33CDE5;
}

.web-top .menu ul li.curr {}

.web-top .menu ul li.curr a {}

.web-top .reg {
	float: right;
	height: 60px;
	width: 120px;
	margin-left: 20px;
}

.web-top .reg a {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	display: block;
	text-align: center;
	background: #00C1DE;
	font-size: 17px;
}

.web-top .reg a:hover {
	background: #33CDE5;
}

.web-top .top-right-text {
	color: var(--haojin);
	font-size: 14px;
	position: absolute;
	right: 15px;top: 15px;
	border:var(--haojin) solid 1px;
	line-height: 30px;
	 display: inline-block;
	 padding: 0 15px;
}

.web-bottom {
	font-size: 14px;
	text-align: center;
	padding: 30px;
	background: var(--anhui);
	color: var(--haojin);
}

.web-bottom a {
	color: var(--haojin);
}

.web-bottom a:hover {
	color: #00C1DE;
}

.web-login-page {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #FFFFFF url(login-bg.jpg) no-repeat  center;
	background-size: cover;
	bottom: 0px;
	top: 0px;
	min-width: 1000px;
}

.web-login-page  .cont{
	width: 850px;
	height: 430px;
	background-color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -425px;
	margin-top: -230px;
	border-radius: 10px;
	box-shadow: 0 0 15px  rgba(0,0,0,0.2);
	overflow: hidden;
}


.web-login-cont {
	width: 400px;
	border: none;
	position: absolute;
	right: 0;
	background: #FFFFFF;
	top: 0;
	padding: 35px;
}

.web-login-cont .login-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.web-login-cont .title {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 auto 10px;
}

.login-top .forget {
	font-size: 12px;
	color: #0088CC;
	position: absolute;
	right: 0px;
	line-height: 25px;
	top: 0;
}

.login-error {
	border: 1px solid #ff934c;
	background: #fefcee;
	margin-bottom: 16px;
	font-size: 14px;
	padding: 5px 8px;
	overflow: hidden;
	color: #666666;
}

.login-error i {
	color: #ff934c;
	float: left;
}

.login-error .login-error-msg {
	font-size: 12px;
	padding-left: 20px;
}

.web-login-input {}

.web-login-input .item {
	margin-bottom: 15px;
	position: relative;
}

.have-tips .item .field-validation-error {
	position: absolute;
	left: 370px;
	line-height: 20px;
	top: -1px;
	padding: 8px;
	width: 280px;
	display: inline-block;
	border: #DDDDDD solid 1px;
	border-radius: 5px;
}

.have-tips .item .field-validation-error:before {
	left: -20px;
	top: 8px;
	content: " ";
	position: absolute;
	height: 0;
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: transparent #CCCCCC transparent transparent;
	margin: 0px auto;
	z-index: 101;
}

.have-tips .item .field-validation-error:after {
	left: -18px;
	top: 9px;
	content: " ";
	position: absolute;
	height: 0;
	border-width: 9px 9px 9px 9px;
	border-style: solid;
	border-color: transparent #FFFFFF transparent transparent;
	margin: 0px auto;
	z-index: 102;
}

.web-login-input .input {
	border: #d7d8d9 solid 1px;
	font-size: 14px;
	width: 100%;
	padding-left: 10px;
	height: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

.web-login-input .input:focus {
	border-color: #00C1DE;
}

.web-login-input .input.w150 {
	width: 100px;
	float: left;
}

.web-login-input .code {
	width: 100px;
	height: 40px;
	float: left;
	margin-left: 10px;
}

.web-login-input .change-code {
	line-height: 40px;
	color: #0099CC;
	font-size: 14px;
	display: block;
	float: right;
	padding-right: 5px;
}

.web-login-input .get-code {
	line-height: 40px;
	color: #0099CC;
	font-size: 14px;
	display: block;
	float: right;
	padding-right: 5px;
	border: #DDDDDD solid 1px;
	height: 40px;
	line-height: 38px;
	outline: none;
	width: 185px;
	cursor: pointer;
}

.web-login-input .btn {
	background-color: var(--blue);
	background-image: none;
	border: var(--blue) solid 1px;
	border-radius: 0;
	font-size: 18px;
	box-shadow: 0 1px 1px #0069D9;
	zoom: 100%;
	color: #FFFFFF;
	line-height: 40px;
	height: 52px;
	outline: none;
	color: #fff;
	width: 100%;
	cursor: pointer;
	font-family: "microsoft yahei";
}

.web-login-input .btn:hover {
	background: #0062CC;
}

.web-login-input .creat-btn {
	display: block;
	background-color: #00c1de;
	background-image: none;
	border: #00c1de solid 1px;
	border-radius: 0;
	font-size: 16px;
	box-shadow: 0 1px 1px #ebe7e6;
	zoom: 100%;
	color: #FFFFFF !important;
	height: 42px;
	line-height: 40px;
	outline: none;
	color: #fff;
	width: 100%;
	cursor: pointer;
	font-family: "microsoft yahei";
	text-align: center;
	margin-top: 20px;
}

.web-login-input .creat-btn:hover {
	background-color: #33cde5;
}

.web-login-info {
	position: absolute;
	top: 0;
	left: 0;
	width:450px;
	background-color:#0081FF;
	bottom: 0;
	/* border-right: #DDDDDD solid 1px; */
}

.web-login-pic{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 450px;
	background: url(login-pic-left.jpg) no-repeat #007BFF;
	background-size:cover;
}



.web-login-info h1 {
	font-size: 30px;
	color: #FFEEEE;
	line-height: 36px;
	margin-bottom: 19px;
	font-weight: 300;
}

.web-login-info ul {}

.web-login-info ul li {
	font-size: 14px;
	color: #FFEEEE;
	letter-spacing: 0.47px;
	line-height: 30px;
}

.web-login-botttom {
	line-height: 25px;
	font-size: 12px;
	background-color: rgba(0,0,0,0.1);
	text-align: center;
	color: #FFFFFF;
	padding: 10px 15px;
	word-spacing: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.web-login-botttom a {
	color: #FFFFFF;
}


.web-reg {
	width: 1000px;
	right: 50%;
	margin-right: -500px;
	height: 400px;
	margin-top: -250px;
}

.web-reg .cont {
	width: 350px;
	margin: 20px auto;
}

.web-login-cont .agree {
	font-size: 12px;
	color: #00C1DE;
	text-align: center;
}

.web-login-cont .agree input[type="checkbox"] {
	margin-right: 5px;
	display: inline-block
}


/*选择商家分销商列表*/

.web-com-list {}

.web-com-list ul {}

.web-com-list ul li {
	line-height: 30px;
	font-size: 16px;
	overflow: hidden;
	display: block;
	float: left;
	width: 365px;
	margin-top: 30px;
	height: 150px;
	text-overflow: ellipsis;
	margin-right: 30px;
	background: #FFFFFF;
	transition: all 0.3s;
	color: #555555;
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .15)!important;
}

.web-com-list ul li.no-pass {
	background: #cccccc;
}

.web-com-list ul li.no-pass:hover {
	background: #BBBBBB;
}

.web-com-list ul li:hover {
	background-color: #f7f7f7;
	transform: translateY(-10px);
}

.web-com-list ul li:nth-child(3n) {
	margin-right: 0;
}

.web-com-list ul li a {
	display: block;
	height: 100px;
	padding: 20px 0px 20px 85px;
	cursor: pointer;
	background: url(web-com-ico1.png) no-repeat 10px center;
	background-size: 70px 70px;
}

.web-com-list ul li.t2 a {
	background-image: url(web-com-ico2.png);
}

.web-com-list ul li a:hover {}

.web-com-list ul li .tt {
	position: relative;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #373d41;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: #00c1de;
	border-color: #00c1de;
	text-align: left;
}

.web-com-list ul li.t2 .tt {
	background-color: #8ece62
}

.web-com-list ul li.t3 .tt {
	background-color: #D7DBDD
}

.web-com-list ul li.t4 .tt {
	background-color: #e49c44;
}

.web-com-list ul li .add {
	background: url(iconfont-tianjia.png) no-repeat center;
	background-size: 90px 90px;
	text-indent: -9999px;
}

.web-com-list ul li a b {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.web-com-list ul li a span {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	padding: 0px 5px;
}

.web-com-list ul li a i {}

.web-com-list ul li a:hover b {}

.web-com-list ul li a:hover i {}

.web-com-list ul li a:hover span {}

.web-create-cont {
	padding: 20px;
}

.web-create-cont a {
	line-height: 80px;
	height: 80px;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	background: #00C1DE;
	display: block;
	font-size: 20px;
}

.web-create-cont a.a1 {
	margin-bottom: 20px;
}

.web-create-cont a.a2 {
	background-color: #8ece62
}

.web-create-cont a:hover {
	background-color: #33cde5;
}

.web-create-cont a.a2:hover {
	background-color: #30ce2e
}

.web-choose-page {
	position: absolute;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #ffffff;
	background-size: cover;
	bottom: 60px;
	top: 60px;
}

.web-choose-cont {
	width: 1200px;
	height: auto;
	padding-top: 22px;
	border: none;
	position: absolute;
	top: 50px;
	background: rgba(255, 255, 255, 1);
	left: 50%;
	margin-left: -600px;
	padding: 20px;
}

.web-choose-cont .choose-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.web-choose-cont .title {
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 auto 10px;
	color: #333333;
}

.web-choose-cont .choose-top .more {
	font-size: 12px;
	color: #0088CC;
	position: absolute;
	right: 0px;
	line-height: 25px;
	top: 8px;
}

.web-choose-cont .agree {
	font-size: 12px;
	color: #00C1DE;
	text-align: center;
}

.web-choose-cont .agree input[type="checkbox"] {
	margin-right: 5px;
	display: inline-block
}


/*申请入库页面*/

.applysup-page {
	width: 100%;
	background: #ffffff;
	background-size: cover;
	padding: 30px 0;
}

.applysup-page-cont {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	border: none;
	background: rgba(255, 255, 255, 1);
	padding: 100px 0;
}

.applysup-page-cont .title {
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin: 0 auto 10px;
	text-align: center;
	color: #333333;
}

.applysup-page-cont .company-name {
	font-size: 20px;
	line-height: 40px;
	padding: 30px 0;
	text-align: center;
}

.applysup-page-cont .company-name b {
	color: #00C1DE;
}

.applysup-page-cont .company-name span {
	font-size: 14px;
}

.applysup-page-cont .agree {
	font-size: 12px;
	color: #00C1DE;
	text-align: center;
}

.applysup-page-cont .agree input[type="checkbox"] {
	margin-right: 5px;
	display: inline-block
}

.applysup-page-cont .item {
	width: 330px;
	display: inline-block;
	padding: 0 10px;
}

.applysup-page-cont .chosen-container {
	font-size: 16px;
}

.applysup-page-cont .chosen-container>.chosen-single,
[class*="chosen-container"]>.chosen-single {
	line-height: 43px;
	height: 45px;
	border-radius: 5px;
	border-color: #00C1DE;
	padding: 0 15px;
}

.applysup-page-cont .text-box {
	padding: 5px 10px;
}

.applysup-page-cont .custom-control {
	text-align: center;
	width: 90px;
	font-size: 16px;
	margin-left: 450px;
}

.applysup-page-cont .submit-btn {
	line-height: 50px;
	height: 50px;
	border: none;
	text-align: center;
	border-radius: 5px;
	color: #FFFFFF;
	background: #00C1DE;
	display: block;
	font-size: 20px;
	width: 330px;
	margin: 20px auto;
	cursor: pointer;
}

.applysup-page-cont .submit-btn:hover {
	background-color: #33cde5;
}

.web-botttom {
	line-height: 30px;
	font-size: 12px;
	background: transparent;
	text-align: center;
	color: #9b9ea0;
	padding: 15px;
	word-spacing: 1em;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}

.web-botttom a {
	color: #9b9ea0;
}

.web-botttom a:hover {
	color: #00C1DE;
}


/*弹出登录*/

.pop-login {
	background: #FFFFFF;
	padding: 20px;
}

.pop-login .login-top {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.pop-login .title {
	font-size: 18px;
	font-weight: 400;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0 auto 10px;
}

.pop-login .tips {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.pop-login .tips a {
	color: #00C1DE;
}


/*首页内容*/

.bg-white {
	background: #FFFFFF;
	padding: 80px 0;
}

.bg-light {
	background: #F7F7F7;
	padding: 80px 0;
}

.bg-black {
	background: #373d41;
	padding: 80px 0;
}

.bg-blue {
	background: #00c1de;
	padding: 50px 0;
	background-size: cover;
}

.bg-pic1 {
	background: #00c1de;
}

.bg-pic2 {
	background: #FFFFFF;
}

.bg-pic3 {
	background: #F7F7F7;
}

.web-index {}

.main-cont {
	width: 1200px;
	margin: 0 auto;
}

.web-index-slider {
	overflow: hidden;
	position: relative;
}

.web-index-slider img {
	display: block;
	width: 100% !important;
}

.web-index-word {
	text-align: center;
}

.web-index-word h2 {
	text-align: center;
	font-size: 24px;
	color: #373d41;
	line-height: 36px;
}

.web-index-word span {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
	display: block;
	color: #373d41;
}

.web-index-ico {}

.web-index-ico ul {}

.web-index-ico ul li {
	width: 20%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.web-index-ico ul li .pic {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	background: url(index-ico1.png) no-repeat center;
	background-size: 80px 80px;
}

.web-index-ico ul li .pic.p1 {
	background-image: url(index-ico1.png);
}

.web-index-ico ul li .pic.p2 {
	background-image: url(index-ico2.png);
}

.web-index-ico ul li .pic.p3 {
	background-image: url(index-ico3.png);
}

.web-index-ico ul li .pic.p4 {
	background-image: url(index-ico4.png);
}

.web-index-ico ul li .pic.p5 {
	background-image: url(index-ico5.png);
}

.web-index-ico ul li b {
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: #373D41;
	overflow: hidden;
	margin-bottom: 14px;
	display: block;
}

.web-index-ico ul li span {
	text-align: center;
	font-size: 12px;
	color: #73777A;
	line-height: 24px;
	display: block;
}

.web-index-big-pic {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	min-height: 400px;
}

.web-index-big-pic .cont {
	margin-top: 30px;
}

.web-index-big-pic .cont ol {}

.web-index-big-pic .cont ol li {
	font-size: 15px;
	line-height: 30px;
	color: #5F6367;
}

.web-index-big-pic .cont ol li:before {
	font-family: "iconfont";
	content: "\eb64";
	margin-right: 5px;
}

.web-index-info {}

.web-index-info ul {
	margin: 0 -15px;
}

.web-index-info ul li {
	width: 25%;
	float: left;
	padding: 15px;
	box-sizing: border-box;
}

.web-index-info ul li .box {
	padding: 20px 15px;
	height: 300px;
	box-sizing: border-box;
	position: relative;
	border-radius: 0px;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0);
	background: #FFFFFF;
}

.web-index-info ul li b {
	height: 22px;
	text-align: center;
	line-height: 22px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	color: #373D41;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}

.web-index-info ul li .box:before {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	content: " ";
	background: url(b1.png) no-repeat center;
	background-size: 60px 60px;
	transition: all 0.3s;
}


/*
.web-index-info ul li .box{
	padding:20px 15px 15px 110px;
	border: #DDDDDD solid 1px;
	height: 150px;
	box-sizing: border-box;
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	transition: all 0.3s;
	box-shadow:2px 3px 5px rgba(0,0,0,0);}

.web-index-info ul li b {
	height: 22px;
	text-align:left;
	line-height: 22px;
	padding-left:0px;
	font-weight: bold;
	font-size: 16px;
	color: #373D41;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	
}



.web-index-info ul li .box:before{
	width: 80px; height: 80px;
	display: block;
	margin: 0 auto;
	content:" ";
	background: url(b1.png) no-repeat center;
	background-size:contain;
	transition: all 0.3s;
	position: absolute;
	left: 15px;
	top: 25px;
}
*/

.web-index-info ul li .box:hover {
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
	transform: translateY(-15px);
}

.web-index-info ul li .box:hover:before {
	transform: rotateY(180deg);
}

.web-index-info ul li:nth-child(1) .box:before {
	background-image: url(b4.png);
}

.web-index-info ul li:nth-child(2) .box:before {
	background-image: url(b8.png);
}

.web-index-info ul li:nth-child(3) .box:before {
	background-image: url(b5.png);
}

.web-index-info ul li:nth-child(4) .box:before {
	background-image: url(b1.png);
}

.web-index-info ul li:nth-child(5) .box:before {
	background-image: url(b6.png);
}

.web-index-info ul li:nth-child(6) .box:before {
	background-image: url(b3.png);
}

.web-index-info ul li:nth-child(7) .box:before {
	background-image: url(b7.png);
}

.web-index-info ul li:nth-child(8) .box:before {
	background-image: url(b2.png);
}

.web-index-info ul li span {
	font-size: 12px;
	color: #73777A;
	line-height: 24px;
	display: block;
}

.web-index-more {
	color: #FFFFFF;
	font-size: 14px;
}

.web-index-more .cont {
	margin: 0 auto;
	padding: 80px 0;
	width: 1200px;
	background: url(index-more.png) no-repeat right center;
}

.web-index-more .cont h3 {
	display: block;
	font-size: 26px;
	line-height: 40px;
	margin-bottom: 20px;
}

.web-index-more .cont span {
	line-height: 30px;
	display: block;
}

.web-index-more .cont .code {}

.web-index-more .cont .btn {
	border: #FFFFFF solid 1px;
	font-size: 16px;
	padding: 5px 15px;
	line-height: 30px;
	color: #FFFFFF;
	transition: all 0.3s;
	display: inline-block;
	margin-top: 20px;
}

.web-index-more .cont .btn:hover {
	background: #FFFFFF;
	color: #00C1DE;
}

.web-index-center-title {
	margin-bottom: 40px;
}

.web-index-center-title b {
	cursor: default;
	text-align: center;
	font-size: 24px;
	color: #373d41;
	display: block;
}

.web-index-center-title span {
	display: block;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	color: #5f6367;
}

.web-index-about {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	width: 1200px;
	margin: 0 auto;
}

.web-index-about-bg {
	padding: 100px 0;
	background: #0062CC url(web-about-bg.jpg) no-repeat center fixed;
	background-size: cover;
}

.web-index-about-bg .web-index-center-title {
	margin-bottom: 40px;
}

.web-index-about-bg .web-index-center-title b {
	cursor: default;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	display: block;
}

.web-index-about-bg .web-index-center-title span {
	display: block;
	text-align: center;
	margin-top: 12px;
	font-size: 16px;
	color: #FFFFFF;
}

.web-index-service {}

.web-index-service ul {}

.web-index-service ul li {
	box-sizing: border-box;
	width: 25%;
	padding: 25px 15px;
	padding-left: 70px;
	position: relative;
	float: left;
	height: 120px;
}

.web-index-service ul li b {
	font-size: 16px;
	line-height: 30px;
	color: #373d41;
	display: block;
}

.web-index-service ul li span {
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	display: block;
}

.web-index-service ul li:before {
	font-family: "iconfont";
	content: "\ec4d";
	position: absolute;
	top: 25px;
	left: 10px;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 45px;
	color: #00C1DE;
}

.web-index-service ul li:nth-child(1):before {
	content: "\ec4d";
}

.web-index-service ul li:nth-child(2):before {
	content: "\eb65";
}

.web-index-service ul li:nth-child(3):before {
	content: "\eb6c";
}

.web-index-service ul li:nth-child(4):before {
	content: "\ebd0";
}

.web-index-service ul li:nth-child(5):before {
	content: "\ebd1";
}

.web-index-service ul li:nth-child(6):before {
	content: "\ec53";
}

.web-index-service ul li:nth-child(7):before {
	content: "\ec17";
}

.web-index-service ul li:nth-child(8):before {
	content: "\eb92";
}

.web-index-bottom {}

.web-index-bottom .l-cont {
	border-right: 1px solid #4b5054;
	float: left;
	width: 400px;
}

.web-index-bottom .tt {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
}

.web-index-bottom .tt span {
	display: block;
	font-size: 14px;
	font-family: arial;
	color: #9b9ea0;
}

.web-index-bottom .l-cont .b-contact {
	margin-top: 20px;
}

.web-index-bottom .l-cont .b-contact ul {}

.web-index-bottom .l-cont .b-contact ul li {
	line-height: 35px;
	font-size: 14px;
	color: #F7F7F7;
}

.web-index-bottom .l-cont .b-contact ul li:before {
	font-family: "iconfont";
	content: "\e61a";
	margin-right: 10px;
	font-size: 18px;
	float: left;
}

.web-index-bottom .l-cont .b-contact ul li a {
	/*color: #9b9ea0;*/
	color: #FFFFFF;
}

.web-index-bottom .l-cont .b-contact ul li a:hover {
	color: #00C1DE;
}

.web-index-bottom .l-cont .b-contact ul li.tel:before {
	content: "\e681";
}

.web-index-bottom .l-cont .b-contact ul li.mail:before {
	content: "\e667";
}

.web-index-bottom .l-cont .b-contact ul li.add:before {
	content: "\e60c";
}

.web-index-bottom .r-cont {
	float: left;
}

.web-index-bottom .r-cont .b-code {
	margin-top: 30px;
}

.web-index-bottom .r-cont .b-code ul {}

.web-index-bottom .r-cont .b-code ul li {
	display: inline-block;
	margin-left: 70px;
	width: 450px;
}

.web-index-bottom .r-cont .b-code ul li .tt {
	font-size: 16px
}

.web-index-bottom .r-cont .b-code ul li img {
	width: 120px;
	height: 120px;
	margin-top: 0px;
	float: left;
	margin-right: 40px;
}

/* err错误提示页 */

.error-page{
	position: relative;
	height: 100vh;
	width: 100vw;
	background-color: #FFFFFF;
}

.error-page .cont{
	width: 600px;
	height: 400px;
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 300px);
	text-align: center;
}
.error-page .pic{
	height: 200px;
	background: url(no-data.jpg) center no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}
.error-page .tt{
	font-size: 18px; color: #333333;
	line-height: 30px;
	margin-bottom: 5px;
}
.error-page .info{
	font-size: 14px; color: #666666;
	line-height: 25px;
}





