.foot-list dl dd:hover,
.list-news li dl .link:hover {
	color: #00a0e8;
}
.icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.title {
	font-size: 18px;
	color: #000;
}
.discribe {
	color: #666;
	line-height: 26px;
	font-size: 13px;
}
/*头部*/
.header {
	width: 100%;
	height: 76px;
	z-index: 9;
	border-bottom: 1px solid #dedede;
}
.i-header {
	padding: 0 50px;
	background: url(../images/tm01.png);
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	border-bottom: none;
}
.header-logo {
	float: left;
	line-height: 75px;
}
.header-nav {
	float: right;
	padding: 15px 0;
}
.header-nav li {
	float: left;
	margin-right: 15px;
}
.header-nav li a {
	display: block;
	line-height: 46px;
	padding: 0 10px;
}
.header-search {
	float: right;
	width: 40px;
	height: 26px;
	margin-top: 25px;
	padding: 0 10px;
	background: transparent;
	border-radius: 20px;
	transition: all .3s;
	overflow: hidden;
}
.header-search:hover {
	width: 140px;
	background: #aaa;
}
.header-search .text {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 0;
	color: #fff;
	transition: all .3s;
	background: transparent;
}
.header-search:hover .text {
	width: 100px;
}
.header-search .btn {
	float: left;
	width: 20px;
	height: 26px;
	background: url(../images/icon02.png) no-repeat center;
}
/*底部*/
.footer {
	width: 100%;
	padding: 10px 0;
	color: #ddd;
	line-height: 26px;
	font-size: 12px;
	background: url(../images/tm01.png);
	z-index: 9;
}
.i-footer {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 10px 50px;
}
.footer .icon {
	width: 18px;
	height: 15px;
	margin-left: 10px;
	background: url(../images/icon01.png);
}
.footer-code {
	position: relative;
}
.footer-code .wrap {
	width: 160px;
	height: 160px;
	padding: 15px;
	position: absolute;
	bottom: 56px;
	right: 0px;
	background: url(../images/tm02.png);
	transition: all .3s ease-out;
	visibility: hidden;
	opacity: 0;
}
.footer-code .wrap img {
	text-align: center;
	max-width: 100%;
	max-height: 100%;
}
.footer-code:hover .wrap {
	visibility: visible;
	opacity: 1;
	bottom: 36px;
}
/*首页内容*/
.banner ul li {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.hover-btn {
	display: block;
	width: 78px;
	height: 33px;
	background: url(../images/icon03.png);
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -39px;
	cursor: pointer;
}
.scroll-list-wrap {
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 46px;
	left: 0;
	padding-top: 33px;
	overflow: hidden;
}
.scroll-list {
	padding: 20px 0;
	background: url(../images/tm01.png);
}
.scroll-list ul li img {
	margin-right: 20px;
	position: relative;
}
.scroll-list ul li p {
	width: 100%;
	line-height: 32px;
	height: 32px;
	padding-left: 10px;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/tm02.png);
	overflow: hidden;
}
/*内页内容*/
.content {
	background: #f6f6f6;
}
.menu {margin: 50px 0 40px -40px;}
.menu>li {
	float: left;
	height: 50px;
	margin-left: 40px;
	line-height: 65px;
	position: relative;
}
.menu>li.cur {
	font-size: 34px;
	line-height: 50px;
}
.menu>li a {display: block;position: relative;cursor: pointer;}
.menu>li:after {
	content: ' ';
	/*width: 0;
	height: 1px;
	background: #000;*/
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all .3s;
}
.menu>li:hover:after {
	width: 100%;
}
.menu>li .subnav {
	padding: 25px 25px 15px;
	border: 1px solid #aeaeae;
	min-width: 215px;
	margin-left: -22px;
	background: url(../images/tm03.png);
	position: absolute;
	left: 50%;
	top: 50px;
	display: none;
    z-index: 1;
}
.menu>li .subnav a {
	color: #444;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 10px;
}
.menu>li .subnav a:hover {
	color: #000;
	text-decoration: underline;
}
.menu>li .subnav:after {
	content: ' ';
	width: 0;
	height: 0;
	border-bottom: 5px solid #000;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	position: absolute;
	left: 20px;
	top: -5px;
}
.article {
	margin-bottom: 50px;
	line-height: 32px;
	font-size: 13px;
	color: #555;
	min-height: 400px;
}
.articles {
	margin-bottom: 50px;
	line-height: 32px;
	font-size: 13px;
	color: #555;
}
.list-performance{min-height: 400px;}
.list-team{min-height: 400px;}
.list-vision li {
	margin-bottom: 80px;
	overflow: hidden;
}
.list-vision li .img {
	float: left;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	overflow: hidden;
}
.list-vision li .img img {
	width: 100%;
	height: 100%;
}
.list-vision li .wrap {
	float: right;
	width: calc(100% - 230px);
}
.list-vision li .title {
	margin: 25px 0;
}
.list-culture {
	margin-left: -30px;
	margin-right: -30px;
}
.list-culture .wrap {
	background: #fff;
	margin: 0 30px 60px;
	overflow: hidden;
}
.list-culture .wrap .img {
	float: left;
	width: 300px;
	height: 250px;
	text-align:center;
	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;
	}
