/*滚动条样式*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background: #f8f8f8;
}

::-webkit-scrollbar-thumb {
	background: #cf0101;
	height: 60px;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #cf0101;
}

::-webkit-scrollbar-thumb:vertical:hover {
	background: #cf0101;
}

body {
	font-family: "Helvetica Neue","Helvetica","Arial","sans-serif", "微软雅黑";
}

i,em {
	font-style: normal;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

@media (min-width: 1366px) {
	.container {
		width: 1250px;
	}
}

.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 ul {
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}
.img {
	width: 100%;
	overflow: hidden;
}
.img img {
	display: block;
	width: 100%;
	margin: 0 auto;
	transition: all .5s;
}
@media (max-width: 767px) {
	.section .container {
		width: 100%;
	}
}
@media (min-width: 1200px) {
	.section {
	    padding-top: 90px;
	}
}

/*foot*/
.section .footer {
	position: absolute;
	left: 0;
	bottom: -100%;
}
.active.section .footer {
	opacity: 1;
	bottom: 0;
	transition-delay: .5s;
}
.footer {
	width: 100%;
	background-color: #3a3a3a;
	color: #fff;
	text-align: center;
	padding: 15px 0;
}
.footer a {
	display: inline-block;
	color: #fff;
}
.footer a:hover {
	opacity: .6;
}
.gotop {
	width: 40px;
	height: 40px;
	background: url(../images/icon/gotop.png) no-repeat center;
	background-size: contain;
	position: fixed;
	right: 5px;
	bottom: 60px;
	cursor: pointer;
	display: none;
	transition: all .5s;
}
.gotop:hover {
	background-image: url(../images/icon/gotop1.png);
}

@media (max-width: 767px) {
	.footer {
		font-size: 12px;
		padding: 10px 0;
	}
	.gotop {
		width: 30px;
		height: 30px;
	}
}

/*导航*/
.navbar-default {
	background-color: rgba(255,255,255,.8);
	border: 0;
	box-shadow: 0 3px 9px rgba(0,0,0,.27);
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-brand img {
	display: block;
	height: 30px;
}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #cf0101;
	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) {
	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) {
	transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a {
	color: #3b3a3a;
	border-radius: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
	transition: all .5s;
}
.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: #f9f9f9;
	background-color: #cf0101;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.indexHeader.navbar-fixed-top .navbar-collapse {
	max-height: 300px;
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.indexHeader {
		display: none;
	}
	.section {
		padding-top: 0;
	}
}
@media (min-width: 768px) {
	.header .container {
		padding: 0;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar-default .navbar-nav {
		margin: 14px 0;
	}
}
@media (min-width: 992px) {
	.navbar-default .navbar-nav>li>a {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (min-width: 1200px) {
	.navbar-brand img {
		height: 70px;
	}
	.navbar-default .navbar-nav {
		margin: 29px 0;
	}
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}
}

/*第一屏*/
.section1 {
	display: block;
	padding-top: 0 !important;
}
.section1 .swiper-container {
	height: 100%;
}
.section1 .swiper-slide {
	padding-top: 50px;
}
.banner_text .container {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
}
.banner_text img {
	display: block;
	width: 100%;
}
.banner_text .PC_img {
	display: none;
}
.banner_text .min_img {
	display: block;
}
.banner1 .banner_text img {
	transform: scale(0);
}
.banner2 .banner_text img {
	transform: translateY(-100%);
}
.banner3 .banner_text img {
	transform: translateY(100%);
}
.banner4 .banner_text img {
	transform: translateX(-100%);
}
.banner5 .banner_text img {
	transform: translateX(100%);
}
.section1 .swiper-slide-active .banner_text img {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}

#fp-nav ul li a span {
	background: #cf0101;
}
#fp-nav ul li:hover a span,
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span {
	width: 12px;
	height: 12px;
	border: 1px #cf0101 solid;
	background: transparent;
}
#fp-nav ul li:hover a span:after,
#fp-nav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #cf0101;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#fp-nav.right {
	right: 0;
}
@media (max-width: 767px) {
	#fp-nav ul li {
		margin: 5px 0;
	}
	.section1 .swiper-button-next,
	.section1 .swiper-button-prev {
		width: 18px;
		height: 29px;
		margin-top: -15px;
		background-size: contain;
	}
	.section1 .swiper-button-next {
		right: 20px;
	}
	.section1 .swiper-button-prev {
		left: 20px;
	}
}
@media (min-width: 768px) {
	.section1 .swiper-slide {
		padding-top: 60px;
	}
	.section1 .swiper-button-next {
		right: 30px;
	}
	.section1 .swiper-button-prev {
		left: 30px;
	}
	.banner_text .PC_img {
		display: block;
	}
	.banner_text .min_img {
		display: none;
	}
}
@media (min-width: 1200px) {	
	.section1 .swiper-slide {
		padding-top: 90px;
	}
}

