@charset "utf-8";



/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */

@font-face
{
	font-family: myFirstFont;
	src: url('../font/SOURCEHANSANSCN-REGULAR.OTF'),
		 url('../font/SOURCEHANSANSCN-REGULAR.eot'); /* IE9 */
}
@font-face
{
	font-family: myTwoFont;
	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:"myFirstFont","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:"myFirstFont","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: 998;
	top:0;
	padding:0 0 0 1%;
	}
.logo{
	overflow:hidden;
	padding:20px 0;
}
.toptel{
	width:100px;
	height:100%;
	background:#024d9e url(../images/icon2.png) no-repeat center;
}
.language{
	width:100px;
	height:100%;
	background:#273e71;
	font-size:16px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	line-height:100px;
	position:relative;
}
.language a{
	font-size:16px;
	color:#fff;
}
.language a i{
	margin-left:10px;
}
.language .languagenr{
	width:100px;
    display: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.language .languagenr p{
	width:100%;
	padding:0;
	background: rgba(39,62,113,0.8);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:1px 0 0 0;
}
.language .languagenr p a {
	width:100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
	display:block;
}
.language .languagenr p:hover{
	background:#273e71;
}
.small{
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
	
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {

  list-style: none;

  padding: 0;

}



.menu > li {

  position: relative;

  display: inline-block;

  outline: 0;

}



.submenu {

  position: absolute;

  left: 0;

  top: 100%;

  z-index: 0;

  overflow: hidden;

  /* IE8 needs this */

  overflow: hidden\0/ !important;

  max-height: 0;

  /* A .submenu should be only revealed when hovering the .menu */

  pointer-events: none;

}



.menu > li:hover .submenu, .menu > li:focus .submenu {

  pointer-events: auto;

  z-index: 10;

  max-height: 2000px;

  -webkit-transition: none;

     -moz-transition: none;

}



/* Default

 ================================================================= */

.submenu li {

  opacity: 0;



  -webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;

     -moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;

      -ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;

       -o-transition: opacity .4s,      -o-transform .6s, max-height .6s;

          transition: opacity .4s,         transform .6s, max-height .6s;

}



.menu > li:hover .submenu li, .menu > li:focus .submenu li {

  opacity: 1;



  -webkit-transform: none;

     -moz-transform: none;

      -ms-transform: none;

       -o-transform: none;

          transform: none;

}

/* Shield

 ================================================================= */

.shield {

  overflow: visible;



  -webkit-perspective: 400px;

     -moz-perspective: 400px;

      -ms-perspective: 400px;

       -o-perspective: 400px;

          perspective: 400px;

}



.shield li {

  -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;



  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);

}
.nav{
	text-align:right;
	margin-right:56px;
}
.nav > ul{

	display:inline-block;
	margin:0;
	}

.nav span{

	display:block !important;

	width:100%;

	line-height:20px;
	font-size:13px;
	font-family:Arial;
	color:#b8b8b8;
	text-transform:uppercase;
}


.nav .menu > li{
	float:left;
	text-align:center;
	line-height:100px;
	position:relative;
	}
.nav .menu > li:after{
	content:"";
	width:1px;
	height:14px;
	background:#393536;
	position:absolute;
	top:43px;
	right:0;
	}
.nav .menu > li:before{
	content:"";
	width:1px;
	height:14px;
	background:#d6d6d6;
	position:absolute;
	top:43px;
	right:1px;
	}
.nav .menu > li:last-child:after,.nav .menu > li:last-child:before{
	display:none;
}

.nav .menu > li a{
	font-size:17px;
	color:#393536;
	display:block;
	padding:0 40px;
	line-height:100px;
	}

.nav .menu > li:hover a,.nav .menu > li.active a{
	font-weight:bold;
}


.nav .menu > li .submenu{

	width:200px;
	left:50%;
	margin-left:-100px;

	}

.nav .menu > li .submenu li{

	width:100%;
	line-height:30px;
	padding:5px 0;
	background: rgba(39,62,113,0.8);
	text-align:center;
	margin-top:1px;

}

.nav .menu > li .submenu li a{

	display:block;
	color:#fff;
	background:none;
	font-size:14px;
	padding:0;
	line-height:30px;
}

.nav .menu > li .submenu li:hover{

	background:#273e71;

}

.cont{
	width:1476px;
	overflow:hidden;
	margin:auto;
	}
.cont1{
	width:1476px;
	height:auto;
	margin:auto;
	}

/* banner

-------------------------------------------------------------- */
.banner{
	width:100%;
	overflow:hidden;
	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%;
	height:900px;
	overflow:hidden;
	position:relative;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner .img{
		height:1200px;
	}
}
@media(max-width:1680px) {
	.banner .img{
		height:788px;
	}
}
@media(max-width:1440px) {
	.banner .img{
		height:675px;
	}
}
@media(max-width:1360px) {
	.banner .img{
		height:638px;
	}
}
@media(max-width:1280px) {
	.banner .img{
		height:600px;
	}
}
@media(max-width:1152px) {
	.banner .img{
		height:540px;
	}
}
@media(max-width:1024px) {
	.banner .img{
		height:480px;
	}
}
.banner .swiper-slide .img img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.indexbg{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.35);
	position:absolute;
	left:0;
	top:0;
}
.banner .img .banner1-1{
	width:33%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	top:50%;
	margin-top: -43.5px;
	z-index:99;
}
.banner .img .banner2-1{
	width:26.5%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	top:50%;
	margin-top: -43.5px;
	z-index:99;
}
.banner .img .banner3-1{
	width:31.6%;
	overflow:hidden;
	position:absolute;
	left:11.5%;
	top:50%;
	margin-top: -43.5px;
	z-index:99;
}
.banner .img .banner1-1 img,.banner .img .banner2-1 img,.banner .img .banner3-1 img{
	max-width:100%;
	width:auto;
	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;
}
.banner video{ width:100%; height:100%; object-fit: cover;}
.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
}
.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
}

.banner .swiper-container-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}
.mban{
	display:none;
}
/*shubiao*/
.shubiao{
	padding-top:20px;
	position:absolute;
	right:28px;
	bottom:25px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:116px;
	background:#fff;
	position:absolute;
	left:27.5px;
	bottom:100px;
}
.mouse {
  position: relative;
  width: 22px;
  height: 36px;
  border-radius: 30px;
  border: 2px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3.5px;
  height: 8px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
.shubiao p{
	width:100%;
	overflow:hidden;
	text-align:center;
	color:#fff;
	line-height:30px;
}

@-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);
  }
}
.banner_more{
	overflow:hidden;
	font-size:16px;
	color:#fff;
	line-height:30px;
	position:absolute;
	left:18%;
	bottom:124px;
	z-index:99;
}

