
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/* 右侧开始 */
/*联系我们*/
.advice{
    padding-top: 20px;
    padding-left: 150px;
    position: fixed;
    z-index: 999;
    right:0;
    bottom: 180px;
}
.advice-menu{
    background-color: rgba(51, 202, 229, 0.8);
    width: 29px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.img-et{
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-bottom: 5px;
    background: url("../img/fuhe.png") -80px 0;
}
.advice-items{
    display:none;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    margin-right: 40px;
    bottom: 0;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.advice-items .hd{
    text-align: right;
}
.img-close {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/fuhe.png") 0 0;
}
.advice-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.advice-menu i {
    display: block;
    margin-top: -5px;
}
.img-tel{
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/tel.png");
}
.img-drcloud {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/fuhe.png") -50px 0;
}
.advice-item-desc{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: -10px;
}
.advice-item-desc a {
    color: #373D41;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
}
.advice-item-desc a:hover{
    color: #00C1DE;
}
.advice-item-desc p{
    color: #9B9EA0;
    line-height: 24px;
    font-size: 12px;
    margin: 0;
}
.img-connect {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/fuhe.png") -20px 0;
}
/* 右侧结束 */
/*nav导航开始*/
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #036fe2;
}
.dropdown-menu{
    background-color: #222222;
    border-color: #080808;
}
.dropdown-menu>li>a{
    line-height:30px;
    color: #ffffff;
}
.dropdown-menu>li>a:hover{
    background-color: #222222;
    border-color: #080808;
    color: #036fe2;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222222;
    outline: 0;
}

.nav>li>a{
    padding-left: 25px;
    padding-right: 25px;
}
/*nav结束*/

/* 主要内容开始 */
.productnew-banner{
	margin-top: 51px;
	width:100%;
	height: 400px;
	line-height: 350px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.product-container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.product-banner-main{
    display: inline-block;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	line-height: 1rem;
}
.product-top-title{
	color: #252b3a;
	margin-bottom: 4px;
	font-size: 20px;
	line-height: 26px;
}
.product-banner-title{
	color: #252b3a;
	margin-right: 16px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
}
.product-sub-title{
	color: #252b3a;
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 22px;
}
.product-link-button{
	display: inline-block;
	text-decoration: none;
	margin-top: 32px;
	background-color: #c7000b;
	border-color: #c7000b;
	color: #fff;
	height: 40px;
	font-size: 14px;
	line-height: 38px;
	border-radius: 2px;
	padding-left: 32px;
	padding-right: 32px;
	transition: .2s;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}
.product-link-button:hover{
	text-decoration: none;
	background-color: #d64a52;
	border-color: #d64a52;
	color: #fff;
}
.product-section-part{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	-webkit-transition: background-image .2s;
	transition: background-image .2s;
	background: #f5f5f6;
	padding-top: 56px;
	padding-bottom: 56px;
}
.solution-wrapper{
	margin: 0 auto;
}
.product-section-head{
	text-align: left;
	padding-bottom: 32px;
}
.product-section-title{
	display: inline-block;
	position: relative;
	padding: 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	white-space: normal;
	color: #252b3a;
	margin: 0;
}
.product-section-subtitle{
	text-align: left;
	font-size: 16px;
	line-height: 20px;
	color: #575d6c;
	width: 100%;
	margin-top:12px;
}
.product-section-flex{
	display: flex;
    flex-flow: row-reverse;
}
.product-section-flex.flex-normal{
	flex-flow: row;
}
.solution-item-left{
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.solution-item-left-inner{
	padding-right: 0;
	padding-left: 25px;
	width:100%;
}
.solution-item-title{
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #252b3a;
}
.solution-item-info{
	font-size: 14px;
	font-weight: 400;
	color: #575d6c;
	line-height: 22px;
	margin-top: 12px;
}
.solution-item-info p{
	margin-top: 0;
	margin-bottom: 0;
}
.item_advantage_title{
	margin-top: 16px;
	font-size: 14px;
	color: #252b3a;
	line-height: 18px;
	font-weight: 600;
}
.item_advantage_time{
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #575d6c;
	line-height: 18px;
	margin-top: 4px;
}
.solution-item-right{
	width: 50%;
	height: auto;
	border-radius: 2px;
	overflow: hidden;
	max-width: 50%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.solution-item-image{
	padding-right: 25px;
    padding-left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.solution-item-image img{
	width: 100%;
	height: 100%;
}
.product-info-head{
	padding-bottom: 32px;
	font-size: 0;
	text-align: center;
}
.product-info-title{
    display: inline-block;
    position: relative;
    padding-left: 42px;
    padding-right: 42px;
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #252b3a;
	margin: 0;
}
.product-info-body{
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -8px;
}
.product-info-item{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-left: 8px;
	padding-right: 8px;
}
.product-info-card{
	border-bottom: 1px solid #ddd;
}
.product-new-info{
	margin-top:40px;
	margin-bottom: 40px;;
}
.mb-day-number{
	font-size: 12px;
	line-height: 18px;
	color: #8a8e99;
}
.card-content-text{
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #252b3a;
}
.service-area-box{
	position: relative;
	margin-top: 0;
	background: #f3f3f3;
	overflow: hidden;
}
.service-area-block{
	padding: 24px 5%;
	display: flex;
	justify-content: space-between;
}
.service-area-item{
	width:25%;
}
.service-area-link{
	display: flex;
	align-items: center;
}
.service-area-icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 15px;
}
.service-area-icon img{
	width:100%;
}
.service-area-name{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #181818;
	display: inline-block;
}
/* 主要内容结束 */


/*footer开始*/
.public-page-footer {
    width: 100%;
    background: rgba(1,1,1,0.9);
}
.public-page-footer a{
	color: #666666;
}
.linkmain {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.contact {
    margin: 80px 0 30px 0;
}
.contact dd {
    color: #feffff;
    margin-bottom: 5px;
}
.bottom_content {
    color: #666666;
    line-height: 2.5;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: 1px solid #323232;
}
.bottom_content ul {
    overflow: hidden;
}
.bottom_content ul li {
    padding: 0 10px;
    float: left;
    position: relative;
}
.wxewm {
    position: absolute;
    left: 740px;
    top: 20px;
    width: 230px;
    height: 230px;
}
.wxewm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 底部结束 */

/* 适配开始 */

@media (max-width: 1439px){
	.product-container {
	    max-width: 1200px;
	}
}
@media (max-width: 1279px){
	.product-container{
	    padding-left: 3%;
	    padding-right: 3%;
	}
}

@media (max-width: 1023px){
	.product-banner-main{
		padding: 24px 0;
		width: 100%;
	}
	.product-banner-title{
	    font-size: 24px;
	    line-height: 30px;
	    max-width: 100%;
	    white-space: normal;
	}
}
@media (max-width: 767px){
	.productnew-banner{
		height: 300px;
		line-height: 300px;
	}
	.product-container{
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.product-top-title {
	    font-size: 16px;
	    line-height: 20px;
	}
	.product-sub-title{
	    font-size: 14px;
	    line-height: 18px;
	}
	.product-link-button{
	    height: 32px;
	    font-size: 12px;
	    line-height: 30px;
	    border-radius: 2px;
	    padding-left: 24px;
	    padding-right: 24px;
	}
	.product-section-title{
	    padding: 0;
	    font-size: 18px;
	    font-weight: 400;
	    line-height: 22px;
	}
	.product-section-subtitle{
		margin-top: 8px;
	}
	.product-section-flex{
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.product-section-flex.flex-normal{
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-flow: column-reverse;
		flex-flow: column-reverse;
	}
	.solution-item-right{
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	.solution-item-left-inner{
		width: 100%;
		padding: 0;
	}
	.solution-item-title{
		font-size: 16px;
		font-weight: 600;
		color: #252b3a;
		line-height: 18px;
		margin-top: 16px;
		text-align: center;
	}
	.solution-item-info{
		font-size: 12px;
		font-weight: 400;
		color: #575d6c;
		line-height: 18px;
		margin-top: 4px;
	}
	.solution-item-advantage{
		margin-top: 16px;
	}
	.item_advantage_title{
		line-height: 20px;
		font-size: 14px;
		font-weight: 600;
		margin-top: 12px;
	}
	.item_advantage_time{
		font-size: 12px;
		font-weight: 400;
		color: #575d6c;
		line-height: 18px;
		margin-top: 4px;
	}
	.solution-item-link{
		margin-top: 16px;
		text-align: center!important;
	}
	.solution-item-image{
		padding-right: 0!important;
		padding-left: 0!important;
	}
	.product-info-head{
	    padding-bottom: 16px;
	}
	.product-info-title{
		font-size: 18px;
		padding-left: 27px;
		padding-right: 27px;
		white-space: normal;
	}
	.product-info-item{
		display: block;
		max-width: none;
		padding: 16px 15px;
		border-bottom: 1px solid #dfe1e6;
	}
	.card-date{
		margin-bottom: 4px;
	}
	.card-date .pc {
	    display: none;
	}
	.card-date  .mb {
	    display: block;
	}
	.mb-day-number{
		color: #252b3a;
	}
	.service-area-item{
		padding: 5px;
	}
	.card-content-text{
		font-size: 16px;
		margin-bottom: 4px;
	}
	.service-area-block{
		 padding:25px 0px;
	}
	.service-area-link{
		display: flex;
		flex-direction: column;
	}
	.service-area-icon{
		width:32px;
		height:32px;
		margin-right: 0;
	}
	.service-area-name{
		font-size: 12px;
		line-height: 16px;
		text-align: center;
		margin-left: 0;
		margin-top: 12px;
	}
	
	.product-center-right{
		width:100%!important;
	}
	.layout-right-text{
		text-align: left!important;
	}
	
}

@media (min-width: 1024px){
	.product-banner-main {
	    width: 862px;
	}
}

@media (min-width: 767px){
	.product-info-card{
		border-bottom: 1px solid #ddd;
		display: -ms-flexbox;
		display: flex;
	}
	.card-date{
		margin-left: 48px;
		width: 92px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.card-date .pc {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.day-number{
		font-size: 40px;
		color: #252b3a;
		position: relative;
		font-family: Helvetica;
		margin-top: -6px;
		font-weight: 700;
		line-height: 50px;
	}
	.card-line{
		width: 11.9px;
		height: 19.6px;
		margin-left: 6px;
		border-left: 1px solid #575d6c;
		-webkit-transform: rotate(30deg);
		transform: rotate(30deg);
	}
	.month-year{
		margin-left: -5px;
		margin-top: -4px;
		color: #252b3a;
		font-family: Helvetica;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.month-number{
		font-size: 16px;
		text-align: center;
		font-weight: 700;
		line-height: 20px;
		color: #252b3a;
	}
	.year-number{
		font-size: 14px;
		text-align: center;
		font-weight: 700;
		line-height: 18px;
		color: #252b3a;
	}
	.mb {
	    display: none;
	}
	.card-content{
		padding: 32px 35px 32px 99px;
		flex: 1;
	}
	.card-content-text{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		line-clamp: 1;
		-webkit-box-orient: vertical;
		font-weight: 700;
		font-size: 18px;
		line-height: 22px;
		color: #252b3a;
	}
	.card-content-text:hover {
	    color: #c7000b;
	}
}



