﻿@charset "utf-8";
/* 抬头 */
/* 首页抬头部分 */
.header-bg {
    z-index: 9;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f2f2f2;
}
.header-logo {
    display: block;
    width: 7%;
}
.header-nav {
    width: 100%;
    background: #184d9c;
    height: 60px;
    line-height: 60px;
}
.header-text{
	display: block;
	color:#666;
	font-size: 14px;
	font-family: "微软雅黑";
}
.header-a a {
    font-size: 14px;
    color: #666;
    margin-left: 15px;
    position: relative;
}
.header-a a::after {
    content: "";
    display: table;
    width: 1px;
    height: 14px;
    background: #666;
    position: absolute;
    top: 3px;
    right: -10px;
}
.header-a a:last-child::after{
	display: none;
}


.logo {
    float: left;
    border-right: 1px solid #eeeeee;
    margin-top: 42px;
    padding-right: 18px;
    margin-right: 8px;
}
.header-body{
	height: 150px;
}

.header-body-text {
    margin-left: 10px;
    margin-top: 32px;
}

.header-body-text h3 {
    float: left;
    font-size: 28px;
    margin-left: 0;
    color: #184d9c;
    line-height: 32px;
    margin-top: 16px;
    font-weight: bold;
    font-family: Microsoft YaHei;
    letter-spacing: 3px;
}

.header-body-text p{
    font-size: 18px;
    color: #184d9c;
    font-weight: normal;
    letter-spacing: 0.4px;
}

.header-tel {
    margin-top: 38px;
    font-size: 14px;
    background: url(../images/header_phone.png) no-repeat left;
    padding-left: 48px;
}

.header-tel i{
	font-style: normal;
}

.header-tel h4,.header-tel p{
    color: #154a9a;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-top: 2px;
}

/* 首页抬头部分 */

/* 幻灯片 */
.slideBox{ width:100%; height:550px; overflow:hidden; position:relative;}
.slideBox .hd {
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    margin-left: -20px;
}
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #000;
    cursor: pointer;
    color: #fff;
}
.slideBox .hd ul li.on {
    background: #184d9c;
    color: #fff;
}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li {zoom: 1;vertical-align: middle;width: 100%;height: 550px;}
.slideBox .bd img{ width:100%; height:100%; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px;filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
/* 幻灯片 */


/* 热门关键词 */
#search_cc{
	margin-top: 5px;
}
.key-words {
    display: table;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #ddd;
}
.key-left{
	width: 65%;
	float: left;
}
.key-word-txt{

}

.key-word-title {
    padding: 16px 0;
    font-weight: bold;
    font-size: 15px;
}

.key-word-txt ul li {
    display: inline-block;
    padding: 18px 0;
    margin: 0 5px;
}

#search_cc_l {
    width: 320px;
    float: left;
    background: #fff;
    line-height: 44px;
    height: 44px;
}

#search_cc_r {
    width: 69px;
    overflow: hidden;
}
/* 热门关键词 */


.se-fw{
	margin-top: 65px;
}

.se-fw-left {
    width: 550px;
    height: 550px;
    padding: 0px 0 75px;
    position: relative;
    float: left;
}

.se-fw-right{
	width: 615px;
	float: right;
}
.se-fw-right h2 {
    font-size: 30px;
    color: #000;
    margin-top: 55px;
}

.se-fw-right p{
    padding-top: 35px;
    width: 595px;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    text-align: justify;
}

 .se-fw-right a{
    line-height: 60px;
    height: 60px;
    background: #184d9c;
    border-radius: 45px;
    color: #fff;
    text-align: center;
    position: relative;
    display: block;
    width: 240px;
    top: 55px;
	font-size: 24px;
	color: #fff;
}

 .se-fw-right a:hover {
    background: #df7b21;
}


.se-fw-right font{
    color: #184d9c;
    font-size: 40px;
	font-weight: bold;
}


.index-product{
	margin-top: 75px;
}
.index-product-left {
    width: 260px;
    float: left;
}
.index-product-left h2{
    background: #184d9c;
    height: 75px;
    line-height: 75px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	color:#fff
}
.index-product-left ul{
    border: #EAEAEA 1px solid;
}

.index-product-left ul li{
    list-style: none;
    border-bottom: #dedede 1px solid;
    height: 54px;
    line-height: 54px;
    padding-left: 50px;
    font-size: 16px;
    background: url(../images/ico1.jpg) no-repeat 220px center;
}


.index-product-right{
	width: 900px;
	float: right;
}

.index-product-right dl dd {
    width: 295px;
    float: left;
    padding: 5px;
}

.index-product-right dl dd .pic-name{
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
	text-align: center;
}
.index-product-body{
	margin-top: 30px;
}