.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{
	overflow:hidden;
	position:absolute;
	right:30%;
	bottom:40px;
	z-index:100;
	right:36px;
	}
.banner .swiper-button div{
	width:13px;
	height:20px;
	outline:none;
	float:left;
	border-radius:50%;
	}
.banner .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.banner .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:30px;
	}
.banner .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}
.banner .swiper-button-lock {
	display: none
}

.banner .swiper-pagination {
	position: absolute;
	text-align: center;
	bottom:79px;
	left:10%;
	-webkit-transition: .3s opacity;
	-o-transition: .3s opacity;
	transition: .3s opacity;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 99;
}
.banner .swiper-pagination .swiper-pagination-bullet{
	float:left;
	width:10px;
	height:10px;
	background:#fff;
	border-radius:50%;
	display:block;
	color:rgba(255,255,255,0.3);
	margin:0 19px;
	font-size:22px;
	font-family:Arial;
	line-height:30px;
	position:relative;
	}
.banner .swiper-pagination .swiper-pagination-bullet:before{
	content:"";
	width:20px;
	height:20px;
	border:solid 1px #fff;
	border-radius:50%;
	position:absolute;
	left:-5px;
	top:-5px;
	opacity:0;
}
.banner .swiper-pagination .swiper-pagination-bullet:hover:before,.banner .swiper-pagination .swiper-pagination-bullet-active:before{
	opacity:1;
	}

.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:#b1b1b1;
	line-height:40px;
	font-size:16px;
}
.swiper-pagination-fraction .swiper-pagination-current{
	color:#cf1423;
	font-size:26px;
	font-weight:bold;
}

.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)
}

.zsjmnr .swiper-pagination-bullet {
	width: 144px;
	height: 2px;
	display: inline-block;
	background: #fff;
	margin:10px 0;
	outline:none;
}

.zsjmnr  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
}

.zsjmnr  .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.zsjmnr  .swiper-pagination-bullet-active {
	background: #b50b1e;
}

