@charset "utf-8";

body {
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
	color: #505050;
}

a:hover,
a:focus {
	text-decoration: none;
}

a {
	color: #505050;
}

ul,
ol {
	list-style: none;
	padding: 0;
}

img {
	max-width: 100%;
}

.text_center {
	text-align: center;
}

.left {
	float: left;
}

.right {
	float: right;
}

.bg_style {
	background-position: center;
	background-repeat: no-repeat;
}

.logo_color {
	color: rgb(218, 37, 29);
}

.container {
	width: 1300px;
}

.txt_overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.n_banner {
	height: 450px;
	position: relative;
	background-position: top;
}

.hidden-md{
	display: none !important;
}
/*首页*/
.navbar-default {

	z-index: 99;
	border-radius: 0;
	position: fixed;
	z-index: 9;
	width: 100%;
	background: none;
	border: 0;
}

.navbar-default.beyond {
	background: #fff;
}

.navbar-default .navbar-nav>li>a {
	padding: 36px 30px;
	font-size: 15px;
	color: #1d1d1d;
}

.navbar-brand>img {

	margin-right: 15px;
	width: 115px;
	float: left;
}

.container>.navbar-header {
	width: 270px;
	padding: 10px 0;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	background: none;
	color: #076eef;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	padding: 0;
	width: 100%;
}

.Language {
	float: right;
	position: absolute;
	right: 23px;
	top: 30%;
}

.Language a.active{
	color: #076EEF;
}
.Language a {
	float: left;
}

.Language span {

	width: 1px;
	height: 31px;
	display: block;
	margin: 0 8px;
	float: left;
	background-color: #505050;
	transform: skew(-37deg, -30deg);
}

.Language a:last-child {

	margin-top: 15px;
}

.logo_txt {
	margin-top: 17px;
	font-size: 13px;
	color: #1d1d1d;
}

.tit {
	display: inline-block;
	margin: 20px 0;
}

.tit h2 {
	margin: 0;
	font-weight: bold;
}

.tit p {
	text-align: right;
}

.tit h2,
.tit p {
	padding-left: 60px;
}

.tit::before {
	content: '';
	width: 1px;
	height: 60px;
	display: block;
	float: left;
	background-color: #505050;
	transform: skew(-30deg, -30deg);
}

.i_about_box {
	margin: 45px 0;
}

.i_about_right {
	padding: 70px 0 0 60px;
}

.i_about_txt {
	font-size: 16px;
	line-height: 32px;
	margin: 25px 0;
}

.i_server_div {
	margin: 35px 0;
}

.i_server_li {
	/* float: left; */
	position: relative;
	margin-bottom: 20px;
}

/*
.i_server_li .i_server_txt {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 3;
	overflow: hidden;
} */

.i_server_img {
	height: 240px;
	position: relative;
	overflow: hidden;
}

.i_server_img img {

	transition: all .3s;
}

.i_server_li:hover .i_server_img img {
	transform: scale(1.15);
}

.i_server_img span {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	background: #0571f2;
	padding: 7px 23px;
	border-radius: 22px;
	z-index: 2;
}

.i_server_img::before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	opacity: 0;
	z-index: 1;
}

.i_server_li:hover .i_server_img::before,
.i_server_li:hover .i_server_img span {
	opacity: 1;
}

/* .i_server_li .i_server_txt div {
	padding: 10px;
	position: absolute;
	bottom: -25px;
	color: #fff;
	height: 200px;
	transition: .3s;

} */
.i_server_txt {
	text-align: center;
}

.i_server_txt h3 {

	margin: 0;
	position: relative;
	padding: 10px;
}

.i_server_li .i_server_txt div p:last-child {
	opacity: .6;
	padding-bottom: 10px;
	margin: 0;
}

.i_server_li:hover .i_server_txt div {
	bottom: 0;
	background: rgb(4 111 240);
	color: #fff;

}

.i_server_li:hover .i_server_txt div p:last-child {
	opacity: 1;
	margin: 0;
}

.i_server_box .tit {

	margin: 60px 0;
}

.i_news_div {
	margin-top: 35px;
}

.i_news_img {
	/* height: 307px; */
	overflow: hidden;
	display: none;
}

.i_news_left:nth-child(1) .i_news_img,
.i_news_left:nth-child(2) .i_news_img,
.i_news_left:nth-child(3) .i_news_img {
	display: block;
}

