.containerl {
    padding: 0.3rem 0 1.2rem;
}

.containerl > div {
    background-color: #fff;
    margin-bottom: 0.6rem;
}

#bottom {
    padding: 0.4rem 0;
    background-color: #333;
    color: #ccc;
    text-align: center;
    width: 100%;
}

#bottom .botm-link {
    padding-bottom: 0.2rem;
}

#bottom .botm-link a {
    padding-right: 0.2rem;
    color: var(--main-color);
}

#bottom .link {
    text-align: center;
}

#bottom .link a {
    padding: 0 0.2rem;
    font-size: 0.24rem;
    color: #999;
}

#bottom.hold {
    position: fixed;
    bottom: 0;
}

.model {
}

.model .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.9rem;
    padding: 0 0.2rem;
    border-bottom: 2px solid var(--main-color);
}

.model .title.sp {
    padding: 0 0.26rem;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(var(--main-r), var(--main-g), var(--main-b), 0.3);
}

.model .title.sp a {
    font-size: 16px;
    display: inline-block;
    margin-right: 20px;
}

.model .title.sp a.cur {
    font-weight: bold;
    color: var(--main-color);
}

.model .title .tit {
    display: flex;
    align-items: center;
}

.model .title .tit span {
    font-size: 0.34rem;
    font-weight: bold;
}

.model .title .tit i {
    font-size: 0.5rem;
    margin-right: 0.2rem;
}

.model .title .more {
    font-size: 0.32rem;
    padding-right: 0.1rem;
}

.moresel {
    display: none;
    position: fixed;
    top: 14vmin;
    bottom: 40vmin;
    left: 6vmin;
    right: 6vmin;
    border-radius: 6px;
    padding: 0.26rem;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 0 0 4rem rgba(var(--main-r), var(--main-g), var(--main-b), .9);
}

.moresel ul {
    overflow-y: auto;
    height: 100%;
}

.moresel li {
    font-size: 0.32rem;
    text-indent: -0.96rem;
    padding: 0.1rem 0 0.1rem 1rem;
}

.moresel li a {
    display: inline-block;
    margin: 0.14rem 0.3rem 0.14rem 0;
    color: var(--main-color);
    text-indent: 0;
}
.ztbg {
    background-color: #0e7c66ed;
    position: relative;
    height: 15rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ztbg::before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    background: url(../images/zhuantibg.jpg) no-repeat center/cover;
    mix-blend-mode: screen;
    opacity: 0.5;
}

.ztbg .logo {
    position: relative;
}

.ztbg .logo img {
    width: 2.4rem;
    height: 2.4rem;
}

.zt-title {
    position: relative;
    box-sizing: border-box;
    width: 4.4rem;
    aspect-ratio: 2.11/1;
    font-size: 0.66rem;
    color: #fff;
    padding: 0.38rem 0 0 0.46rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.zt-title span {
    font-size: 0.9rem;
    vertical-align: bottom;
}

.zt-title::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: var(--main-color);
    -webkit-mask: url(../images/zt_border.png) no-repeat center/100%;
}
.ztnav {
    justify-content: center;
    display: flex;
    background-color: #555;
}

.ztnav a {
    margin: 0 0.1rem;
    position: relative;
}

.ztnav a span {
    color: #fff;
    font-size: 1.12rem;
    padding: 0 3.6rem;
    display: inline-block;
    line-height: 2.8rem;
}

.ztnav a.cur span {
    transform: skew(-0deg);
    background-color:#d73d3d;
}

.ztnav a.cur i {
    display: inline-block;
    transform: skew(30deg);
}

.zt-list {
    margin: 0 auto;
    padding: 0.3rem;
}

.zt-list .logo-list {
     display: flex; 
     flex-wrap: wrap; 
    justify-content: space-between; 
}

.zt-list .logo-list a {
   display: inline-block;
    margin-bottom: 0.6rem;
    width: 7.5rem;
    background-color: #fdfdfd;
    overflow: hidden;
    box-shadow: 0 1px 6px #0003;
    height: 130px;
}

.zt-list .logo-list a img {
       display: block;
    margin: 0.4rem auto;
    width: 80pxrem;
    height: 80px;
}

.zt-list .logo-list p {
   width: 100%;
    height: 2.6rem;
    line-height: 2.6rem;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.88rem;
    background-color: #0d4278;
    color: #fff;
    text-align: center;
}
.page {
    display: flex;
    padding: 0.3rem;
    align-items: center;
    justify-content: space-between;
}

.page a {
    display: inline-block;
    border: 1px solid var(--main-color);
    border-radius: 4px;
    padding: 0.15rem 0.3rem;
    font-size: 0.3rem;
}

.page a:first-child {
    color: var(--main-color);
    background-color: rgba(var(--main-r), var(--main-g), var(--main-b), .15);
}

.page a:last-child {
    color: #fff;
    background-color: var(--main-color);
}

.page a.dis {
    color: #bbb;
    background-color: #eee;
    pointer-events: none;
    border-color: #ccc;
}

.page span {
    font-size: 0.28rem;
    letter-spacing: 4px;
}
.main2 {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main-left {
	float: left;
	background: #fff;
	width: 880px;
	height: auto;
}
.saiqu {
	background-color: #003b87;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 22px;
	height: 50px;
}

.saiqu ul li {
	float: left;
	width: 130px;
	text-align: center;
	color: #009688;
}
.saiqu ul li.hover {
	color: #FFF;
}

.saiqu ul li.hover {
	background-color: #e60640;
}

.saiqu ul li a {
	color: #000;
	padding: 10px;
	background: #ee2b40;
	color: #fff;
	margin: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	/* width: 10%; */
	height: 20px;
	line-height: 20px;
}
.saiqu ul li {
		width: 200px;
	}
	
	.saiqu {
		background-color: #0d4278;
		width: 100%;
		height: 100%;
		line-height: 50px;
		font-size: 22px;
		height: 50px;
	}
	
	.saiqu ul li.hover {
		background-color: #ef0000;
	}
.lsname-content{width:80%;float: left;margin-left: 20px;}
	.lsname{width: 100%;margin: 20px 0;overflow: hidden;}
	.lsname-content h2{height: 45px;font-size: 30px;}
.lsname-logo {
		width: 17%;
		float: left;
		padding: 20px 0;
	}
.lsjieshao {
		line-height: 30px;
		text-align: justify;
	}
	@media screen and (max-width: 639px) {
		
	.lsname-logo{
	width: 100%;
	}
	.lsname-logo img {
		margin-left: 25%;
		width: 150px;
	}
	.lsname-content{width: 96%; overflow: hidden;margin: 20px auto;float: initial;}
	.saiqu ul li { width: 50%;}
	.phb1 {width: 96%; overflow: hidden;margin: 20px auto;float: initial;}
	.phb2 {width: 96%; overflow: hidden;margin: 20px auto;float: initial;}
	.phb3 {width: 96%; overflow: hidden;margin: 20px auto;float: initial;}
}
.headline {
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-color: #f1f2f3;
		height: 26px;
		line-height: 26px;
		margin-bottom: 20px;
	}
p {  
  text-align: center;  
}
	