body {
	background: #fff;
}

body,
ul,
p,
h1,
h2,
h3,
h4,
h5 {
	padding: 0;
	margin: 0;
	font: 14px Arial, "微软雅黑";
}

a {
	color: #000;
}

ul,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

* {
	/* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; */
}

.swiperHome {
	z-index: 0;
}

.swiperHome .swiper-pagination .swiper-pagination-bullet {
	width: 30px;
	height: 1px;
	background: #fff;
}

.swiperHome .swiper-pagination .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px
}

#herder {
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.pcNav {
	width: 1200px;
	height: 70px;
	margin: auto;
	background: #fff;
	margin-top: 10px;
}

.menu,
.menu ul {
	float: right;
}

.logo {
	float: left;
	padding-left: 0px;
	padding-left: 10px;
	/* border-left: 5px solid #fff; */
}

.logo img {
	width: 176px;
	margin-top: 8px;
}

.menu {
	float: right;
}

.menu ul li {
	float: left;
	height: 70px;
	position: relative;
	transition: all 0.4s ease-out 0s;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.menu ul li a {
	display: block;
	height: 70px;
	line-height: 70px;
	padding: 0 30px;
	color: #000;
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.fa-angle-down,
.home_menu ul li:hover>a .fa-angle-down {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;
	width: 9px;
	top: calc(50% - 2px);
	height: 5px;
	right: 12px;
	background: url(../images/fa-angle-down.png) no-repeat center;
}

/* a.active .fa-angle-down, */
.home_menu ul li:hover>a.active .fa-angle-down {
	background: url(../images/fa-angle-down-white.png) no-repeat center;
}

.menu ul li:hover>a {
	color: #2495e4;
}

.menu ul li:hover>a .fa-angle-down {
	background: url(../images/fa-angle-down-hover.png) no-repeat center;
}

.menu ul li a.active {
	color: #2495e4;
}
.menu ul li a.active {
	background-color: rgb(36, 149, 228);
    color: rgb(255, 255, 255);
}
.menu ul li .subnav {

	transition: all 0.3s ease-out 0s;
	position: absolute;
	width: 210px;
	border-top: #2495e4 3px solid;
	opacity: 0;
	visibility: hidden;
	transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-webkit-transform: translate3d(0px, 10px, 0px);
	box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
	background: #fff;
}


.menu ul li .subnav li {
	cursor: pointer;
	transition: all 0.3s ease;
	width: 100%;
	height: auto;
	border-bottom: 1px solid rgba(170, 170, 170, 0.2);
}

.menu ul li .subnav li a {
	transition: all 0.3s ease;
	display: block;
	font-weight: 500;
	height: auto;
	padding: 0 24px;
	line-height: 48px;
}

.menu ul li .subnav li a:hover {
	background: #2495e4;
	color: #fff;
}

.menu ul li .subnav li:hover {
	border-bottom: 1px solid #2495e4;
}

.menu ul li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0px, -1px, 0px);
	-moz-transform: translate3d(0px, -1px, 0px);
	-webkit-transform: translate3d(0px, -1px, 0px);
}

.titles {
	width: 1200px;
	margin: 70px auto 70px;
	display: block;
	clear: both;
}

.titles h2 {
	text-align: center;
	line-height: 24px;
	font-size: 24px;
	color: #000;
	font-weight: normal;
}

.titles p {
	text-align: center;
	margin-top: 10px;
	color: #888;
}

.serviceList {
	margin-top: 70px;
	display: inline-block;
}

.serviceList div {
	width: 22.75%;
	float: left;
	text-align: center;
	margin-right: 3%;
}

.serviceList div h3 {
	color: #000;
	font-size: 20px;
	font-weight: normal;
	margin-top: 20px;
}

.serviceList div p {
	color: #888;
	margin-top: 25px;
	text-align: left;
	line-height: 24px;
}

.serviceList div:last-child {
	margin-right: 0;
}

.serviceList div img {
	margin: auto;
}

.homeAbout {
	height: 416px;
	width: 100%;
	background: url(../images/about.jpg) no-repeat center;
	display: inline-block;
}

.homeAboutBox {
	width: 1000px;
	margin: auto;
	height: 300px;
}

.homeAboutBox img {
	float: left;
	margin-top: 55px;
}

