:root{
	--color1:#b9a26c;
	--color2:#191718;
	--color3:#fbf5e6;
	--color4:#b3814f;
	--color5:#141414;
	--color6:#f2ebdb;
	--color7:#512816;
    --color8:#ee8200;
}
body{font-size: 14px;color: var(--color5);line-height: 1.5;margin: 0;}
.tempWrap{width:100%!important;height: 100%!important;margin: 0 auto!important;}
.left{float: left}
.right{float: right}
.v_center{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;}

a{text-decoration: none;color: #000;display: inline-block;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.cls{clear: both;display: block}
.cls:after{content: '';clear: both;display: block}
li i,i{float: initial}
.fixed{position: fixed;left: 0;top: 0;z-index: 30}
::selection {background-color: var(--color7);color: #fff;text-shadow: none;}
.containers {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.flex-b{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    justify-content:space-between;
    -moz-box-pack:space-between;
    -webkit-moz-box-pack:space-between;
    box-pack:space-between;
}

.flex-s{
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-around;
    justify-content:space-around;
    -moz-box-pack:space-around;
    -webkit-moz-box-pack:space-around;
    box-pack:space-around;
}
.auto-img {
    max-width: 100%;
    height: auto;
}

.ovh {
    overflow: hidden;
}

.pa {
    position: absolute;
}

.fb {
    font-weight: bold;
}

.f-16 {
    font-size: 16px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-30 {
    font-size: 30px;
}

.f-36 {
    font-size: 36px;
}

.f-40 {
    font-size: 40px;
}

.f-48 {
    font-size: 48px;
}

.f-60 {
    font-size: 60px;
}

/*banner*/
.slideBox{width: 100%;height:650px;position: relative}
.slideBox .hd{width:100%;position:absolute;left:0;bottom: 0;z-index:1;height: 110px;}
.slideBox .hd .mq{height: 100%;}
.slideBox .prev,.slideBox .next{display: inline-block;background:url(../img/left.png) no-repeat center #2f2f2f / 10px 16px;transition: all .5s ease-in-out;width: 27px;height: 71px;opacity: 1;position: absolute;left: 0;top: 0;z-index: 10}
.slideBox .prev{margin-right: 14px}
.slideBox .next{background:url(../img/right.png) no-repeat center #2f2f2f / 10px 16px;left: calc(27px + 14px);z-index: 9}
.slideBox .prev:hover,.slideBox .next:hover{width: 71px;background-color: var(--color7)}
.slideBox .hd{text-align: right}
.slideBox .hd span{display: inline-block;width: 14px;height: 14px;border: 2px solid transparent;position: relative;margin: 0 3px;cursor: pointer}
.slideBox .hd span:after{content:'';display: inline-block;width: 6px;height: 6px;background-color:#faecb5;position: absolute;left: 2px;top: 2px;}
.slideBox .hd span.on{border-color: var(--color7)}
.slideBox .hd span.on:after{background-color: var(--color7)}
.slideBox .bd,.slideBox .bd ul,.slideBox .bd ul li{height: 100%; background-size:100% 100%;width: 100%;}

/*float-right*/
.drift{width:50px;height:auto;position:fixed;bottom:30%;right:-120px;z-index:999;padding-top: 10px;}
.drift:after{content: '';width:50px;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.35);border-radius: 10px 0 0 10px;display: inline-block;z-index: -1}
.drift ul{width: max-content; padding-left: 0;}
.drift li{position: relative;transition: all ease-in-out 0.5s;width: max-content;padding-right: 16px;border-radius: 10px 0 0 10px;}
.drift li:hover{background-color: rgba(0, 0, 0, 0.35);transform: translateX(calc(-100% + 50px))}
.drift li a{display:inline-block;text-decoration:none;}
.drift li a i{display: inline-block;width: 50px;height: 50px;float: left;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;font-size: 20px;color: #fff;}
.drift li a span{color: #fff;font-size: 16px;display: inline-block;line-height: 50px;}

/*top*/
.top{background: #22262b;overflow: visible;position: relative;z-index: 30}
.top .menu_top .menuBox a{display: inline-block;padding: 0 20px;color: var(--color1);text-align: center;font-size: 15px;margin-top: 24px;}
.top .logo {display:inline-flex;width: unset;max-width:270px;margin-right:40px;align-items: center;height: 100%;padding: 32px 0;margin-top: 0}
.top .logo img{max-height: 100%}
.top span.logo{font-size: 18px;font-weight: bold;white-space: nowrap;color: #ee8200;}
.top .menu_top .menuBox a:hover,.top .menu_top .menuBox a.select{color: #fff}
/*footer*/
.footer{background:url("../img/nav1.jpg") repeat-x left top var(--color2);padding: 40px 0 0;color: var(--color1)}
.footer_top{text-align: center;padding-bottom: 20px}
.footer_top img{max-width: 260px;margin: 0 auto;}
.fmenu{display: flex;justify-content: space-between}
/*
.footer .fmenu ul{max-width: 100%;display: flex;justify-content: space-between}
.footer .fmenu li h2{font-size: 17px;padding-bottom: 10px;}
.footer .fmenu li a{display: inline-block;width: 100%;color:var(--color1);white-space: nowrap;text-overflow: ellipsis; }
.footer .fmenu li a:hover{color:#887563}
.footer .qrcode img{width: 120px}
*/
.footer-t-items{width: 120px;}
.footer-t-items:nth-of-type(1){width: 240px; margin-right: 24px;}
.footer-t-items:nth-of-type(1) li:nth-of-type(1){border-bottom:none}
.footer-t-items li:nth-of-type(1){
    font-size: 20px;
    padding-bottom: 11px;
    border-bottom: 1px solid #ee8200;
    text-align: center;
    color: #fff;
    margin-bottom: 17px
}
.footer-t-items li:nth-of-type(1) a{
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-left: 0;
}
.footer-t-items li a{font-size: 16px; line-height: 28px; margin-left: 15px; color: #fff;}
.footer-t-items:last-of-type{width: 150px;margin-left: 5px; text-align: center;}
.share{padding: 12px 0;background: #ffffff08;margin-top:32px;text-align: center}
.share .bdsharebuttonbox a{background-image: none!important;font-size: 16px;background: #0f0e0e;display: inline-block;width: 36px;height: 36px;text-align: center;padding: 0;line-height: 36px;color: var(--color1);margin: 0 6px 0 0}
.share .bdsharebuttonbox a:hover{background-color:var(--color1);color: #0f0e0e }

/************** index ************/
.index_title{text-align: center}
.index_title p{display: inline-block;height:76px;color: var(--color7);line-height: initial;text-transform: uppercase;font-size: 26px;padding: 0 260px;background: url("../img/code-left.png") no-repeat left center,url("../img/code-right.png") no-repeat right center;}
.index_title p span{font-size: 24px;}
/*about_index*/
.about_index{padding: 30px 0;background: url("../img/inddz3.png") no-repeat center bottom var(--color3)}
.about_index p{text-align:center;margin-top: 35px;color:#818181;margin-bottom: 47px;padding: 0 120px;font-size: 16px;line-height: 2;}
.about_index a{background:url(../img/ind_dzbtn.png) center;width:155px;height:61px;line-height:61px;text-align:center;display:block;margin: 0 auto 85px;font-size: 16px;color:#676767;}
.about_index a:hover{color:#d5b77f;}
.about_t{padding-top:50px;width:325px;float:left;}
.about_t1{font-size:55px;line-height:1.4;margin-left:40px;color: #ee8200;position: relative;z-index: 0;}
.about_t1::before{content: "";position: absolute;width: 230px;height: 10px;top:50px;left:55px; background-color:#860223;z-index: -1;}
.about_t2{font-size:20px;padding-left:80px;color: #fff;position: relative;z-index: 1;}
.about_t2::before{content: "";position: absolute;width: 65px;height: 1px;top:14px;left:0px; background-color:#fffdfd;z-index: -1;}
.about_content{width:calc(100% - 260px);font-size: 16px;color:#fff;line-height: 30px; margin-top: 25px;}
.about_more{width: 200px;height: 200px;color: #ee8200;background: rgb(0, 0, 0);float: right;margin-top: 25px; margin-left: 48px;				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; position: relative;}
    .about_more a{ position: absolute;width: 100%;height: 100%; left: 0; top:0}
    .ry{width: 80%; margin-top: 75px;display: inline-block;}
    .ry .col-4{padding: 0;}
/**/
.box_cul{padding: 100px 0;background: url("../img/3.jpg") no-repeat center fixed;position: relative;z-index: 2;text-align: center}
.box_cul:before{content: '';display: inline-block;width: 100%;height: 100%;background:rgba(37, 34, 25, 0.8);left: 0;position: absolute;top: 0;z-index: -1;}
.box_cul .mq p{color: #f9f9f9;line-height: 1;font-size: 24px;}
.box_cul .mq h2 {padding-bottom: 30px;margin-bottom: 0;font-size: 30px;line-height: 50px;color: #fff;text-transform: uppercase;}
.box_cul .bd p {color: #f9f9f9;font-size: 17px;line-height: 26px;margin-bottom: 26px;}
.box_cul .bd a{color: #fff;font-size: 16px;line-height: 26px;margin-bottom: 26px;}

.box_cul .hd{text-align: center}
.box_cul .hd span{display: inline-block;width: 14px;height: 14px;border: 2px solid transparent;position: relative;margin: 0 3px;cursor: pointer}
.box_cul .hd span:after{content:'';display: inline-block;width: 6px;height: 6px;background-color: #f9f9f9;position: absolute;left: 2px;top: 2px;}
.box_cul .hd span.on{border-color: #fff}
.box_cul .hd span.on:after{background-color: #fff}

/*menu2*/
.menu2 ul{padding: 46px 0;}
.menu2 ul li{float: left;width: 312px;height: 168px;margin-right: 10px;background: #fff}
.menu2 ul li a{display: inline-block;width: 100%;height: 100%}
.menu2 ul li a img{display: inline-block;width: 100%;height: 100%;object-fit: cover}
.menu2 ul li a img:hover{opacity: 0.8}
.menu2 ul li:nth-of-type(1){width: 232px}
.menu2 ul li:nth-last-of-type(1){margin-right: 0}
/*goods_index*/
.productTit a { display: inline-block; }
.productTit a b {color: #333; float: left; display: block; font-size: 25px; margin-top: 2px;width: 100% }
.productTit a span { color: var(--color7); float: left; display: block; font-size: 36px; padding-left: 0; text-transform: uppercase;width: 100%; }

.slideGroup_g{ width:100%;}
.slideGroup_g .parHd{ position:relative; margin-bottom:40px; overflow:hidden;text-align: center}
.slideGroup_g .parHd span{cursor:pointer;color:#272727;line-height:24px;text-align: center; display:inline-block; font-size:14px;padding: 5px 14px;border:1px solid #c7a46a}
.slideGroup_g .parHd span.on,
.slideGroup_g .parHd span:hover{cursor:pointer;background-color: var(--color4);border: 1px solid var(--color4);color: #fff}
.slideGroup_g .slideBox_goods{ zoom:1; position:relative;   }

.slideGroup_g .parBd{ width:100%; position:relative;}
.slideGroup_g .parBd ul{ zoom:1; overflow:hidden;}
.slideGroup_g .parBd ul li{float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideBox_goods_rmd{ width: 577px;height:577px;float:left;}
.slideBox_goods_rmd li{width: 577px!important;height: 100%;position: relative}
.slideBox_goods_xp{ width:calc(100% - 600px);float:right}
.slideBox_goods_xp li{ float:left; width:280px;height: 280px; margin-right:25px;position: relative}
.slideBox_goods_xp li:nth-of-type(3),.slideBox_goods_xp li:nth-of-type(4){ margin-top:18px;}
.slideBox_goods_xp li:nth-of-type(2),.slideBox_goods_xp li:nth-of-type(4){ margin-right:0px;}
.slideGroup_g li{border: 5px solid #e4e2df;background: #fff;transition: all 0.3s ease-in-out}
.slideGroup_g li .pic{text-align:center;width: 100%;height: 100%}
.slideGroup_g li .pic img{ width:100%; }
.slideGroup_g li .title{ line-height:24px;background:rgba(51, 44, 43, 0.77); padding:10px 10px; color:#FFF;position: absolute;left: 0;bottom:0;width:100%}
.slideGroup_g li:hover{border-color: var(--color4)}

/*news_index*/
.news_index{ background:url(../img/indnewsbg.jpg) center; height:890px; overflow:hidden}
.news_index h1{ text-align:center; margin:80px 0 50px; height:106px;}
.indnewsmain{overflow:hidden;}
.indnewsmain li{ width:295px; float:left; margin-right:6px; background:url(../img/indnews1.jpg); text-align:center; padding-bottom:55px; cursor:pointer;}
.indnewsmain li>a{display: inline-block;width: 100%;height:220px;overflow: hidden}
.indnewsmain .tiimg{width: 100%;height: 100%;object-fit: cover}
.indnewsmain .indnewsti{ width:160px; height:30px; line-height:30px; background:#231f20; text-align:center; color:var(--color1); font-size:14PX; margin:-30px auto 0; position:relative; z-index:999}
.indnewsmain h6{ margin:20px auto 15px; font-weight:normal; width:250px; text-align:left }
.indnewsmain h6 a{ color:var(--color7); font-size:18px;width:265px;overflow:hidden;white-space: nowrap; text-overflow: ellipsis; display:block;}
.indnewsmain h6 a:hover{ color:#927B4F}
.indnewsmain p{ color:#857771; font-size:14px; height:80px; line-height:22px; width:250px; margin:0 auto;text-align:left; margin-top:10px; }
.indnewsbot{ clear:both; width:250px; margin:0 auto; height:25px; line-height:25px;}
.indnewsbot span{color:#857771;  float:left; }
.indnewsbot a{ float:right; width:75px; border:1px dashed #908771; color:#524424}
.indnewsmain li:hover{ background:url(../img/indnews2.jpg);}
.indnewsbot a:hover{ background:#c0b8a6;}

.news_index .hd ul{width: 100%;text-align: center;padding: 30px 0}
.news_index .hd ul span{display: inline-block;width: 13px;height: 13px;background: var(--color1);border-radius: 100%;margin: 0 5px;cursor: pointer}
.news_index .hd ul span.on{background: #f2ede7;}

/************** layout ***********/
.contact_title{width: 226px;margin: 0 auto 27px;background: url(../img/bg_07.png) top no-repeat;padding: 18px 0;}
.contact_title p{ font-size: 30px; text-align: center; color: var(--color7);}

.layou_nva{background: var(--color2);}
.layou_nva ul{font-size: 0;text-align: center;margin-bottom: 0;}
.layou_nva li{display: inline-block;font-size: 16px;}
.layou_nva li a{line-height: 30px;font-size:15px;color: var(--color1);padding: 10px 40px;}
.layou_nva li a:hover{background: rgba(255,255,255,.08)}
.layou_nva li a:hover,.layou_nva li a.select{background: rgba(255,255,255,.08)}

.menu_layout{margin-top:40px;text-align: center;}
.menu_layout ul{width: 240px;background:var(--color1); border:2px solid var(--color7);position: relative;z-index: 3;padding:35px 25px}
.menu_layout ul:after{content:'';border:1px solid var(--color7);position: absolute;left: 10px;top: 10px;width: calc(100% - 20px);z-index: -1;height:  calc(100% - 20px)}
.menu_layout ul li{width:100%; margin-top: 1px;font-size:16px;}
.menu_layout ul li a{display:inline-block;width:100%;font-size: 16px;color:var(--color7);padding:10px 30px;line-height: 20px;border-bottom: transparent 1px solid}
.menu_layout ul li a:hover,.menu_layout ul li a.select{color:var(--color1);border-bottom: 1px solid var(--color7)}
.menu_layout + .right{width: calc(100% - 240px - 76px)}
.menu_layout + .right .actionName{padding-top: 40px;padding-left: 23px;font-size: 16px;}
.menu_layout + .right .layout_title{border-bottom: 7px solid #311001;padding-left:23px;margin-top:15px;width:100%;font-size: 14px;padding-bottom: 12px;}
.menu_layout + .right .layout_title h2{color:#311001;display: inline-block;width: 100% }
.menu_layout + .right .layout_title h2 span{font-size: 16px;color: #311001;display: inline-block;}

.page-title {position: absolute;left: 0;right: 0;bottom: 0;height: 100%;width: 100%;z-index: 2;text-align: center;}
.page-title h2 {color: #fff;text-transform: uppercase;font-size: 45px;font-weight: 700;line-height: 34px;position: relative;z-index: 3;padding-top: 31px;padding-bottom: 31px;margin-bottom: 0}
.page-title .breadcrumb {background-color: transparent;padding-top: 30px;padding-bottom: 0;margin-bottom: 0}
.page-title .breadcrumb li{display: inline-block}
.page-title .breadcrumb a {color: #fff;font-family: 'Montserrat', sans-serif;line-height: 24px;font-weight: 500;font-size: 12px;text-transform: uppercase;}
.page-title .breadcrumb a:hover {color: var(--color7)}
.page-title .breadcrumb .active {color: var(--color7);font-family: 'Montserrat', sans-serif;line-height: 24px;font-weight: 500;font-size: 12px;text-transform: uppercase;}
.page-title .breadcrumb .active:before {padding: 0 5px;color: #ccc;content: "/\00a0";}
.page-title .title-bg:before {content: "";width: 70px;height: 96px;background-color: var(--color7);position: absolute;display: block;left: 50%;margin-left: -35px;text-align: center;}


/*???????*/

#about_body,#about_body p{font-size: 16px;text-align: justify;line-height: 2}
/*********************************/
/*????????*/
.newsList {
    margin-bottom: 5em;
}

.newsList .item {
    margin-bottom: 2.6em;
    background: #fff;
    padding: 0;
}

.newsList .item a {
    display: block;
}

.newsList .item .img {
    width: 450px;
    position: relative;
}
.newsList .item .img:before{
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    padding-top: 56%;
}
.newsList .item .img .auto-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.newsList .item .img .mask {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../img/more5.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.3s;
}

.newsList .item .img:hover .mask {
    opacity: 1;
}

.newsList .item .date {
    padding: 1.4em 3.5em;
    line-height: 1.2;
    border-right: 1px solid #e0e0e0;
    margin-top: 70px;
    text-align: center;
}

.newsList .item .date .f-60 {
    line-height: 0.8;
    margin-bottom: 10px;
}

.newsList .item .font {
    padding: 0 170px 0 2em;
    margin-top: 73px;
    position: relative;
}

.newsList .item .font .f2 {
    font-size: 14px;
    color: #66676c;
    line-height: 1.7;
    margin-top: 1em;
}

.newsList .item .font .more {
    border: 1px solid #e5e5e5;
    width: 60px;
    height: 60px;
    background: url(../img/news1.png) center no-repeat;
    right: 60px;
    top: 50%;
    margin-top: -30px;
}

.newsList .item:hover {
    box-shadow: 0 0 6px 4px #e6e6e6;
}

/*???????? - ????????*/
#newsDetail_body .ar{display: none}
#newsDetail_body .notice{display: inherit}
#newsDetail_body .cnt .text p,
#newsDetail_body .cnt .text div{font-size: 16px;text-align: justify;line-height: 32px;padding-bottom: 5px;text-indent: 2em;}
#newsDetail_body .cnt .text p strong,
#newsDetail_body .cnt .text div strong{font-size: 18px;line-height: 36px;padding: 5px 0}
#about_body p,#about_body  div{font-size: 16px;text-align: justify;line-height: 32px;padding-bottom: 5px;}
#about_body p strong,#about_body  div strong{font-size: 18px;line-height: 36px;padding: 5px 0}
/*???????? - ???????*/
#newsDetail_body,#dlistDetail_body{margin-top: 25px; margin-bottom: 25px;}
#newsDetail_body .left,
#dlistDetail_body .left{width: calc(100% - 348px)}
#newsDetail_body .right,
#dlistDetail_body .right{width: 318px;}
#newsDetail_body .left .content_box,
#dlistDetail_body .left .content_box {background: #ffffff;padding: 38px 30px;border: var(--color2)21 1px solid;}
.content_box .content {padding: 40px 0;}
#newsDetail_body .left .content_box p,
#dlistDetail_body .left .content_box p{font-size: 16px;line-height: 32px;}
.title_box {border-bottom: var(--color2)24 1px solid;text-align: center;}
.title_box h3{font-size: 24px;}
.title_box p{padding: 10px 0;}
#newsDetail_body .list,
#dlistDetail_body .list {background: #ffffffb5;border: #e6e6e6 1px solid;margin-bottom: 20px;}
#newsDetail_body .list h3 ,
#dlistDetail_body .list h3 {height: 54px;line-height: 53px;padding: 0 20px ;margin: auto;border-bottom: #e7e7e7 1px solid;font-size: 17px;color: red;}
#newsDetail_body .list h3 i,
#dlistDetail_body .list h3 i{display: inline-block;width: 25px;font-size: 22px;vertical-align: middle;}


.list_1 .content em ,
.list_3 .content em {width: 15px;height: 15px;border-radius: 5px;font-style: normal;display: inline-block;vertical-align: middle;font-size: 12px;color: #fff;background: #ababab;text-align: center;line-height: 15px;margin-right: 12px;}
.list_1 .content li:nth-of-type(1) em,
.list_1 .content li:nth-of-type(2) em,
.list_1 .content li:nth-of-type(3) em {background: var(--color7) ;}

#newsDetail_body .list .content {padding: 20px;}
#newsDetail_body .list .content ul{padding: 0;}
#newsDetail_body .list .content li {margin: 5px 0;}
#newsDetail_body .list .content li,
#newsDetail_body .list .content a {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: middle;line-height: 32px;}
#newsDetail_body .list .content a {display: inline-block;font-size: 15px;color: #666666;width: calc(100% - 27px);}
#newsDetail_body .dpages{padding: 20px 0;border-top: #ababab 1px solid;border-bottom: #ababab 1px solid;}
#newsDetail_body .dpages a:nth-of-type(1){margin-right: 30px}
#dlistDetail_body .list .content {padding: 20px;}
#dlistDetail_body .list .content li {margin: 5px 0;}
#dlistDetail_body .list .content li,
#dlistDetail_body .list .content a {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;vertical-align: middle;line-height: 32px;}
#dlistDetail_body .list .content a {display: inline-block;font-size: 15px;color: #666666;width: calc(100% - 27px);}
#dlistDetail_body .dpages{ padding: 20px 0;margin-bottom: 40px;border-top: #e1e1e1 1px solid;border-bottom: #e1e1e1 1px solid;}
#dlistDetail_body .dpages a:nth-of-type(1){margin-right: 30px}
/*?????? - ???????????*/
.index2-ctl {width: 320px;background-color: #262525;display: table; }
.index2-ctl-title {background-color: var(--color7) ;padding: 18px 0 17px 42px;position: relative;}
.index2-ctl-title>h3 {font-size: 26px;color: #fff;font-weight: bold;background: url(../img/icon.png) no-repeat left center / 35px;padding-left: 45px;line-height: 35px;}
.pt-menu {width: 100%;display: table;}
.pt-menu ul li a {color: #fff;display: block;height: 65px;line-height: 65px;position: relative;background: url(../img/icon1.png) no-repeat 25px center;font-size: 20px;padding-left: 60px;overflow: hidden;}
.pt-menu ul li a:hover,.pt-menu ul li a.select{background-color: #000}
.border1{ border:1px solid #d3d3d3; border-top: none; padding-top: 10px; padding-bottom: 10px;}
.call-me{ background: #fff;}
.call-me h2{ text-indent:87px ; background: var(--color7)  url(../img/icon.png) no-repeat 45px center / 35px; font-size: 24px; font-weight: bold; color: #fff; line-height: 66px;}
.phone-number{ font-size: 14px; color: #666666; padding:10px 40px;}
.phone-number p{ margin-bottom: 0; line-height: 1.5;}
.phone-number span{ font-size: 24px; color: var(--color7) ; font-weight: bold; font-family: arial;}
.call-me{ max-width: 320px; margin-top: 25px;background-color: #fff; padding-bottom: 0;}
.call-me ul{ padding:0px 40px  0;}
.call-me ul li{ border-bottom:1px solid #e1e1e1; font-size: 14px; padding: 10px 0;}
.call-me ul li:first-child{ padding-top: 0;}
.call-me ul li:last-child{ border-bottom: none;}
.call-me ul li p{ margin-bottom: 0; font-weight: bold; line-height: 1.5;}
.call-me ul li span{ line-height: 1.5; display: block;}


/*contact*/
#contact_body .lmain1{width: 100%;padding-bottom: 60px;}
#contact_body .lmain1 .lleft{width: calc(100% - 530px);float: left;padding-top: 32px;height: 406px}
#contact_body .lmain1 .lright{width: 510px;float: right;}
#contact_body .lmain1 .lright .ltitle{ width: 297px; height: 75px; line-height: 85px; font-size: 24px; color: var(--color7); font-weight: bold; border-bottom: 1px dashed #cccccc;}
#contact_body .lmain1 .lright .ldiv1{font-size: 14px; color: var(--color7); line-height: 24px; margin: 15px 0;}
#contact_body .lmain1 .lright .lline{width: 76px; height: 1px; background: #cccccc;}
#contact_body .lmain1 .lright .ldiv2{font-size: 18px;color: var(--color7);font-weight: bold;line-height: 24px;margin: 15px 0;}
#contact_body .lmain1 .lright .ldiv3{overflow: hidden; padding-top: 15px;}
#contact_body .lmain1 .lright .ldiv3 .lbox{height: 30px;line-height: 30px;font-size: 14px;color: #666666;width: 100%;float: left;margin-bottom: 5px;}
#contact_body .lmain1 .lright .ldiv3 .lbox span{ color: var(--color7);}

#map,#myMap{width: 100%;height: 100%}

.f_ly{ position:fixed; bottom:-140px; left:0; width:100%; background:rgba(61,61,61,0.9); z-index:999;padding: 0 120px;}
.f_ly .close{position:absolute; right:60px; top:10px; font-size:30px; line-height:30px; font-weight:bold; color:#fff; cursor:pointer;}
.f_ly .f_ly_d1{ height:70px; position:relative;}
.f_ly .f_ly_d1 .f_ly_logo{ position:absolute; left:0; top:-35px;}
.f_ly .f_ly_d1 .f_ly_ico1{ position:absolute; left:355px; top:11px;}
.f_ly .f_ly_d1 .f_ly_d1_txt1{ position:absolute; left:400px; line-height:70px; font-size:30px; color:#ffffff; font-weight:bold;}
.f_ly .f_ly_d1 .f_ly_d1_txt1 span{ color:#ee8200;}
.f_ly .f_ly_d1 .f_ly_d1_txt2{ position:absolute; left:790px; top:17px; background:url(../images/f_ly_sq_bg.png) center no-repeat; width:216px; height:36px; line-height:36px; text-align:center; font-size:24px; color:#2e2e2e; font-weight:bold;}
.f_ly .f_ly_d1 .f_ly_zt_ico{ position:absolute; right:35px; top:20px; cursor:pointer; animation: arrow 2s infinite;}
@keyframes arrow{0%,100%{transform:translateY(-5px)}50%{transform:translateY(5px)}}
.f_ly .f_ly_d2{ height:140px; position:relative;}
.f_ly .f_ly_d2 .f_ly_d2_txt1{ position:absolute; left:0px; bottom:25px; width:330px; line-height:40px; text-align:center; font-size:22px; color:#ffffff; background:#ee8200; padding:0 10px; border-radius:10px;}
.f_ly .f_ly_d2 .f_ly_d2_txt1 span{ color:#e10020;}
.f_ly .f_ly_d2 .f_ly_d2_nr{ position:absolute; left:427px; top:20px; width:530px;}
.f_ly .f_ly_d2 .b_bj_inp{ float:left; display:block; width:200px; height:40px; border:0; padding:0 20px; margin-right:25px;margin-bottom: 5px;}
.f_ly .f_ly_d2 .b_bj_bt{ position:absolute; left:1030px; top:20px; width:109px; height:95px; background:#ee8200; border:0; font-size:22px; color:#ffffff; line-height:30px; border-radius:5px;}
.f_ly .f_ly_d2 .f_ly_d2_txt2{ position:absolute; right:0; top:35px; width:210px; font-size:28px; color:#ffffff; line-height:32px; text-align:center;}
.f_ly .f_ly_d2 .f_ly_d2_txt2 span{ font-size:24px; color:#ffffff; font-weight:bold;}
.ng-nav{background: rgba(41, 46, 52, 0.9);}
.ng-nav .container>ul{margin-bottom: 0;}
.ng-nav .container>ul>li{position: relative; display: inline-block;}
.ng-nav .container>ul>li::before{content: ""; position: absolute;width: 2px;height: 20px;top:13px;right:0px;background: #333;}
.ng-nav .container>ul>li>a{
    color: #ffffff;
    display: block;
    padding: 4px 23px;
    margin:6px 0px;
}

.ng-nav .container>ul>li:nth-child(1) a{
    padding-left: 0
}

.ng-nav .container>ul>li:last-child a{
    border: 0 none;
}

.ng-nav .container>ul>li>a:hover{
    color: #ee8200
}

.ng-nav .container>ul>li>a.on{
    color: #ee8200
}

.ng-nav .sub{
    display: none;
    width: 100%;
    left: -1rem;
    top: 46px;
    position: absolute;
    line-height: 26px;
    z-index: 9999;
    border-top: 0 none;
}
.ng-nav .sub>li>a{
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #000000;
    position: relative;
    background: rgba(0, 0, 0, .8)
}

.ng-nav .sub>li>a::after{
    content: '';
    display: none;
    height: 30px;
    width: 2px;
    background: #ee8200;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.ng-nav .sub>li:hover a{
    color: #ee8200
}

.ng-nav .sub>li:hover a::after{
    display: block;
}


.ng-nav .baojia{
    display:inline-block;
    border-radius: 3px;
    text-align: center;
    background: #ee8200;
    color: #231815;
}
.tcms_l{ float:left; width:250px; height:400px; line-height:400px; text-align:center;}
.tcms_l img{ display:block; width:250px; height:400px;}
.tcms_r{ float:left; margin-left:80px;}
.tcms_r .title1{ font-size:18px; color:#676767; line-height:50px; padding-top:15px;}
.tcms_r .tcms_r_hr{ width:48px; height:2px; background:#ee8200;}
.tcms_r .ms_inp{ width:214px; height:38px; border:#eeeeee 1px solid; background:#f9f9f9; padding:0 12px;}
.tcms_r .txt1{ font-size:14px; color:#666666; padding:15px 0; line-height:20px; text-align:center;}
.tcms_r .ms_bt{ width:100%; height:44px; background:#ee8200; line-height:44px; text-align:center; font-size:14px; color:#fff; border:0; border-radius:3px; cursor:pointer;}
.tcms_r .ms_bt:hover{ background:#ee8200;}

.main-title{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    height: 106px;
    width: 1200px;
    margin: 0 auto
}

.main-title .idx-h2{
    color: #ee8200;
    font-size: 36px;
    position: relative;
    height: 54px;
    margin-bottom: 17px;
    z-index: 99;
    font-weight: 500;
}

.main-title .idx-h2::after{
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background: #ee8200;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.main-title strong{
    display: inline-block;
    font-size: 48px;
    color: #3e3a39;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.section1{
    margin-top: 40px;
}

.section1 .section1-l{
    width: 306px;
    height: 440px;
    background: #252525;
    text-align: center;
    line-height: 440px;
	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;
}
.section1 .section1-r{width: calc(100% - 310px); overflow: hidden;}
.section1 .section1-r .swiper-container{
    width: 100%;
	position: relative;
	padding-bottom: 50px;
}

.section1 .section1-r .swiper-slide{
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	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;
    background: #252525;
    display: block;
    text-align: center;
	height: 440px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: -150px;
    width: 100%;
}
.section1 .section1-r .swiper-slide .section1-img{
	display: block;
	width: 100%;
    height: 285px;
    overflow: hidden;
}
.section1 .section1-r .swiper-slide .section1-img img{
	width: 100%;
}
.section1 .section1-r .swiper-slide .section1-img:hover img{
    transform: scale(1.1,1.1)
}

.section1 .section1-r .swiper-slide h5{
    font-size: 18px;
    color: #ee8200;
    margin: 28px 0 0px;
}

.section1 .section1-r .swiper-slide .section1-txt{
    width: 185px;
    margin: 30px auto 0px;
    color: #ffffff;
	font-size: 14px;
}

.section1 .section1-r .swiper-slide:nth-child(4) .section1-txt{
    margin-top: 5px;
}

.section1 .section1-r .swiper-button-next.swiper-button-white, 
.swiper-container-rtl .swiper-button-prev.swiper-button-white{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23211c19'%2F%3E%3C%2Fsvg%3E")
}

.section1 .section1-r  .swiper-button-prev.swiper-button-white, 
.swiper-container-rtl .swiper-button-next.swiper-button-white{
     background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23211c19'%2F%3E%3C%2Fsvg%3E")
}

.section1 .section1-r .swiper-button-next, 
.section1 .section1-r .swiper-button-prev{
    height: 30px;
    top: 30%;
}
.main-title{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    height: 106px;
    width: 1200px;
    margin: 0 auto
}

.main-title .idx-h2{
    color: #ee8200;
    font-size: 36px;
    position: relative;
    height: 54px;
    margin-bottom: 17px;
    z-index: 99;
    font-weight: 500;
    font-weight: bold;
}

.main-title .idx-h2::after{
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background: #ee8200;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.main-title strong{
    display: inline-block;
    font-size: 48px;
    color: #afacac;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.case_text{
    width: 524px;
    height: 377px;
    background-color: rgba(255,127,18,0.85);
    z-index: 999;
    display: inline-block;
    padding: 46px 53px;
    box-sizing: border-box;
    text-align: left;
    position: absolute;
    top: 140px;
    right: -230px;
  }
  
  
  .case_index_content .case_p{
    margin-top: 20px;
    font-size: 18px;
    color:#222;
    line-height: 28px;
    width: 413px;
    height: 145px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    white-space: normal;
  }
  .case_text img{
    float: left;
  }
  .case_title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width:335px;
    float: left;
    line-height: 48px;
    font-size:36px;color:#222;font-weight:bold
  }
  .case_btn{
    width: 160px;
    height: 50px;
    color:#fff;
    font-size: 18px;
    border-radius: 2px;
    background: #000 ;
    text-align: center;
    line-height: 50px;
    float: left;
    cursor: pointer;
    margin-top: 40px;
    margin-right: 12px;
  }
  .case_btn:hover{
    background-color: #ffe600;
    color: #000;
  }
  .case_down{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    height: 80px;
    /* margin-top: 42px; */
    position: relative;
    padding: 32px 0 0 0 ;
  }
  .case_more{
    display: inline-block;
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    width:50px;
    margin-left: 96px;
    cursor: pointer;
    line-height: 30px;
  }
  .case_item{padding: 25px 0;}
  .case_style{
    float: left;
    margin-right: 75px;
    color:#a5a5a5;
    font-size: 15px;
    /* padding: 9px 28px; */
    cursor: pointer;
    width: 116px;
    height: 38px;
    text-align: center;
    line-height: 38px;
  }
  .case_style:hover{
    background: #ee8200;
    color: rgb(0, 0, 0);
  }
.home-tit{ text-align: center;}
.home-tit b{ display: block; font-size: 36px; line-height:50px; color: #ee8200; font-weight:bold;} 
.home-tit b i{ color: #0077b4; line-height:50px; display: inline-block; vertical-align: middle; font-style:normal;}
.home-tit b em{ font-style: normal;}
.home-tit p{ margin-top: 10px; position: relative; color: #868686;}
.home-tit p span{ position: relative; font-size: 16px; color: #999999; text-transform: uppercase;}
.home-big-designer{ width: 1260px; margin:35px auto 0;}
.home-big-designer .swiper-slide{ height: 390px; text-align: center;
    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: flex-end;}
.home-big-designer .box{ width: 190px; position: relative; display: inline-block; vertical-align:bottom; -webkit-transition: all ease .4s; -moz-transition: all ease .4s; -ms-transition: all ease .4s; -o-transition: all ease .4s; transition: all ease .4s;}
.home-big-designer .box+i{ height: 100%; display: inline-block; vertical-align:bottom;}
.home-big-designer .swiper-slide-prev{ text-align: left;}
.home-big-designer .swiper-slide-next{ text-align: right;}
.home-big-designer .swiper-slide-prev .box{ margin-left: -5px; width: 230px;}
.home-big-designer .swiper-slide-next .box{ margin-right: -5px; width: 230px;}
.home-big-designer .swiper-slide-active .box{ width: 100%; }
.home-big-designer .box:hover .text{ display: block;}
.home-big-designer .text{ display: none; position: absolute; top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,.6); color: #FFFFFF;}
.home-big-designer .text:after{ content: ""; position: absolute; bottom:0; right: 0; width: 50px; height: 50px; background: url(../images/designer_more.png);}
.home-big-designer .text .con{ display: inline-block; vertical-align: middle; width: 100%; color: #FFFFFF; text-align: left; padding: 0 20px}
.home-big-designer .text .con+i{ display: inline-block; height: 100%; vertical-align:middle;}
.home-big-designer .text a{ color: #FFFFFF; display: inline-block; width: 100%;}
.home-big-designer .text .tit{ padding-bottom:20px; position: relative; letter-spacing: 2px;}
.home-big-designer .text .tit:after{ content: ""; position: absolute; bottom:0; left:0; width: 40px; height: 2px; background: #FFFFFF;}
.home-big-designer .text .tit b{ font-size: 18px; font-weight: bold; letter-spacing: 2px;}
.home-big-designer .text .tit p{ margin-top:5px;}
.home-big-designer .text .tip{ margin-top: 20px;}
.home-big-designer .text .appoint-button{ margin-top:40px; display: inline-block; width: 100px; height: 30px; line-height: 30px; text-align: center; background: #0077b4; color: #FFFFFF; font-size: 16px;}
.home-big-designer .text .des{ margin-top: 12px; font-size: 13px;}
.home-big-designer .text .des em{ font-style: normal; color: #0077b4;}

.home-small-designer{ margin-top: 65px;}
.home-small-designer .swiper-slide{ position: relative; cursor: pointer; font-size: 0;}
.home-small-designer .swiper-slide img{ width: 100%;}
.home-small-designer .swiper-slide:after{ content: ""; position: absolute; top:0; left:0; width: 100%; height: 100%; background: rgba(0,0,0,.6);}
.home-small-designer .swiper-slide:hover:after{ display: none;}
.home-small-designer.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}
.home-small-designer.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
.case_s img{width: 100%;}
.case_s .item{position: relative;}
.case_s .item .item_img{height: 320px;}
.case_s .item .item_img img{height: 320px; object-fit: cover;}
.case_s .item .text {
    position:relative;
    width: 100%;
    text-align: center;
    padding: 20px 0 5px;
    color: #ffffff;
    z-index: 1;
    background: rgb(113 113 113 / 45%);
}
.case_s .item .text .tit{ font-size: 28px;}
.case_s .item .text p{ margin-top: 25px; opacity: .6;}
.case_s .item .text p i{ margin: 0 5px; font-size: 16px; font-style:normal;}
.case_s .item .text span{ margin-top: 25px; width: 168px; height: 46px; line-height: 46px; text-align: center;  color: #ee8200;}
.case_s .item .text span i{font-style: normal; font-size: 32px;}
.article7-list{
    padding-bottom: 40px;
}

.article7-list li{
    text-align: center;
    display: inline-block;
    border-right: 1px dotted #ee8200;
    padding: 25px 48px 0
}

.article7-list li:first-child{
    padding-left: 0
}

.article7-list li:last-child{
    padding-right: 0;
    border: 0 none;
}

.article7-list li h1{
    font-size: 37px;
    color: #ee8200;
    margin-bottom: 9px;
    font-weight: bold;
}
.article7-list li h1 em{ font-style: inherit;}
.article7-list li strong{
    font-size: 17px;
    color: #ee8200;
    font-weight: normal
}
.process{padding: 50px 0;padding-bottom: 13px;}
.process .item{color: #fff; text-align: center; line-height: 32px;}
.process .item img{width: 80px;height: 80px;}

.l-ct-box .tel-box {
    margin-bottom: 70px;
}
.l-ct-box .tel-box .h3 {
    font-size: 24px;
    margin-bottom: 30px;
}
.l-ct-box .tel-box p {
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 30px;
}
.l-ct-box .tel-box p i {
    font-size: 24px;
    width: 24px;
    line-height: 24px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    margin-top: 6px;
}
.l-ct-box .tel-box p span {
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px
}
.l-ct-box .tel-box p span em {
    font-style: normal;
    color:#b02a29;
    font-size: 15px }
.map-box {
    padding: 10px;
    border: 1px solid #cecece;
    margin-bottom: 60px
}
.map-box iframe {
    width: 100%
}

/**********************zhaopin**********************/
.talent_cnt .talent_list dl {
    padding: 40px 50px;
    border: 2px dotted #828282;
    border-radius: 10px;
}
.talent_cnt .talent_list dl + dl {margin-top: 20px}
.talent_cnt .talent_list dl .position {
    font-weight: normal;
    position: relative;
    font-size: 0;
}

.talent_cnt .talent_list dl .position span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 22px;
    height: 30px;
    overflow: hidden;
}
.talent_cnt .talent_list dl .position span.talent_btn {
    text-align: right;
    border-left: 1px dashed #828282;
    cursor: pointer;
    color: #b02a29;
}
.talent_cnt .talent_list dl .position span.talent_btn img{height: 30px}
.talent_cnt .talent_list dl .position span i {
    display: inline-block;
    margin-right: 10px;
    vertical-align: bottom;
    height: 30px;
    overflow: hidden;
    font-size: 0;
}
.talent_cnt .talent_list dl .position span i img{
    height: 100%;
    transition: .3s;
}
.talent_cnt .talent_list dl .request {
    text-align: justify;
    color: #666;
    font-size: 16px;
    margin: 46px 0 25px;
}
.talent_cnt .talent_list dl .position.active span:nth-last-of-type(1) img{transform: rotate(-180deg);}
.talent_cnt .talent_list dl .request span {
    display: inline-block;
    font-size: 16px;
    margin-right: 20px;
    text-align: left
}
.talent_cnt .talent_list dl .duty {
    color: #666;
    width: 100%;
    display: none;
}
.talent_cnt .talent_list dl .duty h3 {
    margin-bottom: 10px;
    font-size: 16px;
}
.talent_cnt .talent_list dl .duty p {
    font-size: 14px;
    line-height: 28px;
    text-align: justify
}
.talent_cnt .talent_list dl .duty h3 {
    margin-bottom: 30px;
    font-size: 16px;
}
.talent_cnt .talent_list dl .duty p {
    font-size: 14px;
    line-height: 28px;
}
/*about 标题*/

.inside-title{
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 32px;
}

.inside-title .idx-h2{
    color: #ee8200;
    font-size: 32px;
    position: relative;
    z-index: 99;
    font-weight: 500;
    margin-top: 16px;
}

.inside-title h5{
    width: 520px;
    margin: 0 auto 12px;
    line-height: 25px;
}

.inside-title h4{
    width: 820px;
    margin: 0 auto
}

.inside-title strong{
    display: inline-block;
    font-size: 38px;
    color: #3e3a39;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-transform:uppercase
}
.about_body .box:nth-child(odd){padding: 80px 0px; background-color: #333;position: relative;}
.about_body .box:nth-child(even){padding: 80px 0px; background-color: #000;position: relative;}
/**企业介绍**/
.about_con p{ font-size: 16px;line-height: 32px; color: #fff;}
/**企业文化**/
.culture .item{background-color: #252525; height: 320px; padding: 25px;}
.culture .item .ab-list-img{width: 100%; text-align: center; display: inline-block; margin-top: 25px;}
.culture .item .ab-list-img img{width: 80px; height: 80px; border-radius: 100%; border: 1px solid #ee8200; padding: 5px;}
.culture .item h3{width: 100%; display: inline-block; text-align: center;font-size: 24px; color: #b5b5b6; padding: 15px 0;margin-bottom: 0;}
.culture .item .ab-list-txt{text-align: center;display: inline-block; width: 100%; color: #fff; line-height: 32px;}
/**发展历程*/
.his_box{width: 100%;float: left}
.his_box .his_top{padding-top: 95px;}
.his_box .his_top .title_box .cn{color: #fff;}
.his_box .his_top .title_box .en .line{background: #aaa;}
.his_box .his_top .title_box .en .txt{color: #fff;}
.his_box .his_top .ds{font-size: 16px;line-height: 24px;color: #666;text-align: center;transition: transform 0.5s,opacity 0.5s;padding-top: 17px;}
.his_box .js-m{margin-top: 50px;transition: transform 0.5s cubic-bezier(0.93, 0.2, 0.99, 1.23), opacity 0.5s cubic-bezier(0.93, 0.2, 0.99, 1.23);}
.his_box .js-m .box_cen .wrap{width: 1200px;overflow: hidden;margin-left: auto;margin-right: auto;}
.his_box .js-m .box_cen .his_swiper .swiper-slide .tu{float: left;width: 430px;overflow: hidden; height: 330px;}
.his_box .js-m .box_cen .his_swiper .swiper-slide .tu img{width: 100%;height: auto;}
.his_box .js-m .box_cen .his_swiper .swiper-slide .con{width: 430px;float: right;}
.his_box .js-m .box_cen .his_swiper .swiper-slide .con .year{padding-top: 23px;font-size: 20px;line-height: 20px;color: #fff;}
.his_box .js-m .box_cen .his_swiper .swiper-slide .con .year span{font-size: 60px;line-height: 60px;color: #ee8200;font-family: 'HELVETI1';}
.his_box .js-m .box_cen .his_swiper .swiper-slide .con .scroll{margin-top: 10px;font-size:16px;color: #fff;}
.his_box .js-m .box_cen .his_swiper .swiper-slide .con .scroll p{font-size: 14px;line-height: 24px;color: #666;margin-top: 7px;padding-left: 18px;background: url(../img/d.jpg) no-repeat left 8px;}
@media (max-width: 1024px){
	.his_box .js-m .box_cen .his_swiper .swiper-slide .tu{display: none}
	.his_box .js-m .box_cen .his_swiper .swiper-slide .con{width: 100%;float: right;padding: 0 25px}
	.his_box .js-m .box_cen .his_swiper .swiper-slide .con .scroll{font-size: 14px;line-height: 25px}
}
.his_box .js-m .time{margin-top: 58px;width: 100%;position: relative;float: left;}
.his_box .js-m .time .time_l{width: 13.6%;float: left;height: 16px;background: url(../img/time_r.png) no-repeat;}
.his_box .js-m .time .time_r{width: 13.6%;float: right;height: 16px;background: url(../img/time_r.png) no-repeat;}
.his_box .js-m .time .time_main{width: 72.8%;float: left;height: auto;overflow: hidden;padding-bottom: 60px}
.his_box .js-m .time .time_main .swiper-slide.swiper-slide-active .txt{color: #ee8200;font-size: 40px;}
.his_box .js-m .time .time_main .swiper-slide.swiper-slide-active .d{transform: scale(1);}
.his_box .js-m .time .time_main .swiper-slide .d{width: 8px;height: 8px;background: #ee8200;border-radius: 50%;position: absolute;left: 50%;margin-left: -4px;top: 12px;transform: scale(0);transition: all 0.3s;}
.his_box .js-m .time .time_main .swiper-slide .line{width: 100%;height: 16px;background: url(../img/time.png) no-repeat center;}
.his_box .js-m .time .time_main .swiper-slide .txt{font-size: 26px;transition: all 0.3s;color: #fff;line-height: 50px;font-family: 'HELVETI1';text-align: center;padding-top: 10px;}
.his_box .btn{text-align: center;padding-top: 30px;padding-bottom: 65px;}
.his_box .btn div{display: inline-block;vertical-align: top;width: 40px;cursor: pointer;height: 40px;transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);}
.his_box .swiper-button-prev{background: url(../img/bl.png) no-repeat 0 center; top:15px}
.his_box .swiper-button-next{top:15px}

.slick_pic{width: 100%;margin-left: auto;margin-right: auto;margin-bottom: 0;margin-top: 60px;}
.slick-prev{width: 40px;height: 40px;background: url(../img/hl.png) no-repeat;background-size: cover;margin-top: 20px;left: 75px;transition: all 0.5s; position: absolute;top:50%}
.slick-next{width: 40px;height: 40px;background: url(../img/hr.png) no-repeat;background-size: cover;margin-top: 20px;right: 75px;transition: all 0.5s; position: absolute;top:50%}
.slick-prev:hover{width: 40px;height: 40px;background: url(../img/hl2.png) no-repeat;background-size: cover;margin-top: 20px;left: 75px;transition: all 0.5s; position: absolute;top:50%}
.slick-next:hover{width: 40px;height: 40px;background: url(../img/hr2.png) no-repeat;background-size: cover;margin-top: 20px;right: 75px;transition: all 0.5s; position: absolute;top:50%}
.slick_pic {padding-bottom: 50px; }
.slick_pic .slick_item .slick_b {margin: 0 3.65%; }
.slick_pic .slick_item .slick_b:hover .tu img {transform: scale(1.1); }
.slick_pic .slick_item .slick_b .tu {overflow: hidden; }
.slick_pic .slick_item .slick_b .tu img {transition: all 0.5s;width: 100%;height: auto; }
.slick_pic .slick_item .slick_b .txt {background: #fff;text-align: center;font-size: 16px;line-height: 60px;color: #050001;box-shadow: 0 5px 10px rgba(170, 170, 170, 0.3); }
.slick_pic .swiper-pagination-bullet {background: #fff;}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{left: 0;}
.cctv .row:nth-child(even){ margin-bottom: 50px;}

.filter span{display: inline-block; padding: 10px 15px; color: #fff;font-size: 14px;}
.filter .col-12 span:nth-of-type(1){color: #ee8200;}
.desinger-item{ margin-bottom: 35px; display: block; position: relative; display: flex; flex-flow: wrap; align-items: center; justify-content: space-between; border: 1px solid #afafaf; color: #333333;background-color: #fff;}
.desinger-item .img{ width: 44%;height: 100%; overflow: hidden;}
.desinger-item .img img{ width: 100%;}
.desinger-item .text{ width: 56%; padding: 10px 38px;line-height: 100%;}
.desinger-item .text a{width: 100%;}
.desinger-item .text .tit{ padding-bottom: 20px; line-height: 24px; padding-right: 75px; position: relative; font-size: 20px;  color: #333333; letter-spacing:1px;}
.desinger-item .text .tit:after{ content: ""; position: absolute; bottom:0; left:0; width: 44px; height: 6px; background: #0071b1;}
.desinger-item .text .tit i{ margin-left: 10px; color: #cecece; font-size: 14px; font-style: normal;}
.desinger-item .text .tit .heart{ position: absolute; top:0; right: 0; line-height: 24px; font-size: 12px; display: inline-block; background: url(../img/ico_heart_blue.png) no-repeat left; padding-left: 18px;}
.desinger-item .text .des p{ display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 4; 
  -webkit-box-orient: vertical;
  margin-top: 15px; font-size: 12px; padding-left: 24px; background-repeat: no-repeat; background-position: left center;}
.desinger-item .text .des p:nth-child(1){ margin-top: 15px; background-image: url(../img/ico_time_blue.png); }
.desinger-item .text .des p:nth-child(2){ background-image: url(../img/ico_case_blue.png); }
.desinger-item .text .des p:nth-child(3){ background-image: url(../img/ico_honor_blue.png); }
.desinger-item .text .tip{ margin-top: 2%; font-size:12px;}
.desinger-item .text .tip em{ margin-left: 10px; font-style: normal; display: inline-block; vertical-align:bottom; line-height: 22px; font-style: normal; } 
.desinger-item .text .appoint-button{ display: inline-block; vertical-align: bottom; text-align: center; width:50%; max-width: 128px; height: 26px; line-height:22px; font-size: 14px; border:2px solid #0071b1; background: #0071b1; color: #FFFFFF; cursor: pointer;}
.desinger-item .text .dimg{ margin-top:10%;}
.desinger-item .text .dimg a{  float: left; width: 48%; margin-right:4%;}
.desinger-item .text .dimg a:nth-child(2n){ margin-right:0;}
.desinger-item:hover{ background: #0071b1; color: #FFFFFF;}
.desinger-item:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.desinger-item:hover .tit{ color: #FFFFFF;}
.desinger-item:hover .tit i{ color: #FFFFFF;}
.desinger-item:hover .tit .heart{ background: url(../img/ico_heart_white.png) no-repeat left;}
.desinger-item:hover .des{ color: #FFFFFF;}
.desinger-item:hover .text .des p:nth-child(1){ background-image: url(../img/ico_time_white.png); }
.desinger-item:hover .text .des p:nth-child(2){ background-image: url(../img/ico_case_white.png); }
.desinger-item:hover .text .des p:nth-child(3){ background-image: url(../img/ico_honor_white.png); }
.desinger-item:hover .text .appoint-button{ border: 2px solid #FFFFFF;}

.desinger-detail{ padding: 50px 0;}
.desinger-detail .left{ float: left; width:30%;}
.desinger-detail .left img{ width: 100%;}
.desinger-detail .right{ float: right; width: 70%; color: #333333;}
.desinger-detail .tit{ line-height:66px; padding-left:40px; position: relative;}
.desinger-detail .tit h2{ display: inline-block; font-size: 28px; font-weight: bold; position: relative; }
.desinger-detail .tit h2:before{ content: ""; position: absolute; left:0; bottom:-5px; width: 58px; height:6px; background: #0077b4;}
.desinger-detail .tit i{ margin-left: 12px; font-style: normal; font-size: 18px; color: #8a8a8a;}
.desinger-detail .con{ margin-top:30px; border-top: 1px solid #e8e8e8; padding:0 40px; font-size:0;}
.desinger-detail .tip span{ margin: 25px 5px 0;  display: inline-block; font-size: 20px; border: 1px solid #0077b4; line-height: 40px; padding: 0 20px; min-width: 110px; text-align: center;}
.desinger-detail .des p{ position: relative; padding-left:130px; margin-top: 35px; font-size: 14px; line-height: 24px; min-height: 24px;}
.desinger-detail .des p .ico{ position: absolute; top:0; left:0;}
.desinger-detail .des p span{ margin-right: 30px;}
.desinger-detail .ico{ font-size: 18px; font-weight: bold; line-height: 24px; font-style:normal; padding-left:35px; background-position: left center; background-repeat: no-repeat;}
.desinger-detail .ico-time{ background-image: url(../img/ico_time.png);}
.desinger-detail .ico-school{ background-image: url(../img/ico_school.png);}
.desinger-detail .ico-address{ background-image: url(../img/ico_address.png);}
.desinger-detail .ico-style{ background-image: url(../img/ico_style.png);}
.desinger-detail .ico-light{ background-image: url(../img/ico_light.png);}
.desinger-detail .ico-project{ background-image: url(../img/ico_project.png);}
.desinger-detail .ico-honor{ background-image: url(../img/ico_honor.png);}
.desinger-detail .appoint-button{ margin-top: 35px;}
.desinger-detail .ny-button{ display: inline-block; width: 195px; height: 60px; line-height: 60px; color: #FFFFFF; background: #0077b4; font-size: 14px; text-align: center; cursor: pointer;}
.relevant-case{ padding: 45px 0 80px; background: #333333;}
.relevant-case .theme-tit{ color: #FFFFFF;}
/*
.relevant-case ul{ margin-top: 50px;}
.relevant-case li{ margin-bottom: 30px; float: left; width: 32.33333%; margin-right:1.5%;}
.relevant-case li:nth-child(3n){ margin-right: 0;}
.relevant-case li:nth-child(3n+1){ clear: both;}
*/
.relevant-case .case-item{ background: #424242; border: 1px solid #424242; color:rgba(255,255,255,.8);}
.relevant-case .case-item .tit p{ color: #FFFFFF;}
.relevant-case .case-item .tip span:after{ background: rgba(255,255,255,.1);}
.relevant-case .case-item .erweima{ border-top: 1px solid rgba(255,255,255,.1);}
.relevant-case .case-item:hover{ background: #0077b4;}
.relevant-case .case-item .tip { font-size: 13px; }
.relevant-case .case-item .tip span{ width: 30%; }
.relevant-case .case-item .tip span:nth-child(2){ width:46%; }
.relevant-case .case-item .tip span:nth-child(3){ width: 24%; }
.relevant-case .case-item .text{ padding: 0 25px; }
.relevant-case .theme-tit{ text-align: center; font-size: 36px;}
.case-item{ display: block; border: 1px solid #c1c1c1;}
.case-item .img{ position: relative;overflow: hidden;}
.case-item .img img{ width: 100%;height: 245.2px}
.case-item .img:after{ display: none; content: ""; position: absolute; top:2.2%; left:2%; width: 96%; height:94.4%; border:1px solid rgba(202,171,110,.7);}
.case-item .img div{ display: none; position: absolute; top:50%; margin-top: -15px; left:0; width: 100%; height: 30px; line-height: 30px; text-align: center;}
.case-item .img div span{ font-size: 24px; font-weight: bold; letter-spacing:5px; position:relative;}
.case-item .img div span:after,
.case-item .img div span:before{ content: ""; position: absolute; margin-top: -2px; top:50%; width: 32px; height: 3px; background: #caab6e;}
.case-item .img div span:after{ right:-60px;}
.case-item .img div span:before{ left:-60px;}
.case-item .text{ padding: 0 33px;}
.case-item .tit{ padding: 25px 0 15px; }
.case-item .tit .overf{display: flex;justify-content: space-between !important;}
.case-item .tit .overf span{ font-size: 22px; color: #fff; line-height:30px;}
.case-item .tip{ margin-top: 10px;  position: relative;line-height: 24px;  }
.case-item .tip span{ float: left; display: block; width: 31%; position: relative;}
.case-item .tip span:after{ content: ""; position: absolute; top:50%; right:0; background: #d6d6d6; height: 12px; width: 1px; margin-top: -6px;}
.case-item .tip span:nth-child(2){ text-align: center; width: 42%;}
.case-item .tip span:nth-child(3){ text-align: right; width: 26%;}
.case-item .tip span:nth-child(3):after{ display:none; }
.case-item .overf i{ line-height: 32px; display: inline-block; padding-left: 22px;  background: url(../img/ico_heart_blue.png) no-repeat left; font-style: normal;}
.case-item .erweima{ padding: 17px 0; border-top: 1px solid #dadada; line-height: 50px;  position: relative;}
.case-item .erweima span{ float: left; background: url(../img/ico_pho_blue.png) no-repeat left; padding-left:25px;}
.case-item .erweima div{ float: right; display:none;}
.case-item:hover { background: #0077b4;color: #FFFFFF;}
.case-item:hover .img img{ transform: scale(1.1); -webkit-transform: scale(1.1);}
.case-item:hover .tit .overf span{ color: #FFFFFF;}
.case-item:hover .overf i{  background: url(../img/ico_heart_white.png) no-repeat left;}
.case-item:hover .tip span:after{ background: rgba(255,255,255,.2);}
.case-item:hover .erweima{  border-top: 1px solid rgba(255,255,255,.2);}
.case-item:hover .erweima span{  background: url(../img/ico_pho_white.png) no-repeat left;}
.case-item:hover .erweima div{ display: block;}

.caseinfo .casetitle{
    margin-top: 60px;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.caseinfo .casetitle h3 {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    position: relative;
}
.caseinfo .casetag span {
    font-size: 16px;
    margin: 10px;
    display: inline-block;
}
.casedetails .casetitle span{background-color: #333; color: #fff; padding: 5px 15px;font-size: 14px;}
.designer_info{border: 1px solid #949494;padding: 8px; margin-top: 56px;}
.designer_info h3{font-size:24px;font-weight:400}
.designer_info h3 span{font-size:18px;font-weight:400;color:#909090;display: inline-block;}
.designer_info .designer_content{display: flex; justify-content: space-between;}
.designer_info .designer_header{width: 128px; height: 170px;}
.designer_info .designer_header img{ width: 100%; object-fit: cover;}
.designer_info .info{width: calc(100% - 144px);}
.designer_info .info p{font-size: 16px; margin-bottom: 10px;}
.designer_info .info .info01{font-size: 14px; display: inline-block; background-color: #333;padding: 5px 15px;width: 100%;text-align: center;color: #fff;}
.designer_info .info .info02{border: 1px solid #333; margin-top: 10px; width: 100%; text-align: center;padding: 5px 15px;}

.work-r{
    width: 100%;
    height: auto;
    background: #252525;
    padding: 28px 22px 22px;
    text-align: center;
    margin-top: 60px;
 }
 
 .work-r form h3{
     font-size: 18px;
     color: #fff;
     font-weight: bold;
 }
 
 .work-r form h3 span{
     color: #ee8200;
     display: inline-block;
 }
 
 .work-r form p{
     color: #666464;
     font-size: 16px;
     margin: 10px 0 20px;
 }
 
 .work-r form input{
     display: block;
     width: 100%;
     height: 40px;
     background: #fff;
     text-indent: 1em;
     font-size: 15px;
     margin: 0 auto 17px;
     line-height: 40px;
 }
 
 .work-r form h5{
     color: #fffefe;
     margin: 9px auto 28px;
 }
 
 .work-r .work-btn{
     background: #f6ba2b;
     text-align: center;
     color: #000000;
     margin-bottom: 0px;
     cursor: pointer;
     width: 100%;
     padding: 10px 0;
 }
 
 .work-r .work-r-img{
     display: block;
     margin-top: 16px
 }
 .work-r .work-r-img img{
     width: 340px;
     height: 340px;
 }
 
 .vr_btn span{display: inline-block; background-color: #f7c900; color: #000; padding: 5px 15px; border-radius: 8px;}
 .f-name{font-size: 20px; padding: 50px 0 25px; color: #fff;}
 .cnt li{margin-bottom: 15px;}

.liyou li{text-align: center;}
.liyou li .box{border: 1px solid #d5d5d5;cursor: pointer;padding-bottom: 25px;background: rgb(51 51 51 / 8%);}
.liyou i{height: 60px;font-size: 60px;color: #666666;text-align: center; display: block}
.liyou li p{height: 52px;line-height: 26px;font-size: 16px;font-weight: bold;color: #333;text-align: center;padding-top: 12px;}
.liyou li span{height: 32px;line-height: 16px;font-size: 12px;color: #999;text-align: center;padding: 12px 10px 15px 10px;display: inline-block}

.index_youshi{
    display: inline-block;width: 100%;
}
.index_youshi .youshi_item{position: relative;z-index: 0;float: left;width: 382px;height: 350px;background-color: #efefef;margin-right: 30px;overflow: hidden;}
.index_youshi .youshi_item h2{
    position: absolute;
    left: 30px;
    bottom: 50px;
    z-index: 1;
    width: 290px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #ee8200;
    text-shadow: 0 3px 3px #333;
    overflow: hidden;
}
.index_youshi .youshi_item p{
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 1;
    width: 290px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 1px #333;
    overflow: hidden;
}
.index_youshi .youshi_item:nth-of-type(1){margin-left: 15px;}
.index_youshi .youshi_item:nth-of-type(2) h2{
    left: 30px;
    top: 30px;
    bottom: 0!important;
    height: 20px!important;
    line-height: 20px!important;
    text-align: center;
    text-shadow: none!important;
}
.index_youshi .youshi_item:nth-of-type(2) p{
    left: 30px;
    top: 85px;
    bottom: 0!important;
    color: #333!important;
    text-align: center;
    text-shadow: none!important;
}
.index_youshi .youshi_item:nth-of-type(3){
    position: relative;
    z-index: 0;
    float: right;
    width: 440px;
    overflow: hidden;
    background: none;margin-right: 15px;
}
.index_youshi .youshi_item:nth-of-type(3) .box{
    width: 100%;
    height: 160px;
    background-color: #efefef;
    margin-bottom: 30px;
    position: relative;
}
.index_youshi .youshi_item:nth-of-type(3) .box:nth-of-type(1){margin-bottom: 30px;}
.index_youshi .youshi_item:nth-of-type(3) .box img{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 160px;
    height: 160px;
    display: inline-block;
}
.index_youshi .youshi_item:nth-of-type(3) .box h2{
    position: absolute;
    left: 30px;
    top: 35px;
    z-index: 1;
    width: 250px;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #ee8200;
    overflow: hidden;text-shadow: none;
}
.index_youshi .youshi_item:nth-of-type(3) .box p{
    position: absolute;
    left: 30px;
    top: 90px;
    z-index: 1;
    width: 250px;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-shadow: none;
}
.index_bz{
    width: 100%;
    height: 360px;
    margin-bottom: 70px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.index_bz .silde_item{
    display: inline-block;
}

.index_bz li .bz_nar{
    float: right;
    width: 100px;
    height: 360px;
    color: #333;
    text-align: center;
     writing-mode: vertical-rl; 
    -webkit-writing-mode: vertical-rl; 
    background-color: #f6f8fa;
    padding: 0 21px;
    cursor: pointer;
    overflow: hidden;
}
.index_bz li:nth-child(odd) .bz_nar{background-color: #9a9a9a;}
.index_bz li:hover .bz_nar,.index_bz li.on .bz_nar{background-color: #ee8200;}
.index_bz li .bz_nar h2{
    line-height: 29px;
    font-size: 24px;
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    height: 100%;
    float: right;
}
.index_bz li .bz_nar p{
    line-height: 17px;
    font-size: 12px;
    height: 100%;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    display: inline-block;
    float: left;
}
.index_bz li .bz_item{
    position: relative;
    z-index: 0;
    width: 670px;
    height: 360px;
    display: none;
    overflow: hidden;
}
.index_bz li.on .bz_item{display: inline-block;}
.index_bz li.on .bz_item .box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.index_bz li .bz_item a{display: inline-block;width: 100%;}
.index_bz li .bz_item a img{
    width: 100%;
    height: 360px;
    display: inline-block;
}
.index_bz li .bz_item a p{
    line-height: 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 110px;
}
.index_bz li .bz_item a span{
    width: 100px;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
    margin: 18px auto 0 auto;
    display: block;
}

.bussiness-body .xian {
    width: 1px;
    height: 250px;
    position: absolute;
    right: -10px;
    background: #d2d2d2;
    top: 50px;
}
.bussiness-body .item {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    opacity: 1;
    filter: alpha(opacity=1);
    display: inline-block;
    height: 281px;
    border-radius: 80px 0 0 0;
    border: 1px solid #bfbfbf;
    background: #e6e6e6;
}
.bussiness-body .item:nth-of-type(5){margin-right: 0;}
.bussiness-body .item:nth-of-type(1){background:url(../img/pc_20220524_20.jpg) no-repeat;color:#fff;background-position: center top;background-size: 100% 100%;border: 1px solid #fff;}
.bussiness-body .item:nth-of-type(1):hover{background:url(../img/pc_20220524_20.jpg) no-repeat;color:#fff;background-position: center top;background-size: 100% 100%;border: 1px solid #fff;}
.bussiness-body .item:nth-of-type(2):hover{background:url(../img/pc_20220524_21.jpg) no-repeat;color:#fff;background-position: center top;background-size: 100% 100%;border: 1px solid #fff;}
.bussiness-body .item:nth-of-type(3):hover{background:url(../img/pc_20220524_22.jpg) no-repeat;color:#fff;background-position: center top;background-size: 100% 100%;border: 1px solid #fff;}
.bussiness-body .item:nth-of-type(4):hover{background:url(../img/pc_20220524_23.jpg) no-repeat;color:#fff;background-position: center top;background-size: 100% 100%;border: 1px solid #fff;}
.bussiness-body .item:nth-of-type(5):hover{background:url(../img/pc_20220524_24.jpg) no-repeat;color:#fff;background-position: center top;background-size: 100% 100%;margin-right: 0px;border: 1px solid #fff;}
.bussiness-body .item .service {
    display: block;
    position: relative;
    height: 100%;
    text-align: left;
    padding-left: 23px;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding-top: 39px;
}
.bussiness-icon1 {
    background: url(../img/pc_20220524_18.png) no-repeat;
    height: 80px;
    padding-left: 88px;
    width: 80px;
    display: block;
}
.bussiness-icon2 {
    background: url(../img/pc_20220524_15_1.png) no-repeat;
    height: 80px;
    padding-left: 88px;
    width: 80px;
    display: block;
}
.bussiness-icon3 {
    background: url(../img/pc_20220524_19.png) no-repeat;
    height: 80px;
    padding-left: 88px;
    width: 80px;
    display: block;
}
.bussiness-icon4 {
    background: url(../img/pc_20220524_17.png) no-repeat;
    height: 80px;
    padding-left: 88px;
    width: 80px;
    display: block;
}
.bussiness-icon5 {
    background: url(../img/pc_20220524_16.png) no-repeat;
    height: 80px;
    padding-left: 88px;
    width: 80px;
    display: block;
}
.bussiness-body .item .service .content h4 {
    display: block;
    font-size: 22px;
    font-weight: bold;
}
.bussiness-body .item:hover .content h4 a ,.bussiness-body .item:nth-of-type(1) .content h4 a{
    color: #d2b16a;
}
.bussiness-body .item .service .info {
    display: block;
    padding: 14px 20px 0 0px;
    font-size: 14px;
    line-height: 24px;
    color: #6c6c6c;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.bussiness-body .item .service .content {
    display: block;
    height: 110px;
    line-height: 1;
}
.index_news{padding-bottom: 50px}
.index_news{
    background-size: cover;
    background: #fff;
}
.index_news h2 {
    width: 100%;
    text-align: center;
    background: url(../img/stores_titbg.png) bottom center no-repeat;
    font-size: 32px;
    color: #333;
    letter-spacing: 2px;
    padding-bottom: 16px;
    padding-top: 100px;
    margin-bottom: 60px;
}
#inews{padding-bottom: 50px;position: relative;}
.news_list a {
    display: block
}
.news-time {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    font-family: "DIN Medium";
    font-weight: bold;
    background: #f9c152;
    border-radius: 3px
}
.news-tit {
    width: calc(100% - 40px);
    padding: 40px 25px;
    position: relative;
    margin-top: -70px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px #d7d7d7;
    box-shadow: 0 0 16px #d7d7d7;
    text-align: center;
    -webkit-transition: top 1s;
    transition: top 1s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    margin-left: 20px;
}
.news-tit h5 {
    font-size: 22px;
    color: #333
}
.news-tit p {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    margin: 15px 0 30px;
    height:40px;overflow: hidden;
}
.readmore {
    display: block;
    background: url(../img/readicon.jpg) top left no-repeat;
    padding-left: 18px;
    font-size: 14px;
    color: #272727;
    width:80px;
    margin: 0 auto;
    height: 16px;
    line-height: 16px
}
.news_item .sel_top {
    width: 100%;
    height: 284px;
    overflow: hidden
}
.news_item .sel_top img {
    position: relative;
    width: 100%;
    height: 284px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}
.news_item:hover .sel_top img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}
.news_item:hover .news-tit {
    margin-top: -90px;
}