﻿@font-face
{
font-family: "robotobold";
font-weight: bold;
src: url('roboto/Roboto-Bold.ttf'); 
}
@font-face
{
font-family: "robotolight";
src: url('roboto/Roboto-Light.ttf'); 
}
@font-face
{
font-family: "robotoregular";
src: url('roboto/Roboto-Regular.ttf'); 
}
@font-face
{
font-family: "robotoMed";
src: url('roboto/Roboto-Medium.ttf'); 
}
@font-face
{
font-family: "robotoBlack";
src: url('roboto/Roboto-Black.ttf'); 
}


@font-face
{
font-family: "dinot-bold";
src: url('dinot-bold.otf'); 
}


.topbar {
    width: 100%;
    background: #6e2573;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    display: none;
}
.topbar .clearfix {
	padding: 0 30px;
	color: #fff;
}
.topbar .solgn {
	text-transform: capitalize;
    letter-spacing: 0.8px;
}
.topbar .rt {
    background: url(../image/home/phone.png) no-repeat left;
    background-size: 20px;
    padding-left: 24px;
}


/*header*/
#header {
	width: 100%;
}

.mainNav .Mli {
	float:left;
	margin-left: 0px;
	padding-top: 0px;	
	position: relative; 
}
.mainNav .Mli.shop {
	margin-right:0px;
	background: #
}

.mainNav .Mli a {
    color: #2e2e2e;
    font-size: 16px;
    text-align: center;
    display: block;
    padding: 0 20px;
    margin-left: 20px;
	margin-right: 20px;
	margin-left: 30px;
    margin-right: 30px;
}
.mainNav .Mli  ul li a {
    font-size: 14px;
    padding: 8px 0px;
    margin-left: 0px;
    color: #333;
    text-align: left;
    padding-left: 30px;
}

.mainNav .Mli .dropdown-menu li a:hover {
	color: #ba67bb;
    text-decoration: underline;}
.navv.sticky .mainNav .Mli .dropdown-menu li a:hover {
	color: #ba67bb;
	text-decoration: underline;
}

.mainNav .dropdown-menu {
		position: absolute;
		width: 200px;
		left: 0%;
		top: 73px;
		margin: 0;
		padding: 10px 0px;
		border: none;
		font-size: 16px;
		box-shadow: 0 2px 2px rgba(0,0,0,.2)!important;
		background: #fff;
		margin-left: 0px;
		overflow-x: hidden;
		overflow-y: auto;
		transition: all .4s ease-in;
		-moz-transition: all .4s ease-in;
		-webkit-transition: all .24s ease-in;
		-o-transition: all .4s ease-in;
		display: none; 
}
.mainNav .service-d-m {width:240px ;}

.mainNav .Mli:hover .dropdown-menu {display:block;}


.navv{
	border-bottom: 0;
	transition: all .4s ease-in-out 0s;
	transition: all .4s linear 0s;
	height: 73px;
	position: fixed;
	position: absolute;
	top: 35px;
	top: 0px;
	left: 0;
	z-index: 500;
	width: 100%;
	background: rgba(255, 255, 255, 0.74);
	background: url(../image/home/white.png) repeat;
	border-bottom: 1px solid #FFCC00;
}
.navv .w1250 {
	padding: 0 30px;
	height:74px;
}
 .top_logo {
    display: block;
    width: 120px;
    margin-top: -5px;
    height: 120px;
    background: url(../image/home/logo.jpg) no-repeat #6e2573;
	background-size: 120px;
	
}

.navv .top_logo,.Mli{
transition: all .4s ease-in-out 0s;
}



.mainNav .F00 {
    background: url(/css/img/42.png) no-repeat;
    width: 140px;
    height: 24px;
    margin-top: 36px;
    padding-left: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.mainNav .Mli #menu {
	padding: 0;
	padding-top: 25px;
	height: auto;
	padding-bottom: 20px;
}

.mainNav .shop #menu {
	background: URL(../image/icon24.png) no-repeat 15px 6px;
	color: #fff;
	padding-top: 0;
	height: 35px;
	line-height: 35px;
	display: block;
	padding-bottom: 0;
	border-radius: 50px;
	font-size: 14px;
	margin-top: 17px;
	width: 150px;
	background-size: 21px;
	padding-left: 10px;
	border: 1px solid #fff;
	transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	background: #ba67bb URL(../image/icon24.png) no-repeat 15px 6px;
	background-size: 21px;
	color: #fff;
	border: 1px solid #ba67bb;
}


.mainNav .Mli #menu:hover {
	color: #ba67bb;
	color: #6e2573;
}
.mainNav .shop #menu:hover {
	background: #ba67bb URL(../image/icon24.png) no-repeat 15px 6px;
    background-size: 21px;
    color: #fff;
    border: 1px solid #ba67bb;
}

.mainNav .Mli #menu i {
	display: block;
    width: 0;
    height: 2px;
	background: #ba67bb;
	background: #ffcc2d;
	margin-top: 5px;
	transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-webkit-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
}
.mainNav .Mli  #menu:hover i{width: 100%}

/*拉下后*/
.navv.sticky{
	height: 73px;
	background: #FFF;
	top: 0;
	border-bottom: 1px solid #e7daea;
	border-bottom: 1px solid #FFCC00;
	position: fixed;
		
}
.navv.sticky .top_logo{
	background: url('../image/logo.png') no-repeat;
	background-size: 150px;
	margin-top: 2px;	
	width: 180px;
}
.navv.sticky .mainNav .Mli a{
	color: #333;
	z-index: 99999;
}
.navv.sticky .mainNav .Mli {
    padding-top: 0px;
}
.navv.sticky .mainNav .dropdown-menu {
	top: 65px;
    color: #fff;
}

.navv.sticky .mainNav .Mli #menu:hover {
	color: #ba67bb;
	color: #6e2573;
}
.navv.sticky .mainNav .Mli #menu {
	color:#313131
}
.navv.sticky .mainNav .shop #menu {
	background: #ba67bb URL(../image/icon24.png) no-repeat 15px 6px;
    color: #fff;
    padding-top: 0;
    height: 35px;
    line-height: 35px;
    display: block;
    padding-bottom: 0;
    border-radius: 50px;
    font-size: 14px;
    margin-top: 17px;
    width: 150px;
    background-size: 21px;
	padding-left: 10px;
	border: 1px solid #ba67bb;
}
.navv.sticky .mainNav .shop #menu:hover {
	color: #fff;
    background: #7e3695 URL(../image/icon24.png) no-repeat 15px 6px;
    border: 1px solid #7e3695;
	background-size: 21px;
}



