@charset "utf-8";
@import url('fonts.css');

* {
	margin: 0;
	padding: 0;
	transition-property: all;
	-ms-transition-property: all;
	-moz-transition-property: all;
	outline: none;
	-webkit-transition-property: all;
	-o-transition-property: all;
}

.pager font,
a,
.mmore a p i,
.fixtop .toper li a p i,
.backtotop,
.fixtop,
.fixtop .toper .logo,
.fixtop .toper .logo i:before,
.fixtop .toper ul.navpc,
.fixtop .toper .search,
.indche li p,
.indnews li .pic p,
#slider3,
.navbar-nav li,
#featured .description,
#frame-center-inner .slider a img,
.nav-arrow,
.servicell li,
.fixtop1 .toper .search .en i,
.fixright li.tel p,
.response li .pic p,
.fixtop .toper .search .en i,
.fixtop .toper .logo i:after,
.fixright li,
.fixtop .navpc li a.a p i,
.home_solution li .cons .t,
.home_solution li .cons .t p,
.home_solution li,
.home_solution li .cons .n,
.home_solution li .cons .c,
.home_solution li .cons,
.home_solution li .cons .m,
.indabout .mright .text,
.navbar-nav li a:after,
.about .pics img,
.overview .bg,
.positioning li,
.tech1 dd .title,
.tech1 dd,
.energymanagement dd,
.energymanagement dd .title,
.partner li,
.contact .grid li.beizu #mbeizu,
.contact .grid li.btn input,
.join li .pcover,
.join li:before,
.case dd .cons .t a,
.case dd .pic img {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.indche li:hover p,
.indnews li:Hover .pic p,
#frame-center-inner .slider:Hover a img,
.response li:hover .pic p,
.about .pics img:hover,
.overview .li:hover .bg,
.join li:hover .pcover,
.case dd:hover .pic img {
	transform: scale(1.10);
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10)
}

.abc {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.abc {
	transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.fixtop .toper .search form #k,
.foot ul.menu li,
.about .cons,
.indabout .mleft .in,
.overview .li,
.positioning li,
.tech1 dd,
.energymanagement dd,
.partner li,
.contact .grid li input[type="text"],
.contact .grid li.beizu #mbeizu,
.contact .grid li select,
.join li .cons {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.indparter li:hover img,
.servicell li:hover .icon img,
.ancheng li:hover .icon img,
.positioning li:hover .icon img,
.tech1 dd:hover .pic img,
.energymanagement dd:hover .pic img,
.partner li:hover img {
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	transition-duration: 1.0s;
	-ms-transition-duration: 1.0s;
	-moz-transition-duration: 1.0s;
	-webkit-transition-duration: 1.0s;
}

html {
	-webkit-text-size-adjust: none;
	height: 100%;
}

body {
	margin: 0 auto;
	overflow-x: hidden;
	background: #fff;
	line-height: 1.8;
}

a,
input,
button,
select,
textarea {
	text-decoration: none;
	outline: none;
}

html,
body,
input,
button,
select,
textarea {
	font-family: 'Source Han Sans', 'PingFang SC', 'SF Pro Text', 'Microsoft YaHei', '微软雅黑';
}

html,
body,
a,
input,
button,
select,
textarea,
h1,
h2,
h3,
h4,
h5 {
	font-size: 16px;
	color: #505050;
	font-weight: 400;
}

strong,
b {
	font-weight: 700
}

a:hover,
.fixtop .toper .search .en a:hover,
.indnews li:hover .title a,
.nshow .mcurrent a:hover,
.home_solution li .cons .t a:hover,
.tech1 dd:hover .title,
.energymanagement dd:hover .title,
.case dd:hover .cons .t a {
	color: #c90915
}

.abc {
	color: #007a3b
}

.table {
	display: table;
	height: 100%;
	width: 100%;
}

.table .td {
	display: table-cell;
	vertical-align: middle;
}

img {
	border: 0px;
	max-width: 100%;
	height: auto;
	vertical-align: middle
}

input,
button,
select,
textarea {
	outline: none;
	border: 0;
}

textarea {
	resize: none;
}

i {
	font-style: normal;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
	-webkit-appearance: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

ul,
li,
dl,
dt,
dd {
	list-style: none;
}

hr {
	border: 0;
	background: #92989d;
	height: 1px;
	margin: 0px 0
}

.clear,
.clearfix {
	clear: both;
}

.relative {
	position: relative
}

.reover {
	position: relative;
	overflow: hidden
}

.cover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pcover {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.gray:Hover {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: ;
}

.gray2 {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: ;
}

.gray2:hover {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.imgcover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.imgcover img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.imgcover.bottom img {
	object-position: center bottom;
}

.mc {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

.ml {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;
	text-align: left;
}

.mr {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right
}

.pageclass {
	height: 0px;
	overflow: hidden;
}

.page_wrap {
	width: 100%;
	padding: 80px 0 0 0;
	text-align: center
}


.pagination {
	width:100%;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span {
    color:#c90915;
}
.pagination>li>a, .pagination>li>span {

    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #c90915;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pager {
	width: 100%;
}

.pager a,
.pager span,
.pager font {
	display: inline-block;
	vertical-align: top;
	margin: 5px 10px;
	width: 40px;
	height: 40px;
	line-height: 38px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	text-align: center;
	border-radius: 40px;
}

.pager font {
	font-family: '宋体';
	font-weight: 700;
	margin: 0;
}

.pager a:hover,
.pager span.current,
.pager a font:hover {
	color: #fff;
	border-color: #c90915;
	background: #c90915
}

.pager a,
.pager span.disabled {
	color: #666
}

.pager,
.pager select,
.pager input,
.pager a,
.pager span.disabled {
	font-size: 16px;
	font-weight: 400;
	color: #000;
}

.pager select,
.pager input,
.pager a,
.pager span.disabled {
	border: 0px solid #666;
}

.pager i {
	font-weight: bold;
	line-height: 38px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
	letter-spacing: 3px
}

::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #c90915;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0px;
	background: #EDEDED;
}

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

::selection {
	background: #c90915;
	color: #ffffff;
}

::-moz-selection {
	background: #c90915;
	color: #ffffff;
}

::-webkit-selection {
	background: #c90915;
	color: #ffffff;
}

.di {
	float: left;
}

.dipage {
	float: left;
}

.picleft {
	margin-right: 30px;
	margin-bottom: 20px;
}

.picright {
	margin-left: 30px;
	margin-bottom: 20px;
}

.wrap {
	margin: 0 auto;
	max-width: 1465px;
	position: relative;
}

.phonemenu {
	display: none;
}

.fixtop {
	position: fixed;
	top: 0;
	left: 0;
	height: 170px;
	width: 100%;
	z-index: 9998;
}

.fixtop .toper .logo {
	display: block;
	position: absolute;
	left: 0px;
	top: 45px;
	z-index: 99999
}

.fixtop .toper .logo i:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/logo.png) no-repeat center;
	background-size: cover;
	width: 205px;
	height: 80px;
	opacity: 1
}

.fixtop .toper .logo i:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/logo3.png) no-repeat center;
	background-size: cover;
	width: 205px;
	height: 80px;
	opacity: 0
}

.fixtop .toper ul.navpc {
	text-align: right;
	position: relative;
	top: 48px;
	right: 120px;
	z-index: 9999
}

.fixtop .toper ul.navpc li {
	display: inline-block;
	position: relative;
	margin: 0 0 0 42px;
}

.fixtop .toper ul.navpc li a {
	display: block;
	position: relative;
	height: 75px;
	line-height: 75px;
	font-weight: 400;
	color: #fff;
	font-size: 17px
}

.fixtop .navpc li a.a p {
	position: absolute;
	left: 50%;
	margin-left: -16px;
	bottom: 13px;
	width: 32px;
	height: 2px;
	text-align: center
}

.fixtop .navpc li a.a p i {
	display: block;
	width: 0;
	height: 100%;
	background: #fff;
	margin: 0 auto;
}

.fixtop .navpc li:hover a.a p i,
.fixtop .navpc li.check a.a p i,
.fixtop .navpc li:hover>a.a p i {
	width: 100%;
}

.fixtop .toper ul.navpc li.check a,
.fixtop .toper ul.navpc li a:hover,
.fixtop .toper ul.navpc li:hover>a {
	color: #fff
}

.fixtop .toper ul.navpc li .list {
	position: absolute;
	z-index: 9999;
	left: 50%;
	top: 75px;
	width: 130px;
	margin-left: -65px;
	display: none;
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	padding: 15px 0 18px 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15)
}

.fixtop .toper ul.navpc li dl dd {
	margin: 3px 0
}

.fixtop .toper ul.navpc li dl dd a,
.fixtop .toper ul.navpc li.check dl dd a {
	color: #505050;
	font-weight: 400;
	border: 0;
	height: auto;
	line-height: 35px;
	padding: 0;
	background: none;
	font-size: 16px;
	display: block;
	padding: 0
}

.fixtop .toper ul.navpc li dl dd a:hover {
	color: #c90915
}

.fixtop .toper .search {
	position: absolute;
	right: 0px;
	top: 66px;
	z-index: 9999999
}

.fixtop .toper .search .en i {
	background: url(../images/1.png) no-repeat center;
	background-size: cover;
	width: 12px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin: 8px 44px 0 0;
	cursor: pointer
}

.fixtop .toper .search .en {
	display: inline-block;
	vertical-align: top;
}

.fixtop .toper .search .en a {
	color: #fff;
	font-weight: 400;
}

.fixtop .toper .search .en a:hover {
	color: #fff
}

.fixtop .toper .search form {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	height: 40px;
	line-height: 40px;
	position: absolute;
	top: -5px;
	right: 45px;
	width: 220px;
	z-index: 9999;
	padding: 0 10px 0 35px;
	display: none;
	border-radius: 40px
}

.fixtop .toper .search form #k {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px
}

.fixtop .toper .search form #b {
	display: inline-block;
	vertical-align: top;
	background: url(../images/2.png) no-repeat center;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-size: 40%;
	margin: 5px 0 0 0
}