.list-culture .wrap .img 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;
	}

.list-culture .wrap .txt {
	float: left;
	width: 270px;
	height: 250px;
	display:table;
	text-align: center;
	overflow:hidden;
}
.list-culture .wrap .txt p {
	display:table-cell;
	vertical-align:middle;
	line-height: 24px;
}
.list-culture .wrap .more {
	color: #bbb;
}
.list-culture .wrap .txt a:hover{text-decoration:underline;}
.slider-culture {
	max-width: 720px;
	min-height: 400px;
	margin: 0 auto 50px;
}
.slider-culture ul li .wrap {
	padding-top: 20px;
}
.slider-culture ul li .discribe {
	margin-top: 10px;
}
.slider-culture .bx-wrapper .bx-prev {
	left: -100px;
    background: url(../images/pager03.png)no-repeat center;
}
.slider-culture .bx-wrapper .bx-next {
	right: -100px;
    background: url(../images/pager04.png)no-repeat center;
}
.slider-culture .bx-wrapper .bx-controls-direction a:hover {
	background-color: #eee;
}
.list-partner .item {
	display: block;
	width: 150px;
	height: 150px;
	margin: 0 25px 50px;
	text-align: center;
	line-height: 150px;
	position: relative;
}
.list-partner .item img {
	transition: all .6s;
}
.list-partner .item span {
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	line-height: 150px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	z-index: 2;
	opacity: 0;
	filter: Alpha(opacity=0);
	transition: all .6s;
}
.list-partner .item:hover img {
	transform: rotateY(180deg);
}
.list-partner .item:hover span {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.field .article .fz16 {
	color: #000;
}
.field-bottom {
	padding: 30px 0 50px;
	border-top: 1px solid #cdcdcd;
	line-height: 30px;
	color: #555;
}
.field-bottom i {color: #000;font-weight: bold;}

.recommend {
	margin-left: 50px;
}
.recommend ul li {
	line-height: 40px;
	text-align: center;
}
.recommend ul li p {
	padding: 10px 0 20px;
	line-height:0.22rem;
}
.recommend ul li img {
	width: 100%;
}
.list-performance .item {
	background: #fff;
}
.list-performance .item .wrap {
	padding: 40px 40px 0;
}
.list-performance .item .title {
	font-size: 24px;
	margin-bottom: 25px;
}
.list-performance .item .discribe {
	max-height: 78px;
	overflow: hidden;
}
.list-performance .item .check {
	display: block;
	width: 120px;
	height: 48px;
	padding-left: 20px;
	margin-top: 30px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	background: #a6a6a6 url(../images/icon04.png) no-repeat 20px center;
}

.list-performance .item .check:hover {background-color: #000;}
.list-research {
	margin-left: -15px;
	margin-right: -15px;
}
.list-research .item {
	display: block;
	margin: 0 15px 30px;
	padding: 4px;
	border: 1px solid #dedede;
	position: relative;
	border-bottom: 6px solid #dedede;
}
.list-research .item:after {
	content: ' ';
	width: 0;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: -6px;
	transition: all .3s ease-out;
}
.list-research .item:hover:after {
	width: 100%;
}
.list-research .item .title {
	font-size: 16px;
}
.list-research .item .more {
	color: #999;
	font-size: 12px;
	margin: 10px 0 20px;
}
.list-research .item img {
	transition: all .3s ease-out;
}
.list-research .item:hover img {
    transform: scale(1.1, 1.1);
}
/*.table-patent {
	width: 900px;
	margin: 0 auto 80px;
}
.table-patent th {
	height: 46px;
	background: #595758;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding-left: 50px;
}
.table-patent td {
	height: 48px;
	padding-left: 50px;
	border-bottom: 1px dashed #bcbcbc;
}
.table-patent td.p {
	font-size: 12px;
	font-family: "sans";
}*/

.list-news {
	margin-left: -10px;
	margin-right: -10px;
	min-height: 400px;
}
.list-news .item {
	display: block;
	margin: 0 10px 30px;
    background: #fff;
    padding: 25px 20px;
    transition: all 0.3s ease-out;
}
.list-news .item:hover {
    background: #191919;
}
.list-news .item img {
    width: 100%;
}
.list-news .item .date {
    color: #999;
    font-size: 13px;
    transition: all 0.3s ease-out;
}
.list-news .item .title {
	width: 100%;
    margin: 10px 0 15px;
    font-size: 14px;
    line-height: 20px;
    transition: all 0.3s ease-out;
	height:40px;
	overflow:hidden;
}
.list-news .item .discribe {
    color: #888;
    font-size: 12px;
    margin: 15px 0 20px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.list-news .item .more {
    font-size: 12px;
    color: #fff;
    padding: 3px 11px;
    background: #c3c3c3;
    transition: all 0.3s ease-out;
}
.list-news .item:hover .more {
    color: #333;
    background: #fff;
}
.list-news .item:hover .date,
.list-news .item:hover .title,
.list-news .item:hover .discribe {
    color: #fff;
}
.news-ttl {
	font-size: 24px;
	color: #000;
}
.news-date {
	margin: 20px 0 30px;
	font-size: 13px;
	color: #999;
}
.list-team .item {
	display: block;
	margin: 0 10px 30px;
	position: relative;
}
.list-team .item p {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: url(../images/tm02.png);
	position: absolute;
	left: 0;
	bottom: 0;
}
.team-d {
	margin-bottom: 80px;
}
.team-d .img {
	padding: 4px;
	margin-right: 50px;
	background: #fff;
	box-shadow: 2px 2px 0px 3px #dbdbdb;
}
.team-d .img img {width: 100%;}
.team-d-txt .title {
	font-size: 24px;
	margin: 10px 0;
}
.map {
	width: 100%;
	height: 500px;
}
.recruit {
	max-width: 1070px;
	margin: 0 auto 50px;
}
.list-recruit {
	overflow: hidden;
	height: 48px;
	line-height: 48px;
}
.list-recruit.top {
	height: 54px;
	line-height: 54px;
	background: #555;
	color: #fff;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.list-recruit li {
	float: left;
	width: 18%;
	text-align: center;
}
.list-recruit li.check {
	float: right;
	cursor: pointer;
}
.recruit-item {border-bottom: 2px solid #ededed;}
.recruit-main {
	background: #fff;
	padding: 30px;
	color: #777;
	line-height: 30px;
	font-size: 13px;
	display: none;
}
.honor-slider {
	padding: 36px 0;
	margin-bottom: 150px;
	border-bottom: 1px solid #e0e0e0;
}
.honor-slider .bx-wrapper {
	max-width: 100% !important;
}
.honor-slider ul li {
	padding: 50px 0;
	margin: 0 8px;
	text-align: center;
}
.honor-slider ul li .img {
  	transition: all 0.3s;
  	text-align: center;
}
.honor-slider ul li.active {
	margin: 0 70px;
	cursor: pointer;
}
.honor-slider ul li.active .img {
  	transform: scale(1.6);
  	position: relative;
}
.honor-slider ul li.active .img i {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/tm02.png);
	position: absolute;
	left: 0;
	top: 0;
  	transition: all 0.2s;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.honor-slider ul li.active:after {
	content: ' ';
	width: 100%;
	height: 100%;
	background: url(../images/icon05.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 0;
  	transition: all 0.2s ease-out;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.honor-slider ul li.active:hover .img i {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.honor-slider ul li.active:hover:after {
	opacity: 1;
	filter: Alpha(opacity=100);
}
.honor-slider ul li p {
	width: 100%;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
}
.honor-slider ul li.active p {
	position: absolute;
	left: 0;
	bottom: -40px;
}
.honor-slider .bx-wrapper .bx-controls-direction a {
	width: 38px;
	height: 28px;
	bottom: -100px;
	top: initial;
}
.honor-slider .bx-wrapper .bx-prev {
    left: 50%;
    margin-left: -40px;
    background: url(../images/pager05.png);
}
.honor-slider .bx-wrapper .bx-next {
    right: 50%;
    margin-right: -40px;
    background: url(../images/pager06.png);
}
.performance-tab {
	height: 40px;
	line-height: 40px;
	background: #dcdde1;
}
.performance-tab li {
	float: left;
	width: 112px;
	text-align: center;
	border-right: 2px solid #fff;
	cursor:pointer;
}
.performance-tab li.cur,.performance-tab li:hover {
	background: #000;
	color: #fff;
}
.performance-wrap {
	padding: 35px;
	border: 1px solid #dcdde1;
	border-top: none;
}
.performance-wrap li {display: none;}
.performance-wrap li.cur {
	display: block;
}
.performance-wrap .article {
	margin-bottom: 0;
}
.performance-back {
	display:block;
	width: 110px;
	height: 38px;
	margin: 50px auto;
	line-height: 38px;
	text-align: center;
	background: #8f8f8f;
	color: #fff;
}
.performance-back:hover {background: #000;}


/*翻页*/
.pagenation {
	text-align: center;
	margin-bottom: 50px;
}
.pagenation a {
	display: inline-block;
	height: 40px;
	min-width: 40px;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #999;
}
.pagenation a.active,.pagenation a:hover {
	background: #000;
}
.t-scale,.t-top {
    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);
}
.t-top:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
}
/*弹出层*/
.mask-wrap {position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 9999;text-align: center;display: none;}
.mask-bg {width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #000;opacity: .7;}
.mask-main {width: 700px;height: 550px;position: absolute;top: 50%;margin-top: -240px;left: 50%;margin-left: -350px;}
.mask-img {max-width: 100%;height: 480px;}
.mask-main p {line-height: 50px;color: #fff;font-size: 16px;margin-top: 10px;}

.mask-pager div {position: absolute;top: 0;cursor: pointer;height: 100%;width: 10%;}
.mask-pager .prev {left: 18%;background: url(../images/icon06.png) no-repeat center;}
.mask-pager .next {right: 18%;background: url(../images/icon07.png) no-repeat center;}
.mask-close {width: 64px;height: 64px;position: absolute;right: 5%;top: 5%;cursor: pointer;background: url(../images/icon08.png) no-repeat center center;}
/**60周年海报**/
.year60_link{position:fixed;width:100%;height:100%;left:0;top:0;z-index:99999;}
.year60_link .year60_box{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);}
.year60_box .year60_close{
	width:43px;height:43px;position:absolute;top:20px;right:20px;
	background:url("../images/close_ban.png") center/100% no-repeat;
}
.year60_box img{max-width:95vw;max-height: 95vh;}



