@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myOneFont;
	src: url('../font/BarlowCondensed-SemiBold_mianfeiziti.ttf'),
		 url('../font/BarlowCondensed-SemiBold_mianfeiziti.eot'); /* IE9 */
}

/* 全局样式

-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"Arial"; color:#666;}

p{line-height:25px;}

img{ border:none; vertical-align:middle;}

td{ vertical-align:center; font-size:14px;}



*{margin:0;padding:0;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{border:medium none;margin:0;padding:0;}

body,button,input,select,textarea{outline:none;}

.body{background:#fff;}

.nbody{background:#efefef;}

ul,ol,li{list-style:none;}



img{border:0px;}

table,table tr,table td{border:solid 1px #dddddd; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Arial";

	}

h1,h2,h3,h4,h5,h6 { font-weight: bold; }



h1 { font-size: 3em; line-height: 1; margin:0; padding:0;}

h2 { font-size: 2em;  margin:0; padding:0;}

h3 { font-size: 1.5em; line-height: 1;  margin:0; padding:0;}

h4 { font-size: 1.2em; line-height: 1.25; margin:0; padding:0;}

h5 { font-size: 1em;  margin:0; padding:0;}

h6 { font-size: 1em; }

body{background:#fff;}

/* 页面基本元素

-------------------------------------------------------------- */



/* 链接样式 */

a {text-decoration:none;}

a:visited {text-decoration:none;}

a:hover {text-decoration:none;}



/* 常用元素 */

.clear { clear:both; font-size:1px; line-height:0px; height:0px; }



/* 层浮动 */

.left { float: left; }

.right{ float: right; }

.center { margin: 0 auto; }



/* 文字对齐 */

.tleft { text-align:left; }

.tright { text-align:right; }

.tcenter {text-align:center; }



img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1);

    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);

	}

/* top

-------------------------------------------------------------- */
.header{
	width:100%;
	height:90px;
	position:absolute;
	z-index: 999;
	top:0;
	padding:0 1%;
	}
.top{
	width:100%;
	overflow:hidden;
	line-height:40px;
	border-bottom:solid 1px rgba(255,255,255,0.25);
	font-size:13px;
	color:#fff;
	text-align:right;
	}
.top a{
	font-size:13px;
	color:#fff;
	}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.topicon{
	overflow:hidden;
	height:100%;
	display:flex;
	align-items:center;
}
.topicon a{
	margin-right:32px;
}
.topsearch{
	height:100%;
	display:flex;
	align-items:center;
	margin-left:66px;
}
.search_box{
	width:260px;
	position: absolute;
	top:70px;
	right:0;
	background-color:#00a1e9;
	padding:10px; 
	z-index:99;
	display:none;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
	}
.search_box input{
	width:80%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	float:left;
	}
.search_box button{
	width:18%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	float:right;
	background:none;
	}
.search_box button img{
	max-width:100%;
	height:auto;
}

.small{
	box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); 
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}


/* nav
-------------------------------------------------------------- */
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 50px;
	display: block;
	margin-right:48px;
}
.header .navbar_nav li{
	float:left;
	padding: 0 56px;
	position: relative;
	display: block;
}

.header .navbar_nav li > a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 18px;
	font-weight:bold;
	line-height:90px;
	position:relative;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	overflow:hidden;
	opacity: 0;
	position: absolute;
	top:90px;
	background:rgba(255,255,255,0.8);
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    left: 0;
	z-index:-1;
	-webkit-transform: rotateX(90deg);

     -moz-transform: rotateX(90deg);

      -ms-transform: rotateX(90deg);

       -o-transform: rotateX(90deg);

          transform: rotateX(90deg);

  -webkit-transform-origin: 0 0;

     -moz-transform-origin: 0 0;

      -ms-transform-origin: 0 0;

       -o-transform-origin: 0 0;

          transform-origin: 0 0;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	display:block;
	width:100%;
	overflow:hidden;
	font-size: 16px;
	color: #252525;
	padding: 5px;
	line-height:30px;
	text-align: center;
	border-top: solid 1px #d9d9d9;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	opacity: 1;
  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color:#00a0e9;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}

.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #0b6cc5;
}
#navToggle{
	display: none;
}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	}
.topbg{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:9;
}
.topbg img{
	width:100%;
	height:auto;
}
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.banner .img{
	width:100%;
	overflow:hidden;
	position:relative;
}
.banner .img .banner1-1{
	width:30.5%;
	overflow:hidden;
	position:absolute;
	left:11.6%;
	top:25%;
	z-index:99;
	}
.banner .img .banner1-1 img{
	max-width:100%;
	height:auto;
	}
.banner .swiper-container .bannernr1{
	width:28%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:12%;
}
.banner .swiper-container .bannernr2{
	width:35%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:25%;
}
.banner .swiper-container .bannernr3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-24%;
	bottom:28%;
	text-align:center;
}
.banner .swiper-container .banimg{
	width:100%;
	overflow:hidden;
}
.banner .swiper-container .banimg img{
	max-width:100%;
	height:auto;
}
.banner .swiper-container p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-family:Arial;
	line-height:25px;
	margin-top:54px;
}
.banner .banmore{
	width:100%;
	overflow:hidden;
	margin-top:104px;
}
.banner .swiper-container .bannernr3 .banmore{
	margin:90px auto 0;
}
.banner .swiper-container .bannernr3 .banmore a{
	margin:auto;
	text-align:left;
}
.swiper-container-android .swiper-slide,.banner .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.banner .swiper-slide .img img{
	width:100%;
	height:auto;
}
.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,.banner .swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}

.swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.banner .swiper-button{
	overflow:hidden;
	position:absolute;
	left:11.5%;
	bottom:50px;
	z-index:99;
	}
.banner .swiper-button div{
	width:60px;
	height:60px;
	overflow:hidden;
	border:solid 1px #fff;
	float:left;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	border-left:none;
}
.banner .swiper-button .swiper-button-prev:hover{
	background:#fff url(../images/prevh.png) no-repeat center;
}
.banner .swiper-button .swiper-button-next:hover{
	background:#fff url(../images/nexth.png) no-repeat center;
}
/*shubiao*/
.banner .down{
	width:66px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	color:#fff;
	position:absolute;
	left:50%;
	margin-left:-33px;
	bottom:16px;
	z-index:99; 
}
.banner .down span{
	display:block;
	width:1px;
	height:96px;
	background:#fff;
	margin:auto;
	}
/*shubiao*/
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:40px;
	z-index:99;
}
.shubiao span{
	display:block;
	width:1px;
	height:100px;
	background:#fff;
	margin-left:11.5px;
	margin-bottom:22px;
}
.mouse {
  position: relative;
  width: 26px;
  height: 44px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	overflow:hidden;
	text-align:center;
	color:#fff;
	margin-top:2px;
}
.banner .down p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	letter-spacing:2px;
	line-height:30px;
}
.banner .swiper-slide img{
		width:100%;
		height:auto;
		min-height:100%;
		transition:1s linear 2s;
		}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}

@-webkit-keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
@keyframes scroll {
  100% {
    -webkit-transform: translate(-50%, 8px);
            transform: translate(-50%, 8px);
  }
}
.boxlist .swiper-container,.boxlist2 .swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.boxlist .swiper-container-vertical>.swiper-wrapper,.boxlist2 .swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.boxlist .swiper-wrapper,.boxlist2 .swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
.boxlist .swiper-container-android .swiper-slide,.boxlist .mt-tabpage-cont__wrap .swiper-wrapper,
.boxlist2 .swiper-container-android .swiper-slide,.boxlist2 .mt-tabpage-cont__wrap .swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
}

.boxlist .swiper-container-multirow>.swiper-wrapper,.boxlist2 .swiper-container-multirow>.swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.boxlist .swiper-container-free-mode>.swiper-wrapper,.boxlist2 .swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}

.boxlist .swiper-slide,.boxlist2 .swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform
}
.boxlist .swiper-slide-invisible-blank,.boxlist2 .swiper-slide-invisible-blank {
	visibility: hidden
}

.boxlist .swiper-container-autoheight,.boxlist .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide,
.boxlist2 .swiper-container-autoheight,.boxlist2 .mt-tabpage-cont__wrap .swiper-container-autoheight .swiper-slide {
	height: auto
}

.boxlist .swiper-container-autoheight .swiper-wrapper,.boxlist2 .swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: height,-webkit-transform;
	transition-property: height,-webkit-transform;
	-o-transition-property: transform,height;
	transition-property: transform,height;
	transition-property: transform,height,-webkit-transform
}
.boxlist .swiper-button div{
	width:52px;
	height:52px;
	position:absolute;
	top:50%;
	margin-top:-26px;
	outline:none;
	border:solid 4px #d5d5d5;
	border-radius:50%;
	z-index:99;
	}
.boxlist .swiper-button .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	right:210px;
	}
.boxlist .swiper-button .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:144px;
	}
.boxlist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh2.png) no-repeat center;
	}
.boxlist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth2.png) no-repeat center;
	}
