* {margin: 0; padding: 0; font-size: inherit; font-style: inherit; font-family: 'MicrosoftYaHei'; box-sizing: border-box; -webkit-text-size-adjust: 100%;}
#cnzz_stat_icon_1276808739{
	display:none;
}
body, html {
	font-size: 18px;
}
li {
	list-style: none;
}
@media screen and (max-width: 750px) {
	body, html {
		font-size: 16px;
	}
}
.my-carousel {
	position: relative;
	max-height: 632px;
	overflow: hidden;
}

.my-carousel .ruler-img {
	width: 100%;
	display: block;
}

.my-carousel ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
}

.my-carousel ul li {
	width: 100%;
	height: 100%;
	display: inline-block;
	vertical-align: top;
	background: no-repeat center;
	background-size: cover;
}

.my-carousel ul li a {
	display: block;
	height: 100%;
	background: rgba(0, 0, 0, .5);
}
.my-carousel .btn-box {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 1rem;
	text-align: center;
}

.my-carousel .btn-box a {
	width: 3rem;
	height: 0.5rem;
	border: 1px solid #fff;
	margin: 0 1rem;
	display: inline-block;
	background: rgba(255,255,255,0.6);
}
@media screen and (max-width: 750px) {
	.my-carousel .btn-box {
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0.2rem;
		text-align: center;
	}
    .my-carousel .btn-box a {
		width: 1rem;
		height: 0.2rem;
		margin: 0 0.3rem;
		display: inline-block;
		border: none;
	}
}
.my-carousel .btn-box a.on {
	background-color: #ffffff;
}
.my-carousel .direction {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -50px;
	cursor: pointer;
	border-radius: 4px;
	transition: .3s all;
}

