@CHARSET "UTF-8";
body{margin:0;padding:0;}
body{background-color: #fff;  color: #333;  font-family: "Microsoft YaHei",Helvetia,"lucida Grande",Verdana,Arial; font-size: 16px;line-height: 1.42857;}
li{    list-style: none;}
a:hover {
    text-decoration: none;
}
h1{
	
	margin-bottom: 20px;	
}
.tlc{text-align: center;}
.ml23{margin-left:23px;}
.ml30{margin-left:30px;}
.fl{float:left;}
.fr{float:right;}
.mt30{margin-top:30px;}
.header-main {
    background-attachment: fixed;
    background-color: #0A1455;
    background-image: url(../image/ad/bj.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -6px 0 0 0 rgb(0, 0, 0);
    height: 70%;
    min-height: 690px;
    padding-bottom: 102px;
    position: relative;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 2s ease 0s;
}
.header-section {
    padding-left: 0;
    padding-right: 0;
}
.header-back{
	background-color: #242A5F;
    
    height: 100%;
    min-height: 700px;
    position: absolute;
    width: 100%;
}
.navbar {
    border: none;
	margin-bottom:0px;
}
.navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default {
    border-color: inherit;
}
.navbar-header {
    position: relative;
    z-index: 2;
}
.navbar-brands {
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0;
    z-index: 5;
    padding: 20px 30px 0px 30px;
    background: #0A1455;
}
.navbar-logo {
    background-image: url(../image/icon/logo1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > .nav-active > a, .navbar-default .navbar-nav > .nav-active > a:focus, .navbar-default .navbar-nav > .nav-active > a:hover {
    border-bottom:1px solid #FFA700;
    background-color:unset;
	color:#fff;
}
.nav-ul>li>a{
	position: relative;
    display: block;
	margin: 0px 15px;	
}
.carousel-caption{
	top: 34%;
    bottom: 34%;
    text-align: center;
    right: 16%;
    left: 16%;
}
.carousel-caption h3{font-size:4rem;}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
}
.caption_u{font-size: 24px;    margin-top: 2rem;}
.caption_u ul{display: inline-block;padding: 0;}
.caption_u ul li{float:left;margin-right: 2.5rem;}
.caption_u ul li span{margin-bottom:1rem;display: block;}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #FFA700;
    background-color: transparent;
}
.carousel-indicators li{
	width: 60px;
    height: 2px;
	border-radius: 0px;
}
.carousel-indicators .active {
	width: 60px;
    height: 2px;
	margin: 1px;
	border: 1px solid #ffa700;
}
@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    font-size: 30px;
}
}
.right_img{padding-top: 15px;padding-bottom: 15px;}
.rt_img{width: 28px;cursor: pointer;}
.right_div{
	text-align: left;
    color: #0A1455;
    font-size: 14px;
    width: 170px;
	margin-top: 14px;
    background: #fff;
	border-radius: 5px;
	position: absolute;
    right: 7px;
	display:none;
}
.rt_img:hover+.right_div{
	display:block;
}
.right_div:before{
	content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 43px;
    top: -7px;
    background: #fff;
    transform: rotate(-45deg);
}
.right_div_con{
	padding: 15px 10px;
    border-bottom: 1px solid #ccc;
	display: inline-block;
    width: 100%;
}
.right_div_con_b{padding: 15px 10px;}
.img_left{
	float:left;
	width:20%;
}
.img_left img{width:24px;}
.con_left{
    margin-left: 5px;
	float:left;
	width:75%;	
}
.right_code_div{
	width: 100%;
    display: inline-block;
    text-align: center;
}
.right_code_div img{width:100px;}
.sevice{
	background-color:#0A1455;
	width:100%;
	padding: 20px 0px;
	
}
.sevice_div{width:80%;margin:0 auto;}
.sevice_div .sevice_title{
	color:#fff;
	text-align: center;
	padding: 40px 0px;
}
.sevice_div .sevice_title h1{
	font-size:26px;
}
.sevice_div .sevice_title span{
	color:#858AAA;
}
.sevice_content{
	color:#fff;
	height:390px;
	display: table;
	width:100%;
}
.cont_ul{width:100%; margin: 0;padding: 0;    display: table-cell; vertical-align: middle;}
.cont_ul li{
	width: 22.5%;
	height: 260px;
	list-style:none;
	float:left;
	margin-right: 1.1rem;
    margin-bottom: 1rem;
	
}
.content{
	background-color:#16205E;
	border:1px solid #16205E;
	padding: 1rem;	
	height: 260px;
	transition: transform 0.5s linear;
	transform-origin: center;
}
.cont{
	top: -180px;
  	position: relative;
  	pointer-events: none;
}