.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 {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.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*/

/* tit

-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit p{
	width:100%;
	overflow:hidden;
	font-size:75px;
	color:#273e71;
	line-height:75px;
	text-transform:uppercase;
	font-family: myTwoFont;
	margin-top:5px;
}
.tit h3{
	width:100%;
	overflow:hidden;
	padding-left:42px;
	font-weight:normal;
	font-size:22px;
	color:#273e71;
	line-height:32px;
	position:relative;
	margin-bottom:17px;
	}
.tit h3 a{
	font-size:22px;
	color:#273e71;
	}
.tit h3:before{
	content:"";
	width:28px;
	height:1px;
	background:#273e71;
	position:absolute;
	left:0;
	top:15.5px;
	}
.bg{
	background:#f7f7f7;
	}
/* more
-------------------------------------------------------------- */
.more{
	width:210px;
	height:60px;
	line-height:60px;
	background:#fff url(../images/icon4.png) no-repeat 88% center;
	padding-left:46px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.more a{
	display:block;
	font-size:16px;
	color:#1a1a1a;
	}
.more:hover{
	background:#024d9e url(../images/iconh4.png) no-repeat 92% center;
	}
.more:hover a{
	color:#fff;
	}

/* about
-------------------------------------------------------------- */
.about{
	width:100%;
	overflow:hidden;
	padding-left:11.5%;
	margin-top:166px;
	}
.about .aboutlf{
	width:38%;
	overflow:hidden;
	}
.about .aboutjs{
	width:100%;
	overflow:hidden;
	font-size:15px;
	line-height:30px;
	color:#828282;
	margin-top:27px;
	}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:92px;
	}
.aboutlist ul{
	width:100%;
	overflow:hidden;
	}
.aboutlist ul li{
	overflow:hidden;
	float:left;
	padding:0 50px;
	border-right:solid 1px #d9d9d9;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist ul li:last-child{
	border-right:none;
	}
.aboutlist ul li:first-child{
	padding-left:0;
	}
.aboutlist ul li .aboutlisticon{
	width:40%;
	overflow:hidden;
	padding-left:38px;
	}
.aboutlist ul li h4{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#141414;
	font-weight:normal;
	}
.aboutlist ul li h4 span{
	overflow:hidden;
	font-size:56px;
	color:#b8976b;
	font-family: myTwoFont;
	line-height:56px;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist ul li p{
	width:100%;
	overflow:hidden;
	color:#141414;
	font-size:16px;
	margin-top:3px;
	}
.about .aboutrt{
	width:50%;
	overflow:hidden;
	}
.about .aboutrt img{
	width:100%;
	height:auto;
	}
/* yj
-------------------------------------------------------------- */
.yj{
	width:100%;
	overflow:hidden;
	background:url(../images/yjbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:145px;
	padding-bottom:136px;
	}
.yj .tit h3,.yj .tit h3 a,.yj .tit p{
	color:#fff;
	}
.yj .tit h3:before{
	background:#fff;
	}
.yjnr ul{
	margin-top:71px;
	}
.yjnr ul,.yjnr ul li{
	width:100%;
	overflow:hidden;
	}
.yjnr ul li{
	font-size:17px;
	color:#fff;
	padding-left:26px;
	line-height:30px;
	position:relative;
	margin-top:15px;
	}
.yjnr ul li:before{
	content:"";
	width:10px;
	height:10px;
	background:#b8976b;
	border-radius:50%;
	position:absolute;
	left:0;
	top:10px;
	}
.yjmore{
	width:100%;
	overflow:hidden;
	margin-top:150px;
	}
.yjmore a{
	display:block;
	font-size:16px;
	color:#273e71;
	width:220px;
	height:60px;
	line-height:60px;
	padding-left:44px;
	background:#fff url(../images/icon1.png) no-repeat 87% center;
	}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	margin-top:127px;
	padding-bottom:95px;
	}
.protit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:32px;
	position:relative;
	}
.protit h3:before{
	content:"";
	width:28px;
	height:1px;
	background:#273e71;
	position:absolute;
	left:50%;
	margin-left:-98px;
	top:15.5px;
	}
.protit h3:after{
	content:"";
	width:28px;
	height:1px;
	background:#273e71;
	position:absolute;
	right:50%;
	margin-right:-98px;
	top:15.5px;
	}
.protit h3,.protit h3 a{
	color:#273e71;
	font-size:22px;
	}
.protit p{
	width:100%;
	overflow:hidden;
	font-size: 75px;
    color: #273e71;
    line-height: 75px;
    text-transform: uppercase;
    font-family: myTwoFont;
	text-align:center;
	}
.pronr{
	width:100%;
	overflow:hidden;
	margin-top:55px;
	}
.prolist{
	width:100%;
	overflow:hidden;
	visibility:hidden;
	position:relative;
	z-index:-1;
	height:0;
	}
.prolist.active{
	visibility:visible;
	position:relative;
	z-index:1;
	height:auto;
	}
.prolist .proimg,.prolist .probt{
	width:100%;
	overflow:hidden;
	}
.prolist .proimg{
	position:relative;
	}
.prolist .probg{
	width:100%;
	height:50%;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:98;
	background: -webkit-linear-gradient(top, rgba(39,62,113,0) , #273e71);
    background: -o-linear-gradient(bottom, rgba(39,62,113,0) , #273e71);
    background: -moz-linear-gradient(bottom, rgba(39,62,113,0) , #273e71);
    background: linear-gradient(to bottom, rgba(39,62,113,0) , #273e71);
	}
.prolist .probt{
	line-height:30px;
	font-size:18px;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	bottom:20px;
	z-index:99;
	}
.prolist .proimg img{
	width:100%;
	height:auto;
	}
.prolist .swiper-slide{
	padding:0 52px;
	}
.prolist .swiper-container .swiper-slide{
	opacity:0.4;
}
.prolist .swiper-container .swiper-slide-active{
	opacity:1;
}
.prolist .swiper-button{
	overflow:hidden;
	text-align:center;
	margin-top:48px;
	}
.prolist .swiper-button div{
	width:70px;
	height:70px;
	border:solid 1px #d3d3d3;
	display:inline-block;
	border-radius:50%;
	margin:0 19px;
	}
.prolist .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.prolist .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}
.prolist .swiper-button div:hover{
	border:solid 1px #273e71;
	}
/* promenu
-------------------------------------------------------------- */
.promenu{
	overflow:hidden;
	text-align:center;
	margin-top:62px;
	}
.promenu ul{
	overflow:hidden;
	display:inline-block;
	}
.promenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 5px 4px 5px;
	margin:0 38px;
	position:relative;
	}
.promenu ul li:after{
	content:"";
	width:0;
	height:2px;
	background:#273e71;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.promenu ul li a{
	font-size:18px;
	color:#1e1e1e;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promenu ul li:hover a,.promenu ul li.active a{
	color:#273e71;
	font-weight:bold;
	}
.promenu ul li:hover:after,.promenu ul li.active:after{
	width:100%;
	}
/* shfwlf
-------------------------------------------------------------- */
.shfw{
	margin-top:128px;
	padding-bottom:152px;
	}
.shfwlf{
	width:31%;
	overflow:hidden;
	}
.shfwlf .shfwnr,.shfwlf .shfwnr p{
	width:100%;
	overflow:hidden;
	}
.shfwlf .shfwnr{
	margin-top:52px;
	}
.shfwlf .shfwnr p{
	font-size:16px;
	color:#828282;
	}
.shfwrt{
	width:69%;
	overflow:hidden;
	}
.shfwrt dl,.shfwrt dl dt,.shfwrt dl dd{
	width:100%;
	overflow:hidden;
	}
.shfwrt .swiper-slide{
	padding:0 8px;
	}
.shfwrt dl{
	height:555px;
	background:#273e71;
	padding-top:98px;
	position:relative;
	}
.shfwrt dl dt{
	text-align:center;
	}
.shfwrt dl dt img{
	max-width:100%;
	height:auto;
	}
.shfwrt dl dd{
	font-size:15px;
	color:rgba(255,255,255,0.5);
	padding:0 44px;
	line-height:25px;
	margin-top:33px;
	}
.shfwrt dl .shfwno{
	width:100%;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
	font-size:160px;
	line-height:130px;
	color:rgba(255,255,255,0.1);
	font-family: myTwoFont;
	}
/* news
-------------------------------------------------------------- */
.news{
	width:100%;
	overflow:hidden;
	background:#f1f1f1;
	padding-top:134px;
	padding-bottom:84px;
	}
.newsnr .newslf{
	width:26%;
	overflow:hidden;
	}
.newsnr .newslf ul{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	}
.newsnr .newslf ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	margin-right:34px;
	}
.newsnr .newslf ul li a{
	font-size:18px;
	color:#828282;
	}
.newsnr .newslf ul li a:hover{
	color:#273e71;
	}
.newsnr .newslf .swiper-button{
	width:100%;
	overflow:hidden;
	margin-top:148px;
	}
.shfwlf .swiper-button{
	width:100%;
	overflow:hidden;
	margin-top:102px;
	}
.newsnr .newslf .swiper-button div,.shfwlf .swiper-button div{
	width:70px;
	height:70px;
	border:solid 1px #d3d3d3;
	float:left;
	border-radius:50%;
	}
.newsnr .newslf .swiper-button .swiper-button-prev,.shfwlf .swiper-button .swiper-button-prev{
	background:url(../images/prev.png) no-repeat center;
	}
.newsnr .newslf .swiper-button .swiper-button-prev:hover,.shfwlf .swiper-button .swiper-button-prev:hover{
	background:url(../images/prevh.png) no-repeat center;
	}
.newsnr .newslf .swiper-button .swiper-button-next,.shfwlf .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	margin-left:36px;
	}
.newsnr .newslf .swiper-button .swiper-button-next:hover,.shfwlf .swiper-button .swiper-button-next:hover{
	background:url(../images/nexth.png) no-repeat center;
	}
.newsnr .newslf .swiper-button div:hover,.shfwlf .swiper-button div:hover{
	border:solid 1px #273e71;
	}
.newsnr .newsrt{
	width:74%;
	overflow:hidden;
	}
.newsnr .newsrt .swiper-slide{
	padding:0 10px;
	}
.newsnr .newsrt dl,.newsnr .newsrt dl dt,.newsnr .newsrt dl dd,.newsnr .newsrt dl dd h4,.newsnr .newsrt dl dd p,.newsnr .newsrt dl dd .newsdate{
	width:100%;
	overflow:hidden;
	}
.newsnr .newsrt dl dt{
	height:256px;
	position:relative;
}
.newsnr .newsrt dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr .newsrt dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.1);
	}
.newsnr .newsrt dl dd .newsmore{
	width:106px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#fff;
	color:#273e71;
	margin-top:28px;
	}
.newsnr .newsrt dl dd h4{
	font-size:23px;
	color:#2a2a2a;
	line-height:33px;
	font-weight:normal;
	margin-top:30px;
	}
.newsnr .newsrt dl dd p{
	font-size:16px;
	color:#848484;
	margin-top:17px;
	}
