/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #0068B7;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #0068B7;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #0068B7;
}

body {
	font-family: "Helvetica Neue", "Helvetica", "Arial", "sans-serif", "微软雅黑";
	padding-top: 50px;
}

html,
body {
	height: 100%;
}

.bgColorF0 {
	background-color: #f0f0f0;
}

i,
em {
	font-style: normal;
}

a:focus,
a:hover {
	text-decoration: none;
}

.Animation {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
}

.fullpage {
	width: 100%;
	overflow: hidden;
}
.section {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 50px;
}
.section .container {
	z-index: 2;
}
.img {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 767px) {
	.section .container,
	.banner_text .container {
		width: 100%;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section {
		padding-top: 0;
	}
}
@media (min-width: 768px) {
	body,
	.section {
	    padding-top: 76px;
	}	
}
@media (min-width: 1440px) {
	.section .container {
		width: 1230px;
	}
	.section1 .container,
	.container {
		width: 1400px;
	}
}
@media (min-width: 1600px) {
	.section1 .container,
	.container {
		width: 95%;
		max-width: 1680px;
	}
}

/*搜索页面*/
.noResult {
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	margin: 50px 0;
}

@media (min-width: 768px) {
	.noResult {
		font-size: 20px;
	}
}

/*foot*/
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: -40px;
	bottom: 50px;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.gotop.on {
	right: 5px;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}
.footer {
	background-color: #F0F0F0;
	color: #595757;
	line-height: 24px;
	text-align: center;
	padding: 15px 0;
}
.footer a {
	display: inline-block;
	color: #595757;
}
.footer a:hover {
	color: #0068B7;
}

.section:last-child {
	padding-bottom: 50px;
}
.section .footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section.active .footer {
	bottom: 0;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

@media (max-width: 767px) {
	.gotop {
		width: 30px;
		height: 30px;
	}
	.footer {
		font-size: 12px;
		line-height: 20px;
		padding: 10px 0;
	}
}

/*导航*/
.navbar-default {
	background-color: #F7F8F8;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.1);
	box-shadow: 0 2px 8px rgba(0,0,0,.1);
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}
.navbar-brand img {
	height: 36px;
}
.navbar-default .navbar-toggle {
	border: 0;
	padding-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #0068B7;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .menu_close .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: relative;
	top: 6px;
}
.navbar-default .menu_close .icon-bar:nth-child(2) {
	display: none;
}
.navbar-default .menu_close .icon-bar:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #231815;
	padding-top: 14px;
	padding-bottom: 6px;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #0068B7;
	background-color: transparent;
	background: url(../images/navActive.png) no-repeat left 2px center;
	background-size: 32px;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: 300px;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav>li {
		padding: 0 15px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.indexHeader {
		display: none;
	}
}
@media (min-width: 768px) {
	.navbar-brand {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-brand img {
		height: 46px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 32px 15px 24px;
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li {
		padding-left: 9px;
		padding-right: 9px;
	}
}

/*第一屏*/
.section1 {
	padding-top: 0!important;
}
.section1 .swiper-container {
	width: 100%;
	height: 100%;
}
.banner_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner_text img {
	display: block;
	width: 100%;
}
.banner1 .banner_text img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.banner2 .banner_text img {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	-webkit-transform: scale(0);
	transform: scale(0);
}
.banner4 .banner_text img {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.section1 .swiper-slide-active .banner_text img {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.section1 .swiper-button-prev,
.section1 .swiper-button-next {
	width: 18px;
	height: 29px;
	margin-top: -15px;
	background-size: contain;
	opacity: .5;
}
.section1 .swiper-pagination {
	color: #fff;
	bottom: 30px;
}
.section1 .swiper-pagination-bullet {
	width: auto;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	opacity: 1;	
}
.section1 .swiper-pagination-bullet span {
	display: block;
	line-height: 1;
	opacity: 0;
	margin-bottom: 8px;
}
.section1 .swiper-pagination-bullet em {
	display: block;
	width: 18px;
	height: 6px;
	background-color: rgba(255,255,255,.6);
	border-radius: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.section1 .swiper-pagination-bullet-active span {
	opacity: 1;
}
.section1 .swiper-pagination-bullet-active em {
	width: 40px;
	background-color: #fff;
}

@media (max-width: 767px) {
	.section1 .PC_img {
		display: none;
	}
}
@media (min-width: 768px) {
	.section1 .min_img {
		display: none;
	}
	.section1 .swiper-pagination-bullet {
		margin: 0 8px!important;
	}
	.section1 .swiper-pagination-bullet span {
		font-size: 16px;
	}
	.section1 .swiper-pagination-bullet em {
		width: 24px;
		height: 10px;
	}
	.section1 .swiper-pagination-bullet-active em {
		width: 60px;
	}
}

.index_title {
	text-align: center;
	margin-bottom: 15px;
}
.section .index_title {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.section.active .index_title {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}
.index_title a {
	display: inline-block;
	color: #231815;
	position: relative;
	padding: 18px 0;
}
.index_title a:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/titleBg.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: -1;
}
.index_title h2 {
	font-size: 24px;
	margin: 0;
}
.index_title p {
	margin: 5px 0 0;
}

.index_more {
	margin-top: 30px;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .index_more {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.index_more a {
	display: block;
	text-align: center;
	color: #0068B7;
	border: 1px #0068B7 solid;
	border-radius: 20px;
	padding: 8px;
	max-width: 136px;
}
.index_more a:hover {
	background-color: #0068B7;
	color: #fff;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.index_title {
		margin-bottom: 15px;
	}
	.index_more {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.index_title {
		margin-bottom: 35px;
	}
	.index_title a {
		padding: 28px 0;
	}
	.index_title h2 {
		font-size: 30px;
	}
	.index_title p {
		font-size: 16px;
		margin-top: 10px;
	}
	.index_more {
		margin-top: 50px;
	}
}
@media (min-width: 1440px) {
	.index_title h2 {
		font-size: 40px;
	}
	.index_title p {
		font-size: 20px;
	}
}

/*第二屏*/
.section2_list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .section2_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.section2_list .column {
	margin: 8px 0;
}
.section2_list a {
	display: block;
	color: #231815;
	text-align: center;
}
.section2_list a h2 {
	font-size: 14px;
	margin: 10px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section2_list a .img {
	background-color: #efefef;
	border: 1px #efefef solid;
}
.section2_list a:hover {
	color: #0068B7;
}
.section2_list a:hover .img {
	border-color: #231815;
}
.section2_list .column:last-child a .img {
	border: 0;
}

@media (max-width: 479px) {
	.section2_list .column {
		width: 50%;
	}
	.section2_list .column:nth-child(n+6) {
		display: none;
	}
	.section2_list .column:last-child {
		display: block;
	}
}
@media (min-width: 768px) {
	.section2_list .column {
		margin: 15px 0;
	}
	.section2_list a h2 {
		font-size: 16px;
		margin-top: 15px;
	}
}
@media (min-width: 1200px) {
	.section2_list {
		padding: 0 68px;
	}
	.section2_list a h2 {
		font-size: 20px;
		margin-top: 30px;
	}
}
@media (min-width: 1440px) {
	.section2_list {
		padding: 0 98px;
	}
}

/*第三屏*/
.section3 .index_title a {
	color: #fff;
}
.section3 .index_title a:before {
	opacity: .2;
}
.section3_list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .section3_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.section3_list a {
	display: block;
	color: #333;
	height: 200px;
	position: relative;
}
.section3_list a h2 {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	background-color: #ddd;
	padding: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.section3_list a h2:after {
	content: "";
	width: 22px;
	height: 18px;
	background: url(../images/icon/icon1.png) no-repeat center;
	background-size: contain;
	display: block;
	flex: 0 0 auto;
	margin-left: 10px;
}
.section3_list a span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section3_list a:hover h2 {
	color: #fff;
	font-weight: bold;
	background-color: #0068B7
}
.section3_list a:hover h2:after {
	background-image: url(../images/icon/icon1_1.png);
}

@media (min-width: 768px) {
	.section3_list a {
		height: 260px;
	}
	.section3_list a h2 {
		padding: 15px;
	}
}
@media (min-width: 992px) {
	.section3_list {
		margin-left: -18px;
		margin-right: -18px;
	}
	.section3_list .swiper-slide {
		width: 24.56258%;
		padding: 0 18px;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.section3_list .active{
		width: 50.87484%;
	}
	.section3_list .active a h2 {
		color: #fff;
		font-weight: bold;
		background-color: #0068B7
	}
	.section3_list .active a h2:after {
		background-image: url(../images/icon/icon1_1.png);
	}
}
@media (min-width: 1200px) {
	.section3_list a {
		height: 320px;
	}
}
@media (min-width: 1440px) {
	.section3 .container {
		width: 1400px;
	}
	.section3_list a {
		height: 390px;
	}
	.section3_list a h2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
@media (min-width: 1600px) {
	.section3 .container {
		width: 1480px;
	}
	.section3_list a {
		height: 414px;
	}
}

/*第四屏*/
.section4_list a {
	display: block;
	color: #231815;
	text-align: center;
	position: relative;
}
.section4_list .img:after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 0;
	left: 0;
}
.section4_list a h2 {
	font-size: 14px;
	margin: 30px 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
}
.section4_list .flip-current .img:after {
	opacity: 0;
}
.section4_list .flip-current a h2 {
	visibility: visible;
	opacity: 1;
}

.section4_list.flipster-carousel .flip-prev {
	-webkit-transform: translateX(-90%) scale(0.84);
	-moz-transform: translateX(-90%) scale(0.84);
	-o-transform: translateX(-90%) scale(0.84);
	-ms-transform: translateX(-90%) scale(0.84);
	transform: translateX(-90%) scale(0.84);
}
.section4_list.flipster-carousel .flip-next {
	-webkit-transform: translateX(90%) scale(0.84);
	-moz-transform: translateX(90%) scale(0.84);
	-o-transform: translateX(90%) scale(0.84);
	-ms-transform: translateX(90%) scale(0.84);
	transform: translateX(90%) scale(0.84);
}
.section4_list.flipster-carousel .flip-past {
	-webkit-transform: translateX(-160%) scale(0.66);
	-moz-transform: translateX(-160%) scale(0.66);
	-o-transform: translateX(-160%) scale(0.66);
	-ms-transform: translateX(-160%) scale(0.66);
	transform: translateX(-160%) scale(0.66);
}
.section4_list.flipster-carousel .flip-future {
	-webkit-transform: translateX(160%) scale(0.66);
	-moz-transform: translateX(160%) scale(0.66);
	-o-transform: translateX(160%) scale(0.66);
	-ms-transform: translateX(160%) scale(0.66);
	transform: translateX(160%) scale(0.66);
}
.section4_list .flip-items {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 24.33334%!important;
}
.section4_list .flipto-prev,
.section4_list .flipto-next {
	display: block;
	position: absolute;
	width: 22px;
	height: 18px;
	text-indent: -9999px;
	top: 50px;
	z-index: 1;
	background: url(../images/icon/icon1.png) no-repeat center rgba(0,0,0,.6);
	background-size: contain;
	display: none;
}	
.section4_list .flipto-prev {
	left: 10px;
}	
.section4_list .flipto-next {
	right: 10px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	.section4_list a h2 {
		margin-top: 10px;
	}
}
@media (max-width: 479px) {
	.section4_list .flip-items {
		width: 40%!important;
	}
	.section4_list.flipster-carousel .flip-prev {
		-webkit-transform: translateX(-80%) scale(0.84);
		-moz-transform: translateX(-80%) scale(0.84);
		-o-transform: translateX(-80%) scale(0.84);
		-ms-transform: translateX(-80%) scale(0.84);
		transform: translateX(-80%) scale(0.84);
	}
	.section4_list.flipster-carousel .flip-next {
		-webkit-transform: translateX(80%) scale(0.84);
		-moz-transform: translateX(80%) scale(0.84);
		-o-transform: translateX(80%) scale(0.84);
		-ms-transform: translateX(80%) scale(0.84);
		transform: translateX(80%) scale(0.84);
	}
}

/*第五屏*/
.section5_list {
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}
.active .section5_list {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.section5_list .column {
	margin: 10px 0;
}
.section5_list a {
	display: block;
	color: #3E3E3E;
}
.section5_list a h2 {
	font-size: 16px;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.section5_list a h2:before {
	content: "";
	width: 0;
	height: 2px;
	background-color: #3E3E3E;
	display: block;
	flex: 0 0 auto;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.section5_list a:hover h2:before {
	width: 20px;
	margin-right: 5px;
}
.section5_list a h2 span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}
.section5_list a p {
	color: #777;
	line-height: 20px;
	height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 15px 0 0;
}
.section5_list a em {
	display: block;
	color: #0068B7;
	margin-top: 10px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.section5_list a:hover em {
	opacity: 1
}

@media (max-width: 767px) {
	.section5_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.section5_list .column {
		padding: 0 10px;
	}
	.section5_list .column:nth-child(n+3) {
		display: none;
	}
}
@media (max-width: 479px) {
	.section5_list .column {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.section5_list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.section5_list .column {
		padding: 0 20px;
		margin: 20px 0;
	}
}


@media (min-width: 768px) and (max-width: 991px) and (max-height: 705px) {
	.section5_list .column:nth-child(n+5) {
		display: none;
	}
}
@media (min-width: 768px) and (max-height: 705px) {
	.index_title {
		margin-bottom: 15px;
	}
	.section4_list a h2 {
		margin-top: 15px;
	}
}
@media (min-width: 1200px) and (max-height: 705px) {
	.section2_list .column {
		margin: 8px 0;
	}
	.section2_list a h2 {
		font-size: 16px;
		margin-top: 15px;
	}
	.section4 .container {
		width: 970px;
	}
}
@media (min-width: 1440px) and (max-height: 705px) {	
	.index_title h2 {
		font-size: 30px;
	}
	.index_title p {
		font-size: 16px;
	}
	.section3 .container {
		width: 1170px;
	}
	.section3_list a {
		height: 320px;
	}
	.section3_list a h2 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

/*内页*/
.wrapper {
	min-height: calc(100vh - 54px);
	position: relative;
}
.inside_banner_main,
.inside_banner {
	overflow: hidden;
	position: relative;
}
.inside_banner img {
	display: block;
	width: 100%;
}

.location_main {
	background-color: #ededed;
	color: #848585;
}
.location {
	color: #4b4a4a;
	padding: 5px 0;
	position: relative;
}
.location b,
.location a {
	font-weight: normal;
	color: #4b4a4a;
	line-height: 20px;
}
.location a:hover {
	color: #0068B7;
}

.inside_main {
	padding: 30px 0;
	position: relative;
}
.inside_main:nth-child(odd) {
	background-color: #ededef;
}

.submenu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.submenu li a {
	text-align: center;
	color: #333;
	line-height: 20px;
	padding: 10px 15px;
}
.submenu li a:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #0068B7;
	display: block;
	margin: 0 auto;
	position: relative;
	bottom: -5px;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.submenu li a:hover:after,
.submenu li.active a:after {
	width: 100%;
}
.submenu li a:hover,
.submenu li.active a {
	background-color: transparent;
	color: #0068B7;
}

.inside_title {
	text-align: center;
	margin-bottom: 20px;
}
.inside_title h2 {
	font-size: 20px;
	margin: 0;
}
.inside_title h2:after {
	content: "";
	width: 34px;
	height: 2px;
	background-color: #0068B7;
	display: block;
	margin: 10px auto 0;
}
.inside_title span {
	display: block;
	text-transform: uppercase;
	margin-top: 5px;
	color: #0068B7;
}
.inside_title p {
	color: #868787;
	margin: 10px 0 0;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
	padding: 5px;
}

.InfoTitle {
	margin-bottom: 20px;
	text-align: center;
	border-bottom: 1px #dad9d9 solid;
    padding-bottom: 15px;
}
.InfoTitle h4 {
	font-size: 18px;
	margin: 0;
	line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.InfoTitle .date span {
	padding: 0 5px;
}

.goBack {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -15px;
}
.goBack a {
	display: inline-block;
	color: #fff;
	line-height: 20px;
	background-color: #666;
	padding: 10px 30px;
	margin: 5px;
}
.goBack a:hover {
	background-color: #0068B7;
}

.pager {
	margin: 15px 0 0;
}
.pager li>a,
.pager li>span {
	border: 1px #bfbfbf solid;
	color: #666;
	border-radius: 10px;
	margin: 0 5px;
}
.pager li>a:hover {
	color: #fff;
	border-color: #0068B7;
	background-color: #0068B7;
}

.info_previous_next_wrap {
	border-top: 1px #dad9d9 solid;
	padding-top: 16px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
}
.info_previous_next_wrap b {
	font-weight: normal;
}
.info_previous_next_wrap a {
	color: #666;
	text-decoration: none;
}
.info_previous_next_wrap a:hover {
	color: #0068B7;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}

@media (max-width: 767px) {
	.inside_banner .PC_img {
		display: none;
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_banner .min_img {
		display: none;
	}
	.inside_main {
		padding: 50px 0;
	}
	.submenu li a {
		font-size: 16px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.inside_tite {
		margin-bottom: 40px;
	}
	.inside_title h2 {
		font-size: 24px;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
	.pager {
		margin-top: 30px;
	}
	.pager li>a,
	.pager li>span {
		font-size: 16px;
		padding: 12px 35px;
		margin: 0 30px;
	}
}
@media (min-width: 1440px) {
	.inside_title h2 {
		font-size: 30px;
	}
}

/*关于*/
.row.honor_list {
	display:flex;
	flex-flow:row wrap;
}
.honor_list .column {
	margin: 10px 0;
}
.honor_list a {
	display:block;
	height:100%;
}
.honor_list .img {
	height:100%;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.honor_list .img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.honor_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.honor_list .column {
		padding: 0 10px;
		margin: 10px 0;
	}
}
@media (max-width: 479px) {
	.honor_list .column {
		width: 50%;
	}
}
@media (min-width: 1440px) {
	.honor_list {
		margin-left: -30px;
		margin-right: -30px;
	}
	.honor_list .column {
		padding: 0 30px;
		margin: 20px 0;
	}
}

/*产品中心*/
.row.product_list {
	display:flex;
	flex-flow:row wrap;
}
.product_list .column {
	margin: 15px 0;
}
.product_list a {
	display: block;
	color: #333;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.18);
	box-shadow: 0 0 12px rgba(0,0,0,.18);
	padding: 10px;
}
.product_list a h2 {
	font-size: 16px;
	margin: 15px 0 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product_list a:hover {
	color: #0068B7;
}
.product_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.product_list .column {
		width: 100%;
	}
}

/*新闻资讯*/
.news_list .column+.column {
	margin-top: 25px;
}
.news_list a {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	color: #000;
	border-bottom: 1px #ccc dotted;
	padding-bottom: 25px;
}
.news_list a .img {
	flex: 0 0 auto;
	width: 220px;
}
.news_list a .text {
	width: 100%;
	padding-right: 15px;
	overflow: hidden;
}
.news_list a h2 {
	font-size: 16px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list a p {
	color: #838282;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_list a em {	
	color: #666;
	text-align: center;
	border: 1px #e5e5e5 solid;
	max-width: 120px;
	padding: 8px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}
.news_list a em:after {
	content: "";
	width: 18px;
	height: 14px;
	background: url(../images/icon/icon1.png) no-repeat center;
	background-size: contain;
	display: block;
	flex: 0 0 auto;
	margin-left: 10px;
}
.news_list a:hover em {
	background-color: #0068B7;
	border-color: #0068B7;
	color: #fff;
}
.news_list a:hover em:after {
	background-image: url(../images/icon/icon1_1.png);
}
.news_list a:hover {
	color: #0068B7;
}
.news_list a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 479px) {
	.news_list a {
		display: block;
	}
	.news_list a .img {
		width: 100%;
	}
	.news_list a .text {
		padding-right: 0;
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	.news_list a .text {
		padding-right: 30px;
	}
	.news_list a h2 {
		font-size: 20px;
	}
	.news_list a p {
		line-height: 30px;
		height: 90px;
		-webkit-line-clamp: 3;
	}
	.news_list a em {
		max-width: 150px;
		padding: 10px;
		margin-top: 30px;
	}
	.news_list a .img {
		width: 360px;
	}
}
@media (min-width: 1200px) {
	.news_list a .img {
		width: 480px;
	}
	.news_list a p {
		margin-top: 20px;
	}
	.news_list a em {
		margin-top: 50px;
	}
}

/*联系我们*/
.contact_list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.contact_list li {
	width: 50%;
	padding: 0 15px;
	margin: 15px 0;
}
.contact_list .icon {
	width: 60px;
	margin: 0 auto 10px;
	position: relative;
}
.contact_list .icon img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.contact_list li:hover .icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.contact_list .text {
	text-align: center;
}
.contact_list .text h4 {
	font-size: 18px;
	margin: 0 0 10px;
}
.contact_list .text a {
	display: block;
	text-decoration: none;
	color: #333;
	word-break: break-all;
}

.map {
	margin-top: 30px;
}
.map #dituContent {
	width: 100%;
	height: 240px;
	border: 1px #ddd solid;
}

@media (min-width: 768px) {
	.contact_list .icon {
		width: 80px;
		margin-bottom: 20px;
	}
	.map {
		margin-top: 50px;
	}
	.map #dituContent {
		height: 400px;
	}
}
@media (min-width: 1200px) {
	.contact_list li {
		width: 25%;
	}
}

/*动画*/
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation: fadeInDown 1s;
	animation: fadeInDown 1s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation: fadeInUp 1s;
	animation: fadeInUp 1s;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation: fadeInLeft 1s;
	animation: fadeInLeft 1s;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation: fadeInRight 1s;
	animation: fadeInRight 1s;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation: zoomIn 1s;
	animation: zoomIn 1s
}
