body {
	margin: 0;
	padding: 0
}

small,section {
	display: block
}

@media (min-width: 1200px){
	.container {width: 1100px;}
}
.default-main{}
.right {
	float: right
}
a:hover {
	
	text-decoration: none
}
small a:hover{
	color:#F27617;
}
.wrapper{
	/*border-top:3px solid #03499E;
	background:url(../images/blue-bg-2.png) top center repeat-x;*/
	min-height: 600px;
}
.index-wrapper{
	/*background:url(../images/index-wrap-bg.png) center top  no-repeat;*/
}

.carousel-indicators li{
	background:#b4b4b4;
	margin: 0 3px;
	width: 14px;
	height: 14px;
}
.carousel-indicators .active{
	background:#494949;
	margin: 0 3px;
	width: 14px;
	height: 14px;
}
.content{font-size:15px;line-height: 27px;}
.content img{max-width:100%!important}

.carousel-control{
	width:10%;
}
.carousel-control.left{
	background:url(../images/left-icon.png) no-repeat;
	background-position: left center;
}
.carousel-control.right{
	background:url(../images/right-icon.png) no-repeat;
	background-position: right center;
}

.ls-right{
	text-align:right;
}
.language{
	margin-right:20px;
	width:190px;
	line-height:30px;
	text-align:center;
	font-size:12px;
	background:#F7F7F7;
	border:1px solid #ddd;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;


}
.language a{
	color:#000;
}
.language a:hover {
	color: #4d76c4
}
.social a{
	display:inline-block;
	
}
.social .icon{
	display:inline-block;
	padding:15px;
	height:60px;
	background-position: center;
}
.nav .dropdown-language{
	display:none
}


.carousel-inner>.item img{
	width:100%;
}
.section h2 {
	margin-top: 40px;
	font-size: 18px
}

.section .thumbnail {
	padding: 0;
	border: none;
	padding-bottom: 20px;
	background-color: #f6f6f6
}

.section .thumbnail .caption {
	background: none;
	padding: 1em;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}

.section .thumbnail .caption {
	height: 68px
}
/*
.section .index-2 .thumbnail .caption {
	height: 30px;
	padding: 1em 2em;
	text-align: center
}
*/

.section .row .media {
	margin-top: 40px;
	margin-bottom: 15px
}

.section .row .media .media-body a {
	line-height: 22px;
	display:block;
	height:165px;
	display: inline-block;
	overflow: hidden
}

.section .row .media .small-title{
	color: #074C9A;
	font-weight: 900;
	height:55px;
	overflow:hidden;
	vertical-align: middle;
	display: table-cell;
}
.section .row .media  .intro{
	color:#777;
	font-size: 13px;
}
.section .fourBar {
	margin-bottom: 50px;
	font-size: 12px
}

.section .fourBar .thumbnail .caption {
	line-height: 18px;
	height: 145px;
	overflow: hidden
}

.tab-content .article{
	min-height: 154px;
}

.section .article,.section .article li {
	list-style: none;
	padding: 0;
	margin: 0
}

.section .article li{
	position:relative;
	border-bottom: dashed 1px #ddd;
	line-height:30px;
	padding:0;
	margin:0;
	padding-left:20px;
	margin-top: -20px;
	
}
.section .article li:before{
	position:absolute;
	left:7px;
	top:13px;
	border-radius: 50%;
	height: 4px;
	width: 4px;
	background:#222189;	
	content: "";
}
.title{
	font-size:24px
}
.small-title{
	font-size:18px;
	
}
.media .title{
	line-height: 24px;
	padding-bottom:15px;
	color:#000;
}
.line-tilte{
	position: relative;
	z-index: 1;
	width: 100%;
	border-left: 5px solid #0358C3;
	line-height: 1.2;
}
.line-tilte:before{
	content: '';
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 0;
	border-top:1px solid #EEEEEE;
	left: 0;
	top: 50%;
}
.line-tilte>span{
	display: inline-block;
	padding:0 15px 2px 15px;
	background-color: #fff;
	
}
.article .media{
	padding-bottom: 15px!important;
}
.section .article li:last-child {
	border: none
}
.section .article li span {
	display: block
}


.section .article li .title {
	float: left;
	font-size: 13px;
	line-height: 30px;
	padding-bottom: 0;
}

.section .article li .date {
	float: right;
	font-size: 80%
}

