
#contentx {
  display: none;
}
 #contentx2{
  display: none;
}


/* 电脑端 */
@media screen and (min-width: 1024px) {
  #contentx {
    display: block;
    contentx: 'PC内容';
  }
}
 
/* 手机端 */
@media screen and (max-width: 1023px) {
  #contentx2 {
    display: block;
    contentx2: 'Mobile内容';
  }
}

/*header*/



/*搜索*/

.searchdiv {
	float: left;
	text-align: center;
	padding-right: 32px;
}

.header .show-search-btn {
	display: block;
	height: 100px;
	line-height: 100px;
	transition-duration: .3s;
	text-align: center;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	cursor: pointer;
}

.show-search-btn img {
	margin-left: 10px;
}

.show-search-btn img.ic2 {
	display: none;
}

.header .content.alter .show-search-btn img.ic2,
.header.white .show-search-btn img.ic2,
.header.hover .show-search-btn img.ic2 {
	display: inline-block;
}

.header .content.alter .show-search-btn img.ic1,
.header.white .show-search-btn img.ic1,
.header.hover .show-search-btn img.ic1 {
	display: none;
}

.search {
	position: fixed;
	z-index: 6;
	top: 99px;
	right: 0;
	height: auto;
	overflow: hidden;
	/*height: 100%;
  	max-height: 100vh;
  	overflow-y: scroll;
  	overflow-x: hidden;*/
	-webkit-overflow-scrolling: touch;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s;
	transition-delay: .5s;
}

.search.search-is-open {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}

.search.search-is-open .search__container {
	transform: translateY(0) translateZ(0);
}

.search__container {
	position: relative;
	z-index: 2;
	background-color: #fff;
	transform: translateY(-100%) translateZ(0);
	transition: transform .75s cubic-bezier(.77, 0, .175, 1);
}

