@charset "utf-8";
/* 注意：以下长度用em换算，1em=10px。特别注意文字大小，父子层级会继承，所以不要在div中定义字体大小，只能用span修改字体。

------------------------------------------------------------------------------------------------------ */
:nth-child(3)
@font-face {
	font-family:EUCLIDCIRCULARA;
	src: url('../fonts/EUCLIDCIRCULARA-MEDIUM_0.TTF'); }

/* 全局样式

-------------------------------------------------------------- */
	.pc{ display:block}
	.mb{ display:none}
html, body, p, span, ul, img {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-size: 14px;
	font-family: "Microsoft YaHei", "Arial";
	color: #666;
}
a{
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
	font-family: "Microsoft YaHei", "Arial";
	color: #666;
	text-decoration: none;
}
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 {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* 常用元素 */

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0px;
	height: 0px;
}
/* 层浮动 */

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
/* 文字对齐 */

.tleft {
	text-align: left;
}
.tright {
	text-align: right;
}
.tcenter {
	text-align: center;
}
img {
	webkit-transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1);
	transition: transform .75s cubic-bezier(.19, 1, .22, 1), -webkit-transform .75s cubic-bezier(.19, 1, .22, 1);
}
/* top

-------------------------------------------------------------- */

.header {
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 999;
	top: 0;
	padding:0 1%;
	border-bottom:solid 1px rgba(255,255,255,0.2);
}
.logo {
	overflow: hidden;
	padding:26.5px 0;
}
.logo img{
	max-width:100%;
	height:auto; height:50px
}
.topewm{
	padding:40.5px 0;
	position:relative;
	cursor:pointer;
	}
.topewm .ewmimg{
	opacity:0;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
	position:absolute;
	background:#fff;
	padding:10px;
	border-radius:5px;
	top:100px;
	right:-30px;
	z-index:99;
}
.topewm .ewmimg img{
	width:100px;
}
.topewm:hover .ewmimg{
	opacity:1;
}
.cnen{
	overflow:hidden;
	line-height:100px;
}
.cnen a{
	font-size:16px;
	color:#fff;
	line-height:100px;
	float:left;
	margin-right:10px;
	text-transform:uppercase;
}
.small{
	background:rgba(26,71,156,0.9);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3); 
}
/* nav
-------------------------------------------------------------- */
.nav{
	height:100px;
	text-align:right;
}
.navs{
	display: flex;
	display:inline-block;
	margin:0;
}
.navs > li {
  float:left;
	text-align:center;
	line-height:100px;
	position:relative;
}
.navs > li > a {
  color:#fff;
	font-size:16px;
	display:block;
	margin:0 48px;
	line-height:100px;
}
.navs > li:before {
  content:"";
	width:0;
	height:2px;
	background:#fff;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-10px;
	-webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.navs > li:hover:before,
.navs > li.active:before{
  width:20px;
}
.product-menu {
  position: absolute;
  left: -76px;
  top: 100%;
  padding: 37px 77px 70px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  width: 700px;
}
.product-menu.common-menu {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}
.promenu-item {
  float: left;
  margin-right: 158px;
}
.promenu-item:last-child {
  margin-right: 0;
}
.promenu-item:first-child .product-menu-info dt:before {
  width: 160px;
}
.product-menu-info {
  display: block;
}
.product-menu-info dt {
  display: flex;
  position: relative;
  align-items: center;
  padding-bottom: 8px;
}
.product-menu-info dt:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 199px;
  height: 1px;
  background: linear-gradient(to right, #c9c9c9 0%, rgba(21, 53, 89, 0) 100%);
}
.product-menu-info dt a {
  cursor: default;
}
.product-menu-info dt i {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 6px;
  color: #2A6AB2;
  font-style: normal;
  font-size: 26px;
  line-height: 1;
}
.product-menu-info dt span {
  display: inline-block;
  color: #333333;
  font-size: 18px;
  line-height: 1;
  transition: 0.35s;
}
.product-menu-info dd {
  display: block;
  padding-top: 15px;
}
.promenu-li {
  margin-bottom: 70px;
}
.promenu-li p {
  margin-bottom: 10px;
  color: #999999;
  font-size: 13px;
}
.promenu-li:last-child {
  margin-bottom: 0;
}
.promenu-list li {
  margin-bottom: 12px;
}
.promenu-list li a {
  display: inline-block;
  color: #666666;
  font-size: 14px;
}
.promenu-list li a:hover {
  color: #0c3d9b;
}
.common-menu {
  display: none;
}
.leval-menu {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  top: 100%;
  width: 160px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.leval-menu-list li {
  text-align: center;
  line-height:30px;
  padding:5px 0;
}
.leval-menu-list li:last-child {
  margin-bottom: 0;
}
.leval-menu-list li a {
  display: inline-block;
  color: #666666;
}
.leval-menu-list li a:hover {
  color: #0c3d9b;
}
.case-menu {
  position: absolute;
  left: 50%;
  margin-left: -170px;
  top: 100%;
  width: 340px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
.case-menu-list {
  padding: 32px 40px 35px;
  display: flex;
  justify-content: space-between;
}
.case-menu-list p {
  margin-bottom: 24px;
}
.case-menu-list p:last-child {
  margin-bottom: 0;
}
.case-menu-list p a {
  display: inline-block;
  white-space: nowrap;
  color: #333333;
  font-size: 14px;
}
.case-menu-list p a img {
  display: inline-block;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 16px;
  width: 25px;
}
.case-menu-list p a:hover {
  color: #2A6AB2;
}
.case-texts {
  margin: auto;
  padding: 50px 0;
  width: 900px;
  max-width: 88%;
}
.case-texts p {
  line-height: 1.2;
  font-size: 19px;
}
/* cont
-------------------------------------------------------------- */
.cont {
	width: 85%;
	overflow: hidden;
	margin: auto;
}
.cont1 {
	width: 1436px;
	height:auto;
	margin: auto;
}
/* banner

-------------------------------------------------------------- */
.banner{
	position:relative;
}
.indexbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/bg.png) repeat;
	z-index:99;
}

.indexbg:before {
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.42);
    position: absolute;
    z-index: 1;
}



.banner .bannermore{
	width:347px;
	height:145px;
	background:url(../images/nobg.jpg) no-repeat center;
	position:absolute;
	left:0;
	bottom:0;
	z-index:99;
}
.banner .bannermore a{
	float:right;
	margin-right:60px;
	margin-top:66px;
	}
.banner .owl-wrapper .owl-item a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .owl-wrapper .owl-item:nth-child(1){
	background: url(../images/banner1.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/banner2.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/banner3.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-buttons .owl-prev,.banner .owl-buttons .owl-next{
	width:45px;
	height:45px;
	border:solid 1px #fff;
	border-radius:50%;
	position:absolute;
	right:13%;
	}
.banner .owl-carousel{
	height:100vh;
}
.banner .owl-wrapper,
.banner .owl-carousel .owl-wrapper-outer,
.banner .owl-item{
	height:100%;
}
.banner .owl-pagination{
	width:40px;
	height:40px;
	position:absolute;
	right:40px;
	top:40%;
	display:none;	
}
.banner .owl-page{
	margin-bottom:20px;
}
.banner .owl-page span{
	display:block;
	width:40px;
	height:40px;
	background:url(../images/dot2.png) no-repeat center;
	margin:8px auto;
}
.banner .owl-page.active span{
	background:url(../images/doth1.png) no-repeat center;
}
.banner .owl-number{
	width:84px;
	height:145px;
	font-size:26px;
	padding-top:86px;
	font-family:Arial;
	position:absolute;
	left:48px;
	bottom:0;
	color:#fff;
	text-align:right;
	z-index:100;
	background:url(../images/icon10.png) no-repeat center; display:none
}
.banner .owl-number span:before {
    content: "0";
}
.banner .owl-number span{
	width:100%;
	font-size:46px;
	line-height:50px;
	font-family:Arial;
	color:#fff;
	display:block;
	position:absolute;
	top:28px;
	text-align:left;
}
.banner .owl-prev{
	background:url(../images/prev.png) no-repeat center;
	bottom:75px;
}
.banner .owl-prev:hover{
	background:#fff url(../images/prevh.png) no-repeat center;
	}
.banner .owl-next{
	background:url(../images/next.png) no-repeat center;
	bottom:138px;
}
.banner .owl-next:hover{
	background:#fff url(../images/nexth.png) no-repeat center;
}
.banner .owl-item img{
	width:100%;
	height:100%;
}
.item .cont{
	position:absolute; 
	top:49%; 
	padding-left:12.5%;
	z-index:100;
}
.item p.p1{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:10%;
	top:40%;
	
	z-index:9999; font-size:4.5rem; color:#fff; font-weight:bold; height:6rem; line-height:6rem
}
.item .p2{
	width:55%;
	overflow:hidden;
	position:absolute;
	left:10%;
	top:48%;	
	z-index:9999; font-size:28px; color:#fff;
}
.item .p3{
	width:48%;
	overflow:hidden;
	position:absolute;
	left:10%;
	top:53%;	
	z-index:9999; font-size:25px; color:#fff; font-family:Helvetica-Neue-Light-2_0
}


.item p.p1 img{
	max-width:100%;
	height:auto;
}
.item p.p2{
	color:#fff; 
	line-height:55px;
	
	margin-top:15px;
}
.item p.p3{
	width:50%;
	color:#fff; 
	line-height:30px;

	margin-top:22px;letter-spacing: 2px;
}
.banner .owl-carousel .owl-item:first-child .p3{
	
}
.item p.p4{
	width:600px;
	color:#fff; 
	line-height:60px;
	font-size:22px;
	background:#dd141e;
	text-align:center;
	letter-spacing:5px;
	margin-top:34px;
}
.item p.p5{
	font-family:Arial;
	font-size:24px;
	color:#fff;
	line-height:30px;
	margin-top:4px;
	letter-spacing: 5px;
	margin-top:17px;
}
.item p.p6{
	font-family:Arial;
	font-size:24px;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	margin-top:4px;
	font-weight:normal;
}
.item p.p7{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:112px;
}
.item p.p7 img{
	width:auto;
}
.banner .owl-carousel .owl-item:nth-child(2) .item .cont{
	right:0;
	padding-left: 0;
	padding-right: 12.5%;
}
.banner .owl-carousel .owl-item:nth-child(2) .p1,.banner .owl-carousel .owl-item:nth-child(2) .p2,.banner .owl-carousel .owl-item:nth-child(2) .p5{
	text-align:left;
}
.banner .owl-carousel .owl-item:nth-child(2) .p2{
	font-size:24px;margin-top:15px;
	
}
.banner .owl-carousel .owl-item:nth-child(2) .p4{
	float:right;
	margin-top:136px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	font-size:22px;
	
	letter-spacing: 2px;margin-top:18px;
}
.banner .owl-carousel .owl-item:nth-child(3) .cont{
	left:50%;
	margin-left:-719px;
	padding-left:0;
	top:50%;
	margin-top:-137.5px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2{
	margin-top:15px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p2,.banner .owl-carousel .owl-item:nth-child(3) .p6,.banner .owl-carousel .owl-item:nth-child(3) .p3,.banner .owl-carousel .owl-item:nth-child(3) .p4{
	text-align:left;
}
.banner .owl-carousel .owl-item:nth-child(3) .p3{
	width:80%;
	margin-top:22px;letter-spacing: 2px;
}
.banner .owl-carousel .owl-item:nth-child(3) .p4{
	width:400px;
	margin:55px auto 0;
	font-size:22px;
}/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:1650px){  

.item .p3{ font-size:17px; letter-spacing:0;  margin-top: 32px;
}

.banner .owl-carousel .owl-item:nth-child(3) .p3 {
    width: 80%;
    margin-top: 32px;
    letter-spacing: 0px; font-size:17px;
}
.item p.p3 {
    width: 50%;
    color: #fff;
    line-height: 30px;
    margin-top: 32px;
    letter-spacing: 0px;
}


}
/*--------------------------------------------------------------------------------------------------------------------------------------550--*/

@media all and (max-width:850px){  
	.item .p3 {
    font-size: 13px!important;
    width: 70%!important;
    line-height: 20px!important;
}
.banner .owl-carousel .owl-item:nth-child(2) .p2 {
    font-size: 17px;
    margin-top: 10px;
}
}

/*shubiao*/
.shubiao-index{
	position:absolute;
	bottom:32px;
	left:50%;
	width:60px;
	margin-left:-30px;
	z-index:99;
}
.shubiao{
	width:14px;
	margin:40px auto 0;
	position:relative;
}
.shubiao p{
	overflow:hidden;
	color:#fff;
	text-align:center;
}
.shubiao-ncon{
	margin-top:70px;
}
.shubiao_line {
    width: 1px;
    height: 60px;
    background: #fff;
    margin:10px auto;
}
.shubiao_pinyin{
	font-size:14px;
	text-align:center;
	color:#282828;
	margin-top:5px;
}
#shubiao{
	width:60px;
	margin:0 auto;
}
#shubiao p{
	color:#fff;
	margin-top:8px;
	text-align:center;
}
.mouse {
  position: relative;
  width: 28px;
  height: 48px;
  border-radius: 30px;
  border: 3px solid #fff;
  margin:auto;
}
.mouse:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 4px;
  height: 10px;
  border-radius: 20px;
  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);
  }
}

