/*公共样式*/
body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 12px;
    line-height: 24px;
    color:#4D4C4C;
    background: #F5F5F5;
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,input,button {
    margin: 0;
    padding: 0;
}
ul,ol {
    list-style: none;
}
input,button {
    font-family: "Open Sans", Arial, sans-serif;
}
a {
    color:#1FA5A2;
    text-decoration: none;
}
a:hover {
    color: #005580;
    text-decoration: none;
}
img{
    border:0;
}
.none {
    display: none;
}
.block {
    display: block;
}
.overhidden {
    overflow: hidden;
}
.clearfloat::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
    zoom: 1;
    visibility: hidden;
}
.clearfloat:before {
    content: "";
    display: table;
    height: 0;
    clear: both;
    zoom: 1;
    visibility: hidden;
}
.container {
    width:1167px;
    margin: 0 auto;
}
.container:after {
    content: "";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
/*header*/
.header{
    height:280px;
}
.header .logo{
    text-align: center;height:240px;
    line-height:230px;
}
.header .logo img{
    height:100%;
}
.header .navbar{
    margin-left:130px;margin-right:130px;
    text-align:center;
}
.header .navbar>ul>li{
    float:left;width:12%;font-size:18px;
    color:#656464;font-weight:500;
    height:40px;line-height:40px;
}
.header .navbar>ul>li>a{
    display:inline-block;
    color:#000;
    width:100%;height:100%;
}
.header .navbar>ul>li.active>a{
    color:#1FA5A2;
}
.header .dorp-down{
    width:100%;height:0;
    background:#fff;box-sizing:border-box;
    position:absolute;left:0;top:280px;
    transition:all .4s ease-in;
    -webkit-transition:all .4s ease-in;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#e3e3e3', Direction=135, Strength=3);/*for ie6,7,8*/
    box-shadow: 0 3px 4px rgba(0,0,0,0.18);
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.18);
}
.header .dorp-down>.container{
    box-sizing:border-box;
    overflow:hidden;height:0;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
.header .dorp-down-list{
    width:1620px;height:100%;position:relative;left:0;
    margin: 0 auto;
    -webkit-transition:all .3s linear;
    transition:all .3s linear;
}
.header .dorp-down-list>li{
    float:left;width:240px;  height:0;
    overflow:hidden;text-align:center;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
}
.header .item-active .dorp-down{
    height:200px;border-top:1px solid #e3e3e3;
}
.header .item-active .dorp-down>.container{
    height:100%;padding:20px 10px;
}
.header .item-active .dorp-down-list>li{
    height:100%;
}
.zIndex{z-index:3;}
.header .dorp-down-list>li>.box{
    border-left:1px solid #e3e3e3;
    height:130px;margin-bottom:15px;
}
.header .dorp-down-list>li:first-child>.box{
    border-left:0;
}
.header .dorp-down-list>li a>img{
    width:130px;height:100%;
}
.header .dorp-down-list>li .title{
    display:block;font-size:12px;line-height:12px;
    padding:0 20px;height:12px;overflow: hidden;
}

/*footer*/
.footer{
    margin-top: 50px;
    width:100%;height:144px;
    background-color:#333;
    min-width:1167px;
}
.footer .logo{
    width:206px;height:144px;margin-left:-100%;
    padding:0 37px;line-height:144px;
}
.footer .logo img{
    width:100%;vertical-align: middle;
}
.footer .about-box{
    padding:5px;width:100%;height:134px;
}
.footer .about-box-in{
    margin-left:280px;
}
.footer .about{
    margin:29px 0;
}
.footer .about>ul>li{
    float:left;
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 9px;
}
.footer .about>ul>li>a{
    color:#FEF7F7;
}
.footer .about>ul>li:first-child{
    border-left:0;padding-left:0;
}
.footer .copyright{
    margin-top:13px;
}
.footer .copyright span{
    color:#A1A1A1;
}
.footer .copyright a{
    color:#CDCDCD;
}
.footer .copyright span+a{
    padding:0 15px 0 12px;
}
.footer .copyright .weixin-box>ul>li{
    float:left;position:relative;
    width:30px;height:30px;
    margin-left:6px;
    border-radius:50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.footer .copyright .weixin-box a{
    display:inline-block;
    width:100%;height:100%;
}
.footer .copyright li.weibo{
    background:url(img/weibo.png) no-repeat 0 -1950px;
}
.footer .copyright li.weibo:hover{
    background:url(img/weibo.png) no-repeat 0 -1980px;
}
.footer .copyright li.weixin{
    background:url(img/weibo.png) no-repeat 0 -2070px;
}
.footer .copyright li.weixin:hover{
    background:url(img/weibo.png) no-repeat 0 -2100px;
}
.footer .copyright li.weixin>img{
    position: absolute;
    top: -268px;
    left: -177px;
    display:none;
}
.footer .copyright li.weixin:hover img{
    display:block;
}

/*hot*/
.hot{
    width:755px;
    margin-bottom:40px;
}
.hot>.title{
    margin-bottom:40px;
    text-align:center;
}
.hot>.title>.rm{
    margin-bottom:5px;border-bottom:1px solid #1FA5A2;
    display:inline-block;
}
.hot>.title>.rm>a{
    font-size:18px;color:#1FA5A2;
}
.hot>.title>h3{
    font-size:30px;line-height:48px;
    font-weight:normal;margin-bottom:10px;
}
.hot>.title>i{
    color:#8D8D8C;
}
.hot .detail{
    position:relative;
}
.hot .detail img{
    width:100%;
}
.hot .detail>.text{
    color:#5A5A5A;font-size:14px;
    line-height:24px;margin-top:20px;
    max-height:130px;overflow:hidden;
}
.hot .detail>.mask{
    position: absolute;bottom:-6px;
    width:100%;
}
.hot .detail>.mask>p{
    height:20px;background:#F5F5F5;
}
.p1{opacity:.6;filter:alpha(opacity=70);}
.p2{opacity:.9;filter:alpha(opacity=80);}
.p3{opacity:.96;filter:alpha(opacity=90);}
.kon{
    padding:15px;
}
.hot>.collect{
    text-align:center;
    margin-top:80px;
}
.hot>.collect>a{
    padding:20px 94px;
    border:1px solid #5A5A5A;
    color:#5A5A5A;font-size:18px;
}
.hot>.collect>div{
    margin-top:70px;
    padding-bottom:15px;
    border-bottom:1px solid #5A5A5A;
}
.hot>.collect>div>div{
    font-size:16px;color:#5A5A5A;
}
/*右侧边栏*/
.sidebar{
    width:280px;
}
.sidebar>.dnfj{
    margin-top:35px;
}
.sidebar h4{
    display:inline-block;font-size:18px;
    border-bottom:2px solid #1FA5A2;margin-bottom:3px;
}
.sidebar>.dnfj dt{
    /* margin-top:10px;
    width:200px;height:188px;
    padding:5px 40px;
    background:#fff; */
}
.sidebar>.dnfj dt img{
    display:block;
    width:100%;height:100%;
}
.sidebar>.dnfj dd{
    margin-top:15px;text-align:center;
    line-height:25px;padding:0 15px;
}
.sidebar>.aac>p{
    margin-top:10px;
}
.sidebar>.aac>p>a{
    float:left;display:block;
    width:136px;
    background:#fff;
}
.sidebar>.aac>p img{
    float:left;display:block;
    width:100%;
}
.sidebar>.aac>p>a:first-child{
    margin-right:8px;
}
.sidebar>.aac,.sidebar>.kg{
    margin-top:40px;
}
.sidebar>.aac>h4,.main-ind .sidebar>.kg>h4{
    padding:0 20px;
}
.sidebar>.kg ul{
    margin-top:5px;
}
.sidebar>.kg ul>li{
    float:left;width:80px;height:80px;
    padding:5px;
    margin-bottom:5px;margin-left:5px;
    background-color:#fff;
    position:relative;
}
.kg-ul a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.sidebar>.kg ul>li:hover{
    -moz-box-shadow:3px 3px 20px 2px #e3e3e3;/*firefox*/
    -webkit-box-shadow:3px 3px 20px 2px #e3e3e3;/*webkit*/
    box-shadow:3px 3px 20px 2px #e3e3e3;/*opera或ie9*/
}
.sidebar>.kg ul>li img{
    display:block;
    height:100%;
}
.sidebar>.kg ul>li:first-child,
.sidebar>.kg ul>li:first-child+li+li+li,
.sidebar>.kg ul>li:first-child+li+li+li+li+li+li{
    margin-left:0;
}
.sidebar>.kg>.gg{
    margin-top:35px;
}
.sidebar>.kg>.gg img{
    width:100%;
}
.sidebar>.cp{
    margin-top:50px;
}
.sidebar>.cp li{
    border-bottom:1px solid #E3E3E3;
    height:86px;
}
.sidebar>.cp .media{
    margin:20px 0 15px;
}
.sidebar>.cp .media-left{
    width:88px;height:71px;
}
.sidebar>.cp .media-left img{
    display:block;
    width:100%;
    height: 100%;
}
.sidebar>.cp .media-body{
    margin-left:15px;
    width: 176px;
}
.sidebar>.cp .media-body .media-heading{
    font-size:14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar>.cp .media-body>.sm{
    font-size:10px;margin-top:-3px;
    max-width:177px;line-height:14px;
}
.sidebar>.cp .media-body>.sm p{
    margin-top:10px;
}
.sidebar>.cp .cp-img {
    padding-top: 20px;
}
.sidebar>.cp .cp-img>img {
    cursor: pointer;
}
.sidebar>.kf{
    margin-top:50px;
}
.sidebar>.kf>.box{
    margin-top:25px;
}
.sidebar>.kf a{
    padding:0 32px;background:#E5E5E5;color:#5A5A5A;
    text-align:center;height:34px;line-height:34px;
    border-radius:17px;font-weight:600;
    display:inline-block;margin-bottom:8px;
    margin-right:2px;
}




/*回到顶部*/
.to-top{
    position:fixed;
    right:50%;bottom:45%;
    margin-right:-670px;
    opacity:0.5;
    filter:alpha(opacity=50);
    display:none;
}
.to-top:hover{
    opacity:1;
    filter:alpha(opacity=100);
}
/*透明遮罩和播放*/
.play-icon{
    position:absolute;left:0;right:0;top:0;bottom:0;
    opacity:0.5;background:#000;
    filter:alpha(opacity=50);
}
.glyphicon-play{
    position:absolute;left:50%;top:50%;
    width: 0;height: 0;
    border-top:18px solid transparent;
    border-right:18px solid transparent;
    border-bottom:18px solid transparent;
    border-left:25px solid #fff;
    margin-left:-8px;margin-top:-18px;
}
/*阴影样式*/
.box-shadow:hover{
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color='#e3e3e3', Direction=135, Strength=6);*//*for ie6,7,8*/
    -moz-box-shadow:3px 3px 20px 3px #e3e3e3;/*firefox*/
    -webkit-box-shadow:3px 3px 20px 3px #e3e3e3;/*webkit*/
    box-shadow:3px 3px 20px 3px #e3e3e3;/*opera或ie9*/
}
