/*
Theme Name: 创力主题（中文站）
Author: 创力
Description: 
Version:1.0
*/

*{padding:0;margin:0;color:#313034;}
a{text-decoration:none;}
li{list-style:none;}
.wp {
    width: 1200px;
    margin: 0 auto;
}

.header-zz {
    float: left;
    color: #9b9b9b;
}

.header-xx {
    float: right;
}

.header-cc {
    overflow: hidden;
    line-height: 45px;
    font-size: 14px;
}

.header-dd {
    background: #eeeeee;
}

.header-xx li {
    float: left;
    padding-left: 20px;
    margin-left: 20px;
    background: url(./images/tnav_l1.png) left no-repeat;
}

.header-xx li a {color: #9b9b9b;}


.logo-dd {
    float: left;
}

.logo-cc {
    float: right;
    margin-top: 30px;
    padding-left: 50px;
    background: url(./images/phone.png) left no-repeat;
}

.logo {
    overflow: hidden;
}

ul.nav {
    width: 1200px;
    margin: 0 auto;
}

ul.nav li {
    float: left;
}

.top {
    overflow: hidden;
    background: #313034;
}

ul.nav li a {
    color: #fff;
    padding: 12px 20px;
    display: block;
    background: url(./images/top_xhx.png) right no-repeat;
    font-size: 18px;
}

ul.nav li a:hover {
    background: #ebebeb url(./images/top_xhx.png) right no-repeat;
    color: #313034;
}

ul.nav li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

ul.sub-menu {
    width: 100%;
}

ul.nav>li>ul.sub-menu>li {
    width: 50%;
    float: left;
}

ul.nav>li>ul.sub-menu>li>a {
    color: #fff;
    background: no-repeat;
    font-weight: bold;
    font-size: 18px;
}

ul.nav>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
}

ul.nav {/* overflow: hidden; */}
ul.nav li ul.sub-menu {
    /* display: none; */
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 995px;
    background: rgb(49 48 52);
    /* margin-left: -250px; */
    left: 18.5%;
    padding: 30px 45px;
}


ul.nav>li>ul.sub-menu>li>ul {
    position: initial;
    padding: initial;
    width: 100%;
    overflow: hidden;
}

ul.nav>li>ul.sub-menu>li>ul>li {
    width: 100%;
}

ul.nav>li>ul.sub-menu>li>ul>li>a {
    font-size: 14px;
    padding: 5px 20px;
    background: none;
}

ul.nav>li>ul.sub-menu>li>a:hover,ul.nav>li>ul.sub-menu>li>ul>li>a:hover {
    color: #313034;
    background: #ebebeb;
}



.logo-cc p {
    font-size: 20px;
}

.logo-cc b {
    color: #e60011;
    font-size: 30px;
    font-family: Myriad Pro;
}

.header-xx li:nth-child(2) {
    background: url(./images/tnav_l2.png) left no-repeat;
}

.header-xx li:nth-child(3) {
    background: url(./images/tnav_l3.png) left no-repeat;
}

/*product*/
.product {
    background: url(./images/ys_bg.png) center no-repeat;
    overflow: auto;
    padding-top:45px;
    padding-bottom:95px;
}

.product-dd {
    text-align: center;
}

.product-cc {
    width: 430px;
    margin: 0 auto;
}

.product-cc h2 {
    font-size: 36px;
    background: url(./images/product.png) center no-repeat;
    margin-bottom: 20px;
    margin-top: 60px;
    font-weight: 500;
    padding-top: 15px;
}

h2 {}

i.product_Zz {
    width: 65px;
    height: 5px;
    background: #313034;
    display: block;
    margin: 0 auto;
}

.product-aa li {
    display: inline-block;
    margin-left: 20px;
}

.product-aa li a {
    padding: 12px 25px;
    display: block;
    font-size: 20px;
    background: #e5e5e5;
    color: #313034;
    border-radius: 5px;
    font-weight: 600;
    box-shadow: 0px 10px 15px #bfbfbf;
}

.product_pp {
    color: #737373;
    padding: 10px 0;
    font-weight: 500;
    font-size: 18px;
}

.product-aa {
    margin: 25px 0;
}

.product-aa li:hover a {
    background: #313034;
    color: #fff;
}

.product_dd {
    overflow: hidden;
    margin-top: 45px;
}

.product_qq {
    float: left;
    width: 32%;
    margin-right: 24px;
    position: relative;
    margin-bottom: 20px;
}

.product_ll a img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

.product_dd .product_qq:nth-child(3n) {
    margin-right: 0;
}

.product_ll p {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 45px;
    background: rgb(49 48 52 / 90%);
    color: #fff;
}

.product_oo {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgb(49 48 52 / 70%);
    display: none;
}

.product_oo p {
    font-size: 22px;
    color: #fff;
    margin-top: 105px;
}

.product_oo a {
    display: block;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #fff;
    width: 90px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 10px;
}

.product_qq:hover .product_ll p {
    display: none;
}

.product_qq:hover .product_oo {
    display: block;
}

.product_uu {
    width: 135px;
    margin: 0 auto;
    background: #313034;
    text-align: center;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 45px;
}

.product_uu a {
    color: #fff;
    padding: 15px 25px;
    display: block;
    font-weight: bold;
    font-family: Regular;
}

/**/
.product-cc.dd {
    width: 520px;
}

.application {
    background: url(./images/ys_bg01.png) center no-repeat;
    overflow: hidden;
    padding: 80px 0;
    padding-bottom:130px;
}

.application-cc {
    text-align: center;
}
.product-cc.dd h2 {
    background: url(./images/application.png) center no-repeat;
}

.application_zz {
    margin-top: 65px;
}

.application_zz dl dt img {
    width: 100%;
}

.application_zz dl {
    position: relative;
}

.application_zz dl dd {
    position: absolute;
    right: 0;
    width: 30%;
    top: 0;
    height: 99.4%;
    background: rgb(49 48 52 / 80%);
}

.application_aa h3 {
    color: #fff;
    padding-top: 80px;
    font-size: 24px;
    font-weight: 500;
}

.application_aa i {
    width: 35px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 45%;
}

.application_aa {
    position: relative;
    padding-bottom: 20px;
}

.application_zz dl dd p {
    color: #fff;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    margin-top: 35px;
}

.application_zz dl dd a {
    width: 70px;
    margin: 0 auto;
    margin-top: 120px;
    display: block;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
}

/*about*/
.about-zz {
    margin-top: 90px;
    overflow: hidden;
}

.product-cc.us {
    text-align: center;
}

.product-cc.us h2 {
    background: url(./images/about.png) center no-repeat;
    margin-top: 100px;
}

.about_sp {
    float: left;
    width: 44%;
}

.about_sp img {
    width: 100%;
}

.about-us {
    float: right;
    width: 54%;
}

.about-jj img {
    width: 90%;
}

.about-jj {
    position: relative;
    text-align: center;
}

.about-jj p {
    position: absolute;
    top: 90px;
    left: 0;
    line-height: 25px;
    font-weight: 600;
}

.about-dd {
    width: 1300px;
    margin: 0 auto;
}

.about {
    background: url(./images/bg.png) center no-repeat;
    padding-top:70px;
    padding-bottom: 156px;
}

.about-cc {
    float: left;
    width: 25%;
    text-align: center;
}

.about-ss b {
    font-size: 42px;
    padding-right: 5px;
}

.about-cc p {
    padding-top: 10px;
}

.about_al {
    overflow: hidden;
    padding-top: 25px;
}

.about_an {
    width: 100%;
    overflow: hidden;
    padding-top: 110px;
    padding-bottom:75px;
    position:relative;
}

.about_an img {height: 230px;object-fit: cover;}

.about_an .swiper-pagination span.swiper-pagination-bullet {
    font-size: 22px;
    width: 22px;
    height: 22px;
    background: #313034;
}

.about_an .swiper-pagination {
    bottom: 0;
}

/*news*/
.product-cc.na h2 {
    background: url(./images/news.png) center no-repeat;
}

.product-cc.na {
    text-align: center;
}

.news_cc li {
    display: inline-block;
    width: 170px;
}

.news_cc li a {
    display: block;
    padding: 10px 25px;
    font-weight: 600;
    font-size: 22px;
    margin-right: 25px;
}

.news_cc li:hover a {
    background: #313034 url(./images/youjt.png) no-repeat;
    color: #fff;
    background-position: 126px;
}

.news_ss img {
    width: 500px;
}

.news-an {
    float: right;
    width: 55%;
}

.news-an h2 a {
    font-size: 26px;
    padding-top: 20px;
    display: block;
    padding-bottom: 15px;
}

.news-sj {
    font-size: 20px;
    padding-left: 30px;
    background: url(./images/shizhong.png) left no-repeat;
}

.news-an img {
    padding: 15px 0;
    width:auto;
}

.news-jj {
    line-height: 28px;
}

.news_lj {
    margin-top: 25px;
    width: 120px;
    background: url(./images/youty.png) right no-repeat;
}

.news_lj a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    background: #313034 url(./images/youty.png) right no-repeat;
    background-position: 88px;
}

