@font-face {
    font-family: 'Poppins-Medium';
    src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
}




@media screen and (max-width: 1000px){
  .yinonghide {
    display: none !important;
  }
}
body {
    font-family: "Poppins-Medium";
    max-width: 1920px;
    margin: 0 auto;
}
.ui.container {
    padding: 0 15px;
    position: relative;
    width: 1230px;
}
.body-overflow-box {
    position: relative;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


    .uiyhgbnjkm {
        font-size: 16px;
        line-height: 2;
        margin-top: 50px;
    }

.ghjew {
  font-size: 15px;
  line-height: 2;
  margin-top: 20px;
}

.www {
  font-size: 28px;
  line-height: 2;
  color: #333;
  font-weight: 700;
  margin-top: 20px;
}

.aaa {
  font-size: 16px;
  line-height: 2;
}

.dfvbbc {
  font-size: 16px;
  line-height: 2;
}

.impyoom {
  font-size: 15px;
}


#header {
    z-index: 21;
    position: relative;
}
#header .nav {
    line-height: 100px;
    height: 100px;
    text-align: right;
    display: inline-block;
    width: 100%;
}
#header .nav:after {
    content: '';
    display: block;
    clear: both;
}
#header .nav .ui.menu .logo {
    display: inline-block;
    margin-left: 0;
    margin-right: auto;
    vertical-align: middle;
    float: left;
}
#header .nav .ui.menu .logo img {
    display: inline-block;
    vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: auto;
    margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
    color: black;
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    z-index: 100;
    float: left;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
    color: #d91e14;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    -webkit-perspective: 500px;
    perspective: 500px;
    transform-style: preserve-3d;
    text-align: left;
    position: absolute;
    font-size: 15px;
    background: #fff;
    top: 100%;
    left: -10px;
    width: 180px;
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform: rotate3d(1, 0, 0, -90deg);
    -moz-transform: rotate3d(1, 0, 0, -90deg);
    -ms-transform: rotate3d(1, 0, 0, -90deg);
    -o-transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    opacity: 0;
    transition: transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #d91e14;
    display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
    display: block;
    float: none;
    padding: 8px 15px;
    line-height: 24px;
    color: black;
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
    display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
    background: #222;
    color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transform: rotate3d(0, 0, 0, 0);
    -moz-transform: rotate3d(0, 0, 0, 0);
    -ms-transform: rotate3d(0, 0, 0, 0);
    -o-transform: rotate3d(0, 0, 0, 0);
    display: block \9;
}
#header .nav .ui.menu .h-search {
    display: inline-block;
    vertical-align: middle;
    margin-left: 70px;
    margin-right: 0;
    cursor: pointer;
    cursor: hand;
}
#header .nav .ui.menu .h-search img {
    display: inline-block;
    vertical-align: middle;
}
#header .nav .search-box {
    line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
#header .nav .search-box form {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 60%;
    margin-left: -30%;
}
#header .nav .search-box form input {
    background: none;
    outline: none;
    border: none;
}
#header .nav .search-box form input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 26px;
    color: #000;
    padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/tc-zoom.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
#header .nav .search-box .close {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
#banner .slick-arrow:hover {
    background-color: #d91e14;
}
#banner:hover .slick-arrow {
    opacity: 1;
}
#banner .slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 15px;
}
#banner .slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 15px;
}
#banner .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    background-size: 10px;
}
#banner ul.slick-dots {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
#banner ul.slick-dots li {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
    border: 6px solid white;
    background-color: #d91e14;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner ul.slick-dots li button {
    display: none;
}
#banner ul.slick-dots li.slick-active {
    border-color: #d91e14;
    background-color: white;
}
#banner .slick-slide .content {
    display: none;
}
#banner .slick-active .content {
    display: block;
}
table {
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto;
}
table tbody {
    display: table;
    width: 100% !important;
}
table td,
table th {
    padding: 5px 10px;
    border: 1px solid #666;
    width: auto !important;
    height: auto !important;
}
table tr {
    width: auto !important;
    height: auto !important;
}
table tr:nth-child(even) {
    background: #f6f6f6;
}
.wpulike.wpulike-default {
    display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
    display: inline-block;
}
.post-views-box {
    position: relative;
    margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
    background-image: url(../images/fw.png) !important;
    filter: none;
}
.wpulike {
    z-index: 10;
}
.wpulike.post-views-box {
    z-index: 5;
}
#banner {
    position: relative;
}
#banner li {
    position: relative;
}
#banner li .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#banner li .content .left {
    max-width: 620px;
}
#banner li .content .left h5 {
    font-size: 24px;
    text-transform: uppercase;
    color: #404040;
}
#banner li .content .left h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 15px 0;
    line-height: 60px;
}
#banner li .content .left p {
    font-size: 20px;
    line-height: 26px;
    color: #404040;
}
#banner li .content .left a.more {
    display: inline-block;
    vertical-align: middle;
    background: #222;
    color: white;
    padding: 0 40px;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 25px;
    transition: .5s;
}
#banner li .content .left a.more::hover {
    background: #d91e14;
}
#banner .nivo-directionNav a {
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    color: transparent;
    overflow: hidden;
    text-indent: -999em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .nivo-directionNav a {
    opacity: 0;
}
#banner:hover .nivo-directionNav a {
    opacity: 1;
}
#banner .nivo-directionNav a:hover {
    background-color: #d91e14;
}
#banner .nivo-directionNav a.nivo-prevNav {
    background-image: url(../images/banner-btn-l.png);
    left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
    background-image: url(../images/banner-btn-r.png);
    right: 40px;
}
#banner .nivo-controlNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: auto !important;
    opacity: 0 !important;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#banner .nivo-controlNav a {
    width: 25px  !important;
    height: 25px !important;
    background: #fff !important;
    border: 7px solid #7d7d7d !important;
    border-radius: 100% !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0 8px !important;
}
#banner .nivo-controlNav a.active {
    border-color: #d91e14 !important;
}
html.mobile {
    overflow: hidden;
}
html.mobile .body-overflow-box {
    position: relative;
    left: 280px;
}
#mobile {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: none;
    z-index: 20;
    height: auto !important;
}
#mobile:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .mobile-logo {
    position: absolute;
    left: 100%;
    width: 100vw;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #111;
    -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}
