* {
	margin: 0;
	padding: 0;
}

::-webkit-scrollbar
{
width: 5px;
height:5px;
}

::-webkit-scrollbar-track
{
border-radius: 0px;
background: #999;
}

::-webkit-scrollbar-thumb
{
border-radius: 5px;
background:#633419;
}

::-webkit-scrollbar-thumb:hover
{
border-radius: 5px;
background:#633419;
}
*, *:before, *:after {
	box-sizing: border-box;
}
::-moz-selection {
 background: #633419;
 color: #fff;
}
::selection {
	background: #633419;
	color: #fff;
}
::-moz-selection {
 background: #633419;
 color: #fff;
}
html {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	line-height: 1;
	font-size: 16px;
}
body {
	position: absolute;
	width: 100%;
	margin: 0;
	min-height: 100%;
	box-sizing: border-box;
}
html,body,a{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	font-family:"Microsoft YaHei","Arial"; 
	color:#666;
}

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;
	font-weight:normal;
}
body,button,input,select,textarea{
	outline:none;
}
.body{
	background:#fff;
}
.nbody{
	background:#efefef;
}
ul,ol,li{
	list-style:none; 
	margin:0; 
	padding:0;
}
table,table tr,table td{
	border:solid 1px #777777;
}
html,body{
	height:auto;
	margin:0 auto;
}
.hide{
	display:none;
}
.sbb{width:16% !important; border:none !important;background: none !important;}
.clear{
	clear:both; 
	font-size:1px; 
	line-height:0px; 
	height:0px;
}
input,textarea{
	font-family:"Microsoft YaHei","Arial";
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1{
	font-size: 3em; 
	line-height: 1; 
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.5em; 
	line-height: 1;
}
h4{
	font-size: 1.2em; 
	line-height: 1.25;
}
h5{
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
/* 页面基本元素

-------------------------------------------------------------- */
/* 链接样式 */

a {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/* 层浮动 */
.left {
	float: left;
}
.right{
	float: right;
}
.clear{ height:0; font-size:0; line-height:0; clear:both;}
.clearfix:after { 
	content:"\200B"; 
	display:block;
	height:0; 
	clear:both; 
} 
.clearfix {*zoom:1;}/*IE/7/6*/
.center {
	margin: 0 auto;
}
/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }

/*img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}*/
/* top
-------------------------------------------------------------- */
.header{
	width:100%;
	height:160px;
	position: fixed;
	z-index: 9999;
	top:0;
	background:url(/template/default/images/headerbg.png) no-repeat center center;
	ba ckground:#fff;
	bo rder-bottom: 1px solid #e9e7e1;
}
.small .headernr{
	display:none;
}
.logo{
	overflow:hidden;
	margin-left:22px;
	margin-top: 1.2em;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {
	list-style: none;
	padding: 0;
}
.menu > li {
	position: relative;
	display: inline-block;
	outline: 0;
}
.submenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
	overflow: hidden;
	/* IE8 needs this */
	overflow: hidden\0/ !important;
	max-height: 0;
	pointer-events: none;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	pointer-events: auto;
	z-index: 10;
	max-height: 2000px;
	-webkit-transition: none;
	-moz-transition: none;
}
/* tel
-------------------------------------------------------------- */
.tel{ width:260px; height:90px; display: table-cell; vertical-align: middle; text-align:center; font-family:Arial; font-weight:bold; font-size:20px; line-height:90px; color:#000; background: url(/template/default/images/navbg.jpg) no-repeat left center;}
.tel a{ font-size:20px; font-weight:bold; font-family:Arial; color:#000;}
.tel .timg{float:left;}
.tel .ttel{float:left;padding-left:10px;}
.tel p{ font-size:22px;font-family:impact; color:#602100;line-height: 1.3;margin-top:23px;}
.tel img{ margin-top:6px;}
/* Default
 ================================================================= */
.shield {
	overflow: visible;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;

}
.shield li {
  -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
       -o-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
}

.nav > ul{
	width:100%;
}
.nav .menu > li{
	height:90px;
	float:left;
	text-align:center;
	line-height:100px;
}
.nav .menu > li:last-child{
	background:none;
}
.nav span{ font-size:12px; font-weight:bold; color:#8f8f8f; font-family:Arial;}
.nav .menu > li a{
	color:#000;
	font-size:17px;
	display:block;
	padding:0 22px;
}
.nav .menu > li > a::after {
  position: absolute;
  content: "";
    width: 50px;
    height: 1px;
	left:16%;
    background: #633419;
    margin: 26px auto 0px;
  transform: scaleY(0);
  transition: 1s cubic-bezier(0, 0, 0, 1);
}
.nav .menu > li > a:hover::after,
.nav .menu > li.current > a::after{
  transform: scaleX(1);
}
.nav .menu > li:hover a{
	color:#633419;
}
.nav .menu > li:hover span{
	color:#633419;
}
.nav .menu > li.current a{
	color:#633419;
}
.nav .menu > li.current span{
	color:#633419;
}
.nav .menu > li .submenu{
	width:130%;
	left:-15%;
}
.nav .menu > li .submenu li{
	width:100%;
	height:40px;
	line-height:40px;
	background:#633419;
	text-align:center;
	border-bottom:solid 1px #633419;
}
.nav .menu > li .submenu li:last-child{
	border:none;
}
.nav .menu > li .submenu li a{
	display:block;
	color:#fff;
	font-size:14px;
}

.nav .menu > li .submenu li:hover{
	background:#faba5b;
}
.submenu li {
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	transition: opacity .4s,         transform .6s, max-height .6s;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #ca0a55;
    margin: 0 auto 0.4375rem;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}
#menu{
	display: block;
	position: absolute;
	right: 10px;
	top: 35px;
	z-index: 5;
	transition: all 0.5s;

	opacity: 1;
}
#menu.active{
	opacity: 0;
}
#menu span{
	width: 2rem;
	height: 2px;
	background-color: #633419;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#633419;
}
#menu span:last-child{
	margin-bottom: 0;
}
/*sidenav*/
#sidenav{
	text-align: center;
	position: fixed;
	right: -30rem;
	top: 0;
	width: 15rem;
	height: 100%;
	background-color: rgba(247,171,0,1);
	z-index:9999;
	padding: 0 ;
	transition: all 0.5s;
}
#sidenav.active{
	right: 0;
}
#sidenav .nav-close{
	width: 20px;
	height:20px;
	display: block;
	transition: all 0.5s;
	font-size:24px;
	line-height:20px;
}
#sidenav .nav-close:before {
    content: "\00d7";
    color: #fff;
}
#sidenav .nav-close span{
	color:#fff;
}
#sidenav .nav-close:hover{
	transform: rotate(180deg);
}
#sidenav .nav-close:hover span{
	background-color: #ffe700;
}
#sidenav .nav-close span:nth-child(1){
	transform: rotate(45deg);
}
#sidenav .close span:nth-child(2){
	transform: rotate(-45deg);
}
#sidenav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #fff;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#000;
}

