﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, address, cite, del, em, img, q, u, i, dl, dt, dd, ol, ul, li, form,
label, table, tr, th, td, caption, tbody, tfoot, thead, article, aside, details, summary, figure, figcaption, footer, header, menu, nav,
section, audio, input, select, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}
/*font-weight: normal;*/
header, footer, nav, section, menu, article, aside {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #202223;
    line-height: 160%;
}

body {
    font-family: '微软雅黑','Heiti SC','黑体','Arial';
    color: #202223;
    margin: 0 auto;
    cursor: default;
    word-break: break-all;
    white-space: normal;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    letter-spacing: 0.2px;
}

body {
    font-size: 16px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul {
    list-style: none;
}

img {
    display: block;
    border: 0;
    cursor: pointer;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.pt30 {
    padding-top: 30px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

#MainContent_docContent  .container{
  width: 100% !important;
}

.inputbox {
    overflow: hidden;
    width: 365px;
    margin-top: 15px;
}

.input {
    outline: medium;
    padding: 0 0 0 10px;
    border-radius: 100px;
    background: #fff;
    width: 300px;
    height: 38px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    -moz-border-radius: 9999px;
    border: 1px solid #acd5fe;
    color: #b3b2b2;
}

.searchbtna {
    background: #217ad5;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 70px;
    height: 32px;
    border-radius: 9999px;
    -webkit-border-radius: 9999px;
    -ms-border-radius: 9999px;
    -o-border-radius: 9999px;
    -moz-border-radius: 9999px;
}

    .searchbtna a {
        color: #fff;
        font-size: 14px;
        text-align: center;
        display: block;
        line-height: 30px;
    }

.searchbtnb {
    line-height: 36px;
    font-size: 14px;
    margin-left: 5px;
}

    .searchbtnb a {
        color: #157ce4;
    }

.input_position {
    position: relative;
}

.logo {
}

.topmain {
    height: 45px;
    background: #fff;
    line-height: 45px;
    color: #ccc;
    border-bottom: 1px solid #c9def3;
}

    .topmain .nav-top {
        position: relative;
    }

.topmain {
    line-height: 45px;
    color: #ccc;
}

    .topmain a {
        font-size: 13px;
        color: #666;
        padding: 0 10px;
        text-decoration: none;
        font-family: 'Microsoft YaHei';
    }

    .topmain .nav-top {
        position: relative;
    }

        .topmain .nav-top .box-ul {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        .topmain .nav-top .box-li {
            float: left;
        }

    .topmain a {
        font-size: 13px;
        color: #666;
        padding: 0 10px;
        text-decoration: none;
        font-family: 'Microsoft YaHei';
    }

.topbj {
    background: url(../images/navbg.jpg) no-repeat center;
    height: 188px;
}

.logobar {
    width: 1200px;
    margin: 0 auto;
    height: 142px;
}

.zhengdangban {
    color: #2783d2;
    font-family: "微软雅黑";
    font-size: 22px;
    font-weight: bold;
}

.logobar img {
    float: left;
    font-size: 23px;
}

.logobox {
    padding-top: 60px;
    padding-bottom: 0px;
}

.nav {
    height: 49px;
    line-height: 48px;
    background: #0e5197 url(../images/navbj.jpg) repeat-x;
}

    .nav .container .ul1 li {
        float: left;
        border-right: 1px solid #2262a6;
        width: 200px;
    }

        .nav .container .ul1 li a {
            color: #fff;
            padding: 0 50px;
            font-size: 18px;
            font-weight: bold;
        }

            .nav .container .ul1 li a:hover {
                color: #FF3;
            }

    .nav .container .ul2 li {
        float: left;
    }

        .nav .container .ul2 li a {
            color: #fff;
            padding-right: 26px;
            font-size: 14px;
        }


.footer {
    border-top: 6px solid #226ebc;
    background: #f3f9ff;
    padding: 20px;
}

.containerbottom {
    padding-top: 20px;
    margin: auto;
    color: #333;
    font-size: 13px;
}

    .containerbottom a {
        color: #333;
        font-size: 13px;
        padding: 0 5px;
    }

    .containerbottom td a {
        text-decoration: underline;
        font-size: 13px;
    }

.bottom1 {
    color: #333;
    font-size: 13px;
}

.copy {
    background: url(../images/drclogo.png) no-repeat left center;
    padding: 0px 0 0 90px;
    margin-right: 30px;
    display: inline-block;
    height: 42px;
    line-height: 42px;
}

.support {
    background: url(../images/drcnetlogo.png) no-repeat left center;
    padding: 0px 0 0 110px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
