﻿* {
    font-family: 微软雅黑, 黑体, "Helvetica Neue", Helvetica, "PingFang SC", Tahoma, Arial, sans-serif;
}

textarea{resize:none;}

#product-show .ax-tab-content li#mydownload img {
    width: auto;
}

#product-show .ax-tab-content li#mydownload p {
    font-size: 18px;
    line-height: 3;
    border-bottom:1px dashed #ddd;

}
.flex-between {display: flex;align-items: center;justify-content: space-between;}
.flex-center-y {display: flex;align-items: center;}
.ui-sidebar {
    bottom: 40%;
}

.show-qrcode {
    position: fixed;
    left: 20px;
    top: 50%;
}

.page ul li.active, .page ul li.active a:hover, .page ul li.active a {
    border-color: #ec6c00;
    background: #ec6c00;
    color: #fff;
}

.cf {
    overflow: hidden;
}

.cf:before, .cf:after {
    display: table;
    content: " ";
}

.container {
    width: 1440px;
    margin: 0 auto;
}

.sitemap-item {
    margin-bottom: 1.5rem;
}

.re {
    position: relative;
}

a:hover {
    color: #1890ff;
}

.ui-sidebar ul li a {
    color: #ec6c00;
}

.ui-sidebar ul li a:hover {
    color: #fff;
    background: #ec6c00;
    border-color: #ec6c00;
}

.ui-sidebar li.wx div {
    width: max-content;
    padding: 0;
}

.ui-sidebar ul li.wx div:after {
    top: 20%;
}

.ui-sidebar li.wx div img {
    width: 120px;
}

.ax-table p {
    margin: 0 !important;
}

.ax-table td {
    padding: 10px 5px;
}

.more-link {
    padding: 0 1.2rem;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    position: relative;
    z-index: 1;
    transition: all .5s;
    border: 1px solid #999;
}

.more-link span {
    margin-left: 20px;
    font-size: 18px;
}

.more-link:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    z-index: -1;
}

.more-link:hover:after {
    width: 100%;
    background: #1890ff;
}

.more-link:hover {
    color: #fff;
    border-color: #1890ff;
}

p {
    padding: 0;
}

.path-left {
   
    justify-content: flex-start !important;
}

.path-right {
  
    text-align: right;
}

.path-left a {
    padding: 0;
    font-weight: normal;

}
.classlist a{display: block;
    padding: 0;
    font-size: 18px;
    margin-right: 30px;
    font-weight: normal;}
.classlist a:after{content:""; position:absolute;width:100%; height:1px; width:0px; bottom:-5px; left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);background:#1890ff; overflow:hidden; transition:all .5s;-webkit-transition:all .5s;}
.classlist a.active{ color:#1890ff; position:relative;}
.classlist a.active:after{width:100%;}
.path-left .sep{ margin:0 5px;}

.path-left a.hover {
    color: #ec6c00;

}


.gallery-top #video, .video {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.625%;
    background: #000;
}

.gallery-top #video video, .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.video_content {
    max-width: 750px;
    margin: 0 auto;
}

section {
    background-size: cover !important;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    width: 100% \0;
}

section {
    padding: 90px 0;
}

.ax-form-group div {
    margin-bottom: 5px;
}

.ax-article a:not([class*="ax-btn"]) {
    color: #333;
    text-decoration: none;
    font-weight: normal;
}

.ax-article a:not([class*="ax-btn"]):hover {
    color: #ec6c00;
}

.menu {
    display: flex;
    border-bottom: 1px solid #eaeaea;
    justify-content: space-between;
    align-items: center;
    line-height: 2rem;
}

.menu .menu-name {
    border-bottom: .1rem solid #1890ff;
    margin-bottom: -1px;
    font-size: 20px;
    font-weight: bold;
}

.swiper-slide img {
    object-fit:cover;
}

.ax-card-block .ax-img {
    height: 150px;
}

.picture {
    overflow: hidden;
}

.picture img {
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
    /* Firefox 4 */
    -moz-transition-delay: 0s;
    -moz-transition-duration: 1s;
    -moz-transition-property: all;
    -moz-transition-timing-function: ease;
    /* Safari and Chrome */
    -webkit-transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: ease;
    /* Opera */
    -o-transition-delay: 0s;
    -o-transition-duration: 1s;
    -o-transition-property: all;
    -o-transition-timing-function: ease;
}

.picture:hover img {
    transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05); /* IE 9 */
    -moz-transform: scale(1.05, 1.05); /* Firefox */
    -webkit-transform: scale(1.05, 1.05); /* Safari and Chrome */
    -o-transform: scale(1.05, 1.05); /* Opera */
}

.width {
    width: 100%;
    padding: 0 80px;
    margin: 0 auto;
}

.ps-content {
    position: relative;
    width: 100%;

    overflow: hidden;
}

.cate-banner .ps-content {

}

.cate-banner .path {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    z-index: 9;

    border-bottom: 1px solid #ddd;

}

.cate-banner .path-flex {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
}

.ps-content > img {
    width: 100%;
}

.ps-content .pa-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
}

.ps-content .pa-mask h2 {
    font-size: 1.8rem; line-height:1.4; margin:0px auto; margin-top:20px; padding:0px 5%;
}

.big-title {
    font-size: 42px;
    margin-bottom: 40px;
}

.font-gradient {
    background: linear-gradient(#ec6c00, #3cbdc8);
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-clip: text;
    color: transparent;
}

.ax-breadcrumb li {
    display: inline-block;
}

.cate-banner .flex2 h1 {
    font-size: 2.6rem;
    line-height: 1.6;
    color: #fff;
}

.cate-banner .flex {
    justify-content: center;
}

.cate-banner .flex h1 {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 1;
}

.cate-banner .flex2 .date-info, .cate-banner .flex2 .date-info a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.cate-banner .pa-mask .width {
    position: relative;
    height: 100%;
}


.ax-breadcrumb ul li + li::before {
    content: ">>";
    font-size: 0.6rem;
    font-family: "宋体";
    padding: 0px 0.4rem;
}


/*导航*/
header {
    position: fixed;
    height: 90px;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
	background:#1890ff;
    transition: all .3s;

    /*box-shadow: #ccc 0px 0px 10px;*/
}

header.fix1, header.fix,header:hover {
    background-color: #1890ff;
    color: #fff;
}

header.fix1, header.fix,header:hover {
    box-shadow: 0 0 10px 0 rgb(0 104 183 / 20%);
}
#nav {
    padding: 0 80px;
    /*border-bottom: 1px solid #fff;*/
    /*border-bottom: 1px solid rgba(34, 100, 112, 0.1);*/
}

