a,a:hover {
	text-decoration: none;
}

.clearfix:after,.clearfix:before,.footer .top li+li a:after,.head ul li+li a:after,.header .search .bottom button:after,.nav-two ul li a:after {
	content: "";
}

.clearfix::after, .clearfix::before, .footer .top li + li a::after, .head ul li + li a::after, .index-news-list li::after, .index-news-title .a::after, .nav .bottom button::after, .title-box-three .li > a::after {
    content: "";
}


.business,.headlines-box,.micro {
	box-shadow: 0 0 10px -2px #e2e2e2;
}

.banner,.banner-column,.bg,.footer,.head,.nav {
	min-width: 1200px;
}

.business .business-title .iphone img,.business .map img,.code-box li img,.footer .bottom img,.footer .middle img,.header .search .top .wechat .frame-box img,.news-details .details img {
	max-width: 100%;
}

body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,td,textarea,th,ul {
	font-weight: 400;
	margin: 0;
	padding: 0;
}

body,button,h1,h2,h3,h4,h5,h6,i,input,select,textarea {
	font: 400 12px "Helvetica Neue","Microsoft YaHei",Helvetica,STHeiTi,sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

li,ol,ul {
	list-style: none;
}

a {
	color: #333;
}

img {
	vertical-align: top;
	border: 0;
}

.header h1 img,button,input,textarea {
	vertical-align: middle;
}

button,input,textarea {
	font-size: 100%;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

a,div {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

html {
	font-size: 100px;
}

@media screen and (min-width:360px) {
	html {
		font-size: 112.5px;
	}
}

@media screen and (min-width:375px) {
	html {
		font-size: 117.19px;
	}
}

@media screen and (min-width:414px) {
	html {
		font-size: 129.38px;
	}
}

@media screen and (min-width:480px) {
	html {
		font-size: 150px;
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 200px;
	}
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.code-box li,.foot-list .link-list li,.footer .top li,.head ul li,.headlines-box .headlines-nav .headlines-nav-title li {
	float: left;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.hide {
	display: none;
}

.wp {
	width: 1200px;
	margin: 0 auto;
}

.checkBrowser {
	font-size: 14px;
	line-height: 40px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 50%;
	width: 700px;
	height: 40px;
	margin-left: -360px;
	padding: 0 10px;
	color: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #E6212A;
}

.checkBrowser a {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border-radius: 50%;
	background-color: #FFF;
}

.paged {
	padding-top: 30px;
	text-align: center;
	clear: both;
}

.paged span, .paged .p_info, .paged a {
	border-radius: 3px;
	display: inline-block;
	zoom: 1;
	margin: 0 3px;
	padding: 5px 10px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #d2d2d2;
	background: #fff;
	color: #636363;
}

.paged span, .paged a:hover {
	border: 1px solid #ff8a00;
	background: #ff8a00;
	color: #fff;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes rubberBand {
	0%,100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75);
	}

	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25);
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85);
	}
}

