@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?rretjt');
    src: url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'), url('../fonts/icomoon.woff?rretjt') format('woff'), url('../fonts/icomoon.ttf?rretjt') format('truetype'), url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0;
}


/* Reset */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color: #3d3d3d;
}
p{
    color: #888;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    background: #fff;
    color: #424242;
    font-size: 1em;
    font-family: "Microsoft YaHei", sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
    line-height: 100%;
}

a:hover,
a:focus {
    color: #FFF;
    outline: none;
}
/* Header */

.htmleaf-header {
    padding: 1em 190px 1em;
    letter-spacing: -1px;
    text-align: center;
}

.htmleaf-header h1 {
    color: #fff;
    font-weight: 600;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 0;
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
}

.htmleaf-header h1 span {
    font-family: "Microsoft YaHei", "宋体", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif, FreeSans, Arimo;
    display: block;
    font-size: 60%;
    font-weight: 400;
    padding: 0.8em 0 0.5em 0;
    color: #fff;
}


/*nav*/

.htmleaf-demo a {
    color: #fff;
    text-decoration: none;
}

.htmleaf-demo {
    width: 100%;
    padding-bottom: 1.2em;
}

.htmleaf-demo a {
    display: inline-block;
    margin: 0.5em;
    padding: 0.6em 1em;
    border: 3px solid #fff;
    font-weight: 700;
}

.htmleaf-demo a:hover {
    opacity: 0.6;
}

.htmleaf-demo a.current {
    background: #1d7db1;
    color: #fff;
}


/* Top Navigation Style */

.htmleaf-links {
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 1.5em;
    text-align: center;
}

.htmleaf-links::after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #dbdbdb;
    content: '';
    -webkit-transform: rotate3d(0, 0, 1, 22.5deg);
    transform: rotate3d(0, 0, 1, 22.5deg);
}

.htmleaf-icon {
    display: inline-block;
    margin: 0.5em;
    padding: 0em 0;
    width: 1.5em;
    text-decoration: none;
}

.htmleaf-icon span {
    display: none;
}

.htmleaf-icon:before {
    margin: 0 5px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}


/* icomoon */

.icon-htmleaf-home-outline:before {
    content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
    content: "\e5001";
}
.the-header{
    position: relative;
    z-index: 1000;
    background: #fff;

}
.logo{
    float: left;
}
.bg{
    position: relative;
    height: 180px;
    background: url(../img/bg.png) no-repeat center;
    text-align: center;
    line-height: 100px;
}
.bg h2{
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 3px rgba(0,0,0,.9);
}
.sildeshow{
    text-align: center;
}
.menu .menubar{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.menu .menubar li{
    min-width: 120px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;      /* OLD - Firefox 19- */
    -webkit-flex: 1;        /* Chrome */
    -ms-flex: 1;            /* IE 10 */
    flex: 1;
    text-align: center;
}
.menu .menubar li a{
    display: block;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
}
.headertitle{
    max-width: 1100px;
    margin: 0 auto;
}
.htmltitle h2{
    color: #30a7f9;
}
.titlelogo{
    margin: 13px 0;
    text-align: right;
    vertical-align: center;
}
.headertitle .select{
    font-size: 10px;
    margin: 42px 40px;
}
.headertitle .select a{
    color: #222;
    margin: 0 10px;
}
.clear{
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
.itemtitle{
    font-size: 10px;
}
.navbar-bg{
    width: 100%;
    background-color: #30a7f9;
}
#atn1{
    background-color: #30a7f9;
}
#atn2{
    background-color: #fea600;
}
#atn3{
    background-color: #5dc00d;
}
#atn4{
    background-color: #e62f4c;
}
#atn5{
    background-color: #a82fe6;
}
#atn6{
    background-color: #22c1a1;
}
#atn7{
    background-color: #ff6600;
}
#atn8{
    background-color: #2959c6;
}
#atn9{
    background-color: #cf1f93;
}
#atn10{
    background-color: #431d4a;
}

