@font-face {
	font-family: oswald;
	src: url("../font/Oswald-Regular.ttf");
}

html,
body {
	padding: 0;
	margin: 0;
	font-family: oswald, "微软雅黑";
	font-size: 16px;
	color: #333;
	overflow-x: hidden;
}

.wrap {
	max-width: 1200px;
	margin: 0 auto;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

img {
	max-width: 100%;
}

input:focus,
button:focus,
textarea:focus {
	outline: none;
}

.bimg {
	display: none;
}

.on-fixed .bimg {
	display: block;
}

.on-fixed .wimg {
	display: none;
}

.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/**导航菜单**/

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	color: #ffF;
}

.on-fixed header {
	background: #fff;
	color: #000;
}

header .logo a {
	height: 100px;
	position: relative;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .logo img {
	max-height: 100%;
}

header .rightDiv .menu {
	text-align: right;
	position: relative;
	height: 100px;
}

header .rightDiv .menu ul {
	display: inline-block;
	/*overflow: hidden;*/
}

header .rightDiv .menu ul li {
	float: left;
	position: relative;
	margin-right: 2.343745vw;
	overflow: hidden;
	text-overflow:ellipsis; 
	white-space: nowrap;
	width: 55px;
}

header .rightDiv .menu ul li>a {
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	display: block;
	position: relative;
	text-transform: uppercase;
}

.on-fixed header .rightDiv .menu ul li>a {
	color: #000;
}

header .rightDiv .menu ul li>a:hover,
header .rightDiv .menu ul li>a:focus,
header .rightDiv .menu ul li>a.on,
header .rightDiv .menu ul li>a.active {
	background: none;
	color: #fff;
}

.on-fixed header .rightDiv .menu ul li>a:hover,
.on-fixed header .rightDiv .menu ul li>a:focus,
.on-fixed header .rightDiv .menu ul li>a.on,
.on-fixed header .rightDiv .menu ul li>a.active {
	color: #000;
}

header .rightDiv .menu ul li>a::after {
	content: "";
	float: left;
	width: 100%;
	background: #fff;
	height: 2px;
	margin-top: -30px;
	opacity: 0;
	transform: scaleX(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

header .rightDiv .menu ul li:hover>a::after,
header .rightDiv .menu ul li>a.on::after {
	opacity: 1;
	transform: scaleX(1);
}

header .rightDiv .menu ul li i {
	display: none;
	width: 40px;
	height: 50px;
	box-sizing: border-box;
	padding: 0 5px;
	background: url(../img/plus1.png) 100% no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
	position: absolute;
	right: 0;
	top: 0;
}

header .rightDiv .menu ul li i.act {
	background: url(../img/reduce1.jpg) 100% no-repeat;
	background-position: 50% 50%;
}

.on-fixed header .rightDiv .menu ul li i {
	background: url(../img/plus.png) 100% no-repeat;
	background-position: 50% 50%;
}

.on-fixed header .rightDiv .menu ul li i.act {
	background: url(../img/reduce.jpg) 100% no-repeat;
	background-position: 50% 50%;
}

header .twoMenu {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
	background: rgba(255, 255, 255, 1);
	display: none;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	text-align: left;
	padding: 9px 20px;
	color: #000;
	font-size: 14px;
	/*font-family: arial;*/
	min-width: 160px;
}

header .twoMenu dl {
	margin: 0;
}

header .twoMenu dl dt {
	font-weight: normal;
	line-height: 36px;
}

header .twoMenu dl dt a {
	color: #434343;
}

header .twoMenu a:hover {
	color: #000;
}


/*header .rightDiv .menu ul li .twoMenu{
	text-align: left;
	line-height: 35px;
}
header .rightDiv .menu ul li .twoMenu .ulDiv{
	margin: 10px 0;
}*/

header .rightDiv .menu .otherDiv .searchDiv {
	cursor: pointer;
	padding-left: 3.854vw;
	height: 100px;
	line-height: 100px;
}

.on-fixed header .rightDiv .menu .otherDiv .searchDiv .bimg {
	display: inline-block;
}

header .rightDiv .menu .otherDiv .searchDiv>img {
	position: relative;
	top: -3px;
}

header .rightDiv .menu .otherDiv .searchDiv form {
	display: none;
	position: absolute;
	right: -15px;
	/*background: #1384cb;*/
	/*padding: 20px 30px;*/
	line-height: 1;
	z-index: 99;
}

header .rightDiv .menu .otherDiv .searchDiv:hover form {
	display: block;
}

header .rightDiv .menu .otherDiv .searchDiv form input {
	line-height: 40px;
	height: 40px;
	padding: 0 40px 0 10px;
	font-size: 15px;
	min-width: 300px;
	color: #333;
}

header .rightDiv .menu .otherDiv .searchDiv form button {
	line-height: 40px;
	width: 30px;
	height: 40px;
	border: 0;
	background: url(../img/ss1.png) no-repeat center center;
	position: absolute;
	right: 5px;
	top: 0;
}

header .rightDiv .menu .language {
	line-height: 100px;
	color: #fff;
	margin-left: 1.5625vw;
	position: relative;
	font-size: 14px;
	font-family: "微软雅黑";
	text-transform: uppercase;
}

header .rightDiv .menu .language a {
	color: #fff;
}

header .rightDiv .menu .language i {
	display: inline-block;
	width: 17px;
	height: 10px;
	background: url(../img/xia.png);
	margin-left: 10px;
	position: relative;
}

.on-fixed header .rightDiv .menu .language i {
	background: url(../img/xia1.png);
}

header .rightDiv .menu .language .list {
	position: absolute;
	top: 100px;
	right: 0;
	text-align: center;
	display: none;
	width: 100%;
	padding: 5px 0;
	border-radius: 3px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	background: rgba(255, 255, 255, 1);
}

header .rightDiv .menu .language .list a {
	display: block;
	color: #000;
	line-height: 30px;
}

.on-fixed header .rightDiv .menu .language a {
	color: #000;
}

header .rightDiv .menu .language .list a:hover {
	font-weight: bold;
}

header .rightDiv .menu .language:hover .list {
	display: block;
}

header .mbtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../img/menu.png) no-repeat center center;
	background-size: 22px auto;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}

header .mbtn:active {
	opacity: .8;
}

body.on-menu header .mbtn {
	background: url(../img/menu-hide.png) no-repeat center center;
	background-size: 22px auto;
}


/****底部***/

.footerDiv {
	background: #00359b;
	padding: 60px 0;
	color: #fff;
	font-family: arial;
}

.footerDiv .fdiv1 p {
	font-family: arial;
	line-height: 1.8;
	margin-top: 25px;
	width: 80%;
}

.footerDiv span {
	font-size: 19px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 60px;
	margin-bottom: 20px;
	font-family: oswald;
}

.footerDiv ul li a {
	color: #fff;
	line-height: 1.8;
}

.footerDiv ul li a:hover {
	opacity: .6;
}

.footerDiv ul li.li1 {
	padding-left: 25px;
	background: url(../img/f-icon1.jpg) no-repeat left 3px;
	max-width: 80%;
}

.footerDiv ul li.li2 {
	padding-left: 25px;
	background: url(../img/f-icon2.jpg) no-repeat left 6px;
	margin: 10px 0;
}

.footerDiv ul li.li3 {
	padding-left: 25px;
	background: url(../img/f-icon3.jpg) no-repeat left 3px;
	margin: 10px 0;
}

.footerDiv ul li.li4 {
	padding-left: 25px;
	background: url(../img/f-icon4.jpg) no-repeat left 3px;
}

.footerDiv .linkDiv a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 7px;
}