.fixtop .toper .search form i {
	position: absolute;
	left: 20px;
	top: 0px;
	color: #505050;
	cursor: pointer
}

.tblank {
	display: none;
}

.fixtop.active {
	background: rgba(201, 9, 21, 0.95);
	top: -95px
}

.fixtop.active .toper .logo {
	top: 107px
}

.fixtop.active .toper .logo i:before {
	width: 128px;
	height: 50px;
	opacity: 0
}

.fixtop.active .toper .logo i:after {
	width: 128px;
	height: 50px;
	background-size: cover;
	opacity: 1
}

.fixtop.active .toper ul.navpc {
	top: 95px
}

.fixtop.active .toper .search {
	top: 115px;
}

.fixtop1.active {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.fixtop1 {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.fixtop1 .toper .logo i:before {
	background: url(../images/logo2.png) no-repeat center;
	background-size: cover;
}

.fixtop1 .toper ul.navpc li a {
	color: #333;
}

.fixtop1.active .toper .logo i:before {
	width: 128px;
	height: 50px;
	opacity: 1
}

.fixtop1.active .toper .logo i:after {
	opacity: 0
}

.fixtop1 .toper ul.navpc li.check a {
	color: #c90915;
}

.fixtop1 .navpc li a.a p i {
	background: #c90915;
}

.fixtop1 .toper .search .en i {
	background: url(../images/2.png) no-repeat center;
	background-size: cover;
}

.fixtop1 .toper .search .en a {
	color: #333
}

.fixtop1 .toper ul.navpc li.check a,
.fixtop1 .toper ul.navpc li a:hover,
.fixtop1 .toper ul.navpc li:hover>a {
	color: #c90915
}

.fixtop1 .toper .search .en a:hover {
	color: #c90915
}


.top_lang {
    position: relative;
    height: 88px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.top_lang .dropdown-toggle img{
    width: 18px;
}
.dropdown{
    list-style: none;
}
.langitem {
    position: absolute;
    width: 110px;
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    margin-left: -50px;
    top:88px;
    text-align: center;
    display: none;
    z-index: 9;
}
.langitem a {
    padding: 0px 10px;
	
}
.langitem a img {
    height: 20px;
}
.langitem a span {
    font-size: 14px;
	color: #333333;
    line-height: 30px;
}
.top_lang:hover .langitem {
    display: block;
}
.dropdown a{
    width: 100%;
    height: 35px;
    line-height: 35px;
    display: block;
	color: #fff;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 140px;
    padding: 5px 0px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	width:100%;
    color: #fff;
    text-decoration: none;
    background-color: #00A39F;
    outline: 0;
}
.dropdown-menu>li>a {
    display: block;
    padding: 10px 20px;
	box-sizing: border-box;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown a {
    width: 100%;
    height: auto;
    display: block;
}


.indpics {
	position: relative
}

.indpics .swiper-slide {
	height: 100vh;
	position: relative;
	overflow: hidden
}

.indpics .swiper-slide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	z-index: 100
}

.indpics .swiper-slide .cons {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 200;
}

.indpics .swiper-slide .cons .t {
	color: #fff;
	font-size: 60px;
	line-height: 1.6;
	letter-spacing: 10px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 20% 15px
}

.indpics .swiper-slide .cons .more a {
	border-radius: 50px;
	display: inline-block;
	padding: 0 50px;
	height: 46px;
	line-height: 44px;
	border: 2px solid #fff;
	letter-spacing: 1px;
	color: #fff;
	font-size: 18px
}

.indpics .swiper-slide .cons .more a span {
	display: inline-block;
	vertical-align: top;
	margin: 14px -3px 0 -3px;
	font-size: 20px;
	line-height: 20px
}

.indpics .swiper-slide .cons .more a:hover {
	border-color: #c90915;
	background: #c90915;
	padding: 0 60px;
	letter-spacing: 2px
}

.indpics .swiper-slide .imgcover {
	transition: 0s linear 1s;
	transform: scale(1.1, 1.1);
}

.indpics .swiper-slide-active .imgcover,
.swiper-slide-duplicate-active .imgcover {
	transition: 7s linear;
	transform: scale(1, 1);
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -10px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.banxh {
	position: absolute;
	z-index: 1;
	left: 50%;
	bottom: 50px;
	margin-left: -25px;
	width: 50px;
	line-height: 50px;
	font-size: 40px;
	color: #fff;
	text-align: center;
}

.banxh span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 53px;
	height: 53px;
	display: block;
	border: 1px dashed #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.banxh .cirI01 {
	-webkit-animation: jing_max 2.4s linear 0s infinite normal both;
	animation: jing_max 2.4s linear 0s infinite normal both;
}

.banxh .cirI02 {
	-webkit-animation: jing_max 2.4s linear 0.6s infinite normal both;
	animation: jing_max 2.4s linear 0.6s infinite normal both;
}

.banxh .cirI03 {
	-webkit-animation: jing_max 2.4s linear 1.5s infinite normal both;
	animation: jing_max 2.4s linear 1.5s infinite normal both;
}

@-webkit-keyframes jing_max {
	0% {
		width: 53px;
		height: 53px;
		opacity: 0;
	}

	25% {
		width: 68px;
		height: 68px;
		opacity: 0.6;
	}

	50% {
		width: 84px;
		height: 84px;
		opacity: .3;
	}

	75% {
		width: 106px;
		height: 106px;
		opacity: 0;
	}

	100% {
		width: 53px;
		height: 53px;
		opacity: 0;
	}
}

@keyframes jing_max {
	0% {
		width: 53px;
		height: 53px;
		opacity: 0;
	}

	25% {
		width: 68px;
		height: 68px;
		opacity: 0.6;
	}

	50% {
		width: 84px;
		height: 84px;
		opacity: .3;
	}

	75% {
		width: 106px;
		height: 106px;
		opacity: 0;
	}

	100% {
		width: 53px;
		height: 53px;
		opacity: 0;
	}
}

.martb {
	margin: 7% 0;
}

.indabout .mleft {
	float: left;
	width: 50%;
	text-align: right
}

.indabout .mleft .in {
	display: inline-block;
	margin: 0 0 0 auto;
	max-width: 732px;
	text-align: left;
	padding: 0 9% 0 0
}

.indabout .mleft .content {
	font-size: 18px;
	margin: 60px 0 80px 0;
	line-height: 2
}

.indabout .mright {
	float: right;
	width: 50%;
	position: relative
}

.indabout .mright img {
	width: 100%
}

.indabout .mright .text {
	position: absolute;
	z-index: 100;
	left: -185px;
	bottom: 50px;
	width: 650px;
	font-size: 20px;
	background: linear-gradient(to right, #c90915, rgba(0, 0, 0, 0));
	color: #fff;
	padding: 20px 0 25px 50px;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px
}

.indabout .mright .text:hover {
	left: -165px
}

.indsubject .t {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #333
}

.indsubject .e {
	color: #999;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	font-weight: 400;
	letter-spacing: 0.5px;
	margin: 5px 0 10px 0
}

.indsubject .e:before {
	content: '';
	position: absolute;
	bottom: -20px;
	width: 45px;
	height: 4px;
	background: #c90915;
}

.indmore a {
	height: 46px;
	line-height: 44px;
	border: 2px solid #505050;
	font-weight: 500;
	padding: 0 30px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50px;
	font-size: 18px;
	letter-spacing: 1px
}

.indmore a span {
	display: inline-block;
	vertical-align: top;
	margin: 8px -3px 0 5px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700
}

.indmore a:hover {
	background: #c90915;
	border-color: #c90915;
	color: #fff;
	padding: 0 40px
}

.indsubject.center {
	text-align: center
}

.indsubject.center .e:before {
	left: 50%;
	margin-left: -22px
}

.indsubject2 {
	text-align: center;
	margin: 0 0 100px 0;
	position: relative;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	letter-spacing: 2px;
	color: #333
}

.indsubject2:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -22px;
	bottom: -30px;
	width: 45px;
	height: 4px;
	background: #c90915;
}

.home_solution {
	margin: 120px 0 120px 0
}

.home_solution ul {
	margin: 0 0 0 -0.8%;
	width: 101.6%
}

.home_solution li {
	float: left;
	width: 16.7333%;
	margin: 0 0.8%;
	position: relative;
	padding: 17.8% 0;
	overflow: hidden
}

.home_solution li.active {
	width: 61.7333%
}

.home_solution li .pic p {
	border-radius: 10px;
}

.home_solution li .pic:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.home_solution li .cons {
	position: absolute;
	left: 50px;
	top: 70px;
	width: 800px;
	height: 100%;
	z-index: 150;
	color: #fff;
}

.home_solution li .cons .n {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 2px solid #fff;
	font-size: 30px
}

.home_solution li .cons .t {
	letter-spacing: 2px;
	margin: 15px 0 30px 0;
	position: relative
}

.home_solution li .cons .t a {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 700;
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	display: inline-block
}

.home_solution li .cons .t p.p1 {
	opacity: 0
}

.home_solution li .cons .t p.p2 {
	position: absolute;
	left: 0;
	top: 0;
}

.home_solution li .cons .c {
	font-weight: 300;
	font-size: 20px;
	line-height: 2;
	opacity: 0
}

.home_solution li .cons .c strong {
	font-weight: 500
}

.home_solution li .cons .m {
	position: absolute;
	top: 200px;
	left: 0
}

.home_solution li .cons .m2 {
	top: auto;
	bottom: -80px;
	opacity: 0
}

.home_solution li .cons .m a {
	border: 2px solid #fff;
	border-radius: 26px;
	color: #fff;
	width: 45px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center
}

.home_solution li .cons .m a span {
	font-size: 20px;
	line-height: 20px
}

.home_solution li .cons .m2 a {
	border-color: #c90915;
	background: #c90915;
}

.home_solution li .cons .m2 a:hover {
	width: 65px
}

.home_solution li.active .n {
	opacity: 0
}

.home_solution li.active .cons {
	left: 120px;
	top: 135px
}

.home_solution li.active .cons .t {
	margin-top: -50px
}

.home_solution li.active .cons .t p.p1 {
	opacity: 1
}

.home_solution li.active .cons .t p.p2 {
	opacity: 0
}

.home_solution li.active .cons .c {
	opacity: 1
}

.home_solution li.active .cons .m {
	opacity: 0
}

.home_solution li.active .cons .m2 {
	opacity: 1
}

.home_solution li:nth-of-type(1) .pic p,
.home_solution li:nth-of-type(1) .pic:before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.home_solution li:nth-of-type(3) .pic p,
.home_solution li:nth-of-type(3) .pic:before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.indpics .cons {
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100
}

.indpics .cons .t {
	font-weight: 500;
	font-size: 80px;
	line-height: 90px;
	margin: 20px 0 40px 0
}

.indpics .cons .c {
	font-size: 35px;
	margin: 30px 0 0 0;
}

.indpics .cons .m {
	margin: 30px 0 0 0
}

.indpics .cons .m a {
	display: inline-block;
	background: #c90915;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	padding: 0 20px;
	text-align: center;
	border-radius: 3px;
	margin: 0 auto;
	color: #fff;
	font-weight: 400
}

.indpics .cons .m a:Hover {
	background: #000
}

.indpics i {
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 0 0 -8px;
	font-weight: 700;
	animation: myfirst 1.5s infinite;
	cursor: pointer
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -10px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.firstend {
	position: absolute;
	height: 0;
	top: -75px;
	overflow: hidden
}

.indche ul {
	width: 102%;
	margin: -2% 0 0 -1%
}

.indche li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 2% 1% 0 1%;
	position: relative;
	overflow: hidden;
}

.indche li .pic:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(32, 85, 175, 0.3);
	z-index: 200
}

.indche li .pic {
	position: relative;
	overflow: hidden;
}

.indche li i {
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 14, 28, 0);
}

.indche li .t {
	text-align: center;
	margin: 15px 0 0 0;
	font-size: 18px
}

.indnews ul {
	width: 103%;
	margin: -3% 0 150px -1.5%
}

.indnews li {
	display: inline-block;
	vertical-align: top;
	width: 30.15%;
	margin: 3% 1.5% 0 1.5%;
}

.indnews li .pic {
	position: relative;
	overflow: hidden;
	padding: 33.5% 0
}

.indnews li .title {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin: 30px 0 0 0
}

.indnews li .title a {
	color: #333;
	font-weight: 700;
	font-size: 18px
}

.indnews li .content {
	color: #999;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
	margin: 25px 0 40px 0
}

.indnews li .more a {
	display: block;
	width: 120px;
	height: 38px;
	line-height: 36px;
	background: #c90915;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	border-radius: 38px
}

.indnews li .more a span {
	display: inline-block;
	vertical-align: top;
	margin: 1px -2px 0 0
}

.indnews li:hover .more a {
	background: #c90915;
	width: 150px
}

.bannerin .pic>.imgcover,
.bannerin .pic>.pcover {
	width: 100%;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
	transform: scale3d(1.1, 1.1, 1.1);
	-webkit-animation: minus 7s 0s ease both infinite;
	-moz-animation: minus 7s 0s ease both infinite;
	animation: minus 7s 0s ease both infinite;
	animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
}

@keyframes minus {
	0% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.news ul {
	margin-bottom: 0;
	margin-top: 50px
}

.bannerin {
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.bannerin .cons {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	color: #fff;
	text-transform: uppercase
}

.bannerin .cons .e {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: 1px
}

.bannerin .cons .t {
	font-size: 60px;
	line-height: 80px;
	font-weight: 700;
	letter-spacing: 5px;
	position: relative;
	margin: 18px 0 20px 0
}

.bannerin .cons .c {
	font-size: 18px;
	font-weight: 400
}

.bannerin.left .cons {
	text-align: left
}

.bannerin.left .mc {
	width: 100%;
	float: left;
}

.bannerin.right .cons {
	text-align: right
}

.bannerin.right .cons .in {
	text-align: left;
	display: inline-block;
	margin: 0 0 0 auto
}

.aboutsubject {
	text-align: center;
	font-size: 46px;
	line-height: 46px;
	margin: 115px 0 100px 0;
	color: #333;
	font-weight: 500;
	position: relative
}

.aboutsubject h2 {
	color: #999;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-size: 20px;
	margin: 2px 0 0 0;
}

.aboutsubject:before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 50%;
	background: #c90915;
	width: 46px;
	height: 4px;
	margin-left: -23px;
}

.namemj {
	position: absolute;
	top: -75px
}

.about .in {
	position: relative;
}

.about .cons {
	width: 63%;
	background: #f1f1f1;
	padding: 50px 13% 55px 90px
}

.about .cons .t {
	font-size: 46px;
	line-height: 61px;
	margin: 0 0 40px 0;
	font-weight: 400;
	color: #333;
	letter-spacing: 1px;
}

.about .pics {
	position: absolute;
	right: 0;
	top: 50%;
	width: 45%;
	margin-top: -233px
}

.about .pics .swiper-slide {
	position: relative;
	overflow: hidden;
	height: 467px;
}

.about .swiper-horizontal>.swiper-pagination-bullets,
.about .swiper-pagination-bullets.swiper-pagination-horizontal,
.about .swiper-pagination-custom,
.about .swiper-pagination-fraction {
	bottom: 15px;
}

.about .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
}

.about .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.about .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

.namemj2 {
	height: 0;
	position: relative;
	top: -75px
}

.namemj3 {
	height: 0;
	position: relative;
	top: 0
}

.navbar {
	position: relative;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	background: #f1f1f1;
}

.navbar-nav li {
	float: left;
	width: 25%;
	text-align: center;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
	position: relative
}

.navbar-nav li a {
	display: block;
	height: 100%;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	color: #333;
	position: relative;
	padding: 0 8px;
	z-index: 10
}

.navbar-nav li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 2px;
	height: 100%;
	z-index: 10
}