.i_news_left .news_a {
	padding: 10px;
	transition: .3s;
}

.i_news_left:hover .news_a {
	background: #0570f3;
	color: #fff;
}

.news_a {
	display: block;
	margin-bottom: 30px;
	background: #fafafa;
	padding: 10px 30px 10px;
}

.news_l_txt {
	margin-top: 11px;
	width: 15%;
	text-align: center;
}

.news_l_txt p:first-child {
	font-size: 30px;
	margin: 0;
}

.news_l_txt p:nth-child(2) {

	font-size: 12px;
}

.news_r_txt {
	width: 81%;
	margin-left: 3%;
}

.news_r_txt h3 {
	font-size: 18px;
	margin-top: 22px;
	margin-bottom: 3px;
}

.news_r_txt p {
	color: #aeaeae;
	line-height: 27px;
	height: 28px;
	overflow: hidden;
}

.i_about_box,
.i_joint_box {
	background-size: cover;
	padding: 40px 0;
	background-attachment: fixed;
	background-image: url(../images/joint_bg.jpg);
}

.i_joint_ul li {
	float: left;
}

.dropdown_ul {
	opacity: 0;
	width: 150px;
	border-top: 3px solid #0362b0;
	position: absolute;
	top: 70px;
	text-align: center;
	background: #fff;
	left: -20px;
	padding: 5px;
}

.dropdown_ul.active {
	opacity: 1;
}

.dropdown-menu a,
.dropdown_ul li a {
	padding: 10px;
	display: block;
}

.dropdown-menu>li>a {
	padding: 10px 20px;
	text-align: center;
}

.navbar-default:hover,
.navbar-default.beyond {
	background: rgba(255, 255, 255, 1);
}

.navbar-nav>li>.dropdown-menu {
	left: -30px;
	border: 0;
	-webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 4%);
	box-shadow: 0 6px 12px rgb(0 0 0 / 4%);
	border-top: 2px solid #0362b0;
	border-radius: 0;
	top: 93px;
}

footer {
	background: #1d1d1d;
	color: #fff;
}

.footer_nav li {
	float: left;
	width: 35px;
	height: 35px;
	line-height: 29px;
	text-align: center;
	border-radius: 100%;
	margin-right: 25px;
	position: relative;
}

.navbar-brand {
	width: 100%;
	display: block;
	height: auto;
}

.footer_nav li:hover .hover_alert {
	display: block;
}

.hover_alert {
	position: absolute;
	background: #fff;
	-moz-transform: translate(-40%, 0);
	-ms-transform: translate(-40%, 0);
	-webkit-transform: translate(-40%, 0);
	transform: translate(-40%, 0);
	padding: 5px;
	color: #505050;
	text-align: center;
	border-radius: 5px;
	display: none;
	box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.hover_alert::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 15px solid #fff;
	border-right: 15px solid rgba(0, 0, 0, 0);
	border-bottom: 15px solid rgba(0, 0, 0, 0);
	border-left: 15px solid rgba(0, 0, 0, 0);
	left: 50%;
	-moz-transform: translate(-35%, 0);
	-ms-transform: translate(-35%, 0);
	-webkit-transform: translate(-35%, 0);
	transform: translate(-35%, 0);
}

.hover_alert.er {
	width: 120px;
	top: -138px;
}

.hover_alert.phone {
	width: 200px;
	top: -57px;
	-moz-transform: translate(-45%, 0);
	-ms-transform: translate(-45%, 0);
	-webkit-transform: translate(-45%, 0);
	transform: translate(-45%, 0);
}

.hover_alert.email {
	width: 259px;
	top: -79px;
	-moz-transform: translate(-54%, 0);
	-ms-transform: translate(-54%, 0);
	-webkit-transform: translate(-54%, 0);
	transform: translate(-54%, 0);
}

.hover_alert.email::after {
	left: 60%;
}

footer a {
	color: #fafafa;
}

.footer_nav li button {

	background: none;
	border: 0;
	padding: 0 5px;
}

.footer_nav li button.btn-default:hover {
	color: #333;
	background: none;
	border: 0;
}

.footer_nav {
	margin: 30px 0 0 0;
}

.footer_nav li a {
	display: block;
}

