﻿@font-face{ font-family:myFont; src:url('../fonts/SOURCEHANSANSCN-LIGHT.OTF') format('truetype'); }
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
::-moz-selection {
 background: #555;
 color: #fff;
}
::selection {
	background: #555;
	color: #fff;
}
::-moz-selection {
 background: #555;
 color: #fff;
}
::-webkit-scrollbar{
	display:none;
}
html {
	box-sizing: border-box;
	width: 100%;
	height: 100vh;
	line-height: 1;
	font-size: 16px;
}
body {
	position: absolute;
	width: 100%;
	margin: 0;
	min-height: 100%;
	box-sizing: border-box;
}
html,body,a{
	padding:0;
	margin:0;
	list-style:none;
	border:none;
	font-size:14px; 
	font-family:微软雅黑; 
	color:#666;
}
p{
	line-height:26px;
	font-size:14px; 
}
img{
	border:none; 
	vertical-align:middle;
    max-width: 100%;
}
td{
	vertical-align:center; 
	font-size:14px;
}
*{
	margin:0;
	padding:0;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,img{
	border:medium none;
	margin:0;
	padding:0;
	font-weight:normal;
}
body,button,input,select,textarea{
	outline:none;
}
.body{
	background:#fff;
}
.nbody{
	background:#efefef;
}
ul,ol,li{
	list-style:none; 
	margin:0; 
	padding:0;
}
table,table tr,table td{
	border:solid 1px #777777;
}
html,body{
	height:auto;
	margin:0 auto;
}
.hide{
	display:none;
}
.clear{
	clear:both; 
	font-size:1px; 
	line-height:0px; 
	height:0px;
}
input,textarea{
	font-family:微软雅黑;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	margin:0;
	padding:0;
}
h1{
	font-size: 3em; 
	line-height: 1; 
}
h2{
	font-size: 2em;
}
h3{
	font-size: 1.5em; 
	line-height: 1;
}
h4{
	font-size: 1.2em; 
	line-height: 1.25;
}
h5{
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
/* 页面基本元素

-------------------------------------------------------------- */
/* 链接样式 */

a {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
/* 层浮动 */
.left {
	float: left;
}
.right{
	float: right;
}
.clear{ height:0; font-size:0; line-height:0; clear:both;}
.clearfix:after { 
	content:"\200B"; 
	display:block;
	height:0; 
	clear:both; 
} 
.clearfix {*zoom:1;}/*IE/7/6*/
.center {
	margin: 0 auto;
}
/* 文字对齐 */
.tleft { text-align:left; }
.tright { text-align:right; }
.tcenter {text-align:center; }

img{
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1);
    transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}

/* top
-------------------------------------------------------------- */
.header{
	position:fixed;
	height:100px;
	border-bottom:1px solid #dadad9;
	z-index:9999;
	width:100%;
	background:#fff;
	top:0;
	left:0;
}
.headernr{
	width:1200px;
	margin:0 auto;
}
.header.soll_dh_p {
    background: #fff;
}
.logo{
	overflow:hidden;
	margin-left:10px;
	margin-top:23px;
}
.nheader .header{
	background:#fff;
}
/* nav
-------------------------------------------------------------- */
.menu, .menu ul {
	list-style: none;
	padding: 0;
}
.menu > li {
	position: relative;
	display: inline-block;
	outline: 0;
}
.submenu {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 0;
	overflow: hidden;
	/* IE8 needs this */
	overflow: hidden\0/ !important;
	max-height: 0;
	pointer-events: none;
}
.menu > li:hover .submenu, .menu > li:focus .submenu {
	pointer-events: auto;
	z-index: 10;
	max-height: 2000px;
	-webkit-transition: none;
	-moz-transition: none;
}
/* Default
 ================================================================= */
.shield {
	overflow: visible;
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;

}
.shield li {
  -webkit-transform: rotateX(90deg);
     -moz-transform: rotateX(90deg);
      -ms-transform: rotateX(90deg);
       -o-transform: rotateX(90deg);
          transform: rotateX(90deg);
  -webkit-transform-origin: 0 0;
     -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
     -moz-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
      -ms-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
       -o-transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
          transition-timing-function: cubic-bezier(0, .35, .5, 1.7);
}

.nav > ul{
	width:100%;
}
.nav .menu > li{
	height:100px;
	float:left;
	text-align:center;
	line-height:100px;
	padding:0 24px;
}
.nav .menu > li a{
	color:#333;
	font-size:16px;
	display:block;
	position:relative;
}
.nav .menu > li > a:hover::after,
.nav .menu > li.current > a::after {
    transform: scaleX(1);
}
li.current a{
	color:#3d85c6 !important;
	}
li.current .submenu a{ color:#fff !important;}
.nav .menu > li > a::after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 50%;
	margin-left:-10px;
    width: 20px;
    height: 2px;
    background: #3d85c6;
    transform: scaleX(0);
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav .menu > li .submenu{
	width:100%;
	left:0%;
}
.nav .menu > li:nth-child(3) .submenu{
	width:130%;
	left:-15%;
}
.nav .menu > li .submenu li{
	width:100%;
	height:40px;
	line-height:40px;
	background:#3d85c6;
	text-align:center;
	border-bottom:solid 1px #fff;
}
.nav .menu > li .submenu li:last-child{
	border:none;
}
.nav .menu > li .submenu li a{
	display:block;
	color:#fff;
	font-size:14px;
}

.nav .menu > li .submenu li:hover{
	background:#3d85c6;
}
.submenu li {
	opacity: 0;
	-webkit-transition: opacity .4s, -webkit-transform .6s, max-height .6s;
	-moz-transition: opacity .4s,    -moz-transform .6s, max-height .6s;
	-ms-transition: opacity .4s,     -ms-transform .6s, max-height .6s;
	-o-transition: opacity .4s,      -o-transform .6s, max-height .6s;
	transition: opacity .4s,         transform .6s, max-height .6s;
}
.menu > li:hover .submenu li, .menu > li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.mobile-header{
	display:none;
}
#menu span {
    width: 1.875rem;
    height: 0.1875rem;
    background-color: #ca0a55;
    margin: 0 auto 0.4375rem;
    display: block;
    line-height: 1;
    transition: all 0.5s;
}
#menu{
	display: block;
	position: absolute;
	right: 10px;
	top: 45px;
	z-index: 5;
	transition: all 0.5s;

	opacity: 1;
}
#menu.active{
	opacity: 0;
}
#menu span{
	width: 2rem;
	height: 2px;
	background-color: #0065e1;
	margin: 0 auto 6px;
	display: block;
	line-height: 1;
	transition: all 0.5s;
}
#menu:hover span{
	background-color:#0065e1;
}
#menu span:last-child{
	margin-bottom: 0;
}
.tel{
	line-height:100px;
	margin-right:15px;
	margin-left:40px;
	background:url(../images/headline.jpg) no-repeat left center;
	padding-left:60px;
	color:#000;
}
.tel img{
	margin-right:10px;
}
/*sidenav*/
#sidenav{
	text-align: center;
	position: fixed;
	right: -30rem;
	top: 0;
	width: 15rem;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index:9999;
	padding: 0 ;
	transition: all 0.5s;
}
#sidenav.active{
	right: 0;
}
#sidenav .nav-close{
	width: 20px;
	height:20px;
	display: block;
	transition: all 0.5s;
	font-size:24px;
	line-height:20px;
}
#sidenav .nav-close:before {
    content: "\00d7";
    color: #fff;
}
#sidenav .nav-close span{
	color:#fff;
}
#sidenav .nav-close:hover{
	transform: rotate(180deg);
}
#sidenav .nav-close:hover span{
	background-color: #ffe700;
}
#sidenav .nav-close span:nth-child(1){
	transform: rotate(45deg);
}
#sidenav .close span:nth-child(2){
	transform: rotate(-45deg);
}
#sidenav ul li {
    padding: 15px 0;
    border-bottom: 1px solid #666;
}
#sidenav ul li a {
    color: #fff;
    font-size: 16px;
}
#sidenav ul li a:hover{
	color:#005fbb;
}
.section2 {
	background: url(../images/index1.jpg) center no-repeat;
    background-size: cover;
}
.section3 {
	background: url(../images/index2.jpg) center no-repeat;
	background-size: cover;
}
.section4 {
	background: url(../images/index3a.jpg) center no-repeat;
	background-size: cover;
}
.section5 {
	background: url(../images/index4.jpg) center no-repeat;
	background-size: cover;
}
.section6 {
	background: url(../images/index5.jpg) center no-repeat;
	background-size: cover;
}
.section.table{
	margin-bottom:0;
}
/*banner*/
.flexslider {
	position:relative;
	height:100%;
	overflow:hidden;
}
.slides {
	position:relative;
	z-index:1;
}
.slides li {
	height:100%;
	background-size:cover !important;
}
.flex-control-nav {
	position:absolute;
	bottom:10px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flex-control-nav li {
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 5px;
	*display:inline;
	zoom:1;
}
.flex-control-nav a {
	display:inline-block;
	width:10px;
	height:10px;
	line-height:40px;
	background:#3d85c6;
	cursor:pointer;
	border-radius:50%;
	position:relative;
	text-indent:1000px;
}
.flex-control-nav a {
	display:block;
	width:10px;
	height:10px;
	line-height:40px;
	background:#3d85c6;
	cursor:pointer;
	border-radius:50%;
	position:relative;
	text-indent:-9999px;
}
.flex-control-nav a.flex-active::before{
	content:"";
	position:absolute;
	width:20px;
	height:20px;
	border:2px solid #3d85c6;
	left:-5px;
	top:-5px;
	border-radius:50%;
}

.flex-direction-nav {
	position:absolute;
	z-index:3;
	width:100%;
	top:45%;
}
.flex-direction-nav li a {
	display:block;
	width:50px;
	height:50px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}

/*shubiao*/
.shubiao-index{
	position: fixed;
	bottom:100px;
	left:50%;
	width:14px;
	margin-left:-9px;
	z-index:9999;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #3d85c6;
    margin:10px auto;
}
#shubiao{
	width:14px;
	margin:0 auto;
}
.mouse {
  position: relative;
  width: 14px;
  height: 22px;
  border-radius: 30px;
  border: 2px solid rgba(61, 133, 198, 1);
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #3d85c6;
  -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);
  }
}
#scroll{width:100%;}
#scroll .owl-wrapper-outer{margin:0 auto;}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    width: 100%;
}
#scroll .item{overflow:hidden;text-align: center;}
.con4_item{ width:100%; overflow:hidden; position:relative; }
.con4_item .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 310px;
    display: block;
}
.con4_item  img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
#scroll .item:hover .con4_item img{
	transform:translate(-50%, -50%) scale(1.2);
}
.owl-carousel .owl-item{
    float: left;
	width:100%;
	overflow:hidden;
}
.owl-carousel .owl-item a{
	display:block;
	padding:0;
}
.owl-theme .owl-controls{
	text-align: center;
	top: 0;
    width: 100%;
	position: absolute;
}
.basishonor img{
	width: 100%;
}
.basisimg{
	padding-left: 45px;
	position: relative;
}
#scroll {
    width: 100%;
    margin: 80px auto 0 auto;
    border: 5px solid #3d85c6;
}
.con4_item{
	height: 400px;
}
.scroll-outer{
	position: relative;
	z-index: 10;
	top:-53px;
}
/*.basisimg1 {
    background: #006699;
    position: absolute;
    right: 0;
    top: 0px;
    width: 74%;
    height: 300px;
    z-index: 1;
}
.basisimg2 {
    background:rgba(61,133,198,0.5);
    position: absolute;
    left: 45px;
    bottom: 0px;
    width: 74%;
    height: 60%;
    z-index: 1;
}*/
/* Styling Next and Prev buttons */



