/*
-------------  logo文件  -------------
*/

.logobox {
    margin-left: 0px;
    float: left;
}

.logobox i {
    color: #ffffff;
    font-size: 36px;
}

.header .logobox i {
    color: #d6231d;
}

.logoboxdesc {
    color: #ffffff;
    font-size: 13px;
    line-height: 50px;
    width: 96px;
    padding-left: 12px;
    float: left;
}

.header .logoboxdesc {
    color: #333333;
}

#menu ul li a.active {
    color: #ffffff;
    background: none;
    font-weight: bold;
}

.header #menu ul li a.active {
    color: #000000;
}

.navbar-brand {
    padding: 15px 0px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #000000;
    background: none;
}

.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, .80);
    font-size: 14px;
    padding: 15px 24px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    opacity: .48;
}

.header .navbar-default .navbar-nav>li>a {
    color: #555555;
}

.header .navbar-default .navbar-nav>li>a:hover {
    color: #000000;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-fixed-top {
    padding: 6px 0px;
    border-width: 0px;
}

.headerbtnbox {
    width: auto;
    min-height: 1px;
    float: right;
    margin-top: 9px;
}

.headerbtnbox-btn-register {
    background-color: #49ae1e;
    color: #ffffff !important;
}

.headerbtnbox-btn {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    float: right;
}

.headerbtnbox-btn a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 32px;
    color: rgba(255, 255, 255, .64);
    padding: 0px 16px;
    background-color: rgba(255, 255, 255, .08);
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
}

.headerbtnbox-btn a:hover {
    background-color: rgba(255, 255, 255, .36);
    color: #ffffff;
}

.headerbtnbox-btn .apply {
    margin-left: 8px;
    color: #ffffff !important;
    background-color: #d6231d !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.headerbtnbox-btn .apply:hover {
    background-color: #b4140f !important;
}

.header .headerbtnbox-btn a {
    color: #555555;
    background-color: rgba(0, 0, 0, .08);
}

.header .headerbtnbox-btn a:hover {
    background-color: rgba(0, 0, 0, .16);
    color: #333333;
}

.headerbtn_search {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    float: right;
    margin-right: 4px;
}

.headerbtn_search a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 32px;
    color: rgba(255, 255, 255, .64);
    padding: 0px 16px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
}

.headerbtn_search a:hover {
    background-color: rgba(255, 255, 255, .08);
    color: #ffffff;
}

.header .headerbtn_search a {
    color: #555555;
}

.header .headerbtn_search a:hover {
    background-color: rgba(0, 0, 0, .08);
    color: #333333;
}

.headerbtnbox-line {
    width: 1px;
    height: 14px;
    background-color: rgba(255, 255, 255, .12);
    margin: 10px 12px 0px 12px;
    float: right;
}

.header .headerbtnbox-line {
    background-color: rgba(0, 0, 0, .12);
}

.navbar-staticbg {
    padding: 29px 0px 5px 0px;
    /* transition: background .3s ease; */
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background: none !important;
}

#header .navbardown {
    background-color: #ffffff !important;
    margin-top: 0px !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 5px 0px;
    box-shadow: rgb(2 80 158 / 14%) 0px 0px 32px;
}

#header .navbardown .headmenu a {
    color: #555555;
}

#header .navbardown #menu ul li a.active {
    color: #000000;
}

#header .navbardown .headerbtnbox-line {
    background-color: rgba(0, 0, 0, .12);
}

#header .navbardown .headerbtn_search a {
    color: #555555;
}

#header .navbardown .headerbtn_search a:hover {
    background-color: rgba(0, 0, 0, .08);
    color: #333333;
}

#header .navbardown .headerbtnbox-btn a {
    color: #555555;
    background-color: rgba(0, 0, 0, .08);
}

#header .navbardown .headerbtnbox-btn a:hover {
    background-color: rgba(0, 0, 0, .16);
    color: #333333;
}

#header .navbardown .logobox i {
    color: #d6231d;
}

#header .navbardown .logoboxdesc {
    color: #333333;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, .16);
}

#header .navbardown .icon-bar {
    background-color: #333333;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
}


/*
-------------  公用库文件  -------------
*/

.header {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    position: relative;
    padding-top: 84px;
}

.header_dark {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    position: relative;
}

#header {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

#slidehome {
    width: 100%;
    height: 680px;
    background-color: #5446ca;
}

#swiper-slide1 {
    /* background: url("/images/data/banner/bner1.jpg") right center;
    background-repeat: no-repeat;
    background-size: auto 100%; */
    background-color: #5447ca;
}

#swiper-slide2 {
    /* background: url("/images/data/banner/bner2.jpg") right center;
    background-repeat: no-repeat;
    background-size: auto 100%; */
    background-color: #2446c3;
}

#swiper-slide3 {
    /* background: url("/images/data/banner/bner3.jpg") right center;
    background-repeat: no-repeat;
    background-size: auto 100%; */
    background-color: #5447ca;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0px !important;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0px !important;
    left: auto;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .06 !important;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 64px !important;
    height: 64px !important;
    margin-top: -32px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 64px !important;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    background-size: 36px 36px !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: rgba(255, 255, 255, .80);
}


/* .swiper-button-next:hover{
	background-image: url("/libs/swiper/img/left_hover.png");
}
.swiper-button-prev:hover{
	background-image: url("/libs/swiper/img/right_hover.png");
} */


/* 幻灯片切换按钮 */

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 0px !important;
    background: rgba(255, 255, 255, .16);
    opacity: .8;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff;
}


/* 首页banner */

.slidehome {}

.slidehome_mainbox {
    width: 100%;
    height: 100%;
    position: relative;
}

.slidehome_main {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -120px;
}

.slidehome_maintext {
    margin-bottom: 64px;
}

