@charset "utf-8";
/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */



/* 全局样式

-------------------------------------------------------------- */

html, body, a, p, span, ul, img {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial";
	color: #666;
	text-decoration:none !important;
}
p {
	line-height: 25px;
}
img {
	border: none;
	vertical-align: middle;
}
td {
	vertical-align: center;
	font-size: 14px;
}
* {
	margin: 0;
	padding: 0;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
	border: medium none;
	margin: 0;
	padding: 0;
}
body, button, input, select, textarea {
	outline: none;
}
.body {
	background: #fff;
}
.nbody {
	background: #efefef;
}
ul, ol, li {
	list-style: none;
}
img {
	border: 0px;
}
table, table tr, table td {
	border: solid 1px #777777;
}
html, body {
	height: auto;
	margin: 0 auto;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
input, textarea {
	font-family: "Microsoft YaHei", "Arial";
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 3em;
	line-height: 1;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin: 0;
	padding: 0;
}
h5 {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
h6 {
	font-size: 1em;
}
body {
	background: #fff;
}
a:hover{
	text-decoration:none;
}
.left{
	float:left;
	}
.right{
	float:right;
	}
/*默认滚动条样式*/
::-webkit-scrollbar
{
width: 5px;
height:5px;
}

::-webkit-scrollbar-track
{
border-radius: 0px;
background: #222222;
}

::-webkit-scrollbar-thumb
{
border-radius: 5px;
background:#ffbe00;
}

::-webkit-scrollbar-thumb:hover
{
border-radius: 5px;
background:#ffbe00;
}

/* 页面基本元素

-------------------------------------------------------------- */
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:150px;
	padding: 0 55px;
}
.topmap{
    overflow: hidden;
    padding: 36px 0 36px 22px;
    cursor: pointer;
}
.toptel{
    overflow: hidden;
    padding: 36px 0 36px 42px;
    cursor: pointer;
	position:relative;
	}
.toptel:before{
	content:"";
	width:1px;
	height:18px;
	background:rgba(255,255,255,0.6);
	position:absolute;
	left:0;
	top:41px;
	}
/*å·¦ä¾§logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	margin-top: 55px;
}
.header .left .img2{
	display: none;
}
/*å³ä¾§*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 150px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	display: block;
}
.header .navbar_nav li a{
	position: relative;
}
.header .navbar_nav li a:after{
    content: "";
    width: 0;
    height: 3px;
    background: #fdd947;
    position: absolute;
    bottom: 42px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover a:after,.header .navbar_nav li.active a:after{
    width: 100%;
}
.header .navbar_nav li:hover a:before,.header .navbar_nav li.active a:before{
	opacity:1;
	}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	margin: 0 30px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #fff;
	font-size: 16px;
	font-weight:100;
}
.header .navbar_nav li.dropdown .dropdown_menu a:after,.header .navbar_nav li.dropdown:hover .dropdown_menu a:after,.header .navbar_nav li.dropdown .dropdown_menu a:before,.header .navbar_nav li.dropdown:hover .dropdown_menu a:before{
	display:none;
	}
.header .navbar_nav li.dropdown .dropdown_menu a{
	margin:0;
	}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
	background:url(/skin/images/navline.jpg) no-repeat left 50%;
}
.header .navbar_nav li.dropdown span{
	color:#fff;
	font-family:宋体;
	}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:108px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 0px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #ff9600;
}
/*ç™½è‰²èƒŒæ™¯çš„å¤´éƒ¨*/
.header.on{
	background:rgba(0,0,0,0.3);
}
.header.on .left .img1{
	display:block;
}
.header.on .left .img2{
	display:none;
}
.fp-viewing-one .header .left .img1{ display: none;}
.fp-viewing-one .header .left .img2{ display: block;}
.fp-viewing-one .header .nav li>a{ color: #252525;}
.fp-viewing-one .header .navbar_nav li.dropdown{background: url(/skin/images/navline1.jpg) no-repeat left 50%;}
.fp-viewing-one .header #navToggle span,
.fp-viewing-one .header #navToggle span:before,
.fp-viewing-one .header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #252525 !important;
	}

.fp-viewing-three .header .left .img1{ display: none;}
.fp-viewing-three .header .left .img2{ display: block;}
.fp-viewing-three .header .nav li>a{ color: #252525;}
.fp-viewing-three .header .navbar_nav li.dropdown{background: url(/skin/images/navline1.jpg) no-repeat left 50%;}
.fp-viewing-three .header #navToggle span,
.fp-viewing-three .header #navToggle span:before,
.fp-viewing-three .header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #252525 !important;
	}


.fp-viewing-four .header .left .img1{ display: none;}
.fp-viewing-four .header .left .img2{ display: block;}
.fp-viewing-four .header .nav li>a{ color: #252525;}
.fp-viewing-four .header .navbar_nav li.dropdown{background: url(/skin/images/navline1.jpg) no-repeat left 50%;}
.fp-viewing-four .header #navToggle span,
.fp-viewing-four .header #navToggle span:before,
.fp-viewing-four .header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #252525 !important;
	}
.header.on .navbar_nav li a{
	
}
.header.on .navbar_nav li:hover a{
	
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	/*box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);*/
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	display: block;
	margin:30px auto;
	height: auto;
    width: 80%;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
    text-align: center;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}

@media screen and (max-width: 1600px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 55px 50px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
}
/*bannerèƒŒæ™¯å›¾ç‰‡åŠ¨ç”»*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
/*banner */
/* banner

-------------------------------------------------------------- */
.banner {
    margin-top: 0px;
    transition: all .4s ease;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.banner .swiper-container {
    width: 100%;
    height: 100%;
}
.banner .swiper-slide {
    overflow: hidden;
    color: #fff;
}
.banner .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.banner .container {
    position: absolute;
    margin-right: auto;
    margin-left: auto;
    z-index:2;
}
.banner .slide-title,
.banner .slide-text,
.banner .slide-btns {
    max-width: 800px;
}
.banner .slide-title h4 {
    font-size: 60px;
	font-weight:bold;
    color: #ffffff;
    text-transform: capitalize;
    transition: all .4s ease;
	font-family:myFont;
	line-height:60px;
}
.banner .slide-title h5{
    color: #fff;
	font-size:38px;
	line-height:80px;
}
.banner .slide-title h4 span, .banner .slide-title h5 span{
	font-size:inherit;
	color:#fdd947;
	}
.banner .slide-text p {
    opacity: 1;
    font-size: 16px;
    color: #ffffff;
    transition: all .4s ease;
	line-height:30px;
	margin-top:20px;
	width:60%;
}
.bannermore a{
	width:150px;
	height:50px;
	line-height:48px;
	border:3px solid #fff;
	border-radius:5px;
	font-size:16px;
	text-transform:capitalize;
	text-align:center;
	display:block;
	color:#fff;
	margin-top:20px;
	transition: all .4s ease;
}
.bannermore a:hover{
	border:3px solid #ffbe00;
	background:#ffbe00;
	border-radius:30px;
}
.bannerbox{
	position:absolute;
	left:10%;
	bottom:38%;
}
.swiper-button-next, .swiper-button-prev{
	position:sticky;
}
.banner-swiper-button{
	float:left;
	margin-right:60px;
}
.banner .swiper-button-prev{
	background:url(../images/bannerl.png) no-repeat left center;
	width:55px;
	height:55px;
	float:left;
}
.banner .swiper-button-next{
	background:url(../images/bannerr.png) no-repeat left center;
	width:55px;
	height:55px;
	margin-left:10px;
	float:left;
}
.banner .swiper-pagination-bullets{
	position:sticky;
}
.banner .swiper-pagination-bullet{
	height:10px;
	width:50px;
	background:#fff;
	border-radius:5px;
	opacity: 1;
	transition: all 0.5s;
}
.banner .swiper-pagination-bullet-active{
	width:80px;
	border-radius:5px;
	background:#ffbe00;
	transition: all 0.5s;
}
.banner .swiper-pagination-bullet{
	margin:0 20px 0 0;
}
/*shubiao*/
.shubiao-index{
	position:absolute;
	height:70px;
	width:70px;
	z-index:99;
    bottom: 20%;
    left: 10%;
animation-name:fadeIn;
animation-fill-mode:both;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao-ncon{
	margin-top:70px;
}

.shubiao_line {
	position:absolute;
    width: 70px;
	height:70px;
	border:1px dashed #fff;
	border-radius:100%;-webkit-transform:rotate(360deg);
animation:rotation 8s linear infinite;
-moz-animation:rotation 8s linear infinite;
-webkit-animation:rotation 8s linear infinite;
-o-animation:rotation 8s linear infinite;
}
@-webkit-keyframes rotation {
from {
-webkit-transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
}
}
.shubiao_pinyin{
	margin:0px auto;
	width: 21px;
    margin: 28px auto;
}
#shubiao{
	width:26px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 26px;
  height: 48px;
  border-radius: 30px;
  border: 3px solid #fff;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 3px;
  height: 12px;
  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);
  }
}
.click{
	width:136px;
	overflow:hidden;
	position:absolute;
	right:142px;
	top:50%;
	margin-top:5px;
	border-top:solid 1px rgba(255,255,255,0.5);
	padding-top:19px;
}
.click h5{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#fff;
}
.click p{
	width:100%;
	overflow:hidden;
	font-size:12px;
	color:#fff;
	font-family:Arial;
}
@media(min-width:1920px) {	
.p_video{ width:100%;}
.lingyudk{ width:40%; margin:0px auto;}
}
video{ width:100%; height:100%; object-fit: cover;}