.first_new,.news_list{
    padding: 10px;
}
.first_new h3{
    text-align: center;
    margin: 10px 0;
}
.first_new h3 a{
    color: #3d3d3d;
}
.first_new p{
    text-indent: 2em;
}
.first_new p a{
    color: #207B6D;
}
.first_new p a:hover{
    text-decoration: underline;
}
.news_list li{
    color:#3d3d3d;
    padding: 5px;
}
.news_list li a{
    color:#3d3d3d;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 200;
    text-decoration: underline;
}
.news_list li .date{
    color:#888;
    float: right;
}
.weather .weather_box{
    text-align: center;
    background: #fff;
    padding: 10px;
}
.formarea{
    text-align: center;
}
.login-input{
    width: 90%;
    height: 40px;
    border-radius: 2px;
    border: 1px solid #232323;
    outline:none;
    font-size: 1em;
    padding-left:5px;
    margin-top: 1em;
}
.login-submit{
    width: 90%;
    height: 40px;
    background-color: #31AB98;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    outline:none;
    margin-top: 1em;
}
.policy-1{
    padding: 10px;
}
.policy_list li{
    color:#3d3d3d;
    padding: 5px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.policy_list li a{
    color:#3d3d3d;
    text-decoration: underline;
}
.brands .brand li{
    float: left;
    text-align: center;
    font-size: 0.8em;
    padding: 10px;
}
.cont-5 .spe_pro{
    margin-top: 2em;
}
.cont-5 .spe_pro li{
    float: left;
    text-align: center;
    font-size: 0.8em;
    padding: 10px;
}
.cont-5 .spe_pro li img{
    border-radius: 50%;
    border: 1px solid #F2F2F2;
}
.footer{
    margin-top: 50px;
    padding-top: 1em;
    position: relative;
    background: #30a7f9;
}
.footer .foot{
    max-width: 1080px;
    margin: 0 auto;
}
.footer .foot .map{
    color: #FFF;
}
.footer .foot .map ul{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}
.footer .foot .map li{
    font-size: 1em;
    margin-top: 1em;
}
.footer .foot .map a:hover{
    text-decoration: underline;
}
.clear{
    clear: both;
}
.copyright{
    padding: 20px 0;
    text-align: center;
    font-size: 0.8em;
    color: #fff;
}

/* 新闻资讯页面 */
.side_menu{
    margin: 10px;
}
.side_menu li{
    float: left;
    height: 40px;
    padding: 5px;
}
.side_menu li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
    color: #3d3d3d;
}
.side_menu li:hover{
    background: #31AB98;
}
.side_menu li a:hover{
    color: #FFF;
}
.side_menu .active{
    background: #31AB98;
}
.side_menu .active a{
    color: #FFF;
}
.page_number{
    margin: 20px;
    float: right;
}
.page_number li{
    float: left;
}
.page_number li a{
    color:#3d3d3d;
    display: inline-block;
    width: 100%;
}

/* 新闻内容页面 */
.article{
    padding: 20px;
    background: #FFF;
}
.article p{
    text-indent: 2em;
    font-weight: 200;
}
.article_info{
    padding: 5px;
    text-align: center;
    font-size: 0.8em;
    color: #ADADAD;
    border-bottom: 1px solid #ADADAD;
}
.article_title{
    margin: 30px;
    text-align: center;
}
.news_cont .page_turning a{
    margin: 10px;
    color: #3D3D3D;
}
.news_cont .page_turning .prev{
    float: left;
}
.news_cont .page_turning .next{
    float: right;
}

.list_bottom{ height:26px; line-height:30px;border-top:#f7f7f7 solid 1px; text-align:left; padding-left:20px;}
.list_bottom a{ color:#000; font-size:13px; padding:1px 5px;  border:#ccc 1px solid; margin:0px 2px; height:22px;  }
.list_bottom a:hover{ color:#fff;  border:#93B9DC 1px solid; text-decoration:none; background:#BFD3E6;}
.list_bottom div { float:right;}
.itemcount { padding-left:15px;}