﻿* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
::-moz-selection {
 background: #633419;
 color: #fff;
}
::selection {
	background: #633419;
	color: #fff;
}
::-moz-selection {
 background: #555;
 color: #fff;
}
::-webkit-scrollbar{
	display:none;
}
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-size:14px; 
	font-family:"Microsoft YaHei","Arial"; 
	color:#666;
}
p{
	line-height:36px;
	font-size:18px; 
}
img{
	border:none; 
	vertical-align:middle;
    max-width: 100%;
}
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;
}
.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;
}
.nnew{ height:2000px !important;}
.nt1{top:12% !important;}
.nt2{top:16% !important;}
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
-------------------------------------------------------------- */


/**
 * 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;
}
.ms-container > .swiper-container1 {
	position: fixed;
	width: 100%;
	height: 100vh;
	left: 0;
	top: 0;
	background:none;
}
.ms-container > .swiper-container1 > .swiper-wrapper {
	align-items: center; /* add this will all relevant prefixes */
}
.ms-container > .swiper-container1 > .swiper-wrapper > .swiper-slide {
	overflow: hidden;
}
.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-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.1 Slider navigation buttons */


/* 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 */
.expanded-timeline{
	position:absolute;
	right:0;
	top:50%;
	background:url(../images/menu.png) no-repeat;
	height:367px;
	margin-top:-183px;
	width:51px;
	z-index:9;
}
.swiper-pagination {
	width:10px;
	margin:130px 0 0 25px;
	position:relative;
}
.swiper-pagination-bullet-active {
	background: #fff;
}
.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;
}
.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__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;}

/*banner*/
#w-full-banner {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #000;
}

#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;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
}

#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: 0.6;
}

