.s-container {
    margin: 0 auto;
    width: 1180px;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

.video {
    position: relative;
    background: #000;
    border-bottom: 2px solid #000;
}

.video img {
    max-width: 100%;
}

.my-video {
    display: block;
}

.fixed-qrcode {
    position: fixed;
    left: 20px;
    bottom:90px;
    width: 124px;
    height: 264px;
    text-align: center;
    z-index: 9;
}
.fixed-qrcodeLink{
    width: 124px;
    height: 154px;
    background: #1FC343;
    text-align: center;
}

.fixed-qrcode-close {
    position: absolute;
    top: 8px;
    right: 6px;
    display: inline-block;
    width: 10px;
    height: 8px;
    background: url('../../img/v2/home/fixed_close.png') no-repeat;
    background-size: contain;
    cursor: pointer;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/fixed_close.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/fixed_close.png', sizingMethod='scale');
	background: none\9;
}

.fixed-qrcode p {
    padding: 15px 0;
    font-size: 12px;
    line-height: 14px;
}

.fixed-qrcode .img1 {
    width: 80px;
}
.img2Parent{
    margin-top: 10px;
}
.fixed-qrcode .img2 {
    width: 124px;
    cursor: pointer;
}
/* 轮播图 */
.slick-container {
    height: 480px;
    overflow: hidden;

}

.slick-link {
    height: 480px;
    vertical-align: middle;
}

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

.slick-prev1,
.slick-next1 {
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: no-repeat center / contain;
    z-index: 8;
    outline: none;
    transform: none;
}

.slick-prev1:before,
.slick-next1:before {
    display: none;
    content: "";
}

/* .slick-prev1:before,
.slick-next1:before {
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    outline: none;
} */

.slick-prev1 {
    left: 60px;
}

.slick-prev1 {
    background-image: url("../../img/v2/home/circle_left.png");
    background-repeat: no-repeat;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left.png', sizingMethod='scale');
	background: none\9;
}

/* .slick-prev1:before {
    background-image: url("../../img/v2/home/circle_left.png");
    background-repeat: no-repeat;
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left.png', sizingMethod='scale');
	background: none\9;
} */

.slick-next1 {
    right: 60px;
}

.slick-next1 {
    background-image: url("../../img/v2/home/circle_right.png");
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_right.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_right.png', sizingMethod='scale');
	background: none\9;
}

.slick-prev1:hover {
    background: no-repeat center / contain;
    background-image: url("../../img/v2/home/circle_left_active.png");
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left_active.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left_active.png', sizingMethod='scale');
	background: none\9;
}

.slick-next1:hover {
    background: no-repeat center / contain;
    background-image: url("../../img/v2/home/cricle_right_active.png");
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/cricle_right_active.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/cricle_right_active.png', sizingMethod='scale');
	background: none\9;
}

/* .slick-next1:before {
    background-image: url("../../img/v2/home/circle_right.png");
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_right.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_right.png', sizingMethod='scale');
	background: none\9;
} */

/* .slick-prev1:hover:before {
    background-image: url("../../img/v2/home/circle_left_active.png");
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left_active.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/circle_left_active.png', sizingMethod='scale');
	background: none\9;
} */

/* .slick-next1:hover:before {
    background-image: url("../../img/v2/home/cricle_right_active.png");
    -ms-filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/cricle_right_active.png', sizingMethod='scale');
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Public/Home/img/v2/home/cricle_right_active.png', sizingMethod='scale');
	background: none\9;
} */

.slick-dots {
    bottom: 24px;
    font-size: 0;
}

.slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
}

.slick-dots li button:before {
    width: 8px;
    height: 8px;
    line-height: 8px;
    color: #ffffff;
    font-size: 24px;
}