.slidehome_mainsubtitle {
    width: 100%;
    color: rgba(255, 255, 255, .24);
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

.slidehome_maintitle {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    line-height: 64px;
    margin-bottom: 2px;
}

.slidehome_maintitle span {
    display: block;
    float: left;
}

.slidehome_maintitle_cn {
    font-size: 56px;
}

.slidehome_maintitle_en {
    font-size: 48px;
    text-transform: uppercase;
    display: none !important;
}

.slidehome_maindesc {
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, .88);
    text-align: center;
}

.slidehome_mainbtn {
    width: 100%;
    padding: 12px 0px;
}

.slidehome_mainbtn .btn_public_s2 {
    float: left;
    margin-right: 16px;
}

.slidehome_mainbtn .btn_public_s3 {
    float: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 36px !important;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, .64) !important;
}

.swiper-pagination-bullet-active {
    background: #ffffff !important;
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
}


/* 首页banner end*/

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    /* display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: 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; */
}

.sitemain {}

.title-bxo {
    padding: 30px 0px 48px 0px;
}

.title-bxo span {
    display: block;
}

.title-bxo2 {
    padding: 30px 0px 60px 0px;
}

.title-bxo2 span {
    display: block;
}

.title-bxo-maintitle {
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.title-bxo-subtitle {
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    text-align: center;
}

.mainbox-home {}

.process-home-img {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
}

.process-home-img img {
    max-height: 248px;
}

.website-list {
    border-top: 1px solid #f2f2f2;
}

.home-paddingud {
    padding: 60px 0px;
}

.home-paddingud2 {
    padding: 30px 0px;
}

.homebg-s1 {
    background-color: #ffffff;
}

.homebg-s2 {
    background-color: #f4f4f4;
}

.mainfunction {
    /* border-bottom: 1px solid #f2f2f2; */
    padding: 60px 0px 96px 0px;
}

.mainbox_function {}

.mainbox_functionbox {
    padding: 20px;
    display: block;
    margin-bottom: 24px;
}

.mainbox_function_img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.mainbox_function_img img {
    width: 48px;
    height: 48px;
}

.mainbox_function_text {
    width: 100%;
    text-align: center;
}

.mainbox_function_ttitle {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
    text-align: center;
}

.mainbox_function_tdesc {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    margin-top: 14px;
    display: block;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}


/*
-------------  数字末本  -------------
*/

.home_numb {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
}

.home_numbmain {
    padding: 64px 0px 0px 0px;
}

.home_numbbox {
    padding: 20px 0px 0px 0px;
}

.home_numballinfo {
    padding: 20px 0px 0px 0px;
    margin-bottom: 4px;
}

.home_numballinfo span {
    display: block;
    float: left;
}

.home_numbt1 {
    font-size: 48px;
    line-height: 64px;
    color: #333333;
    font-weight: bold;
    font-family: Barlow, Arial, Helvetica, sans-serif !important;
}

.home_numbt2 {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-top: -44px;
}

.home_numbt3 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: 28px;
    font-family: Barlow, Arial, Helvetica, sans-serif !important;
}

.home_numbdesc {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    text-align: center;
}


/*
-------------  列表  -------------
*/


/* tab */

.data-tab-box {}


/* list */

.data-list-box {
    padding: 48px 0px 0px 0px;
}

.data-list-box2 {
    padding: 24px 0px 0px 0px;
}

.data-listtab {}

.tab-content>.active {
    animation: websitelist 0.5s forwards;
}

@keyframes websitelist {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.data-list-boxlist {}

.data-list-websitebox {
    padding: 0px 0px 36px 0px;
    background: none;
}

.data-list-websitebox:hover .data-list-websiteboxlink {
    box-shadow: 0px 0px 48px rgba(15, 67, 131, .16);
    -moz-box-shadow: 0px 0px 48px rgba(15, 67, 131, .16);
    -webkit-box-shadow: 0px 0px 48px rgba(15, 67, 131, .16);
}

.data-list-websiteboxlink {
    width: 100%;
    position: relative;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.data-list-websiteboxlink a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.data-list-websiteboxlink a:hover {}

.data-list-websiteboxlink a img {
    width: 100%;
}

.data-list-websiteboxlink:hover .data-list-websitebox-img-linkinfo {
    opacity: 1;
    bottom: 15px;
}

.data-list-websitebox-img-linkinfo {
    width: 80%;
    min-height: 1px;
    overflow: hidden;
    position: absolute;
    left: 10%;
    bottom: 0px;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    /* -moz-transition: ease all 0.55s;
    -o-transition: ease all 0.55s;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s; */
    opacity: 0;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.data-list-websitebox-img-linkinfo-btn {
    width: 100%;
    height: 40px;
    /* overflow: hidden; */
    box-shadow: 0px 24px 48px rgba(15, 67, 131, .24);
    -moz-box-shadow: 0px 24px 48px rgba(15, 67, 131, .24);
    -webkit-box-shadow: 0px 24px 48px rgba(15, 67, 131, .24);
}

.data-list-websitebox-img-linkinfo-btn a {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #ffffff;
    border-radius: 0px;
}

.articlemain .data-list-websitebox-img-linkinfo-btn a {
    width: 100% !important;
}

.data-list-websitebox-img-linkinfo-btn a:hover {
    background-color: #0a57c1 !important;
}

#data-preview {
    background-color: #d6231d;
}

#data-ontrial {
    background-color: #058de3;
}

#data-details {
    background-color: #4b6b7fad;
}

.data-list-websitebox-content {}

.data-list-websitebox-content-title {
    padding: 12px 0px 24px 0px;
}

.data-list-websitebox-content-title-main {
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #000000;
}

.data-list-websitebox-content-title-sub {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.data-list-websitebox-content-other {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.data-list-websitebox-content-other-number {
    font-size: 12px;
    color: #bebebe;
    float: left;
    margin-top: 3px;
}

.data-listmorebtn {}

.data-listmorebtn a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    margin: 36px 0px 64px 0px;
}

.data-list-boxpaging {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin-top: 48px;
}

.data-list-boxpaging ul {
    padding: 0;
}

.data-list-boxpaging ul li {
    list-style: none;
    margin-right: 10px;
}

.data-list-boxpaging ul li a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0px 16px;
    line-height: 36px;
    font-size: 12px;
    color: #666666;
    background-color: #ffffff;
}

