.scroll_navbar {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	min-width: 1200px;
	height: 25px;
	z-index: 10;
	position: absolute;
	bottom: 0;
}

.scroll .navgation {
	/* position:absolute;
	bottom:0; */
	text-align: center;
	height: 25px;
	line-height: 25px;
}

.scroll .navgation span {
	display: inline-block;
	width: 50px;
	height: 5px;
	background: #7f7f7f;
	margin: 10px 10px 0;
	font-size: 0;
}

.scroll .navgation span.cur {
	background: #fff;
}

.part_one {
	background: #f8f8f8;
	padding: 60px 0;
	width: 100%;
	min-width: 1200px;
}

.part_one_content ul>li {
	float: left;
	width: 400px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(../images/bg.jpg) no-repeat right center;
}

.part_one_content ul li img {
	width: 360px;
	height: 99px;
	padding-bottom: 17px;
}

.part_one_content ul>li:last-child {
	background: none;
}

.part_one_content ul li:first-child {
	padding-left: 0;
}

.part_one_content ul li p {
	font-size: 12px;
	line-height: 20px;
	height: 63px;
	overflow: hidden;
}

.comm .title {
	font-size: 16px;
	color: #004e79;
	padding-bottom: 20px;
	font-weight: bold;
}

.comm .title span {
	font-size: 12px;
	color: #999;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

.comm .title a {
	float: right;
	font-size: 12px;
	display: inline-block;
	padding-top: 3px;
}

.comm .title a i {
	display: inline-block;
	width: 6px;
	height: 9px;
	background: url(../images/more.png) no-repeat right center;
	margin-left: 3px;
}

.comm .title a:hover {
	color: #2cb6ec;
}

.news_list {
	width: 380px;
	position: relative;
	overflow: hidden;
	height: 160px;

}

.news_list ul {
	width: 32000px;
	position: relative;
	height: 130px;
	padding-bottom: 20px;
}

.news_list ul li {
	float: left;
	padding: 0;
	width: 380px;
	background: none;
}

.news_list ul li img {
	width: 160px;
	height: 130px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}

.news_list ul li a:hover img {
	-webkit-filter: grayscale(0%);
}

.news_list ul li p {
	font-size: 12px;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	text-align: left;
}

.news_list .news_bar {
	text-align: center;
}

.news_list .news_bar span {
	cursor: pointer;
	font-size: 0;
	width: 50px;
	height: 5px;
	background: #ccc;
	display: inline-block;
	margin: 0 5px;
}

.news_list .news_bar span.active {
	background: #2cb6ec;
}

.part_two {
	padding: 50px 0;
	width: 100%;
	min-width: 1200px;
}

.part_two .top_title {
	text-align: center;
	padding-bottom: 50px;
}

.part_two .top_title p {
	font-size: 12px;
	color: #999;
	line-height: 24px;
}

.part_two .top_title span {
	font-size: 18px;
	color: #004e79;
	font-weight: normal;
	position: relative;
	padding: 0 15px;
	display: inline-block;
	background: #fff;
	z-index: 1;
}

.part_two .top_title span:before {
	content: "";
	width: 150px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: -150px;
	top: 12px;
	z-index: 0;
}

.part_two .top_title span:after {
	content: "";
	width: 150px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 100px;
	top: 12px;
	z-index: 0;
}

.part_two_content ul li {
	float: left;
	width: 400px;
	padding-right: 20px;
}

.part_two_content ul li a {
	display: block;
}

.part_two_content ul li a:hover p {
	color: #004e79;
}

.part_two_content ul li:nth-child(3n+3) {
	padding-right: 0;
	width: 380px;
}

.part_two_content ul li img {
	width: 380px;
	padding-bottom: 20px;
}

.part_two_content ul li p {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	height: 70px;
	overflow: hidden;
}


/* scroll.css */
.scroll {
	width: 100%;
	overflow: hidden;
	min-width: 1200px;
}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	padding: 0;
	margin: 0;
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {
	display: block;
	width: 100%;
}

.flexslider .slides>li p {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -600px;
	transform: translateY(-50%);
}

.flexslider .slides>li p img {
	width: 45%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

/* Clearfix for the .slides element */

.slides:after {
	display: block;
	height: 0;
	clear: both;
	line-height: 0;
	content: ".";
	visibility: hidden;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

.no-js .slides>li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/

.flexslider {
	position: relative;
	margin: 0;
	background: #fff;
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

/* Direction Nav */

.flex-direction-nav {
	*height: 0;
}

.flex-direction-nav a {
	position: absolute;
	top:50%;
	z-index: 10;
	display: block;
	width: 45px;
	height: 45px;
	margin: -20px 0 0;
	text-indent: -9999px;
	cursor: pointer;
	/* background: url(../images/bg_direction_nav.png) no-repeat 0 0; */
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
	right: 0;
	background: url(../images/next.png) no-repeat;
}

.flex-direction-nav .flex-prev {
	left: 0;
	background: url(../images/prev.png) no-repeat;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	cursor: default;
	opacity: .3 !important;
	filter: alpha(opacity=30);
}

/* Control Nav */

.flex-control-nav {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	height: 25px;
	/*  margin-left: -15px; */
	text-align: center;
	/*  display:none; */
}

.flex-control-nav li {
	display: inline-block;
	*display: inline;
	margin: 10px 6px;
	zoom: 1;
}

.flex-control-paging li a {
	display: block;
	width: 50px;
	height: 5px;
	text-indent: -9999px;
	cursor: pointer;
	background: #7f7f7f;
	/*   -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; */
}

.flex-control-paging li a:hover {
	background: #fff;
}
.homeh20{
	line-height: 20px!important;
}
.homeh20a{
	line-height: 20px!important;
	margin-top: 5px!important;
}

.flex-control-paging li a.flex-active {
	/*   width: 11px;
  height: 11px; */
	/* margin-top: 2px; */
	cursor: default;
	background: #fff;
	/*   border: 2px solid #b2b7bb; */
}

.flex-control-thumbs {
	position: static;
	margin: 5px 0 0;
	overflow: hidden;
}

.flex-control-thumbs li {
	float: left;
	width: 25%;
	margin: 0;
}

.flex-control-thumbs img {
	display: block;
	width: 100%;
	cursor: pointer;
	opacity: .7;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	cursor: default;
	opacity: 1;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}

.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding-bottom: 30px;
	cursor: pointer;
	position: relative;
}

.nbs-flexisel-item a>img {
	cursor: pointer;
	position: relative;
	width: 100%;
}

/*---- Nav ---*/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	width: 19px;
	height: 36px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	display: none;
}

.nbs-flexisel-nav-left {
	left: 0;
	top: 30% !important;
	background: url(../images/left.png) no-repeat;
}

.nbs-flexisel-nav-right {
	right: 0;
	top: 30% !important;
	background: url(../images/right.png) no-repeat;
}

.part_three {
	background: #f8f8f8;
	padding: 60px 0;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.part_three .top_title {
	text-align: center;
	padding-bottom: 50px;
}

.part_three .top_title p {
	font-size: 28px;
	color: #999;
	/*line-height: 24px;*/
	letter-spacing: 3px;
}

.part_three .top_title span {
	font-size: 38px;
	color: #004e79;
	position: relative;
	padding: 0 15px;
	display: inline-block;
	background: #f8f8f8;
	z-index: 1;
}

.part_three .top_title span:before {
	content: "";
	width: 150px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: -150px;
	top: 12px;
	z-index: 0;
}

.part_three .top_title span:after {
	content: "";
	width: 150px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 100%;
	top: 12px;
	z-index: 0;
}

/* padding 与负 margin 抵消，用于放大裁剪区，避免卡片 hover 上移和投影被 overflow 裁掉 */
.part_three_content ul {
	overflow: hidden;
	padding: 10px 14px 34px;
	margin: -10px -14px -34px;
}

.part_three_content ul li {
	float: left;
	width: 285px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid #e8edf0;
	border-radius: 6px;
	padding: 34px 26px 38px;
	cursor: default;
	-webkit-transition: -webkit-transform .35s ease, box-shadow .35s ease, border-color .35s ease;
	transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.part_three_content ul li:last-child {
	margin-right: 0;
}

.part_three_content ul li:hover {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px);
	box-shadow: 0 12px 28px rgba(0, 78, 121, .10);
	border-color: #bcdcea;
}

.part_three_content ul li .reason_num {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 1px solid #d3e2ea;
	color: #004e79;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 20px;
	-webkit-transition: background .35s ease, color .35s ease, border-color .35s ease;
	transition: background .35s ease, color .35s ease, border-color .35s ease;
}

.part_three_content ul li .reason_title {
	font-size: 17px;
	color: #004e79;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: .5px;
	margin-bottom: 12px;
}

.part_three_content ul li .reason_title:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #2cb6ec;
	margin-top: 14px;
}

.part_three_content ul li .reason_desc {
	font-size: 13px;
	color: #666;
	line-height: 1.9;
	min-height: 150px;
}

.part_three_content ul li:hover .reason_num {
	background: #004e79;
	color: #fff;
	border-color: #004e79;
}


/* 开始 */
@media only screen and (max-width: 750px) {

	html {
        background-color: white;
        width: 100%;
        overflow-x: hidden;
    }

    .container {
        width: 100%;
    }

    .scroll {
        min-width: auto;
		padding-top: .46rem;
		min-width: auto;
		width: 100%;
		height: auto;
    }

    .scroll,
    .scroll a,
    .scroll a img {
        width: 100%;
    }
	.part_one {
		width: 100%;
		padding: .2rem .15rem 0 .15rem;
		min-width: auto;
	}

	.container {
		width: 100%;
		margin: 0;
	}

	.part_one_content ul > li{
		width: 100%;
		padding-right: 0;
	}

	.part_one_content ul li img, .part_two_content ul li img{
		width: 100%;
		/* height: 1.5rem; */
		padding-bottom: .1rem;
	}

	.comm .title {
		font-size: .14rem;
		padding-bottom: .08rem;
	}

	.part_one_content ul li p,
	.part_two_content ul li p {
		font-size: .12rem;
		line-height: .2rem;
		height: .63rem;
		text-indent: 2em;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.comm .title span {
		font-size: .11rem;
	}

	.comm .title a {
		font-size: .1rem;
	}


	.part_two {
		padding: .3rem .15rem;
		width: 100%;
		min-width: auto;
	}
	.part_two .top_title {
		text-align: center;
		padding-bottom: .2rem;
	}
	.part_two .top_title p{
		font-size: .12rem;
        margin-bottom: 0;
        /* line-height: .14rem; */
	}
	.part_two .top_title span{
		font-size: .16rem;
	}
	.part_two .top_title>span::before{
		width: 1.3rem;
		top: .1rem;
		left: -1.25rem;
	}
	.part_two .top_title>span::after{
		width: 1.3rem;
		top: .1rem;
		left: .85rem;
	}

	.part_two_content ul li {
		width: 100%!important;
		padding:0 0 .35rem 0;
	}
	.news_list{
		width: 100%;
		height: 1.2rem;
	}
	.part_one_content ul>li{
		background: none;
	}
	.news_list ul {
		width: 300%;
	}
	.news_list>ul>li{
		width: 33.33%!important;
	}
	.news_list ul li>a{
		display: flex;
	}
	
	.part_one_content>ul li:nth-of-type(2) {
		width: 100%;
		padding: 0;
		margin-bottom: 25px;
		margin-right: 0;
	}
	.part_one_content ul > li{
		margin-bottom: .35rem!important;
	}

	.part_one_content>ul li:last-child {
		width: 100%;
		padding: 0;
	}

	.part_one_content>ul>li:last-child .title span {
		display: inline;
	}

	.part_one {
		padding-bottom: 30px
	}

	.part_three {
		width: 100%;
		padding: .3rem 0;
		min-width: 100%;
	}

	.part_three .top_title {
		padding-bottom: .28rem;
	}

	.part_three .top_title p {
		font-size: .12rem;
	}

	.part_three .top_title span {
		font-size: .16rem;
	}

	.part_three .top_title span:before {
		width: .4rem;
		top: .1rem;
		left: -.4rem;
	}

	.part_three .top_title span:after {
		width: .4rem;
		top: .1rem;
		left: 100%;
	}

	.part_three_content ul {
		padding: 0;
		margin: 0;
	}

	.part_three_content ul li,
	.part_three_content ul li:last-child {
		float: none;
		width: 100%;
		margin: 0 0 .16rem;
		padding: .24rem .2rem .28rem;
	}

	.part_three_content ul li:hover {
		-webkit-transform: none;
		transform: none;
	}

	.part_three_content ul li .reason_num {
		width: .4rem;
		height: .4rem;
		line-height: .38rem;
		font-size: .15rem;
	}

	.part_three_content ul li .reason_desc {
		min-height: auto;
	}

}