.search__overlay {
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	/*background-color:#1d1d1d;*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	opacity: .2;
}

.search,
.search__overlay {
	left: 0;
}

.search-header {
	position: relative;
	padding-top: 90px;
	padding-bottom: 120px;
}

.row {
	position: relative;
}

.search-header .search-loader {
	position: absolute;
	top: 17px;
	left: 2.6vw;
}

.search-header .search-btn-close {
	position: absolute;
	top: 0;
	right: 0;
}

.search-header .search-input {
	font-size: 24px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
}

.search-header .search-input__wrapper:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #d9d9d9;
	width: 100%;
}

.search-item {
	position: relative;
	display: block;
	overflow: hidden;
	transition: background-color .2s, opacity .3s, color .3s;
	transform-origin: 0 0;
	color: #1d1d1d;
}

.search-item:after {
	content: "";
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 8.333%;
	right: 8.333%;
	height: 1px;
	background-color: #d9d9d9;
}

.search-item .solr-highlight {
	background-color: rgba(101, 32, 142, .2);
}

.search-close {
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	width: 28px;
	height: 72px;
	background: url(../images/close.png) no-repeat center;
	background-size: 28px 28px;
	cursor: pointer;
	z-index: 6;
	transition-duration: .5s;
}

.search-close:hover {
	transform: rotate(90deg);
}

.search .submit0 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 28px;
	height: 75px;
	background: url(../images/searchf.png) no-repeat center;
	border: none;
	background-size: 28px 28px;
	box-sizing: border-box;
	display: block;
}

.search-header .search-input {
	display: block;
	text-indent: 80px;
	line-height: 75px;
	font-size: 24px;
	color: #333;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	border-bottom: 1px solid #d9d9d9;
}


/**/


/*.m-header{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #FFFFFF;
}
.m-header .logo{
	float: left;
}
.m-header .logo a{
	height: 60px;
	line-height: 60px;
}
.m-header .logo a img{
	max-height: 30px;
}*/

.menubtn {
	display: none;
	float: right;
	width: 50px;
	height: 60px;
	background: url(../images/menu-icon1.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
	cursor: pointer;
}

.header.white .menubtn,
.header .content.alter .menubtn,
.header.hover .menubtn {
	background: url(../images/menu-icon1a.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.menubtn.on {
	background: url(../images/menu-icon2.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.header.white .menubtn.on,
.header .content.alter .menubtn.on,
.header.hover .menubtn.on {
	background: url(../images/menu-icon2a.png) center right no-repeat;
	-moz-background-size: 30px 30px;
	-webkit-background-size: 30px 30px;
	background-size: 30px 30px;
}

.m-nav {
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	display: none;
	z-index: 99;
	overflow-y: scroll;
}

.m-nav .nav-list {
	padding-top: 30px;
}

.m-nav .nav-list>li {
	padding: 0 5%;
	text-align: left;
}

.m-nav .nav-list>li>a,
.m-nav .nav-list .one-level {
	font-family: "syn";
	font-size: 18px;
	color: #666666;
	display: block;
	height: 50px;
	line-height: 50px;
}

.m-nav .nav-list>li>a:hover,
.m-nav .nav-list .one-level.on,
.m-nav .nav-list .one-level:hover {
	color: #3d509f;
}

.m-nav .nav-list li a .tit {
	color: #222222;
}

.m-nav .nav-list li a:hover .tit {
	color: #3d509f;
}

.m-nav .m-subnav {
	display: none;
}

.m-nav ul li .m-subnav>a,
.m-nav ul li .m-subnav .two-level {
	display: block;
	font-family: "syn";
	font-size: 16px;
	color: #999999;
	padding-left: 15px;
	height: 40px;
	line-height: 40px;
}

.m-nav ul li .m-subnav a .ic2 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic1 {
	display: none;
}

.m-nav ul li .m-subnav a:hover .ic2 {
	display: inline-block;
}

.m-nav ul li .m-subnav a:hover {
	color: #3d509f;
}

.m-nav .subnav_2 {
	padding-left: 30px;
	display: none;
}

.m-nav .subnav_2 .subnav_2li>a,
.m-nav .three {
	display: block;
	font-size: 16px;
	color: #666666;
	height: 40px;
	line-height: 40px;
}

.m-nav .subnav_3 a {
	display: block;
	font-size: 15px;
	line-height: 2;
	color: #999999;
}

.m-nav .subnav_3 {
	display: none;
	padding: 0px 15px;
}



/*footer*/

.comprehend {
	padding-top: 35px;
	padding-bottom: 30px;
	background: url(../images/img73.png) center no-repeat;
	background-size: cover;
}

.comprehend .wrap {
	font-size: 0;
}

.comprehend .wrap .tit {
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 40.625%;
}

.comprehend .wrap .tit .t1 {
	color: #ffffff;
	font-size: 28px;
}

.comprehend .wrap .tit .t2 {
	margin-top: 12px;
}

.comprehend .wrap .tit .t2 a {
	display: inline-block;
	min-width: 120px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	background: #FFFFFF;
	text-align: center;
	color: #1154ab;
	font-size: 14px;
	font-weight: bold;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.comprehend .wrap .tit .t2 a:hover{
	background: #f1f1f1;
}
.comprehend .wrap ul {
	position: relative;
	float: right;
	padding-top: 12px;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 59.375%;
	overflow: hidden;
}

.comprehend .wrap ul li {
	position: relative;
	float: left;
	width: 33.33%;
	text-align: center;
}

.comprehend .wrap ul::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.21);
}

.comprehend .wrap ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 20px;
	background: rgba(255, 255, 255, 0.21);
}

.comprehend .wrap ul li a {
	display: block;
	margin: auto;
}

.comprehend .wrap ul li a .icon {
	margin-bottom: 10px;
}

.comprehend .wrap ul li a .icon img {
	max-width: 100%;
}

.comprehend .wrap ul li a .txt {
	color: #ffffff;
	font-size: 18px;
}




/*首页banner*/

.lunbotu {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.lunbotu .swiper-slide {
	width: 100%;
	height: 100vh;
}

.lunbotu a {
	display: block;
	width: 100%;
	height: 100%;
}

.picBox {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.picBox .imgbg {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.picBox .simg {
	display: none;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets,
.lunbotu .swiper-pagination-custom,
.lunbotu .swiper-pagination-fraction {
	bottom: 6%;
}

.lunbotu.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;
}

.lunbotu .swiper-pagination-bullet {
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 12px;
	background: #c9c9c9;
	opacity: 1;
}

.lunbotu .swiper-pagination-bullet-active {
	width: 14px;
	height: 14px;
	background: #2b4794;
}


/*.lunbotu .swiper-button-next, .lunbotu .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.lunbotu .swiper-button-prev, .lunbotu.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img8.png);
    left: 10px;
    right: auto;
}
.lunbotu .swiper-button-next, .lunbotu.swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img9.png);
    right: 10px;
    left: auto;
}*/

.i-banner {
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.section .i-banner .box {
	max-width: 720px;
	min-height: 400px;
}

.i-banner .box .t1 {
	color: #FFFFFF;
	font-size: 48px;
	font-weight: bold;
}

.i-banner .box .t2 {
	color: #f6f6f6;
	font-size: 20px;
}

.i-banner .box .t3 {
	margin-top: 30px;
	color: #e4e4e4;
	font-size: 22px;
	line-height: 1.7;
}

.i-banner .box .btn {
	margin-top: 50px;
}

.i-banner .box .btn span {
	display: inline-block;
	color: #f4f4f4;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.i-banner .box .btn span:hover {
	color: #1154ab;
}

.obanner {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.obanner>img {
	width: 100%;
}

.oimg2 {
	display: none;
}

.ob-img {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bannerzi {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	margin: auto;
}

.obanner .bannerzi .box {
	text-align: center;
}

.obanner .bannerzi .box .t1 {
	color: #ffffff;
	font-size: 48px;
	text-shadow: rgba(0, 11, 21, 0.51) 3px 4px 2px
}

.obanner .bannerzi .box .t2 {
	color: #ffffff;
	font-size: 18px;
	margin-top: 10px;
}


/*首页*/

.i-title {
	color: #333333;
}

.i-title.white {
	color: #FFFFFF;
}

.i-title .t1 {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	width: 30px;
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	-webkit-writing-mode: vertical-lr;
}

.i-title .t2 {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	font-size: 32px;
	font-weight: bold;
	line-height: 1;
}

.i-product {}

.i-product .box {
	position: relative;
}

.section .box {
	min-height: 70vh;
}

.section .l-box {
	float: left;
	/*width: 250px;*/
	width: 15.625%;
	overflow: hidden;
}

.section .r-box {
	float: left;
	width: 84.375%;
	/*width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);*/
}

.index-nav {
	margin-top: 50%;
}

.index-nav ul li {
	color: #333333;
	font-size: 18px;
	min-height: 42px;
	line-height: 42px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.index-nav ul li:hover,
.index-nav ul li.on {
	color: #1154ab;
	font-size: 22px;
}

.i-product .atlas {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.i-product .atlas a {
	display: block;
	width: 100%;
	text-align: right;
}

.i-product .atlas a img {
	max-width: 100%;
}

.switch-btn {
	position: absolute;
	left: 40px;
	bottom: 30px;
	z-index: 10;
	width: 100%;
	text-align: left;
	overflow: hidden;
	padding-top: 20px;
}

.i-product .swiper-button-next,
.i-product .swiper-button-prev {
	float: left;
	position: static;
	top: auto;
	bottom: 0;
	width: 49px;
	height: 49px;
	margin-top: 0;
	margin-right: 10px;
	cursor: pointer;
	-moz-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.i-product .swiper-button-prev,
.i-product .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/img77a.png);
}

.i-product .swiper-button-next,
.i-product .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/img78a.png)
}

.swiper-button-next.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img78.png);
}

.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background-image: url(../images/img77.png);
}
/*
.more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.more a {
	color: #666666;
	font-size: 16px;
	text-decoration: underline;
}

.more a:hover {
	color: #1154ab;
}*/


/*行业应用*/

.section.page3 {
	position: relative;
	overflow: hidden;
}

.i-industry {}

.i-industry .box {
	position: relative;
}

.i-industry .wrap {
	position: absolute;
	right: 0;
	top: 0;
	width: 79.479%;
	height: 100%;
}

.i-industry .wrap .content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.i-industry .wrap .content .contli {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.i-industry .wrap .content .contli a {
	display: block;
	width: 100%;
	height: 100%;
}

.i-industry .wrap .content .contli a .bgimg {
	display: none;
	width: 100%;
	overflow: hidden;
}

.i-industry .wrap .content .contli a .bgimg img {
	width: 100%;
}

.i-industry .wrap .content .contli i {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6, 33, 59, 0.55);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-industry .wrap .content .contli:hover i {
	opacity: 0;
}

.i-industry .wrap .content .contli .txt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 25%;
	padding: 11% 11% 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-industry .wrap .content .contli:hover .txt {
	background: url(../images/img84.png) center no-repeat;
	background-size: cover;
}

.i-industry .wrap .content .contli .txt .t1 {
	color: #ffffff;
	font-size: 22px;
}

.i-industry .wrap .content .contli .txt .t2 {
	margin-top: 10px;
	color: #ffffff;
	font-size: 22px;
}

.i-industry .wrap .content .contli .txt .t3 {
	/*position: absolute;
	left: 0;
	bottom: -20%;*/
	opacity: 0;
	color: #ffffff;
	font-size: 16px;
	margin-top: 25px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.i-industry .wrap .content .contli:hover .txt .t3 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


/*关于我们*/

.section.page4 {
	overflow: hidden;
}

.i-about {}

.i-about .wrap {
	font-size: 0;
	border: rgba(255, 255, 255, 0.51) solid 1px;
}

.i-about .wrap .l-wrap {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 56.3%;
	padding: 0 7%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.i-about .wrap .r-wrap {
	/*float: left;*/
	display: inline-block;
	vertical-align: middle;
	width: 43.7%;
	overflow: hidden;
	border-left: rgba(255, 255, 255, 0.51) solid 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.i-about .wrap .l-wrap .tit {}

.i-about .wrap .l-wrap .tit .t1 {
	color: #ebeaea;
	font-size: 36px;
	font-weight: bold;
}

.i-about .wrap .l-wrap .tit .t2 {
	color: #ebebeb;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px;
}

.i-about .wrap .l-wrap .tit .t3 {
	width: 75px;
	height: 4px;
	background: #2d61cf;
	margin-top: 25px;
	margin-bottom: 50px;
}

.i-about .wrap .l-wrap .btn {
	margin-top: 10%;
}

.i-about .wrap .l-wrap .btn a {
	min-width: 156px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #f9f8f4;
	text-align: center;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #2387c8), color-stop(0.66, #332c79), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(122deg, #2387c8, #332c79, #2773b7);
	background-image: -moz-linear-gradient(122deg, #2387c8, #332c79, #2773b7);
	background-image: -ms-linear-gradient(122deg, #2387c8 0%, #332c79 100%);
	background-image: -o-linear-gradient(122deg, #2387c8, #332c79);
	background-image: linear-gradient(122deg, #2387c8, #332c79);*/
	border: #004098 solid 1px;
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-about .wrap .l-wrap .btn a:hover {
	color: #004098;
	background: #FFFFFF;
}

.i-about .wrap .l-wrap .txt {
	color: #dddddd;
	font-size: 16px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.i-about .wrap .r-wrap ul li {
	float: left;
	width: 50%;
	border-left: rgba(255, 255, 255, 0.51) solid 1px;
	border-top: rgba(255, 255, 255, 0.51) solid 1px;
	padding: 10% 5%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-about .wrap .r-wrap ul li:nth-child(1),
.i-about .wrap .r-wrap ul li:nth-child(2) {
	border-top: none;
}

.i-about .wrap .r-wrap ul li:hover {
	background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);
}

.i-about .wrap .r-wrap ul li .cont {
	display: inline-block;
	text-align: left;
	min-width: 63%;
}

.i-about .wrap .r-wrap ul li .ic {}

.i-about .wrap .r-wrap ul li .ic img {
	/*max-width: 20%;*/
}

.i-about .wrap .r-wrap ul li .data {
	margin-top: 16px;
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}

.i-about .wrap .r-wrap ul li .timer {
	display: inline-block;
}

.i-about .wrap .r-wrap ul li .txt {
	color: #f7f7f7;
	font-size: 14px;
}


/*首页新闻*/

.section.page5 {
	overflow: hidden;
}

.i-new {
	position: relative;
}

.i-new .box {
	position: relative;
}

.i-new .wrap {
	position: absolute;
	right: 0;
	top: 50%;
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 79.479%;
	overflow: hidden;
}

.i-new .wrap .wrapli {
	/*position: absolute;
	z-index: -1;
	display: inline-block;
	opacity: 0;
	visibility: hidden;
	max-width: 100%;*/
	/*width: 100%;*/
	display: none;
}

.i-new .wrap .wrapli.on {
	/*position: relative;
	z-index: 1;
	visibility: visible;
	opacity: 1;*/
	display: block;
}

.i-new .wrap .content {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-bottom: 7.8%;
}

.i-new .wrap .content .i-newli {}

.i-new .wrap .content .i-newli a {
	display: block;
	width: 100%;
}

.i-new .wrap .content .i-newli .img {
	width: 100%;
	overflow: hidden;
}

.i-new .wrap .content .i-newli .img img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.i-new .wrap .content .i-newli:hover .img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.i-new .wrap .content .i-newli .txt {
	padding: 6.5% 0;
}

.i-new .wrap .content .i-newli .txt .t1 {
	color: #666666;
	font-size: 14px;
}

.i-new .wrap .content .i-newli .txt .t2 {
	margin-top: 15px;
	font-weight: bold;
	color: #333333;
	font-size: 25px;
	min-height: 70px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.i-new .wrap .content .i-newli:hover .txt .t2 {
	color: #1154ab;
}

.i-new .wrap .content .i-newli .txt .t3 {
	color: #999999;
	font-size: 16px;
	margin-top: 25px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.i-new .wrap .content .i-newli:hover .txt .t3{
	color: #222222;
}

/*滚动条*/

.i-new .swiper-container-horizontal>.swiper-scrollbar {
	left: 0;
	width: 100%;
	height: 2px;
	border-top: #f8f8f8 solid 1px;
	border-bottom: #f8f8f8 solid 1px;
	background: #e7e6e3;
}

.i-new .swiper-scrollbar-drag {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #1154ab;
	border-top: #1154ab solid 1px;
	border-bottom: #1154ab solid 1px;
}


/*进度条*/


/*.i-new .swiper-container-horizontal>.swiper-pagination-progress{
	top: auto;
	bottom: 0;
}
.i-new .swiper-container-horizontal>.swiper-pagination-progress{
	height: 2px;
	background: #e7e6e3;
	border-top: #f8f8f8 solid 1px;
	border-bottom: #f8f8f8 solid 1px;
}
.i-new .swiper-pagination-progress .swiper-pagination-progressbar{
	background: #1154ab;
	border-top: #1154ab solid 1px;
	border-bottom: #1154ab solid 1px;
}*/


/*产品中心*/

.com-nav {
	position: relative;
	z-index: 10;
	margin-top: -70px;
	background: rgba(23, 60, 110, 0.2);
}

.com-nav.fixed {
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 12;
	width: 100%;
	margin-top: 0;
	/*background: rgba(23, 60, 110, 1);*/
	background: #003b8b;
}

.com-nav ul {
	font-size: 0;
}

.com-nav ul li {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.pnav.com-nav ul li {
	width: 16.66%;
	width: -moz-calc(100% / 6);
	width: -webkit-calc(100% / 6);
	width: calc(100% / 6);
}

.dnav.com-nav ul li {
	width: 50%;
}

.nnav.com-nav ul li {
	width: 33.33%;
	width: -moz-calc(100% / 3);
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.com-nav ul li::before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 23px;
	background: rgba(204, 204, 204, 0.2);
}

.com-nav ul li:first-child::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 24px;
	background: rgba(204, 204, 204, 0.2);
}

.com-nav ul li a,
.com-nav ul li span {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	height: 70px;
	line-height: 70px;
}

.com-nav ul li:hover a,
.com-nav ul li:hover span,
.com-nav ul li.on a,
.com-nav ul li.on span {
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg5.jpg) center no-repeat;
	background-size: cover;
}

.prolist {
	padding-top: 4.7%;
	padding-bottom: 4.2%;
	background: #f6f6f6;
}

.prolist ul {
	margin-bottom: 5%;
	font-size: 0;
}

.prolist ul li {
	/*float: left;*/
	display: inline-block;
	vertical-align: top;
	width: 49.5%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #FFFFFF;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.prolist ul li:nth-child(2n) {
	margin-right: 0;
}

.prolist .owidth>ul>li:hover {
	box-shadow: 4px 0px 13px rgba(0, 11, 21, 0.11);
}

.prolist ul li a {
	display: block;
	width: 100%;
	padding: 5.6%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
}

.prolist ul li .txt {
	float: left;
	/*display: inline-block;
	vertical-align: middle;*/
	width: 50%;
	padding-top: 25px;
}

.prolist ul li .txt .t1 {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 26px;
	color: #333333;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.prolist ul li .txt .t1::before,
.prolist ul li .txt .t1::after {
	content: '';
	display: block;
	width: 90%;
	height: 1px;
	background: #e9e9e9;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.prolist ul li .txt .t1::before {
	width: 60px;
	height: 2px;
	background: #1154ab;
	z-index: 3;
}

.prolist ul li:hover .txt .t1::before {
	width: 90%;
}

.prolist ul li .txt .t2 {
	color: #666666;
	font-size: 16px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.prolist ul li .txt .t2 li {
	display: block;
	width: 100%;
	margin-bottom: 5px;
}

.prolist ul li .txt .t3 {
	margin-top: 30px;
}

.prolist ul li .txt .t3 span {
	display: inline-block;
	min-width: 130px;
	height: 44px;
	line-height: 44px;
	border-radius: 4px;
	background: #ededed;
	color: #999999;
	font-size: 14px;
	text-align: center;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}

.prolist ul li:hover .txt .t3 span {
	color: #FFFFFF;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg1.jpg) center no-repeat;
	background-size: cover;
}

.prolist ul li .img {
	position: relative;
	/*display: inline-block;
	vertical-align: middle;*/
	float: right;
	width: 50%;
}

.prolist ul li .img img.img-center {
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	transform: scale(0.8);
	max-width: 100%;
}

.img-center {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto!important;
	height: auto!important;
}

.img-block {
	display: block;
	width: 100%;
	height: auto;
}

.prolist ul li:hover .img img.img-center {
	transform: scale(1);
}


/*分页*/

.page {
	width: 100%;
	text-align: center;
}

.page-list {
	font-size: 0;
}

.page-list a {
	display: inline-block;
	vertical-align: top;
	padding: 0px 10px;
	min-width: 43px;
	height: 43px;
	line-height: 43px;
	margin-bottom: 5px;
	margin-right: 10px;
	text-align: center;
	font-family: arial;
	font-size: 16px;
	color: #333333;
	border: #e2e2e2 solid 1px;
	background: #ffffff;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.page-list a:last-child {
	margin-right: 0;
}

.page-list a .ic2 {
	display: none;
}

.page-list a:hover .ic1 {
	display: none;
}

.page-list a:hover .ic2 {
	display: inline-block;
}

.page-list a.fyprev,
.page-list a.fynext {
	font-size: 0;
}


/*.page-list a.fyprev{
	border: none;
	background: url(../images/img100.png) center no-repeat;
}
.page-list a.fynext{
	border: none;
	background: url(../images/img101.png) center no-repeat;
}
.page-list a.fyprev:hover{
	border: none;
	background: url(../images/img42a.png) center no-repeat;
}
.page-list a.fynext:hover{
	border: none;
	background: url(../images/img43a.png) center no-repeat;
}*/

.page-list a:hover,
.page-list a.on {
	color: #FFFFFF;
	border: none;
	/*background-color: #2387c8;
	background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0.32, #473c6f), color-stop(0.66, #0f58ad), color-stop(0.83, #2773b7));
	background-image: -webkit-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -moz-linear-gradient(-49deg, #473c6f, #0f58ad, #2773b7);
	background-image: -ms-linear-gradient(-49deg, #473c6f 0%, #0f58ad 100%);
	background-image: -o-linear-gradient(-49deg, #473c6f, #0f58ad);
	background-image: linear-gradient(-49deg, #473c6f, #0f58ad);*/
	background: url(../images/btnbg4.jpg) center no-repeat;
	background-size: cover;
}


/*产品内页*/

.product-detail {
	padding-top: 4.7%;
	padding-bottom: 5.9%;
	background: #f8f8f8;
}

.product-detail .leftbox {
	float: left;
	width: 48.21%;
	overflow: hidden;
}

.overview .pc-slide {
	position: relative;
	width: 100%;
	margin: 0 auto;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .view,
.overview .preview {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.overview .view .swiper-container {
	width: 100%;
}

.overview .pc-slide .arrow-left {
	background: url(../images/img109.png) no-repeat left center;
	background-size: 10px 19px;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}

.overview .pc-slide .bigimg {
	width: 100%;
	overflow: hidden;
}

.overview .pc-slide .bigimg img {
	width: 100%;
}

.overview .pc-slide .arrow-right {
	background: url(../images/img110.png) no-repeat right center;
	background-size: 10px 19px;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 100%;
	z-index: 10;
}


/*.preview .swiper-button-next, .preview .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 10px 19px;
    -webkit-background-size: 10px 19px;
    background-size: 10px 19px;
    background-position: center;
    background-repeat: no-repeat;
}
.preview .swiper-button-next, .preview .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/img110.png);
    right: 0;
    left: auto;
}
.preview .swiper-button-prev, .preview .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/img109.png);
    left: 0;
    right: auto;
}
.preview .swiper-button-next.swiper-button-disabled{
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img110a.png);
}
.preview .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
    background-image: url(../images/img109a.png);
}*/

.overview .preview {
	position: relative;
	width: 100%;
	margin-top: 20px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-container {
	width: 100%;
}

.overview .preview .swiper-slide {
	width: 140px;
	height: 110px;
	line-height: 110px;
	cursor: pointer;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-slide .smallimg {
	padding-right: 25px;
	overflow: hidden;
}

.overview .preview .swiper-slide .smallimg span {
	position: relative;
	display: block;
	width: 100%;
	background: #f8f8f6;
}

.overview .preview .swiper-slide-active .smallimg span {
	background: #FFFFFF;
}

.overview .preview .active-nav .smallimg span::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: #1154ab solid 2px;
	overflow: hidden;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overview .preview .swiper-slide .smallimg img {
	width: 100%;
}

.banner-video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.convideo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/*-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);*/
	width: 100%;
	height: 100%;
}

.convideo .i-convideo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 18;
	width: 100%;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}

.convideo .icon {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 22;
	width: 100%;
	height: 100%;
	background: url(../images/img102.png) center no-repeat;
	background-size: 11.8% auto;
}


/*.header .nav .drop-down {
	position: absolute;
	top: 87px;
	left: 0;
	width: 100%;
	max-height: -moz-calc(100vh - 87px);
	max-height: -webkit-calc(100vh - 87px);
	max-height: calc(100vh - 87px);
	overflow: hidden;
	border-top: 1px solid #dddddd;
	background-color: #fff;
	display: none;
}
.header .nav .drop-down .p-lbox{
	position: relative;
	width: -moz-calc(100% + 17px);
	width: -webkit-calc(100% + 17px);
	width: calc(100% + 17px);
	overflow-x: hidden;
	overflow-y:auto;
}*/


