.nybanner {
    height: 450px;
}



.loginx{
    width:1200px;
    height: 414px;
    background: url(/templets/lingyan/image/login_bg.jpg) no-repeat center top;
    margin-bottom:70px;

}
.loginbox{
    width:555px;
    float:right;
}
.tabTop {

    border-bottom: 1px solid #aaaaaa;
    height: 56px;

    margin-bottom:40px;
}
.tabTop  li{
    width:80px;
    margin-left:50px;
    float: left;
    color:#333333;
    font-size: 18px;
    line-height: 55px;
    text-align: center;
}
.tabTop  li.on{
    border-bottom:5px solid #e3122b;
    margin-top:-2px;
}



.tabBottom {
    padding-left:70px;
    display: none;
    width:353px;
}
.tabBottom.on{
    display: block;
}
.tabBottom li{
    border: 1px solid #b5b5b5;
    width:353px;
    height: 43px;
    margin-bottom:15px;
    position: relative;
}
.tabBottom li i{
    display: inline-block;
    padding-left:20px;
    padding-right:13px;
}

.tabBottom li input {
    background: none;
    border: none;
    outline: none;
    font-size: 16px;
    line-height: 43px;
    height: 43px;
    width: 240px;
    padding:0px 0 0px 9px;
    /* border-radius: 10px; */
    box-sizing: border-box;
}

.tabBottom li input.input_yzm{
    width:140px;
}
#send_code,#send_code2{
    float: right;
}
#send_code, #send_code2 {

    background: #e3122b;
    display: inline-block;
    font-style: normal;
    height:45px;
    vertical-align: top;
    margin-left: 10px;
    line-height: 45px;
    width: 154px;
    text-indent: 0;
    text-align: center;
    color:#fff;
}
.readagreement-wrap{
    font-size: 16px;
    margin-bottom:20px;
}
#readagreement{
    color:#e3122b
}

.error, .corect {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 19px;
    right: 9px;
    background: url(/templets/lingyan/image/err.png) no-repeat 0 -20px;
     
}

.tabBottom span.success{
  
        height: 20px;
        width: 20px;
        position: absolute;
        top: 14px;
        right: 9px;
        background: url(/templets/lingyan/image/success.png) no-repeat 0 0px;
        background-size: 100% auto;
   
}
.tabBottom span.danger{
  
    height: 20px;
    width: 20px;
    position: absolute;
    top: 14px;
    right: 9px;
    background: url(/templets/lingyan/image/danger.png) no-repeat 0 0px;
    background-size: 100% auto;

}

.tabBottom span.danger em{
    display: block;
    position: absolute;
    top: 0px;
    left: 40px;
    background: #fcc;
    border: 1px solid #f33;
    font-size: 12px;
    line-height: 16px;
    color: #600;
    padding: 6px 10px 4px 10px;
    border-radius: 5px;
    opacity: .8;
    white-space: nowrap;
    overflow: hidden;
    z-index: 99999;
}

input[type='button']:focus {
    box-shadow: 2px 2px 2px #000;
}

/*index css end*/


/*position*/

.position_wrap {
    border-bottom: 1px solid #ccc;
    margin: 0 auto 20px;
}

.position {
    height: 40px;
    line-height: 40px;
}

.position .span01 {
    display: block;
    padding-left: 20px;
    background: url(/templets/lingyan/image/span01.png) no-repeat left center;
}


/*ny_left menu_list*/

.ny_left {
    width: 240px;
    margin-bottom: 20px;
}

.menu_list {
    margin: 0 0 30px 0;
}

.menu_list .list_title {
    border-bottom: 1px solid #d1d1d1;
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    padding: 20px 0;
}

.menu_list .list_title span {
    display: block;
    text-indent: 2em;
    font-size: 18px;
}

.menu_list .list_title .sp01 {
    color: #d1d1d1;
    font-weight: 100;
}

.menu_list .m_1 {
    border: 1px solid #d1d1d1;
    border-top: none;
    border-bottom: none;
}

.menu_list .m_1>li {
    line-height: 48px;
    font-size: 14px;
    background: #f8f8f8;
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    border-top: 2px solid #fff;
    position: relative;
}

