﻿@charset "UTF-8";
/* CSS Document */

html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
	color: #666;
	font-size: 1rem;
	overflow-x: hidden
}
a:active, a:hover {
	color: #1976d2;
}
img {
	width: auto;
	max-width: 100%;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
h6 {
	font-size: 1.4rem;
}
.text-info {
	color: #1976d2
}
.btn-info {
	background-color: #359de4;
	border-color: #359de4;
}
.btn-info:hover {
	background-color: #2780d9;
	border-color: #2780d9;
}
.bgcolor {
	background-color: #f5f5f5;
}
.bgcolorW {
	background-color: #fff;
}
.bgcolorB {
	background-color: #eaf5fb;
}
/*表单样式*/
form {
	display: block;
	margin-top: 0em;
}
.form-group {
	margin-bottom: 1.5rem;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.7rem 1.375rem;
	font-size: 1rem;
	line-height: 1;
	color: #666;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {
	height: 3rem;
}
select.form-control {
	min-width: 6rem;
	padding: .4375rem 1rem;
	border: 1px solid #d4d4d4;
	color: #666;
	border-radius: 0;
}
.form-group .file-upload-default {
	visibility: hidden;
	position: absolute;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-group .file-upload-info {
	background: transparent;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
/*表单结束*/
/*logo样式*/
.toplogo {
	clear: both;
	height: 85px;
}
.logo {
	height: 50px;
	margin-top: 1.2rem;
	color: #000;
}
.logo span {
	position: relative;
	top: .2rem;
	padding-left: .5rem;
	font-size: .875rem
}
.logo img {
	height: 100%;
	width: auto;
}
/*顶部电话*/
.rel {
	background: url(Images/icon1.png) left center no-repeat;
	background-size: contain
}
.rel p {
	margin-left: 3rem;
	color: #48b4ec;
	font-family: impact, chicago;
	line-height: 1.2
}
/*导航样式*/
.navbar {
	
	background: #359de4;
	position: relative;
	z-index: 99999;
}
.navbar-menu {
	width: 100%;
}
.navbar-menu li {
	float: left;
	width: 10%;
	line-height: 4rem;
	position: relative;
	text-align: center;
}
.navbar-menu li a {
	width: 100%;
	display: inline-block;
	font-size: 15px;
	position: relative;
	color: #fff;
}
.navbar-menu>ul>li>a {

	line-height: 50px;
    height: 60px;
	
}
.navbar-menu li.active a, .navbar-menu li a:hover {
	color: #fff;
	background: #2780d9;
}
.navbar-menu li:last-child {
	padding-right: 0;
}
.navbar-menu li ul {
	display: none;
	width: 100%;
	position: absolute;
	border-top: 3px solid #2780d9;
	min-width: 100px;
	background: rgba(255,255,255,.85);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 0 0 5px 5px;
	left: 0;
	z-index: 900;
	top: 4rem;
	margin: 0;
	line-height: 1;
	padding: 10px 0;
}
.navbar-menu>ul>li>ul>{display:noe;}
@media(max-width:998px){
    .navbar-menu li ul {
        display:block;
    }
}
.navbar-menu li ul li {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	line-height: 32px;
}
.navbar-menu li ul li a {
	color: #3198e2;
	width: 100%;
	font-weight: normal;
	font-size: 1.1rem;
	padding: .2rem 0;
}
.navbar-menu li ul li:hover {
	background: #fff;
}
.navbar-menu li ul li a:before {
	display: none;
}

@media all and (min-width: 1024px) {
.navbar-menu>ul>li>a{
        position:relative;
}
.navbar-menu>ul>li>a:hover::after{
          content:'';
            height: 2px;
        width: 20px;
        margin-left: -10px;
        position: absolute;
        bottom: 14px;
        left: 50%;
        background: #fff;
        border-radius: 4px;

}
.navbar-menu li ul li ul {
	display: none;
}

.navbar-menu>ul>li:hover>ul {
	display: block;
}
.navbar-menu>ul>li>ul>li>ul {
	display: none;
}
.navbar-menu>ul>li>ul>li:hover>ul {
	display: block;
}
/*头部三级*/
.navbar-menu> ul > li > ul > li > ul{position:absolute;top:0;left:100%;border-left: 3px solid #2780d959;width:190px;border-top:none;padding-top:0;padding-bottom:0;}
.navbar-menu> ul > li > ul > li > ul::before{
content: '';
position: absolute;
top: 12px;
left: -13px;
width: 0;
height: 0;
border-top: 6px solid transparent;
border-right: 10px solid #fff;
border-bottom: 6px solid transparent;
display:none;
}
.navbar-menu> ul > li > ul > li > ul >li a{
padding-left:10px;text-align:left;}
/*头部四级隐藏*/
.navbar-menu>ul>li>ul>li>ul>li ul{display:none;}

}

.navbar-bg .active {
	display: inline-block;
}
.navbar-bg.active {
	display: block;
	opacity: 1;
}
.navbar-toggle {
	color: #2780d9;
	line-height: 4.5rem;
	font-size: 1.8rem;
	height: 4.5rem;
	text-align: center;
}
.roll {
	width: 100%;
	z-index: 200;
	margin: 0;
	position: fixed;
	top: 0;
	left: 0
}
/*顶部搜索*/
.search {
	width: 100%;
	margin: .7rem 0 0 0;
	position: relative;
}
.search .form-group {
	margin-bottom: 0;
}
.search .input-group > .form-control:not(:last-child), .search .input-group > .custom-select:not(:last-child) {
	border-radius: 18px;
}
.search .input-group .form-control {
	border: 0;
	border-radius: 18px;
}
.search .btn-info {
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50px;
	position: absolute;
	right: 3px;
	top: 4px
}
/*幻灯样式*/
.slider-container {
	clear: both;
	position: relative;
               	height: 430px;   /*由530改为430*/
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}
.slider-control {
	z-index: 2;
	position: absolute;
	top: 0;
	width: 12%;
	height: 100%;
	will-change: opacity;
	opacity: 0;
	font-family: "FontAwesome";
	z-index: 300;
}
.slider-control:before {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	font-size: 5rem;
	opacity: 0;
	filter: alpha(opacity=0);
}
.slider-control.inactive:hover {
	cursor: auto;
}
.slider-control:not(.inactive):hover {
	opacity: 1;
	cursor: pointer;
}
.slider-control.left {
	left: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.left:before {
	left: 15%;
	content: "\f104";
}
.slider-control.right {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}
.slider-control.right:before {
	left: inherit;
	right: 15%;
	content: "\f105";
}
.slider-control:hover.left:before, .slider-control:hover.right:before {
	opacity: 1;
	filter: alpha(opacity=100);
}
.slider-pagi {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 1rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 0;
	list-style-type: none;
	z-index: 200;
}
.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 42px;
    margin: 0 0.4rem;
    cursor: pointer;
}
.pagi-bg {
    width: 100%;
    background: rgba(0,0,0,.6);
    height: 70px;
    position: absolute;
    bottom: 0;
    z-index: 700;
}
@media(max-width:720px) {
    .pagi-bg {
        display: none;
    }
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slider {
	z-index: 1;
	position: relative;
	height: 100%;
	z-index: 100;
}
.slider.animating {
	will-change: transform;
}
.slider.animating .slide__bg {
	will-change: transform;
}
.slide {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slide.active .slide__overlay, .slide.active .slide__text {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.slide__bg {
	position: absolute;
	top: 0;
	left: -50%;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	will-change: transform;
}
.slide:nth-child(1) {
	left: 0;
}
.slide:nth-child(1) .slide__bg {
	left: 0;
}
.slide:nth-child(2) {
	left: 100%;
}
.slide:nth-child(2) .slide__bg {
	left: -50%;
}
.slide:nth-child(3) {
	left: 200%;
}
.slide:nth-child(3) .slide__bg {
	left: -100%;
}
.slide:nth-child(4) {
	left: 300%;
}
.slide:nth-child(4) .slide__bg {
	left: -150%;
}
.slide:nth-child(5) {
	left: 400%;
}
.slide:nth-child(5) .slide__bg {
	left: -200%;
}
.slide:nth-child(6) {
	left: 500%;
}
.slide:nth-child(6) .slide__bg {
	left: -250%;
}
.slide:nth-child(7) {
	left: 600%;
}
.slide:nth-child(7) .slide__bg {
	left: -300%;
}
.slide:nth-child(8) {
	left: 700%;
}
.slide:nth-child(8) .slide__bg {
	left: -350%;
}
.slide:nth-child(9) {
	left: 800%;
}
.slide:nth-child(9) .slide__bg {
	left: -400%;
}
/*---end---*/
/*大标题样式*/
.heading {
	padding-bottom: 2rem;
}
.heading hr {
	margin: .8rem auto;
	width: 3rem;
	border-top: 2px solid #2780d9;
}
.heading hr.hr01 {
	margin-left: auto;
	margin-right: auto;
}
/*查看更多*/
.Lmore {
	display: inline-block;
	width: 10rem;
	height: 3rem;
	font-size: 1rem;
	text-align: center;
	line-height: 3rem;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	border-radius: 50px;
	background-color: #39a2e5;
	position: relative;
	top: 0;
}
.Lmore a {
	color: #fff;
}
.Lmore:hover {
	top: -1rem;
	background-color: #1976d2;
}
/*特色*/
.characteristicbox {
	background: #4abaf3;
	border: 10px solid #48b4ec;
	height: 155px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: Center;
	padding: 0 2rem;
}
.characteristicbox:hover {
	box-shadow: 1px 1px 1px 1px #ccc;
	transition: box-shadow 0.5s ease 0s;
}
.characteristic .col-lg-4:nth-child(2) .characteristicbox {
	background: #6889fc;
	border: 10px solid #6585f4;
}
.characteristic .col-lg-4:nth-child(3) .characteristicbox {
	background: #987cfc;
	border: 10px solid #8b72e7;
}
/*友情链接*/
.flink{
	padding: 1rem 0;
	
	overflow: hidden;
}
.flink dl dt{
	float: left;
	width: 100px;
	background: url(Images/icon2.png) left center no-repeat;
	height: 27px;
	background-size:contain;
}
.flink dl dd{
	float: left;
}
.flink dl dd a{
	margin: 0 1rem;
	line-height: 2rem
}
/*产品中心*/
.Icontbox {
	width: 100%;
	position: relative;
	z-index: 100;
}
.Icontbox a {
	display: inline-block;
}
.prod-class {
	margin-right: -1.5rem;
}
.prod-class li {
	font-size: 1.1rem;
	padding: 0 1.5rem;
}
.prod-class li a {
	line-height: 2rem;
	display: inline-block;
	padding: .5rem 0;
	border-bottom: 2px solid #fff;
}
.prod-class li.active a, .prod-class li:hover a {
	border-bottom: 2px solid #2780d9;
	padding: a
}
.prodlist, .news {
	margin: 0 -15px;
}
.prodbox {
    position: relative;
    background: #f5f5f5;
    padding-bottom: 1.5rem;
}

    .prodbox:hover {
        box-shadow: 0 5px 5px rgba(0,0,0,.2);
        background: #3198e2;
        top: -15px;
        transition-delay: 1s;
        transition: all 1s ease;
        transform: scale(1.02, 1.02)
    }

.prodbox .prodimg {
	height: 270px;
	overflow: hidden;
}
.prodbox p {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.prodbox p:nth-child(1) {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prodbox:hover p {
	color: #fff;
}
.prodbox p span {
	float: right;
	display: inline;
	padding-left: 1rem;
	border-left: 1px solid #f5f5f5;
	color: #f5f5f5;
}
.prodbox:hover p span {
	border-left: 1px solid #fff;
	color: #fff;
}
/*医师*/
.adoctorbox {
	margin-bottom: 2.5rem
}
.adoctorbox .adoctorimg {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;
	overflow: hidden;
}
.adoctorbox .adoctorcont {
	height: 10rem;
	margin-left: 10rem;
	padding: 1rem 3rem;
	display: flex;
	justify-content: center;
	align-items: Center;
}
.adoctorbox a p {
	color: #5a5a5a;
}
.adoctorbox a:hover p.font-size-18, .newsbox a:hover .newscont p.font-size-18 {
	color: #3198e0;
}
/*新闻*/
.newsbg {
	background: #fff url(Images/bg01.png) bottom center no-repeat;
	background-size: contain;
}
.newsbox {
	margin-bottom: 1.5rem
}
.newsbox .newsimg {
	width: 15rem;
	height: 10rem;
	overflow: hidden;
}
.newsbox .newscont {
	margin-left: 17rem;
	height: 10rem;
	overflow: hidden;
	border-bottom: 2px solid #ddd;
	position: relative;
}
.newsbox .newscont .time {
	width: 100%;
	bottom: .5rem;
	position: absolute;
}
/*关于我们*/
.about {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 30px 0;
    position: relative;
    background: url('images/bg02.png') no-repeat center top;
    background-repeat: no-repeat;
    background-attachment: fixed
}
.about {
	position: relative;
}
.Icontbox-pull {
	
	z-index: 100;
}
.aboutbox {
	padding: 1rem 10% 0;
}
/*底部样式*/
.footerbg {
	position: relative;
	z-index: 100;
	background-color: #369ee5;
}
.footer {
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 2.5rem 0;
}
.footer .col-lg-4 {
	display: flex;
	justify-content: center;
	align-items: Center;
	height: 180px;
}
.footer .col-lg-4 i {
	font-size: 1.5rem;
}
.footer .col-lg-4 img {
	margin-bottom: 2rem;
}
.footer .col-lg-2 img {
	width: auto;
	height: 8rem;
}
.footer ul li {
	line-height: 200%;
}
.footer a, .rights a {
	color: #fff;
}
.rights {
	color: #fff;
	background: #1072bd;
	text-align: center;
}
/*---end---*/
/*在线客服*/
.online-service {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 500
}
.serviceS {
	width: 51px;
	height: 61px;
	background: url(Images/service.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 55px;
	color: #fff;
	font-size: .913rem;
	text-align: center;
	padding-top: 33px;
	padding-left: 8px;
}
.serviceH {
	width: 190px;
	height: 240px;
	background: url(Images/service_open.png) right center no-repeat;
	position: absolute;
	right: -240px;
	top: 0;
}
.serviceH .Lfont {
	float: left;
	width: 75px;
	color: #fff;
	padding-top: 98px;
	text-align: center;
	font-size: .913rem
}
.serviceH i {
	color: #3097e2;
}
.serviceH .Rfont {
	margin-left: 95px;
	padding-top: 50px;
}
.online-service:hover .serviceS {
	right: -55px
}
.online-service:hover .serviceH {
	right: 0
}
/*返回顶部*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	background: url(../css/images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 190;
	border-radius: 50%;
}
#toTop:hover {
	background: url(../css/images/ui.totop.png) no-repeat left -50px;
	background-size: cover;
}
/*子页*/
.subbanner {
	width: 100%;
	height: 300px;
	position: relative;
}
.parallux .text {
	width: 100%;
	height: 300px;
	text-align: center;
	color: rgba(255,255,255,1);
	-webkit-text-shadow: 0 0 5px rgba(0,0,0,1.00);
	-moz-text-shadow: 0 0 5px rgba(0,0,0,1.00);
	text-shadow: 0 0 5px rgba(0,0,0,1.00);
	position: absolute;
	left: 0;
	top: 55%;
}
/*发展历程*/
.path {
	background: #f5f5f5;
}
.event_box {
	width: 100%;
	margin: 2rem auto 0;
	position: relative;
}
.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}
.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px !important;
}
.parHd .tempWrap {
	margin: 0 auto;
}
.parHd .tempWrap:after {
	content: '';
	width: 85%;
	border-bottom: 7px solid #eceef0;
	position: absolute;
	top: 23px;
	box-shadow: 0px -1px 0px #dadcdf;
	right: 8%;
	z-index: 10;
}
.parHd li.no_line:before {
	display: none;
}
.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-top: 30px;
	font-size: 1.25rem;
	color: #666;
	margin: 0 4.5rem;
	position: relative;
}
.parHd li:after {
	content: '';
	background: url(images/dot_ico.png) no-repeat;
	background-size: contain;
	width: 24px;
	height: 31px;
	position: absolute;
	z-index: 20;
	top: -12px;
	left: 50%;
	margin-left: -15px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.parHd li.act:after {
	background: url(images/dot_ico_act.png) no-repeat;
	background-size: contain;
}
.parBd {
	text-align: center;
	margin: 2rem 0;
}
.parBd h4 {
	position: relative;
	font-size: 2.2rem;
	color: #000;
	padding: 0 30px;
	display: inline-block;
	text-align: center;
}
.parBd h4:after {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	left: -100px;
	bottom: 22px;
}
.parBd h4:before {
	content: '';
	background: #000;
	width: 100px;
	height: 1px;
	position: absolute;
	right: -100px;
	bottom: 22px;
}
.sPrev, .sNext {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	top: 10px;
	background: url(../css/images/left_ico.png) no-repeat center;
	background-size: cover;
}
.sPrev {
	left: 0;
}
.sNext {
	right: 0;
	background: url(../css/images/right_ico.png) no-repeat center;
	background-size: cover;
}
.sPrev img, .sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}

/*响应式样式*/
@media all and (max-width: 1199px) {
h6 {
	font-size: 1.2rem
}
h2 {
	font-size: 2.4rem
}
h4 {
	font-size: 1.8rem
}
h5 {
	font-size: 1.5rem;
	_font-size: 15px;
}
.toplogo {
	height: 5.5rem;
	padding: 0;
}
.logo {
	height: 2.5rem;
}
.rel {
	margin-top: 1.5rem;
}
.navbar {
	height: 3.5rem;
	padding: 0 1.2rem;
}
.navbar-menu li, .navbar {
	height: 3.5rem;
	line-height: 3.5rem;
}
.navbar-menu li ul {
	top: 3.5rem
}
.search {
	margin: .5rem 0 0 0;
}
.slider-container {
	height: 400px;
}
.slider-control, .slider-control:before {
	opacity: 1;
}
.slider-control.left, .slider-control.right {
	background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.heading {
	padding: 0 1rem 1rem
}
.heading p {
	font-size: 1rem;
}
.prod-class {
	margin-right: 0;
}
.characteristic {
	padding-top: 2.5rem
}
.Icontbox {
	padding: 2.5rem 1.8rem;
}
.prodlist, .news {
	margin: 0;
}
.prodlist .col-xs-6 {
	padding: 0 .75rem
}
.prodbox .prodimg {
	height: auto;
}
.Lmore {
	width: 8rem;
	margin-top: 2rem;
	line-height: 2.5rem;
	height: 2.5rem
}
.adoctorbox {
	margin-bottom: 1.5rem;
}
.Lmore.margin-top-10 {
	margin-top: .5rem;
}
.subparallux .parallux {
	height: 480px;
}
.subparallux .parallux.not-full .parallux-bg {
	min-height: 480px
}
.aboutbox img {
	height: 2.5rem
}
#toTop {
	width: 3rem;
	height: 3rem;
}
.footer {
	padding: 2rem 0;
}
.footer .col-lg-2 {
	text-align: center;
	padding-right: 1.2rem;
	margin-top: -.5rem
}
.event_box {
	width: 95%;
}
.parBd {
	margin: 1rem 0
}
.parHd li {
	margin: 0 3rem
}
.parBd h4 {
	font-size: 1.5rem
}
.parBd h4:before, .parBd h4:after {
	top: 16px;
}
.newsparallux .parallux, .parallux .text {
	height: 200px;
}
.newsparallux .parallux.not-full .parallux-bg {
	min-height: 350px
}
.parallux .text {
	top: 48%;
}
	.flink{
		padding: 1rem 2.2rem
	}
}

@media all and (max-width: 1024px) {
.navbar-menu li a {
	font-size: 1rem;
}
}

@media all and (max-width: 992px) {
.slider-container {
	height: 350px;
}
.display-hidden {
	display: block;
}
.toplogo {
	height: 4.8rem;
}
.logo {
	margin-top: 1.1rem;
}
.navbar-toggle {
	float: right;
	right: -.8rem;
	position: absolute;
	top: -4.6rem;
}
.navbar, .navbar-header {
	height: 1px;
	border: 0;
}
.navbar *, .navbar *:after, .navbar *:before {
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
.navbar-menu {
	position: fixed;
	top: 0;
	right: -260px;
	width: 260px;
	height: 100vh;
	background: #fff;
	overflow-x: hidden;
	z-index: 900;
	margin: 0;
	padding: 1rem 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.navbar-menu.active {
	right: 0
}
.navbar-menu li {
	width: 100%;
	height: auto;
	line-height: 45px;
	padding: 0;
	border-bottom: 1px solid #dcdcdc;
}
.navbar-menu li a {
	text-align: left;
	padding: 0 2.5rem;
	color: #5a5a5a;
}
.navbar-menu li.active a, .navbar-menu li:hover a, .navbar {
	background-color: transparent;
	color: #666;
	font-size: 1rem;
}
.navbar-menu li.active a {
	color: #2780d9;
}
.navbar-menu li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	color: #ccc;
	position: absolute;
	right: 2.2rem;
}
.navbar-menu li ul {
	min-width: 100%;
	position: inherit;
	border-radius: 0;
	box-shadow: 0 0 0;
	top: 0;
	left: 0;
	padding: 0
}
.navbar-menu li ul li {
	line-height: 38px;
	text-align: left;
	padding-left: 3rem;
	background: rgba(0,0,0,.02);
	border-bottom: 0;
	border-top: 1px solid #dcdcdc;
}
.slider-container .sliderfont h3 {
	font-size: 1.5rem
}
.slider-container .sliderfont p {
	font-size: 1rem
}
.characteristicbox {
	padding: 0 1rem
}
.prodbox {
	padding-bottom: 2rem;
}
.prodlist .col-xs-6 {
	padding: 0 .5rem;
}
.adoctorbox .adoctorimg {
	width: 8rem;
	height: 8rem;
}
.adoctorbox .adoctorcont {
	height: 8rem;
	margin-left: 8rem;
	padding: 0 1.5rem
}
.newsbox {
	margin-bottom: 1rem;
}
.newsbox .newsimg {
	width: 10rem;
	height: 6.5rem;
}
.newsbox .newscont {
	margin-left: 11.5rem;
	height: 6.5rem;
}
.newscont p.font-size-18 {
	font-size: 1.1rem;
}
.subparallux .parallux {
	height: 450px;
}
.aboutbox .padding-bottom-40 {
	padding-bottom: 1.5rem;
}
.aboutbox .font-size-16 {
	font-size: 1.05rem;
	line-height: 1.8;
}
.footer .col-lg-2 {
	display: none;
}
.parallux .text {
	top: 38%;
}
.parHd li {
	margin: 0 2rem;
}
}

@media all and (max-width: 542px) {
h2 {
	font-size: 2rem;
}
h4 {
	font-size: 1.6rem;
}
h5 {
	font-size: 1.3rem;
}
.slider-control {
	display: none;
}
.slider-container {
	height: 180px;
}
.logo {
	margin-top: 1.2rem;
	height: 2.2rem;
}
.rights {
	padding: .7rem 2rem;
}
.characteristic .col-lg-4 {
	padding: 0
}
.characteristicbox {
	padding: .5rem .8rem;
	height: auto;
	font-size: .913rem
}
.heading {
	width: 100%;
	text-align: center;
	padding-bottom: 16px;
}
.heading hr {
	margin: .5rem auto;
}
.prodbox {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.prodbox p {
	text-align: center;
	padding: 0 1rem .5rem 1rem;
	font-size: .913rem
}
.Icontbox {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.prod-class {
	width: 100%;
	padding: 0 0 1rem 0;
}
.prod-class li {
	float: left;
	padding-left: .4rem;
	padding-right: 1rem;
	font-size: 1rem;
}
.prod-class li a {
	padding: .2rem 0
}
.news {
	margin: 0 -8px;
}
.ADoctor, .news {
	padding-top: 1.5rem;
}
.newscont p.font-size-18 {
	font-size: 1rem;
}
.adoctorbox .adoctorcont {
	padding-right: 0;
	font-size: .913rem
}
.aboutbox {
	padding: 1rem 5% 0;
}
.aboutbox img {
	height: 2rem
}
.aboutbox .padding-bottom-40 {
	padding-bottom: 1.5rem;
}
.aboutbox .font-size-16 {
	font-size: 1rem;
	line-height: 1.6;
}
.characteristic {
	padding: 1.2rem 2rem 0;
}
.footer .col-lg-4 {
	height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem
}
.footer {
	padding: 1.5rem 1.2rem 0;
}
.footer .col-lg-4 img {
	height: 2rem
}
.footer .col-xs-12 {
	text-align: center;
}
.footer ul {
	padding: 0 0 1.5rem 0;
}
.footer ul li {
	line-height: 160%;
}
.event_box .parHd {
	height: 70px;
}
.parHd .tempWrap {
	padding-left: .2rem
}
.event_box {
	margin-top: 1rem;
}
.parHd li {
	padding-top: 20px;
	margin: 0 .4rem;
	font-size: 1rem;
}
.parHd li:after {
	margin-left: -10px;
	width: 18px;
}
.parHd .tempWrap:after {
	border-bottom: 4px solid #eceef0;
}
.sPrev, .sNext {
	width: 25px;
	height: 25px;
	left: 5px;
}
.sNext {
	left: inherit;
	right: 5px;
}
.parBd h4 {
	font-size: 1.2rem;
}
.parBd h4:before, .parBd h4:after {
	top: 12px;
	width: 50px;
	background: #ddd;
	right: -30px;
}
.parBd h4:after {
	left: -30px
}
.parBd p.font-size-16 {
	font-size: 1rem;
}
.newsparallux .parallux, .parallux .text {
	height: 150px;
}
.newsparallux .parallux.not-full .parallux-bg {
	min-height: 250px
}
.parallux .text {
	top: 30%;
}
}

@media all and (min-width: 542px) and (max-width: 741px) {
.prodbox {
	margin-bottom: 2.5rem;
}
}

@media all and (max-width: 320px) {
.prodlist .col-xs-6 {
	width: 100%;
}
}
