@charset "UTF-8";
/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p,button{margin:0;padding:0; border:0;}
body{font-size: 12px;font-family: 'Microsoft YaHei'; }
input,textarea,button{padding: 0;font-family: 'Microsoft YaHei';}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
ul,ol,li{ list-style-type:none;}
img{border:0;vertical-align:middle;}
select,input,textarea,button{vertical-align:middle;outline: none;}
table{border-collapse:collapse;border-spacing:0}
iframe{border:none;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
.hidden{display:none;visibility:hidden;}
.wrap{border: 0;padding:0;width:1150px;margin:0 auto;*zoom:1;}
.wrap:after{clear: both;content:"";display: table;}
.clear{clear:both;font-size:0;line-height:0;height:0;visibility:hidden;}
.fix{*zoom:1;}
.fix:after{clear: both;content:"";display: table;}
.fl{float: left;}
.fr{float: right;}
.pors{position: relative;}
.tl{text-align: left;}
.tc{text-align: center;}
.tr{text-align: right;}


/*--header--*/

.header {
    width:100%;
    min-width: 1200px;
    height:90px;
    border-bottom:2px solid #af8600;
    background:url(/images/top-bg.png) repeat-x;
}
.header-box {
    width:1200px;
    height:100%;
    margin:0 auto;
    position:relative;
    clear:both;
}
.header-box .logo {
    width:190px;
    height:54px;
    margin-top:19px;
    float:left;
}
.header-box .header-title {
    margin-left:20px;
    height:40px;
    margin-top:26px;
    border-left:1px solid #d4c07d;
    float:left;
}
.header-box .header-wx {
    width:176px;
    height:30px;
    line-height:30px;
    font-size:12px;
    color:#444;
    padding-left:27px;
    margin-top:30px;
    float:right;
    background:url(/images/tb-img1.png) left center no-repeat;
}
.header-box .header-wx .header-wx-img {
    width:30px;
    height:30px;
    float:right;
    margin:0;
}
.header-wx-xy {
    position:absolute;
    top:62px;
    right:0;
    z-index:99;
    display:none;
}
/*--menu--*/

.menu {
    width:100%;
    min-width: 1200px;
    height:42px;
    background:#f6f6f6;
    border-bottom:1px solid #af8600;
}
.menu-box {
    width:1199px;
    margin:0 auto;
    height:100%;
    border-left:1px solid #ebe3c9;
}
.menu-box ul li {
    float:left;
    width:95px;
    height:42px;
    text-align:center;
    line-height:42px;
    border-right:1px solid #ebe3c9;
    font-size:14px;
}
.menu-box ul li.on .menu-link{
    background:#ccac44;
    color:#fff;
}
.menu-box ul li:hover .menu-link{
    color:#ccac44;
}
.menu-box ul li.on:hover .menu-link{
    color:#fff;
}
.menu-link {
    color:#333;
    display:block;
}
.menu-search {
    width:220px;
    height:30px;
    margin-top:6px;
    float:right;
    font-size:12px;
}
.menu-search-txt {
    width:178px;
    height:28px;
    padding-left:10px;
    border:1px solid #f0f0f0;
    background:#fff;
    float:left;
}
.menu-search-btm {
    width:30px;
    height:30px;
    border:none;
    cursor:pointer;
    background:url(/images/tb-img3.png) center center no-repeat;
}

/*--banner--*/
.banner {
    width:100%;
    min-width: 1200px;
    max-height:360px;
    overflow:hidden;
    position:relative;
}
.banner .bd {
    width:100%;
}
.banner .bd li {
    width:100%;
}
.banner .bd li img {
    width:100%;
    height:360px;
}
.banner .hd {
    position:absolute;
    width:100%;
    bottom:20px;
    display:inline-block;
}
.banner .hd ul {
    margin:auto;
    display:table;
}
.banner .hd ul li {
    width:12px;
    height:12px;
    background:#fff;
    float:left;
    margin:0 3px;
    cursor:pointer;
}
.banner .hd ul li.on {
    background:#af8600;
}

/*--content1-box1--*/
.content1 {
    width:100%;
}
.content1-box {
    width:1198px;
    border:1px solid #e5e5e5;
    margin:20px auto;
    background:#fff;
    display:table;
}
.content1-box-left {
    width:670px;
    padding:30px;
    float:left;
    border-right:1px solid #e5e5e5;
}
.content1-box-left-top {
    width:100%;
    height:22px;
    line-height:22px;
    padding-bottom:10px;
    border-bottom:2px solid #e5e5e5;
    margin-bottom:15px;
}
.content1-box-left-top-title {
    padding-left:38px;
    font-size:16px;
    font-weight:bold;
    color:#333;
    background:url(/images/sy-img1.png) left center no-repeat;
    float:left;
}
.content1-box-left-top-link {
    float:right;
    color:#ff0000;
    font-size:14px;
}
.content1-box-left-top-link-a {
    font-size:12px;
    padding-left:22px;
    margin-right:25px;
    color:#ff0000;
    display:block;
    float:left;
    background:url(/images/sy-img2.png) left center no-repeat;
}
.content1-box-left-top-more {
    font-size:14px;
    color:#666;
    float:right;
    margin-left:20px;
    display:block;
}
.content1-box-left-top-more:hover {
    color:#ccac44;
}

.content1-box-left-menu {
    width:100%;
    height:34px;
    background:#f6f6f6;
    text-align:center;
    line-height:34px;
    clear:both;
    font-size:14px;
    color:#777;
    display:table;
}
.box-left-menu-l1 {
    width:90px;
    float:left;
    font-weight:bold;
    margin-right:25px;
}
.box-left-menu-l2-1 {
    width:68px;
    float:left;
    font-weight:bold;
    text-align:right;
}
.box-left-menu-l2 {
    width:68px;
    float:left;
    text-align:right;
    /*font-family:"Arial";*/
}
.box-left-menu-l3 {
    width:90px;
    float:left;
    font-size:14px;
    font-weight:500;
    color:#25456a;
    display:block;
    margin-right:18px;
}
.box-left-menu-l3:hover {
    color:#ccac44;
}
.box-left-menu-l4 {
    width:174px;
    float:left;
    padding-left:10px;
    text-align:left;
}
.box-left-menu-l6 {
    width:174px;
    float:left;
    padding-left:10px;
    text-align:left;
    color:#25456a;
    display:block;
}
.box-left-menu-l6:hover {
    color:#ccac44;
}
.box-left-menu-l5 {
    width:92px;
    float:left;
    font-family:Verdana;
    text-align:right;
}
.box-left-menu-l7 {
    width:92px;
    float:left;
    text-align:right;
}

.left-list-l1 {
    color:#ff0000;
    border-bottom:1px solid #eeeeee;
}
.left-list-l2 {
    color:#008027;
    border-bottom:1px solid #eeeeee;
}
.l-color {
    background:#f6f6f6;
}
.l-bold {
    font-weight:bold;
}


.rdcolor {
  background:#ff0000;
    color:#fff;
    width:67px;
    height:25px;
    line-height:25px;
    margin-top:6px;
    border-right:1px solid #fff;
}
.greencolor {
    background:#008027;
    color:#fff;
    width:67px;
    height:25px;
    line-height:25px;
    margin-top:6px;
    border-right:1px solid #fff;
}


.rdcolor2 {
    background:#ff0000;
    color:#fff;
    width:91px;
    height:25px;
    line-height:25px;
    margin-top:10px;
    border-right:1px solid #fff;

}
.greencolor2 {
    background:#008027;
    color:#fff;
    width:91px;
    height:25px;
    line-height:25px;
    margin-top:10px;
    border-right:1px solid #fff;
}
.rdcolor3 {
    background:#ff0000;
    width:25.7%!important;
    color:#fff;
    border-right:1px solid #000;
}
.greencolor3 {
    background:#008027;
    color:#fff;
    width:25.7%!important;
    border-right:1px solid #000;
}


.content1-box-left-list {
    width:668px;
    border:1px solid #eee;
    border-bottom:none;
    display:table;
    text-align:center;
    margin-top:8px;
    font-size:12px;
}
.content1-box-left-list li {
    width:100%;
    height:38px;
    width: 100%;
	display:-webkit-flex;
	display:flex;
	align-items: center;
}

.content1-box-description {
    width:100%;
    height:120px;
    background:#f9f9f9;
    margin-top:10px;
}
.content1-box-description1 {
    width:100%;
    height:110px;
    background:#f9f9f9;
    margin-top:20px;
    margin-bottom:30px;
}
.content1-box-description-box {
    width:90px;
    height:120px;
    background:#f4f4f4;
    border-right:1px solid #efebeb;
    display:table;
    float:left;
}
.content1-box-description-box1 {
    width:90px;
    height:110px;
    background:#f4f4f4;
    border-right:1px solid #efebeb;
    display:table;
    float:left;
}
.description-box1{
    width:54px;
    height:25px;
    background:#5377a0;
    border-radius:5px;
    color:#fff;
    font-size:16px;
    display:block;
    text-align:center;
    line-height:25px;
    margin:47px auto;
}
.description-box2{
    width:54px;
    height:25px;
    background:#5377a0;
    border-radius:5px;
    color:#fff;
    font-size:16px;
    display:block;
    text-align:center;
    line-height:25px;
    margin:43px auto;
}
.content1-box-description-txt {
    color:#555;
    line-height:24px;
    width:550px;
    float:left;
    padding:11px 14px;
}
.content1-box-description-txt1 {
    color:#555;
    width:790px;
    line-height:24px;
    font-size:14px;
    float:left;
    padding:11px 14px;
}

.content1-box-right {
    padding:30px;
    width:405px;
    float:right;
}
.content1-box-right-top {
    width:100%;
    height:22px;
    line-height:22px;
    padding-bottom:10px;
    border-bottom:2px solid #e5e5e5;
    margin-bottom:15px;
}
.content1-box-right-top1 {
    width:100%;
    height:22px;
    line-height:22px;
    padding-top:40px;
    padding-bottom:10px;
    border-bottom:2px solid #e5e5e5;
    margin-bottom:15px;
}
.content1-box-right-top-title{
    padding-left:38px;
    font-size:16px;
    font-weight:bold;
    color:#333;
    background:url(/images/sy-img3.png) left center no-repeat;
    float:left;
}
.content1-box-right-top-title1 {
    padding-left:38px;
    font-size:16px;
    font-weight:bold;
    color:#333;
    background:url(/images/sy-img4.png) left center no-repeat;
    float:left;
}
.content1-box-right-top-title2 {
    padding-left:38px;
    font-size:16px;
    font-weight:bold;
    color:#333;
    background:url(/images/jp-img1.png) left center no-repeat;
    float:left;
}
.content1-box-right-top-link {
    font-size:14px;
    float:right;
}
.content1-box-right-top-link-a {
    color:#444;
    height:14px;
    line-height:14px;
    display:block;
    float:left;
    margin-top:4px;
    border-right:1px solid #444;
    padding:0 10px;
}
.content1-box-right-top-link-a.on {
    color:#ccac44;
    border-right:1px solid #ccac44;
}
.content1-box-right-top-a {
    font-size:14px;
    color:#666;
    float:right;
    margin-left:20px;
    display:block;
}
.content1-box-right-top-a:hover {
    color:#ccac44;
}

.content1-box-right-box1 {
    width:100%;
}
.content1-box-right-box1 .hd {
    width:100%;
    display:table;
}
.content1-box-right-box1 .hd li {
    width:100px;
    height:24px;
    text-align:center;
    line-height:24px;
    color:#fff;
    font-size:14px;
    cursor:pointer;
    margin-right:1px;
    float:left;
    padding-bottom:6px;
    background:url(/images/sy-img13.png) center top no-repeat;
}
.content1-box-right-box1 .hd li.on {
    background:url(/images/sy-img12.png) center top no-repeat;
}
.content1-box-right-box1 .bd li {
    height:300px;
}
#content1-box-right-box2 {
    display:none;
}
.content1-box-right-box2 {
    width:100%;
}
.content1-box-right-box2-title {
    width:100%;
    font-size:12px;
    color:#af8600;
    padding:10px 0;
    border-bottom:1px solid #e5e5e5;
}
.content1-box-right-box2-list {
    width:100%;
    height:530px;
    overflow:hidden;
    position:relative;
}

