﻿/*公共样式*/
.header{
	display: block;
	width: 100%;
	height: 106px;
	background: #fff;
	/*position: fixed;*/
	position: relative;
	z-index: 80;
	padding: 0 5.2%;
	min-width: 1280px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.logo{
	display: block;
	width: auto;
	height: 100%;
	padding: 20px 0;
	position: absolute;
	left: 5.2%;
	top: 0;
}
.logo img{
	display: block;
}
.header-right{
	display: inline-block;
	float: right;
	width: 100%;
	height: 100%;
	padding-top: 12px;
	text-align: right;
}
.header-phone{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #0a408b;
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon-01.png);
	position: relative;
}
.header-phone em{
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}
.header-phone span{
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 20px;
	color: #0a408b;
	line-height: 30px;
}
.header-phone::before{
	content: "";
	display: block;
	width: 1px;
	height: 12px;
	background: #758397;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -6px;
}
.menu{
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
.menu>li{
	display: inline-block;
	vertical-align: top;
	margin-left: 3.4%;
	position: relative;
	height: 64px;
}
.menu>li>a{
	display: block;
	width: 100%;
	height: 64px;
	line-height: 54px;
	font-size: 16px;
	color: #000000;
}
@media screen and (max-width:1580px){
	.menu>li{
		margin-left: 2.6%;
	}
}
@media screen and (max-width:1500px){
	.menu>li{
		margin-left: 2%;
	}
	.menu>li>a{font-size: 15px;}
}
@media screen and (max-width:1400px){
	.menu>li{
		margin-left: 2%;
	}
	.menu>li>a{font-size: 15px;}
}
.menu>li:hover>a{color: #2d73d2;}
.menu>li>a.active{color: #2d73d2;}

.footer{
	display: block;
	width: 100%;
	height: auto;
	background: #232323;
	padding: 26px 0 42px;
}
.footer-top{
	font-size: 13px;
	line-height: 24px;
	color: #c5c5c5;
	border-bottom: 1px solid #3b3b3b;
	padding-bottom: 16px;
	margin-bottom: 46px;
}
.footer-top a{color: #c5c5c5;}
.footer-top a:hover{color: #fff;}
.footer-top h5{
	line-height: 14px;
	height: 14px;
	text-transform: uppercase;
}
.footerList{
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 64px;
	font-size: 14px;
	line-height: 24px;
	color: #c5c5c5;
}
.footerList:nth-child(5){
	margin-right: 0;
}
.footerList h3{
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 18px;
}
.footerList li{
	margin-bottom: 6px;
}
.footerList a{
	color: #bfbfbf;
}
.footerList a:hover{
	color: #fff;
}
.footer-ewm{
	display: block;
	width: auto;
	height: auto;
	padding-top: 8px;
}
.footer-ewm>div{
	display: inline-block;
	vertical-align: top;
	width: 108px;
	text-align: center;
	font-size: 14px;
	color: #8e8e8e;
	line-height: 24px;
}
.footer-ewm>div:nth-child(2){
	margin-left: 26px;
}
.footer-ewm>div>span{
	display: block;
	width: 100%;
	height: 108px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
	line-height: 108px;
}
.footer-cont{
	display: inline-block;
	float: right;
	width: 286px;
	height: auto;
	font-size: 16px;
	line-height: 28px;
	color: #c5c5c5;
	margin-right: 20px;
}
.footer-cont h3{
	margin-bottom: 18px;
}
.footer-cont li{
	font-size: 14px;
	line-height: 22px;
	color: #bfbfbf;
	margin-bottom: 2px;
}
.footer-cont li a{color: #bfbfbf;}
.footer-cont li span{
	font-size: 22px;
}
.rightNav{
	display: block;
	width: auto;
	height: auto;
	position: fixed;
	top: 46%;
	right: 6px;
	z-index: 80;
}
.rightNav>li{
	position: relative;
	margin-bottom: 2px;
	display: block;
	height: 56px;
	width: 56px;
}
.rightNav>li a{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	background: #1f62bd;
	/*position: relative;*/
	padding-left: 56px;
	z-index: 8;
}
.rightNavList{
	overflow: hidden;
	transition: all 500ms;
}
.rightNav-left{
	display: block;
	width: 56px;
	height: 56px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding-top: 2px;
	line-height: 22px;
	border-radius: 4px;
	background: #1f62bd;
	transition: all 500ms;
	z-index: 9;
}
.rightNav-left span{
	display: block;
	width: 26px;
	height: 26px;
	margin: 3px auto 0;
}
.rightNav-right{
	display: block;
	width: 100%;
	height: 56px;
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	position: relative;
	padding-left: 12px;
}
.rightNav-right::before{
	content: "";
	display: block;
	width: 1px;
	height: 32px;
	background: #FFF;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.rightNavList:hover{
	width: 284px;
	padding-left: 72px;
}
.rightNavList:hover .rightNav-left{
	width: 72px;
}
.rightNav>li a.zhiding{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 4px;
	background: #1f62bd;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/zhiding.png);
}
.rightEWM{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	right: -200px;
	top: 0;
	background: #fff;
	border-radius: 6px;
	padding: 6px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
	transition: all 500ms;
	z-index: -1;
}
.rightNav>li a:hover .rightEWM{
	right: 120%;
}

/*end*/
/*首页*/
.banner-device{
	display: block;
	width: 100%;
	height: 942px;
	position: relative;
	min-width: 1280px;
}
.swiper-banner{
	display: block;
	width: 100%;
	height: 100%;
}
.swiper-banner a{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.banner-bot{
	display: block;
	width: 100%;
	height: 102px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 19;
	background: rgba(37, 82, 142, 0.6);
}
.bannerBot{
	display: block;
	height: 100%;
	position: relative;
}
.bannerBot-zx{
	display: block;
	width: 198px;
	height: 64px;
	border-radius: 4px;
	background-image: linear-gradient(#ffe583, #ffba15);
	text-align: center;
	line-height: 64px;
	position: absolute;
	right: 42px;
	top: 50%;
	margin-top: -32px;
	font-size: 22px;
	color: #061934;
}
.bannerBot-zx img{
	display: inline-block;
	width: 30px;
	margin-right: 8px;
}
.bannerBot>ul>li{
	float: left;
	width: 230px;
	height: 102px;
	position: relative;
}
.bannerBot>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 102px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
}
.bannerBot>ul>li>a img{
	display: inline-block;
	margin-right: 12px;
}
.bannerBot>ul>li:hover>a{
	background: rgba(37, 98, 189, 0.45);
}
.bannerBot>ul>li>a::after{
	content: "";
	display: block;
	width: 1px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -17px;
	background: #fff;
	opacity: 0.4;
}
.bannerBot>ul>li:hover>a::after{display: none;}
.bannerBot-er{
	display: none;
	width: auto;
	height: 172px;
	padding-bottom: 12px;
	position: absolute;
	left: 0;
	bottom: 100%;
}
.bannerBot>ul>li:hover .bannerBot-er{
	display: block;
}
.zhuizhong{
	display: block;
	width: 374px;
	height: 100%;
}
.banner-zx{
	display: block;
	width: 374px;
	height: 100%;
	border-radius: 4px;
	padding: 0 20px;
	background: rgba(255, 255, 255, 0.45);
}
.banner-zixun li{
	height: 50%;
	width: 100%;
	line-height: 80px;
	border-bottom: 1px solid #e0dbd9;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon-11.png);
}
.banner-zixun li:last-child{border: none;}
.banner-zixun li h5{
	display: inline-block;
	float: left;
	width: 178px;
	font-size: 18px;
	color: #000000;
	padding-left: 14px;
}
.banner-zixun li h3{
	display: inline-block;
	float: left;
	width: 154px;
	padding-left: 32px;
	font-size: 18px;
	color: #1f62bd;
	background-repeat: no-repeat;
	background-position: left center;
}
.banner-search{
	display: block;
	width: 542px;
	height: 100%;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.45);
	padding: 34px 28px 20px;
}
.banner-search-bot{
	display: block;
	width: 100%;
	height: 54px;
	margin-top: 16px;
	border-radius: 27px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.banner-search-bot button{
	display: block;
	width: 55px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	background: url(../images/icon-09.png) no-repeat center;
}
.banner-search-bot input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #333;
	padding: 0 60px 0 30px;
}
.banner-search-top{
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
}
.banner-search-top span{
	font-weight: bold;
}
.banner-search-top a{
	color: #464646;
	margin-right: 8px;
}
.banner-search-top a:hover{
	color: #1f62bd;
}
.index-title{
	display: block;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #555555;
}
.index-title h3{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 46px;
	margin-bottom: 5px;
}
.index-title h5{
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	color: #bdbdbd;
	margin-top: 8px;
}
.index-title p span{
	word-spacing: 16px;
	Letter-spacing: 16px;
	padding-left: 16px;
}
.index-fangan{
	display: block;
	width: 100%;
	height: auto;
	padding: 0 5.626%;
}
.index-fangan-in{
	display: block;
	width: 100%;
	height: auto;
	/*min-width: 1220px;*/
}
.index-fangan-in li{
	float: left;
	width: 25%;
	height: 364px;
	padding: 0 10px;
	margin-bottom: 50px;
}
.index-fangan-list{
	display: block;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	padding: 20px;
	padding-bottom: 0;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}
.index-fangan-list>span{
	display: block;
	width: 100%;
	height: 244px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 5.4%;
}
@media screen and (max-width:1300px){
	.index-fangan-list>span{
		margin-bottom: 4px;
	}
}
.index-fangan-list h3{
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	color: #333333;
}
.index-fangan-list h5{
	font-size: 14px;
	line-height: 28px;
	color: #b8b8b8;
	text-transform: uppercase;
}
.index-fangan-list:hover h3{
	color: #2d73d2;
}
.fangan-more{
	display: block;
	width: 164px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid #d4d4d4;
	margin: 0 auto 58px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #4d4d4d;
	transition: all 300ms;
}
.fangan-more:hover{
	background: #2d73d2;
	border-color: #2d73d2;
	color: #fff;
}
.index-case{
	display: block;
	width: 100%;
	height: auto;
	padding: 68px 0 60px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/index_16.jpg);
	background-size: 100% auto;
}
.index-ys-img{
	display: inline-block;
	width: 50%;
	height: 408px;
	float: left;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-ys li:nth-child(2n) .index-ys-img{
	float: right;
}
.index-news{
	display: block;
	width: 100%;
	height: auto;
	padding: 48px 0 60px;
	background: #eaeaea;
}

.index-footer{
	display: block;
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/index_32.jpg);
	padding-top: 20px;
}
.index-footer-tit{
	text-align: center;
	color: #fff;
}
.index-footer-tit h2{
	font-size: 35px;
	font-weight: bold;
	line-height: 66px;
}
.index-footer-tit h5{
	font-size: 18px;
	line-height: 30px;
}
.index-footer-in{
	display: block;
	width: 100%;
	height: 50px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 0;
}
.index-footer-in li{
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	position: relative;
	width: 280px;
	height: 50px;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}
.index-footer-in li input{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 15px;
	color: #333;
	padding: 0 20px 0 64px;
}
.index-footer-in li>span{
	display: block;
	width: auto;
	height: 100%;
	line-height: 58px;
	text-align: right;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 24px;
	color: #ff0000;
	padding-left: 14px;
}
.index-footer-in li>span img{
	margin-left: 10px;
	margin-top: -12px;
}
.index-footer-in li .index-footer-but{
	padding: 0;
	text-align: center;
	background: #ff8f34;
	font-size: 18px;
	color: #fff;
	transition: all 300ms;
}
.index-footer-in li .index-footer-but:hover{
	background: #1f62bd;
}
.index-news-main{
	display: block;
	width: 1370px;
	height: auto;
	margin: 0 auto;
}

.index-newsRight{
	display: inline-block;
	float: right;
	width: 548px;
	height: 704px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	padding: 12px 28px 32px;
}
.index-newsRight-tit{
	display: block;
	width: 100%;
	height: 46px;
	margin-bottom: 10px;
	line-height: 46px;
	font-size: 20px;
	color: #333333;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icon-15.png);
}
.index-newsRight-img{
	display: block;
	width: 100%;
	height: 164px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-newsRight-in{
	padding-top: 8px;
}
.index-newsRight-in li{
	margin-top: 30px;
}
.index-newsRight-list .top{
	display: block;
	width: 100%;
	height: 24px;
	position: relative;
	padding-left: 44px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 6px;
}
.index-newsRight-list .top h3{
	font-weight: bold;
}
.index-newsRight-list>div>span{
	display: block;
	width: 24px;
	height: 24px;
	background: #d1d1d1;
	position: absolute;
	left: 4px;
	top: 0;
	text-align: center;
	line-height: 24px;
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
}
.index-newsRight-list .top>span{
	background: #1f62bd;
}
.index-newsRight-list .bot{
	display: block;
	width: 100%;
	height: 48px;
	padding-left: 44px;
	position: relative;
	font-size: 13px;
	color: #777777;
	line-height: 24px;
}
.index-newsRight-list:hover .top h3{
	color: #1f62bd;
}
.index-newsLeft{
	display: inline-block;
	float: left;
	width: 790px;
	height: 704px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	padding: 12px 38px 6px;
}
.index-newsTab{
	display: block;
	width: 100%;
	height: 46px;
	position: relative;
	margin-bottom: 10px;
	padding-left: 14px;
}
.index-newsTab span{
	display: inline-block;
	float: left;
	width: auto;
	margin-right: 38px;
	font-size: 20px;
	color: #333333;
	line-height: 46px;
	height: 46px;
	cursor: pointer;
	border-bottom: 3px solid #fff;
}
.index-newsTab span.active{
	color: #1f62bd;
	font-weight: bold;
	border-bottom: 3px solid #1f62bd;
}
.index-newsTab span:hover{
	color: #1f62bd;
}
.index-newsTab a{
	display: block;
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icon-15.png);
}
.index-news-list{
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	position: relative;
	border-bottom: 1px dashed #dcdcdc;
	padding: 0 100px 0 0;
	font-size: 15px;
	color: #333333;
}
.index-newsLeft li:last-child .index-news-list{
	border: none;
}
.index-news-list h5{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	color: #a6a6a6;
}
.index-news-list:hover h3{
	color: #1f62bd;
}
.index-news-top{
	display: block;
	width: 100%;
	height: 358px;
	border-bottom: 1px solid #ebebeb;
	font-size: 14px;
	color: #777777;
	line-height: 28px;
}
.index-news-top-img{
	display: block;
	width: 100%;
	height: 220px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-news-top h3{
	display: block;
	height: 32px;
	line-height: 32px;
	margin: 24px 0 12px;
	font-size: 20px;
	color: #333333;
}
.index-news-top h3 span{
	display: inline-block;
	background: #1f62bd;
	color: #fff;
	width: 74px;
	text-align: center;
	margin-right: 18px;
}
.index-news-top:hover h3{
	color: #1f62bd;
}
.index-newsIn{
	display: block;
	width: 100%;
	height: auto;
}
.index-newsIn>div{
	display: none;
}

.index-ys-right{
	display: inline-block;
	float: left;
	width: 50%;
	height: 408px;
}
.index-ysMain{
	display: inline-block;
	width: 600px;
	float: left;
	height: 100%;
	padding-left: 40px;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #555555;
	text-align: right;
	padding-top: 40px;
}
.index-ysMain li{
	padding: 0 20px;
	position: relative;
}
.index-ysMain li::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #aaaaaa;
	position: absolute;
	right: 0;
	top: 15px;
}
.index-ysMain-top{
	display: block;
	margin-bottom: 22px;
	position: relative;
	padding-right: 98px;
}
.index-ysMain-top h5{
	font-size: 16px;
	color: #bababa;
	line-height: 24px;
	text-transform: uppercase;
}
.index-ysMain-top h3{
	font-size: 32px;
	font-weight: bold;
	color: #020202;
	line-height: 54px;
}
.index-ysMain-top span{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 78px;
	/*font-family: arial;*/
	font-weight: normal;
	color: #1f62bd;
	font-style: italic;
	line-height: 74px;
}
.index-ys li:nth-child(2n) .index-ysMain{
	width: 700px;
	padding-left: 0;
	padding-right: 10px;
	float: right;
	text-align: left;
}
@media screen and (max-width:1370px){
	.index-news-main{
		width: 1200px;
	}
	.index-newsLeft{
		width: 680px;
		padding: 12px 20px 6px;
	}
	.index-newsRight{
		width: 500px;
		padding: 12px 20px 32px;
	}
}

@media screen and (max-width:1420px){
	.index-ys li:nth-child(2n) .index-ysMain{
		width: 600px;
		padding-right: 40px;
	}
}
@media screen and (max-width:1300px){
	.index-ysMain{
		padding-right: 20px;
	}
	.index-ys li:nth-child(2n) .index-ysMain{
		width: 600px;
		padding-right: 40px;
		padding-left: 20px;
	}
}
.index-ys li:nth-child(2n) .index-ysMain li::before{
	right: auto;
	left: 0;
}
.index-ys li:nth-child(2n) .index-ysMain-top{
	padding-right: 0;
	padding-left: 110px;
}
.index-ys li:nth-child(2n) .index-ysMain-top span{
	right: auto;
	left: 0;
}
.index-ys{
	display: block;
	min-width: 1280px;
}
.index-ys li:nth-child(2) .index-ysMain{padding-top: 80px;}
.index-ys li:nth-child(3) .index-ysMain{padding-top: 80px;}
.index-ys li:nth-child(4) .index-ysMain{padding-top: 100px;}
.index-caseTab{
	height: 80px;
	margin-bottom: 48px;
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	font-size: 0;
	text-align: center;
}
.index-caseTab>a{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 22px;
	color: #333333;
}
.index-caseTab>a span{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 8px;
	vertical-align: top;
	margin-top: 24px;
}
.index-caseTab>a span img{
	display: block;
}
.index-caseTab>a span img.img2{
	display: none;
}
.index-caseTab>a:first-child{
	border-radius: 40px 0 0 40px;
}
.index-caseTab>a:last-child{
	border-radius: 0 40px 40px 0;
}
.index-caseTab>a.active{
	background: #2d73d2;
	color: #fff;
}
.index-caseTab>a.active span .img1{display: none;}
.index-caseTab>a.active span .img2{display: block;}
.index-caseTab>a:hover{
	background: #2d73d2;
	color: #fff;
}
.index-caseTab>a:hover span .img1{display: none;}
.index-caseTab>a:hover span .img2{display: block;}

.index-caseBot{
	display: block;
	width: 100%;
	height: auto;
}
.index-caseBot>div{
	display: none;
	width: 100%;
	height: auto;
	min-width: 1280px;
}
.index-case-img{
	display: inline-block;
	width: 49.375%;
	height: 685px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-caseMain{
	display: inline-block;
	float: right;
	width: 50.625%;
	height: 685px;
	background: #fff;
	padding: 38px 5.6875% 50px 2.1875%;
}
.index-caseIn{
	display: block;
	width: 100%;
	height: auto;
}
.index-caseIn li{
	float: left;
	width: 33.33%;
	height: 208px;
	padding: 0 2% 5%;
}
.index-caseList{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.index-caseText{
	display: block;
	width: 100%;
	height: auto;
	padding-left: 38px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 28px;
	color: #333333;
	position: relative;
}
.index-caseText h3{
	font-size: 28px;
	color: #000000;
	line-height: 42px;
	margin-bottom: 14px;
}
.index-caseText>em{
	display: block;
	width: 15px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 10px;
}
.index-caseText>em img{
	display: block;
}
.index-caseList>span{
	display: block;
	width: 100%;
	height: 48px;
	text-align: center;
	line-height: 48px;
	position: absolute;
	left: 0;
	bottom: -50px;
	background: #3b6bee;
	padding: 0 12px;
	font-size: 16px;
	color: #fff;
	transition: all 300ms;
}
.index-caseList>span p{
	text-align: center;
}
.index-caseList:hover>span{
	bottom: 0;
}
/*end*/
/*制药企业物流*/
.onBanner{
	display: block;
	width: 100%;
	height: 540px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-width: 1200px;
}
.wuliuNav{
	display: block;
	width: 100%;
	height: auto;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	min-height: 71px;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
	font-size: 0;
	background: #fff;
	min-width: 1200px;
}
.wuliuNav a{
	display: inline-block;
	vertical-align: top;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #212121;
	padding: 0 1.8%;
	position: relative;
	border-bottom: 3px solid #fff;
}
.wuliuNav a:hover{
	color: #2d73d2;
}
.wuliuNav a.active{
	color: #2d73d2;
	font-weight: bold;
	border-color: #2d73d2;
}
.wuliuMain{
	margin-top: 48px;
}
.wuliuMain>li{
	float: left;
	margin-bottom: 60px;
}
.wuliuMain>li:nth-child(2n){
	float: right;
}

.fenye{
	display: block;
	width: 100%;
	min-height: 42px;
	text-align: center;
	font-size: 0;
}
.fenye a,
.fenye span{
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #e2e4eb;
	vertical-align: top;
	margin: 0 6px;
	/*box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);*/
	font-size: 13px;
	color: #414141;
	text-align: center;
	line-height: 40px;
	background: #fff;
}
.fenye *:first-child,
.fenye *:last-child{
	width: 72px;
}
/*.fenye *:nth-child(2),
.fenye *:nth-last-child(2){
	width: 84px;
}*/
.fenye a.active,
.fenye span.active,
.fenye a.current,
.fenye span.current{
	background-color: #2d73d2;
	border-color: #2d73d2;
	color: #fff;
}
.fenye a:hover,
.fenye span:hover{
	background-color: #2d73d2;
	border-color: #2d73d2;
	color: #fff;
}
.wuliu-list{
	display: block;
	width: 588px;
	height: 452px;
	position: relative;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.wuliu-list-img{
	display: block;
	width: 100%;
	height: 245px;
	border-radius: 6px;
	overflow: hidden;
}
.wuliu-list-img span{
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 600ms;
}
.wuliu-list:hover .wuliu-list-img span{
	transform: scale(1.06);
}
.wuliu-list-in{
	display: block;
	width: 100%;
	height: 96px;
	position: relative;
	padding-top: 16px;
}
.wuliu-list-in h3{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	line-height: 32px;
	height: 32px;
	padding: 0 12px;
}
.wuliu-list-in h5{
	font-size: 15px;
	color: #91969c;
	line-height: 36px;
	padding-left: 12px;
}
.wuliu-list-in h5 span{
	font-weight: bold;
	color: #9ea3ab;
	margin-right: 12px;
}
.wuliu-list:hover .wuliu-list-in h3{
	color: #2d73d2;
}
.wuliu-list-in em{
	position: absolute;
	right: 12px;
	top: 48px;
	display: block;
	padding-right: 20px;
	font-size: 14px;
	color: #2d73d2;
	background: url(../images/more-01.png) no-repeat right center;
	background-size: auto;
}

.wuliu-list-bot{
	display: block;
	width: 100%;
	height: 110px;
	border: 1px dashed #d7dfe9;
	background: #fafcfd;
	padding: 12px 20px;
	font-size: 14px;
	line-height: 28px;
	color: #464a4e;
}
.yunshu-time{
	display: block;
	margin: 0 auto 86px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
	padding: 48px 54px;
	text-align: center;
}

/*end*/
/*意见反馈*/
.fankui{
	margin: 0 auto 74px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
	padding: 50px 180px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-image: url(../images/fankui_03.jpg);
}
.fankui textarea{
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding: 14px 16px;
	background-repeat: no-repeat;
	background-position: 15px 18px;
	background-image: url(../images/fankui-01.png);
	text-indent: 2em;
	font-family: "微软雅黑";
}
.fankui button{
	display: block;
	width: 266px;
	height: 48px;
	border-radius: 8px;
	border: none;
	background: #ffd535;
	margin: 28px auto 0;
	font-size: 16px;
	color: #282828;
	transition: all 300ms;
}
.fankui button:hover{
	background: #1f62bd;
	color: #fff;
}
.fankui input{
	display: inline-block;
	vertical-align: top;
	width: 466px;
	height: 50px;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	color: #333;
	font-size: 16px;
	padding: 0 20px 0 44px;
	background-repeat: no-repeat;
	background-position: 15px center;
	background-image: url(../images/fankui-02.png);
}
.fankui-text{
	display: inline-block;
	vertical-align: top;
	line-height: 50px;
	font-size: 15px;
	color: #db5053;
	margin-left: 16px;
}
/*end*/
/*物流详情*/
.weizhi{
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
	min-height: 56px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.weizhi ul{
	display: block;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left 20px;
	background-image: url(../images/dingwei.png);
}
.weizhi li{
	float: left;
	position: relative;
	margin-right: 16px;
}
.weizhi li::after{
	content: ">";
	position: absolute;
	top: 15px;
	right: -14px;
	line-height: 24px;
	color: #8f8f8f;
}
.weizhi li a{
	font-size: 14px;
	color: #8f8f8f;
	line-height: 24px;
	padding: 15px 0;
	display: block;
}
.weizhi li:first-child,
.weizhi li:last-child{
	cursor: default;
	margin-right: 0;
}
.weizhi li:first-child a,
.weizhi li:last-child a{
	cursor: default;
}
.weizhi li:first-child::after,
.weizhi li:last-child::after{
	display: none;
}
.wlDetails-tit{
	text-align: center;
	font-size: 28px;
	line-height: 46px;
	color: #000000;
	margin: 30px auto 24px;
}

.wlDetails-img {
	width: 1200px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin: 0 auto 22px;
}

.wlDetails-img .hd {
	display: block;
	height: 14px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	bottom: 22px;
	z-index: 19;
	text-align: center;
}

.wlDetails-img .hd ul {
	overflow: hidden;
	zoom: 1;
	/*float: left;*/
}

.wlDetails-img .hd ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 6px;
	width: 14px;
	height: 14px;
	border: 2px solid #cac2bc;
	cursor: pointer;
	border-radius: 50%;
	cursor: pointer;
}

.wlDetails-img .hd ul li.on {
	background: #fff;
	border-color: #fff;
}

.wlDetails-img .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.wlDetails-img .bd li {
	zoom: 1;
	vertical-align: middle;
}
.wlDetails-imgList{
	display: block;
	width: 100%;
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	overflow: hidden;
}

.wlDetails-img .prev,
.wlDetails-img .next {
	position: absolute;
	left: 46px;
	top: 50%;
	margin-top: -27px;
	display: block;
	width: 54px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/left-01.png);
}

.wlDetails-img .next {
	left: auto;
	right: 46px;
	background-image: url(../images/right-01.png);
}
.wlDetails-img .prev:hover{
	background-image: url(../images/left-02.png);
}
.wlDetails-img .next:hover{
	background-image: url(../images/right-02.png);
}
.wlDetails-xinxi{
	display: block;
	position: relative;
	height: 204px;
	background: #f0f3f8;
	margin-bottom: 24px;
	padding: 20px 0;
	padding-right: 352px;
	padding-left: 52px;
}
.wlDetails-zixun{
	display: block;
	width: 352px;
	height: 100%;
	background-color: #e2e9f1;
	position: absolute;
	top: 0;
	right: 0;
	padding: 25px 35px 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/wuXq_07.jpg);
}
.wlDetails-zixun p{
	font-size: 16px;
	color: #132b4d;
	line-height: 24px;
}
.wlDetails-zixun em{
	display: block;
	width: 28px;
	height: 2px;
	background: #2d73d2;
	margin: 12px 0 8px;
}
.wlDetails-zixun h3{
	font-size: 28px;
	line-height: 40px;
	color: #132b4d;
}
.wlDetails-zixun a{
	display: block;
	width: 150px;
	height: 44px;
	margin-top: 18px;
}
.wlDetails-news li{
	float: left;
	height: 82px;
	position: relative;
	padding-left: 48px;
	padding-top: 12px;
	min-width: 188px;
	padding-right: 10px;
}
.wlDetails-news li:nth-child(3n-1){
	width: 364px;
}
.wlDetails-news li:nth-child(3n-2){
	width: 240px;
}
.wlDetails-news li span{
	display: block;
	width: 40px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 82px;
}
.wlDetails-news li h5{
	font-size: 16px;
	color: #505c67;
	line-height: 28px;
}
.wlDetails-news li h3{
	font-size: 16px;
	font-weight: bold;
	color: #343e49;
	line-height: 30px;
}
.more-xijie{
	display: block;
	margin-bottom: 75px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
}
.more-xijie-tit{
	display: block;
	width: 100%;
	height: 56px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 55px;
	font-size: 18px;
	color: #2e2f32;
	padding: 0 16px;
	position: relative;
	font-weight: bold;
}
.more-xijie-tit em{
	display: block;
	width: 3px;
	height: 16px;
	background: #2e2f32;
	position: absolute;
	left: 0;
	top: 20px;
}
.xijie{
	padding: 30px 28px 2px;
}
.xijie-img{
	display: block;
	width: 100%;
	height: auto;
	margin-top: 12px;
}
.xijie-img span{
	display: inline-block;
	float: left;
	width: 558px;
	height: 358px;
	margin-bottom: 28px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.xijie-img span:nth-child(2n){
	float: right;
}
.xijie{
	font-size: 0;
}
.xijie li{
	font-size: 14px;
	line-height: 24px;
	color: #696969;
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.xijie li:nth-child(2n){
	padding-left: 12px;
}
.xijie h3{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	margin-bottom: 4px;
}
.xijie h3 span{
	color: #2d73d2;
}
/*end*/
/*网点查询*/
.wangdian{
	display: block;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
	padding: 60px 0 10px;
	margin-bottom: 100px;
}
.wangdian-tit{
	display: block;
	text-align: center;
	line-height: 42px;
	margin-bottom: 38px;
	font-size: 26px;
	font-weight: bold;
}
.wangdian-img{
	display: block;
	width: 100%;
	height: auto;
	padding: 0 30px;
}
.wangdian-list{
	display: block;
	width: 100%;
	height: auto;
	padding: 0 30px;
}
.wangdian-list li{
	float: left;
	width: 33.33%;
	border-top: 1px solid #f0f0f0;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	padding: 26px 20px 26px 14px;
}
.wangdian-list li::before{
	content: "";
	display: block;
	width: 4px;
	height: 18px;
	background: #2d73d2;
	position: absolute;
	left: 0;
	top: 32px;
}
.wangdian-list li:nth-child(1),
.wangdian-list li:nth-child(2),
.wangdian-list li:nth-child(3){
	border: none;
}
.wangdian-top{
	display: block;
	width: 100%;
	height: 50px;
	text-align: center;
	margin: 0 auto 30px;
	font-size: 18px;
	color: #2d73d2;
	line-height: 50px;
}
.wangdian-top span{
	font-size: 28px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.wangdian-top img{
	margin-right: 14px;
	display: inline-block;
	vertical-align: top;
}
.wangdian-top em{
	display: inline-block;
	vertical-align: top;
}

.picScroll-wd{
	display: block;
	width: 1170px;
	height: 320px;
	margin: 0 auto 32px;
}
.picScroll-wd .bd{
	display: block;
	width: 100%;
	height: 100%;
}
.picScroll-wd .bd ul{ overflow:hidden; zoom:1; }
.picScroll-wd .bd ul li{ 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
	width: 390px;
	height: 320px;
}
.picScroll-wdList{
	display: block;
	width: 360px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
.picScroll-wdList span{
	display: block;
	width: 100%;
	height: 226px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 16px;
}
.picScroll-wdList h3{
	font-size: 22px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 8px;
	color: #282828;
}
.picScroll-wdList h5{
	padding-left: 26px;
	line-height: 24px;
	font-size: 16px;
	color: #909090;
	background: url(../images/wangdian-02.png) no-repeat left center;
}


/*end*/
/*服务案例*/
.fuwu{
	padding: 0 6px;
	margin-top: 44px;
}
.fuwu>li{
	float: left;
	margin-right: 45px;
	margin-bottom: 24px;
}
.fuwu>li:nth-child(3n){
	margin-right: 0;
}
.fuwuList{
	display: block;
	width: 366px;
	height: 442px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.fuwuList-img{
	display: block;
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.fuwuList-img span{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #ffd535;
	height: 32px;
	line-height: 32px;
	border-radius: 10px 0 0 0;
	font-size: 16px;
	color: #625320;
	min-width: 86px;
	padding: 0 8px;
	text-align: center;
}
.fuwuList-text{
	display: block;
	width: 100%;
	height: 138px;
	padding: 20px 20px 0;
	font-size: 14px;
	color: #838383;
	line-height: 24px;
}
.fuwuList-text h3{
	font-size: 20px;
	line-height: 36px;
	color: #000000;
	margin-bottom: 12px;
}
.fuwuList-bot{
	display: block;
	width: 100%;
	height: 52px;
	border-top: 1px solid #e9e9e9;
	padding: 0 20px;
	position: absolute;
	bottom: 0;
	font-size: 14px;
	color: #929292;
	line-height: 52px;
}
.fuwuList-bot h4{
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/icon-21.png);
	padding-left: 20px;
}
.fuwuList:hover .fuwuList-bot{
	background: #2d73d2;
	border-color: #2d73d2;
	color: #fff;
}
.fuwuList:hover .fuwuList-bot h4{
	background-image: url(../images/icon-18.png);
}
.fuwuList-bot h5{
	position: absolute;
	top: 0;
	right: 20px;
	padding-right: 32px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/icon-20.png);
	color: #6e6e6e;
}
.fuwuList:hover .fuwuList-bot h5{
	color: #fff;
	background-image: url(../images/icon-19.png);
}

.dajian{
	display: block;
    width: 366px;
    height: 490px;
    background: #fff;
    position: relative;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.dajian-main{
	border: 1px solid #fff;
	border-top: none;
	display: block;
	width: 100%;
	height: 240px;
	padding: 20px 20px 0;
}
.dajian:hover .dajian-main{
	border-color: #93b6e5;
}
.dajian:hover{
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.dajian-main h3{
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	height: 30px;
}
.dajian:hover .dajian-main h3{
	color: #2d73d2;
}
.dajian-main p{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #838383;
}
.dajian-main>em{
	display: block;
	width: 38px;
	height: 2px;
	background: #cfcfcf;
	margin: 14px 0;
}
.dajian-main ul{
	border-top: 1px solid #eaeaea;
	margin-top: 20px;
	padding-top: 16px;
}
.dajian-main ul li{
	float: left;
	width: 30%;
}
.dajian-main ul li:nth-child(3){
	width: 40%;
}
.dajian-main ul li h4{
	font-size: 18px;
	color: #0a0a0a;
	line-height: 28px;
	margin-bottom: 4px;
}
.dajian-main ul li h5{
	font-size: 14px;
	color: #838383;
	line-height: 24px;
}
/*end*/
/*合作伙伴*/
.hezuo-tit{
	text-align: center;
	height: 50px;
	margin: 42px auto;
	font-size: 32px;
}
.hezuo-tit span{
	font-weight: bold;
	padding: 0 18px;
}
.hezuo{
	margin: 0 auto 60px;
	padding: 0 50px;
}
.hezuo li{
	float: left;
	width: 340px;
	height: 260px;
	border-radius: 8px;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
	margin-right: 40px;
	margin-bottom: 38px;
}
.hezuo li span{
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.hezuo li:nth-child(3n){
	margin-right: 0;
}


/*end*/
/*常见问题*/
.wenti-main{
	display: block;
	padding: 24px 40px 42px;
	margin: 30px auto 85px;
	border: 1px solid #efefef;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.08);
}
.wenti-main>h2{
	font-size: 28px;
	color: #000000;
	line-height: 50px;
	margin-bottom: 14px;
}
.wentiList{
	padding: 1px 0;
	border-top: 1px solid #ededed;
}
.wentiList:last-child{
	border-bottom: 1px solid #ededed;
}
.wentiList-top{
	display: block;
	min-height: 58px;
	padding: 15px 100px 15px 34px;
	position: relative;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	cursor: pointer;
}
.wentiList-top>em{
	display: block;
	width: 24px;
	height: 24px;
	background: #1f62bd;
	position: absolute;
	left: 0;
	top: 17px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
}
.wentiList-top>span{
	position: absolute;
	right: 0;
	top: 15px;
	padding-right: 20px;
	font-size: 15px;
	color: #888888;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/wt-01.png);
}
.wentiList-bot{
	display: none;
	width: 100%;
	height: auto;
	position: relative;
	padding: 15px 15px 15px 68px;
	font-size: 14px;
	line-height: 28px;
	color: #696969;
	background: #f6f6f6;
	margin-bottom: 34px;
}
.wentiList-bot>em{
	display: block;
	width: 24px;
	height: 24px;
	background: #d1d1d1;
	position: absolute;
	left: 30px;
	top: 18px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 13px;
}

/*end*/
/*新闻中心*/
.news-main{
	margin: 34px auto 0;
}
.news-main li{
	margin-bottom: 20px;
}
.newsList{
	display: block;
	width: 100%;
	height: 180px;
	position: relative;
	padding-left: 340px;
	border: 1px solid #e4e4e4;
}
.newsList:hover{
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.newsList-img{
	display: block;
	width: 340px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.newsList-time{
	display: inline-block;
	width: 120px;
	height: 136px;
	float: left;
	margin-top: 24px;
	text-align: center;
	font-size: 13px;
	padding-top: 20px;
	color: #333333;
	border-right: 1px solid #d9d9d9;
}
.newsList-time h2{
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	line-height: 62px;
}
.newsList-in{
	display: inline-block;
	float: left;
	width: 660px;
	height: 100%;
	padding-top: 25px;
	margin-left: 40px;
	font-size: 14px;
	color: #858585;
	line-height: 24px;
}
.newsList-in h3{
	font-size: 18px;
	line-height: 28px;
	color: #202020;
	margin-bottom: 15px;
	height: 28px;
}
.newsList-in p{
	height: 48px;
}
.newsList-bot{
	display: block;
	width: 100%;
	height: 34px;
	margin-top: 9px;
	padding-left: 18px;
	font-size: 13px;
	color: #646464;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/news-01.png);
	line-height: 34px;
}
.newsList-bot span{
	display: inline-block;
	float: right;
	width: 98px;
	height: 34px;
	border-radius: 2px;
	background: #264166;
	text-align: center;
	line-height: 34px;
	color: #fff;
	font-size: 12px;
}
.newsList:hover .newsList-bot span{
	background: #2d73d2;
}
.newsList:hover .newsList-in h3{
	color: #2d73d2;
}

/*end*/
/*案例详情*/
.caseDetails{
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	margin-bottom: 26px;
}
.caseDetails-table{
	margin-bottom: 64px;
}
.caseDetails-table table{
	width: 100%;
	border: none;
}
.caseDetails-table table td{
	padding: 10px 46px;
	font-size: 16px;
	line-height: 28px;
	color: #343434;
	width: 50%;
	border-color: #dfdfdf;
}
.caseDetails-table table td span.bold{
	font-weight: bold;
}
.caseDetails-table table td h3{
	font-size: 20px;
	line-height: 50px;
	color: #2d73d2;
}
.caseDetails-table table td h3 span{
	font-size: 30px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
.caseDetails-table table td h3 em{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
}
.caseDetails-table table td h3 img{
	display: inline-block;
	vertical-align: top;
}
.caseDetails-bot li{
	height: 452px;
	margin-bottom: 28px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
.slideBox-case{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.caseDetails-bot li:nth-child(2n) .slideBox-case{
	float: right;
}
.slideBox-case .bd{ position:relative; height:100%; z-index:0;}
.slideBox-case .bd li{ 
	zoom:1; vertical-align:middle; 
	width: 600px;
	height: 452px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.slideBox-case .prev,
.slideBox-case .next {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 58px;
	height: 58px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/right-03.png);
	z-index: 9;
}

.slideBox-case .prev{
	right: 60px;
	background-image: url(../images/left-03.png);
}
.slideBox-case .prev:hover{
	background-image: url(../images/left-04.png);
}
.slideBox-case .next:hover{
	background-image: url(../images/right-04.png);
}
.caseDetails-bot-in{
	display: inline-block;
	float: left;
	width: 600px;
	height: 100%;
	padding: 40px 44px 20px 60px;
	font-size: 16px;
	line-height: 30px;
	color: #222222;
}
.caseDetails-bot-in h2{
	height: 64px;
	position: relative;
	margin-bottom: 18px;
	line-height: 64px;
	font-size: 64px;
	font-family: arial;
	font-weight: bold;
	color: #2d73d2;
}
.caseDetails-bot-in h2 span{
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 20px;
	font-weight: normal;
	display: block;
	width: auto;
	height: 20px;
	background: #fff;
	position: absolute;
	top: 24px;
	left: 38px;
	padding-left: 10px;
	padding-right: 20px;
}
.caseDetails-bot-in h3{
	font-size: 26px;
	color: #000000;
	font-weight: bold;
	line-height: 42px;
}
.caseDetails-bot-in h5{
	margin-bottom: 4px;
}
.caseDetails-bot-in>em{
	display: block;
	width: 100%;
	height: 1px;
	background: #e7e3e2;
	margin: 28px 0 24px;
}
.caseDetails-swi{
	display: block;
	width: 100%;
	height: 76px;
	margin: 56px auto 45px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	font-size: 0;
	text-align: center;
}
.goList{
	display: inline-block;
	vertical-align: top;
	width: 220px;
	height: 74px;
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	text-align: center;
	line-height: 74px;
	font-size: 14px;
	color: #202020;
}
.goList img{
	margin-right: 16px;
}
.goList:hover{
	color: #2d73d2;
}
.goSwi{
	display: inline-block;
	vertical-align: top;
	width: 490px;
	height: 74px;
	font-size: 15px;
	color: #141414;
	line-height: 74px;
	text-align: left;
}
.goSwi:first-child{
	padding-right: 40px;
}
.goSwi:last-child{
	text-align: right;
	padding-left: 40px;
}
.goSwi a{color: #141414;}
.goSwi a:hover{color: #2d73d2;}
.caseDetails-tjTop{
	display: block;
	height: 40px;
	position: relative;
	padding-left: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #2d73d2;
	line-height: 40px;
}
.caseDetails-tjTop::before{
	content: "";
	display: block;
	width: 4px;
	height: 20px;
	background: #2d73d2;
	position: absolute;
	left: 0;
	top: 10px;
}
.caseDetails-tjTop a{
	float: right;
	font-size: 16px;
	color: #8b8b8b;
	font-weight: normal;
}
.caseDetails-tjTop a:hover{
	color: #2d73d2;
}
.caseDetails-tj{
	display: block;
	height: auto;
	margin-top: 18px;
	margin-bottom: 48px;
}
.caseDetails-tj li{
	float: left;
	margin-right: 21px;
}
.caseDetails-tj li:nth-child(4n){
	margin-right: 0;
}
.caseDetails-tjList{
	display: block;
	width: 284px;
	height: 274px;
	font-size: 16px;
	color: #202020;
	line-height: 22px;
}
.caseDetails-tjList span{
	display: block;
	width: 100%;
	height: 195px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin: 0 auto 14px;
}
.caseDetails-tjList:hover{
	color: #2d73d2;
}
/*end*/
/*国联简介*/
.qiye-top{
	display: block;
	margin: 72px auto 66px;
}
.qiye-top .left{
	font-size: 16px;
	color: #000000;
	line-height: 34px;
	display: inline-block;
	float: left;
	width: 774px;
	height: auto;
	padding-top: 28px;
}
.qiye-top .left h2{
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
	margin-bottom: 30px;
}
.qiye-top .right{
	display: inline-block;
	float: right;
	width: 512px;
	height: 336px;
	float: right;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
.qiye-top .right span{
	display: block;
	position: absolute;
	left: -100px;
	bottom: 0;
}
.qiye-shu{
	display: block;
	height: 150px;
	margin: 0 auto 82px;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:1369px){
	.qiye-shu{
		width: 1200px;
	}
	.qiye-top{
		width: 1200px;
	}
	.qiye-top .left{
		width: 640px;
	}
	.qiye-top .right span{
		left: -40px;
	}
}


.qiye-shu li{
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
	padding: 20px 10px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.qiye-shu li h3{
	height: 74px;
	line-height: 74px;
	font-size: 20px;
	font-weight: bold;
	color: #d80a1d;
}
.qiye-shu li h3 span{
	font-size: 60px;
}
.qiye-shu li h3 em{
	vertical-align: top;
	display: inline-block;
	line-height: 48px;
	font-size: 36px;
	font-weight: bold;
	margin-left: -4px;
}
.qiye-fanwei{
	display: block;
	margin: 0 auto 70px;
}
.qiye-fanwei li{
	float: left;
	width: 380px;
	height: 366px;
	border: 1px solid #efefef;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	margin-right: 30px;
	margin-bottom: 28px;
	padding: 19px;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}
.qiye-fanwei li:nth-child(3n){
	margin-right: 0;
}
.qiye-fanwei li>span{
	display: block;
	width: 100%;
	height: 190px;
	position: relative;
	margin-bottom: 48px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.qiye-fanwei li>span em{
	display: block;
	width: 58px;
	height: 58px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 58px;
	position: absolute;
	left: 50%;
	bottom: -29px;
	margin-left: -29px;
	font-size: 30px;
	font-weight: bold;
	color: #4a8ada;
	font-style: italic;
	border-radius: 50%;
	padding-right: 6px;
}
.qiye-footer{
	display: block;
	width: 100%;
	height: 210px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/jianjie_16.jpg);
	background-size: cover;
	min-width: 1200px;
	text-align: center;
	padding-top: 52px;
	font-size: 26px;
	color: #fff;
	line-height: 40px;
}
.qiye-footer a{
	display: block;
	width: 146px;
	height: 46px;
	border-radius: 4px;
	background: #ffd535;
	text-align: center;
	line-height: 46px;
	margin: 22px auto 0;
	font-size: 16px;
	color: #000;
	transition: all 300ms;
}
.qiye-footer a:hover{
	background: #1f62bd;
	color: #fff;
}
.qiye-yewu{
	display: block;
	width: 100%;
	height: auto;
	min-width: 1280px;
}
.jianjie-img{
	display: inline-block;
	float: left;
	width: 50%;
	height: 650px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.picScroll-jianjie{ 
	overflow:hidden; 
	position:relative;
	display: inline-block;
	float: left;
	width: 50%;
	height: 650px;
	background: url(../images/jianjie_05.jpg) no-repeat center;
	background-size: cover;
}

.picScroll-jianjie .hd{ 
	display: block;
	width: 100%;
	height: 48px;
	position: absolute;
	bottom: 9.7%;
	z-index: 19;
	padding-left: 9.8%;
}
.picScroll-jianjie .hd .prev,
.picScroll-jianjie .hd .next{ 
	display: inline-block;
	float: left;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url(../images/left-05.png);
}
.picScroll-jianjie .hd .next{
	background-image: url(../images/right-05.png);
}
.picScroll-jianjie .hd .next:hover{
	background-image: url(../images/right-06.png);
}
.picScroll-jianjie .hd .prev:hover{
	background-image: url(../images/left-06.png);
}
.picScroll-jianjie .hd .pageState{
	line-height: 48px;
	font-size: 12px;
	color: #bcd1f7;
	display: inline-block;
	float: left;
}
.picScroll-jianjie .hd .pageState span{
	font-weight: bold;
	font-size: 18px;
}
.picScroll-jianjie .hd ul{ 
	float:left; 
	overflow:hidden; 
	zoom:1; 
	margin-left: 20px;
	margin-right: 6px;
	padding: 20px 0;
}
.picScroll-jianjie .hd ul li{ 
	float:left;  
	width:8px; 
	height:8px; 
	overflow:hidden; 
	margin-right:22px; 
	cursor:pointer; 
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icon-22.png);
}
.picScroll-jianjie .hd ul li.on{
	width: 50px;
	background-image: url(../images/icon-23.png);
}
.picScroll-jianjie .bd{
	display: block;
	width: 100%;
	height: 100%;
}
.picScroll-jianjie .bd ul{ overflow:hidden; zoom:1; }
.picScroll-jianjie .bd ul li{
	float:left;
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.jianjie-text{
	display: block;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #fff;
	line-height: 28px;
	text-align: left;
	padding: 6% 12.3% 14.9% 9.79%;
}
.jianjie-text h4{
	font-size: 26px;
	color: #97add4;
	line-height: 36px;
	font-style: italic;
	text-transform: uppercase;
}
.jianjie-text h2{
	font-size: 34px;
	font-weight: bold;
	line-height: 50px;
	margin: 12px 0 14px;
}
@media screen and (max-width:1484px){
	.picScroll-jianjie .hd{
		bottom: 4%;
	}
}

/*end*/
/*文化理念*/
.wenhua-top{
	display: block;
	width: 100%;
	height: auto;
	padding: 56px 0 84px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #f4f5f6;
	background-image: url(../images/wenhua_02.jpg);
}
.wenhua-tit{
	text-align: center;
	font-size: 32px;
	color: #000000;
	line-height: 50px;
}
.wenhua-tit span{
	font-weight: bold;
	padding: 0 10px;
}
.wenhua-ln{
	margin-top: 60px;
}
.wenhua-ln li{
	float: left;
	width: 286px;
	height: 370px;
	margin-right: 18px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	padding: 36px 38px 20px;
	font-size: 16px;
	color: #6e6e6e;
	line-height: 28px;
}
.wenhua-ln li:nth-child(4n){
	margin-right: 0;
}
.wenhua-ln li span{
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
	margin-bottom: 20px;
}
.wenhua-ln li h3{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	text-align: center;
}
.wenhua-ln li h5{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}
.wenhua-ln li em{
	display: block;
	width: 36px;
	height: 2px;
	background: #c0c0c0;
	margin: 12px auto 10px;
}
.wenhua-zuofeng{
	margin-bottom: 92px;
}
.wenhua-zuofeng li{
	float: left;
	width: 586px;
	height: 470px;
	border: 1px solid #dfdfdf;
}
.wenhua-zuofeng li:nth-child(2n){
	float: right;
}
.wenhua-zuofeng li>span{
	display: block;
	width: 100%;
	height: 304px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.wenhua-zuofeng li h3{
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	padding: 0 30px;
	line-height: 68px;
}
.wenhua-zuofeng li em{
	display: block;
	width: 530px;
	height: 1px;
	background: #e9e9e9;
	margin: 0 auto;
}
.wenhua-zuofeng li>div{
	display: block;
	padding: 12px 30px;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
}
.wenhua-bot .index-ys-img{
	height: 610px;
}
.wenhua-bot .index-ys-right{
	height: 610px;
}
.wenhua-bot .index-ysMain{
	width: 660px;
	padding-top: 60px;
}
.wenhua-bot li:nth-child(2) .index-ysMain{
	padding-top: 60px;
	height: 694px;
}
.wenhua-bot li:nth-child(2) .index-ys-img{
	height: 694px;
}

@media screen and (max-width:1420px){
	.wenhua-bot .index-ysMain{
		width: 600px;
	}
}


/*end*/
/*发展历程*/
.licheng{
	display: block;
	width: 1040px;
	margin: 0 auto 86px;
}
.licheng li{
	position: relative;
}
.licheng-left{
	display: inline-block;
	float: left;
	width: 460px;
	height: auto;
	min-height: 130px;
	border-radius: 4px;
	background: #f5f5f5;
	box-shadow: 1px 3px 4px rgba(0, 0, 0, 0.1);
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 28px;
	padding: 1px 28px 18px;
}
.licheng-left h3{
	font-size: 24px;
	font-weight: bold;
	color: #4a8ada;
	line-height: 32px;
	margin-top: 20px;
	margin-bottom: 6px;
}
.licheng li .xian{
	display: block;
	width: 1px;
	height: 100%;
	border-left: 2px dashed #bfbfbf;
	position: absolute;
	left: 50%;
	top: 0;
	z-index: 1;
	margin-left: -1px;
}
.licheng li .center{
	display: block;
	width: 22px;
	height: 46px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/icon-24.png);
	background-color: #fff;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -11px;
	z-index: 9;
}
.licheng-time{
	display: inline-block;
	width: 460px;
	float: right;
	font-size: 30px;
	font-weight: bold;
	color: #7a7a7a;
	line-height: 130px;
}
.licheng li:nth-child(2n) .licheng-time{
	float: left;
	text-align: right;
}
.licheng li:nth-child(2n) .licheng-left{
	float: right;
}
.licheng li:nth-child(2n-1) .licheng-left::after{
	display: block;
	content: "";
	width: 10px;
	height: 18px;
	background: url(../images/licheng_03.jpg) no-repeat center;
	position: absolute;
	left: 100%;
	top: 54px;
}
.licheng li:nth-child(2n) .licheng-left::after{
	display: block;
	content: "";
	width: 10px;
	height: 18px;
	background: url(../images/licheng_07.jpg) no-repeat center;
	position: absolute;
	right: 100%;
	top: 54px;
}
.zhengshu{
	margin: 0 auto 50px;
}
.zhengshu li{
	float: left;
	margin-bottom: 46px;
	width: 278px;
	height: 230px;
	margin-right: 29px;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	border-bottom: 4px dotted #d7d7d7;
}
.zhengshu li:nth-child(4n){
	margin-right: 0;
}
.zhengshu li>span{
	display: block;
	width: 100%;
	height: 172px;
	margin-bottom: 14px;
}
.linian li{
	width: 33.33%;
	float: left;
	height: 388px;
	padding: 0 45px;
	font-size: 14px;
	color: #313131;
	line-height: 24px;
}
.linian li>em{
	display: block;
	width: 50px;
	height: 2px;
	background: #81abe4;
	margin: 22px auto 34px;
}
.linian li h2{
	text-align: center;
	position: relative;
	font-weight: bold;
	font-family: arial;
	height: 140px;
	font-size: 130px;
	line-height: 140px;
	background: linear-gradient(#448fe1, #6038b9);
	-webkit-background-clip: text;
	color: transparent;
}
.linian li h2 span{
	display: block;
	width: 152px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	font-size: 22px;
	font-weight: bold;
	color: #414141;
	background: #fff;
	position: absolute;
	top: 54px;
	left: 50%;
	margin-left: -76px;
	font-family: "微软雅黑";
}
.rencai-bot{
	display: block;
	width: 100%;
	height: auto;
	padding: 70px 0 66px;
	background: #f2f2f2;
}
.rencai-footer li{
	width: 384px;
	float: left;
	height: 250px;
	margin-top: 20px;
	margin-right: 24px;
	padding: 48px 36px 20px;
	position: relative;
	text-align: center;
	font-size: 14px;
	color: #6b6b6b;
	line-height: 25px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.rencai-footer li:nth-child(3n){
	margin-right: 0;
}
.rencai-footer li h3{
	font-size: 18px;
	font-weight: bold;
	color: #212121;
	line-height: 32px;
	margin-bottom: 18px;
}
.rencai-footer li a{
	position: absolute;
	bottom: 46px;
	left: 0;
	width: 100%;
	display: block;
	text-align: center;
	line-height: 28px;
	font-size: 16px;
	color: #2d73d2;
	text-align: center;
}
.rencai-footer li a:hover{
	color: #ffd535;
}
.rencaiTop{
	display: block;
	min-height: 54px;
	padding-left: 54px;
	border-bottom: 1px solid #eeeeee;
}
.rencaiTop span{
	display: inline-block;
	float: left;
	padding: 14px 20px 14px 0;
	font-size: 16px;
	color: #1d1d1d;
}
.rencaiTh{
	background: #2d73d2;
	min-height: 54px;
	color: #fff;
	border: none;
}
.rencaiTh span{
	color: #fff;
}
.rencaiTop span.td1{width: 324px;}
.rencaiTop span.td2{width: 252px;}
.rencaiTop span.td3{width: 192px;}
.rencaiTop span.td4{width: 200px;}
.rencaiTop span.td5{width: 170px;}
.rencai{
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.rencai li .rencaiTop span.td5{
	color: #2d73d2;
	cursor: pointer;
}
.rencai li .rencaiTop span.td5:hover{
	color: #ffd535;
}
.rencaiMain{
	display: none;
	width: 100%;
	height: auto;
	padding: 4px 54px 30px;
	font-size: 14px;
	line-height: 28px;
	color: #6b6b6b;
}
.rencaiMain h3{
	font-size: 16px;
	color: #343434;
	line-height: 28px;
	margin: 16px 0 8px;
}
.rencai-lx{
	display: block;
	width: 100%;
	height: auto;
	border-top: 1px solid #eeeeee;
	padding-top: 28px;
	line-height: 46px;
	font-size: 16px;
	color: #282828;
}
.rencai-lx a{
	color: #2d73d2;
}
.rencai-lx a.but{
	display: inline-block;
	vertical-align: top;
	width: 136px;
	height: 46px;
	border-radius: 6px;
	background: #ffd535;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #282828;
	margin-right: 20px;
}

/*end*/
/*开放平台*/
.pingtai{
	display: block;
	margin: 30px auto 66px;
	font-size: 16px;
	line-height: 30px;
	color: #6c6c6c;
}
.pingtai h2{
	font-size: 32px;
	font-weight: bold;
	line-height: 54px;
	color: #2d73d2;
}
.pingtai h3{
	font-size: 24px;
	line-height: 42px;
	color: #454545;
	margin-bottom: 38px;
}
.pingtai a{
	display: block;
	width: 176px;
	height: 48px;
	border-radius: 4px;
	background: #2d73d2;
	text-align: center;
	line-height: 46px;
	margin-top: 26px;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.pingtai a img{
	margin-right: 10px;
	margin-top: -2px;
}
.pingtai a:hover{
	background: #1f62bd;
}
/*end*/
/*药品运输*/
.hangye{
	display: block;
	background: #f3f3f3;
	padding: 60px 0 94px;
}
.hangyeMain{
	display: block;
	width: 85.42%;
	height: auto;
	margin: 64px auto 0;
	min-width: 1220px;
}
.hangyeMain li{
	float: left;
	width: 25%;
	height: 358px;
	padding: 0 10px;
}
.hangyeList{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #6c6c6c;
	padding: 14% 6% 0;
}
.hangyeList h3{
	font-size: 24px;
	line-height: 32px;
	color: #1a1a1a;
}
.hangyeList em{
	display: block;
	width: 32px;
	height: 2px;
	background: #d5d5d5;
	margin: 13px auto;
}
.hangyeList span{
	display: block;
	width: 100%;
	height: 120px;
	text-align: center;
	margin-bottom: 28px;
}
.fangan{
	display: block;
	width: 85.42%;
	height: auto;
	margin: 0 auto 94px;
	font-size: 0;
	text-align: center;
}
.fangan li{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: auto;
	padding: 0 10px;
}
.fanganList{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 476px;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	padding-bottom: 12px;
	font-size: 15px;
	color: #6c6c6c;
	line-height: 24px;
	text-align: left;
}
.fanganList-img{
	display: block;
	width: 100%;
	height: 242px;
	border-bottom: 6px solid #e2231a;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.fanganList-text{
	padding: 18px 24px 0;
	text-align: left;
}
.fanganList-text h3{
	font-size: 22px;
	color: #111111;
	line-height: 32px;
	margin-bottom: 12px;
}
.liangdian{
	display: block;
	width: 100%;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/yaoping_16.jpg);
	padding: 75px 0 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 34px;
}
.liangdian .wenhua-tit{
	color: #fff;
}
.liangdian a{
	display: block;
	width: 214px;
	height: 62px;
	margin: 46px auto 0;
}



/*药品运输*/
/*联系国联*/
.map{
	height: 520px;
	margin: 30px auto 50px;
}
.map img{
	max-width: none;
	max-height: none;
}
.lianxi li{
	float: left;
	width: 380px;
	height: 414px;
	position: relative;
	padding-top: 64px;
	margin-right: 30px;
}
.lianxi li:nth-child(3n){
	margin-right: 0;
}
.lianxi li>span{
	display: block;
	width: 144px;
	height: 144px;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -72px;
	z-index: 9;
	text-align: center;
	line-height: 144px;
	padding: 20px;
}
.lianxi li>div{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	padding: 82px 40px 40px;
	text-align: left;
	font-size: 16px;
	color: #343434;
	line-height: 26px;
}
.lianxi li>div p{position: relative;padding-left: 74px;}
.lianxi li>div p span.on{
	position: absolute;
	left: 0;
	top: 0;
}
.lianxi li>div h3{
	font-size: 26px;
	font-weight: bold;
	color: #2c2c2c;
	line-height: 40px;
	margin-bottom: 18px;
	text-align: center;
}
.lianxi li>div h4{
	font-size: 16px;
	line-height: 28px;
	color: #343434;
	margin-bottom: 6px;
}
.lianxi li>div h5{
	margin-top: 16px;
}
.lianxi li>div .lx-ewm{
	display: block;
	width: 134px;
	height: 134px;
	margin: 0 auto;
}
.lianxi li>em{
	display: block;
	width: 124px;
	height: 40px;
	background: #f8f8f8;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -62px;
	border-radius: 6px 6px 0 0;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #8d8d8d;
}
.lianxi li::after{
	content: "";
	display: block;
	width: 144px;
    height: 144px;
	border-radius: 50%;
	position: absolute;
	top: 0%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
	z-index: -1;
}
.lianxi li>span img{
	display: block;
}
.liuyan{
	display: block;
	width: 100%;
	height: 488px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/lianxi_03.jpg);
	padding-top: 36px;
}
.liuyan h2{
	font-size: 35px;
	font-weight: bold;
	color: #1f62bd;
	line-height: 62px;
	text-align: center;
}
.liuyan h5{
	font-size: 18px;
	color: #4f4f4f;
	text-align: center;
}

.liuyan-main button{
	display: block;
	width: 226px;
	height: 50px;
	border-radius: 4px;
	background: #264166;
	border: none;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color: #fff;
	margin: 35px auto 0;
}
.liuyan-in{
	display: block;
	width: 1156px;
	height: 180px;
	overflow: hidden;
	margin: 38px auto 0 ;
}
.liuyan-right{
	display: inline-block;
	float: right;
	width: 862px;
	height: 100%;
}
.liuyan-right textarea{
	width: 100%;
	height: 100%;
	margin-bottom: 20px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	padding: 14px 16px;
	background-repeat: no-repeat;
	background-position: 15px 18px;
	background-image: url(../images/fankui-01.png);
	text-indent: 2em;
	font-family: "微软雅黑";
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.liuyan-left{
	display: inline-block;
	float: left;
	width: 280px;
	height: 100%;
}
.liuyan-left li{
	position: relative;
	margin-bottom: 14px;
	width: 100%;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	border-radius: 6px;
}
.liuyan-left li input{
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 20px 0 62px;
	font-size: 16px;
	color: #333;
	background: none;
}
.liuyan-left li>span{
	position: absolute;
	left: 0;
	top: 0;
	line-height: 60px;
	font-size: 24px;
	color: #ff0000;
	padding-left: 14px;
}
.liuyan-left li>span img{
	display: inline-block;
	vertical-align: top;
	margin-left: 8px;
	margin-top: 16px;
}
.liuyan-main button:hover{
	background: #2d73d2;
}
.luxian{
	display: block;
	width: 100%;
	height: auto;
	padding: 66px 0 66px;
	background: #2d73d2;
}
.luxian-right{
	display: inline-block;
	float: right;
	padding-left: 60px;
	padding-right: 60px;
	width: 56.66%;
	font-size: 16px;
	color: #fff;
	line-height: 28px;
	position: relative;
}
.luxian-right li{
	position: relative;
	padding-left: 160px;
	margin: 14px 0;
}
.luxian-right span{
	font-weight: bold;
	display: inline-block;
	min-width: 160px;
	position: absolute;
	left: 0;
	top: 0;
}
.luxian-right::before{
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 42px);
	background: #5f93da;
	position: absolute;
	left: 0;
	top: 20px;
}
.luxian-left{
	display: inline-block;
	float: left;
	width: 43.34%;
	height: auto;
	text-align: right;
	padding-right: 50px;
	padding-top: 14px;
}
.luxian-left>div{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	padding-left: 100px;
	background-repeat: no-repeat;
	background-position: left 8px;
	background-image: url(../images/weizhi-02.png);
}
.luxian-left>div h4{
	font-size: 26px;
	font-weight: bold;
	line-height: 42px;
}
.luxian-left>div h2{
	font-size: 50px;
	text-transform: uppercase;
	line-height: 54px;
	margin: 9px 0;
}

/*end*/
/*新闻详情*/
.newsDetails{
	display: block;
	height: auto;
	margin: 24px auto 90px;
	position: relative;
}
.newsDetails .left{
	display: inline-block;
	float: left;
	width: 860px;
	background: #fff;
	padding: 0 24px;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.newsDetails-top{
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #eaeaea;
	padding: 28px 0 22px;
	text-align: center;
}
.newsDetails-top h3{
	font-size: 26px;
	line-height: 40px;
	color: #000000;
}
.newsDetails-top h5{
	margin-top: 10px;
	font-size: 14px;
	color: #646464;
	line-height: 28px;
}
.newsDetails-top h5 span{
	margin: 0 12px;
}
.newsDetails-top h5 img{
	margin-right: 6px;
	margin-top: -2px;
}
.newsDetails-in{
	font-size: 15px;
	color: #4c4c4c;
	line-height: 30px;
	color: #4c4c4c;
	padding: 20px 0 4px;
}

.essay-label{
	display: block;
	width: 100%;
	height: 58px;
	position: relative;
}
.essay-share{
	height: 28px;
	width: auto;
	display: block;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -14px;
}
.essay-label-in{
	display: block;
	line-height: 58px;
	font-size: 13px;
	color: #908e8b;
	padding-left: 20px;
	background: url(../images/label.png) no-repeat left center;
	background-size: 13px auto;
	padding-right: 300px;
	overflow: hidden;
}
.essay-label-in a{
	color: #010101;
}
.essay-switch a:hover{
	color: #2675c0;
}
.essay-in img{
	max-width: 100%;
	margin: 12px auto;
}
/*bshare分享样式更改*/
.essay-share .bshare-custom.icon-medium a{
	height: 28px !important;
	width: 28px !important;
}
.essay-share .bshare-custom.icon-medium .bshare-qzone{
	background: url(../images/fx1.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium .bshare-sinaminiblog{
	background: url(../images/fx2.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium .bshare-weixin{
	background: url(../images/fx3.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium a.bshare-more.more-style-addthis{
	background: url(../images/fx4.png) no-repeat center;
	background-size: 100% 100%;
}
.essay-share .bshare-custom.icon-medium a.bshare-facebook{
	background: url(../images/fx5.png) no-repeat center;
	background-size: 100% 100%;
}
.bsBox{
	box-sizing: content-box;
}
.bFind-wrapper-top{
	height: 26px !important;
}
/*bshare分享样式更改end*/

.newsDetails-swi{
	display: block;
	width: 100%;
	height: 62px;
	border-top: 1px solid #eaeaea;
}
.newsDetails-swi>div{
	display: inline-block;
	float: left;
	width: 48%;
	font-size: 15px;
	color: #6e6e6e;
	line-height: 60px;
}
.newsDetails-swi>div:last-child{
	float: right;
	text-align: right;
}
.newsDetails-swi>div a{
	color: #6e6e6e;
}
.newsDetails-swi>div a:hover{
	color: #2d73d2;
}
.newsDetails .right{
	display: inline-block;
	float: right;
	width: 324px;
}

.newsDetails-phone{
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
	padding: 40px 36px 44px;
}
.newsDetails-phone h5{
	font-size: 18px;
	color: #132b4d;
	line-height: 26px;
}
.newsDetails-phone h3{
	font-size: 28px;
	line-height: 40px;
}
.newsDetails-phone em{
	display: block;
	width: 28px;
	height: 2px;
	background: #132b4d;
	margin: 16px 0;
}
.newsDetails-phone a{
	font-size: 14px;
	color: #132b4d;
	line-height: 24px;
	display: block;
}
.newsDetails-gz{
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 16px;
}
.newsDetails-right-tit{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 54px;
	font-size: 16px;
	color: #252525;
	font-weight: bold;
	padding: 0 20px;
	border-bottom: 1px solid #eaeaea;
}
.newsDetails-ewm{
	display: block;
	padding: 20px 0 18px;
	font-size: 0;
	text-align: center;
}
.newsDetails-ewm>div{
	display: inline-block;
	vertical-align: top;
	padding: 0 12px;
	text-align: center;
	font-size: 14px;
	color: #2f2f2f;
	line-height: 24px;
}
.newsDetails-ewm>div span{
	display: block;
	width: 112px;
	height: 112px;
	margin: 0 auto 10px;
}
.newsDetails-zx{
	display: block;
	width: 100%;
	height: auto;
	background: #fff;
	background: #fff;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
.newsDetails-list{
	padding: 0 20px;
}
.newsDetails-list li{
	border-bottom: 1px solid #eaeaea;
	padding-left: 12px;
	position: relative;
	height: 49px;
	overflow: hidden;
}
.newsDetails-list li:last-child{
	border: none;
}
.newsDetails-list li a{
	line-height: 48px;
	font-size: 15px;
	color: #606060;
	display: block;
	height: 48px;
}
.newsDetails-list li a:hover{
	color: #2d73d2;
	text-decoration: underline;
}
.newsDetails-list li::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #e71818;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 22px;
}
.newsDetails-list li:hover::before{
	background: #2d73d2;
}

/*end*/
.wuliu-list-bot li{
	float: left;
	width: 50%;
	padding-right: 8px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}

/*新增搜索列表*/
.searchMian{
	background: #fff;
	margin-bottom: 60px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
	padding: 1px 42px 10px;
}
.searchMian>h2{
	font-size: 14px;
	color: #828282;
	line-height: 52px;
}
.searchMian>h2 span{
	font-weight: bold;
	color: #1cb5d8;
}
.searchMian-ul li{
	border-top: 1px solid #ededed;
}
.searchMian-ul li:last-child{
	border-bottom: 1px solid #ededed;
}
.searchMian-ul li a{
	display: block;
	width: 100%;
	height: 60px;
	position: relative;	
	padding-right: 124px;
	padding-left: 14px;
}
.searchMian-ul li a::before{
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
}
.searchMian-ul li a:hover::before{
	background: #1cb5d8;
}
.searchMian-ul li a h5{
	position: absolute;
	right: 0;
	top: 0;
	line-height: 60px;
	font-size: 15px;
	color: #888888;
	padding-left: 18px;
	background: url(../images/time.png) no-repeat left center;
	background-size: 13px auto;
}
.searchMian-ul li a h3{
	display: inline-block;
	float: left;
	width: 700px;
	line-height: 60px;
	font-size: 16px;
	color: #000000;
}
.searchMian-ul li a>div{
	float: right;
	width: 260px;
	height: 60px;
	padding: 15px 0;
	display: inline-block;
}
.searchMian-ul li a>div span{
	display: inline-block;
	float: right;
	width: auto;
	height: 100%;
	background-color: #c2c2c2;
	width: 98px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	padding: 0 6px;
	margin-left: 6px;
}
.searchMian-ul li a:hover h3{
	color: #2d73d2;
	text-decoration: underline;
}
.search-zanwu{
	display: block;
	font-size: 18px;
	text-align: center;
	line-height: 250px;
	margin-bottom: 20px;
}
/*新增搜索列表*/

@media screen and (max-width:1800px){
	.index-caseText{margin-bottom: 50px;}
	.index-caseText h3{margin-bottom: 30px;}
	.index-caseMain{padding-top: 50px;}
}
@media screen and (max-width:1600px){
	.index-caseText{margin-bottom: 50px;}
	.index-caseText h3{margin-bottom: 30px;}
	.index-caseMain{padding-top: 42px;}
}
@media screen and (max-width:1480px){
	.index-caseText{margin-bottom: 46px;}
	.index-caseText h3{margin-bottom: 24px;}
	.index-caseMain{padding-top: 42px;}
}
@media screen and (max-width:1425px){
	.index-caseText{margin-bottom: 30px;}
	.index-caseText h3{margin-bottom: 20px;}
	.index-caseMain{padding-top: 30px;}
}
@media screen and (max-width:1340px){
	.index-caseText{margin-bottom: 20px;}
	.index-caseText h3{margin-bottom: 10px;}
	.index-caseMain{padding-top: 24px;}
}




























