/*[v-cloak] {
    display: none;
}*/

input {
    outline: none
}

html,body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    height: 100%;
    background-color: #fff;
}
input::-webkit-input-placeholder{
    color: #ccc;
    font-size: 12px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ccc;
    font-size: 12px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ccc;
    font-size: 12px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
.backTop {
    position: fixed;
    right: 40px;
    width: 50px;
    height: 50px;
    background-color: #2bb1c7;
    bottom: 100px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    z-index: 999999;
    cursor: pointer;
}
.backTop:hover{background: #e95a5f;}
.loading-container {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    margin-left: -75px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20000;
    border-radius: 10px;
}

.loading {
    width: 100%;
    text-align: center;
    padding-top: 10px;
}

.desc {
    line-height: 20px;
    font-size: 14px;
    color: #FFFFFF;
    padding: 10px;
}
.wrapper {
    width: 1226px;
    margin: 0 auto;
    top: 48px;
}

.index_header {
    height: 30px;
    line-height: 30px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #E8E8E8;
    font-size: 12px;
    color: #000;
}
.index_header_left {
    width: 220px;
    float: left;
    position: relative;
}
.index_header_right {
    width: 505px;
    float: right;
    text-align: right;
}
.index_header_right i {
    font-style: normal;
}
.index_header_right a:first-child {
    position: relative;
}
.index_header_right a:first-child::after {
    position: absolute;
    right:-20px;
    top:1px;
    content: ' ';
    width: 1px;
    height:15px;
    display: block;
    border-right: 1px solid #d9d9d9;
}
.index_header_right a:nth-child(2) {
    margin: 0 36px;
}
.index_header_right a:last-child {
    background-color: #f4f4f4;
    display: inline-block;
    padding: 0 21px;
    position: relative;
}
.index_header_right a:last-child::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 7px;
    display: block;
    width: 16px;
    height:16px;
    background: url("../images/buy.png") center no-repeat;
}
.index_header_left-lbs-arrow {
    width: 11px;
    height:7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
    display: inline-block;
    margin-left: 17px;
}
.index_header_left-lbs {
    position: relative;
    text-indent: 30px;
    cursor: pointer;
}
.index_header_left-lbs::before{
    position: absolute;
    content: ' ';
    left: 0;
    top: 7px;
    background: url(../images/sprite.png) -186px -145px no-repeat;
    width: 14px;
    height: 16px;
}
.index_header_left-lbs-select {
    width: 68px;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0 #d9d9d9;
    position: absolute;
    left: 7px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}
.index_header_left-lbs-select li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
}
.index_header_left-lbs-select li:hover {
    background-color: #F5F5F5;
}
.index_nav_wrapper {
    width: 100%;
    height: 120px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px #ebebeb;
}
.index_nav {
    width: 1226px;
    margin: 0 auto;
    position: relative;
}
.index_nav-logo {
    width: 159px;
    height:48px;
    background: url("../images/logo.png") center no-repeat;
    background-size: cover;
    position: absolute;
    top: 16px;
    left:0;
}
.index_nav-search {
    width: 640px;
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    height:32px;
    position: absolute;
    top: 27px;
    left: 259px;
}
.index_nav-search form {
    position: relative;
}
.index_nav-search form > input{
    line-height: 32px;
    padding-left: 13px;
}


.index_nav-search form > button {
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    border-radius: 0 2px 2px 0;
    border: 1px solid #2bb1c7;
    color: #FFFFFF;
    width: 86px;
    height:34px;
    text-align: center;
    position: absolute;
    right: 0;
    top: -1px;
}

.index_nav-tel {
    background: url(../images/sprite.png) -145px -88px no-repeat;
    width: 155px;
    height:22px;
    _padding-left: 145px;
    _margin-left: -145px;
    _padding-top: 88px;
    _margin-top: -88px;
    position: absolute;
    right: 0;
    margin-top: 6px;
}
.index_nav-nav {
    width: 640px;
    height:48px;
    line-height: 48px;
    position: absolute;
    top: 68px;
    left:259px;
}
.index_nav-nav a{
    font-size: 14px;
    color: #000;
    margin-right: 30px;
}
.index_nav-nav a.active{
    color: #e3484e;
    position: relative;
}
.index_nav-nav a.active::after{
    content: '';
    position: absolute;
    bottom: -16px;
    left:0;
    width: 100%;
    height: 2px;
    background-color: #e3484e;
}
.index_service {
    width: 1226px;
    margin: 0 auto;
    position: relative;
    height:460px;
}
.index_service-leftmenu {
    position: absolute;
    width: 180px;
    background-color: #FFFFFF;
    z-index: 3;
    top: -32px;
}
.index_service-leftmenuh2 {
    height:32px;
    background-color: #f8f8f8;
    line-height: 32px;
    color: #000;
    font-size: 16px;
    padding-left: 22px;
    cursor: pointer;
    position: relative;
}
.index_service-leftmenuh2.on {
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    color: #fff;
}
.index_service-leftmenuh2.on::after {
    background: url("../images/nav.png") center no-repeat;
}
.index_service-leftmenu h2::after {
    content: ' ';
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
    background: url("../images/nav-gray.png") center no-repeat;
    width: 16px;
    height:13px;
}
.index_service-leftmenu li {
    height: 46px;
    line-height: 46px;
    color: #666666;
    font-size: 14px;
    padding-left: 18px;
    cursor: pointer;
    display: block;
    background: url(../images/leftmenuarrow.png) no-repeat;
    background-position: 150px 18px;

}
.index_service-leftmenu li:hover {
    display: block;
    background: url("../images/li@hover.jpg") left center no-repeat;
    background-size: 4px 46px;
}
.index_service-leftmenu li.navigate-right {
    margin-right: -22px;
}
.index_service-leftmenu li .navigate-right::after {
}
.navigate-content {
    position: absolute;
    width: 690px;
    padding: 49px;
    z-index: 3;
    left: 180px;
    top:30px;
    background-color: #FFFFFF;
}
.navigate-content-wrapper {
    position: relative;
}
.navigate-content-wrapper h3 {
    width: 138px;
    height:28px;
    line-height: 28px;
    text-align: center;
    color: #5a5a5a;
    font-size: 14px;
    background-color: #f7f7f7;
    border-radius: 2px 2px 0 0;
}
.navigate-content-wrapper-item {
    border-top: 1px solid #dededf;
}
.navigate-content-wrapper-item a{
    color: #686868;
    margin-right: 35px;
}
.index_service-inquire {
    /*position: absolute;
    right: 23px;
    width: 208px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    *//*margin-top: 23px;*//*
    z-index: 3;
    height: 463px;*/
    position: absolute;
    right: 23px;
    width: 186px;
    /* padding-bottom: 20px; */
    background-color: #FFFFFF;
    /* margin-top: 23px; */
    z-index: 3;
    /* height: 463px; */
    top: 34px; display: none;
}
.index_service-inquire h3 {
    color: #000;
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
}
.index_service-inquire-title2{
    border-top: 1px solid #eeeeee;
    width: 163px;
    margin: 20px auto 0 auto;
}
.index_service-inquire-input2 {
    width: 163px;
    margin: 0 auto;
}
.index_service-inquire-input2 input{
    width: 163px;
    height:28px;
    line-height: 28px;
    padding-left: 10px;
    border: 1px solid #dddddd;
}
.index_service-inquire-title3{
    border-top: 1px solid #eeeeee;
    width: 163px;
    margin: 20px auto 0 auto;
}
.index_service-inquire-search {
    display: flex;
    flex-direction: row;
    width: 160px;
    margin: 0 auto;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
}
.index_service-inquire-search-wrapper {
    flex: 0 0 67px;
    position: relative;
}
.index_service-inquire-search-input {
    width: 87px;
    font-size: 12px;
    padding-left: 5px;
}

.index_service-inquire-search-wrapper-drop {
    position: absolute;
}
.index_service-inquire-search-wrapper-default {
    border-right: 1px solid #dddddd;
    font-size: 12px;
    text-align: left;
    padding-left: 13px;
    height: 26px;
    color: #666666;
    line-height: 26px;
}
.index_service-inquire-search-wrapper-default::after {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 11px;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
}
.index_service-inquire-point {
    width: 160px;
    margin: 10px auto 0 auto;
    border: 1px solid #dddddd;
    color: #000;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
}
.index_service-inquire-point-title {
    padding-left: 10px;
    cursor: pointer;
    position: relative;
}
.index_service-inquire-point-title::after {
    content: ' ';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
}
.index_service-inquire-btn {
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    border-radius: 2px;
    width: 160px;
    height:28px;
    line-height:28px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    border: none;
    margin: 10px auto 0 auto;
    cursor: pointer;
}
.index_service-inquire-news {
    width: 170px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    color: #666666; height: 102px;
}
.index_service-inquire-news li em{margin-right: 3px;}
.index_service-inquire-news li{
    position: relative; height: 24px; line-height: 24px; overflow: hidden;
}
/*.index_service-inquire-news li:nth-child(2), .index_service-inquire-news li:nth-child(2) a{color: #e34147;}*/
.index_service-inquire-news li a.active {
    color: #e3484e;
}
.index_service-inquire-news li::after{
    content: '';
    position: absolute;
    right: 10px;
    top: 7px;
    text-align: center;
    background: url(../images/sprite.png) -217px -196px no-repeat;
    width: 10px;
    height: 10px;
    display: block;
}

/*团队--start*/

