.btn,
.btn:focus,
.btn:active {
	outline: none;
}

.wrap {
	width: 100%;
	overflow: hidden;
}

/*鍏叡鏍峰紡鍕垮垹闄�*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.mt15 {
    margin-top: 15px;
}
.p_r {
    position: relative;
}
.pl30 {
    padding-left: 30px;
}
.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

/**/

.breadcrumb {
	margin-bottom: 0px;
}

.breadcrumb1 {
	margin-bottom: 0px;
	padding-left: 15px;
}
.breadcrumb1 h1{
margin-top: 10px;
}

.breadcrumb1>li {
    display: inline-block;
}




.navbar-default .navbar-toggle {
	margin-right: 0;
}

.newsitem .box {
	background: #fff;
	padding: 15px 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
}

.newsitem .a .hd {
	color: #757575;
	margin-bottom: 20px;
	text-align: center;
}

.newsitem .a .hd h2 {
	font-size: 24px;
	color: #333;
}


.newsitem .a .hd span {
	margin-right: 20px;
}
.newsitem .a .hd span h1 {
	margin: 0px;
	display: inline;
}






.newsitem .a .bd img {
	max-width: 100%;
	height:auto !important;
	margin: 1px auto;
	
}

.newsitem .a .bd p {
	color: #757575;
	line-height: 28px;
	margin: 10px 0;
}
.newsitem .a .bd a {
	color: #ff9c0b;
	
}
.newsitem .b a {
	display: block;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsitem .c a {
	display: block;
	margin-top: 30px;
}

.newsitem .c a img {
	width: 100%;
}

.newsitem .c a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
	margin-bottom: 0;
}


/*鎼滅储*/
.search-header{
width: 100%;
}
.search-header .search-right {
	right: 0;
	position: absolute;
}

.search-header .search-right .search-nav{
	 display: inline-block;
	margin-right: 31px;
    margin-top: 19px;
}
.search-null{

}
.search-null .search-logo{
	margin-top: 100px;
	margin-bottom: 100px;
    text-align: center;
}
.search-null .search-logo img{
	 bottom: 15px;
	 max-width: 100%;
}

.search-null .search-form{
	width: 60%;
	margin: 0 auto;
	margin-bottom:50px;
}
.search-null .search-form .form-control{
	height: 51px;
	    border-radius: 20px 0 0 20px;
}
.search-null .search-news{

	width: 60%;
	margin: 0 auto;
}
.search-null .search-news .search-news-refresh{
	float: right;
	
}
.search-null .search-news .search-news-refresh i{
	margin-right: 4px;
    font-size: 16px;
}

.search-null .search-news .search-news-title{
	margin-bottom: 15px;
	display: inline-block;
}

