@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:"Microsoft YaHei","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 #777777; }

html,body{height:auto;margin:0 auto;}

.hide{display:none;}

.clear{clear:both;}

input,textarea{

	font-family:"Microsoft YaHei","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:100px;
	background:#fff;
	position:fixed;
	z-index: 999;
	top:0;
	left: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;
	}
.toptel{
	overflow:hidden;
	display:flex;
	font-size:22px;
	color:#141414;
	font-weight:bold;
	height:100%;
	align-items:center;
	font-family:Arial;
	margin-left:48px;
}
.toptel i{
	margin-right:8px;
}
.inline{
	width:1px;
	height:22px;
	background:#cfcfcf;
	margin-top:39px;
}
.logo{
	height:100%;
	overflow:hidden;
	display:flex;
	align-items:center;
}
.logo img{
	max-width:100%;
	height:auto;
}
.search_box{
	width:410px;
	height:48px;
	border:solid 2px #fff;
	position:absolute;
	left:50%;
	margin-left:-205px;
	bottom:140px;
	z-index:999;
	}
.search_box input{
	width:67.8%;
	line-height: 44px;
	padding-left: 18px;
	font-size:15px;
	color:#fff;
	float:left;
	background:none;
	}
.search_box input::placeholder{
    color: #fff; /* 或者使用其他颜色代码 */
}
.search_box input::-webkit-input-placeholder{
    color: #fff; /* 或者使用其他颜色代码 */
}
.search_box input::-moz-placeholder{ /* Firefox 19+ */
    color: #fff; /* 或者使用其他颜色代码 */
}
.search_box input:-ms-input-placeholder{ /* IE 10+ */
    color: #fff; /* 或者使用其他颜色代码 */
}
.search_box button{
	width:32.2%;
	background:#fff;
	line-height: 44px;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size:15px;
	color:#141414;
	float:right;
	}
.search_box button i{
	margin-right:12px;
}
.search_box button img{
	max-width:100%;
	height:auto;
}
.language{
	height:90px;
	color:#fff;
	line-height:90px;
	margin-left:40px;
	position:relative;
}
.language a > img{
	margin-right:10px;
}
.language a{
	font-size:16px;
	color:#fff;
}
.language a i{
	margin-left:12px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right:0;
    top:65px;
	z-index:10000;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background:#fff;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.language .languagenr p a {
	width:100%;
    height: 35px;
    line-height: 35px;
    color: #181818;
    font-size: 16px;
	display:block;
}
.language .languagenr p:hover{
	background:#0e48ab;
}
.language .languagenr p:hover a{
	color:#fff;
}
.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:54px;
}
.header .navbar_nav li{
	float:left;
	padding: 0 45px;
	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: #141414;
	font-size:20px;
	font-weight:bold;
	line-height:100px;
	position:relative;
}
.header .navbar_nav li > a::after{
	content:"";
	width:0;
	height:2px;
	background:#1d3c96;
	border-radius:50%;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after{
	display:none;
}
.header .navbar_nav li:hover a::after,.header .navbar_nav li.active a::after{
	width:100%;
}
.header .navbar_nav li:hover a,.header .navbar_nav li.active a{
	color:#1d3c96;
}
.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:100px;
	background:#fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width:170px;
    left:50%;
	margin-left:-85px;
	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 #e2e2e2;
}
.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: #1d3c96;
}
.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: #2d9bd0;
}
#navToggle{
	display: none;
}

.cont{
	width:1704px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1704px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	position:relative;
	margin-top:100px;
	}

.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 .swiper-slide .img{
	-webkit-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
	-webkit-transition: opacity .5s ease-in-out, transform 2s ease .6s;
	-webkit-transition: opacity .5s ease-in-out, -webkit-transform 2s ease .6s;
	transition: opacity .5s ease-in-out, -webkit-transform 2s ease .6s;
	-o-transition: opacity .5s ease-in-out, transform 2s ease .6s;
	transition: opacity .5s ease-in-out, transform 2s ease .6s;
	transition: opacity .5s ease-in-out, transform 2s ease .6s, -webkit-transform 2s ease .6s;
}
.banner .swiper-slide-active .img{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner .img .bannertext{
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:50%;
	z-index:99;
	}
.banner .img .bannertext1{
	width:41%;
	margin-left:-20.5%;
	top:34%;
	}
.banner .img .bannertext2{
	width:52.2%;
	margin-left:-26.1%;
	top:34.5%;
	}
.banner .img .bannertext3{
	width:38%;
	margin-left:-19%;
	top:37.8%;
	}
.banner .img .bannertext img{
	max-width:100%;
	height:auto;
	}
@keyframes textAnimation {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  40%, 70% ,100%{
    transform: scale(1);
    opacity: 1;
  }
}
.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-prev,.banner .swiper-button-next{
	width:16px;
	height:30px;
	overflow:hidden;
	position:absolute;
	top:50%;
	margin-top:-15px;
	z-index:999;
	}
.banner .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	left:2%;
}
.banner .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:2%;
}
/*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;
	right:30px;
	bottom:25px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:64px;
	background:#fff;
	position:absolute;
	left:11.5px;
	bottom:56px;
}
.mouse {
  position: relative;
  width: 24px;
  height: 38px;
  border-radius: 30px;
  border: 2px 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);
  }
}

.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-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:0;
	right: 88px;
	height:40px;
	line-height: 40px;
	color:#b1b1b1;
	font-size:16px;
	top:40px;
}
.swiper-pagination-fraction span{
	color:#131315;
	line-height:20px;
	font-size:20px;
	font-family:Arial;
	float:left;
	position:relative;
}

.swiper-pagination-fraction span:before{
	content:"0";
	}
.swiper-pagination-fraction span.swiper-pagination-current{
	color:#e71c23;
	font-weight:bold;
	margin-right:6px;
}
.swiper-pagination-fraction span.swiper-pagination-current::after{
	content:"/";
	padding-left:6px;
}
.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:22px;
	height:4px;
	background:#fff;
	display: inline-block;
	margin:0 8px;
	outline:none;
	position:relative;
}

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-pagination-bullet-active{
	width:42px;
}

.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:62px;
	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{
	overflow:hidden;
	}
.tit h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#1b1b1a;
	line-height:60px;
	font-weight:normal;
	}
.tit h3 a{
	font-size:50px;
	color:#1b1b1a;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#ababab;
	line-height:35px;
	font-family:Arial;
	text-transform:uppercase;
	margin-top:3px;
	}
.more{
	width:100%;
}
.more a{
	width:200px;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#fff;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-left:30px;
	border-radius:30px;
	background:#0e48ab;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	position:relative;
	}
.more a i{
	margin-right:5px;
	font-size:16px;
	color:#0e48ab;
}
.more a:hover{
	transform:translateY(-3px);
}

/* ywly
-------------------------------------------------------------- */
.ywly{
	width:100%;
	overflow:hidden;
	background:#f4f7fe;
	padding-top:86px;
	padding-bottom:94px;
	position:relative;
	}
