/****************************** MAIN STYLES - backgorund,deviders ******************************/

/* Main Container */
img, embed, object, video {
	max-width: 100%
}
/****************************** HOME - Content Part - Logo&Menu ******************************/
/* Header - Logo & Menu */
#header {
	background:#fff;
	height:90px;
}
.logo {
	float: left;
	display:block;
}
.mainmenu {
	float:right;
	margin-right:20px;
}
ul.sf-menu {
	margin-top:0px;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
.sf-menu {
	position: relative;
	float: right;
	line-height: 12px;
	margin: 0;
	z-index: 99;
}
.sf-menu li {
	background:transparent;
	font-weight:bold;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sf-menu li:hover { /* visited pseudo selector so IE6 applies text colour*/
	background: rgba(215, 234, 238, 0.3);
	font-weight:bold;
}
.sf-menu li a {
	font-family: "Microsoft YaHei","黑体","宋体","Arial";
	font-size: 18px;
	font-weight:bold;
	padding:42px 10px 35px 10px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:400;
}
li a#visited {
	padding:42px 10px 35px 10px;
	background:#fafbfa;
	font-family:Microsoft YaHei;
}
/*** submenu ***/
.sf-menu li ul {
	box-shadow: 1px 1px 1px 1px #999;
	margin-top:55px;
}
.sf-menu ul li { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu ul li:hover { /* visited pseudo selector so IE6 applies text colour*/
	border-top:none;
}
.sf-menu li ul li a {
	text-decoration:none;
	color:#666;
	background-color:#fff;
	border: 0;
	padding:15px;
	font-weight: normal;
	font-size: 14px;
	font-family:"Microsoft YaHei","黑体","宋体","Arial";
	text-transform:lowercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sf-menu li ul li a:hover {
	background:#f2f8f9;
	color:#000;
}
.sf-menu li li {
	border-bottom:1px solid #fff;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:-10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
span.home {
	margin-right:10px;
}
/****************************** HOME - Content Part - FlexSlider ******************************/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

/* Browser Resets */
.flex-container a, .flexslider a, .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	margin: 0px 0 0 0;
	padding: 0;
	background:#fff;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
	margin-top:50px;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */
/* IE rgba() hack */
.flex-caption {
	zoom: 1;
	width: 20%;
	padding: 2%;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#bfd6e4;
	color:#414558;
	font-size: 12px;
	line-height: 15px;
}
/* Direction Nav */
.flex-direction-nav {
	height: 0;
}
.flex-direction-nav a {
	width:52px;
	height: 52px;
	margin: -15px 0 0;
	display: block;
	background:  url(../images/flexslider/bg_direction_nav.png) no-repeat;
	position: absolute;
	top: 50%;
	cursor: pointer;
	text-indent: -999em;
}
.flex-direction-nav .flex-next {
	background-position: -52px 0;
	right: 0px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
}
.flex-direction-nav .flex-disabled {
	opacity: .3;
	filter:alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -999em;
}
.flex-control-nav a:hover {
	background-position: 0 -13px;
}
.flex-control-nav a.flex-active {
	background-position: 0 -26px;
	cursor: default;
}
/****************************** HOME - Content Part - Box One ******************************/


.clients img {
	margin-top:30px;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.clients img:hover {
	-webkit-transition: opacity 1s linear;
	-moz-transition: opacity 1s linear;
	-o-transition: opacity 1s linear;
	-ms-transition: opacity 1s linear;
	transition: opacity 1s linear;
}
/****************************** HOME - Content Part - Box Three ******************************/

/****************************** HOME - Content Part - Footer ******************************/
#footer {
	background:#333333;
	padding:20px 0px;
}
.footer ul li {
	color:#f1f2f2;
	border-top:1px solid #787f94;
	border-bottom:1px solid #494d5a;
	padding:5px 0;
}
.footer ul li:last-child {
	border-bottom:none;
}
.footer ul li:first-child {
	border-top:none;
}
.footer ul li a {
	color:white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
}
.footer ul li a:hover {
	color:#bfd6e4;
	padding-left:5px;
}
/****************************** HOME - Content Part - Copyright ******************************/
#copyright {
	background:#333333;
}
.copyright {
	font-size:12px;
	line-height:14px;
	color:#aaaaaa;
	text-align:center;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
.sf-menu li a {
 padding:45px 10px 45px 10px;
}
.flex-caption {
 display:none;
}
span.left {
 padding:0 5px;
}


}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
 .mainmenu {
float: left;
width: 100%;
margin-top:-230px;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
width: 100%;
}
 .flex-caption {
 display:none;
}

}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
ul.tabs {
 margin-top:20px;
}
.flex-caption {
 display:none;
}
form#contact_form textarea {
 width: 300px;
}
}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
ul.tabs {
 margin-top:20px;
}
ul.tabs li {
 padding: 0 5px 0 0px;
}
 .mainmenu {
float: left;
width: 100%;
margin-top:-230px;
display: none;
}
ul.pagination li a {
 padding:5px 8px;
}