/* Styling Pagination*/
.owl-theme .owl-controls {
    text-align: center;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 30px;
    top: auto;
}
.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 3px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 1;
	-webkit-border-radius:50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0);
    border: solid 3px #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	background: #3d85c6;
    border: solid 3px #3d85c6;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-prev,.owl-next{
	width:50px;
	height:50px;
	text-align:center;
	position: absolute;
	cursor:pointer;
	top: 50%;
	margin-top:-25px;
	}
.owl-prev{
	left: 50%;
    margin-left: -932px;
	}
.owl-next{
	right:50%;
    margin-right: -932px;
	}
/*footerindex */
.footerindex{
	position:absolute;
	left:0;
	bottom:0px;
	z-index:2;
	width:100%;
	text-align:center;
	line-height:30px;
	color:#333;
	display: none;
}
.footerindex a,
.footerindex a:active,
.footerindex a:visited,
.footerindex a:hover{
	color:#333;
}
.footer{
	text-align:center;
	color:#333;
	border-top:1px solid #ddd;
	background:#3d85c6;
	line-height:24px;
	padding:10px;
}
.footer a,
.footer a:active,
.footer a:visited,
.footer a:hover{
	color:#333;
}
.cont{
	width:1200px;
	overflow:hidden;
	margin:auto;
	position:relative;
}
.ncont{
	width:1200px;
	margin:auto;
	position:relative;
}
.pagebox{
	position:relative;
	top:750px;
	z-index:2;
}
.ncontbgbox {
	background:#fff;
}
.ncontbg{
	/*box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);*/
	background:#fff;
	position:relative;
	top:-70px;
	padding:20px 40px 40px 40px;
}
.position{
	border-bottom:1px solid #ddd;
	margin-bottom:50px;
}
.position,.position a{
	font-size:16px;
	line-height:50px;
}
.position img{
	vertical-align:middle;
	margin:-3px 3px 0 0;
}

