﻿html,body{
    padding:0px;
    margin:0px;
}



body {
    background: #f7f7f7;
    color: #636363;
    font-weight: 400;
    font-size: 1em;
    font-family: 'Raleway', Arial, sans-serif;
}

a {
    text-decoration: none;
    outline: none;
    cursor:pointer;
    border:none;
}

a:hover, a:focus {
    color: #c94e50;
    outline: none;
}
.outdiv {
    float:left;
    width:100%;
    min-width:1200px;
    margin:0px;
    padding:0px;
    text-align:center;
}
.indiv {
    width:1200px;

    line-height:30px;
    margin:0 auto;
    padding:0px;
}

.topline {
    /*background-color:#8f7650;*/
    background-color:#fafafa;
    border-bottom:1px solid #eee;
    height:30px;
}

.topline span.left {
    float:left;
    color:#8f7650;
    font-family:微软雅黑;
    font-size:15px;
    font-weight:bold;
}
.topline span.chatpc{
    display: inline-block;
}
.topline span.chatnpc{
    display: none;
}
.topline div.right {
    float:right;
    color:#8f7650;
    font-family:微软雅黑;
    font-size:13px;
}

#topEnLink {
    position:relative;
    width:160px;
    height:30px;
    cursor:default;
}

#topEnLink a{
    color: red;
}

#topEnLink ul{
    position:absolute;
    width:100%;
    background-color:#03395f;
    left:0px;
    top:30px;
    padding:0px;
    margin:0px;
    padding-bottom:10px;
    display:none;
    z-index:9999;
}
#topEnLink ul li{
    list-style:none;
    padding:0px;
    margin:0px;
    line-height:32px;
    height:32px;
}
#topEnLink ul li a{
    display:inline-block;
    height:32px;
    width:100%;
    color:#FFF;
    font-weight:normal;
}
#topEnLink ul li a:hover{
    background-color:#8f7650;
}
.titletop {
    background-color:#f8f6f6;
    height:130px;
    border-bottom:2px solid #8d744f;
}
.logo {
    float:left;
    height:130px;
    width:460px;
    background-image:url(/static/images/logo.jpg);
    background-position:center left;
    background-repeat:no-repeat;
}
.logoright {
    float:left;
    width:700px;
}
.search {
    margin-top:15px;
    float:left;
    width:320px;
    height:33px;
    background-image:url(/static/images/search.png);
    background-position:center left;
    background-repeat:no-repeat;
    margin-left:400px;
}
.search input{
    float:left;
    width:200px;
    height:22px;
    border:none;
    margin-top:3px;
    margin-left:45px;
}
.search a{
    float:left;
    margin-left:24px;
    margin-top:1px;
    border:none;
}
.mainMenu {
    float:left;
    padding:0px;
    margin:0px;
    margin-left:50px;
    width:720px;
    height:45px;
    margin-top:20px;
}

.mainMenu li {
    list-style:none;
    float:left;
    width:120px;
    height:45px;
    background-image:url(/static/images/menu_1.png);
    background-position:center right;
    background-repeat:no-repeat;
    position:relative;
}
.mainMenu li a{
    width:120px;
    height:45px;
    display:block;
    text-align:center;
    left:-29px;
    position:absolute;
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:transparent;
}
.mainMenu li span.c{
    color:#000;
    font-family:微软雅黑;
    font-size:15px;
    line-height:24px;
    font-weight:600;
    width:90%;
    padding-left:10%;
    height:24px;
    display:block;
    text-align:center;
    left:-5px;
    top:0px;
}
.mainMenu li  span.e{
    color:#00385e;
    font-family: "Microsoft YaHei",Verdana,Arial,Helvetica,sans-serif;
    font-size:10px;
    line-height:20px;
    width:90%;
    padding-left:10px;
    height:20px;
    display:block;
    text-align:center;
    top:24px;
}
.mainMenu li div.sub{
    color:#000;
    font-family:微软雅黑;
    font-size:15px;
    line-height:30px;
    width:120px;
    height:45px;
    text-align:center;
    cursor:pointer;
    left:6px;
    position:absolute;
    background-position:center bottom;
    background-repeat:no-repeat;
    background-color:transparent;
    z-index:1000;
}
.mainMenu li div.sub .submenu {
    position:absolute;
    width:600px;
    height:47px;
    top:45px;
    background-color:transparent;
    left:-20px;
    display:none;
}
.mainMenu li:nth-of-type(2) div.sub .submenu {
	position:relative;
	left:-150px;
}
.mainMenu li:nth-of-type(3) div.sub .submenu {
	position:relative;
	left:-80px;
}
.mainMenu li:nth-of-type(4) div.sub .submenu {
	position:relative;
	left:-250px;
}
.mainMenu li:nth-of-type(5) div.sub .submenu {
	position:relative;
	left:-200px;
}

.mainMenu li div.sub .submenu  span.subtop{
    display:block;
    width:23px;
    height:39px;
    background-image:url(/static/images/submenu_1.png);
    background-position:center right;
    background-repeat:no-repeat;
    float:left;
}
.mainMenu li div.sub .submenu  span.subbottom{
    display:block;
    width:23px;
    height:39px;
    background-image:url(/static/images/submenu_3.png);
    background-position:center left;
    background-repeat:no-repeat;
    float:left;
}
.mainMenu li div.sub .submenu ul{
    float:left;
    padding:0px;
    margin:0px;
    width:560px;
    background-image:url(/static/images/submenu_2.png);
    background-repeat:repeat-x;
    background-position-y:center;
}

.mainMenu li div.sub .submenu li{
    padding:0px;
    margin:0px;
    float:left;
    width:auto;
    height:39px;
    list-style:none;
    background-image:none;
    text-align:center;
    min-width:80px;
}
.mainMenu li div.sub .submenu li a{
    display:block;
    float:left;
    width:auto;
    font-family:微软雅黑;
    font-size:13px;
    line-height:39px;
    color:#fff;
    height:39px;
    position:static;
    padding-right:16px;
    padding-left:16px;
}
.mainMenu li div.sub .submenu li a:hover{
    color:#d58e26;
    text-decoration:underline;
    background-image:url(/static/images/submenu_bg.png);
    background-position-y:center;
    background-repeat:repeat-x;
}

.shouyebody {
    background-image:url(/static/images/subbbg_1.png);
    background-position-y:top;
    background-repeat:repeat-x;
    background-color:#f7f7f7;
    font-family:微软雅黑;
}
.maintab {
    width:100%;
    height:78px;
    padding:0px;
    margin:0px;
    float:left;
}
.maintab li {
    list-style:none;
    float:left;
    padding:0px;
    margin:0px;
}
.maintab li a {
    float:left;
}
.maintab li img {
    width:240px;
    float:left;
    height:auto;
}

.mainbody {
    float:left;
    background-color:#fff;
    width:100%;
    padding-top:10px;
}

.mainleft {
    float:left;
    width:800px;
    margin-left:10px;
}
.imgnew {
    float:left;
    margin:15px 15px 15px 0px;;
    width:280px;
    height:205px;
    position:relative;
}

.topnews {
    float:left;
    width:100%;
}
.topnews .topnewstitle {
    float: left;
    width: 100%;
    padding-left:10px;
    border-left:3px solid #00385e;
    margin-top:15px;
    line-height:18px;
    text-align:left;
    font-size:19px;
    color:#00385e;
    font-family:'Adobe Heiti Std';
}
.topnews .topnewstitle span {
    font-family:微软雅黑;
    padding-left:5px;
    color:#c2c2c2;
    font-size:17px;
    font-weight:normal;
}
.topnews .topnewstitle a {
    float:right;
    color:#8d744f;
    font-size:15px;
    font-weight:normal;
    font-family:黑体;
}
.topnews .topnewstitle a:hover {
    color:#00385e;
}
.topnews  .topnewitem{
    width: 100%;
    float:left;
    margin-top:10px;
}

.topnews .topnewitem h3 {
    width:80%;
    text-align:left;
    float:left;
    padding:0px;
    margin:0px;
    font-weight:normal;
    font-size:17px;
    color:#000;
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap;
}

.topnews .topnewitem .zdicon{
    width: auto;
    background-color: #2f96b4;
    height: 8px;
    margin-right: 0px;
    line-height: 8px;
    font-size: 8px;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
}


.topnews .topnewitem span {
    display:inline-block;
    width:20%;
    color:#c2c2c2;
    font-size:13px;
}