.xz{
	margin-top: 60px;
}
.head_top {
    font-size: 36px;
    text-align: center;
    color: #333;
    margin-bottom: 60px;
}
.head_top i {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: #184d9c;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 10px;
}
.head_top span {
    color: #184d9c;
    font-weight: bold;
}


.zs{
	margin-top: 60px;
}
.hezuo_w {position: relative;}
.h_pre,.h_next{ position:absolute; top:50%; transform: translateY(-50%); display:block; width:39px; height:40px;  }
.h_pre{ left:-50px; cursor:pointer; background:url('../images/prev.jpg') no-repeat center;}
.h_next{ right:-50px; cursor:pointer; background:url('../images/next.jpg') no-repeat center;}
.hezuo_p {width: 100%;margin: 0 auto;overflow: hidden;margin-top: 30px;}
.hezuo_p ul{ width:10000%;}
.hezuo_p li{ float:left; display:inline; width:0.235%; margin:0 0.02% 0 0; text-align:center;}
.hezuo_p li a{ font-size:14px; color:#666; font-weight:bold; line-height:25px;}
.hezuo_p li img{ width:100%; border:#ccc 1px solid;}


#ysby_bg{ background:url(../images/yst.jpg) no-repeat center; width:100%; height:238px;margin-top: 60px;}
.ysby_wenzi{ font-size:16px; color:#484848; text-align:center; padding-top:160px;}
#by_r{width:100%;background: #f5f5f5; }
.by_1{ width:1100px; height:542px; margin:0 auto; background:url(../images/ys1.jpg) no-repeat center; }
.by_11{ font-size:30px; font-weight:bold;  color:#484848; width:423px; padding-left:98px; margin-bottom:66px;}
.by_22{ font-size:13px; line-height:35px; color:#484848; width:423px; padding-left:98px; margin-bottom:27px;}
.by_33{ font-size:30px; font-weight:bold;  color:#484848; width:423px; padding-left:98px; margin-bottom:70px;}
.by_44{ font-size:13px; line-height:35px; color:#484848; width:423px; padding-left:98px;}
.by_1r{ background:url(../images/ys2.jpg) no-repeat center; width:100%; height:598px;}
.by_1k{ width:1100px; height:598px; margin:0 auto;}
.by_55{ font-size:30px; font-weight:bold;  color:#484848; width:423px; margin-left: 665px; margin-bottom:66px;}
.by_66{ font-size:13px; line-height:35px; color:#484848; width:423px; margin-left: 665px; margin-bottom:68px;}
.by_77{ font-size:30px; font-weight:bold;  color:#484848; width:423px; margin-left: 665px; margin-bottom:67px;}
.by_88{ font-size:13px; line-height:35px; color:#484848; width:423px; margin-left: 665px;}


.index-case{
	margin-top: 60px;
}
.index-case-body{
	margin-top: 30px;
}

.index-case-body ul li {
    float: left;
    margin: 0.5%;
}

.index-case-body ul li .case-pic img{
    width: 280px;
    height: 210px;
    border: 3px solid #ddd;
}

.index-case-body ul li .case-name{
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
	font-size: 16px;
}



.index-new-bg{
	margin-top: 60px;
}
.news-tbas{
	margin-top: 30px;
}
.tabs-title {text-align: center;    margin-bottom: 40px;}
.tabs-title a{     display: inline-block;
    margin-right: 12px;
    color: #333;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    width: 155px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #ddd;
    font-size: 16px;}
.tabs-title a:after{ }
.tabs-title a:last-child:after{ display: none; }
.tabs-title a.active, .tabs-title a:hover{background: #184d9c;color: #fff;border: 1px solid #4fae20;}
.tabs-title:after{ }
.list-main{ min-height: 425px;}
.news-list{overflow: hidden; display: none;}
.current{ display: block;}
.news-list li{    
       float: left;
    width: 695px;
    overflow: hidden;
   /* background: url(/ufile/83568/image/ico22.jpg) no-repeat right center; */
    margin-bottom: 30px;
}
.news-list .news-img{     float: left;
    width: 175px;
    height: 125px;
    overflow: hidden;}
.news-list .news-intro{padding-left: 204px;margin-right: 80px;}
.news-intro .title {overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.news-list li:hover .title a{ color: #184d9c;}
.news-intro .info{font-size: 14px; padding: 9px 0;}
.news-intro .info span{ display: inline-block; background: no-repeat 0 50%; vertical-align: middle;}
.news-intro .info .author {/* background-image: url(/mFile/879/img/icon-source.jpg); */}
.news-intro .info .date {}
.news-intro .content{     
	font-size: 14px;
    line-height: 22px;
    color: #666;
}
.news-list li:nth-child(1) {
	width: 455px;
	margin-right: 48px;
	background: none;
}
.news-list li:nth-child(1) .info {
    display: none;
}
.news-list li:nth-child(1) .news-intro .title {
    margin: 20px 0 10px 0;
}
.news-intro .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.news-list li:nth-child(1) .news-intro {
    padding-left: 0;
}
.news-list li:nth-child(1) .news-img img {
    width: 450px;
    height: 320px;
}
.news-list .news-img {
    float: left;
    width: 175px;
    overflow: hidden;
}
.news-list .news-img img{
	width: 100%;
}

.news-list li:nth-child(1) .news-img {
    float: none;
    height: auto;
    width: 100%;
}


.links{
	margin-top: 30px;
	background-color: rgb(242, 242, 242);
}

.links h2 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    float: left;
}

.links ul {
    line-height: 70px;
    float: left;
    margin-left: 20px;
}

.links ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 18px;
	position: relative;
}

.links ul li::after {
    content: "";
    height: 15px;
    width: 1px;
    border-right: 1px dashed #7a7a7a;
    position: absolute;
    right: -10px;
    top: 28px;
}

.footer-bg {
    margin-top: 55px;
    background: #f1f1f1;
}

.footer ul{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    color: #fff;
	margin-top: 30px;
}
.footer ul li {
    display: inline-block;
}

.footer ul li a{
    color: #333;
    text-decoration: none;
    margin: 0 10px 0 0;
    font-size: 18px;
    background: url(../images/x2.jpg) no-repeat right center;
    padding-right: 31px;
}

.dblogo {
    float: left;
    margin-top: 16px;
}
.db_xx {
    float: left;
    width: 900px;
    margin-left: 85px;
}
.db_xx li {
    float: left;
    width: 230px;
    height: 41px;
    padding-left: 54px;
    line-height: 21px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #333;
    margin-right: 70px;
}
.db_xx a:hover{text-decoration: underline;}

.footer-com {
    margin-top: 40px;
    margin-bottom: 40px;
    display: table;
    width: 100%;
}


.db_bq {
    background: #184d9c;
    height: 58px;
    line-height: 60px;
    font-size: 14px;
    clear: both;
	color: #fff;
	text-align: center;
}
.db_bq a{
	color:#fff
}

.db_bql {
    float: left;
}


.main-left-top{
	margin-bottom: 15px;
}

.main-left-top h2{
    font-size: 14px;
    padding: 0px;
    margin: 0;
    background:#184d9c;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 250px;
	font-family: "微软雅黑";
	font-size: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
	font-weight: normal;
	color: #fff;
}

.lx_boxx h2 {
    font-size: 26px;
    text-align: center;
    width: 100%;
    font-family: "微软雅黑";
    color: #184d9c;
    border: #dedede 1px solid;
    padding: 20px 0;
    font-weight: bold;
    border-top: 5px solid #184d9c;
}
.lx_boxx {
    width: 100%;
}
.lx_boxx h2 span {
    font-size: 14px;
    color: #333;
    font-weight: normal;
}



.main-left-top ul {
    border: solid 1px #dbdbdb;
    border-top: none;
    margin-top: 0;
    padding: 15px;
}

.main-left-top ul li {
    height: 39px;
    line-height: 39px;
    list-style: none;
    border-bottom: dashed 1px #dbdbdb;
}
.main-left-top ul li a {
    height: 39px;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #666;
    text-decoration: none;
    background: url(../images/n_ico2.jpg) 10px 7px no-repeat;
    padding-left: 25px;
}

.main-left-bottom h2 {
    font-size: 24px;
    background: #184d9c;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 250px;
    font-family: "微软雅黑";
    color: #FFFFFF;
    font-weight: normal;
}


.main-left-bottom {
    width: 251px;
    border: solid 1px #dbdbdb;
    border-top: none;
    padding-bottom: 10px;
}

.main-left-bottom p {
    margin: 0 15px;
    border-bottom: dotted 1px #dbdbdb;
    padding: 7px 0;
    font-size: 14px;
    color: #333;
    font-family: 微软雅黑;
}

.lx_me img{
	max-width: 100%;
}

.main-left {
    width: 250px;
    float: left;
}

.ny-main{
	margin-top: 50px;
}

.main-right {
    border: 1px solid rgb(219, 219, 219);
    float: right;
    overflow: hidden;
    padding: 15px 20px;
    width: 910px;
    background-color: rgb(255, 255, 255);
}

.main-top {
    color: #184d9c;
    font-family: "微软雅黑";
    font-size: 18px;
    font-weight: normal;
    height: 35px;
    line-height: 20px;
    display: inline-block;
    padding-left: 10px;
    font-weight: bold;
    width: 100%;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 24px;
}
.titleRight{
	display: block;
	float: left;
}

.box{
    padding-left: 10px;
    border: #CCC solid 0px;
    margin: 0 auto;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #666;
    font-family: "微软雅黑",Arial;
    font-weight: normal;
    text-align: right;
}

.main-body{
	margin: 30px 10px;
	width: 97.709%;
}


.pro-img ul li{
	width: 31%;
	float: left;
	margin:1%;
	margin-top: 0;
	margin-bottom: 1%;
}
.pro-pic {
    border: 1px solid #ddd;
    padding: 3px;
}

.pro-pic img{
	
} 


.pro-img ul li span {
    line-height: 40px;
    width: 100%;
    height: 40px;
    overflow: hidden;
	text-align: center;
	font-size: 16px;
	display: table;
}




.lanrenzhijia {
    width: 452px;
    height: auto;
    overflow: hidden;
    float: left;
}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img {
    background: url(http://www.lanrenzhijia.com/demo/images/loading.gif) no-repeat center center;
    width: 100%;
}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview {
    width: 450px;
    height: auto;
    border: 1px solid #DFDFDF;
    display: table;
}
.spec-scroll{clear:both;margin-top:5px;width:450px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items {
    float: left;
    position: relative;
    width: 424px;
    height: 56px;
    overflow: hidden;
}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #FF6600;padding:1px;}


.cp_tp_miaoshu {
    width: 350px;
    float: right;
    padding-right: 10px;
}

.cp_tp_miaoshu .ms_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    border-bottom: #999 dotted 1px;
    color: #184d9c;
}

.cp_tp_miaoshu .ms_con {
    padding-top: 10px;
    padding-bottom: 20px;
}

.wtr h1 {
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 25px;
}

.wtr .mainCont {
    font-size: 14px;
    color: #666666;
    line-height: 180%;
}

 .pager,.pager > div {
    margin-top: 10px;
    font-family: "Microsoft Yahei";
    color: #666;
	text-align: left;
}

.ms_con {
    padding-top: 10px;
    padding-bottom: 20px;
}

 .ms_con p {
    line-height: 30px;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
    font-weight: 400;
}

.wtr{
    display: table;
    margin-top: 25px;
}



.main-body .news-list{
	display: block!important;
}

.main-body .news-list li:nth-child(1){
	width: 100%!important;
}

.main-body .news-item {
    padding: 0px 0 20px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}


.news-item {
    padding: 30px 0 20px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.news-item .date-info {
    width: 80px;
    height: 80px;
    float: left;
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-item .date-info h2 {
    height: 55px;
    line-height: 55px;
    font-size: 38px;
    color: #aaa;
}

.news-item .date-info h3 {
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #ccc;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-item .news-content {
    margin-left: 100px;
    width: 100%;
}

.news-item .news-content .news-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.news-item .news-content a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-item .news-content p {
    font-size: 14px;
    color: #999;
}

.news-item:hover .news-content a {
    color: #184d9c;
}

.news-item:hover .date-info {
    background-color: #184d9c;
}
.news-item:hover .date-info h2{
	color:#fff
}

 .news-item:hover .date-info h3 {
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #184d9c;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}




.main-body .title {
    text-align: center;
    border-bottom: #184d9c 2px solid;
    padding-bottom: 10px;
}

.contMain {
    padding: 20px;
    line-height: 200%;
}

.contMain .tiyao {
    border: #E0E0E0 1px dashed;
    background: #F5F8FC;
    padding: 10px;
    margin-bottom: 30px;
}

.title p span {
    margin: 0 10px;
}

 .change {
    margin-top: 10px;
}

.change a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
.contMain {
    padding: 20px;
    line-height: 200%;
	font-size: 14px;
}
.newslist h2 {
    font-size: 14px;
    color: #505050;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.box166_-9873 .newslist li a {
    color: #666;
    text-decoration: none;
    line-height: 26px;
}



.img-big{
    width: 100%;
}

.img-big ul li{
    width: 31%;
    float: left;
    margin:1%;
}

.img-big ul li .img-sm{
    border:1px solid #ddd;
}

.img-big ul li span {
    line-height: 40px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    display: table;
    text-align: center;
    font-size: 16px;
}

.sr{
    width:97%;
	height:auto;
	padding-left:1%;
	padding-right:1%;
	margin-bottom:2%;
	border:#ddd solid 1px;
	font-size: 14px;
	color: #666;
	font-weight:normal;
	font-family: "微软雅黑";
	line-height:40px;
	border-radius:5px;
	outline:none;
}
.anm a {
	width:180px;
	height:50px;
	line-height:50px;
	color:#333;
	font-size:14px;
	font-family:"微软雅黑";
	font-weight:normal;
	border:solid 1px #333;
	text-align:center;
	text-decoration:none;
	border-radius:0px;
	display:block;
	float:left;
}
.anm a:hover {
    color:#fff;
	border:solid 1px #333;
	background-color:#333;
}