* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    font-family: '微软雅黑';
    color: #333333;
}

ul,
dl,
ol {
    list-style-type: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
}



.t-right {
    text-align: right;
}

.tcenter {
    text-align: center;
}

.t-left {
    text-align: left;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-20 {
    margin-right: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.right {
    float: right;
}

.left {
    float: left;
}

.b {
    font-weight: bold;
}

.n {
    font-weight: normal;
}

.nodata {
    position: absolute;
    left: 20px;
}

.yh {
    font-family:'微软雅黑';
}

.red {
    color: red;
}

.green {
    color: green;
}

.blue {
    color: #04AEDA;
}

.clear {
    clear: both;
}

.none {
    display: none;
}




body {
    width: 100%;
}




.header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #03366F;
}

.header-bg {
    width: 980px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.header-logo {
    position: absolute;
    top: 20px;
}

.header-logo img{
    width: 348px;
    margin-left: 110px;
    margin-top: -12px;
}
#text1{
color: #0096ff;
    top: 24px;
    left: 466px;
    font-size: 32px;
    font-family: '微软雅黑';
    font-weight: normal;
    position: absolute;
}
#text1>a{
	color: #0096ff;
}
#text2{
color: #0096ff;
    top: 64px;
    left: 470px;
    font-size: 12px;
    font-family: '微软雅黑';
    font-weight: normal;
    position: absolute;
}
#text2>a{
	color: #0096ff;
}


.menu {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 40px;
    background: #0096ff;
    border-top: 1px solid #538DCD;
}

#nav {
    width: 980px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
}

#nav li {
    float: left;
    display: inline;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 990;
}

#nav li a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 12px;
}

#nav li ul {
    display: none;
    position: absolute;
    left: 0px;
    top: 40px;
    width: 130px;
    z-index: 99999;
}

#nav li ul li {
    display: inline;
    border-top: 1px solid #1762B4;
    background: #0096ff;
    padding-right: 0px;
    position:relative;
}
#nav li ul li ul{
    display: none;
    position: absolute;
    left: 156px;
    top: 0px;
    width: 130px;
}
#nav li ul a {
    float: left;
    display: block;
    text-align: left;
    text-decoration: none;
    width: 130px;
    font-weight: normal;
    padding: 2px 13px;
    line-height: 30px;
    font-size: 14px;
    background: none;
    color: #fff !important;
}

#nav li ul a:hover {
    color: #fff !important;
    background: #1762B4;
}

#nav li:hover > ul {
    display: block;
}










.banner {
    width: 100%;
    height: 400px;
    background: #90C4FF;
}

.banner-content {
    width: 980px;
    height: 400px;
    margin: 0 auto;
}
.metaslider{
    max-width: 980px!important;
}
.metaslider .slides img{
    width: 980px!important;
    height: 400px!important;
}

.title {
    padding: 0 10px;
    line-height: 25px;
    border-radius: 8px 8px 0px 0px;
    background: #0096ff;
}
.flex-control-nav{
    bottom: 13px!important;
}
.metaslider .slides img{
    margin-top: 0!important;
}


