*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "microsoft yahei";
	min-width:1200px;
}
.hide{
	display: none;
}
a{
	color: #808080;
	text-decoration: none;
}
a:hover{
	color: #ee2d31;
}
img{
	vertical-align: middle;
}
li{
	list-style-type: none;
}
.wrap{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.siteheader{
	position: relative;
}
.siteheader .logo{
    padding: 15px 0 30px;
    display: block;
    width:260px;
    height:120px;
    text-align:left;
}
.siteheader .logo img{
/* 	display:block; */
}
.siteheader .tel{
	    position: absolute;
    right: 0;
    top: 0px;
    padding-left: 55px;
    height: 51px;
    line-height: 51px;
    font-size: 30px;
}
.siteheader .tel i{
	    position: absolute;
    display: block;
    width: 51px;
    height: 51px;
    background: url(../image/kf.png);
    background-size: cover;
    left: 0;
}
.ellipsis{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index-swiper{
	position: relative;
	overflow: hidden;
}
.index-swiper .pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 30px;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.index-swiper .swiper-pagination-switch {
    display: inline-block;
    width: 60px;
    height: 6px;
    margin: 0 20px;
    border-radius: 10px;
    cursor: pointer;
    background: #fff;
}
.index-swiper .swiper-pagination-switch.swiper-active-switch {
     background: #ee2d31;
}

.index-swiper .swiper-control{
	    position: absolute;
    width: 1200px;
    height: 54px;
    top: 50%;
    margin-top: -27px;
    z-index: 99;
    left: 50%;
    margin-left: -600px;
}
.index-swiper .swiper-control .arrow-left{
	width: 54px;
	height: 54px;
	background: url(../image/left1.png);
	background-size: cover;
	position: absolute;
	left: 0;
}
.index-swiper .swiper-control .arrow-right{
	width: 54px;
	height: 54px;
	background: url(../image/right1.png);
	background-size: cover;
	position: absolute;
	right: 0;
}
.sitenav{
	position: absolute;
    background: #fff;
    right: 0;
    top: 0;
    height: 100%;
}
.sitenav .navitem{
	position: relative;
    text-align: center;
    height: 100%;
}
.sitenav .navitem:after{
	content:'';
	clear: both;
	display:block;
}
.sitenav .item{
	display: block;
    color: #333;
    height: 100%;
    float: left;
}
.sitenav .item a {
	display:block;
    padding: 0 30px;
    color: #333;
    height: 120px;
    font-size: 16px;
    line-height:120px;
}
.sitenav .item:hover a,.sitenav .item.active a{
	background: #ee2d31;
	color:#fff;
}

.index-banel{
	position: relative;
	padding-bottom: 80px;
}
.index-banel.banel_1{
	background: url(../image/bg-jtgk.png) no-repeat;
	background-size: cover;
}
.b_title{
	position: relative;
	padding: 0 100px;
	margin: 0 auto;
	width: 380px;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 40px;
}
.b_title .name span{
	font-size: 30px;
	color: #333333;
}
.b_title .name div{
	font-size: 16px;
	color: #808080;
}
.banel_1 .b_title .name span{
	font-size: 30px;
	color: #fff;
}
.banel_1  .b_title .name div{
	font-size: 16px;
	color: #ffffff;
}
.b_title  .line-l{
	height: 1px;
	width: 90px;
	position: absolute;
	left: 0;
	top:90px;
	background: #cccccc;
}
.b_title  .line-r{
	height: 1px;
	width: 90px;
	position: absolute;
	right: 0;
	top:90px;
	background: #cccccc;
}
.info .intrduce{
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	padding: 0 142px;
	font-size: 16px;
	overflow: hidden;
}
.info a.linkt{
	display: block;
	width: 150px;
	height: 48px;
	border: 3px solid #fff;
	    border-radius: 22px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	line-height: 42px;
	margin-top: 30px;
}
.info a.linkt:hover{
	background: #fff;
	color: #333333;
}
.newsitem{
	margin-right: -30px;	
}
.newsitem .item{
	position: relative;
	width: 380px;
	height:426px ;
	float: left;
	margin-right: 30px;
	padding: 20px;
	background: #f7f7f7;
	transition: all .3s ease-in-out;
	top: 0; 
}
.newsitem .item:hover{
	top:-5px;
}
.newsitem .item .pic{
	width: 340px;
	height: 230px;
	position: relative;
}
.newsitem .item .pic img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.newsitem:after,.developmentlist:after,.footer .f-l:after{
	content:'';
	display: block;
	clear: both;
}
.newsitem .item .word{
	margin-top: 20px;
}
.newsitem .item .word h4{
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-weight: normal;
}
.newsitem .item .word .cword{
	color: #808080;
	font-size: 16px;
	padding-top: 16px;
}
.newsitem .item .word .cword a{
	color: #ee2d31;
	font-size: 16px;
}
.developmentlist .litem{
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}
.developmentlist .litem img{
	width: 100%;
	vertical-align: middle;
	display: block;
}
.developmentlist .litem .word-content{
	position: absolute;
	width: 200px;
	text-align: center;
	height: 180px;
	top:50%;
	margin-top: -90px;
	left: 50%;
	margin-left: -100px;
	color: #fff;
	transition: all .3s ease-in-out; 
	overflow: hidden;
}
.word-content .l-word{
	position: relative;
	top: 80px;
	font-size: 20px;
	transition: all .3s ease-in-out; 
}
.word-content a{
	z-index: -1;
	visibility: hidden;
	top: 100px;
	left: -300px;
	display: block;
	text-align: center;
	position: relative;
	transition: all .6s ease-in-out; 
}
.word-content:hover{
	background: #fff;
}
.word-content:hover .l-word{
	top: 40px;
	color: #333333;
}
.word-content:hover a{
	visibility: visible;
	z-index: 9;
	top: 100px;
	left: 0;
}
.word-content:hover a i{
	width: 18px;
	height: 10px;
	background: url(../image/ll.png);
	background-size: cover;
	display: inline-block;
	margin-left: 25px;
}
.footer{
	padding: 40px 0 25px;
	background: #333333;
}
.footer .f-l{
	position: relative;
	padding-right: 300px;
	height: 190px;
}
.f-l dl{
	float: left;
	width: 115px;
	color: #808080;
	font-size: 16px;
}
.f-l dl dt{
	margin-bottom: 20px;
}
.f-l dl dd{
	padding: 8px 0 0 ;
}
.f-r{
	position: absolute;
	right: 0;
	top: 0;
}
.f-r img{
	width: 190px;
}
.footer .t-center{
	margin-top: 15px;
}
.t-center{
	color: #808080;
	text-align: center;
}


.swiper-slide img{
	display: block;
	vertical-align: middle;
}


.tabhead{
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.pagenav ul{
	text-align: center;
}
.pagenav ul li{
	display: inline-block;
	*display: inline;
}
.clearfix:after{
	content: '';
	display: block;
	clear: both;
}
.pagenav ul li a{
	display: block;
	padding: 20px 30px;
	font-size: 16px;
}
.pagenav ul li.active a,.pagenav ul li a:hover{
	color: #fff;
	background: #ee2d31;
}
.contitem{
	display: none;
}
.contitem.active{
	display: block;
}
.contitem .article{
	padding: 50px 0;
	
}
.contitem .article h3{
	font-size: 30px;
	color: #1f1f1f;
	text-align: center;
	font-weight: normal;
}
.contitem .article .a-word{
	font-size: 16px;
	margin-top: 30px;
	line-height: 40px;
	color: #808080;
}

.newsitems{
	
}
.newsitems .item{
	position: relative;
	margin-top: 30px;
	padding-left: 462px;
	height: 300px;
}
.newsitems .item .newsimg{
	width: 462px;
	height: 300px;
	position: absolute;
	left: 0;
}
.newsitems .item .newsimg img{
	width: 462px;
	height: 300px;
}
.pagecont{
	margin-bottom: 50px;
}
.newsitems .newcont{
	position: relative;
	padding: 40px 50px;
	background: #f7f7f7;
	height: 300px;
	overflow: hidden;
}
.newsitems .newcont h4{
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: normal;
}
.newsitems .newcont a:hover h4{
	color: #EE2D31;
}
.newsitems .newcont .time{
	color: #808080;
	font-size: 16px;
}
.newsitems .newcont .info{
	color: #808080;
	font-size: 16px;
	line-height: 30px;
	margin-top: 15px;
	overflow: hidden;
}

.articlewrap {
	margin-top: 50px;
}
.articlewrap .title{
	position: relative;
	color: #000000;
	font-size: 30px;
}
.articlewrap .time{
	color: #808080;
	font-size: 16px;
	margin-top: 8px;
}
.articlewrap .info{
	margin-top: 50px;
	color: #808080;
	font-size: 16px;
	line-height: 30px;
}
.product {
	margin: 0 -30px 50px 0;
}
.product .item{
	float: left;
	width: 380px;
	margin-right: 30px;
	margin-top: 46px;
}
.product .item .img{
	position: relative;
	width: 380px;
	height: 435px;
	overflow: hidden;
}
.product .item .img img{
	position: absolute;
	width: 380px;
	height: 100%;
	max-height: 435px;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.product .item .name{
	font-size: 20px;
	color: #1f1f1f;
	padding: 10px 0;
}

.product-control{
	position: absolute;
    bottom: 0;
    opacity: .8;
    z-index: 9;
 /*   background: #000000;   */
    width: 100%;
    padding: 10px 40px;
    text-align: right;
    color: #fff;
    font-size: 25px;
    -moz-user-select:none;
}
.product-control div{
	display: inline-block;
	*display: inline;
}
.product-control #index{
	color: #EE2D31;
}
.product-control .arrow{
	    font-size: 40px;
    cursor: pointer;
    padding: 0 8px;
    position: relative;
    -moz-user-select:none;
     -ms-user-select:none;
     -webkit-user-select: none;
}
.product-control .arrowindex{
	position: relative;
	top: -5px;
}
.productinfo{
	margin-top: 50px;
}
.productinfo .title{
	font-size: 30px;
	color: #1f1f1f;
	margin-bottom: 25px;
	text-align: center;
}
.productinfo .info{
	position: relative;
	font-size: 16px;
	line-height: 40px;
	color: #808080;
	margin-top: 40px;
}
.jobitems{
	position: relative;
}
.jobitems .item .title{
	position: relative;
	padding-left: 160px;
	height: 108px;
	background: #f7f7f7;
	cursor: pointer;
}
.jobitems .item .title .time{
	position: absolute;
	width: 100px;
	height: 50px;
	left: 30px;
	top: 30px;
}
.jobitems .item .title .time .line{
	display: block;
	height: 1px;
	background: #808080;
}
.jobitems .item .title .time span{
	display: block;
	text-align: center;
	color: #808080;
	font-size:20px
}
.jobitems .item .title .name{
	height: 108px;
	line-height: 108px;
	font-size: 20px;
	color: #000000;
}
.jobitems .item .title:hover{
	background: #EE2D31;
}
.jobitems .item .title:hover .time span{
	color: #fff;
}
.jobitems .item .title:hover .time .line{
	background: #fff;
}
.jobitems .item .title:hover .name{
	color: #fff;
}
.jobitems{
	margin: 50px 0;
}
.jobitems .info{
	display: none;
	padding: 30px;
	color: #808080;
}

