@charset "UTF-8";

/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td,form { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    font: 12px/1 'Microsoft YaHei',Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol, li { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:focus,a:active { outline: none;}
a:hover { text-decoration: none;}
a.link {
    color:#a0201b;
}

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
    outline: none;
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html { overflow-y: scroll; }

/* 清除浮动 */

.clearfix{
    *zoom:1;
}

.clearfix:after{
    display:block;
    content:" ";
    width:0;
    height:0;
    font-size:0;
    line-height: 0;
    clear:both;
}

.clear {
    clear:both;
    width:0;
    height:0;
    font-size:0;
    line-height:0;
}

/* 字体超出区域后省略号显示 */

.textEllipsis {
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tSeo {
    font-size:0;
    line-height:0;
    text-indent:-9999rem;
}

.wrap1200 {
    margin:0 auto;
    width:1200px;
}

.hidden {
    display:none;
}

/* ===================
 *
 * 首页
 *
 ==================== */
body{
	width:100%;
	min-width: 1200px;
}

.header {
    position:absolute;
    left:0;
    top:30px;
    right:0;
    z-index:2;
    height:90px;
	min-width: 1200px;
    background:url(../img/alpha_75.png) repeat;
    -webkit-transition:background .2s ease;
    -moz-transition:background .2s ease;
    transition:background .2s ease;
}

.header:hover {
    background:url(../img/alpha_95.png) repeat;
}

.header .shadow {
    display:block;
    position:absolute;
    left:50%;
    bottom:-66px;
    margin-left:-480px;
    width:959px;
    height:66px;
    background:url(../img/shadow.png) no-repeat;
}

.header .l_box {
    display:block;
    float:left;
    padding-top:10px;
}

.header .r_box {
    float:right;
}

.header .h_link {
    float:right;
    padding:36px 0;
    line-height:18px;
    font-size:0;
}

.header .h_link a,
.header .h_link span {
    display:inline-block;
    vertical-align:middle;
    font-size:14px;
}

.header .h_link span {
    padding:0 6px;
    width: 91px;
    color:#999;
}

.header .h_link a.regist {
    color:#999;
}

.header .h_link a.login {
    color:#a0201b;
}

.logo {
    width:300px;
    height:60px;
    background:url(../img/logo.png) no-repeat;
}

/* 主菜单 */

.mainMenu {
    float:right;
    padding:36px 0;
}

.mainMenu ul li {
    float:left;
    height:18px;
    line-height:18px;
}

.mainMenu ul li a {
    display:block;
    position:relative;
    font-size:14px;
    color:#666;
}

.mainMenu ul li a:before,.mainMenu ul li a:after{
    content:"";
    display:block;
    position:absolute;
    left:50%;
    bottom:-10px;
    width:0;
    height:2px;
    background-color:transparent;
    -webkit-transition:all .2s ease-in-out;
    -moz-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
}

.mainMenu ul li a:after {
    right:50%;
}

.mainMenu ul li a:hover {
    color:#a0201b
}

.mainMenu ul li a:hover:before {
    left:0;
    width:50%;
    background-color:#a0201b;
}

.mainMenu ul li a:hover:after {
    right:0;
    width:50%;
    background-color:#a0201b;
}

.mainMenu ul li.active a {
    color:#a0201b;
}

.mainMenu ul li {
    margin-right:36px;
}

/* 大banner展示 */

.bannerShow {
    z-index:1;
    width:100% !important;
    overflow-x:hidden;
    height:630px;
}

.bannerShow li {
    position:absolute;
    left:50% !important;
    top:0;
    margin-left:-960px;
    width:1920px;
    height:630px;
}

.bannerShow .yx-rotation-title {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
    height:90px;
    background:url(../img/alpha_30.png) repeat;
}

.bannerShow .yx-rotation-t {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:3;
    padding-top:25px;
    height:65px;
    color:#fff;
    font-size:18px;
    text-align:center;
}

.bannerShow .yx-rotation-focus {
    position:absolute;
    bottom:20px;
    left:0;
    right:0;
    font-size:0;
    z-index:3;
    text-align:center;
}

.bannerShow .yx-rotation-focus span {
    display:inline-block;
    margin:0 6px;
    width:40px;
    height:4px;
    font-size:0;
    line-height:0;
    background-color:#ccc5c0;
    -webkit-transition:background .6s;
    -moz-transition:background .6s;
    -o-transition:background .6s;
    transition:background .6s;
}

.bannerShow .yx-rotation-focus span.hover {
    background-color:#ff0000;
}

/* 主内容展示 */

.secBox1 {
    padding:30px 0;
}

.i_activity {
    float:left;
    padding:11px;
    width:418px;
    height:428px;
    background-color:#f3f3f3;
}

.i_activity .img {

}

.i_activity .imgBox {
    position:absolute;
    left:0;
    top:0;
    width:408px;
    height:306px;
}

.i_activity .imgBox img {
    display:block;
}

.i_activity .imgScroll {
    position:relative;
    width:418px;
    height:316px;
}

.i_activity .imgScrollBox {
    position:relative;
    border:5px solid #36393d;
    width:408px;
    height:306px;
    overflow:hidden;
}

.i_activity .imgScroll .dots {
    position:absolute;
    top:281px;
    left:5px;
    right:5px;
    z-index:2;
    height:30px;
    background:url(../img/alpha_30.png) repeat;
}

.i_activity .imgScroll .dots .valueDots {
    float:left;
    padding:9px 0 0 10px;
}

.i_activity .imgScroll .dots .valueDots span {
    padding:0 1px;
    color:#fff;
    font-size:14px;
}

.i_activity .imgScroll .dots .valueDots span.active {
    color:#ff0000;
}

.i_activity .imgScroll .dots .numDots.slidizle-navigation {
    float:right;
    position:relative;
    bottom:auto;
    left:auto;
    width:auto;
    text-align:right;
    padding:7px 10px 0 0;
    font-size:0;
}

.i_activity .imgScroll .dots .numDots.slidizle-navigation span {
    display:inline-block;
    margin-left:8px;
    width:17px;
    height:17px;
    text-align:center;
    line-height:17px;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    background:url(../img/dots.png) no-repeat;
    background-position:0 0;
}

.i_activity .imgScroll .dots .numDots span.active {
    background-position: 0 -17px;
}

.i_activity .text {
    position:relative;
    height:112px;
}

.i_activity .text h2 {
    padding:15px 0 10px 0;
    font-size:14px;
    color:#333;
    line-height:1;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
    font-weight:normal;
}

.i_activity .text p {
    font-size:12px;
    color:#666;
    line-height:22px;
}

.i_activity .textItem {
    position:absolute;
    left:0;
    top:0;
    right:0;
    height:112px;
}

.i_works {
    float:left;
    margin-left:16px;
    padding:11px;
    width:418px;
    height:428px;
    background-color:#f3f3f3;
}

.i_works .img a {
    display:block;
    width:418px;
    height:316px;
    overflow:hidden;
}

.i_works .img a img {
    display:block;
}

.i_works .text {
    height:112px;
}

.i_works .text h2 {
    padding:15px 0 10px 0;
    font-size:14px;
    color:#333;
    line-height:1;
    font-weight:normal;
}

.i_works .text p {
    font-size:12px;
    color:#666;
    line-height:22px;
}

.i_news {
    float:left;
    margin-left:15px;
    width:365px;
    height:450px;
    background-color:#f3f3f3;
}

.i_news .title {
    border-bottom:1px solid #c3c3c3;
    padding:0 10px;
    height:40px;
}

.i_news .title .text {
    float:left;
    border-bottom:2px solid #ff0000;
    padding:12px 0 13px;
    font-size:14px;
    color:#666;
}

.i_news .title .sub {
    float:right;
    padding:13px 0;
    line-height:14px;
    font-size:14px;
    color:#666;
}

.i_news .title .sub a {
    color:#666;
    font-size:14px;
}

.i_news .content {

}

.i_news .content ul {

}

.i_news .content ul li {
    padding:0 10px;
    -webkit-transition:background 1s;
    -moz-transition:background 1s;
    -o-transition:background 1s;
    transition:background 1s;
}

.i_news .content ul li:hover {
    background-color:#e7e7e7
}

.i_news .content ul li a {
    display:block;
    border-bottom:1px dashed #e2e2e2;
    padding:15px 0;
}

.i_news .content ul li a .name{
    margin-bottom:17px;
    font-size:12px;
    color:#666;
    line-height:18px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.i_news .content ul li a .time {
    color:#999;
    font-size:12px;
}

.i_artist {

}

.i_artist .title {
    height:35px;
}

.i_artist .title .text {
    float:left;
    font-size:16px;
    color:#5f3a32;
}

.i_artist .title .sub {
    float:right;
    font-size:14px;
    color:#666;
    line-height:16px;
}

.i_artist .title .sub a {
    color:#666;
}

.i_artist .content {
    padding:19px 0 21px 40px;
    width:1160px;
    height:220px;
    background:url(../img/bg_10x10.jpg) repeat;
}

.i_artist_list {
    position:relative;
    width:1120px;
    height:245px;
}

.scrolling {
    width:1120px;
    height:225px;
    overflow:hidden;
}

.scrolling ul {
    width:1120px;
    height:240px;
}

.scrolling ul li {
    margin-right:53px;
    width:180px;
    height:225px;
}

.scrolling ul li a {
    display:block;
    position:relative;
    padding:10px;
    width:160px;
    height:200px;
    overflow:hidden;
    background-color:#fff;
    -webkit-box-shadow:2px 2px 3px #ccc;
    -moz-box-shadow:2px 2px 3px #ccc;
    -o-box-shadow:2px 2px 3px #ccc;
    box-shadow:2px 2px 3px #ccc;
}

.scrolling ul li a .inner {
    position:relative;
    width:160px;
    height:200px;
    overflow:hidden;
}

.scrolling ul li a .inner span {
    position:absolute;
    left:0;
    right:0;
    bottom:-40px;
    padding:0 10px;
    height:40px;
    line-height:40px;
    color:#fff;
    font-size:12px;
    background:url(../img/alpha_70.png) repeat;
}


/* 底部信息 */

.footerBottom {
    height:100px;
    background-color:#362723;
}

.followUs {
    float:left;
    padding-top:38px;
    font-size:0;
}

.followUs span,.followUs a {
    display:inline-block;
    vertical-align:middle;
}

.followUs span {
    width:80px;
    color:#777;
    font-size:14px;
}

.followUs a {
    margin-right:5px;
    width:22px;
    height:22px;
    background:url(../img/foot_sprite.png) no-repeat;
}

.followUs a.iconWeChat {
    background-position:-127px -6px;
}

.followUs a.iconWeiBo {
    background-position:-154px -6px;
}

.copyRight {
    float:right;
    padding-top:42px;
}

.copyRight a {
    color:#777;
    font-size:14px;
}

.copyRight span {
    padding:0 6px;
    color:#777;
    font-size:14px;
}


.shop-order {
    border:1px solid #f7f7f7;
    padding:0 19px;
}

.order-section {
    border-bottom:1px solid #eee;
    padding:20px 0;
}

.order-section .name {
    margin-bottom:10px;
    font-size:18px;
    color:#333;
}

.order-section .address {
    color:#666;
}

.order-info img {
    float:left;
    margin-right:20px;
}

.order-info .pro-info {
    float:left;
    width:360px;
}

.order-info .pro-info h2 {
    margin:10px 0;
    font-size:14px;
    color:#666;
}

.order-info .pro-info p {
    color:#666;
}

.order-info .pro-price {
    float:left;
    margin-top:25px;
    color:#d80000;
    font-size:14px;
}

.order-info .pro-num {
    float:right;
    margin-top:25px;
    color:#999;
}

.order-bottom {
    padding:20px 0;
}

.order-bottom .name {
    margin-bottom:10px;
    font-size:18px;
    color:#333;
}


.order-textarea {
    float:left;
}

.order-textarea textarea {
    border:1px solid #d5d5d5;
    padding:10px;
    width:300px;
    height:68px;
    line-height:1.5;
    resize: none;
}

.add-form {
    padding:20px 20px 0 20px;
}

.add-form > ul > li {
    margin-bottom:20px;
}

.add-form .form-label {
    float:left;
    margin:10px;
    color:#333;
    height:32px;
    color:#h=;
    min-width:58px;
}

.add-form .form-label i {
    color:#ff0000;
    font-style:normal;
    font-weight:bold;
    margin:5px;
}

.add-form .form-control {
    float:left;
}

.add-form .form-control textarea {
    border:1px solid #cccccc;
    padding:8px;
    width:344px;
    height:42px;
    line-height:1.5;
}

.add-form .form-control input {
    float:left;
    border:1px solid #cccccc;
    padding:5px 10px;
    width:122px;
    height:20px;
    line-height:20px;
}

.add-form .form-control select {
    border:1px solid #cccccc;
    padding:5px 10px;
    position:relative;
    width:122px;
    height:30px;
    line-height:20px;
    margin-right:10px;
}

.add-form .form-control  .btn-getCode {
    float:left;
    border:1px solid #dae2e5;
    border-left:0;
    width:120px;
    height:30px;
    line-height:30px;
    cursor:pointer;
    color:#333;
    text-align:center;
}


.add-form .form-radio {
    float:left;
}
.add-form .form-radio input {
    margin:10px 5px 10px 10px;
    width:15px;
    line-height:20px;
}


.add-form .offset-label {
    margin-left:68px;
}

.add-form .btn-submit {
    border:0;
    width:143px;
    height:32px;
    color:#fff;
    font-size:14px;
    cursor:pointer;
    background-color:#a0201b;
}

.add-form .btn-submit:hover {
    background-color:#bc2822;
}


/* ===================
 *
 * 注册、登录
 *
 ==================== */

.loginBox {
    padding:48px 48px 32px;
    width:344px;
}

.loginBox .title {
    margin-bottom:30px;
    text-align: center;    
}

.loginBox .title .text {
    font-size:24px;
    color:#333;
    font-weight:300;
}

.loginBox .title .r {
    float:right;
    padding-top:8px;
    font-size:14px;
    color:#999;
}

.loginForm li {
    margin-bottom:10px;
}

.loginForm li input[type=text],
.loginForm li input[type=password] {
    border:1px solid #dae2e5;
    padding:10px;
    width:322px;
    height:20px;
    line-height:20px;
}

.loginForm li .check-control input[type=text] {
    float:left;
    width:172px;
}

.loginForm li .check-control .btn-getCode {
    float:left;
    border:1px solid #dae2e5;
    border-left:0;
    width:149px;
    height:40px;
    line-height:40px;
    cursor:pointer;
    color:#333;
    text-align:center;
}

.loginForm .btn-regist {
    margin-top:10px;
    border:0;
    width:344px;
    height:42px;
    font-size:16px;
    color:#fff;
    cursor:pointer;
    background-color:#00b200;
}

.loginForm .btn-regist:hover {
    background-color:#01a501;
}

.loginForm .btn-login {
    margin-top:10px;
    border:0;
    width:344px;
    height:42px;
    font-size:16px;
    color:#fff;
    cursor:pointer;
    background-color:#a0201b;
}

.loginForm .btn-login:hover {
    background-color:#b92620;
}

.loginForm .linkForget {
    color:#999;
    line-height:30px;
}

.center {
    text-align:center;
}

.linkGreen {
    color:#00b200;
}


.user-login-info span {
    display: inline-block;
    vertical-align: middle;
    color:#b04a47 !important;
}

.user-login-info i {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height:8px;
    background:url(../img/icon_down.png) no-repeat;
}

.user-login-info {
    position:relative;
    padding:8px;
    cursor:pointer;
}

.user-login-info ul {
    position:absolute;
    left:0;
    top:34px;
    z-index:2;
    min-width:131px;
    opacity:0;
    filter:alpha(opacity=0);
    background-color:#fff;
}

.user-login-info:hover {
    background-color:#fff;
}

.user-login-info:hover ul {
    padding-bottom:10px;
    opacity:1;
    filter:alpha(opacity=100);
}

.user-login-info:hover ul li {
    padding:0 15px;
    line-height:30px;
    color:#666;
    font-size:12px;
}

.user-login-info:hover ul li:hover {
    background-color:#f2f2f2;
}

.user-login-info:hover ul li a {
    color:#666;
    display:block;
}

.header .h_user {
    padding:28px 0;
}

/* ===================
 *
 * 行业动态
 *
 ==================== */

.crumbs {
    margin-bottom:20px;
}

.crumbs a,.crumbs span {
    color:#666;
}

.crumbs span.space {
    padding:0 5px;
    color:#666;
}

.info-detail .info-left {
    float:left;
    width:944px;
}

.info-detail .info-right {
    float:right;
    width:240px;
}

.detail-box {
    border:1px solid #eeeeee;
    padding:0 20px;
}

.detail-box .name {
    border-bottom:1px solid #eeeeee;
    padding:20px 0;
    font-size:22px;
    color:#333;
    text-align:center;
}

.detail-box .name p {
    margin:16px 0 5px;
    color:#999;
    font-size:12px;
}

.detail-box .body p {
    margin-bottom:30px;
    font-size:14px;
    color:#333;
    line-height:35px;
}

.detail-box .body p img {
    display:block;
    margin:0 auto;
    max-width:100%;
}

.detail-box .body {
    padding:30px 0 30px;
}


.banner-hangyedongtai {
    position:relative;
    z-index:1;
    height:392px;
    background:url(../img/bg_1920x392_6.jpg) no-repeat center top;
}


.hangyedongtai .head {
    position:relative;
    z-index:10;
}

.hangyedongtai .title {
    position:absolute;
    left:0;
    bottom:0;
    width:158px;
    height:65px;	
    line-height:65px;
    text-align:center;
    font-size:20px;
    color:#333;
    background:url(../img/alpha_85.png) repeat;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.hangyedongtai .content {
    padding:20px 0;
}

.dongtai-list {
    float:left;
    border:1px solid #eeeeee;
    padding:24px 20px;
    width:900px;
}

.dongtai-list ul li {
    margin-bottom:20px;
    border:1px solid #f7f7f7;
    width:900px;
    height:128px;
    background-color:#f7f7f7;
}

.dongtai-list ul li:hover {
    border-color:#dfdfdf;
}

.dongtai-list ul li a {
    display:block;
    padding:14px;
    height:100px;
    cursor:pointer;
}

.dongtai-list ul li a h2 {
    font-size:14px;
    color:#333333;
    font-weight:normal;
}

.dongtai-list ul li a p.time {
    margin:12px 0;
    color:#999999;
}

.dongtai-list ul li a p.text {
    color:#666;
    line-height:22px;
}

.dongtai-side {
    float:right;
    width:240px;
}

.dongtai-side .right-side .dd {
    padding:0 10px 150px 10px;
}

.dongtai-detail .detail-box .name {
    font-size:16px;
}

.right-side {
    background-color:#f3f3f3;
}

.right-side .dt {
    border-bottom:1px solid #c3c3c3;
    padding:0 10px;
    height:40px;
}

.right-side .dt span {
    display:inline-block;
    height:38px;
    line-height:38px;
    font-size:14px;
    color:#666;
    border-bottom:2px solid #ff0000;
}

.right-side .dd {
    padding:0 10px;
}

.side-yishujia li {
    border-bottom:1px dashed #e2e2e2;
    height:40px;
    line-height:40px;
}

.side-yishujia li a {
    display:block;
    color:#666;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.side-yishujia li a:hover,
.side-yishujia li.active a
{
    color:#a0201b;
}

.pagination .paginationNumber {
    float:left;
    font-size:14px;
    line-height:30px;
    color:#999;
}

.pagination .paginationNumber span {
    padding:0 5px;
    color:#9f1f1a;
}

.pagination .paginationBtn {
    float:right;
    font-size:0;
}

.paginationBtn a {
    display:inline-block;
    margin-left:12px;
    padding:0 8px;
    height:30px;
    line-height:30px;
    font-size:14px;
    color:#999;
    cursor:pointer;
    background-color:#f1f1f1;
}

.paginationBtn a:hover {
    color:#fff;
    background-color:#9f1f1a;
}


.code {
    margin-top:38px;
    width:120px;
}

.code p {
    margin-top:10px;
    text-align:center;
    color:#bdbdbd;
    font-size:14px;
}

.lib-img {
    position:relative;
    width:420px;
    height:226px;
}

.lib-img ul {
    width:420px;
    height:226px;
}

.lib-img ul li {
    width:420px;
    height:226px;
}

.lib-img .yx-rotation-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    height: 35px;
    background: url(../img/alpha_30.png) repeat;
}

.lib-img .yx-rotation-t {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding:0 20px;
    height: 35px;
    line-height:35px;
    color: #fff;
    font-size: 14px;
}


/* 错误提示 */

.errorTips {
    color:#ff0000;
}

.alertTips {
    color:#01a501;
}

/* 链接颜色 */

.redLink {
    color:#C82B22;
}

.grayLink {
    color:#777;
}

.backToTop {
    position:fixed;
    right:30px;
    bottom:30px;
    width:41px;
    height:41px;
    background:url(../img/icon_top.png) no-repeat;
}

.backToTop:hover {
    background-position:0 -41px;
}


.checkResult .resultTip {
    margin-top:35px;
    text-align:center;
    font-size:0;
}

.checkResult > p {
    margin-bottom:28px;
    text-align:center;
    color:#868686;
    line-height:18px;
}

.checkResult > p em {
    color:#ff6600;
    padding:0 5px;
}

.iconSuccess {
    display:inline-block;
    vertical-align:middle;
    width:32px;
    height:32px;
    background:url(../img/success.png) no-repeat;
}

.checkResult .resultTip {
    margin-bottom:20px;
}

.checkResult .resultTip i,
.checkResult .resultTip span {
    display:inline-block;
    vertical-align:middle;
}

.checkResult .resultTip i {
    margin-right:10px;
}

.checkResult .resultTip span {
    font-size:16px;
    color:#666;
}

.finalResult {
    margin-bottom:60px;
}

.qrcodeLeft {
	width:240px;
	height:390px;
	float:left;
	border:1px solid #E8E8E8;
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
	background:#fff;
}
.qrcodeRight {
	width:860px;
	height:420px;
	float:right;
	background:url(../img/machinebg.png) no-repeat; 
}
.qrcodeRightTitle {
	height:40px;
	line-height:40px;
	padding-left:14px;
	width:846px;
	background:#EEAB2E;
	color:#fff;
	font-size:16px;
}
.qrcodeRightlist {
	color:#333;
	font-size:12px;
	padding-left:14px;
	padding-top:14px;
	width:846px;
}
.qrcodeRightlist li{
	list-style:none;
	line-height:32px;
}
.qrcodeRightlist a{
	color:#333;
}