@charset "utf-8";

/* CSS Document */
/* @media (min-width: 768px){
    .container {
        width: 750px;
    }
}
@media (min-width: 992px){
    .container {
        width: 970px;
    }
} */
@media (min-width: 768px) {
	.container {
		width: 1200px;
	}
}

body,
html {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";

}

body {
	min-width: 1200px;
	background-color: #000;
	background-image: url(../images/listbg2.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	/*background-size: cover;*/
}

body.body-white {
	background: none;
}

li {
	list-style-type: none;
}

.cl {
	clear: both;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #666;
}

/* 首页动画 */
.logo-an {
	z-index: 99;
	margin: auto;
	position: absolute;
	/* top: 0;
	bottom: 0; */
	top: 50px;
	left: 44%;
	right: 44%;

}

.logo {
	width: 150px;
	height: 150px;
	margin: 0px auto;
	/* top:200px;
	z-index: -99; */
	position: relative;
}

.logo img {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 150px;
	height: 150px;
	z-index: 999;
}

.logo a img {
	/* display:none; */
}

/* 其他页头部 */

/* 背景轮播 */

#bodyPage {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
}

img.bg {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	display: none;
}

.header {
	background: url(../images/header.png) no-repeat center;
	height: 60px;
	background-size: cover;
	min-width: 1200px;
}

.top {
	margin: 0 auto;
	overflow: hidden;
	height: 150px;
	position: relative;
}

.top .logo-left {
	float: left;
	padding-top: 40px;
}

.top .logo-center {
	width: 150px;
	height: 150px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 44%;
	right: 44%;
}

.logo-center {}

.logo-center img {
	width: 150px;
	height: 150px;
}

.top .search-right {
	float: right;
	padding-top: 30px;
}

.top .search-right .language {
	padding-bottom: 35px;
	float: right;
}

/* .top .search-right .country a{
	color:#fff;
}
.top .search-right .country span{
	padding:0 5px;
	color:#fff;
} */
.top .search-right .language #main-menu {
	width: 160px;
}

.top .search-right .language #main-menu li {
	float: left;
}

.top .search-right .language #main-menu li a {
	border-right: 1px solid #fff;
	color: #fff;
	padding: 0 5px;
}

.top .search-right .language span {
	float: left;
	display: inline-block;
	padding: 0 5px;
}

.top .search-right .language span a {
	color: #fff;
}

.top .search-right .search .search-text {
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	border: none;
	background: #383938;
	color: #fff;
	outline: none;
	box-shadow: 0 0px 10px 5px #231a19 inset;
	border-radius: 5px;
}

.search-btn {
	height: 32px;
	width: 32px;
	color: #900;
	border: none;
	margin-left: -8px;
	outline: none;
	background: url(../images/search.png) no-repeat center #900;
	background-size: 15px 15px;
}

/* 导航 */
.navbar {
	margin: 0 auto;
	overflow: hidden;
}

.navbar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar ul li {
	float: left;
	width: 86px;
	height: 40px;
	background: url(../images/daohangbg.png) no-repeat center;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
}

.navbar ul li:last-child {
	margin-right: 0;
}

.navbar ul li a {
	color: #fff;
	display: block;
}

.navbar ul li a:hover {
	color: #f0dfae;
}

#main-menu li ul {
	display: none;
}

/* 底部 */
#footer {
	background-image: url(../images/footer-bg2.jpg);
	background-repeat: repeat-x;
	background-position: center;
	bottom: 0px;
	width: 100%;
	position: fixed;
	min-width: 1200px;
	height: 123px;
}

.footer-b {
	margin: 0 auto;
	text-align: center;
	padding: 15px 0 20px 0;
}

.footer-b p {
	margin: 14px 0 0 0;
	font-size: 12px;
}

.links {
	background: #5e0707;
	height: 28px;
	line-height: 28px;
	border-radius: 5px;
}

.links a {
	color: #fff;
	font-size: 12px;
}

.links span {
	padding: 0 5px 0 8px;
	color: #fff;
}

/* 视频 */
.section {
	margin: 0 auto;
	position: relative;
}