/**
 * 4. Home Slider
 */

.page-template-page-full-slider .ms-main-container, .slider-template-default.single-slider .ms-main-container {
	display: flex;
	padding: 0 !important;
}
.page-template-page-full-slider .ms-container, .slider-template-default.single-slider .ms-container {
	padding-top: 0 !important;
}
.swiper-container.body-container {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background-color: #151515;
}
.swiper-wrapper {
	align-items: center; /* add this will all relevant prefixes */
}
.swiper-slide {
	overflow: hidden;
}
.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #6c2b23;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.slide-inner--image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	opacity: .2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	-webkit-transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
	transition: opacity .6s ease-in-out, -webkit-transform 2s ease .7s;
	-o-transition: opacity .6s ease-in-out, transform 2s ease .7s;
	transition: opacity .6s ease-in-out, transform 2s ease .7s;
	transition: opacity .6s ease-in-out, transform 2s ease .7s, -webkit-transform 2s ease .7s;
}
.swiper-slide-duplicate-active .slide-inner--image, .swiper-slide-active .slide-inner--image {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.slide-inner--video .fullscreen-bg__video {
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: .2;
	min-width: 100%;
	min-height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .6s ease-in-out;
	-webkit-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	-o-transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
	transition: opacity .6s ease-in-out;
}
.swiper-slide-duplicate-active .slide-inner--video .fullscreen-bg__video, .swiper-slide-active .slide-inner--video .fullscreen-bg__video {
	opacity: 1;
}

/* 4.2 Slider inner info */
.slide-inner--info {
	position: absolute;
	width: auto;
	min-height: 50px;
	bottom: 3em;
	padding: 0 3em;
	color: #fff;
	z-index: 1;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.swiper-slide-active .slide-inner--info {
	opacity: 1;
	-webkit-transition: opacity 1s ease 1s;
	-o-transition: opacity 1s ease 1s;
	transition: opacity 1s ease 1s;
}
.slide-inner--info h1 {
	margin: 12px 0;
	text-transform: uppercase;
	font-weight: 900;
	line-height: 1em;
	color: #fff;
}
.slide--info__link {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 2px;
}
.swiper-slide--bottom {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	height: 90px;
	width: 100%;
	max-width: 1440px;
	margin: 0 auto;
}
/* 4.3 Pagination */

.body-pagination.swiper-pagination {
	position:absolute;
    right: 20px;
    top: 40%;
    z-index: 10;
	text-align:right;
}
.body-pagination .swiper-pagination-bullet-active {
	background: #fff;
}
.body-pagination .swiper-container-vertical .swiper-pagination-progressbar {
	transform: rotate(-90deg);
	-webkit-transform-origin: top right;
	-moz-transform-origin: top right;
	-ms-transform-origin: top right;
	-o-transform-origin: top right;
	transform-origin: top right;
	height: 34vh;
	width: 1px;
	position: absolute;
}
.body-pagination .swiper-pagination-progressbar-fill {
	background: #fff !important;
}
.expanded-timeline__counter {
	margin-left: 1.8em;
}
.expanded-timeline__counter span {
	text-align: center;
	margin-right: 100%;
	padding: 8px 0;
	color: #fff;
	display: block;
}
.swiper-counter {
	position: relative;
	width: auto;
	height: 16px;
	margin-bottom: .6em;
}
.swiper-counter .count:not(.start) {
	opacity: 0;
}
.swiper-counter .count {
	display: block;
	position: absolute;
}
.expanded-timeline {
    position: absolute;
    right: 0;
    top: 50%;
   /* background: url(/template/default/images/menu.png) no-repeat;*/
    height: 367px;
    margin-top: -183px;
    width: 51px;
    z-index: 9;
}
.expanded-timeline__total {
	padding-top: .6em;
}
.scroll-message {
	position: absolute;
	right: 0;
	top: 8px;
	color: #fff;
	opacity: .5;
	font-size: 12px;
	letter-spacing: .15em;
}
.scroll-svg {
	width: 24px;
	margin: 0 auto 1.2em;
	display: block;
}
.edit-full-slider {
	position: fixed;
	z-index: 2;
	top: 50vh;
	left: 48%;
}


.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999}
.pagess ul li a:hover {color: #fff;}
.pc{ display:block;}
.sj{ display:none;}

/*banner*/
#w-full-banner {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #fff;
}

#w-full-banner ul {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 0px;
	margin;0px; position: relative;
}

#w-full-banner ul li {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 999;
}

#w-full-banner ul li.current {
	z-index: 1000;
	opacity: 1;
}

#w-full-banner ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

#w-full-banner ul li img {
	object-fit: cover;
	display: block;
	width: 100%;
	height: 100%;
}

#w-full-banner ul li .describe {
	position: absolute;
	width:100%;
	bottom:0%;
	le ft:50%;
	tran sform: translate(-50%, -50%);
}

#w-full-banner .btns {
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 80px;
	left: 0%;
	padding-top: 0;
	margin-top: 0;
	z-index: 9999;
	text-align: center;
}