.navbar-nav li a:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 0;
	height: 100%;
	background: #c90915;
	opacity: 0
}

.navbar-nav li a:Hover:after {
	width: 100%
}

.navbar-nav li:first-child a:before {
	display: none;
}

.navbar-nav li.active,
.navbar-nav li:hover {
	color: #fff
}

.navbar-nav li.active a:after,
.navbar-nav li:hover a:after {
	opacity: 1;
	width: 100%
}

.navbar-nav li:hover a,
.navbar-nav li.active a {
	color: #fff;
}

.mainabout.active .navbar {
	position: fixed;
}

.mainabout.active .aboutblank {
	height: 75px;
}

.mainabout.active .fixtop {
	display: none;
}

.namemjmenu {
	position: absolute;
	top: 0;
	height: 0;
	overflow: hidden
}

.mainabout.active2 .navbar-nav li:first-child {
	background: #c90915
}

.mainabout.active2 .navbar-nav li:first-child a {
	color: #fff
}

.mainabout2.active2 .navbar-nav li:first-child {
	background: none;
}

.mainabout2.active2 .navbar-nav li:first-child a {
	color: #2c2c2c
}

.mainabout2.active2 .navbar-nav li:first-child:hover,
.mainabout2.active2 .navbar-nav li.active:first-child {
	background: #c90915;
	color: #fff
}

