@charset "utf-8";
/*公共样式*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,body{
	padding:0;
	margin:0;
}
ul,li{
	 list-style:none;
}
img{
	border:0 none;
}
@font-face {
  font-family: "FZJunHJW_Zhun";
  src: url("../fonts/FZJunHJW_Zhun.woff2") format("woff2"),
       url("../fonts/FZJunHJW_Zhun.woff") format("woff"),
       url("../fonts/FZJunHJW_Zhun.ttf") format("truetype"),
       url("../fonts/FZJunHJW_Zhun.eot") format("embedded-opentype"),
       url("../fonts/FZJunHJW_Zhun.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

a{ 
	text-decoration:none;
	color:#777;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
}
a:hover{
	text-decoration: none;
}
body{
	font-size:16px;
	font-family:"FZJunHJW_Zhun";
	color:#8c8c8c;
	line-height:30px;
	overflow-x: hidden;
}
.fl{
	float:left;
	display:inline;
}
.fr{
	float:right;
	display:inline;
}
.clear{
	clear:both;
}
.bg_none{
	background:none !important;	
}
.bd_none{
	border:none !important;	
}
html,body{
      -webkit-text-size-adjust:none;
}
/*头部*/
header{	
	position: relative;
	z-index: 30;
	height: 98px;
	width: 100%;
	background-color: #fff;
	padding: 0 60px;
	border-bottom: 1px solid #e9e7e4;
}

.logo{
	margin: 11px 0 0;
	float: left;
}
.logo img{
	display: block;
}
.nav{
	float: left;
	margin-right: 65px;
}
.nav>li{
	float: left;
	position: relative;
	margin-right: 44px;
	background: url(../images/nav_li.png) no-repeat right center;
}
.nav>li>a{
	display: block;
	height: 98px;
	line-height: 98px;
	font-size: 18px;
	color:#8c8c8c;
	padding: 0;
}
.nav>li>a:hover{
	background: none;
	color: #000;
}
.nav>li.active>a{
	background: none;
	color: #000;
}
.language {
	font-size: 16px;
	color: #8c8c8c;
	padding-right: 18px;
	background: url(../images/lan_icon.png) no-repeat right center;
	height: 98px;
	line-height: 98px;
	float: left;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}
.lan-ul {
	position: absolute;
	left: 0;
	top: 98px;
	background: #fff;
	width: 100%;
	display: none;
}
.lan-ul li {
	border-top: 1px solid #ddd;
}
.lan-ul li a {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
header .share-box {
	float: left;
	margin-left: 35px;
	margin-top: 33px;
}
.share-box a{
	margin-left: 15px;
}

@media only screen and (max-width:1299px ) {
	header {
		padding: 0 15px;
	}
}

@media only screen and (max-width:1199px ) {
	.nav {
		margin-right: 0;
	}
	.nav li {
		margin-right: 30px;
	}
	header .share-box {
	    margin-left: 10px;
	}
}
@media only screen and (max-width:991px ) {
	header .share-box {
		display: none;
	}
	.language {
		display: none;
	}
	.logo {
		margin-top: 10px;
	}
	.logo img {
		height: 50px;
	}
}


#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #666666;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../images/cha.png) no-repeat;
}

#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    text-transform: uppercase;
}
.mobile-language a{
	float: left;
	width: 50%;
	padding-right: 25px;
	text-align: center;
}

#mobileMenu .menu a:hover{
	background-color: #444;
    text-decoration: none;
    color:#fff;
}
#mobileMenu .menu li.active a {
	background-color: #444;
    text-decoration: none;
    color:#fff;
}


#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
#page.show {
    /*-webkit-transform: translateX(200px);
    transform: translateX(200px);*/
    width: 100vw;
    height: 100vh;
}
#page {
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

@media only screen and (max-width:991px ) {
	header{
		height: 70px;
	}
	header .nav{
		display: none;
	}
	#navToggle{
		display: block;
	}
	.language {
		display: none;
	}
}

/*banner*/
.swiper-pagination-bullet {
	background-color: #fff;
	width: 32px;
	height: 3px;
	margin: 0 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background-color: #000;
}
#banner {
	width: 100%;
}
#banner .swiper-slide img {
    width: 100%;
    display: block;
}
#banner .swiper-slide a {
	display: block;
}
@media only screen and (min-width: 1350px){
    .container {
		width: -webkit-calc(100% - 160px);
		width: -moz-calc(100% - 160px);
		width: calc(100% - 160px);
		max-width: 1600px;
	}
}

