
html {
    font-family: "微软雅黑";
    font-size: 14px;
}
body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin: 0px;
    padding: 0px;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
}
ul,ol,li,dl,dd{
    list-style: none;
}
* {
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都符合box-sizing的w3c标准语法)*/

}
img{
    /*border-style:none;*/
    border:none;
    display: block;
}
a {
    TEXT-DECORATION: none;

}

a:link {
    color: #000000;
    outline: none;
}

a:visited {
    COLOR: #000000;
}

a:hover {
    COLOR: #0000ff;
    cursor: pointer;
}

a:active {
    COLOR: #ff7f24;
}

.cs-container {
    margin: 0 auto;
}

.cs-row-fluid {
    /*行（自适应宽） 行内必须加cs-col*/
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    /*  Mac 平台下的 Safari 6 已经支持 font-size:0 了*/
    /*letter-spacing: -4px;*/
    /*word-spacing: -4px;*/
    font-size: 0;
}

.cs-row {
    /*行（固定宽） 行内必须加cs-col*/
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    /*letter-spacing: -4px;*/
    /*word-spacing: -4px;*/
    font-size: 0;
}
.cs-col {
    /*列*/
    display: inline-block;
    vertical-align: top;
    width: 100%;

    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    *display: inline;
    zoom: 1;
}

.cs-nav-bar {
    background-color: #195ebb;
    width: 100%;
    z-index: 500;
}

.cs-nav-item-col3 li {
    width: 33.333333%;
    text-align: center;
}
.cs-nav-item-col5 li {
    width: 20%;
    text-align: center;
}
.cs-nav-item-col6 li {
    width: 16.666666%;
    text-align: center;
}
.cs-nav-item-col7 li {
    width: 14.285714%;
    text-align: center;
}
.cs-nav-item-col8 li {
    width: 12.5%;
    text-align: center;
}
.cs-space {

    display: inline-block;
}

.cs-float-left {
    float: left;
}

.cs-float-right {
    float: right;
}

.cs-clear-float {
    clear: both;
    height: 0;
}

/*<<< 停靠边栏*/
.cs-fix {
    position: fixed;
    bottom: 0;
}

.fix-right {
    right: 10px;
}

.fix-left {
    left: 10px;
}

.cs-fix .main-fix {
    border: 1px solid #ccc;
    background: #fff;
    padding: 0 10px 0 10px;
}

.cs-fix .top-word {
    border: 0 solid #ccc;
    height: 40px;
    line-height: 40px;
    border-bottom-width: 1px;
    text-align: right;
    padding-right: 24px;
}

.cs-fix .back-top {
    margin: 10px;
    height: 80px;
    text-align: center;
    background-color: #cccccc;
}

.cs-fix .back-top > div i {
    margin-top: -8px;
    color: #fff;
}

.cs-fix .back-top .back-top-word {
    font-size: 18px;
    margin-top: -16px;
    color: #fff;
}

/*停靠边栏 >>>*/

/*<<< header*/
.cs-header {

}

.cs-header .cs-top {
    background: none repeat scroll 0 0 #f5f5f5;
    border-bottom: solid 1px #e2e2e2;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
    z-index: 1000;
}

.cs-header .cs-top .cs-navigation {
    background-color: transparent;
}

.cs-header .cs-top .cs-navigation > ul > li > a {
    color: #000;
    padding: 4px 2px;
    margin: 0 10px 0 10px;
}

.cs-header .cs-top .cs-navigation > ul > li > a:hover {
    background-color: transparent;
    color: #FBA951;
}

.cs-header .cs-top .cs-navigation > ul > li > ul > li > a {
    color: #000;
    padding: 0px 2px;
    height: 30px;
    background-color: transparent;
}

.cs-header .cs-top .cs-navigation > ul > li > ul > li > a:hover {
    background-color: transparent;
    color: #FBA951;
}

.cs-header .cs-navigation .dropdown-menu li:hover > a,
.cs-header .cs-navigation ul.nav li.active > a,
.cs-header .cs-navigation ul.nav li.active > a:hover {
    background-color: transparent;
}

.cs-header .cs-top .cs-navigation {
    float: right;
}

.cs-header .cs-top .cs-navigation .dropdown-menu {
    width: 461px;
    background-color: #e2e2e2;
    border: solid #f2f2f2;
    border-width: 0 0 0 1px;
}

