﻿@charset "utf-8";
body {
    font-family: "Microsoft YaHei";
    -webkit-font-smoothing: antialiased; /*消除锯齿*/
    -moz-osx-font-smoothing: grayscale; /*坐等标准，有备无患*/
    -webkit-touch-callout: none; /*触摸长按时，禁止系统默认*/
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    overflow-x: hidden;
    min-width: 1200px;
}

.fontSmoothing {
    -webkit-font-smoothing: antialiased; /*消除锯齿*/
    -moz-osx-font-smoothing: grayscale; /*坐等标准，有备无患*/
    -webkit-text-stroke-width: 0.2px;
    -moz-text-stroke-width: 0.2px;
    -ms-text-stroke-width: 0.2px;
    -o-text-stroke-width: 0.2px;
}

.transition250 {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

input {
    border: none;
    padding: 0;
    margin: 0;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden;
}

.clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
}

.clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clamp4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.indent2 {
    text-indent: 2em;
}

.nlb {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.parentFlex {
    display: flex;
    display: -webkit-flex;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.textellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.wordBreakAll {
    word-break: break-all;
}

.wFull {
    width: 100%;
}

wHalf {
    width: 50%;
}

.b1bef {
    border-bottom: 1px solid #efefef;
}

.bcf5 {
    background-color: #f5f5f5;
}

.bcwhite {
    background-color: white;
}

.bcred {
    background-color: red;
}
.bcblue {
    background-color: #2056c1;
}
.bctransparent {
    background-color: transparent;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.hfull {
    height: 100%;
}

.whalf {
    width: 50%;
}

.l0 {
    left: 0;
}

.t0 {
    top: 0;
}

.r0 {
    right: 0;
}

.b0 {
    bottom: 0;
}

.oh {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.p15 {
    padding: 15px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl15 {
    padding-left: 15px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr15 {
    padding-right: 15px;
}

.pt1e {
    padding-top: 1em;
}

.pl24 {
    padding-left: 24px;
}

.pr24 {
    padding-right: 24px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt2 {
    padding-top: 20px;
}

.pt20 {
    padding-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}
.mr40{
    margin-right: 40px;
}
.mt5 {
    margin-top: 5px;
}

.mlra {
    margin-left: auto;
    margin-right: auto;
}
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs30 {
    font-size: 30px;
}

.fs1em {
    font-size: 1em;
}

.fs2em {
    font-size: 2em;
}

.fs3em {
    font-size: 3em;
}

.fs4em {
    font-size: 4em;
}

.fs5em {
    font-size: 5em;
}

.lh60 {
    line-height: 60px;
}

.lh1 {
    line-height: 1;
}

.lh175 {
    line-height: 1.75;
}

.lh2 {
    line-height: 2;
}

.white {
    color: white;
}

.c333 {
    color: #333;
}

.black {
    color: black;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}
input,
button {
    outline: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.e3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.imgfull {
    width: 100%;
    display: block;
}

.songti {
    font-family: "宋体";
}

/*公有开始*/
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*顶部开始*/
.header{
    background-color: #bf2d2d;
    z-index: 999;
}
.header .top{
    height: 86px;
}
.header .top .text-link-list ul li{
    border-right: 1px solid white;
    padding: 0 10px;
    line-height: 12px;
}
.header .top .text-link-list ul li.last{
    border: none;
}
.search{
    width: 270px;
    height: 24px;
    line-height: 24px;
    background: url("../images/bg_white_50.png");
}
.search input{
    width: 200px;
    height: 24px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    float: left;
    background-color: transparent;
    padding-left: 10px;
}
.search button{
    display: block;
    border: none;
    background: transparent url("../images/search_btn.png") no-repeat center;
    height: 24px;
    width: 24px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
}
input::-webkit-input-placeholder{
    color: #ddd;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #ddd;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #ddd;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: #ddd;
}
.header .bottom{
    height: 65px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
}
.header .logo{
    width: 300px;
    padding-left: 20px;
    padding-top: 5px;
}
/*顶部结束*/
/*导航开始*/
.nav,
.nav ul{
    background-color: #fff;
    width: 860px;
    height: 65px;
    text-align: center;
    z-index: 999;
}
.nav ul li.menu{
    float: left;
    z-index: 999;
}
.nav ul li.active{
    background-color: #ef4a4a;
}
.nav ul li.menu a{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 65px;
}
.nav ul li.active a{
    color: white;
}
.nav ul li.menu ol{
    position: absolute;
    width: 860px;
    top: 65px;
    left: 0;
    display: none;
    background: url("../images/bg_black_60.png");
}
.nav ul li.menu ol li.menu-child{
    line-height: 36px;
    float: left;
    margin: 10px 10px;
    padding: 0 20px;
    white-space: nowrap;
}
.nav ul li.menu ol li.menu-child a{
    display: block;
    width: 100%;
    color: white;
    line-height: 36px;
}
/*导航结束*/
/*底部开始*/
.footer{
    background-color: #bf2d2d;
    height: 122px;
}
.footer .top-concent{
    height: 108px;
}
.footer .left{
    width: 460px;
}
.footer .left ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 0 8px;
    line-height: 14px;
    border-right: 1px solid #e5e5e5;
}
.footer .left ul li a{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 14px;
}
.footer .left ul li.last{
    border:none;
}
.footer .w1200{
    padding-top: 15px;
}

.footer .left .cp p{
    padding-left: 8px;
    font-size: 14px;
    color: #f8f8f8;
    line-height: 1.6;
}
.footer .con-txt{
    width: 120px;
    padding-top: 10px;
}
.footer .right ul li{
    margin-right: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1;

}
.footer .right ul li img,
.footer .right ul li a{
    display: block;
    width: 76px;
    text-align: center;
    font-size: 12px;
}
/*底部结束*/
.nav ul li:hover{
    background-color: #ef4a4a;
}
.nav ul li:hover a{
    color: white;
}
.footer .right ul li:hover a,
.footer .left ul li a:hover,
.header .top .text-link-list ul li a:hover{
    color: #D0D0BC;
}
.nav ul li.menu ol li:hover{
    background: url("../images/bg_black_20.png");
}
.footer .drop-down .drop ul li a:hover{
    color: #bf2d2d;
}
.header .box-top .container .right .box-link ul li:hover{
    opacity: 1;
    filter: Alpha(opacity=100)
}
/*公有结束*/