.newsnr .newsrt dl dd .newsdate{
	font-size:16px;
	color:#848484;
	line-height:30px;
	margin-top:88px;
	background:url(../images/icon5.png) no-repeat 95px center;
	}
.newsnr .newsrt dl:hover dd .newsmore{
	background:#273e71;
	color:#fff;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:15px;
	background:#f1f1f1;
	color:#b2b3b5;
	line-height:30px;
	padding:40px 0 96px 0;
	}
.linknr span{
	font-size:22px;
	color:#000;
	font-weight:bold;
	border-bottom:solid 4px #273e71;
	padding-bottom:3px;
	display:block;
	float:left;
	margin-right:44px;
	}
.link a{
	font-size:16px;
	color:#797979;
	margin-right:20px;
	}
.link a:hover{
	color:#273e71;
}
	
/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	background:#1b1d27;
	padding-bottom:72px;
	padding-top:111px;
	position:relative;
}
.footer .botcontact{
	position:absolute;
	left:50%;
	margin-left:-738px;
	top:-52px;
	height:104px;
	background:#273e71 url(../images/telbg.jpg) no-repeat top center;
	background-size:cover;
	}
.footer .botcontactlf,.footer .botcontactrt{
	padding:0;
	}
.footer .botcontactrt{
	background:url(../images/icon6.png) no-repeat left center;
	line-height:52px;
	padding-left:52px;
	margin-top:26px;
	}
.footer .botcontactrt span{
	font-size:26px;
	color:#fff;
	margin-left:25px;
	}
.search{
	overflow:hidden;
	padding:30px 0 0 66px;
	}
.search input{
	width:316px;
	height:44px;
	background:#fff;
	line-height:44px;
	padding:0 18px;
	font-size:15px;
	color:#696969;
	float:left;
	}
.search button{
	width:136px;
	height:44px;
	line-height:44px;
	text-align:center;
	background:#172d5f;
	font-size:16px;
	color:#fff;
	margin-left:8px;
	float:left;
	}
.footernr .footernav{
	width:63%;
	overflow:hidden;
	margin:auto;
	border-bottom:solid 1px rgba(255,255,255,0.2);
	padding-bottom:30px;
}
.footernr .footernav ul{
	width:100%;
	overflow:hidden;
}
.footernr .footernav ul li{
	overflow:hidden;
	padding:0;
	line-height:30px;
	position:relative;
	font-size:17px;
	color:#fff;
	text-align:center;
}
.footernr .footernav ul li a{
	font-size:17px;
	color:#fff;
	}
.footernr .footernav ul li:after{
	content:"";
	width:1px;
	height:16px;
	background:#fff;
	position:absolute;
	right:0;
	top:7px;
}
.footernr .footernav ul li:last-child:after{
	display:none;
	}
.footer .botlxfs{
	width:63%;
	overflow:hidden;
	margin:22px auto 0;
}
.footer .botlxfsnr{
	overflow:hidden;
	float:left;
	font-size:16px;
	color:rgba(255,255,255,0.6);
	line-height:30px;
	padding:0;
}
.footer .botlxfsnr img{
	margin-right:15px;
	}
.footer .botlxfsnr a{
	font-size:16px;
	color:rgba(255,255,255,0.6);
	}

.bot{
	width:100%;
	overflow:hidden;
	background:#1b1d27;
	}
.bot .botnr{
	font-size:15px;
	color:rgba(255,255,255,0.2);
	line-height:30px;
	padding:43px 0;
	text-align:center;
}
.bot a{
	font-size:15px;
	color:rgba(255,255,255,0.2);
}
.bot a:hover{
	color:#fff;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n { 
	width:100%; 
	height:450px;
	background:url(../images/banner1.jpg) no-repeat top center;
	background-size:cover;
	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: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;
	border-bottom: solid 1px #e6e6e6;
}
.positionnr .positionrt {
	text-align: right;
	font-size: 16px;
	color: #343434;
	line-height: 30px;
	padding: 10px 0 10px 30px;
	background: url(../images/icon13.png) no-repeat left 14.5px;
}
.positionnr .positionrt a {
	font-size: 16px;
	color: #343434;
}
.position a:hover {
	color: #0765a7;
}
.nmenu {
	overflow: hidden;
}
.nmenu ul {
	overflow: hidden;
	margin: 0;
}
.nmenu ul li {
	overflow: hidden;
	float: left;
	line-height: 50px;
	text-align: center;
}
.nmenu ul li a {
	padding:0 30px;
	font-size: 16px;
	color: #262626;
	display: block;
}
.nmenu ul li:hover,.nmenu ul li.active{
	background:#273e71;
}
.nmenu ul li:hover a,.nmenu ul li.active a{
	color:#fff;
}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#024d9e;
	line-height:45px;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size: 22px;
    color: #b21e23;
	line-height:32px;
	font-weight:bold;
	}
.margin{
	padding-top:100px;
	}
/* menu_n
-------------------------------------------------------------- */
.menu_n{
	width:18%;
	overflow:hidden;
	margin-top:30px;
	text-align:center;
	padding-top:286px;
}
.menu_n ul,.menu_n ul li{
	width:100%;
	overflow:hidden;
}
.menu_n ul li{
	text-align:center;
	line-height:30px;
	margin:20px 0;
	position:relative;
}
.menu_n ul li:after{
	content:"";
	width:30px;
	height:1px;
	background:#b50b1e;
	position:absolute;
	right:70px;
	top:14.5px;
	opacity:0;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li a{
	font-size:22px;
	color:#565656;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.menu_n ul li:hover a,.menu_n ul li.active a{
	color:#b21e23;
}
.menu_n ul li:hover:after{
	opacity:1;
	}
.menu_n ul li:hover a{
	color:#fff;
	}
/* nabout
-------------------------------------------------------------- */
.nabout {
	margin-top:80px;
	margin-bottom:120px;
}
.nabout .naboutlf{
	width:41%;
	overflow:hidden;
	}
.nabout .naboutlf ul{
	width:100%;
	overflow:hidden;
	}
.nabout .naboutlf ul li{
	overflow:hidden;
	padding:90px 0 0 0;
	height:300px;
	}
.nabout .naboutlf ul li:nth-child(1),.nabout .naboutlf ul li:nth-child(4){
	background:#d0dbf5;
	border: solid 1px #b8c9f0;
	}
.nabout .naboutlf ul li h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#222;
	text-align:center;
	}
.nabout .naboutlf ul li h4 span{
	font-size:90px;
	line-height:90px;
	color:#273e71;
	font-family: myTwoFont;
	}
