﻿/* CSS Document */
body, html {
  -webkit-tap-highlight-color: transparent;
  color:#333;
}
* {
	font-family: "微软雅黑", verdana, arial;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,h7,th,p {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", verdana, arial;
}
.ftBlue{ color:#06C;}
.ftOrange{ color:#F90;}
.ftYellow{ color:#FF0;}
.ftRed{ color:#F00;}
.ftGray{ color:#666;}
.ftGreen{color:#360;}
.ftStrong{ font-weight:bold;}
body {
	font-size: 16px;
}
a{
    color: #333;
}
img {
	border: 0;
}

ul,li {
	list-style: none;
}
.navbox{
    position: relative;
    height: 30px;
    background: #006396;
}
.sch_ico{
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 10;
}
#sch_main{
    position: absolute;
    right: 5px;
    top: 2px;
    z-index: 15;
    display: none;
}
#sch_main .sch_w{
    height: 26px;
    line-height: 26px;
    float: left;
    background: #fff;
    border:none;
    padding:0 10px;
}
#sch_main .sch_btn{
    width: 36px;
    height: 26px;
    float: left;
    background: none;
    border:none;
    text-indent: -999em;
}
header{
    position:relative;
	background-color: #0a76bf;
	height: 60px;
    }
header h1{
    clear:both;
    overflow:hidden;
    text-align:center;
	position: absolute;
	    top: 10px;
	    left: 10px;
    }
header h1 img{
	width: 80%;
    float:left;
    }
.mobile-inner-nav a{
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}
.mobile-inner-nav a:nth-child(12){
    display: none;
}
@-webkit-keyframes returnToNormal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes returnToNormal {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.mobile-inner-header{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 45%;
    right: 0px;
    z-index:10;
    margin-top:-25px;
}
.websitename{
    float:left;
    line-height:50px;
    padding-left:10px;
    color:#fff;
    font-size:16px;}
.mobile-inner-header-icon{
    color: #ffffff;
    height: 50px;
    font-size:25px;
    text-align: center;
    float:right;
    width: 50px;
    position: relative;
    
}
.mobile-inner-header-icon:hover{
    cursor: pointer;
}
.mobile-inner-header-icon span{
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 3px;
    background-color:#fff;
}
.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 span:nth-child(3){
transform: translateY(0px) 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;
    }
.mobile-inner-header-icon-click span:nth-child(3){
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
    }
@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);
  }
}
@keyframes clickthird {
  0% {
      opacity: 1
  }

  100% {
    opacity: 0
  }
}   
.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(10,118,191,0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding: 10px 0 20px;
    display: none;
    z-index:10;
}
.mobile-inner-nav a{
    display: inline-block;
    line-height: 35px;
    text-decoration: none;
    width: 90%;
    margin-left: 5%;
    color: #FFFFFF;
    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);
}

/*预加载样式*/

#myloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1999;
    background: #F6F6F6;
    text-align: center;
}

#myloader .loader {
    display: inline-block;
    height: auto;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
}

#myloader .loader .grid {
    width: 60px;
    height: 60px;
    margin: 100px auto;
}

#myloader .loader .grid .cube {
    width: 33%;
    height: 33%;
    background-color: #0080c1;
    float: left;
    -webkit-animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: cubeGridScaleDelay 1.3s infinite ease-in-out;
}

#myloader .loader .grid .cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#myloader .loader .grid .cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#myloader .loader .grid .cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

#myloader .loader .grid .cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#myloader .loader .grid .ube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

#myloader .loader .grid .cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.swiper-container {
	width: 100%;
} 

