/**通用部分**/
.owl-theme .owl-pagination .owl-page {
	display: inline-block;
	zoom: 1;
}
.banner {
	overflow: hidden;
}
.owl-pagination {
	text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-page {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-theme .owl-pagination .owl-page.active span, .owl-theme .owl-pagination .owl-page:hover span {
	background: #869791;
}
.owl-theme .owl-pagination .owl-page span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
html {
	font-size: 20px
}
.owl-theme .owl-controls {
	position: absolute;
	bottom: 10px;
	width: 100%
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
div:after, ul:after, li:after, p:after {
	content: "";
	display: block;
	clear: both;
}
@charset "utf-8";
body {
	font-family: "微软雅黑"!important;
	font: 14px Microsoft YaHei!important;
	line-height: 24px;
}

body,
div,
p,
span,
ul,
li,
dl,
dd,
h1,
h2,
h3,
a,
input,
img {
	margin: 0;
	padding: 0;
	
}

li,
ol {
	list-style: none;
}

a,
input,
img,
textarea {
	border: none;
	outline: none;
}

i,
em {
	font-style: normal;
}

a {
	text-decoration: none;
	color: #000;
}

a:focus {
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none!important;
	outline: none;
	outline-offset: 0;
}

label {
	font-weight: normal;
	width: 100%;
}

a:focus {
	outline: none;
	outline-offset: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cl:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.slick-slide {
	outline: none!important;
	height: auto;
}

#wrap_index {
	overflow: hidden;
	position: relative;
}
.section4 .slick-prev {
	background: url(../images/slick-right.png) no-repeat;
    height: 60px;
    width: 38px;
    position: absolute;
    left: 0px;
	top: 50%;
	z-index:100;
}
.section4 .slick-next{
	background: url(../images/slick-left.png) no-repeat;
    height: 60px;
    width: 38px;
    position: absolute;
    right: 0px;
    top: 50%;
	z-index:100;
}

@media (min-width: 1420px) {
	.container {
		width: 1200px;
		padding: 0;
		margin: 0 auto;
	}
	.section4 .slick-prev {
		left: -90px;
	}
	.section4 .slick-next{
		right: -90px;
	}
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	*zoom: 1;
}

a:hover {
	color: #004c98
}


/*header*/

#header {
	position: relative;
	background-color: #fff;
	z-index: 90;
}

.logo {
	width: 60%;
	height: 80px;
}

.logo a {
	display: table-cell;
	width: 100%;
	height: 80px;
	vertical-align: middle;
}

.logo img {
	max-width: 100%;
	max-height: 100%;
}

#header .pc_Menu {
	width: 100%;
	background-color: #004c98;
}

.pc_Menu .menul {
	width: 100%;
	height: 40px;
}

.pc_Menu .menul .firstli {
	position: relative;
	width: 14.2857%;
	float: left;
	text-align: center;
	transition: 300ms;
}

.pc_Menu .menul .firstli a {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 6px;
	font-size: 16px;
	color: white;
	overflow: hidden;
}

.pc_Menu .menul .firstli.cur>a,
.pc_Menu .menul .firstli:hover>a {
	background: rgba(0,0,0,.5);
	color: #fff
}

.pc_Menu .secdulBox {
	display: none;
	position: absolute;
	width: 100%;
	padding: 0px 15px;
	background-color: rgba(0, 0, 0, .5);
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.pc_Menu .secdulBox .secdli a {
	font-size: 16px;
	padding: 0;
	height: 43px;
	line-height: 43px;
	color: white;
	border-bottom: 1px dashed white;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}
.pc_Menu .secdulBox .secdli:last-child a{
	border-color: transparent;
}

.pc_Menu .secdulBox .secdli.current a,
.pc_Menu .secdulBox .secdli a:hover {
	color: #FFFFFF;
}

.pc_Menu .menul .firstli:after {
	opacity: 0;
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 8px;
	background: url(../images/ico3.png)no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.pc_Menu .menul .firstli.cur:after,
.pc_Menu .menul .firstli:hover:after {
	bottom: 11px;
	opacity: 1;
}


/*手机头部*/

.model-header {
	width: 100%;
	height: 60px;
	padding: 0 10px;
	z-index: 30;
}

.model-header .model-header-logo {
	width: 70%;
	float: left;
	height: 60px;
}

.model-header .model-header-logo a {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 60px;
}

.model-header .model-header-logo a img {
	max-width: 100%;
	max-height: 100%;
}

.model-header .model-navbtn {
	width: 32px;
	height: 60px;
	line-height: 42px;
	float: right;
	padding: 16px 0;
}

.model-header .model-navbtn img {
	max-width: 100%;
}


/*main*/

@media (max-width:991px) {
	.logo,
	.logo a {
		height: 60px;
	}
	.pc_Menu .menul {
		height: 60px;
	}
	.pc_Menu .menul .firstli:after {
		width: 20px;
		height: 6px;
	}
	.pc_Menu .menul .firstli.cur:after,
	.pc_Menu .menul .firstli:hover:after {
		bottom: 8px;
	}
	.pc_Menu .menul .firstli>a {
		font-size: 14px;
		height: 60px;
		line-height: 60px;
		padding: 0 3px;
	}
	.pc_Menu .secdulBox {
		top: 60px;
		border-radius: 5px;
	}
	.pc_Menu .secdulBox .secdli a {
		font-size: 14px;
		height: 32px;
		line-height: 32px;
	}
	.section5-main .section5-single-text>span {
		margin: 2px 0px 5px 0px;
	}
}


/*颜色重写*/


/*banner*/

#model_banner .banner_img img {
	position: relative;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
}

#model_banner .banner_img a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.slick .slick-prev:before,
.slick .slick-next:before {
	content: "";
}

#model_banner .slick-prev,
#model_banner .slick-next {
	width: 46px;
	height: 84px;
}

#model_banner .slick-prev {
	opacity: .2;
	left: 60px;
	z-index: 9;
	background: url("../images/arw.png") no-repeat center;
	transform: translateY(-50%) rotate(180deg);
}