/*产品列表*/
.index-container {
	margin: 70px auto 80px;
}
.pro-menu {
	height: 126px;
	background: url(../images/pro_bg.png) no-repeat left center;
	background-size: auto 100%;
}
.pro-menu a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	margin-right: 57px;
	font-size: 18px;
}
.pro-menu .menu-more {
	margin: 0;
	float: right;
}
.pro-menu a:last-child {
	margin-right: 0;
}
.pro-menu a:hover,
.pro-menu a.active {
	color: #000;
}
.pro-list-wrap {
	margin-top: -20px;
}
.pro-list {
	overflow: hidden;
}
.pro-list-box {
	float: left;
	width: 50%;
	position: relative;
	margin-bottom: 40px;
}
.pro-a {
	display: block;
	position: relative;
	padding-right: 67px;
}
.pro-list-img {
	overflow: hidden;
	position: relative;
}
.pro-list-img img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	object-fit: cover;
}

.pro-list-img img[src="/Public/Uploads/Product/"],
.pro-list-img img:not([src]) { 
     display: none;
}

.pro-name {
	position: absolute;
	right: 48px;
	bottom: 0;
	font-size: 30px;
	color: #000;
	-webkit-transform: rotate(90deg) ;
	-moz-transform: rotate(90deg) ;
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.pro-list-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	text-align: center;
	color: #fff;
	opacity: 0;
	background: rgba(0,0,0,.6);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.list-hover-content{
	position: absolute;
	top: 30%;
	height: 45%;
	width: 100%;
}
.list-hover-content h4 {
	line-height: 50px;
	font-size: 36px;
}
.list-hover-content h5 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	line-height: 30px;
	font-size: 24px;
	text-decoration: underline;
}
.pro-a:hover .pro-list-hover{
	opacity: 1;
}
.pro-a:hover .pro-name {
	opacity: 0;
}
.pro-a:hover .pro-list-img img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-list-small {
	width: 36%;
}
.pro-list-big {
	width: 64%;
}
@media only screen and (max-width:1191px ) {
	.pro-name {
		font-size: 20px;
	}
}
@media only screen and (max-width:991px ) {
	.index-container {
		margin: 30px auto;
	}
	.pro-menu {
		height: 80px;
	}
	.list-hover-content h4 {
		line-height: 30px;
		font-size: 25px;
	}
	.list-hover-content h5 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px ) {
	.pro-list-box {
		margin-bottom: 20px;
	}
	.pro-list-box,
	.pro-list-small,
	.pro-list-big {
		width: 100%;
		float: none;
	}
	.pro-a {
		padding-right: 0;
	}
	.pro-name {
		display: none;
	}
	.pro-menu {
		overflow: hidden;
		height: auto;
	}
	.pro-menu a {
		margin-right: 22px;
		height: 30px;
		line-height: 30px;
	}
	.pro-menu .menu-more {
		display: none;
	}
	.pro-list-wrap {
		margin-top: 15px;
	}
}


