@charset "utf-8";
body {
	width: 100%;
	overflow: hidden;  font-family:Arial, ml;
}
* {
	box-sizing: border-box;
}
a, img {
	vertical-align: top;
}

.mainMore {
	transition: all 0.6s;
	font-size: 15px;
	color: #fff;
	padding: 14px 20px;
	border: 1px solid #fff;
	border-radius: 30px;
	display: inline-block;
	position: relative;
}
.mainMore span {
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	height: 20px;
	background: url(../images/morebg.png) no-repeat right center;
}
.mainMore:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}
ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainMoreA {
	color: #666666;
	border: 1px solid #dbdbdb;
	background: none;
}
.mainMoreB {
	color: #fff;
	border: 1px solid #004185;
	background: #004185;
}
.mainMoreE {
	color: #2ca6e0;
	border: 1px solid #2ca6e0;
}
.mainMoreA span {
	background: url(../images/morebg2.png) no-repeat right center;
}
.mainMoreE span {
	background: url(../images/morebg4.png) no-repeat right center;
}
.mainMore:hover span {
	background: url(../images/morebg.png) no-repeat right center;
}
.alignC {
	text-align: center;
}
.alignC .c {
	text-align: center!important;
}
.container {
	width: 80%;
	margin: 0 auto;
}
.clear {
	clear: both;
	height: 0px;
}
 @media(max-width: 1480px) {
.container {
	width: 80%;
}
.mainMore {
	padding: 10px 20px;
}
}
@media(max-width: 1280px) {
.container {
	width: 80%;
}
}
@media(max-width: 600px) {
.mainMore {
	font-size: 14px;
	padding: 10px 20px;
}
.mainMore span {
	vertical-align: top;
	width: 18px;
}
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
 @media(max-width:  1024px) {
.absolute {
	top: 0;
	transform: translateY(0);
	position: relative;
}
}
/*banner*/
.banner img.pic1 {
	display: block;
	width: 100%;
}
.banner img.pic2 {
	display: none;
}
.ibannerImg {
	overflow: hidden;
}
.banner .swiper-slide {
	overflow: hidden;
}
.banner .swiper-slide-active .pcbg, .ibannerImg img {
	-webkit-animation: fa1 5s linear 1;
}
@-webkit-keyframes fa {
 0% {
-webkit-transform:scale(1.1);
}
 5% {
-webkit-transform:scale(1.09);
}
 10% {
-webkit-transform:scale(1.08);
}
 15% {
-webkit-transform:scale(1.07);
}
 20% {
-webkit-transform:scale(1.06);
}
 25% {
-webkit-transform:scale(1.05);
}
 30% {
-webkit-transform:scale(1.04);
}
 35% {
-webkit-transform:scale(1.03);
}
 40% {
-webkit-transform:scale(1.02);
}
 45% {
-webkit-transform:scale(1.01);
}
 50% {
-webkit-transform:scale(1.0);
}
 55% {
-webkit-transform:scale(1.01);
}
 60% {
-webkit-transform:scale(1.02);
}
 65% {
-webkit-transform:scale(1.03);
}
 70% {
-webkit-transform:scale(1.04);
}
 75% {
-webkit-transform:scale(1.05);
}
 80% {
-webkit-transform:scale(1.06);
}
 85% {
-webkit-transform:scale(1.07);
}
 90% {
-webkit-transform:scale(1.08);
}
 95% {
-webkit-transform:scale(1.09);
}
 100% {
-webkit-transform:scale(1.1);
}
}
@-webkit-keyframes fa1 {
 0% {
-webkit-transform:scale(1.1);
}
 10% {
-webkit-transform:scale(1.09);
}
 20% {
-webkit-transform:scale(1.08);
}
 30% {
-webkit-transform:scale(1.07);
}
 40% {
-webkit-transform:scale(1.06);
}
 50% {
-webkit-transform:scale(1.05);
}
 60% {
-webkit-transform:scale(1.04);
}
 70% {
-webkit-transform:scale(1.03);
}
 80% {
-webkit-transform:scale(1.02);
}
 90% {
-webkit-transform:scale(1.01);
}
 100% {
-webkit-transform:scale(1.0);
}
}

.ssss {
	z-index: 1000;
	position: absolute;
	bottom: 4%;
	left: 0;
	width: 100%;
	text-align: center;
	text-align: center;
}
.sss {
	cursor: pointer;
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
}
.ssss .sss:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 12px;
	height: 12px;
	background: #c7000b;
	border-radius: 100%;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
}
.sss .circle {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}
.sss .circle i {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.sss .circle i::before {
	content: '';
	position: absolute;
	width: 200%;
	right: 0;
	top: 0;
	bottom: 0;
	border: 3px solid rgba(255,255,255,.5);
	border-radius: 100%;
	box-sizing: border-box;
	clip: rect(0, 20px, 20px, 10px);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.sss .circle i:first-child::before {
	left: 0;
	right: auto;
	clip: rect(0px, 10px, 20px, 0px);
}
.sss.sss-active::before {
	background: #ff5a2b;
}
.sss.sss-active .circle i::before {
	-webkit-animation: circleR 5000ms linear both;
	animation: circleR 5000ms linear both;
}
.sss.sss-active .circle i:first-child::before {
	-webkit-animation-name: circleL;
	animation-name: circleL;
}
@-webkit-keyframes circleL {
 0%,  50% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @-webkit-keyframes circleR {
 0% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 50%,  100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
@keyframes circleL {
 0%,  50% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
@keyframes circleR {
 0% {
 -webkit-transform: rotate(-180deg);
 transform: rotate(-180deg);
}
 50%,  100% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
.bannerScroll {
	position: absolute;
	right: 60px;
	width: 20px;
	text-align: center;
	bottom: 0px;
	z-index: 10;
}
.bannerScroll p {
	font-size: 12px;
	color: #fff;
}
.bannerScroll span {
	display: block;
	width: 1px;
	height: 60px;
	background: rgba(255,255,255,0.15);
	margin: 12px auto 0;
	position: relative;
}
.bannerScroll span:after {
	content: '';
	width: 3px;
	height: 17px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 0;
	left: -1px;
}
.bannerScroll span:after {
	-webkit-animation: haha1 2s linear infinite;
}
@-webkit-keyframes haha1 {
 0% {
top:0;
opacity: 1;
}
 25% {
top:25%;
opacity: 0.75;
}
 50% {
top:50%;
opacity: 0.5;
}
 75% {
top:75%;
opacity: 0.25;
}
 100% {
top:100%;
opacity: 0;
}
}
.ibanner .pic2 {
	display: none;
}
.ibannerImgm {
	height: 30vw;
	overflow: hidden;
}
.ibanner {
	position: relative;
}
.ibannerCon {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.ibannerCon .t {
	font-size: 36px;
	color: #ffffff;
}
.ibannerCon .c {
	font-size: 54px;
	color: #ffffff;
	line-height: 1.4;
}
.ibannerCon .c b {
	display: block;
}
.banner .container { width:90% !important; text-align:left;}

.banner .swiper-slide .con .t { width:45%;}
.banner .swiper-slide .con .c { width:45%;}


@media(max-width:  1680px) {
.banner .swiper-slide .con .c { text-align:left;
	font-size: 48px;
}
.banner .swiper-slide .con .t {
	font-size: 32px; text-align:left;
}
.navL ul li {
	margin-right: 40px;
}

.ibannerCon .t {
	font-size: 32px;
}
.ibannerCon .c {
	font-size: 50px;
}
}
@media(max-width:  1480px) {
.banner .swiper-slide .con .c {
	font-size: 28px;
	margin-bottom: 20px;
}
.banner .swiper-slide .con .t {
	font-size: 35px;
	margin-bottom: 20px;
	font-weight: 800; text-align:left;
}
.navL ul li {
	margin-right: 36px;
}
.ibannerCon .t {
	font-size: 28px;
}
.ibannerCon .c {
	font-size: 44px;
}
}
@media(max-width:  1280px) {
.banner .swiper-slide .con .c {
	font-size: 36px;
}
.banner .swiper-slide .con .t {
	font-size: 20px;
}
.ibannerCon .t {
	font-size: 16px;
}
.ibannerCon .t {
	font-size: 24px;
}
.ibannerCon .c {
	font-size: 38px;
}
}
@media(max-width:  1100px) {
.banner .swiper-slide .con .c {
	font-size: 32px;
	margin-bottom: 15px;
}
.banner .swiper-slide .con .t {
	font-size: 20px;
}
.bannerScroll {
	right: 3%;
}
}
@media(max-width:  1024px) {
.ibanner .pic1 {
	display: none;
}
.ibanner .pic2 {
	display: inline-block;
}
.ibannerImgm {
	height: auto;
	overflow: hidden;
}
.ibannerCon .t {
	font-size: 20px;
}
.ibannerCon .c {
	font-size: 32px;
}
}
@media(max-width:  600px) {
.banner .swiper-slide .con .c {
	font-size: 28px;
}
.banner .swiper-slide .con .t {
	font-size: 18px;
}
.ibannerCon {
	text-align: left;
	top: auto;
	transform: translateY(0);
	bottom: 20px;
}
.ibannerCon .t {
	font-size: 18px;
}
.ibannerCon .c {
	font-size: 24px;
}
}
@media(max-width:  450px) {
.ibannerCon .t {
	font-size: 16px;
}
.ibannerCon .c {
	font-size: 22px;
}
}
@media(max-width:  400px) {
.ibannerCon .c {
	font-size: 20px;
}
}
/*首页*/

 @media(max-width:  1680px) {
.navL ul li {
	margin-right: 40px;
}
.navR {
	margin-left: 40px;
}
}
@media(max-width:  1480px) {
.navL ul li {
	margin-right: 30px;
}
.navR {
	margin-left: 20px;
}
.topHeader {
	padding: 0 40px;
}
}
@media(max-width:  1280px) {
.navL ul li {
	margin-right: 20px;
}
.topNav-a {
	margin-left: 0;
}
.header {
	padding: 0 20px;
}
.topHeader {
	padding: 0 20px;
}
}
@media(max-width:  1180px) {
.navL ul li {
	margin-right: 20px;
}
}
@media(max-width:  1100px) {
.topHeader {
	padding: 0 3%;
}
.navL, .topNav-a {
	display: none;
}
.topHeader .logo img {
	width: 100px;
}
.topHeader .logo {
	padding: 10px 0;
}
.navR {
	float: right;
	padding: 16px 0 15px 42px;
	font-size: 0;
	height: 48px;
}
.fixed-head .navR {
}
}
.bg {
	position: fixed;
	top: 0;
	z-index: 999999999;
	display: none;
	width: 100%;
	height: 100%;
	background: #28282a;
}
.bg .bga {
	padding: 30px 43px 0 41px;
}
.bg .bga .logo {
	width: 115px;
	height: auto;
	float: left;
}
.bg .bga .e {
	cursor: pointer;
	background: url(../images/x.png) no-repeat center;
	width: 19px;
	height: 19px;
	float: right;
	margin-top: 14px;
}
.bg .bgb {
	margin-top: 180px;
	width: 100%;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.bg .bgb .indes {
	display: inline-block;
}
.bg .bgb dl {
	float: left;
	margin-right: 60px;
	text-align: left;
}
.bg .bgb dl:last-child {
	margin-right: 0;
}
.bg .bgb dl dt {
	margin-bottom: 19px;
}
.bg .bgb dl dt a {
	color: #fff;
}
.bg .bgb dl dd {
	margin-bottom: 12px;
}
.bg .bgb dl dd:last-child {
	margin-bottom: 0;
}
.bg .bgb dl dd a {
	color: #8f8f8f;
}
.bgc {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #3e3e40;
	padding: 0 28px 0 28px;
}
.bgc .bgca {
	float: left;
	padding: 28px 0 29px;
}
.bgc .bgca .bgca1 {
	float: left;
	position: relative;
	padding-left: 20px;
}
.bgc .bgca .bgca1:before {
	position: absolute;
	content: "";
	left: 0;
	top: 2px;
	width: 13px;
	height: 16px;
	background: url(../images/dw.png) no-repeat center;
}


/*产品中心*/
/*应用*/
.yingyba {
	width: 100%;
	margin: 50px 0px;
}
.solution {
	padding-top: 0px;
	box-sizing: border-box;
}
.solution h2 {
	text-align: left;
	margin-bottom: 35px;
}
.solution h2 span {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-size: 50px;
	color: #333333;
	padding: 0 21px;
	position: relative;
	font-weight: bold;
}
.solution h2 span:before {
	width: 15px;
	height: 20px;
	background: url(../images/tit-left.png) no-repeat center;
	content: "";
	position: absolute;
	left: 0;
	top: 26px;
}
.solution h2 span:after {
	width: 15px;
	height: 20px;
	background: url(../images/tit-rig.png) no-repeat center;
	content: "";
	position: absolute;
	right: 0;
	top: 26px;
}
.solution h2 em {
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	color: #666666;
	font-weight: normal;
}
.solution .sol-con {
	
	width: 90%; margin:50px 5% 100px;
	height: 600px;
	position: relative;
}
.solution .sol-con .sol-list, .solution .sol-con .sol-pic {
	height:600px;
	width: 100%;
	overflow: hidden;
}
.solution .sol-con .sol-list, .solution .sol-con .sol-pic a img {
	object-fit: cover;
	height:100%;
	width: 100%;
}
.solution .sol-con .sol-pic {
	position: relative;
	width: 100%;
}
.solution .sol-con .sol-pic span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0;
	overflow: hidden;
}
.solution .sol-con .sol-pic span img {
	width: 100%;
	height: 100%;
}
.solution .sol-con .sol-pic .sol-left {
	width: 50%;
	height: 600px;
	padding: 140px 0 0 80px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
.solution .sol-con .sol-pic .sol-left i {
	display: block;
	width: 32px;
	height: 2px;
	background: #E60012;
	margin-bottom: 31px;
}
.solution .sol-con .sol-pic .sol-left h4 {
	width: 342px;
}
.solution .sol-con .sol-pic .sol-left h4 em {
	display: block;
	line-height: 23px;
	font-size: 16px;
	color: #E60012;
	text-transform: uppercase;
	font-weight: normal; display: none;
}
.solution .sol-con .sol-pic .sol-left h4 span {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 42px;
	color: #FFF;
	font-weight: bold;
	font-family: "思源黑体 CN";
	margin-bottom: 16px;
}
.solution .sol-con .sol-pic .sol-left p {
	line-height: 27px;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 30px;
	width: 500px;
}
.solution .sol-con .sol-pic .sol-left strong {
	display: block;
	width: 159px;
	height: 44px;
	background: url(../images/sol-kk.png) no-repeat center;
}
.solution .sol-con .sol-pic .sol-left strong a {
	display: block;
	height: 44px;
	text-align: center;
}
.solution .sol-con .sol-pic .sol-left strong em {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #FFF;
	padding-right: 40px;
	background: url(../images/sol-jt1.png) no-repeat right;
	font-weight: normal;
}
.solution .sol-con .sol-hd {
	width: 30%;
	height:600px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	right: 9%;
	top: 0%;
}
.solution .sol-con .sol-hd ul li {
	height: 150px;
	border-bottom: 1px solid rgba(0,0,0,0.18);
	box-sizing: border-box;
	transition: .5s;
}
.solution .sol-con .sol-hd ul li a {
	display: block;
	height: 148px;
	padding: 49px 42px 0 42px;
	box-sizing: border-box;
}
.solution .sol-con .sol-hd ul li i {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	color: rgba(255,255,255,0.3);
	
	margin-bottom: 6px;
	transition: .5s; width:50px; float:left; font-weight:900;
}
.solution .sol-con .sol-hd ul li span {
	display: block; float:left; width:230px;
	height: 37px;
	line-height: 37px;
	font-size: 22px;
	color: #FFF;
	font-family: "思源黑体 CN";
}
.solution .sol-con .sol-hd ul li p {
	height: 24px;
	line-height: 24px;float:left; width:230px;
	font-size: 14px;
	color: rgba(255,255,255,0.37);
	text-transform: uppercase;
	background: url(../images/sol-jt.png) no-repeat right;
}
.solution .sol-con .sol-hd ul li:last-child {
	border-bottom: 0;
}
.solution .sol-con .sol-hd ul li.cur {
	background: rgba(0,0,0,0.25);
}
.solution .sol-con .sol-hd ul li.cur i {
	color: #c08f42;
}
.solution .sol-con .sol-hd ul li.cur p {
	background: url(../images/sol-jt_h.png) no-repeat right;
}
/*应用*/

/*新闻中心*/
.newnr {
	margin:0 auto;
	background:url(../images/youshi.jpg) no-repeat center top; padding:0 6vw; padding-top:4%; padding-bottom:3%
}
.home11 {
	padding: 60px 0 80px 0;
}
.between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.box {
	width: 1400px;
	margin: 0 auto;
}
.home11_1 {
	padding: 55px 0 0px;
}
.home11_1 li {
	width: 32%;
}
.home11_1 li b {
	width: 100%;
	height: 310px;
	overflow: hidden;
	background:#F00;
}
.home11_1 li b .img {
	width: 100%;
	transition: all .4s;
	object-fit: cover;
}
.home11_1 li .home11_2 {
	height: 244px;
	width: 100%;
}
.home11_1 li .home11_2 h3 {
	width: 90%;
	margin: 0 auto;
	height: 58px;
	line-height: 58px;
	margin-top: 40px;
	overflow: hidden;
	box-sizing: border-box;
}
.home11_1 li .home11_2 h2 {
	line-height: 25px;
	width: 90%;
	margin: 10px auto;
	height: 50px;
	overflow: hidden; color:#666; font-weight:normal
}
.home11_1 li .home11_2 p {
	height: 36px;
	width: 90%;
	margin: 26px auto 0 auto;
}
.home11_1 li .home11_2 p span {
	width: 36px;
	height: 36px;
	background: #c08f42;
	border-radius: 50%;
	display: block;
	text-align: center; line-height:36px;
}
.home11_1 li {
	overflow: hidden;
}
.home11_1 li:hover {
	background: #f6f6f6;
}
.home11_1 li:hover .home11_2 h3 {
	color: #c08f42;
	font-weight: bold;
}
.home11_1 li:hover b .img {
	transform: scale(1.03, 1.03);
}
.home11_3 {
}
.home11_3 a {
	width: 230px;
	height: 60px;
	background: #c08f42;
}
.home11_3 a:hover {
	color: #ffffff;
}
.cor444 {
	color: #444444;
}
.font17 {
	font-size: 17px;
}
.f {
	display: flex;
}
.aic {
	align-items: center;
}
.jcsb {
	justify-content: space-between;
}
.corfff {
	color: #ffffff;
}
.font24 {
	font-size: 24px;
}
.cor888 {
	color: #888888;
}
.font13 {
	font-size: 13px;
}
/*新闻中心*/

/*企业优势*/

.advanbox {
	background: #fff;
	padding:50PX 0PX;
	text-align: center; 
}
.youshi {
	margin: 0px auto;
}
.container-fluid {
	/* padding: 0 8.33333333%; */
	
	margin: 0PX auto;
	width: 100%;
	padding-right: 3vw;
	padding-left: 3vw;
	padding-top: 50PX;
	padding-bottom: 50PX;}
	
	/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
	.container-fluid {
	/* padding: 0 8.33333333%; */
	max-width: 1600px;
	margin: 0PX auto;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0PX;
	padding-bottom: 50PX;}
	
}
	
	
 .x-title {
 color: #333;
 font-size: 36px;
 line-height: 2;
 text-align: center;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
.clearfix:before {
	display: table;
	content: " ";
}
.col-md-3A {
	width: 23%;
	float: left;
	position: relative;
	min-height: 1px;
	margin:0PX 1%;
	
}

.advan-list {
	margin-top: 80PX;
}
.advan-list li a {
	display: block;
	background: #f0f0f0;
	border-radius: 0px;
	/*box-shadow: 0 0 20px rgba(0, 0, 0, .05);*/
	text-align: center;
	padding: 9vh 10%  4vh;
	position: relative;
	height: 370px;
	cursor: pointer;
}
.advan-list li a img { height:90px; width:auto;
	
}
.advan-list li a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	content: "";
	background: url(../images/ysbg.png) bottom left no-repeat #c08f42;
	border-radius: 5px;
	z-index: 1;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.advan-list li:hover a:after {
	left: 0;
	width: 100%
}
.advan-list li h3 {
	color: #333;
	font-size: 28px;
	font-weight:bold;
	line-height: 2;
	margin: 2.5vh 0 10px;
	position: relative;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover h3 {
	top: -100px;
	color: #fff;
}
.advan-list li .intro {
	color: #999;
	font-size: 17px;
	line-height: 2;
	height: 90px;
	overflow: hidden;
	position: relative; line-height:29px;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover .intro {
	top: -100px;
	color: #fff;
	height: 180px;
}


/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  
.advan-list li a img { height:70px; width:auto;
	
}
.advan-list li h3 {
	color: #333;
	font-size: 23px;
	font-weight:bold;
	line-height: 2;
	margin: 2.5vh 0 10px;
	position: relative;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}.advan-list li .intro {
	color: #999;
	font-size: 15px;
	line-height: 2;
	height: 90px;
	overflow: hidden;
	position: relative; line-height:24px;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
}


/*企业优势*/

/*底部*/

.Footer {
	width:100%;
	background:#1a1a1a;
	padding-bottom:30px;
}
.Footer .Footer_top {
	padding:50px 0vw;
	display:flex;
	justify-content:space-between;
}
.Footer .Footer_top .Footer_top_left {
	display:flex; width: 85%;
}
.Footer .Footer_top .Footer_top_left .top_left_list {
	margin-right:4vw;
}
.Footer .Footer_top .Footer_top_left .top_left_list .left_list_dd {
	margin-bottom:20px;
}
.Footer .Footer_top .Footer_top_left .top_left_list .left_list_dd a {
	font-size:17px;
	color:#fff;
}
.Footer .Footer_top .Footer_top_left .top_left_list .left_list_dt p {
	margin-bottom:0.625vw;
	font-size:15px;
	color:#999999;
}
.Footer .Footer_top .Footer_top_left .top_left_list .left_list_dt p:last-child {
	margin-bottom:0;
}
.Footer .Footer_top .Footer_top_left .top_left_list .left_list_dt p a {
	font-size:15px;
	color:#999999;
}
.Footer .Footer_top .Footer_top_left .top_left_list .left_list_dt p img {
	margin-right:0.833vw;
}
.Footer .Footer_top .Footer_top_right{ width:15%;}
.Footer .Footer_top .Footer_top_right .top_right_dd {
	font-size:17px;
	color:#fff;
	margin-bottom:2.865vw;
}

.Footer .Footer_top .Footer_top_right .top_right_dt {
	text-align:left;
}
.Footer .Footer_top .Footer_top_right .top_right_dt img {
	max-width:130px;
}
.Footer .Footer_bottom {
	
	align-items:center;
	justify-content:space-between;
	font-size:15px;
	color:#bdbdbd;
	border-top:1px solid #333;
	padding-top:30px;
	}
.Footer .Footer_bottom a {
	font-size:15px;
	color:#bdbdbd;
	
}

.footer_t { width:90%; margin:0px 5%; padding:5% 0px 2%; border-bottom:1px solid rgba(255,255,255,.1); display:flex;justify-content: space-between;}
.footer_tl{ width:30%; } 
.footer_tr { width:27%;} 

/*社交 s*/

 .shejiao {


 }
 .shejiao ul {
  width: 100%;
  display: flex;
 }
 .shejiao ul li {
  position: relative;
 }
 .shejiao ul li {
  margin: 0 10px;
  opacity: 1;
  transition: all 0.6s ease;
 }
 .shejiao ul li:hover {
  margin: 0 10px;
  opacity: 0.5;
  transition: all 0.6s ease;
 }
.weixin {
 }
 .erweima {
  position: absolute;
  bottom: 50px;
  display: none;
 }
 .weixin .erweima {
  width: 150px;
  left: -61px;
 }
 .shouji .erweima {
  position: absolute;
  bottom: 40px;
  width: 150px;
  left: -146px;
  display: none;
 }
 .douyin .erweima {
 }
 .erweima img {
  width:100%;
 }
 .weixin:hover .erweima {
  display: block;
 }
 .douyin:hover .erweima {
  display: block;
  width: 200px;
  left: -87px;
 }
 .xiaohongshu:hover .erweima {
  display: block;
  width: 330px;
  left: -160px;
 }
 .weixin .erweima img {
  width: 100%;
 }
 .shouji:hover .erweima {
  display: block;
 }
 .shouji .erweima img {
  width: 100%;
 }
 .shejiao ul li:hover {
  margin: 0 10px;
  opacity: 1;
  transition: all 0.6s ease;
 }
 .zuoxiaotubiao {
  position: fixed;
  left: 2%;
  top: 50%;
  z-index: 99;
  display: none;
 }
 .zuoxiaotubiao img {
 }
 
 /*社交 e*/







.Join2 {
    display: flex;
    align-items: center;
    border-bottom: 0.052vw solid #313131;
}

.Join2 .Join2_left {
	width:50%;
    background: #1a1a1a;
}

.Join2 .Join2_left img {
    width: 9.794vw;
}

.Join2 .Join2_right {
	width:50%;
   
		background:url(../images/bn4.png) no-repeat left #c08f42;;
    font-size: 1.667vw;
    color: #fff;
    position: relative;
    padding-left: 7.815vw;
}

.Join2 .Join2_left, .Join2 .Join2_right {
    width: 50%;
    height: 7.658vw;
    display: flex;
    align-items: center;
    padding-left: 5.21vw;

}

.pc_all .pc_all_content {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding: 0px 5.21vw;
}
.Join2 .Join2_right::before {
    content: "";
    display: inline-block;
    width: 15.6821vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bn4.png) no-repeat 50%/cover;
}

.Join2 .Join2_right span {
    position: relative;
    z-index: 3;
}


/*底部*/


/* 分类2*/
/*优势*/
.edge{font-family: "Microsoft Yahei";line-height:24px;font-size: 16px;position: relative;z-index: 1;clear: both;padding: 0px 0 0;color: #fff;width: 100%;overflow: hidden;max-width: 1980px;display: block;margin: 0 auto;}
.leit{width: 100%;/*overflow: hidden;*/display: block;height:655px;}
.leit ul{width: 102%;}
.leit li{ float: left;position: relative;cursor:pointer;height: 300px;overflow: hidden; width:25% !important; background-size:130% auto  !important;


}
.leit li:nth-child(1){ width:50% !important; height: 450px;}
.leit li:nth-child(2){ width:50% !important; height: 450px;}


.leit li .mo{ opacity:.2!important;}
.leit li{ transition:all .4s;}
.leit li:hover { transform:scale(1.05,1.05); z-index:999; }
.leit li:hover .shu2 { display:block !important;}
.leit li img{display: block;}
.mo{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;background:rgba(0,0,0,0.5);}
.hav{width: 100%;height: 100%;position: absolute;left: 0px;top: 0px;}

.shu2{position: absolute;left: 50%;top: 30%;margin-left:-425px;width: 850px; height:100PX; font-size: 30px;color: #fff;text-align: center;background: url(../images/protbg.png) no-repeat center top;line-height: 50px;}
.shu2 span {width:100%;font-size:32px;color: #fff;font-weight:900;display:block;margin:0 auto; }
.shu2 em{display: block;font-size: 16px;text-align: center;color: #fff;line-height: 100px; text-transform: capitalize; font-family:"SangBleuOGSans-Light";}

.bock{width: 90%;background: rgba(199 , 0 , 11 , 0.9); position: absolute;left:5%;bottom:0;color: #fff;opacity:0;height:156px;padding:0 35px;box-sizing: border-box;line-height:24px; display:none;}
.bock h3{font-size:36px;color: #fff;font-weight:bold;position: relative;height:88px;line-height:82px;}
.bock h3 em{display: inline-block;font-size: 16px;color: #fff;font-weight: normal;padding: 0 0 0 3px; text-transform:capitalize; font-family:"SangBleuOGSans-Light";}
.bock h3:before{content: "";position: absolute;width: 50px;height:3px;background:#FFF;left:0;top:72px;}
.bock:before{content: "";position: absolute;width: 52px;height:52px;background: url(../images/ico07.png) no-repeat 0 0;right:5%;bottom:38px;}


/* 分类2*/







/*申请 s*/

.sy_shenqing { width:90%; background:rgba(100%,100%,100%,.9); margin:0% 5%; height:380px; }

.polaris-product-detail-2 { width:100%; height:550px; background:url(../images/sy_job.jpg) no-repeat center  -100px; padding:7% 0px;}
.polaris-product-detail-2 .title-1 {position:relative;}
.polaris-product-detail-2 .title-1 strong {font-weight: normal;color: #009400;}
.polaris-product-detail-2 .text-1 {color: #939393;margin: auto;margin-top: 2%;}
.polaris-product-detail-2 .text-1 p {margin:0;padding:0;}
.polaris-product-detail-2 .text-1 p a { color:#fff;}
.polaris-product-detail-2 .toptext-1 {width: 40%;position: absolute;left: 50%;top: 10%;text-align: center;transform: translateX(-50%);}
.polaris-product-detail-2 .righttext-3 {width: 28%;position: absolute;right: 9.5%;top: 50%;transform: translateY(-50%);}
.polaris-product-detail-2 .lefttext-2 {width: 38%; float:left; background:#c08f42; height:100%; line-height:380px; font-size:40px; color:#fff; text-align:center; font-weight:900; letter-spacing:0px;}
.polaris-product-detail-2 .centertext-4 {width: 40%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;}
.polaris-product-detail-2 .cbottomtext-5 {width: 40%;position: absolute;left: 50%;bottom: 10%;transform: translateX(-50%);text-align: center;}


	.polaris-product-detail-2 .lefttext-2 .text-1 {margin: 0;width: 100%;margin-top: 2%;}
	.polaris-product-detail-2 .righttext-3 .text-1 {margin: 0;width: 100%;margin-top: 2%;}

.ny_con {}
.ny_con_l { width:60%; padding:1% 4%; float: right; margin-top:30px; background:;   }
.ny_order { line-height:30px; font-size:16px; }
.ny_order .font8 { font-size:15px !important;}
.ny_order .kuang2 { background: rgba(255,255,255,1); border:0px solid rgba(0,0,0,.2); margin-left:0px; padding:15px 20px; width:90%; float: left; margin-bottom:5px; color:#333;}
.ny_order .ann { background:#070006; border-radius:0px; color:#fff; text-align:center; width:110px; margin-top:0px; margin-right:10px; font-size:16px; font-family:ml; line-height:35px; height:35px; text-transform:capitalize; border:0px; }
.juzuo {padding-left:20px !important;}
.order_list img { height:46px;}
.guanjianci strong { font-size:16px; font-weight:900; margin-right:20px;}
.guanjianci a { margin-right:20px;}



.ny_con_r { width:30%; float:right;}
.ny_con_r h3 { color:#30593e}
.ny_con_r_list  { padding-bottom:20px; border-bottom:1px  dotted rgba(0%,0%,0%,.2); margin-top:20px; float:left; width:100%;}
.ny_con_r_list_text  { padding:0px; margin:0px;}
.ny_con_r_list_text p{ padding:0px; margin:0px;  line-height:25px;}
.order_list { width:45%; margin-right:5%; float:left; margin-bottom:5px; margin-top:5px; display:flex;}
.order_list font { line-height:45px; padding-left:10px;}
.order_list1 { width:100%; margin-right:5%; float:left; margin-bottom:10px;  margin-top:5px; display:flex;} 
.order_list2 { width:55%; margin-right:5%; float:left; margin-bottom:10px;  margin-top:5px; display:flex; padding-left:0%;} 







.more-1 {margin-top: 8%;}
.more-1 a {display: block;width: 180px;height: 48px;line-height:48px ;font-size: 0;overflow: hidden;position: relative;text-align: center;border: 2px solid #009400;border-radius: 5px; background:#009400; color:#fff; font-family:mb;}
.more-1 span {display: inline-block;vertical-align: middle;color: #fff;}
.more-1 i {display: inline-block;vertical-align: middle;width: 7px;height: 10px;background: url('../images/r3.png') center no-repeat;margin-left: 10px;}
.more-1 a:hover {background: #9bde46;border: 2px solid #9bde46;}
.more-1 a:hover span {color: #fff;}
.more-1 a:hover i {background: url('../images/r3.png') center no-repeat;}

/*申请 e*/







/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  
.advan-list {
    margin-top: 20PX;
}
.col-md-3A {
    width: 49%;
    float: left;
    position: relative;
    min-height: 1px;
    margin: 0PX 0.5%;
}.advan-list li a {
    display: block;
    background: #f0f0f0;
    border-radius: 0px;
    /* box-shadow: 0 0 20px rgba(0, 0, 0, .05); */
    text-align: center;
    padding: 2vh 10% 2vh;
    position: relative;
    height: 220px;
    cursor: pointer; margin-bottom:1%
}.advan-list li h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    margin: 0vh 0 0px;
    position: relative;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}.advan-list li .intro {
    color: #999;
    font-size: 14px;
    line-height: 2;
    height: 90px;
    overflow: hidden;
    position: relative;
    line-height: 20px;
    z-index: 9;
    top: 0;
    transition: all 0.8s;
}
.advanbox {
    background: #fff;
    padding: 50PX 0PX 0;
    text-align: center;
}
.advan-list li a img{ margin:0 auto}



}