.footer_nav li a img {

	width: 70%
}

.footer_logo {
	margin-bottom: 20px;
}

.footer_logo .logo_txt {
	color: #fff;

}

.ft_l_phone p:nth-child(3),
.ft_l_phone p:nth-child(1) {

	margin-bottom: 0;
	font-size: 17px;
}

.ft_l_phone p:nth-child(4),
.ft_l_phone p:nth-child(2) {
	font-size: 20px;
}

.footer_nav_r {
	margin-top: 40px;
	text-align: center;
}

.footer_nav_r ul {
	float: left;
	width: 25%;
}

.footer_nav_r ul li:first-child {
	font-size: 16px;
}

.footer_nav_r ul li {
	margin-bottom: 10px;
}

.copyright {
	text-align: center;
	padding: 10px;
	font-size: 12px;
	color: #fafafa;
	border-top: 1px solid #505050;
}

/*内页*/
.n_nav_type {
	/* position: absolute; */
	width: 100%;
	text-align: center;
	bottom: -50px;
    /* margin-top: 20px; */box-shadow: 0 0 8px rgb(0 0 0 / 6%);
}

.n_nav_type div.container {
	background: #fff;
	border-radius: 10px;
	/* box-shadow: 1px 2px 8px rgb(0 0 0 / 6%); */
}

.n_nav_type ul {
	display: inline-block;
	margin: 0;
}

.n_nav_type li {
	float: left;
	width: 210px;
}

.n_nav_type li::before {
	content: '';
	width: 1px;
	height: 63px;
	background: #f7f7f7;
	display: block;
	float: right;
	margin-top: 19px;
}

.n_nav_type li:last-child::before{
	display: none;
}

.n_nav_type li a {
	display: block;
	height: 100px;
	font-size: 20px;
	padding-top: 24px;
}

.n_nav_type li.active a p:nth-child(1) {
	color: #076eef;
}

.n_nav_type li a p:nth-child(1) {
	margin-bottom: 0;
}

.n_nav_type li a p:nth-child(2) {
	font-size: 12px;
	color: #999;
}

.n_cont_box {
	margin: 35px 0;
}

.n_cont_box p {
	font-size: 16px;
	line-height: 28px;
}

.n_cont_box p.fl_tt {
	margin: 40px 0 15px;
}

.n_tit {
	margin: 20px 0 60px;
}

/*关于*/
.about_number {
	margin: 25px 0 0;
	/* background: #056dec; */
	padding: 40px 0;
	color: #056dec;
}

.about_number li {
	float: left;
	width: 25%;
	text-align: center;
}

.about_number li span {
	float: left;
	display: block;
}

.about_number li div {

	display: inline-block;
}

.about_number ul p,

.about_number ul {
	margin: 0;
}

.about_number li span.icon_ {
	width: 65px;
	height: 65px;
	background-size: contain;
	background-repeat: no-repeat;
}

.about_number li:nth-child(1) span:nth-child(1) {
	background-image: url(../images/about1.png);
}

.about_number li:nth-child(2) span:nth-child(1) {
	background-image: url(../images/about2.png);
}

.about_number li:nth-child(3) span:nth-child(1) {
	background-image: url(../images/about3.png);
}

.about_number li:nth-child(4) span:nth-child(1) {
	background-image: url(../images/about4.png);
}

.about_number li span:nth-child(2) {
	font-size: 38px;
	margin: 5px 10px;
}

.about_number li span:nth-child(3) {
	font-size: 17px;
	margin-top: 18px;
}

.n_cont_box .about_txt_1 {
	margin-top: 30px;
	line-height: 41px;
	font-size: 17px;
}

.about_img {
	/* margin:90px 0 60px; */
}

.about_img.swiper-container {
	width: 100%;
	height: 800px;
	padding: 50px;
}

.about_img .swiper-slide {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.about_box {
	margin-bottom: 50px;
}

/* .about_img .swiper-button-prev,
.about_img .swiper-container-rtl .swiper-button-next {
	left: -70px;
}

.about_img .swiper-button-next,
.about_img .swiper-container-rtl .swiper-button-prev {

	right: -70px;
}

.about_img .swiper-container-horizontal>.swiper-pagination-bullets,
.about_img .swiper-pagination-custom,
.about_img .swiper-pagination-fraction {
	bottom: -45px;
} */
.honor_box {
	height: 720px;
	/* background: #efefef; */
	overflow: hidden;
	background-size: contain;
	background-image: url(../images/joint_bg.jpg);
	margin-top: 75px;
	background-attachment: fixed;
	background-position: center 0;
	padding-top: 35px;
}

.about_honor.swiper-container {
	width: 90%;
	height: 64%;
	overflow: initial;
}

.about_honor .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	padding: 0 20px;
}