/**/

/**/

.culture02{padding-bottom:10px;}
.culture02 li{background:#f4f4f4; margin-top:37px; transition:all 0.5s ease;}
.culture02 li:first-child{margin-top:0;}
.culture02 li .li_box{padding:26px 50px;}
.culture02 li .li_box .left{width:12%; float:left; line-height:58px; position:relative; font-size:24px; color:#000; font-weight:600;}
.culture02 li .li_box .left:after{content:''; width:1px; height:58px; background:#d7dee3; position:absolute; right:0; top:50%; margin-top:-29px;}
.culture02 li .li_box .right{width:88%; float:left;}
.culture02 li .li_box .right .r_box{padding:0 23px 0 29px; line-height:58px;}
.culture02 li .li_box .right .r_box .tit{float:left; width:70%; font-size:16px; color:#000; margin-bottom:0px;}
.culture02 li .li_box .right .r_box .tit p{ line-height:58px; text-align:left; font-size:16px; color:#000;}
.culture02 li .li_box .right .r_box .more{width:13%; float:right; position:relative; font-size:15px; color:#da2d27;}
.culture02 li .li_box .right .r_box .more:after{content:''; width:11px; height:12px; background:url(../img/culture02_1.png) no-repeat; position:absolute; right:0; top:50%; margin-top:-6px;}
.culture02 li:hover{background:#009944;}
.culture02 li:hover .li_box .left{color:#fff;}
.culture02 li:hover .li_box .left:after{background:#fff; background:rgba(255,255,255,0.7);}
.culture02 li:hover .li_box .right .r_box .tit{color:#fff;}
.culture02 li:hover .li_box .right .r_box .tit p{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more{color:#fff;}
.culture02 li:hover .li_box .right .r_box .more:after{background-position:-11px 0;}
.culture02 li .hidden_detail{display:none;}
.el{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
@media(min-width:1920px) {	
.p_video{ width:100%;}
.lingyudk{ width:40%; margin:0px auto;}
}
.banner video{ width:100%; height:100%; object-fit: cover;}

/**/

/* tit

-------------------------------------------------------------- */
.tit {
	width:100%;
	overflow:hidden;
}
.tit h3 {
	width:100%;
	overflow: hidden;
	font-size: 50px;
	color: #1c1c1c;
	line-height:60px;
}
.tit h3 a {
	font-size: 50px;
	color: #1c1c1c;
}
.tit p{
	width:100%;
	overflow: hidden;
	font-size:20px;
	font-family:Arial;
	color:#1c1c1c;
	text-transform:uppercase;
	line-height:20px;
	margin-top:15px;
	}
.tit hr{
	width:56px;
	border:none;
	border-bottom:solid 2px #dd141e;
	margin-top:18px;
	}
.more{
	width:215px;
	height:60px;
	overflow:hidden;
	background:#fff;
	border-radius:30px;
	line-height:60px;
	padding-left:56px;
	position:relative;
	}
.more:before{
	content:"";
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 1;
    background-color: #e5310c;
	-webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
	}
.more a{
	display:block;
	font-size:16px;
	color:#e5310c;
	position:relative;
	z-index: 2;
	}
.more span{
	display:block;
	width:44px;
	height:44px;
	background:#e5310c url(../images/icon22.png) no-repeat center;
	border-radius:50%;
	float:right;
	margin:8px 10px 8px 0;
	position:relative;
	z-index: 2;
	}
.more:hover:before {
	border-radius:30px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.more:hover a{
	color:#fff;
	}
/* topcontact
-------------------------------------------------------------- */
.topcontact {
	height:90px;
	color:#fff;
	line-height:90px;
	padding-left:38px;
	font-size:18px;
	margin-top: -45px;
	background:#2552c5;
    position: relative;
    z-index: 99;
}
.topcontact .dh{
	width:90px;
	height:90px;
	background:url(../images/icon1.png) no-repeat center;
	}
.topcontact .dh a{
	width:100%;
	height:100%;
	display:block;
}
.youshi{
	width:100%;
	overflow:hidden;
	position:relative;background: url(../images/ind-pbg.jpg) no-repeat top center #f8f8f8
	}
/* pro
-------------------------------------------------------------- */
.pro{
	width:100%;
	overflow:hidden;
	position:relative;
	}
.pro .tab_box{
	width:100%;
	height:960px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
}
.tab_box .probg{
	width:100%;
	height:100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}
#con_one_1{
	background:url(../images/probg1.jpg) no-repeat top center;
	background-size:cover;
}
#con_one_2{
	background:url(../images/probg2.jpg) no-repeat top center;
	background-size:cover;
}
#con_one_3{
	background:url(../images/probg3.jpg) no-repeat top center;
	background-size:cover;
}
#con_one_4{
	background:url(../images/probg4.jpg) no-repeat top center;
	background-size:cover;
}
#con_one_5{
	background:url(../images/probg5.jpg) no-repeat top center;
	background-size:cover;
}
.protit{
	width:180px;
	overflow:hidden;
	position:absolute;
	left:50%;
	margin-left:-90px;
	top:126px;
	z-index:99;
	}
.protit h3{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:40px;
	line-height:50px;
	color:#fff;
	font-weight:normal;
	}
.protit h3 a{
	font-size:40px;
	color:#fff;
}
.protit p{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:20px;
	font-family:Arial;
	color:rgba(255,255,255,0.5);
	line-height:25px;
	margin-top:8px;
	}
.pro .pronr{
	height:960px;
	}
.pro .pronr ul{
	width:100%;
	height:100%;
	overflow:hidden;
	}
.pronr ul li{
	width: 33.33%;
	height:100%;
	overflow:hidden;
	float:left;
	padding:438px 0 0 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr ul li .prono{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	text-align:center;
	font-family:Arial;
	font-weight:bold;
	}
.pronr ul li .proicon{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:118px;
	}
.pronr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:30px;
	text-align:center;
	font-weight:normal;
	margin-top:36px;
	}
.pronr ul li p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	color:rgba(255,255,255,0.5);
	text-align:center; font-size:18px; margin-top:3%
	}
.pronr ul li .promore{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:32px;
	opacity:0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.pronr ul li:hover,.pronr ul li.hover{
	background: -webkit-linear-gradient(top, rgba(18,95,253,0.3) , #0b48bb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, rgba(18,95,253,0.3), #0b48bb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, rgba(18,95,253,0.3), #0b48bb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, rgba(18,95,253,0.3), #0b48bb); /* 标准的语法 */
	}
.pronr ul li:hover .promore,.pronr ul li.hover .promore{
	opacity:1;
	}
/* about
-------------------------------------------------------------- */
.about{
	overflow:hidden;
	background:url(../images/aboutbg.jpg) no-repeat top center;
	padding:90px 0 90px 0; background-size:cover
}
.about .aboutlf{
	overflow:hidden;
	padding:0 0 176px 0;
	}
.about .aboutrt{
	overflow:hidden;
	padding:384px 0 0 175px;
	}
.about .aboutrt h4{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#000;
	line-height:50px;
	text-align:right;
	
	margin-bottom:5px; text-transform:uppercase; font-family:EUCLIDCIRCULARA;
	}
	
	.about .aboutrt h5{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#000;
	line-height:50px;
	text-align:right;
	
	margin-bottom:5px; font-weight:normal
	}
	
	
.about .aboutrt .aboutms{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	margin-top:30px; text-align:right
	}
	
.about .aboutrt .aboutms p{font-size:18px;
	line-height:30px;}	
	
	
.aboutrt .aboutmore{
	width:100%;
	overflow:hidden;
	margin-top:64px;
	}
.aboutrt .aboutmore a{
	display:block;
	width:178px;
	height:56px;
	line-height:56px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#0c3d9b;
	float:right;  transition:all 0.4s
	}
	.aboutrt .aboutmore a:hover{ background:#fd2636; color:#fff; margin-top:-10px;  transition:all 0.4s}
	
	
	
.aboutmenu{
	margin-top:100px;
	}
.aboutmenu,.aboutmenu ul{
	width:100%;
	overflow:hidden;
	}
.aboutmenu ul li{
	overflow:hidden;
	float:left;
	padding:0 50px;
	line-height:48px;
	}
.aboutmenu ul li a{
	font-size:16px;
	color:#fff;
	display:block;
	}
.aboutmenu ul li:hover{
	background:#fff;
	border-radius:30px;
	}
.aboutmenu ul li:hover a{
	color:#e5310c;
	font-weight:bold;
	}
.aboutlist{
	width:100%;
	overflow:hidden;
	margin-top:200px;
	background:#fff;
	border-radius:20px 20px 0 0;
	}
.aboutlf .ab_fl{
	width:100%;
	overflow:hidden;
	position:relative;
}
.aboutlf .ab_fl ul{
	width:100%;
	overflow:hidden;
}
.aboutlf .ab_fl ul li{
	overflow:hidden;
	font-size:18px;
	color:#585858;
	line-height:30px;
}
.aboutlf .ab_fl ul li p{
	overflow:hidden;
	font-size:18px;
	color:#585858;
	line-height:30px;
}
.aboutlf .ab_fl ul li .counter{
	font-size:46px;
	color:#0c3d9b;
	line-height:50px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif; padding:0 3px
	}
.aboutlf .ab_fl ul li:nth-child(2){
	padding-left:18px;
	margin-top:124px;
	}
.aboutlf .ab_fl ul li:nth-child(3){
	padding-left:456px;
	margin-top:100px;
	}
.aboutlf .ab_fl ul li:nth-child(4){
	padding-left:156px;
	margin-top:63px;
	}
.aboutlf .ab_fl ul li:nth-child(5){
	margin-top:56px;
	}
.aboutlf .ab_fl ul li:nth-child(6){
	padding-left:440px;
	margin-top:30px;
	}
/* brand-box
-------------------------------------------------------------- */
.brand-box{
	width:100%;
	overflow:hidden;
	}
.brand-box .item1{
	background:#fff;
	padding-top:124px;
	}
.ldzc{
	width:100%;
	overflow:hidden;
	padding-left:12.5%;
	}
.ldzc .ldzclf{
	padding:0 50px 0 0;
	text-align:left;
	}
.ldzc .ldzcrt{
	padding:0 0 0 100px;
	}
.ldzcrt .qywh-carousel-carousel{
	width:130%;
}
.ldzc h3{
	width:100%;
	overflow:hidden;
	font-size:50px;
	color:#000;
	font-weight:normal;
	line-height:50px;
	}.ldzc h2{
	width:100%;
	overflow:hidden;
	font-size:20px;
	color:#333;
	font-weight:normal;
	line-height:50px; text-transform:capitalize
	}
.ldzc .ldzcen{
	width:100%;
	overflow:hidden;
	font-size:26px;
	font-family:Arial;
	color:#737373;
	line-height:25px;
	margin-top:19px;
	}
	.ldzc .ldzcen:after{ width:80px; height:3px; background:url(../images/line.jpg) no-repeat left top; content:""; position:absolute; left:0; top:33%;  transition:all 0.4s}
	
	
.ldzc .ldzcjs{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:38px;
	color:#525252;
	margin-top:60px;
	}
	
	
	.ldzc .ldzcjs p{font-size:18px;
	line-height:38px;
	color:#525252;}
	
.ldzc .ldzcmore{
	width:100%;
	overflow:hidden;
	margin-top:127px;
	}
.ldzc .ldzcmore a{
	display:block;
	width:178px;
	height:58px;
	font-size:16px;
	color:#fff;
	line-height:58px;
	text-align:center;
	background:#0c3d9b;transition:all 0.4s
	}
	
.ldzc .ldzcmore a:hover{ background:#fd2636; color:#fff; margin-top:-10px;  transition:all 0.4s}
	
	
.ldzcrt dl,.ldzcrt dl dt,.ldzcrt dl dd{
	width:100%;
	overflow:hidden;
	}
.ldzcrt dl dt{
	position:relative;
	}
.ldzcrt dl dt img{
	width:100%;
	height:auto;
	}
.ldzcrt dl dt .dtnr{
	width:100%;
	overflow:hidden;
	padding:0 30px;
	position:absolute;
	left:0;
	bottom:30px;
	text-align:left;
	}
.ldzcrt dl dt .dtnr h4{
	width:100%;
	overflow:hidden;
	font-size:35px;
	color:#fff;
	line-height:45px;
	font-weight:normal;
	margin-bottom:22px;
	}
.ldzcrt dl dt .dtnr hr{
	width:46px;
	border:none;
	border-bottom:solid 1px #fff;
	}
.ldzcrt dl dt .dtnr p{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:35px;
	color:#fff;
	font-weight:normal;
	margin-top:34px;
	}
.ldzcrt dl dd{
	font-size:16px;
	color:#2c2c2c;
	line-height:30px;
	text-align:left;
	margin-top:22px;
	}
.ldzcrt .owl-carousel .owl-wrapper-outer{
	z-index:2;
	}
.ldzcrt .owl-item{
	padding:0 20px;
	}
.ldzcrt .owl-controls .owl-buttons{
	display:none;
	}
.ldzcrt .owl-controls .owl-pagination{
	width:10px;
	position:absolute;
	left:0;
	bottom:190px;
	z-index:2;
	}
.ldzcrt .owl-controls .owl-pagination:before{
	content:"";
	width:1px;
	height:76px;
	background:#d7d7d7;
	position:absolute;
	left:4.5px;
	top:-80px;
	}
.ldzcrt .owl-controls .owl-page{
	width:10px;
	height:10px;
	border-radius:50%;
	background:#d7d7d7;
	margin:16px 0;
	}
.ldzcrt .owl-controls .owl-page:hover,.ldzcrt .owl-controls .owl-page.active{
	background:#0c3d9b;
	}
/* hlsl
-------------------------------------------------------------- */
.hlsl{
	width:100%;
	overflow:hidden;
	background:#fff url(../images/slbg.jpg) no-repeat top right;
	padding-top:125px;
	padding-bottom:262px;
	}
.hlsltit{
	width:30%;
	overflow:hidden;
	}
.hlsltit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#000;
	line-height:50px;
	font-weight:normal;
	margin-bottom:7px;
	}
.hlsltit h3 a{
	font-size:40px;
	color:#000;
}
.hlsltit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:20px;
	color:#a3a3a3;
	line-height:35px;
	}
.hlslmenu{
	width:70%;
	overflow:hidden;
	text-align:right;
	}
.hlslmenu ul{
	overflow:hidden;
	display:inline-block;
	}
.hlslmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	position:relative;
	}
.hlslmenu ul li:before{
	content:"";
	width:18px;
	height:18px;
	background:url(../images/icon9.png) no-repeat;
	position:absolute;
	left:7px;
	top:6px;
	}
.hlslmenu ul li a{
	display:block;
	font-size:18px;
	color:#fff;
	margin:0 35px;
	padding-bottom:9px;
	position:relative;
	}
.hlslmenu ul li a:after{
	content:"";
	width:0;
	height:2px;
	background:#fff;
	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;
	}
.hlslmenu ul li:hover a:after{
	width:100%;
	}
	
.hlslimgp{ font-size:22px; text-align:left; color:#fff; line-height:40px; padding-top:5%}
.hlslimgb{ font-size:15px; text-align:left!important; color:#fff; line-height:40px; padding-bottom:5%; font-weight:normal}
	
.hlsllist{
	width:100%;
	overflow:hidden;
	margin-top:58px;
	position:relative;
	padding-bottom:110px;
	}
.hlslimg{
	width:100%;
	overflow:hidden;
	}
	
.hlslimg img{
	max-width:100%;
	height:auto;
	}
.hlsllist .owl-carousel .owl-item{
	padding:0 10px;
	}
.hlsllist .owl-controls .owl-buttons .owl-number{
	display:none;
	}
.hlsllist .owl-controls .owl-buttons div{
	width:58px;
	height:58px;
	border:solid 1px #bfbfbf;
	border-radius:50%;
	position:absolute;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.hlsllist .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev2.png) no-repeat center;
	left:0;
	bottom:0;
	}
.hlsllist .owl-controls .owl-buttons .owl-next{
	background:url(../images/next2.png) no-repeat center;
	left:86px;
	bottom:0;
	}
.hlsllist .owl-controls .owl-buttons .owl-prev:hover{
	background:#125ffb url(../images/prevh2.png) no-repeat center;
	border:solid 1px #125ffb;
	}
.hlsllist .owl-controls .owl-buttons .owl-next:hover{
	background:#125ffb url(../images/nexth2.png) no-repeat center;
	border:solid 1px #125ffb;
	}
.hlslimg:hover img{
	-webkit-transform: scale(1.15);
    transform: scale(1.15);
	}

/* news
-------------------------------------------------------------- */
.news {
	width:100%;
	height:960px;
	overflow:hidden;
	background:url(../images/Codesys-1920X960.jpg) no-repeat top center;
	background-size:cover;
	padding-top:218px;
	position:relative;
}
.news .newsen{
	width:100%;
	overflow:hidden;
	font-size:55px;
	color:#fff;
	line-height:55px;
	}
.news h3{
	width:100%;
	overflow:hidden;
	font-size:26px;
	color:#fff;
	line-height:35px;
	font-weight:normal;
	margin-top:8px;
	}
.news h3 a{
	font-size:50px;
	color:#fff; line-height:50px
}
.newsms{
	width:100%;
	overflow:hidden;
	margin-top:72px; font-size:36px
	}
.newsms p{
	width:100%;
	overflow:hidden;
	color:rgba(255,255,255,0.4);
	line-height:30px;
	}
.newslist{
	width:52%;
	padding-left:13%;
	background:#fff;
	position:absolute;
	left:0;
	bottom:0;
	}
.newslist dl{
	width:100%;
	overflow:hidden;
	}
.newslist dl dt{
	width:75%;
	overflow:hidden;
	float:left;
	padding-right:82px;
	text-align:left;
	}
.newslist dl dt h4{
	width:100%;
	overflow:hidden;
	font-size:20px;
	line-height:30px;
	color:#181818;
	font-weight:normal;
	margin-top:38px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.newslist dl dt p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#929292;
	font-weight:normal;
	margin-top:22px;
	}
.newslist dl dd{
	width:25%;
	height:175px;
	overflow:hidden;
	float:left;
	background:#125ffb;
	padding-top:44px;
	}
.newslist dl dd span{
	display:block;
	width:100%;
	overflow:hidden;
	display:block;
	font-size:60px;
	color:#fff;
	font-family:Arial;
	text-align:center;
	line-height:60px;
	}
.newslist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	font-family:Arial;
	line-height:25px;
	color:#fff;
	text-align:center;
	}
.newslist .owl-controls .owl-buttons .owl-number{
	display:none;
	}
.newslist .owl-controls .owl-buttons div{
	width: 58px;
    height: 58px;
    border: solid 1px #bfbfbf;
    border-radius: 50%;
	position:absolute;
    bottom:262px;
	z-index:99;
	    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
	}
.newslist .owl-controls .owl-buttons .owl-prev{
	background: url(../images/prev2.png) no-repeat center;
    left:25%;
	}
.newslist .owl-controls .owl-buttons .owl-prev:hover{
	background:#125ffb url(../images/prevh2.png) no-repeat center;
	border:solid 1px #125ffb;
	}
.newslist .owl-controls .owl-buttons .owl-next{
	background: url(../images/next2.png) no-repeat center;
    left:34%;
	}
.newslist .owl-controls .owl-buttons .owl-next:hover{
	background:#125ffb url(../images/nexth2.png) no-repeat center;
	border:solid 1px #125ffb;
	}
.newslist dl:hover dt h4{
    color: #0c3d9b;
}
/* link
-------------------------------------------------------------- */
.link {
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:17px;
	color:#444444;
	margin-top:72px;
	margin-bottom:28px;
}
.link a {
	font-size:17px;
	color:#444444;
	margin-right:10px;
}
/* footer
-------------------------------------------------------------- */
.footer {
	width: 100%;
	overflow: hidden;
	background: #f3f3f3;
	background-size: cover;
	padding: 102px 0 0 0;
}
.bnav{
	width: 100%;
	overflow: hidden;
}
.bnav ul li{
	width:20%;
	overflow:hidden;
	float:left;
	}
.bnav ul li h4{
	width:100%;
	overflow:hidden;
	font-size:17px;
	color:#000;
	line-height:30px;
	font-weight:normal;
	margin-bottom:15px;
	}
.bnav ul li h4 a{
	font-size:22px;
	color:#000;
	}
.bnav ul li p{
	width:100%;
	overflow:hidden;
	color:#444444;
	font-size:17px;
	line-height:30px;
	margin-top:5px;
	}
.bnav ul li p a{
	color:#444444;
	font-size:17px;
	}
.blogoewm{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #e3e3e3;
	padding-top:58px;
	padding-bottom:80px;
	}
.blogoewm .blogo,.blogoewm .bewm{
	padding:0;
	}
.blogoewm .bewm dl{
	overflow:hidden;
	float:right;
	margin-right:10px;
}
.blogoewm .bewm dl dt,.blogoewm .bewm dl dd{
	overflow:hidden;
	text-align:center;
}
.blogoewm .bewm dl dt img{
	max-width:100%;
	height:auto;
}
.blogoewm .bewm dl dd{
	line-height:30px;
	color: #000; font-size:16px
}
.bewm .blxfs{
	overflow:hidden;
	padding-left:20px;
	padding-top:14px;
	}
.bewm .bewmimg{
	overflow:hidden;
	}
.bewm .bewmimg img{
	max-width:100%;
	height:auto;
	}
	.bewm .blxfs h2{ font-size:22px; color:#000; line-height:30px; padding-bottom:3%}
.bewm .blxfs p{
	overflow:hidden;
	font-size:17px;
	color:#464646;
	line-height:36px;
	}
.bewm .blxfs p a{
	font-size:15px;
	color:#000;
}
.bot{
	width:100%;
	overflow:hidden;
	background:#1a479c;
	padding:14px 0;
	}
.botnr .botlf{
	width:100%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff; text-align:center
	}
.botnr .botrt{
	width:30%;
	overflow:hidden;
	line-height:30px;
	font-size:16px;
	color:#fff;
	text-align:right;
	}
.botnr .botlf a,.botnr .botrt a,.botnr .botlf span {
	font-size:16px;
	color:#fff;
}

/* banner_n
-------------------------------------------------------------- */
.banner_n {
	width: 100%;
	height: 818px;
	background: url(../images/aboutban.jpg) no-repeat top center;
	background-size: cover;
	position:relative;
}
.banner_n .banner_nr{
	position:absolute;
	left:50%;
	margin-left:-718px;
	bottom:0;
	background:#fff;
	padding:0 54px;
	border-radius:15px 15px 0 0;
	}
.position{
	width:100%;
	overflow:hidden;
	color:#838383;
	line-height:30px;
	background:url(../images/icon11.png) no-repeat left center;
	padding:20px 0 20px 36px;
	}
@media only screen and (min-width: 1921px) and (max-width:2560px) {
	.banner_n{
		height:867px;
	}
}
@media(max-width:1680px) {
	.banner_n{
		height:716px;
	}
}
@media(max-width:1440px) {
	.banner_n{
		height:614px;
	}
}
@media(max-width:1360px) {
	.banner_n{
		height:579px;
	}
}
@media(max-width:1280px) {
	.banner_n{
		height:545px;
	}
}
@media(max-width:1152px) {
	.banner_n{
		height:491px;
	}
}
@media(max-width:1024px) {
	.banner_n{
		height:436px;
	}
}
@media(max-width:991px) {
	.banner_n{
		height:422px;
	}
}
@media(max-width:768px) {
	.banner_n{
		height:327px;
	}
}
@media(max-width:640px) {
	.banner_n{
		height:273px;
	}
}
/* nmenu
-------------------------------------------------------------- */
.nmenu{
	width:100%;
	overflow:hidden;
	margin-top:12px;
	}
.nmenu ul{
	overflow:hidden;
	margin:0;
	}
.nmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 25px;
	margin-bottom:10px;
	text-align:center;
	position:relative;
	}
.nmenu ul li:after{
	content:"";
	width:1px;
	height:20px;
	background:#c9c9c9;
	position:absolute;
	right:0;
	top:5px;
	}
.nmenu ul li:first-child{
	padding-left:0;
	}
.nmenu ul li:last-child{
	padding-right:0;
	}
.nmenu ul li:last-child:after{
	display:none;
	}
.nmenu ul li a{
	font-size:16px;
	color:#5a5a5a;
	display:block;
	position:relative;
	padding-bottom:13px;
	}
.nmenu ul li a:after{
	content:"";
	width:0;
	height:1px;
	background:#0c3d9b;
	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 a:hover,.nmenu ul li.active a{
	color:#0c3d9b;
	font-weight:bold;
	}
.nmenu ul li:hover a:after,.nmenu ul li.active a:after{
	width:100%;
	}
/* ntit
-------------------------------------------------------------- */
.ntit{
	width:100%;
	overflow:hidden;
	}
.ntit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#232323;
	line-height:50px;
	font-weight:normal;
	}
.ntit p{
	width:100%;
	overflow:hidden;
	font-family:Arial;
	font-size:16px;
	color:#7e7e7e;
	line-height:30px;
	text-transform:uppercase;
	margin-top:7px;
	}
/* nabout
-------------------------------------------------------------- */
.nabout{
	margin-top:80px;
	margin-bottom:60px;
	font-size:16px;
	color:#767676;
	line-height:30px;
	}
.nabout .nabouttop{
	width:100%;
	overflow:hidden;
	padding:0 0 70px 0;
	border-bottom:solid 1px #dadada;
	}
.nabout .nabouttit,.nabout .naboutab{
	padding:0;
	}
.nabout .nabouttit h3{
	width:100%;
	overflow:hidden;
	font-size:40px;
	color:#232323;
	line-height:50px;
	font-weight:normal;
	margin-bottom:24px;
	}
.nabout .nabouttit p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	}
.naboutab .ab_fl{
	width:100%;
	overflow:hidden;
	}
.naboutab .ab_fl dl{
	padding:10px 0 0 0;
	border-right:none;
	}
.naboutab .ab_fl dl dd{
	font-size:16px;
	}
.naboutab .ab_fl dl dt .counter{
	font-size: 55px;
    color: #0c3d9b;
	line-height:55px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.naboutab .ab_fl dl dt{
	font-size:16px;
	font-weight:normal;
	}
.nabout .naboutnr{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#767676;
	line-height:30px;
	margin-top:78px;
	}
.nabout .naboutnr p,.nabout p{
	overflow:hidden;
	font-size:16px;
	color:#767676;
	line-height:30px;
	}
.naboutimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:0 3%;
	margin-top:60px;
	margin-bottom:60px;
	}
.naboutimg img,.nabout .naboutnr img,.nabout img{
	max-width:100%;
	height:auto;
	}
.nabout .naboutnr video{
    width: 100%;
    height: auto;
}
.nvideos{
	margin-top:60px;
	margin-bottom:60px;
}
.nvideos div{
	margin:10px 0;
	overflow:hidden;
}
.nvideos video{
	width:100%;
	height:auto;
}
/* nppwh
-------------------------------------------------------------- */
.nppwh{
	margin-top:80px;
	margin-bottom:80px;
	}
.nppwh .nppwhnr{
	width:100%;
	overflow:hidden;
}
.nppwhnr ul{
	width:100%;
	overflow:hidden;
	}
.nppwhnr ul li{
	overflow:hidden;
	margin:20px 0;
	padding:0 10px;
	float:left;
	text-align:center;
	}
.nppwhnr ul li h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#272727;
	line-height:40px;
	margin-top:36px;
	}
.nppwhnr ul li p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#272727;
	line-height:30px;
	margin-top:9px;
	}
.njzg{
	width:100%;
	overflow:hidden;
	background:url(../images/jzgbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:108px;
	padding-bottom:262px;
	}
.njzg .ntit h3,.njzg .ntit p{
	text-align:center;
	}
.njzg .ntit h3{
	color:#fff;
	}
.njzg .ntit p{
	color:rgba(255,255,255,0.4);
	}
.njzg .owl-carousel .owl-item{
	padding:0 38px;
	}
.njzg .njzgnr{
	margin-top:94px;
	position:relative;
	}
.njzgnr dl,.njzgnr dl dt,.njzgnr dl dd{
	width:100%;
	overflow:hidden;
	}
.njzgnr dl dt{
	text-align:center;
	}
.njzgnr dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:25px;
	line-height:35px;
	color:#fff;
	font-weight:normal;
	margin-bottom:27px;
	margin-top:33px;
	}
.njzgnr dl dd p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:rgba(255,255,255,0.6);
	line-height:26px;
	text-align:left;
	}
.njzgnr .owl-controls .owl-pagination,.njzgnr .owl-controls .owl-buttons .owl-number{
	display:none;
	}
.njzgnr .owl-controls .owl-buttons div{
	width:19px;
	height:34px;
	position:absolute;
	top:50%;
	margin-top:-17px;
	}
.njzgnr .owl-prev{
	background:url(../images/prev_pp.png) no-repeat center;
	left:-56px;
	}
.njzgnr .owl-next{
	background:url(../images/next_pp.png) no-repeat center;
	right:-56px;
	}
/* nzzjg
-------------------------------------------------------------- */
.nzzjg{
	width:100%;
	overflow:hidden;
	padding:0 3%;
	margin-top:80px;
	margin-bottom:80px;
	}
.nzzjg .ntit h3,.nzzjg .ntit p{
	text-align:center;
	}
.nzzjgnr{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin-top:76px;
	}
.nzzjgnr img{
	max-width:100%;
	height:auto;
	}
/* nhonor
-------------------------------------------------------------- */
.nhonor{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhonor dl{
	overflow:hidden;
	padding:15px;
	margin:20px 0;
	}
.nhonor dl dt,.nhonor dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	}
.nhonor dl dt{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.08); 
	border-radius:10px;
	}
.nhonor dl dd{
	font-size:16px;
	color:#272727;
	line-height:30px;
	margin-top:12px;
	}
/* nsb
-------------------------------------------------------------- */
.nsb {
	margin-top:60px;
	margin-bottom:60px;
}
.nsb dl{
	overflow:hidden;
	padding:0 14px;
	margin:15px 0;
}
.nsb dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
}
.nsb dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:18px;
	color:#4a4a4a;
	line-height:30px;
	padding:12px 0;
}
/* ncase
-------------------------------------------------------------- */
.ncase,.ncj,.nsb{
	margin-top:60px;
	margin-bottom:60px;
	}
.ncasenr,.ncjnr,.nsbnr{
	width:100%;
	overflow:hidden;
}
.ncasenr ul,.ncjnr ul{
	width:100%;
	overflow:hidden;
	}
.ncasenr ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	text-align:center;
	position:relative;
	height:445px;
	}
.ncjnr ul li{
	width:23%;
	overflow:hidden;
	margin:20px 1%;
	float:left;
	text-align:center;
	position:relative;
	height:220px;
	}
.ncasenr ul li img,.ncjnr 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;
}
.ncasenr ul li:hover img,.ncjnr ul li:hover img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.poptrox-popup{
	overflow:visible !important;
}
.ncjmenu{
	margin-bottom:20px;
}
.ncjmenu,.ncjmenu ul{
	width:100%;
	overflow:hidden;
}
.ncjmenu ul li{
	overflow:hidden;
	float:left;
	line-height:30px;
	padding:0 25px;
	text-align:center;
	margin-bottom:10px;
	position:relative;
}
.ncjmenu ul li:after{
	content:"";
	width:1px;
	height:20px;
	background:#c9c9c9;
	position:absolute;
	right:0;
	top:5px;
	}
.ncjmenu ul li:first-child{
	padding-left:0;
	}
.ncjmenu ul li:last-child{
	padding-right:0;
	}
.ncjmenu ul li:last-child:after{
	display:none;
	}
.ncjmenu ul li a{
	font-size:16px;
	color:#5a5a5a;
	display:block;
	position:relative;
	padding-bottom:5px;
	}
.ncjmenu ul li a:after{
	content:"";
	width:0;
	height:1px;
	background:#0c3d9b;
	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;
	}
.ncjmenu ul li a:hover,.ncjmenu ul li.active a{
	color:#0c3d9b;
	font-weight:bold;
	}
.ncjmenu ul li:hover a:after,.ncjmenu ul li.active a:after{
	width:100%;
	}
/* nsb
-------------------------------------------------------------- */
.nsbnr dl{
	overflow:hidden;
	padding:0 10px;
	margin:15px 0;
}
.nsbnr dl dt{
	width:100%;
	overflow:hidden;
	text-align:center;
	height:226px;
	position:relative;
}
.nsbnr 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;
}
.nsbnr dl dd{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:30px;
	padding:5px 0;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.nsbnr dl:hover dt img{
	transform:translate(-50%, -50%) scale(1.2);
	}
.nsbnr dl:hover dd{
	color:#0c3d9b;
}
/* npro
-------------------------------------------------------------- */
.bg{
	background:#f8f8f8;
	}
.npro{
	margin-top:50px;
	margin-bottom:50px;
	}
.npro dl{
	padding:0 10px;
	margin:20px 0;
	}
.npro dl dt{
	width:100%;
	overflow:hidden;
	background:#fff;
	height:226px;
	position:relative;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	text-align:center;
}
.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{
	width:100%;
	overflow:hidden;
	border-top:solid 1px #f4f4f4;
	padding-top:16px;
	background:#fff;
	padding:16px 7% 17px 7%;
	position:relative;
	}
.npro dl dd:after{
	content:"";
	width:0;
	height:2px;
	background:#0c3d9b;
	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;
	}
.npro dl dd p{
	width:100%;
	overflow:hidden;
	color:#aaaaaa;
	}
.npro dl dd h4{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#1f1f1f;
	line-height:30px;
	font-weight:normal;
	border-bottom:solid 1px #dbdbdb;
	padding-bottom:17px;
	white-space: nowrap;
    text-overflow: ellipsis;
	}
.npro dl dd .npromore{
	width:100%;
	overflow:hidden;
	line-height:30px;
	margin-top:13px;
	position:relative;
	}
.npro dl dd .npromore:before{
	content:"";
	width:20px;
	height:2px;
	background:#dbdbdb;
	position:absolute;
	left:0;
	top:14px;
	}
.npro dl dd .npromore span{
	overflow:hidden;
	float:right;
	color:#585858;
	}
.npro dl:hover dd h4{
	color:#0c3d9b;
	font-weight:bold;
	}
.npro dl:hover dd:after{
	width:100%;
	}
.npro .nproimg{
	width:38%;
	overflow:hidden;
	}
.npro .nproimg img{
	max-width:100%;
	height:auto;
	}
.npro .nprojs{
	width:62%;
	overflow:hidden;
	padding-left:115px;
}
.npro .nprojs h1{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	line-height:40px;
	font-weight:normal;
	border-bottom:solid 1px #eaeaea;
	padding-bottom:24px;
}
.npro .nprojs .nproms{
	width:100%;
	overflow:hidden;
	margin-top:34px;
	}
.npro .nprojs .nproms p{
	overflow:hidden;
	font-size:16px;
	line-height:30px;
	color:#737373;
	}
.npro .nprojs .npro_infolei{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:40px;
}
.npro .npro_infort .npro_infolei span{
	font-size:16px;
	color:#71b52c;
	}
.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:#0c3d9b;
	}