.index_wrap {
	position: relative;
	height: 650px;
	/* min-height:550px; */
	/* max-height:900px; */
	/* overflow: hidden; */
}
.index_wrap .home_banner {
	/*background:url(/css/background.jpg) no-repeat;*/
	width: 100%;
	height: 100%;
	background-size:cover;
}
#home_video {width:100%;}
.index_wrap .H2_txt {
	position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    top: 35%;
    z-index: 3;
}
.index_wrap .H2_txt img {display:block;padding-bottom:10px;margin:0 auto;}
.H2_txt .modalLink {
	position: absolute;
    left: 50%;
    z-index: 3;
    font-size: 16px;
    height: 48px;
    width: 200px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    background: transparent;
    animation: bob 1.8s infinite cubic-bezier(.455,.03,.515,.955);
    margin-left: -100px;
    margin-top:30px;
}
.H2_txt .modalLink:hover {
    background: url(/css/white20.png) repeat;
    color: #000000;
}
@keyframes bob {
	0%,100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-10px)
	}
}

@keyframes bob-sm {
	0%,100% {
		transform: translateY(0)
	}

	50% {
		transform: translateY(-4px)
	}
}

.i-ban {
	/* position: relative; */
	overflow: hidden;
	width: 100%;
	z-index: 1;
	height: 100%;
  }
  .i-ban ul, .i-ban li {
	width: 100%;
	height: 100%;
  }
  .i-ban li {
	background-size: cover !important;
	position: absolute;
	left: 100%;
	top: 0;
	overflow: hidden;
  }
  .i-ban li .video-sign {
	object-fit: cover;
    height: 100%;
  }
  .i-ban li .dw{
	display: block;
	width: 100%;
	height: 100%;
  }
  .i-ban li .cent-cont {
position: absolute;
top: 40%;
color: #fff;
z-index: 3;
width: 1200px;
margin-left: -600px;
left: 50%;
}

.i-ban li .cent-cont {
position: absolute;
top: 40%;
color: #fff;
z-index: 3;
width: 1200px;
margin-left: -600px;
left: 50%;
}

.i-ban .video .cent-cont {
	top: 50%;
    margin-top: -150px;
    left: 0;
	margin-left: 0;
	top: 0;
	margin-top: 0px;
	width: 28%;
	height: 100vh;
}
.i-ban .video .cent-cont img {width: 100%;}

  .i-ban li .gray-bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.i-ban li .word {
	color: #fff;
	font-size: 40px;
	line-height: 68px;
}