#model_banner .slick-next {
	opacity: .2;
	right: 60px;
	background: url("../images/arw.png") no-repeat center;
}

#model_banner .slick-prev:hover,
#model_banner .slick-next:hover {
	opacity: 1;
}

#model_banner .slick-dots li {
	margin: 0 10px;
}

#model_banner .slick-dots li button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button {
	background: #fff;
	opacity: .6;
}

#model_banner .slick-dots li.slick-active button:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 18px;
	height: 18px;
	border: 1px solid #cfc7c0;
	border-radius: 50%;
}

#model_banner .slick-dots {
	bottom: 10px;
}

.model-textlist-one ul li:hover {
	border-bottom: 1px solid #004c98;
}

.model-textlist-one ul li:hover dt {
	color: #004c98;
}

.model-textlist-one ul .textlist-lifirst .textlist-text .textlist-more:hover {
	border: 1px solid #004c98;
	background: #004c98 url(../images/icon10.png) 90% center no-repeat;
}

.updown_fenlei .cont_nav .one .one_a i {
	background: url(../images/icon4.png) center no-repeat;
}

.model-classify-nav .one .o_li .one_a i {
	background: url(../images/icon6.png) center no-repeat
}

.updown_posnav .nav_item a:hover,
.updown_posnav .nav_item a.on,
#model_contant_main .model_dec_adress a:hover {
	color: #004c98;
}

.updown_fenlei .cont_nav .one .o_li:hover .one_a,
.updown_fenlei .cont_nav .one .o_li a.ez {
	background-color: #004c98;
}

#model_contant_main .model_dec_adress a:hover,
#model_contant_main .model_dec_adress a.cur {
	color: #004c98;
}

.model-dectil-bottom .model-dectil-chose a:hover {
	color: #004c98;
}

.model-dectil-img .slick-dots li button {
	border: 1px solid #004c98;
}

.model-dectil-img .slick-dots li.slick-active button {
	background: #004c98;
}

.model_seach .model-seachdiv form .seabtn,
.model-textlist-three ul li a:before {
	background: #004c98;
}

