

/* header-start */
.table{
	margin-bottom: 0px
}
.header{
	width: 100%;
	height: 80px;
	background: #ac2d7c;
	position: fixed;

	top: 0;
	left: 0;
	z-index: 990
}
.container{
	padding-top: 90px
}
.logo{
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.logo img{
	height: 100%
}
.language{
	float: right;
	margin-right: 210px;
	margin-top: 20px

}
.language a{
	display: block;
	width: 100px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
	border:solid 1px #fff;
	border-radius:10px;
	float: left;
	margin-left: 12px
}
a:hover{
	text-decoration: none
}
.nav-btn{
	width: 50px;
	height: 37px;
	background: url(../images/icon/menu-btn.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 20px;
	right: 40px;
	cursor: pointer;
}


.r-mask{
	width: 100%;
	height: 100%;
	background:#d13438;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.nav-wrap2{
	display: none;
}
.i1-2{

}
.p1-mag{
	margin: 5px
}
/* .page1-bg:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background-color:rgba(209,52,56,1);
}
.page1-bg:hover:after{
	background-color:rgba(0,0,0,0.3);
} */
.prt{
	position: relative;
}
.w-45{
	width: 45%
}
.h{
	height: 80px;
}
.p1-img{
	width: 100%
}
.p1-icon {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    z-index: 2;
}
.container {
    padding-top: 70px;
    position: relative;
}

.w-45 {
    width: 44%;
}
.page1 a{
	display: block;
	transition: all .3s;
}
.brick-item-active{
	box-shadow: 0px 6px 10px #8B7E7E;
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);
	position: relative;
	transition: all .3s;
}
.p1-w{
    position: absolute;
    right: 15px;
    bottom: -53px;
    width: 200px;
}
/* nav */
.mask{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	filter:alpha(opacity=80);      
	-moz-opacity:0.8;     
	-khtml-opacity:0.8;             
	opacity: 0.8;
	position: fixed;
	z-index: 889;
	display: none        

}
.nav{
	position: fixed;
	width: 100%;
	top: 90px;
	right: -20px;
	z-index: 999;
	display: none;
}
.nav1{
	right: 0
}
.nav1 .one-menu{
	float: none;
}
.nav1 .one-menu li{
	float: none;
	line-height: 2
}
.nav1 .one-menu li>a{
	padding-left: 20px
}
.nav1 .two-menu{
	overflow:hidden;
	margin-top:0;
}
.nav1 .two-menu li{
	float: left;
}
.one-menu{
	float: right
}
.one-menu a{
	color: #fff
}
.one-menu>li{
	float: left;
}
.one-menu>li>a{
	font-size: 22px;
	padding: 0px 40px;
	border-right:solid 1px #cb3793;
}
.no-b{
	border-right: none!important;
}
.two-menu{
	margin-top: 20px;
	display: block

	;
}
.two-menu li{
	line-height: 2.2;
	text-align: center;
}
.two-menu a{
	font-size: 18px;
}
.two-menu a:hover{
	color: #d13438
}
.nav .language{
	position: absolute;
	top: 0px;
	left: 55px;
	margin-top: 0px;
	display: none
}
.nav .language a{
	float: none;
	margin-bottom: 15px
}

/* page2 */
.page2{
	width: 100%;
	background: url(../images/pic/bg2.jpg) no-repeat center top;
}
.page2 img{
	width: 100%!important
}
.page2 h1{
	margin-top: 0px;
	margin-bottom: 0px;
}
.page2 h1 a{
	font-size: 19px;
	color: #fff
}
.page2 h1 a:hover{
	text-decoration: underline!important;
}
.page2-con-wrap{
	width: 90%
}
.p2-mag{
	margin: 6px
}
.p2-mag-b{
	margin: 0px 6px
}
/* .page2-con-wrap a img{
	display: block;
	margin: 0px!important
} */
.page2-con-lf{
	width: 65%;
	float: left
}
.page2-con-lr{
	width: 35%;
	float: right
}
.page2-con-lf a{
	display: block;
	position: relative;
}
.page2-con-lf a:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .3s;
	background-color:#000;
	filter:alpha(opacity=0);      
	-moz-opacity:0;     
	-khtml-opacity:0;             
	opacity: 0;
}

