* {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft Yahei";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}

body,
html {
	height: 100%;
	overflow: hidden;
}

img {
	vertical-align: middle;
}

ul,
li {
	list-style-type: none;
}

.main {
	height: 100%;
	overflow: auto
}

.top {
	width: 100%;
	height: 907px;
	position: relative;
	overflow: hidden;
}

.top .mark {
	position: absolute;
	height: 100%;
	z-index: 10;
	top: 0px;
	width: 100%
}

.con {
	top: 80px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	position: absolute;
	width: 100%;
}
@media screen and (max-width: 992px){
	.top .name{
		font-size:44px !important;
	}
	.product-block .detail{
		width:80% !important;
	}
	.nav .right{
		width:35% !important;
		padding-right:10px !important;
	}
	
}
@media screen and (min-width: 993px) and (max-width: 1280px){
	
	.product-block .detail{
		width:80% !important
	}
	.bolck .content{
		width:100% !important;
	}
	.casemain .content{
		width:1074px !important;
	}
	.nav .left ul li{
		margin-right:0px
	}
	.circular {
		border: 60px solid #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		margin: auto;
		box-shadow: 0 0 80px #0FC;
		display: none;
	}
	.embrace {
		/*height: 750px;*/
	}
	.embrace .embracetext{
		font-size:36px
	}
	.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display:none !important
}
}
@media (min-width: 1281px) and (max-width: 1440px){
	.product-nav ul{
		width:80% !important;
		margin-left:14% !important;
	}
	.nav .left ul li{
		margin-right:35px;
	}
	.product-block .detail{
		width:80% !important
	}
	
	.circular {
		border: 60px solid #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		margin: auto;
		box-shadow: 0 0 80px #0FC;
		display: none;
	}
	.embrace {
		/*height: 750px;*/
	}
	.embrace .embracetext{
		font-size:36px
	}
}
@media (min-width: 1441px) and (max-width: 2000px){
	.product-nav ul{
		width:80% !important;
		margin-left:14% !important;
	}
	.nav .left ul li{
		margin-right:35px;
	}
	.product-block .detail{
		width:65%
	}
	.circular {
		border: 70px solid #fff;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		margin: auto;
		box-shadow: 0 0 80px #fff;
		display: none;
	}
	.embrace {
		/*height: 900px;*/
	}
	.embrace .embracetext{
		font-size:50px
	}
}


@keyframes myfirst {
	0% {
		box-shadow: 0 0 10px #FFF;
	}
	
	50% {
		box-shadow: 0 0 80px #FFF;
	}
	
	100% {
		box-shadow: 0 0 10px #FFF;
	}
}

@-moz-keyframes myfirst
/* Firefox */

{
	0% {
		box-shadow: 0 0 10px #FFF;
		}
	
	50% {
		box-shadow: 0 0 80px #FFF;
	}
	
	100% {
		box-shadow: 0 0 10px #FFF;
	}
}

@-webkit-keyframes myfirst
/* Safari 和 Chrome */

{
	0% {
		box-shadow: 0 0 10px #FFF;
	}
	
	50% {
		box-shadow: 0 0 80px #FFF;
	}
	
	100% {
		box-shadow: 0 0 10px #FFF;
	}
}

@-o-keyframes myfirst
/* Opera */

{
	0% {
		box-shadow: 0 0 10px #FFF;
	}
	
	50% {
		box-shadow: 0 0 80px #FFF;
	}

	100% {
		box-shadow: 0 0 10px #FFF;
	}
}

.circular {
	animation: myfirst 5s;
	-moz-animation: myfirst 5s;
	/* Firefox */
	-webkit-animation: myfirst 5S;
	/* Safari 和 Chrome */
	-o-animation: myfirst 5s;
	/* Opera */
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: infinite;
	/* Firefox */
	-o-animation-iteration-count: infinite;
	/* Opera */
}

.top .text {
	font-size: 50px;
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0px;
}

.top .hd {
	width: 100%;
	height: 11px;
	position: absolute;
	z-index: 1;
	bottom: 5px;
	text-align: center;
	display: none
}

.top .hd ul {
	display: inline-block;
	height: 10px;
	padding: 3px 5px;
	background-color: rgba(255, 255, 255, 0.7);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 0;
	vertical-align: top;
}

.top .hd ul li {
	display: inline-block;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #8C8C8C;
	margin: 0 5px;
	vertical-align: top;
	overflow: hidden;
}

.top .hd ul .on {
	background: #FE6C9C;
}

.top .bd {
	position: relative;
	z-index: 0;
}

