﻿@charset "utf-8";
/* CSS Document */
/*补充样式重置*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
select,option {
    -webkit-appearance: none;/*消除select在iPhone的效果*/
    border: 1px solid transparent; 
}
input,textarea{
    border: 1px solid transparent; 
    outline:0; /*消除在边框的颜色的效果*/
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,
fieldset,legend,input,button,textarea,menu{margin:0;padding:0;-webkit-text-size-adjust: none;}
input,textarea{border: 1px solid transparent; outline:0;}
ul, ol, li{list-style:none;text-decoration: none;vertical-align:0}
a img {border:0}
html,body {
    background-color: #eaf6fd;
    color: #333;
    font-size: 12px;
    min-width: 1100px;
    font-family: "Microsoft YaHei";
}
form,fieldset{border:0px;} 
legend{display: none;}
a{text-decoration: none;}
a:hover,a.active{color: #da2027;}
input[type="botton"],input[type="submit"]{cursor: pointer;}
.wrapper{ width:1000px; margin:auto;}
.fullwrapper{width: 100%;}
.vspace{ height:15px; line-height:0; font-size:0; overflow:hidden; clear:both;}
/*清除float浮动造成的问题*/
.clearfix:after,.clearfix:before{content: ""; visibility: hidden; display: block; height: 0; clear: both; }
/*====头部---开始--=====*/
.header-bg{
    height:173px;
    position: relative;
}
.header{
    position: absolute;
    top:30px;
    left:0;
    right: 0px;
    width: 1000px;
    color: #fff;
    padding:0 40px;
    z-index: 99999999;
}
.header-top{
    margin-left: 60px;
}
.header-top h1{
    float: left;
    width: 291px;
    height: 64px;
    text-indent: -99999px;
    background: url(pages_res/logos.png) no-repeat;
}
.header-toptext{
    float: right;
    text-align: right;
}
.header-toptext h2{
    font-size: 30px;
}
.row{ text-align: left; line-height: 40px;}
.zw{font-size: 24px;}
.yw{font-size: 14px;}
.header-toptext h22{
    font-size: 14px;
}
.header-toptext h2 a{
    color:#fff;
}


.header-toptext p{
    line-height: 20px;
}
.header-toptext p a {
    color:#fff;
}
.navs{
    padding-left: 20px;
    width: 100%;
    margin-top: 15px;
    height: 40px;
    font-size: 14px;
    background: url(pages_res/nav-bg.png) no-repeat;
}
.navs .nav-box>li{
    float: left;
    height: 39px;
    position: relative;
    line-height: 39px;    
    margin-right: 10px;
    cursor: pointer;
}
.navs .nav-box>li>span{
    display: inline-block;
}
.navs .nav-box>li>span>a{
    display: inline-block;
    padding: 0px 10px; 
    color: #fff;   
}
.navs .nav-box>li.active span>a,ul.navs>li:hover span>a{
    background: url(pages_res/tranbg1.png);
}
.navs .nav-box>li.active .navs-hovercnt,
.navs .nav-box>li:hover .navs-hovercnt{
    display: block;
}
.navs-hovercnt{
    display: none;
    position: absolute;
    top:39px;
    left:0px;
    right: 0px;
    background: url(pages_res/tranbg1.png);
    text-align: center;
}
.navs-hovercnt li>a{
    color: #fff;
    line-height: 30px;
    display: block;
}
/*====头部---结束--=====*/
/*====底部---开始--=====*/
.footer{
    border-top:2px solid #da1520;
    margin-top: 15px;
    padding: 15px 0px;
    color: #000;
    text-align: center;
}
.footer span{
    margin-right: 20px;
}
/*====底部---结束--=====*/
/*====分页---开始--=====*/
.com-pagesbtn{
    overflow: hidden;
}
.com-pagesbtn ul{
    float: right;
    padding: 4px 7px;
    margin-right: 20px;
    background-color: #fff;
}
.com-pagesbtn li{
    float: left;    
    position: relative;
    margin-right:7px;
}
.com-pagesbtn li span,.com-pagesbtn li a,
.com-pagesbtn li select{
    color:#000;
    display: inline-block;
    padding: 3px 8px;
    border: 1px solid #eaeaea;
}
.com-pagesbtn li.info-listsel select{
    padding: 2px 8px;
    width: 50px;
}
.com-pagesbtn li.info-listsel:after{
    content: "";
    position: absolute;
    top: 9px;
    right: 6px;
    width:0;
    height:0;
    line-height:0;/*解决ie下梯形问题*/
    border:5px solid transparent;
    _border:5px solid #fff;
    border-top-color:#000;
}
.com-pagesbtn li:hover span,.com-pagesbtn li:hover a,
.com-pagesbtn li.active span,.com-pagesbtn li.active a{
    color: #34DE0C;
}
/*====分页---结束--=====*/
/*====首页---开始--=====*/
/*banner图*/
.index-banner{
    width: 1000px;
    height: 544px;
    overflow: hidden;
    position: relative;
}
.index-bannerimg{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 504px;
    overflow: hidden;
}
.index-bannerimg ul{
    height: 504px;
    position: absolute;
}
.index-bannerimg li{
    float: left;
    width: 1000px;
    height: 504px;
    position: relative;
    overflow: hidden;
}
.index-bannerimg li img{
    width: 100%;
    height: 100%;
}
.index-bannertext{
    position: absolute;
    left:0;
    bottom: 0px;
    text-align: right;
    width: 100%;
    height: 40px;
    font-size: 20px;
    color: #fff;
    line-height: 40px;
    padding: 0px 40px;
    background: url(pages_res/tranbg2.png);
}
.index-bannerbtn{
    position: absolute;
    bottom: 0px;
    left:0;
    width: 100%;
    height: 40px;
    text-align: center;
}
.index-bannerbtn span{
    width: 80px;
    height: 2px;
    cursor: pointer;
    display: inline-block;
    margin: 19px 3px;
    background-color: #999999;
}
.index-bannerbtn span:hover,.index-bannerbtn span.on{
    background-color: #ed1b23;
}
/**/
.index-cnt{
    margin: 0px 8px;
    overflow: hidden;
}
.index-colw226{
    width: 226px;
}
.index-colw475{
    width: 475px;
}
.index-boxhead{
    width: 100%;
    height: 35px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #c7c5c5;
}
.index-boxhead:after{
    content: "";
    position: absolute;
    left:0;
    bottom: -1px;
    width: 80px;
    height: 2px;
    background-color: #da8f87;
}
.index-boxhead h2{   
    float: left;
    font-weight: 400;
}
.index-boxhead span{
    float: left;
    font-size: 18px;
    color: #221815;
    margin-right: 10px;
}
.index-boxhead span b{
    color: #b80000;
    font-weight: 400;
}
.index-boxhead small{
    float: left;
    margin-top: 5px;
    font-size: 15px;
    text-transform:uppercase;
    color: #b1b1b1;
}
.index-boxmore{
    float: right;
    margin-top: 10px;
    padding-right: 8px;
    color: #272626;
    background-image: url(pages_res/i1.png);
    background-position: right;
    background-repeat: no-repeat;
}
.index-boxcnt{
    padding:20px 0 15px 0px;
    border-bottom: 1px solid #c7c5c5;
}
.index-colw226>.index-boxcnt{
    padding-left: 10px;
}
.index-boxcnt li{
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
}
.index-boxcnt li:hover a{
    color: #da2027;
}
.index-boxcnt span{
    float: right;
}
.index-colw475>.index-boxcnt li a{
    width: 310px;
    float: left;
}
.index-boxhot{
    position: absolute;
    top: 4px;
    left: 305px;
    width: 25px;
    height: 9px;
    background-image: url(pages_res/i2.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.index-boxvideo{
    margin-top: 11px;
    width: 226px;
    height: 140px;
}
.index-box{
    float: left;
    margin-right: 30px;
}
.index-colw213{
    float: right;
    width: 213px;  
    padding:10px 0px 30px;
    border-bottom: 1px solid #c7c5c5;
}
.index-colw213 li span a{
    float: left;
    width: 213px;
    height: 54px;
    margin-bottom: 5px;
}
.index-colw213 li span a img{
    width: 100%;
    height: 100%;
}
/*常用衔接：*/
.index-textcnt{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
    padding-left: 100px;
    text-align: center;
    color: #666666;
    font-size: 14px;
}
.index-textcnt span{
    float: left;
    color: #e60012;
}
.index-textcnt ul{
    float: left;    
}
.index-textcnt ul li{
    float: left;
    margin-right: 30px;
}
.index-textcnt ul li:hover a{
    display: inline-block;
    color: #e60012;
}
/*====首页---结束--=====*/
/*====内容框架--开始--=====*/
.com-content{
    margin-top: 20px;
}
.com-left{
    float: left;
    width: 268px;
    height: 587px;
}
.com-title h2{
    padding-left: 56px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #ed1b23;
    line-height: 27px;
}
.com-title ul{
    font-size: 14px;
    margin: 15px 0px 0px 48px;
}
.com-title ul li{
    float: left;
    width: 100%;
    padding-left: 7px;
    position: relative;
    margin-bottom: 10px;
}
.com-title ul li a:after{
    content: "";
    position: absolute;
    top:7px;
    left:0px;
    width: 3px;
    height: 5px;
    background-image: url(pages_res/i3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}
.com-title ul li:hover a:after,.com-title ul li.active a:after{
    background-position: left top;
}
.com-title ul li:hover a,.com-title ul li.active a{
    color: #da2027;
}
.com-right{
    width: 675px;
    padding-right: 20px;
    float: right;
}
.com-linknavs{
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #525252;
}
.com-linknavs span,.com-linknavs a{
    color: #ed1b23;   
}
.com-linknavs a{
    background-image: url(pages_res/i6.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 0px 10px;  
}
.com-linknavs:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left:0;
    width: 87px;
    height: 2px;
    background-color: rgba(207, 74, 57, 0.72);
}
/*====内容框架--结束--=====*/
/*====文章页--内容--=====*/
.info-pagecnt{
    color: #525252;
    line-height: 25px;
    padding: 20px 0;
}
.info-pageshead{
    width: 100%;
    margin-bottom: 20px;
    line-height: 20px;
    text-align: center;
}
.info-pageshead h3{
    color: #da2027;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}
/*====列表页--内容--=====*/
.info-listcnt{
    padding: 20px 10px;
}
.info-listcnt li{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.info-listcnt li a{
    float: left; 
    color:#666666;
}
.info-listcnt li a:hover{
    color: #da2027;
}
.info-listcnt li span{
    float: right;
    color: #999999;
}
.possplit {display:none;}
/*====过渡页---开始--=====*/
/*====过渡页---结束--=====*/