@charset "utf-8";
body{font-family:Microsoft YaHei,SF Pro SC,HanHei SC,SF Pro Text,Myriad Set Pro,SF Pro Icons,PingFang SC,Helvetica Neue,Helvetica,Arial,sans-serif}
.z-main{max-width:1920px;margin:auto;min-width: 1250px;}
/*容器1500*/
.z-container{min-width: 1200px;max-width:1500px;margin:0 auto;padding-left: 25px;padding-right: 25px;}
.z-bread-search{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-wrap{
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-56%);
}

.search {
	width: 200px;
	height: 32px;
	/*border-radius: 10px;*/
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search input {
	flex: 1;
	height: 100%;
	box-sizing: border-box;
	background-color: transparent;
	border: none;
	border-radius: 10px;
	/*color: #0075C2;*/
}

.top-search{
    border-radius: 10px;
    border: 1px solid #0075C2;
}

.search-white{
	border: 1px solid #FFF;
}

.search-white input::placeholder {
   color: #FFF;
}

.search-black {
   /*border: 1px solid #0075C2;*/
   border-bottom: 1px solid #0075C2;
}

.search-black input::placeholder {
   color: #666;
}


.search input::placeholder {
   font-size: 14px;
   font-weight: 400;
   font-family: Source Han Sans CN, "微软雅黑";
}

.search .icon-search {
	width: 21px;
}

.no-data{
	text-align: center;
	font-size: 24px;
	color: #999999;
	height: 800px;
	line-height: 800px;
	background-color: #FFF;
}

/*top 1260px==>100% */ 
.z-fixed-top {
	width: 100%;
	height: 142px;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.z-fixed-top .z-l {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}

.z-fixed-top .z-l .z-logo {
	margin-right: 12px;
}

.z-fixed-top .z-l .z-logo-text {
	width: 184px;
}

.z-fixed-top .z-l .z-logo-text img {
	width: 100%;
}


.z-fixed-top .z-l .z-logo-tip {
	margin-right: 40px;
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	line-height: 23px;
}

.z-fixed-top .z-l .z-logo-tip span {
	color: #0075C2;
}

.z-fixed-top .z-l .z-logo-tip p {
	line-height: 1.6
}

.z-fixed-top .z-l .z-logo-tip .tips {
	color: #777777;
	font-size: 16px;
	font-weight: normal;
}

.z-fixed-top .z-r {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.z-fixed-top .z-r .c-tel {
	padding: 10px 12px;
	font-family: Barlow;
	font-size: 29px;
	font-weight: bold;
	line-height: 40px;
	color: #0075C2;
	/*padding:10px 25px;margin-right:40px;font-size:20px;color:#0E83D9;font-weight:bold;background-color:#B2D8ED;border-radius:80px;*/
}

.z-fixed-top .z-r .c-tel img {
	width: 22px;
	margin-right: 7px;
}
.search button {
    border: none;
    background: unset;
    outline: none;
}
.z-fixed-top .z-r .c-tel .text {
	font-size: 17px;
	font-family: Barlow;
	font-weight: bold;
	line-height: 20px;
	color: #B2B2B2;
}

.z-fixed-top .z-r .c-tel .tel {
	margin-left: 30px;
}

.z-fixed-top .z-r .c-tel>img {
	margin-right: 10px;
}

/*nav*/
.z-nav-container {
	height: 60px;
	background-color: #0075C2;
}

.z-nav-container .z-container {
	height: 100%
}

.z-nav-container .z-container ul.z-nav {
	display: block;
	height: 100%;
	/* margin-left: 86px; */
}

.z-nav-container .z-container ul.z-nav li {
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	height: 100%;
	width: 166px;
}

.z-nav-container .z-container ul.z-nav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 166px;
	height: 100%;
	font-size: 18px;
	color: #FFFFFF;
	font-family: 微软雅黑;
    font-weight: bold;
}

.z-nav-container .z-container ul.z-nav li.active a{
	/* padding-left: 16px; */
	padding: 0 32px;
	background-color: #0061B3;
}

.z-nav-container .z-container ul.z-nav li.active a,
.z-nav-container .z-container ul.z-nav li a:hover {
	/* background-color: #001379; */
}

.z-nav-container .z-container .z-nav .nav-item {
	position: relative !important;
}

.z-nav-container .z-container .z-nav .nav-item li a{
	background-color: #FFF!important;
	color: #000!important;
}

.z-nav-container .z-container .z-nav .nav-item li a:hover {
	background-color: #f5f5f5 !important;
	/* color: #666 !important;*/
}

.z-nav-container .z-container .z-nav .nav-item .down-lists {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 999;
	width: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	box-sizing: border-box;
	display: none;
	padding: 10px 0;
}

/* .z-nav-container .z-container .z-nav .nav-item .down-lists:hover {
	display: block !important;
}
 */
.z-nav-container .z-container .z-nav .nav-item:hover .down {
	transform: rotate(180deg);
}

.z-nav-container .z-container .z-nav .nav-item .down-lists li a {
	padding: 20px 0;
	border-bottom: 1px solid #d7d7d7;
	color: #000;
	width: 80%;
}

.z-nav-container .z-container .z-nav .nav-item .down-lists li:last-child a {
	border: none;
}
.z-nav-container .z-container ul.z-nav li a img {
    display: none;
}
.z-nav-container .z-container .z-nav .nav-item .down {
	width: 13px;
	margin-left: 10px;
	position: absolute;
	right: 20px;
    display: block;
}
li.nav-item:hover .down-lists {
    display: block !important;
}
/*底部*/
.z-index-ft {
	background-color: #1A2034;
	height: 420px;
}
/*其他底部*/
.z-index-ft-other {
	background-color: #f5f9fd;
	height: 420px;
}

.z-index-ft .z-ft-nav {
	background-color: #3E3E3E;
	height: 70px;
}

.z-index-ft .z-ft-nav ul {
	width: 740px;
	height: 70px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
}

.z-index-ft .z-ft-nav ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.z-index-ft .z-ft-nav ul li a {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

.z-index-ft .z-ft-nav ul li:after {
	content: "|";
	display: inline-block;
	width: 5px;
	height: 10px;
	color: #9d9d9d;
}

.z-index-ft .z-ft-nav ul li:last-child:after {
	content: "/";
	display: none;
	width: 5px;
	height: 10px;
	color: #FFFFFF;
}
/*底部*/
.z-index-ft-box {
	height: 420px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	align-items: center;
}

.z-index-ft-box .z-l .z-name {
	font-size: 26px;
	font-weight: 800;
	line-height: 32px;
	color: #FFFFFF;
}

.z-index-ft-box .z-l ul {
	margin-top: 20px;
}

.z-index-ft-box .z-l ul li {
	font-size: 18px;
	line-height: 26px;
}

.z-index-ft-box .z-l .z-copy {
	font-size: 16px;
	line-height: 32px;
	color: #C3C3C3;
	margin-top: 15px;
}

.z-index-ft-box .z-l .z-copy a {
	color: #FFFFFF;
	text-decoration: underline !important;
}

.z-index-ft-box .z-r {
	width: 120px;
	height: 128px;
}

.z-index-ft-box .z-r>img {
	width: 100%;
	height: 100%;
}


/*其他底部*/
.z-index-ft-box-other {
	padding:0 100px;
	height: 420px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	color: #FFFFFF;
	align-items: center;
}

.z-index-ft-box-other .z-l .z-name {
	font-size: 26px;
	font-weight: 800;
	line-height: 32px;
	color: #FFFFFF;
}

.z-index-ft-box-other .z-l ul {
	margin-top: 20px;
}

.z-index-ft-bo-other .z-l ul li {
	font-size: 16px;
	line-height: 26px;
}

.z-index-ft-box-other .z-l .z-copy {
	font-size: 16px;
	line-height: 32px;
	color: #C3C3C3;
	margin-top: 15px;
}

.z-index-ft-box-other .z-l .z-copy a {
	color: #FFFFFF;
	text-decoration: underline !important;
}

.z-index-ft-box-other .z-r {
	width: 120px;
	height: 128px;
}

.z-index-ft-box-other .z-r>img {
	width: 100%;
	height: 100%;
}


.z-index-ft-box-other .dnav {
    color: #999;
}
.z-index-ft-box-other .dnav a{
    color: #999;
}
.z-index-ft-box-other .dnav dt{
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #999;
}


.dnav{
    display: flex;
    /*width: 960px;*/
    color: #fff;
    padding-left: 24px;
    justify-content:between;
    flex: 1;
}
.dnav dl{
    margin: 0 auto;
    font-size: 14px;
}
.dnav a{
    color: #fff;
    text-decoration:underline;
}
.dnav dt{
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #fff;
}
.dnav dd{
    line-height: 230%;
    padding-top:10px;
    font-size: 16px;
}
.teaindeximg{
    padding: 10px;
    height: 300px;
}

/*面包*/

ul.z-bread a {
    font-size: 16px;
    color: #000000;
}

ul.z-bread span {
    display: inline-block;
    vertical-align: 2px;
}
.z-bread {
    height: 70px;
    line-height: 70px;
    color: #000000;
    font-size: 16px;
}

.z-bread li {
	float: left;
	height: 70px;
	line-height: 70px;
}

.z-bread li a {
	font-size: 16px;
	color: #000;
}

.z-bread li a:after {
	content: '>';
	display: inline-block;
	margin: 0 3px;
}

.z-bread li:last-child a:after {
	content: '>';
	display: none;
}

/* pages */
.z-pages {
	margin: 25px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.z-pages a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	/*background-color:#FFFFFF;*/
	border-radius: 10px;
}
.z-pages a {
    background: #ddd;
    margin: 0 8px;
    border-radius: 2px;
    padding: 5px 10px;
    width: 21px;
    height: 26px;
}
.z-pages a.active {
    background: #0175c2;
    color: #ffffff;
}
.z-pages a:hover {
	 background: #0175c2;
    color: #ffffff;
}

.z-pages a span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: transparent transparent #FFFFFF #FFFFFF;
	transform: rotate(-45deg);
	margin-top: -4px;
}

.z-pages .z-pages-r {
	display: flex;
	font-size: 18px;
	font-weight: 400;
	align-items: center;
}

.z-pages .z-pages-r .z-pages-r-btn {
    display: inline-block;
	margin: 0 8px;
	border: none;
	font-size: 16px;
	font-weight: 400;
	padding: 5px 10px;
	flex-shrink: 0;
	border-radius: 2px;
	width: 56px;
	height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #dddddd;
}

.z-pages .z-pages-r .z-pages-r-btn:last-child{
    margin-right: 0;
}

.z-pages .z-pages-r span {
	margin: 0 8px;
	font-size: 16px;
	flex-shrink: 0;
}

.z-pages .z-pages-r #go {
    color: #FFFFFF;
	background-color: #0075C2;
}

.sticky1{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
}
.sticky2{
    position: -webkit-sticky;
    position: sticky;
    top: 361px;
}
.fixed {
    top: 0;
    width: 100%;
    position: fixed;
  }
.z-pages .z-pages-r .pages-input {
	border: none;
	outline: none;
    font-size: 20px;
    width: 60px;
    text-align: center;
    padding: 0 5px;
    height: 36px;
    box-sizing: border-box;
    background-color: #dddddd;
}

.z-pages .z-pages-r .pages-input::-webkit-input-placeholder {
    font-size: 20px;
    color: #999;
}

.z-pages .z-pages-r .pages-input:-moz-placeholder {
    font-size: 20px;
    color: #999;
}

.z-pages .z-pages-r .pages-input::-moz-placeholder {
    font-size: 20px;
    color: #999;
}

.z-pages .z-pages-r .pages-input:-ms-input-placeholder {
    font-size: 20px;
    color: #999;
}

.z-pages ul li {
	float: left;
	margin: 0 15px;
}

.z-pages ul li a {
	font-size: 24px;
	background-color: transparent;
	border: 1px solid #bababa;
	color: #666;
	box-sizing: border-box;
	background-color: #FFFFFF;
}

.z-pages ul li a:hover {
	border: 2px solid #0075C2;
	box-sizing: border-box;
}

.z-pages ul li.active a {
	background-color: #0075C2;
	border: 1px solid #0075C2;
	color: #FFFFFF;
}

.z-pages ul li a {
	font-size: 24px;
}

.z-pages .z-pages-btns {
	border: 1px solid #0075C2;
	border-radius: 50px;
	display: flex;
	align-items: center;
}

.z-pages .z-pages-btns a {
	width: 48px !important;
}

.z-pages .z-pages-btn {
	padding: 0 20px;
	border-right: 1px solid #0075C2;
	box-sizing: border-box;
	font-size: 24px;
	height: 100%;
	line-height: 44px;
}

.z-pages a:last-child .z-pages-btn {
	border: 0;
}

/*标题*/
.z-pg-h1 {
	color: #000000;
	font-size: 60px;
}

.z-pg-h1 span {
	color: #0075C2;
}

.z-pg-h2 {
	color: #868686;
	font-size: 24px;
	margin-top: 20px;
	text-align: center;
}

.z-pg-h2 span{
	color: #0075C2;
}

/*间距*/
.z-pt-lg {
	padding-top: 50px;
}

.z-white-bg {
	background-color: white;
	border-radius: 8px;
	text-align: center;
}

/*btn*/
.z-pg-btn {
	background-color: #FFFFFF;
	width: 780px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #7C7C7C;
	font-size: 18px;
	margin: 0 auto;
	border-radius: 50px;
}

.z-pg-btn>img {
	width: 18px;
	height: 18px;
	margin-left: 8px;
}

.non-content {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	padding: 30px 0 50px;
}
.z-video-box iframe {
    height: 680px;
    object-fit: cover;
}
.z-pg-text iframe {
    width: 100% !important;
    height: 445px !important;
    object-fit: cover;
}