/*========================
   1. Theme Default CSS
=======================*/

@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Lato:300,400,700|Raleway:300,400,400i,500,600,600i,700');

* {
    font-family: 'Microsoft YaHei' !important;
}

img {
    max-width: 100%
}

input::-ms-clear {
    display: none;
}

/*************************************
         Custom-content all   
 **************************************/
.boxed-layout .wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    width: 1500px;
}

.boxed-layout .sticky {
    left: 0;
    right: 0;
    width: 1500px;
}

.boxed-layout.fixed {
    margin: 70px 0;
}

.pattern-fixed.pattern {
    background: url("/Webs/r/Home/5/Themes/images/bg/pattern.png") repeat fixed 0 0;
}

/*------------------
	2.  Heade Css here
-----------------------*/
.header {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 99;
}

.header-right, .header-right .search {
    float: right;
}

.header-right .search, .header-menu, .menu ul li {
    display: inline-block;
}

a {
    cursor: pointer;
}

.menu ul li a {
    color: #535353;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 50px 0 50px 32px;
    text-transform: uppercase;
    outline: none;
}

.menu ul li {
    position: relative;
}

.header-right .search {
    padding-left: 38px;
    padding-top: 47px;
}

.search-inner>a {
    color: #535353;
    font-size: 22px;
    font-weight: bold;
}

.header .logo {
    display: inline-block;
    margin-bottom: -23px;
    position: relative;
    width: 164px;
}

.header .logo a {
    display: block;
    width: 100%;
    border: 1px solid #f0f0f0;
    border-bottom: none;
    border-top: none;
    box-sizing:border-box;
    padding:22px 20px;
}
.header .logo a img{
    width: 100%;
    object-fit:cover;
}
.header .logo:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 21px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('/Webs/r/Home/5/Themes/images/Bg/logo_Bg.png');
}

.search-inside {
    position: absolute;
    right: 0;
    top: 35px;
    width: 100%;
    z-index: 99999999;
}

.searchbar-inner .search input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #535353;
    font-size: 16px !important;
    height: 50px;
    z-index: 1;
    box-sizing: border-box;
}

.searchbar-inner .search {
    position: relative;
}

.search-inside a.search-close:hover, .searchbar-inner .search button:hover {
    color: #e54c2a;
}

.searchbar-inner .search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #777;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.search-inside a.search-close {
    color: #777;
    font-size: 18px;
    position: absolute;
    right: -22px;
    top: 12px;
}

/*---------------------
	3. Slider Css here
----------------------------*/
.slider-text-table {
    display: table;
    height: 100%;
    width: 100%;
}

.slider-text-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.slider-container .nivo-controlNav {
    bottom: 30px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 99999;
}

.slider-container {
    position: relative;
    z-index: 1;
}

.nivo-controlNav a {
    color: #535353;
    cursor: pointer;
    font-family: 'Microsoft YaHei';
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
}

.nivo-controlNav a:first-child {
    margin-left: 0;
}

.nivo-controlNav a.active {
    color: #e54c2a;
    font-size: 24px;
}


/*--------*/
.nivo-controlNav a {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    font-size: 0;
    display: inline-block;
    background-color: #ffffff;
    font-size: 0;
    margin-left: 12px;
}
.nivo-controlNav a.active{
    background-color: #00873b;
    font-size:0;
}
/*--------*/
.social-media-follow li {
    display: block;
    margin-bottom: 5px;
}

.social-media-follow li a {
    color: #666;
    font-size: 15px;
}

.social-media-follow li a:hover {
    color: #e54c2a;
}

.social-media-follow>p {
    display: inline-block;
    font-weight: 600;
    margin-top: 65px;
    text-transform: capitalize;
    transform: rotate(-90deg) translateY(-100%);
    -webkit-transform: rotate(-90deg) translateY(-100%);
    transform: rotate(-90deg) translateY(-100%);
}

.social-media-follow {
    margin-top: -25px;
    padding-left: 50px;
}

