﻿/*reset code*/

body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
form,
input,
textarea,
td,
th {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑", Arial;
}

body {
    min-width: 995px;
    background: #f6f5f5;
}

li {
    list-style: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
}

textarea {
    resize: none;
    overflow: auto;
}

em {
    font-style: normal
}

a {
    text-decoration: none;
    outline: none;
}

img {
    border: none;
    vertical-align: top;
}

i {
    font-style: normal
}

input,
select,
textarea {
    outline: none;
    padding-left: 6px;
}

textarea {
    resize: none;
    overflow: auto;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.auto {
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wid {
    width: 995px;
}

.wid1 {
    width: 993px;
}

.red {
    color: #d70c19;
    font-weight: bold
}

.white {
    color: #ffffff;
    font-weight: bold
}

.grey {
    color: #666666;
}

.table {
    padding: 2px 10px 2px 10px;
}

.gap {
    margin-top: 40px
}



/*reset code*/





/*

-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#99ffffff,endColorstr=#99ffffff)";  

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);

background:rgba(255,255,255,.8);

*/



/* filter:alpha(opacity=40); 针对 IE8 以及更早的版本 */





.headBg {
    width: 100%;
    background: #da2128;
    box-shadow: inset 0 -1px 3px 0px rgba(0, 0, 0, .3);
}

.headBg p {
    font-style: italic;
    font-size: 14px;
    line-height: 34px;
    font-weight: 300;
    color: #fff;
}

.headBg p img {
    vertical-align: middle;
    margin-top: -6px;
}

.headBg ul li {
    float: left;
    color: #fff;
    position: relative;
    padding: 0 0px 0 20px;
}

.headBg ul li span {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    cursor: pointer;
}

.headBg ul li .tel {
    padding-top: 5px
}

.headBg ul li img {
    vertical-align: middle;
    margin-left: 4px;
}

.headBg ul li i {
    padding-left: 20px;
}

.headBg ul li .sideDown {
    position: absolute;
    top: 34px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    z-index: 3;
    background-color: #da2128;
    display: none;
}

.headBg ul li:nth-child(1) {
    padding-left: 26px;
}

.headBg ul li:nth-child(1) .sideDown {
    text-align: center;
}

.headBg ul li .sideDown a {
    color: #fff;
    display: block;
    padding: 0 20px;
}

.headBg ul li .sideDown a:hover {
    color: #fff;
    background: #FFA003
}

.headBg ul li a {
    color: #fff;
}

.headBg ul li a:hover {
    color: #FFA003;
}





.logoBg {
    width: 100%;
    border-bottom: 2px solid #da2128;
}

.logoBg .wid {
    position: relative;
}

.logoBg .layout {
    height: 307px;
    width: 297px;
    position: absolute;
    bottom: -309px;
    left: 0;
    z-index: 2;

    box-shadow: 1px 0px 3px rgba(0, 0, 0, .3), -1px 0px 3px rgba(0, 0, 0, .3);

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#99ffffff,endColorstr=#99ffffff)";

    background: rgba(255, 255, 255, .8);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);









}

.layoutTop {
    height: 89px;
    text-align: center;
    padding-top: 28px;
    border-bottom: 1px solid #d3d3d3;
}

.layoutTop .TopBtn a {
    width: 114px;
    height: 39px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;

    background: #b90e18;

    background: -webkit-linear-gradient(left top, #da2128, #b90e18);
    /* Safari 5.1 - 6.0 */

    background: -o-linear-gradient(bottom right, #da2128, #b90e18);
    /* Opera 11.1 - 12.0 */

    background: -moz-linear-gradient(bottom right, #da2128, #b90e18);
    /* Firefox 3.6 - 15 */

    background: linear-gradient(to bottom right, #da2128, #b90e18);
    /* 标准的语法（必须放在最后） */

}

.layoutTop .TopBtn a:first-child {
    margin-right: 5px;
}

.layoutTop .TopBtn a img {
    vertical-align: middle;
    margin-right: 10px;
}

.layoutTop p {
    padding-top: 15px;
}

.layoutTop p a {
    font-size: 12px;
    color: #4e4e4e;
    transition: .3s;
}

.layoutTop p a.padding {
    margin-right: 18px;
}

.layoutTop p a:hover {
    color: red;
}





.layoutBottom h1 {
    font-size: 14px;
    color: #4e4e4e;
    font-weight: normal;
    padding: 10px 0 15px 15px;
}

.layoutBottom span {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.layoutBottom span a img {
    margin-right: 20px;
}

.layoutBottom span a:last-child img {
    margin-right: 0px;
}



.logo {
    height: 65px;
}

.logo img {
    vertical-align: middle;
}

.logo span {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.nav ul li {
    float: left;
    padding: 30px 8px 14px 60px;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    color: #2e2e2e;
    transition: .5s;
}

.nav ul li a:hover,
.nav ul li .active {
    color: #d70c19;
}

.nav ul li .sideDown {
    position: absolute;
    top: 65px;
    left: 29px;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 34px;
    min-width: 130px;
    text-align: center;
    z-index: 3;
    background-color: #da2128;
    display: none;
}

.nav ul li .sideDown a {
    color: #fff;
    display: block;
    padding: 0 20px;
}

.nav ul li .sideDown a:hover {
    color: #fff;
    background: #FFA003
}



.banner {
    width: 100%;
    height: 307px;
    position: relative;
    *z-index: -1;
}

.banner .bann {
    width: 100%;
    height: 100%;
}

.banner .bann ul {
    width: 100%;
    height: 100%;
}

.banner .bann ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.banner .cirl {
    position: absolute;
    width: 350px;
    height: 5px;
    bottom: 10px;
    left: 50%;
    margin-left: -175px;
    z-index: 1;
    *width: 400px;
}

.banner .cirl ul {
    margin-left: -40px;
}

.banner .cirl ul li {
    width: 38px;
    height: 5px;
    background: #000;
    opacity: .5;
    margin-left: 40px;
    cursor: pointer;
    float: left;
}

.banner .cirl ul li.acti {
    background: #da2128;
    opacity: 1.0;
    cursor: default;
}



.bannerBottom {
    background: url(../img/ico6.png) center top no-repeat;
    -webkit-background-size: 100% 100%;

    background-size: 100% 100%;
    width: 100%;
    height: 34px;
}



.contentBottom {
    background: url(../img/ico6.png) center top no-repeat #FFFFFF;
    -webkit-background-size: 100% 100%;

    background-size: 100% 100%;
    width: 100%;
    height: 20px;
}



.banner1 {
    width: 100%;
    height: 348px;
    position: relative;
    *z-index: -1;
}

.banner1 .bann {
    width: 100%;
    height: 100%;
}

.banner1 .bann ul {
    width: 100%;
    height: 100%;
}

.banner1 .bann ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
}



.banner2 {
    width: 100%;
    height: 260px;
    position: relative;
    *z-index: -1;
}

.banner2 .bann {
    width: 100%;
    height: 100%;
}

.banner2 .bann ul {
    width: 100%;
    height: 100%;
}

.banner2 .bann ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
}



.banner3 {
    width: 100%;
    height: 300px;
    position: relative;
    *z-index: -1;
}

.banner3 .bann {
    width: 100%;
    height: 100%;
}

.banner3 .bann ul {
    width: 100%;
    height: 100%;
}

.banner3 .bann ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 1;
}



.type {
    width: 100%;
}

.type .m-top {
    margin-top: 10px;
}

.type ul li {
    width: 322px;
    height: 205px;
    box-shadow: 2px 0px 3px #e3e4e5, -2px 0px 3px #e3e4e5;
    background: #fff;
    margin-left: 14px;
}

.type ul li:first-child {
    margin-left: 1px;
}



.type ul li .typeHead {
    background: #fffbec;
    border-top: 1px solid #f5eccc;
    border-bottom: 1px solid #f5eccc;
    padding: 7px 0 7px 20px;
}

.prompt_wrap {
    width: 995px;
    margin: 0 auto;
    text-align: right;
    margin-top: 20px;
    font-size: 13px;
}

.type1 {
    width: 100%;
}

.type1 ul li {
    width: 322px;
    height: 160px;
    box-shadow: 2px 0px 3px #e3e4e5, -2px 0px 3px #e3e4e5;
    background: #fff;
}

/*.type1 ul li:first-child{margin-right: 15px;} */

.type1 ul li {
    margin: 4px;
}

.type1 ul li .typeHead {
    background: #fffbec;
    border-top: 1px solid #f5eccc;
    border-bottom: 1px solid #f5eccc;
    padding: 7px 0 7px 20px;
}



.typeHead h1 {
    font-size: 20px;
    font-weight: normal;
    color: #da2128;
    padding: 10px 0 8px;
}

.typeHead h1 a {
    color: #da2128;
}





.typeHead h2 {
    font-size: 12px;
    color: #464646;
    font-weight: normal;
}

.typeBottom {
    padding-left: 20px;
}

.typeBottom .cost {
    padding: 15px 0 10px;
    font-size: 14px;
    color: #313131;
}

.typeBottom .cost span:first-child {
    padding-right: 22px;
}

.typeBottom .cost span i {
    font-size: 22px;
    color: #cb9e00;
}

.typeBottom .get {
    font-size: 12px;
    color: #000;
    padding-bottom: 10px;
}

.typeBottom .get i {
    color: #a3a3a3;
}

.typeBottom b {
    font-size: 24px;
    color: #da2128;
}



.type ul .list2 .typeHead {
    background: #fff7f4;
    border-color: #fef0ec;
}

.type ul .list3 .typeHead {
    background: #fff9fd;
    border-color: #f8eaf4;
}

.type ul .list4 .typeHead {
    background: #fff9fd;
    border-color: #f8eaf4;
}

.type ul .list5 .typeHead {
    background: #fff9fd;
    border-color: #f8eaf4;
}

.type ul .list3 .typeBottom .cost,
.type ul .list2 .typeBottom .cost {
    font-size: 14px;
    color: #b89002;
    padding-top: 24px;
}



.type1 ul .list4 .typeHead {
    background: #f2f7ff;
    border-color: #fef0ec;
}

.type1 ul .list5 .typeHead {
    background: #f1fffd;
    border-color: #f8eaf4;
}

.type1 ul .list6 .typeHead {
    background: #fff8f1;
    border-color: #f8eaf4;
}

.type1 ul .list4 .typeBottom .cost,
.type1 ul .list5 .typeBottom .cost,
.type1 ul .list6 .typeBottom .cost {
    font-size: 16px;
    color: #b89002;
    padding: 21px 0 0 60px;
    height: 40px;
    background: url(../img/kh.png) no-repeat 10px 20px
}

.type1 ul .list4 .typeBottom .cost a,
.type1 ul .list5 .typeBottom .cost a,
.type1 ul .list6 .typeBottom .cost a {
    color: #b89002;
}

.type1 ul .list4 .typeBottom .cost a:hover,
.type1 ul .list5 .typeBottom .cost a:hover,
.type1 ul .list6 .typeBottom .cost a:hover {
    color: #d70c19
}











.s_con_right {
    display: table;
    margin-top: 19px;
}

.s_con_right .option {
    display: table;
    border: solid 1px #cccccc;
    margin-bottom: 21px;
    width: 100%;
}

.s_con_right .option .tab_sibs {
    height: 51px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.s_con_right .option .tab_sibs ul {
    display: table;
    float: right;
}

.s_con_right .option .tab_sibs ul li {
    float: left;
    font-size: 18px;
    width: 138px;
    text-align: center;
    line-height: 51px;
    color: #666666;
    cursor: pointer;
    border-left: solid 1px #ccc;
    /*border-right:solid 1px #f6f5f5;*/
    position: relative;
}

.s_con_right .option .tab_sibs ul li b {
    vertical-align: middle;
    margin: 0px 5px 0 0;
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../img/icon_fund.png) 0 0 no-repeat;
}

.s_con_right .option .tab_sibs ul li .b1 {
    background-position: 0 0px;
}

.s_con_right .option .tab_sibs ul li .b2 {
    background-position: 0 -64px;
}

.s_con_right .option .tab_sibs ul li .b3 {
    background-position: 0 -97px;
}

.s_con_right .option .tab_sibs ul li .b4 {
    background-position: 0 -127px;
}

.s_con_right .option .tab_sibs ul li .b5 {
    background-position: 0 -157px;
}

.s_con_right .option .tab_sibs ul li.active .b1 {
    background-position: 0 -222px;
}

.s_con_right .option .tab_sibs ul li.active .b2 {
    background-position: 0 -289px;
}

.s_con_right .option .tab_sibs ul li.active .b3 {
    background-position: 0 -400px;
}

.s_con_right .option .tab_sibs ul li.active .b4 {
    background-position: 0 -325px;
}

.s_con_right .option .tab_sibs ul li.active .b5 {
    background-position: 0 -363px;
}





.s_con_right .option .tab_sibs h1 {
    float: left;
    font-size: 18px;
    color: #da2128;
    line-height: 51px;
    font-weight: 500;
    padding-left: 15px;
}

.s_con_right .option .tab_sibs ul li.active {
    border-bottom: solid 1px #fff;
    position: relative;
    background: #fff;
}

.s_con_right .option .tab_sibs ul li.active span {
    width: 100%;
    height: 4px;
    background: #ce0000;
    position: absolute;
    left: 0;
    top: -1px;
}

.s_con_right .option .tab_sibs ul li.active:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -2px;
    position: absolute;
    left: 0;
}

.s_con_right .option .tab_switch {
    display: none;
}

/*----------------*/





.s_con_right1 {
    display: table;
}

.s_con_right1 .option {
    display: table;
    border: solid 1px #cccccc;
    width: 100%;
}

.s_con_right1 .option .tab_sibs {
    height: 51px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.s_con_right1 .option .tab_sibs ul {
    display: table;
    float: right;
}

.s_con_right1 .option .tab_sibs ul li {
    float: left;
    font-size: 18px;
    width: 138px;
    text-align: center;
    line-height: 51px;
    color: #666666;
    cursor: pointer;
    border-left: solid 1px #ccc;
    /*border-right:solid 1px #f6f5f5;*/
    position: relative;
}

.s_con_right1 .option .tab_sibs ul li b {
    vertical-align: middle;
    margin: 0px 5px 0 0;
    display: inline-block;
    width: 16px;
    height: 15px;
    background: url(../img/icon_fund.png) 0 0 no-repeat;
}

.s_con_right1 .option .tab_sibs ul li .b1 {
    background-position: 0 0px;
}

.s_con_right1 .option .tab_sibs ul li .b2 {
    background-position: 0 -64px;
}

.s_con_right1 .option .tab_sibs ul li .b3 {
    background-position: 0 -97px;
}

.s_con_right1 .option .tab_sibs ul li .b4 {
    background-position: 0 -127px;
}

.s_con_right1 .option .tab_sibs ul li .b5 {
    background-position: 0 -157px;
}

.s_con_right1 .option .tab_sibs ul li.active .b1 {
    background-position: 0 -222px;
}

.s_con_right1 .option .tab_sibs ul li.active .b2 {
    background-position: 0 -289px;
}

.s_con_right1 .option .tab_sibs ul li.active .b3 {
    background-position: 0 -400px;
}

.s_con_right1 .option .tab_sibs ul li.active .b4 {
    background-position: 0 -325px;
}

.s_con_right1 .option .tab_sibs ul li.active .b5 {
    background-position: 0 -363px;
}





.s_con_right1 .option .tab_sibs h1 {
    float: left;
    font-size: 18px;
    color: #da2128;
    line-height: 51px;
    font-weight: 500;
    padding-left: 15px;
}

.s_con_right1 .option .tab_sibs ul li.active {
    border-bottom: solid 1px #fff;
    position: relative;
    background: #fff;
}

.s_con_right1 .option .tab_sibs ul li.active span {
    width: 100%;
    height: 4px;
    background: #ce0000;
    position: absolute;
    left: 0;
    top: -1px;
}

.s_con_right1 .option .tab_sibs ul li.active:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -2px;
    position: absolute;
    left: 0;
}

.s_con_right1 .option .tab_switch {
    display: none;
}

/*----------------*/



.tab_switch ul {
    padding: 13px 0 5px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.tab_switch ul li {
    height: 21px;
    float: left;
    border-right: 1px solid #dac59d;
    text-align: center;
    font-size: 12px;
}

.tab_switch ul li.title1 {
    width: 300px;
}

.tab_switch ul li.title2 {
    width: 100px;
}

.tab_switch ul li.title3 {
    width: 100px;
}

.tab_switch ul li.title4 {
    width: 100px;
}

.tab_switch ul li.title5 {
    width: 100px;
}

.tab_switch ul li.title6 {
    width: 90px;
}

.tab_switch ul li.title7 {
    width: 100px;
}

.tab_switch ul li.title8 {
    width: 90px;
}

.tab_switch ul li.title10 {
    width: 100px;
}

.tab_switch ul li.title9 {
    border-right: none;
    width: 90px
}

.tab_switch .bg {
    height: 5px;
    width: 100%;
    background: #fff;
}



.tab_switch ol.odd {
    background: #fffdf7;
}

.tab_switch ol li {
    float: left;
    text-align: center;
    line-height: 47px;
    height: 47px;
    font-size: 12px;
    color: #1c1c1c;
}

.tab_switch ol li a {
    color: #1c1c1c;
    transition: .3s
}

.tab_switch ol li a:hover {
    color: red;
}





.tab_switch ol li.list1 {
    width: 300px;
}

.tab_switch ol li.list2 {
    width: 100px;
}

.tab_switch ol li.list3 {
    width: 100px;
}

.tab_switch ol li.list4 {
    width: 100px;
}

.tab_switch ol li.list5 {
    width: 100px;
}

.tab_switch ol li.list6 {
    width: 91px;
}

.tab_switch ol li.list7 {
    width: 100px;
}

.tab_switch ol li.list8 {
    width: 91px;
    position: relative;
}

.tab_switch ol li.list10 {
    width: 100px;
}

.tab_switch ol li.list8 img {
    vertical-align: middle;
    margin-right: 0px;
    position: absolute;
    top: 10px;
    left: 35%;
}

.tab_switch ol li.list9 {
    width: 91px;
    position: relative;
}

.tab_switch ol li.list9 img {
    vertical-align: middle;
    margin-right: 0px;
    position: absolute;
    top: 10px;
    left: 35%;
}



.info {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding-top: 8px;
}

.info a:hover {
    color: #da2128;
}



.infoLeft {
    width: 493px;
    padding-left: 15px;
}

.infoHead {
    border-bottom: 2px solid #ececec;
}

.infoHead h1 {
    color: #da2128;
    font-size: 16px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
}

.infoHead a {
    vertical-align: bottom;
    margin: 10px 5px 0 0;
    color: #181818;
    font-size: 12px;
}



.infoCenter {
    padding-top: 23px;
}



.CenterLeft img {
    width: 158px;
    height: 103px;
}



.CenterRight h2 {
    font-size: 12px;
    color: #494949;
    padding-bottom: 10px;
}

.CenterRight h2 a {
    color: #494949;
}



.CenterRight p {
    font-size: 12px;
    color: #777;
    width: 326px;
    line-height: 19px;
}

.CenterRight span {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.CenterRight span a {
    color: #f18a8e;
}



.info ul {
    padding: 20px 0 15px 0;
    font-size: 12px;
    color: #4e4e4e;
    line-height: 23px;
}

.info ul li {
    border-bottom: 1px dotted #d3d3d3;
}

.info ul li a {
    color: #4e4e4e;
}



.infoRight {
    width: 397px;
    padding-right: 15px;
}

.infoRight ul {
    padding-top: 14px;
}

.infoRight ul li {
    line-height: 35px;
    color: #181818;
}

.infoRight ul li a {
    color: #181818;
}





.bottomBg {
    margin-top: 46px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #b3484b;
    float: left
}

.bottomBg p {
    text-align: center;
    padding: 5px 0 10px 0;
}

.bottomBg p img {
    margin-right: 35px;
}

.bottomBg p a {
    margin: 24px 16px 0;
    vertical-align: middle;
    line-height: 43px;
    color: #4e4e4e;
    font-size: 12px;
}

.bottomBg p a:hover {
    color: #da2128;
}



.bottomBg1 {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #b3484b;
}

.bottomBg1 p {
    text-align: center;
    padding: 5px 0 10px 0;
}

.bottomBg1 p img {
    margin-right: 35px;
}

.bottomBg1 p a {
    margin: 24px 16px 0;
    vertical-align: middle;
    line-height: 43px;
    color: #4e4e4e;
    font-size: 12px;
}

.bottomBg1 p a:hover {
    color: #da2128;
}



.aboutBg {
    width: 100%;
    background: url(../img/footbg.png) repeat-x;
    line-height: 57px;
    height: 57px;
    float: left
}

.aboutBg p {
    color: #fff;
    font-size: 12px;
}







.tab2 ul .title1 {
    padding: 0 5px;
}

.tab2 ul .title2 {
    padding: 0 5px;
}

.tab2 ul .title3 {
    padding: 0 5px;
}

.tab2 ul .title4 {
    padding: 0 5px;
}

.tab2 ul .title5 {
    padding: 0 5px;
}

.tab2 ul .title6 {
    padding: 0 5px;
}

.tab2 ul .title7 {
    padding: 0 5px;
}

.tab2 ul .title8 {
    padding: 0 5px;
}

.tab2 ul .title9 {
    padding: 0 5px;
}

.tab2 ul .title10 {
    padding: 0 5px;
}

.tab2 ol .list1 {
    padding: 0 5px;
}

.tab2 ol .list2 {
    padding: 0 5px;
}

.tab2 ol .list3 {
    padding: 0 5px;
}

.tab2 ol .list4 {
    padding: 0 5px;
}

.tab2 ol .list5 {
    padding: 0 5px;
}

.tab2 ol .list6 {
    padding: 0 5px;
}

.tab2 ol .list7 {
    padding: 0 5px;
}

.tab2 ol .list8 {
    padding: 0 5px;
}

.tab2 ol .list9 {
    padding: 0 5px;
}

.tab2 ol .list10 {
    padding: 0 5px;
}

.tab3 ul .title1 {
    padding: 0 12px;
}

.tab3 ul .title2 {
    padding: 0 12px;
}

.tab3 ul .title3 {
    padding: 0 12px;
}

.tab3 ul .title4 {
    padding: 0 12px;
}

.tab3 ul .title5 {
    padding: 0 12px;
}

.tab3 ul .title6 {
    padding: 0 12px;
}

.tab3 ul .title7 {
    padding: 0 12px;
}

.tab3 ul .title8 {
    padding: 0 12px;
}

.tab3 ul .title9 {
    padding: 0 12px;
}

.tab3 ul .title10 {
    padding: 0 12px;
}

.tab3 ol .list1 {
    padding: 0 12px;
}

.tab3 ol .list2 {
    padding: 0 12px;
}

.tab3 ol .list3 {
    padding: 0 12px;
}

.tab3 ol .list4 {
    padding: 0 12px;
}

.tab3 ol .list5 {
    padding: 0 12px;
}

.tab3 ol .list6 {
    padding: 0 12px;
}

.tab3 ol .list7 {
    padding: 0 12px;
}

.tab3 ol .list8 {
    padding: 0 12px;
}

.tab3 ol .list9 {
    padding: 0 12px;
}

.tab3 ol .list10 {
    padding: 0 12px;
}





.about_content {
    width: 995px;
    border: #d70c19 1px solid;
    background: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}



.about_content_title {
    width: 100%;
    background: #d70c19;
    height: 43px
}

.about_content_title ul {
    padding: 3px 53px 0 53px;
}

.about_content_title li {
    width: 123px;
    float: left;
    font-size: 14px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 0 2px 0 2px
}

.about_content_title li a {
    width: 123px;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #FFFFFF
}

.about_content_title .active {
    width: 123px;
    height: 40px;
    background: #f6f6f6;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #d70c19
}

.about_content_title .active a {
    color: #d70c19
}

.about_content_title li a:hover {
    color: #d70c19;
    background: #f6f6f6;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}





.about_content_title .active1 {
    width: 123px;
    height: 40px;
    background: #FFFFFF;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #d70c19
}

.about_content_title .active1 a {
    color: #d70c19
}



.about_content_sub {
    width: 100%;
    background: #f6f6f6;
    height: 38px
}

.about_content_sub ul {
    padding: 3px 0 0 180px;
}

.about_content_sub li {
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px 0 20px
}

.about_content_sub li a {
    float: left;
    height: 32px;
    line-height: 35px;
    color: #6f6f6f
}

.about_content_sub li .active {
    color: #d70c19;
    border-bottom: #d70c19 solid 3px
}

.about_content_sub li a:hover {
    color: #d70c19;
    border-bottom: #d70c19 solid 3px
}



.about_content_sub1 {
    width: 100%;
    background: #f6f6f6;
    height: 38px
}

.about_content_sub1 ul {
    padding: 3px 0 0 470px;
}

.about_content_sub1 li {
    float: left;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 30px 0 30px
}

.about_content_sub1 li a {
    float: left;
    height: 32px;
    line-height: 35px;
    color: #6f6f6f
}

.about_content_sub1 li .active {
    color: #d70c19;
    border-bottom: #d70c19 solid 3px
}

.about_content_sub1 li a:hover {
    color: #d70c19;
    border-bottom: #d70c19 solid 3px
}



.about_content_content {
    width: 96%;
    padding: 20px 2% 20px 2%;
    font-size: 12px;
    line-height: 25px
}

.about_content_contact {
    width: 96%;
    height: 366px;
    padding: 20px 2% 20px 2%;
    font-size: 14px;
    line-height: 25px
}





.service_content {
    width: 995px;
    min-height: 290px;
}



.service_content_title {
    width: 940px;
    height: 50px;
    background: url(../img/logo1.png) no-repeat top left;
    padding-left: 55px;
    border-bottom: #848484 1px dashed;
    line-height: 43px;
    font-size: 16px;
    font-weight: bold;
    color: #d70c19
}

.service_down_title {
    float: right;
    padding: 3px 0 0 0;
}

.service_down_title li {
    float: left;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 50px
}

.service_down_title li a {
    float: left;
    height: 45px;
    line-height: 50px;
    color: #6f6f6f
}

.service_down_title li .active {
    color: #d70c19;
    border-bottom: #d70c19 solid 3px
}

.service_down_title li a:hover {
    color: #d70c19;
}



.service_wygz_title {
    float: right;
    padding: 3px 0 0 0;
}

.service_wygz_title li {
    float: left;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 40px
}

.service_wygz_title li a {
    float: left;
    height: 45px;
    line-height: 50px;
    color: #6f6f6f
}

.service_wygz_title li .active {
    color: #d70c19;
    border-bottom: #d70c19 solid 3px
}

.service_wygz_title li a:hover {
    color: #d70c19;
}



.service_qa_sub {
    width: 100%;
    background: #f6f6f6;
    height: 35px;
    border-bottom: #848484 1px dashed;
}

.service_qa_sub ul {
    float: right;
    padding: 3px 0 0 0;
}

.service_qa_sub li {
    float: left;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px 0 20px
}

.service_qa_sub li a {
    float: left;
    height: 30px;
    line-height: 32px;
    color: #6f6f6f
}

.service_qa_sub li .active {
    color: #d70c19;
    border-bottom: #d70c19 solid 3px
}

.service_qa_sub li a:hover {
    color: #d70c19;
}



.service_content_menu {
    width: 100px;
    background: #d70c19;
    position: absolute;
    left: 0;
    /* top:400px*/
    ;

    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;

    border-top: #FFFFFF 1px solid;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;

    -webkit-box-shadow: 0 0 10px;
    -moz-box-shadow: 0 0 10px;
    box-shadow: 0 0 10px;
}

.service_content_menu .menutop {
    width: 100px;
    float: left;
    font-size: 14px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    background: url(../img/menubg.png) no-repeat;
    color: #FFFFFF
}

.service_content_menu li {
    width: 100px;
    float: left;
    font-size: 14px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.service_content_menu li a {
    width: 100px;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #dddddd
}

.service_content_menu .active {
    width: 100px;
    height: 40px;
    background: #e0d7ab;
    color: #80013b
}

.service_content_menu .active a {
    color: #80013b
}

.service_content_menu li a:hover {
    color: #FFFFFF;
    background: #999999;
}





.service_content_title .active1 {
    width: 123px;
    height: 40px;
    background: #FFFFFF;
    color: #d70c19
}

.service_content_title .active1 a {
    color: #d70c19
}



.service_content_content {
    width: 96%;
    padding: 20px 2% 20px 2%;
    font-size: 12px;
    line-height: 25px;
    color: #555
}

.service_content_contentall {
    width: 100%;
    padding: 20px 0 20px 0;
    font-size: 12px;
    line-height: 25px;
    color: #555
}

.fouds_content_contentall {
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 12px;
    line-height: 25px;
    color: #555
}

.fouds_content_contentall1 {
    width: 100%;
    font-size: 12px;
    line-height: 25px;
    color: #555;
    float: left
}



.service_content_contentall_title {
    width: 100%;
    padding: 20px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #d70c19;
    text-align: center;
    border-bottom: #848484 1px dotted;
}



.service_content_contentall_info {
    width: 100%;
    padding: 5px 0 5px 0;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    text-align: left;
    border-bottom: #848484 1px dotted;
}

.service_content_contentall_info .time {
    width: 20%;
    float: left;
    color: #D59340
}

.service_content_contentall_info .source {
    width: 20%;
    float: left;
    color: #D59340
}



.service_content_content .down {
    width: 370px;
    padding: 20px 50px 20px 50px;
}



.service_content_down {
    width: 100%;
}

.service_content_down li {
    float: left;
    width: 430px;
    font-size: 14px;
    height: 40px;
    background: #FFFFFF;
    line-height: 40px;
    margin: 20px 20px 0 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}

.service_content_down li a {
    float: left;
    width: 380px;
    padding-left: 50px;
    color: #6f6f6f;
    background: url(../img/down_icon.png) no-repeat 10px 8px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.service_content_down li a:hover {
    color: #FFFFFF;
    background: url(../img/down_icon1.png) no-repeat 10px 8px #d70c19;
}



.service_content_wygz {
    width: 100%;
}

.service_content_wygz li {
    float: left;
    width: 100%;
    font-size: 14px;
    height: 40px;
    background: url(../img/1.png) no-repeat 930px 10px #FFFFFF;
    line-height: 40px;
    margin: 20px 0 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px;
    -moz-box-shadow: 0 0 3px;
    box-shadow: 0 0 3px;
    font-size: 14px
}

.service_content_wygz li a {
    float: left;
    width: 635px;
    padding-left: 360px;
    color: #6f6f6f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.service_content_wygz dl {
    float: left;
    width: 220px;
    padding-left: 110px;
    color: #ffffff;
    background: url(../img/date_icon.png) no-repeat 50px 6px #eba538;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute
}

.service_content_wygz dt {
    float: left;
    width: 220px;
    padding-left: 110px;
    color: #ffffff;
    background: url(../img/date_icon.png) no-repeat 50px 6px #d70c19;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: absolute
}

.service_content_wygz li a:hover {
    background: url(../img/2.png) no-repeat 930px 10px #f5f5f5;
    color: #d70c19
}





#qa-list p>a {

    display: block;

    width: 100%;

    padding: 20px 0 15px 0;

    background: url(../img/card_qa.gif) no-repeat 0px 20px;

    overflow: hidden;

    font-size: 12px;

    color: #646464;

    line-height: 19px;

    text-indent: 30px;

    border-bottom: dotted 1px #747474
}



#qa-list .q>a {

    display: block;

    width: 100%;

    padding: 20px 0 15px 0;

    background: url(../img/card_qa.gif) no-repeat 0px 20px;

    overflow: hidden;

    font-size: 12px;

    color: #646464;

    line-height: 19px;

    text-indent: 30px;

    border-bottom: dotted 1px #747474
}



#qa-list .a {

    width: 100%;

    color: #d70c19;

    padding: 10px 0 10px 0;

    border-bottom: 1px #d70c19 solid;

}



#qa-list p span {

    width: 100%;

    color: #d70c19;

    padding: 10px 0 10px 0;

    /*border-bottom:1px #d70c19 solid;*/

}

#qa-list p span a {
    color: #FFA600
}

#qa-list p {
    background: none
}



.service_content_qa {
    width: 905px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 5px;
    background: url(../img/search.png) no-repeat 55px 8px #d70c19;
    padding-left: 90px;
    border-bottom: #848484 1px dashed;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: #FFFFFF 1px solid;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}



.service_content_qa span {
    float: left;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF
}

.service_content_qa input {

    float: left;

    width: 430px;

    margin: 7px 0 0 50px;

    height: 34px;

    border: #d70c19 1px solid;

    line-height: 34px;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

    -moz-box-shadow: 0 0 6px #333 inset;
    /* For Firefox3.6+ */

    -webkit-box-shadow: 0 0 6px #333 inset;
    /* For Chrome5+, Safari5+ */

    box-shadow: 0 0 6px #333 inset;
    /* For Latest Opera */

}

.cjwt_1_2 {

    width: 100px;

    height: 33px;

    float: left;

    margin-top: 11px;

    margin-left: 50px;

}



.zh_content {
    width: 995px;
    border: #FFFFFF 1px solid;
    background: #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}



.zh_content_title {
    width: 975px;
    height: 44px;
    padding-left: 20px;
    line-height: 44px;
    color: #f3edd3;
    font-size: 16px;
    background: url(../img/menubg1.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.zh_title {
    width: 200px;
    height: 44px;
    padding-left: 40px;
    line-height: 44px;
    color: #f3edd3;
    font-size: 16px;
    background: url(../img/logo2.png) no-repeat 0px;
    float: left
}

.zh_content_title ul {
    padding: 7px 0 7px 0;
    float: right
}

.zh_content_title li {
    width: 110px;
    float: left;
    font-size: 14px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 20px 0 20px;
}

.zh_content_title li a {
    width: 110px;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #dddddd;
}

.zh_content_title .active {
    width: 110px;
    height: 30px;
    background: #e0d7ab;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #80013b;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}

.zh_content_title .active a {
    color: #80013b
}

.zh_content_title li a:hover {
    color: #ffffff;
    background: #bbbbbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #80013b;
    -moz-box-shadow: 0 0 5px #80013b;
    box-shadow: 0 0 5px #80013b;
}





.zh_content_title .active1 {
    width: 123px;
    height: 40px;
    background: #FFFFFF;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    color: #d70c19
}

.zh_content_title .active1 a {
    color: #d70c19
}



.zh_content_menu {
    width: 90px;
    background: #d70c19;
    position: absolute;
    left: 0;
    top: 435px;

    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;

    border-top: #FFFFFF 1px solid;
    border-right: #FFFFFF 1px solid;
    border-bottom: #FFFFFF 1px solid;

    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}

.zh_content_menu .menutop {
    width: 90px;
    float: left;
    font-size: 14px;
    height: 44px;
    text-align: center;
    line-height: 40px;
    background: url(../img/menubg.png) no-repeat right;
    color: #FFFFFF
}

.zh_content_menu li {
    width: 90px;
    float: left;
    font-size: 14px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.zh_content_menu li a {
    width: 90px;
    float: left;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #dddddd
}

.zh_content_menu .active {
    width: 90px;
    height: 40px;
    background: #e0d7ab;
    color: #80013b
}

.zh_content_menu .active a {
    color: #80013b
}

.zh_content_menu li a:hover {
    color: #FFFFFF;
    background: #999999;
}



.zh_content_div {
    width: 955px;
    display: table;
}

.zh_content_div li {
    float: left;
    width: 435px;
    font-size: 14px;
    height: 40px;
    background: #FFFFFF;
    line-height: 40px;
    margin: 0px 40px 0 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}

.zh_content_div li a {
    float: left;
    width: 385px;
    padding-left: 50px;
    color: #6f6f6f;
    background: url(../img/2.png) no-repeat 15px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.zh_content_div li a:hover {
    color: #FFFFFF;
    background: url(../img/1.png) no-repeat 15px 10px #d70c19;
}



.zh_content_content {
    width: 955px;
    padding: 20px 20px 20px 20px;
    font-size: 12px;
    line-height: 25px;
    color: #555
}





.zh_content_div .option1 {
    display: table;
    margin-bottom: 21px;
    width: 100%;
}

.zh_content_div .option1 .tab_sibs1 {
    width: 100%;
}

.zh_content_div .option1 .tab_sibs1 ul {
    display: table;
}

.zh_content_div .option1 .tab_sibs1 ul li {
    float: left;
    width: 385px;
    padding-left: 50px;
    color: #6f6f6f;
    background: url(../img/2.png) no-repeat 15px 10px #FFFFFF;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0px 20px 0 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
    cursor: pointer;
    position: relative;
}



.zh_content_div .option1 .tab_sibs1 ul li.active {
    color: #FFFFFF;
    background: url(../img/1.png) no-repeat 15px 10px #d70c19;
    -webkit-box-shadow: 0 0 5px #000000;
    -moz-box-shadow: 0 0 5px #000000;
    box-shadow: 0 0 5px #000000;
}

.zh_content_div .option1 .tab_switch1 {
    display: none;
    padding-top: 20px
}

/*----------------*/





.news {
    width: 995px;
    padding-top: 8px;
}

.news a:hover {
    color: #da2128;
}



.newsLeft {
    width: 480px;
    min-height: 335px;
    margin: 0 0 40px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}

.newsHead {
    width: 460px;
    padding: 5px 10px 5px 10px;
}

.color1 {
    background: #fffbec;
}

.color2 {
    background: #fff7f4;
}

.color3 {
    background: #fff9fd;
}

.color4 {
    background: #fbfdf3;
}

.newsHead h1 {
    color: #da2128;
    font-size: 16px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
}

.newsHead a {
    vertical-align: bottom;
    margin: 10px 5px 0 0;
    color: #181818;
    font-size: 12px;
}



.newsCenter {
    padding: 23px 10px 10px 10px;
}



.CenterLeft1 img {
    width: 158px;
    height: 103px;
}



.CenterRight1 h2 {
    font-size: 12px;
    color: #494949;
    padding-bottom: 10px;
}

.CenterRight1 h2 a {
    color: #494949;
}



.CenterRight1 p {
    font-size: 12px;
    color: #777;
    width: 280px;
    line-height: 19px;
}

.CenterRight1 span {
    display: inline-block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    padding-top: 2px
}

.CenterRight1 span a {
    color: #f18a8e;
}



.news ul {
    padding: 20px 0 15px 0;
    font-size: 12px;
    color: #4e4e4e;
    line-height: 23px;
    padding: 10px 10px 20px 10px;
}

.news ul li {
    border-bottom: 1px dotted #d3d3d3;
    line-height: 30px;
    height: 30px
}

.news ul li a {
    color: #4e4e4e;
}



.funds {
    width: 995px;
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px #666666;
    -moz-box-shadow: 0 0 5px #666666;
    box-shadow: 0 0 5px #666666;
}

.funds_title {
    width: 995px;
    margin-bottom: 10px;
    background: #fff7f4;
    height: 60px;
    line-height: 60px;
}

.funds_name {
    padding-left: 40px;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #d70c19;
    float: left
}

.funds_code {
    float: left;
    padding-left: 50px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ca8c06
}

.funds_fee {
    float: right;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #ca8c06
}

.funds_fee span {
    font-weight: bold;
    color: #d70c19;
    padding-right: 50px;
}

.funds_intro {
    width: 955px;
    padding-bottom: 10px;
    background: #ffffff;
    padding-left: 40px;
    height: 80px;
    line-height: 60px;
}

.funds_intro_left {
    float: left;
    padding-right: 70px;
    border-right: #A6A6A6 dotted 1px;
    height: 80px;
    line-height: 40px;
    font-size: 14px;
    color: #464646
}

.funds_intro_center {
    float: left;
    padding: 0 70px 0 70px;
    border-right: #A6A6A6 dotted 1px;
    height: 80px;
    line-height: 40px;
    font-size: 14px;
    color: #464646
}

.funds_intro_right {
    float: left;
    padding-left: 70px;
    height: 80px;
    line-height: 40px;
    font-size: 14px;
    color: #464646
}





.funds_content_title {
    width: 975px;
    height: 44px;
    padding-left: 20px;
    line-height: 44px;
    color: #f3edd3;
    font-size: 16px;
    background: url(../img/menubg1.png) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.funds_content_title ul {
    padding: 7px 0 7px 0;
}

.funds_content_title li {
    width: 100px;
    float: left;
    font-size: 14px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 10px 0 10px;
    color: #dddddd;
    cursor: pointer;
}

.funds_content_title li a {
    width: 100px;
    float: left;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #dddddd;
}

.funds_content_title .active {
    width: 100px;
    height: 30px;
    background: #e0d7ab;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #80013b;
    -webkit-box-shadow: 0 0 5px;
    -moz-box-shadow: 0 0 5px;
    box-shadow: 0 0 5px;
}

.funds_content_title .active a {
    color: #80013b
}

.funds_content_title li:hover {
    color: #ffffff;
    background: #bbbbbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px #80013b;
    -moz-box-shadow: 0 0 5px #80013b;
    box-shadow: 0 0 5px #80013b;
}



.funds_content_content {
    width: 955px;
    padding: 20px 20px 20px 20px;
    font-size: 12px;
    line-height: 25px;
    color: #555;
}

.funds_content_content p {
    font-size: 12px;
    line-height: 30px;
    color: #555;
    height: 230px;
    padding-top: 20px
}



.art_box {
    width: 955px;
    font-size: 12px;
    line-height: 25px;
    color: #555;
}

.art_box td {
    font-size: 12px;
}







.maskyy {

    position: fixed;

    z-index: 100;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#77300000,endColorstr=#77300000)";

    background: rgba(0, 0, 0, 0.4);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#77300000, endColorstr=#77300000);

    display: none;

}

.tan_dingtou {
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    margin-top: -156px;
    margin-left: -520px;
    width: 1040px;
    text-align: left;
    display: none;
}

.tan_yichang {
    position: fixed;
    z-index: 101;
    top: 50%;
    left: 50%;
    margin-top: -156px;
    margin-left: -520px;
    width: 1040px;
    text-align: left;
    display: none;
}

.tan_dingtou_c {
    width: 1000px;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #D3E1EB;
    border-radius: 5px;
}

.tan .close {
    position: absolute;
    top: 13px;
    right: 28px;
}

.tan h3 {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
    font-size: 18px;
    color: #004F7E
}

.tan .dt_l {
    width: 1000px;
    padding-right: 25px;
    line-height: 28px;
    text-align: justify;
    font-size: 14px;
}

.tan .dt_l p {
    margin-bottom: 15px;
    text-indent: 2em;
}

.tan .dt_l strong {
    color: #db777e;
}

.tan .dt_r {
    width: 250px;
    font-size: 14px;
    float: right;
}

.tan .dt_r strong {
    color: #c28600;
}

.minpt {
    text-align: center;
}

.minpt a.goumai {
    width: 120px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #e84c3d;
    border-radius: 5px;
    margin-right: 20px;
}

.minpt a.lijiyuyue {
    background: #004F7E !important;
}

.minpt a.daoqi {
    background: #C7C7C7 !important;
    cursor: default;
    font-size: 18px;
}

.minpt a:hover.goumai {
    background: #eb7a6a
}

.minpt a:hover.lijiyuyue {
    background: #04639C !important;
}





#Form0 #queryString {
    width: 210px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    border: 1px solid #BABABA;
    border-right: 0px;
    color: #6F6F6F;
    margin: 0;
    padding: 0;
}

#Form0 #submit2 {
    width: 60px;
    height: 33px;
    float: right;
    border: 0;
    color: white;
    background-color: #D70C19;
    font-size: 15px;
    margin: 0;
    padding: 0;
}



.hovty:hover {

    color: #000 !important;

}