/*头部*/
.header {
	height: 90px;
	width: 100%;
	border-bottom: 1px solid #dbd4c4;
	box-shadow: 0px 0px 5px #ccc;
	background: #fff;
	z-index: 99;
}
.header.fixed {position: fixed;}
.header .logo {
	float: left;
	display: block;
	line-height: 89px;
}
.header .top {
	margin-top: 15px;
}
.header .search {
	float: right;
	height: 22px;
	width: 150px;
	margin-left: 10px;
	padding: 0 0 0 10px;
	border: 1px solid #dadada;
	border-radius: 20px;
}
.header .search .text {
	width: 110px;
	line-height: 20px;
}
.header .search .btn {
	width: 16px;
	height: 20px;
	background: url(../images/search.png) no-repeat center center;
	cursor: pointer;
}
.header .contact {
	padding: 3px 18px;
}
.header .contact a {
	display: inline-block;
	float:left;
	min-width: 30px;
	height: 15px;
	margin: 0 6px;
}
.header .contact a.l1 {background-position: 3px 0px;}
/*.header .contact a.l2 {background-position: -27px 0px;}*/
.header .contact a.l3 {background-position: -63px 0px; position:relative;}
.header .contact a.l4 {background-position: -97px 0px;}
.header .nav li {
	float: left;
	margin: 0 1px;
	position: relative;
}
.header .nav li>a {
	display: block;
	font-size: 15px;
	color: #000;
	padding: 16px 25px 15px;
}
.header .nav li.active>a,.header .nav li:hover>a {
	color: #D22D37;
}
.header .nav li:hover .subnav {
	display: block;
}
.header .nav li .subnav {
	position: absolute;
	left: 0;
	top: 50px;
	background: url(../images/bg07.png);
	padding: 0 25px;
	border-bottom: 3px solid #faa200;
	display: none;
}
.header .nav li .subnav a {
	display: block;
	line-height: 35px;
	font-size: 14px;
	white-space:nowrap;
	text-transform:uppercase;
}
.header .nav li .subnav a:hover {
	color: #e61e28;
}
/*右侧悬浮*/
.float {
	position: fixed;
	right: 50px;
	top: 40%;
	margin-top: -135px;
	width: 53px;
	background: #BF212A;
    color: #fff;
    font-size: 16px;
}
.float ul li {
	width: 53px;
	height: 53px;
	margin-bottom: 1px;
	background: #D22D37;
}
.float ul li:last-child {margin-bottom: 0px;}
.float ul li i {
	display: block;
	width: 53px;
	height: 53px;
	float: left;
    background: url("../images/icon03.png") no-repeat;
}
.float ul li.l1 i {background-position: center 1px;}
.float ul li.l2 i {background-position: center -54px;}
.float ul li.l3 i {background-position: center -104px;}
.float ul li.l4 i {background-position: center -161px;}
.float ul li.l5 i {background-position: center -214px;}
.float ul li.sm {
	overflow: hidden;
	position: relative;
	right: 0;
    transition: all 0.3s ease 0s;
}
.float ul li.sm:hover {
	width: 140px;
	right: 87px;
}
.float ul li.sm>a {
	position: absolute;
	width: 140px;
	left: 0;
}
.float ul li.sm:hover>a {
    background-color: #DC313B;
}
.float ul li.sm>a span {
	float: left;
	line-height: 53px;
	font-size:14px;
}
.float ul li.lg .box {
    position: absolute;
    top: 0px;
    left: -160px;
    height: 215px;
    width: 160px;
    padding: 14px;
    background-color: #DC313B;
    transition: all 0.4s ease 0s;
    opacity: 0;
    visibility: hidden;
    filter:Alpha(opacity=0);
}
.float ul li.lg:hover {
	background: #DC313B;
}
.float ul li.lg:hover .box {
	opacity: 1;
	visibility: visible;
    filter:Alpha(opacity=100);
}

/*内容*/
.content .section {
	padding-top: 90px;
}
#fp-nav.right {
	right: 26px;
}
#fp-nav ul li a span {
	display: none;
}
#fp-nav ul li {
	width: 21px;
	height: 21px;
	margin: 0 0 10px 0;
}
#fp-nav ul li a {
	width: 21px;
	height: 21px;
	background: url(../images/pager01.png);
	border-radius: 50%;
	transition: all 0.3s ease-out 0s;
}
#fp-nav ul li a.active,#fp-nav ul li a:hover  {
	background: url(../images/pager02.png);
}