.data-list-boxpaging ul li a:hover {
    background-color: #49ae1e;
    color: #ffffff;
}

.data-list-boxpaging ul li a.active {
    background-color: #49ae1e;
    color: #ffffff;
}

.data-list-boxpaging ul li a.disabled {
    background-color: #F2F2F2;
    color: #999999;
}

.data-list-boxpaging ul li span {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    padding: 0px 16px;
    line-height: 36px;
    font-size: 12px;
    color: #666666;
    margin-right: 10px;
}

.nav-tabs {
    border-bottom: none;
}

#tab-datalist>li>a {
    position: relative;
    display: block;
    padding: 0px 32px;
    margin-right: 0px;
    line-height: 48px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    color: #999999;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
}

#tab-datalist>li>a:hover {
    background-color: #d6231d;
    color: #ffffff;
}

#tab-datalist>li.active>a,
#tab-datalist>li.active>a:hover,
#tab-datalist>li.active>a:focus {
    color: #ffffff;
    border: none;
    background-color: #d6231d;
}


/*
-------------  emo sloganbox  -------------
*/

.sloganmain {
    padding: 100px 0px;
    background-color: #5447ca;
    width: 100%;
}

.sloganbox {
    width: 100%;
}

.sloganbox_text {
    width: 100%;
    padding: 24px 0px 0px 0px;
}

.sloganbox_ttitle {
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
}

.sloganbox_tdesc {
    width: 64%;
    font-size: 14px;
    color: rgba(255, 255, 255, .64);
    line-height: 22px;
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 28px 0px 0px 0px;
}

.sloganbox_btn {
    width: 100%;
    padding: 48px 0px 24px 0px;
}

.sloganbox_btn a {
    padding: 0px 36px;
}

.slogan-logo {
    margin-bottom: 48px;
    text-align: center;
}

.slogan-logo img {
    height: 40px;
}

.slogan-text {
    text-align: center;
}

.slogan-text span {
    display: block;
}

.slogan-text-t1 {
    font-size: 32px;
    line-height: 60px;
    color: #000000;
}

.slogan-text-t2 {
    font-size: 16px;
    line-height: 24px;
    color: #999999;
}


/*
-------------  底部区域  -------------
*/

#footer {
    /* background-color: #293037; */
}

.footerbox {
    padding: 60px 0px;
}

.footerbox-main {}

.footerbox-copyright {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    text-align: center;
    margin-top: 120px;
}

.footerbox-copyright a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
    color: #333333;
}

.footerbox-copyright a:hover {
    color: #ffffff;
}

.footerbox-main-logo {
    margin-bottom: 16px;
}

.footerbox-main-logo i {
    color: #d7231d;
    font-size: 64px;
    line-height: 64px;
}

.footerbox-mainbox {}

.footerbox-main-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    font-weight: bold;
}

.footerbox-main-text {
    color: #666666;
    font-size: 12px;
}

.footerbox-main-text span {
    display: block;
}

.footerbox-main-text-t1 {
    line-height: 20px;
    margin-bottom: 30px;
}

.footerbox-main-text-t2 {
    line-height: 24px;
}

.footerbox-main-list {}

.footerbox-main-list ul {
    padding: 0;
}

.footerbox-main-list ul li {
    list-style: none;
}

.footerbox-main-list ul li a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 32px;
    color: #444444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footerbox-main-list ul li a:hover {
    color: #d7231d;
}

.footerbox-main-message {}

.footerbox-main-message-inputbox {
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #e7e7e7;
}

.footerbox-main-message-inputbox-input {
    padding: 6px 0px;
}

.footerbox-main-message-inputbox-input input {
    background: none;
    border: none;
    width: 100%;
    font-size: 12px;
    line-height: 36px;
    color: #333333;
}

.footerbox-main-message-inputbox-input input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

.footerbox-main-message-inputbox-input input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

.footerbox-main-message-inputbox-input input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

.footerbox-main-message-inputbox-input input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

.footerbox-main-message-type {
    font-size: 12px;
    color: #666666;
    line-height: 48px;
    width: 40px;
}

.footerbox-main-message-textareabox {
    width: 100%;
    min-height: 1px;
    border-bottom: 1px solid #e7e7e7;
}

.footerbox-main-message-textarea {
    height: 100px;
}

.footerbox-main-message-textarea textarea {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    padding: 14px 0px;
}

.footerbox-main-message-btnbox {
    margin-top: 10px;
}

.footerbox-main-message-btnbox a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    color: #333333;
    text-align: center;
    line-height: 40px;
    border: 1px solid #48ae1e;
}

.footerbox-main-message-btnbox a:hover {
    border: 1px solid #48ae1e;
    background-color: #48ae1e;
    color: #ffffff;
}

.subfooter {
    overflow: hidden;
}

.subfooter .sloganmain {
    display: none;
}


/*
-------------  banner  -------------
*/

.banner-subpage-shop {
    width: 100%;
    min-height: 1px;
    padding: 48px 0px;
}


/*
-------------  详情页面样式  -------------
*/

#data_relateditem {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 30px 0px 0px 0px;
}

.commodityinfobox table tbody tr {
    /* vertical-align:top; */
}

.commodityinfobox table tbody tr td {
    padding: 8px 0px;
}

.commodityinfobox_describe {}

.commodityinfobox_describe_title {
    font-size: 22px;
    color: #343434;
    line-height: 36px;
}

.commodityinfobox_describe_subtitle {
    font-size: 13px;
    color: #b2b2b2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.commodityinfo {
    padding: 60px 0px;
}

.commodityinfobox_line {
    border-bottom: 1px solid #ececec;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.commodityinfo_text1 {
    width: 100%;
    font-size: 13px;
    margin-right: 18px;
    text-align: left;
    font-weight: 100;
    color: #999999;
    width: 100%;
}