.top .bd li img {
	width: 100%;
	height:100%;
}

.top .bd li a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/* 取消链接高亮 */
}


/*顶部导航*/

.nav {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 80px;
	z-index: 20;
	line-height: 80px;
	font-size: 18px
}

.navB {
	height: 70px;
	line-height: 70px;
	background: rgba(0, 0, 0, 0.9);
	font-size: 16px;
}

.navC {
	height: 70px;
	line-height: 70px;
	background: rgba(0, 0, 0, 0.9);
	font-size: 16px;
	z-index:30;
}
.nav.navC .left img{
	margin-top:12px
}

/*导航字体缩小*/

@keyframes mySecond {
	0% {
		height:70px;
		z-index: 20;
		line-height: 70px;
		font-size: 20px;
		background: rgba(0, 0, 0, 0)
	}
	100% {
		height: 70px;
		line-height: 70px;
		background: rgba(0, 0, 0, 0.5);
		font-size: 16px;
	}
}

@-moz-keyframes mySecond
/* Firefox */

{
	0% {
		height:70px;
		z-index: 20;
		line-height: 70px;
		font-size: 20px;
		background: rgba(0, 0, 0, 0)
	}
	100% {
		height: 70px;
		line-height: 70px;
		background: rgba(0, 0, 0, 0.5);
		font-size: 16px;
	}
}

@-webkit-keyframes mySecond
/* Safari 和 Chrome */

{
	0% {
		height:70px;
		z-index: 20;
		line-height: 70px;
		font-size: 20px;
		background: rgba(0, 0, 0, 0)
	}
	100% {
		height: 70px;
		line-height: 70px;
		background: rgba(0, 0, 0, 0.5);
		font-size: 16px;
	}
}

@-o-keyframes mySecond
/* Opera */

{
	0% {
		height:70px;
		z-index: 20;
		line-height: 70px;
		font-size: 20px;
		background: rgba(0, 0, 0, 0)
	}
	100% {
		height: 70px;
		line-height: 70px;
		background: rgba(0, 0, 0, 0.5);
		font-size: 16px;
	}
}


/*导航图片缩小*/

@keyframes myThird {
	0% {
		height: 52px;
		margin-top:5px;
	}
	100% {
		height: 45px;
		margin-top:10px;
	}
}

@-moz-keyframes myThird
/* Firefox */

{
	0% {
		height: 52px;
		margin-top:5px;
	}
	100% {
		height: 45px;
		margin-top:10px;
	}
}

@-webkit-keyframes myThird
/* Safari 和 Chrome */

{
	0% {
		height: 52px;
		margin-top:5px;
	}
	100% {
		height: 45px;
		margin-top:10px;
	}
}

@-o-keyframes myThird
/* Opera */

{
	0% {
		height: 52px;
		margin-top:5px;
	}
	100% {
		height: 45px;
		margin-top:10px;
	}
}

/*右边导航图片缩小*/

@keyframes myright {
	0% {
		-moz-transform:scale(1,1); 
        -webkit-transform:scale(1,1); 
        -o-transform:scale(1,1); 
	}
	100% {
		-moz-transform:scale(0.8,0.8); 
        -webkit-transform:scale(0.8,0.8); 
        -o-transform:scale(0.8,0.8); 
	}
}

@-moz-keyframes myright
/* Firefox */

{
	0% {
		-moz-transform:scale(1,1); 
        -webkit-transform:scale(1,1); 
        -o-transform:scale(1,1); 
	}
	100% {
		-moz-transform:scale(0.8,0.8); 
        -webkit-transform:scale(0.8,0.8); 
        -o-transform:scale(0.8,0.8); 
	}
}

@-webkit-keyframes myright
/* Safari 和 Chrome */

{
	0% {
		-moz-transform:scale(1,1); 
        -webkit-transform:scale(1,1); 
        -o-transform:scale(1,1); 
	}
	100% {
		-moz-transform:scale(0.8,0.8); 
        -webkit-transform:scale(0.8,0.8); 
        -o-transform:scale(0.8,0.8); 
	}
}

@-o-keyframes myright
/* Opera */

{
	0% {
		-moz-transform:scale(1,1); 
        -webkit-transform:scale(1,1); 
        -o-transform:scale(1,1); 
	}
	100% {
		-moz-transform:scale(0.8,0.8); 
        -webkit-transform:scale(0.8,0.8); 
        -o-transform:scale(0.8,0.8); 
	}
}


@keyframes myrighta {
	0% {
		font-size:24px;
	}
	100% {
		font-size:18px;
	}
}

@-moz-keyframes myrighta
/* Firefox */