header .all {
    display: flex;
    justify-content: space-between;
	align-items: stretch;
}
header .all .header-left{display:flex;align-items: center;width:25%; background:#fff; position:relative;}
header .all .header-left .logo{ position:relative; z-index:10;}
header .all .header-left:before {
	width: 10000000px;
	height: 100%;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: #fff;
	z-index:0;
	content: '';
}
header .all .header-left img{ width:90%; height:auto;}
header .logo, footer .foot-logo {
    min-height: 40px;
    height: 3.5vh;
    height: 100px \0;
}
header .all .header_m{ flex:1; display:flex;}
header .header-left > a {
    height: 90px;
    display: flex;
    align-items: center;
}

header .logo {

}

header .logo-text {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff;
}

header.fix1 .logo-text, header.fix .logo-text, header:hover .logo-text, header.fix .logo-text {
    border-color: #000;
}

header .logo-text p.t1 {
    font-size: 16px;
    line-height: 1.25;
}

header .logo-text p.t2 {
    font-size: 16px;
    line-height: 1.25;
}

header .header-right > a {
    float: left;
    display: inline-block;
    margin-right: 30px;
    color: inherit;
}
header .header-right .language { margin-right:20px;}
header .header-right .language a{display: flex;
    align-items: center; font-size:15px;text-transform: uppercase; color:#fff;font-family: 'Oswald', sans-serif;}
header .header-right .language a img{ width:25px; height:25px; border-radius:50%; margin-right:5px;}
header .header-right a.top-tool:hover span {
    opacity: 1;
}

header .menu-handler {
    position: relative;
    z-index: 100;
    width: 35px;
    height: 30px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.3s cubic-bezier(0.445, 0.145, 0.355, 1);
}

header .menu-handler.active {
    background-color: transparent;
}

header .menu-handler .trans {
    -webkit-transition: all 0.6s cubic-bezier(0.245, 0.145, 1.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.445, 1.045, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.445, 0.145, 0.355, 1);
}

header .menu-handler .trans-fast {
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

header .menu-handler .burger {
    position: absolute;
    width: 30px;
    height: 3px;
    z-index: 99;
    left: 0;
    top: 4px;
    display: block;
    margin: 0;
    border-radius: 0;
    background: #fff;
    transform-origin: center;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
}

 header.fix1 .menu-handler .burger, header.fix .menu-handler .burger, header:hover .menu-handler .burger, {
    background: #000;
}

header .menu-handler .burger-2 {
    top: 12px;
}

header .menu-handler .burger-3 {
    top: 20px;
}

header .menu-handler.active .burger, header.fix1 .menu-handler .burger, header:hover .menu-handler .burger {
    background: #fff;
}

header .menu-handler.active .burger-1 {
    left: 0;
    top: 15px;
    width: 35px;
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

header .menu-handler.active .burger-2 {
    filter: alpha(opacity=0);
    opacity: 0;
}

header .menu-handler.active .burger-3 {
    left: 0;
    top: 15px;
    width: 35px;
    -moz-transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

header .header-right .menu-txt {
    line-height: 25px;
    margin-left: 14px;
}

.nav-tog-main {
    background: #fff;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    display: none;

}

.nav-tog-main.active {
    /*-moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;*/
    z-index: 95;
    display: flex;
    align-items: center;
}

.nav-tog-main .item {

}

.nav-tog-main .item .item-list {
   
    width: 100%;
    padding: 0 5%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;

}

.nav-tog-main .item dl {
    text-align: left;
    padding: 0 20px;

}

.nav-tog-main .item .item-list dl:first-child {
 
}

.nav-tog-main .item dl dt {
    font-size: 32px;
    margin-bottom: 12px;
    position: relative;
    display: inline-block;
    color: #333;
}

.nav-tog-main .item dl dd {
    margin-top: 20px;
    font-size: 20px;
    color: #333;
}

.nav-tog-main .item dl dd a {
    font-size: 24px;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.nav-tog-main .item dl dd a:hover {
    border-bottom: 1px solid;
    border-bottom-color: #ec6c00;
    outline: none;
}




.nav-tog-main .coopyright-top {
    font-size: 14px;
    margin-left: 3.333%;
    color: #333;
}

.nav-tog-main .menu-btn-link {
    position: absolute;
    bottom: 0;
    right: 194px;
    border: 1px solid #CFCFCF;
    display: inline-block;
    width: 160px;
}

.nav-tog-main .menu-btn-link .iconfont {
    font-size: 40px;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    top: 0
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex > li {
    margin-bottom: 15px;
}

.flex .ax-breadcrumb li {
    margin-bottom: 0;
}

.list-2 li {
    width: 48%;
}

.list-3 li {
    width: 31.3333%;
}

.list-4 li {
    width: 23%;
}

.list-5 li {
    width: 18%;
}

.list-6 li {
    width: 14.66666%;
}

.list-7 li {
    width: 12.2857%;
}

.list-8 li {
    width: 10.5%;
}

.flex li .ax-title {
    line-height: 50px;
    text-align: center;
    background-color: #f5f5f5;
}

.flex li .ax-title a {
    display: block;
    line-height: inherit;
}

li.empty {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
}

li.empty:before, li.empty:after {
    display: none !important;
}

.flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex3 {
    display: flex;
    align-items: stretch;
}

.flex3 {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

header nav {
    margin-left: 80px;
}


header .hotline {
    padding: 0 20px 0 10px;
    font-size: 17px;
    font-weight: 100;
}

header .wechat {
    height: 80px;
    line-height: 80px;
    padding: 0 30px;
    background-color: #eee;
    text-align: center;
    color: #ec6c00;
    position: relative;
}

header .wechat .ax-iconfont {
    font-size: 24px;
    transition: all .3s;
}

header .wechat .wx-img {
    width: max-content;
    background-color: #fff;
    padding: 0;
    transform: scale(1, 0);
    transition: .5s;
    position: absolute;
    right: 0;
    top: 80px;
}

header .wechat .wx-img img {
    width: 120px;
}

header .wechat:hover .wx-img {
    transform: scale(1);
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {

    align-items: center;
    display: flex;
    height: 90px;
}

.top-tool span {
    color: inherit;
    font-size: 24px;

    opacity: 0.5;
}

.top-tool.active span {
    opacity: 1;
}

.search-box {
    width: 100%;
    height: 90px;
    transform: scale(0);
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
    transition: all .3s;
}

.search-box form {
    display: flex;
    height: 90px;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.header-right .search-box input {
    width: 90%;
    height: 4vh;
    padding: 0 0 0 4vh;
    line-height: 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    position: relative;
    outline: none;
}

.header-right .search-box input:focus, .header-right .search-box input:hover {
    box-shadow: none !important;
    border-color: #ccc !important;
}

.header-right .search-box button {
    width: 4vh;
    height: 4vh;
    background-color: #fff;
    text-align: center;
    padding: 0;
    position: absolute;
    left: 0;
    top: 3vh;
    border: none;
    z-index: 10;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
}

.header-right .search-box span {
    padding: 0;
    float: none;
    color: #333;
    font-size: 20px;
}

.header-right .search-box span#search-close {
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    line-height: 90px;
    right: 0;
    top: 0;
    padding: 0 10px;
}

.search-box.open {
    transform: scale(1);
    opacity: 1;
}

.menuDl dd:last-child .topMenu {
    padding-right: 0;
}

.right-top a {
    color: inherit;
    font-size: 16px;
}

.ax-menu li:hover > a .ax-name, .ax-menu li:hover > a .ax-legend, .ax-menu li:hover > a .ax-arrow {
    color: #ec6c00;
}

.ax-menu > li:before {
    display: none;
}

/* 导航 */

.menuDl {
    display: flex;
	padding-left:30px;
	flex:1; margin-right:20px;
}

.menuDl dd {
    float: left;
    display: inline;
    margin: 0; flex:1;
}

.topMenu {
    z-index: 9;
    height: 90px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.topMenu > a {
    display: block;
    text-align: center;
    font-size: 15px;
    position: relative;
	line-height:90px;
    color: inherit;white-space:nowrap;
}

.topMenu > a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 3px solid #fff;
    transition: 0.2s all linear;
}

.topMenu:hover > a::before {
    width: 100%;
    left: 0;
    transition-delay: 0.1s;
    z-index: -1;
}

.twoMenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
      background-color:rgba(255,255,255,0.9);
    overflow: hidden;
    z-index: 3;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    transition: all .3s;
    opacity: 0;

}

.topMenu:hover .twoMenu {
    height: auto;
    opacity: 1;
}

.twoMenu .menuContent {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuContent blockquote {
    padding: 20px;
    background-color: #f5f5f5;
    border-color: #ec6c00;
}

.menuContent blockquote p {
    font-size: 14px;
    text-align: justify;
}

.twoMenu:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
 
    z-index: -1;
}

.twoMenu .hd {
    width: 60%;
    padding-right: 40px;
}

.twoMenu .bd {
    width: 40%;
 
    border: none;
    color: #333;
}

.twoMenu .bd img {
    max-height: 300px;
}

.twoMenu .bd > div {
    padding: 40px;

}

.twoMenu .hd ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.twoMenu .hd li {
    width: 32%;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 3;
    margin: 0 0 10px 0;
    color: #333;
    border-bottom: solid 1px #ccc;
}

.twoMenu .hd li.on {
    color: #fff;
    background-color: #1890ff;
}

.twoMenu .hd li a {
    color: inherit; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
}

.twoMenu a {
    font-size: 16px;
    transition: 0.3s ease;
}

.twoMenu a:hover {
    color: #ec6c00;
}

.twoMenu .li:hover a {
    color: #ec6c00;
    font-weight: bold;
}

.menuDl dd:hover .twoMenu .li a {
    opacity: 1;
    visibility: visible;
    -webkit-transform: perspective(100px) rotateX(0deg);
    -ms-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);

}

/*头部结束*/
/*底部*/
footer {
    padding: 3% 0 0;
    background-color: rgba(17, 17, 17, 1);
	color:#fff;
}

footer .flex li {
    margin-bottom: 0;
}
footer .flex li.lxfs{ width:30%;}
footer .flex li.lxfs .tit{ font-size:24px;  font-weight: bold;}
footer .flex li.weix { text-align:center; color:#999; font-size:15px;}
footer .flex li.lxfs h3{ color:#999; font-size:15px; font-weight:normal;}
footer .flex li.lxfs h4{ color:#A9A9A9; font-weight:normal; font-size:14px; line-height:2;}
footer .flex li.lxfs .ax-font-bold{font-weight: bold; font-size:26px; color:#1890ff; line-height:1;}
footer a {
    transition: all .3s;
}

footer h3 a {
    display: block;
    margin-bottom: 10px;
	color:#fff; font-size:16px; font-weight:normal;
}

footer .foot-1 h4 {
    font-size: 15px;
}

footer .foot-1 h1 {
    color: #fff;
}

footer .foot-1 p {
    padding: 0;
    margin-bottom: 5px;
}

footer .foot-1 .lxfs h4 {
    font-size: 16px;
	font-weight:normal;
}

footer .list-container a {
    display: block;
    transition: all .3s;
	color: rgba(255, 255, 255, 0.38);
    line-height: 30px;
}
footer .list-container a:hover{ color:#fff;}

footer .foot-1 i.iconfont, footer .foot-1 i.ax-iconfont {
    font-size: 30px;
}

footer h2 {
    font-size: 20px;
    font-family: 'webfont';
    margin: 10px 0 20px;
}

.link {
    padding-top: 20px;
}

.link a {
    padding: 0 20px 0 0;
}

.foot-1 {
    padding-bottom: 30px;
    
}

footer .ax-col-18 li {
    margin-bottom: 0;
}

.foot-content {
    font-size: 14px;
    width: 60%;
    line-height: 1.4;
    text-align: justify;
}

.foot-cotact p {
    padding: 0;
    line-height: 2.5;
    font-size: 15px;
}

.foot-content a {
    color: #999;
}

.foot-text {
    padding: 20px 0;
}

.foot-nav {
    text-align: center;
}

.foot-nav > a {
    display: inline-block;
    margin: 0 10px;
    font-size: 16px;
}

.qrcode {
    margin-bottom: 10px;
    width: 120px;
    height: 120px;
}


.copyright {
    padding: 15px 0;
    background-color: rgba(17, 17, 17, 1);
	 border-top:1px rgba(255, 255, 255, .1) solid;
	  color:#fff;
}

.copyright a {
    color: inherit;
    display: inline-block;
	color:#fff;
}

.copyright .support{ margin-left:5px;}


/*首页*/
.banner{}
.banner .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: rgba(0, 0, 0, .2);
    justify-content: center;
}
.banner .more-link{
    border-color: #fff;
    color: #fff;
    margin-top: 20px;
}
.banner .more-link:hover{
    border-color: #1890ff;
}
.banner .bg img {
	width:100%;
    height: 100%;
}

.banner .bg video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    left: 0;
    top: 0;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
}

.banner .mask p {
    font-size: 22px;

}

.banner .bg a{ display:block; height:100%;}
.banner .mask h1 {
    font-size: 2.5rem;
    line-height: 2;text-shadow: 0px 0px white, 0px 1px #333; letter-spacing:2px;

}

.banner .pa-mask .more-link {
    margin: 0 auto;
}
.banner .swiper-button-white{display: flex;
    align-items: center;
    justify-content: center; background-image:none !important;}
.banner .swiper-button-white .iconfont{color:#fff; font-size:20px;}
.banner .swiper-button-next .iconfont{transform: rotate(
180deg
);
transform: rotateY(
180deg
);}
.banner .swiper-button-next, .banner .swiper-button-prev {
    background-size: 20%;
    width: 65px;
    height: 65px;
      background-color:rgba(255,255,255,0.5);
    right: 30px;
    top: 50%;
transform:translateY(-50%);-webkit-transform:translateY(-50%);
  
}

.banner .swiper-button-prev {
    left: 30px;
}

.banner .swiper-button-prev:hover, .banner .swiper-button-next:hover {
    opacity: 1;
}

.banner .swiper-pagination-bullet {
    background-color: #fff;
}

.banner .swiper-pagination-bullets {
    bottom: 5% !important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #1890ff;
}

.banner .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}

.banner .swiper-slide img {
    webkit-transition: all 20s linear;
    -moz-transition: all 20s linear;
    -o-transition: all 20s linear;
    -ms-transition: all 20s linear;
    transition: all 20s linear;
}

.banner .swiper-slide video {
    object-fit: fill;
    width: 100%;
    height: 100%;
}

#index-1 {
    padding: 90px 0;
    background: #f4f4f4 url('../images/sc_pro_bg.jpg') top center no-repeat;
    -webkit-background-size: unset !important;
    background-size: unset !important;
}

#index-1 .main-title {
    text-align: center;
}

#index-1 a {
    display: block;
}

#index-pro {
    
}

#index-pro .swiper-slide{
    background-color: #fff;
    overflow: hidden;
    padding: 0px;
    font-weight: normal;
}
.pro-list li {
    background-color: #fff;
    overflow: hidden;
    padding: 30px;
    font-weight: normal;
}

#index-pro .swiper-slide,
.pro-list li > a {
    display: block;
}

.pro-list li {
    border: 1px solid #ddd;
    margin-bottom: 35px;
}
#index-pro .swiper-slide a{ display:block;}

.pro-list li img {
	width:auto;
    padding-bottom: 20px;
}
#index-pro .swiper-slide img{ padding-bottom:0px;}

#index-pro .swiper-slide img:nth-child(1),
#index-pro .swiper-slide:hover img:nth-child(2),
.pro-list li img:nth-child(1),
.pro-list li:hover img:nth-child(2) {
    display: block;
}

#index-pro .swiper-slide img:nth-child(2),
#index-pro .swiper-slide:hover img:nth-child(1),
.pro-list li:hover img:nth-child(1),
.pro-list li img:nth-child(2) {
    display: none;
}


#index-pro .swiper-slide:hover,
.pro-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.pro-list li .content:before {
    content: '';
    position: absolute;
    left: 35%;
    top: 0;
    width: 30%;
    height: 1px;
    border-bottom: 3px solid #ccc;
    transition: all .3s;
}
#index-pro .swiper-slide .content{ padding:10px 5px 5px; text-align:center;}
#index-pro .swiper-slide .content .ax-ell{ font-weight:normal; color:#333;}
.pro-list li .content {
    padding-top: 20px;
    position: relative;
}
#index-pro { position:relative;}
#index-pro .swiper-button-white{ background: rgba(0,0,0,0.55);transform:translateY(-50%);-webkit-transform:translateY(-50%); top:50%; left:0px; z-index:40; display: flex;
    align-items: center;
    justify-content: center; color:#fff; font-size:35px;}
#index-pro .swiper-button-prev.swiper-button-white{ left:auto; right:0px !important;}
#index-pro .swiper-button-next .iconfont{transform: rotate( 180deg );
    transform: rotateY( 180deg );}
#index-pro .swiper-slide .photo{ position:relative; overflow:hidden;}
#index-pro .swiper-slide .photo .desc{ position:absolute; left:0px; top:100%; width:100%; height:100%; padding:15px 20px;display: flex;
    align-items: center;
    justify-content: center; color:#fff;background-color:rgba(24,144,255,0.9);transition: all .5s ease;}
#index-pro .swiper-slide .photo .desc .tit{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; line-height:1.7;}
#index-pro .swiper-slide .photo:hover .desc{top:0%; }
#index-pro .swiper-slide:hover .content:before,
.pro-list li:hover .content:before {
    width: 100%;
    left: 0;
    border-color: #1890ff;
}

#index-pro .swiper-slide .content .ax-sign,
.pro-list li .content .ax-sign {
    border-color: #ccc;
    transition: all .3s;
}

#index-pro .swiper-slide:hover .content .ax-sign,
.pro-list li:hover .content .ax-sign {
    border-color: #1890ff;
    background-color: #1890ff;
    color: #fff;
}
#xgcp{width:1000px; overflow:hidden;}
#xgcp #index-pro .swiper-slide:hover{ box-shadow:none;}
#xgcp #index-pro .swiper-slide{width:25%; box-sizing:border-box; overflow:hidden;border:solid 1px #ddd;}

.swiper-container-horizontal > .swiper-pagination-bullets.my-swiper-pagination {
    width: 300px;
    left: 0;
    top: 0;
    bottom: auto;
    height: auto;
    border-left: 3px solid #ec6c00;
    transform: none;
    position: absolute;
    z-index: 3;
}

.my-swiper-pagination .swiper-pagination-bullet {
    width: 300px;
    height: auto;
    text-align: left;
    padding-left: 20px;
    line-height: 28px;
    border-radius: 0;
    margin: 0;
    background-color: transparent;
    opacity: .5;

}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0;
    font-size: 14px;
}

.my-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.pro-grid {
    width: 23%;
    text-align: center;
    transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    margin: 0 0 0 10%;
    float: left;
}

.pro-grid .item {
    width: 160px;
    height: 160px;
    padding-top: 20px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 1em;
}

.pro-grid .item .item-content {
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);
    margin: 0 auto;
}

.pro-grid .item .item-content span {
    font-size: 36px;
}

#index-2 {
    color: #333; position:relative;
	margin:80px 0px;
	padding:50px 0px;
}
#index-2:before {
	width:45%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
    background-image: url(../images/aboutbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 z-index:0;
	content: '';
}
#index-2 .main-title strong{ margin-left:0px;}
#index-2 .re > img {
    
}
#index-2 .slogan{ font-size:28px; color:#1890ff; padding-top:20px; margin-bottom:25px;}
#index-2 .width {
   display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; position:relative; z-index:10;
}