.nabout .naboutlf ul li p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#222;
	text-align:center;
	}
.nabout .naboutrt{
	width:48%;
	overflow:hidden;
	}
.nabout .naboutrt h3{
	width:100%;
	overflow:hidden;
	font-size:30px;
	line-height:40px;
	color:#222;
	font-weight:normal;
	}
.naboutrt .naboutnr{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	margin-top:40px;
	}
.naboutrt .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.naboutrt .naboutnr img{
	max-width:100%;
	height:auto;
	}
.nabout-sm{
	width:49%;
	height:650px;
	overflow:hidden;
	background:url(../images/naboutbg1.jpg) no-repeat top center;
	background-size:cover;
	padding:60px 60px 0 60px;
	margin-top:50px;
	position:relative;
	}
.nabout-sm .nabout_icon,.nabout-jz .nabout_icon{
	position:absolute;
	left:0;
	bottom:80px;
	padding:0 60px;
}
.nabout-sm .nabout_icon img,.nabout-jz .nabout_icon img{
	max-width:100%;
	height:auto;
}
.nabout-jz{
	width:49%;
	height:650px;
	overflow:hidden;
	background:url(../images/naboutbg2.jpg) no-repeat top center;
	background-size:cover;
	padding:60px 60px 0 60px;
	margin-top:50px;
	position:relative;
	}
.nabout-jz h3,.nabout-sm h3{
	width:100%;
	overflow:hidden;
	font-size: 30px;
    line-height: 40px;
    color: #222;
	font-weight:normal;
	margin-bottom:20px;
	}
.nabout-jz p,.nabout-sm p{
	width:100%;
	overflow:hidden;
	font-size: 16px;
    line-height: 30px;
	}
/* default_n
-------------------------------------------------------------- */
.default_n{
	margin-top:60px;
	margin-bottom:120px;
}
.defaultnr_n{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	font-size:18px;
	line-height:30px;
}
.defaultnr_n p,.defaultnr_n span,.defaultnr_n a,.defaultnr_n strong{
	overflow:hidden;
	font-size:18px;
	line-height:30px;
}
.defaultnr_n img{
	max-width:100%;
	height:auto;
}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonornr{
	width:100%;
	overflow:hidden;
}
.nhonornr ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nhonornr ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	text-align:center;
	}
