*{
	font-family: arial,helvetica,sans-serif;
}
a:hover{
	text-decoration: none!important;
	cursor: pointer;
}
img,a,p,h1,h2,h3,div,span,ul,li{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
@font-face{
    font-family:'iconfont';
    src: url('../fonts/iconfont.eot');  
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/iconfont.woff') format('woff'),    
    url('../fonts/iconfont.ttf') format('truetype'), 
    url('../fonts/iconfont.svg#iconfont') format('svg'); 
}
body{
	-background: skyblue;
}
/*一级导航*/
.nav_box{
	background: #fff;
}
.navbar-brand{
	height: auto;
}
.navbar{
	background: #FFFFFF;
	border: none;
	margin-bottom: 0px;
}
.nav{
	float: right;
	padding-top:40px;
	font-size:24px;
}
.navbar-default .navbar-nav>li>a {
    color: #000;
    padding-top:1px;
    padding-bottom:1px;
}
.nav li{
	border: 1px solid transparent;
	padding:10px 30px;
	border-radius:30px;
}
.index_active{
	border:1px solid #3882bd!important;
	padding:10px 30px;
	border-radius:30px;
}
.index_active a{
	color: #3882BD!important;
}
.nav_one{
	width: 80%;
	margin-left:10%;
}
/*二级导航*/
.two_nav{
	background: #f1f1f1;
	display: none;
}
.two_nav ul{
	width: 100%;
	text-align: center;
	padding: 0px;
	margin: 0px;	
}
.two_nav_box{
	width: 80%;
	margin-left:10%;
}
.two_nav_left{
	width:80%;
	float: left;
}
.two_nav_right{
	width: 20%;
	float: left;
}
.two_nav ul li{
	width:24%;
	padding: 0px;
	margin: 0px;
	font-size:1.2vw;
	border-right: 1px solid #ddd;
	position: relative;
}
.two_nav ul li:hover{
	background:#666;
	transition: all 0.3s;
}
.two_nav ul li:hover > .three_nav{
	display: block;
}
.two_nav ul li:hover > a,.two_nav ul li:hover > a i{
	transition: all 0.6s;
	color: #FFFFFF;
}
.two_nav ul li a{
	color:#666;
}
.two_nav ul li a:hover{
	text-decoration: none;
}
.two_nav ul li i{
	font-size:2.6vw;
	color:#666;
	font-weight: 200;	
}
.two_nav_active{
	background:#666;
}
.two_nav_active a,.two_nav_active i{
	color:#FFFFFF!important;
}
/*三级导航*/
.three_nav{
	position: absolute;
	background:rgba(122,122,122,0.75);
	width: 100%;
	display: none;
	z-index: 33;
}
.three_nav a{
	color:#FFFFFF!important;
}
.three_nav a P{	
	margin: 0px;
	padding:15px 0;
}
.three_nav a P:hover{
	background: rgba(89,89,89,1);
}
.three_nav_p{
	border-bottom: 1px solid #DDDDDD;
}


/*关闭二级导航的按钮样式*/
.line{
	width:50px;
	height: 5px;
	background:#333;
	display:block;
	border-radius: 2px;
	margin: 8px auto;
	transition: all 0.3s ease-in-out;
}
#two_nav_div{
	text-align: center;
	padding-top:22px;
	cursor: pointer;
}
#two_nav_div.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
#two_nav_div.is-active .line:nth-child(2) {
    opacity: 0;
}
#two_nav_div.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}


#two_nav_div1{
	text-align: center;
	padding-top:22px;
	cursor: pointer;
}
#two_nav_div1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
#two_nav_div1.is-active .line:nth-child(2) {
    opacity: 0;
}
#two_nav_div1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
}
/*视觉差banner*/
/*#banner {
    width: 100%;
    height:450px;
    max-height:450px;
    position: relative;
    -margin-top: 10px;
    overflow: hidden;
    padding: 0px
}
.pelm {
    position: absolute;
}
#bannerbg{
    -top: -200px;
    -left: -350px;
}
#cancer{
    top: 110px;
    right: 200px;
}
.banner_div{
	width:30%;
	top:120px;
	left: 10%;
	color:#FFFFFF;
}
.banner_div p:nth-child(1){
	font-size:3vw;
}
.banner_div p:nth-child(2){
	font-size:1.5vw;
  line-height:2.4vw;
}*/
#banner{
	width: 100%;
}
#banner img{
	width: 100%;
	margin: 0px;
}
/*公司简介区域*/
.intro_box{
	background: #f5f5f5;
	width: 100%;
	padding:120px 0;
}
.intro {
	width:80%;
	margin-left: 10%;
	background: url('../images/index/index_bg2.jpg') no-repeat;
	background-size: 100% 100%;
	padding:40px 40px 40px 0;
}
.intro_content {
	display: inline-block;
	background: #fff;
	box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.3);
}
.intro_left{
	float: left;
	width:40%;
}
.intro_left img{
	width: 100%;
}
.intro_right{
	float: right;
	width: 60%;
	padding:20px;
}
h1{
	color:#000;
	margin-top:20px;
}
h2{
	color:#000;
	margin-top:20px;
}
.intro_right p{
	font-size:22px;
	color:#888;
	margin-top:30px;
	line-height:36px;
}
/*了解更多按钮*/
.web_right{
	float: right;
}
.web_more {
  display: inline-block;
  font-weight: 400;
  padding:4px 20px;
  text-decoration: none;
  margin:40px 20px 0 0;
  cursor:pointer;
  text-align: center;
  transition: background 300ms;
}
.web_more.web_outline {
  color: #333;
  overflow: hidden;
  position: relative;
}
.web_more.web_outline:before, .web_more.web_outline:after, .web_more.web_outline .web_lines:before, .web_more.web_outline .web_lines:after {
  background-color: #666666;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 300ms;
  width: 100%;
}
.web_more.web_outline:before {
  bottom: 0;
  top: auto;
}
.web_more.web_outline .web_lines {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.web_more.web_outline .web_lines:before, .web_more.web_outline .web_lines:after {
  height: 100%;
  width: 2px;
}
.web_more.web_outline .web_lines:after {
  left: auto;
  right: 0;
}
.web_more:hover{
	background: #3882bd;
	transition: all .5s;
	color: #FFFFFF;
}
.web_more:hover:before {
  transform: translateX(-100%);
}
.web_more:hover:after {
  transform: translateX(100%);
}
.web_more:hover .web_lines:before {
  transform: translateY(-100%);
}
.web_more:hover .web_lines:after {
  transform: translateY(100%);
}
.web_color:hover{
	background: #fff!important;
	color:#3882bd!important;
}
.web_color.web_outline:before, .web_color.web_outline:after, .web_color.web_outline .web_lines:before, .web_color.web_outline .web_lines:after{
	background-color: #fff;
}
.web_color.web_outline {
	color:#fff;
}
/*智慧医枢*/
.medaxis_wisdom{
	width: 80%;
	margin-left:10%;
	display: inline-block;
	margin-bottom: 80px;
}
.medaxis_wisdom h1{
	text-align: center;
	margin-bottom: 30px;
	margin:80px 0 50px 0;
}
.medaxis_wisdom .medaxis_wisdom_div{
	width: 25%;
	height:500px;
	float: left;
	padding:20px;
	text-align: center;
}
.wisdom_one {
	background: linear-gradient(50deg, #004ac4, #8e59cf);
	text-align: left!important;
}
.wisdom_one ul{
	font-size:22px;
	color:#fff;
	line-height:36px;
}
.wisdom_one ul li{
	margin-bottom:25px;
}
.medaxis_wisdom_div i{
	font-size:100px;
	display: inline-block;
	margin:30px 0 30px 0;
	color:#ccc;
}
.medaxis_wisdom_div h3{
	font-size:24px;
	color: #000;
}
.medaxis_wisdom_div p{
	font-size:22px;
	color:#888;
	margin-top:40px;
	line-height:36px;
}
.wisdom_two:hover{
	transition: all 0.4s;
	box-shadow: 2px 2px 20px 2px rgba(0,0,0,0.2);
	border-radius:10px;
	cursor: pointer;
}
.wisdom_two:hover i{
	color:#5993d4;
	transition: all 0.5s;
}
/*医学教育*/
.education_box{
	background: linear-gradient(50deg, #8d5acf, #03d3b1);
	width: 100%;
	text-align: center;
	padding:80px 0 50px 0;
	position: relative;
}
.education_box h1,.education_box h2{
	color:#fff;
}
.education_box .edu_img2{
	position: absolute;
	right:21%;
	bottom:4%;
}
/*智慧医疗*/
.w_medical{
	background: #f5f5f5;
	text-align: center;
	width: 100%;
	padding:80px 0 50px 0;
}
.w_medical_box{
	width: 80%;
	margin:100px 10%;
	height: 500px;
	display: flex;
	align-items:center;
}
.w_medical_div_active{
	transition: all 0.6s;
	transform: scale(1.1);
	background: linear-gradient(50deg, #004ac4, #8e59cf)!important;
	color:#fff;
	border-radius:5px;
	box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.3);
}
.w_medical_div_active i{
	color:#fff!important;
}
.w_medical_div_active ul{
	display: block!important;
}
.w_medical_div{
	width:33.3%;
	float: left;
	padding:50px 20px;
	background: #fff;
	text-align: center;
	cursor: pointer;
}
.w_medical_div i{
	font-size:100px;
	color:#186cca;
} 
/*.w_medical_div:hover{
	transition: all 0.6s;
	transform: scale(1.1);
	background: linear-gradient(50deg, #004ac4, #8e59cf);
	color:#fff;
	border-radius:5px;
	box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.3);
}*/
/*.w_medical_div:hover i{
	color:#fff;
}
.w_medical_div:hover ul{
	display: block;
}*/
.w_medical_div ul{
	margin-top:30px;
	font-size:22px;
	line-height:36px;
	display: none;
}
/*科研支持*/
.support{
	width: 100%;
	padding:80px 0 50px 0;
	text-align: center;
}
.support_box{
	width:80%;
	margin:80px 0;
	display: inline-flex;
	justify-content: space-between;
}
.support_box li{
	width:30%;
	padding:20px;
	border-radius:5px;
}
.support_hover:hover{
	box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.3);
}
.support_box li i{
	font-size:100px;
	color:#ccc;
	margin-top:50px;
	
}
.support_box h3{
	font-size:24px;
	margin-top:30px;
}
.support_box h5{
	font-size:14px;
	-display: none;
}
.support_box p{
	font-size:22px;
	line-height:36px;
	margin-top:30px;
	margin-bottom:50px;
	color:#888;
}

.support_hover .support_hover_text{
    z-index: 2;
    transition: 0.5s;
    transform: rotateX(80deg);
    transform-origin: center top 0;
    padding:5px;
}
.support_hover_text{
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(50deg, #004ac4, #8e59cf);
    height: 100%;
    opacity: 0;
    width: 100%;
}
.support_hover_text i{
	font-size:48px!important;
}
.support_hover:hover .support_hover_text{
	transform: none; 
	opacity: 1;
}
.support_hover_text p{
	color:#fff;
	margin-top:20px;
	margin-bottom:15px;
}
/*近期大事件*/
.news{
	width: 100%;
	background: #f5f5f5;
	height:500px;
	padding:80px 0 0px 0;
}
.news h1{
	margin-left:10%;
}
.news_btn{
	position: absolute;
	font-size:24px;
	right: 0px;
	top:5px;
}
.news_box span{
	top:-50px!important;
	border: 1px solid #ddd;
	padding:5px 30px;
	font-size:24px;
	position: relative;
	margin-left:10px;
}
.news_box span:hover{
	transition: all 0.4s;
	background: #000000;
	color:#fff;
}
.news_box{
	width:80%;
	margin-left:10%;
	position:absolute;
}
.bg_line{
	border-top:1px solid #ddd;
	height:20px;
	margin-top:158px;
	z-index: 22;
	width: 100%;
}
/*.news_div{
	width: 80%;
	margin-left:10%;
	background: sandybrown;
}*/
#mr_fu2{
	left:0px!important;
}
.news_box .news_box_div{
	width:25%;
	padding:20px;
	color:#888;
}

/*大事件新增开始*/
.mr_new{
	float:left;
	width:100%;
	display: inline-block;
    overflow: hidden;
}
.mr_new li{
	margin:20px;
}
/*大事件新增结束*/
.news_box .news_box_div:hover{
	cursor: pointer;
	transition: all 0.5s;
}
.news_box .news_box_div:hover .news_year,.news_box .news_box_div:hover .news_date{
	color:#3882bd;
}
.news_box .news_box_div:hover div{
	border-color: #000000;
}
.news_box .news_box_div:hover p,.news_box .news_box_div:hover a{
	color:#000;
}
.news_box_div .news_year{
	font-size:24px;
	font-style: italic;
	margin-bottom:5px;
}
.news_box_div .news_date{
	font-size:60px;
	font-weight: bold;
	font-style: italic;
	margin-bottom:30px;
}
.news_box_div div{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border:5px solid #979797;
	margin-bottom:30px;
}
.news_box_div p,.news_box_div a{
	font-size:22px;
	line-height: 36px;
	color: #888;
}
.news_one{
	left:10%;
}
.news_two{
	left:30%;
}
.news_three{
	left:50%;
}
.news_four{
	left:70%;
}
/*合作品牌*/
.col{
	width:100%;
}
.friend{
	overflow:hidden;
	width:80%;
	margin-left: 10%;
	position:relative!important;
	margin-top:40px;
}
.mr_frUl{
	float:left;
	width:94%;
	margin-left:3%;
}
.col_box{
	display: inline-block;
	overflow: hidden;
}

.mr_frbox span{
	font-size:48px;
	color:#ddd;
}
.mr_frbox span:hover{
	color:#000;
	transition: all 0.3s;
}
.mr_frBtnL{
	cursor:pointer;
	position: absolute;
	left:0px!important;
	top:34%!important;
}

.mr_frBtnR{
	cursor:pointer;
	position: absolute;
	right: 0px!important;
	top:34%!important;
}
/*.mr_frUl ul li img{width:100%;}*/
.tempWrap{
	width: 100%!important;
}
.col_box ul{
	margin:20px 0;
}
.col_box ul li{
	width: 14.2%;
	margin-bottom: 10px;
	display: inline-block;
	float: left;
	text-align: center;	
}
.col_box ul li img{
	width:90%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	opacity: 0.3;
	transition: all .2s;
	cursor: pointer;
	
}
.col_box ul li img:hover{
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: auto;
	opacity: 1;
}
/*底部*/
.wave-box {
	position: relative;
	height: 60px;
	background:transparent;
}
.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.marquee {
	width: 8000%;
	height: 60px
}
.wave-list-box {
	float: left
}
.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}
.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}
/*底部内容*/
.web_footer{
	background: #064f81;
	color:#fff;
}
.footer_box{
	width: 80%;
	margin-left:10%;
}
.web_footer_content div{
	float: left;
}
.footer_logo{
	width:10%;
}
.footer_list{
	width: 20%;
}
.footer_code{
	width:30%;
}
.web_footer_content{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline-block;
}
.web_footer_content ul{
	list-style: none;
	padding-top: 20px;
}
.web_footer_content ul li{
	line-height: 24px;
}
.web_footer_titleli{
	font-size:20px;
	font-weight:500;
	padding-bottom: 10px;
}
.web_saoma{
	float: right!important;
	text-align: center;
}
.web_saoma p a{
	margin: 0px;
	padding: 0px;
}
.web_footer_bottom{
	border-top: 1px solid #50bfe8;
	font-size: 18px;
	padding-top:10px;
	padding-bottom: 10px;
}
.web_footer_bottom_li2{
	float: right;
}

