@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{word-wrap:break-word;margin:0 auto;-webkit-text-size-adjust: none;color:#3c3c3c;font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;background:#fff;}
a{color:#1191C3;text-decoration:none;}


/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust  : 100%;
	-ms-text-size-adjust      : 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing   : border-box;
	box-sizing        : border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	display: block;
}

.clearfix:after {
	clear: both;
}


a {
	color          : #2fa0ec;
	text-decoration: none;
	outline        : none;
}

a:hover,
a:focus {
	color: #74777b;
}


ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size  : 100%;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
	width: 100%;
}

input {
	font-family: 'Microsoft YaHei';
}

/*单行溢出*/
.one-txt-cut {
	overflow     : hidden;
	white-space  : nowrap;
	text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
	overflow             : hidden;
	text-overflow        : ellipsis;
	display              : -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient   : vertical;
}


.overflow {
	overflow: hidden;
}

.w50 {
	width: 50%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w33 {
	width: 33.333333%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.db {
	display: block !important;
}

.dn {
	display: none;
}

.htmleaf-container {
	margin  : 0 auto;
	/* overflow: hidden; */
}


#header {
	background-color: #3f8dbf;
	float           : left;
	width           : 100%;
	height          : 50px;
	color           : rgba(255, 255, 255, 1);
	line-height     : 50px;
	position        : fixed;
	left            : 0px;
	top             : 0px;
	z-index         : 1;
}

#header a {
	color          : rgba(255, 255, 255, 1);
	text-decoration: none;
	display        : block;
	font-size      : 15px;
}

#header-left {
	float : left;
	height: 50px;
}

#header-left:hover #header-left-icon {
	background-color: #3F8DBF;
}

#header-left:hover #header-left-text {
	background-color: #599BC8;
}

#header-left-icon {
	float             : left;
	height            : 50px;
	width             : 50px;
	text-align        : center;
	background-color  : #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition   : background 0.5s;
	-o-transition     : background 0.5s;
	transition        : background 0.5s;
}

#header-left-icon a {
	font-size: 25px;
}

#header-left-text {
	float             : left;
	height            : 50px;
	-webkit-transition: background 0.5s;
	-moz-transition   : background 0.5s;
	-o-transition     : background 0.5s;
	transition        : background 0.5s;
}

#header-left-text a {
	padding-left : 20px;
	padding-right: 20px;
}

#header-right {
	float : right;
	height: 50px;
}

#header-right:hover #header-right-icon {
	background-color: #3F8DBF;
}

#header-right:hover #header-right-text {
	background-color: #599BC8;
}

#header-right-icon {
	float             : right;
	height            : 50px;
	width             : 50px;
	text-align        : center;
	background-color  : #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition   : background 0.5s;
	-o-transition     : background 0.5s;
	transition        : background 0.5s;
}

#header-right-text {
	float             : right;
	height            : 50px;
	-webkit-transition: background 0.5s;
	-moz-transition   : background 0.5s;
	-o-transition     : background 0.5s;
	transition        : background 0.5s;
}

#header-right-text a {
	padding-right: 20px;
	padding-left : 20px;
}

.wrapper {
	width        : 100%;
	float        : left;
	margin-top   : 50px;
}

.wrapper-inner {
	width                : 100%;
	margin-right         : auto;
	margin-left          : auto;
	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select  : none;
	/* Chrome/Safari/Opera */
	-khtml-user-select   : none;
	/* Konqueror */
	-moz-user-select     : none;
	/* Firefox */
	-ms-user-select      : none;
	/* IE/Edge */
	user-select          : none;
	/* non-prefixed version, currently not supported by any browser */
}

.wrapper-inner-buttons {
	width     : 100%;
	float     : left;
	margin-top: 50px;
	text-align: center;
}

.wrapper-inner-buttons a {
	background-color  : #3f8dbf;
	line-height       : 35px;
	padding-right     : 15px;
	padding-left      : 15px;
	margin            : 10px;
	display           : inline-block;
	text-align        : center;
	text-decoration   : none;
	color             : #FFFFFF;
	-webkit-transition: background 0.5s;
	-moz-transition   : background 0.5s;
	-o-transition     : background 0.5s;
	transition        : background 0.5s;
	border-radius     : calc(35px / 2);
}

.wrapper-inner-buttons a.current {
	background-color: #f5d76e;
	color           : #d35400;
}