#index-2 .main-title {
    text-align: left;
	 margin-bottom:20px;
}

#index-2 .main-title h1 {
    color: #000;
	text-align:left;
}

#index-2 .content {
    width: 100%;
    padding: 0;
	 color:#555;
	 margin-bottom:40px;
}

#index-2 .more-link {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    margin-top: 30px;
}

#index-2 .more-link:hover {
    border-color: #ec6c00;
}

#index-2 .content p {
    text-align: justify;
    line-height: 2;
    margin-bottom: 15px;
    font-size: 16px;
	 display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;
}

#index-2 .index2-map {
    width: 55%; margin-left:5%;
    
}
#index-2 .index_about ul{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px 20px;
align-items: stretch;}
#index-2 .index_about ul li{ border:1px #1890ff solid;display: block;
    padding: 20px;
    border-radius: 8px;}
#index-2 .index_about ul li a{ color:#1890ff;display: flex;flex-direction: column;align-items: center; font-size:15px;}
#index-2 .index_about ul li a .iconfont{ font-size:40px; margin-bottom:5px; line-height:1.3;}
#index-2 .index_about ul li:hover{ background:#1890ff;}
#index-2 .index_about ul li:hover a{ color:#fff;}
#index-2 .index2-intro {
     flex:1;

}

#index-2 .cate-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

#index-2 .cate-list li {
    color: #fff;
    padding: 0 25px;
    line-height: 30px;
    border: 1px solid #fff;
    border-radius: 15px;
    transition: all .3s;
}

#index-2 .cate-list li:hover, #index-2 .cate-list li:first-child {
    background-color: #ec6c00;
    border-color: #ec6c00;
}

#index-2 .cate-list li a {
    color: inherit;

}

#index-2 .data {
    margin-top: 40px;
    padding: 0;

}

#index-2 .data li {
    width: 25%;
}

#index-2 .data li, #index-2 .data li p {

}

#index-2 .data li {
    position: relative;
    margin: 0;
    width: 25%;
}


#index-2 .data li:last-child::after {
    right: -2px;
    left: auto;
}


#index-2 .data li h2 {
    font-size: 60px;
    line-height: 1.2;
    color: #ec6c00;

}

#index-2 .data li span {
    font-size: 40px;
    color: #ec6c00;
    line-height: 1;
}

#index-2 .data li h2:after,
.data-list li h2:after {
    font-size: 16px;
    padding-left: 10px;
    vertical-align: baseline;
}

#index-2 .data li:nth-child(1) h2:after,
.data-list li:nth-child(1) h2:after {
    content: '年';
}

#index-2 .data li:nth-child(2) h2:after,
.data-list li:nth-child(2) h2:after {
    content: '年';
}

#index-2 .data li:nth-child(3) h2:after,
.data-list li:nth-child(3) h2:after {
    content: '项';
}

#index-2 .data li:nth-child(4) h2:after,
.data-list li:nth-child(4) h2:after {
    content: '平方米';
}

#index-3 {
    padding: 0;
}


#index-3 ul.flex {

}

#index-3 ul.flex li {
    width: 50%;
    margin: 0;
}

#index-3 ul.flex li .content {
    position: relative;
}

#index-3 ul.flex li .content .mask,
#about2 li .mask {
    position: absolute;
    width: 100%;
    height: 40px;
	line-height:40px;
    left: 0;
    bottom: 0;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .5);
    transition: all .3s;
	overflow:hidden;
	box-sizing:border-box;-webkit-box-sizing:border-box;
}
#about2 li{ box-shadow:0px 0px 8px #ccc;}
#about6 li{ box-shadow:0px 0px 8px #ccc;}
#about2 li img{ height:600px;object-fit: cover;
 object-position: top center;}