.slick-dots li.slick-active button:before {
    color: #ffffff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* 轮播图 */

.hotline {
    padding: 18px 0;
    height: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    overflow: hidden;
}

.hotline-label {
    width: 190px;
    font-size: 16px;
    text-align: center;
}

.entrance-boxs {
    margin-top: 75px;
    margin-bottom: 75px;
}

.entrance-box {
    width: 300px;
    text-align: center;
}

.entrance-box img {
    width: 110px;
    height: 110px;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.entrance-box:hover img {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.entrance-box h3 {
    margin-top: 26px;
    font-size: 19px;
    line-height: 26px;
}

.entrance-box p {
    margin-top: 14px;
    font-size: 12px;
    color: #666;
    line-height: 14px;
}

.recfonts {
    padding-bottom: 50px;
    border-bottom: 2px solid #000;
}

.recfonts-title {
    padding: 15px 0;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}

.refonts-container {
    margin-top: 28px;
}

.refonts-tabs {
    font-size: 17px;
    text-align: center;
}

.refonts-tab {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-latest {
    margin-left: 50px;
    margin-right: 50px;
}

.tab-active {
    border-bottom: 2px solid #48FF7C;
}

.tab-panels {
    margin-top: 50px;
}

.tab-panel {
    /* margin-left: -10px; */
    /* margin-right: -10px; */
}

.panel-latest,
.panel-collection {
    display: none;
}

.panel-box {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    width: 380px;
}

.panel-image {
    overflow: hidden;
}

.panel-image img {
    width: 380px;
    height: 190px;
}

.panel-image .panel-bg {
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scale-image img,
.scale-image div {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    transition: all ease 0.3s;
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
}

.scale-image:hover img,
.scale-image:hover div {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}

.panel-name {
    margin-top: 12px;
    font-size: 19px;
    line-height: 22px;
}

.btn-more {
    margin: 75px auto 0;
    display: block;
    width: 146px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    text-align: center;
}

.btn-more:hover {
    color: #fff;
    background: #000;
}

/* 字体风格 */
.font-style1 {
    padding: 75px 0 50px;
    border-bottom: 2px solid #000;
}

.style1-cname {
    font-size: 112px;
    line-height: 150px;
    text-align: center;
}

.style1-ename {
    margin-top: 30px;
    font-size: 56px;
    line-height: 70px;
    text-align: center;
}

.font-weight {
    margin-top: 68px;
    font-size: 0;
    text-align: center;
}

.font-weight b {
    display: inline-block;
    margin-right: 3px;
    /* width: 120px; */
    width: 102px;
    height: 44px;
    line-height: 44px;
    /* font-size: 17px; */
    font-size: 16px;
    color: #fff;
    background: #000;
    vertical-align: middle;
    cursor: pointer;
}

.font-weight .b-first {
    width: 102px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.font-weight .b-last {
    margin-right: 0;
    width: 102px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.font-weight b:hover {
    background: #333;
}

.font-weight .b-selected {
    background: #C4C4C4 !important;
}

.btn-detail {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 146px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 20px;
    text-align: center;
}

.btn-detail:hover {
    color: #fff;
    background: #000;
}

.font-style2 {
    padding: 75px 0 50px;
    border-bottom: 2px solid #000;
}

.style2-cname {
    font-size: 130px;
    line-height: 156px;
    text-align: center;
}

.style2-ename {
    margin-top: 14px;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}

.font-style1 .btn-detail {
    margin-top: 98px;
}

.font-style2 .btn-detail {
    margin-top: 98px;
}
/* 字体风格 */

.carousel2 {
    border-bottom: 2px solid #000000;
}

.slick2-container {
    height: 590px;
    overflow: hidden;
}

.slick2-box {
    position: relative;
    width: 590px;
    height: 590px;
}

.slick2-box img {
    width: 590px;
    height: 590px;
}

.slick-prev2,
.slick-next2 {
    width: 60px;
    height: 70px;
    z-index: 8;
}

.slick-prev2:before,
.slick-next2:before {
    content: "";
    display: block;
    width: 60px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: 14px 33px;
    background-position: center;
    outline: none;
}

.slick-prev2 {
    left: 0;
}

.slick-prev2:before {
    background-image: url("../../img/v2/home/left_arrow.png");
}

.slick-next2 {
    right: 0;
}

.slick-next2:before {
    background-image: url("../../img/v2/home/right_arrow.png");
}

.slick-prev2:hover:before {
    background-color: rgba(0, 0, 0, .08);
}

.slick-next2:hover:before {
    background-color: rgba(0, 0, 0, .08);
}

.slick2-detail {
    position: absolute;
    left: 50%;
    bottom: 82px;
    margin-left: -75px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 17px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
}

.slick2-detail:hover {
    background: #f2f2f2;
}

.font-case {
    padding-bottom: 50px;
    border-bottom: 2px solid #000;
}

.case-container  {
    margin-top: 50px;
}

.case-title {
    padding: 15px 0;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.case-box {
    height: 458px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.case-box1 {
    margin-right: 33px;
    width: 270px;
}

.case-box2 {
    margin-right: 33px;
    width: 261px;
}

.case-box3 {
    margin-right: 33px;
    width: 258px;
}

.case-box4 {
    width: 284px;
}

.case-box:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.case-bg {
    height: 390px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.case-image img {
    width: 100%;
    height: 390px;
}

.case-font {
    padding: 23px 0;
}

.case-font p {
    font-size: 19px;
    line-height: 22px;
    text-align: center;
}

.font-case .btn-more {
    margin-top: 60px;
}

/* 品牌动态 */
.dynamics {
    padding-bottom: 50px;
}

.dynamics-title {
    padding: 15px 0;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    border-bottom: 2px solid #000;
}

.dynamics-container {
    margin-top: 28px;
}

.dynamics-tabs {
    font-size: 0;
    text-align: center;
}

.dynamics-tab {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    line-height: 20px;
    font-size: 17px;
    text-align: center;
    cursor: pointer;
}

.tab-news {
    margin-right: 50px;
}
.tab-activity{
    margin-right: 50px;
}
.tab-active {
    border-bottom: 2px solid #48FF7C;
}

.dynamics-panels {
    margin-top: 50px;
}

.dynamics-panel {
    margin-left: -14px;
    margin-right: -14px;
}

.panel-activity {
    display: none;
}
.panel-ztds {
    display: none;

}
.dynamics-box {
    margin-left: 14px;
    margin-right: 14px;
    width: 375px;
}
.dynamics-ztdsbox {
    margin-left: 14px;
    margin-right: 14px;

    width: 270px;
    height: 390px;
}

.dynamics-image {
    overflow: hidden;
}

.dynamics-bg {
    width: 100%;
    height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: contain; */
    background-position: center;
}

.dynamics-name {
    display: -webkit-box;
    margin-top: 14px;
    height: 44px;
    font-size: 19px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dynamics-date {
    margin-top: 10px;
    font-size: 17px;
    color: #929292;
    line-height: 26px;
}

.dynamics .btn-detail {
    margin-top: 60px;
}
/* 品牌动态 */

.footer {
    margin-top: 0;
}


.addNewPop{
    display: none;
}
.addNewPop .bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: 12;
}
.pictureDOM {
    position: fixed;
    width: 800px;
    height: 350px;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -175px;
    z-index: 13;
}
.addNewPop .pictureDOM img{
  
    width: 800px;
}
.addNewPop .pictureDOM .closeThisBox{
    width: 34px;
    height: 34px;
    background: url(../../img/closePop.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -50px;
    right: -14px;
    cursor: pointer;
}