{
	0% {
		font-size:24px;
	}
	100% {
		font-size:18px;
	}
}

@-webkit-keyframes myrighta
/* Safari 和 Chrome */

{
	0% {
		font-size:24px;
	}
	100% {
		font-size:18px;
	}
}

@-o-keyframes myrighta
/* Opera */

{
	0% {
		font-size:24px;
	}
	100% {
		font-size:18px;
	}
}



@keyframes myrightb {
	0% {
		font-size:16px;
	}
	100% {
		font-size:14px;
	}
}

@-moz-keyframes myrightb
/* Firefox */

{
	0% {
		font-size:16px;
	}
	100% {
		font-size:14px;
	}
}

@-webkit-keyframes myrightb
/* Safari 和 Chrome */

{
	0% {
		font-size:16px;
	}
	100% {
		font-size:14px;
	}
}

@-o-keyframes myrightb
/* Opera */

{
	0% {
		font-size:16px;
	}
	100% {
		font-size:14px;
	}
}

.navC .right .phone span{
	font-size:18px !important;
}
.navC .right .rwm span{
	font-size:14px;
}
.navC .right img{
	-moz-transform:scale(0.8,0.8); 
    -webkit-transform:scale(0.8,0.8); 
    -o-transform:scale(0.8,0.8); 
    }
.navB .right .phone span{
	font-size:18px !important;
	animation: myrighta 500ms;
	-moz-animation: myrighta 500ms;
	/* Firefox */
	-webkit-animation: myrighta 500ms;
	/* Safari 和 Chrome */
	-o-animation: myrighta 500ms;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
}
.navB .right .rwm span{
	font-size:14px;
	animation: myrightb 500ms;
	-moz-animation: myrightb 500ms;
	/* Firefox */
	-webkit-animation: myrightb 500ms;
	/* Safari 和 Chrome */
	-o-animation: myrightb 500ms;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
}
.navB .right img{
	-moz-transform:scale(0.8,0.8); 
    -webkit-transform:scale(0.8,0.8); 
    -o-transform:scale(0.8,0.8); 
    animation: myright 500ms;
	-moz-animation: myright 500ms;
	/* Firefox */
	-webkit-animation: myright 500ms;
	/* Safari 和 Chrome */
	-o-animation: myright 500ms;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
}
.navB {
	animation: mySecond 500ms;
	-moz-animation: mySecond 500ms;
	/* Firefox */
	-webkit-animation: mySecond 500ms;
	/* Safari 和 Chrome */
	-o-animation: mySecond 500ms;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
}
.navB .logo{
	margin-top:10px !important
}
.logo {
	animation: myThird 500ms;
	-moz-animation: myThird 500ms;
	/* Firefox */
	-webkit-animation: myThird 500ms;
	/* Safari 和 Chrome */
	-o-animation: myThird 500ms;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
}

.nav .left {
	width: 65%;
	float: left;
}

.nav .left img,
.nav .right img {
	vertical-align: middle;
	
}
.nav .left img{
	margin-top:17px;
	margin-left:13px;
}
.logo {
	height: 45px;
}

.nav .left img {
	float: left
}

.nav .left ul {
	float: left;
}

.nav .left ul li {
	float:left;
	padding: 0 20px;
	text-align: center;
	cursor: pointer;
	margin:0 25px;
	
}

.nav .left ul li:first-child {
	margin-left: 60px
}

.nav .left ul li a {
	color: #fff;
	text-decoration: none
}

.nav .left ul li:hover {
	/*background: rgba(255, 255, 255, 0.2);*/
}

.nav .left #selected {
	border-top: 3px solid #2196f3;
	
}

.nav .left #selected a {
	color: #2196f3;
	display:block;
	margin-top:-3px;
}

.nav .right {
	width: 30%;
	float: right;
	text-align: right;
	color: #fff;
	padding-right: 30px;
}

.nav .right div {
	float: right;
	margin-right: 20px;
}

.nav .right span {
	padding-left: 8px;
	
}

.nav .right .phone span {
	font-style:italic;
	font-size:24px;
	}
	
.nav .right .rwm{
	font-size:16px;
}
.nav .right .rwm-l{
	position: absolute;
	top:60px;
	background: #fff;
	padding:5px;
	width:145px;
	height:145px;
	right:10px;
	display:none
}
.bolck {
	padding: 40px 0;
}