.cont_ul .content:hover{
	cursor:pointer;transform:scaleY(1.75);
	
}
.cont_ul .content:hover+.cont{
	top: -330px;
}
.cont_ul .content:hover+.cont .div_font .cont_jj{
	display:block;
}
.cont_jj{
	display:none;
	padding:15px;
	font-size:16px;
	color:#858AAA;
}

.content_img{width: 100%; text-align: center;}
.content_img img{    width: 30%;}
.div_font{text-align: center;font-size:18px;padding-top: 12px;}

/****case*****/
.case{
	background-color:#040C40;
	width:100%;
	padding: 20px 0px 60px 0px;
}
.case_div{width:80%;margin:0 auto;}
.case_div .case_title{
	color:#fff;
	text-align: center;
	padding: 40px 0px;
}
.case_div .case_title h1{
	font-size:26px;
}
.case_div .case_title span{
	color:#858AAA;
}
.case_content{
	color:#fff;
	min-height:350px;
}
.case_cont_ul{width:100%;    overflow: hidden;margin: 0;padding-bottom: 40px;padding-left:0;}
.case_cont_ul li{
	list-style:none;
	float:left;
	margin-bottom: 1rem;
    margin-right: 1.1rem;
	width:30%;
}

.case_img{width: 100%;}
.case_img img{    width: 100%;}
.case_s_title{   
	padding: 0rem .56rem;
    background: #232C66;
    font-size: 14px;
	width: 100%;
	height: 36px;
    line-height: 36px;
}
.about{
	background-color:#0A1455;
	width:100%;
	padding: 20px 0px 60px 0px;
}
.about_content{
	color:#fff;
	width: 100%;
}
.about_t{display: inline-block;    width: 100%;}
.about_img{width:50%;float:left;}
.about_img img{width:100%;height:340px;}
.about_con{
	background-color:#212B65;
	width:50%;
	float:left;
	height:340px;
	padding:5% 6%;
	text-align:center;
}
.about_con h1{font-size:24px;}
.about_jj{display: block; padding-top: 15px;color:#8085A6;}
.more{padding-top: 35px;}
.more a{    
	border: 1px solid #FEA729;
    background: #FEA729;
    padding: 6px;
    width: 125px;
    display: inline-block;
    border-radius: 30px;
    color: #212B65;
}
.more a img{width: 30px;margin-left: 10px;}

.customer{
	background-color:#040C40;
	width:100%;
	padding: 20px 0px 60px 0px;
}
.customer_content{width:100%;}
.customer_content ul{margin:0;padding:0;display: inline-block;width:100%;}
.customer_content ul li{list-style:none;background:#131D5A;width:16.1%;height:80px;float:left;margin-right: 5px;margin-bottom: 10px;}
.customer_content ul li img{width:100%;height:100%;}

.footer{width:100%;color:#fff;}
.link{background:#16205E; text-align:center;height:70px;line-height: 70px;}
.link ul{margin:0;padding:0;display: inline-block;}
.link ul li{list-style:none;float:left;margin-left:20px;}
.link ul li a{color:#fff;}
.contact{background:#040C40;text-align:center;}
.contact_con{padding:40px 0px;}
.contact_con h1{font-size:24px;}
.contact_con div{margin-top:15px;}
.contact_con div .d_code_img{width:100px;height:100px;}
.sp{display:block;margin-top:10px;}
.keep{background:#040C40;border-top: 1px solid #1D2453;width:100%;height:50px;line-height: 50px;text-align:center;color:#777B97;}
.keep a{color:#777B97;}

.go-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 48px;
    z-index: 99;
    border: 1px solid #3C61F6;
    _position: absolute;
    _bottom: 400px;
}
.dn{display: none;}
.go-top .go {
    display: block;
    width: 46px;
    height: 46px;
    
}
.go-top .go img{
	width:100%;
	height:100%;
}

/************seek**************/
.header-seek {
    background-attachment: fixed;
    background-color: #0A1455;
    background-image: url(../image/ad/seek_bj.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -6px 0 0 0 rgb(0, 0, 0);
    height: 50%;
    min-height: 400px;
    position: relative;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 2s ease 0s;
}
.seek{
	width:78%;
	margin:0 auto;
	overflow: auto;
}
.seek_content{
	color:#fff;
	padding:4% 0;
	float:left;
}
.seek_h1{font-size:36px;}
.seek_con{padding:10px 0;}
.seek_x{width:50px;border:1px solid #FEA729;margin:10px 0;}
.seek_wx_div{margin-top:30px;}
.seek_wx_img{width:186px;}
.seek_sp{display: block;margin-top: 10px;text-align: center;}
.seek_txye{float:right;padding:4% 0;}
.seek_txye img{width:100%;}
/************personnel**************/
.header-personnel {
    background-attachment: fixed;
    background-color: #0A1455;
    background-image: url(../image/ad/rcfw_bj.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -6px 0 0 0 rgb(0, 0, 0);
    height: 50%;
    min-height: 400px;
    position: relative;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 2s ease 0s;
}
.personnel{
	width:80%;
	margin:0 auto;
	text-align:center;
	height: 440px;
	display: table;
}
.personnel_con{
	color:#fff;
	display:table-cell; 
	vertical-align:middle;
}
.personnel_title{font-size:36px;}
.personnel_sm{margin-top:10px;}
.it{
	background-color:#0A1455;
	width:100%;
	padding: 20px 0px 60px 0px;
	    border-bottom: 1px solid #3E4A93;
}
.it_div{width:80%;margin:0 auto;}
.it_div .it_title{
	color:#fff;
	text-align: center;
	padding: 40px 0px;
}
.it_div .it_title h1{
	font-size:26px;
}
.it_div .it_title span{
	color:#858AAA;
}
.it_content{
	color:#fff;
	min-height:350px;
}
.it_cont_ul{overflow: hidden;margin-right: -20px;padding-bottom: 40px;padding-left:0;width: 100%;}
.it_cont_ul li{
    list-style: none;
    float: left;
    background: #16205E;
    text-align: center;
	display: table;	
	margin-bottom: 1rem;
    margin-right: 1rem;
	width: 17.8%;
}
.it_con{
	width: 100%;
    height: 180px;
	display:table-cell; 
	vertical-align:middle;
}
.it_img{width: 100%;}
.it_img img{width: 75px;height: 75px;}
.it_s_title{margin-top: 10px;}

.flow{background-color:#0A1455;
	width:100%;
	padding: 20px 0px 60px 0px;
	border-bottom: 1px solid #3E4A93;
}
.flow_div{width:80%;margin:0 auto;}
.flow_div .flow_title{
	color:#fff;
	text-align: center;
	padding: 40px 0px;
}
.flow_div .flow_title h1{
	font-size:26px;
}
.flow_div .flow_title span{
	color:#858AAA;
}
.flow_content{
	color:#fff;
	min-height:700px;
}
.flow_li_one{
	width:80px;
	flex: 0.1;
	background:#242F74;
	height: 4px;
    margin-top: 4px;
}
.flow_li_div{
    height: 290px;
    background: #232C66;
    text-align: center;
	position: relative;
}
.flow_li_div img{
	width: 65px;
}
.flow_p{
	font-size: 18px;
    margin-top: 10px;
}


.time-line{margin:20px auto;position: relative;}
.time-line .left-btn,.time-line .right-btn{width: 30px;height: 30px;background: url(img/arrow.png) no-repeat;position: absolute;margin-top:-15px;cursor: pointer;}
.time-line .left-btn{left:0;top:50%;}
.time-line .right-btn{right:0;top:50%;transform: rotate(180deg);}
.time-line .right-btn:hover{background: url(img/arrow-hover.png) no-repeat;transform: rotate(180deg);}
.time-line .left-btn:hover{background: url(img/arrow-hover.png) no-repeat;}
.time-line .time-box{margin: 0 auto;overflow: hidden;}
.time-line .time-box ul{width: 100%;  margin: 0;  padding: 0;overflow: hidden;position: relative; height: 679px;}
.time-line .time-box ul:after{content: "";background: #242F74;height: 1px;width: 100%;position: absolute;left:0;top:50%;}
.time-line .time-box li{width: 16%;float: left;padding: .38rem;box-sizing: border-box;border: 1px solid #232C66;position: relative; cursor: pointer;background: #232C66; }
.time-line .time-box li:nth-child(2n){       margin-top: 379px;}
.time-line .time-box li:before{content: "";position: absolute;width: 16px;height: 16px;background: #232C66;   bottom: -9px; transform: rotate(-45deg);left: 50%;margin-left: -8px;}
.time-line .time-box li:after{content: "";width: 15px;height: 15px;position: absolute;left:50%;margin-left:-7px;bottom: 0;    bottom: -48px; z-index: 1;background: #242F74;
    border-radius: 50%;}
.time-line .time-box li:nth-child(2n):before{bottom: auto;top: -10px;transform: rotate(-225deg);}
.time-line .time-box li:nth-child(2n):after{bottom: auto;top:-47px;}


.advantage{
	background-color:#0A1455;
	width:100%;
	padding: 20px 0px 60px 0px;
	border-bottom: 1px solid #3E4A93;
}
.advantage_content{
	color:#fff;
	min-height:300px;
}
.advantage_cont_ul{overflow: hidden;margin-right: -6px;padding-bottom: 40px;padding-left:0;width: 100%;}
.advantage_cont_ul li{
	list-style:none;
	float:left;
	margin-bottom: 1rem;
    margin-right: 1rem;
	width: 23%;
}

.advantage_img{width: 100%;}
.advantage_img img{width: 100%;}
.advantage_s_title{   
	padding: 10px 20px;
    background: #232C66;
    font-size: 16px;
}
.advantage_con{
	width: 100%;
    background: #16205E;
	color:#8B90AF;
	text-align: center;
	padding: 2rem 1.2rem 1.2rem;
    height: 200px;
}
.con_p{
	font-size:18px;
	color:#fff;
}
/************software**************/
.header-software {
    background-attachment: fixed;
    background-color: #0A1455;
    background-image: url(../image/ad/rjkf_bj.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -6px 0 0 0 rgb(0, 0, 0);
    height: 50%;
    min-height: 400px;
    position: relative;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 2s ease 0s;
}
.software{width:49%;}
.software_content{
	color:#fff;
	min-height:390px;
	display: table;
	    width: 100%;
}
.software_ul{width:100%; margin: 0;padding: 0;    display: table-cell; vertical-align: middle;}
.software_ul li{
	width: 32%;
	height: 400px;
	list-style:none;
	float:left;
	margin-right: 1rem;
    margin-bottom: 3.5rem;
	
}
.content_software{
	background-color:#16205E;
	border:1px solid #16205E;
	padding: 30px;	
	height: 400px;;
	transition: transform 0.5s linear;
	transform-origin: center;
}
.cont_software{
	top: -360px;
  	position: relative;
  	pointer-events: none;
}

.software_ul .content_software:hover{
	cursor:pointer;transform:scaleY(1.2);
	
}
.software_ul .content_software:hover+.cont_software {
    top: -400px;
}
.software_img{width: 100%; text-align: center;}
.software_img img{    width: 30%;}
.software_div_font{text-align: center;font-size:16px;padding-top: 12px;color:#8B90AF;}
 .software_s_title{   
	font-size: 20px;
    margin-bottom: 16px;
 	color:#fff;
}

.zhuanjia_content{
	color:#fff;
	min-height:200px;
}
.zhuanjia_ul{overflow: hidden;margin-right: -38px;padding: 0; }
.zhuanjia_ul li{
	width: 29.8%;
	height: 200px;
	list-style:none;
	float:left;
	margin-right: 1.1rem;
    margin-bottom: 1rem;
	background-color:#16205E;
	text-align: center;
	display: table;
}
.zhuanjia_con{
	width: 100%;
    display: table-cell;
    vertical-align: middle;
}
.zhuanjia_t{
	color: #FEA729;
    font-size: 36px;
}
.zhuanjia_c{
	font-size: 18px;
    margin-top: 15px;
}
.service_flow_content{
	color:#fff;
	min-height:400px;
	width: 100%;
}
.service_flow_content img{width: 100%;}
.service_flow_con{
	background-color: #232C66;
    width: 140px;
    height: 140px;
    text-align: center;
    border-radius: 50%;
    display: table;
	position: relative;	
}
.service_flow_img img{width: 50px;height: 57px;}
.service_flow_c{
	display: table-cell;
    vertical-align: middle;
}
.service_flow_font{margin-top: 8px;}
.right_x{
	background-color: #3D488B;
	width:100px;
	height:1px;
	position: relative;
    top: 4px;
}
.right_j{
	 border: 5px solid transparent;
  	 border-left: 10px solid #3D488B;
}
.x_fl{
	float:left;
	top: 68px;
    position: relative;
    margin-left: 6px;
}
.con_di{
	display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
}
.s_div{
	float: right;
    right: 154px;
    position: relative;
	margin-top: 5px;
    margin-bottom: 5px;
}
.s_x_fl{
	position: relative;
}
.s_right_x{
	width: 1px;
    height: 100px;
	background-color: #3D488B;
	left: 4px;
    position: relative;
}
.s_right_j{
    border: 5px solid transparent;
    border-top: 10px solid #3D488B;
}
.b_div{
	display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  display: -moz-box;
  -moz-box-orient: horizontal;
  -moz-box-pack: center;
  display: -o-box;
  -o-box-orient: horizontal;
  -o-box-pack: center;
  display: -ms-box;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  display: box;
  box-orient: horizontal;
  box-pack: center;
}
.left_x{
	background-color: #3D488B;
	width:100px;
	height:1px;
	position: relative;
    top: 4px;
}
.left_j{
	 border: 5px solid transparent;
  	 border-right: 10px solid #3D488B;
}
.b_x_fl{
	float:left;
	top: 68px;
    position: relative;
    margin-right: 6px;
}
.range_content{
	color:#fff;
	min-height:200px;
	width: 100%;
}
.range_ul{width: 100%;overflow: hidden;margin-right: -38px;padding: 0; }
.range_ul li{
	width: 24%;	
	list-style:none;
	float:left;
	margin-right: 0.45rem;
    margin-bottom: 1rem;
	background-color:#16205E;
}
.range_con{
	padding:1.2rem 2rem;
	height: 280px;
	width: 100%;
}
.range_con span{
	margin-right: 10px;
    color: #FEA729;
}

/************about**************/
.header-about{
	background-attachment: fixed;
    background-color: #0A1455;
    background-image: url(../image/ad/about_bj.png);
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: -6px 0 0 0 rgb(0, 0, 0);
    height: 70%;
    min-height: 690px;
    position: relative;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 2s ease 0s;
}
.abouts{
	width:80%;
	margin:0 auto;
	text-align:center;
	height: 440px;
	display: table;
}
.abouts_con{
	color:#fff;
	display:table-cell; 
	vertical-align:middle;
}
.abouts_title{font-size:36px;}
.abouts_sm{margin-top:10px;}
.introduce{
	background-color:#0A1455;
	width:100%;
	padding: 20px 0px 60px 0px;
	border-bottom: 1px solid #3E4A93;
}
.introduce_div{width:80%;margin:0 auto;}
.introduce_content{
	color:#fff;
	min-height:350px;
	text-align:center;
	padding: 65px 20px 0px;
}
.introduce_title{font-size:20px;}
.introduce_content p{
	color:#B6B9CC;
	margin:16px 0;
}
.introduce_ti{
	color:#B6B9CC;
	font-size:18px;
}
.software_service_content{display:none;}
.personnel_flow_ul{display:none;}
.nutrition-div{padding-bottom: 0px;}
@media (max-width:767px) {
	.carousel-inner {
	    min-height:300px;
	}
	.carousel-inner>.item img{
		 min-height: 300px;
	}
	.carousel-caption h3 {
	    font-size: 2rem;
		margin-top: .56rem;
    	margin-bottom: .38rem;
	}
	.caption_u {
    	font-size: 1.2rem;
    	margin-top: 1.38rem;
	}
	.carousel-indicators {
		display:none;
	}
	.cont_ul li {
		width: unset;
    	float: none;
		margin-right: unset;
	}
	.case_cont_ul li {
	    float: none;
	    margin-right: unset;
	    width: unset;
	}
	.about_img{
		display:none;
	}
	.about_con{
		width: unset;
	}
	.customer_content ul li{
		width: 29%;
		height: 44px;
		margin-right: 0.85rem;
	}
	
	.link{
		height: unset;
	}
	.keep{
	    height: unset;
    	line-height: 32px;
	}
	.navbar-nav{
		background-color: #0A1455;
	}
	.seek{
		width: 80%;
	}
	.seek_content{
		width: unset;
		float: unset;
	}
	.seek_h1{font-size: 3rem;}
	.seek_wx_div {
	    margin-top: 2rem;
	}
	.seek_wx_img {
	    width: 100%;
	    text-align: center;
	}
	.seek_wx_img img{width:80%;}
	.seek_txye{float:none;text-align: center;}
	.seek_txye img{width:80%;}
	
	.personnel{width:80%;}
	.personnel_title{font-size:3rem}
	
	.software_ul li{
		width: unset;
		float: unset;
		margin-right: unset;
		margin-bottom:2rem;
	}
	.zhuanjia_ul{margin-right: unset;}
	.zhuanjia_ul li{width: 30%;    height: 147px;padding: 0px .56rem;margin-right: 1rem;}
	.zhuanjia_t{font-size: 2.8rem;}
	.zhuanjia_c{font-size: 1.5rem;}
	.service_flow_content .service_flow_content_img{display:none;}
	.con_di{display:inline-block;}
	.b_div{display:inline-block;}
	.service_flow_con{margin-bottom: 1rem;}
	.software_service_content{display:block;}
	
	.range_ul li{width:unset;float:none;}
	.range_con{height:180px;}
	.it_cont_ul{margin-right:unset;}
	.it_cont_ul li{width: 46%;margin-right:unset;}
	.it_cont_ul li:nth-child(2n){float: right;}
	.time-line{display:none;}
	.flow_content{min-height:400px}
	.personnel_flow_ul{width:100%;padding: 0;display:block;}
	.personnel_flow_ul li{
		background: #232C66;
	    min-height: 320px;
	    text-align: center;
		margin-bottom: 1rem;
	}
	.personnel_flow_ul_div{margin-top: 1rem;display: inline-block;}
	.advantage_cont_ul{margin-right:unset;padding-bottom:2rem;}
	.advantage_cont_ul li{   
	    float: none;
	    margin-bottom: 1.8rem;
	    margin-right: unset;
	    width: unset;
	}
	.navbar-brands{    padding: 20px 30px 8px 30px;}
	.carousel-control{width: 9%;}
	.carousel-caption{right: 8%;left: 8%;}
	.caption_u ul li{margin-right: .56rem;}
}
.vip_content{
	border: 1px solid #FFA400;
	text-align: center;
	padding: 5rem;
}

.vip_content .money{
	color: #FFA400;
	margin: 3rem 0;
}
.vip_content .money span{
	font-size: 26px;
}
.vip_content_detailed{
	text-align: left;
	font-size: 16px;
	color: #ffffff;
}
.vip_content_detailed .vip_content_detailed_title{
	font-size: 18px;
}
.vip_content_detailed div{
	padding: 1rem 0 2rem 0;
	border-bottom: 1px solid #3E4A93;

}
.news{
	margin-bottom: 2rem;
}
.news_conte{
	background: #141D62;
	overflow: auto;
	border-radius: 5px;
}
.news_img{
	width: 23%;
	float: left;
	height: 200px;
}
.news_img a{display: block;}
.news_img img{width: 100%;    height: 200px;}
.news_div{
	width: 77%;
	min-height: 200px;
	float: left;
	padding-left: 1.5rem;
	padding-top: .8rem;
	padding-right: 1.5rem;
	position: relative;
}
.news_div_title{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	text-align: justify;
	padding-top: 1.58rem;
	margin: 0;
}
.news_div_title a{
	color: #ffffff;
	display: block;
	overflow: hidden;
}
.news_div_introduction{
	font-size: 16px;
	line-height: 1.8;
	text-align: justify;
	color: #aaaaaa;
	padding-top: 2rem;
}
.news_date_num{
	color: #747474;
	font-size: 14px;
	line-height: 2.3;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0px;
}
.news_date_num .one{
	margin-right: 8px;
}
.news_date_num .two{
	margin-left: 8px;
}
.div_a{
	color: #717171;
}
.div_a a{
	color: #717171;
}
.news_content{
	margin-top: 20px;
}
.news_content .title{
	font-size: 24px;
	padding: 1rem 0;
}
.news_content .news_date_nums{
	color: #acacac;
	font-size: 14px;
	margin-bottom: 10px;
}
.news_content .news_date_nums .one{
	margin-right: 8px;
}
.news_content .news_date_nums .two{
	margin-left: 8px;
}
@media (max-width: 1440px) {

	.news_date_num{padding: 0}
}
@media (max-width: 1200px) {
	.news_img img{width: 100%;}
	.news_div_introduction{padding: 0}
	.news_div{padding-top:0;}
}
@media (max-width: 768px) {
	.news_img{width: 100%; float: unset}
	.news_img img{width: 100%;}
	.news_div{width: 100%; float: unset;padding:1.5rem;}

}
.news_contents{background: #ffffff;padding: .56rem;color: #2d2d2d}

.pages{ padding-top: 2rem;overflow: auto;}
.pages-full{overflow: auto;}
.pages-full span{display:block;width: 40px; height: 40px; border-radius: 5px; text-align: center; line-height: 40px;float:left;margin-left: 6px;}
.pages-full a{width: 40px; height: 40px; border-radius: 5px; text-align: center; line-height: 40px; background:#FFFFFF;color:#000000;float:left;margin-left: 6px;    border: 1px solid #ccc;}
.next,.prev{width: 68px!important;border-radius: 5px!important;}
.pages-full .current{ background:#FFA700; color: #fff;}
.pages-full a:hover{ background:#FFA700; color: #fff;border: 1px solid #FFA700;}

.flex-center {
	display: flex;
	justify-content: center;
}