.news_ss {
    margin-top: 20px;
}

.news-xq {
    overflow: hidden;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 55px;
}


.news-xq ul li:nth-child(2n) {
    float: right;
}

.news-xq ul li {
    line-height: 55px;
    margin-bottom: 15px;
    display: block;
    width: 46%;
    float: left;
    border-bottom: 1px dashed #313034;
}

.news-xq ul li span {
    float: right;
}

.news-xq ul li a {
    padding-left: 15px;
    position: relative;
}

.news-xq ul li a i {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 3px;
    background: #313034;
}

.news-xq ul li:hover a {
    color: #e60011;
}

.news-xq ul li a:hover i {
    background: #e60011;
}


/*footer*/
.footer {
    background: url(./images/footer.png) center no-repeat;
    padding-top:75px;
}

.footer_ul ul li {
    width: 20%;
    float: left;
}

.footer_ul ul li ul li {
    width: 100%;
}

.footer_ul ul {
    overflow: hidden;
}

.footer_ul {
    float: left;
    width: 70%;
}

.footer-cc {
    float: right;
    width: 29%;
}

.footer_ul ul li a {
    font-size: 24px;
    color: #fff;
}

.footer_ul ul li ul li a {
    font-size: 16px;
    line-height: 30px;
}

.footer_ul ul li ul {
    padding-top: 15px;
}