.footerDiv .linkDiv a:hover {
	opacity: .8;
}

.footerDiv .linkDiv a.f {
	background: url(../img/f-icon.png) no-repeat 0 0;
	margin: 0;
}

.footerDiv .linkDiv a.b {
	background: url(../img/f-icon.png) no-repeat -32px 0;
}

.footerDiv .linkDiv a.i {
	background: url(../img/f-icon.png) no-repeat -64px 0;
}

.footerDiv .linkDiv a.v {
	background: url(../img/f-icon.png) no-repeat -97px 1px;
}

.bottomDiv {
	background: #00359b;
	color: #fff;
	text-align: center;
	padding: 0 0 60px;
	font-family: arial;
}


/********************************* 首页 **********************************/


/*banner轮播*/

.index-banner {
	width: 100%;
	position: relative;
}

.ui-homebanner .swiper-slide {
	overflow: hidden;
}

.ui-homebanner .img {
	width: 100%;
	display: block;
	/*height: 36.875vw;*/
	height: 100vh;
	min-height: 400px;
	background: none no-repeat center;
	background-size: cover;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 24px;
}

.ui-homebanner .swiper-pagination-bullet {
	width: 30px;
	height: 4px;
	border-radius: 0px;
	background: #fff;
	opacity: .3;
}

.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.ui-homebanner .swiper-pagination-bullet-active {
	opacity: 1;
}

.ui-homebanner .wrap {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
}

.ui-homebanner .txt .p1 {
	font-size: 2.5vw;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .47);
}

.index-title {
	text-align: center;
	font-size: 38px;
	color: #282828;
	line-height: 1;
}


/******* 产品  *******/

.index-product {
	padding: 72px 0;
}

.index-product .row {
	margin-top: 40px;
}

.index-product .row>div {
	margin-bottom: 40px;
}

