.content{
	width: 1200px;
	margin: 0 auto;
}
.bgf5{
	background-color: #f5f5f5;
}
.show{
	display: block !important;
}
.bgbor{
	background-image: url(../images/bg-bor.png);
	background-repeat: no-repeat;
	background-position: center;
}
#login-bar{
	background-color: #f7f7f7;
	height: 35px;
	border-bottom: 1px solid #dddddd;
	line-height: 34px;
	color: #999999;
	font-size: 12px;
}
#login-bar .right a{
	color: #999999;
	margin-left: 30px;
}
.header-logo{
	line-height: 124px;
}
.header-logo img{
	margin-right: 20px;
}
.header-logo span{
	font-size: 22px;
	font-weight: bold;
}
.header-tel-tit{
	line-height: 32px;
	margin-top: 24px;
}
.header-tel-tit{
	font-size: 16px;
	color: #666;
	margin-left: 5px;
}
#header .right{
	padding-right: 75px;
}
.header-tel{
	font-size: 30px;
	font-weight: bold;
	color: #fc6900;
}
#nav{
	background: #1d2087;
}
.navlist li{
	float: left;
}
.navlist li a{
	display: block;
	color: #fff;
	height: 54px;
	width: 125px;
	line-height: 54px;
	text-align: center;
}
.navlist li.active a{
	background: #444afd;
}
.navlist li a:hover{
	background: #444afd;
}
/* banner */
.slideBox{ width:100%;overflow:hidden; position:relative;}
.slideBox .hd{ height:12px; overflow:hidden; position:absolute; right:50%; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;}
.slideBox .hd ul li{ float:left; margin:0 5px;  width:12px; height:12px; border-radius: 50%; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#1e2187;}
.slideBox .bd{ position:relative; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; display:block;  }

/* 搜索栏 */
#search-bar{
	background: #efefef;
}
#search-bar .content{
	padding: 0 100px;
}
.search-box .left{
	height: 80px;
	line-height: 80px;
}
.search-box .left a{
	font-size: 12px;
}
.search{
	height: 34px;
	width: 300px;
	margin-top: 23px;
	background: #FFFFFF;
	border-radius: 17px;
	position: relative;
	line-height: 34px;
	overflow: hidden;
}
#searchText{
    width: 230px;
	padding-left: 26px;
	line-height: 34px;
	font-size: 12px;
	margin-right: 10px;
}
#search-btn{
	cursor: pointer;
}
.title-bar .title{
	font-size: 38px;
	font-weight: bold;
	color: #1d2087;
	text-align: center;
}
.title-bar .title-txt{
	color: #999999;
	text-align: center;
}
#product-bar .title-bar{
	margin: 60px 0 30px;
}
.product-title{
	border-bottom: 1px solid #DDDDDD;
	position: relative;
}
.product-title>div{
	background: #1d2087;
	color: #FFFFFF;
	font-size: 24px;
	width: 180px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	
}
.produc-left-bor{
	border: 3px solid #1D2087;
	padding: 35px 0 20px;
	margin-top: -38px;
	margin-left: -30px;
}
.product-nav{
	position: relative;
	width: 180px;
	background: #f5f5f5;
	left: 27px;
}
.product-nav li{
	height: 61px;
	width: 180px;
	padding: 0 10px;
	border-bottom: 1px solid #dddddd;
	line-height: 60px;
	color: #666666;
	font-size: 16px;
	cursor: pointer;
}
.product-nav li:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
.product-nav li.active{
	color: #1D2087;
	border-bottom: 3px solid #1D2087;
}
.product-nav li:hover{
	color: #1D2087;
	border-bottom: 3px solid #1D2087;
}
.produc-list{
	margin-top: 20px;
	width: 1000px;
	display: none;
}
.produc-list li{
	float: left;
	width: 320px;
	margin-right: 20px;
}
.produc-list li:nth-of-type(3n){
	margin-right: 0;
}
.produc-list li img{
	display: block;
	width: 300px;
	height: 410px;
}
.produc-name{
	text-align: center;
	font-size: 12px;
	color: #666666;
    height: 50px;
	padding-top: 10px;
}
#advantage .title-bar{
	margin: 60px 0 0;
}
.advantage-box{
	position: relative;
}
.advantage-bor{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.bgbor-bar{
	padding: 60px 0;
}
.advantage-bar{
	width: 575px;
}
.bgbor-bar img{
	display: block;
}
.advantage-title{
	margin: 24px 0 50px;
}
.advantage-title .right{
	font-size: 22px;
	color: #1D2087;
	font-weight: bold;
	padding: 6px 16px;
	background-image: url(../images/titright.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.advantage-title .left{
	font-size: 22px;
	color: #1D2087;
	font-weight: bold;
	padding: 6px 16px;
	background-image: url(../images/titleft.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.advantage-text{
	line-height: 1.5;
	color: #666666;
	text-indent:30px;
}
.adBar img{
	display: block;
	width: 100%;
}
#honor .title-bar{
	margin: 60px 0 55px;
}
.honor-box .left img{
	display: block;
}
.honor-box .right{
	width: 514px;
}
.honor-list{
	margin-top: 30px;
	margin-bottom: 50px;
}
.honor-list li{
	margin-bottom: 12px;
	font-size: 26px;
	color: #1D2087;
	font-weight: bold;
}
.honor-list li span{
	color: #ff0000;
}
.honor-text{
	line-height: 1.5;
	text-indent:30px;
	color: #666666;
}
.honor-btn{
	display: block;
	width: 160px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	border-radius: 60px;
	font-size: 16px;
	background: #1D2087;
	margin-top: 56px;
}
#company .title-bar{
	margin: 80px 0 60px;
}
#company{
	margin-bottom: 30px;
}
.company-box .right img{
	display: block;
}
.company-box .left{
	width: 544px;
}
.company-text{
	line-height: 1.5;
	text-indent:30px;
	color: #666666;
	margin: 70px 0 140px;
}
#footer{
	background: #333333;
}
#footer-Copyright{
	background: #222222;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
}
.footer-bar .right img{
	display: block;
	width: 155px;
	height: 155px;
}
.footer-bar .right{
	padding: 20px 66px 0 0;
}
.footer-logo{
	height: 220px;
	line-height: 220px;
	width: 290px;
	padding: 0 10px;
	margin-right: 80px;
}
.footer-text{
	padding-top: 70px;
	color: #FFFFFF;
}
.footer-text dt{
	margin-bottom: 24px;
	font-size: 20px;
}
.footer-text dd{
	font-size: 18px;
}
.footer-text dd:nth-child(2){
	margin-bottom: 15px;
}
#news .title-bar{
	margin: 60px 0 45px;
}
#news{
	margin-bottom: 50px;
}
.news-tab{
	text-align: center;
	margin-bottom: 40px;
}
.news-tab-item{
	display: inline-block;
	margin:0 72px;
	cursor: pointer;
	font-size: 24px;
}
.news-tab div.active{
	color: #1D2087;
	text-decoration:underline;
}
.news-box{
	display: none;
}
#news .news-box.active{
	display: block;
}
.news-box .left{
	width: 510px;
}
.new-imgbox img{
	display: block;
	width: 510px;
}
.new-imgbox .news-title{
	font-size: 24px;
	text-align: center;
	padding: 14px 0;
}
.new-imgbox p{
	line-height: 1.5;
	text-indent:30px;
	color: #666666;
	font-size: 18px;
}
.news-list{
	width: 630px;
}
.news-list li{
	padding: 30px 0;
	border-bottom: 1px solid #cccccc;
}
.news-list li p{
	line-height: 1.5;
	text-indent:30px;
	color: #666666;
	font-size: 18px;
}
.news-list li a >div{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
}
.news-list li:first-child{
	padding-top: 0;
}
.news-list li:last-child{
	border: 0;
}
#master-map img{
	display: block;
	width: 100%;
}
.contact-left{
	margin-top: 20px;
	background: #f2f2f2;
	height: 360px;
	width: 180px;
	margin-left: -10px;
}
.contact-left-title{
	width: 180px;
	height: 60px;
	background: #1D2087;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
}
.contact-left-code{
	display: block;
	width: 130px;
	height: 130px;
	margin: 20px auto;
}
.contact-left-tel{
	text-align: center;
	color: #1D2087;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 6px;
}
.drug-list{
	position: relative;
	left: 8px;
	
}
.drug-list li{
	width: 180px;
	height: 60px;
	margin-top: 20px;
}
.drug-list li a{
	display: block;
	background: #f2f2f2;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	font-weight: bold;
	color: #1D2087;
}
.drug-list li.active a{
	background: #1D2087;
	color: #FFFFFF;
}

