﻿*{
	box-sizing: border-box;
}
.banner-wrapper {
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
}

.banner {
	/*padding-top:99px;*/
	height: 502px;
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.banner .place-nav {
	color: rgba(255, 255, 255, 0.8);
	padding-top: 30px;
}

.place-nav a {
	color: rgba(255, 255, 255, 0.8);
}
.banner h1 {
	color: #fff;
	font-size: 42px;
	padding: 70px 0 30px 0;
	margin:0;
}

.banner .pro-des {
	width: 530px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 26px;
	min-height: 100px;
}

.banner .btn-div {
	padding: 0 0 30px 0;
	font-size: 16px;
}

.banner .btn-div .btn-orange {
	display: inline-block;
	width: 214px;
	height: 48px;
	transition: all 0.5s;
	border-radius: 24px;
	line-height: 48px;
	background: #fa553d;
	color: #fff;
	text-align: center;
	margin-right: 23px;
}
.banner .btn-div .btn-orange:hover{
	background:#e53c23;
}
.banner .btn-div .btn-default-plain {
	display: inline-block;
	width: 214px;
	height: 48px;
	border-radius: 24px;
	line-height: 48px;
	border: 1px #fff solid;
	color: #fff;
	text-align: center;
}
.banner .btn-div .btn-default-plain:hover{
	background:#fa553d;
	border:1px solid #fa553d;
}

.subMenu-wrapper.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

.subMenu-wrapper.hidden {
	display: none;
}

.subMenu-wrapper.show {
	display: block !important;
}

.subMenu-wrapper {
	position: relative;
	width: 100%;
	background: #F7F8FC;
}

.subMenu-wrapper {
	border-bottom: 1px solid #fff;
}

.subMenu-wrapper .subMenu {
	position: relative;
	width: 1200px;
	height: 60px;
	display: flex;
	margin: 0 auto;
	justify-content: space-around;
}

.subMenu-wrapper .subMenu li {
	height: 60px;
	line-height: 60px;
}

.subMenu-wrapper .subMenu li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	cursor: pointer;
}

.subMenu-wrapper .subMenu li a:hover {
	color: #185C9D;
}

