////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//                                                                                                            //
//      ____________   ____________    ___________ ___              ________________   ____        ___        //
//     |  ________    | ___________|  | __________| \ \            / /  | __________|  |  \ \      | |        //
//     | |                 | |        | |            \ \          / /   | |            | | \ \     | |        //
//     | |________         | |        | |________     \ \        / /    | |________    | |  \ \    | |        //
//     |_________  |       | |        | |________|     \ \      / /     | |________|   | |   \ \   | |        //
//               | |       | |        | |               \ \    / /      | |            | |    \ \  | |        //
//               | |       | |        | |                \ \  / /       | |            | |     \ \ | |        //
//       ________| |       | |        | |_________        \ \/ /        | |_________   | |      \ \| |        //
//     ____________|       |_|        |___________|        \__/         |___________|  |_|       \___|        //
//                                                                                                            //
//     _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _      //  
//                                                                                                            //
//     Designed by Steventeam in Shanghai, CN.                                                                //
//                                                                                                            //
//     Copyright 2014                                                                                         //
//     www.steventeam.com                                                                                     //
//                                                                                                            //
////////////////////////////////////////////////////////////////////////////////////////////////////////////////

/*-----------------------------------------------------------*/
@charset "utf-8"; {copyright© 2014}

body{
	font-family:"Arial",'黑体','Microsoft YaHei','STHeiti';
	font-size:12px;
	line-height:18px;
	color:#ccc;
    background: #000;
	margin: 0px;
	width:100%;
	height:100%;
}

