﻿* {
	padding: 0;
	margin: 0;
}
body{
	background: #f7f7f7;
    font-family: "Microsoft YaHei";
}



/* ===== 页眉头部样式（修改后 - 顶部不留空） ===== */

/* 头部样式 - 原始版本 */
.headtop {
	width: 100%;
	height: 6px;
	background: #0383d3;
}

.headmid {
	width: 1200px;
	height: 50px;
	margin: 0px auto;
}

.headlogo {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 6px;
}

.headlist {
	display: inline-block;
	vertical-align: middle;
	float: right;
	margin-top: 20px;
}

.headlist li {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.headlist li a {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #052743;
	padding:6px 12px;
	border-radius: 4px;
}

.headlist li a:hover {
	color: #fff;
	background: #0383d3;
}

.headbottom {
	width: 100%;
	height: 4px;
	background: #dcdcdc;
}



/* ===== 页脚样式（修改后 - 居中） ===== */

.foot {
	width: 100%;
	background: #044881;
}

.foottop {
	width: 1200px;
	margin: 0px auto;
}

.footlt {
	padding: 50px 0px;
}

.footleft {
	display: inline-block;
	vertical-align: top;
}

.footlist {
	display: block;
	height: 20px;
}

.footlist li {
	list-style: none;
	float: left;
}

.footlist li a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding: 0px 26px;
	border-right: solid 1px #fff;
}

.footlist li:last-child a {
	border-right: none;
}

.footlm {
	color: #fff;
	font-size: 18px;
}

.footlm div {
	margin-bottom: 26px;
}

.footright {
	float: right;
}

.footright img {
	width: 112px;
	margin-top: 90px;
}

