﻿
	color: #02b2b5;
}
h2,h4{font-weight: 600;}
/*导航*/
.navbar-brand{font-size:34px;color: #02b2b5;margin-top: 8px;}
.nav>li>a{padding: 23px 20px;font-size: 16px;}
nav li a:hover{color:#02b2b5;}
nav li a:hover:after{width: 100%;height: 4px;background:#02b2b5 ;content: "";display: block;position: absolute;top:96%;left:0;}
nav a.active{color: #02b2b5;}
nav a.active:after{width: 100%;height: 4px;background:#02b2b5 ;content: "";display: block;position: absolute;top:96%;left:0;}
/*小标题*/
.line {
    border-bottom: 2px solid #02b2b5;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 auto 45px;
    padding: 5px;
    position: relative;
    width: 120px;
}
.line:after, .line::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}
.line:after {
    border-top-color: #02b2b5;
    border-width: 8px;
    margin-left: -8px;
}
.title{text-align: center;}
/*服务*/
.ser-item{
	text-align: center;    	margin-bottom: 30px;
    padding: 0px 20px;
    }
.ser-item p{color: #737373;}    
.single-service {
    float: left;
    margin-bottom: 30px;
    padding: 0px 10px;
    display: inline;
    width: 100%;
    text-align: center;
}
.service-icon .service-icon-effect {
    box-shadow: 0 0 0 4px #02b2b5;
}
.service-icon-effect {
    display: inline-block;
    font-size: 0px;
    margin: 15px 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #02b2b5;
}
.service-icon-effect:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
/*选择*/
.choose{background: #f7f7f7;}
.choose .media {
    margin-bottom: 20px;
    padding: 0px 20px;
}
.choose .fa{color: #FFFFFF;}
.choose h3{color:#02b2b5 ;margin-bottom: 20px;}
.media-icon {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    height: 68px;
    line-height: 55px;
    margin-right: 15px;
    padding: 5px 10px;
    text-align: center;
    width: 68px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.media-icon {
	float: left;
    background-color: #02b2b5;
    border: 2px solid #02b2b5;
}
.choose img{width: 100%;}
.choose h3{padding: 0;margin: 0 0 10px 0;}
.c-show .row{margin-bottom: 15px;}
/*数据*/
.counters{
	background: url(../images/counter-bg2.jpg);
	background-size: 100% 100%;
    }
.counter-box {
    border: 1px solid #fff;
    border-radius: 10px;
    display: inline;
    float: left;
    font-family: "Raleway",sans-serif;
    padding: 10px 5px 20px;
    width: 100%;
    position: relative;
}
.counter-no {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.3em;
}
.counter-box{text-align: center;margin: 10px 0;}
.counter-label {
    color: #ededed;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8em;
    padding-top: 5px;
}
/*新闻*/
.single-blog-left {
    float: left;
    /* display: inline; */
    width: 18%;
}
.blog-comments-box li {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    color: #aaa;
    float: left;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.single-Blog h2{color: #02b2b5;}
.single-blog-right {
    float: right;
    display: inline;
    width: 78%;
}
.blog-img img{
    width: 100%;
}
.more a{
	display: inline-block;
	padding: 10px 20px;
	background: #02b2b5;
	color: #FFFFFF;
	margin: 20px 0;}
.blog-author p{color: #aaa;
margin-top: 10px;}
.blog-content h3{font-weight: 600;font-size: 18px;}
.blog-content p{color:#5E5E5E;}
/*尾部*/

@media screen and (max-width: 999px) {
footer {
    background-color: #f8f8f8;
    border-top: 2px solid #e9e9e9;
    padding: 45px 0;
}
footer {
  display：none;
}
footer .line{
    border-bottom: 2px solid #02b2b5;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 0 20px 0 ;
    padding: 5px;
    position: relative;
}
.footer-service li > a span {
    margin-right: 8px;
}
.contact-info > p span {
    font-size: 18px;
    margin-right: 10px;
}
.footer-bottom{text-align: center;}
.footer-bottom p{margin: 10px 0;}
.single-footer-widget{padding: 0 10px;}
.footer-service li > a {
    display: block;
    font-size: 15px;
    padding: 6px 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.footer-service li > a {
    border-bottom: 1px solid #02b2b5;
}
/*我们的团队*/
.page-title {
    background-image: url(../images/bc4.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;
}
/*.page1-title {
    background-image: url(../images/bc3.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;*/
}
.page-title h2{margin-left: 30px;}
.team-post {
    background-color: #f9f9f9;
    margin-bottom: 30px;
}
.team-post .thumb {
    position: relative;
    overflow: hidden;
}
.team-post .content {
    padding: 25px;
}
.team-style4 .team-post .content .title {
    color: #1c1c1c;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 18px;
    margin-top: 0;
}
.team-style4 .team-post .content p {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    font-size: 14px;
	display: inline-block; 
    padding-bottom: 18px;
    padding-top: 15px;
    color: #989898;;
}
.team img{width: 100%;}
.team-style4 .team-post .content .sub-title {
    display: inline-block;
    font-family: 'Montserrat',sans-serif;
    float: right;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
    font-style: italic;
    color:#02b2b5 ;
}
.team-post .profile {
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    padding: 4px 12px;
    background-color: #02b2b5;

}

.team-post .content {
    padding: 25px;
}
/*联系我们*/
.main{
background: #fbfbfb;
position: relative;
}
.contact div {
padding: 5px 0;
}
.contact span label {
display: block;
font-size: 1em;
color: #686868;
padding-bottom: 5px;
font-weight: 400;
}
.contact input[type="text"], .contact textarea {
padding: 10px;
display: block;
width: 100%;
background: #ffffff;
border: none;
outline: none;
color: #464646;
font-size: 1em;
-webkit-appearance: none;
font-weight: 300;
}
.myButton {
margin-top: 10px;
background: #02b2b5;
color: #FFF;
font-size: 1em;
padding: 10px 35px;
border: none;
text-decoration: none;
outline: 0;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
display: inline-block;
cursor: pointer;
text-transform: uppercase;
-webkit-appearance: none;
float: right;
}
/*医疗资源*/
.page2-title {
    background-image: url(../images/bc2.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;
}
.r-top,.r-mid,.r-bottom{text-align: center;}
.r-top h3,.r-mid h3,.r-bottom h3{margin-bottom: 30px;font-weight: 600;}
.r-top p,.r-mid p,.r-bottom p{color:#888888;margin: 0px;}
.r-mid{background: url(../images/counter-bg2.jpg);padding: 70px 0;}
.r-mid h3,.r-mid p{color: #FFFFFF;}
.my-team-member .my-team-detail {
    background-color: #02b2b5;
    padding: 6px 6px;
    position: relative;
}
.my-member-name {
    color: #FFF;
    margin: 15px 0;
}
.r-bottom .my-member-post {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 10px;
}
.r-top .row div{padding: 50px 25px;}
.r-bottom .my-team-member{margin: 20px 0;}
.r-bottom img{width: 100%;}
/*关于我们*/
.page3-title {
    background-image: url(../images/bc1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 130px 0;
}
.bak_7 {
margin-bottom: 40px;
}
.over_3a {
	margin: 10px 0;
height: auto;
border: solid #ddd 1px;

}
.over_3a dl dd p {
font-size: 0.9em;
color: #888;
padding-top: 0.2em;
}
.over_3a dl,dt {
height: auto;
float: left;
}
.over_3a dd{padding-top: 30px;}
.text-area p{color: #9D9D9D;line-height: 24px;}
.about .line,.over_3 .line {
    border-bottom: 2px solid #02b2b5;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 0 20px 0 ;
    padding: 5px;
    position: relative;
}
/*新闻详情*/
.news_show{
	margin: auto;
}
.xiangq{
	text-align: center;
	padding-bottom: 30px;
}
.xiangq h4{
	font-size: 24px;
}
.xiangq span{
	font-size: 14px;
	color: #ccc;
}

.xiangq_top img{
/*	width: 100%;*/
}
.xiangq_top p{
	font-size: 16px;
	/*text-indent: 50px;*/
	line-height: 30px;
	padding: 20px;
}
.top_p{
	width: 100%;
	margin: auto;
	text-align: left;
	padding-bottom: 5%;
        padding-left:25px;
	font-size: 16px;
}
/*.top_p a{
	font-size: 16px;
	float: left;
	width: 45%;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	background-color: #f9f9f9;
	padding: 10px;
}*/
.top_p a:hover{
	background-color: #02b2b5;
	color: #fff;
	text-decoration: none;
}
@media (max-width: 320px) {
.top_p a{
	width: 94%;
}
}
@media (max-width: 992px) {
.footer-top{
	/*display: none;*/
}}
@media (max-width: 992px) {
.footer-top .f1,.footer-top .f2{
	display: none;
}}
@media (min-width: 1200px) {
.footer-top{
	display: none;
}}

@media (max-width: 992px) {
.choose .c-w{
	padding: 10px;
}
.media-icon{margin: 10px 0 0 0;}}

.pagebanner img {
/*    background-image: url({$GetClassPicSrc});
      background-position: center center;
    background-size: cover;
    padding: 130px 0;*/
    width:100%;
height:auto;
position: relative;
}





/* CSS Document */



body {



	margin:0;



	padding:0;



	color:#404040;



	margin:0;



	background:#fff;



	font-family:氓戮庐猫陆炉茅鈥衡€γ┞烩€�;



	font-size:14px;



	color:#010101;



	line-height:24px;



	overflow-x:hidden;



}



h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, form, img, p, div {



	margin:0;



	padding:0;



	border:none;



	list-style-type:none;



}



table {



	border-collapse: collapse;



}



a {



	color:#666;



	text-decoration:none;



	cursor:pointer;



}



a:hover {



	color:#900; text-decoration:none;



}



img, input {



	vertical-align:middle;



	border:0px;



}



h1, h2, h3, h4, h5, h6 {



	font-family:"氓戮庐猫陆炉茅鈥衡€γ┞烩€�";



}



.clear { clear:both; height:0; font-size: 0px; line-height: 0px; }



.clearFix:after { clear:both; display:block; visibility:hidden; height:0; line-height:0; content:''; }



.clearFix { zoom:1; }



.blank1{ clear:both; font-size:0; line-height:0; height:1px;}



.blank2 { clear:both; font-size:0; line-height:0; height:2px; }



.blank6 { clear:both; font-size:0; line-height:0; height:6px; }



.blank8 { clear:both; height:8px; overflow:hidden; display:block; }



.blank10 { clear:both; font-size:0; line-height:0; height:10px; }



.blank20 { clear:both; font-size:0; line-height:0; height:20px; }



.blank15 { clear:both; font-size:0; line-height:0; height:15px; }







.blank30 { clear:both; font-size:0; line-height:0; height:40px; }



.blank31 { height:36px; }



.blank40 { clear:both; font-size:0; line-height:0; height:40px; }



.blank50 { clear:both; font-size:0; line-height:0; height:50px; }



.blank60 { clear:both; font-size:0; line-height:0; height:60px; }



.fl{float:left;}



.fr{float:right;}



.ti{text-indent:2em;}



.posr{position:relative;}



.posa{position:absolute;}



.ti{text-indent:2em;}



.mb0{margin-bottom:0px;}



.mb10{margin-bottom:10px;}



.mb20{margin-bottom:20px;}



.mb30{margin-bottom:30px;}



.fz12{font-size:12px;}



.fz14{font-size:14px;}



.fz16{font-size:16px;}



.fz18{font-size:18px;}



.tac{text-align:center;}



.tal{text-align:left;}



.tar{text-align:right;}



.dn{display:none;}



.db{display:block;}



.fwb{font-weight:bold;}



.fwn{font-weight:normal;}



.c-red{color:#990207;}



.bg-red{background:#990207;}



.img-block img{display:block; margin:0 auto;}



.index_link a{display:inline-block; width:146px; line-height:26px; text-align:center; font-size:14px; color:#fff; margin-right:11px;}



.index_link a.blue{background:#ffc600;}



.index_link a.red{background:#a8906c;}



.index_link a.blue:hover{background:#eab51c; color:#fff;}



.index_link a.red:hover{background:#ffc600; color:#fff;}



/*----------------氓陇麓茅茠篓-----氓录鈧ヂ�?------------*/



/*----------header------*/



.header-bar{height:36px; line-height:36px; color:#195685; background:#f1f1f1;}



.type-page{width:1050px; margin:0 auto;}







.header-bar .left{float:left;line-height:36px; font-size:14px; color:#195685; padding-left:15px;}



.header-bar .left span{width:30px; height:36px; background:url(../vimg/sy_icon.png) no-repeat 0px 8px; display:block; float:left; }



.header-bar .right{float:right; padding-right:24px;position: relative; z-index:200;}



.header-bar .right a{line-height:36px; font-size:14px; color:#195685; text-decoration:none; display:block; float:left; margin-left:20px;font-family:氓戮庐猫陆炉茅鈥衡€γ┞烩€�;}



.header-bar .right span{width:30px; height:36px; float:left; display:block; padding-right:3px;}



.header-bar .right .weixin{background:url(../vimg/sy_icon.png) no-repeat -33px 7px;}



.header-bar .right .qqzx{background:url(../vimg/sy_icon.png) no-repeat -63px 5px;}



.header-bar .right .zxzx{background:url(../vimg/sy_icon.png) no-repeat -99px 7px;}



.wxewm{position:absolute; left:-30px; top:35px; display:none; z-index:600;}



.header-logo-wrap{ width:1050px; margin:0 auto;}



.header-logo-wrap .logo{padding-left:15px; width:34px; float:left;}



.header-logo-wrap .jgbz{width:548px; float:right; padding-top:5px;}



.header-logo-wrap .jgbz .item{padding-left:64px; height:44px; padding-top:5px; background:url(../vimg/sy_icon.png) no-repeat left -57px; font-size:12px; color:#7b7a7a; line-height:18px; float:left; margin-right:30px;}



.header-logo-wrap .jgbz .item02{background-position:-211px -53px; padding-left:55px;}



.header-logo-wrap .jgbz .item03{background-position:-378px -48px; margin-right:0; padding-left:50px;}



/*----------nav------*/



.index-nav-wrap{height:54px; background:#43331c; z-index:100;width:100%;}







.index-nav-zone{width:1050px; height:54px; line-height:52px; margin:0 auto; position:relative; z-index:100;}



.index-nav-zone li{float:left; text-align:center; width:115px; height:54px; background:url(../vimg/xian.jpg) no-repeat right center;  z-index:100;}



.index-nav-zone li .top{display:block; font-size:16px; line-height:49px; border-bottom:5px solid #43331c; color:#fff;font-family:氓戮庐猫陆炉茅鈥衡€γ┞烩€�;}



.index-nav-zone li .top:hover,.index-nav-zone li.on .top{height:49px; border-bottom:5px solid #c8ab81; color:#fff;}





#submitBtn {

    width: 150px;

    height: 30px;

    display: block;

    float: left;

    line-height: 30px;

    text-align: center;

    background: #a8906c;

    color: #fff;

    float: left;

    margin-left: 200px;

    cursor: pointer;

}





.hd_menu ul li h6::before {



    background: rgba(0, 0, 0, 0) url("../../image/menu_bg_03.png") repeat-x scroll 0 center;



    border-radius: 100px / 20px;



    bottom: -55px;



    content: " ";



    height: 55px;



    left: 0;



    overflow: hidden;



    position: absolute;



    transition: all 0.4s ease 0s;



    width: 100%;



    z-index: 2;



}



.hd_menu ul li:hover h6::before, .hd_menu ul .mn_dq h6::before {



    border-radius: 0;



    bottom: 0;



}











.index-nav-zone li .zone{position:absolute; left:-435px; width:1920px;padding-right:435px;height:193px; padding:10px 0; background:url(../vimg/nav_bg.png) repeat; display:none; z-index:100;    }



/*.index-nav-zone li.on .zone{display:block;}*/



.index-nav-zone li .zone .img{width:565px; height:193px; float:left; border-right:1px dashed #4a3c2f; padding-left:435px;}



.index-nav-zone li .zone .con{width:479px; height:193px; float:left;}



.index-nav-zone li .zone .list{padding:20px 0 0 50px;}



.index-nav-zone li .zone .list .item{float:left; width:120px;margin-left:6px;margin-right:6px;margin-top:4px;margin-bottom:4px;background:#362a1f;line-height:42px;}



.index-nav-zone li .zone .list .item:hover{background:#ffc000;}



.index-nav-zone li .zone .list .item a{width:100%;height:100%;display:block;}



.index-nav-zone li .zone .list .item:hover a{color:#000;}



.index-nav-zone li .zone .list-img{padding:14px 0 0 38px;}



.index-nav-zone li .zone .list-img .item{float:left; width:100px; margin-bottom:15px; line-height:22px;}



.index-nav-zone li .zone .list-img .item a{display:inline-block; padding-top:52px; width:100px;color:#fff;}



.index-nav-zone li .zone .list-img .item a:hover{background-image:url(../vimg/index_nav_icon_on.png);}



.index-nav-zone li .zone .list-img .item1 a{background:url(../vimg/index_nav_icon.png) no-repeat 24px top;}



.index-nav-zone li .zone .list-img .item2 a{background:url(../vimg/index_nav_icon.png) no-repeat -86px top;}



.index-nav-zone li .zone .list-img .item3 a{background:url(../vimg/index_nav_icon.png) no-repeat -196px top;}



.index-nav-zone li .zone .list-img .item4 a{background:url(../vimg/index_nav_icon.png) no-repeat -308px top;}



.index-nav-zone li .zone .list-img .item5 a{background:url(../vimg/index_nav_icon.png) no-repeat 23px -84px;}



.index-nav-zone li .zone .list-img .item6 a{background:url(../vimg/index_nav_icon.png) no-repeat -87px -84px;}



.index-nav-zone li .zone .list-img .item7 a{background:url(../vimg/index_nav_icon.png) no-repeat -197px -84px;}



.index-nav-zone li .zone .list-img .item11 a{background:url(../vimg/index_nav_icon.png) no-repeat 24px -184px;}



.index-nav-zone li .zone .list-img .item12 a{background:url(../vimg/index_nav_icon.png) no-repeat -86px -184px;}







.index-nav-zone a{color:#fff;}



.index-nav-wrap li .jia_huang{color:#ffe11b;font-weight:600;}



.index-nav-wrap li:hover .jia_huang{color:#ffe11b;}



/*----------------氓掳戮茅茠篓-----氓录鈧ヂ�?------------*/



.footer-wrap{background:#2f2f2f; padding-top:45px;}



.footer-zone{width:1050px; margin:0 auto;}



.footer-l{width:450px; float:left;}



.friendly-link{width:440px; height:150px; float:left; margin-top:-7px;}



.friendly-link li{width:120px; margin-right:10px; float:left; height:100%;}



.friendly-link li a{display:block; font-size:14px; color:#8e8e8e; line-height:28px;}



.friendly-link li a.top{color:#fff;}



.friendly-link li a:hover{text-decoration:underline; color:#8e8e8e;}



.friendly-link li a.top:hover{text-decoration:underline; color:#fff;}



.footer-r{width:430px; float:right;}



.footer-r p{color:#848484; padding-top:10px;}



.footer-bar{background:#000000; text-align:center; color:#585858; font-size:12px; line-height:30px;}















/* 氓陇麓茅茠篓氓鈥βр€澛β犅访ヂ悸�  */



.hd {background:#fff;   width:100%; float:left;}



.hd_top { height:110px; margin:0 auto; width:1050px;}



.hd_top_lt { float:left;}



.hd_top_lt a{ float:left; margin:5px 30px 0 0;}



/*.hd_top_lt h3{ float:left; line-height:66px; font-size:16px;}*/



.hd_top_wz{ float:left; font-size:16px;}



.hd_top_rt { float:right;line-height:66px;margin-top:25px;}



.hd_appointment{ float:left; color:#222222; font-size:16px; padding-right:180px;}



/*.hd_appointment:hover { text-decoration:underline;}



.hd_top_rt h4 { float:left; font-weight:normal; color:#6c6c6c; margin-left:60px; font-size:16px; padding-left:30px; background:url(../vimg/top_icon_02.png) 0 center no-repeat; }



*/



/*0809氓戮庐盲驴隆*/



.hd_share { float:right; margin-right:5px;width:220px;height:60px;background:url(../vimg/call.gif) no-repeat; }



.hd_share .call_line{width:100%;height:100%;display:block;}



/*



.hd_share span{ width:26px; height:26px; float:left; margin:20px 0 0 10px;}



.hd_share a{ text-indent:9999px; width:26px;height:26px; float:left; overflow:hidden; white-space:nowrap;}



.hd_share span:nth-child(2) { position:relative; z-index:9999;}



.hd_share span:nth-child(1) a{ background:url(../vimg/fx_icon_03.png) no-repeat;}



.hd_share span:nth-child(2) a { background:url(../vimg/fx_icon_04.png) no-repeat;}



.hd_share span:nth-child(1) a:hover { background:url(../vimg/fx_icon_01.png) no-repeat;}



.hd_share span:nth-child(2) a:hover { background:url(../vimg/fx_icon_02.png) no-repeat;}



.hd_share span .hdwz_yc { position:absolute; border:1px dashed #fff; display:none; z-index:99; right:-10px; top:37px; background:#fff; width:380px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s; -webkit-border-radius:5px; -moz-border-radius:5px;   -ms-border-radius:5px; border-radius:5px;}



.hd_share span:hover .hdwz_yc { display: block; border:1px dashed #e0e0e0; box-sizing:border-box; padding:15px 0;}



.hd_share span .hdwz_yc .hdwz_lt { float:left; text-height:0; width:40%;}



.hd_share span .hdwz_yc .hdwz_lt img{ width:70%; float:left; text-indent:0; margin:20px 0 20px 15%;}



.hd_share span .hdwz_yc .hdwz_rt { width:60%; float:left;}



.hd_share span .hdwz_yc .hdwz_rt p{ font-size:14px; color:#333 ; line-height:20px; text-indent:0; margin-top:20px;}



.hd_share span .hdwz_yc .hdwz_rt h6 { font-size:12px; -webkit-text-shadow:2px 2px 2px #ccc; -moz-text-shadow:2px 2px 2px #ccc; -ms-text-shadow:2px 2px 2px #ccc; text-shadow:2px 2px 2px #ccc; color:#333; line-height:20px; text-indent:0; margin-top:20px;}



.hd_share span .hdwz_yc .hdwz_rt h5 { font-size:20px; font-weight:bold; -webkit-text-shadow:2px 2px 2px #e0e0e0; -moz-text-shadow:2px 2px 2px #e0e0e0; -ms-text-shadow:2px 2px 2px #e0e0e0; text-shadow:2px 2px 2px #e0e0e0; font-style: italic; color:#5892cf; line-height:20px; text-indent:0; margin-top:5px; margin-bottom:20px;}



.hd_share span .hdwz_yc:before{ content:""; width:100%; height:11px; position:absolute; left:0; top:-11px; background:url(../vimg/grayx_sj.png) 345px 0 no-repeat;}























.hd_share span .hdwz_ycc { position:absolute; border:1px dashed #fff; display:none; z-index:999999; right:112px; top:55px; background:#fff; width:380px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s; -ms-transition: all 0.4s; transition: all 0.4s; -webkit-border-radius:5px; -moz-border-radius:5px;   -ms-border-radius:5px; border-radius:5px;}



.hd_share span:hover .hdwz_ycc { display: block; border:1px dashed #e0e0e0; box-sizing:border-box; padding:15px 0;}



.hd_share span .hdwz_ycc .hdwz_ltc { float:left; text-height:0; width:40%;}



.hd_share span .hdwz_ycc .hdwz_ltc img{ width:70%; float:left; text-indent:0; margin:20px 0 20px 15%;}



.hd_share span .hdwz_ycc .hdwz_rtc { width:60%; float:left;}



.hd_share span .hdwz_ycc .hdwz_rtc p{ font-size:14px; color:#333 ; line-height:20px; text-indent:0; margin-top:20px;}



.hd_share span .hdwz_ycc .hdwz_rtc h6 { font-size:12px; -webkit-text-shadow:2px 2px 2px #ccc; -moz-text-shadow:2px 2px 2px #ccc; -ms-text-shadow:2px 2px 2px #ccc; text-shadow:2px 2px 2px #ccc; color:#333; line-height:20px; text-indent:0; margin-top:20px;}



.hd_share span .hdwz_ycc .hdwz_rtc h5 { font-size:20px; font-weight:bold; -webkit-text-shadow:2px 2px 2px #e0e0e0; -moz-text-shadow:2px 2px 2px #e0e0e0; -ms-text-shadow:2px 2px 2px #e0e0e0; text-shadow:2px 2px 2px #e0e0e0; font-style: italic; color:#5892cf; line-height:20px; text-indent:0; margin-top:5px; margin-bottom:20px;}



.hd_share span .hdwz_ycc:before{ content:""; width:100%; height:11px; position:absolute; left:0; top:-11px; background:url(../vimg/grayx_sj.png) 345px 0 no-repeat;}







*/



/*0809氓戮庐盲驴隆莽禄鈥溍β澟�*/







/**rightCSS**/







#LRdiv0,#LRdiv1,#LRdiv2,#LRfloater0,#divM,#LR_Flash,#BDBridgeWrap{ display: none;}







#divM,#divL,#divR,#divM_suoxiao{position: fixed;z-index: 100000;}







#divL,#divR{top:150px;_position: absolute;_top:expression(offsetParent.scrollTop+200);}







#divL{ left: 5px;width:140px; height:140px;clear:both;margin:0 auto;}







#divR {width:55px;height:343px;right:8px;}







#divR a {display:block;width:56px;height:56px;float:left;margin-bottom:1px;}







.divRzx { background:url(../vimg/youce_icon.png) no-repeat 0 0;position:relative;}







.divRzx:hover { background-position:-56px 0;}







#divRsjs { background-color: #f7016f;border-radius: 40px;color: #FFFFFF;display: block;font-family: arial;font-size: 12px;border: #ffffff solid 2px;







font-style: normal;height: 20px;line-height: 20px;position: absolute;right: -5px;text-align: center;top: -15px;width: 20px;







}







.divRtell_in { width:232px; height:56px; background:#eee; position:absolute; left:-232px; display:none; overflow:hidden; }







.divRtell_in .tel { width:140px; height:24px; border:0; display:block; color:#b2b2b2; margin:15.5px 0 0 10px; float:left; }







.divRtell_in .call { width:72px; height:24px; display:block; color:#000; background:#f6b327; margin:15.5px 0; float:left; }







.divRtell {width:56px;height:56px;position:relative;float:left;margin-bottom:1px;}







.divRtell_inner {width:56px;height:56px;position:absolute;left:0px;top:0;z-index:10;}







.divRtell a{ background:url(../vimg/youce_icon.png) no-repeat 0 -114px;float:left;margin-bottom:0;}







.divRtell a:hover,.divRtell a.active { background-position:-56px -114px;}







.divRtell a:hover .divRtell_in { display:block; }







.divRqq { background:url(../vimg/youce_icon.png) no-repeat 0 -57px;}







.divRqq:hover { background-position:-56px -57px;}







.divRaddre { background:url(../vimg/youce_icon.png) no-repeat 0 -228px;}







.divRaddre:hover { background-position:-56px -228px;}







.divwx { background:url(../vimg/youce_icon.png) no-repeat 0 -171px; position:relative;}







.divwx img { position:absolute; left:-141px; display:none; }







.divwx:hover { background-position:-56px -171px;}







.divwx:hover img { display:block; }







.backto_top { background:url(../vimg/youce_icon.png) no-repeat 0 -285px;cursor:pointer;position: relative;}







.act_tc{width: 315px;height:500px;position: absolute;left:-315px;top:-228px;display: none;padding-bottom:20px;}







.act_tc span.zc{display: block;width: 100%;height: 100%;position: absolute;left:0;top:0;background: #000;opacity: 0.8;filter:alpha(opacity=80;);}







.act_tc .act_content{position: absolute;width: 100%;height: 100%;left: 0;top: 0;}







.act_tc .act_content h3{font-size: 21px;font-weight: normal;color:#f43e8c;text-align: center;line-height: 1.2;margin:0;padding-top: 40px;}







.act_tc .act_content h3 span{display: block;text-align: center;}







.act_tc .act_content h4{font-size: 14px;text-align: center;color:#fff;margin-top: 5px;font-weight: normal;}







.act_tc .act_content p{font-size:14px;color:#fff;line-height: 28px;padding-left: 16px;}







.act_tc .act_content p strong{color:#f43e8c;font-weight: normal;}







.act_tc .act_content span.bt{display: block;width: 234px;height: 32px;font-size:18px;color:#fff;line-height: 32px;background: #b91073;border-radius: 20px;margin:15px auto 0;text-align: center;}







.backto_top:hover { background-position:-56px -285px;}







.backto_top:hover .act_tc{display: block;}















.tell_form {width:202px;height:55px; background-color:#6f082a;float:left;}







.tell_form .inner {width:178px;height:31px; background:url(../vimg/youce_icon.png) no-repeat 0 -288px;float:right;margin-top:12px;margin-right:12px;display:inline;}







.tell_form .inner input,.tell_form .inner a {display:block;float:left;}







.tell_form .inner input {width:113px;height:21px;font-size:12px;color:#303030;padding:5px 0 5px 3px;}







#sub_btn {background:url(../vimg/youce_icon.png) no-repeat -116px -337px;}







#sub_btn:hover {background:url(../vimg/youce_icon.png) no-repeat -39px -337px;}







/**rightCSS**/









/*盲赂鈥溍┞⑺溍р€奥姑︹€⑺�*/



.centre1120{margin:0 auto;/*width:1050px;*/ clear:both; overflow:hidden;}



.casetitle{ /*width:1050px;*/ height:20px;color:#333333; float:left;display:inline}



.index_zt{/*height:160px;*/ margin-top:40px;background-color:#FFF }



.zttitle a{ color:#5c330d; font:14px ;}



.zttitle ul{ display:inline;float:left}


@media (min-width: 1200px) {
.smargin {margin-left:0px!important;}
.zttitle ul li{ float:left; width:180px; margin-left:12.5px; display:inline; height:25px; line-height:25px; text-align:center; background-color:#d1c7b3}
}

@media (max-width: 992px) {
.zttitle ul li{ float:left; width:160px; margin-left:12.5px; display:inline; height:55px; line-height:55px; text-align:center; background-color:#d1c7b3;margin-left:none;margin-bottom:15px;font-size:18px;}

}


.zttitle ul li a{height:25px; line-height:25px;}



#cases {width:100%;position:relative;overflow:hidden; float:left}



#cases ul{display:block;font-size:0;letter-spacing:-6px;text-align:center;}


@media (min-width: 1200px) {
#cases ul li{display:inline-block;zoom:1;*display:inline;vertical-align:top;position:relative;width:180px;height:145px;overflow:hidden;margin:18px 0 0 12.5px;letter-spacing:normal; cursor:pointer; float:left;-webkit-transition:all 0.2s ease;transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;}
}


#cases ul li .img_up{position:absolute;top:0px;left:0px;width:185px;height:145px; -webkit-transition:all 0.2s ease;transition:all 0.2s ease;-o-transition:all 0.2s ease;-moz-transition:all 0.2s ease;}



#cases ul li p{width:180px;height:145px;position:absolute;z-index:1;font-size:12px;text-align:left;padding:0 15px;background:url(/images/case.jpg);color:#fff;left:0px;bottom:-145px; -webkit-transition:all 0.3s ease;transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;}



#cases ul li p img{position:absolute;left:0px;width:180px;height:145px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;}











#cases ul li:hover .img_up{position:absolute;top:0px;left:0px;width:180px;height:0px; -webkit-transition:all 0.3s ease;transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;}



#cases ul li:hover p{width:180px;height:145px;position:absolute;z-index:1;font-size:12px;text-align:left;padding:0 15px;background:url(/images/case.jpg);color:#fff;left:0px;bottom:0px; -webkit-transition:all 0.3s ease;transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;}



#cases ul li:hover p img{display:block;position:absolute;left:0px;width:180px;height:145px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;-o-transition:all 0.3s ease;-moz-transition:all 0.3s ease;}







/*------------------t_top--------------------*/







.t_top{width:100%;height:32px;background:url(../vimg/t_top_bj.jpg) repeat-x;}



.t_top .t_con{width:1050px;height:32px;margin:0 auto;}



.t_top .t_con .as{color:#999;}



.t_top .t_con .as .sp0{padding-left:80px;}



.t_top .t_con .as .sp1{padding-left:80px;}



.t_top .t_con .as .sp2{float:right;padding-right:50px;}



/*-----------------foot------------------*/



.sybox{margin:0 auto;height:auto;overflow:hidden;padding-top:40px;padding-bottom:50px;}



.sybox .fot_1s{width:115px;float:left;margin-left:0px;margin-right:20px;}



.sybox .fot_1s .fot_ula li{padding-left:5px;width:100px;line-height:30px;border-left:1px #574224 solid;margin-left:5px;}



.sybox .fot_1s .fot_ula li a{color:#fff;font-size:14px;padding-left:3px;padding-right:3px;display:block;border-radius: 6px;}



.sybox .fot_1s .fot_ula li a:hover{color:#ffe11b;background:#574224;}



.sybox .fot_1s .fot_ula .fot_ula_li0{padding-left:0px;font-size:18px;padding-bottom:4px;margin-bottom:10px;line-height:30px;color:#fff;border-left:none;margin-left:0px;}



.sybox .fot_1s .fot_ula .fot_ula_li0 .yuan{ border: 1px solid white;border-radius: 50%; display: block;float: left;margin-right:5px;height: 10px;margin-top: 9px;width: 10px;}















.sybox .fot_3s{width:220px;height:280px;float:left;margin-left:25px;margin-top:35px;}



.sybox .fot_3s .ols1{width:220px;height:120px;padding-left:0px;margin:0px;}



.sybox .fot_3s .ols1 li{width:96px;height:120px;float:left;margin-left:10px;}



.sybox .fot_3s .ols1 li a{width:100%;height:100%;display:block;text-align:center;color:#fff;}



.sybox .fot_3s .ols1 li a span{width:75px;height:75px;display:block;margin:0 auto;}



.sybox .fot_3s .ols1 .f_lin1 a span{background:url(../bfootimg/f_boao1.png) no-repeat center center;}



.sybox .fot_3s .ols1 .f_lin2 a span{background:url(../bfootimg/f_boao2.png) no-repeat center center;}



.sybox .fot_3s .ols1 .f_lin3 a span{background:url(../bfootimg/f_boao3.png) no-repeat center center;}



.sybox .fot_3s .ols1 .f_lin4 a span{background:url(../bfootimg/f_boao4.png) no-repeat center center;}







.sybox .fot_3s .ols1 .f_lin1:hover a span{background:url(../bfootimg/f_boao1s.png) no-repeat center center;}



.sybox .fot_3s .ols1 .f_lin2:hover a span{background:url(../bfootimg/f_boao2s.png) no-repeat center center;}



.sybox .fot_3s .ols1 .f_lin3:hover a span{background:url(../bfootimg/f_boao3s.png) no-repeat center center;}



.sybox .fot_3s .ols1 .f_lin4:hover a span{background:url(../bfootimg/f_boao4s.png) no-repeat center center;}















.sybox .fot_3s .ols2{width:320px;height:80px;padding-left:0px;margin:0px;margin-left:50px;border-top:1px #574224 dashed;padding-top:30px;}



.sybox .fot_3s .ols2 li{width:70px;height:80px;float:left;margin-left:10px;}



.sybox .fot_3s .ols2 li a{width:100%;height:100%;text-align:center;color:#43331c;}























.sybox .fot_4s{width:310px;float:right;}



.sybox .fot_4s p{color:#796451;margin-bottom:20px;line-height:22px;}



.sybox .fot_4s .p1{width:90%;border:1px #574224 solid;margin-left:-30px;padding-left:30px;padding-top:5px;padding-bottom:5px;color:#fff;}







.sybox .fot_4s p strong{font-size:14px;font-weight:100;color:#fff;}



.sybox .fot_4s .p2{}



.sybox .fot_4s .p2 strong{background:url(../bfootimg/focus_tools_ico2.png) no-repeat left center;padding-left:26px;margin-bottom:5px;display:block;}











.sybox .fot_4s .weixin{margin-top:0px;overflow:hidden;}



.sybox .fot_4s .weixin img{width:107px;height:107px;display:block;float:left;}



.sybox .fot_4s .weixin a{display:block;float:left;margin-left:15px;color:#fff;margin-top:30px;line-height:24px;}











.fixednavst{position:fixed;top: 0; z-index: 9999;}















.hos_left_zone .yuyue_num_zone form{width:235px;}



.hos_left_zone .yuyue_num_zone form tbody{width:100%;}



.hos_left_zone .yuyue_num_zone form tbody tr{width:100%;height:30px;line-height:30px;padding-top:10px;}



.hos_left_zone .yuyue_num_zone form tbody td .intxt{border:1px #ddd solid;}



.hos_left_zone .yuyue_num_zone form .coolbg{width:80px;height:30px;display:block;float:left;line-height:30px;text-align:center;background:#a8906c;color:#fff;float:left;margin-left:30px;cursor:pointer;}



.hos_left_zone .yuyue_num_zone form .blue{width:80px;height:30px;display:block;float:left;line-height:30px;text-align:center;background:#f5b432;color:#fff;float:left;margin-left:10px;}



.hos_left_zone .yuyue_num_zone form .coolbg:hover{background:#977d57;color:#fff;}



.hos_left_zone .yuyue_num_zone form .blue:hover{background:#edab28;color:#fff;}































.template-left-zone form{width:700px;}



.template-left-zone form tbody{width:100%;}



.template-left-zone form tbody tr{width:100%;height:30px;line-height:30px;padding-top:10px;display:block;}



.template-left-zone form tbody tr:nth-child(1){width:200px;float:left;}



.template-left-zone form tbody tr:nth-child(2){width:200px;float:left;}



.template-left-zone form tbody tr:nth-child(3){width:200px;float:left;}



.template-left-zone form tbody td .intxt{border:1px #ddd solid;}











.template-left-zone form .coolbg{width:150px;height:30px;display:block;float:left;line-height:30px;text-align:center;background:#a8906c;color:#fff;float:left;margin-left:200px;cursor:pointer;}



.template-left-zone form .blue{width:150px;height:30px;display:block;float:left;line-height:30px;text-align:center;background:#f5b432;color:#fff;float:left;margin-left:10px;}



.template-left-zone form .coolbg:hover{background:#977d57;color:#fff;}



.template-left-zone form .blue:hover{background:#edab28;color:#fff;}















.template-left-zone form tbody tr td:nth-child(1){width:70px;text-align:right;}
























.section9 {
	margin-top: 10px;
}
.section9 li{
	float: left;
	width: 133px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border:1px solid #f5f5f5;
	margin-right: 16px;
	margin-bottom: 8px;
	border-radius: 20px;
}
.section9 li:nth-child(8n){
	margin-right: 0px;
}
.section9 li a{
	color: #606060;
	font-size: 16px;
}
.foottxt1{font-size:50px;text-align:center;margin-top:40px;color:#225baa;font-weight:bold;}
.foottxt2{font-size:30px;text-align:center;margin-top:10px;color:#999999;}

.part9_2018{ width: 60%; margin:0px auto 50px auto; }
.ewm { float:left; margin-right:100px;text-align:center;}
.ewm span{text-align:center;font-size:9pt;margin-bottom:15px;}
.part9_2018 img{ width:80px;height:80px;}
.part9_20181{width: 100%; text-align: left; font-size: 16px; color:#6c6c6c; line-height: 35px;font-family: 'Microsoft YaHei Light';}
@media screen and (max-width: 990px) {
.part9_2018{ 
display:none;
}
}
#LRdiv1{ display:none;}