.bolck .content {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.bolck .content .title {
	font-size: 36px;
	color: #292929;
	line-height: 40px;
	height: 60px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.bolck .content .subtitle {
	font-size: 16px;
	color: #646464;
	height: 40px;
	position: absolute;
	top: 60px;
	width: 100%;
	padding-top: 30px;
}

.bolck .content .link-p {
	position: absolute;
	top: 160px;
	width: 100%;
	padding-top: 30px;
}

.link {
	color: #2196f3;
	font-size: 16px;
}

.link:hover {
	color: #0076d3
}

.retail {
	height: 750px;
}

.bolck .content .icon-list {
	position: absolute;
	margin-top: 50px;
	width: 100%;
	height: 150px;
	top: 30px;
}
.retail .icon-list-second{
	width:80%;
	margin:0 auto;
	position: absolute;
	top:400px;
	left:10%
}
.retail .icon-list-second li{
	width:33.3%;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: #292929;
	cursor: pointer;
	margin-top:80px;
	float:left;
	display: none;
}
.bolck .content .icon-list li {
	float: left;
	width: 25%;
	height: auto;
	text-align: center;
	font-size: 18px;
	color: #292929;
	cursor: pointer;
	margin-top:80px;
	display: none
}

.bolck .content .icon-list li p,
.bolck .content .icon-list-second li p
 {
	padding-top: 15px;
}
.bolck .content .icon-list li p.retail-title,
.bolck .content .icon-list-second li p.retail-title{
	color:#292929;
	font-size:18px;
}
.bolck .content .icon-list li p.sub-title,
.bolck .content .icon-list-second li p.sub-title
{
	color:#292929;
	font-size:14px;
}
.retail-link{
	color:#031aa6;
	font-size:13px;
}
.retail-link:hover{
	color:#4c66ff
}
.bolck .content .icon-list li img:hover {
	/*animation: myFour 2s;
	-moz-animation: myFour 2s;*/
	/* Firefox */
	/*-webkit-animation: myFour 2s;*/
	/* Safari 和 Chrome */
	/*-o-animation: myFour 2s;*/
	/* Opera */
	/*animation-iteration-count: 1;*/
	/*-webkit-animation-iteration-count: 1;*/
	/* Safari 和 Chrome */
	/*-moz-animation-iteration-count: 1;*/
	/* Firefox */
	/*-o-animation-iteration-count: 1;*/
	/* Opera */
}


/*滑过动画*/

@keyframes myFour {
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
	}
}

@-moz-keyframes myFour
/* Firefox */

{
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
	}
}

@-webkit-keyframes myFour
/* Safari 和 Chrome */

{
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
	}
}

@-o-keyframes myFour
/* Opera */

{
	0% {
		transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-webkit-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-webkit-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
	}
}


/*标题滑过动画*/

@keyframes myFive {
	0% {
		padding-top: 30px
	}
	100% {
		padding-top: 0px;
	}
}

@-moz-keyframes myFive
/* Firefox */

{
	0% {
		padding-top: 30px
	}
	100% {
		padding-top: 0px;
	}
}

@-webkit-keyframes myFive
/* Safari 和 Chrome */

{
	0% {
		padding-top: 30px
	}
	100% {
		padding-top: 0px;
	}
}

@-o-keyframes myFive
/* Opera */

{
	0% {
		padding-top: 30px
	}
	100% {
		padding-top: 0px;
	}
}

.titleanimate {
	animation: myFive 1s;
	-moz-animation: myFive 1s;
	/* Firefox */
	-webkit-animation: myFive 1s;
	/* Safari 和 Chrome */
	-o-animation: myFive 1s;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
	padding-top: 0px !important;
}

.advertisement {
	margin-top: 40px;
	
}
.advertisement-con{
	height:565px;
	width:100%;
	background: url(../img/adv.jpg) no-repeat;
	background-size: cover;
}

.movement {
	width: 100%;
	background: url(../img/yue.png) no-repeat center bottom;
	background-size: contain;
	height: 120px;
}
.advertisement-con .title{
	color:#fff;
	font-size:36px;
	text-align: center;
	line-height:50px;
	padding-top:65px;
}
.advertisement-con .items{
	width:1034px;
	height:290px;
	margin:80px auto
}
.advertisement-con .item{
	width:22.5%;
	margin-right:3.3%;
	height:290px;
	border-radius: 5px;
	float:left;
	background: rgba(255,255,255,0.85);
	position: relative;
	text-align: center;
	cursor: pointer;
	transition: background 400ms;
    -moz-transition: background 400ms;	/* Firefox 4 */
    -webkit-transition: background 400ms;	/* Safari 和 Chrome */
    -o-transition: background 400ms;	/* Opera */
}
.advertisement-con .item .img{
	position: absolute;
	text-align: center;
    width: 100%;
    top:40px;
    transition: top 400ms;
    -moz-transition: top 400ms;	/* Firefox 4 */
    -webkit-transition: top 400ms;	/* Safari 和 Chrome */
    -o-transition: top 400ms;	/* Opera */
}



