@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; margin: 0 auto;}
a{ text-decoration:none; font-size: 16px; 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.3s;transform: scale(1); max-height:100%;}
.swiper-slide img{ width: 100%; display: block;}

input::-webkit-input-placeholder{		color: #757575; font-size: 14px;}
input::-moz-input-placeholder{			color: #757575; font-size: 14px;}
input::-ms-input-placeholder{			color: #757575; font-size: 14px;}
input::-o-input-placeholder{			color: #757575; font-size: 14px;}
textarea::-webkit-input-placeholder{	color: #757575; font-size: 14px;}
textarea::-moz-input-placeholder{		color: #757575; font-size: 14px;}
textarea::-ms-input-placeholder{		color: #757575; font-size: 14px;}
textarea::-o-input-placeholder{			color: #757575; 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;}

.container{ width: 1440px; margin: 0 auto;}

::-webkit-scrollbar {
	width : 5px;
	height: 1px;
}
::-webkit-scrollbar-thumb {
	border-radius: 10px;
	height: 15px;
	background: #a0a0a0;
}
::-webkit-scrollbar-track {
	background: #f6f8fb;
}

.ovhd{
	overflow: hidden;
}

.swiper-slide{
	display: block;
	height: auto !important;
}
.swiper-container,
.swiper-wrapper{
	height: auto !important;
}

img.wapv,
div.wapv{
	display: none;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: 0 12px;
	background: #a9a9a9;
	cursor: pointer;
}

.swiper-active-switch {
	background: #133f96;
}

.pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	width: 100%;
	bottom: 20px;
	text-align: center;
}

.header{
	position: relative;
	z-index: 999;
}

.logo{
	width: 346px;
	padding: 31.5px 0;
}

.menu{
	line-height: 130px;
}
.menu li{
	display: block;
	float: left;
	margin: 0 50px 0 0;
	position: relative;
}
.menu li a{
	display: block;
	position: relative;
	font-size: 18px;
}
.menu li a:after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background: #004ea3;
	bottom: 0;
	opacity: 0;
	position: absolute;
	left: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.menu>li ul li a:hover,
.menu>li.this>a,
.menu>li>a:hover{
	color: #004ea3;
}
.menu>li ul li a:hover:after,
.menu>li.this>a:after,
.menu>li>a:hover:after{
	bottom: 45px;
	opacity: 1;
}
.menu li.lan{
	margin: 0;
}
.menu li.lan img{
	float: left;
	margin: 57px 8px 0 0;
}
.menu li.lan a{
	float: left;
}
.menu li.lan a:after{
	display: none;
}
.menu li ul{
	display: none;
	position: absolute;
	left: -90%;
	width: 280%;
	top: 130px;
	z-index: 9;
	background-color: #fff;
	box-shadow: 4px 4px 5px 0 rgba(0,0,0,.1);
}
.menu li ul li{
	width: 100%;
	margin: 0;
	float: none;
	line-height: 40px;
	text-align: center;
}
.menu li ul li a{
	font-size: 16px;
	border-bottom: 1px solid #e3e3e3;
}
.menu li ul li a:hover:after{
	bottom: 0;
	opacity: 1;
}
.menu li ul li:last-child a{
	border: none;
}




.menubut{
	display: none;
}

.stitle{
	text-align: center;
}
.stitle h2{
	font-size: 36px;
}
.stitle h2 span{
	color: #133f96;
}


.procate{
	width: 100%;
	margin: 0 auto;
}
.procate li{
	line-height: 50px;
	display: block;
	text-align: center;
	float: left;
	margin: 0 2.5%;
	width: 20%;
}
.procate li a{
	display: block;
	padding: 0 15px;
	background: #e4e6f0;
	border-radius: 25px;
	font-size: 18px;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.procate li:hover a,
.procate li.this a{
	color: #fff;
	background: #133f96;
}
.procate li a span{
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}

.procate li:nth-child(1) a span{ background-image: url("../images/icon_pro_1.png");}
.procate li:nth-child(2) a span{ background-image: url("../images/icon_pro_2.png");}
.procate li:nth-child(3) a span{ background-image: url("../images/icon_pro_3.png");}
.procate li:nth-child(4) a span{ background-image: url("../images/icon_pro_4.png");}


.procate li:nth-child(1):hover a span{ background-image: url("../images/icon_pro_1_1.png");}
.procate li:nth-child(2):hover a span{ background-image: url("../images/icon_pro_2_1.png");}
.procate li:nth-child(3):hover a span{ background-image: url("../images/icon_pro_3_1.png");}
.procate li:nth-child(4):hover a span{ background-image: url("../images/icon_pro_4_1.png");}


.proul li{
	display: block;
	float: left;
	width: 31.333%;
	margin: 0 3% 3% 0;
}
.proul li:nth-child(3){
	margin: 0 0 3% 0;
}
.proul li:nth-child(4),
.proul li:nth-child(5){
	margin: 0 3% 0 0;
}
.proul li:nth-child(6){
	margin: 0;
}
.proul li .pic{
	border: 1px solid #ebebeb;
}
.proul li p{
	border: 1px solid #ebebeb;
	line-height: 60px;
	font-size: 18px;
	color: #484848;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.proul li:hover p{
	border: 1px solid #133f96;
	background: #133f96;
	color: #fff;
}



.kehubg{
	background: url("../images/bg_kehu.jpg") center no-repeat;
	background-size: cover;
}
.kehu{
	padding: 30px 70px;
	background: #fff;
	position: relative;
}
.kehuslide{
}

.kehuslide .pic{
	width: 50%;
	height: 400px;
}
.kehuslide .kehutext{
	width: 44%;
	height: 400px;
	display: table;
	margin: 0 4% 0 2%;
}
.kehuslide .kehutext .kehucon{
	display: table-cell;
	vertical-align: middle;
}
.kehuslide .kehutext .kehucon .khtitle{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 25px 0;
}
.kehuslide .kehutext .kehucon .text{
	font-size: 14px;
	line-height: 24px;
	color: #484848;
	text-indent: 2em;
}


.kehuslide_arrow{
	width: 41px;
	height: 10px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	cursor: pointer;
	background: url("../images/arrow_kehu.png") center no-repeat;
}
.kehuslide_left{
	left: 10px;
	-webkit-transform: 	rotateY(180deg);
	-moz-transform: 	rotateY(180deg);
	-ms-transform: 		rotateY(180deg);
	-o-transform: 		rotateY(180deg);
	transform: 			rotateY(180deg);
}
.kehuslide_right{
	right: 10px;
}



.about .pic{
	width: 50%;
}
.about .abouttext{
	width: 47%;
}
.about .abouttext h2{
	font-size: 24px;
	color: #333333;
	margin: 40px 0 0 0;
}
.about .abouttext h3{
	font-size: 14px;
	color: #a4a4a4;
	font-weight: normal;
	letter-spacing: 0.4px;
}
.about .abouttext .text{
	font-size: 16px;
	line-height: 28px;
	color: #333333;
	text-indent: 2em;
}

.aboutnum li{
	display: block;
	float: left;
	width: 25%;
	text-align: center;
	border-right: 1px solid #aaaaaa;
	box-sizing: border-box;
}
.aboutnum li:last-child{
	border: none;
}
.aboutnum li .num{
	color: #133f96;
	font-weight: bold;
	height: 30px;
}
.aboutnum li .num span{
	display: inline-block;
	font-size: 30px;
	height: 30px;
	line-height: 30px;
}
.aboutnum li .num font{
	display: inline-block;
	vertical-align: middle;
	margin: -34px 0 0 0;
	font-size: 20px;
	line-height: 30px;
}
.aboutnum li p{
	font-size: 16px;
	color: #484848;
	margin: 10px 0 0 0;
}



.casebg{
	background: #f3f3f3;
}
.case li{
	display: block;
	float: left;
	width: 24%;
	margin: 0 1.333% 1.333% 0;
}
.case li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.case li p{
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #484848;
	border-top: 2px solid #cccccc;
	background: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.case li:hover p{
	color: #fff;
	border-top: 2px solid #133f96;
	background: #133f96;
}

.news li{
	display: block;
	float: left;
	width: 31.666%;
	margin: 0 2.5% 0 0;
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}
.news li:last-child{
	margin: 0;
}
.news li .text{
	padding: 30px 20px;
}
.news li .text span{
	display: block;
	font-size: 16px;
	color: #484848;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.news li .text p{
	display: block;
	font-size: 18px;
	color: #333333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: bold;
	margin: 10px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.news li:hover .text span,
.news li:hover .text p{
	color: #133f96;
}

.ftitle{
	font-size: 18px;
	padding: 0 0 15px 0;
	display: table;
	border-bottom: 1px solid #133f96;
	margin: 0 0 10px 0;
}

.fmenu{}
.fmenu li{
	line-height: 28px;
	display: block;
}
.fmenu li a{
	font-size: 14px;
	color: #fff;
}

.fpro{
	margin: 0 0 0 18%;
}
.fpro li{
	line-height: 28px;
	display: block;
}
.fpro li a{
	font-size: 14px;
	color: #fff;
}

.fcontact{
	margin: 0 0 0 15%;
}
.fcontact a{
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

.footerbg{
	background: #212227;
	color: #fff;
}

.footerbg .flogo .pic{
	width: 346px;
}
.sharelink{
	margin: 12px 0 0 0;
}
.sharelink a{
	width: 44px;
	height: 44px;
	display: block;
	float: left;
	margin: 0 0 0 20px;
}
.sharelink .fb{
	background: url("../images/icon_soc_1.png") center no-repeat;
}
.sharelink .in{
	background: url("../images/icon_soc_2.png") center no-repeat;
}
.sharelink .wb{
	background: url("../images/icon_soc_3.png") center no-repeat;
}


.fmessage{
	width: 24%;
}
.fmessage li{
	display: block;
	position: relative;
	margin: 0 0 6px 0;
}
.fmessage li input[type="text"]{
	height: 35px;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	background: #333333;
	border: none;
	color: #fff;
	display: block;
}
.fmessage li textarea{
	height: 70px;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	background: #333333;
	border: none;
	color: #fff;
	display: block;
}
.fmessage li .mesbtn{
	width: 100%;
	height: 32px;
	color: #fff;
	font-size: 14px;
	background: #133f96;
	border: none;
}
.fmessage li img{
	width: 82px;
	height: 35px;
	position: absolute;
	right: 0;
	top: 0;
}







.cr{
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 48px;
}
.cr a{
	color: #fff;
	font-size: 14px;
}
.cr span{
	margin: 0 5px 0 0;
}



.ntitle h2{
	font-weight: normal;
}

.nabout .text{
	font-size: 16px;
	line-height: 30px;
	color: #484848;
}
.dqppbg,
.honorbg{
	background: #f3f3f3;
}

.honor{
	padding: 0 40px;
	position: relative;
}
.honor .honorslide_arrow{
	width: 20px;
	height: 36px;
	background: url(../images/honorslide_arrow.png) center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
}
.honor .honorslide_left{
	left: 0;
}
.honor .honorslide_right{
	right: 0;
	-webkit-transform: 	rotateY(180deg);
	-moz-transform: 	rotateY(180deg);
	-ms-transform: 		rotateY(180deg);
	-o-transform: 		rotateY(180deg);
	transform: 			rotateY(180deg);
}
.honorslide li .pic{
	margin: 0 15px;
	background-color: #fff;
}

.dqpp li .pic{
	margin: 20px 10px;
}
.hzkh li .pic{
	margin: 20px 10px;
	border: 1px solid #f3f3f3;;
}
.env{
	padding: 0 40px;
	position: relative;
}
.env .envslide_arrow{
	width: 20px;
	height: 36px;
	background: url(../images/honorslide_arrow.png) center no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
}
.env .envslide_left{
	left: 0;
}
.env .envslide_right{
	right: 0;
	-webkit-transform: 	rotateY(180deg);
	-moz-transform: 	rotateY(180deg);
	-ms-transform: 		rotateY(180deg);
	-o-transform: 		rotateY(180deg);
	transform: 			rotateY(180deg);
}
.envslide li .pic{
	margin: 0 15px;
}

.bannerbg,
.listbanner,
.nbanner,
.listbanner .mx1200,
.nbanner .mx1200{
	height: 400px;
	background-image: url(../images/banner_case.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.ncase li{
	box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
}

.bnav{
	font-size: 14px;
	color: #484848;
	line-height: 54px;
}
.bnav a{
	font-size: 14px;
	color: #484848;
}
.bnav span{
	width: 8px;
	height: 23px;
	background: #133f96;
	margin: 15px 5px 0 0;
	float: left;
	display: block;
}
.bnav a:nth-child(2),
.bnav a:nth-child(3){
	display: none;
}



.nproul li{
	width: 31.333%;
	margin: 0 3% 3% 0;
}
.nproul li:nth-child(3n){
	margin: 0 0 3% 0;
}

.nvideo li{
	display: block;
	float: left;
	width: 24%;
	cursor: pointer;
	margin: 0 1.333% 1.333% 0;
}
.nvideo li:nth-child(4n){
	margin: 0 0 1.333% 0;
}
.nvideo li p{
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #484848;
	background: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nvideo li .pic{
	position: relative;
}
.nvideo li .playbtn{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -17px;
	margin-top: -20px;
	width: 33px;
	height: 40px;
	-webkit-transform: 	scale(0);
	-moz-transform: 	scale(0);
	-ms-transform: 		scale(0);
	-o-transform: 		scale(0);
	transform: 			scale(0);
}
.nvideo li:hover .playbtn{
	-webkit-transform: 	scale(1);
	-moz-transform: 	scale(1);
	-ms-transform: 		scale(1);
	-o-transform: 		scale(1);
	transform: 			scale(1);
}


.videoarea{
	display: none;
}
.videoshow{
	width: 1000px;
	position: fixed;
	left: 50%;
	top: 20%;
	margin-left: -500px;
	background: #000;
	min-height: 200px;
	z-index: 99;
	display: none;
}
.videoshow video{
	width: 100%;
	height: auto;
}
.videoshow .fa-close{
	font-size: 17px;
	color: #fff;
	width: 26px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	border: 3px solid #fff;
	opacity: .8;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.videoshow .fa-close:hover{
	transform: rotate(180deg);
}

.shadow{
	background: #000;
	opacity: .6;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}


.ncontact li{
	display: block;
	float: left;
	width: 30%;
	margin: 0 5% 0 0;
	padding: 4% 6%;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(17,79,202,.3);
}
.ncontact li:last-child{
	margin: 0;
}
.ncontact li img{
	display: block;
	margin: 0 auto 25px auto;
}
.ncontact li p{
	font-size: 18px;
	line-height: 40px;
	color: #484848;
}


.map{
	overflow: hidden;
}
.map iframe{
	position: relative;
	left: 50%;
	margin-left: -960px;
}


.nnews li{
	display: block;
	margin: 0 0 40px 0;
}
.nnews li:last-child{
	margin: 0;
}
.nnews li .pic{
	width: 29%;
	height: 230px;
}
.nnews li .pic img{
	object-position: center;
}
.nnews li .text{
	width: 68%;
	margin: 20px 0 0 0;
}
.nnews li .text span{
	font-size: 24px;
	line-height: 26px;
	color: #484848;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li .text p{
	font-size: 16px;
	line-height: 24px;
	color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	margin: 20px 0;
}
.nnews li .text .date{
	font-size: 18px;
	color: #484848;
	padding: 25px 0 0 0;
	border-top: 2px solid #c7c7c7;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}
.nnews li:hover .text span{
	color: #133f96;
}
.nnews li:hover .text .date{
	border-top: 2px solid #133f96;
}


.ncate{
	width: 19%;
}



















.ncontainer{
	width: 78%;
}

.catetitle{
	padding: 0 30px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	background: #133f96;
}

.ncate ul{
	margin: 7px 0 0 0;
}
.ncate ul li{
	display: block;
	margin: 0 0 3px 0;
	line-height: 50px;
	position: relative;
}
.ncate ul li ul{
	margin: 3px 0 0 0;
	display: none;
}
.ncate ul li ul li{
	line-height: 40px;
}
.ncate ul li a{
	display: block;
	color: #484848;
	font-size: 18px;
	padding: 0 40px 0 20px;
	background: #f3f3f3;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.ncate ul li ul li a{
	padding: 0 30px 0 40px;
	font-size: 14px;
}
.ncate ul li ul li.this a,
.ncate ul li ul li:hover a,
.ncate>ul>li:hover>a,
.ncate>ul>li.this>a{
	color: #133f96;
	font-weight: bold;
}
.ncate ul li span{
	position: absolute;
	width: 50px;
	line-height: 50px;
	right: 10px;
	top: 0;
	text-align: center;
	cursor: pointer;
}

.ncate .pic{
	margin: 6px 0 0 0;
}



.nproul li p{
	line-height: 50px;
}


















.proul li:hover .pic:before,
.case li:hover .pic img,
.nnews li:hover .pic img,
.news li:hover .pic img,
.proul li:hover .pic img{
	-webkit-transform: 	scale(1.1);
	-moz-transform: 	scale(1.1);
	-ms-transform: 		scale(1.1);
	-o-transform: 		scale(1.1);
	transform: 			scale(1.1);
}


.detailslide .swiper-slide,
.proul li .pic{
	position: relative;
}
.equiplist li,
.protext .propic{
	position: relative;
}
.protext .text img{
	margin: 10px 0;
}
.equiplist li:before,
.protext .propic:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/watermark.png") center no-repeat;
	background-size: cover;
	z-index: 9;
	-webkit-transition: all 0.3s;
	-moz-transition: 	all 0.3s;
	-ms-transition: 	all 0.3s;
	-o-transition: 		all 0.3s;
	transition: 		all 0.3s;
}


.texttitle:before{
	background: #133f96;
}







.pro .ncontainer{
	line-height: 30px;
}

.pro .ncontainer .propic{
	border: 2px solid #e5e5e5;
}
.pro .ncontainer .propic img{
	margin: 0;
}
.pro .ncontainer .protitle{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #133f96;
}

.texttitle{
	border-bottom: 3px solid #e5e5e5;
	padding: 0 0 8px 0;
}
.texttitle div{
	margin: 0 auto;
	display: table;
	position: relative;
	padding: 0 0 0 15px;
	text-align: center;
	color: #133f96;
	font-weight: bold;
	font-size: 24px;
}
.texttitle span{
	display: block;
	font-size: 18px;
	color: #c2c2c4;
	line-height: 18px;
	margin: 0 0 0 0;
	text-align: center;
}
.texttitle:before{
	display: none;
}

.equipshoot p:before{
	content: '';
	display: table;
}
.equipshoot p:after{
	content: '';
	display: table;
	clear: both;
}
.equipshoot p img{
	width: 49.5%;
	margin: 0 1% 1% 0;
	float: left;
}
.equipshoot p img:nth-child(2n){
	margin: 0 0 1% 0;
}

.equipvideo video{
	width: 100%;
	height: auto !important;
}

.equiplist li{
	display: block;
	float: left;
	width: 48.5%;
	margin: 0 3% 3% 0;
}
.equiplist li .pic img{
	margin: 0;
}
.equiplist li:nth-child(2n){
	margin: 0 0 3% 0;
}
.equipvideo p{
	position: relative;
}
.equipvideo video{
	margin: 0 0 10px 0;
}
.equipvideo .fa{
	position: absolute;
    top: 50%;
    left: 50%;
    font-size: 33px;
    margin-left: -30px;
    margin-top: -30px;
    color: #ea8900;
    background: #fff;
    border-radius: 50%;
    display: block;
    width: 52px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    padding: 0 0 0 8px;
}

.tpro{
	position: relative;
}
.tpro .swiper-container{
	margin: 0 30px;
}
.tpro li{
	display: block;
	float: left;
}
.tpro li .pic{
	margin: 0 10px;
	border: 1px solid #d0d0d2;
}
.tpro li .pic img{
	margin: 0;
}
.tpro li p{
	font-size: 14px;
	text-align: center;
	color: #484848;
	margin: 10px 0 0 0;
}

.arrow_tpro_left{
	width: 18px;
	height: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	background: url("../images/arrow_tpro.png") center no-repeat;
}
.arrow_tpro_right{
	width: 18px;
	height: 32px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -32px;
	cursor: pointer;
	background: url("../images/arrow_tpro.png") center no-repeat;
	transform: rotate(180deg);
}

















@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1500px) {
	.container{
		width: 90%;
	}
	.ncontact li{
		padding: 4% 3%;
	}
	.procate li{
		width: 22%;
		margin: 0 1.5%;
	}
}
@media screen and (max-width: 1440px) {
	.about .abouttext h2{
		margin: 15px 0 0 0;
	}
	.about .abouttext .text{
		margin: 20px 0 0 0 !important;
	}
	.aboutnum{
		margin: 30px 0 0 0 !important;
	}
	.logo{
		width: 300px;
		padding: 20px 0;
		height: auto;
	}
	.menu{
		line-height: 98px;
	}
	.menu li{
		margin: 0 40px 0 0;
	}
	.menu li.lan img{
		margin: 41px 8px 0 0;
	}
}
@media screen and (max-width: 1366px) {
	.about .abouttext .text{
		font-size: 14px;
		line-height: 26px;
	}
	.nnews li .pic{
		height: 195px;
	}
	.procate li{
		width: 23%;
		margin: 0 1%;
	}
	.procate li a{
		font-size: 16px;
	}
}
@media screen and (max-width: 1280px) {
	.menu li{
		margin: 0 30px 0 0;
	}
}
@media screen and (max-width: 1200px) {
	.about .abouttext h2{
		margin: 0;
	}
	.aboutnum li .num span{
		font-size: 26px;
		height: 26px;
	}
	.aboutnum{
		margin: 20px 0 0 0 !important;
	}
	.aboutnum li p{
		margin: 5px 0 0 0;
	}
	.p100,
	.p90{
		padding: 60px 0;
	}
	.logo{
		width: 260px;
		padding: 30px 0;
		height: auto;
	}
	.menu{
		line-height: 110px;
	}
	.menu li{
		margin: 0 20px 0 0;
	}
	.menu li.lan img{
		margin: 47px 8px 0 0;
	}
	.procate{
		display: block;
	}
	.procate li{
		width: 23.5%;
		margin: 0 2% 0 0;
	}
	.procate li:last-child{
		margin: 0;
	}
	.procate li a{
		padding: 0 20px;
		font-size: 14px;
	}
	.procate li a span{
		display: inline-block;
		vertical-align: middle;
		float: none;
	}
	
	.proul li p,
	.case li p{
		font-size: 16px;
		line-height: 46px;
	}
	.fcontact{
		margin: 0 0 0 10%;
	}
	.catetitle{
		font-size: 24px;
	}
	.ncate{
		width: 24%;
	}
	.ncate ul li a{
		font-size: 16px;
	}
	.ncontainer{
		width: 73%;
	}
	.ncontact li p{
		font-size: 16px;
	}
}
@media screen and (max-width: 1110px) {
	.procate li{
		width: 24%;
		margin: 0 0.5%;
		line-height: 40px;
	}
	.procate li a span{
		width: 25px;
		height: 40px;
		background-size: contain;
	}
}
@media screen and (max-width: 1080px) {
	.stitle h2{
		font-size: 30px;
	}
	.logo{
		width: 200px;
	}
	.menu{
		line-height: 98px;
	}
	.menu li.lan img {
		margin: 41px 8px 0 0;
	}
	.mt60{
		margin-top: 40px !important;
	}
	.about .abouttext .text{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
	}
	.fpro{
		margin: 0 0 0 10%;
	}
	.videoshow{
		width: 90%;
		left: 5%;
		margin-left: 0;
	}
	.procate li a{
		padding: 0 10px;
	}
}
@media screen and (max-width: 1024px) {
	.ncontact li{
		padding: 3% 2%;
	}
	.ncontact li p{
		line-height: 34px;
	}
}
@media screen and (max-width: 768px) {
	.menubut{
		display: block;
		position: absolute;
		right: 5%;
		top: 50%;
		margin-top: -10px;
	}
	.header{
		position: fixed;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 9;
		padding: 0 5%;
	}
	.logo{
		padding: 10px 0;
		height: 38px;
	}
	.menu{
		display: none;
		position: fixed;
		width: 40%;
		background: #fff;
		border-top: 1px solid #ccc;
		right: 0;
		top: 58px;
		height: 100%;
		box-shadow: -8px 8px 20px 0 rgba(0,0,0,.1);
	}
	.menu li{
		float: none;
		width: 100%;
		margin: 0;
		text-align: center;
		line-height: 40px;
		border-bottom: 1px solid #ccc;
	}
	.menu li.lan img{
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
	.menu li.lan a{
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	.menu>li ul li a:hover:after,
	.menu>li.this>a:after,
	.menu>li>a:hover:after{
		bottom: 0;
		opacity: 1;
	}



	.menu li ul{
		display: none;
		position: relative;
		left: auto;
		width: 100%;
		top: auto;
		z-index: 9;
		background-color: #fff;
		box-shadow: none;
	}
	.menu li ul li{
		width: 100%;
		margin: 0;
		float: none;
		line-height: 30px;
		text-align: center;
		border: none;
	}
	.menu li ul li a{
		font-size: 12px;
	}
	.menu li ul li a:hover:after{
		bottom: 0;
		opacity: 0;
	}

	



	.procate li a span{
		width: 38px;
	}
	.procate li,
	.procate li:last-child{
		margin: 0 5% 10px 5%;
		width: 40%;
	}
	.mt40{
		margin-top: 20px !important;
	}
	.kehuslide .pic{
		width: 100%;
		float: none;
		height: auto;
	}
	.kehuslide .kehutext{
		width: 100%;
		float: none;
		height: auto;
		margin: 20px 0 0 0;
	}
	.about .pic{
		width: 100%;
		float: none;
	}
	.about .abouttext{
		width: 100%;
		float: none;
		margin: 20px 0 0 0;
	}
	.scase li,
	.scase li:nth-child(4n){
		width: 31.333%;
		margin: 0 3% 3% 0;
	}
	.scase li:nth-child(3n){
		margin: 0 0 3% 0;
	}
	.scase li:nth-child(7),
	.scase li:nth-child(8){
		display: none;
	}
	.news li .text{
		padding: 20px 20px;
	}
	.news li .text span{
		font-size: 14px;
	}
	.news li .text p{
		font-size: 16px;
	}
	.fmenu{
		display: none;
	}
	.fpro{
		display: none;
	}
	.fcontact{
		margin: 0;
	}
	.fmessage{
		width: 40%;
	}
	.pro{
		padding: 40px 0;
	}
	.ncate{
		width: 100%;
	}
	.ncate ul li{
		width: 24.25%;
		float: left;
		line-height: 40px;
		margin: 0 1% 1% 0;
	}
	.ncate ul li span{
		line-height: 40px;
	}
	.ncate ul li:nth-child(4n){
		margin: 0 0 1% 0;
	}
	.ncate ul li a{
		font-size: 14px;
	}
	.ncate .pic,
	.catetitle{
		display: none;
	}
	.ncontainer{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.ncontact li p{
		font-size: 14px;
		line-height: 30px;
	}
	.ncontact li{
		width: 32%;
		margin: 0 2% 0 0;
	}
	.procate li a span{
		height: 40px;
		background-size: contain;
		width: 25px;;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 460px) {
	.p100,
	.p90,
	.p80{
		padding: 40px 0;
	}
	
	img.pcv,
	div.pcv{
		display: none;
	}
	img.wapv{
		display: block;
		margin: 0 auto;
	}
	div.wapv{
		display: block;
	}

	.menu li a{
		font-size: 14px;
	}
	.bannerbg,
	.listbanner,
	.nbanner,
	.listbanner .mx1200,
	.nbanner .mx1200{
		height: 200px;
		width: 100%;
		background-position: left -100px center;
	}
	.stitle h2{
		font-size: 22px;
	}
	.procate li a{
		padding: 0 5px;
		font-size: 12px;
	}
	.procate li{
		width: 49%;
		text-align: center;
		margin: 0 2% 2% 0;
		line-height: 40px;
	}
	.procate li:nth-child(2n),
	.procate li:last-child{
		width: 49%;
		margin: 0 0 2% 0;
	}
	.procate li a span{
		width: 18px;
		background-size: 18px;
		height: 40px;
	}
	.mt60{
		margin-top: 20px !important;
	}
	.proul li,
	.proul li:nth-child(3n),
	.proul li:nth-child(4),
	.proul li:nth-child(5){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.proul li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.proul li p,
	.case li p,
	.nvideo li p{
		font-size: 14px;
		line-height: 40px;
		border-top: 1px solid #ebebeb;
	}
	.kehu{
		padding: 20px 20px 40px 20px;
	}
	.kehuslide_arrow{
		bottom: 20px;
		margin: 0;
		top: auto;
	}
	.about .abouttext h2{
		font-size: 20px;
		text-align: center;
	}
	.about .abouttext h3{
		font-size: 12px;
		text-align: center;
	}
	.aboutnum li .num span{
		font-size: 22px;
	}
	.aboutnum li .num font{
		font-size: 14px;
	}
	.aboutnum li p{
		margin: 0;
		font-size: 12px;
	}
	.hzkh li .pic,
	.dqpp li .pic{
		margin: 10px 5px;
	}
	.case li,
	.case li:nth-child(3n),
	.case li:nth-child(4n){
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.case li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.news li{
		width: 100%;
		margin: 0;
	}
	.snews li:nth-child(2),
	.snews li:nth-child(3){
		display: none;
	}
	
	.flogo .pic{
		width: 200px;
	}
	
	.sharelink a{
		width: 20px;
		height: 20px;
		background-size: 20px !important;
		margin: 0 0 0 10px;
	}
	.fcontact{
		width: 100%;
		float: none;
	}
	.fmessage{
		width: 100%;
		float: none;
		margin: 30px 0 0 0;
	}
	.cr,
	.cr a{
		font-size: 12px;
	}
	
	.nabout .text{
		font-size: 14px;
		line-height: 24px;
	}
	
	.env{
		padding: 0 10px;
	}
	.env .envslide_arrow{
		width: 10px;
		background-size: 10px !important;
	}
	.envslide li .pic{
		margin: 0 10px;
	}
	
	.honor{
		padding: 0 10px;
	}
	.honor .honorslide_arrow{
		width: 10px;
		background-size: 10px !important;
	}
	.honorslide li .pic{
		margin: 0 10px;
	}
	.pro{
		padding: 20px 0;
	}
	.ncate ul li{
		width: 49.5%;
		margin: 0 1% 1% 0;
	}
	.ncate ul li:nth-child(2n){
		margin: 0 0 1% 0;
	}
	.ncate ul li a{
		padding: 0 20px 0 10px;
	}
	.ncate ul li span{
		width: 20px;
		right: 0;
		text-align: left;
	}
	
	.nvideo li{
		width: 49%;
		margin: 0 2% 2% 0;
	}
	.nvideo li:nth-child(2n){
		margin: 0 0 2% 0;
	}
	.nnews li .pic{
		height: 130px;
		width: 45%;
	}
	.nnews li .text{
		margin: 0;
		width: 51%;
	}
	.nnews li .text span{
		font-size: 14px;
		font-weight: bold;
	}
	.nnews li .text p{
		font-size: 12px;
		line-height: 20px;
		margin: 10px 0;
	}
	.nnews li .text .date{
		padding: 10px 0 0 0;
		font-size: 12px;
	}
	.nnews li{
		margin: 0 0 20px 0;
	}
	
	
	.ncontact li{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.ncontact li img{
		width: 40px;
		margin: 0 auto 10px auto;
	}
	
	.ncontact li{
		padding: 20px 2%;
	}
	
	.ncontact{
		margin-top: 40px !important;
	}
	
	
	.cr{
		padding: 10px 0;
		line-height: 20px;
	}
	.cr span{
		margin: 0 0 0 0;
	}
	
	
	.equipshoot{
		font-size: 14px;
		line-height: 24px;
	}
	
	.texttitle span{
		font-size: 12px;
	}
	.texttitle div{
		font-size: 22px;
		line-height: 22px;
	}
	.arrow_tpro_left{
		width: 10px;
		background-size: contain;
	}
	.arrow_tpro_right{
		width: 10px;
		background-size: contain;
	}
	.tpro .swiper-container{
		margin: 0 20px;
	}
	.tpro li .pic{
		margin: 0 5px;
	}
	.tpro li p{
		margin: 0;
		font-size: 12px;
	}
	.ncate ul li ul{
		display: none !important;
	}

	.pro .ncontainer .protitle{
		font-size: 22px;
	}


	.bnav{
		line-height: 20px;
		position: relative;
		width: 87%;
		padding: 10px 0 10px 3%;
	}
	.bnav,
	.bnav a{
		font-size: 12px;
	}

	.bnav span{
		top: 50%;
		position: absolute;
		margin: 0;
		left: 0;
		margin-top: -8px;
		width: 6px;
		height: 16px;
	}








}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

