.about_honor .swiper-slide p:first-child {
	height: 86%;
	line-height: 86%;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.about_honor .swiper-slide img {
	width: 78%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about_honor .swiper-wrapper {

	height: 100%;
}

.about_honor.swiper-container-horizontal>.swiper-pagination-bullets,
.about_honor .swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: -60px;
}

/*招聘*/

.rcgl_div .left {
	/* width: 50%; */
}

.ygfl_img {
	/* height: 738px; */
}

.rcgl_txt {
	padding: 80px 60px 0;
	line-height: 36px;
	font-size: 17px;
}

.rcgl_txt.ygfl {
	padding: 0;
	line-height: 22px;
}

.rcgl_txt.ygfl ul {
	border-top: 1px solid #007AFF;
	border-left: 1px solid #007AFF;
	margin: 0;
}

.rcgl_txt.ygfl li {
	float: left;
	padding: 10px;
	border-right: 1px solid #007AFF;
	border-bottom: 1px solid #007AFF;

	width: 16.66%;
	text-align: center;
}

.rcgl_txt.ygfl li span {
	display: block;
	width: 50px;
	height: 50px;
	margin: 15px auto;
}

.rcgl_txt.ygfl li p {
	font-size: 14px;
}

.ygfl_img b,
.rcgl_txt b {

	margin-bottom: 15px;
	display: block;
	font-size: 20px;
	color: #066eee;
}

.rcgl_date li {
	float: left;
	width: 50%;
	background-color: #f5f5f5;
	padding: 3px 15px;
	border-left: 2px solid #0261af;
}

.nav_title {
	text-align: center;
	padding: 50px 0;
	font-size: 16px;
}

.nav_title a {
	margin: 0 20px;
	display: inline-block;
	border: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden
}

.nav_title .a {
	color: #fff;
	background: #e84227;
	border: 1px solid #e84227;
}

.content_left {
	/* margin: 50px auto */
}

.content_left .title {
	height: 45px;
	background: #e84227;
	color: #fff;
	line-height: 45px;
	font-size: 16px
}

.left_nav li .t ol>li,
.content_left .title ol li,
.left_nav li .t ol>li {
	float: left;
	width: 20%;
	text-align: center;
}

.content_left .title ol li:first-child,
.left_nav li .t ol>li:first-child {
	text-align: left;
	padding-left: 10px;
}

.content_left .title span {
	background: url(../images/ioc.png) no-repeat 0 center;
	padding-left: 22px;
}

.left_nav {
	/* border: 1px solid #e6e6e6; */
	border-top: 0;
	overflow: hidden;
}

.left_nav ul {
	margin-top: -1px;
	margin-bottom: 0;
}

.left_nav ul>li {
	padding: 10px 0;
	border-top: 1px dashed #e7e7e7
}

.left_nav ul>li.active .t {
	background: #efefef;

}

.left_nav li .t {
	position: relative
}

.left_nav li .t .left {
	width: 30.33%;

}

.left_nav li .t .left:nth-child(1) {
	width: 57.33%;
	padding: 20px;
}

.left_nav li .t .left:nth-child(2) {

	padding-top: 10px;
}

.left_nav li .t .left:nth-child(3) {
	width: 12%;
	margin: 27px 0;
}

.left_nav li .t .left:nth-child(1) p:nth-child(1) {
	font-size: 22px;
	font-weight: 100;
}

.left_nav li .t .left:nth-child(1) p:nth-child(2) {
	font-size: 16px;
	margin-bottom: 0;
	color: #0362ae;
}

.left_nav li .t i {
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	height: 50px;
	background: url(../images/ioc_l.png) no-repeat 0 center;
	cursor: pointer
}

/* .left_nav li .t a,
.left_nav li .t.hover:hover a {
	color: #000
} */

.left_nav li .t a {
	padding: 6px 34px;
}

.left_nav li .t:hover i {
	background: url(../images/ioc_la.png) no-repeat 0 center;
}


.left_nav li .t.hover i {
	background: url(../images/ioc_b.png) no-repeat 0 center;
}

.left_nav li .txt {
	padding: 0 0 20px 18px;
	display: none
}

.left_nav li .txt p {
	line-height: 30px;
	overflow: hidden
}

.left_nav .more {
	background: #e84227;
	display: block;
	width: 120px;
	margin: 0 auto;
	text-align: center;
	line-height: 30px;
	color: #fff;
	cursor: pointer;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	overflow: hidden
}

.left_nav .more:hover {
	background: #e84227
}


.explain_txt {
	width: 860px;
	margin: 0 auto;
	line-height: 40px;
	padding: 0 0 200px 0;
	font-size: 16px
}

.btn_line {
	background: #fff;
	border: 1px solid #c7c7c7;
	color: #505050;
}

.btn_bg,
.btn_line {
	border-radius: 0;
	transition: .3s;
	padding: 5px 20px;
	border-radius: 36px;
}

.btn_line:hover {
	background: #046ff1;
	color: #fff;
}

.btn_bg {
	background: #046ff1;
	color: #fff;
}

/*联系*/
.n_cont_box .about_txt_1.con_l_div {
	float: right;
	width: 67%;
	margin-top: 115px;
}

#l-map {
	height: 500px;
	width: 100%;
}