.i-ban li .word p {
	position: relative;
	overflow: hidden;
	/*height: 68px;*/
}
.i-ban li .word p .font-sign {
position: relative;
display: block;
top: 20px;
opacity: 0;
filter: alpha(opacity=0);
font-weight: 300;
}
.i-ban li .word p .font3 {
  font-size: 60px;
  font-weight: bold;
  font-family: MontserratBold;
}
.i-ban li .word .font2 {
	font-size: 26px;
}
.i-ban li .word span.line {
	display: block;
	height: 4px;
	background-color: #fff;
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.full-video {
	position: absolute;
    bottom: 8%;
    color: #ba67bb;
    width: 100%;
}
.full-video a {
	color: #ba67bb;
    width: 100px;
    text-align: center;
    border: 1px solid;
    padding: 8px 15px;
    margin: 0 auto;
    display: block;
    border-radius: 50px;
}
  .i-ban li .word .font {
	display: block;
	position: relative;
	top: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.i-ban li .word a {
	margin-top: 30px;
    width: 200px;
    height: 40px;
    line-height: 43px;
    background: #fff url(../css/banner/arrow1.png) no-repeat 150px;
    color: #6a0987;
    text-align: center;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
	padding-right: 20px;
	transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}
.i-ban li .word a:hover {
	background: #6a0987 url(../css/banner/arrow2.png) no-repeat 150px;;
	color: #fff;
}
.i-ban li .word i {
	display: block;
	width: 140px;
	height: 4px;
	background: #fff;
	margin-top: 30px;
}
.i-ban li .word .font-long {
	height: auto;
	line-height: 40px;
	margin-top: 20px;
}

  .i-ban li .link {
	display: block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-top: 50px;
	transition: all 0.3s ease 0s;
	cursor: pointer;
	  position: absolute;
	  overflow: hidden;
	  opacity: 0;
	  filter: alpha(opacity=0);
	  bottom: 40px;
	  left: 50%;
	  margin-left: -21px;
  }
  .i-ban li .link i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../css/banner/ico_16.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
  }
  .i-ban li .link:hover {

  }
  .i-ban li.active .word p .font-sign {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	transform: rotate(0);
	transition: all 0.5s ease 0s;
  }
  .i-ban li.active .link {
	opacity: 1;
	filter: alpha(opacity=1);
	transition: all 0.3s ease 0.6s;
  }
  .i-ban li.active .link i {
	animation: downico 1.5s ease-out infinite;
  }
  .i-ban .btns {
	position: absolute;
	bottom: 80px;
	right: 40px;
	z-index: 10;
	width: auto;
}
  .btns .fl{
	  float:left;
	  } 
  .i-ban .btns span {
	display: inline-block;
	width: 50px;
	height: 4px;
	margin-right: 10px;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	border-radius: 50px;
  }
  .i-ban .btns span i {
	display: block;
	height: 100%;
	position: absolute;
	width: 0;
	border-radius: 50px;
	background-color: #ba67bb;
  }
  
  @keyframes downico {
	0% {
	  top: 0;
	  opacity: 1;
	}
	35% {
	  top: 50%;
	  opacity: 0;
	}
	65% {
	  top: -50%;
	  opacity: 0;
	}
	100% {
	  top: 0;
	  opacity: 1;
	}
  }


.index2 {
	  margin-top: 50px;
	  margin-bottom: 50px;
	  position: relative;
}
.index2 .txtbg {
	position: absolute;
	right: 50%;
	top: 0px;
	margin-right: -227px;
}
.index2 h2 {
    font-size: 22px;
    color: #ba67bb;
    text-align: center;
    font-weight: normal;
    padding-bottom: 40px;
    padding-top: 20px;
    position: relative;
    z-index: 2;
    text-transform: capitalize;
    color: #333;
    font-weight: normal;
    font-size: 44px;
    font-weight: bold;
}
.index2 ul {
	/*max-width: 1700px;
	padding-left: 80px;
	padding-right: 80px;*/
	margin: 0 auto;	
	width: 1100px;
}
.index2 ul li {
    float: left;
	position: relative;
	height: 330px;
}


.index2 ul .li1 {
	width: 48%;
    background: url(../image/img28.jpg) no-repeat center;
    background-size: cover;
}
.index2 ul .li2 {
	width: 50%;
	background: url(../image/img29.jpg) no-repeat center;
	background-size: cover;
	margin-left:2%; 
}
.index2 ul .li3 {
	width: 65%;
    background: url(../image/img30.jpg) no-repeat center;
	background-size: cover;
	margin-top: 2%;
	margin-right:2%; 
}
.index2 ul .li4 {
	background: url(../image/img31.jpg) no-repeat;
	background-size: cover;	
	margin-top: 2%;
	width: 33%;
}



.index2 ul li img {
	width: 100%;
}
.index2 ul li .blackbg {
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}
.index2 ul li:hover .blackbg {
	background-color: rgba(0, 0, 0, 0.31);
}

.index2 ul li .txt {
    position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
    z-index: 2;
    width: 100%;
    margin-top: -52px;
	height: 104px;
	transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-webkit-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
}
.index2 li .txt h2 {
	color: #fff;
	padding-bottom:10px;
	font-size: 30px;
	font-weight: normal;
}
.index2 li .txt h2 span {
	font-size: 26px;
}
.index2 li .txt p {
	padding: 0 20px;
	color: #fff;
	font-size:16px;
}
.index2 li .button {
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -100px;
	opacity: 0;
	transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-webkit-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
border-radius: 50px;
}

.index2 li:hover .button{
	opacity: 1;
}
.index2 li:hover .txt {
	top:42%;
}



.index3 {
    margin-bottom: 80px;
    margin-top: 70px;
    position: relative;
    max-width: 1700px;
    margin: 0 auto;
    width: 1100px;
}
.index3 .txtbg {
	position: absolute;
    right: 50%;
    top: 0px;
    margin-right: -180px;
    width: 360px;
}
.index3 h2 {
	font-size: 22px;
	    color: #ba67bb;
	    text-align: center;
	    font-weight: normal;
	    padding-bottom: 40px;
	    padding-top: 20px;
	    position: relative;
	    z-index: 2;
	    text-transform: capitalize;
	    color: #333;
	    font-weight: normal;
	    font-size: 44px;
	    font-weight: bold;
}
.index3 .bku {
    margin: 0 auto;
    position: relative;
    margin: 0 auto;
	background: #f6f6f6;
}
.index3 .aboutimg {
	float: left;
	width: 550px;
	height: 450px;
}
.index3 .aboutimg img{
	width: 100%;
    display: block;
    position: relative;
    z-index: 5;
    height: 350px;
}


.index3 .all img {width: 530px; height: 508px;}
.index3 .team-photo .single{
	width:570px;

}
.index3 .single li {
	float: left;
	width: 112px;
	margin-left: 2px;
	margin-bottom: 2px;
}
.index3 .single li img {
	width: 100%; height: 168px;
}
.index3 .single li.single-logo img {
	width: auto;
}

/*
.index3 .single li.sp img {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}*/



.index3 .abouttxt {
position: relative;
    width: 100%;
    position: relative;
    margin-right: 0;
    width: auto;
	background: #f7f7f7;
	padding: 20px 20px 40px 20px;
}
.index3 .abouttxt h2 {
	font-size: 30px;
	padding: 0px 0 20px;
	color: #484848;
}
.index3 .abouttxt p {
	font-size: 16px;
	line-height: 30px;
padding-top: 40px;
padding-right: 30px;
padding-left: 30px;
}
.index3 .abouttxt p i {
	display: block;
	width: 40px;
	height: 3px;
	background: #333;
	margin-bottom: 20px;
	display: none;
}
.index3 .abouttxt .txtbg {
    position: absolute;
    left: -120px;
	top: -5px;
	display: none;
}
.index3 .abouttxt ul {
	margin-left: 30px;
}
.index3 .abouttxt ul li {
	float: left;
    margin-right: 136px;
    margin-top: 35px;
    text-align: center;
}
.index3 .abouttxt ul li.li0 {
	margin-right: 0;
}
.index3 .abouttxt ul li span {
    font-size: 30px;
    font-family: dinot-bold;
    color: #6a1685;
}
.index3 .abouttxt ul li i {
    font-style: normal;
    font-size: 24px;
    top: -2px;
    position: relative;
    color: #691685;
    font-family: dinot-bold;
    padding-left: 5px;
}
.index3 .abouttxt ul li b {
font-size: 30px;
    position: relative;
    top: -2px;
    font-weight: 100;
    font-family: dinot-bold;
    padding-left: 5px;
    	color: #6a1685;	
}
.index3 .abouttxt ul li p {
padding-top: 0px;
font-size: 18px;
line-height: 26px;
padding-left: 0;
padding-right: 0;
}
.index3 .abouttxt ul li img {
	width: 40px;
	display: block;
	margin: 0 auto;
}


.index3 .abouttxt a {
    display: block;
    /* width: 150px; */
    height: 50px;
    line-height: 50px;
    color: #85409b;
    text-align: left;
    /* border: 1px solid #bb64bd; */
    margin-top: 35px;
    /* background: url(../image/home/logo2.png) no-repeat 20px; */
    background-size: 35px;
    padding-left: 33px;
    /* margin-left: 30px; */
    text-shadow: 1px 2px #ccc;
    font-size: 18px;
}

.index3 .line {
position: absolute;
z-index: 2;
background: rgb(186, 103, 187);
background: -moz-linear-gradient(to top, rgb(105, 22, 133) 0%,rgb(241, 186, 241) 64%);
background: -webkit-linear-gradient(to top, rgb(105, 22, 133) 0%,rgb(241, 186, 241) 64%);
background: linear-gradient(to top, rgb(105, 22, 133) 0%,rgb(241, 186, 241) 64%);
width: 2px;
bottom: -140px;
height: 100px;
left: 50%;
margin-left: -1px;
}
.index3 .color-blue {
position: absolute;
top: -10%;
left: -20px;
background-color: #1d1533;
width: 20%;
height: 120%;
z-index: 3;
}
.color-pink {
position: absolute;
right: -30px;
top: -25px;
width: 266px;
height: 84px;
background: url(../image/home/color1.png);
z-index: -1;
}


.index4 {
    margin-top: 60px;
	background: url(../image/home/bg01.jpg) no-repeat center;
    background-size: cover;
	padding-top: 90px;
	position: relative;
}
.index4 .left-line {
	position: absolute;
	top: 60%;
	left: 0;
	width: 15%;
	height: 1px;
	background: rgba(255, 255, 255, 0.50);
}
.index4 .right-line {
	position: absolute;
	top: 60%;
	right: 0;
	width: 15%;
	height: 1px;
	background: rgba(255, 255, 255, 0.50);
}
.index4 h2 {
    font-size: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
}
.index4 .hzuo {
	max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
	overflow-x: hidden;
}

.index4 ul {
	max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    overflow: hidden;
}
.index4 ul li {
    float: none;
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 70px;
    position: relative;
    display: block;
    /* background: rgba(255, 255, 255, 0.84); */
    float: left;
	/*background: rgba(255, 255, 255, 0.84);*/
}
.index4 ul li .w {
	opacity: 1;
	position: absolute;
    top: 0;
	left: 0;
}
.index4 ul li .c {
	opacity: 0;
}
.index4 ul li:hover .w {opacity: 0;}
.index4 ul li:hover .c {opacity: 1;}


.index4 ul li img {
	display: block;
	max-height: 60px;
    width: 140px;
	transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}

.index5 {
	margin-bottom: 50px;
	margin-top: 80px;
	margin-left: 80px;
	margin-right: 80px;
}
.index5 ul {
	max-width: 1700px;
    margin: 0 auto;
    position: relative;
	overflow: hidden;
	background: #fff;
}

.footer {
    background: #1d1732;
padding: 60px 0px 15px;
}
.homefoot .pa {
	left: 20px;
	bottom: 0
}
.homefoot .pa img {
	width: 400px
}


.footer ul {
	margin: 0 auto;
    max-width: 1100px;
    position: relative;
}
.footer ul li {
	float: left;
    margin-right: 94px;
}
.footer ul li h3 {
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
	color: #70218b;
	color: #ffffff;
}

.footer ul li a {
	display: block;
	padding-bottom: 3px;
	font-size: 13px;
	color: #393939;
	color: #ababab;
}
.footer ul li h3 a {	font-weight: normal;
	font-size: 16px;
	padding-bottom: 10px;
	color: #70218b;
	color: #ffffff;}

.footer ul li a:hover {
	color: #ba67bb;
	text-decoration: underline
}

.footer ul li.last {margin-right:0}

.footer2 {
	background: #1d1732;
    padding: 15px 0px;
	overflow: hidden;
	color:#fff
}
.footer2 .inbox {
width: 1100px;
margin: 0 auto;
border-top: 1px solid #3d3849;
padding-top: 20px;
position: relative;
z-index: 2;
}
.footer2 .company_name h3 {font-weight: normal;border-bottom: 1px solid #ababab;font-size: 14px;color:#ababab;}
.footer2 .company_name p {
    color:#b99fbd;
	color: #ababab;
    font-size: 13px;
    }
.footer2 .sns a {
	margin-right:5px;
	z-index: 4;
}
.footer2 .sns {
	padding-top:3px
}

.footer2 .sns a .code {
	position: absolute;
    top: -140px;
	right: 0;
	display: none;
}
.footer2 .sns .wechat:hover .code {display: block;}
.footer2 .sns a .code img {width: 120px;}


/*customer*/
.customer {
	background: url(../image/home/bg01.png) no-repeat center;
	background: url(../image/home/bg02.jpg) no-repeat left 10%;
    padding: 0px 0px 40px;
    /* margin-left: 80px; */
    /* margin-right: 80px; */
    background-size: cover;
}
.customer .w1140 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

.customer .pingjia {
	width:400px;
	margin: 0 auto;
	background: url(../image/home/customer02.png) no-repeat;
	margin-top: 90px;
	min-height: 300px;
	background-size: 200px;
}
.pingjia .tet {
	position: absolute;
	left: 0px;
	top: 110px;
}
.pingjia .tet h2 {
    text-transform: capitalize;
    color: #333;
    font-weight: normal;
    font-size: 34px;
    font-weight: bold;
    line-height: 48px;
}
.pingjia .tet .liner {
    width: 50px;
    height: 2px;
    margin: 20px 0 30px;
    background: rgb(186, 103, 187);
    background: -moz-linear-gradient(left, rgb(105, 22, 133) 0%,rgb(176, 131, 189) 64%);
    background: -webkit-linear-gradient(left, rgb(105, 22, 133) 0%,rgb(176, 131, 189) 64%);
    background: linear-gradient(to right, rgb(105, 22, 133) 0%,rgb(186, 103, 187) 64%);
}
.pingjia .tet p {
    font-size: 19px;
    color: #5a5a5a;
    line-height: 28px;
}

.customer .khpj {width: 600px;}
.customer .khpj .pa1 {
    left: -20px;
    top: 35px;
}
.customer .khpj .pa2 {
	right: 40px;
    bottom: -10px;
}
.customer .khpj .pa img {width: 100px;}

.customer .slideBox{
    width: 540px;
    position: relative;
    margin-top: 50px;
    border: 1px solid #d5d5d5;
	background: #ececec;
	padding-bottom: 20px;
	box-shadow: 0 4px 10px rgb(191, 191, 191);
}
.customer .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.customer .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.customer .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.customer .slideBox .hd ul li.on{ background:#f00; color:#fff; }
.customer .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.customer .slideBox .bd li{ zoom:1; vertical-align:middle; }
.customer .slideBox .bd img{
	width: 450px;
	display: block;
	margin: 0 auto;
	padding-bottom: 15px;
	/*border-radius: 50%;
	height: 90px;*/
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.customer .slideBox .prev,
.customer .slideBox .next{ 
	position:absolute; 
	top:50%; 
	margin-top:-25px; 
	display:block; 
	width:15px; 
	height:25px; 
	filter:alpha(opacity=50);opacity:0.5; 
}
.customer .slideBox .prev{    background: url(../image/home/arrow-left.png) 0 0 no-repeat; left:-40px; }
.customer .slideBox .next {    background: url(../image/home/arrow-right.png) 0 0 no-repeat; right:-40px; }



.customer .slideBox .prev:hover,
.customer .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.customer .slideBox .prevStop{ display:none;  }
.customer .slideBox .nextStop{ display:none;  }
.customer .slideBox .itembox {
    height: auto;
    /* border: 1px solid #f3f3f3; */
    border-radius: 5px;
    /* background: #fff; */
    /* box-shadow: 0 10px 10px 0 rgb(236, 236, 245); */
	padding: 30px 0px 0px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    min-height: 220px;
}
.customer .slideBox .itembox p {font-size: 15px;
    width: 450px;
    margin: 0 auto;
	text-align: left;
}

	
.customer .slideBox .itembox p b {
	color: #6e2573;
}
.customer .slideBox  .people {text-align: center;}
.customer .slideBox .people p {font-size: 18px; font-weight: bold; line-height: 24px;}
.customer .slideBox .people span { font-size: 16px; font-weight: normal;}

.w1100 {
	width: 1100px;
} 
.index6 {
	padding: 90px 0px 80px;
	position: relative;
	display: none;
}
.index6 h2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
}
.index6 .line {
	position: absolute;
    z-index: 2;
    background: rgb(186, 103, 187);
    background: -moz-linear-gradient(to top, rgb(105, 22, 133) 0%,rgb(241, 186, 241) 64%);
    background: -webkit-linear-gradient(to top, rgb(105, 22, 133) 0%,rgb(241, 186, 241) 64%);
    background: linear-gradient(to top, rgb(105, 22, 133) 0%,rgb(241, 186, 241) 64%);
    width: 2px;
    top: -50px;
    height: 100px;
    left: 50%;
    margin-left: -1px;	
}
.index6 li {
    margin-top: 50px;
    width: 288px;
    float: left;
    border: 2px solid #e9e9e9;
    border-radius: 12px;
    background: #e9e9e9;
    padding: 40px 24px;
    margin-right: 40px;
}
.index6 li:hover {
	border: 2px solid #f7ddfe;
    background: #fff;
}
.index6 li img {
	max-width:80px ;
}
.index6 li.shop {
	margin-right: 0px;
}
.index6 li h3 {
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.index6 li p {
	padding-bottom: 20px;
}

.index6 li .arrow  {
	transition: all .4s ease-in;
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
}
.index6 li:hover .arrow {
	margin-left: 20px;
}

.actionBtn1 {
	 overflow:hidden;
	 position:relative;
}
.actionBtn1 span {
	 position:relative;
	 transition:color .25s ease-out;
	 -webkit-transition:color .5s ease-out;
	 -moz-transition:color .5s ease-out;
}
.actionBtn1:hover span {
	 color:#fff;
}
.actionBtn1 .hover {
	position:absolute;
	 top:0;
	 left:0;
	 display:block;
	 width:100%;
	 height:100%;
	 background:#ba67bb;
	 background: url(../image/home/logo3.png) no-repeat 20px #ba67bb;
	 background-size: 35px;
	 border:1px solid transparent;
	transform:scale(1,0);
	 -webkit-transform:scale(1,0);
	 -moz-transform:scale(1,0);
	 -ms-transform:scale(1,0);
	 transform-origin:center top;
	 	 -webkit-transform-origin:center top;
	 	 -moz-transform-origin:center top;
	 	 -ms-transform-origin:center top;
	transition:all .2s ease-out;
	 -webkit-transition:all .2s ease-out;
	 -moz-transition:all .2s ease-out;
}
.actionBtn1:hover .hover {
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
}

.footer2 .brand {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
}
.footer2 .brand li {
	margin-right: 130px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.footer2 .brand li.last {margin-right: 0;}
.footer2 .brand img {
	width: 130px;
}
.footer2 .brand1 img {
	width: 150px;
}
.footer2 .brand li.citybook img {
	height: 75px;
    width: auto;
}
.footer2 .brand li.cube img{
	width: auto;
	height: 80px;
}

/*
@media (max-width: 1366px) {
.index3 .aboutimg {
	float: left;
	width: 50%;
	overflow: hidden;
}
.index3 .aboutimg img {
	height: 361px;
	width: auto;
}


}*/


/*service*/
.inb {
	width: 100%;
	height: 450px;
	background-size: cover;
	text-align: center;
}
.inb h2 {
	font-family: MontserratBold;
	font-size: 45px;
	color: #fff;
	text-align: center;
	padding-top: 205px;
}
.inb-busniess h2 {padding-top: 180px;}
.inb h2 img {
	display: block;
	margin: 0 auto;
	
}
.inb p {
	font-size: 28px;
	color: #fff;
}

.inb01 {
	background-image: url(../image/ser/img01.jpg);
	background-position: bottom;
	height: 500px;
}
.inb02 {
    background-image: url(../image/ser/img09.jpg);
    background-position: center;
    background-size: cover;
    height: 500px;
}
.inb03 {
	background-image: url(../image/ser/img13.jpg);
	background-position: bottom;
	background-size: cover;
	height: 500px;
}
.inb-net{
	background-image: url(../image/about/bg02.jpg);
	background-position: bottom;
	background-size: cover	
}
.inb-client{
	background-image: url(../image/about/bg03.jpg);
	background-position: center;
	background-size: cover	
}
.inb-news {
	background-image: url(../image/about/bg01.jpg);
	background-position: bottom;
	background-size: cover	
}
.inb-markting {
	background-image: url(../image/ser/img18.jpg);
	background-position: center;
	background-size: cover;
	height: 500px;	
}


.serv-page {
	margin-top:50px;
	margin-bottom:50px;
	position: relative;
}
.serv-page .txtbg {
    position: absolute;
    right: 50%;
    top: 0px;
	margin-right: -227px;
}
.serv-page h2 a,
.serv-page h2 {
	display: block;
color: #ba67bb;
text-align: center;
font-weight: normal;
padding-bottom: 40px;
padding-top: 20px;
position: relative;
z-index: 2;
text-transform: capitalize;
color: #333;
font-weight: normal;
font-size: 36px;
font-weight: bold;
font-family: MontserratBold;
}
.serv-page h2 img {
	display: block;
	margin: 0 auto;
	width: 50px;
}

.serv-page .relo {
	padding: 30px 0 20px;
}
.serv-page .relo .left {
	float: left;
	width: 740px;
}
.serv-page .relo .left img {
	width: 657px;
}
.serv-page .relo .right {
	float: right;
    width: 350px;
}
.serv-page .relo .right h3 {
	background: url(../image/ser/icon01.png) no-repeat left;
}
.serv-page .relo .right h3 a {
display: block;
font-size: 17px;
font-weight: normal;
line-height: 38px;
padding-left: 35px;
color: #691685;
letter-spacing: 0.5px;
transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-webkit-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
margin-bottom: 5px;
}
.serv-page .relo .right h3 a:hover {
	margin-left: 5px;
    text-decoration: underline;
}


.serv-page .moving {
	padding: 30px 0px 30px;
    background: #f8f8f8;
    margin-top: 30px;
}
.serv-page .moving li {
	float: left;
	width: 340px;
	margin-right: 40px;
}
.serv-page .moving li.last {
	margin-right: 0
}
.serv-page .moving li img {
    width: 100%;
    display: block;
    border-radius: 8px;
}
.serv-page .moving li h3 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 20px;
	color: #691685;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.serv-page .moving li a {
	display: block;
    color: #4f5a69;
    line-height: 30px;
    background: url(../image/ser/icon01.png) no-repeat left;
    padding-left: 25px;
	background-size: 13px;
	transition: all .2s ease-in;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
}
.serv-page .moving li a.sona {
	background: none;
	padding-left: 30px;
}
.serv-page .moving li a:hover {
	margin-left: 5px;
    color: #691685;
    text-decoration: underline;
}

.serv-page .moving li .social-name {
	position: absolute;
    height: auto;
    background: #fff;
    top: 36px;
	width: 230px;
	display: none;
	padding: 5px 0px;
}
.serv-page .moving li .social-name a {
	background: none;
    margin-left: 10px;
}
.serv-page .moving li .social-name i {
	display: block;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    left: 60px;
}
.moving li .social-down:hover .social-name {
	display: block;
}



.serv-page .others-fw {
	padding: 70px 0 0px;
}
.serv-page .others-fw ul li {
	float: left;
	width: 345px;
	height: 160px;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #f8f8f8;
	text-align: center;
}
.serv-page .others-fw ul li.li0 {
	margin-right: 0;
}
.serv-page .others-fw ul li img {
	width: 55px;
    display: block;
    padding-top: 35px;
    margin: 0 auto;
    padding-bottom: 10px;
}
.serv-page .others-fw ul li p {font-size: 18px;}

.serv-page .bs {
	background: #fff;
    margin-top: 0;
}

.market-page {margin-bottom:0px}
.market-page .relo .left {
    float: left;
    width: 610px;
}
.market-page .relo .left img {width: 100%;}
.market-page .relo .right {width: 420px;}
.market-page .right h2{
	font-size: 17px;
    font-weight: normal;
    padding-bottom: 20px;
    padding-top: 20px;
    color: #691685;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-align: left;
    font-family: Futura;
}
.market-page .relo .right h3 a {
	display: block;
    color: #4f5a69;
	line-height: 30px;
    padding-left: 25px;
    background-size: 13px;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	margin-bottom: 0;
	letter-spacing: 0;
}


.serv-mainpage {padding: 50px 0px 70px}

.serv-mainpage ul {
	margin-top: 45px;
}
.serv-mainpage ul li {
	float:left;
	margin-right: 13px;
    width: 357px;
	position: relative;
}
.serv-mainpage ul li.li4 {margin-right: 0px;}
.serv-mainpage ul li a {
	position: relative;
	display: block;
}
.serv-mainpage .solu_top {
	background: #f5f5f5;
	text-align: center;
	padding: 25px 0px;
}
.serv-mainpage .solu_top img {
	width: 60px;
}
.serv-mainpage .solu_top p {
	font-size: 16px;padding-top: 5px;
}
.solu_img img {
    width: 100%;
    height: 490px;
    display: block;
}
.txt-holder {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
}
.txt-holder .txt {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
}
.txt-holder .txt .tit {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    font-size: 22px;
    text-align: center;
    transition: all 0.4s ease-out;
    text-transform: uppercase;
    font-family: MontserratBold;
    letter-spacing: 1px;
}
.txt-holder .txt .tit i {
	display: block;
	margin:0 auto;
	height: 3px;
	width:40px;
	background: #fff;
	margin-top:15px;
}

.txt-holder .txt .tit img {
	display: block;    margin: 0 auto;
}
.txt-holder .txt .desc {
    position: absolute;
    top: 57%;
    margin-top: -9px;
    font-size: 15px;
    text-align: center;
    opacity: 0;
    transition: all 0.4s ease-out;
    background: #ba67bb;
    width: 130px;
    height: 35px;
    line-height: 35px;
    left: 50%;
    margin-left: -65px;
	color: #fff;
	border-radius: 50px;
}
.serv-mainpage ul li:hover .txt {
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.serv-mainpage ul li:hover .txt .tit {
  top: 44%;
  opacity: 0;
}
.serv-mainpage ul li:hover .txt .desc {
  top: 50%;
  opacity: 1;
}

.serv-inpage {
	background: #efefef;
	padding:50px 0px;
}
.serv-inpage .s-box {
	background: #fff;
	padding: 30px;
	width: 1040px;
	font-family: MontserratLight,Microsoft yahei,Helvetica Neue,Helvetica,Arial,"sans-serif";
	box-shadow: 0 0.9375em 1.5625em 0 rgba(0,0,0,0.08);
	border-radius: 7px;
	position: relative;
}
.serv-inpage .s-box span {
	font-family: MontserratLight,Microsoft yahei,Helvetica Neue,Helvetica,Arial,"sans-serif";
	line-height: 26px;
}
.line1 {
	margin-bottom:10px;
}
.line1 .return a{
    display: block;
    background: url(../image/ser/icon12.png) no-repeat;
    padding-left: 25px;
    color: #6e2573;
}

.dangqian .ltbk {
    display: inline-block;
    background: url(../ld/ltbk.png) no-repeat;
    height: 30px;
    position: absolute;
    width: 10px;
    top: 0px;
    left: -9px;
}
.dangqian .rtbk {
    display: inline-block;
    background: url(../image/ser/rtbk.png) no-repeat;
    height: 34px;
    position: absolute;
    width: 10px;
    top: 0px;
    right: -10px;
}
.dangqian {
    position: absolute;
    top: -17px;
    background: #6D3072;
    color: #fff;
    padding: 5px 6px 5px 12px;
}

.serv-inpage .s-box img {
	max-width: 100%;
}

.whyus1 {
	background: url(../image/why01.jpg) no-repeat top;
	background-size: cover;
	height: 350px;
	width: 100%;
	margin:0 auto;
}
.whyus2 {
	background: url(../image/why02.jpg) no-repeat center;
	background-size: cover;
	height: 350px;
	width: 100%;
	margin:0 auto;
}
.whyus3 {
	background: url(../image/why03.jpg) no-repeat 30%;
	background-size: cover;
	height: 350px;
	width: 100%;
	margin:0 auto;
}

.why-enter {padding-top: 150px;}
.why-enter a{
    display: block;
    height: 100px;
    /* background: #fff; */
    color: #ececec;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
    font-family: MontserratBold;
    text-transform: uppercase;
    font-size: 70px;
    letter-spacing: 1px;
}
.why-enter a:hover {
	text-shadow: 2px 3px 3px #6f6f6f;
}


.news-inner {background: url(BG.png) repeat center 137px;}

.blog_listing {
	width: 100%;
    max-width: 900px;
    padding: 40px 20px;
    margin: 0 auto;}
.blog_listing li {
	margin-bottom: 70px;
	position: relative;
}


.blog_listing .text {
    padding-right: 340px;
    height: 170px;
    display: table;
}
.blog_listing .text .inner {
    display: table-cell;
    vertical-align: middle;
}
.blog_listing .text .inner:hover h2 {
	color:#ba67bb;
}

.blog_listing .text .inner h2 {
	font-size: 18px;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #4a4a4a;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: MontserratLight;
}
.blog_listing .text h6 {
    font-size: 12px;
    color:#909090;
    font-weight: 400;
    margin-bottom: 15px;
}
.blog_listing .text p {
    font-size: 14px;
    color: #6d6d6d;
	margin-bottom: 10px;
	font-family: MontserratLight;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
	width:560px;

}
.blog_listing .text .more {
    border-bottom: solid 1px #ba67bb;
    padding-bottom: 1px;
    font-size: 12px;
    font-weight: bold;
    color: #ba67bb;
	text-transform: uppercase;
	
}

.blog_listing .image-wrap {
    width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: 164px;
    overflow: hidden;
    border-radius: 4px;
}
 .image-wrap .imas {
 	width: 100%;
	height: auto;
	min-height: 164px;
	transition: all 1s ease;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}
.blog_listing li:hover .imas{
	opacity: 0.7;
}


.article_body {
	width: 1100px;
	margin-top: 40px;
	font-family: MontserratLight;
	padding-bottom: 50px;
}
.page_header {
	position: relative;
    width: 320px;
    top: 0px;
	z-index: 10;
	float: left;
}  
.page_header .group1 {
	border-bottom: 2px solid #dddddd;
	padding: 0px 0 15px;
}  
.group1 h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
   font-weight: normal;
}
.article_body .group1 .date {
	color: #888888;
}
.page_header .author {
	border-bottom: 2px solid #dddddd;
	padding: 14px 0;	
	position: relative;
}
.article_body .author img {
	background-color: #222222;
	width: 40px;
}
.author .author-title {
    display: block;
    left: 60px;
    top: 17px;
    position: absolute;
    line-height: 20px;
    color: #888888;
}  
.page_header .share {
	border-bottom: 2px solid #dddddd;
	padding: 25px 0 15px;
}  
.article_body .article_right {
    width: 740px;
	float: right;
	line-height: 28px;
    letter-spacing: 0.3px;
}
.article_body .article_right img {max-width:100%;}
.article_body .article_right h2 {
	margin-top: 30px;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: normal;
}
.article_body  .go-back a{
    background: url(../image/icon25.png) no-repeat;
    background-size: 30px;
    width: 30px;
    height: 30px;
    display: block;
    margin-top: 25px;
}

.about-page {
	padding-top:50px;
}
.about-page h2 img {
    display: block;
    margin: 0 auto;
    width: 150px;
}
.about-page h2 {
	display: block;
color: #ba67bb;
text-align: center;
font-weight: normal;
padding-bottom: 40px;
padding-top: 20px;
position: relative;
z-index: 2;
text-transform: capitalize;
color: #333;
font-weight: normal;
font-size: 36px;
font-weight: bold;
font-family: MontserratBold;
}
.about-page .gaishu {
	font-size:15px;
	font-family: MontserratLight;
	text-align: justify;
	padding-bottom: 50px;
}

.mission {

	padding: 40px 0px 50px;
}
.mission ul li .nm {
	float: left;
    font-size: 26px;
    border-bottom: 1px solid #ba67bb;
	width: 240px;
	position: relative;
	padding-bottom: 10px;
}
.mission ul li .nm i {
	position: absolute;
    display: block;
    width: 100px;
    height: 2px;
    background: #ba67bb;
    bottom: 0;
}
.mission ul li .zz {
    float: right;
    width: 700px;
    font-family: MontserratLight;
    padding-top: 10px;
}
.mission.bgw {
	background:#fff ;
}


#contnav{float:left; margin-top:0px;margin-left:50px;width:15px; height:100%;}
#contnavitem{width:200px;height:60px;margin-top:40px}
#contcity{float:right; width:250px;margin-top:50px;}
#cityitem{
	cursor: pointer;
    background-color: #858484;
    /* border-style: solid; */
    /* border-width: 5px; */
    /* border-color: #858484; */
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 30px;
    width: 130px;
    margin-left: 20px;
    margin-top: 10px;
    color: white;
    text-align: center;
    float: left;
    font-family: MontserratLight;
    display: block;
    font-size: 14px;
    line-height: 30px;
}
#cityitem:hover{background-color:#541566;border-color:#541566;}

#cityitem2{cursor:pointer;background-color:#541566;border-style:solid;border-width:5px;border-color:#541566;-moz-border-radius: 20px;border-radius: 20px;height:16px;width:110px;margin-right:5px; margin-top:5px;font-family:Helvetica;color:white;text-align:center;font-size:10pt;float:left;}
#cityitem2:hover{background-color:#858484;border-color:#858484;}

#popupxi{height:35px;width:60px;float:left;margin-top:177px;margin-left:165px;}
#indexcont {
	width: 950px;
    height: 400px;
    background-image: url(../image/about/map.png);
    background-repeat: no-repeat;
    margin-top: 30px;
    margin: 0 auto;
    margin-top: 30px;
}
#popupxi {
height: 35px;
width: 60px;
float: left;
margin-top: 177px;
margin-left: 165px;
}
#popupningbo{height:35px;width:60px;float:left;margin-top:217px;margin-left:291px;}
#popupsuz{height:35px;width:60px;float:left;margin-top:197px;margin-left:271px;}
#popupsha{height:35px;width:60px;float:left;margin-top:196px;margin-left:291px;}
#popuptai{height:35px;width:60px;float:left;margin-top:227px;margin-left:291px;}
#popupzhous{height:35px;width:60px;float:left; margin-top:207px;margin-left:301px;}
#popupwux{height:35px;width:60px;float:left; margin-top:196px;margin-left:281px;}
#popupgua{height:35px;width:60px;float:left; margin-top:302px;margin-left:232px;}
#popupche{height:35px;width:60px;float:left;margin-top:224px;margin-left:146px;}
#popupnan{height:35px;width:60px;float:left; margin-top:185px;margin-left:261px;}
#popuphan{height:35px;width:60px;float:left; margin-top:201px;margin-left:281px;}
#popuphong{height:35px;width:60px;float:left; margin-top:312px;margin-left:243px;}
#popupcho{height:35px;width:60px;float:left;margin-top:235px;margin-left:175px;}
#popupzha{height:35px;width:60px;float:left; margin-top:185px;margin-left:291px;}
#popupwuh{height:35px;width:60px;float:left; margin-top:216px;margin-left:212px;}
#popupqin{height:35px;width:60px;float:left; margin-top:148px;margin-left:281px;}
#popupshey{height:35px;width:60px;float:left;margin-top:90px;margin-left:290px;}
#popupbei{height:35px;width:60px;float:left;margin-top:119px;margin-left:242px;}
#popuptia{height:35px;width:60px;float:left;margin-top:129px;margin-left:252px;}
#popupshe{height:35px;width:60px;float:left;margin-top: 312px;margin-left: 223px;}
#popupxiamen{height:35px;width:60px;float:left;margin-left: 283px;margin-top: 274px;}
#popupzhu {
height: 35px;
width: 60px;
float: left;
margin-top: 312px;
margin-left: 223px;
}
#contcity {float: right;width: 330px;margin-top: 50px;}
#popuptext {
background-color: #541566;
border-style: solid;
border-width: 5px;
border-color: #541566;
-moz-border-radius: 15px;
border-radius: 15px;
height: 15px;
width: 80px;
font-family: MontserratLight;
color: white;
text-align: center;
font-size: 13px;
float: left;
line-height: 15px;
}
#popupdot {
background-image: url(/ld/dot.png);
height: 20px;
float: left;
width: 50px;
background-repeat: no-repeat;
background-position: right;
}