.section .article li .brief {
	clear: both;
	line-height: 16px;
	padding-top: 5px;
	overflow: hidden
}
.hr{border-bottom:1px solid #eee}
.right-box{border-left:1px solid #eee}
.first-box{padding-bottom:10px;margin-bottom:20px;border-bottom:1px solid #eee}
.second-box  .content{padding:0 25px;margin: 15px 0;}
.search-btn{
	height:34px;
	padding-left:25px;
	padding-right:45px;
	color:#48489E;
	font-weight:500;
	background:#ECEFF8 url(../images/search.png) center right no-repeat;
	border:1px solid #9AA9BE;
	border-radius:34px;
	outline:none;
}
.search-btn:active{
	border:1px solid #666;
}

.login-box{
	height: 100px;
}
.login-btn-box{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 120px;
	height: 130px;
}
.login-btn-icon{
	border: none;
	outline: none;
	width: 80px;
	height: 80px;
	padding: 10px 0 ;
	line-height: 30px;
	border-radius: 8px;
	background-color: #0259C3;
	text-align: center;
	color: #fff;
}
.login-btn-pro{
	position: absolute;
	width: 200px;
	top: 85px;
	right: 0;
}
.links{
	margin-top:20px;
	margin-bottom:40px;
	background:url(../images/hr-bg.png) top center no-repeat;
	text-align:center;
	
}
.links .title{
	height:70px;
	line-height:70px;
	text-align:center;
	color:#000;
}

.links img{
	//width:100%;
}
.list-wrap{
	position:relative;
	
}
.list-wrap .prev,.list-wrap .next {
	position: absolute;
	z-index:1;
	width: 51px;
	height: 100%;
	top:0;
	background:url(../images/left-right.png) no-repeat;
	cursor: pointer;
}
.list-wrap .prev{left:0; background-position: 18px center}
.list-wrap .prev:hover{background-position: -42px center}
.list-wrap .next{right:0;background-position: -168px center}
.list-wrap .next:hover{background-position: -228px center}
.list-wrap .prev.disabled{background-position:-102px center}
.list-wrap .next.disabled{background-position:-268px center}
.list-pannel{
	margin:0 50px;
	overflow: hidden;
	height: 50px;
}
.list-row{
	z-index:0;
	margin:0;
	height:50px;
	overflow: hidden;
}
.list-row li{
	padding:0;
	margin:0;
}


.pager .disabled a,.pager .disabled a:hover{
	background:#eee;
}

.owlctr .btn {
	position: absolute;
	top: 50%;
	z-index: 9999;
	-webkit-filter: drop-shadow(0 1px 3px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 3px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 3px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 3px rgba(0,0,0,.3));
	box-shadow: rgba(0,0,0,.3) 1px 1px 5px;
	width: 50px;
	height: 50px;
	background: none
}

.owlctr .next {
	right: 20px;
	background: url('../images/next.png') no-repeat center center
}

.owlctr .next:hover {
	background: url('../images/nexto.png') no-repeat center center
}

.owlctr .prev {
	left: 20px;
	background: url('../images/prev.png') no-repeat center center
}

.owlctr .prev:hover {
	background: url('../images/prevo.png') no-repeat center center
}

.list-right {
	font-size: 12px
}

.list-right h1 {
	font-family: '微软雅黑',"Microsoft YaHei",'黑体' !important;
	font-weight: 900;
	font-size: 22px;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 13px
}
.list-right h1 small{line-height:30px}

.list-right h2 {
	font-family: '微软雅黑',"Microsoft YaHei",'黑体' !important;
	font-weight: 900;
	font-size: 16px;
	margin-top: 0
}

.list-right .brief {
	line-height: 25px;
	height: 80px;
	overflow-y: hidden
}

.list-right .col-lg-9 {
	margin-bottom: 15px
}

.details {
	padding-top: 40px;
	min-height:400px
}
.carousel{
	margin-bottom: 30px;
}
.index .carousel{margin-bottom: 0}
.details .details-right {
	margin-bottom: 80px
}

.details .details-right h1 {
	font-family: '微软雅黑',"Microsoft YaHei",'黑体' !important;
	font-weight: 900;
	font-size: 18px;
	border-bottom: solid 1px #b2b2b2;
	padding-bottom: 13px
}

.details .details-right h2 {
	font-family: '微软雅黑',"Microsoft YaHei",'黑体' !important;
	font-weight: 900;
	font-size: 16px
}

.details .details-right .content p {
	text-indent: 2em
}

.details .details-right .content img {
	max-width: 100%;
	height: auto
}

.honor .thumbnail {
	clear: both
}

.honor .thumbnail .caption {
	height: 50px;
	line-height: 20px;
	overflow-y: hidden
}
.webname{text-align:left;}



.aside nav li {
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	width: 200px
}

.aside nav li a,.aside nav li span {
	display: block;
	padding: 10px 15px
}

.aside .title {
	font-family: '微软雅黑',"Microsoft YaHei",'黑体' !important;
	font-weight: 300;
	font-size: 22px;
	margin-top: 13px;
	padding-bottom: 13px;
	border-bottom: solid 1px #b2b2b2;
	width: 100%;
	position: relative
}

.aside .affix {
	position: fixed;
	top: 70px
}

.footer {
	min-height: 100px;
	color: #444;
	text-align: center;
	position:relative;
}
.footer-bg{	
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color: #EDEDED;
	z-index:-2;
}
.footer-wrapper{
	position:relative;
}


.footer a {
	color: #444;
	padding:0 5px;
}

.footer a:hover {
	color: #F27617
}
.footer li{padding:3px}
.contact-con li{text-align:left}

.con_tit_info{
	line-height:24px;
	padding-top:10px;
	margin-bottom:-13px;
}
.footer .rockets-icon{
	position:absolute;
	z-index:-1;
	top:-220px;
	right:0;
	width:280px;
	height:320px;
	background:url(../images/rockets-icon.png) top right no-repeat;
}
.footer-wrapper .fir-box{
	text-align:right;
}
.footer-wrapper .sec-box{
	text-align:left;
}

.footer-wrapper-bottom{
	background-color: #0259C3;
	color: #fff;
	padding: 12px 15px;
	text-align: center;
}
.footer-wrapper-bottom a{
	padding: 0;
	color: #fff;
}
.wechat-img{
	width: 90px;
	height: 90px;
	/*padding: 5px;*/
	background-color: #fff;
}

span.bds_more, .bds_tools a {
display: block;
height: 24px!important;
line-height:15px;
float: left;
cursor: pointer;
padding-top: 6px;
padding-bottom: 3px;
padding-left: 22px;
}

.backtop{background:url("../images/backtotop.png") no-repeat scroll 0 0 rgba(0,0,0,0);bottom:50px;cursor:pointer;display:none;height:50px;position:fixed;right:30px;width:50px;z-index:999}

.nav li a.price{
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:0;
	color: #4d76c4;
	text-decoration: none;
}

.img-responsive{
	margin: 0 auto;
	width: 100%;
}
.head{
	background:url(../images/header-bg.png);
	height:100px;
	display:none;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}
.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #03499E
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>li>a:active {
	background: #03499E;
	color: #fff;	
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	text-decoration: none;
	background: #03499E;
	color: #fff;	
}
.navbar {
	min-height: 60px;
	margin-bottom: 0px;
}
.nav-box{
	min-height:50px;
	/*border-top:1px solid #DBDBDB;*/
	background-color: #0259C3;
}
.navbar-default {
	border: none;
	background: none;
	-webkit-filter: initial;
	-moz-filter: initial;
	-ms-filter: initial;
	filter: initial;
	-webkit-box-shadow: initial;
	box-shadow: initial
}
.navbar .logo {
	width: auto;
	max-height: 70px
}
.navbar .small-logo-box{
    
    overflow: hidden;
}
.navbar .small-logo {
	max-width: 767px;
	width: auto;
	max-height: 50px;
	height: 50px;
	margin-top:3px;
	display:block
}

.navbar-toggle{
	margin-top:13px
}


.nav-cy-tabs>li{
	margin-bottom: -2px;
}
.nav-cy-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.nav-cy-tabs>li.active>a, .nav-cy-tabs>li.active>a:hover, .nav-cy-tabs>li.active>a:focus {
    color: #0159C3;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #5892D7;
    cursor: default;
    font-weight: bold;
}
.nav-cy-tabs>li.active>a:before, .nav-cy-tabs>li.active>a:hover:before, .nav-cy-tabs>li.active>a:focus:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 0;
    bottom: -2px;
    width: 20px;
    margin-left: -10px;
    height: 7px;
    background:#fff url(../images/cy/nav-line-j.png) bottom center no-repeat;
}

.nav-cy-tabs>li>a:hover{
	color: #0159C3;
    background-color: transparent;
    border-color: transparent;
    font-weight: bold;
}


/*企业承诺*/
.promise-box{
	width: 100%;
	padding: 20px;
	background-color: #F7F7F7;
}
.promise-box-container{
	display: inline-block;
	width: 200px;
	height: 200px;
	text-align: center;
}
.promise-box-content{
	padding-top: 10px;
}
.promise-box-content-title{
	font-size: 30px;
	width: 30px;
	line-height: 40px;
}
.promise-box-content-list{
	width: 170px;
	line-height: 22px;
}
.promise-box-content-pro{

	font-size: 12px;
	line-height: 14px;
	text-align: left;
	padding: 4px 0;
	padding-left: 20px;
}
.promise-box-content-pro:before{
	content: '◆';
	font-size: 14px;
}

.input-icon{
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: 8px center;
}
.input-icon-user{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAclBMVEUAAAACWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcO8W6HbAAAAJXRSTlMAzsuDdG82Fg7dSTsvBfjCubKfmJBhKBPy6eHGw3xjRB1aRy0aQ7iJOQAAALVJREFUKM+dUdcOAyEMI3Bwk9t7duX/f7GqoOjCSX2oX2w5EsQx+x9pNeLchhc/wOp+yHjKPD/B7kO6miM6gMZwNEnih6isaksyyHCwSgIZ3LC3ShSMIBaGtRUOe56aL0Y/SZ2L7HWUecJ87DEili4f2eDpwtEs6qGupxrEyjlwvoqB+BL4piIWqY2DPK8EgbZSB1A7X0B6Lga+GXvekXc7bu/TFIyisB0sgd/mYhgSv05gP/AGq84HoBFPmlUAAAAASUVORK5CYII=);
}
.input-icon-pwd{
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAUVBMVEUAAAACWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcMCWcPa8vI/AAAAGnRSTlMAQFDqw6vWoDjRl1YtD0nzu7GJgntEKh8cCU/g0EcAAACSSURBVCjPpY9ZCsQgEETjtG3imn3r+x90QBRbyccweT8W9bTA7gV+VURq9W0/ACzWLgBD3R8j+vgOx6MSUrLEh8jl6IiPbapktTFhsGQ0TPQ9m2VT1zR9CuHKvaUGmwSYu2PcBlIiEY8T8YxBUC1mredHIRHloxAAohXlNz+KPRXpwp6FlkEwgtRJOEUVynV/8AUeDAivtcSv9gAAAABJRU5ErkJggg==);
}

