.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
.subbanner {
	overflow: hidden;
	position: relative;
	width: 100%
}
.subbanner img {
	max-width: 100%;
}
.counter {
	background: url(../images/counter_bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding: 5% 0;
}
.counter ul li {
	width: 25%;
	float: left;
	text-align: center;
	color: #ffc324;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
.counter ul li:last-child {
	border-right: 1px solid #fff;
}
.counter ul li h4 {
	font-size: 48px;
	font-weight: bold;
	line-height: 1.2;
}
.counter ul li span {
	font-size: 18px;
}
body {
	background-color: #f4f5fa;
}
.container h3 {
	font-size: 36px;
	font-weight: bold;
	color: #14264e;
	text-align: center;
}
.topnav {
	max-width: 1400px;
	margin: 2% auto 3%;
	display: table;
}
.topnav li {
	line-height: 40px;
	font-size: 16px;
	position: relative;
	padding: 0 40px;
	float: left;
	margin-right: 30px;
	border-radius: 25px;
}
.topnav li:last-child {
	margin-right: 0;
}
.topnav li.active, .topnav li:hover {
	background: #f7c324;
}
.topnav li.active a, .topnav li:hover a {
	color: #fff;
}
.breadcrumb-bar {
	background: #f4f5fa !important;
	padding: 10px 0;
}
.breadcrumb-bar .cont {
	max-width: 1400px;
	margin: 0 auto;
}
.breadcrumb-bar .path {
	padding-left: 10px;
	line-height: 25px;
	margin: 20px 0;
	color: #888;
}
.breadcrumb-bar .path a {
	margin: 0 5px;
	color: #888;
}
.caseshow {
	background: #f4f5fa !important;
}
.right_side {
	width: 75%;
	float: left;
	margin-bottom: 5%;
	position: relative;
}
.right_side .article_cont {
	padding: 30px;
	background: #fff;
}
.article {
	margin: 20px 0;
	line-height: 2.2;
	color: #000;
}
.article_cont .article a {
	color: #1856c1;
}
.article img {
	text-align: center;
	height: auto !important;
}
.relate {
	padding: 30px;
	background: #fff;
	margin-top: 40px;
}
.relate .tit {
	overflow: hidden;
	padding-bottom: 1em;
}
.relate .tit h3 {
	font: 600 20px/1 "microsoft yahei";
	float: left;
	color: #14264e;
	margin-bottom: 10px;
	border-left: 5px solid #14264e;
	padding-left: 12px;
}
.relate .tit h3 span {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666666;
	font-weight: 500
}
.rel_news {
	width: 105%;
	margin-top: 10px;
}
.relate .newslink {
	width: 45%;
	margin-right: 5%;
	border-bottom: 1px dashed #dfdfdf;
	line-height: 45px;
	float: left;
	height: 45px;
}
.relate .newslink a {
	display: inline-block;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.relate .newslink i {
	margin-right: 10px;
	color: #888;
	font-size: 18px
}
.relate .newslink .date {
	float: right;
	color: #999999;
	font-family: Arial
}
.relate .rel_cases {
	width: 103%;
	overflow: hidden;
}
.relate .rel_cases li {
	width: 30.3%;
	position: relative;
	float: left;
	margin-top: 30px;
	text-align: center;
}
.relate .rel_cases li img {
	vertical-align: middle;
	max-width: 100%;
	display: inline-block;
}
.relate .rel_cases li .case_pic {
	position: absolute;
	width: 90%;
	left: 50%;
	top: 4%;
	z-index: 2;
	text-align: center;
	height: 150px;
	overflow: hidden;
	transform: translateX(-50%);
}
.relate .rel_cases li .case_pic img {
	width: 85.6%;
}
.caseshow .case_detail {
	background: #435371;
	color: #fff;
}
.caseshow .case_detail .fl {
	width: 65%;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.caseshow .case_detail .fl .wrap {
	padding: 30px 40px;
}
.caseshow .case_detail h3 {
	color: #fff;
	text-align: left;
	line-height: 1;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #fff;
	font-size: 25px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.caseshow .case_detail .txt {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow : hidden;
	word-break: break-all;
}
.caseshow .case_detail .fr {
	position: relative;
	width: 35%;
}
.caseshow .case_detail .fr .cont {
	padding: 40px;
}
.caseshow .case_detail .fr h5 {
	font-size: 16px;
	padding-bottom: 5px;
}
.caseshow .case_detail .fr h5 span {
	font-weight: bold;
	font-size: 17px;
}
.caseshow .case_detail .fr .icon-star_full {
	color: #e60012;
	font-size: 18px;
}
.caseshow .case_detail .fr a {
	display: inline-block;
	padding: 2px 25px;
	border-radius: 30px;
	margin-right: 10px;
	margin-top: 25px;
}
.caseshow .case_detail .fr a.more {
	background: #fff;
}
.caseshow .case_detail .fr a.link {
	background: #f8c325;
}
#eyou_page {
	text-align: center;
	margin-top: 1%;
}
#eyou_page li {
	display: inline-block;
	color: #333;
	cursor: pointer;
	height: auto;
}
#eyou_page a, #eyou_page span {
	float: left;
	color: #666;
	line-height: 25px;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
}
#eyou_page a:hover {
	text-decoration: none;
	background: #004280;
	color: #fff
}
#eyou_page .active {
	color: #FFF;
	border: none;
	cursor: default;
}
#eyou_page .active a {
	background: #004280;
	color: #fff;
	border: 1px solid #004280;
}
#eyou_page .disabled {
	color: #ccc;
	cursor: default;
}
.article img {
	max-width: 100%;
}
.right_side.flow {
	width: 60px !important;
}
 @media only screen and (max-width: 1400px) {
.news .newslist li .imgarea {
	height: 17vw;
}
.relate .rel_cases li .case_pic {
	height: 10.2vw;
}
.caseshow .case_detail .fr .cont {
	padding: 30px;
}
.culture li .imgarea, .culture li .txtarea {
	height: 24vw;
}
}
 @media only screen and (max-width: 1200px) {
.relate {
	margin-top: 30px;
}
.caseshow .case_detail .fr a {
	display: none;
}
.counter ul li h4 {
	font-size: 36px;
}
.counter ul li span {
	font-size: 15px;
}
}
 @media only screen and (max-width: 1000px) {
.subbanner img {
	/*width: 140%;
	margin-left: -20%;*/
	max-width: none;
}
.process li .wrap {
	padding: 30px 15px;
}
.process li h4 {
	margin: 10px 0 5px;
}
.advantage li .wrap {
	padding: 20px;
}
.advantage li {
	margin-bottom: 30px;
}
.topnav li {
	font-size: 15px;
	line-height: 31px;
	padding: 0 18px;
}
.left_sides {
	display: none;
}
.right_side {
	width: 100%;
}
.relate .rel_cases li .case_pic {
	height: 13.2vw;
}
.caseshow .case_detail .fr a {
	display: inline-block;
}
.caseshow .case_detail .fl .wrap {
	padding: 30px;
}
.caseshow .case_detail h3 {
	font-size: 24px;
}
.caseshow .case_detail .fr h5 {
	font-size: 14px;
}
.caseshow .case_detail .fr h5 span {
	font-size: 15px;
}
.caseshow .case_detail .fr a.link {
	display: none;
}
.counter ul li h4 {
	font-size: 32px;
}
.culture li .wrap {
	padding: 20px;
}
}
 @media only screen and (max-width: 768px) {
.process li {
	width: 46%;
	margin-bottom: 30px;
}
.process li h4 {
	font-size: 16px;
}
.process li span {
	width: 60px;
	height: 60px;
	line-height: 60px;
	;
}
.process li span img {
	width: 40px;
}
.process li h4 {
	font-size: 16px;
}
.advantage li {
	width: 46%
}
.advantage li h5 {
	font-size: 16px;
	padding: 5px 0 0px;
}
.advantage {
	background-size: cover;
}
.topnav li {
	margin-right: 20px;
}
.relate .rel_cases {
	width: 100%;
	padding-bottom: 30px;
}
.relate .rel_cases li {
	width: 100%;
	margin-right: 0;
}
.relate .rel_cases li .case_pic {
	width: 400px;
	height: 240px;
}
.relate .rel_cases li .case_pic img {
	width: 100%;
}
.caseshow .case_detail .fr .cont, .caseshow .case_detail .fl .wrap {
	padding: 20px;
}
.caseshow .case_detail h3 {
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.caseshow .case_detail .fr a {
	margin-top: 20px;
}
.caseshow .case_detail .fr h5 {
	padding-bottom: 0;
}
.breadcrumb-bar .path {
	margin: 10px 0;
}
.culture li .wrap {
	padding: 10px;
}
.swiper-pagination-bullet-active {
	background: #15316f;
}
.relate .tit h3 {
	font-size: 18px;
}
.right_side .article_cont {
	padding: 15px;
}
}
 @media only screen and (max-width: 640px) {
.inner h3 {
	font-size: 18px;
}
.process li {
	margin-bottom: 20px;
}
.advantage li .wrap {
	padding: 10px;
}
.advantage ul, .advantage li {
	width: 100%;
}
.advantage li {
	background: none;
	margin: 0;
	text-align: left;
	position: relative;
}
.advantage li i {
	display: block;
	float: left;
	transform: translateY(50%);
	margin-right: 15px;
}
.advantage li h5, .advantage li .des {
	color: #fff;
}
.advantage li:hover h5 {
	color: #f7c324;
}
.relate .rel_cases li .case_pic {
	width: 77%;
	height: 39vw;
}
.relate .newslink, .rel_news {
	width: 100%;
	margin-right: 0;
}
.caseshow .case_detail .fr {
	display: none;
}
.caseshow .case_detail .fl {
	width: 100%;
}
.caseshow .case_detail h3 {
	font-size: 18px;
}
.relate {
	padding: 20px;
}
.breadcrumb-bar .path {
	margin: 0;
}
.counter ul li h4 {
	font-size: 26px;
}
.counter ul li span {
	font-size: 13px;
}
.counter ul li {
	width: 50%;
	border: none;
	padding: 10px 0;
}
.counter ul li h4 {
	font-size: 22px;
}
.counter ul li:last-child {
	border: none;
}
.counter {
	background-attachment: scroll;
}
.culture li h4 {
	font-size: 18px;
}
.culture li .wrap {
	padding: 15px;
}
.culture li {
	width: 100%;
}
.culture li .imgarea, .culture li .txtarea {
	height: auto;
}
.culture li:nth-child(2) {
	display: none;
}
.culture li .imgarea {
	margin: 0;
}
.sub_info span.source, .sub_info span.newshow_tag {
	display: none;
}
.sub_info .bdsharebuttonbox {
	display: none;
}
.sub_info span.writer {
	display: none;
}
.article {
	margin: 10px 0;
}
.mod2 .des {
	margin-top: 0;
}
.topnav {
	padding: 0 3%;
}
.ind_case li {
	width: 100% !important;
	margin-bottom: 12px !important;
}
}
 @media only screen and (max-width: 480px) {
.relate .rel_cases li .case_pic {
	height: 37.5vw;
}
.subbanner img {
	/*width: 180%;
	margin-left: -40%;*/
}
}
#header {
	background-color: #435371;
}
.taglist {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 5%
}
.taglist a {
	display: inline-block;
	padding: 3px 10px;
	background-color: #f3f3f3;
	color: #666;
	white-space: nowrap;
	font-size: 12px;
	margin: 4px 10px 4px 0;
	border-radius: 3px;
}
.taglist a:hover {
	background: #1abc9c;
	color: white;
}
.subbanner img {
	display: block;
}
.subbanner .wrapper {
	position: relative;
}
.subbanner h1 {
	position: absolute;
	color: #fff;
	top: -14vw;
	left: 0;
	z-index: 66;
	font-size: 46px;
	font-weight: bold;
}
