﻿.header-pc{
	background:url(../image/navBg.png) no-repeat;
	height: 143px;
	background-size:100% 100%;
}
.header-pc > .container{
	display:flex;
	align-items: center;
	height: 95px;
	position: relative;
}
.header-pc .container .logo{
	display:flex;
	align-items: center;
}
.header-pc .container .logo img{
	display: block;
	width: 60px;
}
.header-pc .container .logo p{
	font-size: 16px;
	margin-left: 30px;
}
.header-rt{
	position: absolute;
	right: 0;
	top: 0;
	display:flex;
	align-items: center;
	height: 95px;
}
.header-rt .search form{
	position: relative;
}
.header-rt .search form input{
	width: 180px;
    height: 40px;
    padding-right: 50px;
    padding-left: 15px;
    border: 1px solid #15507e;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    outline: 0;
}
.header-rt .search button{
	position:absolute;
	background:url(../image/search.png) no-repeat;
	height: 40px;
	width: 40px;
	right: 0;
	border: none;
	outline:0;
	top: 0;
}
.header-rt .hot-line{
	margin-left: 30px;
}
.header-pc .nav-bg{
	height: 48px;
	background:url(../image/nav-bg.png) repeat-x;
}
.header-pc .nav-pills>li>a{
	border-radius: 0;
}
.header-pc .nav>li>a{
	line-height: 48px !important;
	padding:0 25px !important;
	color: #fff;	
}
.header-pc .nav-pills>li+li{
	margin-left: 0;
}
.header-pc .nav>li{
	padding:0;
}
.header-pc .nav-pills>li.active>a{
	background:url(../image/nav-hover.png) no-repeat;
	color: #fff;
}
.header-pc .nav li a:hover{
	background:url(../image/nav-hover.png) no-repeat;
	color: #fff !important;
}
.header-pc .nav li a:after{
	border-bottom: none;
}
.header-m{
	height: 110px;
	background:url(../image/navBg.png) no-repeat;
	background-size:100% 100%;
}
.navbar-header{
	height: 60px;
}
.my-logo{
	position: absolute;
    width: 40px;
    height: 50px;
    background:url(../image/logo.png) no-repeat;
    background-size:cover;
    top:5px;
    left: 28px;
}
.navbar-hot-line{
	position: absolute;
	top: 10px;
	left: 95px;
	height: 40px;
	border-left: 1px solid #e5e5e5;
	padding-left: 15px;
	font-size: 15px;
}
.navbar-hot-line span{
	display: block;
	height: 20px;
	line-height: 20px;
}
.navbar {
	/*min-height:85px;*/
	margin-bottom: 0;
	border: none;
}
.navbar-brand{
	float: left;
    height:auto;
    padding:0;
    font-size: 18px;
}
.navbar-toggle{
	background:transparent;
	margin-top: 12px;
	padding:5px 0;
}
.navbar-toggle .icon-bar{
	width: 30px;
	height: 4px;
	background:#15507e;
	border-radius: 2px;
}
.navbar-toggle .icon-bar+.icon-bar{
	margin-top: 6px;
}
.header-m .navbar-collapse{
	position: absolute;
	width: 100%;
	border-top: none;
}
.header-m .navbar-nav > li > a{
	color: #333;
	border-bottom: 2px solid transparent;
}
.header-m .nav li.active a{
	color: #15507e;
	border-bottom:2px solid #15507e;
}
.header-m .nav>li{
	padding: 0 15px;
}
.header-m .navbar-nav{
	margin: 0;
}
.navbar-search form{
	position:relative;
	display: block;
	height: 40px;
	padding: 0 15px;
}
.navbar-search form input{
	width: 100%;
	height: 100%;
	border: none;
	color: #999;
	background: #e2e2e2;
	padding-left: 15px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	outline: 0;
}
.navbar-search form button{
	background: url(../image/search.png) no-repeat;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right:15px;
	border: none;
	outline: 0;
}