.ywlynr,.ywlynr ul{
	width:100%;
	overflow:hidden;
}
.ywlynr{
	margin-top:9px;
}
.ywlynr ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.ywlynr ul li{
	width:32.6%;
	overflow:hidden;
	height:358px;
	background:#fff;
	border-radius:15px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding:70px 70px 0 38px;
	margin:30px 0;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywlynr ul li:hover{
	background:url(../images/ywlybg2.jpg) no-repeat top center;
	background-size:cover;
}
.ywlynr ul li .ywly_icon{
	width:34.4%;
	overflow:hidden;
	position:absolute;
	right:0;
	bottom:0;
	z-index:0;
}
.ywlynr ul li .ywly_icon img{
	max-width:100%;
	height:auto;
}
.ywlynr ul li i{
	width:17%;
	overflow:hidden;
}
.ywlynr ul li i img{
	max-width:100%;
	height:auto;
}
.ywlynr ul li .ywlyiconh,.ywlynr ul li:hover .ywlyicon,.ywlynr ul li:hover .ywly_icon{
	display:none;
}
.ywlynr ul li:hover .ywlyiconh{
	display:block;
}
.ywlynr ul li .ywlycont{
	width:83%;
	overflow:hidden;
	position:relative;
	z-index:9;
}
.ywlynr ul li .ywlycont h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#1b1b1a;
	line-height:35px;
	font-weight:normal;
	margin-bottom:14px;
}
.ywlynr ul li .ywlycont .ywlytext,.ywlynr ul li .ywlycont .ywlytext p{
	width:100%;
	overflow:hidden;
}
.ywlynr ul li .ywlycont .ywlytext p{
	font-size:15px;
	color:#939393;
}
.ywlynr ul li .ywlycont .ywlymore{
	width:120px;
	height:40px;
	border:solid 2px #013fc4;
	border-radius:20px;
	text-align:center;
	line-height:40px;
	font-size:16px;
	color:#013bb8;
	position:absolute;
	left:0;
	bottom:40px;
}
.ywlynr ul li:hover .ywlycont h5,.ywlynr ul li:hover .ywlycont .ywlytext p,.ywlynr ul li:hover .ywlycont .ywlymore{
	color:#fff;
}
.ywlynr ul li:hover .ywlycont .ywlymore{
	border-color:#fff;
}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:132px;
	padding-bottom:128px;
	}
.about .tit{
	text-align:center;
}
.about .tit h3,.about .tit h3 a,.about .tit p{
	color:#fff;
}
.aboutnr{
	width:100%;
	overflow:hidden;
	padding:0 25%;
	text-align:center;
	font-size:15px;
	color:#fff;
	margin-top:36px;
}
.aboutnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
}

/* aboutlist
-------------------------------------------------------------- */
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:104px;
	padding:0 21%;
}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
.aboutlist ul li{
	overflow:hidden;
}
.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:16px;
	color:#fff;
	font-family:Arial;
	font-weight:normal;
	}