.content {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

.content-top {
    width: 980px;
    height: 555px;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-top-left {
    width: 280px;
    height: 555px;
    float: left;
    margin-right: 20px;
}

.content-top-right {
    width: 680px;
    height: 555px;
    float: left;
}

.content-top-right-top {
    width: 680px;
    height: 270px;
    overflow: hidden;
    margin-bottom: 20px;
}

.content-top-right-bottom {
    width: 680px;
    height: 265px;
    overflow: hidden;
}

.content-bottom {
    width: 980px;
    height: 300px;
    overflow: hidden;
}

.area-title {
    padding-right: 10px;
    height: 40px;
    border-bottom: 2px solid #0096ff;
    overflow: hidden;
}

.area-title .title {
    font-size: 18px;
    color: #fff;
    float: left;
    line-height: 40px;
}

.area-title .more {
    float: right;
    margin-top: 10px;
}




.link1 {
    width: 210px;
    height: 555px;
    overflow: hidden;
}

.link1 li {
    width: 210px;
    height: 52px;
    overflow: hidden;
    margin-bottom: 20px;
}

.link1 li a {
    display: block;
    width: 210px;
    height: 52px;
    font-size: 18px;
    color: #fff;
    line-height: 52px;
}

.link1 li a img {
    width: 45px;
    height: 45px;
    float: left;
    display: inline;
    margin-left: 5px;
    margin-top: 3px;
    margin-right: 5px;
}

.link1 li a:hover {
    text-decoration: none;
    color: #fff;
}

.link1-1 a {
    background: url(404.png) no-repeat 190px center #339933;
}

.link1-2 a {
    background: url(404.png) no-repeat 190px center #1BA1E2;
}

.link1-3 a {
    background: url(404.png) no-repeat 190px center #8CBF26;
}

.link1-4 a {
    background: url(404.png) no-repeat 190px center #00ABA9;
}

.link1-5 a {
    background: url(404.png) no-repeat 190px center #EB82C2;
}

.link1-6 a {
    background: url(404.png) no-repeat 190px center #E1AF60;
}

.link1-7 a {
    background: url(404.png) no-repeat 190px center #A0AE7F;
}

.link1-8 a {
    background: url(404.png) no-repeat 190px center #7A96BC;
}

.link1-1 a:hover {
    background: url(404.png) no-repeat 190px center #2E862E;
}

.link1-2 a:hover {
    background: url(404.png) no-repeat 190px center #1A90CB;
}

.link1-3 a:hover {
    background: url(404.png) no-repeat 190px center #79A524;
}

.link1-4 a:hover {
    background: url(404.png) no-repeat 190px center #009595;
}

.link1-5 a:hover {
    background: url(404.png) no-repeat 190px center #D679B2;
}

.link1-6 a:hover {
    background: url(404.png) no-repeat 190px center #CBA05A;
}

.link1-7 a:hover {
    background: url(404.png) no-repeat 190px center #89956F;
}

.link1-8 a:hover {
    background: url(404.png) no-repeat 190px center #6F86A7;
}




.area1 {
    width: 360px;
    height: 270px;
    overflow: hidden;
    float: left;
    
}



.area1-content {
    padding: 10px;
}

.area-title .more a{
    font-size: 16px;
    color: #0096ff;
}
.area1-content img {
    width: 150px;
    height: 150px;
    float: left;
    margin-right: 15px;
    
}

.area1-content p {
    text-indent: 2em;
    line-height: 23px;
    color: #000;
}




.area2 {
    width: 300px;
    height: 270px;
    overflow: hidden;
    float: right;
    
}



.area2-content {
    padding: 15px;
    padding-top: 10px;
}
.nau li{
    width: 120px;
    float: left;
}
.area2-content li {
    height: 26px;
    line-height: 26px;
    *line-height: 12px;
    padding-left: 5px;
    background: url(404.png) no-repeat left center;
    color: #000;
}

.area2-content li span{
    
    float: right;
}
.area2-content li a {
    color: #000;
    font-size: 12px;
    *float: left;
}

.lists {
    width: 250px;
    padding-top: 15px;
}
.lists .jiaowu {
    background: url(../image/jiaowu.png) no-repeat;
}
.lists .bangong {
    background: url(../image/bangong.png) no-repeat;
}
.lists .caiwu {
    background: url(../image/caiwu.png) no-repeat;
}
.lists .jiaoxue {
    background: url(../image/jiaoxue.png) no-repeat;
}
a{
    text-decoration: none;
}
.lists ul li {
    width: 75px;
    height: 100px;
    margin: 5px 20px;
    float: left;
}
.lists ul li span {
    color: #000;
    font-size: 12px;
    font-family: "微软雅黑";
    width: 75px;
    height: 20px;
    padding-top: 80px;
    display: block;
    text-align: center;
}


.area3 {
    width: 360px;
    height: 265px;
    overflow: hidden;
    float: left;
    
}



.area3-content {
    padding: 15px;
    padding-top: 10px;
}

.area3-content li {
    height: 26px;
    line-height: 26px;
    padding-left: 5px;
    background: url(404.png) no-repeat left center;
}
.area3-content span{
    float: right;
    color: #000;
}
.area3-content li a {
    color: #000;
    *float: left;
}

.area7 {
    width: 280px;
    height: 270px;
    overflow: hidden;
    float: right;
    
}
.area8 {
    width: 280px;
    height: 265px;
    overflow: hidden;
    float: right;
    
    margin-top: 20px;
}



.area4 {
    width: 300px;
    height: 265px;
    overflow: hidden;
    float: right;
    
}



.area4-content {
    padding: 15px;
}

.area4-content img {
    width: 130px;
    height: 130px;
    float: left;
    margin-right: 15px;
    border: 3px solid #79A6BC;
}

.area4-content p {
    text-indent: 2em;
    line-height: 23px;
    color: #fff;
}




.area5 {
    width: 980px;
    height: 145px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #1D65B7;
}

.area5-title {
    width: 18px;
    height: 125px;
    float: left;
    background: #114F95;
    color: #fff;
    font-size: 18px;
    padding-left: 12px;
    padding-right: 10px;
    padding-top: 20px;
    margin-right: 15px;
}

.area5-content {
    float: left;
    width: 910px;
    height: 115px;
    margin-top: 15px;
}

.area5-content li {
    width: 115px;
    height: 115px;
    float: left;
    margin-right: 15px;
}

.area5-content li img {
    width: 109px;
    height: 109px;
    border: 3px solid #6C9BD0;
}




.link2 {
    width: 980px;
    height: 80px;
    overflow: hidden;
    margin-bottom: 20px;
}

.link2-title {
    float: left;
    width: 50px;
    height: 60px;
    margin-right: 20px;
    background: #7A96BC;
    font-size: 24px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #fff;
    padding: 10px 15px;
}

.link2-content {
    width: 880px;
    float: left;
}

.link2-content ul {
    float: left;
    margin-left: -10px;
}

.link2-content li {
    float: left;
    width: 138px;
    height: 37px;
    margin-left: 10px;
    display: inline;
    margin-bottom: 6px;
}

.link2-content li img {
    width: 136px;
    height: 35px;
    border: 1px solid #DFDFDF;
}




.link3 {
    width: 980px;
    height: 35px;
    overflow: hidden;
}

.link3-title {
    width: 80px;
    height: 35px;
    float: left;
    margin-right: 20px;
    background: #7A96BC;
    font-size: 18px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.link3-content {
    width: 880px;
    height: 35px;
    float: left;
}

.link3-content ul {
    float: left;
    margin-left: -10px;
}

.link3-content li {
    float: left;
    width: 138px;
    height: 35px;
    margin-left: 10px;
    display: inline;
}

.link3-content li img {
    width: 136px;
    height: 33px;
    border: 1px solid #DFDFDF;
}

.nau select {
    width: 105px;
    height: 20px;
    padding: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    margin: 5px;
}
select {
    width: 220px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}


#foot {
    width: 100%;
    height: 80px;
    background: #0096ff;
    float: left;
}

.foot {
    width: 980px;
    height: 80px;
    line-height: 24px;
    margin: 0 auto;
}

.foot-info {
    color: #fff;
}

.copy {
    width: 960px;
    
    float: left;
    background: url(404.png) no-repeat 12px 28px;
    padding: 17px 0 0 130px;
}

.copy span {
    color: #fff;
}

.copy a {
    color: #fff;
}

.copy1{
	width: 640px;
	float: left;
}
.copy2{
	width: 320px;
	float: left;
}

.copy .nat li{
    display: inline;
    margin-right: 8px;
}
.foot .link4 {
    background: #E8E8E8;
    width: 190px;
    height: 40px;
    margin: 30px 0 0 20px;
}

.foot .link4 select {
    width: 170px;
    margin: 10px 0 0 10px;
}




.ny-left {
    width: 230px;
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
    background: #4493EE;
    padding-bottom: 20px;
}

.ny-left-title {
    width: 210px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    background: #3080DB;
    line-height: 40px;
    font-size: 18px;
    padding-left: 20px;
    font-family: \5FAE\8F6F\96C5\9ED1;
}

.ny-left-content {
    width: 190px;
    overflow: hidden;
    padding: 0 15px;
    padding-bottom: 20px;
    padding-top: 10px;
    min-height: 300px;
    _height: 300px;
    float: left;
}

.ny-left-content li {
    border-bottom: 1px dotted #fff;
    height: 38px;
    line-height: 38px;
    padding-left: 5px;
    font-size: 12px;
}

.ny-left-content li a {
    color: #fff;
}

.ny-left-content ul .cur a {
    color: #2DFF37;
}

.ny-right {
    width: 730px;
    float: right;
    padding-bottom: 20px;
    background: #D8F0FF;
}

.ny-right-title {
    width: 680px;
    height: 40px;
    line-height: 40px;
    background: url(404.png) no-repeat 10px center #57B8E6;
    overflow: hidden;
    padding-left: 50px;
    color: #fff
}

.ny-right-title span {
    color: #fff;
    padding: 0 5px;
}

.ny-right-title a {
    color: #fff;
}

.ny-right-content {
    position: relative;
    min-height: 450px;
    _height: 450px;
    float: left;
    width: 690px;
    padding: 20px;
}

.paging {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
}







.right-main-title {
    font-size: 18px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
}

.right-sub-title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dotted #cacaca;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.right-sub-title span {
    margin: 0 20px;
    color: #999;
}

.right-main-show {
    line-height: 24px;
    margin-bottom: 20px;
}


.right-main-show table{
  border-spacing:1px;
}
.right-main-show table td{
  border:1px solid windowtext;
}

.next-page {
    margin-top: 20px;
    line-height: 24px;
}




.img-center {
    display: block;
    width: 100%;
    text-align: center;
}




.news-list01 {
    float: left;
    display: inline;
}

.news-list01 li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #D7D7D7;
    padding-left: 13px;
    background: url(404.png) no-repeat left center;
}

