@charset "utf-8";
@import url('../css/fonts.css');
@import url('../css/iconfont.css');
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
body{ font-family: "Livvic-Regular"; background-color:#fff; overflow-x:hidden; color: #342c2a;}
a{ color:#342c2a; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#342c2a;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: inherit; font-weight: normal;}
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {padding:0;margin:0;font-weight: normal;}
body,td,th{ font-family: "Livvic-Regular"; font-size:16px;}
input,textarea{ font-family: "Livvic-Regular"; border:0; outline:medium;}
@media (min-width:1px) and (max-width:991px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:992px){
	.container{ width: 962px; margin: 0 auto;}
}
@media (min-width:1230px){
	.container{ width: 1000px; margin: 0 auto;}
}
@media (min-width:1430px){
	.container{ width: 1200px; margin: 0 auto;}
}
@media (min-width:1490px){
	.container{ width: 1460px; margin: 0 auto;}
}

/*头部*/
.header{position: fixed; left: 0px; top: 0px; right: 0px; z-index: 10; transition: all 0.35s; background: rgba(255,255,255,1);}
@media (min-width:992px){
.header.fis_show{background: rgba(255,255,255,1); border-bottom: 1px solid #f5f5f5;}
.header.on{ background:none; box-shadow:inherit; border-bottom: 1px solid rgba(255,255,255,0.14);}
}
@media (min-width: 1px) and (max-width: 991px) {
.header{ background: rgba(255,255,255,1); }
}

/*导航*/
.jdmenu{display:flex;justify-content:space-between;align-items:center;}
.jdmenu .logo{ display: inline-block; padding: 0.11rem 0; transition: all 0.35s ease; }
.jdmenu .logo img{ height: 0.66rem; transition: all 0.35s ease; }

.jdmenu .nav{ display: inline-block; float: right; }
.jdmenu .nav #jdmenu{ }
.jdmenu .nav #jdmenu>li{ display: inline-block; float: left; font-size: 16px; position: relative; text-transform: uppercase;  font-family: "Livvic-SemiBold";}
.jdmenu .nav #jdmenu>li>a{ display: block; color: #333; position: relative; transition: all 0.35s; white-space: nowrap; text-overflow: ellipsis;}

.jdmenu .nav #jdmenu>li.searchli{ width: 1.15rem; padding: 5px 10px; margin:  0.28rem 0.3rem 0 0.3rem; border: 1px solid #d9dcdf; border-radius: 15px; overflow: hidden; transition: all 0.35s;}
.jdmenu .nav #jdmenu>li.searchli form{ display: flex; justify-content: space-between; width: 100%; flex-direction: row-reverse;}
.jdmenu .nav #jdmenu>li.searchli form input{ width: 100%; background: none; margin-left: 11px; color: #333;}
.jdmenu .nav #jdmenu>li.searchli form input::-webkit-input-placeholder{ color: #333; font-size: 14px;}
.jdmenu .nav #jdmenu>li.searchli form input::-moz-placeholder{ color: #333; font-size: 14px;}
.jdmenu .nav #jdmenu>li.searchli form input::-moz-placeholder{ color: #333; font-size: 14px;}
.jdmenu .nav #jdmenu>li.searchli form input::-ms-input-placeholder{ color: #333; font-size: 14px;}
.jdmenu .nav #jdmenu>li.searchli form button{ background: none; border: 0; color: #333; cursor: pointer; outline: none;}

/*
.jdmenu .nav #jdmenu>li.searchclick{ display: inline-block; cursor: pointer; vertical-align: middle; text-align: center; color: #2f2e2e; transition: all 0.35s;}
.jdmenu .nav #jdmenu>li.searchclick .siconfont{ color: #333; transition: all 0.35s; font-size: 20px; display: inline-block; font-weight: bold; margin-right: 5px;}
.jdmenu .nav #jdmenu>li.searchclick .siconfont:before{content:"\e610"}

.jdmenu .nav #jdmenu>li.langer{ display: inline-flex;align-items: center; justify-content: center; margin-top: 0.27rem; transition: all 0.35s; padding-left: 0;}
.jdmenu .nav #jdmenu>li.langer>a{ display: flex; color: #333; align-items: center; font-size: 16px; background: rgba(255,255,255,0.29); padding: 5px!important;}
.jdmenu .nav #jdmenu>li.langer>a>span{ width: 20px; height: 20px; overflow: hidden; border-radius: 50%; margin: 0 10px;}
.jdmenu .nav #jdmenu>li.langer>a>span>img{ height: 100%;}
.jdmenu .nav #jdmenu>li.langer>a>i{ font-size: 20px; display: inline-block; transform: rotate(90deg)}

*/

.header.fis_show .header-right .searchclick .siconfont{color:#333;}
.header-right{display:flex;align-items:center;}
.header-right .searchclick{ display: inline-block; cursor: pointer; vertical-align: middle; text-align: center; color: #2f2e2e; transition: all 0.35s;}
.header-right .searchclick .siconfont{color: #fff; transition: all 0.35s; font-size: 20px; display: inline-block;margin-right: 5px;}
.header-right .searchclick .siconfont:before{content:"\e610"}

.header.fis_show .header-right .langer>a{color:#333;}
.header-right .langer{margin:0 0 0 10px; display: inline-flex;align-items: center; justify-content: center;transition: all 0.35s;position:relative;}
.header-right .langer>a{ display: flex; color: #fff; align-items: center; font-size: 16px; background: rgba(255,255,255,0.29); padding:5px 8px!important;}
.header-right .langer>a span{height:16px;overflow:hidden;}
.header-right .langer>a span img{ height:100%;}
.header-right .langer > a em{margin:0 6px;font-style:normal;}
.header-right .langer > a i{ font-size: 20px; display: inline-block; transform: rotate(90deg)}

.header-right .langer .lang-box{width:200px;padding:15px;position:absolute;right:0;top:52px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.header-right .langer .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.header-right .langer ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.header-right .langer ul li{padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.header-right .langer ul li:last-child{border:none;}
.header-right .langer ul li a{color:#333;font-size:12px;display:flex;align-items:center;}
.header-right .langer ul li a:hover{color:#015198;}
.header-right .langer ul li img{vertical-align:middle;margin-right:7px;}
.header-right .langer:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

@media screen and (max-width:992px){
.header-right .searchclick .siconfont{color:#333;font-size:18px;}
.header-right .langer{margin:0 10px;}
.header-right .langer > a{color:#333;}

}

@media screen and (max-width:480px){
.header-right .langer .lang-box{width:160px;padding:10px;}
.header-right .langer ul{padding:5px;}
.header-right .langer ul li img{margin-right:5px;height:16px;}
}


.mob-right{display:none;}



.jdmenu .divsearch{ display: none; cursor: pointer; align-items: center; transition: all 0.35s; float: right; margin-top: 14px; margin-right: 20px;}
.jdmenu .divsearch .siconfont{ transition: all 0.35s; color: #fff; font-size: 18px;; display: inline-block; font-weight: bold; }
.jdmenu .divsearch .siconfont:before{content:"\e610"}

.jdmenu .divlanger{ display: none; float: right; margin-top: 9px; margin-right: 20px; position: relative;}
.jdmenu .divlanger>a{ display: flex; align-items: center; justify-content: space-between; background: #fff; padding: 2px; box-sizing: border-box; font-size: 14px; color: #4780cf; border: 1px solid #4780cf;}
.jdmenu .divlanger>a>img{ width: 20px; margin-right: 5px;}
.jdmenu .divlanger>a>i{ margin-left: 5px; display: inline-block; transform: rotate(90deg)}

.jdmenu .divlanger .lang-box{width:150px;padding:10px;position:absolute;right:0;top:52px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.jdmenu .divlanger .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.jdmenu .divlanger ul{max-height:160px;overflow-y:scroll;padding:5px 5px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.jdmenu .divlanger ul li{line-height:20px;padding:4px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.jdmenu .divlanger ul li:last-child{border:none;}
.jdmenu .divlanger ul li a{color:#333;font-size:12px;display:flex;align-items:center;}
.jdmenu .divlanger ul li a:hover{color:#015198;}
.jdmenu .divlanger ul li img{vertical-align:middle;margin:0 5px 0 0;height:16px;}
.jdmenu .divlanger:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

/*
.jdmenu .divlanger>ul{ width: 100%; left: 0; top: 100%; border-radius: 0; padding: 5px; position: absolute; background: #fff; box-sizing: border-box; display: none;}
.jdmenu .divlanger>ul>li{ display: block; margin-bottom: 5px; border-bottom: 1px solid #c6dbc1}
.jdmenu .divlanger>ul>li>a{ display: block;}
.jdmenu .divlanger>ul>li>a img{ width: 20px; margin-right: 5px;}
.jdmenu .divlanger.active>ul{ display: block;}

*/

@media (min-width:992px){
	
	

.jdmenu .nav #jdmenu>li{ padding: 0 0.24rem;}
.jdmenu .nav #jdmenu>li>a{ padding: 0.31rem 0;}

.header.on .jdmenu .logo{ -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.header.on .jdmenu .nav #jdmenu>li>a{ color:#fff;}
.header.on .jdmenu .nav #jdmenu>li.searchclick .siconfont{ color:#fff;}
.header.on .jdmenu .nav #jdmenu>li.searchli form input{ color: #fff;}
.header.on .jdmenu .nav #jdmenu>li.searchli form input::-webkit-input-placeholder{ color: #fff;}
.header.on .jdmenu .nav #jdmenu>li.searchli form input::-moz-placeholder{ color: #fff; }
.header.on .jdmenu .nav #jdmenu>li.searchli form input::-moz-placeholder{ color: #fff; }
.header.on .jdmenu .nav #jdmenu>li.searchli form input::-ms-input-placeholder{ color: #fff; }
.header.on .jdmenu .nav #jdmenu>li.searchli form button{ color: #fff; }

.header.fis_show .jdmenu .logo{ padding: 0.18rem 0;}

.header.fis_show .jdmenu .logo img{ height: 0.6rem;}
.header.fis_show .jdmenu .nav #jdmenu>li{ padding: 0 0.24rem;}
.header.fis_show .jdmenu .nav #jdmenu>li>a{ padding: 0.27rem 0;}

.jdmenu .nav #jdmenu>li>a:before{ content: ""; position: absolute; top: 0; left: 0; width: 0; height: 6px; background: #ff7803; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; transition: all 0.35s;}
.header.on .nav #jdmenu>li>a:before{ background: #ffe823;}
.jdmenu .nav #jdmenu>li.active>a:before,.jdmenu .nav #jdmenu>li>a:hover:before{ width: 100%;}
.header.on .jdmenu .nav #jdmenu>li.active>a,.header.on .jdmenu .nav #jdmenu>li:hover>a{ color: #ffe823!important}
.jdmenu .nav #jdmenu>li.active>a,.jdmenu .nav #jdmenu>li:hover>a{ color: #ff7803!important}

.header.fis_show .jdmenu .nav #jdmenu>li.searchli>a{ }

.header.fis_show .jdmenu .nav #jdmenu>li.langer{ margin-top: 0.22rem; padding-left: 0;}

.jdmenu .nav #jdmenu>li.langer:hover>a:before,.jdmenu .nav #jdmenu>li.langer.active>a:before{ display: none!important}
.header.fis_show .jdmenu .nav #jdmenu>li.langer:hover>a,.jdmenu .nav #jdmenu>li.langer.active>a{ color: #333!important;}
}

@media (min-width:1590px){
.jdmenu .nav #jdmenu>li{ padding: 0 0.35rem;}
.jdmenu .nav #jdmenu>li>a{ padding: 0.31rem 0;}
.header.fis_show .jdmenu .nav #jdmenu>li{ padding: 0 0.35rem;}
.header.fis_show .jdmenu .nav #jdmenu>li>a{ padding: 0.27rem 0;}
}


@media (min-width: 1px) and (max-width: 991px) {

.jdmenu .logo{ display: inline-block; padding: 10px 0; max-width: 80%}
.jdmenu .logo img{ height: 0.40rem;}

.jdmenu .nav{ position: fixed; left: 0; right: 0; top: 44px	; z-index: 9; bottom: 0; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 10% 0.3rem;}
.jdmenu .nav .container{ margin: 0;}
.jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
.jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #414141;}
.jdmenu .nav #jdmenu>li>a{ padding: 10px 15px; display: block; color: #fff; font-size: 14px;}
.jdmenu .nav #jdmenu>li>i.iconfont{ display: block;}
.jdmenu .nav #jdmenu>li.searchclick{ display: none; }
.jdmenu .nav #jdmenu>li.searchli{ display: none;}
.jdmenu .nav #jdmenu>li.langer{ display: none;}
.jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
.jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
.jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
.jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
.jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
.jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
.jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
.jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
.jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}
.jdmenu .divsearch{ display: inline-flex;}
.jdmenu .divlanger{ display: inline-block;}
}

/*二级导航*/
.jdmenu .nav #jdmenu>li>.dropdown{width: auto; min-width: 100%; position: absolute; left: 0px; top: calc(100%); z-index: 99; display: none; background: rgba(255,255,255,1); box-sizing: border-box; border-radius: 5px; box-shadow:rgba(0,0,0,0.14) 0px -6px 9px 0px; padding: 10px 0; font-family: "FuturaNowText-Rg";}
.jdmenu .nav #jdmenu>li>.dropdown:before{ content: ""; position: absolute; top: -10px; left: 0.5rem; border-left:10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; filter: drop-shadow(-1px -1px 1px #d5d5d5);}
.jdmenu .nav #jdmenu>li>.dropdown>li{ overflow: hidden; line-height: 1.4; font-size: 14px; text-transform: capitalize; border-bottom: 1px solid #EDEDED}
.jdmenu .nav #jdmenu>li>.dropdown>li>a{ display: block; padding: 10px 20px; white-space: nowrap;text-overflow: ellipsis; position: relative;  transition: all 0.35s; }
.jdmenu .nav #jdmenu>li>.dropdown>li:last-child{ border: 0}

.jdmenu .nav #jdmenu>li>.outputdown{ position: fixed; left: 0; right: 0; top: 0.86rem; padding:30px 0 80px; background:#fff;border-top:1px solid #f1f1f1; border-radius: 0; box-shadow: none;}
.header.fis_show .jdmenu .nav #jdmenu>li>.outputdown{ top: 0.75rem;}
.jdmenu .nav #jdmenu>li>.outputdown:before{ display: none;}
.jdmenu .nav #jdmenu>li>.outputdown .item{ width: calc((100% - 80px)/3); margin-right: 40px;  float: left;}
.jdmenu .nav #jdmenu>li>.outputdown .item>h2{ font-size: 16px; text-transform: capitalize; padding-bottom: 10px; border-bottom: solid 1px #ddd;}
.jdmenu .nav #jdmenu>li>.outputdown .item>h2>a{ display: block; transition: 0.35s;}
.jdmenu .nav #jdmenu>li>.outputdown .item>h2:hover a{ color: #ff7803}
.jdmenu .nav #jdmenu>li>.outputdown .item>ul{ margin-top: 0.15rem; overflow: hidden; min-height:1.1rem;}
.jdmenu .nav #jdmenu>li>.outputdown .item>ul>li{ width: calc((100% - 20px)/2); float: left; font-size: 14px; line-height: 1.5; padding: 10px 10px; text-transform: capitalize; cursor: pointer; box-sizing: border-box; margin-right: 20px;}
.jdmenu .nav #jdmenu>li>.outputdown .item>ul>li:hover>a{ color: #ff7803; }
.jdmenu .nav #jdmenu>li>.outputdown .item .img{ overflow: hidden; margin-top: 20px; clear: both; position: relative; padding-left:10px}

.jdmenu .nav #jdmenu>li>.dropdown.lang{ width: 150px; min-width: inherit; left: 0; top: 0.3rem; border-radius: 0; padding: 5px;text-align: left;padding: 10px;border-radius: 5px;max-height: 160px !important;width: 200px !important;overflow-y: scroll;}
.jdmenu .nav #jdmenu>li>.dropdown.lang:before{ display: none;}
.jdmenu .nav #jdmenu>li>.dropdown.lang>li{ font-size: 12px;display:inline-block;box-sizing:border-box;/*! width:calc(50% -20px); */padding:5px 0;margin:0 10px;border-bottom:1px solid #f5f5f5; width: 54px;}
.jdmenu .nav #jdmenu>li>.dropdown.lang>li>a{ padding: 5px; display: flex; align-items: center;}
.jdmenu .nav #jdmenu>li>.dropdown.lang>li>a img{ width: 20px; margin: 0; margin-right: 5px;}

@media (min-width: 992px) {
.jdmenu .nav #jdmenu>li>.dropdown>li:hover>a{ color: #ff7803;}
.jdmenu .nav #jdmenu>li>.dropdown>li:hover>ul{ display: block;}
.jdmenu .nav #jdmenu>li>.outputdown .item:nth-child(3n){  margin-right: 0;}
.jdmenu .nav #jdmenu>li>.outputdown .item>ul>li:nth-child(2n){  margin-right: 0;}
}
@media (min-width: 1px) and (max-width: 991px){
.jdmenu .nav #jdmenu>li>.dropdown{ position: inherit; left: inherit; top: inherit; }
}

/*搜索*/
.search{ position:fixed; right: 0; top: 0; left: 0; background: #414141; height: 0; transition: all 0.65s; overflow: hidden; z-index: 11}
.search.active{ height: 100%;}
.search .close{ position: absolute; right: 15px; top: 15px; color: #fff; cursor: pointer; transition: all 0.65s;}
.search .close i{ font-size: 60px;}
.search .searchlist{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; text-align: center;}
.search .logo{ margin-bottom: 20px; -webkit-filter: brightness(0) invert(1)!important;filter: brightness(0) invert(1)!important;}
.search .logo img{ height: auto!important;}
.search form{ display: flex; transition: all 0.35s; z-index: 2; padding: 0px 10px;background: #fff; }
.search form>input{ flex: 1; height: 40px; padding: 10px 10px; background: #fff; color: #342c2a; border:0; transition: all 0.5s;}
.search form>button{ width: 40px; background: none; border: 0; cursor: pointer; outline: none; color: #342c2a;}
.search form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}
/*.search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/
@media (min-width: 1px) and (max-width: 991px){
.search .searchlist{ width: 100%; box-sizing: border-box; padding: 0 3vw;}
}


/*banner*/
.bframe{ overflow: hidden; position: relative;}
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x;}
.bframe .slides li img{ width:100%;}

.bframe .flex-control-nav{position:absolute; bottom: 0.6rem; z-index: 2; left: 0;  right: 0; text-align: center}
.bframe .flex-control-nav li{ display: inline-block; list-style-type: none; transition:all .35s; margin: 0 10px; cursor: pointer; line-height: 1000; }
.bframe .flex-control-nav a{ display: block; background: #c0dcc0; width: 10px; height: 10px;  border-radius: 50%; position: relative;}
.bframe .flex-control-nav .flex-active:before{ content: ""; position: absolute; left: -5px; top: -5px; right: -5px; bottom: -5px; border-radius: 50%; border: 1px solid #c0dcc0;}


.bframe .flex-direction-nav{position:absolute;z-index:8;width:100%;top:40%;}
.bframe .flex-direction-nav li a{display:inline-flex;width:0.5rem;height:0.5rem;overflow:hidden;cursor:pointer;position:absolute; z-index: 99; align-items: center; justify-content: center; border-radius: 50%; box-sizing: border-box; color: #747388; background: rgba(255,255,255,0.15);}
.bframe .flex-direction-nav li a>i{ font-size: 0.24rem; color: rgba(255,255,255,0.5);}
.bframe .flex-direction-nav li a.flex-prev{left:0.4rem; }
.bframe .flex-direction-nav li a.flex-next{right:0.4rem; }
@media (min-width:992px) {	
}
@media (min-width:1px) and  (max-width:991px){
.bframe{ position: relative; z-index: 1; margin-top: 44px;}
.bframe .flex-control-nav{bottom: 10px; right: 30px; }
.bframe .flex-direction-nav li a{width:30px;height:30px;}
.bframe .flex-direction-nav li a>i{ font-size: 16px;}
.bframe .flex-direction-nav li a.flex-prev{left:10px; }
.bframe .flex-direction-nav li a.flex-next{right:1px; }
}

/*首页*/

.linkmore{}
.linkmore .more{ display: inline-flex; border: 2px solid #ff7803; align-items: center; justify-content: space-between; border-radius: 28px;}
.linkmore .more b{ font-family: "Livvic-SemiBold"; font-size: 16px; color: #ff7803; display: inline-block; padding: 8px 28px 8px 17px;}
.linkmore .more span{ display: inline-flex; align-items: center; justify-content: center; width: 41px; height: 41px; border-radius: 50%; background: #ff7803; color: #fff; transition: all 0.35s; margin: -1px -1px -1px 0;}
.linkmore .more:hover span{ transform: rotate(360deg)}
@media (min-width:1px) and  (max-width:991px){
.linkmore .more b{ font-size: 12px; padding: 8px 28px 8px 17px;}
.linkmore .more span{  width: 32px; height: 32px;}
}

.iframe{ overflow: hidden; padding: 1.1rem 0;}
.iframe .item{ overflow: hidden;}
.iframe .item>h2{ font-family: "Livvic-SemiBold"; font-size: 17px;  background: linear-gradient(to right,#9e7fff,#fa7f36); -webkit-background-clip: text; color: transparent; display: inline-block; margin-bottom: 0.15rem;}
.iframe .item>h3{ font-family: "Livvic-Bold"; font-size: 0.6rem; color: #1e1e1e; line-height: 1.1}
.iframe .item>.box{ display: flex; align-items: center;}
.iframe .item>.box .img{ border-radius: 50%; overflow: hidden; margin: 0;}
.iframe .item>.box .test{ margin-left: 0.1rem;}
.iframe .item>.box .test h3{ font-family: "Livvic-SemiBold"; font-size: 20px; color: #1e1e1e; margin-bottom: 0.1rem;}
.iframe .item>.box .test h3 span{ color: #ff7803;}
.iframe .item>.box .test p{ font-family: "Edwardian script ITC"; font-size: 0.4rem; color: #50c228;}
.iframe .txt{ overflow: hidden; box-shadow: 4px 0 27px 0 rgba(0,0,0,0.1); padding: 0.5rem;}
.iframe .txt p{ font-size: 16px; line-height: 1.75; color: #848484;}
.iframe .txt ul{ margin-top: 0.6rem;}
.iframe .txt ul li{ font-family: "Livvic-SemiBold"; font-size: 18px; display: flex; align-items: center; margin-bottom: 15px;}
.iframe .txt ul li span{ display: inline-flex; justify-content: center; align-items: center;overflow: hidden; background: #ff7803; border-radius: 50%; color: #fff; margin-right: 15px;}
.iframe .txt ul li p{ flex: 1;}
.iframe .txt ul li span i{ display: inline-block; padding: 5px; box-sizing: border-box;}
.iframe .txt .linkmore{ margin-top: 0.45rem;}
@media (min-width:992px) {
.iframe .container{ display: flex; justify-content: space-between;}
.iframe .item{ flex: 1; margin-right: 0.3rem;}
.iframe .item>.box{ width: 2.8rem; margin-left: 0.8rem; margin-top: 0.6rem;}
.iframe .txt{ flex: 1.1; margin-left: 0.3rem;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe{ padding: 30px 0;}
.iframe .item>h3{ font-size: 28px;}
.iframe .item>.box{ margin-top: 30px;}
.iframe .txt{ margin-top: 30px; padding: 20px;}
}

.iframe1{ overflow: hidden; position: relative; z-index: 3;}
.iframe1 .title{ text-align: center;}
.iframe1 .title>h2{ font-family: "Livvic-SemiBold"; font-size: 17px; background: linear-gradient(to right,#9e7fff,#fa7f36); -webkit-background-clip: text; color: transparent; display: inline-block; margin-bottom: 0.15rem;}
.iframe1 .title>h3{ font-family: "Livvic-Bold"; font-size: 0.6rem; color: #1e1e1e; line-height: 1.1}
.iframe1 .title>h1{ font-size: 16px; line-height: 1.75; color: #848484;}
.iframe1 .list{ overflow: hidden; margin-top: 0.5rem; position: relative; background: linear-gradient(to bottom,#fff,#fdfdfd); padding: 0.25rem 1rem 0.7rem 1rem; z-index: 3;}
.iframe1 .list:after{ content: ""; position: absolute; top: 1rem; left: 0; right: 0; bottom: 0; background: #a87bfa; z-index: 1;}
.iframe1 .list .ipto{ overflow: hidden; position: relative; z-index: 3; width: calc((100% - 1.5rem)/3); float: left; margin-right: 0.75rem; padding: 0 0.4rem 0.4rem 0.4rem; background: #fff; border-radius: 5px; box-sizing: border-box; text-align: center; box-shadow: 1px 0 25px 0 rgba(14,53,19,0.07);}
.iframe1 .list .ipto .ipti{ position: relative; background: #f6f6f8;border-radius: 50%; }
.iframe1 .list .ipto .ipti:before{ content: ""; position: absolute; left: 0.23rem; top: 0.23rem; right: 0.23rem; bottom: 0.23rem; background: #eeeeee; border-radius: 50%; z-index: 1; animation: identifier 4s infinite linear;}
.iframe1 .list .ipto .ipti:after{ content: ""; position: absolute; left: 0.46rem; top: 0.46rem; right: 0.46rem; bottom: 0.46rem; background: #e5e6e8; border-radius: 50%; z-index: 2; animation: identifier2 4s infinite linear;}
.iframe1 .list .ipto .ipti img{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 0.94rem; z-index: 3; transition: all 0.35s;}
.iframe1 .list .ipto .iptz{ overflow: hidden; position: relative; z-index: 4; }
.iframe1 .list .ipto .iptz h3{ font-family: "Livvic-SemiBold"; color: #1e1e1e; font-size: 0.28rem; display: inline-block; transition: all 0.35s;}
.iframe1 .list .ipto .iptz p{ font-size: 16px; line-height: 1.75; color: #848484; margin-top: 0.25rem;}
.iframe1 .context{ overflow: hidden; padding: 2.8rem 0 0.85rem 0; background: url("../images/1_02.jpg") no-repeat center center / cover; position: relative; z-index: 1; margin-top: -1.67rem;}
.iframe1 .context .swiper-slide{ overflow: hidden; padding-top: 14px;}
.iframe1 .context .ipto{ background: #fff; border-radius: 10px; transition: all 0.35s; margin: 2px; box-sizing: border-box; }
.iframe1 .context .ipto>a{ position: relative; padding: 0.3rem; display: block;}
.iframe1 .context .ipto .now{ position: absolute; left: 0.57rem; top: -14px; z-index: 2; background: #fe7900; border-radius: 5px; display: inline-flex; padding: 7px; color: #fff;}
.iframe1 .context .ipto .ipti{ overflow: hidden;}
.iframe1 .context .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.iframe1 .context .ipto .iptz{ overflow: hidden; margin-top: 0.15rem;}
.iframe1 .context .ipto .iptz span{font-family: "Edwardian script ITC"; font-size: 20px; color: #50c228;}
.iframe1 .context .ipto .iptz h3{ font-size: 18px; margin-top: 0.1rem; color: #2c2f30;height:46px;text-transform: capitalize;}
.iframe1 .context .container{ position: relative;}
.iframe1 .context .btn{ overflow: hidden; display: inline-block; margin-top: 0.65rem; cursor: pointer; outline: none;}
.iframe1 .context .btn-prev{ float: left;}
.iframe1 .context .btn-next{ float: right;}
.iframe1 .context .swiper-pagination{ position: absolute; left: 50%; bottom: -10px; transform: translateX(-50%); padding: 7px 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; background: #fe7900;}
.iframe1 .context .swiper-pagination .swiper-pagination-bullet{ width: 20px; height: 3px; border-radius: 0; background: #fff; margin: 0 5px;}
@media (min-width:992px) {	
.iframe1 .list .ipto{ margin-right: 0.35rem; width: calc((100% - 0.7rem)/3);padding-top:0.7rem;}
.iframe1 .list .ipto .ipti{ width: 1.8rem; height: 1.8rem; margin-top: -0.15rem;}
.iframe1 .list .ipto .iptz{ top: -0.3rem;}
.iframe1 .list .ipto:nth-child(3){ margin-right: 0;}
.iframe1 .list .ipto:hover .ipti img{ transform: translate(-50%,-50%) rotateY(180deg)}
.iframe1 .list .ipto:hover .iptz h3{ background: linear-gradient(to right,#9e7fff,#fa7f36); -webkit-background-clip: text; color: transparent;}
.iframe1 .context .ipto:hover:before{ content: ""; position: absolute; top: 14px; left: 0; right: 0; bottom: 0; background: linear-gradient(#fd840e,#a87bfa) ; z-index: -1; border-radius: 10px;}
}
@media (min-width:1030px) {	
.iframe1 .list .ipto{ width: calc((100% - 1.5rem)/3); margin-right: 0.75rem;}
.iframe1 .list .ipto .ipti{ width: 2.7rem; height: 2.7rem; margin-top: -0.45rem;}
.iframe1 .list .ipto .iptz{ top: -0.7rem;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe1{ padding: 0 0 30px 0;}
.iframe1 .title>h3{ font-size: 28px;}
.iframe1 .title>h1{ margin-top: 15px; font-size: 12px;}
.iframe1 .list{ margin-top: 25px; padding: 15px;}
.iframe1 .list:after{ top: 0;}
.iframe1 .list .ipto{ width: auto; margin: 0; float: none; margin-bottom: 20px; padding: 15px;}
.iframe1 .list .ipto .ipti{ width: 1rem; height: 1rem;}
.iframe1 .list .ipto .iptz{ margin-top: 15px;}
.iframe1 .context{ padding: 2.3rem 0 0.65rem 0; }
.iframe1 .context .ipto .iptz h3{ font-size: 14px;}
.iframe1 .context .btn{ display: none;}
.iframe1 .context .swiper-pagination{ position: inherit; top: inherit; bottom: inherit; transform: none; left: inherit; margin-top: 30px;}
}

.iframe2{ overflow: hidden; }
.iframe2 .txt{ overflow: hidden; padding: 1.5rem 0; background: url("../images/1_04.jpg") no-repeat left bottom;}
.iframe2 .txt>h2{ font-family: "Livvic-SemiBold"; font-size: 17px; background: linear-gradient(to right,#9e7fff,#fa7f36); -webkit-background-clip: text; color: transparent; display: inline-block; margin-bottom: 0.15rem;}
.iframe2 .txt>h3{ font-family: "Livvic-Bold"; font-size: 0.6rem; color: #1e1e1e; line-height: 1.1}
.iframe2 .txt .list{ overflow: hidden; margin-top: 0.3rem;}
.iframe2 .txt .list .item{ display: flex; align-content: flex-start; margin-bottom: 0.3rem;}
.iframe2 .txt .list .item .itimg{ overflow: hidden; width: 60px; height: 60px; margin: 0;}
.iframe2 .txt .list .item .ittxt{ overflow: hidden; margin-left: 0.25rem; flex: 1;}
.iframe2 .txt .list .item .ittxt h3{ font-size: 20px; margin-bottom: 0.15rem; color: #161616; font-weight: bold;}
.iframe2 .txt .list .item .ittxt p{ font-size: 16px; line-height: 1.7; color: #848484;}
.iframe2 .img{}
.iframe2 .img .video{ position: relative;}
.iframe2 .img a{ position: absolute; left: 47%; top:58%; transform: translate(-50%,-50%); }
.iframe2 .img a:before{ content: ""; position: absolute; left: 5px; right: 5px; bottom: 5px; top: 5px; border-radius: 50%; border: 1px solid #fff;  animation: opac 5s infinite;}
.iframe2 .img a:after{ content: ""; position: absolute; left: 10px; right: 10px; bottom: 10px; top: 10px; border-radius: 50%; border: 1px solid #fff;  animation: opac 4s infinite;}
.iframe2 .img a span{  display: inline-flex; padding: 30px; position: relative;}
.iframe2 .img a span:before{ content: ""; position: absolute; left: 15px; right: 15px; bottom: 15px; top: 15px; border-radius: 50%; border: 1px solid #fff;  animation: opac 3s infinite;}
.iframe2 .img a span:after{ content: ""; position: absolute; left: 20px; right: 20px; bottom: 20px; top: 20px; border-radius: 50%; border: 1px solid #fff;  animation: opac 2s infinite;}
.iframe2 .img a span em{ width: 0.93rem; height: 0.93rem; background: #fff; border-radius: 50%; position: relative; z-index: 6}
.iframe2 .img a span em font{ position: absolute; left: 0.2rem; top: 0.2rem; right: 0.2rem; bottom: 0.2rem; background: #f6ab41; border-radius: 50%; z-index: 7}
.iframe2 .img a span em font:before{ content: ""; position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); width: 0; height: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #fff;}
@media (min-width:992px) {	
.iframe2 .container{ display: flex; justify-content: space-between;}
.iframe2 .txt{ flex: 1; padding-right: 1.2rem;}
.iframe2 .img{ flex: 1;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe2{ }
.iframe2 .txt{ padding: 0; background: none;}
.iframe2 .txt>h3{ font-size: 28px;}
.iframe2 .txt .list .item .ittxt{ margin-left: 0.15rem; }
.iframe2 .txt .list .item .ittxt h3{ font-size: 18px;}
.iframe2 .txt .list .item .ittxt p{ font-size: 13px; line-height: 1.5}
.iframe2 .img{}
}

.iframe3{ overflow: hidden;background: url("../images/1_08.jpg") no-repeat center center / cover; position: relative;}
.iframe3 .item{}
.iframe3 .item .txt{ font-family: "Livvic-SemiBold"; font-size: 0.6rem; color: #fff; padding: 0 0.3rem; margin: 0; background: url("../images/1_10.png") no-repeat left top;}
.iframe3 .item .img{ margin-right: 0; display: flex; justify-content: space-between;  flex: 1; margin-left: 1.4rem;}
@media (min-width:992px){
.iframe3 .container{ position: relative; height: 2.04rem;}
.iframe3 .item{ display: flex; justify-content: space-between; align-items: center; position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%);}
}
@media (min-width:1px) and  (max-width:991px){
.iframe3{ padding: 30px 0;}
.iframe3 .item .txt{ font-size: 28px;}
.iframe3 .item .img{ margin: 0; margin-top: 0.3rem;}
}

.iframe4{ overflow: hidden; padding: 0.9rem 0 0.4rem 0; background: url("../images/1_11.jpg") no-repeat left top;}
.iframe4 .title{ text-align: center}
.iframe4 .title>h2{ font-family: "Livvic-SemiBold"; font-size: 17px; background: linear-gradient(to right,#9e7fff,#fa7f36); -webkit-background-clip: text; color: transparent; display: inline-block; margin-bottom: 0.15rem;}
.iframe4 .title>h3{ font-family: "Livvic-Bold"; font-size: 0.6rem; color: #1e1e1e; line-height: 1.1}
.iframe4 .list{  position: relative; z-index: 2; margin:0.65rem 0.5rem 0 0.5rem; text-align: center;}
.iframe4 .list .swiper-slide{ overflow: hidden; box-sizing: border-box; padding: 20px;}
.iframe4 .list .ipto{ overflow: hidden; border: 1px solid #dedede; border-radius: 10px; text-align: left;}
.iframe4 .list .ipto .ipti{ overflow: hidden;}
.iframe4 .list .ipto .ipti img{ width: 100%;}
.iframe4 .list .ipto .iptz{ overflow: hidden; padding: 0.35rem; box-sizing: border-box;}
.iframe4 .list .ipto .iptz .time{ display: flex; }
.iframe4 .list .ipto .iptz .time span{ margin: 0; display: inline-flex; align-items: center;}
.iframe4 .list .ipto .iptz .time span:nth-child(1){ background: #fff; box-shadow: 3px 0 10px 0 rgba(0,0,0,.07); margin-right: 0.2rem; padding: 3px 10px; border-radius: 10px; font-size: 16px; color: #161616;}
.iframe4 .list .ipto .iptz .time span:nth-child(1):before{ content: ""; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background: #9c7fff; margin-right: 0.1rem;}
.iframe4 .list .ipto .iptz .time span:nth-child(2){ font-size: 14px; color: #848484;}
.iframe4 .list .ipto .iptz .time span:nth-child(2) i{ display: inline-block; margin-right: 0.1rem;}
.iframe4 .list .ipto .iptz h3{ font-size: 0.26rem; color: #1b2325; font-family: "Livvic-SemiBold"; line-height: 1.3; margin: 0.15rem 0;height:67px;}
.iframe4 .list .ipto .iptz p{ font-size: 16px; line-height: 1.5; color: #848484;}
.iframe4 .list .ipto .iptz .linkmore{ margin-top: 0.3rem;}
.iframe4 .list .ipto .iptz .linkmore .more{ border-color: #9c7fff;}
.iframe4 .list .ipto .iptz .linkmore .more b{ color: #9c7fff;}
.iframe4 .list .ipto .iptz .linkmore .more span{ background: #9c7fff;}
.iframe4 .list .btn{ display: inline-block; margin: 0 0.3rem; margin-top: 0.6rem; cursor: pointer; outline: none;}
@media (min-width:992px){
.iframe4 .list .ipto:hover{ border-color: transparent; box-shadow: 3px 0 29px 0 rgba(0,0,0,0.1);}
.iframe4 .list .ipto:hover .iptz .time span:nth-child(1):before{ background: #ff7900;}
.iframe4 .list .ipto:hover .iptz .linkmore .more{ border-color: #ff7900;}
.iframe4 .list .ipto:hover .iptz .linkmore .more b{ color: #ff7900;}
.iframe4 .list .ipto:hover .iptz .linkmore .more span{ background: #ff7900;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe4{ padding: 30px 0}
.iframe4 .title>h3{ font-size: 28px;}
.iframe4 .list{ margin: 0; margin-top: 30px;}
.iframe4 .list .btn{ margin-top: 20px;}
}

.universal{ padding: 0.5rem 0 0.5rem; }
.universal .universalmsg{ overflow: hidden; background:url("../images/feedback.jpg") no-repeat center center / cover; border-radius: 10px; padding: 0.65rem 0.75rem; box-shadow: 2px 2px 32px 0 rgba(49,89,139,0.27);}
.universal .universalmsg .txt{ overflow: hidden; color: #fff;}
.universal .universalmsg .txt i{ font-size: 0.24rem;}
.universal .universalmsg .txt p{ font-size: 0.26rem; font-weight: bold; margin-top: 0.15rem; letter-spacing: 0.5px;}
.universal .universalmsg .txt p span{ font-size: 16px; color: #55bec4; display: block;}
.universal .universalmsg .msg{ overflow: hidden;}
.universal .universalmsg .msg form{}
.universal .universalmsg .msg input{ border-bottom: 1px solid #fff; background: none; height: 34px; line-height: 34px; color: #fff; font-size: 16px;}
.universal .universalmsg .msg textarea{ border-bottom: 1px solid #fff; background: none; height: 34px; line-height: 34px; resize: none; outline: none; color: #fff; font-size: 16px;}
.universal .universalmsg .msg input::-webkit-input-placeholder, .universal .universalmsg .msg textarea::-webkit-input-placeholder{ color: #fff;}
.universal .universalmsg .msg input:-moz-placeholder, .universal .universalmsg .msg textarea:-moz-placeholder{ color: #fff; }
.universal .universalmsg .msg input::-moz-placeholder, .universal .universalmsg .msg textarea::-moz-placeholder{ color: #fff; }
.universal .universalmsg .msg input:-ms-input-placeholder, .universal .universalmsg .msg textarea:-ms-input-placeholder{ color: #fff; }
.universal .universalmsg .msg button{ background: #fff; box-sizing: border-box; padding: 10px; border-radius: 50px; border: 0; display: flex; justify-content: space-between; align-items: center; outline: none; cursor: pointer;}
.universal .universalmsg .msg button span{ margin: 0; }
.universal .universalmsg .msg button span:nth-child(1){ font-size:18px; font-family: "Livvic-Bold"; color: #ff871a; text-transform: uppercase;}
.universal .universalmsg .msg button span:nth-child(2){ width: 0.58rem; height: 0.58rem; display: inline-flex; align-items: center; justify-content: center; background: #ff871a; color: #fff; border-radius: 50px; transition: all 0.35s;}
@media (min-width:992px) {	
.universal .universalmsg{ display: flex; justify-content: space-between; align-items: center;}
.universal .universalmsg .txt{ width: 1.7rem; margin: 0;}
.universal .universalmsg .msg{ flex: 1; margin-left: 1rem;}
.universal .universalmsg .msg form{ display: flex; align-items: center; justify-content: space-between;}
.universal .universalmsg .msg input{ width: 1.7rem; margin: 0; margin-right: 0.2rem;}
.universal .universalmsg .msg textarea{ width: 2.1rem; margin: 0; margin-right: 0.35rem;}
.universal .universalmsg .msg button{ width: 2.66rem;}
.universal .universalmsg .msg button span:nth-child(1){ margin-left: 0.25rem;}
.universal .universalmsg .msg button:hover span:nth-child(2){ transform: rotate(360deg)}
}
@media (min-width:1640px) {	
.universal .universalmsg{ display: flex; justify-content: space-between; align-items: center;}
.universal .universalmsg .txt{ width: 1.7rem; margin: 0;}
.universal .universalmsg .msg{ flex: 1; margin-left: .1rem;}
.universal .universalmsg .msg form{ display: flex; align-items: center; justify-content: space-between;}
.universal .universalmsg .msg input{ width: 2.1rem; margin: 0; margin-right: 0.4rem;}
.universal .universalmsg .msg textarea{ width: 2.8rem; margin: 0; margin-right: 0.65rem;}
.universal .universalmsg .msg button{ width: 2.66rem;}
.universal .universalmsg .msg button span:nth-child(1){ margin-left: 0.45rem;}
}
@media (min-width:1px) and  (max-width:991px){
.universal{ padding-top: 3vw;}
.universal .universalmsg{ padding: 15px;}
.universal .universalmsg .txt i{ font-size: 20px;}
.universal .universalmsg .txt p{ font-size: 16px; margin-top: 0;}
.universal .universalmsg .txt p br{ display: none}
.universal .universalmsg .msg{ margin-top: 3vw;}
.universal .universalmsg .msg input{ width: 100%; margin-bottom: 2vw;}
.universal .universalmsg .msg textarea{ width: 100%; margin-bottom: 2vw;}
.universal .universalmsg .msg button{ width: 100%;}
}
                                     
 @media (min-width:1px) and  (max-width:768px){.goodsform{display:none;}}                                    


/*底部*/
.footer{ position: relative; overflow: hidden; padding: 0.5rem 0 0.35rem 0;}
.footer .left .tel{ overflow: hidden; margin-bottom: 30px;}
.footer .left .tel span{  display: block; font-size: 14px; font-family: "Livvic-SemiBold"; color: #555555; margin-bottom: 10px;}
.footer .left .tel p{ font-size: 16px; color: #8c8c8c;}
.footer .left .tel p img{ width: 150px;}
.footer .left .tel p>a{ color: #8c8c8c; display: inline-block;}
.footer .left .tel:nth-child(1) p{ font-family: "Lucida Calligraphy"; font-size: 0.36rem; font-weight: bold; margin-top: 15px;}
.footer .left .tel:nth-child(1) p>a{ color: #fe7900;}
.footer .left .tel p>a:hover{ background: linear-gradient(to right,#9e7fff,#fa7f36); -webkit-background-clip: text; color: transparent; }

.footer .foot{}
.footer .foot h2{ font-family: "Livvic-SemiBold"; font-size: 24px; color: #555; margin-bottom: 0.35rem;}
.footer .foot li{ font-size: 16px;}
.footer .foot li>a{ display: inline-block; color: #8c8c8c; line-height: 1.5; margin-bottom: 0.25rem;}
.footer .foot li:hover>a{ background: linear-gradient(to right,#9e7fff,#fa7f36); -webkit-background-clip: text; color: transparent; }

.footer .foot.f1 h2{ color: #fe7900;}
.footer .foot.f1 li{ font-family: "Livvic-SemiBold";}

@media (min-width:992px){
.footer .container{ display: flex; justify-content: space-between; }
.footer .left{ margin: 0;}
.footer .right{ margin-left: 1.7rem; flex: 1; display: flex; justify-content: space-between;}
.footer .foot{ margin: 0;}
}


@media (min-width:1px) and  (max-width:991px){
.footer{ padding: 10px 0;}
.footer .foot{ display: none;}
.footer .left{ display: none}
.footer .right{ display: none;}
}

.footer__subnavSelect{width:100%;background:#ffab5f;height:45px;border:0;border-bottom:1px solid #33619b;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;padding:2px 15px 0;background-image:url("../images/arrow-down-select.svg");background-repeat:no-repeat;background-position-x:95%;background-position-y:center;background-size:15px;outline:0;display:none; margin-bottom: 15px;}
@media (min-width:1px) and  (max-width:991px){
.footer__subnavSelect{ display: block;}
}

/*版权*/
.copy{ padding: 15px 0px; position: relative; }
.copy .skill{ display: inline-flex; overflow: hidden; border-radius: 20px; background: #fbfbfb; padding: 0.1rem 0.3rem; box-shadow: 6px 0 7px 0 rgba(48,71,89,.07);}

.copy .skill .by{ display: flex; align-items: center; width: 230px; justify-content: center; font-size: 16px; color: #ffab5f; }
.copy .skill .by img{ margin: 0; margin-left: 10px;}
.copy .share{ overflow: hidden;  text-align: left; position: absolute; right: 0; top: -25px;}
.copy .share span{ display: block; font-size: 18px; font-weight: bold; color: #555555; margin-bottom: 20px;}
.copy .share .list{ overflow: hidden; }
.copy .share .list a{ display: inline-flex; width: 42px; height:42px; background: #ffab5f; justify-content: center; align-items: center; border-radius: 50%; margin-right: 10px; box-shadow: 1px 0 1px 0 rgba(48,71,89,.07);}
.copy .share .list a i{ font-size: 24px; color: #fff;}
.copy .share .list a:hover{ background: linear-gradient(to right,#9e7fff,#fa7f36);}
.copy .share .list a:last-child{ margin-right: 0;}
.copy .txt{ margin-top:0.05rem;}
.copy .txt p{ font-size: 16px; color: #8c8c8c; text-align: center;}
.copy .txt p a{ color: #8c8c8c;}
@media (min-width:992px) {
.copy:before{ content: ""; position: absolute; left: 0; right: 0; height: 1px; background: #e8ecef; top: 60px; z-index: 1;}
.copy .container{ z-index: 2; position: relative;}
.copy .skill{ margin: 0;}
.copy .right{ margin: 0;}
}

@media (min-width:1px) and (max-width:991px){
.copy{ margin-bottom: 40px; padding: 0 0 2vw 0;}
.copy .skill{ width: 100%; box-sizing: border-box; padding: 7px 15px; align-items: center; justify-content: center;}
.copy .skill .logo{ width: auto; margin: 0; padding-right: 10px;}
.copy .skill .logo img{ width: 80px;}
.copy .skill .by{ width: auto; margin: 0; padding-left: 10px; font-size: 12px;}
.copy .skill .by img{ height: 22px;}
.copy .share{ position: inherit; top: inherit; right: inherit; text-align: center; padding: 15px 0; }
.copy .txt p{ text-align: center;}
}


/*手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 10; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%}
@media (min-width:1px) and (max-width:991px){
    .mobMenu{ display: block;}
}


/*内页*/
.body{}
.bodylist{ overflow: hidden; background: #fff; padding: 0.3rem; margin-bottom: .8rem; box-shadow:0 0 16px rgba(153,153,153,0.1);border-bottom-left-radius:40px;border-bottom-right-radius:40px;}
.nbframe,.sidebanner{ position: relative;}
.nbframe .container{ }
.nbframe .cont,.sidebanner .txt{position: absolute;left: 50%;bottom: 30%;transform: translate(-50%,-30%);z-index: 3;color: #fff;}
.nbframe .cont>h1,.sidebanner .txt>h1{ font-size: 0.7rem; color: #fff; margin-bottom: 30px; text-transform: uppercase; font-family: "Livvic-SemiBold";}
.nbframe .cont>h2,.sidebanner .txt>h2{ font-size: 0.7rem; color: #fff; margin-bottom: 30px; text-transform: uppercase; font-family: "Livvic-SemiBold";}
.nbframe .cont>p,.sidebanner .txt>p{ font-size: 16px; text-transform: uppercase; color: #fff;}
.nbframe .cont>p a,.sidebanner .txt>p a{ color: #fff;}
.nbframe .cont>p .here,.sidebanner .txt>p .here{ display: inline-block; padding: 0 5px; color: #fff;}



@media (min-width:992px){
	.nbframe,.sidebanner{ margin-top:0.91rem;}
}
@media (min-width:992px){
	 .nbframe .cont,.sidebanner .txt{ width: 962px; margin: 0 auto;}
}
@media (min-width:1230px){
	.nbframe .cont,.sidebanner .txt{ width: 1200px; margin: 0 auto;}
}
@media (min-width:1430px){
	.nbframe .cont,.sidebanner .txt{ width: 1400px; margin: 0 auto;}
}
@media (min-width:1490px){
	.nbframe .cont,.sidebanner .txt{ width: 1460px; margin: 0 auto;}
}
@media (min-width:1px) and (max-width:991px){
.bodylist{ padding: 15px; margin-bottom: 0.2rem; border-bottom-left-radius:10px;border-bottom-right-radius:10px;}
.nbframe img,.sidebanner img{ display: none;}
}

/*左侧导航栏目*/
.left_nav{  width: 290px; float: left;}
.left_nav>.lbt{ overflow: hidden; margin-bottom: 30px; background: rgba(54,128,197,1); padding: 15px;}
.left_nav>.lbt>h2{ color:#fff;font-weight:bold; font-size:22px;margin:15px 0}
.left_nav>.lbt>h2 i{ padding-right: 10px;}

.left_nav>.lbt>ul{}
.left_nav>.lbt>ul>li{ overflow: hidden; font-size: 14px; text-transform: capitalize; position: relative;}
.left_nav>.lbt>ul>li>a{ display: block; color: #444; padding: 15px 0 15px 15px; background: #fff; position: relative; border-bottom:1px solid #f3f3f3; transition: all 0.35s;}
.left_nav>.lbt>ul>li>a:before{ content: ""; position: absolute; left: 10px; top: 50%; transform: translateY(-50%); width: 0px; height: 1px; background: rgba(54,128,197,1);  transition: all 0.35s;}
.left_nav>.lbt>ul>li>.libtn{ position: absolute; right: 10px; top: 15px; z-index: 2; font-size: 0.24rem; cursor: pointer;}
.left_nav>.lbt>ul>li>.libtn:before{ content: "\eb78";}
.left_nav>.lbt>ul>li>.libtn.active{}
.left_nav>.lbt>ul>li>.libtn.active:before{content: "\e620";}
.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ padding: 15px 0 15px 25px;}
.left_nav>.lbt>ul>li:hover>a:before,.left_nav>.lbt>ul>li.active>a:before{ width: 10px; }
.left_nav>.lbt>ul>li.active>.libtn:before{content: "\e620";}
.left_nav>.lbt>ul>li.active>ul{ display: block;}

.left_nav>.lbt>ul>li>ul{ overflow: hidden; font-size: 14px; display: none; transition: all 0.35s;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; color: #444; padding: 12px 0 12px 35px; background:#eeeeee; border-bottom: 1px solid #fff; position: relative; text-transform: capitalize;}
.left_nav>.lbt>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #3680c5; }
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ background: #3680c5; color: #FFF;}
.left_nav>.lbt>ul>li>ul>li:hover>a:before,.left_nav>.lbt>ul>li>ul>li.active>a:before{ border-left: 5px solid #fff;}

.left_nav>.itme{ overflow: hidden; margin-top: 30px; background: #f9f9f9; border-bottom: 8px solid #3680c5;}
.left_nav>.itme>h3{ font-size: 22px; font-weight: bold; padding: 25px 20px; background: #3680c5; color: #fff;}
.left_nav>.itme>.txt{ padding:20px 15px ;}
.left_nav>.itme>.txt p{  font-size: 14px; line-height: 2; display: flex; align-items: center;}
.left_nav>.itme>.txt p i{ font-size: 18px; margin-right: 10px;}
.left_nav>.itme>.txt p:last-child{ align-items: flex-start; line-height: 1.4}

@media (min-width:1px) and  (max-width:991px){
.left_nav{ width: auto; float: none;}
.left_nav>.lbt{ display: none;}
.left_nav>.itme{ display: none;}
}

.p_problemCategory{text-align:center;background:#33619b;color:#fff;height:50px;line-height:50px;margin-bottom:30px;cursor:pointer; font-size: 15px; }

.problemCategory{ position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; background: rgba(36,35,35,0.8); transform: scale(0,1); transform-origin: left center; transition: all 0.35s;}
.problemCategory.active{ transform: scale(1,1)}
.problemCategory>ul{ width: 300px; background: rgba(36,35,35,0.8); height: 100%;  overflow-y: auto; padding-top: 30px; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; margin: 0;}
.problemCategory>ul>li{ overflow: hidden; font-size: 15px; text-transform: capitalize; position: relative;}
.problemCategory>ul>li>a{ display: block; color: #fff; padding: 15px 0 15px 15px; position: relative; border-bottom:1px solid #f5f5f5; transition: all 0.35s;}
.problemCategory>ul>li>.libtn{ position: absolute; right: 10px; top: 15px; z-index: 2; font-size: 32px; cursor: pointer; color: #fff;	}
.problemCategory>ul>li>.libtn:before{ content: "\eb78";}
.problemCategory>ul>li>.libtn.active{}
.problemCategory>ul>li>.libtn.active:before{content: "\e620";}
.problemCategory>ul>li.active>.libtn:before{content: "\e620";}
.problemCategory>ul>li.active>ul{ }

.problemCategory>ul>li:first-child{ display: flex; justify-content: space-between; align-items: center;}
.problemCategory>ul>li:first-child>img{ margin: 0; width: 140px;}
.problemCategory>ul>li:first-child>.close{ display: inline-block; margin: 0; color: #fff; cursor: pointer;}
.problemCategory>ul>li:first-child>.close i{ font-size: 24px;}

.problemCategory>ul>li>ul{ overflow: hidden; font-size: 14px; height: 0; transition: all 0.35s;}
.problemCategory>ul>li>ul>li>a{ display: block; color: #fff; padding: 7px 0 7px 35px; border-bottom: 1px solid #f5f5f5; position: relative; text-transform: capitalize;}
.problemCategory>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 25px; top: 50%; transform: translateY(-50%); border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #33619b; }
.problemCategory>ul>li>ul>li:last-child>a{ border-bottom: 0;}
.problemCategory>ul>li>ul>li:hover>a,.problemCategory>ul>li>ul>li.active>a{ background: #33619b; color: #FFF;}
.problemCategory>ul>li>ul>li:hover>a:before,.problemCategory>ul>li>ul>li.active>a:before{ border-left: 5px solid #fff;}
.problemCategory>ul>li{}

@media (min-width:992px){
.p_problemCategory { display: none;}
.problemCategory{ display: none;}
}


/*右侧*/
.right_detail{ width: calc(100% - 340px); float: right; height: auto;  }
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: auto; float: none;}
}

/*面包屑*/
.location{ overflow: hidden; padding: .3rem 0; }
.location .txt{ font-size: 0.14rem; color: #666; text-transform: uppercase;}
.location .home{ color: #666;}
.location .home:before{ content: "\e692";}
.location .here{  display: inline-block;  color: #666;}
.location .here:before{ content: "\e67e";}
.location a{ display: inline-block; color: #666; font-size: 0.14rem; }
@media (min-width:992px){
}
@media (min-width:1px) and (max-width:991px){
.location{ padding: 0.15rem 0;}
.location .txt{ font-size: 12px;}
.location .home{ font-size: 12px;}
.location a{ font-size: 12px;}
}

/*关于我们*/

.aframe{ overflow: hidden; padding: 1rem 0 0 0; position: relative;}
.aframe>.img{ overflow: hidden;}
.aframe>.txt{ overflow: hidden;}
.aframe>.txt>h2{ font-family: "DIN-BOLD"; font-size: 31px; color: #1f1a17; font-weight: bold; position: relative;}
.aframe>.txt>p{ font-size: 16px; color: #6a6a6a; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 17; overflow: hidden;}
.aframe>.txt ul{ margin-top: 0.6rem;}
.aframe>.txt ul li{ font-family: "Livvic-SemiBold"; font-size: 18px; display: flex; align-items: center; margin-bottom: 15px;}
.aframe>.txt ul li span{ display: inline-flex; justify-content: center; align-items: center; width: 28px; height: 28px; overflow: hidden; background: #ff7803; border-radius: 50%; color: #fff; margin-right: 15px;}
.aframe>.txt ul li p{ flex: 1;}
.aframe>.txt>.linkmore{ margin-top: 40px; overflow: initial; margin-bottom: 15px; }

.aframe>.videoimg{ position: absolute; bottom: 15px; background: #fff; padding: 10px; cursor: pointer;}
@media (min-width:992px){
.aframe{ display: flex; justify-content: space-between;}
.aframe>.txt{ flex: 1.2; margin: 0; margin-right: 0.35rem;}
.aframe>.txt>h2{ padding-left: 190px; margin-bottom: 0;}
.aframe>.txt>h2:before{ content:""; width: 170px; height: 3px; position: absolute; left: 0; bottom: 5px; background: linear-gradient(to right,#9e7fff,#fa7f36);}
.aframe>.txt>.img{ float:right; margin-left: 0.35rem;margin-bottom:0.2rem}
.aframe>.videoimg{ right: 140px; width: 310px;}
}

@media (min-width:1px) and (max-width:991px){
.aframe{ padding-top: 20px;}
.aframe>.txt>h2{ font-size: 24px; margin-bottom: 10px;}

.aframe>.txt>.linkmore{ margin-top: 20px;}
.aframe>.videoimg{ display: none;}
.aframe>.img{ display: none;}
}

.aframe1{position: relative;bottom: -60px;z-index: 3; overflow: hidden;}
.aframe1 .container{ display: flex;justify-content: flex-end; background: #acacac; padding: 40px 0; position: relative;}
.aframe1 .item{ overflow: hidden; }
.aframe1 .item>span>i{ color: #fff; font-size: 50px;}
.aframe1 .item>.txt{ overflow: hidden; margin-left: 10px;}
.aframe1 .item>.txt>h3{ overflow: hidden; color: #ffe823; font-family: "Livvic-SemiBold";}
.aframe1 .item>.txt>h3>.Line{ font-size: 50px;}
.aframe1 .item>.txt>h3>em{ font-style: normal; vertical-align: top; font-size: 30px;}
.aframe1 .item>.txt>p{ font-size: 16px; color: #fff;}
@media (min-width:992px) {

.aframe1 .container:before{ content: ""; right: -100%; width: 100%; top: 0; bottom: 0; background: #acacac; position: absolute;}
.aframe1 .item{ display: flex;}
}
@media (min-width:1px) and (max-width:991px){
.aframe1{ padding: 20px 0; bottom: -10px;}
.aframe1 .item{ text-align: center;}
.aframe1 .item>span>i{ font-size: 20px;}
.aframe1 .item>.txt>h3>.Line{ font-size:16px;}
.aframe1 .item>.txt>h3>em{ font-size: 12px;}
.aframe1 .item>.txt>p{ font-size: 12px; }
}
.aframe2{ overflow: hidden; height: 592px; position: relative; background: url("../images/1_12.jpg") no-repeat center center; background-attachment: fixed;}
.aframe2:before{ content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: rgba(31,26,23,0.4);}
@media (min-width:1px) and (max-width:991px){
.aframe2{ height: 180px;}
}

.aframe3{ overflow: hidden; padding: 80px 0;}
.aframe3>h2{ text-align: center; font-family: "Livvic-SemiBold"; font-size: 31px; font-weight: bold; text-transform: uppercase;}
.aframe3>.list{ overflow: hidden; margin-top: 40px;}
.aframe3>.list .ipto{ overflow: hidden; position: relative;}
.aframe3>.list .ipto .ipti{ overflow: hidden;}
.aframe3>.list .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.aframe3>.list .ipto .iptz{ position: absolute; left: 0; right: 0; bottom: 35px; padding: 0 35px; z-index: 3;}
.aframe3>.list .ipto .iptz>h3{ font-family: "DIN-BOLD"; font-size: 25px; color: #fff; margin-bottom: 5px;}
.aframe3>.list .ipto .iptz>span{ display: inline-flex; align-items: center; font-size: 14px; color: #fff;}
.aframe3>.list .ipto .iptz>span>i{ display: inline-block; }
.aframe3>.list .ipto .ipti:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(62,62,62,0.36); z-index: 1}
.aframe3>.list .ipto .ipti:after{ content: ""; position: absolute; left: 10px; top: 10px; right: 10px; bottom: 10px; border: 1px solid #c62920; z-index: 2;}

@media (min-width:992px){

.aframe3>.list .ipto:hover .ipti:after{ border-color: #fff;}
.aframe3>.list .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px){
.aframe3{ padding: 20px 0;}
.aframe3>h2{ font-size: 18px;}
.aframe3>.list{ margin-top: 20px;}
}
.certificates{ overflow: hidden; background: url("../images/1_13.jpg") no-repeat center center / cover; padding: 80px 0;}
.certificates>div>h2{ text-align: center; font-family: "Livvic-SemiBold"; font-size: 30px; font-weight: bold; text-transform: uppercase; color: #ff7803; margin-bottom: 40px;}
.certificates .swiper-slide{ overflow: hidden; }
.certificates .swiper-slide .swiperimg{ overflow: hidden; }
.certificates .swiper-slide .swiperimg img{ width: 100%; height: 100%;}
@media (min-width:992px) and (max-width:1229px){

}
@media (min-width:1px) and (max-width:991px){
.certificates{ padding: 20px 0;}
.certificates>div>h2{ font-size: 24px; margin-bottom: 20px;}

}
@media (min-width:1px) and (max-width:767px){
}

.aframe4{ overflow: hidden; margin-bottom: 40px; position: relative;}
.aframe4 .txt{ position: absolute; top: 20%; left: 50%; transform: translate(-50%,-20%);}
.aframe4 .txt>h2{ font-family: "DIN-BOLD"; font-size: 36px; font-weight: bold; text-transform: uppercase; color: #d8261b; margin-bottom: 10px;}
.aframe4 .txt>p{ font-size: 22px; line-height: 1.6; color: #1d1d1d;}
.aframe4 .img{ position: absolute; left: 0; bottom: 60px;}
@media (min-width:992px){
.aframe4 .txt{ width: 962px;}
}
@media (min-width:1230px){
.aframe4 .txt{ width: 1200px;}
}
@media (min-width:1px) and (max-width:991px){
.aframe4{ margin-bottom: 20px;}
.aframe4 .txt{ padding: 15px 0; width: 80%;}
.aframe4 .txt>h2{ font-size: 24px;}
.aframe4 .txt>p{ font-size: 12px;}
.aframe4 .img{  display: none;}
}

.aframe5{ overflow: hidden; height: 555px; background: url("../images/1_14.jpg") no-repeat;}
.aframe5 .history{ overflow: hidden; margin-top: 50px; position: relative; padding: 0 80px;}
.aframe5 .history .item{ position: relative; color: #fff; overflow: hidden; padding-top: 45px;}
.aframe5 .history .item>h2{ font-family: "DIN-BOLD"; font-size: 24px; margin-bottom: 10px;}
.aframe5 .history .item>h3{ font-family: "DIN-BOLD"; height: 50px; font-size: 18px; margin-bottom: 20px; line-height: 1.4}
.aframe5 .history .item>p{ font-size: 16px; line-height: 1.4;}
.aframe5 .history .item:before{ content: ""; height:11px; width: 11px; background: #fff; border-radius: 50%; position: absolute; left: 4px; top: 11px; z-index: 2;}
.aframe5 .history .item:after{ content: ""; height:15px; width: 15px; background: #686868; border: 2px solid #fff; border-radius: 50%; position: absolute; left: 0; top: 7px; z-index: 1;}
.aframe5 .history:before{ content: ""; position: absolute; left: 50px; right: 50px; top: 17px; height: 1px; background: #fff; z-index: 1; }
.aframe5 .history .swbuton{ position: absolute; top: 0px; z-index: 2; outline: none; cursor: pointer;}
.aframe5 .history .swbuton>i{ font-size: 30px; color: #fff;}
.aframe5 .history .btnprev{ left: 0px; }
.aframe5 .history .btnnext{ right: 0;}
@media (min-width:992px){

}
@media (min-width:1px) and  (max-width:991px){
.aframe5{ height: auto; padding-bottom: 20px;}
.aframe5 .history{ margin-top: 20px;}
.aframe5 .history .item>h3{ height: auto; margin-bottom: 10px;}
}

/*单页面*/
.synopsis{ overflow: hidden; padding: 30px 0;}
.synopsis img[align='left']{ padding-right: 15px; padding-bottom: 15px;}
.synopsis img[align='right']{ padding-left: 15px; padding-bottom: 15px;}
@media (min-width:1px) and (max-width:991px){
.synopsis img[align='left']{ width: 30%; height: auto;}
.synopsis img[align='right']{ width: 30%; height: auto;}
}
/*endregion*/

/*单页面*/
.singlepage{ overflow: hidden; line-height: 2; font-size: 16px;}

@media (min-width:992px){
}
@media (min-width:1px) and (max-width:991px){
.singlepage{}
}
/*图库*/
.gallerylist{ overflow: hidden;}
.gallerylist .item{ width: calc((100% - 0.6rem)/4); float: left; margin-right: 0.2rem; margin-bottom: 0.2rem;}
.gallerylist .item .img{ overflow: hidden; background: url("../images/honorbg.jpg") no-repeat center center / 100% 100%; object-fit: cover; padding:0.3rem ; box-sizing: border-box;}
.gallerylist .item .img img{ width: 100%;}
@media (min-width:992px){
.gallerylist .item:nth-child(4n){ margin-right: 0;}
.gallerylist .item:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px){

}


/*类别简介*/
.categorylist{  margin-top: 1rem;}
.categorylist .left,.categorylist .right{ display: inline-block;}
.categorylist h2{ font-size: 18px; text-transform: uppercase; color: #232323; font-weight: bold; font-family: "DIN-BOLD"; margin-bottom: 15px;}
.categorylist .bigidclass{ width: 100%; display: inline-block; box-sizing: border-box; position: relative;}
.categorylist .bigidclass>h3{ background: #ff7803; height: 50px; line-height: 50px; padding: 0 15px; font-size: 15px; color: #fff; position: relative; cursor: pointer; overflow: hidden; border-radius: 60px;}
.categorylist .bigidclass>h3:before{ content: ""; position: absolute; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; right: 15px; top:50%; transform: translateY(-50%); transition: all 0.35s;}
.categorylist .bigidclass>ul{ position: absolute; left: 0; top: 50px; min-width: 100%; height: 0px; z-index: 4; overflow: hidden; transition: all 0.35s; overflow-y: auto; border-radius: 15px;}
.categorylist .bigidclass>ul::-webkit-scrollbar{width:10px;height:1px;}
.categorylist .bigidclass>ul::-webkit-scrollbar-thumb{border-radius:0px;background:#ff7803;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.categorylist .bigidclass>ul::-webkit-scrollbar-track{border-radius:0;background:#fff;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.categorylist .bigidclass>ul>li{ padding: 12px 15px; font-size: 14px; color: #f5f5f5; cursor: pointer; border-radius: 60px; background: #ffcaa3; margin-top: 10px;}
.categorylist .bigidclass>ul>li:hover,.categorylist .bigidclass>ul>li.active{ background: #ff7803;}
.categorylist .bigidclass.on>h3:before{ transform: rotate(-180deg)}
.categorylist .bigidclass.on>ul{ height: auto;}


.categorylist .investigation{ overflow: hidden; border-radius: 60px;}
.categorylist .investigation form{ display: flex;}
.categorylist .investigation input{ width: 100%; background: #f3f3f7; border: 0; height: 50px; line-height: 50px; padding: 0 15px;}
.categorylist .investigation button{ width: 80px; background: #ff7803; color: #fff; border: 0; cursor: pointer; outline: none;}
@media (min-width:992px){
.categorylist .bigidclass{ width: 300px;}
.categorylist .bigidclass:nth-child(3){ margin-left: 30px;}
.categorylist .investigation{ width: 400px;}
.categorylist .right{ float: right;}
}
@media (min-width:1px) and (max-width:991px) {
.categorylist{ margin-top: 20px;}
.categorylist .left{ margin-bottom: 15px;}
.categorylist .left,.categorylist .right{display: block;}
}

.summary{ overflow: hidden; position: relative; padding-bottom: 0.3rem; border-bottom: 2px solid #e2e2e2;}
.summary>h2{ font-size: 24px; font-weight: bold; line-height: 2; color: #333; margin-bottom: 0.2rem}
.summary .txt{ overflow: hidden; line-height: 2; font-size: 16px;}

/*产品中心*/

.productlist{ margin-top: 1rem;}
.productlist .item{ margin-bottom: 1rem;}
.productlist .item>h2{ font-size: 0.36rem; font-family: "Livvic-SemiBold"; color: #212121;}
.productlist .item>p{ font-size: 18px; line-height: 1.5; color: #8c8c8c; margin-top: 0.35rem;}
.productlist .item .small{ overflow: hidden;}
.productlist .item .small li{ width: calc((100% - 60px)/4); float: left; margin-right: 20px; color: #ff7800; margin-top: 0.35rem;}
.productlist .item .small li a{ display: flex; align-items: center; color: #ff7800; font-size: 0.24rem; line-height: 1.1;}
.productlist .item .small li a span{white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.productlist .item .small li a i{ font-size: 12px; margin-right: 10px;}
.productlist .item .small li a em{ font-style: normal; font-size: 16px; display: inline-block; margin-left: 10px;}
.productlist .item .list{ }
.productlist .item .list .ipto{ width: calc((100% - 60px)/4); float: left; margin-right: 20px; margin-top: 0.35rem; background: #fff; border: 1px solid #dcdcdc; border-radius: 10px; box-sizing: border-box; transition: all 0.35s;}
.productlist .item .list .ipto .ipti{ overflow: hidden;}
.productlist .item .list .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.productlist .item .list .ipto .iptz{ display: none;}

.products{  padding-bottom: 40px; margin-top: 1rem;}
.products .ipto{ width: calc((100% - 60px)/4); float: left; margin-right: 20px; margin-bottom: 0.35rem; background: #fff; border: 1px solid #dcdcdc; border-radius: 5px; box-sizing: border-box; transition: all 0.35s;}
.products .ipto .ipti{ overflow: hidden;}
.products .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.products .ipto .iptz{ overflow: hidden; position: relative; padding: 15px;}
.products .ipto .iptz h3{font-size: 24px; text-transform: capitalize; margin-bottom: 20px;height: 92px;}
.products .ipto .iptz p{ font-size: 15px; color: #595757; line-height: 2; height: 98px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

@media (min-width:992px)  {
.productlist .item .small li:nth-child(4n){ margin-right: 0;}
.productlist .item .list .ipto:nth-child(4){ margin-right: 0;}
.productlist .item .list .ipto:hover{ box-shadow: 0 0 15px #d5d5d5; transform: scale(1.03)}

.products .ipto:nth-child(4n){ margin-right: 0;}
.products .ipto:nth-child(4n+1){ clear: both;}
.products .ipto:hover{ box-shadow: 0 0 15px #d5d5d5; transform: scale(1.03)}
}


@media (min-width:1px) and (max-width:991px) {
.productlist{ margin-top: 30px;}
.productlist .item .small li{ width: auto; float: none; margin-right: 0; color: #ff7800; margin-top: 0.15rem;}
.productlist .item .list .ipto{width: calc(50% - 20px); margin-top: 20px;}
.productlist .item .list .ipto:nth-child(2n){ margin-right: 0}
.productlist .item .list .ipto:nth-child(2n+1){ clear: both;}


.products {margin-top: 30px;}
.products .ipto{ width: calc(50% - 10px); float: left; margin-right: 20px; margin-bottom: 20px;}
.products .ipto .iptz{ padding: 5px;}
.products .ipto .iptz h3{ font-size: 14px; margin: 5px auto;}
.products .ipto .iptz p{ display: none;}
.products .ipto:nth-child(2n){ margin-right: 0;}
.products .ipto:nth-child(2n+1){ clear: both;}
}
  
@media (max-width:1429px) { .products .ipto .iptz h3{ font-size: 20px; } }
@media (max-width:480px) { .products .ipto .iptz h3{ font-size: 13px; height: 58px;} }

/*region 产品详情*/
.details{ overflow: hidden; padding-top: 90px;}
.details>.txtlist{ overflow: hidden; background: #f6f6f6; padding: 10px 0;}
.details>.txtlist .container{ padding: 40px; background: #fff; box-shadow: 0 0 15px #d5d5d5; box-sizing: border-box;}

.details .detail_left{ width: calc(55% - 30px); float: left; height: auto; position: relative; padding: 0;}

.details .detail_left>.rtp_small_img{ overflow: hidden; position: relative; }
.details .detail_left>.rtp_small_img .swiperpro{ position: relative; overflow: hidden; box-sizing: border-box;} 
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide{ overflow: hidden; text-align: center; margin: 0; cursor: pointer; box-sizing: border-box;}
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide img{ border: 1px solid #d5d5d5; box-sizing: border-box;}
.details .detail_left .btn{ width: 0.8rem;; height: 0.8rem; color: #fff; z-index: 8; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; outline: none; display: inline-flex; align-items: center; justify-content: center;}
.details .detail_left .btn>i{ font-size: 30px; color: #ff7803;}
.details .detail_left .btn.btn-prev{  left: 0px; }
.details .detail_left .btn.btn-next{  right: 0px;}
.details .detail_left .swiper-pagination{ position: inherit; left: inherit; right: inherit; bottom: inherit; z-index: 2; padding: 15px 0;}
.details .detail_left .swiper-pagination .swiper-pagination-bullet{ margin: 0 5px; background: #ff7803;}

.details .detail_right{ width: calc(45% - 30px); float: right; height: auto; margin-left: 30px;}
.details .detail_right>h1{ font-size: 30px; text-transform: capitalize; color: #333; margin-bottom: 15px; font-family: "DIN-BOLD";}
.details .detail_right>h2{ font-size: 19px; text-transform: capitalize; color: #595757; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #131313; position: relative;}
.details .detail_right>h2:before{ content: ""; position: absolute; left: 0px; width: 15%; bottom: -1px; z-index: 1; background: #a2a2a2; height: 3px;}
.details .detail_right>h2:after{ content: ""; position: absolute; left:15%; width: 35%; bottom: -1px; z-index: 1; background: linear-gradient(to right,#9e7fff,#fa7f36); height: 3px;}
.details .detail_right>.txt{ overflow: hidden; font-size: 16px;line-height: 1.8em; min-height:14.4em;}
.details .detail_right>.imglist{ overflow: hidden; margin-top: 20px;}
.details .detail_right>.imglist .item{ width: calc(16.666% - 2px); float: left; margin-right: 2px; box-sizing: border-box;}
.details .detail_right>.imglist .item>img{ width: 100%;}

.details .detail_right>.rtp_small_color{ overflow: hidden; margin-top: 30px; margin-bottom: 15px;}
.details .detail_right>.rtp_small_color .hisList2{ overflow: hidden; position: relative;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide{ overflow: hidden; text-align: center; margin: 0;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide span{ display: inline-block; width: 21px; height: 21px; border-radius: 50px; overflow: hidden; margin-right: 10px; cursor: pointer; transition: all 0.35s; position: relative; box-sizing: border-box; border: 1px solid #ccc;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide.swiper-slide-thumb-active span{ width: 21px; height: 21px; border: 1px solid #9a9a9a;}
.details .detail_right>.rtp_small_color .hisList2 .swiper-slide.swiper-slide-thumb-active span:before{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; border: 3px solid #fff; border-radius: 50%;}

.details .detail_right>.bottom{ overflow: hidden; margin-top: 25px;}
.details .detail_right>.bottom>a{ display: block; background: #f3f3f7; height: 50px; line-height: 50px; text-align: center; font-family: "DIN-BOLD"; font-size: 16px; text-transform: uppercase; font-weight: bold; transition: all 0.35s; border-radius: 10px;}
.details .detail_right>.bottom>a>i{ font-size: 20px; display: inline-block; padding-right: 10px;}
.details .detail_right>.bottom>a:hover{ background: #ff7803; color: #fff;}
@media (min-width:992px){
.details>.txtlist{display: flex;}
.details .detail_right>.imglist .item:nth-child(6n){ margin-right: 0}
.details .detail_right>.imglist .item:nth-child(6n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.details{ padding-top: 50px;}
.details>.txtlist .container{ padding: 10px;}
.details .detail_left{ width: auto; float: none; overflow: hidden;}
.details .detail_right{ width: auto; float: none; overflow: hidden; margin: 0; margin-top: 20px;}
.details .detail_right>h1{ font-size: 24px;}
.details .detail_right>.txt{ min-height: inherit;}
}


.details .xgeffect{ overflow: hidden; margin-top: 30px;}
.details .xgeffect .detailtop{ overflow: hidden; border-bottom: 1px solid #dbdbdb;}
.details .xgeffect .detailtop h2{ display: inline-block; padding: 15px 20px;; text-transform: capitalize; cursor: pointer; font-size: 16px; text-align: center; margin-bottom: -1px; box-sizing: border-box; background: #ff7803; color: #fff; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.details .xgeffect .detalist{ overflow: hidden; margin-top: 30px;font-size: 16px;}
.details .xgeffect .detalist h5 {font-size: 24px;color: #FF9900;margin-bottom:10px;font-weight: bold;}
.details .xgeffect .detalist h6 {color: #337FE5;font-size:18px;margin-bottom:5px;font-weight: bold;}
.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td{ padding: 7px 15px;}
/*.details .xgeffect .detalist table tr td{ padding: 7px 15px; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child{ background: #ff7803!important; color: #fff;}
.details .xgeffect .detalist table tr:nth-child(2n){ background: #F2F2F2!important; color: #333!important;}
.details .xgeffect .detalist table tr:nth-child(n+3){ background: #686868; color: #fff;}*/



@media (min-width:1px) and (max-width:991px) {
.details .xgeffect{ margin-top: 20px;}
.details .xgeffect .detailtop strong{ width: auto; font-size: 14px; padding: 7px 10px; text-transform: capitalize;}
}

.relatedProducts{ margin-top: 0.4rem;}
.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 45px)/4); float: left; margin-right: 15px;}
.relatedProducts .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.relatedProducts .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.relatedProducts .ipto .iptz{ overflow: hidden; text-align: center; margin-top: 0.2rem;}
.relatedProducts .ipto .iptz h3{font-size: 16px;text-transform: capitalize; }
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
@media (min-width:992px)  {
.relatedProducts .ipto:nth-child(4n){ margin-right: 0;}
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px) {

.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 15px)/2); }
.relatedProducts .ipto:nth-child(2n){ margin-right: 0;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}


/*订单*/
.Inquiry{ overflow: hidden; background: url("../images/1_12.jpg") no-repeat center center / cover; padding: 0.6rem 0; position: relative}
.Inquiry:before{ content:""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1}
.Inquiry h2{ font-size: 0.4rem; text-transform: uppercase; margin-bottom: 10px; color: #262626; text-align: center;}
.Inquiry p{overflow: hidden; font-size: 16px; line-height: 1.6em; color: #939393; text-align: center; margin-bottom: 0.3rem;}
.onlineInquiry{ overflow: hidden; z-index: 2; position: relative;  background: #fff; padding: 0.4rem;}
.onlineInquiry .input{ overflow: hidden;  background: none; border: 0; box-sizing: border-box; padding:0  5px; margin-bottom: 25px;}
.onlineInquiry .input label{ display: block; font-size: 15px; line-height: 2;}
.onlineInquiry .input label font{ color: red;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input>input{ width: 100%; background: none; box-sizing: border-box; padding: 15px 12px; border: 1px solid #d8d8d8;}
.onlineInquiry .input>textarea{ width: 100%; background: none; outline: none; padding:15px 12px; box-sizing: border-box; resize: none; border: 1px solid #d8d8d8;  }
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0;  padding: 5px 45px; position: relative; font-size: 17px; display: inline-block; transition: all 0.35s; z-index: 1; cursor: pointer; color: #fff; outline: none;overflow: hidden; background: #ff7803; border-radius: 10px; line-height: 34px;}
.onlineInquiry .button>button:hover{ background: linear-gradient(to right,#9e7fff,#fa7f36);}
@media (min-width:992px)  {
.onlineInquiry{ width: 900px; margin: 0 auto; background: #fff; padding: 0.4rem; box-sizing: border-box; border-radius: 15px;}
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); margin-right: 30px;}
.onlineInquiry .input.fl{  float: left;}
.onlineInquiry .input.fr{  float: right;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

@media (min-width:1px) and (max-width:991px) {
.Inquiry{ padding: 20px 0;}
.Inquiry h2{ font-size: 18px; margin-bottom: 10px;}
.Inquiry p{ font-size: 12px; line-height: 1.6}
.onlineInquiry{}
.onlineInquiry .input{ margin-bottom: 0.15rem;}
.onlineInquiry .input>label{ font-size: 14px; padding-right: 5px; display: flex;}
.onlineInquiry .input>input{ width: 100%;}
.onlineInquiry .input>textarea{ width: 100%}
.onlineInquiry .input p{ font-size: 12px; line-height: 18px;}
.onlineInquiry .button>button{ }
}



/*新闻中心*/
.newlbt{ overflow: hidden; background: #faefe6; border: 1px solid #ffcaa3; box-sizing: border-box; border-radius: 10px; padding: 0.45rem 0.3rem; margin-bottom: 30px;}
.newlbt h2{ font-family: "Livvic-SemiBold"; font-size: 28px; color: #1b2325; margin-bottom: 20px;}
.newlbt ul{}
.newlbt ul li{ margin-bottom: 15px; font-size: 20px; position: relative;}
.newlbt ul li>a{ display: flex; align-items: center; justify-content: space-between; padding: 15px 20px; background: #fefaf8; border: 1px solid #ffcaa3; border-radius: 10px}
.newlbt ul li>a i{ display: inline-block; color: #ff7900;}
.newlbt ul li:last-child{ margin-bottom: 0;}

.newlbt .list{ overflow: hidden;}
.newlbt .list .item{ overflow: hidden; margin-bottom: 30px;}
.newlbt .list .item>a{ display: flex;}
.newlbt .list .item .img{ width: 84px; position: relative;}
.newlbt .list .item .img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.newlbt .list .item .test{ flex: 1; margin-left: 20px;}
.newlbt .list .item .test h3{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-size: 18px; line-height: 1.3; color: #3c352b;}
.newlbt .list .item .test p{ display: flex; align-items: center; font-size: 12px; color: #848484; margin-top: 10px;}
.newlbt .list .item .test p:before{ content: ""; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #ff7900; margin-right: 10px;}
.newlbt .list .item:last-child{ margin-bottom: 0;}
@media (min-width:992px)  {
}
@media (min-width:1px) and (max-width:991px) {
.hidden-xs{ display: none!important;}
.newlbt{ padding: 15px;}
.newlbt ul{ display: none!important;}
}

.newsbody{ overflow: hidden; margin-top: 1rem;}

@media (min-width:992px)  {
.newsbody .left_nav{ width: 400px; float: right;}
.newsbody .right_detail{ float: left; width: calc(100% - 440px);}
}
@media (min-width:1px) and (max-width:991px) {
.newsbody{ margin-top: 30px;}

}

.news{ padding: 0 0 30px 0;}
.news .ipto{ overflow: hidden; width: calc((100% - 35px)/2); float: left; margin-right: 35px; background: #fff; box-sizing: border-box; border: 1px solid #ffddc4; border-radius: 12px; margin-bottom: 40px;}
.news .ipto .ipti{ overflow: hidden; box-sizing: border-box;}
.news .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.news .ipto .iptz{ overflow: hidden; padding: 0.35rem;}
.news .ipto .iptz h3{ font-family: "Livvic-SemiBold"; font-size: 24px; line-height: 1.5;height:72px;}
.news .ipto .iptz p{ font-size: 16px; color: #848484; line-height: 1.5; margin-top: 20px;}
.news .ipto .time{ overflow: hidden; padding: 0.2rem 0.35rem; border-top: 1px solid #ffddc4; display: flex; justify-content: space-between; font-size: 14px; color: #848484;}
.news .ipto .time time i{ margin-right: 0.1rem;}
.news .ipto .time span{  color: #ff7900}
@media (min-width:992px)  {
.news .ipto:nth-child(2n){ margin-right: 0;}
.news .ipto:nth-child(2n+1){ clear: both;}
.news .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px) {
.news{ }
.news .ipto{ overflow: hidden; width: calc((100% - 15px)/2); margin-right: 15px; margin-bottom: 20px;}
.news .ipto .iptz{ padding: 10px;}
.news .ipto .iptz h3{ font-size: 14px;}
.news .ipto .iptz p{ font-size: 12px; margin-top: 10px;}
.news .ipto .time{ display: none;}
.news .ipto:nth-child(2n){ margin-right: 0;}
.news .ipto:nth-child(2n+1){ clear: both;}
}

/* 新闻详情*/
.detail{ padding: 0.4rem; background: #fff;}
.detail .title{ overflow: hidden; }
.detail .title h1{ font-size: 40px; color: #1b2325; font-family: "Livvic-SemiBold"; line-height: 1.2; margin-bottom: 0.2rem;}
.detail .title .p{ overflow: hidden;}
.detail .title .p .share{ display: inline-flex;}
.detail .title .p .share a{ display: inline-block; font-size: 14px; color: #ff7900; margin-right: 0.2rem;}
.detail .title .p span{ display: inline-flex; font-size: 16px; color: #848484; margin: 0 0.3rem 0 0.2rem; align-items: center;}
.detail .title .p span:before{ content: ""; display: inline-block; width: 4px; height: 4px; border-radius: 50%; background: #ff7900; margin-right: 10px;}
.detail .context{ padding: 30px 0; overflow: hidden; font-size: 16px; line-height: 1.5;}
.detail .page{ overflow: hidden; }
.detail .page .item{ overflow: hidden; border: 1px solid #ff7900; border-radius: 15px; box-sizing: border-box;}
.detail .page .item>a{ display: flex; padding: 0.25rem;}
.detail .page .item .img{ width: 80px; margin: 0; position: relative;}
.detail .page .item .img img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.detail .page .item .txt{ width:200px; margin: 0; margin-left: 0.35rem;}
.detail .page .item .txt h3{ color: #3c352b; font-size: 18px; line-height: 2;}
.detail .page .item .txt p{ font-size: 16px; line-height: 2; display: inline-flex; align-items: center;}
.detail .page .item .txt p i{ margin-right: 10px; color: #ff7900;}
.detail .page .item:nth-child(1)>a{ flex-direction: row-reverse;}
.detail .page .item:nth-child(1) .txt{ margin: 0; margin-left: 0; margin-right: 0.35rem;}
@media (min-width:992px)  {
.detail{ }
.detail .page {}
.detail .page .item{ margin: 0; width: calc(50% - 0.3rem);}
.detail .page .item.fl{ float: left;}
.detail .page .item.fr{ float: right;}
.detail .page .item:nth-child(1){ margin-right: 0.3rem;}
.detail .page .item:nth-child(2){ margin-left: 0.3rem;}
}
@media (min-width:1px) and (max-width:991px) {
.detail { padding: 15px;}
.detail .title h1{ font-size: 24px; margin-bottom: 20px;}
.detail .title .p .share{ display: block; margin-bottom: 10px;}
.detail .title .p span{ display: block; font-size: 12px; margin-bottom: 10px;}
.detail .context{ padding: 20px 0; font-size: 14px;}
.detail .page .item{ margin-bottom: 15px;}
.detail .page .item .txt h3{ font-size: 14px; }
.detail .page .item .txt p{ font-size: 12px;}
}

/*销售网络*/
.network{ overflow: hidden; }
@media (min-width:1px) and (max-width:991px) {
.network{ padding: 15px;}
}

/*服务中心*/
.servicelist{ overflow: hidden; padding:1rem 0 40px 0; }
.servicelist h2{ text-align: center; font-family: "Livvic-Bold"; font-size: 0.34rem; color: #1e1e1e; line-height: 1.1}
.servicelist .list{ overflow: hidden; margin-top: 30px; display: flex; flex-wrap: wrap;}
.servicelist .list .item{ overflow: hidden; position: relative;}
.servicelist .list .item img{ width: 100%;}
.servicelist .list .item:before{ content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 0; width: 0; z-index: 1; overflow: hidden; background: rgba(0,0,0,0.4); transition: all 0.35s;}
.servicelist .list .item>h3{ position: absolute; left: 15px; right: 15px; top: 50%; transform: translateY(-50%); text-align: center; font-size: 14px; color: #fff; transition: all 0.35s; z-index: 2; opacity: 0;}
//.servicelist .list .item:nth-child(7){ background: #c80d1b; position: relative;}
//.servicelist .list .item:nth-child(7)>img{ position: relative; z-index: -1;}
//.servicelist .list .item:nth-child(7)>.txt{ position: absolute; left: 15px; top: 15px; right: 15px; bottom: 15px; color: #fff;}
//.servicelist .list .item:nth-child(7)>.txt>h3{ font-size: 24px; font-weight: bold; margin-top: 40px; margin-bottom: 40px;}
//.servicelist .list .item:nth-child(7)>.txt>p{ font-size: 14px; line-height: 1.6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
@media (min-width:992px){
.servicelist .list{ }
.servicelist .list .item{ width: 25%;}
//.servicelist .list .item:nth-child(7):hover:before{display: none;}
.servicelist .list .item:hover:before{ width: 100%; height: 100%;}
.servicelist .list .item:hover>h3{  opacity: 1;}
}
@media (min-width:992px) and  (max-width:1229px){
.servicelist .list .item:nth-child(7)>.txt>h3{ margin-bottom: 20px; margin-top: 20px;}
}
@media (min-width:1px) and  (max-width:991px){
.servicelist{ padding: 20px 0;}
.servicelist .list .item{ width: 50%;}
.servicelist .list .item:nth-child(7)>.txt>h3{ margin-bottom: 10px; margin-top: 0px; font-size: 16px;}
.servicelist .list .item:nth-child(7)>.txt>p{ font-size: 12px;}
}

/*常见问题*/
.faqlist{ background: #fbfbfb; padding: 40px 0;}
.faqlist>div>h2{ font-family: "Livvic-Bold"; font-weight: bold; font-size: 0.34rem; text-align: center; margin-bottom: 30px; color: #1f1a17;}
.faqlist .item{ overflow: hidden; background: #fff; margin-bottom: 15px; transition: all 0.35s;}
.faqlist .item>h2{  background: #FAEFE6; border: 1px solid #ffcaa3; box-sizing: border-box; border-radius: 5px; position: relative; padding: 15px 40px 15px 80px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; overflow: hidden;  transition: all 0.35s;}
.faqlist .item>h2>span{ display: block; font-weight: 500; font-size: 16px; color: #232323; line-height: 32px;  transition: all 0.35s;}
.faqlist .item>h2>em{position:absolute;top:15px;left:20px; z-index:111;display:flex;margin-top:0;width:30px;height:36px;border-radius:4px;background-color:#ff7803;box-shadow:inset 0 0 0 0 transparent;color:#fff;content:counters(section, ".") " ";counter-increment:section;text-align:center;font-size:16px;line-height:29px;align-items:center;justify-content:center;-webkit-clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); font-style: normal;  transition: all 0.35s;}
.faqlist .item>h2>.faqiconfont{ position: absolute; right: 13px; top: 13px; display: inline-block; font-size: 25px; color: #ff7803;  transition: all 0.35s;}
.faqlist .item>h2>.faqiconfont:before{ content: "+";}
.faqlist .item>.txt{ overflow: hidden; padding: 0 45px; height: 0; transition: all 0.35s; font-size: 16px; line-height: 1.4; color: #3b3b3b;}
.faqlist .item.active{ box-shadow: 0 0 15px #d5d5d5; border-radius: 10px;}
.faqlist .item.active>h2{ border-radius: 0; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.faqlist .item.active>h2>.faqiconfont:before{ content: "-"}
.faqlist .item.active>.txt{ height: auto; padding: 20px 45px; border: 1px solid #ffcaa3; border-top: 0;}
@media (min-width:992px) {
.faqlist .item:hover h2{ border-color: #ff7803;}
.faqlist .list{ width: 80%; margin: 0 auto;}
}
@media (min-width:1px) and (max-width:991px) {
.faqlist{ padding: 0 0 20px 0;}
.faqlist .item>h2{ padding: 15px 40px 15px 80px; font-size: 14px;}
.faqlist .item>.txt{ font-size: 14px;}
.faqlist .item.active>.txt{ padding: 10px;}
}

/*视频中心*/
.videolist{  overflow: hidden; padding-bottom: 0.6rem;}
.videolist .ipto{ width: calc((100% - 40px)/3); float: left; margin-right: 20px; margin-bottom: 20px; cursor: pointer; box-sizing: border-box; border: 1px solid #f5f5f5;}
.videolist .ipto .ipti{ overflow: hidden; border-bottom: 1px solid #d5d5d5; position: relative;}
.videolist .ipto .ipti:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgb(2 146 154 / 0.6); z-index: 2}
.videolist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.videolist .ipto .ipti a{ position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); z-index: 3;}
.videolist .ipto .ipti a:before{ content: ""; position: absolute; left: 5px; right: 5px; bottom: 5px; top: 5px; border-radius: 50%; border: 1px solid #fff;  animation: opac 5s infinite; z-index: 2}
.videolist .ipto .ipti a:after{ content: ""; position: absolute; left: 10px; right: 10px; bottom: 10px; top: 10px; border-radius: 50%; border: 1px solid #fff;  animation: opac 4s infinite;}
.videolist .ipto .ipti a span{  display: inline-flex; padding: 30px; position: relative;}
.videolist .ipto .ipti a span:before{ content: ""; position: absolute; left: 15px; right: 15px; bottom: 15px; top: 15px; border-radius: 50%; border: 1px solid #fff;  animation: opac 3s infinite;}
.videolist .ipto .ipti a span:after{ content: ""; position: absolute; left: 20px; right: 20px; bottom: 20px; top: 20px; border-radius: 50%; border: 1px solid #fff;  animation: opac 2s infinite;}
.videolist .ipto .ipti a span i{ color: #fff; font-size: 40px;}
.videolist .ipto .iptz{ padding: 10px;}
.videolist .ipto .iptz h3{ text-align: center; font-size: 16px;}
.videolist .ipto .iptz .txt{ display: none;}
@media (min-width:992px)  {
.videolist .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:992px) and (max-width:1229px) {
.newslist .ipto{ overflow: hidden; width: calc((100% - 20px)/2);}
.newslist .ipto:nth-child(2n){ margin-right: 0}
.newslist .ipto:nth-child(2n+1){ clear: both;}
}
@media (min-width:1230px)  {
.videolist .ipto{ width: calc((100% - 40px)/3);}
.videolist .ipto:nth-child(3n){ margin-right: 0;}
.videolist .ipto:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.videolist{ padding-bottom: 30px;}
.videolist .ipto{ width: calc((100% - 2vw)/2); margin-right: 2vw; margin-bottom: 2vw;}
.videolist .ipto .iptz{ padding: 5px;}
.videolist .ipto .iptz h3{ font-size: 14px;}
.videolist .ipto:nth-child(2n){ margin-right: 0;}
.videolist .ipto:nth-child(2n+1){ clear: both;}
}

/*合作客户*/
.partnerlist{ overflow: hidden;}
.partnerlist li{ width: calc((100% - 40px)/3); float: left; margin-right: 20px; margin-bottom: 20px; border-bottom: 1px dashed #33619b; padding-bottom: 10px; font-size: 16px; transition: all 0.35s; box-sizing: border-box; cursor: pointer;}
@media (min-width:992px)  {
.partnerlist li:hover{ padding-left: 5px;}
.partnerlist li:nth-child(3n){ margin-right: 0;}
.partnerlist li:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.partnerlist{ padding: 15px;}
.partnerlist li{ width: calc((100%)/1); margin-right: 0vw; margin-bottom: 2vw; padding-bottom: 1vw; font-size: 14px;}
.partnerlist li:nth-child(2n){ margin-right: 0;}
.partnerlist li:nth-child(2n+1){ clear: both;}
}

/*联系我们*/
.contactusinfo{ overflow: hidden; padding: 0.6rem 0; position: relative; border-bottom: 1px solid #d5d5d5;}
.contactusinfo .container{ background: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); padding: 0.5rem; box-sizing: border-box;}
.contactusinfo .lxfs{ overflow: hidden; padding: 0.25rem; box-sizing: border-box; border-radius: 5px; background: url("../images/lxwm.jpg") no-repeat center center / cover;}
.contactusinfo .lxfs>h2{ font-weight: 600; color: #fff; font-size: 28px; line-height: 1; margin-bottom: 35px;}
.contactusinfo .lxfs>p{ font-size: 15px; line-height: 1.5; color: #fff;}
.contactusinfo .lxfs .tel{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;}
.contactusinfo .lxfs .tel i{ font-size: 0.26rem; color: #ff7803;}
.contactusinfo .lxfs .tel p{ flex: 1; margin-left: 0.2rem; }
.contactusinfo .lxfs .tel p span{ display: block; color: #fff; font-size: 15px; font-weight: 400;}
.contactusinfo .lxfs .tel p span>a{ display: block; color: #fff;}
.contactusinfo .lxfs .tel p span:first-child{ font-weight: 600; font-size: 20px; margin-bottom: 10px;}
@media (min-width:992px) {
.contactusinfo .container{ display: flex; justify-content: space-between;}
.contactusinfo .lxfs{ width: 33%; }
.contactusinfo .leave{ flex: 1;}
.contactusinfo{ z-index: 9; margin-top: -2.2rem;}
}
@media (min-width:1px) and (max-width:991px){
.contactusinfo{ padding: 30px 0;}

}

/*留言*/
.leave{ overflow: hidden; padding:20px 20px 20px 45px; box-sizing: border-box;}
.leave>h2{ font-weight: 600; font-size: 28px; color: #ff7803; margin-bottom: 10px;}
.leave>p{ font-size: 15px; font-weight: 400; margin-bottom: 0.3rem;}
.leave .input{ overflow: hidden; display: flex; align-items: center; margin-bottom: 20px;box-sizing: border-box;  border-bottom: 1px solid #ebebeb; position: relative;}
.leave .input>input{ width: 100%; border-radius: 5px; font-size: 14px; height: 54px; padding: 6px 20px; box-sizing: border-box;border: 1px solid rgba(255,120,3,0.1); background: rgba(255,120,3,0.1);}
.leave .input.textarea{ align-items: flex-start;}
.leave .input>textarea{ width: 100%; background: rgba(255,120,3,0.1); border-radius: 5px; font-size: 14px; outline: none; resize: none; border: 1px solid rgba(255,120,3,0.1); padding: 6px 0 0 20px; height: 1.32rem;}
.leave .button{ overflow: hidden; clear: both; padding-top: 20px; }
.leave .button>button{ padding: 0.18rem 0.45rem; color: #fff; font-size: 18px; border: 0; position: relative; background: none; overflow: hidden; cursor: pointer; outline: none; display: inline-flex; align-items: center; z-index: 1}
.leave .button>button i{ font-size: 0.3rem; margin-left: 0.3rem;}
.leave .button>button:before{ content: ""; position: absolute; left: 0px; width: 100%; top: 0px; bottom: 0px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; background: #ff7803;  z-index: -2;}
.leave .button>button:after{ content: ""; position: absolute; left: 0px; width: 0%; top: 0px; bottom: 0px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; background: linear-gradient(to right,#9e7fff,#fa7f36);  z-index: -1;}
.leave .button>button:hover:after{ width: 100%;}
@media (min-width:992px) {
.leave .input.two{ width: calc((100% - 15px)/2); float: left; margin-right: 15px;}
.leave .input.end{ margin-right: 0px}
}
@media (min-width:1px) and (max-width:991px) {
.leave{ padding: 30px 0;}
.leave>h2{ font-size: 18px; margin-bottom: 15px; letter-spacing: 0; padding: 0;}
.leave>p{ font-size: 14px; margin-bottom: 10px; padding-bottom: 20px;}
.leave>p>span{ padding-bottom: 20px;}
.leave .button{ width: auto; }
}

.mapslist{ overflow: hidden;}
@media (min-width:1px) and (max-width:991px) {

}

/*案例中心*/
.caseslist{  margin-bottom: .8rem;  padding: 0 0 0.45rem 0;}
.caseslist .ipto{ overflow: hidden; margin-bottom: 30px;}
.caseslist .ipto .ipti{ overflow: hidden;}
.caseslist .ipto .ipti img{ width: 100%;}
.caseslist .ipto .iptz{ overflow: hidden; box-sizing: border-box; background: #f4f7ff; padding: 0.6rem 0.35rem;}
.caseslist .ipto .iptz h3{ font-size: 0.25rem; font-weight: bold; margin-bottom: 0.25rem;}
.caseslist .ipto .iptz h4{ font-size: 0.16rem; color: #b3b3b3;}
.caseslist .ipto .iptz p{ font-size: 0.16rem; line-height: 2; margin-top: 0.15rem;}
@media (min-width:992px) { 
.caseslist .ipto a{ display: flex; justify-content: space-between; }
.caseslist .ipto .ipti{ margin: 0; flex: 1; margin-right: 0.1rem;}
.caseslist .ipto .iptz{ margin: 0; width: 3.45rem;}
.caseslist .ipto:nth-child(2n) a{ flex-direction: row-reverse;}
.caseslist .ipto:nth-child(2n) .ipti{ margin-left: 0.1rem; margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px) {
.caseslist{ padding: 5vw 0;}
.caseslist .ipto .iptz{ padding: 15px;}
}

/*网站地图*/
.sitemapslist{overflow: hidden; padding: 60px 0;}
.sitemapslist>ul>li{ overflow: hidden; border-bottom: 1px solid #f5f5f5; margin-bottom: 10px;}
.sitemapslist>ul>li>a{ display: block; font-size: 18px;}
.sitemapslist>ul>li>ul{ padding-left: 5%; margin-top: 10px;}
.sitemapslist>ul>li>ul>li{}
.sitemapslist>ul>li>ul>li{ font-size: 14px; overflow: hidden;}
.sitemapslist>ul>li>ul>li>a{ display: block;}
@media (min-width:992px){
.sitemapslist>ul>li>ul>li{ font-size: 14px; width: calc((100% - 40px)/3); float: left; margin-right: 20px; margin-bottom: 20px;}
.sitemapslist>ul>li>ul>li:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px) {
.sitemapslist{ padding: 3vw 0;}
}

/*电子画册*/
.album{ overflow: hidden; padding: .6rem 5.1vw .6rem 4.2vw; background: #fff; margin-bottom: 0.8rem; border-bottom-left-radius: 40px; border-bottom-right-radius: 40px;}
.album>h1{ font-size: 0.4rem; text-align: center; margin-bottom: 0.35rem;}
.album>p{ font-size: 0.16rem; line-height: 2; text-align: justify;}
.album>.list{ overflow: hidden; margin-top: 0.4rem;}
.album>.list .ipto{ width: calc((100% - 0.9rem)/4); float: left; margin-right: 0.3rem;margin-bottom: 0.3rem;}
.album>.list .ipto .ipti{ overflow: hidden; position: relative;}
.album>.list .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.album>.list .ipto .iptz{ overflow: hidden; text-align: center; padding: 0.2rem;}
.album>.list .ipto .iptz h3{ font-family: "Microsoft YaHei"; font-size: 0.16rem; }

@media (min-width:992px){
.album>.list .ipto:nth-child(3n){ margin-right: 0;}
.album>.list .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px) {
.album>h1{ font-size: 24px;  margin-bottom: 0.15rem;}
.album>.list .ipto{ width: calc((100% - 0.3rem)/2);}
.album>.list .ipto:nth-child(2n){ margin-right: 0;}
}

/*分页*/
.pagelist{text-align: center;font-size: 0;margin-top:.3rem;float:left;width:100%;}
.pagelist a{font-size:12px;color: #333;transition: all .3s ease-in-out;width:30px;height:30px;background:none;display: inline-flex;margin: 0 3px; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid #ff7900;}
.pagelist .next{width: 1.1rem;}
.pagelist a.on{background: #ff7900; color: #fff;}
.pagelist a:hover{background: #ff7900; color: #fff;}
.header-lang{position:relative;z-index:200;}
.header-lang .box{height:34px;width:88px;cursor:pointer;box-sizing:border-box;border:1px solid rgba(255,255,255,0.75);}
.header-lang .box img{float:left;margin:7px 0 0 7px;}
.header-lang .box em{float:left;margin:7px 5px 0 7px;line-height:18px;font-size:13px;color:rgba(255,255,255,0.75);}
.header-lang .box i{float:left;margin:7px 0 0 0;width:15px;line-height:18px;font-size:14px;text-align:center;color:rgba(255,255,255,0.75);}
.header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:44px;z-index:200;background:#fff;transform:translate3d(0,10px,0);-webkit-transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;border-radius:8px;box-shadow: 0 0 10px rgba(63,62,62,0.2);}
.header-lang  .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.header-lang  ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.header-lang  ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.header-lang  ul li:last-child{border:none;}
.header-lang  ul li a{color:#333;font-size:12px;display:block;}
.header-lang  ul li a:hover{color:#015198;}
.header-lang  ul li img{vertical-align:middle;margin-right:7px;}
.header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);}
                            

                            
                            
/*blog*/
.blog-list {margin-top: 1rem;}
.blog-list ul.list {display: flex;flex-wrap: wrap;gap: 30px;}
.blog-list ul.list li {width: calc(33.3333% - 20px);border: 1px solid #ffddc4;border-radius: 12px;background: #fff;box-sizing: border-box;margin: 0px;overflow: hidden;}
.blog-list .box img{width:100%;}
.blog-list .t {overflow: hidden;padding: 0.35rem;border-bottom: 1px solid #ffddc4;}
.blog-list .t h5 {font-family: "Livvic-SemiBold";font-size: 24px;line-height: 1.5;height: 72px;color: #342c2a;}
.blog-list .t p {font-size: 16px;color: #848484;line-height: 1.5;margin-top: 20px;}

.blog-list .time {overflow: hidden;padding: 0.2rem 0.35rem;font-size: 14px;color: #848484;display: flex;justify-content: space-between;}
.blog-list .time i{margin-right: 0.1rem;}
.blog-list .time a {color: #ff7900;}

/*----page----*/
.blog-list #pagesize{margin:50px 0 0;text-align:center;}
.blog-list #pagesize ul{font-size:0;}
.blog-list #pagesize ul li{display:inline-block;vertical-align:top;}
.blog-list #pagesize ul li a{line-height:16px;padding:8px 13px;margin:0 2px;display:inline-block;border:1px solid #bebebe;background:#fff;font-size:15px;}
.blog-list #pagesize ul li a:hover{background:#ff7900;border:1px solid #ff7900;box-shadow: 0 1px 0 0 #fff;color: #fff !important;}
.blog-list #pagesize ul li span{line-height:16px;padding:8px 13px;margin:0 2px;display:inline-block;font-size:14px;}
.blog-list #pagesize ul li a.active{border:#ff7900 1px solid;background:#ff7900;color:#fff;}
.blog-list #pagesize ul li a.disabled{color:#fff;border:1px solid #CECECE;background:#CECECE;}

@media screen and (max-width:768px) {
.blog-list #pagesize{margin:25px 0 0;}
.blog-list #pagesize ul li a{padding:6px 10px;font-size:13px;}
.blog-list #pagesize ul li span{padding:6px 10px;font-size:13px;}

}


@media (min-width: 1px) and (max-width: 991px) {
.blog-list{margin-top: 30px;}
.blog-list .t {padding: 10px;}  
.blog-list .t h5 {font-size: 14px;}
.blog-list .t p {font-size: 12px;margin-top: 10px;}
.blog-list .time {display: none;}  

}
                    
@media (max-width: 1024px) {
.blog-list ul li {width: calc(50% - 15px);
}