.wrapper-inner-buttons a:hover {
	background-color: #35759F;
	color           : #fff;
}

.wrapper-footer {
	width: 100%;
	height: 340px;
    padding: 20px 0;
	background-color: #858585;
	font-family: "Microsoft YaHei";
	font-weight: normal;
	font-size: 12px;
	color: #ffffff;
	clear: both;
}

.footer-logo {
	width: 65%;
	margin: 0 auto;
}

.footer-logo img{
	width: 100%;
}
.footer-info p{ line-height: 18px !important;}

.footer-info, .footer-beian {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:center;
}
.footer-info span, .footer-beian span, .erwm span {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 1.6em;
}

.footer-erwm {
	width: 250px;
	margin: 0 auto;
}

.erwm {
	width: 112px;
	margin: 0 auto;
}
.erwm img{
	width: 80%;
	margin: 0 auto;
	margin-top: 1px;
	display:block;
}

.erwm span {
	line-height: 1.3em;
	margin-top: 3px;
}

.erwm1 {
	float: left;
}
.erwm2 {
	float: right;
}

.ovfHiden {
	overflow: hidden;
	height: 100%;
}

/* icomoon */
.icon-htmleaf-home-outline:before {
	content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
	content: "\e5001";
}

@media screen and (max-width: 50em) {
	.htmleaf-header {
		padding: 3em 10% 4em;
	}

	.htmleaf-header h1 {
		font-size: 2em;
	}
}


@media screen and (max-width: 40em) {
	.htmleaf-header h1 {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 30em) {
	.htmleaf-header h1 {
		font-size: 1.2em;
	}
}

.mobile{
	width: 100%;
	/* float: left; */
}
.mobile-inner{
	width: 100%;
	background-color: #fafafa;
}
.mobile-inner .logo{
	width: 50%;
    margin-left: 15px;
    margin-top: 13px;
}
.mobile-inner p{
	width: 100%;
	color: #676767;
	line-height: 25px;
	font-size: 16px;
	/* padding: 30px; */
	margin:30px;
}
.mobile-inner-header{
	background-color: rgba(255,255,255,1);
	width: 100%;
	height: 50px;
	position: fixed;
	top: 0px;
    left: 0px;
    z-index: 999999999;
	box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2);
}
.mobile-inner-header-icon{
	color: #000;
	height: 50px;
	font-size:25px;
	text-align: center;
	float:right;
	width: 50px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover{
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}
.mobile-inner-header-icon span{
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% + 10px) / 2);
	width: 18px;
	height: 1px;
	background-color: rgba(0,0,0,1);
}
.mobile-inner-header-icon span:nth-child(1){
transform: translateY(4px) rotate(0deg);
	}
.mobile-inner-header-icon span:nth-child(2){
transform: translateY(-4px) rotate(0deg);
	}
	



	
.mobile-inner-header-icon-click span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
	}		
.mobile-inner-header-icon-click span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
	}
	


@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	



@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	

.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav{
	background-color: rgba(0,0,0,0.9);
	width:100%;
	height:calc(100% - 50px); 
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 100;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	
}
.mobile-inner-nav a{
	display: inline-block;
	line-height: 40px;
	text-decoration: none;
	width: 80%;
	margin-left: 10%;
	color: #FFFFFF;
	font-size:16px;
	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-weight:300;
}
.mobile-inner-nav a:hover{
	color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);
}



/* 内容区域 */


/* 首页 */
.wrapper-box{
	/* margin: auto 20px; */
	position: relative;
}

.wrapper-box .box-title{
	padding-top: 10px;
	margin: auto 20px;
}
.wrapper-box .box-title .pri2-title{
	color: #aeaeae;
	font-size: 25px;
}
.wrapper-box .title{
	color: #0068b7;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	margin-top: 10px;
}
.wrapper-box .sub-title{
	font-weight: 300;
	font-size: 14px;
	color: #aeaeae;
	margin-top: 0px;
	margin-bottom: 10px;
}
.wrapper-box .sol-title{
	margin-top: 3px;
}

.wrapper-box .text-content {
	font-size: 13px;
    font-weight: 300;
    line-height: 2em;
    font-family: "Microsoft YaHei";
	text-align: justify;
	word-break: break-all;
	padding: 10px 0;
	margin: auto 20px;
}