.mainabout2.active2 .navbar-nav li:first-child a:hover,
.mainabout2.active2 .navbar-nav li.active:first-child a {
	color: #fff;
}

.navbar2 .navbar-nav li {
	width: 50%
}

.navbar3 .navbar-nav li {
	width: 33.3333%
}

.navbar4 .navbar-nav li {
	width: 25%
}

.navbar5 .navbar-nav li {
	width: 20%
}

.navbar6 .navbar-nav li {
	width: 16.6666%
}

.navbar7 .navbar-nav li {
	width: 14.2857%
}

.navbar8 .navbar-nav li {
	width: 12.5%
}

.navbar8 .navbar-nav li:nth-child(1) {
	width: 12.5%
}

.navbar8 .navbar-nav li:nth-child(2) {
	width: 9.5%
}

.navbar8 .navbar-nav li:nth-child(3) {
	width: 13.5%
}

.navbar8 .navbar-nav li:nth-child(4),
.navbar8 .navbar-nav li:nth-child(5) {
	width: 17.5%
}

.navbar8 .navbar-nav li:nth-child(6),
.navbar8 .navbar-nav li:nth-child(7) {
	width: 11.5%
}

.navbar8 .navbar-nav li:nth-child(8) {
	width: 6.5%
}

.overview .li {
	float: left;
	width: 48%;
	height: 680px;
	position: relative;
	color: #fff;
	top: 0;
	overflow: hidden;
	padding: 0 0 0 5%
}