.footer-db b {
    font-size: 30px;
    color: #fff;
}

.footer-db p {
    font-size: 18px;
    line-height: 35px;
    padding-bottom: 10px;
    color: #fff;
}

.footer-db span {
    background: #e60011;
    padding: 5px 10px;
    color: #fff;
    overflow: hidden;
}

.footer_erwm {
    margin-top: 25px;
}

.footer-da {
    float: left;
    width: 50%;
    text-align: center;
}

.footer_yl {
    overflow: hidden;
    width: 100%;
    text-align: center;
    border-top: 1px dashed #fff;
    line-height: 55px;
}

.footer-bq {
    color: #fff;
}

.footer-da p {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 35px;
}


/**/
form#searchform {margin-left: 55px;display: inline-block;line-height: 40px;}

form#searchform input#s {
    line-height: 30px;
    border-radius: 8px;
    border: 1px solid #313034;
    width: 260px;
    padding-left: 15px;
    background:#fff;
}

input#s {}

form#searchform input.btn {
    /* line-height: 35px; */
    /* height: 32px; */
    background: #fff;
    border: none;
    margin-left: -50px;
    border-left: 1px solid #ddd;
    padding-left: 10px;
}

.product-aa li.hover a {
    background: #313034;
    color: #fff;
}

.product-aa ul.children {
    display: none;
}

.footer-da img {
    width: 85%;
}

.about_sp video {
    width: 100%;
}

.pro_key-dd {
    overflow: hidden;
    line-height: 35px;
    padding: 0 20px;
}

.prevLink {
    line-height: 35px;
}


@media (max-width: 767px){
	
html {
    min-width: 100% !important;
}
	
.header-dd {
    display: none;
}

.wp {
    width: 100%;
}

.logo-dd {
    float: none;
    width: 100%;
}

.logo-dd img {
    width: 100%;
}

.logo-cc {
    display: none;
}
	
ul.nav {
    width: 100%;
}

ul.nav li {
    width: 33.3333%;
    text-align: center;
}

form#searchform {
    display: none;
}

ul.nav li:nth-child(1) {
    display: none;
}

ul.nav li:nth-child(4) a, ul.nav li:nth-child(7) a {
    background: no-repeat;
}

.product {
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: cover;
}

.product-cc h2 {
    margin-top: 10px;
    font-size: 18px;
    background-size: contain;
    padding-top: 0;
    margin-bottom: 8px;
}

.product-cc {
    width: 100%;
}

i.product_Zz {
    width: 30px;
    height: 2px;
}

.product_pp {
    font-size: 14px;
}

.product-aa {
    overflow: hidden;
    width: 95%;
    margin: 10px auto;
    padding:10px 0;
}

.product-aa li {
    width: 32%;
    margin-left: 6px;
    float: left;
}

.product-aa li a {
    font-size: 16px;
    padding: 7px 0;
    text-align: center;
}

.product-aa li:nth-child(1),.product-aa li:nth-child(4) {
    margin-left: 0;
}

.product_dd {
    margin: 0 auto;
    margin-top: 10px;
    width: 95%;
}

.product_qq {
    width: 48.5%;
    margin-right: 0;
}

.product_dd:nth-child(2n) .product_qq {
    float: right;
}

.product_qq:nth-child(2n) {
    float: right;
}