.web_footer a{
	color:#fff!important;
}
/*关于合作-医学专业内容制作*/
/*一句话slogan区域*/
.ppt_slogan::before {
    content: '';
    width: 100%;
    height:700px;
    z-index: -1;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    background: linear-gradient(50deg, #8e59cf, #21afb8);
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transform: skew(0deg, -5deg);
    transform: skew(0deg, -5deg);
}
.ppt_slogan_content{
	width:50%;
	height:500px;
	text-align: center;
	padding:80px 0;
	margin-left:25%;	
}
.ppt_slogan_title{
	color:#fff;
	font-size:60px;
	font-weight: bold;
}
.ppt_slogan_content p{
	color:#fff;
	font-size:22px;
	margin-top:30px;
}
/*填充灰色底*/
.fill{
	content: '';
	z-index: -2;
	background:#f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:730px;
}
/*合作产品选择区域*/
.col_product{
	background: #f5f5f5;
	padding:50px 0;
}
.col_product_box{
	width: 80%;
	margin-left: 10%;
}
.ppt_pro_ul{
	text-align: center;	
}
.col_ppt{
	width:40%;
	margin-left:30%;
	display: inline-block;
}
.col_ppt li{
	width: 50%;
}
.ppt_pro_ul li{
	float: left;
	padding:0 50px 10px 50px;
	border-bottom: 1px solid #aeaeae;
	cursor: pointer;
}
.select_li_active{
	border-bottom: 1px solid #000!important;
}
.select_li_active i{
	background: linear-gradient(50deg, #1897e7, #49d5de);!important;
    -webkit-background-clip: text!important;
    color: transparent!important;
}
.ppt_pro_ul li i{
	color:#bababa;
	font-size:80px;
}
.ppt_pro_ul li p{
	color:#444;
	font-size:18px;
}
.ppt_courseware{
	background: #fff;
	width:100%;
	-margin-left:3%;
	border-radius: 5px;
	margin-top:30px;
	padding:50px 0;	
	display: none;
}
.ppt_courseware_active{
	display: block!important;
}
.course_ul{
	width: 100%;
	display: flex;
	align-items: flex-start;
}
.course_ul li{
	width: 33%;
	padding:30px;
	text-align: center;
	font-size:18px;
	line-height:30px;
	color:#888;
}
.course_ul li img{
	width: 30%;
	margin-bottom: 30px;
}
.ppt_courseware h2{
	text-align: center;
}
.animation_box{
  width:1100px;
  height: 550px;
  margin-top:40px;
}
.animation_box_divleft{
  width:783px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  float: left;
}
.animation_box_divleft img{
  width: 100%;
  height: 100%;
}
.animation_box_divright{
  width: 304px;
  height: 100%;
  margin: 0px;
  padding: 0px;
  float: right;
}
.small_ani_ul{
	display: none;
}
.animation_box_divright ul{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.animation_box_divright ul li{
  width: 100%;
  height: 174px;
  margin-bottom: 13px;
}
.animation_box_divright ul li img{
  width: 100%;height: 100%;
}
.ani_height{
	margin:20px 0 50px 0;
}
/*鼠标移入*/
.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .hovereffect_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect:hover .hovereffect_overlay {
  background-color: rgba(0,0,0,0.4);
}
.hovereffect img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.hovereffect:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 84%;
  width: 84%;
  padding-right:12%;
  margin-top: 5%;
}
.hovereffect a.info span{
	width:60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	text-align: center!important;
	line-height: 60px;
	font-size:28px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.5s;
}
.hovereffect a.info span:hover{
	background:#fff;
	color: #000;
}
.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}
.ppt_courseware .web_center{
	text-align: center;
}
/*合作流程区域*/
.col_div{
	margin-top:50px;
	width:80%;
	margin-left:10%;
	display: inline-block;
}
.col_div_left{
	float: left;
	width: 50%;
}
.col_div_right{
	width: 50%;
	float: right;
}
.step_one{
	padding-top:150px;
	padding-left:50px
}
.step_two{
	padding:50px 0 50px 50px;
}
.step_three{
	padding: 0px;
	margin-bottom: 100px;
}
.step_anin_one{
	padding-top:10%;
	padding-left:50px
}
.ppt_star{
	height:500px;
	background: linear-gradient(50deg, #021b58, #2d64cf);
}
.ani_star{
	height:400px;
	background: linear-gradient(50deg, #021b58, #2d64cf);
}
.ppt_star_box{
	margin-top: -400px;
}
.ani_star_box{
	margin-top: -300px;
}
.star_div{
	width: 80%;
	margin-left:10%;
}
.ppt_line{
	height:300px;
}
.ani_line{
	height:200px;
}
.ikon_title{
	text-align: center;
	padding-top:50px;
}
.coll_list_one{
	position: absolute;
	top:-20px;
}
.coll_list_two{
	position: absolute;
	top: 60px;
	left:-282px;
}
.coll_ani_list_two{
	position: absolute;
	top: 60px;
	left:-385px;
}
.coll_list_three{
	position: absolute;
	top:140px;
}
.step_six{
	padding-top:180px;
	padding-left:50px
}
.coll_list_four{
	position: absolute;
	top: 220px;
	left:-216px;
}
.ok_box{
	width: 80%;
	margin-left: 10%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.ok_box p{
	font-size: 32px;
	color:#000000;
}
.ok_box img{
	margin-top: 40px;
}
.col_process{
	background: #fff;
	padding: 80px 0 0px 0;
}
.col_process h1{
	text-align: center;
	font-weight: bold;
}
.three_bg .web_pro_content_P1,.three_bg .web_pro_content_P2{
	color:#fff;
}
.web_pro_content_P1{
	font-size:30px;
}
.web_pro_content_P2{
	font-size:24px;
	margin-top:10px;
	padding-bottom:20px;
}
.web_pro_content_P2 a{
	margin-top:30px;
	margin-left:55px;
}
.coll_animation_bg{
	position: relative;
	width: 100%;
	-background:#0d1211;
	background-attachment: fixed; 
	overflow: hidden;
}
.coll_animation_line{
	width:2px; 
	background:rgba(255,255,255,0.8);
	margin:0px auto 0;
	position: relative;	
}
.coll_animation_line ul{
	width:600px;
}
.coll_animation_line ul li{
	padding: 0px;margin: 0px;
}
.coll_animation_box{
	background: #b6d2f8;
	border: 1px solid #6277e1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.coll_animation_box span{
	background: #546ce2;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
	margin:6px auto;
}
.coll_animation_li2{
	margin-left: -5px;
	padding-top:10px!important;
	height: 20px;
}
.coll_animation_li2 div{
	height:2px;
	width:56px;
	background:#3d75dd;
	display: block;
}
.coll_animation_li3 div{
	border: 1px solid #3a6ecf;
	background: rgba(58,110,207,0.2);
	color: #FFFFFF;
	font-size:24px;
	border-radius: 30px;
	padding:2px 20px;
}
/*星空背景*/
@keyframes rotate {
	0%{
	    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0);
	}
	100% {
	    transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg);
	}
}
.stars {
	transform: perspective(500px);
	transform-style: preserve-3d;
	position: absolute;
	bottom: 0;
	perspective-origin: 50% 100%;
	left: 50%;
	animation: rotate 90s infinite linear;
}
.star{
	width: 2px;
	height: 2px;
	background: #F7F7B6;
	position: absolute;
	top: 0;
	left: 0;
	transform-origin: 0 0 -300px;
	transform: translate3d(0, 0, -300px);
	backface-visibility: hidden;
}
.star_box{
	position: relative;
	width: 100%;
	background-attachment: fixed; 
	overflow: hidden;
}
/*医学软件开发*/
.software_slogan_content{
	width:70%;
	height:500px;
	text-align: center;
	padding:80px 0;
	margin-left:15%;	
}
.software_img{
	width: 80%;
	margin-left:10%;
	margin-top:30px;
}
.software_img img{
	width: 100%;
}
.software_ul{
	padding:20px;
}
.software_ul li{
	display: inline-block;
	width:33%;
	padding:10px;
}
.software_ul li img{
	width:100%;
}
.coll_devebox{
	width:80%;
	-height: 500px;
	margin:80px 10%;
	display: inline-block;
}
.coll_devebox_left{
	padding-top:30px;
	padding-left:50px;
	-width: 500px;
	width:40%;
	float: left;
}
.col_software{
	width:70%;
	margin-left:15%;
	display: inline-block;
}
.col_software li{
	width:25%;
}
#clo_dev_ul1 li i{
	width:50px;
	height: 50px;
	border:1px solid #ddd;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}
.coll_devebox_right{
	-width:700px;
	width:60%;
	-height: 340px;
	position: relative;
	float: right;
}
.coll_devebox_right img{
	-width:600px;
	width:80%;
	margin-left:10%;
	-height: 340px;
}
.col_dev_ul{
	margin-top:15px;
}
.col_dev_ul li{
	background:linear-gradient(50deg, #4e96e3, #74d8f5);
	color:#fff;
	font-size:18px;
	line-height:36px;
	padding:5px 10px;
	display: none;
}
#clo_dev_ul1 li:hover > i{
	border: 2px solid #1D7DB1 !important;
	color: #1D7DB1!important;
	cursor: pointer!important;
}
.cur{
	display: block !important;
}
.software_ok{
	background: #f5f5f5;
	padding-bottom:40px;
}
.keep{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background:#f5f5f5;
	z-index: -3;
}
/*医学动画*/
.col_animation{
	width:60%;
	margin-left:20%;
	display: inline-block;
}
.col_animation li{
	width:33.3%;
}
/*医学动画-竖着手风琴*/
.animation_padding{
	padding: 0px!important;
}
.ani_3D{
	background:#e4e4e4;
}
.ani_2D{
	background:#eaeaea;
}
.cartoon{
	background:#dbc580;
}
.ani_title{
	text-align: center;
	font-size:28px;
	width:30px;
	margin:300px auto;
	cursor: pointer;
}
.ani_title_3d{
	color:#989898;
}
.ani_title_2d{
	color:#b7b7b7;
}
.ani_title_cartoon{
	color:#a78d3c;
}
.ani_title i{
	font-size:36px;
	vertical-align: middle;
}
.ani_active{
	background: #fff;
	width: 86%!important;
}
.ani_active .ani_title{
	display: none;
}

/*横的手风琴*/

.col_animation_box
{
	width:100%;
	overflow:hidden;
	list-style:none;
	margin-bottom:10px;
}
.ani_box{
	float:left;
	width:7%;
	height:900px;
	overflow:hidden;
	/*-moz-transition:width 0.1s ease-out;
	-webkit-transition:width 0.1s ease-out;
	-o-transition:width 0.1s ease-out;
	transition:width 0.1s ease-out;*/
}
/*标题*/
.cartoon_title{
	box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.1);
	width:90%;
	margin:30px 5% 10px 5%;
	display: inline-block;
	padding:20px 10px 20px 20px;
}
.cartoon_title h3{
	color: #000;
}
.cartoon_title p{
	font-size:18px;
	color:#888;
	line-height:30px;
	margin-top:10px;
}
.ani_display{
	display: none;
	padding-bottom:40px;
}
.ani_active .ani_display{
	display: block;
}
/*医学动画-步骤*/
.col_ani_step{
	background: #fff;
}
.col_ani{
	display: none;
}
.ball_c_i{
	background: #FFFFFF;
	font-size:1.4vw!important;
	font-weight: 800;
	width:50px;
	height:50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
}
.ball_c_p{
	font-size:1vw;
	margin-top:10px!important;
}
.ball_c_i2{
	background: #3eb8d7;
	color:#fff;
	font-size:30px!important;
	font-weight: 800;
	width:50px;
	height:50px;
	line-height: 50px;
	display: inline-block;
	border-radius: 50%;
}
.three_bg{
	background:linear-gradient(50deg, #8e59cf, #21afb8);
	padding-bottom:50px;
}
.p_color{
	color:#fff!important;
}
/*医学插画*/
/*关于产品--医学插画-鼠标悬停*/
.ikon_img1{
  float: left;
  position: relative; 
  overflow: hidden; 
  text-align: center;
  width: 31.33%; 
  margin: 10px 1%;
  overflow: hidden;
}
.ikon_img1 .text_desc{
  opacity: 0; 
  transition: 0.5s; 
  color: #000;
}
.ikon_img1.ikon_active1 img{
  transition: 0.5s; 
  position: relative; 
  width: 100%; 
  left: 0;
}
.ikon_img1.ikon_active1:hover img{
  left: 50%;
}
.ikon_img1.ikon_active1 .text_desc{
  transform: perspective(600px) rotateY(90deg); 
  transform-origin: left center 0; 
  width: 50%; 
  position: absolute; 
  left: 0; 
  top: 0;  
  padding: 18px 10px;
}
.ikon_img1.ikon_active1:hover .text_desc{
  opacity: 1; 
  transform: perspective(600px) rotateY(0deg); 
  z-index: 99;
  background: #f5f5f5;
  height:100%;
}
.ikon_img1.ikon_active1:hover img{
  left: 50%;
}
.ikon_img1.ikon_active1:hover .text_desc1{
  opacity: 1; 
  transform: perspective(600px) rotateY(0deg); 
  z-index: 99;
  background: #f5f5f5;
  height:100%;
}
.ikon_img1.ikon_active2 img{
  transition: 0.5s; 
  position: relative; 
  width: 100%; 
  top: 0;
}
.ikon_img1.ikon_active2:hover img{
  top: 50%!important;
}
.ikon_img1.ikon_active2 .text_desc{
  transform: perspective(600px) rotateX(90deg); 
  transform-origin: top center 0; 
  width: 100%; 
  position: absolute; 
  left: 0; 
  top: 0; 
  height: 50%; 
  padding: 5px 10px;
}
.ikon_img1.ikon_active2:hover .text_desc{
  opacity: 1;
  transform: perspective(600px) rotateX(0deg); 
  z-index: 99;
  background: #f5f5f5;
}
.ikon_img1.ikon_active2:hover .text_desc1{
  opacity: 1;
  transform: perspective(600px) rotateX(0deg); 
  z-index: 99;
  background: #f5f5f5;
}
.ikon_img1.ikon_active3 img{
  transition: 0.5s; 
  position: relative; 
  width: 100%; 
  right: 0;
}
.ikon_img1.ikon_active3:hover img{
  right: 50%;
}
.ikon_img1.ikon_active3 .text_desc{
  transform: perspective(600px) rotateY(-90deg); 
  transform-origin: right center 0; 
  width: 50%; 
  position: absolute; 
  left: auto; 
  right: 0; 
  top: 0;  
  padding: 18px 10px;
}
.ikon_img1.ikon_active3:hover .text_desc{
  opacity: 1; 
  transform: perspective(600px) rotateY(0deg); 
  z-index: 99;
  background: #f5f5f5!important;
  height:100%;
}
.ikon_img1.ikon_active3:hover .text_desc1{
  opacity: 1; 
  transform: perspective(600px) rotateY(0deg); 
  z-index: 99;
  background: #f5f5f5;
  height:100%;
 
}
.text_desc a{
	padding:10px;
	margin-left:25px;
	background: #fff;
}
.text_desc p{
  font-size: 1.4vw
}
.ky_width{
	width:48%!important;
}
.anin_click_box{
	margin-bottom: 30px;
}

.ikon_box{
	width: 96%;
	margin-left:2%;
	display: inline-block;
}
/*制作步骤*/
.step{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
.step_title{
	font-size: 32px;color:#000000;
}
.script_1{
	margin:60px 0 0 0;
}
/*医学动漫设计制作*/
.design_title{
	padding:20px 0;
	text-align: center;
}
.design_title h3{
	color: #000;
}
.design_title p{
	font-size:18px;
	color:#888;
	line-height:30px;
	margin-top:10px;
}
#outerdiv1{
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	z-index:2;
	width:100%;
	height:100%;
	display:none;
}
#innerdiv_box{
	width: 80%;
	margin:10% auto;
	border-radius: 10px;
	position: relative;
	background: #fff;
}
#innerdiv_box span{
	position: absolute;
	right: 10px;
	top: 0px;
	font-size:2vw;	
}
#innerdiv1{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#innerdiv1 li{
	width: 100%;
	overflow: hidden;
	display:none ;
}
.innerdiv1_div1{
	width: 70%;
	float: left;
	padding:4px;
}
.innerdiv1_div2{
	width: 30%;
	float: right;
	padding:30px;
}
.none{
	display: none!important;
}
.block{
	display: block!important;
}

