.main{
    width: 1400px;
    margin: 0 auto;
}
body{
    min-width: 1400px;
    background-color: #f7f7f7;
}
iframe{
    height: auto!important;
}
/* top */
.top{
    padding: 31px 0;
    background: url(../../../../Images/baike/version/2022/list-banner.png) no-repeat;
    background-size: 100% 100%;
}
.top .main{

}
.top .logo{
    float: left;
}
.top .logo img {
	height: 62px;
}
.top p {
	float: left;
	margin: 16px 0 0 65px;
	font-size: 18px;
}
.top p a{
    margin-left: 20px;
    color: #fff;
}
.top p a.focus{
    font-weight: 700;
}
.top .search{
    float: left;
}
.top .search {
    margin: 10px 0 0 38px;
    height: 44px;
    width: 420px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .5);
	position: relative;
}
.top .search .select{
    width: 100px;
    height: 44px;
    float: left;
    position:relative;
}
.top .search .select .select-top{
    position:relative;
    height: 100%;
    cursor: pointer;
}
.top .search .select .select-top span{
    font-size: 18px;
    line-height: 44px;
    padding-left: 16px;
    color: #fff;
}
.top .search .select .select-top i {
	position: absolute;
	top: 15px;
	right: 10px;
    font-size: 14px;
	color: #fff;
    transition: all 0.3s;
    transform: rotate(0);
}
.top .search .select .select-top.focus i{
    transition: all 0.3s ease;
    transform: rotate(180deg);
}
.top .search .select .select-bot{
    position:absolute;
    left: 0;
    top: 45px;
    z-index: 999;
    border-radius: 8px;
	background: rgba(255, 255, 255, .5);
    width: 100%;
    display: none;
}
.top .search .select .select-bot li{
    line-height: 44px;
    font-size: 18px;
    padding-left: 16px;
    cursor: pointer;
    color: #333;
}
.top .search input {
	float: left;
	width: 226px;
	line-height: 44px;
	text-indent: 10px;
	font-size: 16px;
	border: 0;
	border-radius: 8px 0 0 8px;
	color: #fff;
	background: transparent;
}
.top .search button {
	float: right;
	width: 94px;
	line-height: 44px;
	font-size: 18px;
	color: #fff;
	background: rgb(252, 153, 98);
	border-radius: 0 8px 8px 0;
    border:none;
    cursor: pointer;
}
.top .btnA{
    float: right;
    margin-top: 10px;
}
.top .btnA a{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    width: 94px;
    font-size: 16px;
    background-color: #43cd9e;
    border: 1px solid #43cd9e;
    color: #fff;
    text-align: center;
    border-radius: 8px;
}
.top .btnA a i{
    display: inline-block;
    width: 17px;
    vertical-align: top;
    background-size: 100% 100%!important;
}
.top .btnA a:nth-child(2){
    margin-left: 20px;
    border-color: #fff;
    background: rgba(255, 255, 255, .4);
}
.top .btnA a:nth-child(1) i {
	height: 20px;
	margin: 12px 8px 0 0;
	background: url(../../../../Images/baike/version/2022/bk-btna1.png) no-repeat;
}
.top .btnA a:nth-child(2) i{
    height: 17px;
    margin: 15px 8px 0 0;
    background: url(../../../../Images/baike/version/2022/bk-btna2.png) no-repeat;
}
/* content */
.content{
    margin-top: 30px;
    overflow: hidden;
}
.content .left {
	float: left;
	width: 1008px;
	margin-right: 34px;
}
.content .cont-catalogue{
    background-color: #fff;
    overflow: hidden;
}
.content .cont-catalogue .catalogue_left {
	float: left;
	height: 140px;
	width: 137px;
    background-color: #e9f4f1;
	text-align: center;
    position: relative;
}
.content .cont-catalogue .catalogue_left i {
	display: block;
	background: url(../../../../Images/baike/version/2022/bk-ml.png) no-repeat;
	width: 24px;
	height: 28px;
	margin: 0 auto 10px;
}
.content .cont-catalogue .catalogue_left b {
	display: inline-block;
	font-size: 26px;
	color: #249871;
	height: auto !important;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.content .cont-catalogue ul{
    padding: 20px;
    overflow: hidden;
}
.content .cont-catalogue li{
    float: left;
    width: 33.3%;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center;
}
.content .cont-catalogue li a{
    color: #333;
}
.content .cont-catalogue li a:hover{color: #249871;}
.substance{
    position: relative;
}
.substance #btnzhengwen{
    position: absolute;
    right: 20px;
    top: 46px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    font-size: 14px;
    background-color: #249871;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    z-index: 999;
}
.substance #btnzhengwen i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 7px 6px 0 0;
	background: url(../../../../Images/baike/version/2022/btna3.png) no-repeat;
	vertical-align: top;
}
.content .content-right{
    overflow: hidden;
}
.content .content-right .part1{
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 15px 0px rgba(100, 100, 100, 0.2);
}
.content .content-right .part1 a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-image: linear-gradient(to right, #259871 , #fb9962);
    border-radius: 8px;
}
.content .content-right .part1 a i{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 14px 8px 0 0;
    background: url(../../../../Images/baike/version/2022/part1icon.png) no-repeat;
    background-size: 100% 100%;
    vertical-align: top;
}
.content .rightAdv a.advs {
	height: 358px;
}
.advs {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.content .rightAdv img{
    width: 100%;
    height: 100%;
}
.content .rightAdv .text{
    padding: 8px 10px;
    background-color: #fff;
    text-align: center;
}
.content .rightAdv .text p{
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}
.content .rightAdv .text p a{
    color: #333;
}
.content .rightAdv .text p a:hover{
    color: #249871;
}
.content .rightAdv .text span{
    display: block;
    margin-top: 4px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.content .part2{
    margin-top: 30px;
    padding: 15px 20px;
    background-color: #fff;
}
.content .part2 b {
	display: block;
	font-size: 24px;
}
.content .part2 ul{
    margin:15px 0 0 3px;
    border-left: 1px solid #d2d2d2;
}
.content .part2 li{
    margin-top: 12px;
    padding-left: 18px;
    position: relative;
}
.content .part2 li:first-child{
    margin-top: 0;
}
.content .part2 li i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 17px;
    height: 12px;
}
.content .part2 li i::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4px;
    width: 7px;
    height: 7px;
    background-color: #d2d2d2;
    border-radius: 50%;
}
.content .part2 li a{
    font-size: 16px;
    color: #333;
}