.nprotd{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nprotd .tit h3,.nprogg .tit h3{
	font-size:30px;
	}
.nprotd .tit hr,.nprogg .tit hr{
	margin:18px auto 0;
	}
.nprotdnr{
	width:100%;
	overflow:hidden;
	background:#f6f6f6;
	margin-top:48px;
	}
.nprotdlist{
	padding:62px 0;
	}
.nprotdlist p{
	overflow:hidden;
	font-size:16px;
	color:#545454;
	line-height:30px;
	}
.nprogg{
	margin-top:82px;
	}
.nprogg .nproggnr{
	width:100%;
	overflow:hidden;
	margin-top:70px;
	}
.nprosyfw{
	width:100%;
	overflow:hidden;
	}

.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;
}
/* nproinfo
-------------------------------------------------------------- */
.nproinfo{
	width:100%;
	height:960px;
	overflow:hidden;
	position:relative;
	}
.nproinfo .nproxqtit{
	overflow:hidden;
	position:absolute;
	right:12.5%;
	top:11.5%;
	}
.nproinfo dl{
	overflow:hidden;
	float:right;
	position:absolute;
	right:52px;
	top:44px;
	}
.nproinfo dl dt,.nproinfo dl dd{
	overflow:hidden;
	text-align:center;
	}