.news-list01 li a {
    float: left;
}

.news-list01 li span {
    float: right;
    color: #999;
}




.news-list02 li {
    height: 35px;
    background: #F6F6F6;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    position: relative;
}

.news-list02 li a {
    line-height: 35px;
    display: block;
    background: #F6F6F6;
    border-left: 4px solid #F6F6F6;
    padding-left: 16px;
    color: #333;
    padding-right: 15px;
}

.news-list02 li span {
    color: #999999;
    position: absolute;
    top: 0px;
    right: 15px;
    display: block;
    line-height: 35px;
}

.news-list02 li a:hover {
    text-decoration: none;
    color: #ff6600;
    border-left: 4px solid #FF6600;
}

.news-list02 li a:hover span {
    color: #999999;
}




.news-list03 dl {
    width: 100%;
    height: 100px;
    padding: 20px 0;
    border-bottom: 1px solid #EEEEEE;
}

.news-list03 dl dt {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
}

.news-list03 dl dt img {
    width: 100px;
    height: 100px;
}

.news-list-title a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.news-list-title a:hover {
    color: #ff6600;
}

.news-list-time {
    color: #999;
    font-size: 12px;
    line-height: 2em;
}

.news-list-info {
    color: #999;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 26px;
}




.news-list-inner {
    float: left;
    display: inline;
    margin-left: -20px;
    
}

