@charset "utf-8";
/* 全局样式
-------------------------------------------------------------- */

html,body,a,p,span,ul,img{ padding:0; margin:0; list-style:none; border:none; font-size:14px; font-family:"微软雅黑","Arial"; color:#666;}
div,a{color:#666;font-family:"微软雅黑","Arial";}
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;}

ul,ol,li{list-style:none;}

.text-e{text-transform: uppercase;}

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:"微软雅黑","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; }

/* 页面基本元素

-------------------------------------------------------------- */
/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}


/* 链接样式 */

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; }



/* 层浮动 */

.fl,.left{ float: left; }

.fr,.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);
}
.mt--25{margin-top:-25px;}
.pb25{padding-bottom:25px;}







/* header
-------------------------------------------------------------- */
.header{
	width:100%;
	height:100px;
	position:fixed;
	top:0;
	padding:0 1%;
	z-index:99;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
/*å·¦ä¾§logo*/
.logo{
	overflow:hidden;
}
.topewm{
	padding:32.5px 0 32.5px 50px;
	position:relative;
}
.topewm:before{
	content:"";
	width:1px;
	height:16px;
	background:#fff;
	position:absolute;
	left:0;
	top:42px;
}
.company{
	overflow:hidden;
	line-height:100px;
	color:#fff;
	font-size:22px;
	margin-left:5px;
}
.company a{
	color:#fff;
	font-size:22px;
}
.company img{
	margin-right:5px;max-height:80px;
}
.company .logoimgh,.header.on .company .logoimg,.header.cur .company .logoimg{
	visibility:hidden;
	width:0;
}
.header.on .company .logoimgh,.header.cur .company .logoimgh{
	visibility:visible;
	width:auto;
}
.header.on .company,.header.cur .company,.header.on .company a,.header.cur .company a{
	color:#000;
}
.header.cur{
	background:#fff;
}
/*clock*/
.clock {
	min-height: 100px;
	min-width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/clock.png");
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	transition: all ease 0.2s;
}
.header.on .clock,.header.cur .clock{
	background-image: url("../images/clockh.png");
}
.clock:before {
	content: "";
	height: 8px;
	width: 8px;
	background-color: #fff;
	position: absolute;
	border-radius: 50%;
	z-index: 990;
	transition: all ease 0.2s;
}
.hour,
.min,
.sec {
	position: absolute;
	display: flex;
	justify-content: center;
	border-radius: 50%;
}
.hour {
	height: 45%;
	width: 45%;
}
.hour:before {
	content: "";
	position: absolute;
	height: 50%;
	width: 4px;
	background-color: #fff;
	border-radius: 6px;
}
.min {
	height: 70%;
	width: 70%;
}
.min:before {
	content: "";
	height: 50%;
	width: 3px;
	background-color:#fff;
	border-radius: 4px;
}
.header.on .clock:before,.header.on .hour:before,.header.on .min:before,.header.cur .clock:before,.header.cur .hour:before,.header.cur .min:before{
	background-color: #000;
}

.sec {
	height: 75%;
	width: 75%;
}
.sec:before {
	content: "";
	height: 60%;
	width: 2px;
	background-color: #f00;
	border-radius: 2px;
}

.toggle,#toggleMenu{
	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: #bc0000;
  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) {
  padding: 0 15px;
  width: 60%;
  background:#333;
  -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: #bc0000;
  -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: #bc0000;
}

#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.active nav .navigation li:nth-child(6) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#toggleMenu.active nav .navigation li:nth-child(7) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#toggleMenu.active nav .navigation li:nth-child(8) {
  -webkit-transition-delay: 1.0s;
       -o-transition-delay: 1.0s;
          transition-delay: 1.0s;
}


#toggleMenu nav .navigation li a {
  letter-spacing: 0.5px;
  font-size: 20px;
  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.active nav .hinfo:nth-child(4) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

#toggleMenu.active nav .hinfo:nth-child(5) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#toggleMenu.active nav .hinfo:nth-child(7) {
  -webkit-transition-delay: 1.0s;
       -o-transition-delay: 1.0s;
          transition-delay: 1.0s;
}
#toggleMenu.active nav .hinfo:nth-child(7) {
  -webkit-transition-delay: 1.1s;
       -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

#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: 20px;
}

#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 .hinfo p{font-size: 16px; color: #fff;display:block;}


#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;
  background:#fff;
  border-radius:50%;
  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: 2px 0;
  width: 18px;
  display: block;
  background: #bc0000;
  -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: #bc0000;
}

.toggle.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-2px, 3px);
      -ms-transform: rotate(-45deg) translate(-2px, 3px);
          transform: rotate(-45deg) translate(-2px, 3px);
}

.toggle.active span:nth-child(2) {
  opacity: 0;
}

.toggle.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -7px);
      -ms-transform: rotate(45deg) translate(-6px, -7px);
          transform: rotate(45deg) translate(-6px, -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;
}

.icon1{
	overflow:hidden;
	padding-top:37px;
	margin-right:80px;
}
/*导航*/
.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:33px;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}

.header .navbar_nav li > a{
	text-decoration: none;
	height: 100%;
	padding: 0 35px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #f2f7f9;
	font-size: 22px;
	font-weight: 600;
	line-height:100px;
	position:relative;
}
.header .navbar_nav li > a:hover,.header .navbar_nav li.active a,.header .navbar_nav li.dropdown .dropdown_menu a:hover{color:#bc0000;}
.header .navbar_nav li:after{
	content:"";
	width:6px;
	height:6px;
	background:#bc0000;
	position:absolute;
	left:50%;
	margin-left:-2px;
	bottom:28px;
	border-radius:50%;
	    -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	opacity:0;
}
.header.on .navbar_nav li:after,.header.cur .navbar_nav li:after{
	background: #bc0000;
}
.header .navbar_nav li:hover:after,.header .navbar_nav li.active:after{
	opacity:1;
}
.header .navbar_nav li:hover a{
	font-weight:bold;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
	z-index:99;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display:none;
	width: 180%;
	position: absolute;
	top:100px;
	background:rgba(0,0,0,0.65);
	border-radius:5px;
	padding-left:10px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
    left:0;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	z-index:999;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #fff;display:block;
	padding:10px;
	line-height: 1.4;
	text-align: left;
	font-weight:normal;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display:block;
	transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
}


.header .navbar_nav li.dropdown:hover a:after{
	display:none;
}
/*ç™½è‰²èƒŒæ™¯çš„å¤´éƒ¨*/

.header .left .logo2,.header.on .left .logo1,.header .search_box .btn2,.header.on .search_box .btn1,.header.cur .search_box .btn1{
	display:none;
}
.header.on .left .logo2,.header.on .search_box .btn2,.header.cur .search_box .btn2{
	display:block;
}
.header.on .search_box button,.header.cur .search_box button{
	border-right: solid 1px #fff;
}
.header.on .search_box input,.header.cur .search_box input{
	color:#fff;
}
.header.on .search_box,.header.on .toggle,.header.cur .toggle,.header.cur .search_box,.header.on .search_box input,.header.cur .search_box input{
	background:#bc0000;
}
.header.on .toggle span,.header.cur .toggle span{
	background:#fff;
}
.header.on .navbar_nav li a,.header.cur .navbar_nav li > a{
	color: #333;
}
.header.on .navbar_nav li:hover > a,.header.cur .navbar_nav li:hover > a{
	color: #bc0000;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}
.search_box{
	width:170px;
	height:40px;
	background:#fff;
	border-radius:20px;
	margin-top:30px;
	margin-right:64px;
}
.topen_box{
	width:40px;
	height:40px;
	text-align: center;
	background:#fff;line-height: 40px;font-size:18px;font-weight: 600;
	border-radius:20px;color:#bc0000;
	margin-top:30px;
	margin-right:64px;
}


.search_box button{
	margin-left:20px;
	margin-top:7.5px;
	padding-right:16px;
	border-right:solid 1px #333333;
	background:none;
	float:left;
}
.search_box input{
	width:110px;
	float:right;
	line-height:40px;
	border-radius:0 20px 20px 0;
}
@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
/*.slick-dots li button:focus:before
{
    opacity: 1;
}*/
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'â€¢';
    text-align: center;

 /*   opacity: .25;*/
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}*/

/* mouse
-------------------------------------------------------------- */
.shubiao{
	position:absolute;
	left:50%;
	margin-left:-13px;
	bottom:30px;
	z-index:99;
}
.shubiao span{
	width:1px;
	height:30px;
	background:#fff;
	position:absolute;
	left:12.5px;
	bottom:58px;
}
.mouse {
  position: relative;
  width: 26px;
  height: 44px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:0 auto 0;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 3px;
  height: 8px;
  border-radius: 30%;
  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;
}

@-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);
  }
}

/* tit
-------------------------------------------------------------- */
.tit{
	overflow:hidden;
	}
.tit h4{
	width:100%;
	margin:0;
	line-height:55px;
	}
.tit span{
	font-size:45px;
	color:#333333;
	position:relative;
	z-index:1;
	}
/* more
-------------------------------------------------------------- */
.more{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:82px;
	}
.more img{
	margin-right:16px;
	}
.more span{
	font-size:16px;
	color:#2c3441;
	border-bottom:solid 2px #2c3441;
	padding-bottom:6px;
	}