.content1-box-right-box2-list li {
    width:100%;
    font-size:12px;
    line-height:24px;
    color:#333;
    padding:10px 0;
    display:table;
    border-bottom:1px solid #e5e5e5;
}
.content1-box-right-box2-list li:hover {
    color:#af8600;
    background:#fbf8ee;
}
.content1-box-right-box2-list li:hover .content1-box-right-box2-list-txt {
    color:#af8600;
}
.content1-box-right-box2-list-time {
    width:40px;
    display:table;
    padding-left:15px;
    text-align:center;
    color:#333;
    float:left;
    background:url(/images/sy-img5.png) left center no-repeat;
}
.content1-box-right-box2-list-txt {
    width:340px;
    color:#333;
    float:left;
}

/*--index-box2--*/
.content2 {
    width:100%;
    padding-bottom:30px;
}
.content2-box {
    width:1198px;
    border:1px solid #e5e5e5;
    margin:20px auto;
    background:#fff;
    display:table;
}
.content2-box-left {
    width:735px;
    height:160px;
    margin:52px 0;
    float:left;
}
.content2-box-left li {
    width:182px;
    height:144px;
    padding-top:16px;
    float:left;
    font-size:12px;
    color:#777;
    text-align:center;
    border-right:1px solid #e5e5e5;
}
.content2-box-left-title {
    font-size:16px;
    height:36px;
    line-height:36px;
    margin-top:10px;
    display:block;
}
.content2-box-left-title.c1 {
    color:#ccac44;
}
.content2-box-left-title.c2 {
    color:#76adc1;
}
.content2-box-left-title.c3 {
    color:#ff9e48;
}
.content2-box-left-title.c4 {
    color:#6b90ba;
}


