* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "寰蒋闆呴粦"    
}
a {
    text-decoration: none;
    color: #000;
}
table,td,tr {
    box-sizing:content-box;
}

table {
    margin :0 auto;
}
li {
    list-style-type: none;
}
html {
	min-width: 1250px;
}
.page {
    background: #f3f3f3;
}
.nav {
    height: 110px;
    width: 100%;
    background: #fff;
}
.nav >div {
    width: 1250px;
    margin: 0 auto;
    position: relative;
    height: 110px;
    background-image: url(../frame/img-6.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
}
.nav >div a {
    width: 550px;
    height: 74px;
    background-image: url(../frame/logo.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    display: inline-block;
    margin-top: 20px;
    margin-left: 0px;
}
.nav >div .search {
    height: 30px;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    width: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
}
.nav >div .search input {
    background: none;
    border:none;
    height: 100%;
    outline: none;
    padding-left: 10px;
    color: #333;
    width: 100%;
    padding-right: 40px;
}
.nav >div .search i {
    width: 30px;
    height: 100%;
    background-image: url(../frame/icon-3.png);
    background-position: center;
    background-size: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.subNav {
    height: 45px;
    width: 100%;
    background: #9d1d22;
    position: relative;
    z-index: 9;
}
.subNav >div {
    width: 1250px;
    margin: 0 auto;
    position: relative;

}
.subNav >div >div {
    width: 14.28571%;
    display: inline-block;
    float: left;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #9d1d22;
    position: relative;
}
.subNav >div >div a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 45px;
}
.subNav >div div>a.active {
    background: #8a161a;
}
.subNav >div div>a:hover {
    background: #8a161a;
}
.subNav >div div:hover >a {
    background: #8a161a;
}
.subNav >div div:hover .son {
    display: block;
}
.subNav .son {
    position: absolute;
    width: 100%;
    background: rgba(0,0,0,.7);
    top: 45px;
    display: none;
}
.subNav .son a {
    display: block;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.subNav .son a:hover {
    background: rgba(255,255,255,.3);
}
.banner {
    width: 100%;

    min-width: 1100px;
}
.banner >ul {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    background: #ddd;
    min-width: 1100px;
}
.banner >ul li {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
}
.banner >ul li.active {
    z-index: 2;
    opacity: 1;
}
.banner >ul li img {
    width: 100%;
    font-size: 0;
}
.banner >ul li p {
    font-size: 24px;
    color: #fff;
    padding: 10px 20px;
    background: rgba(0,0,0,.6);
    display:inline-block;
    position: absolute;
    left: 50px;
    bottom: 0px;
    font-weight: bold;
    bottom: 50px;
}
.banner >ul  .prev {
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    display: inline-block;
    background-image: url(../frame/icon-7.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color .5s;
    z-index: 3;
    cursor: pointer;
}
.banner >ul  .prev:hover {
    background-color: rgba(0,0,0,.5);
}
.banner >ul  .next {
    height: 90px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    display: inline-block;
    background-image: url(../frame/icon-8.png);
    background-position: center;
    background-repeat: no-repeat;
    transition: background-color .5s;
    z-index: 3;
    cursor: pointer;
}
.banner >ul  .next:hover {
    background-color: rgba(0,0,0,.5);
}
.banner >ul >div.dot {
    position: absolute;
    bottom: 19px;
    right: 0px;
    left: 0;
    margin:auto;
    z-index: 4;
    height: 5px;
    width: 100%;
    width: 78px;
}
.banner >ul >div span {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #e5e5e5;
    margin-right: 10px;
}
.banner >ul >div span:last-child {
    margin-right: 0;
}
.banner >ul >div span.active {
    background: #9d1d22;
}
.banner .bannerShare {
    position: absolute;
    top: 10px;
    right: -40px;
    z-index: 9;
}
.banner .bannerShare .idot {
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,.7);
    border-radius: 50%;
    margin-bottom: 10px;
    cursor: pointer;
}
.banner .bannerShare .idot:hover {
    background: rgba(0,0,0,.9);
}
.banner .bannerShare .idot a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.banner .bannerShare .idot:nth-child(1){
    background-image: url(../frame/icon-16.png);
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .bannerShare .idot:nth-child(2){
    background-image: url(../frame/icon-17.png);
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
}
.banner .bannerShare .idot:nth-child(3){
    background-image: url(../frame/icon-18.png);
    background-size: 70% 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.homeContent {
    width: 1250px;
    background: #fff;
    margin: 0 auto;
    overflow: auto;
}
.homeContent {
    padding: 0 35px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.homeContent >div {
    margin-right: 35px;
    width: 360px;
    float: left;
}
.homeContent >div.i3 {
    margin-right: 0;
}
.homeContent >div h4 {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    padding: 15px 0;
    overflow: auto;
}
.homeContent >div h4 span {
    float: left;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}
.homeContent >div h4 a {
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 20px;
}
.homeContent >div h4 a:hover {
    background: #f0f0f0;
}
.homeContent .i1 {

}
.homeContent .i1 .img {
    width: 100%;
    height: 190px;
    background: gray;
}
.homeContent .i1 ul {

}
.homeContent .i1 ul li {
}
.homeContent .i1 ul li:first-child a {

}
.homeContent .i1 ul li a {
    position: relative;
    padding: 20px 0;
    padding-left: 15px;
    font-size: 15px;
    display: block;
    color: #222;
    line-height: 15px;

    box-sizing: initial;
}
.homeContent .i1 ul li a:hover{
    color: #9d1d22;
}
.homeContent .i1 ul li:hover p {

}
.homeContent .i1 ul li a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-image: url(../frame/icon-1.png);
    background-repeat: no-repeat;
    background-position: center;
}
.homeContent .i1 ul li p {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    padding-left: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}


.homeContent .i2 ul {

}
.homeContent .i2 ul li {
    margin-bottom: 40px;
    overflow: auto;
    height: 80px;
}
.homeContent .i2 ul li:last-child {
    margin-bottom: 0;
}
.homeContent .i2 ul li div {
    width: 55px;
    float: left;
}
.homeContent .i2 ul li div i {
    display: block;
    float: left;
    width: 100%;
    font-style: normal;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    background: #9d1d22;
    height: 30px;
    line-height: 30px;
}
.homeContent .i2 ul li div span {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    background: #eee;
    height: 20px;
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #333;
}
.homeContent .i2 ul li a {
    font-size: 16px;
    display: block;
    float: left;
    width: 270px;
    margin-left: 15px;
    color: #222;
    padding-bottom: 5px;
line-height:20px;
}
.homeContent .i2 ul li a:hover {
    color: #9d1d22;
}
.homeContent .i2 ul li p {
    font-size: 14px;
    display: block;
    float: left;
    width: 270px;
    margin-left: 15px;
    color: #666;
    line-height: 1.7;
}

.homeContent .i3 ul {

} 
.homeContent .i3 ul li {
    height: 80px;
    margin-bottom: 40px;
}
.homeContent .i3 ul li:last-child {
    margin-bottom: 0;
}
.homeContent .i3 ul li a {

}
.homeContent .i3 ul li div {
    width: 60px;
    float: left;
    height: 80px;
    text-align: center;
    border-right: 1px dashed #e5e5e5;
    padding-right: 5px;
}
.homeContent .i3 ul li div i {
    height: 18px;;
    width: 18px;
    background-image: url(../frame/icon-2.png);
    background-position: center;
    background-size: 100%;
    display: inline-block;
    margin: 0 auto;
    margin-top: 10px;

}
.homeContent .i3 ul li div span {
    font-size: 14px;
    font-family: georgia;
    font-style: italic;
    color: #333;
    display: block;
    line-height: 14px;
    text-align: center;
}
.homeContent .i3 ul li h3 {
    font-size: 14px;
    display: block;
    float: left;
    width: 270px;
    margin-left: 15px;
    color: #222;
    font-weight: normal;
    padding-bottom: 3px;
    color: #666;
}
.homeContent .i3 ul li h5 {
    font-size: 16px;
    display: block;
    float: left;
    width: 270px;
    margin-left: 15px;
    color: #222;
    padding-bottom: 6px;
    font-weight: normal;

}
.homeContent .i3 ul li p {
    font-size: 14px;
    display: block;
    float: left;
    width: 270px;
    margin-left: 15px;
    color: #666;
    padding-bottom: 5px;
}

.homeContent .i4 {
    width: 100%;
    border-top: 4px solid #9d1d22;
    margin-top: 40px;
}
.homeContent .i4 ul {

}
.homeContent .i4 ul li {
    width: 320px;
    height: 130px;
    background: #eee;
    float: left;
    margin-right: 95px;
}
.homeContent .i4 ul li.lastChild{
    margin-right: 0;
}
.homeContent .i4 ul li a {

}
.homeContent .i4 ul li img {
    width: 100%;
    height: 100%;
}
.homeContent .i4 ul li a img {
    width: 100%;
    height: 100%;
}



.footer {
background: #9d1d22;
width: 100%;
min-width: 1250px;
}
.footer >div {
    width: 1100px;
    height: 110px;
    margin: 0 auto;
    position: relative;
}
.footer >div ul {
    padding-top: 17px;
    padding-left: 30px;
}
.footer >div ul li {
    overflow: auto;
    margin-bottom: 15px;
}
.footer >div ul li i {
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}
.footer >div span {
    width: 150px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 30px;
    background-image: url(../frame/icon-6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.footer >div ul li i.i1 {
    background-image: url(../frame/icon-4.png);
}
.footer >div ul li i.i2 {
    background-image: url(../frame/icon-5.png);
}
.footer >div ul li p {
    font-size: 13px;
    color: #ddd;
    float: left;
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
}
.footer >p {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #111;
    color: #888888;
}



.banner2 {
    width: 100%;
    background: #f3f3f3;
}
.banner2 >div {
    width: 1100px;
    height: 155px;
    background-image: url(../frame/img-7.png);
    margin: 0 auto;
    background-size: 100%;
}
.subContent {
    width: 1250px;
    margin: 0 auto;
    background: #fff;
    overflow: auto;
    padding-bottom: 30px;
    min-height: 450px;
}
.slider {
    width: 260px;
    border-top: 25px solid #9d1d22;
    float: left;
    margin-top: 25px;
}
.slider ul {

}
.slider ul li {
    border-bottom: 1px solid #e5e5e5;
    border-left: 6px solid #9d1d22;
    position: relative;
}
.slider ul li.now{
    border-left: 6px solid #9d1d22;
}
.slider ul li.active .i2 {
    display: block;
}
.slider ul li.now a.i1:before{
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-9.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;
}



.slider ul li a.i1 {
    height: 55px;
    display: block;
    line-height: 55px;
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}
.slider ul li a.i1:hover {
    color: #9d1d22;
}
.slider ul li .i2 {
    background: #f6f6f6;
    display: none;
}
.slider ul li .i2 a {
    height: 45px;
    display: block;
    line-height: 45px;
    padding-left: 40px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}
.slider ul li .i2 a:hover {
    color: #9d1d22;
}
.slider ul li .i2 a.now:before {
  /*  content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-9.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;*/
}


.slider ul li .i3 {
    background: #eee;
    display: none;
}
.slider ul li .i3.active2 {
    display: block;
}
.slider ul li .i3 a {
    height: 35px;
    display: block;
    line-height: 35px;
    padding-left: 60px;
    font-size: 12px;
    position: relative;
    cursor: pointer;
}
/*.slider ul li .i3 a:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #9d1d22;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    left: 40px;
    margin: auto;
    display: inline-block;
    position: absolute;
}*/
.slider ul li .i3 a:hover {
    color: #9d1d22;
}
.slider ul li .i3 a.now:before {
    /*content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-9.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;*/
}
.slider .hasSon:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-14.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;
}
.slider .hasSon.active3:before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../frame/icon-15.png);
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: inline-block;
    position: absolute;    
}


.subContent {

}
.subContent .list {
    width: 940px;
    float: left;
    margin-left: 50px;
}
.subContent .bread {
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    padding:20px 0;
}

.subContent .list ul {
    border-top: 3px solid #9d1d22;
}
.subContent .list  ul li {
    width: 100%;
    padding: 24px 0;
    overflow: auto;
    font-size: 15px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 60px;
    position: relative;
}
.subContent .list  ul li:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #9d1d22;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 30px;
}
.subContent .list  ul li a {
    float: left;
}
.subContent .list  ul li a:hover {
    color: #9d1d22;
}
.subContent .list  ul li span {
    float: right;
}

.subContent .article {
    width: 940px;
    float: left;
    margin-left: 50px;
}
.subContent .bread {
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    padding:20px 0;
}



.detailContent {
    margin: 0 auto;
    width: 1100px;
    overflow: auto;
    padding-bottom: 30px;
}
.detailContent {
    float: left;
    width: 940px;
    float: left;
    border-top: 3px solid #9d1d22;
}
.detailContent .title {
    padding: 30px 0 15px 0;
    border-bottom:1px solid #e5e5e5;
}
.detailContent .title h3{
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}
.detailContent .title h4 {
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    margin: 0 20px;
}
.detailContent .title h4 span {
    display: inline-block;
    padding: 0 10px;
}
.detailContent .contents {
    font-size: 15px;
    line-height: 30px;
    color: #333;
    padding-top: 30px;
}
.detailContent .contents p {
   
}
.detailContent .contents img {
 
}

.otherArticle {
    float: left;
    width: 100%;
}
.otherArticle i {
    display: inline-block;
}
.otherArticle .next {
    float: right;
}
.otherArticle .prev {
    float: left;
}
.otherArticle .next i {
    width: 25px;
    height: 25px;
    float: right;
    background-image: url(../frame/icon-11.png);
} 
.otherArticle .prev i {
    width: 25px;
    height: 25px;
    float: left;
    background-image: url(../frame/icon-10.png);
}
.otherArticle .prev a {
    padding-left: 20px;
}
.otherArticle .next a {
    padding-right: 20px;
}
.otherArticle a {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    
    float: left;
    display: inline-block;

}
.otherArticle a:hover {
    color: #9d1d22;
    text-decoration: underline;
}

.xfk {
    position: fixed;
    height: 110px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 9;
}
.xfk .i1 {
    width: 134px;
    height: 54px;
    overflow: hidden;
    right: -80px;
    background-color: #333;
    position: absolute;
    top: 55px;
}
.xfk .i1:hover {
    background-color: #aa251d;
    transition: all .5s;
    right: 0px;
}
.xfk .i1 i{
    width: 54px;
    height: 54px;
    display: inline-block;
    float: left;
    background-image: url(../frame/icon-13.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.xfk .i1 p{
    width: 80px;
    float: left;
    height: 54px;
    color: #fff;
    line-height: 54px;
    font-size: 14px;
    text-align: center;
}

.xfk .i2 {
    width: 174px;
    height: 54px;
    right: -120px;
    background-color: #333;
    position: absolute;
    top: 110px;
}
.xfk .i2:hover {
    background-color: #aa251d;
    transition: all .5s;
    right: -0px;
}
.xfk .i2 i{
    width: 54px;
    height: 54px;
    display: inline-block;
    float: left;
    background-image: url(../frame/icon-12.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}
.xfk .i2 p{
    width: 120px;
    float: left;
    height: 54px;
    color: #fff;
    line-height: 54px;
    font-size: 14px;
    text-align: center;
}
.xfk .i2 div {
    width: 120px;
    height: 120px;
    float: right;
    background-color: #fff;
}
.xfk .i2 div img {
    width: 100px;
    height: 100px;
    margin: 10px;
}

/*.xfk .i0 {
    width: 54px;
    height: 54px;
    right: 0px;
    background-color: #333;
    position: absolute;
    top: 0px;
}
.xfk .i0:hover {
    background-color: #17283c;
    transition: all .5s;
    right: -0px;
}*/






.pageNation table {
    margin-top: 10px!important;
}
.pageNation td {
    font-size: 14px!important;
    font-family: "寰蒋闆呴粦"!important;
    color: #666!important;
}
.pageNation span,.pageNation a {
    font-size: 14px!important;
    padding: 5px 10px!important;
    background: #fff!important;
    border: 1px solid #c5b7b7!important;
    color: #888!important;
    margin: 0 3px!important;
    text-decoration: none!important;
    height: auto!important;
    font-family: "寰蒋闆呴粦"!important;
    cursor: pointer;
}
.pageNation span:last-child,.pageNation a:last-child {
    margin-right: 0!important;
}
.pageNation span:hover,.pageNation span:a {
    border: solid #d81111 1px!important;
    color: #fff!important;
    background: #d81111!important;
}
.pageNation input[type="button"] {
    font-size: 14px!important;
    padding: 5px 10px!important;
    background: #fff!important;
    border: 1px solid #c5b7b7!important;
    color: #333!important;
    margin: 0 3px!important;
    text-decoration: none!important;
    height: auto!important;
    font-family: "寰蒋闆呴粦"!important;
    cursor: pointer;
    background: #f1f1f1!important
}
.pageNation input.defaultInputStyle {
    font-size: 14px!important;
    padding: 2px 10px!important;
    background: #fff!important;
    border: 1px solid #c5b7b7!important;
    color: #888!important;
    margin: 0 3px!important;
    text-decoration: none!important;
    height: auto!important;
    font-family: "寰蒋闆呴粦"!important;
    cursor: pointer;
    text-align: center;
}
.pageNation .Next ,.pageNation .Prev {
    color:#9d1d22!important;
    border:1px solid #9d1d22!important;
}
.deteilShare {
    float: left;
    width: 100%;
}
.cc5{
padding-bottom: 2px;
    width: 840px;
    height: 107px;
    border-bottom: 1px dashed #9d1d22;
}
.cc1 img{
border:0px;
}