@keyframes rubberBand {
	0%,100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	30% {
		-webkit-transform: scaleX(1.25) scaleY(.75);
		transform: scaleX(1.25) scaleY(.75);
	}

	40% {
		-webkit-transform: scaleX(.75) scaleY(1.25);
		transform: scaleX(.75) scaleY(1.25);
	}

	60% {
		-webkit-transform: scaleX(1.15) scaleY(.85);
		transform: scaleX(1.15) scaleY(.85);
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.head {
	background: #F7F7F7;
	height: 40px;
	line-height: 40px;
}

.head a {
	color: #757575;
	font-size: 12px;
}

.head ul li a {
	display: block;
	position: relative;
	padding: 0 16px;
}

.head ul li a:hover {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #ff8a00;
}

.head ul li:first-child a {
	padding-left: 0;
}

.head ul li+li a:after {
	position: absolute;
	left: 0;
	display: block;
	top: 50%;
	width: 3px;
	height: 10px;
	background-image: url("arrow-1.png");
	background-size: 100% 100%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.header,.header h1 {
	height: 134px;
}

.header h1 {
	line-height: 134px;
}

.header h1 a {
	display: block;
	height: 100%;
}

.header .search .top .micro-blog i,.header .search .top .wechat i {
	width: 17px;
	height: 17px;
	display: inline-block;
	vertical-align: top;
}

.header .search {
	margin-left: 898px;
	padding-top: 36px;
}

.header .search .top {
	margin-bottom: 16px;
}

.header .search .top a {
	font-size: 14px;
	color: #323232;
}

.header .search .top a+a {
	margin-left: 16px;
}

.header .search .top a:hover {
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	color: #ff8a00;
}

.header .search .top .micro-blog i {
	background-image: url("micro-blog.png");
}

.header .search .top .wechat {
	position: relative;
	display: inline-block;
}

.header .search .top .wechat i {
	background-image: url("wechat.png");
}

.header .search .top .wechat .frame-box {
	display: none;
	position: absolute;
	width: 130px;
	left: 50%;
	margin-left: -65px;
	height: 150px;
	background-image: url("frame_03.png");
	background-size: 100% 100%;
	color: #000;
	font-size: 12px;
	text-align: center;
	z-index: 111;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.header .search .top .wechat:hover .frame-box {
	display: block;
}

.header .search .bottom input {
	float: left;
	width: 214px;
	height: 30px;
	border: 1px solid #ff8a00;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	color: #323232;
	font-size: 14px;
	background: #f7f7f7;
}

.header .search .bottom a {
	float: left;
	cursor: pointer;
	border: 0;
	width: 34px;
	height: 30px;
	background: #ff8a00;
	position: relative;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
	line-height: 30px;
}

.header .search .bottom a span {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background-image: url("search.png");
}

.nav {
	height: 54px;
	line-height: 54px;
	background: #094897;
	text-align: center;
}

.nav .active a,.nav li a:hover {
	background: #ff8a00
}

.nav li {
	display: inline-block;
	margin-left: -4px;
}

.nav li a {
	height: 54px;
	padding: 0 40px;
	font-size: 17px;
	color: #fff;
	display: block;
}

.nav li a:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.foot-list {
	display: inline-block;
	margin-right: 56px;
	width: 340px;
	padding: 56px 0;
}

.foot-list .title {
	margin-bottom: 12px;
}

.foot-list .title span {
	color: #444;
	font-size: 14px;
}

.foot-list .title a {
	vertical-align: middle;
	font-style: normal;
	font-size: 12px;
	color: #f0aa58;
}

.foot-list .title a:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #FF8A00;
}

.foot-list .link-list li {
	float: left;
	margin: 0 10px 12px 0;
}

.foot-list .link-list li a {
	display: inline-block;
	width: 100%;
	color: #8d8d8d;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.foot-list .link-list li a:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #FF8A00;
}

.foot-list-1 {
	width: 414px;
}
.foot-list-1 .title a {
	margin-left: 285px;
}
.foot-list-1 li {
	width: 128px;
}

.foot-list-2 {
	width: 380px;
}
.foot-list-2 .title a {
	margin-left: 245px;
}
.foot-list-2 li {
	width: 116px;
}

.foot-list-3 {
	width: 284px;
	margin-right: 0;
}
.foot-list-3 .title a {
	margin-left: 140px;
}
.foot-list-3 li {
	width: 130px;
}

.footer {
	height: 180px;
	background: #2E2E2E;
}

.footer .top {
	padding-top: 38px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.footer .top a {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 0 13px;
	position: relative;
}

.footer .top a:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #FF8A00;
}

.footer .top li:first-child a {
	padding-left: 0;
}

.footer .top li+li a:after {
	width: 5px;
	height: 5px;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.footer .middle {
	margin-bottom: 8px;
}

.footer .middle ul {
	/*margin-left: 58px;*/
}

.footer .middle ul a {
	color: #acacac;
	font-size: 12px;
	line-height: 19px;
}

.footer .middle ul a:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #FF8A00;
}

.footer .bottom .title,.footer .middle ul li {
	color: #acacac;
	line-height: 19px;
	font-size: 12px;
}

.footer .bottom img {
	margin-right: 10px;
}

.footer .bottom .title {
	/*margin-left: 58px;*/
}

.code-box {
	margin-top: 25px;
}

.code-box li {
	text-align: center;
	height: 128px;
	width: 112px;
	background: #fff;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 12px;
	color: #000;
}

.code-box li .img {
	width: 100%;
	position: relative;
}

.code-box li img {
	max-height: 100%;
}

.code-box li+li {
	margin-left: 20px;
}

@media screen and (max-width:1200px) {
	.wp1200 {
		width: 100%;
	}
}

.bg {
	background: #F6F6F6;
	padding-top: 20px;
}

.bg iframe {
	width: 100%;
	height: 600px;
	border: 0;
}

.banner {
	height: 374px;
	width: 100%;
}

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

.banner .swiper-slide {
	background-position: center center;
	background-size: cover;
}

.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

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

.banner .pagination .swiper-pagination-switch {
	width: 11px;
	height: 11px;
	background: #fff;
	margin: 0 5px;
	display: inline-block;
	border-radius: 50%;
	opacity: .8;
	cursor: pointer;
	border: 0;
}

.banner .pagination .swiper-active-switch {
	background: #ff8a00;
}

.carousel-top {
	padding-top: 20px;
}

.carousel-top .carousel {
	width: 590px;
	height: 350px;
}

.carousel-top .carousel .swiper-container {
	width: 100%;
	height: 100%;
}

.carousel-top .carousel .swiper-container .swiper-slide {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.carousel-top .carousel .swiper-container .swiper-slide a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.carousel-top .carousel .swiper-container .swiper-slide h1 {
	padding: 86px 10px 0;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 131px;
	background: url("bg1.png");
	background-size: cover;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
}

.carousel-top .carousel .swiper-container .pagination {
	bottom: 54px;
	position: absolute;
	z-index: 20;
	width: 100%;
	text-align: center;
}

.carousel-top .carousel .swiper-container .pagination .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	background: #FFF;
	opacity: .5;
	filter: alpha(opacity=50);
	margin: 0 2px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}

.carousel-top .carousel .swiper-container .pagination .swiper-active-switch {
	opacity: 1;
	filter: alpha(opacity=100);
}

.carousel-top .carousel .swiper-container .arrow-left {
	width: 20px;
	height: 36px;
	background: url("arrow-2.png");
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .6;
	z-index: 111;
}

.carousel-top .carousel .swiper-container .arrow-left:hover,.carousel-top .carousel .swiper-container .arrow-right:hover {
	opacity: 1;
}

.carousel-top .carousel .swiper-container .arrow-right {
	z-index: 111;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .6;
	width: 20px;
	height: 36px;
	right: 22px;
	background: url("arrow-7.png");
	position: absolute;
	top: 50%;
	cursor: pointer;
	margin-top: -15px;
}

.headlines-box {
	background: #fff;
	margin-left: 610px;
	margin-bottom: 20px;
}

.headlines {
	height: 124px;
	overflow: hidden;
	box-sizing: border-box;
	background: #fff;
}

.headlines .title {
	position: relative;
	width: 150px;
	height: 124px;
	text-align: center;
	background: #fbfbfb;
	border-right: 1px solid #e3e5eb;
}
.headlines .title p {
	font-size: 20px;
	color: #333;
	font-weight: 700;
	margin-top: 30px;
}

.headlines .title i {
	display: inline-block;
	background: url("bg2.png") no-repeat;
	font-size: 16px;
	font-weight: 700;
	/* padding: 2px 5px 5px; */
	padding: 0 5px;
	margin-top: 5px;
	color: #FFF;
}

.headlines .content {
	margin-left: 200px;
	margin-right: 50px;
	padding: 10px 0;
	background: #fff;
	overflow: hidden;
}

.headlines .content h1 {
	overflow: hidden;
	font-size: 24px;
	color: #222;
	margin-bottom: 10px;
}
.headlines .content h2 {
	overflow: hidden;
	font-size: 16px;
	color: #57a1e7;
	margin-bottom: 10px;
}

.headlines .content h1 a {
	color: #57a1e7;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.headlines .content h1:hover a {
	color: #FF8A00;
}

.headlines .content .p {
	color: #6a6a6a;
	font-size: 14px;
	line-height: 26px;
	overflow: hidden;
}

.headlines-box .headlines-nav {
	padding: 0 20px;
	border-top: 1px solid #E3E5EB;
}

.headlines-box .headlines-nav .headlines-nav-title {
	height: 350px;
	position: relative;
	box-sizing: border-box;
}

.headlines-box .headlines-nav .headlines-nav-title li {
	width: 25%;
}

.headlines-box .headlines-nav .headlines-nav-title li .a {
	padding: 0 32px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #222;
	font-size: 18px;
	display: block;
	height: 65px;
	line-height: 65px;
	position: relative;
	text-align: center;
}

.headlines-box .headlines-nav .headlines-nav-title .active .a {
	color: #ff8a00;
	font-weight: 700;
}

.headlines-box .headlines-nav .headlines-nav-title .active .headlines-nav-list {
	display: block;
}

.headlines-box .headlines-nav .headlines-nav-title li:hover .a {
	color: #ff8a00;
}

.headlines-box .headlines-nav .headlines-nav-title li:first-child .a {
	/* padding-left: 0; */
}

.headlines-box .headlines-nav .headlines-nav-title li+li .a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	height: 13px;
	border-left: 1px solid #c7c7c7;
}

.headlines-box .headlines-nav .headlines-nav-list {
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding-top: 22px;
	border-top: 1px solid #E3E5EB;
}

.headlines-box .headlines-nav .headlines-nav-list li {
	background-image: url("arrow-3.png");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 22px;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
}

.headlines-box .headlines-nav .headlines-nav-list li a {
	display: block;
	font-size: 16px;
	color: #222;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.headlines-box .headlines-nav .headlines-nav-list li a span {
	width: 90%;
	display: block;
	height: 19px;
	overflow: hidden;
	box-sizing: border-box;
}

.headlines-box .headlines-nav .headlines-nav-list li a label {
	color: #929292;
	font-size: 16px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.headlines-box .headlines-nav .headlines-nav-list li:hover a,.headlines-box .headlines-nav .headlines-nav-list li:hover a label {
	color: #ff8a00;
}

.business {
	width: 828px;
	box-sizing: border-box;
	padding: 38px 0 35px 40px;
	background: #fff;
}

.business .business-title h1 {
	font-size: 26px;
	color: #24437c;
	font-weight: 700;
	margin-bottom: 18px;
}

.business .business-title .iphone {
	margin-bottom: 35px;
}

.business .business-title .iphone img+img {
	margin-left: 30px;
}

.business .business-title .business-list {
	width: 284px;
	text-align: left;
}

.business .business-title .business-list li {
	text-align: center;
	width: 70px;
	margin-bottom: 24px;
	margin-left: -4px;
	display: inline-block;
	margin-right: 20px;
}

.business .business-title .business-list li .icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	line-height: 70px;
	margin-bottom: 8px;
}

.business .business-title .business-list li .icon img {
	vertical-align: middle;
	max-width: 100%;
}

.business .business-title .business-list li a {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	color: #3f3f3f;
	font-size: 14px;
}

.business .business-title .business-list li:hover a {
	color: #FF8A00;
}

.business .business-title .business-list li:hover img {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
}

.business .map {
	margin-left: 308px;
	width: 446px;
	height: 341px;
	margin-right: 38px;
	background-image: url("map.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	position: relative;
}

.business .map .bottom {
	position: absolute;
	bottom: 0;
	right: 0;
}

.business .map img {
	margin-left: 20px
}

.business .map .title {
	text-align: right;
	padding-top: 55px;
}

.business .map .title h1 {
	margin-bottom: 6px;
	color: #000;
	font-size: 22px;
}

.business .map .title span {
	font-size: 11px;
	color: #686868;
}

.micro {
	margin-left: 848px;
	width: 354px;
	background: #fff;
	height: 440px;
	padding: 26px 38px 28px 48px;
	box-sizing: border-box;
}

.business-box {
	padding-bottom: 20px;
}

.news {
	padding-top: 26px;
	padding-bottom: 80px;
}

.banner-column {
	height: 235px;
	background-size: cover;
	background-position: center center;
}

.nav-two {
	width: 220px;
}

.nav-two .title,.nav-two ul li a {
	width: 100%;
	padding-left: 28px;
	box-sizing: border-box;
}

.nav-two .title {
	height: 56px;
	background: #094896;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 56px;
}

.nav-two ul {
	background: #fff;
	padding-bottom: 82px;
}

.nav-two ul li a {
	display: block;
	height: 62px;
	line-height: 62px;
	font-size: 15px;
	color: #585858;
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-two ul li a:after {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	width: 7px;
	height: 11px;
	background-image: url("arrow-4.png");
	right: 20px;
	top: 50%;
	-webkit-transform: translate(1000%,-50%);
	-ms-transform: translate(1000%,-50%);
	transform: translate(1000%,-50%);
}

.nav-two ul li:hover a {
	color: #094897;
}

.nav-two ul li:hover a:after {
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.nav-two ul .active a {
	font-size: 17px;
	color: #094897;
	font-weight: 700;
}

.nav-two ul .active a:after {
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.nav-two ul li:nth-child(odd) {
	background: #fbfbfb;
}

.news-list {
	background: #fff;
	margin-left: 250px;
	padding-bottom: 30px;
}

.rczp {
	margin-left: 0;
}

.news-list .news-list-details li a:after,.news-list .title .link a+a:after {
	background-size: 100% 100%;
	display: block;
	content: "";
	left: 0;
	top: 50%;
}

.news-list .title {
	height: 56px;
	border-bottom: 1px solid #d9dbe2;
}

.news-list .title h1 {
	font-size: 24px;
	color: #000;
	padding-left: 36px;
	height: 56px;
	line-height: 56px;
}

.news-list .title .link {
	height: 56px;
	line-height: 56px;
	padding-right: 43px;
}

.news-list .title .link a {
	font-size: 12px;
	color: #787878;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.news-list .title .link a:hover {
	color: #FF8A00;
}

.news-list .title .link a+a {
	margin-left: 15px;
}

.news-list .title .link a+a:after {
	position: absolute;
	font-size: 12px;
	background-image: url("arrow-5_03.png");
	width: 5px;
	background-repeat: no-repeat;
	height: 8px;
	color: #787878;
	margin-top: -3px;
	margin-left: -11px;
}

.news-list .news-list-details, .news-list .news-list-details-img, .news-list .news-list-img {
	padding: 25px 43px 40px;
}

.news-list .news-list-details li {
	border-bottom: 1px solid #ebebeb;
	overflow: hidden;
}

.news-list .news-list-details li a {
	font-size: 16px;
	padding-left: 14px;
	color: #181818;
	display: block;
	line-height: 50px;
	height: 50px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.news-list .news-list-details li a span {
	width: 85%;
	overflow: hidden;
	height: 50px;
}

.news-list .news-list-details li a label {
	color: #7f7f7f;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 16px;
}

.news-list .news-list-details li a:hover,.news-list .news-list-details li a:hover label {
	color: #FF8A00;
}

.news-list .news-list-details li a:after {
	position: absolute;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	background-image: url("arrow-6.png");
	width: 6px;
	height: 6px;
}

.news-list .news-list-details-img li {
	background: #f6f6f6;
	margin-bottom: 22px;
}

.news-list .news-list-details-img li a {
	display: block;
	height: 182px;
}

.news-list .news-list-details-img li a .img {
	width: 272px;
	overflow: hidden;
}

.news-list .news-list-details-img li a .img div {
	background-size: cover;
	background-position: center center;
	padding-bottom: 66.91176%;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.news-list .news-list-details-img li a .title-1 {
	margin-left: 307px;
	margin-right: 64px;
}

.news-list .news-list-details-img li a .title-1 h1 {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #181818;
	font-size: 19px;
	margin-bottom: 18px;
	padding-top: 28px;
}

.news-list .news-list-details-img li a .title-1 .p {
	font-size: 12px;
	line-height: 21px;
	height: 42px;
	margin-bottom: 28px;
	overflow: hidden;
	color: #898989;
}

.news-list .news-list-details-img li a .title-1 .time {
	color: #7f7f7f;
	font-size: 12px;
}

.news-list .news-list-details-img li a:hover .title-1 h1 {
	color: #FF8A00;
}

.news-list .news-list-details-img li a:hover .img div {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news-list .news-list-img li {
	width: 33.3333%;
	box-sizing: border-box;
	float: left;
	padding: 0 12px;
	margin-bottom: 26px;
}

.news-list .news-list-img li a {
	display: block;
	background: #f2f2f2;
}

.news-list .news-list-img li a .img {
	width: 100%;
	overflow: hidden;
}

.news-list .news-list-img li a .img div {
	padding-bottom: 66.91176%;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.news-list .news-list-img li a .title-1 {
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #4e4e4e;
	font-size: 14px;
	border: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.news-list .news-list-img li a:hover .title-1 {
	color: #FF8A00;
}

.news-list .news-list-img li a:hover .img div {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.news-details {
	margin-left: 250px;
	padding: 43px;
	background: #fff;
}

.news-details .title {
	padding-bottom: 25px;
	border-bottom: 1px solid #e7e8eb;
	margin-bottom: 35px;
	text-align: center;
}

.news-details .title h1 {
	font-size: 24px;
	color: #000;
	margin-bottom: 18px;
}

.news-details .title .time {
	color: #848484;
	font-size: 12px;
	position: relative;
	padding-left: 18px;
}

.news-details .title .time:after {
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 2px;
	background-size: 100% 100%;
	background-image: url("time.png");
}

.news-details .details {
	font-size: 14px;
	color: #4e4e4e;
	line-height: 32px;
}

.news-details .details p {
	margin-bottom: 10px;
}

.news-details .details img {
	max-width: 100%;
}

.news-details .appendix {
	display: none;
	padding: 10px 0;
	margin-top: 20px;
	border-top: 1px solid #e7e8eb;
	border-bottom: 1px solid #e7e8eb;
}
.news-details .appendix dt {
	font-size: 16px;
	line-height: 36px;
	color: #094896;
}
.news-details .appendix dd {
	padding-left: 16px;
	height: 30px;
	background: url("2016_gl_li_ico.png") no-repeat left center;
}
.news-details .appendix dd a {
	font-size: 14px;
	line-height: 30px;
	color: #333;
}

.news-list .wzdt {
	padding: 10px 36px;
}
.news-list .wzdt ul li {
	padding: 20px 0;
}
.news-list .wzdt ul li .chnl {
	float: left;
	width: 15%;
	font-size: 16px;
	color: #094897;
	font-weight: bold;
}
.news-list .wzdt ul li .sub-chnl {
	display: inline-block;
	width: 85%;
}
.news-list .wzdt ul li .sub-chnl a {
	display: inline-block;
	width: 120px;
	font-size: 14px;
	padding-left: 14px;
	color: #181818;
	height: 28px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.news-list .wzdt ul li .sub-chnl a:hover {
	color: #FF8A00;
}


.index-news {
    box-shadow: 0 0 10px -2px #e2e2e2;
    box-sizing: border-box;
    height: 300px;
    margin-bottom: 20px;
    margin-top: 32px;
    width: 500px;
}
.index-news-title, .index-news-title .a {
    box-sizing: border-box;
    height: 65px;
    position: relative;
}
.index-news-title {
    background: #fafafa none repeat scroll 0 0;
    border-color: #fff #fff #e4e4e4;
    border-style: solid;
    border-width: 1px;
}
.index-news-title .li {
    box-sizing: border-box;
    float: left;
}
.index-news-title .li:first-child {
    margin-left: 15px;
}
.index-news-title .a {
    color: #222;
    display: block;
    font-size: 18px;
    line-height: 65px;
    overflow: hidden;
    text-align: center;
    width: 118px;
}
.index-news-title .a span {
    position: relative;
    z-index: 11;
}
.index-news-nr, .index-news-title .a::after {
    box-sizing: border-box;
    left: 0;
    position: absolute;
    width: 100%;
}
.index-news-title .a::after {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 3px solid #094896;
    height: 100%;
    top: 0;
    transform: translate(-150%, 0px);
    transition: all 0.5s ease 0s;
}
.index-news-title .active .a span {
    color: #ff8a00;
}
.index-news-title .active .a::after {
    transform: translate(0px, 0px);
}
.index-news-title .active .index-news-nr {
    display: block;
}
.index-news-nr {
    background: #fff url("bg_03.jpg") no-repeat scroll right bottom;
    display: none;
    height: 233px;
    padding-left: 38px;
    padding-right: 24px;
    top: 65px;
}
.index-news-nr .img {
    height: 195px;
    margin-top: 20px;
    width: 311px;
}
.index-news-nr .img div {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.index-news-list {
    margin-left: 332px;
    margin-top: 10px;
}
.index-news-list li {
    position: relative;
}
.index-news-list li a {
    box-sizing: border-box;
    display: block;
    height: 41px;
    line-height: 41px;
    padding-left: 12px;
}
.index-news-list li a span {
    color: #545454;
    display: inline-block;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    width: 90%;
}
.index-news-list li a label {
    color: #525252;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
}
.index-news-list li::after {
    background-image: url("arrow-3.png");
    background-size: 100% 100%;
    height: 7px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 4px;
}
.index-news-list li:hover label, .index-news-list li:hover span {
    color: #ff8a00;
}

.scientific {
   /* height: 370px;*/
    margin-top: 0;
}
.scientific .index-news-list {
    margin-left: 0;
    margin-top: 30px;
}
.scientific .index-news-nr {
    background-image: url("bg3.jpg");
    height: 305px;
}

.laboratory {
    background: #fff none repeat scroll 0 0;
    margin-left: 510px;
    width:350px;
}
.laboratory .laboratory-nr {
    height: 305px;
}
.laboratory .laboratory-nr .box {
    border-bottom: 1px solid #e7e7e7;
    box-sizing: border-box;
    height: 120px;
    padding: 20px 13px;
}
.laboratory .laboratory-nr .img {
    height: 80px;
    width: 110px;
}
.laboratory .laboratory-nr .img div {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.laboratory .laboratory-nr .details {
    margin-left: 126px;
}
.laboratory .laboratory-nr .details .p {
    height: 50px;
    line-height: 25px;
    overflow: hidden;
}
.laboratory .laboratory-nr .details .p a {
    color: #585858;
    font-size: 15px;
    transition: all 0.3s ease 0s;
}
.laboratory .laboratory-nr .details .p a:hover {
    color: #ff8a00;
}
.laboratory .laboratory-nr .details .time {
    color: #929292;
    font-size: 14px;
    margin-top: 8px;
}
.laboratory .index-news-list {
    margin-left: 0;
    padding-left: 18px;
    padding-right: 20px;
}
.laboratory .index-news-list li a span {
    color: #626262;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 88%;
}
.laboratory .index-news-list li a {
    height: 40px;
    line-height: 40px;
}
.laboratory .index-news-list li a:hover span {
    color: #ff8a00;
}


.title-box {
    background: #fafafa none repeat scroll 0 0;
    border-color: #fff #fff #e4e4e4;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    height: 65px;
    overflow: hidden;
    padding-left: 20px;
    width: 100%;
}
.title-box .fl {
    box-sizing: border-box;
    height: 65px;
    line-height: 65px;
}
.title-box .fr, .title-box .fr a {
    box-sizing: border-box;
    height: 63px;
}
.title-box .fl a {
    color: #585858;
    font-size: 18px;
    font-weight: 700;
}
.title-box .fr {
    line-height: 63px;
}
.title-box .fr a {
    background-image: url("more-2.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #585858;
    display: block;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    width: 63px;
}
.title-box .fr a:hover {
    background-color: #f6f6f6;
}

.TRS_Editor, .TRS_Editor p {
	font-family: "宋体" !important;
}
.paper_show {
    float:left;
}
.pager_show>li{
   padding:20px 30px;
}
.paper_show img{
    width: 120px;
    height: 150px;
    border: 1px solid #eaeaea;
}
.paper_show li{
  text-align:center;
}