﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */ 
body,
div,
dl, 
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    color: #333;
    font-size: 16px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #2e7acf;
    text-decoration: none;
}
.clear {
    clear: both;
}
.blank {
    display: block;
    height: 10px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    min-height: 1%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* frame */
html {
    background: #F3F3F3;
}
body {
    text-align: center;
    min-width: 1200px;
    background: url(../img/body1.jpg) center 0 no-repeat #fff;
}
.siteWidth {
    position: relative;
    max-width: 1200px;
    _width: 1200px;
    margin: 0 auto;
    text-align: left
}
.topBar {
    height: 28px;
    line-height: 28px;
    background-color: #ffffff;
	box-shadow: 0px 1px 3px 0px rgba(3, 0, 0, 0.06);
	opacity: 0.8;
    font-size: 12px;
    overflow: hidden
}
.topBar .links {
    float: right;
}
.topBar .links a {
    margin: 0 10px;
}
#header { background-color: #164bb7; }
#header .siteWidth {
    height: 200px;
    position: relative;
}
#header .siteWidth img{
    margin: 0px 0 0;
}
#header .siteWidth h3{
    font-size: 80px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 110px;
    letter-spacing: 4px;
    color: #eff37e;
    text-align: center;
    text-shadow: 6px 6px 0px #a80d07;
}
.Home{
    width: 120px;
	height: 30px;
	background-color: #2964a5;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    float: right;
    margin-top: 10px;
}
.Home:hover{
    background-color: #2964a5;
}
.Home a{
    font-size: 18px;
	color: #ffffff;
}
.Home:hover a{
    color: #fff;
}
.content-box{
    background: #fff;
    width: 1200px;
    padding: 40px 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
#content {
    background: #fff;
    width: 1200px;
    padding: 40px 0;
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}
.rowA .ihd{
    height: 45px;
    line-height: 45px;
    background: url(../img/hd_bg.png) 0 center repeat-x;
    margin: 20px 0 40px;
}
.rowA .ihd h3{
    margin: auto;
    padding: 0 40px 0 75px;
    width: 120px;
    text-align: center;
    background: url(../img/gh.png) 30px 8px no-repeat;
    background-color: #fff;
}
.rowA .ihd h3 a{
    font-size: 28px;
    color: #d91515;
    font-weight: 600;
}
#footer {
    background-color: #0035a1;
    font-size: 14px;
    clear: both;
    padding: 15px 0;
    border-top: 3px solid #0a5385;
}
#footer .siteWidth {
    text-align: center;
}
.copyRight,.copyRight a{
    position: relative;
    color: #fff;
}


/*.nav {height: 60px;line-height: 60px;background:#0035a1;}
.nav ul {	width: 1200px;    margin: auto;    overflow: hidden;    height: 60px;    line-height: 60px;    position: relative;   }
.nav li {    float: left;      position: relative;}
.nav li a {    color: #fff;    display: block;    padding: 0;    width: 170px;    font-size: 20px;}
.nav li.on1 i{    width: 10px;    height: 10px;    background-repeat: no-repeat;    outline: 1px solid transparent;    position: absolute;    right: -10px;    top: 0;   background-image: linear-gradient(45deg, #004893 50%, rgba(255, 255, 255, 0) 50%);}
.nav li.on1 a,.nav li:hover a{    background-color: #0058B3;    font-weight: 600;}*/