#about2 li .mask .tit{ font-size:15px;display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-weight:normal; margin:0px 10px;}
#index-3 ul.flex li .content .mask .more-link,
#about2 li .mask .more-link {
    color: #fff;
    margin-top: 30px;
}

#index-3 ul.flex li:hover .content .mask,
#about2 li:hover .mask {
    background-color: rgba(0, 0, 0, .7);

}

#index-6 {

    /*background: url("/theme/default/images/index1-bg.jpg") center no-repeat;*/
    background-color: #fff;
}

#index-6 .main-title h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

#index-6 .main-title {
    margin-bottom: 0;
}

#index-7 {
    text-align: center;
    background: #f5f5f5 url('../images/index6-bg.jpg') 0 0 no-repeat;
	background-Attachment: fixed;
}

#index-7 .width {

    position: relative;
}
#index-7 ul{
    display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 20px 20px;
align-items: stretch;
}
#index-7 ul li{ border: solid 1px #ddd; background:#fff; overflow:hidden;}
#index-7 ul li .picture{ padding-top:50%; position:relative;}
#index-7 ul li .picture img{ position:absolute; left:50%; top:50%;transform: translate(-50%,-50%); max-width:100%; max-height:100%;object-fit: cover;
    object-position: center center;width: auto;}

#index-7 .more-link {
    clear: both;
    position: relative;
    margin: 40px 0 0;
}


#index-5 {
    background-color: #f1f2f3;

}

#index-5 .width {
    width: 100%;
    padding: 0;
    position: relative;
}

#index-5 .swiper-slide .content {
    display: flex;
    align-items: stretch;
    justify-content: space-between;

}

#index-5 .top-title {
    font-weight: bold;
    position: absolute;
    text-transform: uppercase;
    font-size: 6vw;
    color: #000;
    opacity: 0.05;
    z-index: 2;
    top: 40px;
    left: 40px;
}

#index-5 .main-title {
    position: absolute;
    top: 90px;
    left: calc(5% + 50px);
    z-index: 2;
}

#index-5 .left-content {
    width: 45%;
    background-color: #f1f2f3;
    margin-left: 5%;
    display: flex;
    align-items: center;
    border-left: 1px solid #ddd;
}

#index-5 .left-content h1 {
    position: relative;
    padding-left: 50px;
}

#index-5 .left-content h1:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #ec6c00;
    left: 0;
}

#index-5 .right-content {
    width: 55%;
}

#index-5 .content p {
    text-align: justify;
    font-size: 15px;
}

#index-5 .more-link {
    margin-top: 40px;
    margin-left: 50px;
    display: inline-block;
}
#index-5 .more-link:hover{color:inherit;}

#index5-pic {
    margin-top: 30px;
}

#index5-pic .swiper-slide p {
    line-height: 3;
    font-weight: normal;
}

#index5-pic .swiper-slide:hover, #index5-pic .swiper-slide.swiper-slide-thumb-active {
    color: #ec6c00;
}

#index5-pic .swiper-button-prev, #index5-pic .swiper-button-next {
    background-image: none;
}

#index5-pic .swiper-button-prev .ax-sign, #index5-pic .swiper-button-next .ax-sign {
    background-color: #fff;
    opacity: 1 !important;
}

#index-5 .more-link:hover:after {
    background-color: #fff;
}

.index2-map .t1 h1:before {
    content: '';
    position: absolute;
    left: -2px;
    top: 100px;
    background-color: #ec6c00;
    width: 3px;
    height: 30px;
}

.index2-map .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index2-map .mask a p {
    display: none;
}

.index2-map .mask #point1 {
    position: absolute;
    left: 19%;
    top: 18%;
    text-align: center;
}

.index2-map .mask #point2 {
    position: absolute;
    left: 38%;
    top: 32%;
    text-align: center;
}

.index2-map .mask #point3 {
    position: absolute;
    left: 70%;
    top: 20%;
    text-align: center;
}

.index2-map .mask #point4 {
    position: absolute;
    right: 17%;
    top: 70%;
    text-align: center;
}

.index2-map .mask #point5 {
    position: absolute;
    left: 51%;
    bottom: 17%;
    text-align: center;
}

.index2-map .mask #point6 {
    position: absolute;
    left: 12%;
    bottom: 34%;
    text-align: center;
}

.main-title {
    margin: 0 auto 30px;
    text-align: center;
}

.main-title h1 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

.main-title strong {
    display: block;
    width: 63px;
    height: 3px;
    background-color:#1890ff;
    margin: 20px auto 15px;
}

.main-title h3 {
    font-size: 16px;
    color: #666;
    width: 70%; font-weight:normal;
    margin: 0 auto;
}
#about1 .content p{ font-size:14px;}

#contact .flex3 {
    align-items: stretch;
}

#contact .flex3 .item {
    flex: 1;
    padding: 0px 0px;
	position:relative;
}
#contact .flex3 .contact-info{flex:2;}

.contact-info h3 {
    font-size: 24px;
}

.contact-info .info-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.contact-info p {
    font-size: 16px;
    line-height: 2;

}

.ax-deform.ax-primary {
    background-color: #ec6c00;
    color: #fff;
}

.ax-deform.ax-primary i {
    background-color: #fff;
}

#index-4 {
    background: #fff;
}

#index-4 ul.flex {
    align-items: stretch;
}

#index-4 .ax-tab-nav li, #news .ax-tab-nav li {
    display: inline-block;
    line-height: 50px;
    font-size: 24px;
    margin-right: 30px;
    color: #999;
    cursor: pointer;
    font-weight: bold;
}

#index-4 .ax-tab-nav li.ax-active, #news .ax-tab-nav li.ax-active {
    color: #ec6c00;
}

#index-4 .ax-tab-nav, #news .ax-tab-nav {

}


/*侧边导航*/
.side-menu {
    background-color: #fff;
    border-radius: 0 0 5px 5px;

}

.side-menu .ax-accordion {
    background-color: #f5f5f5;

}

.side-menu .ax-accordion a {
    color: inherit;
}

.side-menu .ax-title {
    background-color: #222;
    border-radius: 5px 5px 0 0;
}

.side-menu .ax-title h1 {
    padding: 0 20px;
    line-height: 55px;
    font-size: 20px;
    margin: 0;

}

.ax-accordion > li + li {
    border-top: 1px solid #ddd;
}

.ax-accordion li.ax-item {
    padding: 0;
    line-height: 55px;
    font-size: 14px;
    font-weight: 500;
}
.ax-accordion li.ax-item .ax-panel-header a{display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}

.ax-accordion li.ax-item.ax-show a {
    color: #fff;
}

.ax-accordion li.ax-item .ax-panel-header {
    padding: 0 15px;
}

.ax-accordion li.ax-item.ax-show .ax-panel-header {
    background: #ec6c00;
}

.ax-accordion li.ax-item .ax-panel-header .ax-operate {
    height: 55px;
    line-height: 55px;
    margin: 0;
}

.ax-accordion li.ax-item .sub-nav li i.ax-iconfont {
    color: #ccc;
}

.ax-accordion li.ax-item .sub-nav li {
    line-height: 40px;
    padding: 0 25px;
    font-size: 14px;
}

.ax-accordion li a {
    display: block;
    width: 100%;
    transition: all .3s;
}

.ax-accordion li a.ax-operate {
    width: auto;
}

.ax-accordion li:hover > a, .ax-accordion li a:hover {
    padding-left: 10px;
}

.ax-card-block {
    padding: 0;
}

.ax-card-block .ax-title, .ax-card-block .ax-des {
    padding: 0 10px;
}

.ax-card-block .ax-from {
    padding: 10px;
}

.ax-card-block .ax-title {

    height: 50px;
    text-align: center;
}

.ax-card-block .ax-title a {
    display: block;
    line-height: 40px;
}

.ax-card-block .ax-img {
    margin-bottom: 0;
}

/*视频*/
/*服务体系*/
#service1, #service2, #service3 {
    padding: 60px 0 0;
    background-color: #f5f5f5;
}

#service3 {
    padding-bottom: 60px;
}

#service1 ul, #service2 ul, #service3 ul {
    padding-bottom: 40px;
    align-items: stretch;
}

#service1 li, #service2 li, #service3 li {
    box-shadow: 0 0 30px rgba(83, 115, 252, 0.13);
    transition: all 0.3s ease;
    margin-bottom: 30px;
    background-color: #fff;
}

#service1 li:hover, #service2 li:hover, #service3 li:hover {
    transform: translateY(-10px);
}

.pro_top {
    height: 140px;
    background: linear-gradient(to right, #f08300, #f0b73f);
    text-align: center;
}

#service2 .pro_top {
    background: linear-gradient(to right, #105ff0, #628bf0);
}

#service3 .pro_top {
    background: linear-gradient(to right, #007847, #00a25f);
}

.pro_top h2 {
    font-size: 30px;
    line-height: 90px;
    color: #fff;
    font-weight: 300;
}

.pro_top i {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    z-index: 99;
    border: 1px solid #eee;
    font-size: 46px;
    box-shadow: 0 0 30px rgba(51, 51, 51, .2);
    transition: all 0.3s ease;
    display: inline-block;
    color: #f08300;
}

.pro_body {
    padding: 60px 20px 40px;
    text-align: left;
    font-size: 15px;
    color: #999;
    line-height: 2;
}

#service2 .pro_top i {
    color: #105ff0;
}

#service3 .pro_top i {
    color: #007847;
}

/*产品*/
.pro-menu {
    width: 100%;

}

.xuancuan {
    margin-top: 30px;
    color: #999;
}

.xuancuan li {
    text-align: center;
}

.xuancuan li span {
    font-size: 40px;
}

.pro-content p {
    line-height: 2;
    margin-bottom: 10px;
}

.ax-drawer .ax-drawer-contain {
    background: #ec6c00;
}