.video-x {
	width: 100%;
	overflow: hidden;
}

.video {
	width: 625px;
	float: right;
	margin-top: 20px;
}

.vjs-volume-panel-horizontal {
	display: none !important;
}

.yd-video {
	float: left;
	width: 230px;
	height: 190px;
	/* margin-left: auto;
	margin-right: auto; */
	background-color: #000;
}

.yd-text {
	width: 315px;
	height: 160px;
	float: left;
	padding: 15px;
	background-color: rgba(0, 0, 0, 0.6)
}

.yd-text p {
	color: #fff;
	margin: 0;
	line-height: 25px;
	float: left;
}

.yd-mes {
	width: 50px;
	height: 190px;
	float: left;
	background: url(../images/mes.png) no-repeat center;
	background-size: cover;
	background-position: 100% 100%;
}

/* 首页公司展示 */
.yd-look {
	overflow: hidden;
	margin: 10px 0;
	float: right;
}

.yd-introduce {
	float: left;
	cursor: pointer;
	position: relative;
	margin: 0 10px;
}

.img-duce {
	position: relative;
	float: left;
}

.yd-introduce .hover-imgx {}

.yd-introduce .hover-img {
	display: none;
	height: 249px;
	padding: 15px;
	float: right;
	/* width:250px; */
	width: 300px;
	background-color: rgba(0, 0, 0, 0.6);
}

.yd-introduce .hover-img ul.yd-item {
	list-style: none;
	padding: 0;
	margin: 0;
}

.yd-introduce .hover-img ul.yd-item li {
	float: left;
	width: 50%;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

.yd-introduce .hover-img ul.yd-item li a {
	color: #fff;
}

.yd-more {
	float: right;
}

.yd-more a {
	color: #fff;
}

/* 药品轮播 */
#wrapper {
	width: 250px;
	margin: 0px auto;
	height: 250px;
	position: relative;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.1) 2px 2px 0px;
}

#slider-wrap {
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
}

#slider-wrap ul#slider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

#slider-wrap ul#slider li {
	float: left;
	position: relative;
	width: 250px;
	height: 220px;
}

#slider-wrap ul#slider li img {
	width: 100%;
	height: 220px;
}

#slider-wrap ul#slider li .slide-title {
	position: absolute;
	bottom: -30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	width: 250px;
}

#slider-wrap ul#slider li .slide-title p {
	color: #fff;
	font-size: 14px;
	margin: 0;
}

#slider-wrap ul#slider li i {
	text-align: center;
	line-height: 220px;
	display: block;
	width: 100%;
	font-size: 90px;
}

/*btns*/
.btns {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 45%;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	transition: all 0.1s ease;
}

#next {
	right: -50px;
}

#previous {
	left: -50px;
}

#slider-wrap.active #next {
	right: 0px;
}

#slider-wrap.active #previous {
	left: 0px;
}

/*bar*/
#pagination-wrap {
	height: 30px;
	margin-top: 190px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	line-height: 30px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.4);
}

#pagination-wrap ul {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

#pagination-wrap ul li {
	margin: 0 4px;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	opacity: 0.5;
	position: relative;
	top: 0;
}

#pagination-wrap ul li.active {
	width: 12px;
	height: 12px;
	top: 3px;
	opacity: 1;
	box-shadow: rgba(0, 0, 0, 0.1) 1px 1px 0px;
}

/*ANIMATION*/
#slider-wrap ul,
#pagination-wrap ul li {
	transition: all 0.3s cubic-bezier(1, .01, .32, 1);
}


.conent {
	position: absolute;
	top: 20px;
	z-index: 9999;
}

.conent .c_adver a {
	display: block;
}

.conent .sition .c_adver {
	cursor: pointer;
}