.nproinfo dl dd{
	text-align:center;
	color:#fff;
	line-height:34px;
	}
.nproxqnr{
	overflow:hidden;
	position:absolute;
	top:58%;
	right:12.5%;
	}
.nproxqnr p{
	overflow:hidden;
	font-size:16px;
	text-align:right;
	line-height:30px;
	color:#fff;
	}
.nfzlc{
	width:100%;
	height:1095px;
	overflow:hidden;
	background:url(../images/fzlcbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:150px;
	padding-bottom:80px;
	}
.nfzlcnr{
	width:100%;
	overflow:hidden;
	}
/*大事记start*/
.event_box{width:100%;margin:0 auto 0;position:relative;min-height:858px;}
.event_box .parHd {width:100%;display:inline-block;height:257px;overflow:hidden; background:url(../images/fzlcbg2.png) no-repeat top right;}
.parHd  ul{width:100%;text-align:center;margin:0 auto; overflow:visible !important;}
.parHd .tempWrap{margin:0 auto; height:257px;}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;font-size:20px;color:#000;margin:0 94px; padding-bottom:25px;position:relative;}
.parBd{text-align:center;margin-top:270px;float: right;width: 26%; margin-right:12.5%;}
.parBd .slideBox{
	width:100%;
	overflow:hidden;
	}
.parBd h4{position:relative; width:100%;font-size:55px; color:#e5310c;margin-bottom:18px;/*width:200px;*/display:inline-block;text-align:left;}
.parBd h4 span{
	font-size:16px;
	color:#e5310c;
	}
.parBd p{line-height:30px;font-size:16px;width:100%;margin:0 auto; text-align:left;}
div#listBox {width:100%;}
.sPrev,.sNext{width:37px;height:19px;display:block;position:absolute;right:35%;}
.sPrev{bottom:46%;}
.sNext{bottom:13%;}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li span{display:block;width:16px;height:16px;overflow:hidden;background:#bfbfbf; border-radius:50%;position:absolute;bottom:0;left:50%;margin-left:-8px;z-index:21;}
.parHd li.act span{display:block;width:16px;height:16px;overflow:hidden;background:#bfbfbf; border-radius:50%;position:absolute;bottom:0;left:50%;margin-left:-8px;z-index:21;}
.parHd li .nfzlcimg{
	width:144px;
	height:144px;
	overflow:hidden;
	border:solid 4px #e5310c;
	border-radius:50%;
	margin-bottom:10px;
	left:50%;
	margin-left:-10px;
	top:0;
	opacity:0;
	}
.parHd li .nfzlcimg img{
	width:100%;
	height:auto;
	}
.parHd li.act .nfzlcimg{
	opacity:1;
	}
.parHd li:nth-child(2){
	top:45px;
	}
.parHd li:nth-child(3){
	top:50px;
	}
.parHd li:nth-child(5){
	top:-102px;
	}
.parHd li:nth-child(6){
	top:-186px;
	}
.parHd li:nth-child(7){
	top:-188px;
	}
/* nnews
-------------------------------------------------------------- */
.nnews{
	margin-top:60px;
	margin-bottom:60px;
	}
.news-box {
  padding: 40px 0;
}
.news-list {
  padding-bottom: 60px;
}
.news-list li {
  position: relative;
  z-index: 2;
  margin-bottom: 53px;
}
.news-list li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #F5F5F6;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.65s;
  z-index: -1;
}
.news-list li:hover,
.news-list li.active {
  color: #F5F5F6;
}
.news-list li:hover:before,
.news-list li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.news-list li:hover figure img {
  transform: scale(1.08);
}
.news-list li:hover .news-fix:before {
  width: 100%;
}
.news-list li:hover .news-fix strong {
  color: #0c3d9b;
}
.news-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  cursor: pointer;
}
.news-wrap figure {
  display: block;
  width: 45.83%;
  line-height: 1;
  overflow: hidden;
}
.news-wrap figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.45s;
}
.news-fix {
  position: relative;
  margin-top: 23px;
  padding-top: 44px;
  width: 45.83%;
  border-top: 4px solid #333333;
}
.news-fix:before {
  position: absolute;
  left: 0;
  top: -4px;
  content: "";
  width: 0;
  height: 4px;
  background: #0c3d9b;
  transition: 0.65s;
}
.news-fix strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #333333;
  font-size: 28px;
  line-height:40px;
  font-weight: normal;
  transition: 0.4s;
}
.news-fix p {
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-fix time {
  display: block;
  position: absolute;
  left: 0;
  bottom: 34px;
  color: #BFBFBF;
  font-size: 16px;
  line-height: 1;
  font-family: "Gilroy";
}
.page {
  display: flex;
  justify-content: center;
}
.page a {
  display: inline-block;
  margin-right: 5px;
  width: 39px;
  height: 39px;
  border: 1px solid #DEDEDE;
  text-align: center;
  line-height: 39px;
  color: #464646;
  font-size: 14px;
}
.page a:first-child,
.page a:last-child {
  width: 86px;
  font-size: 20px;
  font-weight: bold;
  color: #B9B9B9;
}
.page a:last-child {
  margin-right: 0;
}
.page a:hover,
.page a.active {
  background: #1F90D0;
  color: #fff;
  border-color: #1F90D0;
}
.news-view {
  display: flex;
}
.news-left {
  flex: 1;
  padding-right: 45px;
  border-right: 1px solid #E1E1E1;
}
.news-titles {
  padding: 68px 0;
}
.news-titles strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #333333;
  font-size: 40px;
  font-weight: normal;
}
.news-titles span {
  display: block;
  margin-right: 20px;
  line-height: 1;
  color: #333333;
  font-size: 14px;
}
.news-titles span:last-child {
  margin-right: 0;
}
.news-time {
  display: flex;
}
.news-info {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
.news-info img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.news-page {
  padding: 128px 0 80px;
}
.news-page p:first-child {
  margin-bottom: 20px;
}
.news-page p a {
  display: inline-block;
  color: #999999;
  font-size: 16px;
}
.news-page p a:hover {
  color: #1F90D0;
}
.news-commend {
  box-sizing: border-box;
  padding-left: 45px;
  padding-top: 68px;
  padding-bottom: 30px;
  width: 330px;
}
.nnews h1{
	width: 100%;
    overflow: hidden;
    font-size: 24px;
	line-height:30px;
    color: #343434;
	font-weight:bold;
    text-align: center;
    margin: 0 0 16px 0;
	}
.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;
	}