.index_main .section2{
	background: url(../images/aboutbg.jpg) no-repeat top center;
	background-size:cover;
	overflow:hidden;
}
.index_main .section3{
	background: url(../images/probg.jpg) no-repeat top center;
	background-size: cover;
	overflow:hidden;
}

.index_main .section4{
	width: 100%;
	height: 100%;
	background: url(../images/newsbg.jpg) no-repeat top center;
	background-size:cover ;
	overflow:hidden;
}
.section5{
	width: 100%;
	height: 100%;
	background: url(../images/djbg.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
	overflow:hidden;
}
.section6{
	width: 100%;
	height: 100%;
	background: url(../images/contactbg.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
	overflow:hidden;
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
	
	#section1 .container, #section2 .container, #section3 .container, #section4 .container, #section5 .container, #section6 .container, {
    width: 80%;
}sec
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 18px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 22px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}
/*反向缓冲*/
#scene,#scene1,#scene2,#scene3 {
    bottom: -5%;
    left: -5%;
    overflow: hidden;
    position: absolute;
    right: -5%;
    top: -5%;
    z-index:1;
}
.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;
}
/* about
-------------------------------------------------------------- */
.about{
	padding:0px;
	margin:0px auto;
	text-align:center;
	margin-top:250px;
	width:50%;
	}
.abouten{
	width:100%;
	overflow:hidden;
	font-size:60px;
	text-transform:uppercase;
	color:#2c2628;
	line-height:60px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.about h3{
	width:100%;
	overflow:hidden;
	font-size:25px;
	color:#2c2628;
	text-align:center;
	line-height:30px;
	border-bottom:solid 1px rgba(255,255,255,0.4);
	padding-bottom:30px;
	}
.about h3 a{
	font-size:40px;
	line-height:40px;
	font-weight:bold;
	color:#626262;
	margin:0px auto;
	}
.about .aboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:34px;
	color:#868686;
	margin-top:10px;
	}
.aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:100px;
	height:40px;
	}
.aboutmore a{
	margin:0px auto;
	position:absolute;
	width:192px;
	height:40px;
	text-align:center;
	line-height:40px;
	display:block;
	overflow:hidden;
	text-decoration:none;
	font-size:16px;
	color:#fff;
	border:solid 0px #ff9600;
	background:#ff9600;
	border-radius:40px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.aboutmore a:hover{
	background:#fdd947;
	color: #fff;
}
.aboutmore a:before{
	content: "";
	width:30px;
	height:30px;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: all 0.5s ease 0s;
	background:url(/skin/images/anjt.png) no-repeat center center;
	}

.aboutmore a:hover:before{
	transform: translateX(150px);
	-ms-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-webkit-transform: translateX(150px);
	-o-transform: translateX(150px);
	transition: .5s ease-in-out;
	}
.aboutan{ width:100%; height:auto; padding-top:60px; position:relative; z-index:6;}
.aboutan .aboutbutton{ width:31.3333%; border-radius:20px; height:150px; overflow:hidden; background:#ff9600; margin:0px 1%; padding:27px; text-align:left;
    transition: all .5s ease 0s;}
.aboutan .aboutbutton .aboutbt{ color:#fff; font-size:20px; padding-top:20px;}
.aboutan .aboutbutton .aboutfbt{ color:#fff; font-size:14px;}
.aboutan .aboutbutton:after{
	content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -24%;
    bottom: -40%;
    transition: all 5s ease 0s;
	transform: rotate(0deg);
    background: url(/skin/images/aboutsun.png) no-repeat center center;
	transition: width 1s,height 1s,transform 1s,background 1s,font-size 1s,opacity 1s;
	}
.aboutan .aboutbutton:hover{
	background:#fdd947;
    transition: all .5s ease 0s;
	}
.aboutan .aboutbutton:hover:after{
	content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: -24%;
    bottom: -40%;
    transition: all 5s ease 0s;
	transform: rotate(360deg);
    background: url(/skin/images/aboutsun.png) no-repeat center center;
	}

.aboutlist{
	width:100%;
	height:115px;
	overflow:hidden;
	margin-top:80px;
	background:#fff;
}
.aboutlist dl{
	height:100%;
	overflow:hidden;
	padding:0;
	position:relative;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
.aboutlist dl:after{
	content:"";
	width:1px;
	height:70px;
	background:#cac9c9;
	position:absolute;
	right:0;
	top:22.5px;
	}
.aboutlist dl:last-child:after{
	display:none;
	}
.aboutlist dl dt{
	width:36%;
	height:100%;
	overflow:hidden;
	float:left;
}
.aboutlist dl:first-child dt{
	background:url(../images/iconh4.png) no-repeat right center;
	}
.aboutlist dl:nth-child(2) dt{
	background:url(../images/iconh5.png) no-repeat right center;
	}
.aboutlist dl:nth-child(3) dt{
	background:url(../images/iconh6.png) no-repeat right center;
	}
.aboutlist dl:nth-child(4) dt{
	background:url(../images/iconh7.png) no-repeat right center;
	}
.aboutlist dl dd{
	width:64%;
	overflow:hidden;
	float:left;
	padding-left:24px;
	padding-top:30px;
}
.aboutlist dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#343434;
	line-height:30px;
	}
.aboutlist dl dd p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:#a3a3a3;
	}
.aboutlist dl:hover{
	background:#f4e1b9;
	}
.aboutlist dl:hover:after{
	display:none;
	}
.wenhua > div{
	position:relative;
	margin-bottom:30px;
	padding:0 15px;
	overflow:hidden;
}
.naboutnr .pp{
	position:relative;
	margin-bottom:30px;
    margin: 1%;
    width: 48%;
    height: 380px;
	overflow:hidden;
}

	.naboutnr .pp .ppbt{ 
	position: absolute;
    bottom: 20%;
    right: 10%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;}
.naboutnr .pp img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}

.pp:hover img{
	transform: translate(-50%, -50%) scale(1.2);
    transition: all .5s ease;
}
.whicon {
    position: absolute;
    width: 14%;
    left: 10%;
    top: 33%;
	text-align:center;
}
.whicon img{
	max-width:80%;
}
.wenhua .whinfo {
    position: absolute;
    top: 30%;
    left: 28%;
    width: 67%;
}
.wenhua img{ border-radius:20px; }
.wenhua .whinfo::before {
    content: ' ';
    position: absolute;
    width: 1px;
    height: 77px;
    background: #fff;
    left: -5.7%;
    top: 5px;
}
.wenhua .whinfo .whtitle {
    color: #fff;
    font-size: 30px;
    line-height: 54px;
    text-indent: 0em !important;
}
.wenhua .whinfo .whsubtitle {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    padding-right: 20px;
    text-indent: 0em;
}
/* news
-------------------------------------------------------------- */
.news{
	width:50%;
	overflow:hidden;
	}
.news .newstit{
	width:100%;
	overflow:hidden;
	}
.news .newstit h3{
	width:100%;
	overflow:hidden;
	}

.news .newstit h3 a{
	font-weight:bold;
	font-size:40px;
	color:#333;
	}
.news .newstit h3 img{
	max-width:100%;
	height:auto;
	}
.news .newstit p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-family:Arial;
	color:#333;
	text-transform:uppercase;
	margin-top:15px;
	padding-top:60px;
	}
.news .newsmenu{
	width:70%;
	overflow:hidden;
	float:right;
	text-align:right;
	padding-right:10px;
	padding-top:20px;
	}
.news .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.news .newsmenu ul li{
	overflow:hidden;
	float:left;
	margin-left:82px;
	line-height:30px;
	}
.news .newsmenu ul li a{
	color:#000;
	font-size:16px;
	position:relative;
	display:block;
	padding-bottom:10px;
	}
.news .newsmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#b22526;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.news .newsmenu ul li:hover a{
	color:#b22526;
	font-weight:bold;
	}
.news .newsmenu ul li:hover a:after{
	width:100%;
	}
.news .newslf,.news .newsrt{
	margin-top:40px;
	}
.news .newslf{
	padding:0 18px 0 0;
	}
.news .newsrt{
	padding:0 0 0 18px;
	}
.news .newslf .newsimg{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.news .newslf .newslftit{
	width:100%;
	height:70px;
	overflow:hidden;
	padding:0 40px;
	background:rgba(175,27,29,0.9);
	position:absolute;
	left:0;
	bottom:0;
	}
.news .newslf .newslftit h4{
	width:65%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-top:20px;
	}
.news .newslf .newsdate{
	width:35%;
	overflow:hidden;
	line-height:30px;
	float:right;
	font-size:16px;
	color:#fff;
	margin-top:20px;
	text-align:right;
	}
.news .newslf .newsdate img{
	margin-right:14px;
	}
.news .newsrt dl{
	width:100%;
	height:168px;
	overflow:hidden;
	background:#fff;
	margin-bottom:14px;
	}
.news .newsrt dl dt{
	width:24%;
	height:100%;
	overflow:hidden;
	float:left;
	padding-top:46px;
	position:relative;
	}
.news .newsrt dl dt:after{
	content:"";
	width:1px;
	height:58px;
	background:#c7c7c7;
	position:absolute;
	right:0;
	top:55px;
	}
.news .newsrt dl dt .newsday{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#343434;
	font-family:Arial;
	line-height:36px;
	font-weight:normal;
	text-align:center;
	}
.news .newsrt dl dt .newsyear{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	font-family:Arial;
	font-weight:normal;
	text-align:center;
	margin-top:14px;
	}
.news .newsrt dl dd{
	width:76%;
	overflow:hidden;
	float:right;
	padding:14px 32px 0 32px;
	}
.news .newsrt dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newsrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	margin-top:15px;
	}