.sec-title h2 {
	color: #000;
	font-size: 36px;
}
.sec-title span {
	color: #C6010B;
	text-transform:uppercase;
	font-size:38px;
	margin-left:4px;
	line-height:48px;
	display: inline-block;
    vertical-align: top;
}
.sec-title .p {
	font-size: 13px;
	width: 60%;
	margin: 10px auto 30px;
	line-height: 20px;
	color: #666;
}
.sec-title .left-line,.sec-title .right-line {
	width: 18%;
    border-bottom: 1px solid #d0d0d0;
    position: absolute;
    top: 27px;
}
.sec-title .left-line {
	left: 16%;
}
.sec-title .right-line {
	right: 16%;
}
/*第一屏*/
.section1 ul li {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.section1 .roll {
	color: #fff;
	width: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 20px;
	text-align: center;
}
.section1 .roll i {
	display: block;
	width: 16px;
	height: 26px;
	margin: 0 auto 10px;
	background: url(../images/roll.png) no-repeat center center;
	animation: mouse 1.6s ease 0s infinite;
}
@keyframes mouse {
	0% {
        transform: translateY(-10px);
	}
	100% {
        transform: translateY(0px);
	}
}

/*第二屏*/
.section2,.section4 {background: url(../images/bg01.jpg);}
.section2 .bxslider li {padding: 0 10px;}
.section2 .item {
	margin-bottom: 20px;
	background: #fcfcfc;
	box-shadow: 3px 4px 0px #e5e5e5;
}
.section2 .item a {
	display: block;
}
.section2 .item .wrap,.prolist .item .img {
	float: left;
	width: 45%;
	height: 212px;
	margin-right: 3%;
	position: relative;
	background:#fff;
}
.section2 .item .wrap img,.prolist .item .img img,.prodetail-left .img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	/*width: 96%;*/
    max-height: 96%;
    /*margin-left: 2%;*/
}
.proimg {
				float: left;
				width: 600px;
			}
			.proimg-l {
				width: 600px;
				
			}
			.proimg-s {
				text-align: center;
				position: relative;
				top:0;
			}
			.proimg-s li {
				display: inline-block;
				width: 80px;
				height: 62px;
				margin: 0 3px;
				background: #f4f4f4;
				padding: 4px;
				cursor: pointer;
			}
			.zoomDiv {
  z-index: 999;
  position: absolute;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: none;
  text-align: center;
  overflow: hidden;
  margin-top: -11px;
}
.zoomDiv .bigimg {
  max-width: initial;
}
.zoomMask {

  position: absolute;
  background: #fff;
  opacity: .5;
  cursor: move;
  z-index: 1;
  width: 100px;
  height: 100px;
}
.section2 .item .txt {
	float: right;
	width: 52%;
	padding: 20px 20px 15px 0;
}
.section2 .item .txt .ttl {
	font-size: 18px;
	color: #222;
	margin-bottom: 14px;
	max-height:46px;
	overflow:hidden;
	margin-top:4px;
}
.section2 .item .txt .p {
	line-height: 24px;
	max-height: 92px;
	overflow: hidden;
	color:#555;
}
.section .bx-wrapper {padding-bottom: 40px;}
.section2 .bx-wrapper {padding-bottom: 10px;}
.section .bx-wrapper .bx-pager {bottom: 0;}
.section .bx-wrapper .bx-pager.bx-default-pager a {
	width: 54px;
	height: 5px;
	background: #d0d0d0;
	border-radius: 0px;
}
.section .bx-wrapper .bx-pager.bx-default-pager a.active, 
.section .bx-wrapper .bx-pager.bx-default-pager a:focus, 
.section .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #ef2b2b;
}
.section .bx-wrapper .bx-controls-direction a {
	width: 50px;
	height: 50px;
	border: 1px solid #dfdfdf;
	top: 35%;
	margin-top: 0;
}
.section .bx-wrapper .bx-prev {
	left: -80px;
	background: url(../images/pager03.png) no-repeat center center;
}
.section .bx-wrapper .bx-controls-direction a:hover,
.section .bx-wrapper .bx-controls-direction a:focus {
	background-position: center center;
	background-color:rgba(255, 255, 255, 0.78);
}
.section .bx-wrapper .bx-next {
	right: -80px;
	background: url(../images/pager04.png) no-repeat center center;
}
/*第三屏*/
.section3 {background: url(../images/bg03.jpg);}
.section3 li {
	padding: 0 6px;
}
.section3 .item {display: block;border: 1px solid #dfdfdf;}
.section3 .item .ov {
	position: relative;
	background: #fff;
	height: 190px;
}
.section3 .item .ov img {
    margin: auto;
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 640px) {
	.section3 .item a {
		height: 160px;
	}
	.section3 .item .ov 
	{ height:150px;}
}
.section3 .item .txt {
	background: #fff;
	text-align: center;
	padding: 20px 0 20px;
}
.section3 .item .txt .ttl {
	font-size: 18px;
	color: #000;
	margin-bottom: 10px;
	text-transform:uppercase;
	max-height:24px;
	overflow:hidden;
	width:90%;
	display:inline-block;
}
.section3 .item .txt .p {
	color: #999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	padding:0 10px;
}
/*第四屏*/
.section4 li {padding: 0 10px;}
.section4 .item {display: block;position: relative;overflow: hidden;}
.section4 .item img {
	width: 100%;
	/*height: 237.39px;*/
}
.section4 .item .txt {
	position: absolute;
	width: 100%;
	height: 90px;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	background: url(../images/bg04.png);
	text-align: center;
	line-height: 20px;
}
.section4 .item .txt .ttl {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
	height: 20px;
    overflow: hidden;
    padding: 0 8px;
}
.section4 .item .txt .p {
	color: #fbcbcb;
	height: 40px;
	overflow: hidden;
}
/*底部*/
.footer {
	background: url(../images/bg02.jpg);
	border-top: 3px solid #BF212A;
	padding-top: 0 !important;
}
.footer-wrap {padding: 40px 0 50px;}
.footer-left dl {
	float: left;
	margin-right:55px;
}
.footer-left dl dt {
	font-size: 16px;
	margin-bottom: 10px;
}
.footer-left dl dd {
	color: #999;
	line-height: 28px;
	text-transform:uppercase;
}
.footer-left dl dd a:hover {color: #e61e28;}
.footer-follow {
	float: left;
}
.footer-follow .ttl {
	font-size: 16px;
	margin-bottom: 20px;
}
.footer-follow .list a {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 4px;
	background: url(../images/icon02.png);
}
.footer-follow .list a.l2 {background-position: -32px 0px;}
.footer-follow .list a.l3 {background-position: -64px 0px;}
.footer-follow .list a.l4 {background-position: -96px 0px;}
.footer-bottom {
	padding: 23px 0;
	line-height: 24px;
	background: #BF212A;
	color: #fff;
}
.footer-links {
	float: left;
	height: 22px;
	width: 120px;
	margin-left: 30px;
	border: 1px solid #e3e9ef;
	border-radius: 2px;
	padding-right: 20px;
	background: #fff url(../images/down.png) no-repeat 96% center;
	position: relative;
	line-height: 20px;
	cursor: pointer;
}
.footer-links span {
	color: #333;
}
.footer-links .list {
	display: none;
	background: #fff;
	width: 120px;
	position: absolute;
	left: -1px;
	bottom: 20px;
	border: 1px solid #e3e9ef;
}
.footer-links .list a {
	display: block;
	color: #333;
	padding-left: 10px;
}
.footer-links .list a:hover {color: #faa200;}
.d-table {
	display: table;
	width: 100%;
}
.d-table .middle {
	display: table-cell;
	vertical-align: middle;
}

/*----------------首页结束--------------------*/
/*内页*/
.toppic {
	width: 100%;
	height: 277px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-bottom: 5px solid #D22D37;
}
.main-menu {
	width: 100%;
	min-height: 92px;
	background: #f4f4f4;
}
.main-menu ul li {
	float: left;
	line-height: 92px;
	margin-right: 30px;
	color: #666;
	font-size: 18px;
	text-transform:uppercase;
}
.main-menu ul li a {display: block;}
.main-menu ul li.active,.main-menu ul li:hover {
	color: #D22D37;
	background: url(../images/icon04.png) no-repeat bottom center;
}
.main-menu .ttl {
	font-size: 38px;
	color: #666;
	text-align: center;
	line-height: 92px;
}
.main1 {padding: 50px 0;}
.main2 {padding-top: 50px;}
.fz16 {font-size: 16px;}
.article {
	line-height: 30px;
	font-size: 15px;
	min-height:320px;
}
.subttl {
	font-size: 22px;
	color: #faa200;
	margin-bottom: 5px;
}
.li36 {line-height: 36px;}

.pro-sort {
  text-align: left;
  margin: 20px 0;
  padding-left: 20px;
}
.pro-sort a {
  padding: 0 15px;
  font-size:14px;
}
.pro-sort a:hover,
.pro-sort a.active {
  text-decoration: underline;
  color: #faa200;
}
.pro-sort a.bigtlt {
  color: #222!important;
  font-size: 36px;
}
.pro-sort a.bigtlt:hover,
.pro-sort a.bigtlt.active {
  text-decoration: none;
}

.com-ttl {
	font-size: 32px;
	text-align: center;
	margin-bottom: 40px;
	text-transform:uppercase;
}
.newsd-top .ttl {
	font-size: 32px;
	color: #222;
	margin-bottom: 8px;
	text-align:center;
}
.newsd-top .p {
	color: #aaa;
	font-size: 14px;
	text-align:center;
	border-bottom: 1px solid #eee;
    padding-bottom: 18px;
}
.contact-bg {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.contact-form-wrap {
	margin-top: 40px;
	padding: 50px 0 70px;
	background: url(../images/bg06.jpg) no-repeat center center;
	background-size: cover;
}
.contact-form {
	max-width: 900px;
	margin: 0 auto;
}
.contact-form .label {
	display: inline-block;
	width: 100px;
	text-align: right;
	color: #fff;
	font-size: 15px;
}
.contact-form .text {
	height: 32px;
	width: 320px;
	padding-left: 10px;
	border: 1px solid #dfe0e0;
}
.contact-form .label span {
	color: #f00;
}
.contact-form .textarea {
	padding: 5px;
	width: 770px;
	height: 250px;
	border: 1px solid #dfe0e0;
}
.contact-form .btn {
	width: 90px;
	height: 30px;
	color: #fff;
	border-radius: 3px;
	margin: 0 5px;
	background: #898989;
	cursor: pointer;
	font-size: 15px;
	font-family: 'Microsoft Yahei';
	letter-spacing:3px;
}
.contact-form .btn.btn1 {
	background: #faa200;
}
.news-list-wrap {
	max-width: 1080px;
	margin: 0 auto;
}
.news-list li {
	padding: 0 20px;
	margin-bottom: 40px;
}
.news-list .item {
	display: block;
	border: 1px solid #e8e8e8;
	background: #fefefe;
	padding: 25px 18px;
    transition: all 0.3s ease-out;
}
.news-list .item .date {
	color: #aaa;
	margin-bottom: 10px;
}
.news-list .item .ttl {
	color: #555;
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-bottom: 15px;
}
.news-list .item img {
	width: 100%;
	margin: 0 auto;
}
.news-list .item .p {
	color: #888;
	font-size: 14px;
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	margin: 15px 0 30px;
}
.news-list .item .more {
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	background: #c3c3c3;
}
.news-list .item:hover {
	background: #faa200;
}
.news-list .item:hover .date,
.news-list .item:hover .ttl,
.news-list .item:hover .p {
	color: #fff;
}
.news-list .item:hover .more {
	background: #fff;
	color: #faa200;
}
.pagenation {
	text-align: center;
}
.pagenation a {
	display: inline-block;
	padding: 14px 12px;
	font-size: 14px;
	background: #aaa;
	color: #fff;
}
.pagenation a.active,.pagenation a:hover {
	background: #faa200;
}
.proleft {
	float: left;
	min-width: 260px;
	padding-right: 12px;
}
.promenu {
	max-width:248px;
	background: #f7fcf0;
	margin-top: 30px;
	padding-bottom: 20px;
}
.promenu li {
	margin-bottom: 20px;
	cursor: pointer;
}
.promenu li .ttl {
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	border-radius: 3px;
	background: #faa200 url(../images/down2.png) no-repeat 95% center;
}
.promenu li .sublist {padding: 0 18px;}
.promenu li .sublist a {
	display: block;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	padding: 10px;
	background: url(../images/right02.png) no-repeat left center;
	border-bottom: 1px solid #e3e3e3;
}
.promenu li .sublist a.active,.promenu li .sublist a:hover {
	color: #faa200;
	background-image: url(../images/right01.png);
	border-bottom-color: #faa200;
}
.proright {
	float: left;
}
.proright-border {
	padding: 30px 0 100px;
}
.prolist {margin-bottom: 20px;}
.prolist li {
	padding: 0 10px;
	margin-bottom: 20px;
}
.prolist .item {
	display: block;
	background: #fcfcfc;
    box-shadow: 3px 4px 0px #e5e5e5;
}
.prolist .item .txt {
    float: right;
    width: 52%;
    padding: 20px 20px 0 0;
}
.prolist .item .txt .ttl {
	line-height: 30px;
	font-size: 18px;
	max-height: 46px;
	overflow: hidden;
	color: #222;
	margin-bottom: 10px;
}
.prolist .item .txt .p {
	color: #555;
	font-size: 13px;
	line-height: 26px;
	max-height: 100px;
	overflow: hidden;
}
.proright .proright-border {
	padding: 30px 10px 60px;
}
.prodetail-left .img {
	border: 1px solid #eee;
	width: 90%;
	min-height: 400px;
	position: relative;
	margin: 0 auto;
}

.prodetail-right {
	padding-left: 30px;
}
.prodetail-right .ttl {
	color: #faa200;
	font-size: 24px;
	line-height: 30px;
	min-height:30px;
	overflow: hidden;
	margin-bottom: 6px;
}
.prodetail-right .description,.prodetail-b .description {
	color: #333;
	font-size: 16px;
	line-height:46px;
	height:50px;
	border-top: 1px dashed #EAEAEA;
    margin: 10px 0;
}
.prodetail-b {
	margin-top: 50px;
}
.prodetail-b .description {
	background: #bbb;
	margin-bottom: 20px;
}
.com-img {
	padding-left: 5%;
}


/* */
	.detailProduct {
	min-height:120px;
	}
	
	.detailProduct .main {
	margin-bottom: 80px;
	}
	
	.detailProduct .main .left {
	float: left;
	width: 52%;
	}
	
	.detailProduct .main .right {
	float: right;
	width: 44%;
	}
	
	.detailProduct .main .detailPhoto {
	position: relative;
	}
	
	.detailProduct .main .detailPhoto .pic {
	z-index: 97;
	}
	
	.detailProduct .main .detailPhoto .btn {
	position: absolute;
	cursor: pointer;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	z-index: 99;
	background: rgba(0,0,0,0.8);
	text-align: center;
	border-radius: 50%;
	padding: 2px;
	}
	
	.detailProduct .main .detailPhoto .btnleft {
	left: 5px;
	}
	
	.detailProduct .main .detailPhoto .btnright {
	right: 5px;
	}
	
	.detailProduct .main .detail_Intro {
	padding-right: 30px;
	padding-left:20px;
	}
	
	.detailProduct .main .detail_Intro h3 {
	font-size: 20px;
	line-height: 36px;
	color: #464646;
	font-weight: 400;
	padding: 20px 0;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom:10px;
	}
	
	.detailProduct .main .detail_Intro h3 span {
	display: block;
	font-size: 12px;
	line-height: 20px;
	color: #8f8f8f;
	}
	
	.detailProduct .main .detail_Intro p {
	font-size: 12px;
	color: #464646;
	line-height: 28px;
	}
	
	.detailProduct .bottom {
	margin-bottom: 100px;
	}
	
	.detailProduct .bottom .left {
	float: left;
	width: 49%;
	}
	
	.detailProduct .bottom .right {
	float: right;
	width: 49%;
	}
	
	.detailProduct .bottom .AddressItro {
	padding: 20px 0;
	}
	
	.detailProduct .bottom .AddressItro h3 {
	font-size: 18px;
	color: #464646;
	line-height: 30px;
	font-weight: 400;
	padding-left: 15px;
	}
	
	.detailProduct .bottom .AddressItro p {
	font-size: 12px;
	color: #8f8f8f;
	line-height: 20px;
	padding-left: 15px;
	}
	
	.detailProduct .bottom .AddressItro a {
	margin: 20px 15px;
	font-size: 12px;
	transition: all 0.5s linear;
	color: #005bac;
	border: 1px solid #005bac;
	padding: 5px 10px;
	display: inline-block;
	}
	
	.detailProduct .bottom .AddressItro a:hover {
	background: #005bac;
	color: #fff;
	}


/**荣誉资质**/
.honor_list{ width:100%;}
.honor_list li{ width:25%; padding:0 1%; float:left; margin-bottom:22px;}
.honor_list li a{ display:block; width:100%;}
.honor_list li .honor_pic{ width:100%; border:1px solid #EDEDED; padding:3%; max-height:202px; overflow:hidden;}
.honor_list li .honor_pic_box{width:100%; overflow:hidden;}
.honor_list li .honor_pic_box img{ width:100%; }
.honor_list li p{ text-align:center; line-height:48px; height:48px; overflow:hidden; text-align:center; font-size:14px; color:#333;}

.honor_list li:hover p{ color:#e75b00;}


/******* 视频 *****/
.p-newslist {
  margin-top: 10px;
}
.p-newslist li {
  box-sizing: border-box;
  padding: 0 25px;
  margin-top: 40px;
}
.p-newslist li dl {
  background: #f9f9f9;
  padding: 19px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  border: #f9f9f9 solid 1px;
}
.p-newslist li dl:hover {
  border: #faa200 solid 1px;
}
.p-newslist li dl:hover dd.t1 a {
  color: #faa200;
}
.p-newslist li dl:hover dd.t3 .fr {
  background: url(../images/icon/ico03.png) no-repeat;
}
.p-newslist li dl dt {
  text-align: center;
  height:184px;
  overflow:hidden;
}
.p-newslist li dl dt a img{
	
	transition-duration: 1000ms;
	transition-timing-function: ease-out;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	overflow:hidden;
	display:block;
	width:100%;
}
.p-newslist li dl dt a img:hover{
	transform: scale(1.2, 1.2);
	transition-duration: 1000ms;
	transition-timing-function: ease-out;
	-webkit-transform: scale(1.2, 1.2);
	-webkit-transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	}
.p-newslist li dl dd.t1 {
  margin-top: 20px;
}
.p-newslist li dl dd.t1 a {
  color: #474747;
  font-size: 16px;
}
.p-newslist li dl dd.t2 {
  margin-top: 10px;
  font-family: 宋体;
  font-size: 12px;
  color:#999;
  line-height:20px;
}
.p-newslist li dl dd.t3 {
  margin-top: 20px;
}
.p-newslist li dl dd.t3 .fl {
  color: #666;
  font-size: 22px;
}
.p-newslist li dl dd.t3 .fr {
  width: 16px;
  height: 16px;
  background: url(../images/icon/ico02.png) no-repeat;
}
/******* 视频 *****/

/******* 下载 *****/
.blist-wrap {
  padding-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .blist-wrap {
    padding: 0 6px 20px;
  }
}

.blist-item {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  background-color: #8f887a;
  color: #fff;
  position: relative;
  width: 100%;
  padding: 0 90px 0 100px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 640px) {
  .blist-item {
    font-size: 12px;
    padding: 0 44px 0 50px;
  }
}

.blist-item-hd {
  position: absolute;
  width: 100px;
  height: 65px;
  border-right: 1px solid #fff;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 20px;
}
@media screen and (max-width: 640px) {
  .blist-item-hd {
    height: 48px;
    width: 50px;
    line-height: 16px;
  }
}
.blist-item-hd b {
  font-size: 32px;
  margin: 14px 0 3px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .blist-item-hd b {
    font-size: 20px;
    margin: 8px 0 0;
  }
}

.blist-item-bd {
  line-height: 65px;
  height: 65px;
}
@media screen and (max-width: 640px) {
  .blist-item-bd {
    height: 48px;
    line-height: 48px;
  }
}
.blist-item-bd > i {
  width: 22px;
  height: 28px;
  background: 0 0 no-repeat;
  float: left;
  margin: 17px 18px 0;
}
@media screen and (max-width: 640px) {
  .blist-item-bd > i {
    margin: 10px 10px 0;
  }
}

.blist-item-play {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  float: right;
  width: 90px;
  height: 65px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/sprite_3.jpg") no-repeat;
}
@media screen and (max-width: 640px) {
  .blist-item-play {
    width: 44px;
    height: 48px;
    background: none;
  }
}
.blist-item-play i {
  display: none;
}
@media screen and (max-width: 640px) {
  .blist-item-play i {
    width: 28px;
    height: 28px;
    left: 8px;
    top: 10px;
    display: block;
    background: 0 0 no-repeat;
    position: absolute;
    z-index: 9;
    background-size: cover;
  }
}

.blist-item:hover {
  background-color: #9d9483;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.blist-item:hover .blist-item-play {
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}


.job-cont h1 {
  font-size: 24px;
  color: #e5081a;
  padding: 6px 0 12px;
  line-height: 32px;
}

.recr-wrap {
  margin-bottom: 30px;
}
.recr-wrap h5 {
  background: url("../img/bg_9.png") repeat-x scroll 0 0 transparent;
  border-color: #b9b9b9 #dddddd #dddddd;
  border-style: solid;
  border-width: 2px 1px 1px;
  line-height: 26px;
  overflow: hidden;
}
.recr-wrap h5 ul li {
  float: left;
  padding-right: 1px;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.recr-wrap h5 ul li span {
  border-right: 1px solid #dddddd;
  bottom: 0;
  height: 9px;
  position: absolute;
  right: 0;
}

.recr-list {
  margin-top: 2px;
}
.recr-list > li {
  border-bottom: 1px solid #eaeaea;
}
.recr-list .recr-item.active .recr-txt {
  display: block;
}
.recr-list ul {
  overflow: hidden;
  background: #f8f8f8;
  border: 1px solid #fff;
  line-height: 26px;
}
.recr-list ul li {
  float: left;
  padding-right: 1px;
  text-align: center;
  line-height: 32px;
}
.recr-list ul li a {
  cursor: pointer;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.recr-list ul li a i {
  width: 13px;
  display: inline-block;
  height: 13px;
  background: url("../img/sprite_14.png") -10px -17px no-repeat;
  margin-right: 4px;
  position: relative;
  top: 2px;
}
.recr-list ul li a:hover {
  color: #faa200;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}

.recr-txt {
  display: none;
  overflow: hidden;
}
.recr-txt a.recr-btn {
  display: block;
  float: left;
  line-height: 35px;
  min-width: 114px;
  margin: 10px 1% 20px 2%;
  background: #ffb223;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-family: 'Microsoft Yahei','sans-serif';
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding:0 10px;
}
.recr-txt dl {
  line-height: 24px;
  margin: 0 0 10px 1%;
}
.recr-txt dl dt {
  font-weight: bold;
  line-height: 34px;
  padding: 0 1%;
  margin-bottom: 6px;
}
.recr-txt dl dd {
  line-height: 24px;
  padding: 0 1%;
}

.recr-item li em {
  background: url("../img/sprite_14.png") 0 -17px no-repeat;
  display: inline-block;
  height: 9px;
  width: 10px;
  margin-left: 2px;
}
.recr-item-no {
  width: 6%;
}

.recr-item-pos {
  width: 14%;
}

.recr-item-comp {
  width: 20%;
}

.recr-item-sar {
  width: 12%;
}

.recr-item-quan {
  width: 12%;
}

.recr-item-loc {
  width: 12%;
}

.recr-item-pub {
  width: 12%;
}

.recr-item-ope {
  width: 12%;
}

@media screen and (max-width: 720px) {
  .recr-item-no {
    width: 10%;
  }

  .recr-item-pos {
    width: 28%;
  }

  .recr-item-comp {
    display: none;
  }

  .recr-item-sar {
    width: 20%;
  }

  .recr-item-quan {
    display: none;
  }

  .recr-item-loc {
    width: 20%;
  }

  .recr-item-pub {
    display: none;
  }

  .recr-item-ope {
    width: 22%;
  }
}




/*动画*/
.t-scale {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}
.t-scale:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.delay1 {animation-delay: 0.1s;}
.delay2 {animation-delay: 0.2s;}
.delay3 {animation-delay: 0.3s;}
.delay4 {animation-delay: 0.4s;}
.delay5 {animation-delay: 0.5s;}
.delay6 {animation-delay: 0.6s;}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 0deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* 滚动 */
.scroll {
  width: 100%;
  height: 20px;
  overflow: hidden;
}
.scroll .wrap {
  float: left;
  width: 1000%;
}
.scroll ul {
  float: left;
}
.scroll ul li {
  float: left;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.scroll ul li:hover {
  color: #ffb225;
}
.header .nav li.EN{ display:none}
.section1 .bx-wrapper .bx-controls-direction a {
		border: none;
	}
	.section1 .bx-wrapper .bx-prev {
		left:120px;
		background:url(../../images/npager03.png) no-repeat;
	}
	.section1 .bx-wrapper .bx-next {
		  right:120px;
		  background:url(../../images/npager04.png) no-repeat;
	}
	.section1 .bx-wrapper .bx-controls-direction a:hover,.section1 .bx-wrapper .bx-controls-direction a:focus{background-position: center center;
    background-color:#FFF;}