.content2-box-right {
    width:436px;
    float:left;
}
.content2-box-right-top {
    width:100%;
    height:22px;
    line-height:22px;
    padding-top:25px;
    padding-bottom:10px;
    border-bottom:2px solid #e5e5e5;
    margin-bottom:15px;
}
.content2-box-right-top1 {
    width:100%;
    height:22px;
    line-height:22px;
    padding-bottom:10px;
    border-bottom:2px solid #e5e5e5;
    margin-bottom:15px;
}
.content2-box-right-top-title{
    padding-left:38px;
    font-size:16px;
    font-weight:bold;
    color:#333;
    background:url(/images/sy-img6.png) left center no-repeat;
    float:left;
}
.content2-box-right-top-a {
    font-size:14px;
    color:#666;
    float:right;
    margin-left:20px;
    display:block;
}
.content2-box-right-top-a:hover {
    color:#ccac44;
}
.content2-box-right-list {
    width:100%;
}
.content2-box-right-list li {
    padding:0 10px;
    height:38px;
    line-height:38px;
    font-size:12px;
    border-bottom:1px solid #e5e5e5;
    background:url(/images/sy-img14.png) 10px center no-repeat;
}
.content2-box-right-list-title {
    width:286px;
    padding-left:20px;
    overflow:hidden;
    color:#333;
    float:left;
}
.content2-box-right-list-time{
    color:#555;
    float:right;
}
.content2-box-right-list li:hover {
    background:#ccac44 url(/images/sy-img15.png) 10px center no-repeat;
}
.content2-box-right-list li:hover .content2-box-right-list-title {
    color:#fff;
}
.content2-box-right-list li:hover .content2-box-right-list-title1 {
    color:#fff;
}
.content2-box-right-list li:hover .content2-box-right-list-time {
    color:#fff;
}

/*--footer--*/
.footer1 {
    width:100%;
    padding:50px 0;
    background:#303030;
    display:table;
}
.footer2 {
    min-width: 1200px;
    width:100%;
    background:#2d2d2d;
}
.footer-box {
    width:1200px;
    margin:0 auto;
}
.footer-box1-list {
    width:370px;
    height:165px;
    float:left;
    border-right:1px solid #383838;
}
.footer-box1-list ul {
    width:117px;
    float:left;
}
.footer-box1-list-title {
    font-size:14px;
    height:46px;
    color:#fff;
    font-weight:bold;
}
.footer-box1-list-link {
    font-size:12px;
    color:#ccc;
    line-height:26px;
    display:block;
}
.footer-box1-list-link:hover {
    color:#ccac44;
}
.footer-box1-add {
    width:460px;
    height:165px;
    float:left;
    border-right:1px solid #383838;
}
.footer-box1-add ul {
    margin-left:118px;
    margin-top:20px;
}
.footer-box1-add ul li {
    font-size:12px;
    color:#ccc;
    line-height:32px;
}
.footer-box1-add-title {
    height:25px;
    line-height:25px;
    padding-left:35px;
    margin-left:80px;
    font-size:16px;
    color:#fff;
    font-weight:bold;
    display:flex;
    background:url(/images/ft-img1.png) left center no-repeat;
}
.footer-box1-add-title-tel {
    font-size:24px;
    font-family:"Helvetica Bold";
}
.footer-box1-more {
    margin-left:80px;
    width:288px;
    height:165px;
    float:left;
}
.footer-box1-wx {
    width:140px;
    float:left;
    text-align:center;
}
.footer-box1-wx-title {
    display:block;
    font-size:12px;
    padding-top:10px;
    color:#aaa;
}
.footer-box1-menu {
    float:left;
    padding-top:10px;
}
.footer-box1-menu ul {
    margin-right:-5px;
}
.footer-box1-menu li {
    width:26px;
    height:26px;
    float:left;
    margin-left:20px;
    margin-right:5px;
}
.footer-box1-menu-link1 {
    width:26px;
    height:26px;
    display:block;
    background:url(/images/ft-img3.png) center center no-repeat;
}
.footer-box1-menu-link1:hover {
    background:url(/images/ft-img3-1.png) center center no-repeat;
}
.footer-box1-menu-link2 {
    width:26px;
    height:26px;
    display:block;
    background:url(/images/ft-img4.png) center center no-repeat;
}
.footer-box1-menu-link2:hover {
    background:url(/images/ft-img4-1.png) center center no-repeat;
}
.footer-box1-menu-link3 {
    width:26px;
    height:26px;
    display:block;
    background:url(/images/ft-img5.png) center center no-repeat;
}
.footer-box1-menu-link3:hover {
    background:url(/images/ft-img5-1.png) center center no-repeat;
}

.footer-box1-sys {
    width:85px;
    height:26px;
    text-align:center;
    line-height:26px;
    color:#fff;
    font-size:12px;
    background:url(/images/ft-img6.png) left center no-repeat;
    padding-left:8px;
    float:left;
    margin-left:12px;
    margin-top:57px;
}

.footer-box2 {
    width:100%;
}
.footer-box2 {
    width:100%;
    height:60px;
    line-height:60px;
    font-size:12px;
    border-bottom:1px solid #343434;
}
.footer-box2 li {
    float:left;
    margin-left:25px;
}
.footer-box2-link {
    color:#ccc;
}
.footer-box2-link:hover {
    color:#ccac44;
}
.footer-box2-title {
    color:#ccc;
    float:left;
}
.footer-copy {
    height:52px;
    line-height:52px;
    text-align:center;
    font-size:12px;
    color:#a5a5a5;
}
.footer-link {
    color:#5a5a5a;
}

/*--ny-about--*/
.ny-banner {
    width:100%;
    min-width: 1200px;
}
.ny-banner img {
    width:100%;
}

.ny-add {
    width:100%;
    min-width: 1200px;
    height:50px;
    line-height:50px;
    border-bottom:1px solid #ddd;
}
.ny-add-box {
    width:1180px;
    padding-left:20px;
    margin:0 auto;
    font-size:14px;
    color:#333;
    background:url(/images/ny-add.png) left center no-repeat;
}
.ny-add-box-link {
    color:#000;
}
.ny-add-box-link1 {
    color:#777;
}
.gy-about {
    width:100%;
    min-width:1200px;
    padding:60px 0;
    height:600px;
    display:table;
}
.gy-about-box {
    width:1200px;
    margin:0 auto;
    height:100%;
    position:relative;
    z-index:1;
}
.gy-about-box-content {
    top:0;
    left:0;
    height:90px;
    position:absolute;
    z-index:2;
}
.gy-about-box-content-title1 {
    width:142px;
    height:82px;
    border:4px solid #eee;
    position:absolute;
    top:40px;
    left:30px;
}
.gy-about-box-content-title2 {
    width:110px;
    height:90px;
    line-height:90px;
    font-size:26px;
    color:#ccac44;
    font-weight:bold;
    position:absolute;
    top:40px;
    left:125px;
}
.gy-about-box-content-title3 {
    width:142px;
    height:82px;
    border:4px solid #454236;
    position:absolute;
    top:40px;
    left:30px;
}
.gy-about-box-content-txt {
    width:720px;
    height:340px;
    padding:40px;
    margin-top:150px;
    font-size:14px;
    color:#333;
    line-height:32px;
    background:#fff;
}
.gy-about-box-img {
    width:450px;
    top:0;
    right:0;
    position:absolute;
    z-index:1;
}

