/* 公共css样式 */
*{
    margin: 0;
    padding: 0;
    border:0px;
}
body {background: url(../images/bg.jpg)}
.fl{
    float: left;
}

.fr{
    float: right;
}

/* 头部样式 */
.head{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: '微软雅黑';
    width: 100%;
    color: #515151;
    background-color: #f7f7f7;
    padding: 10px auto;
}

.head-phone{
    display: inline-block;
    padding-right: 10px;
}

.head-phone img{
    display: inline-block;
    padding-right: 5px;
}

.search{
    height: 130px;
    width: 100%;
}

.search-logo{
    height: 86px;
    margin: 22px 0;
}

.search-back{
    background: url("../images/search_back.png") no-repeat ;
    width: 700px;
    height: 130px;
}

.search-input{
    margin: 45px 0 45px 180px;
}

.search-input select{
    height: 40px;
    width: 80px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #937b4b;
}


.search-input input{
    height: 40px;
    width: 360px;
    border: 1px solid #937b4b;
    line-height: 40px;
    font-size: 14px;
    padding-left: 5px;
	    float: left;
}


.search-input button{
    height: 42px;
    width: 40px;
    line-height: 42px;
    background-color: #937b4b;
    cursor: pointer;
	    float: left;
}

.tab-div{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #000;
}

.tab{
    padding: 0;
    width: 1190px;
   
    margin: 0 auto;
}