a{color:#ccc;text-decoration:none;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;	color: #FFF;}
a:active {text-decoration: none;}


::-moz-selection{ color: #fff; background: #1b99f1; }
::selection { color: #fff; background: #1b99f1; }


img{border:0;}

ul,li,p{list-style:none;margin:0; padding:0;}




	h1 { font-size: 50px; }
	h2 { font-size: 37px; }
	h3 { font-size: 30px; }
	h4 { font-size: 24px; }
	h5 { font-size: 18px; }
	h6 { font-size: 14px; }


p {
	font-family:'Microsoft Yahei',arial;
	font-size:14px;
}
h4 {
	font-family:'黑体',arial;
	font-size:28px;
}

.warp{
	width:1100px;
	margin:0 auto;
}


.clear {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}







.bgpic {
	position: fixed;
	width:100%;
	overflow:hidden;
	height:auto;
	top:0;
	left:0;
	margin:0 auto;
	z-index:-100;
}
.bgpic img{
	width:1100px;
	height:auto;
	background: url(../images/loading.gif) no-repeat center 220px;
}

.opacity40 {
	opacity:0.4 !important;
	filter: alpha(opacity=40) !important;
}
.opacity100 {
	opacity:1 !important;
	filter: alpha(opacity=100) !important;
}
.opacity70 {
	opacity:0.7 !important;
	filter: alpha(opacity=70) !important;
}


.bodyscrolldown {
	width:55px;
	height:55px;
    z-index: 2;
    display: block;
    margin:0;
	left:48%;
	top:480px;
    position: absolute;

    background:#1b99f1 url(../images/scroll.png) no-repeat center center;

	-webkit-border-radius: 50%;	
	-ms-border-radius: 50%;	
	-o-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.bodyscrolldown:hover{
	margin-top:30px;
}


.building {
	width:500px;
	margin:175px auto 75px auto;
	text-align:center;
	opacity:0.75;
}

#loading-mask {
    background: #000 url(../images/loading.gif) no-repeat center;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999;
	text-align:center;
	opacity:1;
}

/*---------------ZOOM DEFAULT---------------*/
.zoom { 
    display:block; 
    position:relative; 
    overflow:hidden; 
    background:#fff url(../images/loader.gif) no-repeat center;
}

.zoom img { display:none }

.zoomOverlay {
	position:absolute;
	top:0; 
	left:0;
	bottom:0; 
	right:0;
	display:none;
	background-image:url(../images/bg-zoom.png);
	background-repeat:no-repeat;
	background-position:center;
}


/*---------------ZOOM 2 using css ---------------*/
.zoom2 {
	background:#5bda9b url(../images/bg-zoom.png) no-repeat center center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
	float:left;
}
.zoom2 img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.zoom2 img:hover {
	opacity:0.1;
}


/*------ Top scrollBar ---------------------------------------------*/

#scrollBar A {
	TEXT-INDENT: 2000em;
	HEIGHT: 44px;
	WIDTH: 44px;  
	DISPLAY: block; 
	BACKGROUND:#0d77c1 url(../images/top.png) no-repeat center center; 
	_BACKGROUND: url(../images/top.gif) no-repeat center center; 
	OVERFLOW: hidden; 
	CURSOR: pointer;
	
	opacity:0.5;
	filter: alpha(opacity=50);
	
	
	
	-webkit-border-radius: 50%;	
	-moz-border-radius: 50%;	
	border-radius: 50%;

	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;



}
#scrollBar A:hover {
	margin-bottom:10px;
	opacity:0.9;
	filter: alpha(opacity=90);
	
}



/*==================================== top css ====================================*/

.top {
	width:1100px;
	position:absolute;
	z-index:10000;
	top:0;
}

/*-------- logo css ----------------------------*/
.logo {
	width:200px;
	height:50px;
	position: relative;
	float:left;
	margin:25px 20px 0 50px;
}
.logo img{
	width: 180px;
	height:50px;
}
.logo .text{
}




/*==================================== content css ====================================*/
.content {
	width:1000px;
	margin:140px auto 50px auto;
}



.portfolio4 {
	background:#333;
	width:100%;
	height:300px;
	position:relative;
	margin:0 auto;
	padding:25px 0;
}
.portfolio4 ul {
	width:1080px;
	margin:0 auto;
}

.portfolio4 li {
	width:240px;
	height:125px;
	overflow:hidden;
	margin:10px;
	background:#fff;
	float:left;
	
	border:1px solid #888;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.portfolio4 li:hover {
	border: 1px solid #EC5B43;

}
.portfolio4 li img {
	width:240px;
	height:125px;
}


/*==================================== aboutus css ====================================*/
#aboutus {
	width:100%;
	margin-top:140px;
}
.aboutus {
	width:1000px;
	height:400px;
	margin:50px auto;
	overflow:hidden;
	position:relative;
	color:#333;
	background:#fff;
	opacity:0.9;
	box-shadow:1px 1px 3px #333;
}
.aboutus .white-right {
	height:0;
	width:0;
	position:absolute;
	top:190px;
	left:400px;
	z-index:100;
	
	border-left: 12px solid #fff;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-right: 0;
}

.aboutus .left {
	float: left;
	width:400px;
	height:100%;
	overflow:hidden;
}
.aboutus .left img {
	height:100%;
}

.aboutus .right {
	float:left;
	width:520px;
	height:100%;
	padding:40px;
}
.aboutus .right h4 {
	font-size:28px;
	letter-spacing:1px;
	margin:25px 0 20px 0;
}
.aboutus .right p {
	font-size:14px;
	line-height:28px;
}

.aboutus .border_top {
	border-top:1px solid #222;
	width:300px;
	height:10px;
	display:block;
}


/*==================================== m_medical css ====================================*/





/*==================================== service css ====================================*/
#service {
	width:100%;
	margin-top:140px;
}
.service {
	width:1000px;
	height:435px;
	margin:50px auto;
	overflow:hidden;
	position:relative;
	color:#333;
	opacity:0.9;
}
.service .white-right {
	height:0;
	width:0;
	position:absolute;
	top:195px;
	left:320px;
	z-index:100;
	
	border-left: 12px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-right: 0;
}
.service .left .white-top {
	height:0;
	width:0;
	position:absolute;
	top:165px;
	left:50px;
	z-index:100;
	
	display:none;
	
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 0;
}