.gy-about1 {
    width:100%;
    min-width:1200px;
    height:600px;
    background:url(/images/gy-img7.jpg) no-repeat;
    background-size:cover;
}
.gy-about1-list {
    width:726px;
    height:382px;
    padding:49px 62px;
    position:absolute;
    top:60px;
    right:0;
    z-index:5;
    background:url(/images/gy-img8.png) no-repeat;
}
.gy-about1-list ul {
    margin-left:-92px;
}
.gy-about1-list ul li {
    width:317px;
    height:191px;
    margin-left:92px;
    float:left;
}
.gy-about1-list-title {

}
.gy-about1-list-title1 {
    height:48px;
    line-height:48px;
    padding-top:5px;
    font-size:18px;
    font-weight:bold;
    color:#444;
    display:block;
    background:url(/images/gy-img6.png) 2px bottom no-repeat;
}
.gy-about1-list-txt {
    margin-top:15px;
    font-size:14px;
    line-height:24px;
    color:#333;
}

.gy-about2 {
    width:100%;
    min-width:1200px;
    height:780px;
    padding:70px 0;
    position:relative;
}
.gy-about2-list {
    top:200px;
    left:20px;
    position:absolute;
}
.gy-about2-list .bd {
    width:1180px;
    height:500px;
    margin-bottom:30px;
    overflow:hidden;
}
.gy-about2-list .bd ul {
    margin-right:-10px;
}
.gy-about2-list .bd ul li {
    width:348px;
    height:188px;
    border:1px solid #aaa;
    padding:40px 0 0 25px;
    float:left;
    margin:10px;
}
.gy-about2-list .bd ul li:hover {
    background:#ccac44;
    border:1px solid #ccac44;
}
.gy-about2-list .bd ul li:hover .gy-about2-list-title {
    color:#fff;
    background:url(/images/gy-img9-2.png) left top no-repeat;
}
.gy-about2-list .bd ul li:hover .gy-about2-list-txt {
    color:#fff;
}
.gy-about2-list .bd ul li:hover .gy-about2-list-add {
    color:#fff;
}
.gy-about2-list .bd ul li:hover .gy-about2-list-link {
    color:#fff;
    border:1px solid #fff;
}
.gy-about2-list-title {
    height:43px;
    line-height:43px;
    font-size:18px;
    color:#333;
    display:block;
    background:url(/images/gy-img9-1.png) left top no-repeat;
}
.gy-about2-list-txt {
    width:100%;
    height:24px;
    overflow:hidden;
    font-size:14px;
    line-height:24px;
    color:#555;
    margin-top:12px;
}
.gy-about2-list-add {
    height:24px;
    line-height:24px;
    color:#555;
}
.gy-about2-list-link {
    width:43px;
    height:23px;
    border:1px solid #aaa;
    color:#666;
    display:block;
    font-family:"SimSun";
    text-align:center;
    line-height:23px;
    margin-top:25px;
    border-radius:3px;
}
.gy-about2-list .prev {
    width:40px;
    height:40px;
    display:block;
    float:left;
    margin-left:540px;
    background:url(/images/prev.png) no-repeat;
}
.gy-about2-list .prev:hover {
    background:url(/images/prev-1.png) no-repeat;
}
.gy-about2-list .next {
    width:40px;
    height:40px;
    display:block;
    float:right;
    margin-right:540px;
    background:url(/images/next.png) no-repeat;
}
.gy-about2-list .next:hover {
    background:url(/images/next-1.png) no-repeat;
}

.tc-box {
    width:1000px;
    height:600px;
    border:1px solid #ccc;
    background:#fafafa;
    position:absolute;
    margin:auto;
    top:168px;
    left:112px;
    z-index:999;
    display:none;
}
.tc-box-end {
    width:55px;
    height:55px;
    float:right;
    cursor:pointer;
}
.tc-box-content {
    padding-left:50px;
    width:880px;
    float:left;
}
.tc-box-title {
    font-size:20px;
    padding-top:15px;
    height:50px;
    line-height:50px;
    color:#ccac44;
    font-weight:bold;
    border-bottom:1px solid #e9e9e9;
}
.tc-box-txt {
    font-size:14px;
    line-height:28px;
    color:#444;
}
.tc-box-txt ul {
    padding:20px 0;
    display:table;
}
.tc-box-txt li {
    float:left;
    width:290px;
}



/*--ny-contact--*/
.ny-contact {
    width:100%;
    min-width:1200px;
}
.ny-contact-box {
    width:1200px;
    margin:0 auto;
}
.ny-contact-box-list1 {
    width:100%;
    height:120px;
    padding-top:70px;
    border-bottom:1px dashed #ccc;
}
.ny-contact-box-list2 {
    width:100%;
    height:260px;
}
.ny-contact-l1 {
    width:500px;
    float:left;
}
.ny-contact-l2 {
    width:420px;
    float:left;
}
.ny-contact-l3 {
    width:280px;
    float:left;
}
.ny-contact-l-img {
    width:80px;
    height:80px;
    float:left;
    margin-right:18px;
}
.ny-contact-l-txt {
    font-size:16px;
    line-height:26px;
    color:#333;
}
.ny-contact-l-txt1 {
    line-height:26px;
    font-weight:bold;
    color:#6b90ba;
    display:block;
}
.ny-contact-l-txt2 {
    font-size:18px;
    line-height:30px;
    font-weight:bold;
    color:#ff9e48;
    display:block;
}
.ny-contact-l-txt3 {
    font-size:18px;
    line-height:30px;
    font-weight:bold;
    color:#ccac44;
    display:block;
}
.ny-contact-l-title1 {
    font-size:18px;
    height:32px;
    line-height:32px;
    color:#6b90ba;
    padding-left:73px;
    background:url(/images/lx-img5.png) 23px center no-repeat;
    margin-top:60px;
    float:left;
}
.ny-contact-l-title11 {
    height:28px;
    width:10px;
    margin-left:10px;
    margin-top:60px;
    float:left;
    border-bottom:1px solid #6b90ba;
}
.ny-contact-l-title2 {
    font-size:18px;
    height:32px;
    line-height:32px;
    color:#ff9e48;
    padding-left:73px;
    background:url(/images/lx-img6.png) 23px center no-repeat;
    margin-top:60px;
    float:left;
}
.ny-contact-l-title21 {
    height:28px;
    width:10px;
    margin-left:10px;
    margin-top:60px;
    float:left;
    border-bottom:1px solid #ff9e48;
}
.ny-contact-l-title3 {
    font-size:18px;
    height:32px;
    line-height:32px;
    color:#ccac44;
    padding-left:73px;
    background:url(/images/lx-img7.png) 23px center no-repeat;
    margin-top:60px;
    float:left;
}
.ny-contact-l-title31 {
    height:28px;
    width:10px;
    margin-left:10px;
    margin-top:60px;
    float:left;
    border-bottom:1px solid #ccac44;
}
.ny-contact-l-txt4 {
    font-size:14px;
    color:#333;
    line-height:28px;
    max-width:400px;
    margin-left:72px;
    margin-top:20px;
    float:left;
}


.ny-map {
    width:100%;
    min-width:1200px;
}
.ny-map img {
    width:100%;
}