.social-box-inner {
    padding-bottom: 30px;
    position: relative;
}

.social-box-inner:before {
    background: #e54c2a none repeat scroll 0 0;
    bottom: -37px;
    content: "";
    height: 45px;
    left: 5px;
    position: absolute;
    width: 1px;
}

.middle-text .title-1 h2 {
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    margin-bottom: 2px;
    text-transform: capitalize;
}

.middle-text .title-2 h1 {
    color: #535353;
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
}

.middle-text p {
    color: #8e8e8e;
    padding: 0;
}

.middle-text .order-now a {
    background: #e54c2a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 13px 35px;
    text-transform: uppercase;
}

.middle-text .order-now a:hover {
    background: #535353 none repeat scroll 0 0;
}

.middle-text .order-now {
    display: inline-block;
    margin-top: 30px;
}

.slide3-text .middle-text .title-1 h2, .slide3-text .middle-text .title-2 h1 {
    color: #e54c2a;
}

.slide3-text {
    margin-right: 50px;
    text-align: center;
}

 
/*-------------------------
    9. our blog css here
---------------------------------*/
.single-blog, .blog-img {
    position: relative;
}

.blog-hover {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.blog-hover>a {
    border: 4px solid #e54c2a;
    border-radius: 50%;
    color: #e54c2a;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 34px;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.blog-title>h3 {
    color: #e54c2a;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.blog-title>h3 a:hover {
    color: #535353;
}

.blog-title {
    display: inline-block;
    margin-left: 20px;
    padding: 23px 0;
    width: calc(100% - 100px);
}

.blog-title h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.publish-date {
    background: #e54c2a none repeat scroll 0 0;
    float: left;
    padding: 16px 0;
    width: 60px;
}

.blog-desc {
    background: #fff none repeat scroll 0 0;
    bottom: 20px;
    box-shadow: -1px 0 7px rgba(0, 0, 0, 0.2);
    left: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    z-index: 99;
}

.blog-details>div>div {
    margin-bottom: 35px;
}

.publish-date>p {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 13px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.publish-date>p span {
    display: block;
    margin-top: 5px;
}

.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
    z-index: 9999999999;
}

.mfp-bg.mfp-fade.mfp-ready {
    z-index: 999999999;
}

/*------------------
    12. Discount offer css here
-------------------------*/
.offer-section .bg-img {
    background: rgba(0, 0, 0, 0) url("/Webs/r/Home/5/Themes/images/bg/vegetable.png") no-repeat scroll 15% center;
}

.offer-inner h2.ttle1 {
    color: #535353;
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    text-transform: lowercase;
}

.offer-inner h2.ttle2 {
    color: #535353;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

/*-------------------
    13. Footer css here
-----------------*/
.single-footer.instagram ul li {
    float: left;
    width: 33.33%;
}

.single-footer.instagram ul li img {
    width: 100%;
}

.single-footer.instagram ul li {
    padding-bottom: 15px;
    padding-right: 15px;
}

.single-footer.instagram ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.single-footer.instagram ul li a:hover:before {
    height: 100%;
    top: 0;
    left: 0;
}

.single-footer.instagram ul li a:before {
    background: rgba(229, 76, 42, 0.8) none repeat scroll 0 0;
    content: "";
    height: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    color: #fff;
    left: -100%;
    top: -100%;
}

.copyright p {
    margin: 0;
}

.single-footer p.phon {
    margin-bottom: 0;
}

h3.single-footer-title {
    color: #535353;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.offer-inner .order-now>a {
    background: #e54c2a none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    padding: 15px 38px;
    text-transform: uppercase;
}

.offer-inner .order-now>a:hover {
    background: #535353;
    color: #fff
}

.single-footer .open-list li {
    color: #535353;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.single-footer .open-list li span {
    font-weight: bold;
}

.copyright {
    background: none repeat scroll 0 0 #e54c2a;
}

.copyright p {
    color: #fff;
    font-size: 13px;
    text-transform: capitalize;
}

.copyright p a {
    color: #fff;
    font-weight: bold;
}

.copyright p a:hover {
    text-decoration: underline;
}

.newsletter-form input {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    color: #999999;
    font-weight: 600;
}

.newsletter-form button {
    background: none repeat scroll 0 0 #e54c2a;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-top: 15px;
    padding: 14px 38px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.newsletter-form button:hover {
    background: #535353
}

.single-footer-details ul {
    display: block;
    padding-top: 10px;
}

/*-------------------------
    14. Scrollup css here
-------------------------------*/
#scrollUp {
    background: #e54c2a;
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    line-height: 37px;
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
    z-index: 9999;
}

#scrollUp i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#scrollUp:hover {
    background: #535353 none repeat scroll 0 0;
}

/*-------------------------
    15. About us css here
-------------------------------*/

/*-------------------------
    15.1 Breadcrubs css here
-------------------------------*/
.breadcrubs {
    background: rgba(0, 0, 0, 0) url("/Webs/r/Home/5/Themes/images/bg/breadcrubs.jpg") no-repeat scroll center center / cover;
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);*/
    padding: 140px 0;
    position: relative;
    z-index: 9;
}

