.bgf5{
	background: #f5f5f5;
}
.bgf4{
	background: #f4f4f4;
}
html,body{
	font-family:"gothambook",Arial,Verdana;
	background: #eef0f0;
	position: relative;
}
select,input,textarea,button{
	font-family:"gothambook",Arial,Verdana;
}
/*header*/
.header{
	position: relative;
	z-index:10;
	width: 100%;
	height: 0.85rem;
	box-shadow: 0 2px 3px rgba(115,115,115,.2);
}
.header.hide,.container.hide,.fix_nav.hide{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.header.show,.container.show,.fix_nav.show{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(0);
	-webkit-transform:translateX(0);
}/*导航关闭*/
.mask2.hide{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.mask2.show{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.header_fix{
	width: 100%;
	height: 0.85rem;
}
.navbar_box{
	position: relative;
	z-index: 11;
	width: 100%;
	height: 0.85rem;
	padding: 0 0.2rem;
	background: #fff;
}
.navbar{
	width: 100%;
	position: relative;
	z-index: 11;
}
.menu_btn{
	display: block;
	width: 0.5rem;
	height: 0.8rem;
	font-size: 0.4rem;
	cursor: pointer;
	padding-top: 0.24rem;
}
.menu_btn .line{
	width: 0.48rem;
	height: 0.072rem;
	margin:0 0 0.07rem 0;
	background: #1557a0;
}
.search_btn {
	font-size: .26rem;
	width: 0.5rem;
	height:0.5rem;
	line-height: 0.53rem;
	text-align: center;
	font-size: 0.5rem;
	color: #1557a0;
	border-radius: 0.5rem;
	margin: 0.175rem 0.15rem 0 0;
}
.lag_btn{
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.53rem;
	text-align: center;
	color:#333;
	font-size: .5rem;
	margin: 0.175rem 0.15rem 0 0;
}


.logo{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1.8rem;
	width: 3.6rem;
	height: 0.83rem;
}
.logo img{
	display: block;
	height: 0.32rem;
	width: auto;
	margin: 0.25rem auto 0;
}
.menu{
	position: absolute;
	right:0;
	top:0;
	width:220px;
	z-index: 0;
	color: #212d42;
	overflow-y: scroll;
	background:#1b6dc5;
	-webkit-overflow-scrolling:touch;
}
.menu_dl{
	padding: 0.1rem 0;
}
.drop_menu{
	display: block;
	clear: both;
	font-size: .26rem;
	line-height: 0.3rem;
	padding: .2rem 0.15rem;
	color: #fff;
	overflow: hidden;
	border-bottom: solid 1px #3c90e5;
	position: relative;
}
.drop_menu_ico{
	float: right;
	display: none;
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/menu_ico1.png) no-repeat center center;
	background-size: 0.22rem auto;
	overflow: hidden;
}
.drop_menu_text{
	float: left;
	color: #fff;
	width: calc(100% - 0.4rem);
	overflow: hidden;
}
.menu_dl dd:last-child .menu_tt{
	border-bottom: none;
}
.menu_dl dd.hover .drop_menu_ico{
	transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
}

.subMenu{
	display: none;
	background:#1e79da;
	padding: 0.1rem 0.15rem;
	margin: 0;
}
.subMenu a {
	display: block;
	font-size: .24rem;
	padding: .12rem .1rem;
	line-height: 0.3rem;
	color: #fff;
}
.subMenu a:last-child{
	border-bottom: none;
}

.menu_pro_down{
	display: none;
	padding: 0.2rem 0.1rem 0.1rem;
	background:#3c90e5;
}
.menu_pro_down_clm{
	padding-bottom: 0.15rem;
}
.menu_pro_down_clm_tt{
	display: block;
	color: #fff;
	font-family: "GOTHICB";
	line-height: 0.3rem;
	font-size: 0.24rem;
	padding-bottom: 0.05rem;
}
.menu_pro_down_clm_tt:before{
	content: "";
	float: left;
	width: 0.06rem;
	height: 0.06rem;
	background: #fff;
	margin: 0.12rem 0.1rem 0 0;
}
.menu_pro_down_clm_con a{
	clear: both;
	display: block;
	line-height: 0.3rem;
	padding: 0.1rem 0;
	font-size: 0.24rem;
	color: #fff;
}


.search {
	padding: .3rem .3rem .2rem;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: .85rem;
	background: #f3f3f3;
	display: none;
}

.search_Box{
	height: .5rem;
	background: #f3f3f3;
	position: relative;
	border: 1px solid #9f9f9f;
	border-radius: 0.05rem;
}

.search_inp{
	height: .5rem;
	width: calc(100% - .7rem);
	padding: 0 .1rem;
	border: none;
	font-size: 0.22rem;
	background: none;
	line-height: .48rem;
}

.search_smt{
	position: absolute;
	right: 0;
	top: 0;
	width: .7rem;
	height: .5rem;
	background: none;
	border: none;
	z-index: 9;
	color: #fff;
	
}
.search_smt_ico{
	width: 0.7rem;
	height: 0.5rem;
	color: #9f9f9e;
	line-height: 0.5rem;
	text-align: center;
	font-size: .26rem;
	background: url(../images/search_ico.png) no-repeat center center;
	background-size: 0.24rem 0.24rem;
}
.search_words{
	color: #a59e9e;
	margin-top: .25rem;
}
.search_words p {
	overflow: hidden;
}
.search_words p a {
	color: #a59e9e;
	display: inline-block;
	margin: 0 .2rem .1rem 0;
}
/**lag***/
.language{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: .85rem;
	background: #f3f3f3;
}
.language_box{
	padding: 0.18rem;
	overflow: hidden;
}
.language a{
	float: right;
	padding: 0 0.35rem;
	height: 0.5rem;
	font-size: 0.22rem;
	line-height: 0.5rem;
	color: #fff;
	margin: 0 0.05rem;
}
.language a:nth-child(1){
	background: #0185ca;
}
.language a:nth-child(2){
	background: #ce1126;
}


.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.mask2{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
/*banner*/
.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner .bd ul li{
	width: 100%;
}
.banner .bd ul li img{
	display: block;
	width: 100%;
}
.banner .hd{
	position: absolute;
	left: 0;
	bottom: 0.1rem;
	width: 100%;
}
.banner .hd ul{
	width: 100%;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	width:0.1rem;
	height: 0.1rem;
	line-height: 999px;
	border-radius: 0.1rem;
	margin: 0 0.08rem;
	overflow: hidden;
	background: #fff;
}
.banner .hd ul li.on{
	background: #0d80b4;
}
.pro_det_pic_box .hd ul li{
	background: rgba(115,115,115,.2);
}

/*footer*/

.footer {
	width: 100%;
	padding: .15rem .1rem;
	background: #fff;
}
.footer_sm{
	padding:  0.15rem 0 0;
}
.footer_sm a{
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	font-size: 0.32rem;
	color: #fff;
	line-height: 0.5rem;
	text-align: center;
	border-radius: 0.5rem;
	background: #4e4e4e;
	margin: 0 0.05rem;
}

.footerText{
	color: #888;
	font-size: 0.22rem;
	line-height: 0.28rem;
	text-align: center;
	padding: 0.15rem 0;
}
.footerText a{
	color: #888;
}
.footerText .pic{
	display: block;
	width: 3.6rem;
	margin: 0 auto;
}


/*.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:2px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	width: 0.26rem !important;
    height: 0.26rem !important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 0.26rem !important;
    height: 0.26rem !important;
}*/


/*fix-nav*/

.fix_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 0.85rem;
	padding: 0 0.05rem;
	background: url(../images/footer_bg.jpg) repeat-x center center;
	background-size: auto 100%;
	box-sizing: border-box;
}
.fix_nav li{
	float: left;
	width:33.33%;
	height: 0.85rem;
	background: url(../images/footer_icon.png) no-repeat right center;
	background-size:auto 100%;
}
.fix_nav li:last-child{
	background: none;
}
.fix_nav li a{
	width: 100%;
	height: 0.85rem;
	text-align: center;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.fix_nav li:last-child a{
	background: none;
}
.fix_nav li a .icon{
	display: block;
	color: #fff;
	font-size: .36rem;
	text-align: center;
	position: relative;
	/*padding-top: 0.1rem;*/
	margin-right: 0.08rem;
	/*margin-bottom: 0.07rem;*/
}
.fix_nav li a .icon img{
	display: block;
	height:0.32rem;
	margin: 0 auto;
}
.fix_nav li a .text{
	color: #fff;
	font-size: .24rem;
	font-family: verdana;
}


/*index box01*/

.container {
	position: relative;
	z-index:8;
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-overflow-scrolling:touch;
}

/*
 * title
 */
.title1{
	display: block;
	color: #3d3d3d;
	margin:0 0 0.3rem 0;
	padding-top: 0.58rem;
	position: relative;
	font-family: "HelveticaExtObl-Heavy";
}
.title1 .num{
	position: absolute;
	top:0;
	z-index: 0;
	width: 100%;
	font-size: 1.5rem;
	line-height: 1;
	color: #f4f4f4;
}
.title1 .num.colorf{
	color: #fff;
}
.title1 .con{
	position: relative;
	z-index: 3;
}
.title1 .tt{
	font-size: 0.46rem;
}
.title1 .text{
	font-size:0.16rem;
	color: #888;
	margin-bottom: 0.2rem;
}
.title1 .line_box{
	width:0.5rem;
	height: 3px;
	background: #0b4c90;
}

/*
 * more_btn
 */
.more_btn1{
	display: block;
	width: 2rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.22rem;
	text-align: center;
	border-radius: 5px;
	background: #0b4c90;
}


/**ind_box1**/
.ind_box{
}
.ind_box1{
	padding: 0.4rem 0.1rem;
}
.ind_box1_text{
	line-height: 0.32rem;
	color: #666;
	font-size: 0.22rem;
	padding-bottom: 0.5rem;
}
.ind_box1_btn{
	float: none;
	display: block;
	padding: 0.45rem 0 0.3rem 0.35rem;
	background: url(../images/ind_about_01.jpg) no-repeat center center;
	background-size: 100% auto;
	margin-bottom: 0.2rem;
}
.ind_box1_btn_video{
	padding-left: 3.6rem;
	background: url(../images/ind_about_02.jpg) no-repeat center center;
	background-size: 100% auto;
}
.ind_box1_btn .tt{
	color: #333;
	font-size:0.26rem;
	text-transform: uppercase;
}
.ind_box1_btn .text{
	display: block;
	line-height: 0.3rem;
	font-size: 0.22rem;
	margin: 0.25rem 0 0.2rem;
}
.ind_box1_btn .more{
	color: #666;
	font-size:0.22rem;
}


.ind_box2{
	padding: 0.35rem 0;
	background: #f4f4f4;
}

.pro_list1{
}
.pro_list1 dd{
	float: left;
	width:50%;
	padding:0 0.1rem;
	margin: 0 0 0.2rem 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_pro_list1 dd:nth-child(2n+1){
	clear: both;
}
.pro_list1 dd a{
	display: block;
	padding-bottom: 0.2rem;
	border: 2px solid #eee;
}

.pro_list1 dd .pic{
	overflow: hidden;
	width: 100%;
	border-bottom: 2px solid #eee;
	margin-bottom: 0.15rem;
}
.pro_list1 dd .pic img{
	display: block;
	width: 100%;
}
.pro_list1 dd .tt{
	font-size: 0.22rem;
	line-height:0.32rem;
	margin-bottom:0.1rem;
}
.pro_list1 dd .line_box{
	display: block;
	width:0.56rem;
	height: 3px;
	background: #0b4c90;
}
.pro_list1 dd .more{
	width:1.5rem;
	height:0.42rem;
	line-height: 0.42rem;
	text-align: center;
	font-size:0.22rem;
	border: 1px solid #666;
	border-radius: 5px;
	margin-top:0.22rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd:hover .more{
	color: #fff;
	background: #0b4c90;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*
 * ind_box3
 */
.ind_box3{
	padding: 0.35rem 0.1rem;
}
.news_list1 dd{
	clear: both;
	width: 100%;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	overflow: hidden;
	border-bottom: 1px solid #eee;
}
.news_list1 dd .date{
	float: left;
	width: 1.2rem;
	height: 1.4rem;
	text-align: center;
	border: 2px solid #eee;
}
.news_list1 dd .date .days{
	height: 0.9rem;
	line-height:0.9rem;
	font-size: 0.48rem;
	border-bottom: 1px solid #eee;
}
.news_list1 dd .date .month{
	font-size:0.22rem;
	line-height: 0.5rem;
}
.news_list1 dd .con{
	padding:0.1rem 0 0 1.35rem;
}
.news_list1 dd .con .tt{
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.news_list1 dd .con .text{
	font-size: 0.22rem;
	line-height:0.3rem;
}


/*
 * ind_box4 vials info
 */
.ind_box4{
	padding: 0 0.1rem;
}
.ind_vials_l{
	display: block;
	width: 100%;
	background: #fff;
	margin-bottom: 0.2rem;
}
.ind_vials_l .pic{
	width: 100%;
	overflow: hidden;
}
.ind_vials_l .pic img{
	display: block;
}
.ind_vials_l .con{
	padding: 0.2rem;
}
.ind_vials_l .con .tt{
	font-size:0.24rem;
	line-height:0.32rem;
	margin-bottom:0.25rem;
}
.ind_vials_l .con .date{
	float: left;
	width: 2rem;
	height: 0.5rem;
	line-height: 0.47rem;
	font-size: 0.22rem;
	text-align: center;
	border: 2px solid #eee;
	overflow:hidden;
}
.ind_vials_l .con .date .days{
	float: left;
	width:0.6rem;
	line-height: 0.48rem;
	border-right: 1px solid #eee;
}


.ind_vivals_list{
	overflow: hidden;
}
.ind_vivals_list dd{
	padding:0.2rem;
	margin-bottom: 0.2rem;
	background: #fff;
}
.ind_vivals_list dd .tt{
	font-size:0.24rem;
	line-height:0.3rem;
	padding-left:0.24rem;
	background: url(../images/vival_icon.png) no-repeat left center;
	background-size: auto 0.18rem;
	
}
.ind_vivals_list dd .text{
	line-height:0.32rem;
	font-size:0.22rem;
	margin:0.14rem 0 0.2rem;
	padding-left: 0.24rem;
	color: #666;
}

.ind_vivals_list dd .date{
	line-height: 0.24rem;
	color: #c3c3c3;
	font-size:0.22rem;
	padding-left: 0.24rem;
}
.ind_vivals_list dd .date .dianzan .iconfont{
	font-size: 0.2rem;
	margin-right: 0.06rem;
}




/***location***/
.location{
	height:0.52rem;
	line-height: 0.52rem;
	overflow:hidden;
	font-size:0.22rem;
	font-family: arial;
	color: #333;
	padding: 0 0.1rem;
	background: #f4f4f4;
	border-bottom: 1px solid #e1e1e1;
	white-space:nowrap;overflow: hidden;text-overflow:ellipsis;
}
.location .tt{
	color: #333;
	padding-right: 5px;
}
.location .tt .icon{
	height:0.52rem;
	line-height:0.52rem;
	font-size:0.28rem;
	color: #333;
	padding-right:0.08rem;
}
.location .text a{
	color: #333;
	text-transform: capitalize;
}
.location .text a:last-child{
	color: #333;
}
.sub_mian_con{
	padding: 0 0.1rem;
}
.sub_mian_con img{
	max-width: 100%;
}
/*
 * about us
 */

.about_box{
	padding: 0.25rem 0;
}
.about_box img{
	max-width: 100%;
}
.about_box1_l{
	float: none;
	text-align: center;
}
.about_box1_l .tt{
	font-size: 0.42rem;
}
.about_box1_l .tt2{
	font-size:0.3rem;
	padding: 0.1rem 0;
}
.about_box1_l .text{
	font-size:0.6rem;
}
.about_box1_r{
	width: 100%;
}
.about_text{
	line-height: 0.32rem;
	font-size: 0.22rem;
}


.about_box2_l{
	display: block;
	width: 100%;
	position: relative;
	margin-bottom: 0.2rem;
}
.about_box2_l img{
	display: block;
	width: 100%;
}
.about_box2_l .icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3) url(../images/about_video_ico.png) no-repeat center center;
	background-size: 0.9rem auto;
}


.about_main_pic_wrap{
	height: 100%;
	margin: 0 auto;
}

.about_pic_list1 img{
	width: 100%;
	height: 376px;
	margin-bottom: 0.15rem;
}

.about_box6_l{
	width:100%;
	padding-top:0.3rem;
}
.about_box6_l .tt{
	font-size:0.48rem;
}
.about_box6_l .text{
	line-height: 0.3rem;
	font-size:0.22rem;
}

.about_box6_r{
	width: 100%;
}

/*
 * about_enterprise
 */

.about_title1{
	position: relative;
	padding: 0.3rem 0 0.2rem;
}
.about_title1 .tt{
	position: relative;
	z-index: 2;
	display: inline-block;
	color: #333;
	font-weight: bold;
	font-size: 0.28rem;
}
.about_enter_list1,.about_quality_list1{
	padding-bottom: 40px;
}
.about_enter_list1 dd{
	width: 100%;
	overflow: hidden;
	margin: 0 0 0.2rem 0;
}
.about_enter_list1 dd .pic{
	overflow: hidden;
}
.about_enter_list1 dd .pic img{
	display: block;
	width: 100%;
}
.about_enter_list1 dd .tt{
	font-size: 0.24rem;
	line-height: 0.36rem;
	padding:0 0.1rem;
	margin: 0.1rem 0;
}
.about_enter_list1 dd:hover .tt{
	color: #0b4c90;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.about_quality_list1 dd{
	float: left;
	width: 50%;
	padding: 0 0.2rem;
	margin-bottom: 0.15rem;
}
.about_quality_list1 dd:nth-child(2n+1){
	clear: both;
}

.about_quality_list1 dd .pic{
	width:100%;
	overflow: hidden;
	position: relative;
}
.about_quality_list1 dd .pic img{
	display: block;
	width: 240px;
	    height: 248px;
	position: relative;
	z-index: 2;
}
.about_quality_list1 dd .pic .bg{
	display: none;
	position:absolute;
	right: 0;
	top: 9px;
	width: 100%;
	height: 100%;
	background: #f0f0f0;
}
.about_quality_list1 dd .tt{
	font-size:0.22rem;
	line-height:0.3rem;
	padding:0 0.1rem;
	margin: 0.1rem 0;
}


/*
 * about_certificate
 */
.about_certifi_list1{
	padding-top: 30px;
}
.about_certifi_list1 dd{
	float: left;
	width: 50%;
	padding:0 0.1rem;
	margin-bottom: 0.2rem;
}
.about_certifi_list1 dd:nth-child(2n+1){
	clear: both;
}
.about_certifi_list1 dd .pic{
	overflow: hidden;
}
.about_certifi_list1 dd .pic img{
	display: block;
	width: 100%;
}



/***case_list*****/
.sub_main_con{
	padding: 0.45rem 0.1rem 0.3rem;
}
.case_list dd{
	width:100%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
}
.case_list dd a{
	display: block;
	box-shadow: 0 0 6px rgba(115,115,115,.3);
}
.case_list dd:nth-child(2n+1){
	clear: both;
}
.case_list dd .pic{
	overflow: hidden;
}
.case_list dd .pic img{
	display: block;
	width: 100%;
}
.case_list dd .tt{
	height:0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.24rem;
	padding: 0 0.1rem;
	color: #444;
	background: #fff;
}
/*
 * contact
 */
.contact_tt{
	font-size:0.4rem;
	line-height:0.6rem;
	margin-bottom: 0.3rem;
}
.contact_tt:after{
	content: "";
	display: block;
	width: 0.5rem;
	height: 3px;
	background: #0b4c90;
	margin: 0 auto;
}

.contact_list{
	border-top: 2px solid #818181;
	padding:0.2rem 0;
}
.contact_list dd{
	clear: both;
	overflow: hidden;
	padding:0.13rem 0;
	border-bottom: 1px solid #dcdcdc
}
.contact_list dd .icon{
	float: left;
	width:0.44rem;
	height:0.44rem;
	line-height: 0.44rem;
	font-size:0.34rem;
	text-align: center;
	color: #1296db;
	margin-right: 0.1rem;
}
.contact_list dd .tt{
	font-size:0.22rem;
	line-height:0.36rem;
	padding-left: 0.5rem;
	font-weight: bold;
}
.contact_list dd .text{
	font-size:0.22rem;
	line-height:0.36rem;
	padding-left: 0.5rem;
}
.contact_list dd .text a.eml{
	display: block;
	color: #2478d5;
	margin-right:0.1rem;
}
.contact_list dd .text .tel{
	display: block;
	margin-right:0.1rem;
}



.inquiry_r{
	padding: 0.25rem 0.15rem;
	background: #f6f6f6;
}
.inquiry_title{
	padding-bottom: 0.3rem;
}
.inquiry_title .tt{
	font-size:0.28rem;
	font-weight: bold;
	padding-bottom: 0.15rem;
}
.inquiry_title .text{
	color: #999;
	line-height:0.32rem;
	font-size: 0.2rem;
}


.inquiry_r_list dd{
	width: 100%;
	margin-bottom: 0.15rem;
}
.inquiry_r_list dd .tt{
	display: block;
	font-size: 0.24rem;
	line-height: 0.32rem;
	padding-bottom:0.1rem;
}
.inquiry_r_list dd .inp,.inquiry_r_list dd .sel,.inquiry_r_list dd .area{
	display: block;
	width: 100%;
	height: 0.5rem;
	font-size: 0.22rem;
	padding-left: 0.15rem;
	border: 1px solid #eaeaea;
}
.inquiry_r_list dd .area{
	height:1.6rem;
	padding:0.12rem 0 0.12rem 0.15rem;
}
.inquiry_r_btn{
	display: block;
	width:2.8rem;
	height: 0.5rem;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.22rem;
	background: #1296db;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	margin: 0 auto;
}





/*
 * faq
 */

.faq_list1 dd{
	clear: both;
	overflow: hidden;
	padding-bottom:0.3rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px dashed#cdcdcd;
}
.faq_list1 dd .icon{
	width: 0.36rem;
	height: 0.36rem;
	font-size: 0.26rem;
	line-height:0.32rem;
	text-align: center;
	color: #fff;
	background: #0d5bad;
	border-radius: 6px;
}
.faq_list1 dd .con{
	padding-left:0.5rem;
}
.faq_list1 dd .con .tt{
	display: block;
	font-size:0.24rem;
	font-weight: bold;
	line-height: 0.36rem;
	margin-bottom: 0.1rem;
}
.faq_list1 dd .con .text{
	line-height:0.32rem;
	font-size:0.22rem;
}

/*
 * history
 */
.about_history_list dd{
	margin-bottom: 0.2rem;
}
.about_history_list dd .years{
	color: #333;
	font-size: 0.32rem;
	font-weight: bold;
	padding:0 0 0.18rem 0.15rem;
}
.about_history_list dd .con{
	background: #f4f4f4;
	padding: 0.05rem 0.15rem;
}
.about_history_list dd .con_item{
	padding: 0.15rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.about_history_list dd .con_item:last-child{
	border: none;
}
.about_history_list dd .con_item .tt{
	font-size: 0.24rem;
	font-weight: bold;
	font-family: arial;
	line-height: 0.36rem;
}
.about_history_list dd .con_item .text{
	line-height: 0.32rem;
	font-size: 0.22rem;
}



/*
 * news_list
 */
.news_list2 dd{
	clear: both;
	overflow: hidden;
	padding-bottom: 0.2rem;
	margin-bottom: 0.2rem;
	border-bottom: 1px dashed #cdcdcd;
}
.news_list2 dd .pic{
	float: left;
	width: 2.2rem;
}
.news_list2 dd .pic img{
	display: block;
	width: 100%;
}
.news_list2 dd .con{
	padding-left: 2.35rem;
	padding-top: 0.05rem;
}
.news_list2 dd .con .tt{
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.08rem;
}
.news_list2 dd .con .text{
	line-height: 0.32rem;
	font-size: 0.22rem;
	margin-bottom: 0.12rem;
}
.news_list2 .con .date{
	float: left;
	width: 1.8rem;
	height: 0.5rem;
	line-height: 0.47rem;
	font-size: 0.22rem;
	text-align: center;
	border: 2px solid #eee;
	overflow:hidden;
}
.news_list2 .con .date .days{
	float: left;
	width:0.6rem;
	line-height: 0.48rem;
	border-right: 1px solid #eee;
}


/*
 * service
 */

.service_r_tt{
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.5rem;
	padding-bottom: 0.2rem;
}


.service_r_text{
	line-height:0.32rem;
	font-size:0.22rem;
	padding:0 0 0.2rem 0;
}
.service_pack_title{
	color: #fff;
	height: 1.17rem;
	font-size: 0.36rem;
	padding-left: 2.3rem;
	margin-bottom:0.2rem;
}
.service_pack_title .tt{
	display: block;
}
.service_pack_title1{
	padding-top:0.46rem;
	background: url(../images/service_title_bg1.png) no-repeat left top;
	background-size:auto 1.17rem;
}

.service_pack_title2{
	padding-top:0.3rem;
	background: url(../images/service_title_bg2.png) no-repeat left top;
	background-size:auto 1.18rem;
}


.service_pack_list{
	padding: 0.2rem 0;
}
.service_pack_list dd{
	width: 100%;
	margin: 0 0 0.3rem 0;
}
.service_pack_list dd .tt{
	font-size:0.26rem;
	color: #2f80d5;
	line-height: 0.5rem;
	font-weight: bold;
}
.service_pack_list dd .tt .num{
	font-size:0.48rem;
	line-height: 0.5rem;
	padding-right: 0.1rem;
}
.service_pack_list dd .text{
	font-size: 0.22rem;
	line-height: 0.32rem;
	margin:0.1rem 0 0.2rem;
}
.service_pack_list dd .pic{
	overflow: hidden;
}
.service_pack_list dd .pic img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.service_deli_list dd{
	float: left;
	width: 50%;
	padding:0.08rem;
	overflow: hidden;
}
.service_deli_list dd:nth-child(2n+1){
	clear: both;
}
.service_deli_list dd .pic img{
	display: block;
	width: 100%;
}

/*
 * service_support_det
 */
.service_supp_det_title{
	padding-bottom: 0.3rem;
}
.service_supp_det_title_l{
}
.service_supp_det_title_tt{
	line-height:0.4rem;
	font-size: 0.26rem;
	padding-bottom: 0.15rem;
}

/*
 * service_pdf_list
 */
.service_pdf_list dd{
	width:100%;
	padding:0.2rem;
	background: #f0f4f7;
	margin: 0 0 0.25rem 0;
}
.service_pdf_list dd .tt{
	line-height:0.32rem;
	font-size: 0.24rem;
	margin-bottom:0.14rem;
}
.service_pdf_list dd .more_box{
	position: relative;
}
.service_pdf_list dd .more_box .more{
	line-height:0.46rem;
	color: #2f80d5;
	font-size:0.22rem;
}
.service_pdf_list dd .more_box .icon{
	width:0.42rem;
	height: 0.5rem;
	background: url(../images/pdf_ico.png) no-repeat center center;
	background-size: auto 0.48rem;
}

.service_pdf_down{
	display: block;
	width: 2rem;
	padding:0.25rem 0.15rem;
	background:#fff;
	margin: 0 auto;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.service_pdf_down .icon{
	width: 100%;
	height: 0.5rem;
	background: url(../images/pdf_ico.png) no-repeat center center;
	background-size: auto 0.5rem;
}
.service_pdf_down .tt{
	color: #333;
	font-size: 0.26rem;
	padding: 0.15rem 0;
}
.service_pdf_down .text{
	color: #2f80d5;
	text-decoration: underline;
	font-size: 0.26rem;
}

/*
 * vials
 */
.vials_list dd{
	float: left;
	width:50%;
	padding:0 0.1rem;
	margin-bottom: 0.2rem;
}
.vials_list dd:nth-child(2n+1){
	clear: both;
}
.vials_list dd .pic{
	overflow: hidden;
}
.vials_list dd .pic img{
	display: block;
	width: 100%;
}
.vials_list dd .tt{
	font-size:0.24rem;
	color: #0d5bad;
	margin-top:0.25rem;
	margin-bottom:0.1rem;
}
.vials_list dd .text{
	line-height:0.32rem;
	font-size: 0.22rem;
}


.vials_det_t{
	position: relative;
}
.vials_det_t_pic{
	width:100%;
}
.vials_det_t_pic img{
	display: block;
	width: 100%;
}
.vials_det_t_inf{
}
.vials_det_t_inf_con{
	width:100%;
	color: #fff;
	padding:0.5rem;
	background: url(../images/vivals_det_bg1.jpg) no-repeat center center;
	background-size:cover;
}
.vials_det_t_inf_tt{
	font-size: 0.36rem;
}
.vials_det_t_inf_list{
	line-height: 0.32rem;
	font-size: 0.22rem;
	margin:0.15rem 0 0.3rem;
}

.vials_det_t_inf_btn a{
	float: left;
	width:1.9rem;
	height: 0.48rem;
	line-height: 0.45rem;
	font-size:0.22rem;
	color: #fff;
	border-radius: 4px;
	padding-left:0.22rem;
	border: 1px solid #fff;
	margin-right:0.15rem;
}
.vials_det_t_inf_btn a .icon{
	float: left;
	font-size:0.24rem;
	margin-right: 0.08rem;
}
.vials_det_t_inf .share_box{
	margin:0.4rem 0 0 1.2rem;
}
.share_con{
	float: left;
}

/*
 * pro_cover
 */
/*
 * pro_cover
 */
.pro_list2{
}
.pro_list2 dd{
	clear: both;
	overflow: hidden;
	margin-bottom:0.5rem;
}
.pro_list2 dd .pic{
	width: 100%;
	overflow: hidden;
	border: 1px solid #5e5e5e;
}
.pro_list2 dd .pic img{
	display: block;
	width: 100%;
}
.pro_list2 dd .con{
	width:100%;
	padding:0.2rem 0;
}

.pro_list2 dd .con .tt{
	line-height:0.32rem;
	font-size:0.26rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.pro_list2 dd .con .tt2{
	font-size:0.22rem;
	font-weight: bold;
	margin-bottom:0.12rem;
}
.pro_list2 dd .con .text{
	line-height:0.32rem;
	color: #888;
	font-size:0.22rem;
	margin-bottom: 0.18rem;
}
.pro_list2 dd .con .more{
	display:inline-block;
	line-height:0.42rem;
	color: #fff;
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0 0.2rem;
	text-transform: uppercase;
	background: #4a66bb;
}

/*
 * pro_list2
 */
.product_list_tt{
	display: block;
	font-size:0.3rem;
	font-weight: bold;
	padding: 0 0 0.4rem;
}

.pro_list_t{
	display: block;
	position: relative;
	margin-bottom: 0.3rem;
}
.pro_list_t_pic{
	width:100%;
}
.pro_list_t_pic img{
	display: block;
	width: 100%;
}
.pro_list_t_inf{
	width:100%;
	padding: 0.25rem;
	color: #fff;
	background: #166dc8;
}
.pro_list_t_inf .tt{
	font-size: 0.26rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.pro_list_t_inf .text{
	line-height: 0.32rem;
	color: #fff;
	font-size:0.22rem;
}

/*
 * pro_list3
 */
.pro_list3 dd a{
	background: #f8f8f8;
}






/**pro_det**/
.pro_det_t{
	padding:0 0.1rem 0.2rem;
	margin-bottom: 0.2rem;
}
/**pro_det***/

.pro_det_inf_tip{
	color: #666;
	font-size: 0.2rem;
	padding-bottom: 0.2rem;
}
.pro_det_inf_tip span{
	color: #1665bc;
}
.pro_inf_title{
	font-size: 0.3rem;
	color: #303030;
	padding: 0.3rem 0 0;
}
.pro_inf_desc{
	line-height: 0.32rem;
	font-size: 0.22rem;
	padding: 0.2rem 0;
}
.pro_inf_btn_box{
	padding:0.2rem 0 0 0;
}
.pro_inf_btn_box a{
	float: left;
	width:46%;
	height: 0.56rem;
	line-height:0.55rem;
	color: #0d5bad;
	font-size: 0.24rem;
	text-align: center;
	border: 1px solid #0d5bad;
	margin: 0 0.2rem 0.2rem 0;
	border-radius: 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.pro_inf_btn_box a .icon{
	position: relative;
	display: inline-block;
	font-size: 0.3rem;
	margin-right: 0.1rem;
}
.pro_inf_btn_box a.hover{
	color: #fff;
	background: #0d5bad;
}
.pro_inf_btn_box a.hover .icon{
	font-size: 0.32rem;
}
.p_det_share{
	box-sizing: border-box;
	padding: 0.1rem 0 0.1rem;
}
.p_det_share .tt{
	line-height: 0.32rem;
}
.p_det_share .text{
	color: #333;
	font-size: 0.24rem;
	line-height: 0.32rem;
	padding-right: 0.05rem;
}
.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
	margin-right: 0.08rem;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	width: 0.32rem !important;
    height: 0.32rem !important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 0.32rem!important;
    height: 0.32rem !important;
}






/*
 * pro_det_b
 */
.pro_det_b_title{
	height:0.5rem;
	margin-top: 0.2rem;
	background: url(../images/pro_det_b_title_ico.png) no-repeat left center;
	background-size: auto 0.5rem;
	margin-bottom: 0.3rem;
}
.pro_det_b_title .tt{
	color: #fff;
	font-size: 0.26rem;
	padding-left: 0.4rem;
	line-height: 0.5rem;
}


.pro_det_b_clm{
}

.pro_det_b_clm_tt{
	overflow: hidden;
	padding: 0 0.15rem;
	background: #0474c3;
	margin-bottom: 0.2rem;
}
.pro_det_b_clm_tt .tt{
	float: left;
	color:#fff;
	font-size:0.26rem;
	font-weight: bold;
	line-height: 0.5rem;
}
.pro_det_b_clm_tt .icon{
	float: right;
	border-width:0.12rem;  
    border-color: #fff;  
    border-bottom-width: 0;  
    border-style: dashed;  
    border-top-style: solid;  
    border-left-color: transparent;  
    border-right-color: transparent;  
    margin: 0.17rem 0.15rem 0  0;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_det_b_clm_tt.hover .icon{
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_det_con{
	display: none;
	line-height:0.32rem;
}
.pro_det_con img{
	width: 100%;
}

.pro_det_b_clm1_pic{
	position: relative;
}
.pro_det_b_clm1_pic img{
	display: block;
	width: 100%;
}
.pro_det_b_clm1_pic .tt{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	padding:0.15rem 0.2rem;
	font-size: 0.28rem;
	line-height:0.36rem;
	color: #fff;
	background: rgba(13,91,173,.65);
}

.pro_det_desc_list{
	padding:0.15rem 0 0 0;
}
.pro_det_desc_list dd{
	margin-bottom:0.3rem;
}
.pro_det_desc_list dd .tt{
	width:100%;
	font-size:0.24rem;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.pro_det_desc_list dd .text{
	line-height:0.32rem;
	font-size:0.22rem;
}

.pro_det_text tr td{
	padding:0.1rem;
	font-size:0.22rem;
	border: 1px solid #ddd;
}

.pro_det_show_list dd{
	width:100%;
	margin-bottom: 0.3rem;
	overflow:hidden;
}
.pro_det_show_list dd .pic{
	overflow: hidden;
}
.pro_det_show_list dd .pic img{
	display: block;
	width: 100%;
}
.pro_det_show_list dd .tt{
	padding: 0.2rem;
	line-height:0.32rem;
	color: #fff;
	font-size:0.22rem;
	background: #4f88c0;
}

.pro_det_b_clm4_con img{
	display: block;
	width: 100%;
}
.pro_det_b_clm4_con_l{
	width:100%;
	float: none;
}
.pro_det_b_clm4_con_r{
	width:100%;
	float: none;
}
.pro_det_b_clm4_con_r img,.pro_det_b_clm4_con_l img{
	display: block;
	margin-bottom:0.15rem;
}


.pro_det_b_clm5_list dd{
	float: left;
	width: 50%;
	padding: 0 0.15rem;
	margin-bottom: 0.3rem;
}
.pro_det_b_clm5_list dd:nth-child(2n+1){
	clear: both;
}
.pro_det_b_clm5_list dd .pic{
	width:2.6rem;
	height: 2.6rem;
	border-radius:2.6rem;
	border: 3px solid #e7e7e7;
	overflow: hidden;
	margin: 0 auto;
}
.pro_det_b_clm5_list dd .pic img{
	display: block;
	width: 100%;
}
.pro_det_b_clm5_list dd .tt{
	font-size:0.22rem;
	color: #4366ca;
	padding-top:0.2rem;
	text-align: center;
}


.pro_det_b_clm6_list dd{
	clear: both;
	overflow: hidden;
	margin-bottom:0.25rem;
}
.pro_det_b_clm6_list dd .pic{
	width: 100%;
	margin-bottom: 0.2rem;
}
.pro_det_b_clm6_list dd .pic img{
	display: block;
	width: 100%;
}
.pro_det_b_clm6_list dd .con{
	float:none;
	width:100%;
	padding:0.2rem;
	color: #fff;
	background: #4f88c0;
}
.pro_det_b_clm6_list dd .con .num{
	float: left;
	font-size:0.6rem;
	line-height: 0.6rem;
	font-weight: bold;
	font-style: italic;
	margin-right: 0.1rem;
}
.pro_det_b_clm6_list dd .con_box{
	padding-left:0.95rem;
	line-height:0.32rem;
}
.pro_det_b_clm6_list dd .con_box .tt{
	font-size:0.24rem;
	font-weight: bold;
}
.pro_det_b_clm6_list dd .con_box .text{
	font-size:0.22rem;
}



/*
 * relate_case
 */
.relate_case_box{
	padding:0.4rem 0.1rem;
	background: #f5f5f5;
}
.relate_case_title{
	padding:0 0.1rem 0.2rem;
}
.relate_case_title .tt{
	font-size:0.26rem;
	font-weight: bold;
}
.relate_case_title .btn{
	float: none;
	display: block;
	width: 1.8rem;
	text-align: center;
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.46rem;
	background: #3478c3;
	border-radius: 0.35rem;
}
.relate_case_title .tip{
	float: none;
	font-size: 0.22rem;
	padding-right: 30px;
	padding: 0.1rem 0;
}

.relate_case_list1{
	padding:0.15rem 0;
}
.relate_case_list1 dd{
	float: left;
	width: 50%;
	padding:0.1rem;
}
.relate_case_list1 dd .pic{
	overflow: hidden;
}
.relate_case_list1 dd .pic img{
	display: block;
	width: 100%;
}
.relate_case_list1 dd .tt{
	color: #333;
	font-size: 0.22rem;
}
.relate_case_list1 dd:nth-child(2n+1){
	clear: both;
}

.relate_case_list1 dd .tt{
	margin-top: 20px;
}


/***news_det**/
.new_det_box{
	padding: 0 0.15rem;
}
.news_det_title{
	color: #333;
	font-size:0.28rem;
	line-height: 0.36rem;
	margin: 0.15rem 0 0.15rem 0;
}
.news_det_date{
	color: #999;
	padding-bottom: 0.05rem;
	font-size: 0.22rem;
	line-height: 0.24rem;
	border-bottom: 1px solid #e6e6e6;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	flex-flow: wrap;
	-webkit-flex-flow: wrap;
}
.news_det_date .icon{
	float: left;
	font-size: 0.24rem;
	margin-right: 0.12rem;
}
.news_det_date .eye,.news_det_date .time,.news_det_date .det_share{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	margin-right: 0.1rem;
}
.news_det_date .eye .icon{
	font-size: 0.28rem;
}
.news_det_date .time .icon{
	font-size: 0.2rem;
}
.news_det_date .text{
	margin-right: 0.08rem;
}
.det_share a{
	transition: none;
	-webkit-transition: none;
}

.detail_page{
	clear: both;
	padding: 0.15rem 0;
	font-size: 0.24rem;
	line-height: 0.3rem;
	border-top: 1px solid #e6e6e6;
}
.detail_page_clm{
	position: relative;
	margin-bottom: 0.15rem;
}
.detail_page_text,.detail_page_clm a{
	color: #333;
}
.detail_page_text{
	color: #005bac;
	font-size:0.24rem;
	padding-right: 0.08rem;
}
.detail_page_clm a{
	display: block;
	font-size: 0.24rem;
}

.news_det_con{
	line-height: 0.36rem;
	font-size: 0.24rem;
	color: #333;
	padding: 0.15rem 0;
}
.news_det_con img{
	display: block;
	max-width: 100%;
	height: auto;
}



/**page**/
.page {
	clear: both;
	padding: 0.4rem 0;
	width: 100%;
	text-align: center;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}

.page a {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	width: 0.32rem;
	height: 0.32rem;
	line-height: 0.32rem;
	color: #676767;
	font-size: 0.26rem;
	text-align: center;
	margin: 0 0.04rem;
}
.page .prev,.page .next{
	color: #fff;
	width: 0.9rem;	
	text-align: left;
	background: #005bac;
}
.page .prev .icon,.page .next .icon{
	font-family: "宋体";
	padding-left: 0.07rem;
}
.page a.on {
	background: #005bac;
	color: #fff;
}
