﻿/**
 * topTip相关的CSS
 */


@media screen and (min-width: 641px) {
    .package-margin-left {
        margin-left: 16px;
    }
    .package-padding-left {
        padding-left: 20px;
    }
       .am-container {
    min-width: 1200px;
  }
}

#topTipDiv {
    background-color: white;
    line-height: 35px;
}

.top-login-register a {
    padding: 3px 10px;
    color: white !important;
}

.top-login-register a:hover {
    color: yellow !important;
}

.to-cart a {
    color: white !important;
}

.to-cart a:hover {
    color: yellow !important;
}


/* .container-wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
}
 */

a {
    color: #333 !important;
}

a:hover,
a:focus {
    color: #c00 !important;
}


/**
 * 下面是导航条相关的css
 */



/**
 * 百科优化页面相关的CSS
 */

.baike-top {
    background-image: url('../images/baike_top_bg.jpg');
}

.baike-top-article {
    background-color: white;
}


/* footer css */

html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.container-content {

    /* bottom: 0; */
}


/* main的padding-bottom值要等于或大于footer的height值 */

.footer-content {
    background-color: rgb(43, 43, 43);
    position: absolute;
    /* bottom:0; */
    width: 100%;
}

.footer-content a {
    font-size: 13px;
    /* color: rgba(255,255,255,0.6) !important; */
    color: #333 !important;
}

.footer-nav a {}

.footer-nav a:hover,
.footer-nav a:active {
    color: #F37B1D !important;
}

.footer-nav {
    list-style: none;
}

.footer-nav>li {
    display: block;
    list-style: none;
}

body {
    /* padding-bottom: 260px; */
    width: 100%;
}


/* article_list.html中使用的CSS */

.article-list {}

.list-title {
    margin-top: 20px;
    /* border-bottom: 1px solid #ddd; */
}

.list-body {
    margin-top: 15px;
}

.list-ul {
    list-style: none;
    margin-left: -12px;
}

.list-ul>li {
    line-height: 27px;
}


/* 首页CSS */

.rw-border-yello {
    margin-left: 5px;
    margin-right: 5px;
    overflow: hidden;
    position: relative;
}

.rw-border-yello img {
    width: 100%;
}

.rw-border-yello:hover {
    border: 1px solid #e4393c;
}

.coop-ul {}

.coop-ul li:hover .rw-border-yello img {
    transform: scale(1.4);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.4);
    -webkit-transform: all 1s ease 0s;
}

.home-ul-li:hover strong {
    color: #F37B1D;
}


/* 文章页面CSS */

.article {
    padding-top: 20px;
    padding-bottom: 20xp;
    margin-top: 40px;
    border: 1px dotted #EED5B7;
    font-size: 15px;
}

.article-side-bar {
    margin-top: 40px;
    margin-bottom: 40px;
}

.article-content a {
    color: #F37B1D !important;
}

.article-content a:hover {
    text-decoration: underline;
}

.article-body {}

.article-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.article-content p {
    font-size: 17px;
    text-indent: 2em;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article-content li>p {
    text-indent: 0 !important;
}

.article-content p img {
    margin: 0 auto;
    text-indent: 0 !important;
    max-width: 100%;
}

.article-content img {
    display: block;
    clear: both;
}

.article-recommend-div {}

.article-recommend-div>ol>li {
    font-size: 13px;
    line-height: 24px;
    color: #F37B1D;
}

.article-recommend-div>ol>li>a {
    color: rgba(23, 23, 23, 0.7) !important;
}

.article-side-bar-div {
    border: 1px dotted #EED5B7;
    border-top: 2px solid #F37B1D;
    margin-bottom: 20px;
}

.article-side-bar-div>ol>li {
    font-size: 13px;
    line-height: 24px;
    color: #F37B1D;
}

.article-side-bar-div>ol>li>a {
    color: rgba(23, 23, 23, 0.7) !important;
}

.article-side-bar-div>ol>li>a:hover,
.article-side-bar-div>ol>li>a:active {
    text-decoration: underline;
}


/* 新闻发稿页面CSS */

.news-media a {
    display: inline-block;
    white-space: nowrap;
}

.news-media {
    padding-bottom: 20px;
    padding-top: 20px;
}

.news-media-lefttitle {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 4px;
}

.bottom-line {
    border-bottom: 1px solid #f3f3f3;
}


/* 注册页面CSS */

.register-div {
    background-color: white;
    border-top: 4px solid orange;
    border-bottom: 2px solid orange;
}

.register-content {
    padding: 25px;
}

@media screen (max-width: 640px) {
   padding: 5px; 
}

/*加入我们*/

.gray-li {
    background-color: rgb(245, 245, 245);
}

.product-show-title h3 {
    font-size: 22px;
    font-weight: bold;
}

.product-show-title span {
    color: #FFFFFF;
    background-color: #F37B1D;
    padding: 2px 5px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}

.orange-btn {
    color: #FFFFFF;
    background-color: #F37B1D;
    padding: 2px 5px;
    border-radius: 3px;
    margin-top: 5px;
    display: inline-block;
}

.product-img {
    width: 70%;
    margin-top: 55px;
}

.product-add-title {
    border-left: 3px solid #F37B1D;
    padding-left: 5px;
}

.customer-case-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.customer-case-ul {
    margin-top: 30px;
}

.customer-case-img img {
    width: 100%;
}

.customer-case-ul li:hover .customer-case-img img {
    transform: scale(1.4);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.4);
    -webkit-transform: all 1s ease 0s;
}

