/* 
Theme Name: crown_website
Author: 鲁顺
Author URI: http://www.hncrown.com
Description: 河南科饶恩门窗有限公司
Version: 1.0
*/

/*浏览器滚动条变小*/
html::-webkit-scrollbar {
    width: 5px;
}

html::-webkit-scrollbar-track {
    /* background: rgb(179, 177, 177); */
    background: #fff;
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: rgb(136, 136, 136);
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover {
    background: rgb(100, 100, 100);
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb:active {
    background: rgb(68, 68, 68);
    border-radius: 10px;
}

/*网站变黑白*/
/*html {*/
/*    -webkit-filter: grayscale(100%);*/
/*    filter: progid: DXImageTransform.Microsoft.BasicImage(graysale=1);*/
/*}*/

* {
    margin: 0;
    padding: 0;
}

.clearfix {
    zoom: 1;
}

.clearfix::before,
.clear::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ol,
ul,
li {
    margin: 0;
    list-style: none;
}

p {
    margin: 0;
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

.cor_red {
    color: #c7000a;
}

.cor_yellow {
    color: #f5fb47;
}

.cor_blue {
    color: #00eaff;
}

.f22 {
    font-size: 22px;
}

.clear {
    clear: both;
}

.shows {
    display: block;
}

.hides {
    display: none;
}

.f16 {
    font-size: 16px;
}

.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.bd_weixin_popup {
    height: auto !important;
}

body {
    font-family: "微软雅黑";
    position: relative;
    height: 100%;
    *cursor: default;
    color: #333333;
    overflow-x: hidden;
}


/********** nav-start********* */

nav.navbar.bootsnav {
    border: none;
    /* background-color: hsla(0, 0%, 100%, .1);
    backdrop-filter: blur(34px) brightness(.7); */
    background-color: rgba(1, 83, 64, 0.5);
}

.navTopbg {
    background: #393939;
    height: 32px;
    font-size: 12px;
    color: #787878;
    line-height: 32px;
}

.newThreeText {
    font-size: 19px;
    font-weight: bold;
    margin-right: 15px;
}

.navTop_left {
    background: url(../images/phonenum_img.png) left center no-repeat;
    padding-left: 30px;
    font-size: 19px;
    font-weight: bold;
}

.logo {
    width: 250px;
    height: auto;
    padding: 10px;
}

.logo img {
    width: 250px;
}

nav.navbar.bootsnav ul.nav>li>a {
    margin: 0 25px;
    padding: 0;
    font-weight: normal;
    line-height: 60px;
    height: 60px;
    position: relative;
    color: #fff;
    font-size: 15px;
}

nav.navbar.bootsnav ul.nav>li>a:after {
    background: rgb(1, 83, 64);
    width: 0;
    height: 3px;
    display: block;
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

nav.navbar.bootsnav ul.nav>li>a:hover:after,
nav.navbar.bootsnav ul.nav>li.on>a:after,
nav.navbar.bootsnav ul.nav>li.active>a:after {
    width: 100%;
    left: 0%;
}

nav.navbar.bootsnav ul.nav>li.dropdown>a.dropdown-toggle:after {
    content: "";
    margin: 0;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu {
    width: 100%;
    /* min-height: 200px; */
    /* padding-right: 273px; */
    border: 1px solid #e3e3e3;
    background: #FFFFFF;
    border-radius: 0;
    left: 0px;
    padding: 0;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu ul {
    /* width: 139px; */
    width: 100%;
    float: left;
    text-align: center;
    border-right: 1px solid #e3e3e3;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li {
    border-bottom: 1px solid #f0f0f0;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li:last-child {
    border-bottom: none;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li>a {
    font-size: 14px;
    color: #000000;
    line-height: 35px;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    position: relative;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li>a:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #f0f0f0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    z-index: -1;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li>a:hover {
    color: #877875;
}

nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li>a:hover:after {
    width: 100%;
}

.navImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 273px;
}

.navImg img {
    margin-bottom: 10px;
}

.navImg p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #FFFFFF;
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 180%;
}

nav.navbar.bootsnav ul.nav>li.last div.dropdown-menu {
    left: auto;
    right: 0;
    padding-left: 273px;
    padding-right: 0;
}

nav.navbar.bootsnav ul.nav>li.last div.dropdown-menu ul {
    float: right;
    border-left: 1px solid #e3e3e3;
    border-right: none;
}

nav.navbar.bootsnav ul.nav>li.last div.dropdown-menu ul>li>a:after {
    left: auto;
    right: 0;
}

nav.navbar.bootsnav ul.nav>li.last div.dropdown-menu .navImg {
    right: auto;
    left: 0;
}


/********** nav-end********* */


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

.banner {
    height: 100%;
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}

.banner .swiper-slide {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

.banPcImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banMobImg {
    position: absolute;
    left: 0;
    top: 6px;
    width: 100%;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banMobImg {
    display: none;
}

.banner .swiper-pagination {
    bottom: 45px;
}

.banner .swiper-pagination-bullet {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 13px!important;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    display: block;
    content: "";
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.banner .swiper-pagination-bullet-active::after {
    width: 26px;
    height: 26px;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -13px;
}


/* .banPcImg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 2;
} */


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


/********** index-productlist-start********* */

.mainbox {
    padding-top: 100px;
}

.mBox2bg {
    background: #f2f2f2;
}

.mTitbg {
    overflow: hidden;
    padding: 45px 0;
}

.mTitbg h2 {
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #010101;
}

.mTitbg h2 p {
    font-size: 16px;
    color: #323232;
    line-height: 24px;
    font-family: Arial;
}

.mTitbg h2:after,
.mTitbg h2:before {
    position: absolute;
    top: 50%;
    width: 85px;
    height: 7px;
    background-repeat: no-repeat;
    display: block;
    content: "";
}

.mTitbg h2:before {
    left: -125px;
    background-image: url(./images/index_product_line_left.png);
}

.mTitbg h2:after {
    right: -125px;
    background-image: url(./images/index_product_line_right.png);
}

.mBox2List .swiper-slide a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mBox2Img {
    position: relative;
    overflow: hidden;
}

.mBox2Img>img {
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.6s ease-in-out;
}

.mBox2Line {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #a41435;
    transition: all 0.6s ease-out 0.2s;
    -webkit-transition: all 0.6s ease-out 0.2s;
}

.mBox2Shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    /* 标准的语法（必须放在最后） */
}

.mBox2Conbg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mBox2_name {
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    overflow: hidden;
}

.mBox2_name h4 {
    font-size: 16px;
    line-height: 40px;
    margin: 0 auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mBox2Brief {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    padding: 5px 10px 15px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.mBox2Ico {
    margin: 0 auto;
    background: url(../images/index_product_arrow.png) center center no-repeat;
    width: 24px;
    height: 24px;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
}

.mBox2List .swiper-slide a:hover .mBox2Img>img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.mBox2List .swiper-slide a:hover .mBox2Line {
    width: 100%;
    left: 0;
}

.mBox2List .swiper-slide a:hover .mBox2Shadow {
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.mBox2List .swiper-slide a:hover .mBox2Conbg {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mBox2List .swiper-slide a:hover .mBox2_name h4 {
    font-size: 20px;
}

.mBox2List .swiper-slide a:hover .mBox2Brief {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
}

.mBox2List .swiper-slide a:hover .mBox2Ico {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transition: all 0.3s ease-out 0.3s;
    -webkit-transition: all 0.3s ease-out 0.3s;
}

.mBox2List .swiper-container {
    margin: 0 -1px;
}

.mBox2List .swiper-wrapper {
    display: block;
}

.mBox2List .swiper-slide {
    float: left;
    width: 33.33%;
    padding: 0 1px 2px;
    text-align: center;
    transition: All 0.4s ease-in-out 0.3s;
    -webkit-transition: All 0.4s ease-in-out 0.3s;
    -moz-transition: All 0.4s ease-in-out 0.3s;
    -o-transition: All 0.4s ease-in-out 0.3s;
    transform: translateY(-100px) scale(0.5, 0.5);
    -webkit-transform: translateY(-100px) scale(0.5, 0.5);
    opacity: 0;
    -webkit-opacity: 0;
}

.active .mBox2List .swiper-slide {
    transform: translateY(0px) scale(1, 1);
    -webkit-transform: translateY(0px) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
}

.active .mBox2List .swiper-slide:first-child {
    transition-delay: 0s;
}

.active .mBox2List .swiper-slide:first-child+.swiper-slide {
    transition-delay: 0.3s;
}

.active .mBox2List .swiper-slide:first-child+.swiper-slide+.swiper-slide {
    transition-delay: 0.6s;
}

.active .mBox2List .swiper-slide:first-child+.swiper-slide+.swiper-slide+.swiper-slide {
    transition-delay: 0.9s;
}

.active .mBox2List .swiper-slide:first-child+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
    transition-delay: 1.2s;
}

.active .mBox2List .swiper-slide:first-child+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide {
    transition-delay: 1.5s;
}

.mBoxMore {
    font-size: 16px;
    color: #000;
    width: 137px;
    height: 42px;
    line-height: 42px;
    border: 1px solid rgb(1, 83, 64);
    border-radius: 5px;
    display: block;
    margin: 60px auto 0;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mBoxMore:hover,
.mBoxMore:focus {
    color: #fff;
    background-color: rgb(1, 83, 64);
}

.main2listmobile {
    display: none;
    position: relative;
    padding: 0 20px;
    transform: translateX(100px);
    -webkit-transform: translateX(100px);
    opacity: 0;
    -webkit-opacity: 0;
    transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
}

.mainbox2_prev,
.mainbox2_next {
    color: #877875;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    font-size: 30px;
    cursor: pointer;
}

.mainbox2_prev {
    left: -10px;
}

.mainbox2_next {
    right: -10px;
}

.main2listmobile .main2Imga {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.main2listmobile .mainbox2_name {
    background: #ff7c2d;
}

.active .main2listmobile {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    opacity: 1;
    -webkit-opacity: 1;
}


/********** index-productlist-end********* */


/* 新产品中心模块开始 */

.index-pro {
    background: #fff;
}

.va-titleBox {
    display: block;
}

.index-pro .titleBox .titleBig {
    text-align: center;
    padding-top: 50px;
}

.index-pro .titleBox .titleBig .en {
    color: #9b7c43;
    font-size: 60px;
    line-height: 60px;
    font-family: 'iskpota', 'Microsoft YaHei', Arial, sans-serif;
    text-transform: uppercase;
}

.index-pro .titleBox .titleBig .cn {
    color: #242e49;
    font-size: 30px;
    line-height: normal;
    margin-top: 40px;
    background: url(../images/index-pro-t.png) no-repeat center center;
    font-family: '思源宋体 CN', 'SourceHanSerifCN-Regular', '宋体', 'Microsoft YaHei', Arial, sans-serif;
}

.index-proNav {
    text-align: center;
    margin-bottom: 45px;
}

.index-proNav a {
    display: inline-block;
    text-align: center;
    padding-top: 60px;
    font-size: 14px;
    line-height: 30px;
    color: #8a7c73;
    margin: 0 20px;
}

.index-proNav .pro1 {
    background: url(../images/index-icon2.png) no-repeat center top;
}

.index-proNav .pro2 {
    background: url(../images/index-icon1.png) no-repeat center top;
}

.index-proNav .pro3 {
    background: url(../images/index-icon3.png) no-repeat center top;
}

.index-pro .index-proBox {
    background: #eaeaea;
}

.index-pro .proBox {
    font-size: 13px;
    line-height: 30px;
    color: #8a7c73;
    text-align: left;
}

.index-pro .proBoxB {
    margin-left: 15%;
}

.index-pro .protitleBox .titleBig {
    margin-bottom: 25px;
    margin-top: 3%;
}

.index-pro .protitleBox .titleBig .en {
    color: #9b7c43;
    font-size: 46px;
    line-height: 60px;
    font-family: 'iskpota', 'Microsoft YaHei', Arial, sans-serif;
    text-transform: uppercase;
}

.index-pro .protitleBox .titleBig .cn {
    color: #99755f;
    font-size: 26px;
    line-height: normal;
    margin-top: 0;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    background: url(../images/index-pro-line.jpg) no-repeat left bottom;
    padding-bottom: 15px;
    font-weight: 600;
}

.index-pro .proBoxNr {
    height: 130px;
    overflow: hidden;
}

.index-pro .proBoxNr h1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.index-pro .morebtn a {
    width: 134px;
    height: 43px;
    line-height: 43px;
    text-align: left;
    padding: 0 26px;
    border: 1px dashed #99755f;
    font-size: 12px;
    display: inline-block;
    color: #99755f;
    background: url(../images/index-pro-m.png) no-repeat 110px center;
    margin-top: 8.5%;
    margin-bottom: 20px;
}


/* 新产品中心模块结束 */


/* 最新的产品中心start  */

.mBox3bg {
    display: block !important;
}

.mBox3bg .fp-tableCell {
    display: block !important;
}

.mBox3bg .mainbox {
    padding-top: 80px;
}

.mBox3bg .mTitbg {
    position: relative;
    z-index: 1;
}

.mBox3List {
    padding: 274px 0px 100px;
    position: absolute;
    left: 50%;
    top: 0;
	 transform:translate(-50%);
    width: 100%;
    height: 100%;
}

.mBox3List .swiper-container {
    margin: 0 -1px;
}

.mBox3List .swiper-wrapper {
    display: block;
}

.mBox3List .swiper-slide {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
    transition: All 0.4s ease-in-out 0.3s;
    -webkit-transition: All 0.4s ease-in-out 0.3s;
    -moz-transition: All 0.4s ease-in-out 0.3s;
    -o-transition: All 0.4s ease-in-out 0.3s;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
    -webkit-opacity: 0;
}

.active .mBox3List .swiper-slide {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    -webkit-opacity: 1;
}

.active .mBox3List .swiper-slide:first-child {
    transition-delay: 0s;
}

.active .mBox3List .swiper-slide:first-child+.swiper-slide {
    transition-delay: 0.3s;
}

.active .mBox3List .swiper-slide:first-child+.swiper-slide+.swiper-slide {
    transition-delay: 0.6s;
}

.active .mBox3List .swiper-slide:first-child+.swiper-slide+.swiper-slide+.swiper-slide {
    transition-delay: 0.9s;
}

.mBox3List .swiper-slide a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.mBox3Img {
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mBox3Img>img {
    display: none;
}

.mBox3Shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mBox3Line {
    position: absolute;
    transition: all 0.3s ease-out 0.2s;
    -webkit-transition: all 0.3s ease-out 0.2s;
}

.mBox3Line1 {
    left: -10%;
    top: -40%;
    width: 23px;
    height: 23px;
    border: 6px solid #ffffff;
    border-right: none;
    border-bottom: none;
}

.mBox3Line2 {
    right: -20%;
    bottom: -20%;
    width: 37px;
    height: 37px;
    border: 9px solid #ffffff;
    border-left: none;
    border-top: none;
}

.mBox3Conbg {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mBox3Conbg .mBox2Con {
    height: 80px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mBox3Conbg .mBox2_name h4 {
    font-size: 26px;
}

.mBox3H5 {
    font-size: 16px;
    color: #e1e1e1;
}

.mBox3H5 span {
    padding: 0 10px;
}

.mBox3Conbg .mBox2Ico {
    background-image: url(../images/mBox3Ico.png);
    transform: translateY(0px) translateX(-100px);
    -webkit-transform: translateY(0px) translateX(-100px);
    opacity: 0;
    margin: 25px auto;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mBox3Conbg .mBox2Brief {
    margin-top: 10%;
    width: 100%;
    font-size: 14px;
    color: #c6c4c4;
    line-height: 30px;
    color: #c6c4c4;
    padding: 0px 14%;
    transform: translateY(0px) translateX(100px);
    opacity: 0;
    -webkit-transform: translateY(0px) translateX(100px);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.mBox3List .swiper-slide a:hover .mBox3Shadow {
    background: rgba(0, 0, 0, 0.7);
}

.mBox3List .swiper-slide a:hover .mBox3Line1 {
    left: 2%;
    top: 2%;
}

.mBox3List .swiper-slide a:hover .mBox3Line2 {
    right: 3%;
    bottom: 2%;
}

.mBox3List .swiper-slide a:hover .mBox3Conbg .mBox2Con {
    height: auto;
}

.mBox3List .swiper-slide a:hover .mBox3Conbg .mBox2Ico {
    transform: translateY(0px) translateX(0);
    -webkit-transform: translateY(0px) translateX(0);
    opacity: 1;
}

.mBox3List .swiper-slide a:hover .mBox3Conbg .mBox2Brief {
    transform: translateY(0px) translateX(0);
    -webkit-transform: translateY(0px) translateX(0);
    opacity: 1;
}

.main3listmobile {
    display: none;
}


/*  最新的产品中心start */


/* ********新闻中心start******* */

.index-news {
    background: #edebea;
    padding-bottom: 150px;
}

.index-news .titleBox .titleBig {
    text-align: center;
    padding-bottom: 35px;
    padding-top: 50px;
    margin-top: 50px;
}

.index-news .titleBox .titleBig .en {
    color: #9b7c43;
    font-size: 60px;
    line-height: 60px;
    font-family: 'iskpota', 'Microsoft YaHei', Arial, sans-serif;
    text-transform: uppercase;
}

.index-news .titleBox .titleBig .cn {
    color: #242e49;
    font-size: 30px;
    line-height: normal;
    margin-top: 40px;
    background: url(../images/index-pro-t.png) no-repeat center center;
    font-family: '思源宋体 CN', 'SourceHanSerifCN-Regular', '宋体', 'Microsoft YaHei', Arial, sans-serif;
}

.index-news .new_Img {
    height: 185px;
    overflow: hidden;
}

.index-news .new_Img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
}

.index-news .new_Img:hover img {
    transform: scale(1.05);
}

.index-news .news_content {
    padding: 20px 10px;
    background-color: #fff;
}

.index-news .news_content .news_title {
    font-size: 16px;
    color: #333;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index-news .news_content .news_date {
    margin: 15px 0;
    color: #333;
}

.news_content .news_date span {
    color: #909090;
}

.index-news .news_content .news_description {
    margin-bottom: 10px;
    color: #909090;
	 height:60px;
}

.index-news .news_content .news_more {
    display: block;
    text-align: center;
    border-top: 1px solid #f6f6f6;
    padding-top: 23px;
}

.index-news .news_more span {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgb(1, 83, 64);
    background: url(./images/news_arrow.png) no-repeat center center;
    box-shadow: 0px 5px 20px rgba(0 0 0 / 10%);
}


/* ********新闻中心end******* */


/* ********index-about-start*************** */

.index-about {
    /* background: url(../images/bg_blue.jpg) repeat right top; */
    background-color: #eaeaea;
}

.about_description {
    font-size: 14px;
    line-height: 36px;
    color: #f3efe5;
    text-align: left;
}

.abBoxB {
    margin: 0 5%;
}

.clearfix {
    zoom: 1;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
}

.titleBox .titleBig {
    text-align: left;
    margin-bottom: 35px;
    margin-top: 10%;
}

.titleBox .titleBig .en {
    color: #9b7c43;
    font-size: 60px;
    line-height: 60px;
    font-family: 'iskpota', 'Microsoft YaHei', Arial, sans-serif;
    text-transform: uppercase;
}

.titleBox .titleBig .cn {
    color: #fff;
    font-size: 32px;
    line-height: normal;
    margin-top: 40px;
    font-family: '思源宋体 CN', 'SourceHanSerifCN-Regular', '宋体', 'Microsoft YaHei', Arial, sans-serif;
}

.morebtn {
    margin-bottom: 20px;
}

.morebtn a {
    margin: 0;
    width: 192px;
    height: 62px;
    line-height: 64px;
    text-align: left;
    padding: 0 26px;
    border: 1px dashed #010101;
    font-size: 12px;
    display: inline-block;
    color: #010101;
    background: url(../images/index_aboutus_icon.png) no-repeat 160px center;
    margin-top: 8.5%;
}

.morebtn a:hover {
    border: 1px solid #99755f;
    background: #99755f;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .index-about .titleBox .titleBig .en {
        font-size: 30px;
        line-height: normal;
        text-align: center;
    }
    .index-about .titleBox .titleBig .cn {
        font-size: 22px;
        margin-top: 20px;
        text-align: center;
        background: none;
        padding-left: 0;
    }
    .about_description .morebtn {
        text-align: center;
    }
    .index-about .morebtn a {
        width: 100px;
        height: auto;
        line-height: normal;
        padding: 8px 10px;
    }
}


/* ********idnex-about-end******* */


/* ********网站底部-start******* */

.pt-sitemap {
    background-color: #1c1d21;
    padding-top: 40px;
}

.pt-category {
    text-align: left;
}

.pt-sitemap .pt-category h3 {
    font-size: 19px;
    margin: 0 0 20px;
    color: #808080;
    border-bottom: 1px solid #808080;
    padding-bottom: 8px;
}

.pt-sitemap .pt-category ul {
    padding: 0;
    height: 200px;
}

.pt-sitemap .pt-category li {
    margin-bottom: 12px;
}

.pt-sitemap .pt-category li a {
    color: #a8a8a8;
    font-size: 16px;
}

.footer_center {
    background-color: #1c1d21;
}

.footer_center .footer_top {
    border-bottom: 1px solid #5c6163;
    padding-top: 30px;
}

.footer_top .logos {
    border-right: 1px solid #5c6163;
    padding-bottom: 19px;
}

.footer_top .logos .logo {
    margin-top: 15%;
}

.footer_center .footer_top .logos .qrCode {
    margin-top: 10px;
}

.footer_top .logos .qrCode img {
    width: 106px;
    display: block;
    margin: 0 auto;
}

.footer_top .logos .qrCode span {
    display: block;
    font-size: 12px;
    color: #a8a8a8;
    text-align: center;
    margin-top: 5px;
}

.footer_top .menu-footer p {
    margin: 10px 0;
    color: #a8a8a8;
}

.footer_center .footer_top .photo i {
    font-size: 60px;
    color: #ececec;
}

.footer_center .footer_top .photo ul li.title {
    font-size: 18px;
    font-weight: bold;
    color: #ececec;
}

.footer_center .footer_top .photo ul li {
    font-size: 14px;
    color: #a8a8a8;
}

.footer_center .footer_top .photo ul li.margin_li {
    margin: 10px 0;
}

.footer_center .find_link {
    border-bottom: 1px solid #5c6163;
    padding: 10px 0;
}

.footer_center .find_link span {
    font-size: 15px;
    color: #cccccc;
    line-height: 30px;
    display: inline-block;
}

.footer_center .find_link .link_a {
    margin-top: 10px;
    display: inline-block;
    margin-left: 5px;
}
 .find_link .link_a li {
    display: inline-block;
}

.footer_center .find_link .link_a a {
    font-size: 13px;
    color: #afafaf;
    margin-right: 20px;
}

.footer_center .footer_copyright {
    font-size: 12px;
    color: #cccccc;
    line-height: 40px;
    text-align: center;
}

.footer_center .footer_copyright a {
    font-size: 12px;
    color: #cccccc;
}

@media screen and (max-width: 768px) {
    .footer_center .footer_top .photo ul li.title {
        font-size: 13px;
        font-weight: bold;
        color: #ececec;
    }
}

.footer_center .kefuicon .kefulinks {
    display: block;
    color: #fff;
    width: 70px;
    border: 1px solid rgb(1, 83, 64);
    text-align: center;
    padding: 2px 0px;
    background: rgb(1, 83, 64);
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}


/* ********网站底部-end******* */


/* ********about页面样式start******** */

.Bannern {
    height: 450px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Bannern img {
    display: none;
}

.classifybg {
    height: 54px;
    color: #3c3c3c;
    background: rgba(255, 255, 255, 0.9);
    line-height: 54px;
    border: 1px solid #cacaca;
    border-left: none;
    border-right: none;
}

.classify {
    overflow: hidden;
}

.aboutFen {
    font-size: 0;
    line-height: 54px;
    height: 54px;
}

.aboutFen li {
    padding: 0 20px;
}

.aboutFen li a {
    display: block;
    font-size: 15px;
    color: #3c3c3c;
    position: relative;
}

.aboutFen li a:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 0;
    height: 3px;
    background: rgb(1, 83, 64);
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.aboutFen li a:hover:after,
.aboutFen li a.active:after {
    width: 100%;
    left: 0;
}

.BreadNav {
    background: url(./images/BreadNavbg.png) left center no-repeat;
    padding-left: 15px;
    font-size: 15px;
}

.BreadNav a {
    color: #3c3c3c;
}

.BreadNav a:hover {
    text-decoration: underline;
}

.aboutFenm {
    line-height: 40px;
    border-bottom: 1px solid #877875;
    margin-bottom: -1px;
}

.aboutFenm h3 {
    line-height: 40px;
    font-size: 18px;
}

.aboutFenBtn {
    cursor: pointer;
}

.companyBox1 {
    padding-top: 30px;
}

.comBox1Text {
    font-size: 16px;
    color: #787878;
    line-height: 30px;
    position: relative;
}

.comBox1En {
    font-size: 54px;
    line-height: 54px;
    color: #ededed;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.comBox1Tit {
    font-size: 30px;
    color: #000000;
    line-height: 50px;
}

.comBox1Line {
    display: block;
    width: 36px;
    height: 7px;
    background: rgb(1, 83, 64);
}

.comBox1Text p {
    padding: 10px 0;
    text-indent: 2em;
}


/* about-企业使命模块-start */

.box_shiming .about {
    margin: 0;
}

.about li {
    height: 406px;
}

.about .bg1 {
    background: url(../images/aboutbg1.jpg) no-repeat top;
}

.about .bg2 {
    background: url(../images/aboutbg2.jpg) no-repeat top;
}

.about .bg3 {
    background: url(../images/aboutbg3.jpg) no-repeat top;
}

.about .ll {
    margin: 150px auto 0;
    display: block;
}

.about li .black {
    width: 100%;
    height: 406px;
    background: #000;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.about li .adt {
    width: 119px;
    height: 38px;
    position: absolute;
    top: 98px;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    z-index: 99;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.about li .adt img {
    margin: 0 auto;
    display: block;
}

.about li .adb {
    width: 307px;
    height: 177px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -153px;
    opacity: 0;
    z-index: 99;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.about li .adb img {
    margin: 0 auto;
    display: block;
}

.about li.active .black {
    opacity: 0.5;
}

.about li.active .ll {
    display: none;
}

.about li.active .adt {
    top: 108px;
    opacity: 1;
}

.about li.active .adb {
    bottom: 40px;
    opacity: 1;
}

.about_content {
    position: relative;
    padding: 25px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 32px;
}

.about_content::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: 1px #af251b solid
}

.about_content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -8px;
    top: 8px;
    border: 1px #af251b solid
}

.about_content p {
    font-size: 14px;
    line-height: 32px;
}

@media screen and (max-width: 992px) {
    .box_shiming .black {
        display: none;
    }
}


/* about-企业使命模块-end */


/* about-匠人精神模块-start */

.artisan {
    position: relative;
}

.artisan .con {
    position: absolute;
    left: 50%;
    top: 44%;
    z-index: 1;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 766px;
    text-align: left;
}

.artisan h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.artisan h3 {
    font-size: 35px;
}

.artisan .line {
    width: 1px;
    height: 50px;
    background-color: #fff;
    margin: 40px auto;
}

.artisan h4 {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.artisan h4 p {
    font-size: 16px;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .artisan .line {
        display: none;
    }
}

/*@media screen and (max-width: 768px) {*/
/*    .artisan h4 {*/
/*        display: none;*/
/*    }*/
/*}*/

.mask {
    background: rgb(236 241 243 / 57%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


/* about-匠人精神模块-end */


/* CCTV央视宣传片start */

.companyBox2 {
    padding: 30px 0 70px;
}

.about-video {
    background: url(../images/video_bg.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
    position: relative;
}

.sp-tc {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: 9;
    margin-left: 0;
    margin-top: 0;
    transform: translate(-50%, -50%);
}

.sp-tc .sp-tc-zt {
    width: 100%;
    height: 100%;
}

.sp-tc .cha {
    position: absolute;
    right: 0;
    top: 0px;
    background: red;
    color: #fff;
    line-height: 40px;
    width: 40px;
    cursor: pointer;
    text-align: center;
    font-size: 30px;
}

.about-video .video_img {
    max-width: 100%;
    position: relative;
}

.about-video .video_img img {
    margin: 0 auto;
}

.about-video .icon-shipin {
    font-size: 60px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


/* ******CCTV央视宣传片end****** */


/******* 办公环境start****** */

.companyBox3 {
    padding: 30px 0 70px;
}

.office_envir .ul-wrapper {
    width: 100%;
    margin: 0;
}

.office_envir .ul-wrapper .li-item {
    padding-right: 10px;
}

.office_envir .txt_box {
    padding: 20px;
    height: 172px;
}

.office_envir .txt_box p:nth-child(1) {
    font-size: 18px;
    color: #010101;
}

.office_envir .txt_box p:nth-child(2) {
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, .3);
    text-transform: uppercase;
}

.office_envir .txt_box p:nth-child(3) {
    width: 100%;
    color: #787878;
    line-height: 1.7;
}


/******* 办公环境end****** */


/******* 生产基地start****** */

.companyBox4 {
    padding: 30px 0 70px;
}

.product_base p {
    font-size: 16px;
    line-height: 2em;
    text-indent: 2em;
    margin: 1em 0;
}


/******* 生产基地end****** */


/* *****科饶恩荣誉开始***** */

.companyBox5 {
    padding: 30px 0 70px;
}

.about_honor .honor_Img {
    border: 10px solid #dfdfdf;
}

.about_honor .honor_Img img {
    width: 100%;
}

.about_honor p {
    font-size: 14px;
    color: #515151;
    line-height: 24px;
    text-align: center;
    height: 82px;
    overflow: hidden;
    padding-top: 10px;
}

.about_honor li {
    margin-bottom: 40px;
}


/* *****科饶恩荣誉结束***** */


/* ***********about页面样式结束*********** */


/* **********产品页面start********** */

.product_wrapper {
    padding-bottom: 70px;
}

.product_navone .twonav {
    padding: 45px 0 60px;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.twonav .twonav_right {
    line-height: 40px;
}

.twonav .twonav_right li {
    margin-right: 60px;
}

.twonav .twonav_right li a {
    font-size: 24px;
    color: #444;
}

.twonav .twonav_right li a:hover,
.twonav .twonav_right li.active a {
    color: #004183;
}

.twonav .twonav_right li:last-child {
    margin-right: 0;
}

.product_navtwo {
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .twonav {
        padding: 0;
    }
    .twonav_left h1 {
        font-size: 14px;
        line-height: 40px;
    }
    .twonav .twonav_right li {
        margin-right: 20px;
    }
    .twonav .twonav_right li a {
        font-size: 14px;
    }
    .product_navtwo {
        padding: 20px 0 0;
    }
}

.folio_mixing {
    position: relative;
    text-align: center;
    margin: 0 0 65px;
}

.folio_mixing ul {
    margin: 0;
    padding: 0;
    line-height: .8;
}

.folio_mixing ul li {
    display: inline-block;
    list-style: none;
    margin: 0 17px 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: .8;
    color: #444;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.folio_mixing ul li.active a,
.folio_mixing ul li a:hover {
    color: #fff;
    background: #004183;
}

.folio_mixing ul li a {
    font-size: 18px;
    color: #000;
    padding: 15px 45px;
    border: 1px solid #eee;
}

.folio_mixing ul li.active a,
.folio_mixing ul li:hover a {
    color: #fff;
    border-radius: 7px;
}

@media screen and (max-width: 768px) {
    .folio_mixing ul li {
        margin: 0 5px;
    }
    .folio_mixing ul li a {
        font-size: 14px;
        padding: 10px 15px;
    }
    .twonav_right li:nth-child(1) img {
        width: 20px;
    }
    .twonav_right li:nth-child(2) img,
    .twonav_right li:nth-child(3) img {
        width: 28px;
    }
}

.twonav_right li:nth-child(2) img,
.twonav_right li:nth-child(3) img {
    padding-right: 10px;
}

.product_content li {
    color: #333;
    margin-bottom: 25px;
}

.product_content .picImg {
    margin-bottom: 20px;
    overflow: hidden;
}

.product_content .title {
    color: #333;
    font-size: 20px;
    margin-bottom: 10px;
}

.product_content li .item_des {
    color: rgba(51, 51, 51, .7);
    margin-bottom: 8%;
}

.product_content .pro_more {
    color: rgb(1, 83, 64);
    border-color: rgb(1, 83, 64);
    width: 82px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid rgb(1, 83, 64);
    position: relative;
    z-index: 5;
}

.product_content .picImg img {
    transition: all 0.5s ease 0s;
}

.product_content li:hover .picImg img {
    transform: scale(1.1);
}

.product_content li:hover .pro_more {
    background-color: rgb(1, 83, 64);
    color: #fff;
}


/*********** 产品页面end********** */


/*********  产品详情页面start********/

.BreadNavBg {
    padding: 30px 0;
}

.pro02BoxTop {
    padding-bottom: 30px;
}

.pro02BoxToplef {
    float: left;
    width: 50%;
}

.pro02BoxToplef>img {
    width: 100%;
}

.pro02BoxToplefTop .swiper_con img {
    width: 100%;
}

.pro02BoxToplefBot {
    padding: 10px 20px;
    position: relative;
}

.pro02BoxToplefBot .swiper-slide-active img {
    border: 1px solid #aa213f;
}

.pro02BoxTopBtn1,
.pro02BoxTopBtn2 {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #787878;
    display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}

.pro02BoxTopBtn1 {
    left: 0;
}

.pro02BoxTopBtn2 {
    right: 0;
}

.jishucanshu_left,
.zcxn_right {
    padding: 0;
}

.proshare {
    font-size: 0;
    padding: 20px 0;
}

.proshare span,
.proshare a {
    color: #939598;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.proshare span {
    font-size: 16px;
}

.proshare a {
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.proshare1 {
    background-image: url(./images/proshareico1.jpg);
}

.proshare2 {
    background-image: url(./images/proshareico2.jpg);
}

.proshare3 {
    background-image: url(./images/proshareico3.jpg);
}

.pro02BoxToprig {
    float: right;
    width: 44.75%;
}

.unik-width {
    width: 46.5%;
}

.pro02BoxTopName {
    font-size: 30px;
    color: #090909;
    padding-bottom: 15px;
    border-bottom: 1px solid #2a2a2a;
}

.pro02BoxTopBrief {
    margin: 0 -5px;
    font-size: 14px;
    color: #0a0606;
    line-height: 28px;
    padding: 20px 0 0;
}

.pro02BoxTopBrief li {
    padding: 0 5px 10px;
}

.pro02BoxTopBrief li i {
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
}

.material {
    border: 1px solid #4c4c4c;
    padding: 3px 10px;
}

.procolor {
    display: inline-block;
}

.procolor span {
    border: 1px solid #4c4c4c;
    width: 36px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.proadvice {
    display: block;
    width: 215px;
    height: 48px;
    line-height: 48px;
    background: rgb(1, 83, 64);
    border-radius: 4px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}

.proadvice:hover,
.proadvice:focus {
    color: #ffffff;
}

.pro02BoxTopCon {
    font-size: 16px;
    color: #969696;
    line-height: 35px;
}

.pro02BoxTopCon p strong {
    font-size: 16px;
    color: #5d5b5b;
    font-weight: normal;
}

.pro02BoxBotNav {
    background: #d6d6d6;
    margin-bottom: 40px;
}

.pro02BotNav {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.pro02BotNav li {
    margin: 0;
    padding: 0;
    min-width: 20%;
    text-align: center;
    font-size: 18px;
    color: #212020;
    line-height: 66px;
    border-left: 1px solid #c8c8c8;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro02BotNav li:first-child {
    border-left: none;
}

.pro02BotNav li:after {
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0;
    opacity: 0;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #1c1d21;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro02BotNav li.active {
    background: #1c1d21;
    color: #ffffff;
}

.pro02BotNav li.active:after {
    opacity: 1;
    bottom: -11px;
}

.pro02BotNav li:hover {
    background: #1c1d21;
    color: #ffffff;
}

.pro02BoxBotCon {
    font-size: 16px;
    color: #5a5a5a;
    line-height: 24px;
}

.pro02BoxBotCon .swiper-slide {
    color: #5a5a5a;
}

.pro02BoxBotConText {
    padding: 0 0 30px;
}

.pro02BoxBotConText img {
    margin: 10px auto;
    max-width: 100%;
}

.pro02BoxTit {
    font-size: 30px;
    color: #3d3d3d;
    line-height: 200%;
    padding: 20px 0 10px;
}


/*********  产品详情页面end**********/


/*********  产品优势页面start**********/

.pro_advantage {
    padding: 30px 0 70px;
    background-color: #f3f3f3;
}

.pro_advantage li {
    padding: 0 20px 30px;
}

.pro_advantage .pro_adImg {
    overflow: hidden;
}

.pro_adImg img {
    width: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro_adCon {
    border-top: 1px solid #e5e5e5;
    padding: 15px 20px;
    position: relative;
    background-color: #fff;
}

.pro_adCon h3 {
    font-size: 20px;
    color: #323232;
    line-height: 36px;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro_adCon h4 {
    font-size: 12px;
    color: #bebebe;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.pro_adCon::after {
    display: block;
    content: "";
    position: absolute;
    right: 20px;
    top: 40%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid rgb(1, 83, 64);
    text-align: center;
    font-size: 26px;
    color: rgb(1, 83, 64);
    font: normal normal normal 22px/24px FontAwesome;
    content: "\f105";
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro_advantage li a:hover {
    border-color: #a61838;
}

.pro_advantage li a:hover .pro_adImg img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.pro_advantage li a:hover .Pro_adCon h3 {
    color: #a61838;
}

.pro_advantage li a:hover .pro_adCon::after {
    right: 10px;
}


/*********  产品优势页面end**********/


/*********  材料优势页面start**********/

.pro_advantage_cai_wujin {
    padding: 30px 0 70px;
}

.advantageBg {
    padding-top: 60px;
    border-bottom: 1px solid #dfdfdf;
}

.advantageCon {
    color: #646363;
    line-height: 26px;
    padding: 50px 0;
}

.advantageCon .advantageConImg img {
    width: 100%;
    
}

.advantageCon_right .advantageMaterial {
    font-family: "FZLTZHK";
    font-size: 36px;
    color: #000000;
    position: relative;
    line-height: 160%;
}

.advantageMaterialEn {
    position: absolute;
    top: 20px;
    left: 100px;
    font-size: 80px;
    line-height: 80px;
    color: #787878;
    opacity: 0.07;
    text-transform: uppercase;
    font-weight: bold;
}

.advantageCon_right p {
    font-size: 20px;
    line-height: 40px;
}

@media screen and (max-width: 767px) {
    .advantageMaterialEn {
        font-size: 12px;
        position: static;
    }
}

.pro_advantage_cai_boli {
    background-color: #f3f3f3;
    padding-bottom: 60px;
}

/*.pro_advantage_cai_boli .advantageCon img {*/
/*    border: 10px solid #fff;*/
/*}*/

.advantageList li img {
   
    width: 100%;
}

.advantageList li h6 {
    font-size: 17px;
    color: #333333;
}

.advantageList li p {
    width: 100%;
    color: #787878;
    height: 60px;
}
.advantageList li:nth-child(4) p,
.advantageList li:nth-child(5) p,
.advantageList li:nth-child(6) p {
    margin-bottom: 20px;
}

.pro_advantage_cai_xingcai {
    padding-bottom: 20px;
}

.pro3More {
    font-size: 16px;
    width: 120px;
    height: 42px;
    line-height: 42px;
    background: #f4f4f4;
    border: 1px solid rgb(1, 83, 64);
    display: block;
    margin: 15px auto;
    text-align: center;
    color: #000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.pro3More {
    margin-bottom: 35px;
    border-radius: 5px;
}

.pro3More:hover {
    background-color: rgb(1, 83, 64);
    color: #fff;
}


/*********  材料优势页面end**********/


/*********  生产设备优势页面start**********/

.pro_advantage_sb {
    border-bottom: 1px solid #dfdfdf;
}

@media screen and (min-width: 1600px) {
    .pro_advantage_sb .mTitbg {
        padding: 90px 0;
    }
}

.proadsb_txt {
    color: #7c7a7a;
    font-size: 20px;
    margin-bottom: 30px;
    width: 90%;
}

@media screen and (max-width:1200px) {
    .proadsb_txt {
        font-size: 16px;
    }
}

.proadsb_deswrapper {
    padding-bottom: 20px;
}

.proadsb_deswrapper p {
    color: #7c7c7c;
    line-height: 30px;
}


/*********  生产设备优势页面end**********/


/*********  工艺优势页面start**********/

.advantage02Name {
    padding: 10px 0;
    border-bottom: 1px solid #000000;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}

.advantage02List li p {
    color: #787878;
    min-height: 106px;
    margin-top: 20px;
}

.advantage02List {
    margin: 60px 0;
}

@media screen and (max-width: 992px) {
    .advantage02List {
        margin: 0;
    }
}


/*********  工艺优势页面end**********/


/*********  经典案例页面start**********/

.case_wrapper {
    padding-top: 30px;
}

.solutionTop {
    font-size: 20px;
    line-height: 150%;
}

.caseBot {
    margin: 50px 0;
}

.caseBot li {
    padding: 0 21px 10px;
}

.caseBot li a {
    display: block;
    height: 100%;
}

.caseImg {
    overflow: hidden;
    position: relative;
}

.caseImg img {
    width: 100%;
}

.caseBg {
    position: absolute;
    left: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.caseLine {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 6px;
    background: rgb(1, 83, 64);
    transition: all 0.3s ease-in 0.3s;
    -webkit-transition: all 0.3s ease-in 0.3s;
}

.caseName {
    font-size: 18px;
    color: #040404;
    line-height: 50px;
}

.caseName i {
    color: rgb(1, 83, 64);
    padding-right: 10px;
}

.caseBot li a:hover .caseBg {
    top: 0;
}

.caseBot li a:hover .caseText {
    top: 50%;
}

.caseBot li a:hover .caseLine {
    left: 0;
    width: 100%;
}


/*********  经典案例页面end**********/


/*********  招商加盟页面start*****************/


/* 加盟优势部分 */

#page3 {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.pagetit span {
    display: block;
}

.pagetit .en {
    color: #1e2831;
    font-size: 18px;
    line-height: 30px;
    font-family: 'AGaramondPro-Regular', 'Microsoft YaHei', Arial, sans-serif;
    text-transform: uppercase;
}

#page3 .pagetit .en {
    color: #010101;
}

.pagetit .cn {
    color: #1e2831;
    font-size: 30px;
    line-height: normal;
    padding-bottom: 10px;
    font-family: '思源宋体 CN', 'SourceHanSerifCN-Regular', '宋体', 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 500;
    position: relative;
}

#page3 .pagetit .cn {
    color: #010101;
}

.pagetit {
    margin-bottom: 50px;
    text-align: center;
}

#page3 .pagetit {
    position: relative;
    z-index: 2;
}

#page3 .pagetit .cn:after {
    background: #fff;
}

.join-ysListB {
    position: relative;
    z-index: 2;
    width: 100%;
}

.join-ysList {
    position: relative;
    z-index: 2;
}

.join-ysList .swiper-wrapper {
    position: relative;
    font-size: 0;
}

.join-ysList .li3 {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 33.333333%;
    vertical-align: top;
    margin-bottom: 60px;
}

.join-ysList .li3 a {
    display: block;
    position: relative;
    text-align: center;
    position: relative;
    margin: 0;
    background: #436b95;
    margin: 0 13.5px;
    border-radius: 5px;
    overflow: hidden;
}

.join-ysList .li3 .imgBox {
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.join-ysList .li3 .imgBox img {
    width: 100%;
    display: block;
}

.join-ysList .li3 .imgBox img {
    max-width: 100%;
    height: auto;
}

.join-ysList .li3 a,
.join-ysList .li3 .imgBox img,
.join-ysList .li3 .imgBox,
.join-ysList .li3 .title {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.join-ysList .li3 a:hover .imgBox img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.join-ysList .li3 a:hover .title {
    display: block;
}

.join-ysList .li3 .title {
    font-size: 14px;
    color: #464646;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
    padding: 40px 26px 46px 26px;
}

.join-ysList .li3 .title .t1 {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    font-family: '思源宋体 CN', 'SourceHanSerifCN-Regular', '宋体', 'Microsoft YaHei', Arial, sans-serif;
    font-weight: 500;
}

.join-ysList .li3 .title .t2 {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'AGaramondPro-Regular', 'Microsoft YaHei', Arial, sans-serif;
}

.join-ysList .li3 .title .wz {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    height: 192px;
    overflow: hidden;
    text-align: left;
}

.join-ysList .li3 .title .more {
    text-align: center;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    width: 168px;
    line-height: 40px;
    border-radius: 40px;
    background: #436b95;
    color: #fff;
    margin: 0 auto
}

.join-ysList .swiper-pagination-bullets {
    position: relative;
    left: 0;
    right: 0;
}

.join-ysList .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #95979d;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.join-ysList .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #464d5a;
}

.join-ysList .li3 a:hover {
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    box-shadow: 0px 10px 50px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 2;
}

.join-ysListB .join2-prev,
.join-ysListB .join2-next {
    display: inline-block;
    position: absolute;
    bottom: 0;
    margin: 0;
    top: 50%;
    margin-top: -22.5px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 99;
    overflow: hidden;
    background-image: url("../images/a.png");
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .1);
    background-size: 90px;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    background-color: #436b95;
}

@media screen and (max-width:768px) {
    .join-ysListB .join2-prev,
    .join-ysListB .join2-next {
        display: none;
    }
}

.join-ysListB .join2-prev {
    background-position: left top;
    left: -55px;
}

.join-ysListB .join2-next {
    background-position: right top;
    right: -55px;
}

.join-ysListB .join2-prev:hover,
.join-ysListB .join2-next:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#join1 {
    margin-top: 80px;
    margin-bottom: 50px;
}

.font30 {
    font-size: 30px;
}


/* .xinjoin_bpp1 {
    color: #af0e32;
} */

.xinjoin_cpp1 {
    color: #4e4e4e;
    line-height: 36px;
    margin-top: 80px;
    margin-bottom: 80px;
}

@media screen and (max-width:768px) {
    .xinjoin_cpp1 {
        margin-bottom: 20px;
    }
    #join1 {
        margin-top: 20px;
        margin-bottom: 0;
    }
}

.font16 {
    font-size: 16px;
}


/*加盟优势部分结束*/


/* 加盟支持模块开始 */

#join3 {
    padding: 70px 0;
    background-color: #1f201e3b;
}

.join-ysList3 {
    position: relative;
    z-index: 2;
}

.join-ysList3 .ul {
    width: 100%;
    margin: 0 -3.5px;
    position: relative;
    font-size: 0;
}

.join-ysList3 .li3 {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    /* width: 33.333333%; */
    vertical-align: top;
    margin-bottom: 20px;
}

.join-ysList3 .li3 a {
    display: block;
    position: relative;
    text-align: center;
    position: relative;
    background: #fff;
    margin: 0 3.5px;
    border-radius: 5px;
    overflow: hidden;
    background: url(../images/join-zhichibg2.jpg) no-repeat center bottom #ffffff;
    transition: 0s all;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    -moz-transition: 0s all;
    -ms-transition: 0s all;
}

.join-ysList3 .li3 .imgBox {
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 25px;
    width: 64px;
    height: 64px;
}

.join-ysList3 .li3 .imgBox img {
    display: block;
    margin: 0 auto;
}

.join-ysList3 .li3 .imgBox img {
    max-width: 100%;
    height: auto;
}

.join-ysList3 .li3 a:hover .title {
    display: block;
}

.join-ysList3 .li3 .title {
    font-size: 14px;
    color: #464646;
    line-height: 30px;
    text-align: center;
    padding: 38px 30px 35px 30px;
}

.join-ysList3 .li3 .title .t1 {
    font-size: 18px;
    color: #1e2831;
    line-height: 28px;
    margin-bottom: 10px;
}

.join-ysList3 .li3 .title .wz {
    font-size: 14px;
    color: #383839;
    line-height: 26px;
    min-height: 78px;
}

.join-ysList3 .li3 .title .more {
    text-align: center;
    border-top: 1px solid #f6f6f6;
    width: 168px;
    line-height: 40px;
    border-radius: 40px;
    background: #99755f;
    color: #fff;
    margin: 0 auto
}

.join-ysList3 .li3 a:hover {
    background: #d7d0be;
}

.join-ysList3 .li3 a:hover .imgBox img {
    display: none;
}

.join-ysList3 .li3.a1 a:hover .imgBox {
    background: url(../images/join-zhichi-iocnh1.jpg) no-repeat center center;
}

.join-ysList3 .li3.a2 a:hover .imgBox {
    background: url(../images/join-zhichi-iocnh2.jpg) no-repeat center center;
}

.join-ysList3 .li3.a3 a:hover .imgBox {
    background: url(../images/join-zhichi-iocnh3.jpg) no-repeat center center;
}

.join-ysList3 .li3.a4 a:hover .imgBox {
    background: url(../images/join-zhichi-iocnh4.jpg) no-repeat center center;
}

.join-ysList3 .li3.a5 a:hover .imgBox {
    background: url(../images/join-zhichi-iocnh5.jpg) no-repeat center center;
}

.join-ysList3 .li3.a6 a:hover .imgBox {
    background: url(../images/join-zhichi-iocnh6.jpg) no-repeat center center;
}


/* 加盟支持模块结束 */


/* 加盟条件和加盟流程开始 */

#join4 {
    padding: 70px 0;
}

.page-JoinList ul {
    width: 100%;
    margin: 0 -5px;
    position: relative;
    font-size: 0;
    margin-bottom: 60px;
}

.page-JoinList .li3 {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-bottom: 12px;
}

.page-JoinList .li3 a {
    display: block;
    position: relative;
    text-align: center;
    position: relative;
    margin: 0 5px;
    padding: 15px 50px 15px 33px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #d2d2d2;
}

.page-JoinList .li3 .imgBox {
    vertical-align: middle;
    position: absolute;
    left: 30px;
    top: 50%;
    overflow: hidden;
    display: inline-block;
    width: 62px;
    height: 62px;
    margin-top: -31px;
}

.page-JoinList .li3 .imgBox img {
    width: 100%;
}

.page-JoinList .li3 .imgBox img {
    max-width: 100%;
    height: auto;
}

.page-JoinList .li3 a,
.page-JoinList .li3 .imgBox img,
.page-JoinList .li3 .imgBox,
.page-JoinList .li3 .title {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.page-JoinList .li3 .title {
    line-height: 65px;
    text-align: left;
    font-size: 0;
    line-height: 0;
    padding-left: 90px;
}

.page-JoinList .li3 .title .t2 {
    font-size: 14px;
    color: #333333;
    height: 84px;
    line-height: 28px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
}


/*processTable*/

.processTable {
    margin: 0 auto;
}

.processTable .TD {
    text-align: center;
    background: #44709d;
    padding: 40px 0 35px 0;
    border-radius: 5px;
    line-height: 30px;
    color: #fff;
    min-height: 240px;
    font-size: 15px;
}

.processTable .TD img {
    border-radius: 5px;
    overflow: hidden;
}


/* 加盟条件和加盟流程结束 */

.join_style {
    text-align: center;
    padding: 50px 0;
}

.join_style h3 {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 30px;
}

.join_style .line_green {
    margin: 0 auto;
    width: 43px;
    height: 4px;
    background-color: rgb(1, 83, 64);
}

.joinus_more {
    margin: 20px auto 0;
    text-align: center;
    width: 150px;
    background-color: rgb(1, 83, 64);
    line-height: 35px;
    border-radius: 3px;
}

.joinus_more a {
    color: #fff;
    text-decoration: none;
}

.joinstore-style .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: rgb(1, 83, 64);
}


/*********  招商加盟页面end**********************/


/* **********人才招聘模块start********** */

.talent_wrapper {
    padding: 70px 0;
}

.qalist {
    margin: 0 0px 50px 0px;
}

.qalist li {
    border: 1px solid #dcdcdc;
    position: relative;
    padding: 32.5px 29px 32.5px 29px;
    margin-bottom: 15px;
}

.qalist li .title {
    padding: 0;
    overflow: hidden;
    zoom: 1;
    cursor: pointer;
}

.qalist li .title span {
    font-size: 18px;
    color: #333;
    display: block;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qalist li .title .close {
    display: block;
    width: 98px;
    height: 98px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.qalist li .title .close span {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-indent: -9999px;
    background: url(./images/arrow-down.png) center center no-repeat;
    transition: all 0.2s ease;
}

.qalist li .title.on .close span {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qalist li .tmain {
    padding: 40px 0 0 0;
    display: none;
    font-size: 14px;
    line-height: 28px;
    color: #595959;
    margin-top: 30px;
    border-top: 1px solid #dcdcdc;
}


/*********** 人才招聘模块end **************/


/*********** 联系我们模块start **************/

.contact_wrapper {
    padding: 70px 0;
}

.contact_box {
    margin-top: 80px;
    margin-bottom: 80px;
}

.contact_box li {
    text-align: center;
    padding: 40px 0 30px 0;
    border-radius: 5px;
}

.contact_box ul li:hover {
    color: #fff;
    background: #242e49;
}

.contact_box .icon_title {
    margin: 40px 0 10px 0;
    font-size: 18px;
}

.contact_box .icon_description {
    font-size: 16px;
}

.contact_box li:hover {
    color: #fff;
    background: #004183;
}


/* 找到我们start */

.findus_wrapper {
    padding: 70px 0;
    background-color: #f6f6f6;
}


/* 找到我们end */


/* 在线留言start */

.message_wrapper {
    padding: 70px 0;
}

.title_1 {
    font-size: 50px;
    font-family: "Helvetica1";
    margin-bottom: 10px
}

.message_wrapper .right .text {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding-left: 18px
}

.message_wrapper .right textarea {
    width: 100%;
    padding-left: 18px;
    padding-top: 20px;
    resize: none;
    border: 1px solid #e6e6e6;
    height: 150px;
    margin-bottom: 20px;
}

.message_wrapper .right .button {
    /* float: right; */
    width: 150px;
    height: 50px;
    color: rgb(1,83,64);
    transition: all 0.3s;
    cursor: pointer
}

.message_wrapper .right .button:hover {
    color: #fff;
    background: rgb(1, 83, 64);
}


/* 在线留言end */


/*********** 联系我们模块end **************/


/* **************公司新闻模块start************* */

.pageList {
    padding: 0;
}

.pageList ul {
    padding: 0 20px;
    height: auto;
    color: #a0a0a0;
    font-size: 0;
    line-height: normal;
    
}

.pageList ul li.newsli {
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
}

.pageList ul li.newsli a {
    display: block;
    position: relative;
    margin: 0 10px;
    padding: 40px 25px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.pageList ul li.newsli .ImgBox {
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}

.pageList ul li.newsli .ImgBox img {
    width: 100%;
    height: 100%;
}

.pageList ul li.newsli .ImgBox img,
.pageList ul li.newsli .listTitle .listTitleBox {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}

.pageList ul li.newsli a:hover .ImgBox img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.pageList ul li.newsli .listTitle {
    overflow: hidden;
    display: block;
    padding: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
}

.pageList ul li.newsli .listTitle .listTitleBox {
    padding: 30px 0 0 30px;
}

.pageList ul li.newsli .listTitle .t {
    font-size: 16px;
    color: #333;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: bold;
}

.pageList ul li.newsli .listTitle .t2 {
    font-size: 12px;
    color: #757575;
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin-bottom: 5px;
}

.pageList ul li.newsli .date {
    font-size: 12px;
    color: #909090;
    overflow: hidden;
    line-height: 30px;
}

.pageList ul li.newsli a:hover .listTitle .t {
    color: #99755f;
}

.page-tab {
    margin: 0 auto;
    padding: 30px 0 50px 0;
    text-align: center;
}

.page-tab ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 0;
}

.page-tab ul li {
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
}

.page-tab ul li a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #1e2831;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #d7d7d7;
}

.page-tab ul li a:hover {
    background: rgb(1, 83, 64);
    color: #fff;
    border-color: rgb(1, 83, 64);
}

.page-tab ul li .focus {
    background: rgb(1, 83, 64);
    color: #fff;
    border-color: rgb(1, 83, 64);
}

.page-tab ul li.next-page a,
.page-tab ul li.prve-page a {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    color: #1e2831;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #d7d7d7;
    margin: 0px 5px;
}


/* ************公司新闻模块end****************** */


/* 公司新闻详情页start */

.newscontent_wrapper .left_content {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
}

.newscontent_wrapper .left_content .newsTit {
    font-size: 20px;
    color: #000000;
    line-height: normal;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 60px;
    margin: 0 29px;
}

.newscontent_wrapper .newsShuju {
    font-size: 12px;
    color: #909090;
    line-height: 30px;
    text-align: center;
    padding-bottom: 34px;
}

.newscontent_wrapper .newsShuju span {
    display: inline-block;
    margin: 0 20px;
    font-size: 13px;
    color: #909090;
    line-height: 30px;
}

.newscontent_wrapper .newsShuju span.d {
    padding-left: 20px;
    background: url(../images/d.png) left center no-repeat;
}

.newscontent_wrapper .newsText {
    margin: 0 29px;
    text-align: left;
    font-size: 14px;
    color: #464646;
    line-height: 30px;
}

.newscontent_wrapper .newsTextNr {
    padding-top: 0px;
    padding-bottom: 20px;
}

.newscontent_wrapper .newsTextNr img {
    max-width: 100%;
}

.newscontent_wrapper .newsBtn {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
    line-height: 0;
}

.newscontent_wrapper .newsBtn span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 50%;
    line-height: 30px;
    height: 30px;
    color: #757575;
    font-size: 13px;
}

.newscontent_wrapper .newsBtn a {
    display: inline-block;
    max-width: 90%;
    line-height: 30px;
    height: 30px;
    color: #909090;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newscontent_wrapper .newsBtn a:hover {
    color: #beaa85;
}

.newscontent_wrapper .newsBtn .newsBtnA {
    text-align: left;
}

.newscontent_wrapper .newsBtn .newsBtnB {
    text-align: right;
}

.page-back {
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
}

.page-back a {
    display: block;
    width: 188px;
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-align: center;
    color: #595959;
    margin: 0 auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: #ececec;
    border: 0;
    border-radius: 5px;
}

.page-back a:hover {
    background: rgb(1,83,64);
    color: #fff;
}

.newscontent_wrapper {
    background: #fff;
    padding-top: 0px;
    padding-bottom: 0;
}

.zh-newsListZuixin {
    padding: 0;
}

.zh-newsListZuixin ul {
    padding: 0;
    height: auto;
    color: #a0a0a0;
    font-size: 0;
    line-height: normal;
    margin: 0;
}

.zh-newsListZuixin ul li.newsli {
    font-size: 0;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 13px;
    text-align: left;
    padding-bottom: 14px;
    border-bottom: 1px solid #efefef;
}

.zh-newsListZuixin ul li.newsli a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-radius: 5px;
}

.zh-newsListZuixin ul li.newsli .ImgBox {
    width: 105px;
    height: 75px;
    overflow: hidden;
    float: left;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, .1);
}

.zh-newsListZuixin ul li.newsli .ImgBox img {
    width: 100%;
    height: 100%;
}

.zh-newsListZuixin ul li.newsli .ImgBox img,
.zh-newsListZuixin ul li.newsli .listTitle .listTitleBox {
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
}

.zh-newsListZuixin ul li.newsli a:hover .ImgBox img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.zh-newsListZuixin ul li.newsli .listTitle {
    overflow: hidden;
    display: block;
    padding: 0;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    position: relative;
}

.zh-newsListZuixin ul li.newsli .listTitle .listTitleBox {
    padding: 10px 0 0 20px;
}

.zh-newsListZuixin ul li.newsli .listTitle .t {
    font-size: 14px;
    color: #1e2831;
    height: 52px;
    line-height: 26px;
    overflow: hidden;
}

.zh-newsListZuixin ul li.newsli a:hover .listTitle .t {
    color: #99755f;
}

.newscontent_wrapper .pageNewsR {
    background: #fff;
    border-radius: 5px;
}

.newscontent_wrapper .pageNewsR .pageNewsRnr {
    padding: 30px 14px 14px 14px;
    border: 1px solid #ccc;
}

.newscontent_wrapper .page-newsInfo {
    width: 920px;
    float: left;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.newscontent_wrapper .page-newsInfo .newsTit {
    margin-bottom: 10px;
    padding-top: 60px;
}

.newscontent_wrapper .zh-newsListZuixin ul li.newsli .ImgBox {
    border-radius: 5px;
}

.newscontent_wrapper .zh-newsListZuixin ul li.newsli .listTitle .listTitleBox {
    padding: 8px 0 0 20px;
}

.newscontent_wrapper .zh-newsListZuixin ul li.newsli .listTitle .t {
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.pageNewsR .tt {
    font-size: 18px;
    color: #1e2831;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 20px;
}


/* 公司新闻详情页end */


/* 返回顶部部按钮start */

.gotop {
    position: fixed;
    right: 30px;
    bottom: 19%;
    z-index: 8;
    width: 60px;
    height: 60px;
    background: url(../images/topback.png) no-repeat center;
    cursor: pointer;
}


/* 返回顶部按钮end */


/* 侧边悬浮模块start */

.yb_conct {
    position: fixed;
    z-index: 9999999;
    top: 250px;
    cursor: pointer;
    transition: all .3s ease;
}

.yb_bar ul li {
    width: 180px;
    height: 53px;
    font: 16px/53px 'Microsoft YaHei';
    color: #fff;
    text-indent: 54px;
    margin-bottom: 3px;
    border-radius: 3px;
    transition: all .5s ease;
    overflow: hidden;
}

.yb_bar .yb_top {
    background: rgb(1, 83, 64) url(./images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
    background: rgb(1, 83, 64) url(./images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
    background: rgb(1, 83, 64) url(./images/fixCont.png) no-repeat 0 -113px;
}

.yb_QQ a {
    display: block;
    text-indent: 54px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.yb_bar .yb_ercode {
    background: rgb(1, 83, 64) url(./images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
    padding: 0 29px 25px 29px;
    vertical-align: top;
}


/* 侧边悬浮模块end */


/* ********解决方案详情页start********** */

.img-wrapper {
    margin-bottom: 50px;
}


/* ********解决方案详情页end************* */


/* 
*****************
分页部分的css
*****************
*/

.fenye {
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 30px 0 70px;
    margin: 0 auto;
}

.fenye a {
    padding: 4px 6px 4px 6px;
    margin: 0 2px 0 2px;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
}

.fenye a.current {
    background: rgb(1, 83, 64);
    color: #fff;
}

.fenye a:hover {
    background: rgb(1, 83, 64);
    color: #fff;
}


/* 文章详情页面 */

.aligncenter {
    display: block;
    margin: 0 auto;
}


/* ********媒体查询相关-start******* */

@media all and (orientation: landscape) {
    .banPcImg {
        display: block;
    }
    .banMobImg {
        display: none;
    }
}

@media all and (orientation: portrait) {
    .banPcImg {
        display: none;
    }
    .banMobImg {
        display: block;
    }
}

@media (min-width:1230px) {
    .container {
        width: 1230px;
    }
    .index-news .mTitbg {
        margin-bottom: 50px;
        padding-top: 120px;
    }
}

@media (max-width: 1600px) {
    .logo {
        padding: 16.5px 15px;
    }
    .logo img {
        width: 120px;
        height: 19px;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        margin: 0 25px;
        height: 65px;
        line-height: 65px;
    }
    .mTitbg {
        padding: 35px 0;
    }
    .mTitbg h2 {
        font-size: 24px;
    }
    .mBox2List {
        width: 80%;
        margin: 0 auto;
    }
    .mBoxMore {
        margin: 15px auto 0;
    }
}

@media (max-width: 1367px) and (max-height:769px) {
    .mBox2bg .mTitbg {
        padding: 20px 0;
    }
    .mBox2List {
        margin: 0 auto;
        width: 63%;
    }
    .mBox2bg .mBoxMore {
        margin: 5px auto 0;
    }
}

@media screen and (max-width: 1200px) {
    nav.navbar.bootsnav ul.nav>li>a {
        margin: 0 15px;
    }
    .box2Tit h3 span {
        padding: 0 10px;
    }
    .box2Name:after {
        margin: 5px auto;
    }
    .box2TextCon .box1More {
        height: 30px;
        line-height: 30px;
    }
    /* 产品详情页媒体查询 */
    .pro02BoxToplef {
        width: 45%;
    }
    .pro02BoxTopName {
        font-size: 20px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width:992px) {
    nav.navbar.bootsnav .navbar-brand {
        float: left!important;
    }
    .logo {
        padding: 5px 0;
        line-height: normal;
    }
    nav.navbar.bootsnav .navbar-toggle {
        
        float: right;
        margin-right: 0;
    }
    nav.navbar.bootsnav ul.nav>li>a {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
        margin: 0;
        padding: 0 15px;
        border-bottom: none;
    }
    nav.navbar.bootsnav ul.nav>li>a:after {
        height: 1px;
        bottom: -1px;
    }
    nav.navbar.bootsnav ul.nav>li>a:after {
        height: 1px;
        bottom: -1px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu {
        min-height: 0;
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        box-shadow: none;
        left: 0;
    }
    nav.navbar.bootsnav ul.nav li.dropdown div.dropdown-menu ul {
        width: 100%;
        float: none;
        border: none;
        text-align: left;
        padding: 0 15px 0 0;
    }
    nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li {
        padding: 2px 0;
    }
    nav.navbar.bootsnav li.dropdown div.dropdown-menu ul>li>a {
        padding-left: 15px;
    }
    nav.navbar.bootsnav ul.nav>li.last div.dropdown-menu ul>li>a:after {
        left: 0;
        right: auto;
    }
    .Ban1 .Ban_boximg {
        width: 50%;
        top: 40%;
    }
    .Ban2 .Ban_boximg {
        width: 50%;
        /*top:40%;*/
        top: 20%;
    }
    .Ban3 .Ban_boximg {
        width: 50%;
        top: 40%;
    }
    .banner_prev,
    .banner_next {
        top: 85%;
    }
    .banner {
        padding-top: 45px;
    }
    .banner .swiper-slide {
        background-size: 100% auto;
        background-position: center top;
    }
    .mBox2bg .mainbox {
        padding-top: 0;
    }
    .mBox3bg .mainbox {
        padding-top: 0;
    }
    .mBox4bg .mainbox {
        padding-top: 30px;
    }
    .mBox5bg .mainbox {
        padding-top: 0;
    }
    .mBox2List {
        width: 100%;
    }
    .mBox2List .swiper-slide {
        transform: translateY(0px) scale(1, 1);
        -webkit-transform: translateY(0px) scale(1, 1);
        opacity: 1;
        -webkit-opacity: 1;
    }
    .mBox2bg .mBoxMore {
        margin: 40px auto;
    }
    .index-news {
        padding-bottom: 20px;
    }
    .mBox3bg {
        display: table !important;
    }
    .mBox3bg .fp-tableCell {
        display: table-cell !important;
    }
    .main3listmobile {
        padding: 0 6.25%;
        display: block;
        position: relative;
    }
    .mBox3Conbg .mBox2Con {
        height: auto;
    }
    .mBox3Img {
        background: none;
    }
    .mBox3Img>img {
        display: block;
    }
    .mBox2Ico,
    .mBox2Brief {
        display: none;
    }
    .mBox3List {
        padding: 0;
        position: relative;
    }
    .mBox3List .swiper-slide {
        opacity: 1;
        -webkit-opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }
    .mainbox3_prev,
    .mainbox3_next {
        color: #877875;
        position: absolute;
        top: 50%;
        margin-top: -22px;
        font-size: 30px;
        cursor: pointer;
    }
    .mainbox3_prev {
        left: 10px;
    }
    .mainbox3_next {
        right: 10px;
    }
    /********* about页面相关媒体查询开始 ********* */
    .Bannern {
        margin-top: 50px;
        background: none;
        height: auto;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .Bannern img {
        display: block;
        margin-top: 50px;
    }
    .classifybg {
        margin: 0;
        height: auto;
    }
    .BreadNav,
    .aboutFen {
        float: none !important;
        margin: 0;
        height: auto;
        overflow: hidden;
    }
    .BreadNav {
        line-height: 30px;
        margin-top: 20px;
    }
    .aboutFen li {
        padding: 0;
        margin-right: 15px;
        float: left;
    }
    /* ********* about页面相关媒体查询结束*********  */
    /* 产品详情页媒体查询 */
    .pro02BoxToplef,
    .pro02BoxToprig {
        float: none;
        width: 100%;
    }
    .pro02BoxToplef {
        padding: 0 100px;
    }
    .pro02BoxToprig {
        padding: 15px 0;
    }
    #home .wrapper {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .logo {
        padding: 16px 0;
    }
    .logo img {
        margin-left: 50%;
    }
    .mTitbg {
        padding: 25px 15px;
    }
    .mTitbg h2 {
        font-size: 14px;
    }
    .mTitbg h2 p {
        font-size: 14px;
    }
    .mainbox {
        padding-top: 55px;
    }
    .mBox2List .swiper-slide {
        width: 50%;
        height: 220px;
    }
    .mBox2_name h4 {
        font-size: 14px;
    }
    .mBox2List .swiper-slide a:hover .mBox2_name h4 {
        font-size: 16px;
    }
    .mBox2bg .mBoxMore {
        margin: 30px auto;
    }
    .pro02BoxToplef {
        padding: 0 50px;
    }
    .mBox3List .swiper-slide {
        width: 33.33%;
        padding: 0 5px 0;
    }
    .main3listmobile {
        padding: 0 40px;
    }
    .mBox3Conbg .mBox2_name h4 {
        font-size: 14px;
    }
    .mBox3H5 {
        display: none;
        font-size: 12px;
        line-height: 1.5em;
        letter-spacing: 2px;
    }
    .mBox3H5 span {
        display: block;
    }
    .Bannern {
        margin-top: 51px;
    }
      /* 首页关于科饶恩图片改文字相关媒体查询 */
    .newfit_xs {
        padding: 0;
    }
    .artisan .newcon_fitxs {
        top: 59%;
    }
    .artisan h4 .newp_fitxs {
        font-size: 12px;
        line-height: 1.8;
        color: #787878;
    }
    .mask {
        background: rgb(255 255 255 / 61%);
    }
    .mBox1bg,
    .mBox1bg>.fp-tableCell {
        height: 300px!important;
    }
    .banner .swiper-pagination {
    bottom: 15px;
        
    }
    /*首页平行四边形修改*/
    .mBox3List .swiper-slide:nth-child(1) a {
        transform: skew(-15deg);
        padding: 15px 0 15px 5px;
    }
    .mBox3List .swiper-slide:nth-child(2) a {
        transform: skew(-15deg);
        padding: 15px 0 9px;
    }
    .mBox3List .swiper-slide:nth-child(3) a {
        transform: skew(-15deg);
        padding: 15px 5px 15px 0;
    } 
    .mBox3List .swiper-slide a {
        overflow: visible;
    }
    .mBox3List .swiper-slide:nth-child(2) a::before {
        content: "";
        position: absolute;
        left: -5%;
        top: 0%;
        width: 111%;
        height: 103%;
        border-width: 2px;
        border-style: solid;
        border-color: rgb(1,83,64);
        z-index: 2;
    }
    .mBox3List .swiper-slide:nth-child(2) a::after {
        content: "";
        position: absolute;
        left: -1%;
        top: 7%;
        width: 111%;
        height: 103%;
        border-width: 2px;
        border-style: solid;
        border-color: #ccc;
        z-index: 2;
    }
    
    
    
    
    .index-news .news_content .news_title {
        font-size: 12px;
    }
    .index-news .news_content .news_date,
    .index-news .news_content .news_description{
        font-size: 12px;
    }
    .index-news .news_more span {
        width:20px;
        height:20px;
    }
    .mBoxMore {
        font-size: 12px;
        width: 80px;
        height: 30px;
        line-height: 30px;
    }
    .yb_conct {
        display: none;
    }
    .index-news {
        background-color: #fff;
    }
    .index-news .container {
        padding: 0 50px;
    }
    /*.mBox3List .swiper-slide:nth-child(3) {*/
    /*    padding:15px!important;*/
    /*}*/
    .newscontent_wrapper .newsText {
        margin: 0;
    }
    .index-news .news_content {
        padding: 5px;
    }
    .index-news .new_Img {
        height: 70px;
    }
    .index-news .news_content .news_date {
        margin: 5px 0;
    }
    .index-news .news_content .news_more {
        padding-top: 5px;
    }
    /* about页面*/
        .comBox1Text {
            font-size: 12px;
            line-height: 25px;
        }
        .comBox1Tit {
            font-size: 14px;
            line-height: 14px;
        }
        .comBox1Line {
            height: 2px;
            width: 15px;
        }
        .comBox1En {
            font-size: 30px;
            line-height: 30px;
        }
        .companyBox2 {
            padding-top: 0;
        }
        .BreadNav,
        .aboutFenm h3,
        .aboutFen li {
            font-size: 14px;
        }
        .office_envir .txt_box p:nth-child(1) {
            font-size: 14px;
        }
        .office_envir .txt_box p:nth-child(3) {
            font-size: 12px;
        }
        .office_envir .txt_box {
            padding: 10px;
            height: 100%;
        }
        .companyBox3 {
            padding: 0 0 20px;
        }
        .page-tab {
            padding: 0;
        }
        .companyBox5 {
            padding: 30px 0;
        }
        .page-tab ul li a {
            padding: 0 10px;
            height: 20px;
            line-height: 20px;
        }
        .pageList ul {
            padding: 0 50px;
        }
        .pageList ul li.newsli {
            margin-bottom: 0;
        }
        .pageList ul li.newsli a {
            padding: 0;
            box-shadow: none;
        }
        .pageList ul li.newsli .listTitle .listTitleBox {
            padding: 5px;
        }
        .pageList ul li.newsli .listTitle .t {
            font-size: 12px;
            height: 37px;
            line-height: 20px;
        }
      .fenye a {
          font-size: 12px;
      }
        .product_navone .twonav {
            height: 40px;
            padding: 0;
        }
        .product_content .title {
            font-size: 14px;
        }
        .product_content .pro_more {
            width: 58px;
            height: 20px;
            line-height: 19px;
        }
        .product_wrapper {
            padding-bottom: 20px;
        }
        .pro_advantage li {
            padding: 5px;
        }
        .pro_adCon {
            padding: 5px 0;
        }
        .pro_adCon h3 {
            font-size: 14px;
        }
        .pro_advantage {
            padding: 30px 0 20px;
        }
        .advantageCon {
            padding: 0;
        }
        .advantageCon_right .advantageMaterial {
            font-size: 14px;
        }
        .advantageCon_right p {
            font-size: 12px;
            line-height: 22px;
            color: #787878;
            margin-bottom:20px;
        }
        .advantageList li p {
            height: auto;
            line-height: 22px;
            margin-bottom: 20px;
            font-size: 12px;
        }
        .advantageBg {
            padding-top: 0;
        }
        .pro3More {
            margin-bottom: 20px;
            font-size: 14px;
            width: 59px;
            height: 34px;
            line-height: 34px;
            margin: 15px auto;
        }
        .pro_advantage_cai_xingcai {
            margin-bottom: 0;
        }
        .advantageList li h6 {
            font-size: 14px;
            margin: 20px 0;
        }
        .product-adv_advantage .mTitbg p {
            font-size: 12px!important;
            color:#787878;
            line-height:22px;
        }
        .pro_advantage_cai_wujin {
            padding-top: 0;
        }
        .proadsb_txt {
            width: 100%;
            font-size: 12px;
            color: #787878;
            line-height: 20px;
        }
        .advantage02Name {
            font-size: 12px;
        }
        .advantage02List li p {
            min-height: 75px;
            font-size: 12px;
            color: #787878;
            margin: 10px 0;
        }
        .img-wrapper {
            margin-bottom: 0;
        }
        .solutionTop {
            font-size: 12px;
        }
        .caseBot {
            margin: 15px 0;
        }
        .caseName {
            font-size: 12px;
            line-height: 30px;
        }
        .caseBot li {
            padding: 0 5px 10px;
        }
        .case_wrapper {
            padding-top: 0;
        }
        .advantageCon .advantageConImg img {
            width: 75%;
            margin: 0 auto 20px;
        }
        .advantageList li img {
            width: 75%;
            margin: 0 auto 20px;
        }
       .pro_advantage_cai_wujin .advantageList li:first-child img,
       .pro_advantage_cai_wujin .advantageList li:nth-child(2) img,
       .pro_advantage_cai_wujin .advantageList li:nth-child(3) img,
       .pro_advantage_cai_wujin .advantageList li:nth-child(4) img {
            width: 100%;
        }
        .pro_advantage_cai_wujin .advantageList {
            padding: 0 50px;
        }
        .advantageCen>img {
            margin-bottom: 20px;
        }
        .pro_advantage_sb .proadsb_deswrapper p {
            font-size: 12px;
            color: #787878;
        }
            
}

@media (max-width: 460px) {
    .mBox2List .swiper-slide {
        width: 50%;
        height: 104px;
    }
    .pro02BoxToplef {
        padding: 0;
    }
    .pro02BoxBotNav .container {
        padding: 0;
    }
    .pro02BotNav li {
        font-size: 14px;
        line-height: 38px;
    }
    .pro02BoxBotConText img {
        max-width: 70%;
    }
}

@media (max-height:414px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 160px;
    }
}


/* ********媒体查询相关-end******* */
/* new footer start */

.flex-c[data-v-ed0babc4] {
    display: flex;
    align-items: center;
}

.flex-c-sp[data-v-ed0babc4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-c-c[data-v-ed0babc4] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-c-sa[data-v-ed0babc4] {
    display: flex;
    align-items: center;
    justify-content: space-arrow;
}

.flex-c-fs[data-v-ed0babc4] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.text-ellipsis[data-v-ed0babc4] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-line2[data-v-ed0babc4] {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* 两行省略 */

footer[data-v-ed0babc4] {
    position: relative;
    background-color: #1e1e1e;
    font-size: 12px;
    color: #ffffff;
}

footer .link-title[data-v-ed0babc4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.42667rem 0.8rem;
    position: relative;
    z-index: 99;
}

footer .link-title[data-v-ed0babc4]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.4rem;
    right: 0.4rem;
    height: 0.02667rem;
    background-color: #7b7b7b;
}

footer .link-title img.bot[data-v-ed0babc4] {
    width: 0.48rem;
}

footer .link-title img.right[data-v-ed0babc4] {
    width: 0.37333rem;
}

footer .link-list[data-v-ed0babc4] {
    position: relative;
    z-index: 1!important;
    background-color: #161616;
    padding: 0.64rem 1.33333rem;
}

footer .link-list a[data-v-ed0babc4] {
    color: #ffffff;
}

footer .link-list>li[data-v-ed0babc4]:nth-child(n+2) {
    margin-top: 0.53333rem;
}

footer .bot-icon[data-v-ed0babc4] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.48rem 0;
}

footer .bot-icon .icons[data-v-ed0babc4] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .bot-icon .icons img[data-v-ed0babc4] {
    width: 0.26667rem;
    margin-left: 0.16rem;
}

.share-box[data-v-ed0babc4] {
    display: flex;
    align-items: center;
    height: 100%;
}

.share-box>div[data-v-ed0babc4] {
    flex: 1;
    text-align: center;
}

.share-box>div p[data-v-ed0babc4] {
    font-size: 12px;
    color: rgba(51, 51, 51, 0.4);
    margin-top: 0.53333rem;
}

.shareWay[data-v-ed0babc4] {
    padding: 20px 0;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
}

.shareWay .txt_c[data-v-ed0babc4] {
    text-align: center;
}

.shareWay>p[data-v-ed0babc4] {
    text-align: center;
}

.shareWay .dis_f[data-v-ed0babc4] {
    padding: 20px 0 0;
    display: flex;
    justify-content: space-between;
}

.shareWay .dis_f>div[data-v-ed0babc4] {
    padding-left: 50px;
    box-sizing: border-box;
    flex: 1;
}

.shareWay .dis_f.img[data-v-ed0babc4] {
    justify-content: center;
}

.shareWay .dis_f.img div[data-v-ed0babc4] {
    padding-left: 0;
   text-align: center;
}

.shareWay .dis_f.img div[data-v-ed0babc4]:not(:last-child) {
    margin-right: 0.42667rem;
}

.shareWay .dis_f.img img[data-v-ed0babc4] {
    width: 27px;
}

.shareWay .dis_f p {
    margin: 0;
}

.copy[data-v-ed0babc4] {
    padding: 16px 0;
    font-size: 12px;
    text-align: center;
    opacity: 0.5;
}

.wechatCode[data-v-ed0babc4] {
    width: 50%;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hide {
    display: none;
}

.show {
    display: block;
}

.close_x {
    font-size: 20px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border: 1px solid #ccc;
    position: absolute;
    left: 75%;
    top: 12%;
}


/* new footer end */


/*首页案例轮播图*/
.swiper-container-case {
    padding-bottom: 40px;
}

.swiper-container-case .swiper-slide {
    width: 978px;
    transition-timing-function: linear;
}

@media only screen and (max-width:1200px) {
    .swiper-container-case .swiper-slide {
        width: 770px;
    }
}

@media only screen and (max-width:980px) {
    .swiper-container-case .swiper-slide {
        width: 471px;
    }
}

@media only screen and (max-height:480px) {
    .swiper-container-case .swiper-slide {
        width: 471px;
    }
}

.swiper-container-case .swiper-slide img {
    width: 100%;
    border-radius: 4px;
}

.swiper-container-case .swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
}

.swiper-container-case .swiper-button-next,
.swiper-container-case .swiper-button-prev {
    width: 86px;
    height: 112px;
    background-size: 86px 112px;
    margin-top: -56px;
    outline: none;
}

.swiper-container-case .swiper-button-next {
    background-image: url(./images/cursor-next.png);
}

.swiper-container-case .swiper-button-prev {
    background-image: url(./images/cursor-prev.png);
}

.swiper-container-case .swiper-pagination-bullet {
    background: none;
    opacity: 1;
    margin: 0 6px !important;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
}
.swiper-container-banner .swiper-pagination-bullet span,
.swiper-container-case .swiper-pagination-bullet span {
    width: 3px;
    height: 3px;
    background: #CCC;
    display: block;
    border-radius: 50%;
    margin-top: 3px;
    margin-left: 3px;
}
.swiper-container-banner .swiper-pagination-bullet i,
.swiper-container-case .swiper-pagination-bullet i {
    background: #015340;
    height: 1px;
    width: 20px;
    position: absolute;
    top: 4px;
    transform: scaleX(0);
    transform-origin: left;
    z-index: 3;
    transition-timing-function: linear;
}
.swiper-container-banner .swiper-pagination-bullet-active span,
.swiper-container-banner .swiper-pagination-bullet:hover span,

.swiper-container-case .swiper-pagination-bullet-active span,
.swiper-container-case .swiper-pagination-bullet:hover span {
    width: 9px;
    height: 9px;
    margin-top: 0;
    margin-left: 0;
    background: #015340;
    position: relative;
    z-index: 1;
}

.swiper-container-case .swiper-pagination-bullet-active i {
    animation: middle 6s;
}

.swiper-container-case .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

.swiper-container-case .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }
    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }
    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }
    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }
    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }
    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
    /*0913*/
}