@charset "utf-8";
/* CSS Document */
body,td,th,input,textarea,select{
	font-size:12px;
	font-family:'微软雅黑', Arial, Tahoma;
	color:#666;
}
body,dl,dt,dd,p,h3{margin:0;}
img{border:0px none; vertical-align:middle;}
table{border-collapse:collapse;}
ul{display:block; margin:0; padding:0;}
li{list-style:none;}
a{color:#666666; text-decoration:none; outline:none;}
a:hover{	transition:all ease 0.3s; color:#C6241F;}
.clear{ clear:both; height:0px !important; overflow:hidden;}
.wrap{width:1180px;margin:0 auto;}

.headwrap{
	height:100px;
	background:url(../images/hdbg.jpg) repeat-x 0 0;
	overflow:hidden;
	box-shadow:4px 4px 3px rgba(0,0,0,0.4);
	position:relative;
	z-index:999;
	}
.head{
	height:100px;
	position:relative;
	}
.head .logo{
	float:left;
	height:38px;
	width:328px;
	background: url(../images/logo.png) no-repeat 0 0;
	position:absolute;
	left:0px;
	top:30px;
	}
.nav-box {
	position: absolute;
	z-index:1000;
	left:500px;
	height:100px;
	overflow:hidden;
	 }
.nav-box ul {
	padding-top:40px;
	}
.nav-box ul li {
	list-style:none; 
	float:left;
	font-size:16px;
	margin:0 20px;
	}
.nav-box ul li a {
	display:inline-block;
	color:#333;
	}
.nav-box ul li a:hover{
	color:#C6241F;
	}
.nav-box .nav-line { 
	position:absolute; 
	left:0; 
	top:0; 
	height:2px;
	 line-height:2px; 
	 font-size:0; 
	 background:#C6241F;
	  }
.topbtn{
	position:absolute;
	right:0px;
	top:42px;
	vertical-align: middle;
	}
.topbtn span{
	float:left;
	display:inline-block;
	border-left:1px solid #ccc;
	margin:0 8px 0 5px;
	height:18px;
	}
.topbtn .alibaba{
	display:inline-block;
	height:16px;
	width:32px;
	background:url(../images/alibaba.png) no-repeat 0 0;
	}
.topbtn a{
	float:left;
	display:inline-block;
	font-size:14px;
	color:#999;
	}
.topbtn a:hover{
	color:#C6241F;
	}

.banner{
	width:100%;
	height:500px;
	}


.ind-news{
	background-color:#f5f5f5;
	padding:40px 0;
	margin-bottom:60px;
	}
.ind-news .news-l{
	float:left;
	width:295px;
	height:552px;
	}
.ind-news .news-l .img{
	width:295px;
	height:276px;
	overflow:hidden;
	position:relative;
	text-align:center;
	}
.ind-news .news-l .img img{
	width:295px;
	height:276px;
	}
.ind-news  .news-l .img i{
	display:block;
	width:20px;
	height:10px;
	background:url(../images/ind-news1.png) no-repeat 0 0;
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-10px;
	}
.ind-news  .con{
	padding:30px 20px 0 20px;
	height:246px;
	overflow:hidden;
	transition:all ease 1s;
	}
.ind-news .con h3{
	font-weight:normal;
	color:#000;
	font-size:14px;
	margin-bottom:15px;
	}	
.ind-news .con p.title{
	color:#C5241F;
	font-size:16px;
	margin-bottom:15px;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	}		
.ind-news  .con p.text{
	height:100px;
	color:#666;
	font-size:14px;
	margin-bottom:20px;
	line-height:1.8em;
	overflow:hidden;
	}		
.ind-news  .con p.time{
	padding-left:25px;
	color:#999;
	background:url(../images/in-news2.png) no-repeat left center;
	}
.ind-news .news-r{
	float:right;
	width:590px;
	height:552px;
	}
.ind-news .news-r .img{
	width:590px;
	height:276px;
	overflow:hidden;
	position:relative;
	text-align:center;
	}
.ind-news .news-r .img img{
	width:590px;
	height:276px;
	}
	
.ind-news   .news-r .img i{
	display:block;
	width:20px;
	height:10px;
	background:url(../images/ind-news1.png) no-repeat 0 -19px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-10px;
	}
.ind-news a:hover .con{
	background-color:#eee;
	}
.ind-news a .img img{
	transition:all ease 1s;
	}
.ind-news a:hover .img img{
	 -webkit-transition: 1s transform;
	  -webkit-transform: scale(1.1, 1.1);
	  transform: scale(1.1, 1.1);
	  transition: .5s transform;
	}

.ind-probox{
	margin-bottom:80px;
	}
.ind-probox .hd{
	height:37px;
	overflow:hidden;
	margin-bottom:20px;
	}
.ind-probox .hd .title{
	font-size:28px;
	float:left;
	color:#000;
	}	
.ind-probox .hd .btnbox{
	float:right;
	margin-top:10px;
	}	
.ind-probox .bd ul li{
	float:left;
	margin-right:20px;
	}
.ind-probox .bd ul li a{
	display:block;
	width:280px;
	height:245px;
	position:relative;
	overflow:hidden;
	}
.ind-probox .bd ul li a img{
	transition:all ease 0.4s;
	}
.ind-probox .bd ul li a img.gray{
	-webkit-filter: grayscale(80%);
	filter: grayscale(80%);
		}
		
.ind-probox .bd ul li a .title{
	background-color:#000;
	opacity:0.8;
	width:280px;
	height:46px;
	color:#fff;
	position:absolute;
	bottom:-46px;
	left:0px;
	line-height:46px;
	padding-left:15px;
	padding-right:50px;
	box-sizing:border-box;
	overflow:hidden;
	text-overflow:ellipsis; 
	white-space:nowrap;
	}
.ind-probox .bd ul li a .title span{
	display:block;
	background:#C6241F url(../images/indpro1.png) no-repeat center center;
	width:46px;
	height:46px;
	position:absolute;
	right:0px;
	bottom:0px;
	}

.ind-probox .btnbox a{
	display:block;
	float:left;
	height:26px;
	width:26px;
	background-image:url(../images/btn1.png);
	}
.ind-probox .btnbox a#prev{
	background-position:0px 0;
	margin-right:5px;
	}
.ind-probox .btnbox a#prev:hover{
	background-position:-31px 0;
	}