.content .part2 li:hover a{color: #249871;}
.content .part2 li:hover i::after{
    display: none;
}
.content .part2 li:hover i{
    left: -4px;
    background: url(../../../../Images/baike/version/2022/part2Hovericon.png) no-repeat;
    background-size: 100% 100%;
}
.relatedPro {
    background-color: #fff;
    overflow: hidden;
    margin-top: 30px;
  }

.relatedPro .title {
    height: 48px;
    line-height: 48px;
    padding-right: 12px;
    font-size: 14px;
    color: #999;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
  }
.relatedPro .title::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #249871;
  }
  .relatedPro .title b {
    float: left;
    font-size: 20px;
    margin-right: 22px;
    padding: 0 12px;
    color: #fff;
    background-color: #249871;
    text-align: center;
    position: relative;
  }
.relatedPro .title b::after {
    display: inline-block;
    position: absolute;
    content: "";
    right: -15px;
    top: 6px;
    bottom: 1px;
    width: 10px;
    background-color: #c2eecc;
    transform: skewX(12deg);
  }
  .relatedPro .title b i {
    position: absolute;
    bottom: 0;
    right: -10px;
    border-width: 0 10px 48px 10px;
    border-style: solid;
    border-color: transparent transparent #249871 transparent;
  }
  .relatedPro-bot {
    padding: 6px 14px 16px;
  }
  .relatedPro li {
    margin-top: 14px;
    overflow: hidden;
  }
  .relatedPro .images {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 12px;
    background-color: #f5f5f5;
    position: relative;
  }
  .relatedPro .images img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
  }
  /* .relatedPro .images i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 28px;
    height: 20px;
    background: url(../../../../images/products/version/2022/new.png) no-repeat;
  } */
  .relatedPro .text {
    padding-top: 6px;
    overflow: hidden;
  }
  .relatedPro .text p {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
  }
  .relatedPro .text p a {
    color: #333;
  }
  .relatedPro .text p a:hover {
    color: #249871;
  }
.relatedPro-bot .moreA {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 18px;
    color: #666;
    text-align: center;
    background-color: #f5f5f5;
    border-radius: 4px;
  }
  .relatedPro-bot .moreA:hover {
    color: #fff;
    background-color: #249871;
  }
  .relatedPro .text span {
    display: block;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    margin-top: 10px;
    color: #666;
    overflow: hidden;
  }
/* footer */
.footer{
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
    background-color: #292929;
}
.footer span{
    display: block;
    font-size: 16px;
    color: #c7c7c7;
}
.footer span a{
    color: #c7c7c7;
    padding:0 12px;
}
.footer span a:hover{
    color: #249871;
}
.footer em{
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #c7c7c7;
    font-style: normal;
}
.footer b {
	padding: 0 8px;
}