.boxlist .swiper-button div:hover{
	border:solid 4px #b21e23;
}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
	background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.banner .swiper-container-wp8-vertical,.banner .swiper-container-wp8-vertical>.swiper-wrapper {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction span{
	color:#3a3a3a;
	line-height:20px;
	font-size:22px;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span.swiper-pagination-current{
	color:#0e40ca;
}
.swiper-pagination-fraction span.swiper-pagination-current::after{
	content:"/";
	color:#3a3a3a;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	-webkit-transform: scale(.66);
	-ms-transform: scale(.66);
	transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	-webkit-transform: scale(.33);
	-ms-transform: scale(.33);
	transform: scale(.33)
}

.swiper-pagination-bullet {
	width:28px;
	height:6px;
	background:#00a0e9;
	border-radius:3px;
	display: inline-block;
	margin:0 7px;
	outline:none;
	position:relative;
}
.swiper-pagination-bullet-active{
	width:54px;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}


.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	-webkit-transition: .2s top,.2s -webkit-transform;
	transition: .2s top,.2s -webkit-transform;
	-o-transition: .2s transform,.2s top;
	transition: .2s transform,.2s top;
	transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s left,.2s -webkit-transform;
	transition: .2s left,.2s -webkit-transform;
	-o-transition: .2s transform,.2s left;
	transition: .2s transform,.2s left;
	transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	-webkit-transition: .2s right,.2s -webkit-transform;
	transition: .2s right,.2s -webkit-transform;
	-o-transition: .2s transform,.2s right;
	transition: .2s transform,.2s right;
	transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
	background: rgba(0,0,0,.25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
	background: rgba(255,255,255,.25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
	background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
	background: rgba(0,0,0,.25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
	background: #000
}

.swiper-pagination-lock {
	display: none
}



.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
	animation: swiper-preloader-spin 1s steps(12,end) infinite
}

.swiper-lazy-preloader:after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
	-ms-perspective: 1200px
}

/*banner*/

.banner .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	position:absolute;
	left:0;
	bottom:50px;
	z-index:99;
}
.banner .swiper-pagination-fraction span{
	font-size:30px;
	color:#fff;
	font-family:Arial;
}
.banner .swiper-pagination-fraction .swiper-pagination-current{
	font-size:56px;
	font-family:Arial;
}
.banner .swiper-pagination-fraction span{
	line-height:63px;
}
.banner .swiper-pagination-fraction span:nth-child(2):after{
	content:"/";
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-size:30px;
}
.banner .swiper-pagination-fraction span:nth-child(2){
	padding-left:10px;
	padding-top:10px;
}
.banner .swiper-scrollbar{
	width:124px;
	height:5px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	position:absolute;
	left:11.6%;
	bottom:40px;
	z-index:99;
}
.banner .swiper-scrollbar .swiper-scrollbar-drag{
	margin:0 6px;
}
.banner .swiper-scrollbar-drag{
    background: #55ae97;
}
/* tit

-------------------------------------------------------------- */
.tit h3{
	width:100%;
	font-size:88px;
	color:#0c131c;
	line-height:80px;
	}
.tit h3 a{
	font-size:88px;
	color:#0c131c;
	}
.more{
	overflow:hidden;
}
.more a{
	display:flex;
	width:155px;
	height:155px;
	background:#0e40ca;
	border-radius:50%;
	font-size:16px;
	color:#fff;
	text-align:center;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
	}
.more a .morenr{
	width:100%;
	overflow:hidden;
}
.more a span{
	display:block;
	width:100%;
	font-size:16px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
}
.more a:hover{
	transform:translateY(-3px);
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:#0d3870;
	padding:175px 0 186px 11.6%;
	position:relative;
	}
.about .tit h3,.about .tit h3 a{
	color:#fff;
}
.aboutlf{
	width:35%;
	overflow:hidden;
	padding-top:13px;
	position:relative;
	z-index:9;
}
.aboutrt{
	width:56%;
	overflow:hidden;
	text-align:right;
	position:relative;
	z-index:9;
}
.aboutrt img{
	max-width:100%;
	height:auto;
}
.about .aboutnr,.about .aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.about .aboutnr{
	margin-top:40px;
}
.aboutlf .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:108px;
}
.aboutlf .aboutmore a{
	display:block;
	width:206px;
	height:60px;
	line-height:60px;
	text-align:center;
	border:solid 2px #fff;
	border-radius:30px;
	font-size:20px;
	color:#fff;
}
.aboutlf .aboutmore a span{
	font-size:20px;
	color:#fff;
	margin-left:68px;
}
.aboutlogo{
	width:45%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.aboutlogo img{
	max-width:100%;
	height:auto;
}
/* gssl
-------------------------------------------------------------- */
.gssl{
	width:100%;
	overflow:hidden;
	background:#dfe2e7 url(../images/slbg.jpg) no-repeat top left;
	padding-left:11.6%;
	padding-top:120px;
	padding-bottom:155px;
	display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap:wrap;
}
.gssllf{
	width:35%;
	overflow:hidden;
}
.gsslnr{
	margin-top:24px;
}
.gsslnr,.gsslnr dl{
	width:100%;
	overflow:hidden;
}
.gsslnr dl{
	display:flex;
	margin-top:50px;
}
.gsslnr dl dt{
	width:14.5%;
	overflow:hidden;
}
.gsslnr dl dt img{
	max-width:100%;
	height:auto;
}
.gsslnr dl dd{
	width:85.5%;
	overflow:hidden;
}
.gsslnr dl dd h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#00a0e9;
	line-height:30px;
}
.gsslnr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2b2b2b;
	margin-top:13px;
}
.gsslrt{
	width:56%;
	overflow:hidden;
	text-align:right;
}
.gsslrt video{
	width:100%;
	height:auto;
}
/* oem
-------------------------------------------------------------- */
.honor{
	width:100%;
	overflow:hidden;
	background:url(../images/honorbg.jpg) no-repeat center top;
	background-size:cover;
	padding-top:117px;
	padding-bottom:116px;
}
.honor .tit{
	text-align:center;
}
.honor .tit h3,.honor .tit h3 a{
	color:#fff;
}
.honor hr{
	width:200px;
	border:none;
	border-bottom:solid 2px #fff;
	margin:54px auto 0;
}
.honor .swiper-container{
	padding:30px 0;
}
.honornr,.honorimg{
	width:100%;
}
.honornr{
	margin-top:34px;
	overflow:hidden;
}
.honorimg{
	/*box-shadow:0 0 10px rgba(0,0,0,0.5);*/
}
.honorimg img{
	width:100%;
	height:auto;
}
.honor .swiper-pagination{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:84px;
}
.honor .swiper-pagination .swiper-pagination-bullet{
	width:24px;
	background:#fff;
}
.honor .swiper-pagination .swiper-pagination-bullet-active{
	width:46px;
}
/* pro
-------------------------------------------------------------- */
.promenu,.promenu ul{
	width:100%;
}
.promenu{
	position:relative;
	z-index:9;
}
.promenu ul li{
	height:100px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0;
	background:#fff;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu ul li::after{
	content:"";
	width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 10px solid #00a0e9;
	position:absolute;
	left:50%;
	margin-left:-9px;
	bottom:-10px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.promenu ul li:hover::after,.promenu ul li.active::after{
	opacity:1;
}
.promenu ul li span{
	margin-left:24px;
	font-size:20px;
	color:#040406;
}
.promenu ul li:hover,.promenu ul li.active{
	background:#00a0e9;
}
.promenu ul li:hover span,.promenu ul li.active span{
	color:#fff;
}
.promenu ul li a{
	display:flex;
	align-items:center;
}
.promenu ul li i{
	overflow:hidden;
}
.promenu ul li i img{
	max-width:100%;
	height:auto;
}
.pro{
	width:100%;
	overflow:hidden;
	background:#dfe2e7;
	padding-top:20px;
	padding-bottom:68px;
	position:relative;
}
.pro .prolf{
	width:47%;
	overflow:hidden;
	padding-top:140px;
}
.pro .prort{
	width:49.4%;
	min-height:841px;
	overflow:hidden;
	background:url(../images/probg.png) no-repeat center left;
	background-size:100%;
	display:flex;
	align-items:center;
	justify-content:flex-end;
}
.pro .prort img{
	max-width:100%;
	height:auto;
}
.pro .projs,.pro .projs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#2b2b2b;
	line-height:28px;
}
.pro .projs{
	margin-top:54px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
}
.pro .protit{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
	position:relative;
	z-index:9;
}
.pronr{
	width:100%;
	overflow:hidden;
	height:0;
	opacity:0;
	position:relative;
	z-index:7;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr.active{
	height:auto;
	opacity:1;
}
.pro .prolist{
	width:100%;
	overflow:hidden;
}
.pronr .swiper-button{
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:190px;
	z-index:99;
}
.pronr .swiper-button div{
	width:90px;
	height:90px;
	border-radius:50%;
	display:inline-block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr .swiper-button-prev{
	background:#fff url(../images/prev.png) no-repeat center;
}
.pronr .swiper-button-prev:hover{
	background:#00a0e9 url(../images/prevh.png) no-repeat center;
}
.pronr .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
	margin-left:28px;
}
.pronr .swiper-button-next:hover{
	background:#00a0e9 url(../images/nexth.png) no-repeat center;
}
.pro .proen{
	width:45.1%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:180px;
	z-index:0;
}
.pro .proen img{
	max-width:100%;
	height:auto;
}
.pro .promore{
	width:38%;
	height:152px;
	background:#fff;
	border-radius:0 25px 0 0;
	padding-left:11.6%;
	display:flex;
	align-items:center;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9;
}
.pro .promore a{
	font-size:20px;
	color:#0c131c;
}
.pro .promore hr{
	width:33.5%;
	border:none;
	border-bottom:solid 1px #c6c9cf;
	margin-left:26px;
}

/* casebg
-------------------------------------------------------------- */
.casebg{
	width:100%;
	overflow:hidden;
	position:relative;
}
.case{
	width:100%;
	overflow:hidden;
	padding-left:11.6%;
	margin-top:88px;
}
.casetit{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
	margin-top:112px;
}
.casetit .casemore a{
	display:block;
	width:206px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:30px;
	font-size:18px;
	color:#fff;
	background:#00a0e9;
}
.caseimg{
	width:100%;
	overflow:hidden;
}
.caseimg img{
	width:100%;
	height:auto;
}
.caseimg:hover img{
	transform:scale(1.05);
}
.casebot{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:62px;
	position:relative;
	z-index:9;
}
.casebot .swiper-button{
	overflow:hidden;
}
.casebot .swiper-button div{
	width:70px;
	height:70px;
	overflow:hidden;
	border:solid 1px #00a0e9;
	border-radius:50%;
	display:inline-block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.casebot .swiper-button .swiper-button-prev{
	background:#fff url(../images/prev.png) no-repeat center;
}
.casebot .swiper-button .swiper-button-prev:hover{
	background:#00a0e9 url(../images/prevh.png) no-repeat center;
}
.casebot .swiper-button .swiper-button-next{
	background:#fff url(../images/next.png) no-repeat center;
	margin-left:20px;
}
.casebot .swiper-button .swiper-button-next:hover{
	background:#00a0e9 url(../images/nexth.png) no-repeat center;
}
.casebot hr{
	width:84%;
	border:none;
	border-bottom:solid 1px #dedede;
}
.messagelogo{
	width:42.2%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:0;
}
.messagelogo img{
	max-width:100%;
	height:auto;
}
/* message
-------------------------------------------------------------- */
.message{
	width:100%;
	overflow:hidden;
	padding-left:11.6%;
	position:relative;
	z-index:9;
	margin-top:140px;
}
.messagelf{
	width:44.2%;
	overflow:hidden;
}
.messagert{
	width:42%;
	overflow:hidden;
	background:#00a0e9;
	padding:132px 20px 176px 20px;
}
.messagenr{
	margin-top:74px;
	margin-bottom:38px;
}
.messagenr,.messagenr ul{
	width:100%;
	overflow:hidden;
}
.messagenr > ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.messagenr > ul > li{
	width:45%;
	overflow:hidden;
	margin-bottom:40px;
	position:relative;
}
.messagenr > ul > li input{
	width:100%;
	height:52px;
	line-height:52px;
	background:none;
	font-size:18px;
	color:#333;
	padding:0 25px;
	border-bottom:solid 1px #d8d8d8;
}
.messagenr ul li:last-child{
	width:100%;
}
.messagenr ul li textarea{
	width:100%;
	height:52px;
	line-height:52px;
	background:none;
	overflow:hidden;
	font-size:18px;
	color:#333;
	padding:0 25px;
	border-bottom:solid 1px #d8d8d8;
}
.messagelf .tjyzm,.message_pro .tjyzm{
	width:44%;
	overflow:hidden;
	color:#333;
}
.messagelf .tjyzm input,.message_pro .tjyzm input{
	height:45px;
	line-height:45px;
	font-size:18px;
	color:#333;
	background:none;
	border-bottom:solid 1px #d8d8d8;
}
.messagelf .tjbtn,.message_pro .tjbtn{
	width:54%;
	overflow:hidden;
}
.messagelf .tjbtn button,.message_pro .tjbtn button{
	width:100%;
	overflow:hidden;
	line-height:45px;
	background:#00a0e9;
	font-size:15px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}

.messagenr input::placeholder,
.messagenr textarea::placeholder,
.tjyzm input::placeholder{
    color: #333; /* 或者使用其他颜色代码 */
}
 
.messagenr input::-webkit-input-placeholder,
.tjyzm input::-webkit-input-placeholder{
    color: #333; /* 或者使用其他颜色代码 */
}
.messagenr input::-moz-placeholder,
.tjyzm input::-moz-placeholder{ /* Firefox 19+ */
    color: #333; /* 或者使用其他颜色代码 */
}
.messagenr input:-ms-input-placeholder,
.tjyzm input::-ms-placeholder{ /* IE 10+ */
    color: #333; /* 或者使用其他颜色代码 */
}
.messagert h3{
	width:100%;
	text-align:center;
	font-size:52px;
	color:#fff;
	line-height:45px;
}
.messagert p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:30px;
	margin-top:46px;
}
.contactbtn{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.contactbtn a{
	display:block;
	width:206px;
	height:60px;
	line-height:60px;
	overflow:hidden;
	text-align:center;
	border:solid 2px #fff;
	border-radius:30px;
	font-size:20px;
	color:#fff;
	margin:auto;
}

/* message
-------------------------------------------------------------- */
.nmessage{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#000;
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 10px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 10px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(3){
	width:100%;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #0e40ca;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	margin-top:20px;
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#1c1c1c;
	padding:68px 0 0 0;
}
.footernr .footerlf{
	width:35.6%;
	overflow:hidden;
	border-right:solid 1px rgba(255,255,255,0.1);
	}
.footernr .footerlf h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	}
.bottel,.bottel p{
	width:100%;
	overflow:hidden;
}
.bottel{
	padding-right:160px;
}
.bottel p,.bottel p a{
	font-size:16px;
	color:rgba(255, 255, 255, 0.5);
}
.bottel p{
	line-height:30px;
}
.botlogo{
	width:100%;
	overflow:hidden;
	margin-bottom:12px;
}
.botlogo img{
	max-width:100%;
	height:auto;
}
.botlogo h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	font-weight: normal;
	line-height:40px;
	}
.footerlf h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#293447;
	line-height:35px;
	margin-bottom:20px;
}
.footernr .footerlf .bottel,.footernr .footerlf .bottel p{
	width:100%;
	overflow:hidden;
}
.footernr .footerlf .bottel p{
	font-size:16px;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	display:flex;
	margin-top:20px;
}
.footernr .footerlf .bottel p i{
	margin-right:13px;
	margin-top:3px;
}
.footernr .footerrt{
	width:58.3%;
	overflow:hidden;
	}