.my-carousel .direction:hover {
	background: rgba(0, 0, 0, .5);
}
.group-introduction {
	margin-top: 0.834rem
}
.group-introduction > div {
	margin-top: 1rem;
}
.introduction-content > div:nth-child(2) {
	font-size: 0.9rem;
	margin-bottom: 1.33rem;
	line-height: 1.56rem;
	text-align: justify;
}
.content-title {
	margin-bottom: 1.06rem;
	margin-top: 1.5rem;
	height: 35px;
	line-height: 35px;
}
.content-list{
	list-style: none;
	display: inline-block;
}
.content-list>li{
	display: inline-block;
	position: relative;
	padding: 0px 12px;
}
.content-list>li:last-child:after{
	display: none;
}
.content-list>li.on > span{
	color: #092F57;
	font-size: 18px;
}
.content-list>li:hover >span{
	color: #092F57;
	font-size: 18px;
	cursor: pointer;
}
.content-list>li:after{
	content: "";
	width: 1px;
	height: 18px;
	background: #092F57;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.content-list>li>span{
	vertical-align: middle;
	color: #7E7E7E;
}
.content-title > * {
	font-size: 1rem;
	color: #092F57;
}
.content-title > a:last-child {
	float: right;
}
.content-title > a:last-child >img{
}
.content-title > span:nth-child(2) > img {
	vertical-align: baseline;
}
.content-title > span:nth-child(2) > span {
	padding: 0 0.5rem;
	color: #7E7E7E;
}
.content-title > span:nth-child(2) > span:first-child {
	margin-left: 0.5rem;
	border-right: 0.06rem solid #7E7E7E;
	border-left: 0.06rem solid #092F57;
	display: inline-block;
    line-height: 1rem;
}
@media screen and (max-width: 750px) {
	.content-title > span:nth-child(2) > span:nth-child(2) {
		color: #092F57;
	}
}
.content-title > span:last-child > img {
	vertical-align: middle;
}
.introduction-img > div {
	display: inline-block;
	width: 32%;
}
.introduction-img > div > img {
	width: 100%;
}
.introduction-img > div > div {
	padding: 0.28rem 0.56rem;
	font-size: 0.78rem;
	color: #fff;
	background: #0080BC;
}
.generation-info {
	margin-top: 1.36rem;
	padding: 0.5rem;
	border: 0.06rem solid #87B3DC;
	text-align: center;
}
.generation-info > * {
	vertical-align: middle;
}
.generation-info > span {
	font-size: 3rem;
	color: #0080BC;
}
.generation-info > img {
	margin-left: 3.37rem;
}
@media screen and (max-width: 750px) {
	.generation-info > img {
		margin-left: 1.37rem;
	}
	.generation-info {
		margin-top: 1.36rem;
		padding: 0.5rem;
		border: none;
		text-align: center;
	}
}
.new-info {}
.new-info > ul {}
.new-info > ul > li {
	color: #444444;
	font-size: 0.85rem;
	padding: 0.8rem 1rem;
	background: #FAFAFA;
	margin-top: 0.1rem;
}
.new-info > ul:not(:first-child){
	display: none;
}
.new-info > ul > li > * {
	vertical-align: middle;
}
.new-info > ul > li > span:first-child {
	display: inline-block;
	width: 72%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.new-info > ul > li > span:first-child > a{
	text-decoration: none;
	color: #444444;
}
.new-info > ul > li > span:last-child {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.product-img>ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.product-img > ul > li {
	display: inline-block;
	margin-left:1.5%;
    vertical-align: top;
	padding: 1.24rem 0 1.06rem 0;
    text-align: center;
	width: 23.1%;
	background: #EEEEEE;
	font-size: 14px;
	color: #444444;
	margin-top: 16px;
	height: 178px;
}
.product-img > ul > li:first-child {
	margin-left: 0;
	padding:0;
}
.product-img > ul > li:first-child > div{
	margin-top: 0;
	line-height: 178px;
}
.product-img > ul > li:nth-child(3) {
	padding-top:35px;
}
.product-img > ul > li:nth-child(5) {
	margin-left: 0;
}
.product-img > ul > li:nth-child(6) {
	
}
.product-img > ul > li:nth-child(8) {
	
}
.product-img > ul > li > div {
	margin-top: 1rem;
}
.bom-new-info > ul > li {
	padding: 1rem 4rem 1.1rem 1.6rem;
	font-size: 0.89rem;
	background: #F5F4F4;
	margin-top: 0.1rem;
	position: relative;
}
.bom-new-info > ul > li:after{
	content: "";
	width: 0px;
	height: 0px;
	border: 15px solid transparent;
	border-left: 15px solid #0080BC;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: none;
}
.bom-new-info > ul > li.on{
	background: #0080BC;
	color: #fff;
}
.bom-new-info > ul > li.on > div >a{
	color: #fff;
	text-decoration: none;
}
.bom-new-info > ul > li.on:after{
	display: inline-block;
	
}
.bom-new-info > ul > li > div {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.9rem;
}
.bom-new > div:last-child > img {
	width: 100%;
	height: 100%;
}
/* footer */
footer{
	height:345px;
	background:rgba(248,248,248,1);
}
footer .footer-t{
	overflow: hidden
}
footer .footer-t-l{float: left;overflow: hidden;margin-top: 40px;}
footer .footer-t-l ul:nth-child(3){margin: 13px 38px 0 41px}
footer .footer-t-l .footer-title{
	width:400px;
	border-bottom: 1px solid #0080BC;
    padding: 5px 0 3px 0;
	overflow: hidden
}
footer .footer-t-l .footer-title span:nth-child(2){
	margin: 0 90px 0 126px
}
footer .footer-t-l .footer-title span{
	height: 26px;
	float: left;
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(0,128,188,1);
}
footer .footer-t-l .footer-list1{float: left;margin-top: 13px}
footer .footer-t-l .footer-li{margin: 0 38px 0 41px}
footer .footer-t-l .footer-list1 li:hover a{color: #0080BC;}
footer .footer-t-l .footer-list1 li a{
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(113,113,113,1);
	line-height:14px;
}

footer .footer-t-c{
	width: 337px;
	float: left;
	margin-top: 34px;
	margin-right:100px;
	margin-left:23px
}
footer .footer-t-c .topbar{
	margin-bottom:27px;	
}
footer .footer-t-c .topbar img{
	width:91px;
	height:30px;
}
footer .footer-t-c .topbar span{
width:100px;
height:24px;
font-size:25px;
font-family:MicrosoftYaHei;
color:rgba(24,30,36,1);
line-height:0px;
margin-left:10px;
}
footer .footer-t-c .footbar{
font-size:14px;
font-family:MicrosoftYaHei;
color:rgba(113,113,113,1);
line-height:24px;
}

/*
footer .footer-t-c{
	width: 240px;
	float: left;
	margin-top: 34px;
	margin-right:180px;
}
footer .footer-t-c .subcrit{width: 240px;border-bottom: 1px solid #0080BC;padding-bottom: 10px}
footer .footer-t-c .subcrit img{
	width:15px;
	height:15px;
}
footer .footer-t-c .subcrit span{
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(0,128,188,1);
}
footer .footer-t-c p{
	width:240px;
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(113,113,113,1);
	line-height:24px;
	margin-top: 15px;
}
footer .footer-t-c input{
	width:242px;
	height:31px;
	box-shadow:1px 0px 0px rgba(0,0,0,0.13);
	border: 1px solid #0080BC;
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(168,168,168,1);
	padding-left: 10px;
	margin-top: 12px
}
footer .footer-t-c input:nth-child(5){
	text-align: center;
	width:110px;
	height:30px;
	background:rgba(0,128,188,1);
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(255,255,255,1);
	line-height: 30px;
	margin-top: 18px;
	padding: 0
}
*/
footer .footer-t-r{
	float: right;
	width: 240px;
	margin-top: 35px;
}
footer .footer-t-r div{
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(0,128,188,1);
	line-height:14px;
	border-bottom: 1px solid #0080BC;
	padding: 11px 0;
	margin-bottom: 14px;
}
footer .footer-t-r a{
	font-size:14px;
	font-family:MicrosoftYaHei;
	color:rgba(113,113,113,1);
	margin-right: 38px;
	display: inline-block;
/*	margin-bottom: 10px;*/
	cursor: pointer;
	line-height:14px'
}
footer .footer-t-r img{
	margin-right: 11px;
}
footer .footer-t-r img:nth-of-type(3){
	margin-right: 0;
}
/* copyLink */
#copylink{
	width: 100%;
	height:42px;
	background:rgba(238,238,238,1);
}
#copylink p{
	margin: 0 auto;
	font-size:12px;
	font-family:MicrosoftYaHei;
	color:rgba(113,113,113,1);
	line-height:42px;
	text-align: center;
}