/* about
-------------------------------------------------------------- */
.index_main .section3{position:relative;}
.about{width:100%;	overflow:hidden;padding-left:0 !important;}
.about .aboutnr{overflow:hidden;position:relative;z-index:1;}
.about .aboutlf{width:46%;float: left;padding-left: 4%;overflow:hidden;padding-top:100px;}
.aboutnr .aboutimg{overflow:hidden;margin-left:464px;}
.aboutnr .aboutimg img{max-width:100%;height:auto;}
.aboutlf .aboutjs{width:100%;overflow:hidden;font-size:22px;color:#bf1f00;line-height:32px;letter-spacing:10px;margin-top:24px;}
.aboutlf .aboutcont{width: 100%;overflow: hidden;font-size: 20px;color: #333333;line-height:30px;margin-top: 40px; word-break: break-word;white-space: normal;}
.aboutlf .aboutcont p{width:100%;overflow:hidden;font-size:16px;color:#333333;line-height:30px;}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:40px;
}
.aboutmore a{
	font-size:18px;
	color:#333333;
}
.aboutmore a i{
	margin-left:15px;
}
.aboutrt{
	width:50%;
	overflow:hidden;
}
.aboutr_tu{width:50%;overflow:hidden;position:absolute;height: 100vh;top:0;right: 0;}
.aboutr_tu .inaboutr1{width:100%;height:50vh;overflow: hidden;position:relative;}
.aboutr_tu .inaboutr2{width:50%;height:50vh;float: left;overflow: hidden;position:relative;}
.aboutr_tu .img1,.aboutr_tu .img2{width:100%;height:100%;overflow: hidden;position:absolute;top:0;left:0;transition:opacity 1.5s ease-in-out;}
.aboutr_tu .img1{opacity:1;z-index:1;}
.aboutr_tu .img2{opacity:0;z-index:0;}



.aboutvideo{
	width:100%;
	overflow:hidden;
	border-radius:50px 0 50px 0;
}
.aboutvideo img,.aboutvideo video{
	width:100%;
	height:auto;
}
.aboutmenu{
	overflow:hidden;
	text-align:right;
	margin-top:30px;
}
.aboutmenu ul{
	overflow:hidden;
	display:inline-block;
}
.aboutmenu ul li{
	width:160px;
	height:48px;
	overflow:hidden;
	float:left;
	line-height:48px;
	border:solid 1px #bc0000;
	border-radius:24px;
	text-align:center;
	margin-left:20px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.aboutmenu ul li a{
	font-size:16px;
	color:#bc0000;
	display:block;
}
.aboutmenu ul li:hover{
	background:#bc0000;
}
.aboutmenu ul li:hover a{
	color:#fff;
}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:106px;
	}
.aboutlist dl{
	overflow:hidden;
	padding:0;
	background:url(../images/line.jpg) no-repeat 95% center;
	}
.aboutlist dl:last-child{
	background:none;
}
.aboutlist dl dt,.aboutlist dl dd{
	overflow:hidden;
	float:left;
	}
.aboutlist dl dt{
	margin-right:10px;
	}
.aboutlist dl dt .timer{
	font-size:88px;
	font-family:Arial;
	color:#2c3441;
	line-height:88px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutlist dl dt img,.aboutlist dl dt .timer{
	float:left;
	}
.aboutlist dl dt img{
	margin-right:15px;
	margin-top:20px;
	}
.aboutlist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#828282;
	margin-bottom:18px;
}
.aboutlist dl:hover dt,.aboutlist dl:hover dt .counter{
	color:#d71515;
}

.mbox2Bot{padding:35px 0px 20px;background:none;width: 100%;height:auto;position:relative;overflow: hidden;margin-top: 30px;}
.mbox2Bot li{padding:2px 10px;width:25%;float:left;vertical-align:top;text-align:center;transition:all .8s ease 0s;transform:translateX(0px)}
.mbox2Bot li a{display:block}
.mbox2Img{margin:0 auto 10px;max-width:100px;}
.mbox2Img img{width: 100%;}
.mbox2BotH3{color:#333;font-size:14px;line-height:1.4;margin:0 auto;font-weight: 600;width: 90%;}
.mbox2Bot li a:hover .mbox2Img img{animation:swing 1s infinite linear}

@media only screen and (max-width: 767px){
	.about .aboutnr{position:relative;z-index:1;width: 100%;height: 48vh;top:0vh;}
	.about .aboutlf{width:96%;float: none;padding-left:2%;}
	.aboutr_tu{width:100%;overflow:hidden;position:relative;height:50vh;top:auto;right:auto;}
	.aboutr_tu .inaboutr1{width:100%;height:25vh;}
	.aboutr_tu .inaboutr2{width:50%;height:25vh;}
	.mbox2Bot{display: none;}
}


/* bwg
-------------------------------------------------------------- */
.bwgimg{
	width:36%;
	overflow:hidden;
	text-align:center;
	margin:auto;
}
.bwgimg img{
	max-width:100%;
	height:auto;
}
.bwgjs{
	width:100%;
	overflow:hidden;
	padding:0 18%;
	font-size:16px;
	color:rgba(232,227,209,0.7);
	line-height:30px;
	text-align:center;
	margin-top:50px;
}
.bwgmenu{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:40px;
}
.bwgmenu ul{
	overflow:hidden;
	display:inline-block;
}
.bwgmenu ul li{
	height:46px;
	line-height:46px;
	padding:0 15px;
	overflow:hidden;
	text-align:center;
	float:left;
	border:dashed 1px #bc0000;
	border-radius:23px;
	margin:5px 13px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.bwgmenu ul li a{
	overflow:hidden;
	font-size:16px;
	color:#bc0000;
	display:block;
}
.bwgmenu ul li:hover,.bwgmenu ul li.active{
	background:#bc0000;
}
.bwgmenu ul li:hover a,.bwgmenu ul li.active a{
	color:#fff;
}
/* jtfctit
-------------------------------------------------------------- */
.jtfc{
	width:100%;
}
.jtfctit{
	width:100%;
	overflow:hidden;
}
.jtfctit .tit{
	padding:0;
}
.jtfctit .jtfcmenu{
	overflow:hidden;
	padding:0;
	text-align:right;
}
.jtfcmenu ul{
	overflow:hidden;
	display:inline-block;
	margin-bottom:0;
}
.jtfcmenu ul li{
	width:162px;
	height:48px;
	line-height:48px;
	text-align:center;
	border:solid 1px #bc0000;
	border-radius:24px;
	float:left;
	margin-left:18px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.jtfcmenu ul li a{
	font-size:16px;
	color:#bc0000;
	display:block;
}
.jtfcmenu ul li:hover{
	background:#bc0000;
}
.jtfcmenu ul li:hover a{
	color:#fff;
}
.jtfcnr{
	margin-top:34px;
	position:relative;
}
.jtfcnr.container{max-width:82%;width:82%;}
.newslist{
	width:100%;
	overflow:hidden;
	background: #ebebeb;
	padding:15px;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newslist:hover{
	background:#bc0000;
}
.newslist:hover .newsrt h5,.newslist:hover .newsrt .newsmore{color:#fff;}

.newslist .newstitle{position:absolute;bottom:0px;width:100%;line-height:60px;text-align:center;height:60px;background-color: rgba(0,0,0,0.5);color:#fff;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.newslist:hover .newstitle{background-color: rgba(0,0,0,0.8);bottom:10px;}


.newslist:hover .newsrt .newsmore{
	background: url(../images/iconh12.png) no-repeat right center;
	border-top:solid 1px rgba(255,255,255,0.1);
}
.newslist:hover .newsrt p{
	color:rgba(255,255,255,0.5);
}
.newslist .newsimg{
	width:100%;
	overflow:hidden;
	height:240px;
	position:relative;
}
.newslist .newsimg img,.newslist .newsimg .img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslist:hover .newsimg img{transform:translate(-50%, -50%) scale(1.05);}
.newslist:hover .newsimg .img{transform: translate(-50%, -50%) scale(1.1);}
.newslist .newsrt{
	width:100%;
	overflow:hidden;
	padding:37px 30px 0 30px;
}
.newslist .newsrt .newsdate{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#bf1f00;
	line-height:30px;
}
.newslist .newsrt h5{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#000;
	line-height:1.4;
	text-verflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.newslist .newsrt p{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#959795;
	margin-top:10px;
	text-verflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.jtfcnr .newsmore{
	width:100%;
	overflow:hidden;
	background:url(../images/icon12.png) no-repeat right center;
	font-size:16px;
	color:#000;
	line-height:30px;
	border-top:solid 1px #d7d3c8;
	padding-top:16px;
	margin-top:42px;
}
.jtfcnr .swiper-button{
	overflow:hidden;
}
.jtfcnr .swiper-button div{
	width:56px;
	height:56px;
	border:solid 1px #bc0000;
	border-radius:50%;
	position:absolute;
	top:50%;
	margin-top:-28px;
	z-index:99;
}
.jtfcnr .swiper-button .swiper-button-prev{
	background:url(../images/prev5.png) no-repeat center;
	left:-120px;
}
.jtfcnr .swiper-button .swiper-button-next{
	background:url(../images/next5.png) no-repeat center;
	right:-116px;
}
.newsline{
	height:1px;
	background:#bf1f00;
	margin-top:60px;
	position:relative;
}
.newsline:after{
	content:"";
	width:250px;
	height:3px;
	background:#bf1f00;
	position:absolute;
	left:0;
	top:-1px;
}


/* fwbz
-------------------------------------------------------------- */
.fwbz .tit span:after{
	display:none;
	}
.fwbz .tit h4{
	color:#fff;
	text-align:left;
	}
.fwbz .tit{
	text-align:left;
	}
.fwbz .tit span{
	color:rgba(255,255,255,0.08);
	}
.fwbz .more{
	text-align:left;
	margin-top:34px;
	}
.fwbz .more span{
	color:#fff;
	border-bottom: solid 2px #fff;
	}
/* proyy
-------------------------------------------------------------- */
.proyy_tit{
	width:100%;
	overflow:hidden;
	margin-bottom:60px;
}
.proyy_tit h4,.proyymore{
	overflow:hidden;
	padding:0;
}
.proyy_tit h4,.newstit h4{
	font-size:50px;
	color: #f08336;
	line-height:60px;
}
.proyymore a{
	display:block;
	width:200px;
	height:55px;
	text-align:center;
	line-height:55px;
	font-size:16px;
	color:#fff;
	background:#f08336;
	border-radius:30px;
	font-weight:bold;
	float:right;
}
.jssl{
	position:relative;
}
.proyynr{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	border-radius:0 20px 20px 0;
}
.proyynr .swiper-container {
    width: 130%;
}
.jsslnr,.jsslnr h4,.jsslnr .jsslen,.jsslnr .jssljs,.jsslnr .jssltit{
	width:100%;
	overflow:hidden;
}
.proyynr .swiper-slide-active{
	overflow:hidden;
	border-radius:20px 0 0 20px;
}
.proyynr .jsslnr{
	height:515px;
	transform-origin: top left;
	transform: perspective(100px) skewX(-10deg);
	position:relative;
}
.proyynr .swiper-slide-active .jsslnr{
	transform-origin: top left;
	transform: perspective(100px) skewX(-10deg);
}
.jsslnr img{
	width:120%;
	height:100%;
	object-fit:cover;
	transform: perspective(100px) skewX(10deg);
	position:absolute;
	left:-100px;
	top:0;
	z-index:0;
}
.proyynr .swiper-slide-active .jsslnr img{
	width:110%;
	height:100%;
	object-fit:cover;
	transform: perspective(100px) skewX(10deg);
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.proyynr .swiper-slide .jsslnr .jsslbg{
	width:100%;
	height:100%;
	overflow:hidden;
	background:rgba(228,228,228,0.77);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.proyynr .swiper-slide-active .jsslnr .jsslbg{
	background: -webkit-linear-gradient(top, rgba(10,181,158,0.77), rgba(10,46,99,0.77));
    background: -o-linear-gradient(bottom, rgba(10,181,158,0.77), rgba(10,46,99,0.77));
    background: -moz-linear-gradient(bottom, rgba(10,181,158,0.77), rgba(10,46,99,0.77));
    background: linear-gradient(to bottom, rgba(10,181,158,0.77), rgba(10,46,99,0.77));
}
.proyynr .swiper-slide-active .jsslnr .jssltit{
	border-bottom:solid 1px rgba(255,255,255,0.3);
	padding-bottom:28px;
}
.jsslin{
	width:100%;
	overflow:hidden;
	padding:60px 126px 0 56px;
	position:absolute;
	left:5%;
	top:0;
	transform: perspective(100px) skewX(12deg);
	z-index:9;
}
.jsslnr h4{
	font-size:35px;
	color:#2c3441;
	line-height:45px;
	font-weight:bold;
	margin-top:-35px;
}
.jsslnr .jsslen{
	font-size:15px;
	color:#2c3441;
	font-family:Arial;
}
.jsslnr .jsslnum{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-weight:bold;
	font-size:97px;
	color:rgba(44,52,65,0.2);
	line-height:97px;
}
.jsslnr .jssljs{
	margin-top:32px;
	color:#fff;
	opacity:0;
}
.jsslnr .jsslmore{
	width:60px;
	overflow:hidden;
	color:#fff;
	line-height:30px;
	background:url() no-repeat top center;
	padding-top:23px;
	margin-top:66px;
	opacity:0;
}
.jssl .jsslgd{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:70px;
}
.jssl .jsslgd span{
	color:#2c3441;
	font-size:16px;
	border-bottom:solid 2px #2c3441;
	padding-bottom:4px;
	margin-left:24px;
}
.proyynr .swiper-slide-active .jsslnr .jssljs,.proyynr .swiper-slide-active .jsslnr .jsslmore{
	opacity:1;
}
.proyynr .swiper-slide-active .jsslnr .jsslnum{
	color:rgba(255,255,255,0.3);
}
.proyynr .swiper-slide-active .jsslnr h4,.proyynr .swiper-slide-active .jsslnr .jsslen{
	color:#fff;
}
.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
}

.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
}

.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
}

.proyynr .swiper-button{
	overflow:hidden;
	}
.proyynr .swiper-button div{
	width:21px;
	height:38px;
	outline:none;
	position:absolute;
	top:50%;
	margin-top:-19px;
	z-index:99;
	}
.proyynr .swiper-button .swiper-button-prev{
	background:url(../images/prev3.png) no-repeat center;
	left:-50px;
	}
.proyynr .swiper-button .swiper-button-next{
	background:url(../images/next.png) no-repeat center;
	right:-50px;
	}
.proyynr .swiper-button-lock {
	display: none
}


.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)
}

.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
}

/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;
}
.pro .tit{
	position:absolute;
	left: 5vw;
    top: 15vh;
	-webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
	overflow: visible;
	z-index:1;
}
.pro ul{
	width:100%;
	height:100%;
	overflow:hidden;
}
.pro ul li{
	height:100%;background:#ebebeb;border-left: 1px solid #d8d2bf;position:relative;
}
.pro ul li.w20{width: 20%;float: left;}

.pro ul li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}


.pro ul li:first-child{
	border-left:none;
}
.pro ul li .pic {
    width: 65%;
    height: 55%;
    position: absolute;
    right: 0%;
    bottom: 10vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
	z-index:9;
}
.pro ul li .pic img {max-width: 100%;height:auto;}
.pro ul li .h {
    position: absolute;
    left: 2vw;
    bottom: 15vh;
    font-size: 2rem;
	letter-spacing: 0.05em;
	color:#fff;
	font-weight: 600;
	line-height:2;
	padding-top:30px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
	z-index:99;
}
.pro ul li .h::before{
	content:"";
	width:14px;
	height:14px;
	background:#bc0000;
	border-radius:50%;
	position:absolute;
	left:12px;
	top:0;
}
.pro ul li .h a{
    font-size: 2rem;
	color:#fff;
}
.pro ul li:nth-child(even) .mask .text {
    bottom: 0;
    top: auto
}

.pro ul li .mask {
    background: url(../images/bg3.jpg) no-repeat center center/cover;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 16px
}
.pro ul li .mask::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.pro ul li.nm1 .mask{background: url(../images/bg21.jpg) no-repeat center center/cover;}
.pro ul li.nm2 .mask{background: url(../images/bg22.jpg) no-repeat center center/cover;}
.pro ul li.nm3 .mask{background: url(../images/bg23.jpg) no-repeat center center/cover;}
.pro ul li.nm4 .mask{background: url(../images/bg24.jpg) no-repeat center center/cover;}
.pro ul li.nm5 .mask{background: url(../images/bg25.jpg) no-repeat center center/cover;}


.pro ul li .mask a {
    display: block;
    height: 100%;
}

.pro ul li .mask a .pic{font-size: 14px;line-height: 1.4;}

.pro ul li .mask a.more1 {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.pro ul li > .pic img{
	opacity:0.5;
}

.pro ul li .mask .pic {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%);color: #fff;padding-right: 10px;font-size: 2rem;list-style:1.4;
}


.pro ul li .mask .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding:0 50px 5vw 50px;
}

.pro ul li .mask .text .h2 {
    font-size: 25px;
	color:#fff;
}
.pro ul li .mask .text .h3 {
    margin-top: 0.5em;
	font-size:18px;
	color:#fff;
}

.pro ul li .mask .text .p {
    margin-top: 1em;
	font-size:16px;
    color: rgba(255,255,255,0.4);
}

.pro ul li:last-child .inner {
    background: url(../image/bg1.jpg) no-repeat center center/cover;
    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;
    height: 100%
}
.pro ul li:hover>.pic {
	opacity:0
}

.pro ul li:hover .mask {
	opacity: 1;
	visibility: visible;
	z-index: 1
}
.pro ul li:hover .mask .pic {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
.pro ul li:hover .h,.pro ul li:hover .h a{
	color:#fff;
}

.pro ul li:hover .bg {
	opacity: 1
}

/* sdbz
-------------------------------------------------------------- */
.section6{position:relative;background:#ebebeb;}
.section6 .ntit{padding-top:100px;}

.sdbz{
	margin-top:240px;
	display:none;
}
.sdbz.active{
	display:block;
}
.sdbz,.sdbz h4,.sdbz p{
	width:100%;
	overflow:hidden;
}
.sdbz h4{
	font-size:30px;
	color:#fff;
	line-height:40px;
}
.sdbz p{
	font-size:16px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
}
.sdbzlist{
	width:62%;
	height:300px;
	overflow:hidden;
	background:#fff;
	padding-left:11.5%;
	border-radius:0 40px 0 0;
	position:absolute;
	left:0;
	bottom:0;
}
.sdbzlist ul,.sdbzlist ul li .sdbz_icon,.sdbzlist ul li h4{
	width:100%;
	overflow:hidden;
}
.sdbzlist ul li{
	width:25%;
	height:300px;
	overflow:hidden;
	float:left;
	cursor:pointer;
}
.sdbzlist ul li .sdbzbg{
	width:100%;
	height:100%;
	padding-top:106px;
	border-radius:0 40px 0 0;
}
.sdbzlist ul li:nth-child(1){
	background:#14b29d;
}
.sdbzlist ul li:nth-child(2){
	background:#2a5bb1;
}
.sdbzlist ul li:nth-child(3){
	background:#0b2c65;
}
.sdbzlist ul li:nth-child(1) .sdbzbg{
	background:#fff;
}
.sdbzlist ul li:nth-child(2) .sdbzbg{
	background:#14b29d;
}
.sdbzlist ul li:nth-child(3) .sdbzbg{
	background:#2a5bb1;
}
.sdbzlist ul li:nth-child(4) .sdbzbg{
	background:#0b2c65;
}
.sdbzlist ul li .sdbz_icon{
	text-align:center;
}
.sdbzlist ul li h4{
	text-align:center;
	font-size:22px;
	color:#2c3441;
	line-height:32px;
	font-weight:normal;
	margin-top:24px;
}
.sdbzlist ul li:nth-child(2) .sdbzbg h4,.sdbzlist ul li:nth-child(3) .sdbzbg h4,.sdbzlist ul li:nth-child(4) .sdbzbg h4{
	color:#fff;
}

/* link
-------------------------------------------------------------- */
.link{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#000000;
	line-height:30px;
	margin-top:65px;
}
.link a{
	margin-left:10px;
	font-size:16px;
	color:#000000;
}
.link > img{
	margin-right:18px;
}

/* footer
-------------------------------------------------------------- */
.footer{
	width:100%;
	overflow:hidden;
	background:url(../images/footerbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:60px;
	}
.footer .botlogo{
	overflow:hidden;
	padding:0;
	}
.footer .botlogo img{
	max-width:100%;
	height:auto;
	}
.footer .botshop{
	padding:18px 0 0 0;
	display:flex;
	justify-content:right;
}
.footer .botshop a{
	display:block;
	width: 160px;
    height: 48px;
	line-height: 48px;
    overflow: hidden;
	border-radius: 24px;
	background:#bc0000;
	text-align:center;
	font-size:16px;
	color:#fff;
}
.footernr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #dad1bb;
	margin-top:44px;
	padding-top:50px;
	border-bottom:solid 1px #dad1bb;
	padding-bottom:30px;
}
.footernr .footerlf{
	width:65%;
	overflow:hidden;
}
.footernr .footerlf dl{
	width:50%;
	float:left;
	margin-bottom:32px;
}
.footernr .footerlf dl dt,.footernr .footerlf dl dd{
	width:100%;
	overflow:hidden;
}
.footernr .footerlf dl dt{
	font-size:20px;
	color:#000;
	line-height:30px;
	font-weight:normal;
}
.footernr .footerlf dl dd{
	font-size:18px;
	color:#000;
	line-height:30px;
	margin-top:3px;
}
.footernr .footerlf dl dd a{
	font-size:18px;
	color:#000;
}
.footernr .footerrt{
	width:35%;
}
.footerrt .botewm{
	width:100%;
	overflow:hidden;
	display:flex;
	justify-content:right;
}
.footerrt .botewm dl{
	width:180px;
	overflow:hidden;
	margin-left:10px;
}
.footerrt .botewm dl dt,.footerrt .botewm dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.footerrt .botewm dl dt img{
	max-width:100%;
	height:auto;
}
.footerrt .botewm dl dd{
	color: #000;
	margin-top:5px;
	font-size:12px;
}
.message{
	width:100%;
	overflow:hidden;
	text-align:right;
	margin-top:86px;
}
.message div{
	overflow:hidden;
	display:inline-grid;
	margin-left:0.5%;
}
.message .xm{
	width:16%;
}
.message .xm input{
	width:100%;
	height:46px;
	line-height:46px;
	border-radius:5px;
}
.message .yzm{
	width:12%;
}
.message .yzm input,.message .yzm img{
	width:100%;
}
.message .xm #contactsb{
	background:#fff url(../images/icon4.png) no-repeat 16px center;
	padding-left:38px;
}
.message .xm #mobileb{
	background:#fff url(../images/icon5.png) no-repeat 16px center;
	padding-left:44px;
}
.message .ly #contentb{
	background:#fff url(../images/icon6.png) no-repeat 16px center;
	padding-left:46px;
}
.message .ly{
	width:35.5%;
}
.message .ly textarea{
	width:100%;
	height:46px;
	line-height:46px;
	border-radius:5px;
	background:#fff;
}
.message .btn1{
	width:15%;
}
.message .btn1 input{
	width:50%;
	height: 46px;
    line-height: 46px;
    border-radius: 5px;
}
.message .tjbtn{
	width:14%;
}
.message .tjbtn button{
	width:100%;
	height:46px;
	line-height:46px;
	border-radius:5px;
	background:#bc0000;
	color:#fff;
	font-size:15px;
}
.footerbot{
	width:100%;
	overflow:hidden;
	padding:30px 0;
	line-height:30px;
	color:#000;
	font-size:15px;
}
.footerbot a{
	color:#000;
	font-size:15px;
	}
.wapbot{
	height:45px;
	position:fixed;
	left:0;
	bottom:0;
	z-index:999;
	display:none;
}
.wapbot,.wapbot ul{
	width:100%;
	overflow:hidden;
}
.wapbot ul li{
	width:33.3333333333333333%;
	height:45px;
	line-height:45px;
	overflow:hidden;
	float:left;
	overflow:hidden;
	background: #bc0000;
	color:#fff;
	font-size:16px;
	text-align:center;
	border-right:solid 1px rgba(255,255,255,0.5);
}
.wapbot ul li a{
	color:#fff;
	font-size:16px;
	display:block;
}
/* searchnr
-------------------------------------------------------------- */
.search_n{
	margin-top:60px;
	margin-bottom:60px;
}
.searchnr_n{
	overflow:hidden;
	margin-bottom:15px;
	padding: 0 10px;
}
.searchnr_n .card,.card-img-150,.card-body,.card-title,.card-text{
	width:100%;
	overflow:hidden;
}
.card-img-150{
	height:260px;
	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;
}
/* return
-------------------------------------------------------------- */
.return{
	
}
/* banner_n
-------------------------------------------------------------- */
.banner_n{ 
	width:100%; 
	height:500px;
	position:relative;
	background:url(../banner1.jpg) no-repeat top center;
	background-size:cover;
}

.banner_n::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
    pointer-events: none; 
}
@media (min-width: 1921px){
	.banner_n{height:867px;}
}
@media(max-width:1680px) {
	.banner_n{height:569px;	}
}
@media(max-width:1440px) {
	.banner_n{height:488px;}
}
@media(max-width:1360px) {
	.banner_n{height:460px;}
}
@media(max-width:1280px) {
	.banner_n{
		height:433px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:390px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:335px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:260px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:217px;
	}
}
@media(max-width:540px) {
	.banner_n{
		height:183px;
	}
}
/* position
-------------------------------------------------------------- */
.dingwei{
	width: 100%;
	float: left;
	position: absolute;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid rgba(255,255,255,0.30);
	font-size: 14px;
	bottom: 0;
	left: 0;
	z-index: 11;
	color: #FFFFFF;
	background: rgba(0,0,0,0.30);
}
.dingwei a{color: #FFFFFF;}
.dingwei a span{color: #FFFFFF;padding:0 5px;}
.dingwei a:hover{color:#bc0000;}

.menu_n{width: 100%;float: left;height: 60px;border-bottom: 1px solid #DDDDDD;line-height: 60px;}
.menu_n ul{border-left: 1px solid #DDDDDD;display: flex;}
.menu_n ul li{width: calc(20% - 2px);height: 60px;line-height: 60px;text-align: center;font-size: 16px;border-right: 1px solid #DDDDDD;}
.menu_n ul li.w3{width: calc(33.3% - 2px);}
.menu_n ul li a{width: 100%;float: left;text-align: center;}
.menu_n ul li a:hover{background-color: #bf1f00;color: #FFFFFF;}
.menu_n ul li .cur{background-color: #bf1f00;color: #FFFFFF;}



/*abouttop*/
.intitle{
	width: 100%;
	float: left;
	margin-top: 80px;
	position: relative;
}
.intitle dl dt{
	font-size: 48px;
	color: #E9EDF0;
	line-height: 72px;
	font-family: anton;
	text-align: center;
	letter-spacing: 10px;
	text-transform: uppercase;
}
.intitle dl dd{
	width: 100%;
	height: 72px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	line-height: 72px;
	color: #000000;
	background-image: url(../images/bk.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	letter-spacing: 5px;
}

.xtitle{font-size:24px;color: #333333;line-height: 32px;margin-top: 20px;text-align: center;width: 100%;float: left;font-weight: 400;}
.nyabout{width: 100%;float: left;margin-top: 25px;font-size: 18px;line-height:2;padding: 0px 10%;color: #666666;}
.nyabout p{font-size:18px;line-height:2;padding-bottom:20px;}
.nyabout p img{
	max-width: 100%;
	height: auto;
}
.nyabout p span{font-size:18px;line-height:2;}
.nyabout01{width: 100%;float: left;margin-top: 40px;}
.nyabout01 ul{display: flex;}
.nyabout01 ul li{width: 25%;background-color: #f2f2f2;display: flex;font-size: 18px;line-height: 30px;color: #666666;padding:25px 30px 20px;;justify-content: space-between;}
.nyabout01 ul li div:first-child{width: 50px;margin-top:10px;}
.nyabout01 ul li div:first-child img{width: 50px;}
.nyabout01 ul li div:nth-child(2){width: calc(100% - 70px);}
.nyabout01 ul li h1{font-size: 18px;color: #333333;margin-bottom: 10px;font-weight: normal;line-height:1.4;}
.nyabout01 ul li:nth-child(2){background-color: #f9fafb;}
.nyabout01 ul li:nth-child(4){background-color: #f9fafb;}
.abouttu1{width: 100%;float: left;margin-top: 30px;height:400px;background:url(../about4.jpg) center center no-repeat;background-size: cover;background-attachment:fixed;}
.abouttu1 img{width: 100%;height: auto;display: block;}

.cutrul{
	width: 100%;
	float: left;
	background-color: #e9edf0;
	padding-bottom: 105px;
}
.cutrul01{
	width: 100%;
	float: left;
	margin-top: 55px;
}
.cutrul01 ul{
	display: flex;
	justify-content: space-between;
}
.cutrul01 ul li{
	width: calc(33.33% - 40px);
	position: relative;
	transition: all 0.6s;
}
.cutrul01 ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.cutrul01 ul li .tex{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0px 20%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
}
.cutrul01 ul li .tex h1{
	font-size: 24px;color: #fff;
	line-height: 32px;
	margin-bottom: 20px;
}
.cutrul01 ul li p{color: #fff;}
.cutrul01 ul li .tex2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(../images/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 20%;
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	color: #FFFFFF;
	transition: all 0.6s;
}
.cutrul01 ul li .tex2 dl dt{
	height: 96px;
	margin-bottom: 40px;
	text-align: center;
}
.cutrul01 ul li .tex2 dl dt img{
	width: auto;
	height: auto;
	display: inline-block;
}
.cutrul01 ul li .tex2 dl dd{
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 20px;
}
.cutrul01 ul li:hover .tex2{
	opacity: 1;
	visibility: visible;
}
.newsimg .img{height: 300px;}

/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333333;
	line-height:30px;
	margin-bottom:10px;
	}
.ntit hr{
	width:1px;
	height:38px;
	background:#333333;
	border:none;
	margin-top:26px;
	margin-bottom:22px;
	}
.ntit h4{
	width:100%;
	font-size:52px;
	color:#333;
	line-height:62px;
	margin:0 0 5px 0;
	}
.ntit h4 span{
	font-size:52px;
	color:#333;
	position:relative;
	z-index:1;
}
/* about_n
-------------------------------------------------------------- */
.about_n{
	margin-bottom:60px;
	}
.about_n .aboutnr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	margin-top:50px;
	}
.about_n .aboutnr_n p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
.about_n .aboutnr_n img{
	max-width:100%;
	height:auto;
}
.about_n .aboutnr_n .about_img{
	margin-left: 60px;
}
.about_n .aboutnr_n .aboutnum{
	color:#bf1f00;
	font-size:135px;
	line-height:135px;
}
/* ppln_n
-------------------------------------------------------------- */
.ppln_n{
	width:100%;
	overflow:hidden;
	background:url(../images/pplnbg.jpg) no-repeat bottom center;
	padding:0 0 60px 11.6%;
}
.pplnnr_n{
	width:100%;
	overflow:hidden;
	margin-top:76px;
}
.pplnnr_n .pplnlf_n{
	width:32%;
	overflow:hidden;
	border-right:solid 1px #d5d0c7;
	padding-top:56px;
	padding-bottom:102px;
	padding-right: 40px;
}
.pplnnr_n .pplnrt_n{
	width:68%;
	overflow:hidden;
	padding-right:40px;
	text-align:right;
	position:relative;
}
.pplnnr_n .pplnlf_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#777777;
	line-height:30px;
	margin-top:15px;
}
.pplnnr_n .pplnlf_n .ppggy_n{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#bc0000;
	line-height:30px;
	font-weight:bold;
	margin-top:50px;
}
.pplnnr_n .pplnlf_n .ppggy_n p{
	font-size:20px;
	color:#bc0000;
	line-height:30px;
	font-weight:bold;
	text-align: justify;
}
.pplnnr_n .pplnrt_n div{
	display:inline-block;
}
.pplnnr_n .pplnrt_n .ppimg_n{
	width:75%;
	overflow:hidden;
}
.pplnnr_n .pplnrt_n div img{
	max-width:100%;
	height:auto;
}
.pplnnr_n .pplnrt_n .pptit_n{
	overflow:hidden;
	position:absolute;
	top:50%;
	left:190px;
	-webkit-transform:translate(0,-50%);
  -moz-transform:translate(0,-50%);
  transform:translate(0,-50%);
}
.ppqs_n{
	width:100%;
	overflow:hidden;
	background:#fef7ec;
	padding:90px 0;
}
.ppqsnr_n{
	width:100%;
	overflow:hidden;
	margin-top:82px;
}
.ppqs_n .ppqsrt_n{
	padding:0;
}
.ppqs_n .ppqslf_n{
	padding:0 30px 0 0;
}
.ppqs_n .ppqslf_n img{
	max-width:100%;
	height:auto;
}
.ppqs_n .ppqsrt_n{
	font-size:16px;
	color:#777777;
	line-height:45px;
	padding-top:160px;
}
.ppqs_n .ppqsrt_n span{
	font-size:16px;
	color:#bc0000;
	font-weight:bold;
}
/* ldgh_n
-------------------------------------------------------------- */
.honorrq_n{
	width:100%;
	overflow:hidden;
	position:relative;
}
.honor_n{
	margin-bottom:60px;
}
.honornr_n{
	margin-top:40px;
}
.honornr_n,.honornr_n ul{
	width:100%;
	overflow:hidden;
}
.honornr_n ul li{
	width:49%;
	overflow:hidden;
	background:#fff;
	float:left;
	padding:34px;
	margin:15px 2% 15px 0;
	border-radius:20px;
	position:relative;
}
.honornr_n ul li:nth-child(2n){
	margin-right:0;
}
.honornr_n ul li .honorimg_n{
	width:40%;
	overflow:hidden;
}
.honornr_n ul li .honorrt_n{
	width:60%;
	overflow:hidden;
	padding-left:40px;
	padding-top:78px;
}
.honornr_n ul li .honorrt_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#bf1f00;
	line-height:32px;
}
.honornr_n ul li .honorrt_n .honornr_n{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#7f7f7f;
	margin-top:20px;
}
.honornr_n ul li .honorrt_n .honornr_n p{
	font-size:15px;
	color:#7f7f7f;
}
.honornr_n ul li .honorimg_n img{
	max-width:100%;
	height:auto;
}

/* ldgh_n
-------------------------------------------------------------- */

.cpcplist{
	width:100%;
	overflow:hidden;
	padding:0;
}

.cpcplist img{
	width:100%;
	height:auto;
}

.cpcplist .cycptitle{
	font-size:16px;
	color:#fff;
	line-height:40px;
	margin-top:18px;position:absolute;margin-top:-40px ;background-color: rgba(0,0,0,0.6);width: 100%;
}
.cpcplist{
	width:100%;
	float:left;
	position:relative;
}
.cpcplist .swiper-button div{
	width:50px;
	height:50px;
	position:absolute;
	top:50%;
	margin-top:-25px;
	background-color: rgba(0,0,0,0.5);
	z-index:99;
}
.cpcplist .swiper-button .swiper-button-prev{
	left:0px;
	background:rgba(0,0,0,0.5) url(../images/prev3.png) no-repeat center;
}
.cpcplist .swiper-button .swiper-button-prev:hover{
	background-color:rgba(191,31,0,0.8) ;
}
.cpcplist .swiper-button .swiper-button-next{
	right:0px;
	background:rgba(0,0,0,0.5) url(../images/next3.png) no-repeat center;
}
.cpcplist .swiper-button .swiper-button-next:hover{
	background-color:rgba(191,31,0,0.8) ;
}
/* dsj_n
-------------------------------------------------------------- */
.dsj_cz{margin-bottom:0px;width:90%;overflow:hidden;position:relative;margin-top:20px;margin-left:auto;margin-right:auto;}
.dsj_cz.swiper-container{margin-top: 20px;padding-top: 20px;}


.dsj_cz .dsj_cz_z{height:40vh;}
.dsj_cz .dsj_cz_z{align-items:center;background:url(../images/pzbg1.jpg) 50% no-repeat;background-size:cover;border-radius:0px;box-shadow:0 1px 4px rgba(0,0,0,.1);display:flex;justify-content:center;margin-bottom:0px;overflow:hidden;padding:20px 0;position:relative}
/*.dsj_cz .dsj_cz_z:nth-child(2n){background:#fff}*/
.dsj_cz .dsj_cz_z .w{text-align:center;width:90%}
.dsj_cz .dsj_cz_z .w .img{display:block;position:relative}
.dsj_cz .dsj_cz_z .w .img img{display:block;margin:0 auto;width:60px}
.dsj_cz .dsj_cz_z .w .img .img2{display:none}
.dsj_cz .dsj_cz_z:hover{background:#c9151e}
.dsj_cz .dsj_cz_z:hover .w .img .img1{display:none}
.dsj_cz .dsj_cz_z:hover .w .img .img2{display:block}
.dsj_cz .dsj_cz_z .w i{background-color:#ccc;display:block;height:2rem;margin:1rem auto 1rem;width:2px}
.dsj_cz .dsj_cz_z .w .p{margin:0 auto;width:90%}
.dsj_cz .dsj_cz_z .w .p h3{color:#333;font-size:16px;line-height:1.6;font-weight: 600;}
.dsj_cz .dsj_cz_z .w .p .wz{color:#444;font-size:14px;height:120px;line-height:30px;margin-top:20px;overflow:hidden}
.dsj_cz .dsj_cz_z:hover .w i{background-color:#fff}
.dsj_cz .dsj_cz_z:hover .w .p .wz,.dsj_cz .dsj_cz_z:hover .w .p h3{color:#fff}
.dsj_cz .dsj_cz_z_img{height:40vh;overflow: hidden;}


.dsj_cz.swiper-container  .swiper-button{overflow:hidden;}
.dsj_cz.swiper-container  .swiper-button div{width:56px;height:56px;border:solid 1px #bc0000;border-radius:50%;position:absolute;top:50%;margin-top:-28px;z-index:99;}


.dsj_n{
	margin-bottom:100px;
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:30px;
}
.dsjnr_n{
	width:100%;
	overflow:hidden;
	padding:0 0 0 11.6%;
	margin-top:84px;
	position:relative;
}
.dsjnr_n::after{
	content:"";
	width:100%;
	height:2px;
	background:#ccc;
	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 #bc0000;
    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: #bc0000;
    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:#1f1f1f;
	font-weight:normal;
	line-height:42px;
	margin-bottom:8px;
}
.dsjlist_n h5 span{
	font-size:42px;
	color:#1f1f1f;
	font-family:Arial;
	font-weight:bold;
	margin-right:10px;
}
.dsjlist_n p{
	font-size:16px;
	color:#1f1f1f;
	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:50px;
	z-index:90;
}
.dsj_n .swiper-button div{
	width:52px;
	height:52px;
	float:left;
}
.dsj_n .swiper-button .swiper-button-prev{
	background:#bc0000 url(../images/prev3.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-next{
	margin-left:32px;
	background:#bc0000 url(../images/next3.png) no-repeat center;
}
.dsj_n .swiper-button .swiper-button-disabled{
	opacity:0.6;
}
.dsjimg_n{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.dsjimg_n img{
	max-width:100%;
	height:auto;
}
/* jxy_n
-------------------------------------------------------------- */
.jxy_n{
	width:100%;
	overflow:hidden;
	padding-left:11.6%;
	position:relative;
	margin-top:60px;
	margin-bottom:42px;
}
.jxylf_n{
	width:36%;
	overflow:hidden;
}
.jxylf_n .ntit{
	margin-bottom:140px;
}
.jxylf_n h5{
	width:100%;
	overflow:hidden;
	font-size:22px;
	color:#bc0000;
	line-height:40px;
}
.jxynr_n{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#777;
	line-height:40px;
	margin-top:61px;
}
.jxy_n .jxyimg_n{
	width:55%;
	overflow:hidden;
	margin-top:100px;
}
.jxy_n img{
	width:100%;
	height:auto;
}
.jxy_ggy img,.jxy_botimg img{
	max-width:100%;
	height:auto;
}
.jxy_ggy{
	overflow:hidden;
	line-height:140px;
}
.jxy_ggy span{
	font-size:140px;
	color:#f3eadd;
	font-weight:bold;
	letter-spacing:46px;
	margin-right:75px;
}
.jxy_bot{
	margin-top:76px;
	margin-bottom:210px;
}
.jxy_botimg{
	width:56%;
	overflow:hidden;
}
.jxy_botnr{
	width:35%;
	overflow:hidden;
	font-size:16px;
	color:#777;
	line-height:40px;
	padding-top:166px;
}
/* promenu_n
-------------------------------------------------------------- */
.promenu_n,.promenu_n dl{
	width:100%;
	overflow:hidden;
}
.promenu_n dl{
	border-bottom:solid 1px #e9e3db;
	display:flex;
	justify-content:left;
	padding:9px 0;
}
.promenu_n dl dt{
	font-size:18px;
	color:#333333;
	line-height:30px;
}
.promenu_n dl dd{
	font-size:18px;
	color:#969595;
	line-height:30px;
	padding-left:32px;
}
.promenu_n dl dd a{
	font-size:18px;
	color:#969595;
	margin:0 40px;
}
.promenu_n dl dd a:hover,.promenu_n dl dd a.active{
	font-weight:bold;
	color:#bc0000;
}
/* pro_n
-------------------------------------------------------------- */
.pro_n{margin:30px auto;}
.proall_n{width:100%;overflow:hidden;margin-top:40px;}
.proall_n dl{
	width:90%;
	padding:0;
	height:587px;
	margin:69px 0;
	background:#efefef;
	position:relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
	}
.proall_n dl:hover{
	background:#bc0000;
}
.proall_n dl:nth-child(2n+1){
	float:right;
}
.proall_n dl:nth-child(2n){
	float:left;
}
.proall_n dl i{
	position:absolute;
	font-size:108px;
	line-height:108px;
	font-style: normal;
	font-family:Arial;
	color:#181818;
	font-weight:bold;
	top:-50px;
	}
.proall_n dl:nth-child(1) i:before,.proall_n dl:nth-child(2) i:before,.proall_n dl:nth-child(3) i:before,.proall_n dl:nth-child(4) i:before,.proall_n dl:nth-child(5) i:before
,.proall_n dl:nth-child(6) i:before,.proall_n dl:nth-child(7) i:before,.proall_n dl:nth-child(8) i:before,.proall_n dl:nth-child(9) i:before{
	content:"0";
}
.proall_n dl dt{
	width:60%;
	overflow:hidden;
	padding:100px 80px 0 80px;
	}
.proall_n dl:nth-child(2n+1):before{
	left:80px;
	}
.proall_n dl:nth-child(2n):before{
	right:80px;
	}
.proall_n dl:nth-child(2n+1) dt{
	float:left;
	}
.proall_n dl:nth-child(2n+1) dd{
	float:right;
	}
.proall_n dl:nth-child(2n) dt{
	float:right;
	}
.proall_n dl:nth-child(2n) dd{
	float:left;
	}
.proall_n dl dd{
	width:40%;
	height:100%;
	overflow:hidden;
	position:relative;
	}
.proall_n dl dd 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;
}
.proall_n dl:hover dd img{
	-webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
	}
.proall_n dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:32px;
	color:#181818;
	line-height:42px;
	font-weight:bold;
	}
.proall_n dl dt h4 span{
	font-size:32px;
	color:#181818;
	position:relative;
}
.proall_n dl dt h4 span::before{
	content:"";
	width:146px;
	height:1px;
	background:#b9ab97;
	position:absolute;
	right:-171px;
	top:50%;
	margin-top:-0.5px;
}
.proall_n dl:hover dt h4 span::before{
	background:rgba(255,255,255,0.3);
}
.proall_n dl:first-child dt h4 span::after,.proall_n dl:nth-child(2) dt h4 span::after{
	content:"";
}
.proall_n dl dt .proms_n{
	width:100%;
	overflow:hidden;
	margin-top:50px;
	font-size:16px;
	color:#3e3e3e;
	line-height:30px;
	font-weight:normal;
	}
.proall_n dl dt .proms_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3e3e3e;
	line-height:30px;
	font-weight:normal;
	}
.proall_n dl:hover dt .proms_n,.proall_n dl:hover dt .proms_n p,.proall_n dl:hover dt h4,.proall_n dl:hover dt h4 span,.proall_n dl:hover i{
	color:#fff;
}
.proall_n dl:hover i{
	text-shadow:4px 0px 2px rgba(0,0,0,0.25);
}
.proall_n dl dt .promore_n{
	width:162px;
	height:48px;
	background:#bc0000;
	border-radius:24px;
	color:#fff;
	font-size:16px;
	text-align:center;
	line-height:48px;
	margin-top:80px;
	font-weight:normal;
}
.proall_n dl:hover dt .promore_n{
	background:#feebce;
	color:#bc0000;
}
.pronr_n{
	width:96%;
	overflow:hidden;margin: 0 auto;
}
.pronr_n dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:10px 2% 10px 0;
}
.pronr_n dl:nth-child(3n){
	margin-right:0;
}
.pronr_n dl dt,.pronr_n dl dd{
	width:100%;
	overflow:hidden;
}
.pronr_n dl dt{position:relative;height:auto;padding-top:75%;}
.pronr_n dl dt img{position: absolute; top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: auto;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}
.pronr_n dl dt .img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: auto;padding-top:75%;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;}

.pronr_n dl:hover dt img,.pronr_n dl:hover dt .img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.pronr_n dl dd{
	font-size:20px;
	color:#333;
	line-height:30px;
	margin-top:5px;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.pronr_n dl:hover dd{
	color:#bc0000;
}
.prorq_n{
	width:100%;
	overflow:hidden;
	padding:20px 2% 0;
}
.prorq_n .proimg_n{
	overflow:hidden;
	padding:0;
	position:relative;
}
.prorq_n .proimg_n img{
    max-width: 100%;
    height: auto;
}
.prorq_n .proimg_n .probtn{
	width:96px;
	height:96px;
	background:rgba(0, 0, 0, 0.3) url(../images/video.png) no-repeat center;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:90;
	cursor:pointer;
}
.prorq_n .proimg_n .probtn:hover{
	background:rgba(191, 31, 0, 1) url(../images/video.png) no-repeat center;
}
.prorq_n .proimg_n .swiper-slide img{
	width:100%;
	height:auto;
}
.prorq_n .proimg_n .mySwiper{
	width:100%;
	overflow:hidden;
	margin-top:15px;
}
.prorq_n .proimg_n .mySwiper .swiper-slide-active{
	border:solid 2px #bc0000;
}
.prorq_n .prort_n{
	overflow:hidden;
	padding:30px 0 0 66px;
}
.prorq_n .prort_n h1{
	width:100%;
	overflow:hidden;
	color:#333;
	font-size:30px;
	line-height:40px;
	margin:0;
	border-bottom:solid 1px #ece1d1;
	padding-bottom:34px;
}
.prorq_n .prort_n h5,.procs_n h5,.tjpro h5{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#333;
	line-height:35px;
	margin-top:33px;
}
.prorq_n .prort_n .fbnr{
	width:100%;
	overflow:hidden;
	color:#99958f;
	font-size:15px;
	line-height:30px;
	margin-top:19px;
}
.prorq_n .prort_n .fbnr p{
	color:#99958f;
	font-size:15px;
	line-height:30px;
}
.procs_n,.procs_n h5,.procs_n .procsnr_n{
	width:100%;
	overflow:hidden;
}
.procs_n .procsnr_n{
	margin-top:30px;
	font-size:16px;
	line-height:30px;
	color:#34322f;
}
.tjpro h5{
	text-align:center;
}
.tjpronr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	margin-bottom:95px;
}
.tjpronr dl{
	width:32%;
	overflow:hidden;
	float:left;
	margin:10px 2% 10px 0;
}
.tjpronr dl:last-child{
	margin-right:0;
}
.tjpronr dl dt,.tjpronr dl dd{
	width:100%;
	overflow:hidden;
}
.tjpronr dl dt img{
	width:100%;
	height:auto;
}
.tjpronr dl dd{
	line-height:30px;
	font-size:20px;
	color:#333;
	margin-top:17px;
}
.shfw_n,.cpwx_n{
	margin-top:40px;
}
.cpwx_n,.cpwx_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3d3d3d;
	line-height:40px;
}
.shfw_n,.shfw_n p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#3d3d3d;
	line-height:30px;
}
.shfw_n p{
	border-bottom:1px solid #ece1d1;
	padding-bottom:14px;
	margin-top:53px;
}
.shfw_n p:first-child,.shfw_n p:nth-child(2),.shfw_n p:nth-child(3),.shfw_n p:nth-child(4){
	width:49%;
}
.shfw_n p:nth-child(1),.shfw_n p:nth-child(3){
	float:left;
}
.shfw_n p:nth-child(2),.shfw_n p:nth-child(4){
	float:right;
	margin-left:2%;
}
/* video_n
-------------------------------------------------------------- */
.video_n{
	margin-bottom:60px;
}
.videonr_n{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	font-size:16px;
	line-height:30px;
}
.videonr_n p{
	font-size:16px;
	line-height:30px;
}
.videonr_n video{
	width:100%;
	height:auto;
}
.videonr_n img{
	max-width:100%;
	height:auto;
}
.zgzbtit .ntit,.zgzbtit .zgzbmore{
	padding:0;
}
.zgzbtit .zgzbmore{
	text-align:right;
}
.zgzbtit .zgzbmore a{
	font-size:18px;
	color:#333333;
}
.zgzbtit .zgzbmore a i{
	margin-left:30px;
}
.zgzbnr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	padding:0 3%;
	position:relative;
}
.zgzbnr .zgzbimg{
	width:100%;
	overflow:hidden;
}
.zgzbnr .zgzbimg img{
	width:100%;
	height:auto;
}
.zgzbnr .swiper-button-prev{
	position:absolute;
	width:13px;
	height:21px;
	background:url(../images/prevh2.png) no-repeat center;
	left:1%;
	top:50%;
	margin-top:-10.5px;
	z-index:99;
}
.zgzbnr .swiper-button-next{
	position:absolute;
	width:13px;
	height:21px;
	background:url(../images/nexth2.png) no-repeat center;
	right:1%;
	top:50%;
	margin-top:-10.5px;
	z-index:99;
}
.yx_n,.yx_n ul{
	width:100%;
	overflow:hidden;
}
.yx_n{
	margin-top:30px;
}
.yx_n ul li{
	width:32%;
	overflow:hidden;
	text-align:center;
	float:left;
	margin:10px 2% 10px 0;
}
.yx_n ul li:nth-child(3n){
	margin-right:0;
}
.yx_n ul li img{
	max-width:100%;
	height:auto;
}
.yx_n ul li:hover img{
	transform:scale(1.05);
	}
/* dsfc
-------------------------------------------------------------- */
.dsfc{
	margin-top:116px;
}
.dsfcnr,.dsfclist{
	width:100%;
	overflow:hidden;
}
.dsfcnr{
	margin-top:58px;
}
.dsfcnr .swiper-container{
	width:200%;
	margin-left:-50%;
}
.dsfclist{
	position:relative;
}
.dsfcnr .dsfcimg{
	width:66%;
	overflow:hidden;
}
.dsfcnr .dsfcimg img{
	width:100%;
	height:auto;
}
.dsfcnr .dsfcjs{
	width:48%;
	height:82%;
	overflow:hidden;
	background:#fff;
	padding:54px 64px 0 64px;
	position:absolute;
	right:0;
	top:9%;
}
.dsfcnr .dsfcjs h5{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#353535;
	line-height:50px;
}
.dsfcnr .dsfcms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#a2a2a2;
	margin-top:28px;
}
.dsfcnr .dsfcmore{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#bc0000;
	position:absolute;
	left:0;
	bottom:46px;
	padding:0 0 0 64px;
}
.dsfcnr .dsfcmore span{
	font-size:16px;
	color:#bc0000;
	margin-left:18px;
}
.yyly{
	margin-bottom:60px;
}
.yyly .message_n{
	margin-top:76px;
}
/*首页荣誉*/


        /* 模拟原编辑器的整体容器，保持旋转和布局一致 */
        .edit-pc-swiper {
            position: relative;
            width: 100%;
            overflow: hidden;
            background: #05070a;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0rem 0;
        }

        /* swiper-slide 作为滚动区域的包裹层 */
        .edit-pc-swiper .swiper-slide {
            position: relative;
            width: 100%;
            overflow: visible;
        }

        /* 核心滚动列表容器: 旋转-45度，宽度加大，营造倾斜视觉流 */
        .edit-pc-swiper .swiper-slide .limarquee-list {
            transform: rotate(-45deg);
            margin-top: -27.0833vw;
            width: 115%;
            position: relative;
            left: -2%;
        }

        /* 每条滚动行 (左右滚动的基础单元) */
        .edit-pc-swiper .swiper-slide .limarquee-item {
            display: flex;
            flex-wrap: nowrap;
            white-space: nowrap;
            margin-bottom: clamp(20px, 1.5625vw, 30px);
            will-change: transform;
        }

        /* 第二行偏移 */
        .edit-pc-swiper .swiper-slide .limarquee-item:nth-child(2) {
            margin-left: -5%;
        }

        /* 第三行偏移 */
        .edit-pc-swiper .swiper-slide .limarquee-item:nth-child(3) {
            margin-left: -7%;
        }

        /* 图片卡片样式 */
        .edit-pc-swiper .swiper-slide .limarquee-item .pic {
            margin-right: clamp(20px, 1.5625vw, 30px);
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            width: max(300px, 29.4271vw);
            flex-shrink: 0;
            background: #1e2129;
            box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.5);
            transition: transform 0.3s ease, filter 0.3s;
        }

        .edit-pc-swiper .swiper-slide .limarquee-item .pic:hover {
            transform: scale(1.02);
            filter: brightness(1.05);
            z-index: 2;
        }

        /* 16:9 比例适配原设计 */
        .edit-pc-swiper .swiper-slide .limarquee-item .pic::after {
            content: "";
            display: block;
            padding-bottom: calc(318 / 565 * 100%);
        }

        .edit-pc-swiper .swiper-slide .limarquee-item .pic img {
            position: absolute;
            left: 0;
            top:0px;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            transition: transform 0.4s ease;
            pointer-events: none;
        }

        /* ========= 新增：黑色半透明遮罩层 (0.6 黑色) ========= */
        .edit-pc-swiper .swiper-slide.slide2::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 10;
            pointer-events: none;
        }

        /* 保留原有装饰遮罩，但为了避免覆盖文字，改为仅保留背景纹理且混合模式，降低不透明度？ 
           为了保留原有的视觉效果，我们将原有的mask图片叠加在黑色层之上，营造更有质感的暗调效果 */

        /* 文字容器 - 居中显示在最上层 */
        .slide-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 20;
            text-align: center;
            width: 90%;
            max-width: 800px;
            pointer-events: none; /* 让文字不干扰点击，但按钮需要单独可点，所以按钮区域要重新允许事件 */
        }

        /* 主标题 */
        .slide-title {
            font-size: clamp(32px, 5vw, 68px);
            font-weight: 700;
            color: #ffffff;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
            letter-spacing: -0.02em;
            margin-bottom: 1rem;
            background: linear-gradient(135deg, #fff, #e0e0e0);
            background-clip: text;
            -webkit-background-clip: text;
            color: transparent;
            text-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }

        /* 副标题段落 */
        .slide-sub-title {
            font-size: clamp(16px, 2.2vw, 22px);
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 2rem;
            line-height: 1.5;
            font-weight: 400;font-size: clamp(22px, 5vw, 34px);
            text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
        }

        .slide-sub-title p {
            margin: 0.2rem 0;font-size: clamp(16px, 5vw, 22px);line-height: 1.5;
        }

        /* 按钮样式 - 可点击 */
        .slide-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(105deg, #ffffff 0%, #f0f0f0 100%);
            color: #111;
            font-size: clamp(16px, 1.8vw, 20px);
            font-weight: 600;
            padding: 12px 36px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
            letter-spacing: 1px;
            border: 1px solid rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(2px);
            pointer-events: auto; /* 按钮可点击 */
        }

        .slide-btn span {
            position: relative;
            z-index: 1;
        }

        .slide-btn:hover {
            transform: translateY(-3px);
            background: linear-gradient(105deg, #fff, #ffffff);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.4);
            color: #000;
            border-color: rgba(255, 255, 255, 0.8);
        }

        .slide-btn:active {
            transform: translateY(2px);
        }

        /* 滚动内容层级需在遮罩之下但可见，确保文字在上 */
        .edit-pc-swiper .swiper-slide .limarquee-list {
            position: relative;
            z-index: 5;
        }

        /* 手机端适配优化 */
        @media (max-width: 768px) {
            .edit-pc-swiper .swiper-slide .limarquee-item .pic {
                width: max(280px, 48vw);
                margin-right: clamp(12px, 2.5vw, 20px);
            }
            .edit-pc-swiper .swiper-slide .limarquee-list {
                margin-top: -20vw;
                width: 150%;
                transform: rotate(-40deg);
            }
            .edit-pc-swiper .swiper-slide .limarquee-item:nth-child(2) {
                margin-left: -8%;
            }
            .edit-pc-swiper .swiper-slide .limarquee-item:nth-child(3) {margin-left: -20%;}
			.edit-pc-swiper .swiper-slide .limarquee-item:nth-child(4) {margin-left: -32%;}
			.edit-pc-swiper .swiper-slide .limarquee-item:nth-child(5) {margin-left: -54%;}
			.edit-pc-swiper .swiper-slide .limarquee-item:nth-child(6) {margin-left: -76%;}
            .slide-title {
                margin-bottom: 0.6rem;
            }
            .slide-sub-title {
                margin-bottom: 1.5rem;
            }
            .slide-btn {
                padding: 10px 28px;
            }
        }

        /* 动画: 水平无缝滚动 (向左/向右) */
        @keyframes scrollLeft {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

        @keyframes scrollRight {
            0% {
                transform: translateX(-50%);
            }
            100% {
                transform: translateX(0);
            }
        }

        .limarquee-left .scroll-track {
            display: inline-flex;
            animation: scrollLeft 28s linear infinite;
            width: auto;
        }

        .limarquee-right .scroll-track {
            display: inline-flex;
            animation: scrollRight 28s linear infinite;
            width: auto;
        }

        .limarquee-item {
            overflow: hidden;
            position: relative;
        }

        .track-wrapper {
            display: flex;
            flex-wrap: nowrap;
            width: auto;
        }

        /* 悬停时暂停动画 */
        .limarquee-item:hover .scroll-track {
            animation-play-state: paused;
        }

        /* 确保第六行也正确偏移 */
        .edit-pc-swiper .swiper-slide .limarquee-item:nth-child(4),.edit-pc-swiper .swiper-slide .limarquee-item:nth-child(5),.edit-pc-swiper .swiper-slide .limarquee-item:nth-child(6) {
            
        }

        .edit-pc-swiper .swiper-slide .limarquee-item:nth-child(6) {margin-left: -2%;}

        .edit-pc-swiper .swiper-slide.slide2 {
            position: relative;
        }



/* syt_n
-------------------------------------------------------------- */
.syt_n{
	width:100%;
	overflow:hidden;
	background:#e8e8dc;
	padding-top:114px;
	padding-bottom:110px;
	margin-top:60px;
}
.syttit_n{
	width:100%;
	overflow:hidden;
}
.syttit_n img,.sytnr_n .sytimg_n img{
	max-width:100%;
	height:auto;
}
.sytnr_n{
	width:100%;
	overflow:hidden;
	margin-top:25px;
}
.sytnr_n .sytimg_n{
	overflow:hidden;
	padding:0;
}
.syt_n .ntit h4 span{
	color:#fff;
}
.syt_n .ntit span:after{
	border: solid 5px rgba(255,255,255,0.3);
}
.syt_n .sytlf_n{
	width:42%;
	overflow:hidden;
}
.syt_n .sytlf_n ul,.syt_n .sytlf_n ul li{
	width:100%;
	overflow:hidden;
}
.syt_n .sytlf_n ul{
	margin-top:130px;
}
.syt_n .sytlf_n ul li{
	font-size:18px;
	color:#fff;
	line-height:30px;
	display:flex;
	margin-top:24px;
}
.syt_n .sytlf_n ul li i{
	display:block;
	width:24px;
	height:24px;
	margin-top:3px;
	margin-right:25px;
}
.syt_n .sytlf_n ul li:first-child i{
	background:#ccd77b;
}
.syt_n .sytlf_n ul li:nth-child(2) i{
	background:#528036;
}
.syt_n .sytlf_n ul li:nth-child(3) i{
	background:#d38a8e;
}
.syt_n .sytlf_n ul li:nth-child(4) i{
	background:#ffc335;
}
.syt_n .sytlf_n ul li:nth-child(5) i{
	background:#ff8520;
}
.syt_n .sytlf_n ul li:nth-child(6) i{
	background:#59cffe;
}
.syt_n .sytrt_n{
	width:58%;
	overflow:hidden;
	text-align:right;
}
.syt_n .sytrt_n img{
	max-width:100%;
	height:auto;
}
/* price
-------------------------------------------------------------- */
.price{
	width:100%;
	overflow:hidden;
	background:#fef7ec;
	padding:90px 0;
}
.pricenr{
	width:100%;
	overflow:hidden;
	background:#fff;
	box-shadow:5px 0px 54px rgba(127,50,34,0.1);
	border-radius:20px;
	padding:70px 0;
	margin-top:57px;
}
.pricelf{
	width:37%;
	overflow:hidden;
	padding:0 190px 0 0;
	border-right:solid 1px #d7d7d7;
}
.pricelf h4,.pricert h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#bc0000;
	line-height:45px;
	padding-bottom:10px;
	font-weight:bold;
}
.pricelf h4{
	padding-left:90px;
}
.pricelf .pricelfnr{
	width:100%;
	overflow:hidden;
	text-align:right;
}
.pricelf dl{
	overflow:hidden;
	margin-top:22px;
	display:inline-block;
}
.pricelf dl dt,.pricelf dl dd{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:right;
	font-weight:normal;
}
.pricert{
	width:63%;
	overflow:hidden;
	padding:0 60px 0 190px;
}
.pricert h5{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#bc0000;
	line-height:30px;
	margin-top:30px;
	font-weight:bold;
	padding-bottom:7px;
}
.pricert p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:22px;
}
/* ncontact
-------------------------------------------------------------- */
.contact_n{
	margin-top:60px;
	margin-bottom:138px;
	}
.contactnr_n{
	width: 100%;
    overflow: hidden;
	margin-top:36px;
}
.contactnr_n,.contactnr_n ul{
	width:100%;
	overflow:hidden;
	}
.contactnr_n ul li{
	width:100%;
	overflow:hidden;
	float:left;
	border-bottom: 1px solid #e2e2e2;
	font-size:16px;
	color:#3d3d3d;
	line-height:30px;
	padding-bottom:15px;
	margin-top:44px;
	}
.contactnr_n ul li a{
	font-size:16px;
	color:#3d3d3d;
}
.contactnr_n ul li:first-child,.contactnr_n ul li:nth-child(2),.contactnr_n ul li:nth-child(3),.contactnr_n ul li:nth-child(4){
	width:49%;
	overflow:hidden;
	float:left;
	border-bottom: 1px solid #e2e2e2;
	font-size:16px;
	color:#3d3d3d;
	line-height:30px;
	}
.contactnr_n ul li:first-child,.contactnr_n ul li:nth-child(3){
	margin-right:1%;
}
.contactnr_n ul li:nth-child(2),.contactnr_n ul li:nth-child(4){
	margin-left:1%;
}
.contactnr_n ul li:nth-child(5){
	clear:both;
}
.shop{
	width: 100%;
	height:343px;
    overflow: hidden;
	border-radius:20px;
	position:relative;
	margin-top:86px;
}
.shop img{
	width: 100%;
	height:100%;
	object-fit:cover;
}
.shop .shopnr{
	position:absolute;
	right:132px;
	top:82px;
}
.shop .shopnr .ntit span{
	color:#fff;
}
.shop .shopnr .ntit span:after{
	border: solid 5px #bf1f00;
}
.shop .shopnr a{
	display:block;
	width:164px;
	height:50px;
	text-align:center;
	line-height:50px;
	background:#bf1f00;
	font-size:16px;
	color:#fff;
	border-radius:25px;
	float:right;
	margin-top:46px;
}
.map{
	width: 100%;
    overflow: hidden;
	}
.map img{
	width: 100%;
	height:auto;
	}
/* message_n
-------------------------------------------------------------- */
.message_n{
	width:100%;
	margin-top:122px;
	}
.messagenr_n{
	width:100%;
	overflow:hidden;
	margin-top:54px;
}
.messagenr_n .xm_n{
	width:49%;
	overflow:hidden;
	margin-bottom:20px;
}
.messagenr_n .xm_n input{
	width:100%;
	height:80px;
	border:solid 1px #dbd5c9;
	background:#f0ebe2;
	line-height:80px;
	padding:0 32px;
	font-size:16px;
	color:#a59d90;
}
.messagenr_n .ly_n{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.messagenr_n .ly_n textarea{
	width:100%;
	height:250px;
	overflow:hidden;
	border:solid 1px #dbd5c9;
	background:#f0ebe2;
	font-size:16px;
	color:#a59d90;
	line-height:30px;
	padding:10px 32px;
}
.tjbtn_n{
	width:100%;
	overflow:hidden;
}
.tjbtn_n button{
	width:100%;
	height:70px;
	line-height:70px;
	overflow:hidden;
	text-align:center;
	background:#bc0000;
	font-size:16px;
	color:#fff;
}
.messagenr_n .btn2{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
	color:#343434;
	}
.messagenr_n .btn2 .intxt{
	width:100px;
	height:32px;
	overflow:hidden;
	font-size:15px;
	color: #333;
	padding-left: 5px;
	border: solid 1px #dbd5c9;
    background: #f0ebe2;
	}
.messagenr_n .btn2 a{
	color:#343434;
}

/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonor ul{
	width:100%;
	overflow:hidden;
	margin:0;
	}
.nhonor ul li{
	width:23%;
	overflow:hidden;
	float:left;
	margin:20px 1%;
	}
.nhonor ul li img{
	max-width:100%;
	height:auto;
	}
/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nsb ul{
	width:100%;
	overflow:hidden;
	}
.nsb ul li{
	width:31.3333333%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	}
/* news_n
-------------------------------------------------------------- */
.news_n{
	margin-bottom:60px;
	}
.newsmargin{
    margin-top: 60px;
}
.newsnr_n,.newsnr_n ul,.newsnr_n ul li{
	width: 100%;
    overflow: hidden;
	}
.newsnr_n ul li{
	padding:45px 0;
	border-bottom:solid 1px #ece6da;
}
.newsnr_n ul li .newsimg_n{
	width: 21%;
    overflow: hidden;
	border-radius:10px;
	height:228px;
	position:relative;
	}
.newsnr_n ul li .newsimg_n img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr_n ul li:hover .newsimg_n img{
	transform:translate(-50%, -50%) scale(1.05);
	}
.newsnr_n ul li .newsin_n{
	width: 62%;
    overflow: hidden;
	padding-left:52px;
	padding-top:18px;
	}
.newsnr_n ul li .newsin_n h5,.newsnr_n ul li .newsin_n p{
	width: 100%;
    overflow: hidden;
	}
.newsnr_n ul li .newsin_n h5{
	font-size:25px;
	color:#333;
	line-height:35px;
	margin-bottom:26px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.newsnr_n ul li .newsin_n p{
	font-size:16px;
	color:#99958f;
	line-height:30px;
}
.newsnr_n ul li .newsdate_n{
	width: 17%;
    overflow: hidden;
	}
.newsnr_n ul li .newsdate_n p{
	width: 100%;
    overflow: hidden;
	font-family:Arial;
	font-size:16px;
	color:#333;
	line-height:30px;
	text-align:right;
	margin-bottom:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr_n ul li .newsdate_n i{
	width:56px;
	height:56px;
	display:block;
	border:solid 1px #bc0000;
	border-radius:50%;
	float:right;
	background:url(../images/icon9.png) no-repeat center;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newsnr_n ul li:hover .newsin_n h5{
	color:#bc0000;
	font-weight:bold;
}
.newsnr_n ul li:hover .newsdate_n p{
	color:#bc0000;
}
.newsnr_n ul li:hover .newsdate_n i{
	background:#bc0000 url(../images/icon10.png) no-repeat center;
}
.marg{
	margin-top:40px;
	}
.news_n h1{
	width: 100%;
    overflow: hidden;
    font-size: 30px;
    color: #333;
	line-height:40px;
    text-align: center;
    padding: 0 0 32px 0;
	margin:0;
    border-bottom: solid 1px #ece1d1;
	}
.news_n .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    color: #99958f;
	margin-top:38px;
}
.news_n .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 62px;
    font-size: 18px;
    line-height: 35px;
    color: #99958f;
}
.news_n .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #99958f;
}
.news_n .fbnr img,.news_n .fbnr video{
	max-width:100%;
	height:auto;
	}
/* partners_n
-------------------------------------------------------------- */
.bg{
	background:#fef7ec;
}
.partners_n{
	margin-top:60px;
	margin-bottom:60px;
}
.partnersnr_n,.partnersnr_n ul{
	width: 100%;
    overflow: hidden;
}
.partnersnr_n ul li{
	width:15.6666666666667%;
	font-size:16px;
	color:#2c3441;
	line-height:30px;
	padding:18px 0;
	float:left;
	text-align:center;
	background:#fff;
	margin:15px 0.5%;
	border-radius:10px;
	transition: all .5s ease;
}
.partnersnr_n ul li:hover{
	background:#14b29d;
	color:#fff;
}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:366px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	}
.npro 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;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	padding:17px 0;
	font-size:18px;
	line-height:30px;
	color:#000;
	text-align:center;
	}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#004b94;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#0e746e;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}	
.post-content {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 60px;
}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	line-height:30px;
	color:#000;
	margin:30px 0 0 0;
	}
.nprolist{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	}
.nprofh{
	padding:0;
	}
.nprofh a{
	display:block;
	width:140px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#bb151f;
	font-size:16px;
	color:#fff;
	margin:auto;
	}
article img {
	max-width: 100%;
	height: auto
}

article .photo>img {
	width: 100%;
	height: auto
}

a.photo {
	position: relative;
	display: block;
	overflow: hidden
}

a.photo .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: rgba(0,0,0,.4);
	background: linear-gradient(transparent,rgba(0,0,0,.6));
	padding: 0 15px;
	font-size: 14px;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	line-height: 1em;
	opacity: 0;
	transition: .3s
}

a.photo:hover .description {
	opacity: 1;
	line-height: 3.5em;
	transition: .3s
}

.model {
	padding: 15px;
	border-top: 1px solid #f0f2f4
}

.model .modelTitle,.comment-reply-title {
	margin-left: -15px;
	border-left: 3px solid #50585f;
	padding-left: 12px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0
}

.model .modelTitle i {
	margin-right: 5px
}

.exif .info {
	font-weight: bold;
	transition: .3s
}

.exif .info label {
	font-weight: normal;
	width: 3em;
	opacity: .5;
	transition: .3s
}

.exif .info:hover {
	color: #20a0ff;
	transition: .3s
}

.exif .info:hover label {
	opacity: 1;
	color: #50585f;
	transition: .3s
}

.comment-reply-title:before {
	content: '\f1d8';
	margin-right: 5px
}[pandaPicshow] .thumbnails {
	position: relative;
	text-align: center;
	letter-spacing: -0.31em;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
	background:#fff;
}[pandaPicshow] .thumbnails>a {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	border: 2px solid #fff;
	transition: .3s
}[pandaPicshow] .thumbnails>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	transition: .3s
}[pandaPicshow] .thumbnails>a.current {
	border-color: #0b56a6;
	box-shadow: 0 0 0 1px #fff inset;
	transition: border-color .3s
}[pandaPicshow] .thumbnails>a.current:before {
	opacity: 0
}[pandaPicshow] .showBox {
	position: relative;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}[pandaPicshow] .showBox>a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #efefef;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: .6s;
	text-decoration: none
}[pandaPicshow] .showBox.contain>a {
	background-size: contain
}[pandaPicshow][shadowBox="disable"] .showBox a {
	cursor: default
}[pandaPicshow] .showBox>a.current {
	z-index: 1;
	opacity: 1
}[pandaPicshow] .showBox>a.past {
	opacity: 0
}[pandaPicshow] .showBox>a>p.description {
	color: #fff;
	position: absolute;
	margin: 0;
	width: 100%;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	background: rgba(0,0,0,.5);
	background: linear-gradient(transparent,rgba(0,0,0,.3),rgba(0,0,0,.7));
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	bottom: 0;
	padding: 0 15px;
	opacity: 0;
	transition: .3s
}[pandaPicshow] .showBox:hover>a>p.description {
	opacity: 1;
	line-height: 50px;
	transition: .3s
}[pandaPicshow] .showBox>.loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1
}[pandaPicshow] .showBox>.loading.complete {
	opacity: 0
}[pandaPicshow] .showBox>.loading:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 2;
	opacity: 1;
	border-radius: 50%;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	animation: imageLoading 1s linear infinite;
	transition: 1s ease .3s
}[pandaPicshow] .showBox>.loading.complete:before {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.loading:after {
	content: "";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #000;
	opacity: .5;
	z-index: 1;
	transition: 1s
}[pandaPicshow] .showBox>.loading.complete:after {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.navigator>* {
	position: absolute;
	z-index: 1;
	outline: 0 none;
	top: 0;
	bottom: 0;
	border: 0;
	width: 80px;
	max-width: 30%;
	background-color: transparent
}[pandaPicshow] .showBox>.navigator>.prev {
	left: 0
}[pandaPicshow] .showBox>.navigator>.prev:before,[pandaPicshow] .showBox>.navigator>.next:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	background: rgba(0,0,0,.25)
}[pandaPicshow] .showBox>.navigator>.prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	left: calc(50% - 10px)
}[pandaPicshow] .showBox>.navigator>.next {
	right: 0
}[pandaPicshow] .showBox>.navigator>.next:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	right: calc(50% - 10px);
	opacity: .8
}[pandaPicshow] .showBox>.navigator>.prev {
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}[pandaPicshow] .showBox>.navigator>.next {
	background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}[pandaPicshow] .showBox>.navigator>.next,[pandaPicshow] .showBox>.navigator>.prev {
	transition: .3s;
	opacity: 0
}[pandaPicshow] .showBox>.navigator>.next:hover,[pandaPicshow] .showBox>.navigator>.prev:hover {
	opacity: 1
}

@keyframes imageLoading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(1turn)
	}
}