.conent .sition .p {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

/* 分页 */
.pagination {
	margin: 0px auto;
	text-align: center;
	/*width: 300px;*/
	overflow: hidden;
	padding: 20px 0;
}

.pagination ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.pagination ul li {
	float: left;
	padding: 5px 12px;
	background: #f8f8f8;
	margin: 2px;
}

.pagination ul li a {
	display: block;
	color: #898989;
	font-weight: bold;
}

.pagination ul li.active .current {
	font-weight: bold;
}

/* 面包屑导航 */
.breadcrumbs {
	background: rgba(0, 0, 0, 0.4);
	height: 110px;
	margin-top: -30px;
	width: 100%;
}

.breadcrumbs-yd {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.breadcrumbs h2 {
	color: #fbe6b5;
	font-size: 24px;
	font-weight: normal;
	float: left;
	margin: 65px 0 0 0;
	margin-left: 230px;
}

.breadcrumbs .breadcrumbs-v3 {
	float: right;
	height: 20px;
	margin: 65px 0 0 0;
}

.breadcrumbs .breadcrumbs-v3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fbe6b5;
}

.breadcrumbs .breadcrumbs-v3 ul li {
	float: left;
	color: #fbe6b5;
}

.breadcrumbs .breadcrumbs-v3 ul li a {
	color: #fbe6b5;
}

/* .列表页 */
.tc-main {
	margin: 40px auto 0 auto;
}

.span3 {
	float: left;
	width: 200px;

}

.span9 {
	padding-left: 29px;
	border-left: 1px #fbe6b5 solid;
	float: right;
	width: 970px;
	position: relative;
	margin-bottom: 160px;
}

.yuan {
	height: 15px;
	width: 15px;
	border: 1px #fbe6b5 solid;
	border-radius: 50%;
	margin-left: -38px;
	margin-top: -20px;
}

.tc-main .tc-box {
	/* border-right: 1px #fbe6b5 solid; */
}

.tc-main .page-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tc-main .tc-box p,
.tc-main .page-menu ul.yd-menu01 li {
	margin: 0 0 5px 0;
	color: #fbe6b5;
	width: 170px;
	transition: all 1s;
}

.tc-main .tc-box p a:hover,
.tc-main .page-menu ul.yd-menu01 li a:hover {
	color: #900;
	background: #fbe6b5;
}

.tc-main .tc-box p a,
.tc-main .page-menu ul.yd-menu01 li a {
	color: #fbe6b5;
	height: 40px;
	display: block;
	background: #612d29;
	line-height: 40px;
}

.tc-main .page-menu ul li ul li a {
	text-align: center;
	color: #fbe6b5;
	border-bottom: 1px solid #fbe6b5;
	background: none !important;
}

.tc-main .page-menu ul li ul li a i {
	color: #fbe6b5;
}

.tc-main .tc-box p .yd-caret:before,
.tc-main .page-menu ul.yd-menu01 li .yd-caret:before {
	width: 30px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
}

.span9 .mes-title .list-boxes:nth-child(1) {
	padding-top: 0;
}

.span9 .mes-title .list-boxes {
	padding: 20px 0;
	border-bottom: dashed 1px #fbe6b5;
}

.span9 .mes-title .list-boxes .img-wraper {
	float: left;
}

.span9 .mes-title .list-boxes .img-wraper img {
	width: 230px;
	height: 150px;
	margin-right: 20px;
	vertical-align: bottom;
}

.span9 .mes-title .list-boxes .title-wraper {}

.span9 .mes-title .list-boxes .title-wraper h2 {
	margin: 0;

}

.span9 .mes-title .list-boxes .title-wraper h2 a {
	color: #fbe6b5;
	font-size: 16px;
}

.span9 .mes-title .list-boxes .title-wraper p {
	margin: 10px 0 0 0;
	line-height: 25px;
	font-size: 14px;
	color: #fbe6b5;
}

.span9 .list-boxes .title-wraper .time span {
	padding: 0 5px;
}

/* 详情页 */
.article-box {
	color: #fae6b5;
}

#article_content {
	color: #fae6b5;
	font-size: 14px;
	line-height: 25px;
}

#article_content img {
	max-width: 100%;
}

.article-box h2,
.article-infobox {
	text-align: center;
}

.article-infobox i,
.article-infobox span {
	color: #fae6b5;
}

/* 图片列表页 */
.span4 {
	float: left;
	width: 200px;

}

.span8 {
	margin-bottom: 20px;
	padding-left: 29px;
	border-left: 1px #fbe6b5 solid;
	float: right;
	width: 970px;
}

