@charset "utf-8";
body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select, div, span, a, aside, article, section, header, nav, footer, label, img {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
fieldset, img {
	border:0;
}
img {
	vertical-align:middle;
	max-width:100%;
}
ol, ul, li {
	list-style-type:none;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
button, input, select, textarea {
	border-style: solid;
	background-color: rgba(255, 255, 255, 0);
	border-width: 0px 0px 1px 0px;
	border-color: rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.8);
	padding: 15px 0px 15px 0px;
	font-size: 14px;
	height: 52px;
	width:100%
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
html {
	verflow:-Scroll;
	overflow-x:hidden;
	zoom:1;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	font-size:100%;
}
body {
	color:#666;
	line-height:1.5;
	font-family:'Microsoft YaHei', Arial, 'simsun', HELVETICA;
	min-width:320px;
}
a {
	color:#666;
	text-decoration:none;
	transition:all ease 0.3s;
}
a:hover {
	color:#4289d5;
}
/* CSS活动的公共样式 */
.fl {
	float:left;
}
.fr {
	float:right;
}
.ce {
	text-align:center;
}
.hide {
	overflow:hidden;
}
.mb15 {
	margin-bottom:15px;
}
.mb30 {
	margin-bottom:30px;
}
.mb20 {
	margin-bottom:20px;
}
.container {
	position:relative;
	min-width:320px;
	width:100%;
	max-width:1600px;
	margin:0 auto;
}
.pImg {
	position:relative;
	padding-top:100%;
	display:block;
	overflow:hidden;
}
.pImg img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.bgImg {
	background-position:center;
	background-size:cover;
	position:relative;
	transition:all 0.5s;
	display:block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
}
.pd60 {
	padding:70px 0;
	font-size:1.03em;
	overflow:hidden;
}
.mb40 {
	margin-bottom:40px;
}
.mb50 {
	margin-bottom:50px;
}
.font14 {
	font-size:.875em;
}
.gray {
	background:#efefef;
}
 @font-face {
 font-family: 'iconfont';  /* project id 1152918 */
 src: url('fonts/font_1152918_01ezswzs2pyr.eot');
 src: url('fonts/font_1152918_01ezswzs2pyr.eot?#iefix') format('embedded-opentype'),  url('fonts/font_1152918_01ezswzs2pyr.woff2') format('woff2'),  url('fonts/font_1152918_01ezswzs2pyr.woff') format('woff'),  url('fonts/font_1152918_01ezswzs2pyr.ttf') format('truetype'),  url('fonts/font_1152918_01ezswzs2pyr.svg#iconfont') format('svg');
}
 @font-face {;
 src: url('fonts/ahronbd,eot');
 src: url('fonts/ahronbd?#iefix') format('embedded-opentype'),  url('fonts/ahronbd.woff2') format('woff2'),  url('fonts/ahronbd.woff') format('woff'),  url('fonts/ahronbd.ttf') format('truetype'),  url('fonts/ahronbd.svg#iconfont') format('svg');
}
.iconfont {
	font-family:"iconfont" !important;
	font-style:normal;
	font-size: 1rem;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position:relative;
}
/* 头部 */
.header {
	width:100%;
	background:#fff;
	position:relative;
	z-index:99;
	height:90px;
}
.header .logo {
	max-width:35%;
	line-height:90px;
}
.nav {
	width:48%;
	padding-top:30px;
	height:60px;
	display:flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align:right;
}
.nav .m {
	float:left;
	position:relative;
	z-index:10;
}
.nav .m>a {
	color:#191919;
	display:inline-block;
	position:relative;
	height:60px;
	font-size:18px
}
.nav .m>a::after {
content:"";
position:absolute;
left:0;
bottom:0;
height:2px;
background:#4289d5;
width:100%;
transform: scale(0, 1);
transform-origin:right;
transition: transform .3s;
}
.nav .cur>a, .nav .m>a:hover {
	color:#4289d5;
}
.nav .cur>a::after, .nav .m>a:hover::after {
width:100%;
transform: scale(1);
transform-origin:left;
}
.nav .navSub {
	position:absolute;
	left:-130%;
	top:120%;
	background:#eee;
	line-height:35px;
	width:260px;
	color:#333;
font-size:.875rem;
transition:top 0.4s, opacity .4s;
	opacity:0;
	text-align:center;
	transform: scale(0);
}
.nav .navSub li {
	border-bottom:1px solid #ddd;
	line-height:35px;
}
.nav .navSub a {
	color:#333;
	display:block;
}
.nav .navSub a:hover {
	background:#4289d5;
	color:#fff;
}
.nav .m:hover .navSub {
	top:100%;
	opacity:1;
	transform: scale(1);
}
.headR {
	position: absolute;
	right:0;
	top:12px;
}
.search {
	border:1px solid #ddd;
	padding:0 35px 0 10px;
	margin-right:20px;
	height:28px;
	width:180px;
}
.search .txt {
	float: left;
	width:100%;
	font-size:12px;
	line-height:26px;
}
.search .btn {
	float:right;
	background: url('../images/sBtn.png') no-repeat center;
	width:35px;
	height:28px;
	margin-right:-35px;
	cursor: pointer;
	opacity:.7;
}
.search .btn:hover {
	opacity:1;
}
.headR .tel {
	font-size:1.375em;
	color:#4289d5;
	font-family:Arial;
	background: url('../images/hTel.png') no-repeat left center;
	padding-left:20px;
	line-height:1.4;
}
.headR .tel span {
	margin-right:0px;
}
.headFix {
	height:90px;
	position:fixed;
	left:0;
	top:0;
	font-size:1rem;
	box-shadow: #00000057 1px 2px 20px;
}
.headFix .logo {
	line-height:90px;
}
.headFix .logo img {/*height:40px;*/
}
.headFix .nav {
	height:60px;
}
.headFix .nav .m>a {
	height:60px;
}
.headFix .headR {
	top:12px;
}
/*  导航按钮 */
.navTrigger {
	position:absolute;
	top:22px;
	right:15px;
	width:28px;
	overflow:hidden;
	white-space:nowrap;
	color:transparent;
	z-index:20;
	cursor:pointer;
	display:none;
}
.navTrigger span {
	display:block;
	height:2px;
	background:#4289d5;
	margin-bottom:6px;
	transition:all 0.3s;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-ms-transform-origin: 0% 50%;
	-o-transform-origin: 0% 50%;
	transform-origin: 0% 50%;
}
.navTrigger span:nth-child(3) {
margin-bottom:0;
}
.navTrigger-on span:nth-child(1) {
transform: translateX(4px) translateY(0px) rotate(45deg);
}
.navTrigger-on span:nth-child(2) {
opacity:0;
}
.navTrigger-on span:nth-child(3) {
transform:translateX(2px) translateY(2px) rotate(-45deg);
}
.wapTel {
	font-family:"iconfont";
	position: absolute;
	color:#4289d5;
	right:60px;
	font-size:1.5rem;
	line-height:1;
	top:20px;
	display:none;
}
/* 广告轮播图 */
.banner {
	position:relative;
	overflow:hidden;
font-size:.875rem;
}
.banner .swiper-slide {
	position: relative;
}
.banner .pic {
	width:100%;
}
.banner .txt {
	position:absolute;
	left:0;
	top:20%;
	transform:translateX(-50%);
	z-index:10;
	opacity:0;
	transition:all 1s;
}
.banner .swiper-wrapper {
	transition-timing-function: ease-in-out;
}
.banner .swiper-pagination {
	bottom:20px;
	;
	max-width:1600px;
	left:50%;
	transform:translateX(-50%);
}
.banner .swiper-pagination-bullet {
	background:none;
	opacity:1;
	cursor:pointer;
	width:14px;
	height:14px;
	border:1px solid #fff;
	position: relative;
}
.banner .swiper-pagination-bullet:after {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background:#fff;
	top:3px;
	left:3px;
	border-radius:100%;
}
.banner .swiper-pagination-bullet-active {
	border-color: #4289d5;
}
.banner .swiper-pagination-bullet-active::after {
background:#4289d5;
}
.banner .swiper-slide-active .txt {
	opacity:1;
	left:23%;
}
/* .banner .swiper-slide-active .txt2{left:28%;}
.banner .swiper-slide-active .txt3{right:-12%;left:auto;} */

/* 荣誉资质 */
.honor {
	background: url('../images/honor_bg.jpg');
}
.hTitle {
	font-size:2.875rem;
	color:#191919;
	line-height:1.2;
	margin-bottom:10px;
}
.hTitle span {
	position: relative;
}
.hTitle span::after, .hTitle span::before {
content:"";
position: absolute;
width:55px;
height:56px;
background: url('../images/tie_l.png');
left:-30px;
top:30px;
}
.hTitle span::before {
left:auto;
right:-30px;
transform: rotateY(-180deg);
}
.hTitle b {
	color: rgba(220, 220, 220, 1);
	font-size:1.304em;
	text-transform: uppercase;
	;
	margin-right:10px;
	position: relative;
	top:5px;
}
.hTitle em {
	display: block;
	font-size: 1rem;
	opacity:.7;
	margin-top:5px;
	font-style:normal;
}
.attest {
	max-width:1240px;
	margin:0 auto;
	padding-top:10px;
	margin-bottom:50px;
}
.attest li {
	float: left;
	width:14.28%;
	text-align:center;
	cursor: pointer;
transition:all .4s;
	top:0;
	position: relative;
}
.attest li span {
	display:inline-block;
	height:150px;
	line-height:140px;
	background: url('../images/attest_bg.png') no-repeat;
	width:160px;
	background-size:100%;
}
.attest li:nth-child(8) {
display:none;
}
.attest li:hover {
	top:-10px;
}
.honorBox {
	padding:0 80px;
	text-align:center;
}
.honorMain li {
	float:left;
	width:33.3%;
}
.honorMain li h4 {
	font-size:1.429em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-top:15px;
	opacity:0;
}
.honorMain li .pImg {
	padding-top:72%;
	background:#4289d5;
}
.honorMain li:hover img {
	transform: scale(.92);
}
.honorMain li.swiper-slide-active h4 {
	opacity:1;
}
.honorBox .btn {
	display:inline-block;
	width:34px;
	height:60px;
	background:#c90500;
	color:#fff;
	text-align:center;
	line-height:60px;
	opacity:.8;
	left:0;
	cursor:pointer;
	pointer-events:inherit !important
}
.honorBox .swiper-button-next {
	left:auto;
	right:0;
}
.honorBox .btn:hover {
	opacity:1;
}
/* 我们的产品 */
.product, .case, .news {
	overflow:visible;
}
.homeMenu {
	text-align:center;
	margin-bottom:30px;
	height:50px;
	font-size:1.286em;
	position: relative;
}
.homeMenu::after {
content:"";
position: absolute;
left:0;
bottom:0;
height:1px;
background:#ccc;
left:0;
margin-left:-50%;
width:200%;
}
.homeMenu a {
	margin:0 25px;
	color:#333;
	position:relative;
	display:inline-block;
	height:50px;
}
.homeMenu a::after {
content:"";
position: absolute;
left:0;
bottom:0;
width:100%;
background:#da251e;
height:3px;
transform: scale(0, 1);
transform-origin: right;
transition:transform .4s;
}
.homeMenu .on {
	color:#da251e;
}
.homeMenu .on::after {
transform: scale(1);
transform-origin:left;
}
.proBox {
	overflow:hidden;
	position:relative;
	z-index:3;
}
.proSlide {
	max-width:1200px;
	margin:0 auto;
	margin-bottom:20px;
	overflow:hidden;
}
.proSlide li {
	position:relative;
	overflow:hidden;
	width:100%;
}
.proSlide li .pic {
	width:54%;
	text-align:center;
}
.proSlide li .pic img {
	width:90%;
transition:all .5s;
}
.proSlide li .txt {
	width:46%;
	position: absolute;
	right:0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform:translateY(-50%);
}
.proSlide li h4 {
	font-size:2em;
	padding-bottom:15px;
	margin-bottom:25px;
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	position:relative;
}
.proSlide li h4 a {
	color:#da251e;
}
.proSlide li h4::after {
content:"";
position: absolute;
left:0;
bottom:0;
width:60px;
height:2px;
background:#da251e;
transition:all .5s;
}
.proSlide li p {
	min-height:90px;
	font-size:1.071em;
	margin-bottom:10px;
}
.proSlide li .btn {
	display:inline-block;
	width:120px;
	height:42px;
	line-height:42px;
	background:#da251e;
	margin-top:26px;
	text-align:center;
	color:#fff;
	margin-right:15px;
}
.proSlide li .more {
	background:#333;
	color:#fff;
}
.proSlide li .btn:hover {
	background:#b30600;
	color:#fff;
}
.proSlide .swiper-button-black {
	top:30%;
	z-index:90;
	pointer-events:auto !important;
	opacity:.8 !important;
	cursor: pointer;
	font-size:0;
	line-height:0;
}
.proSlide li:hover img {
	transform: scale(1.06);
}
.proPic {
	padding-left:1px;
	padding-bottom:10px;
	overflow:hidden;
}
.proPic li {
	float:left;
	width:25%;
	border:1px solid #ebebeb;
	padding:15px;
	text-align:center;
	margin-left:-1px;
transition:all .5s;
}
.proPic li .pImg {
	padding-top:75%;
}
.proPic li h4 {
	font-size:1.286em;
	color:#191919;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	padding-top:20px;
}
.proPic li h4 span {
	display: block;
	font-size:14px;
	opacity:.6;
	margin-top:8px;
}
.proPic li:hover img {
	transform: scale(1.1);
}
.proPic li:hover h4 {
	color:#4289d5;
}
.proPic li:hover {
	box-shadow:0 0 10px #e1e1e1;
}
/* 行业应用 */
.solution {
	background: url('../images/solution_tie.jpg') no-repeat center;
	background-size:cover;
	background-repeat: no-repeat;
	padding-bottom:0;
	background-attachment: fixed;
}
.solution .hTitle em {
	letter-spacing:8px;
}
.hTitlew, .hTitlew span {
	color:#fff;
}
.solutionSlide {
	height:600px;
	position: relative;
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
}
.solutionSlide li {
	float: left;
	width:20%;
	height:100%;
	border-right: 1px solid rgba(255, 255, 255, .2);
	color:#fff;
	text-align:center;
	padding:0 2.5%;
	padding-top:14%;
	position:relative;
	overflow: hidden;
	z-index:2;
transition:all .5s;
}
.solutionSlide li::after {
content:"";
position: absolute;
background:#da251e;
opacity:.8;
width:100%;
height:100%;
left:0;
top:0;
z-index:-1;
transition:transform .5s;
transform-origin:right;
transform:scale(0, 1);
}
.solutionSlide li .txt {
	height:70px;
	overflow:hidden;
transition:all .5s;
transition-delay:.3s;
}
.solutionSlide li h4 {
	margin-bottom:25px;
}
.solutionSlide li h4 span {
	font-size:2.143em;
	display:block;
}
.solutionSlide li .more {
	display:inline-block;
	width:160px;
	height:42px;
	line-height:40px;
	margin-top:35px;
	border:1px solid #fff;
	color:#fff;
}
.solutionSlide li .more i {
	font-style:normal;
	margin-left:15px;
}
.solutionSlide li p, .solutionSlide li .more {
	opacity:0;
	transform: translateY(100%);
transition:all .5s;
transition-delay:.1s;
	height:0px;
	overflow:hidden;
}
.solutionSlide li .more:hover {
	background:#fff;
	color:#4289d5;
}
.solutionSlide .swiper-slide-active::after {
transform-origin:left;
transform:scale(1);
}
.solutionSlide .swiper-slide-active {
	padding-top:10%;
}
.solutionSlide .swiper-slide-active p, .solutionSlide .swiper-slide-active a {
	opacity:1;
transition-delay:.25s;
	transform: translateY(0) scale(1);
	height:auto;
}
.solutionSlide .swiper-slide-active a {
transition-delay:.25s;
}

/* 案例 */
.hTitle2 span::after {
transform: rotateX(180deg);
left:-60px;
top:32px;
}
.hTitle2 span::before {
transform: rotate(180deg);
right:-60px;
}
.caseMain, .caseBox {
	overflow: hidden;
}
.caseSlide, .casePic {
	float:left;
	width:50%;
	overflow: hidden;
	position: relative;
}
.caseMain li {
	margin-bottom:1px;
	padding-left:1px;
}
.caseMain li a {
	display:block;
	position:relative;
}
.caseMain li .pImg {
	padding-top:74%;
}
.caseMain li p {
	position: absolute;
	bottom:0;
	left:5%;
	right:5%;
	color:#fff;
	height:60px;
	line-height:60px;
	border-top: 1px solid rgba(255, 255, 255, .4);
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	z-index:2;
}
.caseSlide li p {
	left:0;
	right:0;
	padding:0 120px 0 5%;
	background: rgba(66, 137, 213, .7);
	border-top:none;
}
.casePic li a::after {
content:"";
position: absolute;
left:0;
bottom:0;
width:100%;
height:0;
background: rgba(66, 137, 213, .7);
transition:all .5s;
}
.casePic li {
	float:left;
	width:50%;
}
.casePic li a:hover::after {
height:60px;
}
.caseMain li a:hover img {
	transform: scale(1.08);
}
.caseSlide .swiper-pagination {
	width:auto;
	right:15px;
	bottom:20px;
	left:auto;
}
/* 我们的优势 */
.odds {
	text-align:center;
	position: relative;
	z-index:2;
}
.odds::after {
content:"";
position: absolute;
left:0;
bottom:0;
width:100%;
background:#f4f4f4;
height:40.5%;
z-index:-1;
}
.odds .hTitle em {
	letter-spacing:6px;
}
.odssMain li {
	float: left;
	width:25%;
	background:#fff;
	box-shadow:0 2px 6px #ccc;
	text-align:left;
}
.odssMain li .info {
	position: relative;
	z-index:2;
	text-align:center
}
.odssMain li .info::after {
content:"";
position: absolute;
left:0;
bottom:0;
width:100%;
height:0;
background:rgb(66 137 213 / 80%);
z-index:-1;
transition:all .5s;
}
.odssMain li .pImg {
	padding-top:120%;
}
.odssMain li h4 {
	font-size:1.8em;
	font-weight:700;
	color:#333;
	line-height:50px
}
.odssMain li p {
	background: url('../images/odds_li.png') no-repeat left 8px;
	padding-left:0px;
	margin-top:10px;
	font-size:16px;
	line-height:35px
}
.odssMain .btn {
	display:none;
	background:#333;
	color:#fff;
	position: static;
	margin-top:20px;
	width:50px;
	height:26px;
	line-height:26px;
	cursor:pointer;
}
.odssMain li:hover img {
	transform: scale(1.1);
}
.odssMain li:hover .info::after {
height:100%;
}
.odssMain li:hover h4, .odssMain li:hover p {
	color:#fff;
transition:all .4s;
}
/* 关于我们 */
.about {
	padding-bottom:0;
	overflow:visible;
	height:800px
}
.aboutL {
	width:43%;
}
.aboutL .hTitle {
	text-align:left;
	margin-bottom:10px;
}
.aboutL .hTitle span::after {
display:none;
}
.aboutL .hTitle span::before {
background: url('../images/tie_bg2.png') no-repeat right;
transform: rotate(0);
width:300px;
}
.aboutL .tie {
	color:#4289d5;
	font-size:1.786em;
	font-weight:bold;
	margin-bottom:25px;
}
.aboutL .txt {
	min-height:190px;
	margin-bottom:20px;
	line-height:1.8;
}
.aboutL .more i {
	font-style:normal;
	margin-left:15px;
}
.aboutL .more {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	background-color: rgba(0, 106, 159, 1);
	padding: 13px 42px 13px 42px;
	border-radius: 0px 0px 0px 0px;
}
.setting {
	width:54%;
}
.settingBig {
	overflow:hidden;
	height:480px;
	margin-bottom:1px;
}
.settingBig img {
	animation:scale 34s infinite;
}
.settingSmall {
	margin-right:-1px;
}
.settingSmall li {
	float:left;
	width:25%;
	height:120px;
	padding-right:1px;
	text-align:center;
	font-size:1.429em;
	line-height:120px;
}
.settingSmall li a {
	color:#fff;
	z-index:2;
}
.settingSmall li a::after {
content:"";
position:absolute;
left:0;
top:0;
bottom:0;
right:0;
opacity:0;
z-index:-1;
border:5px solid #4289d5;
transition:all .3s;
}
.settingSmall .on a::after {
opacity:.8;
}
.settingSmall li.more a::after {
background:#000;
opacity:.8;
border-color:#000;
}
.settingSmall li.more p {
	font-size:14px;
	line-height:2;
	padding-top:35px;
}
.settingSmall li.more i {
	display:block;
	font-style:normal;
}
.settingSmall li.more:hover a::after {
opacity:.9;
}
.aboutTie {
	position:absolute;
	left:0;
	bottom:0;
	width:43%;
	color:#fff;
	height:120px;
	padding-top:29px;
}
.aboutTie h4 {
	padding-left:25px;
	font-size:1.829em;
}
.aboutTie h4 span {
	display: block;
	font-size:11.6px;
	opacity:.5;
	font-family:Arial;
}
.about::after {
content:"";
position: absolute;
left:0;
bottom:0;
background:#4289d5;
width:100%;
height:120px;
z-index:-1;
margin-left:-50%;
}
.hVideo {
	padding-top:40px;
	overflow:hidden;
}
@keyframes scale {
 from {
transform:scale(1);
}
 50% {
transform:scale(1.1);
}
to {
	transform:scale(1);
}
}
/* 新闻快讯 */
.newsL {
	width:57.5%;
	overflow:hidden;
}
.newsL li {
	float:left;
	width:48.5%;
	padding-bottom:15px;
	position: relative;
	border-bottom: 1px dotted #aeaeae;
	height:476px;
}
.newsL li:after, .newsR li::after {
content: "";
position:absolute;
left:0;
bottom:-1px;
width:100%;
height:1px;
background: #4289d5;
transition: transform .6s;
transform: scale(0, 1);
transform-origin: right;
}
.newsL li .pic {
	display:block;
	height:295px;
	overflow: hidden;
}
.newsL li h4 {
	font-size:1.333em;
	margin:20px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.newsL li p {
	height:50px;
	margin-bottom:20px;
}
.newsL li h4 a {
	color: #333;
}
.newsL li h4 a:hover {
	color: #4289d5;
}
.newsL li:nth-child(2) {
float:right;
}
.newsL li:hover .bgImg {
	transform: scale(1.08);
}
.newsL li:hover::after, .newsR li:hover::after, .newsMenu .on::after {
transform: scale(1);
transform-origin: left;
}
.newsL li .more {
	margin-left:15px;
}
.newsL li .more i {
	font-style:normal;
	margin-left:10px;
}
.newsR {
	width:38%;
	overflow:hidden;
	position:relative;
}
.newsR li {
	color:#888;
	border-bottom: 1px dotted #aeaeae;
	margin-bottom:20px;
	position: relative;
}
.newsR li a {
	display:block;
	height:103px;
	padding-right:100px;
	color:#666;
transition:all .6s;
}
.newsR li .date {
font-size: .75rem;
	color: #999;
	font-family: Arial;
	line-height: 1.2;
	margin-right: -100px;
transition: all .3s;
	float:right;
}
.newsR li .date b {
	font-size: 3.667em;
	color: #666;
	display: block;
	font-weight:normal;
}
.newsR li h4 {
	font-size:1.286em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:10px;
	color:#333;
}
.newsR li a:hover {
	padding-right:0;
}
.newsR li a:hover h4 {
	color: #4289d5;
}
/* 合作伙伴 */
.partner {
	background: #f4f4f4;
}
.partner .container {
	background: url('../images/partner_bg.jpg') no-repeat right bottom;
	overflow: hidden;
	min-height:600px;
}
.partnerL {
	width:35%;
	max-width:460px;
}
.partnerL .tie {
	font-size:2.286em;
	font-weight:bold;
	color:#555;
	max-width:290px;
	line-height:1.4;
	margin-bottom:30px;
}
.partnerL .tie span {
	display:block;
	font-size:1.813em;
	color:#4289d5;
	font-family:'Arial';
}
.partnerL .zx {
	display:inline-block;
	width:200px;
	height:52px;
	line-height:52px;
	margin-top:40px;
	background:#4289d5;
	color:#fff;
	text-align:center;
	color:#fff;
}
.partnerL .zx i {
	font-family:"iconfont";
	font-style:normal;
	margin-right:10px;
}
.partnerL .zx:hover {
	background:#a70006;
}
.partnerR {
	width:52%;
	padding:1px 10px 10px 1px;
}
.partnerR li {
	float:left;
	width:25%;
	animation-fill-mode:initial;
	background:#fff;
	margin-top:-1px;
transition:all .5s;
	position: relative;
}
.partnerR li a {
	display: block;
	margin-left:-1px;
}
.partnerR li .pImg {
	padding-top:46%;
}
.partnerR li:nth-child(1), .partnerR li:nth-child(8) {
margin-left:50%;
margin-right:25px;
}
.partnerR li:nth-child(2) {
margin-left:25%;
}
.partnerR li:nth-child(3) {
margin-right:25%;
}
.partnerR li:hover {
	transform: scale(1.1);
	z-index:2;
	box-shadow:0 0 10px #ccc;
}
.partnerR li:nth-child(9) {
display:none;
}
/*底部 */
.footer {
font-size:.75rem;
	background:#000;
	color:#fff;
	padding:10px 0 10px 0;
}
.footMenu {
	margin-bottom:40px;
	font-size:1.286em;
	overflow:hidden;
}
.footL .footMenu a {
	color:#fff;
	margin-right:20px;
}
.footMenu a:hover {
	text-decoration: underline;
}
.footL {
	width:70%;
}
.footL .font {
	padding-left:0px;
	line-height:2;
}
.footL .font span {
	margin-right:10px;
}
.footL .font i {
	font-style:normal;
	margin-right:10px;
	display:none;
}
.footLogo {
	margin-left:-180px;
	padding-top:8px;
}
.footR {
	max-width:30%;
	text-align:right;
}
.footR .tel {
	position:relative;
}
.footR .tel span {
	display: block;
	font-family:Arial;
	font-size:1.333em;
	font-weight:700;
}
.footR .tel span:nth-child(1) {
color:#fff;
font-size:1.8em;
}
.footR .tel span:nth-child(2) {
font-size:1.8em;
}
.footR .tel::after {
content:"";
position: absolute;
right:0;
bottom:0;
height:2px;
width:14px;
background:#fff;
}
.footWx {
	margin-right:-160px;
	background:#fff;
	width:120px;
	text-align:center;
	padding:5px;
	padding-bottom:10px;
	color:#333;
}
.footWx img {
	width:100%;
}
.footer a {
	color:#f5f5f5;
}
.footer a:hover {
	color:#fff;
	text-decoration: underline;
}
.footNav {
	display:none;
	background:#a20400;
	overflow:hidden;
	position: relative;
	z-index:90;
}
.footNav li {
	float: left;
	width:25%;
	text-align:center;
}
.footNav li i {
	display: block;
	font-family:"iconfont";
	font-style:normal;
	font-size:1.286rem;
}
.footNav li a {
	display:block;
	color:#fff;
	padding:10px 0;
}
.firendlink {
	position: absolute;
	right:28%;
	border:1px solid #df6966;
	width:190px;
	height:40px;
	line-height:40px;
	padding:0 25px;
	top:35px;
}
.firendlink span {
	color:#fff;
	display: block;
	cursor: pointer;
}
.firendlink i {
	float:right;
	font-family: "iconfont";
	font-style:normal;
	font-size:1.143rem;
}
.firendlink .main {
	position: absolute;
	bottom:50%;
	width:100%;
	background:#fff;
	left:0;
transition:opacity .4s, bottom .4s;
	opacity:0;
	transform: scale(0);
}
.firendlink a {
	display: block;
	height:30px;
	line-height:30px;
	border-bottom: 1px solid #eee;
	padding:0 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	color:#666;
}
.firendlink a:hover {
	background:#333;
	color:#fff;
}
.firendlink:hover .main {
	opacity:1;
	transform: scale(1);
	bottom:100%;
}
/*内页公用 */
.listWrap {
	overflow:hidden;
	padding:40px 0 60px 0;
	font-size:.875em;
}
.listBanner, .mzsmBanner {
	height:500px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
}
.listBanner h3 {
	position:absolute;
	color:#fff;
	top:40%;
	font-size:2.5rem;
	text-transform:uppercase;
	width:100%;
	font-weight:700;
	padding-bottom:15px;
	animation:leftPic 1s;
	max-width:1600px;
	min-width:360px;
	left:50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform:translate(-50%);
}
.listBanner h3 span {
	display: block;
	font-size:14px;
	font-weight: 400;
	opacity: 0.8;
}
.proSear {
	width:50%;
	margin:0 auto;
	height:50px;
	line-height:50px;
	margin-bottom:40px;
	padding:0 50px 0 15px;
	background:#eee;
}
.proSear .btn {
	height:50px;
	line-height:50px;
	width:50px;
	text-align:center;
	font-size:16px;
	background:#333 url('../images/sIcon.png') no-repeat center;
	color:#fff;
	cursor:pointer;
	transition:all 0.3s;
	float:left;
	margin-right:-50px;
}
.proSear .txt {
	height:48px;
	line-height:48px;
	border-right:none;
	width:100%;
	padding:0 10px;
	float:left;
}
.proSear .btn:hover {
	background-color:#111;
}
@keyframes leftPic {
 0% {
opacity:0;
padding-top:60px;
}
 100% {
opacity:1;
padding-top:0;
}
}
.footer1 .footer-top {
	display: flex;
	justify-content: space-between;
	padding: 60px 0;
	flex-wrap: wrap;
}
.footer1 .footer-top .item .item-title {
	font-size: 20px;
	color: #fff;
	transition: all 0.5s;
}
.footer1 .footer-top .item .line {
	width: 50px;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer1 .footer-top .item .item-box a {
	display: block;
	transition: all 0.5s;
	margin-bottom: 20px;
	color: #cdcdcd;
}
.footer1 .footer-top .item .item-box a:hover {
	color: #fff;
}
.footer1 .footer-top .item .item-box .item-list {
	font-size: 16px;
	display: flex;
	margin-bottom: 10px;
	align-items: center;
}
.footer1 .footer-top .item .item-box .item-list .item-icon {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}
.footer1 .footer-top .item .item-box .item-list span {
	opacity: 0.5;
}
.footer1 .footer-top .footer-menu {
	flex-basis: 50%;
	display: flex;
	justify-content: space-between;
	max-width: 650px;
}
.footer1 .footer-top .footer-menu a {
	color: #cdcdcd;
	font-size: 16px;
}
.footer1 .footer-top .footer-contact .tel {
	display: flex;
	align-items: center;
	color: var(--dominant-color);
	font-size: 30px;
	margin-bottom: 15px;
	font-family: BEBAS;
	letter-spacing: 1px;
}
.footer1 .footer-top .footer-contact {
	width:27%;
	line-height:1.8
}
.footer1 .footer-top .footer-contact .tel .icon {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--dominant-color);
	border-radius: 50%;
	margin-right: 20px;
}
.footer1 .footer-top .footer-contact .text {
	color: #fff;
}
.footer1 .footer-top .footer-contact .text .title {
	font-size: 22px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footer1 .footer-top .footer-contact .text .summary .item {
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
	padding: 10px 0 10px 40px;
}
.footer1 .footer-top .footer-wechat {
	display: flex;
	justify-content: space-between;
	flex-basis: 150px;
}
.footer1 .footer-top .footer-wechat .item {
	flex-basis: calc((100% - 0px) / 1);
	color: #9e9e9e;
	text-align: center;
}
.footer1 .footer-top .footer-wechat .item img {
	margin-bottom: 10px;
}
.footer1 .footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 40px 0 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer1 .footer-bottom .copy-right, .footer .footer-bottom a {
	color: #999;
	font-size: 14px;
	line-height: 1.6;
}
.footer1 .footer-bottom .footer-code .code {
	display: flex;
	justify-content: flex-end;
}
.footer1 .footer-bottom .footer-code .code .item {
	position: relative;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}
.footer1 .footer-bottom .footer-code .code .item.active {
	color: #333;
}
.footer1 .footer-bottom .footer-code .code .item:hover {
	background: var(--dominant-color);
}
.footer1 .footer-bottom .footer-code .code .item .item-icon {
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.footer1 .footer-bottom .footer-code .code .item .item-icon:hover {
	filter: brightness(100);
}
 .footer1 .footer-bottom .footer-code .code .item .item-icon:hover ~ .item-code {
 display: flex;
}
.footer1 .footer-bottom .footer-code .code .item .item-code {
	position: absolute;
	width: 70px;
	height: 70px;
	background: #fff;
	padding: 3px;
	border-radius: 6px;
	bottom: 40px;
	left: 50%;
	margin-left: -35px;
	display: none;
	justify-content: center;
	align-items: center;
}
.footer1 .footer-bottom .footer-code .code .item .item-code img {
	width: 100%;
}
 .footer1 .footer-bottom .footer-code .code .item .item-code::after {
 content: '';
 width: 10px;
 height: 5px;
 position: absolute;
 bottom: -5px;
 left: 0;
 right: 0;
 margin: auto;
}
.footer1 .footer-bottom .copy-right a {
	transition: all 0.5s;
}
.footer1 .footer-bottom .copy-right a:hover {
	text-decoration: underline;
}
/*内页公用菜单*/
.listMenu .menu {
	height:70px;
	text-align:center;
	margin-top:-71px;
	line-height:70px;
	text-align:right;
}
.listMenu .menu a {
	background:#fff;
	display: inline-block;
	border-left: 1px solid #ccc;
	text-align:center;
	border-bottom: 1px solid #ccc;
	width:12.5%;
	position:relative;
	z-index:1;
	color:#333;
}
.listMenu .menu a:after, .solutionMenu li::after {
content:"";
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
transition-delay:.1s;
transition: transform .3s;
transform-origin:right;
z-index:-1;
transform:scale(0, 1);
background:#e6212a;
}
.listMenu .menu a:first-child {
	border-left:none;
}
.listMenu .menu a.cur:after, .listMenu .menu a:hover:after, .solutionMenu li.on::after {
transform-origin:left;
transform:scale(1);
}
.listMenu .menu a.cur, .listMenu .menu a:hover {
	color:#fff;
	border-bottom: 1px solid #e6212a;
}
.breadCrumb {
	height:65px;
	line-height:65px;
}
.breadCrumb p {
	padding-left:18px;
	position:relative;
	font-size:12px;
	z-index:2;
}
.breadCrumb p::after {
content:"\e646";
position:absolute;
left:0;
font-family:"iconfont"
}
.menuSub {
	font-size:15px;
	position: relative;
}
.menuSub::after {
content:"";
position: absolute;
left:-50%;
width:200%;
height:100%;
background:#efefef;
top:0;
z-index:-1;
}
.menuSub {
	text-align:right;
}
.menuSub a {
	margin:0 25px;
	color:#555;
}
.menuSub a:hover, .menuSub .cur, .breadCrumb a:hover {
	color:#e6212a;
}
/* 关于我们 */
.listTie {
	font-size:2.625rem;
	text-align:center;
	color:#191919;
	position:relative;
	padding-bottom:15px;
	margin-bottom:40px;
}
.listTie span {
	display:block;
	font-size:14px;
	opacity:.7;
}
.listTie::after, .service .tie::after {
content:"";
position: absolute;
left:50%;
bottom:0;
width:20px;
height:1px;
background:#4289d5;
margin-left:-10px;
}
.profileBox1 {
	padding-top:40px;
}
.profileL {
	width:20%;
	float:left;
	max-width:220px;
}
.profileL .tie {
	font-size:2.125rem;
	color:#191919;
	position:relative;
	padding-bottom:15px;
	margin-bottom:60px;
}
.profileL .tie span {
	display:block;
	font-size:1.294em;
	font-family:'Geometric', 'Arial';
	text-transform: uppercase;
	line-height:1.2;
	margin-top:15px;
}
.profileL .tie span i {
	display: block;
	font-size:14px;
	font-style:normal;
	text-transform: none;
}
.profileL .tie::after {
content:"";
position: absolute;
left:0;
bottom:0;
height:1px;
width:20px;
background:#e6212a;
}
.profileL h4 {
	font-size:1.286em;
	color:#333;
	font-weight:bold;
	margin-bottom:50px;
}
.profileL h4 span {
	display: block;
	font-size:12px;
	font-weight:normal;
	opacity:.5;
	line-height:1;
	margin-top:10px;
}
.zxBtn {
	display:block;
	height:50px;
	line-height:50px;
	background:#e6212a;
	text-align:center;
	color:#fff;
}
.zxBtn:hover {
	background:#a20400;
	color:#fff;
}
.zxBtn i {
	font-family: "iconfont";
	font-style:normal;
	margin-right:10px;
}
.profileR {
	line-height:1.8;
	width:78%;
}
.profileR .tie {
	font-size:2em;
	color:#e6212a;
	margin-bottom:25px;
	font-weight:bold;
}
.profileBox1 .attest {
	padding-top:30px;
	margin-bottom:0;
}
.culture {
	border-top: 1px solid #ddd;
	padding-top:50px;
}
.culture ul {
	margin:0 -1%;
}
.culture li {
	float:left;
	background:#f6f6f6;
	padding:20px;
	width:23%;
	min-height:460px;
	text-align:left;
	margin:0 1%;
}
.culture li .pImg {
	padding-top:65%;
}
.culture li h4 {
	font-size:20px;
	color:#222;
	margin-bottom:15px;
	padding-bottom:10px;
	font-weight:normal;
	margin-top:15px;
	position:relative;
}
.culture li h4 span {
	display:block;
	font-size:12px;
	font-family:Arial;
	color:#999;
}
.culture li:hover img {
	transform: scale(1.1);
}
.culture li h4 span:after {
	content:"";
	position:absolute;
	width:14px;
	height:1px;
	background:#e96713;
	bottom:0;
	left:0;
transition:all .3s;
}
/* 图片列表 */
.picList ul {
	margin-right:-30px;
}
.picList li {
	width:25%;
	text-align:center;
	float:left;
	padding-right:30px;
	margin-bottom:30px;
}
.picList li a {
	display:block;
	overflow:hidden;
}
.picList li .pImg {
	padding-top:66%;
	border:1px solid #e1e1e1;
}
.honorList li .pImg {
	padding-top:122%;
}
.honorList li {
	width:20%;
}
.picList li p {
	font-weight:normal;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	color:#333;
	z-index:2;
	position:relative;
	margin-top:20px;
}
.picList li a:hover img {
	transform:scale(1.1);
}
.picList li a:hover p {
	color:#4289d5;
}
.partnerList {
	background:none;
}
.partnerList ul {
	padding-left:1px;
}
.galy {
	background:#f5f5f5;
}
.caseList li {
	width:33.3%;
}
.caseList li .pImg {
	padding-top:74%;
}
.caseList li p {
	text-align: left;
}
.caseList li i {
	float:right;
	font-style:normal;
}
/* 发展大事记 */
.histroryL {
	width:24%;
	max-width:320px;
}
.histroryL .tie {
	border-bottom: 1px solid #cecece;
	padding-bottom:50px;
	margin-bottom:50px;
}
.histroryL .txt {
	border:4px solid #cecece;
	padding:12% 8%;
	line-height:1.2;
}
.histroryL .txt h3 {
	font-size:32px;
	color:#191919;
	margin-bottom:60px;
	font-weight:bold;
}
.histroryL .txt h3 span {
	display:block;
}
.histroryL .txt p {
	font-size:24px;
	color:#e6212a;
	font-family:Arial;
}
.histroryL .txt p span {
	display:block;
	font-size:64px;
	color:#b9b9b9;
	font-weight:bold;
}
.hirstoryR {
	width:74%;
	overflow:hidden;
}
/* OEM/ODM代工 */
.coverList li {
	background: url('../images/honor_bg.jpg');
	overflow:hidden;
	margin-bottom:20px;
transition:all .5s;
}
.coverList li .pic {
	width:50%;
	overflow:hidden;
	display:block;
	height:460px;
}
.coverList li .txt {
	width:50%;
	padding:2% 4%;
	position:relative;
	max-height:420px;
	overflow-y:auto;
}
.coverList li h4 {
	font-size: 2.143em;
	font-weight:normal;
	position:relative;
	padding-bottom:15px;
	margin-bottom:30px;
}
.coverList li h4::after {
content:"";
position:absolute;
left:0;
bottom:0;
height:1px;
background:#e6212a;
width:15px;
transition:all 0.4s;
}
.coverList li h4 a {
	color:#333;
}
.coverList li p {
	margin-top:10px;
	background: url('../images/odds_li.png') no-repeat left 10px;
	padding-left:15px;
}
.coverList li:nth-child(2n) .txt {
float:left;
}
.coverList li:nth-child(2n) .pic {
float:right;
}
.coverList li:hover .bgImg {
	transform: scale(1.05);
}
.coverList li:hover {
	box-shadow:0 0 10px #ccc;
}
.coverList li h4 a:hover {
	color:#e6212a;
}
/* 产品列表 */
.proWrap {
	padding-top:0;
	overflow: visible;
}
.proWrap::after {
content:"";
position: absolute;
top:0;
left:0;
width:200%;
margin-left:-50%;
background:#f7f7f7;
height:70px;
line-height:70px;
z-index:-1;
}
.proSider {
	width:22%;
	font-size:1.143em;
	float:left;
}
.proSider .title {
	background:#4289d5;
	padding:10px 30px;
	color:#fff;
	font-size:2.25em;
	text-transform: uppercase;
}
.proSider .title span {
	display:block;
	font-family:Arial;
	font-size:0.556em;
}
.proSider .title i {
	float:right;
	color:#4289d5;
	display:none;
	font-size:14px;
	cursor:pointer;
	position: relative;
	padding-right:25px;
	font-style:normal;
}
.proSider .title i::after {
content:"\e655";
position:absolute;
right:0;
top:0;
font-family:"iconfont";
font-size:1.143rem;
}
.proSide_sub {
	background:#f2f2f2;
	margin-bottom:30px;
	width:100%;
}
.proSide_sub li {
	border-top: 1px solid #fff;
}
.proSide_sub li a {
	padding:0 30px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	display:block;
	height:47px;
	line-height:47px;
	font-weight:bold;
}
.proSide_sub li i {
	font-family:"iconfont";
	margin-right:10px;
	font-style:normal;
	font-size:1.286em;
	position: relative;
	top:3px;
}
.proSide_sub li a:hover, .proSide_sub li .cur {
	background:#4289d5;
	color:#fff;
}
.proSide_sub .sub {
	border-bottom: 1px solid #e6e6e6;
	font-size:.875em;
}
.proSide_sub ul li a {
	background: url('../images/ly_li2.png') no-repeat 15% center;
	padding-left:20%;
	line-height:50px;
	height:50px;
	font-weight:100;
}
.proSide_sub ul a {
	padding:0;
}
.proSide_sub ul .cur, .proSide_sub ul a:hover {
	color:#fff;
	background:#ff555c url('../images/ly_li.png') no-repeat 15% center;
}
.proSide_sub ul ul li a {
	padding-left:25%;
	background:url('../images/odds_li.png') no-repeat 20% center;
	opacity:.8;
}
.proSide_sub ul ul li a:hover, .proSide_sub ul ul .cur {
	color:#4289d5;
	background:url('../images/odds_li.png') no-repeat 20% center;
}
.relaCase {
	background:#f2f2f2;
	padding:20px 30px;
}
.relaCase .tie {
	height:45px;
	border-bottom: 1px solid #d7d7d7;
	font-size:1.25em;
	color:#333;
	margin-bottom:20px;
}
.relaCase li .pImg {
	padding-top:86%;
}
.relaCase li p {
	height:60px;
	line-height:60px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.relaCase li i, .proList li i {
	float:right;
	font-style:normal;
	margin-left:15px;
}
.relaCase li:hover img {
	transform: scale(1.1);
}
.proR {
	width:74%;
}
.pro_bread {
font-size:.875rem;
	height:70px;
	line-height:70px;
	overflow:hidden;
	margin-bottom:40px;
}
.pro_bread strong {
	font-size:1.786em;
	font-weight:normal;
	color:#333;
}
.pro_bread p {
	position:relative;
	padding-left:25px;
}
.pro_bread p::after {
content:"\e646";
position:absolute;
left:0;
font-family:"iconfont"
}
.proList {
	margin-right:-30px;
}
.proList li {
	float:left;
	width:25%;
	margin-bottom:20px;
	padding-right:30px;
}
.proList li a {
	display:block;
}
.proList li .pImg {
	padding-top:86%;
transition:all .3s;
	border:1px solid #d1d1d1;
transition:all .4s;
}
.proList li p {
	height:60px;
	line-height:60px;
	color:#191919;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align:center;
}
.proList li a:hover .pImg {
	box-shadow:0 0 10px #ccc;
}
.proList li a:hover img {
	transform: scale(1.1);
}
.proList li a:hover p {
	color:#4289d5;
}
.searchList {
	width:100%;
}
.searchList li {
	width:25%;
}
/*  产品详情 */
.proShow_box1 {
	overflow:hidden;
	margin:40px 0;
	border:1px solid #ddd;
}
.proShowTop {
	overflow:hidden;
	margin-bottom:50px;
}
.gallery {
	width:50%;
	position:relative;
	border-right:solid 1px #ddd;
	padding-bottom:0;
	overflow:hidden;
}
.proShow_R {
	width:50%;
	overflow:hidden;
	line-height:1.8;
	padding:3% 4%;
}
.proShow_R .title {
	margin-bottom:20px;
	color:#333;
}
.proShow_R .title span {
	display:block;
	font-size:1.778em;
	color:#4289d5;
}
.proShow_R .font {
	height:210px;
	line-height:2;
	margin-bottom:20px;
	border-bottom: 1px solid #ddd;
	padding-bottom:20px;
	overflow: hidden;
}
.proShow_R li {
	float: left;
	width:25%;
	border-right: 1px dotted #ddd;
	text-align:center;
	font-size:1.143em;
}
.proShow_R li i {
	display:inline-block;
	width:37px;
	height:37px;
	background: url('../images/show_Icon.png') no-repeat;
}
.proShow_R li:nth-child(2) i {
background-position: -37px 0;
}
.proShow_R li:nth-child(3) i {
background-position: -74px 0;
}
.proShow_R li:nth-child(4) i {
background-position: -111px 0;
}
.proShow_R li span {
	display: block;
}
.proShow_R .btn {
	margin-top:30px;
	overflow:hidden;
}
.proShow_R .btn a {
	width:46%;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	border:1px solid #ddd;
	color:#333;
	margin-bottom:10px;
}
.proShow_R .btn a:nth-child(2) {
float:right;
}
.proShow_R .btn i {
	font-family:"iconfont";
	position:relative;
	margin-right:5px;
	font-style:normal;
	font-size:1.286rem;
	line-height:1;
	top:2px;
}
.proShow_R .btn a:hover {
	background:#4289d5;
	color:#fff;
}
.proShow_menu {
	margin-bottom:10px;
	text-align:center;
	overflow: hidden;
}
.proShow_menu a {
	width:150px;
	height:40px;
	line-height:40px;
	border:1px solid #dcdcdc;
	display:inline-block;
	margin:0 10px;
	color:#333;
	border-radius:20px;
}
.proShow_menu .on, .proShow_menu a:hover {
	background:#4289d5;
	border:1px solid #4289d5;
	color:#fff;
}
.proShow_fix {
	position: fixed;
	width:100%;
	top:0;
	left:0;
	background:#fff;
	padding:20px;
	box-shadow:0 0 10px #ccc;
	z-index:10;
}
.proTie {
	height:50px;
	line-height:50px;
	border-bottom:1px solid #dcdcdc;
	font-size:1.286em;
	margin-bottom:25px;
	margin-top:30px;
}
.proTie span {
	display:inline-block;
	border-bottom:1px solid #4289d5;
	;
	color:#4289d5;
	height:50px;
}
.proShow_con3 {
	width:100%;
}
/* 解决方案 */
.solutionI li {
	background:#f5f5f5;
	overflow:hidden;
	margin-bottom:20px;
transition:all .5s;
}
.solutionI li .pic {
	width:50%;
	overflow:hidden;
	display:block;
	height:420px;
}
.solutionI li .txt {
	width:50%;
	padding:4%;
	position:relative;
}
.solutionI li h4 {
	font-size: 2.143em;
	font-weight:normal;
	position:relative;
	padding-bottom:15px;
	margin-bottom:30px;
}
.solutionI li h4::after, .applyFont .title::after {
content:"";
position:absolute;
left:0;
bottom:0;
height:1px;
background:#ff0000;
width:15px;
transition:all 0.4s;
}
.solutionI li h4 a {
	color:#333;
}
.solutionI li .txt .info {
	min-height:130px;
}
.solutionI li .btn {
	text-align:center;
	display:inline-block;
	font-size:12px;
	font-family:Arial;
	margin-top:25px;
	width:160px;
	border:none;
	height:46px;
	line-height:46px;
	color:#fff;
	background:#ff0000;
}
.solutionI li .more {
	background:#fff;
	color:#ff0000;
	margin-left:15px;
}
.solutionI li .btn:hover {
	color:#fff;
	background: #d80000;
}
.solutionI li:nth-child(2n) .txt {
float:left;
}
.solutionI li:nth-child(2n) .pic {
float:right;
}
.solutionI li:hover .bgImg {
	transform: scale(1.05);
}
.solutionI li:hover {
	box-shadow:0 0 10px #ccc;
}
.solutionI li h4 a:hover {
	color:#ff0000;
}
/* 新闻列表 */
.solutionList li {
	border-bottom: 1px solid #ddd;
	padding-bottom:40px;
	margin-bottom:40px;
transition: all .3s;
	overflow: hidden;
}
.solutionList li .pic {
	float: left;
	width:360px;
	height:225px;
	margin-right:60px;
	overflow: hidden;
}
.solutionList li img {
transition: all .5s;
	width:100%;
	height:100%;
}
.solutionList li h3 {
	font-size: 1.571em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:12px;
}
.solutionList li h3 a {
	color:#333;
}
.solutionList li p {
	min-height:70px;
}
.solutionList li .date {
	display: block;
	color:#999;
	margin-bottom:25px;
	font-size:12px;
}
.solutionList li .date i {
	font-style: normal;
	margin-left:8px;
}
.solutionList li .more {
	display: inline-block;
	width:120px;
	height:38px;
	line-height:38px;
	text-align: center;
	margin-top:25px;
	border: 1px solid #ccc;
}
.solutionList li .more:hover {
	background: #4289d5;
	border: 1px solid #4289d5;
	color:#fff;
}
.solutionList li:hover {
	box-shadow: 6px 6px 6px #eee;
}
.solutionList li:hover img {
	transform: scale(1.1);
}
/* 客户案例 */
.settingTop {
	background: #e3e3e3;
	margin-bottom: 45px;
	overflow: hidden;
}
.settingTop .bgImg {
	width:50%;
	height:400px;
}
.settingTop .font {
	width:50%;
	padding:4% 5%;
	position: relative;
	z-index:2;
	height:400px;
	background: #f6f6f6;
}
.settingTop .font h3 {
	font-size:1.857em;
	color:#4289d5;
	margin-bottom:30px;
	position:relative;
	padding-bottom:10px;
}
.settingTop .font h3::after {
content:"";
position: absolute;
left:0;
bottom:0;
height:1px;
width:20px;
background:#4289d5;
}
.settingTop:hover .bgImg {
	transform: scale(1.05);
}
/* 案例 */
.newsSlide {
	overflow:hidden;
	position:relative;
	text-align: center;
	margin-bottom:50px;
}
.newsSlide li {
	text-align: left;
	background:#e3e3e3;
	overflow: hidden;
}
.newsSlide li .pic {
	width:45.5%;
	height:530px;
	overflow: hidden;
	display:block;
}
.newsSlide li .txt {
	width:54.5%;
	padding:6%;
}
.newsSlide li h4 {
	font-size: 1.429em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	position:relative;
	padding-bottom:20px;
	margin-bottom:30px;
	font-weight:700;
}
.newsSlide li h4::after {
content:"";
position:absolute;
left:0;
bottom:0;
height:1px;
background:#4289d5;
width:15px;
transition:all 0.4s;
}
.newsSlide li h4 a {
	color: #333;
}
.newsSlide li h4 a:hover {
	color: #4289d5;
}
.newsSlide .slideIcon {
	position: absolute;
	bottom:0;
	right: 0;
	background:#4289d5;
	height: 80px;
	line-height: 80px;
	width:54.5%;
	z-index:2;
	left:auto;
	padding-left:6%;
	text-align: left;
}
.newsSlide .swiper-pagination-bullet {
	width:10px;
	height:10px;
	cursor: pointer;
	background:#fff;
}
.newsSlide .swiper-button-next, .newsSlide .swiper-button-prev {
	background:rgba(0, 0, 0, .8);
	width:80px;
	height:36px;
	opacity:1;
	font-size:20px;
	font-family:"宋体";
	font-weight:bold;
	line-height:36px;
	text-align:center;
	color:#fff;
	position: static;
	margin-top: 20px;
	display: none;
}
.newsSlide li .pic {
	height:460px;
}
.newsSlide li .txt {
	padding:5%;
}
.newsSlide li:hover .bgImg {
	transform: scale(1.08);
}
.picSlide {
	position:relative;
	margin-bottom:40px;
	background:#e1e1e1;
	padding:10px;
}
.picSlide li {
	text-align:center;
	height:100%;
	position: relative;
}
.picSlide img {
	width:100%;
}
.picSlide-top .pImg {
	padding-top:56%;
}
.picSlide-thumbs {
	margin-top:1px;
}
.picSlide-thumbs li {
	border-right:1px solid #fff;
	padding-top:12%;
	cursor:pointer;
	width:16.66%;
	position: relative;
}
.picSlide-thumbs li::after {
content:"";
position: absolute;
left:0;
top:0;
bottom:0;
right:0;
border:5px solid #da251e;
opacity:.7;
transform: scale(0);
transition:all .3s;
}
.picSlide-thumbs .on::after {
transform: scale(1);
}
.picSlide .swiper-button-next, .picSlide .swiper-button-prev {
	top:45%;
	background:rgba(255, 255, 255, .5);
	text-align:center;
	width:90px;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:24px;
	font-family:Arial;
transition:all .3s;
}
.picSlide .swiper-button-prev {
	left:0;
}
.picSlide .swiper-button-next {
	right:0;
	left:auto;
}
.picSlide .swiper-button-next:hover, .picSlide .swiper-button-prev:hover {
	background:#da251e;
}
.picShow_con {
	border-top: 1px solid #ddd;
	padding-top:30px;
}
.picShow_con p {
	margin-bottom:10px;
}
.picShow_con p img {
	width:100%;
}
/* 合作伙伴 */
.partnerList {
	padding-top:1px;
	padding-left:1px;
}
.partnerList li {
	float:left;
	width:14.3%;
	border:1px solid #eee;
	margin-left:-1px;
	margin-top:-1px;
	position: relative;
transition:all .5s;
	background:#fff;
	animation-fill-mode:inherit;
	overflow:hidden;
}
.partnerList li .pImg {
	padding-top:50%;
}
.partnerList li p {
	height:40px;
	line-height:30px;
	text-align:center;
	padding:0 10px;
	font-size:12px;
transition:all .5s;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	position: absolute;
	bottom:-50px;
	text-align:center;
	background:#4289d5;
	height:40px;
	line-height:40px;
	color:#fff;
	width:100%;
}
.partnerList li:hover p {
	bottom:0;
}
.partnerList li:hover img {
	top:-15px;
}
/* 新闻列表 */
.newsTop {
	overflow:hidden;
	padding-bottom:50px;
	margin-bottom:50px;
	border-bottom: 1px solid #ddd;
}
.newsTop li {
	background:#f3f3f3;
	overflow:hidden;
	float:left;
	width:49%;
	height:280px;
}
.newsTop li .pic {
	width:50%;
	float:left;
	height:280px;
	overflow:hidden;
}
.newsTop li .txt {
	width:50%;
	padding:4%;
	background:#f3f3f3;
}
.newsTop li .txt h4 {
	font-size:1.286em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	margin-bottom:15px;
}
.newsTop li .txt h4 a {
	color:#333;
}
.newsTop li .txt h4 a:hover {
	color:#c90500;
}
.newsTop li .txt h4 span {
	display:block;
font-size:;
	font-family:Arial;
	color:#999;
	font-size:0.75rem;
	margin-top:5px;
}
.newsTop li p {
	height:110px;
	overflow:hidden;
	margin-bottom:10px;
}
.newsTop li:hover .bgImg {
	transform:scale(1.1);
}
.newsTop li:nth-child(2n) {
float:right;
}
.newsList {
	overflow:hidden;
font-size:.813rem;
}
.newsList ul {
	margin-right:-40px;
}
.newsList li {
	float:left;
	padding-right:40px;
	width:25%;
	margin-bottom:40px;
}
.newsList li a {
	display:block;
	color:#888;
}
.newsList li .pImg {
	padding-top:68%;
}
.newsList li h3 {
	font-size:1.231em;
	color:#333;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	padding:20px 0;
}
.newsList li p {
	height:70px;
	padding-bottom:10px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom:20px;
}
.newsList li a:hover img {
	transform:scale(1.1);
}
.newsList li a:hover h3 {
	color:#c90500;
}
/* 新闻详情 */
.picShow_l {
	width:72%;
	overflow:hidden;
}
.showTitle {
	font-size:2.571em;
	color:#333;
	margin-bottom:8px;
}
.newsShow .txt .date {
	margin-right:15px;
}
.showTie {
	overflow:hidden;
	margin-bottom:40px;
	text-align:center;
}
.showTie h2 {
	font-size:1.714em;
	color:#333;
	margin-bottom:25px;
}
.showTie .txt span {
	color:#454545;
	position:relative;
	padding-left:22px;
	font-size:1.143em;
	margin-right:15px;
}
.showTie .txt span:before {
	content:"\e62e";
	font-family:"iconfont";
	position:absolute;
	left:0;
	top:-1px;
}
.showTie .txt .s:before {
	content:"\e735";
	font-size:1.2rem;
	top:-2px;
}
.showTie .bshare-custom {
	margin-top:-30px;
}
.newsShow .showTie p {
font-size:.75rem;
	color:#999;
}
.showCon {
	overflow:hidden;
	margin-bottom:40px;
}
.showCon .ce img {
	min-width:60%;
}
.show-synopsis {
	background:#f7f8fa;
	padding:15px;
	margin-bottom:40px;
}
.show-synopsis i {
	display:inline-block;
	width:15px;
	background: url('../images/a_l.png') no-repeat;
	height:15px;
	margin-right:5px;
}
.show-synopsis .r {
	background: url('../images/a_r.png') no-repeat;
	margin-left:5px;
	margin-right:0;
}
.picShow_r {
	width:24%;
	overflow:hidden;
}
.picShow_r .title {
	font-size:1.429em;
	color:#333;
	border-bottom: 1px solid #d9d9d9;
	height:40px;
	margin-bottom:25px;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.picShow_r .title span {
	display:inline-block;
	border-bottom: 1px solid #4289d5;
	height:40px;
}
.picShow_r .title a {
	float:right;
	font-size:12px;
	margin-top:4px;
}
.picShow_r li {
	border-bottom: 1px dotted #bfbfbf;
	padding-bottom:15px;
	margin-bottom:15px;
	overflow: hidden;
	font-size:12px;
}
.picShow_r li .pImg {
	width:35%;
	float:left;
	padding-top:26%;
	margin-right:20px;
	border:1px solid #ddd;
}
.picShow_r li h4 {
	font-size:15px;
	margin-bottom:10px;
}
.picShow_r li h4 a {
	color:#222;
}
.picShow_r li h4 a:hover {
	color:#4289d5;
}
.picShow_r li:hover img {
	transform: scale(1.1);
}
.picShow_r li:last-child {
	border-bottom:none;
}
.rightNews_w li h4 {
	font-size:18px;
	padding-top:10px;
}
.showPage {
	height:90px;
	line-height:90px;
	overflow:hidden;
	background:#f1f1f1;
}
.showPage a {
	float:left;
	width:43%;
	padding:0 20px;
}
.showPage a i {
	font-style:normal;
	font-family:"宋体";
	font-weight:bold;
	padding-left:10px;
	margin-left:10px;
	border-left: 1px dotted #ccc;
}
.showPage a:nth-child(2) {
float:right;
text-align:right;
}
.showPage a:nth-child(1) i {
padding:0 10px 0 0;
margin:0 10px 0 0;
border-right: 1px dotted #ccc;
border-left:none;
}
.showPage a:nth-child(3) {
width:14%;
text-align:center;
border-left:1px solid #ddd;
border-right:1px solid #ddd;
}
.showPage a:hover {
	background:#4289d5;
	color:#fff;
}
.rightNews, .rightContact {
	background:#f2f2f2;
	padding:5%;
}
.rightNews_w, .rightContact_w {
	background:#fff;
	padding:8%;
}
.rightContact {
	margin-top:30px;
}
.rightContact h4 {
	background: url('../images/zxIcon.png') no-repeat left 8px;
	padding-left:30px;
	font-size:2em;
	color:#191919;
	font-family:Arial;
	font-weight:bold;
	border-bottom: 1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.rightContact p {
	padding-left:80px;
	margin-bottom:10px;
	overflow:hidden;
}
.rightContact p span {
	margin-left:-80px;
	float:left;
}
/* 售后服务 */
.serviceMain {
	margin-top:60px;
	padding-left:340px;
	position:relative;
}
.serviceImg {
	height:240px;
}
.service .txt {
	padding:40px 0;
	overflow:hidden;
	text-align:center;
	max-width:1400px;
	margin:0 auto;
}
.service .tie {
	font-size:1.714em;
	color:#4289d5;
	padding-bottom:15px;
	margin-bottom:30px;
	position: relative;
}
.service li {
	float:left;
	width:20%;
	background:#f2f2f2;
	min-height:360px;
	padding:40px 25px;
	text-align:center;
}
.service li i {
	display: inline-block;
	width:74px;
	height:60px;
	background-repeat: no-repeat;
	background-position:center top;
transition:all .4s;
	position: relative;
	top:0;
}
.service li h4 {
	font-size:1.714em;
	color:#333;
	margin:10px 0 15px 0;
}
.service li:nth-child(2n) {
background:#e8e8e8
}
.service li:hover i {
	top:-10px;
	background-position: 0 -60px;
}
.serviceBox2 {
	background:#f5f5f5;
}
.serviceBox2 .bgImg {
	width:68%;
	height:540px;
}
.serviceBox2 .pic {
	float: left;
	width:68%;
}
.serviceBox2 .font {
	width:30%;
}
.serviceBox2 .font p {
	margin-bottom:30px;
}
.serviceBox2 .font p span {
	display:block;
	font-size:1.714em;
	color:#4289d5;
	margin-bottom:10px;
	padding-left:40px;
	background: url('../images/sIcon1.png') no-repeat left center;
}
.serviceBox2 .font p:nth-child(2) span {
background-image: url('../images/sIcon2.png');
}
.serviceBox2 ul {
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.serviceBox2 li {
	float:left;
	font-size:1.143em;
	border-right: 1px solid #ddd;
	padding-right:30px;
}
.serviceBox2 li span {
	display: block;
	font-size:2.875em;
	font-family:Arial;
	line-height:1.2;
	color:#4289d5;
	letter-spacing:-2px;
}
.serviceBox2 li:last-child {
	padding-right:0;
	border:none;
}
.faq {
	border-top: 1px solid #ddd;
}
.faq ul {
	padding-left:1px;
	padding-top:1px;
	overflow: hidden;
}
.faq li {
	float:left;
	width:33.3%;
	position:relative;
	border:1px solid #e5e5e5;
	margin-left:-1px;
	margin-top:-1px;
transition:all .3s;
	padding:2.5%;
	height:280px;
	background:#fff;
}
.faq li::after {
content:"";
position: absolute;
left:0;
bottom:0;
height:6px;
background:#4289d5;
transition:all .5s;
width:0;
}
.faq li h4 {
	font-size:1.429em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
	font-weight:700;
	margin-bottom:20px;
	color:#333;
}
.faq li .tag {
	font-size:12px;
	margin:15px 0 20px 0;
	padding-left:25px;
	position:relative;
	color:#8f8f8f;
}
.faq li .tag::after {
content:"\e606";
font-family:"iconfont";
position:absolute;
left:0;
top:-2px;
font-size:1.143rem;
}
.faq li .txt {
	color:#777;
	height:100px;
	margin-bottom:15px;
	overflow:hidden;
}
.faq li .date {
	color:#999;
	display:block;
}
.faq li .date i {
	float:right;
	font-style:normal;
	font-size:1.286rem;
	font-family:"Arial";
	margin-top:-5px;
}
.faq li:hover::after {
width:100%;
}
.faq li:hover {
	box-shadow:0 0 10px #ccc;
}
.faq li:hover h4 {
	color:#4289d5;
}
.faqList {
	background:none;
}
.faqList li {
	width:50%;
	height:auto;
}
/* 下载中心 */

.downList li {
	background:#ededed;
	margin-bottom:10px;
}
.downList li a {
	display:block;
	padding:2.5% 3%;
	color:#191919;
}
.downList li span {
	float:right;
	color:#666;
	position:relative;
	padding-left:30px;
	margin-left:25px;
}
.downList li span::after {
content:"\e624";
position:absolute;
font-family:"iconfont";
left:0;
font-size:1.286rem;
top:-5px
}
.downList li a:hover {
	background:#4289d5;
	color:#fff;
}
.downList li a:hover span {
	color:#fff;
}
.downList .more {
	text-align:center;
	font-size:18px;
}
.downMake {
	position: fixed;
	width:100%;
	height:100%;
	background:#000;
	opacity:.4;
	z-index:100;
	left:0;
	top:0;
	display:none;
}
.downForm {
	left:50%;
	top:50%;
	width:500px;
	text-align:center;
	padding:3% 2%;
	background:#fff;
	z-index:101;
	position: fixed;
	margin-left:-250px;
	margin-top:-125px;
	display:none;
}
.downForm .listTie {
	font-size:24px;
	padding-bottom:10px;
	margin-bottom:25px;
}
.downForm p {
	height:46px;
	line-height:44px;
	border:1px solid #ddd;
	margin-bottom:10px;
	padding-left:30px;
transition:all .3s;
}
.downForm p i {
	float:left;
	font-family:"iconfont";
	font-style:normal;
	margin-left:-20px;
}
.downForm p input {
	width:100%;
	height:44px;
	padding:0 15px;
}
.downForm p:hover {
	box-shadow:0 0 3px #ddd;
}
.downForm .code input {
	width:120px;
	border:1px solid #ddd;
	height:40px;
	line-height:40px;
	padding:0 15px;
}
.downForm .close {
	position: absolute;
	right:5px;
	top:5px;
	background: url('../images/close.png') no-repeat;
	width:27px;
	height:27px;
	cursor:pointer;
}
.downForm .code img {
	padding:9px;
	background:#f5f5f5;
}
.downForm .sub {
	background:#4289d5;
	color:#fff;
	border-color:#940300;
	cursor: pointer;
}
.downForm .sub:hover {
	background:#940300;
}
/* 联系*/
#dituContent {
	height:480px;
}
.contactBox .listTie {
	text-align:left;
}
.contactBox .listTie::after {
left:0;
margin-left:0;
}
.contactR {
	position: absolute;
	width:50%;
	padding:3%;
	line-height:2;
	top:40px;
	right:60px;
	bottom:140px;
	background: rgba(255, 255, 255, .9);
	box-shadow:2px 2px 10px #ccc;
	z-index:2;
	max-width:560px;
}
.contactR .titie {
	font-size:2em;
	color:#4289d5;
	margin-bottom:20px;
}
.contactR .font {
	max-height:420px;
	overflow-y: auto;
}
.contactR .wx {
	float:right;
	margin-right:-200px;
	width:160px;
}
.contactR .wx p {
	text-align:center;
	margin-bottom:20px;
}
.contactR .wx p span {
	display:block;
}
.contactBox2 {
	border-top: 1px solid #ddd;
}
.contactBox2 .tie {
	margin-bottom:40px;
	color:#191919;
	font-size:2.5em;
}
.contactBox2 ul {
	padding-left:1px;
}
.contactBox2 li {
	float:left;
	width:33.3%;
	padding:2%;
	border:1px solid #d9d9d9;
	margin-top:-1px;
	min-height:220px;
	margin-left:-1px;
}
.contactBox2 li span {
	display: block;
	color:#333;
	font-size:1.429em;
	margin-bottom:10px;
}
/* 在线留言*/
.feedback {
	background:#f5f5f5;
}
.feedbackL {
	width:24%;
	height:380px;
	float:left;
}
.feedbackR {
	width:72.5%;
	float:right;
}
.feedback p {
	width:49%;
	float: left;
	;
	height: 60px;
	line-height: 60px;
	position: relative;
	padding:0 15px 0 60px;
	margin-bottom: 10px;
	position: relative;
	border: 1px solid #ccc;
	background:#fff;
}
.feedback p:nth-child(2n) {
float:right;
}
.feedback p input {
	width: 100%;
	height: 100%;
}
.feedback .tarea {
	width: 100%;
	height: 160px;
	padding-top: 15px;
	padding-bottom:15px;
	line-height: 1.6;
}
.feedback i {
	content: "";
	font-family: "iconfont";
	color: #a0a0a0;
	font-style: normal;
	float: left;
	margin-left: -30px;
	font-size: 1rem;
}
.feedback textarea {
	width: 100%;
	height: 100%;
}
.feedback .code {
	clear: both;
}
.feedback .code input {
	height: 60px;
	line-height: 60px;
	border: 1px solid #ddd;
	background:#fff;
}
.feedback .code .c {
	width: 20%;
	padding: 0 15px;
}
.feedback .code img {
	padding:19px;
	background:#fff;
}
.feedback .code .sub {
	background: #4289d5;
	width: 30%;
	cursor: pointer;
transition: all .3s;
	color: #fff;
	border:1px solid #4289d5;
}
.feedback .sub:hover {
	background:#b30600;
}
/* 人才招聘 */
.jobBox1, .service {
	padding-top:40px;
	line-height:1.6;
}
.jobBox1 .bgImg {
	width:50%;
	height:540px;
}
.jobBox1 .font {
	width:50%;
	height:540px;
	overflow-y:auto;
	background:#f5f5f5;
	padding:3%;
}
.jobBox1 .font p strong {
	font-size:1.333em;
	color:#4289d5;
	display: block;
	margin-bottom:10px;
}
.jobBox2 {
	box-shadow:0 0 10px #ccc;
	margin: 0 10px;
	margin-bottom:80px;
}
.jobBox2 .bgImg {
	height:330px;
	width:48%;
}
.jobList {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.jobList li {
	overflow:hidden;
	padding:0 40px;
	margin-bottom:15px;
	background:#f5f5f5;
}
.jobList .top {
	padding:20px 0;
	overflow:hidden;
	padding-right:150px;
	line-height:34px;
	cursor:pointer;
}
.jobList .top span {
	float:left;
	width:20%;
}
.jobList .top a {
	float:right;
	width:130px;
	height:34px;
	line-height:34px;
	background:#4289d5;
	color:#fff;
	text-align:center;
	font-size:12px;
	margin-right:-150px;
}
.jobList .top .tie {
	font-weight:700;
	color:#333;
	font-size:1.286em;
}
.jobList .top a:hover {
	background:#a20400;
}
.jobList .font {
	border-top: 1px solid #cfcfcf;
	overflow:hidden;
	padding-top:30px;
	font-size:12px;
	display:none;
	padding-bottom:40px;
}
.jobList .font .txt {
	float:left;
	width:48%;
}
.jobList .font .txt .tie {
	color:#333;
	margin-bottom:20px;
	display:block;
	font-size:14px;
}
.jobList .font .txt:nth-child(2n) {
float:right;
}
.jobList li.on {
	border-top: 1px solid #4289d5;
}
.jobList li:nth-child(1) .font {
display:block;
}
.job .more {
	height:60px;
	line-height:60px;
	text-align:center;
	padding:0;
}
.job .more a {
	display:block;
	color:#4289d5;
}
.job .more a:hover {
	background:#4289d5;
	color:#fff;
}
.jobBox3 .txt {
	border:2px solid #e7e7e7;
	padding:3%;
	font-size:1.143em;
}
.jobBox3 p {
	background: url('../images/odds_li.png') no-repeat left 10px;
	padding-left:15px;
	margin-bottom:15px;
}
.jobBox3 p span {
	color:#4289d5;
	font-weight:700;
	margin-right:10px;
}
/*友情链接*/
.mylink {
	padding:15px 0;
}
.mylink a {
	margin:0 7px 0 0;
	color:#666;
}
@media (max-width: 1240px) {
 .mylink {
padding:15px !important;
}
 .mylink a {
font-size:1.143em;
}
}