.pro-menu li {
    font-size: 16px;
    line-height: 55px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.pro-menu li a {
    color: #fff;
    transition: all .5s;
}

.pro-menu li:hover a, .ax-drawer-content .ax-accordion li a:hover {
    color: #ec6c00;
}

.ax-drawer-content {
    padding: 20px;
    color: #fff;
}

.ax-drawer-content .ax-accordion li.ax-item.ax-show .ax-panel-header {
    background: transparent;
}

.ax-drawer-content .ax-accordion li a {
    color: inherit;
}

.ax-drawer-content .ax-accordion li.ax-item .ax-panel-header .ax-col > a {
    font-size: 18px;
    font-weight: bold;
}

.ax-drawer-content .ax-accordion li.ax-item .ax-panel-header, .ax-drawer-content .ax-accordion li.ax-item .sub-nav li {
    padding: 0;
}

.ax-drawer {
    z-index: 999;
    background: transparent;
}

.ax-drawer-contain .ax-drawer-close i.ax-iconfont {
    font-size: 20px;
}

.float-menu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    background-color: #ec6c00;
    position: fixed;
    left: 3%;
    top: 50%;
    cursor: pointer;
    transition: all .5s;
}

.float-menu:hover {
    box-shadow: 0 0 10px #ec6c00;
}

.float-menu span {
    font-size: 26px;
    color: #fff;
}

.gallery-top .swiper-slide, .gallery-thumbs .swiper-slide {
    padding: 1px;
}

.gallery-top .swiper-slide img, .gallery-thumbs .swiper-slide img {
    border: 1px solid #eee;
}

.gallery-thumbs .swiper-slide img {
    opacity: 0.5;
}

.gallery-thumbs .swiper-slide.swiper-slide-thumb-active img {
    border-color: #ec6c00;
    opacity: 1;
}

.center-menu {
    margin: 30px auto 40px;
}

.center-menu ul {
    text-align: center;
}

.center-menu li {
    display: inline-block;
    margin: 0 10px;
    line-height: 55px;
    background-color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 0 30px;
    transition: all .5s;
}

.center-menu li:hover, .center-menu li.active {
    box-shadow: 0 0 10px #ccc;
    background-color: #ec6c00;

}

.center-menu li:hover a, .center-menu li.active a {
    color: #fff;
}

#product-head {
    padding: 0;
    background: #f5f5f5;
}

#product {

}

#product .flex li .ax-title {
    background-color: #fff;
}

.ps-content {
    overflow: hidden;
}

.page ul li a {
    font-size: 14px;
}

li img {
    width: 100%;
    transition: all .5s;
}

li:hover .ps-content img {
    transform: scale(1.1);
}

#partner {
    background: #f5f5f5;
}

#partner .width {
    max-width: 1440px;
}

#partner li {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: all .3s;
}

.partner-list li p {
    font-size: 14px;
}

.pro-list li:hover, #partner li:hover {
    box-shadow: 0 0 10px #ccc;
}


.pro-list li .list-title {
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
}

#product-show {


}

.pro-banner .pc {
    display: flex;
    justify-content: space-between;
}

.pro-banner .banner_left {
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
}

.banner_left img {
    width: 70%;
}

.pro-banner .banner_right {
    width: 90%;
    background-color: #fff;
    padding: 0 0 0 10%;
    position: relative;
}

.tab-title {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 20px;
    display: flex;
    justify-content: center;
    z-index: 2;
}

.tab-title li {
    width: 120px;
    opacity: 0.5;
    text-align: center;
    transition: all .3s;
}

.tab-title li.active, .tab-title li:hover {
    opacity: 1;
}

.tab-title li.active p {
    color: #ec6c00;
}

.tab-title li img {
    max-width: 120px;
}

.banner_right .tab-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.imager_kv_tet {
    width: 40%;
    z-index: 2;
    position: relative;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.imager_kv_tet h1 {
    font-size: 3.6vh;
    margin-bottom: 2vh;
    font-weight: bold;
    line-height: normal;
    color: #ec6c00;
}

.imager_kv_tet h3 {
    color: #333;
    font-size: 2.4vh;
    padding-bottom: 2vh;
    line-height: 1;
}

.imager_kv_tet p {
    color: #666;
    font-size: 16px;
    line-height: 2;
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
}

.imager_kv_img {
    width: 60%;
}

.imager_kv_btn {
    display: inline-block;
    height: 46px;
    border: #d9d9d9 solid 1px;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #eee);

}

.imager_kv_btn li {
    width: 100px;
    height: 46px;
    display: flex;
    align-items: center;
    float: left;
}

.imager_kv_btn li:hover {
    background-color: #ec6c00;
    color: #fff;
}

.imager_kv_img_tit {
    background: #f7f7f7 url('/theme/default/images/index1-bg.png') center no-repeat;

    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.tab-title1 li.actived a, .imager_kv_btn li:hover a {
    color: #ec6c00;
}

.imager_kv_btn a {
    width: 100px;
    text-align: center;
    display: inline-block;
    color: #888;
    font-size: 14px;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    overflow: hidden;
}

.imager_kv_btn li:hover a {
    color: #fff;
    border-color: #ec6c00;
}

.imager_kv_btn li a {
    border-right: 1px solid #ccc;
}

.imager_kv_btn li:last-child a {
    border: none;
}

.imager_kv_img_tit img {

}

.imager_kv_img1 img {

}

.imager_kv_img1 {
    z-index: 2;
    padding: 0;
    text-align: center;
    position: relative;
}

/*sec1*/
.sec1 {
    background-image: url(/theme/default/images/pro-tab-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #f7f7f7;
    position: relative;
}

.sec1 .tab-box {
    width: 100%;
    height: auto;
}

.sec1 .tab_top {
    width: 80%;
    background: #fff;
    border-radius: 8px;
    padding-top: 50px;
    padding-bottom: 25px;
    margin: 0 auto 50px;
}

.sec1 .tab_top1 {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 100px;
    padding-bottom: 130px;
}

.sec1 .tab-title1 {
    width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 156px;
    position: relative;
    z-index: 2;
}

.sec1 .tab-title1 li {
    width: 140px;
    text-align: center;
    position: relative;
    padding-bottom: 22px;
}

.sec1 .tab-title1 li a {
    color: #fff;
    text-align: center;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
}

.sec1 .tab-title1 li a h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}

.sec1 .tab-title1 li a p {
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
    font-size: 12px;
    color: #fff;
    padding-top: 6px;
    line-height: 1;
}

.sec1 .tab-title1 li a span {
    display: none;
    width: 140px;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0;
    background: #ec6c00;
}

.sec1 .tab-title1 li a:hover span, .sec1 .tab-title1 li.actived a span {
    display: block;
}

.tab-box, .tab-box1 {
    position: absolute;
    top: 0;
    right: 0; /*opacity:0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
    display: none;
    z-index: -1;
}

.tab-box.active, .tab-box1.actived {
    position: relative; /*opacity:1; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
    display: block;
    z-index: 1;
}

.tab-box1 .tab_bottom {
    display: none;
}

.tab-box1.actived .tab_bottom {
    display: block;
}

/*sec1_内容1*/
.tab-box1 {
    width: 100%;
    overflow: hidden;
}

.tab_table {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

.table-box {
    width: 90.5%;
    margin: 0 auto;
}

.table-box p {
    text-align: left;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 15px;
}

.table-box table th, .table-box table td {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.table-box .table1 {
    width: 20%;
    display: inline-table;
    vertical-align: top;
}

.table-box .table1 th {
    color: #fff;
    position: relative;
    font-size: 12px;
    width: 100%;
}

.table-box .table1 th .swiper-prev, .table-box .table1 th .swiper-next {
    width: 14px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
}

.table-box .table1 th .swiper-prev.swiper-button-disabled, .table-box .table1 th .swiper-next.swiper-button-disabled {
    display: none;
}


.table-box .table1 td {
    height: 40px;
    text-align: left; /*padding-left:5%;*/
    font-size: 14px;
    color: #0d0d0d;
    width: 50%;
    border-bottom: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
}

.table-box .table1 td.first {
    padding-right: 0;
}

.table-box .table1 td.second {
    color: #0d0d0d;
    width: 50%;
}

/*.table-box .table1 td.second.even:nth-child(2),.table-box .table1 td.second.odd:nth-child(3){border-bottom: 1px solid #e9e9e9;}*/
.table-box .table1 tbody tr td.odd {
    background-color: #ededed;
    text-align: center;
}

.table-box .table1 tbody tr td.even {
    background-color: #f5f5f5;
    text-align: center;
}

.table-box .swiper-container {
    width: 80%;
    display: inline-block;
    vertical-align: top;
}

.table-box .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    z-index: -1;
}

.table-box .table2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.table-box .table2 th {
    height: 70px;
    font-size: 28px;
    color: #333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-right: 1px solid #fff;
    background-color: #d4d4d4;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 88.6%;
}

.table-box .table2 td {
    height: 40px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    color: #0d0d0d;
}

.table-box .table2 tr td:first-child {
    border-left: 0 none;
}

.table-box .table2 td.even {
    background-color: #f7f7f7;
}

.tab_tip {
    padding-top: 24px;
    width: 90.5%;
    margin: 0 auto;
}

.tab_tip p {
    color: #777;
    font-size: 14px;
    line-height: 30px;
}

#product-head .width {
    max-width: 1380px;

}

#product-show .width {
    padding: 0;
    max-width: 1200px;
}

#product-show .ax-breadcrumb a,
#product-show .ax-breadcrumb li i.ax-iconfont,
#product-show.ax-breadcrumb ul li + li::before {
    color: #000;
}

.pro-info .intro {
    padding: 1rem 0;
}

.pro-info .intro p {
    line-height: 2;
    margin-bottom: 10px;
}

.pro-info h1 {
    font-size: 38px;
    line-height: 1.6;
}

.pro-info .down {
    margin-top: 20px;
    line-height: 36px;
    padding: 0;
    font-size: 16px;
    display: inline-block;
    color: #666;
    border-radius: 5px;
}

.pro-content > div {
    padding: 30px 0;
}

.pro-content .menu {
    padding-top: 30px;
}

.tab-list {
    position: relative;

}

.am-g {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.am-g:after {
    content: "";
    width: 23%;
}

.am-g .am-u-md-4 {
    width: 23%;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.am-g .am-u-md-6 {
    width: 48%;
    margin-bottom: 20px;
}

.cpxq_yyal_bt {
    padding: 10px;
    text-align: center;
}

#product-show .tab-list {
    display: flex;
    align-items: center;
	border-bottom:1px solid rgba(0, 0, 0, 0.12);
    /*justify-content: space-between;*/
}

#product-show .tab-list li {
    width: 19%;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    background-color: #000;
	margin-right:15px;
}

#product-show .ax-tab-content li {
    padding: 30px 0;
}
#product-show .ax-tab-content li img{ width:auto; max-width:100%;}