.news-list-li {
    width: 214px;
    height: 198px;
    border: 1px solid #DFDFDF;
    background: #fff;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-bottom: 20px;
}

.news-list-li-inner {
    width: 182px;
    height: 156px;
    margin: 1px;
    background: #F5F5F5;
    padding: 20px 15px;
    overflow: hidden;
}

.news-list-li-inner .news-list-title {
    font-size: 14px;
}

.news-list-li-inner .news-list-title a:hover {
    color: #ff6600;
}

.news-list-li-inner .news-list-info {
    color: #787887;
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 8px;
}

.news-list-li-inner .news-list-more a {
    color: #9292B8;
}




.img-list01 ul {
    float: left;
    display: inline;
    margin-left: -20px;
    
}

.img-list01 li {
    width: 157px;
    height: 185px;
    float: left;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline;
}

.img-list01 li img {
    margin-bottom: 10px;
    float: left;
    width: 145px;
    height: 145px;
    background: #fff;
    padding: 4px;
    border: 1px solid #E6E6E6;
}




.img-list02-inner {
    float: left;
    display: inline;
    margin-left: -20px;
    
}

.img-list02 a {
    display: block;
    width: 324px;
    height: 140px;
    padding: 2px;
    border: 3px solid #DEDEDE;
    overflow: hidden;
    float: left;
    margin-left: 20px;
    _margin-left: 10px;
    margin-bottom: 20px;
}