.model-textlist-three ul li a:hover,
.model-textlist-three ul li a:hover dt {
	color: #004c98;
}

.model_page a.on,
.model_page a:hover,
.model_page a.on,
.model_page a.current {
	color: #004c98;
	border-bottom: 1px solid #004c98;
}

.model-textlist-four ul li a:hover {
	background: #004c98;
}

.model-textlist-two ul li a:hover .textlist-l dt,
.model-textlist-two ul li a:hover .textlist-l p {
	color: #004c98;
}

.model-textlist-two ul li a:hover .newtime {
	background: #004c98;
}

.model-imgtextlist-two ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-one ul li a:hover .imgtextlist-l dt,
.model-imgtextlist-three ul li a:hover .imgtextlist-r dt,
.model-imgtextlist-three ul li .imgtextlist-r .time p {
	color: #004c98;
}

.model-imgtextlist-four ul li a:hover .imgtextlist-text,
.model-imglist-two ul li a:hover p {
	background: #004c98;
}

.model-imglist-two ul li .pimg em span {
	background: #004c98 url(../images/icon7.png) center no-repeat
}

.model-imglist-three ul li a:hover {
	border: 2px solid #004c98;
}

.model-imglist-three ul li a:hover p {
	color: #004c98;
	background: url(../images/icon6.png) right center no-repeat;
}

.model_leftright_l .cont_nav .one .o_li .one_a i {
	background: url(../images/icon6.png) center no-repeat;
}


/*手机端*/

.model-classify .model-classify-posnav {
	background: #004c98;
}


/*底部导航*/

.model-fixed {
	background: #004c98!important;
}

.model-classify-nav .one .o_li a.ez,
.model-classify-nav .second a.sen_x {
	color: #004c98;
}

.model-classify-nav .second a.sen_x:before {
	background: #004c98;
}

.model-phone-page span i {
	color: #004c98;
}

.model-leftnav-top {
	background: #004c98;
}

.model-fixed .fnavbox li a,
.fnavbox li dd {
	color: #fff!important;
}


/*左右布局*/

.model_leftright_l .l_posnav {
	background: #004c98;
}

.model_leftright_l .cont_nav .one .o_li a.one_a:hover,
.model_leftright_l .cont_nav .one .o_li a.ez {
	color: #004c98;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #004c98;
}

.model_leftright_l .cont_nav .second .e_li a:hover:before,
.model_leftright_l .cont_nav .second .e_li a.sen_x:before {
	background: #004c98;
}

.model_leftright_l .cont_nav .second .e_li a:hover,
.model_leftright_l .cont_nav .second .e_li a.sen_x {
	color: #004c98;
}

.moder_leftright_r .r_posnav p {
	border-bottom: 4px solid #004c98;
}

.moder_leftright_r .r_posnav span a:hover {
	color: #004c98;
}
.model-imglist img,
.model-dectil-text img{
	max-width:100%;
}

/*内页产品详情箭头*/

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:before {
	border-bottom: 12px solid #004c98;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:before {
	border-top: 12px solid #004c98;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:hover {
	border-bottom: 1px solid #004c98;
}

.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:hover {
	border-top: 1px solid #004c98;
}

@media (min-width:768px) {
	.model-textlist-four ul li .textlist-r dd {
		color: #fff;
	}
	.model-imgtextlist-four ul li a:hover .imgtextlist-text p,
	.model-imgtextlist-four ul li .imgtextlist-text dd {
		color: #fff;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
		border-left: 7px solid #004c98;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
		border-left: 1px solid #004c98;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
		border-right: 7px solid #004c98;
	}
}

@media (max-width:640px) {
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next:after {
		border-left: 7px solid #004c98;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-next {
		border-left: 1px solid #004c98;
	}
	.model-dectil-imgtwo .model-dectil-slick2 .slider-nav .slick-prev:after {
		border-right: 7px solid #004c98;
	}
}


