body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0
}

body {
	font: 12px"微软雅黑", "Arial Narrow", HELVETICA;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #2d374b;
	text-decoration: none !important;
}

a:hover {
	color: #cd0200;
	text-decoration: none !important;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}
input:focus,
 textarea:focus {

    outline:
none;

}
/*更改bootstrap的css部分*/

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
@media (min-width: 300px) {
	.container{
		padding:0 15px;
	}
}
@media (min-width: 768px) {
	.container{
		width: 738px;
		padding: 0;
	}
}
@media (min-width: 992px) {
	.container{
		width: 970px;
		padding: 0;
	}
}
@media (min-width: 1250px) {
	.container{
		width: 1200px;
	}
}
/*swiper插件的公共部分样式*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    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;
}
@media only screen and (min-width: 1200px) {
	.container{
		width: 1150px;
		padding: 0;
	}
}
/*公共的头部样式*/
.header_common{
	width:100%;
	position: relative;
}
.header_content{
	padding: 0 40px;
	height: 40px;
	background-color: #eaeaea;
}
.header_content p{
	float: left;
	line-height: 40px;
}
.header_right{
	float: right;
}
.header_search{
	height: 25px;
	margin: 8px 20px 0 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.header_search input{
	width: 220px;
	height: 100%;
	padding-left: 10px;
	font-size: 10px;
	border: 1px solid #0093dd;
}
.header_search img{
	width: 16px;
	cursor: pointer;
	position: absolute;
	top: 5px;
	right: 10px;
}
.header_language{
	margin-top: 8px;
	float: right;
	font-size: 12px;
	/* width: 105px; */
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
}
.header_language .language{
	width: 100%;
	height: 25px;
	padding-left: 15px;
	background-color: #fff;
	border: 1px solid #adadad;
}
.header_language img{
	width: 20px;
	margin: -4px 6px 0 0;
}
.header_language label{
	float: right;
	margin:1px 10px 0 0;
}
.header_language ul{
	width: 100%;
	position: absolute;
	top: 29px;
	background-color: #fff;
	border: 1px solid #adadad;
	display: none;
	z-index: 210;
}
.header_language ul li{
	height: 30px;
	padding: 0 15px;
}
.header_language ul li:hover{
	background-color: #0093dd;
}
.header_language ul li:hover a{
	color: #fff;
}
.header_menu{
	width: 100%;
	/* height: 105px; */
	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.1) !important;
	transition:all 0.3s;
}
.logo img{
	width: 100%;
}
.header_menu .menu_pc{
	float: right;
	height: 100%;
}
.menu_pc ul{
	height: 100%;
	position: relative;
}
.menu_pc ul li a{
	display: block;
	width: 100%;
	/* height: 90px; */
	color: #000;
    font-size:14px;
    position: relative;
    z-index: 11;
}
.menu_pc ul li:hover .bg_box{
	top: 0;
	opacity: 1;
}
.menu_pc ul li:hover a{
	color: #fff;
}
.menu_pc ul li.menu_now{
	background-color: #0093dd;
}
.menu_pc ul li.menu_now a{
	color: #fff;
}
/*手机端菜单*/
.menu_pp_nav{
	width: 90%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -90%;
	color: #fff;
	overflow: hidden;
	z-index: 100;
}
.menu_pp_nav ul{
	width: 100%;
	padding-top: 30px;
}
.menu_pp_nav>ul{
	height: 100%;
	background-color: #fff;
	position: absolute;
	left:0;
}
.menu_pp_nav ul a{
	display: block;
	color: #333;
	border-top: 1px solid #ccc;
}
.menu_pp_nav ul li:first-of-type a{
	border: none;
}
.menu_pp_nav ul li{
	padding:0 30px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
}
.menu_pp_nav ul li span{
	font-size: 30px;
	color: #0093dd;
	position: absolute;
	right: 35px;
	top: -3px;
}
.menu_pp_logo{
	width: 100%;
	padding: 15px 30px 0 30px;
	overflow: hidden;
	position: relative;
}
.menu_pp_search{
	width: 100%;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.menu_pp_search input{
	width: 100%;
	height: 35px;
	padding-left: 10px;
	color: #333;
	border-radius: 5px;
	border: 1px solid #ccc;
}
.menu_pp_search>img{
	width: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.menu_pp_logo>img{
	width: 40%;
}
.menu_pp_logo h2{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #333;
}
.logo_close{
	width: 30px;
	height: 30px;
	border-radius:15px;
	border: 1px solid #0093dd;
	float: right;
	position: relative;
	right: 0;
	top: 4px;
	z-index: 11;
}
.logo_close span:first-of-type{
	display: block;
	background-color: #0093dd;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(-45deg);
}
.logo_close span:last-of-type{
	display: block;
	background-color: #0093dd;
	width: 70%;
	height: 1px;
	border-radius: 1px;
	position: absolute;
	top: 14.5px;
	left: 15%;
	transform: rotate(45deg);
}
.menu_pp_two{
	width: 100%;
	height: 100%;
	color: #333;
	padding: 15px 0;
	position: absolute;
	left: -100%;
	bottom: 0;
	z-index: 10;
	background-color: #fff;
}
.menu_pp_two ul{
	padding: 0;
}
.menu_pp_two h3{
	line-height: 45px;
	font-size: 16px;
	padding-left: 45px;
	position: relative;
}
.menu_pp_two h3 span{
	font-size: 30px;
	position: absolute;
	left: 30px;
	top: -3px;
	color: #0093dd;
}
.menu_pp_two h2{
	font-size: 18px;
	padding: 30px 30px;
}
/*头部公共END END END*/

/*公共底部 star star star*/
.footer_common h1{
	text-align: center;
	margin: 60px 0;
}
.contanct_us p{
	font-size: 12px;
	color: #646464;
}
@keyframes contanct_img{
	0%{transform: rotate(0deg);}
	15%{transform: rotate(20deg);}
	45%{transform: rotate(-20deg);}
	60%{transform: rotate(15deg);}
	75%{transform: rotate(-10deg);}
	90%{transform: rotate(5deg);}
	100%{transform: rotate(0deg);}
}
.contanct_us div:hover img{
	animation: contanct_img 2s 2;
}
.footer_menu{
	width: 100%;
	height: 60px;
	overflow: hidden;
	background-color: #0093dd;
}
.footer_menu ul{
	height: 20px;
	margin-top: 20px;
}
.footer_menu ul li{
	height: 100%;
	line-height: 20px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #fff;
	color: #fff;
}
.footer_menu ul li a{
	display: block;
	font-size: 12px;
	color: #fff;
	width: 100%;
	height: 100%;
}
.footer_menu ul li:first-of-type{
	padding-left: 0;
	border: none;
}
.footer_menu ul li:last-of-type{
	width: 120px;
	float: right;
	padding: 0;
	border: none;
}
.footer_menu ul li:last-of-type a{
	width: 50%;
	float: right;
}
.footer_beiAn div{position: relative}
/*公共底部 end end end*/

@media (min-width:300px) {
	/*公共头部*/
	.header_content{
		padding: 0 15px;
	}
	.header_search{
		display: none;
	}
	/* .header_menu{
		height: 60px;
		padding: 0 15px;
	} */
	/* .header_menu .logo{
		margin-top: 10px;
		height: 40px;
		float: left;
		transition: all 0.3s;
	} */
	.menu_pc{
		display: none;
	}
	/*手机端菜单图标*/
	.menu_icon{
		float: right;
		width: 40px;
		height: 40px;
		background-color: #0093dd;
		position: relative;
		/* top: 10px; */
	}
	.menu_icon span{
		display: block;
		width: 70%;
		height: 2px;
		border-radius: 2.5px;
		background-color: #fff;
		position: absolute;
		left: 15%;
	}
	.menu_icon span:nth-child(1){
		top:12px;
	}
	.menu_icon span:nth-child(2){
		top: 19px;
	}
	.menu_icon span:nth-child(3){
		top: 26px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:26px;transform: rotate(0deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:19px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:12px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:19px;transform: rotate(405deg);}
		40%{top:19px;transform: rotate(0deg);}
		60%{top:19px;transform: rotate(0deg);}
		100%{top:26px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
	
	/*公共底部 star star star*/
	.contanct_us{
		display: none;
		text-align: left;
		padding-bottom: 10px;
	}
	.contanct_us div img{
		float: left;
		width: 20px;
		margin-right: 5px;
	}
	.contanct_us div{
		padding-left: 0px;
		margin-bottom: 15px;
	}
	.contanct_us h4{
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: 500;
		color: #252525;
	}
	.footer_menu{
		display: none;
	}
	.footer_beiAn{
		width: 100%;
		line-height: 20px;
		height: auto;
		padding: 25px 0 35px;
		overflow: hidden;
		background-color: #252525;
		color: #fff;
		text-align: center;
	}
	.footer_beiAn a{
		color: #fff;
	}
	.footer_beiAn p:first-of-type{
		width: calc(100% + 30px);
		margin-left: -15px;
	}
	.footer_beiAn div img{
		display: none;
	}
	.footer_common{
		width: 100%;
		overflow: hidden;
		position: relative;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.footer_common h1{
		display: none;
	}
	.contanct_us p{
		font-size: 12px;
		color: #646464;
		padding-left: 25px;
	}
}
@media (min-width:768px) {
	/*公共头部*/
	.header_content{
		padding: 0 24px;
	}
	.header_search{
		display: block;
	}
	/* .header_menu{
		height: 75px;
		padding: 0 24px;
	}
	.header_menu .logo{
		margin-top: 12.5px;
		height: 50px;
		float: left;
	} */
	.menu_icon{
		width: 50px;
		height: 50px;
		/* top: 12.5px; */
	}
	.menu_icon span:nth-child(1){
		height: 5px;
		top: 12.5px;
	}
	.menu_icon span:nth-child(2){
		height: 5px;
		top: 22.5px;
	}
	.menu_icon span:nth-child(3){
		height: 5px;
		top: 32.5px;
	}
	/*手机端菜单图标变化*/
	.icon_now span:nth-child(1){
		animation: icon1 1s forwards;
	}
	.icon_now span:nth-child(2){
		animation: icon2 1s forwards;
	}
	.icon_now span:nth-child(3){
		animation: icon3 1s forwards;
	}
	.icon_back span:nth-child(1){
		animation: icon4 1s forwards;
	}
	.icon_back span:nth-child(2){
		animation: icon5 1s forwards;
	}
	.icon_back span:nth-child(3){
		animation: icon6 1s forwards;
	}
	@keyframes icon1{
		0%{top:12.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon3{
		0%{top:32.5px;transform: rotate(0deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:22.5px;transform: rotate(405deg);}
	}
	@keyframes icon2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(495deg);}
	}
	@keyframes icon4{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:12.5px;transform: rotate(0deg);}
	}
	@keyframes icon6{
		0%{top:22.5px;transform: rotate(405deg);}
		40%{top:22.5px;transform: rotate(0deg);}
		60%{top:22.5px;transform: rotate(0deg);}
		100%{top:32.5px;transform: rotate(0deg);}
	}
	@keyframes icon5{
		0%{transform: rotate(495deg);}
		40%{transform: rotate(0deg);}
		60%{transform: rotate(0deg);}
		100%{transform: rotate(0deg);}
	}
	/*头部公共END END END*/
	/*公共底部 star star star*/
	.contanct_us{
		display: block;
		text-align: center;
		padding-bottom: 60px;
	}
	.contanct_us div img{
		float: none;
		width: auto;
		height: 30px;
		margin-right: 0px;
	}
	.contanct_us div{
		padding-left: 0px;
		margin-bottom: 0px;
		cursor: pointer;
	}
	.contanct_us h4{
		margin: 40px 0 30px;
	}
	.footer_menu{
		display: block;
	}
	.footer_beiAn{
		width: 100%;
		line-height: 20px;
		height: 150px;
		padding: 25px 0;
		overflow: hidden;
		background-color: #252525;
		color: #fff;
		text-align: left;
	}
	.footer_beiAn p:first-of-type{
		width:100%;
		margin: 0;
	}
	.footer_beiAn div img{
		display:block;
		width: 100px;
		position: absolute;
		right: 15px;
		top:0px; 
		z-index: 10;
	}
	.xs-support{
		display: none;
	}
	.footer_common h1{
		display: block;
		text-align: center;
		margin: 60px 0;
		padding-left: 0px;
	}
	.contanct_us p{
		font-size: 12px;
		color: #646464;
		padding-left: 0px;
	}
}
@media (min-width:992px) {
	/*公共头部*/
	/* .header_menu{
		height: 95px;
		padding: 0 40px;
	}
	.header_menu .logo{
		margin-top: 15px;
		height: 65px;
		float: left;
	} */
	.menu_pc{
		display: block;
	}
	.menu_pc ul li{
		width: 105px;
		height: 100%;
		float: left;
		line-height: 95px;
		text-align: center;
		font-size: 16px;
		transition: line-height 0.3s;
		position: relative;
		z-index: 11;
		overflow: hidden;
	}
	.bg_box{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: -100%;
		background-color: #0093dd;
		opacity: 0.5;
		transition: all 0.5s;
	}
	.menu_pp{
		display: none;
	}
	/*头部公共END END END*/
}
@media (min-width:1200px){
	/*公共头部*/
	/* .header_menu{
		height:90px;
		padding: 0 40px;
	}
	.header_menu .logo{
		margin-top: 20px;
		height: 50px;
		float: left;
	} */
	.menu_pc ul li{
		width: 125px;
		height: 100%;
		line-height: 95px;
	}
	/* .footer_common{
		position: fixed;
	} */
	/*头部公共END END END*/
}
/*品质保障公共部分*/
.quality_common{
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	z-index: 11;
}
.quality_common li img{
	width: 100%;
}
.quality_common li{
	overflow: hidden;
	position: relative;
	background-color: #090961;
}
.quality_common li a{
	display: block;
	width: 80%;
	position: absolute;
	bottom:35px;
	left: 10%;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
	transition: all 1s;
}
.quality_common li a span{
	font-size: 50px;
	float: right;
}
.quality_common li:hover a{
	padding-left: 20px;
}

.quality_common li:hover span{
	animation: span_right 1s infinite;
}
/*@keyframes text_enlarge{
	from{opacity: 1;transform: scale(1);}
	to{opacity: 0;transform: scale(1.5);}
}*/
@keyframes span_right{
	from{opacity: 1;margin-right: 0;}
	to{opacity: 0;margin-right: -10%;}
}
@media only screen and (max-width: 767px) {
	.quality_common{
		display: none;
	}
}
@media only screen and (min-width:768px ) {
	.quality_common li a{
		display: block;
		width: 80%;
		position: absolute;
		bottom:5px;
		left: 10%;
		color: #fff;
		font-size: 24px;
		line-height: 50px;
	}
	.quality_common li a span{
		font-size: 30px;
		float: right;
		margin-top: -3px;
	}
}
@media only screen and (min-width:992px ) {
	.quality_common li a{
		display: block;
		width: 80%;
		position: absolute;
		bottom:20px;
		left: 10%;
		color: #fff;
		font-size: 30px;
		line-height: 50px;
	}
	.quality_common li a span{
		font-size: 50px;
		float: right;
		margin-top: -3px;
	}
}
@media only screen and (min-width:1200px ) {
	.quality_common li a{
		display: block;
		width: 80%;
		position: absolute;
		bottom:35px;
		left: 10%;
		color: #fff;
		font-size: 36px;
		line-height: 50px;
	}
	.quality_common li a span{
		font-size: 50px;
		float: right;
	}
}