/*通用样式*/
body
{
    font-family: "Microsoft YaHei" ! important;
    margin: 0;
    color: #232323;
    background-color: #FFFFFF;
    padding: 0;
}
iframe{
    border: none;
    margin: 0;
    padding: 0;
}
ul
{
    list-style: none;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    padding: 0;
    margin: 0;
}
a
{
    text-decoration: none;
    color: #4F4F4F;
}
a:link
{
    color: #636363;
    text-decoration: none;
}
a:visited
{
    color: #636363;
}
a:hover
{
    color: #636363;
    text-decoration: none;
}
a:active
{
    color: #636363;
}

/* Styles for basic forms
-----------------------------------------------------------*/

fieldset
{
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend
{
    font-size: 1.2em;
    font-weight: bold;
}

textarea
{
    min-height: 75px;
}

.editor-label
{
    margin: 1em 0 0 0;
}

.editor-field
{
    margin: 0.5em 0 0 0;
}
/* FORM LAYOUT ELEMENTS
----------------------------------------------------------*/
input[type="text"]
{
    width: 200px;
    border: 1px solid #CCC;
    background:#fff;
}
input[type="text"]:hover {
    background:#fff;
}
input[type="password"]
{
    width: 200px;
    border: 1px solid #CCC;
    background:#fff;
}
input{
    outline:none;
}
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0px 1000px white inset!important; 
}
/*全局开始*/
.header-nav-box{
    width: 100%;
    overflow: hidden;
    /*height: 50px;
    background-color: #fff;*/
    height: 38px;
    background-color:#c90101;
	border-bottom: 1px solid #eee;
}
.header-nav-box .nav-box{
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.header-nav-box .nav-box .left-link-part{
    max-width: 70%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0px;
}
.header-nav-box .nav-box .left-link-part a{
    display: inline-block;
    padding: 0 15px;
    /*line-height: 50px;
    height: 50px;
    font-size: 15px;
    color: #c94a01;*/
    line-height: 38px;
    height: 38px;
    font-size: 12px;
    color: #fff;
}
.header-nav-box .nav-box .right-login-part{
    max-width: 30%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0px;
}
.header-nav-box .nav-box .right-login-part a span{
    display: inline-block;
    
    padding: 0 15px;
    /*line-height: 50px;
    height: 50px;
    font-size: 15px;
    color: #c94a01;*/
    line-height: 38px;
    height: 38px;
    font-size: 12px;
    color: #fff;

}
.header-nav-box .nav-box .right-login-part .tips{
    display: inline-block;
    padding:0px;
    /*line-height: 50px;
    height: 50px;
    font-size: 14px;
    color: #888;*/
    line-height: 382px;
    height: 38px;
    font-size: 12px;
    color: #fff;
    max-width: 300px;
    overflow: hidden;
    vertical-align: top;
    text-align:right;
    max-width:200px;
    padding-right:10px;
    overflow:hidden;
}
/*.header-nav-box .nav-box .left-link-part a:hover,
.header-nav-box .nav-box .right-login-part a span:hover{
    color: #fff;
    background-color:#c94a01;
    transition: 0.5s all ease;
}
.header-infor-box{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px -2px 3px #ddd;
    -moz-box-shadow: 0px -2px 3px #ddd;
    -webkit-box-shadow: 0px -2px 3px #ddd;
}*/
.header-infor-box .content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 70px;
    z-index: 10;
}
.header-infor-box .content .logo-outside{
    width: 20%;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
}
.header-infor-box .content .logo-box{
    width: 133px;
    height: 30px;
    margin-top: -5px;
    float: left;
    overflow: hidden;
}
.header-infor-box .content .logo-box a{
   position: absolute;
    width: 160px;
    height: 38px;
    background-image: url(/Images/default/add/nav-img.png);
    background-position: 0 -70px;
    background-repeat: no-repeat;
    margin-top: 25px;
}
.header-infor-box .content .header-mid-outside{
    width: 70%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    left: 20%;
    top: 0px;
}
.header-infor-box .content .header-mid{
    padding: 5px 15px;
    /*margin: 15px auto;*/
    display: inline-block;
    *display:inline;
    *zoom:1;
    vertical-align: middle;
    width: 550px;
    margin-left: 32px;
    border: 1px solid #dad9d8;
    border-radius: 2px;
}
.header-infor-box .content .header-mid-outside .height-search-btn{
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
}
.header-infor-box .content .header-mid-outside .height-search-btn:hover{
    color:#c94a01 ;
}
.header-infor-box .content .header-mid:after{
    content: "";
    clear: both;
    display: block;
}
.header-infor-box .content .header-mid .drop-box{
    position: relative;
    float: left;
    z-index: 10;
}
.header-infor-box .content .header-mid .drop-box .choose-btn{
    height: 25px;
    line-height: 25px;
    width: 70px;
    padding-right: 15px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    background-image: url("/Images/default/add/online-index-icondown.png");
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.header-infor-box .content .header-mid .drop-box .list-box{
    position: absolute;
    top: 28px;
    left: -15px;
    width: 100px;
    display: none;
}
.header-infor-box .content .header-mid .drop-box .list-box li{
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #464040;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
}
.header-infor-box .content .header-mid .drop-box .list-box li:hover{
    background-color: #c90101;
    opacity: 1;
}
.header-infor-box .content .header-mid input{
    float: left;
    display: block;
    margin-left: 15px;
}
.header-infor-box .content .header-mid input[type="text"]{
    height: 25px;
    border: none;
    line-height: 25px;
    font-size: 14px;
    color: #212121;
    width: 410px;
}
.header-infor-box .content .header-mid input[type="button"]{
    width: 20px;
    min-width:20px;
    height: 20px;
    margin-top: 1px;
    cursor: pointer;
/*    background:transparent  url("/Images/default/add/online-index-iconBig.png") 0 0 no-repeat;*/
background:transparent  url("/Images/template/3/search_03.png") 0 0 no-repeat;
    background-size: 100% 100%;
    border: none;
}
.button.button_hover{
   /* background:transparent  url("/Images/default/add/online-index-iconBig.png") 0 0 no-repeat!important;*/
background:transparent  url("/Images/template/3/search_hover_03.png") 0 0 no-repeat!important;
    background-size: 100% 100%;
/*    background-image:url("/Images/default/add/online-index-iconBig.png")!important;*/
background-image:url("/Images/template/3/search_hover_03.png")!important;
	border:0px solid #af923f!important;
}
.header-infor-box .content .header-right-outside{
    position: absolute;
    right: 9px;
    top: 0px;
    height: 70px;
    width: 12%;
    overflow: hidden;
}
.header-infor-box .content .header-right{
    width: 100%;
    height: 70px;
    margin: 0 auto;
   
}

.header-infor-box .content .header-right span.qq:hover,
.header-infor-box .content .header-right span.qw:hover,
.header-infor-box .content .header-right span.wx:hover,
.header-infor-box .content .header-right span.xl:hover{
    transform: rotatey(360deg);
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
    -o-transform: rotatey(360deg);
    -ms-transform: rotatey(360deg);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.header-infor-box .content .header-right span.qq{
display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin-top: 27px;
    margin-left: 10px;
    background-image: url("/Images/default/add/online-index-social2.png");
    background-repeat: no-repeat;
    cursor:pointer;
    background-position: 0px 0px;

}
.header-infor-box .content .header-right span.qw{
display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin-top: 27px;
    margin-left: 10px;
    background-image: url("/Images/default/add/online-index-social2.png");
    background-repeat: no-repeat;
    cursor:pointer;
    background-position: -20px 0px;
}
.header-infor-box .content .header-right span.wx{
display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin-top: 27px;
    margin-left: 10px;
    background-image: url("/Images/default/add/online-index-social2.png");
    background-repeat: no-repeat;
    cursor:pointer;
    background-position: -40px 0px;
}
.header-infor-box .content .header-right span.xl{
display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent;
    margin-top: 27px;
    margin-left: 10px;
    background-image: url("/Images/default/add/online-index-social2.png");
    background-repeat: no-repeat;
    cursor:pointer;
    background-position: -60px 0px;
}
.header-infor-box .content .header-right .right-login-part{
    width:128px;
    height:20px;
    color:#666;
    font-size:12px;
    float:left;
text-align:right;
 margin-top: 30px;

}
.header-infor-box .content .header-right a span{
    display: inline-block;
    width: 30px;
    height: 20px;
    background-color: transparent;
    background-image:none;
    background-repeat: no-repeat;
    cursor: pointer;
}

.header-infor-box .content .header-right a span:hover{

   color:#c90101;
}
.code-box{
    width: 1200px;
    margin: 0 auto;
    height: 1px;
    background: transparent;
    position: relative;
    z-index: 10;
}
.code-box .code-wx{
    position: absolute;
    right: 35px;
    top: -15px;
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: none;
}
.code-box .code-wx img{
    width: 100%;
    height: 100%;
}
.code-box .code-other{
    position: absolute;
    right: 35px;
    top: -15px;
    width: 130px;
    height: 170px;
    overflow: hidden;
    display: none;
}
.height-search-bg{
    border-top: 1px solid #ccc;
    width: 100%;
    background-color: #f4f4f4;
    padding-bottom: 60px;
    display: none;
}
.height-search-bg:after{
    content: "";
    display: block;
    clear: both;
}
.height-search-bg .height-search-box{
    width:960px;
    padding: 30px 20px 0px 20px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    box-shadow: 0 3px 5px #dfdfdf;
}
.height-search-bg .height-search-box .top-nav-box{
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 17px;
    margin-bottom: 25px;
}
.height-search-bg .height-search-box .top-nav-box .nav-btn{
    margin-left: 25px;
    cursor: pointer;
}
.height-search-bg .height-search-box .top-nav-box .on{
    color:#c94a01;
}
.height-search-bg .height-search-box .top-nav-box .nav-btn:first-child{
    margin-left: 0px;
}
.height-search-bg .height-search-box .main-infor-box{
    width: 100%;
}
.height-search-bg .height-search-box .main-infor-box:after{
    content: "";
    display: block;
    clear: both;
}
.height-search-bg .height-search-box .main-infor-box .item-box{
    width: 100%;
    display: none;
}
.height-search-bg .height-search-box .main-infor-box .item-box:first-child{
    display: block;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box{
    width: 100%;
    padding-bottom: 20px;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box:after{
    display: block;
    clear: both;
    content: "";
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content{
    float: left;
    padding-right: 10px;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .title{
    vertical-align: middle;
    color: #212121;
    display: inline-block;
    *display:inline;
    *zoom:1;
    text-align: right;
    width: 72px;
    font-size: 14px;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .div-select-box{
    border: 1px solid #bcb9b9;
    border-radius: 3px;
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 28px;
    line-height: 28px;
    position: relative;
    width: 200px;
    vertical-align: middle;
    padding-right: 30px;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .up-select{
    background: transparent url("/Images/default/add/icon-down.png") 210px center no-repeat;
    cursor: pointer;
    position: relative;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .up-select .drop-list{
    position: absolute;
    z-index: 10;
    left: 0px;
    top: 30px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    background: #fff;
    display: none;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .up-select .drop-list li{
    font-size: 13px;
    line-height: 28px;
    overflow: hidden;
    height: 28px;
    width: 100%;
    text-indent: 10px;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .up-select .drop-list li:hover{
    background-color: #f4f4f4;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .div-select-box input[type=text]{
    color: #212121;
    border: none;
    margin-left: 10px;
    font-size: 13px;
    width: 90%;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .div-select-box .add-date{
    cursor: pointer;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .div-select-box .check-list-btn{
    margin-left: 10px;
    display: block;
    width: 160px;
    text-align: left;
    height:30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 14px;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .date-box{
    width: 90px;
    padding-right: 5px;
}
.height-search-bg .height-search-box .main-infor-box .item-box .row-box .list-content .data-icon{
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 28px;
    height: 25px;
    text-align: center;
    font-size: 18px;
    vertical-align: middle;
}
.height-search-bg .height-search-box .main-infor-box  .find-way{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
}
.height-search-bg .height-search-box .main-infor-box  .find-way .btn{
    float: right;
    border-radius: 3px;
    line-height: 30px;
    height: 30px;
    width: 100px;
    background-color: #c3aa9b;
    cursor: pointer;
    color: #fff;
    text-align: center;
    margin-right: 15px;
    transition: 0.5s;
}
.height-search-bg .height-search-box .main-infor-box  .find-way .btn:hover{
    background-color: #c94a01;
}
.height-search-bg .height-search-box .down-search{
    width: 250px;
    height: 32px;
    background: transparent url("/Images/default/add/seaBg.png") 0 0 no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    bottom: -25px;
    cursor: pointer;
}
.height-search-bg .height-search-box .down-search:hover .icon{
    background: transparent url("/Images/default/add/arr_top.png") 0 -15px no-repeat;
}
.height-search-bg .height-search-box .down-search .icon{
    display: block;
    height: 8px;
    width: 20px;
    background: transparent url("/Images/default/add/arr_top.png") 0 0 no-repeat;
    margin: 10px auto;
    cursor: pointer;
}
.index-page-content{
    width: 100%;
    overflow-x: auto;
}
.index-page-content .banner-box{
    width: 100%;
    height: 340px;
    background: url("/Images/default/add/test-bg1.jpg") center no-repeat;
    background-size: 1920px auto;
    position:relative;
}
.index-page-content .banner-box .banner-mask {
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background-color:rgba(0,0,0,0.3);
    display:none;
}
.index-page-content .banner-box .banner-mask .new-title{
    width:715px;
    height:330px;
    margin:150px auto;
    overflow:hidden; 
}
.index-page-content .banner-box .banner-mask img {
    width:100%;
    height:100%;
}
.index-page-content .banner-box .banner-infor{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.index-page-content .banner-box .banner-infor .txt-box{
    width: 40%;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -107px;
}

.index-page-content .banner-box .banner-infor .txt-box h4{
    font-size: 35px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    margin-bottom: 60px;
    color: #fff;
}
.index-page-content .banner-box .banner-infor .txt-box .infor-txt{
    font-size: 17px;
    color: #f0f0f0;
    line-height: 30px;
    margin-bottom: 60px;
}
.index-page-content .banner-box .banner-infor .txt-box .infor-txt .list-txt{
    display: block;
    font-size: 15px;
    line-height: 35px;
    padding-left: 2em;
    background: transparent url("/Images/default/add/banner-star.png") left center no-repeat;
    background-size: 20px 20px;
}
.index-page-content .banner-box .banner-infor .txt-box .banner-btn{
    font-size: 18px;
    line-height: 20px;
    height: 20px;
    padding:12px 10px;
    background: #fff;
    color: #c94a01;
    width: 180px;
    border-radius: 3px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.index-page-content .banner-box .banner-infor .txt-box .on {
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #212121 inset;
    transition: 0.5s;
}
.index-page-content .banner-box .banner-infor .txt-box .on a{
    background-color:transparent;

}
.index-page-content .banner-box .banner-infor  .login-box{
    width: 60%;
    overflow: hidden;
    position: absolute;
    left:40%;
    top: 19%;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor{
    margin-left: 100px;
    width: 600px;
    height: 330px;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.9;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .left-mark-box{
    width: 150px;
    margin-top: 50px;
    overflow: hidden;
    padding: 0 25px;
    float: left;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .left-mark-box p{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #212121;
    text-align: center;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .left-mark-box img{
    width: 100%;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside{
    padding-left: 20px;
    float: left;
    width: 360px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .header-tip-btn{
    width: 100%;
    overflow: hidden;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .header-tip-btn .btn{
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 40%;
    margin: 0 4.5%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 2px solid #fff;
    transition: 0.5s;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .header-tip-btn .btn:hover{
    border-bottom: 2px solid #c94a01;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .header-tip-btn span.on{
    border-bottom: 2px solid #c94a01;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content{
    width: 100%;
    overflow: hidden;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .text-list{
    width: 75%;
    overflow: hidden;
    border: 1px solid #888;
    padding: 0px 30px;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .text-list input{
    width: 90%;
    font-size: 16px;
    color: #212121;
    line-height: 18px;
    height: 18px;
    background:#fff;
    border: none;
}
.index-page-content .banner-box .banner-infor .login-box .login-infor .right-login-outside .login-content .text-list input:hover {
    background:#fff;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content div.user-name{
    background-image: url("/Images/default/add/login-people.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 15px 15px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content div.user-password{
    background-image: url("/Images/default/add/login-key.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 15px 15px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .mark-list{
    width: 95%;
    overflow: hidden;
    height: 45px;
    margin-top: 15px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .mark-list .mark-box{
    width: 150px;
    vertical-align: middle;
    display: inline-block;
    *display:inline;
    *zoom:1;
    border: 1px solid #888;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    padding-left: 30px;
    background-image: url("/Images/default/add/login-people.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 15px 15px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .mark-list img{
    vertical-align: middle;
    width: 80px;
    cursor:pointer;
    margin-left: 10px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .mark-list .text-btn{
    cursor: pointer;
    margin-left: 15px;
    font-size:14px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .mark-list .text-btn:hover{
    color: #c94a01;
}
.index-page-content .banner-box .banner-infor .login-box .login-infor .right-login-outside .login-content .mark-list .wait-message {
    display:inline-block;
    *display:inline;
    *zoom:1;
    width:140px;
    max-height:35px;
    overflow:hidden;
    vertical-align:middle;
}
.index-page-content .banner-box .banner-infor .login-box .login-infor .right-login-outside .login-content .mark-list .wait-message img{
    cursor:initial;
    width:25px;
    height:25px;
    margin-left:0px;
}
.index-page-content .banner-box .banner-infor .login-box .login-infor .right-login-outside .login-content .mark-list .wait-message .txt-info {
    font-size:14px;
    color:#212121;
    vertical-align:middle;
}
.index-page-content .banner-box .banner-infor .login-box .login-infor .right-login-outside .login-content .mark-list .wait-message .txt-info .time-num {
    font-style:normal;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .mark-list .mark-box input{
    font-size: 16px;
    color: #212121;
    line-height: 18px;
    height: 18px;
    width: 95%;
    border: none;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .check-list{
    width: 90%;
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .check-list .left-check{
    display: inline-block;
    *display:inline;
    *zoom:1;
    max-width: 300px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    vertical-align: middle;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .check-list .forgot-btn{
    font-size: 16px;
    color: #212121;
    vertical-align: middle;
    float: right;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .check-list .read-btn{
    color: #00228a;
    vertical-align: middle;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .check-list .read-btn:hover{
    color:  #c94a01;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .btn-list{
    width: 95%;
    overflow: hidden;
    margin-top: 15px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .btn-list input{
    width: 155px;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: none;
    border-radius: 3px;
    background-color: #c94a01;
    color: #fff;
    font-size: 16px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .btn-list input.normal-login:hover{
    background-color: #e4773a;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .btn-list input.normal-login:active{
    background-color: #c94a01;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .btn-list input:first-child{
    margin-left: 0px;
}
.index-page-content .banner-box .banner-infor  .login-box .login-infor .right-login-outside .login-content .btn-list input.reg{
    margin-left: 15px;
    width: 300px;
}
.index-page-content .news-part-content{
    background-color: #f4f4f4;
    width: 100%;
    padding: 40px 0;
}
.index-page-content .news-part-content .law-res-box{
    width: 1200px;
    margin: 0 auto;
    /*min-height: 600px;*/
}
.index-page-content .news-part-content .law-res-box .top-nav-box{
    width: 100%;
    height: 50px;
    position: relative;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .bd{
    width: 98%;
    margin: 0 auto;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .bd .list-box:after{
    clear: both;
    content: "";
    display: block;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .bd .list-box .list{
    float: left;
    width: 12.5%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    transition: 1s;
    text-align: center;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .bd .list-box li.list a.txt-box{
    font-size: 20px;
    line-height: 22px;
    color:#3d79c1;
    cursor: pointer;
    display: inline-block;
    transition: 0.5s;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .bd .list-box li.list a.txt-box:hover{
    /*transform:scale(1.3,1.3);*/
    color:#c94a01;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .bd .list-box  li.on a.txt-box{
    transform:scale(1.3,1.3);
    color:#c94a01;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .hd .prev,
.index-page-content .news-part-content .law-res-box .top-nav-box .hd .next{
    display: none;
    width: 15px;
    height: 23px;
    position: absolute;
    top: 18px;
    cursor: pointer;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .hd .prev{
    left: -5px;
    background: url("/Images/default/add/online-index-iconleft.png") 0 0 no-repeat;
    display: none;
}
.index-page-content .news-part-content .law-res-box .top-nav-box .hd .next{
    right: -5px;
    background: url("/Images/default/add/online-index-iconright.png") 0 0 no-repeat;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box div.content-inside{
    width: 98%;
    overflow: hidden;
    box-shadow: 0px 2px 3px #888888;
    -moz-box-shadow: 0px 2px 3px #888888;
    -webkit-box-shadow: 0px 2px 3px #888888;
    border-radius: 2px;
    background-color: #fff;
    margin: 5px 1%;
    display: none;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box div.content-inside:first-child{
    display: block;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box{
    width: 98%;
    margin: 0 auto;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list{
    width: 100%;
    overflow: hidden;
    border-top: 1px dotted #ccc;
    padding: 15px 0;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list:first-child{
    border-top: none;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list .left-title{
    float: left;
    width: 140px;
    text-align: center;
    font-size: 18px;
    height:25px;
    line-height: 25px;
    color: #212121;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list .left-title .nva-title {
    color:#212121;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list .left-title .nva-title:hover {
    color:#c94a01;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list  .center-icon{
    float: left;
    width: 25px;
    height: 25px;
    background: url("/Images/default/add/online-index-iconlink2.png") 0 0 no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0 15px;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list .right-link-box{
    float: left;
    font-size: 0px;
    width: 930px;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list .right-link-box a{
    display: inline-block;
    padding-right: 1.5em;
    font-size: 15px;
    height: 25px;
    line-height: 25px;
    color:#212121;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .list .right-link-box a:hover{
    color:#c94a01;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box{
    width: 93%;
    padding: 0 3%;
    overflow: hidden;
    margin: 10px auto;
    border: 1px solid #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .header-title-box{
    width: 100%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .header-title-box .title{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #212121;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .header-title-box .more{
    float: right;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #3d79c1;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .header-title-box .choose-btn{
    display: block;
    position: absolute;
    left: 100px;
    padding:0px 10px 0px 25px ;
    height: 30px;
    line-height: 30px;
    top: 10px;
    color: #c94a01;
    cursor: pointer;
    font-size: 14px;
    background: transparent url("/Images/default/add/switch-icon.png") 5px center no-repeat;
    background-size: 15px 15px;
    display: none;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .header-title-box .choose-btn:active{
    background-color: #f4f4f4;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .header-title-box .more:hover{
    color: #c94a01;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list{
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box{
    float: left;
    width: 49%;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    color: #212121;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link:hover{
    color: #c94a01;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.normal-text{
    float: left;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link .line{
    float: left;
    width: 5%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.text-title{
    max-width: 55%;
    margin-right: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.text-company{
    max-width: 18%;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.news-title{
    max-width: 55%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 5%;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.news-source{
    max-width: 18%;
    color: #888;
}

.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.case-title{
    max-width: 43%;
    margin-right: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.case-company{
    max-width: 18%;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link p.case-level{
    max-width: 8%;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-auto-list .half-list-box .list-link .text-date{
    float: right;
    max-width: 18%;
    margin-right: 5%;
    overflow: hidden;

}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list{
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    display: none;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box{
    float: left;
    width: 39%;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box .list-link{
    display: block;
    width: 90%;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box .list-link .stage-title{
    width: 100%;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #212121;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box .list-link .stage-content{
    width: 100%;
    overflow: hidden;
    max-height: 125px;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box .list-link .stage-content p{
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
    line-height: 25px;
    color: #606060;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box .list-link .stage-content span {
    font-size: 14px;
    line-height: 25px;
    color: #606060;
    display:block;
    text-align:right;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box .list-link .stage-content h6 {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    color: #606060;
    font-style:normal;
    font-weight:normal;
    letter-spacing:0px;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .left-stage-box .list-link .stage-date{
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    font-size: 15px;
    color: #606060;
    text-align: right;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box{
    float: left;
    width: 59%;
    overflow: hidden;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link{
    width: 100%;
    display: block;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    color: #212121;
    font-size: 15px;
}.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link:hover{
     color:  #c94a01;
 }
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link p.normal-text{
    float: left;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link p.text-title{
    max-width: 60%;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link p.text-company{
    max-width: 15%;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link p.news-title{
    max-width: 70%;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link p.case-title{
    max-width: 50%;
    margin-right: 5%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link p.case-company{
    max-width: 15%;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link p.case-level{
    max-width: 7%;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link em.line{
    float: left;
    width: 5%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    color: #888;
}
.index-page-content .news-part-content .law-res-box .bottom-infor-box .content-inside .list-box .hot-content-box .mid-stick-list .right-list-box .list-link span.text-date{
    float: right;
    max-width: 18%;
    margin-right: 4.5%;
    overflow: hidden;
}
.index-page-content .news-part-content .new-text-box{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.index-page-content .news-part-content .new-text-box .top-nav-box{
    width: 100%;
    overflow: hidden;
    height: 60px;
}
.index-page-content .news-part-content .new-text-box .top-nav-box .list-box{
    width: 100%;
    overflow: hidden;
}
.index-page-content .news-part-content .new-text-box .top-nav-box .list-box li.list{
    float: left;
    width: 14.285%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    transition: 1s;
    text-align: center;
}
.index-page-content .news-part-content .new-text-box .top-nav-box .list-box li.list span{
    font-size: 20px;
    line-height: 22px;
    color: #3d79c1;
    cursor: pointer;
    display: inline-block;
    transition: 0.5s;
}
.index-page-content .news-part-content .new-text-box .top-nav-box .list-box li.on span{
    transform: scale(1.3,1.3);
    color: #c94a01;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box{
    width: 1200px;
    margin: 0 auto;
    min-height: 345px;
    overflow: hidden;
    position: relative;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside{
    width: 98%;
    overflow: hidden;
    box-shadow: 0px 2px 3px #888888;
    -moz-box-shadow: 0px 2px 3px #888888;
    -webkit-box-shadow: 0px 2px 3px #888888;
    border-radius: 2px;
    background-color: #fff;
    margin: 5px 1%;
    padding: 10px 0;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside:first-child{
    display: block;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .header-title-box{
    width: 98%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    height: 44px;
    position: relative;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .header-title-box .title{
    position: absolute;
    left: 20px;
    top: 0px;
    height: 44px;
    line-height: 44px;
    font-size: 21px;
    color: #000;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .header-title-box .more{
    position: absolute;
    right: 20px;
    top: 0px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    color: #212121;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .header-title-box .more:hover{
    color: #c94a01;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box{
    width: 98%;
    height: 270px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .left-content-text{
    position: absolute;
    left: 20px;
    top: 15px;
    width: 360px;
    height: 250px;
    padding: 0 5px;
    overflow: hidden;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .left-content-text:hover{
    transition: 1s;
    background-color: #f5f5f5;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .left-content-text a.text-box{
    display: block;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .left-content-text a.text-box .title-text{
    width: 100%;
    max-height: 60px;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    text-align: justify;
    overflow: hidden;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .left-content-text a.text-box .content-text{
    font-size: 0px;
    width: 100%;
    height: auto;
    max-height: 160px;
    overflow: hidden;
    margin-top: 5px;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .left-content-text a.text-box .content-text p{
    text-indent: 2em;
    width: 100%;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    color: #626262;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .left-content-text a.text-box .date-box{
    font-size: 13px;
    color: #626262;
    text-align: right;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .right-content-text{
    position: absolute;
    top: 15px;
    left: 410px;
    width: 710px;
    height: 250px;
    overflow: hidden;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .right-content-text .link-box{
    width: 100%;
    overflow: hidden;
    height: 40px;
    font-size: 0px;
    display: block;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .right-content-text .link-box .left-title{
    width: 80%;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .right-content-text .link-box .left-title:hover{
    color: #c94a01;
}
.index-page-content .news-part-content .new-text-box .bottom-infor-box .content-inside .under-content-box .right-content-text .link-box  .date{
    float: right;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #626262;
}
.index-page-content .sl-data-box{
    width: 100%;
    padding: 20px 0;
    background:url("/Images/default/add/online-index-include.png") bottom center no-repeat;  /*一些不支持背景渐变的浏览器*/
    /*background-position: top center;
    background-repeat:no-repeat;
    background-size:cover;*/
    /*filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fff,endcolorstr=#d9d9d9,gradientType=0);
    -ms-filter:alpha(opacity=100 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#fff,endcolorstr=#d9d9d9,gradientType=0);/IE8*/
}
.index-page-content .linearG {
    background:-moz-linear-gradient(top, #fff, #d9d9d9);
    background:-webkit-linear-gradient(top,#fff, #d9d9d9);
    background:-o-linear-gradient(top, #fff, #d9d9d9);
}
.index-page-content .sl-data-box .data-content-box{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.index-page-content .sl-data-box .data-content-box .big-title{
    font-size: 30px;
    line-height:100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.index-page-content .sl-data-box .data-content-box .data-inside{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.index-page-content .sl-data-box .data-content-box .data-inside .list-box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.index-page-content .sl-data-box .data-content-box .data-inside .list-box .list{
    float: left;
    width: 25%;
    overflow: hidden;
}
.index-page-content .sl-data-box .data-content-box .data-inside .list-box .list h5,
.index-page-content .sl-data-box .data-content-box .data-inside .list-box .list p{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.index-page-content .sl-data-box .data-content-box .data-inside .list-box .list h5.data-title{
    font-size: 28px;
    font-weight: 600;
    line-height: 60px;
    height: 60px;

}
.index-page-content .sl-data-box .data-content-box .data-inside .list-box .list .title-text{
    font-size: 18px;
    line-height: 35px;
}
.footer{
    width: 100%;
    overflow: hidden;
    height:auto;
    border:none;
    background-color: #2b2526;
}
.footer .new-content{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    padding:30px 0px;
}
.footer .new-content .left-text-box{
    width: 30%;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    *display:inline;
    *zoom:1;
}
.footer .new-content .left-text-box .text{
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
.footer .new-content .mid-btn-box{
    display: inline-block;
    *display:inline;
    *zoom:1;
    overflow: hidden;
    width:45%;
    vertical-align: middle;
}
.footer .new-content .mid-btn-box .btn-list{
    width: 100%;
    overflow: hidden;
}
.footer .new-content .mid-btn-box .btn-list .btn{
    float: left;
    width: 72px;
    margin-left: 35px;
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    text-align: center;
    transition: 0.5s;
}
.footer .new-content .mid-btn-box .btn-list a.on{
    color: #5d5d5d;
}
.footer .new-content .mid-btn-box .btn-list .btn .icon{
    width: 52px;
    margin: 0 auto;
    overflow: hidden;
    height: 52px;
    background-color: transparent;
    background-image: url("/Images/default/add/need.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: 0.5s;
}
.footer .new-content .mid-btn-box .btn-list .btn-online .icon{
    background-position: 0 0;
}
.footer .new-content .mid-btn-box .btn-list .btn-message .icon{
    background-position: -111px 0;
}
.footer .new-content .mid-btn-box .btn-list .btn-phone .icon{
    background-position: -222px 0px;
}
.footer .new-content .mid-btn-box .btn-list .btn-mark .icon{
    background-position: -333px 0px;
}
.footer .new-content .mid-btn-box .btn-list a.btn-online div.on{
    background-position: 0 -52px;
}
.footer .new-content .mid-btn-box .btn-list a.btn-message div.on{
    background-position: -111px -52px;
}
.footer .new-content .mid-btn-box .btn-list a.btn-phone div.on{
    background-position: -222px -52px;
}
.footer .new-content .mid-btn-box .btn-list a.btn-mark div.on{
    background-position: -333px -52px;
}
.footer .new-content .right-plice-box{
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 24%;
    overflow: hidden;
    vertical-align: middle;
}
.footer .new-content .right-plice-box .logo-img{
    float: left;
    width: 37px;
    height: 44px;
}
.footer .new-content .right-plice-box .text-box{
    float: left;
}
.footer .new-content .right-plice-box .text-box p{
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    line-height: 25px;
}
.header-other-page{
    background-color: #c94a01;
}
.header-other-page .nav-box .left-link-part a{
    color: #fff;
}
.header-other-page .nav-box .right-login-part a span{
    color: #fff;
}
.header-other-page .nav-box .left-link-part a:hover,
.header-other-page .nav-box .right-login-part a span:hover{
    background-color: #AD4307;
}
.null-content-box{
    min-height: 600px;
    width: 100%;
    background: url("/Images/default/add/notfind.png") center no-repeat;
    background-size: 65%;
}
.common-page-header{
    height: 50px;
    background-color: #c94a01;
    position: relative;
    z-index: 10;
}
.common-page-header .nav-box .left-link-part a{
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
}
.common-page-header .nav-box .left-link-part a:hover,
.common-page-header .right-login-part a span.logo-font:hover{
    background-color: #AD4307;
}
.common-page-header .right-login-part a span.logo-font{
    display: inline-block;
    line-height: 50px;
    height: 50px;
    padding: 0 15px;
    font-size: 17px;
    color: #fff;
}
.common-page-nav{
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #f4f4f4;
    box-shadow: 0px 2px 3px #bbb;
    -moz-box-shadow: 0px 2px 3px #bbb;
    -webkit-box-shadow: 0px 2px 3px #bbb;
    position: relative;
    z-index: 10;
}
.add-border{
    border-bottom: 1px solid #C94A01;
}
.common-page-nav .common-nav-box{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.common-page-nav .common-nav-box:after{
    display: block;
    content: "";
    clear: both;
}
.common-page-nav .common-nav-box .company-logo{
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 0px;
}
.common-page-nav .common-nav-box .company-logo img{
    vertical-align:middle;
}
.common-page-nav .common-nav-box .right-menu-box{
    float: right;
    max-width: 90%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}
.common-page-nav .common-nav-box .right-menu-box:after{
    display: block;
    clear: both;
    content: "";
}
.common-page-nav .common-nav-box .right-menu-box .btn-all{
    float: right;
    height: 100%;
    font-size: 16px;
    color: #212121;
    margin-left: 10px;
    cursor: pointer;
}
.common-page-nav .common-nav-box .right-menu-box .btn-all .all-icon{
    font-size: 0px;
    display: inline-block;
    line-height: 50px;
    overflow: hidden;
    display: none;
}
.common-page-nav .common-nav-box .right-menu-box .btn-all .all-text{
    line-height: 50px;
    vertical-align: top;
    display: inline-block;
    height: 50px;
    padding: 0 5px;
    padding-right: 20px;
    background: url("/Images/default/add/icon-down.png") right center no-repeat;
}
.common-page-nav .common-nav-box .right-menu-box .btn-all .all-text:hover{
    transition: 0.5s;
    background-color: #f3f3f3
}
.common-page-nav .common-nav-box .right-menu-box .btn-all .all-icon img{
    vertical-align: middle;
}
.common-page-nav .common-nav-box .right-menu-box .link-nav{
    float: right;
    height: 100%;
    display: none;
}
.common-page-nav .common-nav-box .right-menu-box .link-nav a.nav{
    display: inline-block;
    height: 100%;
    font-size: 16px;
    text-align: center;
    color: #212121;
    margin-right: 15px;
}
.common-page-nav .common-nav-box .right-menu-box .link-nav a.nav:hover{
    color: #c94a01;
}
.common-page-nav .bottom-link-box{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 51px;
    background-color: #fff;
    display: none;
}
.common-page-nav .bottom-link-box .link-inside-box{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.common-page-nav .bottom-link-box .link-inside-box .list-box{
    width: 100%;
    overflow: hidden;
    display: none;
    padding: 10px 0;
}
.common-page-nav .bottom-link-box .link-inside-box .list-box .title-box{
    font-size: 16px;
    color: #000;
    margin: 10px 0;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}
.common-page-nav .bottom-link-box .link-inside-box .list-box .link-box a{
    display: inline-block;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    height: 25px;
    padding: 0 5px;
}
.common-page-nav .bottom-link-box .link-inside-box .list-box .link-box a:hover{
    color: #C94A01;
}
.fixed-bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background: url("/Images/default/add/fixed-bg.png") 0 0 repeat;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
}
/**IP登录框*/
.overhide {
    overflow:hidden;
}
.dialog-bg {
    width:100%;
    height:100%;
    background:url('/Images/default/layer-bg.png') 0 0 repeat;
    position:fixed;
    left:0px;
    top:0px;
    z-index:998;
    display:none;
}
.ip-hide-box {
    width:330px;
    height:250px;
    background-color:#fff;
    position:fixed;
    left:50%;
    margin-left:-165px;
    top:50%;
    margin-top:-125px;
    z-index:999;
    border-radius:5px;
    display:none;
}
.ip-hide-box .title-box {
    width:100%;
    height:40px;
    background-color:#f4f4f4;
    line-height:40px;
    font-size:0px;
    overflow:hidden;
}
.ip-hide-box .title-box span.text {
    float:left;
    display:block;
    height:40px;
    padding:0 10px;
    font-size:15px;
    line-height:40px;
    color:#212121;
}
.ip-hide-box .title-box span.icon-remove{
	float:left;
	display:block;
	height:18px;
	width:18px;
	font-size:18px;
    line-height:17px;
	text-align:center;
	color:#212121;
	margin:11px 0px 0px 220px;
	border:1px solid #212121;
	cursor:pointer;
}
.ip-hide-box .carbon-title{
	width:95%;
	margin:15px auto;
	overflow:hidden;
	color:#212121;
	text-align:center;
	font-size:20px;
	line-height:30px;
	height:30px;
}
.ip-hide-box .mark-box{
	width:95%;
	margin:0 auto;
	overflow:hidden;
	height:50px;
	line-height:50px;
}
.ip-hide-box .mark-box .mark-text{
	border:1px solid #666;
	border-radius:3px;
	height:40px;
	width:150px;
	line-height:40px;
	font-size:14px;
	font-family:"微软雅黑";
	margin-top:5px;
	text-indent:0.5em;
    vertical-align:top;
}
.ip-hide-box .mark-box .mark-img{
	height:40px;
	width:120px;
	margin-top:5px;
	margin-left:30px;
    vertical-align:top;
    cursor:pointer;
}
.ip-hide-box .login-btn-box{
	width:70%;
	height:35px;
	margin:20px auto;
	overflow:hidden;
	position:relative;
}
.ip-hide-box .login-btn-box span{
	position:absolute;
	display:block;
	top:0px;
	height:30px;
	line-height:30px;
	font-size:16px;
	width:80px;
	text-align:center;
	border-radius:5px;
	cursor:pointer;
	background-color: #c3aa9b;
	color:#fff;
    transition:1s;
}
.ip-hide-box .login-btn-box span:hover {
    background-color:#c94a01;
}
.ip-hide-box .login-btn-box span:active{
	background-color:#608cc1;
}
.ip-hide-box .login-btn-box .login-btn{
	left:0px;
}
.ip-hide-box .login-btn-box .channel{
	right:0px;
}
/**通用弹框*/
.dialog-bg {
    width:100%;
    height:100%;
    background:url('/Images/default/layer-bg.png') 0 0 repeat;
    position:fixed;
    left:0px;
    top:0px;
    z-index:998;
    display:none;
}
.error-dialog {
    min-width:280px;
    max-width:320px;
    position:fixed;
    z-index:999;
    left:50%;
    margin-left:-140px;
    top:30%;
    border-radius:3px;
    overflow:hidden;
    background-color:#fff;
    display:none;
}
.error-dialog .error-title {
    width:90%;
    padding:10px 5%;
    overflow:hidden;
    font-size:14px;
    position:relative;
    background-color:#f4f4f4;
}
.error-dialog .error-title .error-remove-btn {
    display:block;
    position:absolute;
    right:5%;
    top:14px;
    width:10px;
    height:10px;
    background:url("../../../Images/default/add/remove-diago.png") 0 0 no-repeat;
    cursor:pointer;
}
.error-dialog .error-content {
    width:90%;
    padding:25px 5%;
}
.error-dialog .error-content .error-info-text {
    font-size:16px;
    color:#212121;
    text-align:left;
    line-height:30px;
}
.error-dialog .error-btn-box {
    width:90%;
    padding:5px 5%;
    overflow:hidden;
    margin-bottom:5px;
}
.error-dialog .error-btn-box .out-btn {
    float:right;
    display:block;
    padding:3px 20px;
    background-color:#c94a01;
    border-radius:3px;
    color:#fff;
    font-size:13px;
    cursor:pointer;
}
/*IP登录2016-10-19*/
.ip-login-box {
    position:fixed;
    width:535px;
    height:380px;
    background:transparent;
    top:20%;
    left:50%;
    margin-left:-265px;
    z-index:999;
    display:none;
}
.ip-login-box .header {
    width:156px;
    margin:0 auto;
}
.ip-login-box .login-conetent {
    width:350px;
    margin:30px auto;
    background-color:#e0e2e7;
    border-radius:5px;
    box-shadow:0px 0px 3px #888;
    border:1px solid #ccc;
    position:relative;
    padding:10px;
    z-index:1000;
}
.ip-login-box .login-conetent .mark-out {
    width:200px;
    padding:0px 10px;
    line-height:44px;
    height:44px;
    display:inline-block;
    *display:inline;
    *zoom:1;
    background-color:#f5f6f7;
    border:1px solid #b8bbc3;
    box-shadow:0px 0px 5px #ccc inset;
    border-radius:5px;
    vertical-align:middle;
}
.ip-login-box .login-conetent .mark-out .mark-text {
    border:none;
    font-size:16px;
    height:18px;
    line-height:18px;
    background:transparent;
}
.ip-login-box .login-conetent .mark-img {
    vertical-align:middle;
    width:100px;
    margin-left:20px;
    height:40px;
    border:1px solid #b8bbc3;
    cursor:pointer;
}
.ip-login-box  .login-btn {
    width:44px;
    height:47px;
    position:absolute;
    right: 40px;
    top: 246px;
    z-index:-1;
    cursor:pointer;   
}
.ip-login-box .out-btn {
    width:23px;
    height:23px;
    position:absolute;
    right: 40px;
    top: -25px;
    cursor:pointer;
}