.service .left {
	float: left;
	width:320px;
	height:430px;
	overflow:hidden;
	background:#fff;
	box-shadow:1px 1px 3px #333;
}
.service .left img {
	width:100%;
	height:175px;
}
.service .left h4 {
	letter-spacing:1px;
	margin:35px 30px 15px 35px;
}
.service .left p {
	font-size:14px;
	line-height:24px;
	margin:0px 35px;
}


.service .right {
	float:left;
	width:590px;
	height:360px;
	margin-left:15px;
	padding:35px;
	background:#fff;
	box-shadow:1px 1px 3px #333;
}
.service .right h4 {
	font-size:28px;
	margin:25px 0 20px 0;
}
.service .right p {
	font-size:14px;
	line-height:28px;
}
.service .right p.number {
	float:left;
	width:25px;
	font-weight:bold;
}
.service .right p.detail {
	float:left;
	width:560px;
}


.service .border_top {
	border-top:1px solid #222;
	width:250px;
	height:10px;
	display:block;
	margin:0 35px;
}




/*==================================== contact css ====================================*/
.contact {
	width:100%;
	margin-top:140px;
}
.maps {
	width:1000px;
	height:420px;
	margin:50px auto;
	position:relative;
	background:#fff;
	opacity:0.9;
	overflow:hidden;
	box-shadow:1px 1px 3px #333;
}

.maps .white-right {
	height:0;
	width:0;
	position:absolute;
	top:190px;
	left:370px;
	z-index:100;
	
	border-left: 12px solid #fff;
	border-bottom: 12px solid transparent;
	border-top: 12px solid transparent;
	border-right: 0;
}

.maps .left {
	float:left;
	width:320px;
	height:400px;
	padding:55px 15px 15px 35px;
	overflow:hidden;
}
.maps .left h4 {
	font-size:28px;
	letter-spacing:1px;
	line-height:40px;
	color:#222;
	margin:10px 0;
}
.maps .left p {
	line-height:20px;
	color:#444;
	margin:15px 0;
}

.maps .right {
	float:left;
	width:630px;
	height:420px;
	overflow:hidden;
	background:#000 url(../images/loading.gif) no-repeat center center;
}


.maps .border_top {
	border-top:1px solid #222;
	width:260px;
	height:10px;
	display:block;
}
.maps a {
	color:#1b99f1;
}



/*==================================== download css ====================================*/
#download {
	width:100%;
	margin-top:125px;
}
.download {
	width:1000px;
	height:650px;
	margin:50px auto;
	overflow:hidden;
	position:relative;
	color:#333;
}




/*==================================== footer css ====================================*/
#footer {
	width:100%;
	min-width:1100px;
	height:100px;
    background:#1b99f1 ;
	position:relative;
	overflow:hidden;
}
#footer .info {
	width:1000px;
	height:;
	color:#fff;
	font-size:14px;
	margin:0px auto;
}

#footer li{
	float:left;
	margin:25px 20px;
	text-align:left;
}


#footer li .email{
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
	background:#0471ed url(../images/icons/email.png) no-repeat 9px center;
	background-size:32px 18px;
	display:block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	box-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
#footer li .email:hover{
	width:265px;
}


#footer li .email span, #footer li .call span {
	margin:50px;
	line-height:50px;

}

#footer li .call{
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
	background:#0471ed url(../images/icons/call.png) no-repeat 15px center;
	background-size:20px 29px;
	display:block;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	
	box-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
#footer li .call:hover{
	width:220px;
}



#footer p{
	float:left;
	margin:40px;
	color:#FFF;
	font-size:12px;
	
	text-shadow: -1px -1px 0 rgba(0,0,0,0.2);
}
#footer p a {
	color:#fff;
}


