﻿	/* GLOBAL STYLES
-------------------------------------------------- */
	
	html,
	body {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    font-family: "Microsoft YaHei", "宋体", "黑体", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    -webkit-font-smoothing: antialiased;
	}
	
	html,
	body,
	div,
	span,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	em,
	img,
	strong,
	sub,
	sup,
	tt,
	dd,
	dl,
	dt,
	form,
	label,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	ul,
	li,
	p,
	a,
	section,
	a {
	    margin: 0;
	    padding: 0;
	    font-weight: normal;
	}
	
	input,
	select,
	textarea {
	    vertical-align: middle;
	}
	
	img {
	    border: 0;
	    margin: 0;
	    padding: 0;
	    display: block;
	}
	
	ul,
	li {
	    list-style-type: none;
	}
	
	a {
	    blr: expression(this.onFocus=this.blur());
	    text-decoration: none;
	}
	
	* {
	    margin: 0;
	    padding: 0;
	    border: 0;
	}
	
	div,
	a {
	    tap-highlight-color: rgba(0, 0, 0, 0);
	    focus-ring-color: rgba(0, 0, 0, 0);
	    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
	    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
	    -moz-focus-ring-color: rgba(0, 0, 0, 0);
	}
	
	.show-pc {
	    display: block;
	}
	
	.show-phone {
	    display: none;
	}
	
	#container {
	    width: 100%;
	    overflow: hidden;
	}
	
	.fc{
	position: fixed;
	bottom: 20px;
	right: 0;
	width: 100px;
	height: 100px;
	margin: auto 0;
	z-index: 111111;
	cursor: pointer;
}
/*.fc a{
	position: relative;
}*/
.fc a span{
	position: absolute;
	color: #fff;
	font-size: 16px;
	top: 68px;
	left: 18px;
	z-index: 11111111;
	display: inline-block;
	font-weight: 600;
}
.fc img{
	width: 100%;
}
	/*顶部*/
	
	#top {
	    position: fixed;
	    z-index: 999;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 55px;
	    background-color: #ffffff;
	    padding:10px 0;
	    border-bottom: 2px solid #f2f2f2;
	}
	
	.main {
	    position: relative;
	    margin: 0 auto;
	    width: 1200px;
	}
	
	.logo {
	    width: 95px;
	    float: left;
	    margin-top: 7px;
	}
	
	.logo img {
	    width: 100%;
	}
	
	.menu {
	    float: right;
	    width: 23.5%;
	}
	
	.menu li {
	    float: left;
	    margin-left: 25px;
	    text-align: center;
	    position: relative;
	}
	
	.menu li a {
	    font-size: 14px;
	    color: #000000;
	    line-height: 55px;
	}
	
	.menu .active a {
	    color: #e60012;
	}
	.nav a.acthover:before{
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		top: 64px;
		z-index: 100;
		background: #e60213;
	}
	.navAct:before{
		content: "";
		display: block;
		width: 100%;
		height: 3px;
		position: absolute;
		top: 64px;
		z-index: 100;
		background: #e60213;
	}
	.navAct:after{
		content: "";
		display: block;
		width: 0px;
		height: 0px;
		border: 5px solid #e60213;
		border-color: #e60213 transparent;
		border-bottom: 0;
		position: absolute;
		top: 122%;
		left: 50%;
		margin-left: -5px;
		z-index: 100;
	}
	.nav-box{
		display: none;
		min-height: 80px;
		background: #fff;
		width: 100%;
		position: absolute;
		top: 75px;
		left: 0;
		z-index: 30;
		/*box-shadow: 0px 3px 6px rgba(0,0,0,0.1);*/
		border-top: 1px solid #d2d5d6;
	}
	.nav-box .nav,.nav-box-1 .nav{
		width: 1200px;
		margin: 0 auto;
	}
	.nav-box .nav ul,.nav-box-1 .nav ul{
		position: relative;
	}
	.nav-box .nav ul li,.nav-box-1 .nav ul li{
		position: absolute;
		left: 50%;
	}
	.nav-box .nav ul li a,.nav-box-1 .nav ul li a{
		font-size: 14px;
		color: #000;
	}
	.nav-box .nav ul li a:hover,.nav-box-1 .nav ul li a:hover{
		color: #e60000;
	}
	.nav-box .nav ul li:nth-of-type(1){
		margin-left: 330px;
		top: 15px;
	}
	.nav-box .nav ul li:nth-of-type(2){
		margin-left: 330px;
		top: 44px;
	}
	.nav-box .nav ul li:nth-of-type(3){
		margin-left: 425px;
		top: 15px;
	}
	.nav-box .nav ul li:nth-of-type(4){
		margin-left: 425px;
		top: 44px;
	}
	.nav-box-1{
		display: none;
		min-height: 80px;
		background: #fff;
		width: 100%;
		position: absolute;
		top: 75px;
		left: 0;
		z-index: 30;
		/*box-shadow: 0px 3px 6px rgba(0,0,0,0.1);*/
		border-top: 1px solid #d2d5d6;
	}
	.nav-box-1 .nav ul li:nth-of-type(1){
		margin-left: 440px;
		top: 15px;
	}
	.nav-box-1 .nav ul li:nth-of-type(2){
		margin-left: 440px;
		top: 45px;
	}
	
	.menu li a:hover{
		color: #e60000;
	}
	
	/*banner*/
	
	.banner {
	    margin-top: 75px;
	    width: 100%;
	    padding: 30px 0 0px 0;
	    height: 390px;
	}
	
	.banner-txt,
	.banner-img {
	    margin-top: 55px;
	    margin-left: 0%;
	    float: left;
	    width: 50%;
	}
	.banner-logo{
		width: 155px !important;
		position: relative;
		left: -20px;
	}
	.banner-txt p{
		font-size: 50px;
		color: #333;
	}
	.banner-txt p span{
		color: #f60000;
	}
	
	.banner-img {
	    margin-top: 0;
	    margin-right:3%;
	    width: 33%;
	    float:right;
	}
	
	.banner-txt img,
	.banner-img img {
	    width: 100%;
	}
	/*内容块*/
	
	.content {
	    position: relative;
	    width: 100%;
	}
	
	.content.bg1 {
	    background-color: #F2F2F2;
	}
	
	.content.bg2 {
	    /*height: 480px;*/
	    background: #fff;
	}
	
	.pt-50 {
	    padding-top: 50px;
	}
	
	.box-100 {
	    position: relative;
	    width: 100%;
	}
	
	.box-100 img {
	    width: 100%;
	}
	/*首页*/
	
	.c1-box {
	    position: relative;
	    width: 100%;
	    margin: 0 auto;
	    overflow: hidden;
	    padding-bottom:5%;
	}
	
	.c1-ren {
	    width: 23.6%;
	    float: left;
	    margin-top:4%;
	}
	
	.c1-ren img {
	    width: 100%;
	}
	.c1-txt{
		font-size:36px;
		color:#e60012;
		text-align:left;
		border-left:3px solid #b2b2b2;
		padding-left:2%;
		margin-top:30%;
	}
	.c1-txt>span{
		font-size:20px;
		color:#000;
	}
	.c1-video {
	    position: absolute;
	    right: 0%;
	    top:2.5%;
	    width: 67.3%;
	    cursor: pointer;
	    overflow: hidden;
	}
	
	.c1-video img {
	    width: 100%;
	    transition: 0.8s;
	    -webkit-transition: 0.8s;
	}
	

	
	.player-btn {
	    position: absolute;
	    left: 45%;
	    top: 40%;
	    width: 11.7%;
	}
	
	.c-title {
	    width: 100%;
	    text-align: center;
	    font-size: 36px;
	    color: #000;
	}
	.main-f-box{
		width:100%;
		margin: 0 auto;
        overflow:hidden;
        margin-bottom:4.5%;
	}
	.main-left{
		width:341px;
		float:left;
		margin-top:9%;
	}
	.main-left img{
		width:100%;
		height: 191px;
	}
	.main-right{
		width:68%;
		float:right;
	}
	.main-r-tit{
		font-size:36px;
		color:#000;
		text-align:left;
	}
	.main-r-txt{
		font-size:18px;
		color:#4C4948;
		line-height:31px;
		margin-top:4%;
	}
	.main-r-btn{
		width:162px;
	}
	.main-r-btn a{
        display:block;
        font-size:22px;
		text-align:center;
		border:1px solid #e60012;
		padding:6px 12px;
		margin-top:15%;
		cursor:pointer;
        background:#fff;
        color:#e50000;
	}
	.main-r-btn a:hover{
		color:#fff;
		border:1px solid #e60012;
		background:#e60012;
	}
	.c2-box {
	    width: 100%;
	    margin: 7% auto 0;
	    padding-bottom: 70px;
	    overflow:hidden;
	}
	
	.p1-c2-l {
	    width: 50.5%;
	    float: left;
	    margin: 0 10.2% 0 6.6%;
	}
	
	.p1-c2-r {
	    width: 24.6%;
	    float: left;
	}
	
	.p1-c2-l img,
	.p1-c2-r img {
	    width: 100%;
	}
	
	.c-title2 {
	    width: 100%;
	    font-size: 36px;
	    text-align: center;
	    color: #F60000;
	}
	
	.p1-c3-tip {
	    width: 1100px;
	    color: #666;
	    font-size: 18px;
	    margin: 45px auto 0;
	    /*text-align: center;*/
	    line-height: 1.7em;
	    padding-bottom: 40px;
	}
	
	.p1-c3-img {
	    /*width: 80.7%;*/
	    margin: 5% auto 0;
	}
	
	.p1-c3-img img {
	    width: 100%;
	}
	
	.video-t {
	    position: fixed;
	    left: 0;
	    top: 0;
	    z-index: 999;
	    width: 100%;
	    height: 100%;
	    display: none;
	}
	
	.video-m {
	    width: 100%;
	    height: 100%;
	    opacity: 0.7;
	    filter: alpha(opacity=70);
	    background-color: #000;
	}
	
	.videowin {
	    position: absolute;
	    left: 50%;
	    top: 20%;
	    margin-left: -400px;
	    z-index: 999;
	    width: 800px;
	}
	
	.close {
	    position: absolute;
	    right: 25%;
	    top: 21%;
	    z-index: 999;
	    width: 2%;
	    cursor: pointer;
	}
	
	.close img {
	    width: 100%;
	}
	/*第二页*/
	
	.p2-c1-box {
	    width: 100%;
	    margin: 2% auto 0;
	    overflow: hidden;
	    padding: 80px 0;
	}
	
	.p2-c1-l {
	    width: 14.4%;
	    float: left;
	    margin: 5% 10.2% 0 7.6%;
	}
	
	.p2-c1-r {
	    width: 61.2%;
	    float: left;
	}
	
	.p2-c1-l img,
	.p2-c1-r img {
	    width: 100%;
	}
	
	.p2-c2-box {
	    width: 98.7%;
	    margin: 3% auto 0;
	    overflow: hidden;
	    padding-bottom: 50px;
	}
	
	.p2-c2-top,
	.p2-c2-bottom {
	    width: 100%;
	    overflow: hidden;
	}
	
	.p2-c2-bottom {
	    margin-top: 2%;
	}
	
	.p2-t-img {
	    position: relative;
	    width: 49.2%;
	    float: left;
	    margin-left: 1.6%;
	    cursor: default;
	    overflow: hidden;
	}
	
	.p2-c2-top div:first-child {
	    margin-left: 0;
	}
	
	.p2-t-img img {
	    width: 100%;
	    transition: 0.8s;
	    -webkit-transition: 0.8s;
	}
	
	.p2-t-img.active img {
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	}
	
	.p2-t-img.active .p2-img-t1 {
	    opacity: 0;
	    filter: alpha(opacity=0);
	}
	
	.p2-t-img.active .p2-img-mask {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    display: block\9;
	}
	
	.p2-img-t1 {
	    position: absolute;
	    left: 0;
	    bottom: 8%;
	    font-size: 22px;
	    color: #fff;
	    text-indent: 2em;
	    transition: 0.8s;
	    -webkit-transition: 0.8s;
	}
	
	.p2-img-mask {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    opacity: 0;
	    filter: alpha(opacity=0);
	    display: none\9;
	    transition: 0.8s;
	    -webkit-transition: 0.8s;
	}
	
	.mask {
	    position: absolute;
	    left: 0;
	    top: 0;
	    width: 100%;
	    height: 100%;
	    background-color: #000;
	    opacity: 0.8;
	    filter: alpha(opacity=80);
	}
	
	.p2-m-t {
	    width: 81.5%;
	    position: absolute;
	    z-index: 10;
	    top: 25%;
	    left: 9.25%;
	}
	
	.p2-m-t1 {
	    width: 100%;
	    color: #fff;
	    font-size: 22px;
	}
	
	.p2-m-t.t1 {
	    top: 20%;
	}
	
	.p2-m-t2 {
	    width: 100%;
	    color: #fff;
	    font-size: 14px;
	    margin-top: 3%;
	    line-height: 1.8em;
	}
	
	.p2-c2-bottom div:first-child {
	    margin-left: 0;
	}
	
	.p2-m-img {
	    position: relative;
	    width: 32.4%;
	    float: left;
	    margin-left: 1.4%;
	    cursor: default;
	    overflow: hidden;
	}
	
	.p2-m-img img {
	    width: 100%;
	    transition: 0.8s;
	    -webkit-transition: 0.8s;
	}
	
	.p2-m-img.active img {
	    transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	}
	
	.p2-m-img.active .p2-img-t1 {
	    opacity: 0;
	    filter: alpha(opacity=0);
	}
	
	.p2-m-img.active .p2-img-mask {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    display: block\9;
	}
	
	.p3-c2-bg {
	    position: absolute;
	    left: 0;
	    top: 0;
	    height: 800px;
	    width: 100%;
	}
	
	.p3-c2-bg img {
	    width: 100%;
	    height: 800px;
	}
	/*第三页*/
	.p1-3-box{
		position: relative;
		height: 204px;
		margin-bottom: 50px;
	}
	.p1-3-box h4{
		width: 1058px;
		position: absolute;
		bottom: 0;
		left: 50%;
		margin-left: -529px;
	}
	.p1-3-box p{
		width: 136px;
		position: absolute;
		top: -55px;
	}
	.p1-3-box p img{
		width: 115px;
		height: 130px;
	}
	.p1-3-box p span{
		text-align: center;
		display: block;
		font-size: 16px;
		color: #666;
		margin-left: -25px;
	}
	.p1-3-box p span:nth-of-type(1){
		margin-top: 30px;
	}
	.p1-3-box p span:nth-of-type(2){
		margin-top: 5px;
	}
	.p1-3-box p:nth-of-type(1){
		left: 132px;
	}
	.p1-3-box p:nth-of-type(2){
		left: 338px;
	}
	.p1-3-box p:nth-of-type(3){
		left: 546px;
	}
	.p1-3-box p:nth-of-type(4){
		left: 750px;
	}
	.p1-3-box p:nth-of-type(5){
		left: 954px;
	}
	
	.c-title {
	    width: 100%;
	    text-align: center;
	    font-size: 36px;
	    color: #000;
	    position: relative;
	}
	
    .pc-bg1{
    		width: 425px;
    		margin: 0 auto;
    }
    .pc-bg1 img{
    		width: 100%;
    		height: 62px;
    }
    .pc-szh{
    		position: absolute;
    		top: 2px;
    		left: 50%;
    		margin-left: -187px;
    		color: #fff;
    }
	
	.content.bg1 {
	    background-color: #F2F2F2;
	}
	
	.p3-c1-box {
	    width: 100%;
	    margin: 3% auto 0;
	}
	
	.p3-c1-box img {
	    width: 100%;
	}
	
	.p3-bg2 {
	    background-image: url(../images/p3-bg.png);
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-position: center;
	    -ms-behavior: url(css/backgroundsize.min.htc);
	    behavior: url(css/backgroundsize.min.htc);
	}
	
	.p3-c2-img {
	    width: 100%;
	    margin: 0 auto;
	    overflow: hidden;
	    padding-bottom: 30px;
	}
	
	.p3-c2-img img {
	    width: 100%;
	}
	
	.p3-list {
	    width: 100%;
	}
	
	.p3-list li {
	    float: left;
	    width: 50%;
	}
	
	.p3-list li img {
	    width: 100%;
	}
	
	.p3-list-bg,
	.p3-list-bg2 {
	    position: absolute;
	    z-index: 111;
	    bottom: 0;
	    left: 0;
	    width: 60%;
	}
	
	.p3-list-bg2 {
	    left: auto;
	    right: 0;
	}
	
	.p3-list-t,
	.p3-list-t2 {
	    position: absolute;
	    z-index: 111;
	    top: 23%;
	    left: 8%;
	    width: 90%;
	    font-size: 36px;
	    color: #ffffff;
	}
	
	.p3-list-t2 {
	    left: auto;
	    right: 8%;
	    text-align: right;
	}
	/*第4页*/
	
	.p4-box {
	    position: relative;
	    width: 100%;
	    height: 650px;
	}
	
	.p4-bg1,
	.p4-bg2,
	.p4-bg3,
	.p4-bg4 {
	    background-image: url(../images/p4-1.jpg);
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	    background-size: cover;
	    background-position: center;
	    -ms-behavior: url(css/backgroundsize.min.htc);
	    behavior: url(css/backgroundsize.min.htc);
	}
	
	.p4-bg2 {
	    background-image: url(../images/p4-2.jpg);
	}
	
	.p4-bg3 {
	    background-image: url(../images/p4-3.jpg);
	}
	
	.p4-bg4 {
	    background-image: url(../images/p4-4.jpg);
	}
	
	.p4-txt {
	    position: absolute;
	    z-index: 111;
	    left: 0;
	    bottom: 0;
	    padding: 2.5% 0;
	    width: 100%;
	    background-image: url(../images/p4-bg.png);
	    background-repeat: repeat;
	}
	
	.p4-t {
	    margin-left: 30%;
	    width: 40%;
	    font-size: 32px;
	    color: #FFFFFF;
	    text-align: center;
	    line-height: 1.55em;
	}
	
	.p4-c {
	    position: absolute;
	    z-index: 111;
	    top: 15px;
	    left: 200%;
	    width: 50%;
	    font-size: 12px;
	    color: #FFFFFF;
	    line-height: 2em;
	    text-align: justify;
	    word-break: normal;
	    word-wrap: break-word;
	    text-justify: inter-ideograph;
	}
	
	.p4-c4 {
	    top: 0;
	    width: 55%;
	}
	
	.down {
	    position: fixed;
	    right: 0;
	    bottom: 40%;
	    width: 65px;
	    height: 55px;
	    padding-top:10px;
	    background-color: #e60012;
	    font-size: 16px;
	    text-align: center;
	    cursor: pointer;
	}
	
	.down a {
	    color: #fff;
	    text-decoration: none;
	}
	

	.box100 {
	    position: relative;
	    width: 100%;
	    overflow: hidden;
	}
	
	.box100 img {
	    -ms-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -webkit-transition: all 0.6s;
	    transition: all 0.6s;
	    width: 100%;
	}
	
	.box100:hover img {
	    width: 100%;
	    -ms-transform: scale(1.05);
	    -moz-transform: scale(1.05);
	    -webkit-transform: scale(1.05);
	    transform: scale(1.05);
	}
	
	.bottom {
	    width: 100%;
	    height: 70px;
	    background-color: #4d4d4d;
	    text-align: center;
	    font-size: 12px;
	    line-height: 70px;
	    color: #e5e5e5;
	}
	
	.bottom img {
	    vertical-align: middle;
	    display: inline-block;
	    padding-left: 1%;
	    padding-right: 0.5%;
	}
	
	.box100 img {
	    -ms-transition: all 0.6s;
	    -moz-transition: all 0.6s;
	    -webkit-transition: all 0.6s;
	    transition: all 0.6s;
	    width: 100%;
	}
	
	.box100:hover .img1 {
	    width: 100%;
	    -ms-transform: scale(1);
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	
	.clearfix:after {
	    content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
	}
	
	.clear {
	    clear: both;
	    height: 0;
	    font-size: 0;
	    overflow: hidden;
	}
	/*me*/
	.pc-bg2{
		width: 562px;
		margin: 0 auto;
	}
	.pc-bg2 img{
		width: 100%;
		height: 62px;
	}
	.pc-szh-2{
		margin-left: -257px;
		position: absolute;
		left: 50%;
		color: #fff;
		top: 2px;
	}
	.pc-bg3{
		width: 535px;
		margin: 0 auto;
	}
	.pc-bg3 img{
		width: 100%;
		height: 62px;
	}
	.pc-szh-3{
		margin-left: -241px;
		position: absolute;
		left: 50%;
		color: #fff;
		top: 2px;
	}
	.pc-bg4{
		width: 319px;
		margin: 0 auto;
	}
	.pc-bg4 img{
		width: 100%;
		height: 62px;
	}
	.pc-szh-4{
		margin-left: -132px;
		position: absolute;
		left: 50%;
		color: #fff;
		top: 2px;
	}
	
	.pc-view-4{
		width: 100%;
	}
	.pc-view-4 p{
		width: 1038px;
		margin: 0px auto;
		padding: 50px 0;	
	}
	.pc-view-4 p img{
		width: 100%;
	}
	.pc-view5-1{
		width: 100%;
		overflow: hidden;
		margin-top: 50px;
		margin-bottom: 10px;
	}
	.pc-view5-2{
		width: 100%;
		overflow: hidden;
		margin-bottom: 50px;
	}
	.pc-view5-left{
		width: 595px;
		float: left;
		padding-right: 5px;
		position: relative;
	}
	.pc-view5-left .view5-img{
		width: 100%;
	}
	.pc-view5-left .view5-img img{
		width: 100%;
	}
	.view5-tit{
		position: absolute;
		bottom: 10%;
		left: 8%;
		font-size: 22px;
		color: #fff;
		border-left: 3px solid #e60000;
		padding-left: 16px;
		
	}
	.pc-view5-right{
		width: 595px;
		float: right;
		padding-left: 5px;
		position: relative;
	}
	.pc-view5-right .view5-img{
		width: 100%;
	}
	.pc-view5-right .view5-img img{
		width: 100%;
	}
	.pc-view5-float{
		width: 393px;
		padding-right: 10px;
		float: left;
		position: relative;
	}
	.pc-view5-float:nth-last-of-type(1){
		padding-right: 0;
		float: right;
	}
	.pc-view5-float .view5-img{
		width: 100%;
	}
	.pc-view5-float .view5-img img{
		width: 100%;
	}
	.view5-shadow{
		background: rgba(0,0,0,.7);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		display: none;
	}
	.pc-view5-1 .view5-shadow p{
		padding: 90px 60px 0 60px;
		color: #fff;
		font-size: 16px;
		line-height: 1.7em;
	}
	.pc-view5-2 .view5-shadow p{
		padding: 40px 43px 0 40px;
		color: #fff;
		font-size: 16px;
		line-height: 1.7em;
	}
	.pc-view5-left .view5-shadow,.pc-view5-right .view5-shadow{
		width: 595px;
	}
	.pc-view5-float .view5-shadow{
		width: 393px;
	}
	
	   .bg-m04{
	   	padding-bottom: 50px;
	   }
	   .btn-next {
		    margin: 0 auto;
		    width: 234px;
		    font-size: 22px;
		    color: #e50000;
		    background: #fff;
		    text-align: center;
		    padding: 6px 0;
		    border: 1px solid #e50000;
		}
		
		.btn-next span {
		    display: inline-block;
		    margin-left: 10px;
		    width: 20px;
		    vertical-align: middle;
		    background-image: url(../images/icon0.png);
		    background-repeat: no-repeat;
		    -webkit-background-size: contain;
		    background-size: contain;
		    background-position: center;
		    -ms-behavior: url(css/backgroundsize.min.htc);
		    behavior: url(css/backgroundsize.min.htc);
		}
		
		.btn-next span img {
		    width: 100%;
		}
		
		.btn-next:hover {
		    color: #fff;
		    background-color: #e50000;
		}
		.pc-dis{
			display: none;
		}
		.btn-next:hover .mp-dis{
			display: none;
		}
		.btn-next:hover .pc-dis{
		   display: block;
		}
		.view5-img:hover .view5-shadow{
			display: block;
		}
	/*end*/
	
	.show-pc {
	    display: block;
	}
	
	.show-phone {
	    display: none;
	}
	
	@media (min-width:1920px) {
	    .p4-box {
	        height: 650px;
	    }
	}
	
	@media (min-width:1600px) and (max-width:1919px) {
	    .p4-box {
	        height: 540px;
	    }
	}
	
	@media (min-width:1366px)and (max-width:1599px) {
	    .p4-box {
	        height: 450px;
	    }
	    .p4-t {
	        font-size: 26px;
	    }
	    .p3-list-t,
	    .p3-list-t2 {
	        font-size: 24px;
	    }
	}
	
	@media (min-width:1280px) and (max-width:1365px) {
	    .p4-box {
	        height: 420px;
	    }
	    .p4-t {
	        font-size: 26px;
	    }
	}
	
	@media (min-width:1024px) and (max-width:1200px) {
	    .p4-box {
	        height: 340px;
	    }
	    .p4-t {
	        font-size: 22px;
	    }
	    .menu{
	    	width: 29.5%;
	    }
	    .banner-txt p{
	    	font-size: 45px;
	    }
	    .w-1200{
	    	width: 900px;
	    }
	    .main-left{
	    	width: 30%;
	    }
	    .p1-3-box h4{
	    	width: 900px;
	    	left: 60%;
	    }
	    .p1-3-box p:nth-of-type(1){
	    	left: 90px;
	    }
	    .p1-3-box p:nth-of-type(2){
	    	left: 265px;
	    }
	    .p1-3-box p:nth-of-type(3){
	    	left: 446px;
	    }
	    .p1-3-box p:nth-of-type(4){
	    	left: 616px;
	    }
	    .p1-3-box p:nth-of-type(5){
	    	left: 788px;
	    }
	    .pc-view-4 p{
	    	width: 900px;
	    }
	    .pc-view5-left,.pc-view5-right{
	    	width: 475px;
	    }
	    .pc-view5-float{
	    	width: 313px;
	    }
	    .view5-tit{
	    	font-size: 18px;
	    }
	    .nav-box,.nav-box-1{
	    	opacity: 0;
	    }
	    .pc-view5-left .view5-shadow, .pc-view5-right .view5-shadow{
	    	width: 475px;
	    }
	    .pc-view5-float .view5-shadow{
	    	width: 313px;
	    }
	    .pc-view5-1 .view5-shadow p,.pc-view5-2 .view5-shadow p{
	    	font-size: 12px;
	    }
	}
	
	@media (max-width:1366px) {
	    .videowin {
	        width: 600px;
	        margin-left: -300px;
	    }
	    .p3-list-t,
	    .p3-list-t2 {
	        top: 8%;
	    }
	    /* 		.close{
	right:17%;
} */
	}
	
	@media (max-width:1024px) {
	    .main {
	        width: 100%;
	    }
	    .p2-c2-box {
	        width: 96%;
	    }
	    .p2-img-t1 {
	        font-size: 18px;
	    }
	    .p2-m-t {
	        top: 20%;
	    }
	    .p2-m-t.t1 {
	        top: 10%;
	    }
	    .p2-m-t1 {
	        font-size: 16px;
	    }
	    .p2-m-t2 {
	        font-size: 12px;
	    }
	    .logo {
	        margin-left: 15px;
	    }
	    .close {
	        right: 18%;
	    }
	    .main {
	        width: 960px;
	    }
	    .p3-list-t,
	    .p3-list-t2 {
	        font-size: 18px;
	    }
	    .p4-t {
	        margin-left: 30%;
	        width: 40%;
	        font-size: 20px;
	        color: #FFFFFF;
	        text-align: center;
	        line-height: 1.55em;
	        box-sizing: border-box;
	    }
	}
	
	@media (max-width:768px) {
	    .show-pc {
	        display: none;
	    }
	    .show-phone {
	        display: block;
	    }
	    .mp-bps{
	    	background: #fff;
	    }
	    .main-f-box{
	    	margin: 0;
	    	padding-bottom: 4vw;
	    }
	    .fc{
		width: 16vw;
		height: 16vw;
		margin-top: -8vw;
	}
	.fc a span{
	position: absolute;
	color: #fff;
	font-size: 2.6vw;
	top: 10vw;
	left: 3vw;
	z-index: 11111111;
	font-weight: 600;
	display: inline-block;
}
	    #top {
	        width: 100%;
	        height: 65px;
	        background-color: #fff;
	        box-shadow: 0 3px 6px rgba(0,0,0,0.08);
	        border: none;
	    }
	    .logo {
	        width: 12%;
	        margin-left: 4.2%;
	        margin-top: 14px;
	    }
	    .mb {
	        width: 5%;
	        float: right;
	        margin-top: 13px;
	        margin-right: 4.2%;
	    }
	    .mb img {
	        width: 100%;
	    }
	    .menu-1 {
	        position: absolute;
	        top: 55px;
	        width: 100%;
	        display: none;
	        box-shadow: 3px 3px 3px #ccc;
	    }
	    .menu-1 li {
	        width: 100%;
	        float: none;
	        text-align: left;
	        text-indent: 1.5em;
	        background-color: #fff;
	        border-top: 1px solid #d6d6d6;
	        line-height: 55px;
	    }
	    .menu-1 li:first-child {
	        margin-top: 0;
	    }
	    .menu-1 li a{
	    		color: #000;
	    		font-size: 3.2vw;
	    		/*font-weight: 550;*/
	    }
	    .mp-erji li{
	    		background: #f2f2f2;
	    }
	    .t-title {
	        position: absolute;
	        top: 0;
	        left: 0;
	        z-index: -1;
	        width: 100%;
	        text-align: center;
	        font-size: 24px;
	        color: #fff;
	        line-height: 65px;
	    }
	    .banner {
	        margin-top: 65px;
	        background: #fff;
	    }
	    .banner-txt {
	        width: 69.2%;
	        float: none;
	        margin: 0 auto 0;
	        padding: 5% 0 0;
	    }
	    .banner-img {
	        width: 69.2%;
	        ;
	        float: none;
	        margin: 0 auto 0;
	        padding: 8% 0 0;
	    }
	    .pt-50 {
	        padding-top: 5%;
	    }
	    .c1-ren{
	    	width:37.3%;
	    	float:left;
	    	margin-left:5%;
	    	margin-top: 0;
	    }
	    .c1-box{
	    	padding-bottom:0;
	    }
	    .c1-txt{
	    	float:left;
	    	width:45%;
	    	margin-top:14%;
	    	font-size:4.68vw;
	    	margin-left:6%;
	        border-left:2px solid #b2b2b2;
	    }
	    .c1-txt>span{
	    	font-size:2.6vw;
	    }
	    .c1-video {
	        width: 93.2%;
	        float: none;
	        margin: 0 auto;
	        position:relative;
	        top:0;
	        right:0;
            margin-top:42%;

	    }
	    .main-left{
	    	width:100%;
	    	float:none;
	    	margin:0 auto;
	    	overflow:hidden;
	    }
	    .main-l-img{
	    	margin-left: 10%;
	    	width:49%;
	    	float:left;
	    }
	    .main-l-img img{
	    	width:90%;
	    }
	    .main-r-btn{
	    	width:30%;
	    	float:right;
	    	margin-right: 10%;
	    }
	    .main-r-btn a{
	    	display:block;
            font-size:3.5vw;
            margin-top:30%;
            padding:1.6vw 3%;
            
	    }
	    .main-right{
	    	width:100%;
	    	margin: 0 auto;
	    }
	    .main-r-tit{
	    	font-size:3.2vw;
	    	margin-top:5%;
	    	font-weight:600;
	    }
	    .main-r-txt{
	    	font-size:2.6vw;
	    	line-height:1.7em;
            margin-top:2%;
	    }

	    .c2-box {
	        margin-top: 5%;
	        padding-bottom: 5vw;
	    }
	    .p1-c2-l {
	        width: 93.2%;
	        margin: 0 auto 0;
	        float: none;
	        background:#f2f2f2;
	    }
	    .p1-c2-r {
	        width: 41%;
	        margin: 8% auto 0;
	        float: none;
	    }
	    .p1-c3-tip {
	        width: 93.2%;
	        margin: 3% auto 0;
	        font-size: 3.2vw;
	        text-align: left;
	        line-height: 1.7em;
	    }
	    .content.bg2 {
	        height: auto;
	    }
	    .p1-c3-img {
	        width: 90.8%;
	        margin: 3% auto 0;
	        padding-bottom: 8%;
	    }
	    .p2-c1-box {
	        padding-top: 5%;
	    }
	    .p2-c1-r {
	        width: 96%;
	        margin: 3% auto 0;
	        float: none;
	    }
	    .p2-c2-box {
	        width: 100%;
	        margin-top: -5%;
	    }
	    .p2-t-img,
	    .p2-m-img {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .p2-img-mask {
	        position: relative;
	        opacity: 1;
	    }
	    .p2-m-t {
	        top: 0;
	        left: 0;
	        position: relative;
	        width: 84%;
	        margin: 5% auto 0 !important;
	        padding-bottom: 5%;
	    }
	    .p2-m-t1 {
	        color: #000;
	        text-align: center;
	        font-size: 32px;
	    }
	    .p2-m-t1.t1 {
	        width: 60%;
	        margin: 0 auto !important;
	    }
	    .p2-m-t2 {
	        color: #000;
	        font-size: 24px;
	    }
	    .p2-c2-bottom {
	        margin-top: 0;
	    }
	    .p3-c1-box {
	        width: 98%;
	    }
	    .p3-c2 {
	        width: 98%;
	        margin: 0 auto;
	    }
	    #tenvideo {
	        position: absolute;
	        width: 80%;
	        z-index: 999;
	        left: 10%;
	        top: 30%;
	    }
	    .close {
	        width: 5%;
	        top: 25.5%;
	        right: 12%;
	    }
	    .bf-btn {
	        position: absolute;
	        z-index: 999;
	        left: 45%;
	        top: 41%;
	        width: 10%;
	    }
	    .bf-btn img {
	        width: 100%;
	    }
	    .main {
	        width: 100%;
	    }
	    .p3-list {
	        margin-top: 5%;
	    }
	    .p3-list li {
	        float: none;
	        width: 100%;
	    }
	    .p3-list-bg2 {
	        left: 0;
	        right: auto;
	    }
	    .p3-list-t2 {
	        left: 8%;
	        right: auto;
	        text-align: left;
	    }
	    .p3-list-t,
	    .p3-list-t2 {
	        font-size: 26px;
	    }
	    .p4-box {
	        height: auto;
	    }
	    .p4-bg1,
	    .p4-bg2,
	    .p4-bg3,
	    .p4-bg4,
	    .p4-txt {
	        background-image: none;
	        background-color: #ffffff;
	    }
	    .p4-txt {
	        position: static;
	        z-index: 111;
	        left: 0;
	        bottom: 0;
	        padding: 0;
	        width: 100%;
	    }
	    .p4-t {
	        margin-top: 3%;
	        margin-left: 0;
	        width: 100%;
	        font-size: 24px;
	        color: #000000;
	        line-height: 1.55em;
	    }
	    .p4-c {
	        display: block;
	        position: static;
	        z-index: 111;
	        top: 0;
	        left: 0;
	        margin: 2% auto 5% auto;
	        width: 88%;
	        font-size: 16px;
	        color: #000000;
	        line-height: 1.75em;
	    }
	    .p4-c4 {
	        margin: 2% auto 5% auto;
	        width: 88%;
	    }
	    /*change*/
	   .mp-menu{
	   	overflow: hidden;
	   }
	   .mp-menu a{
	   	float: left;
	   }
	   .mp-menu span{
	   	float: right;
	   	margin-right: 6%;
	   	margin-top: 5%;
	   	font-size: 8vw;
	   	color: #c9c9c9;
	   }
	   .mp-erji{
	   	display: none;
	   }
	   .mp-menu-1{
	   	overflow: hidden;
	   }
	   .mp-menu-1 a{
	   	float: left;
	   }
	   .mp-menu-1 span{
	   	float: right;
	   	margin-right: 6%;
	   	margin-top: 5%;
	   	font-size: 8vw;
	   	color: #c9c9c9;
	   }
	   .mp-erji-1{
	   	display: none;
	   }
	   .mp-erji-1 li{
	   		background: #f2f2f2;
	   }
	   .banner-txt p{
	   	font-size: 6.7vw;
	   }
	   .main-left img{
	   	height: inherit;
	   }
	   .pc-bg2{
	   	width: 75%;
	   }
	   .pc-bg2 img{
	   	height: 10vw;
	   }
	   .pc-szh-2{
	   	margin-left: -32.3%;
	   	top: 10%;
	   }
	   .pc-bg1{
	   	width: 57.5%;
	   }
	   .pc-szh{
	   	margin-left: -23.5%;
	   	top: 4px;
	   }
	   .pc-bg1 img{
	   	height: 10vw;
	   }
	   .p1-c3-img{
	   	width: 93.2%;
	   }
	   .mpnew-con6-b{
	   	width: 100%;
	   }
	   .mpcol-xs-4{
	   	width: 31.3%;
	   	float: left;
	   	padding: 0 1%;
	   }
	   .p1-c3-img img{
	   	height: 26.6vw;
	   	width: 80%;
	   	margin: 0 auto;
	   	margin-bottom: 12%;
	   }
	   .con3-box-slide-tit,.con3-box-slide-txt{
	   		font-size: 3.2vw;
	   		color: #666;
	   		font-weight: normal;
	   		text-align: center;
	   		margin-top: 4%;
	   }
	   .mp-con4-lb{
	   	padding-bottom: 15%;
	   }
	   .p1-c3-tip{
	   	padding-bottom: 0;
	   }
	   .p1-c3-img{
	   	padding-bottom: 3%;
	   }
	   .pc-bg3{
	   	width: 71%;
	   }
	   .pc-bg3 img{
	   	height: 10vw;
	   }
	   .pc-szh-3{
	   	margin-left: -30%;
	   	top: 4px;
	   }
	   .pc-view-4 p{
	   	width: 93.2%;
	   }
	   .pc-view-4 p{
	   	padding: 5% 0;
	   }
	   .pc-bg4{
	   	width: 44%;
	   }
	   .pc-bg4 img{
	   	height: 10vw;
	   }
	   .pc-szh-4{
	   	margin-left: -16.5%;
	   	top: 4px;
	   }
	   .mp-view-5{
	   	width: 93.2%;
	   	margin: 0 auto;
	   	margin-top: 5%;
	   }
	   .view-7-logo{
	   	width: 93.2%;
	   }
	   .view-7-logo img{
	   	width: 100%;
	   }
	   .mp-p{
	   	font-size: 3.2vw;
	   	color: #666;
	   	line-height: 1.7em;
	   	padding: 3% 5% 0;
	   	height: 36vw;
	   	box-shadow: 0 3px 6px rgba(0,0,0,0.08);
	   }
	   .mp-mr{
	   	padding-bottom: 12%;
	   }
	   .text-left{
	   	position: relative;
	   }
	   .mp-txt{
	   	position: absolute;
	   	top: 45%;
	   	left: 3%;
	   	font-size: 4vw;
	   	color: #fff;
	   	border-left: 3px solid #e60000;
	   	padding-left: 2vw;
	   }
	   .btn-next{
	   	width: 44%;
	   	font-size: 3.5vw;
	   	padding: 1.6vw 0;
	   }
	   .bg-m04{
	   	padding: 5% 0;
	   }
	   .banner-logo{
	   	width: 30vw !important;
	   	left: -4.2vw;
	   }
	   /*end*/
	}
	
	@media (max-width:640px) {
	    #top {
	        height: 55px;
	        padding:0;
	    }
	    .banner{
	    	margin-top:55px;
	    	padding:0;
	    	height: 104vw;
	    }
	    .logo {
	        width: 14.6%;
	        margin-top: 4.3%;
	        margin-left: 5%;
	    }
	    .mb {
	        width: 5.5%;
	        margin-top: 4.3%;
	        margin-right: 5%;
	    }
	    .menu {
	        top: 55px;
	    }
	    .c-title,
	    .c-title2,
	    .p2-m-t1 {
	        font-size: 4.5vw;
	    }
	    .pt-50 {
	        padding-top: 5vw;
	    }
	    .p1-c3-tip,
	    .p2-m-t2 {
	        font-size: 3.2vw;
	    }
	    .p1-c3-img {
	        margin-top: 5%;
	    }
	    .bottom {
	        height: auto;
	        line-height: 1.8em;
	        padding: 2% 0;
	    }
	    .bottom span {
	        display: block;
	    }
	    .p2-c1-box {
	        padding-bottom: 5%;
	    }
	    .p2-c2-box {
	        margin-top: -8%;
	    }
	    .p2-m-t1.t1 {
	        width: 80%;
	    }
	    .p3-list-t,
	    .p3-list-t2 {
	        font-size: 3.7vw;
	    }
	    .p4-t {
	        font-size: 5.4vw;
	    }
	    .p4-c {
	        font-size: 3.7vw;
	    }
	    .down {
	        width: 55px;
	        height: 45px;

	        font-size: 12px;
	    }

	}


@media (max-width:320px){	
 .fc{
		width: 20vw;
		height: 20vw;
		margin-top: -10vw;
	}
	.fc a span{
	position: absolute;
	color: #fff;
	font-size: 2.6vw;
	top: 13vw;
	left: 3vw;
	z-index: 11111111;
	font-weight: 600;
	display: inline-block;
}
}