.footerrt ul{
	width:100%;
	overflow:hidden;
}
.footerrt ul li{
	width:25%;
	overflow:hidden;
	float:left;
}
.footerrt ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	font-weight:normal;
	line-height:30px;
	margin-bottom:30px;
}
.footerrt ul li h4 a{
	font-size:18px;
	color:#fff;
}
.footerrt ul li p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.5);
	line-height:30px;
	font-size:15px;
	margin-top:4px;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.footerrt ul li p::before{
	content:"";
	width:5px;
	height:5px;
	background:#00a0e9;
	border-radius:50%;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2.5px;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.footerrt ul li p a{
	color:rgba(255,255,255,0.5);
	font-size:15px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.footerrt ul li p a:hover{
	color:#00a0e9;
}
.footerrt ul li p:hover{
	padding-left:16px;
}
.footerrt ul li p:hover::before{
	opacity:1;
}
.footerrt dl{
	overflow:hidden;
	float:right;
	margin-top:30px;
}
.footerrt dl dt,.footerrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.footerrt dl dt img{
	max-width:100%;
	height:auto;
}
.footerrt dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
}
.boticon{
	width:100%;
	overflow:hidden;
	display:flex;
	margin-top:62px;
}
.boticon a{
	display:flex;
	width:38px;
	height:38px;
	background:#fff;
	border-radius:50%;
	justify-content:center;
	align-items:center;
	margin-right:25px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.boticon a .boticonimgh,.boticon a:hover .boticonimg{
	display:none;
}
.boticon a:hover .boticonimgh{
	display:block;
}
.boticon a:hover{
	background:#00a0e9;
}
.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:22px 0;
	position:relative;
	margin-top:92px;
	border-top:solid 1px rgba(255,255,255,0.1);
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:16px;
	color:#fff;
}
.bot .botrt{
	text-align:right;
}
.bot a{
	font-size:16px;
	color:#fff;
	}
.botlf p{
	line-height:30px;
	}
.bot a:hover{
	color:#fff;
	}
.bot .botrt dl{
	overflow:hidden;
	float:right;
	}
.bot .botrt dl dt,.bot .botrt dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.bot .botrt dl dt img{
	max-width:100%;
	height:auto;
	}
.bot .botrt dl dd{
	font-size:15px;
	color:#fff;
	line-height:30px;
	letter-spacing:5px;
	margin-top:4px;
	}
/* botlxfs
-------------------------------------------------------------- */
.botlxfs{
	width:994px;
	height:100px;
	background:#00a0e9;
	border-radius:50px;
	position:fixed;
	bottom:20px;
	left:50%;
	margin-left:-497px;
	z-index:999;
}
.botlxfs .imgbtn{
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;
	z-index:10000;
}
.botlxfsnr{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0 36px;
}
.botlxfsnr dl{
	overflow:hidden;
	display:flex;
	align-items:center;
}
.botlxfsnr dl dt{
	font-size:50px;
	color:#fff;
	margin-right:26px;
}
.botlxfsnr dl dd h5{
	width:100%;
	font-size:22px;
	color:#fff;
}
.botlxfsnr dl dd p{
	width:100%;
	font-size:16px;
	color:#fff;
}
.botlxfsrt a{
	display:flex;
	width:168px;
	height:48px;
	line-height:48px;
	justify-content:center;
	align-items:center;
	font-size:16px;
	color:#292929;
	font-weight:bold;
	background:#fff;
	border-radius:24px;
}
.botlxfsrt a i{
	margin-right:10px;
}
/* side
-------------------------------------------------------------- */
.side {
    position: fixed;
    right:14px;
	top:50%;
    margin-top: -124px;
    z-index: 999;
}
.side ul li {
    width:58px;
	height:58px;
    position: relative;
    cursor: pointer;
	background:#fff;
	border-radius:50%;
	margin:18px 0;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
}
.side ul li:last-child{
	background:#00a1e9;
}
.side ul li .sideimg{
	width:100%;
	height:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.side ul li .ewm-box {
    position: absolute;
    z-index: 99;
    padding: 5px;
	background:#f2f2f2;
	border-radius:5px;
    width: 260px;
	overflow:hidden;
	text-align:center;
	font-size:16px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}
.side ul li .ewm-box a{
	font-size:16px;
	color:#333333;
}
.side ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333333;
	line-height:30px;
}
.side ul li .ewm-box p{
	text-align:left;
	padding:0 5px;
}
.side ul li .sideimg img,.side ul li .ewm-box img{
	max-width:100%;
	height:auto;
}
.side ul li.sidetel:hover .ewm-box,.side ul li.sideyx:hover .ewm-box{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:340px;
	position:relative;
	border:solid 1px #e6e6e6;
}
.card-img-150 img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:100%;
	object-fit:cover;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.card-img-150:hover img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.searchlist{
	width:100%;
	overflow:hidden;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.search_n .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	height:30px;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
	text-align:center;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:526px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:701px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:460px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:395px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:373px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:351px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:316px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:281px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:271px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:210px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:175px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:148px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
	border-bottom:solid 1px #d9d9d9;
}
.positionnr .positionrt{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	padding: 22px 0 22px 42px;
	background:url(../images/icon25.png) no-repeat center left;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #000;
}
.position a:hover {
	color: #00a0e9;
}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	overflow:hidden;
}
.menu_n ul{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	overflow:hidden;
	float:left;
	margin-right:60px;
	font-size:16px;
	color:#2c3441;
	line-height:74px;
	position:relative;
}
.menu_n ul li::after{
	content:"";
	width:0;
	height:1px;
	background:#00a0e9;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.menu_n ul li:hover::after,.menu_n ul li.active::after{
	width:100%;
}
.menu_n ul li a{
	font-size:16px;
	color:#2c3441;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#00a0e9;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #0c131c;
    font-size:68px;
    line-height:78px;
	}
.ntit hr{
	width:174px;
	border:none;
	border-bottom:solid 2px #00a0e9;
	margin-top:58px;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	padding-top:60px;
	padding-bottom:60px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#0c131c;
	line-height:30px;
	margin-top:37px;
	}
.aboutnr_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#0c131c;
	line-height:30px;
}
/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:98px;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.aboutlist ul li{
	width:33.3333333333333333333%;
	overflow:hidden;
	display:flex;
	justify-content:center;
	position:relative;
}
.aboutlist ul li::after{
	content:"";
	width:1px;
	height:66px;
	background:#b6b8ba;
	position:absolute;
	right:0;
	top:50%;
	margin-top:-33px;
}
.aboutlist ul li:last-child::after{
	display:none;
}
.aboutlist ul li dl{
	overflow:hidden;
}
.aboutlist ul li dl dt,.aboutlist ul li dl dd{
	width:100%;
	overflow:hidden;
}
.aboutlist ul li dl dt{
	font-size:30px;
	color:#00a0e9;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#0c131c;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt .timer{
	color:#00a0e9;
	font-size:80px;
	line-height:80px;
	font-weight:normal;
	margin-right:10px;
}
.aboutlist ul li dl dt font{
	font-size:70px;
	line-height:70px;
	color:#00a0e9;
	font-weight:normal;
	}