#mobile #menu-on {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    position: absolute;
    left: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1;
}
#mobile #menu-on i {
    width: 23px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
#mobile #menu-on i.line1 {
    top: 12px;
}
#mobile #menu-on i.line2 {
    top: 19px;
}
#mobile #menu-on i.line3 {
    top: 26px;
}
#mobile .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white;
}
#mobile .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
    display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
    background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee;
}
#mobile .menu-content h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px;
}
#mobile .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px;
}
#mobile .menu-content .menu-logo {
    display: block;
}
#mobile .menu-content .menu-logo img {
    margin: 0 auto;
}
#mobile .menu-content .menu-list {
    margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
    color: #d91e14;
    text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
    position: relative;
}
#mobile .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
#mobile .menu-content .mob-yuy {
    margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
    background: #d91e14;
}
#mobile .menu-content #menu-off {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand;
}
#mobile.active {
    left: 0;
}
#mobile.active:before {
    right: 0;
}
#mobile.active #menu-on i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    -o-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 12px;
    margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
    opacity: 0;
}
#mobile.active #menu-on i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    -o-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 28px;
    margin-left: 3px;
}
#mobile.white .mobile-logo {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: white;
}
#mobile.white .menu-content {
    background: white;
    color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
    background: black;
}
#mobile.white .menu-content .mob-search form input {
    border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
    #banner,
    .inner-banner {
        margin-top: 40px;

}
#banner {
    padding: 0 60px;
}
#index-body .init-1 {
    padding: 70px 0;
    display: inline-block;
    width: 100%;
}
#index-body .init-1 .left {
    float: left;
    width: 33.333%;
    padding-right: 15px;
}
#index-body .init-1 .right {
    width: 33.333%;
    float: right;
    padding-left: 15px;
}
#index-body .init-1 .center {
    width: 33.333%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}
#index-body .init-1 .center a:last-child {
    margin-top: 20px;
}
#index-body .init-1 a {
    display: block;
}
#index-body .init-1 a img {
    width: 100%;
}
#index-body .init-1 a h5 {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-1 a h5 small {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-top: 10px;
}
#index-body .init-1 a h5 small i {
    width: 12px;
    height: 12px;
    line-height: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    color: white;
    font-size: 12px;
    background: #d91e14;
    text-align: center;
    text-indent: 2px;
}
#index-body .init-1 a:hover h5 {
    color: #d91e14;
}
#index-body .init-2 {
    padding: 30px 0 70px;
    text-align: center;
}
#index-body .init-2 h3 {
    font-size: 32px;
    color: #333;
}
#index-body .init-2 h3 small {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    margin-top: 15px;
}
#index-body .init-2 .nav-top {
    padding-top: 40px;
}
#index-body .init-2 .nav-top ul {
    margin: -10px;
}
#index-body .init-2 .nav-top ul li {
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
}
#index-body .init-2 .nav-top ul li a {
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    color: #999;
    background: #f1f1f1;
    display: block;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .nav-top ul li a:after {
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #292929;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-2 .nav-top ul li a:hover,
#index-body .init-2 .nav-top ul li a.active {
    background: #292929;
    color: white;
}
#index-body .init-2 .nav-top ul li a:hover:after,
#index-body .init-2 .nav-top ul li a.active:after {
    opacity: 1;
}
#index-body .init-2 .box {
    padding-top: 50px;
}
#index-body .init-2 .box ul {
    text-align: left;
    margin: -15px 0;
}
#index-body .init-2 .box ul li {
    padding: 15px;
}
#index-body .init-2 .box ul li a.img-box {
    width: 100%;
    display: block;
}
#index-body .init-2 .box ul li a.img-box img {
    width: 100%;
}
#index-body .init-2 .box ul li .content {
    display: block;
    margin-top: 10px;
}
#index-body .init-2 .box ul li .content h5 {
    font-size: 14px;
    color: #929292;
    padding-right: 70px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#index-body .init-2 .box ul li .content h5:after {
    content: "\f005\f005\f005\f005\f123";
    font-family: "FontAwesome";
    color: #d91e14;
    position: absolute;
    right: 0;
    top: 0;
}
#index-body .init-2 .box ul li .content h4 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#index-body .init-2 .box ul li .content h4:hover {
    color: #d91e14;
}
#index-body .init-3 {
    padding-top: 80px;
}
#index-body .init-3 .box {
    margin: 0 -15px;
}
#index-body .init-3 .box .box2 {
    padding: 0 15px;
}
#index-body .init-3 .box .text {
    line-height: 320px;
    height: 320px;
    background-size: cover;
    padding: 0 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#index-body .init-3 .box .text:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}
