.xtop {
	width: 100%;

	background-color: rgb(20, 27, 48);
}

.xtop_w {
	height: 66px;
	justify-content: space-between;
	align-items: center;
}

.xlogo1 img {
	width: 100px;
	height: 50px;
}

.xnav1 {
	align-items: center;
}

.xnav1 li {
	margin: 0 30px;
}

.xnav1 li.active a {
	font-weight: bold;
	color: #fff;
}

.xnav1 li:hover a {
	color: #fff;
}

.xnav1 li a {
	font-size: 14px;
	text-decoration: none;
	color: #cccccc;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	transition: all 0.1s;
}


.xbanner1 {
	width: 100%;
	height: 800px;
	background-position: 50% 50%;
	background-size: cover;
}

.xbanner1_w {
	height: 800px;
	position: relative;
}

.xbanner1_ws {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

.xbanner1_w1 {
	font-size: 62px;
	font-weight: bold;
	line-height: 1.2;
	color: rgb(3, 23, 111);
}

.xbanner1_w2 {
	font-size: 62px;
	line-height: 1.2;
	color: rgb(3, 23, 111);
}

.xbanner1_w5.fadeInLeft.animated,
.xbanner1_w4.fadeInLeft.animated,
.xbanner1_w3.fadeInLeft.animated {
	animation-duration: 0.4s !important;
}

.xbanner1_w3 {
	letter-spacing: 3px;
	font-size: 14px;
	color: rgb(119, 119, 119);
	margin-top: 44px;
}

.xbanner1_w4 {
	font-size: 14px;
	color: rgb(119, 119, 119);
	margin-top: 10px;
}

.xbanner1_w5 {
	margin-top: 18px;
	font-size: 12px;
	color: #999999;
}


.xintr {
	box-sizing: border-box;
	background-color: #fafafa;
	height: 600px;
	padding-top: 80px;
}

.xintr1 {
	overflow: hidden;
	width: 574px;
	height: 423px;

	display: flex;
	align-items: center;
	justify-content: center;
}

.xintr1 img {
	width: auto;
	height: 423px;
}

.xintr2 {
	box-sizing: border-box;
	padding: 100px 30px 0;
	height: 422px;
	width: 558px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-right: 1px solid transparent;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-left: 1px solid transparent;
	border-radius: 0px;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background-size: auto;
	-moz-box-shadow: 0.000000px 2.000000px 10px rgba(0, 12, 49, 0.15);
	-webkit-box-shadow: 0px 2px 10px rgb(0 12 49 / 15%);
	-ms-box-shadow: 0.000000px 2.000000px 10px rgba(0, 12, 49, 0.15);
	-o-box-shadow: 0.000000px 2.000000px 10px rgba(0, 12, 49, 0.15);
	box-shadow: 0px 2px 10px rgb(0 12 49 / 15%);

	transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.xintr2:hover {
	cursor: pointer;
	transform: translateY(-3px);
	background-color: #FFF;
	background-image: none;
	background-position: 0 0;
	background-repeat: no-repeat;
	background: -moz-linear-gradient(top, none, none);
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background-size: auto;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	-webkit-box-shadow: 0px 0px 0 rgb(102 102 102 / 0%);
	-moz-box-shadow: 0.000000px 0.000000px 0 rgba(102, 102, 102, 0);
	-ms-box-shadow: 0.000000px 0.000000px 0 rgba(102, 102, 102, 0);
	box-shadow: 0px 0px 0 rgb(102 102 102 / 0%);
	transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;

}

.xintr2_1 {
	align-items: baseline;
}

.xintr2_1 div {
	line-height: 1.75;
	color: #03176f;
	font-size: 24px;
	font-weight: bold;
	margin-right: 16px;
}

.xintr2_1 p {
	color: #cccccc;
	line-height: 1.75;
	font-size: 12px
}

.xintr2_2 {
	margin-top: 30px;
	color: #888888;
	line-height: 2;
	font-size: 14px;
}

.xintr2_3 {
	width: 188px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	border-radius: 200px;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -moz-linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background-size: auto;
	-moz-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	-webkit-box-shadow: 0px 0px 0px rgb(0 12 49 / 0%);
	-ms-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	-o-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	box-shadow: 0px 0px 0px rgb(0 12 49 / 0%);
	cursor: pointer;
	outline: none;
	text-align: center;
	margin-top: 30px;
}

.xintr2_3:hover {
	background-color: #4e7dd3;
	color: #fff;
}
.xsell {
	width: 100%;
	height: 700px;
	background-color: #f6f7fc;
	box-sizing: border-box;
	padding-top: 80px;
}

.x_tit div {
	font-size: 36px;
	color: #03176f;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

.x_tit p {
	letter-spacing: 3px;
	color: #aaaaaa;
	line-height: 1.75;
	font-size: 12px;
	text-align: center;
	margin-top: 12px;
}

.xsellswiper {

	height: 423px;
	margin-top: 50px;
}

.xsell1_1 {
	position: relative;
	width: 634px;
	height: 423px;
	flex: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.xsell1_1 img {
	width: auto;
	height: 423px;
}

.xsell1_2 {
	flex: 1;
	background-color: #fff;
	box-sizing: border-box;
	padding: 100px 0 0 70px;
}


.hover-effect:hover .img-hover-bg {
	background-color: rgba(25, 30, 42, 0.7);
	background-image: none;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background: -webkit-linear-gradient(none, none);
	background: -moz-linear-gradient(none, none);
	background: -o-linear-gradient(none, none);
	background: linear-gradient(none, none);
	background-size: auto;
}

.image-title {
	width: 100%;
	padding-bottom: 15px;
	display: block;
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.5;
}

.xsell1_2t {
	color: rgb(68, 68, 68);
	font-size: 26px;
	line-height: 1;

}

.xsell1_2c {
	margin-top: 30px;
}

.xsell1_2c p {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 2;
}

.xsell1_2a {
	width: 188px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	border-radius: 200px;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -moz-linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background-size: auto;
	-moz-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	-webkit-box-shadow: 0px 0px 0px rgb(0 12 49 / 0%);
	-ms-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	-o-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	box-shadow: 0px 0px 0px rgb(0 12 49 / 0%);
	cursor: pointer;
	outline: none;
	text-align: center;
	margin-top: 40px;
}

.xsell1_2a:hover {
	background-color: #4e7dd3;
	color: #fff;
}

.xsellswiper .swiper-button-prev,
.xsellswiper .swiper-button-next {
	color: rgb(205, 207, 216);
}

.xsellswiper .swiper-slide:nth-child(2n) .xsell1 {
	flex-flow: row-reverse;
}


.xpro {
	width: 100%;
	height: 962px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding-top: 80px;
}

.xprot {
	margin-top: 60px;
	display: flex;
	justify-content: center;
}

.xprot li {
	cursor: pointer;
	margin: 0;
	padding: 0 39px;
	position: relative;
	z-index: 10;
	height: 100%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 34px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	font-family: Tahoma;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-left: 1px solid #EEE;
}

.xprot li:last-child {
	border-right: 1px solid #EEE;
}

.xprot li.on {
	color: #fff;
	border-right-color: transparent;
	background-color: #03176f;
}


.xprob {
	margin-top: 40px;
}

.xprob li {}

.xprob1 {
	position: relative;
	width: 370px;
	height: 574px;
	margin-right: 15px;
	flex: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}


.xprob1 img {
	width: auto;
	height: 574px;
}

.xprob2 {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.xprob2_1 {
	justify-content: space-between;
}

.xprob2_1c {
	width: 400px;
	height: 280px;
	flex: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.xprob2_1c img {
	width: auto;
	height: 280px;
}

.xprob2_2 {
	width: 815px;
	height: 280px;
	flex: none;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.xprob2_2 img {
	width: auto;
	height: 280px;
}


.xchose {
	width: 100%;
	height: 500px;
	background-color: rgb(246, 247, 252);
}

.xchose1 {
	width: 50%;
	background-color: transparent;
	height: 500px;
	background-repeat: repeat;
	background-position: 50% 50%;
	background: -moz-linear-gradient(top, none, none);
	background: -ms-linear-gradient(none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background-size: cover;
}

.xchose2 {
	width: 50%;
	box-sizing: border-box;
	padding: 164px 0 0 94px;
}

.xchose2_1 {
	font-size: 36px;
	color: #03176f;
	font-weight: bold;
	line-height: 1;
}

.xchose2_2 {
	letter-spacing: 3px;
	color: #aaaaaa;
	line-height: 1.75;
	font-size: 12px;
	margin-top: 12px;
}

.xchose2_3 {
	margin-top: 20px;
	width: 280px;
	font-size: 14px;
	line-height: 1.6;
	color: #888888;
}

.xchose2_4 {
	width: 188px;
	height: 48px;
	line-height: 48px;
	display: inline-block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	-ms-border-radius: 200px;
	-o-border-radius: 200px;
	border-radius: 200px;
	background-color: rgb(255, 255, 255);
	background-image: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background: -moz-linear-gradient(top, none, none);
	background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
	background: -o-linear-gradient(top, none, none);
	background: linear-gradient(top, none, none);
	background-size: auto;
	-moz-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	-webkit-box-shadow: 0px 0px 0px rgb(0 12 49 / 0%);
	-ms-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	-o-box-shadow: 0.000000px 0.000000px 0px rgba(0, 12, 49, 0);
	box-shadow: 0px 0px 0px rgb(0 12 49 / 0%);
	cursor: pointer;
	outline: none;
	text-align: center;
	margin-top: 80px;
}

.xchose2_4:hover {
	background-color: #4e7dd3;
	color: #fff;
}

.w-button-icon {
	display: inline-block;
	margin-right: 3px;
	font-size: 50px;
	color: #000c31;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
}

.xservice {
	background-color: #fafafa;
	padding-top: 90px;
	padding-bottom: 100px;
}

.xservice1 {
	justify-content: space-between;
	margin-top: 70px;
}

.xservice1_1 {
	width: 280px;
	height: 210px;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	background-color: #fff;
}
.xservice1_1:hover{
    cursor: pointer;
    transform: translateY(-3px);
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background: -moz-linear-gradient(top, none, none);
    background: -o-linear-gradient(top, none, none);
    background: linear-gradient(top, none, none);
    background: -webkit-gradient(linear, left top, left bottom, from(none), to(none));
    background-size: auto;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;
    border-right: 0px solid #eee;
    border-left: 0px solid #eee;
    -webkit-box-shadow: 0px 2px 10px rgb(3 23 111 / 15%);
    -moz-box-shadow: 0.000000px 2.000000px 10px rgba(3, 23, 111, 0.15);
    -ms-box-shadow: 0.000000px 2.000000px 10px rgba(3, 23, 111, 0.15);
    box-shadow: 0px 2px 10px rgb(3 23 111 / 15%);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}
.xservice1_1 a {
	/* display: flex; */
	/* justify-content: center; */
}

.xservice1_1a {
	width: 100px;
	height: 100px;
	background-color: #f6f7fc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}

.xservice1_1b {
	font-size: 18px;
	line-height: 1.75;
	font-weight: bold;
	color: #000c31;
	text-align: center;
	margin-top: 10px;
}

.xservice1_1c {font-size: 12px;
	margin-top: 10px;    text-align: center;color: #999999;
}

.xfooter{
	width: 100%;
	background-color: rgb(20, 27, 48);
	height: 283px;
	box-sizing: border-box;
	padding-top: 55px;
}
.xfooter_w{
	justify-content: space-between;
}
.xfooter1_1{
	margin-top: 12px;
	    color: #cccccc;font-size: 14px;line-height: 1.75;
}
.xfooter1_2{
	    color: #999999;
	    font-size: 14px;line-height: 1.75;margin-top: 14px;
}
.xfooter1_3{
	color: #999999;
	font-size: 14px;line-height: 1.75;margin-top: 20px;
}
.xfooter2 img{
	width: 110px;height: 110px;
}
.xfooter2 p{
	    line-height: 1.75;
    color: #bbbbbb;    font-size: 14px;
	text-align: center;
	margin-top: 10px;
}