.subMenu-wrapper .subMenu li a.active {
	color: #185C9D;
}
.subMenu-wrapper div{
	position: relative;
}
.subMenu-wrapper  .instant-buy{
	display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 0;
    margin-left: 600px;
    width: 86px;
    line-height: 30px;
    border-radius: 15px;
    font-size:14px;
    background-color: #fa553d;
    color: #fff;
    text-align: center;
}
.subMenu-wrapper.show .instant-buy{
	opacity: 1;
    transition: all 1s;
}
.module-title {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 30px;
	margin:0;
}
.overview-wrapper,
.numericalIntel-wrapper,
.character-wrapper,
.service-wrapper,
.product-wrapper,
.solution-wrapper,
.allService-wrapper,
.map-wrapper,
.case-wrapper,
.partner-wrapper{
	background:#fff;
	width:100%;
}
.overview,
.numericalIntel,
.character,
.service,
.product,
.solution,
.allService,
.map,
.case,
.partner{
	width:1200px;
	margin:0 auto;
}
.case{
	overflow:hidden;

	position:relative;
}
.overview-p{
	font-size:16px;
	text-align:center;
	margin:0;
	color:#333;
}
.overview-flag{
	padding-top:60px;
	padding-bottom:20px;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.overview-flag dl{
	
}
.overview-flag dl dt{
	font-size:44px;
	font-weight:bold;
	 /*background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(160, 150, 249, 1)), to(rgba(126, 114, 249, 1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
   color:#fa553d;
}
.overview-flag dl dd{
	padding-top:15px;
	font-size:16px;
	color:#333;
	/*font-weight:bold;*/
	color:#575757;
}
.numericalIntel-wrapper{
	background:url(../images/tab_bg.jpg) no-repeat center t
}
.numericalIntel .tab-nav{
	width:80%;
	margin:0 auto;
	display:flex;
	align-items: center;
	justify-content: space-around;
	padding-bottom: 40px;
    padding-top: 50px;
}
.numericalIntel .tab-nav .tab-nav-a{
	width:200px;
	/*height:40px;*/
	box-sizing: border-box;
	line-height:40px;
	border:1px solid #fb5038;
	text-align:center;
	font-size:14px;
	border-radius:20px;
	cursor:pointer;
}
.numericalIntel .tab-nav .tab-nav-a.active{
	background:#fb5038;
	color:#fff;
}
.numericalIntel .tab-nav .tab-nav-a span{
	color:#fb5038;
	vertical-align:middle;
	font-weight:bold;
}
.numericalIntel .tab-nav .tab-nav-a.active span{
	color:#fff;
}
.numericalIntel .tab-nav .tab-nav-a span:first-child{
	font-size:20px;
	padding-right:10px;
}
.numericalIntel .tab-nav .tab-nav-dot{
	width:70px;
	text-align:center;
	color:#fb5038;
	line-height:40px;
	font-size:30px;
	letter-spacing: 6px;
	margin-top:-20px;
}
.numericalIntel .tab-content{
	width:100%;
	padding-bottom:20px;
}
.numericalIntel .tab-content-list.show{
	display:flex !important;
}
.numericalIntel .tab-content-list{
	display:flex;
	justify-content: flex-start;
	align-items: center;
	display:none;
}
.numericalIntel .tab-content .tab-content-lf{
	width:600px;
	height:330px;
}
.numericalIntel .tab-content .tab-content-lf img{
	width:594px;
	height:327px;
}
.numericalIntel .tab-content .tab-content-rg{
	padding-left:50px;
	padding-top:60px;
	padding-right:110px;
	height:330px;
}
 .tab-content .tab-content-rg h3{
 	font-size:20px;
 	color:#333;
 	font-weight:bold;
 	margin:0;
 	margin-bottom: 40px;
 }
 .tab-content .tab-content-rg p{
 	font-size:14px;
 	color:#666;
 	margin:0;
 	margin-bottom:30px;
 }

.character-content{
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:20px;
}
.character-content-item{
	width:290px;
	border:1px solid #e5e4f1;
	cursor:pointer;	
}
.character-content-item:hover{
	box-shadow: 2px 2px 30px #d9d5fa;
}
.character-content-item dt{
	width:290px;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#fff;
	background:url(../images/character-bg.jpg) no-repeat center top;
	background-size:100%;
}
.character-content-item  dd{
	height:190px;
	padding:24px 42px 0;
	background:#f8f9fc;
}
.character-content-item p{
	padding-left:10px;
	position:relative;
	margin:0;
	margin-bottom:20px;
	font-size:14px;
	color:#575757;
}
.character-content-item p:before{
	content:".";
	font-size:20px;
	display:block;
	position:absolute;
	top:-10px;
	left:0;
}
.service-wrapper{
	background:#f8f9fc;
}
.service-list{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:40px;
	
}
.service-list-item{
	width:590px;
	height:140px;
	border:1px solid #e2e2f0;
	background:#fff;
	padding:0px 30px 0 50px;
	box-sizing: border-box;
	display:flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom:15px;
	cursor:pointer;
}
.service-list-item:hover{
	border: none;
    box-shadow: 2px 4px 20px #d7d7da;
}

.service-item-lf{
	display:flex;
	justify-content: center;
	align-items: center;
}
.service-item-lf img{
	width:64px;
	height:52px;
}
.service-item-rg{
	padding-left:30px;
}
.service-item-rg h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:20px;
	color:#333;
}
.service-item-rg p{
	font-size:12px;
	color:#333;
}
.searchAll , a.searchAll:link{
	font-size:16px;
	display:block;
	text-align: center;
	margin-bottom:50px;
	margin-top:-20px;
	color:#2884d6;
	cursor:pointer;
	
}
a.searchAll:hover{
	color:#fa553d;	
}
.swiper-button-prev{
	width:39px;
	height:92px;
	position:absolute;
	top:50%;
	left:-0;
	cursor:pointer;
	background:url(../images/left-arrow02.jpg) no-repeat center top;
}
.swiper-button-next{
	width:39px;
	height:92px;
	position:absolute;
	top:50%;
	right:0;
	
	z-index:2;
	cursor:pointer;
	
}
.swiper-button-next.swiper-button-disabled{
	background:url(../images/right-arrow01.jpg) no-repeat center top;
}
.swiper-button-prev.swiper-button-disabled{
	background:url(../images/left-arrow01.jpg) no-repeat center top;
}
.product-list,.product-list-m{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
.product-list{
	position:relative;
}
.product-list-lf{
	border-radius:20px 0 0 20px;
	margin-right:10px;
}
.product-list-rg{
	border-radius:0 20px 20px 0;
	margin-left:10px;
}
.product-list-lf,
.product-list-rg{
	width:38px;
	height:90px;
	color:#fff;
	text-align:center;
	font-size:40px;
	font-weight:bold;
	display:flex;
	justify-content:flex-start;
	align-items: center;
	cursor:pointer;
	/*background: -moz-linear-gradient(top,  #2579e9 0%, #775cf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2579e9), color-stop(100%,#775cf9));
    background: -webkit-linear-gradient(top,  #2579e9 0%,#775cf9 100%);
    background: -o-linear-gradient(top,  #2579e9 0%,#775cf9 100%);
    background: -ms-linear-gradient(top,  #2579e9 0%,#775cf9 100%);
    background: linear-gradient(to bottom,  #2579e9 0%,#775cf9 100%);*/
}
.product-list-rg{
	justify-content:flex-end;
}
.product-list-m{
	width:100%;
	flex:1;

	text-align: center;
	overflow:hidden;
}
.swiper-wrapper{
	display:flex;
	
}
.hover-div{
	position:absolute;
	top:0;
	left:0;
	width:358px;
	height:488px;
	padding:168px 36px 0 36px;
	box-sizing: border-box;
	cursor:pointer;
	opacity:0;
	transition:all .4s;
	color:#fff;
	background: -moz-linear-gradient(top,  #2579e9 0%, #4e34e7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2579e9), color-stop(100%,#4e34e7));
    background: -webkit-linear-gradient(top,  #2579e9 0%,#4e34e7 100%);
    background: -o-linear-gradient(top,  #2579e9 0%,#4e34e7 100%);
    background: -ms-linear-gradient(top,  #2579e9 0%,#4e34e7 100%);
    background: linear-gradient(to bottom,  #2579e9 0%,#4e34e7 100%);
}

.hover-div h4{
	text-align: left;
	font-size:14px;
	margin:0;
	margin-bottom:15px;
}
.hover-div p{
	text-align: left;
}
.hover-div h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:16px;
}
.product-list-m .list-item{
	/*width:362px;*/
	height:488px;
	padding:168px 36px 0 36px;
	color:#fff;
	box-sizing: border-box;
	cursor:pointer;
	-webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
	position:relative;
}
.product-list-m .list-item h3{
	font-size:20px;
	font-weight:bold;
	margin-bottom:30px;
}
.product-list-m .list-item p{
	font-size:12px;
	margin:0;
	margin-bottom:30px;
	text-align: justify;
}
.product-list-m .list-item p.tag,
.hover-div p.tag{
	height:6px;
	width:50px;
	border-radius:25px;
	/*background:#fb5038;*/
	margin:0 auto;
}
.product-list-m .list-item:nth-child(1){
	background:url(../images/product01.jpg) no-repeat center top;
	background-size:cover;
}
.product-list-m .list-item:nth-child(2){
	background:url(../images/product02.jpg) no-repeat center top;
	background-size:cover;
}
.product-list-m .list-item:nth-child(3){
	background:url(../images/product03.jpg) no-repeat center top;
	background-size:cover;
}
.product-list-m .list-item:nth-child(4){
	background:url(../images/product01.jpg) no-repeat center top;
	background-size:cover;
}

.product-list-m .list-item:nth-child(1):hover .hover-div{
	opacity:1;
	padding-top:40px;
}
.product-list-m .list-item:nth-child(2):hover .hover-div{
	opacity:1;
	padding-top:40px;
}
.product-list-m .list-item:nth-child(3):hover .hover-div{
	opacity:1;
	padding-top:40px;
}
.product-list-m .list-item:nth-child(4):hover .hover-div{
	opacity:1;
	padding-top:40px;
}
.soution-list{
	display:flex;
	justify-content: space-between;
	align-self: center;
	padding-bottom:64px;
}
.soution-list-item{
	display:flex;
	justify-content: space-between;
	align-self: center;
}
.soution-list-item .solution-item-lf img{
	width:300px;
	height:356px;
}
.soution-list-item .solution-item-rg{
	padding:40px 30px 0;
	background:#f8f9fc;
	width:290px;
	border:1px solid #e2e2f0;
	border-left:none;
}
.soution-list-item .solution-item-rg h3{
	font-size:20px;
	font-weight:bold;
	margin:0;
	margin-bottom:20px;
}
.soution-list-item .solution-item-rg  p{
	font-size:14px;
	color:#666;
	margin:0;
	margin-bottom:20px;
}
.findDetail{
	text-align:left;
	display:block;
	color:#2884d6;
	font-size:14px;
	cursor:pointer;
}

.allService{
	position:relative;
}
.allService-content-list{
	display:flex;
	justify-content: space-between;
	align-self: center;
	display:none;
	height:430px;
}
.allService-content-list.show{
	display:flex !important;
}
.allService-content{
	padding-bottom:60px;
	height:500px;
}
.allService-lf{
	width:540px;
	padding-top:130px;
	padding-right:90px;
	
}
.allService-lf h3{
	font-size:20px;
	font-weight:bold;
	margin:0;
	margin-bottom:29px;
}
.allService-rg{
	padding-top:40px;
	width:calc(100% - 540px);
	position:relative;
}
.allService-rg img{
	margin-left:90px;
	width:570px;
	height:390px;
	border-radius:193px 0 0 193px;
}
.circle-nav{
	width:150px;
	height:390px;
	position:absolute;
	right:550px;
	top:170px;
	z-index:20;
}
.circle-nav li{
	font-size:14px;
	color:#333;
	text-align:right;
	padding-right:30px;
	line-height:30px;
	position:relative;
	cursor:pointer;
}
.circle-nav li.active{
	color:#2884d6;
}
.circle-nav li.active span.point01{
	background:#7cb8ec;
}
.circle-nav li.active span.point02{
	background:#d0e6f9;
}
.circle-nav li span.point01{
	position:absolute;
	right:4px;
	top:12px;
	display:block;
	width:6px;
	height:6px;
	border-radius:3px;
	background:#767676;
	z-index:10;
}
.circle-nav li span.point02{
	position:absolute;
	right:0;
	top:8px;
	display:block;
	width:14px;
	height:14px;
	border-radius:7px;
	background:#d1d1d4;
	z-index:9;
}
.circle-nav li:nth-child(2){
	top:42px;
	right:40px;
}
.circle-nav li:nth-child(3){
	top:84px;
	right:80px;
}
.circle-nav li:nth-child(4){
	top:126px;
	right:80px;
}
.circle-nav li:nth-child(5){
	top:170px;
	right:40px;
}
.circle-nav li:nth-child(6){
	top:212px;
	right:0px;
}
.map-wrapper{
	background:url(../images/map.jpg) no-repeat center top;
	height:716px;
}
.map .module-title{
	color:#fff;
}
.case .swiper-slide{
	width:1200px;
	position: relative;
}
.case-tp{
	width:1200px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-bottom:30px;
}
.case-tp-lf{
	width:598px;
	height:328px;
}
.case-tp-rg{
	padding:60px 40px;
}
.case-tp-rg h3{
	font-size:20px;
	font-weight:bold;
	margin:0;
	margin-bottom:30px;
}
.case-tp-rg  p{
	font-size:14px;
	color:#666;
	margin:0;
	margin-bottom:20px;
}
.case-btm{
	width:1200px;
	display: flex;
	justify-content:space-between;
	align-items: center;
	/*padding-bottom:60px;*/
}
.case-btm div{
	width:380px;
	height:120px;
	border:1px solid #e2e2f0;
	padding:20px 33px 0px 33px;
	cursor:pointer;
}
.case-btm div:hover{
	border: none;
    box-shadow: 2px 4px 20px #d7d7da;
}
.case-btm div h3{
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-bottom:10px;
}
.case-btm div  p{
	font-size:12px;
	color:#666;
	margin:0;
}
.swiper-pagination {
    position: absolute;
    left:50%;
    bottom:30px;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0) translateX(-50%);
    -ms-transform: translate3d(0,0,0) translateX(-50%);
    -o-transform: translate3d(0,0,0) translateX(-50%);
    transform: translate3d(0,0,0) translateX(-50%);
    z-index: 10;
    cursor:pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    box-shadow:0 0  4px 4px #e6e4da;
    display: inline-block;
    border-radius: 100%;
    background: #ccc;
    
    /*opacity: .2;*/
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fb6d59;
    box-shadow:0 0 4px 4px #fdbbb1;
}
.partner-list{
	display: flex;
	justify-content:space-between;
	align-items: center;
	padding-bottom:60px;
}
.partner-list-item{
	background:#f8f9fd;
	width:235px;
	height:278px;
	padding:50px 25px;
	text-align: center;
	cursor:pointer;
	transition:all ease-in-out .4s;
}
.partner-list-item:hover{
	transform:translateY(-15px);
}
.partner-list-item img{
	display:block;
	margin:0 auto;
	margin-bottom:30px;
}
.partner-list-item h3{
	font-size:18px;
	font-weight:bold;
	margin:0;
	margin-bottom:25px;
}
.partner-list-item   p{
	font-size:14px;
	color:#666;
	margin:0;
}
.foot-lxzj {
	height: 474px;
	background: url(../images/ecs_04.png) no-repeat center top;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.lxzj {
	padding-top: 70px;
}

.lxzj h2 {
	font-size: 32px;
	font-weight: bold;
	line-height: 48px;
}

.lxzj h3 {
	font-size: 16px;
	margin-top: 30px;
}

.lxzj h4 a {
	width: 230px;
	display: block;
	margin: 40px 0 50px 0;
	transition: all 0.5s;
	height: 48px;
	line-height: 48px;
	font-size: 18px;
	border-radius: 24px;
	text-align: center;
	background-color: #fa553d;
	color: #fff;
}

.lxzj h4 a:hover {
	background-color: #e7442c;
	transition: all 0.5s;
}

.lxzj h5 {
	font-size: 16px;
	line-height: 26px;
}