html,
body,
div,
span,
applet,
object,
img,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video,
button,
input {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #000;
   /*  vertical-align: middle; */
    outline: none;
}
i,em,strong{
  font-style: normal!important;
}
html,
body {
    font-size: 14px;
    height: 100%;
    font-family: "微软雅黑"
}

.hover {
    opacity: .8;
}

.flex-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-con {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.flex-vertical {
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
}

.flex-h {
  display: box;              /* OLD - Android 4.4- */
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  /* 09版 */
  -webkit-box-orient: horizontal;
  /* 12版 */
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}
.flex-hc {
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}

.border-t,
.border-b {
    position: relative;
}

.border-t:before,
.border-b:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ddd;
    right: 0;
    height: 1px;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.border-b:after {
    top: auto;
    bottom: 0;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.flowhid {
    overflow: hidden;
}

.middlew12 {
    width: 1200px;
}
.maruto{
     margin:0 auto;
}
.eclips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ipt {
    padding: 5px;
    outline: none;
}

.bold {
    font-weight: bold;
}
.f12{
    font-size:12px;
}
.f18{
    font-size:18px;
}
.c99{
    color:#999;
}
.w100 {
    width: 100%;
}
.h100{
    height:100%;
}
.w95 {
    width: 95%;
}

.w90 {
    width: 90%;
}

.w80 {
    width: 80%;
}

.w70 {
    width: 70%;
}

.w50 {
    width: 50%;
}

.w33 {
    width: 33%;
}

.w30 {
    width: 30%;
}

.none {
    display: none;
}

.mauto {
    margin: 0 auto;
}

.mar10 {
    margin: 10px;
}

.mtop10 {
    margin-top: 10px;
}

.mtb5 {
    margin: 5px 0;
}

.mtb10 {
    margin: 10px 0;
}

.mtb20 {
    margin: 20px 0;
}

.mtb30 {
    margin: 30px 0;
}

.mlr10 {
    margin: 0 10px;
}

.mlr20 {
    margin: 0 20px;
}

.mlr30 {
    margin: 0 30px;
}

.ml30 {
    margin-left: 30px;
}

.mr30 {
    margin-right: 30px;
}
.mr10{
  margin-right:10px;
}
.box{
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;    
}
.border{
    border:1px solid #e7e7e7;
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.pad5 {
    padding: 5px;
}

.pad10 {
    padding: 10px;
}

.ptb5 {
    padding: 5px 0;
}

.ptb10 {
    padding: 10px 0;
}

.ptb20 {
    padding: 20px 0;
}

.ptb30 {
    padding: 30px 0;
}

.plr10 {
    padding: 0 10px;
}

.pb20 {
    padding-bottom: 20px;
}
.middle{
    vertical-align:middle;
}
.inline_block {
    display: inline-block;
}
.block{
    display:block;
}
.lf {
    float: left
}

.rf {
    float: right;
}

.clear {
    clear: both;
}

.ohidden {
    overflow: hidden;
}

.talign {
    text-align: center;
}

.tleft {
    text-align: left;
}

.tright {
    text-align: right;
}

.plineh2 {
    line-height: 2;
}

.z9 {
    z-index: 9999;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.left {
    float: left;
}

.right {
    float: right;
}

.bottom_line {
    border-bottom: 2px solid #dedede;
}

.bototom_dashed {
    border-bottom: 1px dashed #dedede;
}

.border_b {
    border-bottom: 1px solid #dedede;
}

.bgcolor_gray {
    background: #ededed;
}

.bgcolor_white {
    background: #fff;
}

.bradius3 {
    border-radius: 3px;
}

.ftc_fff {
    color: #fff;
}










.ckp_pptlayout{
    clear: both;
    position: relative;
    width: 1240px;
    padding: 10px 0;
    margin: 15px auto;
    background: #f7f7f9;
}
.ckp_ppttop {
    width: 576px;
    margin: 66px auto;
}
.ckp_pptbot {
    width: 904px;
    margin: 0 auto;
    margin-bottom: 66px;
}
.ckp_lia {
    background: #f96;
}
.ckp_lib {
    background: #76c5f0;
}
.ckp_lic {
    background: #85c226;
}
.ckp_lid {
    background: #f8c301;
    margin-left: 80px;
}
.ckp_lie {
    background: #f19abd;
}
.ckp_pptbox a {
    display: block;
    width: 248px;
    height: 86px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    padding: 20px 0;
}
.ckp_pptbox span {
    display: block;
    font-size: 20px;
    margin-top: 5px;
    color:#fff;
}
.ckp_pptwrap {
    margin-top: 50px;
}
.ckp_pptlayout {
    clear: both;
    position: relative;
    width: 1240px;
    padding: 10px 0;
    margin: 15px auto;
    background: #f7f7f9;
}
.ckp_pptnav1 {
    margin-top: -45px;
}
.ckp_pptnav1 li.active {
    background: #e70;
}
.ckp_classifylist a.active{
    color: #e70;
}
.ckp_pptnav1 li {
    float: left;
    width: 120px;
    height: 36px;
    background: #aaa;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    margin-right: 5px;
    font-size: 15px;
}
.ckp_pptnav1 li:hover{
    background:#979797;
}
.ckp_pptnav1 li a , .ckp_pptnav1 li .ckp_showlist{
    display: block;
    text-align: center;
    line-height: 36px;
    color: #fff;
}
.ckp_pptnav1 li .ckp_classifylist{
	width: 120px;
	top:0;
	background:#fff;
	z-index:99;
	border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.ckp_pptnav1 li .ckp_option{
    height:36px;
    line-height: 36px;
    color:#333;
    text-align:center;
}
.ckp_pptnav1 li .ckp_option:hover{
    color:#e70;
    cursor: pointer;
}
.ckp_pptnav1 li .ckp_jyinfo{
    width: 120px;
    top:0;
    left:120px;
    background:#fff;
    z-index:99;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;   
}
.ckp_pptnav1 li .ckp_showlist:hover{
	cursor: pointer;
}
.ckp_pptnav1 li .ckp_classifylist a:hover{
	color:#e70;
}
.ckp_pptnav1 li i {
    font-size: 22px;
    line-height: 36px;
    margin-right: 5px;
    vertical-align: middle;
}
.ckp_pptnav2 {
    border-bottom: 1px solid #ddd;
    margin: 10px 20px;
    line-height: 39px;
}
.ckp_pptnav2 li {
    float: left;
    width: 120px;
    text-align: center;
}
.ckp_pptnav2 li a {
    display: block;
    font-size: 16px;
    color: #999;
}
.ckp_pptnav2 li.active a, .ckp_pptnav2 li:hover a {
    border-bottom: 3px solid #e70;
    color: #e70;
}
.ckp_progress {
    padding: 20px;
    overflow: hidden;
    position: relative;
}
.ckp_progress .pptbtnl, .pptbtnr {
    display: block;
    line-height: 32px;
    text-align: center;
    width: 116px;
    height: 32px;
    border-radius: 25px;
    background: #999;
    color: #fff;
    font-size: 14px;
}
.ckp_progress .graybtn {
    background: #ccc;
}
.ckp_progress .pptbtnl {
    position: absolute;
    left: 50px;
}
.ckp_pptnav3wrap {
    position: relative;
    left: 50%;
}
.ckp_pptnav3 {
    position: relative;
    left: -50%;
    text-align: center;
}
.ckp_pptnav3 li {
    float: left;
    width: 94px;
    display: inline-block;
}
.ckp_pptnav3 li.active a {
    color: #fff;
    background: #e70;
    border-radius: 100%;
}
.ckp_pptnav3 li a {
    float: left;
    display: block;
    font-size: 16px;
    color: #999;
    width: 30px;
    height: 30px;
    background: #ddd;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}
.ckp_pptnav3 li em {
    float: left;
    width: 50px;
    height: 15px;
    line-height: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-left: 5px;
}
.ckp_pptnav3 li span {
    float: right;
    display: block;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid #ccc;
    border-bottom: 3px solid transparent;
    margin: 12.5px 5px 0 0;
}
.ckp_pptnav3 li.w30 {
    width: 30px;
}
.ckp_progress .pptbtnr {
    position: absolute;
    right: 50px;
}
.ckp_pptimg {
    padding: 20px;
    padding-top: 0;
}

/*页头页尾*/
.ckp_layout {
    clear: both;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.ckp_header {
    height: 134px;
    border-bottom: 2px solid #e70;
    padding-bottom: 6px;
}
.ckp_ppt .ckp_header {
    padding: 0;
    height: 126px;
}
.ckp_ppt .ckp_header .logo {
    margin-top: 44px;
    float: left;
}
.ckp_pptslogan {
    float: left;
}
.ckp_pptbtn {
    display: block;
    line-height: 32px;
    text-align: center;
    width: 116px;
    height: 32px;
    border-radius: 25px;
    background: #777;
    color: #fff;
    font-size: 14px;
    margin-top: 60px;
    margin-right: 30px;
}
code, kbd, pre, samp {
    font-family: courier new,courier,monospace;
}
.ckp_ppt .ckp_copyright pre{
    font-size: 12px;
    color: #999;
}
.ckp_ppt .ckp_copyright{
    text-align: center;
    font-family: Microsoft Yahei,arial,verdana;
    line-height: 1.6em;
    padding: 20px 0;
}