/*私下css*/
.head_bot{
	padding: 20px 0px;
	background-repeat: no-repeat;
	background-image: url(../images/topbgc.jpg);
	
}
.header-tel{
	margin-top: 10px;
}
.header-tel>div{
	display: inline-block;
	vertical-align: middle;
	color: #004c98;
}
.header-tel>div>span{
	font-size: 16px;
}
.header-tel>div>p{
		font-family: impact;
	font-size: 26px;
	font-weight: bold;
	
}
.header-tel>img{
		display: inline-block;
	vertical-align: middle;
}
.head_bot>.container:after{
	content: '';
	display: block;
	clear: both;
}
.section1 {
	background-color: #004c98;
	padding: 100px 0px 66px 0px;
	color: white;
}

.section-title {
	text-align: center;
	
	margin-bottom: 25px;
}
.section-title a{
	color: white;
}
.section-title h1 {
	font-size: 48px;
	line-height: 49px;
	margin-bottom: 20px;
}

.section-title-china {
	font-size: 18px;
}

.section1-Introduction>p {
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.section1-Introduction {
	margin-bottom: 50px;
	padding: 0px 108px;
}

.section1-single a {
	display: block;
}

.section1-single {
	padding: 0px 15px;
	width: 25%;
	float: left;
}

.section1-single>a {
	display: block;
	text-align: center;
}
.section1-single>a>img{
	max-width: 100%;
	height:213px;
}


.section1-single p {
	font-size: 18px;
	line-height: 19px;
	color: #ffffff;
	margin: 45px 0px 17px 0px;
	 white-space: nowrap;
             overflow: hidden;
             text-overflow: ellipsis;
}

.section1-single span {
	display: inline-block;
	width: 92px;
	line-height: 22px;
	color: #004c98;
	background-color: white;
	border-radius: 5px;
}

.section1-main:after {
	content: '';
	display: block;
	clear: both;
}

.section1-main {
	margin-left: -15px;
	margin-right: -15px;
}
.section2 img{
	max-width: 100%;
}
/*.section2 {
	background-position: top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 217px 0px 208px 0px;
}

.section2>.container>.row:after {
	content: '';
	display: block;
	clear: both;
}

.section2-main {
	width: 48%;
	text-align: center;
	float: right;
}

.section2-main>h1:nth-child(1) {
	font-size: 80px;
	color: #828282;
	text-transform: uppercase;
}

.section2-main>h1:nth-child(2) {
	font-size: 104px;
	color: #004c98;
	line-height: 105px;
	letter-spacing: 20px;
	margin-bottom: 35px;
}

.section2-main>p {
	font-size: 22px;
	color: #666666;
	letter-spacing: 15px;
}*/

.section3 {
	padding: 114px 0px 92px 0px;
}

.section3-title {
	text-align: center;
	color: #757575;
}
.section3-title a{
	color: #757575;
}
.section3-title h1 {
	font-size: 48px;
	line-height: 49px;
	font-weight: bold;
}

.section3-title-Inftroduction {
	margin: 20px 0px;
}

.section3-title-Inftroduction>p {
	font-size: 18px;
	line-height: 19px;
	width: 28%;
	display: inline-block;
	overflow:hidden; 
	text-overflow:ellipsis; 
white-space:nowrap;
}

.section3-title-Inftroduction>span {
	width: 35%;
	height: 1px;
	display: inline-block;
	background-color: #cccccc;
	vertical-align: middle;
	position: relative;
}

.section3-title-Inftroduction>span:first-child:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 5px;
	right: -5px;
	border-radius: 50%;
	background-color: #bababa;
	top: -2px;
}

.section3-title-Inftroduction>span:last-child:after {
	content: '';
	position: absolute;
	width: 5px;
	left: -5px;
	height: 5px;
	border-radius: 50%;
	top: -2px;
	background-color: #bababa;
}

.section3-title>p {
	font-size: 12px;
}

.section3-main {
	margin-top: 95px;
}

.section3-main:after {
	content: '';
	display: block;
	clear: both;
}

.section3-single>a {
	display: block;
	text-align: center;
	position: relative;
}

.section3-single {
	width: 33.333%;
	float: left;
	transition: all 1s;
	border: 8px solid transparent;
}

.section3-single>a {
	overflow: hidden;
}

.section3-single>a>img {
	max-width: 100%;
	height:324px;
	width:393px;
}