.news .newsrt dl:hover dd h4{
	color:#af1b1d;
	}
.newslist{
	border-bottom:0px solid #dcdcdc;
	padding:0px !important;
	padding-bottom:40px !important;
	margin-bottom:0px;
}
.newslist:last-child{
	border-bottom:none;
}
.newslist-l {
	float:left;
	height:70px;
	font-weight:normal;
	text-align:center;
	border-right:1px solid #dcdcdc;
	padding-right:15px;
	margin-top:0px;
}
.newslist-l p{
	font-size:60px;
	line-height:50px;
	color:#6e6e6e;
	font-family:Arial;
}
.newslist-l span{
	font-size:18px;
	color:#6e6e6e;
}
.newslist-r {
	float:right;
	width:85%;
}
.newslist-r .newsbt{
	font-size:24px;
	color:#313131;
	border:none !important;
	line-height:40px !important;
	margin-bottom:4px !important;
	overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	transition: all 0.5s ease 0s;
	font-weight:bold !important;
}
.newslist-r .newsbt:hover{
	transition: all 0.5s ease 0s;
	color:#ff9600;
	}
.newslist-r .newsms{
	font-size:14px !important;
	color:#adadad !important;
	line-height:24px !important;
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
/* news
-------------------------------------------------------------- */
.newssj{
	width:30%;
	float:left;
	overflow:hidden;
	}
.newssj .newstit{
	width:100%;
	overflow:hidden;
	}
.newssj .newstit h3{
	width:100%;
	overflow:hidden;
	}

.newssj .newstit h3 a{
	font-weight:bold;
	font-size:40px;
	color:#333;
	}
.newssj .newstit h3 img{
	max-width:100%;
	height:auto;
	}
.newssj .newstit p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-family:Arial;
	color:#333;
	text-transform:uppercase;
	margin-top:15px;
	padding-top:60px;
	}
.newssj .newsmenu{
	width:70%;
	overflow:hidden;
	float:right;
	text-align:right;
	padding-right:10px;
	padding-top:20px;
	}
.newssj .newsmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.newssj .newsmenu ul li{
	overflow:hidden;
	float:left;
	margin-left:82px;
	line-height:30px;
	}
.news .newsmenu ul li a{
	color:#000;
	font-size:16px;
	position:relative;
	display:block;
	padding-bottom:10px;
	}
.news .newsmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#b22526;
	position:absolute;
	left:0;
	bottom:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.news .newsmenu ul li:hover a{
	color:#b22526;
	font-weight:bold;
	}
.news .newsmenu ul li:hover a:after{
	width:100%;
	}
.news .newslf,.news .newsrt{
	margin-top:40px;
	}
.news .newslf{
	padding:0 18px 0 0;
	}
.news .newsrt{
	padding:0 0 0 18px;
	}
.news .newslf .newsimg{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.news .newslf .newslftit{
	width:100%;
	height:70px;
	overflow:hidden;
	padding:0 40px;
	background:rgba(175,27,29,0.9);
	position:absolute;
	left:0;
	bottom:0;
	}
.news .newslf .newslftit h4{
	width:65%;
	overflow:hidden;
	float:left;
	font-size:16px;
	color:#fff;
	line-height:30px;
	font-weight:normal;
	margin-top:20px;
	}
.news .newslf .newsdate{
	width:35%;
	overflow:hidden;
	line-height:30px;
	float:right;
	font-size:16px;
	color:#fff;
	margin-top:20px;
	text-align:right;
	}
.news .newslf .newsdate img{
	margin-right:14px;
	}
.news .newsrt dl{
	width:100%;
	height:168px;
	overflow:hidden;
	background:#fff;
	margin-bottom:14px;
	}
.news .newsrt dl dt{
	width:24%;
	height:100%;
	overflow:hidden;
	float:left;
	padding-top:46px;
	position:relative;
	}
.news .newsrt dl dt:after{
	content:"";
	width:1px;
	height:58px;
	background:#c7c7c7;
	position:absolute;
	right:0;
	top:55px;
	}
.news .newsrt dl dt .newsday{
	width:100%;
	overflow:hidden;
	font-size:36px;
	color:#343434;
	font-family:Arial;
	line-height:36px;
	font-weight:normal;
	text-align:center;
	}
.news .newsrt dl dt .newsyear{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	font-family:Arial;
	font-weight:normal;
	text-align:center;
	margin-top:14px;
	}
.news .newsrt dl dd{
	width:76%;
	overflow:hidden;
	float:right;
	padding:14px 32px 0 32px;
	}
.news .newsrt dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:normal;
	    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top:30px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.news .newsrt dl dd p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#737373;
	margin-top:15px;
	}
.news .newsrt dl:hover dd h4{
	color:#af1b1d;
	}
.newslist{
	border-bottom:0px solid #dcdcdc;
	padding:0px !important;
	padding-bottom:40px !important;
	margin-bottom:0px;
}
.newslist:last-child{
	border-bottom:none;
}
.newslist-l {
	float:left;
	height:70px;
	font-weight:normal;
	text-align:center;
	border-right:1px solid #dcdcdc;
	padding-right:15px;
	margin-top:0px;
}
.newslist-l p{
	font-size:60px;
	line-height:50px;
	color:#6e6e6e;
	font-family:Arial;
}
.newslist-l span{
	font-size:18px;
	color:#6e6e6e;
}
.newslist-r {
	float:right;
	width:85%;
}
.newslist-r .newsbt{
	font-size:24px;
	color:#313131;
	border:none !important;
	line-height:40px !important;
	margin-bottom:4px !important;
	overflow: hidden !important;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	transition: all 0.5s ease 0s;
	font-weight:bold !important;
}
.newslist-r .newsbt:hover{
	transition: all 0.5s ease 0s;
	color:#ff9600;
	}