.img-scaleup:hover img {
    transform: scale(1.4);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.4);
    -webkit-transform: all 1s ease 0s;
}

.img-scaleup {
    overflow: hidden;
    position: relative;
    border: 1px solid #eee;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
}

.about-active>a {
    color: #F37B1D !important;
    font-weight: bold;
}

.about-active {
    background-color: #eeeeee;
}

.navbar li:hover {
    background-color: #eeeeee;
}

.solutions-content-ul {
    margin: 0 auto;
}

.solutions-content-ul p {
    color: #8B8989;
}

.solutions-content-ul li {
    background-color: #ffffff;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 3px;
}

.user-register a {
    color: blue !important;
}

.user-register a:hover,
.user-register a:active {
    text-decoration: underline;
    color: #F37B1D;
}

.user-agree {}

.user-agree div>ul {
    /* padding-left:  0px; */
    list-style: none;
}

.user-agree div>ul>li>ul {
    list-style: none;
}

.user-agree div>ul>li {
    padding-bottom: 5px;
    /* text-indent: 2em; */
}

.login-now {}

.login-now a {
    color: #F37B1D !important;
}

.login-now a:hover,
.login-now a:active {
    text-decoration: underline;
}

.article-content p {
    /* text-indent: 2em; */
}

.article-content li>p {
    /* text-indent: 0em !important; */
    /* padding-left: 0px; */
}

.article-content h4 {
    display: block;
    clear: both;
    text-indent: 2em;
}

.article-content h3 {
    display: block;
    clear: both;
    text-indent: 2em;
}

.article-content h2 {
    display: block;
    clear: both;
    text-indent: 2em;
}

.footer-content-ul li>ul {
    padding: 0;
    padding-top: 20px;
    list-style: none;
}

.footer-content-ul {
    padding-right: 0px;
}

.footer-content-ul>li {
    float: left;
    list-style: none;
}

.package-margin-left {
    margin-left: 30px;
}

@media only screen and (min-width:641px) {
    .package-margin-left {
        margin-left: 0px;
    }

    .index-title {
        font-size: 20px;
    }
}

@media only screen and (max-width:640px) {
    .home-ul-li img {
        width: 45%;
    }
}

.seo-product-li {
    border: 1px solid #e6e6e6;
    min-height: 250px;
    margin-left: 5px;
    margin-right: 5px;
}

.baike-business {
    padding-top: 50px;
    padding-bottom: 30px;
    border: 1px solid #eee;
    color: #F37B1D;
}

.baike-business:hover {
    background-color: #5eb95e;
    color: white;
}

.contact-btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #66cc99;
    border-radius: 3px;
    color: #66cc99 !important;
    font-size: 15px;
}

.contact-btn:hover,
.contact-btn:focus {
    background-color: #66cc99;
    color: white !important;
}


/* 媒体详情页面使用的CSS */

.media-type-recommend {
    color: #666 !important;
}





/* 文章详情 */

.article-title {
    height: auto;
    line-height: 30px;
    font-size: 17px;
    display: block;
    color: #333;
    overflow: hidden;
    position: relative;
}

.article-meta {
    height: 27px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    width: 100%;
    border-bottom: 1px dotted #ddd;
}

.article-meta-noline {
    height: 27px;
    line-height: 25px;
    font-size: 12px;
    color: #666;
    width: 100%;
}

.article-meta a,
.article-meta-noline a {
    color: #666;
}

.article-meta a:hover,
.article-meta-noline a:hover {
    color: #dd514c;
}

.article-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 10px;
}

.article-content p {
    font-size: 17px;
    text-indent: 2em;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.article-content li>p {
    text-indent: 0 !important;
}

.article-content img {
    max-width: 100% !important;
}

.block {
    display: block;
}

.article-a {
    display: inline-block;
    font-size: 13px;
    width: 100%;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}

#sitemap {
    font-size: 14px;
}

#sitemap h2 {
    font-size: 17px;
}

#sitemap a {
    color: #555;
}

#sitemap a:hover {
    color: #F37B1D;
    text-decoration: underline;
}

.normal-dot {
    width: 3px;
    height: 3px;
    line-height: 4px;
    font-size: 0;
    border-radius: 50%;
    background-color: #ddd;
    position: absolute;
    margin-top: 10px;
}

.red-hot-a {
    color: #dd514c;
    font-weight: bold;
    font-size: 18px;
    margin-left: 20px;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.red-hot-a:hover {
    text-decoration: underline;
}

.red-dot {
    width: 5px;
    height: 5px;
    line-height: 6px;
    font-size: 0;
    border-radius: 50%;
    background-color: #dd514c;
    position: absolute;
    margin-top: 20px;
}

.normal-hot-a {
    display: block;
    font-size: 14px;
    margin-left: 20px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-a {
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list-rand-a {
    display: block;
    font-size: 14px;
    margin-left: 8px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
    text-overflow: ellipsis;
}

.index-title {
    font-size: 20px;
    text-align: center;
    color: #F37B1D;
}

.index-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #F37B1D;
}

.index-title span:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -3px;
    width: 100px;
    height: 5px;
    margin-left: -50px;
    background-color: #1abc9c;
}

.ad_type_ul_li_on {
    background-color: #F37B1D;
    color: white;
    border-radius: 4px;
    font-weight: bold;
}