.swiper-container img {
	display: block;
	width: 100%;
}
.tab-news-content{
    background:#fff;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child {
    border-top: 0;
}
.rec-item {
    text-align: left;
    background:#fff;
}
.tab-news-content .news-list-wrapper:first-child > div:first-child .inner-item {
    border-top: none !important;
}
.tab-news-content .tpl-3 a.inner-item {
    min-height: 118px;
}
.tab-news-content .news-item .inner-item {
    margin: 0 16px;
    border-top: 1px solid #f0f0f0;
    padding: 10px 0 13px;
    display: block;
}
.tab-news-content .news-item .text-content {
    margin-bottom: 3px;
}
.tab-news-content .tpl-3 a.inner-item .text-content h2 {
    -webkit-line-clamp: 2;
	margin-bottom:5px;
	overflow:hidden;
}
.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec0 {
    background-position: 0 0;
    background-color: #ffe4e4;
}
.tab-news-content .news-item .hotRec {
    display: none;
    width: 17px;
    height: 17px;
    background-image: url("tab_news.png");
    background-size: 98px 41px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}

.tab-news-content .news-item h2 {
    font-weight: normal;
    color: #333;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	
}
.tab-news-content .news-item .img-wrap {
    display: inline-block;
    width: 33.105%;
    margin-right: 1px;
    height: 0;
    padding-top: 21.99%;
    position: relative;
    vertical-align: top;
}
.tab-news-content .news-item .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tab-news-content .news-item .img-wrap:last-child {
    margin-right: 0;
}
.tab-news-content .news-item .news-from {
    margin-top: 9px;
    line-height: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
.tab-news-content .news-item .news-from span {
    margin-right: 8px;
    font-size: 13px;
    color: #999;
    display: inline-block;
}

.tab-news-content .tpl-2 .inner-item {
    position: relative;
    padding: 14px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}

.tab-news-content .tpl-2 .info-content {
    width: 67.88%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -webkit-order: 2;
    order: 2;
}

.tab-news-content .tpl-2 .info-content > div {
    margin-left: 14px;
}

.tab-news-content .tpl-2 .text-content h2 {
    -webkit-line-clamp: 2;
}

.tab-news-content .tpl-2 .pic-content {
    width: 33.65%;
    position: relative;
    overflow: hidden;
}

.tab-news-content .tpl-2 .pic-content div {
    width: 100%;
    /*padding-top: 66.67%;*/
}

.tab-news-content .tpl-2 .pic-content img {
    width: 100%;
    /*position: absolute;
    top: 0;
    left: 0;*/
}
.weui-tab__bd{
	padding-bottom:55px;}

.s-news-special-item-tpl-3 {
    min-height: 87px;
    _height: 87px;
    overflow: visible;
	padding:0 16px;
}
.s-news-special {
    border-top: 1px solid #f0f0f0;
    position: relative;
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAMAAAAoyzS7AAAAGXRFW¡­AAVcLTfgAAAAF0Uk5TAEDm2GYAAAAMSURBVHjaYmAACDAAAAIAAU9tWeEAAAAASUVORK5CYII=) repeat; */
}
.s-news-special-item-tpl-3 h2{
	width: 100%;
    height: 20px;
    padding-top: 20px;
    padding-bottom: 2px;
	font-weight: normal;
	}