.newslist-r .newsms{
	font-size:14px !important;
	color:#adadad !important;
	line-height:24px !important;
	overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
/* news
-------------------------------------------------------------- */
.news .tit{
}
.newslistcon{
	padding:0px 24px;
}
.indexnewsimg{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.indexnewsimgbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    transition: all .5s ease;
}
.indexnewsimg:hover .indexnewsimgbg{
	opacity: 0;
}
.indexnewsimg img{
	width: 100% !important;
    height: auto !important;
    transition: all .5s ease;
	}
.indexnewsimg:hover img{
	transform:scale(1.1);
	transition: .5s ease-in-out;
}
.swiper-container.news-container {
    height:auto;
}
/*.news-container .swiper-slide > div{
	padding:0;
}*/
.news-container .swiper-slide > div img{
	width:100%;
	transition: .5s ease-in-out;
	vertical-align: middle;
    display: block;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.newslist{
	padding:0 24px;
}
.newslist .newsdate{
	font-size:16px;
	color:#333;
	margin-bottom:20px;
}
.newslist .newsms{
	line-height:50px;
	color:#6e6e6e;
	overflow: hidden;
	font-size:16px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:4;
    -webkit-box-orient: vertical;
	transition: .5s ease-in-out;
}
.newslist .newsbt{
	line-height:70px;
	padding-bottom:0px;
	overflow: hidden;
	border-bottom:1px solid #b2b2b2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	transition: .5s ease-in-out;
}
.newslist .newsbt a{
	font-size:20px;
	font-weight:bold;
	color:#6e6e6e;
	transition: .5s ease-in-out;
}
.newslist .aboutmore a{
	margin:30px 0 0 0;
}
.news-container .swiper-pagination {
    background: none;
    left: 53%;
    right: auto;
    top: auto;
    bottom: 120px;
    width: auto;
}
.news-container .swiper-pagination-bullet{
	background:none;
	border:1px solid #294763;
	width:15px;
	height:15px;
	
}
.news-container .swiper-pagination-bullet-active{
	background:#294763;
	border:1px solid #294763;
}
.news-container.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	display:block;
	margin:2px;
}
/*contact*/
.contact{
	width:100%;
	overflow:hidden;
	}
.contact h3{
	width:100%;
	clear:both;
	overflow:hidden;
	}
.contact h3 a{
	color:#fff;
	font-size:40px;
	font-weight:bold;
	text-decoration:none;
	}
.contact h3 img{
	max-width:100%;
	height:auto;
	}
.contact .contactnr{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactlf,.contactnr .contactrt{
	padding:0;
	position:relative;
	z-index:6;
	}
.contactnr a{ color:#fff; font-size:16px;}
.contactnr .contactlf ul{
	width:100%;
	overflow:hidden;
	}
.contactnr .contactlf ul li{
	overflow:hidden;
	padding:0 88px 0 0;
	margin-top:50px;
	}
.contactnr .contactlf ul li h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#fff;
	line-height:48px;
	background:url(../images/icon9.png) no-repeat left center;
	padding-left:44px;
	font-weight:normal;
	border-bottom:solid 1px rgba(255,255,255,0.3);
	margin-bottom:13px;
	}
.contactnr .contactlf ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:rgba(255,255,255,1);
	}
.contactnr .contactrt dl{
	overflow:hidden;
	float:right;
	margin-top:110px;
	}
.contactnr .contactrt dl dt,.contactnr .contactrt dl dd{
	overflow:hidden;
	}
.contactnr .contactrt dl dd{
	font-size:16px;
	color:#fff;
	line-height:30px;
	text-align:center;
	margin-top:8px;
	}
.contactnr .contactrt dl dt img{
	max-width:100%;
	height:auto;
}
.sjly{ display:none;}
.bot{
	position:absolute;
	left:50%;
	margin-left:-700px;
	bottom:24px;
	font-size:15px;
	color:#313131;
	line-height:30px;
	}
.bot a{
	font-size:15px;
	color:#313131;
	}
.linknr{
	position:absolute;
	left:50%;
	margin-left:-700px;
	bottom:24px;
	font-size:15px;
	color:#313131;
	line-height:30px;
	}
.link-select-box a:link, .link-select-box a:visited { color: #333;}
.link-select-box a:active,.link-select-box a:hover { color: #fff;}  
.link-select-box { background-color: #af1b1d; font-family: arial, helvetica, sans-serif; width:200px; height: 50px; position: relative; line-height: 50px; transition: 300ms; -webkit-transition: 300ms; color: #fff; margin-top:100px;}
.link-select-box .mt { padding: 0 0 0 28px; position: relative; cursor: pointer; line-height: 50px; color:#fff; font-size:16px; }
.link-select-box .mt .aw { width: 46px; position: absolute; top: 0; bottom: 0; right: 0px; background: url(../images/link.png) no-repeat scroll center center; height: 100%; transition: 300ms; -webkit-transition: 300ms; }
.link-select-box .mc { padding-bottom: 3px; position: absolute; left: 0px; right: 0px; bottom: 46px; display: none; }
.link-select-box ul { background-color: #fff; padding: 8px 0; overflow: hidden; }
.link-select-box a { display: block; padding: 5px 15px; line-height: 1.4; font-size: 12px;}
.link-select-box a:hover { background-color: #ffbe00; }
.link-select-box.act .mt .aw { transform: rotate(-180deg); -webkit-transform: rotate(-180deg); }
.bq{ 
left:inherit;
margin-left:inherit;
color:#fff;
z-index:7;
width:100%;
text-align:center;
}
.bq a{
	color:#fff;
	}
.index_main .section6{
	position:relative;
	}
.pro,.pro .protit{
	width:100%;
	overflow:hidden;
	z-index:5;
	position:relative;
	}
.pro .protit h3{
	width:100%;
	overflow:hidden;
	text-align:left;
	position:relative;
	}

	.promore{
	width:100%;
	overflow:hidden;
	padding-top:100px;
	height:40px;
	}
.promore a{
	margin:0px auto;
	position:absolute;
	width:192px;
	height:40px;
	text-align:center;
	line-height:40px;
	display:block;
	overflow:hidden;
	font-size:16px;
	color:#ff9600;
	border:solid 0px #ff9600;
	background:#fff;
	border-radius:40px;
	transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.promore a:hover{
	background:#fdd947;
	color: #fff;
}
.promore a:before{
	content: "";
	width:30px;
	height:30px;
    position: absolute;
    left: 5px;
    top: 5px;
    transition: all 0.5s ease 0s;
	background:url(/skin/images/anjt.png) no-repeat center center;
	}

.promore a:hover:before{
	transform: translateX(150px);
	-ms-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-webkit-transform: translateX(150px);
	-o-transform: translateX(150px);
	transition: .5s ease-in-out;
	}
/*.pro .protit h3:before{
	content:"";
	width:162px;
	height:1px;
	background:#a2a2a2;
	position:absolute;
	left:50%;
	margin-left:-290px;
	top:23.5px;
	}
.pro .protit h3:after{
	content:"";
	width:162px;
	height:1px;
	background:#a2a2a2;
	position:absolute;
	right:50%;
	margin-right:-290px;
	top:23.5px;
	}*/
.pro .protit h3 a{
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	text-decoration:none;
	}
.pro .protit h3 img{
	max-width:100%;
	height:auto;
	}
.pro .protit p{
	width:100%;
	overflow:hidden;
	text-align:left;
	font-family:Arial;
	font-size:18px;
	color:#fff;
	padding-top:60px;
	text-transform:uppercase;
	margin-top:15px;
	}
.pronr{
	width:100%;
	overflow:hidden;
	padding-bottom:48px;
	}
.swiper-container {
	width: 100%;
	margin: 0px;
	position:relative;
	z-index:1;
}
.pro{ width:30%; float:left;}
.prolb{ width:70%; float:right; position:relative; z-index:5;}
.prolb .newslistcon{ padding:24px;}
.prolb a{ border-radius:20px; overflow: hidden; background:#fff; display:block; width:350px; margin:0 1%; height:450px; transition: .5s ease-in-out;}
.prolb a.lb:hover{ background:#fdd947; transition: .5s ease-in-out;}
.prolb a .newslist{ padding-bottom:0px !important;}
.prolb a .newslist .newsdate{
	font-size:16px;
	color:#333;
	margin-bottom:0px;
	transition: .5s ease-in-out;
}
.prolb a:hover .newslist .newsdate{
	font-size:16px;
	color:#fff;
	margin-bottom:0px;
	transition: .5s ease-in-out;
}
.prolb a .newsbt{ color:#333; border-bottom:0px solid #fff; line-height:40px; transition: .5s ease-in-out; font-size: 24px;}
.prolb a:hover .newsbt{ color:#fff; border-bottom:0px solid #fff; transition: .5s ease-in-out; font-size: 24px;}
.prolb a .newsms{ 
color:#fff; 
transition: .5s ease-in-out; 
font-size:14px; 
color:#999; 
min-height:82px;
line-height:24px; 
display: -webkit-box;
overflow: hidden;
padding-top:10px;
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
-webkit-box-orient: vertical;
}
.prolb a:hover .newsms{ color:#fff; transition: .5s ease-in-out;}
.prolb a .indexnewsimg{ height:270px; border-radius:20px; overflow:hidden;}
.prolb .cw{ width:150%; overflow:hidden;}
.prolb .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity: 1; margin: 0px 5px;}
.prolb .swiper-pagination-bullet-active{ background:#ff9600;}
.prolb .swiper-pagination{ position:absolute; left:-43%; bottom:0px;}
/*sjlb*/
.sjlb{ width:70%; float:right; position:relative; z-index:5;}
.sjlb a{ border-radius:20px; overflow: hidden; background:#fff; display:block; width:350px; margin:0 1%; height:370px; transition: .5s ease-in-out;}
.sjlb a.lb:hover{ background:#fdd947; transition: .5s ease-in-out;}
.sjlb a:hover .newsbt{ color:#fff; border-bottom:1px solid #fff; transition: .5s ease-in-out;}
.sjlb a:hover .newsms{ color:#fff; transition: .5s ease-in-out;}
.sjlb a .indexnewsimg{ height:230px; border-radius:20px; overflow:hidden;}
.sjlb .cw{ width:150%; overflow:hidden;}
.sjlb .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity: 1; margin: 0px 5px;}
.sjlb .swiper-pagination-bullet-active{ background:#fdd947;}
.sjlb .swiper-pagination{ position:absolute; left:-43%; bottom:0;}
/* nmassgenr
-------------------------------------------------------------- */
.nmessage{
	margin-top:40px;
	margin-bottom:40px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-top:54px;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:49%;
	overflow:hidden;
	float:left;
	margin:8px 0;
}
.nmessagenr ul li:nth-child(odd){
    margin-right: 2%;
}
.nmessagenr ul li:nth-child(3){
    width:100%;
}
.nmessagenr ul li:last-child{
	width:100%;
	margin: 0px auto;
}
.nmessagenr ul li.clearfix img{
	border-radius:20px;
	height:40px !important;
	}
.nmessagenr ul li select{
    width:100%;
	height:50px;
	line-height:50px;
	border-radius:5px;
	font-size:14px;
	border:solid 1px #e2e2e2;
	background: #f5f5f5;
	padding-left:10px;
}
.nmessagenr ul li input{
	width:100%;
	height:40px;
	line-height:40px;
	overflow:hidden;
	border-radius:20px;
	font-size:16px;
	border:solid 0px #e2e2e2;
	padding-left:30px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0s, -webkit-box-shadow ease-in-out 0s;
  -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}
.nmessagenr ul li:last-child input{
	width:180px;
	margin: 10px auto;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0s, -webkit-box-shadow ease-in-out 0s;
  -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}
.nmessagenr ul li .name{
	background:#f5f5f5 url(../images/message01.png) no-repeat 10px center;
	padding-left:40px;
}
.nmessagenr ul li .phone{
	background:#f5f5f5 url(../images/message02.png) no-repeat 10px center;
	padding-left:40px;
}
.nmessagenr ul li .email{
	background:#f5f5f5 url(../images/message03.png) no-repeat 10px center;
	padding-left:40px;
}
.nmessagenr ul li .city{
	background:#f5f5f5 url(../images/message05.png) no-repeat 10px center;
	padding-left:40px;
}
.nmessagenr ul li textarea{
	width:100%;
	height:180px;
	line-height:30px;
	border:solid 0px #e2e2e2;
	border-radius:20px;
	padding:5px 5px 5px 30px;
	font-size: 16px;
	background:#f5f5f5 url(../images/message04.png) no-repeat 10px 12px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0s, -webkit-box-shadow ease-in-out 0s;
  -o-transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
  transition: border-color ease-in-out 0s, box-shadow ease-in-out 0s;
}
.nmessagenr .tjbtn{
	width:100%;
	overflow:hidden;
	margin: 12px auto;
}
.nmessagenr .tjbtn button{
	width: 100%;
    height: 40px;
    overflow: hidden;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background:#ff9600;
    font-size: 16px;
	border-radius:20px;
	border:none;
	padding:0px;
}
.nmessagenr input::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #cdd2db;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #cdd2db;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #cdd2db;
      }
.has-error em{
	color:#71c3c5;
	font-style:normal;
	font-size:12px;
	margin-left:45px;
}

@media screen and (max-width: 668px) {
	.swiper-container {
	}
}

.swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}

@media screen and (max-width: 668px) {
	.swiper-slide {
	}
}

.swiper-slide-active,.swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
}

@media screen and (max-width: 668px) {
	.swiper-slide-active,.swiper-slide-duplicate-active {
	}
}


@media screen and (max-width: 668px) {
	
	.swiper-pagination {
		position: relative;
		margin-bottom: 20px;
	}

	.swiper-pagination-bullet {
		background: #00a0e9;
		margin-left: 2px;
		margin-right: 2px;
		width: 8px;
		height: 8px;
		margin-bottom: 2px;
	}

	.swiper-pagination-bullet-active {
		width: 6px;
		height: 6px;
		background: #FFF;
		border: 0px solid #00a0e9;
		margin-bottom: 0;
	}
}

.button {
	width: 1356px;
	margin: 0 auto;
	bottom: 0;
	position: relative;
}

@media screen and (max-width: 668px) {
	.button {
		width: 70%;
		bottom: 22px;
	}
}


.swiper-button-prev {
	width: 50%;
	height:38px;
	float:left;
	font-size:16px;
	line-height:38px;
}
.swiper-button-prev i{
	width:38px;
	height:38px;
	background:url(../images/prev2.png) no-repeat center;
	float:left;
	margin-right:16px;
	}
.swiper-button-prev:hover{
	color:#ffbe00;
}

.swiper-button-next {
	width: 50%;
	height: 38px;
	float:right;
	text-align:right;
	font-size:16px;
	line-height:38px;
}
.swiper-button-next i{
	width:38px;
	height:38px;
	background:url(../images/next2.png) no-repeat center;
	float:right;
	margin-left:16px;
}
.swiper-button-next:hover{
	color:#ffbe00;
}

@media screen and (max-width: 668px) {
	.button div {
		width: 28px;
		height: 28px;
	}
}	

/* position
-------------------------------------------------------------- */
.position {
	width:100%;
	overflow:hidden;
	border-bottom:solid 1px #e6e6e6;
}
.positionnr .positionrt{
	text-align:right;
	font-size:16px;
	color:#343434;
	line-height:30px;
	padding:15px 0 15px 41px;
	background:url(../images/icon11.png) no-repeat left center;
	}
.positionnr .positionrt a{
	font-size:16px;
	color:#343434;
	}
.position a:hover {
	color: #ffbe00;
}
.nmenu{
	overflow:hidden;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:60px;
	margin-right:52px;
	text-align:center;
	}
.nmenu ul li a{
	font-size:16px;
	color:#000;
	display:block;
	position:relative;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#ffbe00;
	position:absolute;
	bottom:0;
	left:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
.nmenu ul li.active a{
	color:#ffbe00;
}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#6aa271;
	line-height:35px;
	margin:0 0 5px 0;
	}
.ntit hr{
	width:52px;
	height:2px;
	background:#6aa271;
	border:none;
	}
/* banner_n
-------------------------------------------------------------- */
.banner_n{ 
	width:100%; 
	height:550px;
	position:relative;
	background:url(../images/aboutban.jpg) no-repeat top center;
	background-size:cover;
}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:733px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:481px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:413px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:390px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:367px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:330px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:293px;
	}
	.newslist-r{
	    width:74%;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:284px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:220px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:183px;
	}
}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:60px;
	margin-bottom:60px;
	}
.nabout h2{
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 30px;
    padding-bottom: 6px;
	position:relative;
	line-height:40px;
	color:#ffbe00;
    border-bottom: 1px dashed #e2e2e2;
}
.nabout h2:after{
    content: "";
    position: absolute;
    left: 0;
    width: 250px;
    height: 4px;
    background: #ffbe00;
    bottom: -2px;
}
.nabout p{ text-indent:2em;}
.nabout .nabouttit{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.nabout .nabouttit .nabouttiten{
	width:100%;
	height:154px;
	font-family:Arial;
	font-size:154px;
	color:#f5f5f5;
	line-height:154px;
	text-transform:uppercase;
	font-weight:bold;
	}
.nabout .nabouttit h4{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#ffbe00;
	line-height:45px;
	font-weight:bold;
	margin:0;
	position:absolute;
	left:0;
	bottom:12px;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	margin-top:30px;
	position:relative;
	}
.nabout .naboutnr p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#343434;
	}
/* npro
-------------------------------------------------------------- */
.npro{
	margin-top:60px;
	margin-bottom:60px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt,.npro dl dd{
	width:100%;
	overflow:hidden;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	height:336px;
	border-radius:20px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
	font-weight:normal;
	}
.npro dl dt img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.npro dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.npro dl dd{
	padding:17px 0;
	font-size:18px;
	line-height:30px;
	color:#000;
	text-align:center;
	}
.npro dl:hover dd{
	color:#ffbe00;
}
.npro .npro_infolf{
	padding:0 30px 0 0;
}
.npro .npro_infolf img{
	max-width:100%;
	height:auto;
}
.npro .npro_infort{
	padding:32px 0 0 60px;
}
.npro .npro_infort h1{
	width:100%;
	overflow:hidden;
	font-size:24px;
	color:#333;
	line-height:40px;
	font-weight:normal;
	margin:0;
	padding-bottom:28px;
}
.npro .npro_infort .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-bottom:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#004b94;
	}
.npro .npro_infort .npro_ms{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_ms p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:32px;
	color:#646160;
}
.npro .npro_infort .npro_lxfs{
	width:100%;
	overflow:hidden;
}
.npro .npro_infort .npro_lxfs p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#333;
}
.npro .npro_infort .npro_lxfs p a{
	font-size:16px;
	color:#333;
}
.npro_lxbtn{
	width:100%;
	overflow:hidden;
	margin-top:66px;
	}
.npro_lxbtn a{
	width:160px;
	height:50px;
	display:block;
	text-align:center;
	line-height:50px;
	font-size:16px;
	color:#fff;
	background:#0e746e;
	}
.nprofbnr{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	margin-top:40px;
	}
.nprofbnr p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#fff;
	}
.nprofbnr img{
	max-width:100%;
	height:auto;
}	
.post-content {
	background: #fff;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 60px;
}
.npro h1{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:24px;
	line-height:30px;
	color:#000;
	margin:30px 0 0 0;
	}
.nprolist{
	width:100%;
	overflow:hidden;
	background:#f9f9f9;
	}
.nprofh{
	padding:0;
	}
.nprofh a{
	display:block;
	width:140px;
	height:44px;
	text-align:center;
	line-height:44px;
	background:#ffbe00;
	font-size:16px;
	color:#fff;
	margin:auto;
	}
.nprofh a:hover{
	color:#fff;
}
article img {
	max-width: 100%;
	height: auto
}

article .photo>img {
	width: 100%;
	height: auto
}

a.photo {
	position: relative;
	display: block;
	overflow: hidden
}

a.photo .description {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	background: rgba(0,0,0,.4);
	background: linear-gradient(transparent,rgba(0,0,0,.6));
	padding: 0 15px;
	font-size: 14px;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	line-height: 1em;
	opacity: 0;
	transition: .3s
}

a.photo:hover .description {
	opacity: 1;
	line-height: 3.5em;
	transition: .3s
}

.model {
	padding: 15px;
	border-top: 1px solid #f0f2f4
}

.model .modelTitle,.comment-reply-title {
	margin-left: -15px;
	border-left: 3px solid #50585f;
	padding-left: 12px;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 0
}

.model .modelTitle i {
	margin-right: 5px
}

.exif .info {
	font-weight: bold;
	transition: .3s
}

.exif .info label {
	font-weight: normal;
	width: 3em;
	opacity: .5;
	transition: .3s
}

.exif .info:hover {
	color: #20a0ff;
	transition: .3s
}

.exif .info:hover label {
	opacity: 1;
	color: #50585f;
	transition: .3s
}

.comment-reply-title:before {
	content: '\f1d8';
	margin-right: 5px
}[pandaPicshow] .thumbnails {
	position: relative;
	text-align: center;
	letter-spacing: -0.31em;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
	background:#fff;
}[pandaPicshow] .thumbnails>a {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	border: 2px solid #fff;
	transition: .3s
}[pandaPicshow] .thumbnails>a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: .5;
	transition: .3s
}[pandaPicshow] .thumbnails>a.current {
	border-color: #ffbe00;
	box-shadow: 0 0 0 1px #fff inset;
	transition: border-color .3s
}[pandaPicshow] .thumbnails>a.current:before {
	opacity: 0
}[pandaPicshow] .showBox {
	position: relative;
	height: 200px;
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}[pandaPicshow] .showBox>a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #efefef;
	cursor: pointer;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	transition: .6s;
	text-decoration: none
}[pandaPicshow] .showBox.contain>a {
	background-size: contain
}[pandaPicshow][shadowBox="disable"] .showBox a {
	cursor: default
}[pandaPicshow] .showBox>a.current {
	z-index: 1;
	opacity: 1
}[pandaPicshow] .showBox>a.past {
	opacity: 0
}[pandaPicshow] .showBox>a>p.description {
	color: #fff;
	position: absolute;
	margin: 0;
	width: 100%;
	text-shadow: 0 2px 2px rgba(0,0,0,.5);
	background: rgba(0,0,0,.5);
	background: linear-gradient(transparent,rgba(0,0,0,.3),rgba(0,0,0,.7));
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	bottom: 0;
	padding: 0 15px;
	opacity: 0;
	transition: .3s
}[pandaPicshow] .showBox:hover>a>p.description {
	opacity: 1;
	line-height: 50px;
	transition: .3s
}[pandaPicshow] .showBox>.loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1
}[pandaPicshow] .showBox>.loading.complete {
	opacity: 0
}[pandaPicshow] .showBox>.loading:before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 2;
	opacity: 1;
	border-radius: 50%;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	animation: imageLoading 1s linear infinite;
	transition: 1s ease .3s
}[pandaPicshow] .showBox>.loading.complete:before {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.loading.complete:after {
	opacity: 0;
	transition: .5s
}[pandaPicshow] .showBox>.navigator>* {
	position: absolute;
	z-index: 1;
	outline: 0 none;
	top: 0;
	bottom: 0;
	border: 0;
	width: 50px;
	max-width: 30%;
	background-color: transparent
}[pandaPicshow] .showBox>.navigator>.prev {
	left: 0
}[pandaPicshow] .showBox>.navigator>.prev:before,[pandaPicshow] .showBox>.navigator>.next:before {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,.5);
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	background: rgba(0,0,0,.25)
}[pandaPicshow] .showBox>.navigator>.prev:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-right: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	left: calc(50% - 10px)
}[pandaPicshow] .showBox>.navigator>.next {
	right: 0
}[pandaPicshow] .showBox>.navigator>.next:after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-left: 15px solid rgba(255,255,255,.7);
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	top: calc(50% - 5px);
	right: calc(50% - 10px);
	opacity: .8
}[pandaPicshow] .showBox>.navigator>.prev {
	
}[pandaPicshow] .showBox>.navigator>.next {
	
}[pandaPicshow] .showBox>.navigator>.next,[pandaPicshow] .showBox>.navigator>.prev {
	transition: .3s;
	opacity: 1
}[pandaPicshow] .showBox>.navigator>.next:hover,[pandaPicshow] .showBox>.navigator>.prev:hover {
	opacity: 1
}

@keyframes imageLoading {
	0% {
		transform: rotate(0)
	}

	100% {
		transform: rotate(1turn)
	}
}

@keyframes showboxCover {
	0% {
		background-position: top left
	}

	50% {
		background-position: bottom right
	}

	100% {
		background-position: top left
	}
}
/* dede_pages

-------------------------------------------------------------- */
.pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.pages ul{display:inline-block;margin:0 auto;padding:0}
.pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #ddd;float: left;margin:5px;font-size:12px}
.pages ul a.page-num-current{ background:#ddd; }
.pages ul a:hover{ background:#ddd}
.news-exp,.news-exp2{
	width:100%;
	overflow: hidden;
	margin-top:20px;
}
.news-exp .news-explf,.news-exp .news-exprt{
	padding:0;
	line-height:30px;
}

.news-exp .news-explf i{
	width:40px;
	height:40px;
	background:url(../images/icon23.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:left;
	margin-right:22px;
}
.news-exp .news-exprt i{
	width:40px;
	height:40px;
	background:url(../images/icon24.png) no-repeat center;
	border-radius:50%;
	display:block;
	float:right;
	margin-left:22px;
}
.news-exp .news-explf a,.news-exp .news-exprt a {
	overflow: hidden;
	font-size:16px;
	color:#343434;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-exp .news-exprt{
	text-align:right;
}
.news-exp .news-explf a:hover,.news-exp .news-exprt a:hover{
	color:#ffbe00;
	text-decoration:none;
}
.news-exp2{
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a{
	display:block;
	width:50%;
	overflow:hidden;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#343434;
}
.news-exp2 a:last-child{
	text-align:right;
}
.news-exp2 a:hover{
	color: #ffbe00;
}
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.nnews .nnewsnr{
	width:100%;
	overflow:hidden;
	}
/* nnews
-------------------------------------------------------------- */
.nnewsnrlist{
	margin-bottom:30px;
	padding-bottom:30px;
	width:31.333333%;
	float:left;
	border-radius: 12px;
	overflow:hidden;
	margin:1%;
	background:#f5f5f5;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnrlist .newsimg{
	width:100%;
	background:#f5f5f5;
	height:300px;
	position:relative;
	overflow:hidden;
	border-radius: 0px 0px 12px 12px;
}
.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:90%;
	margin:0px auto;
	padding:30px 0px 0px;
	overflow:hidden;
}
.nnewsnrlist .newsbt a{
	font-size:18px;
	color:#ffbe00;
	line-height:35px;
	margin-bottom:4px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-weight:bold;
}
.nnewsnrlist .newsdate{
	width:20%;
	margin:5px 0;
}
.nnewsnrlist .newsnr{
	width:80%;
	margin:0px auto;
}
.newsbt{ 
	width: 100%;
    overflow: hidden;
	color:#6e6e6e;
	font-size:20px;
	font-weight:bold;
	line-height:35px;
	text-overflow: ellipsis;
    white-space: nowrap;
	}
.nnewsnrlist .newsdate p{
	font-size:45px;
	font-family:Arial;
	font-weight:normal;
	color:#ffbe00;
	line-height: 50px;
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsdate span{
	font-size:14px;
	font-family:Arial;
	display:block;
	color:#ffbe00;
	text-align:center;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
	}
.nnewsnrlist .newsms{
	color:rgba(0,0,0,0.9);
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	height:52px;
	font-size:14px;
	margin-bottom:10px;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;
}
.nnewsnr a:hover .nnewsnrlist .newsimg{ background:#ffbe00;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .nnewsnrlist{ background:#ffbe00;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsdate p{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsdate span{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsbt{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnr a:hover .newsms{ color:#fff;
  transition:all 0.5s;
-moz-transition:all 0.5s;
-webkit-transition:all 0.5s;
-o-transition:all 0.5s;}
.nnewsnrlist .nnewsmore a{
	font-size:14px;
	color:#000;
	
}
.nnewsnrlist .nnewsmore a:active,
.nnewsnrlist .nnewsmore a:visited,
.nnewsnrlist .newsbt a:active,
.nnewsnrlist .newsbt a:visited{
	color:#ffbe00;
	font-weight:bold;
}
.nnewsnrlist .nnewsmore a:hover,
.nnewsnrlist .newsbt a:hover{
	color:#fff;
}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 0 0 16px 0;
	}
.nnewsnr{
	}
.nnews .fbtime {
    width: 100%;
    overflow: hidden;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 23px;
}
.nnews .fbnr {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr p {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 35px;
    color: #333;
}
.nnews .fbnr img{
	max-width:100%;
	height:auto;
	}
/* nsb
-------------------------------------------------------------- */
.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nsbnr{
	width:100%;
	overflow:hidden;
}
.nsbnr ul{
	width:100%;
	overflow:hidden;
	}
.nsbnr ul li{
	width:31.3333333%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	text-align:center;
	height:300px;
	position:relative;
	}
.nsbnr ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.nsbnr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.poptrox-popup{
	overflow:visible !important;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncontact .ntit{
	width:100%;
	margin-bottom:50px;
	}
.ncontact .ntit h4 {
    width: 100%;
    overflow: hidden;
    font-size: 36px;
    color: #ffbe00;
    line-height: 45px;
    margin: 0;
}
.ncontact .ntit p {
    width: 100%;
    overflow: hidden;
    font-size: 38px;
    color: #f1f1f1;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.ncontact .ncontactnr{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #d1d1d1;
	font-size:18px;
	color:#333;
	line-height:35px;
	padding:40px 0 0 0;
	margin-bottom:20px;
	}
.ncontact .ncontactnr p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:18px;
	color:#333;
}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
}
.map{
	height:500px;
	overflow:hidden;
	padding:0;
	}
.nfoot{
	padding:100px 0;
	background:#3d3d3d;
	position:relative;
}
@media only screen and (min-width: 1440px) and (max-width: 1599px) {
	.prolf dl dd{
		height:303px;
	}
	.nsbnr ul li{
		height:264px;
	}
	.npro dl dt{
		height:294px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.prolf dl dd{
		height:284px;
	}
	.nsbnr ul li{
		height:250px;
	}
	.npro dl dt{
		height:277px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.prolf dl dd{
		height:267px;
	}
	.nsbnr ul li{
		height:235px;
	}
	.npro dl dt{
		height:260px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.prolf dl dd{
		height:236px;
	}
	.nsbnr ul li{
		height:211px;
	}
	.npro dl dt{
		height:232px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.prolf dl dd{
		height:206px;
	}
	.nsbnr ul li{
		height:188px;
	}
	.npro dl dt{
		height:205px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.prolf dl dd{
		height:199px;
	}
	.nsbnr ul li{
		height:182px;
	}
	.npro dl dt{
		height:198px;
	}
}
@media only screen and (min-width: 860px) and (max-width:991px) {
	.prolf dl dd{
		height:293px;
	}
	.nsbnr ul li{
		height:182px;
	}
	.npro dl dt{
		height:262px;
	}
}
@media only screen and (min-width: 768px) and (max-width:859px) {
	.prolf dl dd{
		height:261px;
	}
	.nsbnr ul li{
		height:158px;
	}
	.npro dl dt{
		height:232px;
	}
}
@media only screen and (min-width: 640px) and (max-width:767px) {
	.prolf dl dd{
		height:217px;
	}
	.nsbnr ul li{
		height:141px;
	}
	.npro dl dt{
		height:397px;
	}
}
@media only screen and (min-width: 540px) and (max-width:640px) {
	.npro dl dt{
		height:333px;
	}
}
@media only screen and (min-width: 540px) and (max-width:639px) {
	.prolf dl dd{
		height:181px;
	}
	.nsbnr ul li{
		height:152px;
	}
	.nsbnr ul li{
		height:175px;
	}
}
@media only screen and (min-width: 480px) and (max-width:539px) {
	.prolf dl dd{
		height:161px;
	}
}
@media only screen and (min-width: 426px) and (max-width:539px) {
	.nsbnr ul li{
		height:120px;
	}
}
@media only screen and (min-width: 425px) and (max-width:479px) {
	.prolf dl dd{
		height:216px;
	}
}
@media only screen and (min-width: 425px) and (max-width:539px) {
	.npro dl dt{
		height:259px;
	}
}
@media only screen and (min-width: 375px) and (max-width:425px) {
	.nsbnr ul li{
		height:220px;
	}
}
@media only screen and (min-width: 375px) and (max-width:424px) {
	.prolf dl dd{
		height:190px;
	}
	.npro dl dt{
		height:227px;
	}
}
@media only screen and (min-width: 320px) and (max-width:374px) {
	.prolf dl dd{
		height:161px;
	}
	.nsbnr ul li{
		height:187px;
	}
	.npro dl dt{
		height:191px;
	}
}
@media only screen and (min-width: 0px) and (max-width:319px) {
	.prolf dl dd{
		height:155px;
	}
	.nsbnr ul li{
		height:185px;
	}
	.npro dl dt{
		height:190px;
	}
}

@media only screen and (max-width: 1600px){
	.index_main .section1 .slick_txt .slick_arrow{
		bottom:100px;
	}
	.index_main .section1 .index_banner .item .inner .banner1-2 h3{
		font-size:40px;
		line-height:45px;
	}
	.index_main .section1 .index_banner .item .inner .banner1-1 h4{
		font-size:20px;
		line-height:35px;
	}
	
	.about {
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    margin-top: 200px;
    width: 80%;
}
	.index_main .section1 .index_banner .item .inner .banner3-1 img{
		width:500px;
	}
	.ab_fl dl {
		padding: 26px 0 16px 7%;
	}
	.bot,.tab_box .sclclist .sclc_dg{
		text-align:center;
	}
	.abouten{
		font-size:50px;
		line-height:50px;
	}
	.prolf{
		padding-bottom:90px;
	}
	.promore{
		margin-top:120px;
	}
	.prolf .owl-carousel .owl-item {
		padding: 0 15px;
	}
	.contact{
		height:auto;
	}
	.index_main .section1 .slick_txt .prev {
		left: 200px;
	}
	.index_main .section1 .slick_txt .next {
		left: 260px;
	}
}
@media only screen and (max-width: 1440px){
	.banner .owl-next{
		left:20%;
	}
	.newslist-r{
		width:82%;
		}
	.index_main .section1 .index_banner .item .inner .banner1-2 h3{
		font-size:35px;
		line-height:40px;
	}
	.index_main .section1 .index_banner .item .inner .banner1-1 h4{
		font-size:18px;
		line-height:33px;
	}
	.index_main .section1 .index_banner .item .inner .banner3-1 img{
		width:460px;
	}
	.index_main .section1 .slick_txt .slick_arrow{
		bottom:80px;
	}
	.index_main .section1 .slick_txt .prev {
		left: 180px;
	}
	.index_main .section1 .slick_txt .next {
		left: 240px;
	}
	.ab_fl dl dt .counter {
		font-size: 50px;
	}
	.nabout .naboutnr img{
		margin-left: 50px;
	}
	.nabout .nabouttit .nabouttiten{
		font-size:130px;
	}
	.nabout .nabouttit h4{
		font-size:36px;
	}
	.nmenu ul li{
		margin-right:35px;
	}
	.news .newsrt dl{
		margin-bottom:20px;
	}
	.news .newslf h4{
		margin-top:10px;
	}
	.section1 .container, .section2 .container, .section3 .container, .section4 .container, .section5 .container, .section6 .container {
    width: 80%;
}
.header .left{ padding-left:45px;}
.m_nav .logo img{ width:40%;}
.prolb a{ height:370px;}
.prolb a .newsms{ min-height:52px; -webkit-line-clamp: 2;}
.promore{ padding-top:70px;}
.nnewsnrlist .newsimg{ height:240px;}

	.whicon img{
		width:80%;
	}
	.wenhua .whinfo {
		left: 27%;
		width: 68%;
	}
	.whicon {
		width: 16%;
		left: 5%;
	}
	.wenhua .whbg{
		max-width:100%;
		margin-left:0px !important;
	}
}
@media only screen and (max-width: 1360px){
	.abouten{
		font-size:40px;
		line-height:40px;
	}
	.aboutmore{
		margin-top:30px;
	}
	.about{ width:80%;}
	.about .aboutnr{
		margin-top:10px;
	}
	.sclc .sclcnr{
		padding-top:12%;
	}
	.tab_box .sclclist .sclc_dg{
		bottom:10%;
	}
	.news .newsrt dl{
		height:126px;
	}
	.news .newsrt dl dt {
		padding: 20.5px 0;
	}
	.news .newsrt dl dd h4{
		margin-top:0;
	}
	.news .newslf p{
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}
@media only screen and (max-width: 1280px){
	.index_main .section1 .index_banner .item .inner .banner1-2 h3{
		font-size:30px;
		line-height:35px;
	}
	.index_main .section1 .index_banner .item .inner .banner1-1 h4{
		font-size:16px;
		line-height:30px;
	}
	.index_main .section1 .index_banner .item .inner .banner3-1 img{
		width:400px;
	}
	.index_main .section1 .index_banner .item .inner .bannermore{
		width:180px;
	}
	.index_main .section1 .slick_txt .prev {
		left: 160px;
	}
	.index_main .section1 .slick_txt .next {
		left: 220px;
	}
	.prort .projs{
		padding-left:40px;
	}
	.promore {
		margin-top: 70px;
	}
	.ab_fl dl {
		padding: 26px 0 16px 5%;
	}
	.ab_fl dl dt .counter {
		font-size: 40px;
	}
	.nabout .nabouttit .nabouttiten {
		font-size: 100px;
	}
	.nabout .nabouttit h4 {
		font-size: 30px;
	}
	
	.whicon img{
		width:80%;
	}
	.wenhua .whinfo {
		left: 27%;
		width: 68%;
	}
	.whicon {
		width: 16%;
		left: 5%;
	}
	.wenhua > div >img{
		max-width:100%;
	}
	.wenhua img{
	    max-width:80%;
	    margin-left:0px !important;
	}
	
}
@media only screen and (max-width: 1152px){
	.nmenu ul li {
		margin-right: 16px;
	}
	.nnewslist dl dd .nnewsday {
		font-size: 26px;
	}
	.nnewslist dl dd .nnewsyear {
		font-size: 16px;
	}
	.nnewslist dl dd .dllf {
		padding-right: 40px;
	}
}
@media only screen and (max-width: 1151px){
	.nnewsnrlist {
		width: 48%;
	}
}
@media only screen and (max-width: 1024px){
	.header .navbar_nav li a{
		margin: 0 30px;
	}
	.toptel{
		padding: 36px 0 36px 30px;
	}
	.index_main .section1 .slick_txt .prev {
		left: 140px;
	}
	.index_main .section1 .slick_txt .next {
		left: 200px;
	}
}
@media only screen and (max-width: 992px){
	.toptel, .topewm,.topmap{
		display:none;
	}
}
@media only screen and (max-width: 991px){
	.header{
		height:60px;
	}
	.header .left a img{
		height:auto;
		margin-top: 10px;
	}
	.banner .owl-prev{
		left:30px;
		bottom:5%;
	}
	.banner .owl-next {
		left: 100px;
		bottom:5%;
	}
	.index_main .section1 .slick_txt .slick_arrow{
		bottom:60px;
	}
	.index_main .section1 .slick_txt .prev {
		left: 20px;
	}
	.index_main .section1 .slick_txt .next{
		left:80px;
	}
	.index_main .section2{
	}
	.index_main .section1 .index_banner .item .inner .banner3-1 img {
		width: 360px;
	}
	.news .newslf .newsimg {
		height: 220px;
	}
	.tab ul li{
		margin-top:10px;
	}
	.tab {
		margin-top: 20px;
	}
	.abouttiten{
		display:none;
	}
	.sclc .sclcnr{
		padding-top:20%;
	}
	.aboutmore{
		margin-top:40px;
	}
	.ab_fl{
		display:none;
	}
	.about .aboutnr{
		padding-right:0;
		text-indent:2em;
		text-align:left;
	}
	.prolf,.prort{
		width:100%;
	}
	.prolf{
		padding-right:0;
	}
	.promore,.prort .projs{
		display:none;
	}
	.news .newsrt{
		display:none;
	}
	.tab_box .sclclist .sclc_dg{
		padding-right: 20%;
	}
	.news .newslf h4{
		margin-top:10px;
	}
	.abouten {
		font-size: 30px;
		line-height: 30px;
	}
	.contact .contactrt dl dt img{
		width:100px;
	}
	.contact .contactrt dl dd {
		font-size: 14px;
		margin-top: 5px;
	}
	.link-select-box{
		margin-top:75px;
	}
	.contact{
		height:auto;
	}
	.contact .contactlf {
		margin-top: 50px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.ncontact .ntit p{
		font-size:30px;
	}
	.ncontact .ntit h4{
		font-size:30px;
		line-height:40px;
	}
	.map{
		height:280px;
	}
	.newm dl{
		float:left;
	}
	.nabout .naboutnr img{
		margin-left: 0 !important;
		float:none !important;
		max-width:100%;
		height:auto;
	}
	.nabout .naboutnr p{
		width:100%;
	}
	.wenhua .whinfo .whtitle{
	    font-size:20px; font-weight:bold;
	}
	.wenhua .whinfo .whsubtitle{
	    font-size:16px;
	}
	.positionnr .positionrt,.nmenu{
		width:100%;
	}
	.positionnr .positionrt{
		text-align:left;
	}
	.nmenu ul li{
		line-height:50px;
	}
	.nnewslist dl dd .dlrt {
		display: none;
	}
	.nnewslist dl dd .dllf {
		width: 100%;
		border-right: none;
		padding-right: 0;
	}
	.nnews h1{
		font-size:20px;
	}
	.news-exp .news-explf, .news-exp .news-exprt{
		text-align:left;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align:left;
	}
	.njobnr .njobrt {
		margin-top: 20px;
	}
	.njobnr .njobrt span {
		float: left;
	}
	.nfoot .contact .contactrt dl{
		float:left;
		margin-top:10px;
	}
}
@media only screen and (max-width: 767px){
	.sclc .sclcnr {
		padding-top: 30%;
	}
	.tab_box .sclclist .sclc_dg{
		padding-right: 12%;
	}
	.nabout .nabouttit .nabouttiten {
		font-size: 80px;
	}
	.nabout .nabouttit h4 {
		font-size: 26px;
	}
	.nsbnr ul li {
		width: 48%;
	}
	.nnewsnrlist {
		width: 100%;
		margin: 0px;
		margin-bottom: 15px;
		padding-bottom: 25px;
	}
	.nnewsnrlist .newsdate{
		margin:0;
	}
	.nnewsnrlist .newsms{
		text-overflow: ellipsis;
		white-space: nowrap;
		height: 26px;
	}
	.contactnr .contactlf ul li{
		padding:0 10px 0 0;
	}
	.link-select-box{
		margin-right:10px;
	}
}
@media only screen and (max-width: 640px){
	.index_main .section1 .index_banner .item .inner .banner3-1 img {
		width: 300px;
	}
	.index_main .section1 .index_banner .item .inner .bannermore{
		width:140px;
	}
	.about{ width:100%; margin-top:140px;}
	.aboutan{ display:none;}
	.about h3 a {
    font-size: 25px;
    font-weight: bold;
    color: #626262;
    margin: 0px auto;
}
#fp-nav.right{ right:5px;}
.sjly{ display:block;}.
.position .container{ width:88%;}
.pro{ float:inherit; width:100%;margin-top: 0px;}
.pro .protit p{ padding-top:0px; margin-top:10px;}
.prolb{ float:inherit; width:100%; margin-top:30px;}
.prolb a{ width:auto;}
.prolb .cw{ width:100%;}
.prolb a .newsms{ display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical !important; overflow: hidden !important; min-height: 48px;}
.prolb a .indexnewsimg{ height:150px;}
.prolb .swiper-pagination { position: absolute; left: inherit; bottom: -30px; margin-bottom: 0px;}
.prolb .indexnewsimg img{ height:auto !important;}
.prolb a .newsbt{ font-size:20px;}
.newssj{ float:inherit; width:100%; margin-top:0px;}
.newssj .newstit p{ padding-top:0px; margin-top:10px;}
.news{ padding:0px; float:inherit; width:100%;margin-top: 0px;}
.news .newstit p{ padding-top:0px; margin-top:10px;}
.newslist-l p{ font-size:40px;}
.newslist-l span{ font-size:14px;}
.newslist-r{ width:70%;}
.djxw .newslist:last-child{ display:none;}
.djxw{ padding:0px; padding-top:30px;}
.newslist .newsbt{ font-size:20px; line-height: 50px;}
.newslist .newsms{ display: -webkit-box !important; -webkit-line-clamp: 1 !important; -webkit-box-orient: vertical !important; overflow: hidden !important;}
.sjlb{ float:inherit; width:100%; padding-top:30px;}
.sjlb .cw{ width:100%;}
.sjlb a{ width:100%; height:300px;}
.sjlb a .indexnewsimg{ height:200px;}
.sjlb .swiper-pagination { position: absolute; left: inherit; bottom: -30px; margin-bottom:0px;}
.promore, .prort .projs{ display:block; margin-top:30px; padding:0px;}
.prolb a{ height:300px;}
.bannerbox{ bottom:32%;}
.news .newstit h3 a{ font-size:30px;}
.pro .protit h3 a{ font-size:30px;}
.newssj .newstit h3 a{ font-size:30px;}
.contact h3 a{ font-size:30px;}
.nabout h2{ font-size:22px;}
.wenhua .whicon{ top:34%;}
.wenhua .whinfo{top:5%;}
.wenhua .whinfo::before{ top:20px;}
.header .left {
    width: 85%;
	padding-left:0px;
}
.header .left img{
	width:100%;
	}
.contactnr .contactlf ul li{ margin-top:20px;}
.contactrt{ display:none;}
.aboutmore {
    margin-top: 30px !important;
}
.nnewsnrlist .newsimg {
	height:200px;
	}
.contact .contactlf {
    margin-top: 0px;
    margin-bottom: 50px;
}
.bq{ width:100% !important;}
.container {
    width: 88%;
}
#scene, #scene1, #scene2, #scene3{
	display:none;}
.nfoot #scene2{
	display:block;}
.section1 .container, .section2 .container, .section3 .container, .section4 .container, .section5 .container, .section6 .container{
	width:80%;
	}
.banner .slide-title h4 {
	font-size:30px;
	}
.banner .slide-title h5 {
    color: #fff;
    font-size: 20px;
    line-height: 80px;
}
.header #navToggle {
    height: 100%;
    padding: 9px 15px;
    margin-right: -15px;
    display: inline-block;
    float: right;
}
	.index_main .section1 .index_banner .item.active .inner .banner1-1{
		display:none;
	}
	.index_main .section1 .index_banner .item .inner .banner1-2 h3 {
		font-size: 26px;
		line-height: 32px;
	}
	.index_main .section1 .index_banner .item .inner .banner3-1 img {
		width: 260px;
	}
	.index_main .section1 .index_banner .item .inner .banner1-2 p{
		font-size:24px;
	}
	.nnewsnrlist .newsnr{
		padding-left:2%;
	}
	.nnewsnrlist .newscon {
		width: 94%;
	}
	.abouten{
		display:none;
	}
	.prolf{
		margin-top:30px;
	}
}
@media only screen and (max-width: 540px){
	
}
@media only screen and (max-width: 500px){
	.link-select-box{
		width:100px;
	}
	.link-select-box .mt {
		padding: 0 0 0 8px;
	}
}
@media only screen and (max-width: 425px){
	.nabout .nabouttit .nabouttiten {
		font-size: 70px;
	}
	.nabout .nabouttit h4 {
		font-size: 22px;
	}
	.nsbnr ul li {
		width: 100%;
	}
}
@media only screen and (max-width: 375px){
	.link-select-box .mt{
		font-size:14px;
	}
	.link-select-box .mt .aw {
		width: 20px;
	}
	.link-select-box {
		width: 90px;
	}
}
@media only screen and (max-width: 767px){
    
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}
.p_video::-webkit-media-controls-fullscreen-button {
		display: none;
}
/* 隐藏video 播放按钮 */
.p_video::-webkit-media-controls-play-button {
		display: none;
}
/* 隐藏video 进度条 */
.p_video::-webkit-media-controls-timeline {
		display: none;
}
/* 隐藏video 观看的当前时间 */
.p_video::-webkit-media-controls-current-time-display{
		display: none;            
}
/* 隐藏video 剩余时间 */
.p_video::-webkit-media-controls-time-remaining-display {
		display: none;            
}
/* 隐藏video 音量按钮 */
.p_video::-webkit-media-controls-mute-button {
		display: none;            
}
.p_video::-webkit-media-controls-toggle-closed-captions-button {
		display: none;            
}
/* 隐藏video 音量的控制条 */
.p_video::-webkit-media-controls-volume-slider {
		display: none;            
}
/* 隐藏video 所有控件 */
.p_video::-webkit-media-controls-enclosure{ 
		display: none;
}