.menu_list .m_1>li>a {
    border-left: 6px solid #f1f1f1;
    height: 48px;
    color: #525252;
    font-weight: bold;
    padding-left: 32px;
    display: block;
}

.menu_list .m_1>li>a.active,
.menu_list .m_1>li:hover>a {
    border-left: 6px solid #1A1A1A;
    color: #1A1A1A
}

.menu_list .m_1>li .menu_btn {
    position: absolute;
    width: 50px;
    height: 48px;
    background: url(/templets/lingyan/image/ny_left_ico.png) no-repeat center;
    top: 0;
    right: 0;
    cursor: pointer;
}

.menu_list .m_1>li .menu_btn_active {
    background: url(/templets/lingyan/image/ny_left_ico_active.png) no-repeat center;
}

.menu_list .m_1>li .menu_btn:hover {
    background-color: #f9f9f9
}

.menu_list .m_2 {
    display: none;
}

.menu_list .m_2>li {
    line-height: 36px;
    background: #fff;
    border-bottom: 1px dashed #ccc
}

.menu_list .m_2>li:last-child {
    border-bottom: none
}

.menu_list .m_2>li:first-child {
    border-top: 1px solid #ccc
}

.menu_list .m_2>li a {
    display: block;
    padding-left: 38px;
    font-size: 12px;
}

.menu_list .m_2>li a.active,
.menu_list .m_2>li a:hover {
    color: #E3122B
}
#sub_btn{
width: 122px;
height: 40px;
color: #FFF;
font-size: 14px;
border: none;
background: #E3122B;
line-height: 40px;
text-align: center;
border-radius: 20px;
margin-left:100px;
}
#sub_btn2{
    width: 122px;
    height: 40px;
    color: #FFF;
    font-size: 14px;
    border: none;
    background: #E3122B;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin-top:10px;

}
.rem_p{
    float: right;
    margin-top:20px
}

/*ny_left slider_contact*/

.slider_contact {
    width: 100%;
    color: #333333;
}

.slider_contact .list_title {
    font-size: 18px;
    line-height: 50px;
    color: #FFF;
    text-indent: 2em;
    background: #1a1a1a;
    height: 53px;
    position: relative;
}
.slider_contact .list_title::before{
    content:"";
    width:10px;
    background: #e60012;
    position: absolute;
    left:0;
    height: 100%;
}

.slider_contact .list_title strong {
    font-weight: normal;
    color: #d1d1d1;
    font-size: 14px;
    padding-left: 5px;
}

.slider_contact .contact {
    padding: 68px 0px 0px;
    border: 1px solid #d1d1d1;
    line-height: 26px;
    position: relative;
    background: #f8f8f8 url(/templets/lingyan/image/contactbg.jpg) no-repeat 20px 20px;
}

.slider_contact .contact .telsp {
    position: absolute;
    top: 12px;
    left: 73px;
    height: 48px;
    color: #5b5b5b;
    line-height: 24px;
    font-size: 16px
}

.slider_contact .contact .telsp em {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    display: block;
}
.ewmimg{
    background: #1a1a1a;
    padding:25px 0;
    text-align: center;
    overflow: hidden;
}
.ewmimg dl{
    display: inline-block;
    color:#fff;
}
.ewmimg dt{
    line-height: 40px;
}


.my-kefu{
    vertical-align: middle;
    border-top:1px solid #e6e6e6;
    padding:0 20px;
}
.my-kefu a{
    display: block;
    height: 64px;
    vertical-align: middle;
    color:#808080;
    font-size: 18px;
    line-height: 64px;
}
.my-kefu a i{
    display: inline-block;
    vertical-align: middle;
    padding-right:10px;
}
/*right top_share*/

.ny_right {
    width: 928px;
    margin: 0 0 20px 0;
}

.ny_right .top_share {
    width: 100%;
    line-height: 36px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding-bottom: 10px;
}

.ny_right .top_share dt {
    width: 300px;
}

.ny_right .top_share dt a {
    padding: 0 5px;
}

.ny_right .top_share dd {
    /*width: 242px;*/
}

