@charset "utf-8";
:root {
  --bg: #f5f5f5;
  --text: #222;
  --header: #333;
  --header-text: #fff;
  --menu-bg: #222;
  --menu-text: #fff;
  --menu-botton: #fc6b00;
  --hover: #444;
  --accent: #4cafef;
  --box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --orange: #fc6b00;;
}
*{
	padding: 0;
    margin: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;}
a{text-decoration:none;outline:0;-webkit-transition: all .5s;-moz-transition: all .5s;transition: all .5s;}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
/* 基础 */
input,textarea{-webkit-user-select:text}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
    margin: 0px;
}

input,button,ul,ol {
    margin: 0px;
    padding: 0px;
}

body,input,button,form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}

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

input {
    background: none;
    border: 0 none;
}

img,iframe {
    border: 0px;
}

em,i {
    font-style: normal;
}

button,input,select,textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
 @keyframes toUp {
 0% {
 transform: translateY(50px);
 -webkit-transform: translateY(50px);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 -webkit-transform: translateY(0);
 opacity: 1;
}
}
.clear:after {
    content: '';
    display: table;
    clear: both;
}
.red {
    color: #e74037;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.hide {
    display: none !important;
}

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

.icon {
    vertical-align: middle;
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
}

.in_icon {
    vertical-align: middle;
    background: url(../images/ind_icon.png) no-repeat;
    display: inline-block;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #fc6b00;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #cccccc;
}
.container{
	max-width:1350px;
	margin: 0 auto;
}
.clearfix {
	clear: both;
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.relative {
    position: relative;
}

/*顶部*/
.header {
	position: relative;
	z-index: 999;
}
.head-top {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	color:#fff;
}
.head-top div, .head-top span {
	font-size: 12px;
}
.bg15 {
	background: #151515;
}
.hotLine .span1 {
	color: #ccc;
	position: relative;
	padding-left: 20px;
}
.hotLine .span1:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: 0;
	width: 15px;
	height: 15px;
	background: url("/images/top-phone.png");
}

.hotLine .span2 {
	color: #fff;
	font-weight: bold;
}


.head-mid {
	height: 100px;
}
.head-con {
	width: 100%;
	background: #fff;
	height: 100px;
	
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}
.header.active .head-con {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 4px #ddd;
	height: 80px;
}
.header.active .nav-yi, .header.active .language {
	line-height: 80px;
}
.header.active .logo {
	top: 5px;
}
.logo {
	position: absolute;
	top: 15px;
	left: 0;
}
.logo img {
	vertical-align: bottom;
	height:60px;
}

.menu-btn{
	display:none;
}
.menu-box li {
	float: left;
	margin-left: 60px;
	position: relative;
}
.menu-box li:first-child {
	margin-left: 0;
}
.nav-yi {
	display: inline-block;
	font-size: 16px;
	line-height: 100px;
	color: #555555;
	position: relative;
}

.nav-yi:after {
	content: '';
	position: absolute;
	width: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 0;
	transition: width 0.5s ease;
}
.menu-box li.active .nav-yi:after,.menu-box li:hover .nav-yi:after {
	width: 100%;
	border-top: 3px solid #f08200;
}
.menu-box li.active .nav-yi {
	color: #f08200;
}
.splide {
	width: 100%;
}

.splide__slide img {
	max-width: 100%;
	max-height: 100%;
}