.homeAboutContent {
	margin-top: 36px;
	color: #fff;
	padding: 60px 60px;
	float: left;
	background: #2495e4;
}

.homeAboutContent h3 {
	font-size: 28px;
}

.homeAboutContent p {
	margin-top: 30px;
	font-size: 14px;
	line-height: 22px;
}

.homeAboutContent a {
	height: 40px;
	width: 160px;
	border: 1px solid #fff;
	display: block;
	background: url(../images/jiantou.png) no-repeat center;
	margin-top: 35px;
	transition: all ease .3s;
}

.homeAboutContent a:hover {
	background: #fff url(../images/jiantouBlue.png) no-repeat center;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.titles2 {
	margin-top: 80px;
}

.titles2 h2 {
	font-size: 24px;
	color: #000;
}

.titles2 h2 span {
	font-size: 14px;
	color: #888;
}

/*Plugin CSS*/
.str_wrap {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.str_wrap.str_active {}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	display: inline;
	zoom: 1;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	max-width: none !important;
	width: 230px;
	/* height: 78px; */
}

.dowebok {
	width: 100%;
	font-size: 14px;
	margin-top: 30px;
}

.dowebok a {
	margin: 0px;
	width: 240px;
	height: 65px;
	display: inline-block;
}

.dowebok a img {
	border: 1px solid #efefef;
}

.dowebok a:hover {
	text-decoration: underline;
}

.partner {
	margin-top: 20px;
}

.partner ul {}

.partner ul li {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #efefef;
}

.partner ul li a img {
	width: 230px;
	height: 78px;
	display: block;
}

.partner ul li:nth-child(5n) {
	margin-right: 0;
}

.footer {
	background: #f8f8f8;
	width: 100%;
	height: 280px;
	margin-top: 100px;
	color: #555;
}

.footerContent,
.copyright {
	padding-top: 50px;
}

.footerLeft {
	width: 60%;
	float: left;
}

.footerRight {
	width: 400px;
	float: right;
}

.nameC,
.HomeContactUs {
	font-size: 24px;
	font-weight: 600;
}

.HomeContactUs span {
	font-size: 14px;
	font-weight: normal;
	margin-left: 5px;
}

.licence span,
.licenceT span {
	margin-right: 15px;
}

.slogan,
.footerRight div,
.licence,
.licenceT {
	margin-top: 5px;
}

.licence {
	line-height: 24px;
}

.licenceT {
	font-weight: 600;
	margin-top: 30px;
}

div.address {
	margin-top: 30px;
}

.swiper-button-next,
.swiper-button-prev {
	width: 44px;
	height: 70px;
}

.swiper-button-prev {
	background: rgba(0, 0, 0, 0) url(../images/prevBtn.png) no-repeat center;
	transition: all 0.3s ease-out 0s;
}

.swiper-button-next {
	background: rgba(0, 0, 0, 0) url(../images/prevBtn.png) no-repeat center;
	transform: scaleX(-1);
	transition: all 0.3s ease-out 0s;
}

.swiper-button-prev:hover {
	background: rgba(0, 0, 0, .3) url(../images/prevBtn.png) no-repeat center;
}

.swiper-button-next:hover {
	background: rgba(0, 0, 0, .3) url(../images/prevBtn.png) no-repeat center;
	transform: scaleX(-1);
}

.AllProduct {
	text-align: center;
}

.tabsBox {
	width: 100%;
	background: #f8f8f8;
}

.bgf8f8f8 {
	background: #fff;
}

.tabs {
	text-align: center;
}

.tabs>div {
	display: none;
	clear: both;
	text-align: left;
	width: 100%;
	padding: 0px 0 20px;
}

.tabs>div a {
	float: left;
	margin-right: 3%;
	width: 31%;
	display: block;
	transition: all ease .3s;
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	height: 379px;
}

.tabs>div a .projectImg {
	width: 372px;
	height: 207px;
	overflow: hidden;
}

.tabs>div a h3 {
	font-size: 18px;
	margin-top: 30px;
	transition: all ease .3s;
	padding: 0 25px;
}

.tabs>div a img {
	width: 372px;
	max-height: 207px;
	transition: all ease .3s;
}

.tabs>div a p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	color: #777;
	transition: all ease .3s;
	padding: 0 25px;
}