/*首页标题*/
.index_title {
	text-align: center;
	cursor: pointer;
	transform: scale(0);
	color: #323131;
	margin-bottom: 15px;
}
.active .index_title {
	opacity: 1;
	transform: scale(1);
}
.index_title h2 {
	font-size: 18px;
	margin: 0 0 15px;
}
.index_title p {
	font-size: 12px;
	color: #737373;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.index_title p:before,
.index_title p:after {
	content: "";
	width: 35px;
	height: 15px;
	background-color: #ededed;
	border-radius: 15px;
}
.index_title p span {
	display: inline-block;
	background-color: #ededed;
	border-radius: 20px;
	padding: 6px 20px;
	margin: 0 10px;
}
.index_more {
	text-align: center;
	transform: scale(0);
	margin-top: 15px;
}
.active .index_more {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.index_more a {
	display: inline-block;
	font-size: 12px;
	color: #7a7878;
	text-transform: uppercase;
	border: 1px #d5d3d3 solid;
	border-radius: 20px;
	padding: 5px 20px;
}
.index_more a:hover {
	color: #cf0101;
	border-color: #cf0101
}
@media (min-width: 768px) {
	.index_title {
		margin-bottom: 30px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title p {
		font-size: 14px;
	}
	.index_title p:before,
	.index_title p:after {
		width: 55px;
		height: 25px;
	}
	.index_title p span {
		padding-left: 40px;
		padding-right: 40px;
		margin: 0 20px;
	}
	.index_more {
		margin-top: 30px;
	}
	.index_more a {
		font-size: 14px;
		padding: 8px 35px;
	}
}
@media (min-width: 1200px) {
	.index_title h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.index_title p {
		font-size: 16px;
	}
}
@media (min-width: 1366px) {
	.index_title {
		margin-bottom: 80px;
	}
	.index_more {
		margin-top: 60px;
	}
}

/*第二屏*/
.section2_list {
	transform: translate3d(0,100%,0);
}
.active .section2_list {
	opacity: 1;
	transform: none;
	transition-delay: all .5s;
}
.section2_list a {
	display: block;
	color: #4d4d4d;
	text-align: center;
	border: 1px #cbcbcb solid;
	padding: 15px 0;
	transition: all .5s;
}
.section2_list a:hover {
	background-color: #cf0101;
	border-color: #cf0101;
	color: #fefefe;
}
.section2_list a .icon {
	width: 42px;
	height: 42px;
	position: relative;
	overflow: hidden;
	margin: 0 auto 10px;
}
.section2_list a .icon img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .8s;
}
.section2_list a:hover .icon .iconDefault,
.section2_list a .icon .iconHover {
	transform: scale(0);
}
.section2_list a:hover .icon .iconHover {
	transform: none;
}
.section2_list a h2 {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 0 0 5px;
}
.section2_list a span {
	display: block;
	font-size: 12px;
	color: #9f9f9f;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.section2_list a:hover span {
	color: #dfdede;
}

@media (max-width: 767px) {
	.section2_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.section2_list .column {
		padding: 0 5px;
		margin: 5px 0;
	}
	.section2_list .column:nth-child(n+5) {
		display: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section2_list .column {
		width: 25%;
		margin: 0;
	}
	.section2_list a .icon {
		width: 36px;
		height: 36px;
	}
}
@media (min-width: 768px) {
	.section2_list {
		margin-left: -10px;
		margin-right: -10px;
	}
	.section2_list .column {
		padding: 0 10px;
		margin: 10px 0;
	}
	.section2_list a .icon {
		width: 56px;
		height: 56px;
		margin-bottom: 15px;
	}
	.section2_list a h2 {
		font-size: 16px;
	}
	.section2_list a span {
		font-size: 14px;
	}
}
@media (min-width: 992px) {
	.section2_list {
		padding: 0 70px;
	}
	.section2_list a {
		padding: 30px 0;
	}
	.section2_list a h2 {
		font-size: 18px;
	}
}
@media (min-width: 1200px) {
	.section2_list {
		padding: 0 170px;
	}
}
@media (min-width: 1500px) {
	.section2_list {
		margin-left: -20px;
		margin-right: -20px;
	}
	.section2_list .column {
		padding: 0 20px;
		margin: 20px 0;
	}
}

/*第三屏*/
.section3 .index_title {
	color: #fff;
}
.section3 .index_more a {
	color: #fff;
	border-color: #fff;
}
.section3 .index_more a:hover {
	color: #cf0101;
	border-color: #cf0101;
}
.section3_list {
	transform: translate3d(0,100%,0);
	margin: 20px 0;
}
.active .section3_list {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.section3_list a {
	display: block;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.section3_list a:hover img {
	transform: scale(1.1);
}
.section3_list a h2 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #cf0101;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 10px 5px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .8s;
}
.section3_list a:hover h2 {
	bottom: 0;
}

@media (max-width: 767px) {
	.section3_list {
		margin: 30px 0;
	}
	.section3_list a h2 {
		padding: 5px;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section3_list {
		margin: 0;
		padding: 0 50px;
	}
}
@media (min-width: 768px) {
	.section3_list a h2 {
		bottom: -100%;
	}
}
@media (min-width: 1200px) {
	.section3_list a h2 {
		font-size: 16px;
		padding: 15px 10px;
	}
}

/*第四屏*/
.section4 {
	justify-content: flex-end;
}
.section4_info {
	text-align: center;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
	margin-top: 30px;
	transform: translate3d(0,-100%,0);
}
.active .section4_info {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.section4_info p {
	margin: 0;
}
.section4_bg {
	width: 100%;
	height: 40%;
	min-height: 160px;
	background: url(../images/bg1.jpg) no-repeat center;
	background-size: cover;
	margin-top: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translate3d(0,100%,0);
}
.active .section4_bg {
	opacity: 1;
	transform: none;
	transition-delay: .5s;
}
.section4_bg .inner {
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.section4_bg .inner h2 {
	font-size: 14px;
	margin: 0 0 10px;
}
.section4_bg .inner p {
	font-size: 12px;
	margin: 0;
}
.section4_bg .index_more {
	margin-top: 30px;
}
.section4_bg .index_more a {
	background-color: #cf0101;
	border-color: #cf0101;
	color: #fff;
}

@media (max-width: 767px) {
	.section4_bg {
		height: 30%;
		margin-top: 10%;
	}
}
@media (max-width: 359px) {
	.section4 {
		justify-content: center;
	}
	.section4_bg {
		display: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.section4 {
		justify-content: center;
	}
	.section4_bg {
		display: none;
	}
	.section4_info {
		height: 90px;
	}
}
@media (min-width: 768px) {
	.section4_info {
		font-size: 14px;
		line-height: 30px;
		height: 120px;
		margin-top: 50px;
	}
	.section4_bg .inner h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.section4_bg .inner p {
		font-size: 14px;
	}
	.section4_bg .index_more {
		margin-top: 50px;
	}
}
@media (min-width: 1200px) {
	.section4_info {
		font-size: 16px;
		line-height: 36px;
		height: 144px;
		padding: 0 100px;
	}
	.section4_bg .inner h2 {
		font-size: 24px;
	}
	.section4_bg .inner p {
		font-size: 16px;
	}
}
@media (min-width: 1366px) {	
	.section4_info {
		padding: 0 190px;
	}
	.section4_bg .inner h2 {
		font-size: 30px;
	}
	.section4_bg .inner p {
		font-size: 18px;
	}
}

/*第五屏*/
.section5 .index_title {
	color: #fefefe;
}
.section5 .index_title a {
	color: #fffefe;
	border-color: #fff;
}
.section5 .index_more a {
	color: #fff;
	border-color: #fff;
}
.news_list .column,
.section5 .news_list .column {
	margin: 15px 0;
}
.section5 .news_list .column {
	transform: translate3d(0,100%,0);
}
.section5.active .news_list .column {
	opacity: 1;
	transform: none;
}
.section5.active .news_list .column:nth-child(1) {
	transition-delay: .3s;
}
.section5.active .news_list .column:nth-child(2) {
	transition-delay: .6s;
}
.section5.active .news_list .column:nth-child(3) {
	transition-delay: .9s;
}
.news_list{
	display:flex;
	flex-wrap:wrap;
}
.news_list::before,
.news_list::after{
	display:none;
}
.news_list a {
	display: block;
	border: 1px rgba(213,211,211,1) solid;
	padding: 10px;
	color: #333;
	transition: all .5s;
	height:100%;
}
.news_list a:hover {
	background-color: #ab0404;
	border-color: #ab0404!important;
	color: #fff;
}
.section5 .news_list a {
	color: #fff;
	border-color: #fff;
}
.news_list a h2 {
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 0;
}
.news_list a p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #999;
	margin: 5px 0;
}
.news_list a:hover p,
.section5 .news_list a p {
	color: #dedede;
}
.news_list a i {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #999;
	margin: 0 auto;
	transition: all .5s;
}
.news_list a:hover i {
	width: 60px;
	background-color: #fff;
}
.section5 .news_list a i {
	background-color: #fff;
}

@media (max-width: 767px) {
	.news_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.news_list .column {
		padding: 0 5px;
		margin: 5px 0;
	}
	.section5 .news_list .column:nth-child(n+3) {
		display: none;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.news_list .column {
		width: 33.33333%;
	}
	.section5 .news_list .column:nth-child(n+3) {
		display: block;
	}
	.section5 .news_list a .img {
		display: none;
	}
	.section5 .news_list a h2 {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.section5 .index_title {
		margin-bottom: 50px;
	}
	.section5 .index_more {
		margin-top: 30px;
	}
	.news_list a {
		padding: 20px 10px 10px;
	}
	.news_list a h2 {
		font-size: 16px;
		margin-top: 20px;
	}
	.news_list a p {
		font-size: 14px;
		line-height: 25px;
		height: 50px;
		margin: 10px 0;
	}
	.news_list a i {
		width: 50px;
	}
	.news_list a:hover i {
		width: 100px;
	}
}
@media (min-width: 992px) {	
	.news_list a {
		padding: 30px 20px 20px;
	}
	.news_list a p {
		line-height: 30px;
		height: 60px;
		margin: 15px 0;
	}
}

@media (min-width: 768px) and (max-height: 768px) {
	.section {
		padding-top: 50px;
	}
	.indexHeader .navbar-brand img {
		height: 40px;
	}
	.indexHeader .navbar-default .navbar-nav {
		margin: 14px 0;
	}
	.index_title {
		margin-bottom: 40px;
	}
	.index_title h2 {
		font-size: 24px;
	}
	.index_title p {
		font-size: 14px;
	}
	.index_more {
		margin-top: 30px;
	}
	.section2_list .column:nth-child(n+5) {
		display: none;
	}
	.section4_bg {
		margin-top: 3%;
	}
	.section4_bg .inner {
		margin-top: 0;
	}
	.section4_bg .inner h2 {
		margin-bottom: 10px;
	}
	.section4_bg .index_more {
		margin-top: 30px;
	}
	.section5 .index_title {
		margin-bottom: 30px;
	}
}
@media (min-width: 992px) and (max-height: 768px) {
	.section3 .container,
	.section5 .container {
		width: 970px;
	}
	.section4_bg .inner h2 {
		font-size: 20px;
	}
	.section4_bg .inner p {
		font-size: 14px;
	}
	.section5 .news_list a .img {
		height: 180px;
	}
	.section5 .index_more {
		display: none;
	}
}
@media (min-width: 768px) and (max-height: 705px) {
	.section4 .index_title {
		margin-bottom: 30px;
	}
	.section4_info {
		font-size: 14px;
		line-height: 30px;
		height: 120px;
		margin-top: 30px; 
	}
	.section5 .news_list a h2 {
		margin-top: 15px;
	}
	.section5 .news_list a p,
	.section5 .news_list a i {
		display: none;
	}
	.section5 .index_more {
		margin-top: 15px;
	}
}

/*内页*/
.inside_banner {
	position: relative;
	width: 100%;
	height: 260px;
}
.inside_banner_text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	color: #fff;
	text-align: center;
}
.inside_banner_text h2 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px;
}
.inside_banner_text p {
	font-size: 12px;
	margin: 0;
}
.inside_banner_text img {
	display: block;
	width: 100%;
}

.submenu {
	width: 100%;
	margin: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.submenu li {
	float: left;
	padding: 0 2px;
	text-align: center;
}
.submenu li a {
	font-size: 14px;
	color: #fff;
	background-color: transparent;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.submenu li a span {
	display: inline-block;
	position: relative;
}
.submenu li a span:after {
	content: "";
	width: 0;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
	transition: all .5s;
}
.submenu li.active a span:after,
.submenu li a:hover span:after {
	width: 100%;
}
.submenu li a:hover,
.submenu li a:focus,
.submenu li.active a:hover,
.submenu li.active a:focus {
	background-color: transparent
}

.inside_title {
	margin-bottom: 15px;
	color: #494949;
	text-align: center;
}
.inside_title h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

/*详情*/
.wrapper {
	min-height: 60vh;
	overflow: hidden;
}
.inside_main {
	padding: 30px 0;
	position: relative;
	transition: all .5s;
}

.InfoContent {
	line-height: 2.4;
	position: relative;
	overflow: hidden;
}
.InfoContent p {
	margin: 0;
}
.InfoContent img {
	max-width: 100%;
	height: auto !important;
}
.InfoTitle {
	margin-bottom: 15px;
	border-bottom: 1px #dad9d9 solid;
	padding-bottom: 15px;
    text-align: center;
}
.InfoTitle h4 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}
.InfoTitle .date {
	font-size: 12px;
	color: #666;
	margin-top: 10px;
}
.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: #cf0101;
}
.info_Previous,
.info_Next {
	margin-bottom: 10px;
}
@media (max-width: 767px) {	
	.submenu li a {
		font-size: 12px;
		padding: 8px;	
	}
	.info_previous_next_wrap {
		font-size: 12px;
		margin-top: 30px;
	}
}
@media (min-width: 768px) {
	.inside_banner_text h2 {
		font-size: 20px;
	}
	.inside_title {
		margin-bottom: 30px;
	}
	.inside_title h2 {
		font-size: 20px;
	}
	.inside_main {
		padding: 50px 0;
	}
	.submenu {
		margin-top: 30px;
	}
}
@media (min-width: 1200px) {
	.inside_banner {
		height: 300px;
	}
	.inside_banner_text h2 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.inside_banner_text p {
		font-size: 14px;
	}
	.inside_title {
		margin-bottom: 50px;
	}
	.inside_title h2 {
		font-size: 28px;
	}
	.submenu li a {
		font-size: 16px;
	}
}
@media (min-width: 1366px) {
	.inside_banner {
		height: 360px;
	}
	.inside_banner_text h2 {
		font-size: 30px;
	}
	.inside_main {
		padding: 70px 0;
	}
	.InfoTitle {
		margin-bottom: 30px;
	}
	.InfoTitle h4 {
		font-size: 24px;
	}
	.submenu {
		margin-top: 50px;
	}
}

/*关于我们*/
.about_main:nth-child(odd) {
	background-color: #f8f8f8;
}
.about_title {
	margin-bottom: 15px;
}
.about_title h2 {
	font-size: 18px;
	margin: 0;
}
.about_list .img {
	margin-bottom: 15px;
}
.about_list .img img {
	width: 70%;
	margin: 0 auto;
}
.honor_list {
	margin-top: 15px;
}
.honor_list .swiper-slide {
	padding: 0 5px;
	width: 50% !important;
}
.honor_list .swiper-slide:hover img {
	transform: scale(0.98);
}
.partner_list .column {
	margin: 15px 0;
}
.partner_list .img {
	border: 1px #ddd solid;
	background-color: #fff;
}
.partner_list .img:hover img {
	transform: scale(1.1);
}

@media (max-width: 767px) {
	.partner_list {
		margin-left: -5px;
		margin-right: -5px;
	}
	.partner_list .column {
		padding: 0 5px;
		margin: 5px 0;
	}
}
/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {	
	.honor_list .swiper-slide {
		width: 25% !important;
	}
	.partner_list .column {
		width: 25%;
	}
}
@media (min-width: 768px) {	
	.about_title h2 {
		font-size: 20px;
	}
	.honor_list .swiper-slide {
		width: 25% !important;
	}
}
@media (min-width: 992px) {
	.about_title {
		margin-bottom: 30px;
	}
}
@media (min-width: 1200px) {
	.about_title h2 {
		font-size: 24px;
	}
	.about_list .img {
		margin: 0;
	}
	.about_list .img img {
		width: 100%;
	}
	.honor_list .swiper-slide {
		padding: 0 10px;
	}
	.honor_list .swiper-slide {
		width: 20% !important;
	}
}
@media (min-width: 1366px) {
	.about_title h2 {
		font-size: 30px;
	}
}

/*业务范围*/
.list {
	margin-left: -5px;
	margin-right: -5px;
	display:flex;
	flex-wrap:wrap;
}
.list::before,
.list::after{
	display:none;
}
.list .column {
	padding: 0 5px;
	margin: 5px 0;
}
.list .column a {
	display: block;
	color: #333;
}
.list a h4 {
	font-size: 14px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin: 10px 0 0;
}
.list a:hover img {
	transform: scale(1.1);
}

/*横屏*/
@media (max-width: 767px) and (orientation: landscape) {
	.list .column {
		width: 33.33333%;
	}
}
@media (min-width: 992px) {
	.list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.list .column {
		padding: 0 15px;
		margin: 15px 0;
	}
	.list a h4 {
		font-size: 16px;
		margin-top: 20px;
	}
}
@media (min-width: 1200px) {
	.list a h4 {
		font-size: 18px;
	}
}

/*联系我们*/
.contact_body {
	background-color: #f8f8f8;
}
.contact_body .wrapper {
	overflow: initial;
}
.contact_main {
	padding-top: 0;
}
.contact_item {
	background-color: #fff;
	padding: 30px 0;
	margin-top: -20px;
}
.contact_item .column {
	padding: 0 30px;
	border-right: 1px #e7e7e7 dotted;
	font-size: 12px
}
.contact_item .column:last-child {
	border: 0;
}
.contact_item .column a {
	color: #333;
}
.contact_item .column2 h3 {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
}
.contact_item .column1 img {
	display: block;
	max-width: 100%;
}
.contact_item .column1 h1 {
	font-size: 14px;
	margin: 15px 0 5px;
}
.contact_item .column1 p {
	font-size: 12px;
	margin: 0;
}
.contact_item .column3 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact_item .column3 img {
	display: block;
	width: 100%;
	max-width: 160px;
}
.contact_item .column3 span {
	display: block;
	font-size: 14px;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin-right: 10px;
}

.map {
	height: 440px;
	background-color: #fff;
	padding: 20px;
	margin: 50px 0;
}
.map #dituContent {
	width: 100%;
	height: 100%;
	border: 1px #ddd solid;
}
.map img {
	display: block;
	width: 100%;
	height: 100%;
}

.job_list {
	margin: 60px 0;
	list-style: none;
	padding: 0;
}
.job_list li {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
	margin: 0 0 50px;
	padding: 40px 0;
}
.job_list li .table {
	margin-bottom: 0;
}
.job_list li .table tr td {
	border-top: 0;
	border-right: 1px #E3E3E3 solid;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 0 1%;
	font-size: 16px;
}
.job_list li .table tr td.td1,
.job_list li .table tr td.td5 {
	width: 18%;
	text-transform: uppercase;
}
.job_list li .table tr td.td2,
.job_list li .table tr td.td3 {
	width: 12%;
}
.job_list li .table tr td:last-child {
	border-right: 0;
}
.job_list li .table tr td.requirement {
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 2.4;
	width: 40%;
}
.job_list .table tr td a {
	display: inline-block;
	background: #cf0101;
	color: #fff;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px #cf0101 solid;
}
.job_list .table tr td a:hover {
	color: #cf0101;
	background: transparent;
}
.job_list li.table-responsive::-webkit-scrollbar {
	height: 0;
}

.job_modal .modal-dialog {
	width: 90%;
	height: 74%;
	max-width: 800px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}
.job_modal.modal.fade .modal-dialog {
	-webkit-transform: translate(-50%,-25%);
	transform: translate(-50%,-25%);
}
.job_modal.modal.in .modal-dialog {
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.job_modal .modal-content {
	width: 100%;
	height: 100%;
	background-color: transparent;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	padding-top: 40px;
}
.job_modal .modal-content h2 {
	font-size: 16px;
	text-align: center;
	margin: 0;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.job_form {
	height: 100%;
}
.job_form_list {
	height: 100%;
	overflow-y: auto;
}
.job_form_list::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.job_form_list .form-group {
	display: flex;	
}
.job_form_list .form-group label {
	flex: 0 0 auto;
	width: 70px;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	line-height: 34px;	
}
.job_form_list .form-control {
	border-radius: 0;
	border-color: #ddd;
	box-shadow: none;
}
.job_form_list .tip .form-control {
	border-color: #ccc;
}
.job_form_list .error .form-control {
	border-color: #cf0101;
}
.valid_message {
	display: none;
}
.job_form_list .btn {
	width: 100%;
	border-radius: 20px;
	background-color: #cf0101;
	border: 1px #cf0101 solid;
	font-size: 14px;
	color: #fff;
	padding: 10px 0;
	outline: none !important;
	margin-top: 15px;
}
.job_form_list .btn:hover {
	background-color: transparent;
	color: #cf0101;
}

@media (max-width: 767px) {
	.contact_item {
		padding: 0 15px;
	}
	.contact_item .column {
		border-right: 0;
		border-bottom: 1px #e7e7e7 dotted;
		padding: 20px 0;
	}
	.map {
		height: 240px;
		padding: 5px;
		margin: 15px 0;
	}
	.job_list {
		margin: 40px 0;
	}
	.job_list li {
		padding: 20px 0;
		margin: 0 0 30px;
	}
	.job_list li .table {
		width: 250%;
		max-width: 250%;
	}
	.job_list li .table tr td {
		font-size: 14px;
		white-space: normal;
	}
	.job_list li .table tr td.requirement {
		font-size: 12px;
	}
	.job_list .table tr td a {
		width: 85%;
	}
}
@media (min-width: 768px) {
	.contact_item {
		display: flex;
		padding: 60px 0;
		margin-top: -40px;
	}
	.contact_item .column {
		font-size: 14px;
	}
	.contact_item .column1 {
		width: 40%;
	}
	.contact_item .column1 h1 {
		font-size: 16px;
	}
	.contact_item .column2 {
		width: 60%;
		border-right: 0;
	}
	.contact_item .column2 h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.contact_item .column3 {
		display: none;
	}
	.job_list .table tr td a {
		width: 85%;
	}
	.job_modal .modal-dialog {
		padding: 40px;
	}
	.job_modal .modal-content {
		padding-top: 60px;
	}
	.job_modal .modal-content h2 {
		font-size: 24px
	}
	.job_form_list .form-group {
		margin-bottom: 25px;
	}
	.job_form_list .form-group label {
		font-size: 16px;
		width: 80px;
	}
	.job_form_list .btn {
		font-size: 16px;
	}
}
@media (min-width: 992px) {	
	.contact_item .column1 {
		width: 33.33333%;
	}
	.contact_item .column2 {
		width: 41.66667%;
		border-right: 1px #e7e7e7 dotted;
	}
	.contact_item .column3 {
		width: 25%;
		display: flex;
		justify-content: flex-end;
	}
}
@media (min-width: 1200px) {
	.contact_item .column {
		padding: 0 50px;
	}
	.contact_item .column2 h3 {
		font-size: 22px;
	}
}
@media (min-width: 1500px) {
	.job_list .table tr td a {
		width: 70%;
	}
}

.pdf-main {
	padding: 50px 0;
}
.report-title {
	font-size: 20px;
	text-align: center;
	color: #0062c7;
	border-bottom: 1px #ddd solid;
	padding-bottom: 20px;
	margin-bottom: 40px;
}
.report-query {
	list-style: none;
	padding: 0;
	margin: 0;
}
.report-query li {
	display: flex;
	font-size: 16px;
	line-height: 1.71428571;
}
.report-query li + li {
	margin-top: 30px;
}
.report-query .span {
	flex: 0 0 auto;
	margin-right: 15px;
}
.report-query .p {
	margin: 0;
}

/*动画*/
@-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
}