.commodityinfo_text2 {
    font-size: 12px;
    color: #666666;
}

.commodityinfo_text2_width {
    width: 46% !important;
}

.commodityinfo_text2 a {
    width: auto;
    min-height: 1px;
    float: left;
    display: block;
    border: 1px solid #cccccc;
    color: #666666;
    text-align: center;
    margin-right: 4%;
}

.commodityinfo_text2 a:hover {
    border: 1px solid #2c6fc9;
    color: #2c6fc9;
}

.commodityinfo_text2 a.active {
    border: 1px solid #2c6fc9;
    color: #2c6fc9;
}

.commodityinfo_text2 a:focus {
    border: 1px solid #2c6fc9;
    color: #2c6fc9;
}

.commodityinfo_text2 a span {
    display: block;
}

.commodityinfo_text2_t1 {
    font-size: 14px;
    line-height: 28px;
    margin-top: 12px;
}

.commodityinfo_text2_t2 {
    font-size: 12px;
    color: #aeaeae;
    line-height: 18px;
    margin-bottom: 12px;
}

.commodityinfo_text2_t3 {
    font-size: 12px;
    color: #666666;
    line-height: 32px;
    padding: 0px 16px;
}

.commodityinfo_text2 select {
    width: 100%;
    height: 36px;
    line-height: 18px;
    font-size: 12px;
    border: 1px solid #ececec;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.commodityinfo_textnumber {
    font-size: 24px;
    line-height: 16px;
    color: #de1111;
}

.commodityinfobox_ontrial {
    margin-top: 8px;
}

.commodityinfobox_ontrial a {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    background: #49ae1e;
    display: block;
    border-radius: 3px;
}

.commodityinfobox_ontrial a:hover {
    background: #2c6fc9;
}

.commoditydetails {
    padding: 30px 0px;
}

.commoditydetails_tab {}

.commoditydetails_tab ul {
    width: auto;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: 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;
}

.commoditydetails_tab ul li {
    list-style: none;
}

.commoditydetails_tab ul li a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 48px;
    color: #666666;
    padding: 0px 24px;
    border-bottom: 1px solid #ffffff;
    margin: 0px 5px;
}

.commoditydetails_tab ul li a:hover {
    color: #000000;
    border-bottom: 1px solid #49ae1e;
}

.commoditydetails_tab ul li a.active {
    color: #000000;
    border-bottom: 1px solid #49ae1e;
}

#tabdetails>li.active>a,
#ttabdetails>li.active>a:hover,
#ttabdetails>li.active>a:focus {
    color: #000000;
    border-bottom: 1px solid #49ae1e;
}

.commoditydetails_main {
    padding: 60px 0px;
}

.displayeffect {
    position: relative;
}

.displayeffectbox {
    width: 88%;
    margin-top: 8%;
}

.displayeffect-boximg {}

.displayeffect-boximg a {
    width: 100%;
    height: 100%;
    display: block;
}

.displayeffect-boximg a img {
    width: 100%;
}

.displayeffect-boximg:hover .displayeffectbtn {
    display: block;
}

.displayeffectbtn {
    width: 88%;
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    margin-top: -60px;
}

.displayeffectbtn a {
    width: 32%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: #2c6fc9;
    display: block;
    border-radius: 3px;
    margin: 0 auto;
}

.displayeffectbtn a:hover {
    background: #49ae1e;
}


/*---------------------
详情评价
---------------------*/

.details_messageBox {
    width: auto;
    min-height: 1px;
    background-color: #ffffff;
}

.details_message_commentlfillin {
    width: auto;
    min-height: 1px;
    border-bottom: 1px solid #eeeeee;
}

.details_message_commentlfillinbox {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    margin: 0px 0px 30px 0px;
}

.details_message_commentlfillin_textarea {
    width: 100%;
    min-height: 100px;
    background-color: #f4f4f4;
    border: 1px solid #dddddd;
    padding: 10px 20px;
    overflow: hidden;
}

.details_message_commentlfillin_textarea textarea {
    width: 86%;
    background: none;
    border: none;
    float: left;
    overflow: hidden;
    height: 100%;
    font-size: 14px;
    line-height: 24px;
}

.details_message_commentlfillin_textarea_Notes {
    width: 14%;
    min-height: 1px;
    float: left;
    font-size: 12px;
    color: #999999;
    text-align: right;
    line-height: 32px;
}

.details_message_commentlfillin_other {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    margin-top: 16px;
}

.details_message_commentlfillin_otherface {
    float: left;
}

.details_message_commentlfillin_otherface a {
    width: auto;
    min-height: 1px;
    line-height: 36px;
    display: block;
}

.details_message_commentlfillin_otherface a:hover {}

.details_message_commentlfillin_otherbtn {
    float: right;
}

.details_message_commentlfillin_otherbtn a {
    width: 100px;
    min-height: 1px;
    line-height: 36px;
    display: block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background-color: #2c6fc9;
}

.details_message_commentlfillin_otherbtn a:hover {
    background-color: #49ae1e;
}

.details_message_commenttitle {
    width: auto;
    min-height: 1px;
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}

.details_message_commentlist {
    width: auto;
    min-height: 1px;
}

.details_message_commentbox {
    width: auto;
    min-height: 1px;
}


/*鍒楄〃鏍峰紡*/

.details_messagelist_box {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    /*border-bottom:1px solid #f1f1f1; */
    padding: 10px 0px 30px 0px;
}

.details_messagelist_main {
    width: 100%;
    min-height: 1px;
}

.details_messagelist_main_head {
    width: 48px;
    height: 48px;
    float: left;
}

.details_messagelist_main_head a {
    width: 100%;
    height: 100%;
    display: block;
}

.details_messagelist_main_head a:hover {}

.details_messagelist_main_head a img {
    width: 48px;
    height: 48px;
    -moz-border-radius: 360px;
    -webkit-border-radius: 360px;
    border-radius: 360px;
}