#product-show .ax-tab-content li p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
}

#product-show .tab-list li:hover, #product-show .tab-list li.ax-active {
    background-color: #1890ff;
}

#product-show .tab-list li a {
    color: #fff;
}

.pro-content .ax-item-block {
    padding: 10px 0;
}

#xgwz li {
    line-height: 40px;
    border-bottom: 1px solid #eee;
}

.artilce-title {
    font-size: 16px;
}

.artilce-title a {
    display: block;
}

/*文章类*/
.news-list li {
   
    position: relative;
}

.news-list a.pic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%;
    overflow: hidden;
	text-align:center;
}
.news-list a.pic img{ position:absolute; width:100%; height:100%; top:0; left:0; object-fit:cover;}

.news-list a.pic .demo {
    position: absolute;
    background-color: #ccc;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-list a.pic .demo img {
    width: 10vw;
}

.news-list li span.date {
    position: absolute;
    height: 34px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 17px;
    color: rgba(255, 255, 255, 0.8);
    top: 10px;
    left: 10px;
    z-index: 2;
}

.news-list li span.date i {
    color: inherit;
    margin-right: 5px;
}

.news-list li .mask {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.71);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
}

.news-list li .mask .ax-sign {
    color: #fff;
    border-color: #fff;
}

.news-list li:hover .mask {
    height: 100%;
    opacity: 1;
}

.news-list li .content {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 3%;
    margin: 0 auto;
    transition: all .3s;
}

.news-list li .content a {
    color: inherit;
}

.news-list li:hover .content {
    position: relative;
    width: 100%;
    padding: 3%;
    color: #1890ff;
    box-shadow: 0 0 5px #ddd;
}

.news-list li:hover img {
    transform: scale(1.1);
}

.news-list li .content a {
    display: block;
}

.news-list li h3 {
	font-weight:normal;
    margin-bottom: 20px;
    font-size: 22px;
}

.news-list li .content p {
    text-align: justify;
    font-size: 15px;
    color: #666;
}

.news-list li .tag {
    color: #999;
}

.img-bg {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.img-bg .inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#article {
    padding: 60px 0;
    background-color: #f5f5f5;
}

#article .width {
    width: 90%;
    max-width: 1200px;
    padding: 40px;
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.ax-article p {
    font-size: 16px;
    font-weight: normal;
    text-align: justify;
    line-height: 2;
    margin-bottom: 15px;
}

.ax-article p img {

}

.news-list.flex {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;

align-items: stretch;
}
.news-list li{ overflow:hidden;}

/*下载*/
.download-list li {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s;
}

.download-list li:hover {
    box-shadow: 0 0 10px #ccc;
}

.download-list li:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ec6c00;
    width: 0;
    height: 2px;
    transition: all .6s;
}

.download-list li:hover:after {
    width: 100%;
}

.download-list li .left1 {
    width: calc(100% - 40px);
}

.download-list li .left2 {
    width: 40px;
    text-align: right;
}

/*联系我们*/
.bg-gray {
    background-color: #f5f5f5;
}

#contact .width, #page .width {

}

#contact {
   /* padding: 0; */
}
#contact .itemleft{ padding:0px 40px 30px 0px !important; text-align:left;}
#contact .contact{ margin-bottom:30px;}
#contact .contact .lxdiz{line-height:2; }
#contact .itemleft h1{ margin-bottom:30px;}

#contact input.form-ip {
    height: 50px;
    line-height: 50px;
}

#contact form {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 10px;
}

#contact form label, #contact p {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 5px;
}


/*about*/
#top-banner {
    position: relative;
    background: #fff url('/theme/default/images/about-bg.jpg') 0 0 no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#top-banner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}

#top-banner .main-title h1 {
    color: #fff;
    font-size: 3rem;
}

#top-banner .main-title p {
    font-size: 1.5rem;
}


#top-banner li {
    flex: 1;
    text-align: center;
}

#top-banner li + li {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

#top-banner li h2 {
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    font-family: trmup;
}

#top-banner li p.t1 {
    font-size: 16px;
}

#top-banner li p.t2 {
    font-size: 13px;
    color: #999;
}

#top-banner .content p {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 20px;
}

#about1 .item .ax-row {
    display: flex;
    align-items: center;
}

#about1 .content p {
    font-size: 16px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 15px;
}

#about1 .video-wrapper {
    padding-left: 50px;
}

#about1 .video-wrapper .video {
    background-color: #000;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

#about1 .video-wrapper .video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

.down-ico {
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    cursor: pointer;
    position: absolute;
    overflow: hidden;
    transform: translateY(0);
    transition: 0.3s ease 0.6s;
    bottom: 15%;
    left: 50%;
    margin-left: -22px;
    z-index: 10;
}

.down-ico i {
    display: block;
    width: 100%;
    height: 100%;
    background: url(/theme/default/images/ico_arrow.png) no-repeat center;
    animation: downico 1.5s ease-out infinite;
    position: relative;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 50%;
        opacity: 0;
    }
    65% {
        top: -50%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

#about2 {
    background-color: #f1f2f3; overflow:hidden;
}

#about2 li {
    position: relative;
	margin-right:2%;
	margin-bottom:3%;
	 float:left;
}

#about3 .content p {
    margin-bottom: 15px;
    line-height: 2;

}

#about4 {
    background: #fff url('../images/about4-bg.jpg') 0 0 no-repeat;
    text-align: center;
    min-height: 600px;
    color: #fff;
}

#about4 .flex {

}

#about4 .main-title h1, #about4 .main-title h3 {
    color: #fff;
}

#about4 .main-title h1 span {
    color: #ec6c00;
}

#about4 .content p {
    font-size: 16px;
    line-height: 3;
}

#about4 .more-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    margin-top: 40px;
}

#about4 .more-link:hover {
    border-color: #ec6c00;
}

.modal-body select.form-ip {
    line-height: 38px;
    height: 38px;
    padding: 0 5px;
}

.modal-body {
    max-height: unset;
}

#about1 .item-left, #about1 .item-right {
    width: 100%;
	float:none; 
	margin:0px auto;
}
#about1 .item-left{ margin-bottom:3%; text-align:center;}

.item-left img { width:auto;
    max-width: 100%;
}

/*单页*/

#culture li {
    width: 49%;
    cursor: pointer;
    position: relative;
    margin-bottom: 2%;
}

#culture li .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
    background-color: rgba(0, 0, 0, .3);
    transition: all .3s;
}

#culture li:hover .mask {
    background-color: rgba(0, 0, 0, .6);
}

#culture li .mask h3 {
    font-size: 24px;
}

#culture li .mask p {
    font-size: 16px;
}

#advantage {
    background: #fff url('../images/index3-bg.jpg') 0 0 no-repeat;
    position: relative;
    padding-top: 35%;
}

#advantage .width {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}

#advantage ul.flex {
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
}

#advantage ul.flex li {
    flex: 1;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    margin: 0;
    padding: 5% 3% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    transition: all .3s;

}

#advantage ul.flex li:hover {
    background-color: rgba(0, 0, 0, .5);
    padding-top: 0;
}

#advantage ul.flex li span {
    border-color: #fff;
    font-size: 3rem;
    margin-bottom: 0.5rem;
}

#advantage ul.flex li h1 {
    margin-bottom: 1rem;
}

#advantage ul.flex li p {
    font-size: 15px;
    text-align: justify;
    opacity: 0;
    transform: translateY(100%);
    transition: all .3s;
}

#advantage ul.flex li:hover p {
    opacity: 1;
    transform: translateY(0);
}

#advantage ul.flex li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

#page, #news {
    padding: 5% 0;
}

#page .content p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    font-weight: normal;
}

.container-left {
    width: 250px; margin-right:20px;
}

.container-right {
    width:100%;
	flex:1;
}

.team-list {
    align-items: stretch;
}

.team-list li {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 30px;
}

.team-list li h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.team-list li h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.container-right .team-list li p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 10px;
}

#job .container-right {
    padding-top: 0;
}

#job .container-right p {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 10px;
}

#job .container-right .artlist-item-body {
    padding: 30px;
}
#job .container-right .artlist .artlist-item:nth-child(1){ padding-top:0px;}
#job .container-right .artlist > div + div {
    border-top: 1px solid #ddd;
}

#job .container-right .artlist-item-body .title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 30px;
}

#job-head {
    padding: 0;
    background-color: #f5f5f5;
}

#job-show {
    padding: 30px 0;
}

.ui-box-body {
    width: 100%;
}


.ax-article a, .ax-article span {
    font-size: 16px;
}
    #service li .content{
        background-color: #f5f5f5;
        text-align: center;
        margin: 0;
        padding: 10px;
    }
/*在线客服*/
.online{
	    position: fixed;
    top: 300px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 10;
	}
.online ul li{ position: absolute;
    height: 50px;
    z-index: 20; cursor:pointer; right:0px;}