.section3-single:hover {
	border-color: #004c98;
}

.section-more {
	position: absolute;
	width: 100%;
	padding: 19px 0px 15px 0px;
	text-align: center;
	background-color: rgba(0, 0, 0, .3);
	color: white;
	bottom: -45%;
	transition: all 1s;
}

.section-more>p:first-child {
	font-size: 18px;
	line-height: 19px;
	margin-bottom: 10px;
	 white-space: nowrap;
         overflow: hidden;
           text-overflow: ellipsis;
}

.section-more>p:last-child {
	font-size: 12px;
	text-transform: uppercase;
}

.section3-single>a:hover .section-more {
	bottom: 35%;
}

.section4 {
	background-color: #004c98;
	padding: 88px 0px 110px 0px;
	color: white;
	text-align: center;
}
.slick-next:before{
	content: '';
}
.slick-prev, .slick-next{
	top: 37%;
}
.slick-prev:before{
	content: '';
}
.section4 .section3-title h1 {
	color: white;
}

.section4 .section3-title-Inftroduction>p {
	color: white;
}

.section4 .section3-title>p {
	color: white;
}

.section4 .section3-title-Inftroduction>span {
	background-color: #80a6cc;
}

.section4 .section3-title-Inftroduction>span:first-child:after {
	background-color: #80a6cc;
}

.section4 .section3-title-Inftroduction>span:last-child:after {
	background-color: #80a6cc;
}

.section4-main {
	margin-top: 85px;
}

.regular-single {
	padding: 0px 15px;
}

.regular-single>img {
	margin: 0 auto;
	width: 100%;
	height:300px;
}

.section4-main>a {
	display: block;
	margin: 0 auto;
	width: 145px;
	text-align: center;
	line-height: 37px;
	border-radius: 18px;
	border: 1px solid #ffffff;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 52px;
	text-transform: uppercase;
}

.section5 {
	padding: 95px 0px 80px 0px;
}

.section5-single {
	margin-bottom: 15px;
}

.section5-single>a {
	display: block;
	background-color: #f5f5f5;
	position: relative;
}

.section5-single>a:after {
	content: '';
	display: block;
	clear: both;
}

.section5-single>a>div {
	display: inline-block;
	vertical-align: middle;
}

.section5-single-pic {
	width: 28%;
}

.section5-single-pic>img {
	max-width: 100%;
	width:345px;
	height:258px;
}

.section5-single-text {
	width: 71%;
}

.section5-main {
	margin-top: 45px;
}

.section5-single-text {
	color: #757575;
	padding: 0px 30px 0px 30px;
}

.section5-single-text>h1 {
	font-weight: bold;
	font-size: 18px;
	overflow:hidden; 
text-overflow:ellipsis; 
white-space:nowrap;
}

.section5-single-text>span {
	font-size: 14px;
	display: inline-block;
	margin: 20px 0px 25px 0px;
}

.section5-single-text>p {
	font-size: 16px;
}

.section5-single>a>span {
	position: absolute;
	width: 152px;
	text-align: center;
	color: white;
	font-size: 14px;
	line-height: 34px;
	background-color: #404040;
	right: 0px;
	bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.section6>img {
	max-width: 100%;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.footer-top {
	padding: 30px 0px 20px 0px;
	text-align: center;
	color: #004c98;
}

.footer-top>div {
	display: inline-block;
	width: 58px;
	height: 58px;
	background-color: #004c98;
	border-radius: 50%;
	position: relative;
}

.footer-top>div>img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}

.footer-top>p {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 11px;
}

.footer-top>p:nth-child(2) {
	font-weight: normal;
	margin-bottom: 17px;
}

.footer-ul {
	color: white;
	background-color: #004c98;
}

.footer-ul a {
	color: white;
	line-height: 45px;
	display: block;
	font-size: 16px;
	padding: 0px 40px;
	position: relative;
}
.footer-ul a:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 17px;
	right: 0px;
	top: 34%;
	background-color: white;
}

.footer-ul ul:after {
	content: '';
	display: block;
	clear: both;
}