.main-slogan-title{
    text-align: left;
    font-size: 24px;
    line-height: 1.42857143;
    color: #333;
    padding-left: 0;
}
@media(max-width:990px) {
	.aside {
		margin-bottom: 50px
	}

	.aside .affix {
		position: relative
	}

	.aside .affix .nav li {
		width: 100%
	}
	.aside ,.affix-top{display:none!important}
	.contact-con li{text-align:center!important}
	.webname{text-align:center;}
	.right-box{border-left:none}
	.footer-wrapper .fir-box,.footer-wrapper .sec-box{
		text-align:center;
	}
}

@media(max-width:767px) {
	.navbar-brand {
		padding: 0 15px
	}
	.carousel-control.left,.carousel-control.right{
		background:none
	}
	.language{
		display:none
	}
	.nav .dropdown-language{
		display:block
	}
	.navbar-nav .open-menu{
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.small-hide{display:none}
	
}

@media(min-width:768px) {
	.navbar{
		
		margin-bottom: 0;
		border: none;
		background: none
	}
	.navbar li a {
		line-height: 30px
	}
	.navbar-nav >li>a {	
		margin:0;
		padding:0;	
		line-height: 50px;
		padding:0 20px;
		font-size:16px
	}
	.navbar .small-logo{
		display:none
	}
	.head{
		display:block;
	}
	.navbar {
		min-height: 50px;
		margin-bottom: 0px;
	}
	.carousel-indicators {
		bottom: 10px;
	}
	.dropdown-menu>li>a{text-align:center}
	.navbar-right .dropdown-menu{right:-1px;min-width:116px;min-width:100%;}
	.nav-wrap{height:50px;}
	.fixedTop{
		position:fixed;
		top:0;
		left:0;
		right:0;
		z-index:99;
		border-top:none!important;
		/*border-bottom: 1px solid #DBDBDB;
		background: #fff;*/
	}
	
}

.col-xss-1, .col-xss-2, .col-xss-3, .col-xss-4, .col-xss-5, .col-xss-6, .col-xss-7, .col-xss-8, .col-xss-9, .col-xss-10, .col-xss-11, .col-xss-12 {
    position: relative;
    min-height: 1px;
    padding-left: 14px;
    padding-right: 14px;
    float: left;
}
@media(min-width:768px) {
.col-xss-10 {
    width: 100%
}

.col-xss-9 {
    width: 90%
}

.col-xss-8 {
    width: 80%
}

.col-xss-7 {
    width: 70%
}

.col-xss-6 {
    width: 60%
}

.col-xss-5 {
    width: 50%
}

.col-xss-4 {
    width: 40%
}

.col-xss-3 {
    width: 30%
}

.col-xss-2 {
    width: 20%
}

.col-xss-1 {
    width: 10%
}
}
@-webkit-keyframes slideIn{
	0%{opacity: 0;visibility: visible;}
	10%{opacity: .1;}
	20%{opacity: .2;}
	30%{opacity: .3;}
	40%{opacity: .4;}
    50%{opacity: .5;}
	60%{opacity: .6;}
	70%{opacity: .7;}
	80%{opacity: .8;}
	90%{opacity: .9;}
    100%{opacity: 1;}
  }

  @-webkit-keyframes slideOut{
    0%{opacity: 1;}
	10%{opacity: .9;}
	20%{opacity: .8;}
	30%{opacity: .7;}
	40%{opacity: .6;}
    50%{opacity: .5;}
	60%{opacity: .4;}
	70%{opacity: .3;}
	80%{opacity: .2;}
	90%{opacity: .1;}
    100%{opacity: 0;}
  }