*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{background-color:#fff;color:#333;font-family: Microsoft YaHei;min-width: 1200px}
em,i,b{font-weight: normal;font-style: normal;}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color:rgba(255,0,0,0);}
a:hover{ text-decoration:none;}
li{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#333;background:none; outline:none; border:0px;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #333;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #333;}
input:disabled{background-color: inherit;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #333;}
/* 初始化结束 */
html,body{
    min-height: 100%;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.mr-20{
    margin-right: 20px;
}
.va-m{
    vertical-align: middle;
}
.c-fff{color: #fff}
/*引用字体文件*/
@font-face {
    font-family: "iconfont";
    src: url("../js/font/iconfont.eot");
    /* IE9*/
    src: url("../js/font/iconfont.eot#iefix") format("embedded-opentype"), url("../js/font/iconfont.woff") format("woff"), url("../js/font/iconfont.ttf") format("truetype"), url("../js/font/iconfont.svg#iconfont") format("svg");
    /* iOS 4.1- */
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.login-right .login-form-line .icons{
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*引用结束*/
/*头部*/
.header{
    height: 60px;
}
.header-con{
    margin: 0 auto;
    background-color: #fff;
    height: 60px;
    color: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: 0 0 12px #ddd;
}
.header-logo{
    float: left;
    margin-top: 10px;
}
.header .header-logo a{
    outline: none;
}
.header .header-logo a:hover{
    border: none;
}
.header-ul{
    float: right;
    margin-right: 5px;
}
.header-ul a{
    display: inline-block;
    margin-left:20px;
    padding: 18px;
    cursor: pointer;
    max-width: 160px;
    font-size: 16px;
    outline: none;
}
.header a.active,.header a:hover{
    border-bottom: 2px solid #2ab0df;
}
.header .userName{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
/*脚部*/
.footer{
    background-color:#373d41;
    color: #fff;
    margin-top: 70px;
    position: relative;
    padding: 15px 0 5px 0;
    height: auto;
    width: 100%;
    overflow: hidden;
}
.footer .footer-border{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 60px;
    width: 1px;
    background-color: #0FCAE6;
    margin: 0 auto;
}
.footer a{
    color: #eee;
}
.footer p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0;
}
.footer a:hover{
    color: #999;
}
/*.footer span{*/
    /*width: 60px;*/
    /*text-align: left;*/
/*}*/
.footer-l{
    text-align: right;
    width: 600px;
    margin-right: 20px;
    float: left;
    border-right: 1px solid #0FCAE6;
    padding-right: 20px;
}
.footer-l-img{
    float: left;
    margin-right: 20px;
}
.footer-r{
    text-align: left;
    float: left;
}
.footer-r p{
    text-align: left;
}
.footer-r-title{
    margin-left: 46px;
}
.about-us{
    border-right: 1px solid #0FCAE6;
    padding-right: 20px;
    margin-right: 20px;
}
/*弹窗*/
.modal {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal.active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal.active > .modal-main {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/*右侧菜单栏*/
.qc-side {
    position: fixed;
    width: 54px;
    height: 216px;
    right: 0;
    bottom: 100px;
    z-index: 100;
}
.qc-side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
    cursor:pointer;
}
.qc-side .sidebox{
    width: 54px;
    height:54px;
    opacity: 0.8;
    background:#000;
    vertical-align:middle;
    display:table-cell;
    border-left: 1px solid #444;
    text-align: center;
}
.qc-side .sidebox img{
    vertical-align:middle;
}
.sidebox2{
    position:absolute;
    background:#2ab0df;
    color:#fff;
    top:0;
    right:54px;
    line-height:54px;
    width: 190px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius:10px 0px 0px 10px;
    text-align: center;
}
.sidebox2 span{
    font-size: 16px;
}
.sidebox3{
    width:140px;
}
.sidebox3_img img{
    width:120px;
    padding:10px;
    padding-bottom:5px;
}
.sidebox3_title{
    padding-bottom:5px;
    line-height:20px;
}
.qc-side ul li:hover .sidebox {
    opacity: 1;
    background:#2ab0df;
}
.qc-side ul li:hover .sidebox2 {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
}
.sidebox_suggest{
    font-size:20px;
    width:160px;
    text-indent:3px;
}


/* 友情链接 */
.friendLink{
    border-bottom: 1px solid #555e65;
    margin-bottom: 10px;
}
.friendLink .title{
    display: block;
    font-size: 18px;
    padding: 10px 0 22px 0;
    color: #fff;
    font-family: Microsoft Yahei;
    text-align: left;
    line-height: 1;
}
.friendLink .ulLinkInofr{
    width: 100%;
    margin-bottom: 0px;
}
.friendLink .ulLinkInofr:after{
    content: '';
    display: block;
    clear: both;
}
.friendLink .ulLinkInofr li{
    margin-right: 3%;
    padding-bottom: 15px;
    color: #fff;
    font-size: 14px;
    float: left;
    line-height: 1;
}


/* 首页Canvas */
.demo-1,.demo-1 .content,.plate1{
    min-height: 720px;
}
.demo-1{
    max-height: 720px;
    overflow: hidden;
}
.canvasLayout{
    position: absolute;
    top: 60px;
    width: 100%;
}
.canvasLayout .plate1-loop{
    width: 1200px;
    margin: 10px auto;
}



/* [0525]六一活动 */
.header-ul a{
    position: relative;
}
.header-ul a i{
    position: absolute;
    top: 1px;
    right: 0;
    width: auto;
    min-height: 10px;
    border-radius: 10px;
    background-color: #f00;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 2px 8px;
}
.header-ul a i:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    right: 6px;
    bottom: -9px;
    border-top: 10px solid #f00;
    border-left: 0px solid transparent;
    border-right: 10px solid transparent;
}
.formItems{
    width: 268px;
    border: 1px solid #f15432;
    background-color: #ffefeb;
    border-radius: 3px;
    padding: 5px 0;
    margin-left: 208px;
    margin-bottom: 20px;
    color: #f15432;
    display: none;
}
#cnzz_stat_icon_1276890792{
    display: none;
}

@charset "utf-8";
.BodyContent1{
	width:1200px;
	margin:30px auto;
	text-align:left;	
}
.contentTitle{
	font-weight:700;
	font-size:30px;
	text-align:center;
}
.contentShow{
	margin-top:20px;
}
.articleTitle > div{
	margin-top:3px;
}
.articleTitle > div > li{
	font-weight:700;
	font-size:20px;
}
.step1, .step2 , .step3 , .step4 , .step5{
	margin-top:3px;
}
.articleTitle ul li{
	text-indent:2em;
}	
.indentText{
	text-indent:2em;
}
.contentButton{
	margin:60px 520px 80px;
	width:160px;
	line-height:40px;
	color:#fff;
	font-size:16px;
	border-radius:7px;
	background:#f9a308;
	text-align:center;
	cursor:pointer;
}
.contentButton:hover{
	background:#f9a308;
}