
.guide_pad .logo2 {
	line-height: 0; margin-left: 10px; float: left; display: flex; position: relative; z-index: 9999; align-items: center;
}
.guide_pad .logo2 a {
	height: 32px; display: block;
}
.guide_pad .logo2 img {
	height: 100%; display: block;
}
.header .top_phone {
	margin-right: 90px; float: right;
}
.header .top_phone span {
	background: url("../images/phone.svg") no-repeat left / 40px; color: rgb(255, 255, 255); line-height: 76px; padding-left: 40px; font-size: 20px; display: block;
}
a.menu-activator {
	padding: 0px 15px; border-left-color: transparent; border-left-width: 1px; border-left-style: solid; float: right; display: block;
}
a.menu-activator span.descriptor {
	color: rgb(255, 255, 255); vertical-align: middle; display: inline-block; cursor: pointer;
}
a.menu-activator div.visual {
	color: rgb(255, 255, 255); vertical-align: middle; display: inline-block; cursor: pointer;
}
a.menu-activator span.descriptor {
	text-transform: uppercase; font-size: 18px;
}
a.menu-activator div.visual {
	top: 50%; width: 20px; height: 26px; right: 15px; position: absolute; transform: translateY(-50%);
}
a.menu-activator div.visual i.line {
	border-radius: 2px; transition:300ms; width: 100%; height: 1px; display: block; position: absolute; transform: translate3d(0px, 0px, 0px); background-color: rgb(255, 255, 255); -webkit-transition: all 300ms ease; -webkit-border-radius: 2px; -moz-border-radius: 2px; -moz-transition: all 300ms ease; -o-transition: all 300ms ease; -moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0);
}
a.menu-activator div.visual i.line.line01 {
	top: 6px; opacity: 1; transition-delay: 210ms; -moz-transition-delay: 210ms; -o-transition-delay: 210ms; -webkit-transition-delay: 210ms;
}
a.menu-activator div.visual i.line.line02 {
	top: 14px; transition-delay: 140ms; -moz-transition-delay: 140ms; -o-transition-delay: 140ms; -webkit-transition-delay: 140ms;
}
a.menu-activator div.visual i.line.line03 {
	top: 22px; transition-delay: 70ms; -moz-transition-delay: 70ms; -o-transition-delay: 70ms; -webkit-transition-delay: 70ms;
}
a.menu-activator div.visual i.line.line04 {
	top: 30px; opacity: 0; transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual i:nth-child(1).line {
	top: 16px;
}
a.menu-activator.active div.visual i:nth-child(3).line {
	top: 16px;
}
a.menu-activator.active div.visual i:nth-child(1).line {
	transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);
}
a.menu-activator.active div.visual i:nth-child(3).line {
	transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg);
}
a.menu-activator.active div.visual i:nth-child(2).line {
	opacity: 0;
}
a.menu-activator.active div.visual i:nth-child(4).line {
	opacity: 0;
}
a.menu-activator.active div.visual i.line.line01 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual i.line.line02 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual i.line.line03 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual i.line.line04 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual:hover i.line.line01 {
	opacity: 1;
}
a.menu-activator.active div.visual:hover i.line.line03 {
	opacity: 1;
}
a.menu-activator.active div.visual:hover i.line.line01 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual:hover i.line.line02 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual:hover i.line.line03 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
a.menu-activator.active div.visual:hover i.line.line04 {
	transition-delay: 0ms; -moz-transition-delay: 0ms; -o-transition-delay: 0ms; -webkit-transition-delay: 0ms;
}
.menu-overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; display: none; position: fixed; z-index: 3000; background-color: rgba(0, 0, 0, 0.9);
}
.menu-overlay .menu-close {
	top: 15px; width: 20px; height: 20px; right: 15px; display: block; position: absolute; cursor: pointer;
}
.menu-overlay .menu-close img {
	width: 100%; height: 100%;
}
.menu-overlay.active {
	padding: 0px 30px; left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; opacity: 1;
}
.menu-overlay .tel {
	line-height: normal; padding-left: 30px; position: relative;
}
.menu-overlay .consult {
	line-height: normal; padding-left: 30px; position: relative;
}
.menu-overlay .tel img {
	left: 0.2em; top: 50%; width: 20px; height: 20px; display: block; position: absolute; transform: translateY(-50%);
}
.menu-overlay .consult img {
	left: 0.2em; top: 50%; width: 20px; height: 20px; display: block; position: absolute; transform: translateY(-50%);
}
.menu-overlay .tel {
	margin: 30px 0px 20px; color: rgb(255, 255, 255);
}
.menu-overlay .tel a {
	color: rgb(255, 255, 255);
}
.menu-overlay .consult a {
	color: rgb(255, 255, 255);
}
.menu-overlay .tel a:hover {
	color: rgb(225, 24, 30);
}
.menu-overlay .consult a:hover {
	color: rgb(225, 24, 30);
}
.nav_list {
	padding-top: 20px; margin-top: 62px; border-top-color: rgb(255, 255, 255); border-top-width: 1px; border-top-style: solid;
}
.nav_list li {
	line-height: normal;
}
.nav_list li a {
	padding: 20px; color: rgb(255, 255, 255); font-size: 20px; display: block;
}
.nav_list li a:active {
	background: rgb(15, 18, 35);
}
.banner {
	position: relative;
}
.banner img {
	width: 100%; display: block;
}
.banner .wapimg {
	display: none;
}
.banwz {
	left: 0px; top: 0px; width: 100%; height: 100%; color: rgb(255, 255, 255); display: flex; position: absolute; z-index: 1000; align-items: center;
}
.banwz .warp2 {
	background: none;
}
.banwz h3 {
	color: rgb(255, 255, 255); font-size: 28px;
}
.warp2 {
	margin: 0px auto; width: 95%; background-color: rgb(255, 255, 255); 
}
.advantage-title {
	padding: 50px 0px; width: 100%; position: relative;
}
.advantage-title .bdl {
	color: rgb(0, 0, 0); line-height: 1; font-family: Helvetica; font-size: 70px;
}
.advantage-title .title {
	color: rgb(34, 34, 34); line-height: 1; font-size: 36px; font-weight: bold; margin-bottom: 23px;
}
.advantage-title .txt {
	width: 685px; color: rgb(102, 102, 102); line-height: 24px; font-size: 14px;
}
.advantage-title .bdr {
	right: 0px; bottom: 0px; color: rgb(0, 0, 0); line-height: 1; font-family: Helvetica; font-size: 70px; display: table; position: absolute;
}
.advantage-title .bdr span {
	background: rgb(34, 34, 34); top: 9px; width: 300px; height: 2px; right: 65px; display: inline-block; position: absolute;
}
.homecase {
	overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between;
}
.homecase a {
	padding: 5px; width: 25%; float: left;
}
.homecase li {
	width: 100%; overflow: hidden; float: left; display: block; position: relative;
}
.homecase li img {
	width: 100%; height: auto; display: block;
}
.homecase .case-summary {
	background: rgba(0, 0, 0, 0.8); padding: 5%; transition:0.5s ease-in-out; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 999; opacity: 0; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.homecase li:hover .case-summary {
	opacity: 1;
}
.homecase .case-summary p {
	width: 100%; color: rgb(249, 249, 249); font-size: 20px; display: block;
}
.homecase .case-summary .info {
	width: 100%; height: 100%; text-align: center; display: flex; position: relative; align-items: center;
}
.case-more {
	margin: 50px auto 0px; border: 1px solid rgb(212, 212, 212); transition:0.4s linear; border-image: none; width: 148px; height: 44px; text-align: center; line-height: 40px; display: block; -webkit-transition: all .4s linear;
}
.case-more:hover {
	background: rgb(229, 0, 18); border-color: rgb(229, 0, 18); color: rgb(255, 255, 255);
}
.case-more2 {
	margin: 50px auto;
}
.tit01 {
	margin: 50px 0px; text-align: center;
}
.tit01 h3 {
	color: rgb(0, 0, 0); font-size: 24px; font-weight: normal; margin-bottom: 15px;
}
.tit01 p {
	color: rgb(136, 136, 137); font-size: 14px;
}
.width_b {
	margin: 0px 9%; width: 82%;
}
.homenews {
	margin: 50px 0px; overflow: hidden;
}
.in_news {
	width: 47%;
}
.in_news-zxdt dt a {
	width: 100%; overflow: hidden; display: block;
}
.in_news-zxdt dt a img {
	transition:0.6s; width: 100%;
}
.in_news-zxdt dd span {
	padding: 0px 0px 10px; color: rgb(112, 112, 112); line-height: 30px; font-size: 18px; display: block;
}
.in_news-zxdt dd h3 a {
	height: 28px; color: rgb(0, 0, 0); line-height: 28px; overflow: hidden; font-size: 18px; font-weight: normal; display: block; -ms-text-overflow: ellipsis;
}
.in_news-zxdt dd h3 a:hover {
	text-decoration: underline;
}
.in_news-zxdt dd h4 {
	margin: 10px 0px; color: rgb(137, 137, 137); line-height: 30px; overflow: hidden; font-size: 14px; font-weight: normal; -ms-text-overflow: ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.in_news-zxdt dd h5 a {
	color: rgb(229, 0, 18); font-size: 14px; font-weight: normal; display: block;
}
.in_news-zxdt dd h5 a:hover {
	text-decoration: underline;
}
.in_news-zxdt {
	padding-bottom: 40px; border-bottom-color: rgb(160, 160, 160); border-bottom-width: 1px; border-bottom-style: solid;
}
.in_news-b {
	width: 110%; margin-top: 20px; margin-left: -10%;
}
.in_news-b li {
	width: 40%; margin-left: 10%; float: left; position: relative;
}
.in_news-b li::before {
	border-radius: 50%; top: 16px; width: 5px; height: 5px; position: absolute; content: ""; background-color: rgb(160, 160, 160);
}
.in_news-b li a {
	color: rgb(160, 160, 160); line-height: 36px; overflow: hidden; padding-left: 15px; font-size: 15px; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.in_news-b li a:hover {
	color: rgb(102, 102, 102);
}
.full-inum-brief {
	background: url("../images/inumbg2.jpg") no-repeat center / cover; padding: 40px 0px;
}
.full-inum-brief .inum-list {
	margin: 0px auto; width: 1200px; text-align: center;
}
.full-inum-brief .inum-list li {
	padding: 40px 0px; width: 33.33%; color: rgb(255, 255, 255); float: left;
}
.full-inum-brief .num {
	line-height: 92px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: 90px; margin-bottom: 20px;
}
.full-inum-brief .line {
	margin: 0px auto 27px; width: 26px; height: 2px; display: block; background-color: rgb(255, 255, 255);
}
.full-inum-brief .text {
	line-height: 1.5; font-size: 16px;
}
.dibuby {
	background: rgb(24, 24, 24); padding: 30px; overflow: hidden;
}
.dibuby li {
	width: 16.66%; height: 40px; color: rgb(255, 255, 255); line-height: 40px; padding-left: 50px; font-size: 18px; float: left;
}
.dibuby li.dbico01 {
	background: url("../images/dibuby01.png") no-repeat left / auto 100%;
}
.dibuby li.dbico02 {
	background: url("../images/dibuby02.png") no-repeat left / auto 100%;
}
.dibuby li.dbico03 {
	background: url("../images/dibuby03.png") no-repeat left / auto 100%;
}
.dibuby li.dbico04 {
	background: url("../images/dibuby04.png") no-repeat left / auto 100%;
}
.dibuby li.dbico05 {
	background: url("../images/dibuby05.png") no-repeat left / auto 100%;
}
.dibuby li.dbico06 {
	background: url("../images/dibuby06.png") no-repeat left / auto 100%;
}
.dibu {
	background: rgb(33, 33, 33); padding: 20px 0px; width: 100%; overflow: hidden;
}
.dibuzong {
	margin: 0px auto; width: 95%; overflow: hidden; font-size: 14px; max-width: 1200px;
}
.dibuzong h3 {
	width: 100%; color: rgb(204, 204, 204); font-size: 18px; font-weight: normal; margin-bottom: 20px;
}
.dibu1-1 {
	width: 300px; float: left;
}
.dibu1-1 p {
	color: rgb(144, 144, 144); line-height: 2.2; font-size: 14px;
}
.dibu1-2 {
	width: 100px; margin-left: 80px; float: left;
}
.dibu1-2 a {
	color: rgb(144, 144, 144); line-height: 2.2; display: block;
}
.dibu1-3 {
	width: 230px; margin-left: 80px; float: left;
}
.dibu1-3 span {
	color: rgb(144, 144, 144); line-height: 2.2; display: block;
}
.dibu1-4 {
	width: 110px; margin-left: 80px; float: left;
}
.dibu1-4 img {
	width: 110px; display: block;
}
.t-footer {
	background: rgb(24, 24, 24);
}
.t-footer .copy {
	padding: 10px 0px; text-align: center; color: rgb(137, 137, 137); line-height: 2; border-bottom-color: rgb(51, 51, 51); border-bottom-width: 1px; border-bottom-style: solid;
}
.t-footer .copy span {
	margin: 0px 10px;
}
.t-footer .copy a:hover {
	color: rgb(255, 255, 255);
}
.t-footer .dbkeys {
	padding: 10px 0px;
}
.t-footer .dbkeys li {
	margin: 0px 10px; line-height: 2;
}
.t-footer .dbkeys a {
	color: rgb(68, 68, 72); font-size: 12px;
}
.t-footer .dbkeys a:hover {
	color: rgb(255, 255, 255);
}
.right_fixed {
	top: 50%; right: 0px; position: fixed; z-index: 2222; transform: translateY(-50%);
}
.right_fixed li {
	transition:0.36s; width: 52px; height: 52px; display: flex; position: relative; z-index: 10; cursor: pointer; flex-direction: row; justify-content: center; align-items: center; background-color: rgb(68, 68, 68);
}
.right_fixed li.fixed04 {
	opacity: 0;
}
.right_fixed li .img_box {
	width: 100%; height: 100%; color: rgb(255, 255, 255); display: flex; position: relative; z-index: 10; flex-direction: column; justify-content: center; align-items: center;
}
.right_fixed li:hover .img_box {
	background: rgb(229, 0, 18);
}
.right_fixed li .img_box img {
	width: 24px; height: auto; display: block; position: relative; z-index: 2;
}
.right_fixed li.active .img_box {
	opacity: 0;
}
.mf-popCode {
	padding: 10px; width: 158px; text-align: center; right: 100%; bottom: 0px; color: rgb(255, 255, 255); font-size: 14px; margin-right: 20px; display: none; position: absolute; background-color: rgba(0, 0, 0, 0.6);
}
.mf-popTel {
	padding: 10px; width: 158px; text-align: center; right: 100%; bottom: 0px; color: rgb(255, 255, 255); font-size: 14px; margin-right: 20px; display: none; position: absolute; background-color: rgba(0, 0, 0, 0.6);
}
.mf-popTel {
	padding: 10px; font-size: 18px;
}
.mf-popCode p {
	color: rgb(255, 255, 255);
}
.mf-popTel p {
	color: rgb(255, 255, 255);
}
.mf-popCode .img {
	background: rgb(255, 255, 255); padding: 5px;
}
.mf-popCode img {
	width: 100%; display: block;
}
.fixed03:hover .mf-popCode {
	display: block;
}
.fixed01:hover .mf-popTel {
	display: block;
}
.caselist {
	background: rgb(249, 249, 249); padding: 10px 10px 0px; overflow: hidden;
}
.portfolio {
	transition:0.5s; width: 25%; overflow: hidden; float: left; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;
}
.portfolio a {
	padding: 10px; display: block;
}
.portfolio img {
	width: 100%; display: block;
}
.img_box {
	overflow: hidden;
}
.img_box a {
	display: block;
}
.portfolio .label {
	padding: 15px 20px 0px; line-height: normal; font-size: 14px; position: relative; z-index: 100;
}
.sort_design {
	color: rgb(85, 85, 85); text-transform: uppercase; line-height: 2;
}
.case_name {
	margin: 5px 0px 10px; height: 24px; text-align: center; color: rgb(85, 85, 85); line-height: 24px; overflow: hidden; font-size: 18px; display: block;
}
.case_info {
	color: rgb(51, 51, 51); text-transform: capitalize; line-height: 2; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.page_list {
	margin: 50px 0px; display: flex; justify-content: center;
}
.page_list span {
	margin: 0px 5px; padding: 5px 10px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); transition:0.3s linear; border-image: none; color: rgb(153, 153, 153); float: left; display: flex; justify-content: center; align-items: center; -webkit-transition: all.3s linear; -o-transition: all.3s linear;
}
.page_list a {
	margin: 0px 5px; padding: 5px 10px; border-radius: 4px; border: 1px solid rgb(204, 204, 204); transition:0.3s linear; border-image: none; color: rgb(153, 153, 153); float: left; display: flex; justify-content: center; align-items: center; -webkit-transition: all.3s linear; -o-transition: all.3s linear;
}
.page_list a:hover {
	border: 1px solid rgb(229, 0, 18); border-image: none; color: rgb(255, 255, 255); background-color: rgb(229, 0, 18);
}
.page_list span {
	border: 1px solid rgb(229, 0, 18); border-image: none; color: rgb(255, 255, 255); background-color: rgb(229, 0, 18);
}
.page_list a.prev {
	padding-left: 20px; position: relative;
}
.page_list a.next {
	padding-right: 20px; position: relative;
}
.page_list a.prev::before {
	border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(204, 204, 204); transition:0.3s linear; border-image: none; left: 10px; top: 50%; width: 6px; height: 6px; margin-top: -3px; display: block; position: absolute; content: ""; -webkit-transform: rotate(-135deg);
}
.page_list a.next::before {
	border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(204, 204, 204); transition:0.3s linear; border-image: none; top: 50%; width: 6px; height: 6px; right: 10px; margin-top: -3px; display: block; position: absolute; content: ""; -webkit-transform: rotate(45deg);
}
.page_list a:hover::before {
	border-width: 1px 1px 0px 0px; border-style: solid; border-color: rgb(255, 255, 255); border-image: none;
}
.caseinfo {
	margin: 50px 0px;
}
.caseinfo h1 {
	color: rgb(0, 0, 0); font-size: 30px; font-weight: normal;
}
.caseinfo .badges {
	margin: 20px 0px 40px;
}
.caseinfo .badges span {
	padding: 0px 10px; height: 32px; color: rgb(255, 255, 255); line-height: 32px; margin-right: 5px; margin-bottom: 10px; display: inline-block; background-color: rgba(229, 0, 18, 1);
}
.caseinfo .info {
	color: rgb(51, 51, 51); line-height: 2; font-size: 14px;
}
.content {
	color: rgb(46, 46, 46); overflow: hidden; font-size: 16px;
}
.content img {
	width: auto !important; height: auto !important; max-width: 100%;
}
.case-link {
	margin: 50px 0px; text-align: center;
}
.case-link a {
	background: rgb(229, 0, 18); margin: 0px auto; transition:0.2s linear; width: 180px; text-align: center; color: rgb(255, 255, 255); line-height: 50px; font-size: 20px; text-decoration: none; display: block;
}
.case-link a:hover {
	background: rgb(32, 31, 41);
}
.newswidth {
	margin: 0px auto; width: 100%; max-width: 1500px;
}
.viewpoint_list {
	margin: 50px 0px 0px; overflow: hidden;
}
.viewpoint_list li.img {
	height: 240px;
}
.viewpoint_list li.img .tu {
	width: 100%; height: 210px; overflow: hidden; box-shadow: 0px 0px 20px -3px #aaa; -webkit-box-shadow: 0 0 20px -3px #aaa; -moz-box-shadow: 0 0 20px -3px #aaa;
}
.viewpoint_list li.img img {
	width: 100%; display: block;
}
.viewpoint_list li {
	padding: 15px; width: 25%; float: left; position: relative;
}
.viewpoint_list li a {
	height: 210px; color: rgb(0, 0, 0); display: block;
}
.viewpoint_info {
	background: rgb(255, 255, 255); padding: 30px; text-align: center; overflow: hidden; position: relative;
}
.viewpoint_info h5 {
	height: 28px; line-height: 28px; overflow: hidden; font-size: 18px; font-weight: normal;
}
.viewpoint_des {
	line-height: 1.8; overflow: hidden; font-size: 14px; margin-top: 20px; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.viewpoint_list li a {
	box-shadow: 0px 0px 20px -3px #aaa; -webkit-box-shadow: 0 0 20px -3px #aaa; -moz-box-shadow: 0 0 20px -3px #aaa;
}
.viewpoint_date {
	background: rgb(249, 249, 249); padding: 15px 30px; transition:0.5s; color: rgb(146, 146, 146); line-height: normal; font-size: 16px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;
}
.viewpoint_list li a:hover .viewpoint_date {
	color: rgb(255, 255, 255); background-color: rgb(50, 48, 62);
}
.newsbj {
	background: rgb(242, 242, 242); overflow: hidden;
}
.newsshow {
	margin: 50px auto; width: 80%; overflow: hidden;
}
.nleft {
	background: rgb(255, 255, 255); padding: 30px 60px; width: 73%; float: left;
}
.nstit {
	text-align: center; color: rgb(40, 40, 40); font-size: 32px; font-weight: normal; margin-bottom: 15px;
}
.nstit2 {
	margin-top: 30px;
}
.parameter {
	text-align: center; color: rgb(143, 142, 142); padding-bottom: 10px; font-size: 14px; margin-bottom: 35px; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: solid;
}
.parameter span {
	margin: 0px 10px;
}
.showtxt {
	margin: 40px 0px; color: rgb(61, 61, 61); line-height: 1.8; overflow: hidden; font-size: 16px; min-height: 300px;
}
.showtxt img {
	margin: 20px auto; height: auto !important; display: block; max-width: 100%;
}
.nspage {
	overflow: hidden; margin-top: 25px; border-top-color: rgb(238, 238, 238); border-bottom-color: rgb(238, 238, 238); border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid;
}
.nspage div {
	padding: 12px 10px; width: 50%; color: rgb(0, 0, 0); line-height: 24px; overflow: hidden; font-size: 14px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.nspage div.fl {
	border-right-color: rgb(238, 238, 238); border-right-width: 1px; border-right-style: solid; float: left;
}
.nspage div.fr {
	text-align: right; float: right;
}
.nspage div a:hover {
	color: rgb(229, 0, 18);
}
.nright {
	width: 25%; float: right;
}
.nkuai {
	background: rgb(255, 255, 255); padding: 30px; margin-bottom: 30px;
}
.nkuai h3 {
	color: rgb(45, 45, 45); font-size: 24px; margin-bottom: 10px;
}
.picturelist {
	overflow: hidden;
}
.picturelist li {
	width: 100%; overflow: hidden; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: dashed; float: left;
}
.picturelist li .pictitle {
	padding-left: 10px; font-size: 14px; position: relative;
}
.picturelist li .pictitle::after {
	background: rgb(229, 0, 18); left: 0px; top: 50%; width: 3px; height: 3px; margin-top: -2px; position: absolute; content: "";
}
.picturelist li .pictitle a {
	line-height: 42px; overflow: hidden; display: block; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.picturelist li .pictitle:hover a {
	color: rgb(229, 0, 18);
}
.hotkey {
	overflow: hidden;
}
.hotkey a {
	margin: 8px 3px 0px; padding: 2px 8px; border-radius: 5px; border: 1px solid rgb(221, 221, 221); border-image: none; color: rgb(109, 109, 106); font-size: 14px; float: left; display: block;
}
.hotkey a:hover {
	border-color: rgb(229, 0, 18); color: rgb(229, 0, 18);
}
.huibg {
	background: rgb(234, 234, 234); width: 100%;
}
.dtit {
	padding: 4% 0px; text-align: center;
}
.dtit span {
	color: rgb(22, 22, 22); font-size: 40px; display: block;
}
.dtit p {
	color: rgb(136, 136, 136); font-size: 15px; margin-top: 5px;
}
.dtit.bai span {
	color: rgb(255, 255, 255);
}
.dtit.bai p {
	color: rgb(255, 255, 255);
}
.abwhat {
	overflow: hidden; padding-bottom: 8%; display: table;
}
.abwhat li {
	margin: 0px 1.5%; width: 17%; text-align: center; color: rgb(0, 0, 0); float: left;
}
.abwhat li span {
	font-size: 18px; display: block;
}
.abwhat li i {
	margin: 4% auto; width: 65px; height: 61px; display: block;
}
.abwhat li i.i1 {
	background: url("../images/syfw1.png") no-repeat center;
}
.abwhobg {
	background: url("../images/abwho-bg.jpg") no-repeat center / cover; padding-bottom: 4%;
}
.abwho {
	background: rgb(255, 255, 255); padding: 5%; width: 65%; margin-top: -5%;
}
.abwho .dtit {
	text-align: right; padding-top: 0px;
}
.abwho .dtit p {
	padding-right: 20px;
}
.abwho p {
	color: rgb(102, 101, 101); line-height: 2; margin-bottom: 4%;
}
.abwho strong {
	color: rgb(61, 61, 61); font-size: 30px;
}
.strength {
	padding: 5% 0px;
}
.strength .item {
	width: 25%; text-align: center; float: left; display: block; position: relative;
}
.strength .item1 {
	transition:0.5s; -webkit-transition: 0.5s ease; -o-transition: 0.5s ease;
}
.strength .item2 {
	transition:0.3s 0.5s; -webkit-transition: 0.3s 0.5s ease; -o-transition: 0.3s 0.5s ease;
}
.strength .item3 {
	transition:0.6s 0.5s; -webkit-transition: 0.6s 0.5s ease; -o-transition: 0.6s 0.5s ease;
}
.strength .item4 {
	transition:0.9s 0.5s; -webkit-transition: 0.9s 0.5s ease; -o-transition: 0.9s 0.5s ease;
}
.strength .show .item {
	opacity: 1;
}
.strength .item .num {
	line-height: 1; font-size: 0px; margin-left: -30px; display: inline-block; position: relative;
}
.strength .item .num.year-num {
	margin-left: 0px;
}
.strength .item .num .num-item {
	height: 80px; color: rgb(24, 24, 24); overflow: hidden; font-size: 80px; font-style: italic; margin-left: -5px; display: inline-block;
}
.strength .item .num .num-item span {
	padding: 0px 1px; height: 80px; font-family: Arial; display: block;
}
.strength .item p {
	color: rgb(49, 49, 49); margin-top: 20px;
}
.strength .item .num .jia {
	top: -5px; color: rgb(24, 24, 24); font-size: 80px; font-style: italic; display: inline-block; position: absolute;
}
.content2 {
	padding-bottom: 4%;
}
.abxia {
	width: 100%; overflow: hidden; padding-bottom: 2%; position: relative;
}
.abxiaz {
	background: rgb(255, 255, 255); padding: 4% 0px; width: 56%;
}
.abxiaz > div {
	margin: 0px auto; width: 60%;
}
.abxiaz .dtit {
	text-align: left;
}
.abxiaz p {
	color: rgb(99, 99, 99); line-height: 2; margin-bottom: 4%;
}
.abxiaz b {
	color: rgb(48, 48, 48); font-size: 22px; display: block;
}
.abxiay {
	width: 50%; right: 0px; bottom: 0px; position: absolute; z-index: 2;
}
.abxiay > img {
	width: 100%;
}
.celist {
	overflow: hidden; padding-bottom: 3%;
}
.celist li {
	margin: 0px 1%; border: 1px solid rgb(220, 220, 220); border-image: none; width: 18%; float: left;
}
.celist li img {
	width: 100%;
}
.tagts {
	background: rgb(33, 33, 33); padding: 10px 0px; width: 100%; text-align: center; color: rgb(255, 255, 255);
}
.anlicon {
	background: rgb(255, 255, 255); overflow: hidden;
}
.solutionlist {
	margin: 30px 0px; padding: 0px 5%; overflow: hidden;
}
.solutionlist li {
	width: 100%; overflow: hidden; margin-bottom: 20px; float: left;
}
.solutionlist li .snum {
	background: url("../images/xiex.png") no-repeat right top; padding: 10px 0px 0px; width: 12%; height: 150px; color: rgb(230, 230, 230); line-height: 1; font-family: arial; font-size: 90px; float: left;
}
.solutionlist li .scon {
	width: 88%; padding-bottom: 20px; border-bottom-color: rgb(220, 220, 220); border-bottom-width: 1px; border-bottom-style: solid; float: right;
}
.solutionlist li .scon h3 {
	color: rgb(10, 10, 10); font-size: 28px; font-weight: bold;
}
.solutionlist li .scon h3::after {
	background: rgb(1, 102, 206); margin: 10px 0px; width: 55px; height: 5px; display: block; content: "";
}
.solutionlist li .scon .stxt {
	color: rgb(102, 102, 102); line-height: 1.8; font-size: 18px; margin-top: 20px;
}
.newslist {
	width: 100%;
}
.newslist li {
	background: rgb(249, 249, 249); margin: 0px 1% 2%; padding: 2%; border: 1px solid rgb(238, 238, 238); border-image: none; width: 48%; overflow: hidden; float: left;
}
.newslist li .time {
	width: 60px; text-align: center; color: rgb(85, 85, 85); margin-top: 15px; float: left;
}
.newslist li .time .d {
	line-height: 1; font-size: 30px; display: block;
}
.newslist li .time .y {
	font-size: 14px; display: block;
}
.newslist li .zi {
	width: 100%; padding-left: 80px;
}
.newslist li .zi span {
	height: 25px; color: rgb(72, 72, 72); overflow: hidden; font-size: 16px; margin-bottom: 10px; display: block;
}
.newslist li .zi span i {
	background: rgb(1, 102, 206); width: 0px; height: 1px; vertical-align: middle; display: inline-block;
}
.newslist li:hover .zi span i {
	width: 15px; margin-right: 5px;
}
.newslist li:hover .zi span {
	color: rgb(1, 102, 206);
}
.newslist li .zi p {
	height: 40px; color: rgb(129, 129, 129); line-height: 20px; overflow: hidden;
}
.newslist li:hover {
	box-shadow: 0px 0px 40px #c3c3c3;
}
.section {
	padding: 60px 0px; 
}
.section-title {
	text-align: center; font-size: 33px; margin-bottom: 40px;
}
.section-title span {
	color: rgb(230, 32, 34); text-transform: uppercase;
}
.section-title strong {
	color: rgb(34, 34, 34); font-weight: bold;
}
.section-title p {
	margin: 5px 0px 0px; color: rgb(102, 102, 102); font-size: 18px;
}
.section-title-1 {
	background: url("../images/title_bg.png") repeat-x center -5px;
}
.section-title-1 strong {
	padding: 0px 30px; display: inline-block; background-color: rgb(255, 255, 255);
}
.section-title-2::after {
	margin: 15px auto 0px; width: 60px; height: 5px; display: block; content: ""; background-color: rgb(230, 32, 34);
}
.section-sub {
	padding: 40px 0px;
}
.img-center {
	text-align: center; font-size: 0px;
}
.img-center img {
	transition:0.5s; width: auto; height: auto; vertical-align: middle; display: inline-block; max-height: 100%; max-width: 100%; -webkit-transition: all 0.5s;
}
.in-server {
	margin: -20px 0px 0px -20px;
}
.in-server li {
	width: 16.66%; float: left;
}
.in-server li a {
	margin: 20px 0px 0px 20px; border: 1px solid rgb(244, 244, 244); transition:0.5s; border-image: none; text-align: center; display: block; -webkit-transition: all 0.5s;
}
.in-server li .img-center {
	transition:0.5s; height: 105px; line-height: 105px; padding-top: 20px; -webkit-transition: all 0.5s;
}
.in-server li h4 {
	margin: 30px 0px 10px; font-size: 22px; font-weight: normal;
}
.in-server li p {
	margin: 0px 20px 20px; text-align: justify; color: rgb(134, 134, 134);
}
.in-server li span {
	color: rgb(134, 134, 134); line-height: 54px; font-size: 16px; border-top-color: rgb(244, 244, 244); border-top-width: 1px; border-top-style: solid; display: block; background-color: rgb(249, 249, 249);
}
.in-server li a:hover {
	border-color: rgb(214, 214, 214); box-shadow: 0px 0px 26px #cacaca; transform: translateY(10px); -webkit-transform: translateY(10px);
}
.in-server li a:hover span {
	color: rgb(255, 255, 255); background-color: rgb(230, 32, 34);
}
.in-server li a:hover .img-center {
	transform: rotateY(360deg); -webkit-transform: rotateY(360deg);
}
.about-3 {
	margin: -20px 0px 0px -20px;
}
.about-3 li {
	width: 33.33%; float: left;
}
.about-3 li a {
	margin: 20px 0px 0px 20px; padding: 20px; border: 1px solid rgb(234, 234, 234); border-image: none; display: block;
}
.about-3 li h4 {
	margin: 0px; color: rgb(34, 34, 34); overflow: hidden; font-size: 24px; font-weight: normal; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.about-3 li h4 span {
	font-size: 20px;
}
.about-3 li p {
	margin: 10px 0px 0px; height: 50px; overflow: hidden; font-size:14px; line-height:26px;
}
.about-3 li a:hover {
	box-shadow: 0px 0px 30px #eeeeee;
}
.about-3-more {
	text-align: center; font-size: 0px; margin-top: 40px;
}
.about-3-more a {
	margin: 0px 20px; border-radius: 50px; width: 400px; color: rgb(255, 255, 255); line-height: 45px; font-size: 22px; vertical-align: middle; display: inline-block; background-color: rgb(230, 32, 34);
}
.about-3-more a:last-child {
	background-color: rgb(0, 0, 0);
}
@media screen and (max-width:1440px)
{
.in-server li h4 {
	font-size: 18px;
}
.about-3 li h4 {
	font-size: 20px;
}
.about-3 li h4 span {
	font-size: 20px;
}
}
@media screen and (max-width:768px)
{
.section {
	padding: 30px 0px;
}
.section-title {
	font-size: 20px; margin-bottom: 20px;
}
.section-title p {
	font-size: 12px;
}
.section-title-1 {
	background-position: center 0px; background-size: auto 28px;
}
.section-title-1 strong {
	padding: 0px 10px;
}
.section-sub {
	padding: 30px 0px;
}
.in-server li {
	width: 50%;
}
.in-server li a {
	margin: 0px; padding: 15px; border: 0px currentColor; border-image: none;
}
.in-server li span {
	display: none;
}
.in-server li .img-center {
	padding: 0px; height: 50px; line-height: 50px;
}
.in-server li h4 {
	margin: 10px 0px 5px; overflow: hidden; font-size: 16px; white-space: nowrap; -ms-text-overflow: ellipsis;
}
.in-server li p {
	margin: 0px; text-align: center; overflow: hidden; font-size: 12px; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
}
.about-3 li {
	width: 100%;
}
.about-3 li a {
	padding: 15px;
}
.about-3 li h4 {
	font-size: 16px;
}
.about-3 li h4 span {
	font-size: 14px;
}
.about-3 li p {
	height: auto;
}
.about-3-more {
	margin-top: 20px;
}
.about-3-more a {
	margin: 10px 0px 0px; width: auto; line-height: 34px; font-size: 16px; display: block;
}
}
.youhua2 li {
	transition:0.5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.youhua2 li i::before {
	transition:0.5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.youhua2 li i::after {
	transition:0.5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.newslist li {
	transition:0.5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.newslist li .zi span i {
	transition:0.5s ease-in-out; -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out;
}
.keysmain {
	background: rgb(255, 255, 255); margin: 20px 15px 0px; padding: 40px; border: 1px solid rgb(220, 220, 220); border-image: none; box-shadow: 0px 0px 20px -3px #aaa; -webkit-box-shadow: 0 0 20px -3px #aaa; -moz-box-shadow: 0 0 20px -3px #aaa;
}
.keysmain .dtit {
	padding: 0px;
}
.yhlist {
	margin: 0px auto 4%; width: 100%; overflow: hidden;
}
.yhlist li {
	padding: 0px 25px; width: 25%; text-align: center; border-right-color: rgb(220, 220, 220); border-right-width: 1px; border-right-style: solid; float: left;
}
.yhlist li:last-child {
	border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.yhlist li img {
	width: 100%; display: block;
}
.yhlist li h4 {
	margin: 20px 0px; color: rgb(51, 51, 51); font-size: 18px; font-weight: normal;
}
.yhlist li p {
	color: rgb(102, 102, 102); line-height: 1.8; font-size: 14px;
}
.hdyx {
	width: 100%; overflow: hidden;
}
.hdyx li {
	width: 25%; float: left;
}
.hdyx li .hdyx_img {
	margin: 0px auto; width: 100px;
}
.hdyx li .hdyx_img img {
	width: 100%; display: block;
}
.hdyx li p {
	margin: 20px 0px; text-align: center; color: rgb(51, 51, 51); font-size: 18px;
}
.youhua2 {
	background: url("../images/youhua2-bg.jpg") no-repeat center / cover; width: 100%; overflow: hidden; padding-bottom: 4%; display: table;
}
.youhua2 li {
	background: rgb(255, 255, 255); margin: 0px 1% 2%; padding: 3%; width: 48%; float: left;
}
.youhua2 li i {
	width: 106px; height: 106px; overflow: hidden; display: block; position: relative;
}
.youhua2 li i::before {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute; content: "";
}
.youhua2 li i::after {
	left: 0px; top: 0px; width: 100%; height: 100%; display: block; position: absolute; content: "";
}
.youhua2 li i::after {
	transform: translateX(-200px); -moz-transform: translateX(-200px); -webkit-transform: translateX(-200px); -o-transform: translateX(-200px);
}
.youhua2 li .zi {
	width: 100%; padding-left: 130px; position: relative;
}
.youhua2 li .zi span {
	color: rgb(27, 27, 27); font-size: 24px; display: block; position: relative; z-index: 1;
}
.youhua2 li .zi p {
	height: 75px; color: rgb(102, 102, 102); line-height: 25px; overflow: hidden; font-size: 16px; position: relative; z-index: 1;
}
.youhua2 li:hover {
	background: rgb(1, 102, 206);
}
.youhua2 li:hover .zi span {
	color: rgb(255, 255, 255);
}
.youhua2 li:hover .zi p {
	color: rgb(255, 255, 255);
}
.youhua2 li:hover i::before {
	transform: translateX(200px); -moz-transform: translateX(200px); -webkit-transform: translateX(200px); -o-transform: translateX(200px);
}
.youhua2 li:hover i::after {
	transform: none; -moz-transform: none; -webkit-transform: none; -o-transform: none;
}
.youhua2 li i.i1::before {
	background: url("../images/youhua2-i1bg.png") no-repeat center / cover;
}
.youhua2 li i.i1::after {
	background: url("../images/youhua2-i1bgh.png") no-repeat center / cover;
}
.youhua2 li i.i2::before {
	background: url("../images/youhua2-i2bg.png") no-repeat center / cover;
}
.youhua2 li i.i2::after {
	background: url("../images/youhua2-i2bgh.png") no-repeat center / cover;
}
.youhua2 li i.i3::before {
	background: url("../images/youhua2-i3bg.png") no-repeat center / cover;
}
.youhua2 li i.i3::after {
	background: url("../images/youhua2-i3bgh.png") no-repeat center / cover;
}
.youhua2 li i.i4::before {
	background: url("../images/youhua2-i4bg.png") no-repeat center / cover;
}
.youhua2 li i.i4::after {
	background: url("../images/youhua2-i4bgh.png") no-repeat center / cover;
}
.messagebj {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; display: none; position: fixed; z-index: 10000; background-color: rgba(0, 0, 0, 0.8);
}
.message {
	margin: -220px 0px 0px -300px; left: 50%; top: 50%; width: 600px; height: 440px; display: none; position: fixed; z-index: 10001; background-color: rgb(255, 255, 255);
}
.messagebody {
	overflow: hidden;
}
.messagebody {
	overflow: hidden;
}
.mclos {
	top: 20px; right: 20px; position: absolute; cursor: pointer;
}
.mclos img {
	display: block;
}
.messagebody .melist {
	padding: 20px;
}
.messagebody .melist h3 {
	padding: 10px 0px 20px; text-align: center; color: rgb(51, 51, 51); font-size: 24px;
}
.messagebody .melist .k {
	padding: 0px 10px; border: 1px solid rgb(238, 238, 238); border-image: none; width: 100%; height: 40px; line-height: 40px; font-family: "Microsoft YaHei"; margin-bottom: 10px;
}
.messagebody .melist .hk {
	height: 90px; line-height: 26px; font-size: 14px;
}
.messagebody .melist .ti {
	margin: 0px auto; display: table;
}
.messagebody .melist .b {
	background: rgb(204, 204, 204); border-radius: 20px; width: 140px; height: 38px; text-align: center; color: rgb(255, 255, 255); line-height: 38px; font-family: "Microsoft YaHei"; font-size: 18px; margin-top: 20px; cursor: pointer;
}
.messagebody .melist .b2 {
	background: rgb(1, 102, 206);
}
.messagebody .melist .b2:hover {
	background: rgb(229, 0, 18);
}
.messagebody .melist .b:hover {
	background: rgb(1, 102, 206);
}
.messagebody .inputs {
	padding: 0px 10px; height: 40px; line-height: 40px; margin-bottom: 10px;
}
.messagebody .inputs label {
	margin-left: 10px;
}
@media screen and (max-width:768px)
{
.message {
	margin: 0px; left: 0px; top: 0px; width: 100%; height: 100%;
}
}
.in-ready {
	margin: 2% 0px; text-align: center;
}
.in-ready h4 {
	color: rgb(51, 51, 51); font-size: 24px; font-weight: normal;
}
.in-ready .btn {
	background: url("../images/djwz.jpg") repeat-x center; margin: 15px auto; width: 900px;
}
.in-ready .btn a {
	width: 350px; color: rgb(255, 255, 255); line-height: 55px; font-size: 22px; vertical-align: middle; border-right-color: rgb(255, 255, 255); border-left-color: rgb(255, 255, 255); border-right-width: 25px; border-left-width: 25px; border-right-style: solid; border-left-style: solid; display: inline-block; background-color: rgb(230, 32, 34);
}
.in-ready p {
	text-indent: 5px; letter-spacing: 5px; font-size: 16px;
}
.numbbox {
	background: rgb(255, 255, 255); margin: 0px auto; width: 100%; overflow: hidden; position: relative; z-index: 200; box-shadow: 0px 2px 10px #dedede;
}
.numbli {
	width: 25%; text-align: center; padding-bottom: 15px; margin-top: 15px; border-right-color: rgb(243, 243, 243); border-right-width: 1px; border-right-style: solid; float: left; box-sizing: border-box;
}
.numbli p {
	color: rgb(59, 59, 59); font-size: 18px; margin-bottom: 6px;
}
.numbli p span {
	color: rgb(59, 59, 59); font-family: "DINPro-Bold"; font-size: 42px;
}
.numbli h3 {
	margin: 0px; color: rgb(59, 59, 59); font-size: 17px; font-weight: normal;
}
.numbbox :nth-child(2).numbli {
	border: currentColor; border-image: none;
}
.numbbox :last-child.numbli {
	border: currentColor; border-image: none;
}
@media screen and (max-width:1580px)
{
.numbli p {
	font-size: 16px;
}
.numbli p span {
	font-size: 36px;
}
.numbli h3 {
	font-size: 15px;
}
}
@media screen and (max-width:1450px)
{
.numbli p {
	font-size: 15px;
}
.numbli p span {
	font-size: 30px;
}
.numbli h3 {
	font-size: 14px;
}
}
@media screen and (max-width:768px)
{
.numbli {
	width: 50%;
}
.numbli p span {
	font-size: 24px;
}
}
