/*导航*/

.nav {
    height: 130px;
    margin-bottom: 4px;
    position: relative;
}

.nav>a {
    height: 100px;
    width: 415px;
    position: relative;
    display: block;
    margin-top: 15px;
}

.nav>a>img {
    width: 100%;
    height: 100%;
}

.nav .fr {
    height: 130px;
}

.nav .top {
    float: right;
    height: 35px;
    width: auto;
}

.nav .menu {
    float: right;
    height: 95px;
}

.top>img {
    float: left;
    height: 30px;
    margin-top: 3px;
}

.top>a {
    float: left;
    line-height: 35px;
    margin: 0 15px;
    color: #aaa;
}

.child {
    float: left;
    line-height: 35px;
    padding: 0 5px;
}

.search {
    float: left;
    margin-left: 15px;
    position: relative;
    border: solid 1px #ddd;
    border-radius: 27px;
    width: 160px;
    height: 30px;
    line-height: 30px;
}

.search input {
    width: 120px;
    outline: none;
    border: 0;
    height: 27px;
    line-height: 27px;
    margin-left: 15px;
    border-radius: 27px;
}

.search i {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../images/search.png") no-repeat;
    background-size: 100%;
    position: absolute;
    right: 20px;
    top: 8px;
    cursor: pointer;
}

.menu li {
    margin-top: 15px;
    float: left;
    position: relative;
}

.nav-m {
    position: relative;
}

.tan {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 104px;
    left: 0;
    overflow: hidden;
    background: #f8f8f8;
    display: none;
}

.tan.show {
    display: block;
}