.overview .subject {
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	position: relative;
	z-index: 100;
	margin: 60px 0 40px 0
}

.overview .ancheng {
	float: right;
}

.overview .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.overview .bg:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.8);
}

.manst .cons {
	position: relative;
	z-index: 100;
	font-size: 20px;
	padding: 0 5% 0 0;
	margin: 0 0 -60px 0;
	line-height: 2.2
}

.manst .cons li {
	position: relative;
	padding: 0 0 0 35px
}

.manst .cons li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 11px;
	width: 20px;
	height: 20px;
	background: url("../images/set.png") no-repeat center;
	background-size: 100%
}

.manst ul.indnum {
	position: relative;
	z-index: 100;
	width: 108%;
	margin: 0 0 0 -4%;
	position: relative
}

.manst ul.indnum:before {
	content: '';
	position: absolute;
	left: 4%;
	top: 258px;
	width: 79%;
	height: 5px;
	background: linear-gradient(to right, #c90915, #005ead)
}

.manst .indnum li {
	float: left;
	width: 25.3333%;
	margin: 120px 4% 0 4%;
}

.manst .indnum li .content {
	font-size: 20px;
	margin: 0 0 5px 0
}

.manst .indnum li h3 {
	color: #fff;
	font-size: 35px;
	line-height: 35px;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
}

.manst .indnum li h3:nth-of-type(2) {
	font-size: 25px;
	line-height: 25px;
	margin: 8px 0 0 5px;
	font-weight: 400
}

.overview .ancheng {
	padding: 0 120px 0 5%
}

.ancheng ul {
	position: relative;
	z-index: 100;
}

.ancheng li {
	background: linear-gradient(to right, #c90915, #005ead);
	padding: 15px 30px 18px 40px;
	border-radius: 10px;
	margin: 40px 0 0 0;
	position: relative
}

.ancheng li:nth-of-type(1) {
	margin-top: 50px
}

.ancheng li h3 {
	display: inline-block;
	vertical-align: top;
	font-size: 55px;
	line-height: 55px;
	font-weight: 700;
	color: #fff
}

.ancheng li h3:nth-of-type(2) {
	font-size: 25px;
	line-height: 25px;
	margin: 18px 0 0 5px;
	font-weight: 400
}

.ancheng li .content {
	font-size: 20px;
	margin: 5px 0 0 0
}

.ancheng li .icon {
	position: absolute;
	right: -50px;
	top: 14px;
}

.ancheng li .icon img {
	border-radius: 50%;
	width: 100px;
	height: 100px
}

.quancons {
	font-size: 22px;
	padding: 85px 0
}

.servicesubject {
	text-align: center;
	color: #212121;
	padding: 100px 0 80px 0
}

.servicesubject .t {
	font-size: 39px;
	line-height: 39px;
	margin: 0 0 30px 0;
	font-weight: 700
}

.servicesubject .c {
	font-size: 20px;
	color: #000
}

.servicell ul {
	width: 102%;
	margin: -2% 0 0 -1%
}

.servicell li {
	border: 1px solid #04285f;
	border-radius: 20px;
	padding: 4.5% 2%;
	text-align: center;
	margin: 2% 1% 0 1%;
	width: 23%;
	color: #c90915;
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: 400
}

.servicell li:hover {
	top: -10px
}

.servicell li .icon {
	margin: 0 auto;
	width: 90px;
}

.servicell li .num {
	margin: 20% 0 13% 0
}

.servicell li .num h1 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 51px;
	line-height: 51px;
	font-weight: 700;
	color: #c90915;
}

.servicell li .num h2 {
	display: inline-block;
	vertical-align: bottom;
	font-size: 21px;
	line-height: 21px;
	color: #c90915;
	font-weight: 400;
	margin: 0 0 0 10px
}

.servicell li .content {
	min-height: 60px;
	line-height: 30px;
	font-size: 17px
}

.servicenet {
	margin: 120px 0 -120px 0;
	background-position: center;
	background-repeat: no-repeat;
	height: 1167px;
	background: url("../images/map.jpg") no-repeat center;
}

.servicenet .servicesubject {
	color: #fff;
	padding-top: 80px
}

.servicenet .servicesubject .c {
	color: #fff
}

.nshow {
	margin: 40px 0 100px 0
}

.nshow .mcurrent {
	border-bottom: 1px solid #ccc;
	padding: 0 0 15px 0;
	position: relative;
	color: #999
}

.nshow .mcurrent a {
	color: #999
}

.nshow .mcurrent a font {
	font-family: '宋体';
	font-weight: 700;
	margin: 0 5px 0 0
}

.nshow .mcurrent .mright {
	position: absolute;
	right: 0;
	top: 0
}

.nshow .mcurrent span {
	margin: 0 0 0 40px;
	display: inline-block;
	vertical-align: top;
}

.nshow .title {
	font-size: 38px;
	color: #333;
	line-height: 58px;
	text-align: center;
	margin: 85px auto 75px auto;
	font-weight: 500;
	max-width: 1050px
}

.nshow .content {
	font-size: 16px;
	max-width: 1050px;
	margin: 0 auto
}

.nshow .content img {
	margin: 5px 0
}

.nshow .content strong {
	color: #333
}

.searchnews {
	padding: 180px 0 30px 0
}

.memorabilia {
	text-align: center
}

.memorabilia .cons {
	display: inline-block;
	margin: 0 auto 120px 200px;
	text-align: left;
}

.memorabilia ul {
	border-left: 1px solid #c90915;
	padding: 1px 0 1px 60px;
	margin: 0 0 0 140px
}

.memorabilia li {
	position: relative;
	padding: 30px 0
}

.memorabilia li .title {
	position: absolute;
	left: -340px;
	width: 250px;
	top: 22px;
	color: #c90915;
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	text-align: right
}

.memorabilia li .content {
	position: relative;
}

.memorabilia li .content .t {
	font-weight: 700;
	font-size: 18px;
	margin: 0 0 5px 0
}

.memorabilia li .content:before {
	content: '';
	position: absolute;
	left: -69px;
	top: 8px;
	background: url(../images/11.png);
	width: 18px;
	height: 18px;
}

.mc_a1t_dian {
	position: relative;
	animation: bordershow 3s infinite;
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 7px solid #c90915;
	border-radius: 50%;
}

.mc_a1t_dian::before {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	animation: boderM 3s .75s infinite;
}

.mc_a1t_dian::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	animation: boderM 3s infinite;
}