.page2-con-lf a p{
	position: absolute;
	color: #fff;
	font-size: 18px;
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0;
	display: none;
	z-index: 2
}
.b-t{
	top: 35%;
}
.page2-con-lf a:hover:after{
	filter:alpha(opacity=70);      
	-moz-opacity:0.7;     
	-khtml-opacity:0.7;             
	opacity: 0.7;
}
.page2-con-lf a:hover p{
	display: block
}
.pa2-mag-r{
	margin-right: 50px
}
.more-case{
	width: 89px;
	height: 89px;
	position: absolute;
	right: 20px;
	bottom: 0px;
	background: url(../images/icon/more-al.jpg) no-repeat;
	background-size: 100%;
	cursor: pointer;
}
..more-case1{
	display: none
}

/* page3 */
.page3{
	background: url(../images/pic/bg3.jpg) no-repeat center top;
}
.page3-tit{
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-top: 14%;
	margin-bottom: 80px;
}
.p3-bgColor{
	width: 78%;
	height: 150px;
	margin: 0 auto;
	cursor: pointer;
}
.p3-bgColor:hover .p3-icon{
	filter:alpha(opacity=100);      
	-moz-opacity:1;     
	-khtml-opacity:1;             
	opacity: 1;
}
.p3-bgColor h1{
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.p3-bgColor img{
	width: 100%
}
.p3-1{
	background: #d13438
}
.p3-2{
	background: #1987cd
}
.p3-3{
	background: #107c10
}
.p3-4{
	background: #80397b
}
.p3-icon{
	filter:alpha(opacity=70);      
	-moz-opacity:0.7;     
	-khtml-opacity:0.7;             
	opacity: 0.7;
}
/* page4 */
.page4{
	background: url(../images/pic/bg4.jpg) no-repeat center top;
}
.page4-lf{
	float: left;
}
.page4-lf h1{
	font-size: 38px;
	color: #fff;
	margin-bottom: 15px
}
.page4-lf li{
	line-height: 2.2;
}
.page4-lf li a{
	font-size: 20px;
	color: #fff
}
.page4-lr{
	float: right;
	width: 100%;
}
.page4-lf li a:hover{
	color: #bdb239
}

.page5-tit a{
	color: #fff	
}
.page5-tit a:hover{
	text-decoration: underline!important;
}

/* page5 */

.page5{
	background: url(../images/pic/bg5.jpg) no-repeat center top;
}
.page5 img{
	width: 90%!important;
	margin:0 auto!important
}

.page5-ft .container{
	padding: 0px!important
}

.ny_Page .container{
	padding: 0px!important
}
.page5-ft p{
	font-size: 16px;
	color: #777777;
}
.ny_Page p{
	font-size: 16px;
	color: #777777;
}
.page5-ft p a{
	color: #777777;
}
.ny_Page p a{
	color: #777777;
}
.dz{
	padding-left: 25px;
	background: url(../images/icon/dz.png) no-repeat left center;
	background-size: auto 22px
}
.phone{
	padding-left: 25px;
	background: url(../images/icon/phone.png) no-repeat left center;
	background-size: auto 23px
}
.email{
	padding-left: 30px;
	background: url(../images/icon/email.png) no-repeat left center;
	background-size: auto 14px
}
.rr{
	padding-left: 30px;
	background: url(../images/icon/rr.png) no-repeat left center;
	background-size: auto 22px
}
.page5-ft{
	width: 100%;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.ny_Page{
	width: 100%;
	background-color: #fff;
	
}

.flipy {
    -moz-transform:scaleY(-1);
    -webkit-transform:scaleY(-1);
    -o-transform:scaleY(-1);
    transform:scaleY(-1);
    transition: all .3s;
    /*IE*/
    filter:FlipV;
}
.anim{
	animation: myfirst 1s;
	-moz-animation: myfirst 1s;	/* Firefox */
	-webkit-animation: myfirst 1s;	/* Safari 和 Chrome */
	-o-animation: myfirst 1s;	/* Opera */
}
@keyframes myfirst{
	0%{
		transform: scale(1,1);
		-ms-transform: scale(1,1);	
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);	
		-moz-transform: scale(1,1);	
	}
	50%{
		transform: scale(1.15,1.15);
		-ms-transform: scale(1.15,1.15);	
		-webkit-transform: scale(1.15,1.15);
		-o-transform: scale(1.15,1.15);	
		-moz-transform: scale(1.15,1.15);
	}
	100%{
		transform: scale(1,1);
		-ms-transform: scale(1,1);	
		-webkit-transform: scale(1,1);
		-o-transform: scale(1,1);	
		-moz-transform: scale(1,1);	
	}
}




























@media(max-width:440px) {

	.w-45 {
	    width: 43%;
	}
	.h {
	    height: 95px;
	}
}
@media(max-width:400px) {

	.w-45 {
	    width: 43%;
	}
	.h {
	    height: 84px;
	}
	.nav{
		top: 60px;
		right: 30px
	}
	.nav .language{
		top: 5px;
	}
	.page2 .col-xs-6{
		height: 135px!important;
	}
	.page2 h1 a {
	    font-size: 16px;
	    color: #fff;
	}
}
@media(max-width:340px) {

	.w-45 {
	    width: 43%;
	}
	.h {
	    height: 69px;
	}
	.nav {
	    right: 30px;
	    top: 60px;
	}
	.one-menu>li>a{
		font-size: 18px
	}
	.two-menu a{
		font-size: 14px
	}
	.nav .language {
	    left: 25px;
	}
	.language a {
	    width: 90px;
	    height: 25px;
	    font-size: 14px;
	    line-height: 25px;
	}
	.page2 .col-xs-6 {
	    height: 120px!important;
	}
	.page2 h1 a {
	    font-size: 16px;
	}
	.page2 .container {
	    padding-top: 51px;
	}
	.p3-bgColor {
	    height: 130px;
	}
	.page3-tit {
	    font-size: 28px!important;
	}
	.page5-tit a {
	    font-size: 18px!important;
	}
	.page5-tit {
	    margin-bottom: 10px!important;
	}
	.page5-ft p {
	    font-size: 12px!important;
	    margin-bottom: 1px!important
	}
	.ny_Page p {
	    font-size: 12px!important;
	    margin-bottom: 1px!important
	}
	.b-t{
		top: 25%;
	}
}



@media(max-width:765px) {
	
	.header{
		height: 50px
	}
	.nav-btn{
		width: 31px;
		height: 25px;
		top: 17px;
		right: 16px;
	}
	.header .language{
		display: none
	}
	.nav{
		right: 30px;
	}
	.nav .language{
		display: block
	}
	.phone-dis{
		display: none
	}
	.language {
	    float: right;
	    margin-right: 53px;
	    margin-top: 16px;
	}
	.one-menu{
		margin-top: -10px
	}
	.page2 h1{
		line-height:20px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left:20%;
	}
	.pa2-mag-r{
		margin-right: 0px
	}
	.page2 .col-xs-6{
		height: 145px;
	}
	.page2-con-lf{
		float: none;
		margin: 0 auto
	}
	.more-case{
		display: none

	}
	.page3-tit{
		margin-top: 2%;
		margin-bottom: 30px;
	}
	.p3-bgColor h1 {
	    font-size: 22px;
	}
	.page3 .col-xs-6{
		margin-bottom: 15px
	}
	.page3-tit {
	    font-size:36px;
	}
	.page4-lr{
		/* display: none */
	}
	.page4-lf h1 {
	    font-size: 28px;
	}
	.page5-tit{
		margin-bottom: 20px
	}
	.page5-tit a{
		font-size: 24px;
	}
	.p5-icon img{
		display: block;
		width: 70%!important;
		margin: 0 auto!important
	}
	.col-xs-4{
		margin-bottom: 10px
	}
	.page5-ft p{
		margin-bottom: 6px;
		font-size: 15px;
	}
	.page5-ft .container{
		padding-left: 30px!important
	}
	.page5-ft{
		padding-top: 10px
	}
	.ny_Page p{
		margin-bottom: 6px;
		font-size: 15px;
	}
	.ny_Page .container{
		padding-left: 30px!important
	}
	.ny_Page{
		padding-top: 10px
	}
	.dz{
		background: url(../images/icon/dz.png) no-repeat left center;
		background-size: auto 16px
	}
	.phone{
		background: url(../images/icon/phone.png) no-repeat left center;
		background-size: auto 17px
	}
	.email{
		background: url(../images/icon/email.png) no-repeat left center;
		background-size: auto 12px
	}
	.rr{
		background: url(../images/icon/rr.png) no-repeat left center;
		background-size: auto 17px
	}
	.page4-lf li{
		float: left;
		margin: 0px 5px
	}
	.page4-lf li a {
	    font-size: 16px;
	}
	.page4-lr{
		margin-top: 10px
	}
	#fullPage-nav li, .fullPage-slidesNav li{
	    width: 12px;
	    height: 12px;
	    margin: 12px 0px;
	}
	.more-case1{
		display: block;
		font-size: 14px;
		color: #fff;
		position: absolute;
		bottom: -20px;
		right: 53px;

	}
	.page2-con-lf a p{
		font-size: 12px;
	}
	.b-t{
		top: 30%;
	}
	.page5-ft p a{
		border-bottom: solid 1px blue
	}
	.ny_Page p a{
		border-bottom: solid 1px blue
	}

	.nav-wrap1{
		display: none
	}
	.nav-wrap2{
		display: block;
		width: 100%;
		overflow:hidden;
		text-align: center;
	}
	

	.nav-wrap2 .two-menu{
		display: none;
	}
	.nav .nav-wrap2 .two-menu li {
		float: none
	}
	.nav .nav-wrap2 .one-menu{
		float: right;
		width: 100%;
	}
	.nav .nav-wrap2 .one-menu li{
		text-align: center;
	}
	.nav .nav-wrap2 .one-menu li>a{
		width: 100%;
		padding: 0;
		display: block;
	}
	.nav{
		width: 100%;
		right: 0
	}
	.gu{
		height: 100rem;
		width: 100%
	}

	.indemo{
		width: 100%;
	}
	
}
@media(max-width:992px) {
	.one-menu>li {
	    float: none;
	    line-height: 2.5;
	}
	.one-menu>li>a{
		border:none;
	}




}
@media (min-width: 768px){
	.p1-icon {
	    width: 80px;
	    height: 80px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    margin-top: -40px;
	    margin-left: -40px;
	    z-index: 2;
	}
	.h {
	    height: 116px;
	}
	.container {
	    padding-top: 90px;
	}
	.page5-ft .container {
	    padding-left:20px!important;
	}
	.ny_Page .container {
	    padding-left:20px!important;
	}
	.p1-w{
		width: 250px;
		bottom: 0px
	}
	.more-case{
		width: 60px;
		height: 60px
	}
	.p3-bgColor{
		height: 150px
	}
	.p3-bgColor h1 {
	    font-size: 22px;
	}
	.page4-lr{
		width: 568px;
	}
	.page4 .container {
	    padding-top: 125px;
	}
	.page4-lf h1 {
	    font-size: 26px;
	}
	.page5-tit{
		margin-top: 70px;
		margin-bottom: 34px;
	}
	.page5-tit a{
		font-size: 28px;
	}
	.page5-ft{
		padding-top:15px;
		padding-bottom: 15px
	}
	.ny_Page{
		padding-top:15px;
		padding-bottom: 15px
	}
	
}
@media (min-width: 992px){

	.h {
	    height: 152px;
	}
	.w-45 {
	    width: 46%;
	}
	.page1 .container {
	    padding-top:105px;
	}
	.page2 .container {
	    padding-top:90px;
	}
	.p1-icon{
		width: 140px;
		height: 140px;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -70px;
		margin-left: -70px;
		z-index: 2
	}
	.p1-w{
		width: 300px;
		bottom: 0px
	}
	.p2-link-img{
		height: 135px
	}
	.p2-img-2{
		height: 63px
	}
	.p2-link-img1{
		height:64px;
	}
	.p3-bgColor{
		height: 200px
	}
	.page4-lr{
		width:568px
	}
	.page5-tit{
		margin-top: 70px;
		margin-bottom: 34px;
	}
	.page5-tit a{
		font-size: 28px;
	}
	.page5-ft{
		padding-top:15px;
		padding-bottom: 15px
	}
	.ny_Page{
		padding-top:15px;
		padding-bottom: 15px
	}

}