.net-page {
	font-family: MontserratLight;
	background: #f7f7f7;
}
.net-page .w1000 {
    background: #fff;
    padding: 0 30px 20px;
	width: 1040px;
	position: relative;
}

.net-page  td a {
	font-family: MontserratLight;
}
.net-page .lxxx a:hover {
	text-decoration: underline;
}


.client-page {
	font-family: MontserratLight;
	background: #f7f7f7;
}
.client-page .w1000 {
    background: #fff;
    padding: 0px 30px 20px;
	width: 1040px;
	position: relative;
}
.client-page ul {
	padding-top: 30px;
}
.client-page ul li {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 40px;
    position: relative;
    /* display: inline-block; */
    background: rgb(247, 247, 247);
    margin-top: 30px;
    padding: 10px;
}
.client-page ul li img {
    display: block;
    width: 123px;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
}


.inb-contact {
	background-image: url(../image/bg-contact.jpg);
	background-position: right;
	background-size: cover;
	height: 600px;
	position: relative;
}
.inb-contact .lx01 {
	position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -554px;
    width: 554px;
    color: #838383;
    background: url(../image/slide_text_bg.png);
    padding: 20px 20px 15px 20px;
	border: 1px solid #F0F0F0;
	text-align: left;
	border-bottom: 1px solid #F7A800;
}
.inb-contact .lx01 h1 {
	color: #333;
    text-align: left;
    font-size: 40px;
}
.inb-contact .lx01  .ad {
	background: url(../image/contact-ico01.png) no-repeat left;
	background-size: 28px;
	padding-left:34px
}
.inb-contact .lx01  .em {
	background: url(../image/contact-ico02.png) no-repeat left;
	background-size: 26px;
	padding-left:34px
}
.inb-contact .lx01  .tel {
	background: url(../image/contact-ico03.png) no-repeat left;
	background-size: 26px;
	padding-left:34px
}
.contact-page .fl-xx  .oc {
	background: url(../image/contact-ico04.png) no-repeat left;
	background-size: 29px;
	padding-left:34px
}
.contact-page .fl-xx  .wh {
	background: url(../image/contact-ico05.png) no-repeat left;
	background-size: 28px;
	padding-left:34px
}