.ny-ly {
    width:100%;
    min-width:1200px;
    padding:50px 0;
}
.ny-ly-box {
    width:1200px;
    margin:0 auto;
    border-top:1px dashed #ccc;
}
.ny-ly-box-title {
    height:99px;
    line-height:99px;
    font-size:18px;
    color:#ccac44;
}
.ny-ly-txt {
    padding-left:18px;
    width:366px;
    height:42px;
    line-height:42px;
    font-size:14px;
    color:#888;
    background:#f3f3f3;
    border:none;
    margin-right:20px;
}
.ny-ly-txt1 {
    width:1181px;
    padding-left:18px;
    height:130px;
    line-height:42px;
    font-size:14px;
    color:#888;
    background:#f3f3f3;
    border:none;
    margin-top:20px;
}
.ny-ly-botton {
    width:100%;
    height:42px;
    line-height:42px;
    background:#ccac44;
    border:none;
    margin-top:20px;
    margin-bottom:10px;
    font-size:14px;
    color:#fff;
    cursor:pointer;
}

/*--ny-class--*/
.ny-class {
    width:100%;
    min-width: 1200px;
    padding:30px 0 50px 0;
    background:#f6f6f6;
    overflow:hidden;
}
.ny-class-box {
    width:1200px;
    margin:0 auto;
}
.ny-class-menu {
    width:200px;
    float:left;
}
.ny-class-menu li {
    width:200px;
    font-size:16px;
    border-bottom:1px solid #f6f6f6;
    background:#fff url(/images/js-img2.png) 30px center no-repeat;
    position:relative;
}
.ny-class-menu li.on {
    background:#dcbd58 url(/images/js-img1.png) 30px 24px no-repeat;
}
.ny-class-menu h3.on .ny-class-menu-l {
    color:#fff;
    background:url(/images/js-img4.png) 160px center no-repeat;
}
.ny-class-menu li.on .ny-class-menu-l1 {
    color:#fff;
    background:url(/images/js-img5.png) right center no-repeat;
}

.ny-class-menu h3 {
    width:200px;
    font-size:16px;
    border-bottom:1px solid #f6f6f6;
    background:#fff url(/images/js-img2.png) 30px center no-repeat;
    position:relative;
}
.ny-class-menu h3.on {
    background:#dcbd58 url(/images/js-img1.png) 30px 24px no-repeat;
}
.ny-class-menu-l {
    width:150px;
    height:55px;
    line-height:55px;
    padding-left:50px;
    color:#222;
    display:block;
    background:url(/images/js-img3.png) 160px center no-repeat;
}
.ny-class-menu-l:hover {
    color:#ccac44;
}
.ny-class-menu-l1 {
    width:150px;
    height:55px;
    line-height:55px;
    padding-left:50px;
    color:#222;
    display:block;
}
.ny-class-menu-l1:hover {
    color:#ccac44;
}
.s-s-menu {
    z-index:999;
    /*position: absolute;*/
    width:200px;
    display:none;
}
.s-s-menu-link {
    font-size:12px;
    color:#444;
    height:55px;
    padding-left:50px;
    line-height:55px;
    background:#f3edd9;
    display:block;
    border-bottom:1px solid #f6f6f6;
}
.s-s-menu-link:hover {
    color:#af8600;
    background:#f3edd9 url(/images/js-img5.png) right center no-repeat;
}
.s-s-menu-link.on {
    color:#af8600;
    background:#f3edd9 url(/images/js-img5.png) right center no-repeat;
}

.ny-class-content {
    width:980px;
    float:right;
    background:#fff;
}
.ny-class-content-title {
    height:55px;
    line-height:55px;
    font-size:18px;
    font-weight:bold;
    color:#666;
    padding-left:30px;
    border-left:3px solid #dcbd58;
    border-bottom:1px solid #f6f6f6;
}
.ny-class-content-title1 {
    font-size:14px;
    color:#ff0000;
    float:right;
    font-weight:initial;
    padding-right:30px;
}
.ny-class-content-txt {
    padding:40px;
    font-size:14px;
    color:#333;
    line-height:28px;
}
.ny-class-content-txt img {
    max-width:100%;
    margin:auto;
    display:block;
}


.ny-class-content-t1 {
    height:40px;
    line-height:40px;
    font-size:20px;
    color:#dcbd58;
    font-weight:bold;
    margin:40px 0 0 40px;
}
.ny-class-content-num {
    width:38px;
    height:38px;
    border:2px solid #dcbd58;
    border-radius:100%;
    text-align:center;
    line-height:38px;
    font-size:24px;
    font-family:"Arial";
    float:left;
    margin-right:15px;
}
.ny-class-content-txt1 {
    font-size:14px;
    line-height:32px;
    color:#333;
    margin:15px 0 30px 99px;
}

/*--ny-sw--*/
.ny-sw-list {
    width:100%;
    padding:30px 0;
}
.ny-sw-list ul {
    margin-left:-20px;
}
.ny-sw-list ul li {
    width:590px;
    height:350px;
    background:#fff;
    float:left;
    margin-left:20px;
    margin-bottom:40px;
}
.ny-sw-list-title {
    font-size:18px;
    height:56px;
    line-height:56px;
    color:#333333;
    font-weight:bold;
    border-top:4px solid #ccac44;
    padding-bottom:9px;
    background:url(/images/sw-img1.png) left bottom no-repeat;
}
.ny-sw-list-num {
    width:28px;
    height:28px;
    text-align:center;
    line-height:28px;
    font-size:14px;
    color:#ccac44;
    border:1px solid #cdae48;
    border-radius:100%;
    float:left;
    margin:13px 10px 0 26px;
}
.ny-sw-list-txt {
    font-size:14px;
    line-height:30px;
    color:#333;
    padding:18px 28px;
}
.ny-sw-list-txt2 {
    font-size:14px;
    line-height:30px;
    color:#333;
    margin-top:15px;
    padding:0 28px;
}

/*--ny-cp--*/
.ny-cp-menu {
    width:100%;
    height:40px;
    padding:50px 0;
}
.ny-cp-menu li {
    float:left;
    margin-right:15px;
}
.ny-cp-menu li.on .ny-cp-menu-link {
    width:98px;
    height:38px;
    line-height:38px;
    border:1px solid #ccac44;
    color:#ccac44;
}
.ny-cp-menu li:hover .ny-cp-menu-link {
    width:98px;
    height:38px;
    line-height:38px;
    border:1px solid #ccac44;
    color:#ccac44;
}
.ny-cp-menu-link {
    width:100px;
    height:40px;
    text-align:center;
    line-height:40px;
    font-size:14px;
    color:#333;
    display:block;
}
.ny-cp-search {
    width:248px;
    height:38px;
    border:1px solid #ccac44;
    float:right;
}
.ny-cp-search-txt {
    width:200px;
    height:38px;
    line-height:38px;
    padding-left:10px;
    border:none;
    background:none;
}
.ny-cp-search-botton {
    width:38px;
    height:38px;
    border:none;
    cursor:pointer;
    background:url(/images/cp-img1.png) center center no-repeat;
}

.ny-cp-list {
    width:100%;
}
.ny-cp-list ul {
    margin:0 -10px;
}
.ny-cp-list li {
    margin:10px;
    float:left;
    width:285px;
    height:350px;
    overflow:hidden;
    position:relative;
}
.ny-cp-list-img {
    width:283px;
    height:283px;
    border:1px solid #e4e4e4;
}
.ny-cp-list-title {
    height:50px;
    line-height:50px;
    width:275px;
    padding-left:10px;
    padding-bottom:15px;
    color:#333;
    font-size:18px;
}
.ny-cp-list-zz {
    width:245px;
    height:195px;
    background:#b79219;
    padding:90px 20px 0 20px;
    color:#fff;
    font-size:14px;
    line-height:24px;
    position:relative;
    z-index:5;
}