/* ntzzgx
-------------------------------------------------------------- */
.ntzzgx{
	margin-top:60px;
	margin-bottom:60px;
	}
.ntzzgx ul{
	width:100%;
	overflow:hidden;
	}
.ntzzgx ul li{
	width:100%;
	overflow:hidden;
	padding-bottom:40px;
	border-bottom:solid 1px #e9e9e9;
	margin-top:60px;
	}
.ntzzgx ul li .ntzzgxlf,.ntzzgx ul li .ntzzgxrt{
	padding:0;
	}
.ntzzgx ul li .ntzzgxlf h4{
	width:100%;
	overflow:hidden;
	font-size:22px;
	line-height:30px;
	color:#1f1f1f;
	font-weight:normal;
	}
.ntzzgx ul li .ntzzgxlf .ntzzgxms{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#8d8d8d;
	line-height:30px;
	margin-top:18px;
	}
.ntzzgx ul li .ntzzgxrt span{
	float:right;
	font-size:16px;
	}
.ntzzgx ul li .ntzzgxlf .ntzzgxmore{
	width:136px;
	height:42px;
	border-radius:20px;
	text-align:center;
	line-height:42px;
	color:#dd141e;
	border:solid 1px #dd141e;
	margin-top:45px;
	}
.ntzzllz{
	width:100%;
	overflow:hidden;
	}
.ntzzllz p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
/* njob
-------------------------------------------------------------- */
.njob{
	margin-top:60px;
	margin-bottom:60px;
	}
.njob .njobimg{
	width:32%;
	overflow:hidden;
	}
.njob .njobimg img{
	max-width:100%;
	height:auto;
	}
.njob .njobnr{
	width:68%;
	overflow:hidden;
	padding-left:90px;
	padding-top:8px;
	}
.njob .njobnr h4{
	width:100%;
	overflow:hidden;
	font-size:30px;
	color:#1f1f1f;
	line-height:40px;
	font-weight:normal;
	margin-bottom:24px;
	}
