*{
	margin: 0;
	padding: 0;
}
body{
	line-height: 1.5;
	font-family: PingFangSC-Regular, sans-serif,Microsoft YaHei,"微软雅黑";
}
div,ul,li{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
}
a{
	color: #666;
}
a:hover,a:active,a:focus{
	color: #086fbb;
	text-decoration: none;
}
label{
	font-weight: normal;
}
.c-red{
	color: #ff6768;
}
.c-blue{
	color: #224fa3;
}
hr{
	border-color: #cccccc;
}
.navbar{
	margin-bottom: 0;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
}
.navbar-brand{
	padding: 0 !important;
}
.navbar-nav{
}
.navbar-nav>li>a{
	line-height: 48px;
}
.navbar-nav>li>span{
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar-nav>li:hover>a,
.navbar-nav>li:active>a,
.navbar-nav>li.active>a,
.navbar-nav>li:focus>a{
	background: none;
	border-bottom: 2px solid #ff6768;
	color: #ff6768;
}
.navbar-nav>li.active a{
	font-weight: bold;
}
.navbar-nav>li:last-child>.iconfont{
	margin: 10px 10px 0 0;
	float: left;
	font-size: 24px;
	color: #ff6768;
}
.navbar-nav>li:last-child>label>b{
	display: block;
	color: #ff6768;
	font-size: 18px;
	font-weight: bold;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover, 
.nav-tabs>li.active>a:focus{
	border: 0;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #ff6768;
}
.navbar-default .navbar-nav>.active{
	position: relative;
}


.dropdown-menu{
	background: rgba(255,255,255,0.8);
}
.dropdown-menu>li>a{
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-menu>li>a:hover{

}
footer{
	background: #144197;
}
footer .container .flink{
	padding: 15px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px solid #34589d;
}
footer .container .flink li{
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #fff;
}
footer .container .flink li a{
	 color: #fff;
}
footer .row>div{
	padding-top:30px;
	padding-bottom: 30px;
	color: #83a3de;
}
footer .row>div>.fcon{
	margin-top: 10px;
}
footer .row>div>img{
	margin-top: 20px;
}
footer .row>div>ul>li>b{
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
}
footer .row>div>ul>li>.iconfont{
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	
}
footer .copy-right{
	padding: 12px 0;
	background: #1b2c49;
	color: #98a2b4;
	display: flex;
    justify-content: center;
}
footer .ser{

	float: left;
	color: #83a3de;
	width: 50%;
}
footer .ser:hover{
	color: #fff;
}
footer .ser .iconfont{
	font-size: 30px;
}
footer .ser span{
	display: block;
}
.pic-box{
	overflow: hidden;
}
.pic-box img{
	width: 100%;
}

.box{
	padding: 30px 0;

}
.box-til{
	text-align: center;
	margin-bottom: 20px;
}
.box-til h2{
	font-size: 30px;
}
.box-til small{
	color: #999999;
	font-size: 14px;
}
.con-box{
	margin-bottom: 20px;
}
.con-box p{
	letter-spacing: 1px;
}
.con-box a{
	color: #ff6768;
}
.con-box b{
	font-size: 24px;
}
a.blue-link{
	display: block;
	padding: 5px 0;
	border-radius: 4px;
	background: #2a4ea6;
	color: #fff;
	text-align: center;
}
a.blue-link:hover,a.blue-link:active,a.blue-link:focus{
	background: #ff6768;
}
.btn-primary-border{
	border-color: #fff;
	background: none;
	color: #fff;
}
.btn-blue-border{
	border-color: #144197;
	background: none;
	color: #144197;
}
/* 首页 */

#inbanner{
	height: 440px;
	overflow: hidden;
	width: 100%;
}
#inbanner .item{
	position: relative;
	background:#26385a;
}
#inbanner .carousel-item{
	height: 440px;
	background-position: top center;
}
.carousel-bar{
	padding: 0 40px;
	position: absolute;
	top:0;
	left:50%;
	background: rgba(23,34,59,0.7);
	color: #fff;
	text-align: center;
	height: 100%;
	width: 400px;
	animation: toRight 2s forwards linear;
}
.carousel-bar h4{
	margin-top: 120px;
}
.carousel-bar h1{
	margin: 20px 0;
	padding: 12px 0;
	font-size: 36px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.carousel-bar p{
	font-size: 14px;
}
@keyframes toRight{
	from{
		margin-left: 0;
	}
	to{
		margin-left: 200px;
	}
}

.about-box .row .pic-box a img{
	transition: all 1s;
}
.about-box .row .pic-box a:hover img{
	transform: scale(1.1);
}
/*核心业务*/
.bScope-box{
	background: #e8ebef;
}
.bScope-box .bs-item{
	margin-bottom: 20px;
	box-shadow: 0 0 5px #ccc;
	padding: 10px;
	background: #fff;
	height: 256px;
	overflow: hidden;
}
.bScope-box .bs-item h3{
	margin-top: 0;
	padding: 10px 0;
	font-size: 18px;
	background: #e8ebef;
	text-align: center;
	
}
.bScope-box .bs-item ul{
	padding: 20px 70px;
}
.bScope-box .bs-item ul li{
	margin-bottom: 10px;
}
.bScope-box .qa-item{
	margin-bottom: 20px;
	box-shadow: 0 0 5px #ccc;
	padding:20px 10px;
	background: #fff;
	height: 125px;
	overflow: hidden;
}
.bScope-box .qa-item ul{
	overflow: hidden;
	margin-bottom: 15px;
}
.bScope-box .qa-item ul li{
	float: left;
	margin-right: 2%;
	padding: 5px 0;
	border-radius: 4px;
	background: #2a4ea6;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 31%;
}
.bScope-box .qa-item p{
	color: #666;
}
.bScope-box .qa-item h4 .iconfont{
	color: #cccccc;
}
.bScope-box .qa-item .text-center .iconfont{
	color: #cccccc;
	font-size: 36px;
}
/* 商学院 */
.px-tab{
	margin-bottom: 40px;
}
.px-tab .nav-tabs{
	text-align: center;
}
.px-tab .nav-tabs>li{
	margin: 0 30px;
	float: none;
	display: inline-block;
	border-bottom: 3px solid #bdbdbd;
	font-size: 28px;
	text-align: center;
	margin-bottom:-2px;
	width: 240px;
}
.px-tab .nav-tabs>li.active{
	color: #333;
	border-color: #ff6768;
}

.px-lel{
	position: relative;
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.px-lel::before{
	position: absolute;
	top:30%;
	left:10%;
	border-top: 1px dashed #6b778d;
	content: "";
	height: 1px;
	width: 80%;
	z-index: 0;
}
.px-lel .px-item{
	text-align: center;
	flex-grow:1;
}
.px-lel .px-item .iconfont{
	margin-top: 4px;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 60px;
	font-size: 30px;
	height: 60px;
	width: 60px;
}
.px-lel .px-item span{
	position: relative;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	height: 70px;
	width: 70px;
	z-index: 1;
}
.px-lel .px-item:nth-child(odd) span{
	border:1px solid #224fa3;
}
.px-lel .px-item:nth-child(odd) .iconfont{
	background: #224fa3;
}
.px-lel .px-item:nth-child(even) span{
	border:1px solid #ff6768;
}
.px-lel .px-item:nth-child(even) .iconfont{
	background: #ff6768;
}
.px-lel .px-item h4{
	font-weight: bold;
}
.px-style{
	background: url(../img/px1-bg.jpg) top center no-repeat;
	height: 585px;
}
.px-style .box-til{
	margin-bottom: 40px;
	color: #fff;
}
.px-style .st-con{
	padding-left:218px;
	padding-right: 218px;
	background: url(../img/style.png) center center no-repeat;
	height: 382px;
}
.px-style .st-con ul{
	width: 50%;
	float: left;
}
.px-style .st-con ul li{
	color: #fff;
	margin-top:38px;
}
.px-style .st-con ul:first-child li:nth-child(1),
.px-style .st-con ul:first-child li:nth-child(6){
	padding-left: 50px;
}
.px-style .st-con ul:first-child li:nth-child(2),
.px-style .st-con ul:first-child li:nth-child(5){
	padding-left: 25px;
}
.px-style .st-con ul:last-child li:nth-child(1),
.px-style .st-con ul:last-child li:nth-child(6){
	padding-right: 50px;
}
.px-style .st-con ul:last-child li:nth-child(2),
.px-style .st-con ul:last-child li:nth-child(5){
	padding-right: 25px;
}
.px-style .st-con ul:last-child li{
	text-align: right;
}
.px-qa .row{
	margin: 0;
}
.px-qa .row .qa-item{
	padding-left: 0;
	padding-right: 0;
	border-left: 1px solid #ddd;
	text-align: center;
	height: 188px;
}
.px-qa .row .qa-item:last-child{
	border-right: 1px solid #ddd;
}
.px-qa .row .qa-item .iconfont{
	font-size: 64px;
}
.px-qa .row .qa-item:nth-child(odd) .iconfont{
	color: #224fa3;
}
.px-qa .row .qa-item:nth-child(even) .iconfont{
	color: #ff6768;
}
.px-qa .row .qa-item p{
	color: #999;
}
.needUs-box{
	background: #e8ebef;
}
.needUs-box .box-til{
	margin-bottom: 0;
	border-radius: 10px;
	padding-top: 35px;
	background: url(../img/need-til.jpg) top center no-repeat;
	color: #fff;
	height: 170px;
}
.needUs-con{
	padding-top: 110px;
	background: url(../img/needUs-bg.png) top center no-repeat;
	height: 230px;
}
.needUs-con li{

	text-align: center;
	font-size: 17px;
	color: #666;
}
.needUs-con li:nth-child(1),
.needUs-con li:nth-child(2),
.needUs-con li:nth-child(3){
	margin-bottom: 52px;
}
.college-box{
	background: #224fa3 url(../img/co-bg.jpg) bottom center no-repeat;
}
.college-box .box-til h2{
	color: #fff;
}
.college-box .con-box{
	color: #fff;
}
.college-group{
	position: relative;
}
.college-group h4{
	position: absolute;
	left: 50%;
	margin-left: -50px;
	top:-20px;
	color: #fff;
	background: #224fa3;
	padding:0 20px;
	border-left:1px solid #5e7eba;
	border-right:1px solid #5e7eba;
}
.college-group ul{
	padding: 50px 0 30px 0;
	border:1px solid #5e7eba;
	text-align: center;
}
.college-group ul li{
	display: inline-block;
	padding: 0 20px;
}
.college-group ul li a{
	color: #fff;
}
.college-group ul li a .iconfont{
	margin-bottom: 20px;
	display: block;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: 120px;
	font-size: 48px;
	color: #5b94d2;
	width: 120px;
	height: 120px;
}
.college-group ul li a:hover .iconfont{
	background: #ff6768;
	color: #fff;
}
.mSer-con{
	overflow: hidden;
	background: url(../img/mser-bg.jpg) top center no-repeat;
}
.mSer-con .box-til{
	color: #fff;
}
.mSer-con .container{
	background: url(../img/serD-bg.png) top center no-repeat;
}
.mser-l,.mser-r{
	width: 525px;
}
.mser-l{
	float: left;
}
.mser-r{
	padding-top:75px;
	float: right;
}
.mser-item{
	height: 157px;
}
.mser-item>h4{
	margin-top: 0;
	background: #fff;
	border-radius: 4px;
	color: #28385a;
	text-align: center;
	font-size: 18px;
	line-height: 36px;
	height: 36px;
	width: 270px;
}
.mser-l .mser-item>h4{
	float: right;
}
.mser-item>p{
	clear: both;
	color: #fff;
}
.px-flow{
	background: #e8ebef;
}
.px-flow ul li{
	display: inline-block;
	width: 208px;
	text-align: center;
	margin-left: 30px;
}
.px-flow ul:first-child{
	padding-left: 135px;
}
.px-flow ul:last-child{
	padding-left: 10px;
}
/* 服务与产品 */
.SP-box .row{
	padding-left: -10px;
	padding-right: -10px;
}
.SP-box .row .col-md-3{
	padding-left: 10px;
	padding-right: 10px;
}
.s-box{
	padding-left: 55px;
	padding-right: 55px;
	margin-bottom: 20px;
}
.s-box .s-item h3{
	text-align: center;
	font-size: 18px;
}
.s-box .s-item .pic-box img{
	transition: all 1s;
}
.s-box .s-item:hover .pic-box img{
	transform: scale(1.1);
}
.capability-box{
	margin-bottom: 40px;
	overflow: hidden;
}
.capability-box>div{
	border-left: 1px solid #ddd;
	text-align: center;
}
.capability-box>div:last-child{
	border-right: 1px solid #ddd;
}
.capability-box>div>.iconfont{
	font-size: 64px;	
}
.capability-box>div>p{
	color: #999;
}
.capability-box>div:nth-child(even)>.iconfont{
	color: #ff6769;
}
.capability-box>div:nth-child(odd)>.iconfont{
	color: #224fa4;
}
.pro-box{
	padding: 20px 40px;
	background: #e8ebef;
	
}
.pro-box>.row>div:first-child{
	border-right: 1px #333 dashed;
}
.pro-box h4{
	margin-bottom: 20px;
	text-align: center;
}
.pro-box h4::before{
	content: "-";
}
.pro-box h4::after{
	content: "-";
}
.pro-box ul li a{
	background: #2a4ea6;
	color: #fff;
	padding: 5px 0;
	border-radius: 4px;
	text-align: center;
	display: block;
}
/* 优势 */
.advantage-box{
	
}
.advantage-group{
	overflow: hidden;
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
}
.advantage-group .advantage-item{
	float: left;
	border-bottom:1px solid #ddd;
	border-left:1px solid #ddd;
	text-align: center;
	width: 25%;
	height: 190px;
	overflow: hidden;
}
.advantage-item .iconfont{
	display: inline-block;
	margin-top: 20px;
	color: #ff6768;
	font-size:36px;
}
.advantage-item h3{
	font-size: 18px;
}
.advantage-item p{
	display: inline-block;
	color: #999;
	width: 170px;
}
/* 首页-合作伙伴 */
.panner-box{
	background: #e8ebef;
}
.panner-box .row{
	margin-left: -10px;
	margin-right: -10px;
}
.panner-box .row .panner-item{
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	width: 12.5%;
	margin-bottom: 20px;
}
.panner-box .row .panner-item .pic-box{
	border:1px solid #ddd;
	height: 55px;
	overflow: hidden;
}
.panner-box .row .panner-item .pic-box img{
	height: min-height:55px;	
}
/* 内页banner */
.pbanner{
	background-color: #224fa3;
	background-position: top center;
	background-repeat: no-repeat;
	height: 350px;
}
.pb-panners{
	background-image: url(../img/panners.jpg);	
}
.pb-counselling{
	background-image: url(../img/counselling.jpg);	
}
.pb-contact{
	background-image: url(../img/pb-contact.jpg);	
}
.pb-sp{
	background-image: url(../img/pb-sp.jpg);
}

.pbanner .container{
	position: relative;
	height: 350px;
}
.pb-layer{
	padding: 0 40px;
	position: absolute;
	top:0;
	right: 0;
	background: rgba(23,34,59,0.7);
	color: #fff;
	text-align: center;
	height: 100%;
	width: 386px;
}
.pb-layer h4{
	margin-top: 80px;
}
.pb-layer h1{
	margin: 12px 0;
	padding: 12px 0;
	font-size: 36px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.pb-layer p{
	font-size: 12px;
}
.page-panners{
	margin-bottom: 30px;
}
.page-panners .pic-box{
	margin: 10px 0;
	border:1px solid #ddd;
	height: 72px;
	overflow: hidden;
}
.page-panners h5{
	text-align: center;
	color: #999;
}
.page-container .col-md-2{
	padding-right: 0;
}
.page-container .col-md-2 h5{
	color:#999;
}
/* 分主页 */
.pageCon-box{
	text-align: center;
	overflow: hidden;
}
.pageCon-box ul{
	margin-bottom: 30px;
}
.pageCon-box p{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}


/* 内页 */
.left-nav h2{
	margin-top: 0;
	padding: 20px 0;
	background: #224fa3;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.left-nav h2 .iconfont{
	margin-bottom: 15px;
	display: block;
	color: #5b94d2;
	font-size: 36px;
	
}
.left-nav ul li{
	margin-bottom: 10px;
}
.left-nav ul li a{
	padding: 12px 0 12px 8px;
	display: block;
	background: #e8ebf0;
	border-left: 3px solid #cdd3de;
	color: #6b778d;
}
.left-nav ul li a:hover,
.left-nav ul li a:active,
.left-nav ul li a.active,
.left-nav ul li a:focus{
	border-color: #ff6768;
	color: #28385a;
}

.contact-info{
	margin-bottom: 20px;
}
.contact-info ul li{
	padding: 15px 10px;
	border-bottom: 1px solid #ddd;
}
.contact-info ul li .iconfont{
	display: inline-block;
	vertical-align: middle;
	color: #5b94d2;
	font-size: 20px;
}
.lcode{
	padding: 20px 0;
	border: 1px solid #ddd;
	text-align: center;
}

/* 右侧 */
.page-container .col-md-10{
	padding-left: 50px;
}
.page-menu{
	padding: 12px 0;
	text-align: right;
}

.summary-con{
	padding: 40px 0;
	color: #666;
}
.sbox-til{
	margin: 30px 0;
	padding-left: 20px;
	text-align: left;
	position: relative;
	font-size: 28px;
}
.sbox-til:before{
	position: absolute;
	left: 0;
	top:0;
	content: "";
	display: inline-block;
	vertical-align: top;
	background-image: linear-gradient(to bottom,#fc5152,#ff6768);
	border-radius: 4px;
	width: 6px;
	height: 30px;
}
.sub-item{
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.sub-con{
	color: #666;
	line-height: 1.8;
}
.p-con{
	padding-bottom: 50px;
}
.p-con h4{
	margin: 20px 0;
}
.p-con ul li{
	color: #666;
}
.p-con img{
	max-width: 100%;
} 
/* 关于我们 */
.companyProfile-box{
	overflow: hidden;
	padding-bottom: 30px;
}
.cus-box{
	background: #e8ebef;
}
.cus-con{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.cus-con>.cus-group{
	width: 450px;
	display: flex;
	flex-direction: column;
	justify-content:center
}
.cus-con>.cus-group ul li{
	padding:6px 0 6px 45px;
	overflow: hidden;
	position: relative;
}
.cus-con>.cus-group ul li:before{
	content: "";
	position: absolute;
	left:-10px;
	top:-2px;
	color: #fff;
	background: #e8ebef;
	text-align: center;
	border-radius: 50%;
	height: 64px;
	width: 64px;
	z-index: 0;
}
.cus-con>.cus-group ul li span{
	position: absolute;
	left:0;
	top:6;
	color: #fff;
	background: #ff6768;
	font-size: 24px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	height: 48px;
	width: 48px;
	z-index: 1;
}

.cus-con>.cus-group ul li label{
	display: inline-block;
	padding-left:15px;
	background: #fff;
	border-radius: 0 25px 25px 0;
	line-height: 48px;
	font-size: 16px;
	font-weight: bold;
	box-shadow: 0 0 5px #ccc;
	height: 48px;
	width: 390px;
}
.cus-lel{
	padding: 30px 0;
	overflow: hidden;
}
.cus-lel .cus-lel-item{
	text-align: center;
	float: left;
	height: 130px;
	width: 33.3333%;
}
.cus-lel .cus-lel-item .line-box{
	position: relative;
	height: 55px;
}
.cus-lel .cus-lel-item .line-box:before{
	content: "";
	position: absolute;
	top:22px;
	left: 0;
	right: 0;
	background: #6b778d;
	height: 1px;
}
.cus-lel .cus-lel-item .line-box>small{
	position: absolute;
	top:0;
	left:50%;
	margin-left: -0.5px;
	background: #6b778d;
	height: 22px;
	width: 1px;
}
.cus-lel .cus-lel-item:nth-child(2) .line-box>small{
	height: 44px;
}
.cus-lel .cus-lel-item .line-box .point{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	top:8px;
	background: rgba(34,79,163,0.2);
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.cus-lel .cus-lel-item .line-box .point span{
	background: #fff;
	border-radius: 50%;
	border:2px solid #224fa3;
	height: 14px;
	width: 14px;
}
.cus-lel-gItem{
	text-align: center;
}
.peibo-road-box .box-til{
	color: #fff;
}
.proad-item{
	display: block;
	text-align: center;
	color: #fff;
}
.proad-item .iconfont{
	display: inline-block;
	border-radius: 50%;
	background: #e8ebef;
	line-height: 160px;
	font-size: 64px;
	color: #224fa3;
	width: 160px;
	height: 160px;	
}
.proad-item h4{
	padding: 20px 0;
	font-weight: bold;
}
.proad-item p{
	margin-bottom: 20px;
	height: 63px;
	overflow: hidden;
}
.proad-item:hover h4,.proad-item:hover p{
	color: #fff;
}
.proad-item:hover .iconfont{
	background: #ff6768;
	color: #fff;
}
.peibo-road-box{
	background: url(../img/peiboRoadBg.jpg) top center no-repeat;
	height: 556px;
}
.about-adv-box .pic-box{
	margin-bottom: 20px;
}
.panel-group .panel+.panel{
	margin-top: 0;
}
.adv-group .panel{
	border:0;
	border-top:1px solid #ddd;
	border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.adv-group .panel:last-child{
	border-bottom:1px solid #ddd;
}
.adv-group .panel-default>.panel-heading{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
	border-radius: 0;
	border:0;
}
.adv-group .panel-default .panel-title label{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.adv-group .panel-default .panel-body{
	color: #666;
}
/*咨询服务*/
.counse-lel{
	display: flex;
	justify-content:space-around
}
.counse-lel span{
	padding-top: 45px;
	font-size: 36px;
	color: #e8ebef;
}
.counse-lel .counse-item .iconfont{
	display: inline-block;
	background: #e8ebef;
	border-radius: 50%;
	line-height: 140px;
	font-size: 60px;
	color: #224fa3;
	height: 140px;
	width: 140px;	
}


.mode-box{
	background: url(../img/counseBg.jpg) top center no-repeat;
	height: 710px;
}
.mode-box .box-til{
	color: #fff;
}
.wm-item{
	padding: 10px;
	background: #fff;
	height: 420px;
}
.wm-item h4{
	text-align: center;
}
.wm-item  ul li{
	padding: 5px 30px;
}

.zixun-box{
	background: #e8ebef;
}
.zixun-item{
	margin-top: 90px;
	background: #fff;
	text-align: center;
	height: 400px;
}
.zixun-item span{
	padding: 10px;
	margin-top: -60px;
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 50%;
	height: 120px;
	width: 120px;
}
.zixun-item span .iconfont{
	display: inline-block;
	background: #224fa3;
	color: #fff;
	line-height: 100px;
	font-size: 60px;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	
}
.zixun-item h4{
	padding: 20px 0;
}
.zixun-item ul li{
	padding-left: 40px;
	padding-right: 40px;
}
.zixun-item ul li a{
	margin-bottom: 15px;
	display: block;
	padding: 8px 0;
	text-align: center;
	border-radius: 30px;
	background: #5b94d2;
	color: #fff;
}
.zixun-item ul li a:hover{
	background: #ff6768;
}

.sub-item{
	border-bottom: 1px solid #ddd;
}
.sub-item:nth-child(even) .sbox-itl{
	text-align: right;
}

.sub-item h4{
	margin-top: 30px;
	padding: 12px 50px;
	display: inline-block;
	background: #224fa3;
	color: #fff;
	border-radius: 30px;
}
.sub-item p{
	padding:20px 0;
	color: #666;
}
.sub-item-box{
	margin-bottom: 40px;
	border: 1px solid #ddd;
	text-align: center;
	height: 440px;
}
.sub-item-box h4{
	margin-top: 30px;
	padding: 12px 50px;
	display: inline-block;
	background: #224fa3;
	color: #fff;
	border-radius: 30px;
}
.sub-item-box p{
	padding:20px;
	color: #666;
}
/* 产品与服务 */
.customers-box{
	background: #e8ebf0;
}
.service-item{
	padding: 50px 0;
	background: #e8ebf0;
	text-align: center;
	height: 500px;
}
.service-item .iconfont{
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	font-size: 48px;
	color: #204fa1;
	box-shadow: 0 0 5px #ccc;
	line-height: 120px;
	width: 120px;
	height: 120px;
}
.service-item h4{
	position: relative;
	padding: 25px 0;
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
}
.service-item h4::after{
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom:0;
	content: "";
	background: #ff6769;
	width: 30px;
	height: 4px;
}
.service-item ul{
	height: 145px;
}
.service-item ul li{
	padding-left: 60px;
	line-height: 30px;
	text-align: left;
}
.service-item ul li::before{
	margin-right: 10px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: #5995d1;
	border-radius: 50%;
	height: 5px;
	width: 5px;
}
.service-item ul li p{
	margin: 0;
	display: inline-block;
	vertical-align: top;
}
.soft-box{
	background: url(../img/sp-bg.jpg) top center no-repeat;
}
.soft-box .box-til{
	color: #fff;
}
.soft-box .con-box{
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.soft-item{
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	border: 3px solid #5b94d2;
	text-align: center;
}
.soft-item h4{
	font-size: 22px;
	font-weight: bold;
}
.soft-item a{
	font-size: 30px;
	color: #c4cad2;
}
.soft-item a:hover{
	color: #ff6768;
}
.soft-adv{
	margin: 40px 0;
	display: inline-block;
	padding: 10px 60px;
	background: #ff6768;
	color: #fff;
	border-radius: 50px;
	font-size: 18px;
	letter-spacing: 1px;
}
.soft-adv b{
	font-weight: bold;
	font-size: 24px;
}

.hardware-item{
	padding-top: 100px;
	position: relative;
	background: #224fa3;
	text-align: center;
	color: #fff;
	margin-top: 100px;
	height: 240px;
}
.hardware-item h4{
	margin-bottom: 30px;
}
.hardware-item .pic-box{
	position: absolute;
	top:-75px;
	left: 50%;
	margin-left: -75px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border:2px solid #224fa3;
}
.hardware-item a:hover{
	background: #ff6768;
	color: #fff;
}

.hornor-box{
	background: #e8ebef;
}
.hornor-con{
	padding-top: 40px;
	background: url(../img/zzry-bg.png) top center no-repeat;
	background-size: 100% auto;
	height: 190px;
}
.hornor-con ul{
	width: 450px;
}
.hornor-con ul:first-child{
	float: left;
}
.hornor-con ul:last-child{
	float: right;
}
.hornor-con ul li{
	color: #fff;
	line-height: 34px;
}
.hornor-con ul:first-child li{
	text-align: right;
}
.hornor-box .row>div{
	text-align: center;
}
.hornor-box .row>div>b{
	color: #ff6768;
	font-size: 64px;
}
.hornor-box .row>div>b>small{
	display: inline-block;
	vertical-align: top;
	font-size: 24px;
}
.hornor-box .row>div p{
	display: inline-block;
	color: #666;
	text-align: left;
	width: 200px;
}
.map-box{
	width: 100%;
	height: 400px;
	overflow: hidden;
}

.contact-box {
	overflow: hidden;
}
.contact-box>div{
	border-left: 1px solid #ddd;
	text-align: center;
}
.contact-box>div:last-child{
	border-right: 1px solid #ddd;
}
.contact-box>div>.iconfont{
	font-size: 64px;
	color: #c4cad2;
}
.contact-box>div>p{
	color: #224fa3;
	font-size: 24px;
}
.contact-box>div:first-child p strong{
	color: #ff6769;
}
.email{
	margin: 30px 0;
	padding: 10px 0;
	background: #e8ebef;
	font-size: 24px;
	text-align: center;
}
.email .iconfont{
	color: #c4cad2;
}
.add-group{
	overflow: hidden;
}
.add-item {
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid #ddd;
    height: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.add-item h4{
	margin-top: 0;
}

.page-body>h4{
	font-size: 22px;
	margin-bottom: 15px;
}
.page-body p{
	color: #666;
}
.page-body .zx2-todo{
	background: url(../img/zx2-tudo.jpg);
	background-size: 100%;
}
.page-body .zx2-todo ul{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:stretch;
	height: 390px;
}
.page-body .zx2-todo ul li{
	padding: 15px 20px;
	width: 305px;
	height: 175px;
}
.page-body .zx2-todo ul li h5{
	font-size: 18px;
	font-weight: bold;
}
.page-body .zx2-todo ul li p{
	color: #666;
	font-size: 13px;
	line-height: 2;
}
.bpo-kinds{
	overflow:hidden;
	padding: 20px 95px;
	background: #e8ebf0;
	border-radius: 15px;
}
.bpo-kinds h4{
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
}
.bpo-kinds row{
	margin-left: -10px;
	margin-right: -10px;
}
.bpo-kinds row>li{
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.bpo-kinds row>li>img{
	width: 100%;
}

.dx-box{
	overflow: hidden;
	background: #e8ebf0;
	padding:60px 40px;
	border-radius: 15px;
}
.dx-box>div>img{
	max-width: 100%;
	box-shadow: 0 0 5px #ccc;
}
.dx-box h4{
	font-weight: bold;
}
.hj-box{
	padding: 20px 0 40px 0;
	overflow: hidden;
}
.hj-l{
	float: left;
	width: 202px;
}
.hj-l img{
	width: 100%;
}
.hj-r{
	margin-left: 220px;
}
.hj-r h3{
	margin:25px 0;
}
.hj-tx{
	background: url(../img/tx-bg.png) top center no-repeat;
	height: 398px;
}
.hj-tx ul{
	display: flex;
	justify-content: space-between;
}
.hj-tx ul li{
	padding: 20px 0 0 20px;
	width: 218px;
}
.hj-tx ul li h4{
	margin-top: 0;
}
.hj-tx ul li p{
	margin-bottom: 0;
	line-height: 1.8;
}
.hj-tx ul:first-child{
	margin-bottom: 20px;
}
.hj-tx ul:first-child li{
	height: 187px;
}
.hj-tx ul:last-child li:nth-child(2){
	padding-top: 75px;
}
.s-rules{
	overflow: hidden;
}
.s-rules .row{
	margin-left: -10px;
	margin-right: -10px;
}
.s-rules .row>div{
	padding-left: 10px;
	padding-right: 10px;
}
.sr-item{
	background: #5b94d2;
	border-radius: 10px;
	color: #fff;
	height: 160px;
}
.sr-item h4{
	margin: 0 auto 10px auto;
	line-height: 36px;
	background: #f96669;
	border-radius: 0 0 10px 10px;
	text-align: center;
	width: 150px;
}
.sr-item p{
	padding:0 15px;
	font-size: 12px;
	color: #fff;
}
.classes-box .table caption{
	background: #224fa3;
	color: #fff;
	text-align: center;
}
.classes-box .table tr td{
	background: #eef6ff;
	color: #666;
}
.ss-til{
	border-radius: 0 20px 20px 0;
	display: inline-block;
	background: #5b94d2;
	font-weight: bold;
	color: #fff;
	width: 220px;
	
}
.ss-til span{
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	background: #ff6768;
	line-height: 36px;
	color: #fff;
	height: 36px;
	width: 36px;
}
.proTil-box{
	padding: 20px 0;
	border-radius: 5px;
	background: #e8ebf0;
	box-shadow: 0 0 5px #ccc;
	text-align: center;
}
.proTil-box h4{
	font-size: 20px;
	font-weight: bold;
}

.call-box{
	background: #5c93d3;
	border-radius: 10px;
	padding-bottom: 15px;
}
.call-box h4{
	margin-bottom: 15px;
	padding: 8px 0;
	width: 60%;
	margin: 0 auto;
	background: #f86669;
	border-radius: 0 0 10px 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.call-box ul li{
	padding: 5px 10px;
}
.call-box ul li p{
	margin-bottom: 0 !important;
	font-size: 13px;
	color: #fff !important;
}