.inb-contact .lx01 p,
.inb-contact .lx01 p a {
	font-size: 14px;
    color: #545454;
}
.inb-contact .lx01 h2 {
	color: #333;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    margin-top: 20px;
    font-family: Futura;
    padding-top: 0;
}
.contact-page .fl-xx {
    width: 554px;
    background: url(../image/slide_text_bg.png);
    padding: 0px 20px 50px 20px;
    float: left;
}
.contact-page .fl-xx p,
.contact-page .fl-xx p a {
	font-size: 14px;
    color: #545454;
}
.contact-page .fl-xx h2 {
	color: #333;
    text-align: left;
	font-size: 26px;
	font-weight: normal;
	padding-top:0px;
	margin-top:20px;
	font-family: Futura;
}

.contact-page .rt-inquire {
	float: right;
	width: 350px;
}
.contact-page .rt-inquire h2 {
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	padding-bottom: 20px;
	padding-top: 30px;
	text-transform: uppercase;
}
.contact-page .contact-form .clearfix {
	margin-bottom: 10px;
}
.contact-page .contact-form .qz {
    float: left;
    line-height: 40px;
    height: 40px;
    color: #545454;
    margin-right: 20px;
    font-size: 16px;
    width: 60px;
    text-align: left;
}
.contact-page .contact-form .xtx {
	float: left;
    width: 250px;
    background: #efefef;
    height: 40px;
    border: none;
    border-radius: 5px;
}
.contact-page .contact-form textarea.xtx {
	height: 100px;
	font-family: MontserratLight;
}