.addVideo{
    display: none;
}
/* tit
-------------------------------------------------------------- */
.tit{
	text-align:center;
	position:relative;
	opacity: 0;
    bottom: -30px;
}
.tit .pinyin {
    position: relative;
	line-height:100px;
	font-size: 100px;
	color:rgba(61,133,198,0.1);
	letter-spacing:10px;
	font-family:Arial;
}
.tit h3{
	margin-top:-54px;
	line-height:40px;
	margin-bottom:50px;
}
.tit h3 a{
	position:relative;
}
.tit h3 a,
.tit h3 a:active,
.tit h3 a:visited,
.tit h3 a:hover{
	color:#3d85c6;
	font-size:48px;
	font-weight:bold;
}
.tit h3 a::before{
	position:absolute;
	left:50%;
	width:74px;
	bottom:-20px;
	content:"";
	height:1px;
	background:#3d85c6;
	margin-left:-37px;
}
/*about*/
	.nabout p.sjj br{
		display:none;
	}
.div-table {
    display: table;
    width: 100%;
    height: 100%;
}
.div-td {
    display: table-cell;
    vertical-align: middle;
}
.about p{
	text-align:center;
	color:#333;
	font-size:16px;
	line-height:26px;
	margin-bottom:10px;
	position:relative;
	opacity: 0;
    bottom: 30px;
}
.aboutmore{
	opacity:0;
}
.aboutmore a{
	line-height:40px;
	height:40px;
	width:150px;
	font-size:16px;
	text-align:center;
	display:block;
	margin:40px auto;
	border:1px solid #3d85c6;
	color:#3d85c6;
	position:relative;
	transition: all .2s linear .2s;
}
.aboutmore a:hover{
	transition: all 0.5s;
	color:#fff;
	background: #3d85c6;
	border-radius:20px;
}
/*product*/
.pro .tit{
	text-align:center;
}
.pro .tit h3 a{
	color:#3d85c6;
}

.pro .tit h3 a::before{
	left:50%;
	background:#3d85c6;
}
.pro p{
	font-size:16px;
	color:#666;
	position: relative;
    opacity: 0;
    bottom: 30px;
}
.promore{
	opacity:0;
}
.promore a{
	line-height:40px;
	height:40px;
	width:150px;
	font-size:16px;
	text-align:center;
	display:block;
	margin:40px 0;
	border:1px solid #3d85c6;
	color:#3d85c6;
	position:relative;
	transition: all .2s linear .2s;
}
.promore a:hover{
	transition: all 0.5s;
	color:#fff;
	background: #3d85c6;
	border-radius:20px;
}
/*index-news*/
.pronr{
	position:relative;
	bottom:30px;
	opacity:0;
}
.newsnr{
	position:relative;
	bottom:30px;
	opacity:0;
}
.newslist{
	width:25%;
	margin:0;
	float:left;
}
.newslist .newsimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 175px;
    display: block;
}
.newslist .newsimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.newslist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.newslist:first-child .newsimg{
	height:349px;
}
.newslist .newsbt{
	text-align:center;
	font-size:16px;
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color:#272727;
}
.newslist .newsms{
	text-align:center;
	font-size:14px;
	line-height:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	color:#666;
}
.newslist .newsrq{
	text-align:center;
	color:#3d85c6;
	line-height:30px;
}
.newslist .newsinfo{
	background:#fff;
	height:174px;
	padding:30px 10px 0 10px;
}
.newslist .newsxq{
	background:url(../images/news01.png) no-repeat;
	width:25px;
	height:25px;
	margin:10px auto 0 auto;
	display:none;
}
.newslist:hover .newsinfo{
	background:#3d85c6;
	padding-top:20px;
}
.newslist:hover .newsxq{
	display:block;
}
.newslist:hover .newsbt,
.newslist:hover .newsrq,
.newslist:hover .newsms{
	color:#fff;
}
.newslist:first-child{
	width:50%;
	position:relative;
}
.newslist:first-child .newsinfo{
	height:65px;
	background:rgba(0,0,0,0.6);
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:0 10px;
}
.newslist:first-child:hover .newsinfo{
	background:rgba(0,0,0,0.6);
	padding:0 10px;
}
.newslist:first-child .newsbt,
.newslist:first-child .newsrq{
	color:#fff;
	line-height:65px;
	float:left;
	text-align:left;
	font-size:16px;
}
.newslist:first-child .newsbt{
	width:75%;
}
.newslist:first-child .newsxq{
	display:block;
	float:right;
	margin-top:20px;
}
.newslist:first-child .newsms{
	display:none;
}
.newslist:nth-child(3){
	position:relative;
	height:349px;
}
.newslist:nth-child(3) .newsinfo{
	position:absolute;
	left:0;
	top:0;
}
.newslist:nth-child(3) .newsimg{
	position:absolute;
	left:0;
	bottom:0;
}
/*product*/
.case .tit{
	text-align:center;
}
.case .tit h3 a{
	color:#3d85c6;
}

