html,
body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #475568;
}

body {
	background-color: #e0e0e0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
}

@font-face {
	font-family: 'SourceHanSerifCN-SemiBold';
	src: url('../css/SourceHanSerifCN-SemiBold.woff');
}

@font-face {
  font-family: "Alimama-ShuHeiTi-Bold";
  font-weight: 700;
  src: url("../css/fonts/Alimama-ShuHeiTi-Bold.woff2") format("woff2"),
  url("../css/fonts/Alimama-ShuHeiTi-Bold.woff") format("woff");
  font-variation-settings: normal;
  font-display: swap;
}

/* 顶部开始 */
.zzlHeader {
	width: 100%;
	background-color: #fbf9f5;
	background-image: url('../images/gzubk.png');
	background-position: center center;
	background-repeat: repeat-x;
	min-width: 1400px;
}

.zzlHeader>.cont {
	width: 1400px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topSearch{
	width: 200px;
	margin-right: 30px;
}

.right-box {
	display: flex;
	flex-direction: column;
 	justify-content: space-between;
	align-items: center;
	height: 132px;
	width: 520px;
}

.topSearch {
	width: 230px;
	margin: 0 auto;
}

.service-text {
	font-family: "Alimama-ShuHeiTi-Bold";
	font-size: 1.6rem;
	/* background: linear-gradient(45deg,
	        #0eaf6d,
	        #ff6ac6 25%,
	        #147b96 50%,
	        #e6d205 55%,
	        #2cc4e0 60%,
	        #8b2ce0 80%,
	        #ff6384 95%,
	        #08dfb4); */
	background-image: linear-gradient(to right, #970000, #e67737, #e67737, #970000);
	
	background-size: 200% 100%;
	color: transparent;
	background-clip: text;
	-webkit-background-clip: text;
	animation-name: flowCss;
	animation-duration: 12s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.service-text:hover {
	animation: flowCss 4s infinite linear;
}

@keyframes flowCss {
            0% {
                background-position: 0 0;
            }

            100% {
                background-position: -400% 0;
            }
        }

.zzlHeader>.cont>a {
	display: block;
	width: 730px;
	height: 120px;
	background-image: url('../images/logo_red_V12.png');
	background-repeat: no-repeat;
	background-position: 30px 0;
    margin-bottom: 20px;
}
/* 顶部结束 */

/* menuStart */
#zzlNav {
	background-color: #970000;
	max-width: 1920px;
	margin: 0 auto;
}

#zzlNav>.navbar {
	width: 1400px;
	min-width: 1400px;
	margin: 0 auto;
	padding-top: 0;
	padding-bottom: 0;
	justify-content: space-around;
}

#zzlNav>.bg-danger {
	background-color: #970000 !important;
}

#zzlNav>.navbar>.container-fluid>.navbar-toggler:focus {
	box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 0px 1px;
}

#zzlNav>.navbar>.container-fluid>.navbar-collapse {
	justify-content: center;
}

#zzlNav>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.nav-item>a {
	height: 55px;
	line-height: 38px;
	color: #fff;
	font-size: 20px;
	padding-left: 22px;
	padding-right: 22px;
	letter-spacing: 1px;
}

#zzlNav>.navbar>.container-fluid>.navbar-collapse>.navbar-nav>.nav-item>a:hover {
	background-color: rgba(255, 255, 255, .3);
}

.nav-item:focus,.nav-item:focus-visible,.nav-item>a:focus,.nav-item>a:focus-visible{
	outline-width: 0px !important;
	box-shadow:none !important;
}

/* menuEnd */

/* curPosStart */
.pos {
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0 3px 5px #e7e7e7;
	border-bottom: 1px #e7e7e7 solid;
}

.pos>nav {
	width: 1400px;
	margin: 0 auto;
}

.pos>nav>.breadcrumb {
	width: 1400px;
	margin: 0 auto;
	color: #970000;
	height: 50px;
	line-height: 50px;
}

.pos>nav>.breadcrumb>li>a {
	color: #970000;
	text-decoration: none;
}

/* curPosEnd */



/* 底部样式 */
.bottom {
	height: 150px;
	background-color: #970000;
	min-width: 1400px;
}

.bottom>.bottomCont {
	/* background-color: rgba(255, 255, 255, .1); */
	width: 1400px;
	height: 150px;
	margin: 0 auto;
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}

.bottom>.bottomCont>.bottomLeft {
	/* background-color: rgba(255, 255, 255, .2); */
	display: inline-block;
	width: 160px;
	height: 146px;
	background-image: url('../images/logo_bottom.png');
	background-position: center center;
}

.bottom>.bottomCont>.bottomMiddle {
	/* background-color: rgba(255, 255, 255, .2); */
	width: 750px;
	line-height: 1.5em;
	padding: 10px;
}

.bottom>.bottomCont>.bottomRight {
	/* background-color: rgba(255, 255, 255, .2); */
	width: 250px;
	display: flex;
	justify-content: space-around;
}