.tab>li{
    list-style: none;
    float: left;
    width: 132px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.tab>li>a{
    display: inline-block;
    height: 20px;
    width: 110px;
    line-height: 20px;
    margin: 15px 5px;
    border-right: 1px dashed #FFF;
    font-size: 14px;
    color: #FFF;
}


.tab .active{
    background-color: #937b4b;
}

.tab .hoverActive{
    background-color: #937b4b;
}

.tab li ul{
    display: none;
    position: absolute;
    z-index: 10000;
    top: 50px;
    left: 0px;
    background: #FAFAFA;
    border-bottom: none;
    opacity: 0.9;
}

.tab li ul li {
    display: block;
    width: 132px;
    float: none;
    margin-right: 0px;
    height: 30px;
    position: relative;
    line-height: 30px;
    font-size: 14px;
    color: black;
}

/*.tab .active ul{display:block;}*/
.tab .active ul a{display:block;width:132px;height:30px;line-height:30px;}
.tab .active ul a:hover{color:#937b4b;background: url("../images/menu-arrow.png") no-repeat 15px 10px;}

.tab .hoverActive ul{display:block;}
.tab .hoverActive ul a{display:block;width:132px;height:30px;line-height:30px;}
.tab .hoverActive ul a:hover{color:#937b4b;background: url("../images/menu-arrow.png") no-repeat 15px 10px;}



.content{
    width: 100%;
    height: 460px;
    position: relative;
}


.mid-content{
    width: 100%;
    height: 394px;
    background-color: #FFF;
}

.mid-content-div{
    width:1190px;
    margin: 0 auto;
    padding-top: 30px; 
display:block;  
height: 100%;
}
.right_news{
    margin-left: 10px;
    width: 460px;
	float:right;
}

.video_title{
    height: 20px;
    line-height: 20px;
    text-align: left;
	padding-left: 36px;
    padding-top: 20px;
}

.video_name{
    font-size: 18px;
    font-weight:bold;
    display: inline-block;
    margin-left: 10px;
    color: #404040;
}

.video_Enname{
    font-size: 16px;
    font-weight:bold;
    display: inline-block;
    margin-left: 10px;
    color: #EAEAEA;
}

.video_url{
    width: 96%;
        height: 260px;
    margin-top: 5px;
    overflow: hidden;
	padding:0 2%;
}
.video_url img{float:left;width:185px;height:250px;}
.video_url p{float:right;width:462px;height:240px;line-height: 18px;}
.video_url a{background:#937b4b;padding:6px 10px;color:#fff;border-radius:4px;height:30px;line-height:30px}
.video_size{
    /*width: 570px;*/
    height: 380px;
}

.hot_news_title{
    height: 20px;
    line-height: 20px;
    text-align: left;
    float: left;
}

.hot_news_more{
    height: 30px;
    line-height: 30px;
    text-align: left;
    float: right;
    cursor: pointer;
}

.hot_news_name{
    height: 20px;
    font-size: 17px;
    line-height: 20px;
    color: #937b4b;
}
.hot_news_more img{
    display: inline-block;
    margin-top: -5px;
}

.hot_news_list{
    width: 460px;
    height: 380px;
    margin-top: 30px;
}

.hot_news_list ul{
    padding: 0;
}

.hot_news_list ul a{
    display: block;
    list-style:none;
    font-size: 14px;
    padding: 10px 0;
    text-align: left;
    color: #383838;
}

.hot_news_list ul a span{
    color: #767676;
    float: right;
}

.hot_news_list ul a img{
    display:inline-block;
    padding-right: 20px;
}

.service_content{
    height: 560px;
    background-color: white;
}

.service_contaniner{
    width: 1190px;
    margin:  0 auto;
    position: relative;
}

.service-index-title{
    text-align: center;
    padding-top: 30px;
}

.service-index-title h2{
    color: #3b3b3b;
    font-weight: bold!important;
    font-size: 20px;
	width:50%;padding-left:25%
}

.service-index-title h2 img{
    display: inline-block;
    padding-right: 20px;
}

.service-index-title h4{
    padding:15px 0;
    font-size: 22px;
    color: #D3D3D3;
    font-family: "Microsoft YaHei";
}

.service-index-title .line{
    display: block;
    width: 60px;
    height: 5px;
    margin: 0 auto;
    background-color: #68321E;
}

.service_type{
    width: 280px;
    height: 330px;
    margin-right: 16px;
    margin-left: 5px;
    margin-bottom: 2px;
    background-color: #FFF;
    cursor: pointer;
   border:1px solid #e8e8e8;float: left;
}

.service_type:hover{
    border: 1px solid #6D3D2A;
    box-shadow: 5px 5px 5px #888888;
}

.service_type_last{
    width: 280px;
    height: 330px;
    margin-left: 1px;
    background-color: #FFF;
}

.service_type_container{
    width: 1190px;
    overflow: hidden;
}

.service_parent{
    margin-top: 50px;
    width: 243000px;
    position: relative;
}

.service_contentType_img{
    padding: 10px;
}

.service_contentType_img img{
    width: 260px;
    height:200px;
}

.service_contentType_img h2{
    text-align: center;
    font-size: 18px;
    color: #111;
    margin-top: 20px;
    font-weight: bold;
}

.service_contentType_img h4{
    text-align: center;
    font-size: 13px;
    color: #949393;
    margin:10px 0;
    font-weight: bold;
}

.service_contentType_img span{
    display: block;
    width: 30px;
    height: 3px;
    margin: 0 auto;
    background-color: #68321E;
}

.lingdong_index_page{
    text-align: center;
    font-size: 0;
    margin-top: 30px;
}


.lingdong_index_page span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    cursor: pointer;
}
 .lingdong_index_page span{
    background: #E0E0E0;
    color: #BDBEB9;
    font-size: 25px;
}


.lingdong_index_page span:hover {
    background: #937b4b;
    color: #fff;
}

.service_case{
    width: 100%;
    height: 480px;
   /* background-color: #ededed;*/
}

.service_catainter{
    width: 1190px;
    margin: 30px auto;
   padding-top:20px;
}


.service_case_left{
    background: url("../images/service_case_menu.png") no-repeat 0 0;
    height: 400px;
    padding: 50px;
	float: left;
}

.service_case_left ul{
    padding-top: 20px;
}
.service_case_left ul a{
    cursor: pointer;
    display: block;
    width: 162px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #252525;
    text-align: center;
}

.service_case_left ul .active{
    background-color: #937b4b;
    color: #FFF;
	border-bottom:1px solid #fff;
}

.service_case_right{
    padding-left: 20px;float: right;
}

.service_case_content{
    padding-top: 30px;
    height: 170px;
    cursor: pointer;
}

.first_img{
    width: 250px;
    background-color: white;
}

.first_img img{
    display: block;
    width: 230px;
    height: 150px;
    padding: 10px;
}

.first_content{
    padding-left: 40px;
    line-height: 30px;
    width: 570px;
    height: 170px;
}

.first_content h2{
    color: #252525;
    font-size: 16px;
    font-weight: bold;
}

.first_content p{
    padding-top: 20px;
    font-size: 14px;
    color: #717171;
}
.first_content p a{float:left; background: #937b4b;padding:2px 10px; color: #fff;border-radius: 4px;height: 30px; line-height: 30px;}
.service_case_index_last{
    padding-top: 40px;
    height: 200px;
}

.service_case_index_last a{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #252525;
}

.service_case_index_last img{
    display: inline-block;
    padding-right: 20px;
}

/**首页走进灵动*/
.to_lingdong{
    width: 100%;
    height: 550px;
    background-color: #EDEDED;
    padding: 30px 0;
}

.to_lingdong_container{
    width: 1190px;
    margin: 0 auto;
}

.to_lingdong_left{
    padding-right: 20px;
    width: 840px;
}

.to_lingdong_leftContent{
    height: 450px;
    width: 100%;
    background-color: #FFF;
    margin: 40px 10px 10px 10px;
}

.to_lingdong_leftImg{
    padding: 10px;
}

.to_lingdong_leftContent img{
    height: 430px;
    width: 480px;
}



.to_lingdong_leftWord{
    width: 320px;
    padding: 30px 10px 10px 10px;
    position: relative;
}

.to_lingdong_leftWord p{
    font-size: 14px;
    color: #252525;
    line-height: 30px;
    color: #252525;
}

.to_lingdong_button{
    position: absolute;
    top:350px;
    left: 20px;
}

.to_lingdong_leftWord button{
    background-color: #937b4b;
}

.to_lingdong_rightContent{
    height: 430px;
    margin-top: 40px;
    padding: 10px;
    background-color: #FFF;
    position: relative;
}

.to_lingdong_expert{
    position: absolute;
    cursor: pointer;
}

.to_lingdong_rightContent img{
    width: 310px;
    height: 250px;
}

.to_lingdong_rightContent h2{
    padding:20px 0;
    font-size: 20px;
    text-align: center;
    border-bottom: 3px dotted #EDEDED;
}

.to_lingdong_rightContent p{
    padding: 20px;
    font-size: 13px;
    color: #717171;
    line-height: 30px;
}

.to_lingdong_div{
    width: 330px;
    position: relative;
}

.to_lingdong_div .spots {
    width: 100%;
    height: 30px;
    clear: both;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 500px;
}

.to_lingdong_div .spots ul {
    float: left;
    position: absolute;
    left: 70%;
    top: 0;
    margin: 0 0 0 -96px;
    display: inline;
}

.to_lingdong_div .spots li {
    width: 17px;
    height: 15px;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/dot_off2.png") no-repeat center;
    float: left;
    margin: 0 3px;
    display: inline;
}

.to_lingdong_div .spots li.active {
    background: url("../images/dot_on2.png") no-repeat center;
}


.index_section2{
    height: 460px;
    background: url("../images/bottom_new.png") no-repeat center;
}

.index_bottom{
    height: 120px;
    background-color: #111111;
}

.index_bottom_container{
    width: 1190px;
    margin: 0 auto;
}

.copy_right{
    padding-top: 30px;
    text-align: center;
    font-size: 14px;
    color:gainsboro;
}
.copy_right a{color:#fff}
.link_info{
    text-align: center;
    font-size: 14px;
    color:gainsboro;
}

.link_info a{
    color:gainsboro;
}

/**走进灵动页面*/
.goto_head{
    width: 100%;margin-bottom: 20px;
}

.goto_content{
        min-height: 800px;
    clear:both;
}

.goto_mid{

}

.mid-container{
    width: 1190px;
    margin: 0 auto;
    position: relative;
}

.left_menu{
   float:left;
    width: 260px;
    height: 490px;
    background: url(../images/left_menu_back.png) no-repeat 0 0;
}

.right_content{
    float:right;
    width: 900px;
    min-height: 500px;
    background-color: white;
}

.left_menu ul{
    margin-left:15px;
    padding: 10px 15px 15px 0;
}

.left_menu ul a{
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #252525;
    text-align: left;
    border-bottom: 1px solid #F4F4F4;
    padding-left: 25px;
}

.left_menu ul .active{
    color: #FFF;
    margin: 10px 25px 10px 25px;
    height: 35px;
    line-height: 35px;
    background-color: #937b4b;
}

.left_menu h2{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    margin: 13px 0 0 40px;
    color: #FFF;
}

.left_menu_titleImg{
    display: inline-block;
    padding-right: 10px;
    margin-top: -5px;
}

.left_menu_img{
    display: inline-block;
    padding: 0 25px 0 20px;
    margin-top: -5px;
}

.left_menu_imgActive{
    display: inline-block;
    /*padding: 0 25px 0 20px;*/
    padding-right: 25px;
    margin-top: -5px;
}

.right_content_mid{
    margin: 30px 40px 0 40px;
}

.head_title{
    border-bottom: 1px solid #EFEFEF;
}

.head_title_name{
    font-size: 16px;
    margin: 0 10px 15px 0;
    padding-left: 10px;
    font-weight: bold;
    display: inline-block;
    border-left: 4px solid #aa9961;
}

.head_position{
    /*padding-left: 505px;*/
    font-size: 12px;
    color: #937b4b;
	float:right;
	
}

.head_position i{
    display: inline-block;
    text-align: center;
    width: 20px;
}

.to_content{
}

.one_content{
    padding: 30px 0;
    height: 150px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #ebebeb;
}

.one_content_left{
    width: 230px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.one_content_right{
    float: right;
    height: 150px;
    width: 555px;
    margin-left: 35px;
}

.one_content_right h2{
    color: #282828;
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.one_content_word{
    margin-top: 25px;
    font-size: 14px;
    color: #4a4a4a;
    line-height: 25px;
}

.one_content:hover{
    background-color: #f5f5f7;
}

.video_lecture{
    width: 250px;
    font-size: 15px;
    line-height:44px;
	height:44px;
	overflow:hidden;
    color: #2F2F2F;
    text-align: center;
}

.case_content{
    height: 130px;
    border-bottom: 1px dotted #eaeaea;
}

.case_content h2{
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #282828;
    text-align: center;
    font-weight: bold;
}

.case_content p{
    color: #707070;
    text-align: center;
}

.case_content span{
    width: 200px;
    display: inline-block;
}

.case_word{
    margin-top: 30px;
}

.know_lingdong{
    padding: 30px 0;
}


.pagination {
    margin: 20px 0;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
    display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
    background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
    color: #999999;
    cursor: default;
    background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
}



.hotNews_content{
    padding: 30px 0 35px 0;
    height: 150px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #ebebeb;
}

.hotNews_content_left{
    width: 230px;
    height: 150px;
    float: left;
    overflow: hidden;
}

.hotNews_content_right{
    float: right;
    height: 150px;
    width: 555px;
    margin-left: 35px;
}

.hotNews_content_right h2{
    color: #282828;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}

.hotNews_more{
    margin-top: 20px;
}


.hotNews_content_word{
    height: 50px;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 20px;
}

.hotNes_one_content {
    padding: 35px 0 30px 0;
    height: 65px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px dotted #ebebeb;
}

.hotNes_one_content_left{
    width: 60px;
    float: left;

}

.hot_news_date{
    width: 60px;
    height: 40px;
    color: #B2B2B2;
    font-size: 42px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    padding-bottom: 3px;
}

.hot_news_month{
    width: 60px;
    height: 25px;
    color: #b2b2b2;
    font-size: 12px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
    vertical-align: middle;
    padding-top: 3px;
}

.hotNes_one_content_right{
    width: 730px;
    margin-left: 30px;
    float: left;
}

.hotNes_one_content_right h2{
    color: #282828;
    font-size: 14px;
    font-weight: bold;
}

.hotNes_one_content_word{
    margin-top: 10px;
    font-size: 12px;
    color: #767777;
}
.hotNes_one_content_word span{float:right}
.hotNes_one_content:hover{
    background-color: #f5f5f7;
}


.linkus_container{
    width: 1190px;
    margin: 0 auto;
    height: 500px;
    position: relative;
}

.linkus_content{
    position: absolute;
    top: -60px;
    background-color: white;
}


.linkus_content{
    width: 1190px;
    position: absolute;
    top: -60px;
}

.linkus_map{
    margin: 30px 40px;
    /*padding: 0 30px;*/
    height: 550px;
}

.linkus_info{
    padding: 30px 40px 50px 40px;
}

.linkus_info h2{
    font-size: 30px;
    font-weight: bold;
    color: #343434;
}

.link_info p{
    margin-top: 30px;
    height: 40px;
    text-align: left;
}

.linkus_info label{
    font-size: 20px;
    color: #353535;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding-left: 20px;
}
.about{background: url(../images/about.jpg) no-repeat center center;width: 687px;height: 337px; margin-right: 19px;}
.left{float:left;}
.bar {
   padding-top:10px;;height: 80px;
    background:#ededed;
	width:100%;clear: both;
}
.bar .box {
    width: 276px;
    margin-left: 12px;float:left;
    /*margin-right: 25px;*/
}
.container {margin:0 auto;width:1200px}
.bar .box .ico {
    width: 63px;
    height: 63px;
    border: 3px solid #937b4b;
    border-radius: 50%;
}
.bar .box .ico1 {
    background: url(../images/icon1.png) no-repeat center center;
}
.bar .box .ico2 {
    background: url(../images/icon2.png) no-repeat center center;
}
.bar .box .ico3 {
    background: url(../images/icon3.png) no-repeat center center;
}
.bar .box .ico4 {
    background: url(../images/icon4.png) no-repeat center center;
}
.bar .box .big {
    font-size: 18px;
    line-height: 24px;
    color: #4c4c4c;
    margin-left: 20px;
    padding-top: 10px;
}
.bar .box .sml {
    font-size: 14px;
    line-height: 24px;
    color: #838383;
    margin-left: 20px;
    padding-top: 4px;
}
.layui-col-md6 ul li{float:left;width:50%;}

/*固定的悬浮窗*/
.yb_conct{position:fixed;z-index:9999999;top:100px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;min-height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#937b4b url(../Images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#937b4b url(../Images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#937b4b url(../Images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#937b4b url(../Images/fixCont.png) no-repeat 0 -169px;}
.hd_qr{padding:0 29px 25px 29px;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}

.layui-row{margin-top:10px;}
.pages {width:80%;margin:0 auto; font-size:14px; text-align:center; clear:both; padding:50px 45px 0 0; color:#444; }
	.pages a { color:#444; }
	.pages a:hover { color:#f60;  font-weight:bold  }
	.pages ul { float:right;list-style:none }
	.pages li { float:left; margin-left:8px;list-style:none }
	.title2{ line-height:24px; font-size:14px;}

.layui-col-md4 h4{text-align:center}
.layui-col-md4{margin-bottom:10px}
.head{background:#fff}