.topnews .topnewitem a:hover h3{
    color:#8d744f;
    text-decoration:underline;
}
.topnews .topnewitem p {
    width:100%;
    font-size:13px;
    color:#636363;
    text-align:left;
    line-height:20px;
    float:left;
    max-height:42px;
    margin-top:4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newline {
    border-bottom:1px dotted #b6b6b6;
}
.tabnew {
    width:100%;
    float:left;
}
.tabnewtitle{
    width:100%;
    float:left;
    border-bottom:2px solid #ededed;
    position:relative;
    height:32px;
}
.tabnewtitle ul {
    width:100%;
    padding:0px;
    margin:0px;
    bottom:-6px;
    left:0px;
    height:38px;
    position:absolute;
}
.tabnewtitle ul li {
    padding:0px;
    margin:0px 10px;
    float:left;
    height:38px;
    list-style:none;
}
.tabnewtitle ul li a{
    display:block;
    padding:0px 10px 6px 10px;
    margin:0px;
    line-height:32px;
    font-size:14px;
    color:#c2c2c2;
}

.tabnewtitle ul li a.active{
    color:#8d744f;
    font-weight:bold;
    background-image:url(/static/images/donwarrow.png);
    background-position:center bottom;
    background-repeat:no-repeat;
}

.tabnewcontent {
    width:100%;
    padding:0px;
    margin:0px;
    float:left;
    min-height:153px;
}
.tabnewcontent ul {
    width:100%;
    padding:0px;
    margin:0px;
    float:left;
    margin-top:5px;
}
.tabnewcontent ul li{
    float:left;
    list-style:none;
    width:100%;
    text-align:left;
    padding-top:6px;
    padding-bottom:6px;
    line-height:24px;
    border-bottom:1px dotted #bbb;
}
.tabnewcontent ul li a {
    display:block;
    color:#000;
    width:80%;
    float:left;
    font-size:15px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabnewcontent ul li a:hover {
    color:#8d744f;
    text-decoration:underline;
}



.tabnewcontent ul li span {
    display:block;
    color:#c2c2c2;
    width:12%;
    float:right;
    font-size:14px;
    text-align:right;
    padding-right:5px;
}
.mainnotice {
    width:100%;
    float:left;
    margin-top:10px;
}
.mainnotice .mainnoticetitle{
    width:100%;
    float:left;
}
.mainnotice .mainnoticetitle div.title{
    float: left;
    width: 19%;
    padding:8px 0px 8px 1%;
    line-height:20px;
    text-align:left;
    font-size:19px;
    color:#00385e;
    font-family:'Adobe Heiti Std';
    border-bottom:2px solid #00385e;
}
.mainnotice .mainnoticetitle div.more {
    float: left;
    width: 80%;
    padding:8px 0px 8px 0px;
    border-bottom:2px solid #ebebeb;
}

.mainnotice .mainnoticetitle div.title span {
    padding-left:5px;
    color:#c2c2c2;
    font-size:17px;
    font-weight:normal;
    font-family:微软雅黑;
}
.mainnotice .mainnoticetitle a {
    float:right;
    color:#8d744f;
    line-height:20px;
    font-size:15px;
    font-weight:normal;
    font-family:黑体;
}
.mainnotice .mainnoticetitle a:hover {
    color:#00385e;
}
.noticelist {
    width:100%;
    float:left;
    padding:0px;
    margin:0px;
}
.noticelist li {
    margin-top:8px;
    float:left;
    width:100%;
    list-style:none;
}
.noticeitem {
    float:left;
    width:100%;
    padding-top:8px;
    padding-bottom:8px;
}
.noticelist li div.date {
    float:left;
    width:74px;
    height:42px;
    border-right:1px solid #8d744f;
}
.noticelist li div.date b {
    font-size:28px;
    font-family:'Microsoft YaHei UI';
    float:left;
    width:100%;
    color:#8d744f;
    line-height:28px;
    letter-spacing:1px;
}
.noticelist li div.date i {
    font-size:12px;
    font-family:'Microsoft YaHei UI';
    float:left;
    width:100%;
    color:#c2c2c2;
    line-height:12px;
    font-style:normal;
    margin-top:2px;
}
.noticelist li .text{
    float:left;
    width:700px;
    height:44px;
    margin-left:20px;
}
.noticelist li .text h3 {
    width:100%;
    color:#8d744f;
    padding:0px;
    margin:0px;
    font-size:16px;
    text-align:left;
    line-height:16px;
    float:left;
    font-weight:normal;
}
.noticelist li .text p {
    float:left;
    width:100%;
    color:#636363;
    padding:0px;
    margin:0px;
    margin-top:6px;
    font-size:13px;
    text-align:left;
    line-height:20px;
    overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
}
.noticelist li a:hover div.noticeitem{
    background-color:#f5f5f5;
}
.noticelist li  a:hover  .text h3 {
    color:#00385e;
    font-weight:bold;
    font-size:16px;
}
.noticelist li  a:hover  div.date {
    border-right:1px solid #00385e;
}
.noticelist li  a:hover  .date b {
    color:#00385e;
}
.noticelist li  a:hover  .date i {
    color:#00385e;
}
.mainright {
    width:370px;
    float:left;
    margin-left:10px;
    margin-right:10px;
}

.analysis {
    float:left;
    width:330px;
    padding-left:40px;
    background-image:url(/static/images/line_1.png);
    background-position:center left;
    background-repeat:no-repeat;
    min-height:370px;
}

.analysis  .zytzicon{
    width: auto;
    background-color: red;
    height: 8px;
    margin-right: 5px;
    line-height: 8px;
    font-size: 8px;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    float:left;
    position: relative;
    margin-top: 6px;
}

.analysis .analysistitle {
    float: left;
    width: 310px;
    padding-left:10px;
    border-left:3px solid #00385e;
    margin-top:15px;
    line-height:18px;
    text-align:left;
    font-size:19px;
    color:#00385e;
    font-family:'Adobe Heiti Std';
}
.analysis .analysistitle span {
    font-family:微软雅黑;
    padding-left:5px;
    color:#c2c2c2;
    font-size:17px;
    font-weight:normal;
}
.analysis .analysistitle a {
    float:right;
    color:#8d744f;
    font-size:15px;
    font-weight:normal;
    font-family:黑体;
}
.analysis .analysistitle a:hover {
    color:#00385e;
}
.analysis img {
    float:left;
    width:320px;
    height:auto;
    margin:20px 0px;
}
.analysis ul {
    width:320px;
    float:left;
    padding:0px;
    margin:0px;
    margin-top:10px;
}
.analysis ul li {
    list-style:none;
    float:left;
    width:100%;
    padding:0px;
    margin:0px;
}
.analysis ul li a{
    display:inline-block;
    width:75%;
    color:#000;
    float:left;
    font-size:14px;
    text-align:left;
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    white-space: nowrap;
}
.analysis ul li span {
    display:block;
    width:25%;
    color:#c2c2c2;
    font-size:13px;
    float:right;
}
.analysis ul li a:hover {
    color:#8d744f;
    text-decoration:underline;
}

.rightimglink {
    float:left;
    width:330px;
    padding-left:35px;
    margin-top:20px;
}
.rightimglink ul {
    width:100%;
    float:left;
    padding:0px;
    margin:0px;
}
.rightimglink li {
    width: 100%;
    float: left;
    padding: 0px;
    margin: 0px;
    list-style:none;
    position:relative;
}

.rightimglink li a {
    float:left;
}
.rightimglink li a h4 {
    padding:0px;
    margin:0px;
    width:200px;
    margin-left:123px;
    padding-top:12px;
    font-size:15px;
    line-height:30px;
    text-align:left;
    float:left;
    color:#8d744f;
}
.rightimglink li a p {
    padding: 0px;
    margin: 0px;
    width:180px;
    margin-left:123px;
    font-size: 12px;
    text-align: left;
    line-height: 16px;
    float: left;
    color: #474747;
}
.rightimglink li a p i{
    position:absolute;
    bottom:25px;
    right:30px;
    display:block;
    width:20px;
    height:20px;
    background-image:url(/static/images/arrow_1.png);
    background-position:center center;
    background-repeat:no-repeat;
}


.bannerlink1 {
    background-image:url(/static/images/plane1.png);
    background-position:center left;
    background-repeat:no-repeat;
    height:110px;
}

.bannerlink2 {
    background-image:url(/static/images/plane2.png);
    background-position:center left;
    background-repeat:no-repeat;
    height:108px;
}

.bannerlink3 {
    background-image:url(/static/images/plane3.png);
    background-position:center left;
    background-repeat:no-repeat;
    height:108px;
}

.bannerlink4 {
    background-image:url(/static/images/plane4.png);
    background-position:center left;
    background-repeat:no-repeat;
    height:108px;
}

.rightimglink li a:hover i{
    background-image:url(/static/images/arrow_2.png);
}
.rightimglink li a:hover h4{
    color:#00385e;
}
.rightimglink li a:hover p{
    color:#00385e;
}
.bodybottom {
    width:1160px;
    float:left;
    margin-left:20px;
    margin-right:20px;
    border-top:1px solid #e0ddd3;
    margin-top:10px;
}
.bodybottom .top {
    margin-left:10px;
    padding:2px 15px;
    margin:20px 0px;
    float:left;
    width:66px;
    border-right:1px solid #e0ddd3;
}
.bodybottom h6 {
    text-align:center;
    padding:0px;
    margin:0px;
    font-weight:normal;
    font-size:15px;
    color:#8d744f;
    line-height:20px;
}
.bodybottom p {
    text-align:center;
    padding:0px;
    margin:0px;
    font-weight:normal;
    font-size:10px;
    color:#8d744f;
    line-height:20px;
}
.bodybottom div#linkshow {
    float:left;
    width:960px;
    padding:10px 0px;
    margin:0px;
    margin-left:10px;
    margin-right:30px;
    overflow: hidden;
    position:relative;
    height:60px;
}


.bodybottom ul{
    position:absolute;
    width:2000px;
    margin:0px;
    left:0px;
    top:10px;
    padding:0px;

}

.bodybottom li{
    float:left;
    width:140px;
    margin-left:20px;
    list-style:none;
    text-align:center;
}
.bodybottom li img{
    /*float:left;*/
    width:auto;
    max-width:120px;
    height:60px;
}
.bodybottomlink {
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin-top:23px;
    background-image:url(/static/images/arrow_3.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:30px 30px;
}

.bodybottomlink2 {
    display:block;
    width:30px;
    height:30px;
    float:left;
    margin-top:23px;
    background-image:url(/static/images/arrow_5.png);
    background-position:left center;
    background-repeat:no-repeat;
    background-size:30px 30px;
}

.bodybottomlink:hover {
    background-image:url(/static/images/arrow_4.png);
}

.bodybottomlink2:hover {
    background-image:url(/static/images/arrow_6.png);
}

.mainbootom{
    margin-top:5px;
    border-top:4px solid #8d744f;
    background-color:#00385e;
    height:auto;
}
.bootmlink {
    float:left;
    margin-top:10px;
    margin-left:0px;
    margin-right:5px;
    width:100px;
}
.bootmlink h4 {
    font-weight:normal;
    padding:0px;
    margin:0px;
    width:100%;
    font-size:15px;
    color:#eee;
    float:left;
    font-family:'Adobe Heiti Std';
    text-align:left;
}
.bootmlink  h4 a {
    font-size:15px;
    color:#eee;
    font-family:'Adobe Heiti Std';
    font-weight:bold;
}
.bootmlink  h4 a:hover {
    color:#d58e26;
    text-decoration:underline;
}



.bootmlink ul {
    padding:0px 0px 0px 1px;
    margin:0px;
    width:100%;
}
.bootmlink ul li {
    list-style:none;
    width:100%;
    padding:0px;
    margin:0px;
    float:left;
    text-align:left;
    line-height:20px;
}
.bootmlink ul li a {
    font-size:12px;
    color:#eee;
    font-family:宋体;
}
.bootmlink ul li a:hover {
    color:#d58e26;
    text-decoration:underline;
}
.bottomright {
    margin-top:10px;
    float:left;
    margin-left:20px;
    border-left:1px solid #878787;
    padding-top:10px;
    padding-left:10px;
    padding-bottom:12px;
}
.bottomright img {
    float:left;
    width:116px;
    height:116px;
}

.bottomright .bottomrightline {
    float:left;
    width:320px;
    margin:0px;
    padding:0px;
    margin-left:10px;
}
.bottomright .bottomrightline li {
    list-style:none;
    float:left;
    width:100%;
    margin:0px;
    padding:0px 0px 5px 0px;
}
.bottomright .bottomrightline li i {
    float:left;
}
.bottomright .bottomrightline li label {
    float:left;
    color:#eeeeee;
    font-size:14px;
    margin-left:2px;
    display:block;
    width:260px;
    line-height:22px;
    text-align:left;
    padding-top:3px;
}

i.tel {
    display:block;
    height:30px;
    width:50px;
    background-image:url(/static/images/cion_3.png);
    background-position:center center;
    background-repeat:no-repeat;
}
i.address {
    display:block;
    height:30px;
    width:50px;
    background-image:url(/static/images/cion_2.png);
    background-position:center center;
    background-repeat:no-repeat;
}
i.email {
    display:block;
    height:30px;
    width:50px;
    background-image:url(/static/images/cion_1.png);
    background-position:center center;
    background-repeat:no-repeat;
}
i.fax {
    display:block;
    height:30px;
    width:50px;
    background-image:url(/static/images/cion_4.png);
    background-position:center center;
    background-repeat:no-repeat;
}
.rightcopy {
    width:100%;
    text-align:center;
    margin-top:20px;
    float:left;
    color:#ddd;
    font-size:14px;
}

.banner{
    float:left;width:100%;border-top:4px solid #00385e;;
}
/* bannner高度自适应 */
.banner .swiper-slide{height:1px} /* 随意指定一个height值即可 */
.banner .swiper-slide-active { height:auto}
.banner img {
    width: 100%;
}

.subbody {
    background-image:url(/static/images/subbbg.png);
    background-position-y:top;
    background-repeat:repeat-x;
    background-color:#f7f7f7;
    font-family:微软雅黑;
}
.sublinktitle {
    float:left;
    width:1200px;
    padding-bottom:3px;
    border-top:8px solid #00385e;
    background-image:url(/static/images/subtitlebg.png);
    background-position-y:bottom;
    background-repeat:repeat-x;
    height:42px;

}
.sublinktitle p{
    padding:0px;
    margin:0px;
    width:1198px;
    height:40px;
    border-left:1px solid #ededed;
    border-right:1px solid #ededed;
}
.sublinktitle p b {
    float:left;
    line-height:20px;
    font-size:16px;
    color:#8d744f;
    margin-left:10px;
    font-weight:normal;
    margin-top:8px;
}
.sublinktitle p a {
    color:#8d744f;
    font-size:15px;
    float:left;
    line-height:40px;
    margin-left:10px;
}
.sublinktitle p span {
    color:#8d744f;
    font-size:15px;
    font-family:黑体;
    float:left;
    line-height:40px;
    margin-left:10px;
}
.sublinktitle p label{
    color:#00385e;
    font-size:15px;
    float:left;
    line-height:40px;
    margin-left:10px;
}

.subcontent {

    overflow:hidden;
    float:left;
    width:1200px;
    padding-top:10px;
    background-color:#fff;
}
.subcontentrow{

    overflow:hidden;
    width:1200px;  float:left;
    background-image:url(/static/images/subleftbg.png);
    background-position-x:174px;
    background-repeat:repeat-y;
}

.subleft {
    width:219px;

    margin:0px 0px;
    height:100%;  float:left;
    vertical-align: top;
}

.subright {
    width:960px;
    min-height:600px;

    padding:0px 10px 10px 10px;
    vertical-align: top;float:left;
}
.subleftline {
    width:4px;
    margin-left:5px;
    height:160px;
    float:left;
    background-color:#00385e;
}
.subleftmenu {
    width:205px;
    margin-left:5px;
    float:left;
}
.subleftmenu img {
    width:100%;
    float:left;
}
.subleftmenu ul {
    padding:0px;
    padding-bottom:10px;
    padding-top:10px;
    margin:0px;
    width:205px;
    float:left;
    background-image:url(/static/images/subleftmenu_2.png);
    background-repeat:repeat-y;
}
.subleftmenu ul li{
    padding:0px;
    margin:0px;
    width:100%;
    float:left;
    list-style:none;
    margin-top:5px;
}

.subleftmenu ul li a{
    display:inline-block;
    width:70%;
    padding-left:30%;
    height:36px;
    line-height:36px;
    font-size:16px;
    color:#fff;
    text-align:left;
}


.subleftmenu ul li label{
    display:inline-block;
    width:70%;
    padding-left:30%;
    height:36px;
    line-height:36px;
    font-size:16px;
    color:#fff;
    text-align:left;
}

.subleftmenu ul li a:hover{
    font-size:16px;
    color:#d58e26;
    background-image:url(/static/images/subleftmenu_item1.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.subleftmenu ul li a.active{
    background-image:url(/static/images/subleftmenu_item.png);
    background-position:center right;
    background-repeat:no-repeat;
    color:#8d744f;
    font-weight:bold;
}

.subleftmenu ul li a:hover.active{
    color:#8d744f;
    font-size:16px;font-weight:bold;
}


.subleftmenu ul li ul.subleftmenu2 a{
    font-size:13px; width:65%;padding-left:35%;
}

.subleftmenu ul li ul.subleftmenu2 a.active{
    font-size:13px;  font-weight:bold;
}





.subleftmenu .leftbottom {
    width:100%;
    height:82px;
    float:left;
    background-image:url(/static/images/subleftmenu_3.png);
    background-position:top right;
    background-repeat:no-repeat;
}

.subrighttitle{
    width:940px;
    float:left;
    position:relative;
    border-bottom:2px solid #e5e5e5;
    height:44px;
}
.subrighttitle h3 {
    padding:0px 10px;
    margin:0px;
    left:0px;
    line-height:46px;
    position:absolute;
    bottom:-2px;
    border-bottom:2px solid #8d744f;
    font-size:18px;
    font-weight:normal;
    color:#00385e;
}
.subrightcontent {
    text-align:left;
    width:940px;
    padding-bottom:30px;
    float:left;
    word-wrap: break-word;
    word-break: normal;
}

.subrightcontent p{
    margin:0;
}

.planeheader {
    border-top:4px solid #8d744f;
    float:left;
    width:100%;
    background-color:#00385e;
    margin-top:1px;
    background-image:url(/static/images/bbg_001.png);
    background-position-y:bottom;
    background-repeat:repeat-x;
    height:50px;
    font-size:14px;
}

.planeheader label {
    float:left;
    line-height:50px;
    margin-left:20px;
    color:#fff;
}

.planeheader select {
    float:left;
    margin-left:6px;
    color:#fff;
    background-color:#043f67;
    font-size:14px;
    border:none;
    line-height:34px;
    height:34px;
    padding:0px 10px;
    margin-top:10px; line-height:32px;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right:32px;
    background-image:url(/static/images/selectarrow.png);
    background-position:right center;
    background-repeat:no-repeat;
    margin-right:10px;
}
.planeheader select option{
    color:#000;
    background-color:#fff;
    line-height:32px;
}


.selectControl {
    float:left;
    margin-left:5px;
    position:relative;
    z-index:999;
    background-color:#04426c;
    padding:5px 10px;
    margin-top:7px;
    line-height:32px;
    height:28px;
    border-radius:4px;
    cursor:pointer;
    min-width:110px;
    margin-right:20px;
}
.selectControl label {
    margin-left:0px;
    float:right;
    padding-right:28px;
    background-image:url(/static/images/selectarrow.png);
    background-position:right center;
    background-repeat:no-repeat;
    line-height:28px;
    margin-right:3px;
    max-width:200px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.selectControl .selectControlContain{
    overflow:auto;
    top:38px;
    left:0px;
    background-color:#00385e;
    width:130px;
    position:absolute;
    max-height:400px;
    padding:6px 0px 12px 0px;
    border:2px solid #8d744f;
    float:left;
    width:96%;
    min-width:110px;
    display:none;
    max-width:120px;
}

.selectControl ul {
    padding:0px;
    margin:0px;
    float:left; width:100%;
}
.selectControl ul li {
    list-style:none;
    float:left;
    width:100%;

}
.selectControl ul li a {
    display:inline-block;
    width:90%;
    padding:2px 5%;
    line-height:24px;
    text-align:center;
    color:#fff;
    font-size:14px;
}
.selectControl ul li a:hover {
    color:#d58e26;
    background-image:url(/static/images/subleftmenu_item1.png);
    background-position:center center;
    background-repeat:no-repeat;
}



.selectControl ul.checkbox {
    padding:0px;
    margin:0px;
    float:left; width:100%;
}
.selectControl ul.checkbox li {
    list-style:none;
    float:left;
    width:100%;

}
.selectControl ul.checkbox li a {
    display:inline-block;
    width:90%;
    padding:2px 5%;
    line-height:24px;
    text-align:left;
    color:#fff;
    font-size:14px;
}
.selectControl ul.checkbox li a:hover {
    color:#d58e26;
}

.selectControl ul.checkbox li a i {
    float:left;
    display:block;
    width:24px;
    height:24px;
    margin-left:5px;
    margin-right:10px;
    background-image:url(/static/images/chbox.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.selectControl ul.checkbox li a i.action {
    background-image:url(/static/images/chbox_1.png);
}

.searchBtn {
    background-color:#0d4a73;
    line-height:28px;
    border-radius:5px;
    border:1px solid #1d4b6b;
    float:left;
    margin-left:30px;
    margin-top:7px;
    padding:3px 15px 3px 15px;
    color:#fff;
    letter-spacing:2px;
    font-size:16px;
}

.searchBtn:hover {
    background-color:#0a446b;
    border:1px solid #1d4b6b;
    color:#d58e26;
    font-size:16px;
}

.productTable{
    width:960px;
    border:1px solid #eee;
    float:left;border-collapse:collapse;
}
.productTable thead{
    background-color:#e6dcc7;
    border:1px solid #cbbda2;
}


.productTable thead td{
    line-height:40px;
    color:#666;
    text-align:center;
    border:1px solid #cbbda2;
}
.productTable tbody {
    border-color:#f0f0f0;
    font-size:14px;
    line-height:26px;
}
.productTable tbody td {
    line-height:20px;
    color:#656565;
    text-align:center;
    border:1px solid #eee;
    padding:10px 0px
}

.productTable tbody tr:nth-child(2n+1){
    background-color:#f7f6ef;
}
.productTable tbody tr:nth-child(2n+1) td{
    border:1px solid #e9e8e4;
}

.productTable a{
    color:#8d744f;
}

.productTable a:hover{
    color:#00385e;
    text-decoration:underline;
}

.newstab{
    float:left;
    width:100%;
    padding:0px;
    margin:0px;
}

.newstab li {
    list-style:none;
    width:160px;
    font-size:18px;
    line-height:80px;
    float:left;
}
.newstab li a {
    display:block;
    width:159px;
    border-left:1px solid #ccc;
    border-bottom:2px solid #00385e;
    background-position:center center;
    background-repeat:repeat-x;
    text-align:center;
    font-weight:bold;
    color:#00385e;
}
.newstab li:nth-last-child(1) a{
    border-right:1px solid #ccc; width:158px;
}




.newstab li a:hover {
    background-image:url(/static/images/tabbg.png);

}
.newstab li a:hover i {
    background-size:70px 70px;
    margin-top:5px;
}

.newstab li a.action {
    color:#8d744f;
    font-weight:bold;
    font-size:22px;  background-image:url(/static/images/tabbg_1.png); border-bottom:2px solid #f0f0f0;
}

.newstab li a.action i {
    background-size:70px 70px;
    margin-top:5px;

}


.newstab li i{
    float:left;
    width:60px;
    height:60px;
    display:none;
    margin-top:10px;
    margin-left:10px;
    margin-right:15px;
}



.khzntab{
    float:left;
    width:100%;
    padding:0px;
    margin:10px 0px;
}

.khzntab li {
    list-style:none;
    width:50%;
    font-size:18px;
    line-height:60px;
    float:left;
}
.khzntab li a {
    display:block;
    width:100%;
    border:1px solid #ccc;
    border-bottom:2px solid #00385e;
    background-position:center center;
    background-repeat:repeat-x;
    background-size: 100% 100%;
    text-align:center;
    font-weight:bold;
    color:#00385e;
}
.khzntab li:nth-last-child(1) a{
    border-right:1px solid #ccc; width:100%;
}




.khzntab li a:hover {
    background-image:url(/static/images/tabbg.png);

}
.khzntab li a:hover i {
    background-size:70px 70px;
    margin-top:5px;
}

.khzntab li a.action {
    color:#8d744f;
    font-weight:bold;
    /*font-size:22px;  background-image:url(/static/images/tabbg_1.png);*/
    /*border-bottom:2px solid #f0f0f0;*/
}

.khzntab li a.action i {
    background-size:70px 70px;
    margin-top:5px;

}


.khzntab li i{
    float:left;
    width:60px;
    height:60px;
    display:none;
    margin-top:10px;
    margin-left:10px;
    margin-right:15px;
}




i.cion1 {
    /*background-image:url(/static/images/icon_01.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:60px 60px;
}
i.cion2{
    /*background-image:url(/static/images/icon_02.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:60px 60px;
}
i.cion3 {
    /*background-image:url(/static/images/icon_03.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:60px 60px;
}
i.cion4 {
    /*background-image:url(/static/images/icon_04.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:60px 60px;
}
i.cion5 {
    /*background-image:url(/static/images/icon_05.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:60px 60px;
}
i.cion6 {
    /*background-image:url(/static/images/icon_06.png);*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:60px 60px;
}


.newslist {
    float:left;
    margin:0px;
    margin-top:10px;
    padding:0px;
    width:100%;
}

.newslist>li {
    float:left;
    list-style:none;
    width:955px;
    padding-left:4px;
    padding-right:1px;
    border-bottom:1px dashed #ddd;
    line-height:32px;
    margin-top:5px;
    padding-bottom:4px;
}
.newslist>li a {
    display:block;
    width:780px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    float:left;
    color:#656565;
    text-align:left;
    font-size:13px;
}
.newslist>li a:hover {
    color:#8d744f;
    text-decoration:underline;
}

.newslist>li span {
    float:right;
    margin-right:4px;
    color:#c2c2c2;
}

.noticetab {
    float:left;
    width:100%;
    line-height:42px;
    padding:0px;
    margin:0px;
    background-color:#0a456e;
    border-top:1px solid #00385e;
}

.noticetab li {
    list-style:none;
    float:left;
    margin:0px;
    padding:0px;
    width:239px;


}
.noticetab li a {
    color:#fff;
    display:block;
    width:200px;
    height:45px;
    padding-top:5px;
}

.noticetab li a.action {
    color:#fff;
    background-image:url(/static/images/noticetabbg.png);
    background-position:center center;
    background-repeat:no-repeat;
    color:#00385e;
    font-size:18px;
    font-weight:bold;
}
.noticetab li a:hover {
    background-image:url(/static/images/noticetabbg_1.png);
    background-position:center center;
    background-repeat:no-repeat;
}
.noticetab li a.action:hover{
    background-image:url(/static/images/noticetabbg.png);
    color:#00385e;
}

.rightnewtitle{
    float:left;
    width:100%;
    margin-top:20px;
    font-size:20px;
    color:#222;
    text-align:center;
}
.rightnewsummary{
    float:left;
    width:100%;
    margin-top:20px;
    font-size:12px;
    color:#656565; text-align:center;
    padding-bottom:10px;
}
.rightnewscontent{
    float:left;
    margin-left:4%;
    margin-right:4%;
    width:92%;
    padding-top:20px;
    font-size:14px;
    color:#656565;
    border-top:1px solid #eee;
}

.rightnewscontent img{
    max-width: 90%;
    width: auto;
}





.chunkTable{
    width:960px;
    border:1px solid #eee;
    float:left;border-collapse:collapse;
}
.chunkTable thead{
    background-color:#e6dcc7;
    border:1px solid #cbbda2;
}

.chunkTable thead td{
    line-height:40px;
    color:#8d744f;
    text-align:center;
    border:1px solid #cbbda2;
}
.chunkTable tbody {
    border-color:#f0f0f0;
    font-size:14px;
}
.chunkTable tbody td {
    line-height:24px;
    color:#656565;
    text-align:center;
    border:1px solid #eee;
}



.chunkTable a{
    color:#8d744f;
}

.chunkTable a:hover{
    color:#00385e;
    text-decoration:underline;
}

.chunkTable tbody h5 {
    font-weight:bold;
    font-size:15px;
    color:#00385e;
    padding:5px 0px 5px 0px;
    margin:0px;
}

.chunkTable tbody b {
    color:#656565;
    font-size:13px;
}
.chunkTable tbody p {
    text-align:left;
    padding:5px 8px;
}
.chunkTable tbody a.btn1 {
    display:block;
    padding:0px 10px;
    line-height:30px;
    letter-spacing:2px;
    font-size:14px;
    color:#fff;
    background-position:center center;
    background-image:url(/static/images/btnbg.png);
    background-repeat:repeat-x;
    border-radius:8px;
    width:auto;
    margin:10px 20px;
}

.chunkTable tbody a.btn2 {
    display:block;
    padding:0px 10px;
    letter-spacing:2px; line-height:30px;
    font-size:14px;
    color:#fff;
    background-position:center center;
    background-image:url(/static/images/btnbg_1.png);
    background-repeat:repeat-x;
    border-radius:8px;
    width:auto;
    margin:10px 20px;
}


.chunkTable tbody a.btn3 {
    line-height:30px;
    letter-spacing:2px;
    font-size:14px;
    color:#fff;
    background-position:center center;
    background-image:url(/static/images/btnbg.png);
    background-repeat:repeat-x;
    border-radius:6px;
    width:100px;
    padding:5px 15px;
}

.chunkTable tbody tr td:nth-child(2n){
    background-color:#f7f6ef;
}
.chunkTable tbody tr td:nth-child(2n+1){
    background-color:#fafaf6;
}


.wtlist {
    width:100%;
    float:left;
    padding:0px;
    margin:0px;
}
.wtlist li {
    width:100%;
    float:left;
    padding:0px;
    margin:0px;
    border-bottom:1px solid #e5e5e5;
    list-style:none;
    margin-top:20px;
}

.wtlist li  .wthead {
    line-height:40px;
    width:800px;
    float:left;
    font-size:16px;
    text-align:left;
    padding-left:50px;
    background-position:left center;
    background-image:url(/static/images/qicon.png);
    background-size:auto 30px;
    background-repeat:no-repeat;
    cursor:pointer;

}

.wtlist li  .wtcontent {
    line-height:38px;
    width:920px;
    float:left;
    font-size:16px;
    text-align:left;
    background-color:#f6f6f6;
    border-top:1px solid #eee;
    padding:15px 20px ;
    line-height:26px;
    font-size:15px;
    display:none;
}

.wtlist li  .wtcontent img{
    max-width: 100%;
}

.wtlist li .wtcontent p {
    margin:0px;
    padding:0px;
    float:left;
    width:100%;
}




.fromTable{
    width:960px;
    border:1px solid #eee;
    float:left;border-collapse:collapse;
}





.fromTable tbody {
    border-color:#f0f0f0;
    font-size:14px;
}

.fromTable tbody td {
    line-height:30px;
    color:#656565;
    text-align:center;
    border:1px solid #eee;
    padding:10px;
}

.fromTable tbody tr td:nth-child(1){
    text-align:right;
    padding-right:20px;
    width:30%;
}
.fromTable tbody td:nth-child(2){
    text-align:left;
    padding-left:20px;
    width:60%;
}

.fromTable tbody tr:nth-child(2n+1){
    background-color:#f7f6ef;
}
.fromTable tbody tr:nth-child(2n+1) td{
    border:1px solid #e9e8e4;
}

.fromTable a{
    color:#8d744f;
}

.fromTable a:hover{
    color:#00385e;
    text-decoration:underline;
}
.fromTable tbody td input.input, .fromTable tbody td select,.fromTable tbody td textarea {
    line-height:28px;
    height:32px;
    border:1px solid #ddd;
    float:left;
    border-radius:4px;
    float:left;
    margin-right:20px;
    padding:4px 5px;
}
.fromTable tbody td input.input {
    width:280px;
    line-height:26px;
    height:26px;
}

.fromTable tbody td textarea {
    width:600px;
    height:80px;
}

.fromTable tbody td.btn {
    text-align:center;
}

.fromTable tbody td.btn .submit{
    display:block;
    line-height:34px;
    letter-spacing:2px;
    font-size:14px;
    color:#fff;
    background-position:center center;
    background-image:url(/static/images/btnbg.png);
    background-repeat:repeat-x;
    border-radius:6px;
    width:100px;
    text-align:center;
    font-size:14px;
    float:left;
    margin-left:300px;
    cursor:pointer;
    border:0px;
}

.fromTable tbody td.btn .cannel{
    display:block;
    line-height:34px;
    letter-spacing:2px;
    font-size:14px;
    color:#fff;
    background-position:center center;
    background-image:url(/static/images/btnbg_2.png);
    background-repeat:repeat-x;
    border-radius:6px;
    width:100px;
    text-align:center;
    font-size:14px;
    float:left;
    margin-left:60px;
    cursor:pointer;
    border:0px;
}




.weightTable{
    width:960px;
    border:1px solid #eee;
    float:left;
    border-collapse:collapse;
}
.weightTable thead{
    background-color:#e6dcc7;
    border:1px solid #cbbda2;
}
.weightTable thead td{
    line-height:40px;
    color:#8d744f;
    text-align:center;
    border:1px solid #cbbda2;
}
.weightTable tbody {
    border-color:#f0f0f0;
    font-size:14px;
}
.weightTable tbody td {
    line-height:24px;
    color:#656565;
    text-align:center;
    border:1px solid #eee;
    height:45px;
}



.weightTable a{
    color:#8d744f;
}

.weightTable a:hover{
    color:#00385e;
    text-decoration:underline;
}



.weightTable tbody td input{
    height:28px;
    width:76%;
}

.weightTable tbody td input.SmallButton{
    height:30px;
    width:80px;
}


.weightTable tbody tr:nth-child(2n+1) td{
    background-color:#f7f6ef;
    padding-top:4px;
    padding-bottom:4px;
}
.weightTable tbody tr:nth-child(2n) td{
    background-color:#fafaf6;
    padding-top:4px;
    padding-bottom:4px;
}


.mtgz {
    width:100%;
    float:left;
    padding:0px;
    margin:0px;
}

.mtgz li{
    width:100%;
    float:left;
    padding:0px;
    margin:0px;
    list-style:none;
    border-bottom:1px dotted #ccc;
    padding:2px 0px;
    margin-top:5px;
}


.mtgz li img{
    width:200px;
    height:auto;
    float:left;
    padding:2px;
    border:1px solid #eee;
    margin-top:5px;
}
.mtgz li  div{
    float:left;
    margin-left:10px;
    width:720px;
}


.mtgz li  div a {
    font-weight:bold;
    font-size:15px;
    color:#222;
    padding:0px 0px 4px 0px;
    margin:0px;
    float:left;
    font-size:15px;
}
.mtgz li div a:hover {
    color:#8d744f;
}

.mtgz li  div p {
    text-align:left;
    padding:4px 8px;
    float:left;
    margin:0px;
    font-size:14px;
    line-height:24px;
}

/*页码容器*/
.page-box{padding-bottom:10px;width:100%;float:left; margin:15px 0px;}
.page-box:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.page-box span, .page-box a {
    margin-left:15px;
    font-size:15px;
}
.page-box a {
    color:#636363;
}
.page-box a:hover {
    color:#d58e26;
}
.page-box span {
    color:#bbb;
}
.page-box span.current {
    font-weight: bold;color:#00385e;
}

i.lno {
    display:block;
    height:30px;
    width:50px;
    background-image:url(/static/images/cion_5.png);
    background-position:center center;
    background-repeat:no-repeat;
}
.smlink {
    display:block;
    width:160px;
    height:133px;
    position:fixed;
    background-image:url(/static/images/sm.png);
    background-position:center left;
    background-repeat:no-repeat;
    bottom:10px;
    left:0px;
}


.pagination {
    padding: 20px 0 15px 0;
    text-align: center;
    clear: both;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0
}

.pagination ul>li {
    display: inline
}

.pagination ul>li>a,.pagination ul>li>span {
    margin: 0 3px;
    float: left;
    padding: 4px 12px 3px;
    opacity: 0.88;
    border-radius: 2px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ddd;
    color: #666
}

.pagination ul>.active>a,.pagination ul>.active>span {
    background-color: #09a8c5;
    color: #fff
}

.pagination ul>.active>a,.pagination ul>.active>span {
    cursor: default
}

.pagination ul>li>span,.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus {
    color: #999;
    background-color: transparent;
    cursor: default
}


.form-group .help-block{
    display: inline-block;
    position: relative;
    left: 10px;
    top: 3px;
}


.bottomright .gzhewm{
    width: 116px;
    float: left;
    margin-left: 15px;
}


@media(max-width:780px){


    html{
        font-size: 625%;
        -webkit-text-size-adjust: none;
    }



    body {
        background: #f7f7f7;
        color: #636363;
        font-weight: 400;
        font-size: 0.1em;
        font-family: 'Raleway', Arial, sans-serif;
    }


    .topline span.left {
        float: left;
        width: 100%;
        color: #8f7650;
        font-family: 微软雅黑;
        font-size: 0.15rem;
        font-weight: bold;
    }

    .banner {
        float: none;
        width: 100%;
        border-top: 4px solid #00385e;
        min-width: unset;
    }



    /*首页*/
    .outdiv {
        font-size: 1em;
        float: none;
        width: 100%;
        overflow: hidden;
        min-width: unset;
        margin: 0px;
        padding: 0px;
        text-align: center;
    }

    .indiv {
        width: 100%;
        line-height: 30px;
        margin: 0 auto;
        padding: 0px;
    }

    .titletop .indiv {
        height: 100%;
    }


    .topline {
        display: none;
        background-color: #fafafa;
        border-bottom: 1px solid #eee;
        height: 60px;
    }

    .titletop {
        background-color: #f8f6f6;
        height: 0.5rem;
        border-bottom: 2px solid #8d744f;
    }

    .logo {
        float: left;
        height: 100%;
        width: 50%;
        background-image: url(/static/images/logo.jpg);
        background-size: 100%;
        background-position: center left;
        background-repeat: no-repeat;
    }

    .logoright {
        float: right;
        height: 100%;
        width: 0.5rem;
        overflow: hidden;
        cursor: pointer;
    }


    .search {
        display: none;
        margin-top: 15px;
        float: left;
        width: 320px;
        height: 33px;
        background-image: url(/static/images/search.png);
        background-position: center left;
        background-repeat: no-repeat;
        margin-left: 400px;
    }

    .mainMenu {
        display: none;
        position: fixed;
        padding: 0px;
        margin: 0px;
        top: 0px;
        left: 0px;
        width: 80%;
        height: 100%;
        padding: 0 10%;
        background-color:rgba(0,0,0,0.9);
        z-index: 999;
        overflow: scroll;
    }

    .mainMenu:before{
        content: '金瑞期货（香港）有限公司';
        font-size: 0.2rem;
        color: #fff;
        line-height: 1rem;
    }

    .logoright:before{
        font-family: 'FontAwesome';
        content: '\f0c9';
        float: right;
        font-size: 0.4rem;
        line-height: 0.5rem;
        margin-right: 0.1rem;
    }


    .mainMenu li {
        list-style: none;
        float: left;
        width: 100%;
        height: auto;
        min-height: 0.25rem;
        margin: 0.1rem 0;
        background-image: none;
        background-position: unset;
        background-repeat: unset;
        position: relative;
    }


    .mainMenu li div.sub {
        color: #000;
        font-size: 0.15rem;
        line-height: 100%;
        width: 100%;
        height: auto;
        text-align: center;
        cursor: pointer;
        left: 0px;
        position: relative;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-color: transparent;
        z-index: 1000;
    }

    .mainMenu li div.sub .submenu {
        position: relative;
        width: 100%;
        height: auto;
        top: 0px;
        background-color: transparent;
        left: 0px;
        display: block;
    }

	.mainMenu li:nth-of-type(2) div.sub .submenu {
		position:unset;
		left:unset;
	}
	.mainMenu li:nth-of-type(3) div.sub .submenu {
		position:unset;
		left:unset;
	}
	.mainMenu li:nth-of-type(4) div.sub .submenu {
		position:unset;
		left:unset;
	}
	.mainMenu li:nth-of-type(5) div.sub .submenu {
		position:unset;
		left:unset;
	}

    .mainMenu li a {
        width: auto;
        height: 0.2rem;
        display: unset;
        text-align: center;
        left: 0px;
        position: relative;
        margin-bottom: 0.1rem;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-color: transparent;
    }


    .mainMenu li span.c {
        color: #fff;
        font-size: 0.15rem;
        line-height: 24px;
        font-weight: 600;
        width: 90%;
        padding-left: 0;
        height: 24px;
        display: block;
        text-align: left;
        left: 0px;
        top: 0px;
    }

    .mainMenu li span.c:before{
        font-family: 'FontAwesome';
        content: "\f0a4";
    }

    .mainMenu li span.c:hover{
        color:#d58e26;
        text-decoration:underline;
        background-image:url(/static/images/submenu_bg.png);
        background-position-y:center;
        background-repeat:repeat-x;
    }


    .mainMenu li span.e {
        display: none;
        color: #00385e;
        font-family: "Microsoft YaHei",Verdana,Arial,Helvetica,sans-serif;
        font-size: 10px;
        line-height: 20px;
        width: 100%;
        padding-left: 10px;
        height: 20px;
        text-align: center;
        top: 24px;
    }

    .mainMenu li div.sub .submenu ul {
        float: none;
        padding: 0px;
        margin: 0px;
        width: 560px;
        background-image: none;
        background-repeat: unset;
        background-position-y: unset;
    }

    .mainMenu li div.sub .submenu li {
        padding: 0px;
        margin: 0px;
        float: left;
        width: auto;
        height: 39px;
        list-style: none;
        background-image: none;
        text-align: center;
        min-width: 80px;
    }

    .mainMenu li div.sub .submenu li a {
        display: block;
        float: left;
        width: auto;
        font-size: 0.15rem;
        line-height: 39px;
        color: #fff;
        height: 39px;
        position: static;
        padding-right: 16px;
        padding-left: 16px;
    }

    .mainMenu li div.sub .submenu li a:before{
        font-family: 'FontAwesome';
        content: "\f0a4";
    }

    .mainMenu li div.sub .submenu span.subtop {
        display: none;
        width: 23px;
        height: 39px;
        background-image: url(/static/images/submenu_1.png);
        background-position: center right;
        background-repeat: no-repeat;
        float: left;
    }

    .mainMenu li div.sub .submenu span.subbottom {
        display: none;
        width: 23px;
        height: 39px;
        background-image: url(/static/images/submenu_3.png);
        background-position: center left;
        background-repeat: no-repeat;
        float: left;
    }






    .maintab {
        width: 100%;
        height: 0.4rem;
        padding: 0px;
        margin: 0px;
        float: none;
    }

    .maintab li {
        list-style: none;
        float: left;
        padding: 0px;
        margin: 0px;
        width: 20%;
        height: 100%;
    }
    .maintab li a {
        float: left;
        width: 100%;
        height: 100%;
    }
    .maintab li img {
        width: 100%;
        float: left;
        height: 100%;
    }





    .mainbody {
        float: none;
        background-color: #fff;
        width: 100%;
        padding-top: 0px;
    }

    .mainleft {
        float: none;
        width: 95%;
        margin: auto;
    }

    .mainright {
        width: 95%;
        float: none;
        margin: auto;
    }
    .bodybottom {
        display: none;
        width: 95%;
        float: none;
        margin: auto;
        border-top: 1px solid #e0ddd3;
    }
    .imgnew {
        float: none;
        margin: 0.1rem auto;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .imgnew img {
        width: 100%;
        height: 100%;
        float: none;
    }
    /*市场动态*/
    .topnews {
        float:left;
        width:100%;
    }
    .topnews .topnewstitle {
        float: left;
        width: 100%;
        padding-left:0px;
        border-left:3px solid #00385e;
        margin-top:15px;
        line-height:18px;
        text-align:left;
        font-size:19px;
        color:#00385e;
        font-family:'Adobe Heiti Std';
    }
    .topnews .topnewstitle span {
        font-family:微软雅黑;
        padding-left:5px;
        color:#c2c2c2;
        font-size:17px;
        font-weight:normal;
    }
    .topnews .topnewstitle a {
        float:right;
        color:#8d744f;
        font-size:15px;
        font-weight:normal;
        font-family:黑体;
    }
    .topnews .topnewstitle a:hover {
        color:#00385e;
    }
    .topnews  .topnewitem{
        width:100%;
        float:left;
        margin-top:10px;
    }

    .topnews .topnewitem h3 {
        width:75%;
        text-align:left;
        float:left;
        padding:0px;
        margin:0px;
        font-weight:normal;
        font-size:17px;
        color:#000;
        overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
        white-space: nowrap;
    }

    .topnews .topnewitem .zdicon{
        width: auto;
        background-color: #2f96b4;
        height: 8px;
        margin-right: 0px;
        line-height: 8px;
        font-size: 8px;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        float: none;
    }
    .topnews .topnewitem .zytzicon{
        width: auto;
        background-color: red;
        height: 8px;
        margin-right: 5px;
        line-height: 8px;
        font-size: 8px;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
    }

    .topnews .topnewitem span {
        display:inline-block;
        float: right;
        width:25%;
        color:#c2c2c2;
        font-size:13px;
    }


    .topnews .topnewitem a:hover h3{
        color:#8d744f;
        text-decoration:underline;
    }
    .topnews .topnewitem p {
        width:100%;
        font-size:13px;
        color:#636363;
        text-align:left;
        line-height:20px;
        float:left;
        max-height:42px;
        margin-top:4px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    /*切换卡*/
    .tabnew {
        width:100%;
        float:left;
    }
    .tabnewtitle{
        width:100%;
        float:left;
        border-bottom:2px solid #ededed;
        position:relative;
        height:32px;
    }
    .tabnewtitle ul {
        width:100%;
        padding:0px;
        margin:0px;
        bottom:-6px;
        left:0px;
        height:38px;
        position:absolute;
    }
    .tabnewtitle ul li {
        width: 16%;
        overflow: hidden;
        padding:0px;
        margin:0px 0px;
        float:left;
        height:38px;
        list-style:none;
    }
    .tabnewtitle ul li a{
        display:block;
        padding:0 0.04rem 0.06rem 0.04rem;
        margin:0px;
        line-height:32px;
        font-size:0.12rem;
        color:#c2c2c2;
    }

    .tabnewtitle ul li a.active{
        color:#8d744f;
        font-weight:bold;
        background-image:url(/static/images/donwarrow.png);
        background-position:center bottom;
        background-repeat:no-repeat;
    }

    .tabnewcontent {
        width:100%;
        padding:0px;
        margin:0px;
        float:left;
        min-height:153px;
    }
    .tabnewcontent ul {
        width:100%;
        padding:0px;
        margin:0px;
        float:left;
        margin-top:5px;
    }
    .tabnewcontent ul li{
        float:left;
        list-style:none;
        width:100%;
        text-align:left;
        padding-top:6px;
        padding-bottom:6px;
        line-height:24px;
        border-bottom:1px dotted #bbb;
    }
    .tabnewcontent ul li a {
        display:block;
        color:#000;
        width:80%;
        float:left;
        font-size:15px;
    }
    .tabnewcontent ul li a:hover {
        color:#8d744f;
        text-decoration:underline;
    }



    .tabnewcontent ul li span {
        display:block;
        color:#c2c2c2;
        width:12%;
        float:right;
        font-size:14px;
        text-align:right;
        padding-right:5px;
    }

    /*公司新闻公告信息*/
    .mainnotice {
        width:100%;
        float:left;
        margin-top:10px;
    }
    .mainnotice .mainnoticetitle{
        width:100%;
        float:left;
    }
    .mainnotice .mainnoticetitle div.title{
        float: left;
        width: auto;
        padding:8px 0px 8px 1%;
        line-height:20px;
        text-align:left;
        font-size:19px;
        color:#00385e;
        font-family:'Adobe Heiti Std';
        border-bottom:2px solid #00385e;
    }
    .mainnotice .mainnoticetitle div.more {
        float: right;
        width: auto;
        padding:8px 0px 8px 0px;
        border-bottom:2px solid #ebebeb;
    }

    .mainnotice .mainnoticetitle div.title span {
        padding-left:5px;
        color:#c2c2c2;
        font-size:17px;
        font-weight:normal;
        font-family:微软雅黑;
    }
    .mainnotice .mainnoticetitle a {
        float:right;
        color:#8d744f;
        line-height:20px;
        font-size:15px;
        font-weight:normal;
        font-family:黑体;
    }
    .mainnotice .mainnoticetitle a:hover {
        color:#00385e;
    }
    .noticelist {
        width:100%;
        min-height: 2rem;
        float:left;
        padding:0px;
        margin:0px;
    }
    .noticelist li {
        margin-top:8px;
        float:left;
        width:100%;
        list-style:none;
    }
    .noticeitem {
        float:left;
        width:100%;
        padding-top:8px;
        padding-bottom:8px;
    }
    .noticelist li div.date {
        float:left;
        width:20%;
        height:0.42rem;
        border-right:1px solid #8d744f;
    }
    .noticelist li div.date b {
        font-size:28px;
        font-family:'Microsoft YaHei UI';
        float:left;
        width:100%;
        color:#8d744f;
        line-height:28px;
        letter-spacing:1px;
    }
    .noticelist li div.date i {
        font-size:12px;
        font-family:'Microsoft YaHei UI';
        float:left;
        width:100%;
        color:#c2c2c2;
        line-height:12px;
        font-style:normal;
        margin-top:2px;
    }
    .noticelist li .text{
        float:right;
        width:75%;
        height:0.44rem;
        margin-left:0px;
    }
    .noticelist li .text h3 {
        width:100%;
        color:#8d744f;
        padding:0px;
        margin:0px;
        font-size:16px;
        text-align:left;
        line-height:16px;
        float:left;
        font-weight:normal;
    }
    .noticelist li .text p {
        float:left;
        width:100%;
        color:#636363;
        padding:0px;
        margin:0px;
        margin-top:6px;
        font-size:13px;
        text-align:left;
        line-height:20px;
        overflow: hidden;text-overflow:ellipsis;white-space: nowrap;
    }
    .noticelist li a:hover div.noticeitem{
        background-color:#f5f5f5;
    }
    .noticelist li  a:hover  .text h3 {
        color:#00385e;
        font-weight:bold;
        font-size:16px;
    }
    .noticelist li  a:hover  div.date {
        border-right:1px solid #00385e;
    }
    .noticelist li  a:hover  .date b {
        color:#00385e;
    }
    .noticelist li  a:hover  .date i {
        color:#00385e;
    }

    /*公告*/
    .analysis {
        float:left;
        width: 100%;
        padding-left:0;
        background-image:none;
        background-position:unset;
        background-repeat:unset;
        min-height:2rem;
    }

    .analysis  .zytzicon{
        width: auto;
        background-color: red;
        height: 8px;
        margin-right: 5px;
        line-height: 8px;
        font-size: 8px;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        float:left;
        position: relative;
        margin-top: 6px;
    }

    .analysis .analysistitle {
        float: left;
        width: 95%;
        padding-left:10px;
        border-left:3px solid #00385e;
        margin-top:15px;
        line-height:18px;
        text-align:left;
        font-size:19px;
        color:#00385e;
        font-family:'Adobe Heiti Std';
    }
    .analysis .analysistitle span {
        font-family:微软雅黑;
        padding-left:5px;
        color:#c2c2c2;
        font-size:17px;
        font-weight:normal;
    }
    .analysis .analysistitle a {
        float:right;
        color:#8d744f;
        font-size:15px;
        font-weight:normal;
        font-family:黑体;
    }
    .analysis .analysistitle a:hover {
        color:#00385e;
    }
    .analysis img {
        float:left;
        width:320px;
        height:auto;
        margin:20px 0px;
    }
    .analysis ul {
        width:100%;
        float:left;
        padding:0px;
        margin:0px;
        margin-top:10px;
    }
    .analysis ul li {
        list-style:none;
        float:left;
        width:100%;
        padding:0px;
        margin:0px;
    }
    .analysis ul li a{
        display:inline-block;
        width:75%;
        color:#000;
        float:left;
        font-size:14px;
        text-align:left;
        overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
        text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
        white-space: nowrap;
    }
    .analysis ul li span {
        display:block;
        width:25%;
        color:#c2c2c2;
        font-size:13px;
        float:right;
    }
    .analysis ul li a:hover {
        color:#8d744f;
        text-decoration:underline;
    }

    /*链接*/
    .rightimglink {
        float:left;
        width: 100%;
        padding-left:0;
        margin: auto;
    }
    .rightimglink ul {
        width:90%;
        float:none;
        padding:0px;
        margin:auto;
    }
    .rightimglink li {
        width: 100%;
        float: left;
        padding: 0px;
        margin: 0px;
        list-style:none;
        position:relative;
    }

    .rightimglink li a {
        width: 50%;
        height: 80%;
        float:right;
        margin-right: 10%;
    }
    .rightimglink li a h4 {
        padding:0px;
        margin:0px;
        width:100%;
        margin-left:123px;
        padding-top:12px;
        font-size:15px;
        line-height:30px;
        text-align:left;
        float:right;
        color:#8d744f;
    }
    .rightimglink li a p {
        padding: 0px;
        margin: 0px;
        width:100%;
        margin-left:123px;
        font-size: 12px;
        text-align: left;
        line-height: 16px;
        float: right;
        color: #474747;
    }
    .rightimglink li a p i{
        position:absolute;
        bottom:25px;
        right:30px;
        display:block;
        width:20px;
        height:20px;
        background-image:url(/static/images/arrow_1.png);
        background-position:center center;
        background-repeat:no-repeat;
    }

    .bannerlink1 {background-image:url(/static/images/plane1.png);
        background-position:center left;
        background-repeat:no-repeat;
        background-size: 100% auto;
        height:1.1rem;
        background-size: 100% 100%;}

    .bannerlink2 {
        background-image:url(/static/images/plane2.png);
        background-position:center left;
        background-repeat:no-repeat;
        background-size: 100% auto;
        height:1.1rem;
    }

    .bannerlink3 {
        background-image:url(/static/images/plane3.png);
        background-position:center left;
        background-repeat:no-repeat;
        background-size: 100% auto;
        height:1.1rem;
    }

    .bannerlink4 {
        background-image:url(/static/images/plane4.png);
        background-position:center left;
        background-repeat:no-repeat;
        background-size: 100% auto;
        height:1.1rem;
    }



    /*底部*/
    .mainbootom{
        margin-top:5px;
        border-top:4px solid #8d744f;
        background-color:#00385e;
        height:auto;
    }
    .bootmlink {
        display: none;
        float:left;
        margin-top:10px;
        margin-left:20px;
        margin-right:5px;
        width:100px;
    }
    .bootmlink h4 {
        font-weight:normal;
        padding:0px;
        margin:0px;
        width:100%;
        font-size:15px;
        color:#eee;
        float:left;
        font-family:'Adobe Heiti Std';
        text-align:left;
    }
    .bootmlink  h4 a {
        font-size:15px;
        color:#eee;
        font-family:'Adobe Heiti Std';
        font-weight:bold;
    }
    .bootmlink  h4 a:hover {
        color:#d58e26;
        text-decoration:underline;
    }



    .bootmlink ul {
        padding:0px 0px 0px 1px;
        margin:0px;
        width:100%;
    }
    .bootmlink ul li {
        list-style:none;
        width:100%;
        padding:0px;
        margin:0px;
        float:left;
        text-align:left;
        line-height:20px;
    }
    .bootmlink ul li a {
        font-size:12px;
        color:#eee;
        font-family:宋体;
    }
    .bootmlink ul li a:hover {
        color:#d58e26;
        text-decoration:underline;
    }
    .bottomright {
        display: none;
        margin-top:10px;
        float:left;
        margin-left:0;
        border-left:1px solid #878787;
        padding-top:10px;
        padding-left:0;
        padding-bottom:12px;
    }
    .bottomright img {
        float:left;
        width:100%;
        height:auto;
    }

    .bottomright .bottomrightline {
        float:left;
        width:60%;
        margin:0px;
        padding:0px;
        margin-left:10px;
    }

    .bottomright .gzhewm{
        width:30%;
        float:left;
        margin-left:5%;
        margin-top: 0.2rem;
    }

    .bottomright .bottomrightline li {
        list-style:none;
        float:left;
        width:100%;
        margin:0px;
        padding:0px 0px 5px 0px;
    }
    .bottomright .bottomrightline li i {
        display: none;
        float:left;
    }
    .bottomright .bottomrightline li label {
        float:left;
        color:#eeeeee;
        font-size:14px;
        margin-left:2px;
        display:block;
        width:100%;
        line-height:22px;
        text-align:left;
        padding-top:3px;
        color: white;
    }

    i.tel {
        display:block;
        height:30px;
        width:50px;
        background-image:url(/static/images/cion_3.png);
        background-position:center center;
        background-repeat:no-repeat;
    }
    i.address {
        display:block;
        height:30px;
        width:50px;
        background-image:url(/static/images/cion_2.png);
        background-position:center center;
        background-repeat:no-repeat;
    }
    i.email {
        display:block;
        height:30px;
        width:50px;
        background-image:url(/static/images/cion_1.png);
        background-position:center center;
        background-repeat:no-repeat;
    }
    i.fax {
        display:block;
        height:30px;
        width:50px;
        background-image:url(/static/images/cion_4.png);
        background-position:center center;
        background-repeat:no-repeat;
    }

    /*无代理*/
    .smlink {
        display:block;
        width:1rem;
        height:1rem;
        position:fixed;
        background-image:url(/static/images/sm.png);
        background-position:center left;
        background-repeat:no-repeat;
        background-size: 100% auto;
        bottom:10px;
        left:0px;
    }





    /*内页*/
    .sublinktitle {
        float: none;
        width: 100%;
        padding-bottom: 3px;
        border-top: 8px solid #00385e;
        background-image: url(/static/images/subtitlebg.png);
        background-position-y: bottom;
        background-repeat: repeat-x;
        height: 42px;
    }

    .subcontent {
        overflow: hidden;
        float: none;
        width: 100%;
        padding-top: 10px;
        background-color: #fff;
    }

    .subcontentrow {
        overflow: hidden;
        width: 100%;
        float: left;
        background-image: none;
        background-position-x: unset;
        background-repeat: unset;
    }
    .subleft {
        display: none;
        width: 219px;
        margin: 0px 0px;
        height: 100%;
        float: left;
        vertical-align: top;
    }

    .subright {
        width: 100%;
        min-height: 600px;
        padding: 0px;
        vertical-align: top;
        float: none;
    }
    .subrighttitle {
        width: 100%;
        float: none;
        position: relative;
        border-bottom: 2px solid #e5e5e5;
        height: 0.44rem;
    }
    .subrightcontent {
        text-align: left;
        width: 95%;
        margin:auto;
        padding-bottom: 30px;
        float: none;
        word-wrap: break-word;
        word-break: normal;
    }

    .subrightcontent img{
        max-width: 100%;
        height: auto;
    }
    .subrightcontent p{
        font-size: 0.16rem;
    }

    /*表单*/

    subrightcontent table{
        display: block;
        width: 100%;
    }
    subrightcontent table thead{
        display: block;
        width: 100%;
    }
    subrightcontent table thead tr{
        display: block;
        width: 100%;
    }
    subrightcontent table thead tr td{
    }
    subrightcontent table tbody{
        display: block;
        width: 100%;
    }
    subrightcontent table tbody tr{
        display: block;
        width: 100%;
    }
    subrightcontent table tbody tr td{
    }

    subrightcontent table[style],select[style]{
        max-width: 95% !important;
        margin:auto;
    }

    .fromTable {
        width: 100%;
        border: 1px solid #eee;
        float: none;
        border-collapse: collapse;
        display: block;
    }
    .fromTable tbody {
        border-color: #f0f0f0;
        font-size: 14px;
        display: block;
    }
    .fromTable tbody tr{
        display:block;
        width: 100%;
        text-align: left;
    }


    .fromTable tbody td {
        display: inline-block;
        line-height:30px;
        color:#656565;
        text-align:center;
        border:0px solid #eee;
        padding:10px;
    }

    .fromTable tbody td select{
        width: 50%;
    }

    .fromTable tbody tr td:nth-child(1){
        text-align:right;
        padding-right:0px;
        width: 30%;
    }
    .fromTable tbody td:nth-child(2){
        text-align:left;
        padding-left:0px;
        width:60%;
    }

    .fromTable tbody tr:last-child td{
        width: 100%;
        padding: 0.1rem 0;
    }
    .fromTable tbody tr:last-child td div{
        width: 100%;
        text-align: center;
        padding-left: 10%;
    }

    .fromTable tbody td input.input {
        width: 90%;
        line-height: 0.26rem;
        height: 0.26rem;
    }

    .fromTable tbody td textarea {
        width: 90%;
        height: 0.8rem;
    }

    .fromTable tbody td.btn .submit {
        display: inline-block;
        line-height: 34px;
        letter-spacing: 2px;
        font-size: 14px;
        color: #fff;
        background-position: center center;
        background-image: url(/static/images/btnbg.png);
        background-repeat: repeat-x;
        border-radius: 6px;
        width: 1rem;
        text-align: center;
        font-size: 0.14rem;
        float: left;
        margin-left: auto;
        cursor: pointer;
        border: 0px;
    }

    .fromTable tbody td.btn .cannel {
        display: block;
        line-height: 0.34rem;
        letter-spacing: 2px;
        font-size: 14px;
        color: #fff;
        background-position: center center;
        background-image: url(/static/images/btnbg.png);
        background-repeat: repeat-x;
        border-radius: 6px;
        width: 1rem;
        text-align: center;
        font-size: 0.14rem;
        float: left;
        margin-left: 0.1rem;
        cursor: pointer;
        border: 0px;
    }

    /****************************************/
    .productTable{
        width:100%;
        border:1px solid #eee;
        float:left;border-collapse:collapse;
    }
    .productTable thead{
        background-color:#e6dcc7;
        border:1px solid #cbbda2;
    }


    .productTable thead td{
        line-height:0.4rem;
        color:#666;
        text-align:center;
        font-size: 0.14rem;
        border:1px solid #cbbda2;
    }


    .productTable tbody {
        border-color:#f0f0f0;
        font-size:14px;
        line-height:26px;
    }
    .productTable tbody td {
        line-height:20px;
        color:#656565;
        text-align:center;
        border:1px solid #eee;
        padding:10px 0px
    }

    .productTable tbody tr:nth-child(2n+1){
        background-color:#f7f6ef;
    }
    .productTable tbody tr:nth-child(2n+1) td{
        border:1px solid #e9e8e4;
    }

    .productTable a{
        color:#8d744f;
    }

    .productTable a:hover{
        color:#00385e;
        text-decoration:underline;
    }
    /********************************************/
    .chunkTable{
        width:100%;
        border:1px solid #eee;
        float:left;border-collapse:collapse;
    }
    .chunkTable thead{
        background-color:#e6dcc7;
        border:1px solid #cbbda2;
    }

    .chunkTable thead td{
        line-height:0.4rem;
        color:#8d744f;
        font-size: 0.14rem;
        text-align:center;
        border:1px solid #cbbda2;
    }
    .chunkTable tbody {
        border-color:#f0f0f0;
        font-size:14px;
    }
    .chunkTable tbody td {
        line-height:24px;
        color:#656565;
        text-align:center;
        border:1px solid #eee;
    }



    .chunkTable a{
        color:#8d744f;
    }

    .chunkTable a:hover{
        color:#00385e;
        text-decoration:underline;
    }

    .chunkTable tbody h5 {
        font-weight:bold;
        font-size:15px;
        color:#00385e;
        padding:5px 0px 5px 0px;
        margin:0px;
    }

    .chunkTable tbody b {
        color:#656565;
        font-size:13px;
    }
    .chunkTable tbody p {
        text-align:left;
        padding:5px 8px;
    }
    .chunkTable tbody a.btn1 {
        display:block;
        padding:0px 10px;
        line-height:30px;
        letter-spacing:2px;
        font-size:14px;
        color:#fff;
        background-position:center center;
        background-image:url(/static/images/btnbg.png);
        background-repeat:repeat-x;
        background-size: 100% 100%;
        border-radius:8px;
        width:auto;
        margin:10px 20px;
    }

    .chunkTable tbody a.btn2 {
        display:block;
        padding:0px 10px;
        letter-spacing:2px; line-height:30px;
        font-size:14px;
        color:#fff;
        background-position:center center;
        background-image:url(/static/images/btnbg_1.png);
        background-repeat:repeat-x;
        border-radius:8px;
        width:auto;
        margin:10px 20px;
    }


    .chunkTable tbody a.btn3 {
        line-height:30px;
        letter-spacing:2px;
        font-size:14px;
        color:#fff;
        background-position:center center;
        background-image:url(/static/images/btnbg.png);
        background-repeat:repeat-x;
        border-radius:6px;
        width:100px;
        padding:5px 15px;
    }

    .chunkTable tbody tr td:nth-child(2n){
        background-color:#f7f6ef;
    }
    .chunkTable tbody tr td:nth-child(2n+1){
        background-color:#fafaf6;
    }



    /*列表*/

    .newslist {
        float:none;
        margin:0px;
        margin-top:10px;
        padding:0px;
        width:95%;
        margin:auto;
    }

    .newslist>li {
        float:left;
        list-style:none;
        width:100%;
        padding-left:4px;
        padding-right:1px;
        border-bottom:1px dashed #ddd;
        line-height:32px;
        margin-top:5px;
        padding-bottom:4px;
    }
    .newslist>li a:before{
        font-family: 'FontAwesome';
        content: "\f0f6";
        margin-right: 0.1rem;
    }
    .newslist>li a {
        display:block;
        width:80%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        float:left;
        color:#656565;
        text-align:left;
        font-size:0.16rem;
    }
    .newslist>li a:hover {
        color:#8d744f;
        text-decoration:underline;
    }

    .newslist>li span {
        float:right;
        margin-right:4px;
        color:#c2c2c2;
    }

    .noticetab {
        float:left;
        width:100%;
        line-height:0.3rem;
        padding:0px;
        margin:0px;
        background-color:#0a456e;
        border-top:1px solid #00385e;
    }
    .noticetab li {
        list-style: none;
        float: left;
        margin: 0px;
        padding: 0px;
        width: 25%;
    }
    .noticetab li a {
        color: #fff;
        display: block;
        width: 100%;
        height: 0.3rem;
        padding-top: 5px;
        font-size: 0.14rem;
    }
    .noticetab li a.action {
        color: #fff;
        background-image: url(/static/images/noticetabbg.png);
        background-position: center center;
        background-repeat: no-repeat;
        color: #00385e;
        font-size: 0.14rem;
        font-weight: bold;
        background-size: 100% 100%;
    }
    /***分页***/
    .pagination {
        padding: 20px 0 15px 0;
        text-align: center;
        clear: both;
    }

    .pagination ul {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        padding:unset;
    }

    .pagination ul>li {
        display: none;
        margin-top: 0.1rem;
    }

    .pagination ul>li:nth-child(1),
    .pagination ul>.prev,
    .pagination ul>.next,
    .pagination ul>.active{
        display: inline-block;
    }
    .pagination ul>li:nth-child(1){
        width: 100%;
    }

    .pagination ul>li>a,.pagination ul>li>span {
        margin: 0 3px;
        float: none;
        padding: 4px 12px 3px;
        opacity: 0.88;
        border-radius: 2px;
        line-height: 20px;
        text-decoration: none;
        background-color: #ddd;
        color: #666;
        font-size: 0.18rem;
    }

    .pagination ul>.active>a,.pagination ul>.active>span {
        background-color: #09a8c5;
        color: #fff
    }

    .pagination ul>.active>a,.pagination ul>.active>span {
        cursor: default
    }

    .pagination ul>li>span,.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus {
        color: #999;
        background-color: transparent;
        cursor: default
    }



    /*newtab*/
    .newstab{
        float:left;
        width:100%;
        padding:0px;
        margin:0px;
    }

    .newstab li {
        list-style:none;
        width:33%;
        font-size:0.18rem;
        line-height:0.4rem;
        float:left;
    }
    .newstab li a {
        display:block;
        width:100%;
        border-left:1px solid #ccc;
        border-bottom:2px solid #00385e;
        background-position:center center;
        background-repeat:repeat-x;
        text-align:center;
        font-weight:bold;
        color:#00385e;
    }
    .newstab li:nth-last-child(1) a{
        border-right:1px solid #ccc; width:100%;
    }




    .newstab li a:hover {
        background-image:url(/static/images/tabbg.png);

    }
    .newstab li a:hover i {
        background-size:70px 70px;
        margin-top:5px;
    }

    .newstab li a.action {
        color:#8d744f;
        font-weight:bold;
        font-size:22px;  background-image:url(/static/images/tabbg_1.png); border-bottom:2px solid #f0f0f0;
    }

    .newstab li a.action i {
        background-size:70px 70px;
        margin-top:5px;

    }


    .newstab li i{
        float:left;
        width:60px;
        height:60px;
        display:none;
        margin-top:10px;
        margin-left:10px;
        margin-right:15px;
    }


    /*****开户指南tab*****************/
    .khzntab{
        float:left;
        width:100%;
        padding:0px;
        margin:10px 0px;
    }

    .khzntab li {
        list-style:none;
        width:50%;
        font-size:18px;
        line-height:0.45rem;
        float:left;
    }
    .khzntab li a {
        display:block;
        width:100%;
        border:1px solid #ccc;
        border-bottom:2px solid #00385e;
        background-position:center center;
        background-repeat:repeat-x;
        background-size: 100% 100%;
        text-align:center;
        font-weight:bold;
        color:#00385e;
    }
    .khzntab li:nth-last-child(1) a{
        border-right:1px solid #ccc; width:100%;
    }




    .khzntab li a:hover {
        background-image:url(/static/images/tabbg.png);

    }
    .khzntab li a:hover i {
        background-size:70px 70px;
        margin-top:5px;
    }

    .khzntab li a.action {
        color:#8d744f;
        font-weight:bold;
        /*font-size:22px;  background-image:url(/static/images/tabbg_1.png);*/
        /*border-bottom:2px solid #f0f0f0;*/
    }

    .khzntab li a.action i {
        background-size:70px 70px;
        margin-top:5px;

    }


    .khzntab li i{
        float:left;
        width:60px;
        height:60px;
        display:none;
        margin-top:10px;
        margin-left:10px;
        margin-right:15px;
    }


    /*常见问题页*/
    .wtlist {
        width:100%;
        float:left;
        padding:0px;
        margin:0px;
    }
    .wtlist li {
        width:100%;
        float:left;
        padding:0px;
        margin:0px;
        border-bottom:1px solid #e5e5e5;
        list-style:none;
        margin-top:20px;
    }

    .wtlist li  .wthead {
        line-height:40px;
        width:100%;
        float:none;
        font-size:16px;
        text-align:left;
        padding-left:50px;
        background-position:left center;
        background-image:url(/static/images/qicon.png);
        background-size:auto 30px;
        background-repeat:no-repeat;
        cursor:pointer;

    }

    .wtlist li  .wtcontent {
        line-height:38px;
        width:95%;
        margin:auto;
        float:none;
        font-size:16px;
        text-align:left;
        background-color:unset;
        border-top:1px solid #eee;
        padding:0.1rem 0;
        line-height:26px;
        font-size:15px;
        display:none;
    }
    .wtlist li .wtcontent p {
        margin:0px;
        padding:0px;
        float:left;
        width:100%;
    }
    .wtlist li .wtcontent p[style] {
        margin:0px;
        padding:0px;
        float:left;
        width:100% !important;
    }
    .wtlist li .wtcontent img{
        max-width: 100%;
        height: auto;
    }

    /**版权标识***/
    .rightcopy {
        width:100%;
        text-align:center;
        margin-top: 0px;
        float:left;
        color:#ddd;
        font-size:14px;
    }



    /*覆盖内联样式*/
    .subrightcontent h1[style],
    .subrightcontent img[style],
    .subrightcontent p[style] {
        max-width: 100% !important;
        height: auto !important;
        margin:auto !important;
    }
    .subrightcontent img[style]{
        display: block !important;
        float: none !important;
    }

    .subrightcontent table{
        width: 100% !important;
    }
    .subrightcontent table tr td{
        word-wrap: break-word !important;
        word-break: break-all !important;
    }

    .subrightcontent p[style]{
        font-size: 0.16rem !important;
    }

    .topline span.chatpc{
        display: none;
    }
    .topline span.chatnpc{
        display: inline-block;
    }



}



