@charset "utf-8";

/* CSS Document */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
	color: #666666;
}

* {
	-webkit-text-size-adjust: none;
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif !important;
}

html,
body {
	color: #666666;
}

body {
	background: #fff;
	margin: 0 auto;
	/* min-width: 1150px; */
}

ul,
ol,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:link,
a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #003A5D;
}

img {
	border: none;
}

em {
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

.clearfloat:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}

.clearfloat {
	zoom: 1;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.wrap {
	width: 100%;
}

.wrapper {
	width: 100%;
}

.section {
	width: 65%;
	margin: 0 auto;
	overflow: hidden;
}


@font-face {
	font-family: "BNHRDMOB";
	/*自定义字体名称*/
	src: url(../font/../font/../font/../font/../font/BNHRDMOB.TTF);
	/*IE9兼容模式*/
	src: url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("embedded-opentype"),
		/*IE6~IE8*/
		url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("woff"),
		/*现代浏览器*/
		url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("truetype"),
		/*Safari,Android,iOS*/
		url(../font/../font/../font/../font/../font/BNHRDMOB.TTF) format("svg");
	/*Legacy iOS*/
	font-weight: normal;
	font-style: normal;
}


/*头部*/
.header{position:relative;z-index:100;width:100%;}
.header .header-content{width:85%;margin:auto;position:relative;height:100px}
.header .header-content .header-logo{width:13%;height:auto;position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:13}
.header .header-content .header-logo a{display:block}
.header .header-content .header-logo a img{display:block;width:100%;height:auto}
.header .header-content .header-logo .img1{display:block}
.header .header-content .header-logo .img2{display:none}
.header.scroll-down{top:-100px}
.header.scroll-top{background:#ffffff;box-shadow:0px 0px 10px #ccc}
.header.scroll-top .header-content .header-logo .img1{display:none}
.header.scroll-top .header-content .header-logo .img2{display:block}
.header.scroll-top .header-content .header-nav li a.nav{color:#000000}
.header.scroll-top .header-content .header-search .search1{display:none}
.header.scroll-top .header-content .header-search .search2{display:block}
.header .header-content .header-nav{display:flex;justify-content:flex-end;align-items:center}
.header .header-content .header-nav .nav-box{display:flex;justify-content:flex-end;margin-top:.5rem;}
.header .header-content .header-nav li{position:relative;border:none}
.header .header-content .header-nav li a{position:relative;z-index:2;color:#333;padding:0 1.5vw;line-height:30px;display:block;font-weight:normal;text-align:center}
.header .header-content .header-nav li a.nav{line-height:75px;font-size:16px;padding:0;margin:0 28px}
.header .header-content .header-nav li a.cur:after{content:'';width:100%;height:2px;background:#0f6ab4;position:absolute;left:0;bottom:0}
.header .header-content .header-nav li:hover a.nav:after{content:'';width:100%;height:2px;background:#0f6ab4;position:absolute;left:0;bottom:0}
.header .header-content .header-nav li a.jiantou:after{content:" >"}
.header .header-content .header-nav li ul{position:absolute;float:left;width:230px;display:none;background:#333;z-index:99}
.header .header-content .header-nav li ul.one{padding:15px 0}
.header .header-content .header-nav li ul a{text-decoration:none;color:#fff;text-align:left;padding:5px 15px}
.header .header-content .header-nav li ul a:hover{background:#0f6ab4;color:#fff}
.header .header-content .header-nav li ul ul{top:0;left:230px}
.header .header-content .header-nav .header-search{cursor:pointer;padding-left:70px;padding-top:5px}
.header .header-content .header-search .search1{display:block}
.header .header-content .header-search .search2{display:none}
.search-box{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}
.search-box .search-box-bg{width:100%;height:100%;background:rgba(0,0,0,.5)}
.search-box .search-form{position:absolute;top:50%;left:50%;width:1000px;height:70px;transform:translate(-50%,-50%);border-radius:10px;overflow:hidden}
.search-box .search-form .search-text{position:absolute;top:0;left:0;display:block;width:calc(100% - 100px);border:none;padding:20px 30px;font-size:24px;line-height:30px;color:#666;box-sizing:border-box}
.search-box .search-form .search-submit{position:absolute;top:0;right:0;display:block;width:100px;height:70px;font-size:0;background:url(../image/search1.png) center no-repeat #0f6ab4;border:none;cursor:pointer}
.mheader{position:relative;z-index:99;display:none}
.mheader.scroll-down .mheader-content{top:-100px}
.mheader.scroll-top .mheader-content,.mheader.scroll-top .mheader-content{top:0px;background:#fff}
.open-menu{height:100%}
.open-menu body{overflow:hidden;height:100%}
.mheader.scroll-down .menu-toggle span.nav-open,.mheader.scroll-down .menu-toggle span.nav-open:after,.mheader.scroll-down .menu-toggle span.nav-open:before,.mheader.scroll-down .menu-toggle span.nav-close:before,.mheader.scroll-down .menu-toggle span.nav-close:after,.mheader.scroll-top .menu-toggle span.nav-open,.mheader.scroll-top .menu-toggle span.nav-open:after,.mheader.scroll-top .menu-toggle span.nav-open:before,.mheader.scroll-top .menu-toggle span.nav-close:before,.mheader.scroll-top .menu-toggle span.nav-close:after{background:#000 !important}

@media screen and (max-width: 1024px) {
	 /*头部*/
    .header{display:none!important}
    .mheader{display:block !important}
    .mheader .mheader-content{height:50px;position:relative;z-index:93;width:100%;overflow:hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}
    .mheader .mheader-content ul{height:50px;position:relative;padding:0 3%;margin:0}
    .mheader .mheader-content .mlogo .img1{display:block}
    .mheader .mheader-content .mlogo .img2{display:none}
    .mheader.scroll-top .mheader-content .mlogo .img1{display:none}
    .mheader.scroll-top .mheader-content .mlogo .img2{display:block}
    .mheader .mheader-content .mlogo img{width:150px;padding-top:1rem;}
    .menu-bg .mheader .mheader-content .menu-toggle span.nav-open,.menu-bg .mheader .mheader-content .menu-toggle span.nav-open::after,.menu-bg .mheader .mheader-content .menu-toggle span.nav-open::before,.menu-bg .mheader .mheader-content .menu-toggle span.nav-open,.menu-bg .mheader .mheader-content .menu-toggle span.nav-open::after,.menu-bg .mheader .mheader-content .menu-toggle span.nav-open::before,.menu-bg .mheader .mheader-content .menu-toggle span.nav-close::before,.menu-bg .mheader .mheader-content .menu-toggle span.nav-close::after,.open-menu .mheader .mheader-content .menu-toggle span.nav-close::after,.open-menu .mheader .mheader-content .menu-toggle span.nav-close::before{background:#fff}
    .open-menu .mheader .mheader-content .menu-toggle span.nav-open,.open-menu .mheader .mheader-content .menu-toggle span.nav-open:after,.open-menu .mheader .mheader-content .menu-toggle span.nav-open:before{transition-delay:0.12s;-webkit-transform:translateX(-70px);-moz-transform:translateX(-70px);-ms-transform:translateX(-70px);-o-transform:translateX(-70px);transform:translateX(-70px)}
    .open-menu .mheader .mheader-content .menu-toggle span.nav-open,.open-menu .mheader .mheader-content .menu-toggle span.nav-open:after,.open-menu .mheader .mheader-content .menu-toggle span.nav-open:before{-webkit-transform:translateX(70px);-moz-transform:translateX(70px);-ms-transform:translateX(70px);-o-transform:translateX(70px);transform:translateX(70px)}
    .open-menu .mheader .mheader-content .menu-toggle span.nav-open:after{transition-delay:0s}
    .open-menu .mheader .mheader-content .menu-toggle span.nav-open:before{transition-delay:0.07s}
    .open-menu .mheader .mheader-content .menu-toggle span.nav-close:before{transition-delay:0.12s;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
    .open-menu .mheader .mheader-content .menu-toggle span.nav-close:after{transition-delay:0.24s;-webkit-transform:rotate(-45deg) !important;-moz-transform:rotate(-45deg) !important;-ms-transform:rotate(-45deg) !important;-o-transform:rotate(-45deg) !important;transform:rotate(-45deg) !important}
    .mheader .mheader-content .menu-toggle{display:block;width:50px;height:50px;position:absolute;right:0px;top:0px;z-index:9999}
    .mheader .mheader-content .menu-toggle .nav-trigger{width:100%;height:100%;display:block}
    .mheader .mheader-content .menu-toggle span.nav-open,.mheader .mheader-content .menu-toggle span.nav-open:after,.mheader .mheader-content .menu-toggle span.nav-open:before{content:"";display:block;width:24px;height:3px;background:#333;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-moz-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-o-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);-moz-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);-o-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s}
    .mheader .mheader-content .menu-toggle span.nav-open,.mheader .mheader-content .menu-toggle span.nav-open:after,.mheader .mheader-content .menu-toggle span.nav-open:before{content:"";display:block;width:24px;height:3px;background:#333;position:absolute;top:50%;margin-top:-1px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-moz-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-o-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);-moz-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);-o-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-delay:0.15s}
    .mheader .mheader-content .menu-toggle span.nav-open:after{margin-top:-7px;top:0;transition-delay:0.27s}
    .mheader .mheader-content .menu-toggle span.nav-open:before{margin-top:7px;top:0;transition-delay:0.2s}
    .mheader .mheader-content .menu-toggle span.nav-close:before,.mheader .mheader-content .menu-toggle span.nav-close:after{content:"";display:block;width:24px;height:3px;background:#333;position:absolute;top:50%;margin-top:-1.5px;left:50%;margin-left:-12px;-webkit-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-moz-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-o-transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);transition:transform 0.3s cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);-moz-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);-o-transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);transition-timing-function:cubic-bezier(0.600,0.000,0.200,1.000);-webkit-transform:translateY(-70px) translateX(-70px) rotate(45deg);-moz-transform:translateY(-70px) translateX(-70px) rotate(45deg);-ms-transform:translateY(-70px) translateX(-70px) rotate(45deg);-o-transform:translateY(-70px) translateX(-70px) rotate(45deg);transform:translateY(-70px) translateX(-70px) rotate(45deg);transition-delay:0.12s}
    .mheader .mheader-content .menu-toggle span.nav-close:after{transition-delay:0s;-webkit-transform:translateY(70px) translateX(-70px) rotate(-45deg);-moz-transform:translateY(70px) translateX(-70px) rotate(-45deg);-ms-transform:translateY(70px) translateX(-70px) rotate(-45deg);-o-transform:translateY(70px) translateX(-70px) rotate(-45deg);transform:translateY(70px) translateX(-70px) rotate(-45deg)}
    .mheader .mheader-content .menu-toggle span.nav-close:after{-webkit-transform:translateY(-70px) translateX(70px) rotate(-45deg);-moz-transform:translateY(-70px) translateX(70px) rotate(-45deg);-ms-transform:translateY(-70px) translateX(70px) rotate(-45deg);-o-transform:translateY(-70px) translateX(70px) rotate(-45deg);transform:translateY(-70px) translateX(70px) rotate(-45deg)}
    .mheader .nav-container{background-color:#1a1a1a;position:fixed;z-index:91;top:0px;right:0;padding:90px 20px 0;width:100%;height:100%;overflow-y:auto;overflow-x:hidden;-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform 0.4s 0s,box-shadow 0s 0.4s;-moz-transition:-moz-transform 0.4s 0s,box-shadow 0s 0.4s;transition:transform 0.4s 0s,box-shadow 0s 0.4s}
    .mheader .nav-container.is-visible{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);-webkit-overflow-scrolling:touch}
    .mheader .nav-container .nav-wrapper .onenav{margin:0;padding:0}
    .mheader .nav-container .nav-wrapper .onenav li{margin-left:3rem;overflow:hidden;position:relative;border-bottom:#313131 1px solid}
    .mheader .nav-container .nav-wrapper .onenav a{width:75%;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease;display:inline-block;color:#fff;font-size:16px;line-height:60px;height:60px;text-align:left;font-weight:bold}
    .mheader .nav-container .nav-wrapper .onenav li a.curr{color:#0f6ab4}
    .mheader .nav-container .nav-wrapper .onenav li div.twonav{float:right;height:60px;width:25%;background:url(../image/right.png) right center no-repeat;background-size:22%}
    .mheader .nav-container .nav-wrapper .onenav li ul div ul li a:last-child{border:none}
    .open-menu .mheader-content{background-color:#1a1a1a}
    .mheader .nav-container .nav-wrapper .nav-inner{display:none;width:90%;margin:0px auto;padding:10px 0;position:relative}
    .mheader .nav-container .nav-wrapper .nav-inner a{border-bottom:none;position:relative;display:inline-block;width:75%;font-size:15px;color:#cccccc;height:50px;line-height:50px}
    .mheader .nav-container .nav-wrapper .nav-inner a:hover{background:none;color:#0f6ab4}
    .mheader .nav-container .nav-wrapper .nav-inner div.threenav{width:25%;height:50px;float:right;background:url(../image/right.png) right center no-repeat;background-size:16%}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-c{position:relative;width:100%;height:0px;overflow:hidden;-webkit-transition:all .4s ease;-moz-transition:all .4s ease;transition:all .4s ease}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-c.cur{height:auto}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-c  ul{list-style:none;margin:auto;padding:0;display:block;width:90%;height:100%}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-c  ul li{list-style:none;margin:0;padding:0;display:block;width:100%}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-c  ul li a{font-weight:bold;position:relative;display:inline-block;width:75%;height:50px;line-height:50px;text-align:left;font-size:14px;color:#999999;margin:0px auto;text-transform:uppercase;padding:0}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-d{padding:10px;width:90%;margin:auto;display:none}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-d.cur{display:block}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-d a{display:block;color:#999!important;height:40px!important;line-height:40px!important;font-size:14px!important;width:90%!important;border:none!important}
    .mheader .nav-container .nav-wrapper .nav-inner .shownav-d a::after{display:none!important}
    .mheader .mheader-content .header-search{margin-right: 60px;position: absolute;right: 0px;top: 25%;}
    .mheader .mheader-content .header-search .msearch1{display:block}
    .mheader .mheader-content .header-search .msearch2{display:none}
    .mheader.scroll-top .mheader-content .header-search .msearch1{display:none}
    .mheader.scroll-top .mheader-content .header-search .msearch2{display:block}
    .search-box .search-form{width: 94%;height: 60px;top:30%;}
    .search-box .search-form .search-text{padding: 15px 10px;width: calc(100% - 60px);font-size: 16px;}
    .search-box .search-form .search-submit {width: 60px;height: 60px;}

}
/*首页顶部
.header {
	width: 90%;
	margin: 0 auto;
	height: 90px;
}

.header .logo {
	height: 60px;
	float: left;
	padding-top: 15px;
	 //padding-left: 40px; 
}

.header .nav {
	float: right;
}

.header .nav a {
	display: block;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 19px;
	margin-right: 19px;
	line-height: 50px;
	height: 50px;
	margin-top: 25px;
	font-size: 14px;
	letter-spacing: 1px;
	box-sizing: border-box;
	padding: 0px 10px;
}

.header .nav a:nth-child(6) {
	margin-right: 0;
}

.header .nav a:hover {}

a.cur {
	color: #003A5D;
	font-weight: bold;
}

#navv {
	width: 100%;
	height: 90px;
	 min-width: 1110px; 
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.95);
}
*/
/*首页产品展示*/
.ipro {
	width: 65%;
	margin: .6rem auto 0;
	padding-top: 49px;
	padding-bottom: 84px;
}
.ititle h1 {
	font-size: 37px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
}

.ititle h1 span {
	color: #003A5D;
	font-size: 37px;
}
.ititle h2 {
	font-size: 37px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 44px;
	font-weight: bold;
}

.ititle h2 span {
	color: #003A5D;
	font-size: 37px;
}

.ititle h3 {
	font-size: 18px;
	color: #333333;
	text-transform: uppercase;
	line-height: 25px;
	text-align: center;
	letter-spacing: 0px;
	font-weight: bold;
}

.ipro_p {
	width: 100%;
	margin: 0 auto;
	padding-top: 22px;
	padding-bottom: 25px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1.2px;
	text-align: center;
}

.ipro_nav {
	width: 100%;
	margin: 0 auto;
}

.ipro_nav ul {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
}

.ipro_nav li {
	width: 20%;
	height: 39px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 4%;
	box-sizing: border-box;
	/* float: left; */
	overflow:hidden;
	cursor: pointer;
	margin-bottom: 20px;
}

.ipro_nav li:nth-child(4n+1) {
	margin-left: 0;
}

@media (max-width:767px) {
	.ipro_nav li {
		width: 48%;
		margin-left: 4%;
	}

	.ipro_nav li:nth-child(2n+1) {
		margin-left: 0px;
	}
}

.ipro_nav_cur {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.ipro_con {
	width: 100%;
  margin-top:40px;
}

.ipro_box {
	width: 100%;
	margin: 0 auto;
	display: none;
}

.ipro_box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ipro_box ul::after {
	content: '';
	width: 24%;
}

.ipro_box li {
	box-sizing: border-box;
	width: 24%;
	height: auto;
	border: 1px #ebebeb solid;
	margin-bottom: 20px;
}

.ipro_box .pic {
	width: 100%;
	/* height: 240px; */
	position: relative;
}

.ipro_box .pic img {
	width: 100%;
	height: auto;
}

.ipro_box .pic em {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/add.svg) no-repeat center;
	background-color: #003A5D;
	opacity: 0.5;
	background-size: 60px 60px;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Safari */
	transform: scale(0);
	/* 标准语法 */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.ipro_box li:hover .pic em {
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.ipro_box li .bot {
	width: 100%;
	height: 49px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 24px;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

/*首页解决方案*/
.icase {
	width: 100%;
	height: 722px;
	background: url(../image/index-07.jpg) no-repeat center;
}

.icase .ititle {
	padding-top: 80px;
}

.icase .ititle h2 {
	color: #fff;
}

.icase .ititle h3 {
	color: #fff;
}

.icase_con {
	padding-top: 63px;
	width: 90%;
	margin: 0 auto;

}

.icase_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.icase_nav {
	width: 331px;
	height: 397px;
	float: left;
	background: #ffffffcf;
}

.icase_nav_cur {
	color: #003A5D !important;
}

.icase_nav ul {
	padding-top: 69px;
	padding-left: 58px;
}

.icase_nav ul li {
	line-height: 50px;
	font-size: 16px;
	color: #333333;
	/*font-weight:bold;*/
	letter-spacing: 1px;
	cursor: pointer;
}

.icase_nav ul .more {
	display: block;
	margin: 19px 0 0 3px;
	width: 34px;
	height: 34px;
	background: url(../image/more.png) no-repeat center;
}

.icase_box {
	width: 773px;
	height: 397px;
	float: right;
	background: #ffffffcf;
}

.icase_li {
	width: 773px;
	height: 397px;
	display: none;
}

.icase_li .pic {
	width: 437px;
	height: 397px;
	float: left;
	overflow: hidden;
	position: relative;
}

.icase_li .pic img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.icase_li .pic:hover img {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari */
	transform: scale(1.2);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.icase_li .con {
	width: 336px;
	height: 397px;
	float: left;
}

.icase_li .con h2 {
	padding-top: 54px;
	overflow: hidden;
	width: 248px;
	margin: 0 auto;
	font-size: 14px;

	color: #333;
	letter-spacing: 1px;
}

.icase_li .con p {
	width: 248px;
	margin: 0 auto;
	line-height: 26px;
	color: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	height: 161px;
	overflow: hidden;
}

.icase_li .con .more {
	width: 151px;
	height: 40px;
	border: 1px #bfbfbf solid;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	margin-left: 47px;
}

.icase_li .con .more:hover {
	color: #fff;
	background: #003A5D;
	border: 1px #003A5D solid;
}

/*首页关于我们*/
.iabout {
	width: 65%;
	margin: 80px auto 80px;
	height: auto;
}

.iabout .contents_s {
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.iabout .pic {
	width: 50%;
	height: auto;

	padding-top: 79px;
	position: relative;
	overflow: hidden;
}

.iabout .pic img {
	width: 100%;
	height: auto;
}

.iabout .pic em {
	*display: none;
	position: absolute;
	left: -550px;
	top: 79px;
	width: 300px;
	height: 600px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	-moz-transition: 0s;
	-o-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
	cursor: pointer;
}

.iabout .pic:hover em {
	left: 550px;
	transition: .7s;
	-moz-transition: .7s;
	-o-transition: .7s;
	-webkit-transition: .7s;
}

.iabout .con {
	width: 48%;

	padding-top: 85px;
}

.iabout .con h2 {
	line-height: 69px;
	font-size: 20px;
	color: #333333;
	letter-spacing: 1px;
}

.iabout .con p {
	line-height: 30px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	text-align: justify;
	/* padding-bottom: 12px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	line-clamp: 8;
	-webkit-box-orient: vertical;
}

.iabout .con .more {
	width: 151px;
	height: 40px;
	border: 1px #bfbfbf solid;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	margin-top: 15px;
	float: right;
}

.iabout .con .more:hover {
	color: #fff;
	background: #003A5D;
	border: 1px #003A5D solid;
}

/*首页发展历程*/
.idev {
	width: 100%;
	height: 721px;
	background: url(../image/index-16.jpg) no-repeat center;
}

.idev .ititle {
	padding-top: 88px;
}

.idev .ititle h2 {
	color: #fff;
}

.idev .ititle h3 {
	color: #fff;
}

/*首页新闻资讯*/
.inews {
	width: 100%;
	padding-top: 65px;
	padding-bottom: 110px;
}

.inews_con {
	width: 1110px;
	margin: 0 auto;
	padding-top: 48px;
}

.inews_con .bd {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.inews_con .bd li {
	width: 350px;
	height: 270px;
	margin-right: 27px;
	border: 1px #bfbfbf solid;
}

.inews_con .hd {
	width: 244px;
	margin: 53px auto 0;
	overflow: hidden;
}

.inews_con .hd ul {
	width: 300px;
}

.inews_con .hd li {
	width: 70px;
	height: 6px;
	float: left;
	margin-right: 16px;
	background: #a0a0a0;
	list-style: none;
	font-size: 0;
}

.inews_con .hd li.on {
	background: #003A5D;
}

.inews_con .left {
	padding-left: 2px;
	width: 85px;
	float: left;
}

.inews_con .left h2 {
	text-align: center;
	padding-top: 42px;
	font-size: 40px;
	color: #999;
}

.inews_con .left h3 {
	text-align: center;
	font-size: 12px;
	color: #999;
}

.inews_con .right {
	width: 240px;
	float: left;
}

.inews_con .right h2 {
	padding-top: 31px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
}

.inews_con .right .line {
	margin-left: 2px;
	width: 18px;
	height: 2px;
	background: #666666;
	margin-bottom: 20px;
}

.inews_con .right p {
	line-height: 22px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
}

.inews_con .right .more {
	width: 91px;
	height: 30px;
	border: 1px #a0a0a0 solid;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 32px;
}

.inews_con .bd li:hover {
	background: #003A5D;
}

.inews_con .bd li:hover h2 {
	color: #fff !important;
}

.inews_con .bd li:hover h3 {
	color: #fff !important;
}

.inews_con .bd li:hover .line {
	background: #fff !important;
}

.inews_con .bd li:hover p {
	color: #fff;
}

.inews_con .bd li:hover .more {
	color: #fff;
	border: 1px #fff solid;
}

/*首页合作客户*/
.icoor {
	padding-top: 41px;
	background: #f5f5f5;
}

.icoor_con {
	width: 65%;
	margin: 0 auto;
	padding-top: 51px;
	padding-bottom: 105px;
}

.icoor_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.icoor_con li {
	width: calc(100%/6 - 2px);
	margin: 1px;
	height: auto;
	/* height: 143px; */
	/* float: left; */
	/* margin-bottom: 1px;
	margin-right: 1px; */
	position: relative;
	/* float: left;
	position: relative; */
}

.icoor_con li img {
	width: 100%;
	height: auto;
}

.icoor_con .icli {
	width: 184px;
	height: 143px;
	float: left;
}

.icoor_con li img.img2 {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.icoor_con li .img1 {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
	transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.5s;
	/* Safari 和 Chrome */
	-o-transition-delay: 0.5s;
	/* Opera */
}

.icoor_con li:hover .img1 {
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	/* Safari 和 Chrome */
	-moz-transform: rotateY(90deg);
	/* Firefox */
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
}

.icoor_con li .img2 {
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	/* Safari 和 Chrome */
	-moz-transform: rotateY(90deg);
	/* Firefox */
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
}

.icoor_con li:hover .img2 {
	transform: rotateY(0);
	-webkit-transform: rotateY(0);
	/* Safari 和 Chrome */
	-moz-transform: rotateY(0);
	/* Firefox */
	transition: all 0.3s linear;
	-moz-transition: all 0.5 linears;
	/* Firefox 4 */
	-webkit-transition: all 0.3s linear;
	/* Safari 和 Chrome */
	-o-transition: all 0.3s linear;
	/* Opera */
	transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	/* Firefox 4 */
	-webkit-transition-delay: 0.3s;
	/* Safari 和 Chrome */
	-o-transition-delay: 0.3s;
	/* Opera */
}

/*footer*/
.footer {
	width: 100%;
	height: 307px;
	background: url(../image/footer_bg.jpg) no-repeat center;
}

.footer_con {
	width: 100%;
	max-width: 1237px;
	margin: 0 auto;
}

.footer .left {
	width: 30%;
	height: 307px;
	background: #003A5D;
	float: left;
}

.footer .left .logo {
	width: 199px;
	height: 60px;
	margin: 0 auto;
	padding-top: 72px;
	padding-bottom: 34px;
}

.footer .left .logo img {
	margin: 0 auto;
}

.footer .left p {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	line-height: 24px;
	opacity: 0.6;
}

.footer .left a {
	font-size: 14px;
	color: #fff;
	display: block;
	letter-spacing: 1px;
	text-align: center;
	line-height: 24px;
	opacity: 0.6;
}

.footer .flink {
	/*width: 130px;*/
	height: 32px;
	margin: 24px 106px 6px;
	;
}

.footer .flink ul {
	display: flex;
	justify-content: center;
}

.footer .flink li {
	width: 32px;
	height: 32px;
	margin-left: 17px;
	float: left;
}

.footer .flink li:nth-child(1) {
	margin-left: 0;
}

.footer .flink li .pic {
	width: 32px;
	height: 32px;
	position: relative;
}

.footer .right {
	width: 65%;
	float: right;
	padding-top: 71px;
}

.footer .fnav {
	/*text-align: right;*/
}

.footer .fnav a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px #fff solid;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.footer .fnav a:first-child {
	border-left: 1px #fff solid;
}

.footer .right_bot {
	width: 100%;
	padding-top: 27px;
}

.footer .fcontact {
	width: 72%;
	float: left;
}

.footer .fcontact li {
	line-height: 30px;
	text-indent: 27px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
}

.footer .fcontact li:nth-child(1) {
	background: url(../image/fli1.png) no-repeat left center;
}

.footer .fcontact li:nth-child(2) {
	background: url(../image/fli2.png) no-repeat left center;
}

.footer .fcontact li:nth-child(3) {
	background: url(../image/fli2.png) no-repeat left center;
}

.footer .fcontact li:nth-child(4) {
	background: url(../image/emailS.svg) no-repeat left center;
	background-size: 20px;
}

.footer .fqr {
	width: 145px;
	float: left;
	padding-top: 9px;
}

.footer .fqr .qrpic {
	width: 115px;
	height: 112px;
	float: left;
}

.footer .qrp {
	width: 17px;
	float: right;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
	color: #cccccc;
}

/*子页*/
.zbanner {
	width: 100%;
	/* height: 432px; */
	
}

.zbanner img {
	width: 100%;
	height: auto;
}

@media (max-width:600px) {
	.zbanner img {
		width: 100%;
		min-height: 100px;
		object-fit: contain;
	}
}

/*产品展示*/
.pro1 {
	width: 60%;
	margin: 0 auto;
	padding-top: 89px;
	padding-bottom: 71px;
}

.pro1_P {
	text-align: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 26px;
}

.pro1_nav {
	width: 80%;
	margin: 0 auto 45px;
}

.pro1_nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pro1_nav li {
	width: 24%;
	height: 41px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	margin-right: calc(4%/3);
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	margin-bottom: 10px;
	overflow:hidden;
}

.pro1_nav li a {
	display: block;
}

.pro1_nav li:nth-child(4n) {
	margin-right: 0;
}

@media (max-width:750px) {
	.pro1_nav li {
		width: 48%;
		margin-right: 2%;
	}

	.pro1_nav li:nth-child(4n) {
		margin-right: 2%;
	}
}

.pro1_nav li:hover {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro1_nav li:hover a {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro1_nav_cur {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro1_nav_cur a {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro1_con .more {
	display: block;
	margin: 60px auto 0;
	width: 140px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px #c1c1c1 solid;
}

.pro1_con .more:hover {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}
.pro1_con .skey{ text-align:center; margin-bottom:1rem;}
.pro2 {
	width: 100%;
	background: #f6f6f6;
	padding-top: 75px;
	padding-bottom: 60px;
}

.pro2_P {
	width: 1110px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 26px;
}

.pro2_nav {
	width: 775px;
	height: 43px;
	margin: 0 auto 53px;
}

.pro2_nav li {
	width: 237px;
	height: 41px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-left: 29px;
	float: left;
	cursor: pointer;
}

.pro2_nav li:nth-child(1) {
	margin-left: 0;
}

.pro2_nav li:hover {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro2_nav li a {
	display: block;
}

.pro2_nav_cur a {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro2_nav li:hover a {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro2_nav_cur {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro2_con .more {
	display: block;
	margin: 60px auto 0;
	width: 140px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px #c1c1c1 solid;
}

.pro2_con .more:hover {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro2_con .ipro_box li .bot {
	background: #cccccc;
}

.service {
	width: 65%;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 99px;
}

.ser_con {
	padding-top: 62px;
	width: 100%;
}

.ser_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.ser_con li {
	width: 100%;
	margin-bottom: 20px;
	height: auto;
}

.ser_con li .pic {
	width: 30%;
	height: auto;
	/* height: 181px; */
	float: left;
	/* border: 1px #c1c1c1 solid; */
}

.ser_con li .pic img {
	width: 100%;
	height: auto;
}

.ser_con li .con {
	width: 70%;
	float: right;
	background: #f8f8f8;
	height: 100%;
}

.ser_con li .con h2 {
	padding: 19px 53px 0 47px;
	line-height: 71px;
	font-size: 24px;
	color: #333;
	letter-spacing: 1px;
}

.ser_con li .con h2 span {
	font-size: 28px;
	color: #003A5D;
	letter-spacing: 0;
}

.ser_con li .con p {
	padding: 0 53px 0 47px;
	line-height: 26px;
	font-size: 14px;
	color: #333;
	letter-spacing: 1.3px;
}

.ser_con li:nth-child(2n) .pic {
	float: right;
}

.ser_con li:nth-child(2n) .con {
	float: left;
}

/*产品展示--查看更多*/
.product1 li {
	width: 350px;
	height: 290px;
	border: 1px #ebebeb solid;
	float: left;
	margin-right: 27px;
	margin-bottom: 35px;
}

.product1 li:nth-child(3n) {
	margin-right: 0;
}

.product1 .pic {
	width: 350px;
	height: 240px;
	position: relative;
}

.product1 .pic em {
	position: absolute;
	width: 350px;
	height: 240px;
	left: 0;
	top: 0;
	background: url(../image/pro_bg.png) no-repeat center;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Safari */
	transform: scale(0);
	/* 标准语法 */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.product1 li:hover .pic em {
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.product1 li .bot {
	width: 350px;
	height: 49px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 49px;
}

.pcase_content {
	width: 100%;
	background: #fff;
}

.pcase {
	width: 65%;
	margin: 0 auto;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 100px;
}

.case_con {
	padding-top: 43px;
	width: 90%;
	margin: 0 auto;
}

.case_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.case_con li {
	width: 24%;
	/* height: 280px; */
	margin-left: calc(4%/3);
	margin-bottom: 33px;
	/* float: left; */
	box-sizing: border-box;
}

.case_con li:nth-child(4n+1) {
	margin-left: 0px;
}


.case_con li .pic {
	/* width: 261px; */
	height: 237px;
	overflow: hidden;
	width: 100%;
}

.case_con li .pic img {
	width: 100%;
	height: 100%;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.case_con li:hover .pic img {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari */
	transform: scale(1.2);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.case_con li .bot {
	width: 100%;
	/* padding: 0px 10px; */
	text-indent: 10px;
	height: 42px;
	border: 1px #c7c7c7 solid;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

/*产品详情*/
.pro_infr {
	width: 65%;
	margin: 0 auto;
	padding-bottom: 100px;
}

.plocation {
	line-height: 60px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

.pi_top {
	padding-bottom: 68px;
}

.pi_top .left {
	width: 40%;
	height: auto;
	border: 1px #c7c7c7 solid;
	float: left;
	text-align: center;
	line-height: 295px;
}

.pi_top .left img {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 100%;
}

.pi_top .right {
	width: 55%;
	/* float: right; */
}

.pi_top .right h1,.pi_top .right h2 {
	line-height: 44px;
	font-size: 18px;
	color: #333;
	letter-spacing: 1px;
}

.des {
	padding-top: 11px;
	padding-bottom: 26px;
	width: 100%;
}

.des p {
	width: 100%;
	float: left;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	letter-spacing: 1px;
}

.pi_top .right .des .des_title {
	list-style-type: none;
	width: 100%;
	white-space: normal;
	word-spacing: 0px;
	text-transform: none;
	color: #666666;
	padding-bottom: 26px;
	padding-top: 11px;
	font: 14px 微软雅黑;
	padding-left: 0px;
	margin: 0px;
	letter-spacing: normal;
	padding-right: 0px;
	background-color: #ffffff;
	text-indent: 0px;
	-webkit-text-stroke-width: 0px;
}

.pi_top .right .more {
	width: 148px;
	height: 45px;
	background: #003A5D;
	color: #fff;
	font-size: 14px;
	line-height: 45px;
	text-align: center;
	letter-spacing: 1px;
	display: block;
}

.pi_top {
	width: 100%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pi_bot {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pi_bot .left {
	width: 60%;

}

.pi_bot_lnav {
	width: 100%;
	height: 51px;
	border: 1px #e4e4e4 solid;
	background: #f8f8f8;
}

.pi_bot_lnav ul {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

.pi_bot_lnav li {
	width: 132px;
	float: left;
	height: 53px;
	line-height: 51px;
	margin-right: 13px;
	font-size: 18px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

.pi_bot_cur {
	background: url(../image/pi_bot_cur.png) no-repeat center bottom;
}

.pi_bot_con {
	width: 100%;
	padding-top: 30px;
}

.pi_bot_box {
	width: 100%;
	display: none;
}

.pi_bot_con p {
	line-height: 30px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

.pi_bot_con img {
	width: 100%;
	max-width: 100% !important;
	height: auto !important;
}

.pi_bot .right {
	width: 35%;

}

.pi_bot_rnav {
	width: 100%;
	height: 51px;
	border: 1px #e4e4e4 solid;
	background: #f8f8f8;
}

.pi_bot_rnav li {
	width: 100%;
	height: 53px;
	line-height: 51px;
	margin-right: 13px;
	font-size: 18px;
	color: #666666;
	letter-spacing: 1px;
	text-align: center;
	cursor: pointer;
}

.pi_re {
	padding-top: 30px;
}

.pi_re li {
	margin-bottom: 16px;
	width: 100%;
	/* height: 264px; */
	border: 1px #ebebeb solid;
}

.pi_re li .pic {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.pi_re li .pic img {
	width: 100%;
	height: auto;
}

.pi_re li .pic em {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../image/add.svg) no-repeat center;
	background-size: cover;
	-ms-transform: scale(0);
	/* IE 9 */
	-webkit-transform: scale(0);
	/* Safari */
	transform: scale(0);
	/* 标准语法 */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	background-color: rgba(235, 64, 0, 0.5);
	background-size: 60px 60px;
	/* Safari */
}

.pi_re li:hover .pic em {
	/* width:100%;
	height:100%; */
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.pi_re li .bot {
	width: 100%;
	height: 45px;
	border-top: 1px #ebebeb solid;
	background: #f3f3f3;
	line-height: 45px;
	font-size: #333;
	letter-spacing: 1px;
	text-align: center;
}

/*解决方案*/
.case_nav {
	width: 60%;
	margin: 25px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.case_nav a {
	display: block;
	width: 24%;
	height: 42px;
	border: 1px #b5b5b5 solid;
	line-height: 39px;
	text-align: center;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	margin-left: calc(4%/3);
	/* float: left; */
	box-sizing: border-box;
	margin-bottom: 20px;
}

.case_nav a:nth-child(4n+1) {
	margin-left: 0;
}

@media (max-width:750px) {
	.case_nav a {
		width: 48%;
		margin-left: 4%;
	}

	.case_nav a:nth-child(2n+1) {
		margin-left: 0px;
	}
}

.case_nav a:hover {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.case_nav_cur {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.pro_co .more {
	display: block;
	margin: 60px auto 0;
	width: 140px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
	border: 1px #c1c1c1 solid;
}

.pro_co .more:hover {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

/*新闻推荐*/
.rnews {
	width: 100%;
	background: #f5f5f5;
	padding-top: 80px;
	padding-bottom: 102px;
}

.rnews_con {
	width: 1110px;
	margin: 0 auto;
	padding-top: 50px;
}

.rnews_con .left {
	width: 731px;
	height: 421px;
	background: #fff;
	float: left;
}

.rnews_con .right {
	width: 351px;
	height: 421px;
	background: #fff;
	float: right;
}

.rntitle {
	width: 100%;
	height: 60px;
	border-bottom: 1px #efefef solid;
}

.rntitle .l {
	width: 132px;
	height: 63px;
	background: url(../image/pi_bot_cur.png) no-repeat center bottom;
	text-align: center;
	font-size: 20px;
	color: #333;
	line-height: 61px;
	letter-spacing: 1px;
	float: left;
}

.rntitle .r {
	width: 106px;
	float: right;
	display: block;
	height: 61px;
	line-height: 61px;
	font-size: 14px;
	color: #999;
	letter-spacing: 1px;
}

.rn_bot {
	width: 650px;
	padding-left: 30px;
	padding-right: 51px;
	padding-top: 37px;
}

.rn_rec {
	width: 650px;
	padding-bottom: 19px;
}

.rn_rec .pic {
	width: 242px;
	height: 140px;
	float: left;
}

.rn_rec .con {
	width: 380px;
	float: right;
}

.rn_rec .con h2 {
	line-height: 36px;
	font-size: 18px;
	color: #333333;
	padding-bottom: 14px;
}

.rn_rec .con p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}

.rn_reli {
	width: 650px;
}

.rn_reli li {
	width: 650px;
	height: 32px;
	font-size: 14px;
	color: #666;
}

.rn_reli li a {
	float: left;
	width: 540px;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	display: block;
	letter-spacing: 1px;
}

.rn_reli li a:hover {
	color: #003A5D;
}

.rn_reli li span {
	float: right;
	width: 100px;
	text-align: right;
	line-height: 32px;
	font-size: 14px;
	color: #666;
	display: block;
}

.rr_li {
	padding-top: 13px;
	width: 300px;
	margin: 0 auto;
}

.rr_li li {
	height: 47px;
	padding-top: 2px;
	border-bottom: 1px #c6c6c6 dashed;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
}

.rr_li li a {
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 47px;
}

.rr_li li a:hover {
	color: #003A5D;
}

/*新闻资讯*/
.news {
	width: 65%;
	margin: 0 auto;
	padding-top: 63px;
	padding-bottom: 117px;
}

.news_nav {
	width: 70%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	padding-top: 35px;
	padding-bottom: 33px;
	/* width: 443px; */
	height: 45px;
	margin: 0 auto;
}

.news_nav ul a {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.news_nav a {
	display: block;
	width: 202px;
	height: 43px;
	border: 1px #c1c1c1 solid;
	text-align: center;
	line-height: 43px;
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
	/* float: left; */
	margin-left: 35px;
	box-sizing: border-box;
}

.news_nav a:nth-child(1) {
	margin-left: 0;
}

.news_nav a:hover {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.news_nav_cur {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.news_con {
	width: 100%;
}

.news_con ul {
	width: 100%;

}

.news_con li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	/* height: 158px; */
	padding-top: 28px;
	padding-bottom: 32px;
	border-bottom: 1px #b5b5b5 dashed;
}

.news_con li .pic {
	width: 30%;
	height: auto;

}

.news_con li .pic img {
	width: 100%;
	height: auto;
}

.news_con li .con {
	width: 68%;

}

.news_con li .con h2 a {
	line-height: 38px;
	font-size: 18px;
	color: #333;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 8px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.news_con li .con p {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 6;
	/* max-height:48px; */
	/* max-height: 60px; */
	display: -webkit-box;
	line-clamp: 6;
	-webkit-box-orient: vertical;
}

.news_con li .con .more {
	width: 106px;
	height: 36px;
	display: block;
	background: #003A5D;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 5px;
}

/*服务下载*/
.dl {
	width: 65%;
	margin: 0 auto;
	/* padding-top: 60px; */
	padding-bottom: 91px;
}

.dl_con {
	width: 100%;
	margin: 0 auto;
	padding-top: 66px
}

.dl_con ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.dl_con li {
	width: 24%;
	height: auto;
	/* float: left; */
	margin-left: calc(4%/3);
}

.dl_con li:hover {
	opacity: 0.8;
}

.dl_con li:nth-child(4n+1) {
	margin-left: 0;
}

.dl_con li .pic {
	width: 100%;
	height: auto;
}

.dl_con li .pic img {
	width: 100%;
	height: auto;
}

.dl_con li .bot {
	width: 100%;
	/* height: 94px; */
	padding: 20px 0px;
	background: #003A5D;
}

.dl_con li .bot img {
	width: 21px;
	height: 19px;
	display: block;
	margin: 0 auto;
	/* padding-top: 23px; */


}

.dl_con li .bot p {
	line-height: 40px;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;

}

.rdl {
	width: 100%;
	padding-top: 56px;
	padding-bottom: 106px;
	background: #eeeeee;
}

.rdl_nav {
	padding-top: 36px;
	width: 65%;
	/* height: 44px; */
	margin: 0 auto;
	padding-bottom: 47px;
}

.rdl_nav ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.rdl_nav li {
	width: 24%;
	height: 42px;
	float: left;
	border: 1px #c9ccd2 solid;
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	line-height: 42px;
	margin-left: calc(4%/3);
	cursor: pointer;
	box-sizing: border-box;
}

.rdl_nav li:nth-child(4n+1) {
	margin-left: 0 !important;
}

.rdl_nav_cur {
	color: #fff !important;
	background: #003A5D !important;
	border: 1px #003A5D solid !important;
}

.rdl_box {
	width: 75%;
	margin: 0 auto;
	display: none;
}

.rdl_box ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.rdl_box li {
	width: 48%;
	float: left;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px #bebebe dashed;
	margin-right: calc(4%);
	color: #333;
}

.rdl_box li a {
	display: block;
	padding-right: 0px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../image/d_icon22.svg) no-repeat right center;
	background-size: 20px 20px;
}

.rdl_box li a:hover {
	background: url(../image/d_icon2.svg) no-repeat right center;
	background-size: 20px 20px;
}

.rdl_box li:nth-child(2n) {
	margin-right: 0;
}

.dl_con1 {
	width: 1110px;
	margin: 0 auto;
	padding-top: 40px;
}

.dl_con1 li a {
	line-height: 60px;
	font-size: 15px;
	letter-spacing: 1px;
	border-bottom: 1px #bebebe dashed;
	display: block;
	background: url(../image/d_icon2.png) no-repeat right center;
}

.dl_con1 li a:hover {
	background: url(../image/d_icon22.png) no-repeat right center;
}

.dl_con1 li span {
	display: inline-block;
	padding-right: 30px;
}

/*关于我们*/
.about {
	width: 65%;
	margin: 0 auto;
	padding-top: 49px;
	padding-bottom: 93px;
}

.about_con {
	width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}

.about_con p {
	line-height: 26px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-align: justify;
	padding-bottom: 8px;
}

.about_con .pic {
	width: 100%;
	padding-top: 66px;
	position: relative;
	overflow: hidden;
}

.about_con .pic img {
	width: 100%;
	height: auto;
}

.about_con .pic em {
	*display: none;
	position: absolute;
	left: -550px;
	top: 0;
	width: 300px;
	height: 800px;
	background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -o-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	background-image: -ms-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	-moz-transition: 0s;
	-o-transition: 0s;
	-webkit-transition: 0s;
	transition: 0s;
	cursor: pointer;
}

.about_con .pic:hover em {
	left: 1200px;
	transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	-webkit-transition: 1s;
}

.culture_content {
	width: 100%;
	background: #f2f2f2;
}

.culture {
	width: 65%;
	padding-top: 80px;
	background: none;
	padding-bottom: 86px;
	margin: 0 auto;
}

.cul_con {
	padding-top: 44px;
	width: 100%;
	margin: 0 auto;
}

.cul_con ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.cul_con li {
	width: 24%;

	margin-left: calc(4%/3);
}

.cul_con li:nth-child(4n+1) {
	margin-left: 0;
}

.cul_con li .pic {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cul_con li .pic img {
	width: 100%;
	height: auto;
	-ms-transform: scale(1);
	/* IE 9 */
	-webkit-transform: scale(1);
	/* Safari */
	transform: scale(1);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.cul_con li:hover .pic img {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari */
	transform: scale(1.2);
	/* 标准语法*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	/* Safari */
}

.cul_con li .con h2 {
	padding-top: 1px;
	line-height: 41px;
	padding-left: 18px;
	background: url(../image/line.jpg) no-repeat left center;
	font-size: 20px;
	letter-spacing: 1px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.cul_con li .con p {
	line-height: 20px;
	font-size: 14px;
	color: #333333;
	letter-spacing: 1px;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.org {
	padding-top: 60px;
	padding-bottom: 80px;
}

.org_con {
	width: 1110px;
	padding-top: 35px;
	margin: 0 auto;
}

.org_con img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.honor {
	width: 1110px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 80px;
}

.honor_con {
	width: 1110px;
	padding-top: 68px;
	background: url(../image/honor_bg.png) no-repeat right top;
}

.hli1 li {
	width: 149px;
	height: 101px;
	float: left;
	margin-right: 20px;
	margin-bottom: 17px;
}

.hli2 li {
	width: 102px;
	height: 137px;
	float: left;
	margin-right: 24px;
	margin-bottom: 18px;
}

.contact {
	width: 65%;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 88px;
}

.lxcon1 {
	width: 100%;
	margin: 0 auto 15px;
	margin-top: 60px;
	height: 166px;
	background: #f7f7f7;
	border: 1px #eeeeee solid;
}

.lxcon1 .left {
	text-align: center;
	width: 28%;
	height: 109px;
	margin-top: 36px;
	border-right: 1px #c1c1c1 solid;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

.lxcon1 .left img {
	width: 60%;
	height: auto;
	margin: 0 auto;
	max-height: 100%;
}

.lxcon1 .mid {
	/* padding-left: 33px; */
	margin-top: 36px;
	padding-top: 3px;
	width: 40%;
	float: left;
}

.lxcon1 .mid ul {
	width: 90%;
	margin: 0 auto;

}

.lxcon1 .mid li {
	line-height: 32px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	text-indent: 36px;
}

.lxcon1 .mid li:nth-child(1) {
	background: url(../image/location.svg) no-repeat left center;
	background-size: 22px;
}

.lxcon1 .mid li:nth-child(2) {
	background: url(../image/phone.svg) no-repeat left center;
	background-size: 25px;
}

.lxcon1 .mid li:nth-child(3) {
	background: url(../image/email.svg) no-repeat left center;
	background-size: 20px;
	background-position: 4px;
}

.lxcon1 .right {
	width: 30%;
	height: 109px;
	margin-top: 36px;
	border-left: 1px #c1c1c1 solid;
	float: left;
	text-align: center;
}

.lxcon1 .right .right_content {
	width: 90%;
	margin: 0 auto;

}

.lxcon1 .right .qr {
	/* padding-left: 33px; */
	width: 32%;
	height: auto;
	float: left;
}

.lxcon1 .right .qr img {
	width: 100%;
	height: auto;
}

.lxcon1 .right .p {
	width: 50%;
	/* padding-top: 3px; */
	padding-left: 18px;
	float: left;
}

.lxcon1 .right .p p {
	line-height: 28px;
	font-size: 14px;
	color: #666;
	text-align: left;
	letter-spacing: 1px;
}

.lxcon2 {
	width: 100%;
	height: 438px;

	border: 1px #e6e6e6 solid;
	margin: 0 auto;
	background: #f7f7f7;
}

.clist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 15px auto;
	height: auto;
	background: #f7f7f7;
	border: 1px #eeeeee solid;
}

.cinfo {
	width: 40%;
	height: auto;
	margin-left: 8%;
	/* margin-right: 10%; */
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 30px;
	font-size: 14px;
}

.cinfo p {
	width: 100%;
}


.idev_con {
	width: 1110px;
	margin: 0 auto;
	padding-top: 74px;
}

.idev_con .bd {
	width: 1110px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 352px;
	background: url(../image/timeline.png) no-repeat right 277px;
}

@media (max-width:1200px) {

	.idev_con,
	.idev_con .bd {
		width: 645px;
	}
}

/* .idev_con .bd{
	background: url(../image/timeline.png) no-repeat right 277px;
} */
@media (max-width:750px) {

	.idev_con,
	.idev_con .bd {
		width: 181px;
	}
}

.idev_con .bd li {
	width: 181px;
	height: 352px;
	margin-right: 51px;
}

.idev_con .bd li .con {
	width: 181px;
	height: 248px;
	padding-bottom: 12px;
	background: url(../image/bot.png) no-repeat center bottom;
}

.idev_con .bd li .pic {
	width: 181px;
	height: 117px;
}

.idev_con .bd li .pic img {

	padding: 12px 11px 0;
	background: #ffffffcf;
}

.idev_con .bd li .js {
	width: 181px;
	height: 117px;
	background: #fff;
	padding-top: 14px;
}

.idev_con .bd li .js p {
	width: 158px;
	font-size: 14px;
	color: #666;
	letter-spacing: 1px;
	line-height: 18px;
	margin: 0 auto;
	text-align: center;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.idev_con .bd li .year {
	padding-top: 39px;
	text-align: center;
	line-height: 53px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.idev_con .bd li .year span {
	font-size: 16px;
}

.idev_con .hd {
	width: 180px;
	margin: 0 auto;
	padding-top: 30px;
}

.idev_con .hd .prev {
	display: block;
	width: 40px;
	height: 40px;
	background: #003A5D;
	float: left;
}

.idev_con .hd .next {
	display: block;
	width: 40px;
	height: 40px;
	background: #003A5D;
	float: right;
}

.idev_con .hd a img {
	display: block;
	margin: 0 auto;
	padding-top: 9px;
}

.page_info {
	text-align: center;
	margin-top: 10px;
	color: #333;
}

.page_info span {
	padding: 0 2px;
	font-weight: bold;
}

.page_list {
	height: 24px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0;
	font-size: 12px;
	margin-top: 20px;
}

.page_list a {
	display: inline-block;
	color: #898989;
	border: 1px solid #e8e8e8;
	background: #f8f8f8;
	text-align: center;
	padding: 0 8px;
	margin: 0 1px;
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #898989;
	background: #898989;
}

.page_list a.on {
	color: #333;
	border: 1px solid #edbaba;
	background: #ffe0e0;
}

.news_infr {
	width: 100%;
}

.ztitle1 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
	padding-top: 35px;
}
.ztitle1 h1 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 36px;
}

.ztitle2 {
	line-height: 40px;
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px #eaeaea solid;
	font-size: 12px;
	color: #999;
	text-align: center;

}

.news_infr_con {
	width: 65%;
	margin: 0 auto;
	padding-top: 23px;
	padding-bottom: 43px;
}

.news_infr_con img {
	max-width: 100%;
	padding-bottom: 10px;
}

.news_infr_con p {
	line-height: 29px;
	font-size: 14px;
	color: #666;
	letter-spacing: 0.2px;
	padding-bottom: 15px;
}

.news_infr_bot {
	width: 143px;
	height: 27px;
	margin: 0 auto;
	padding-bottom: 51px;
}

.news_infr_bot a {
	display: block;
	float: left;
	margin-left: 9px;
	width: 65px;
	height: 25px;
	border: 1px #cacaca solid;
	line-height: 25px;
	color: #000000;
	font-size: 14px;
	text-align: center;
}

.news_infr_bot a:first-child {
	margin-left: 0;
	text-align: center;
}

.news_infr_bot .niba:hover {
	background: #003A5D !important;
	color: #fff;
}




.public_t {
	width: 100%;
	height: auto;
	margin: 0px auto;
	display: inline-block;
}

.public_t .title_l {
	float: left;
	color: #333;
	font-size: 20px;
	line-height: 110px;
}

.public_t .title_l span {
	display: inline-block;
	margin-right: 7px;
	text-transform: uppercase;
}

.public_t .p_r {
	float: right;
	line-height: 110px;
}

.public_t .p_r a {
	display: inline-block;
}

.public_t .p_r a:hover {
	color: #cc0000;
}

.case-nav2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 0px auto;
	/* display: inline-block; */
}

.case-nav2 a {
	display: block;
	/* float: left; */
	width: 25%;
	text-align: center;
	background: #f0f3f6;
	line-height: 50px;
	height: 50px;

	border-left: 1px solid #fff;
	font-size: 15px;
	box-sizing: border-box;
}

.case-nav2 a:nth-child(5n+1) {
	margin-left: 0px;
	border-left: none;
}

.case-nav2 a.case-cur {
	background: #003A5D;
	color: #fff;
}

.case-nav2 a:hover {
	background: #003A5D;
	color: #fff;
}

.logo img {
	display: block;
	width: 100%;
	max-height: 100%;
}

.logo a {
	width: 200px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qrpic img {
	max-width: 100%;
}

#allmap {
	height: 100%;
}

.icoor_con p {
	line-height: 40px
}

.footer .fcontact li>a {
	color: #999;
}

.left_bottom {
	width: 100%;
	float: left;
	padding-bottom: 10px;

	text-align: center;
	display: none;
}

.left_bottom a {
	/* padding: 10px 0px; */
	line-height: 25px;
}

@media (max-width:1360px) {
	.iabout .con {
		max-height: 320px;
		overflow: auto;
	}

	.iabout .con::-webkit-scrollbar {
		display: none;
	}
}

@media (max-width:750px) {
	.icoor {
		padding-top: 30px;
	}

	.ititle h2,
	.ititle h2 span {
		font-size: 22px;
	}

	.ititle h3 {
		font-size: 15px;
	}

	.icoor_con {
		width: 90%;
		padding-top: 30px;
		padding-bottom: 35px;

	}

	.icoor_con li {
		width: calc(100%/3);
	}

	.case_con li {
		width: 45%;
		margin-left: calc(4%) !important;
	}

	.case_con li:nth-child(2n+1) {
		margin-left: 0px;
	}

	.ipro_box ul::after {
		display: none;
	}

	.ipro_box li {
		width: 48%;
		margin-bottom: 20px;
		box-sizing: border-box;
	}

	/* .footer .right{
		display:none;
	} */

}

@media (max-width:1000px) {
	.left_bottom {
		display: block;
	}

	.footer .left {
		width: 100%;
		height: auto;
		margin-bottom: 8px;
		/* height:auto; */
	}

	.footer .flink {
		width: 100%;
		text-align: center;
		margin: 15px 0px;
	}

	.footer .flink ul {
		padding: 0px;
		margin: 0px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}

	.footer .right {
		display: none;
	}

	/* .footer .left{
		height:200px;
	} */
	.footer .left .logo {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.icoor .icoor_con {
		padding-top: 10px;
	}

	.footer {
		height: 168px;
	}

	.icoor_con p {
		line-height: 30px;
	}
}

@media (max-width:1230px) {
	.header .nav {
		display: none;
	}

	.header .menus {
		display: flex;
	}
}

@media (max-width:1300px) {
	.pro1 {
		width: 80%;
	}
}

@media (max-width:1000px) {

	.pro1,
	.pro1_nav {
		width: 90%;
	}

	.pro1 {
		padding-top: 40px;
	}
}

@media (max-width:1200px) {
	.news {
		width: 80%;
	}
}

@media (max-width:940px) {
	.news {
		width: 90%;
	}

	.news_con li .con p {
		margin-bottom: 14px;
	}

	.news_con li .con .more {
		height: 30px;
		line-height: 30px;
		width: 90px;
	}
}

@media (max-width:750px) {
	.logo a {
		width: 150px;
	}

	.news_con li .pic,
	.news_con li .con {
		width: 100%;
	}

	.pcase_content .case_con,
	.pcase_content .case_nav {
		width: 100%;

	}
}

@media (max-width:1900px) {
	.news_con li .con p {
		-webkit-line-clamp: 4;
		line-clamp: 4;
	}
}

@media (max-width:1500px) {
	.news_con li .con p {
		-webkit-line-clamp: 2;
		line-clamp: 2;
	}

	.pcase {
		width: 80%;
	}
}

@media (max-width:1100px) {
	.pcase_content .pcase {
		width: 90%;
	}

	.pcase_content .case_con li {
		width: 30%;
		margin-left: calc(10%/2);

	}

	.pcase_content .case_con li:nth-child(3n+1) {
		margin-left: 0px;
	}
}

@media (max-width:1100px) {
	.pcase_content .case_con li {
		width: 48%;
		margin-left: calc(2%) !important;

	}

	.pcase_content .case_con li:nth-child(2n+1) {
		margin-left: 0px !important;
	}
}

@media (max-width:760px) {
	.pcase_content .case_con li {
		width: 100%;
		margin-left: 0 !important;
	}
}

@media (max-width:1370px) {

	.service,
	.dl {
		width: 80%;
	}
}

@media (max-width:1100px) {
	.service {
		width: 90%;
	}

	.ser_con li .con p {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
}

@media (max-width:830px) {
	.ser_con li .con h2 {
		line-height: 50px;
	}
}

@media (max-width:750px) {
	.ser_con li .pic {
		width: 100%;
		float: none;
	}

	.ser_con li .con {
		width: 100%;
		height: auto;
		padding: 20px 0px;
		float: none;
		text-indent: 20px;
	}

	.ser_con li .con p {
		white-space: normal;
		padding: 0px 10px;
	}

	.ser_con li .con h2 {
		padding: 15px 10px 0px 10px;
	}
}

@media (max-width:1100px) {
	.dl_con li {
		margin-bottom: 20px;
		width: 48%;
		margin-left: calc(2%) !important;
	}

	.dl_con li:nth-child(2n+1) {
		margin-left: 0px !important;
	}

	.about,
	.culture,
	.contact {
		width: 80%;
	}

	.lxcon1 .mid li,
	.lxcon1 .right .p p {
		font-size: 10px;
	}
}

@media (max-width:750px) {
	.dl {
		width: 90%;
	}

	.dl_con li {
		width: 100%;
	}

	.rdl_nav {
		width: 90%;
		padding-bottom: 0px;
	}

	.rdl_nav li {
		width: 48%;
		margin-left: 4% !important;
		margin-bottom: 20px;

	}

	.rdl_nav li:nth-child(2n+1) {
		margin-left: 0px !important;
	}

	.rdl_box {
		width: 90%;
	}

	.rdl_box li {
		width: 100%;
		margin-right: 0px;
	}

	.section {
		width: 90%;
	}

	.about {
		width: 90%;
		padding-bottom: 40px;
	}

	.about_con .pic {
		padding-top: 15px;
	}

	.case-nav2 a {
		width: 50%;
		font-size: 10px;
		height: 40px;
		line-height: 40px;
	}

	.public_t .title_l,
	.public_t .p_r {
		line-height: 40px;
		font-size: 10px;
	}

	.public_t .p_r a {
		font-size: 10px;
	}

	.about,
	.culture,
	.contact {
		width: 90%;
	}

	.cul_con li {
		width: 100%;
		margin-left: 0px;
	}

	.cul_con li .con {
		padding: 20px 0px;
	}

	.contact {
		width: 90%;
	}

	/* .case-nav2 a{
	width:49%;
} */
	.cinfo {
		width: 100%;
	}
}

@media (max-width:1340px) {
	.lxcon1 .left {
		width: 20%;
	}

	.lxcon1 .mid {
		width: 48%;
	}
}

@media (max-width:880px) {
	.lxcon1 .left {
		display: none;
	}

	.lxcon1 .mid {
		width: 60%;

	}

	.lxcon1 .right {
		width: 38%;
	}
}

@media (max-width:770px) {
	.lxcon1 .mid {
		width: 50%;
	}

	.lxcon1 .mid ul {
		width: 90%;
		border: 1px solid red;
		/* border:none; */
	}
}

@media (max-width:750px) {
	.lxcon1 {
		height: auto;
	}

	.lxcon1 .mid {
		width: 98%;
		margin: 0 auto;
		float: none;
	}

	.lxcon1 .mid ul {
		width: 100%;

		border: none;
	}

	.lxcon1 .right {
		display: none;
	}
}

@media (max-width:1100px) {

	.ipro,
	.iabout {
		width: 80%;
	}

	.iabout .con p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;

	}
}

@media (max-width:750px) {

	.ipro,
	.iabout {
		width: 90%;
	}
}

@media (max-width:750px) {

	.iabout .pic,
	.iabout .con {
		width: 100%;
	}
}

@media (max-width:1200px) {

	.pro_infr,
	.news_infr_con,
	.icoor_con {
		width: 80%;
	}
}

@media (max-width:750px) {

	.pro_infr,
	.news_infr_con,
	.icoor_con {
		width: 90%;
	}

	.pi_top {
		padding-bottom: 40px;
	}

	.pi_top .left,
	.pi_top .right {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media (max-width:920px) {

	.pi_bot .left,
	.pi_bot .right {
		width: 100%;
	}
}

@media (max-width:750px) {
	.left_bottom a:nth-child(2) {
		width: 100%;
		display: block;
	}
}

@media (max-width:750px) {
	.about {
		padding-top: 20px;
	}

	.about_con {
		padding-top: 10px;
	}

	.culture {
		padding: 30px 0px 0px 0px;
	}

	.cul_con {
		padding-top: 20px;
	}

	.cul_con li {
		padding-bottom: 20px;
	}

	.idev .ititle {
		padding-top: 30px;
	}

	.idev_con {
		padding-top: 20px;
	}

	.idev {
		height: 590px;
	}

	.contact {
		padding: 30px 0px;
	}

	.lxcon1 {
		margin-top: 20px;
	}

	.service {
		padding: 30px 0px;
	}

	.ser_con,
	.dl_con {
		padding-top: 20px;
	}

	.dl {
		padding-bottom: 40px;
	}

	.rdl {
		padding: 40px 0px;
	}

	.rdl_nav {
		padding-top: 20px;
	}

	.news {
		padding: 30px 0px 40px 0px;
	}

	.news_nav {
		padding: 15px 0px;
	}

	.news_con li {
		padding-top: 10px;
	}

	.ztitle1 {
		font-size: 18px;
	}

	.pcase {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.case_nav a {
		margin-left: calc(6%/2);
	}

	.case_nav {
		margin-top: 15px;
	}

	.case_con {
		margin-top: 30px;
	}

	.page_list {
		padding-top: 0px;
	}

	.news_infr_con {
		padding-bottom: 15px;
	}

	.pro1_nav {
		margin-bottom: 30px;
		width: 100%;
	}

	.pro1_con .more {
		margin-top: 25px;
	}

	.pro1 {
		padding-bottom: 40px;
	}

	.pi_bot_lnav li {
		font-size: 13px;
	}

	.pi_bot .right {
		margin-top: 20px;
	}

	.pro_infr {
		padding-bottom: 40px;
	}

	.news_nav {
		width: 100%;
	}

	.news_nav a {
		width: 48%;
	}
}

.footer .wechat {
	position: relative;
}

.footer .wechat .wechat_img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: -130px;
	left: -45px;
	display: none;
}

.footer .wechat:hover .wechat_img {
	display: block;
}

.g_fnva{position:fixed; z-index:100; bottom:0; width:100%;background:#2a2a2a;display: none;}
@media (max-width: 768px){
	.g_fnva{display: block;}
}
.m-f01 li{float: left;width: 25%;text-transform: uppercase;border-right: 1px  solid rgba(255,255,255,0.5); box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.m-f01 li em{display: block;width: 45%;padding-top: 6px; margin: 0 auto;}
.m-f01 li img{width: 24px;display: block;margin: 0 auto;}
.m-f01 a{ color:#fff;line-height: 30px;display:block;text-align:center;font-size: 14px;position: relative;}
