*{ margin:0; padding:0;box-sizing: border-box; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{ color:#00150F; font-size:16px;}
html{ font-size: 14px;  }
a{ text-decoration: none;color: #00150F;}
a:focus { outline: 0; color: #00150F;text-decoration: none;}
a:hover{ text-decoration: none;}
/* a:visited {text-decoration: none;color:#333333;} */
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;margin:0;}
.clear{ clear:both;}
p{ margin:0 auto; padding:0;}
.rf{ float:right;}
.lf{ float:left; }
.fff{ color:#fff;}
div, p {
    box-sizing: border-box;
}

@font-face {
    font-family: "SanFrancisco-Regular";
    src: url('https://cybiot.cn/cysw/static/fonts/SanFranciscoText-Regular-19.otf');
}

input,button,select,textarea{ outline:none; font-family:arial;  }
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}

submit{ font-family:"arial, helvetica, sans-serif";  }

#warp{ width:100%; height:auto; overflow: hidden;}


.sf-r {
    font-family: "SanFrancisco-Regular";
}
.w1200 {
	width: 1500px;
    margin: 0 auto;
}
@media screen and (max-width:1540px) {
	.w1200 {
        width: 100%;
        padding: 0 12px;
    }
}

.clearfix::after {
	content: '';
	display: block;
	clear: both;
}
.clamp1{
  	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
}
.clamp2{
  	overflow : hidden;
  	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
}

/* 图片放大 */
.scaleimg {
	overflow: hidden;
}
.scaleimg img {
	-webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.scaleimg img:hover {
	-webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/* 图片旋转 */
.rotateimg img {
	-webkit-transition: all .6s ease-out 0s;
    -moz-transition: all .6s ease-out 0s;
    -o-transition: all .6s ease-out 0s;
    transition: all .6s ease-out 0s;
}
.rotateimg:hover img {
	-webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* 头部 */
.header {
	height: 105px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 10;
	transition: all .3s;
	background-color: #6FC000;
}
.header.white {
    background-color: #fff;
}
.logo {
    margin-top: 10px;
    color: #6FC000;
    text-align: center;
}
.logo img {
	width: 115px;
}
.nav-box .item {
	float: left;
    width: 102px;
    line-height: 102px;
    margin: 0 26px;
    text-align: center;
	position: relative;
    height: 105px;
}
@media screen and (max-width:1800px) {
    .nav-box .item {
        margin: 0 20px;
    }
}
.nav-box .item>a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	transition: color .3s;
	position: relative;
	z-index: 1;
}
.nav-box .on {
    border-bottom: 3px solid #fff;
}
.white .nav-box .item>a {
    color: #333333;
}
.white .nav-box .item.on>a {
    color: #6FC000;
}
.white .nav-box .on {
    border-color: #6FC000;
}
.white .nav-box .on a {
    /* color: #6FC000; */
}
.white .nav-box .item:hover>a {
	color: #6FC000;
}
.header-mobile {
    color: #fff;
    font-size: 20px;
    margin-top: 36px;
    line-height: 26px;
    vertical-align: middle;
}
.white .header-mobile {
    color: #6FC000;
}
.header-mobile img {
    width: 24px;
    vertical-align: baseline;
    position: relative;
    top: 4px;
    margin-right: 8px;
}

.header .item:hover .xiala {
	display: block;
}
.xiala {
	width: 138%;
	background-color: rgba(255,255,255,.85);
	position: absolute;
	top: 105px;
    left: -19%;
	z-index: 2;
	display: none;
}
.xiala a {
	display: block;
	height: 45px;
	line-height: 45px;
    color: #333;
	padding: 0;
    border-bottom: 1px solid #fff;
    font-size: 14px;
}
.xiala a:hover{
	background-color: #6FC000;
    color: #fff;
    border-color: #6FC000;
}

.mheader {
	display: none;
}

.content-wrapper {
	min-height: calc(100vh - 360px);
}


/* @media screen and (max-width:1440px) {
    .header-content {
        margin: 0 30px;
    }
} */

@media screen and (max-width:1200px) {
	.nav-box .item {
        width: 95px;
	}
}
@media screen and (max-width:1200px) {
    body {
        padding-top: 50px;
    }
	.header {
		display: none;
	}
	.mheader {
		display: block;
		width: 100%;
		height: 50px;
		padding: 10px 12px 0;
		background-color: #6FC000;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 10;
	}
	.mheader .mlogo {
		width: 85px;
	}
	.mheader .mlogo img {
		width: 100%;
		max-height: 31px;
	}
	.mheader .menu {
		width: 20px;
		margin-top: 6px;
		cursor: pointer;
	}
	.mheader .menu img {
		width: 100%;
	}
	.mheader .search {
		margin-top: 6px;
		width: 20px;
		margin-right: 33px;
	}
	.mheader .search img {
		width: 100%;
	}

	.mnav-wrap {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		z-index: 10;
		background-color: rgba(0, 0, 0, 0.6);
		/* display: none; */
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.mnav-wrap.show {
		/* display: block; */
		width: 100%;
		height: 100%;
	}
	.mclose {
		width: 20px;
		height: 20px;
		position: absolute;
		right: 285px;
		top: 15px;
		background: url('../image/mclose.png') no-repeat center;
        background-size: 100%;
	}
	.mnav-content {
		width: 0px;
		background: #6FC000;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		overflow-y: scroll;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		color: #fff;
	}
	.mnav-wrap.show .mnav-content {
		/* right: 0; */
		width: 270px;
	}
	.mnav-content a {
		color: #fff;
	}
	.mnav-content .item {
		width: 100%;
		/* height: 60px; */
		line-height: 60px;
		position: relative;
	}
	.mnav-content .item>a {
		padding-left: 75px;
        height: 100%;
        display: block;
        border-bottom: 1px solid #CCE2FF;
	}
	.mnav-content .item.on:before {
		content: '';
		display: block;
		width: 10px;
		height: 100%;
		background-color: #F1C804;
		position: absolute;
		left: 0;
	}
	.mnav-content .more {
		width: 50px;
		height: 60px;
		background: url('../image/showjia.png') no-repeat center;
		background-size: 10px;
		cursor: pointer;
        position: absolute;
        right: 20px;
        top: 0;
	}
	.mnav-content .showmore .more {
		background-image: url('../image/showjian.png');
	}
    .mnav-content .showmore .mxiala {
        display: block;
    }
	.mnav-content ul {
        display: none;
		background-color: #2E7CE6;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
	}
	.mnav-content ul li a {
		overflow: hidden;
		display: block;
		line-height: 60px;
        padding-left: 75px;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
        border-bottom: 1px solid #CCE2FF;
	}

}

.header.active {
	background-color: #fff;
}
.header.active a {
	color: #333333;
}
.active .search-box {
	border-color: #E5E5E5;
}
.active input::-webkit-input-placeholder{
	color: #B5B5B5;
}
.active input::-moz-placeholder{  
	color: #B5B5B5;
}
.active input:-moz-placeholder{   
	color: #B5B5B5;
}
.active input:-ms-input-placeholder{  
	color: #B5B5B5;
}
.active .submit {
	background-image: url('https://cybiot.cn/cysw/static/img/search2.png');
}


/* footer */
.footer-top {
    background-color: #232323;
    padding: 75px 0 92px;
    color: #fff;
}
.footer-top .foot-logo {
    width: 165px;
    margin-bottom: 38px;
}
.footer-top .foot-logo img {
    width: 100%;
}
.footer-top .contact-item {
    font-size: 14px;
    margin-bottom: 22px;
}
.footer-content {
    margin: 0 15% 0 14%;
}
.footer-nav {
    margin-left: 20%;
    margin-top: 9px;
}
.footer-nav a {
    display: block;
    color: #fff;
    margin-bottom: 22px;
    font-size: 16px;
}
.footer-code {
    width: 27%;
}
.footer-code-box {
    text-align: center;
    font-size: 14px;
    margin-top: 9px;
    width: 39%;
}
.footer-code-box img {
    margin-bottom: 14px;
    width: 100%;
}
.footer {
	line-height: 48px;
	background-color: #3F3F3F;
	color: #fff;
	text-align: center;
    font-size: 12px;
    padding: 0 15px;
}
.footer a {
	color: #fff;
}
.yd-footer {
    display: none;
}
@media screen and (max-width:750px) {
    .footer-top {
        display: none;
    }
    .yd-footer {
        display: block;
        background-color: #232323;
    }
	.footer {
        line-height: 24px;
        padding: 12px 67px;
        font-size: 12px;
        background-color: #232323;
    }
    .footer span {
        display: block;
    }
    .foot-logo {
        text-align: center;
        padding: 12px 0;
        margin: 0;
    }
    .foot-logo img {
        width: 129px;
    }
    .footer-content {
        margin: 0;
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
        padding: 24px 27px 40px 12px;
    }
    .yd-footer .contact-item {
        font-size: 14px;
        margin-bottom: 14px;
        max-width: 182px;
        color: #fff;
    }
    .yd-code {
        color: #fff;
        width: 85px;
        text-align: center;
        font-size: 12px;
    }
    .yd-code img {
        width: 100%;
    }
}

/* 详情页导航 */
.detail-nav {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    background-color: #fff;
}
.detail-nav .title {
    color: #6FC000;
    position: relative;
}
.detail-nav .title::after {
    content: '';
    width: 59px;
    height: 2px;
    background-color: #6FC000;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 分页 */
.page-box {
    text-align: center;
    padding-top: 45px;
}
.page-box .page {
    display: inline-block;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #EEEEEE;
    text-align: center;
    box-sizing: border-box;
    margin: 0 3px;
    vertical-align: middle;
    color: #333333;
    font-size: 14px;
    background-color: #fff;
}
.page-box .page.on {
    color: #fff;
    background-color: #6FC000;
    border: 0;
}
.page-box .next {
    width: 78px;
}
.page-box .disabled {
    color: #A6A6A6;
}
.page-box input {
	width: 44px;
    height: 44px;
    border: 1px solid #EEEEEE;
    text-align: center;
    box-sizing: border-box;
    margin: 0 5px;
	font-size: 16px;
}
.page-box form {
	display: inline-block;
}
.page-box .submit {
	width: 60px;
	line-height: 44px;
	background-color: #6FC000;
	color: #fff;
	border: 0;
	cursor: pointer;
}
.page-box.mobile .nextbtn {
	padding: 0;
	background: none;
	color: #666;
	margin: 0;
}
.page-box.mobile .next {
	width: 9px;
}
.page-box.mobile {
	display: none;
}
.page-box.pc {
	display: block;
}
@media screen and (max-width:750px) {
	.page-box .pc {
		display: none;
	}
}