/*footer*/
.footer{
	width:100%;
	background: url(../images/foot_bg.jpg) center no-repeat;
    padding: 95px 0 0px;
	margin-bottom:
    background-size: 100% 100%;
}
.footer-hd {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px;
}
.footer-left {
    width: 350px;
    padding: 0 10px 5px;
    display: flex;
    flex-direction: column;
}
.footer-left .t1 {
    color: #fff;
    font-size: 16px;
    padding: 10px 0;
}
.footer-left .t2 {
    color: #fc6b00;
    font-size: 36px;
    font-family: Impact;
    line-height: 1;
}
.footer-left .t3  {
	padding-top:30px;
    color: #fefdfd;
    opacity: 0.5;
    line-height: 28px;
}
.footer-mid {
    width: calc(100% - 700px);
    border-right: dashed 1px #403e46;
    border-left: dashed 1px #403e46;
    padding: 0px 40px 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-mid li {
	padding: 0 15px;
}
.footer-mid li .t1 {
    color: #fefdfd;
}
.footer-mid li ul {
    margin-top: 15px;
}
.footer-mid li ul a {
    color: #fefdfd;
    margin-bottom: 10px;
    display: block;
    opacity: 0.5;
    transition: all .5s;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.footer-right {
    width: 220px;
    padding: 0 40px;
}
.footer-right .hd {
    width: 100%;
}
.footer-right .hd .lt {
    width: 136px;
}
.footer-right .hd p{
    color:#b4b4b5;
}
.footer-right .bd {
    padding: 30px 0 5px;
}
.copyright{
    border-top: 1px solid #403e46;
    padding: 20px 0;
    overflow: hidden;
	color:#b4b4b5;
	opacity: 0.5;
}
.copyright a{
	color:#b4b4b5;
}
/*浮动客服*/
.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #fc6b00;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(/images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}
.toolbar dd#top{
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.8s ease, visibility 0.8s;
}
.toolbar dd#top.show {
    opacity: 1;
    visibility: visible;
}
.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #fc6b00;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #fc6b00;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #fc6b00;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #fc6b00;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #cb5803;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}
/*手机端底部导航*/
.footer-fix {box-shadow: 0 0 10px rgba(0,0,0,0.2);position: fixed;bottom: 0;left: 0;width: 100%;background-color: #fff;z-index: 10;display: none;}
.footer-fix li {float: left;width: 25%;}
.footer-fix li a {display: block;text-align: center;padding: 7px 0;font-size: 12px;line-height: 1;}
.footer-fix li i {display: block;height: 20px;background: no-repeat center;background-size: contain;margin-bottom: 4px;}
.footer-fix li i.i1 {background-image: url(../images/f_01.png);}
.footer-fix li i.i2 {background-image: url(../images/f_02.png);}
.footer-fix li i.i3 {background-image: url(../images/f_03.png);}
.footer-fix li i.i4 {background-image: url(../images/f_04.png);}

.side-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 260px;
  height: 100%;
  background: var(--menu-bg);
  color: var(--menu-text);
  transition: right 0.4s ease;
  z-index: 1001;
  padding:60px 20px 0 20px;
  overflow: hidden;
}

.side-menu.open {
  right: 0;
}

.side-menu a{
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px dashed #555;
  padding: 15px 20px;
  color: var(--menu-text);
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  opacity: 1;
  animation: slideIn 0.4s forwards;
}

.menu-btn {
	position:absolute;
	top: 20px;
	right: 20px;
    font-size: 35px;
    cursor: pointer;
    background: none;
    border: none;
    color: var(--menu-botton);
}
/* Close button */
.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
  background: none;
  border: none;
  color: var(--menu-text);
}

/* Overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 1000;
}

.overlay.show {
  display: block;
}

/*分页样式*/
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #eee;
  color: #333;
  font-size: 16px;
  padding: 15px 20px;
  margin: 0 2px;
  border: none;
  line-height:100%
}
.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}
.pagination a:hover {
  color: #fff;
  background: #fc6b00;
  border: none;
}
.page-link:hover,
.page-link:hover .page-arrow-right {
    color: #fff !important;
}
.pagination a.page-num-current {
  color: #fff;
  background: #fc6b00;
  border: none;
}
.pagination .st{ font-family:宋体}
/*返回首页*/
#tip{padding-top: 30px;min-height: 640px;}
#tip b{color: #c9974c;}
/*网站地图*/