.contact-page .contact-form button {
	margin-top: 25px;
    width: 250px;
    border: none;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    background: #792d91;
    color: #fff;
    margin-bottom: 30px;
    cursor: pointer;
    font-family: Futura;
    margin-left: 80px;
}

.paginator a {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    color: #333;
    line-height: 26px;
    height: 26px;
    padding: 5px 15px;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.paginator span.cpb {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    color: #333;
    line-height: 26px;
    height: 26px;
    padding: 5px 15px;
    font-size: 14px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    background: #ba67bb;
    border: 1px solid #ba67bb;
    color: #fff;
}
.paginator a:hover {
	background: #ba67bb;
    border: 1px solid #ba67bb;
    color: #fff;
}


.serv-inpage .why-01 .clearfix{

}
.why-01 .tu {
	width: 50%;
	background-size:cover ;
	height: 400px;
}
.why-01 .zi {
	width: 45%;
	padding-top: 55px;
}

.why-01 .zi  h3 {
	font-size:20px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #6d3071; 
}
.why-01 .zi p {font-size: 14px;text-align: justify;}
.why-01 .pad90 {padding-top:90px;}
.why-01 .pad70 {padding-top:70px;}
.why-01 .h400 {
	height: 440px;
}

.why-02 h3 {
	font-size:22px;
	padding-top: 20px;
	text-align: center;
}
.why-02 .mission {background: none;}
.why-02 .mission ul li {
	margin-top: 70px;
    margin-bottom: 70px;
}
.why-02 .mission ul li .zz {
    float: right;
    width: 770px;
    font-family: MontserratLight;
    padding-top: 20px;
}
.why-02 .mission ul li.beijing {
    height: 380px;
	width: 100%;
	background-size:cover ;
}
.why-02 .mission ul li.bj1 {
	margin-top:0
}


/*20191222*/
.weixin-pic {
	width: 200px;
	position: relative;
}
.weixin-pic img {
    width: 200px;
    display: block;
    opacity: 0;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    position: absolute;
    height: 200px;
    top: -200px;
    left: 0;
}
.weixin-pic:hover img {opacity: 1; height: 200px;}
.weixin-pic span {
	display: block;
	font-size: 16px;
	cursor: pointer;
}
.contact-page .fl-xx .medi {
	background: url(../image/contact-ico06.png) no-repeat left;
    background-size: 24px;
    padding-left: 34px;
}

.sns-media {margin-top: 10px;}
.sns-media a {
	margin-right:5px;
	z-index: 4;
}

.sns-media a .code {
	position: absolute;
    top: -140px;
	right: -80px;
	display: none;
	background: #fff;
}
.sns-media .wechat:hover .code {display: block;}
.sns-media a .code img {width: 120px;}

.i-ban .pa {
	left: 50%;
	margin-left: -650px;
	top: 0;
}
li  .top_logo {
	background: url(../image/home/logo.jpg) no-repeat #6e2573;
	background-size: 120px; 
}