.jssorl-oval img {
    animation-name: jssorl-oval;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-oval {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.jssorb05 {
    position: absolute;
}
.jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div { background-position: -7px -7px; }
.jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
.jssorb05 .av { background-position: -67px -7px; }
.jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

.jssora22l, .jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 100px;
    cursor: pointer;
    /*background: url('img/a22.png') center center no-repeat;*/
    overflow: hidden;
}
.jssora22l {background: url("../images/left-arrow.png") no-repeat center;}
.jssora22r {background: url("../images/left-arrow.png") no-repeat center;}
/*.jssora22l:hover { background-position: -130px -31px; }
.jssora22r:hover { background-position: -190px -31px; }*/
/*.jssora22l.jssora22ldn { background-position: -250px -31px; }
.jssora22r.jssora22rdn { background-position: -310px -31px; }
.jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3; pointer-events: none; }
.jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3; pointer-events: none; }*/




.swiper-container {
    width: 1226px;
    height: 460px;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-container2 {
    width: 100%;
    height: 100%;
}
.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px; position: relative;
}
.swiper-container2 .swiper-slide div.swiper-slide-box{position: absolute; top: 50%; margin-top: -116px; left: 50%; margin-left: -317px; width: 635px;}
.swiper-container2 .swiper-slide div.swiper-slide-box h5{font-size: 24px; color: #565252; text-align: center; line-height: 30px;/* padding-left: 194px;*/}
.swiper-container2 .swiper-slide div.swiper-slide-box h5 span{display: block; font-size: 16px; color: #666;}
.swiper-container2 .swiper-slide div.swiper-slide-box dl{margin-top: 10px;}
.swiper-container2 .swiper-slide div.swiper-slide-box dl dt{float: left; width: 150px; height: 150px;}
.swiper-container2 .swiper-slide div.swiper-slide-box dl dt img{width: 150px; height: 150px; display: block;}
.swiper-container2 .swiper-slide div.swiper-slide-box dl dd{    float: right;
    width: 441px;
    height: 116px;
    margin-top: 20px;
    background: url(../images/swiper-slide-back.png) no-repeat center;
    padding: 13px 23px 0 33px;
    color: #333;
    font-size: 16px;}
.swiper-container2 .swiper-slide div.swiper-slide-box dl dd p{line-height: 30px; letter-spacing: 0.5px; text-align: left;}
/*团队--end*/
.index_service_banner {
    width: 1229px;
    height: 460px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
}
.index_recommend {
    width: 1226px;
    margin: 24px auto 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}
.index_recommend-list{width: 289px; height: 180px; box-sizing: border-box; float: left; margin-right: 23px;}
.index_recommend-list.list4{margin: 0;}
.index_recommend-list a{display: block;}
.index_recommend-list:hover{box-shadow:0px 0px 10px #999;}
.index_recommend-list.list1{width: 289px; height: 180px; background: url("../images/index_recommend-list-back.png") no-repeat center center;}
.index_recommend-list.list1 ul{padding: 0 2px;}
.index_recommend-list.list1 li{
    width: 94px; height: 90px; float: left; text-align: center; padding: 0 3px; position: relative;}
.index_recommend-list.list1 li i{display: block; margin: 25px auto 0;
    /*height: 24px;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 24px;*/}
.index_recommend-list li:hover i.index_recommend-icon1{ width: 22px; height: 18px; background: url("../images/index_recommend-icon1.png") no-repeat center center;}
.index_recommend-list li:hover i.index_recommend-icon2{ width: 22px; height: 18px; background: url("../images/index_recommend-icon2.png") no-repeat center center;}
.index_recommend-list li:hover i.index_recommend-icon3{ width: 22px; height: 18px; background: url("../images/index_recommend-icon3.png") no-repeat center center;}
.index_recommend-list li:hover i.index_recommend-icon4{ width: 22px; height: 18px; background: url("../images/index_recommend-icon4.png") no-repeat center center;}
.index_recommend-list li:hover i.index_recommend-icon5{ width: 22px; height: 18px; background: url("../images/index_recommend-icon5.png") no-repeat center center;}
.index_recommend-list li:hover i.index_recommend-icon6{ width: 22px; height: 18px; background: url("../images/index_recommend-icon6.png") no-repeat center center;}


.index_recommend-list li i.index_recommend-icon1{ width: 22px; height: 18px; background: url("../images/index_recommend-icon1-hover.png") no-repeat center center;}
.index_recommend-list li i.index_recommend-icon2{ width: 22px; height: 18px; background: url("../images/index_recommend-icon2-hover.png") no-repeat center center;}
.index_recommend-list li i.index_recommend-icon3{ width: 22px; height: 18px; background: url("../images/index_recommend-icon3-hover.png") no-repeat center center;}
.index_recommend-list li i.index_recommend-icon4{ width: 22px; height: 18px; background: url("../images/index_recommend-icon4-hover.png") no-repeat center center;}
.index_recommend-list li i.index_recommend-icon5{ width: 22px; height: 18px; background: url("../images/index_recommend-icon5-hover.png") no-repeat center center;}
.index_recommend-list li i.index_recommend-icon6{ width: 22px; height: 18px; background: url("../images/index_recommend-icon6-hover.png") no-repeat center center;}
.index_recommend-list li p{ margin-top: 8px; line-height: 12px; color: #DCDCDC;}
.index_recommend-list li:hover p{ margin-top: 8px; line-height: 12px; color: #fff;}

.list2{border-bottom: 1px #F9A51A solid;}
.list3{border-bottom: 1px #54B746 solid;}
.list4{border-bottom: 1px #50b8ce solid;}
.index_recommend-list .index_recommend-list-title{width: 289px; height: 92px;}
.index_recommend-list .index_recommend-list-title,.index_recommend-list .index_recommend-list-content{padding: 5px 10px;}
.index_recommend-list .index_recommend-list-title h3{font-size: 24px; line-height: 45px; color: #fff; border: none;}
.index_recommend-list .index_recommend-list-title h3 em{font-size: 14px; margin-left: 5px;}
.index_recommend-list .index_recommend-list-title h3 span{font-size: 14px; display: block; width: 83px;
    height: 30px;
    line-height: 30px;
    text-align: center; border: 1px #fff solid;}
.index_recommend-list.list4 .index_recommend-list-title h3 span{position: relative; top: -5px;}
.index_recommend-list .index_recommend-list-content h4{font-size: 32px; text-align: right; color: #e34147;}
.index_recommend-list .index_recommend-list-content h4 span{font-size: 16px;}
.index_recommend-list .index_recommend-list-content p{font-size: 16px; color: #333;}
.index_recommend-list .index_recommend-list-content p del{font-size: 12px; color: #666; float: right;}
.list2 .index_recommend-list-title{background: url("../images/daizhang-back.png") no-repeat center center;}
.list3 .index_recommend-list-title{background: url("../images/company-back.png") no-repeat center center;}
.list4 .index_recommend-list-title{background: url("../images/shangbiao-back.png") no-repeat center center;}




























.index_recommend-item {
    width: 289px;
    height: 180px;
    box-sizing: border-box;
    -moz-box-shadow:0px 2px 6px #ededed;
    -webkit-box-shadow:0px 2px 6px #ededed;
    box-shadow:0px 2px 6px #ededed;
}
.index_recommend-item a.index_recommend-item-hover{display: block; width: 289px; height: 180px; padding: 22px 16px 0 16px;}
.index_recommend-item s {
    padding-top: 8px;
}
.index_recommend-item.item1 h3 {
    text-align: center;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    border-radius: 2px 2px 0 0;
    color: #FFFFFF;
    position: relative;
}
.index_recommend-item.item1 h3::before{
    content: ' ';
    position: absolute;
    left: 30%;
    top: 10px;
    margin-left: -3px;
    background: url(../images/oval001.png) center no-repeat;
    width: 6px;
    height: 6px;
}
.index_recommend-item.item1 h3::after{
    content: ' ';
    position: absolute;
    right: 30%;
    top: 10px;
    margin-right: -3px;
    background: url(../images/oval001.png) center no-repeat;
    width: 6px;
    height: 6px;
}
.index_recommend-item.item2,.index_recommend-item.item3,.index_recommend-item.item4 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 22px 16px 0 16px;*/
}
.index_recommend-item.item1 li {
    width: 33.333%;
    float: left;
    text-align: center;
    font-size: 12px;
    color: #666666;
    background-color: #FFFFFF;
    border-right: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-top: 1px solid #f1f1f1;
    height:75px;
    display: flex;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_recommend-item.item1 li a{display: block; width: 100%; height: 100%;}
.index_recommend-item.item1 li:hover {
    background-color: #f7f7f7;
}

.index_recommend-item.item2 {
    background: url("../images/tu1.png") center no-repeat;
    position: relative;
    border-radius: 2px 2px 0 0;
}
.index_recommend-item.item2::before {
    position: absolute;
    content: ' ';
    left:0;
    top:0;
    width: 289px;
    height:6px;
    background: url("../images/yellow-top.png") center no-repeat;
    box-sizing: border-box;
    border-radius: 2px 2px 0 0;
}
.index_recommend-item.item3::before {
    position: absolute;
    content: ' ';
    left:0;
    top:0;
    width: 289px;
    height:6px;
    background: url("../images/green-top.png") center no-repeat;
    border-radius: 2px 2px 0 0;
}
.index_recommend-item.item4::before {
    position: absolute;
    content: ' ';
    left:0;
    top:0;
    width: 289px;
    height:6px;
    background: url("../images/red-top.png") center no-repeat;
    border-radius: 2px 2px 0 0;
}
.index_recommend-item:hover {
    box-shadow:0px 0px 10px #f52521;
}
.index_recommend-item.item3 {
    background: url("../images/tu2.png") center no-repeat;
    position: relative;
}
.index_recommend-item.item4 {
    background: url("../images/tu3.png") center no-repeat;
    position: relative;
}
.index_recommend-item.item2 p:nth-child(1),.index_recommend-item.item3 p:nth-child(1),.index_recommend-item.item4 p:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
}
.index_recommend-item.item2 p:nth-child(1) span,.index_recommend-item.item3 p:nth-child(1) span,.index_recommend-item.item4 p:nth-child(1) span {
    font-size: 32px;
    color: #E34147;
    line-height: 32px;
    float: right;
}
.index_recommend-item span::before {
    content: '￥';
    font-size: 14px;
}
.index_recommend-item.item2 p:nth-child(2),.index_recommend-item.item3 p:nth-child(2),.index_recommend-item.item4 p:nth-child(2) {
    font-size: 14px;
    color: #666666;
    padding-top: 7px; clear: both;
}
.index_recommend-item.item2 p:nth-child(2) s,.index_recommend-item.item3 p:nth-child(2) s,.index_recommend-item.item4 p:nth-child(2) s {
    clear: both;
    float: right;
}
.index_recommend-item.item2 p:nth-child(2) strong,.index_recommend-item.item3 p:nth-child(2) strong,.index_recommend-item.item4 p:nth-child(2) strong{
    color: #E34147;
}
.index_timeline,.fiscal_account,.index_artical{
    width: 1226px;
    margin: 0 auto;
}
/*.index_timeline span{color: #e34147;font-size: 34px;
    padding: 0 6px;
    line-height: 40px;}*/
.index_timeline h3,.fiscal_account h3,.index_artical h3{
    /*text-align: center;*/
    font-size: 24px;
    color: #333;
    font-weight: 500; line-height: 60px; height: 60px; margin-top: 20px; border-bottom: 1px #ccc solid;
    /*background: url("../images/index_timeline-back.png") no-repeat center center;*/
}
.index_timeline h3 img,.fiscal_account h3 img{display: inline; margin: 0 10px; }
.fiscal_account h3 img{width: 20px; position: relative; top: 3px;}
.index_timeline_tab-top{height: 60px;}
.index_timeline_tab{
    position: relative;
    /*background-image: linear-gradient(-180deg, #BFFA58 0%, #59B235 100%);*/
    /*background-image: linear-gradient(-180deg, #ff8d79 0%, #e53136 100%);*/
    background: url("../images/index_timeline_tab-back.png") repeat-x left top;
    border-radius: 2px;
    height: 8px;
    margin-top: 134px; width: 1226px;
    /*display: flex;
    justify-content: space-around;*/
}
.index_timeline_tab.on1 {
    /*background-image: linear-gradient(-180deg, #BFFA58 0%, #59B235 100%);*/
    /*background-image: linear-gradient(-180deg, #ff8d79 0%, #e53136 100%);*/
    background: url("../images/index_timeline_tab-back.png") repeat-x left top;
}
.index_timeline_tab.on2 {
    /*background-image: linear-gradient(-180deg, #8af2eb 0%, #04c2a4 100%);*/
    /*background-image: linear-gradient(-180deg, #ff8d79 0%, #e53136 100%);*/
    background: url("../images/index_timeline_tab-back.png") repeat-x left top;
}
.index_timeline_tab.on3 {
    /*background-image: linear-gradient(-180deg, #df90ef 0%, #6858cd 100%);*/
    /*background-image: linear-gradient(-180deg, #ff8d79 0%, #e53136 100%);*/
    background: url("../images/index_timeline_tab-back.png") repeat-x left top;
}
.index_timeline_tab.on4 {
    /*background-image: linear-gradient(-180deg, #ff8d79 0%, #e53136 100%);*/
    background: url("../images/index_timeline_tab-back.png") repeat-x left top;
}
.index_timeline_tab li{
    position: relative;
    flex: 1; width:306.5px; height: 60px; float: left;
}
.index_timeline_tab-icon1 {
    position: absolute;
    background: url(../images/sprite.png) -248px -0px no-repeat;/*-374*/
    width: 42px;
    height: 56px;
    z-index: 2;
    top: -30px;
    left: 104px;
}
.index_timeline_tab-icon1.on1 {
    background: url(../images/sprite-hover.png) -0px -0px no-repeat;/*-62*/
    width: 176px;
    height: 176px;
    left: 36px;
    top: -73px;
}
.index_timeline_tab-icon2.on2 {
    background: url(../images/sprite-hover.png) -0px -0px no-repeat;/*-124*/
    width: 176px;
    height: 176px;
    left: 36px;
    top: -73px;
}
.index_timeline_tab-icon3.on3 {
    background: url(../images/sprite-hover.png) -0px -0px no-repeat;/*-186*/
    width: 176px;
    height: 176px;
    left: 36px;
    top: -73px;
}
.index_timeline_tab-icon4.on4 {
    background: url(../images/sprite-hover.png) -0px -0px no-repeat;
    width: 176px;
    height: 176px;
    left: 36px;
    top: -73px;
}
.index_timeline_tab-text1 {
    position: absolute;
    left: 68px;
    width: 114px;
    height:48px;
    text-align: center;
    padding-top: 10px;
    top: -90px;
    font-size: 16px;
    color: #666666;
    /*color: #666666;*/
    background: url(../images/sprite.png) -0px -368px no-repeat;
    /*background: url(../images/sprite.png) -0px -213px no-repeat;*/
}
.index_timeline_tab-text1.on1 {
    background: url(../images/sprite.png) -0px -145px no-repeat;/*-213*/
    color: #FFFFFF;
}

.index_timeline_tab-icon2 {
    position: absolute;
    background: url(../images/sprite.png) -248px -0px no-repeat;/*-332*/
    width: 42px;
    height: 56px;
    z-index: 2;
    top: -30px;
    left: 104px;
}
.index_timeline_tab-text2 {
    position: absolute;
    left: 68px;
    width: 114px;
    height:48px;
    text-align: center;
    padding-top: 10px;
    top: -90px;
    font-size: 16px;
    color: #666666;
    background: url(../images/sprite.png) -0px -368px no-repeat;


}
.index_timeline_tab-text2.on2 {
    background: url(../images/sprite.png) -0px -145px no-repeat;/*-292*/
    color: #FFFFFF;
}

.index_timeline_tab-icon3 {
    position: absolute;
    background: url(../images/sprite.png) -248px -0px no-repeat;/*-292*/
    width: 42px;
    height: 56px;
    z-index: 2;
    top: -30px;
    left: 104px;
}
.index_timeline_tab-text3 {
    position: absolute;
    left: 66px;
    width: 114px;
    height:48px;
    text-align: center;
    padding-top: 10px;
    top: -90px;
    font-size: 16px;
    color: #666666;
    background: url(../images/sprite.png) -0px -368px no-repeat;

}
.index_timeline_tab-text3.on3 {
    background: url(../images/sprite.png) -0px -145px no-repeat;/*-80*/
    color: #FFFFFF;
}
.index_timeline_tab-icon4 {
    position: absolute;
    background: url(../images/sprite.png) -248px -0px no-repeat;
    width: 42px;
    height: 56px;
    z-index: 2;
    top: -30px;
    left: 104px;
}
.index_timeline_tab-text4 {
    position: absolute;
    left: 66px;
    width: 114px;
    height:48px;
    text-align: center;
    padding-top: 10px;
    top: -90px;
    font-size: 16px;
    color: #666666;
    background: url(../images/sprite.png) -0px -368px no-repeat;

}
.index_timeline_tab-text4.on4 {
    background: url(../images/sprite.png) -0px -145px no-repeat;
    color: #FFFFFF;
}
.index_timeline_tabcontent {
    padding-top: 47px;
    height:386px;
    position: relative;
    background-color: #F9F9F9; z-index: 99;
}
.index_timeline_tabcontent-left {
    position: absolute;
    left: 0;
    top: 54px;
    width: 98px;
}
.index_timeline_tabcontent-left li {
    padding: 9px 0px;
    background-color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
}
.index_timeline_tabcontent-left li.on {
    background: #2bb1c7;
    padding: 9px 0px;
    text-align: center;
    border-radius: 0 3px 3px 0;
    color: #FFFFFF;
    width: 98px;
}
.index_timeline_tabcontent-left li{margin-top: 20px;}
.index_timeline_tabcontent-left li:first-child{
    margin-top: 0;
}
.index_timeline_tabcontent-right {
    position: absolute;
    width: 995px;
    top: 25px;
    right: 58px;
}
.index_timeline_tabcontent-right li {
    width: 480px;
    height: 146px;
    text-align: right;
    display: inline-block;
    position: relative;
    background: #FFFFFF /*url("../images/page_tu.jpg") left center no-repeat*/;
    cursor: pointer; float: left;
}
.index_timeline_tabcontent-right li a{display: block}
.index_timeline_tabcontent-right li img{
    position: absolute;
    z-index: 99;
    height: 146px;
    left: 0;
    top: 0;
}
.index_timeline_tabcontent-right li:hover {
    box-shadow:0px 0px 10px #ccc;
}
.index_timeline_tabcontent-right li:first-child {
    margin-bottom: 20px;
    margin-right: 20px;
}
.index_timeline_tabcontent-right li:first-child+li+li {
    margin-bottom: 20px;
    margin-right: 20px;
}
.index_timeline_tabcontent-right li::after {
    background: url(../images/sprite.png) -188px -195px no-repeat;
    position: absolute;
    content: ' ';
    right: 30px;
    top: 50%;
    width: 12px;
    height: 22px;
    margin-top: -11px; z-index: 99;
}
.index_timeline_tabcontent-right li a > p.enroll-company {
    color: #000;
    font-size: 20px;
    top: 24px;
    right: 65px;
    z-index: 999999999;
    position: absolute;
}
.index_timeline_tabcontent-right li a > p.enroll-company1{
       color: #666;
    font-size: 16px;
    top: 60px;
    right: 65px;
    z-index: 999999999;
    position: absolute;
}
.index_timeline_tabcontent-right li a > p.describe{
        color: #666;
    font-size: 14px;
    top: 56px;
    right: 65px;
    font-weight: 400;
    z-index: 9999;
    position: absolute;
    width: 54%;
    line-height: 1.5;
}
.index_timeline_tabcontent-right li a > p.enroll-price {
    color: #e3484e;
    font-size: 18px;
    top: 104px;
    right: 65px;
    font-weight: 600;
    z-index: 9999;
    position: absolute;
}
.index_timeline_tabcontent-right li a > p.enroll-price::before {
    content: '￥';
    font-size:12px ;
}
.fiscal_account-box{height: 440px; margin-top: 10px;}
.fiscal_account-box img{display: block; width: 100%;}
.fiscal_account-box .fiscal_account-left,.fiscal_account-box .fiscal_account-center,.fiscal_account-box .fiscal_account-right{float: left; height: 440px;}
.fiscal_account-box .fiscal_account-center,.fiscal_account-box .fiscal_account-right,.service-list-right,.service-list-center{ margin-left: 15px;}
.fiscal_account h3 a.see-more,.index_artical h3 a.see-more{float: right; font-size: 16px; color: #333; display: block;}
.fiscal_account-box .fiscal_account-left,.service-list-right{width: 402px; border: 1px #ccc solid; position: relative;}
/*搜索框模块*/
.search-form-list .search { width: 320px; height: 30px; border: 1px #C9272C solid; position: absolute; left: 41px; top: 285px;}
.search-form-list .search .input { width: 236px; height: 28px; font-size: 12px; /* padding-left: 30px;*/ background: #fff; /*url("../images/index_inquiry-search.png") no-repeat 2px 2px;*/}
/*.header .search .button { width: 79px; line-height: 20px; letter-spacing: 3px; }*/
.search-form-list .search .button:hover { background: #C9272C; }
.search-form-list .search .button { width: 80px; height: 30px; line-height: 18px; position: relative; top: -2px; font-size: 12px; background-color: #C9272C; }
.small-search .search .button:hover { background-color: #f7f7f7; }



.fiscal_account-box .fiscal_account-center,.service-list-left{width: 535px;}
.fiscal_account-box .fiscal_account-center,.fiscal_account-box .fiscal_account-right,.service-list-center ,.service-list-right,.patent-list-right{margin-left: 14px;}
.fiscal_account-box .fiscal_account-text,.service-list .service-list-text,.patent-list .service-list-text{position: relative; height: 214px; border: 1px #ccc solid; overflow: hidden;}
.fiscal_account-center .fiscal_account-center-bottom .fiscal_account-text, .fiscal_account-right .fiscal_account-text,.fiscal_account-box .fiscal_account-right,.service-list-left-bottom .service-list-text,.service-list-right .service-list-text,.service-list-center .service-list-text{width: 261px; }
.fiscal_account-center .fiscal_account-center-bottom .fiscal_account-text{ float: left;}
.fiscal_account-center .fiscal_account-center-bottom .fiscal_account-text:first-child,.service-list-left .service-list-left-bottom .service-list-text:first-child{margin-right: 13px;}
.fiscal_account-box p,.service-list p,.patent-list p{position: absolute; width: 100%; height: 40px; line-height: 40px; left: 0; bottom: 0; background: rgba(255,255,255,0.8); padding: 0 10px;}
.fiscal_account-box .fiscal_account-center .fiscal_account-center-bottom,.fiscal_account-box .fiscal_account-right .fiscal_account-text:first-child+div,.service-list-left .service-list-left-bottom,.service-list-center .service-list-text:first-child+div,.patent-list-right .service-list-text:first-child+ div{ margin-top: 12px;}

.index_artical ul.index_artical-list li{float: left; }
.index_artical ul.index_artical-list li:last-child a{border: none;}
.index_artical ul.index_artical-list li a{padding: 0 20px; line-height: 20px; margin: 20px 0; font-size: 18px; display: block; border-right: 1px #ccc solid;}
.index_artical ul.index_artical-list li.hover a{color: #E34147;}
.index_artical ul.index_artical-list li:first-child a{padding: 0 20px 0 0;}
.index_artical-box{margin-top: 10px;}

.index_artical-table .index_artical-table1-img{width: 296px; height: 329px; float: left;}
.index_artical-table  ul{float: left;}
.index_artical-table  ul li{float: left; margin-left: 16px; width: 216px; border: 1px #ccc solid; padding-bottom: 10px;}
.index_artical-table  ul li a{display: block; overflow: hidden;}
.index_artical-table  ul li img.index_artical-table1-img1{width: 216px; height: 160px; margin-bottom: 10px;}
.index_artical-table  ul li h5{color: #333; font-size: 16px; line-height: 22px; height: 66px;padding:0 10px;display: -webkit-box; margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;}
.index_artical-table  ul li h6{color: #666; font-size: 14px; line-height: 20px; height: 40px; padding: 0 10px; display: -webkit-box; margin-bottom: 11px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.index_artical-table  ul li p{height: 20px; line-height: 20px; color: #666; padding:0 10px;}
.index_artical-table  ul li p span{float: right;}
.index_artical-table  ul li p span img{display: inline; margin-right: 5px;}


.index_form{width: 1226px; height: 90px; margin: 40px auto 0; background: url("../images/bg001.png") no-repeat center; position: relative;}
.index_form form{position: absolute; top: 23px; left: 330px;}
.index_form-area,.index_form-company{width: 300px; height: 44px; background: #FFFFFF; border: 1px solid #D9D9D9; border-radius: 2px; float: left; position: relative;}
.index_form-area span{width: 68px; height: 42px; line-height: 42px; text-align: center; color: #666; background: #F1F3F4; border-radius: 2px; cursor: pointer; position: relative; padding-right: 13px; display: block; float: left;}
.index_form-area span::after,.index_form-company span::after{content: ' '; position: absolute; right: 8px; top: 20px; width: 11px; height: 7px; background: url(../images/sprite.png) -290px -195px no-repeat;}
.index_form-area ul{position: absolute; top: 44px; left: 0; width: 68px; background: #fff; z-index: 999; display: none; padding: 10px 0;}
.index_form-area ul li,.index_form-company ul li{ text-align: center; height: 26px; line-height: 26px; cursor: pointer;}
.index_form-area ul li:hover,.index_form-company ul li:hover{background: #F1F3F4;}
.index_form input[type="text"]{width: 232px; height: 42px; background: #fff; float: left; padding: 6px 7px; position: absolute; top: 1px; left: 68px;}

.index_form-company{ margin-left: 10px;}
.index_form-company span{width: 222px; height: 42px; padding: 6px 7px; line-height: 30px; font-size: 14px; color: #ccc; display: block; position: relative;}
.index_form-company em{width: 78px; text-align: center; height: 42px; line-height: 42px; font-size: 14px; background: #F1F3F4; display: block; position: absolute; top: 1px; right: 1px;}
.index_form-company ul{position: absolute; left: 0; top: 44px; background: #fff; width: 222px; padding: 10px 0; z-index: 999; display: none;}
.index_form input[type="submit"]{background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    border-radius: 2px; width: 100px; height: 44px; margin-left: 10px; font-size: 16px; color: #fff; cursor: pointer;}






.index-img{margin: 40px auto 0; width: 1226px;}
.index-img img{width: 100%;}
.index_search {
    width: 1226px;
    height: 90px;
    margin: 40px auto 0;
    background: url("../images/bg001.png") center no-repeat;
    position: relative;
}
.index_search form {
    position: absolute;
    left: 330px;
    top: 23px;
    height:44px;
    line-height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 716px;
}
.index_search-area {
    width: 63px; height: 44px;
    background-color: #f2f3f5;
    color: #666666;
    border: 1px solid #dedede;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    position: relative; float: left;
}
.index_search-area div::after {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 20px;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
}
.index_search-input {
    width: 200px; height: 44px;
    margin-right: 8px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-radius: 0px 2px 2px 0px;
    padding-left: 22px;
    font-size: 14px; float: left;
}
.index_search-style {
    width: 310px; height: 42px;
    font-size: 14px;
    color: #cccccc;
    border-radius: 2px;
    padding-left: 10px;
    cursor: pointer;
    position: relative; background: #fff;
}
.index_search-style::after {
    content: ' ';
    position: absolute;
    top: 18px;
    right: 86px;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
}
.index_search-style span {
    color: #666666;
    font-size: 14px;
    width: 78px;
    background-color: #F1F3F4;
    display: inline-block;
    float: right;
    text-align: center;
    height: 42px;
}
.index_search form input[type="submit"] {
    flex: 1; height: 44px;
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    background: #E34147;
    border-radius: 2px;
    border: 1px solid #e3484e;
    color: #FFFFFF;
    margin-left: 9px;
    position: relative;width: 124px;
    font-size: 14px; cursor: pointer; float: left;
}
.index_seller {
    width: 1226px;
    margin: 40px auto 0;
    display: table;
    word-spacing:-1em;
}
.index_seller-left {
    width: 200px;
    height:360px;
    background: url("../images/tu001.png") center no-repeat;
    display: inline-block;
    vertical-align: top;
    word-spacing:0; position: relative;;
}
.index_seller-left:hover,.index_seller-right:hover{box-shadow: 0 0 10px #ccc;}
.index_seller-center {
    display: inline-block;
    width: 804px;
    word-spacing:0;
    margin: 0 10px;
}
.index_seller-center h3 {
    width: 804px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: #f5f5f5 url("../images/bg002.png") center no-repeat;
}
.index_seller-right {
    vertical-align: top;
    width: 200px;
    height:360px;
    background: url("../images/tu002.png") center no-repeat;
    display: inline-block;
    word-spacing:0; position: relative;
}
.index_seller-center ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_seller-center li {
    width: 260px;
    height: 140px;
    background-color: #FFFFFF;
    float: left;
    margin: 12px 9px 0 0;
    text-align: center;
    position: relative; border: 1px #f5f5f5 solid;
}
.index_seller-center li:hover {
    box-shadow: 0 0 10px #ccc;
}
.index_seller-center li:nth-child(3),.index_seller-center li:nth-child(6){margin: 12px 0 0 0;}
.index_seller-center li:first-child+li+li,.index_seller-center li:first-child+li+li+li+li+li{margin: 12px 0 0 0;}
.index_seller-center li img{width: 258px; height: 138px;}
.index_seller-center li p {
    font-size: 14px; font-weight: bold;
    color: #000;
    letter-spacing: 0.22px;
    text-align: left;
    position: absolute;
    bottom: 0px;
    background-color:rgba(255,255,255,0.7);
    height: 40px;
    width: 258px;
    line-height: 40px;  padding:0 5px;
}
.index_seller-center li p span {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0.22px;
    /* line-height: 14px; */
    float: right; font-weight: normal; display: none;
}
.index_seller-left h5,.index_seller-right h5{font-size: 30px; text-align: center; line-height: 47px; font-weight: bold; margin-top: 20px;}
.index_seller-left h5 a,.index_seller-right h5 a{display: block;}
.index_seller-left h5 a:hover,.index_seller-right h5 a:hover{color: #000;}
.index_seller-left h5 span,.index_seller-right h5 span{display: block; font-size: 14px; line-height: 20px; margin-top: 3px; font-weight: normal;}
.index_seller-left a.consult-button {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #a07cd3;
    border-radius: 30px;
    margin: 0 auto;position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 20px;
}
.index_seller-right a.consult-button {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    background-color: #f27271;
    border-radius: 30px;
    margin: 0 auto;position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: 20px;
}
.index_inquiry{width: 1226px; height: 90px; margin: 40px auto 0; background: url("../images/index_inquiry.png") no-repeat center;}
.index_inquiry-center{width: 840px; height: 90px; margin: 0 auto; position: relative;}
.index_inquiry-center h2{font-size: 42px; color: #333; line-height: 60px; padding: 11px 0; float: left;}
.index_inquiry-center h2 em{font-style: normal; color: #E34147;}
.index_inquiry-center h2 span{font-size: 20px; margin-right: 13px; position: relative; top: -6px;}
.index_inquiry-center form{float: right; position: relative; top: 20px;}
.index_inquiry-center form input[type="text"]{width: 290px; height: 30px; padding: 6px 45px 6px 14px; background: #fff; border: 1px #ccc solid; border-radius: 50px;}
.index_inquiry-center form input[type="button"]{width: 22px; height: 22px; background: url("../images/index_inquiry-search.png") no-repeat center;  position: absolute; right: 16px; top: 5px; cursor: pointer;}
.index_inquiry-center form p{text-align: center; line-height: 27px; font-size: 14px; color: #E34147;}
#jssor_1{margin-top: 50px;}
.index_banner2 {
    width: 1226px;
    height: 400px;
    margin: 0 auto;
    background: url("../images/bg003.png") center no-repeat;
    position: relative;
    overflow: hidden;
}
.index_custom {
    width: 1226px;
    /*height:370px;*/
    background-color: #FFFFFF;
    margin: 0 auto;
    position: relative;
    height: auto;
}
.index_custom h3 {
    text-align: center;
    font-size: 24px;
    color: #000;
    padding-top: 50px;
    position: relative;
}
/*.index_custom h3::after {
    content: ' ';
    position: absolute;
    top: 65px;
    background: url("../images/THE CUSTOMER WE SERV.png") center no-repeat;
    width: 163px;
    height: 12px;
    left: 50%;
    margin-left: -81px;
}*/
.index_custom p{font-size: 12px; color: #666; text-align: center; line-height: 26px; }
.index_custom ul {
    /*margin-top: 43px;
    padding-left: 50px;*/
    /*height: 180px;*/
    overflow: hidden; width: 1220px; margin: 43px auto 0;
}
.index_custom ul{border: 1px #ccc solid;}
.index_custom li{display: inline-block; float: left; width: 203px; height: 112px; padding: 0 4px; border-top: 1px #ccc solid;border-left: 1px #ccc solid;}
.index_custom li:first-child{border: none;}
/*
.index_custom li:first-child,.index_custom li:nth-child(7),.index_custom li:nth-child(13){margin-left: 0;}
.index_custom li:first-child,.index_custom li:nth-child(2),.index_custom li:nth-child(3),.index_custom li:nth-child(4),.index_custom li:nth-child(5),.index_custom li:nth-child(6){margin-top: 0}
*/
/*.index_custom li:nth-child(1), .index_custom li:nth-child(7){margin: 7px 10px 7px 0;}
.index_custom li:nth-child(6), .index_custom li:nth-child(12){margin: 7px 0px 7px 10px;}*/
.index_custom li img{width: 190px; height: 110px;}
.index_adv {
    position: relative;
    margin: 72px auto 0 auto;
    width: 100%;
    height: 220px;
    background: url("../images/bg004.png") center no-repeat;
}
.index_bottom {
    position: relative;
    /*background-color: #f4f2f3;*/
    height:132px; z-index: 9999; background: #fff;
}
.index_bottom_wrapper {
    width: 1226px;
    margin: 0 auto; padding-top: 20px;
}
.index_bottom_wrapper ul.index_bottom_wrapper-nav{
    display: table;
    word-spacing: -1em;
    height: 64px;
    padding: 20px 0;
}

.index_top_nav ul.index_bottom_wrapper-nav li {
    display: inline-block;
    word-spacing: 0;
    padding: 0 53px 0 94px;
    position: relative; border-right: 1px #ccc solid; float: left;
}
.index_bottom_wrapper ul.index_bottom_wrapper-nav li:last-child{border-right: none;}
.index_bottom_wrapper-title {
    font-size: 18px;
    color: #333;
}
.index_bottom_wrapper li i {
    display: block; position: absolute; ;
}

.index_top_nav li i.icon1 {
    width: 31px; height: 33px;
    background: url(../images/index-icon1.png) no-repeat;
    top: 5px;
    left: 53px;
}
.index_top_nav li i.icon2{width: 30px; height: 31px;
    background: url(../images/index-icon2.png) no-repeat;
    top:5px;
    left: 53px;
}
.index_top_nav li i.icon3 {
    width: 38px; height: 27px;
    background: url(../images/index-icon3.png) no-repeat;
    top:6px;
    left: 49px;
}
.index_top_nav li i.icon4 {
    width: 32px; height: 28px;
    background: url(../images/index-icon4.png) no-repeat;
    top:6px;
    left: 53px;
}
.index_top_nav li i.icon5 {
    width: 22px; height: 32px;
    background: url(../images/index-icon5.png) no-repeat;
    top:7px;
    left: 61px;
}



.index_footer_nav ul.index_bottom_wrapper-nav{width: 1226px;}
.index_footer_nav ul.index_bottom_wrapper-nav li {
    display: inline-block;
    word-spacing: 0;
    padding: 0 0px 0 41px; margin-right: 81px;
    position: relative;}
.index_footer_nav ul.index_bottom_wrapper-nav li:first-child+li+li+li+li{margin-right: 0;}
.index_footer_nav li i.icon1 {
    width: 32px; height: 32px;
    background: url(../images/footer-icon1.png) no-repeat;
    top: 5px;
    left: 0px;
}
.index_footer_nav li i.icon2{width: 32px; height: 32px;
    background: url(../images/footer-icon2.png) no-repeat;
    top:5px;
    left: 0px;
}
.index_footer_nav li i.icon3 {
    width: 32px; height: 30px;
    background: url(../images/footer-icon3.png) no-repeat;
    top:6px;
    left: 2px;
}
.index_footer_nav li i.icon4 {
    width: 31px; height: 35px;
    background: url(../images/footer-icon4.png) no-repeat;
    top:6px;
    left: 0px;
}
.index_footer_nav li i.icon5 {
    width: 30px; height: 30px;
    background: url(../images/footer-icon5.png) no-repeat;
    top:7px;
    left: 0px;
}





.index_bottom_wrapper-desc {
    /*padding-top: 11px;*/
    font-size: 12px;
    color: #666;
    line-height: 20px;
}
.index_bottom_nav {
    /*display: table;*/
    word-spacing: -1em;
}
.index_bottom_nav-left {
    /*display: flex;*/
    flex-direction: row;
    justify-content: space-around;
    padding-top: 40px;
}
.index_bottom_nav-left dl dt{font-size: 14px;
    width: 100%;
    color: #333;
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 20px; font-weight: bold;}
.index_bottom_nav-left dl dd{line-height: 24px; font-size: 14px; color: #666; margin-top: -3px;}
.index_bottom_nav-left ul {
    float: left;
    width: 135px;
    margin-right: 19px;
}
.index_bottom_nav-nav {
    vertical-align: top;
    width: 462px;
    display: inline-block;
    word-spacing: 0;
}
.index_bottom_nav-advise{width: 240px; display: inline-block; margin-right: 38px;}
.index_bottom_nav-advise dl{width: 100%;}
.index_bottom_nav-code {
    padding-top: 40px;
    width: 120px;
    display: inline-block;
    word-spacing: 0;
    vertical-align: top; margin: 0 11px;
    /*float: left;*/
}
.index_bottom_nav-code h5 {
    font-size: 14px; text-align: center;
    padding-bottom: 10px; color: #333;
}
.index_bottom_nav-code img{ width: 100px; height: 100px; margin: 0 auto; display: block;}
.index_bottom_nav-code p,.index_bottom_nav-code h6{font-size: 12px; color: #666; line-height: 20px; margin-top: 10px;}
.index_bottom_nav-code h6{text-align: center;}
.index_bottom_nav-contact {
    vertical-align: top;
    display: inline-block;
    width: 191px;
    padding-top: 40px;
    word-spacing: 0;
    text-indent: 40px;
    font-size: 14px;
    float: right;
}
.index_bottom_nav-contact .index_bottom_nav-contact-item{margin-bottom: 10px;}
.index_bottom_nav-contact .index_bottom_nav-contact-item p{line-height: 20px;}
.index_bottom_nav-contact-item.tel{
    background: url(../images/tel.png) left center no-repeat;
}
.index_bottom_nav-contact-item.email{
    background: url(../images/email.png) left center no-repeat;
}
.index_bottom_nav-contact-item.qq{
    background: url(../images/qq.png) left center no-repeat;
}
.index_bottom_nav-contact-item.face{
    background: url(../images/face.png) left center no-repeat;
}
.index_bottom_nav-contact-item.heart{
    background: url(../images/heart.png) left center no-repeat;
}

.index_footer_copyright p.text-lh-small img{    display: inline;
    vertical-align: middle;
    margin-right: 10px;}
.index_footer_copyright p {
    text-indent: 29px;
    /*background: url(../images/xin.png) no-repeat;*/
    height:24px;
    line-height: 24px;
}
.index_footer_copyright p a{color: #9e9e9e;}
.icon11 {
    background: url(../images/index-icon.png) no-repeat;
    background-position: 5px -40px;
    top:30px;
    left: -50px;
    position: relative;
    width: 40px;
    height:40px;
    display: block;
}
.icon22 {
    background: url(../images/index-icon.png) no-repeat;
    background-position: -10px -210px;
    left: -50px;
    position: relative;
    width: 40px;
    height:40px;
    display: block;
}
.icon33 {
    background: url(../images/index-icon.png) no-repeat;
    background-position: 5px -40px;
    top:30px;
    left: -50px;
    position: relative;
    width: 40px;
    height:40px;
    display: block;
}
.icon44 {
    background: url(../images/index-icon.png) no-repeat;
    background-position: 5px -40px;
    top:30px;
    left: -50px;
    position: relative;
    width: 40px;
    height:40px;
    display: block;
}
.index_bottom_nav-contact-item p:first-child {
    color: #333; font-size: 14px; font-weight: bold;;
}
.index_bottom_nav-contact-item p:last-child{color: #666; font-size: 12px;}
.index_bottom_nav-left ul li {
    font-size: 14px; width: 100%;
    color: #333;
    display: inline-block;
    margin-bottom: 16px; margin-right: 20px;
}
.index_bottom_nav-left ul li:first-child{font-weight: bold;}
.index_bottom_nav-left ul li a{color: #666;}
/*
.index_bottom_nav-left dd { line-height: 24px;  color: #666; font-size: 14px; }
.index_bottom_nav-left dd a {
    font-size: 14px;
    color: #666;
}
*/

.index_footer_wrapper {
    width: 1226px;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}
.index_footer {
    position: relative;
    /*background-color: #2B2B31;*/ background: #2B2B31;
    background-image: linear-gradient(-180deg, #42464A 3%, #2B2B31 100%);
    -moz-background-image: linear-gradient(-180deg, #42464A 3%, #2B2B31 100%);
    -ms-background-image: linear-gradient(-180deg, #42464A 3%, #2B2B31 100%);
    -webkit-background-image: linear-gradient(-180deg, #42464A 3%, #2B2B31 100%);
    -o-background-image: linear-gradient(-180deg, #42464A 3%, #2B2B31 100%);
    height: 400px; z-index: 9999;
}
.index_footer_link {
    width: 100%;
    position: relative;
}
.index_footer_link h3 {
    font-size: 20px;
    color: #969696;
    padding-bottom: 15px;letter-spacing: 0.14px; line-height: 28px;
}
.index_footer_link ul.inden_fooer-list{width: 850px; margin: 0 auto;}
.index_footer_link .inden_fooer-list li {
    float: left;
}
.index_footer_link .inden_fooer-list li a{
    font-size: 14px; color: #9e9e9e;padding: 0 21px;
    margin: 9px 0;
    display: block;
}
.index_footer_link-box {
    width: 100%;
    position: relative; margin-top: 20px;
}
.index_footer_link-box h3 {
    font-size: 20px;
    color: #969696;
    padding-bottom: 15px;letter-spacing: 0.14px; line-height: 28px;
}
.index_footer_link-box ul.inden_fooer-list-box{width: 850px; margin: 0 auto;}
.index_footer_link-box .inden_fooer-list-box li {
    float: left;
    padding:0 25px; margin: 9px 0;
}
.index_footer_link-box .inden_fooer-list-box li:nth-child(4),.index_footer_link-box .inden_fooer-list-box li:nth-child(12),.index_footer_link-box .inden_fooer-list-box li:nth-child(20){border-right: 1px #ccc solid;}
.index_footer_link-box .inden_fooer-list-box li a{
    font-size: 14px; color: #9e9e9e; width: 56px; display: block;
}

.index_footer_copyright {
    width: 100%;
    clear: both;
    padding-top: 23px;
    color: #9e9e9e;
    font-size: 14px;
}
/*dropmenu*/
.index_service-inquire-search-wrapper-drop {
    width: 68px;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0 #d9d9d9;
    position: absolute;
    left: 0px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}

.index_service-inquire-search-wrapper-drop li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
}
.index_service-inquire-search-wrapper-drop li:hover {
    background-color: #F5F5F5;
}

.index_service-inquire-point ul {
    width: 160px;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0 #d9d9d9;
    position: absolute;
    left: 24px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}
.index_service-inquire-point ul > li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
}
.index_service-inquire-point ul > li:hover {
    background-color: #F5F5F5;
}
.index_search-place {
    position: relative;
}
.index_search-area ul{
    width: 68px;
    position: absolute;
    left: 0px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}
.index_search-area li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
    background-color: #FFFFFF;
}
.index_search-area li:hover {
    background-color: #F5F5F5;
}
.common_search-area ul{
    width: 68px;
    position: absolute;
    left: 0px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}
.common_search-area li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
    background-color: #FFFFFF;
}
.common_search-area li:hover {
    background-color: #F5F5F5;
}

.index_search-charter {
    position: relative;
    flex: 0 0 300px;
    border: 1px solid #dedede; float: left;
}
.index_search-charter ul {
    width: 310px;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0 #d9d9d9;
    position: absolute;
    left: 0px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}
.index_search-charter ul > li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
}
.index_search-charter ul > li:hover {
    background-color: #F5F5F5;
}

.common_search-charter {
    position: relative;
    flex: 0 0 300px;
    border: 1px solid #dedede;
}
.common_search-charter ul {
    width: 232px;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0 #d9d9d9;
    position: absolute;
    left: 0px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}
.common_search-charter ul > li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
}
.common_search-charter ul > li:hover {
    background-color: #F5F5F5;
}

.icon1 {
    width: 22px;
    height: 21px;
    background: url(../images/sprite.png) -257px -149px no-repeat;
    padding-bottom: 8px;
}
.icon2 {
    width: 23px;
    height: 19px;
    background: url(../images/sprite.png) -300px -145px no-repeat;
    padding-bottom: 12px;
}

.icon3 {
    width: 23px;
    height: 19px;
    background: url(../images/sprite.png) -338px -145px no-repeat;
    padding-bottom: 12px;
}
.icon4 {
    width: 23px;
    height: 19px;
    background: url(../images/sprite.png) -217px -145px no-repeat;
    padding-bottom: 12px;
}

.icon5 {
    width: 18px;
    height: 21px;
    background: url(../images/sprite.png) -374px -145px no-repeat;
    padding-bottom: 12px;
}

.icon6 {
    width: 18px;
    height: 21px;
    background: url(../images/sprite.png) -145px -145px no-repeat;
    padding-bottom: 12px;
}
/*search3*/
.index_nav_servicemenu {
    position: absolute;
    left:0;
    top: 120px;
}
.index_nav_servicemenu-wrapper {
    position: relative;
}
.search_container {
    width: 1226px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    padding-bottom: 167px;
}
.search_container_wrapper {
    width: 1100px;
    margin: 0 auto 0 auto;
    display: table;
    word-spacing: -1em;
    padding-top: 40px;
}
.search_container_wrapper-top {
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #2a2a2a;
    /*margin-bottom: 8px;*/
    display: inline-block;
    background-color: #FFFFFF;
    padding: 53px 79px 36px 79px;
    position: relative;
    border-top: 1px #f5f5f5 solid;
    border-bottom: 1px #f5f5f5 solid;
}
.search_container_wrapper-left {
    width: 792px;
    display: inline-block;
    background-color: #FFFFFF;
    vertical-align: top;
}
.search_container_wrapper-left-title {
    width: 490px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 49px auto 0 auto;
}
.search_container_wrapper-left-title div{
    text-align: center;
    font-size: 16px;
    color: #E34147;
    font-weight: 600;
    width: 240px;
    height: 39px;
    position: relative;
}
.search_container_wrapper-left-title span {
    display: inline-block;
}
.number-icon {
    background-color: #e3484e;
    width: 20px;
    height:20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 20px;
    margin-right: 10px;
}
.disble {
    background-color: #d8d8d8;
}
.search_container_wrapper-left-title div:first-child:after {
    position: absolute;
    left:0;
    bottom: 0;
    content: ' ';
    width: 240px;
    height: 10px;
    background-color: #e3484e;
    -webkit-border-radius:5px 0 0 5px;
    -moz-border-radius:5px 0 0 5px;
    border-radius:5px 0 0 5px;
}
.search_container_wrapper-left-title.title2 div:last-child:after {
    background-color: #d8d8d8;
}
.message-gray {
    color: #d8d8d8;
}
.search_container_wrapper-left-title div:last-child:after {
    position: absolute;
    left:0;
    bottom: 0;
    content: ' ';
    width: 240px;
    height: 10px;
    background-color: #e3484e;
    -webkit-border-radius:0 5px 5px 0;
    -moz-border-radius:0 5px 5px 0;
    border-radius:0 5px 5px 0;
}
.search_container_wrapper-right {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    background-color: #f7f7f7;
    margin-left: 8px;
}
.search_container_wrapper-left-loading {
    width: 73px;
    height:73px;
    margin: 76px auto 20px auto;
    background: url("../images/circle-bottom.png") center no-repeat;
}
.timer-icon {
    background: url("../images/timer-icon.png") center no-repeat;
    display: block;
    width: 25px;
    height:33px;
    padding-top: 39px;
    margin: 0 auto 0 auto;
}
.timer-icon.animation {
    animation: load 2s ease-in-out infinite;
}
@keyframes load{
    0% {
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}
.search_container_wrapper-left-msg {
    font-size: 14px;
    text-align: center;
}
.search_container_wrapper-left-back {
    width: 135px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
    color: #e44f55;
    font-size: 14px;
    border: 1px solid #e5585e;
    margin: 68px auto 336px auto;
    display: block;
    border-radius: 4px;
}
.search_container_wrapper-right-flag {
    width: 29px;
    height:52px;
    padding-top: 6px;
    background: url("../images/flag.png") center no-repeat;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 16px;
}
.search_container_wrapper-top-flag {
    position: absolute;
    left:5px;
    top:0px;
    width: 29px;
    height:52px;
    padding-top: 6px;
    background: url("../images/flag.png") center no-repeat;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 16px;
}
.search_container_wrapper-right ul {
    padding: 22px 22px 22px 44px;
}
.search_container_wrapper-right li {
    font-size: 16px;
    color: #656565;
    line-height:28px;
    list-style-type: disc;
}
.search_container_wrapper-right li a {
    color: #666;
    font-size: 14px;
}
.search_container_wrapper-top-title {
    font-size: 18px;
    color: #1d1d1d;
    font-weight:600;
}
.search_container_wrapper-top-red {
    color: #e33e44;
}
.search_container_wrapper-left-form {
    width: 508px;
    margin: 53px auto 0 auto;
}
.search_container_wrapper-left-form-checkbox {
    height: 40px;
    line-height:40px;
    background-color: #f7f7f7;
    color: #747273;
    font-size: 14px;
    padding-left:18px;
    text-align: left; display: none;
}
.search-radio1 ,.search-radio2{
    display: none;
    position: relative;
}
.search-radio1 + label, .search-radio2 + label {
    -webkit-appearance: none;
    /*background-color: #e3484e;*/
    background-color: #fff;
    border: 1px #ccc solid; width: 12px; height: 12px;
    padding: 6px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-left: 37px;
    margin-right: 10px;
    top: 2px;
}

.search-radio1:checked + label:after, .search-radio2:checked + label:after {
    content: ' ';
    width: 14px;
    height: 14px;
    border-radius: 50px;
    position: absolute;
    top: -1px;
    background: #fff; border: 4px #e3484e solid;
    left: -1px;
    font-size: 32px;
}
.search_container_wrapper-left-form-input1 {
    display: table; width: 508px;
}
.search_container_wrapper-left-form-input2{position: relative;}
.plus-btn{width: 100px; height: 30px; line-height: 30px; float: right; cursor: pointer;}
.plus-btn img{float: left; margin-right: 5px; vertical-align: middle; padding-top: 6px;}

.reduce-btn{float: right;
    position: absolute;
    bottom: 10px;
    right: -28px; cursor: pointer;}


.search_container_wrapper-left-form-input1 select{width: 250px;
    height: 36px; margin-top: 20px; border: 1px solid #dedede; font-size: 12px;}
.search_container_wrapper-left-form-person, .search_container_wrapper-left-form-name{
    display: inline-block;
    vertical-align: top;
    width: 250px;
    line-height:34px;
    font-size: 12px;
    color: #404040;
    border:1px solid #dedede;
    border-radius: 3px;
    padding-left: 10px;
    margin-top: 20px;
    word-spacing: 0;
    text-align: left;
    position: relative;
}
.search_container_wrapper-left-form-person::after {
    content: ' ';
    position: absolute;
    top: 14px;
    right: 10px;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
}
.search_container_wrapper-left-form-person ul {
    width: 248px;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0 #d9d9d9;
    position: absolute;
    left: 0px;
    z-index: 4;
    -moz-box-shadow:0px 5px 25px #dbdbdb;
    -webkit-box-shadow:0px 5px 25px #dbdbdb;
    box-shadow:0px 5px 25px #dbdbdb;
}
.search_container_wrapper-left-form-person ul > li {
    text-align: center;
    line-height:28px;
    font-size: 12px;
    cursor: pointer;
}
.search_container_wrapper-left-form-person ul > li:hover {
    background-color: #F5F5F5;
}

.search_container_wrapper-left-form-name {
    margin-left: 8px;
}
.search_container_wrapper-left-userinfo {
    display: table;
    word-spacing: -1em;
}
.search_container_wrapper-left-userinfo-input {
    display: inline-block;
    word-spacing: 0;
}
.search_container_wrapper-left-userinfo-tips {
    display: inline-block;
    word-spacing: 0;
    vertical-align: top;
    border: 1px solid #faf4f4;
    background-color: #fffcfd;
    width: 250px;
    font-size: 12px;
    text-align: left;
    padding: 17px;
    line-height: 24px;
    margin-left: 8px;
    margin-top: 52px;
    color: #666;
    position: relative;
}
.search_container_wrapper-left-userinfo-tips::before {
    position: absolute;
    content: ' ';
    left: 6px;
    top: 25px;
    width: 6px;
    height:6px;
    border-radius: 6px;
    background-color: #666666;
}
.search_container_wrapper {
    text-align: left;
}
.search_container_wrapper-left-userinfo-input-group {
    text-align: left;
    line-height: 28px;
    margin-top: 23px;
}
.search_container_wrapper-left-userinfo-input-group div {
    font-size: 12px; font-weight: bold;;
}
.search_container_wrapper-left-userinfo-input-group input{
    font-size: 14px;
    color: #5c5c5c;
    width: 250px;
    height: 34px;
    padding-left: 10px;
    line-height:34px;
    border:1px solid #dedede;
    border-radius: 3px;
}
.search_container_wrapper-left-form-submit {
    text-align: right;
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
    padding-bottom: 140px;
}
.temp, .refer{
    width: 133px;
    height:43px;
    border: 1px solid #e7585e;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    color: #e7585e;
    background-color: #FFFFFF;
    margin: 0 16px;
}
.refer.dist {
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    color: #FFFFFF;
}
/**/
.common_search {
    /*height: 90px;*/
    position: relative; margin-bottom: 10px;
}
.common_search form {
    height:44px;
    line-height: 44px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 716px;
    margin: 0 auto;
}
.common_search-area {
    width: 63px;
    background-color: #f2f3f5;
    color: #666666;
    border: 1px solid #dedede;
    border-radius: 2px 0 0 2px;
    cursor: pointer;
    font-size: 12px;
    text-align: left;
    padding-left: 10px;
    position: relative;
}
.common_search-area::after {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 20px;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
}
.common_search-input {
    width: 200px;
    margin-right: 8px;
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    border-radius: 0px 2px 2px 0px;
    padding-left: 22px;
    font-size: 14px;
}
.common_search-style {
    width: 310px;
    font-size: 14px;
    color: #cccccc;
    border-radius: 2px;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
}
.common_search-style::after {
    content: ' ';
    position: absolute;
    top: 18px;
    right: 86px;
    width: 11px;
    height: 7px;
    background: url(../images/sprite.png) -290px -195px no-repeat;
}
.common_search-style span {
    color: #666666;
    font-size: 14px;
    width: 78px;
    background-color: #F1F3F4;
    display: inline-block;
    float: right;
    text-align: center;
    height: 42px;
}
.common_search form button {
    flex: 1;
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    border-radius: 2px;
    border: 1px solid #e3484e;
    color: #FFFFFF;
    margin-left: 9px;
    position: relative;
}
.search_container_wrapper-form {
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
}
.search_form_icon {
    width: 56px;
    height:56px;
    background: url("../images/glasses.png") center no-repeat;
    margin: 0 auto 25px auto;
}
.search_form_text {
    font-size: 16px;
    color: #565252;
    margin:25px auto 23px auto;
}
.search_form_name {
    background-image: linear-gradient(-180deg, #2bb1c7 2%, #D92B32 100%);
    border-radius: 2px;
    width: 135px;
    height:44px;
    margin: 0 auto;
    line-height: 44px;
    position: relative;
}
.search_form_name a {
    color: #FFFFFF;
    font-size: 16px;
}
.search_form_name::after {
    content: ' ';
    background: url("../images/arrow.png") center no-repeat;
    width: 7px;
    height: 8px;
    position: absolute;
    right: 15px;
    top: 18px;
}

.search_form_example {
    width: 1100px;
    height: 240px;
    background-color: #FFFFFF;
    margin: 9px auto 0 auto;
    position: relative;
    text-align: center;
    border-top: 1px #f5f5f5 solid; display: none;
}

.search_form_example-flag {
    position: absolute;
    left:5px;
    top:0px;
    width: 29px;
    height:52px;
    padding-top: 6px;
    background: url("../images/flag.png") center no-repeat;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 16px;
}

.search_form_example-for {
    padding-top: 45px;
    padding-bottom: 20px;
    font-size: 14px;
}

.search_form_example-propose {
    display: table;
    word-spacing: -1em;
    margin: 0 auto;
    position: relative;
    left:-78px;
}
.search_form_example-propose-title {
    word-spacing: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
}
.search_form_example-propose-list {
    word-spacing: 0;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    color: #000; text-align: left;
}
.search_form_example-for b {
    font-size: 16px;
}
.wordred {
    color: #e3484e;
    font-size: 14px;
    margin: 0 10px;
}
.wordgreen {
    color: #82c751;
    font-size: 14px;
    margin: 0 10px;
}
.addleft {
    margin-left: 10px;
}
.addright {
    margin-right: 10px;
}
.search_container_wrapper-list {
    width: 1100px;
    margin: 0px auto 0 auto;
    background-color: #FFFFFF;
}
.search_container_wrapper-list-paginate {
    padding: 40px 50px 40px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
}
.search_container_wrapper-list-paginate select {
    border:1px solid #d8d8d8;
    padding: 3px 0;
    border-radius: 3px;
    margin: 0 10px;
    -moz-box-shadow:0px 1px 2px #D8D8D8;
    -webkit-box-shadow:0px 1px 2px #D8D8D8;
    box-shadow:0px 1px 2px #D8D8D8;
}
.search_container_wrapper-list-paginate input {
    width: 46px;
    border:1px solid #d8d8d8;
    padding: 4px 0 4px 4px;
    border-radius: 3px;
    margin: 0 4px 0 8px;
    -moz-box-shadow:0px 1px 2px #D8D8D8;
    -webkit-box-shadow:0px 1px 2px #D8D8D8;
    box-shadow:0px 1px 2px #D8D8D8;

}
.search_container_wrapper-list-paginate a {
    padding: 4px 8px;
    font-size: 12px;
    color: #8c8c8c;
    margin: 0 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search_container_wrapper-list-paginate a.on {
    color: #FFFFFF;
    background-color: #e3484e;
}

.search_container_wrapper-table {
    display: table;
    width: 1100px;
}
.search_container_wrapper-table th {
    background-color: #f3f3f3;
    height:39px;
    line-height:39px;
    color: #666666;
    font-size: 16px;
    text-align: center;
}
.search_container_wrapper-table th:first-child {
    text-align: left;
    padding-left: 40px;
}
.search_container_wrapper-table td{
    text-align: center;
    height: 82px;
    font-size: 15px;
    color: #666666;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}
.search_container_wrapper-table tbody tr:hover{
    -moz-box-shadow:0px 0px 15px #d9d9d9;
    -webkit-box-shadow:0px 0px 15px #d9d9d9;
    box-shadow:0px 0px 15px #d9d9d9;
}
.search_container_wrapper-table tr {
    position: relative;
    cursor: pointer;
}
.search_container_wrapper-table-tr {
    position: relative;
    border-bottom: 1px solid #eaeaea;
}
.search_container_wrapper-table-p p{
    text-align: left;
    padding-left: 40px;
    line-height: 28px;
}
.company-name {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
/*商标首页--start*/
.brand-content .brand-title{height: 68px; padding: 21px 0; border-bottom: 1px #d9d9d9 solid;}
.brand-content h2{height: 26px; line-height: 26px; font-size: 24px; padding-left: 10px; border-left: 4px #E34147 solid;}
.brand-content h2 a{float: right; font-size: 16px; color: #333;}
.brand-form{width: 100%; height: 112px; background: #f5f5f5; padding: 29px 0;}
.brand-form-box{width: 944px; height: 54px; margin: 0 auto;}
.brand-form h3{font-size: 36px; line-height: 54px; color: #333333; float: left;}
.brand-form form{float: left; margin-left: 15px;}
.brand-form-box .sousuo-text,.trade_mark-classify .sousuo-text {
    height: 52px;
    padding: 6px 7px;
    background: #fff;
    font-size: 16px;
    float: left; border: 1px #E34147 solid;
}
.brand-form-box .sousuo-btn,.trade_mark-classify .sousuo-btn {
    width: 220px;
    height: 52px;
    padding-left: 41px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    background: #E34147 url(../images/sousuo-btn-back.png) no-repeat 15px center;
    position: relative;
    top: 0px;
    left: -4px;
    float: left;
}
.brand-form-box .sousuo-text{ width: 565px;}
.brand-list-box,.index_brand_service,.index_trade,.index_patent,.index_copyright,.index_customer,.index_consult{width: 1226px; margin: 40px auto 0;}
.brand-list-box li{width: 228px; margin-left: 21.5px; border: 1px #d9d9d9 solid; float: left;}
.brand-list-box li:first-child{margin: 0;}
.brand-list-box li img.brand-list-img{display: block; width: 100%;}
.brand-list-box li div{border-top: 1px #d9d9d9 solid; background: #f5f5f5; text-align: center; padding: 10px 0;}
.brand-list-box li div h3{font-size: 20px; color: #333333; line-height: 30px}
.brand-list-box li div h4{font-size: 32px; color: #E34147;}
.brand-list-box li div h4 span{font-size: 16px;}
.brand-list-box li div img{margin: 5px auto; width: 16px;}
.brand-list-box li div p{font-size: 14px; color: #666;}
.brand-list-box li a.consult-btn{width: 100px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    margin: 10px auto;
    color: #fff;
    background: url(../images/xunjia-btn-back.png) repeat-x left top;
    border-radius: 5px;
    display: block;}
.service-list,.patent-list,.index_consult-list{margin-top: 10px;}
.service-list-left,.service-list-center,.service-list-right,.service-list-left-bottom .service-list-text,.patent-list-right{float: left;}
.service-list-left,.service-list-center,.service-list-right,.patent-list-right{ height: 441px; overflow: hidden;}
.trade-list,.copyright-list,.customer-list{margin-top: 10px;}
.trade-list ul{float: left; width: 810px;}
.trade-list ul li{width: 261px; height: 213px; margin-left: 13px; float: left; margin-top: 15px; position: relative; border: 1px #d9d9d9 solid;}
.trade-list ul li img{width: 130px;
    height: 107px;
    margin: 0px auto; padding-top: 50px;}
.trade-list ul li a{display: block; width: 100px; height: 32px; line-height: 32px; text-align: center; font-size: 14px; color: #fff; border-radius: 5px; background: url("../images/xunjia-btn-back.png") repeat-x top left; position: absolute; bottom: 20px; left: 50%; margin-left: -50px;}
.trade-list ul li:first-child,.trade-list ul li:first-child+li+li+li{margin-left: 0;}
.trade-list ul li:first-child,.trade-list ul li:first-child+li,.trade-list ul li:first-child+li+li{margin-top: 0;}
.copyright-list li{float: left; width: 228px; margin-left: 21px; position: relative;}
.copyright-list li:first-child{margin-left: 0;}
.copyright-list li p{    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 68px; font-size: 18px; color: #333; }
.copyright-list li a{display: block; width: 114px; height: 28px; line-height: 28px; text-align: center; font-size: 14px; color: #E34147; border: 1px #E34147 solid; border-radius: 5px; background: none; position: absolute; bottom: 20px; left: 50%; margin-left: -57px;}
.customer-list ul{width: 1200px; margin: 0 auto;}
.customer-list ul li{width: 240px; float: left; border-bottom: 1px #d9d9d9 solid; border-right: 1px #d9d9d9 solid; border-top: 1px #d9d9d9 solid; margin-top: -1px;}
.customer-list ul li img{margin: 0 auto;}
.customer-list ul li:first-child,.customer-list ul li:first-child+li+li+li+li+li{border-left: 1px #d9d9d9 solid;}
/*商标首页--end*/


/*商标交易--start*/
.trade_mark-box{margin-top: -1px;}
.trade_mark-banner{width: 100%; min-width: 1226px; margin: 0 auto; background: url("../images/trade_mark-banner.png") no-repeat top center;  height: 460px;}
.trade_mark-content{width: 1226px; margin: 30px auto;}
.trade_mark-classify li{float: left; width: 124px; height: 34px; line-height: 34px; text-align: center; margin: 0 12.2px 27px 0;}
.trade_mark-classify li.index-num{margin: 0 0 27px 0;}
.trade_mark-classify li a,.trade_mark-classify li span{display: block;}
.trade_mark-classify li a{ color: #666; padding-left: 10px; position: relative;}
.trade_mark-classify li a.hot{background: url("../images/trade_mark-classify-hot.png") no-repeat top right;}
.trade_mark-classify li span{float: left; width: 20px; height: 18px; line-height: 18px; background: #E34147; color: #fff; margin: 8px 0;}
.trade_mark-classify li:hover a,.trade_mark-classify li.active a{background: #f5f5f5 ; color: #E34147;}
.trade_mark-classify li:hover a.hot,.trade_mark-classify li.active a.hot{background: #f5f5f5 url("../images/trade_mark-classify-hot.png") no-repeat top right;}


.trade_mark-classify .sousuo{width: 780px; margin: 0 auto 30px;}
.trade_mark-classify .sousuo-text{width: 560px;}


.trade_mark-content h2 {
    font-size: 32px;
    color: #333;
    text-align: center;
    line-height: 40px;
    padding: 30px 0;
}
.trade_mark-content h2 img {
    width: 7px;
    height: 7px;
    margin: 0 10px;
    display: inline;
    vertical-align: middle;
}
.trade_mark-recommend{}
.trade_mark-recommend li{width: 138px; height: 86px; border: 1px #d9d9d9 solid; margin: 10px 7.6px; float: left;}
.trade_mark-recommend li a{display: block; position: relative;}
.trade_mark-recommend li img{margin: 0 auto; padding-top: 8px;}
.trade_mark-recommend li a{}
.trade_mark-recommend li img.trade_mark-recommend-img{position: absolute;
    right: 0; top: 0; padding: 0;}
.trade_mark-recommend li span{transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* Internet Explorer 9*/
    -moz-transform:rotate(60deg); /* Firefox */
    -webkit-transform:rotate(60deg); /* Safari 和 Chrome */
    -o-transform:rotate(60deg); /* Opera */ color: #fff;
     width: 36px; height: 36px; position: absolute; top: 0; right: 0; z-index: 999;}
.trade_mark-recommend li.index-num{margin: 0 10px 10px 10px;}
.trade_mark-online {
    height: 108px;
    padding: 30px 0 50px;
    width: 560px;
    margin: 0 auto;
}
.trade_mark-online a.trade_mark-online-zixun {
    height: 28px;
    width: 270px;
    text-align: center;
    line-height: 28px;
    background: #e34147;
    color: #fff;
    font-size: 18px;
    display: block;
    float: left;
    text-decoration: none;
}
.trade_mark-online p {
    line-height: 28px;
    float: left;
    margin-left: 10px;
    margin-top: 0;
    font-size: 18px; color: #666;
}
.trade_mark-online p a {
    color: #e34147;
}
.spread-alert-content {
    padding: 20px 20px;
}
.spread-alert-content1 ul {
    width: 356px;
    margin: 0 auto;
}
.spread-alert-content1 ul li {
    height: 44px;
    line-height: 44px;
    margin-top: 15px;
    font-size: 14px;
}
.spread-alert-content1 ul li span {
    width: 95px;
    display: block;
    float: left;
    text-align: right;
    margin-right: 10px;
    color: #333;
}
.spread-alert-content1 ul li span em {
    font-style: normal;
    color: #E34147;
    margin-right: 5px;
}
.spread-alert-content1 ul li input[type="text"] {
    width: 240px;
    height: 44px;
    padding: 6px 7px;
    border: 1px #f5f5f5 solid;
    border-radius: 5px;
    background: #fff;
}
.tarde_mark-submit-btn {
    width: 240px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #E34147;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    margin: 50px auto 0;
    font-size: 15px;
    color: #FFFFFF;
}
/*.background{}*/
.tel-consult{width: 272px; height: 50px; line-height: 50px; text-align: center; color: #fff; font-size: 24px; display: block; background: url("../images/tel-consult-back.png") repeat-x; margin: 30px auto 50px;}
.tel-consult:hover{color: #fff9f9;}
.trade_mark-procedure-text li{text-align: center; line-height: 24px; margin-top: 10px; font-size: 18px; color: #333;}
.trade_mark-procedure-text li img{margin-right: 10px; position: relative; top: 2px; display: inline; width: 18px;}
.trade_mark-procedure-list{padding: 50px 0 20px;}
.trade_mark-procedure-list li{float: left; width: 184px; position: relative; background: url("../images/trade_mark-procedure-icon.png") no-repeat 23px 40px; padding-left: 62px;}
.trade_mark-procedure-list li:first-child{background: none; padding: 0; width: 122px;}
.trade_mark-procedure-list li img{width: 100px; margin: 0 auto;}
.trade_mark-procedure-list li p{font-size: 18px; color: #333; line-height: 25px; text-align: center; margin-top: 20px;}

.trade_mark-superiority h3{font-size: 18px;
    color: #333333;
    line-height: 24px; text-align: center; font-weight: normal;}
.trade_mark-superiority-list{margin-top: 18px;}
.trade_mark-superiority-list li{width: 230px; margin-left: 42.7px; float: left;}
.trade_mark-superiority-list li:first-child+li+li{width: 365px;}
.trade_mark-superiority-list li img{margin: 0 auto;}
.trade_mark-superiority-list li h4{font-size: 24px; line-height: 30px; margin-top: 10px; display: none;}
.trade_mark-superiority-list li p{font-size: 18px; color: #151515; line-height: 36px; margin-top: 10px;}
.trade_mark-superiority-list li p span{font-size: 24px;
    color: #E34147;}
/*商标交易--end*/


/*商标搜索列表页--start*/
.breadcrumb {
    overflow: hidden;
    width: 100%;
    height: auto;
}
.breadcrumb .interval {
    width: 17px;
    text-align: center;
}
.breadcrumb li {
    margin: 15px 0;
}

.breadcrumb li,
.breadcrumb a {
    float: left;
    font-size: 12px;
    color: #666;
    height: 20px;
    line-height: 20px;
}
.breadcrumb .active {
    color: #aaa;
}
.floatleft {
    float: left;
}
.provider-list {
    padding: 0 18px;
    margin-bottom: 40px;
    border: 1px solid #eee;
    font-size: 12px;
    color: #666;
}

.provider-list .active,
.provider-list .active a {
    color: #E34147!important;
}

.provider-list>ul>li {
    width: 100%;
    border-bottom: 1px dotted #eee;
}

.provider-list .list-title {
    padding: 11px 0 11px 10px;
    line-height: 20px;
    width: 90px;
}

.provider-list .list-detail {
    padding: 11px 0;
    width: 83.5%;
    line-height: 20px;
}

.provider-list .list-detail li {
    float: left;
    margin-right: 5px;
    font-family: sans-serif;
}

.provider-list .list-detail li select {
    width: 160px;
    color: #666;
    height: 30px; border: 1px #999 solid;
}

.provider-list .list-section {
    width: 83.5%;
    margin: 0 0 0 90px;
    background: #f5f5f5;
}

.provider-list .list-section ul {
    padding: 10px 3px;
}

.provider-list .list-section ul li {
    float: left;
    line-height: 20px;
    margin: 0 15px;
    color: #666;
}

.provider-list .list-section ul li a {
    color: #666;
}

.provider-list .list-section ul li a.disabled {
    color: #aaa;
}

.provider-list .list-section ul li a:hover,
.provider-list .list-section ul li a.disabled:hover {
    color: #E34147;
}

.provider-list .list-m {
    padding-left: 19px;
}

.provider-list .list-m li {
    margin-right: 20px;
}

.provider-list .list-m li a {
    color: #666;
}
.provider-list .list-m li a {
    display: inline-block;
    margin: 0 10px;
}
.provider-list .list-m li a:hover,
.provider-list .list-m li a.disabled:hover {
    color: #E34147;
}

.provider-list .list-m li a.disabled {
    color: #aaa;
}
.provider-list .list-detail li.k-search {
    position: relative;
    line-height: 40px; margin: 5px 0;
}
.provider-list .list-m li {
    margin-right: 20px;
}
.provider-list .list-detail li {
    float: left;
    margin-right: 5px;
    font-family: sans-serif;
}
.provider-list .list-detail li.k-search .k-input {
    padding: 0 10px;
    margin-right: 20px;
    width: 160px;
    height: 30px;
    font-size: 12px; border: 1px #999 solid;
}
.provider-list .list-detail li.k-search .k-submit {
    width: 40px;
    height: 28px;
    line-height: 28px;
    float: left;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    right: 17px;
    background: transparent url(../images/breadcrumb.png) no-repeat scroll 12px -206px;
    border: none;
    font-size: 0;
}

.tm-list li{
    border:1px solid #ccc;
    width:228px;height:240px;
    float:left;
    margin-right: 21px;
    margin-bottom: 20px;
    padding: 10px 13px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.tm-list li:hover {
    box-shadow:0px 0px 8px #E34147;
}
.tm-list li:nth-child(5n+5) {
    margin-right: 0;
}
.tm-list li .provider-img {
    width: 100%;
    height: 141px;
    margin-bottom: 20px;
    overflow: hidden;
    border: 1px solid #f5f5f5;
    text-align: center;
}
.tm-list li .provider-img img {
    width: 100%;
}
.tm-list li .title {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}
.tm-list li .text {
    font-size: 12px;
    color: #999;
    width: 160px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
table.search{margin:10px 0;width:100%;}
table.search td{
    padding: 5px;border-bottom: 1px solid #eee;
}
.provider-list .list-m li a {
    display: inline-block;
    margin: 0 10px;
}
.curritem{
    color: #E34147;
    margin: 0 10px;
}
/*商标搜索列表页--end*/



