#w-full-banner .btns span {
	display: inline-block;
	width: 18px;
	height: 18px;
	padding-bottom: 0;
	background-color: #FFF;
	border-radius: 50%;
	margin: 0px 5px;
	opacity: 0.2;
	transition: .5s;
	cursor: pointer;
}

#w-full-banner .btns span.current, #w-full-banner .btns span:hover {
	opacity: 1;
}

#w-full-banner.fxSoftScale .navOutNext {
	-webkit-animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#w-full-banner.fxSoftScale .navInNext {
	-webkit-animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleDownUp 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#w-full-banner.fxSoftScale .navOutPrev {
	-webkit-animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

#w-full-banner.fxSoftScale .navInPrev {
	-webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
	animation: scaleUpDown 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
}

@-webkit-keyframes scaleUp {
	from {
	}

	to {
		-webkit-transform: scale(1.2);
		opacity: 0;
	}
}

@keyframes scaleUp {
	from {
	}

	to {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: 0;
	}
}

@-webkit-keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(0.9);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes scaleDownUp {
	from {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes scaleDown {
	from {
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.9);
	}
}

@keyframes scaleDown {
	from {
	}

	to {
		opacity: 0;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@-webkit-keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@keyframes scaleUpDown {
	from {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}

	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}



/*shubiao*/
.shubiao-index{
	position: fixed;
	bottom:100px;
	left:50%;
	width:14px;
	margin-left:-9px;
	z-index:9999;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    backgr ound: #fff;
    margin:10px auto;
}
#shubiao{
	width:14px;
}
.mouse {
  position: relative;
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: scroll 1s infinite alternate;
          animation: scroll 1s infinite alternate;
}
@-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);
  }
}
.about{
	margin-top:190px;
	position:relative;
	z-index:4;
	
}
.cont{
	width:73.888888%;
	overflow:hidden;
	margin:auto;
	position:relative;
}
/* tit
-------------------------------------------------------------- */
.tit{
	text-align:left;
	margin-bottom:20px;
}
.tit p{
	text-align:Center;
                color:#633419;margin-bottom: 16px;
	
}
.tit h3{
	position: relative;
	font-size: 32px;
	text-align:center;
	color: #633419;
	height: 53px;
	line-height: 40px;
}
.tit h3 a::after{
    position: absolute;
    content: "";
    top: 36%;
    width: 30px;
    height: 1px;
    background: none;
	background:#633419;
    transform: scaleX(1);
    border-radius: 10px;
	margin-left: 30px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tit h3 a::before{
    position: absolute;
    content: "";
    top: 36%;
    width: 30px;
    height: 1px;
    background: none;
	background:#633419;
    transform: scaleX(1);
    border-radius: 10px;
	margin-left: -60px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tt h3 a::after{
    position: absolute;
    content: "";
    top: 39%;
    width: 30px;
    height: 1px;
    background: none;
	background:#fff;
    transform: scaleX(1);
    border-radius: 10px;
	margin-left: 30px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tt h3 a::before{
    position: absolute;
    content: "";
    top: 39%;
    width: 30px;
    height: 1px;
    background: none;
	background:#fff;
    transform: scaleX(1);
    border-radius: 10px;
	margin-left: -60px;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.tit h3 a{
	font-size: 38px;
}
.tit h3 a,
.tit h3 a:active,
.tit h3 a:visited,
.tit h3 a:hover{color:#633419;font-weight:bold;letter-spacing: 2px;}
/*about*/
.aboutimg{
	height: 520px;
	overflow:hidden;
}
.aboutimg .swiper-slide{ height:520px; overflow:hidden; position:relative; background:#fff;}
.aboutimg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.aboutimg .rongqi{
	width:500px;
	position:relative;
	margin:60px 0 0 90px;
	z-index:9999;
	height:370px;
	overflow:hidden;
	}
.pinpai{ width:100%; background:#f3f3f3; margin-top:50px;}
.npinpai{ width:73.888888%; height:auto; margin:0px auto;}
.npinpai p{ color:rgba(0,0,0,0.8); font-size:30px; line-height:40px; padding:80px 0 50px 0;}
.npinpai .pinbox{ overflow:hidden; width:100%; height:auto; padding:10px 0px 120px; }
.npinpai .pinp{ box-shadow: 0px 0px 10px #00000038; margin:1%; width:18%;}
.npinpai .pinp img{ width:100%; height:auto;}
.aboutimg img:hover{
}
.aboutimg .aboutborder{
	position:absolute;
	top:0px;
	left:30px;
	border-color: #fff;
    border-style: solid;
    background: none;
    border-width: 10px;
	width:80%;
	height:370px;
}
.aboutcon{ background:linear-gradient(to right,#fff,#fff); height:520px; padding:80px;}
.aboutcon .tit h3{text-align:left; height:auto;}
.aboutcon .tit h3 a{ font-size:36px; text-align:left; line-height:30px; color:#633419;}
.aboutcon .tit h3 a::before, .aboutcon .tit h3 a::after{ display:none;}
.aboutcon .tit p{ font-size:18px; line-height:30px; font-family:Arial; text-align:left; color:#633419;}
.aboutbox{
	color:#746f6f;
	font-size:16px;
	line-height:32px;
	margin-bottom:30px;
}
.aboutbox p{ font-size:16px; line-height:32px;}
.aboutlink li{
	width:100px;
	height:100px;
	border:1px solid #fff;
	border-radius:5px;
	text-align:center;
	float:left;
	margin-right:20px;
}
.aboutlink li:hover{
	background:#005fbb;
	border:1px solid #005fbb;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.aboutlink li img{
	display:block;
	margin:16px auto;
}
.aboutlink li a{
	color:#fff;
}
.aboutmore a{
	width:168px;
	height:45px;
	font-size:16px;
	border-radius:50px;
	border:1px solid #fff;
	color:#fff;
	background:#633419;
	text-align:center;
	line-height:45px;
	display:block;
	margin-top:20px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	
}
.aboutmore a:hover{
	width:168px;
	height:45px;
	font-size:16px;
	background:#ffa708;
	color:#fff;
	border-radius:20px;
	text-align:center;
	position:relative;
	line-height:45px;
	display:block;
	margin-top:20px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	
}
/*product*/
#scroll{width:100%;}
#scroll .owl-wrapper-outer{margin:0 auto;}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    width: 100%;
}
#scroll .item{overflow:hidden;text-align: center;}
.con4_item{ width:100%; overflow:hidden; position:relative; }
.con4_item .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 215px;
    display: block;
}
.con4_item .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.con4_item .protit{
    height:45px;
	background:#005fbb;
	line-height:45px;
	width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
	text-align:center;
	color:#fff;
}
.showprobg{
	position:absolute;
	top:-100%;
	left:0%;
	width:100%;
	height:215px;
	overflow:hidden;
	box-sizing:border-box;
	color:#fff;
	background:url(/template/default/images/pro01.png) no-repeat center center #005fbb;
	opacity:0.5;	
}
.item:hover .showprobg{
	top:0;
	left:0;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}	
#scroll .item:hover .con4_item img{
	transform:translate(-50%, -50%) scale(1.2);
}
#scroll .item:hover .protit{
	background:#f6b731;
}
.owl-carousel .owl-item {
    float: left;
	width:100%;
	overflow:hidden;
	
}
.owl-carousel .owl-item a{
	display:block;
	border:5px solid #fff;
	margin-right:40px;
}
.owl-theme .owl-controls{
	text-align: center;
	top: 0;
    width: 100%;
	position: absolute;
}
/*index-news*/

/*contact*/
/* banner_n
-------------------------------------------------------------- */
.banner_n{ 
	width:100%; 
	height:300px;
	position:relative;
	background-size:cover;
}
.capitalize{
	position: absolute;
    width: 73.888888%;
    color: #fff;
    text-align: center;
    top: 210px;
    left: 13%;
    transform: translate(0, -50%);
    z-index: 4;
	background:none;
	margin:0px auto;
}
.capitalize h3{
	font-size:36px;
	text-align:left;
	line-height:50px;
	margin:0;
}
.capitalize p{
	font-size:34px;
	margin-top:5px;
	text-align:left;
}
.mbanner{
	display:none;
	margin-top:100px;
}
.mbanner img{
	width:100%;
}
/* position
-------------------------------------------------------------- */
.post{
	margin-bottom:20px;
	background:#fff;
	border-bottom:1px solid #dedede;
}
.post .cont{
	height:75px;
	line-height:75px;
	font-size:16px;
}
.post .cont a{
	font-size:16px;
}
.nabout_menu{
	text-align:center;
	margin: 3% 0 5%;
}
.nabout_menu ul{
	margin:0;
	display:inline-block
}
.nabout_menu li{
	display:inline-block;
}
.nabout_menu li a {
    position: relative;
    font-size: 16px;
    height: 80px;
    line-height: 80px;
    padding: 0px 30px;
    color: #6c2b23;
    display: block;
    transition: 0.3s ease 0s;
}
.nabout_menu li .cplb {
    font-size:18px;
    border:1px solid #6c2b23;
    height: 40px;
    line-height: 40px;
    padding: 0px 25px;
}
.nabout_menu li.cur a:before{
	width:80%;
	left:10%;
	background-color:#633419;
	position:absolute;
	content:'';
	height:3px;
}
.nabout_menu li.cur a{
	color:#633419;
}
.nabout_menu li a:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:0%;
	height:3px;
	background-color:none;
	transition:all .3s;
}
.nabout_menu li  a:hover{
	color:#633419;
}
.nabout_menu li  a:hover:before{
	width:80%;
	left:10%;
	background-color:#633419;
}
.ntit{
	text-align:center;
	font-size:36px;
	margin-bottom:50px;
	letter-spacing:3px;
}
/* nabout
-------------------------------------------------------------- */
.naboutnr img{
	float:left;
	margin:0 40px 10px 0;
}
.naboutnr p{
	line-height:30px;
	font-size:16px;
	text-indent:32px;
}
.about-list-box{
	padding:0 15px;
}
.about-list-box{
	overflow:hidden;
	margin-bottom:20px;
}
.about-list-img{
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
	border:1px solid #eee;
	border-bottom:none;
}
.case-list-img{
	height:200px;
}
.about-list-img img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.about-list-box:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.about-list-box:hover .about-list-img{
	border-color:#004794;
}
.about-list-box:hover .about-list-tit{
	background:#004794;
	color:#fff;
}
.about-list-tit{
	background:#eee;
	width:100%;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:16px;
}
/* nmassgenr
-------------------------------------------------------------- */

.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.nmessagenrl{
	width:44%;
}
.nmessagenrr{
	width:53%;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:100%;
	margin-bottom:15px;
}
.nmessagenr ul li input{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	border:1px solid #d5d5d5;
	padding-left:10px;
	color:#333;
}
.nmessagenr ul li textarea{
	width:100%;
	height:160px;
	line-height:30px;
	border:solid 1px #d5d5d5;
	padding:5px 5px 5px 10px;
	font-size: 14px;
	color:#333;
}
.nmessagenr .tjbtn{
	width:100%;
	overflow:hidden;
}
.nmessagenr .tjbtn input{
	width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background:#633419;
    font-size: 16px;
}
.nmessagenr input::-webkit-input-placeholder {
        color: #ccc;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #ccc;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #ccc;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #ccc;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #ccc;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #ccc;
      }
.has-error em{
	color:#633419;
	font-style:normal;
	font-size:12px;
	margin-left:10px;
}
.swiper-slide-active .sl5-con{
  opacity: 1;
  animation:fadeInUp 2s ease-in-out;
  animation-fill-mode: both;
}
.m-sl5-con{
  display: none;
}
.sl5-swiper.swiper-container {
  height: 100%;
  overflow: visible !important;
}
.sl5-swiper .swiper-slide{ 
  width: 35% !important;
  /* padding:2rem 3rem; */
  background:#fff;
  box-sizing: border-box; 
  overflow: hidden;
}
.sl5-ss{
  width: 100%;
  height: 100%;
}
.sl5-ss .newsms{
    margin-left:2VW;
    width: calc(100% - 4VW);
}
.sl5-ss-bg{
  width: 100%;
  height: 100%;
}
.sl5-ss-bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sl5-ss-con{
  position: absolute;
  left:0;
  top:50%;
  transform:translateY(-50%);
  width: 50%;
  background: #fff;
  padding:3VH 0;
  border-left: 3px solid #633419;
}
.newsbtdate{
  display: flex;
  align-items: flex-start;
  width: calc(100% - 4VW);
  margin-left:2VW;
  padding-bottom:2VH;
  justify-content: space-between;
  
}
.newsbt{
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 70%;
  font-size: 20px;
  color:#000;
}
.newsdate{
  display: block;
  font-size: 16px;
  color: #633419;
}
.newsms{
  margin-left:0VW;
  font-size: 16px;
  color: #646464;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
.newsmore{
    background: #633419;
    color: #fff;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-left:2VW;
    font-size: 16px;
    margin-top: 1VW;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.newsmore:hover{
    border-radius:20px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
    
}
.sl5-prev{
  width: 28px;
  height: 80px;
  background:url(/template/default/images/sl5-prev.png) no-repeat top left;
  background-size: 100% 100%;
  left:calc(17.5% - 30px);
}
.sl5-next{
  width: 28px;
  height: 80px;
  background:url(/template/default/images/sl5-next.png) no-repeat top left;
  background-size: 100% 100%;
  right:calc(17.5% - 30px);
}
.sl5-next-bg{
  position: absolute;
  right:0;
  height: 100%;
  top:0%;
  width:calc(17.5% - 20px);
  background:rgba(255,255,255,0.5);
  z-index:2;
  border-top-left-radius:0.5rem;
  border-bottom-left-radius:0.5rem;
}
.sl5-prev-bg{
  position: absolute;
  left:0;
  height: 100%;
  top:0%;
  width:calc(17.5% - 20px);
  background:rgba(255,255,255,0.5);
  z-index:2;
  border-top-right-radius:0.5rem;
  border-bottom-right-radius:0.5rem;
}
.sl5-pagination{
  bottom: -40px!important;
}
.sl5-pagination span{
    background: #633419;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    float: none;
    margin: 0 3px;
    display: inline-block;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.sl5-pagination .swiper-pagination-bullet-active{
    width: 45px;
    border-radius: 20px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.sl5-slide .sl5-ss-bg img{
  transition: all 1s;
}
.sl5-slide:hover .sl5-ss-bg img{
  transform: scale(1.2);
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	position:relative;
}
.ncontactnr{
	width:100%;
	height:400px;
	opacity:1;
	padding:20px;
	color:#fff;
	font-size:14px;
}
.ncontactnr h4{
	font-size:30px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:30px;
	color:#633419;
}
.ncontactnr p{ color:#555; font-size:16px;}
.ncontactnr h5{
	line-height:24px;
}
.ncontactnr h6{
	margin:20px 0 30px 0;
}
.ncontactnr h6 a{
	font-size:36px;
}
.ncontactnr img{
	margin-right:10px;
}
.ncontactnr a{
	color:#fff;
}
.ncontactnr > p img{
	margin-right:13px;
}
#map{
	width:100%;
	height:700px;
	overflow:hidden;
	margin-bottom:0px;
}
/* npro
-------------------------------------------------------------- */

.npronr_list{ 
	overflow:hidden; 
	margin:15px 1%;
	width:31%;
	float:left;
	position:relative;
}
.npronr_list a{
	display:block;
	overflow:hidden;
	width:100%;
}
.npronr_list .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 420px;
    display: block;
    border: 1px solid #f5f5f5;
}
.npronr_list .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.npronr_list .protit{
    height:50px;
	background:#f5f5f5;
	text-align:center;
	line-height:50px;
	color:rgba(0,0,0,0.8);
	padding:0 10px;
}
.npronr_list .protit .protit_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-right: 20px;
}
.npronr_list .protit .protit_name{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-size: 16px;
}
.npronr_list .protit .protit_img{
    position: absolute;
    right: 0;
    top: 0px;
    display: block;
    width: 20px;
    height: 60px;
    overflow: hidden;
    background: url(/template/default/images/pro02.png) no-repeat right center;
}
.npronr_list .showprobg{
	position:absolute;
	left:0;
	top:-100%;
	width:100%;
	height:420px;
	overflow:hidden;
	box-sizing:border-box;
	color:#fff;
	background:url(/template/default/images/pro01.png) no-repeat center center #633419;
	opacity:0.5;
}
.npronr_list:hover .showprobg{
	left:0;
	top:0;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}	
.npronr_list a:hover .protit{
	background:#f6b731;
}
.npronr_list a:hover .protit .protit_name{
	color:#fff;
}
.npronr_list:hover  img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nprolf{
	width:50%;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	width:45%;
}
.nprort h3,
.nprort p{
	font-size:16px;
	margin:0;
	line-height:40px;
	color:#666;
}
.nprort h3 span{
	font-size:32px;
	color:rgba(0,0,0,0.9);
	line-height:60px;
}
.nprort p{
	line-height:70px;
	border-bottom:1px solid #e5e5e5;
	}
.nprortlink a{
    font-size:16px;
    line-height: 50px;
    color: #fff;
    background: #633419;
    display: block;
    padding:0px 40px;
    float: left;
    margin-top:70px;
    margin-right:10px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
animation:breathe 1s ease-in-out infinite alternate;
-moz-animation:breathe 1s ease-in-out infinite alternate;
-webkit-animation:breathe 1s ease-in-out infinite alternate;
-o-animation:breathe 1s ease-in-out infinite alternate;
	cursor:pointer;
}
.nprortlink a:hover{
    font-size:16px;
    line-height: 50px;
    color: #fff;
    background: #633419;
    display: block;
    padding:0px 40px;
    float: left;
    margin-top:70px;
    margin-right:10px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
animation:breathe 1s ease-in-out infinite alternate;
-moz-animation:breathe 1s ease-in-out infinite alternate;
-webkit-animation:breathe 1s ease-in-out infinite alternate;
-o-animation:breathe 1s ease-in-out infinite alternate;
	cursor:pointer;
    border-radius:20px;
}

.nproinfo > img{
	margin:0 auto;
}

.npronr_list2 .flbox{
	background:#fff; 
	transition: all .5s ease;
	border:1px solid #f5f5f5;
                border-radius: 50%;
	}
.npronr_list2 h6,.npronr_list2 p{ display:none;}
.npronr_list2 a{
	position:relative;
	display:block;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.npronr_list2 a img{
    width:100% !important;
    height:100% !important;
    transition: all .5s ease;
    border-radius: 50%;
}
.propianobg {
    position: absolute;
    background: linear-gradient(to top,rgba(41,71,99,1),rgba(41,71,99,0)); 
	background: -o-linear-gradient(to top,rgba(41,71,99,1),rgba(41,71,99,0));
	background: -moz-linear-gradient(to top,rgba(41,71,99,1),rgba(41,71,99,0));
	background: -webkit-linear-gradient(to top,rgba(41,71,99,1),rgba(41,71,99,0));
    width: 100%;
    height: 100%;
    bottom: -100%;
    transition: all .5s ease;
    opacity: 0;
}
.npronr_list2 a:hover .propianobg{
	transition: all .5s ease;
	bottom: 0;
	opacity: 1;
}
.npronr_list2 a:hover .flbox{
	transition: all .5s ease;
	background:#633419;
	border:0px solid #d3d3d3;
}
.npronr_list2 a:hover .bt{
	transition: all .5s ease;
	color:#fff;
}

.fljs h6{ font-size:30px; margin:30px 0px; color:#294763;
}
.fljs .last{ padding-bottom:30px; border-bottom:1px solid #f5f5f5; margin-bottom:10px;}
.npronr_list2 a:hover img{
	tran sform:scale(1.1);
}
.npronr_list2 p.bt{
	display:block;
	font-size:16px;
	text-align:center;
	color:rgba(255,255,255,0.9);
	margin-top:6%;
	line-height:60px;
	background: #6c2b23;
}
}
.pro-button-prev.swiper-button-prev,
.pro-button-next.swiper-button-next{
    width: 20px;
    height: 37px;
    padding: 0;
    opacity: 1;
    top: 60%;
}
.pro-button-prev.swiper-button-prev{
    background: url(/template/default/images/proleft.png) no-repeat left center;
    left: 10%;
    
}
.pro-button-next.swiper-button-next{
    background: url(/template/default/images/proright.png) no-repeat right center;
    right: 10%;
}
/*产品展示结束*/
	
/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 30px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li a{
    float: left;
    margin-right: 6px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-size:14px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	bac kground:#633419;
	color:#633419;
	bo rder:1px solid #633419;
}
.dede_pages ul li.thisclass a{
	color:#633419;
}
.dede_pages ul li:hover a{
	color:#633419;
}
.dede_pages ul li a:hover{
    background:#633419;
	color: #000;
	cursor:pointer;
	border:1px solid #633419;
}
.dede_pages ul li:hover span{
	color:#000;
}
/**/
@media(max-width:1440px) {
	.nnewsnrlist{ width:100%;}
	.tel{ display:none;}
}
@media(max-width:1200px) {
	.cont{
		width:96%;
	}
	.logo{
		width:40%;
	}
	.logo img{
		width:auto;
	}
	.nav .menu > li a{
		padding:0 14px;
	}
	.about-list-img{
		height:380px;
	}
	.case-list-img{
		height:200px;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:220px;
	}
	.nnewsnrlist .newsimg{
		height:180px;
	}
	.nnewsnrlist .newsms{
		margin-bottom:5px;
	}
	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
	}
	.npinpai .pinp{ margin:1%; width:31%;}
.aboutimg{
	height: 460px;
	overflow:hidden;
}
.aboutimg .swiper-slide{ height:320px; pointer:relative;}
padding:40px;}
.aboutbox p{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
}
@media(max-width:1023px) {	

	.hidden-s{
		display:none;
	}
	.mobile-header{
		display:block;
	}
	.logo{
		width:auto;
	}
	.about-list-img{
		height:480px;
	}
	.case-list-img{
		height:260px;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:220px;
	}
	.nnewsnrlist .newsimg{
		height:300px;
	}
	.banner_n{
		height:400px;
	}
.aboutimg{
	height: 320px;
	overflow:hidden;
}
.aboutcon{ background:linear-gradient(to right,#fff,#fff); height:320px; padding:40px;}
}
@media only screen and (max-width: 992px){
	.sj{ display:none !important;}
	.newslist:last-child,
	.aboutimg,
	.messagecon{
		display:none;
	}
	.aboutimg{ display:block;}
	.about{
		margin-top:200px;
	}
	.contactcon{
		padding:0;
	}
	.npronr_list .proimg,
	.npronr_list .showprobg{
		height:260px;
	}
	.npronr_list{
		width:48%;
	}
	.nnewsnrlist .newsimg{
		height:180px;
	}
	.nnewsnrlist .newsms {
		-webkit-line-clamp: 1;
		height: 26px;
	}
	.ncontactnr{
		width:100%;
	}
	.nabout_menu{
		margin-bottom:30px;
	}
.about {margin-top: 22% !important;}
.sjd {margin-top: 330px !important;}
.aboutcon{height:420px!important;}
.newslist:first-child .newsimg {height: 247px!important;}
.newslist:first-child{height: 347px!important;}
.tit p{display:block!important;}
.ip_item {margin-top: 40px !important;}
.aboutimg{height: 320px;overflow:hidden;}
.aboutcon{ background:linear-gradient(to right,#fff,#fff); height:220px; padding:40px 0 0;}
}
@media(max-width:768px) {
.pc{ display:none !important;}
.sj1{ display:block !important;}
	.sj{ display:none !important;}
	.npronr_list2{ width:48%;}
	.naboutnr img{
		float:none;
		margin:0 0 20px 0;
		width:100%;
	}
	.nnewsnrlist{ width:100%;}
	.about-list-img{
		height:420px;
	}
	.case-list-img{
		height:260px;
	}
	.nnewsnrlist {
		margin:0px;
		margin-bottom: 15px;
		padding-bottom: 25px;
	}
	.nnewsnrlist .newsimg{
		height:200px;
	}
	.nnewsnrlist .newsimg{
		width:100%;
	}
	.nnewsnrlist .newscon{
		width:90%;
	}
	.nnewsmore{
		display:none;
	}
	.nnewsnrlist .newsbt a{
		line-height:28px;
		margin:0;
		font-size:14px;
	}
	.nnewsnrlist .newsdate{
		margin:0;
		font-size:12px;
	}
	.ncontactnr h4{
		font-size:18px;
		margin-bottom:10px;
	}
	.ncontactnr h6 a{
		font-size:24px;
	}
	.ncontactnr h6{
		margin:10px 0 10px 0;
	}
	.nabout_menu li a{
		padding:0 15px;
		height:60px;
		line-height:60px;
	}
	.nabout_menu li .cplb {
    padding: 0px 10px;
	}
	.nnewsnr h1{
		font-size:18px;
	}
	.banner_n{
		height:340px;
	}
	.sl5-con{
    display: none;
  }
  .m-sl5-con{
    height: 50%;
    display: block;
    width: 100%;
    opacity: 0;
    animation:fadeOutUp 0.2s ease-in-out;
  }
  .swiper-slide-active .m-sl5-con{
    opacity: 1;
    animation:fadeInUp 1s ease-in-out;
    animation-fill-mode: both;
  }
  .m-sl5-swiper.swiper-container {
    height: 100%;
    overflow: visible !important;
  }
  .m-sl5-swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
  }
  .sl5-ss-con {
    width: 70%;
  }
  .sl5-ss-more{
    width: calc(100% - 4VW);
    margin-left:2VW;
    text-align: left;
    margin-top:1VH;
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
  }
  .m-sl5-pagination{
      top:inherit !important;
    bottom:-5VH !important;
  }
  .m-sl5-pagination span{
    width: 5VW;
    height: 0.5VH;
    border-radius: 0;
  }
  .m-sl5-pagination .swiper-pagination-bullet-active{
    background: #633419;
  }
  .sl5-ss-bg{
    height: 100%;
  }
  .sl5-pagination{
  bottom: -40px!important;
}
.m-sl5-pagination span{
    background: #633419;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    float: none;
    margin: 0 3px;
    display: inline-block;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
cursor: auto !important;
}
.m-sl5-pagination .swiper-pagination-bullet-active{
    width: 45px;
    border-radius: 20px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
cursor: auto !important;
}
.m-sl5-slide .sl5-ss-bg img{
  transition: all 1s;
}
.m-sl5-slide:hover .sl5-ss-bg img{
  transform: scale(1.2);
}
  .npinpai .pinp{ margin:1%; width:48%;}
  .sl5-ss-tit div{
      padding-left:1VH;
      overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;}
.sl5-ss-des{
      padding-left:1VH;
    color:#633419;
}
}
@media(max-width:767px) {
	.newslist{
		padding:0;
		margin-bottom:15px;
		display:none;
	}
	.newslist:first-child{
		display:block;
	}
	.about-list-img img {
		position: relative;
		top: 0;
		left: 0;
		transform:translate(0%, 0%);
	}
	.about-list-img{
		height:auto;
	}
	.about-list-box:hover img{
		    transform: translate(0%, 0%) scale(1.2);
	}
	.npronr_list{
		width:100%;
		margin:8px 0;
	}
	.npronr_list .proimg{
		height:auto;
	}
	.npronr_list .proimg img {
    	position: relative;
		top: 0;
		left: 0;
		transform:translate(0%, 0%);
	}
	.npronr_list:hover .showprobg{
		display:none;
	}	
	.npronr_list:hover  img{
		transform:translate(0%, 0%) scale(1.2);
	}
}
@media only screen and (max-width:640px) {
.cs_online_qq a {text-ali gn: right!important;padding-left: 30px;}
.indexewm1{display:block!important;}
                .sbb{display:none!important;}
.product{padding-top:0!important;}
.tit p{font-size:16px!important; line-height:16px!important;}
.aboutcon .tit h3 a{font-size:21px!important;}
.newslist:first-child .newsimg{ height:248px!important;}
.newslist:first-child .newsinfo{ height:128px!important;}
#w-full-banner ul li a{display:inline;}
.cont{width:100%;}
.aboutcon{pad ding:0!important;}

                .logo{margin-top: 1em;}
                .tit img{width:80%;} 
                .aboutbox {font-size: 15px;}
	.sj{ display:none !important;}
	.aboutimg{ dis play:none;}
               .aboutimg .swiper-slide{height: 218px!important;}
              .fgfg .swiper-slide{height: 398px!important;}
.cont{widht:100%!important;}

	.npronr_list2{ width:48%;}
	.cont{
		width:100%;
	}
	.about{
		margin-top:100px;
		height: 100%;
	}
	.sjd{ margin-top:160px !important;}
.kkk{float:left;}
	.logo{
		width:100%;
	}
	.logo img{
		width:42%;
	}
	.header{
		height:66px;
		background: #fff !important;
	}
	#menu{
		top:28px;
	}
	.banner_n{
		display:none;
	}
	.mbanner{
		display:block;
		margin-top:75px;
	}
	.left,.right{
		width:100%;
	}
	.nnewsnrlist .newsnr{ padding-left:2%;}
	.swiper-pagination{
		top:50%;
		right:10px;
	}
	.swiper-pagination-bullet{
		margin-top:20px;
	}
	.tit{
		margin-bottom:15px;
	}
	.tit p{
		font-size:26px;
		line-height:30px;
	}
	.tit h3{
		height:50px;
	}
	.tit h3,.tit h3 a{
		font-size:20px;
	}
	.aboutbox p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.aboutbox{
		margin-bottom:15px;
		line-height: 25px;
	}
	.contactbox h5 a {
    font-size: 29px !important;
}
.indexewm { display:none !important;}

	.newslist{width:100% !important;}
	.aboutlink li{
		width:24%;
		margin-right:1%;
		height:auto;
		padding-bottom:5px;
	}
	.aboutlink li img{
		margin:8px auto;
	}
	.shubiao{
		margin-top:0px;
	}
	.shubiao_line{
		height:40px;
	}
	.footerindex .link,
	.footerindex .link a{
		font-size:14px;
		color:#fff;
		line-height:20px;
	}
	.footerindex .copyright{
		font-size:14px;
		text-align:center;
		color:#fff;
		line-height:20px;
	}
	.footerindex .copyright a{
		font-size:14px;
		color:#fff;
		line-height:20px;
	}
	.beian{
		margin:0 5px;
		text-align:center;
		font-size:12px;
	}
	.beian a{
		font-size:12px;
	}
	.con4_item .proimg,.showprobg{
		height:160px;
	}
	.owl-carousel .owl-item a{
		margin:0;
	}
	.newslist{
		margin:0;
	}
	.newslist .newsimg{
		height:110px;
	}
	.contactbox h4{
		margin-bottom:10px;
	}
	.contactbox h6{
		margin:5px 0;
		font-size:20px;
	}
	.contactbox h6 a{
		font-size:20px;
	}
	.aboutmore a{
		margin-top:10px;
	}
	.ncontactnr{
		position:relative;
		width:100%;
		margin-bottom:20px;
		height:auto;
	}
	.nnewsnrlist .newsimg{
		float:left;
		height:150px;
	}
	.nnewsnrlist .newsms{
	}
	.nproinfo img,
	.news_content img{
		width:100% !important;
		height: auto !important;
		margin-bottom:10px;
	}
	.footer{
		margin-top:0px;
		padding-top:50px;
	}
	.bbnn{height:680px!important;}
.plpl{display:none!important;}
}

@media(max-width:500px) {
	.npronr_list2{ width:48%;}
	.logo img{
		width:50%;
	}
	
}
@media(max-width:375px) {
	.npronr_list2{ width:98%;}
	.nnewsnrlist .newsimg {
    float: left;
    height: 130px;
}
	.logo img{
		width:64%;
	}
	.pro-button-prev.swiper-button-prev, .pro-button-next.swiper-button-next{ top:50%;}
	.contactbox h4,
	.contactbox h5{
	}
.aboutcon{ background:linear-gradient(to right,#fff,#fff); height:400px; padding:20px;}
.aboutbox p{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
}
}
@media(max-width:320px) {
	
.aboutcon{ background:linear-gradient(to right,#fff,#fff); height:400px; padding:20px;}
.aboutbox p{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
}
.about-button-next, .swiper-button-prev{
	position: absolute;
	to p: inherit;
	bottom:0;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}
.about-button-next{ width:70px; height:60px; right:0%; background:url(/skin/images/dtright.jpg) no-repeat 50% 50%;}
.swiper-button-prev{ width:70px; height:60px; left: inherit; right:70px; background:url(/skin/images/dtleft.jpg) no-repeat 50% 50%;}
*{
	outline:none !important;
    -webkit-tap-highlight-color:rgba(0,0,0,0) !important;
}

@media only screen and (max-width: 640px){

body{background: url(/template/default/images/nbg.jpg) no-repeat top center;
    background-size: cover;}
.npronr_list2 p.bt {line-height: 37px !important;font-size:13px !important;}
.pro-button-prev.swiper-button-prev, .pro-button-next.swiper-button-next{top:56%;}
#kefu1{ dis play:none; width:33%!important; z-index:-999999;}
.npronr_list .proimg{height:auto!important;}
.ncontbg{ background:none!important; box-shadow:none!important;}
.kk{    padding: 0!important;}
.xx{width:100%!important;}
.tit{margin-top:30px!important;}
#showbox{width:100%!important; height: auto!important;}
#showbox img{width:100%!important; height: auto!important;}
#showbox p{width:100%!important; height: auto!important;}
#showbox div{width:100%!important; height: auto!important;}
.npronr_list, .jiameng_list {width: 100%!important;}
.npronr_list .protit span{display:none!important;}
.dede_pages ul li.thisclass {display: none;}
.dede_pages ul li a {font-size: 10px;}
.nprort{width: 100%;}
.nprolf{width:100%;}
.logo img{width:300px!important;}
.zs1 {display:none;}
.footer .container{width:80%;}
.nt1 {display:none;}
.capitalize{top:10%;font-size: 22px!important;}
.nabout_menu{top:12% !important;}
.pagebox {top: 110px !important;}
.aboutcon{background: #fff;height: 430px;}
.rightt{display:none;}
.indexewm1 {margin-top: 20px;}
#allmap{height:60px;}
.abb{margin-top:0!important;}
.mmm{display:none;}
.hjhj{height:439px!important;}
.contactcon{pading:0 !important;}

}

@media screen and (max-width:1510px){
.nav .menu > li a{padding:0 16px;}
.cont{width: 90%;}
.aboutcon .tit h3 a{font-size: 32px;}
.aboutcon{padding:40px;}
.aboutimg .swiper-slide{height:460px;}
.aboutcon{height:460px;}
.newslist:first-child .newsimg{height:331px;}
#w-full-banner{padding-top:80px;}
.header {background: url(/template/default/images/headerbg.png) no-repeat center center;}
}


/*===================== 响应式代码 =====================*/
@media screen and (min-width: 768px) and (max-width: 1200px){
.product{padding-top: 0px;}
.product .ip_c {margin-top: -18px;}
.tit p {display:none;}
.tit img {display:none;}
.nprolf {
    width: 56%;
}
.nprort {
    width: 32%;
}
}


@media screen and (max-width: 900px){
    background: linear-gradient(to right,#ffffff,#ffffff);
}<!--0.00021481513977051-->