/*底部内容*/
footer {
	background-color: #f4f5f6;
	padding: 70px 0 65px;
}
.footer-left {
	float: left;
}
.footer-left .share-box a{
	margin: 0 15px 0 0;
}
.footer-left .share-box a:last-child {
	margin: 0;
}
.copyright {
	font-size: 18px;
	margin-top: 20px;
}
.footer-ul {
	float: right;
	overflow: hidden;
}
.footer-ul li {
	float: left;
	margin-left: 70px;
	max-width: 405px;
	font-size: 18px;
}
.footer-ul li h4 {
	color: #000;
}
.footer-ul li p {
	color: #8c8c8c;
}
@media only screen and (max-width: 1415px ) {
	.footer-ul li {
		font-size: 14px;
		margin-left: 30px;
		max-width: 320px;
	}
	.footer-ul li p {
		max-height: 60px;
		overflow: hidden;
	}
	.copyright {
		font-size: 14px;
	}
	
}
@media only screen and (max-width:991px ) {
	footer {
		padding: 20px 0;
	}
	.footer-left {
		width: 165px;
		margin: 10px auto 0;
		float: none;
	}
	.copyright {
		margin-top: 0;
	}
	.footer-ul {
		margin: 0 auto;
		float: none;
	}
	.footer-ul li {
		margin-right: 30px;
		margin-left: 0;
		
	}
	.footer-ul li:last-child {
		margin: 0;
	}
}
@media only screen and (max-width:767px ) {
	.footer-ul li {
		width: 100%;
		margin: 0;
		float: none;
		margin-bottom: 10px;
		text-align: center;
	}
	.footer-ul li p {
		line-height: 24px;
		max-height: none;
	}
	.footer-ul {
		width: 100%;
		max-width: 320px;
		margin: 0 auto;
	}
	.footer-left {
		margin: o auto;
	}
	body {
		font-size: 14px;
	}
}
#to-top {
	display: block;
	position: fixed;
	right: 15px;
	bottom: 150px;
	background: url(../images/totop.png) no-repeat;
	width: 52px;
	height: 52px;
	z-index: 100;
}

/*关于我们*/
#main {
	margin: 70px auto;
}
.main-title {
	line-height:80px;
	padding-bottom: 80px;
	position: relative;
	text-align: center;
	font-size: 60px;
	color: #000;
	margin-bottom: 30px;
}
.main-title::after {
	content: "";
	position: absolute;
	height: 80px;
	width: 1px;
	background-color: #000;
	left: 50%;
	bottom: 0;
	display: block;
}
.about-content {
	width: 100%;
	margin: 0 auto;
	max-width: 650px;
	text-align: center;
}
.about-bottom {
	margin-top: 110px;
	overflow: hidden;
}
.about-img {
	width: 58%;
	float: left;
}
.about-img img {
	display: block;
	width: 100%;
}
.about-right {
	width: 42%;
	float: left;
	position: relative;
}
.about-dl {
	width: 185px;
	text-align: center;
	margin: 180px auto 0;
}
.about-dl dt {
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	line-height: 48px;
}
.about-dl dd {
	font-size: 24px;
	line-height: 48px;
	color: #8c8c8c;
}
@media only screen and (max-width:1199px ) {
	.main-title {
		font-size: 40px;
		line-height: 60px;
		padding-bottom: 40px;
	}
	.main-title::after {
		height: 40px;
	}
	.about-bottom {
		margin-top: 50px;
	}
	.about-dl dt {
		font-size: 24px;
		line-height: 35px;
	}
	.about-dl dd {
		font-size: 20px;
		line-height: 35px;
	}
	#main {
		margin: 0 50px;
	}
	.about-dl {
		margin: 100px auto 0;
	}
}
@media only screen and (max-width:767px ) {
	#main {
		margin: 30px 0;
	}
	.main-title {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 0;
		margin-bottom: 10px;
	}
	.main-title::after {
		display: none;
	}
	.about-bottom {
		margin-top: 30px;
	}
	.about-img {
		width: 100%;
		float: none;
	}
	.about-right {
		width: 100%;
		float: none;
	}
	.about-dl {
		margin-top: 20px;
	}
	.about-dl dt {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.about-dl dd {
		font-size: 16px;
		line-height: 30px;
	}
}
.contact-ul {
	max-width: 1140px;
	width: 100%;
	margin: 80px auto;
	overflow: hidden;
}
.contact-ul li {
	width: 33.33%;
	float: left;
	padding: 0 25px;
}
.contact-ul li h4 {
	padding-left: 32px;
	line-height: 30px;
	margin-bottom: 25px;
	font-size: 18px;
	color: #000;
}
.contact-ul li:nth-child(1) h4 {
	background: url(../images/contact_icon1.png) no-repeat left center;
}
.contact-ul li:nth-child(2) h4 {
	background: url(../images/contact_icon2.png) no-repeat left center;
}
.contact-ul li:nth-child(3) h4 {
	background: url(../images/contact_icon3.png) no-repeat left center;
}
.contact-content {
	padding-left: 32px;
}
@media only screen and (max-width:991px ) {
	.contact-ul {
		margin: 40px auto 10px;
	}
}
@media only screen and (max-width:767px ) {
	.contact-ul {
		max-width: 350px;
		margin-top: 30px;
	}
	.contact-ul li {
		width: 100%;
		padding: 0;
		float: none;
		margin-bottom: 10px;
	}
	.contact-ul li h4 {
		margin-bottom: 0;
	}
}