.wrapper-box .box-text-01 {
	/* height: 140px; */
	padding: 10px 0;
	background: #0068b7;
	color: #ffffff;
    text-indent: 0;
	margin-top:100px;
	margin-bottom: 10px;
}
.wrapper-box .box-text-01 .text-content {
	/* height: 70px; */
	height: 260px;
	font-size: 12px;
    font-weight: 300;
    line-height: 2em;
    font-family: "Microsoft YaHei";
    text-indent: 0;
    text-align: center;
	/* white-space: nowrap;  */
	overflow: hidden;  /*溢出部分隐藏*/
    text-overflow: ellipsis; /*溢出部分用"..."代替*/
}
.wrapper-box .title.t-white,
.wrapper-box .text-content.t-white{
	color: #ffffff;
}
.wrapper-box .text-content.t-white {
	padding: 10px 0 0 0;
    word-break: break-all;
	text-align: justify;
}

.wrapper-box .ab-img{
	position:absolute;
	bottom: 289px;
}
.wrapper-box .news-img{
	margin: auto 20px;
}
.wrapper-box .news-img img{
	margin-top: 10px;
}

.wrapper-box .box-text .inews-ul {
	margin: auto 20px;
	padding: 0;
}

.wrapper-box .box-text .inews-ul li{
	list-style: none;
    clear: both;
    float: none;
    width: 100%;
    margin: 0 auto;
    height: 90px;
    padding: 17px 0;
    border-bottom: 1px solid #ececec;
}
.wrapper-box .box-text .inews-ul li:last-child{
	border-bottom: 0;
}

.wrapper-box .box-text .inews-ul li .li-left {
	float: left;
    width: 19%;
    border-right: 1px solid #999999;
    padding: 0px 15px 0 0;
}
.wrapper-box .box-text .inews-ul li .li-left span{
	color: #858585;
	display: block;
    text-align: center;
}
.wrapper-box .box-text .inews-ul li .li-left span.day{
    font-size: 36px;
	line-height: 1em;
}
.wrapper-box .box-text .inews-ul li .li-left span.year-month{
    font-size: 10px;
	font-weight: normal;
	line-height: 1em;
}

.wrapper-box .box-text .inews-ul li .li-right {
	float: right;
	width: 78%;
}

.wrapper-box .box-text .inews-ul li .li-right .li-top{
	font-size: 13px;
    text-align: left;
    margin-left: 15px;
    color: #555;
    font-weight: 600;
}
.wrapper-box .box-text .inews-ul li .li-right .li-bottom{
	font-size: 12px;
    text-align: left;
    margin-left: 15px;
	margin-top:8px;
}
.wrapper-box .box-text .inews-ul li .li-right .li-bottom .li-desc{
	width: 90%;
	color: #666666;
	display: inline-block;
	white-space: nowrap; 
	overflow: hidden;  /*溢出部分隐藏*/
    text-overflow: ellipsis; /*溢出部分用"..."代替*/
}
.wrapper-box .box-text .inews-ul li .li-right .li-bottom a{
	    /* display: inline-block; */
    float: right;
    color: #0068b7;
    font-size: 10px !important;
    line-height: 20px;
    margin-bottom: 0px;
    height: 10px;
}
.wrapper-box-02{
    padding-bottom: 190px;
}
.wrapper-box-02 .box-text-02{
	position:absolute;
	bottom: 0;
	left: 20px;
	width: calc(100% - 40px);
	padding-bottom: 30px;
	background-color: #FFFFFF;
}
.wrapper-box-02 .box-text-02 .box-text-title{
	color: #0068b7;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	margin-top: 20px;
	padding-bottom: 20px;
}

.wrapper-box-02 .box-text-02 .easv-ul {
	width: 100%;
	padding: 0;
}
.wrapper-box-02 .box-text-02 .easv-ul li{
	width: 50%;
	float: left;
	margin-bottom: 15px;
	text-align: center;
}
.wrapper-box-02 .box-text-02 .easv-ul li .li-pri a{
	font-size: 14px;
	color: #0068b7;
}
.wrapper-box-02 .box-text-02 .easv-ul li .li-sub a{
	font-size: 12px;
	color: #aeaeae;
}

.banner {
	width: 100%;
}
/* .banner img {
	width: 100%;
} */

.inner-box-01 .box-con{background-color: #ffffff; margin: 20px 10px 0px 10px;}
.inner-box-01 .box-con img{ max-width:80%; text-align:center;}