@keyframes boderM {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0
	}

	20% {
		opacity: 1
	}

	75% {
		transform: translate(-50%, -50%) scale(2);
		opacity: 0
	}

	100% {
		opacity: 0
	}
}

@keyframes bordershow {
	50% {
		box-shadow: 0px 0px 10px 0 #fff;
	}
}

.servicenet dl {
	display: none;
}

.servicenet .mappoint {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 1167px;
}

.servicenet .mappoint ul {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 100%;
	text-align: left;
}

.servicenet li {
	position: absolute;
	cursor: pointer;
}

.servicenet li .cons {
	position: absolute;
	z-index: 999;
	left: 40px;
	top: -22px;
	background: #fff;
	border-radius: 10px;
	padding: 20px 20px 25px 20px;
	width: 220px;
	display: none;
}

.servicenet li .cons .t {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #c90915;
	margin: 0 0 10px 0
}

.servicenet li .cons .c {
	font-size: 14px;
	line-height: 1.6
}

.servicenet span.mc_a1t_dian {
	cursor: pointer
}

.response {
	background: #f4f4f4;
	padding: 0px 0 80px 0;
	margin: 80px 0 -120px 0
}

.response ul {
	width: 102%;
	margin: -2% 0 0 -1%
}

.response li {
	float: left;
	width: 23%;
	margin: 2% 1% 0 1%
}

.response li .pic {
	position: relative;
	overflow: hidden;
	padding: 37.2% 0
}

.response li .t {
	height: 25px;
	line-height: 25px;
	text-align: center;
	margin: 15px 0 0 0;
	display: none
}

.network {
	margin: 120px 0 0 0;
	position: relative
}

.network .aboutsubject {
	text-align: left;
	margin: 0;
	position: absolute;
	left: 0;
	top: 0
}

.network .aboutsubject:before {
	left: 0;
	margin-left: 0
}

.network .subject2 {
	text-align: right;
	float: right;
}

.network .subject2 .in {
	display: inline-block;
	margin: 0 auto;
	text-align: center
}

.network .subject2 .t {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	margin: 4px 0 5px 0;
	color: #c90915
}

.network .subject2 .c {
	font-size: 35px;
	line-height: 1.5;
	letter-spacing: 2px;
	font-weight: 400;
	text-align: center;
	color: #ccc
}

.network .bg {
	background: url("../images/map2.png") no-repeat center;
	height: 588px;
	position: relative;
	margin: 80px auto 160px auto
}

.dotcenter {
	position: relative;
	width: 1187px;
	margin: 0 auto
}

.network .uleft {
	width: 350px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200
}

.network .uright {
	width: 350px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 200
}

