
@import url("font-awesome.min.css");
@import url("animate.css");
@charset "utf-8";
/*首页栏目部分*/
#more{ width:100%; float:left; margin-top:2%; text-align:center;}
#more  A{
	display:inline-block; padding-left:7%; padding-right:7%; line-height:2; background-color:#2f318b; font-size:18px;border-radius:50px; border:#2f318b solid 1px; color:#fff;ransition:all 0.4s ease-in-out 0s;	
}
#more  A:hover {
	background:#00447e;  color:#fff; border:#00447e solid 1px;
}
#part3{
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 1260px;
}
#lmbt{
	width:100%;
	float:left;
	text-align:center;
	background-image: url(/images/line.jpg);
	background-repeat: repeat-x;
	background-position: left 22px;
}
#lmbt li{
	display:inline-block;
	padding-left:5%;
	padding-right:5%;
	LIST-STYLE-TYPE: none;
	background-color:#F7FBFE;

}
#lmbt h1{
	font-size:22px;
	color:#2f318b; 
	line-height:1.5; 
	letter-spacing:2px; 
	font-weight:normal;
	background-color:#F7FBFE;
}
#lmbt h2{ text-align:center; padding-top:10px; margin-bottom:10px;background-color:#F7FBFE;}
#lmbt h2 img{ max-width:50%;}
#lmbt p{
	font-size:18px;
	line-height:1.5;
	color:#888;
	font-family: Arial, Helvetica, sans-serif; text-transform:uppercase; margin-top:5px;
}

/*产品与服务*/
.serverbigbox {
    width: 100%;
    height:auto;
    overflow: hidden;
    background: #f9f9f9;
}

.serverbox {
    position: relative;
    width: 1200px;
    height:auto;
    margin: 0 auto;
    margin-top: 30px; margin-bottom:20px;

}
.server {
    width: 275px;
    height: 215px;
    float: left;
}
.server1{
    background: url('../image/server1.jpg');
}
.server2{
    background: url('../image/server2.jpg');
}
.server3{
    background: url('../image/server3.jpg');
}
.server4{
    background: url('../image/server4.jpg');
}
.server-hover {
    display: inline-block;
    position: absolute;
    top: 0;
    left:0;
    width: 275px;
    height: 0;
    overflow: hidden;
    background: #2f318b;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}
#effect-2 .img.hover .server-hover {
    height: 215px;
}
.serverbigbox .title, .pingtaibigbox .title, .newsbigbox .title, .hezuobigbox .title {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-top: 50px;
}

.titleEn {
    text-align: center;
    font-family: Arial;
    color: #999;
    margin-top: 18px;
}

ul.serverbox li { float:left; position:relative; width:25%;white-space: normal;}
ul.serverbox li .server p {
    text-align: center;
}

ul.serverbox li .server p:first-child,.server-hover p:first-child {
    margin-top: 50px;
}