form#contact_form input[type="text"] {
 width: 150px;
}
form#contact_form input#email {
 width: 150px;
}
ul.tabs li {
 padding:10px 0px;
}
ul.tabs li a {
 padding:0px 10px;
 line-height: 10px;
}
}
.one_four /* Responsive Menu
================================================== */
	
#mainmenu {
	visibility: visible;
}
#responsive-menu {
	display: none;
	float: left;
}
 @media only screen and (max-width: 767px) {
 #mainmenu {
visibility: hidden;
height: 0;
}
 #responsive-menu {
display: inline-block;
width: 100%;
margin:10px 0 20px 0;
}
.response-menu {
width:260px;
margin-left:25px;
}
}
/* index */
.container2 {
	background-color:#f5f5f5;
}
.title {
	font-size:24px;
	color:#333333;
	text-align:center;
	padding:50px 0 30px 0;
}
.intruduction {
	font-size:14px;
	color:#333333;
	line-height:18px;
}
.four-title {
	color:#00a9d8;
	font-size:15px;
	text-align:center;
/*	font-weight:bold;
*/	padding:10px 0 10px 0;
}
.four-contant {
	color:#333333;
	font-size:12px;
	line-height:16px;
	text-align:center;
	height:40px;
	font-family: "宋體";
}
.more {
	margin:0 0 0 80px;
}
.four-more {
	background-image:url(../images/more.jpg);
	width:39px;
	height:12px;
	background-repeat:no-repeat
}
.top-news {
	float:left;
	width:480px;
	padding-bottom:50px;
	padding-left:20px;
}
.top-news-box {
	float:left;
	width:220px;
	padding-right:40px;
}
.top-news-title {
	font-size:14px;
	color:#3399cc;
/*	font-weight:bold;
*/	width:280px;
	display:block;
	padding:8px 0 8px 0;
}
.top-news-date {
	font-size:14px;
	color:#3399cc;
/*	font-weight:bold;
*/	width:280px;
	display:block;
	padding:8px 0 8px 0;
}
.top-news-contant {
	font-size:12px;
	line-height:16px;
	font-family: "宋體";
	width:280px;
	display:block;
	padding:0 10px 0 0
}
.more1 {
	background-image:url(../images/more1.jpg);
	width:61px;
	height:61px;
	display:block;
	margin:0 auto;
	margin-bottom:30px;
	cursor:pointer
}
.white {
	color:#ffffff;
}
.map-img {
	background-image:url(../images/map.jpg);
	width:100%;
	height:317px;
	margin-bottom:-3px;
}
.tel {
	text-align:center;
	line-height:35px;
}
.guanzhu {
	margin:0 auto;
	overflow:hidden;
	width:150px;
}
.guanzhu li {
	float:left
}
.facebook {
	background-image:url(../images/facebook.png);
	width:35px;
	height:35px;
	display:block;
	float:left;
}
.wechat {
	background-image:url(../images/wechat.png);
	width:35px;
	height:35px;
	display:block;
	float:left;
}
/* solution */
.solution {
	border-bottom:1px dashed #000;
	overflow:hidden;
}
.solution1 {
	border-bottom:1px dashed #000;
	margin-bottom:20px;
	overflow:hidden;
}
.solution li, .solution1 li {
	float:left
}
.solution a, .solution1 a {
	color:#2a7ea8;
	font-weight:bold;
	line-height:24px;
}
.solution-title {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:#000
}
.solution-contant {
	font-size:14px;
	font-family:宋体;
	line-height:24px;
}
 .solution-more, {
padding-left:20px;
}
.solution-date {
	color:#d4d4d4;
	font-size:14px;
	padding-bottom:8px;
	font-family:宋体;
}
.news-title {
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	padding:5px 0 5px 20px;
	color:#000
}
/* about */
.about-top, .about-box {
	background-color:#eeeeed;
	padding:20px 30px 20px 30px;
	margin:20px 0 20px 0;
	font-size:14px;
	line-height:20px
}
.about-box {
	background-color:#fff;
	margin:0;
}
.about-title {
	font-weight:bold;
	font-size:14px;
}
.line {
	background-color:#eeeeed;
	height:5px;
	margin:10px 0 10px 0
}
.company-img {
	margin:20px 0 40px 0
}
.text-title {
	color:#4e4f4f;
	font-size:14px;
	font-weight:bold;
	margin:20px 0 15px 0;
}
.textbox {
	border:1px solid #e4e4e4;
	width:240px;
	height:30px;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
	color:#4e4f4f;
}
.text-bottom {
	margin-bottom:15px;
}
.textarea {
	border:1px solid #e4e4e4;
	width:240px;
	height:120px;
	overflow:auto;
	color:#4e4f4f;
	padding:5px;
	font-size:12px;
}
.send-btn {
	background:#3399cc;
	width:120px;
	height:40px;
	border:0px;
	float:left;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	border-radius:3px;
	margin-bottom:30px;
}
/* left-menu*/	