.footer-ul ul>li {
	font-size: 16px;
	line-height: 45px;
	float: left;
}
.copyright {
	color: #222222;
	text-align: center;
	font-size: 14px;
	padding: 15px 0px 35px 0px; 
}
.copyright a{
	color: #222222;
	font-size: 14px;
}
@media (max-width:768px ) {
	#wrap_index .copyright{
		margin-bottom:56px;
	}
	
	.section1{
		padding: 60px 15px 5px 15px;
	}
	.section-title h1{
		font-size: 28px;
		line-height: 29px;
		margin-bottom: 10px;
	}
	.section-title-china{
		font-size: 12px;
		line-height: 13px;
	}
	.section1-Introduction{
		padding: 0px 15px;
		margin-bottom: 20px;
	}
	.section1-Introduction>p{
		font-size: 12px;
		-webkit-line-clamp:6;
		line-height: 18px;
	}
	.section-title{
		margin-bottom: 12px;
	}
	.section1-main{
		padding: 0px 10px
		; 
	}
	.section1-single{
		width: 50%;
		padding: 0px 5px;
		margin-bottom: 20px;
	}
	.section1-single p{
		font-size: 14px;
		margin: 15px 0px 5px 0px;
		
	}
	.section1-single span{
		font-size: 12px;
		width: 66px;
	}
	.section3{
		padding: 30px 0px 15px 0px;
	}
	.section3-title h1{
		font-size: 28px;
		line-height: 29px;
	}
	.section3-title-Inftroduction>p{
		font-size: 12px;
		line-height: 13px;
		width: 46%;
	}
	.section3-title-Inftroduction>span{
		width: 25%;
	}
	.section3-title-Inftroduction{
		margin: 5px 0px;
	}
	.section3-main{
		margin: 10px 0px 0px 0px;
		padding: 0px 12px;
	}
	.section3-single{
		width: 50%;
		border: none;
		padding: 0px 3px;
	}
	.section3-single>a{
		overflow: auto;
	}
	.section-more{
		position: static;
		background-color: transparent;
		color: #000000;
		padding: 15px 0px 12px 0px;
	}
	.section-more>p:first-child{
		font-size: 14px;
		line-height: 15px;
	}
	.section4{
		padding: 35px 0px 31px 0px;
	}
	.section4-main{
		margin: 17px 0px 0px 0px;
	}
	.section4-main>a{
		width: 83px;
		line-height: 23px;
		font-size: 12px;
		margin-top: 15px;
	}
	.section5{
		padding: 30px 0px 0px 0px;
	}
	.section5-single>a>div{
		float: none;
		text-align: center;
		width: 100%;
	}
	.section5-main{
		margin-top: 20px;
		padding: 0px 15px;
	}
	.section5-single-text{
		padding: 18px 5px;
		text-align: left!important;
	}
	.section5-single-text>h1{
		font-size: 16px;
		line-height: 17px;
	}
	.section5-single-text>span{
		font-size: 12px;
		margin: 13px 0px 12px 0px;
	}
	.section5-single-text>p{
		font-size: 12px;
		margin-bottom: 5px;
		}
		.footer-top{
			display: none;
		}
		.footer-ul{
			display: none;
		}
	}
	.section5-single>a>span{
		width: 90px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
	}
	.section5-single{
		margin-bottom: 5px;
	}
	.slick-prev{
		left: 6px;
	}
	.slick-next {
	right: 21px;
   }
	.slick-prev, .slick-next{
		z-index: 999;
	}
		

@media  (max-width:375px ) {
	.regular button>img{
		width: 20px;
	}
	.slick-prev, .slick-next {
	top: 43%;
}
.slick-next {
    right: 7px;
}
}