.aboutlist ul li dl dd{
	font-size:16px;
	color:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt .timer{
	font-size:69px;
	line-height:69px;
	color:#fff;
	font-family:Arial;
	margin-right:10px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutlist ul li dl dt font{
	font-size:22px;
	color:#fff;
	font-family:Arial;
	}
.aboutlist ul li .aboutline{
	width:1px;
	height:78px;
	background:rgba(255,255,255,0.5);
}


/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:#ebebeb;
	padding:96px 0 0 0;
	position:relative;
}
.footernr .footerlf{
	width:43.2%;
	overflow:hidden;
	}
.bottel{
	width:45%;
	overflow:hidden;
}
.map{
	width:54%;
	overflow:hidden;
	border-radius:10px;
}
.map img{
	max-width:100%;
	height:auto;
}
.bottel h4,.bottel p{
	width:100%;
	overflow:hidden;
}
.bottel h4{
	font-size:20px;
	color:#1b1b1a;
	line-height:30px;
	margin-bottom:36px;
}
.bottel p{
	font-size:15px;
	color:#888887;
	line-height:30px;
	margin-top:10px;
}
.bottel p a{
	font-size:15px;
	color:#888887;
}
.footerlf .bottelnr{
	width:100%;
	overflow:hidden;
}

.footernr .footerrt{
	width:52%;
	overflow:hidden;
	border-left:solid 1px #d5d5d5;
	padding-left:70px;
	}

.bot{
	width:100%;
	overflow:hidden;
	line-height:30px;
	padding:30px 0;
	position:relative;
	margin-top:112px;
	border-top:solid 1px #d5d5d5;
	}
.bot .botlf,.bot .botrt{
	padding:0;
	overflow:hidden;
	font-size:15px;
	color:#616161;
}
.bot .botrt{
	text-align:right;
}
.botlf p,.bot a{
	font-size:15px;
	color:#616161;
	}
.botlf p{
	line-height:30px;
	}
.bot a:hover{
	color:#013fc4;
	}
/* 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:224px;
	border: 1px solid #ebebeb;
	position:relative;
}
.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:450px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	position:relative;
	margin-top:100px;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:600px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:394px;
	}
}
@media(max-width:1600px) {
	.banner_n{
		height:375px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:338px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:319px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:300px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:270px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:240px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:232px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:180px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:150px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:127px;
	}
}
/* position
-------------------------------------------------------------- */
.position {
	width: 100%;
	overflow: hidden;
}
.positionnr .positionrt{
	font-size: 18px;
	color: #023cc1;
	line-height: 30px;
	padding: 22px 0 22px 33px;
	background:url(../images/icon21.png) no-repeat left center;
}
.positionnr .positionrt a {
	font-size: 18px;
	color: #023cc1;
}
.position a:hover {
	color: #023cc1;
}
/* 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:72px;
	position:relative;
}
.menu_n ul li::after{
	content:"";
	width:0;
	height:2px;
	background:#023cc1;
	position:absolute;
	left:0;
	bottom:18px;
	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:18px;
	color:#2c3441;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#023cc1;
}
/* nmenu
-------------------------------------------------------------- */
.nmenu {
	overflow: hidden;
	margin-top:30px;
}
.nmenu ul {
	width:100%;
	overflow: hidden;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 40px;
	text-align: center;
	border-bottom:solid 2px rgba(150,150,150,0.8);
	margin-right:25px;
}
.nmenu ul li a {
	font-size: 16px;
	color: #343434;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	border-bottom:solid 2px #005bac;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#005bac;
}


/* ntit
-------------------------------------------------------------- */
.ntit{
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow: hidden;
	color: #fff;
    font-size: 40px;
    line-height: 50px;
	font-weight:normal;
	}
.ntit p {
    width: 100%;
    overflow: hidden;
    font-family:Arial;
    color: #fff;
    font-size:16px;
	line-height:30px;
}
/* nabout
-------------------------------------------------------------- */
.about_n{
	margin-top:66px;
	margin-bottom:116px;
	}
.aboutnr_n{
	width:100%;
	overflow:hidden;
	padding:0 21%;
}
.abouttit_n{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #181818;
	border-bottom:solid 1px #181818;
	padding:66px 0 86px 0;
}
.abouttit_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#1b1b1a;
	line-height:50px;
	font-weight:normal;
	text-align:center;
}
.aboutjs_n{
	width:100%;
	overflow:hidden;
	color:#1b1b1a;
	font-size:22px;
	line-height:32px;
	text-align:center;
	margin-top:32px;
}
.aboutms_n,.aboutms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#1b1b1a;
	line-height:30px;
}
.aboutms_n{
	margin-top:62px;
}
/* dsj_n
-------------------------------------------------------------- */
.dsj_n{
	width:100%;
	overflow:hidden;
	background:url(../images/dsjbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:130px;
	padding-bottom:96px;
	position:relative;
}
.dsjnr_n{
	width:100%;
	overflow:hidden;
	margin-top:92px;
	padding-left:11.3%;
	position:relative;
}
.dsjnr_n::after{
	content:"";
	width:100%;
	height:2px;
	background:#e1e1e1;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-0.5px;
}
.dsjnr_n .swiper-container{
	overflow:hidden;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n{
	margin-top:252px;
	padding-top:40px;
}
.dsjlist_n{
	width:100%;
	height:252px;
	position:relative;
}
.dsjlist_n h5,.dsjlist_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n .swiper-slide .dsjlist_n::before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 16px;
    position: absolute;
    left: 0;
}
.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::before{
	bottom: -8px;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::before{
	top: -8px;
}
.dsjnr_n .swiper-slide .dsjlist_n::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 6px;
    position: absolute;
    left: 5px;
}
.dsjnr_n .swiper-slide:nth-child(2n+1) .dsjlist_n::after{
	bottom: -3px;
}
.dsjnr_n .swiper-slide:nth-child(2n) .dsjlist_n::after{
	top: -3px;
}
.dsjlist_n h5{
	font-size:24px;
	color:#fff;
	font-weight:normal;
	margin-bottom:8px;
}
.dsjlist_n h5 span{
	font-size:42px;
	color:#fff;
	font-family:Arial;
	font-weight:bold;
	margin-right:10px;
}
.dsjlist_n p{
	font-size:18px;
	color:#fff;
	line-height:30px;
}

.dsjnr_n dl,.dsjnr_n dl dt,.dsjnr_n dl dd,.dsjyear_n,.dsjyear_n p{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dt{
	font-size:22px;
	font-family:Arial;
	line-height:32px;
	color:#bbbbbb;
	margin-bottom:7px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n .swiper-slide-active dl dt,.dsjnr_n dl:hover dt{
	color:#de5413;
}
.dsjnr_n dl dd .dsjjs_n,.dsjnr_n dl dd p{
	font-size:16px;
	color:#bbbbbb;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjjs_n,.dsjnr_n dl:hover dd p,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n,.dsjnr_n .swiper-slide-active dl dd .dsjjs_n p{
	color:#181818;
}
.dsjnr_n dl dd .dsjjs_n{
	padding-right:60px;
	min-height: 125px;
}
.dsjnr_n dl dd .dsjbg_n,.dsjnr_n dl dd .dsjjs_n{
	width:100%;
	overflow:hidden;
}
.dsjnr_n dl dd .dsjbg_n img{
	width:100%;
	height:auto;
	opacity:0.2;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.dsjnr_n dl:hover dd .dsjbg_n img,.dsjnr_n .swiper-slide-active dl dd .dsjbg_n img{
	opacity:1;
}
.dsj_n .swiper-button{
	overflow:hidden;
	position:absolute;
	right:11.6%;
	top:138px;
	z-index:99;
}
.dsj_n .swiper-button div{
	width:52px;
	height:52px;
	float:left;
}
.dsj_n .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-next{
	margin-left:32px;
	background:url(../images/next.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-disabled{
	opacity:0.6;
}
.qywh_n,.qywh_n ul{
	width:100%;
	overflow:hidden;
}
.qywh_n ul li{
	padding:0;
	height:350px;
	position:relative;
}
.qywh_n ul li > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.qywh_n ul li:hover > img{
	transform:scale(1.02);
}
.qywh_n ul li .qywhnr_n{
	width:100%;
	overflow:hidden;
	padding:0 56px;
	display:flex;
	justify-content:space-between;
	align-items: flex-end;
	position:absolute;
	left:0;
	bottom:42px;
	z-index:9;
}
.qywh_n ul li .qywhnr_n dl{
	overflow:hidden;
}
.qywh_n ul li .qywhnr_n dl dt,.qywh_n ul li .qywhnr_n dl dd{
	overflow:hidden;
}
.qywh_n ul li .qywhnr_n dl dd{
	font-size:30px;
	color:#fff;
	line-height:40px;
	margin-top:10px;
}
.aboutbot_n{
	padding:113px 0;
}
.aboutbot_n h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	line-height:50px;
	font-weight:normal;
	text-align:center;
	color:#1b1b1a;
	margin-bottom:55px;
}
.aboutbtn_n{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.aboutbtn_n a{
	font-size:18px;
	color:#023cc1
}
.aboutbtn_n i{
	margin-left:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.aboutbtn_n a:hover i{
	margin-left:30px;
}
/* price
-------------------------------------------------------------- */
.bg_n{
	background:#f6f6f6;
}
.price{
	margin-top:60px;
	margin-bottom:60px;
}
.pricenr{
	width:100%;
    overflow:hidden;
	background:#fff;
	border-radius:15px;
	padding:75px;
}
.pricejs{
	margin-top:62px;
}
.pricejs,.pricejs h5,.pricejs p{
	width:100%;
    overflow:hidden;
}
.pricejs,.pricejs p{
	font-size:16px;
	color:#1b1b1a;
	line-height:30px;
}
.pricejs h5{
	font-size:20px;
	color:#1b1b1a;
	line-height:30px;
}
/* ywly_n
-------------------------------------------------------------- */
.ywly_n{
    margin-top:60px;
	margin-bottom:60px;
}
.ywlylf_n{
	width:25%;
	overflow:hidden;
}
.ywlylf_n ul,.ywlylf_n ul li{
	width:100%;
	overflow:hidden;
}
.ywlylf_n ul li{
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #d1d1d1;
	padding:18px 0;
	display:flex;
	align-items:center;
	margin-top:7px;
}
.ywlylf_n ul li:first-child{
	padding-top:0;
}
.ywlylf_n ul li a{
	color:#1b1b1a;
	font-size:20px;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.ywlylf_n ul li i{
	margin-right:30px;
}
.ywlylf_n ul li:hover a,.ywlylf_n ul li.active a{
	color:#023cc1;
}
.ywlyrt_n{
	width:67%;
	overflow:hidden;
}
.ywlyrt_n h3{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#1b1b1a;
	line-height:46px;
	font-weight:normal;
	border-bottom:solid 1px #e8e8e8;
	padding-bottom:40px;
}
.ywlynr_n,.ywlynr_n p{
	width:100%;
	overflow:hidden;
}
.ywlynr_n{
	margin-top:58px;
}
.ywlynr_n p{
	font-size:16px;
	color:#202020;
	line-height:30px;
}
/* team
-------------------------------------------------------------- */
.team{
	margin-top:60px;
	margin-bottom:60px;
}
.teamnr,.teamnr ul{
	width:100%;
	overflow:hidden;
}
.teamnr ul{
	display:flex;
	flex-wrap:wrap;
}
.teamnr ul li{
	width:49.5%;
	height:618px;
	overflow:hidden;
	margin:10px 1% 10px 0;
}
.teamnr ul li:nth-child(2n){
	margin-right:0;
}
.teamnr ul li .teamimg,.teamnr ul li .teamtext{
	padding:0;
	height:100%;
}
.teamtextnr{
	width:100%;
	overflow:hidden;
}
.teamnr ul li .teamimg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.teamnr ul li .teamtext{
	padding:0 40px;
	background:#f2f2f2;
	display:flex;
	align-items:center;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.teamnr ul li:hover .teamtext{
	background:#023cc1;
}
.teamnr ul li .teamtext h5{
	width:100%;
	overflow:hidden;
	font-size:34px;
	color:#343434;
	line-height:44px;
}
.teamnr ul li .teamtext p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:30px;
	margin-top:14px;
}
.teamnr ul li .teamtext hr{
	width:100%;
	border:none;
	border-bottom:solid 1px #999;
	margin:18px 0;
}
.teamnr ul li .teamtext .more{
	font-size:16px;
	color:#000;
	line-height:30px;
	display:flex;
	align-items:center;
}
.teamnr ul li .teamtext .more i{
	margin-left:18px;
}
.teamnr ul li .teamtext .more i .iconimgh,.teamnr ul li:hover .teamtext .more i .iconimg{
	display:none;
}
.teamnr ul li:hover .teamtext .more i .iconimgh{
	display:block;
}
.teamnr ul li:hover .teamtext h5,.teamnr ul li:hover .teamtext p,.teamnr ul li:hover .teamtext .more{
	color:#fff;
}
.teamnr ul li:hover .teamtext hr{
	border-color:#fff;
}
.teamlf{
	width:17%;
	overflow:hidden;
	background:#fff;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.teamlf.fixed {
	position: fixed;
	top: 120px;
	z-index: 100;
}
.teamlf ul,.teamlf ul li{
	width:100%;
	overflow:hidden;
}
.teamlf ul li{
	border-bottom:solid 1px #dedede;
	font-size:16px;
	color:#000;
	line-height:30px;
	padding:16px 0;
	position:relative;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.teamlf ul li::after{
	content:"";
	width:0;
	height:1px;
	background:#023cc1;
	position:absolute;
	left:0;
	bottom:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}
.teamlf ul li.cur{
	color:#023cc1;
}
.teamlf ul li.cur::after{
	width:100%;
}
.teamlf .lawyer{
	width:100%;
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	margin:20px 0;
}
.teamlf .lawyer .lawyerimg{
	width:90px;
	height:90px;
	overflow:hidden;
	border-radius:50%;
	border: solid 1px #fff;
    box-shadow: 0px 8px 6px 0px rgb(0 0 0 / 16%);
	margin-right:18px;
}
.teamlf .lawyer .lawyerimg img{
	width:100%;
	height:100%;
	object-fit: contain;
}
.teamlf .lawyer .lawyertxt{
	overflow:hidden;
}
.teamlf .lawyer .lawyertxt h5,.teamlf .lawyer .lawyertxt p{
	width:100%
	overflow:hidden;
}
.teamlf .lawyer .lawyertxt h5{
	font-size:24px;
	color:#000;
	line-height:34px;
}
.teamlf .lawyer .lawyertxt p{
	font-size:16px;
	color:#333;
	line-height:30px;
}
.lawyertel{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
}
.teamrt{
	width:66%;
	overflow:hidden;
}
.teamrt .section,.teamrt h5,.teamrt p,.teamrt hr{
	width:100%;
	overflow:hidden;
}
.teamrt h5{
	font-size:24px;
	color:#023cc1;
	line-height:34px;
	margin-bottom:10px;
}
.teamrt p{
	color:#3f3f3f;
	font-size:16px;
	line-height:30px;
}
.teamrt hr,.teamlf hr{
	border:none;
	border-bottom:solid 1px #dedede;
	margin:26px 0;
}
.scroll-indicator {
            position: fixed;
            bottom: 20px;
            right: 20px;
            background: #2c5282;
            color: white;
            padding: 10px 15px;
            border-radius: 50px;
            font-size: 14px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            display: none;
        }
/* nnews
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:60px;
	}
.newsnr_n,.newsnr_n ul,.newsnr_n ul li{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li{
	border-bottom:solid 1px #dedfdf;
	padding-bottom:60px;
	margin-bottom:60px;
	}
.newsnr_n ul li p,.newsnr_n ul li h5,.newsnr_n ul li .newsmore_n{
	width:100%;
	overflow:hidden;
}
.newsnr_n ul li p{
	font-size:18px;
	color:#999;
	line-height:30px;
}
.newsnr_n ul li h5{
	font-size:30px;
	color:#333333;
	line-height:40px;
	font-weight:normal;
	margin-top:10px;
}
.newsnr_n ul li .newsmore_n{
	margin-top:30px;
}
.newsnr_n ul li .newsmore_n .newsbtn_n{
	width:235px;
	height:60px;
	line-height:60px;
	text-align:center;
	position:relative;
}
.newsnr_n ul li .newsmore_n .newsbtn_n .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
    color: #666666;
}
.newsnr_n ul li .newsmore_n .newsbtn_n .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
	font-size:16px;
    color: #666666;
}
.newsnr_n ul li .newsmore_n .newsbtn_n .txt2 {
    opacity: 0;
    -webkit-transform: translate3d(0, 35%, 0);
    transform: translate3d(0, 35%, 0);
}
.newsnr_n ul li .newsmore_n .newsbtn_n::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    background-color: #023cc1;
    border-radius: 2.3rem;
    transition: .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .5s cubic-bezier(.645, .045, .355, 1);
}
.newsnr_n ul li .newsmore_n .newsbtn_n::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #666666;
    box-sizing: border-box;
    border-radius: 2.3rem;
    transition: .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: .3s cubic-bezier(.645, .045, .355, 1);
}
.newsnr_n ul li .newsmore_n .newsbtn_n:hover::before {
    width: 100%
}

.newsnr_n ul li .newsmore_n .newsbtn_n:hover::after {
    border-color: #023cc1
}

.newsnr_n ul li .newsmore_n .newsbtn_n:hover .txt {
    color: #ffffff
}

.newsnr_n ul li .newsmore_n .newsbtn_n:hover .txt1 {
    opacity: 0;
    -webkit-transform: translate3d(0, -35%, 0);
    transform: translate3d(0, -35%, 0)
}

.newsnr_n ul li .newsmore_n .newsbtn_n:hover .txt2 {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 28px;
	line-height:38px;
    color: #262626;
	font-weight:normal;
    text-align: center;
	border-bottom:solid 1px #d9d9d9;
	padding-bottom:26px;
	}
.news_n .fbtime{
	width: 100%;
    overflow: hidden;
	margin-top:20px;
	text-align:center;
	font-size:16px;
	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: #333;
}
.news_n .fbnr p {
    width: 100% !important;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr span{
	font-size: 16px;
    line-height: 30px;
    color: #333;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto !important;
	}
/* honor_n
-------------------------------------------------------------- */
.honor_n,.bghj_n{
	margin-top:60px;
	margin-bottom:60px;
}
.honornr_n,.honornr_n ul,.bghjnr_n,.bghjnr_n ul{
	width:100%;
	overflow:hidden;
	}
.honornr_n ul,.bghjnr_n ul{
	display:flex;
	flex-wrap:wrap;
}
.honornr_n ul li{
	width:23%;
	height:277px;
	overflow:hidden;
	margin:20px 2% 20px 0;
	position:relative;
}
.bghjnr_n ul li{
	width:23%;
	height:261px;
	overflow:hidden;
	margin:20px 2% 20px 0;
	position:relative;
}
.honornr_n ul li:nth-child(4n),.bghjnr_n ul li:nth-child(4n){
	margin-right:0;
}
.honornr_n ul li img,.bghjnr_n ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height:auto;
}
.honornr_n ul li:hover img,.bghjnr_n ul li:hover img{
	transform:translate(-50%, -50%) scale(1.02);
}

/* messagenr_n
-------------------------------------------------------------- */
.message_n{
	width:100%;
	overflow:hidden;
	margin-top:110px;
}
.messagenr_n{
	width:100%;
	overflow:hidden;
	margin-top:45px;
}
.messagenr_n dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:30px;
	}
.messagenr_n dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	font-weight:normal;
	}
.messagenr_n dl dd{
	width:100%;
	overflow:hidden;
	}
.messagenr_n dl dd input{
	width:100%;
	overflow:hidden;
	font-size:15px;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding:0 20px 0 55px;
	color:#a3a3a3;
	}
.messagenr_n dl dd textarea{
	width:100%;
	height:300px;
	overflow:hidden;
	color:#a3a3a3;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding:18px 20px 18px 55px;
	background:#fff url(../images/icon40.png) no-repeat 24px 21px;
	}
.messagenr_n dl:last-child{
	width:100%;
	}
.messagenr_n dl:nth-child(2n+1){
	margin-right:1%;
	}
.messagenr_n dl:nth-child(2n){
	margin-left:1%;
	}
.messagenr_n dl:nth-child(5){
	width:100%;
	}
.messagenr_n dl:first-child dd input{
	background:#fff url(../images/icon36.png) no-repeat 24px center;
}
.messagenr_n dl:nth-child(2) dd input{
	background:#fff url(../images/icon37.png) no-repeat 24px center;
}
.messagenr_n dl:nth-child(3) dd input{
	background:#fff url(../images/icon38.png) no-repeat 24px center;
}
.messagenr_n dl:nth-child(4) dd input{
	background:#fff url(../images/icon39.png) no-repeat 24px center;
}
.messagenr_n .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:30px;
}
.messagenr_n .tjbtn button {
    width: 100%;
    height: 60px;
    background: #023cc1;
    color: #fff;
	text-align:center;
	font-size:16px;
}
.btn1{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	color:#343434;
	}
.btn1 .intxt{
	width:200px;
	height:40px;
	line-height:40px;
	overflow:hidden;
	font-size:16px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #e4e4e4;
	}
.btn1 a{
	color:#343434;
}

/* contact_n
-------------------------------------------------------------- */
.bg2_n{
	background:#f9f9f9;
}
.contact_n{
	margin-top:80px;
	margin-bottom:80px;
}
.contact_n ul{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.contact_n ul li{
	width:49.3%;
	overflow:hidden;
}
.contact_n ul li .contactimg_n{
	width:100%;
	overflow:hidden;
}
.contact_n ul li .contactimg_n img{
	width:100%;
	height:auto;
}
.contact_n ul li .contactimg_n:hover img{
	transform:scale(1.02);
}
.contact_n ul li h3{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#1b1b1a;
	line-height:30px;
	margin-top:40px;
	margin-bottom:22px;
}
.contact_n ul li p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#8f8f8f;
	line-height:30px;
	margin-top:8px;
}
.contact_n ul li p a{
	font-size:15px;
	color:#8f8f8f;
}
.messagebg_n{
	width:100%;
	overflow:hidden;
	background:#f3f8fc;
	padding-top:100px;
	padding-bottom:100px;
}
.messagebg_n h3{
	width:100%;
	overflow:hidden;
	font-size:42px;
	line-height:52px;
	color:#333;
	font-weight:normal;
	text-align:center;
}
.messagebg_n hr{
	width:54px;
	border:none;
	border-bottom:solid 4px #023cc1;
	margin:30px auto 0;
}
.messagejs{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	color:#333333;
	line-height:34px;
	margin-top:52px;
}
.messagenrbg{
	width:100%;
	overflow:hidden;
	background:#fff;
	border-radius:15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
	padding:20px 60px 60px 60px;
	margin-top:50px;
}
.messagenr_lxfs{
	margin-top:0;
}
.messagenr_lxfs dl dd input{
	padding:0 20px;
}
.messagenr_lxfs dl dd input,.messagenr_lxfs dl dd textarea{
	background-image:none !important;
}
.messagenr_lxfs dl dd textarea{
	padding:20px;
}
.messagenr_lxfs .tjbtn{
	text-align:center;
}
.messagenr_lxfs .tjbtn button{
	width:235px;
	height:60px;
}

/* 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:#023cc1;
}

#toggleMenu{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
	.header .nav,.side,.toptel,.inline{
		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: #023cc1;
	  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: #023cc1;
	  -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: #023cc1;
	  -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:1%;
			  top:30px;
			  z-index:9999;
	}

	.toggle span {
	  height: 2px;
	  margin: 4px 5px;
	  width: 30px;
	  display: block;
	  background:#141414;
	  -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) {
	 .cont,.cont1{
		width:88%;
	}
	.header .nav{
		margin-right:30px;
	}
	.toptel{
		margin-left:30px;
	}
	.header .navbar_nav li{
		padding: 0 40px;
	}
	.ywlynr ul li{
		padding: 70px 50px 0 30px;
	}
	.ywlynr ul li i {
		width: 18%;
	}
	.ywlynr ul li .ywlycont{
		width: 81%;
	}
	.aboutlist{
		padding: 0 19%;
	}
	.aboutnr {
		padding: 0 22%;
	}
	.aboutnr_n{
		padding: 0 18%;
	}
	.honornr_n ul li{
		height:253px;
	}
	.bghjnr_n ul li{
		height:239px;
	}
	.teamnr ul li{
		height:564px;
	}
	.teamnr ul li .teamtext h5{
		font-size:30px;
		line-height:40px;
	}
	.footernr .footerrt{
		padding-left:60px;
	}
}
@media(max-width:1680px) {
	.header .navbar_nav li{
		padding: 0 35px;
	}
	.aboutnr {
		padding: 0 20%;
	}
	.aboutlist{
		padding: 0 17%;
	}
	.aboutnr_n {
        padding: 0 16%;
    }
	.honornr_n ul li{
		height:241px;
	}
	.bghjnr_n ul li{
		height:227px;
	}
	.teamnr ul li{
		height:536px;
	}
}
@media(max-width:1600px) {
	.header .navbar_nav li {
        padding: 0 25px;
    }
	.header .navbar_nav li > a{
		font-size:19px;
	}
	.ywlynr ul li {
        padding: 60px 30px 0 30px;
    }
	.aboutnr {
		padding: 0 18%;
	}
	.aboutlist{
		padding: 0 15%;
	}
	.aboutnr_n {
        padding: 0 14%;
    }
	.honornr_n ul li{
		height:229px;
	}
	.bghjnr_n ul li{
		height:216px;
	}
	.teamnr ul li{
		height:511px;
	}
	.card-img-150{
		height:213px;
	}
}
@media(max-width:1440px) {
	.header .nav{
		margin-right:20px;
	}
	.header .navbar_nav li > a{
		font-size:18px;
	}
	.toptel{
		margin-left:20px;
	}
	.header .navbar_nav li {
        padding: 0 20px;
    }
	.tit h3,.tit h3 a{
		font-size:45px;
		line-height:55px;
	}
	.tit p{
		font-size:22px;
		line-height:32px;
	}
	.ywlynr ul li .ywlycont h5{
		font-size:23px;
		line-height:33px;
	}
	.ywlynr ul li {
        padding: 50px 20px 0 20px;
    }
	.aboutnr {
		padding: 0 16%;
	}
	.aboutlist{
		padding: 0 13%;
	}
	.aboutlist ul li dl dt .timer{
		font-size:60px;
		line-height:60px;
	}
	.menu_n ul li{
		margin-right:40px;
	}
	.aboutnr_n {
        padding: 0 10%;
    }
	.abouttit_n h3{
		font-size:36px;
		line-height:46px;
	}
	.qywh_n ul li .qywhnr_n dl dd {
		font-size: 26px;
		line-height: 36px;
	}
	.qywh_n ul li .qywhnr_n{
		padding:0 40px;
		bottom:30px;
	}
	.honornr_n ul li{
		height:206px;
	}
	.bghjnr_n ul li{
		height:194px;
	}
	.pricenr{
		padding: 75px 60px;
	}
	.ywlyrt_n h3{
		font-size:32px;
		line-height:42px;
	}
	.ywlylf_n ul li i {
		margin-right: 20px;
	}
	.teamnr ul li{
		height:460px;
	}
	.teamnr ul li .teamtext h5{
		font-size:26px;
		line-height:36px;
	}
	.teamnr ul li .teamtext {
		padding: 0 30px;
	}
	.card-img-150{
		height:190px;
	}
}
@media(max-width:1360px) {
	.header .navbar_nav li {
        padding: 0 15px;
    }
	.header .navbar_nav li > a{
		font-size:17px;
	}
	.aboutnr {
		padding: 0 14%;
	}
	.aboutlist{
		padding: 0 11%;
	}
	.honornr_n ul li{
		height:195px;
	}
	.bghjnr_n ul li{
		height:183px;
	}
	.teamnr ul li{
		height:434px;
	}
	.card-img-150{
		height:179px;
	}
}
@media(max-width:1300px) {
	.ywlynr ul li .ywlycont .ywlymore{
		bottom:30px;
	}
	.teamnr ul li{
		height:415px;
	}
	.footernr .footerrt {
        padding-left: 50px;
    }
}
@media(max-width:1280px) {
	.logo img{
		height:50px;
	}
	.toptel{
		font-size:20px;
	}
	.search_box{
		bottom:100px;
	}
	.tit h3,.tit h3 a{
		font-size:42px;
		line-height:52px;
	}
	.tit p{
		font-size:20px;
		line-height:30px;
	}
	.aboutnr {
		padding: 0 12%;
	}
	.aboutlist{
		padding: 0 9%;
	}
	.aboutlist ul li dl dt .timer {
        font-size: 50px;
        line-height: 50px;
    }
	.menu_n ul li {
        margin-right: 30px;
    }
	.qywh_n ul li .qywhnr_n dl dd {
        font-size: 24px;
        line-height: 34px;
    }
	.honornr_n ul li{
		height:183px;
	}
	.bghjnr_n ul li{
		height:173px;
	}
	.ywlylf_n ul li i {
		margin-right:15px;
	}
	.teamnr ul li{
		height:409px;
	}
	.card-img-150{
		height:167px;
	}
}
@media(max-width:1200px) {
	.logo img{
		height:45px;
	}
	.header .navbar_nav li > a {
        font-size: 16px;
    }
}
@media(max-width:1152px) {
	.toptel {
        font-size:18px;
    }
	.header .nav {
        margin-right:10px;
    }
	.toptel {
        margin-left:10px;
    }
	.toptel i {
		margin-right:5px;
	}
	.header .navbar_nav li {
        padding: 0 12px;
    }
	.ywlynr ul li .ywlycont h5{
        font-size: 20px;
        line-height: 30px;
    }
	.ywlynr ul li {
        padding: 30px 15px 0 15px;
    }
	.aboutnr {
		padding: 0 10%;
	}
	.honornr_n ul li{
		height:165px;
	}
	.bghjnr_n ul li{
		height:155px;
	}
	.teamnr ul li{
		height:368px;
	}
}
@media(max-width:1080px) {
	.logo img{
		height:40px;
	}
}

@media(max-width:1024px) {
	.honornr_n ul li{
		height:146px;
	}
	.bghjnr_n ul li{
		height:138px;
	}
	.teamnr ul li{
		height:327px;
	}
}
@media(max-width:1023px) {
	.aboutnr {
		padding:0;
	}
	.aboutnr_n,.aboutlist{
        padding:0;
    }
	.ywlylf_n,.ywlyrt_n{
		width:100%;
	}
	.ywlyrt_n{
		margin-top:40px;
	}
	.ywlynr_n{
		margin-top: 40px;
	}
	.message_n{
		margin-top: 60px;
	}
	.messagenr_n{
		margin-top: 20px;
	}
	.footer{
		padding:60px 0 0 0;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.footernr .footerrt{
		margin-top:30px;
		padding-left:0;
		border-left:none;
	}
	.footertop {
		margin-bottom: 40px;
	}
	.footernr ul li h4{
		margin-bottom:10px;
	}
	.footernr ul li p{
		display:none;
	}
	.bot {
		margin-top:40px;
		padding:20px 0;
	}
}
@media(max-width:991px) {
	.header{
		height:60px;
	}
	.logo img {
        height:40px;
    }
	.toggle{
		top:10px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.search_box {
        bottom: 70px;
    }
	.tit h3,.tit h3 a{
		font-size:38px;
		line-height:48px;
	}
	.tit p{
		font-size:18px;
		line-height:28px;
	}
	.ywlynr ul li{
		width:49%;
	}
	.ywly {
		padding-top:60px;
		padding-bottom:60px;
	}
	.about{
		padding-top:60px;
		padding-bottom:60px;
	}
	.aboutlist{
		margin-top:40px;
	}
	.ntit h3{
		font-size:35px;
		line-height:45px;
	}
	.ntit p{
		font-size:15px;
	}
	.menu_n,.positionnr .positionrt{
		width:100%;
	}
	.positionnr .positionrt{
		padding:10px 0 10px 33px;
		background-position: left 14.5px;
	}
	.positionnr .positionrt,.positionnr .positionrt a{
		font-size:16px;
	}
	.menu_n ul li{
		line-height:40px;
	}
	.menu_n ul li::after{
		bottom:0;
	}
	.about_n {
		margin-top: 60px;
		margin-bottom: 60px;
	}
	.abouttit_n{
		padding:40px 0;
	}
	.abouttit_n h3 {
        font-size: 32px;
        line-height: 42px;
    }
	.aboutjs_n{
		margin-top:25px;
		font-size:20px;
		line-height:30px;
	}
	.aboutms_n {
		margin-top: 40px;
	}
	.dsj_n{
		padding-top:60px;
		padding-bottom:60px;
	}
	.dsjlist_n p {
		font-size: 16px;
		line-height: 26px;
	}
	.dsjlist_n h5 span {
		font-size: 38px;
	}
	.dsjlist_n h5{
		font-size:22px;
		line-height:32px;
	}
	.qywh_n ul li .qywhnr_n {
		padding: 0 30px;
	}
	.aboutbot_n {
		padding: 60px 0;
	}
	.aboutbot_n h3{
		font-size:35px;
		line-height:45px;
		margin-bottom:30px;
	}
	.honornr_n ul li{
		width:32%;
		height:197px;
		margin: 15px 2% 15px 0;
	}
	.bghjnr_n ul li{
		width:32%;
		height:186px;
		margin: 15px 2% 15px 0;
	}
	.honornr_n ul li:nth-child(3n),.bghjnr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.honornr_n ul li:nth-child(3n+1),.bghjnr_n ul li:nth-child(3n+1){
		margin-right:2%;
	}
	.pricenr {
        padding: 60px 50px;
    }
	.newsnr_n ul li h5{
		font-size:26px;
		line-height:36px;
	}
	.newsnr_n ul li .newsmore_n .newsbtn_n {
		width: 150px;
		height: 50px;
		line-height: 50px;
	}
	.newsnr_n ul li{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.news_n h1{
		font-size:24px;
		line-height:34px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align:left;
	}
	.messagenrbg{
		padding: 20px 40px 60px 40px;
	}
	.messagebg_n {
		padding-top:60px;
		padding-bottom:60px;
	}
	.messagebg_n h3{
		font-size:38px;
		line-height:48px;
	}
	.messagejs{
		margin-top:30px;
		font-size:20px;
		line-height:30px;
	}
	.teamnr ul li{
		width:100%;
		height:633px;
	}
	.teamlf{
		display:none;
	}
	.teamrt{
		width:100%;
	}
	.bot .botlf, .bot .botrt{
		text-align:center;
	}
}
@media(max-width:860px) {
	.honornr_n ul li{
		height:171px;
	}
	.bghjnr_n ul li{
		height:161px;
	}
	.teamnr ul li{
		height:549px;
	}
}
@media(max-width:820px) {
	.honornr_n ul li{
		height:163px;
	}
	.bghjnr_n ul li{
		height:154px;
	}
	.teamnr ul li{
		height:524px;
	}
}
@media(max-width:768px) {
	.search_box{
		width:50%;
		margin-left:-25%;
		bottom:40px;
	}
	.aboutlist ul li dl dt .timer {
        font-size:45px;
        line-height:45px;
    }
	.aboutlist ul li dl dt,.aboutlist ul li dl dd{
		font-size:15px;
	}
	.honornr_n ul li{
		height:153px;
	}
	.bghjnr_n ul li{
		height:144px;
	}
	.ywlyrt_n h3 {
        font-size: 28px;
        line-height: 38px;
    }
	.newsnr_n ul li h5{
		font-size:24px;
		line-height:34px;
	}
	.teamnr ul li{
		height:490px;
	}
	.teamnr ul li .teamtext h5 {
        font-size: 24px;
        line-height: 34px;
    }
}
@media(max-width:767px) {
	.ywlynr ul li{
		width:100%;
		height:auto;
		padding: 30px 15px;
		margin:20px 0;
	}
	.ywlynr ul li .ywlycont .ywlymore{
		position:inherit;
		margin-top:20px;
	}
	.honornr_n ul li{
		width:49%;
		margin: 10px 2% 10px 0;
		height:234px;
	}
	.bghjnr_n ul li{
		width:49%;
		margin: 10px 2% 10px 0;
		height:221px;
	}
	.honornr_n ul li:nth-child(2n),.bghjnr_n ul li:nth-child(2n){
		margin-right:0;
	}
	.honornr_n ul li:nth-child(2n+1),.bghjnr_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.contact_n {
        margin-top:40px;
        margin-bottom:40px;
	}
	.contact_n ul li{
		width:100%;
		margin:20px 0;
	}
	.contact_n ul li h3{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.bottel,.map{
		width:100%;
	}
	.map{
		margin-top:30px;
	}
	.bottel h4{
		margin-bottom:20px;
	}
	.bottel p{
		margin-top:5px;
	}
}
@media(max-width:640px) {
	.logo img {
        height: 30px;
    }
	.search_box,.shubiao{
		display:none;
	}
	.tit h3,.tit h3 a{
		font-size:34px;
		line-height:44px;
	}
	.tit p{
		font-size:16px;
		line-height:26px;
	}
	.aboutlist ul li{
		width:50%;
		margin:10px 0;
		text-align:center;
	}
	.aboutlist ul li:nth-child(2n){
		display:none;
	}
	.ntit h3{
		font-size:32px;
		line-height:42px;
	}
	.ntit p{
		font-size:14px;
	}
	.menu_n ul li {
        margin-right: 0;
        width: 25%;
        text-align: center;
    }
	.abouttit_n h3 {
        font-size: 30px;
        line-height: 40px;
    }
	.dsj_n .swiper-button div {
		width: 16px;
		height: 30px;
	}
	.dsj_n .swiper-button .swiper-button-next{
		margin-left: 20px;
	}
	.aboutbot_n h3{
		font-size:32px;
		line-height:42px;
	}
	.honornr_n ul li{
		height:195px;
	}
	.bghjnr_n ul li{
		height:184px;
	}
	.pricenr {
        padding: 50px 30px;
    }
	.messagenr_n dl{
		width:100%;
	}
	.messagenr_n dl:nth-child(2n){
		margin-left:0;
	}
	.messagenr_n dl:nth-child(2n+1){
		margin-right:0;
	}
	.messagenr_n dl dd textarea{
		height:220px;
	}
	.btn1 .intxt{
		width:150px;
	}
	.messagenrbg{
		padding: 0 30px 60px 30px;
	}
	.messagebg_n h3{
		font-size:34px;
		line-height:44px;
	}
	.teamnr ul li{
		height:409px;
	}
	.teamnr ul li .teamtext h5 {
        font-size: 22px;
        line-height: 32px;
    }
	.teamnr ul li .teamtext {
        padding: 0 20px;
    }
	.card-body h5{
		font-size:14px;
	}
}
@media(max-width:540px) {
	.qywh_n ul li{
		height:295px;
	}
	.honornr_n ul li{
		height:165px;
	}
	.bghjnr_n ul li{
		height:155px;
	}
	.teamnr ul li{
		height:345px;
	}
	.card-img-150{
		height:139px;
	}
}
@media(max-width:425px) {
	.tit h3,.tit h3 a{
		font-size:30px;
		line-height:40px;
	}
	.tit p{
		font-size:14px;
		line-height:24px;
	}
	.ywlynr ul li i,.ywlynr ul li .ywlycont{
		width:100%;
	}
	.ywlynr ul li .ywlycont{
		margin-top:20px;
	}
	.aboutlist ul li dl dt .timer {
        font-size: 40px;
        line-height: 40px;
    }
	.aboutlist ul li dl dt, .aboutlist ul li dl dd {
        font-size: 14px;
    }
	.menu_n ul li a{
		font-size:16px;
	}
	.qywh_n ul li{
		height:232px;
	}
	.qywh_n ul li .qywhnr_n{
		bottom:20px;
	}
	.qywh_n ul li .qywhnr_n dl dd {
        font-size: 22px;
        line-height: 32px;
    }
	.qywh_n ul li .qywhnr_n {
        padding: 0 20px;
    }
	.honornr_n ul li{
		height:129px;
	}
	.bghjnr_n ul li{
		height:122px;
	}
	.teamnr ul li{
		height:271px;
	}
	.teamnr ul li .teamtext h5 {
        font-size: 20px;
        line-height: 30px;
    }
	.teamnr ul li .teamtext{
        padding: 0 15px;
    }
	.card-img-150{
		height:106px;
	}
}
@media(max-width:375px) {
	.menu_n ul li{
		width:50%;
	}
	.honornr_n ul li{
		height:114px;
	}
	.bghjnr_n ul li{
		height:108px;
	}
	.teamnr ul li{
		height:239px;
	}
	.card-img-150{
		height:92px;
	}
}
@media(max-width:320px) {
	.honornr_n ul li{
		height:97px;
	}
	.bghjnr_n ul li{
		height:92px;
	}
	.teamnr ul li{
		height:204px;
	}
}