/* 头部和底部css */
/* 头部 */
.header{
    height: 157px;
}
.top{
    height: 40px;
    line-height: 40px;
    color: #666;
}
.headerC{
    overflow: hidden;
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.adv{
    width: 60%;
    background-color: #c9c8d0;
}
.adv img{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.tel{
    display: flex;
}
.tel_img{
    margin-right: 12px;
}
.tel_img i.icon-zuoji{
    font-size: 42px;
    color: #c20528;
}
.tel_text span{
    display: inline-block;
    font-size: 16px;
    color: #555555;
    line-height: 24px;
    margin-top: 5px;
    letter-spacing: 1px;
}
.tel_text p{
    font-size: 26px;
    line-height: 30px;
    color: #c20528;
}
.nav{
    width: 100%;
    background-color: #c20521;
    height: 59px;
    border-bottom: 1px solid #a0001e;
}
.nav .container{
    height: 59px;
    display: flex;
    justify-content: space-between;
}
.nav a{
    display: inline-block;
    color: #fff;
    font-size: 18px;
    height: 59px;
    align-items: center;
    display: flex;
    padding: 0 20px;
}
.nav a:hover{
    background-color: #a0001e;
}
.nav a i{
    font-size: 28px;
    margin-right: 8px;
}
.nav a i.icon-icon{
    font-size: 37px;
    margin-top: -12px;
}
.nav a i.icon-gupiao-hangqingdianjitai{
    font-size: 33px;
}
/* banner */
.c-banner{
	width: 100%;
	position: relative;
    background-color: #ccc;
}
.c-banner img{
	width: 100%;
}
.c-banner .banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li{
	/* position: absolute */
	display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img{
	position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #000000;
	opacity: 0;
	border-radius: 5px;
	z-index: 10;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
	opacity: 0;
}
.c-banner .nexImg{
	right: 0px;
}
.c-banner .jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 12px;
	text-align: center;
}
.c-banner .jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
    display: flex;
    justify-content: flex-end;
    padding-right: 5%;
}

.c-banner .jumpBtn ul li{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 5px;
}
.c-banner .jumpBtn ul li:first-child{
	margin-left: 0px;
}
@media screen and (max-width:768px) {
	.c-banner{
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img{
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
}
.search{
    width: 100%;
    height: 40px;
    border: 1px solid #909090;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 20px;
}
.search a{
    display: inline-block;
    width: 30%;
    padding: 0 10px;
    line-height: 40px;
    text-align: center;
    background-color: #909090;
    color: #fff;
    border-left: 1px solid #909090;
    font-size: 16px;
    border-radius:0 5px 5px 0;
}
.search input{
    width: 100%;
    padding: 2px 10px;
    line-height: 36px;
    border-radius: 5px;
}
/* 底部 */
.footer{
    width: 100%;
    overflow: hidden;
    font-size: 16px;
}
.footer_t{
    background-color: #2d2d2d;
    padding: 30px 0 20px 0;
    overflow: hidden;
    color: #fff;
}
.footer_t .container{
    display: flex;
    justify-content: space-between;
}
.footer_text{
   text-align: center;
}
.footer_nav{
    line-height: 30px;
}
.footer_nav a{
    display: inline-block;
    color: #fff;
    padding: 0 5px;
}
.footer_jm{
    line-height: 30px;
    margin-bottom: 10px;
}
.gs{
    text-align: center;
}
.gs img{
    display: inline-block;
}
.footer_weixin{
    display: flex;
    text-align: center;
}
.footer_weixin div:nth-child(2){
    margin-left: 40px;
} 
.footer_weixin span{
    display: block;
}
.footer_weixin p{
    margin-top: 20px;
}
.footer_b{
    overflow: hidden;
    background-color: #181818;
    height: 53px;
    text-align: center;
    padding: 15px 0;
    color: #b9b8b8;
}
.footer_b a{
    color: #b9b8b8;
}
.footer_b img{
    display: inline-block;
    margin-right: 2px;
}
.main{
    overflow: hidden;
    background-color: #f7f7f7;
    padding: 25px 0 20px 0;
}
.z_ban {
    width: 100%;
    overflow: hidden;
}

.z_ban img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.z_ban img:hover {
    transform: scale(1.1);
}

/* 页码css */
.page {
    text-align: center;
    overflow: hidden;
    margin: 30px 0;
    height: 50px;
}

.page a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 0 15px;
    border-radius: 4px;
    font-size: 15px;
    color: #666;
    margin: 0 3px;
}
.page a.page_cur {
    background: #c20521;
    color: #fff;
}
.page a:hover {
    background: #c20521;
    color: #fff;
    border: 1px solid #c20521;
}
.page input {
    height: 38px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
    width: 40px;
    text-align: center;
    padding: 0 5px;
    outline: none;
    border-radius: 4px;
}
.page button {
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    outline: none;
}