.boxlist,.boxlist ul{
	width:100%;
	overflow:hidden;
}
.boxlist{
	margin-top:85px;
}
.boxlist ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.boxlist ul li{
	width:24.4%;
	overflow:hidden;
	margin:6px 0;
}
.boxlist ul li img{
	max-width:100%;
	height:auto;
}
.boxlist ul li:hover img{
	transform:scale(1.02);
}
.aboutggt{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:84px;
	padding-bottom:94px;
}
.aboutggtnr{
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.aboutggt .aboutggtlf{
	width:46%;
	overflow:hidden;
}
.aboutggt .aboutggtlf h3{
	width:100%;
	font-size:60px;
	color:#fff;
	line-height:50px;
}
.aboutggt .aboutggtlf p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:30px;
	margin-top:27px;
}
.aboutggt .aboutggtrt a{
	display:block;
	width:208px;
	height:60px;
	font-size:20px;
	color:#fff;
	line-height:60px;
	border:solid 2px #fff;
	border-radius:30px;
	text-align:center;
}
.aboutggt .aboutggtrt a span{
	font-size:20px;
	color:#fff;
	margin-left:46px;
}
/* yyly
-------------------------------------------------------------- */
.yyly{
	padding-top:110px;
}
.yylynr{
	width:100%;
	overflow:hidden;
}
.cloud-product-ul li .ysbg{
	width:100%;
	height:100%;
	background:#0e40ca;
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cloud-product-ul li.active .ysbg{
	opacity:1;
}
.cloud-product-ul li.active {
    z-index: 9;
    width:60%;
}
.cloud-product-ul li > img{
	width:100%;
	height:100%;
	object-fit:cover;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cloud-product-ul li .normal-inner{
	width:100%;
	overflow:hidden;
	padding:0 34px;
	position:absolute;
	left:0;
	bottom:27px;
	z-index:9;
}
.cloud-product-ul li.active .normal-inner{
	padding:0 70px;
	bottom:64px;
}
.cloud-product-ul li h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#fff;
	line-height:40px;
}
.cloud-product-ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	height:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.cloud-product-ul li.active p{
	height:auto;
	margin-top:27px;
}
.cloud-product-ul li .ysicon{
	width:78px;
	height:0;
	background:#fff url(../images/icon8.png) no-repeat center;
	border-radius:100%;
}
.cloud-product-ul li.active .ysicon{
	height:78px;
	margin-top:50px;
}
.cloud-product-wrapper {
	margin: 0 auto;
	width: 1200px
}
.cloud-product {
	position: relative;
	z-index: 9;
}
.cloud-product-title {
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 32px;
	color: #333
}
.color-blue {
	color: #009fd9
}
.cloud-product-explain {
	margin-top: 26px;
	margin-bottom: 82px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 16px;
	color: #999
}
.cloud-product-ul {
	width: 100%;
	margin:0;
	height:100%;
}
.cloud-product-ul li {
	overflow:hidden;
	height:502px;
	position: relative;
	background:#fff;
	width: 19%;
	border-radius:20px;
	float: left;
	margin-right:1%;
	-webkit-transition: width .3s linear;
	-o-transition: width .3s linear;
	-moz-transition: width .3s linear;
	transition: width .3s linear
}
.cloud-product-ul li:last-child{
	margin-right:0;
}
.cloud-product-ul li:last-child{
	margin-right:0;
}

/* npro
-------------------------------------------------------------- */
.nbg{
	background:#f0f0f0;
}
.pro_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.proinfo_n{
	margin-top:60px;
}
.pronr_n,.pronr_n ul,.tjpro,.tjpro ul{
	width:100%;
	overflow:hidden;
}
.tjpro{
	padding-top:96px;
	padding-bottom:100px;
	background:#f7f7fa;
}
.tjpro h3,.message_pro h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#0c131c;
	font-weight:bold;
	line-height:60px;
}
.tjpro ul{
	margin-top:90px;
}
.prolf_n{
	width:21%;
	overflow:hidden;
}
.conttit{
	width:100%;
	height:126px;
    overflow:hidden;
	display:flex;
	align-items:center;
	background:#00a1e9;
	padding:0 32px;
}
.conttit h3{
	width:100%;
	font-size:30px;
	color:#fff;
}
.prolf_n ul{
	width:100%;
	overflow:hidden;
	background:#e2e2e2;
	margin-bottom:0;
}
.prolf_n ul li{
	width:100%;
	overflow:hidden;
	background:url(../images/icon27.png) no-repeat 92% center;
	line-height:30px;
	border-bottom:solid 1px #fff;
	padding:20px 44px 20px 25px;
	display:flex;
	align-items:center;
}
.prolf_n ul li:hover,.prolf_n ul li.active{
	border-color:#00a1e9;
}
.prolf_n ul li a{
	color:#040406;
	font-size:18px;
}
.prolf_n ul li i{
	width:28%;
	overflow:hidden;
	margin-right:10px;
}
.prolf_n ul li i img{
	max-width:100%;
	height:auto;
}
.prolf_n ul li:hover a,.prolf_n ul li.active a{
	color:#00a1e9;
}
.procontact{
	width:100%;
	height:238px;
	background:url(../images/contactbg.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:10px;
}
.procontact_nr{
	width:100%;
	overflow:hidden;
	padding-left:28px;
	display:flex;
	position:absolute;
	left:0;
	bottom:15px;
	z-index:9;
}
.procontact_nr i{
	margin-right:10px;
}
.procontact_nr dl dt{
	font-size:16px;
	color:#fff;
	font-weight:normal;
}
.procontact_nr dl dd{
	font-size:23px;
	color:#fff;
	font-weight:bold;
	line-height:23px;
}
.procontact_nr dl dd a{
	font-size:23px;
	color:#fff;
}
.prort_n{
	width:76%;
	overflow:hidden;
}
.pronr_n ul,.tjpro ul{
	display:flex;
	flex-wrap:wrap;
}
.pronr_n ul li,.tjpro ul li{
	width: 32%;
    overflow: hidden;
	background:#fff;
    margin: 0 2% 40px 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr_n ul li .proimg_n,.pronr_n ul li h5,.tjpro ul li .proimg_n,.tjpro ul li h5{
	width:100%;
    overflow: hidden;
}
.pronr_n ul li .proimg_n{
	height:358px;
	position:relative;
}
.tjpro ul li .proimg_n{
	height:472px;
	position:relative;
}
.pronr_n ul li .proimg_n img,.tjpro ul li .proimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.pronr_n ul li:hover .proimg_n img,.tjpro ul li:hover .proimg_n img{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}
.pronr_n ul li .probot_n,.pronr_n ul li .probot_n h5,.pronr_n ul li .probot_n p,
.tjpro ul li .probot_n,.tjpro ul li .probot_n h5,.tjpro ul li .probot_n p{
	width: 100%;
	overflow:hidden;
}
.pronr_n ul li .probot_n,.tjpro ul li .probot_n{
	background:#e2e2e2;
	padding:25px 26px 20px 26px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.pronr_n ul li:hover .probot_n,.tjpro ul li:hover .probot_n{
	background:#00a1e9;
}
.pronr_n ul li .probot_n h5,.tjpro ul li .probot_n h5{
	font-size:24px;
	color:#252525;
	line-height:34px;
	text-align:center;
	margin-bottom:3px;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.pronr_n ul li .probot_n p,.tjpro ul li .probot_n p{
	height:50px;
	font-size:15px;
	color:#252525;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pronr_n ul li:hover .probot_n h5,.pronr_n ul li:hover .probot_n p,
.tjpro ul li:hover .probot_n h5,.tjpro ul li:hover .probot_n p,
.pronr_n ul li:hover .probot_n .promore_n span,.tjpro ul li:hover .probot_n .promore_n span{
	color:#fff;
}
.pronr_n ul li .probot_n .promore_n,.tjpro ul li .probot_n .promore_n{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	color:#252525;
	font-size:16px;
	margin-top:20px;
}
.pronr_n ul li .probot_n .promore_n span,.tjpro ul li .probot_n .promore_n span{
	color:#252525;
	font-size:16px;
	margin-left:24px;
}
.pronr_n ul li:hover .probot_n .promore_n,.tjpro ul li:hover .probot_n .promore_n{
	border-color:#fff;
	color:#fff;
}
.pronr_n ul li:nth-child(3n),.tjpro ul li:nth-child(3n){
	margin-right:0;
}

.nprolf{
	width:50%;
	overflow:hidden;
}
.nprort img{
	width:100%;
	height:auto;
}
.nprort{
	width:46%;
	overflow:hidden;
	padding:0 75px;
	position:relative;
}
.nprort .swiper-button-prev,.nprort .swiper-button-next{
	width:21px;
	height:40px;
	position:absolute;
	top:50%;
	margin-top:-20px;
	opacity:0.2;
	z-index:9;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.nprort .swiper-button-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:0;
}
.nprort .swiper-button-next{
	background:url(../images/next2.png) no-repeat center;
	right:0;
}
.nprort .swiper-button-prev:hover,.nprort .swiper-button-next:hover{
	opacity:1;
}
.nprolf h1{
	width:100%;
	font-size:50px;
	color:#0c131c;
	font-weight:bold;
	line-height:60px;
	margin:0 0 34px 0;
}
.nprolf hr{
	width:124px;
	border:none;
	border-bottom:solid 2px #00a1e9;
}
.nprolf .npromore{
	width:100%;
	overflow:hidden;
	margin-top:68px;
}
.nprolf .npromore a{
	display:block;
	width:208px;
	height:62px;
	background:#00a1e9;
	font-size:20px;
	color:#fff;
	line-height:62px;
	text-align:center;
	border-radius:31px;
}
.nprolf .npromore a span{
	font-size:20px;
	color:#fff;
	margin-left:46px;
}
.npro_jj,.npro_jj p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#0c131c;
	line-height:30px;
}
.npro_jj{
	margin-top:42px;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 40px;
    line-height: 50px;
    margin-top:90px;
    color: #3a3a3a;
	border-bottom:solid 1px #dedede;
	padding-bottom:28px;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
	color:#293447;
    line-height: 30px;
    margin-top:78px;
	margin-bottom:60px;
}
.nprofbnr h5{
	width:100%;
	overflow:hidden;
	font-size:36px;
	line-height:46px;
	color:#0c131c;
	font-weight:900;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#293447;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	border-color:#e2e2e2;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:10px;
	font-size:16px;
	border-color:#e2e2e2;
	text-align:center;
}
.nprofbnr table tr:first-child{
	background:#00a1e9;
}
.nprofbnr table tr:first-child td{
	color:#fff;
}
.nprofbnr .boximg{
	width:100%;
	overflow:hidden;
	display:flex;
}
.nprofbnr .boximg div{
	padding:0;
	margin-right:15px;
}
.nprofbnr .boximg div:nth-child(3n){
	margin-right:0;
}
.nprofbnr .boximg div p{
	text-align:center;
	color:#0c131c;
	font-weight:bold;
	line-height:25px;
	margin-top:10px;
}
.message_pro{
	margin-top:50px;
	margin-bottom:60px;
}
/*产品展示结束*/
	
/* case_n
-------------------------------------------------------------- */
.case_n,.honor_n{
	margin-top:60px;
	margin-bottom:60px;
}
.casenr_n,.casenr_n ul,.honornr_n,.honornr_n ul{
	width:100%;
	overflow:hidden;
}
.casenr_n ul,.honornr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.casenr_n ul li{
	width:31.6%;
	overflow:hidden;
	margin:20px 2.6% 20px 0;
}
.casenr_n ul li:nth-child(3n){
	margin-right:0;
}
.honornr_n ul li{
	width:23.5%;
	overflow:hidden;
	margin:20px 2% 20px 0;
}
.honornr_n ul li:nth-child(4n){
	margin-right:0;
}
.casenr_n ul li .caseimg_n{
	width:100%;
	overflow:hidden;
	height:350px;
	position:relative;
}
.honornr_n ul li .honorimg_n{
	width:100%;
	overflow:hidden;
	height:476px;
	position:relative;
}
.casenr_n ul li .caseimg_n img,.honornr_n ul li .honorimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit:cover;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.casenr_n ul li:hover .caseimg_n img,.honornr_n ul li:hover .honorimg_n img{
	-webkit-transform: translate(-50%, -50%) scale(1.03);
    transform: translate(-50%, -50%) scale(1.03);
}
.casenr_n ul li h5,.honornr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#202020;
	line-height:30px;
	font-weight:normal;
	margin-top:20px;
	text-align:center;
}
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.news_n .newsnr_n ul li:nth-child(3n){
	margin-right:0;
}
.newsnr_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	flex-wrap:wrap;
}
.newsnr_n ul li{
	width:32%;
	margin:20px 2% 20px 0;
	overflow:hidden;
	padding-bottom:38px;
	background:#fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	}
.newsnr_n ul li:hover{
	background:#0e40ca;
}
.newsnr_n ul li .newsimg_n{
	width:100%;
	overflow:hidden;
	position:relative;
	height:343px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.newsnr_n ul li .newsimg_n img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	height:auto;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsnr_n ul li:nth-child(3n){
	margin-right:0;
	}
.newsnr_n ul li .newsbot_n{
	width:100%;
	height:306px;
	padding:0 30px;
}
.newsnr_n ul li .newsdate_n{
	width:90px;
	height:90px;
	overflow:hidden;
	background:#0e40ca;
	border:solid 3px #fff;
	line-height:46px;
	text-align:center;
	margin-top:-45px;
	padding-top:5px;
	position:relative;
	z-index:9;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	}
.newsnr_n ul li:hover .newsdate_n{
	background:#ebb263;
}
.newsnr_n ul li .newsdate_n .day,.newsnr_n ul li .newsdate_n .year{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
}
.newsnr_n ul li .newsdate_n .day{
	font-size:52px;
	font-weight:bold;
}
.newsnr_n ul li .newsdate_n .year{
	line-height:26px;
	font-size:16px;
}
.newsnr_n ul li h5{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#293447;
	line-height:40px;
	margin-top:18px;
	text-overflow:ellipsis;
	white-space:nowrap;
	}
.newsnr_n ul li .newsjs_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#293447;
	height:75px;
	margin-top:13px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsmore_n{
	font-size:20px;
	color:#0e40ca;
	font-weight:bold;
	line-height:30px;
	margin-top:39px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsmore_n i{
	font-size:20px;
	color:#0e40ca;
	margin-left:25px;
	font-weight:bold;
}
.newsnr_n ul li:hover h5,.newsnr_n ul li:hover .newsmore_n,.newsnr_n ul li:hover .newsmore_n i{
	color:#fff;
}
.newsnr_n ul li:hover .newsjs_n{
	color:#fff;
	opacity:0.7;
}
.newsbg_n,.probg_n{
	width:100%;
    overflow: hidden;
    padding-top: 132px;
    position: relative;
}
.probg_n{
	background:url(../images/probg2.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:50px;
}
.newsbg_n::before,.probg_n::before{
	content:"";
	width:100%;
	height:160px;
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.newslf_n{
	width:69%;
    overflow: hidden;
}
.newslf_n .newstit_n{
	width:100%;
    overflow: hidden;
	border-bottom:solid 1px #dddddd;
	padding-bottom:15px;
}
.newsrt_n{
	width:24.5%;
    overflow: hidden;
}
.newsrt_n h3{
	width:100%;
    overflow: hidden;
	font-size:36px;
	color:#293447;
	line-height:46px;
}
.newsrt_n ul,.newsrt_n ul li{
	width:100%;
	overflow: hidden;
}
.newsrt_n ul li{
	margin-top:54px;
}
.newsrt_n ul li .newsrtimg_n{
	width:100%;
	overflow:hidden;
}
.newsrt_n ul li .newsrtimg_n img{
	max-width:100%;
	height:auto;
}
.newsrt_n ul li h5{
	font-size:22px;
	color:#293447;
	font-weight:normal;
	margin-top:6px;
}
.newsrt_n ul li p{
	font-size:16px;
	color:#0e40ca;
	line-height:30px;
	margin-top:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.newsrt_n ul li p span{
	font-size:16px;
	color:#bebfc2;
	margin-left:26px;
}
.newsrt_n ul li:hover p,.newsrt_n ul li:hover p span{
	color:#0e48ab;
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size:56px;
    color: #293447;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	font-size:16px;
	color:#0e40ca;
	line-height:30px;
	}
.news_n .nnewsdatelf{
	width: 70%;
    overflow: hidden;
	line-height:30px;
	font-size:16px;
	color:#333;
	}
.news_n .nnewsdatert{
	width: 30%;
    overflow: hidden;
	text-align:right;
	font-size:16px;
	color:#333;
	line-height:30px;
	}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    font-size: 16px;
    line-height: 30px;
    color: #293447;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #293447;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* contact_n
-------------------------------------------------------------- */
.contacttit_n{
	text-align:center;
	margin-top:60px;
	margin-bottom:60px;
}
.contact_n{
	width:100%;
	overflow:hidden;
	background:url(../images/contactbg2.jpg) no-repeat top center;
	background-size:cover;
	}
.contact_one,.contact_two{
	width:48%;
	overflow:hidden;
}
.contactnr_n{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	margin-top:66px;
	margin-bottom:66px;
}
.contactnr_n dl{
	width:49%;
	overflow:hidden;
	height:398px;
	background:#fff;
	padding:55px 60px 0 60px;
	margin:20px 2% 20px 0;
}
.contactnr_n dl:nth-child(2n){
	margin-right:0;
}
.contactnr_n dl dt,.contactnr_n dl dd{
	width:100%;
	overflow:hidden;
	text-align:left;
}
.contactnr_n dl dt{
	font-size:32px;
	color:#00a1e9;
	line-height:42px;
	border-bottom:solid 1px #e1e1e1;
	padding-bottom:20px;
}
.contactnr_n dl dd{
	padding-top:30px;
}
.contactnr_n dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#0c131c;
	line-height:30px;
}
.contactnr_n dl dd p a{
	font-size:16px;
	color:#0c131c;
}
.message_n{
	width:100%;
	overflow:hidden;
	background:url(../images/messagebg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:118px;
	padding-bottom:164px;
}
.message_n .ntit{
	text-align:center;
}
.message_n .ntit h3{
	color:#fff;
}
.messagenr_n{
	margin-top:82px;
}
.messagenr_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.message_n ul li{
	width:32%;
	overflow:hidden;
	margin-bottom:74px;
}
.message_n ul li:last-child{
	width:100%;
}
.message_n ul li input,.message_n ul li textarea{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#fff;
	height:60px;
	line-height:60px;
	background:none;
	border-bottom:solid 1px rgba(255,255,255,0.5);
}
.message_n .tjbtn{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	text-align:center;
}
.message_n .tjbtn button{
	width:208px;
	height:64px;
	line-height:64px;
	background:#00a1e9;
	text-align:center;
	font-size:20px;
	color:#fff;
	border-radius:32px;
	margin:auto;
}
.message_n .tjyzm{
	font-size:16px;
	color:#fff;
}
.message_n .tjyzm input{
	height:52px;
	line-height:52px;
	background:none;
	border-bottom:solid 1px rgba(255,255,255,0.5);
	font-size:16px;
	color:#fff;
}
.messagenr_n input::placeholder,
.messagenr_n textarea::placeholder,
.messagenr_n .tjyzm input::placeholder{
    color: #fff; /* 或者使用其他颜色代码 */
}
 
.messagenr_n input::-webkit-input-placeholder,
.messagenr_n .tjyzm input::-webkit-input-placeholder{
    color: #fff; /* 或者使用其他颜色代码 */
}
.messagenr_n input::-moz-placeholder,
.messagenr_n .tjyzm input::-moz-placeholder{ /* Firefox 19+ */
    color: #fff; /* 或者使用其他颜色代码 */
}
.messagenr_n input:-ms-input-placeholder,
.messagenr_n .tjyzm input::-ms-placeholder{ /* IE 10+ */
    color: #fff; /* 或者使用其他颜色代码 */
}

/* jssl_n
-------------------------------------------------------------- */
.jssl_n{
	margin-top:60px;
	margin-bottom:60px;
}
.jssllist_n,.jsslcont_n{
	width:100%;
	overflow:hidden;
}
.jssllist_n{
	margin:50px 0;
}
.jssllist_n .jsslimg_n{
	width:48%;
	overflow:hidden;
	border-radius:0 200px 0 0;
}
.jssllist_n .jsslimg_n img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.jssllist_n .jsslcont_n{
	width:52%;
	overflow:hidden;
	padding-top:50px;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	padding-left:200px;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	padding-right:200px;
}
.jssllist_n:nth-child(2n+1) .jsslimg_n{
	float:left;
}
.jssllist_n:nth-child(2n+1) .jsslcont_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslimg_n{
	float:right;
}
.jssllist_n:nth-child(2n) .jsslcont_n{
	float:left;
}
.jsslen{
	width:100%;
	overflow:hidden;
	font-size: 50px;
    color: #333333;
    line-height: 55px;
    font-family: Arial;
    margin-top: 20px;
	margin-bottom:100px;
}
.jsslcont_n h4,.jsslcont_n p{
	width:100%;
	overflow:hidden;
}
.jsslcont_n h4{
	font-size: 45px;
    color: #333;
    line-height: 55px;
    font-weight: normal;
    margin-bottom: 16px;
	margin-bottom:60px;
}
.jsslcont_n p{
    line-height: 30px;
    font-size: 16px;
    color: #333;
}

/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp2{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color:#005bac;
}

#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.header .nav,.topicon,.side,.search,.botlxfs{
		display:none
	}

	/**/
	#toggleMenu {
	  position: absolute;
	  width: 100%;
	  min-height: 0;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  overflow: hidden;
	  top:0;
	  left:0;
	  z-index:-1;
	  opacity:0;
	}
	#toggleMenu.active{
		min-height:100vh;
	}
	#toggleMenu.active{
		z-index:999;
	  opacity:1;
	}
	#toggleMenu nav {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  padding: 40px 100px;
	  z-index: 100;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: justify;
		  -ms-flex-pack: justify;
			  justify-content: space-between;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .logo {
	  position: relative;
	  font-size: 2em;
	  color: #fff;
	  text-transform: uppercase;
	  font-weight: 700;
	  z-index: 15;
	  text-decoration: none;
	  text-shadow: 2px 2px 0 rgba(0,0,0,0.1);
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu nav .full-width-menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  height: 100vh;
	  width: 100%;
	  overflow-y: auto;
	  visibility: hidden;
	  opacity: 0;
	  background: #00a0e9;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	  overflow: hidden;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu {
	  opacity: 1;
	  visibility: visible;
	}

	#toggleMenu nav .full-width-menu .cntBox {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(1) {
	  width: 100%;
	  background: #00a0e9;
	  -webkit-transform: translateX(-100%);
		  -ms-transform: translateX(-100%);
			  transform: translateX(-100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(1) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	}

	#toggleMenu nav .full-width-menu .cntBox:nth-child(2) {
	  padding: 0 15px;
	  width: 40%;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  background: #00a0e9;
	  -webkit-transform: translateX(100%);
		  -ms-transform: translateX(100%);
			  transform: translateX(100%);
	  visibility: hidden;
	  opacity: 0;
	  -webkit-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  -o-transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	  transition: all .8s cubic-bezier(0.3, 1, 0.3, 1) .1s;
	}

	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2) {
	  -webkit-transform: translateX(0);
		  -ms-transform: translateX(0);
			  transform: translateX(0);
	  visibility: visible;
	  opacity: 1;
	  background: -webkit-linear-gradient(top, #1ccc98 , #042d93);
		background: -o-linear-gradient(bottom, #1ccc98 , #042d93);
		background: -moz-linear-gradient(bottom, #1ccc98 , #042d93);
		background: linear-gradient(to bottom, #1ccc98 , #042d93);
	}

	#toggleMenu nav .navigation {
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	}

	#toggleMenu nav .navigation li {
	  padding: 5px 0;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-30px);
		  -ms-transform: translateX(-30px);
			  transform: translateX(-30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .navigation li {
		width:100%;
		overflow:hidden;
	  line-height:40px;
	  visibility: visible;
	  opacity: 1;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .navigation li:nth-child(1) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu.active nav .navigation li:nth-child(3) {
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .navigation li:nth-child(4) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .navigation li:nth-child(5) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .navigation li a {
	  letter-spacing: 0.5px;
	  font-size: 18px;
	  line-height:30px;
	  font-weight: 700;
	  text-decoration: none;
	  color: #fff;
	  margin:0;
	  -webkit-transition: all ease 0.3s;
	  -o-transition: all ease 0.3s;
	  transition: all ease 0.3s;
	}


	#toggleMenu nav .hinfo {
		width:100%;
	  list-style: none;
	  margin: 0;
	  padding: 0;
	  width: 80%;
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(30px);
		  -ms-transform: translateX(30px);
			  transform: translateX(30px);
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}

	#toggleMenu.active nav .hinfo {
	  opacity: 1;
	  visibility: visible;
	  -webkit-transform: translateX(0px);
		  -ms-transform: translateX(0px);
			  transform: translateX(0px);
	}

	#toggleMenu.active nav .hinfo{
	  -webkit-transition-delay: 0.5s;
		   -o-transition-delay: 0.5s;
			  transition-delay: 0.5s;
	}

	#toggleMenu.active nav .hinfo:nth-child(2) {
	  -webkit-transition-delay: 0.6s;
		   -o-transition-delay: 0.6s;
			  transition-delay: 0.6s;
	}

	#toggleMenu.active nav .hinfo:nth-child(3) {
	  -webkit-transition-delay: 0.7s;
		   -o-transition-delay: 0.7s;
			  transition-delay: 0.7s;
	}

	#toggleMenu nav .hinfo:not(:first-child) {
	  margin-top: 30px;
	}

	#toggleMenu nav .hinfo li {
		width:100%;
		overflow:hidden;
		line-height:30px;
	  font-size: 16px;
	  font-weight: 600;
	  padding-top: 5px;
	  color: #fff;
	  text-align:left;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li:nth-child(1) {
	  font-size: 18px;
	  opacity: 0.5;
	}

	#toggleMenu nav .hinfo li a {
	  text-decoration: none;
		line-height:30px;
	  font-size: 16px;
	  color: #fff;
	  display: inline-block;
	  margin:0;
	  font-weight:normal;
	}

	#toggleMenu nav .hinfo li a:hover {
	  opacity: 0.5;
	  color:#fff !important;
	}

	#toggleMenu nav .social {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}

	#toggleMenu nav .social li:first-child {
	  width: 100%;
	}

	#toggleMenu nav .social li {
	  width: 50%;
	}
	.toggle {
	  position: absolute;
	  width: 40px;
	  height: 40px;
	  cursor: pointer;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: center;
		  -ms-flex-pack: center;
			  justify-content: center;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
			  right:40px;
			  top:10px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background: #fff;
	  -webkit-transition: all 0.3s ease;
	  -o-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	}
	.showHeader .toggle span,.hover .toggle span{
		background: #000;
	}
	.toggle.active span{
		background: #fff;
	}

	.toggle span:nth-child(2) {
	  width: 25px;
	  margin-left:0;
	}


	.toggle.active span:nth-child(1) {
	  -webkit-transform: rotate(-45deg) translate(-7px, 6px);
		  -ms-transform: rotate(-45deg) translate(-7px, 6px);
			  transform: rotate(-45deg) translate(-7px, 6px);
	}

	.toggle.active span:nth-child(2) {
	  opacity: 0;
	}

	.toggle.active span:nth-child(3) {
	  -webkit-transform: rotate(45deg) translate(-7px, -7px);
		  -ms-transform: rotate(45deg) translate(-7px, -7px);
			  transform: rotate(45deg) translate(-7px, -7px);
	}


	#toggleMenu .content {
	  position: relative;
	  z-index: 10;
	  text-align: center;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	  -webkit-transition-delay: 1s;
		   -o-transition-delay: 1s;
			  transition-delay: 1s;
	}

	#toggleMenu .content h2 {
	  position: relative;
	  color: #fff;
	  font-size: 4rem;
	  text-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu .content h2 span {
	  font-size: 0.2em;
	  font-weight: 300;
	  letter-spacing: 5px;
	  padding: 0 10px;
	  text-transform: uppercase;
	  background: #fff;
	  color: #111;
	  text-shadow: 0 5px 5px rgba(0,0,0,0);
	  -webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.2);
			  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	}

	#toggleMenu.active .content {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateX(-200px);
		  -ms-transform: translateX(-200px);
			  transform: translateX(-200px);
	  -webkit-transition-delay: 0s;
		   -o-transition-delay: 0s;
			  transition-delay: 0s;
	}

	#toggleMenu .sci {
	  position: absolute;
	  bottom: 40px;
	  right: 100px;
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  z-index: 100;
	}

	#toggleMenu .sci li {
	  list-style: none;
	  margin: 5px;
	  padding: 0 6px;
	  -webkit-transition: 0.5s;
	  -o-transition: 0.5s;
	  transition: 0.5s;
	}

	#toggleMenu.active .sci li {
	  opacity: 0;
	  visibility: hidden;
	  -webkit-transform: translateY(100px);
		  -ms-transform: translateY(100px);
			  transform: translateY(100px);
	}

	#toggleMenu .sci li a {
	  color: #111;
	  background: #fff;
	  text-decoration: none;
	  display: inline-block;
	  letter-spacing: 2px;
	  font-weight: 500;
	  font-size: 12px;
	  padding: 2px 5px;
	  text-transform: uppercase;
	}

	#toggleMenu .sci li a:hover {
	  background: #111;
	  color: #fff;
	}

	#toggleMenu .sci li:nth-child(1) {
	  -webkit-transition-delay: 0.2s;
		   -o-transition-delay: 0.2s;
			  transition-delay: 0.2s;
	}

	#toggleMenu .sci li:nth-child(2) {
	  -webkit-transition-delay: 0.3s;
		   -o-transition-delay: 0.3s;
			  transition-delay: 0.3s;
	}

	#toggleMenu .sci li:nth-child(3) {
	  -webkit-transition-delay: 0.4s;
		   -o-transition-delay: 0.4s;
			  transition-delay: 0.4s;
	}

}

