/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    -webkit-tap-highlight-color:transparent;
    font-family:Arial,"PingFang SC","Hiragino Sans GB","WenQuanYi Micro Hei","Microsoft Yahei",sans-serif;
}
body {
    line-height:1;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav,ul{
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
i{font-style: normal;}
input, select {
    vertical-align:middle;
}
input,textarea,button{
    outline: none;
    border:none;
}
.hidden{
    display: none;
}
.clearfix:after{
    content: ' ';
    display: block;
    clear: both;
    visibility:hidden;
    line-height: 0;
    height:0;
}
.loading_more{
    display: block;
    height: 1.5em;
    width: 100%;
}
.loading_more:before {
    display: inline-block; vertical-align: text-bottom;
    content: ' '; height: 16px; width: 16px; margin-right: 6px;
    background: url(../image/loading_more.gif) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
} 
.loading_more:after {
    content: '加载更多';    
}
/*单行文本隐藏*/
.text-ov {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*多行文本隐藏*/
.text-ov-3,
.text-ov-4,
.text-ov-2,.text-ov-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-ov-3 {
    -webkit-line-clamp: 3;
}
.text-ov-4 {
    -webkit-line-clamp: 4;
}

.text-ov-1{
    -webkit-line-clamp: 1;
}
.ng-cloak{
    display: none;
}

/*加载*/
.bottom_loadmore{
    font-size:14px;
    height:40px;
    line-height:40px;
    color:#999;
    text-align: center;
    visibility: hidden;
    z-index:11;
}

.htmlWeiLei:after{
    position:fixed;
    top:50%;
    left:50%;
    width:30px;
    height:30px;
    z-index:100;
    content: ' ';
    z-index:1051;
    margin:-15px 0 0 -15px;
    background:url(../image/loadding.gif) center no-repeat;
    background-size:100% auto;
}
.htmlWeiLei:before{
    content: ' ';
    color:#fff;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:1000;
    background:rgba(0,0,0,0);
}
.htmlWeiLei.htmlWeiLei-bg:before{
    background:rgba(0,0,0,0)
}

.htmlWeiLei.htmlWeiLei-no-bg:before{
    background:none
}
/*项目重要颜色设置*/
a{
    color:#333;
}
.theme_bgcolor_white{ background-color: #fff;}
.theme_bgcolor_gray{ background-color: #f5f5f5;}
.theme_bgcolor_green{ background-color: #def5f0;}
.theme_color{color:#44347a;}
.theme_bgcolor{background-color:#11C49D;}
.theme_bgcolor1{background-color:#08e17d;}
.txt_color_black{color:#333;}
.txt_color_gray{color:#666;}
.p_color{color:#4c4c4c;}
.title_cn_color{color:#1a1a1a;}
.title_en_color{color:#999;}
.footer_color{color: #808080;}

embed{width: 0;height: 0;visibility: hidden;}

/*.main{
    background-color: #f5f5f5;
}*/
/*面包屑导航*/
.m-content .brNav{
    width: 1200px;
    margin: 0px auto 30px;
    padding-top: 30px;
}
.brNav a{
    color:#686868;
}
.brNav img{
    margin:0 8px;
}
.brNav a:hover{
    text-decoration: underline;
}

/*标题样式*/
.title{
    text-align: center;
    height: 110px;
}
.title h1{
    padding-top: 30px;
    font-size: 22px;
    font-weight: normal;
}
.title span{
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    display: inline-block;
}
.title h4{
    font-weight: lighter;
    font-size: 14px;
    font-family: 'ArialMT';
}

/*头部样式*/
.header{
    transition:300ms all;
    /*height: 120px;*/
    position: absolute;
    width: 100%;
    line-height: 96px;
    z-index: 19;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
    background-color: #1A5261;
}
.h_content{
    width: 1200px;
    margin: 0 auto;
    background-color: #1A5261;
}
.h_content>a{
    display: inline-block;
}
.h_content>a img{
    margin-top: 14px;
    vertical-align: top;
    width: 130px;
}
.h_nav{
    float: right;
}
.h_nav li{
    float: left;
    text-align: right;
    margin-left:6px;
}
.h_nav li>a,._aClick{
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 30px;
    transition: all 300ms;
    color:white;
    position: relative;
    cursor: pointer;
}
._aClick img{
    transition:800ms all;
    transform: rotate(0deg);
}
.hiddenMenu{
    display: none;
    position: absolute;
    background-color: white;
    top:200%;
    left: 10px;
    padding:6px 10px;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.15);
}
.h_nav li .hiddenMenu a{
     color:#1a1a1a;
}
.h_nav li.active>a,.h_nav li>a:hover ,._aClick:hover,.h_nav li.active> ._aClick{
    background-color: rgba(0,0,0,0.15);
    border-radius: 8px;
}
._aClick img._imgRotate{
    transform: rotate(-180deg);
}
/*主题样式*/
.main{
    padding-top: 96px;
}
/*底部样式*/
.footer{
    background-color: #293038;
    width: 100%;
    height: 305px;
}
.footer a{
    color:#808080;
}
.footer a:hover{
    color:#fff;
}
.f_content{
    color:#808080;
    padding-top: 30px;
    background-color: #293038;
    width: 1200px;
    margin: 0 auto;
    height: 250px;
}
.f_left{
    vertical-align: top;
    display: inline-block;
    /*float: left;*/
    color:#808080;
    width: 570px;
}
.f_nav{
    float: left;
    overflow: hidden;
    margin-right: 40px;
}
.f_nav li{
    font-size: 14px;
    margin-bottom: 16px;
}
.f_nav li:last-child{
    margin-bottom: 0;
}
.other_link{
    font-size: 14px;
    overflow: hidden;
    height: 200px;
}
.other_link b{
    display: block;
    margin-bottom: 16px;
    font-weight: normal;
}
.other_link ul{
    width: 420px;
    float: left;
}
.other_link ul li{
    float: left;
    width: 125px;
}
.other_link ul li:nth-child(2n){
    margin-left: 50px;
    margin-bottom: 16px;
}
.other_link ul li:last-child{
    margin-bottom: 10px;
}
.f_left p{
    float: left;
    font-size: 13px;
    margin-top: 9px;
}
.copyright{
    margin-top: 10px !important;
}
.scan{
    display: inline-block;
    /*float: left;*/
    margin:30px 40px 0 0; 
}
.scan div{
    display: inline-block;
    text-align: center;
    margin-right: 30px;
}
.scan p{
    margin-top: 10px;
    font-size: 14px;
}
.contact{/*float: left;*/display: inline-block;vertical-align: top;margin-top: 30px;}
.contact h3{
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
.contact p{
    line-height: 30px;
    color:#10e282;
    margin: 20px 0;
}
.contact p i{
    font-size: 22px;
    margin-right: 10px;
    background-color: rgba(255,255,255,.08);
    border-radius: 6px;
    padding: 4px 3px;
}
.contact p em{
    font-size: 22px;
    vertical-align: bottom;
}
.f_icon{float: right;}
.f_icon li{
    float: left;
    margin-left: 30px;
}
.f_icon li:first-child{
    margin-left: 0;
}