.page-list {
    width:100%;
    padding:20px 0 50px 0;
    height:40px;
    overflow:hidden;
}
.page-list ul {
    float:right;
}
.page-list ul li {
    float:left;
}
.page-list ul li:hover .page-list-link {
    color:#fff;
    background:#ccac44;
}
.page-list ul li.on .page-list-link {
    color:#fff;
    background:#ccac44;
}
.page-list1 {
    padding:20px 0 50px 36px;
    display:table;
}
.page-list1 ul {
    float:right;
}
.page-list1 ul li {
    float:left;
}
.page-list1 ul li:hover .page-list-link {
    color:#fff;
    background:#ccac44;
}
.page-list1 ul li.on .page-list-link {
    color:#fff;
    background:#ccac44;
}
.page-list-link {
    font-size:14px;
    color:#444;
    width:38px;
    height:38px;
    text-align:center;
    line-height:38px;
    border:1px solid #e4e9f6;
    border-right:none;
    display:block;
}
.page-list-link1 {
    border-right:1px solid #e4e9f6;
}

.ny-market-box {
    width:920px;
    padding:25px 30px;
}
.ny-market-box-list {
    width:100%;
    text-align:center;
}
.ny-market-box-list li{
    width:100%;
    height:45px;
	display:-webkit-flex;
	display:flex;
	align-items: center;
    /*line-height:45px;*/
    font-size:14px;
}

/*--ny-jp--*/
.ny-jp {
    width:100%;
    background:#f6f6f6;
    padding:30px 0;
    overflow:hidden;
}
.ny-jp-box {
    width:1200px;
    margin:0 auto;
}
.ny-jp-box-left {
    width:670px;
    padding:30px;
    background:#fff;
    float:left;
}
.ny-jp-box-left-top {
    border-bottom:1px solid #eee;
}
.ny-jp-box-left-top-title {
    font-size:24px;
    color:#333;
    line-height:42px;
}
.ny-jp-box-left-top-t1 {
    font-size:12px;
    color:#888;
    line-height:42px;
}
.ny-jp-box-left-top-t2 {
    padding:20px;
    background:#f6f6f6;
    font-size:14px;
    color:#666;
    line-height:24px;
    font-weight:bold;
    margin:20px 0;
}
.ny-jp-box-left-txt {
    font-size:14px;
    color:#333;
    line-height:28px;
}
.ny-jp-box-left-txt img {
    max-width:100%;
    margin:0 auto;
    display:block;
}

.share {
    padding:0 20px;
    height:36px;
    line-height:36px;
    background:#f6f6f6;
    font-size:14px;
    color:#444;
}
.share-link {
    /*float:left;*/
}
.share-back {
    color:#ccac44;
    float:right;
}

.ny-jp-box-right {
    width:450px;
    float:right;
}
.ny-jp-box-right-box {
    padding:20px;
    background:#fff;
    margin-bottom:20px;
}
.ny-jp-box-right-box1 {
    background:#fff;
    margin-bottom:20px;
}
.ny-jp-box-right-box-t1 {
    width:100%;
    height:35px;
    line-height:35px;
    color:#444;
    border-bottom:1px solid #e5e5e5;
}
.ny-jp-box-right-box-tl {
    color:#af8600;
}
.ny-jp-box-right-box-tt {
    color:#ff0000;
    font-weight:bold;
}
.ny-jp-box-right-box-t2 {
    width:100%;
    height:35px;
    line-height:35px;
    color:#444;
    font-weight:bold;
    border-bottom:1px solid #e5e5e5;
}
.ny-jp-box-right-box-list {
    width:100%;
    height:340px;
    overflow:hidden;
    position:relative;
}
.ny-jp-box-right-box-list li {
    padding:10px 0;
    line-height:24px;
    display:table;
    border-bottom:1px solid #e5e5e5;
}
.ny-jp-box-right-box-list-t1 {
    float:left;
    width:110px;
    color:#333;
}
.ny-jp-box-right-box-list-t2 {
    float:left;
    width:60px;
    color:#333;
}
.ny-jp-box-right-box-list-t3 {
    float:left;
    width:220px;
    font-weight:bold;
    color:#333;
}
.ny-jp-box-right-box-list-t4 {
    float:left;
    width:110px;
    color:#333;
    font-weight:bold;
}
.t4-1 {
    color:#ff0000;
}
.t4-2 {
    color:#008027;
}
.ny-jp-box-right-box-list-t5 {
    float:left;
    width:100px;
    color:#333;
}
.ny-jp-box-right-box-list-t6 {
    float:left;
    width:180px;
    color:#333;
}

.ny-jp-box-right-box-list1 {
    width:100%;
    height:275px;
    overflow:hidden;
    position:relative;
}

.ny-jp-box-right-box-list1 li {
    padding:0 10px;
    height:38px;
    line-height:38px;
    font-size:12px;
    border-bottom:1px solid #e5e5e5;
    background:url(/images/sy-img14.png) 10px center no-repeat;
}
.ny-jp-box-right-box-list1-title1 {
    width:255px;
    padding-left:20px;
    height:38px;
    overflow:hidden;
    color:#333;
    float:left;
}
.ny-jp-box-right-box-list1-time{
    color:#555;
    float:right;
}
.ny-jp-box-right-box-list1 li:hover {
    background:#ccac44 url(/images/sy-img15.png) 10px center no-repeat;
}
.ny-jp-box-right-box-list1 li:hover .ny-jp-box-right-box-list1-title {
    color:#fff;
}
.ny-jp-box-right-box-list1 li:hover .ny-jp-box-right-box-list1-title1 {
    color:#fff;
}
.ny-jp-box-right-box-list1 li:hover .ny-jp-box-right-box-list1-time {
    color:#fff;
}

/*--ny-zx--*/
.ny-zx {
    width:100%;
    min-width:1200px;
    background:#f6f6f6;
    padding:30px 0;
    display:table;
}
.ny-zx-box {
    width:1200px;
    margin:0 auto;
}
.ny-zx-box-left {
    width:730px;
    float:left;
    background:#fff;
}
.ny-zx-box-left .hd {
    width:100%;
    height:50px;
}
.ny-zx-box-left .hd li {
    width:90px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    float:left;
    background:#aaa;
    border-right:1px solid #fff;
}
.ny-zx-box-left .hd li img {
    margin:-2px 6px 0 0;
}
.ny-zx-box-left .hd li.on {
    background:#dcbd58;
}

.ny-jp-box-left-zb {
    margin:20px;
    padding:0 20px;
    height:36px;
    line-height:36px;
    background:#f6f6f6;
    text-align:right;
    font-size:12px;
    color:#333;
}
.ny-jp-box-left-zb-a {
    float:left;
    padding-right:20px;
    font-size:14px;
    color:#af8600;
    background:url(/images/zx-img2.png) right center no-repeat;
}
.ny-zx-box-left .bd {
    padding:20px;
 position:relative;
}
.ny-zx-box-left .bd li {
    width:100%;
    background:url(/images/sy-img5.png) right top no-repeat;
}
.ny-zx-box-left .bd li:hover .ny-zx-box-left-lt2 {
    color:#ccac44;
}
.ny-zx-box-left-new {
    width:100%;
    height:1000px;
    position:absolute;
    top:0;
    left:0;
    z-index:999;
    display:none;
    background:rgba(0,0,0,.5);
}
.ny-zx-box-left-new img {
    margin:20px auto;
    display:table;
}
.ny-zx-box-left-lt {
    height:15px;
    line-height:15px;
    font-size:12px;
    color:#333;
    background:url(/images/zx-img3.png) 10px center no-repeat;
    padding-left:40px;
}
.ny-zx-box-left-lt2 {
    font-size:14px;
    color:#444;
    line-height:28px;
    padding-left:23px;
    border-left:1px solid #bbb;
    margin-left:17px;
    padding-top:13px;
    padding-bottom:24px;
}