#details{
	margin: 50px auto 90px;
}
.details-goods .left{
	width: 550px;
}
.details-img{
	display: block;
	width: 100%;
}
.details-name{
	border: 1px solid #666666;
	height: 80px;
	text-align: center;
	border-top: 0;
	line-height: 79px;
	color: #1D2087;
	font-size: 30px;
}
.details-goods .right{
	width: 600px;
}
.details-goods .right .details-name{
	color: #333333;
	border: 0;
	border-bottom: 1px solid #666666;
	margin-bottom: 40px;
}
.details-list dt{
	font-size: 30px;
	margin-bottom: 14px;
}
.details-list dd{
	font-size: 24px;
	margin-bottom: 14px;
}
.details-list{
	margin-bottom: 24px;
}
.details-list + div{
	font-size: 30px;
}
.details-list + div span{
	font-size: 48px;
	color: #ff0000;
}
.details-bar{
	text-align: center;
	border: 1px solid #666666;
	height: 80px;
	line-height: 78px;
	color: #1D2087;
	font-size: 30px;
	margin: 30px 0;
}
.about-box-right{
	width: 940px;
	display: none;
}
.about-box >div.active{
	display: block;
}
#about{
	margin: 90px auto;
}
.company-profile p{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.6;
	text-indent: 40px;
}
.company-profile p img{
	display: block;
	width: 100%;
	border-radius: 10px;
	margin: 40px 0;
}
.company-profile ul li{
	font-size: 24px;
	margin-top: 20px;
}
.company-profile ul li span{
	font-size: 30px;
	color: #1D2087;
	font-weight: bold;
}
.culture p img{
	display: block;
	width: 100%;
	border-radius: 10px;
	margin: 40px 0;
}
.culture dl >*{
	margin-bottom: 20px;
}
.culture dl{
	font-size: 24px;
	font-weight: bold;
}
.culture dl dd{
	padding-left: 8px;
}
.prove ul{
	width: 100%;
}
.prove ul li{
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.prove ul li:nth-of-type(3n){
	margin-right: 0;
}
.prove ul li img{
	display: block;
	width: 100%;
	height: 186px;
}
.prove ul li p{
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.teamwork ul{
	width: 100%;
	border-top:1px solid #1D2087 ;
	border-left:1px solid #1D2087 ;
}
.teamwork ul li{
	float: left;
	width: 25%;
	border-right:1px solid #1D2087 ;
	border-bottom:1px solid #1D2087 ;
}

.teamwork ul li img{
	display: block;
	width: 230px;
	margin: 0 auto;
	height: 130px;
}
.teamwork-title{
	text-align: center;
	font-size: 30px;
	color: #1D2087;
	margin-bottom: 24px;
	font-weight: bold;
}
.we-box{
	margin: 90px auto;
}
.we-title{
	text-align: center;
	font-size: 24px;
}
.we-title div{
	margin-bottom: 10px;
}
.we-list{
	margin: 100px 0;
}
.we-list li{
	float: left;
	border: 1px solid #CCCCCC;
	width: 330px;
	height: 150px;
	padding: 0 20px;
	margin-right: 105px;
}
.we-list li:last-child{
	margin-right: 0;
}
.we-icon{
	margin-right: 14px;
	line-height: 148px;
}
.we-text{
	width: 210px;
	text-align: center;
	margin-top: 40px;
	font-size: 24px;
}
.we-text p:first-child{
	margin-bottom: 8px;
}
.we-text p:nth-child(2){
	font-size: 20px;
}
.we-map img{
	display: block;
	width: 100%;
}
.new-centre{
	margin: 50px auto 90px;
}
.new-centre-list{
	display: none;
}
.new-centre ul.active{
	display: block;
}
.new-centre-list li{
	margin-bottom: 55px;
}
.new-centre-list li>a{
	display: block;
	width: 100%;
}
.new-centre-list li>a .left img{
	display: block;
	width: 510px;
	
}
.new-centre-list li>a .right{
	width: 640px;
}
.new-centre-title{
	margin: 20px 0 35px;
	text-align: center;
	font-size: 30px;
}
.new-centre-title + p{
    text-indent: 30px;
    color: #666666;
    font-size: 24px;
}
.goods-sort{
	margin-top: 60px;
	text-align: center;
}
.goods-sort li{
	display: inline-block;
	margin: 0 15px;
	width: 330px;
	background: #FFFFFF;
}
.goods-sort li .left img{
	display: block;
	width: 230px;
	height: 180px;
}
.goods-sort-name{
	font-size: 32px;
	color: #1D2087;
	width: 100px;
	height: 180px;
	padding: 0 25px;
	display: table;
}
.goods-sort-name span{
	display: table-cell;
	vertical-align: middle;
}
.news-detail-title{
	font-size: 36px;
	text-align: center;
	margin: 60px 0 22px;
}
.news-detail-time{
	font-size: 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e1e1e1;
	color: #c2c2c2;
	margin-bottom: 40px;
	text-align: right;
}
.news-detail-text img{
	display: block;
	max-width: 1200px;
	margin: 10px auto;
}
.news-detail-page-box{
	margin-top: 200px;
	margin-bottom: 150px;
}
.news-detail-page{
	text-align: center;
}
.news-detail-page li{
	display: inline-block;
	height: 42px;
	margin: 0 10px;
	line-height: 42px;
	font-size: 20px;
}
.news-detail-page li.next,.news-detail-page li.prev{
	color: #fff;
	background: #222222;
	width: 120px;
	text-align: center;
}
.news-detail-page li.next a,.news-detail-page li.prev a{
	color: #fff;
}


