.details_messagelist_main_content {
    width: auto;
    min-height: 1px;
    padding-left: 20px;
    display: flow-root;
}

.details_messagelist_main_contentup {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    padding: 2px 0px 12px 0px;
    display: inline-block;
}

.details_messagelist_main_contentup span {
    display: block;
    float: left;
}

.details_messagelist_main_name {
    width: auto;
    min-height: 1px;
    font-size: 14px;
    font-weight: bold;
}

.details_messagelist_main_time {
    width: auto;
    min-height: 1px;
    font-size: 12px;
    color: #bbbbbb;
    margin-left: 20px;
}

.details_messagelist_main_contentdown {
    width: auto;
    min-height: 1px;
    display: table;
    line-height: 24px;
}


/*   end*/

.details_message_commentbtn {
    width: auto;
    min-height: 1px;
    padding: 0px 0px 36px 0px;
}

.details_message_commentbtn a {
    width: 164px;
    min-height: 1px;
    display: block;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    color: #d17100;
    margin: 0 auto;
}

.details_message_commentbtn a:hover {
    color: #000000;
}

.details_messagelist_ico {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    border-bottom: 1px solid #f1f1f1;
    padding: 10px 0px 30px 0px;
}

.details_messagelist_messageico {
    width: auto;
    min-height: 1px;
    float: right;
    margin-right: 16px;
}

.details_messagelist_messageico a {
    width: auto;
    min-height: 1px;
    display: block;
    line-height: 24px;
}

.details_messagelist_messageico a img {
    height: 18px;
}

.details_messagelist_messageico a:hover {}

.details_messagelist_likeico {
    width: auto;
    min-height: 1px;
    float: right;
}

.details_messagelist_likeico a {
    width: auto;
    min-height: 1px;
    display: block;
    line-height: 24px;
}

.details_messagelist_likeico a img {
    width: 18px;
}

.details_messagelist_likeico a:hover {}

.details_messagelist_likeico a span {
    font-size: 12px;
    color: #666666;
    line-height: 18px;
}


/*
-------------  详情页面样式 end  -------------
*/

.templatepage_tbox {
    width: 100%;
    min-height: 1px;
    padding: 4px 0px 4px 0px;
}

.templatepage_tbox .title-bxo {
    padding: 32px 0px 48px 0px;
}

.templatepage_tbox .title-bxo-subtitle {
    line-height: 22px;
}

.templatepage_main {
    width: 100%;
    margin-bottom: 100px;
}

.templatepage_leftnav {
    width: 20%;
    float: left;
    /* padding-right: 4%; */
    margin-right: 4%;
}

.templatepage_temlist {
    width: 76%;
    float: left;
    padding-right: 4%;
}

.templatepage_doclist {
    width: 76%;
    float: left;
    padding-right: 8%;
}


/*
-------------  模板页面  -------------
*/


/*
-------------  模板页面 end  -------------
*/


/*
-------------  帮助中心  -------------
*/

.helpcenterpage {
    width: 100%;
    height: 480px;
    background-color: #2446c3;
    margin-bottom: 64px;
}

.helpcenterpagebox {
    width: 100%;
    padding-top: 148px;
}

.helpcenterpage_title {
    font-size: 48px;
    line-height: 126px;
    color: #fff;
    width: 100%;
    text-align: center;
}

.helpcenterpage_searchbox {
    width: 64%;
    min-height: 1px;
    overflow: hidden;
    margin: 0 auto;
}

.helpcenterpage_search {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    background-color: #ffffff;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    position: relative;
}

.helpcenterpage_search input {
    width: 80%;
    line-height: 48px;
    font-size: 14px;
    color: #333333;
    padding: 6px 0px;
    background: none;
    border: none;
    padding-left: 36px;
}