.network li {
	background: linear-gradient(to right, #c90915, #005ead);
	color: #fff;
	padding: 14px 15px 18px 20px;
	margin: 0 0 10px 0;
	line-height: 2;
}

.network li.li555,
.network li.li556,
.network li.li557 {
	height: 52px
}

.network li .cons h3 {
	color: #fff;
	font-size: 18px;
	margin: 10px 0 0 0
}

.network li .title {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px
}

.network li .cons {
	font-size: 12px;
	line-height: 1.6
}

.network i {
	position: absolute;
	background: url("../images/dian.png");
	width: 12px;
	height: 16px;
	background-size: 100%;
	z-index: 100;
	display: block;
	animation: myfirst 1.5s infinite;
}

.network i.i557 {
	left: 225px;
	top: 220px
}

.network i.i556 {
	left: 560px;
	top: 195px
}

.network i.i555 {
	left: 1013px;
	top: 235px
}

.network i.i554 {
	left: 920px;
	top: 292px
}

.network i.i553 {
	left: 930px;
	top: 288px
}

.network i.i552 {
	left: 915px;
	top: 268px
}

.network i.i551 {
	left: 920px;
	top: 228px
}

.network i.i550 {
	left: 925px;
	top: 268px
}

.network i.i549 {
	left: 910px;
	top: 288px
}

.network i.i548 {
	left: 945px;
	top: 238px
}

.network i.i547 {
	left: 900px;
	top: 295px
}

@keyframes myfirst {
	0% {
		transform: translate(0px, 0px);
	}

	50% {
		transform: translate(0px, -5px);
	}

	100% {
		transform: translate(0px, 0px);
	}
}

.positioning {
	background: #f1f1f1;
	padding: 1px 0 120px 0;
	margin: 0 0 -120px 0
}

.positioning .aboutsubject {
	margin-bottom: 40px
}

.positioning .aboutsubject:before {
	display: none;
}

.positioning .aboutsubject h2 {
	margin: 20px 0
}

.positioning ul {
	width: 102%;
	margin: -2% 0 0 -1%
}

.positioning li {
	float: left;
	width: 18%;
	margin: 2% 1% 0 1%;
	text-align: center;
	border-radius: 10px;
	padding: 40px 30px 30px 30px;
	border: 1px solid #c90915;
	background: #fff;
	position: relative;
	top: 0
}

.positioning li .icon {
	margin: 30px 0 25px 0
}

.positioning li .icon img {
	height: 100px;
}

.positioning li .title {
	font-weight: 400;
	font-size: 25px;
	line-height: 35px;
	color: #c90915;
	margin: 0px 0 0px 0
}

.positioning li .title2 {
	font-weight: 700;
	font-size: 22px;
	line-height: 32px;
	color: #333
}

.positioning li .content {
	text-align: center;
	margin: 15px 0 0 0;
	min-height: 170px;
}

.positioning li:hover {
	top: -15px
}

.tech1 dl {
	width: 104%;
	margin: -4% 0 0 -2%
}

.tech1 dd {
	float: left;
	width: 29.3333%;
	margin: 4% 2% 0 2%;
	background: #ccc;
	text-align: center;
	padding: 1px;
	border-radius: 15px
}

.tech1 dd .in {
	background: #fff;
	border-radius: 15px;
	padding: 80px 8% 0 8%
}

.tech1 dd .pic {
	text-align: center
}

.tech1 dd .pic img {
	height: 100px;
}

.tech1 dd .title {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	margin: 40px 0 25px 0;
	color: #333
}

.tech1 dd .cons {
	min-height: 210px
}

.tech1 dd .content {
	font-size: 18px;
	text-align: center;
	line-height: 2
}

.tech1 dd:hover {
	background: #c90915
}

.prosubject {
	margin: 120px 0 80px 0;
	text-align: center
}

.prosubject .t {
	color: #333;
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	position: relative;
	margin: 0 0 45px 0
}

.prosubject .t:before {
	content: '';
	position: absolute;
	left: 50%;
	width: 50px;
	height: 4px;
	background: #c90915;
	margin-left: -25px;
	bottom: -25px
}

.prosubject .c {
	font-size: 25px;
	font-weight: 300
}

.energymanagement dl {
	width: 102%;
	margin: -2% 0 0 -1%
}

.energymanagement dd {
	float: left;
	width: 21%;
	margin: 2% 1% 0 1%;
	background: #f5f5f5;
	text-align: center;
	padding: 1px;
	border-radius: 10px;
}

.energymanagement dd:nth-of-type(1) {
	width: 44%
}

.energymanagement dd .in {
	background: #f5f5f5;
	border-radius: 10px;
	padding: 80px 8% 0 8%;
}

.energymanagement dd .pic {
	text-align: center
}

.energymanagement dd .pic img {
	height: 100px;
}

.energymanagement dd .title {
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	min-height: 120px;
	color: #333;
	margin: 40px 0 0 0
}

.energymanagement dd:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.dataempowerment dd {
	width: 31.3333%
}

.dataempowerment dd:nth-of-type(1) {
	width: 64.6666%
}

.partner {
	background: #f5f5f5;
	padding: 120px 0 150px 0;
	margin: 0 0 -120px 0
}

.partner ul {
	width: 103%;
	margin: -3% 0 0 -1.5%
}

.partner li {
	float: left;
	width: 22%;
	margin: 3% 1.5% 0 1.5%;
	background: #fff;
	text-align: center;
	height: 225px;
	border: 1px solid #c90915;
	border-radius: 10px;
}

.partner li img {
	max-width: 280px;
	max-height: 175px;
}

.partner li:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

/*.partner li:nth-of-type(1) {*/
/*	width: 47%*/
/*}*/

.bannerin_contact .cons {
	left: -4%
}

.bannerin_case .cons {
	left: -15%
}

.contact {
	background: #f1f1f1;
	padding: 80px 0 120px 0;
	margin: 2px 0 -120px 0
}

.contact li {
	position: relative;
	font-size: 18px;
	line-height: 2.2
}

.contact li .t {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0
}

.contact li .c {
	display: inline-block;
	vertical-align: top;
}

.contact .wx {
	position: absolute;
	right: 0;
	top: -12px;
}

.contact .wx p {
	font-size: 16px;
	margin: 53px 20px 0 0;
	display: inline-block;
	vertical-align: top;
}

.contact .wx img {
	display: inline-block;
	vertical-align: top;
	width: 135px
}

.contact .grid {
	background: #fff;
	border-radius: 15px;
	padding: 45px 100px 80px 100px;
	margin: 60px 0 0 0
}

.contact .grid li {
	float: left;
	width: 47%;
	margin: 20px 0 0 0;
	position: relative
}

.contact .grid li span {
	font-size: 18px;
	margin: 0 0 8px 0;
	display: block
}

.contact .grid li span font {
	color: #ff0000;
	display: inline-block;
	vertical-align: top;
	margin: 6px 0 0 5px
}

.contact .grid li.marleft {
	margin-left: 6%
}

.contact .grid li.sex {
	width: 15%
}

.contact .grid li.name {
	width: 29%;
	margin-left: 3%
}

.contact .grid li.beizu {
	width: 100%
}

.contact .grid li select {
	width: 100%;
	background: #f1f1f1;
	height: 50px;
	line-height: 48px;
	cursor: pointer;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	position: relative
}

.contact .grid li.st:after {
	color: #999;
	font-size: 22px;
	content: "\e654";
	font-family: "iconfont" !important;
	position: absolute;
	right: 20px;
	top: 53px;
	z-index: 999;
	pointer-events: none;
	/* 防止箭头影响选项的点击 */
}

.contact .grid li input[type="text"] {
	border-radius: 5px;
	background: #f1f1f1;
	height: 50px;
	line-height: 48px;
	padding: 0 20px;
	width: 100%
}

.contact .grid li.beizu #mbeizu {
	border-radius: 5px;
	background: #f1f1f1;
	padding: 15px 20px;
	width: 100%;
	height: 200px;
	overflow: auto
}