/*新闻*/
.news-list-ul li {
	overflow: hidden;
	margin-bottom: 45px;
}
.news-list-img {
	float: left;
	width: 61%;
	overflow: hidden;
}
.news-list-img a {
	display: block;
	overflow: hidden;
}
.news-list-img a img {
	display: block;
	width: 100%;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.news-list-img a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.news-list-right {
	width: 39%;
	float: right;
	padding: 150px 15px 0;
}
.news-list-ul li:nth-child(2n) .news-list-img {
	float: right;
}
.news-list-ul li:nth-child(2n) .news-list-right {
	float: left;
}
.news-list-content {
	max-width: 430px;
	margin: 0 auto;
}
.news-list-content h3 {
	line-height: 42px;
	max-height: 94px;
	overflow: hidden;
	padding-bottom: 10px;
}
.news-list-content h3 a {
	font-size: 30px;
	color: #000;
}
.news-list-content h4 {
	font-size: 16px;
	color: #bfc0c1;
	line-height: 30px;
	margin: 10px 0;
}
.news-list-ms {
	max-height: 90px;
	overflow: hidden;
	margin-bottom: 25px;
}
.news-list-more {
	display: block;
	width: 106px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #e3e3e3;
}
.news-list-more:hover {
	color: #fff;
	border-bottom: 1px solid #000;
	background-color: #000;
}
@media only screen and (max-width:1500px ) {
	.news-list-right {
		padding: 80px 15px 0;
	}
}
@media only screen and (max-width:1199px ) {
	.news-list-right {
		padding: 20px 15px 0;
	}
	.news-list-content h3 {
		line-height: 30px;
	}
	.news-list-content h3 a{
		font-size: 22px;
	}
}
@media only screen and (max-width:991px ) {
	.news-list-img {
		width: 100%;
		float: none;
	}
	.news-list-right {
		width: 100%;
		float: none;
		padding: 0;
	}
	.news-list-content {
		max-width: none;
		margin-top: 20px;
	}
	.news-list-ms {
		margin-bottom: 10px;
	}
	.news-list-content h4 {
		margin: 0;
	}
	.news-list-ul li:nth-child(2n) .news-list-img {
		float: none;
	}
	.news-list-ul li:nth-child(2n) .news-list-right {
		float: none;
	}
}

/*产品*/
.project-menu {
	text-align: center;
	margin-bottom: 50px;
}
.project-menu a{
	height: 40px;
    line-height: 40px;
    margin: 0 35px;
    font-size: 18px;
}
.project-menu a:hover {
	color: #000;
}
.project-menu a.active {
	color: #000;
}
@media only screen and (max-width:767px ) {
	.project-menu a{
	    margin: 0 10px;
	    font-size: 16px;
	}
}
.project-list {
	overflow: hidden;
}
.project-list .pro-a {
	padding: 0 0 45px 0;
}
.project-small {
	width: 31.4%;
}
.project-big {
	width: 65.7%;
}
.project-big-list {
	width: 47.8%;
}
.project-big .project-big-list:nth-child(1) {
	float: left;
}
.project-big .project-big-list:nth-child(2) {
	float: right;
}
@media only screen and (max-width:1199px ) {
	.project-list .pro-a {
		padding: 0 0 26px 0;
	}
}
@media only screen and (max-width:991px ) {
	.project-list .pro-a {
		padding: 0 0 19px 0;
	}
}
@media only screen and (max-width:767px ) {
	.project-list .pro-a {
		padding: 0;
		max-width: 504px;
		margin: 0 auto 20px;
	}
	.project-small {
		width: 100%;
		float: none;
	}
	.project-big {
		width: 100%;
		float: none;
	}
	.project-big-list {
		width: 100%;
		float: none;
	}
	.project-menu {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

/*产品内页*/
.inside-box {
	max-width: 1226px;
	margin: 0 auto 50px;
}
.inside-img img{
	width: 100%;
}
.inside-nr {
	position: relative;
	max-width: 1100px;
	margin: 40px auto;
}
.inside-nr h3 {
	line-height: 60px;
	font-size: 45px;
	color: #000;
}
.inside-nr h4 {
	line-height: 45px;
	font-size: 35px;
	color: #8c8c8c;
}
.inside-nr-content {
	margin-top: 15px;
	max-width: 695px;
}
.service-ul {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service-ul li {
	line-height: 30px;
	color: #000;
}
.service-ul li.no {
	color: #ced0cf;
}
.inside-content {
	text-align: center;
}
.inside-content img {
	margin-bottom: 20px;
}
.inside-back {
	margin-top: 50px;
	text-align: center;
}
.inside-back .share-box {
	margin-bottom: 25px;
	height: 48px;
}
.inside-back .share-box a {
	display: inline-block;
	margin: 0 15px;
	height: 48px;
	width: 48px;
}
.back-a {
	font-size: 16px;
	color: #000;
}

.inside-jt {
	position: fixed;
	z-index: 100;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 64px;
	height: 153px;
}
.page-left {
	background: url(../images/inside_left.png) no-repeat center;
	background-size: 100% 100%;
	left: 15px;
}
.page-right {
	background: url(../images/inside_right.png) no-repeat center;
	background-size: 100% 100%;
	right: 15px;
}
.page-left:hover {
	background: url(../images/inside_left1.png) no-repeat center;
	background-size: 100% 100%;
}
.page-right:hover {
	background: url(../images/inside_right1.png) no-repeat center;
	background-size: 100% 100%;
}
@media only screen and (max-width: 1199px) {
	.inside-content img {
		width: 100%;
	}
	.inside-jt {
		width: 32px;
		height: 76.5px;
	}
}
@media only screen and (max-width: 991px ) {
	.inside-nr {
		margin: 20px auto;
	}
	.inside-nr h3 {
		line-height: 40px;
		font-size: 25px;
	}
	.inside-nr h4 {
		line-height: 35px;
		font-size: 20px;
	}
	.inside-nr-content {
		max-width: none;
		margin-top: 0;
	}
	.service-ul {
		display: none;
	}
	.inside-box {
		margin-bottom: 30px;
	}
	.inside-back {
		margin-top: 20px;
	}
}

/*产品滚动*/
.related-project {
	font-size: 36px;
	color: #000;
	line-height: 50px;
	margin:40px 0;
	text-align: center;
}
#project-scroll .item {
	padding: 0 15px;
}
#project-scroll .pro-a {
	padding: 0;
	max-width: 504px;
	margin: 0 auto;
}
@media only screen and (max-width: 767px) {
	.related-project {
		line-height: 40px;
		font-size: 25px;
		margin: 20px 0;
	}
	.inside-back .share-box a {
		height: 35px;
		width: 35px;
	}
	.inside-back .share-box {
		margin-bottom: 10px;
	}
	.inside-back .share-box a img {
		display: block;
		width: 100%;
		height: 100%;
	}
	.news-list-ul li {
		margin-bottom: 30px;
	}
}


.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden; 
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}



@media (max-width: 449px) {
	.col-xss-12{
		width: 100%;
	}
}
.page-box{
	height: 32px;
	text-align: center;
	margin-top: 30px;
}
.page-box a,.page-box span{
	display: inline-block;
	height: 32px;
	border: 1px solid #DFDFDF;
	line-height: 32px;
	padding: 0px 12px;
	color: #969696;
	margin:0px 3.5px;
}
.page-box span.current{
	color:#fff;
	background:#000;
	border: 1px solid #000;
}
@media (max-width: 991px) {
	.page-box{
		margin-top: 20px;
	}
}
@media only screen and (max-width:767px ) {
	.page-box{
		height: 25px;
	}
	.page-box a{
		height: 25px;
		line-height: 23px;
		padding: 0px 8px;
	}
}

.news-title{
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	margin-bottom:20px;	
	color:#111;
}
.news-content{
	/*margin: 20px 0px;*/
	font-size: 14px;
	min-height: 200px;
	line-height: 30px;
}
.inside-page{
	width:100%; 
	line-height:30px; 
	text-align:left; 
	margin-top:20px; 
	border-top:solid 1px #CCCCCC;	
	padding-top:5px;
}