.swiper-container-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.swiper-container-banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container-banner .swiper-slide img{
	width:100%;
}
.swiper-container-banner .swiper-pagination-bullet-active{
	opacity: 0.5;
	background: #000;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
.section-yewu .yewu-title{
	padding: 30px 0;
	text-align: center;
}
.yewu-container{
	background: url(../image/yewu-pc.jpg) no-repeat;
	background-size:cover;
}
.yewu-list{
	display: flex;
	flex-wrap: wrap;
}
.yewu-list div{
	width: 50%;
	border: 1px solid #fff;
	padding: 15px;
}
.yewu-list div:nth-child(1){
	border-right: none;
	border-bottom: none;
}
.yewu-list div:nth-child(2){
	border-bottom: none;
}
.yewu-list div:nth-child(3){
	border-right: none;
}
.yewu-list div:nth-child(4){
}
.yewu-list a{
	display: flex;
	width: 100%;
	height: 100%;
	background:transparent;
	cursor: pointer;
	transition: all 0.5s;
	color: #fff;
	text-decoration: none;
	padding: 50px 0;
	align-items: center;
	font-size: 18px;
	padding-left: 25%;
	letter-spacing:9px;

}
.yewu-list a:hover{
	background:#15507e;
	transform: auto;
}
.yewu-list a img{
	margin-right: 30px;
}
.section-news{
	padding: 30px 0;
}
.section-news .section-news-title{
	display: flex;
	align-items: center;
	position: relative;
}
.section-news .section-news-title a{
	position: absolute;
	right: 0;
	color:#15507e;
}
.seciton-news-box{
	margin-top:30px;
}
.section-news-list{
	border-top: 1px solid #ddd;
	padding: 15px 15px 15px 0;
}

.section-news-list .index-news-title{
	background:url(../image/news-title.png) no-repeat;
	background-position: 0 50%;
	color: #333;
	text-decoration: none;
	font-size: 16px;
	padding-left: 30px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-bottom:5px;
	display: block;
}
.section-news-list .index-news-title:hover{
	color:#15507e;
}
.section-news-list .index-news-desc{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	color: #666;
	padding-left: 30px;
	line-height:1.5;
	font-size: 13px;
}

.section-news-list .index-news-date{
	margin-top: 5px;
	color: #999;
	padding-left:50px;
	background: url(../image/news-date.png) no-repeat;
	background-size: 14px;
	background-position:30px 50%;
}
.section-about{
	background: url(../image/index-about-bg.jpg) no-repeat;
	background-size:100% 100%;
}
.section-about .container{
	display: flex;
}
.section-about .about-lf{
	width:40%;
	padding:100px 0;
}
.section-about .about-rt{
	width: 60%;
	padding: 50px 0;
}
.section-about .about-rt p{
	line-height: 1.5;
	font-size: 16px;
	color: #666;
	margin-bottom: 50px;
}

.section-about .about-rt video{
	width: 60%;
	border: none;
}
video:focus{
	outline: 0;
}
.index-video{
	position: relative;
}
.index-video a{
	position: absolute;
	right: 0;
	top: 40%;
	height:73px;
	width:74px;
	background:url(../image/video-more.png) no-repeat;
	background-size:100% 100%;
	transition: all 1s;
}
.index-video a:hover{
	width:80px;
}
.code-search{
	background:#15507e;
	padding: 15px 0;
}
.code-search-container{
	display: flex;
	align-items: center;
	position: relative;
}
.code-search-container form{
	background:#15507e;
}
.code-search-container form label{
	color: #fff;
	margin-bottom: 0;
	height: 30px;
	line-height: 30px;
	background: url(../image/money.png) no-repeat;
	background-position:10px 50%;
	padding:0 15px 0 35px;
}
.code-search-container form input{
	border: none;
	height:26px;
	padding-left: 15px;
	background: #7ea6c6;
	outline: 0;
	color: #fff;
	width: 300px;
}
.code-search-container form input::-webkit-input-placeholder{
	color: #fff;
}
.code-search-container form button{
	border: none;
	color: #fff;
	background: transparent;
	margin:0 15px;
}
.code-search-container img{
	position: absolute;
	right: 0;
	top:0;
	height: 30px;
	width: auto;
}
.checkLevelContent > div{
	width: 100% !important;
}
.checkLevelContent p img{
	max-width: 100% !important;
}


@media (min-width: 992px){
	.header-m{
		display:none;
	}
	.header-pc{
		display: block;
	}
	
}
@media (max-width:1200px){
	.header-pc .container .logo p{
		display: none;
	}
	.section-news .section-news-title{
		flex-wrap: wrap;
	}
	.section-news .section-news-title a{
		position: relative;
		display: block;
		width: 100%;
		padding-left: 85px;
	}
	.header-pc .nav>li>a{
		line-height: 48px !important;
		padding:0 15px !important;
		color: #fff;	
	}
}
@media (max-width: 991px){
	.header-m{
		display:block;
	}
	.header-pc{
		display:none;
	}
	.yewu-container{
		background: url(../image/yewu-m.jpg) no-repeat;
		background-size:100% 100%;
		padding: 0 15px;
	}
	.yewu-list div{
		padding: 10px;
	}
	.yewu-list a{
		padding-left: 0;
		padding: 15px 0;
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.yewu-list a img{
		margin-right: 0;
		width: 40px;
		height: auto;
	}
	.yewu-list a p{
		width: 100%;
		font-size: 14px;
		letter-spacing:2px;
		margin-top: 5px;
	}
	.section-news{
		padding: 15px;
	}
	.section-news-title{
		flex-wrap: wrap;
		overflow: hidden;
	}
	.section-news-title img{
		width: 130%;
	}
	.section-news .section-news-title a{
		position: relative;
		width: 100%;
		text-align:left;
		font-size: 12px;
		padding-left: 40px;
	}
	.section-news-list .index-news-title{
		font-size: 14px;
	}
	.section-news-list .index-news-desc{
		font-size: 12px;
		line-height: 18px;
	}
	.section-about{
		background: none;
	}
	.section-about .container{
		flex-wrap: wrap;
		width: 100%;
	}
	.section-about .about-lf{
		text-align: center;
		width: 100%;
	    background:rgb(183,183,183);
	    padding: 15px 0;
	}
	.section-about .about-lf img{
		width: 35%;
	}
	.section-about .about-rt{
		width: 100%;
		padding: 15px;
		background: rgb(234,234,234);
	}
	.section-about .about-rt p{
		margin-bottom: 15px;
	}
	.section-about .about-rt video{
		width: 100%;
	}
	.index-video a{
		position: absolute;
		top:auto;
		right: 0;
		bottom: 0;
		width: 40px;
		height: 40px;
	}
	.index-video{
		padding-bottom: 55px;
		position: relative;
	}
	.seciton-news-box{
		margin-top: 15px;
	}
	.code-search{
		display: none;
	}
	.navbar-search{
		padding-top: 10px;
	}
	.navbar-search form{
		height: 30px;
	}
	.navbar-search form button{
		height: 30px;
		width: 30px;
		background-size:30px;
	}
}
@media (max-width:550px){
	.section-yewu .yewu-title{
		padding: 15px 0;
	}
	.section-yewu .yewu-title img{
		width:70%;
	}
}
