﻿@charset "utf-8";
/* CSS Document : 登录页面  */
*{margin:0;padding:0;list-style-type:none;}
body{ margin:0; padding:0; font-family:"微软雅黑"; font-size:12px; background:#f3f3f3}
.box{ width:820px; height:500px; margin:60px auto}
.box .box_title{ width:820px; height:30px; line-height:30px; background:#f3f3f3; float:left}
.box .box_title h2{ font-size:16px; text-align:left; color:#494949}
.box .box_main{ width:818px; height:470px; border:1px solid #d2d2d2; background:#fff; float:left}
.box .box_main .main_top{ width:240px; height:68px; float:left; margin:60px 325px 10px }
.box .box_main .main_center{ width:740px; height:160px; float:left; margin:58px 74px 0}
.box .box_main .main_center .mc_left{ width:350px; height:160px; float:left; background:url(../../Images/login_04.png) top right no-repeat}
.box .box_main .main_center .mc_left ul li{ float:left; margin-left:10px;}
.box .box_main .main_center .mc_left ul li p{ line-height:26px; font-size:14px}
.box .box_main .main_center .mc_left ul li .mt_6{ margin-top:4px}
.box .box_main .main_center .mc_left ul li p a{  text-decoration:underline; color:#000}
.box .box_main .main_center .mc_right{ width:330px; height:160px; float:right; font-size:14px}
.box .box_main .main_center .mc_right tr td{ height:30px}
.box .box_main .main_center .mc_right tr td .text{ width:164px; height:18px; outline:none}
.box .box_main .main_center .mc_right tr td .but{ width:74px; height:26px; background:#211e1f; color:#fff; font-size:14px; border:0; font-family:"微软雅黑"; cursor:pointer}
.box .box_main .main_bottom{ width:818px; height:114px; float:left; background:url(../../Images/login_11.png)}