#index-body .init-3 .box .text .content {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}
#index-body .init-3 .box .text .content i {
    display: block;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#index-body .init-3 .box .text .content h3 {
    font-size: 30px;
    line-height: 40px;
    max-width: 160px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 80px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-3 .box .text .content h3:hover {
    color: #d91e14;
}
#index-body .init-3 .box .text .content a.more {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 2px solid #222;
    display: inline-block;
    margin-top: 75px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-3 .box .text .content a.more:hover {
    border-color: #d91e14;
}
#index-body .init-3 .box .text:hover:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
#index-body .init-4 {
    padding: 90px 0;
}
#index-body .init-4 ul li {
    padding: 0 30px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-4 ul li i {
    display: block;
    height: 52px;
}
#index-body .init-4 ul li h4 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0 2px;
}
#index-body .init-4 ul li p {
    color: #999;
    font-size: 12px;
    line-height: 24px;
}
#index-body .init-4 ul li:hover {
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
}
#index-body .init-5 .box {
    padding: 50px 0 120px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
#index-body .init-5 .box h3 {
    font-size: 32px;
    color: #333;
    text-align: center;
}
#index-body .init-5 .box h3 small {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    display: block;
    margin-top: 10px;
}
#index-body .init-5 .box .box2 {
    padding-top: 40px;
}
#index-body .init-5 .box .box2 ul li {
    padding: 0 15px;
}
#index-body .init-5 .box .box2 ul li a.img-box {
    display: block;
}
#index-body .init-5 .box .box2 ul li a.img-box img {
    width: 100%;
}
#index-body .init-5 .box .box2 ul li .content {
    display: block;
    padding-top: 15px;
}
#index-body .init-5 .box .box2 ul li .content h4 {
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-5 .box .box2 ul li .content h4:hover {
    color: #d91e14;
}
#index-body .init-5 .box .box2 ul li .content p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin: 10px 0 20px;
    max-height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#index-body .init-5 .box .box2 ul li .content a.more {
    display: inline-block;
    font-size: 15px;
    color: #333;
    padding-bottom: 0;
    border-bottom: 2px solid #efefef;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#index-body .init-5 .box .box2 ul li .content a.more:hover {
    border-color: #d91e14;
}
#footer .footer-top {
    padding: 90px 0;
    text-align: center;
}
#footer .footer-top .box {
    max-width: 700px;
    margin: 0 auto;
    display: block;
}
#footer .footer-top i {
    font-size: 12px;
    color: #999;
}
#footer .footer-top h3 {
    font-size: 32px;
    color: #222;
    text-transform: capitalize;
    margin-bottom: 5px;
}
#footer .footer-top p {
    display: block;
    font-size: 12px;
    color: #999;
}
#footer .footer-top form {
    padding-top: 35px;
    max-width: 620px;
    display: block;
    margin: 0 auto;
}
#footer .footer-top form input {
    line-height: 50px;
    height: 50px;
    width: 100%;
    border: 2px solid #efefef;
    padding: 0 20px;
    font-size: 12px;
    color: #222;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-top form input:focus {
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
#footer .footer-top form .mail {
    margin-top: 10px;
    position: relative;
}
#footer .footer-top form .mail:after {
    content: '';
    width: 2px;
    height: 20px;
    background: #efefef;
    position: absolute;
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
#footer .footer-top form .mail input {
    padding-right: 20%;
}
#footer .footer-top form .mail input[type="submit"] {
    width: 20%;
    background: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    border-left: none;
    position: absolute;
    top: 0;
    right: 0;
}
#footer .footer-top form .mail input[type="submit"]:hover {
    color: #d91e14;
}
#footer .footer-bottom {
    padding: 35px 0 25px;
    border-top: 1px solid #ebebeb;
}
#footer .footer-bottom .left {
    font-size: 12px;
    color: #929292;
    vertical-align: middle;
}
#footer .footer-bottom .left p {
    display: inline-block;
    vertical-align: middle;
}
#footer .footer-bottom .left img {
    max-height: 13px;
}
#footer .footer-bottom .left i {
    color: #e33157;
}
#footer .footer-bottom .right {
    text-align: right;
    vertical-align: middle;
}
#footer .footer-bottom .right ul li {
    margin-left: 30px;
    font-size: 18px;
    color: #929292;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