.c_right {
	padding: 25px 50px 25px 75px;
	overflow: hidden;
}
.c_right .c_list{
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    padding: 0 15px 0 30px;
    box-sizing: border-box;
    position: relative;
}
.c_right .c_list::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eee;
}
.c_right .c_list:last-child::before{
    display: none;
}
.c_right p {
	height: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	font-size: 14px;
	overflow: hidden;
}
.c_right p.c_1 {
	font-size: 18px;
	height: 34px;
	line-height: 34px;
}
.c_right p i{
    margin: 0 8px 0 10px;
}
.c_right p a {
	color: #333;
}
.c_right p.c_1 a {
	color: #249871;
}
.c_right p a:hover{
    color: #249871;
}
#zhengwen{
    margin-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    overflow: hidden;
    padding-left: 15px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 16px;
    color: #666;

}
#zhengwen h2{
    padding-left: 24px;
    margin-top: 24px;
    margin-bottom: 10px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}
#zhengwen h2 i{
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 20px;
    background-color: #249871;
    left: 0;
    top: 4px;
}
#zhengwen h2 strong{
    float: left;
    line-height: 28px;
    height: 28px;
    max-width: 650px;
    font-size: 18px;
    font-weight: normal;
    color: #249871;
    overflow: hidden;
}
#zhengwen h2 em{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #e5e5e5;
}
#zhengwen p {
	padding: 0 20px;
	margin-top: 15px;
	line-height: 30px;
	font-size: 16px;
	color: #666;
	overflow: hidden;
}
.rightBar{
    margin: 15px 0 0 3px;
    border-left: 1px solid #d2d2d2;
}
.rightBar p{
    margin-top: 12px;
    padding-left: 18px;
    position: relative;
}
.rightBar p:first-child {
	margin-top: 0;
}
.rightBar p i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
	height: 12px;
}
.rightBar p i::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -4px;
	width: 7px;
	height: 7px;
	background-color: #d2d2d2;
	border-radius: 50%;
}
.rightBar p a {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
}
.rightBar p:hover i::after,.rightBar p.active i::after{
    display: none;
}
.rightBar p:hover a,.rightBar p.active a{
    color: #249871;
}
.rightBar p:hover i,.rightBar p.active i{
	left: -4px;
	background: url(../../../../Images/baike/version/2022/part2Hovericon.png) no-repeat;
	background-size: 100% 100%;
}
/* 0801 */
.cont-top{
    margin-top: 30px;
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
}
.cont-top .title{
    height: 64px;
    line-height: 64px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.cont-top .title .titleL{
    float: left;
}
.cont-top .title b{
    font-size: 30px;
}
.cont-top .title em {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
	font-size: 16px;
	margin: 20px 0 0 15px;
	vertical-align: top;
	background-color: #249871;
	border-radius: 4px;
	font-style: normal;
	text-align: center;
}
.cont-top .title em a{
    color: #fff;
}
.cont-top .title em i{
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 9px 6px 0 0;
    background: url(../../../../Images/baike/version/2022/btna3.png) no-repeat;
    vertical-align: top;
}
.cont-top .titleR{
    float: right;
}
.cont-top .title span {
	display: inline-block;
	font-size: 16px;
	color: #666;
}
.cont-top .title span i {
	display: inline-block;
	width: 21px;
	height: 15px;
	background: url(../../../../Images/baike/version/2022/bk-btna4.png) no-repeat;
	margin: 26px 8px 0 0;
	vertical-align: top;
}
.cont-top .title span:nth-child(2) i {
	width: 17px;
	height: 18px;
	background: url(../../../../Images/baike/version/2022/bk-btna5.png) no-repeat;
	margin: 23px 6px 0 30px;
}
.cont-top p,#zhaiyao {
	line-height: 30px;
	font-size: 16px;
	color: #666;
}
/* 0803 */
input {
	outline: none;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper1{
	width: 100%;
	height: 61px;
    background:#fafafa;
    border-bottom:1px solid #cac8d1;
    z-index: 99999; overflow: visible; position: fixed; top: 0px; /* position fixed for IE6 */ _position: relative; _top: expression(documentElement.scrollTop + "px");
}
.wrapper1 {
	margin: 0 auto;
	padding: 15px 0 20px 0;
	height: 30px;
}
.tool {
	width: 998px;
    margin: 0 auto;
}
.toolLeft {
	width: 640px;
	float: left;
	height: 33px;
	font: normal 12px/33px "Microsoft Yahei","\5b8b\4f53";
	text-indent: 80px;
	background: url(../../../../images/baike/baike.png) no-repeat -30px -110px;
	position: relative;
}
.chooseselect {
	width: 150px;
	height: 30px;
	position: absolute;
	border: 1px solid #d0d0d0;
	border-radius: 2px;
	left: 200px;
	top: 0;
	background: #fff url(../../../../images/baike/baike.png) no-repeat 100% -160px;
}
.chooseselect input {
	width: 150px;
	height: 30px;
	float: left;
	font: normal 12px/33px "Microsoft Yahei","\5b8b\4f53";
	text-indent: 10px;
	background: none;
	cursor: pointer;
}
ul.productlists{ width: 150px; position: absolute; border:1px solid #d0d0d0; border-radius: 2px; left: 200px; top: 31px; background: #fff; z-index:2; }
ul.productlists li{ float: left; text-indent: 10px; width: 150px; cursor: pointer; line-height: 26px;overflow:hidden;height: 26px; }
ul.productlists li:hover{ background: #446cb3; color: #fff; }
.toolLeft button{ width: 55px; height: 32px; position: absolute; border:0; background:url(../../../../images/baike/baike.png) no-repeat 0 -276px; color: #fff; top: 0; left: 680px; cursor: pointer; font-size: 14px; line-height: 32px; font-family: "Microsoft Yahei"; text-indent: 0; }
.toolLeft button.cancel{ background:url(../../../../images/baike/baike.png) no-repeat 0 -313px; left: 743px; }

.upLoadPhoto{ width: 274px; height: 37px; float: left; border-top: 1px solid #dddddd; position: relative; background: #f7f7f7; }
.upLoadPhoto a{ width: 136px; height: 37px; float: left; display: block; text-indent: 50px; font:bold 14px/37px "Microsoft Yahei","\5b8b\4f53"; color: #585858; border-right: 1px solid #dddddd; background: url(../images/baike/baike.png) no-repeat -56px -352px; }
.upLoadPhoto a.delPhoto{ background: url(../images/baike/baike.png) no-repeat -56px -388px; }
.upLoadPhoto input.upfile{ display: block; position: absolute; z-index: 2; width: 136px; height: 37px; left: 0; right: 0; }
.introduceRightFather {
	width: 308px;
	float: right;
}
.introduceRight {
	width: 308px;
	float: right;
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 5px #DDD;
}
.upLoadPhoto {
	width: 308px;
	height: 37px;
	float: left;
	border-top: 1px solid #dddddd;
	position: relative;
	background: #f7f7f7;
}
.upLoadPhoto input.upfile {
	display: block;
	position: absolute;
	z-index: 2;
	width: 153px;
	height: 37px;
	left: 0;
	right: 0;
}
.upLoadPhoto a {
	width: 153px;
	height: 37px;
	float: left;
	display: block;
	text-indent: 50px;
	font: bold 14px/37px "Microsoft Yahei","\5b8b\4f53";
	color: #585858;
	border-right: 1px solid #dddddd;
	background: url(../../../../images/baike/baike.png) no-repeat -56px -352px;
}
.upLoadPhoto a.delPhoto {
	background: url(../../../../images/baike/baike.png) no-repeat -56px -388px;
}
#uploadform{
    overflow: hidden;
}

.file{
    padding: 30px 20px 20px;
    background-color: #fff;
    overflow: hidden;
}
.file h6 {
	font-size: 24px;
	color: #333;
	position: relative;
}
.file h6::after{
    position: absolute;
    content: "";
    width: 850px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #e5e5e5;
}
.file #cankaozl{
    padding-top: 20px;
}
.file #cankaozl p {
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #999;
}
#btncankaozl{
    position: absolute;
    right: 0;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 8px;
    font-size: 14px;
    background-color: #249871;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-weight: normal;
    z-index: 9999;
}
#btncankaozl i{
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 7px 6px 0 0;
	background: url(../../../../Images/baike/version/2022/btna3.png) no-repeat;
	vertical-align: top;
}
/* 1109 */
#zhengwen h2{
    margin-bottom: 15px;
}
#zhengwen h2 strong {
	line-height: 30px;
	height: 30px;
	font-size: 22px;
}
#zhengwen h3{
    font-size: 18px;
    padding-left: 24px;
    margin-top: 15px;
}
.rightBar p a{
    display: inline-block;
    font-size: 14px;
}
.rightBar p span {
	font-size: 14px;
	display: inline-block;
	line-height: 26px;
    margin-left: 12px;
	vertical-align: top;
}
.rightBar p.r_title a{
    display: block;
    font-size: 18px;
}
/* end */