.advertisement-con .item .tit{
	font-size:22px;
	color:#222331;
	position: absolute;
	width:100%;
	top:180px;
	transition: top 400ms;
    -moz-transition: top 400ms;	/* Firefox 4 */
    -webkit-transition: top 400ms;	/* Safari 和 Chrome */
    -o-transition: top 400ms;	/* Opera */
}
.advertisement-con .item .line{
	position: absolute;
	width:100%;
	top:209px;
	color:#3a3a3a;
	font-size:16px;
	font-weight:bold;
	  transition: opacity 400ms,top 400ms;
    -moz-transition: opacity 400ms,top 400ms;	/* Firefox 4 */
    -webkit-transition: opacity 400ms,top 400ms;	/* Safari 和 Chrome */
    -o-transition: opacity 400ms,top 400ms;	/* Opera */
}
.advertisement-con .item .subtit{
	font-size:14px;
	color:#9f9f9f;
	position: absolute;
	width:100%;
	top:230px;
	transition: top 400ms;
    -moz-transition: top 400ms;	/* Firefox 4 */
    -webkit-transition: top 400ms;	/* Safari 和 Chrome */
    -o-transition: top 400ms;	/* Opera */
}
.advertisement-con .item .introduction{
  font-size:14px;
  color:#fff;
  line-height:22px;
  width:90%;
  margin:0 auto;
  position: absolute;
  top:250px;
  opacity: 0;	
  left:5%;
  text-align: left;
  transition: top 400ms,opacity 200ms;
  -moz-transition: top 400ms,opacity 200ms;	/* Firefox 4 */
  -webkit-transition: top 400ms,opacity 200ms;	/* Safari 和 Chrome */
  -o-transition: top 400ms,opacity 200ms;	/* Opera */
}
.advertisement-con .item:hover{
	background: rgba(143,21,21,0.6);
}
.advertisement-con .item:hover .img{
	top: 20px;
}
.advertisement-con .item:hover .tit{
	top: 100px;
	color:#fff;
}
.advertisement-con .item:hover .subtit{
	top: 135px;
	color:#fff;
}
.advertisement-con .item:hover .line{
	opacity: 0;
	top:115px;
	color:#fff;
}
.advertisement-con .item:hover .introduction{
	opacity:1;
	top:180px
}

.product {
	position: relative;
	height: 420px
}

.product-list {
	top: 220px;
	width: 100%;
	height: 340px;
	/*display: none;*/
	position: absolute;
}

.product-list li {
	width: 25%;
	height: 130px;
	text-align: center;
	float: left;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.product-list li .line {
	position: absolute;
	width: 20px;
	height: 2px;
	background: #2196f3;
	top: 50px;
	z-index: 2;
	left: -20px;
	display: none;
}

.product-list li .mask {
	position: absolute;
	width: 100%;
	height: 35px;
	top: 70px;
	z-index: 1;
	background: #fff;
}


/*线滑过动画*/

@keyframes myEigh {
	0% {
		left: -20px;
	}
	100% {
		left: 100%;
	}
}

@-moz-keyframes myEigh
/* Firefox */

{
	0% {
		left: -20px;
	}
	100% {
		left: 100%;
	}
}

@-webkit-keyframes myEigh
/* Safari 和 Chrome */

{
	0% {
		left: -20px;
	}
	100% {
		left: 100%;
	}
}

@-o-keyframes myEigh
/* Opera */

{
	0% {
		left: -20px;
	}
	100% {
		left: 100%;
	}
}


/*上标题滑过动画*/

@keyframes mySix {
	0% {
		top: -50px;
	}
	100% {
		top: 0px;
	}
}

@-moz-keyframes mySix
/* Firefox */

{
	0% {
		top: -50px;
	}
	100% {
		top: 0px;
	}
}

@-webkit-keyframes mySix
/* Safari 和 Chrome */

{
	0% {
		top: -50px;
	}
	100% {
		top: 0px;
	}
}

@-o-keyframes mySix
/* Opera */

{
	0% {
		top: -50px;
	}
	100% {
		top: 0px;
	}
}


/*下标题滑过动画*/

@keyframes mySeven {
	0% {
		bottom: -50px;
	}
	100% {
		bottom: 40px;
	}
}

@-moz-keyframes mySeven
/* Firefox */

{
	0% {
		bottom: -50px;
	}
	100% {
		bottom: 40px;
	}
}

@-webkit-keyframes mySeven
/* Safari 和 Chrome */

{
	0% {
		bottom: -50px;
	}
	100% {
		bottom: 40px;
	}
}

@-o-keyframes mySeven
/* Opera */

{
	0% {
		bottom: -50px;
	}
	100% {
		bottom: 40px;
	}
}

.product-list li:hover .tit {
	animation: mySix 500ms;
	-moz-animation: mySix 500ms;
	/* Firefox */
	-webkit-animation: mySix 500ms;
	/* Safari 和 Chrome */
	-o-animation: myFive 500ms;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
	padding-top: 0px !important;
}

.product-list li:hover .subtit {
	animation: mySeven 500ms;
	-moz-animation: mySeven 500ms;
	/* Firefox */
	-webkit-animation: mySeven 500ms;
	/* Safari 和 Chrome */
	-o-animation: mySeven 1s;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
	padding-top: 0px !important;
}

.product-list li:hover .line {
	animation: myEigh 500ms;
	-moz-animation: myEigh 500ms;
	/* Firefox */
	-webkit-animation: myEigh 500ms;
	/* Safari 和 Chrome */
	-o-animation: myEigh 500ms;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
	display: block;
}

.product-list .tit {
	color: #2196f3;
	font-size: 42px;
	position: absolute;
	top: 0px;
	width: 100%;
}

.product-list .subtit {
	color: #292929;
	font-size: 16px;
	position: absolute;
	bottom: 40px;
	height: 35px;
	width: 100%;
}

.case {
	
	height: 500px;
	padding: 0 !important;
	position: relative;
}

.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 40px auto;
	top: 200px
}