.img-list02 a:hover {
    border: 3px solid #60BDFF;
    text-decoration: none;
}

.img-list02 dl dt {
    height: 140px;
    width: 140px;
    float: left;
    margin-right: 20px;
}

.img-list02 dl dt img {
    width: 140px;
    height: 140px;
}

.img-list02 dl dd {
    width: 155px;
    float: left;
}

.img-list02 .img-list-title {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}

.img-list02 .img-list-info {
    font-size: 12px;
    text-indent: 2em;
    color: #999;
    line-height: 22px;
}




.imgGallery {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}

.imgshow img {
    height: 400px;
    width: auto;
    display: none;
}

.img-content {
    height: 400px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}

.imgtitle {
    width: 100%;
    height: 30px;
    background: url(404.png);
    position: absolute;
    top: 370px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.imglist {
    width: 99999px;
    height: 140px;
    position: absolute;
}

.imglist ul {
    margin-left: -10px;
    float: left;
}

.imglist li {
    width: 77px;
    height: 77px;
    float: left;
    overflow: hidden;
    margin-left: 10px;
    display: inline;
    border: 5px solid #ccc;
}

.imglist li img {
    width: 77px;
    height: 77px;
}

.imglist .imgclick {
    border: 5px solid #1797DA;
}

.imglistcon {
    height: 90px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 578px;
    display: inline;
}

.btnleft {
    float: left;
    margin-top: 20px;
    display: inline;
    margin-left: 10px;
    
}

.btnright {
    float: left;
    margin-top: 20px;
    display: inline;
}




.video-list01 ul {
    float: left;
    display: inline;
    margin-left: -20px;
    
}

.video-list01 li {
    width: 157px;
    height: 187px;
    float: left;
    text-align: center;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline;
    position: relative;
}

.video-list01 li img {
    float: left;
    margin-bottom: 10px;
    width: 147px;
    height: 147px;
    background: #fff;
    padding: 4px;
    border: 1px solid #E6E6E6;
}

.video-list01 li a span {
    display: block;
    width: 147px;
    height: 147px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.video-list01 li a .hover {
    background: url(404.png);
}

.video-list01 li a .video-list01-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background: none;
    padding: 0;
    border: none;
    opacity: 0.8;
    -webkit-opacity: 0.8;
}

.video-list01 li a .opa {
    opacity: 1;
    -webkit-opacity: 1;
}




.video-list02 dl {
    height: 180px;
    border: 5px solid #EEEEEE;
    background: #fff;
    margin-bottom: 30px;
}

.video-list02 dl dt {
    width: 180px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    position: relative;
}

.video-list02 dl dt img {
    width: 180px;
    height: 180px;
}

.video-list02 dl dt .video-list02-hover {
    width: 180px;
    height: 180px;
    background: url(404.png);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.video-list02 dl dt .video-list02-hover img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -17.5px;
    width: 100px;
    height: 35px;
}

.video-list02 dl dd {
    padding: 20px 20px 20px 0;
}

.video-list02 .video-list-title a {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.video-list02 .video-list-title a:hover {
    color: #ff6600;
}

.video-list02 .video-list-time {
    font-size: 12px;
    color: #999;
    line-height: 26px;
}

.video-list02 .video-list-info {
    font-size: 12px;
    color: #999;
    margin-top: 15px;
    line-height: 2em;
}




.video-list03 ul {
    float: left;
    display: inline;
    margin-left: -20px;
    
}

.video-list03 li {
    width: 216px;
    height: 180px;
    float: left;
    display: inline;
    margin-left: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.video-list03 li img {
    width: 216px;
    height: 180px;
}

.video-list03 li .video-list03-hover {
    position: absolute;
    left: 0;
    padding: 0 10px;
    height: 130px;
    background: url(404.png);
    top: 145px;
    width: 197px;
}

.video-list03 .video-list-title {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
}

.video-list03 .video-list-info {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.video-list03 .video-list-play a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #0D9EDB;
    margin-top: 10px;
}

.video-list03 .video-list-play a:hover {
    text-decoration: none;
    background: #0D8BC1;
}




.cl99 {
    color: #999;
}

.ny-comment {
    color: #333333;
    margin-top: 30px;
}

.comment-top {
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #BBBBBB;
    padding-left: 5px;
    color: #0D7CCE;
    font-weight: bolder;
}

.comment-info {
    padding: 15px 5px 15px 5px;
    border-bottom: 1px dashed #BBBBBB;
}

.comment-info-top {
    width: 100%;
    height: 27px;
}

.comment-name {
    width: 50%;
    float: left;
}

.comment-name .com-name {
    font-weight: bold;
    font-size: 14px;
}

.comment-time {
    width: 40%;
    float: right;
    text-align: right;
    color: #999999;
    padding-right: 10px;
}

.comment-content-review {
    background: #EEEEEE;
    padding: 10px;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
}

.review-content {
    color: #FF0101;
    line-height: 2;
}

.review-time {
    text-align: right;
    color: #999;
}

.review-icon {
    width: 18px;
    height: 7px;
    background: url(404.png) no-repeat;
    display: block;
    position: absolute;
    top: -7px;
    left: 30px;
}

.comment-add {
    padding: 5px;
}

.comment-add-title {
    padding: 20px 0px;
    font-weight: bold;
    font-size: 14px;
}

.comment-add-name {
    margin-bottom: 15px;
    height: 35px;
}

.comment-name-input {
    width: 233px;
    height: 33px;
    padding: 0 10px;
    border: 1px solid #DDDDDD;
    float: left;
    line-height: 33px;
}

.comment-add-name-right {
    line-height: 35px;
    padding-left: 13px;
    float: left;
    color: #989898;
}

.comment-add-name-right span {
    color: #FF0101;
    padding-left: 3px;
}

.comment-add textarea {
    width: 100%;
    height: 165px;
    resize: none;
    border: 1px solid #DDDDDD;
    overflow-y: hidden
}

.anonymous {
    line-height: 35px;
    margin-left: 15px;
    float: left;
    color: #989898;
    position: relative;
}

.anonymous input {
    position: absolute;
    top: 10px;
    float: left;
    *top: 6px;
}

.anonymous-info {
    padding-left: 20px;
}

.comment-ok {
    display: block;
    width: 100px;
    height: 30px;
    background: #0D7CCE;
    margin: 20px 0px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF !important;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px #AFAFAF;
    -moz-box-shadow: 1px 1px 3px #AFAFAF;
    box-shadow: 1px 1px 3px #AFAFAF;
}

.comment-ok:hover {
    color: #FFF;
    text-decoration: none;
    background: #0184DC;
}

.pl-yzm {
    height: 35px;
    margin-top: 15px;
}

.pl-yzm input {
    width: 138px;
    height: 33px;
    background: #fff;
    border: 1px solid #DDDDDD;
    margin-right: 20px;
    line-height: 33px;
    padding: 0 5px;
}

.Validform_wrong {
    padding: 3px 0;
    color: #ff0000;
}

.Validform_checktip {
    padding: 3px 0;
}







#msg-title {
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 24px;
    color: #00367A;
    height: 60px;
    line-height: 60px;
}

#msg-title2 {
    font-family: \5FAE\8F6F\96C5\9ED1;
    font-size: 24px;
    color: #00367A;
    height: 80px;
    line-height: 80px;
}

.msg-container {
    overflow: hidden;
    color: #333;
}

.msg-content {
    border-bottom: 1px dashed #C2C2C2;
    padding-bottom: 15px;
    margin-top: 15px;
}

.msg-title {
    color: #999999;
}

.msg-msginfo {
    line-height: 20px;
    color: #333;
    padding: 8px 0;
    padding-bottom: 11px;
}

.msg-hf {
    line-height: 33px;
    background: #fff;
    border: 1px solid #E2E2E2;
}

.msg-hfinner {
    line-height: 31px;
    background: #F4F4F4;
    margin: 1px;
    color: #FF7D00;
    padding: 0 10px;
}

.msg-top {
    padding-bottom: 50px;
}

.msg-from dl {
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
}

.msg-from dl dt {
    width: 60px;
    float: left;
    line-height: 30px;
    text-align: right;
}

.msg-from dl dd {}

.msg-from dl dd input {
    width: 158px;
    height: 28px;
    border: 1px solid #E3E3E3;
    padding: 0 10px;
    line-height: 28px;
}

.email {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.email input {
    float: left;
}

.msg-from .msg-fb-tite dd input {
    width: 418px;
}

.msg-fb {
    margin-top: 30px;
}

.msg-fb-info,
.msg-yzm {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.msg-fb-info span {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: right;
}

.msg-fb-info textarea {
    width: 418px;
    height: 129px;
    padding: 10px;
    border: 1px solid #E3E3E3;
    font-size: 12px;
    resize: none;
    float: left;
    margin-right: 20px;
}

.msg-yzm span {
    display: block;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: right;
}

.yzm-title {
    width: 60px;
}

.msg-yzm input {
    width: 158px;
    height: 28px;
    border: 1px solid #E3E3E3;
    padding: 0 10px;
    line-height: 28px;
    float: left;
    margin-right: 20px;
}

.msg-ok {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.msg-ok input {
    display: block;
    width: 100px;
    height: 30px;
    background: #0D7CCE;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF !important;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px #AFAFAF;
    -moz-box-shadow: 1px 1px 3px #AFAFAF;
    box-shadow: 1px 1px 3px #AFAFAF;
    margin-left: 60px;
}

.msg-ok input:hover {
    color: #FFF;
    text-decoration: none;
    background: #1A90E8;
    cursor: pointer;
}







.manu {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

.manu a {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #3080DB;
    text-decoration: none;
}

.manu a:hover {
    color: #666;
    border: #999 1px solid;
}

.manu a:active {
    border: #999 1px solid;
    color: #666;
}

.manu .current {
    border: #3080DB 1px solid;
    padding: 2px 5px;
    font-weight: bolder;
    margin: 2px;
    color: #fff;
    background: #3080DB;
}

.manu .disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}




.manu2 {
    padding: 3px;
    margin: 3px;
    text-align: center;
}

.manu2 a {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #3080DB;
    text-decoration: none;
}

.manu2 a:hover {
    color: #666;
    border: #999 1px solid;
}

.manu2 a:active {
    border: #999 1px solid;
    color: #666;
}

.manu2 .current {
    border: #3080DB 1px solid;
    padding: 2px 5px;
    font-weight: bolder;
    margin: 2px;
    color: #fff;
    background: #3080DB;
}

.manu2 . {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}




.flexslider:hover .flex-prev, .flexslider:hover .flex-next{
  display: block!important;
}
.flex-prev, .flex-next{
  display: none!important;
}