#footer .footer-bottom .right ul li:first-child {
    margin-left: 0;
}
#footer .footer-bottom .right ul li:hover {
    color: #d91e14;
}
#go-top {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    text-align: center;
    background: #222;
    right: 15px;
    bottom: 15px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    cursor: hand;
    z-index: 11;
}
@media screen and (max-width: 1500px) {
    #header .nav {
        height: 80px;
        line-height: 80px;
    }
    #header .nav .ui.menu .logo img {
        max-height: 80px;
    }
    #banner {
        padding: 0 20px;
    }
    #index-body .init-1 {
        padding: 50px 0;
    }
    #index-body .init-2 {
        padding: 30px 0;
    }
    #index-body .init-5 .box {
        padding: 50px 0;
    }
    #index-body .init-4,
    #footer .footer-top {
        padding: 60px 0;
    }
    #footer .footer-bottom {
        padding: 20px 0;
    }
    #index-body .init-2 h3,
    #index-body .init-5 .box h3,
    #footer .footer-top h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1250px) {
    .ui.container {
        width: 970px;
        
    }
    #banner {
        padding: 0;
    }
    #header .nav .ui.menu .menu-box ul.menu > li {
        font-size: 14px;
    }
    #header .nav .ui.menu .h-search {
        margin-left: 30px;
    }
    #index-body .init-2 {
        padding: 0;
    }
    #index-body .init-2 .nav-top {
        padding-top: 20px;
    }
    #index-body .init-2 .nav-top ul li a {
        line-height: 32px;
        height: 32px;
        padding: 0 15px;
        font-size: 14px;
    }
    #index-body .init-2 .box {
        padding-top: 30px;
    }
    #index-body .init-2 .box ul li .content h5 {
        font-size: 12px;
    }
    #index-body .init-2 .box ul li .content h4 {
        font-size: 14px;
    }
    #index-body .init-3 .box .text {
        padding: 0 5%;
        line-height: 280px;
        height: 280px;
    }
    #index-body .init-3 .box .text .content i {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #index-body .init-3 .box .text .content h3 {
        font-size: 24px;
        line-height: 34px;
    }
    #index-body .init-3 .box .text .content a.more {
        margin-top: 30px;
    }
}
@media screen and (max-width: 1000px) {
    .ui.container {
        width: 700px;
    }
    #mobile {
        display: block;
    }
    #header {
        display: none;
    }
    #index-body .init-1 .left {
        width: 50%;
    }
    #index-body .init-1 .right {
        width: 50%;
    }
    #index-body .init-1 .center {
        width: 100%;
        letter-spacing: -5px;
        padding: 0;
        padding-top: 30px;
    }
    #index-body .init-1 .center a {
        width: 50%;
        margin: 0 !important;
        letter-spacing: 0;
        display: inline-block;
    }
    #index-body .init-1 .center a:first-child {
        padding-right: 15px;
    }
    #index-body .init-1 .center a:last-child {
        padding-left: 15px;
    }
    #index-body .init-3 .box .text .content h3 {
        font-size: 20px;
        line-height: 28px;
    }
    #index-body .init-3 .box .text {
        line-height: 200px;
        height: 200px;
    }
    #index-body .init-3 .box .text .content a.more {
        font-size: 12px;
        margin-top: 15px;
    }
    #index-body .init-4 ul li {
        padding: 0 10px;
    }
    #index-body .init-4 ul li h4 {
        padding: 10px 0 2px;
    }
    #go-top {
        display: none !important;
    }
    #banner li .content .left h2 {
        font-size: 40px;
        line-height: 40px;
    }
    #banner li .content .left p {
        font-size: 16px;
        line-height: 20px;
    }
    #banner li .content .left a.more {
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
    }
}
@media screen and (max-width: 700px) {
    .ui.container {
        width: 100%;


    }
    #index-body .init-1 {
        padding: 20px 0;
    }
    #index-body .init-1 .left,
    #index-body .init-1 .center a:first-child {
        padding-right: 10px;
    }
    #index-body .init-1 .right,
    #index-body .init-1 .center a:last-child {
        padding-left: 10px;
    }
    #index-body .init-1 .center {
        padding-top: 20px;
    }
    #index-body .init-2 h3,
    #index-body .init-5 .box h3,
    #footer .footer-top h3 {
        font-size: 24px;
    }
    #index-body .init-2 h3 small,
    #index-body .init-5 .box h3 small,
    #footer .footer-top h3 small {
        margin-top: 5px;
    }
    #index-body .init-2 .nav-top {
        display: none;
    }
    #index-body .init-2 .box ul li {
        padding: 0 10px;
    }
    #index-body .init-2 .box ul {
        margin: 0 -10px;
    }
    #index-body .init-3 {
        padding-top: 50px;
    }
    #index-body .init-3 .box .box2 {
        width: 100%;
        padding: 10px 0;
    }
    #index-body .init-3 .box {
        margin: -10px 0;
    }
    #index-body .init-4 ul li {
        width: 100%;
        padding: 10px;
    }
    #index-body .init-4 ul {
        margin: -10px;
    }
    #index-body .init-4 ul li i {
        height: 40px;
    }
    #index-body .init-4 ul li i img {
        max-height: 100%;
    }
    #index-body .init-5 .box .box2 ul li .content p {
        font-size: 12px;
        line-height: 20px;
        max-height: 60px;
        margin: 5px 0 10px;
    }
    #index-body .init-5 .box .box2 ul li {
        padding: 0 10px;
    }
    #index-body .init-5 .box .box2 ul {
        margin: 0 -10px;
    }
    #footer .footer-top form input {
        line-height: 40px;
        height: 40px;
        border-width: 1px;
    }
    #footer .footer-bottom .left {
        width: 100%;
        text-align: center;
    }
    #footer .footer-bottom .right {
        width: 100%;
        text-align: center;
    }
    #banner li .content .left h2 {
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 0;
        text-align: center;
    }
    #banner li .content .left h5 {
        font-size: 20px;
        text-align: center;
    }
    #banner li .content .left p,
    #banner li .content .left a.more {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    #index-body .init-1 .left,
    #index-body .init-1 .right,
    #index-body .init-1 .center a {
        width: 100%;
        padding: 10px 0 !important;
    }
    #index-body .init-1 .center {
        padding-top: 0;
    }
    #footer .footer-top form .mail input[type="submit"] {
        width: 30%;
    }
    #footer .footer-top form .mail:after {
        right: 30%;
    }
    #footer .footer-top form .mail input {
        padding-right: 30%;
    }
    #footer .footer-bottom .right ul li {
        font-size: 16px;
    }
}
.inner-banner {
    padding:0px;
    line-height: 400px;
    height: 400px;
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner .box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.inner-banner .box h3 {
    font-size: 36px;
    line-height: 36px;
    color: white;
}
.inner-banner .box .mbx {
    color: white;
    font-size: 14px;
    line-height: 2;
    text-transform: capitalize;
    margin-top: 20px;
}
.inner-banner .box .mbx span {
    color: #d91e14;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
    margin: 3px;
}
.inner-page {
    position: relative;
    z-index: 1;
}
.inner-page .chengsheng{
    font-size: 36px;
    text-align: center;
}
.inner-page .sidebar-left {
    width: 25%;


}
.inner-page .sidebar-left .box {
    margin-bottom: 30px;
}
.inner-page .sidebar-left .box:last-child {
    margin-bottom: 0;
}
.inner-page .sidebar-left .box h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.inner-page .sidebar-left .box ul li {
  font-size: 15px;
    color: #707070;
    width: 200px;
    border-bottom: solid 1px #ccc;
    padding: 3px;
    margin-bottom: 5px;
}
.inner-page .sidebar-left .box ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-left .box ul li a.child:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    font-size: 16px;
}
.inner-page .sidebar-left .box ul li a:hover,
.inner-page .sidebar-left .box ul li a.active {
    color: #d91e14;
    font-weight: bold;
}
.inner-page .sidebar-left .box ul li ul {
    padding-left: 10px;
    display: none;
}
.inner-page .sidebar-left .box ul li.active a.child {
    color: #d91e14;
}
.inner-page .sidebar-left .box ul li.active a.child:after {
    content: "\f107";
}
.inner-page .sidebar-right {
    width: 75%;
    padding-left: 30px;
}
.inner-page .sidebar-right .chengsheng {
    text-align: center;
}
.inner-page .m-page {
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 30px;
    font-size: 14px;
    color: #333;

}
.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page .cud {
    color: #d91e14;
}
.about-page .about-1 {
    padding: 90px 0;
}
.about-page .about-1 .left {
    padding-right: 15px;
    vertical-align: middle;
}
.about-page .about-1 .left h3 {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.about-page .about-1 .left h5 {
    font-size: 15px;
    color: #333;
    margin: 10px 0 20px;
    font-weight: bold;
}
.about-page .about-1 .left .text {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
}
.about-page .about-1 .right {
    padding-left: 15px;
    vertical-align: middle;
}
.about-page .about-2 {
    background: #f7f7f7;
    padding: 80px 0;
}
.about-page .about-2 .left {
    vertical-align: middle;
}
.about-page .about-2 .left h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}
.about-page .about-2 .left .text {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    margin-top: 25px;
}
.about-page .about-2 .right {
    vertical-align: middle;
}
.about-page .about-2 .right ul {
    margin: -15px 0;
}
.about-page .about-2 .right ul li {
    padding: 15px 0;
}
.about-page .about-2 .right ul li h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.about-page .about-2 .right ul li span {
    display: block;
    width: 100%;
    height: 6px;
    background: #ebebeb;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.about-page .about-2 .right ul li span i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 3px;
    background: #ff4545;
    -webkit-transition: 2s .5s;
    -moz-transition: 2s .5s;
    -ms-transition: 2s .5s;
    -o-transition: 2s .5s;
    transition: 2s .5s;
}
.about-page .about-2 .right ul li:nth-child(1) span i {
    width: 0;
}
.about-page .about-2 .right ul li:nth-child(2) span i {
    width: 0;
}
.about-page .about-2 .right ul li:nth-child(3) span i {
    width: 0;
}
.about-page .about-2 .right ul li.active:nth-child(1) span i {
    width: 60%;
}
.about-page .about-2 .right ul li.active:nth-child(2) span i {
    width: 70%;
}
.about-page .about-2 .right ul li.active:nth-child(3) span i {
    width: 80%;
}
.about-page .about-3 {
    padding: 100px 0;
    text-align: center;background: #f6f6f6;margin-bottom: 50px;
}
.about-page .about-3 ul {
    margin: 0 -20px;
}
.about-page .about-3 ul li {
    padding: 0 20px;
}
.about-page .about-3 ul li i {
    display: block;
}
.about-page .about-3 ul li i img {
    max-height: 70px;
}
.about-page .about-3 ul li h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 20px 0;
}
.about-page .about-3 ul li p {
    color: #777;
    line-height: 24px;
    font-size: 14px;
}
.about-page .about-4 h3 {
    font-size: 32px;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}