.add-content .cd-item-info {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
.add-content .cd-item-info h1 {
	background: #000;
	color: #fff;
	padding:2px 20px;
	border-radius: 5px;
	display: inline-block;
	font-size: 2vw;
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}
.add-content .cd-item-info p {
	margin-top:20px;
	font-size:1.4vw;
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translate3d(-40px, 0, 0);
  }
  100% {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
    -o-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*关于我们*/
.about_viedo{
	width: 100%;
	height:450px;
	background:#eeeeee;
}
.move_in{
	background:#f5f5f5;
}
.move_in p{
	text-indent:36px;
	color:#888888;
	font-size:18px;
	line-height:30px;
	margin-top:10px;
}
.about_advantage_box{
	display: inline-block;
	padding-bottom:20px;
	width:80%;
	margin-left: 10%;
	overflow: hidden;
}
.about_demo{
	margin-top: -800px;
}
/*.about_advantage_box{
	-height: 800px;
}*/
.about_advantage span img{
	margin-bottom:10px;
}
.about_advantage{
	width:33.3%;
	float: left;
	text-align: center;
	padding:20px 80px;
	color:#fff;
	height:300px;
}
.about_advantage i{
	font-size:88px;
	color:#fff;
}
.about_advantage p{
	font-size:18px;
	line-height:36px;
	margin-top:10px;
}
.about_adv h1{
	text-align: center;
	color: #FFFFFF;
	padding-bottom:60px;
	padding-top:50px;
}
/*关于我们-展望未来*/
.future{
	width: 100%;
	background:url(../images/index/about_bg.png) no-repeat;
	-background-size: 100% 100%;
	background-position: left top;
}
.medaxis_wisdom_p{
	font-size:22px;
	line-height: 36px;
	text-align: center;
	color:#444;
	margin-bottom: 20px;
}
.future_box{
	width: 50%;
	float: left;
	margin-top:20px;
	height: 180px;
}
.future_box:hover{
	transition: all 0.5s;
	box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.1);
	background: #fff;
	cursor: pointer;
}
.future_box_left{
	float: left;
	width:10%;
	text-align: center;
	padding-top: 10px;
}
.future_box_left i{
	font-size: 50px;
}
.future_box_right{
	width: 90%;
	float: right;
	padding:30px 50px 20px 0;
}
.future_box_right p{
	font-size:18px;
	margin-top:10px;
	line-height:34px;
}
/*联系我们*/
.contact{
	background: #f5f5f5;
	height:500px;
}
.contact_name{
	font-size:18px;
	margin-bottom:10px;
}
.contact_box .contact_box_div{
	width:20%;
	position: absolute;
	height: 300px;
	top:-58px;
	padding:20px;
	text-align: center;
	color:#b4b4b4;
}
.contact_box {
    width: 100%;
    border-top: 1px solid #eee;
    margin-top:30px;
    height: 20px;
    position: relative;
}
.contact_box .contact_box_div:hover{
	cursor: pointer;
	transition: all 0.5s;
}
.contact_box .contact_box_div:hover p{
	color:#000;
}
.contact_box .contact_box_div:hover div{
	opacity: 1;
}
.contact_box_div div{
	width:14%;
	margin-left:43%;
	height: 5px;
	background: #000;
	opacity: 0;
}
.news_one{
	left:10%;
}
.news_two{
	left:30%;
}
.news_three{
	left:50%;
}
.news_four{
	left:70%;
}
.contact_text{
	font-size: 22px;
	margin-top:10px;
}
.about_stars{	
	height:800px;
	background: linear-gradient(50deg, #021b58, #2d64cf);
}
.inner{
	padding-bottom:60px;
}
/*5-10wap新增*/
.wap_nav_box{
	display: none;
}
.w_banner{
	display: none;
}
/*常用屏幕尺寸自适应媒体查询*/
@media (max-width:767px) {
	body{
		-background: saddlebrown;
	}
	h1{
		font-size:24px;
	}
	h2{
		font-size:18px;
	}	
	h3{
		font-size:16px;
	}
	/*logo*/
	.navbar-brand img{
		width:50%;
	}
	.navbar-toggle {
	    float: right;
	    padding: 9px 10px;
	    margin:18px 10px 0 0;
	}
	.navbar-brand {
	    padding:8px;
	}
	.nav_one{
		width: 100%;
		margin: 0;
	}
	.wap_nav_box{
		background:rgba(24,108,202,0.9);
		text-align: center;
		padding:10px;
		font-size:18px;
		position:absolute;
		width: 100%;
		z-index: 11;
	}
	.wap_nav_box li{
		border-bottom: 1px solid #80b5ef;
	}
	.wap_nav_box li a{
		color:#fff;
		display: inline-block;
		padding:6px 0;
	}
	.wap_nav_box_active{
		display: block;
	}
	#banner{
		display: none;
	}
	.w_banner{
		display: block;
		width: 100%;
	}
	/*公司简介*/
	.intro{
		width:100%;
		margin-left:0;
		background: url(../images/index/W_index_img3.jpg) no-repeat;
		padding:20px;
	}
	.intro_box {
	   padding: 0px;
	}
	.intro_left {
	    display: none;
	}
	.intro_right{
		width: 100%;
		padding:0px;
	}
	.intro_right h1,.intro_right h2{
		color:#fff;
	}
	.intro_right h2{
		margin-top:10px;
	}
	.intro_right p{
		background: #fff;
		box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.3);
		font-size:14px;
		padding:10px;
		margin-top:20px;
		line-height:24px;
		margin-bottom:20px;
	}
	.intro_content {
		background: transparent;
		box-shadow: none;
		display: inline-block;
	}
	.intro_content .web_more{
		text-align: center;
	}
	.web_more{
		background: #186cca;
		color:#fff;
		margin:0;
	}
	.web_more.web_outline {
	    color: #fff;
	}
	.web_more.web_outline:before, .web_more.web_outline:after, .web_more.web_outline .web_lines:before, .web_more.web_outline .web_lines:after {
	    background-color: #186cca;
	}
	/*智慧医枢*/
	.medaxis_wisdom h1 {
	    margin: 30px 0 20px 0;
	    text-align: left;
	}
	.medaxis_wisdom .medaxis_wisdom_div {
	    width:30%;
	    padding:0px;
	    height: auto;
	}
	.medaxis_wisdom {
	    width:100%;
	    padding:0 10px;
	    margin-bottom:40px;
	    margin-left:0;
	}
	.wisdom_one {
		width:100%!important;
		background: transparent;
		color:#444;
	    text-align: left!important;
	}
	.wisdom_one ul {
	    font-size:14px;
	    color: #444;
	    line-height:24px;
	}
	.wisdom_one ul li{
	    margin-bottom:10px;
	}
	.wisdom_two{
		margin:5px;
		background: #fff;
		box-shadow: 2px 2px 15px 1px rgba(0,0,0,0.1);
		height:280px!important;
	}
	.medaxis_wisdom_div i {
	    font-size:40px;
	    display: inline-block;
	    margin:20px 0;
	    color: #5993d4;
	}
	.medaxis_wisdom_div h3 {
	    font-size:18px;
	    line-height:30px;
	    color: #000;
	}
	.medaxis_wisdom_div p {
	    font-size:14px;
	    color: #888;
	    margin-top:10px;
	    line-height:24px;
	}
	/*医学教育*/
	.education_box{
		padding:30px 0 20px 0;
	}
	.education_box h1,.education_box h2{
		text-align: left;
		padding-left:20px;
	}
	.education_box img{
		width:100%;
		float: left;
	}
	.education_box .edu_img2 {
		display:none;
	    position: absolute;
	    left:18%;
	    bottom: 4%;
	    width:40%;
	}
	/*智慧医疗*/
	.w_medical {
	    padding:30px 0 30px 0;
	}
	.w_medical_box {
	    width:96%;
	    margin:40px 2%;
	    height:380px;
	    display:inline-block;
	}
	.w_medical_div i {
	    font-size:30px;
	    color: #186cca;
	}
	.w_medical_div{
		width:90%;
		margin-left:5%;
		padding:20px 10px;
	}
	.w_medical_div ul {
	    margin-top: 30px;
	    font-size:14px;
	    line-height:18px;
	    display: none;
	}
	/*科研支持*/
	.support {
	    width: 100%;
	    padding:30px 0 20px 0;
	}
	.support_box {
	    width: 90%;
	    margin:30px 5%;
	    display:inline-block;
	}
	.support_box li {
	    width:100%;
	    background: #fff;
	}
	.support_box li img{
		width:30%;
	}
	.support_box h3 {
	    font-size:18px;
	    margin-top: 15px;
	}
	.support_box p {
	    font-size:16px;
	    line-height:24px;
	    margin-top:15px;
	    margin-bottom:30px;
	}
	/*近期大事件*/
	.news {
	    height: 350px;
	    padding:30px 0 0px 0;
	}
	.news h1 {
	    margin-left:2%;
	}
	.news_box {
	    width:96%;
	    margin-left:2%;
	    position: absolute;
	}
	.news_box .news_box_div {
	    width:100%;
	}
	.mr_new {
	    width: 100%;
	    display: inline-block;
	    overflow: hidden;
	}
	.news_box span {
	    top: -40px!important;
	    font-size:18px;
	}
	.news_box_div .news_date {
	    font-size:30px;
	    margin-bottom:20px;
	}
	.news_box_div p, .news_box_div a {
	    font-size:18px;
	}
	.news_box_div .news_year {
	    font-size:18px;
	}
	.news_box_div div {
	    margin-bottom:15px;
	}
	.bg_line {
	    margin-top:147px;
	}
	/*合作品牌*/
	.mr_frbox span {
	    font-size:28px;
	    color: #ddd;
	}
	.friend {
	    width:96%;
	    margin-left:2%;
	}
	.col_box ul li {
	    width:30%;
	}
	/*公共底部*/
	.footer_box {
	    width:96%;
	    margin-left:2%;
	}
	.footer_logo {
	    width: 20%;
	}
	.footer_logo img{
		width:80%;
		margin-left:10%;
	}
	.web_footer_content ul {
	    padding-top:0px;
	}
	.web_footer_titleli {
	    font-size:18px;
	    font-weight: 500;
	    padding-bottom: 10px;
	}
	.footer_list {
	    width: 26%;
	}
	.footer_code {
	    width:100%;
	    display: none;
	}
	.web_saoma {
	    display: inline-block;
	    width: 100%;
	}
	.web_saoma li{
		width: 50%;
		margin-top: 5px;
	}
	.web_footer_content {
	    padding-bottom:5px;
	}
	.web_footer_bottom_li2{
		width: 100%;
		font-size:14px;
	}
	/*关于合作-二级小导航*/
	.two_nav_right{
		display: none;
	}
	.two_nav_box,.two_nav_left{
	    width:100%;
	    margin-left:0;
	}
	.two_nav ul {
		height:60px;
	}
	.two_nav ul li {
	    height:100%;
	}
	.two_nav ul li i {
	    font-size:24px;
	}
	/*一句话区域*/
	.ppt_slogan_content {
	    text-align: left;
	    width:86%;
	    padding:30px 0;
	    height:240px;
	    margin-left:20px;
	}
	.ppt_slogan_title {
	    color: #fff;
	    font-size:24px;
	    font-weight: bold;
	}
	.ppt_slogan_content p {
	    color: #fff;
	    font-size:14px;
	    margin-top:15px;
	}
	.ppt_slogan::before {
	    height:360px;
	}
	.col_product {
	    padding:20px 0;
	}
	.col_ppt {
	    width:100%;
	    margin-left:0;
	}
	.ppt_pro_ul li {
	    float: left;
	    padding:0;
	    height:100px;
	}
	.ppt_pro_ul li i {
	    color: #bababa;
	    font-size:40px;
	}
	.ppt_pro_ul li p {
    	color: #444;
   	 	font-size: 14px;
    }
    .col_product_box {
	    width:96%;
	    margin-left:2%;
	}
	.ppt_courseware {
	    margin-top:10px;
	    padding:20px 0;
	}
	.course_ul li {
	    padding:10px;
	    font-size:14px;
	    line-height: 24px;
	}
	.course_ul li img {
	    width:60%;
	    margin-bottom:15px;
	}
	/*视频区域*/
	.animation_box {
		width: 98%;
		margin-left:1%;
		background: red;
	    height:auto;
	    margin-top: 40px;
	}
	.animation_box_divleft {
	    width:100%;
	    margin-left:0;
	    height:auto;
	    margin: 0px;
	    padding: 0px;
	    float: left;
	}
	.animation_box_divright {
	    width:100%;
	    height:auto;
	    float: right;
	    margin-bottom:10px;
	}
	.animation_box_divright ul {
	    display: inline-flex;
	    justify-content: space-between;
	}
	.animation_box_divright ul li {
	    width:33%;
	    height:auto;
	    margin:5px;
	}
	.animation_box_divright .hovereffect a.info span {
	    width:30px;
	    height:30px;
	    line-height:30px;
	    font-size:14px;
	}
	.ppt_courseware h2{
		line-height:24px;
	}
	/*医学PPT合作流程区域*/
	.col_process {
	    padding:30px 0 0px 0;
	}
	.col_div {
	    width:96%;
	    margin-left:2%;
	}
	.web_pro_content_P1 {
    	font-size:18px;
	}
	.web_pro_content_P2 {
	    font-size:14px;
	}
	.col_div_right {
	    width:100%;
	    float: right;
	}
	.col_div_left{
		width: 100%;
	}
	.col_div_right img{
		width: 100%;
	}
	.step_one {
	    padding-top:0px;
	    padding-left:0px;
	}
	/*签订合同*/
	.step_two {
	    padding:0;
	}
	/*星星区域*/
	.star_div {
	    width:96%;
	    margin-left:2%;
	}
	.coll_animation_line {
	    background: transparent;
	    width: 100%;
	}
	.coll_animation_li3 div {
	    font-size:18px;
	    margin-bottom:30px;
	}
	.coll_animation_line .coll_list_one,.coll_animation_line .coll_list_two,.coll_animation_line .coll_list_three,.coll_animation_line .coll_list_four{
		left:0px;
		position: relative;
		text-align: center;
		width: 100%;
		top:0px;
	}
	.coll_animation_line ul {
	    width:100%!important;
	    display: inline-block;
	}
	.ppt_star {
	    height:400px;
	}
	.ppt_star_box {
	    margin-top: -300px;
	}
	.coll_animation_line li{
		display: none;
	}
	.coll_animation_li3{
		display:inline-block!important;
	}
	.step_three {
	    padding: 0px;
	     margin-bottom:0px; 
	}
	/*成交*/
	.ok_box p{
		font-size: 18px;
	}
	/*医学软件*/
	.col_software {
	    width:100%;
	    margin-left:0;
	}
	/*医学app开发*/
	.Wap_title{
		top:0px!important;
	}
	.software_ul {
	    padding:0px 0 20px 0;
	}
	.software_ul li {
	    width: 32%;
	    padding: 2px;
	}
	.coll_devebox {
	    width:100%;
	    margin:30px 0%;
	}
	.coll_devebox_left{
		padding:30px 20px;
		width: 100%;
	}
	.col_dev_ul li {
	    font-size: 14px;
	    line-height: 24px;
	}
	.coll_devebox_right{
		width: 100%;
	}
	/*医学动画*/
	.col_animation {
	    width:100%;
	    margin-left:0;
	}
	/*小屏幕的医学动画分类新增css开始*/
	.small_ani{
		width: 100%!important;display: none;
	}
	.ani_active {
	    display: block;
	}
	.small_block{
		display: block;
	}
	.small_none{
		display: none;
	}
	.small_ani_ul{
		display: inline-flex;
		justify-content: space-between;
		width: 100%;
		background:#eee;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	.small_ani_ul li{
		flex-grow:1;
		padding:10px 0;
		cursor: pointer;
	}
	.small_ani_ul li:hover{
		background: #e3e3e3;
		transition: all 0.4s;
	}
	.small_ani_li_active{
		background:#ddd;
	}
	.col_ikon_box .ani_box{
		height: auto;
	}
	.small_ani{
		
	}
	/*小屏幕的医学动画分类新增css结束*/
	.animation_box_divright ul li {
	    height: auto;
	}
	.cartoon_title p {
	    font-size:14px;
	    line-height:24px;
	}
	.cartoon_title {
	    width: 94%;
	    margin: 30px 3% 10px 3%;
	    padding: 20px 10px;
	}
	.ani_box{
		height: auto;
	}
	/*医学插画*/
	.ikon_img1 {
	    width:47%;
	    margin:5px;
	}
	.ikon_img1.ikon_active1:hover img{
	  	left: 0;
	}
	.ikon_img1.ikon_active1 .text_desc{
		display: none;
	}
	.ikon_img1.ikon_active1:hover .text_desc{
	  opacity: 0; 
	}
	.ikon_img1.ikon_active1:hover img{
	  left:0;
	}
	.ikon_img1.ikon_active1:hover .text_desc1{
	  opacity: 0; 
	}
	.ikon_img1.ikon_active2:hover img{
	  top:0;
	}
	.ikon_img1.ikon_active2 .text_desc{
		display: none;
	}
	.ikon_img1.ikon_active2:hover .text_desc{
	  	opacity: 0;
	}
	.ikon_img1.ikon_active2:hover .text_desc1{
	  	opacity:0;
	}
	.ikon_img1.ikon_active3:hover img{
	  right:0;
	}
	.ikon_img1.ikon_active3 .text_desc{
		display: none;
	}
	.ikon_img1.ikon_active3:hover .text_desc{
	 	opacity:0; 
	}
	.ikon_img1.ikon_active3:hover .text_desc1{
	  	opacity:0; 
	}
	
	.step_title {
	    font-size:18px;
	    color: #000000;
	}
	.script_1 {
    	margin:10px 0 0 0;
	}
	.step_anin_one {
	    padding-top:0%;
	    padding-left: 50px;
	}
	.ani_star {
	    height:200px;
	}
	.ani_star_box {
	    margin-top: -150px;
	}
	.ani_line {
	    height: auto; 
	}
	.step_six {
	    padding-top:0px;
	    padding-left: 50px;
	}
	/*插画绕中心转圈*/
	.ikon_title {
	    text-align:left;
	    padding:30px 10px 0 10px;
	}
	.section3 {
		width:98%!important;
		height:250px!important;
	    background: url(../images/index/col_ikonimg1.png) no-repeat!important;
	    background-size:100% 80%!important;;
	}
	.section3 .ball {
	    left: 0px!important;
	    top:0px!important;
	}
	.section3 .ball_c {
	    left:50%!important;
	}
	.section3 .ui_base {
	    position: relative;
	    top:10px!important;
	    left:0!important;
	    width: 400px;
	}
	.ball_c_i {
	    font-size:18px!important;
	    width:40px;
	    height:40px;
	    line-height:40px;
	}
	.section3 .base {
	    top: -58px;
	}
	.ball_c_i2{
		font-size:24px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.inner {
	    padding-bottom:10px;
	}
	.design_title p {
	    font-size:14px;
	    color: #888;
	    line-height:24px;
	    margin-top: 10px;
	}
	/*关于我们*/
	.about_viedo {
	    height:auto;
	}
	.move_in p {
	    text-indent: 36px;
	    font-size: 14px;
	    line-height:24px;
	}
	.about_adv h1 {
	    text-align: center;
	    color: #FFFFFF;
	    padding-bottom:30px;
	    padding-top:20px;
	}
	.about_advantage_box{
		width: 100%;
		margin-left:0px;
		margin-bottom: 0px;
	}
	.about_advantage {
	    width:50%;
	    padding: 20px 10px;
	    height:240px;
	}
	.about_advantage span{
		height:50px;
		display: inline-block;
	}
	.about_advantage span img {
	    width:40%;
	}
	.about_advantage p {
	    font-size: 14px;
	    line-height:24px;
	}
	/*展望未来*/
	.future {
	    background-size: 100% auto;
	}
	.future h1{
		text-align: center;
	}
	.medaxis_wisdom_p {
	    font-size:16px;
	    line-height: 24px;
	    padding:0 10px;
	}
	.future_box {
	    width:100%;
	    height: auto;
	}
	.future_box_left {
	    width:20%;
	}
	.future_box_right{
		width: 80%;
		padding:20px 5px 10px 0;
	}
	.future_box_right h3{
		font-size:18px;
	}
	.future_box_right p {
	    font-size: 14px;
	    margin-top: 10px;
	    line-height:24px;
	}
	/*联系我们*/
	.contact {
	    background: #f5f5f5;
	    height:360px;
	}
	.contact_box .contact_box_div {
	    width:50%;
	    position: relative;
	    height: auto;
	    left: 0px!important;
	    padding:10px;
	    float: left;
	}
	.contact_text {
	    font-size:14px;
	    margin-top:0px;
	}
	.contact_box{
		border-color: transparent;
	}
	.contact_name {
	    font-size: 16px;
	    margin-bottom:0px;
	}
	.keep {
	    height:800px;
	    background: #F5F5F5!important;
	    z-index: -3;
	}
}
@media (min-width:768px) and (max-width:967px){
	body{
		-background: salmon;
	}
	h1{
		font-size:20px;
	}
	h2{
		font-size:18px;
	}	
	h3{
    	font-size:14px;
	}
	/*logo*/
	.navbar-brand {
	    float: left;
	    padding:5px;
	    font-size: 18px;
	    line-height: 20px;
	}
	.navbar-brand img{
		width: 80%;
	}
	.nav {
	    float: right;
	    padding-top:30px;
	    font-size:18px;
	}
	.nav_one {
	    width:96%;
	    margin-left:2%;
	}
	.nav li {
	    border: 1px solid transparent;
	    padding:5px 30px;
	    border-radius: 30px;
	}
	.line {
	    width:30px;
	    height: 5px;
	    background: #333;
	    display: block;
	    border-radius: 2px;
	    margin: 8px auto;
	    transition: all 0.3s ease-in-out;
	}
	/*公司简介*/
	.intro_right {
	    padding:15px;
	}
	.intro_box {
	    background: #f5f5f5;
	    width: 100%;
	    padding:60px 0;
	}
	.intro {
		width:96%;
		margin-left:2%;
		background: url(../images/index/index_bg2.jpg) no-repeat;
		background-size: 100% 100%;
		padding:40px 40px 40px 0;
	}
	.intro_right p{
		font-size:14px;
		color:#888;
		margin-top:15px;
		line-height:24px;
	}
	/*智慧医枢*/
	.medaxis_wisdom{
		width: 96%;
		margin-left: 2%;
		margin-bottom:40px;
	}
	.medaxis_wisdom .medaxis_wisdom_div {
	    height:380px;
	}
	.wisdom_one ul li {
	    margin-bottom:15px;
	}
	.medaxis_wisdom_div i {
	    font-size: 60px;
	    margin:40px 0 20px 0;
	}
	.medaxis_wisdom_div h3 {
	    font-size:16px;
	}
	.medaxis_wisdom_div p {
	    font-size:14px;
	    color: #888;
	    margin-top:20px;
	    line-height:24px;
	}
	.wisdom_one ul{
		font-size:14px;
   	 	line-height:24px;
	}
	/*医学教育*/
	.education_box .edu_img2 {
	    right:18%;
	    bottom:6%;
	    width:16%;
	}
	.education_box img{
		width:90%;
	}
	.education_box {
	    padding:40px 0 20px 0;
	}
	.web_more {
	    margin:20px 20px 0 0;
	}
	/*智慧医疗*/
	.w_medical_box {
	    width: 96%;
	    margin: 100px 2%;
	    height:200px;
	}
	.w_medical_div h3{
		font-weight: bold;
	}
	.w_medical_div i {
	    font-size:40px;
	}
	.w_medical_div ul {
	    margin-top:15px;
	    font-size:14px;
	    line-height:24px;
	    display: none;
	}
	.w_medical {
	    padding:20px 0 10px 0;
	}
	/*科研支持*/
	.support {
	    width: 100%;
	    padding:50px 0 0px 0;
	    text-align: center;
	}
	.support_box {
	    width:96%;
	    margin:30px 2% 20px 2%;
	}
	.support_box li img{
		width:35%;
	}
	.support_box h5 {
		line-height: 24px;
	}
	.support_box h3 {
	    font-size:18px;
	}
	.support_box p {
	    font-size:14px;
	    line-height:24px;
	    margin-top:10px;
	}
	/*近期大事件*/
	.news{
		padding:20px 0 0px 0;
		height: 320px;
	}
	.news_box {
	    width:96%;
	    margin-left:2%;
	}
	.news h1 {
	    margin-left:2%;
	}
	.news_box_div .news_year{
		font-size:14px;
	}
	.news_box_div .news_date{
		font-size:24px;
		margin-bottom: 15px;
	}
	.news_box_div div {
	    width: 10px;
	    height:10px;
	    border:2px solid #979797;
	    margin-bottom:20px;
	}
	.news_box_div p, .news_box_div a{
	    font-size:14px;
	    line-height:24px;
	}
	.bg_line {
	    border-top: 1px solid #ddd;
	    height: 20px;
	    margin-top: 113px;
	    z-index: 22;
	    width: 100%;
	}
	.news_box span {
	    top:-40px!important;
	    font-size:18px;
	}
	/*合作品牌*/
	.friend {
	    width:96%;
	    margin-left:2%;
	    margin-top: 40px;
	}
	.mr_frbox span {
	    font-size:24px;
	}
	.footer_logo img{
	    width:70%;
	}
	/*公共底部*/
	.web_footer_content ul li {
	    line-height: 24px;
	}
	.web_footer_titleli {
	    font-size:14px;
	    font-weight: bold;
	    padding-bottom: 10px;
	}
	.footer_box{
		width:96%;
		margin-left:2%;
	}
	.web_footer_bottom {
	    font-size: 14px;
	}
	.footer_logo{
		width:10%;
	}
	.footer_list{
		width: 20%;
	}
	.footer_code{
		width:30%;
	}
	.web_footer_content{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		display: inline-block;
	}
	/*二级小导航*/
	.two_nav ul li {
	    padding:10px 0;
	}
	.two_nav_box {
	    width: 96%;
	    margin-left:2%;
	}
	/*关于合作-一句话banner区域*/
	.ppt_slogan_title {
	    font-size:24px;
	}
	.ppt_slogan_content {
	    width:80%;
	    height:380px;
	    text-align: center;
	    padding: 80px 0;
	    margin-left:10%;
	}
	.ppt_slogan::before {
	    height:380px;
	}
	.ppt_slogan_content {
	    height:220px;
	    padding:30px 0;
	}
	.ppt_slogan_content p {
	    color: #fff;
	    font-size:14px;
	    margin-top:10px;
	}
	.ppt_pro_ul li p {
	    font-size:14px;
	}
	.col_process {
	    background: #fff;
	    padding: 50px 0 0px 0;
	}
	/*课件制作内容*/
	.col_ppt {
	    width:50%;
	    margin-left:25%;
	    display: inline-block;
	}
	.col_product {
	    padding:10px 0 20px 0;
	}
	.ppt_pro_ul li i {
	    font-size:40px;
	}
	.col_product_box {
	    width:100%;
	    margin-left:0;
	}
	.ppt_courseware {
	    width: 96%;
	    margin-left:2%;
	    margin-top:10px;
	    padding:20px 0;
	}
	.course_ul li {
	    padding:15px;
	    font-size: 14px;
	    line-height:24px;
	}
	.web_pro_content_P1 {
	    font-size:18px;
	}
	.web_pro_content_P2 {
	    font-size:14px;
	    padding-bottom: 20px;
	}
	.section3 {
	    width:800px!important;
	    background: url(../images/index/col_ikonimg1.png) no-repeat!important;
	    background-size:100% 100%!important;;
	}
	.section3 .ball {
	    left: -150px!important;
	}
	.section3 .ball_c {
	    left: 130px!important;
	}
	.inner {
	    padding-bottom:20px;
	}
	.col_div {
	    width:96%;
	    margin-left:2%;
	    margin-top:20px;
	}
	.coll_animation_li3 div {
	    font-size: 18px;
	}
	.coll_ani_list_two {
	    top: 60px;
	    left: -315px;
	}
	.coll_list_two {
	    left: -242px;
	}
	.coll_list_four {
	    left: -190px;
	}
	.step_two{
		padding: 0px;
	}
	.col_dev_ul li {
	    font-size: 14px;
	    line-height:24px;
	}
	.ok_box p{
		font-size: 24px;
	}
	.ok_box img {
	    width:50%;
	}
	.ok_box {
	    padding:20px 0;
	}
	/*医学软件开发*/
	.col_software {
	    width:90%;
	    margin-left:5%;
	    display: inline-block;
	}
	.coll_devebox {
	    width:96%;
	    margin:40px 2%;
	    display: inline-block;
	}
	/*医学动画*/
	.col_animation {
	    width:80%;
	    margin-left:10%;
	}
	.ani_box {
	    width:3%;
	    height: auto;
	    display: none;
	}
	.design_title p {
	    font-size: 14px;
	    line-height:22px;
	}
	.design_title {
	    padding: 40px 0 0px 0;
	}
	.ani_active {
	    margin: 0px;
	    display: block;
	}
	.cartoon .ikon_box {
	    width:84%;
	    margin-left:8%;
	    display: inline-block;
	}
	.ikon_box img {
	    width:80%;
	}
	.ani_title {
	    font-size:14px;
	    width:15px;
	}
	/*小屏幕的医学动画分类新增css开始*/
	.small_ani{
		width: 100%!important;
	}
	.small_block{
		display: block;
	}
	.small_none{
		display: none;
	}
	.small_ani_ul{
		display: inline-flex;
		justify-content: space-between;
		width: 100%;
		background:#eee;
		text-align: center;
		border-bottom: 1px solid #ddd;
	}
	.small_ani_ul li{
		flex-grow:1;
		padding:10px 0;
		cursor: pointer;
	}
	.small_ani_ul li:hover{
		background: #e3e3e3;
		transition: all 0.4s;
	}
	.small_ani_li_active{
		background:#ddd;
	}
	.col_ikon_box .ani_box{
		height: auto;
	}
	/*小屏幕的医学动画分类新增css结束*/
	.animation_box_divright ul li {
	    height: auto;
	}
	.cartoon_title p {
	    font-size: 14px;
	    color: #888;
	    line-height:20px;
	    margin-top: 10px;
	}
	.software_ul li {
	    width: 33%;
	    padding: 5px;
	}
	.animation_box {
	    width:860px;
	    height:380px;
	    margin-top: 40px;
	}
	.animation_box_divleft {
	    width:647px;
	    height: auto;
	}
	.animation_box_divright {
	    width:200px;
	    height: auto;
	}
	.ani_height{
		margin: 20px 0 10px 0;
	}
	.script_1 {
	    margin:20px 0 0 0;
	}
	.step_title {
	    font-size:24px;
	}
	.step_six {
	    padding-top: 130px;
	    padding-left: 50px;
	}
	/*关于我们*/
	.about_adv h1 {
	    text-align: center;
	    color: #FFFFFF;
	    padding-bottom:30px;
	    padding-top:20px;
	}
	.about_viedo{
		height:220px;
	}
	.medaxis_wisdom h1 {
	    margin:40px 0 20px 0;
	    font-size:18px!important;
	}
	.move_in p {
	    text-indent:28px;
	    font-size:14px;
	    line-height:24px;
	}
	.about_advantage_box{
		width:96%;
		margin-left:2%;
	}
	.about_advantage {
	    padding: 20px;
	    height: 250px;
	}
	.about_advantage p {
	    font-size: 14px;
	    line-height:24px;
	    margin-top: 10px;
	}
	.about_stars {
	    height:600px;
	}
	.about_demo{
		margin-top: -610px;
	}
	/*展望未来*/
	.future {
	    background-size: 100% auto;
	}
	.medaxis_wisdom_p {
	    font-size:14px;
	    line-height:24px;
	}
	.future_box_left i {
	    font-size:30px;
	}
	.future_box_right h3{
		font-size:18px;
	}
	.future_box {
	    height: 140px;
	}
	.future_box_left {
	    padding-top: 15px;
	}
	.future_box_right p {
	    font-size: 14px;
	    line-height:24px;
	}
	/*联系我们*/
	.contact {
	    height:260px;
	}
	.contact_box {
	    margin-top:10px; 
	}
	.contact_box .contact_box_div {
	    width:25%;
	    height: auto; 
	}
	.news_one {
	    left:0%;
	}
	.news_two {
	    left:25%;
	}
	.news_three {
	    left:50%;
	}
	.news_four {
	    left:75%;
	}
	.contact_name {
	    font-size: 14px;
	}
	.contact_text {
	    font-size:16px;
	    margin-top: 10px;
	}
}
@media (min-width:968px) and (max-width:1199px){
	body{
		-background: sandybrown;
	}
	h1{
		font-size:24px;
	}
	h2{
		font-size:18px;
	}	
	h3{
    	font-size:16px;
	}
	/*logo*/
	.navbar-brand {
	    float: left;
	    padding:5px;
	    font-size: 18px;
	    line-height: 20px;
	}
	.navbar-brand img{
		width: 80%;
	}
	.nav {
	    float: right;
	    padding-top:30px;
	    font-size:18px;
	}
	.nav_one {
	    width:96%;
	    margin-left:2%;
	}
	.nav li {
	    border: 1px solid transparent;
	    padding:5px 30px;
	    border-radius: 30px;
	}
	.line {
	    width:30px;
	    height: 5px;
	    background: #333;
	    display: block;
	    border-radius: 2px;
	    margin: 8px auto;
	    transition: all 0.3s ease-in-out;
	}
	/*公司简介*/
	.intro_box {
	    background: #f5f5f5;
	    width: 100%;
	    padding:60px 0;
	}
	.intro {
		width:96%;
		margin-left:2%;
		background: url(../images/index/index_bg2.jpg) no-repeat;
		background-size: 100% 100%;
		padding:40px 40px 40px 0;
	}
	.intro_right p{
		font-size:16px;
		color:#888;
		margin-top:20px;
		line-height:28px;
	}
	/*智慧医枢*/
	.medaxis_wisdom{
		width: 96%;
		margin-left: 2%;
	}
	.medaxis_wisdom .medaxis_wisdom_div {
	    height:380px;
	}
	.wisdom_one ul li {
	    margin-bottom:15px;
	}
	.medaxis_wisdom_div i {
	    font-size: 60px;
	    margin:40px 0 20px 0;
	}
	.medaxis_wisdom_div h3 {
	    font-size:18px;
	}
	.medaxis_wisdom_div p {
	    font-size:16px;
	    color: #888;
	    margin-top:20px;
	    line-height:24px;
	}
	.wisdom_one ul{
		font-size:16px;
   	 	line-height:24px;
	}
	/*医学教育*/
	.education_box .edu_img2 {
	    right:18%;
	    bottom:6%;
	}
	.education_box {
	    padding:40px 0 20px 0;
	}
	.web_more {
	    margin:20px 20px 0 0;
	}
	/*智慧医疗*/
	.w_medical_box {
	    width: 96%;
	    margin: 100px 2%;
	    height:300px;
	}
	.w_medical_div i {
	    font-size:60px;
	}
	.w_medical_div ul {
	    margin-top:15px;
	    font-size:14px;
	    line-height:24px;
	    display: none;
	}
	.w_medical {
	    padding: 40px 0 20px 0;
	}
	/*科研支持*/
	.support {
	    width: 100%;
	    padding:50px 0 0px 0;
	    text-align: center;
	}
	.support_box {
	    width:96%;
	    margin:30px 2% 20px 2%;
	}
	.support_box li img{
		width:35%;
	}
	.support_box h3 {
	    font-size:18px;
	}
	.support_box p {
	    font-size:16px;
	    line-height:24px;
	    margin-top:10px;
	}
	/*近期大事件*/
	.news{
		padding:40px 0 0px 0;
		height: 320px;
	}
	.news_box {
	    width:96%;
	    margin-left:2%;
	}
	.news h1 {
	    margin-left:2%;
	}
	.news_box_div .news_year{
		font-size:18px;
	}
	.news_box_div .news_date{
		font-size:30px;
		margin-bottom: 15px;
	}
	.news_box_div div {
	    width: 10px;
	    height:10px;
	    border:2px solid #979797;
	    margin-bottom:20px;
	}
	.news_box_div p, .news_box_div a{
	    font-size:16px;
	    line-height:24px;
	}
	.bg_line {
	    border-top: 1px solid #ddd;
	    height: 20px;
	    margin-top: 113px;
	    z-index: 22;
	    width: 100%;
	}
	/*合作品牌*/
	.friend {
	    width:96%;
	    margin-left:2%;
	    margin-top: 40px;
	}
	.mr_frbox span {
	    font-size:24px;
	}
	.footer_logo img{
	    width:80%;
	}
	/*公共底部*/
	.web_footer_content ul li {
	    line-height: 24px;
	}
	.web_footer_titleli {
	    font-size:18px;
	    font-weight: 500;
	    padding-bottom: 10px;
	}
	.footer_box{
		width:96%;
		margin-left:2%;
	}
	.footer_logo{
		width:10%;
	}
	.footer_list{
		width: 20%;
	}
	.footer_code{
		width:30%;
	}
	.web_footer_content{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		display: inline-block;
	}
	/*二级小导航*/
	.two_nav ul li {
	    padding:10px 0;
	}
	.two_nav_box {
	    width: 96%;
	    margin-left:2%;
	}
	/*关于合作-一句话banner区域*/
	.ppt_slogan_title {
	    font-size:36px;
	}
	.ppt_slogan_content {
	    width:80%;
	    height:440px;
	    text-align: center;
	    padding: 80px 0;
	    margin-left:10%;
	}
	.ppt_slogan::before {
	    height:440px;
	}
	.ppt_slogan_content {
	    height:270px;
	    padding:30px 0;
	}
	.ppt_slogan_content p {
	    color: #fff;
	    font-size:18px;
	    margin-top: 30px;
	}
	.col_process {
	    background: #fff;
	    padding: 50px 0 0px 0;
	}
	/*课件制作内容*/
	.col_product {
	    padding:10px 0;
	}
	.ppt_pro_ul li i {
	    font-size:60px;
	}
	.col_product_box {
	    width:96%;
	    margin-left:2%;
	}
	.ppt_courseware {
	    width: 96%;
	    margin-left:2%;
	}
	.web_pro_content_P1 {
	    font-size:24px;
	}
	.web_pro_content_P2 {
	    font-size: 18px;
	    padding-bottom: 20px;
	}
	.col_div {
	    width:96%;
	    margin-left:2%;
	    margin-top:20px;
	}
	.coll_animation_li3 div {
	    font-size: 18px;
	}
	.coll_ani_list_two {
	    top: 60px;
	    left: -315px;
	}
	.coll_list_two {
	    left: -242px;
	}
	.coll_list_four {
	    left: -190px;
	}
	.ok_box p{
		font-size: 24px;
	}
	.ok_box img {
	    width:50%;
	}
	/*医学软件开发*/
	.col_software {
	    width:90%;
	    margin-left:5%;
	    display: inline-block;
	}
	.ppt_pro_ul li p {
	    font-size:14px;
	}
	/*医学动画*/
	.col_animation {
	    width:80%;
	    margin-left:10%;
	}
	.ani_box {
	    width:5%;
	    height:750px;
	}
	.design_title {
	    padding: 40px 0 20px 0;
	}
	.ani_active {
	    width:90%!important;
	}
	.cartoon .ikon_box {
	    width:84%;
	    margin-left:8%;
	    display: inline-block;
	}
	.ikon_box img {
	    width:80%;
	}
	.ani_title {
	    font-size:24px;
	}
	.animation_box_divright ul li {
	    height: auto;
	}
	.animation_box {
	    width:940px;
	    height:415px;
	    margin-top: 40px;
	}
	.animation_box_divleft {
	    width:706px;
	    height: auto;
	}
	.animation_box_divright {
	    width:221px;
	    height: auto;
	}
	.ani_height{
		margin: 20px 0 10px 0;
	}
	.script_1 {
	    margin:20px 0 0 0;
	}
	/*关于我们*/
	.about_adv h1 {
	    text-align: center;
	    color: #FFFFFF;
	    padding-bottom:30px;
	    padding-top:20px;
	}
	.about_viedo{
		height:330px;
	}
	.medaxis_wisdom h1 {
	    margin:40px 0 20px 0;
	    font-size: 24px!important;
	}
	.about_advantage_box{
		width:96%;
		margin-left:2%;
	}
	.about_advantage {
	    padding: 20px 40px;
	    height: 250px;
	}
	.about_advantage p {
	    font-size: 16px;
	    line-height:24px;
	    margin-top: 10px;
	}
	.about_stars {
	    height:600px;
	}
	.about_demo{
		margin-top: -610px;
	}
	/*展望未来*/
	.future {
	    background-size: 100% auto;
	}
	.medaxis_wisdom_p {
	    font-size:18px;
	    line-height: 30px;
	}
	.future_box_left i {
	    font-size:30px;
	}
	.future_box_right h3{
		font-size:18px;
	}
	.future_box {
	    height: 140px;
	}
	.future_box_left {
	    padding-top: 15px;
	}
	.future_box_right p {
	    font-size: 14px;
	    line-height:24px;
	}
	/*联系我们*/
	.contact {
	    height:340px;
	}
	.contact_box {
	    margin-top:0px; 
	}
	.contact_box .contact_box_div {
	    width:25%;
	    height: auto; 
	}
	.news_one {
	    left:0%;
	}
	.news_two {
	    left:25%;
	}
	.news_three {
	    left:50%;
	}
	.news_four {
	    left:75%;
	}
	.contact_text {
	    font-size:18px;
	    margin-top: 10px;
	}
}
@media (min-width:1200px) and (max-width:1399px) {
	body{
		-background: seagreen;
	}
	h1{
		font-size:30px;
	}
	h2{
		font-size:20px;
	}	
	h3{
    	font-size:18px;
	}
	/*logo*/
	.navbar-brand {
	    float: left;
	    padding:5px;
	    font-size: 18px;
	    line-height: 20px;
	}
	.navbar-brand img{
		width: 80%;
	}
	.nav {
	    float: right;
	    padding-top:30px;
	    font-size:18px;
	}
	.nav_one {
	    width:90%;
	    margin-left:5%;
	}
	.nav li {
	    border: 1px solid transparent;
	    padding:5px 30px;
	    border-radius: 30px;
	}
	.line {
	    width:30px;
	    height: 5px;
	    background: #333;
	    display: block;
	    border-radius: 2px;
	    margin: 8px auto;
	    transition: all 0.3s ease-in-out;
	}
	/*公司简介*/
	.intro {
		width:90%;
		margin-left:5%;
		background: url(../images/index/index_bg2.jpg) no-repeat;
		background-size: 100% 100%;
		padding:40px 40px 40px 0;
	}
	.intro_right p{
		font-size:18px;
		color:#888;
		margin-top:30px;
		line-height:28px;
	}
	/*智慧医枢*/
	.medaxis_wisdom{
		width: 90%;
		margin-left: 5%;
	}
	.wisdom_one ul{
		font-size:18px;
   	 	line-height: 36px;
	}
	/*医学教育*/
	.education_box .edu_img2 {
	    right:18%;
	    bottom:12%;
	}
	/*智慧医疗*/
	.w_medical_box {
	    width: 90%;
	    margin: 100px 5%;
	    height:300px;
	}
	.w_medical_div i {
	    font-size:70px;
	}
	.w_medical_div ul {
	    margin-top: 30px;
	    font-size:16px;
	    line-height:24px;
	    display: none;
	}
	/*科研支持*/
	.support {
	    width: 100%;
	    padding:50px 0 0px 0;
	    text-align: center;
	}
	.support_box {
	    width:90%;
	    margin:30px 5% 20px 5%;
	}
	.support_box li img{
		width:40%;
	}
	/*近期大事件*/
	.news{
		padding:40px 0 0px 0;
		height: 400px;
	}
	.news_box {
	    width:90%;
	    margin-left:5%;
	}
	.news h1 {
	    margin-left:5%;
	}
	.news_box_div .news_year{
		font-size:18px;
	}
	.news_box_div .news_date{
		font-size:30px;
		margin-bottom: 15px;
	}
	.news_box_div div {
	    width: 10px;
	    height:10px;
	    border:2px solid #979797;
	    margin-bottom:20px;
	}
	.news_box_div p, .news_box_div a{
	    font-size:16px;
	    line-height:24px;
	}
	.bg_line {
	    border-top: 1px solid #ddd;
	    height: 20px;
	    margin-top: 113px;
	    z-index: 22;
	    width: 100%;
	}
	/*合作品牌*/
	.friend {
	    width:90%;
	    margin-left:5%;
	    margin-top: 40px;
	}
	/*公共底部*/
	.web_footer_content ul li {
	    line-height: 24px;
	}
	.web_footer_titleli {
	    font-size:18px;
	    font-weight: 500;
	    padding-bottom: 10px;
	}
	.footer_box{
		width:90%;
		margin-left:5%;
	}
	.footer_logo{
		width:10%;
	}
	.footer_list{
		width: 20%;
	}
	.footer_code{
		width:30%;
	}
	.web_footer_content{
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		display: inline-block;
	}
	/*二级小导航*/
	.two_nav ul li {
	    padding:10px 0;
	}
	.two_nav_box {
	    width: 90%;
	    margin-left:5%;
	}
	/*关于合作-一句话banner区域*/
	.ppt_slogan_title {
	    font-size:40px;
	}
	.ppt_slogan::before {
	    height:500px;
	}
	.ppt_slogan_content {
	    height:320px;
	    padding:30px 0;
	}
	.ppt_slogan_content p {
	    color: #fff;
	    font-size:18px;
	    margin-top: 30px;
	}
	.col_process {
	    background: #fff;
	    padding: 50px 0 0px 0;
	}
	.ppt_pro_ul li p {
	    font-size:14px;
	}
	/*课件制作内容*/
	.col_product {
	    padding:10px 0;
	}
	.ppt_pro_ul li i {
	    font-size:60px;
	}
	.col_product_box {
	    width:90%;
	    margin-left:5%;
	}
	.ppt_courseware {
	    width: 96%;
	    margin-left:2%;
	}
	.web_pro_content_P1 {
	    font-size:24px;
	}
	.web_pro_content_P2 {
	    font-size: 18px;
	    padding-bottom: 20px;
	}
	.col_div {
	    width:90%;
	    margin-left:5%;
	    margin-top:20px;
	}
	.coll_animation_li3 div {
	    font-size: 18px;
	}
	.coll_ani_list_two {
	    top: 60px;
	}
	.coll_list_two {
	    left: -242px;
	}
	.coll_list_four {
	    left: -190px;
	}
	.ok_box p{
		font-size: 24px;
	}
	/*医学软件开发*/
	.col_software {
	    width:88%;
	    margin-left:6%;
	    display: inline-block;
	}
	/*医学动画*/
	.col_animation {
	    width:70%;
	    margin-left:15%;
	}
	.ani_box {
	    width:5%;
	    height:780px;
	}
	.design_title {
	    padding: 40px 0 20px 0;
	}
	.ani_active {
	    width:90%!important;
	}
	.cartoon .ikon_box {
	    width:84%;
	    margin-left:8%;
	    display: inline-block;
	}
	.ikon_box img {
	    width:80%;
	}
	.ani_title {
	    font-size:24px;
	}
	.animation_box_divright ul li {
	    height: auto;
	}
	.animation_box {
	    width:1000px;
	    height:450px;
	    margin-top: 40px;
	}
	.animation_box_divleft {
	    width:751px;
	    height: auto;
	}
	.animation_box_divright {
	    width:236px;
	    height: auto;
	}
	.ani_height{
		margin: 20px 0 10px 0;
	}
	.script_1 {
	    margin:20px 0 0 0;
	}
	/*关于我们*/
	.about_adv h1 {
	    text-align: center;
	    color: #FFFFFF;
	    padding-bottom:30px;
	    padding-top:20px;
	}
	.about_viedo{
		height:330px;
	}
	.medaxis_wisdom h1 {
	    margin:50px 0 30px 0;
	    font-size: 24px!important;
	}
	.about_advantage_box{
		width:90%;
		margin-left:5%;
	}
	.about_advantage {
	    padding: 20px 40px;
	    height: 250px;
	}
	.about_advantage p {
	    font-size: 16px;
	    line-height:24px;
	    margin-top: 10px;
	}
	.about_stars {
	    height:600px;
	}
	.about_demo{
		margin-top: -610px;
	}
	/*展望未来*/
	.future {
	    background-size: 100% auto;
	}
	.medaxis_wisdom_p {
	    font-size:18px;
	    line-height: 30px;
	}
	.future_box_left i {
	    font-size:40px;
	}
	.future_box_right h3{
		font-size:24px;
	}
	/*联系我们*/
	.contact {
	    height:400px;
	}
	.contact_box {
	    margin-top:0px; 
	}
	.contact_box .contact_box_div {
	    width:25%;
	    height: auto; 
	}
	.news_one {
	    left:0%;
	}
	.news_two {
	    left:25%;
	}
	.news_three {
	    left:50%;
	}
	.news_four {
	    left:75%;
	}
}