ul.serverbox li .server p:nth-child(2) {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
}
ul.serverbox li .server {
    margin-right: 28px;
}
ul.serverbox li:last-child .server{
    margin-right: 0;
}
.server-hover p:first-child {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.server-hover p:first-child::after {
    position: absolute;
    content: "";
    display: inline-block;
    top: 26px;
    left: 105px;
    width: 70px;
    height: 2px;
    background-color: #fdb45d;
}

ul.serverbox li .server-hover p:nth-child(2) {
    margin: 32px auto 12px;
    width: 205px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.server-hover p:nth-child(3) {
    display: inline-block;
    width: 94px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 15px;
    border: 1px solid #fff;
}
/*解决方案*/
.solutions .solution-content {
	width: 1200px;
	margin: 60px auto 0 auto; display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.solutions .solution-content .solution-content-right {
    height: 360px;
    flex: 1;
    box-sizing: border-box;
    padding-left: 80px;
}

 .solutions .solution-content .solution-content-right a {
    padding: 10px 30px;
    border: 1px solid #fff; 
    z-index: 2
}

 .solutions .solution-content .solution-content-right a:before {
    transition: all .2s;
    width: 100%;
    height: 0;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00447e;
    z-index: -1
}

.solutions .solution-content .solution-content-right a:hover:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: -1
}

 .solutions .solution-content .solution-content-right a:hover {
    background: #00447e;
    border: 1px solid #00447e;
    color: #fff;
}

.solutions .solution-content .solution-content-right .solution-suc-item {
    position: absolute;
    top: 220px;
    left: 80px;
}

.item-title{ font-size:18px; line-height:200%;}
/* new */
.solution-content {
    justify-content: space-between; margin-top:50px; margin-bottom:30px;
}

.solution-content .solution-content-item {
    width: 380px;
    height: 360px;
    box-sizing: border-box;
    padding: 0 25px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; position:relative;
}

.solution-content .solution-content-item:hover {
    box-shadow: 0px 0px 15px 0px #ddd;
}

.solution-content .solution-content-item .item-title {
    margin-top: 70px;
}

.solution-content .solution-content-item img {
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -35px;
}

.solution-content .solution-content-item a {
    color: #333;
    padding: 6px 20px;
    border: 1px solid #00447e;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
}

.solution-content .solution-content-item a:hover {
    color: #fff;
    background: #00447e
}

.solution-content .solution-content-item .item-content {
    line-height: 24px;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}



.fs-14 {
    font-size: 14px !important;
}


.fw-600 {
    font-weight: 600
}
.text-center{ text-align:center} 
/*首页培训*/
 #caselist{
	width:98%; 
	FLOAT: left; margin-top:15px; padding:1%; text-align:center;
}
#caselist UL {
	LIST-STYLE-TYPE: none
}
#caselist UL LI { float:left; position:relative;display:inline-block;
	 width:33%;  float:left;HEIGHT: 300px;overflow:hidden;border:#DBE3F7 solid 1px; margin-left:-1px; margin-top:-1px; background-color:#FFFFFF;
}
#caselist UL LI .imgp { height:300px;overflow: hidden;text-align:center;display:flex;align-items:center; }
#caselist UL LI .imgc { max-width:90%; max-height:280px;line-height: 140px; transition:all 0.6s ease-in-out 0s;}
#caselist UL LI .zzc{ background-color:rgba(30,66,138,0.7); position:absolute; left:0px; display:none; top:0px; height:300px;width:82%; overflow:hidden; padding-left:10%; padding-right:10%; text-align:center; color:#fff;}
#caselist UL LI .zzc div{  display:table-cell;  height:300px; vertical-align:middle;}
#caselist UL LI .zzc h1{ font-size:22px; line-height:30px; height:30px; text-align:center; font-weight:normal;	TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;}
#caselist UL LI .zzc p{ font-size:14px; line-height:24px; height:24px;  border-bottom:1px solid #fff; padding-bottom:10px;TEXT-OVERFLOW: ellipsis;
	WHITE-SPACE: nowrap;
	OVERFLOW: hidden;}
#caselist UL LI .zzc h2{ text-align:center;  font-size:14px; color:#fff; margin-top:8px;}
#caselist UL LI A:hover .imgc{-webkit-transform:scale(1.10);-moz-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);}
#caselist UL LI A:hover .zzc{ display:block;display: table;}

/*列表页面*/
#hyweb {
	width: 100%;
	float: left;
	overflow: hidden;
	margin-top:50px;
}
.sdbj {
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	position: relative;
}

.hs {
	background-color: #f0f7fd;
}

#bt {
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 1260px;
	text-align: center;
}

#bt h1 {
	font-size: 28px;
	font-weight: normal;
	display: block;
	position: relative;
	z-index: 1;
	text-align: center;
}

#bt h1 span {
	background-color: #fff;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	color: #2f318b;
}

#bt h1 span i {
	font-size: 14px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
}

#bt h1 .hsb {
	background-color: #f0f7fd;
}

#bt h1::after {
	background: #2f318b;
	width: 100%;
	left: 0px;
	bottom: 10px;
	height: 2px;
	position: absolute;
	z-index: -1;
	content: " ";
}

#bt p {
	text-align: center;
	margin-top: 5px;
}

#bt p img {
	width: 5%;
	max-width: 44px;
}
/*页面底部*/
.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 30%;
	z-index: 999;
	width: 42px;
}