h3.breadcrubs-title {
    color: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 36px;
    text-transform: capitalize;
}

.breadcurbs-inner ul li {
    color: #e54c2a;
    display: inline-block;
    text-transform: uppercase;
}

.breadcurbs-inner ul li a {
    color: #535353;
}

.breadcurbs-inner ul li span {
    margin: 0 10px;
}

.breadcurbs-inner li a:hover {
    color: #e54c2a;
}

/*内页分类*/
ul#filters {
    text-align: center;
    padding-bottom: 10px;
    display: inline-block;
}

#filters li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#filters li a {
    text-decoration: none;
    background: #E2E0E1;
    padding: 10px 15px;
    display: inline-block;
    color: #7D797A;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -moz-transition-duration: 500ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}

#filters>li>a:hover, #filters>.active>a {
    background: #1b1313;
    color: #fff;
}
 
 
/*----------------------
    22.1 Blog Details css here
--------------------------*/
.blog-comment-img>img {
    border: 1px solid #dfdfdf;
    float: right;
}

.blog-thumbnail .blog-title h4 {
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-thumbnail .blog-publish {
    background: #f1f1f1 none repeat scroll 0 0;
}

.blog-thumbnail .blog-publish {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: -32px;
    left: 10px;
    position: absolute;
    right: 10px;
}

.articles-details .blog-thumbnail {
    position: relative;
}

.blog-thumbnail .img2:hover {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.blog-thumbnail .img2 {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    height: 0;
    padding-bottom: 63%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.blog-desacription .b-desc-1 {
    margin-top: -8px;
}

.b-desc-1 p {
    margin-bottom: 25px;
}

.blog-action .action-box>p, .comment-action-box a {
    color: #666666;
    display: inline-block;
    margin-left: 30px;
}

.blog-action .action-box>p:first-child, .comment-action-box a:first-child {
    margin-left: 0;
}

.blog-action .action-box>p i, .comment-action-box a i {
    margin-right: 7px;
}

.blog-share-social, .cheaf-quote-social {
    position: absolute;
    right: 0;
    top: 0;
}

.articles-details .blog-action {
    margin-bottom: 35px;
    margin-top: 15px;
    position: relative;
}

.blog-share-social a, .cheaf-quote-social>a {
    color: #666;
    margin-right: 16px;
}

.blog-share-social a:last-child, .cheaf-quote-social>a:last-child {
    margin-right: 0;
}

.blog-share-social a:hover, .cheaf-quote-social>a:hover {
    color: #e54c2a;
}

.cheaf-quote-img {
    float: left;
    width: 24%;
}

.cheaf-quote-desc {
    float: left;
    padding: 34px 47px 34px 40px;
    width: 76%;
}

.blog-cheaf-quote {
    border: 1px solid #f3f3f3;
    overflow: hidden;
}

.cheaf-quote-text>p {
    font-size: 16px;
    font-weight: 600;
}

.cheaf-quote-text>p i {
    color: #e54c2a;
    margin: 0 2px;
}

.cheaf-quote-action {
    position: relative;
}

.cheaf-quote-title h5 {
    color: #e54c2a;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.blog-comment-box {
    margin-top: 74px;
}

.comment-title>h3 {
    color: #535353;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 47px;
    text-transform: uppercase;
}

.comment-action-box a:hover i {
    color: #e54c2a
}

.comment-action-box>a {
    font-family: 'Microsoft YaHei';
}

.blog-comment-img {
    float: left;
    width: 11%;
}

.blog-comment-desc {
    float: left;
    padding-left: 30px;
    width: 89%;
}

.blog-comment.reply .blog-comment-desc {
    width: 74%;
}

.blog-comment.reply .blog-comment-img {
    width: 26%;
}

.blog-comment-img img {
    float: right
}

.comment-top-box {
    position: relative;
}

.comment-action-box {
    position: absolute;
    right: 0;
    top: 0;
}

.comment-title-box>h5 {
    color: #535353;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

.comment-bottom-box>p {
    margin-bottom: 0;
}

.comment-title-box>p {
    margin-bottom: 10px;
}

.blog-comment {
    margin-bottom: 35px;
}

.comment-input .input-field {
    float: left;
    padding-left: 25px;
    width: 50%;
}

.comment-input .input-field:first-child {
    padding-left: 0;
}

.input-field input {
    height: 40px;
}

.blog-comment-form .textarea textarea, .input-field input {
    border: 1px solid #f3f3f3;
    color: #999;
    padding-left: 20px;
    text-transform: capitalize;
}

.blog-comment-form .textarea textarea {
    height: 100px;
}

.comment-input {
    margin-bottom: 25px;
}

.blog-comment-form .submit>button {
    background: #e54c2a none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    margin-top: 25px;
    padding: 14px 0;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.blog-comment-form .submit>button:hover {
    background: #555 none repeat scroll 0 0;
}

.widget-search input {
    border: 1px solid #f3f3f3;
    color: #999999;
    font-family: 'Microsoft YaHei';
    font-size: 13px;
    height: 40px;
}

.widget .widget-search button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #e54c2a;
    font-size: 18px;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 9px;
}

.widget .widget-search {
    position: relative;
}

.blog-right-sidebar .widget {
    border: 1px solid #f1f1f1;
    padding: 25px 20px;
}

.blog-right-sidebar .widget.search {
    border: medium none;
    padding: 0;
}

.widget-title>h3 {
    color: #e54c2a;
    font-family: 'Microsoft YaHei';
    font-size: 20px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.widget-categories a:before {
    content: "";
    font-family: FontAwesome;
    margin-right: 12px;
}

.widget-categories a {
    color: #757575;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.widget-categories ul li {
    padding-bottom: 5px;
    padding-left: 12px;
}

.widget-categories h6 {
    margin-bottom: 5px;
}

.widget-categories h6.open a, .widget-categories a:hover {
    color: #e54c2a;
}

.recent-post-thumbnail {
    float: left;
    width: 15%;
}

.recent-post-thumbnail>img {
    border: 1px solid #f1f1f1;
    height: 30px;
    width: 40px;
}

.recent-post .post-detail {
    float: left;
    padding-left: 15px;
    width: 85%;
}

.post-title>h5 {
    color: #606060;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.single-recent-post {
    overflow: hidden;
}

.recent-post .post-date {
    color: #cccccc;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.blog-right-sidebar .widget.video {
    border: medium none;
    padding: 0;
    position: relative;
}

.widget-video-overlay {
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    height: 128px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.widget-video-overlay>a {
    border: 5px solid #e54c2a;
    border-radius: 50%;
    color: #e54c2a;
    display: inline-block;
    font-size: 22px;
    height: 42px;
    left: 0;
    line-height: 32px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
}

.widget-tag li {
    display: inline-block;
}

.widget-tag li a:hover {
    border-color: #e54c2a;
}

.widget-tag li a {
    color: #757575;
    font-weight: 600;
    text-transform: capitalize;
    border: 1px solid #f1f1f1;
    padding: 10px 12px;
    margin-bottom: 10px;
    margin-right: 10px;
    display: block
}

.blog-right-sidebar .widget.tag {
    padding: 25px 20px 15px;
}

.blog-details-page {
    position: relative;
}

.blog-details-page .bg-img {
    background: rgba(0, 0, 0, 0) url("/Webs/r/Home/5/Themes/images/blog/blog-details-bg.jpg") no-repeat scroll right bottom;
    bottom: 180px;
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
}
 
/*-------------------------
    24.Navigation css here
-------------------------*/
/*-------------------------
    24.1 菜单
-------------------------*/
.menu ul li:hover a, .menu ul li:hover ul li a:hover {
    color: #e54c2a;
    cursor: pointer;

}

.menu ul li:hover ul li a {
    color: #535353;

}

.menu ul li ul.dropdown_menu {
    left: 0;
    top: 100%;
    width: 200px;
}

.menu ul li ul.dropdown_menu, .menu ul li ul.dropdown_menu li ul.dropdown-submenu {
    border-bottom: 2px solid #e54c2a;
    border-top: 2px solid #e54c2a;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    visibility: hidden;
    z-index: 99999;
}

.menu ul li ul.dropdown_menu li {
    border-bottom: 1px solid #ddd;
    display: block;
    -webkit-transform: rotateX(-95deg);
    transform: rotateX(-95deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.menu ul li ul.dropdown_menu li:last-child {
    border-bottom: medium none;
}

.menu ul li ul.dropdown_menu li a {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
}

.menu ul li:hover ul.dropdown_menu, .menu ul li ul.dropdown_menu li:hover ul.dropdown-submenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.menu ul li:hover ul.dropdown_menu li, .menu ul li ul.dropdown_menu li:hover ul.dropdown-submenu li {
    background: #fff;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.menu ul li ul.dropdown_menu li {
    position: relative;
}

.menu ul li ul.dropdown_menu li ul.dropdown-submenu {
    left: 100%;
    margin-top: -2px;
    top: 0;
    width: 100%;
}

.menu ul li ul.dropdown_menu li ul.dropdown-submenu li {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

.menu ul li ul.dropdown_menu li.dropdown-mega:after {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    right: 12px;
    top: 5px;
}

/*-------------------------
    24.2 菜单
-------------------------*/
.menu ul li ul.mgea-menu {
    background: #fff;
    border-bottom: 2px solid #e54c2a;
    border-top: 2px solid #e54c2a;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 0 20px;
    position: absolute;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 99999999;
}

.menu ul li:hover ul.mgea-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    visibility: visible;
}

.menu ul li.mega-parent, .header .container .row [class*="col-"] {
    position: static;
}

.mgea-full-width {
    position: relative;
}

.menu ul li ul.mgea-menu li.mega-sub {
    float: left;
    padding-left: 20px;
    width: 25%;
}

.menu ul li.mega-parent ul li a {
    padding: 15px 0;
}

.menu ul li.mega-parent ul li ul li {
    border-bottom: 1px solid #ddd;
    display: block;
}

.menu ul li.mega-parent ul li ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    text-transform: capitalize;
}

.menu ul li.mega-parent ul li ul li:last-child {
    border-bottom: medium none;
}

.menu ul li ul.mgea-menu li.mega-sub:first-child {
    padding-left: 0;
}

.menu ul li ul.mgea-menu:before {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
 

/*-------------------
    26. 手机导航菜单
----------------------------*/
.mobile-menu-area {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 16px;
    position: absolute;
    width: 100%;
    z-index: 9999999;
}

.mean-container a.meanmenu-reveal {
    float: left;
    left: 56% !important;
    position: absolute;
    top: -75px;
}

.mean-container .mean-nav ul li a.mean-expand {
    font-family: 'Microsoft YaHei';
}

.mobile-menu-area .mean-nav {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/*------------------------
    27. sticky menu css here
---------------------------*/
.sticky {
    -webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.sticky .menu ul li a {
    padding: 36px 0 36px 32px;
}

.header.sticky .logo {
    margin-bottom: -20px;
    width: 125px;
}
.header.sticky .logo a{
    padding: 17px 16px;
}
.header.sticky .logo:after {
    padding-bottom: 18px;
}
.sticky .header-right .search {
    padding-top: 32px;
}

/*--------------------------
    28. Home two css here
---------------------------------*/
.slider-content {
    background: rgba(0, 0, 0, 0) url("/Webs/r/Home/5/Themes/images/slider/1.jpg") no-repeat scroll center center / cover;
    padding: 180px 0;
    z-index: 9;
}

.slider-content.parallax {
    background: rgba(0, 0, 0, 0) url("/Webs/r/Home/5/Themes/images/slider/1.jpg") no-repeat fixed center center / cover;
}
 
 
/*--------------------------
    31.4 Button css
---------------------------------*/
a.button {
    background: #e54c2a none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: all 0.5s ease-in 0s;
    transition: all 0.5s ease-in 0s
}

a.button.large {
    font-size: 18px;
    padding: 18px 0;
}

.button.large span {
    display: inline-block;
    padding: 0 60px;
}

.button span {
    font-family: 'Microsoft YaHei';
}

.button.large i {
    padding: 0 12px;
}

a.button.medium {
    font-size: 16px;
    padding: 18px 0;
}

.button.medium span {
    display: inline-block;
    padding: 0 40px;
}

.button.medium i {
    padding: 0 12px;
}

a.button.little {
    font-size: 15px;
    padding: 14px 0;
}

.button.little span {
    display: inline-block;
    padding: 0 20px;
}

.button.little i {
    padding: 0 12px;
}

a.button.button-black {
    background: #4a4a4a
}

a.button.button-black:hover {
    background: #fff;
    color: #4a4a4a
}

a.button.button-white, a.button:hover {
    background: #fff;
    color: #e54c2a
}

a.button.button-white:hover, a.button.border_radius.button-black:hover {
    background: #e54c2a;
    color: #fff
}

a.button.border-radius {
    border-radius: 0;
    padding: 14px 0;
}

a.button.btn-gray {
    background: #e5e5e5 none repeat scroll 0 0;
    color: #777;
}

a.button.border_radius {
    border-radius: 30px;
    font-size: 15px;
    padding: 16px 8px;
    text-transform: uppercase;
}

a.button.btn-border {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid;
    color: #4a4a4a;
}

a.button.btn-gray:hover, a.button.btn-border:hover {
    color: #e54c2a
}

/*-------------------
	32. Preloader CSS here
----------------------*/
.preloader {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    z-index: 99999999;
}

.loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

.loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}

.object {
    width: 20px;
    height: 20px;
    background-color: #e54c2a;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    border-radius: 50% 50% 50% 50%;
}

.object_one {
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
}

.object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes object_one {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_one {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_two {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_two {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@-webkit-keyframes object_three {
    75% {
        -webkit-transform: scale(0);
    }
}

@keyframes object_three {
    75% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@media screen and (max-width: 767px) {
    #scrollUp {
        bottom: 70px;
    }

    .copyright {
        display: none;
    }

    .footer {
        padding-bottom: 70px;
    }
}


/*新*/
/* 标题 */
.web_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.web_title_main {
    display: inline-block;
}

.web_title .title {
    font-size: 40px;
    color: #333333;
}

.web_title .tag {
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.web_title .tag img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin: 0 10px;
}

.web_title .tag::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #00873b;
}

.web_title .tag::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background: #00873b;
}

/* 上下翻页按钮 */
.arrow_left,
.arrow_right {
    width: 60px;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}

.arrow_left {
    left: -40px;
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/arrow.png);
}

.arrow_right {
    right: -40px;
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/arrow2.png);
}

.arrow_left:hover,
.arrow_right:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

/* 指示点 */
.web_article_pagination {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.web_article_pagination .swiper-pagination span {
    width: 36px;
    height: 6px;
    border-radius: 1px;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 3px;
    opacity: 1;
}

.web_article_pagination .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #00873B;
}


/* 专利技术 */
.web_business {
    width: 100%;
    background-color: white;
    overflow: hidden;
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: auto;
}

.web_business_main {
    max-width: 1200px;
    height: 100%;
    padding: 70px 0 65px;
    box-sizing: border-box;
    margin: 0 auto;
}

.web_business_content {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
}

.web_business_item {
    width: 100%;
    padding: 50px 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.web_business_item .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.web_business_item .swiper-slide {
    width: 360px;
    height: 515px;
    padding: 15px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px #dfdfdf;
    border: 1px solid transparent;
    text-align: center;
}

.web_business_item .swiper-slide .slide_img {
    width: 100%;
    height: 430px;
    overflow: hidden;
    font-size: 0;
}

.web_business_item .swiper-slide .slide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.web_business_item .swiper-slide .title {
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web_business_item .swiper-slide:hover {
    border-color: #00873b;
}

.web_business_item .swiper-slide:hover .title {
    color: #00873b;
}

.web_business_item .swiper-slide:hover img {
    transform: scale(1.1);
}

/* 重点投资项目 */
.web_invest {
    width: 100%;
    background-color: #F0F3F9;
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/bg2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    overflow: hidden;
}

.web_invest_main {
    max-width: 1200px;
    height: 100%;
    padding: 70px 0 58px;
    box-sizing: border-box;
    margin: 0 auto;
}

.web_invest_content {
    width: 100%;
    padding: 0 30px 60px;
    margin-top: 65px;
    box-sizing: border-box;
    position: relative;
}

/* top swiper */
.web_invest_list {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.web_invest_list li {
    width: 100%;
    display: none;
}

.web_invest_list li.active {
    display: block;
}

.web_invest_list li a {
    display: flex;
}

.web_invest_list_img {
    width: 560px;
    height: 320px;
    padding: 10px;
    box-sizing: border-box;
    background: #ffffff;
    overflow: hidden;
}

.web_invest_list_img div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
}

.web_invest_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.web_invest_list_content {
    flex: 1;
    height: 320px;
    padding: 50px 35px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ffffff;
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/bg_ms.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
    position: relative;
}

.web_invest_list_content .title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.web_invest_list_content .describe {
    font-size: 14px;
    color: #6a6a6a;
    word-wrap: break-word;
    word-break: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 25px;
    line-height: 1.7;
    text-align: justify;
}

.web_invest_list_content .more {
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 35px;
    bottom: 50px;
    padding: 12px 0;
    box-sizing: border-box;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.web_invest_list_content .more::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #333333;
    transition: all 0.6s ease;
}

.web_invest_list_content .more img {
    width: 23px;
}

.web_invest_list li:hover .web_invest_list_img img {
    transform: scale(1.1);
}

.web_invest_list li:hover .more::after {
    width: 100%;
}

/* item  swiper*/
.web_invest_item {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}

.web_invest_item .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.web_invest_item .swiper-slide {
    width: 210px;
    height: 115px;
}

.web_invest_item .swiper-slide img {
    width: 210px;
    height: 115px;
    object-fit: cover;
}

.web_invest_item .web_article_pagination {
    bottom: 10px;
}

/* 重点投资项目 */
.web_holding {
    width: 100%;
    background-color: #F0F3F9;
    overflow: hidden;
}

.web_holding.active {
    background-color: white;
}

.web_holding_main {
    max-width: 1200px;
    height: 100%;
    padding: 70px 0 58px;
    box-sizing: border-box;
    margin: 0 auto;
}

.web_holding_content {
    width: 100%;
    padding: 0 30px 60px;
    margin-top: 65px;
    box-sizing: border-box;
    position: relative;
}

/* item  swiper*/
.web_holding_item {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 40px;
}

.web_holding_item .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.web_holding_item .swiper-slide {
    width: 210px;
    height: 90px;
    display: block;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #e1e6f0;
    overflow: hidden;
}

.web_holding_item .swiper-slide img {
    width: 210px;
    height: 90px;
    object-fit: cover;
    transition: all 0.6s;
}

.web_holding_item .swiper-slide:hover img {
    transform: scale(1.1);
}

.web_holding_item .web_article_pagination {
    bottom: 10px;
}

/* 新闻中心 */
.web_news {
    width: 100%;
    background-color: #ffffff;
    overflow: hidden;
}

.web_news_main {
    max-width: 1200px;
    height: 100%;
    padding: 70px 15px 58px;
    box-sizing: border-box;
    margin: 0 auto;
}

.web_news_con {
    margin-top: 60px;
    margin-bottom: 30px;
}

/*搜索*/
i.mdi.mdi-close,
i.mdi.mdi-magnify {
    width: 16px;
    height: 16px;
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/sousuo.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
i.mdi.mdi-close {
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/close.png);
}
#scrollUp {
    display: flex;
    align-items: center;
    justify-content: center;
}
i.fa-angle-up {
    width: 28px;
    height: 28px;
    background-image: url(/Webs/r/Home/5/Themes/images/Bg/top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
i.fa-angle-up:before,
i.mdi.mdi-close:before,
i.mdi.mdi-magnify:before{
    display:none;
}
.search-inside a.search-close,
.searchbar-inner .search button {
    top: 50%;
    transform: translate(0, -50%);
    font-size:0;
}
.search-inside a.search-close {
    right:-35px;
}


/*底部*/
footer a {
    font-size: 14px;
    color: #a3afa8;
}
.top_footer {
    padding: 45px 0;
}
 
.footer_logo img {
    height: 41px;
}
.footer_introduce {
    font-size: 14px;
    color: #a3afa8;
    line-height: 1.6;
    margin-top: 30px;
    text-align: justify;
    margin-right: 85px;
}
 
.footer_title {
    font-size: 16px;
    color: #ffffff;
    height: 41px;
    position:relative;
}
.footer_title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width: 36px;
    height: 2px;
    background: #00873b;
}

.footer_code,
.footer_con {
    margin-top: 25px;
    font-size: 14px;
    color: #a3afa8;
}
 
.footer_con>div{
    font-size: 14px;
    color: #a3afa8;
    margin-bottom: 12px;
    line-height: 1.6;
}

 
.footer_list .footer_code {
    width: 76px;
    text-align: center;
}
.footer_list .footer_code img {
    width: 76px;
    height: 76px;
    object-fit:cover;
}
.footer_list .footer_code div {
    margin-top:10px;
    font-size: 14px;
    color: #a3afa8;
}

 
footer .bottom-footer {
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,0.3);
}
footer .bottom-footer p{
    margin:0;
    color: #a3afa8;
}
 
footer .bottom-footer p a:hover{
    color: #00873b;
}
/*屏幕小于或等于1200px*/
@media screen and (max-width:1200px) {

}

/*屏幕小于或等于 991px */
@media screen and (max-width:991px) {
    .footer_introduce {
        margin-right:0;
    }
    .footer_list {
        margin-top: 30px;
    }
}

/*屏幕小于或等于 767px */
@media screen and (max-width:767px) {
    footer{
        padding-bottom:50px;
    }
    .nivo-controlNav a{
        font-size:0 !important;
    }
}

/*屏幕小于或等于 600px */
@media screen and (max-width:600px) {

}

/*屏幕小于或等于 480px */
@media screen and (max-width:480px) {

}