.ny-cj-left {
    width:730px;
    float:left;
    padding-bottom:30px;
    background:#fff;
}
.ny-cj-left .hd {
    width:100%;
    height:50px;
    position:relative;
}
.ny-cj-left .hd li {
    width:90px;
    height:50px;
    text-align:center;
    line-height:50px;
    color:#fff;
    cursor:pointer;
    font-size:16px;
    float:left;
    background:#aaa;
    border-right:1px solid #fff;
}
.ny-cj-left .hd li.on {
    background:#dcbd58;
}
.ny-cj-left .bd {
    padding:0 20px;
}
.ny-cj-left .bd li {
    width:100%;
    border-bottom:1px solid #dfdfdf;
}
.ny-zx-box-left-menu {
    padding:0 20px;
}

.ny-cj-left-time {
    position:absolute;
    top:0;
    right:0;
    width:320px;
    height:50px;
    background:#fdfcf6;
    overflow:hidden;
}
.ny-cj-left-time .bd {
    width:195px;
    margin:0 auto;
}
.ny-cj-left-time .bd li {
    background:#fdfcf6;
    font-size:12px;
    color:#666;
}
.ny-cj-left-time-prev {
    position:absolute;
    left:20px;
    top:12px;
    z-index:5;
    width:26px;
    height:26px;
    display:block;
    background:url(/images/cj-img4.png) no-repeat;
}
.ny-cj-left-time-next {
    position:absolute;
    right:20px;
    top:12px;
    z-index:5;
    width:26px;
    height:26px;
    display:block;
    background:url(/images/cj-img5.png) no-repeat;
}

.ny-cj-left-list {
    padding:20px;
    display:table;
}
.ny-cj-left-list-title {
    width:670px;
    height:34px;
    line-height:34px;
    padding-left:20px;
    background:#dcbd58;
    font-size:14px;
    color:#fff;
    font-weight:bold;
}
.ny-cj-left-list-menu {
    padding:0 20px;
    background:#eee;
    height:36px;
    line-height:36px;
    color:#444;
    font-weight:bold;
}
.ny-cj-left-list-menu1 {
    padding:0 20px;
    line-height:36px;
    color:#444;
    display:table;
    border-bottom:1px solid #dfdfdf;
}
.ny-cj-left-list-time {
    height:36px;
    width:100%;
    text-align:center;
    line-height:36px;
    border-bottom:1px solid #dfdfdf;
    color:#333;
    text-align:center;
}




/*--手机页面--*/

#phone_htj li.lineBox{
    height: 50px!important;
    line-height: 50px!important;
    font-size: 16px!important;
    padding: 3px 3%!important;
    width: 94%;
    display:-webkit-flex;
    display:flex;
    align-items: center;
}

.sj-header {
     width:100%;
     border-bottom:1px solid #ddd;
     display:table;
}
.sj-header-box {
    width:94%;
    padding:0 3%;
    display:table;
}
.sj-header-box img {
    width:100%;
}

.sj-ny-jp-box-zb {
    width:90%;
    height:3rem;
    line-height:3rem;
    background:#f6f6f6;
    margin:1rem auto;
    padding:0 2%;
    font-size:1.2rem;
    text-align:right;
}
.sj-jp-box-left-zb-a {
    font-weight:bold;
    color:#af8600;
    padding-right:20px;
    background:url(/images/sj-img3.png) right center no-repeat;
    background-size:25%;
    float:left;
}
.ny-jp-box-left-zb-a {
    font-weight:bold;
    color:#af8600;
    padding-right:20px;
    background:url(/images/zx-img2.png) right center no-repeat;
}
.sj-ny-zx-box-list {
    width:94%;
    margin:0 auto;
    padding:1rem 0;
}
.sj-ny-zx-box-list li {
    background:url(/images/sj-img2.png) right top no-repeat;
    background-size:4%;
}
.sj-zx-box-left-lt {
    height:20px;
    line-height:20px;
    font-size:12px;
    color:#333;
    background:url(/images/sj-img1.png) 9px center no-repeat;
    background-size:5%;
    padding-left:40px;
}

.sj-page-list {
    width:90%;
    padding:0 5%;
    padding-bottom:3rem;
    padding-top:1rem;
    display:table;
}
.sj-page-list li {
    float:left;
}
.sj-page-list li.on .sj-page-list-link {
    color:#fff;
    background:#ccac44
}
.sj-page-list-link {
    width:3rem;
    height:3rem;
    text-align:center;
    line-height:3rem;
    display:block;
    color:#444;
    font-size:1.2rem;
    border:1px solid #ddd;
    border-right:none;
}
.sj-page-list-link1 {
    border-right:1px solid #e4e9f6;
}

.sj-footer {
    width:100%;
    height:4rem;
    line-height:4rem;
    background:#444;
}
.sj-footer-link {
    width:50%;
    height:4rem;
    float:left;
    font-size:1.5rem;
    font-weight:bold;
    text-align:center;
    color:#fff;
    display:block;
}
.sj-footer-link.on {
    background:#c7a432;
    color:#654000;
}

.sj-zx {
    width:100%;
    background:#101410;
    overflow:hidden;
}
.sj-zx-title {
    height:3rem;
    padding:0 3%;
    line-height:3rem;
    font-size:1.3rem;
    color:#ff0000;
    text-align:right;
    font-family:Verdana;
}
.sj-zx-list-title {
    width:94%;
    height:3rem;
    line-height:3rem;
    background:#222;
    padding:0 3%;
    color:#fff;
    font-size:1.3rem;
    font-weight:bold;
	background-color:#282828;
}
.sj-zx-list li {
    width:94%;
    font-size:1.3rem;
    height:3rem;
    padding:0.5rem 3%;
    border-bottom:1px solid #2d2d2d;
}
.sj-c1 {
    color:#ff0000;
}
.sj-c2 {
    color:#00de44;
}
.sj-zx-list-l1 {
    float:left;
    width:25%;
}
.sj-zx-list-l2 {
    float:left;
    width:25%;
    text-align:right;
}


.sj-zx-list-l3 {
    float:left;
    width:25%;
    font-size:1.3rem;
    color:#c7a432;
    line-height:3rem;
    display:block;
}
.sj-zx-list-l4 {
    float:left;
    width:26%;
    font-size:1.5rem;
    text-align:right;
    line-height:3rem;
    font-family:Verdana;
}
.sj-zx-list-l5 {
    float:left;
    width:22%;
    font-size:1.3rem;
    text-align:right;
    line-height:1.5rem;
    font-family:Verdana;
}


