@charset "utf-8";
/* CSS Document */
*{ margin:0; padding: 0; font-family: Microsoft Yahei, "微软雅黑", Pingfang SC, Helvetica, Arial, "Times New Roman";}
body{ text-align: justify;  max-width: 1920px; letter-spacing: 0; margin: 0 auto; font-size: 14px;}
a{ text-decoration:none; font-size: 14px; color:#000;}
input,select,textarea{ outline:none;  border-radius: 0; -webkit-appearance:none;}
img{ border: none;}

.clear{clear:both;}
.clearfix{ *zoom: 1;}
.clearfix:before{ content: ""; display: table;}
.clearfix:after{ content: ""; display: table; clear: both;}

.pic{ overflow: hidden;}
.pic img{ max-width: 100%; display: block; width: 100%; height: 100%; object-fit: cover; overflow: hidden; transition: all 0.5s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #aaa; font-size: 14px;}
input::-moz-input-placeholder{			color: #aaa; font-size: 14px;}
input::-ms-input-placeholder{			color: #aaa; font-size: 14px;}
input::-o-input-placeholder{			color: #aaa; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #aaa; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #aaa; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #aaa; font-size: 14px;}
textarea::-o-input-placeholder{			color: #aaa; font-size: 14px;}

.left{ float:left;}
.right{ float:right;}

.p10{ padding: 10px 0; }
.p20{ padding: 20px 0; }
.p30{ padding: 30px 0; }
.p40{ padding: 40px 0; }
.p50{ padding: 50px 0; }
.p60{ padding: 60px 0; }
.p70{ padding: 70px 0; }
.p80{ padding: 80px 0; }
.p90{ padding: 90px 0; }
.p100{ padding: 100px 0; }
.mt10{ margin-top: 10px !important; }
.mt20{ margin-top: 20px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }
.mt60{ margin-top: 60px !important; }
.mt70{ margin-top: 70px !important; }
.mt80{ margin-top: 80px !important; }
.mt90{ margin-top: 90px !important; }
.mt100{ margin-top: 100px !important; }
.w1200{ width: 1200px; margin: 0 auto;}
.mx1200{ max-width: 1200px; width: 94%; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}


.logo{
	width: 400px;
	margin: 5px 0;
}


.rightmenu{
	width: 780px;
	margin: 5px 0 0 0;
}

.fa{
	vertical-align: middle;
}
.fa-phone{
	width: 19px;
	padding: 0 0 0 3px;
	margin: -3px 0 0 0;
	line-height: 22px;
	color: #fff;
	background: #0e3790;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
}


.top_tel{
	font-size: 20px;
	color: #0e3790;
}


.menu{
	width: 660px;
	text-align: center;
}
.menu li{
	display: block;
	float: left;
	width: 70px;
	margin: 0 24px 0 0;
	position: relative;
	line-height: 60px;
}
.menu li:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	background: #133f96;
	bottom: 0;
	left: 0;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.menu li a{
	display: block;
	color: #666666;
}
.menu li:hover:after,
.menu li.this:after{
	opacity: 1;
}



.lan{
	width: 119px;
	line-height: 22px;
	text-align: right;
	border-left: 1px solid #c2c2c2;
}
.lan a{
	color: #002c83;
	font-size: 14px;
}

.fa-globe{
	color: #0e3790;
	font-size: 22px;
	margin: -2px 0 0 0;
}



.banner{
	height: 874px;
}

.listbanner,
.nbanner{
	height: 400px;
}



.search{
	line-height: 100px;
}




.hotkey{
	color: #222222;
	font-size: 13px;
	width: 900px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.hotkey a{
	color: #666666;
	font-size: 13px;
	margin: 0 20px 0 0;
}
.hotkey img{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}

.searchform{
	width: 270px;
	margin: 31px 0 0 0;
}
.searchform input{
	height: 38px;
	border: none;
}
.searchform input[type="text"]{
	width: 202px;
	padding: 0 15px;
	background: #f6f6f6;
	border-top-left-radius: 19px;
	border-bottom-left-radius: 19px;
}
.searchform input[type="submit"]{
	width: 38px;
	background: url("../images/sbut.png") #f6f6f6 center no-repeat;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	cursor: pointer;
}

.stitle{
	text-align: center;
}
.stitle h2{
	font-weight: normal;
	font-size: 30px;
	color: #222222;
	line-height: 38px;
}
.stitle p{
	font-size: 14px;
	color: #999999;
	line-height: 14px;
	text-transform: uppercase;
	margin: 15px 0 0 0;
}








.probg{
	background: #f8f8f8;
}

.probg .stitle h2{
	letter-spacing: 0;
}

.procate{
	width: 1200px;
	line-height: 38px;
	margin: 0 auto;
	border-bottom: 1px solid #dcdcdc;
}
.procate li{
	display: block;
	width: 25%;
	text-align: center;
	float: left;
}
.procate li a{
	font-size: 13px;
	color: #222222;
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
.procate li a:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #133f96;
	bottom: -2px;
	left: 0;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.procate li:hover a:after,
.procate li.this a:after{
	opacity: 1;
}


.proul{}
.proul li{
	display: block;
	float: left;
	border: 1px solid #e8e8e8;
	padding: 0 0 44px 0;
	position: relative;
	overflow: hidden;
	margin: 0 3% 3% 0;
	width: 31%;
}
.proul li:nth-child(3n){
	margin: 0 0 3% 0;
}
.proul li p{
	background: #e8e8e8;
	color: #222222;
	font-size: 12px;
	text-align: center;
	padding: 0 3%;
	width: 94%;
	line-height: 44px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	position: absolute;
	left: 0;
	bottom: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.proul li:hover p{
	background: #133f96;
	color: #fff;
	line-height: 54px;
}


.casecate{
	border-top: 1px solid #dcdcdc;
}
.casecate ul{
	width: 1000px;
	padding: 0 30px;
	margin: 0 auto;
}
.casecate li{
	display: block;
	width: 16.666%;
	text-align: center;
	float: left;
}
.casecate li a{
	font-size: 14px;
	color: #222222;
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
.casecate li a:after{
	position: absolute;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #133f96;
	top: -2px;
	left: 0;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.casecate li:hover a:after,
.casecate li.this a:after{
	opacity: 1;
}

.casecate li span{
	display: block;
	width: 42px;
	height: 42px;
	margin: 25px auto 10px auto;
}
.casecate li:nth-child(1) span{ background: url("../images/icon_case_1_1.png") center no-repeat;}
.casecate li:nth-child(2) span{ background: url("../images/icon_case_2_1.png") center no-repeat;}
.casecate li:nth-child(3) span{ background: url("../images/icon_case_3_1.png") center no-repeat;}
.casecate li:nth-child(4) span{ background: url("../images/icon_case_4_1.png") center no-repeat;}
.casecate li:nth-child(5) span{ background: url("../images/icon_case_5_1.png") center no-repeat;}
.casecate li:nth-child(6) span{ background: url("../images/icon_case_6_1.png") center no-repeat;}

.casecate li:nth-child(1).this span{ background: url("../images/icon_case_1_2.png") center no-repeat;}
.casecate li:nth-child(2).this span{ background: url("../images/icon_case_2_2.png") center no-repeat;}
.casecate li:nth-child(3).this span{ background: url("../images/icon_case_3_2.png") center no-repeat;}
.casecate li:nth-child(4).this span{ background: url("../images/icon_case_4_2.png") center no-repeat;}
.casecate li:nth-child(5).this span{ background: url("../images/icon_case_5_2.png") center no-repeat;}
.casecate li:nth-child(6).this span{ background: url("../images/icon_case_6_2.png") center no-repeat;}

.casecate li:nth-child(1):hover span{ background: url("../images/icon_case_1_2.png") center no-repeat;}
.casecate li:nth-child(2):hover span{ background: url("../images/icon_case_2_2.png") center no-repeat;}
.casecate li:nth-child(3):hover span{ background: url("../images/icon_case_3_2.png") center no-repeat;}
.casecate li:nth-child(4):hover span{ background: url("../images/icon_case_4_2.png") center no-repeat;}
.casecate li:nth-child(5):hover span{ background: url("../images/icon_case_5_2.png") center no-repeat;}
.casecate li:nth-child(6):hover span{ background: url("../images/icon_case_6_2.png") center no-repeat;}







.videoul li{
	display: block;
	float: left;
	width: 388px;
	cursor: pointer;
	margin: 0 18px 18px 0;
}
.videoul li p{
	font-size: 18px;
	color: #222222;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 50px;
	text-align: center;
}
.videoul li .pic{
	background: #000;
	position: relative;
}
.videoul li:hover .pic img{
	opacity: .8;
}
.videoul li .pic .icon{
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/icon_video.png") center no-repeat;
	background-size: 19%;
	left: 0;
	top: 0;
	opacity: 0;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.videoul li:hover .pic .icon{
	opacity: 1;
}
.videoul li:nth-child(3n){
	margin: 0 0 18px 0;
}




.video .more{
	width: 314px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #222222;
	display: block;
	background: #f1f2f4;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.video .more:hover{
	color: #fff;
	background: #133f96;
}




.aboutbg{
	background: url("../images/about.jpg") center top no-repeat;
}
.aboutbg .aboutbg1{
	padding: 455px 0 0 0;
	background: url("../images/about.jpg") center top no-repeat;
}
.aboutbg .about{
	padding: 40px 30px;
	background: url("../images/bg_about.jpg") #fff center no-repeat;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
}
.aboutbg .about .text{
	font-size: 14px;
	line-height: 28px;
	color: #222222;
	letter-spacing: 0;
}


.aboutbg .more{
	width: 314px;
	line-height: 46px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #fff;
	display: block;
	background: #133f96;
	border: 1px solid #133f96;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.aboutbg .more:hover{
	color: #133f96;
	background: none;
}




.abouticon li{
	display: block;
	float: left;
	width: 282px;
	margin: 0 24px 0 0;
}
.abouticon li:last-child{
	margin: 0;
}
.abouticon li div{
	border: 1px solid #e3e3e3;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #222222;
	line-height: 30px;
}



.newscate{
	padding: 15px 0 15px 50px;
	background: url("../images/icon_newscate.png") center left no-repeat;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.newscate li{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	cursor: pointer;
}
.newscate li a{
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	padding: 4px 0 0 0;
	display: block;
}
.newscate li.this a{
	font-size: 22px;
	color: #222222;
	line-height: 22px;
	padding: 0 0 0 0;
}
.newscate li.this a span{
	font-size: 18px;
	color: #666666;
}
.newscate li a.more{
	width: 160px;
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #133f96;
	padding: 0;
	display: none;
}
.newscate li.this a.more{
	display: block;
}



.newsul{
	display: none;
}
.newsul.this{
	display: block;
}
.newsul li{
	display: block;
	width: 368px;
	float: left;
}
.newsul li:nth-child(2){
	margin: 0 48px;
}
.newsul li .pic{
	height: 211px;
}
.newsul li .text{
	padding: 15px;
}
.newsul li .text span{
	font-size: 16px;
	color: #222222;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.newsul li .text font{
	font-size: 14px;
	color: #666666;
	margin: 15px 0;
	display: block;
}
.newsul li .text p{
	font-size: 13px;
	line-height: 26px;
	max-height: 52px;
	color: #666666;
    overflow: hidden;
	text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}




.fmessage,
.fmessage .w1200{
	height: 261px;
	background: url("../images/bg_message.jpg") center no-repeat;
}

.fmessage .stitle{
	padding: 90px 0 0 0;
	text-align: left;
}
.fmessage .stitle p{
	color: #222222;
}

.messageform{
	width: 680px;
	padding: 50px 0 0 0;
	color: #666;
}
.messageform p span{
	color: #ef2f00;
}
.messageform div.left{
	width: 48%;
	margin: 0 0 0 2%;
	position: relative;
}
.messageform input[type="text"]{
	width: 94%;
	padding: 0 3%;
	height: 35px;
	border: none;
	border-radius: 4px;
	background: #fff;
	margin: 5px 0 3px 0;
	display: block;
}
.messageform input[type="submit"]{
	width: 100%;
	height: 35px;
	border: none;
	border-radius: 4px;
	background: #f2a400;
	margin: 5px 0 3px 0;
	font-size: 18px;
	color: #fff;
	display: block;
	cursor: pointer;
}
.messageform textarea{
	padding: 10px 3%;
	width: 94%;
	height: 98px;
	border: none;
	border-radius: 4px;
	background: #fff;
	margin: 5px 0 3px 0;
	display: block;
}

.messageform img{
	display: block;
	position: absolute;
	right: 0;
	bottom: 3px;
	padding: 0 0;
	width: 82px;
	height: 35px;
	background: #d5d6d0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}


.pagefooter,
.footerbg{
	background: #292a2e;
	color: #fff;
}

.fmenu{
	width: 649px;
	background: url("../images/bg_fmenu.png") right top no-repeat;
}
.fmenu li{
	display: block;
	line-height: 24px;
}
.fmenu li a{
	display: block;
	font-size: 12px;
	color: #fff;
}
.fcontact{
	padding: 0 50px;
	width: 333px;
}
.fewm{
	width: 118px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.fewm .pic{
	margin: 0 0 8px 0;
}



.ftitle{
	font-size: 14px;
	margin: 0 0 10px 0;
	font-weight:bold;
}


.fmenu .fmenu1{
	width: 235px;
}
.fmenu .fmenu2{
	width: 264px;
}
.fmenu .fmenu3{
	width: 150px;
}

.flink{
	line-height: 34px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
}
.flink a{
	font-size: 14px;
	color: #ffffff;
	margin: 0 10px 0 0;
}
.cr{
	line-height: 34px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.5;
}
.cr a{
	font-size: 14px;
	color: #ffffff;
}






.bnav{
	color: #222222;
	font-size: 14px;
	width: 930px;
	color: #666666;
}
.bnav a{
	color: #666666;
	font-size: 14px;
}
.bnav img{
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 0;
}


.naboutbg{
	background: #f9f9f9;
}



.nabout .text{
	font-size: 14px;
	line-height: 30px;
	color: #222222;
}


.nhonorul li{
	display: block;
	float: left;
}


.design{
	background: #f9f9f9;
}
.designtext{
	font-size: 14px;
	line-height: 30px;
	color: #222222;
}

.designul li{
	display: block;
	width: 288px;
	float: left;
	margin: 0 14px 0 0;
	text-align: center;
}
.designul li:last-child{
	margin: 0;
}
.designul li .pic{
	position: relative;
	overflow: visible;
}
.designul li .pic .num{
	position: absolute;
	width: 60px;
	line-height: 60px;
	background: #0e3790;
	border-radius: 50%;
	border: 12px solid #fff;
	left: 50%;
	margin-left: -36px;
	bottom: -25px;
	z-index: 9;
	font-size: 28px;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.designul li .text{
	position: relative;
	z-index: 8;
	padding: 35px 12px 20px 12px;
	background: #fff;
	-moz-transition: 	all 0.5s;


	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.designul li .text span{
	display: block;
	margin: 0 0 18px 0;
	color: #222222;
	height: 48px;
	font-size: 18px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.designul li .text p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 168px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.designul li:hover .text{
	background: #133f96;
}
.designul li:hover .text *{
	color: #fff;
}

.designul li:hover .pic .num{
	border-color: #133f96;
	background: #fff;
	color: #133f96;
}





.nenvul li{
	display: block;
	float: left;
}



.nproul{
	width: 880px;
}
.nproul li{
	width: 31%;
}


.nprocate,
.ncate{
	width: 300px;
}
.catetitle{
	line-height: 84px;
	font-size: 24px;
	background: #133f96;
	text-align: center;
	color: #fff;
}


.cateul{
	border-top: 4px solid #133f96;
	margin: 2px 0 0 0;
	line-height: 50px;
}
.cateul li{
	display: block;
	position: relative;
	margin: 0 0 4px 0;
}
.cateul li a{
	display: block;
	margin: 0 0 4px 0;
	font-size: 12px;
	color: #222222;
}
.cateul li ul{
	display: none;
}
.cateul li ul li{
	margin: 1px 0 0 0;
	line-height: 46px;
}
.cateul li ul li a{
	color: #666666;
	font-weight: normal;
	font-size: 12px;
	padding: 0 0 0 20px;
}
.cateul li a{
	background: #ececec;
	display: block;
	padding: 0 0 0 10px;
}
.cateul li .fa{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	top: 0;
	color: #252525;
	cursor: pointer;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.cateul li.this .fa,
.cateul li:hover .fa{
	transform: rotate(90deg);
	color: #fff;
}
.cateul li.this ul{
	display: block;
}

.cateul>li:hover>a,
.cateul>li.this>a{
	background: #133f96;
	color: #fff;
}

.cateul>li li:hover>a,
.cateul>li li.this>a{
	background: #959595;
	color: #fff;
}

.leftcontact{
	text-align: center;
	background: #0e3790;
	color: #fff;
}
.leftcontact img{
	display: block;
	margin: 0 auto;
}
.leftcontact span{
	font-size: 18px;
	display: block;
	margin: 15px 0 5px 0;
}
.leftcontact p{
	font-size: 24px;
}




.ncasebg{
	background: #f6f6f6;
}


.ncaseul li{
	display: block;
	float: left;
	width: 374px;
	margin: 0 39px 39px 0;
}
.ncaseul li:nth-child(3n){
	margin: 0 0 39px 0;
}
.ncaseul li p{
	line-height: 30px;
	margin: 20px 0 0 0;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}



.nvideoul li .pic{
	height: 250px;
}



.nnewsul{
	width: 880px;
}

.nnewsul li{
	display: block;
	padding: 30px 0;
	border-bottom: 1px dashed #d1d1d1;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewsul li:hover{
	border-bottom: 1px dashed #133f96;
}
.nnewsul li span{
	font-size: 18px;
	margin: 18px 0 0 0;
	display: block;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.nnewsul li font{
	display: block;
	color: #999999;
	font-size: 14px;
	margin: 15px 0 0 0;
}
.nnewsul li p{
	color: #666666;
	margin: 15px 0 0 0;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.nnewsul li .pic{
	width: 260px;
	height: 226px;
}
.nnewsul li .right{
	width: 600px;
}
.nnewsul li .more{
	width: 96px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	background: #999999;
	color: #fff;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nnewsul li:hover .more{
	background: #133f96;
}



.ncontact{
	background: #fff;
}
.ncontact .text{
	width: 689px;
	padding: 60px 50px 0 50px;
}
.ncontact .text h3{
	font-weight: normal;
	color: #222222;
	font-size: 24px;
	margin: 0 0 20px 0;
}
.ncontact .text p{
	line-height: 28px;
	color: #666666;
	font-size: 14px;
}




.ncontacticon li div{
	line-height: 30px;
}
.ncontacticon li span{
	display: block;
}
.ncontacticon li:last-child p{
	font-size: 12px;
	padding: 0 10px;
}



.newstext{
	padding: 30px 30px 0 30px;
}

.ncontainer{
	width: 880px;
	background: #fff;
	padding: 0 0 30px 0;
}

.ncontainer2{
	background: #fff;
	padding: 0 0 30px 0;
}
.ncontainer2 .newstext h2{
	text-align: center;
}
.ncontainer2 .newstext .sharebox{
	width: 130px;
	margin: 0 auto;
}

.nhonor{
	position: relative;
}
.nhonorul{
	height: 395px;
}
.nhonorul li{
}
.nhonorul li .pic{
	margin: 0 70px;
}
.nhonorul li p{
	margin: 0 70px;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
}
.nhonor .arrow-left1,
.nhonor .arrow-right1{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: 20px;
	z-index: 9;
	background: url("../images/arrow_slide.png") center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nhonor .arrow-left1:hover,
.nhonor .arrow-right1:hover{
	background: url("../images/arrow_slide1.png") center no-repeat;
}
.nhonor .arrow-left1{
	left: -100px;
}
.nhonor .arrow-right1{
	right: -100px;
	transform: rotate(180deg);
}

.nenv{
	position: relative;
}
.nenvul{
	height: 309px;
}
.nenvul li{
}
.nenvul li .pic{
	margin: 0 7px;
}
.nenv .arrow-left,
.nenv .arrow-right{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: 20px;
	z-index: 9;
	background: url("../images/arrow_slide.png") center no-repeat;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.nenv .arrow-left:hover,
.nenv .arrow-right:hover{
	background: url("../images/arrow_slide1.png") center no-repeat;
}
.nenv .arrow-left{
	left: -100px;
}
.nenv .arrow-right{
	right: -100px;
	transform: rotate(180deg);
}


.nhonor li:hover .pic img,
.nenvul li:hover .pic img{
	-moz-transform: 	scale(1.1);
	-webkit-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}


.shadow{
	position:fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	display: none;
	z-index: 99;
}


.videoclose{
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 35px;
	font-size: 50px;
	font-weight: bold;
	cursor: pointer;
	opacity: .7;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}

.videoclose:hover{
	opacity: 1;
}

.videoarea{
	display: none;
}

.videoul .videoarea{
	display: none;
	position: fixed;
	left: 50%;
	top: 15%;
	width: 640px;
	margin-left: -320px;
	background: #000;
	z-index: 999;
}
.videoul li .videoarea video{
	width: 640px;
	height: 360px;
	background: none;
	outline: none;
}


.casearea{
	overflow: hidden;
	height: 610px;
	position: relative;
}
.caseul_home{
	width: 3600px;
	position: absolute;
	height: 610px;
	left: 50%;
	margin-left: -1800px;
	top: 0;
}

.caseul_home li{
	position: relative;
	transform: scale(0.9);
	display: block;
	background: #000;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.caseul_home li a{
	opacity: .4;
	display: block;
	height: 610px;
	-moz-transition: 	all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: 	all 0.5s;
	-o-transition: 		all 0.5s;
	transition: 		all 0.5s;
}
.caseul_home li .pic{
	height: 610px;
}
.caseul_home li .text{
	width: 480px;
	height: 150px;
	padding: 35px;
	background: #fff;
	position: absolute;
	top: 90px;
	right: 50px;
	color: #222;
}
.caseul_home li .text span{
	display: block;
	font-size: 14px;
	margin: 0 0 20px 0;
}
.caseul_home li .text span:after{
	content:'';
	display: block;
	margin: 20px 0 0 0;
	width: 60px;
	height: 4px;
	background: #222;
}
.caseul_home li .text p{
	line-height: 24px;
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.caseul_home li.swiper-slide-active{
	transform: scale(1);
}
.caseul_home li.swiper-slide-active a{
	opacity: 1;
}
.caseul_home li .text .num{
	font-size: 50px;
	position: absolute;
	top: 35px;
	right: 35px;
}


.casearea>.w1200{
	height: 610px;
	position: relative;
}
.casearea .arrow-left,
.casearea .arrow-right{
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 9;
	background: url("../images/arrow_slide_1.png") center no-repeat;
}
.casearea .arrow-left{
	left: -170px;
}
.casearea .arrow-right{
	right: -170px;
	transform: rotate(180deg);
}


.bannermap{
	overflow: hidden;
}
.bannermap iframe{
	position: relative;
	left: 50%;
	margin-left: -962px;
}

.nclassname{
line-height: 40px;
font-size: 22px;
font-weight: bold;
padding: 0 0 5px 0;
margin: 0 0 20px 0;
border-bottom: 2px solid #ccc;
color: #333;
}




.prodetailslide{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 20px auto;
	max-width: 1000px;
}
.detailslide{
	height: 258px;
}
.detailslide .swiper-wrapper{
	display: table;
}
.detailslide li{
	display: table-cell;
}
.prodetailslide .detailslide{
	width: 50%;
	overflow: hidden;
	border: 1px solid #ccc;
}
.prodetailslide .detailslide li img{
	margin: 0;
}
.prodetailslide .detailslide li video{
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 0;
	height: 500px !important;
	margin-top: -250px;
	
}
.prodetailslide .detailtext{
	width: 40%;
	padding: 0 5%;
	font-size: 14px;
	line-height: 40px;
}
.prodetailslide .detailtext .text1{
	font-size: 24px;
	color: #333;
	text-align: left;
	padding: 0 0 0 0;
	border: none;
}
.prodetailslide .detailtext .text3{
	font-size: 14px;
	line-height: 26px;
	margin: 10px 0 0 0;
	color: #666;
	display: none;
}
.prodetailslide .detailtext .text2{
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid #ddd;
	line-height: 22px;
	color: #333;
	font-size: 14px;
}
.prodetailslide .detailtext .text2 .fa{
	width: 30px;
	text-align: center;
	line-height: 30px;
	margin: 0 5px 0 0;
}
.prodetailslide .detailtext .text2 .fa-mobile{
	font-size: 30px;
	color: #333;
}
.prodetailslide .detailtext .text2 .fa-whatsapp{
	font-size: 24px;
	color: #00B04B;
}
.prodetailslide .detailtext .text2 .fa-envelope{
	font-size: 20px;
	color: #0041A6;
}
.prodetailslide .detailtext .text2 img{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.prodetailslide .detailtext .text2 p{
	float: left;
}
.prodetailslide .detailtext .text2 a{
	float: right;
	display: block;
	width: 114px;
	line-height: 40px;
	background: #000;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.swiper_button_prev_detailslide,
.swiper_button_next_detailslide{
	width: 40px;
	height: 60px;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	z-index: 9;
	cursor: pointer;
	outline: none;
	background: url("../images/arrow_detailslide.png") center no-repeat;
}
.swiper_button_prev_detailslide{
	left: 0;
}
.swiper_button_next_detailslide{
	right: 0;
	transform: rotate(180deg);
}

.texttitle{
	margin: 0 auto 0 auto;
	max-width: 980px;
	border-bottom: 1px solid #ddd;
	font-size: 24px;
	line-height: 36px;
	padding: 0 0 0 20px;
	position: relative;
}
.texttitle:before{
	width: 10px;
	height: 10px;
	background: #133f96;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.texttitle span{
	font-size: 18px;
	text-transform: uppercase;
	color: #c2c2c1;
}


.pagechange .returnlist{
	width: 120px;
}