.process-title {
	background-color:#3399cc;
	font-size:16px;
}
.process li {
	width:200px;
	height:45px;
	border-bottom:1px solid #fff;
	font-size:14px;
	line-height:40px;
	text-align:left;
	font-family:微软雅黑;
	padding-left:20px;
}
.process a {
	font-size:12px;
	color:#5f5f5d;
	font-family:宋体，Arial, Helvetica, sans-serif;
}
.process a:hover {
	font-weight:bold
}
.process-other {
	background-color:#eee;
	color:#5f5f5d;
	font-size:12px;
}
.process-line {
	float:left;
	margin-top:20px;
	width:100%;
}
.right-title {
	width:99%;
	color:#4d4d4d;
	float:right;
	padding-bottom:10px;
	border-bottom:1px solid #eeeeee;
}
.title-left {
	display:block;
	float:left;
	font-size:14px;
	font-family:宋体;
}
.title-right {
	display:block;
	float:right;
	font-size:12px;
	font-family:宋体;
}
.right-box {
	border-bottom:1px dashed #000;
	overflow:hidden;
	width:100%;
	padding:20px 0 20px 0
}
.right-box li {
	float:left;
	padding-right:20px;
	line-height:20px;
}
.right-banner {
	float:left;
	padding:20px 0 20px 0
}
.right-more {
	background-image:url(../images/more.jpg);
	width:39px;
	height:12px;
	float:left;
}
.small {
	font-size:14px;
	font-weight:bold
}
.list-title {
	font-weight:bold;
	font-size:14px;
	color:#000;
}
.list-font {
	font-size:14px;
	color:#000;
	display:block;
}
.container3 {
	padding:10px;
	margin:0 auto;
	text-align:center
}
.share{width:150px; margin:0 auto; }
.left{float:left}

.textbox1{margin-bottom:10px; height:24px;border:1px solid #e4e4e4; width:173px;}
.textbox2{margin-bottom:10px; height:24px;border:1px solid #e4e4e4; }
.textarea{margin-bottom:10px;width:173px; height:100px;}
.textarea{margin-bottom:10px;width:98%; height:150px;}
.propose{border-radius:2px;background-color:#eee;margin-top:30px;padding:30px 10px 20px 10px;}
.propose1{border-radius:2px;background-color:#eee;margin-top:30px;padding:30px 10px 20px 10px;}
.sumbit{background:#85d753; color:#FFF; text-align:center;width:173px; height:30px;border-radius:3px; border:0px; font-size:14px; font-family:Microsoft YaHai; cursor:pointer}
.sumbit2{background:#85d753; color:#FFF; text-align:center;width:98%; height:30px;border-radius:3px; border:0px; font-size:14px; font-family:Microsoft YaHai; cursor:pointer}