/* CSS Document */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0
}
html {
	height: 100%;
}
body {
	font-size: 100%;
	color: #333;
	font-family: "Microsoft YaHei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background:#ffffff;
	overflow-x: hidden;
	padding-bottom: 35px;
}
form {
	display: inline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
audio, canvas, video {
	display: inline-block;
*display:inline;
*zoom:1
}
button, input, select, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
th {
	text-align: inherit
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
input, img {
	vertical-align: middle
}
ol, ul {
	list-style: none
}
em, i {
	font-style: normal
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: underline;
}
textarea {
	resize: none
}
* {
	-webkit-tap-highlight-color: rgba(0,0,0,0)
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* ---- top ---- */
#systop .systop {
	max-width: 1220px;
	width: auto;
	padding: 0 10px;
}
#sysmenu {
	right: 10px;
}
#syschannel li{
	font-size:14px;}
#sysmenu li.net a {
	width: 60px;
}
#syschannel li:first-child a{
	margin-left:10px;}
#syschannel {
	width: auto;
	max-width: 1200px;
}
#syschannel ul {
	width: 100%;
}
@media screen and (max-width:1220px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
	#syschannel{
		padding: 4px 0 0;
	}
	#syschannel li {
		font-size: 12px;
		margin: 5px 0px;
	}
	#syschannel li a {
		margin: 0 6px;
	}
	#syschannel li:first-child a{
		margin-left:6px;}
}
@media screen and (max-width:800px) {
	#systop, #syssp, #sysfoot p {
		display: block;
	}
}
@media screen and (max-width:768px) {
	
	#systop {
		background-size: auto 100%;
	}
	#systop .systop {
		padding: 0 6px;
	}
	#sysmenu {
		display: none;
	}
	#systop .sysnet li {
		padding: 0 10px 2px 0;
		font-size: 11px;
	}
	#syschannel {
		display: none;
	}
}
/* ---- banner Style ---- */
.bannerBox{
	width: 100%;
	background: url(../img/banner.jpg) center center repeat-x;
	background-size: auto 100%;
}
.banner{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner .sea_cucumber{
	position: absolute;
	width: 59%;
	height: auto;
	bottom: -8.08%;
	left: -11.25%;
	z-index: 2;
}
/* ---- 导语 Style ---- */
.introduction_coat{
	position: relative;
	width: 100%;
	padding:30px 0;
	background: #1081c4;
}
.introduction_bg{
	position: absolute;
	bottom: -42px;
	margin: 0 auto;
	height: 108px;
	width: 100%;
	background: url(../img/briefintro.png) center center no-repeat;
	background-size: auto 100%;
}
.introduction{
	padding: 0 6% 0 18.33%;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.introduction img.head{
	position: absolute;
	left: 8%;
	top:15px;
}
@media screen and (max-width:1024px) {
	.introduction_coat{
		padding:24px 0;
	}
	.introduction_bg{
		bottom: -32px;
		height: 56px;
	}
	.introduction{
		padding: 0 0 0 80px;
		line-height: 28px;
		font-size: 14px;
	}
	.introduction img.head{
		top:10px;
		left: 0;
		width: 60px;
	}
}
@media screen and (max-width:768px) {
	.introduction_coat{
		padding:16px 0;
	}
	.introduction_bg{
		bottom: -20px;
		height: 44px;
	}
	.introduction{
		padding: 0 0 0 60px;
		line-height: 22px;
		font-size: 12px;
	}
	.introduction img.head{
		top:15px;
		left: 0;
		width: 46px;
	}
}
@media screen and (max-width:414px) {
	.introduction_coat{
		padding:12px 0;
	}
	.introduction_bg{
		bottom: -12px;
		height: 24px;
	}
	.introduction{
		padding: 0 0 0 42px;
		line-height: 20px;
		font-size: 12px;
	}
	.introduction img.head{
		top:15px;
		left: -4px;
		width: 36px;
	}
}
/* ---- swiper Style ---- */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px, 0, 0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px, 0, 0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px, 0, 0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px, 0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px, 0, 0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px, 0, 0);
	transition-timing-function: ease;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	position: relative;
	overflow:hidden;
}
.swiperBox {
	float: left;
	width: 50%;
	position: relative;
	background:#fff;
}
.swiperBox .swiper-container{
	height: 364px;
	overflow: hidden;
}
.swiperBox .swiper-slide img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.swiperBox .swiper-slide:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.swiperBox .swiper-slide p {
	height: 54px;
	line-height:54px;
	padding:0 120px 0 16px;
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	font-size:18px;
	text-align: left;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.pagination {
  position: absolute;
  right: 6px;
  text-align: center;
  bottom:22px;
  line-height:0px;
  z-index:8;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background:#fff;
  margin: 0 6px;
  cursor: pointer;
  overflow:hidden;
}
.swiper-active-switch{
	background:#2584d2;
}
@media (max-width:1220px) {
	.swiperBox .swiper-slide p {
		font-size:16px;
	}
}
@media (max-width:1220px) {
	.swiperBox .swiper-container{
		height: 364px;
	}
	.swiperBox .swiper-slide p {
		height: 42px;
		line-height:42px;
		padding:0 80px 0 12px;
		font-size:15px;
	}
	.pagination {
	  right: 3px;
	  bottom:16px;
	}
	.swiper-pagination-switch {
	  width: 6px;
	  height: 6px;
	  margin: 0 3px;
	}
}
@media (max-width:768px) {
	.swiperBox{
		width: 100%;
		margin-bottom: 4%;
	}
	.swiperBox .swiper-slide p {
		height: 36px;
		line-height:36px;
		padding:0 80px 0 10px;
		font-size:14px;
	}
	.pagination {
	  right: 3px;
	  bottom:16px;
	}
	.swiper-pagination-switch {
	  width: 6px;
	  height: 6px;
	  margin: 0 3px;
	}
}
/* ---- mainNews Style ---- */
.mainNews{
	float: right;
	width: 46.66%;
}
.headlines{
	border-bottom: 1px solid #d5d5d5;
	padding: 0 0 15px;
	margin-bottom: 10px;
}
.headlines h1{
	height: 38px;
	line-height: 38px;
	font-size: 28px;
	color: #1f7cbf;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.headlines p{
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.headlines p a{
	color: #107cc4;
	display: inline-block;
}
.newsList li{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	padding: 0 0 0 24px;
	background: url(../img/point.png) left center no-repeat;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.newsList_lr{
	margin-bottom: 3.25%;
}
.newsList_lr li{
	width: 46.66%;
	float: left;
}
.newsList_lr li:nth-child(2n){
	float: right;
}
@media (max-width:1024px) {
	.headlines{
		padding: 0 0 12px;
		margin-bottom: 8px;
	}
	.headlines h1{
		height: 28px;
		line-height: 28px;
		font-size: 20px;
		margin-bottom: 8px;
	}
	.headlines p{
		height: 44px;
		line-height: 22px;
		font-size: 14px;
	}
	.newsList li{
		height: 34px;
		line-height: 34px;
		font-size: 16px;
		padding: 0 0 0 20px;
	}
}
@media (max-width:768px) {
	.mainNews{
		width: 100%;
	}
	.headlines{
		padding: 0 0 6px;
		margin-bottom: 6px;
	}
	.headlines h1{
		height: auto;
		min-height: 22px;
		line-height: 22px;
		font-size: 16px;
		margin-bottom: 4px;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.headlines p{
		min-height:20px;
		line-height: 20px;
		font-size: 12px;
	}
	.newsList li{
		height: auto;
		min-height: 30px;
		line-height: 22px;
		font-size: 14px;
		padding: 4px 0 4px 12px;
		background: url(../img/point.png) left 14px no-repeat;
		background-size: auto 6px;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
	}
	.newsList_lr li{
		width: 100%;
	}
}
/* ---- 全国媒体报道 Style ---- */
.borderHead{
	height: 40px;
	position: relative;
	margin-bottom: 3.25%;
}
.borderHead::before{
	content: "";
	position: absolute;
	width: 50%;
	top: 0px;
	left: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	background:#e2e3e3;
}
.borderHead::after{
	content: "";
	position: absolute;
	width: 50%;
	bottom: 0px;
	right: 0px;
	height: 1px;
	line-height: 0px;
	font-size: 0px;
	background:#e2e3e3;
}
.borderHead h1{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 190px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	background: #e33e0b;
	font-size: 24px;
	color: #fff;
	z-index: 1;
}
@media (max-width:1024px) {
	.borderHead{
		height: 34px;
	}
	.borderHead h1{
		width: 140px;
		height: 34px;
		line-height: 34px;
		border-radius: 17px;
		font-size: 20px;
	}
}
@media (max-width:768px) {
	.borderHead{
		height: 30px;
	}
	.borderHead h1{
		width: 130px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 16px;
	}
}
/* ---- 走进天津 Style ---- */
.enterHead{
	height: 52px;
	line-height: 0px;
	background: url(../img/enter_head.png) 220px center no-repeat;
	background-size: auto 100%;
	margin-bottom: 3.25%;
}
.enterHead img{
	height: 100%;
	width: auto;
}
.enterBox{
	margin-bottom: 2%;
}
.enterBox .pic{
	float: left;
	width: 164px;
	height: auto;
	margin-right: 2.75%;
}
.enterBox h1{
	height: 54px;
	line-height: 54px;
	font-size: 42px;
	color: #333;
	margin-bottom: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.enterBox p{
	height: 84px;
	line-height: 28px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	overflow: hidden;
}
.enterBox p a{
	display: inline-block;
	color: #107cc4;
	text-indent: 0;
}
.enterList{
	margin-bottom: 4.75%;
}
.enterList li{
	float: left;
	position: relative;
	width: 31.5%;
	margin-right: 2.75%;
	overflow: hidden;
}
.enterList li:nth-child(3n){
	margin-right: 0;
}
.enterList li img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.enterList li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.enterList li p{
	position: absolute;
	width: 100%;
	height: 44px;
	bottom: 0px;
	left: 0;
	line-height: 44px;
	padding: 0 6.6%;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1220px) {
	.enterBox h1{
		font-size: 36px;
	}
	.enterBox p{
		font-size: 13px;
	}
	.enterList li p{
		font-size: 15px;
	}
}
@media (max-width:1024px) {
	.enterHead{
		height: 45px;
		background: url(../img/enter_head.png) 190px center no-repeat;
		background-size: auto 100%;
	}
	.enterBox .pic{
		width: 120px;
	}
	.enterBox h1{
		height: 32px;
		line-height: 32px;
		font-size: 24px;
		margin-bottom: 10px;
	}
	.enterBox p{
		height: 72px;
		line-height: 24px;
		font-size: 12px;
	}
	.enterList li p{
		height:32px;
		line-height: 32px;
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.enterHead{
		height: 34px;
		background: url(../img/enter_head.png) 150px center no-repeat;
		background-size: auto 100%;
	}
	.enterBox .pic{
		width: 60px;
	}
	.enterBox h1{
		min-height: 60px;
		line-height: 28px;
		font-size: 18px;
		margin-bottom: 8px;
		overflow: auto;
		white-space: normal;
		text-overflow: normal;
		-o-text-overflow: normal;
		/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: left;
        -webkit-box-align: left;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
	}
	.enterBox p{
		height: 60px;
		line-height: 20px;
		font-size: 12px;
	}
	.enterList li p{
		height:28px;
		line-height: 28px;
		font-size: 12px;
	}
}
@media (max-width:520px) {
	.enterHead{
		height: 22px;
		background: url(../img/enter_head.png) 90px center no-repeat;
		background-size: auto 100%;
	}
	.enterList li p{
		height:25px;
		line-height: 25px;
		font-size: 11px;
	}
}
@media (max-width:414px) {
	.enterBox .pic{
		width: 48px;
	}
	.enterBox h1{
		min-height: 48px;
		line-height: 22px;
		font-size: 15px;
		margin-bottom: 6px;
	}
	.enterBox p{
		height: 54px;
		line-height: 18px;
		font-size: 11px;
	}
	.enterList li{
		width: 48.5%;
		margin-right: 3%;
	}
	.enterList li:nth-child(3n){
		margin-right: 3%;
	}
	.enterList li:nth-child(2n){
		margin-right: 0%;
	}
	.enterList li:last-child{
		display: none;
	}
	
}
@media (max-width:360px) {
	.enterHead{
		background: url(../img/enter_head.png) 90px bottom no-repeat;
		background-size: auto 78%;
	}
}
/* ---- mainHead Style ---- */
.mainHead{
	line-height: 0;
	text-align: center;
	margin-bottom: 2.5%;
}
.mainHead img{
	max-width: 100%;
	height: auto;
}
/* ---- 全国百岁老人展示 Style ---- */
.countryshowBox{
	width: 100%;
	background: #1f7cbf;
	padding: 40px 0 0;
	margin-bottom: 50px;
}
.showList li{
	float: left;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 3.25%;
	position: relative;
	overflow: hidden;
}
.showList li:nth-child(4n){
	margin-right: 0;
}
.showList li img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.showList li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.showList li p{
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	left: 0;
	line-height: 40px;
	padding: 0 6.6%;
	font-size: 16px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
@media (max-width:1220px) {
	.countryshowBox{
		padding: 32px 0 0;
		margin-bottom: 40px;
	}
	.showList li{
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2.5%;
	}
	.showList li p{
		height: 32px;
		line-height: 32px;
		font-size: 15px;
	}
}
@media (max-width:1024px) {
	.countryshowBox{
		padding: 25px 0 0;
		margin-bottom: 30px;
	}
	.showList li{
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.showList li p{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.countryshowBox{
		padding: 25px 0 0;
		margin-bottom: 20px;
	}
	.showList li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.showList li:nth-child(4n){
		margin-right: 2%;
	}
	.showList li:nth-child(3n){
		margin-right: 0;
	}
	.showList li p{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}
@media (max-width:500px) {
	.countryshowBox{
		padding: 18px 0 0;
		margin-bottom: 16px;
	}
	.showList li{
		width: 48.5%;
		margin-right: 3%;
		margin-bottom: 3%;
	}
	.showList li:nth-child(4n){
		margin-right: 3%;
	}
	.showList li:nth-child(3n){
		margin-right: 3%;
	}
	.showList li:nth-child(2n){
		margin-right: 0%;
	}
	.showList li p{
		height: 30px;
		line-height: 30px;
		font-size: 12px;
	}
}
/* ---- jianjie_pic Style ---- */
.jianjieBox{
	position: relative;
	margin-bottom: 5%;
}
.jianjie_pic{
	float: left;
	width: 65%;
	height: 440px;
	margin-left: 1.75%;
	margin-bottom: 30px;
	overflow: hidden;
}
.jianjie_pic img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.jianjie_pic:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.jianjieRight{
	width: 28.5%;
	margin-right: 1.75%;
	float: right;
}
.jianjieRight .jianjie{
	line-height: 32px;
	font-size: 16px;
	color: #333;
	margin-bottom: 18px;
}
.jianjieRight .jianjie p{
	text-indent: 2em;
	padding: 10px 0;
	margin-bottom: 12px;
}
.jianjieRight .jianjie p a{
	color: #1070c4;
}
.jianjieRight .nav li{
	float: left;
	width: 29.24%;
	margin-right: 6.14%;
	display: table;
}
.jianjieRight .nav li a{
	display: table-cell;
	width: 100%;
	height: 100%;
	border: 5px solid #c8f0ff;
	background: #37b3e6;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	border-radius: 10px;
}
.jianjieRight .nav li:last-child{
	margin-right: 0;
}
.jianjieRight .nav li a:hover{
	text-decoration: none;
}
.jianjie_map{
	position: absolute;
	width: 65%;
	left: 0;
	bottom: 0px;
	margin-left: 1.75%;
	padding:0 0 0 60px;
}
.jianjie_map h1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 158px;
	background: #107cc4;
	font-size: 18px;
	color: #fff;
	line-height: 20px;
	font-weight: bold;
	padding: 0 15px;
	word-break: break-all;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.jianjie_map h1::before{
	position: absolute;
	left: 100%;
	top: 20%;
	content: "";
	width:0;
    height:0;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid #107cc4;
}
.jianjie_map ul li{
	float: left;
	width: 30.55%;
	height: 158px;
	margin-left: 2.77%;
	overflow: hidden;
}
.jianjie_map ul li img {
	width: 100%;
	height: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.jianjie_map ul li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width:1024px) {
	.jianjie_pic{
		width: 65%;
		height: 400px;
		margin-left: 0%;
		margin-bottom: 30px;
	}
	.jianjieRight{
		width: 31%;
		margin-right: 0%;
	}
	.jianjieRight .jianjie{
		line-height: 30px;
		font-size: 15px;
		margin-bottom: 12px;
	}
	.jianjieRight .jianjie p{
		text-indent: 2em;
		padding: 6px 0;
		margin-bottom: 8px;
	}
	.jianjieRight .nav li a{
		border: 4px solid #c8f0ff;
		font-size: 16px;
		line-height: 24px;
		border-radius: 8px;
	}
	.jianjie_map{
		margin-left: 0%;
		padding:0 0 0 50px;
	}
	.jianjie_map h1{
		width: 42px;
		height: 136px;
		font-size: 16px;
		line-height: 18px;
		padding: 0 12px;
	}
	.jianjie_map h1::before{
		border-top:6px solid transparent;
		border-bottom:6px solid transparent;
		border-left:6px solid #107cc4;
	}
	.jianjie_map ul li{
		height: 136px;
	}
}
@media (max-width:768px) {
	.jianjie_pic{
		width: 100%;
		height: auto;
		margin-left: 0%;
		margin-bottom: 4%;
	}
	.jianjie_pic img{
		height: auto;
	}
	.jianjieRight{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 16px;
	}
	.jianjieRight .jianjie{
		line-height: 24px;
		font-size: 14px;
		margin-bottom: 8px;
	}
	.jianjieRight .jianjie p{
		text-indent: 2em;
		padding: 0px 0;
		margin-bottom: 6px;
	}
	.jianjieRight .nav{
		text-align: center;
		font-size: 0px;
	}
	.jianjieRight .nav li{
		float: none;
		display: inline-table;
		width: 30.33%;
		margin: 0 1.5%;
		max-width: 100px;

	}
	.jianjieRight .nav li a{
		border: 4px solid #c8f0ff;
		font-size: 16px;
		line-height: 24px;
		border-radius: 8px;
	}
	.jianjie_map{
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-left: 0%;
		padding:0 0 0 0px;
	}
	.jianjie_map h1{
		position: relative;
		left: auto;
		top: auto;
		height: 36px;
		width: 136px;
		font-size: 16px;
		line-height: 36px;
		padding: 0;
		margin-bottom: 10px;
	}
	.jianjie_map h1::before{
		display: none;
	}
	.jianjie_map ul li{
		width: 32%;
		margin-left: 2%;
		height: auto;
	}
	.jianjie_map ul li img{
		height: auto;
	}
	.jianjie_map ul li:first-child{
		margin-left: 0px;
	}
}
@media (max-width:414px) {
	.jianjie_map h1{
		height: 32px;
		width: 120px;
		font-size: 16px;
		line-height: 32px;
	}
	.jianjie_map h1::before{
		display: none;
	}
	.jianjie_map ul li{
		width: 100%;
		margin-left: 0%;
		height: auto;
		margin-bottom: 10px;
	}
}
/* ---- 品牌展示 Style ---- */
.brandBox h1{
	position: relative;
	z-index: 1;
	border: 6px solid #fff;
	width: 90%;
	height: 78px;
	max-width: 700px;
	line-height: 66px;
	font-size: 30px;
	color: #fff;
	text-align: center;
	background: #37b3e6;
	margin: 0 auto;
	font-weight: bold;
}
.brandBox p{
	line-height: 32px;
	font-size: 16px;
	color: #fff;
	background: #1f7cbf;
	padding: 56px 20px 16px;
	text-align: left;
	margin-top: -39px;
}
@media (max-width:768px) {
	.brandBox h1{
		border: 5px solid #fff;
		height: 60px;
		line-height: 50px;
		font-size: 20px;
	}
	.brandBox p{
		line-height: 28px;
		font-size: 14px;
		padding: 40px 10px 12px;
		margin-top: -30px;
	}
}
@media (max-width:540px) {
	.brandBox h1{
		border: 5px solid #fff;
		height: 60px;
		line-height: 22px;
		font-size: 16px;
		padding: 0 10px;
		/* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
	}
	.brandBox p{
		line-height: 24px;
		font-size: 12px;
		padding: 40px 10px 12px;
		margin-top: -30px;
	}
}
/* ---- container Style ---- */
.friendship{
	width: 100%;
	background: #e3f8ff;
	padding: 42px 0 0;
}
.friendship ul li{
	float: left;
	width: 15.58%;
	height:auto;
	margin-right: 5.525%;
	margin-bottom: 3.25%;
	border:1px solid #d6d6d7;
	overflow: hidden;
}
.friendship ul li:nth-child(5n){
	margin-right: 0px;
}
.friendship ul li img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.friendship ul li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media (max-width:768px) {
	.friendship{
		padding: 24px 0 0;
	}
	.friendship ul li{
		width: 23.5%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.friendship ul li:nth-child(5n){
		margin-right: 2%;
	}
	.friendship ul li:nth-child(4n){
		margin-right: 0%;
	}
}
/* ---- sideNav Style ---- */
.sideNav{
	position: fixed;
	right: 50%;
	margin-right: 650px;
	width: 148px;
	background: #3093d4;
	padding: 32px 0 45px;
	bottom: 8%;
	z-index: 9;
}
.sideNav img.bg{
	position: absolute;
	top: -106px;
	left:-37px;
	width: 208px;
	height: 140px;
}
.sideNav img.top{
	width: 68px;
	height: 68px;
	position: absolute;
	bottom: -34px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.sideNav ul li{
	height: 47px;
	padding: 0 0 1px;
	background: url(../img/sideNav_border.png) center bottom no-repeat;
	background-size: 100% 1px;
}
.sideNav ul li a{
	display: block;
	height: 100%;
	line-height: 46px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.sideNav ul li a:hover{
	text-decoration: none;
}
@media (max-width:1600px) {
	.sideNav{
		position: fixed;
		right: 50%;
		margin-right: 620px;
		width: 98px;
		padding: 24px 0 32px;
	}
	.sideNav img.bg{
		position: absolute;
		top: -50px;
		left:-10px;
		width: 120px;
		height: auto;
	}
	.sideNav img.top{
		width: 48px;
		height: 48px;
		bottom: -24px;
	}
	.sideNav ul li{
		height:33px;
	}
	.sideNav ul li a{
		line-height: 32px;
		font-size: 14px;
	}
}
@media (max-width:1436px) {
	.sideNav{
		right: auto;
		margin-right: 0;
		left: -92px;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.sideNav:hover{
		left: 0px;
	}
}
@media (max-width:768px) {
	.sideNav{
		display: none;
	}
}
/* ---- container Style ---- */
.bodyBox{
	width: 100%;
	top: 10%;
	background: url(../img/body_bg.jpg) center top repeat-x;
	background-size:100% auto;
	padding-top: 78px;
}
.container {
	max-width: 1220px;
	padding: 0 10px;
	margin: 0 auto;
}
.con_container {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 42px 0;
}
@media (max-width:1024px) {
	.bodyBox{
		padding-top: 48px;
	}
	.con_container {
		margin: 0 10px;
	}
}
@media (max-width:768px) {
	.bodyBox{
		padding-top: 30px;
	}
	.con_container {
		padding: 20px 0;
	}
}
@media (max-width:414px) {
	.bodyBox{
		padding-top: 20px;
	}
}
.mb3_25{
	margin-bottom: 3.25%;
}
.mb5_75{
	margin-bottom: 5.75%;
}
/* ---- footer Style ---- */
.footer_coat {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5c5c5c none repeat scroll 0 0;
	color: #fff;
	font: 12px/35px "寰?杞?闆呴粦", "榛戜綋";
	height: 35px;
	width: 100%;
}
.footer {
	margin: 0 auto;
	position: relative;
	max-width: 1220px;
	padding: 0 10px;
}
.footer p {
	position: absolute;
	right: 0px;
	top: 0;
}
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 12px;
}
@media (max-width:1020px) {
.footer p a {
	color: #e4e4e4;
	display: inline-block;
	padding: 0 8px;
}
}
@media (max-width:768px) {
.footer {
	text-align: center;
}
.footer p {
	display: none;
}
}