.product_ll a img {
    height: 175px;
}

.product_ll p {
    line-height: 30px;
    font-size: 12px;
}
	
.product_uu {
    margin: 15px auto;
    width: 125px;
}

.product_uu a {
    padding: 10px 20px;
}

.application {
    padding: 15px 0;
    background-size: cover;
}

.product-cc.dd {
    width: 100%;
}

.product-cc.dd h2 {
    background-size: contain;
}

.application_zz {
    margin-top: 15px;
}

.about {
    padding: 15px 0;
}

.application_aa h3 {
    padding-top: 15px;
    font-size: 16px;
}

.application_aa i {
    width: 20px;
    left: 40%;
}

.application_aa {
    padding-bottom: 10px;
}

.application_zz dl dd p {
    margin-top: 10px;
    line-height: 18px;
    font-size: 12px;
    height: 126px;
    overflow: auto;
}

.application_zz dl dd {
    height: 98.5%;
}

.about-dd {
    width: 100%;
}

.product-cc.us h2 {
    margin-top: 15px;
    background-size: contain;
}

.about-zz {
    margin-top: 15px;
}

.about_sp {
    float: none;
    width: 95%;
    margin: 0 auto;
}

.about-us {
    float: none;
    width: 95%;
    margin: 0 auto;
}

.about-jj p {
    font-size: 14px;
    line-height: 18px;
    top: 15px;
    position: initial;
    text-align: left;
    padding-top: 15px;
}

.about-jj img {
    display: none;
}

.about_al {
    display: none;
}

.about_an {
    padding: 15px 0;
}

.product-cc.na h2 {
    background-size: contain;
    margin-top: 20px;
}

.news_cc li a {
    font-size: 16px;
    margin-right: 0;
}

.news_cc li {
    width: 32%;
}

.news_cc {
    width: 95%;
    margin: 0 auto;
}

.news_ss {
    margin-top: 10px;
}

.news_ss img {
    width: 100%;
}

.news-an {
    float: none;
    width: 100%;
}

.news-an h2 a {
    font-size: 16px;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_csv {
    width: 95%;
    margin: 0 auto;
}

.news_ss img {
}

.news-an img {
    display: none;
}

.news-sj {
    font-size: 12px;
    background-size: contain;
    padding-left: 20px;
    float: right;
    margin-top: 14px;
}

.news-an h2 {
    float: left;
    width: 75%;
}

.news-jj {
    width: 100%;
    overflow: hidden;
    line-height: 18px;
    font-size: 12px;
}

.news_lj {
    margin: 0 auto;
    margin-top: 15px;
}

.news-xq {
    margin: 15px 0;
}

.news-xq ul li {
    width: 100%;
    line-height: 25px;
    margin-bottom: 5px;
}

.news-xq ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 75%;
    float: left;
    display: block;
}
	
/*news*/
.topadcs a img {
    width: 100%;
}

.content {
    width: 100% !important;
    margin-top: 15px !IMPORTANT;
    margin-bottom: 75px !important;
}

.left {
    width: 100% !important;
    float: none !important;
}

#divHistoryRecommentCntr .tit, .leib .tit, .leib h2 {
    display: none;
}

.leib .nr li, .leib .nr li.cur, .leib .nr li:hover {
    line-height: 35px;
    font-size: 14px;
    float: left;
    width: 32%;
    margin-right: 7px;
    text-align: center;
}

.leib .nr>li>a {
    line-height: 35px !important;
    height: 35px !important;
    padding: 0 !important;
}

.leib .nr>li>a::after {display: none;}

.leib .nr li:nth-child(3n), .leib .nr li.cur, .leib .nr li:hover {
    margin-right: 0;
}

.leib .nr {
    width: 95%;
    margin: 0 auto;
}

.leib {
    OVERFLOW: hidden;
}

#lefttuijian {
    border: none;
    display: none;
}

dl.pd_t05_con_dl {
    width: 48.5%;
    height: auto;
    float: left;
}

dl.pd_t05_con_dl:nth-child(2n) {
    float: right;
}

dl.pd_t05_con_dl dt, dl.pd_t05_con_dl dt a {
    width: 100%;
    height: auto;
}

dl.pd_t05_con_dl dt img {
    width: 99%;
    height: 175px;
    object-fit: contain;
    padding: 0;
}

dl.pd_t05_con_dl dd {
    width: 100%;
}

.leib2 {
    width: 100%;
    display: none;
}

.rightl {
    width: 100% !IMPORTANT;
    float: none !important;
    margin-top: 10px;
}
	
.footer {
    display: none;
}
	
.news {
    margin-bottom: 100px;
}
	
}