body{
	font-family: "微软雅黑";
	background: #eee;
	position: relative;
	width:100%;
	height: 100%;
}
@font-face {
 font-family: liHei;
 src: url(../font/liHei.otf);
}
.bla{
	width: 100%;
	height: 4rem;
}
.bla1{
	width: 100%;
	height: 1.2rem;
}
/*tabbar*/
.tabbar{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3rem;
	z-index: 200;
}
.tabbar .fir_bar {
	list-style: none;
	width: 100%;
	height: 100%;
	/*background: #163b56;*/
	background: #ffffff;
}
.tabbar .fir_bar .men {
	position: relative;
	width: 25%;
	height: 100%;
	float: left;
	/*color: #fff;*/
	color: #000;
	font-size: 1rem;
	text-align: center;
	line-height: 1rem;
}
.tabbar .fir_bar .men.active{
	/*color: #163b56;*/
	color: #ffffff;
	background: url("../images/active_icon.png") no-repeat !important;
	background-position: left -.8rem;
	-webkit-background-size: 100% 4.8rem;
	background-size: 100% 4.8rem;
}
.active:before{
	content: "";
	position: absolute;
	bottom: 4rem;
	left: 0;
	width: 0;
	height: 0;
	border-left: 3.2rem solid transparent;
	border-right: 3.2rem solid transparent;
	border-bottom: .6rem solid #f7f7f7;
}
.tabbar .fir_bar .men.active-1{
	/*color: #163b56;*/
	color: #ffffff;
	position: relative;
}
.tabbar .fir_bar .men.active-1 .active-icon {
	display: block;
}
.bar-title {
	position: relative;
	background: transparent;
	z-index: 9;
	height: 3rem;
	line-height: 3rem;
}
.men.active-1 .bar-title {
	padding-right: 5px;
}
.active-icon {
	display: none;
	position: absolute;
	left: 0;
	top: -.4rem;
	width: 100%;
	height: 3.4rem;
	z-index: 1;
}
/*.tabbar .fir_bar .men.active-1:after {
	content: "";
	position: absolute;
	left: 0;
	top: -.2rem;
	width: 100%;
	height: 1.2rem;
	background: url("../images/active_icon.png") no-repeat !important;
	background-position: left top;
	-webkit-background-size: 100% 1.2rem;
	background-size: 100% 1.2rem;
	z-index: 1;
}*/
.seco_bar{
	position: absolute;
	bottom: 3.5rem;
	left:3.6rem;
	display: none;
	width: 10.4rem;
	/*height: 3.12rem;*/
	height: auto;
	padding: .19rem;
	list-style-type: none;
	font-size: 1rem;
	box-shadow: 0 0 12px rgba(0,0,0,.4);
	border-radius: .25rem;
	z-index: 100;
	background: #fff;
}
 .seco_bar li{
 	height: 3.12rem;
 	border-bottom: 1px solid #cbcbcb;
	color: #000;
	line-height: 3.12rem;
	text-align: left;
	letter-spacing: 1px;
}
.seco_bar a:last-child li{
	border: 0;
}
.dots{
	float: left;
	width: .8rem;
	height: .8rem;
	border-radius: .8rem;
	background: #20516f;
	margin: 1.2rem .6rem 0 .52rem;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	z-index: 110;
}
/*tabbar 结束*/
/* 首页开始*/
.container{
	width: 100%;
	height: auto;
}
.logo_isoft{
	padding-top: .2rem;
	width: 100%;
	height: .87rem;
}
.logo_isoft img{
	float: right;
	margin-right: .20rem;
	width: .75rem;
	height: .87rem;
}
.logo_pharMars{
	padding-top: .3rem;
	width: 100%;
	height: 1rem;
}
.logo_pharMars img{
	margin-left: 1.76rem;
	width: 3.4rem;
	height: 1rem;
}
.m-title{
	margin-top: .45rem;
	text-align: center;
	letter-spacing: 2px;
	font-size: .34rem;
	line-height: .4rem;
	color: #000;
}
.pharmars{
	text-align: center;
	letter-spacing: 2px;
	font-family: 'liHei';
	font-size: .6rem;
	line-height: .4rem;
	color: #0e2d44;
}
.m-case{
	width: 90%;
	margin: .75rem auto .75rem auto ;
}
.m-case-1,.m-case-2,.m-case-3,.m-case-4{
	width: 47%;
	height: .47rem;
	float: left;
	font-size: .2rem;
	text-align:center;
	padding-top:1.3rem;
	color: #fff;
	background: #abcdef;
}
.m-case-1,.m-case-3{
	margin-right: 6%;
}
.m-case-3,.m-case-4{
	margin-top: 6%;
}

