﻿@charset "utf-8";
/*首页*/
.banner-box {
	position: relative;
	min-width: 1200px;
}

.banner {
	height: 578px;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	position: relative;
}

.banner .swiper-container {
	height: 578px;
	width: 100%;
}

.banner .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 20px;
	width: 100%;
	z-index: 3;
}

.banner .swiper-pagination-switch {
	display: inline-block;
	height: 12px;
	width: 12px;
	background-color: transparent;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 8px;
	cursor: pointer;
}

.banner .swiper-active-switch {
	background: #cf1b1c;
	width: 34px;
	height: 12px;
	border-radius: 10px;
	border: none;
}

.banner .swiper-wrapper {
	height: 578px;
	width: 100%;
	overflow: hidden;
}
.swiper-slide>div{
	width: 1200px;
	margin: 0 auto;
	height: 630px;
	position: relative;
}
.banner1-t div{
	position: absolute;
	width: 100%;
	left: 0;
	top: 45%;
	margin-top: -80px;
}
.banner1-t div p:nth-child(1){
	font-size: 44px;
	font-weight: bold;
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #fff;
	opacity: 0;
	
}
.swiper-slide-active .banner1-t div p:nth-child(1){
	-webkit-animation: a1 1s ease-in-out;
	animation: a1 1s ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes a1 {
	0% {
		-webkit-transform: translate3d(0, -30px, 0);
		-moz-transform: translate3d(0, -30px, 0);
		-ms-transform: translate3d(0,-30px, 0);
		transform: translate3d(0, -30px, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes a1 {
	0% {
		-webkit-transform: translate3d(0,-30px, 0);
		-moz-transform: translate3d(0, -30px, 0);
		-ms-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.banner1-t div p:nth-child(2){
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-shadow: 5px 5px 5px #696969;
}


.swiper-slide-active .banner1-t div p:nth-child(2){
	-webkit-animation: a2 1s ease-in-out;
	animation: a2 1s ease-in-out;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes a2 {
	0% {
		-webkit-transform: translate3d(0, 30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0,30px, 0);
		transform: translate3d(0, 30px, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}

@keyframes a2 {
	0% {
		-webkit-transform: translate3d(0,30px, 0);
		-moz-transform: translate3d(0, 30px, 0);
		-ms-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}



.banner1-t div p:nth-child(3) {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-shadow: 5px 5px 5px #696969;
}


.swiper-slide-active .banner1-t div p:nth-child(3) {
    -webkit-animation: a3 1s ease-in-out;
    animation: a3 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes a3 {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0,30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes a3 {
    0% {
        -webkit-transform: translate3d(0,30px, 0);
        -moz-transform: translate3d(0, 30px, 0);
        -ms-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}







.cont1 li{
	float: left;
	width: 386px;
	margin-right: 21px;
}
.cont1 li:last-child{
	margin-right: 0;
}
.cont1 li>a{
	box-sizing: border-box;
	width: 386px;
	height: 253px;
	display: block;
	padding: 10px;
	border:1px solid #dcdcdc;
}
.cont1 li:hover>a{
	border-color: #cf1b1c;
}
.cont1 li>a i{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
/**改*/

.cont1 {
    width: 1200px !important;
    margin: 0 auto;
    position:relative;
}

.swiper-button-prev {
    width: 40px;
    height: 40px;
    float: left;
    background: url(../img/_left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 1px 5px #e6e6e6;
    transition: all 0.2s ease-in;
    margin-top: 100px;
    position: absolute;
    left: -70px;
    top: 50%;
    margin-top: -20px;
}

    .swiper-button-prev:hover {
        background-position: 0px -40px;
        border: 1px solid #15B2FF;
        box-shadow: 0px 0px 2px #15B2FF;
    }

.swiper-button-next {
    width: 40px;
    height: 40px;
    float: right;
    background: url(../img/_right.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 1px 1px 5px #e6e6e6;
    transition: all 0.2s ease-in;
    /* margin-top: 100px; */
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: -70px;
}

    .swiper-button-next:hover {
        background-position: 0px -40px;
        border: 1px solid #15B2FF;
        box-shadow: 0px 0px 2px #15B2FF;
    }

.bd {
    /* width: 1000px !important;*/
}

.tempWrap {
    width: 1200px !important;
}    

/**end*/


.cont1 li>a img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1 li:hover>a img{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.cont1 li div{
	line-height: 50px;
	border-bottom: 1px solid #e5e5e5;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1 li:hover div{
	background-color: #cf1b1c;
	border-color: #cf1b1c;
	padding: 0 15px;
}
.cont1 li div h2{
	float: left;
	font-size: 18px;
	color: #454545;
    width: 60%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.cont1 li:hover div h2{
	color: #fff;
}
.cont1 li div a{
	float: right;
	font-size: 12px;
	color: #aaa;
	padding-right: 25px;
	background: url(../img/index/cont1_gd.png) no-repeat right center;
}
.cont1 li:hover div a{
	color: #fff;
	background-image: url(../img/index/cont1_gds.png);
}
.cont2{
	margin-top: 50px;
}
.cont2-tit{
	background: url(../img/index/cont2_bg.jpg) no-repeat 290px bottom;
}
.cont2-tit div{
	background-color: #fff;
	padding-right: 20px;
}
.cont2-tit div h2{
	font-size: 30px;
	color: #454545;
}
.cont2-tit div span{
	display: block;
	font-size: 14px;
	color: #bababa;
}
.cont2-tit a{
	float: right;
	height: 34px;
	line-height: 34px;
	width: 120px;
	text-align: center;
	border: 1px solid #d2d2d2;
	font-family: verdana;
	font-size: 14px;
	color: #555;
	margin-top: 28px;
}
.cont2-tit a:hover{
	border-color: #999;
}
.cont2-l{
	width: 490px;
}
.cont2-l img{
	width: 100%;
	height: auto;
}
.cont2-r{
	width: 640px;
}
.cont2-r h2{
	font-size: 24px;
	text-align: center;
	color: #333;
	margin-bottom: 10px;
}
.cont2-r p{
	text-indent: 2em;
	font-size: 14px;
	color: #555;
	line-height: 30px;
}
.cont3{
	min-width: 1200px;
	position: relative;
}
.cont3-tit{
	width: 100%;
	min-width: 1200px;
	position: absolute;
	top: 20px;
}
    .cont3-tit h2 {
        text-align: center;
        margin-top: 30px;
        font-size: 30px;
        color: #fff;
    }
.cont3-tit p{
	text-align: center;
	color: #bababa;
}
.cont3-c li{
	float: left;
	width: 50%;
}
.cont3-c li:nth-child(1){
	height: 460px;
	background: url(../img/index/01.png) no-repeat 100px bottom;
	background-color: #232423;
}
.cont3-c li:nth-child(1) div{
	float: right;
	width: 252px;
	margin-top: 180px;
	margin-right: 70px;
}
.cont3-c li div h4{
	font-size: 18px;
	font-weight: bold;
	color: #f1f0f0;
	width: 252px;
	margin-bottom: 15px;
}
.cont3-c li div p{
	font-size: 14px;
	color: #c8c7c7;
}
.cont3-c li:nth-child(2){
	height: 460px;
	background: url(../img/index/02.png) no-repeat 400px bottom;
	background-color: #232423;
}
.cont3-c li:nth-child(2) div{
	float: left;
	width: 330px;
	margin-top: 206px;
	margin-left: 70px;
}
.cont3-c li:nth-child(3){
	height: 374px;
	background: url(../img/index/03ss.jpg) no-repeat right bottom;
	background-color: #242524;
}
.cont3-c li:nth-child(3) div{
	float: left;
	width: 255px;
	margin-top: 150px;
	margin-left: 300px;
}
.cont3-c li:nth-child(4){
	height: 374px;
	background: url(../img/index/04s.jpg) no-repeat left bottom;
	background-color: #2a2a2a;
}
.cont3-c li:nth-child(4) div{
	float: right;
	width: 255px;
	margin-top: 120px;
	margin-right: 300px;
}
.cont3-c li:last-child{
	width: 100%;
	height: 282px;
	background: url(../img/index/05s.jpg) no-repeat center center;
	background-color: #242424;
}
.cont3-c li:last-child div{
	margin: 90px auto 0;
	width: 360px;
}
.cont4-c-l{
	position: relative;
}
.cont4-c-l .swiper-container{
	width: 434px;
	height: 316px;
}
.cont4-c-l a img{
	width: 434px;
	height: 316px;
}
.cont4-c-l .pagination {
	position: absolute;
	right: 0;
	text-align: right;
	bottom: 10px;
	width: 100%;
	z-index: 5;
}

.cont4-c-l .swiper-pagination-switch {
	display: inline-block;
	height: 4px;
	width: 25px;
	background-color: #fff;
	margin: 0 8px;
	cursor: pointer;
}
.cont4-c-l .swiper-active-switch {
	background: #cf1b1c;
}
.cont4-c-r{
	width: 700px;
}
.cont4-c-time{
	width: 70px;
	height: 100px;
	padding-right: 45px;
	border-right: 1px dotted #dcd9d4;
}
.cont4-c-time span{
	display: block;
	font-size: 14px;
	line-height: 39px;
	border-bottom: 1px dotted #dcd9d4;
	color: #999;
	text-align: center;
}
.cont4-c-time em{
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	color: #454545;
}
.cont4-c-time em i{
	font-size: 14px;
	color: #999;
}
.cont4-c-c{
	width: 550px;
}
.cont4-c-c h4 a{
	display: block;
	font-size: 16px;
	color: #454545;
	line-height: 34px;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont4-c-c p{
	font-size: 12px;
	color: #787878;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.cont4-c-r li{
	padding-bottom: 8px;
	border-bottom: 1px solid #e6e4e1;
	margin-bottom: 10px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont4-c-r li:hover .cont4-c-time span,.cont4-c-r li:hover .cont4-c-time em,.cont4-c-r li:hover .cont4-c-time em i{
	color: #cf1b1c;
}
.cont4-c-r li:hover{
	border-color: #cf1b1c;
	transform: translate3d(0,-4px,0);
	-webkit-transform: translate3d(0,-4px,0);
	-moz-transform: translate3d(0,-4px,0);
	-ms-transform: translate3d(0,-4px,0);
}
.cont4-c-r li:hover .cont4-c-c h4 a{
	color: #cf1b1c;
}
/*.cont4-c-r li:last-child{
	border: 0;
}*/

/*product*/
.crumbs-tab a{
	float: left;
	line-height: 70px;
	height: 70px;
	font-size: 16px;
	color: #454545;
	margin-right: 50px;
}
.crumbs-tab a:last-child{
	margin-right: 0;
}
.crumbs{
	border-bottom: 1px solid #dcdcdc;
}
.crumbs-tab a:hover{
	box-sizing: border-box;
	border-bottom: 2px solid #cf1b1c;
}
.crumbs-tab a.active{
	box-sizing: border-box;
	border-bottom: 2px solid #cf1b1c;
}
.crumbs-wz{
	margin-right: 25px;
}
.crumbs-wz li{
	float: left;
	font-size: 14px;
	color: #999;
	line-height: 40px;
	margin-top: 30px;
	margin-left: 3px;
}
.crumbs-wz li a{
	color: #999;
}
.crumbs-lx a{
	display: block;
	float: left;
	width: 110px;
	font-size: 12px;
	padding: 60px 0 15px;
	margin-top: -41px;
}
.crumbs-lx a span,.crumbs-lx em{
	display: block;
	text-align: center;
	color: #fff;
}
.crumbs-lx a:first-child{
	background: url(../img/xx.jpg) no-repeat center 20px;
	background-color: #353535;
}
.crumbs-lx a:last-child{
	background: url(../img/phone.jpg) no-repeat center 20px;
	background-color: #cc3033;
	margin-left: 10px;
}
.product li {
    float: left;
    width: 386px;
    margin-left: 20px;
    margin-bottom: 39px;
}
.product li:nth-child(3n){
	margin-right: 0;
}
.product li div{
	display: block;
	box-sizing: border-box;
	width: 386px;
	height: 253px;
	display: block;
	padding: 10px;
	border:1px solid #dcdcdc;
	position: relative;
}
.product li div i{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}
.product li:hover div i img{
	opacity: 0.7;
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.product li div i img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product li>a{
	display: block;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	color: #454545;
	margin-top: 2px;
}
.product li:hover>a{
	background-color: #cf1b1c;
	border-color: #cf1b1c;
	color: #fff;
}
    .product li div a {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../img/product/gd.png) no-repeat center center;
        position: absolute;
        left: 5%;
        margin-left: -22px;
        top: 10%;
        margin-top: -22px;
        opacity: 0;
    }
.product li:hover div a{
	-webkit-animation: c2 .4s ease-out;
	animation: c2 .4s ease-out;
	opacity: 1;
}

@-webkit-keyframes c2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		transform: scale(.2)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes c2 {
	0% {
		opacity: 0;
		-webkit-transform: scale(.2);
		-ms-transform: scale(.2);
		transform: scale(.2)
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}
/*产品详情*/
.crumbs h2{
	float: left;
	float: left;
	line-height: 70px;
	height: 70px;
	font-size: 16px;
	color: #cf1b1c;
	box-sizing: border-box;
	border-bottom: 2px solid #cf1b1c;
}
.product-xq-l{
	width: 650px;
}
.product-xq-l .product-m{
	width: 650px;
	height: 420px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	padding: 15px;
}
.product-xq-l .product-m i{
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product-xq-l .product-m i img{
	width: 100%;
	height: 100%;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product-xq-l .product-m:hover i img{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.devices{
	height: 180px;
	padding: 0 20px;
	overflow: hidden;
	position: relative;
	width: 650px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 20px;
}
.devices .swiper-slide i{
	display: block;
	width: 180px;
	height: 110px;
	margin: 0 auto;
	border: 1px solid #ef4600;
	box-sizing: border-box;
}
.devices .swiper-slide:hover i{
	border: 5px solid #ef4600;
}
.devices .swiper-slide i.active{
	border: 5px solid #ef4600;
}
.devices .swiper-slide i img{
	display: block;
	width: 100%;
	height: 100%;
}
.devices .arrow-left {
  background: url(../img/product/left.png) no-repeat left top;
  position: absolute;
  left: 0px;
  top: 40px;
  width: 17px;
  height: 30px;
}
.devices .arrow-right {
  background: url(../img/product/right.png) no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 35px;
  width: 17px;
  height: 30px;
}
.product-xq-r{
	width: 510px;
}
.product-xq-r h2{
	font-size: 24px;
	color: #353535;
	font-weight: bold;
}
.product-xq-r ul li {
	font-size: 14px;
	color: #565656;
	line-height: 30px;
}
.product-tj-t h2{
	float: left;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	border-left: 3px solid #cc3033;
}
.product-tj-t a{
	float: right;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	padding-left: 20px;
	background: url(../img/product/qh.png) no-repeat left center;
}
.product-ti-c a{
	float: left;
	width: 290px;
	margin-right: 13.33px;
}
.product-ti-c a:last-child{
	margin-right: 0;
}
.product-ti-c a i{
	display: block;
	overflow: hidden;
}
.product-ti-c a i img{
	width: 290px;
	height: 194px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.product-ti-c a:hover i img{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.product-ti-c a span{
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.product-ti-c a:hover span{
	color: #cf1b1c;
}

/*技术创新*/
.skill ul li{
	float: left;
	margin-right: 22.5px;
}
.skill ul li:last-child{
	margin-right: 0;
}
.skill ul li img{
	width: 385px;
	height: 272px;
}
.skill-c h2{
	font-size: 18px;
	color: #555;
	font-weight: bold;
}
.skill-c h2 i{
	display: block;
	width: 44px;
	height: 2px;
	background-color: #555;
	margin-top: 5px;
}
.skill-c p{
	font-size: 14px;
	color: #787878;
	line-height: 24px;
	text-indent: 2em;
	margin-top: 20px;
}

/*联系我们*/
.map{
	width: 728px;
	height: 550px;
}
.map img{
	width: 100%;
	height: 100%;
}
.contat-r{
	width: 380px;
}
.contat-r i{
	display: block;
}
.contat-r i img{
	width: 135px;
	height: 135px;
}
.contat-r h2{
	font-size: 20px;
	color: #454545;
	border-bottom: 1px solid #bcbcbc;
	line-height: 20px;
	padding-bottom: 10px;
	margin: 25px 0 15px;
}
.contat-r h2 i{
	font-size: 10px;
}
.contat-r ul li{
	font-size: 14px;
	color: #454545;
	line-height: 36px;
	padding-left: 25px;
	background: url(../img/contact/icon.png) no-repeat;
	margin-bottom: 5px;
}
.contat-r ul li:nth-child(1){
	background-position: 0 5px;
}
.contat-r ul li:nth-child(2){
	background-position: 0 -47px;
}
.contat-r ul li:nth-child(3) {
    background-position: 0 -47px;
}
.contat-r ul li:nth-child(4) {
    background-position: 0 -47px;
}
.contat-r ul li:nth-child(5) {
    background-position: 0 -47px;
}
.contat-r ul li:nth-child(6){
	background-position: 0 -96px;
}
.contat-r ul li:nth-child(7){
	background-position: 0 -142px;
}
.leave_box{
	height: 608px;
	width: 100%;
	min-width: 1200px;
	background: url(../img/contact/bg.jpg) no-repeat 50%;
	overflow: hidden;
	margin-top: 60px;
}
.leave{
	width: 810px;
	margin: 45px auto 0;
	background: url(../img/contact/bg.png) repeat;
	box-sizing: border-box;
	padding: 0 135px;
	overflow: hidden;
}
.leave h2{
	font-size: 24px;
	color: #333;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.leave li{
	margin-bottom: 15px;
}
.leave li label{
	display: inline-block;
	width: 80px;
	text-align: right;
	font-family: 14px;
	color: #333;
	height: 34px;
	line-height: 34px;
}
.leave li i{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	margin-left: 5px;
	font-size: 12px;
	color: #999;
}
.leave li input{
	display: inline-block;
	height: 34px;
	line-height: 34px;
	width: 210px;
	background-color: #eee;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	padding: 0 10px;
}
.leave .leave_c label{
	float: left;
	margin-right: 5px;
}
.leave .leave_c textarea{
	float: left;
	resize: none;
	background-color: #eee;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	width: 450px;
	height: 90px;
	padding: 10px;
}
.leave .btn{
	display: block;
	width: 165px;
	height: 38px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin: 40px auto;
	background-color: #ff0000;
}

/*人力资源*/
.talent-l{
	width: 698px;
}
.talent-l ul{
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	height: 328px;
	border-right: 0;
}
.talent-l ul li{
	border-bottom: 1px solid #dbdbdb;
	box-sizing: border-box;
	padding: 30px 60px 0;
	height: 50%;
}
.talent-l ul li:last-child{
	border-bottom: 0;
}
.talent-l ul li h4{
	font-size: 18px;
	color: #454545;
	margin-bottom: 10px;
}
.talent-l ul li p{
	font-size: 14px;
	color: #676767;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.talent-r{
	width:502px;
}
.talent-r img{
	width: 502px;
	height: 328px;
}
.invite-box{
	margin-top:20px;
}
.invite{
	border: 1px solid #eae9e9;
	border-bottom: none;
}
.invite:last-child{
	border-bottom: 1px solid #eae9e9;
}
.invite-tab{
	padding: 0 20px;
	background-color: #cc3033;
}
.invite-tab li{
	float: left;
	width: 25%;
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
}
.invite h4{
	color: #666;
	font-size: 14px;
	box-sizing: border-box;
	cursor: pointer;
	background: url(../img/talent/bottom.jpg) no-repeat 97% center;
	padding: 0 20px;
}
.invite h4.active{
	background-image: url(../img/talent/top.png);
	border-bottom: 1px solid #eae9e9;
	color: #cc3033;
}
.invite h4:hover{
	color: #cc3033;
}
.invite h4 span{
	display: block;
	float: left;
	height: 44px;
	line-height: 44px;
	width: 25%;
}
.invite div{
	background-color: #f9f9f9;
	box-sizing: border-box;
	padding: 20px;
}
.invite div div{
	padding: 0;
}
.invite div h5{
	font-size: 18px;
	color: #333;
}
.invite div p{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.talents-zp h2{
	font-size: 24px;
	color: #454545;
	text-align: center;
}
.talents-zp{
	margin-bottom: 80px;
}

/*新闻中心*/
.news-list .time{
	width: 90px;
	height: 122px;
	border: 2px solid #e5e5e5;
	padding: 0 10px;
	color: #c2c2c2;
	box-sizing: border-box;
}
.news-list li:hover .time{
	border-color: #959595;
	color: #959595;
}
.news-list .time span{
	display: block;
	text-align: center;
	line-height: 58px;
	font-size: 36px;
	border-bottom: 1px solid #e5e5e5;
}
.news-list .time  em{
	display: block;
	text-align: center;
	line-height: 59px;
	font-size: 24px;
}
.news-list .news-c{
	width: 820px;
	margin-left: 40px;
}
.news-list .news-c h4 a{
	display: block;
	font-size: 16px;
	color: #454545;
	line-height: 30px;
	margin: 5px 0 0;
}
.news-list li:hover .news-c h4 a{
	color: #cf1b1c;
}
.news-list .news-c p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news-list .news-c>a{
	display: block;
	height: 30px;
	line-height: 30px;
	width: 72px;
	text-align: center;
	font-size: 12px;
	color: #999;
	border: 1px solid #d2d2d2;
	border-radius: 50px;
	margin-top: 5px;
}
.news-list li:hover .news-c>a{
	color: #cf1b1c;
	border-color: #cf1b1c;
}
.news-list li{
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.news-list li:hover{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	transform: translate3d(0,-6px,0);
	-webkit-transform: translate3d(0,-6px,0);
	-moz-transform: translate3d(0,-6px,0);
	-ms-transform: translate3d(0,-6px,0);
}
.news-list li{
	padding-bottom: 40px;
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 40px;
	padding-left: 100px;
}

/*新闻详情*/
.jp-tj{
	width: 300px;
}
.jp-tj h2{
	height: 60px;
	line-height: 60px;
	background: url(../img/news/border.jpg) no-repeat 20px center;
	background-color: #cc3033;
	color: #fff;
	padding-left: 40px;
	font-size: 24px;
}
.jp-tj h2 span{
	font-size: 14px;
}
.jp-tj ul{
	border: 1px solid #dcdcdc;
	padding: 15px;
}
.jp-tj ul li a{
	display: block;
}
.jp-tj ul li a i{
	display: block;
	overflow: hidden
}
.jp-tj ul li a i img{
	width: 100%;
	height: 161px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.jp-tj ul li a:hover i img{
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}
.jp-tj ul li a span{
	display: block;
	font-size: 14px;
	color: #454545;
	text-align: center;
	line-height: 40px;
	height: 40px;
}
.jp-tj ul li a:hover span{
	color: #ef4600;
}
.jp-tj ul li{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 15px;
}
.jp-tj ul li>img{
	width: 85%;
	height: auto;
	margin: 0 auto;
}
.jp-tj ul li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.news-xq-c{
	width: 850px;
}
.news-xq-tit h2{
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.news-xq-tit p{
	text-align: center;
	font-size: 12px;
	color: #999;
}
.news-xq-tit p span{
	margin: 0 10px;
}
.news-xq-tit{
	padding-bottom: 15px;
	border-bottom: 1px solid #e7e7e7;
}
.news-xq-c img{
	width: 80%;
	height: auto;
	margin: 0 auto;
}
.news-xq-c>p{
	font-size: 12px;
	color: #787878;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 10px;
}
.news-xq-c ul{
	margin-top: 20px;
}
.news-xq-c ul li{
	font-size: 12px;
	margin-bottom: 8px;
}
.news-xq-c ul li a{
	color: #333;
}
.news-xq-c ul li em{
	color: #999;
}

/*关于我们*/
.about-ms{
	position: relative;
}
.about-ms i{
	display: block;
	position: absolute;
	left: 0;
	bottom: -80px;
}
.about-ms-l{
	width: 382px;
}
.about-ms-l img{
	width: 100%;
	height: auto;
}
.about-ms-r{
	width: 770px;
	height: 258px;
	overflow-y: scroll;
	padding-right: 40px;
	box-sizing: border-box;
}
.about-ms-r h4{
	font-size: 18px;
	color: #cf1b1c;
	margin-bottom: 10px;
}
.about-ms-r p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 24px;
	color: #454545;
	margin-bottom: 2px;
}
.about-ms-r p:last-child{
	margin-bottom: 0;
}
.about-kh{
	height: 326px;
	background: url(../img/about/bg.jpg) no-repeat center center;
	min-width: 1200px;
	margin-top: 150px;
}
.about-kh ul{
	width: 600px;
	margin-top: 80px;
}
.about-kh ul li{
	float: left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin-right: 15px;
	margin-bottom: 30px;
}
.video{
	width: 499px;
	height: 340px;
	box-sizing: border-box;
	padding: 20px;
	background:url(../img/about/botder.png) no-repeat center bottom;
	margin-top: -140px;
}
.about-ry-tit{
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
.about-ry-tit h2{
	float: left;
	font-size: 16px;
	color: #454545;
	line-height: 40px;
}
.about-cut{
	float: right;
	margin-top: 14px;
}
.about-cut a{
	float: left;
	display: block;
	height: 17px;
	width: 17px;
	margin: 0 5px;
}
.about-cut .arrow-left{
	background: url(../img/about/left.png) no-repeat center center;
}
.about-cut .arrow-right{
	background: url(../img/about/right.png) no-repeat center center;
}
.about-ry i{
	display: block;
}
.about-ry i img{
	width: 278px;
	height: 194px;
	margin: 0 auto;
}
.about-ry{
	height: 194px;
    overflow:hidden;
}

/*2018-08-29*/
.top ul li{
    float:left;
    margin-left:25px;
}
.top ul li a{
    line-height:53px;
    font-size:14px;
    color:#666;
}