/* 365建站让建站和seo变得简单 */
/* 365建站器官网：Www.365jz.com */


@charset "utf-8";
/*■■■■■■■■　共同设定 ■■■■■■■■*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, tr, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ul li, input, dl, dd {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
img, a img {
	border: 0;
	margin: 0;
	padding: 0;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
/* HTY Common Atom*/
.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.c_b {
	clear: both;
}
textarea {
	resize: none;
	overflow: auto;
}
/*■■■■■■■■　基本设定　■■■■■■■■*/
body {
	font-family: "微软雅黑";
	font-size: 12px;
	color: #535353;
	overflow-x: hidden;
	margin: 0 auto;
}
.theme_color {
	background: #00beaf;
}
.theme_color1 {
	background: #ee0062;
}
.theme_color2 {
	background: #222;
}
.wl_1004 {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
/*-----------------  ■ common -------------------*/
.rollover:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	zoom: 1;
}
.main {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
/*-----------------  ■ header -------------------*/
.header {
	width: 100%;
	min-width:1100px;
	height: 112px;
	background: url(../images/top.gif) no-repeat top center;
}
.header .main {
	width: 1100px;
	margin: 0 auto;
}
.header .logo {
	float: left;
	margin-top: 24px;
}
.header .tel {
	float: right;
	font-family: impact;
	background: url(../images/tel.png) no-repeat left center;
	height: 112px;
	line-height: 112px;
	padding-left: 42px;
	font-size: 26px;
	color: #333333;
	margin: 0 30px 0 60px;
}
/*********nav*********/
.g_nav {
	height: 60px;
	min-width:1100px;
	background: #0e6fda;
}
.g_nav01 {
	width: 1100px;
	margin: 0 auto;
}
.g_nav01 table tr td {
	text-align: center;
	border-right: #a2dbfe solid 1px;
	height: 60px;
	line-height: 60px;
	position: relative
}
.g_nav01 a {
	height: 60px;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 15px;
/*	background: url(../images/nav02.jpg) repeat-x bottom center;*/
}
.g_nav01 td.now a>div, .g_nav01 td:hover a>div {
	width: 100%;
	height: 3px;
	background-color: #ffc231;
	position: absolute;
	top: 57px;
}
.g_nav01 a span {
	font-size: 12px;
	color: #baa58c;
}
.g_nav01 table tr td .nav_tan {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 60px;
	padding: 5px 0 10px 0;
	background-color: #0e6fda;
	opacity: 0.95;
	z-index: 100;
}
.g_nav01 table tr td .nav_tan a {
	width: 90%;
	background: none;
	padding: 0;
	margin: 0 auto;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	border-radius: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.g_nav01 table tr td .nav_tan a:hover {
	width: 90%;
	background: #ffa200;
	padding: 0;
	margin: 0 auto;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}
/*********footer*********/
.footer {
	height: 188px;
	width: 100%;
	min-width:1100px;
	margin: 0 auto;
	clear: both;
	background-color: #0e6fda;
	font-size: 14px;
}
.footer .share_b {
	float: right;
	padding: 40px 0 0
}
.footer .manager_info {
	float: left;
	width: 100%;
	line-height: 35px;
	padding: 30px 0 0;
	color: #ffffff;
	text-align: center;
}
.footer .manager_info a {
	color: #ffffff;
}
.footer .manager_info span+span {
	padding-left: 20px;
}
.wl {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.pl_20 {
	padding-left: 20px;
}


 
 
/*  
banner
*/
    .swiper-container {
      width: 100%;
    }
	.swiper-container img{max-width:100%;}
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      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;
    }
	.swiper-text{position: absolute;left:0;top:50%;margin-top: -56px;z-index:2;text-align:center;color:#FFF;width:100%;}
	.swiper-text h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 3%;
		color: #FFF;
		line-height: 24px;
    }
	.swiper-text p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 3%;
		color: #FFF;
		line-height: 24px;
    }
	.swiper-text .swiperbtn {
		display: block;
        background: #0064Cd;
        background-image: -webkit-gradient(linear,right top, left top,color-stop(0, #1dab7d),to(#47de9d));
        background-image: linear-gradient(270deg,#1dab7d 0,#47de9d 100%);
        width: 120px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        border-radius: 20px;
		margin:0 auto;
		font-size: 14px;
    }
	.swiper-text .swiperbtn:hover {
        -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }


/* 话题标签topic */
.zad5bfmeta-tags{padding: 20px 0;}
.zad5bfmeta-tags .zad5bftagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}
.zad5bfmeta-tags .zad5bftagitem:hover {
    background-color: rgba(0,102,255,.15);
}
.zad5bfmeta-tags .zad5bftagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.zad5bfcontainer{position:relative;margin:0 auto;padding:0 15px;box-sizing:border-box}

@media screen and (min-width:768px){.zad5bfcontainer{width:750px}}
@media screen and (min-width:992px){.zad5bfcontainer{width:970px}}
@media screen and (min-width:1200px){.zad5bfcontainer{width:1170px}}
@media only screen and (max-width: 1140px) {.zad5bfmain,.zad5bfcontainer{width: auto;}}

.zad5bfplace{min-height: 56px;background-color: #f2f3f5;line-height: 56px;font-size: 16px;padding:0 20px;margin:20px 0;}

.zad5bfrow .zad5bfrowtitle{
    text-align: center;padding: 30px 0 20px 0;
}
.zad5bfrow .zad5bfrowtitle h1{
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}
.zad5bfrow .zad5bfrowtitle p{
	font-size: 16px;line-height: 30px;
    color: rgba(119,119,119,1);
    font-family: Arial;
}

/* 自定义内容 */
.zad5bfcontent{width:100%;font-size:16px;line-height:28px;padding-bottom:30px;}
.zad5bfcontent p{padding-bottom: 20px;}

.zad5bfcontent .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
	box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
	-webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}
.zad5bfcontent .contain:hover {
    background: #EFEFEF;
}
.zad5bfcontent .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}
.zad5bfcontent .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}
.zad5bfcontent .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}
.zad5bfcontent .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.zad5bfnews_list_wrap{max-width:1140px;margin:0 auto;}
.news_list_item_line {
    padding: 30px;
	position: relative;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.news_list_item_line:hover {
	-webkit-box-shadow: rgba(0,0,0,.12) 0 0 22px;
    -moz-box-shadow: rgba(0,0,0,.12) 0 0 22px;
    box-shadow: rgba(0,0,0,.12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;
	
}
.news_list_item_line:hover a{
	color: #2ba0e8;
}
.news_list_item_header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0}
.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}
.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}
.news_list_item_group a{
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}
.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.zzpages ul li{
	display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}
.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}
.zzpages ul li:hover{
    border: 1px solid #292a32;
}
.zzpages ul li a,.zzpages ul li .pageinfo{
	color: #292a32;
    padding: 8px 12px;
}
.zzpages li.thisclass a{
    color: #fff;
}
.zzpages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

/* 话题标签topic列表结束 */