.nav {height: 60px;line-height: 60px;background:#0035a1;z-index: 9999;}
.nav ul {width: 1200px;margin: 0 auto;line-height: 60px;position: relative;z-index: 9999;}
.nav ul .li1 {    float: left;    width: 160px;    height: 60px;    _display: inline;    text-align: center;    position: relative; color: #fff;}
.nav ul .li1.on1 {color: #fff; background-color: #0058B3; }
.nav ul li.li1 .h1 {line-height: 60px;font-size: 18px;/* background-color: #0058B3; */}
.nav ul li.li1 .a1 {    display: block; color: #fff;   }
.nav ul li.first1 h3 a {    border-left: 0;}
.nav ul li.on1 a {color: #fff;/* background-color: #0058B3; */}
.nav ul li .ul1 {display: none;width: 160px;position: absolute;left: 0;top: 60px;line-height: 24px;background: #0035a1;}
.nav ul li .ul1 li a {    display: block;    color: #fff;    padding: 15px 0;    text-align: center;}
.nav ul li .ul1 li.on2 {    background: #1c74d7;}







/* 首页 -------http://sd.powereasy.net:7515/manage888#---------------------------*/

#indZyjs .right-box{width: 580px;float: left;}
#indZyjs .right-box .hd{height: 40px;line-height: 40px;border-bottom: 1px solid #dedede;margin-bottom: 20px;}
#indZyjs .right-box .hd h3{font-size: 20px;float: left;padding: 0 10px;height: 38px;line-height: 38px;border-bottom: 3px solid #006fbc;font-weight: 600;}
#indZyjs .right-box .hd h3 a i{color: #006fbc;font-weight: 600;}
#indZyjs .topinfoList .t{border-bottom: 1px dashed #d2d1d1;padding-bottom: 18px;margin-bottom: 4px;}
#indZyjs .topinfoList .t .title{font-size: 20px;line-height: 34px;margin: 0 0 16px;font-weight: 600;text-align: left;text-indent: 14px;}
#indZyjs .topinfoList .t .intro{font-size: 12px;line-height: 22px;color: #717171;padding: 0;text-indent: 2em;}
#indZyjs .topinfoList .n{line-height: 40px;height: 40px;border-bottom: 1px dashed #dedede;}
#indZyjs .topinfoList .n a{font-size: 14px;padding-left: 24px;background: url(../img/list_icon.png) 11px 50% no-repeat;}
#indZyjs .topinfoList .n .date{float: right;color: #999999;font-size: 14px;}
.focusBox {
    width: 580px;
    overflow: hidden;
    position: relative;
    float: right;
}
.focusBox .hd {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 9px;
}
.focusBox .hd ul {
    overflow: hidden;
    zoom: 1;
}
.focusBox .hd ul li {
    display: inline-block;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 5px;
    text-align: center;
    background: #cccccc;
    cursor: pointer;
    font-size: 12px;
}
.focusBox .hd ul li span{
    display: none;
}
.focusBox .hd ul li.on {
    background: #f9be2f;
    color: #fff;
}
.focusBox .bd {
    height: 380px;
    position: relative;
    overflow: hidden;
}
.focusBox .bd li {
    position: relative;
}
.focusBox .bd .pic {
    position: relative;
    z-index: 0;
}
.focusBox .bd .pic img {
    width: 580px;
    height: 380px;
}
.focusBox .bd .con {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    height: 70px;
    line-height: 46px;
    text-align: center;
}
.focusBox .bd .con .title {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
}
.focusBox .bd .con .title a {
    color: #fff;
}
.focusBox .bd .con .titleBg {
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    background: #000;
    filter: alpha(opacity=70);
    opacity: 0.7;
    height: 70px;
}
.allcontent{
  /*  background-color: #f2f2f2;*/
    padding: 40px 0 10px;
    width: 100%;
    margin: 0;
}

.sytent{
 background-color: #eaf4fe;
    padding: 40px 0 30px;
    width: 100%;
    margin: 0;
}

.indbox{
    width: 580px;
    margin-bottom: 30px;
}
.indbox .ihd,.indbox .hd{
    height: 44px;
    line-height: 44px;
    margin-bottom: 20px;
    background: #0035a1
}
.indbox .hd{
    margin-bottom: 20px;
}
.indbox .hd ul li{
    float: left;
    height: 50px;
    background-color: #fff;
}
.indbox .ihd h3,.indbox .hd ul li.on{
    float: left;
    height: 44px;
}
.indbox .ihd h3 a,.indbox .hd ul li.on a{
	display: block;
   /* border-left: 4px solid #ffd71c;*/
	padding: 0 22px;
  /*  background-color: #006fbc;*/
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	height: 44px;
	line-height: 44px;
}
.indbox .ihd .more,.indbox .hd .more{
    float: right;
    height: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 44px;
    padding-right:20px;
}

.indbox .ihd .more:hover,.indbox .hd .more:hover{
    color: #b92626;
}
.indbox .ibd .infoList .t{
    height: 80px;
    margin-bottom: 15px;
}
.indbox .ibd .infoList .t .pic{
    float: left;
    width: 120px;
	height: 80px;
    margin-right: 20px;
}
.indbox .ibd .infoList .t .con .title{
    font-size: 16px;
	line-height: 1;
    padding: 6px 0 16px;
}
.indbox .ibd .infoList .t .con .intro{
    font-size: 12px;
	line-height: 22px;
	color: #808080;
}
.indbox .ibd .infoList .n,.indbox .bd .infoList .n{
    font-size: 14px;
    height: 40px;
    border-bottom: 1px dashed #dedede;
	line-height: 40px;
    padding-left: 24px;
    background: url(../img/list_icon.png) 11px center no-repeat;
}
.indbox .ibd .infoList .n .date,.indbox .bd .infoList .n .date{
    float: right;
    font-size: 14px;
    color: #999999;
}
.indbox .ibd a:hover,.topinfoList a:hover{
    color: #2e7acf!important;
}
.rowC{padding: 15px 0;}
.rowD{padding: 15px 0 40px;}
.picbox{
    width: 100%;
}
.picinfoList li{float:left;margin-right: 20px;}
.picinfoList li.last{margin-right: 0;}
.picinfoList li .pic{width: 224px;height: 140px;}
.picinfoList li .title{width: 224px;margin: auto;text-align: center;height: 56px;line-height: 28px;margin: 10px 0 0;font-size: 14px;}
.newsList li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    padding-left: 30px;
    background: url(../img/list_icon.png) 13px 50% no-repeat;
    font-size: 16px;
}
.newsList .split {
    background: none;
    border-bottom: 1px dotted #ccc;
    height: 1px;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    margin: 15px 0;
}
.newsList .date {
    float: right;
    color: #999;
}
/* 文章列表页 ----------------------------------*/
.side {
    float: left;
    width: 310px;
}
.mainContent {
    float:right;
    width: 860px;
}
.sideBox {
    margin-bottom: 20px;
}
.sideBox .hd {
    height: 50px;
    line-height: 50px;
    background-color: #2072ce;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.sideBox .bd {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    overflow: hidden;
}
.menuList li{
    height: 40px;
    line-height: 40px;
	border-radius: 5px;
    text-indent: 108px;
    background: url(../img/slid_off.png) 90px center no-repeat;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}
.menuList li a{
    font-size: 16px;
    color: #333333;
}
.menuList li.on,.menuList li:hover{
    background-color: #2e7acf;
}
.menuList li.on a,.menuList li:hover a{
    color: #fff;
}

.mainBox .mHd {
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.mainBox .mHd h3 {
    float: left;
    width: 170px;
	height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #2072ce;
}
.mainBox .mHd .path {
    float: right;
}

.path {
    height: 32px;
    line-height: 32px;
    font-size:14px;
    color: #333333;
    margin-bottom: 20px;
}
.path a,
.path span {
    margin: 0 5px;
    color: #333;
}
.art-path{
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #dddddd;
    padding-left: 20px;
    background: url(../img/round.png) 5px 50% no-repeat;
}

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    line-height: 34px;
}
.page a,
.page span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #d4d4d4;
    padding: 0 15px;
    margin-right: 5px;
    font-size: 12px;
    color: #666666;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
}
.page a:hover {
    border: 1px solid #2072ce;
    text-decoration: none;
    color: #2072ce;
}
.page .current {
    background: #2072ce;
    border: 1px solid #2072ce;
    color: #fff !important;
    font-weight: bold;
    padding: 0 10px;
}
.page select {
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    background: #fff;
    border: 0 solid #d1d1d1;
    vertical-align: middle;
}
/* .page .disabled {
    pointer-events: none;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
} */
.sidePicList {
    text-align: center;
}
.sidePicList li {
    margin-bottom: 15px;
}
.sidePicList .pic {
    padding: 1px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}
.sidePicList .pic img {
    width: 100%
}
.sidePicList .title {
    text-align: left;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
.infoListA li {
    line-height: 22px;
    padding: 8px 0 8px 12px;
    background: url(../img/icons.png) 0 -74px no-repeat;
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    font-size: 14px;
}
.infoListA .date {
    float: right;
    color: #999;
    font-size: 12px;
    margin-left: 15px;
}
.infoListA .last {
    border-bottom: 0
}
.picList li {
    margin-bottom: 15px;
    font-size: 14px;
}
.picList .pic a {
    padding: 1px;
    border: 1px solid #ddd;
    display: block;
}
.picList .pic img {
    width: 100%;
}
.picList .pic a:hover {
    border-color: #bbb
}
.picList .title {
    line-height: 24px;
    padding-top: 5px;
}
.picList .last {
    margin-bottom: 0
}
/* 图片-列表页 ----------------------------------------- */
.picPageList {
    margin-right: -40px;
    overflow: hidden;
    text-align: center;
    padding: 0 10px;
}
.picPageList li {
    border: 1px solid #ddd;
    float: left;
    width: 31%;
    margin: 0 15px 20px 0;
    *display: inline;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.picPageList .pic {
    margin: 3%;
}
.picPageList .pic img {
    height: auto;
    width: 100%;
}
.picPageList .title,
.picPageList .titleBg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 94%;
    margin: 3%;
    display: block;
    overflow: hidden;
    line-height: 28px;
    padding: 5px 0;
    height: 28px;
    z-index: 3;
    color: #fff;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    transition: 400ms;
}
.picPageList .titleBg {
    background: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 2
}
.picPageList .title a {
    color: #fff;
    padding: 0 10px;
    display: block;
    font-size: 14px
}
.picPageList li:hover {
    border-color: #bbb;
    -webkit-box-shadow: #eee 2px 2px 0;
    -moz-box-shadow: #eee 2px 2px 0;
    box-shadow: #eee 2px 2px 0;
}
.picPageList li:hover .title,
.picPageList li:hover .titleBg {
    height: 56px;
}
/* 文章内容页 -----------------------------------------*/
.articleCon {
    text-align: left;
    padding: 0px 50px 20px;
}
.printArea .title {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 30px;
    color: #2072ce;
    font-weight: 500;
}
.printArea .subTitle {
    font-size: 20px;
    color: #555;
    text-align: center;
    margin-bottom: 20px;
}
.printArea .property {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 10px 25px;
    text-align: center;
    color: #777;
    border: none!important;
    border-bottom: 1px dashed #c7c7c7!important;
    background: transparent!important;
}
.printArea .property span {
    padding: 0 5px;
}
.printArea .conTxt {
    color: #333;
    font-size: 16px;
    line-height: 2;
    padding: 0 0 20px 0;
    overflow: hidden;
}
.printArea .conTxt img {
    display: block;
    margin: auto!important;
    max-width: 800px;
    height: auto !important;
}
.printArea .conTxt p {
    margin-bottom: 20px;
}
.printArea .conTxt a {
    color: blue;
    text-decoration: underline;
}
.printArea .conTxt em {
    font-style: italic;
}
.printArea .conTxt ul,
.printArea .conTxt ol {
    padding-left: 2em;
}
.printArea .conTxt ul li {
    zoom: normal;
    list-style: square;
    text-indent: 0 !important;
}
.printArea .conTxt ol li {
    zoom: normal;
    list-style: decimal;
    text-indent: 0 !important;
}
.printArea .conTxt h1 {
    font-size: 2em;
    margin: .67em 0;
}
.printArea .conTxt h2 {
    font-size: 1.5em;
    margin: .75em 0;
}
.printArea .conTxt h3 {
    font-size: 1.17em;
    margin: .83em 0;
}
.printArea .conTxt h5 {
    font-size: .83em;
    margin: 1.5em 0;
}
.printArea .conTxt h6 {
    font-size: .75em;
    margin: 1.67em 0;
}
.printArea .conTxt h1,
.printArea .conTxt h2,
.printArea .conTxt h3,
.printArea .conTxt h4,
.printArea .conTxt h5,
.printArea .conTxt h6,
.printArea .conTxt b,
.printArea .conTxt strong {
    font-weight: bolder;
}
.printArea .videoPlayer {
    position: relative;
    z-index: 1500;
    background: #000;
    width: 800px;
    text-align: center;
    margin: 20px auto;
    height: 480px;
}
.articleCon .userControl {
    font-size: 14px;
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    height: 40px;
}
.articleCon .userControl span{
    position: relative;
    top: -31px;
}
.articleCon .userControl .a {
    color: #777;
    margin: 10px 10px 0 0;
    float: left;
}
.articleCon .userControl .bdsharebuttonbox {
    display: inline-block;
}
.articleCon .page {
    padding: 10px 0;
    text-align: center;
    overflow: hidden;
}
.articleCon .others {
    margin: 30px 0;
}
.articleCon .others span{
    font-size: 16px;
    color: #2072ce;
}
.articleCon .others a,.articleCon .others .date{
    font-size: 16px;
    color: #333333;
}
.articleCon .others a:hover{
    color: #2072ce;
}
.articleCon .others .prev,
.articleCon .others .next {
    padding: 5px 0;
}
/* 相关信息 */
#relativeInfo {
    border-bottom: 1px solid #ddd;
}
#relativeInfo .bd {
    padding: 10px 0 20px 0;
}
#relativeInfo ul {
    overflow: hidden;
}
#relativeInfo li {
    float: left;
    width: 50%;
}
.pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.pic a:hover:before{left: 150%;transition: left 1s ease 0s}

#indBanner { float: none; width: 100%; /* max-width: 1600px;*/ height: 450px; margin: 0 auto;  position: relative;}
#indBanner,
#indBanner .bd,
#indBanner .bd li,
#indBanner .bd li .pic{height:450px;}
#indBanner{overflow: hidden; position: relative; z-index: 1; margin: 0 auto; text-align: left;  }
#indBanner .bd{position: relative; z-index: 2; overflow: hidden;    background: #dddad5;}
#indBanner .bd li{position: relative; z-index: 3;}
#indBanner .bd .con{height:48px; position:absolute; bottom:0px; left:0px; width:1200px; z-index:4}
#indBanner .bd .con .title,
#indBanner .bd .con .titleBg{display:none}

/*#indBanner .prev,
#indBanner .next{ border:1px solid #fff; border-radius: 20px; width: 40px;height: 40px;background: url(../../base/img/slidearrow.png) no-repeat;display: block;position: absolute; z-index: 7; top: 50%;margin-top:-20px; left:50%;cursor: pointer;transition:0.3s;-moz-transition:0.3s;-webkit-transition: 0.3s;-o-transition:0.3s;}
#indBanner .prev{ background-position: 13px 10px; margin-left:-600px;}
#indBanner .next{ background-position: 16px -74px; margin-left:558px; }
#indBanner .prev:hover{border:1px solid #d70000;background: url(../../base/img/slidearrow.png) no-repeat 13px 10px #d70000;}
#indBanner .next:hover{border:1px solid #d70000;background: url(../../base/img/slidearrow.png) no-repeat 16px -74px #d70000; }  */

#indBanner .hd{display: none; height:14px;overflow:hidden;width:100%;position:absolute;left:0;bottom: 20px;text-align:center;font-size:0;z-index:8;}
#indBanner .hd li{display:inline-block; *display:inline; zoom:1; vertical-align:top; margin:0 3px; width:14px; height:14px; background:#e5e5e5; cursor: pointer; -webkit-border-radius:14px; -moz-border-radius:14px; border-radius:14px;  }
#indBanner .hd li span{display:none; }
#indBanner .hd .on{ background:#f60 }


.sy_cgsp{width:30%;float:left;}
.sy_cgsp .hd{width:100%;line-height:50px;background: #0035a1;/* color:#fff; */height: 50px;}
.sy_cgsp .hd h3{/* background: #0035a1; */padding:0px 20px;font-size:16px;font-weight:bold;color: #fff;float: left;}
.sy_cgsp .hd h3 a{color:#fff}
.sy_cgsp .hd .more{float:right;padding-right:10px; color:#fff;font-size: 14px;}
.sy_cgsp .hd .more:hover{color:#fff;}
.sy_cgsp .bd{
  width:100%;height:250px; border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;position: relative;
    overflow: hidden;margin-top:12px;padding:20px;box-sizing: border-box;background: rgba(255,255,255,0.6);}

.gg_img{position: absolute;z-index: 9;/*width:368px;height:208px;*/}


.sy_cgsp .bd video,.sy_cgtd .bd video{width:100%;object-fit: cover;height:100%;}
.sy_cgsp .bd img{width:100%;height:208px;}




.sy_cgjj{width:40%;float:left;padding:0px 20px;box-sizing: border-box;}

.sy_cgjj .hd{width:100%;line-height:50px;/* border-bottom:1px #ccc solid; */color:#fff;background: #0035a1;height: 50px; }
.sy_cgjj .hd h3{/* background: #0035a1; */padding:0px 20px;font-size:16px;font-weight:bold;color: #fff;float: left;}
.sy_cgjj .hd h3 a{color:#fff}
.sy_cgjj .hd .more{float:right;padding-right:10px;color:#fff;font-size: 14px;}
.sy_cgjj .hd .more:hover{color:#fff;}
.sy_cgjj .bd{width:100%;height:250px; border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;position: relative;
    overflow: hidden;margin-top:12px;padding:20px;box-sizing: border-box;background: rgba(255,255,255,0.6);}
.sy_cgjj .bd p{line-height:24px;padding:0px 10px;text-indent:2em;font-size:16px;}




.sy_cgtd{width:30%;float:right;}

.sy_cgtd .hd{width:100%;line-height:50px;color:#fff; background: #0035a1;height: 50px; }
.sy_cgtd .hd h3{font-size:16px;font-weight:bold;color: #fff;float: left;padding:0px 20px;}
.sy_cgtd .hd h3 a{color:#fff}
.sy_cgtd .hd .more{float:right;padding-right:10px;color:#fff;font-size: 14px;}
.sy_cgtd .hd .more:hover{color:#fff;}
.sy_cgtd .bd{ width:100%;height:250px; border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;position: relative;
    overflow: hidden;margin-top:12px;padding:20px;box-sizing: border-box;background: rgba(255,255,255,0.6);}

.sy_cgtd .bd img{width:100%;height:100%;}

.power-content_voice{display: none;}
.banner {
   height: 200px !important;
    background: none !important;}

/*--
颜色代码
#BB0000 深色标题
#ddd 淡蓝色边框
--*/