/* 首页增加新闻  */
.index_news {
    background: #f3f3f5;
    padding: 30px 0;
    overflow: hidden;	
}
.index_news .index_news_l {
    width: 600px;
    height: 300px;
    float: left;	
}
.index_news_focusBox { position: relative; width: 600px; height: 300px; overflow: hidden; font: 12px/1.5 Verdana, Geneva, sans-serif; text-align: left; background: white; }
.index_news_focusBox .pic img { width: 600px; height: 300px; display: block; }
.index_news_focusBox .num { position: absolute; z-index: 3; bottom: 8px; right: 8px; }
.index_news_focusBox .num li{ float: left; position: relative; width: 18px; height: 15px; line-height: 15px; overflow: hidden; text-align: center; margin-right: 1px; cursor: pointer; }
.index_news_focusBox .num li a,.index_news_focusBox .num li span { position: absolute; z-index: 2; display: block; color: white; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }
.index_news_focusBox .num li span { z-index: 1; background: black; filter: alpha(opacity=50); opacity: 0.5; }
.index_news_focusBox .num li.on a,.index_news_focusBox .num a:hover{ background:#f60;  }
.index_news .index_news_r {
    float: left;
    margin-left: 40px;
    height: 300px;
    overflow: hidden;	
}

.index_news_Tab {
    width: 580px;
    font-family: "Microsoft YaHei";
}
.index_news_Tab .hd {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #C8D1D5;
    /* background: url(images/btn_bg.gif) repeat-x; */
    position: relative;
    padding-right: 10px;
}
.index_news_Tab .hd .more{ float:right; }
.index_news_Tab .hd ul {
    z-index: 5;
    position: absolute;
    overflow: hidden;
    zoom: 1;
}
.index_news_Tab .hd li {
    background: #fff;
    float: left;
    padding: 0 20px;
    margin-right: 20px;
    color: #151515;
}
.index_news_Tab .hd li.on {
    font-weight: bold;
    background: #0464bb;
    border-top: 0;
    font-weight: bold;
    color: #fff;
}
.index_news_Tab .bd {
    padding: 10px 0;
    clear: both;
    position: relative;
}
.index_news_Tab .bd .index_news_Tab_bt {
    overflow: hidden;
    border-bottom: 1px dashed #C8D1D5;
    padding-bottom: 15px;
    margin: 5px 0;
}
.index_news_Tab .bd .index_news_Tab_bt_img {
    float: left;
    width: 160px;
    height: 100px;
    overflow: hidden;
}
.index_news_Tab .bd .index_news_Tab_bt_txt {
    width: calc(100% - 180px);
    float: right;
}
.index_news_Tab .bd .index_news_Tab_bt_txt h2 {
    font-size: 16px;
}
.index_news_Tab .bd .index_news_Tab_bt_txt p {
    color: #999;
    margin-top: 15px;
    font-size: 13px;
    line-height: 24px;
}
.index_news_Tab .bd .index_news_Tab_bt_txt p a{ color:#c00;  }
.index_news_Tab .bd ul{
    overflow: hidden;
}
.index_news_Tab .bd ul li{
    line-height: 28px;
}
.index_news_Tab .bd ul li a {
    font-size: 14px;
    color: #666666;
}
.index_news_Tab .bd ul li .sj{
    float: right;
    font-size: 12px;
    color: #999;
}
.index_news_Tab .bd ul li .sj span{
    color: #000;
}
/* 首页增加新闻end */


/* 内页头部 banner  */

.hzjiudao_banner {
    height: 230px;
    overflow: hidden;
    min-width: 1220px;
}
.hzjiudao_banner .hzjiudao_pic {
    width: 100%;
    height: 230px;
    background-position: center;
    background-size: cover;
    overflow: hidden;	
}
.hzjiudao_banner .hzjiudao_banner_tit {
    text-align: center;
    margin: 85px auto 42px auto;	
}
.hzjiudao_banner .hzjiudao_banner_tit h1{
    font-size: 30px;
    color: #fff;
    font-family: 'Conv_MyriadPro-Regular';
    line-height: 1;	
    margin-bottom: 30px;
}
.hzjiudao_banner .hzjiudao_banner_tit span{
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
}
.hzjiudao_banner .hzjiudao_banner_tit span:before {
    content: '';
    display: block;
    width: 70px;
    border-top: 2px #009cde solid;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin: auto;
}

/* 案例 list页 */
.anli_list {
    padding-top: 50px;
    background-color: #f8f9fd;
    overflow: hidden;
}

/* 新闻 list页 */

/** 新闻 list页 导航栏目 **/
.list_news_lm {
    padding-bottom: 55px;
    background: #ffffff;
    border-bottom: 1px #b9b9b9 solid;	
}
.list_news_lm ul{
    text-align: center;	
}
.list_news_lm ul li{
    display: inline-block;
    margin: 0 8px;
    padding-top: 55px;	
}
.list_news_lm ul li a{
    display: block;
    width: 152px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #2f2f2f;
    border: 1px #a3a3a3 solid;
    text-decoration: none;	
}
.list_news_lm ul li a:hover {
    background: #a3a3a3;
    color: #ffffff;
}
.list_news_lm ul li a.active {
    background: #009cde;
    color: #ffffff;
    border-color: #009cde;	
}
/** 新闻 list页 导航栏目 end **/

/** 新闻 list页 栏目列表**/
.list_news_lb {
    margin-top: 85px;	
}
.list_news_lb ul{
	
}
.list_news_lb ul li {
    margin-bottom: 56px;
    overflow: hidden;
}
.list_news_lb ul li dl {
    float: left;
    line-height: 1;
}
.list_news_lb ul li dl.pic {
    width: 25%;
    height: 192px;
}
.list_news_lb ul li dl.txt {
    width: 72%;
    padding-left: 3%;
}
.list_news_lb ul li dl.txt span.time {
    font-size: 34px;
    color: #999999;
    display: block;
    font-family: Conv_MyriadPro-Regular;
    padding-bottom: 10px;
}
.list_news_lb ul li dl.txt span.tit a {
    font-size: 18px;
}
.list_news_lb ul li dl.txt p.sum {
    font-size: 14px;
    color: #666666;
    margin-top: 16px;
    margin-bottom: 34px;
    line-height: 20px;
}
.list_news_lb ul li dl a, .list_news_lb ul li dl span {
    display: block;
}
.list_news_lb .index_btn_more a {
    display: block;
    color: #606060;
    font-size: 16px;
    width: 185px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #7b7b7b;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: ease-in background 0.1s;
    -moz-transition: ease-in background 0.1s;
    -ms-transition: ease-in background 0.1s;
    -o-transition: ease-in background 0.1s;
    transition: ease-in background 0.1s;
}
.list_news_lb .index_btn_more a:hover {
    color: #ffffff;
    background: #009cde;
    border-color: #009cde;
    text-decoration: none;
}
/** 新闻 list页 栏目列表 end **/

/* 新闻 list页 end */

/* 新闻 show页 */
.show_news {
    margin: 30px auto;
    overflow: hidden;
}
.show_news .show_news_l{
    float: left;
    width: 250px;	
}
.show_news .show_news_l .show_news_l_1{
    line-height: 87px;
    width: 250px;
    background: url(../image/show_news_l_1.jpg) no-repeat left top;
    height: 87px;	
}
.show_news .show_news_l .show_news_l_1 strong {
    text-align: center;
    width: 100%;
    float: left;
    margin-left: 0;
    font-weight: bold;
    text-decoration: none;
}
.show_news .show_news_l .show_news_l_1_txt {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    margin-top: 20px;
}
.show_news .show_news_l .show_news_l_1 em {
    text-align: center;
    margin-top: 5px;
    width: 100%;
    float: left;
    color: #fff;
    font-weight: normal;
    line-height: 26px;
}
.show_news .show_news_l .show_news_l_1 em.more {
    font-style: normal;
    font-weight: normal;
}
.show_news .show_news_l .show_news_l_1_ul {
    margin-top: 2px;
    overflow: hidden;	
}
.show_news .show_news_l .show_news_l_1_ul  ul{
	
}
.show_news .show_news_l .show_news_l_1_ul  ul li{
	
}
.show_news .show_news_l .show_news_l_1_ul  ul li a{
    text-align: center;
    line-height: 49px;
    margin: 0;
    display: block;
    background: url(../image/show_news_l_1_ul_bg02.jpg) no-repeat;
    height: 49px;
    font-size: 14px;
    text-decoration: none;	
}
.show_news .show_news_l .show_news_l_1_ul  ul li a:hover {
    margin: 0;
    width: 250px;
    background: url(../image/show_news_l_1_ul_bg01.jpg) no-repeat;
    height: 49px;
    color: #fff;
}
.show_news .show_news_l .show_news_l_1_ul  ul li.cur a{
    margin: 0;
    width: 250px;
    background: url(../image/show_news_l_1_ul_bg01.jpg) no-repeat;
    height: 49px;
    color: #fff;
}
.show_news .show_news_r{
    float: left;
    width: 940px;
    margin-left: 30px;
	.0
}
.show_news .show_news_r .crumbs{
    line-height: 35px;
    background: url(../image/show_news_r_crumbs.jpg) no-repeat left bottom;
    height: 35px;	
}
.show_news .show_news_r .crumbs .show_news_r_bt {
    float: left;
    font-size: 18px;
    font-weight: bold;
}
.show_news .show_news_r .crumbs .show_news_r_mbx {
    float: right;
    color: #666;
    font-size: 14px;
}
.show_news .show_news_r .show_news_r_title {
    border-bottom: #999 1px dashed;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
}
.show_news .show_news_r .show_news_r_title h1{
    text-align: center;
    line-height: 30px;
    color: #322725;
    font-size: 16px;
    font-weight: bold;	
}
.show_news .show_news_r .show_news_r_title span{
    font-style: normal;
    color: #9fa0a0;
    font-size: 14px;	
}
.show_news .show_news_r .show_news_r_main {
    line-height: 28px;
    clear: both;
    padding-top: 20px;
    width: 90%;
    margin-left: 5%;
}
.show_news .show_news_r .show_news_r_main img{
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.show_news .show_news_r .show_news_r_page {
    margin-top: 20px;
    margin-bottom: 10px;
}
.show_news .show_news_r .show_news_r_page strong{
    line-height: 30px;
    color: #666;
    font-size: 16px;	
    font-weight: normal;
}
.show_news .show_news_r .show_news_r_page a{
    color: #0193de;
    text-decoration: none;	
}
/* 新闻 show页 end*/

/* 联系我们 page页 */
.page_content {
    padding-top: 58px;
    padding-bottom: 118px;
    background: #eeeeee;
    overflow: hidden;
    min-width: 1220px;
}
.page_content .page_content_l, .page_content .page_content_r {
    width: calc(50% - 50px);
    float: left;
}
.page_content .page_content_l {
    padding-right: 50px;
}
.page_content .page_content_l ul.box {
	width: 80%; 
	margin-left: auto; 
	margin-right: 0;
	}
.page_content .page_content_l ul.box li{
	padding:0 12px;
	display:block;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-bottom: 10px;
    color: #999999;
	background:#ffffff;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.page_content .page_content_l ul.box li:after{content:'';clear:both;display:block;}
.page_content .page_content_l ul.box li.on{
    border: 1px #009cde solid;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.page_content .page_content_l ul.box li span{width:13%; line-height:38px; display:block; float:left;}
.page_content .page_content_l ul.box li input[type='text']{
	display:block; 
	float:left;
    width: 87%;
    height: 38px;
    font-size: 14px; 
    border: none;
    outline: none; 
    color: #666666; 
} 
.page_content .page_content_l ul.box li textarea.viewsIn{
	display:inline-block;
    width: 80%;
    height: 138px;
    text-align: left; 
    padding-top: 8px;
    border: none;
    outline: none;
    resize:none;
    color: #666666;
}
.page_content .page_content_l ul.box li input[type='submit'],
.page_content .page_content_l ul.box li input[type='button']{
    width: 100%;
    height: 36px;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    border: 2px #009cde solid;
    color: #009cde;
    outline: none;
    margin-top: 20px;
    -webkit-transition: background ease-in-out .15s;
    -o-transition: background ease-in-out .15s;
    transition: background ease-in-out .15s;
    background: transparent;
}
.page_content .page_content_l ul.box li:last-child{background:none;padding:0;}
.page_content .page_content_l ul.box li input[type='submit']:focus,
.page_content .page_content_l ul.box li input[type='submit']:hover,
.page_content .page_content_l ul.box li input[type='button']:focus,
.page_content .page_content_l ul.box li input[type='button']:hover{
    background: #009cde;
    color: #ffffff;
}
.page_content .page_content_r {
    padding-right: 50px;
}
.page_content .page_content_r .page_content_r_main{
    display: block;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
}
.page_content .page_content_r   h1 {
    display: block;
    line-height: 1;
    font-size: 24px;
    border-left: 5px #009cde solid;
    padding-left: 20px;
    margin-bottom: 40px;
}
.page_content .page_content_r .page_content_r_main  h2 {
    display: block;
    line-height: 1;
    font-size: 18px;
    color: #444444;
    margin-bottom: 18px;
}
/* 联系我们 page页 end*/

/* 翻页效果  */
.pagesBox{
    text-align: center;
    margin: 50px 0;
}
.pagesBox a {
    display: block;
    padding: 4px 10px;
    border-radius: 4px;
    color: #5b5b5b;
    font-size: 12px;
    border: 1px #cccccc solid;
    display: inline-block;
    margin: 0 5px;
}
.pagesBox a:hover {
    background: #999;
    border-color: #999;
}
.pagesBox span{
    display: block;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px #cccccc solid;
    display: inline-block;
    margin: 0 5px;
    background: #009cde;
    border-color: #009cde;
    color: #ffffff;
}
/*  翻页效果  end */