.tabs>div a .item_img_mask {
	width: 100%;
	height: 207px;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all ease .2s;
	border: #fff 0px solid;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tabs>div a:hover .item_img_mask {
	border: #fff 10px solid;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tabs>div a:hover h3 {
	margin-top: 20px;
}

/* .tabs > div a:hover img {transform: scale(1.1, 1.1);}
.tabs > div a:hover {background: #2495e4;}
.tabs > div a:hover h3 {color:#fff;}
.tabs > div a:hover p {color:#fff;} */
.tabs>div a:nth-child(3n) {
	margin-right: 0;
}

.tabs>div a input {
	background: url(../images/jiantouGray.png) no-repeat center;
	margin-top: 30px;
	border: 1px solid #ccc;
	height: 36px;
	width: 130px;
}

.tabs .horizontal {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 1000px;
	height: 160px;
}

.tabs .horizontal li {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 33.3%;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	margin-top: 44px;
	color: #646464;
}

.tabs .horizontal li i {
	width: 42px;
	height: 42px;
	margin: auto;
	display: block;
}

.tabs .horizontal li img {
	width: 100%;
	display: block;
}

.tabs .horizontal li span {
	display: block;
	line-height: 34px;
}

.tabs .horizontal li.selectActive {
	color: #333;
}

.tabs>div a p.hr {
	margin-top: 40px;
}

.solution {
	background: url(../images/solution.png) no-repeat center;
	background-size: 100%;
}

.selectActive .solution {
	background: url(../images/solutionActive.png) no-repeat center;
	background-size: 100%;
}

.product {
	background: url(../images/product.png) no-repeat center;
	background-size: 100%;
}

.selectActive .product {
	background: url(../images/productActive.png) no-repeat center;
	background-size: 100%;
}

.cases {
	background: url(../images/cases.png) no-repeat center;
	background-size: 100%;
}

.selectActive .cases {
	background: url(../images/casesActive.png) no-repeat center;
	background-size: 100%;
}

.homeprojectExperience {
	background: #fff;
	height: 110px;
	padding-top: 30px;
}

.homeprojectExperience ul li {
	width: 33.33%;
	float: left;
}

.homeprojectExperience ul li p {
	text-align: center;
	color: #777;
}

.homeprojectExperience ul li p:first-child span:first-child {
	font-size: 48px;
	color: #333;
}

.homeprojectExperience ul li p:first-child span:last-child {
	font-size: 14px;
	vertical-align: 22px;
	margin-left: 8px;
}

.keifu {
	position: fixed;
    top: 50%;
    right: 0;
    width: 120px;
    z-index: 900;
    background: #fff;
    box-shadow: 0 2px 9px rgba(4, 0, 0, .17);
    height: 390px;margin-top: -195px;
}

.keifu_tab {
	width: 100%;
}

.kefuTitle {
	background: #2495e4;
	height: 56px;
	line-height: 56px;
	color: #fff;
	padding-left: 15px;
	position: relative;
}

.icon_keifu {
	width: 20px;
	height: 110px;
	top: 50%;
	margin-top: -65px;
	right: -20px;
	background: #2495e4 url(../images/zxIcon.png) no-repeat center 90px;
	background-size: 26px;
	position: fixed;
	cursor: pointer;
	padding: 16px 10px 10px;
	text-align: center;
	line-height: 16px;
	color: #fff;
}

.keifu_box {
	float: left;
	width: 100%;
}

.keifu_tab img {
	display: block;
	margin: auto;
}

.keifu_head {
	width: 131px;
	height: 41px;
	font-size: 0;
	line-height: 0;
	position: relative;
}

.keifu_close {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	right: 15px;
}

.keifu_close:before,
.keifu_close:after {
	position: absolute;
	content: "";
	background: #fff;
	transform: rotate(45deg);
	height: 1px;
	width: 17px;
	top: 9px;
	left: 1px;
}

.keifu_close:after {
	height: 17px;
	width: 1px;
	top: 1px;
	left: 9px;
}

.keifu_con li {
	padding: 20px 10px 0;
}

.keifu_con li a {
	text-align: center;
	display: block;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}

.keifu_con li:last-child a {
	border: 0;
}

.keifu_con li a img {
	width: 30%;
}

.keifu_con li:last-child a.ERcode img {
	width: 100%;
}

.keifu_con li a p {
	margin-top: 5px;
}

.keifu_con .bt {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0 0 0 20px;
	color: #012646;
}