.right_nav {
/*pc右边快速按钮样式*/
  /*pc右边快捷按钮"电话"*/
  /*pc右边快捷按钮"在线客服"*/
  /*pc右边快捷按钮"分享"*/
  /*pc右边快捷按钮"二维码"*/
  /*pc右边快捷按钮"搜索"*/
}
.right_nav .aside li > p, .right_nav .aside > li > div {
	background-color: #6a757c;
	color: #fff;
}
.right_nav .aside {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 10000;
}
.right_nav .aside > li {
	width: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 2px;
	cursor: pointer;
	position: relative;
}
.right_nav .aside > li > p {
	position: relative;
	z-index: 1005;
	line-height: 60px;
}
.right_nav .aside > li img {
	vertical-align: middle;
}
.right_nav .aside > li p img {
	width: 80%;
}
.right_nav .aside > li p:hover img {
	width: 85%;
}
.right_nav .aside > li .img2 {
	display: none;
}
.right_nav .aside > li > div {
	background-image: url(../images/white_bg.png);
	background-repeat: repeat;
	position: absolute;
	display: none;
}
.right_nav .aside > li .phone_meassage {
	right: -240px;
	top: 0;
	width: 300px;
	text-align: center;
	font-size: 25px;
	line-height: 50px;
	padding: 5px 0;
}
.right_nav .aside > li .qq_online {
	top: 0;
	right: -127px;
	width: 187px;
	padding: 0 20px 0 15px;
}
.right_nav .aside > li .qq_online .qq_online_title {
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	border-bottom: 1px solid #fff;
}
.right_nav .aside > li .qq_online .qq_online_box {
	margin-top: 11px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li {
	line-height: 35px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li i {
	float: left;
	margin-top: -17px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span {
	float: left;
	margin-top: -16px;
	margin-left: 10px;
}
.right_nav .aside > li .qq_online .qq_online_box ul li span:hover {
	text-decoration: underline;
}
.right_nav .aside > li .fx {
	position: absolute;
	top: 0;
	right: -127px;
	width: 187px;
}
.right_nav .aside > li .fx > div {
	margin-left: 24px;
}
.right_nav .aside > li .ewm {
	top: -20px;
	right: 60px;
	width: 100px;
	height: 100px;
}
.right_nav .aside > li .search_box {
	position: absolute;
	top: 0;
	right: -205px;
	width: 265px;
	text-align: center;
	height: 100%;
}
.right_nav .aside > li .search_box .search_input {
	width: 220px;
	height: 36px;
	position: relative;
	margin: 12px auto;
}
.right_nav .aside > li .search_box .search_input span {
	position: absolute;
	line-height: 34px;
	left: 10px;
	z-index: 101;
}
.right_nav .aside > li .search_box .search_input input {
	width: 220px;
	border: none;
	background-color: transparent;
	height: 36px;
	padding-left: 10px;
	position: absolute;
	line-height: 30px;
	z-index: 1;
	top: 0;
	left: 0;
	background: url(../images/black_bg.png);
}
.right_nav .aside > li .search_box ::-webkit-input-placeholder {
 color: #fff;
}


/*自适应手机端底部导航*/
.wap_footer {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 10px 0;
	z-index: 1000;
	background: #282828;
}
.wap_footer dl {
	width: 25%;
	float: left;
	text-align: center;
}
.wap_footer dt {
	height: 40px;
}
.wap_footer dd {
	color: #fff;
}
.wap_footer dl dt img {
	width: 40%;
}
/*手机底部搜索*/
.wap_search_input {
	position: fixed;
	bottom: 70px;
	left: 100%;
	width: 100%;
	z-index: 1000;
	padding: 8px 2%;
	background: #252525;
}
.wap_search_input:after {
	background-color: rgba(0, 0, 0, 0.1);
	display: block;
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.wap_search_input input {
	float: left;
	width: 80%;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding-left: 2%;
	color: #fff;
	position: relative;
	z-index: 100;
	box-sizing: border-box;
}
.wap_search_input p {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	position: relative;
	z-index: 100;
	margin-left: 2%;
	width: 18%;
	text-align: center;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.2);
}
/*黑色遮罩*/
.black_cloth {
	position: fixed;
	z-index: 10000000;
	width: 100%;
	height: 100%;
	background: url(../images/black_cloth.png) repeat;
	display: none;
	top: 0;
	left: 0;
}
/*手机左边弹出导航*/
.wap_menu {
	width: 250px;
	position: fixed;
	top: 0px;
	left: -250px;
	height: 100%;
	text-align: left;
	z-index: 10000001;
	background: #252525;
}
.wap_menu li {
	margin-bottom: 2px;
	font-size: 14px;
	position: relative;
}
.wap_menu li p {
	padding: 10px 10px;
}
.wap_menu li p.left {
	float: none;
}
.wap_menu li p.right {
	width: 15%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	float: none;
	z-index: 1000;
}
.wap_menu li .wap_menu1 {
	line-height: 30px;
	font-size: 16px;
	text-transform: Uppercase;
	background: rgba(255, 255, 255, 0.1);
	position: relative;
}
.wap_menu li .wap_menu1 a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-right: 25px;
	color: #ffffff;
}
.wap_menu li .wap_menu2 {
	display: none;
}
.wap_menu li .wap_menu2 a {
	display: block;
	background: none;
	color: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
	padding: 10px;
}
.wap_menu li .wap_menu2 a i {
	float: left;
	width: 4px;
	height: 4px;
	background-color: #fff;
	margin: 13px 10px 0 5px;
}
.wap_menu li .wap_menu2 a span {
	float: left;
	width: 85%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.wap_menu li.menu_tit {
	font-size: 18px;
	font-weight: bold;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	padding: 10px 10px;
	color: #fff;
}
.wap_menu li.menu_tit span {
	font-size: 20px;
	position: absolute;
	top: 10px;
	right: 15px;
	border-bottom: none;
	z-index: 1000;
}


/*分页*/
.manu {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
.manu A {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #036cb4; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid; TEXT-DECORATION: none
}
.manu A:hover {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu A:active {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu .thisclass {
	BORDER-RIGHT: #036cb4 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #036cb4 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #036cb4 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #036cb4 1px solid; BACKGROUND-COLOR: #036cb4
}
.manu .disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}


/*留言反馈样式*/
.product_meassage>div.feedback, .product_meassage>div.lyfk {
	margin-top: 10px;
}
.feedback_list_box {
	padding: 0 10px;
}
.feedback_list_box div {
	padding: 0;
	margin-top: 10px;
}
.feedback_list_box>div>div {
	position: relative;
}
.feedback_list_box input {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 32px;
	width: 100%;
	padding-left: 10px;
	background-color: transparent;
	line-height: 32px;
}
.placeholder_s {
	color: #999;
	position: absolute;
	top: 8px;
	left: 11px;
	z-index: -1;
}
.feedback_list_box textarea {
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	height: 100px;
	width: 100%;
	padding-left: 10px;
	padding-top: 8px;
	background-color: transparent;
}
.yzm {
	position: relative;
}
.yzm input {
	width: 100px;
}
.feedback_button .feedback_submit {
	background-color: #004c98;
}
.feedback_button .feedback_reset {
	background-color: #1E1E1E;
}
.feedback_button input {
	width: 100%;
	border-radius: 4px;
	border: none;
	text-align: center;
	color: #fff;
	margin-top: 5px;
}
.feedback_list_box .i1, .feedback_list_box .i2 {
	padding-right: 10px;
}

@media(max-width:640px) {
.location_1 {
	display: none;
}
.banner {
	position: relative;
	height: 160px;
	overflow: hidden;
}
.banner img {
	height: 160px;
	position: absolute;
	left: 50%;
	max-width: none;
	transform: translateX(-50%);
	width: auto;
}
#owl-demo, .owl-wrapper-outer, .owl-wrapper, .owl-item {
	height: 100%;
	overflow: hidden;
}
#owl-demo .item {
	display: block;
	height: 100%;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
}
@media(max-width:321px) {
/*.company_introduce .left h1 {
    margin-top: 20px;
}*//*xx9.19修改*/
}
.wrap_foot dt img {
	width: 35px;
}
#pagination {
	margin-top: 30px;
}
.product_detail_images .owl-carousel .owl-item img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}
.owl-carousel .owl-item img {
	width: 100%;
}
.product_detail_images {
	overflow: hidden;
}
@media(min-width:768px) {
.my_img {
	width: 100%;
	height: 260px;
}
}
@media(max-width:767px) {
.my_img {
	width: 100%;
	height: 200px;
}
}