.span8 .mes-title {
	overflow: hidden;
	margin-bottom: 40px;
}

.span8 .list-boxes {
	float: left;
	margin-right: 18px;
	margin-bottom: 30px;
}

.span8 .img-wraper {
	width: 305px;
	height: 240px;
	background: url(../images/img-tp.png) no-repeat center;
	display: block;
	text-align: center;
	line-height: 240px;
}

.span8 .img-wraper img {
	width: 260px;
	height: 170px;
	vertical-align: middle;
	display: inline-block;
}

.span8 .title-wraper h2 {
	background: url(../images/img-t.png) no-repeat center;
	width: 305px;
	height: 35px;
	text-align: center;
	margin: 10px 0 0 0;
}

.span8 .title-wraper h2 a {
	color: #fbe6b5;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
}

.span8 .pagination {
	margin: 0 0 20px 0;
}

/* 搜索页 */
.span10 {
	color: #fbe6b5;
}

.span10 .main-title {
	text-align: center;
}

.span10 .main-title h3 {
	font-size: 20px;
}

.span10 .main-title strong {
	color: #fff;
	padding: 0 5px;
}

.span10 .list-boxes {
	padding: 10px;
	cursor: pointer;
	border: dashed 1px #fbe6b5;
	margin-bottom: 10px;
	border-radius: 5px;
}

.span10 .list-boxes .title-wraper h2 {
	margin: 0;
}

.span10 .list-boxes .title-wraper p {
	margin: 10px 0 0 0;
}

.span10 .list-boxes .title-wraper h2 a {
	color: #fbe6b5;

}

.span10 .list-boxes .title-wraper .time span {
	padding: 0 5px;
}

.span10 .list-boxes:hover {
	background: #fbe6b5;
	color: #900;
	transition: all 1s;

}

.span10 .list-boxes:hover .title-wraper h2 a {
	color: #900;
	transition: all 1s;
}

/* 单页图片样式 */
.span9 .img-box {
	float: left;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.span9 .img-box img {
	width: 260px;
	height: 170px;
	padding: 20px;
	border: 1px solid #fbe6b5;
}

.span9 .img-box .yd-title {
	width: 300px;
	height: 32px;
	line-height: 30px;
	overflow: hidden;
    border: 1px #fbe6b5 solid;
}

.span9 .img-box .yd-title h2 {
	margin: 0;
	font-weight: normal;
}

.span9 .img-box .yd-title h2 a {
	color: #fbe6b5;
	font-size: 14px;
	text-align: center;
	display: block;

}

/* 留言板 */
.span7 {
	float: right;
	width: 550px;
}

.span5 {
	float: left;
	width: 600px;
}

.span7 .form-group1 p,
.span7 .form-group2 p,
.span7 .form-group3 p,
.span7 .form-group4 p {
	color: #fbe6b5;
	margin: 5px 0;
}

.span7 .form-group1 input,
.span7 .form-group2 input,
.span7 .form-group4 input {
	height: 30px;
	line-height: 30px;
	text-indent: 15px;
	border: 0;
}

.span7 .form-group1 input,
.span7 .form-group2 input,
.span7 .form-group3 textarea {
	width: 100%;
	border: 0;
}

.span7 .form-group4 input {
	width: 70%;
	border: 0;
}

.span7 .spanx {
	width: 400px;
	margin: 0 auto;
}

.span7 .spanx h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	color: #fbe6b5;
}

.span7 .spanx button {
	outline: none;
	background: #900;
	float: right;
	border: 0;
	color: #fbe6b5;
	height: 30px;
	line-height: 30px;
	margin: 20px 0;
	cursor: pointer;
}


.cl-erweima,
.cl-erweima a,
.cl-erweima span,
.cl-erweima img {
	width: 80px;
}

.cl-erweima a,
.cl-erweima img {
	height: 80px;
}

.cl-erweima {
	position: absolute;
	top: 160px;
	right: -85px;
}

.cl-erweima a {
	display: block;
	height: 80px;
}

.cl-erweima span {
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding-bottom: 5px;
	background: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
}