.n_cont_box .about_txt_1.con_l_div h3.con_tit {
	color: #000000;
}
.n_cont_box .about_txt_1.con_l_div h3.con_tit:nth-child(2){
	margin-bottom: 20px;
}
.n_cont_box .about_txt_1.con_l_div p {
	font-size: 18px;
	line-height: 38px;
}.n_cont_box .about_txt_1.con_l_div  a{
	margin-top: 25px;
}

/**/
.n_cont_box #TalentJ p b {
	padding: 4px 20px;
	border-left: 3px solid #007AFF;
}

.n_cont_box #TalentJ p {
	font-size: 20px;
	margin-bottom: 25px;
}

p.ser_tit {
	color: #007AFF;
	font-size: 20px;
	/* margin: 24px 0 6px; */

}
.server5{
	color: #007aff;
	border-right: 1px solid #007AFF;
	border-top: 1px solid #007AFF;
}
.server5 p::before{
	content: '';
    width: 50px;
    height: 50px;
    display: block;
    margin: 10px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	transition: .3s;
}
.server5 p {
	float: left;
	width: 14.28%;
	border-left: 1px solid #007AFF;
	border-bottom: 1px solid #007AFF;
	margin: 0;
	text-align: center;
	padding: 20px 0;
}
.server5 p:hover{
	
	transition: .3s;
		background-color: #007AFF;
		color: #fff;
}
.server5 p:hover::before{
	 filter: grayscale(100%) brightness(1200%);
}

.server5 p:nth-child(1)::before{
	background-image: url(../images/icon_ser1.png);
}
.server5 p:nth-child(2)::before{
	background-image: url(../images/icon_ser2.png);
}
.server5 p:nth-child(3)::before{
	background-image: url(../images/icon_ser3.png);
}
.server5 p:nth-child(4)::before{
	background-image: url(../images/icon_ser4.png);
}
.server5 p:nth-child(5)::before{
	background-image: url(../images/icon_ser5.png);
}
.server5 p:nth-child(6)::before{
	background-image: url(../images/icon_ser6.png);
}
.server5 p:nth-child(7)::before{
	background-image: url(../images/icon_ser7.png);
}
.server5 p:nth-child(8)::before{
	background-image: url(../images/icon_ser8.png);
}
.server5 p:nth-child(9)::before{
	background-image: url(../images/icon_ser9.png);
}
.server5 p:nth-child(10)::before{
	background-image: url(../images/icon_ser10.png);
}
.server5 p:nth-child(11)::before{
	background-image: url(../images/icon_ser11.png);
}
.server5 p:nth-child(12)::before{
	background-image: url(../images/icon_ser12.png);
}

.server5 p:nth-child(13)::before{
	background-image: url(../images/icon_ser13.png);
}
.server5 p:nth-child(14)::before{
	background-image: url(../images/icon_ser14.png);
}
.xs_footer{
	display: none;
}