.tan ul {
    overflow: hidden;
    width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.tan .guanyu li {
    float: right;
    width: 160px;
    margin: 0 30px;
}

.tan .guanyu li img {
    width: 100%;
}

.tan .guanyu li p {
    text-align: center;
    line-height: 50px;
}

.tan .quanwu li {
    float: right;
    width: 80px;
    margin: 0 30px;
}

.tan .quanwu li img {
    width: 60%;
    margin-left: 20%;
}

.tan .quanwu li p {
    text-align: center;
    line-height: 50px;
}

.menu li a {
    height: 40px;
    padding: 0 15px;
    display: block;
    font-size: 15px;
    color: #555;
    font-weight: bold;
    line-height: 40px;
}

.menu li a:hover {
    border-bottom: solid 2px #ff7d25;
}

.menu li.active a {
    border-bottom: solid 2px #ff7d25;
}

.child i,
.child-main dt i {
    width: 15px;
    height: 15px;
    display: block;
    background: url("../images/xx.png") no-repeat;
    background-size: 100%;
    float: right;
    margin-top: 10px;
    margin-left: 5px;
}

.child-main {
    float: left;
    border-radius: 5px;
    border: solid 1px #fff;
    /*display: none;*/
    background: #fff;
    position: relative;
    z-index: 99;
}

.child-main dt,
.child-main dd {
    cursor: pointer;
    border-bottom: solid 1px #ddd;
    line-height: 32px;
    height: 32px;
    padding: 0 4px;
}

.child-main dd {
    display: none;
}

.child-main:hover {
    border: solid 1px #ccc;
}

.child-main dt {
    border-bottom: solid 0px #ddd;
}

.child-main:hover dd {
    display: block;
}

.child-main:hover dt {
    border-bottom: solid 1px #ddd;
}

.child-main dd:hover {
    background: #f8831d;
    color: #fff;
}


/*banner*/

.focus {
    height: 535px;
    overflow: hidden;
    position: relative;
}


/* focus_s */

.focus_s {
    position: absolute;
    left: 50%;
    bottom: 5%;
    height: 13px;
    overflow: hidden;
    width: 110px;
    z-index: 9;
    margin: 0 0 0 -30px;
    padding: 5px;
    /*background: #fff;
    border-radius: 10px;*/
}

.focus_s li {
    float: left;
    cursor: pointer;
    height: 13px;
    width: 12px;
    overflow: hidden;
    margin-right: 10px;
    background: url(../images/dian.png) no-repeat;
}

.focus_s li.active {
    background-position: -12px 0;
}


/* focus_m */

.focus_m ul {
    opacity: 1;
    filter: alpha(opacity=100);
}

.focus_m li {
    width: 100%;
    height: 535px;
    position: absolute;
    top: 0;
    left: 0;
}


/* focus_l focus_r */

.focus_l,
.focus_r {
    position: absolute;
    display: block;
    width: 50px;
    height: 75px;
    overflow: hidden;
    z-index: 2;
    top: 200px;
}

.focus_l {
    left: 0;
}

.focus_r {
    right: 0;
}

.focus_l b,
.focus_r b {
    position: absolute;
    z-index: 1;
    display: block;
    width: 50px;
    height: 75px;
    overflow: hidden;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    cursor: pointer;
}

.focus_l span,
.focus_r span {
    display: inline-block;
    position: relative;
    z-index: 2;
    width: 22px;
    height: 33px;
    top: 21px;
    cursor: pointer;
    margin-right: 28px;
}

.focus_l span {
    left: 12px;
    background-image: url(../images/l.png);
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/l.png');
}

.focus_r span {
    left: 16px;
    background: url(../images/r.png) 0 0 no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/r.png');
}

.focus_l:hover b,
.focus_r:hover b {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.about {
    overflow: hidden;
    margin-top: 30px;
}

.about .left {
    width: 50%;
    float: left;
}

.about .left>h1 {
    font-size: 40px;
    color: #333;
}

.about .left>h3 {
    line-height: 36px;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    border-bottom: solid 4px #ab8659;
    display: inline-block;
}

.about .left>p {
    line-height: 24px;
    margin-top: 10px;
    padding-right: 40px;
    margin-left: 0px!important;
}

.about .time {
    height: 440px;
    background: url("../images/bg-1.png") no-repeat;
    margin-top: 20px;
}

.time li {
    padding-left: 125px;
    height: 100px;
}

.time h3 {
    padding-top: 33px;
    font-size: 30px;
    color: #ab8659;
    font-weight: bold;
    line-height: 40px;
}

.time p {
    font-size: 16px;
    color: #333;
}

.about .right {
    float: left;
    width: 50%;
    height: 609px;
    padding-top: 58px;
}

.top {
    width: 100%;
    height: 305px;
}

.right-1 {
    position: relative;
}

.right-1 img {
    width: 100%;
    height: 100%;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 1;
    transition: 0.5s;
    display: none;
}

.right-1 p {
    position: absolute;
    color: #fff;
    text-align: center;
    z-index: 2;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 16px;
    transition: 0.5s;
    display: none;
}

.right-1:hover .mask,
.right-1:hover p {
    display: block;
}

.down {
    width: 50%;
    height: 304px;
    float: left;
}

.cont {
    margin-top: 50px;
}

.cont>h1 {
    font-size: 50px;
    color: #333;
    display: inline-block;
    width: 100%;
    /*text-align: center;*/
}

.cont>h3 {
    line-height: 30px;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    border-bottom: solid 4px #ab8659;
    display: inline-block;
    /*margin-left: 560px;*/
}

.cont>p {
    width: 100%;
    /*text-align: center;*/
    line-height: 50px;
}

.cont ul li {
    float: left;
}

.cont ul {
    overflow: hidden;
}

.cont ul li.two {
    width: 597px;
    border: solid 1px #ddd;
}

.cont ul li:nth-of-type(2) {
    width: 599px;
}

.cont ul li.four {
    width: 298px;
    border: solid 1px #ddd;
    border-top: 0;
}

.cont ul li.four img {
    margin: 30px 87px;
}

.cont ul li.four .left {
    width: 298px;
}

.cont ul li:last-child {
    width: 300px;
}

.cont ul li .left {
    float: left;
    width: 270px;
}

.cont .left img {
    width: 124px;
    height: 124px;
    margin: 30px 70px 10px 70px;
}

.cont .left h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.cont .left p {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 24px;
    padding-bottom: 10px;
}

.cont button {
    margin: 30px auto;
    background: #ab8659;
    color: #fff;
    font-size: 20px;
    border: 0;
    outline: none;
    cursor: pointer;
    width: 350px;
    height: 60px;
    border-radius: 50px;
    font-family: "Microsoft YaHei UI";
    margin-left: 425px;
}

.list {
    height: 498px;
    margin-top: 20px;
}

.list li {
    height: 79px;
    border: solid 2px #fff;
}

.list li a {
    width: 600px;
    height: 79px;
    display: block;
    position: relative;
}

.list li a i {
    float: left;
    width: 20px;
    height: 20px;
    background: url("../images/right.png") no-repeat;
    background-size: 100%;
    margin-top: 32px;
    margin-left: 20px;
    visibility: hidden;
}

.list li a img {
    height: 60px;
    float: left;
    margin-left: 20px;
    margin-top: 10px;
}

.list li a>div {
    float: left;
    margin-left: 30px;
    margin-top: 6px;
}

.list li a>div h3 {
    line-height: 40px;
}

.list li a>div p {
    width: 396px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list li a span {
    position: absolute;
    top: -2px;
    left: 598px;
    z-index: 99;
    width: 83px;
    height: 83px;
    background: #000;
    color: #fff;
    line-height: 83px;
    text-align: center;
    font-size: 60px;
    visibility: hidden;
}

.list li.active a i,
.list li.active a span {
    display: block;
    visibility: visible;
}

.list li.active {
    border: solid 2px #000;
    border-right: none;
}

.right .tab {
    width: 600px;
    height: 609px;
    display: none;
}

.right .tab.show {
    display: block;
}

.news {
    margin-top: 50px;
}

.news h1 {
    font-size: 40px;
    color: #333;
}

.news h3 {
    line-height: 36px;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    border-bottom: solid 4px #ab8659;
    display: inline-block;
}

.news .menu {
    overflow: hidden;
    margin-top: 20px;
}

.news .menu li {
    float: left;
    width: 296px;
    border-left: 2px solid #ab8659;
    border-right: solid 2px #fff;
    height: 80px;
    background: #ab8659;
    line-height: 80px;
    color: #333;
    font-size: 18px;
    border-bottom: solid 2px #ab8659;
    border-top: solid 2px #ab8659;
}

.news .menu li.active {
    background: #fff;
    border-bottom: solid 2px #ab8659;
    border-top: solid 2px #ab8659;
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    color: #333;
}

.news .menu li:first-child.active {
    border-left: solid 2px #ab8659;
}

.news .menu li:last-child.active {
    border-right: solid 2px #ab8659;
}

.news .menu li img {
    height: 40px;
    margin-top: 17px;
    margin-left: 80px;
    margin-right: 10px;
    float: left;
}

.tabb {
    margin: 30px 0;
    width: 1200px;
    display: none;
}

.tabb.show {
    display: block;
}

.tabb>div {
    float: left;
    width: 530px;
    padding-bottom: 30px;
    border-bottom: solid 1px #ddd;
}

.tabb .big img {
    float: left;
    width: 200px;
    height: 133px;
}

.tabb .big .f_r {
    width: 300px;
    float: left;
    margin-left: 30px;
}

.f_r h3 {
    border-bottom: 0;
    color: #ab8659;
    font-size: 17px;
    font-weight: normal;
}

.f_r p {
    line-height: 21px;
    font-size: 14px;
    text-indent: 2em;
    height: 84px;
    overflow: hidden;
}

.f_r>a {
    float: right;
    border: solid 1px #ddd;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin-top: 15px;
}

.f_r>a:hover {
    color: #fff;
    background: #f8c21e;
    border: solid 1px #f8c21e;
}

.mgl-140 {
    margin-left: 140px;
}

.small>a {
    float: left;
    width: 100px;
    height: 100px;
    display: block;
    background: #f3f3f3;
    border-radius: 100px;
    margin-top: 30px;
}

.small>a:hover {
    background: #ab865a;
}

.small>a:hover>h4 {
    color: #fff;
}

.small>a:hover p {
    color: #fff;
}

.small>a>h4 {
    text-align: center;
    font-size: 50px;
    color: #555;
    font-weight: bold;
    line-height: 70px;
}

.small>a>p {
    text-align: center;
    margin-top: -5px;
}

.small .f_r {
    margin-left: 30px;
    float: left;
    width: 400px;
}

.small .f_r h3 {
    margin-top: 10px;
}

.more {
    background: #fff;
    outline: none;
    border: solid 1px #ddd;
    width: 180px;
    height: 45px;
    margin-top: 30px;
    border-radius: 90px;
    font-size: 18px;
    cursor: pointer;
    font-family: "Microsoft YaHei";
}

.more:hover {
    background: #f8c21e;
    color: #fff;
    border: solid 1px #f8c21e;
}

.contact {
    margin-top: 25px;
}

.contact h1 {
    font-size: 40px;
    color: #333;
    /*text-align: center;*/
}

.contact h3 {
    line-height: 36px;
    font-size: 20px;
    color: #555;
    font-weight: bold;
    border-bottom: solid 4px #ab8659;
    display: inline-block;
    /*margin-left: 560px;*/
}

.contact h3 a {
    font-size: 20px;
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

.contact p {
    width: 100%;
    /* text-align: center;*/
    padding-top: 10px;
}

.contact-tab {
    border-collapse: inherit!important;
    width: 1000px;
    padding-bottom: 40px;
}

.flexslider {
    position: relative;
    height: 600px;
    /*    overflow: hidden;*/
    background: url(../images/loading.gif) 50% no-repeat;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides li {
    height: 600px;
}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
    display: none
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: url(../images/dot.png) right 0 no-repeat;
    cursor: pointer;
}

.flex-control-nav .flex-active {
    background-position: 0 0;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.notice {
    position: absolute;
    width: 460px;
    height: 600px;
    background: #fff;
    top: 0;
    left: 50%;
    margin-left: -230px;
    z-index: 9999;
    text-align: center;
}

.notice h4 {
    font-size: 45px;
    color: #ac855a;
    line-height: 60px;
}

.notice p {
    color: #333;
}

.search-1 {
    margin-left: 77px;
    height: 80px;
}

.search-1 input {
    width: 260px;
    height: 43px;
    margin-top: 30px;
    float: left;
    outline: none;
    border: solid 1px #ddd;
    border-right: 0;
    text-indent: 2em;
}

.search-1 a img {
    width: 30px;
    margin-top: 7px;
}

.search-1 a {
    width: 45px;
    height: 45px;
    display: block;
    background: #000;
    float: left;
    margin-top: 30px;
}

.qcod {
    width: 460px;
}

.qcod img {
    width: 160px;
    float: left;
    margin: 30px;
}

.qcod img:first-child {
    margin-left: 45px;
}

.qcod img:last-child {
    margin-left: 15px;
}

.share {
    width: 380px;
    height: 130px;
    background: url("../images/share-bg.jpg") no-repeat;
    background-size: 100% 100%;
    margin-left: 40px;
    margin-top: 50px;
}

.share h4 {
    font-size: 18px;
    color: #666;
    line-height: 22px;
}

.share a {
    width: 30px;
    height: 30px;
    display: block;
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 50px;
    margin-top: 15px;
    float: left;
    margin-left: 10px;
}

.share .sina {
    background: url("../images/sina.png") no-repeat center;
    background-size: 60% 60%;
}

.share .wechat {
    background: url("../images/wechat.png") no-repeat center;
    background-size: 60% 60%;
}

.share .qzone {
    background: url("../images/qzone.png") no-repeat center;
    background-size: 60% 60%;
}

.share .dou {
    background: url("../images/dou.png") no-repeat center;
    background-size: 60% 60%;
}

.share .ren {
    background: url("../images/ren.png") no-repeat center;
    background-size: 60% 60%;
}

.share .add {
    background: url("../images/add.png") no-repeat center;
    background-size: 60% 60%;
}

.city {
    position: fixed;
    height: 70px;
    background: #f89123;
    opacity: 0.5;
    left: 0;
    bottom: 0px;
    z-index: 999999;
}

.city-main {
    position: fixed;
    height: 70px;
    background: #f89123;
    left: 50%;
    margin-left: -600px;
    bottom: 0px;
    z-index: 9999999;
}

.city-main .text {
    width: 100%;
    height: 40px;
    margin-top: 15px;
}

.shengshi {
    float: left;
    width: 120px;
    height: 40px;
    margin-left: 20px;
    background: #fff;
    text-align: center;
    text-indent: 10px;
    position: relative;
}

.shengshi dt {
    line-height: 40px;
    cursor: pointer;
}

.shengshi dt i {
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/xia.png") no-repeat center;
    background-size: 50%;
    padding: 10px;
    float: right;
    margin-left: -30px;
}

.shengshi dd {
    position: absolute;
    z-index: 99999999999;
    border: solid 1px #ddd;
    display: none;
    bottom: 40px;
}

.shengshi dd a {
    width: 118px;
    line-height: 40px;
    top: 40px;
    border-bottom: solid 1px #ddd;
    display: block;
    cursor: pointer;
    background: #fff;
}

.shengshi dd a:hover {
    background: #f89123;
    color: #fff;
}

.nt {
    width: 190px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    outline: none;
    border: 0;
    margin-left: 20px;
    float: left;
    text-indent: 2em;
}

.nt.long {
    width: 320px;
}

.sumbit {
    width: 100px;
    height: 40px;
    line-height: 40px;
    background: #f1f326;
    outline: none;
    border: 0;
    margin-left: 20px;
    float: left;
    color: #ff7135;
    cursor: pointer;
}

.foot {
    background: #fff;
    border-top: 3px solid #aa8557;
    height: 210px;
	clear:both;
	
}


/*.foot img {
    float: right;
}*/

.foot dl {
    float: left;
    margin-left: 70px;
    margin-top: 25px;
    width: 90px;
    /*text-align: center;*/
}

.foot dt {
    font-size: 17px;
    color: #08141e;
    line-height: 30px;
}

.foot dd {
    font-size: 14px;
    line-height: 26px;
    color: #969696;
}

.foot dd a {
    color: #969696;
}

.foot>div {
    /*border-bottom: solid 1px #ddd;*/
    overflow: hidden;
}

.link {
    background: #f0f0f0;
}

.link>div {
    overflow: hidden;
}

.link a {
    line-height: 30px;
    color: #969696;
    font-size: 14px;
}

.link a:hover {
    color: #ff7135;
}

.img {
    height: 260px;
    background: url("../images/newsmain.jpg") no-repeat;
    background-size: 100% 100%;
}

.news-main h2 {
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.news-main time {
    float: left;
    margin-left: 440px;
    margin-right: 20px;
    line-height: 30px;
}

.fontsize {
    overflow: hidden;
}

.fontsize a {
    float: left;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
}

.fontsize .n {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: solid 1px #ddd;
}

.fontsize .n.active {
    background: #ff7135;
    color: #fff;
    border: solid 1px #ff7135;
}

.news-text {
    padding: 30px 60px;
    border: solid 1px #ddd;
}

.news-text p {
    text-indent: 2em;
    line-height: 24px;
    margin-bottom: 10px;
}

.news-text img {
    margin: 20px auto;
    display: block;
}

.news-text button {
    width: 123px;
    height: 40px;
    outline: none;
    border: 0;
    background: #9f9f9f;
    color: #fff;
    margin: 30px auto;
    display: block;
    cursor: pointer;
}

.news-text button:hover {
    background: #ff7135;
}

.news-text button i {
    width: 20px;
    height: 20px;
    display: block;
    background: url("../images/left.png") no-repeat;
    background-size: 100%;
    float: left;
    margin-left: 20px;
    margin-right: -40px;
}

.lr {
    height: 40px;
    margin-top: 30px;
}

.lr a {
    cursor: pointer;
    width: 50px;
    height: 40px;
    display: block;
    background: #d2d2d2;
}

.lr a img {
    height: 20px;
    margin-top: 10px;
    margin-left: 15px;
}

.news-main>ul {
    overflow: hidden;
    display: inline-block;
    margin: 30px 292px 60px 292px;
}

.news-main>ul li {
    float: left;
    margin: 0 10px;
}

.news-main>ul li a {
    padding: 10px 35px;
    border-radius: 50px;
    display: block;
    background: #dfdfdf;
    font-size: 16px;
}

.news-main>ul li.active a {
    background: #aa8558;
    color: #fff;
}

.share-con {
    height: 38px;
    overflow: hidden;
    padding-left: 10px;
    float: right;
}

.share-con span.tit {
    float: left;
    line-height: 38px;
}

.share-con a,
.share-con a span {
    height: 16px;
    width: 16px;
    display: block;
    float: left;
    overflow: hidden;
}

.share-con a {
    padding: 3px;
    border: solid 1px #fff;
    margin-top: 7px;
}

.share-con a span {
    background-image: url(../images/share-icon.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

.share-con a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    border: solid 1px #ddd;
}

.share-con a span.copylink {
    background-position: 0 0;
}

.share-con a span.tengxunweibo {
    background-position: 0 -16px;
}

.share-con a span.xinlang {
    background-position: 0 -32px;
}

.share-con a span.sohu {
    background-position: 0 -48px;
}

.share-con a span.wangyi {
    background-position: 0 -64px;
}

.share-con a span.qqzone {
    background-position: 0 -80px;
}

.share-con a span.qqpengyou {
    background-position: 0 -96px;
}

.share-con a span.renren {
    background-position: 0 -112px;
}

.share-con a span.kaixin {
    background-position: 0 -128px;
}

.share-con a span.taojianghu {
    background-position: 0 -144px;
}

.share-con a span.douban {
    background-position: 0 -160px;
}

.share-con a span.baidusoucang {
    background-position: 0 -176px;
    margin-right: 0px;
}

.other {
    overflow: hidden;
    margin: 20px 0;
}

.other>a {
    float: left;
    line-height: 38px;
}

.news-list {
    overflow: hidden;
}

.news-list .n-main {
    width: 580px;
    margin-bottom: 30px;
}

.n-main h4 {
    font-size: 20px;
    margin: 15px 0;
}

.n-main h4 i {
    width: 18px;
    height: 18px;
    display: block;
    background: url("../images/zixun.png") no-repeat;
    background-size: 100%;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
}

.n-main ul {
    width: 528px;
    border: solid 1px #ddd;
    padding: 20px;
    counter-reset: count;
}

.n-main ul li {
    overflow: hidden;
    line-height: 40px;
}

.n-main ul li::before {
    counter-increment: count;
    content: "·";
    color: #ffaf1a;
    font-size: 50px;
    float: left;
    margin-right: 10px;
}

.n-main ul li a {
    display: inline-block;
    float: left;
}

.n-main ul li a:hover {
    color: #ffaf1a;
}

.n-main ul li time {
    float: right;
    margin-left: auto;
    margin-right: 0px;
}

.link p {
    text-align: center;
    line-height: 14px;
    margin-top: 12px;
    font-size: 14px;
    color: #969696;
}

.link .ad {}

.link .ad a {
    margin-right: 10px;
    float: left;
}

.link .ad a:last-child {
    margin-left: 30px;
}

.news-main .pin {
    font-size: 32px;
    background: url("../images/pin-bg.jpg") no-repeat;
    line-height: 50px;
    text-align: center;
}

.news-main .news-m-list {
    margin: 30px 0 30px 0
}

.news-main .news-m-list li {
    overflow: hidden;
    padding: 2px 20px 2px 2px;
    border: solid 1px #ddd;
    margin-bottom: 20px;
}

.news-m-list li>img {
    float: left;
    width: 265px;
    height: 204px;
}

.news-m-list li .times {
    width: 80px;
    height: 105px;
    float: left;
    color: #fff;
    text-align: center;
    margin-left: 30px;
    margin-top: 35px;
}

.times h2 {
    color: #fff;
    background: #acacac;
    line-height: 80px;
    margin-bottom: 0;
    font-size: 30px;
}

.times p {
    background: #81817f;
    line-height: 35px;
}

.news-m-list li .txt {
    float: left;
    width: 750px;
    margin-left: 30px;
}

.txt h3 {
    font-size: 20px;
    color: #000;
    line-height: 50px;
}

.txt p {
    line-height: 24px;
    font-size: 14px;
    color: #777;
    height: 48px;
}

.news-main .txt a {
    padding: 10px 0px;
    border-radius: 0px;
    display: block;
    background: #fff;
    font-size: 14px;
    float: right;
    margin-top: 20px;
    color: #ec8715;
}

.news-main .txt a span {
    border-bottom: solid 2px #b5b5b5;
    padding: 10px 0px;
}

.izl-rmenu {
    position: fixed;
    right: 0;
    bottom: 50px;
    padding-bottom: 73px;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.izl-rmenu .btn-qq {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
}

.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(../images/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background: url(../images/r_wx.png) 0px 0px no-repeat;
    background-color: #78c340;
}

.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    right: 73px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
}

.izl-rmenu .btn-phone {
    background: url(../images/r_phone.png) 0px 0px no-repeat;
    background-color: #fbb01f;
}

.izl-rmenu .btn-phone:hover {
    background-color: #ff811b;
}

.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 160px;
    right: 71px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-top {
    background: url(../images/r_top.png) 0px 0px no-repeat;
    background-color: #666666;
    display: none;
}

.izl-rmenu .btn-top:hover {
    background-color: #444;
}

.cont ul li {
    float: left;
    overflow: hidden;
    position: relative;
}

.cont ul li .hover {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.cont ul li {
    float: left;
    position: relative;
    overflow: hidden;
}

.cont ul li .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999999;
    display: none;
}

.cont ul li.four img.hover {
    margin: 0 0;
}

.cont ul li:hover .hover {
    display: block;
}

.cont ul {
    overflow: hidden;
}

.pager {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
    clear: both;
    margin-bottom: 60px;
}

.pager a {
    border: #CCCCCC 1px solid;
    padding: 2px 6px;
    margin: 3px;
}

.pager span {
    border: #CC0000 1px solid;
    background-color: #FFBFBF;
    padding: 2px 6px;
    margin: 3px;
}
