/*
Theme Name: Futian
Version: 1.0

/***********************************************************************************/
/*                                   Reset Browser                                 */
/***********************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-text-size-adjust:none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:focus {/* remember to define focus styles! */
    outline: 1px dotted #000 !important;
}
div:focus {
    outline: none !important;
}
input[type="submit"]:hover,
button:hover {
	cursor:pointer;
}
textarea { 
	overflow: auto; 
}
.clear { 
	clear: both; 
}


/***********************************************************************************/
/*                                  Main Elements                                  */
/***********************************************************************************/
a {
	color: #22ac38;
	text-decoration: none; 
	outline:none;   /* Remove dashed frame for IE8,FF  */ 
}
a:hover {
	color: #191224;
    text-decoration: none; 
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
img {
    max-width: 100%;
    height: auto;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.625em;
}
dl {
    margin: 0 1.625em;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 1.625em;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
blockquote {
    font-family: Georgia, "Bitstream Charter", serif;
    font-style: italic;
    font-weight: normal;
    margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
    font-style: normal;
}
blockquote cite {
    color: #666;
    font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
pre {
    background: #f4f4f4;
    font: 13px "Courier 10 Pitch", Courier, monospace;
    line-height: 1.5;
    margin-bottom: 1.625em;
    overflow: auto;
    padding: 0.75em 1.625em;
}
::-webkit-input-placeholder { 
    color: #000; 
}
:-moz-placeholder { 
    color: #000; 
}
::-moz-placeholder { 
    color: #000; 
}
:-ms-input-placeholder { 
    color: #000; 
}
:placeholder { 
    color: #000; 
}



/***********************************************************************************/
/*                                      Fonts                                      */
/***********************************************************************************/



/***********************************************************************************/
/*                             Layout & Composition                                */
/***********************************************************************************/
body {
    color: #191224;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Microsoft Yahei', 'SimSun', Arial, sans-serif;  
    line-height: 24px;
    background: #f4f4f4;
    width: 100%;
    text-align: left;
    min-width: 1130px;
    position: relative;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    line-height: 24px;
    background: #fff;
    height: 14px;
    padding: 12px 12px;
    margin: 0;
    width: 436px;   
    border: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
select {
    width: auto;
    height: auto;
}
textarea {
    height: 154px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
h1,
h1 a {
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
}
h1 {
    padding: 0 0 14px 0;    
}
h2,
h2 a {
    font-size: 26px;
    font-weight: normal;
    line-height: 34px;
}
h2 {
    padding: 0 0 14px 0;    
}
h3,
h3 a {
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
}
h3 {
    padding: 0 0 12px 0;    
}
h4,
h4 a {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}
h4 {
    padding: 0 0 10px 0;    
}
h5,
h5 a {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
}   
h5 {
    padding: 0 0 3px 0;    
}
h6,
h6 a {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
}
h6 {
    padding: 0 0 2px 0;    
}
p {
    padding: 0;
}
.lightbox_container .content p {
    text-indent: 24px;
}
*html .content {
    border: 1px solid #fff;
}
.content ol,
.content ul {
    padding: 8px 0 8px 20px;
}
.content img {
    width: inherit;
    max-width: 100%;
    height: auto;
    margin: 5px 0 25px;
}
.lightbox_container .content img {
    margin-top: 25px;
}
.content img.alignleft {
    margin-right: 20px;
    float: left;
    clear: both;
}
.content img.alignright {
    margin-left: 20px;
    float: right;
    clear: both;    
}
.content img.alignnone {
    margin-left: 0;
    margin-right: 0;
    float: none;
}
.content img.aligncenter {
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
}
.content table {
    margin: 20px 0;
}
.content table caption {
    color: #4c636e;
    font-weight: bold;
    padding: 15px 0;
}
.content table th {
    padding: 10px 14px;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    color: #4c636e;
}
.content table td {
    padding: 10px 14px;
    border: 1px solid #f1f1f1;
}
.content ol li,
.content ul li {
    margin: 0 0 0 23px;
    padding: 3px 0 3px 8px;
}
.content ul {
    padding: 10px 0 16px 20px; 
}
.content ul li {
    list-style: none;
    padding: 5px 0 5px 13px;
    margin: 0;
    background: url(images/content_li.png) no-repeat 0 14px;
}
.content ul {
	list-style: disc;
}
.content ol {
	list-style-type: decimal;
}
.content ol ol {
	list-style: upper-alpha;
}
.content ol ol ol {
	list-style: lower-roman;
}
.content ol ol ol ol {
	list-style: lower-alpha;
}
.content ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}



/***********************************************************************************/
/*                                      Slider                                     */
/***********************************************************************************/
.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 .slides > li {
    display:none;
    -webkit-backface-visibility:hidden;
}
 /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width:100%;
    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 {
    padding:0;
    margin:0 auto;
    position:relative;
    zoom:1;
}
.flex-viewport {
    max-height:2000px;
    -webkit-transition:all 1s ease;
    -moz-transition:all 1s ease;
    transition:all 1s ease;
}
.loading .flex-viewport {
    max-height:300px;
}
.flexslider .slides {
    zoom:1;
}
.carousel li {
    margin-right:5px}
/* Direction Nav */
.flex-direction-nav {
    *height:0;
}
.flex-direction-nav a {
    width:20px;
    height:62px;
    margin:0;
    display:block;
    position:absolute;
    top:109px;
    cursor:pointer;
    text-indent:-9999px;
    opacity:1;
}
/* Control Nav */
.flex-control-nav {
    position:absolute;
    top:8px;
    right:10px;
    text-align:center;
    padding:0 2px;
}
.flex-control-nav li {
    margin:0;
    display:inline-block;
    zoom:1;
    *display:inline;
}
.flex-control-paging li a {
    width:25px;
    height:32px;
    line-height:11px;
    font-size:11px;
    padding:0;
    margin:0 0 0 -7px;
    display:block;
    cursor:pointer;
    text-indent:-9999px;
}
.flex-control-paging li a:hover {
}
.flex-control-paging li a.flex-active {
    cursor:default;
}
.flex-control-thumbs {
    margin:5px 0 0;
    position:static;
    overflow:hidden;
}
.flex-control-thumbs li {
    width:25%;
    float:left;
    margin:0;
}
.flex-control-thumbs img {
    width:100%;
    display:block;
    opacity:.7;
    cursor:pointer;
}
.flex-control-thumbs img:hover {
    opacity:1;
}
.flex-control-thumbs .flex-active {
    opacity:1;
    cursor:default;
}





.wrapper {
    padding: 0 0 126px 0;
    position: relative;
    z-index: 99;
}
.header {
    background: url(images/header.png) repeat 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.header_bg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 7px;
    background: url(images/header_bg.png) repeat-x 50% 50%;    
}
.head {
    width: 1100px;
    margin: 0 auto;
}
.logo {
    display: block;
    float: left;
    margin: 36px 0 0 8px;
}
.logo img {
    display: block;
}
.header_right {
    float: right;
    margin: 19px 0 0 0;
}
.header_btns {
    float: right;
    padding: 0 30px 0 0;
}
.header_btns ul li {
    float: left;
}
.header_btns ul li a {
    display: block;
    margin: 0 0 0 20px;
}
.header_btns ul li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;     
}
.header_btns ul li a.weibo {
    width: 25px;
    height: 20px;
    background: url(images/weibo.png) no-repeat 50% 50%;
}
.header_btns ul li a.weixin {
    width: 25px;
    height: 20px;
    background: url(images/weixin.png) no-repeat 50% 50%;
}
.header_btns ul li a.login {
    width: 21px;
    height: 21px;
    background: url(images/login.png) no-repeat 50% 50%;
}
.top_nav {
    clear: right;
    float: right;
    padding: 43px 16px 0 0;
    text-align: right;
}
*+html .top_nav {
    width: 630px;
}
*html .top_nav {
    width: 630px;
}
.top_nav,
.top_nav a {
    color: #666;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
}
.top_nav ul li {
    float: left;
    position: relative;
}
.top_nav ul li a {
    display: block;
    padding: 0 5px;
    position: relative;
}
.top_nav span {
    display: block;
}
.top_nav span.top_nav_txt {
    padding: 7px 8px;
}
.top_nav ul li.current-menu-item a span.top_nav_txt,
.top_nav ul li:hover a span.top_nav_txt {
    color: #fff;
    background: #22ac38;
}
.top_nav ul li:hover ul li a span.top_nav_txt {
    color: #666;
    background: #fff;     
}
*html .top_nav ul li ul li a span.top_nav_txt {
    color: #666 !important;  
    background: #fff !important;     
}
.top_nav a span.top_nav_left,
.top_nav a span.top_nav_right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}
*html .top_nav span.top_nav_txt {
    padding: 13px 8px 4px;
}
*html .top_nav a span.top_nav_left,
*html .top_nav a span.top_nav_right {
    height: 35px;
}
.top_nav ul li.current-menu-item a span,
.top_nav ul li:hover a span.top_nav_left,
.top_nav ul li:hover a span.top_nav_right {
    display: block;
}
.top_nav span.top_nav_left {
    background: url(images/top_nav_left.png) no-repeat 0 50%;    
    left: 0;
}
.top_nav span.top_nav_right {
    background: url(images/top_nav_right.png) no-repeat 100% 50%;    
    right: 0; 
}
.top_nav ul li ul li a span.top_nav_left,
.top_nav ul li ul li a span.top_nav_right {
    display: none !important;
}
.top_nav ul li ul li a span.top_nav_txt {
    padding: 0;
    background: #fff;     
}
.top_nav ul li ul li.current-menu-item a span.top_nav_txt,
.top_nav ul li ul li:hover a span.top_nav_txt {
    color: #22ac38;
}
.top_nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    border-left: 1px solid #22ac38;
    border-right: 1px solid #22ac38;
    border-bottom: 1px solid #22ac38;
    width: 85px;
    background: #fff;
    padding: 8px 0;
    display: none;
}
.top_nav ul li:hover ul {
    display: block;
}
.top_nav ul li ul,
.top_nav ul li ul a {
    color: #666;
    font-size: 12px;
    line-height: 16px;
}
.top_nav ul li ul li {
    padding: 4px 3px 4px 13px;
}
.top_nav ul li ul a {
    padding: 0;
}
.top_nav ul li.home a {
    letter-spacing: 6px;
}
.top_nav ul li.home ul li a {
    letter-spacing: normal;
}
.slider {
    position: relative;
    overflow: hidden;
}
.slider .flexslider {
    width: 1100px;  
}
.slider .flexslider .flex-viewport {
    overflow: visible !important;
}
.slider .flexslider .slides img {
    width: 1100px;
    margin: 0 auto;
}
.main_slide {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}
.left_slide {
    position: absolute;
    top: 0;
    right: 100%;
    width: 1100px;    
}
.right_slide {
    position: absolute;
    top: 0;
    left: 100%;
    width: 1100px;       
}
.side_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(images/side_slide.png) repeat 50% 50%; 
    cursor: pointer;   
}
.side_slide {
    width: 1100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
}
.left_side_slide {
    margin-left: -1650px;
}
.right_side_slide {
    margin-left: 550px;
}
.owl_slider {
    width: 3300px;
    margin: 0 auto;
}
.blocks {
    width: 1100px;
    margin: 46px auto 0;
    border-top: 1px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;    
}
.block {
    float: left;
    background: #fff;    
}
.blocks,
.blocks a {
    color: #434343;
    font-size: 14px;
    line-height: 24px;
}
.blocks a:hover {
    color: #22ac38;
}
.blocks .img {
    float: left;
}
.blocks img {
    display: block;
}
.blocks .text {
    float: left;
    padding: 12px 10px;
}
.news_block {
    width: 399px;
}
.news_block .text {
    width: 280px;
}
.blocks ul {
    padding: 0;
}
.blocks ul li {
    padding: 0 0 0 7px;
    background: url(images/li.png) no-repeat 0 12px;
    height: 24px;
    overflow: hidden;
}
.service_block {
    width: 398px;
}
.service_block .text {
    width: 299px;
}
.service_block .text {
    padding: 0;
} 
.phone_block {
    width: 303px;
}
.phone_block .text {
    width: 184px;
}
.footer {
    height: 100px;
    background: url(images/footer.jpg) repeat-x 50% 0;   
    position: relative; 
}
.foot {
    width: 1100px;
    margin: 0 auto;
    color: #444;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    padding: 25px 0 0 0;
    position: relative;
}
.footer_bg {
    width: 100%;
    height: 277px;
    background: url(images/footer_bg.jpg) no-repeat 0 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.banner img {
    display: block;
    margin: 0 auto;
}
.container {
    width: 1102px;
    margin: 0 auto;
    position: relative;
    top: -38px;
}
.container_top {
    height: 21px;
    background: url(images/container_top.png) no-repeat 50% 50%;    
}
.container_bottom {
    height: 4px;
    background: url(images/container_bottom.png) no-repeat 50% 0;    
}
.container_inner {
    padding: 8px 2px 28px;
    background: url(images/container_inner.png) repeat-y 50% 50%;   
}
.breadcrumb {
    padding: 0 0 20px 0;
    color: #22ac38;    
}
*+html .breadcrumb {
    border: 1px solid #fff;
}
.breadcrumb,
.breadcrumb a {
    font-size: 12px;
    line-height: 25px;
}
.breadcrumb a,
.deli {
    color: #8a8a8a;    
}
.breadcrumb a:hover {
    color: #22ac38;
}
.breadcrumb .home {
    display: inline-block;
    text-indent: -9999px;
    width: 21px;
    height: 21px;
    background: url(images/home.png) no-repeat 50% 50%;     
}
.deli {
    display: inline-block;
    padding: 0 8px;
}
.main {
    border: 1px solid #d5d5d5;
    padding: 39px 20px;
}
.post_img {
    width: 490px;
    float: left;
    padding: 0 0 26px;
}
body.management .post_img .img {
    border: 1px solid #e2e2e2;
}
.post_img,
.post_img a {
    color: #5e5e5e;
    font-size: 12px;
    line-height: 18px;
}
.post_img a:hover {
    color: #22ac38;
}
.post_img .img img {
    display: block;
}
.post_img .img img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;     
}
.post_img .text {
    padding: 12px 0 0;
}
.fr {
    float: right;
}
.hidden {
    display: none;
}
body .fancybox-close {
    width: 35px;
    height: 35px;
    background: url(images/close.png) no-repeat 50% 50%;
    top: 22px;
    right: 40px;
    left: auto;
}
.lightbox_container {
    width: 872px;
    padding: 76px 0;
    margin: 0 auto;
}
h1.page_title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
}
.post_date {
    color: #aaa;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    padding: 0 0 15px 0;    
}
.main_box {
    width: 758px;
    padding: 29px 20px;
    border: 1px solid #d5d5d5;
    float: left;    
}
.post {
    padding: 0 0 20px 0;
    color: #777;
    font-size: 12px;
    line-height: 24px;
}
.post .img {
    width: 350px;
    float: left;
}
.post .img img {
    display: block;
}
.post .text {
    width: 360px;
    float: left;
    padding: 0 0 0 26px;    
}
.post .title {
    padding: 0 0 10px 0;
}
.post .title,
.post .title a {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}
.post .title a:hover {
    color: #22ac38;    
}
.container_bg {
    padding: 0 29px;
}
body.container_has_bg .container_bg {
    min-height: 900px;
    background: url(images/container.jpg) no-repeat 100% 100%;           
}
.sidebar {
    width: 200px;
    float: right;
    margin: 0 20px 0 0;
}
*html .sidebar {
    margin: 0;
}
.sidebar,
.sidebar a {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}
.sidebar ul li {
    padding: 5px 20px;
    margin: 0 0 5px 0;
}
.sidebar ul li a {
    display: inline-block;
    padding: 0 5px 0 10px;
    background: url(images/sidebar_li.png) no-repeat 0 9px;       
}
.sidebar ul li.current_page_item,
.sidebar ul li.current-menu-item,
.sidebar ul li:hover {
    background: #1f9b33 url(images/sidebar_item.jpg) repeat-x 0 0;
}
.sidebar ul li.current_page_item a,
.sidebar ul li.current-menu-item a,
.sidebar ul li:hover a {
    color: #fff;
    background: url(images/sidebar_li_hover.png) no-repeat 0 9px;        
}
body.contact {
    color: #8a8a8a;
    font-size: 14px;
    line-height: 25px;
}
body.contact h1,
body.contact h2,
body.contact h3,
body.contact h4,
body.contact h5,
body.contact h6 {
    color: #000;
}
body.contact p {
    padding: 0 0 40px 0;
}
.page_navi {
    clear: both;
    padding: 20px 0;
    text-align: right;    
}
.page_navi a {
    color: #8a8a8a;
    font-size: 12px;
    line-height: 20px;
    display: inline-block;
    padding: 0 0 0 100px;
}
.page_navi a:hover {
    color: #22ac38;    
}
body.management .content p {
    text-indent: 24px;
}
.management_content { 
    padding: 0 0 30px 0;
}