.m-case-1{
	background: url(../images/1.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.m-case-2{
	background: url(../images/2.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.m-case-3{
	background: url(../images/3.jpg) no-repeat center center;
	background-size: 100% 100%;
}
.m-case-4{
	background: url(../images/4.jpg) no-repeat center center;
	background-size: 100% 100%;
}
/*首页结束*/
/*案例开始*/

.case_banner{
	position: relative;
	width: 100%;
	height: 3.3rem;
	color: #fff;
	margin-bottom: .42rem;
}
.case_banner img{
	width:100%;
	height:100%;
}
.case_tit{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(0,0,0,.55);
}
.case_top_tit{
	padding-top: .45rem;
	width: 100%;
	height: .42rem;
	font-size: .4rem;
	text-align: center;
}
.border_txt_1 {
	width: 100%;
	font-size: .26rem;
	text-align: center;
	margin-top: .5rem;
	margin-bottom: .2rem;
	line-height: .35rem;
}
.border_txt_1 div{
	display: inline-block;
	border: 1px solid #fff;
	padding: 2px;
}

.case_detial{
	width: 90%;
	margin:0 auto .5rem auto;
}
.case_det_head{
	width: 100%;
	height: 1.08rem;
	background: #24424a;
}
.case_det_head span{
	display: block;
	float: left;
	line-height: 1.08rem;
	margin-left: .35rem;
	margin-right: .28rem;
	font-size: .35rem;
	color: #fff;
}
.angle{
	float: left;
	margin-top: .44rem;
	border-top: .09rem solid transparent;
	border-bottom: .09rem solid transparent;
	border-left: .18rem solid #fff;
	transition: all .5s;
}
.angle-1{
	float: left;
	margin-top: .44rem;
	border-right: .09rem solid transparent;
	border-left: .09rem solid transparent;
	border-top: .18rem solid #fff;
	transition: all .5s;
}
.case_det_txt{
	/*display: none;*/
	margin: .16rem 0;
	font-size: .28rem;
	color: #497e92;
	line-height: .38rem;
}
.case_det_txt p{
	text-indent: 2em;
}
ol{
	list-style-type: decimal;
	width: calc(100% - .26rem);
	float: right;
}
ol li{
	list-style-position: outside;
}
.leftmenu{
	width: 3.6rem;
	height: calc(100vh - 1rem);
	position: fixed;
	top: 0;
	left: -3.6rem;
	background: #f7f7f7;
	z-index: 100;
	box-shadow: 1px 0 .1rem rgba(0,0,0,.2);
	transition: all .1s;
}
.menulist{
	position: relative;
	padding: .1rem;
	width: 2rem;
	height: 6.4rem;
	border-radius: 0 .08rem .08rem 0;
	z-index: 20px;
}
.menulist li{
	border-bottom: 1px solid #497e92;
	width: 185px;
	height: .79rem;
	color: #24424a;
	line-height: .79rem;
	font-size: .28rem;
	text-align: left;
}
.menulist a:last-child li{
	border: 0;
}
.menulist a li.active-3{
	color: #fff;
	background: #24424a;
}
.openmenu{
	position: absolute;
	right:-.6rem;
	top: .45rem;
	width: .61rem;
	height: .58rem;
	background: #f7f7f7;
	text-align: center;
	box-shadow: 0 0 .15rem rgba(0,0,0,.5);
	z-index: 10;
}
.openmenu-1{
	position: absolute;
	right:-.1rem;
	top: .45rem;
	width: .2rem;
	height: .58rem;
	background: #f7f7f7;
	z-index: 20;
}
.openmenu img{
	margin-top: .04rem;
	width: .5rem;
	height: .5rem;
}
.mask1{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.2);
}
/*案例结束*/
/*contact开始*/

.contact_toplogo{
	padding: .1rem 0 ;
	width: 100%;
	height: 4.4rem;
	background: #fff;
	text-align: center;
}
.contact_toplogo img{
	margin-top: .8rem;
	width: auto;
	height: 3.5rem;
}
.contact_map-bg{
	width: 100%;
	height:100%;
	background: #2a3646;
}
.contact_map{
	width: calc(100% - .4rem);
	padding: 0 .2rem 0 .2rem;
}
.contact_list{
	width: 100%;
	height: auto;
}
.contact_list li{
	width: 100%;
	height: 8rem;
	border-bottom:1px solid #555c6c;
}
.contact_list li img{
	float: left;
	margin: .8rem 1.2rem;
	width: 5rem;
	height: 6rem;
}
.contact-txt{
	float: left;
	margin-top: 2rem;
	color: #fff;
	font-size: 1.2rem;
	text-align: left;
	line-height: 2rem;
}
/*contact结束*/

.home-bg {
	background: url("../images/home_bg.png") center top no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}

.cl_FFF {
	color: #ffffff !important;
}
.cl_000 {
	color: #000 !important;
}
.cl_525252 {
	color: #525252 !important;
}
.cl_blue {
	color: #2a59a7 !important;
}
.clear-bar {
	margin-bottom: 1.4rem;
}

.fs-10 {
	font-size: .2rem !important;
}
.fs-11 {
	font-size: .22rem !important;
}
.fs-12 {
	font-size: .24rem !important;
}
.fs-13 {
	font-size: .26rem !important;
}
.fs-14 {
	font-size: .28rem !important;
}
.fs-15 {
	font-size: .3rem !important;
}
.fs-16 {
	font-size: .32rem !important;
}
.fs-17 {
	font-size: .34rem !important;
}
.fs-18 {
	font-size: .36rem !important;
}
.fs-19 {
	font-size: .38rem !important;
}
.fs-20 {
	font-size: .4rem !important;
}
.fs-21 {
	font-size: .42rem !important;
}
.fs-22 {
	font-size: .44rem !important;
}

.m-l-10 {
	margin-left: .2rem !important;
}
.m-l-15 {
	margin-left: .3rem !important;
}
.m-l-20 {
	margin-left: .4rem !important;
}
.m-l-25 {
	margin-left: .5rem !important;
}
.m-l-30 {
	margin-left: .6rem !important;
}
.m-l-35 {
	margin-left: .7rem !important;
}
.m-l-40 {
	margin-left: .8rem !important;
}
.m-l-45 {
	margin-left: .9rem !important;
}
.m-l-50 {
	margin-left: 1rem !important;
}

.m-t-10 {
	margin-top: .2rem !important;
}
.m-t-15 {
	margin-top: .3rem !important;
}
.m-t-20 {
	margin-top: .4rem !important;
}
.m-t-25 {
	margin-top: .5rem !important;
}
.m-t-30 {
	margin-top: .6rem !important;
}
.m-t-35 {
	margin-top: .7rem !important;
}
.m-t-40 {
	margin-top: .8rem !important;
}
.m-t-45 {
	margin-top: .9rem !important;
}
.m-t-50 {
	margin-top: 1rem !important;
}

.m-r-10 {
	margin-right: .2rem !important;
}
.m-r-15 {
	margin-right: .3rem !important;
}
.m-r-20 {
	margin-right: .4rem !important;
}
.m-r-25 {
	margin-right: .5rem !important;
}
.m-r-30 {
	margin-right: .6rem !important;
}
.m-r-35 {
	margin-right: .7rem !important;
}
.m-r-40 {
	margin-right: .8rem !important;
}
.m-r-45 {
	margin-right: .9rem !important;
}
.m-r-50 {
	margin-right: 1rem !important;
}

.m-b-10 {
	margin-bottom: .2rem !important;
}
.m-b-15 {
	margin-bottom: .3rem !important;
}
.m-b-20 {
	margin-bottom: .4rem !important;
}
.m-b-25 {
	margin-bottom: .5rem !important;
}
.m-b-30 {
	margin-bottom: .6rem !important;
}
.m-b-35 {
	margin-bottom: .7rem !important;
}
.m-b-40 {
	margin-bottom: .8rem !important;
}
.m-b-45 {
	margin-bottom: .9rem !important;
}
.m-b-50 {
	margin-bottom: 1rem !important;
}


.p-l-10 {
	padding-left: .2rem !important;
}
.p-l-15 {
	padding-left: .3rem !important;
}
.p-l-20 {
	padding-left: .4rem !important;
}
.p-l-25 {
	padding-left: .5rem !important;
}
.p-l-30 {
	padding-left: .6rem !important;
}
.p-l-35 {
	padding-left: .7rem !important;
}
.p-l-40 {
	padding-left: .8rem !important;
}
.p-l-45 {
	padding-left: .9rem !important;
}
.p-l-50 {
	padding-left: 1rem !important;
}

.p-t-10 {
	padding-top: .2rem !important;
}
.p-t-15 {
	padding-top: .3rem !important;
}
.p-t-20 {
	padding-top: .4rem !important;
}
.p-t-25 {
	padding-top: .5rem !important;
}
.p-t-30 {
	padding-top: .6rem !important;
}
.p-t-35 {
	padding-top: .7rem !important;
}
.p-t-40 {
	padding-top: .8rem !important;
}
.p-t-45 {
	padding-top: .9rem !important;
}
.p-t-50 {
	padding-top: 1rem !important;
}

.p-r-10 {
	padding-right: .2rem !important;
}
.p-r-15 {
	padding-right: .3rem !important;
}
.p-r-20 {
	padding-right: .4rem !important;
}
.p-r-25 {
	padding-right: .5rem !important;
}
.p-r-30 {
	padding-right: .6rem !important;
}
.p-r-35 {
	padding-right: .7rem !important;
}
.p-r-40 {
	padding-right: .8rem !important;
}
.p-r-45 {
	padding-right: .9rem !important;
}
.p-r-50 {
	padding-right: 1rem !important;
}

.p-b-10 {
	padding-bottom: .2rem !important;
}
.p-b-15 {
	padding-bottom: .3rem !important;
}
.p-b-20 {
	padding-bottom: .4rem !important;
}
.p-b-25 {
	padding-bottom: .5rem !important;
}
.p-b-30 {
	padding-bottom: .6rem !important;
}
.p-b-35 {
	padding-bottom: .7rem !important;
}
.p-b-40 {
	padding-bottom: .8rem !important;
}
.p-b-45 {
	padding-bottom: .9rem !important;
}
.p-b-50 {
	padding-bottom: 1rem !important;
}

.t-c {
	text-align: center !important;
}
.t-l {
	text-align: left !important;
}
.t-r {
	text-align: right !important;
}

.fl {
	float: left !important;
}
.fr {
	float: right !important;
}


.w-10 {
	width: 10%;
}
.w-20 {
	width: 20%;
}
.w-30 {
	width: 30%;
}
.w-40 {
	width: 40%;
}
.w-50 {
	width: 50%;
}
.w-60 {
	width: 60%;
}
.w-70 {
	width: 70%;
}
.w-80 {
	width: 80%;
}
.w-90 {
	width: 90%;
}
.w-100 {
	width: 100%;
}
.lh1_5 {
	line-height: 1.5;
}

.bg-eff0f4 {
	background-color: #eff0f4;
}

.sign {
	display: inline-block;
	text-align: center;
	width: .6rem;
	height: .6rem;
	line-height: .6rem;
	border: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: url("../images/sign.svg") no-repeat left top;
	/*background-position: left top;*/
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.sign .iconfont {
    font-size: .28rem;
}

.top-mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
}
.top-logo {
	position: absolute;
	/*left: .2rem;*/
	left: 35%;
	top: .1rem;
	width: 30%;
	margin-left: .5em;
	z-index: 10;
}
.top-title {
	position: absolute;
	top: 1rem;
	width: 100%;
	z-index: 10;
	font-size: .4rem;
	color: #ffffff;
	text-align: center;
}
.top-sb_title {
	position: absolute;
	top: 1.6rem;
	width: 100%;
	z-index: 10;
	font-size: .28rem;
	color: #ffffff;
	text-align: center;
	margin-top: .3rem;
}

.article-group {
	position: relative;
	margin: 0 .3rem;
}
.article-group .article-main {
	margin-left: .8rem;
}
.article-main .article-title {
	font-size: .32rem;
	color: #eda84b;
}
.article-main .article-sub_title {
	margin-top: .1rem;
	font-size: .28rem;
	color: #000;
	line-height: 1.5;
}
.article-main .article-con {
	margin-top: .20rem;
	line-height: 1.5;
	font-size: .28rem;
	color: #525252;
}
.article-group .article-icon {
	position: absolute;
	left: 0;
	top: 0;
}

.Sudoku {
	overflow: hidden;
	margin-left: -1.5%;
}
.Sudoku .Sudoku-item {
	display: block;
	float: left;
	text-align: center;
	width: 30%;
	margin-left: 3%;
	background-color: #ffffff;
	height: 1.5rem;
	margin-bottom: .3rem;
	padding-top: .2rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.Sudoku-item .icon {
	display: inline-block;
	color: #3a72af;
	height: .8rem;
	font-size: .9rem;
}
.Sudoku-item p {
	font-size: .28rem;
	color: #000;
	text-align: center;
	margin-top: .2rem;
}
.flow-style {
    padding-left: 10px;
    position: relative;
}
.flow-style:before {
    position: absolute;
    left: 0;
    content: "-";
}
/* 以下为新加 */
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.8); */
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 4px solid rgba(0, 0, 0, 0.1);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border-left-color: #3498db;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loading.hidden {
    display: none;
}

.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;	
}
.flex-2{
	flex: 2;
}
.item-biao {
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	color: #001249;
	font-size: 0.9rem;
	font-weight: bold;
	text-align: left;
  }
  .item-biao span {
	width: 5px;
	height: 1rem;
	float: left;
	background: #001249;
	border-radius: 500px;
	margin: 0.5rem 0.25rem 0 0;
  }
  .item-biao-lg {
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	color: #001249;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: left;
	padding-top: 1rem;
  }
  .item-biao-lg span {
	width: 5px;
	height: 1.25rem;
	float: left;
	background: #001249;
	border-radius: 500px;
	margin: 1rem 0.25rem 0 0;
  }