.search-null .search-news ul li{
	width: 50%;
	float: left;
	margin-top: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.search-null .search-form .btn{
	padding: 10px 30px;
	background: #082E54;
	    border-radius: 0 20px 20px 0;
}

.search-null .search-form .btn .glyphicon-search{
	font-size: 25px;
	color: #fff;
}



/*鎮诞琛ㄥ崟*/
.logbox {
	
	border:#0750b8 solid thin;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.8);
	z-index: 999;
	text-align: center;
	width: 320px;
	padding: 0 20px 20px;
	bottom: 10px;
	right: 10px;
    position: fixed;
}
.logbox .title {
	font-size: 30px;
	color: #0750b8;
	margin: 0;
	padding: 20px 0 10px;
	line-height: 40px;
}
.logbox input {
	height:50px;
	font-size: 16px;
	border-radius:15px;
}
.logbox .btn-warning {
	background: #0750b8;
	border-color:#0750b8;
	color: #fff;
}
.logbox .btn-warning:hover {
	background:#e60012;
	border-color:#e60012;
	color: #fff;
}
.logbox .btn-default {
	background: #363636;
	color: #fff;
}
.logbox .input-group-btn .btn{
	background: #0750b8;
	color: #fff;
	height: 50px;
	border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.logbox i {
	position: absolute;
	left: 10px;
	top: 18px;
	color: #999;
}
.logbox .cailiao img{
    margin-top: 18px;
	width: 100%;
}
@media screen and (min-width:1201px) and (max-width:1600px) {
	

}

@media screen and (min-width:981px) and (max-width:1200px) {
	

}

@media screen and (min-width:769px) and (max-width:980px) {
	
	.logo img {
		width: 110px;
	}

	.header .navbar-default .navbar-nav>li>a {
		padding: 0 12px;
		font-size: 14px;
	}


}

@media (max-width:768px) {
	.logbox {
	border:#0750b8;
	z-index: 999;
	text-align: center;
	width: 90%;
	padding: 5px 20px 20px;
	bottom: 0px;
	right: 0px;
	margin-left: 5%;
    position: relative;
}
.logbox .title {
	font-size: 30px;
	color: #0750b8;
	margin: 0;
	padding: 0;
	line-height: 0px;
}

.logbox input {
	height: 40px;
	font-size: 16px;
	border-radius:5px;
}


.logbox .input-group-btn .btn{
	background: #0750b8;
	color: #fff;
	height: 40px; 
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
	.header .logo {
		line-height: 50px;
	}

	.navbar-collapse {
		float: none;
	}

	.header .navbar-default .navbar-nav>li>a {
		line-height: 40px;
		height: auto;
		font-size: 14px;
	}
	.navbar-default .navbar-toggle{
		margin-right: 0;
	}
	.header .dropdown-menu {
		position: static;
		background: #f5f5f5;
		box-shadow: none;
		float: none;
		display: block;
	}
	.header .navbar-nav>li .dropdown-menu>li>a{
		text-align: left;
		padding: 5px 30px;
	}
	.header .tel{
		display: none;
		text-align: left;
		font-size: 20px;
		margin-top: 10px;
	}
	.header .navbar-nav>li{
		padding: 0;
	}
	.header .navbar-default .navbar-nav>li>a{
		border: none;
	}
	.header{
		padding: 0;
		position: relative;
		z-index: 10;
	}
	.homepage .a p{
		display: none;
	}
	.header .navbar-default .navbar-nav>.active>a{
		background: #e60012;
		color: #fff;
	}
	.logo img {
		width: 90px;
	}
	.footer .a h3{
		font-size: 14px;
	}
	.footer .a li{
		font-size: 12px;
	}
	.footer .b .flex h4{
		font-size: 12px;
	}
	.footer .b .flex h4 br{
		display: none;
	}
	.homepage .title{
		font-size: 18px;
		padding: 30px 0 15px;
	}
	.homepage .k .input-group{
		margin-bottom: 15px;
	}
	.homepage .I li::after,.homepage .I li.down::after,.homepage .I li.icon::after{
		display: none;
	}
	.homepage .I li{
		margin: 10px 0;
		font-size: 12px;
	}
	.homepage .I li img{
		height: 40px;
	}
	.homepage .g .flex{
		padding: 20px;
		display: block;
		font-size: 14px;
		margin: 0;
	}
	.homepage .g .flex p{
		text-align: center;
		margin-left: 0;
	}
	.homepage .g .flex  span{
	    color: #e60012;
	}
	.homepage .g .flex img {
		margin: 0 0 15px 0;
	}
	.homepage .f .bd .media-object{
		width: 120px;
		height: auto;
	}
	.homepage .f .bd h4{
		font-size: 16px;
	}
	.homepage .f .bd p{
		font-size: 12px;
		line-height: 22px;
	}
	.homepage .e .flex {
		font-size: 12px;
	}
	.homepage .e .col-lg-6:nth-child(2) .flex{
		background: #f5f3f2;
		color: #0750b8;
	}
	.homepage .e .col-lg-6:nth-child(3) .flex{
	background: #0750b8;
    color: #fff;
	}
	.homepage .e .flex img{
		height: 80px;
	}
	.homepage .e .flex b{
		font-size: 24px;
	}
	.homepage .d .left{
		width: 100%;
		margin: 0;
	}
	.homepage .d .left dd{
		font-size: 12px;
	}
	.homepage .d .left dt{
		font-size: 16px;
	}
	.homepage .b,.homepage .a .bd{
		margin: 0;
	}
	.homepage .a .media{
		margin-top: 15px;
	}
	.homepage .a .video-height{
		height: 200px;
	}
	.homepage .a video{
		height: 200px;
	}
	.homepage .b{
		padding: 0;
	}
	.homepage .f .bd{
		padding: 15px 0;
	}
	.homepage .f .bd .media{
		padding: 15px 0;
	}
	.homepage .J .row{
		margin: 0 -5px;
	}
	.homepage .J .col-xs-4{
		padding: 0 5px;
	}
	.homepage .k .input-group .form-control{
		height: 40px;
	}
	.homepage .k .input-group-addon{
		min-width: 101px;
	}
	.homepage .h .col-lg-6{
		padding: 15px;
	}
	.homepage .h .col-lg-6 .h-bd .flex{
		font-size: 14px;
	}
	.homepage .h .col-lg-6 .h-bd .flex span{
		font-size: 18px;
		
	}
	.licheng .flex{
		display: block;
	}
	.licheng .left{
		width: 100%;
	}
	.licheng img{
		margin: 15px 0 0 0;
	}
	.licheng{
		padding-bottom: 20px;
	}
	.banner_info{
		font-size: 14px;
		height: 250px;
	}
	.banner_info dt{
		font-size: 28px;
		padding-top:80px;
	}
	.licheng .left dt{
		font-size: 18px;
	}
	.licheng .title{
		font-size: 18px;
	}
	.jieshao img{
		margin-top: 20px;
	}
	.jieshao p{
		font-size: 14px;
	}
	.jieshao .title{
		padding-bottom: 20px;
		font-size: 18px;
	}
	.qianjing .title,.joinus .title,.peixun dl dt,.team1 .title, .story .title,.linian .title{
		font-size: 18px;
		padding: 20px 0;
	}
	.qianjing .a{
		font-size: 12px;
	}
	.qianjing .a .flex_item> img{
		height: 40px;
	}
	.qianjing .a .line img{
		width: 20px;
	}
	.qianjing .a .line::after{
		margin-top: -1px;
	}
	.qianjing .b .flex{
		display: block;
	}
	.qianjing .b .bd{
		padding:5px 15px 15px;
		margin: 0;
	}
	.qianjing .b dl{
		margin: 0 0 15px 0;
		height: auto;
	}
	.qianjing .c .flex{
		display: block;
	}
	.qianjing .btn{
		font-size: 16px;
		margin: 15px 0;
	}
	.qianjing .d{
		padding: 20px 0;
	}
	.qianjing .e li{
		width: 50%;
	}
	.peixun dl dd{
		line-height: 24px;
		font-size: 14px;
	}
	.peixun dl dt{
		margin: 0;
	}
	.peixun .bd a{
		padding: 5px;
		margin-top: 10px;
	}
	.peixun .btn{
		margin: 15px 0;
	}
	.row{
		margin: 0 -5px;
	}
	.col-xs-6{
		padding: 0 5px;
	}
	.team .flex {
		display: block;
		text-align: center;
	}
	.team .flex .pic{
		width: 100px;
		height: 100px;
		display: block;
		margin: 0 auto;
	}
	.team1 .row a{
		margin-top: 10px;
		padding:20px 10px 10px;
	}
	.team1 .row .pic{
		width: 100px;
		height: 100px;
	}
	.team1 .row h4{
		font-size: 12px;
		margin-top: 20px;
	}
	.team1 .row p{
		font-size: 12px;
		line-height: 20px;
	}
	.story .b .box dl{
		font-size: 12px;
	}
	.story .b .box dt{
		font-size: 16px;
		line-height: 20px;
		margin: 15px 0 5px;
	}
	.story .b .box dd{
		padding: 0;
	}

	.story .a h4{
		font-size: 14px;
		font-weight: bold;
		margin: 10px 0;
	}
	.contentus .left{
		padding: 15px 0;
		margin-top: 15px;
	}
	.contentus .col-md-8 .text-right .btn{
		margin: 15px 0;
	}
	.linianpage .a .left span{
		font-size: 12px;
		width: 94px;
	}
	.linianpage .a a{
		font-size: 14px;
		height: 60px;
	}
	.linianpage .a ul a{
		height: 50px;
	}
	.linianpage .b li{
		width: 50%;
	}
	.linianpage .b .title{
		font-size: 18px;
	}
	.linianpage .b li a{
		font-size: 14px;
		height: 200px;
	}
	.linianpage .b li a img{
		height: 60px;
	}
	.contentus .col-md-8 .input-group .input-group-addon{
		font-size: 14px;
	}
	.homepage .d .left dl{
		box-shadow: 0 0 10px #b2c9e9;
		margin-top: 10px;
	}
	.qianjing .b .left{
		margin: 0;
		width: 100%;
	}
	.search-null .search-form{
	width: 90%;
	margin: 0 auto;
	margin-bottom:50px;
}
.search-null .search-form .form-control{
	height: 51px;
	    border-radius: 20px 0 0 20px;
}
.search-null .search-news{

	width: 90%;
	margin: 0 auto;
}
.search-null .search-logo {
    margin-top: 100px;
    margin-bottom: 60px;
    text-align: center;
}
.search-null .search-logo img {
    bottom: 15px;
    max-width: 70%;
}
.search-null .search-news ul li {
    width: 100%;
    float: left;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
	.row {
		margin-left: 5px;
		margin-right: 5px;
	}
	.col-lg-4,
	.col-lg-9,
	.col-lg-3,
	.col-lg-6,
	.col-lg-10 {
		padding-left: 5px;
		padding-right: 5px;
	}
	.newslist li .media-object {
		width: 110px;
	}
	.newslist li .media-heading {
		font-size: 14px;
		margin: 0;
	}
	.newslist li p {
		-webkit-line-clamp: 2;
		font-size: 12px;
		line-height: 20px;
		height: auto;
		margin: 0;
	}
	.newslist li .ft {
		display: none;
	}
	.newslist li {
		padding: 5px;
	}
.newsitem .a .hd h2 {
	font-size: 18px;
	color: #333;
}
	.newsitem .box {
		padding: 15px;
	}
	.newsitem .b a {
		margin-bottom: 15px;
		font-size: 14px;
	}
	.newsitem .b .t_r {
		text-align: left;
	}
	.newsitem .a .hd span {
	margin-right: 0px;
}
	.dingzhi .title {
		font-size: 18px;
		margin-top: 15px;
	}
	.dingzhi .a {
		padding-top: 0;
	}
	.dingzhi .b,
	.dingzhi .c {
		padding-top: 20px;
	}
	.contantus .a .map {
		padding: 0 15px 15px;
	}
	.contantus .b .pl30 {
		padding: 0;
	}
	.contantus .b .b_l {
		border: none;
	}
	.contantus .c .right {
		padding: 0;
	}
	.contantus .c .right p {
		font-size: 14px;
	}
	.contantus .c .right .title {
		font-size: 18px;
	}
	.contantus .c .left {
		display: none;
	}
		.f_none {
		display: none;
	}
		.m_none {
		display: none!important;
	}
			.newsbg .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
  .swiper-container{
    --swiper-navigation-color: #0750b8;
    --swiper-navigation-size: 30px;
  }


  .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-block {
    display: block;
    width: 100%;
}
.form-control{
	    padding-left: 30px;
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
}