.ind-probox .btnbox a#next{
	background-position:-94px 0;
	}
.ind-probox .btnbox a#next:hover{
	background-position:-63px 0;
	}


.function-box{
	background-color:#f7f7f7;
	height:140px;
	}
.function-box ul li{
	float:left;
	height:140px;
	width:25%;
	text-align:center;
	font-size:16px;
	padding-top:30px;
	border-right:1px solid #ddd;
	overflow:hidden;
	box-sizing:border-box;
	}
.function-box ul li a{
	display:block;
	}
.function-box ul li p{
	height:50px;
	width:50px;
	text-align:center;
	margin:auto;
	margin-bottom:15px;
	}
.function-box ul li#fun1 p{
	height:56px;
	width:53px;
	background:url(../images/fun1.png) no-repeat 0 0;
	}
.function-box ul li#fun2 p{
	background:url(../images/fun2.png) no-repeat 0 0;
	}
.function-box ul li#fun3 p{
	width:54px;
	background:url(../images/fun3.png) no-repeat 0px 0;
	}
.function-box ul li#fun4{
	border:none;
	}
.function-box ul li#fun4 p{
	background:url(../images/fun4.png) no-repeat 0px 0;
	}
	
.footwrap .network{
	height:127px;
	background:url(../images/ftbg1.png) repeat-x 0 0;
	}
.footwrap .network .left{
	float:left;
	width:402px;
	height:127px;
	margin-left:-70px;
	padding-left:70px;
	background:url(../images/ftbg2.png)  no-repeat 0 0;
	}
.footwrap .network .left #jumpMenu{
	width:220px;
	height:40px;
	line-height:40px;
	margin-top:45px;
	border:none;
	padding-left:10px;
	font-size:14px;
	border-radius:5px;
	}

.footwrap .network .right{
	float:right;
	text-align:right;
	color:#fff;
	height:127px;
	padding-right:60px;
	font-size:14px;
	position:relative;
	}
.footwrap .network .right i{
	display:block;
	width:47px;
	height:70px;
	position: absolute;
	right:0px;
	top:25px;
	}


@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
.footwrap .network .right h3{
	font-size:28px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:10px;
	}
.footwrap .nav-ft{
	height:40px;
	background-color:#eee;
	line-height:40px;
	}
.footwrap .nav-ft a{
	display:inline-block;
	padding:0px 10px;
	}
.footwrap .nav-ft a:hover{
	background-color:#C6241F;
	color:#fff;
	} 
.footwrap .copy{
	line-height:40px;
	}
.footwrap .copy .left{
	float:left;
	}
.footwrap .copy .right{
	float:right;
	}
.float{
	width:48px;
    height: 210px;
    position: fixed;
    right: 1px;
    bottom: 40px;
    z-index: 999;
	}
.float .fla{
	display:block;
	height:48px;
	width:48px;
	text-align:center;
	background-color:#666;
	position:relative;
	transition:all ease .3s;
	margin-bottom:1px;
	cursor:pointer;
	}
.float .fla .img{
	height:48px;
	width:48px;
	position:absolute;
	left:0px;
	top:0px;
	line-height:46px;
	}
.float .fla .img img{
	vertical-align:middle;
	}
.float .fla .con{
	width:100px;
	height:48px;
	line-height:48px;
	background-color:#666;
	color:#fff;
	position:absolute;
	left:49px;
	top:0px;
	}
.float .fla:hover{
	background-color:#C6241F;
	}
.float  #qq dl,.float  #tel dl{
	width:120px;
	border:1px solid #ddd;
	background-color:#fff;
	position:absolute;
	left:-138px;
	top:-44px;
	padding-bottom:10px;
	display:none;
	padding:6px;
	}
.float  #qq dl dt,.float  #tel dl dt{
	background-color:#C6241F;
	color:#fff;
	padding:6px;
	margin-bottom:15px;
	}
.float  #qq dl dd,.float  #tel dl dd{
	margin-bottom:10px;
	}
.float  #wechat div{
	width:140px;
	height:140px;
	border:1px solid #ddd;
	position:absolute;
	left:-148px;
	top:-44px;
	display:none;
	}