.izl-rmenu .btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: relative;
	border: #1F438F solid 1px;
	margin-top: -1px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	background: #2f318b;
}

.izl-rmenu .btn:hover {
	color: #fff;
	border: #fff solid 1px;
}

.izl-rmenu .btn i {
	font-size: 18px;
	line-height: 40px;
}

.izl-rmenu .btn-qq {
}

.izl-rmenu .btn-qq:hover {
	background-color: #2f318b;
}

.izl-rmenu a.btn-qq, .izl-rmenu a.btn-qq:visited {
}

.izl-rmenu .btn-wx {
}

.izl-rmenu .btn-wx:hover {
	background-color: #2f318b;
}

.izl-rmenu .btn-wx .pic {
	position: absolute;
	left: -120px;
	top: -1px;
	display: none;
	width: 120px;
	height: 120px;
}

.izl-rmenu .btn-phone {
}

.izl-rmenu .btn-phone:hover {
	background-color: #2f318b;
}

.izl-rmenu .btn-phone .phone {
	background-color: #2f318b;
	position: absolute;
	width: 160px;
	left: -160px;
	top: -1px;
	line-height: 41px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.izl-rmenu .btn-qq .qq {
	background-color: #2f318b;
	position: absolute;
	width: 100px;
	left: -100px;
	top: -1px;
	line-height: 41px;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	display: none;
}

.izl-rmenu .btn-top {
	display: none;
}

.izl-rmenu .btn-top:hover {
	background-color: #2f318b;
	color: #fff;
}
#nbanner {
    width: 100%;
    float: left;
    overflow: hidden;
}
#nbanner img {
	width: 100%;
	height: 28.75rem;
    max-width: 1920px;
    display: block;
    margin-left: auto;
    margin-right: auto
}
#nyweb {
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 1260px;
	padding-bottom: 1%;
	padding-top: 1%;
}

#hyweb1 {
	width: 100%;
	float: left;
	overflow: hidden;
	background-image: url(/images/d7.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding: 2% 0;
}

#hyweb2 {
	width: 100%;
	float: left;
	overflow: hidden;
	background-image: url(/images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	background-size: cover;
}

#dbdh {
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
	max-width: 1260px;
	text-align: center;
	background-color: #2f318b;
	border-radius: 40px;
	margin-bottom: 3%
}

#dbdh a {
	color: #fff;
	display: inline-block;
	margin-left: 0.8%;
	margin-right: 0.8%;
	line-height: 40px;
	font-size: 16px;
}

#dbdh a:hover {
	color: #fff;
}

#lxway {
	width: 100%;
	float: left;
	background-image: url(/images/dx.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 2%;
}

#lxway ul {
	list-style-type: none;
}

#lxway ul li {
	width: 47%;
	padding: 1.5%;
	float: left;
}

#lxway ul li .lxwm {
	width: 100%;
	float: left;
}

#lxway ul li .lxwm h1 {
	font-size: 16px;
	line-height: 25px;
	color: #2f318b;
	margin-bottom: 2%;
}

#lxway ul li .lxwm h1 .yw {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #2f318b;
}

#lxway ul li .lxwm p .imga {
	max-width: 6%;
	margin-right: 10px;
}

#lxway ul li .qt {
	width: 100%;
	float: left;
}

#lxway ul li .qt .imgb {
	max-width: 60%;
	border: #2f318b solid 2px;
	padding: 4px;
	border-radius: 4px;
	background-color: #fff;
}

#lxway ul li  p {
	font-size: 16px;
	line-height: 2;
	color: #2f318b;
}

#lxway ul li p a {
	color: #2f318b;
}
#lxway ul li p a:link, a:visited {
	font-size: 16px;
}
#lxway ul li .qt p .imga {
	max-width: 10%;
	margin-right: 5px;
}

.st{ 
	width:728px; 
	height:320px;
	text-align:center; 
	margin: 0 auto;  
	margin-top: 70px;
}
.fh{ 
	width: 728px; 
	height: 89px; 
	text-align: center; 
	margin: 0 auto; 
	margin-top: 15px;
}
.fh a{ 
	font-size: 30px;
	font-weight: bold;
}