@media (min-width: 1200px){

	.h {
	    height: 155px;
	}
	.w-45 {
	    width: 45%;
	}
	.p1-mag {
	    margin: 8px;
	}
	.p2-link-img{
		height: 145px
	}
	.p2-img-2{
		height: 68px
	}
	.p2-link-img1{
		height: 69px;
	}
	.p3-bgColor{
		height: 210px;
	}
	.page4-lr{
		width:570px
	}
	.page5-tit{
		margin-top: 80px;
		margin-bottom: 44px;
	}
	.page5-tit a{
		font-size: 30px;
	}
	.page5-ft{
		height: 95px;
		padding-top: 25px;
	}
	.ny_Page{
		height: 95px;
		padding-top: 25px;
	}
	.page5 .container{
		width: 1240px;
	}
	.page5-ft p {
	    font-size: 14px;
	}
	.ny_Page p {
	    font-size: 14px;
	}
	.dz{
		background: url(../images/icon/dz.png) no-repeat left center;
		background-size: auto 19px
	}
	.phone{
		background: url(../images/icon/phone.png) no-repeat left center;
		background-size: auto 19px
	}
	.email{
		background: url(../images/icon/email.png) no-repeat left center;
		background-size: auto 14px
	}
	.rr{
		background: url(../images/icon/rr.png) no-repeat left center;
		background-size: auto 19px
	}


}