.picMarquee-left .hd {
	overflow: hidden;
	height: 270px;
	position: relative;
}

.picMarquee-left .hd .prev,
.picMarquee-left .hd .next {
	display: block;
	width: 28px;
	height: 52px;
	cursor: pointer;
	position: absolute;
	opacity: 0.5;
}
.picMarquee-left .hd .prev:hover,
.picMarquee-left .hd .next:hover {
	opacity: 1;
}
.picMarquee-left .hd .prev {
	background: url(../img/leftarr.png);
	top: 104px;
	left: 0px;
}

.picMarquee-left .hd .next {
	background: url(../img/rightarr.png);
	top: 104px;
	right: 0px;
	z-index: 10
}

.picMarquee-left .hd .prevStop {
	background-position: -60px 0;
}

.picMarquee-left .hd .nextStop {
	background-position: -60px -50px;
}

.picMarquee-left .bd {
	width: 80%;
	height: 270px;
	top: 0px;
	left: 70px;
	position: absolute;
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 23px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	width:335px;
	height:264px;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.brand{
	height:900px !important;
	padding:0 !important
}
.brand .title{
	padding-top:30px;
}
.brand-ul{
	width:100%;
	height:360px;
	position: absolute;
	top:0px;
	
}
.brand-ul li{
	float:left;
	text-align: center;
	width:12.5%;
	height:120px;
	line-height:120px;
	opacity:1;
}
.brand-ul li img{
	max-width:80%;
	max-height:80%;
}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
}

.embrace {
	width: 100%;
	background: url(../img/img4.jpg) no-repeat center top;
	/*background-size: cover;*/
	position: relative;
	height:903px;
}

.embrace .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	border-color: rgba(0,0,0,0.5);
	border-style: solid;
	border-width: 0px;
	/*box-shadow:inset 0px 0px 10px rgba(255,255,255,0.5);*/
}

.embrace .embracetext{
	position: absolute;
	width:100%;
	color:#fff;
	text-align: center;
	bottom:25%;
	display:none;
}
.embrace .link-div{
	position: absolute;
	width:100%;
	text-align: center;
	bottom:100px;
	font-size:28px
}
.embrace .link-div a{
	display:inline-block;
	border:2px solid #fff;
	border-radius: 10px;
	padding:10px 20px;
	color:#fff;
	text-decoration: none;
}
.embrace .link-div a:hover{
	box-shadow: 0 0 10px #fff;
}
.embrace .ten{
	animation: myTen 1s;
	-moz-animation: myTen 1s;
	/* Firefox */
	-webkit-animation: myTen 1s;
	/* Safari 和 Chrome */
	-o-animation: myTen 1s;
	/* Opera */
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	/* Safari 和 Chrome */
	-moz-animation-iteration-count: 1;
	/* Firefox */
	-o-animation-iteration-count: 1;
	/* Opera */
	display:block;

}
/*拥抱明天动画*/