.ny_right .top_share .bdshare {
    display: inline-block;
}


/*prodouct_list*/

.pord_list {}

.pord_list li {
    float: left;
    width: 256px;
    margin: 10px 26px;
    position: relative;
}

.pord_list li img {
    width: 256px;
    height: 180px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.pord_list li span {
    display: block;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.pord_list li .pro_cover {
    display: none;
    width: 256px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 9999;
    background: url(/templets/lingyan/image/probgh.png) no-repeat center top;
}

.pord_list li:hover .pro_cover {
    display: block;
    font-size: 0
}


/*prodouct_listA*/

.pord_list2 li img {
    width: 233px;
    height: 109px;
}

.proA {
    border: 1px solid #d1d1d1;
    padding: 10px 5px 10px;
    overflow: hidden;
    margin-top: 10px;
}

.proA .top {
    border: 1px solid #cccccc;
    line-height: 34px;
    height: 34px;
    width: 97%;
    margin: 0 auto;
    font-size: 16px;
    position: relative;
    background: url(/templets/lingyan/image/topbg.jpg) repeat-x scroll 0 0;
}

.proA .top span {
    background: url(/templets/lingyan/image/topico.png) no-repeat 10px center #E3122B;
    padding: 0 10px;
    text-indent: 30px;
    display: block;
    color: #FFF;
    height: 34px;
    float: left;
    line-height: 34px;
}

.proA .top .more {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
}

.proAul {}

.proAul li {
    width: 221px;
    float: left;
    margin: 10px;
    text-align: center;
    line-height: 25px;
}

.proAul li a img {
    width: 218px;
    height: 180px;
    margin: 0 auto;
    border: 1px solid #d1d1d1;
    padding: 5px
}

.proAul li a span {
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    overflow: hidden
}


/*prodouct_listB*/

.proB {
    border: 1px solid #d1d1d1;
    padding: 10px 5px 10px;
    overflow: hidden;
    margin-top: 10px;
}

.proB ul {}

.proB ul li {
    border-bottom: 1px dashed #cccccc;
    margin: 10px 10px;
    min-height: 205px;
}

.proB ul li a {
    display: block;
    float: left
}

.proB ul li a img {
    width: 300px;
    height: 178px;
    padding: 5px;
    border: 1px solid #CCC
}

.proB ul li span {
    float: left;
    display: block;
    width: 375px;
    color: #FFF;
    font-size: 14px;
    margin-left: 20px;
}

.proB ul li span.title {
    border: 1px solid #cccccc;
    line-height: 34px;
    height: 34px;
    font-size: 16px;
    position: relative;
    background: url(/templets/lingyan/image/topbg.jpg) repeat-x scroll 0 0;
}

.proB ul li span.title i {
    background: url(/templets/lingyan/image/ibg.jpg) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    width: 174px;
    line-height: 34px;
    display: block;
    font-style: normal
}

.proB ul li span.text {
    padding: 20px 0;
    line-height: 25px;
    color: #494949;
    height: 75px;
    overflow: hidden
}

.proB ul li a.more {
    display: block;
    margin-left: 20px;
    line-height: 30px;
    border: 1px solid #E3122B;
    border-radius: 10px;
    padding: 0 10px;
}

.case_list li {
    width: 211px;
    margin: 10px;
}

.case_list li img {
    width: 211px;
    height: 158px;
}


/*list page*/

.page {
    width: 100%;
    margin: 10px auto;
    line-height: 30px;
    text-align: right;
}

.page span {
    display: inline-block;
    padding: 0 10px 0 0;
}

.page a.num.select {
    padding: 3px 10px;
    color: #fff;
    background: #E3122B
}

.page a.num {
    background: #fff;
    padding: 0 10px;
}

.page a.num:hover {
    padding: 3px 10px;
    color: #fff;
    background: #E3122B
}


/*recommended*/

.recommended {
    overflow: hidden;
    background: #fafafa;
    padding: 20px;
    border: 1px solid #d1d1d1;
}

.recommended h4 {
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}

.recommended ul {}

.recommended ul li {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.recommended ul li span {
    width: 86px;
    color: #a8a8a8;
    display: block;
    float: left;
}

.recommended ul li a {
    width: 70%;
    padding: 0 0 0 12px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*related product*/

.picScroll-left {
    overflow: hidden;
    position: relative;
    border: 1px solid #d1d1d1;
    padding: 15px;
    margin: 20px auto;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../templets/lingyan/image/arrow.png") 0 0 no-repeat;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.picScroll-left .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../templets/lingyan/image/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    padding: 10px 15px;
    ;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
}

.picScroll-left .bd ul li .pic img {
  /*  width: 245px;
    height: 104px;*/
    display: block;
    padding: 8px;
    border: 1px solid #ccc;
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
}


/*show_page*/

.show_page {
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.show_page li {
    width: 50%;
    float: left;
}


/*prodouct_showA*/

.product_showA {}

.product_showA h1 {
    font-size: 18px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.prodA_content {
    margin: 0 auto 30px;
    text-align: center;
}

.prodA_content img {
    max-width: 100%;
    margin: 0 auto;
}

.prodA_content .showA {
    width: 100%;
    margin: 20px 0;
    text-align: left;
    text-indent: 2em;
}

.case_info {
    font-weight: normal;
    font-size: 14px;
}

.case_info span {
    padding: 0 10px;
}


/*prodouct_showB*/

.product_showB {}

.product_showB .showB {}

.product_showB .showB h1 {
    font-size: 18px;
    line-height: 40px;
    text-align: left;
}

.product_showB .showB p {
    line-height: 26px;
}

.prodB_content {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.prodB_content h1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.prodB_content .text_showB p {
    text-indent: 2em;
}


/*.top{height:34px; line-height:34px; margin-bottom:0; color:#04891d;background:url(/templets/lingyan/image/topbg.jpg) repeat-x;}*/

.showB_intro {
    padding: 15px 15px 0 0;
    margin-bottom: 20px;
    position: relative;
}

.showB_intro .showB_left {
    float: left
}

.showB_intro .showB_right {
    width: 335px;
    padding: 0 10px 10px 20px;
    float: left
}

.showB_intro .showB_right .showB_title {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    line-height: 30px;
    height: 30px;
    overflow: hidden
}

.showB_intro .showB_right .showB_text {
    line-height: 25px;
}

.showB_intro .showB_right .rex {
    font-size: 16px;
}

.showB_intro .showB_right .rex span {
    font-size: 22px;
    color: #e70012
}


/*jqzoom*/

.jqzoom {
    width: 363px;
    height: 280px;
    float: left;
    border: none;
    position: relative;
    padding: 0px;
    cursor: pointer;
    margin: 0px;
    display: block;
}

.jqzoom img {
    width: 363px;
    height: 280px;
    margin: 0 auto;
    vertical-align: middle
}

.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(/templets/lingyan/image/zoom.png) 50% center no-repeat*/
    ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}


/*图片小图预览列表*/

.showB_preview {
    width: 360px;
    height: 270px;
    border: 1px solid #DFDFDF;
    display: table
}

.showB_scroll {
    clear: both;
    margin-top: 5px;
    width: 360px;
    position: absolute;
    bottom: 0px;
    right: 10px;
}

.showB_scroll .prev {
    float: left;
    margin-right: 4px;
}

.showB_scroll .next {
    float: right;
}

.showB_scroll .prev,
.showB_scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 12px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #CCC;
    margin-top: 14px;
    background: #EBEBEB;
    cursor: pointer;
    text-decoration: none;
}

.showB_scroll .items {
    float: left;
    position: relative;
    width: 320px;
    height: 71px;
    overflow: hidden;
}

.showB_scroll .items ul {
    position: absolute;
    width: 999999px;
}

.showB_scroll .items ul li {
    float: left;
    width: 106px;
    text-align: center;
}

.showB_scroll .items ul li img {
    border: 1px solid #CCC;
    padding: 2px;
    width: 93px;
    height: 65px;
}

.showB_scroll .items ul li img:hover {
    border: 2px solid #0492f4;
    padding: 1px;
}


/*news_list*/

.news_list {}

.news_list dl {
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
    border-bottom:1px dotted #4d4949;
    padding-bottom:20px;
}

.news_list dl dt {
    width: 225px;
    height: 165px;
    float: left;
}

.news_list dl dt img {
    width: 220px;
    height: 160px;
    border: 1px solid #ccc;
    display: block;
}

.news_list dl dd {
    width: 100%;
    float: right;
}

.news_list dl dd h2 {
    font-size: 16px;
    position: relative
}

.news_list dl dd h2:hover {
    color: #e70012;
}

.news_list dl dd span {
    color: #a3a3a3;
}


/*news_show*/

.news_content {}

.news_content h1 {
    font-size: 18px;
    line-height: 40px;
    margin: 20px auto;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.news_content .newssp {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.news_content .news_show {
    width: 100%;
    margin: 20px 0;
    text-align: left;
    text-indent: 2em;
}

.news_page {
    margin: 20px auto;
    overflow: hidden;
}

.news_page li {
    width: 413px;
    float: left;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 10px 0 30px;
    background: #f5f5f5;
}

.news_page .pagepre {
    background: #f5f5f5 url(/templets/lingyan/image/pagepre.png) no-repeat 10px center;
}

.news_page .pagenext {
    text-align: right;
    padding-right: 30px;
    background: #f5f5f5 url(/templets/lingyan/image/pagenext.png) no-repeat 98% center;
}

.news_page .pagepre:hover {
    background: #d8d8d8 url(/templets/lingyan/image/pagepre.png) no-repeat 10px center;
}

.news_page .pagenext:hover {
    background: #d8d8d8 url(/templets/lingyan/image/pagenext.png) no-repeat 98% center;
}


/*page_show*/

.list_page {
    font-size: 16px;
}

.page_show {
    padding-top: 10px;
}

.page_show p {}


/*guestbook*/

.guestbook_show {
    margin: 20px auto 0;
}

.guestbook_top {
    height: 40px;
    background: #eee;
    line-height: 40px;
    padding: 0 10px 0 17px;
}

.guestbook_top .mustwrt {
    display: block;
    float: right;
}

.guestbook_show em {
    color: #f00;
    font-style: normal;
}

.guestbook_form .inp_one {
    width: 180px;
    height: 25px;
    outline: none;
    border: 1px solid #ccc;
    padding-left: 4px;
}

.guestbook_form .inp_one:focus {
    border: 1px solid #e70012;
}

.guestbook_form {
    padding: 20px 20px 0;
}

.guestbook_form dl {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    height: 25px;
    padding: 10px 0;
}

.guestbook_form dt {
    width: 80px;
    float: left;
}

.guestbook_form dd {
    width: 510px;
    float: left;
}

.guestbook_form dd span {
    padding-left: 20px
}

.guestbook_form dd span i {
    color: #F00;
    padding: 0 5px;
}

.guestbook_form dd span.quetion {
    display: block;
}

.guestbook_form .bookdl {
    height: 180px;
    overflow: hidden;
    line-height: 20px;
    padding-bottom: 0;
}

.guestbook_form .button {
    width: 150px;
    height: 32px;
    background: #b8b8b8;
    border: none;
    margin-right: 10px;
    color: #fff;
    cursor: pointer;
}

.guestbook_form .button:hover {
    background: #f1f1f1;
    color: #555;
}

.guestbook_form .form_b {
    width: 693px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: center;
}

.guestbook_title {
    padding: 20px 20px 0;
    color: #2a6cd4
}

.guestbook_title strong {
    color: #f00;
}

.guestbook_title b {
    padding: 0 10px;
    font-weight: normal;
}

.guestbook_cnt {
    padding: 5px 20px 20px;
    border-bottom: 1px dashed #ccc
}

.guestbook_reply {
    color: #f00;
    background: #f6f6f6;
    line-height: 40px;
}

.bookpage {
    line-height: 40px;
    text-align: right;
}

.search_x {
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

.search_x .top {
    padding: 0 20px;
}

.search_x .xbox {
    padding: 0 20px;
}

.search_x .guestbook_top {
    text-indent: 25px
}

.current2 {
    width: 17px;
    height: 17px;
    background: #3ab250;
    border: 2px solid #FFF;
    color: #FFF
}

.num {
    width: 17px;
    height: 17px;
    background: #aaaaaa;
    border: 2px solid #FFF;
    color: #FFF
}


/*download_list*/

.download_list dl {
    width: 33.3%;
    float: left;
    margin-top: 20px;
}

.download_list dl dt {
    text-align: center;
}

.download_list dl dt img {
    width: 80%;
    height: 240px;
    margin: 0 auto;
}

.download_list dl dd {
    text-align: center;
}

.download_list dl dd h2 {
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*search*/

.search_title {
    font-size: 16px;
    color: #333;
    line-height: 40px;
    font-weight: bold;
    padding: 0 10px;
}

.search_info {
    float: left;
    font-size: 16px;
    line-height: 30px;
}

.search_list {
    font-size: 14px;
    color: #333
}

.search_list li {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    padding: 0 10px;
}

.search_list li:last-child {
    border-bottom: none;
}

.search_list li span {
    float: right;
}

.search_cnt {
    overflow: hidden;
    margin: 10px 0
}

.search_cnt form {
    display: block;
    position: relative;
    overflow: hidden;
    float: right;
}

.search_cnt input.txt {
    width: 120px;
    height: 28px;
    line-height: 28px;
    color: #a1a1a1;
    padding: 0 30px 0 5px;
    border: 1px solid #ccc;
    background: none;
}

.search_cnt input.btn {
    position: absolute;
    top: 7px;
    right: 11px;
    z-index: 9999;
    background: url(/templets/lingyan/image/btnbg.png) no-repeat 0 0;
    width: 20px;
    height: 22px;
    border: none;
    display: block;
    outline: none;
    cursor: pointer;
}

.related {
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    border: 1px solid #ccc;
}

.related h4 {
    line-height: 40px;
    background: #f4f4f4;
    text-indent: 20px;
}

.related .hd {
    overflow: hidden;
    display: none;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.related .hd .prev,
.related .hd .next {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url("../templets/lingyan/image/arrow.png") 0 0 no-repeat;
}

.related .hd .next {
    background-position: 0 -50px;
}

.related .hd .prevStop {
    background-position: -60px 0;
}

.related .hd .nextStop {
    background-position: -60px -50px;
}

.related .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}

.related .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: url("../templets/lingyan/image/icoCircle.gif") 0 -9px no-repeat;
}

.related .hd ul li.on {
    background-position: 0 0;
}

.related .bd {
    padding: 10px;
}

.related .bd ul {
    overflow: hidden;
    zoom: 1;
}

.related .bd ul li {
    margin: 0 12px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.related .bd ul li .pic {
    text-align: center;
}

.related .bd ul li .pic img {
    width: 273px;
    height: 200px;
    display: block;
    padding: 2px;
    border: 1px solid #ccc;
}

.related .bd ul li .pic a:hover img {
    border-color: #999;
}

.related .bd ul li .title {
    line-height: 24px;
}

.relatedA .bd ul li {
    margin: 0 30px;
}

.relatedA .bd ul li .pic img {
    width: 233px;
    height: 109px;
}


/* .list_page4 */
.list_page4 .hz{
    width:600px;
    padding:50px 120px;
    background: url(/templets/lingyan/image/1-bg.jpg) no-repeat 0 bottom;
    border: 1px solid #bbb;
    background-size: 100% auto;
}


.list_page4 .hz label {
    display: inline-block;
    width: 60px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

.list_page4 .hz textarea {
    width: 600px;
    height: 200px;
    padding: 5px;
    border:1px solid #eee;
    margin-bottom:10px;
    font-size: 14px;
    color:#666;
}

.list_page4 .hz .input-code {
    border: 1px solid #eee;
    height: 33px;
    line-height:33px;
}

.list_page4 .hz .btn01 {

        width: 80px;
        height: 35px;
        border: 0;
        text-align: center;
        margin-right: 30px;
        color: #fff;
        padding-left: 0;
        cursor: pointer;
        background: #e4263d;
        margin-left:5px;
        line-height: 35px;
   
}
.tit-md {
    width: 145px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #db0001;
}
.t_title {
    width: 145px;
height: 46px;
font-size: 18px;
line-height: 46px;
text-align: center;
color: #fff;
background: #db0001;
 
}


#ShoveWebControl_Text1{

    width:100%;
    border:1px solid #ddd;
    display: block;
    padding:15px 25px;
    box-sizing: border-box;
}
.p4-order-form-1-con {
    border: 1px solid #bbb;
    background: url(/templets/lingyan/image/1-bg.jpg) no-repeat center bottom #fff;
    padding: 10px 15%;
    background-size: 100% auto;
}




.note {
    color: red;
}

.sub03 {
    width: 60px;
    height: 31px;
    background: url(/templets/lingyan/image/sub1.jpg) no-repeat;
    outline: none;
    cursor: pointer;
    border: 0
}

.form-inline {
    width: 800px;
    height: auto;
    margin-top: 100px;
}

.form-group {
    float: left;
}

.btn08 {
    padding: 1px 10px;
    border: 1px solid #A5A5A5;
    background: #EDEDED;
}









.about_cent { color:#666; line-height:35px; width:650px; margin-left:0px;}
.about_pic { border:1px solid #bababa; padding:3px; float:left; margin:3px 22px 0 0;}

.about_cent  input{
    height:30px;
    line-height:30px;
}



.about_cent input.sub02{
    width: 80px;
height: 35px;
border: 0;
text-align: center;
margin-right: 30px;
color: #fff;
padding-left: 0;
cursor: pointer;
background: #db0001;
margin-left: 5px;
line-height: 35px;
}


.page_show table{
    margin-top:15px;
    border-collapse: collapse;
}


.list_page5{
    width:100%;
    box-shadow: 0 0 2px #e3e3e3;
}
.about_cent .box {

}
.about_cent .box dl{
    display: inline-block;
    float: left;
}
.about_cent .box dl dt{
    color:#e3122b;
    font-size: 18px;
    padding:10px 0;
}

.about_cent .box  label {
    width: 49px;
    height: 44px;
    font-size: 14px;
    color: #484848;
    vertical-align: middle;
    display: inline-block;
    float: left;
}
.list_page5 .about_cent{
    width:100%;
    padding:0;
    margin:0;
}
.about_cent .in1{margin-right:100px;}
.about_cent .in2{margin-right:100px;}
.about_cent .in4{margin-right:100px;}
.about_cent .in5{width:600px;}
.about_cent .box .in1 label{background: url(/templets/lingyan/image/in1.jpg) no-repeat center;}
.about_cent .box .in2 label{background: url(/templets/lingyan/image/in2.jpg) no-repeat center;}
.about_cent .box .in3 label{background: url(/templets/lingyan/image/in3.jpg) no-repeat center;}
.about_cent .box .in4 label{background: url(/templets/lingyan/image/in4.jpg) no-repeat center;}
.about_cent .box .in5 label{background: url(/templets/lingyan/image/in5.jpg) no-repeat center;}

.about_cent  input{
    padding:0 10px;
    width: 262px;
    height: 44px;
    border: solid 1px #e6e6e6;
        border-right-color: rgb(220, 220, 220);
        border-right-style: solid;
        border-right-width: 1px;
    border-left: 0;

    line-height: 34px;
    color: #c6c6c6;
    float: left;
    outline: none;
    display: block;
    font-size: 14px;
    position: relative;
    border-radius:0  5px 5px 0px;
    box-sizing: border-box;
    color:#333;
  
}
.about_cent select{
    width: 262px;
    height: 44px;
    /* border-radius:0  5px 5px 0px; */
    background: none;
    border: solid 1px #e6e6e6;
    border-right-color: rgb(220, 220, 220);
    border-right-style: solid;
    border-right-width: 1px;
border-left: 0;
}
.about_cent .form-group select{

    width:170px;
}
.pa_5{
    color:#333333;
    font-size: 16px;
    margin-top:30px;
}
.pa_5 h3{
    padding:15px 0;
    font-weight: normal;
}
.pa_5 p{
    line-height: 40px;
}


.about_cent .btn08{
    width:102px;
    height: 35px;
    background: #e3122b;
    color:#FFF;
    border-radius: 0;
    margin-top:50px;
    margin-right:40px;
}
.about_cent .btn01{
    margin-left:450px;
}
/* list_content_map */

.list_content_map {
    width: 100%;
    height: 655px;
    background: url(/templets/lingyan/image/n_bg.jpg) no-repeat center;
    position: relative;
    margin-top: 30px;
}

.list_content_map ul {
    width: 100%;
    /* height: 655px; */
    position: relative;
}

.list_content_map ul li {
    width: 102px;
    height: 102px;
    position: absolute;
}

.list_content_map ul li .btns {
    width: 102px;
    height: 102px;
    position: relative;
    background: url(/templets/lingyan/image/n1.png) no-repeat;
    cursor: pointer;
}

.list_content_map ul li.lt1 .btns,
.list_content_map ul li.lt3 .btns,
.list_content_map ul li.lt5 .btns {
    background: url(/templets/lingyan/image/n2.png) no-repeat;
}

.list_content_map ul li .btns span {
    display: block;
    width: 102px;
    height: 102px;
    text-align: center;
    line-height: 102px;
    font-size: 20px;
    color: white;
}

.list_content_map ul li .txt {
    width: 0;
    height: 0;
    /* padding: 20px; */
    position: absolute;
    background: #F1F1F1;
    transition: all 0.5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    overflow: hidden;
    z-index: 999;
}

.list_content_map ul li:hover .txt {
    width: 460px;
    padding: 20px;
    height: auto;
}

.list_content_map ul li .txt h2 {
    font-size: 20px;
    color: black;
    padding-bottom: 10px;
    width: 460px;
}

.list_content_map ul li .txt p {
    line-height: 26px;
    width: 460px;
}

.list_content_map ul li.lt1 {
    top: 313px;
    left: 31px;
}

.list_content_map ul li.lt1 .txt {
    top: -20px;
    left: 120px;
}

.list_content_map ul li.lt2 {
    top: 135px;
    left: 128px;
}

.list_content_map ul li.lt2 .txt {
    top: -20px;
    left: 120px;
}

.list_content_map ul li.lt3 {
    top: 34px;
    left: 305px;
}

.list_content_map ul li.lt3 .txt {
    top: -20px;
    left: 120px;
}

.list_content_map ul li.lt4 {
    top: 34px;
    left: 505px;
}

.list_content_map ul li.lt4 .txt {
    top: -20px;
    right: 120px;
}

.list_content_map ul li.lt5 {
    top: 135px;
    right: 128px;
}

.list_content_map ul li.lt5 .txt {
    top: -20px;
    right: 120px;
}

.list_content_map ul li.lt6 {
    top: 313px;
    right: 31px;
}

.list_content_map ul li.lt6 .txt {
    top: -20px;
    right: 120px;
}

.list_content_map .txt01 {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    line-height: 30px;
    color: #E60012;
    font-size: 18px;
    text-align: center;
}

.multipleColumn2 {
    overflow: hidden;
    position: relative;
    width: 925px;
    padding-top: 10px;
}

.multipleColumn2 .bd {
    padding: 0 0px;
    overflow: hidden;
}

.multipleColumn2 .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 188px;
    float: left;
    _display: inline;
}

.multipleColumn2 .bd ul li {
    position: relative;
    margin: 10px 0;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.multipleColumn2 .bd ul li img {
    width: 171px;
    /* height: 80px; */
    display: block;
    border: 1px solid #D3D3D3;
}

.multipleColumn2 .bd ul li .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 171px;
    height: 59px;
    background: url(/templets/lingyan/image/hezuobg.png);
    display: none;
    line-height: 59px;
    text-align: center;
    font-size: 24px;
    color: white
}

.multipleColumn2 .bd ul li .pic a {
    color: white;
    display: block;
    line-height: 59px;
    width: 100%;
}

.multipleColumn2 .bd ul li:hover .pic {
    display: block;
}

.multipleColumn2 .bd ul li .title {
    width: 234px;
    line-height: 30px;
}

.multipleColumn2 .bd ul li .title a {
    color: #242327;
}