.sj-sm{
    width:94%;
    padding:1rem 3%;
    font-size:1.2rem;
    color:#fff;
    line-height:2rem;
}
.sj-sm-txt {
    color:#ff0000;
}
.sj-sm-link {
    color:#c7a432;
    border-bottom:1px solid #c7a432;
}



.financial-warp{
	width:100%;
}
.mainwarp .fin-left{
	width:284px;
	float:left;
    background:#fdfcf6;
}
.mainwarp .fin-left a.upload-software{
	display:inline-block;
}

.ui-datepicker .ui-datepicker-header {
	position:relative;
	width:284px;
	z-index:100;
	padding:0 0 5px;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position:absolute;
	top:15px;
	width:37px;
	height:27px;
	cursor:pointer;
}
.ui-datepicker .ui-datepicker-prev{
	left:22px;
	background:url("/images/cj-img4.png") no-repeat!important;
}
.ui-datepicker .ui-datepicker-next{
	right:22px;
	background:url("/images/cj-img5.png") no-repeat!important;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display:none;
}
.ui-widget-content {
	width:284px;
	height:301px;
	border:none;
	padding:0;
	margin-bottom:20px;
	color:#959595;
	font-family:'Microsoft Yahei';
}
.ui-widget-header {
	border:none;
	font-weight:normal;
	background-color:#fff;
}
.ui-datepicker .ui-datepicker-title {
	height:56px;
	line-height:56px;
	margin:0;
	font-size:14px;
	color:#464646;
	text-align:center;
    background:#fdfcf6;
}
.ui-datepicker table {
	margin:0;
	height:240px;
}
.ui-datepicker th {
	font-size:15px;
	color:#959595;
	text-align:center;
	font-weight:normal;
	border:0;
}
.ui-datepicker tr{
	border-bottom:1px dashed #eee;
}
.ui-datepicker tr:last-child{
	border-bottom:none;
}
.ui-datepicker td {
	border:0;
	font-family:'Arial';
	font-size:14px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display:block;
	padding:6px 5px;
	text-align:center;
	text-decoration:none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border:none;
	background:none;
	font-weight:normal;
	color:#464646;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color:#1c94c4;
	text-decoration:none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border:none;
	background:#eee;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color:#c77405;
	text-decoration:none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border:none;
	background:#eee;
	font-weight:normal;
	/*color:#fff;*/
}
    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #eb8f00;
        text-decoration: none;
    }
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border:none;
	background:#dcbd58;
	font-weight:normal;
	color:#fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color:#777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border:1px solid #f1a899;
	background:#fddfdf;
	color:#5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color:#5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color:#5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight:bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity:.7;
	filter:Alpha(Opacity=70);/* support:IE8 */
	font-weight:normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity:.35;
	filter:Alpha(Opacity=35);/* support:IE8 */
	background-image:none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35);/* support:IE8 - See #6059 */
}

.ny-jp-box-date {
    width:110px;
    padding-top:70px;
    float:right;
    height:175px;
    margin-right:20px;
    text-align:center;
}
.ny-jp-box-date-num {
    width:108px;
    height:40px;
    border:1px solid #f8edc9;
    color:#444;
    line-height:20px;
    padding:5px 0;
    margin-top:10px;
}
.ny-jp-box-date-xq {
    display:block;
}
.noinfo{
	text-align:center;
	margin-bottom:100px;
}

.page{
	text-align:right;
	margin-bottom:30px;
}
.page a {
	display: inline-block;
	width:29px;
	text-align:center;
	margin: 0 3px;
	line-height:29px;
	color:#666;
	border: 1px solid #bbb;
}
.page .prev,.page .next {
	font-family: '宋体';
	vertical-align:1px;
}
.page a.on,.page a:hover {
    color: #fff;
    background-color: #ccac44;
    border-color: #ccac44;
}
.prev-next {
	padding-top: 15px;
	font-size: 12px;
	line-height: 30px;
	border-top:1px solid #ddd;
}



.page2{
	text-align:right;
	margin-bottom:3rem;
}
.page2 a {
	display: inline-block;
	width:2rem;
	text-align:center;
	margin: 0 0.2rem;
	line-height:2rem;
	color:#666;
	border: 1px solid #bbb;
}
.page2 .prev,.page .next {
	font-family: '宋体';
	vertical-align:1px;
}
.page2 a.on,.page a:hover {
    color: #fff;
    background-color: #ccac44;
    border-color: #ccac44;
}
.page2 a.prev-next {
	padding-top: 1rem;
	font-size: 0.8rem;
	line-height: 2rem;
	border-top:1px solid #ddd;
}




/*750分辨率css*/
@media screen and (min-width:750px){
    .sj-header-box img {
        width:600px!important;
        height:90px!important;
    }
        .sj-zx-title {
        height:60px!important;
        line-height:60px!important;
        font-size:16px!important;
    }
    .sj-zx-list-title {
        height:60px!important;
        line-height:60px!important;
        font-size:16px!important;
    }
    .sj-zx-list li {
        height:50px!important;
        line-height:50px!important;
        font-size:16px!important;
        padding:10px 3%!important;
    }
    .sj-zx-list-l1 {
        width:25%!important;
        text-align:center!important;
    }
    .sj-zx-list-l2 {
        width:25%!important;
        text-align:center!important;
    }
    .sj-zx-list-l3 {
        height:50px!important;
        line-height:50px!important;
        font-size:16px!important;
        width:25%!important;
        text-align:center!important;
    }
    .sj-zx-list-l4 {
        height:50px!important;
        line-height:50px!important;
        font-size:16px!important;
        width:25%!important;
        text-align:center!important;
    }
    .sj-zx-list-l5 {
        height:50px!important;
        line-height:25px!important;
        font-size:16px!important;
        width:25%!important;
        text-align:center!important;
    }
    .sj-sm {
        line-height:30px!important;
        font-size:16px!important;
        padding:10px 3%!important;
    }
    .sj-footer {
        height:80px!important;
        line-height:80px!important;
        font-size:16px!important;
    }
    .sj-footer-link {
        height:80px!important;
        line-height:80px!important;
        font-size:16px!important;
    }

    .sj-ny-jp-box-zb {
        height:60px!important;
        line-height:60px!important;
        font-size:16px!important;
        margin: 15px auto!important;
    }

    .sj-ny-zx-box-list {
        padding:15px 0!important;
    }
    .sj-zx-box-left-lt {
        background: url(/images/sj-img1.png) 7px center no-repeat!important;
        background-size:initial;
    }
    .sj-ny-zx-box-list li {
        background-size:initial!important;
    }
    .sj-page-list {
        padding-bottom: 30px!important;
        padding-top: 10px!important;
    }
    .sj-page-list-link {
        width:40px!important;
        height:40px!important;
        line-height:40px!important;
        font-size:14px!important;
    }
	.page2 {
        padding-bottom: 30px!important;
        padding-top: 10px!important;
		margin-bottom: 15px!important;
    }
    .page2 a {
        width:40px!important;
        height:40px!important;
        line-height:40px!important;
        font-size:14px!important;
    }


    .rdcolor3 {
        background:#ff0000;
        color:#fff;
        width:24.8%!important;
        border-right:1px solid #000;
    }
    .greencolor3 {
        background:#008027;
        color:#fff;
        width:24.8%!important;
        border-right:1px solid #000;
    }
}