.nhonornr ul li .nhonorimg{
	width:100%;
	overflow:hidden;
	position:relative;
	height:197px;
}
.nhonornr ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:5px;
}
.nhonornr ul li .nhonorimg img{
	width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nhonornr ul li:hover .nhonorimg img{
	transform: scale(1.05);
	}
.nhonornr ul li:hover p{
	color:#273e71;
}
/* pro_n
-------------------------------------------------------------- */
.pro_n{
	margin-top:60px;
	margin-bottom:120px;
	}
.pro_n dl{
	overflow:hidden;
	margin:20px 0;
	}
.pro_n dl dt{
	width:100%;
	overflow:hidden;
	height:290px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	}
.pro_n dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.pro_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.pro_n dl dt .nprobg{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:50%;
	z-index:98;
	background: -webkit-linear-gradient(top, rgba(39,62,113,0) , #273e71);
    background: -o-linear-gradient(bottom, rgba(39,62,113,0) , #273e71);
    background: -moz-linear-gradient(bottom, rgba(39,62,113,0) , #273e71);
    background: linear-gradient(to bottom, rgba(39,62,113,0) , #273e71);
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	opacity:0;
	}
.pro_n dl:hover dt .nprobg{
	opacity:1;
	}
.pro_n dl dd{
	width:100%;
	overflow:hidden;
	color: #333;
    font-size: 18px;
	line-height:30px;
	padding:20px 0;
	text-align:center;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.pro_n dl:hover dd{
	background:#273e71;
	}
.pro_n dl:hover dd{
	color:#fff;
	}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.pro_n .nprort h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	border-bottom:solid 1px #ddd;
	padding-bottom:28px;
}
.pro_n .nprort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:26px;
	margin-bottom:40px;
}
.pro_n .nprort .npro_infolei span{
	font-size:20px;
	color:#333;
}
.nproinfo{
	font-size:16px;
	color:#666;
	line-height:30px;
}
.nprofbtit{
	width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    background: #f0f0f0;
    margin-top: 40px;
    padding: 0 20px;
    color: #000;
}
.nprofbnr {
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}
.nprofbnr table{
	width:100%;
	}
.nprofbnr table tr,.nprofbnr table td{
	line-height:30px;
	padding:0 10px;
	font-size:16px;
}
/* yj_n
-------------------------------------------------------------- */
.yj_n{
	width:100%;
	overflow:hidden;
	margin-top:60px;
	margin-bottom:100px;
}
.yjnr_n{
	margin-top:50px;
}
.yjnr_n p{
	width: 100%;
    overflow: hidden;
	font-size:20px;
	line-height:30px;
    padding: 20px 40px;
    box-shadow: 6px 0px 32px #ececec;
    margin: 40px 0;
    border-radius: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.yjnr_n p:hover{
	background:#273e71;
	color:#fff;
	cursor:pointer;
}
	
/* news_n
-------------------------------------------------------------- */
.news_n{
	margin-top:60px;
	margin-bottom:120px;
	}
.news_n dl{
	overflow:hidden;
	padding:0 10px;
	margin:30px 0;
	}
.news_n dl dt,.news_n dl dd,.news_n dl dd h4,.news_n dl dd p,.news_n dl dd .newsdate{
	width:100%;
	overflow:hidden;
	}
.news_n dl dt{
	position:relative;
	height:240px;
	}
.news_n dl dt img{
	width:100%;
	height:auto;
	}
.news_n dl dd .newsmore{
	width:106px;
	height:36px;
	line-height:36px;
	text-align:center;
	background:#fff;
	color:#273e71;
	margin-top:28px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.news_n dl dd h4{
	font-size:23px;
	color:#2a2a2a;
	line-height:33px;
	font-weight:normal;
	margin-top:30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.news_n dl dd p{
	font-size:16px;
	color:#848484;
	margin-top:17px;
	}
.news_n dl dd .newsdate{
	font-size:16px;
	color:#848484;
	line-height:30px;
	margin-top:30px;
	background:url(../images/icon5.png) no-repeat 95px center;
	}
.news_n dl:hover dd .newsmore{
	background:#273e71;
	color:#fff;
	}
.news_n dl:hover dd h4{
	color:#273e71;
}
.news_n dl dt img{
	display:block;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	}
.news_n dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #222;
    text-align: center;
    margin: 0 0 16px 0;
	line-height:40px;
	font-weight: normal;
	}
.news_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 23px;
}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 16px;
    line-height: 30px;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
}
.news_n .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nzsjm
-------------------------------------------------------------- */
.nzsjm {
	width:100%;
	overflow:hidden;
	margin-top:60px;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm p{
	overflow:hidden;
	color:#fff;
	font-size:16px;
	line-height:30px;
}
.nzsjm img{
	max-width:100%;
	height:auto;
}
/* ncontact
-------------------------------------------------------------- */
.bg{
    background: #f1f1f1;
}
.contact_n{
	margin-top:60px;
	margin-bottom:120px;
	}
.contactnr_n{
	width:100%;
	overflow:hidden;
	padding:50px;
	background:#f1f1f1;
	margin-top:50px;
	}
.contactlf_n,.contactrt_n{
	overflow:hidden;
	padding:0;
	}
.contactlf_n,.contactlf_n p,.contactlf_n p a{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.contactrt_n ul{
	width:100%;
	overflow:hidden;
	}
.contactrt_n ul li{
	width:49%;
	overflow:hidden;
	float:left;
	}
.contactrt_n ul li input{
	width:100%;
	overflow:hidden;
	height:50px;
	line-height:50px;
	background:#fff;
	font-size:16px;
	padding:0 10px;
	}
.contactrt_n ul li:first-child{
	margin-right:1%;
	}
.contactrt_n ul li:nth-child(2){
	margin-left:1%;
	}
.contactrt_n ul li:last-child{
	width:100%;
	margin-top:30px;
	}
.contactrt_n ul li textarea{
	width:100%;
	height:200px;
	font-size:16px;
	padding:0 10px;
	line-height:30px;
	}
.contactrt_n button{
	width: 100%;
    height: 50px;
    background: #273e71;
    color: #fff;
    line-height: 50px;
    text-align: center;
    border: none;
    margin-top: 22px;
    font-size: 16px;
    cursor: pointer;
    margin: 30px auto 0;
	}
.contactlf_n dl{
	overflow:hidden;
	float:left;
	margin-top:10px;
}
.contactlf_n dl dt,.contactlf_n dl dd{
	width:100%;
	overflow:hidden;
}
.contactlf_n dl dt img{
	max-width:100%;
	width:128px;
	height:auto;
}
.contactlf_n dl dd{
	line-height:30px;
	text-align:center;
}

/* nmessage
-------------------------------------------------------------- */
.nmessage ::-webkit-input-placeholder {
  color: #a3a3a3;
}
.nmessage :-moz-placeholder {
  color: #a3a3a3;
}
.nmessage ::-moz-placeholder{
color: #a3a3a3;
}
.nmessage :-ms-input-placeholder {
  color: #a3a3a3;
}
/* job_n
-------------------------------------------------------------- */
.job_n{
	margin-top:60px;
	margin-bottom:120px;
	}
/* nsearch
-------------------------------------------------------------- */
.nsearch{
	margin-top:240px;
	margin-bottom:100px;
}
.nsearchnr{
	overflow:hidden;
	margin-bottom:15px;
}
.nsearchnr .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150 img{
	max-width:100%;
	height:auto;
}
.searchlist{
	width:100%;
	overflow:hidden;
	margin-top:30px;
}
.my-4{
	width: 100%;
    overflow: hidden;
    text-align: center;
}
.nsearch .btn-info{
	background:#064b8a;
	border:solid 1px #064b8a;
}
.card-body h5{
	width:100%;
	overflow:hidden;
	line-height:30px;
	color:#000;
	font-size:16px;
	margin-top:10px;
}
.card-body h5 a,.card-body h5 span{
	color:#000 !important;
	font-size:16px;
}
.card-body p{
	width:100%;
	overflow:hidden;
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;width:auto;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:#273e71;
}

.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.icon1,.icon2,.banner .search{display:none}
.headernr{
	width:98%;
}
.rg{display:block;padding-top:14px;float:right;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
}


@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.newsnr .newsrt dl dt{
		height:204px;
	}
	.pro_n dl dt{
		height:246px;
	}
	.news_n dl dt{
		height:220px;
	}
	.nhonornr ul li .nhonorimg{
		height:169px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.newsnr .newsrt dl dt{
		height:187px;
	}
	.pro_n dl dt{
		height:231px;
	}
	.news_n dl dt{
		height:210px;
	}
	.nhonornr ul li .nhonorimg{
		height:159px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.newsnr .newsrt dl dt{
		height:169px;
	}
	.pro_n dl dt{
		height:217px;
	}
	.news_n dl dt{
		height:197px;
	}
	.nhonornr ul li .nhonorimg{
		height:150px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.newsnr .newsrt dl dt{
		height:141px;
	}
	.pro_n dl dt{
		height:193px;
	}
	.news_n dl dt{
		height:175px;
	}
	.nhonornr ul li .nhonorimg{
		height:135px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.newsnr .newsrt dl dt{
		height:113px;
	}
	.pro_n dl dt{
		height:169px;
	}
	.news_n dl dt{
		height:154px;
	}
	.nhonornr ul li .nhonorimg{
		height:120px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.newsnr .newsrt dl dt{
		height:106px;
	}
	.pro_n dl dt{
		height:164px;
	}
	.news_n dl dt{
		height:149px;
	}
	.nhonornr ul li .nhonorimg{
		height:116px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.pro_n dl dt{
		height:219px;
	}
	.nhonornr ul li .nhonorimg{
		height:137px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.newsnr .newsrt dl dt{
		height:230px;
	}
	.pro_n dl dt{
		height:193px;
	}
	.nhonornr ul li .nhonorimg{
		height:122px;
	}
}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pro_n dl dt{
		height:335px;
	}
	.nhonornr ul li .nhonorimg{
		height:157px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 640px) {
	
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pro_n dl dt{
		height:279px;
	}
	.nhonornr ul li .nhonorimg{
		height:132px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pro_n dl dt{
		height:216px;
	}
	.nhonornr ul li .nhonorimg{
		height:104px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.newsnr .newsrt dl dt{
		height:222px;
	}
	.pro_n dl dt{
		height:188px;
	}
	.nhonornr ul li .nhonorimg{
		height:91px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.newsnr .newsrt dl dt{
		height:173px;
	}
	.pro_n dl dt{
		height:158px;
	}
	.nhonornr ul li .nhonorimg{
		height:78px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.newsnr .newsrt dl dt{
		height:137px;
	}
	.pro_n dl dt{
		height:136px;
	}
	.nhonornr ul li .nhonorimg{
		height:68px;
	}
}

@media(max-width:1768px) {
	.aboutlist ul li {
		padding: 0 40px;
	}
}
@media(max-width:1680px) {
	.aboutlist ul li h4 span{
		font-size:50px;
		line-height:50px;
	}
}
@media(max-width:1600px) {
	.cont,.cont1{
		width:88%;
	}
	.tit p,.protit p{
		font-size:65px;
		line-height:65px;
	}
	.newsnr .newsrt dl dd h4,.news_n dl dd h4{
		font-size:20px;
		line-height:30px;
	}
	.nabout .naboutlf ul li h4 span {
		font-size: 80px;
		line-height: 80px;
	}
	.news_n dl dd h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.about{
		padding-left:6%;
	}
	.banner .swiper-pagination {
		bottom: 50px;
		left: 6%;
	}
	.footer .botcontact{
		margin-left:-44%;
	}
	.footer .botcontactrt span {
		font-size: 24px;
		margin-left: 20px;
	}
}
@media(max-width:1440px) {
	.nabout .naboutlf ul li h4 span {
		font-size: 70px;
		line-height: 70px;
	}
	.tit p,.protit p{
		font-size:55px;
		line-height:55px;
	}
	.aboutlist ul li {
		padding: 0 30px;
	}
	.aboutlist ul li h4 span {
		font-size: 45px;
		line-height: 45px;
	}
	.aboutlist {
		margin-top: 60px;
	}
	.shfwrt dl dd {
		padding: 0 30px;
	}
	.shfwrt dl .shfwno{
		font-size: 140px;
		line-height: 120px;
	}
	.promenu ul li {
		margin: 0 30px;
	}
	.footer .botcontactrt span {
		font-size: 22px;
		margin-left: 15px;
	}

}
@media(max-width:1360px) {
	.nav {
		margin-right: 40px;
	}
	.nav .menu > li a {
		padding: 0 30px;
	}
	.nabout .naboutlf ul li h4 span {
		font-size: 60px;
		line-height: 60px;
	}
	.tit p,.protit p{
		font-size:50px;
		line-height:50px;
	}
	.shfwrt dl .shfwno {
		font-size: 130px;
		line-height: 110px;
	}
}
@media(max-width:1280px) {
	.search button {
		width: 100px;
	}
	.search input {
		width: 65%;
	}
	.aboutlist ul li {
		padding: 0 25px;
	}
	.aboutlist ul li h4 span {
		font-size: 40px;
		line-height: 40px;
	}
	.shfwrt dl dd {
		padding: 0 20px;
	}
	.shfwrt dl{
		padding-top: 70px;
	}
	.shfwrt dl dd{
		margin-top:20px;
	}
	.shfwrt dl dt img{
		width:60px;
	}
	.promenu ul li {
		margin: 0 25px;
	}
	.newsnr .newsrt dl dd .newsdate{
		margin-top:40px;
	}
	.nmenu ul li a {
		padding: 0 20px;
	}
	.nabout .naboutlf ul li h4 span {
		font-size: 54px;
		line-height: 54px;
	}
	.nhonornr ul li p{
		font-size:14px;
		line-height:25px;
		height:50px;
	}
	.footernr .footernav,.footer .botlxfs{
		width: 70%;
	}
	.footer .botcontactrt span {
		font-size: 20px;
		margin-left: 10px;
	}
}
@media(max-width:1200px) {
	.aboutlist ul li p,.aboutlist ul li h4{
		font-size:14px;
	}
	.aboutlist ul li h4 span {
		font-size: 35px;
		line-height: 35px;
	}
}
@media(max-width:1152px) {
	.banner .img .banner1-1 {
		width: 38%;
	}
	.nmenu ul li a {
		padding: 0 15px;
	}
	.nav {
		margin-right: 20px;
	}
	.nav .menu > li a {
		padding: 0 22px;
	}
	.about .aboutlf {
		width: 40%;
	}
	.promenu ul li {
		margin: 0 20px;
	}
	.footernr .footernav,.footer .botlxfs{
		width: 75%;
	}
	.footer .botcontactrt span {
		font-size: 18px;
	}
}
@media(max-width:1080px) {
	
}
@media(max-width:1024px) {
	.nav {
		margin-right: 0;
	}
	.nav .menu > li a {
		padding: 0 20px;
	}
	.nmenu ul li a {
		padding: 0 10px;
	}
	
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo {
		padding: 10px 0;
	}
	.logo img{
		height:40px;
	}
	.banner,.banner_n{
		margin-top:60px;
	}
	.banner .swiper-slide .img img{
		height:auto;
	}
	.banner .img {
		height: auto;
	}
	.pcban{
		display:none;
	}
	.mban{
		display:block;
	}
	.language{
		width:60px;
		line-height:60px;
		margin-left:10px;
	}
	.language a i {
		margin-left: 5px;
	}
	.language .languagenr{
		top:60px;
	}
	.nabout .naboutlf,.nabout .naboutrt{
		width:100%;
	}
	.nabout .naboutlf{
		margin-top:40px;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.footer .botcontactrt{
		display:none;
	}
	.footer .botcontactlf{
		width:100%;
	}
	.footernr .footernav,.footer .botlxfs{
		width: 100%;
	}
}
@media(max-width:991px) {
	.banner .swiper-pagination {
		bottom: 30px;
		left: 2%;
	}
	.yjnr_n p{
		padding:20px;
		font-size:18px;
	}
	.tit p,.protit p{
		font-size:40px;
		line-height:40px;
	}
	.promenu ul li {
		margin: 0 10px;
	}
	.prolist .swiper-slide {
		padding: 0 10px;
	}
	.newsnr .newslf .swiper-button div, .shfwlf .swiper-button div,.prolist .swiper-button div{
		width: 40px;
		height: 40px;
	}
	.newsnr .newslf .swiper-button .swiper-button-next, .shfwlf .swiper-button .swiper-button-next {
		margin-left: 10px;
	}
	.prolist .swiper-button div {
		margin: 0 5px;
	}
	.prolist .swiper-button {
		margin-top: 30px;
	}
	.nabout-sm .nabout_icon,.nabout-jz .nabout_icon{
		padding:0 40px;
	}
	.nabout-sm .nabout_icon img, .nabout-jz .nabout_icon img{
		width:100px;
	}
	.news_n h1 {
		font-size: 20px;
		line-height: 30px;
	}
	.nabout-sm,.nabout-jz{
		padding: 60px 40px 0 40px;
	}
	.contactrt_n{
		margin-top:30px;
	}
	.contactnr_n{
		padding:30px;
	}
	.pro_n dl dd {
		padding: 10px 0;
	}
	.nprolf,.nprort{
		width:100%;
	}
	.nprort{
		margin-top:30px;
	}
	.pro_n .nprort h1{
		font-size:26px;
		line-height:36px;
	}
	.about {
		padding-right: 6%;
		margin-top: 60px;
	}
	.about .aboutlf,.about .aboutrt{
		width: 100%;
	}
	.about .aboutrt{
		margin-top:30px;
	}
	.aboutlist {
		margin-top: 30px;
	}
	.pro{
		margin-top:60px;
		padding-bottom:60px;
	}
	.shfw {
		margin-top: 60px;
		padding-bottom: 60px;
	}
	.shfwlf,.shfwrt,.newsnr .newslf,.newsnr .newsrt{
		width:100%;
	}
	.newsnr .newslf .swiper-button,.newsnr .newsrt{
		margin-top:40px;
	}
	.news{
		padding-top:60px;
		padding-bottom:60px;
	}
	.shfwrt{
		margin-top:40px;
	}
	.shfwlf .swiper-button {
		margin-top: 30px;
	}
	.nhonornr ul li {
		margin: 10px 1%;
	}
	.pro_n .nprort .npro_infolei,.pro_n .nprort .npro_infolei span{
		font-size:18px;
	}
	.pro_n .nprort .npro_infolei{
		margin-bottom:0;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child {
		text-align: left;
	}
	.nhonornr ul li{
		width:31.3333333333%;
	}
	.footer {
		padding-top: 90px;
		padding-bottom: 40px;
	}
	.footernr .footernav ul li:nth-child(3):after{
		display:none;
	}
	.bot .botnr {
		padding: 20px 0;
	}
}
@media(max-width:860px) {
	
}
@media(max-width:768px) {
	.tit p,.protit p{
		font-size:35px;
		line-height:35px;
	}
	.promenu ul li{
		margin:5px 10px;
	}
	.nabout-sm,.nabout-jz{
		height:550px;
	}
	.nabout-sm .nabout_icon, .nabout-jz .nabout_icon{
		bottom:20px;
	}
	.nabout .naboutrt h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.nabout-sm,.nabout-jz{
		width:100%;
	}
}
@media(max-width:767px) {
	.contactrt_n ul li{
		width:100%;
	}
	.contactrt_n ul li:first-child {
		margin-right: 0;
	}
	.contactrt_n ul li:nth-child(2) {
		margin-left: 0;
		margin-top:25px;
	}
	.shubiao{
		display:none;
	}
	.shfwrt dl {
		padding-top: 50px;
		height:480px;
	}
	.yjnr ul li {
		font-size: 16px;
	}
	.nhonornr ul li{
		width:48%;
	}
}
@media(max-width:640px) {
	.banner .img .banner2-1 {
		width: 36.5%;
	}
	.banner .img .banner3-1 {
		width: 41.6%;
	}
	.banner .img .banner2-1,.banner .img .banner3-1{
		margin-top: -20px;
	}
	.banner .swiper-pagination {
		bottom: 15px;
	}
	.banner .swiper-pagination .swiper-pagination-bullet{
		margin:0 10px;
	}
	.promenu ul li a {
		font-size: 16px;
	}
	.nmenu ul li {
		width: 33.333333333%;
	}
	.nmenu ul li a {
		padding: 0;
	}
	.tit p,.protit p{
		font-size:30px;
		line-height:30px;
	}
	.aboutlist ul li {
		padding: 0 0 0 25px;
		width: 33.33333333%;
	}
	.newsnr .newsrt dl dd h4,.news_n dl dd h4{
		font-size:18px;
	}
	.yjmore {
		margin-top: 60px;
	}
	.yjmore a {
		width: 140px;
		height:50px;
		line-height:50px;
		padding-left: 20px;
	}
	.yjnr ul {
		margin-top: 40px;
	}
	.yj {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.promenu {
		margin-top: 40px;
	}
	.pronr {
		margin-top: 40px;
	}
	.newsnr .newslf ul li{
		margin-right:20px;
	}
	.nabout .naboutrt h3 {
		font-size: 24px;
		line-height: 34px;
	}
	.nabout .naboutlf ul li {
		padding: 50px 0 0 0;
		height: 200px;
	}
	.nabout .naboutlf ul li h4 span {
		font-size: 50px;
		line-height: 50px;
	}
	.nabout .naboutlf ul li {
		padding: 30px 0 0 0;
		height: 140px;
	}
	.nabout .naboutlf ul li h4,.nabout .naboutlf ul li p{
		font-size:16px;
	}
	.nabout-jz h3, .nabout-sm h3{
		font-size:26px;
		line-height:36px;
	}
	.nabout-sm, .nabout-jz {
		padding: 60px 30px 0 30px;
	}
	.pro_n .nprort h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.nabout-sm .nabout_icon, .nabout-jz .nabout_icon {
		padding: 0 30px;
	}
	.search {
		padding: 30px 4% 0 4%;
	}
	.search button {
		width: 20%;
		margin-left:2%;
		font-size:15px;
	}
	.search input {
		width: 78%;
		padding: 0 10px;
	}
	.news {
		padding-bottom: 40px;
	}
	.linknr span{
		width:100%;
		margin-right:0;
	}
	.link a {
		margin-right: 10px;
	}
	.footernr .footernav ul li a {
		font-size: 16px;
	}
}
@media(max-width:540px) {
	.banner .img .banner2-1 {
		width: 46.5%;
	}
	.banner .img .banner3-1 {
		width: 51.6%;
	}
	
}
@media(max-width:425px) {
	.tit p,.protit p{
		font-size:25px;
		line-height:25px;
	}
	.aboutlist ul li h4 span {
		font-size: 30px;
		line-height: 30px;
	}
	.aboutlist ul li {
		padding: 0 0 0 10px;
	}
	.aboutlist ul li h4 span {
		font-size: 25px;
		line-height: 25px;
	}
	.nabout .naboutlf ul li h4 span {
		font-size: 40px;
		line-height: 40px;
	}
}
@media(max-width:375px) {
	.tit p,.protit p {
		font-size: 22px;
		line-height: 22px;
	}
	.nmenu ul li a{
	    font-size: 15px;
	}
}
@media(max-width:319px) {
	.newsnr .newslf ul li {
		margin-right: 15px;
	}
	.newsnr .newslf ul li a {
		font-size: 16px;
	}
	.aboutlist ul li h4 span {
		font-size: 22px;
		line-height: 22px;
	}
	.aboutlist ul li {
		padding: 0 0 0 6px;
	}
	.promenu ul li{
		margin:0 5px;
	}
	.nmenu ul li a{
	    font-size: 14px;
	}
}