@keyframes myTen {
	0% {
		bottom: 0px;
	}
	100% {
		bottom: 25%;
	}
}

@-moz-keyframes myTen
/* Firefox */

{
	0% {
		bottom: -40px;
	}
	100% {
		bottom: 25%;
	}
}

@-webkit-keyframes myTen
/* Safari 和 Chrome */

{
	0% {
		bottom: -40px;
	}
	100% {
		bottom: 25%;
	}
}

@-o-keyframes myTen
/* Opera */

{
	0% {
		bottom: -40px;
	}
	100% {
		bottom: 25%;
	}
}

.foot {
	background: #1b253a;
	padding: 20px;
	text-align: center;
}

.gzweixin {
	font-size: 16px;
	color: #7b7e86;
	padding: 10px
}

.foot .phone {
	font-size: 28px;
	color: #fff;
	padding-top: 10px;
}

.foot .text {
	font-size: 13px;
	color: #7b7e86;
	line-height: 24px;
	margin-top: 20px
}

.foot .text a {
	color: #7b7e86;
	text-decoration: none;
}

.foot .text a:hover {
	color: #fff;
}
.foot img{
	max-width:100%;
}

/*案例*/
.casemain{
}
.casemain .content{
	width:1074px
}
.casemain .bolck{
	height:583px;
}
.gray{
	background: #f2f2f2;
}
.casemain .case-logo{
	width:348px;
	height:513px;
	color:#fff;
	float:left;
}
.case-logo .img{
	margin-top:114px;
}
.case-logo .text{
	 text-align: center;
	 font-size:24px;
	 color:#fff;
}
.case-logo  .line{
	width:80%;
	margin:30px auto;
	height:2px;
	border-top:1px solid rgba(255,255,255,0.3)
}
.case-logo .text-16{
	text-align: center;
	margin-top:20px;
	font-size:16px;
}
.case-logo .text-14{
	text-align: center;
	margin-top:30px;
	font-size:14px;
	line-height:30px;
}
.casemain .case-fourbolck{
	width:348px;
	height:249px;
	margin-left:15px;
	float:left;
	margin-bottom:15px;
	overflow: hidden;
	
}
.casemain .case-Third{
	width:348px;
	height:513px;
	float:left;
	margin-bottom:15px;
	overflow: hidden;
	margin-right:15px;
}
.casemain .case-fourbolck-vertical{
	margin-left:15px;
	float:left;
	height:513px;
	width:164px;
}
.case-six-main{
	float:left;
	width:726px;
	height:513px;
}
.casemain .case-six-l{
	margin-right:15px;
	width:464px;
	height:249px;
	margin-bottom:15px;
	float:left;
	background: #ccc;
	overflow: hidden;
}
.casemain .case-six{
	margin-right:15px;
	width:232px;
	height:249px;
	margin-bottom:15px;
	float:left;
	background: #ccc;
	overflow: hidden;
}
.casemain .case-transverse{
	margin-right:15px;
	width:711px;
	height:249px;
	float:left;
	overflow: hidden;
}

/*关于我们*/
.about-con{
	height:auto;
	width:100%;
	background: url(../img/earth.png) no-repeat;
	/*background-size: cover;*/
}
.aboutnav-top{
	width:100%;
	height:50px;
	background: rgba(197,197,197,0.4);
}
.aboutnav-top ul{
	width:650px;
	height:50px;
	margin:0 auto;
	text-align: center;
}
.aboutnav-top ul li{
	display:inline-block;
	text-align: center;
	height:50px;
	line-height:50px;
	padding:0 15px;
	margin:0 30px;
	cursor: pointer;
}
.aboutnav-top ul li a{
	color:#000;
	text-decoration: none;
}
.aboutnav-top ul li#selected{
	border-bottom:3px solid #cb3202;
}
.about-text{
	padding:40px 0;
	width:800px;
	margin:0 auto;
	display:none;
}
.about-text .tit{
	font-size:30px;
	text-align: center;
}
.about-text .subtit{
	text-align: center;
	font-size:18px;
	color:#292929;
	line-height:26px;
	padding-top:20px;
}
.about-text .detail{
	padding-top:40px;
	color:#292929;
	line-height:26px;
	font-size:14px;
}
.about-text .detail p{
	text-indent: 26px;
	margin-top:10px;
}

.about-text .boldtit{
	font-size:20px;
	margin-top:20px;
}