.s-news-special h2 .s-title-yahei {
    font-size: 18px;
    font-family: arial, 'Microsoft Yahei', Î¢ÈíÑÅºÚ;
}
.s-news-special-item-tpl-3 h2 a {
    display: inline-block;
	font-size: 16px;
    color: #333;
    zoom: 1;
    vertical-align: middle;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.s-news-special .from {
    width: 100%;
    position: relative;
	color: rgba(0,0,0,0.4);
    font-size: 13px;
	display:block;
	padding-top:8px;
}
.s-news-special .from .src-net {
    margin-right: 6px;
}
.s-news-special .from .src-time {
    vertical-align: -1px;
    _vertical-align: auto;
    margin-right: 6px;
}
.s-news-special .src-net a,.s-news-special .src-net a:hover {
    text-decoration: none;
    color: rgba(0,0,0,0.4);
    color: #999\9;
}
.weui-tabbar{
	position:fixed;}
.weui-cells__title{
	font-size:18px;}

.weui-article {
	line-height:2em;
    background: #fff;
}
.rich_media_title {
    margin-bottom: 10px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 24px;
}
.rich_media_meta_list {
    margin-bottom: 18px;
    line-height: 20px;
}
.rich_media_meta_list em {
    font-style: normal;
}
.rich_media_meta_text {
    color: #8c8c8c;
}
.rich_media_meta {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 10px;
    font-size: 14px;
}
.yuedu_box{
	color: #8c8c8c;
	}

.contact-box .weui-cell__bd p{
	width:50px;}
.error {
	border: 1px solid #F00;
	background: #FFECEC;
	font-weight:normal;
	padding-top:5px;
	font-size:14px;
}
input.error,textarea.error {
	background: #FFF0F0;
	border: 1px solid #FDD;
	display: block;
	font-size: inherit;
}

label.error {
	color: #F90;
	border: 0;
	background: none;
}
.content-block{
	padding:10px 15px 0;}
.jiben {
    background: #FFF;
    padding: 10px 0.75rem;
    margin-top: 0;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 5px;
    left: auto;
    right: 5px;
    width: auto;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 7.5;
    display: inline-block;
    background: #fff;
    opacity: 1;
    border:1px solid #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: none;
}
.swiper-slide img{
    width: 100%;
}
.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label {
    color: #0072BF;
}
.content1{
    width:100%;
    float:left;
    }
.content1 .position{
    width:100%;
    float:left;
    background:#0072BF;
    padding:0.5em 0;
    }
.content1 .box{
    float:left;
    color:#fff;
    font-size:14px;
    width:25%;
    text-align:center;
    line-height:2em;
    }
.content1 .box a{
    color:#fff;
    }
.content1 .box:nth-child(12){
    display: none;
}
.content2{
    width:100%;
    float:left;
    background:#fff;
    }
.content2 .position{
    width:100%;
    float:left;
    }
.title_main{
    width:100%;
    margin-top:1.5em;
    float:left;
    margin-bottom:0.5em;
    }
.title_main h2{
    display:block;
    font-size:1.2em;
    font-family:'微软雅黑';
    font-weight:bolder;
    text-indent:1.5em;
    background:url(hirfl_phone_1.jpg) no-repeat left;
    float:left;
    }
.title_main h2 a{
    color:#252525;
    }
.title_main .more{
    display:block;
    float:right;
    line-height:2.4em;
    font-size:0.5em;
    color:#A9A9A9;
    margin-right:10px;
    }
.content2 .position ul{
    display:block;
    padding-bottom:1em;
    }
.content2 .position ul li{
    display:block;
    width:100%;
    line-height:3em;
    font-size:0.8em;
    border-bottom:1px solid #F2F2F2;
    }
.content2 .position ul li a{
    display:block;
    width:95%;
    margin:0 auto;
    text-indent:2.5%;
    background:url(hirfl_phone_2.jpg) no-repeat left;
    color:#252525;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
     word-break: break-all;
     line-height: 40px;
     height: 40px;
    }
.content2 .position .boxx1{
    width:45%;
    float:left;
    margin:0.5em 2.5% 0 2.5%;
    }
.content2 .position .boxx1 img{
    width:100%;
    }
.content2 .position .boxx1 .topic{
    width:100%;
    font-size:0.8em;
    color:#252525;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
     word-break: break-all;
    }
.content3{
    width:100%;
    float:left;
    margin-top:5%;
    }
.content3 .position{
    width:100%;
    float:left;
    }
.content3 .position .box{
    width:100%;
    display:block;
    margin-top:-2%;
    }
.content3 .position .box img{
    width:100%;
    }

.content4{
    width:100%;
    float:left;
    margin-top:5%;
    background:#fff;
    }
.content4 .position{
    width:100%;
    float:left;
    }
.content4 .position .text{
    width:95%;
    margin:0 auto;
    }
.content4 .position .img{
    display:block;
    width:100%;
    }
.content4 .position .img img{
    width:100%;
    }
.content4 .position p{
    text-indent:2em;
    font-size:0.8em;
    color:#252525;
    line-height:2em;
    }
.content4 .position p span{
    color:#0072BF;
    }

.foot{
    width:100%;
    float:left;
    margin-top:5%;
    background:#fff;
    text-align:center;
    font-size:0.8em;
    color:#959595;
    padding:1em 0;
    line-height:2em;
    }
.foot .position{
    width:100%;
    float:left;
    }
.foot a{
    color:#959595;
}
.swiper-container{
    display:block;
    padding:0 !important;
    }
.swiper-slide img{
    width: 100%;
}

.columnlist{
    background:#fff;
    padding: 20px;
}
.columnlist a{
    display: block;
    width: 100%;
    height: 4em;
    line-height: 4em;
    text-align: center;
    background: #0072BF;
    background-size: 100% 100%;
    display: block;
    margin: 1em 0;
    color: #fff;
    font-size: 0.8em;
    font-family: '微软雅黑';
}













.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	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;
	-webkit-align-items: center;
	align-items: center;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide a img {
	width: 100%;
}
.banner .swiper-slide a .text{
	position: absolute;
	z-index: 11;
	font-size: 18px;
	color: #fff;
	bottom: 10px;
	left: 30px;
}
.banner .swiper-button-prev,.banner .swiper-container-rtl .swiper-button-next{
	background-image: url('hirfl_phone_left.png');
}
.banner .swiper-button-next,.banner .swiper-container-rtl .swiper-button-prev{
	background-image: url('hirfl_phone_right.png');
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}
.main{
	padding: 20px 10px;
}
.main .notice{
	width: 100%;
}
.title{
	width: 100%;
	height: 35px;
	background-color: #ebeff2;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 10px;
	box-sizing: border-box;
}
.title .tit{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
}
.title .tit a{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	height: 35px;
	box-sizing: border-box;
	padding: 0 20px;
}
.title .tit a.on{
	background-color: #0a76bf;
	color: white;
}
.main .notice ul li a{
	font-size: 16px;
	color: #242424;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.main .notice ul li{
	margin-top: 10px;
	height: 30px;
}
.main .notice ul li a .text {
    width: 70%;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.main .notice ul li a .text .yuan{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background-color: #ddd;
	margin-right: 5px;
	position: relative;
	top: -3px;
}
.main .notice .items{
	margin-top: 20px;
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(auto-fill,48%);
}
.main .notice .items .item:first-of-type{
	background-color: #24a9e6;
}
.main .notice .items .item:nth-of-type(2){
	background-color: #f8b62c;
}
.main .notice .items .item:nth-of-type(3){
	background-color: #0062ac;
}
.main .notice .items .item:last-of-type{
	background-color: #0ba299;
}
.main .notice .items .item{
	padding: 10px;
}
.main .notice .items a{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.main .notice .items a .text{
	font-size: 18px;
	font-weight: bold;
	color: white;
}
.main .notice .items a img{
	width: 30px;
}
.main .news{
	margin-top: 20px;
}
.main .news .cont{
	margin-top: 20px;
}
.main .news .cont a img{
	width: 100%;
}
.main .news .cont h3{
	margin-top: 10px;
}
.main .news .cont h3 a{
	font-size: 20px;
	color: #242424;
	font-weight: bold;
}
.main .news .cont p{
	font-size: 16px;
	color: #9B9B9B;
	margin-top: 10px;
	line-height: 30px;
}
footer{
	padding: 20px;
	background-color: #0a76bf;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}
footer p{
	color: white;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
}
.weui-cell_access .weui-cell__ft{
	font-size: 13px;
}
.contact-box{
	margin-bottom: 20px;
}