.cs-header .cs-top .cs-navigation .part1 {
    left: 0;
}

.cs-header .cs-top .cs-navigation .part2 {
    right: -212px;
}

.cs-header .cs-top .cs-navigation .part3 {
    right: -104px;
}

.cs-header .cs-top .cs-navigation .dropdown-menu li {
    border: solid #f2f2f2;
    border-width: 0 1px 1px 0;
    height: 30px;
    width: 230px;
    float: left;
    text-align: left;
}

.cs-header .tel-img {
    padding: 7px;
}

.cs-header .btn-search {
    width: 62px;
    height: 32px;
    background: #035491;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.cs-header .inputbox {
    width: 230px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    padding-left: 10px;
    font-family: "微软雅黑";
    color: #adacac;
    font-size: 14px;
    border: none;
    border-left: 1px solid #ccc;
}

/*header >>>*/

/*<<< footer*/
.cs-footer .cs-row-fluid {
    background: none repeat scroll 0 0 #eeeeee ;
}

.cs-footer-bg {
    background: none repeat scroll 0 0 #195ebb;
}
.cs-footer-about{
    margin: 20px  auto;
    width: 916px;
}
.foot_nav {
    overflow: hidden;
    width: 100%;
}
.foot_nav .core {
    border-left: 1px solid #cacaca;
    float: left;
    margin-left: -1px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 20px;
    width: 229px;
}
.foot_nav .core h3 {
    color: #323232;
    font-family: "微软雅黑";
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    padding: 5px 0 5px 45px;
}
.foot_nav .core h3.wsyyting {
    background: url("/img/index/foot_nav.gif") no-repeat scroll left 0px;
}
.foot_nav .core h3.cjwti {
    background: url("/img/index/foot_nav.gif") no-repeat scroll left -50px;
}
.foot_nav .core h3.fwzchi {
    background: url("/img/index/foot_nav.gif") no-repeat scroll left -100px;
}
.foot_nav .core h3.tsjyi {
    background: url("/img/index/foot_nav.gif") no-repeat scroll left -150px;
}
.foot_nav .core ul li {
    float: left;
    padding-right: 20px;
}
.foot_nav .core ul li a {
    color: #4b4b4b;
    float: left;
    line-height: 25px;
    opacity: 0.7;
    white-space: nowrap;
}
.foot_nav .core ul li a:hover {
    color: #ff8232;
}
.cs-footer-nav {
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

.cs-footer-nav ul {
    margin: 20px 0 0 0;
    padding: 0;
    height: 30px;
    display: block;
}

.cs-footer-nav li {
    display: inline;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    margin: 0;
    padding: 0 15px 0 15px;
}

/*.cs-footer-nav li + li {*/
    /*border-left: solid 1px;*/
/*}*/

.cs-footer .cs-copyright ul {
    margin: 0;
    padding: 0;
}

.cs-footer .cs-copyright li {
    list-style: none;
    text-align: center;
    line-height: 30px;
    height: 30px;
}

.cs-footer .cs-tabs-panel > div {
    height: 86px;
}

.cs-footer .cs-link {
    padding: 10px;
}

.cs-footer .cs-link .panel ul {
    padding: 0;
    margin: 0;
}

.cs-footer .cs-link .panel li {
    float: left;
    list-style: none;
    width: 200px;
    padding: 4px;
}

.cs-footer .cs-link .panel li a {
    color: white;
}

/*footer >>>*/

/*<<< cs-portlet*/
.cs-portlet {
    position: relative;
    /*padding: 10px;*/
    width: 100%;
    overflow: hidden;
}

.cs-portlet-front:before {
    position: absolute;
    content: "";
    display: block;
    height: 0;
    width: 100px;
    border-width: 0px 25px 35px 0px;
    border-style: none solid solid;
    border-color: transparent transparent red;
}

.cs-portlet-behind:before {
    position: absolute;
    top: 5px;
    content: "";
    display: block;
    height: 0;
    width: 112px;
    border-width: 0px 25px 35px 0px;
    border-style: none solid solid;
    border-color: transparent transparent green;
}

.cs-portlet-title {
    position: relative;
    line-height: 35px;
    height: 35px;
    width: 100%;
    text-align: left;
    vertical-align: middle;

}

.cs-portlet-title > div:first-child {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 14px;
    left: 10px;
}

.cs-portlet-title .cs-portlet-more {
    position: absolute;
    /*width: 50px;*/
    right: 10px;
    text-align: right;
}


.cs-portlet-head {
    position: relative;
    width: auto;
    border: 1px solid #A8A297;
    overflow: hidden;
}

.cs-portlet-content {
    position: relative;
    overflow: hidden;
    border: solid;
    border: 1px solid #A8A297;
    min-height: 100px;
}

.cs-portlet-bottom {
    position: relative;
    padding-top: 5px;
    height: 40px;
    background-color: blueviolet;
}

.cs-portlet-list {
    width: auto;
    margin: 0;
    padding: 2px;
}

.cs-portlet-list li {
    position: relative;
    float: left;
    list-style: none;
    line-height: 22px;
    width: 100%;
    padding-right: 85px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cs-portlet-content .dashed li{
    border-bottom: dashed 1px #ccc;
}

.cs-portlet-list a {
    padding-left: 5px;
}

.cs-portlet-list img {
    border-width: 0;
}

.cs-portlet-list span {
    position: absolute;
    right: 0;
    padding-right: 5px;
}

.cs-portlet-list-c2 li {
    width: 50%;
}

.cs-portlet-list-c3 li {
    width: 33.333333%;
}

.cs-portlet-list-c4 li {
    width: 25%;
}

.cs-portlet-list-c6 li {
    width: 16.666666%;
}

.cs-portlet-list-c10 li {
    width: 10%;
}

/*cs-portlet-front color*/
.cs-portlet-front.white:before {
    border-bottom-color: white;
}

.cs-portlet-front.black:before {
    border-bottom-color: black;
}

.cs-portlet-front.red:before {
    border-bottom-color: red;
}

.cs-portlet-front.yellow:before {
    border-bottom-color: yellow;
}

.cs-portlet-front.green:before {
    border-bottom-color: green;
}

.cs-portlet-front.blue:before {
    border-bottom-color: blue;
}

/*cs-portlet-behind color*/
.cs-portlet-behind.white:before {
    border-bottom-color: white;
}

.cs-portlet-behind.black:before {
    border-bottom-color: black;
}

.cs-portlet-behind.red:before {
    border-bottom-color: red;
}

.cs-portlet-behind.yellow:before {
    border-bottom-color: yellow;
}

.cs-portlet-behind.green:before {
    border-bottom-color: green;
}

.cs-portlet-behind.blue:before {
    border-bottom-color: blue;
}

/*cs-portlet-title color*/
.cs-portlet-title.white {
    background-color: white;
}

.cs-portlet-title.black {
    background-color: black;
}

.cs-portlet-title.red {
    background-color: red;
}

.cs-portlet-title.yellow {
    background-color: yellow;
}

.cs-portlet-title.green {
    background-color: green;
}

.cs-portlet-title.blue {
    background-color: blue;
}

/*cs-portlet-content color*/
.cs-portlet-content.white {
    border-top-color: white;
}

.cs-portlet-content.black {
    border-top-color: black;
}

.cs-portlet-content.red {
    border-top-color: red;
}

.cs-portlet-content.yellow {
    border-top-color: yellow;
}

.cs-portlet-content.green {
    border-top-color: green;
}

.cs-portlet-content.blue {
    border-top-color: blue;
}

/*cs-portlet-bottom color*/
.cs-portlet-bottom.white {
    background-color: white;
}

.cs-portlet-bottom.black {
    background-color: black;
}

.cs-portlet-bottom.red {
    background-color: red;
}

.cs-portlet-bottom.yellow {
    background-color: yellow;
}

.cs-portlet-bottom.green {
    background-color: green;
}

.cs-portlet-bottom.blue {
    background-color: blue;
}

/*cs-zpanel >>>*/

.cs-contentpage-nav {
    border: 1px solid #ebc696;
    border-top: 2px solid #195ebb;
    height: 35px;
    line-height: 35px;
    padding: 0;
    padding-left: 10px;
    background: #fff;
    margin: 10px 0;
}
.cs-contentpage-smenav {
    border: 1px solid #ebc696;
    height: 35px;
    line-height: 35px;
    padding: 0;
    padding-left: 10px;
    background: #fff;
    margin: 10px 0;
}

/*cs-port*/
.cs-port{
    width: 100%;
}
.cs-port > .cs-port-head{
    width: 100%;
    height: 35px;
    overflow:hidden;
}
.cs-port > .cs-port-head > .cs-port-head-left{
    width:35.3%;
    line-height: 35px;
    margin-left:-10%;
    float:left;
    transform:skew(-50deg,0deg);
    -ms-transform:skew(-50deg,0deg); /* IE 9 */
    -moz-transform:skew(-50deg,0deg); /* Firefox */
    -webkit-transform:skew(-50deg,0deg); /* Safari and Chrome */
    -o-transform:skew(-50deg,0deg); /* Opera */
    background-color: #00BEDC;
}
.cs-port-head-left > label,.cs-port-head-right > label{
    display: block;
    transform: skew(50deg,0deg);
    -ms-transform:skew(50deg,0deg); /* IE 9 */
    -moz-transform:skew(50deg,0deg); /* Firefox */
    -webkit-transform:skew(50deg,0deg); /* Safari and Chrome */
    -o-transform:skew(50deg,0deg); /* Opera */
}
.cs-port-head-left > label{
    margin-left: 35%;
    color: #FFF;
    font-weight: 800;
}
.cs-port > .cs-port-head >.cs-port-head-right{
    width:77%;
    float: right;
    height:31px;
    line-height: 31px;
    margin-top: 4px;
    margin-right: -2.5%;
    transform:skew(-50deg,0deg);
    -ms-transform:skew(-50deg,0deg); /* IE 9 */
    -moz-transform:skew(-50deg,0deg); /* Firefox */
    -webkit-transform:skew(-50deg,0deg); /* Safari and Chrome */
    -o-transform:skew(-50deg,0deg); /* Opera */
    background-color: #00D38C;
}
.cs-port-head-right > label{
    margin-right: 5%;
    color: #FFF;
    font-size: 14px;
    text-align: right;
}
.cs-port-head-right > label:after{
    content: ">>";
}
.cs-port > .cs-port-content{
    width: 99.8%;
    border: 1px solid #A8A297;
    border-top: none;
    min-height: 50px;
}
/*cs-package*/
.cs-package{
    width: 100%;
}
.cs-package>.cs-package-header{
    border-bottom: 2px solid #A4D4DF;
}
.cs-package .cs-package-title{
    display: inline-block;
    width: 100px;
    text-align: center;
    color: #00ADEB;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 6px solid #00ADEB;
    position: relative;
    top: 4px;
}
.cs-package .cs-package-more{
    float: right;
    margin-top: 5px;
    color:#00ADEB ;
}
.cs-package .cs-package-more a{
    color:#00ADEB ;
}
.cs-package .cs-package-img{
    margin-top: 10px;
}
.cs-package .cs-package-content{
    min-height: 140px;
    margin-top: -5px;
}
.cs-package .cs-package-content ul{
    padding-left: 0;
    margin-bottom: 0;
}
.cs-package .cs-package-content li{
    list-style: none;
    height:25px ;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
    color: #6b6b6b;
}
.cs-package .cs-package-content li a{
    color: #6b6b6b;
}
.cs-package .cs-package-content li span{
    float: right;
}

/*cs-label-list*/
.cs-label-click{
    background-color: #287CDD;
    color: #ffffff!important;
}
.cs-label-list{
    margin: 0;
    padding-left: 0;
}
.cs-label-list li a{
    display: block;
    border: #E2E1E1   solid 1px;
    text-align:center;
    color: #5c5d5e;
    height: 30px;
}
.cs-label-list li {
    list-style: none;
    float: left;
    width: 108px;
    height: 30px;
    line-height: 30px;
    margin:5px 3px;
    overflow: hidden;
}
.cs-label-list li a:hover{
    background: #195EBB;
    color: #fff;
}
.label-height-limit{
    height: 40px;
}
.cs-label-sort{
    padding: 0;
    margin-top: 8px;
}
.cs-label-sort li{
    width: 90px;
    line-height: 20px;
    float: left;
    list-style: none;
    margin-right: 5px;
    text-align: right;
}
.cs-label-sort li{
    width: 90px;
    border: 1px solid #dcdcdc;
}
.cs-label-sort a{
    text-align: center;
    display: block;
    margin-left: 5px;
    -moz-user-select: none;
    font-weight: normal;
}