.footright div {
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.footline {
	height: 1px;
	width: 100%;
	background: #fff;
}

/* ===== 页脚底部（居中） ===== */
.footbottom {
	margin: 0px auto;
	width: 100%;
	color: #fff;
	font-size: 14px;
	padding: 10px 0 5px 0;
	text-align: center;
}

.footbottom div {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
}

.footbottom div span {
	margin-right: 0;
	margin-left: 0;
	display: inline-block;
	padding: 0 10px;
}

/* ===== 移动端适配 ===== */
@media (max-width: 768px) {
	.headmid {
		width: 100%;
		height: auto;
		padding: 10px 15px;
		flex-wrap: wrap;
	}
	.headlogo {
		margin: 5px 0;
	}
	.headlist {
		float: none;
		width: 100%;
		text-align: center;
	}
	.headlist li a {
		padding: 8px 12px;
		font-size: 15px;
	}
	
	.footbottom {
		font-size: 12px;
		padding: 10px 15px;
	}
	.footbottom div span {
		display: block;
		padding: 3px 0;
	}
}



/*查询结果*/

.cx {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}

.position {
	font-size: 14px;
	color: #666666;
	margin: 20px 0px;
}

.position img {
	display: inline-block;
	vertical-align: top;
}

.position a {
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.position a:hover {
	opacity: 0.7;
}


/*搜索框*/

.search {
	width: 720px;
	height: 50px;
	margin: 20px auto;
	border: 1px solid #ff9c01;
	border-radius: 4px;
	background: #fff;
	border-right-style:none;
}

.search input {
	width: 560px;
	height: 50px;
	border: none;
	margin: 0px 20px;
	outline: none;
	font-size: 18px;
}

.search a {
	display: block;
	height: 50px;
	width: 120px;
	background: #ff9c01;
	border-radius: 0px 4px 4px 0px;
	float: right;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.qbjg {
	color: #666666;
	font-size: 16px;
	margin: 20px 0px;
}

.cxjg div {
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
}

.cxjg span {
	display: block;
	float: left;
	height: 55px;
}

.cxjg .cxgg-title {
	color: #555;
	font-size: 16px;
	width: 70px;
	background: #eeeeee;
}

.cxjg .cxgg-size {
	font-size: 16px;
	color: #0383d3;
	padding: 0px 20px;
}

.guige {
	/*border: 1px solid #d2d2d2;*/
}

.jixing {
	border: 1px solid #d2d2d2;
	border-top: none;
}

.cxjg-ml {
	color: #333333;
	font-size: 22px;
	margin: 40px 0px 30px;
}

.cxjg-ml span {
	display: inline-block;
	vertical-align: middle;
	width: 3px;
	height: 24px;
	background: #0383d3;
	margin-right: 20px;
}

table {
	border-collapse: collapse;
}

table tr {
	font-size: 18px;
	color: #222222;
}

table td {
	font-size: 14px;
	color: #222222;
	text-align: center;
}

table,
td,
th,
tr {
	border: 1px solid #d2d2d2;
}

table th {
	height: 56px;
	background: #d6ebf8;
}

table tr {
	height: 56px;
}

table tr a {
	font-size: 14px;
	color: #fff;
	background: #0383d3;
	border-radius: 4px;
	text-decoration: none;
	padding: 4px 8px;
}

table tr a:hover {
	opacity: 0.7;
}

.fzml .xh {
	width: 100px;
}

.fzml .ypmc {
	width: 160px;
}

.fzml .ywmc {
	width: 190px;
}

.fzml .sbm {
	width: 90px;
}

.fzml .gg {
	width: 70px;
}

.fzml .jx {
	width: 80px;
}

.fzml .czs {
	width: 130px;
}

.fzml .bz {
	width: 140px;
}

.fzml .gm {
	width: 104px;
}

.canbi-img {
	position: relative;
}

.canbi-img img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.fzml div {
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}


/*进口药品*/

.jkyp .ypmc {
	width: 235px;
}

.jkyp .gsmc {
	width: 210px;
}

.jkyp .ypgg {
	width: 115px;
}

.jkyp .gj {
	width: 180px;
}

.jkyp .zczh {
	width: 205px;
}

.jkyp .fzrq {
	width: 175px;
}

.jkyp .gm {
	width: 104px;
}


/*美国fda*/

.mgfda .sqh {
	width: 155px;
}

.mgfda .cph {
	width: 85px;
}

.mgfda .sbm {
	width: 130px;
}

.mgfda .hxcf {
	width: 110px;
}

.mgfda .jx {
	width: 150px;
}

.mgfda .jl {
	width: 130px;
}

.mgfda .sqjg {
	width: 140px;
}

.mgfda .pzsj {
	width: 105px;
}

.mgfda .cbyw {
	width: 105px;
}

.mgfda .gm {
	width: 105px;
}


/*日本橙皮书*/

.rbcps .tymc {
	width: 130px;
}

.rbcps .jx {
	width: 170px;
}

.rbcps .gg {
	width: 130px;
}

.rbcps .spm {
	width: 235px;
}

.rbcps .gsmc {
	width: 335px;
}

.rbcps .rbmc {
	width: 214px;
}

.rbcps tr {
	/*height: 110px;*/
}

.rbcps div {
	font-size: 14px;
	color: #666666;
	margin-bottom: 30px;
}


/*欧洲药品上市信息*/

.ozyp {
	margin-bottom: 100px;
}

.ozyp .sbm {
	width: 125px;
}

.ozyp .tymc {
	width: 170px;
}

.ozyp .zwmc {
	width: 140px;
}

.ozyp .bm {
	width: 190px;
}

.ozyp .sqrq {
	width: 180px;
}

.ozyp .szxkcyr {
	width: 230px;
}

.ozyp .sczt {
	width: 184px;
}

.ozyp .ozlist {
	height: 56px;
}


/*查询无结果*/
.cxwjg{
	text-align: center;
}
.cxwjg img {
	/*display: block;*/
	/*margin: -30px auto -40px;*/
}

.cxbz .cxbz-title {
	font-size: 20px;
	color: #333333;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.cxbz .cxbz-img {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}

.cxbz .cxbz-list {
	display: inline-block;
	vertical-align: top;
}

.cxbz .cxbz-list li {
	list-style: none;
	font-size: 18px;
	color: #333333;
	height: 62px;
}


/*首页*/

.banner {
	min-width: 1200px;
	position: relative;
}

.banner img {
	width: 100%;
	border: 0;
}

.banner .search {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 60%;
	background: #fff;
}

.advcon {
	background: #f7fbfe;
	padding-top: 1px;
	height: 420px;
}

.youshi-img {
	text-align: center;
	margin: 35px auto 40px;
}

.youshi-list {
	width: 1200px;
	margin: 0px auto;
}

.youshi-list li {
	list-style: none;
	width: 300px;
	display: inline-block;
	vertical-align: top;
	float: left;
}

.youshi-list span {
	display: block;
	text-align: center;
	margin: 0px auto;
}

.youshi-list .youshi-list-img {
	width: 58px;
	height: 58px;
	margin: 0px auto;
	position: relative;
}

.youshi-list .youshi-list-img img {
	width: 100%;
}

.youshi-list .youshi-list-title {
	font-size: 20px;
	color: #333333;
	margin: 30px auto;
}

.youshi-list .youshi-list-line {
	width: 33px;
	height: 2px;
	background: #2996da;
}

.youshi-list .youshi-list-con {
	font-size: 16px;
	color: #555555;
	margin-top: 30px;
}

.youshi-list-imghide {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.youshi-list li:hover .youshi-list-imghide {
	display: block;
}

.youshi-list li:hover .youshi-list-line {
	background: #ff9c01;
}


/*新闻中心*/

.newstitle {
	width: 1200px;
	margin: 60px auto 40px;
	position: relative;
}

.newstitle a {
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.newstitle a:hover {
	opacity: 0.7;
}

.newscon {
	width: 1200px;
	margin: 0px auto;
	/*height:430px;*/
	overflow: hidden;
}

.newscon ul {
	width: 1230px;
}

.newscon ul li {
	list-style: none;
	float: left;
	width: 378px;
	margin-right: 30px;
	border: 1px solid #eeeeee;
}

.newscon .newsimg {
	display: block;
	width: 100%;
	height: 222px;
}

.newscon .newsimg img {
	width: 100%;
	height: 270px;
}

.newscon .newt {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 340px;
	margin: 20px auto;
}

.newscon .newt:hover {
	opacity: 0.7;
}

.newscon p {
	font-size: 16px;
	color: #666666;
	display: block;
	width: 340px;
	margin: 0px auto 20px;
}

.newscon span {
	display: block;
	font-size: 14px;
	color: #666666;
	text-align: right;
	width: 340px;
	margin: 0px auto 30px;
}

.newscon span img {
	margin-right: 20px;
}


/*常见问题*/

.conmon {
	width: 1200px;
	margin: 0px auto;
	overflow: hidden;
}

.conmon ul {
	width: 1280px;
}

.conmon li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 60px;
	margin-bottom: 25px;
}

.conmon span {
	display: inline-block;
	vertical-align: top;
}

.conmon .conmon-q {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #0383d3;
	color: #0383d3;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 50px;
	margin-right: 14px;
}

.conmon .conmon-qt {
	font-size: 20px;
	color: #222222;
	display: inline-block;
	vertical-align: top;
	width: 515px;
}

.conmon .conmon-a {
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #0383d3;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	margin-right: 14px;
}

.conmon .conmon-ac {
	font-size: 16px;
	color: #666666;
	display: inline-block;
	vertical-align: top;
	width: 515px;
	/*background: url(../images/bg.png) no-repeat 100%;*/
    height: 182px;
    border-radius: 5px;
    -moz-box-shadow: -1px -1px 7px #999 inset;
    -webkit-box-shadow: -1px -1px 7px #999 inset;
    box-shadow: -1px -1px 7px #999 inset;
    /* background: url(../images/bg.png) no-repeat 100%; */


}

.conmon .conmon-ac span {
	width: 450px;
	height: 100px;
	margin: 20px 25px;
}


/*合作客户*/

.hezuocon {
	width: 1200px;
	margin: 0px auto 80px;
	height: 60px;
}

.hezuocon li {
	list-style: none;
	text-align: center;
	float: left;
	width: 20%;
}


/*参比购中心步骤*/

.cxbzbg {
	background: #f7f7f7;
	padding-bottom: 1px;
	padding-top: 1px;
}

.cbbzcon {
	margin-bottom: 90px;
}

.cbbzcon img {
	width: 100%;
}


/*关于我们*/

.about-en {
	font-size: 14px;
	color: #666666;
	margin-left: 24px;
}

.about-js {
	font-size: 16px;
	color: #555555;
	width: 1150px;
	margin: 0px auto 40px;
}

.about-lxcon {
	width: 100%;
	background: #f7f7f7;
}

.about-lx {
	width: 1200px;
	margin: 0px auto;
	padding-top: 1px;
}

.about-listcon {
	width: 1000px;
	margin: 0px auto;
}

.about-listcon li {
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin: 40px 23px 60px;
	position: relative;
}

.about-listcon .about-t {
	font-size: 20px;
	color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 115px;
}

.about-listcon .about-con {
	font-size: 16px;
	color: #333333;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 190px;
	line-height: 25px;
}

.about-add {
	width: 1200px;
	margin: 75px auto 100px;
}

.about-add img {
	width: 100%;
}


/*新闻中心样式开始*/

.han_main {
	width: 1200px;
	min-height: 500px;
	margin: 0 auto;
}

.han_fl {
	float: left;
}

.han_fr {
	float: right;
}

.han_cl:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0
}

.han_cl {
	zoom: 1
}

/*左侧导航-右侧列表样式*/

div.han_box {
	width: 1200px;
	margin: 30px auto;
}

div.han_l {
	width: 280px;
	background: #fff;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #ddd 0px 0px 5px;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.han_lh {
	background: #0383d3;
	width: 100%;
	color: #fff;
	height: 60px;
	line-height: 60px;
}

div.han_lh span {
	padding-left: 20px;
	font-size: 18px;
}

ul.han_ul {
	width: 100%;
	list-style: none;
}

li.han_li {
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
}

li.han_li {
	cursor: pointer;
}

li.han_li span.han_span {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #333;
	margin-left: 20px;
	display: inline-block;
	width: 80%;
}

li.han_li span.han_imgs {
	background: url(https://www.canbigou.com/static/images/han_r.png);
	width: 10px;
	height: 10px;
	line-height: 50px;
	background-size: 100%;
	display: inline-block;
}

li.han_li span.han_imgs.han_active {
	background: url(https://www.canbigou.com/static/images/han_b.png);
	width: 10px;
	height: 10px;
	line-height: 50px;
	background-size: 100%;
	display: inline-block;
}

ul.han_ul2 {
	width: 100%;
	list-style: none;
	display: none;
}

ul.han_ul2 li.han_li2 {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

ul.han_ul2.han_active2 {
	display: block;
}

ul.han_ul2 li.han_li2 span.han_span2 {
	font-size: 14px;
	color: #666;
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

ul.han_ul2 li.han_li2:hover {
	font-size: 14px;
	background: #0383d3;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.han_hov {
	font-size: 14px;
	background: #0383d3;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.han_hov span.han_span2 {
	color: #fff !important;
}

ul.han_ul2 li.han_li2:hover span.han_span2 {
	color: #fff;
}

div.han_r {
	width: 840px;
	padding: 0px 30px;
	background: #fff;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #ddd 0px 0px 5px;
	min-height: 300px;
}

div.han_fr_h {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	border-bottom: 1px solid #e5e5e5;
}

span.han_line {
	display: inline-block;
	width: 3px;
	height: 30px;
	background: #0383d3;
	vertical-align: middle;
}

span.han_fr_h_con {
	font-size: 20px;
	margin-left: 20px;
	vertical-align: middle;
	color: #000;
}
span.han_fr_h_con_r {
	font-size: 14px;
	vertical-align: text-bottom;
	margin-left: 15px;
	color: #666;
}


.han_frc_con_ul{
	list-style: none;
	margin-bottom: 40px;
}
.han_frc_con_ul a{
	display: inline-block;
	width: 100%;
	min-height: 165px;
	padding: 25px 0;
	border-bottom: 1px dashed #DCDCDC;
	text-decoration: none;
	color: #222;
}
.han_frc_con_li img{
	width: 210px;
	height: 150px;
	margin-right: 30px;
	display: inline-block;
}
.han_frc_con{
	width: 600px;
}
.han_frc_con,.han_frc_con p,.han_frc_con span{
	display: inline-block;
	/*height: 70px;*/
	/*overflow: hidden;*/
}
.han_frcc_title{
	font-size: 20px;
	color: #222;
	line-height: 28px;
	/*width: 789px;*/
    /*line-height: 52px;	*/
}
.han_frcc_con{
	font-size: 18px;
	color: #666;
	line-height: 24px;
	width: 600px;
}
.han_frcc_date{
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

/*分页*/
.han_Page{
	width: 100%;
	text-align: center;
	margin: 0 auto 60px auto;
	overflow: hidden;
}
.han_Page ul{
	list-style: none;
	display: inline-block;
}
.han_Page li{
	display: inline-block;
}
.han_Page a{
	text-decoration: none;
	display: inline-block;
	color: #555;
	/*padding: 10px;*/
	border: 1px solid #DCDCDC;
}
a.han_Page_active{
	background: #0383d3;
	color: #fff;
}

/*常见问题*/
.han_que{
	width: 100% !important;
}

.han_q{
	font-size: 18px;
	display: block ;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #0383D3;
	color: #0383D3;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	vertical-align: top;
}
.han_a{
	font-size: 18px;
	display: block ;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	border: 1px solid #0383D3;
	color: #fff;
	background: #0383D3;
	margin-right: 10px;
	vertical-align: top;
}
.han_frc_con_b .han_frcc_con{
	width: 792px;
}

/*文章样式*/
.han_news {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}
.han_news_title,.han_news_subtitle{
	text-align: center;
}
.han_news_status{
	text-align: right;
	font-size: 16px;
	line-height: 40px;
	color: #666;
}
.han_news_title{
	font-size: 28px;
	line-height: 80px;
}
.han_news_subtitle{
	font-size: 20px;
	line-height: 60px;
	color: #333;
	
}
.han_news_con{
	background: #fff;
	padding: 55px;
}
.han_news_footer{
	margin-top: 40px;
}
.han_news_footer a{
	color: #0084d6;
	text-decoration: none;
}
.han_news_footer a:hover{
	text-decoration: underline;
}

.trailer0{
	position: relative;
}
.han_frcc_date{
    position: absolute;
    right: 0;
    bottom: 15px;
}
.pages a,.Page_List a{
	margin: 2px!important;
	margin-top: 0px!important;
	margin-bottom: 0px!important;

}
.pages a:hover,.Page_List a:hover{
	cursor: pointer;
}

.pages_go .sure_btn{
	height: 30px!important;
}

.footlist li:nth-of-type(1) a{
	padding-left: 0;
}