#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);
	}
}
.indexbg{
	background: url(../images/sc_bg1.png) repeat;
    width: 100%;
    height: 100%;
    opacity: 0.15;
	position:absolute;
	left:0;
	top:0;
}
.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}
.pageone{
	position:fixed;
	left:50%;
	width:620px;
	margin-left:-310px;
	top:15%;
	z-index:10;
}
.pageone img{
	-webkit-animation-name: topfade;
	animation-name: topfade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes topfade{
	0%{
		opacity: 0;
		-webkit-transform: translateY(-100px);
	}
	100%{
		opacity: 1;
		-webkit-transform: translateY(0px);
		visibility: visible;
	}
}
@keyframes topfade{
	0%{
		opacity: 0;
		transform: translateY(-100px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
		visibility: visible;
	}
}
.pageone #shubiao div{
	-webkit-animation-name: topfade1;
	animation-name: topfade1;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;	
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;	
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
/*反向缓冲*/
#scene,#scene1,#scene2,#scene3 {
    bottom: -5%;
    left: -5%;
    overflow: hidden;
    position: fixed;
    right: -5%;
    top: -5%;
	z-index:0;
}
.full-bg {
    height: 200%;
    left: -50%;
    position: fixed;
    top: -50%;
    width: 200%;
	z-index:0;
}
.full-bg img {
    bottom: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    right: 0;
    top: 0;
	z-index:0;
}
/*shubiao*/
.shubiao-index{
	position: fixed;
	bottom:100px;
	left:50%;
	width:14px;
	margin-left:-9px;
	z-index:9999;
}
.shubiao{
	width:14px;
	margin:0px auto 0;
	position:relative;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
#shubiao{
	width:14px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid rgba(255, 255, 255, 0);
}
.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);
  }
}
/*footerindex */
.footerindex{
	position:fixed;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	color:#633419;
	background:url(../images/footbg.png) no-repeat top center;
	height:125px;
}
@font-face{ font-family:myFont; src:url('../fonts/BebasNeue Regular.ttf') format('truetype'); }
.footertel span{
	font-family:myFont !important; 
	font-size:30px;
	color:#633419;
}
.footerindex a,
.footerindex a:active,
.footerindex a:visited,
.footerindex a:hover{
	color:#633419;
}
.footertel{
	padding-left:65px;
	background:url(../images/tel.png) no-repeat 15px center;
	margin-top:60px;
}
.copyright{
	text-align:right;
	margin-top:75px;
	padding-right:15px;
	line-height:30px;
}
.about{
	position:relative;
	z-index:4;
	margin-top:340px;
	
}
.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.ncont{
	width:1400px;
	margin:auto;
	position:relative;
}
.nabout{ padding:10px;}
.nabout video{ border-radius:10px; width:100%; height:425px; background:#000;}
.zs1{ margin:10px 0px;}
.zs1 p{ text-align:center; line-height:30px; font-size:16px;}
.zs1a{background:#633419; border-radius:10px; margin:0 1%; width:98%; text-align:center; color:#fff; padding:10px;}
.zs2{ text-align:center; color:#fff;}
.zs2a{ text-align:center; color:#fff;}
.zs2 p{ width:98%; margin:1%; font-size:16px; line-height:60px; background:#f3c71f; border-radius:10px;}
.zs2a p{ width:98%; margin:1%; font-size:16px; line-height:60px; background:#f0eb3a; border-radius:10px;}
.pagebox{
	position:relative;
	top:239px;
	z-index:2;
}
.ncontbgbox {
	bac kground:#fff;
}
.ncontbg{
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
	background:#fff;
	/*position:relative;
	top:-70px;*/
	padding:5%;
	border-radius:10px;
	heig ht:900px;
}
.ndemo .hamburger{
	position:fixed;
}
/* tit
-------------------------------------------------------------- */
.tit{
	text-align:center;
	position:relative;
	width:1200px;
	margin:120px auto 30px auto;
}
.tit h3 {
    position: relative;
    height: 75px;
    line-height: 40px;
    background: url(../images/index03.png) no-repeat bottom center;
	margin-top:-60px;
}
.tit h3 a{
	font-size: 30px;
}
.tit h3 a,
.tit h3 a:active,
.tit h3 a:visited,
.tit h3 a:hover{
	color:#633419;
}
.guang{
	 position:absolute;
	 left:0;
	 top:-130px;
	 mix-blend-mode: screen;
}
/*about*/
.aboutcon p{
	text-align:left;
	color:#6d6b6b;
	font-size:16px;
	line-height:36px;
}
.aboutmore a{
	line-height:50px;
	height:50px;
	width:200px;
	font-size:16px;
	text-align:center;
	display:block;
	margin:20px auto;
	border:2px solid #633419;
	border-radius:25px;
	color:#633419;
	position:relative;
	transition: all .2s linear .2s;
}
.aboutmore a:hover{
	transition: all 0.5s;
	color:#fff;
	background: #633419;
}
/*product*/
.pj_img img {
    height:290px;
	border:5px solid #fff;
	margin-top:30px;
	transition:all 0.5s;
	border-radius:10px;
}
.project_list .pj_title {
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pj_title a{
	font-size:16px;
	}
.btns span{
	font-size:16px;
	}
.pj_img img:hover {
	transition:0.5s;
    box-shadow: 0px 0px 40px #e4b98a;
}
.project-slide .project_list .pj_img{
text-align:center;
	transition:0.5s;
	}
.project-slide .project_list:hover .pj_img img{
	transform: scale(1.05) translate3d(0, 0, 30px);
	box-shadow: 0px 0px 30px #e4b98a;
	transition:0.5s;
}
.project-slide.swiper-slide .project_list {
    transition: 0.8s;
    opacity: 0.15;
}
.project-slide.swiper-slide .project_list .pj_title{
	opacity:0;
}
.project-slide.swiper-slide.swiper-slide-prev .project_list,
.project-slide.swiper-slide.swiper-slide-next .project_list,
.project-slide.swiper-slide.swiper-slide-active .project_list {
    opacity: 1;
}
.project-slide.swiper-slide.swiper-slide-prev .project_list .pj_title,
.project-slide.swiper-slide.swiper-slide-next .project_list .pj_title,
.project-slide.swiper-slide.swiper-slide-active .project_list .pj_title{
    opacity: 1;
}


.project-container .pj-prev-btn {
    position: absolute;
    z-index: 20;
    left: 0;
    width: 20%;
    bottom: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.project-container .pj-next-btn {
    position: absolute;
    z-index: 20;
    right: 0;
    width: 20%;
    bottom: 0;
    top: 0;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.project-container .btns{
	color: #000;
    text-align: center;
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 0.825rem;
}
.project-container .btns img{
    width: 34px;
	vertical-align:middle;
}
/*cooperation*/
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
	/*animation-direction:alternate;动画应该轮流反向播放。*/
	animation-iteration-count:infinite;/*播放次数*/
}
@keyframes bounce {
	0%, 20%, 53%, 80%, 100% {
		transform: translate3d(0px, 0px, 0px);
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	40%, 43% {
		transform: translate3d(0px, -30px, 0px);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	70% {
		transform: translate3d(0px, -15px, 0px);
		transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
	}
	90% {
		transform: translate3d(0px, -4px, 0px);
	}
}
.bounce {
    animation-name: bounce;
    transform-origin: center bottom 0;
}
.cooperation_tit .guang {
    left: 36%;
    top: 110px;
}
.cooperation_info h4{
	font-size:24px;
	line-height:48px;
	color:#633419;
}
.cooperation_info p{
	font-size:16px;
	line-height:30px;
	color:#633419;
}
.cooperation_info ul{
	margin-top:20px;
}
.cooperation_info li{
	float:left;
	text-align:center;
	color:#633419;
	font-size:16px;
	margin:0 20px 10px 0;
}
.cooperation_info li:last-child{
	margin-right:0;
}
.cooperation_info li span{
	border:2px solid #633419;
	width:70px;
	height:70px;
	border-radius:50%;
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.cooperation_info li span img{
	margin-top:12px;
}
.cooperation_info .aboutmore a{
	margin:20px 0 0 0;
}
/*index-news*/
.newslist{
	width:49%;
	margin:0 1% 30px 0;
	float:left;
}
.newslist:last-child{
	margin-bottom:0;
}
.newslist .newsimg{
	display:none;
}
.newslist .newsinfo{
	background:#fff;
	border-radius:10px;
	padding:37px 10px;
}
.newslist .newsinfo .newsrq{
	border-right:1px solid #633419;
	float:left;
	width:20%;
}
.newslist .newsinfo .newsrq span {
    font-size: 72px;
    color: #633419;
    display: block;
    line-height:60px;
	text-align:center;
	font-family:Arial;
}
.newslist .newsinfo .newsrq p{
	font-size:24px;
	color:#633419;
	text-align:center;
	font-family:Arial;
}
.newslist .newsinfo .newsbt{
	float:right;
	width:78%;
}
.newslist .newsinfo .newsbt h4{
	font-size:18px;
	line-height:35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color:#633419;
	margin-bottom:5px;
}
.newslist .newsinfo .newsbt p{
	font-size:14px;
	line-height:24px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color:#633419;
}
.newslist:hover .newsinfo .newsbt,
.newslist:hover .newsinfo .newsxq{
	color:#633419;
}
.newslist:first-child{
	height:350px;
	border:5px solid #fff;
	position:relative;
	border-radius:10px;
	float:left;
}
.newslist:first-child .newsimg{
	display:block;
}
.newslist:first-child .newsinfo{
	background:rgba(255,255,255,0.9);
	height:90px;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	border-radius:0;
	padding:15px 0 0 0;
}
.newslist:first-child .newsinfo .newsrq span {
    font-size: 60px;
    line-height:50px;
}
.newslist:first-child .newsinfo .newsrq p{
	font-size:18px;
}
.newslist:first-child .newsimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 340px;
    display: block;
}
.newslist:first-child .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.newslist:first-child:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.newslist:first-child .newsinfo .newsrq{
	border-right:none;
}
.newslist:first-child  .newsinfo .newsbt p{
    -webkit-line-clamp: 1;
}
/*contact*/
.contactcon{
	padding-right:0px;
	padding-top:80px;
}
.contactcon h4{
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:20px;
}
.contactcon p{
	line-height:56px;
	margin-bottom:13px;
	font-size:16px;
	color:#333;
}
.contactcon img{
	vertical-align:middle;
	margin:-3px 8px 0 0;
}
.contactcon p a{
	font-size:16px;
	color:#333;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
	background-size:cover;
}
.bannercon {
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0%;
    top: 12%;
    display: flex;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.capitalize{color: #633419;text-align: center;font-size:76px;letter-spacing:2px;font-family:KaiTi;font-weight: bold;}
.mbanner{
	display:none;
	margin-top:100px;
}
.mbanner img{
	width:100%;
}
/* position
-------------------------------------------------------------- */


.post{
	margin-bottom:20px;
	background:#f5f5f5;
}
.post .cont{
	height:45px;
	line-height:45px;
	font-size:14px;
}
.post .cont a{
	font-size:14px;
}
.nabout_menu{
	display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
	z-index:2;
	position: absolute;
	top:266px;
	width:100%;
	margin:0 auto;
}
.nabout_menu a{
	margin:0 5px;
	padding:6px 30px;
	border:1px solid #633419;
	color:#633419;
                font-size:20px;
	text-align:center;
	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;
}
.nabout_menu a:hover,.nabout_menu a.cur{
	transition:all 0.5s;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	border-radius:20px;
	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;
	background:#633419;
	color:#fff;
}
.nabout_menu ul{
	margin:0;
	display:inline-block
}
.nabout_menu li{
	display:inline-block;
	margin:4px 3px;
}
.nabout_menu li a {
    position: relative;
    font-size: 16px;
    height: 42px;
    line-height: 40px;
    padding: 0px 30px;
    color: #633419;
    display: block;
    transition: 0.3s ease 0s;
	border:2px solid #633419;
}
.nabout_menu li.cur a,
.nabout_menu li:hover a{
	color:#fff;
	background:#633419;
	border-radius:30px;
	transition: all 0.8s ease-in-out;
}
.ntit{
	margin:0 auto;
	text-align:center;
	font-size:30px;
	font-family:myfont !important;
	color:#633419;
	position:relative;
	width:360px;
	margin:0 auto 30px auto;
	clear:both;
}
.ntit::after,
.ntit::before{
	position:absolute;
	content:"";
	width:90px;
	height:1px;
	background:#aaa;
	top:50%;
}
.ntit::after{
	left:0;
}
.ntit::before{
	right:0;
}
.ntit p{
	font-size:26px;
	color:#888;
}
/* nabout
-------------------------------------------------------------- */
.nabout .nabout p{
	line-height:30px;
	font-size:16px;
}
/*jiamengcon*/
.jiamengcon{
	clear:both;
}
.jiamengcon h4{
	color:#633419;
	margin-bottom:10px;
}
.jiamengcon p{
	margin-bottom:15px;
}
.jiamengcon li {
    float: left;
    text-align: center;
    color: #633419;
    width: 20%;
    font-size: 16px;
	margin:20px 0px;
	padding:10px;
	line-height:30px;
}
.jiamengcon li span {
    border: 2px solid #633419;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    display: block;
	margin:0px auto;
    margin-bottom: 5px;
}
.jiamengcon li span img {
    margin-top: 12px;
}
	
/* 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;
	border-radius:10px;
}
.nmessagenr ul li input.txtidcode{
	width:150px;
}
.nmessagenr ul li textarea{
	width:100%;
	height:160px;
	line-height:30px;
	border:solid 1px #d5d5d5;
	padding:5px 5px 5px 10px;
	font-size: 14px;
	border-radius:10px;
}
.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;
	border-radius:10px;
}
.ehong-idcode-val1{ border-radius:10px;}
.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;
}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	border-bottom:1px dashed #cccccc;
	margin-bottom:30px;
	padding-bottom:30px;
}
.nnewsnrlist .newsimg{
	width:28%;
	height:200px;
	position:relative;
	overflow:hidden;
}
.nnewsnrlist .newsimg img{
	max-width:100%;
	height:auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.nnewsnrlist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnewsnrlist .newscon{
	width:50%;
	margin-left:40px;
}
.nnewsnrlist .newsbt a{
	font-size:16px;
	color:#000;
	line-height:35px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nnewsnrlist .newsdate{
	color:#999;
	width: 108px;
    height: 108px;
    float: right;
    position: relative;
    text-align: center;
    border: 1px solid #ddd;
}
.nnewsnrlist .newsdate p{
    font-size: 30px;
    color: #5c3117;
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    top: 28px;
    font-weight:bold;
    transition: all 0.8s ease-in-out;
    font-family:Arial;
}
.nnewsnrlist .newsdate span {
    font-size: 14px;
    color: #999;
    display: block;
    text-align: center;
    position: absolute;
    width: 100%;
    font-weight: normal;
    top: 60px;
    transition: all 0.8s ease-in-out;
    opacity: 1;
	font-family:Arial;
}
.nnewsnrlist:hover .newsdate p{
	transition: all 0.8s ease-in-out; 
	top:60px; 
}
.nnewsnrlist:hover .newsdate span{
	transition: all 0.8s ease-in-out; 
	top:35px; 
	opacity:0.5;
}
.nnewsnrlist .newsbt{
	font-size:18px;
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color:#333;
	margin-bottom:5px;
}
.nnewsnrlist .newsms{
	color:#777;
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	font-size:14px;
	margin-bottom:10px;
}
.nnewsnrlist .newsxq{
	border:1px solid #5c3117;
	width:100px;
	height:35px;
	line-height:35px;
	text-align:center;
	color:#5c3117;
}
.nnewsnrlist:hover .newsbt{
	color:#5c3117;
}
.nnewsnrlist:hover .newsxq{
	border-radius:20px;
	transition: all 0.8s ease-in-out;
	background:#5c3117;
	color:#fff;
}
.nnewsnr h1{
	text-align:center;
	font-size:20px;
	color:#333;
	line-height:30px;
	margin:0;
}
.nnewsnr .fbtime{
	font-size:14px;
	padding:15px 0;
	border-bottom:1px solid #d9d9d9;
	text-align:center;
	color:#999;
	margin-bottom:15px;
}
.fbtime img{
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
.news_info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:24px;
}
.news_content{
	line-height:28px;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact ul{
	border:1px solid #ddd;
}
.ncontact li{
	float:left;
	width:33.33333%;
	text-align:center;
	border-right:1px solid #ddd;
	padding:15px 3px;
}
.ncontact li:last-child{
	border-right:none;
}
.ncontact li p{
	line-height:30px;
	color:#333;
	margin-top:5px;
}
.ncontact li span{
	display:block;
	color:#888;
	height:40px;
	font-size:16px;
	line-height:20px;
}
.ncontact li:hover img{
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
#map{
	width:100%;
	height:400px;
	overflow:hidden;
	margin-bottom:40px;
}
/*jiameng_list*/
.jiameng_list{ 
	overflow:hidden; 
	margin:15px 1%;
	width:31%;
	float:left;
}
.jiameng_list .jiamengimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 300px;
    display: block;
	border-radius:5px 5px 0 0;
	border:1px solid #ddd;
	border-bottom:none;
}
.jiameng_list .jiamengimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.jiamengtit{
	background:#633419;
	border-radius:0 0 5px 5px;
	height:50px;
	line-height:50px;
	text-align:center;
	padding:0 10px;
	color:#fff;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
/* npro
-------------------------------------------------------------- */

.npronr_list{ 
	overflow:hidden; 
	margin:15px 1%;
	width:23%;
	float:left;
	position:relative;
	border-radius:10px;
              
}
.npronr_list a{
	display:block;
	overflow:hidden;
	width:100%;
}
.npronr_list .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 290px;
    display: block;
}
.npronr_list .proimg img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;

}

.npronr_list:hover .nh{margin-top:16px;}
  



.npronr_list .protit{
    width: 100%;
    height: 110px;
    background-color: rgba(99,52,25,0.7);
    position: absolute;
    left: 0px;
    bottom: -63px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}
.npronr_list:hover .protit{
	bottom:0;
}
.npronr_list:hover .protit span{
	background:#fff;
	color:#633419;
}
.npronr_list .protit p{
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    vertical-align:middle
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.npronr_list .protit span {
    border: 1px #fff solid;
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-weight: normal;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    color: #fff;
	display:block;
}
.npronr_list:hover  img{
	tra nsform:translate(-50%, -50%) scale(1.2);
}
.p_products_show_right_add {
    margin-top: 20px;
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:1px solid #ddd;
	padding:3px;
}
.nprort{
	padding-left:30px;
}
.nprort h3{
	margin:15px 0;
	font-size:28px;
	color:#333;
	font-weight:bold;
}
.nprort p,
.nprort p a{
	line-height:30px;
	color:#6f6f6f;
	font-size:16px;
}
.bshare-custom{
	margin:20px 0;
}
.p_products_show_right_add{
	margin-top:20px;
}
.p_products_show_right_add p{
	color:#333;
	line-height:30px;
	margin-top:8px;
}
.p_products_show_right_add p img{
	vertical-align:middle;
	margin:-3px 13px 0 0;
}
.p_products_show_right_add p.dianhua a {
    font-family:Arial; /*myFont !important;*/
    font-size: 30px;
}
.npronr .nprotit{
	height:50px;
	line-height:50px;
	border-bottom:1px solid #ddd;
	text-align:left;
	color:#fff;
	margin:25px 0;
	font-size:16px;
}
.npronr .nprotit span{
	border-bottom: 2px solid #633419;
    font-size: 18px;
    padding: 12px 20px;
    color: #633419;
}
.nproinfo > img{
	margin:0 auto;
}
/*产品展示结束*/
	
/* 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 {
    float: left;
    mar gin-right: 6px;
	bo rder:1px solid #dcdcdc;
	pad ding:5px 10px;
	fon t-size:14px;
	marg in-bottom:5px;
}

.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li a:hover{
    background:#5c3117;
	color: #fff;
	cursor:pointer;
	border:1px solid #5c3117;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width: 100%;
    overflow: hidden;
    margin: 30px auto;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
}
.page1 div:nth-child(1) {
    border-bottom: 1px solid #d9d9d9;
}
.page1 div {
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page1 div p{
	line-height: 50px;
    color: #aaa;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page1 div a {
    color: #aaa;
    font-size: 14px;
}
.page1 div a:hover{
	color:#5c3117;
}
/**/
@media(max-width:1440px) {
	.ncont{
		width:96%;
	}
}
@media(max-width:1200px) {
.capitalize {font-size:60px;}
.tit img {display:none;}
	.cont,.tit{
		width:96%;
	}
	.tit{
		margin-top:100px;
	}
	.about{
		margin-top:270px;
	}
	.logo{
		left:15px;
		top:15px;
	}
	.logo img{
		widt h:200px;
	}
	.hamburger{
		top:30px;
		right:30px;
	}
	.pageone img{
		width: 70%;
		margin: 0 auto;
		text-align: center;
		vertical-align: middle;
		display: block;
	}
	.tit img.titimg{
		width:65%;
	}
	.pj_img img{
		height:260px;
	}
	.cooperation_tit .guang {
		left: 30%;
		top: 57px;
	}
	.cooperation_info li span{
		width:60px;
		height:60px;
	}
	.cooperation_info li{
		margin-right:10px;
	}
	.cooperation_info li span img {
		margin-top: 10px;
		width: 60%;
	}
	.newslist .newsinfo .newsrq span{
		font-size:56px;
	}
	.newslist .newsinfo .newsrq p{
		font-size:18px;
	}
	.newslist:first-child .newsinfo .newsrq span {
		font-size: 50px;
		line-height: 40px;
	}
	.newslist:first-child .newsinfo .newsrq p {
		font-size: 16px;
	}
	.ncontbg{
		padding:40px 20px;
	}
	.npronr_list .proimg{
		height:265px;
	}
	.nabout_menu a {
		padding: 8px 12px;
	}
	.jiameng_list .jiamengimg{
		height:260px;
	}

}
@media(max-width:1024px) {	
	
.pj_img img {
    height:200px;
	border:5px solid #fff;
	margin-top:30px;
	transition:all 0.5s;
	border-radius:10px;
}
	.contactcon{ padding-top:0px;}
	.banner_n{
		height:500px;
	}
	.pagebox{
		top:500px;
	}
	.bannercon{
		top:12%;
	}
	.nabout video{ height:325px;}
	.capitalize{
		font-size:100px;
	}
	.guang {
		top: -110px;
	}
	.copyright{
		line-height:20px;
	}
	.aboutcon p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 6;
		-webkit-box-orient: vertical;
	}
	.hamburger-text {
		font-size: 18px;
	}
	.about{
		margin-top:250px;
	}
	.npronr_list .proimg {
		height: 220px;
	}
	.nnewsnrlist .newsimg{
		height:200px;
	}
	.jiamengcon{
		background-size:50%;
		min-height:400px;
	}
}
@media(max-width:991px) {
	.copyright {
		line-height: 20px;
		margin-top:10px;
		text-align:center;
	}
	.footertel{
		margin-top:25px;
		padding:0px;
		text-align:center;
		background:none;
	}
	.nnewsnrlist .newsimg {
		height: 160px;
	}
	.nnewsnrlist .newscon{
		margin-left:20px;
	}
	.nnewsnrlist .newsbt{
		font-size:16px;
		margin:0;
	}
	.nnewsnrlist .newsdate{
		width:80px;
		height:80px;
	}
	.nnewsnrlist .newsdate p{
		top:18px;
	}
	.nnewsnrlist .newsdate span{
		top:45px;
	}
	.nnewsnrlist:hover .newsdate p{
		top:45px; 
	}
	.nnewsnrlist:hover .newsdate span{
		top:18px; 
	}
	.nnewsnrlist {
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
}
@media(max-width:768px) {
	.jiamengcon li{ width:50%; height:215;}
	.tit h3 {
		margin-top: -35px;
		height:65px;
	}
	.about p{ line-height:30px;}
	.contactcon{ padding-top:0px;}
	.tit h3 a{
		font-size:26px;
	}
	.nabout video{ height:225px;}
	.guang {
		top: -80px;
	}
	.about{
		margin-top:230px;
	}
	.cooperation_tit .guang {
		top: 65px;
	}
	.cooperation_info h4{
		font-size:18px;
		line-height:30px;
	}
	.cooperation_info p {
		font-size: 14px;
		line-height: 28px;
	}
	.newslist .newsinfo .newsrq span{
		font-size:40px;
	}
	.newslist .newsinfo .newsrq p{
		font-size:14px;
	}
	.newslist:first-child .newsinfo .newsrq span {
		font-size: 30px;
		line-height: 30px;
	}
	.newslist:first-child .newsinfo .newsrq p {
		font-size: 14px;
	}
	.cooperation_info li{
		font-size:14px;
	}
	.cooperation_info li span{
		width:50px;
		height:50px;
	}
	.newslist .newsinfo {
		border-radius: 5px;
		padding: 20px 0;
	}
	.newslist{
		margin-bottom:10px;
	}
	.newslist:first-child{
		height:260px;
		border-radius:5px;
	}
	.newslist:first-child .newsimg{
		height:250px;
	}
	.newslist .newsinfo .newsbt h4{
		font-size:16px;
		margin:0;
	}
	.cont{
		width:100%;
	}
	.aboutcon p{
		-webkit-line-clamp: 8;
	}
	.npronr_list,
	.jiameng_list {
		width: 48%;
		margin: 7px 1%;
	}
	.nabout_menu a {
		padding: 6px 5px;
	}
	.npronr_list .proimg {
		height: 255px;
	}
	.jiameng_list .jiamengimg{
		height:240px;
	}
		
}
@media(max-width:767px) {
	.cooperation_img,
	.contact_img{
		display:none;
	}
	.aboutcon p{
		-webkit-line-clamp: 8;
	}
	.copyright{
		font-size:14px;
		padding:0 10px;
	}
	.footertel span{
		font-size:26px;
	}
	.nprort {
		padding-left: 0px;
	}
	.footewm{
		margin-top:15px;
		display:none;
	}
	.capitalize {
		font-size: 90px;
	}
}
@media(max-width:640px) {
	.about{
		margin-top:250px;
	}
	.pageonebg{
		background:url(../images/index-bg01.jpg) no-repeat top center;
	}
	.pageone {
		width: 100%;
		margin-left: -50%;
		top:23%;
	}
	.pageone img{
		width:70%;
	}
	
	.hamburger {
		right:10px;
	}
	.copyright{
		margin-top:0;
	}
	.tit img.titimg {
		width: 100%;
	}
	.pj_img img{
		margin-top:0;
	}
	.expanded-timeline{
		background-size:35px 252px;
		width:35px;
		height:252px;
		margin-top:-126px;
	}
	.swiper-pagination {
		margin: 66px 0 0 20px;
	}
	.pj_img img {
		height: 220px;
		border:2px solid #fff;
	}
	.project_list .pj_title{
		margin-top:0;
	}
	.project-container .btns img {
		width: 24px;
	}
	.tit{
		margin-bottom:20px;
	}
	.guang {
		top: -66px;
	}
	.newslist {
		width: 100%;
		margin: 0 0 15px 0;
		float: none;
	}
	.newslist:first-child{
		height:auto;
		float:none;
	}
	.newslist:first-child .newsimg{
		height:auto;
		display:none;
	}
	.newslist:first-child .newsimg img {
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.newslist:first-child .newsinfo{
		position:relative;
		left:0;
		top:0;
		padding:0;
		height:auto;
		padding:10px 0;
	}
	.newslist .newsinfo{
		padding:10px 0;
	}
	.newslist:first-child .newsinfo .newsrq span,
	.newslist .newsinfo .newsrq span {
		font-size: 40px;
		line-height: 35px;
	}
	.newslist:first-child .newsinfo .newsbt p,
	.newslist .newsinfo .newsbt p {
		-webkit-line-clamp: 1;
	}
	.newslist:first-child .newsinfo .newsrq {
		border-right:1px solid #633419;
	}
	.newslist:last-child{
		display:none;
	}
	.contactcon p{
		line-height:40px;
		margin-bottom:8px;
	}
	.contactcon p img{
		width:40px;
	}
	.project-container .pj-prev-btn,
	.project-container .pj-next-btn{
		display:none;
	}
	.capitalize{
		font-size: 50px;
    	line-height: 50px;
	}
	.bannercon {
		top: 20%;
	}
	.banner_n{
		height:400px;
	}
	.pagebox{
		top:400px;
	}
	.npronr_list .proimg {
		height: 210px;
	}
	.ntit{
		margin-bottom:30px;
	}
	.ncontact li{
		width:100%;
		border:none;
		border-bottom:1px solid #ddd;
	}
	.ncontact li span{
		height:auto;
	}
	.nmessagenr ul li input.txtidcode{
		width:100px;
	}
	#map{
		height:300px;
	}
	.nnewsnrlist .newsimg {
		height: 130px;
	}
	.nprort h3{
		font-size:20px;
		margin-bottom:5px;
	}
	.jiamengcon{
		background:none;
		min-height:inherit;
	}
	.jiameng_list .jiamengimg{
		height:200px;
	}
	.link{ display:none;}
	
}

@media(max-width:500px) {
	.about{
		margin-top:230px;
	}
	.pj_img img {
		height: 180px;
	}
	.aboutmore a{
		width:160px;
		height:45px;
		line-height:45px;
	}
	.npronr_list,
	.jiameng_list {
		width: 100%;
		margin:8px 0;
	}
	.npronr_list .proimg,
	.jiameng_list .jiamengimg {
		height: auto;
	}
	.npronr_list .proimg img,
	.jiameng_list .jiamengimg img {
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.capitalize{
		font-size: 40px;
    	line-height: 40px;
	}
	.nabout_menu a {
		padding: 3px 4px;
		line-height: 16px;
	}
	.nnewsnrlist .newsimg {
		width:28%;
		height: 100px;
	}
	.nnewsnrlist .newscon {
		margin-left: 15px;
	}
	.nnewsnrlist .newsxq{
		height:30px;
		line-height:30px;
	}
	.nnewsnrlist .newsms {
		-webkit-line-clamp: 1;
	}
	.nnewsnrlist .newsdate {
		width: 60px;
		height: 60px;
	}
	.nnewsnrlist .newsdate p {
		top: 10px;
		font-size:24px;
	}
	.nnewsnrlist .newsdate span {
		top: 34px;
		font-size:12px;
	}
	.nnewsnrlist {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.nnewsnrlist:hover .newsdate p{
		top:34px; 
	}
	.nnewsnrlist:hover .newsdate span{
		top:10px; 
	}
	
}
@media(max-width:414px) {
	.cooperation_info li {
		margin-right: 5px;
	}
	.cooperation_info ul{
		margin-top:10px;
		display:none;
	}
	.guang {
    	top: -37px;
	}
	.global-menu{ top:20px !important;}
	.about{
		margin-top:200px;
	}
	.newsxq{
		display:none;
	}
	.nnewsnrlist .newsimg {
		width: 25%;
		height: 80px;
	}
	.nnewsnrlist .newsms{
		margin-bottom:0;
	}
}
@media(max-width:375px) {
	.cooperation_info li {
		margin-right: 5px;
		margin-bottom:0;
	}
	.cooperation_info li span{
		width:45px;
		height:45px;
	}
	.ntit{
		width:100%;
		font-size:24px;
	}
	.shubiao_line{
		height:30px;
	}
	.nnewsnrlist .newsimg {
		width: 25%;
		height: 60px;
	}
	.nnewsnrlist .newscon{
		margin-left:10px;
	}
}
@media(max-width:360px) {
	.nabout_menu a {
		padding: 6px 3px;
		line-height:16px;
	}
	.ntit::after, .ntit::before{
		width:70px;
	}
	
	
}

@media(max-width:320px) {
	
	.cooperation_info li span{
		width:42px;
		height:42px;
	}
	.newslist:first-child .newsinfo .newsrq span,
	.newslist .newsinfo .newsrq span{
		font-size:30px;
	}
	.newslist:first-child .newsinfo .newsrq p,
	.newslist .newsinfo .newsrq p{
		font-size:12px;
	}
	.aboutcon p {
		-webkit-line-clamp: 4;
	}
	.contactcon p{
		line-height:30px;
	}
	.contactcon p img{
		width:30px;
		height:30px;
	}
	.pj_img img {
		height: 160px;
	}
	.nnewsnrlist .newsdate {
		width: 54px;
		height: 54px;
	}
	.nnewsnrlist .newsdate p {
		top: 6px;
	}
	.nnewsnrlist:hover .newsdate span{
		top:6px; 
	}
}

.bshare-custom.icon-medium{ display:none;}
.ehong-idcode-val{ border-radius:10px;}


@media(min-width:1920px) {
	.footerindex{ background-size:100%;}
	
}


.footewm{ text-align:center;
}
.footewm img{ margin:0px auto;}
.jjrr{
	-webkit-transform: rotateY(0deg);
-moz-transform: rotateY(0deg);
transform: rotateY(0deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;}
.jjrr:hover{
	-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
transform: rotateY(360deg);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
/*.icon_img_bg{ float:left !important;}*/
#icon_module{ left:0px !important;}


@media(max-width:640px) {
	.about{
		margin-top:250px;
	}
	.pageonebg{
		background:url(../images/index-bg01.jpg) no-repeat top center;
	}
	.pageone {
		width: 100%;
		margin-left: -50%;
		top:23%;
	}
	.pageone img{
		width:70%;
	}
	.logo img{
		width:150px;
	}
	.hamburger {
		right:10px;
	}
	.copyright{
		margin-top:0;
	}
	.tit img.titimg {
		width: 100%;
	}
	.pj_img img{
		margin-top:0;
	}
	.expanded-timeline{
		background-size:35px 252px;
		width:35px;
		height:252px;
		margin-top:-126px;
	}
	.swiper-pagination {
		margin: 66px 0 0 20px;
	}
	.pj_img img {
		height: 220px;
		border:2px solid #fff;
	}
	.project_list .pj_title{
		margin-top:0;
	}
	.project-container .btns img {
		width: 24px;
	}
	.tit{
		margin-bottom:20px;
	}
	.guang {
		top: -66px;
	}
	.newslist {
		width: 100%;
		margin: 0 0 15px 0;
		float: none;
	}
	.newslist:first-child{
		height:auto;
		float:none;
	}
	.newslist:first-child .newsimg{
		height:auto;
		display:none;
	}
	.newslist:first-child .newsimg img {
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.newslist:first-child .newsinfo{
		position:relative;
		left:0;
		top:0;
		padding:0;
		height:auto;
		padding:10px 0;
	}
	.newslist .newsinfo{
		padding:10px 0;
	}
	.newslist:first-child .newsinfo .newsrq span,
	.newslist .newsinfo .newsrq span {
		font-size: 40px;
		line-height: 35px;
	}
	.newslist:first-child .newsinfo .newsbt p,
	.newslist .newsinfo .newsbt p {
		-webkit-line-clamp: 1;
	}
	.newslist:first-child .newsinfo .newsrq {
		border-right:1px solid #633419;
	}
	.newslist:last-child{
		display:none;
	}
	.contactcon p{
		line-height:40px;
		margin-bottom:8px;
	}
	.contactcon p img{
		width:40px;
	}
	.project-container .pj-prev-btn,
	.project-container .pj-next-btn{
		display:none;
	}
	.capitalize{
		font-size: 50px;
    	line-height: 50px;
	}
	.bannercon {
		top: 20%;
	}
	.banner_n{
		height:400px;
	}
	.pagebox{
		top:400px;
	}
	.npronr_list .proimg {
		height: 210px;
	}
	.ntit{
		margin-bottom:30px;
	}
	.ncontact li{
		width:100%;
		border:none;
		border-bottom:1px solid #ddd;
	}
	.ncontact li span{
		height:auto;
	}
	.nmessagenr ul li input.txtidcode{
		width:100px;
	}
	#map{
		height:300px;
	}
	.nnewsnrlist .newsimg {
		height: 130px;
	}
	.nprort h3{
		font-size:20px;
		margin-bottom:5px;
	}
	.jiamengcon{
		background:none;
		min-height:inherit;
	}
	.jiameng_list .jiamengimg{
		height:200px;
	}
	.link{ display:none;}
	
}

  @media only screen and (max-width:500px) {
	.about{
		margin-top:230px;
	}
	.pj_img img {
		height: 180px;
	}
	.aboutmore a{
		width:160px;
		height:45px;
		line-height:45px;
	}
	.npronr_list,
	.jiameng_list {
		width: 100%;
		margin:8px 0;
	}
	.npronr_list .proimg,
	.jiameng_list .jiamengimg {
		height: auto;
	}
	.npronr_list .proimg img,
	.jiameng_list .jiamengimg img {
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
	}
	.capitalize{font-size: 40px;line-height: 40px;top: 116px;}
                .nabout_menu {top: 146px !important;}
.ntit{display:none;}.aboutcon{    padding: 0;}
.npronr_list, .jiameng_list{ h eight:160px;}
	.nabout_menu a {
		padding: 8px 10px;
		line-height: 16px;
	}
	.nnewsnrlist .newsimg {
		width:28%;
		height: 100px;
	}
	.nnewsnrlist .newscon {
		margin-left: 15px;
	}
	.nnewsnrlist .newsxq{
		height:30px;
		line-height:30px;
	}
	.nnewsnrlist .newsms {
		-webkit-line-clamp: 1;
	}
	.nnewsnrlist .newsdate {
		width: 60px;
		height: 60px;
	}
	.nnewsnrlist .newsdate p {
		top: 10px;
		font-size:24px;
	}
	.nnewsnrlist .newsdate span {
		top: 34px;
		font-size:12px;
	}
	.nnewsnrlist {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.nnewsnrlist:hover .newsdate p{
		top:34px; 
	}
	.nnewsnrlist:hover .newsdate span{
		top:10px; 
	}
	
}
@media(max-width:414px) {
	.cooperation_info li {
		margin-right: 5px;
	}
	.cooperation_info ul{
		margin-top:10px;
		display:none;
	}
	.guang {
    	top: -37px;
	}
	.global-menu{ top:20px !important;}
	.about{
		margin-top:200px;
	}
	.newsxq{
		display:none;
	}
	.nnewsnrlist .newsimg {
		width: 25%;
		height: 80px;
	}
	.nnewsnrlist .newsms{
		margin-bottom:0;
	}
}
@media(max-width:375px) {
	.cooperation_info li {
		margin-right: 5px;
		margin-bottom:0;
	}
	.cooperation_info li span{
		width:45px;
		height:45px;
	}
	.ntit{
		width:100%;
		font-size:24px;
	}
	.shubiao_line{
		height:30px;
	}
	.nnewsnrlist .newsimg {
		width: 25%;
		height: 60px;
	}
	.nnewsnrlist .newscon{
		margin-left:10px;
	}
}
@media(max-width:360px) {
	.nabout_menu a {
		padding: 6px 3px;
		line-height:16px;
	}
	.ntit::after, .ntit::before{
		width:70px;
	}
	
	
}

@media(max-width:320px) {
	
	.cooperation_info li span{
		width:42px;
		height:42px;
	}
	.newslist:first-child .newsinfo .newsrq span,
	.newslist .newsinfo .newsrq span{
		font-size:30px;
	}
	.newslist:first-child .newsinfo .newsrq p,
	.newslist .newsinfo .newsrq p{
		font-size:12px;
	}
	.aboutcon p {
		-webkit-line-clamp: 4;
	}
	.contactcon p{
		line-height:30px;
	}
	.contactcon p img{
		width:30px;
		height:30px;
	}
	.pj_img img {
		height: 160px;
	}
	.nnewsnrlist .newsdate {
		width: 54px;
		height: 54px;
	}
	.nnewsnrlist .newsdate p {
		top: 6px;
	}
	.nnewsnrlist:hover .newsdate span{
		top:6px; 
	}
}

.bshare-custom.icon-medium{ display:none;}
.ehong-idcode-val{ border-radius:10px;}


@media(min-width:1920px) {
	.footerindex{ background-size:100%;}
	
}


;}
