@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style: none;
	height:100%;
}
body {
	font-family: "Microsoft Yahei";
	padding-top: 0;
	font-size: 14px;
	margin:0px;
	height:100%;
}
img {
	border: 0px;
}
ul,li {
	margin:0px; padding:0px;
	list-style:none;
	}
a {
	outline: none;
	text-decoration: none;
}
a:hover,a:active,a:focus {
	text-decoration:none;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.clear {
	clear:both;
	}
.pull-right {
	float: right;
}
.pull-left {
	float: left;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.select {
	outline: none;
	height:40px;
	font-family: "Microsoft Yahei";
	font-size:12px;
	width:300px;
	margin-left:20px;
	margin-top:20px;
	}

.mainBg {
	background: url('../images/bg.png');
	animation: upin 6s ease;
	z-index: -1;
	height: 100vh;
	background-size: cover;
	width:100%;
}
@keyframes upin {
	0% {
		transform: scale(1.1)
	}

	100% {
		transform: scale(1)
	}
}
.boot-top {
	background: #A12100;
	z-index: 999;
	opacity: .9;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	padding:0 5%;
	height:75px;line-height:75px;color:#fff;
}
.boot-top a{color:#fff;font-size:16px;margin:0 20px;}

.boot-top .boot_content{float:left;}
.boot-top .boot_nav{float:right;}

.marquee-box {
	overflow:hidden;
	width:100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	
}
.marquee {
	width:8000%;
	height:100%;
	
}
.wave-list-box {
	float:left;
}
.wave-list-box ul{float:left; height:100%; overflow:hidden; zoom:1; }
.wave-list-box ul li{height:100%; width:100%; float:left;  list-style:none; }

.wave-box {
	position: relative;
	height:100%;
	background-color:#0FA2EF;
}
.wave1 {
	position: absolute;
	overflow:hidden;
	width: 100%;
	height:100%;
}
.wave2 {
	position: absolute;
	overflow:hidden;
	width: 100%;
	height:100%;
}
.marquee2 {
	position:absolute;top:0px;left:0px;width:100%;height:100%;overflow:hidden;
}

.wave-list {
	position: relative;
	width: 100%;
	height:100%;
	background:#000;
	top: 0px;
	overflow: hidden;
}
.wave-list li {
	float: left;
}

.menuitem {
	position:absolute;
	top:50%; left:50%;
	margin-left:-490px;
	margin-top:-200px;
	width:980px;
	height:400px;
	}
.menuitem .logo {
	height:200px;
	}
.menuitem .logo img {
	width:880px; height:200px;
	margin:auto;
	display:block;
	}
.menuitem .item {
	width:980px;
	height:140px;
	}
.menuitem .item a {
	display:block;
	width:100px; height:100px;
	border:1px solid #FFF;
	float:left;
	margin:20px;
	background-color:rgba(0,0,0,.3);
	border-radius:50px;
	line-height:100px;
	color:#FFF;
	font-size:18px;
	text-align:center;
	transition:all 0.3s ease;-webkit-transition:all 0.3s ease;
	}
.menuitem .item a:hover {
	/*background-color:#0E4DA1;*/
	background-color:rgba(0,0,0,.7);
	border-radius:10px;
	}
.wechat {
	background-image:url(../img_main/wechat.fw.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	
	}
.wechat div {
	display:none;
	opacity:0;
	}
.wechat div img{
	width:100px; height:100px;
	margin:10px;
	border-radius:10px;
	}
.wechat:hover div {
	width:240px;
	height:100px;
	display:block;
	position:absolute;
	top:120px; right:-10px;
	opacity:1;
	}
	
	
/*大区快*/
.bigmenuitem {	
	position:absolute;
	top:50%; left:50%;
	margin-left:-550px;
	margin-top:-300px;
	max-width:1100px;width: 100%;
	height:600px;
}
.bigmenuitem .logo {
	height:200px;
	}
.bigmenuitem .logo img {
	max-width:759px; height:auto;
	margin:auto;
	display:block;
	}
.bigmenuitem .item {
	max-width:720px;
	height:220px;
	position:relative;
	margin:80px auto 0;
	}

.bigmenuitem .item ul li{color:#000;text-align:left;float:left;position:relative;padding:0px;margin:0 20px;display:block;width:200px; height:200px;}
.bigmenuitem .item ul li .nr1{height:auto;}
.bigmenuitem .item ul li .nr1 p{padding:0px 0 0 30px;font-size:16px;margin:10px 10px 0 5px;height:30px;line-height:30px;}
.bigmenuitem .item ul li .nr1 p:first-child{margin-top:30px;}
.bigmenuitem .item ul li .nr1 p.address{background:url(../images/address.png) no-repeat left center;background-size:30px auto;}
.bigmenuitem .item ul li .nr1 p.tel{background:url(../images/tel.png) no-repeat left center;background-size:30px auto;margin:30px 10px 0 5px}

.bigmenuitem .item ul li .nr2{
	border-top: solid 1px rgba(255,255,255,.2);
	width:100%;
	text-align: center;
	height:54px;
	position:absolute;
	left:0;
	bottom:0;
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}
.bigmenuitem .item ul li .nr2 a:hover{
	background-color:rgba(140,0,0,.8);
	border-radius: 0;
}
.bigmenuitem .item ul li .nr2 a{
	width:33.33333%;
	height:54px;
	background-repeat: no-repeat;
	background-size: auto 70%;
	background-position: center center;
	float:left;
	color:#fff;
}
.bigmenuitem .item ul li .nr2 a.cd_fx1{
	background-image: url('../images/t_wx.png');
}
.bigmenuitem .item ul li .nr2 a.cd_fx2{
	background-image: url('../images/t_dy.png');
	background-size: auto 65%;
}
.bigmenuitem .item ul li .nr2 a.cd_fx3{
	background-image: url('../images/t_sp.png');
	background-size: auto 55%;
}
.bigmenuitem .item ul li .nr2 a:hover.cd_fx1 {
	background-image: url('../images/t_wx.png');
}
.bigmenuitem .item ul li .nr2 a:hover.cd_fx2 {
	background-image: url('../images/t_dy.png');
}
.bigmenuitem .item ul li .nr2 a:hover.cd_fx3 {
	background-image: url('../images/t_sp.png');
}
.bigmenuitem .item ul li .nr2 a .nr2_ewm{
	position:absolute;
	width:100%;
	text-align: center;
	height:147px;
	background-color:rgba(140,0,0,.8);
	left:0px;
	bottom:53px;
	padding:5px 0;
	display: none;

	filter:alpha(opacity=0); -moz-opacity:0; opacity:0;
}
.bigmenuitem .item ul li .nr2 a .nr2_ewm .iitem{
	width:100%;
	padding:10px 0 0;
	display: inline-block;
}
.bigmenuitem .item ul li .nr2 a .nr2_ewm .iitem img{
	height:100px;
	margin-bottom:0px;
}
.bigmenuitem .item ul li .nr2 a .nr2_ewm .iitem p{
	font-size:14px;color:#fff;height:auto;
}

.bigmenuitem .item li{

	}
.bigmenuitem .item a:hover {
	/*background-color:#0E4DA1;*/
	
	border-radius:100px;
	}
.bigmenuitem .item .btn01 {display:block;
	width:200px; height:200px;
	float:left;
	border-radius:0px;
	font-size:23px;
	text-align:center;
	transition:all 0.5s ease;-webkit-transition:all 0.5s ease;
	box-shadow: 2px 3px 3px #111;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:130px;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.3);
	color:#FFF;
	background-image:url(../images/index-logos.png);
	background-position: center center;
	
	}
.bigmenuitem .item .btn02 {
	display:block;
	width:200px; height:200px;
	float:left;
	border-radius:0px;
	font-size:23px;
	text-align:center;
	transition:all 0.5s ease;-webkit-transition:all 0.5s ease;
	box-shadow: 2px 3px 3px #111;
	background-position:center;
	background-repeat:no-repeat;
	padding-top:130px;
	top:0px;
	left:240px;
	background-color:rgba(0,0,0,0.3);
	color:#fff;
	background-image:url(../images/pic_1.png);
	background-position: center 35%;
	
	}
.bigmenuitem .item .btn03 {
	top:0px;
	left:480px;
	background-color:rgba(0,71,127,.8);
	color:#FFF;
	background-image:url(../images/pic_3.png);
	background-position: center 35%;
	}
.bigmenuitem .item .btn04 {
	top:60px;
	left:540px;
	background-color:rgba(255,255,255,.8);
	color:#00477F;
	background-image:url(../images/pic_4.png);
	background-position: center 35%;
	}
.bigmenuitem .item .btn05 {
	top:0px;
	left:720px;
	background-color:rgba(0,71,127,.8);
	color:#FFF;
	background-image:url(../images/pic_5.png);
	background-position: center 35%;
	}
.bigmenuitem .item .btn06 {
	top:60px;
	left:900px;
	background-color:rgba(255,255,255,.8);
	color:#00477F;
	background-image:url(../images/pic_6.png);
	background-position: center 35%;
	}
.rightmenu {
	position:absolute;
	width:520px;
	height:50px;
	right:20px;
	top:20px;
	text-align:right;
	}
.rightmenu a {
	color:#fff;
	font-size:12px;
	display:inline-block;
	margin-left:20px;
	position:relative;
	width:70px; 
	height:25px;
	text-align:center;
	
	}
.rightmenu a:hover i {
	display:block;
	width:70px; height:1px;
	position:absolute;
	left:0px; bottom:0px;
	border-bottom:1px solid #fff;
	-webkit-animation: bottomline 1 0.5s;
	animation: bottomline 1 0.5s; 
	}
@-webkit-keyframes bottomline {
	0% {
		width: 0px;
	}
	100% {
		width: 70px;
	}
}

@media (max-width: 767px){
    .boot-top{display:none;}
	.bigmenuitem .item ul li{width:96%;margin:2%;height:50px;}
	.bigmenuitem .item .btn01{display:none;width:100%;height:50px;line-height:40px;font-size:16px;padding:5px 0;border-radius:5px;background-image:url(../images/pic_1m.png);background-position:30% center;background-size:25px auto;}
	.bigmenuitem .item .btn02{width:100%;height:50px;line-height:40px;font-size:16px;padding:5px 0;border-radius:5px;background-image:url(../images/pic_1m.png);background-position:30% center;background-size:25px auto;}
	.bigmenuitem .item .btn07{width:96%;border-radius:5px;}
	.bigmenuitem .item ul li .nr1{display:none;}
	.bigmenuitem .item ul li .nr2{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;}
	.bigmenuitem .item ul li .nr2 a.cd_fx1{}
	.bigmenuitem .item ul li .nr2 a.cd_fx3{}
}