.index-product .row>div a {
	display: block;
	padding-top: 85%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.index-product .row>div a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.index-product .row>div .imgDiv {
	height: 75%;
	position: absolute;
	top: 10%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}

.index-product .row>div span {
	text-align: center;
	font-size: 16px;
	color: #434343;
	padding: 20px 0;
}

.index-product .more_a {
	background: #000;
	color: #fff;
	display: block;
	width: 210px;
	height: 47px;
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	margin: 0 auto 0px;
	border: 1px solid #000;
}

.index-product .more_a:hover {
	background: #fff;
	color: #000;
}

.index-pvc {
	padding: 0;
}

.index-pvc .row {
	margin-top: 60px;
}

.index-pvc .row>div span {
	font-size: 18px;
	color: #252525;
	padding: 20px 10px;
	text-align: center;
}

.index-pvc .row>div a .imgDiv {
	overflow: hidden;
}

.index-pvc .row>div a img {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.index-pvc .row>div a:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}


/*关于我们*/

.index-about {
	padding: 80px 0;
}

.index-about .row {
	margin-top: 46px;
}

.index-about .row .textDiv span {
	display: block;
	font-size: 18px;
	color: #252525;
	margin-top: 20px;
}

.index-about .row .textDiv p {
	font-size: 14px;
	color: #424242;
	font-family: arial;
	line-height: 2;
	margin: 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
}

.index-about .row .textDiv a {
	color: #00359b;
	font-size: 14px;
}


/****video***/

.index-video {
	padding: 40px 0;
}

.index-video .row {
	margin: 47px -5px 0;
}

.index-video .row>div {
	padding: 0 5px;
}

.index-video .row>div a {
	position: relative;
}

.index-video .row>div .imgDiv {
	position: relative;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	overflow: hidden;
	height: 300px;
}


@media (max-width: 767px){
	.index-video .row>div .imgDiv {
		height: auto!important;
	}
	.sadas_a{
		width: 187px!important;
		height: 124px!important;
	}

}

.index-video .row>div .imgDiv video {
	width: 100%;
	background: #000;
}


/*.index-video .row>div .imgDiv i{position: absolute;display: block;width: 53px;height: 53px;background: url(../img/play.png) no-repeat center center;background-size: 100%;}*/

.index-video .row>div span {
	padding: 20px 0;
	text-align: center;
	color: #000000;
	font-size: 18px;
}


/*.index-video .row>div .imgDiv img{transition-duration: .3s;-ms-transition-duration: .3s;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;}
.index-video .row>div a:hover .imgDiv img{transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);-webkit-transform:scale(1.05);}*/

.index-manu {
	padding: 60px 0;
}

.index-manu .row {
	margin-top: 70px;
}

.index-manu .row>div {
	margin-bottom: 30px;
}

.index-manu .row>div a {
	display: block;
	position: relative;
}

.index-manu .row>div .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s ease-in-out;
}

.index-manu .row>div a:hover .bg {
	background: rgba(0, 0, 0, .5);
}