/*联系我们*/
.contact-main{
	padding:40px 0 150px 0;
	width:1000px;
	margin:0 auto;
}
.contact-main .title{
	font-size:30px;
	line-height:50px;
	text-align: center;
	padding:20px 0;
}
.contact-main .b-title{
	
	font-size:20px;
	color:#3a3a3a;
	margin:20px auto
}
.contact-bottom{
	padding:20px;
	height:190px;
}
.contact-bottom-item{
	float:left;
	/*width:33.3%;*/
	width:50%;
	text-align: center;
	height:190px;
	
}
.top .name{
	 text-align: center;
    color: #fff;
    font-size: 88px;
    height: 48px;
    top: 0px;
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom:0px;
    margin:auto;
    font-weight: bold;
   }
   
   /* 前沿之声*/
  .voice-main{
  	padding:40px 0;
  	width:1210px;
  	margin:0 auto;
  }
.voice-main .title{
	font-size:28px;
	color:#343434;
}
.voice-main ul{
	overflow: hidden;
	padding:5px;
}
.voice-main ul li{
	float:left;
	margin-right:20px;
	width:380px;
	height:340px;
	margin-top:40px;
	padding:5px;
}
.voice-main ul li:hover{
	box-shadow: 0 0 5px #ccc;
}
.voice-main ul li a{
	
	text-decoration: none;
}
.voice-main ul li a .title{
	font-size:24px;
	line-height:30px;
	height:75px;
	color:#1d1d1d;
	padding-top:10px;
}
.voice-main ul li a .time{
	color:#959595;
	font-size:14px;
}

/*前沿之声内容*/
.voice-con-main{
	padding:40px 0;
  	width:1200px;
  	margin:0 auto;
}
.voice-con-main .title{
	color:#1D1D1D;
	font-size:28px;
}
.voice-con-main .sub-title{
	color:#959595;
	font-size:14px;
	line-height:24px
}
.voice-con-main .detail{
	margin-top:40px;
	color:#373737;
	font-size:16px;
	line-height:26px;
}
.voice-con-main .detail img{
	width:100%;
}
/*分页样式*/
.fenyei{
	font-size:14px;
	text-align: center;
}

/*产品页*/
.product-main{
	position: relative;
}
.product-nav{
	background: #f2f2f2;
	height:55px;
	z-index: 20;
}

.navD{
	top:-70px !important;

}
.product-nav ul{
	width:90%;
	margin:0 auto;

	
}
.product-nav li{
	float:left;
	font-size:16px;
	height:55px;
	line-height:55px;
	width:11%;
	text-align: center;
	margin:0 5px;
}
.product-nav li a{
	color:#111716;
	text-decoration: none;
	display:block;
	width:100%;
	height:100%;
	white-space:nowrap;

	
}
#botton{
	
	
}
#botton a{
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border:1px solid #61aafc;
	color:#61aafc;
	display:block;
	width:100px;
	height:36px;
	margin-top:10px;
	line-height:36px;
	margin:10px auto;
}
.fixed-nav{
	position: fixed;
	width:100%;
	top:0px;
	left:0px;
}

.product-block{
	height:auto;
	padding:60px 0;
	overflow: hidden;
}
.product-block .detail{
	width:70%;
	height:100%;
	margin:0 auto;
}
.product-block .detail img{
	max-width:100%;
}
.product-block .detail .left{
	float:left;
}
.product-block .detail  .tit{
	font-size:42px;
	color:#343434;
	line-height:50px;
	
}
.product-block .detail  .subtit{
	font-size:18px;
	color:#292929;
	line-height:24px;
	padding-top:5px;
}
.product-block .detail ul{
	margin-top:20px;
	font-size:16px;
	color:#797979;
}
.product-block .detail li{
	height:30px;
	line-height:30px;
	background: url(../img/gou.png) no-repeat left center;
	padding-left:30px;
	font-size:15px;
	color:#292929;
}
.product-block .detail ul.fl-ul{
	height:30px;
	text-align: center;
}
.product-block .detail ul.fl-ul li{
	display: inline;
	margin-right:15px;
}
.product-block .detail .right{
	float:right;
	
	/*text-align: right;*/
}

.text-center{
	text-align: center;
}
.p2-imgdiv{
	text-align: center;
	margin-top:50px;
}
.p-con{
	font-size:16px;
	color:#797979;
	margin-top:20px;
	padding-right:20px;
}
.ul-left{
	float:left
}
.product-nav li a#selected{
	border-bottom:2px solid #2196f3;

}
.product-nav li:hover{
	background: #eee;
}

.textA{
	font-size:18px;
	 text-align: center;
	 color:#4b4b4b;
	 font-weight: bold;
    padding-bottom: 20px;
}