.online ul li.no1{top: 0;
}
.online ul li.no2{top: 51px;
}
.online ul li.no2 .weixin{    display: none;
    position: absolute;
    top: -50px;
    left: -160px;
    padding-bottom: 9px; padding:5px;width:160px;background-color:#FFF; }
.online ul li.no2 .weixin img{ padding:0px; width:100%;height:auto; }
.online ul li.no3{top: 102px;}
.online ul li.no4{ bottom:0px;}
.online ul li a{display: block;
    color: #FFF;
    font-size: 14px; width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #1890ff;
    opacity: 0.8;
   border-radius:6px 0px 0px 6px;transition: all .5s ease; display:flex;}
.online ul li a img{    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;}
.online ul li a:hover{opacity:1;}
.online ul li.no1:hover a{ width:172px;}
.online ul li.no2:hover .weixin{ display:block;}
.online ul li.no3:hover a{width: 126px;}
.index_pr{ position:relative; overflow:hidden;}
.index_pr .pro_bg{ position:absolute; width:100%; height:100%; top:0px; left:0px;}
.index_pr .pro_bg .photo{position:absolute; width:100%; height:100%; top:0px; left:0px;}
.index_pr .pro_bg .photo img{ width:100%; height:100%;object-fit: cover;
 object-position: center center;}
.index_pr .pro_list{ position:relative; z-index:10; height:100%; display:flex;}
.index_pr .pro_list .swiper-list-pagination{ position:absolute; width:100%; left:0; text-align:center; z-index:10;}
.index_pr .pro_list .swiper-list-pagination span{ opacity:1; background-color:#fff;}
.index_pr .pro_list .swiper-list-pagination span.swiper-pagination-bullet-active{ background-color:#1890ff;}
.index_pr .pro_list ul li{ width:20%; float:left; padding-right:1px;}
.index_pr .pro_list ul li a{ display:block; height:100%;}
.index_pr .pro_list ul li a .content{ background-color: rgba(0,0,0,0.6);    text-align: center;
    height: 100%;
    transition: .4s ease;
    padding: 6.5625rem 2rem; color:#fff;}
.index_pr .pro_list ul li a .content .pic{    height: auto;
    position: relative;
    padding-bottom: 55%;
    overflow: hidden;}
.index_pr .pro_list ul li a .content .pic img{transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;}
.index_pr .pro_list ul li a .content .title{display: block;
    width: 100%;
    margin-top: 12px ;
    color: #fff; font-size:16px;
    line-height: 30px; display:block; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.index_pr .pro_list ul li a .content .dec{font-size: 14px;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; height:66px; line-height:22px;
	  opacity: 0.8;
    }
.index_pr .pro_list ul li a .content .more{    display: inline-block;
    border: 1px #fff solid;
    color: #fff;
    margin-top: 24px;
    width: auto;
    height: auto;
    padding: 10px 16px;
   }
#index-10{ padding-bottom:0px;}
.index_pr .pro_list ul li:hover a .content{ background: linear-gradient(rgba(0,140,248,0.8), rgba(1,97,171,0.8));}
.index_pr .pro_list ul li:hover a .content .dec{opacity: 1;}
.jobtel{ font-size:18px; font-weight:bold; color:#1890ff;}
@media only screen and (min-width: 2400px) {
    #index-5 .left-content {
        margin-left: 0;
    }

    #index-5 .main-title {
        left: 50px;
    }

    .width {
        max-width: 1920px !important;
        margin: 0 auto;
        padding: 0;
    }

    #index-5 .top-title {
        font-size: 3.5vw;
    }

    #index-3 {
        width: 1920px;
        margin: 0 auto;
    }
}

@media screen and (max-height: 1080px) {
    .imager_kv_img1 img {
        width: 70%;
    }

    .imager_kv_img1 {
        padding: 30px 0;
    }
}

@media screen and (min-width: 1600px) {
    #product .pro-list li {
       
        transition: all .3s;
    }

}

@media only screen and (max-width: 1440px) {
#about2 li img{ height:375px;}
}
@media only screen and (max-width: 1440px) {
    .container-left {
        width: 250px;
    }
   
    .pro-list li {
        padding: 10px;
    }

    .container-right {
        width:100%;
    }

    #index-2 .cate-list li {
        padding: 0 13px;
    }

    header .logo, footer .foot-logo {
        height: 4.5vh;
    }

    .container, .container-s, header .pop-number .item-info .info-text {
        width: 100%;
    }

    .nav-tog-main .item dl {
   
        margin-top: 30px;
    }

    .nav-tog-main .item .item-list dl:first-child {
       
    }

    .nav-tog-main .item dl dt {
        font-size: 30px;
    }

    .nav-tog-main .item dl dd a {
        font-size: 20px;
    }

    .nav-tog-main .item dl dd {
        margin-top: 17px;
        font-size: 20px;
    }

    .footer .item .list-info .title {
        font-size: 18px;
    }

    .nav-tog-main .coopyright-top {
        width: 57%;
    }

    .nav-tog-main .menu-btn-link {
        right: 75px;
    }

    .banner .pa-mask h1 {
        font-size: 2rem;
    }

    .nav > li a {
        font-size: 15px;
    }

    .width, #nav, #product-show .width {
        width: 100%;
        padding: 0 5%;
    }


}

@media only screen and (max-width: 1280px) {
    .nav > li a {
        font-size: 15px;
    }

    .nav > li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .menuDl {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {

    .pro-info h1{
        font-size: 24px;
        margin-top: 1rem;
    }
    #xgwz li, #service li{
        width: 100%;
    }
    .mobile-hide{
        display: none;
    }
	
    #laser .list-2 li{
        width: 100%;
    }
    
    .cate-banner .flex h1 {
        margin-top: 50px;
    }

    .more-link {
        padding: 0 0.8rem;
        height: 40px;
        line-height: 40px;
    }

    #index-1, #index-2, #index-4, #index-5, #index-6, #index-7, section {
        padding: 40px 0;
    }

    header, header .header-left > a, header .header-right {
        height: 60px;
    }

    .logo-text, header .header-right .menu-txt {
        display: none;
    }

    header .header-right > a {
        margin-right: 10px;
    }

    .main-title h1, .banner .mask h1 {
        font-size: 25px;
    }

    .banner .mask p {
        font-size: 16px;
    }

    .main-title {
        margin-bottom: 20px;
    }

    .main-title strong {
        margin: 10px auto;
    }

    .main-title h3 {
        width: 90%;
    }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        display: none;
    }

    #index-3 {
        padding: 0;
    }

    #index-3 ul.flex li {
        width: 100%;
    }



    #index-2 .index2-map, #index-2 .content {
        
    }

    #index-2 .index2-intro {
        
    }

    #index-2 .main-title {
        margin-top: 20px;
        text-align: center;
    }

    #index-2 .data li {
        width: 50%;
    }

    #index-2 .data li h2 {
        font-size: 32px;
    }

    #index-2 .cate-list li {
        padding: 0 10px;
        font-size: 12px;
    }

    .ui-sidebar {
        display: none;
    }

    #index-2 .content p {
        font-size: 14px;
    }

    #index-5 .main-title {
        position: static;
    }

    #index-5 .swiper-slide .content {
        flex-wrap: wrap;
    }

    #index-5 .left-content, #index-5 .right-content {
        width: 100%;
        margin: 0;
    }

    #index-5 .left-content {
        padding: 0;
        border: none;
    }

    #index-5 .left-content h1:before {
        display: none;
    }

    #index-5 .left-content h1 {
        font-size: 24px;
        padding: 0;
    }

    #index-5 .left-content > div {
        padding: 0 10px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    #index-5 .more-link {
        margin: 0;
    }

    #index-4 .ax-tab-nav li, #news .ax-tab-nav li {
        margin-right: 10px;
        font-size: 20px;
    }

    #index-4 .news-list li {
        width: 100%;
    }

    .news-list li h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .news-list a.pic .demo img {
        width: 160px;
    }

    #index-7 li {
       
    }
	
	#index-7 ul{ margin:auto;}

    #index-7 li img {
      
    }

    #index-7 {
        min-height: unset;
    }

    #index-6 .main-title h1 {
        font-size: 24px;
    }

    .nav-tog-main.active {
        padding-top: 70px;
        display: block;
    }

    .nav-tog-main .container {
        padding-top: 5%;

    }

    .nav-tog-main .item {
        width: 100%;
    }

    .nav-tog-main .item dl dt {
        font-size: 20px;
        display: block;
    }
.nav-tog-main{
    overflow-y: auto;
}
    .nav-tog-main .item dl {
  margin-top: 10px;
        text-align: left;
    }

    .nav-tog-main .item dl dd {
        margin: 0;
        
        display: inline-block;
    }

    .nav-tog-main .item .item-list dl:first-child {
        min-height: auto;
    }

    .nav-tog-main .item .item-list:last-child dl:last-child dd {
        display: none;
    }

    .nav-tog-main .item dl dd a {
        font-size: 16px;
    }

    .nav-tog-main .item .item-list {
        width: 100%;
        margin: 0;
        text-align: center;
        display: block;
    }

    .nav-tog-main .item {

    }

    .container-left {
        display: none;
    }

    .container-right {
        width: 100%;
    }

    .pro-list li {
       
    }

    #advantage {
        background: #fff;
        padding: 60px 0;
    }

    #advantage .width {
        position: static;
    }

    #advantage ul.flex li {
        width: 100%;
        flex: auto;
        color: unset;
        margin-bottom: 15px;
    }

    #advantage ul.flex li h1 {
        line-height: normal;
        margin-bottom: 10px;
    }

    #advantage ul.flex li p {
        opacity: 1;
        transform: unset;
    }

    #advantage ul.flex li span {
        font-size: 2rem;
        color: #ec6c00;
    }

    .download-list li {
        padding: 10px;
        width: 100%;
        margin-bottom: 10px;
    }

    .cate-banner {
        position: relative;
        height: 0;
        padding-top: 40%;
    }

    .cate-banner .ps-content {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .cate-banner .ps-content img {
        height: 100%;
    }

    .cate-banner .ps-content .pa-mask {
        background-color: rgba(0, 0, 0, .2);
    }

    .foot-1 {
        padding-bottom: 10px;
    }

    footer {
        padding-top: 40px;
    }

    .link a {
        padding-right: 10px;
    }

    #about1 .item-left, #about1 .item-right,  #about3 li, #media .flex li {
        width: 100%;
    }
	

    #about4 {
        min-height: auto;
    }

    #about4 .content p {
        font-size: 14px;
        line-height: 2;
    }

    #culture li {
        width: 100%;
    }

     header.fix1, header.fix,header:hover {
        
    }

    header.fix:hover .menu-handler .burger {
        background-color: #fff;
    }

    #partner li {
        width: 32%;
        padding: 0;
        margin-bottom: 10px;
    }

    #news .news-list li, .xgwz li {
        width: 100%;
    }
	

    #article {
        padding: 0;
    }

    #article .width {
        width: 100%;
        padding: 3%;
    }

    #product-show .pro-list li p,#article .pro-list li p {
        font-size: 12px;
    }

    #product-show .pro-list li h3,#article .pro-list li h3 {
        font-size: 16px;
    }

    #product-show .pro-list li span,#article .pro-list li span {
        display: none;
    }
    .ps-content .pa-mask h2{
        font-size: 24px;
        line-height: normal;
        margin: 0 auto;
    }
    .ps-content .pa-mask .ax-break-sm{
        display: none;
    }
    .ps-content .pa-mask.flex2{
    
        padding-top: 50px;
    }
    #article .ax-article{
        padding: 0;
    }
    .pro-list li{
        margin-bottom: 2%;
    }
    #product-show{
        padding: 0;
    }

    #product-show .tab-list li{
        width: 20%;
        font-size: 12px;
    }
	#about2 li img{ height:276px;}
}

