@charset "UTF-8";

/** reset **/
body {
    min-width: 1200px;
    font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif !important;
    font-size: 12px;
}

body, div, ul, ol, li, h1, h2, h3, h4, h5, input, p {
    margin: 0;
    padding: 0;
}

em, var, i {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

h1, h2, h3 {
    font-size: 100%;
    font-weight: normal;
}

img {
    border: 0;
}

a,
a:focus {
    text-decoration: none;
    outline-style: none;
}

input {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input:focus {
    outline: inherit;
}

/** clear **/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.wrapper {
    width: 100%;
}

/*框架*/
.content {
    width: 1100px;
    margin: 0 auto;
}

/*头部*/
.header {
    height: 450px;
    padding-top: 30px;
    background: url(../images/header_bg.jpg) center center no-repeat #fff;
    background-size: cover;
}

.header .inner {
    width: 1100px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    width: 260px;
    height: 44px;
    background: url(../images/sprite.png) 0 0 no-repeat;
    font-size: 0;
}

.header .logo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.header .logo .sub {
    position: absolute;
    color: #3aaf5d;
    font-size: 16px;
    right: 0;
    bottom: 8px;
    font-weight: lighter;
}

.header .url {
    float: right;
    width: 110px;
    height: 25px;
    padding: 12px 7px 0 0;
    background: url(../images/url.png) 0 0 no-repeat;
}

/*搜索框*/
.search_box {
    width: 520px;
    margin: 100px auto 0;
}

.search_box .search_item {
    width: 226px;
    height: 74px;
    margin: 0 auto;
    background: url(../images/sprite.png) 0 -44px no-repeat;
}

.search_box .input_box {
    font-size: 0;
    margin-top: 54px;
}

.search_box .input {
    width: 388px;
    height: 38px;
    line-height: 38px;
    padding: 0 5px;
    border: 1px solid #d2d2d2;
    border-right: 0;
    font-size: 14px;
}

.search_box .btn_search {
    cursor: pointer;
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #298eff;
    color: #fff;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

.hot {
    width: 520px;
    margin: 18px auto 0;
    padding-left: 5px;
    font-size: 12px;
    color: #848281;
}

.hot a {
    padding-left: 15px;
    color: #848281;
}

/*频道*/
.channel_box {
}

.channel_box .channel_list {
    margin-right: -50px;
}

.channel_box .channel_item {
    float: left;
    width: 180px;
    height: 112px;
    margin-right: 50px;
}

/*导航*/
.nav {
    margin-top: 35px;
}

.nav_left, .nav_right {
    float: left;
}

.nav_left {
    width: 640px;
    margin-right: 35px;
}

.nav_left .link_list {
    margin-top: 20px;
}

.nav_left .link {
    float: left;
    margin-right: 20px;
}

.nav_left .link a {
    font-size: 14px;
    color: #828282;
}

.nav_left .item_mod {
    margin-bottom: 50px;
}

.nav_left .item_mod .title {
    font-size: 20px;
}

.nav_left .item_mod .link_item {
    margin-top: 10px;
    font-size: 0;
}

.nav_left .item_mod .type {
    display: inline-block;
    width: 80px;
    line-height: 34px;
    color: #298eff;
    font-size: 14px;
}

.nav_left .item_mod .lists {
    display: inline-block;
    width: 560px;
    vertical-align: top;
    font-size: 14px;
}

.nav_left .item_mod .lists .link {
    float: none;
    line-height: 34px;
    font-size: 14px;
    color: #828282;
    white-space: nowrap;
}

.nav_right {
    width: 410px;
}

.nav_right .title {
    position: relative;
    font-size: 20px;
    margin-bottom: 20px;
}

.nav_right .title .small {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 12px;
    color: #6f6d6d;
}

.nav_right .news_list {
    height: 190px;
    overflow: hidden;
}

.nav_right .news {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.nav_right .news .text {
    padding-top: 25px;
    line-height: 32px;
    font-size: 18px;
    color: #010101;
    font-weight: bold;
}

.nav_right .media_box {
    position: relative;
    width: 100%;
    height: 170px;
}

.nav_right .media_box img {
    width: 100%;
    height: 100%;
}

.nav_right .media_box .txt {
    position: absolute;
    width: 100%;
    bottom: 16px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.nav_right .from_date {
    color: #cfcccc;
}

.nav_right .see_more {
    display: block;
    height: 37px;
    line-height: 37px;
    margin-top: 27px;
    color: #999;
    background-color: #f0f0f0;
    text-align: center;
}

/*底部*/
.footer {
    width: 100%;
    margin-top: 50px;
    background: #f0f0f0;
}

.footer .inner {
    width: 1100px;
    height: 190px;
    padding-top: 46px;
    margin: 0 auto;
}

.footer .col {
    float: left;
    margin-right: 27px;
}

.footer .pictext .media_box,
.footer .pictext .item_list {
    float: left;
}

.footer .pictext .item_list {
    margin-left: 20px;
    color: #999999;
}

.footer .pictext .item {
    margin-bottom: 15px;
    line-height: 1;
}

.footer .pictext .item:last-child {
    margin-bottom: 0;
}

.footer .pictext .icon_weixin {
    display: inline-block;
    width: 49px;
    height: 40px;
    background: url(../images/icon_wchat.png) 0 0 no-repeat;
}

.footer .download .item {
    margin-bottom: 10px;
}

.footer .download .item:first-child {
    line-height: 30px;
}

.footer .download .btn_download {
    display: inline-block;
    width: 126px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ded8d8;
    border-radius: 12px;
    background: #fff;
    text-align: center;
    color: #999;
}

.footer .form_box {
    width: 300px;
    margin-left: 114px;
    margin-right: 0;
}

.footer .form_box .tit {
    margin: -22px 0 16px;
}

.footer .form_box input {

    height: 12px;
    padding: 12px 11px;
    background: #fff;
    border: 0;
    margin-bottom: 1px;
}

.footer .form_box .ipt_cont:nth-child(3) {
    margin-top: 15px;
    color: #999;
}

.footer .form_box .ipt_cont:last-child {
    margin-top: 15px;
}

.footer .form_box .check_btn {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    cursor: pointer;
    background: url(../images/icon_01.png) 0 0 no-repeat;
}

.footer .form_box .uncheck {
    background: url(../images/icon_02.png) 0 0 no-repeat;
}

.footer .form_box .checkbox {
    width: 1em;
    padding: 0;
    margin-right: 5px;
}

.footer .form_box .suffix {
    padding-left: 9px;
    color: #999;
}

.footer .btn_submit {
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #298eff;
}

.footer .copy_right {
    height: 56px;
    line-height: 56px;
    background: #fff;
    color: #a2a2a2;
    text-align: center;
}