.contact .grid li.btn input {
	background: #c90915;
	width: 160px;
	color: #fff;
	padding: 11px 0 13px 0;
	cursor: pointer;
	font-size: 18px;
	border-radius: 50px
}

.contact .grid li.btn input:Hover {
	width: 200px
}

.join {
	margin: 120px 0
}

.join ul {
	width: 104%;
	margin: -4% 0 0 -2%
}

.join li {
	float: left;
	width: 46%;
	margin: 4% 2% 0 2%;
	position: relative;
	overflow: hidden;
	height: 700px
}

.join li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(0, 36, 19, 0.5), rgba(0, 36, 19, 0.9));
	z-index: 100;
}

.join li .cons {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	color: #fff;
	padding: 28% 15% 0 15%
}

.join li .cons .t {
	font-weight: 700;
	font-size: 35px;
	line-height: 45px;
	margin: 0 0 40px 0;
	letter-spacing: 1px
}

.join li .cons .c {
	font-size: 18px;
	font-weight: 300;
	line-height: 2
}

.join li .cons .c strong {
	font-weight: 500
}

.case {
	padding: 120px 0 0 0
}

.case dd {
	position: relative;
	min-height: 300px;
	margin: 100px 0 0 0;
	background: #f1f1f1;
	padding: 60px 100px 60px 60px
}

.case dd:nth-child(1) {
	margin: 0
}

.case dd .pic {
	position: absolute;
	left: 60px;
	top: 60px;
	width: 460px;
	height: 300px;
	overflow: hidden;
}

.case dd .cons {
	margin: 0 0 0 560px
}

.case dd .cons .t {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.case dd .cons .t a {
	font-weight: 700;
	font-size: 25px;
	color: #000
}

.case dd .cons .t2 {
	color: #999;
	font-size: 18px;
	line-height: 25px;
	overflow: hidden;
	margin: 10px 0 25px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 25px 0
}

.case dd .cons .gs {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin: 0 0 50px 0
}

.more1 a {
	background: #c90915;
	height: 40px;
	line-height: 38px;
	color: #fff;
	border-radius: 40px;
	width: 150px;
	text-align: center;
	display: block;
	letter-spacing: 1px
}

.case dd:hover a {
	width: 180px
}

.cshow .gs {
	background: #f1f1f1;
	padding: 40px 50px;
	max-width: 950px;
	margin: 0 auto 40px auto;
	line-height: 2
}


.footbg {
	background: #000 url("../images/fbg.jpg") no-repeat center;
	background-size: cover;
}

.foot {
	margin: 120px 0 0 0;
	padding: 115px 0 60px 0;
	color: #999;
}

.foot a {
	color: #999;
}

.foot ul {
	float: left;
	position: relative;
	z-index: 10
}

.foot ul:before {
	content: '';
	position: absolute;
	top: -30px;
	left: 0;
	width: 60px;
	height: 3px;
	background: #c90915
}

.foot ul.menu {
	width: 255px
}

.foot ul.menu li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 15px;
	width: 50%;
	margin: 0 0 10px 0
}

.foot ul.menu li:nth-of-type(3) {
	width: 100%
}

.foot ul.menu li:before {
	content: '';
	width: 5px;
	height: 5px;
	position: absolute;
	left: 0;
	top: 11px;
	background-size: cover;
	background: #c90915;
	border-radius: 50%;
	opacity: 0.5
}

.foot ul.ct {
	margin: 0 0 0 10.2%
}

.foot ul.ct .in {
	margin-top: -5px
}

.foot ul.ct li {
	position: relative;
	line-height: 2.4;
}

.foot ul.ct li .t {
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 0 0
}

.foot ul.ct li .c {
	display: inline-block;
	vertical-align: top;
}

.foot .cons {
	float: right;
	position: relative;
	margin-top: -30px
}

.foot .cons .logo {
	background: url(../images/logo.png) no-repeat center;
	background-size: cover;
	width: 205px;
	height: 80px;
	position: absolute;
	top: 30px;
	right: 200px;
}

.foot .cons .t {
	text-align: right;
	color: #fff;
	font-size: 14px;
	margin: -6px 0 10px 0
}

.foot .cons .p {
	width: 135px;
}

.footer {
	padding: 20px 0 40px 0;
	color: #999;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	position: relative;
	font-size: 14px;
}

.footer a {
	color: #999;
	font-size: 14px;
}

.footer .beian {
	position: absolute;
	right: 0;
	top: 0
}

.footer a:Hover,
.foot a:hover {
	color: #fff
}

.fixright {
	position: fixed;
	z-index: 2000;
	right: -1px;
	top: 50%;
	margin-top: -78px
}

.fixright li {
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 1px;
	background: #c90915;
	border-radius: 5px;
	text-align: center;
	position: relative;
	cursor: pointer
}

.fixright li a {
	display: block
}

.fixright li i {
	color: #fff;
	text-align: center;
	margin: 0 auto
}

.fixright li.totop i {
	font-size: 20px;
	font-weight: 500
}

.fixright li.tel {
	text-align: left;
}

.fixright li.tel p {
	position: absolute;
	left: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	width: 300px;
	background: #c90915;
	color: #fff;
	border-radius: 5px
}

.fixright li.tel p i {
	width: 50px;
	display: inline-block;
	vertical-align: top;
	font-size: 22px;
	margin: 0 2px 0 0
}

.fixright li.tel p span {
	position: relative;
	top: -2px
}

.fixright li.tel:hover p {
	left: -210px;
	width: 300px;
}

.fixright li.wx {
	background-image: url(../images/wx.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 45%
}

.fixright li.wx p {
	position: absolute;
	bottom: 0px;
	right: 52px;
	width: 100px;
	border: 1px solid #ccc;
	display: none;
}

.fixright li:hover,
.fixright li.tel:hover p {
	background-color: #a51219
}