@media (min-width: 1600px){

	.h {
	    height: 236px;
	}
	.page1 .container {
	    padding-top: 132px;
	}
	.page2 .container {
	    padding-top: 95px;
	}
	.p1-w{
		position: absolute;
		right: 0px;
		bottom: 0px
	}
	.p2-link-img{
		height: 218px
	}
	.p2-img-2{
		height: 103px
	}
	.p2-link-img1{
		height: 105px;
	}
	.p3-bgColor{
		width: 78%;
		height: 235px;
		margin: 0 auto;
		cursor: pointer;
	}
	.page4-lr {
	    width: 790px;
	}
	.page4 .container{
		margin-top: 33px
	}
	.page5-tit{
		margin-top: 100px;
		margin-bottom: 44px;
	}
	.page5-tit a{
		font-size: 36px;
	}
	.page5-ft{
		height: 95px;
		padding-top: 25px;
	}
	.ny_Page{
		height: 95px;
		padding-top: 25px;
	}
	.page5 .container{
		width: 1500px;
	}
	.page2 .col-lg-3 {
	    width: 25%;
	    margin-right: 50px;
	}
	.b-t {
	    top: 42%;
	}
	.page2 h1 a{
		padding-left: 5px
	}
}


.jia_a a{color: #fff;}
.jia_a a:hover{color: #bdb239!important;}























































