.case .tit h3 a::before{
	left:50%;
	background:#3d85c6;
}
.case p{
	font-size:16px;
	color:#666;
	position: relative;
    opacity: 0;
    bottom: 30px;
}
.allb a{
	line-height:62px;
	height:62px;
	width:250px;
	font-size:16px;
	text-align:center;
	display:block;
	margin:26px auto;
	border:1px solid #3d85c6;
	color:#3d85c6;
	position:relative;
	transition: all .2s linear .2s;
}
.allb a:hover{
	transition: all 0.5s;
	color:#fff;
	background: #3d85c6;
	border-radius:20px;
}
/*caselist*/
/*case*/
.case{
	padding:50px 0;
	background:url(../images/index05.jpg) repeat;
}
.casecon{
	width:1200px;
	margin:0 auto;
}
.case-container{
	position:relative;
}
.caselist .caseimg{
	overflow:hidden; 
	background:#fff; 
	position: relative;
    width: 100%;
    height: 350px;
    display: block;
}
.caselist .caseimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.caselist:hover img{
	transform:translate(-50%, -50%) scale(1.2);
}
.caselist:hover .casetit{
	background:#3d85c6;
}
.caselist .casetit {
    background: #999;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.case-container .swiper-pagination{
	position:static;
	margin-top:25px;
	text-align:center;
}
.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	display: inline-block;
	border-radius:13px;
	background: #b3b3b3;
	cursor:pointer;
	margin-right:5px;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	background:#3d85c6;
}
/*contact*/
.contact .tit h3 a,
.contact .tit h3 a:active,
.contact .tit h3 a:visited,
.contact .tit h3 a:hover{
	color:#3d85c6;
}
.contact .tit h3{
	margin-bottom:30px;
}
.contact .tit h3 a::before{
	transform: scaleX(0);
}
.contact .tit p{
	color:#3d85c6;
	text-align:center;
	line-height:26px;
	font-size:16px;
}
.contactul{
	margin-top:30px;
	position:relative;
	opacity:0;
	bottom:30px;
}
.contactul li{
	float:left;
	width:33.33%;
	text-align:center;
	position:relative;
}
.contactul li::before,
.contactul li::after{
	position:absolute;
	
	top:50px;
	height:1px;
	background:#3d85c6;
	content:"";
	width:30%;
}
.contactul li::before{
	left:70%;
}
.contactul li::after{
	left:0%;
}
.contactul li:last-child::before,
.contactul li:first-child::after{
	display:none;
}
.contactul li p{
	color:#3d85c6;
	font-size:16px;
	line-height:26px;
	text-align:center;
	margin-top:20px;
}
.contactul li p a{
	color:#3d85c6;
	font-size:16px;
	line-height:26px;
	text-align:center;
	margin-top:20px;
}
.contactmore {
	opacity:0;
}
.contactmore a{
	line-height:40px;
	height:40px;
	width:150px;
	font-size:16px;
	text-align:center;
	display:block;
	margin:40px auto;
	border:1px solid #3d85c6;
	color:#3d85c6;
	position:relative;
	transition: all .2s linear .2s;
}
.contactmore a:hover{
	transition: all 0.5s;
	color:#fff;
	background: #3d85c6;
	border-radius:20px;
}
.contactul li p span{
	display:block;
}
/* banner_n
-------------------------------------------------------------- */