.index-manu .row>div p {
	color: #fff;
	font-size: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 78%;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

.index-manu .row>div a:hover p {
	top: 43%;
}

.f35 {
	font-size: 35px!important;
}

.f21 {
	font-size: 21px!important;
}

.index-history {
	text-align: center;
	position: relative;
	overflow: hidden;
}

.index-history .textDiv {
	width: 80%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 21%;
	right: 0;
	margin: auto;
	transition: all .4s;
	color: #fff;
	max-width: 1050px;
}

.index-history .index-title {
	color: #fff;
}

.index-history p {
	margin: 4vw 0;
	line-height: 2;
	font-family: arial;
}

.index-history a {
	color: #6c9fff;
	background: #fff;
	padding: 15px;
	border-radius: 45px;
}

.index-history img {
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	max-width: auto;
	height: 100%;
}

.index-history:hover img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.index-news {
	padding: 60px 0 50px;
}

.index-news .tabDiv {
	margin: 30px 0 40px;
	text-align: center;
}

.index-news .tabDiv a {
	display: inline-block;
	font-size: 23px;
	width: 217px;
	background: #eeeeee;
	color: #4b4b4b;
	height: 49px;
	line-height: 49px;
	margin: 0 5px;
}

.index-news .tabDiv a.active {
	color: #fff;
	background: #00359b;
}

.index-news .row>div .imgDiv {
	overflow: hidden;
}

.index-news .row>div .imgDiv img {
	width: 100%;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.index-news .row>div a:hover .imgDiv img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.index-news .row>div .textDiv {
	padding: 20px 15px;
	margin-top: -92px;
	max-width: 80%;
	background: #fff;
	position: relative;
	border-bottom: 2px solid #00359B;
}

.index-news .row>div .textDiv span {
	font-size: 14px;
	color: #a2a2a2;
	font-family: arial;
}

.index-news .row>div .textDiv p {
	font-size: 16px;
	color: #000;
	margin: 10px 0 0;
}

.ny-banner {
	width: 100%;
	position: relative;
}

.ny-banner .imgDiv {
	position: relative;
	height: 22.135416vw;
	min-height: 300px;
}

.ny-banner .imgDiv .wrap {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.ny-banner .imgDiv .textDiv {
	text-align: right;
	font-size: 1.875vw;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.8;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .47);
}
@media (max-width: 767px){
	.ny-banner .imgDiv .textDiv {
		font-size: 3.875vw;
	}
	.my_video{
		width: 100%!important;
	}
}

.ny-title {
	font-size: 28px;
	color: #535353;
	text-transform: uppercase;
}

.breadcrumbDiv {
	padding: 25px 0;
	color: #676767;
	font-size: 15px;
	text-transform: capitalize;
}

.breadcrumbDiv a {
	color: #676767;
}

.aboutDiv {
	padding-bottom: 70px;
}

.aboutDiv .textDiv {
	margin: 30px 0 40px;
}

.aboutDiv .textDiv p {
	font-size: 15px;
	color: #676767;
	line-height: 2;
	font-family: arial;
	margin: 0;
}

.aboutDiv .row {
	margin: 0 -10px;
}

.aboutDiv .row>div {
	padding: 0 10px;
}

.aboutDiv1 .row {
	margin-top: 40px;
}

.aboutDiv1 .row>div {
	margin-bottom: 30px;
}

.aboutDiv1 .row>div .textDiv {
	padding: 15px 0;
	font-family: arial;
}

.aboutDiv1 .row>div .textDiv span {
	font-size: 22px;
	color: #1a1a1a;
}

.aboutDiv1 .row>div .textDiv p {
	font-size: 19px;
	color: #676767;
	margin: 5px 0 0;
}

.aboutDiv1 .row>div .imgDiv {
	overflow: hidden;
}

.aboutDiv1 .row>div .imgDiv img {
	width: 100%;
	transition-duration: .3s;
	-ms-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;
}

.aboutDiv1 .row>div a:hover .imgDiv img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.aboutDiv2 .row {
	border-bottom: 1px solid #eee;
	padding: 40px 0;
}

.aboutDiv2 .row .imgDiv {
	overflow: hidden;
}

.aboutDiv2 .row .imgDiv img {
	max-width: initial;
	height: 100%;
}

.aboutDiv2 .row .textDiv {
	font-family: arial;
	max-width: 75%;
}

.aboutDiv2 .row .textDiv span {
	font-size: 22px;
	color: #000;
	display: block;
	margin-top: 20px;
}

.aboutDiv2 .row .textDiv p {
	font-size: 15px;
	color: #676767;
	line-height: 2;
	margin: 30px 0 0;
}


/**************产品中心***************/

.productDiv .row {
	padding: 40px 0;
}

.productDiv .row>div {
	margin-bottom: 40px;
}

.productDiv .row>div a {
	display: block;
	padding-top: 85%;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.productDiv .row>div a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}

.productDiv .row>div .imgDiv {
	height: 75%;
	position: absolute;
	top: 10%;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
}

.productDiv .row>div span {
	text-align: center;
	font-size: 16px;
	color: #434343;
	padding: 20px 0;
}

.videoDiv .row {
	margin: 40px -5px 20px;
}

.videoDiv .row>div {
	padding: 0 5px;
	margin-bottom: 20px;
}

.videoDiv .row>div a {
	position: relative;
}

.videoDiv .row>div .imgDiv {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.videoDiv .row>div .imgDiv video {
	width: 100%;
	background: #000;
}

.videoDiv .row>div span {
	padding: 20px 0;
	text-align: center;
	color: #000000;
	font-size: 18px;
}

.manuDiv .row {
	margin-top: 70px;
}

.manuDiv .row>div {
	margin-bottom: 30px;
}

.manuDiv .row>div .imgDiv {
	display: block;
	position: relative;
}

.manuDiv .row>div .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transition: all 0.2s ease-in-out;
}

.manuDiv .row>div a:hover .bg {
	background: rgba(0, 0, 0, .5);
}

.manuDiv .row>div p {
	color: #fff;
	font-size: 35px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 78%;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s ease-in-out;
}

.manuDiv .row>div a:hover p {
	top: 43%;
}

.manuDiv .row>div .textDiv {
	font-size: 15px;
	color: #676767;
	line-height: 2;
	margin: 20px 0;
	font-family: arial;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}


/*.manuDiv .row>div a:hover{box-shadow: 0px 0px 10px rgba(0,0,0,.2);display: block;}*/

.newsDiv .tabDiv {
	margin: 30px 0 40px;
	text-align: center;
	overflow: hidden;
}

.newsDiv .tabDiv a {
	display: block;
	font-size: 23px;
	width: 217px;
	background: #eeeeee;
	color: #4b4b4b;
	height: 49px;
	line-height: 49px;
	margin: 0 5px;
	float: left;
}

.newsDiv .tabDiv a.active {
	color: #fff;
	background: #00359b;
}

.newsDiv ul li a {
	display: block;
	overflow: hidden;
	margin-bottom: 40px;
}


/*.newsDiv ul li a:hover{box-shadow: 0px 0px 10px rgba(0,0,0,.2);}*/

.newsDiv ul li .imgDiv {
	width: 33%;
	overflow: hidden;
}

.newsDiv ul li .textDiv {
	width: 67%;
	font-family: arial;
	padding: 10px 10px 0 36px;
}

.newsDiv ul li .textDiv .title {
	font-size: 22px;
	color: #3b3b3b;
	font-family: oswald, "微软雅黑";
}

.newsDiv ul li a:hover .textDiv .title {
	text-decoration: underline;
}

.newsDiv ul li .textDiv span {
	font-size: 14px;
	color: #8f8f8f;
	display: block;
	margin: 10px 0;
}

.newsDiv ul li .textDiv p {
	font-size: 15px;
	color: #676767;
	line-height: 1.8;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

.pdDiv1 .linkDiv a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin-left: 7px;
	margin-top: 7px;
}

.pdDiv1 .linkDiv a:hover {
	opacity: .8;
}

.pdDiv1 .linkDiv a.f {
	background: url(../img/f-icon.png) no-repeat 0 0;
}

.pdDiv1 .linkDiv a.b {
	background: url(../img/f-icon.png) no-repeat -32px 0;
}

.pdDiv1 .linkDiv a.i {
	background: url(../img/f-icon.png) no-repeat -64px 0;
}

.pdDiv1 .linkDiv a.v {
	background: url(../img/f-icon.png) no-repeat -97px 1px;
}

.pdDiv1 .textDiv {
	margin: 25px 0;
}

.pdDiv1 .textDiv p {
	margin: 0;
	font-size: 15px;
	color: #676767;
	line-height: 2;
	font-family: arial;
}

.pdDiv1 .downloadDiv a {
	display: block;
	padding-left: 35px;
	background: url(../img/pdf.png) no-repeat left center;
	font-size: 15px;
	color: #2e2e2e;
	margin-bottom: 20px;
}

.pdDiv1 a.btn_a {
	display: block;
	width: 184px;
	line-height: 38px;
	color: #fff;
	background: #00359b;
	font-size: 16px;
	text-align: center;
}

.pdDiv1 a.btn_a:hover {
	opacity: .8;
}

.pdDiv2 {
	padding: 70px 0;
}

.pdTitle {
	font-size: 18px;
	color: #3c3c3c;
	margin-bottom: 20px;
}

.pdDiv2 .row {
	margin: 0 -8px;
}

.pdDiv2 .row>div {
	padding: 0 8px;
}

.pdDiv3 {
	padding-bottom: 50px;
}

.pdDiv3 .row {
	margin: 0 -8px;
}

.pdDiv3 .row>div {
	padding: 0 8px;
}

.pdDiv3 .row>div video {
	width: 100%;
	background: #000;
}


/**联系我们*/

.contactDiv1 .rowDiv {
	margin-top: 70px;
}

.contactDiv1 .rowDiv ul li {
	margin-bottom: 40px;
}

.contactDiv1 .rowDiv ul li .rightDiv {
	width: 57%;
}

.contactDiv1 .rowDiv ul li .leftDiv {
	width: 35%;
}

.contactDiv1 .rowDiv .imgDiv {
	overflow: hidden;
}

.contactDiv1 .rowDiv .imgDiv img {
	max-width: initial;
	height: 100%;
}

.contactDiv1 .rowDiv .textDiv {
	font-family: arial;
}

.contactDiv1 .rowDiv .textDiv span {
	font-size: 22px;
	color: #000;
	display: block;
	margin-top: 20px;
}

.contactDiv1 .rowDiv .textDiv p {
	font-size: 15px;
	color: #676767;
	line-height: 2;
	margin: 30px 0 0;
}

.contactDiv2 {
	padding: 50px 0;
}

.contactDiv2 .titleDiv {
	text-align: center;
	font-family: arial;
}

.contactDiv2 .titleDiv span {
	font-size: 24px;
	color: #333;
}

.contactDiv2 .titleDiv .line {
	display: block;
	width: 28px;
	height: 2px;
	background: #333;
	margin: 15px auto 10px;
}

.contactDiv2 .titleDiv p {
	font-size: 16px;
	color: #555;
}

.contactDiv2 .formDiv {
	margin-top: 50px;
	font-family: arial;
}

.contactDiv2 .formDiv .row {
	margin: 0 -5px;
}

.contactDiv2 .formDiv .row>div {
	padding: 0 5px;
	margin-bottom: 20px;
}

.contactDiv2 .formDiv .row>div i {
	color: #e62129;
	padding-left: 10px;
	font-size: 14px;
	font-style: initial;
}

.contactDiv2 .formDiv .groupDiv input {
	width: calc(100% - 20px);
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
	font-size: 12px;
	border: 1px #cbcecd solid;
	color: #888;
}

.contactDiv2 .formDiv .yzmDiv input {
	width: 150px;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
	font-size: 12px;
	border: 1px #cbcecd solid;
	color: #888;
}

.contactDiv2 .formDiv .yzmDiv img {
	height: 43px;
	margin-left: 8px;
}

.contactDiv2 .formDiv .textareaDiv textarea {
	width: 100%;
	resize: none;
	height: 160px;
	width: calc(100% - 20px);
	border: 0;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px #cbcecd solid;
}

.contactDiv2 .formDiv .textareaDiv i {
	position: relative;
	top: -70px;
}

.contactDiv2 .formDiv button {
	width: 160px;
	height: 43px;
	line-height: 43px;
	background: #000;
	color: #fff;
	border: 0;
	padding: 0;
	font-size: 14px;
}

.contactDiv2 .formDiv button:hover {
	opacity: .8;
}

.hisPriceDiv .listDiv {
	margin-top: 50px;
}

.hisPriceDiv .itemDiv {
	margin-bottom: 50px;
}

.hisPriceDiv .itemDiv .hd {
	background: #00359b;
	line-height: 60px;
	font-size: 28px;
	color: #fff;
	text-align: center;
}

.hisPriceDiv .itemDiv .bd .imgDiv {
	overflow: hidden;
	width: 50%;
}

.hisPriceDiv .itemDiv .bd .imgDiv img {
	height: 100%;
}

.hisPriceDiv .itemDiv .bd .tableDiv {
	width: 50%;
}

.hisPriceDiv .itemDiv .bd .tableDiv table {
	width: 100%;
	border: 0;
	text-align: center;
}

.hisPriceDiv .itemDiv .bd .tableDiv table tr td {
	border-left: 1px solid #ededed;
	height: 28px;
}

.hisPriceDiv .itemDiv .bd .tableDiv table tr th {
	text-align: center;
	background: #e2e2e2;
	line-height: 53px;
	font-weight: normal;
}

.rightFloat {
	position: fixed;
	right: calc((100% - 1200px) / 2 - 60px);
	bottom: 30px;
	z-index: 111;
}

.rightFloat a.backTop {
	display: none;
	float: right;
}

.popDiv {
	position: fixed;
	width: 100vw;
	height: 100vh;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .8);
	display: none;
	z-index: 9999;
}

.popDiv .contactDiv2 {
	width: 90%;
	max-width: 1200px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 70px 50px 30px;
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.popDiv .contactDiv2 a.close_a {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	display: block;
}

.popDiv .contactDiv2 .formDiv {
	margin-top: 0;
}


/*body:after {
    content: '';
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    display: none;
}
body.on-menu:after {
    display: block;
}*/

@media (max-width:1350px) {
	.rightFloat {
		right: 10px;
	}
}

@media (max-width:1220px) {
	.wrap {
		padding: 0 15px;
	}
}

@media (min-width:992px) and (max-width:1024px) {}

@media (min-width:768px) and (max-width:991px) {
	header .rightDiv .menu .otherDiv .searchDiv {
		padding-left: 0;
	}
	header .logo a {
		width: 135px;
	}
	header .rightDiv .menu ul li {
		margin-right: 1.5vw;
		font-size: 14px;
	}
}


/*手机*/

@media (max-width:767px) {
	header {
		position: fixed !important;
		z-index: 9999;
		top: 0;
		left: auto;
		right: 0;
		width: 100%;
		height: 50px;
		/*background-color: transparent;*/
		transition: right 300ms !important;
	}
	.on-fixed header .mbtn {
		background: url(../img/menu1.png) no-repeat center center
	}
	header .logo a {
		height: 50px;
		line-height: 50px;
	}
	header .logo img {
		max-height: 70%;
	}
	/*body.on-menu header {right: 45%;}*/
	header .mbtn {
		display: block;
	}
	body.on-menu header .mbtn {
		z-index: 1;
	}
	header .rightDiv .menu {
		float: right;
		position: fixed;
		top: 0px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 0;
		background-color: rgba(0, 0, 0, .8);
		/*border-bottom: 1px solid #f8f8f847;*/
		transition: right 300ms;
		right: -100%;
		padding: 0;
		overflow-y: auto;
	}
	header .rightDiv .menu ul li {
		margin: 0 15px;
		/*border-bottom: 1px solid #f8f8f847;*/
		float: none;
	}
	header .rightDiv .menu ul li a {
		display: block;
		line-height: 50px;
		height: 50px;
		/*color: #fff;*/
		padding: 0;
		text-align: left;
		font-size: 16px;
	}
	header .rightDiv .menu ul {
		display: block;
		padding-top: 50px;
	}
	header .rightDiv .menu ul li a span {
		display: none;
	}
	header .rightDiv .menu ul li a.on {
		background: none;
		/*color: #fff;*/
		font-weight: bold;
	}
	body.on-menu header .rightDiv .menu {
		right: 0;
	}
	body.on-menu.on-fixed header .rightDiv .menu {
		background: #fff;
	}
	body.on-menu.on-fixed header .mbtn {
		background: url(../img/menu-hide1.png) no-repeat center center;
	}
	body.on-menu .main {
		right: 0;
	}
	header .rightDiv .menu ul li i {
		display: block;
	}
	header .twoMenu {
		position: relative;
		top: 0px;
		background: none;
		padding: 0;
		width: initial;
	}
	header .twoMenu dl {
		margin-bottom: 10px;
	}
	header .twoMenu dl dd {
		margin-top: 0;
	}
	header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #fff;
	}
	.on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
		color: #000;
	}
	header .rightDiv .menu ul li .twoMenu {
		top: 10px;
		box-shadow: none;
	}
	header .rightDiv .menu ul li .twoMenu .liDiv>a {
		line-height: 32px;
		height: 32px;
		font-weight: normal;
	}
	header .twoMenu .liDiv>a:after {
		top: 0;
	}
	header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
		margin: 0 15px;
	}
	header .rightDiv .menu ul li>a {
		margin: 0;
		width: calc(100% - 50px);
	}
	header .rightDiv .menu ul li>a:hover,
	header .rightDiv .menu ul li>a:focus,
	header .rightDiv .menu ul li>a.on {
		color: #FFF;
	}
	header .rightDiv .menu ul li>a::after,
	header .rightDiv .menu ul li a.act:after {
		content: "";
		width: 30px;
		height: 3px;
		background: #fff;
		border-radius: 2px;
		position: absolute;
		bottom: 5px;
		left: 0;
		margin-left: 0;
	}
	header .rightDiv .menu ul li .twoMenu dl dt>a {
		line-height: 30px;
		height: initial;
	}
	header .rightDiv .menu ul li .twoMenu dl dd>a {
		line-height: 30px;
		height: initial;
		padding-left: 12px;
		margin: 0;
		min-width: initial;
	}
	header .rightDiv .menu .otherDiv {
		float: left;
	}
	header .rightDiv .menu .language {
		margin-left: 15px;
		line-height: 50px;
	}
	header .rightDiv .menu .language .list {
		top: 45px;
		box-shadow: none;
		background: none;
	}
	header .rightDiv .menu .otherDiv .searchDiv {
		display: none;
	}
	header .rightDiv .menu .language .list a {
		color: #fff;
	}
	.on-fixed header .rightDiv .menu .language .list a {
		color: #000;
	}
	.main {
		position: relative;
		right: 0;
		transition: right 300ms !important;
	}
	.ui-homebanner .img {
		height: 55vw;
		min-height: initial;
	}
	.ui-homebanner .txt {
		padding-top: 30px;
	}
	.ui-homebanner .txt .p1 {
		font-size: 16px;
	}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 10px;
	}
	.ui-homebanner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 4px;
	}
	.ui-homebanner .swiper-pagination-bullet {
		width: 10px;
		height: 2px;
	}
	.index-title img {
		height: 84px;
	}
	/*.index-banner,.ny-banner{margin-top: 50px;}*/
	.index-title {
		font-size: 24px;
	}
	.index-product {
		padding: 35px 0;
	}
	.index-product .row>div .imgDiv {
		height: 60%;
	}
	.index-product .row>div {
		margin-bottom: 0;
	}
	.index-product .more_a {
		width: 180px;
		margin-top: 10px;
	}
	.index-pvc .row {
		margin: 30px -6px 0;
	}
	.index-pvc .row>div {
		padding: 0 6px;
	}
	.index-pvc .row>div span {
		font-size: 16px;
		padding: 10px 0;
	}
	.index-about {
		padding: 40px 0;
	}
	.index-about .row {
		margin-top: 30px;
	}
	.index-video {
		padding: 0;
	}
	.index-video .row>div {
		margin-bottom: 20px;
	}
	.index-video .row>div span {
		padding: 10px 0;
		font-size: 16px;
	}
	.index-video .row>div .imgDiv i {
		width: 33px;
		height: 33px;
	}
	.index-manu {
		padding: 30px 0;
	}
	.index-manu .row {
		margin: 30px -5px 0;
	}
	.index-manu .row>div {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 15px;
	}
	.f35,
	.f21 {
		font-size: 16px!important;
	}
	.index-history {
		background: url(../img/i-bg1.jpg) no-repeat center center;
		background-size: cover;
		padding: 50px 0;
	}
	.index-history img {
		display: none;
	}
	.index-history .textDiv {
		width: 90%;
		position: relative;
	}
	.index-news .tabDiv {
		overflow: hidden;
	}
	.index-news .tabDiv a {
		width: 48%;
		margin: 0 1%;
		float: left;
		font-size: 18px;
	}
	.index-news .tabDiv {
		margin: 20px 0 25px;
	}
	.index-news .row>div {
		margin-bottom: 20px;
	}
	.index-news .row>div .textDiv {
		width: 90%;
	}
	.footerDiv {
		padding: 30px 0;
	}
	.bottomDiv {
		padding-bottom: 30px;
	}
	.ny-banner .imgDiv {
		min-height: initial;
		height: 50vw;
	}
	.ny-title {
		font-size: 24px;
	}
	.aboutDiv .row {
		margin: 0 -5px;
	}
	.aboutDiv .row>div {
		padding: 0 5px;
	}
	.aboutDiv {
		padding-bottom: 35px;
	}
	.aboutDiv1 .row {
		margin: 20px -5px 0;
	}
	.aboutDiv1 .row>div {
		padding: 0 5px;
		margin-bottom: 15px;
	}
	.aboutDiv1 .row>div .textDiv span {
		font-size: 16px;
	}
	.aboutDiv1 .row>div .textDiv p {
		font-size: 14px;
		margin-top: 3px;
	}
	.productDiv .row>div .imgDiv {
		height: 60%;
	}
	.productDiv .row>div {
		margin-bottom: 0;
	}
	.videoDiv .row>div {
		margin-bottom: 20px;
	}
	.videoDiv .row>div span {
		padding: 10px 0;
		font-size: 16px;
	}
	.manuDiv .row {
		margin: 30px -5px 0;
	}
	.manuDiv .row>div {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 15px;
	}
	.manuDiv .row>div p {
		font-size: 16px;
	}
	.manuDiv .row>div .textDiv {
		line-height: 1.6;
		margin: 10px 0;
		/*-webkit-line-clamp: 3;*/
		font-size: 12px;
	}
	.newsDiv .tabDiv {
		overflow: hidden;
	}
	.newsDiv .tabDiv a {
		width: 48%;
		margin: 0 1%;
		float: left;
		font-size: 18px;
	}
	.newsDiv .tabDiv {
		margin: 20px 0 25px;
	}
	.newsDiv ul li a {
		margin-bottom: 20px;
	}
	.newsDiv ul li .imgDiv {
		width: 45%;
	}
	.newsDiv ul li .textDiv {
		width: 52%;
		padding: 0 0 0 3%;
	}
	.newsDiv ul li .textDiv .title {
		font-size: 16px;
	}
	.newsDiv ul li .textDiv span {
		margin: 3px 0;
		font-size: 12px;
	}
	.newsDiv ul li .textDiv p {
		
		line-height: 1.4;
		font-size: 12px;
	}
	.pdDiv2 {
		padding: 35px 0;
	}
	.pdDiv2 .row>div {
		margin-bottom: 20px;
	}
	.pdDiv3 .row>div {
		margin-bottom: 20px;
	}
	.contactDiv1 .rowDiv {
		margin-top: 35px;
	}
	.contactDiv1 .rowDiv ul li .rightDiv {
		width: 100%;
	}
	.contactDiv1 .rowDiv ul li .leftDiv {
		width: 100%;
	}
	.contactDiv1 .rowDiv .imgDiv img {
		height: initial;
		max-width: 100%;
	}
	.contactDiv2 {
		padding: 0 0 35px;
	}
	.contactDiv2 .formDiv {
		margin-top: 30px;
	}
	.hisPriceDiv .listDiv {
		margin-top: 30px;
	}
	.hisPriceDiv .itemDiv .bd .imgDiv {
		width: 100%;
	}
	.hisPriceDiv .itemDiv .bd .imgDiv img {
		height: initial;
		max-width: 100%;
	}
	.hisPriceDiv .itemDiv .bd .tableDiv {
		width: 100%;
	}
	.hisPriceDiv .itemDiv .hd {
		line-height: 50px;
		font-size: 24px;
	}
	.popDiv {}
	.popDiv .contactDiv2 {
		padding: 40px 10px 20px;
		width: 96%;
	}
	.popDiv .contactDiv2 .formDiv .row>div {
		margin-bottom: 10px;
	}
	.popDiv .contactDiv2 .formDiv .yzmDiv input {
		width: calc(100% - 200px);
	}
	.popDiv .contactDiv2 .formDiv .textareaDiv textarea {
		height: 86px;
	}
	.contactDiv2 .formDiv .groupDiv input,
	.contactDiv2 .formDiv button {
		height: 40px;
		line-height: 40px;
	}
	.popDiv .contactDiv2 a.close_a {
		width: 15px;
	}
	@media (max-width:320px) {}
}