.njob .njobnr p{
	overflow:hidden;
	font-size:15px;
	color:#737373;
	line-height:30px;
	}
.njoblist{
	width:100%;
	overflow:hidden;
	margin-top:90px;
	}
.njoblist .tit h3{
	font-size:30px;
	}
.njoblist .tit hr{
	margin:18px auto 0;
	}
.njoblist dl{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.njoblist dl dt,.njoblist dl dd{
	width:100%;
	overflow:hidden;
	}
.njoblist dl dt{
	background:#f4f4f4;
	font-size:20px;
	line-height:58px;
	color:#1d1d1d;
	font-weight:normal;
	padding-left:42px;
	}
.njoblist dl dd{
	padding:36px 42px;
	border:solid 1px #e5e5e5;
	}
.njoblist dl dd p{
	overflow:hidden;
	font-size:16px;
	color:#585858;
	line-height:30px;
	}
/* nhzhb
-------------------------------------------------------------- */
.nhzhb{
	margin-top:60px;
	margin-bottom:60px;
	}
.nhzhbnr{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul{
	width: 100%;
	overflow: hidden;
	}
.nhzhbnr ul li{
	width: 18%;
    overflow: hidden;
    float: left;
    margin: 17px 1%;
    box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -moz-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
    -webkit-box-shadow: 0px 0px 8px rgba(4,0,0,0.08);
	}
.nhzhbnr ul li img{
	max-width:100%;
	height:auto;
	}
/* ncjzsnr
-------------------------------------------------------------- */
.ncjzsnr {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.ncjzsnr ul {
	width: 100%;
	overflow: hidden;
}
.ncjzsnr ul li {
	width: 419px;
	overflow: hidden;
	margin-right: 71.5px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}
.ncjzsnr ul li img {
	max-width: 100%;
	height: auto;
}
.ncjzsnr ul li:nth-child(3n) {
	margin-right: 0;
}
/* ncontact
-------------------------------------------------------------- */
.ncontact{
	margin-top:60px;
	margin-bottom:60px;
}
.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-top:28px;
	}
.ncontact .ncontactnr .ncontactlf{
	width:80%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.newm{
	width:20%;
	overflow:hidden;
	}
.newm dl{
	overflow:hidden;
	float:right;
	}
.newm dl dt,.newm dl dd{
	overflow:hidden;
	text-align:center;
	}
.newm dl dt img{
	max-width:100%;
	height:auto;
}
.newm dl dd{
	font-size:16px;
	color:#333;
	line-height:32px;
	}
.ncontact .ncontactnr p,.ncontact .ncontactnr .ncontactlf p{
	width:100%;
	overflow:hidden;
	font-size:16px;
	color:#333;
	line-height:35px;
	}
.ncontact .ncontactnr p a{
	font-size:16px;
	color:#333;
	}
.nmessage{
	margin-top:60px;
}
.nmessagenr{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
.nmessagenr dl{
	width:49%;
	overflow:hidden;
	float:left;
	margin-top:21px;
	}
.nmessagenr dl dt{
	width:100%;
	overflow:hidden;
	color:#323232;
	font-size:16px;
	line-height:30px;
	padding-bottom:10px;
	}
.nmessagenr dl dd{
	width:100%;
	overflow:hidden;
	}
.nmessagenr dl dd input{
	width:100%;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:60px;
	padding-left:56px;
	color:#323232;
	}
.nmessagenr dl dd textarea{
	width:100%;
	height:360px;
	overflow:hidden;
	border:solid 1px #e4e4e4;
	line-height:30px;
	padding-left:56px;
	padding-top:18px;
	}
.nmessagenr dl:last-child{
	width:100%;
	}
.nmessagenr dl:nth-child(2n+1){
	margin-right:1%;
	}
.nmessagenr dl:nth-child(2n){
	margin-left:1%;
	}
.nmessagenr dl:nth-child(1) dd input{
	background:#fff url(../images/icon12.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(2) dd input{
	background:#fff url(../images/icon13.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(3) dd input{
	background:#fff url(../images/icon14.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(4) dd input{
	background:#fff url(../images/icon15.png) no-repeat 24px center;
	}
.nmessagenr dl:nth-child(5){
	width:100%;
	}
.nmessagenr dl:nth-child(5) dd textarea{
	background:#fff url(../images/icon16.png) no-repeat 24px 21.5px;
	}
.nmessagenr .tjbtn {
    width: 100%;
    overflow: hidden;
	margin-top:25px;
}
.nmessagenr .tjbtn button {
    width: 100%;
    height: 60px;
    background: #0c3d9b;
    color: #fff;
	text-align:center;
	font-size:16px;
}
/* nzsjm
-------------------------------------------------------------- */
.nzsjm{
	margin-top:60px;
	margin-bottom:60px;
	}
.nzsjm .ntit h3,.nzsjm .ntit p{
	text-align:center;
	}
.nzsjm .nzsjmnr{
	width:100%;
	overflow:hidden;
	margin-top:44px;
	}
/* njmtj
-------------------------------------------------------------- */
.njmtj{
	margin-top:60px;
	margin-bottom:60px;
	}
.njmtj .ntit h3,.njmtj .ntit p{
	text-align:center;
	}
.njmtjnr,.njmtjnr dl{
	width:100%;
	overflow:hidden;
	}
.njmtjnr dl{
	margin-bottom:115px;
	}
.njmtjnr dl dt{
	width:45%;
	overflow:hidden;
	padding-right:12.5%;
	text-align:right;
	}
.njmtjnr dl dd{
	width:55%;
	float:right;
	}
.njmtjnr dl dd .dticon{
	width:212px;
	height:212px;
	border-radius:50%;
	background:#fff;
	    box-shadow: 0px 0px 15px rgba(4,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px rgba(4,0,0,0.05);
    -webkit-box-shadow: 0px 0px 15px rgba(4,0,0,0.05);
	}
.njmtjnr dl dd .dticonimg{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding-top:50px;
	}
.njmtjnr dl dd h4{
	width:100%;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	font-size:20px;
	color:#2b2b2b;
	margin-top:10px;
	font-weight:normal;
	}
.njmtjnr dl dd .dtnr{
	width:53%;
	overflow:hidden;
	}
.njmtjnr dl dd .dtlist{
	overflow:hidden;
	padding-top:20px;
	}
.njmtjnr dl dd .dtnr p{
	width:100%;
	overflow:hidden;
	font-size:15px;
	color:#757575;
	line-height:30px;
	margin-top:28px;
	}
.njmtjnr dl:nth-child(2n+1) dt{
	float:left;
	}
.njmtjnr dl:nth-child(2n) dt{
	float:right;
	}
.njmtjnr dl dd{
	background:#ececec;
	}
.njmtjnr dl:nth-child(2n) dd{
	border-radius:0 120px 120px 0;
	}
.njmtjnr dl:nth-child(2n+1) dd{
	border-radius:120px 0 0 120px;
	}
.njmtjnr dl:nth-child(2n):hover dd{
	background:#e5310c url(../images/njmtjbg.jpg) no-repeat left center;
	border-radius:0 120px 120px 0;
	}
.njmtjnr dl:nth-child(2n+1):hover dd{
	background:#e5310c url(../images/njmtjbg.jpg) no-repeat right center;
	border-radius:120px 0 0 120px;
	}
.njmtjnr dl:nth-child(2n+1) dd .dtlist{
	padding-left:65px;
	}
.njmtjnr dl:nth-child(2n) dd .dtlist{
	padding-right:65px;
	}
.njmtjnr dl:hover dd .dtlist p{
	color:#fff;
	}
	
/* nhxys
-------------------------------------------------------------- */
.nhxys{
	width:100%;
	overflow:hidden;
	background:#fcfcfc;
	padding-top:80px;
	padding-bottom:80px;
	}
.nhxys .nhxysnr{
	position:relative;
	padding-bottom:127px;
	z-index:1;
	}
.nhxyslf{
	width:40%;
	overflow:hidden;
	}
.nhxyslf ul{
	width:100%;
	overflow:hidden;
	margin-top:204px;
	}
.nhxyslf ul li{
	width:47%;
	overflow:hidden;
	float:left;
	border-radius:10px;
	}
.nhxyslf ul li:first-child{
	margin-right:3%;
	}
.nhxyslf ul li:last-child{
	margin-left:3%;
	}
.nhxyslf ul li img{
	width:100%;
	height:auto;
	}
.nhxysnr .nhxysmap{
	overflow:hidden;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
	}
.nhxysnr .nhxysmap img{
	max-width:100%;
	height:auto;
	}
.nhxysnr .nhxysms{
	width:100%;
	overflow:hidden;
	font-size:18px;
	line-height:30px;
	color:#7f7f7f;
	margin-top:32px;
	}
.nhxysnr hr{
	width:106px;
	border:none;
	border-bottom:solid 1px #adadad;
	margin-top:77px;
	}
/* ncngm
-------------------------------------------------------------- */
.ncngm{
	width:100%;
	overflow:hidden;
	background:url(../images/gmbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:263px;
	padding-bottom:140px;
	}
.ncngm .ncngmnr{
	position:relative;
	}
.ncngmnr .ntit h3,.ncngmnr .ntit p{
	color:#fff;
	}
.ncngm .ncngmlist{
	width:100%;
	overflow:hidden;
	}
.ncngm .ncngmlist{
	width:100%;
	overflow:hidden;
	margin-top:78px;
	}
.ncngm .ncngmlist dl{
	width:100%;
	overflow:hidden;
	background:#fff;
	}
.ncngm .ncngmlist dl dt,.ncngm .ncngmlist dl dd{
	width:50%;
	overflow:hidden;
	float:left;
	}
.ncngm .ncngmlist dl dt{
	border-left:solid 10px #e5310c;
	}
.ncngm .ncngmlist dl dt img{
	width:100%;
	height:auto;
	}
.ncngm .ncngmlist dl dd{
	padding:117px 80px 0 80px;
	}
.ncngm .ncngmlist dl dd hr{
	width:100%;
	border-bottom:solid 1px #d3d3d3;
	margin-top:62px;
	}
.ncngmlist .owl-pagination,.ncngmlist .owl-controls .owl-number{
	display:none;
	}
.ncngm .ncngmlist dl dd p{
	width:100%;
	overflow:hidden;
	font-size:18px;
	color:#303030;
	line-height:40px;
	text-align:left;
	}
.ncngm .owl-controls .owl-buttons div{
	width:54px;
	height:54px;
	border:solid 2px #fff;
	border-radius:50%;
	position:absolute;
	}
.ncngm .owl-controls .owl-buttons .owl-prev{
	background:url(../images/prev_ys.png) no-repeat center;
	top:0;
	right:86px;
	}
.ncngm .owl-controls .owl-buttons .owl-next{
	background:url(../images/next_ys.png) no-repeat center;
	top:0;
	right:0;
	}
.ncngm .owl-controls .owl-buttons div:hover{
	background-color:#e5310c;
	border:solid 2px #e5310c;
	}
/* nscyx
-------------------------------------------------------------- */
.nscyx{
	width:100%;
	overflow:hidden;
	background:url(../images/fwbzbg.jpg) no-repeat top center;
	background-size:cover;
	padding-top:194px;
	padding-bottom:102px;
	}
.nscyx .ntit h3,.nscyx .ntit p{
	text-align:center;
	}
.nscyxms{
	width:100%;
	overflow:hidden;
	text-align:center;
	padding:0 17%;
	font-size:16px;
	line-height:35px;
	color:#616161;
	margin-top:45px;
	}
.nscyxnr ul{
	width:100%;
	overflow:hidden;
	margin-top:86px;
	}
.nscyxnr ul li{
	width:14.66666667%;
	overflow:hidden;
	float:left;
	margin:14px 1%;
	border-radius:10px;
	border:solid 4px #f4f4f4;
	}
.nscyxnr ul li img{
	max-width:100%;
	height:auto;
	}
/* ntyzx
-------------------------------------------------------------- */
.ntyzx{
	margin-top:60px;
	margin-bottom:60px;
	}
.ntyzx .ntit h3,.ntyzx .ntit p{
	text-align:center;
	}
.ntyzxms{
	width:100%;
	overflow:hidden;
	text-align:center;
	font-size:16px;
	line-height:30px;
	color:#616161;
	margin-top:48px;
	}
.ntyzx ul{
	width:100%;
	overflow:hidden;
	margin-top:73px;
	}
.ntyzx ul li{
	width:48%;
	overflow:hidden;
	border-radius:20px;
	float:left;
	margin:0 1%;
	}
.ntyzx ul li img{
	width:100%;
	height:auto;
	}
.ntyzxbtn{
	width:100%;
	overflow:hidden;
	margin-top:84px;
	}
.ntyzxbtn a{
	display:block;
	width:236px;
	height:54px;
	margin:auto;
	background:#e5310c;
	text-align:center;
	line-height:54px;
	border-radius:30px;
	font-size:16px;
	color:#fff;
	}
/* nzlbz
-------------------------------------------------------------- */
.nzlbz{
	width:100%;
	overflow:hidden;
	background:#e5310c;
	padding-top:98px;
	padding-bottom:74px;
	}
.nzlbz .ntit h3{
	color:#fff;
	}
.nzlbz .ntit p{
	color:rgba(255,255,255,0.5);
	}
.nzlbz .nzlbznr{
	height:850px;
	position:relative;
	}
.nzlbznr .nzlbzms{
	width:50%;
	overflow:hidden;
	font-size:20px;
	color:#fff;
	line-height:35px;
	margin-top:32px;
	}
.nzlbznr .nzlbzimg{
	position:absolute;
	width:850px;
	overflow:hidden;
	left:50%;
	margin-left:-425px;
	top:0;
	}
.nzlbznr .core{
	width:197px;
	height:197px;
	border:solid 1px #fff;
	border-radius:50%;
	position:absolute;
	right:0;
	top:0;
	}
.nzlbzimglist{
	width:100%;
	overflow:hidden;
	}
.nzlbzimglist ul{
	overflow:hidden;
	}
.nzlbzimglist ul li{
	overflow:hidden;
	position:absolute;
	}
.nzlbzimglist ul li .cpzlrq{
	overflow:hidden;
	border:solid 3px #facd89;
	border-radius:50%;
	position:relative;
	}
.nzlbzimglist ul li:first-child .cpzlrq{
	width:186px;
	height:186px;
	}
.nzlbzimglist ul li img{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180%;
	}
.nzlbzimglist ul li:nth-child(2) .cpzlrq{
	width:138px;
	height:138px;
	}
.nzlbzimglist ul li:nth-child(3) .cpzlrq{
	width:122px;
	height:122px;
	}
.nzlbzimglist ul li:last-child .cpzlrq{
	width:170px;
	height:170px;
	}
.nzlbzimglist ul li:last-child .cpzlrq img{
	width:120%;
	}
.poptrox-overlay .caption{
	display:none !important;
	}
.poptrox-popup{
	padding:10px !important;
	}
.nzlbzimglist ul li:first-child{
	left:0;
	bottom:350px;
	}
.nzlbzimglist ul li:nth-child(2){
	left:405px;
	bottom:210px;
	}
.nzlbzimglist ul li:nth-child(3){
	left:898px;
	bottom:22px;
	}
.nzlbzimglist ul li:last-child{
	right:0;
	bottom:160px;
	}
/* 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:#0c3d9b;
	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: #0c3d9b;
}
.mmenu{
	width:100%;
	overflow:hidden;
	padding:0 6%;
	display:none;
}
.a_txt,.rg{
	display:none;
}
/*移动端导航*/
@media screen and (max-width: 1023px) and (min-width: 0px){
.nav,.topewm,.banner_n .banner_nr{display:none}
.rg{display:block;padding-top:14px;float:right;margin-right:10px;}
.rg a img{vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
.mmenu{
	display:block;
}
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
	 
}
@media only screen and (min-width: 1599px) and (max-width: 1600px) {
	.ncasenr ul li{
		height:439px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:221px;
	 }
	.ncjnr ul li{
		height:216px;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1598px) {
	.ncasenr ul li{
		height:395px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:198px;
	 }
	.ncjnr ul li{
		height:194px;
	}
}
@media only screen and (min-width: 1360px) and (max-width: 1439px) {
	.ncasenr ul li{
		height:373px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:186px;
	 }
	.ncjnr ul li{
		height:183px;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1359px) {
	.ncasenr ul li{
		height:351px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:174px;
	 }
	.ncjnr ul li{
		height:172px;
	}
}
@media only screen and (min-width: 1152px) and (max-width: 1279px) {
	.ncasenr ul li{
		height:316px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:155px;
	 }
	.ncjnr ul li{
		height:155px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1151px) {
	.ncasenr ul li{
		height:281px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:137px;
	 }
	.ncjnr ul li{
		height:138px;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
	.ncasenr ul li{
		height:272px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:132px;
	 }
	.ncjnr ul li{
		height:134px;
	}
}
@media only screen and (min-width: 860px) and (max-width: 991px) {
	.ncasenr ul li{
		height:326px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:155px;
	 }
	.ncjnr ul li{
		height:158px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 859px) {
	.ncasenr ul li{
		height:287px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:137px;
	 }
	.ncjnr ul li{
		height:141px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
	.ncasenr ul li{
		height:364px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:174px;
	 }
	.ncjnr ul li{
		height:180px;
	}
}
@media only screen and (min-width: 540px) and (max-width: 639px) {
	.ncasenr ul li{
		height:307px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:145px;
	 }
	.ncjnr ul li{
		height:152px;
	}
}
@media only screen and (min-width: 425px) and (max-width: 539px) {
	.ncasenr ul li{
		height:242px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:111px;
	 }
	.ncjnr ul li{
		height:119px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 424px) {
	.ncasenr ul li{
		height:213px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:96px;
	 }
	.ncjnr ul li{
		height:105px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 374px) {
	.ncasenr ul li{
		height:182px;
	}
	 .npro dl dt,.nsbnr dl dt{
		 height:80px;
	 }
	.ncjnr ul li{
		height:90px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 319px) {
	.ncasenr ul li{
		height:180px;
	}
	 .npro dl dt{
		 height:78px;
	 }
	.ncjnr ul li{
		height:88px;
	}
}
 @media(max-width:1600px) {
	.cont, .cont1 {
		width: 88%;
	}
	.banner .owl-buttons .owl-prev, .banner .owl-buttons .owl-next{
		right:12.5%;
	}
	.banner_n .banner_nr{
		margin-left:-44%;
	}
	.item p.p1{
		margin-top:-36px;
	}
	.ldzc{
		padding-left:6%;
	}
	.nmenu ul li{
		padding:0 20px;
	}
	.banner_n .banner_nr{
		padding:0 20px;
	}
	.aboutlf .ab_fl ul li .counter{
		font-size:36px;
		line-height:46px;
	}
	.about .aboutrt h4{
		font-size:36px;
		line-height:46px;
	}
	.newslist{
		padding-left:6%;
	}
	.newslist .owl-controls .owl-buttons .owl-prev{
		left:12%;
	}
	.newslist .owl-controls .owl-buttons .owl-next{
		left:24%;
	}
}
@media(max-width:1440px) {
	.navs > li > a{
		margin: 0 25px;
	}
	.banner .owl-buttons .owl-prev, .banner .owl-buttons .owl-next{
		right:11%;
	}
	.item p.p1{
		margin-top:-33px;
	}
	.aboutlf .ab_fl ul li:nth-child(4) {
		padding-left: 80px;
	}
	.aboutlf .ab_fl ul li:nth-child(3),.aboutlf .ab_fl ul li:nth-child(6){
		padding-left: 400px;
	}
	.ldzc .ldzcrt {
		padding: 0 0 0 60px;
	}
	.newslist dl dt{
		padding-right:60px;
	}
	.news .newsen{
		font-size:50px;
		line-height:50px;
	}
	.news-fix strong{
		font-size: 24px;
		line-height: 34px;
	}
	.about .aboutrt h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.nabout .nabouttit h3,.ntit h3{
		font-size:36px;
		line-height:46px;
	}
	.naboutab .ab_fl dl dt .counter{
		font-size: 50px;
		line-height: 50px;
	}
	.nmenu ul li {
		padding: 0 15px;
	}
	.newslist dl dd span{
		font-size:50px;
	}
}
@media(max-width:1360px) {
	.navs > li > a{
		margin: 0 40px;
	}
	.banner .owl-buttons .owl-prev, .banner .owl-buttons .owl-next{
		right:9%;
	}
	.item p.p1{
		margin-top:-31px;
	}
	.about .aboutrt h4 {
		font-size: 32px;
		line-height: 42px;
	}
	.aboutlf .ab_fl ul li:nth-child(3),.aboutlf .ab_fl ul li:nth-child(6){
		padding-left: 360px;
	}
	.about .aboutrt {
		padding: 384px 0 0 150px;
	}
	.nabout .nabouttit h3,.ntit h3{
		font-size:32px;
		line-height:42px;
	}
	.naboutab .ab_fl dl dt .counter {
		font-size: 46px;
		line-height: 46px;
	}
}
@media(max-width:1280px) {
	.navs > li > a{
		margin: 0 35px;
	}
	.banner .owl-carousel {
		height: 640px;
	}
	.news .newsen{
		font-size:46px;
		line-height:46px;
	}
	.hlsltit h3,.hlsltit h3 a,.ldzc h3,.protit h3{
		font-size:36px;
		line-height:46px;
	}
	.about .aboutrt h4 {
		font-size: 28px;
		line-height: 38px;
	}
	.nmenu ul li {
		padding: 0 12px;
	}
	.aboutlf .ab_fl ul li:nth-child(4) {
		padding-left: 20px;
	}
	.newslist dl dt {
		padding-right: 40px;
	}
	.banner .owl-buttons .owl-prev, .banner .owl-buttons .owl-next{
		right:5%;
	}
	.aboutlf .ab_fl ul li:nth-child(3), .aboutlf .ab_fl ul li:nth-child(6) {
		padding-left: 320px;
	}
	.aboutlf .ab_fl ul li .counter {
		font-size: 34px;
		line-height: 44px;
	}
	.npro .nprojs h1{
		font-size:26px;
	}
}
@media(max-width:1152px) {
	.navs > li > a{
		margin: 0 30px;
	}
	.newslist{
		width:55%;
	}
	.newslist dl dt {
		padding-right: 20px;
	}
	.aboutlf .ab_fl ul li:nth-child(4) {
		padding-left: 0;
	}
	.aboutlf .ab_fl ul li:nth-child(3), .aboutlf .ab_fl ul li:nth-child(6) {
		padding-left: 270px;
	}
	.about .aboutrt {
		padding: 384px 0 0 100px;
	}
	.aboutrt .aboutmore{
		margin-top:50px;
	}
	.naboutab .ab_fl dl dt .counter {
		font-size: 42px;
		line-height: 42px;
	}
	.nabout .nabouttit h3,.ntit h3{
		font-size:28px;
		line-height:38px;
	}
	
	
}
@media(max-width:1024px) {
	.navs > li > a{
		margin: 0 26px;
	}
	.about .aboutrt {
		padding: 384px 0 0 60px;
	}
	.newslist dl dd span {
		font-size: 46px;
	}
	.newslist{
		width:58%;
	}
	.aboutlf .ab_fl ul li:nth-child(3), .aboutlf .ab_fl ul li:nth-child(6) {
		padding-left: 240px;
	}
}
@media(max-width:1023px) {
	.header{
		height:60px;
	}
	.logo{
		padding:12.5px 0;
	}
	.logo img{
		height:35px;
	}
	.cnen a{
		line-height:60px;
	}
	
	
	
	.banner .owl-wrapper .owl-item:nth-child(1){
	background: url(../images/wap_banner1.gif) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(2){
	background: url(../images/wap_banner2.jpg) no-repeat top center;
	background-size: cover;
}
.banner .owl-wrapper .owl-item:nth-child(3){
	background: url(../images/wap_banner3.jpg) no-repeat top center;
	background-size: cover;
}
	
	.aboutlf .ab_fl ul li p {
    overflow: hidden;
    font-size: 16px;
    color: #585858;
    line-height: 30px;
}
	.aboutlf .ab_fl ul li {
    overflow: hidden;
    font-size: 16px;
    color: #585858;
    line-height: 30px;
}
	
.aboutlf .ab_fl ul li {
    overflow: hidden;
    font-size: 16px;
    color: #585858;
    line-height: 30px;
}	
	.about .aboutrt h5 {
    width: 100%;
    overflow: hidden;
    font-size: 35px;
    color: #000;
    line-height: 50px;
    text-align: right;
    margin-bottom: 5px;
    font-weight: normal;
}
	.about .aboutrt .aboutms p {
    font-size: 16px;
    line-height: 30px;
}.aboutrt .aboutmore a {
    display: block;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;}
	.pronr ul li .proicon img{ width:40%}
	
	.pronr ul li h4 {
    font-size: 18px;
}
	.pc{ display:none}
	.mb{ display:block}
	.ldzcrt dl dt .dtnr h4 {
    width: 100%;
    overflow: hidden;
    font-size: 25px;
    color: #fff;
    line-height: 35px;
    font-weight: normal;
    margin-bottom: 22px;
}.ldzcrt dl dt .dtnr p {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: normal;
    margin-top: 24px;
}.ldzcrt dl dd {
    font-size: 14px;
    color: #2c2c2c;
    line-height: 30px;
    text-align: left;
    margin-top: 22px;
}.ldzc .ldzcen {
    width: 100%;
    margin-top: 9px;
}.ldzc .ldzcen:after {
    top: 27%;
    transition: all 0.4s;
}.hlslimgp {
    font-size: 18px;
    text-align: left;
    color: #fff;
    line-height: 36px;
    padding-top: 5%;
}.bnav{ display:none}
.blogoewm .bewm dl {
    float: left;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 20px;
    width: 30%;
}.bot {
    width: 100%;
    overflow: hidden;
    background: #1a479c;
    padding: 14px 0 46px 0;
}.footer {
    padding: 0px 0 0 0!important;
}
.rg a img {
    vertical-align: top;
    width: 80%;
    margin-top: 17%;
}.font30 {
    font-size: 24px;
}
.item p.p1{font-size: 2.5rem;}
.item .p2 {
    width: 55%;
    overflow: hidden;
    position: absolute;
    left: 10%;
    top: 48%;
    z-index: 9999;
    font-size: 20px;margin-top: 10px;}
	.item .p3 {
    font-size: 13px;}
	
	
	
	
}
@media(max-width:991px) {
	.banner .owl-carousel {
		height: 613px;
	}
	.banner .bannermore,.banner .owl-number{
		display:none;
	}.item p.p1 {
    width: 100%;}
	.item .p2 {
    width: 80%;font-size: 15px; line-height:23px}
	.shubiao-index{
		display:none;
	}.item p.p1 {
    width: 100%;}
	.banner .owl-buttons .owl-prev, .banner .owl-buttons .owl-next {
		right: 1%;
		width:30px;
		height:30px;
	}.item p.p2 {
    color: #fff;
    line-height: 27px;
    margin-top: 10px;
}.item p.p3 {
    margin-top: 12px;
    letter-spacing: 0px;
}.banner .owl-carousel .owl-item:nth-child(3) .p3 {
    width: 80%;
    margin-top: 12px;
    letter-spacing: 0px; line-height:28px}
	
	.banner .owl-prev{
		bottom:20px;
	}
	.banner .owl-next{
		bottom:60px;
	}
	.about{
		padding: 60px 0;
		background-position: left;
	}
	.aboutlf .ab_fl ul li:nth-child(2) {
		padding-left: 0;
		margin-top: 20px;
	}
	.aboutlf .ab_fl ul li:nth-child(3), .aboutlf .ab_fl ul li:nth-child(6) {
		padding-left: 0;
		margin-top: 20px;
	}
	.aboutlf .ab_fl ul li:nth-child(4),.aboutlf .ab_fl ul li:nth-child(5){
		margin-top:20px;
	}
	.about .aboutlf {
		padding: 0 0 40px 0;
	}
	.about .aboutrt {
		padding: 20px 0 0 0;
	}
	.about .aboutrt h4{
		
	}
	.aboutrt .aboutmore a{
		float:left;
	}
	.hlsltit h3,.hlsltit h3 a, .ldzc h3, .protit h3 {
		font-size: 28px;
		line-height: 32px;
	}
	.ldzc .ldzcen,.protit p,.hlsltit p{
		font-size:15px;
	}.ldzc h2 {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    line-height: 50px;
    text-transform: capitalize;
}
	.pronr ul li{
		width: 33.33333333%;
	}
	.pronr ul li h4{
		font-size:18px;
	}
	.brand-box .item1{
		padding-top:80px;
	}
	.ldzcrt .qywh-carousel-carousel {
		width: 100%;
	}
	.ldzc .ldzcrt {
		padding: 0 0 0 20px;
	}
	.ldzcrt .owl-item {
		padding: 0 10px;
	}
	.ldzc{
		padding-right:6%;
	}
	.ldzc .ldzclf{
		padding:0;
		margin-bottom:30px;
	}
	.ldzc .ldzcjs,.ldzc .ldzcmore{
		margin-top:40px;
	}
	.protit{
		top:40px;
	}
	.pronr ul li{
		padding: 140px 0 0 0;
		height:540px;
	}.pro .pronr {
    height: 540px;
}.ldzc .ldzcjs p {
    font-size: 16px;
    line-height: 32px;
    color: #525252;
}.ldzc .ldzcmore a {display: block;
    width: 118px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #fff;

}
	.pronr ul li .proicon{
		margin-top:80px;
	}
	.pronr ul li .promore{
		margin-top:25px;
	}
	.pronr ul li .prono{
		font-size:30px;
		line-height:40px;
	}
	.news-fix strong{
		font-size: 20px;
		line-height: 30px;
	}
	.news{
		height:760px;
		padding-top:100px;
	}
	.newslist{
		width:100%;
	}
	.newslist .owl-controls .owl-buttons .owl-prev {
		left: 6%;
	}
	.newslist .owl-controls .owl-buttons .owl-next {
		left: 15%;
	}
	.hlsltit,.hlslmenu{
		width:100%;
	}
	.hlslmenu{
		text-align:left;
		margin-top:20px;
	}
	.hlsltit h3,.hlsltit h3 a,.hlsltit p{
		color:#fff;
	}
	.hlsl{
		padding-top:100px;
		padding-bottom:100px;
	}
	.ncjnr ul li{
		width:31.33333333%;
	}
	.npro .nprojs h1{
		font-size:24px;
	}
	.ncasenr ul li{
		width:31.3333333%;
	}
	.nabout .naboutab{
		margin-top:20px;
	}
	.nabout .nabouttop{
		padding: 0 0 40px 0;
	}
	.nabout .naboutnr{
		margin-top:40px;
	}
	.ncontact .ncontactnr .ncontactlf,.newm{
		width:100%;
	}
	.npro .nproimg,.npro .nprojs{
		width:100%;
	}
	.npro .nprojs{
		padding-left:0;
		margin-top:30px;
	}
	.news-exp2 a{
		width:100%;
	}
	.news-exp2 a:last-child{
		text-align:left;
	}
	.newm dl{
		float:left;
		margin-top:10px;
	}
	.footer{
		padding: 60px 0 0 0;
	}
	.link{
		margin-top:40px;
	}
	.blogoewm{
		padding-top:30px;
		padding-bottom:30px;
	}
	.bewm .bewmimg,.bewm .blxfs{
		float:left;
		margin-top:20px;
	}
	.blogoewm .bewm dl{
		float:left;
		margin-right:0;
		margin-left:10px;
		margin-top:20px;
	}
	.bewm .blxfs{
		padding:0;
		margin-right:10px;
	}
	.botnr .botlf,.botnr .botrt{
		width:100%;
		text-align:center;
	}.banner video{ width:100%; height:100%; object-fit: cover; display: none}
	
	

	
}
@media(max-width:767px) {
	.banner .owl-carousel {
		
	}
	.news-wrap{
		display:block;
	}
	.news-wrap figure,.news-fix{
		width:100%;
	}
	.news-fix{
		padding-top:20px;
	}
	.news-fix time{
		width:100%;
		overflow:hidden;
		line-height:30px;
		bottom:10px;
		position:inherit;
	}
	.newslist .owl-controls .owl-buttons .owl-next {
		left: 17%;
	}
	.news .newsen{
		font-size:42px;
		line-height:42px;
	}
	.ncjnr ul li{
		width:48%;
	}
	.ncasenr ul li{
		width:48%;
	}
	.nmessagenr dl{
		width:100%;
	}
	.nmessagenr dl:nth-child(2n+1) {
		margin-right: 0;
	}
	.nmessagenr dl:nth-child(2n) {
		margin-left: 0;
	}
	.nmessagenr dl dd textarea{
		height:200px;
	}
	.bnav ul li{
		width:33.33333333%;
	}
	.bnav ul li:nth-child(4){
		clear:both;
	}
}
@media(max-width:640px) {
	.banner .owl-carousel {
		
	}
	.item p.p1 {
		
		margin-top: -23px;
	}
	.newslist dl dd span {
		font-size: 42px;
	}
	.hlsllist{
		margin-top:40px;
		padding-bottom:90px;
	}
	.hlsl {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	.pronr ul li p{
		font-size:12px;
		line-height: 18px;
	}
}
@media(max-width:540px) {
	.banner .owl-carousel {
		
	}
	.item p.p1 {
		margin-top: -20px;
	}
	.newslist .owl-controls .owl-buttons .owl-next {
		left: 20%;
	}
	.newslist dl dt p{
		margin-top:10px;
	}
	.newslist dl dt {
		padding-right: 10px;
	}
	.news .newsen{
		font-size:38px;
		line-height:38px;
	}
}
@media(max-width:425px) {
	.banner .owl-buttons .owl-prev, .banner .owl-buttons .owl-next {
		width:26px;
		height:26px;
	}
	.banner .owl-prev{
		bottom:10px;
	}
	.banner .owl-next{
		bottom:45px;
	}
	.banner .owl-carousel {
		
	}
	.item p.p1 {
		margin-top: -15px;
	}
	.newslist .owl-controls .owl-buttons .owl-next {
		left: 25%;
	}
	.newslist dl dt h4{
		margin-top:25px;
	}
	.newslist dl dd span{
		font-size:40px;
	}
	.newslist dl dd p{
		font-size:16px;
	}
	.naboutab .ab_fl dl dt .counter {
		font-size: 38px;
		line-height: 38px;
	}	.item .p3 {
    font-size: 13px;
    width: 70%;
    line-height: 20px;
}
}
@media(max-width:375px) {
	.banner .owl-carousel {
		
	}
	.item p.p1 {
		margin-top: -13px;
	}
}
@media(max-width:320px) {
}