@media only screen and (max-width: 1000px)
{
	header .all .header-left{ width:220px;}
.cate-banner .ps-content a{ display:block; height:100%;}
}
.swiper-container-fade .swiper-slide .bg a{ display:block; height:100%;}
@media only screen and (max-width: 768px)
{
	#contact .flex3{ display:block;}
	#contact .itemleft{ padding:0% 5% 3% !important;}
	#contact .flex3 .contact-info{ padding-top:80%;}
	#contact .width{ padding:0px;}
	#contact .width .map{ top:0px; bottom:0px;}
	a#piaofu{ display:none !important;}
.cate-banner .flex h1{ margin-top:0;font-size:20px;}
	.cate-banner .path-right {
        display: none;
    }
	.list-4 li {
    width: 48%;
}
#about2 li{ margin-right:4%; margin-bottom:4%;}
#about2 li:nth-child(2n){ margin-right:0px;}
#about2 li img{ height:425px;}
.ps-content .pa-mask h2 { width:90%;}
}

@media only screen and (max-width: 640px)
{
	.copyright .support{ display:block; margin-left:0px;}
	.copyright .flex{align-items: inherit;}
	#contact .itemleft h1{ font-size:20px;}
	.classlist a{ font-size:14px; margin-right:15px;}

	#about2 li img{ height:389px;}
	header .all .header-left{ width:160px;}
}
@media only screen and (max-width: 640px)
{
	.cate-banner .flex h1{ display:none;}
	header{border-bottom:none;}
	#job .container-right .artlist-item-body{ padding:5% 0px;}
}
.map{width:100%; position:absolute; left:0; top:50px; right:0px; bottom:50px;}
.map #map{ position:absolute; left:0; top:0; height:100%; width:100%;}
.map img{max-width:inherit; height:auto !important;}
a#piaofu {
    display: block;
    width: 45px;
    height: 45px;
    background: #ccc url(../images/gotop.png) center center no-repeat;
    position: fixed;
    bottom: 20px;
    right: 0px;
    z-index: 102;
}

.index_news{ display:flex;align-items: stretch; }
.index_news .news_left{ width:48%;  position:relative;}
.index_news .news_left a{ height:100%;}
.index_news .news_left .photo{ height:100%; width:100%; overflow:hidden; position:relative;}
.index_news .news_left .photo img{ width:100%; height:100%;object-fit:content;transition:all .9s;-webkit-transition:all .9s;object-fit: cover;
 object-position: center center;}
.index_news .news_left:hover .photo img{transform:scale(1.05);-webkit-transform:scale(1.05);}
.index_news .news_left .content{ position:absolute; left:0px; bottom:0px; width:100%;background-color: rgba(0,0,0,.5); padding:20px 20px;display:block; white-space:nowrap; overflow:hidden; color:#fff; font-weight:bold;text-overflow:ellipsis;-webkit-text-overflow:ellipsis; font-size:16px;}
.index_news .news_right{ margin-left:20px; overflow:hidden; flex:1; overflow:hidden;}
.index_news .news_right ul{display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 15px 0px;}
.index_news .news_right ul li{ background: #f9f9f9; padding:25px 10px 25px 0px; display: flex;align-items: stretch; color:#333; overflow:hidden; width:100%;}
.index_news .news_right ul li .date{ display: flex; flex-direction: column; text-align:center;font-family: 'Oswald', sans-serif; font-size:16px; width:120px; color:#1890ff;}
.index_news .news_right ul li .date .year{ font-size:30px;font-weight: bold; font-family: 'Oswald', sans-serif; margin-bottom:5px;}
.index_news .news_right ul li .title{ margin-bottom:6px;}
.index_news .news_right ul li .title a{font-size:16px;font-weight: bold; color:#333;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.index_news .news_right ul li .desc{ color:#898989; font-size:14px; line-height:2; margin-top:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical; overflow:hidden;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;}
.index_news .news_right ul li:hover .title a{ color:#1890ff;}
.index_news .news_right ul li .content{ flex:1; overflow:hidden; padding-left:25px; position:relative;}
.index_news .news_right ul li .content:before{position: absolute;
    left: 0px;
    top: 0%;
    content: '';
    background: #ddd;
    width: 1px;
    height: 100%;
    z-index: 1;}
.index_news .news_right ul li .content:after{position: absolute;
    left: 0px;
    top: 0%;
    content: '';
    background:#1890ff;
    width: 1px;
    height: 0%;
    z-index: 1; transition: all .5s ease;}
.index_news .news_right ul li .content:hover:after{
    height: 100%;
}

@media only screen and (max-width: 550px){
	#about2 li img{ height:310px;}
	.news-list.flex{grid-template-columns: repeat(1, 1fr);}
	}
	@media only screen and (max-width: 450px){
	#about2 li img{ height:229px;}
	}
@media only screen and (max-width: 800px){
	#index-2 .width{flex-direction: column;}
	#index-2 .index2-map{ width:100%; margin-left:0px; margin-top:30px;}
	#index-2:before{ display:none;}
	#index-2{ margin:0px auto;}
	#index-2 .slogan{ font-size: 20px;
    padding-top: 0px;
    margin-bottom: 15px;}
	#index-2 .content p{ margin-bottom:0px;}
	#index-2 .content{ margin-bottom:25px;}
	#index-7 ul{grid-template-columns: repeat(4, 1fr); grid-gap: 15px 15px;}
	.index_news{flex-direction: column;}
	.index_news .news_left{ width:100%; margin-bottom:25px;}
	.index_news .news_right{ margin-left:0px;}
	}
	@media only screen and (max-width: 450px){
	#index-2 .index_about ul{grid-gap: 15px 15px;}
	#index-2 .index_about ul li{ padding:12px 10px;}
	#index-pro .swiper-slide .content .ax-ell{ font-size:14px;}
	.index_news .news_left .content{ font-size:14px; padding:10px;}
	.index_news .news_right ul li .date{ width:100px;}
	.index_news .news_right ul li .date .year{ font-size:20px;}
	.index_news .news_right ul li .content{ padding-left:20px;}
	.index_news .news_right ul li .desc{ line-height:1.5;}
	#index-2 .index_about ul li a .iconfont{ font-size:30px;}
	.index_news .news_right ul li{ padding-top:20px; padding-bottom:20px;}
	
	}
.team_1 { padding-top:20px;}
.team_1 ul{display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 30px;
align-items: stretch;}
.team_1 ul li{  background: #f9f9f9; overflow:hidden; display:flex;align-items:flex-start; padding:15px; }
.team_1 ul li .tpleft{ width:30%; margin-right:22px;}
.team_1 ul li .tpleft .photo{    width: 100%;
    padding-bottom: 135%;
    position: relative;
    overflow: hidden;}
.team_1 ul li .tpleft .photo img{ position:absolute; left:0px; top:0px; width:100%; height:100%;object-fit: cover;
 object-position: center center;
}
.team_1 ul li .content{ flex:1; overflow:hidden;}
.team_1 ul li .content .title{ position:relative; font-size:20px; line-height:2; margin-bottom:5px;}
.team_1 ul li .content .title:before {
	width: 60px;
    height: 0px;
    background: #c00;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
}
.team_1 ul li .content .desc{ color:#666; line-height:1.7;}
.pro-list{display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 25px 25px;
align-items: stretch;}
.pro-list li{ margin-bottom:0px;}
.pro-list{ margin-bottom:35px;}
.ax-tab .ax-tab-content .table_1{ width:100%; overflow:auto;}
.ax-tab .ax-tab-content .table_1 table{ min-width:100%; width:1000px;border-left:1px #ebebeb solid;border-top:1px #ebebeb solid; }
.ax-tab .ax-tab-content .table_1 tr td{ padding:8px; border-bottom:1px #ebebeb solid;border-right:1px #ebebeb solid; text-align:center;}
.ax-tab .ax-tab-content .table_1 tr.first{    background-color:#666; color:#fff;}

.index_pr .pro_bg .photo img{
    transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 2.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.index_pr .pro_bg .photo .swiper-slide-active img{transform:scale(1.1);-webkit-transform:scale(1.1);}

@media only screen and (max-width:768px){
	.team_1 ul{grid-template-columns: repeat(1, 1fr);}
	.pro-list{grid-template-columns: repeat(2, 1fr);}
	.online{ display:none;}
}
@media only screen and (max-width:400px){
	.pro-list{grid-template-columns: repeat(1, 1fr);}
}