@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "ss";
    src: url("../fonts/ss.eot"); /* IE9 */
    src: url("../fonts/ss.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/ss.woff") format("woff"), /* chrome、firefox */
    url("../fonts/ss.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/ss.svg#../fonts/ss") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
/*********************共用样式*******************/
body{
    margin: 0;
    font-family:"Source Han Sans CN","Microsoft YaHei","PingFangSC-Semibold",Arial, Helvetica,"Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
img{display:inline-block;}
.alltime, .alltime * {
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.container{width:1440px;margin:0 auto;padding:0}
a {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    color: #333;
}
/***************共用样式****************/
.in-ban img{display:block;}
.sub_menu{
	display: flex;
	margin-bottom: 100px;
	background: #f4f4f4;
}
.sub_menu .mt{
	width:30%;
	padding:0 5%;
	background:#7b8d2e;
	color:#fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size:18px;
	font-weight: bold;
}
.sub_menu ul li{
	float:left;
	line-height: 60px;
}
.sub_menu ul li a{
    display: inline-block;
	padding:0 35px;
	line-height: 1;
	border-right:1px solid #ccc;
	color:#333;
}
.sub_menu ul li a:hover,
.sub_menu ul li.chose a{
	color:#7b8d2e;
}
.left{
	width:50%;
	float:left;
}
.right{
	width:50%;
	float:right;
}
/*************产品中心************/
.pro-form{margin-bottom:100px;}
.pro-form .item{
	width:33.33%;
	float:left;
	height:370px;
}
.pro-form .item .word{
	font-size:22px;
	text-align: center;
	line-height: 50px;
	font-family:"Open Sans","Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.pro-form .item.last{
	background:#f8f8f8;
	text-align: center;
	line-height: 370px;
	font-size:30px;
	color:#121212;
}
/**************产品详情*****************/
.summary{
	padding-bottom:3%;
	min-height: 100vh;
}
.summary .bread-nav{
	background: #eee;
	margin-bottom:50px;
	padding:15px 0;
}
.summary .bread-nav .a1{
	display:inline-block;
    color: #333;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.5;
}
.summary .bread-nav span{
	color: #7b8d2e;
	font-size: 14px;
    line-height: 1.5;
	padding:0 5px;
}
.summary .bread-nav .a2 h2{
	display:block;
    color: #333;
    font-weight: 400;
    font-style: normal;
    font-size: 26px;
    line-height: 1.08333;
}
.summary .right{
	padding-top: 30px;
	width:45%;
}
.summary .left h2{
	font-size:60px;
	color:#292f10;
	font-weight: bolder;
	font-style: italic;
}
.summary .left .line {
    width: 60px;
    height: 4px;
    background-color:#7b8d2e;
	margin-bottom: 30px;
}
.summary .left .p1{
	font-size:20px;
	line-height: 1.5;
	color:#333;
	margin-bottom: 30px;
}
.summary .left .con{
	font-size:16px;
	line-height: 30px;
	color:#333;
}
.summary .left .con li:before{
	display:block;
	content: '';
	width:4px;
	height: 4px;
	background: #333;
	border-radius: 50px;
	float:left;
	margin-top: 14px;
	margin-right: 10px;
}
.spec{
	background:#f4f4f4;
	padding:50px 0;
	display: none;
}
.spec .left{
	padding-top:50px;
}
.spec .left img{
	mix-blend-mode: multiply;
}
.spec .title_wrap {
    position: relative;
    width: 100%;
}
.spec .title_wrap::before {
    position: absolute;
    content: '';
    bottom: -15px;
    width: calc(100% + 82px);
    height: 36px;
    left: -41px;
    background-color: #fff;
}
.spec .right{
    background-color: #fff;
    padding: 0 42px;
    margin-bottom: 68px;
}
.title_wrap .series_title_wrap {
    width: calc(100% - 95px);
}
.series_title {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    position: relative;
    width: auto;
    display: inline-block;
	cursor: pointer;
}
.series_title .text {
    z-index: 1;
    position: relative;
	font-size:30px;
	font-style: italic;
}
.series_title .line {
    content: '';
    position: absolute;
    bottom: calc(100% - 20px);
    margin: auto 0;
    left: calc(100% + 12px);
    width: 25vw;
    height: 1px;
    background-color: #999;
}
.collapse_btn_wrap {
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: calc(100% - 11px);
    width: 24px;
    height: 24px;
    margin: auto;
}
.collapse_btn_wrap::before {
    width: 100%;
    height: 50%;
    background-color: #fff;
    top: 1px;
    content: '';
    position: absolute;
    left: -35px;
    width: calc(100% + 77px);
}
.relp{display: none;
	padding:50px 0;
}
.relp h2{
	font-size:36px;
	color:#121212;
	margin-bottom: 30px;
}
.relp-list li{
	width:33.33%;
	float:left;
	text-align: center;
	font-size:18px;
}
/**************联系我们*****************/
.cinfo{
	max-width:1200px;
	margin-top:50px!important;
	padding:100px 0;
}
.cinfo .item{
	width:50%;
	float:left;
}
.cinfo h5{
    font-weight: 600;
    margin-bottom: 25px;
    display: block;
	font-size:24px;
}
.cinfo address {
    display: block;
    margin-bottom: 50px;
	font-size:16px;
	color:#666;
	font-style:normal;
}
.contact-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-social-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid #323e48;
    border-radius: 14px;
    text-align: center;
    line-height: 60px;
    vertical-align: middle;
    padding: 10px;
    margin: 10px;
    text-decoration: none;
}
.contact-social-btn i {
    padding: 20px;
}
.contact-social-btn:hover {
    background-color: #7b8d2e;
    color: #fff;
    text-decoration: none;
    border-color: #7b8d2e;
}
/*************公司简介************/
.about{
	padding:100px 0;
}
.about .title .small{
    font-size: 18px;
	color:#333;
}
.about .title .big{
    font-size: 36px;
	line-height: 65px;
	color:#121212;
	margin-bottom: 10px;
	background: url(../images/car.jpg) left center no-repeat;
	font-weight: 600;
}
.about .con p{
	font-size:16px;
	color:#333;
	line-height: 30px;
}
.his .title h2{
	font-size:36px;
	color:#121212;
	text-align: center;
	font-weight: 600;
}
.his .title p{
	font-size:16px;
	color:#666;
	text-align: center;
	margin-bottom: 50px;
}
.cntl{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.cntl-center {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.cntl-bar {
    position: absolute;
    width: 4px;
    top: 0;
    bottom: 0;
    background-color: #eee;
    box-shadow: inset 0px 0px 4px -2px #000;
}
.cntl-bar-fill {
    background-color: #7b8d2e;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
}
.cntl-bar-fill, .cntl-content, .cntl-image {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}
.cntl-state {
    position: relative;
    width: 100%;
    min-height: 200px;
    margin-bottom: 50px;
}
.cntl-content{
    width: 46%;
    padding: 20px;
    border-radius: 2px;
    border: solid 1px #d4d4d4;
	-webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 18%);
    box-shadow: 0 1px 6px rgb(0 0 0 / 18%);
    float: left;
    opacity: 0;
	top:50%;
    position: relative;
    margin-left: -40%;
	text-align: center;
}
.cntl-content:before{
	position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    content: ' ';
}
.cntl-content:after{
	position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: ' ';
}
.cntl-content h4 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
	font-family: "Open Sans", Helvetica, Arial, "sans-serif";
}
.cntl-state::after {
    display: block;
    content: ' ';
    clear: both;
}
.cntl-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #d0d0d0;
    position: absolute;
    top: 0;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
}
.cntl-image {
    opacity: 0;
    width: 40%;
    padding: 2%;
}
.cntl-animate .cntl-content {
    opacity: 1;
    margin-left: 0%;
}
.cntl-animate .cntl-image {
    opacity: 1;
}
.cntl-animate .cntl-icon{
	background:#7b8d2e;
}
.cntl-state:nth-child(2n+1) .cntl-image {
    float: right;
}
.cntl-state:nth-child(2n) .cntl-content {
    float: right;
    margin-right: 0%;
}
.cntl-state:nth-child(2n) .cntl-content:before{
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.cntl-state:nth-child(2n) .cntl-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}