.helpcenterpage_search button {
    width: 80px;
    height: 60px;
    padding: 6px 0px;
    color: #a9a9a9;
    background: none;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.helpcenterpage_search button i {
    line-height: 48px;
    font-size: 14px;
}

.helpcenterpage_search button:hover {
    background-color: #d6231d;
    color: #ffffff;
}

.helpcenterpage_other {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 24px 0px;
}

.helpcenterpage_otherbox {
    width: auto;
    min-height: 1px;
    overflow: hidden;
}

.helpcenterpage_otherbox a {
    width: auto;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: rgba(255, 255, 255, .48);
    padding: 0px 12px;
}

.helpcenterpage_otherbox a:hover {
    color: #ffffff;
}


/*
-------------  帮助中心 end  -------------
*/


/*
-------------  帮助中心  -------------
*/

.doclist {
    width: 100%;
}

.doclistbox {
    width: 100%;
    padding: 20px 0px;
}

.doclistmain {
    width: 100%;
}

.doclistmain a {
    width: 100%;
    display: block;
    padding-bottom: 52px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 28px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.doclistmain a:hover .doclistmain_uptitle {
    color: #d6231d;
}

.doclistmain a:hover {
    border-bottom: 1px solid #d6231d;
}

.doclistmain_up {
    width: 100%;
    position: relative;
}

.doclistmain_desc {
    font-size: 14px;
    line-height: 28px;
    color: #999;
}

.doclistmain_desc p {
    font-size: 13px;
    line-height: 28px;
    color: #666;
}

.doclistmain_desc .fontw_bold {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 12px;
}

.doclistmain_uptitle {
    width: 80%;
    font-size: 22px;
    line-height: 76px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-weight: bold;
}

.doclistmain_updata {
    width: auto;
    position: absolute;
    right: 0;
    top: 28px;
    font-size: 14px;
    line-height: 22px;
    color: #999;
}

.doclistmain_updata2 {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
    color: #999;
    padding: 0px 0px 12px 0px;
    border-bottom: 1px solid #d7231d;
    margin-bottom: 24px;
}


/*
-------------  帮助中心 end  -------------
*/


/*
-------------  价格中心  -------------
*/

.pricemain {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.pricemaincontent {
    width: 100%;
    min-height: 1px;
    display: inline-block;
}

.pricemaincontent_list {
    width: 100%;
    min-height: 1px;
    padding: 12px 0px 96px 0px;
}

.pricemaincontent_listbox {
    width: 100%;
    min-height: 1px;
    position: relative;
}

.pricemaincontent_listmain {
    width: 100%;
    min-height: 1px;
    /* display: inline-block; */
    overflow: hidden;
}

.pricemaincontent_listup {
    width: 100%;
    min-height: 1px;
}

.pricemaincontent_listdown {
    width: 100%;
    min-height: 1px;
}

.pricemaincontent_listdowngutter {
    width: 100%;
    height: 64px;
}

.pricemaincontent_list_libox {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.pricemaincontent_list_libox2 {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.pricemaincontent_list_libox:hover {
    background-color: #fbfbfb;
}

.priceMClistnameT {
    padding: 80px 0px;
}

.priceMClistmainT {}

.pricemaincontent_listname {
    width: auto;
    min-height: 1px;
    font-size: 14px;
    line-height: 60px;
    color: #666;
    text-align: left;
}

.pricemaincontent_listname span {
    display: block;
}

.pricemaincontent_listname_t1 {
    font-size: 24px;
    line-height: 48px;
    color: #333333;
}

.pricemaincontent_listname_t2 {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}

.pricemaincontent_listmain {
    width: 80%;
    min-height: 1px;
    position: absolute;
    top: 0;
    right: 0;
}

.pricemaincontent_listmainbox {
    width: 33.33333%;
    float: left;
}

.pricemaincontent_listmaintext {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 18px 0px;
    text-align: center;
}

.pricemaincontent_listmaintext i {
    color: #e82626;
    font-size: 16px;
    line-height: 24px;
    display: block;
}

.pricemaincontent_listmainboxtop {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 36px 0px;
}

.pricemaincontent_listmaintopname {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pricemaincontent_listmaintopdesc {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 14px 0;
    text-align: center;
}

.pricemaincontent_listmaintopdesc span {}

.pricemaincontent_listmaintopdesc_num {
    font-size: 66px;
    line-height: 32px;
    color: #ff6161;
    font-weight: bold;
}

.pricemaincontent_listmaintopdesc_add {
    font-size: 18px;
    line-height: 24px;
    color: #ff6161;
    font-weight: bold;
    position: absolute;
    bottom: 128px;
}

.pricemaincontent_listmaintopdesc_unit {
    font-size: 14px;
    line-height: 36px;
    color: #666;
    vertical-align: bottom;
}

.pricemaincontent_listmaintopbtn {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
}

.pricemaincontent_listmaintopbtn span {
    font-size: 16px;
    line-height: 36px;
    color: #666;
    border-radius: 300px;
    border: 2px solid #e8e8e8;
    padding: 0 40px;
    display: inline-block;
}

.priceMC_listbtndesc {}

.pricemaincontent_listmask {
    width: 80%;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}

.pricemaincontent_column {
    width: 33.33333%;
    height: 100%;
    float: left;
    border: 4px solid transparent;
    border-radius: 15px;
    box-sizing: border-box;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pricemaincontent_column.listactive {
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 15%);
    border-color: #ff6161;
}

.pricemaincontent_listbox .pricemaincontent_listmask.listactive .priceMC_listbtndesc {
    border-color: #ff6161;
    color: #fff;
    background-color: #ff6161;
}


/* .pricemaincontent_listdescbox {
    width: 33.33333%;
    height: 100%;
    float: left;
    border: 4px solid transparent;
    border-top: none;
    border-radius: 0 0 15px 15px;
    box-sizing: border-box;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}

.pricemaincontent_listdescbox.active {
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 15%);
    border-color: #ff6161;
} */

.pricemaincontent_servicepd {
    width: 100%;
    min-height: 1px;
}

.pricemaincontent_service_tbox {
    width: 100%;
    min-height: 1px;
    text-align: center;
}

.pricemaincontent_service_tbox span {
    display: block;
}

.pricemaincontent_service_tbox_title {
    font-size: 36px;
    line-height: 48px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.pricemaincontent_service_tbox_desc {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
}

.pricemaincontent_service_mian {
    width: 80%;
    min-height: 1px;
    margin: 0 auto;
    padding: 48px 0px 96px 0px;
}

.pricemaincontent_service {
    width: 100%;
    min-height: 1px;
}

.pricemaincontent_servicebox {
    width: 100%;
    padding: 45px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    transition: all .3s ease-out .125s;
    padding-bottom: 48px;
}

.pricemaincontent_servicebox:hover {
    box-shadow: 0px 0px 64px rgba(15, 67, 131, .24);
    -moz-box-shadow: 0px 0px 64px rgba(15, 67, 131, .24);
    -webkit-box-shadow: 0px 0px 64px rgba(15, 67, 131, .24);
}

.pricemaincontent_service .item_wrapper {
    width: 100%;
    min-height: 1px;
}

.pricemaincontent_service .item_wrapper .title {
    font-size: 24px;
    line-height: 32px;
    padding: 6px 0px 24px 0px;
    color: #333;
    transition: all .3s ease-out 0s;
}

.pricemaincontent_service .item_wrapper .subtitle {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    padding-bottom: 34px;
    margin-bottom: 32px;
    border-bottom: 1px solid #eaeaea;
    transition: all .3s ease-out 0s;
}

.pricemaincontent_service .item_wrapper .bank_info {
    font-size: 14px;
    line-height: 32px;
    color: #666;
    transition: all .3s ease-out 0s;
}

.pricemaincontent_service .item_wrapper .paycode {
    width: 100%;
    padding: 16px 0px 16px 0px;
    text-align: center;
}

.pricemaincontent_service .item_wrapper .paycode img {
    border-radius: 10px;
}


/*
-------------  价格中心 end  -------------
*/


/*
-------------  详情  -------------
*/

.detailsmain {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 96px 0px;
}

.detailsmain_info {
    width: 100%;
    min-height: 1px;
    display: inline-block;
    margin-bottom: 120px;
}

.detailsmain_infobox {
    width: 80%;
    min-height: 1px;
    margin: 0 auto;
}

.detailsmain_infobox_img {
    width: 60%;
    min-height: 1px;
    float: left;
    margin-right: 10%;
}

.detailsmain_infobox_imgbox {
    width: 100%;
    display: inline-block;
    position: relative;
}

.detailsmain_infobox_imgbox a {
    display: block;
    border: 5px solid #333;
    background-color: #333;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 45px 80px -24px #8591a0;
}

.detailsmain_infobox_imgbox a:hover .detailsmain_infobox_imgbmask {
    opacity: 1;
    top: 50%;
}

.detailsmain_infobox_imgbbox {
    width: 100%;
}

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

.detailsmain_infobox_imgbmask {
    width: 64px;
    height: 64px;
    display: block;
    font-size: 14px;
    line-height: 64px;
    color: #ffffff;
    background-color: #d6231dad;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 60%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    border: none;
    text-align: center;
}

.detailsmain_relation {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.detailsmain_relationtitle {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding: 16px 0px;
}

.detailsmain_infobox_text {
    width: 30%;
    min-height: 1px;
    float: left;
    padding-top: 12px;
}

.detailsmain_infobox_text .intr_info {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .info_head {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .info_head .title {
    font-size: 22px;
    line-height: 44px;
    color: #333;
}

.detailsmain_infobox_text .intr_info .info_head .subtitle {
    font-size: 12px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.detailsmain_infobox_text .intr_info .temp_number {
    font-size: 14px;
    line-height: 76px;
    color: #999;
}

.detailsmain_infobox_text .intr_info .temp_number .text {
    display: inline-block;
    vertical-align: top;
}

.detailsmain_infobox_text .intr_info .temp_number .num {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .btn_wrapper {
    padding: 10px 0 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}

.detailsmain_infobox_text .intr_info .btn_wrapper a {
    width: 100%;
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: all .3s ease-out 0s;
    -moz-border-radius: 300px;
    -webkit-border-radius: 300px;
    border-radius: 300px;
}

.detailsmain_infobox_text .intr_info .abstract {
    position: relative;
}

.detailsmain_infobox_text .intr_info .abstract .title {
    font-size: 16px;
    line-height: 60px;
    color: #333;
}

.detailsmain_infobox_text .intr_info .abstract .des_wrap {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    height: 54px;
    overflow: hidden;
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    position: absolute;
    z-index: 10;
    border-radius: 6px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.detailsmain_infobox_text .intr_info .abstract .des_wrap .description {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .abstract .des_wrap .description p {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .abstract .des_wrap .up_btn {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .abstract .des_wrap .up_btn span {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .abstract .des_wrap .up_btn i {
    width: 100%;
}

.detailsmain_infobox_text .intr_info .abstract .more_btn {
    font-size: 12px;
    line-height: 32px;
    color: #999;
    border-radius: 32px;
    border: 1px solid #eee;
    text-align: center;
    margin-top: 80px;
    cursor: pointer;
}

.detailsmain_infobox_text .intr_info .abstract .more_btn span {}

.detailsmain_infobox_text .intr_info .abstract .more_btn i {
    font-size: 12px;
    line-height: 32px;
    color: #d8d8d8;
    margin-left: 10px;
}


/*
-------------  详情 end  -------------
*/


/*
-------------  新闻详情  -------------
*/

.detailsnews {
    width: 100%;
    min-height: 1px;
    display: inline-block;
}

.detailsnews_tbox {
    width: 100%;
    min-height: 1px;
    display: inline-block;
}

.detailsnews_main {
    width: 100%;
    min-height: 1px;
    display: inline-block;
}

.detailsnews_mainbox {
    width: 100%;
    min-height: 1px;
    display: inline-block;
    background-color: #000000;
}

.detailsnews_mainbox_img {
    width: 100%;
    min-height: 1px;
    display: inline-block;
    padding: 64px 0px;
}

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

.detailsnews_next {
    width: 100%;
    min-height: 1px;
    display: inline-block;
    height: 320px;
}

.detailsnews_nextbox {
    width: 100%;
    min-height: 1px;
    display: inline-block;
    padding-top: 88px;
}

.detailsnews_nextbox a {
    width: 100%;
    min-height: 1px;
    display: block;
    text-align: center;
    padding: 36px 0px;
}

.detailsnews_nextbox a:hover .detailsnews_nexttitle {
    color: #d6231d;
}

.detailsnews_nextbox span {
    display: block;
}

.detailsnews_nextname {
    font-size: 13px;
    line-height: 32px;
    color: #666666;
}

.detailsnews_nexttitle {
    font-size: 24px;
    line-height: 44px;
    color: #333333;
}

.detailsnews_tbox .postPage_header {
    background-color: #fff;
    padding-bottom: 24px;
    -webkit-animation-name: fadeZoomInUp;
    animation-name: fadeZoomInUp;
    position: relative;
    z-index: 1
}

.detailsnews_tbox .postPage_header .back_btn {
    padding: 3.6% 0 3.6% 0;
}

.detailsnews_tbox .postPage_header .back_btn a {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 36px;
    color: #333333;
}

.detailsnews_tbox .postPage_header .back_btn a .text {
    display: inline-block;
}

.detailsnews_tbox .postPage_header .introduction {
    padding: 0px;
    width: 100%;
}

.detailsnews_tbox .postPage_header .introduction .intr_left {
    width: auto;
    float: left;
    margin-bottom: 16px;
}

.detailsnews_tbox .postPage_header .introduction .intr_left .title {
    font-size: 50px;
    line-height: 58px;
    color: #333;
    font-weight: bold;
}

.detailsnews_tbox .postPage_header .introduction .intr_left .subtitle {
    font-size: 20px;
    line-height: 28px;
    color: #333
}

.detailsnews_tbox .postPage_header .introduction .intr_right {
    width: auto;
    float: right;
}

.detailsnews_tbox .postPage_header .introduction .intr_right .info {
    margin-bottom: 36px
}

.detailsnews_tbox .postPage_header .introduction .intr_right .item_info {
    margin-right: 108px;
    width: auto;
    float: left;
}

.detailsnews_tbox .postPage_header .introduction .intr_right .label {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    font-weight: 200;
    text-align: left;
    padding: 0px;
}

.detailsnews_tbox .postPage_header .introduction .intr_right .value {
    font-size: 18px;
    line-height: 32px;
    color: #333
}

.detailsnews_tbox .postPage_header .introduction .intr_right .link_btn {
    font-size: 0;
    float: right;
    position: relative
}

.detailsnews_tbox .postPage_header .introduction .intr_right .link_btn:after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 1px) scale(0);
    transform: translate3d(-50%, -50%, 1px) scale(0);
    -webkit-transform-origin: 60px 50%;
    transform-origin: 60px 50%;
    background-color: #34cd8b;
    border-radius: 40px;
    transition: all .3s ease-out 0s
}

.detailsnews_tbox .postPage_header .introduction .intr_right .link_btn .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-right: 10px;
    transition: all .3s ease-out 0s;
    opacity: 1
}

.detailsnews_tbox .postPage_header .introduction .intr_right .more {
    margin-bottom: 64px;
}

.detailsnews_tbox .postPage_header .introduction .intr_right .more .label {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.detailsnews_tbox .postPage_header .introduction .intr_right .more .label .text {
    vertical-align: middle
}

.detailsnews_tbox .postPage_header .introduction .intr_right .more .desc {
    font-size: 12px;
    line-height: 20px;
    color: #999;
    padding-top: 8px;
}

.detailsnews_tbox .postPage_header .introduction .intr_right .more .desc .text {
    vertical-align: middle
}


/*
-------------  新闻详情 end  -------------
*/


/* 其他页面 */

.desctitle_Unpublished {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding: 64px 0px 96px 0px;
    text-align: center;
}

.desctitle_Unpublished span {
    display: block;
}

.desctitle_Unpublished_cn {
    font-size: 32px;
    line-height: 48px;
    color: #000000;
    font-weight: bold;
}

.desctitle_Unpublished_en {
    font-size: 12px;
    line-height: 24px;
    color: #999999;
}


/*
-------------  联系我们  -------------
*/

.contactusmain {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    background: url(/images/bg_contactus.jpg) top center;
    background-size: auto 480px;
    background-repeat: no-repeat;
    padding-top: 200px;
    padding-bottom: 64px;
}

.contactusmainbox {
    width: 100%;
    min-height: 1px;
    /* overflow: hidden; */
}

.contactus_name {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.contactus_name_cn {
    font-size: 26px;
    color: #fff;
    line-height: 36px;
}

.contactus_name_en {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .48);
    margin-left: 6px;
}

.contactus_main {
    width: 100%;
    min-height: 1px;
    height: 380px;
    display: inline-block;
    background-color: #d7231d;
    margin-top: 36px;
    box-shadow: 8px 0px 96px rgba(5, 80, 4, .16);
    -moz-box-shadow: 8px 0px 96px rgba(5, 80, 4, .16);
    -webkit-box-shadow: 8px 0px 96px rgba(5, 80, 4, .16);
    position: relative;
}

.contactus_mainbox {
    width: 33.333333%;
    min-height: 1px;
    float: left;
}

.contactus_mainewmbox {
    width: 360px;
    min-height: 1px;
    height: 100%;
    display: inline-block;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}

.contactus_mainconbox {
    width: 100%;
    height: 100%;
    padding-left: 360px;
    position: relative;
}

.contactus_mainconb1 {
    width: 64%;
    height: 100%;
    float: left;
    padding: 48px 0px 0px 64px;
}

.contactus_mainctag {
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, .36);
    margin-bottom: 24px;
}

.contactus_mainconb2 {
    width: 36%;
    height: 100%;
    float: left;
    padding: 48px 0px 0px 24px;
}

.contactusmain_cont_ewmbox {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    padding-top: 80px;
}

.contactusmain_cont_ewmimg {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
}

.contactusmain_cont_ewmimg img {
    width: 180px;
}

.contactusmain_cont_ewmtext {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    text-align: center;
    margin-top: 24px;
}

.contactusmain_cont_ewmtext span {
    display: block;
}

.contactusmain_cont_ewmt1 {
    font-size: 14px;
    line-height: 22px;
    color: #333333;
}

.contactusmain_cont_ewmt2 {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

.contactusmain_cont_cname {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.contactusmain_cont_cname span {
    display: block;
}

.contactusmain_cont_cname_cn {
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
    font-weight: bold;
}

.contactusmain_cont_cname_en {
    line-height: 16px;
    color: rgba(255, 255, 255, 0.48);
    letter-spacing: 4px;
    font-size: 11px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-text-size-adjust: none;
    transform-origin: 0 0;
}

.contactusmain_cont_cname::after {
    width: 32px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.48);
    display: table;
    content: " ";
    margin: 24px 0px;
}

.contactusmain_cont_tdesc {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
    color: #ffffff;
}

.contactusmain_cont_cinfo {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.contactusmain_cont_cinfo table {
    margin-bottom: 24px;
}

.contactusmain_cont_cinfoname {
    font-size: 12px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.36);
}

.contactusmain_cont_cinfotext {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
}

.contactusmain_cont_cbusiness {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
}

.contactusmain_cont_cbusinessbox {
    width: 68%;
    margin-bottom: 12px;
}

.contactusmain_cont_cbusinessbox_name {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.64);
}

.contactusmain_cont_cbusinessbox_link {
    overflow: hidden;
}

.contactusmain_cont_cbusinessbox_link a {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif !important;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    padding-bottom: 12px;
}

.contactusmain_cont_cbusinessbox_link a:hover {
    border-bottom: 1px solid #ffffff;
}