@media only screen and (min-width: 1768px) and (max-width: 1768px) {
	
}

@media(max-width:1768px) {
	
}
@media(max-width:1680px) {
	.ntit h3{
		font-size: 60px;
		line-height: 70px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.header .navbar_nav li{
		padding:0 50px;
	}
	.banner .swiper-pagination{
		bottom:30px;
	}
	.tit h3{
		font-size:80px;
	}
	.gssllf {
		width: 38%;
	}
	.about {
		padding:175px 0 186px 6%;
	}
	.gssl,.case,.message{
		padding-left:6%;
	}
	.gsslnr dl{
		margin-top:30px;
	}
	.messagelf {
		width: 48%;
	}
	.aboutlist ul li dl dt .timer{
		font-size:70px;
		line-height:70px;
	}
	.aboutlist ul li dl dt font{
		font-size:60px;
		line-height:60px;
	}
	.aboutggt .aboutggtlf h3{
		font-size:55px;
	}
	.promenu ul li span {
		margin-left: 10px;
	}
	.honornr_n ul li .honorimg_n{
		height:454px;
	}
	.casenr_n ul li .caseimg_n{
		height:333px;
	}
	.pronr_n ul li .proimg_n{
		height:342px;
	}
	.prolf_n ul li{
		padding: 20px 35px 20px 20px;
	}
	.nprort{
		padding: 0 50px;
	}
	.nprofbnr h5{
		font-size:32px;
		line-height:42px;
	}
	.tjpro h3,.message_pro h3{
		font-size:45px;
		line-height:55px;
	}
	.tjpro ul li .proimg_n{
		height:450px;
	}
	.bottel {
		padding-right: 100px;
	}
}
@media(max-width:1440px) {
	.header .navbar_nav li{
		padding:0 45px;
	}
	.promenu ul li span{
		font-size:18px;
	}
	.tit h3,.tit h3 a{
        font-size: 70px;
		line-height:70px;
    }
	.aboutlf .aboutmore{
		margin-top:60px;
	}
	.casebot hr {
		width: 82%;
	}
	.ntit h3{
		font-size:55px;
		line-height:65px;
	}
	.aboutggt .aboutggtlf h3{
		font-size:50px;
	}
	.messagert h3{
		font-size:45px;
	}
	.honornr_n ul li .honorimg_n{
		height:408px;
	}
	.casenr_n ul li .caseimg_n{
		height:300px;
	}
	.contactnr_n dl{
		padding: 55px 40px 0 40px;
	}
	.pronr_n ul li .proimg_n{
		height:308px;
	}
	.pronr_n ul li .probot_n h5, .tjpro ul li .probot_n h5{
		font-size:22px;
		line-height:32px;
	}
	.prolf_n ul li {
        padding: 20px 25px 20px 15px;
        background-position: 96%;
    }
	.conttit{
		padding: 0 25px;
	}
	.nprolf h1{
		font-size:45px;
		line-height:55px;
	}
	.nprort{
		padding: 0 40px;
	}
	.nprofbnr h5{
		font-size:30px;
		line-height:40px;
	}
	.tjpro h3,.message_pro h3{
		font-size:40px;
		line-height:50px;
	}
	.tjpro ul li .proimg_n{
		height:405px;
	}
	.bottel {
		padding-right:50px;
	}
	.card-img-150{
		height:294px;
	}
}
@media(max-width:1360px) {
	.header .nav{
		margin-right:30px;
	}
	.header .navbar_nav li{
		padding:0 40px;
	}
	.tit h3,.tit h3 a{
        font-size: 60px;
		line-height:60px;
    }
	.honornr_n ul li .honorimg_n{
		height:386px;
	}
	.casenr_n ul li .caseimg_n{
		height:283px;
	}
	.pronr_n ul li .proimg_n{
		height:291px;
	}
	.prolf_n ul li a{
		font-size:16px;
	}
	.nprolf h1{
		font-size:40px;
		line-height:50px;
	}
	.nprort{
		padding: 0 30px;
	}
	.tjpro ul li .proimg_n{
		height:382px;
	}
}
@media(max-width:1280px) {
	.header .nav{
		margin-right:20px;
	}
	.header .navbar_nav li{
		padding:0 35px;
	}
	.topicon a {
		margin-right: 20px;
	}
	.banner .swiper-pagination {
        bottom:20px;
    }
	.tit h3,.tit h3 a{
        font-size:50px;
		line-height:50px;
    }
	.promenu ul li span {
        margin-left:5px;
    }
	.ntit h3{
		font-size:50px;
		line-height:60px;
	}
	.aboutggt .aboutggtlf h3{
		font-size:45px;
		line-height:45px;
	}
	.aboutlist{
		margin-top:60px;
	}
	.aboutlist ul li dl dt .timer{
		font-size:60px;
		line-height:60px;
	}
	.aboutlist ul li dl dt font{
		font-size:50px;
		line-height:50px;
	}
	.aboutlist ul li dl dt {
		font-size: 25px;
	}
	.casebot hr {
		width:80%;
	}
	.messagert h3{
		font-size:40px;
		line-height:40px;
	}
	.honornr_n ul li .honorimg_n{
		height:363px;
	}
	.casenr_n ul li .caseimg_n{
		height:267px;
	}
	.contactnr_n dl{
		padding: 55px 30px 0 30px;
	}
	.pronr_n ul li .proimg_n{
		height:273px;
	}
	.pronr_n ul li .probot_n h5, .tjpro ul li .probot_n h5{
		font-size:20px;
		line-height:30px;
	}
	.prolf_n ul li i{
		margin-right:5px;
	}
	.conttit h3{
		font-size:26px;
	}
	.menu_n ul li{
		margin-right:40px;
	}
	.nprort{
		padding: 0 20px;
	}
	.nprofbnr h5{
		font-size:26px;
		line-height:36px;
	}
	.tjpro h3,.message_pro h3{
		font-size:35px;
		line-height:45px;
	}
	.tjpro ul li .proimg_n{
		height:360px;
	}
	.bottel {
		padding-right:20px;
	}
	.card-img-150{
		height:259px;
	}
}
@media(max-width:1200px) {
	.header .navbar_nav li{
		padding:0 30px;
	}
	.honornr_n ul li .honorimg_n{
		height:340px;
	}
	.casenr_n ul li .caseimg_n{
		height:250px;
	}
	.pronr_n ul li .proimg_n{
		height:256px;
	}
	.tjpro ul li .proimg_n{
		height:337px;
	}
}
@media(max-width:1152px) {
	 .header .nav {
        margin-right: 10px;
    }
	.header .navbar_nav li{
		padding:0 25px;
	}
	.topsearch{
		margin-left:50px;
	}
	.aboutggt .aboutggtlf h3{
		font-size:40px;
		line-height:40px;
	}
	.honornr_n ul li .honorimg_n{
		height:327px;
	}
	.casenr_n ul li .caseimg_n{
		height:240px;
	}
	.pronr_n ul li .proimg_n{
		height:246px;
	}
	.conttit {
        padding: 0 20px;
    }
	.nprort{
		padding: 0;
	}
	.tjpro ul li .proimg_n{
		height:324px;
	}
	.card-img-150{
		height:231px;
	}
}
@media(max-width:1080px) {
	.header .navbar_nav li{
		padding:0 22px;
	}
}

@media(max-width:1024px) {
	.honornr_n ul li .honorimg_n{
		height:290px;
	}
	.casenr_n ul li .caseimg_n{
		height:213px;
	}
	.pronr_n ul li .proimg_n{
		height:219px;
	}
	.tjpro ul li .proimg_n{
		height:288px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.search_box{
		top:50px;
	}
	.about,.gssl{
        padding:60px 6%;
    }
	.aboutlf,.aboutrt,.gssllf,.gsslrt{
		width:100%;
	}
	.aboutrt,.aboutlf .aboutmore,.gsslrt{
		margin-top:40px;
	}
	.menu_n,.positionnr .positionrt{
		width:100%;
	}
	.positionnr .positionrt{
		padding:10px 0 10px 30px;
	}
	.menu_n ul li {
        margin-right: 20px;
		line-height:40px;
    }
	.positionnr .positionrt{
		background-position:left 14px;
	}
	.prolf_n,.prort_n{
		width:100%;
	}
	.procontact,.prolf_n ul li i{
		display:none;
	}
	.prolf_n ul li{
		width:50%;
		float:left;
	}
	.prort_n{
		margin-top:40px;
	}
	.pronr_n ul li .proimg_n {
        height:288px;
    }
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:30px;
	}
	.footertop {
		margin-bottom: 40px;
	}
	.footernr ul li h4{
		margin-bottom:10px;
	}
	.footernr ul li p{
		display:none;
	}
	.bot {
		margin-top:30px;
	}
	.bottel {
		padding-right:0;
	}
	.footernr .footerlf{
		border-right:none;
	}
	.boticon{
		margin-top:30px;
	}
}
@media(max-width:991px) {
	.topbg{
		display:none;
	}
	.tit h3, .tit h3 a {
        font-size:40px;
        line-height:40px;
    }
	.pro .prolf,.pro .prort{
		width:100%;
	}
	.pro .prort{
		min-height:auto;
	}
	.pro .prolf{
		padding-top:0;
	}
	.pro{
		padding-top:60px;
		padding-bottom:60px;
	}
	.pronr.active{
		padding-bottom:60px;
	}
	.pro .promore{
		display:none;
	}
	.pronr .swiper-button{
		bottom:0;
	}
	.pronr .swiper-button div {
		width: 50px;
		height: 50px;
	}
	.pronr .swiper-button-next{
		margin-left:10px;
	}
	.case{
		padding-right:6%;
		margin-top:40px;
	}
	.casetit,.message{
		margin-top:60px;
	}
	.casebot .swiper-button div {
		width: 50px;
		height: 50px;
	}
	.casebot .swiper-button .swiper-button-next{
		margin-left:10px;
	}
	.casebot{
		margin-top:40px;
	}
	.honor .swiper-pagination .swiper-pagination-bullet{
		width:15px;
	}
	.honor .swiper-pagination .swiper-pagination-bullet-active{
		width:25px;
	}
	.message{
		padding-right:6%;
	}
	.messagelf,.messagert{
		width:100%;
	}
	.messagert{
		margin-top:40px;
		padding: 60px 20px;
		margin-bottom:60px;
	}
	.messagert p,.contactbtn{
		margin-top:40px;
	}
	.ntit h3{
		font-size:40px;
		line-height:50px;
	}
	.aboutggt{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutggt .aboutggtlf h3{
		font-size:35px;
		line-height:35px;
	}
	.aboutggt .aboutggtlf,.aboutggt .aboutggtrt{
		width:100%;
	}
	.aboutggt .aboutggtrt{
		margin-top:30px;
	}
	.aboutlist ul li dl dt .timer{
		font-size:50px;
		line-height:50px;
	}
	.aboutlist ul li dl dt font{
		font-size:40px;
		line-height:40px;
	}
	.aboutlist ul li dl dt {
		font-size: 22px;
	}
	.aboutlist {
        margin-top: 40px;
    }
	.boxlist {
		margin-top: 50px;
	}
	.nprolf h1{
		font-size:35px;
		line-height:45px;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:40px;
	}
	.nprolf .npromore{
		margin-top:30px;
	}
	.nprofbnr h5{
		font-size:22px;
		line-height:32px;
	}
	.tjpro h3,.message_pro h3{
		font-size:30px;
		line-height:40px;
	}
	.ntit hr{
		margin-top:20px;
	}
	.casenr_n ul li{
		margin: 10px 2% 10px 0;
	}
	.honornr_n ul li{
		width:32%;
	}
	.honornr_n ul li:nth-child(3n),.casenr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.honornr_n ul li:nth-child(3n+1),.casenr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.honornr_n ul li .honorimg_n {
        height:383px;
    }
	.casenr_n ul li{
		width:49%;
	}
	.casenr_n ul li .caseimg_n {
        height:320px;
    }
	.casenr_n ul li h5, .honornr_n ul li h5{
		font-size:18px;
		line-height:28px;
		margin-top:10px;
	}
	.contactnr_n{
		margin-top:60px;
		margin-bottom:60px;
	}
	.contactnr_n dl{
		width:100%;
		padding: 40px 30px;
		height:auto;
		margin:15px 0;
	}
	.contactnr_n dl dt{
		font-size:28px;
		line-height:38px;
	}
	.message_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.messagenr_n,.message_n .tjbtn{
		margin-top: 40px;
	}
	.pronr_n ul li{
		width:49%;
	}
	.pronr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.pronr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.pronr_n ul li .proimg_n {
        height:427px;
    }
	.tjpro ul li .proimg_n{
		height:279px;
	}
	.tjpro {
		padding-top:60px;
		padding-bottom:60px;
	}
	.tjpro ul {
		margin-top:40px;
	}
	.footer{
		padding-top:60px;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:912px) {
	.honornr_n ul li .honorimg_n {
        height:352px;
    }
	.casenr_n ul li .caseimg_n {
        height:295px;
    }
	.pronr_n ul li .proimg_n {
        height:393px;
    }
	.pronr_n ul li .probot_n h5, .tjpro ul li .probot_n h5 {
        font-size:18px;
        line-height:28px;
    }
	.pronr_n ul li .probot_n, .tjpro ul li .probot_n{
		padding:20px;
	}
	.tjpro ul li .proimg_n{
		height:257px;
	}
}
@media(max-width:860px) {
	.honornr_n ul li .honorimg_n {
        height:332px;
    }
	.casenr_n ul li .caseimg_n {
        height:278px;
    }
	.pronr_n ul li .proimg_n {
        height:370px;
    }
	.tjpro ul li .proimg_n{
		height:242px;
	}
}
@media(max-width:820px) {
	.honornr_n ul li .honorimg_n {
        height:317px;
    }
	.casenr_n ul li .caseimg_n {
        height:265px;
    }
	.pronr_n ul li .proimg_n {
        height:353px;
    }
	.tjpro ul li .proimg_n{
		height:230px;
	}
}
@media(max-width:768px) {
	.banner .swiper-pagination {
        bottom:10px;
    }
	.swiper-pagination-bullet{
		width:20px;
	}
	.swiper-pagination-bullet-active{
		width:30px;
	}
	.casebot hr {
        width:76%;
    }
	.tit h3, .tit h3 a {
        font-size: 35px;
        line-height: 35px;
    }
	.ntit h3{
		font-size:35px;
		line-height:45px;
	}
	.aboutlist ul li dl dt .timer{
		font-size:40px;
		line-height:40px;
	}
	.aboutlist ul li dl dt font{
		font-size:30px;
		line-height:30px;
	}
	.aboutlist ul li dl dt {
		font-size: 20px;
	}
	.aboutlist ul li dl dt .timer{
		margin-right:5px;
	}
	.aboutlist ul li dl dd{
		font-size:15px;
	}
	.honornr_n ul li .honorimg_n {
        height:296px;
    }
	.casenr_n ul li .caseimg_n {
        height:248px;
    }
	.pronr_n ul li .proimg_n {
        height:331px;
    }
	.tjpro ul li .proimg_n{
		height:216px;
	}
}
@media(max-width:767px) {
	.promenu ul li{
		height:80px;
		justify-content: left;
        padding: 0 20px;
	}
	.honornr_n ul li {
        width:49%;
		margin:10px 2% 10px 0;
    }
	.honornr_n ul li:nth-child(2n) {
        margin-right: 0;
    }
	.honornr_n ul li:nth-child(2n+1) {
        margin-right:2%;
    }
	.honornr_n ul li .honorimg_n {
        height:454px;
    }
	.message_n ul li{
		width:100%;
		margin-bottom:20px;
	}
	.tjpro ul li{
		width:100%;
		margin:15px 0;
	}
	.tjpro ul li .proimg_n {
        height:674px;
    }
}
@media(max-width:640px) {
	.logo img{
		height:36px;
	}
	.tit h3, .tit h3 a {
        font-size: 30px;
        line-height: 30px;
    }
	.gsslnr dl dt,.gsslnr dl dd{
		width:100%;
	}
	.gsslnr dl{
		flex-wrap:wrap;
	}
	.gsslnr dl dd{
		margin-top:10px;
	}
	.casebot hr {
        width:72%;
    }
	.casebot .swiper-button div {
        width: 40px;
        height: 40px;
    }
	.casemore{
		display:none;
	}
	.honor .swiper-pagination-bullet{
		margin:0 3px;
	}
	.messagert h3 {
        font-size:35px;
        line-height:35px;
    }
	.aboutlf .aboutmore a,.contactbtn a {
		width: 150px;
		height: 50px;
		line-height: 50px;
	}
	.aboutlf .aboutmore a span{
		margin-left:40px;
	}
	.messagenr > ul > li{
		width:100%;
		margin-bottom:20px;
	}
	.messagenr{
		margin-top:40px;
		margin-bottom:10px;
	}
	.messagelf .tjyzm,.messagelf .tjbtn,.message_pro .tjyzm,.message_pro .tjbtn{
		width:100%;
	}
	.messagelf .tjbtn,.message_pro .tjbtn{
		margin-top:30px;
	}
	.menu_n ul li {
        width: 50%;
        margin-right: 0;
        text-align: center;
    }
	.ntit h3{
		font-size:30px;
		line-height:40px;
	}
	.aboutggt .aboutggtlf h3 {
        font-size: 30px;
        line-height: 30px;
    }
	.aboutggt .aboutggtlf p{
		font-size:16px;
	}
	.aboutggt .aboutggtrt a,.nprolf .npromore a{
		width:160px;
		height:50px;
		line-height:50px;
		font-size:18px;
	}
	.aboutggt .aboutggtrt a span,.nprolf .npromore a span{
		margin-left:20px;
	}
	.aboutlist ul li dl dt .timer{
		font-size:30px;
		line-height:30px;
	}
	.aboutlist ul li dl dt font{
		font-size:20px;
		line-height:20px;
	}
	.aboutlist ul li dl dt {
		font-size: 18px;
	}
	.aboutlist ul li dl dt .timer{
		margin-right:0;
	}
	.aboutlist ul li dl dd{
		font-size:14px;
	}
	.boxlist ul li {
		width: 49%;
	}
	.honornr_n ul li .honorimg_n {
        height:378px;
    }
	.casenr_n ul li .caseimg_n {
        height:207px;
    }
	.casenr_n ul li h5, .honornr_n ul li h5{
		font-size:16px;
		line-height:26px;
	}
	.contactnr_n dl dt {
        font-size: 24px;
        line-height: 34px;
    }
	.pronr_n ul li .proimg_n {
        height:275px;
    }
	.pronr_n ul li .probot_n h5, .tjpro ul li .probot_n h5 {
        font-size:16px;
        line-height:26px;
    }
	.pronr_n ul li .probot_n, .tjpro ul li .probot_n{
		padding:15px;
	}
	.pronr_n ul li .probot_n p, .tjpro ul li .probot_n p{
		font-size:14px;
	}
	.pronr_n ul li .probot_n .promore_n, .tjpro ul li .probot_n .promore_n{
		margin-top:10px;
	}
	.nprofbnr .boximg{
		flex-wrap:wrap;
	}
	.nprofbnr .boximg div{
		width:100%;
		margin-bottom:10px;
	}
	.tjpro h3,.message_pro h3{
		font-size:26px;
		line-height:36px;
	}
	.tjpro ul li .proimg_n {
        height:563px;
    }
	.footerrt ul li h4 a{
		font-size:16px;
	}
	.boticon a{
		margin-right:15px;
	}
	.card-body h5{
		font-size:14px;
	}
}
@media(max-width:540px) {
	.honornr_n ul li .honorimg_n {
        height:319px;
    }
	.casenr_n ul li .caseimg_n {
        height:174px;
    }
	.pronr_n ul li .proimg_n {
        height:232px;
    }
	.tjpro ul li .proimg_n {
        height:475px;
    }
	.card-img-150 {
        height: 200px;
    }
}
@media(max-width:500px) {
	.contactnr_n dl{
        padding: 40px 20px;
    }
	.pronr_n ul li .proimg_n {
        height:215px;
    }
	.tjpro ul li .proimg_n {
        height:440px;
    }
}
@media(max-width:430px) {
	.casebot hr {
        width:68%;
    }
	.honornr_n ul li .honorimg_n {
        height:254px;
    }
	.casenr_n ul li .caseimg_n {
        height:139px;
    }
	.pronr_n ul li .proimg_n {
        height:185px;
    }
	.tjpro ul li .proimg_n {
        height:378px;
    }
}
@media(max-width:425px) {
	.aboutlist ul li{
		width:50%;
		margin:10px 0;
	}
	.aboutlist ul li:nth-child(2)::after{
		display:none;
	}
	.messagert h3 {
        font-size: 30px;
        line-height: 30px;
    }
	.messagert p{
		font-size:18px;
	}
	.aboutggt .aboutggtlf h3 {
        font-size:26px;
        line-height:26px;
    }
	.honornr_n ul li .honorimg_n {
        height:251px;
    }
	.casenr_n ul li .caseimg_n {
        height:137px;
    }
	.prolf_n ul li{
		width:100%;
	}
	.pronr_n ul li .proimg_n {
        height:183px;
    }
	.tjpro ul li .proimg_n {
        height:374px;
    }
	.footerrt ul li{
		width:50%;
	}
	.footerrt ul li h4{
		text-align:center;
	}
	.card-img-150 {
        height: 165px;
    }
}
@media(max-width:414px) {
	.honornr_n ul li .honorimg_n {
        height:245px;
    }
	.casenr_n ul li .caseimg_n {
        height:133px;
    }
	.pronr_n ul li .proimg_n {
        height:178px;
    }
	.tjpro ul li .proimg_n {
        height:364px;
    }
}
@media(max-width:390px) {
	.casebot hr {
        width:64%;
    }
	.honornr_n ul li .honorimg_n {
        height:230px;
    }
	.casenr_n ul li .caseimg_n {
        height:126px;
    }
	.pronr_n ul li .proimg_n {
        height:168px;
    }
	.tjpro ul li .proimg_n {
        height:343px;
    }
}
@media(max-width:375px) {
	.honornr_n ul li .honorimg_n {
        height:221px;
    }
	.casenr_n ul li .caseimg_n {
        height:121px;
    }
	.pronr_n ul li .proimg_n {
        height:161px;
    }
	.tjpro ul li .proimg_n {
        height:330px;
    }
	.card-img-150 {
        height: 143px;
    }
}
@media(max-width:360px) {
	.honornr_n ul li .honorimg_n {
        height:213px;
    }
	.casenr_n ul li .caseimg_n {
        height:116px;
    }
	.pronr_n ul li .proimg_n {
        height:155px;
    }
	.tjpro ul li .proimg_n {
        height:316px;
    }
}
@media(max-width:344px) {
	.honornr_n ul li .honorimg_n {
        height:203px;
    }
	.casenr_n ul li .caseimg_n {
        height:111px;
    }
	.pronr_n ul li .proimg_n {
        height:148px;
    }
	.tjpro ul li .proimg_n {
        height:302px;
    }
}
@media(max-width:320px) {
	.casebot hr {
        width:60%;
    }
	.honornr_n ul li .honorimg_n {
        height:189px;
    }
	.casenr_n ul li .caseimg_n {
        height:103px;
    }
	.pronr_n ul li .proimg_n {
        height:137px;
    }
	.tjpro ul li .proimg_n {
        height:281px;
    }
}