﻿@charset "UTF-8";

body {
    background-color: #fff;
}

.imageAD {
    width: 1200px;
    margin: auto;
    min-height: 1px;
}

.downLoad {
    width: 1200px;
    position: fixed;
    height: 70px;
    background-color: #fff;
    opacity: 0.9;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
}

.downLoad .logo {
    background-image: url("../Image/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 209px 56px;
    height: 56px;
    margin: 0px 40px 0px 40px;
    padding-left: 209px;
    line-height: 56px;
}

.downLoad .slogan {
    height: 70px;
    line-height: 70px;
}

.downLoad .downLoadBtn {
    height: 70px;
    text-decoration: none;
    line-height: 70px;
    margin: 0px 40px 0px 0px;
}

/************页脚部分************/
.footer {
    padding: 20px 0px 20px 0px;
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
}

.footer a {
    background-color: #7b7b7b;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e90d2;
}

.footer a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0e90d2;
}

.footer .webinfo{
    color: #666;
}

.footer .webinfo a {
    color: #666;
    text-decoration: none;
    background-color: transparent !important;
}

.footer .webinfo a:hover {
    background-color: transparent !important;
}

.quickTool {
    border-radius: 3px;
    position: fixed;
    width: 60px;
    min-height: 30px;
    top: 30%;
    right: 10%;
    border: solid 1px #8cc63e;
    background: #fff;
}

.quickTool a {
    display: block;
    width: 40px;
    border-bottom: solid 1px #8cc63e;
    margin: 5px;
    padding: 5px;
}

.main {
    width: 1200px;
    margin: 0px auto;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.2);
}

.main .top {
    height: 80px;
    background-color: #fff;
    padding: 0px 20px;
    box-sizing: border-box;
}

.main .top .logo {
    background: url("../Image/logo.png") no-repeat left center;
    height: 80px;
    line-height: 80px;
    padding: 0px 0px 0px 209px;
    letter-spacing: 1px;
}

.main .top .home {
    height: 80px;
    line-height: 80px;
    float: right;
    text-decoration: none;
}

.main .area {
    min-height: 1px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.main .area > .downLoadBtns {
    height: 34px;
    margin-top: 250px;
    text-align: center;
}

.main .area > .downLoadBtns a {
    padding: 0px 20px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    background-color: #e3181e;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px 10px;
}

.main .area > .downLoadBtns a:hover {
    background: radial-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
    background: -ms-radial-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
    background: -webkit-linear-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
    background: -moz-linear-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
}

.main .area > .downLoadBtns a.checked {
    background: radial-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
    background: -ms-radial-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
    background: -webkit-linear-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
    background: -moz-linear-gradient(circle at 10% 10%, #fba01b, #e3181e 50px);
}