.about-page .about-4 .box {
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.about-page .about-4 .box ul {
    margin: 0 -15px;
}
.about-page .about-4 .box ul li {
    padding: 0 15px;
}
.about-page .about-4 .box ul li a.img-box {
    display: block;
}
.about-page .about-4 .box ul li a.img-box h5 {
    position: relative;
    z-index: 1;
    font-size: 14px;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.faq-page h3 {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 3px 0;
}
.faq-page p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
}
.faq-page .top {
    padding: 80px 0 60px;
}
.faq-page .bottom {
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}
.faq-page .bottom ul li {
    margin-bottom: 10px;
    border: 1px solid #efefef;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .bottom ul li:last-child {
    margin-bottom: 0;
}
.faq-page .bottom ul li h3 {
    background: #f8f8f8;
    padding: 3px 30px 3px 10px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.faq-page .bottom ul li h3:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .bottom ul li .text {
    padding: 15px 20px;
    display: none;
}
.faq-page .bottom ul li.active {
    border-color: #d91e14;
}
.faq-page .bottom ul li.active h3 {
    background: #d91e14;
    color: white;
}
.faq-page .bottom ul li.active h3:after {
    content: "\f068";
    color: white;
}
.product-page .sidebar-box {
    padding: 80px 0;
    border-bottom: 1px solid #eee;

}
.product-page .sidebar-right ul {
    text-align: left;
    margin: -10px;

}
.product-page .sidebar-right ul li {
    padding: 10px;
}
.product-page .sidebar-right ul li .box {
    border: solid 1px #ccc;
    padding: 10px;
}



.product-page .sidebar-right ul li a.img-box {
    width: 100%;
    display: block;
}
.product-page .sidebar-right ul li a.img-box img {
    width: 100%;
}
.product-page .sidebar-right ul li .content {
    display: block;
    margin-top: 10px;
}
.product-page .sidebar-right ul li .content h5 {
    font-size: 14px;
    color: #929292;
    padding-right: 70px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-page .sidebar-right ul li .content h5:after {
    content: "\f005\f005\f005\f005\f123";
    font-family: "FontAwesome";
    color: #d91e14;
    position: absolute;
    right: 0;
    top: 0;
}
.product-page .sidebar-right ul li .content h4 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-page .sidebar-right ul li .content h4:hover {
    color: #d91e14;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
    cursor: crosshair;
}
.prodet-page .prodet-1 {
    padding: 80px 0;
}
.prodet-page .prodet-1 .img {
    padding-right: 15px;
}
.prodet-page .prodet-1 .img .big {
    display: block;
}
.prodet-page .prodet-1 .img .big img {
    width: 100%;
    border: solid 1px #ebebeb;
}
.prodet-page .prodet-1 .img .gallery {
    padding-top: 15px;
    overflow: hidden;
}
.prodet-page .prodet-1 .img .gallery ul {
    margin: -10px;
}
.prodet-page .prodet-1 .img .gallery ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .img .gallery ul li a {
    display: block;
}
.prodet-page .prodet-1 .img .gallery ul li img {
    border: 1px solid transparent;
}
.prodet-page .prodet-1 .img .gallery ul li img.cloudzoom-gallery-active {
    border-color: #d91e14;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow.slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 10px;
    background-size: 10px;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow.slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 10px;
    background-size: 10px;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow:hover {
    background-color: #d91e14;
}
.prodet-page .prodet-1 .img .gallery ul:hover .slick-arrow {
    opacity: 1;
}
.prodet-page .prodet-1 .text {
    padding-left: 15px;
    margin-top: 40px;
}
.prodet-page .prodet-1 .text h3 {
    font-size: 20px;
    color: #333;
}
.prodet-page .prodet-1 .text .content {
    padding: 30px 0;
    margin: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #666;
}
.prodet-page .prodet-1 .text .content table td {
    border-color: #eee;
}
.prodet-page .prodet-1 .text .share ul li {
    font-size: 16px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 30px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .text .share ul li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-1 .text .share ul li h6 {
    font-size: 14px;
    color: #333;
}
.prodet-page .prodet-1 .text .share ul li:hover {
    color: #d91e14;
}
.prodet-page .prodet-2 {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.prodet-page .prodet-2 .top {
    text-align: center;
}
.prodet-page .prodet-2 .top ul li {
    font-size: 18px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 15px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .top ul li.active,
.prodet-page .prodet-2 .top ul li:hover {
    color: #333;
}
.prodet-page .prodet-2 .bottom {
    padding-top: 50px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.prodet-page .prodet-3 {
    padding: 90px 0;
    border-bottom: 1px solid #eee;
}
.prodet-page .prodet-3 h3 {
    font-size: 28px;
    color: #333;
    text-align: center;
}
.prodet-page .prodet-3 h3 small {
    display: block;
    font-size: 14px;
    color: #999;
    margin-top: 0;
}
.prodet-page .prodet-3 .list {
    padding-top: 40px;
}
.prodet-page .prodet-3 .list ul {
    text-align: left;
    margin: -10px;
}
.prodet-page .prodet-3 .list ul li {
    padding: 10px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
    width: 100%;
    display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
    width: 100%;
}
.prodet-page .prodet-3 .list ul li .content {
    display: block;
    margin-top: 10px;
}
.prodet-page .prodet-3 .list ul li .content h5 {
    font-size: 14px;
    color: #929292;
    padding-right: 70px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prodet-page .prodet-3 .list ul li .content h5:after {
    content: "\f005\f005\f005\f005\f123";
    font-family: "FontAwesome";
    color: #d91e14;
    position: absolute;
    right: 0;
    top: 0;
}
.prodet-page .prodet-3 .list ul li .content h4 {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
    color: #d91e14;
}
.gallery-page {
    padding: 80px 0;
}
.gallery-page ul {
    margin: -10px;
}
.gallery-page ul li {
    padding: 10px;
}
.gallery-page ul li a.img-box {
    display: block;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.gallery-page ul li h5 {
    position: relative;
    z-index: 1;
    background: white;
    padding: 6px 10px;
    font-size: 16px;
}
.news-page {
    padding: 80px 0;
 }
.news-page .chengsheng{   
    text-align: center;
}
.news-page ul {
    margin: -15px;
}
.news-page ul li {
    padding: 15px;
}
.news-page ul li a.img-box {
    display: block;
}
.news-page ul li .content {
    padding-top: 20px;
}
.news-page ul li .content h3 {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page ul li .content h3:hover {
    color: #d91e14;
}
.news-page ul li .content .tag {
    font-size: 14px;
    color: #999;
    display: block;
    margin: 10px 0;
}
.news-page ul li .content .tag i {
    color: #d91e14;
}
.news-page ul li .content p {
    font-size: 15px;
    color: #666;
    line-height: 24px;
}
.news-page ul li .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page ul li .content a.more:hover {
    background: #333;
    color: white;
}
.newdet-page {
    padding: 80px 0;
}
.newdet-page .box {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.newdet-page .box:after {
    content: '';
    display: block;
    clear: both;
}
.newdet-page h3 {
    font-size: 24px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page h3:hover {
    color: #d91e14;
}
.newdet-page .tag {
    font-size: 14px;
    color: #999;
    display: block;
    margin: 10px 0;
}
.newdet-page .tag i {
    color: #d91e14;
}
.newdet-page .content {
    font-size: 15px;
    line-height: 24px;
    color: #666;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.newdet-page .m-link {
    font-size: 14px;
    color: #333;
    max-width: 40%;
    float: left;
}
.newdet-page .m-link a {
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 80%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .m-link a:hover {
    text-decoration: underline;
    color: #d91e14;
}
.newdet-page .share {
    float: right;
    text-align: right;
}
.newdet-page .share ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:first-child {
    margin-left: 0;
}
.newdet-page .share ul li:hover {
    color: #d91e14;
}
.contact-page .contact-1 {
    padding-top: 30px;
}
.contact-page .contact-1 .amap-copyright,
.contact-page .contact-1 .amap-logo {
    display: none  !important;
}
.contact-page .contact-1 .button-group .button {
    background: #d91e14 !important;
}
.contact-page .contact-2 .box {
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}
.contact-page .contact-2 .box h3 {
    font-size: 32px;
    color: #333;
    margin-bottom: 40px;
}
.contact-page .contact-2 .box .left {
    width: 30%;
    padding-left: 5%;
}
.contact-page .contact-2 .box .left .list ul li {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.contact-page .contact-2 .box .left .list ul li h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}
.contact-page .contact-2 .box .left .list ul li h4 i {
    font-size: 32px;
    color: #999;
    width: 50px;
}
.contact-page .contact-2 .box .left .list ul li h4 i.fa-home {
    font-size: 40px;
}
.contact-page .contact-2 .box .left .list ul li h4 i.fa-phone {
    font-size: 36px;
}
.contact-page .contact-2 .box .left .list ul li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.contact-page .contact-2 .box .left .list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.contact-page .contact-2 .box .right {
    width: 70%;
}
.form form ul li {
    padding-bottom: 20px;
}
.form form ul li:last-child {
    padding-bottom: 0;
}
.form form ul li label {
    font-size: 14px;
    color: #999;
    display: block;
    margin-bottom: 5px;
}
.form form ul li input,
.form form ul li textarea {
    width:80%;
    line-height: 24px;
    border: 1px solid #eee;
    padding: 13px 15px;
    font-size: 14px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: white;
}
.form form ul li input:focus,
.form form ul li textarea:focus {
    border-color: #d91e14;
}
.form form ul li textarea {
    resize: vertical;
    -webkit-transition: .5s all,0s height;
    -moz-transition: .5s all,0s height;
    -ms-transition: .5s all,0s height;
    -o-transition: .5s all,0s height;
    transition: .5s all,0s height;
    height: 120px;
}
.form form ul li input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 8px 40px;
}
.form form ul li input[type="submit"]:hover {
    color: white;
    background: #222;
}
.prodet-page .prodet-2 .bottom .form h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.prodet-page .prodet-2 .bottom .form {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .bottom .form form ul li input, .prodet-page .prodet-2 .bottom .form form ul li textarea {
  padding: 6px 15px;
}
@media screen and (max-width: 1500px) {
    .inner-banner .box h3 {
        font-size: 30px;
        line-height: 30px;
    }
    #mapContainer {
        height: 340px !important;
    }
    .contact-page .contact-2 .box h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .inner-banner {
        padding: 0 20px;
    }
    .news-page ul li .content h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .inner-banner .box h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .inner-banner .box .mbx {
        margin-top: 10px;
    }




    .jklouyy, .www, .aaa {
    display: none !important;
  }

    .inner-banner .box {
        padding: 40px 0;
    }
    .about-page .about-1 {
        padding: 50px 0;
    }
    .about-page .about-1 .left h3 {
        font-size: 24px;
    }
    .about-page .about-2 .left h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .about-page .about-3 {
        padding: 60px 0;
    }
    .about-page .about-3 ul li i {
        display: block;
    }
    .about-page .about-3 ul li i img {
        height: 50px;
    }
    .about-page .about-3 ul li h4 {
        margin: 10px 0;
    }
    .about-page .about-4 h3 {
        font-size: 26px;
    }
    .about-page .about-4 .box ul li {
        padding: 0 5px;
    }
    .about-page .about-4 .box ul {
        margin: 0 -5px;
    }
    .faq-page .top {
        padding: 60px 0 30px;
    }
    .faq-page .bottom {
        padding-bottom: 60px;
    }
    .gallery-page {
        padding: 40px 0;
    }
    .gallery-page ul li h5 {
        font-size: 14px;
    }
    .product-page .sidebar-right ul li .content h4,
    .prodet-page .prodet-3 .list ul li .content h4 {
        font-size: 14px;
    }
    .product-page .sidebar-right ul li .content h5,
    .prodet-page .prodet-3 .list ul li .content h5 {
        font-size: 12px;
    }
    .product-page .sidebar-box,
    .prodet-page .prodet-1,
    .prodet-page .prodet-2,
    .prodet-page .prodet-3,
    .newdet-page,
    .contact-page .contact-2 .box,
    .news-page {
        padding: 60px 0;
    }
    .prodet-page .prodet-3 h3 {
        font-size: 24px;
    }
    .news-page ul li .content h3 {
        font-size: 18px;
    }
    .news-page ul li {
        padding: 5px;
    }
    .news-page ul {
        margin: -5px;
    }
    .contact-page .contact-2 .box h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .contact-page .contact-2 .box .left .list ul li h4 {
        font-size: 16px;
    }
    .contact-page .contact-2 .box .left .list ul li h4 i {
        font-size: 26px;
        width: 40px;
    }
    .contact-page .contact-2 .box .left .list ul li h4 i.fa-phone {
        font-size: 32px;
    }
    .contact-page .contact-2 .box .left .list ul li h4 i.fa-home {
        font-size: 36px;
    }
    .form form ul li input,
    .form form ul li textarea {
        padding: 8px 15px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-2 .box .left {
        width: 40%;
    }
    .form {
        width: 60%;
    }
    #mapContainer {
        height: 300px !important;
    }
    .contact-page .contact-2 .box h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .newdet-page h3 {
        font-size: 20px;
    }
    #footer .footer-top h3 {
        font-size: 24px;
    }
    .news-page ul li {
        width: 50% !important;
    }
    .prodet-page .prodet-1 .img .gallery ul li {
        padding: 5px;
    }
    .prodet-page .prodet-1 .img .gallery ul {
        margin: -5px;
    }
    .prodet-page .prodet-1 .text .content {
        padding: 20px 0;
    }
    .inner-page .sidebar-right {
        padding-left: 0;
        width: 100%;
    }
    .inner-page .sidebar-left {
        display: none;
    }
    .product-page .sidebar-right ul li {
        padding: 5px;
    }
    .product-page .sidebar-right ul {
        margin: -5px;
    }
    .product-page .sidebar-box {
          border-bottom: none;
    }
    .about-page .about-3 ul li {
        width: 50% !important;
        padding: 15px;
    }
    .about-page .about-3 ul {
        margin: -15px;
    }
    .about-page .about-4 h3 {
        font-size: 24px;
    }
    .about-page .about-4 .box {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 .left {
        padding: 0;
        width: 100%;
    }
    .about-page .about-1 .right {
        display: none;
    }
    .about-page .about-1 .left h3 {
        font-size: 20px;
    }
    .about-page .about-2 .left {
        width: 100%;
    }
    .about-page .about-2 .right {
        width: 100%;
        padding-top: 20px;
    }
    .about-page .about-2 .right ul li {
        padding: 10px 0;
    }
    .inner-banner {
        padding: 0 10px;
    }
    .prodet-page .prodet-1 .img {
        width: 100%;
        padding: 0;
    }
    .prodet-page .prodet-1 .img .big {
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }
    .prodet-page .prodet-1 .text {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 16px;
    }
    .news-page ul li .content a.more {
        font-size: 12px;
        line-height: 32px;
        height: 32px;
        padding: 0 25px;
    }
    #mapContainer {
        height: 240px !important;
    }
    .contact-page .contact-2 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .form {
        width: 100%;
        padding-top: 30px;
    }
    .contact-page .contact-2 .box .left .list ul li {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    #footer .footer-top h3 {
        font-size: 20px;
    }
    .product-page .sidebar-box,
    .prodet-page .prodet-1,
    .prodet-page .prodet-2,
    .prodet-page .prodet-3,
    .newdet-page,
    .contact-page .contact-2 .box,
    .news-page {
        padding: 40px 0;
    }
    .news-page ul li,
    .about-page .about-3 ul li {
        width: 100% !important;
    }
    .about-page .about-4 h3 {
        font-size: 20px;
    }
}