.notice{
	font-size:24px;
	color:#fff;
	text-align: center;
	margin:50px 0;
}
.notice p strong{
	font-size:28px;
	font-weight: bold;
}
.cul-list{
	display: -webkit-box;
    display: flex;
    padding-top: 50px;
    margin: 0 auto;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
	margin-bottom: 100px;
}
.cul-list li{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
	position: relative;
    margin-right: 30px;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
}
.cul-list li img{
	margin-bottom: 40px;
}
.cul-list li h2{
	margin-bottom: 5px;
    font-size: 24px;
    color: #333;
    line-height: 40px;
}
.cul-list li p{
	padding:0 30px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.mySwiper .swiper-slide{
	border:1px solid #eee;
	padding:5px;
}
.mySwiper .swiper-slide-thumb-active{
	border:1px solid #7b8d2e;
}

/*****************新闻中心*****************/
.sub_menu2{
	background:#f7f8fa;
}
.sub_menu2 h2{
	font-size:24px;
	color:#333;
	line-height: 50px;
}
.media{padding: 20px 0;}

.news .container{
    max-width:860px;
    padding: 60px 0 40px;
    margin: 0 auto;
}
.news .title {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 56px;
}
.news .date {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 20px;
}
.article__footer-nav {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 860px;
	border-top: 1px solid #939799;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
}
.article__footer-nav .footer-nav--item{
    width: calc(100%/3);
}
.article__footer-nav .footer-nav--main-page{
    text-align: center;
}
.article__footer-nav .footer-nav--next{
    text-align: right;
}
.article__footer-nav .footer-nav--next:after{
    background: url(../images/down-chevron-black.svg) no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 12px;
    margin-right: -6px;
    padding-left: 20px;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    vertical-align: top;
    width: 12px;
}


/**************下载页*************/
.dl-container {
    padding: 40px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.dl-container .app-title {
    text-align: center;
    font-size: 30px;
    color: #121212;
    line-height: 30px;
}
.dl-container .app-title .app-icon img{
    width:120px;
	margin:0 auto;
}
.dl-container .app-preview {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
    height: 346px;
    width: 260px;
    background:url(../images/app.png) center no-repeat;
    background-size: 100% 100%;
}
.dl-container .app-slogan {
    margin-top: 20px;
    margin-bottom: 60px;
    color: #333;
    text-align: center;
    font-size: 21px;
	font-family:Barlow, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.dl-container .app-download li {
    margin-bottom: 25px;
    line-height: 42px;
}
.dl-container .app-download li a {
    color: #121212;
    border: 1px solid #121212;
    border-radius: 22px;
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.dl-container .fa{
    display: inline-block;
    background-size: 25px;
    background-position: 0 0;
    font-size: 19px;
    line-height: 27px;
}
.dl-container .fa:before{
	margin-right:10px;
}