@keyframes showboxCover {
	0% {
		background-position: top left
	}

	50% {
		background-position: bottom right
	}

	100% {
		background-position: top left
	}
}
/* 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 .div{
	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{font-size:16px;color:#343434;}
.news-exp2 div:last-child{text-align:right;}
.news-exp2 a:hover{color:#bc0000;}

/* 图片和滚屏样式
-------------------------------------------------------------- */


@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
.index_main{background: #f7f7f7;}
.index_main .section1{position: relative;}
.index_main .section1 .index_banner .item{background-size: cover;-webkit-background-size:cover;background-position: center;background-repeat: no-repeat;height:100vh;position: relative;}
.index_main .section1 .index_banner .item a{outline:none;}

.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items,.index_main .section1 .index_banner .item .items2{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.index_main .section1 .index_banner .item .items{display: block;}
.index_main .section1 .index_banner .item .items2{display:none;}

.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt.block_txt1{width:100%;overflow:hidden;top:20%;left:10%;}
.index_main .section1 .index_banner .item .inner .block_txt.block_txt2{width:30%;overflow:hidden;right:5%;top:10%;}
.index_main .section1 .index_banner .item .inner .block_txt.block_txt3{width:25%;overflow:hidden;right:5%;top:10%;}
.index_main .section1 .index_banner .item .inner .block_txt.block_txt4{width:20%;overflow:hidden;right:5%;top:10%;}
.index_main .section1 .index_banner .item .inner .block_txt.block_txt5{width:auto;overflow:hidden;top:20%;left:10%;}

.index_main .section1 .index_banner .item .inner .block_txt img{
	max-width:100%;
	height:auto;
}

.index_main .section1 .slick_txt{
	width: 58px;
	height: 58px;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	bottom: 82px;
	font-size: 0;
	outline: none;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 58px;
	height: 58px;
	border:solid 1px #fff;
	border-radius:50%;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../images/prev2.png);
	left:36px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../images/next3.png);
	left:118px;
}
.index_main .section1 .number{
	position: absolute;
	bottom:35px;
	left: 10.8%;
	display: table;
	width: auto;
	text-align: center;
	z-index:99;
}
.index_main .section1 .number span{
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:50%;
	font-size: 18px;
	font-weight:bold;
	color: #fff;
	font-family:Arial;
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin:0 13px;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active{
	border:solid 1px #fff;
}


.index_main .section2{
	background:#fff url(../images/gyym.jpg) no-repeat top center;
	background-size:cover;
}
.index_main .section2 h3{
	text-align: center;
}
/* gyym */
.index_gyymrow{}
.index_gyymrow .txt{width: 94%;margin: 20px auto 60px;max-width: 1600px;}
.index_gyymrow .txt p{font-size:18px;text-align:left;margin-bottom:20px;line-height: 1.8;}
.index_gyymrow .cont{background: url(../images/xian.png) bottom;background-repeat: repeat-x;-webkit-animation: scrollBad 16s linear infinite;-moz-animation: scrollBad 16s linear infinite;animation: scrollBad 16s linear infinite;padding-bottom: 0px;min-height: 270px;box-sizing: border-box;}
.index_gyymrow ul{display:flex;width:94%;max-width:1600px;margin:0px auto;}
.index_gyymrow ul li{flex:0 0 25%;text-align: center;}
.index_gyymrow ul li img{width:80%;max-width:200px;margin:0 auto;transition:all .6s ease;}
.index_gyymrow ul li:nth-child(1) img{-webkit-animation: gyymli 9s infinite linear;animation: gyymli 9s infinite linear}
.index_gyymrow ul li:nth-child(2) img{-webkit-animation: gyymli 5s infinite linear;animation: gyymli 5s infinite linear}
.index_gyymrow ul li:nth-child(3) img{-webkit-animation: gyymli 7s infinite linear;animation: gyymli 7s infinite linear}
.index_gyymrow ul li:nth-child(4) img{-webkit-animation: gyymli 8s infinite linear;animation: gyymli 8s infinite linear}
.index_gyymrow ul li:hover img{transform: rotateY(180deg);}
@-webkit-keyframes scrollBad {
    0% {
        background-position: 0 50px;
    }

    100% {
        background-position: -100vw 50px;
    }
}
@-webkit-keyframes gyymli {
	0%,100% {margin-top:0px;} 50% {margin-top:30px;}
}
@media screen and (max-width:992px){
    .index_gyymrow .txt p{font-size:14px}
	.index_gyymrow .cont{min-height:140px;}
	.index_gyymrow .txt{margin-bottom:20px}
}

.index_main .section3{width: 100%;height: 100%;background:#ebebeb;}
.index_main .section3 h3{text-align: center;}

.index_main .section5{width: 100%;position:relative;height: 100%;background:url(../images/bwgbg.jpg) no-repeat top center;background-size:cover;}
.index_main .section5 h3{text-align: center;}
.index_main .section4{background:#f4f4f4;}

@media only screen and (min-width: 2600px) and (max-width: 1920px) {
	.header .navbar_nav li > a{font-size: 26px;}
	.company img{max-height:120px;}
	.pro ul li .h {font-size: 3rem;	}
}


@media only screen and (min-width: 1600px) and (max-width: 1600px) {
	.newsnr_n ul li .newsimg_n{
		height:217px;
	}
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
	.newslist .newsimg{
		height:294px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.newsnr_n ul li .newsimg_n{
		height:195px;
	}
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
	.newslist .newsimg{
		height:261px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.newsnr_n ul li .newsimg_n{
		height:184px;
	}
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
	.newslist .newsimg{
		height:249px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.newsnr_n ul li .newsimg_n{
		height:174px;
	}
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
	.newslist .newsimg{
		height:243px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.newsnr_n ul li .newsimg_n{
		height:156px;
	}
	.pronr_n dl dt{
		height:325px;
	}
	.newslist .newsimg{
		height:220px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.newsnr_n ul li .newsimg_n{
		height:139px;
	}
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
	.newslist .newsimg{
		height:192px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.newsnr_n ul li .newsimg_n{
		height:134px;
	}
	.pronr_n dl dt{
		height:280px;
	}
	.newslist .newsimg{
		height:185px;
	}
}
@media only screen and (min-width: 912px) and (max-width: 991px) {
	.pronr_n dl dt{
		height:257px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 911px) {
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.pronr_n dl dt{
		height:216px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.pronr_n dl dt{
		height:276px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.pronr_n dl dt{
		height:233px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.pronr_n dl dt{
		height:162px;
	}
}
@media only screen and (min-width: 360px) and (max-width: 374px) {
	.pronr_n dl dt{
		height:155px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 359px) {
	.pronr_n dl dt{
		height:138px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.pronr_n dl dt{
		height:auto;padding-top:75%;
	}
}

@media only screen and (max-width: 1768px){
	.header .nav{
		margin-right: 20px;
	}
	.newsline{
		margin-top: 40px;
	}
	.jtfcnr{
		margin-top: 20px;
	}
	.jtfcnr .swiper-button .swiper-button-prev{
		left:-80px;
	}
	.jtfcnr .swiper-button .swiper-button-next{
		right:-80px;
	}
	.link {
		margin-top: 30px;
	}
	.message {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1680px){
	.header .navbar_nav li a {
		padding: 0 30px;
	}
	.dsfcnr .dsfcjs{
		padding: 40px 50px 0 50px;
	}
	.dsfcnr .dsfcjs h5{
		font-size:36px;
		line-height:46px;
	}
	.dsfcnr .dsfcmore{
		padding: 0 0 0 50px;
	}
}
@media only screen and (max-width: 1600px){

	.block_txt2{
		left:6%;
	}
	.company,.company a{
		font-size:20px;
	}
	.header .navbar_nav li a {
		padding: 0 28px;
	}
	.tit h4{
		line-height:50px;
		}
	.tit span{
		font-size:40px;
		}
	.bwgjs{
		margin-top:40px;
	}
	.bwgjs {
		padding: 0 16%;
	}
	.pricert {
		padding: 0 60px 0 150px;
	}
	.newsline {
		margin-top: 30px;
	}
	.newslist .newsrt h5{
		font-size: 16px;
	}
	.newslist .newsrt {
		padding: 30px 20px 0 20px;
	}
	.jtfcnr .newsmore {
		margin-top: 30px;
	}
	.ntit h4,.ntit h4 span{
		font-size: 48px;
		line-height: 58px;
	}
	.about_n .aboutnr_n .aboutnum{
		font-size:125px;
		line-height:125px;
	}
	.pricelf{
		padding:0 160px 0 0;
	}
	.pplnnr_n .pplnrt_n .pptit_n{
		left:150px;
	}
	.ppln_n {
		padding: 0 0 60px 6%;
	}
	.jxy_n{
		padding-left:6%;
	}
	.jxy_ggy span {
		margin-right: 60px;
		font-size: 130px;
	}
	.news_n h1{
		font-size: 28px;
		line-height:38px;
	}
	.dsfcnr .dsfcjs{
		padding: 40px 40px 0 40px;
	}
	.dsfcnr .dsfcmore{
		padding: 0 0 0 40px;
		bottom:20px;
	}
	.dsfcnr .dsfcjs h5 {
		font-size: 32px;
		line-height: 42px;
	}
	.dsjnr_n {
		padding-left: 6%;
	}
	.dsj_n .swiper-button {
		right: 6%;
	}
	.dsjlist_n h5 span {
		font-size: 38px;
	}
	.dsjlist_n p {
		font-size: 16px;
		line-height: 26px;
	}
	.prorq_n .prort_n h1 {
		font-size: 28px;
		line-height: 38px;
	}
	.prorq_n .prort_n h5{
		font-size:23px;
		line-height:33px;
	}
	.promenu_n dl dd a{
		margin: 0 32px;
	}
	.proall_n dl dt .promore_n{
		margin-top:60px;
	}
}
@media only screen and (max-width: 1440px){

	.header .navbar_nav li a {
		padding: 0 23px;
	}
	.header .nav {
		margin-right: 10px;
	}
	.search_box {
		margin-right: 50px;
	}
	.jtfcnr .newsmore {
		margin-top: 30px;
	}
	.bwgjs {
		padding: 0 13%;
	}
	.pricelf h4 {
		padding-left: 60px;
	}
	.pricelf {
		padding: 0 140px 0 0;
	}
	.pricert {
		padding: 0 60px 0 120px;
	}
	.about_n .aboutnr_n .aboutnum{
		font-size:115px;
		line-height:115px;
	}
	.pplnnr_n .pplnrt_n .pptit_n{
		left:130px;
	}
	.ldghnr_n .ldghlf_n {
		padding: 94px 100px 114px 0;
	}
	.jxylf_n .ntit{
		margin-bottom: 100px;
	}
	.jxynr_n{
		margin-top:50px;
	}
	.jxy_botnr{
		padding-top: 100px;
	}
	.jxy_ggy span {
		margin-right: 50px;
		font-size: 120px;
		letter-spacing: 40px;
	}
	.dsjlist_n h5 span {
		font-size: 34px;
	}
	.dsjlist_n h5 {
		line-height: 34px;
		font-size: 18px;
	}
	.newsnr_n ul li .newsin_n h5{
		font-size:22px;
		line-height:32px;
		margin-bottom: 20px;
	}
	.news_n h1{
		font-size: 26px;
		line-height:36px;
	}
	.dsfcnr .dsfcjs h5 {
		font-size: 28px;
		line-height: 38px;
	}
	.dsfcnr .dsfcms{
		font-size:15px;
		line-height:25px;
	}
	.pro ul li .h,.pro ul li .h a{
		font-size:23px;
	}
	.promenu_n dl dd a{
		margin: 0 27px;
	}
	.proall_n dl dt {
		padding: 100px 60px 0 60px;
	}
	.proall_n dl dt .promore_n{
		margin-top:40px;
	}
	.nyabout01 ul li{font-size: 18px;padding:15px 30px 20px;}
	.nyabout01 ul li div:first-child{width: 50px;margin-top:20px;}



}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
	.newslist .newsrt {
		padding: 20px 20px 0 20px;
	}
	.newslist .newsrt h5 {
		font-size: 18px;
		line-height: 28px;
		-webkit-line-clamp: 1;
	}
	.newslist .newsrt p{
		-webkit-line-clamp: 1;
	}
	.jtfcnr .newsmore {
		margin-top: 10px;
		padding-top:10px;
	}
	.footernr {
		margin-top: 20px;
		padding-top: 20px;
	}
	.message {
		margin-top: 20px;
	}
	.footernr .footerlf dl {
		margin-bottom: 20px;
	}
	.link {
		margin-top: 20px;
	}
	.footernr {
		padding-bottom: 20px;
	}
	.footerbot {
		padding: 20px 0;
	}
	.nyabout01 ul li{font-size: 18px;padding:15px 30px 20px;}
	.nyabout01 ul li div:first-child{width: 50px;margin-top:20px;}
}
@media only screen and (max-width: 1360px){
	.header .nav{
		margin-right:20px;
	}
	.aboutlf .aboutjs {
		letter-spacing: 5px;
	}
	.ldghnr_n .ldghlf_n {
		padding: 94px 80px 114px 0;
	}
	.jxylf_n {
		width: 38%;
	}
	.jxylf_n {
		width: 40%;
	}
	.jxy_botnr {
		width: 38%;
	}
	.pro ul li .mask .text {
		padding:0 40px 4vw 40px;
	}
	.dsfcnr .dsfcjs {
		padding: 30px 30px 0 30px;
	}
	.dsfcnr .dsfcjs h5 {
		font-size: 26px;
		line-height: 36px;
	}
	.dsfcnr .dsfcmore {
		padding: 0 0 0 30px;
	}
	.prorq_n .prort_n h1 {
		font-size: 26px;
		line-height: 36px;
	}
	.prorq_n .prort_n h5{
		font-size:21px;
		line-height:31px;
	}
	.pricelf {
		padding: 0 110px 0 0;
	}
	.jtfcnr .swiper-button .swiper-button-prev{
		left:-60px;
	}
	.jtfcnr .swiper-button .swiper-button-next{
		right:-60px;
	}
	.honornr_n ul li .honorrt_n {
		padding-top: 50px;
	}
	.promenu_n dl dd a{
		margin: 0 22px;
	}
}

@media only screen and (max-width: 1300px){
	.header .navbar_nav li a {
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1280px){
	.header .nav {
		margin-right: 10px;
	}
	.bwgjs {
		padding: 0 8%;
	}
	.aboutmenu ul li{
		width: 136px;
		margin-left:10px;
	}
	.about_n .aboutnr_n .aboutnum{
		font-size:100px;
		line-height:100px;
	}
	.about_n .aboutnr_n .about_img {
		margin-left: 40px;
	}
	.about_n .aboutnr_n .aboutnum {
		font-size: 80px;
		line-height: 80px;
	}
	.pplnnr_n .pplnrt_n .pptit_n{
		left:110px;
	}
	.pplnnr_n .pplnlf_n .ppggy_n {
		margin-top: 60px;
	}
	.pplnnr_n .pplnlf_n{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ldghnr_n .ldghlf_n {
		padding: 70px 80px 70px 0;
	}
	.jxylf_n .ntit {
		margin-bottom: 60px;
	}
	.jxynr_n {
		margin-top: 30px;
	}
	.jxy_ggy span {
		margin-right: 40px;
		font-size: 110px;
		letter-spacing: 30px;
	}
	.jxy_ggy{
		line-height:110px;
	}
	.pricelf {
		padding: 0 80px 0 0;
	}
	.pricert {
		padding: 0 60px 0 90px;
	}
	.newsnr_n ul li .newsin_n h5{
		margin-bottom:16px;
	}
	.dsfcnr .dsfcjs h5 {
		font-size: 24px;
		line-height: 34px;
	}
	.dsfcnr .dsfcms{
		font-size:14px;
		margin-top:15px;
	}
	.promenu_n dl dd {
		padding-left: 20px;
	}
	.promenu_n dl dd a{
		margin: 0 16px;
	}
	.proall_n dl dt {
		padding: 100px 50px 0 50px;
	}
	.proall_n dl dt h4,.proall_n dl dt h4 span{
		font-size:28px;
		line-height:38px;
	}
	.proall_n dl i{
		font-size:98px;
		line-height:98px;
	}
	.honornr_n ul li .honorrt_n h5{
		font-size:20px;
		line-height:30px;
	}
	.honornr_n ul li .honorrt_n{
		padding-left:30px;
		padding-top:30px;
	}
	.honornr_n ul li .honorrt_n .honornr_n{
		margin-top:10px;
	}
	.proall_n dl dt .proms_n{
		margin-top:40px;
	}
}
@media only screen and (max-width: 1279px){
	.header .nav,.icon1,.icon2,.header .search_box{
		display:none
	}
}
@media only screen and (max-width: 1200px){
	.jxy_botnr {
		padding-top: 60px;
	}
	.pricelf {
		padding: 0 60px 0 0;
	}
	.pricert {
		padding: 0 60px;
	}
}
@media only screen and (max-width: 1152px){
	.bwgjs {
		padding: 0 5%;
	}
	.about_n .aboutnr_n .aboutnum {
		font-size: 60px;
		line-height: 60px;
	}
	.about_n .aboutnr_n .about_img {
		margin-left: 20px;
	}
	.pplnnr_n .pplnrt_n .pptit_n{
		left:90px;
	}
	.ldghnr_n .ldghlf_n {
		padding: 50px 80px 50px 0;
		line-height:40px;
	}
	.jxy_ggy span {
		margin-right: 30px;
		font-size: 100px;
		letter-spacing: 20px;
	}
	.jxy_ggy{
		line-height:100px;
	}
	.jxy_botnr {
		padding-top: 40px;
		width: 40%;
	}
	.dsfcnr .dsfcjs {
		padding: 20px 20px 0 20px;
	}
	.dsfcnr .dsfcmore {
		padding: 0 0 0 20px;
		bottom: 10px;
	}
	.dsfcnr .dsfcms {
		margin-top: 10px;
	}
	.promenu_n dl dd {
		padding-left: 10px;
	}
	.promenu_n dl dd a{
		margin: 0 12px;
	}
	.proall_n dl dt {
		padding: 80px 40px 0 40px;
	}
	.pricelf h4 {
		padding-left: 40px;
	}
}
@media only screen and (max-width: 1080px){
	.pricelf {
		padding: 0 40px 0 0;
	}
}
@media only screen and (max-width: 1024px){
	.honornr_n ul li .honorrt_n {
		padding-left: 20px;
		padding-top: 20px;
	}
}
@media only screen and (max-width: 1023px){
	.header{height:80px;}
	.topen_box{margin-top: 20px;width: 30px;height: 30px;line-height: 30px;margin-right:40px;}
	.clock{min-height:80px;min-width:80px;}
	.hour{
		height:32%;
		width:32%;
	}
	.min{
		height:50%;
		width:50%;
	}
	.sec{
		height:58%;
		width:58%;
	}
	.company,.company a{
		line-height:80px;
		font-size:18px;
	}
	.company img{
		height:50px;
	}
	.toggle{
		width:30px;
		height:30px;
		top:20px;
	}
	.about .aboutlf,.aboutvideo,.about .aboutrt{
		width: 100%;
	}
	.aboutmore{margin-top: 30px; }
	.aboutlf .aboutcont{margin-top: 30px;max-height:180px;line-height: 30px;font-size: 16px;}
	.about .aboutlf{padding-top:60px;}
	.aboutnr .aboutimg,.aboutmenu{
		display:none;
	}
	.aboutlf .aboutcont p:nth-child(2){
		display:none;
	}
	.tit h4 {
		line-height: 45px;
	}
	.tit span {
		font-size: 35px;
	}
	.aboutvideo{
		margin-top:20px;
	}
	.aboutvideo video{
		width:50%;
	}
	.aboutlf .aboutjs{
		margin-top:10px;
	}
	.aboutlf .aboutcont, .aboutmore {
		margin-top: 15px;
	}
	.bwgjs {
		padding: 0;
	}
	.jtfctit .tit{
		width:90%;margin-left: 10%;
	}
	.jtfctit .jtfcmenu{
		display:none;
	}
	.syt_n .sytlf_n,.syt_n .sytrt_n{
		width:100%;
	}
	.syt_n .sytrt_n{
		text-align:center;
		margin-top:30px;
	}
	.syt_n .sytlf_n ul {
		margin-top: 50px;
	}
	.syt_n {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.syt_n .sytlf_n ul li i {
		margin-right: 20px;
	}
	.about_n .aboutnr_n .aboutimg_n{
		width:100%;
		overflow:hidden;
		text-align:center !important;
		margin-bottom:20px;
	}
	.about_n .aboutnr_n .about_img{
		margin-left:0;
	}
	.pricelf,.pricert{
		width:100%;
	}
	.pricelf{
		border-right:none;
	}
	.pricelf dl{
		width:100%;
	}
	.pricelf dl dt, .pricelf dl dd{
		text-align:left;
	}
	.pricenr{
		padding:50px 0; 
	}
	.pricelf,.pricert{
		padding: 0 40px;
	}
	.pricert{
		margin-top:30px;
	}
	.pricelf h4 {
		padding-left: 0;
	}
	.pricert p{
		margin-top:5px;
	}
	.pricenr{
		margin-top:40px;
	}
	.price{
		padding:60px 0;
	}
	.pricelf dl {
		margin-top: 15px;
	}
	.pricelf h4, .pricert h4{
		font-size:30px;
		line-height:40px;
	}
	.dsfcnr .swiper-container {
		width: 100%;
		margin-left: 0;
	}
	.dsfcnr{
		padding:0 6%;
	}
	.dsfcnr .dsfcjs h5 {
		font-size: 22px;
		line-height: 32px;
	}
	.shfw_n p:first-child,.shfw_n p:nth-child(2),.shfw_n p:nth-child(3),.shfw_n p:nth-child(4){
		width:100%;
	}
	.shfw_n p:nth-child(1),.shfw_n p:nth-child(3){
		float:none;
	}
	.shfw_n p:nth-child(2),.shfw_n p:nth-child(4){
		float:none;
		margin-left:0;
	}
	.shfw_n p{
		margin-top:20px;
	}
	.link{
		display:none;
	}
	.footernr .footerlf,.footernr .footerrt{
		width:100%;
	}
	.message,.footerbot .footerbotlf{
		margin-top: 30px;
	}
	.footer{
		padding-top:40px;
	}
	.footerrt .botewm dl dt img{
		width:100px;
	}
	.footernr{
		padding:30px 10px 20px;
	}
	.footernr .footerlf dl {
		margin-bottom: 20px;
	}
	.footernr .footerlf dl dd{
		margin-top:0;
	}
	.footernr {
		padding-top: 20px;
		margin-top:20px;
	}
	.footerbot{
		padding:20px 0;
	}
	.footerrt .botewm dl dd{
		font-size:12px;
	}
	.message{
		display:none;
	}
	.message .xm {
		width: 20%;
	}
	.message .ly {
		width:40%;
	}
	.intitle{margin-top: 30px;}
	.nyabout{font-size: 14px;line-height:1.6;}
	.nyabout p{font-size:14px;line-height:1.6;padding-bottom:10px;}
	.nyabout01{width:100%;float: left;margin-top: 1.5rem;}
.nyabout01 ul{
	display: flex;
	flex-wrap: wrap;
}
	.nyabout01 ul li{
	width: 50%;
	background-color: #f2f2f2;
	display: flex;
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #666666;
	padding: 1.0rem;
	justify-content: space-between;
}
.nyabout01 ul li div:first-child{
	width: 2.5rem;
}
.nyabout01 ul li div:first-child img{
	max-width: 2.0rem;
}
.nyabout01 ul li div:nth-child(2){
	width: calc(100% - 3.5rem);
}
.nyabout01 ul li h1{
	font-size: 1.0rem;
	color: #333333;
	margin-bottom: 0.5rem;
	font-weight: normal;
	line-height: 1.5rem;
}
.nyabout01 ul li:nth-child(2){
	background-color: #f9fafb;
}
.abouttu1{width: 100%;float: left;margin-top: 2.0rem;height:200px;}
.cutrul01 ul li{
	width: calc(100% - 40px);
	position: relative;
	transition: all 0.6s;
}
.cutrul{
	width: 100%;
	float: left;
	background-color: #e9edf0;
	padding-bottom: 3.0rem;
}
.cutrul01{
	width: 100%;
	float: left;
	margin-top: 2.0rem;
}
.cutrul01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cutrul01 ul li{
	width: 100%;
	position: relative;
	transition: all 0.6s;
	margin-top: 1.0rem;
}
.cutrul01 ul li img{
	width: 100%;
	height: auto;
	display: block;
}
.cutrul01 ul li .tex{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0px 20%;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
}
.cutrul01 ul li .tex h1{
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 1.0rem;
}
.cutrul01 ul li .tex2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(../images/b01.jpg);
	background-position: center;
	background-repeat: no-repeat;
	padding: 0px 20%;
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1.5rem;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	color: #FFFFFF;
	transition: all 0.6s;
}
.cutrul01 ul li .tex2 dl dt{
	height: 3.0rem;
	margin-bottom: 1.0rem;
	text-align: center;
}
.cutrul01 ul li .tex2 dl dt img{
	width: auto;
	height: auto;
	display: inline-block;
	max-height: 3.0rem;
}
.cutrul01 ul li .tex2 dl dd{
	font-size: 1.2rem;
	line-height: 1.5rem;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 1.0rem;
}
.cutrul01 ul li:hover .tex2{
	opacity: 1;
	visibility: visible;
}
.newsimg .img{height: 350px;}

		.index_main .section1 .index_banner .item .inner .block_txt.block_txt1{width:100%;overflow:hidden;top:20%;left:30%;}
		.index_main .section1 .index_banner .item .inner .block_txt.block_txt.block_txt2{width:80%;overflow:hidden;right:0%;top:20%;}
		.index_main .section1 .index_banner .item .inner .block_txt.block_txt.block_txt3{width: 70%;overflow:hidden;right:5%;top:20%;}
		.index_main .section1 .index_banner .item .inner .block_txt.block_txt.block_txt4{width:40%;overflow:hidden;right:5%;top:20%;}
		.index_main .section1 .index_banner .item .inner .block_txt.block_txt.block_txt5{width:60%;overflow:hidden;top:20%;left:20%;}
}
@media only screen and (max-width: 992px){

	.index_main .section1 .index_banner .item{height: 100vh;}
	.index_main .section1 .index_banner .item .items{display:none;}
	.index_main .section1 .index_banner .item .items2{display:block;}



	
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
@media only screen and (max-width: 991px){
	.block_txt1 {
		width: 56.2%;
		margin-left: -28.1%;
	}
	.block_txt2{
		width: 26.8%;
	}
	.jtfcnr .swiper-container {
		width: 100%;
	}
	#toggleMenu nav .full-width-menu .cntBox:nth-child(1){
		width:100%;
	}
	#toggleMenu.active nav .full-width-menu .cntBox:nth-child(2){
		display:none;
	}
	.bwgjs,.bwgmenu {
		margin-top: 30px;
	}
	.pronr_n dl dd{
		font-size:18px;
		margin-top:10px;
	}
	.menu_n{height: auto;line-height: 2.0rem;margin-top: 0.5rem;}
	.menu_n ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.menu_n ul li{width: calc(33.3% - 2px);height: 2.0rem;line-height: 2.0rem;text-align: center;font-size: 0.8rem;margin-top: 0.5rem;border: 1px solid #DDDDDD;}
	.menu_n ul li:nth-child(4),.menu_n ul li:nth-child(5){width: calc(50% - 2px);}
	.menu_n ul li.w3{width: calc(33.3% - 2px);border: 1px solid #DDDDDD;}
	.pronr_n dl{
		margin: 20px 2% 20px 0;
	}
	.prorq_n .prort_n {
		padding: 30px 0 0 0;
	}
	.ppqs_n .ppqsrt_n {
		padding-top: 140px;
		line-height:30px;
	}
	.tjpronr dl dd{
		font-size:18px;
		margin-top:10px;
	}
	.pro ul li .h,.pro ul li .h a{
		font-size:21px;
	}
	.proall_n dl {
		margin: 40px 0;
	}
	.dsjlist_n h5{
		line-height:30px;
		font-size: 16px;
	}
	.dsjlist_n h5 span{
		font-size:30px;
		margin-right:5px;
	}
	.dsjlist_n p {
		font-size: 14px;
		line-height: 24px;
	}
	.dsj_n .swiper-button div{
		width: 35px;
		height: 35px;
	}
	.dsj_n .swiper-button .swiper-button-next{
		margin-left: 10px;
	}
	.dsjnr_n {
		margin-top:60px;
	}
	.dsj_n{
		margin-bottom:60px;
	}

	.ntit h4,.ntit h4 span{
		font-size:45px;
		line-height:55px;
	}
	.jtfcnr .swiper-button div {
		width: 30px;
		height: 30px;
	}
	.jtfcnr .swiper-button .swiper-button-prev {
		left: -32px;
	}
	.jtfcnr .swiper-button .swiper-button-next {
		right: -32px;
	}
	.pplnnr_n .pplnlf_n,.pplnnr_n .pplnrt_n{
		width:100%;
	}
	.pplnnr_n {
		margin-top:50px;
	}
	.pplnnr_n .pplnlf_n{
		padding-top:0;
		padding-right:0;
	}
	.pplnnr_n .pplnlf_n p{
		margin-top:0;
	}
	.pplnnr_n .pplnlf_n .ppggy_n {
		margin-top: 40px;
	}
	.pplnnr_n .pplnrt_n .pptit_n {
		left: 0;
		top:0;
		-webkit-transform: translate(0,0);
		-moz-transform: translate(0,0);
		transform: translate(0,0);
	}
	.pplnnr_n .pplnrt_n{
		min-height:251px;
	}
	#dv_scroll{
		position:inherit;
		height:auto;
	}
	#dv_scroll_text{
		position:inherit;
	}
	#dv_scroll_bar{
		display:none;
	}
	.cpcplist{
		width:100%;
	}

	 .cpcplist{
		margin-top:30px;
	}



	.cpcplist .cycptitle{
		line-height:30px;height: 30px;margin-top:-30px;
	}
	.honornr_n ul li{
		width:100%;
		margin:15px 0;
	}
	.honornr_n ul li:nth-child(3n){
		margin-right:0;
	}
	.jxy_n {
		padding-right: 6%;
	}
	.jxylf_n,.jxy_n .jxyimg_n{
		width:100%;
	}
	.jxy_n .jxyimg_n{
		margin-top:30px;
	}
	.jxynr_n{
		line-height:30px;
	}
	.jxy_ggy span {
		font-size: 80px;
		letter-spacing: 5px;
	}
	.jxy_ggy{
		line-height:80px;
	}
	.jxy_botimg,.jxy_botnr{
		width:100%;
	}
	.jxy_bot {
		margin-top: 60px;
		margin-bottom: 80px;
	}
	.news-exp2 div{
		width:100%;
	}
	.news-exp2 div:last-child {
		text-align: left;
	}
	.news_n h1{
		font-size: 24px;
		line-height:34px;
	}
	.newsnr_n ul li .newsimg_n,.newsnr_n ul li .newsin_n,.newsnr_n ul li .newsdate_n{
		width:100%;
	}
	.newsnr_n ul li .newsin_n{
		padding-left:0;
	}
	.newsnr_n ul li .newsdate_n i {
		width: 40px;
		height: 40px;
	}
	.newsnr_n ul li .newsdate_n p{
		margin-bottom:20px;
	}
	.proall_n dl dt .proms_n{
		margin-top:30px;
	}
	.promenu_n dl dd a{
		margin: 0 10px;
	}
	.proall_n dl{
		width:100%;
		height:auto;
	}
	.proall_n dl dt,.proall_n dl dd{
		width:100%;
	}
	.proall_n dl dd img {
		position: inherit;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		height: auto;
		object-fit: inherit;
	}
	.proall_n dl dt {
		padding: 60px 30px 40px 30px;
	}
	.proall_n dl dt .promore_n{
		margin-top:30px;
	}
	.proall_n dl i {
		font-size: 80px;
		line-height: 80px;
		top:-40px;
	}
	.contactnr_n ul li:first-child, .contactnr_n ul li:nth-child(2), .contactnr_n ul li:nth-child(3), .contactnr_n ul li:nth-child(4){
		width:100%;
	}
	.contactnr_n ul li:first-child, .contactnr_n ul li:nth-child(3){
		margin-right:0;
	}
	.contactnr_n ul li:nth-child(2), .contactnr_n ul li:nth-child(4) {
		margin-left: 0;
	}
	.contactnr_n,.contactnr_n ul li{
		margin-top:30px;
	}
	.shop {
		margin-top: 40px;
	}
	.message_n {
		margin-top: 60px;
	}
	.contact_n{
		margin-bottom:80px;
	}
	.zgzbtit .zgzbmore {
		text-align: left;
		margin-top: 10px;
	}
	.footerbot{
		line-height:25px;
	}
	
	.dsj_cz .dsj_cz_z{width:100%;float:none;height:60vh;padding:10px;}
	.dsj_cz .dsj_cz_z .w{text-align:center;}
	.dsj_cz .dsj_cz_z .w .p h3{font-size: 14px;line-height:1.4;}
	.dsj_cz .dsj_cz_z .w .p .wz{color:#444;font-size:12px;height:120px;line-height:24px;margin-top:30px;overflow:hidden}






}
@media only screen and (max-width: 820px){
	.ppqs_n .ppqsrt_n {
		padding-top: 100px;
	}
}
@media only screen and (max-width: 768px){
    .news_n h1 {
        font-size: 22px;
        line-height: 32px;
    }
	.contact_n {
		margin-bottom: 60px;
	}
	.footerrt .botewm dl dt img {
		width: 80px;
	}
	.footer .botshop{
		padding:10px 0 0 0;
	}
	.footer .botshop a {
		width: 110px;
		height: 40px;
		line-height: 40px;
	}
	
}
@media only screen and (max-width: 767px){
	
	.tit h4 {
		line-height: 40px;
	}
	.tit span {
		font-size: 30px;
	}
	.aboutlf .aboutjs {
		font-size: 20px;
		line-height: 30px;
	}
	.newslist .newsimg{
		width:100%;
		height:240px;
	}
	.pro .tit{top:10vh;left:7vh;writing-mode: horizontal-tb;overflow: visible;}
	.pro ul li.w20{width: 50%;float: left;overflow: hidden;}
	.pro ul li.w20:nth-child(1){width: 100%;float: left;}
	.pro ul li:nth-child(1) .pic {width:30%;right:0;}
	.pro ul li{height:33.3%;}
	.pro ul li .pic img {width:auto;height:80%;}


	.pro ul li .pic{bottom:2vh;	}
	.pro ul li .h{bottom:8vh;padding-top: 25px;	}
	.pro ul li .pic {width: 60%;}
	.ppqs_n {padding: 60px 0;}	
	ppqs_n .ppqsrt_n {padding-top: 40px;}
	.ppqs_n .ppqslf_n{
		text-align:center;
		padding:0;
	}
	.ppqs_n .ppqslf_n img{
		width:130px;
	}
	.ppqsnr_n {
		margin-top: 40px;
	}
	.dsfcnr .dsfcimg,.dsfcnr .dsfcjs{
		width: 100%;
	}
	.dsfcnr .dsfcjs,.dsfcnr .dsfcmore{
		position:inherit;
	}
	.dsfcnr .dsfcmore{
		bottom:0;
		padding-left:0;
		margin-top:20px;
	}
	.dsfcnr .dsfcjs{
		padding:30px;
	}
	.jtfcnr .newsmore {
		margin-top: 20px;
	}
	.newslist .newsrt h5{

		font-size:16px;
	}
	.newslist .newsrt p{

		font-size:14px;
	}
	.yx_n ul li{
		width:49%;
	}
	.yx_n ul li:nth-child(2n){
		margin-right:0;
	}
	.yx_n ul li:nth-child(2n+1){
		margin-right:2%;
	}
	.jtfcnr .newsmore img{
		height:38px;
	}
    .ntit h4,.ntit h4 span{
		font-size:40px;
		line-height:50px;
	}
	.jxy_ggy span {
		font-size: 60px;
	}
	.jxy_ggy{
		line-height:60px;
	}
	.pronr_n dl{
		width:49%;
	}
	.pronr_n dl:nth-child(2n){
		margin-right:0;
	}
	.pronr_n dl:nth-child(2n+1){
		margin-right:2%;
	}
	.prorq_n .prort_n h1 {
		font-size: 24px;
		line-height: 34px;
	}
	.prorq_n .prort_n h5{
		font-size:20px;
		line-height:30px;
	}
	.tjpronr dl dd{
		font-size:16px;
	}
	.newsnr_n ul li .newsin_n h5 {
		font-size: 22px;
	}




}
@media only screen and (max-width: 640px){
	.tit h4 {
		line-height: 36px;
	}
	.tit span {
		font-size: 26px;
	}
	.aboutlf .aboutjs{
		letter-spacing: 5px;
		font-size:18px;
	}
	.company,.company a{
		font-size:16px;
	}
	.aboutvideo video {
		width: 100%;
	}
	.aboutlf .aboutcont {
		font-size: 14px;
		line-height:1.4;
	}
	.pro ul li .h, .pro ul li .h a {
		font-size: 18px;
	}
	.pro ul li .h::before{left:10px;}
	.ntit h4,.ntit h4 span{
		font-size:35px;
		line-height:45px;
	}
	.newslist .newsimg {
		height: 200px;
	}
	.jtfcnr .swiper-button {
		width:100%;
		margin-top:20px;
		text-align: center;
	}
	.jtfcnr .swiper-button div{
		position:inherit;
		top: 0;
		margin: 0 5px;
		display:inline-block;
	}
	.jxylf_n h5{
		font-size:20px;
		line-height:30px;
	}
	.jxy_ggy span {
		font-size:40px;
		margin-right:20px;
	}
	.jxy_ggy{
		line-height:40px;
	}
	.pro ul li .h{
		left: 2vw;
	}
	.bwgimg {
		width: 46%;
	}
	.bwgmenu ul{
		width:100%;
	}
	.bwgmenu ul li{
		width: 24%;
		height: 40px;
		line-height: 40px;
		margin:0 0.5%;
	}
	.bwgjs{
		font-size:14px;
		line-height:25px;
	}
	.pricenr {
		padding: 40px 0;
	}
	.pricelf, .pricert {
		padding: 0 30px;
	}
	.pricelf h4, .pricert h4 {
		font-size: 26px;
		line-height: 36px;
	}
	.pricert h5{
		margin-top:20px;
	}

	.newsnr_n ul li .newsimg_n{
		height:200px;
	}
	.newsnr_n ul li .newsin_n h5 {
		font-size: 20px;
		line-height:30px;
	}
	.newsnr_n ul li {
		padding: 30px 0;
	}
	.prorq_n .proimg_n .probtn {
		width: 50px;
		height: 50px;
	}
	.honornr_n ul li{
		padding:20px;
	}
	.shop{
		height:260px;
	}
	.shop .shopnr {
		right: 60px;
		top: 60px;
	}
	.shop .shopnr a{
		margin-top:30px;
	}
	.pronr_n dl dd{
		font-size:16px;
	}
	.promenu_n dl{
		display:inherit;
	}
	.promenu_n dl dt,.promenu_n dl dd{
		width:100%;
	}
	.promenu_n dl dd{
		padding-left:0;
	}
	.promenu_n dl dd a {
		margin: 5px 0;
		display: block;
		width: 50%;
		float: left;
	}
	.proall_n dl dt h4 span::before {
		width: 80px;
		right: -90px;
	}
	.proall_n dl dt .promore_n {
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.messagenr_n .xm_n{
		width:100%;
	}
	.messagenr_n .xm_n input{
		height:60px;
		line-height:60px;
		padding: 0 10px;
	}
	.messagenr_n .ly_n textarea{
		height:180px;
		padding: 10px;
	}
	.tjbtn_n button {
		height: 50px;
		line-height: 50px;
	}
	.scroll_cont {
		padding: 40px 20px;
	}
	.map img {
		width: 160%;
		margin-left: -30%;
	}
}
@media only screen and (max-width: 540px){
	.menu_n ul li{
		width: 33.3%;
	}
	.card-img-150{
		height:230px;
	}
}
@media only screen and (max-width: 500px){
	.honornr_n ul li .honorimg_n,.honornr_n ul li .honorrt_n{
		width:100%;
	}
	.honornr_n ul li .honorimg_n{
		text-align:center;
	}
	.honornr_n ul li .honorrt_n{
		padding-left:0;
	}
	.footer .botshop{
		padding:0;
	}
	.footernr .footerlf dl dt {
		font-size: 18px;
	}
	.footernr .footerlf dl dd,.footernr .footerlf dl dd a{
		font-size:16px;
	}
}
@media only screen and (max-width: 425px){
	.jxy_ggy span {
		font-size:35px;
	}
	.jxy_ggy{
		line-height:35px;
	}
	.bwgmenu ul li {
		width: 49%;
		height: 35px;
		line-height: 35px;
		margin-bottom:10px;
	}
	.bwgjs, .bwgmenu {
		margin-top: 20px;
	}
	.newslist .newsimg {
		height: 180px;
	}
	.ntit h4, .ntit h4 span {
		font-size: 30px;
		line-height: 40px;
	}
	.jxylf_n h5 {
		font-size: 18px;
	}
	.menu_n ul li{
		width:  calc(33.3% - 2px);
	}

	.dsfcnr .dsfcjs{
		padding:30px 20px;
	}
	.card-img-150{
		height:177px;
	}
	.promenu_n dl dd,.promenu_n dl dd a,.promenu_n dl dt{
		font-size:16px;
	}
	.proall_n dl i {
		font-size: 60px;
		line-height: 60px;
		top: -30px;
	}
	.proall_n dl dt h4, .proall_n dl dt h4 span {
		font-size: 24px;
		line-height: 34px;
	}
	.proall_n dl dt {
		padding: 50px 20px 40px 20px;
	}
	.proall_n dl dt h4 span::before {
		width: 50px;
		right: -60px;
	}
	.footernr .footerlf dl dt {
		font-size: 16px;
	}
	.footernr .footerlf dl dd, .footernr .footerlf dl dd a {
		font-size: 14px;
	}
	.footernr .footerlf dl {
		margin-bottom: 10px;
	}
}