.banner_n {
    height: 750px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
	background-size:cover;
}
.bannercon {
    position: absolute;
    max-width: 100%;
    width: 100%;
    left: 0%;
    top: 30%;
    display: flex;
    margin-left: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.capitalize{
	text-align:center;
	color:#fff;
	margin-bottom:15px;
}
.capitalize .ad-tit{
	font-size:40px;
	margin-top:-60px;
	color:#fff;
	font-weight:bold;
}
.capitalize .ad-pinyin{
	font-size:100px;
	font-family:Arial;
	opacity:0.3;
	font-weight:bold;
	line-height:100px;
	position:relative;
	z-index:-1;
}
.mbanner{
	display:none;
	margin-top:100px;
}
.mbanner img{
	width:100%;
}
/* position
-------------------------------------------------------------- */
.post{
	margin-bottom:20px;
	background:#f5f5f5;
}
.post .cont{
	height:45px;
	line-height:45px;
	font-size:14px;
}
.post .cont a{
	font-size:14px;
}
.nabout_menu{
	text-align:center;
	margin-bottom:20px;
}
.nabout_menu a {
    font-size: 16px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.3s ease 0s;
	border:2px solid #fff;
	margin:0 2px;
	display:inline-block;
}
.nabout_menu a.cur,
.nabout_menu a:hover{
	color:#fff;
	background:#3d85c6;
	border-radius:25px;
	border:2px solid #3d85c6;
}

.ntit{
	text-align:center;
	font-size:42px;
	margin-bottom:30px;
	color:#3d85c6;
	position:relative;
	opacity:0;
	bottom:30px;
	font-weight:bold;
}
.b1{}
.ntit::before{
	content:"";
	position:absolute;
	left:50%;
	width:50px;
	height:2px;
	background:#3d85c6;
	bottom:-10px;
	margin-left:-25px;
}
.about_section1 .ntit{
	opacity:1;
	bottom:0;
}
/* nabout
-------------------------------------------------------------- */
.about_section1 {
    background: url(../images/about_01.jpg) center no-repeat;
    background-size: cover;
}
.about_section2 {
    background: url(../images/about_02.jpg) center no-repeat;
    background-size: cover;
}
.about_section3 {
    background: url(../images/about_03.jpg) center no-repeat;
    background-size: cover;
}
.about_section4 {
    background: url(../images/about_04.jpg) center no-repeat;
    background-size: cover;
}
.about_section5 {
    background: url(../images/about_05.jpg) center no-repeat;
    background-size: cover;
}
.about_section6 {
    background: url(../images/about_06.jpg) center no-repeat;
    background-size: cover;
}
.about_section4 .ntit::before{
	content:"";
	position:absolute;
	left:50%;
	width:50px;
	height:2px;
	background:#fff;
	bottom:-10px;
	margin-left:-25px;
}
.about_section5 .ntit::before{
	content:"";
	position:absolute;
	left:50%;
	width:50px;
	height:2px;
	background:#fff;
	bottom:-10px;
	margin-left:-25px;
}
.about_section1 .nabout p{ font-size:16px;}
.nabout p{
	text-align:center;
	font-size:18px;
	line-height:30px;
	opacity:0;
	bottom:30px;
	font-family:微软雅黑;
}
.about_section1 .nabout p{
	opacity:1;
	bottom:0;
	text-align:left;
	text-indent:33px;
	color:#fff;
	margin-bottom:10px;
}
.about1_info,
.about2_info{
	display:none;
}
.about1_info{ padding-top:20px;}
.about1_menu,
.about2_menu{
	text-align:center;
	margin-top:30px;
}
.about1_menu li{
	display:inline-block;
	width:60px;
	height:60px;
	border:0px solid #3d85c6;
	text-align:center;
	line-height:60px;
	color:#3d85c6;
	margin:0 10px;
	cursor:pointer;
}
.about1_menu li.jj1{
	display:inline-block;
	width:60px;
	height:72px;
	text-align:center;
	line-height:60px;
	color:#3d85c6;
	background:url(/skin/images/a1.png) no-repeat center top;
	margin:0 10px;
	cursor:pointer;
}

.about1_menu li.jj2{
	display:inline-block;
	width:60px;
	height:72px;
	text-align:center;
	line-height:60px;
	color:#3d85c6;
	background:url(/skin/images/a2.png) no-repeat center top;
	margin:0 10px;
	cursor:pointer;
}
.about1_menu li.jj3{
	display:inline-block;
	width:60px;
	height:72px;
	text-align:center;
	line-height:60px;
	color:#3d85c6;
	background:url(/skin/images/a3.png) no-repeat center top;
	margin:0 10px;
	cursor:pointer;
}
.about1_menu li.active{
	background:#3d85c6;
	color:#fff;
}
.about1_menu li.jj1.active{
	background:url(/skin/images/a1a.png) no-repeat center top;
	color:#fff;
}
.about1_menu li.jj2.active{
	background:url(/skin/images/a2a.png) no-repeat center top;
	color:#fff;
}
.about1_menu li.jj3.active{
	background:url(/skin/images/a3a.png) no-repeat center top;
	color:#fff;
}
.about2_menu li{
	display:inline-block;
	margin:0 10px;
	cursor:pointer;
}
.about2_menu li img{
	width:60px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	border-radius:50%;
	border:2px solid #3d85c6;
}
.about2_menu li.active p{
	color:#3d85c6;
}
.about2_menu li.active img{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
/* nmassgenr
-------------------------------------------------------------- */
.messagetit{
	opacity:1;
	padding-top:30px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	padding-bottom:50px;
}
.nmessagenrl{
	width:44%;
}
.nmessagenrr{
	width:53%;
}
.nmessagenr ul{
	width:100%;
	overflow:hidden;
}
.nmessagenr ul li{
	width:100%;
	margin-bottom:15px;
}
.nmessagenr ul li input{
	width:100%;
	height:50px;
	line-height:50px;
	font-size:14px;
	border:1px solid #d5d5d5;
	padding-left:10px;
	border-radius:5px;
}
.nmessagenr ul li textarea{
	width:100%;
	height:160px;
	line-height:30px;
	border:solid 1px #d5d5d5;
	padding:5px 5px 5px 10px;
	font-size: 14px;
	border-radius:5px;
}
.ehong-idcode-val4{
	border-radius:5px;}
.nmessagenr .tjbtn{
	width:100%;
	overflow:hidden;
}
.nmessagenr .tjbtn button{
	width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background:#3d85c6;
    font-size: 16px;
	border-radius:5px;
}
.nmessagenr ul li input.txtidcode{
	width:150px;
}
.nmessagenr input::-webkit-input-placeholder {
        color: #ccc;
      }
.nmessagenr input::-moz-input-placeholder {
        color: #ccc;
      }
.nmessagenr input::-ms-input-placeholder {
        color: #ccc;
      }
	  
.nmessagenr textarea::-webkit-input-placeholder {
        color: #ccc;
      }
.nmessagenr textarea::-moz-input-placeholder {
        color: #ccc;
      }
.nmessagenr textarea::-ms-input-placeholder {
        color: #ccc;
      }
.has-error em{
	color:#3d85c6;
	font-style:normal;
	font-size:12px;
	margin-left:10px;
}
/* nnews
-------------------------------------------------------------- */

.nnewsnrlist .newsdate{
	color:#999;
	width:14%;
	border-right:1px solid rgba(204, 204, 204, 0.4);
	min-height:200px;
	padding-top:20px;
}
.nnewsnrlist .newsdate p{
	font-size:36px;
	color:#aaa;
}
.nnewsnrlist .newsdate img {
	margin-top:10px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
	opacity:0.5;
}
.nnewsnrlist .newsline {
    width: 1px;
    height: 0px;
    background-color: #3d85c6;
    transition: height .5s ease;
	margin-left:-1px;
}
.nnewsnrlist:hover .newsline{
	height:200px;
}
.nnewsnrlist .newsdetail{
	position: relative;
    left: 0px;
    width: 80%;
    transition: left .5s ease;
}
.nnewsnrlist .newscon{
	width:60%;
	padding:0 20px;
}
.nnewsnrlist .newsimg{
	width:40%;
	height:160px;
	position:relative;
	overflow:hidden;
}
.nnewsnrlist .newsimg img{
	max-width:100%;
	height:auto;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
	-webkit-filter: grayscale(100%);
    filter: grayscale(0%);
}
.nnewsnrlist:hover .newsimg img{
	transform:translate(-50%, -50%) scale(1.2);
}
.nnewsnrlist .newsbt{
	font-size:18px;
	color:#333;
	line-height:35px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.nnewsnrlist .newsms{
	color:#888;
	line-height:26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	font-size:14px;
}
.nnewsnrlist:hover .newsdetail{
	left:20px;
}
.nnewsnrlist:hover img {
	-webkit-filter: grayscale(0%); 
    filter: grayscale(0%);
	opacity:1;
}
.nnewsnrlist:hover .newsdate p,
.nnewsnrlist:hover .newsbt{
	color:#3d85c6;
}
.nnewsnr h1{
	text-align:center;
	font-size:20px;
	color:#333;
	line-height:30px;
	font-weight:bold;
	margin:0;
}
.nnewsnr .fbtime{
	font-size:14px;
	padding:15px 0;
	border-bottom:1px solid #d9d9d9;
	text-align:center;
	color:#999;
	margin-bottom:15px;
}
.nnewsnr .fbtime img{
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
.news_info{
	background:#f5f5f5;
	padding:10px;
	margin-bottom:15px;
	line-height:24px;
}
.news_content{
	line-height:28px;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact li{
	float:left;
	width:33.33%;
	text-align:center;
	padding:15px 3px;
}
.ncontact li:last-child{
	border-right:none;
}
.ncontact li p{
	line-height:30px;
	color:#333;
	margin-top:5px;
	font-size:16px;
}
.ncontact li span{
	display:block;
	color:#888;
	height:40px;
	line-height:20px;
}
.ncontact li:hover img{
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
#map{
	width:100%;
	height:400px;
	overflow:hidden;
	margin-bottom:40px;
}
/* npro
-------------------------------------------------------------- */

.npronr_list{ 
	overflow:hidden; 
	margin:15px 1%;
	width:46%;
	position:relative;
	float:left;
}
.npronr_list a{
	display:block;
	overflow:hidden;
	width:100%;
	padding:10px;
}
.npronr_list .proimg{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    height: 350px;
    display: block;
	float:left;
}
.npronr_list .teli{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    height: 450px;
    display: block;
	float:left;
}
.rylb{ width:31.33%;}
.npronr_list .ry{
	width:100%; 
	overflow:hidden; 
	background:#fff; 
	position: relative;
    height: 450px;
    display: block;
	float:left;
}
.npronr_list .proimg img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all .5s ease;
}
.npronr_list .protit{
	float:left;
	width:100%;
	padding:30px 10px 10px 10px;
}
.npronr_list .protit h4{
    font-size: 18px;
    color: #3d85c6;
    padding-bottom: 20px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.npronr_list .protit p{
    font-size: 14px;
    color: #595757;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	margin-bottom:20px;
}
.npronr_list .tl p{
    font-size: 14px;
    color: #595757;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-bottom:20px;
}
.npronr_list .protit span{
	border:1px solid #ccc;
	color:#888;
	padding:8px 15px;
}
.npronr_list:hover{
	border-radius:3px;
	-moz-box-shadow:0px 0px 10px #d5d5d5; 
	-webkit-box-shadow:0px 0px 10px #d5d5d5; 
	box-shadow:0px 0px 10px #d5d5d5;
}
.rylb:hover{
	border-radius:0px;
	-moz-box-shadow:0px 0px 0px #d5d5d5; 
	-webkit-box-shadow:0px 0px 0px #d5d5d5; 
	box-shadow:0px 0px 0px #d5d5d5;
}
.npronr_list:hover .protit span{
	border:1px solid #3d85c6;
	color:#3d85c6;
}
.npronr_list:hover  img{
	transform:translate(-50%, -50%) scale(1.1);
}
.nprolf img{
	max-width:100%;
	width:100%;
	border:0px solid #ddd;
	padding:3px;
}
.nprort{
	padding-left:30px;
}
.nprort h3{
	color:#3d85c6;
	font-size:24px;
	margin:10px 0 20px 0;
}
.nprort p{
	font-size:16px;
	margin:0;
	line-height:30px;
	color:#666;
}
.nprort p a{ font-size:16px;}
.p_products_show_right_add{
	margin-top:20px;
}
.p_products_show_right_add p{
	line-height:30px;
}
.p_products_show_right_add p img{
	width:22px;
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
.nprotit{
	height:50px;
	line-height:50px;
	background:#3d85c6;
	text-align:center;
	color:#fff;
	margin:25px 0;
	font-size:16px;
}
.nproinfo > img{
	margin:0 auto;
}
/*产品展示结束*/
	
/* dede_pages

-------------------------------------------------------------- */

.dede_pages{
		width:100%; 
		overflow:hidden; 
		margin-top: 30px;
		text-align: center;
}

.dede_pages ul {
    padding: 12px 0px 12px 0;
	display: inline-block;
}

.dede_pages ul li {
    float: left;
    margin-right: 6px;
	border:1px solid #dcdcdc;
	padding:5px 10px;
	font-size:14px;
	margin-bottom:5px;
}
.dede_pages ul li.thisclass{
    box-sizing: border-box;
	background:#004794;
	color:#fff;
	border:1px solid #004794;
}
.dede_pages ul li.thisclass a{
	color:#fff;
}
.dede_pages ul li:hover a{
	color:#fff;
}
.dede_pages ul li:hover{
    background:#3d85c6;
	color: #fff;
	cursor:pointer;
	border:1px solid #3d85c6;
}
.dede_pages ul li:hover span{
	color:#fff;
}
.page1{
	width: 100%;
    overflow: hidden;
    margin: 30px auto;
    border: 1px solid #d9d9d9;
    padding: 0 20px;
}
.page1 div:nth-child(1) {
    border-bottom: 1px solid #d9d9d9;
}
.page1 div {
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page1 div p{
	line-height: 50px;
    color: #aaa;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page1 div a {
    color: #aaa;
    font-size: 14px;
}
.page1 div a:hover{
	color:#3d85c6;
}
/**/

@media(min-width: 1920px) {
	.p_video {
    width: 100%;
}
.xsp{ width:100%; height:inherit !important;}
}
@media(max-width:1440px) {
	.ncont{
		width:96%;
	}
}
@media(max-width:1200px) {
	.cont,.headernr{
		width:96%;
	}
	
	.newslist:nth-child(3),
	.newslist:first-child .newsimg{
		height:310px;
	}
	.newslist .newsimg,
	.newslist .newsinfo{
		height:155px;
	}
	.newslist .newsinfo{
		padding-top:20px;
	}
	.newslist:hover .newsinfo{
		padding-top:10px;
	}
	.procont{
		width: 1100px;
		margin: 0 auto;
	}
	.con4_item,.basisimg1{
		height: 270px;
	}
}
@media(max-width:1024px) {	
	.hidden-s{
		display:none;
	}
	.header{
		height:70px;
		background:#fff;
	}
	.mobile-header{
		display:block;
	}
	.logo{
		margin-top:8px;
	}
	#menu{
		top:28px;
	}
	#menu span {
		background-color: #3d85c6;
	}
	.banner_n{
		height:500px;
	}
	.pagebox{
		top:500px;
	}
	.bannercon{
		top:27%;
	}
	.newslist:nth-child(3),
	.newslist:first-child .newsimg{
		height:280px;
	}
	.newslist .newsimg,
	.newslist .newsinfo{
		height:140px;
	}
	.newslist .newsinfo{
		padding-top:20px;
	}
	.newslist:hover .newsinfo{
		padding-top:10px;
	}
	.footerindex{
		bottom:0;
		line-height:26px;
	}
	.contactul li::before {
		left: 70%;
	}
	.contactul li::after {
		left: -4%;
	}
	.ncontact li {
    float: left;
    width: 50%;
    text-align: center;
    padding: 15px 3px;
}
	.contactul li {
		height:30px;
		margin-bottom:5px;
	}
	.contactul li img{
		width:30px;
	}
	.contactul li p{
		line-height:30px;
	}
	.contactul li:first-child p{
		line-height:15px;
	}	.contactul li{
		width:100%;
		float:none;
		text-align:left;
		height:50px;
		margin-bottom:10px;
	}
	.contactul li img{
		width:50px;
		float:left;
		margin-right:10px;
	}
	.contactul li p{
		margin:0;
		float:left;
		width:80%;
		text-align:left;
		font-size:14px;
	}
	.contactul li p{
		line-height:50px;
	}
	.contactul li:first-child p{
		line-height:24px;
	}
	.contactul li p span{
		display:none;
	}
	.contactul li::before{ display:none;}
	.contactul li::after{ display:none;}
	.procont{
		width: 980px;
		
	}
	.con4_item,.basisimg1{
		height: 240px;
	}
}
@media(max-width:991px) {
	.newslist .newsimg img {
		position:relative;
		top: 0;
		left: 0;
		transform: translate(0%, 0%);
		height:100%;
	}
	.procont{
		width: 900px;
		
	}
	.con4_item,.basisimg1{
		height: 210px;
	}
}
@media(max-width:768px) {
	.contactul li::before {
		left: 73%;
	}
	.contactul li::after {
		left: -7%;
	}
	.newslist:first-child .newsbt {
		width: 65%;
	}
	.ntit{
		font-size:30px;
		margin-bottom:30px;
	}
	.about_section1 .nabout p{
		font-size:14px;
		line-height:24px;
		margin-bottom:0px;
	}
	.capitalize .ad-pinyin {
		font-size: 80px;
		line-height: 80px;
	}
	.capitalize .ad-tit {
		font-size: 34px;
		margin-top: -50px;
	}
	.nnewsnrlist .newsdate p {
		font-size: 26px;
	}
	.nnewsnrlist .newsdate{
		min-height:160px;
	}
	.nnewsnrlist .newsimg {
		height: 140px;
	}
	.npronr_list{
		width:100%;
		margin:15px 0;
	}
	.procont{
		width: 700px;
		
	}
	.con4_item,.basisimg1{
		height: 140px;
	}
}
@media(max-width:767px) {
	.nprort{
		padding-left:0;
		margin-top:15px;
	}
	.basisimg{
		display: none;
	}
	.procont{
		width: 100%;
	}
	.procont .col-xs-12{
		width: 100%;
	}
	.basishonor img{
		width: 80%;
		margin: 0 auto;
		display: block;
	}
}
@media(max-width:640px) {
	.tit .pinyin{
		font-size:70px;
	}
	.tit h3 a, .tit h3 a:active, .tit h3 a:visited, .tit h3 a:hover {
		font-size: 40px;
	}
	.tit h3 {
    	margin-top: -62px;
		margin-bottom:30px;
	}
	.bannercon {
		top: 24%;
	}
	.banner_n{
		height:400px;
	}
	.pagebox{
		top:400px;
	}
	.about p{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp:5;
		-webkit-box-orient: vertical;
	}
	.newslist{
		width:40%;
	}
	.newslist:first-child{
		width:60%;
	}
	.newslist:last-child{
		display:none;
	}
	.newslist:first-child .newsbt {
		width: 60%;
	}
	.contactul li img{
		width:70px;
	}
	.contactul li::before, .contactul li::after{
		top:35px;
	}
	.newslist:nth-child(3),
	.newslist:first-child .newsimg{
		height:240px;
	}
	.newslist .newsimg,
	.newslist .newsinfo{
		height:120px;
	}
	.newslist .newsinfo{
		padding-top:10px;
	}
	.newslist:hover .newsinfo{
		padding-top:5px;
	}
	.newslist .newsms {
		-webkit-line-clamp: 1;
	}
	.npronr_list{
		width:100%;
		margin:10px 0;
	}
	.nnewsnrlist .newsdate p {
		font-size: 22px;
	}
	.banner_n .shubiao_line{
		height:40px;
	}
	.nabout_menu {
		margin-bottom: 10px;
	}
	.ncontbg{
		padding:20px;
	}
	.nnewsnrlist .newsdate {
		min-height: 140px;
	}
	.nnewsnrlist .newsimg {
		height: 120px;
	}
	.about2_menu li img{
		width:120px;
	}
	#fp-nav.right {
		right: 0;
	}
	.npronr_list .proimg,
	.npronr_list .protit{
		float:none;
		width:100%;
		padding:0;
		height:auto;
	}
	.npronr_list .proimg img {
		position:relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		border:1px solid #ddd;
	}
	.npronr_list .protit{
		margin-top:15px;
	}
	.npronr_list .protit h4{
		padding-bottom:5px;
		line-height:26px;
	}
	.npronr_list .protit span{
		display:none;
	}
	.npronr_list .protit p{
		margin-bottom:0;
	}
	.capitalize .ad-pinyin {
		font-size: 60px;
		line-height: 60px;
	}
	.ncontact li{
		width:100%;
		float:none;
		padding:8px 0;
		border-bottom:1px solid #ddd;
	}
}

@media(max-width:500px) {
	.tit .pinyin{
		font-size:60px;
	}
	.tit h3 a, .tit h3 a:active, .tit h3 a:visited, .tit h3 a:hover {
		font-size: 30px;
	}
	.contactul li::before, .contactul li::after{
		display:none;
	}
	.contactul li{
		width:100%;
		float:none;
		text-align:left;
		height:50px;
		margin-bottom:10px;
	}
	.contactul li img{
		width:50px;
		float:left;
		margin-right:10px;
	}
	.contactul li p{
		margin:0;
		float:left;
		width:80%;
		text-align:left;
		font-size:14px;
	}
	.contactul li p{
		line-height:50px;
	}
	.contactul li:first-child p{
		line-height:24px;
	}
	.contactul li p span{
		display:none;
	}
	.newslist{
		display:none;
	}
	.newslist:first-child{
		width:100%;
		display:block;
	}
	.contactmore a{
		margin:20px auto;
	}
	.newslist:first-child .newsimg{
		height:220px;
	}
	.header{
		height:60px;
		background:#fff;
	}
	#menu{
		top:20px;
	}
	.logo{
		margin-top:12px;
	}
	.logo img{
		width:300px;
	}
	.ntit{
		font-size:24px;
		margin-bottom:20px;
	}
	.about_section1 .nabout p{
		font-size:12px;
		text-indent:0em;
		line-height:20px;
	}
	.nnewsnrlist .newsdate {
		min-height: 120px;
		padding-top:5px;
	}
	.nnewsnrlist .newsimg {
		height: 100px;
	}
	.about2_menu li img{
		width:100px;
	}
	.nprort h3{
		font-size:18px;
		line-height:26px;
		margin-bottom:5px;
	}
	.nabout_menu a {
		font-size: 14px;
		padding: 6px 20px;
	}
	.capitalize .ad-tit {
		font-size: 28px;
		margin-top: -42px;
	}
	.nabout p{
		font-size:14px;
	}
	.nabout p.sjj{
		font-size:20px !important;
	}
	.nabout p.sjj br{
		display:block;
	}
	.nabout p.sjj span{
		display:none;
	}
	.nabout p.sjj1{
		font-size:30px !important;
	}
	.caselist .caseimg {
    height: 300px;
	}
	.section3 .div-table{
		display: inherit;
    width: 100%;
    height: 100%;
	padding-top:90px;
		}
	.section3 .div-td{
		display:inherit;}
	.allb a{
		margin:15px auto;
		}
}
@media(max-width:475px) {
	.tit .pinyin{
		font-size:50px;
		letter-spacing:0;
	}
	.contact .tit h3{
		margin-bottom:10px;
	}
	.contactul{
		margin-top:10px;
	}
	.nnewsnrlist .newsdate p {
		font-size: 20px;
	}
	.nnewsnrlist .newsdate {
		min-height: 100px;
	}
	.nnewsnrlist .newsimg {
		height: 80px;
	}
	.nnewsnrlist .newsdate img{
		width:20px;
	}
	.nnewsnrlist .newsdate p {
		font-size: 18px;
	}
	.nabout p{
		font-size:14px;
	}
	.nabout p.sjj{
		font-size:20px !important;
	}
	.nabout p.sjj1{
		font-size:30px !important;
	}
	.nabout p.sjj span{
		display:none;
	}
		
}
@media(max-width:414px) {
	.nnewsnrlist .newsms {
		-webkit-line-clamp: 1;
	}
	.nnewsnrlist .newsdate p {
		font-size: 16px;
	}
	.nnewsnrlist .newsdate {
		min-height: 85px;
	}
	.nnewsnrlist .newsimg {
		height: 70px;
	}
	.about2_menu li img{
		width:80px;
	}
	.nmessagenr ul li input.txtidcode{
		width:100px;
	}
	.capitalize .ad-pinyin {
		font-size: 50px;
		line-height: 50px;
	}
	.nabout p{
		font-size:14px;
	}
	.nabout p.sjj{
		font-size:20px !important;
	}
	.nabout p.sjj1{
		font-size:30px !important;
	}
	.nabout p.sjj span{
		display:none;
	}
}
@media(max-width:375px) {
	.contactul li {
		height:30px;
		margin-bottom:5px;
	}
	.contactul li img{
		width:30px;
	}
	.contactul li p{
		line-height:30px;
	}
	.contactul li:first-child p{
		line-height:15px;
	}
	.nnewsnrlist .newsdate {
		min-height: 75px;
	}
	.nnewsnrlist .newsimg {
		height: 60px;
		display:none;
	}
	.nnewsnrlist .newscon{ width:100%;}
	.nnewsnrlist .newsdate p {
		font-size: 14px;
	}
	.nabout p{
		font-size:14px;
	}
	.nabout p.sjj{
		font-size:20px !important;
	}
	.nabout p.sjj1{
		font-size:30px !important;
	}
	.nabout p.sjj span{
		display:none;
	}
}
@media(max-width:360px) {

	.newslist:first-child .newsimg{
		height:200px;
	}
	.nnewsnrlist .newsbt{
		line-height:30px;
	}
	.nnewsnrlist .newsdate img {
		margin-top: 5px;
	}
	.about2_menu li img{
		width:70px;
	}
	.capitalize .ad-pinyin {
		font-size: 45px;
		line-height: 45px;
	}
	.nabout p{
		font-size:14px;
	}
	.nabout p.sjj{
		font-size:20px !important;
	}
	.nabout p.sjj1{
		font-size:30px !important;
	}
	.nabout p.sjj span{
		display:none;
	}
}

@media(max-width:320px) {
	.about_section1 .nabout p{
		line-height:16px;
	}
	.nabout p{
		font-size:14px;
	}
	.nabout p.sjj{
		font-size:20px !important;
	}
	.nabout p.sjj1{
		font-size:30px !important;
	}
	.nabout p.sjj span{
		display:none;
	}
}

@media(max-width:1024px){
	.ewm{ display:none;}
	
}
.nproinfo p{ font-size:16px; line-height:30px;}
.ab_pages{clear:both;padding:20px 0;font-size:14px;text-align:center; overflow:hidden}
.ab_pages ul{display:inline-block;margin:0 auto;padding:0}
.ab_pages ul a{color:#555;display:block;padding: 5px 11px;  border: 1px solid #3d85c6;float: left;margin: 0 5px;font-size:12px}
.ab_pages ul a.page-num-current{ background:#3d85c6; color:#fff; }
.ab_pages ul a:hover{ background:#3d85c6; color:#fff; border: 1px solid #3d85c6;}
.ab_pages .page-status{ display:none;}
.ab_pages span.page-num{ display:none;}
ul.xq li{ padding:10px;}