* {
    font-size: 16px;
    font-family: 'Microsoft YaHei', sans-serif;
}

body {
    font-size: 16px;
    font-family: 'Microsoft YaHei',sans-serif;
    background-color: #f1f1f1;
    position:relative;
}

h1, h3, h4, h5, h6, p, a, div, span, li {
    font-family: 'Microsoft YaHei', sans-serif;
}

ul, li {
    list-style: none;
}

.main {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.page {
    padding-top: 51px;
}

.page1 {
    background-image: url(/Content/Images/page1_bg.png);
    background-size: 100% 100%;
}

.page2 {
    background-image: url(/Content/Images/page2_bg.png);
    background-size: 100% 100%;
}

.page3 {
    background-image: url(/Content/Images/page3_bg.png);
    background-size: 100% 100%;
}

.page4 {
    background-image: url(/Content/Images/page4_bg.png);
    background-size: 100% 100%;
}

p.title {
    position: relative;
    top: 35%;
    font: 700 40px 'Microsoft YaHei', sans-serif;
    color: #fff;
    text-align: center;
}

a {
    text-decoration: none;
    outline:none;
}

.qrcode img {
    border:0;
    width:140px;
    height:140px;
}

.qrcode p {
    width:100%;
    text-align: center;
    background-color:#fff;
    font-size:11px;
    padding-bottom:5px;
    font-family:'Microsoft YaHei';
}

input, button {
    padding: 0;
    outline: none;
    float: left;
    border: 0;
}

.font-bold {
    font-weight: 500;
}

.navbar-default {
    background: #DEDFDE;
}

#navbar > ul > li {
    width: 100px;
    text-align: center;
}

ul.dropdown-menu {
    min-width: 100px;
    width: 100px;
}

a.navbar-brand {
    font-size: 13px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #4D6897;
    background-color: inherit;
}

#navbar > ul > li > a:hover {
    color: #4D6897;
}

.nav > li > a {
    /*   padding: 19px 25px; */
}

.logo {
    padding-top: 40px;
}

.login-div a.navbar-brand {
    padding-left: 5px;
    padding-right: 5px;
}

.login-div a {
    color: #446789;
}

    .login-div a:hover {
        color: #000;
    }

.search {
    float: right;
    display: inline;
    width: 100%;
    background: url(/Images/search_box.png) no-repeat;
    height: 40px;
    background-position: right;
    position: relative;
}

.search_input {
    width: 302px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    float: right;
    border: none;
    outline: none;
    background: none;
    padding-right: 40px;
    padding-left: 15px;
}

.search_btn {
    position: absolute;
    height: 38px;
    width: 30px;
    right: 9px;
    top: 0px;
    background: url(/Images/search_btn.png) center no-repeat;
    border: none;
    cursor: pointer;
    display: block;
}

.arrow {
    opacity: .8;
    position:fixed;
    bottom:10px;
    left: 50%;
    margin-left: -30px;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
    background-image:url('/Images/arrow.png');
    background-repeat:no-repeat;
}

    .arrow:hover {
        animation-play-state: paused;
        -webkit-animation-play-state: paused;
    }

.jump {
    bottom: 20px;
}


/********************************      搜索页面      ********************************/

.search_input2 {
    height: 32px;
    line-height: 30px;
    width: 220px;
    background-image: url('/Images/search_btn.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 5px;
    padding-left: 32px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 2px;
    font-size: 13px;
}

.search_btn2 {
    margin-left: -5px;
    height: 32px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 80px;
    vertical-align: middle;
}

.search_tab {
    overflow: hidden;
}

    .search_tab li {
        float: left;
        cursor: pointer;
        height: 36px;
        padding: 0 30px;
        color: #4e4e4e;
        font-size: 15px;
    }

        .search_tab li.active {
            border-bottom: 3px solid #750620;
        }

.search-content .row {
    margin: 0;
    padding-left: 70px;
    padding-right: 70px;
}

.search-result {
    background-color: #fff;
    margin: 30px auto;
}

.search-tab-container {
    background-color: #ddd;
    height: 46px;
    padding-top: 10px;
}


/********************************      新闻中心     ********************************/
.news-center {
    margin-top: 20px;
    border-bottom: solid #B9B9B9 1px;
    text-decoration: none;
}

    .news-center .news-div {
        padding-top: 5px;
        width: 100%;
        color: #565656;
        font-size: 30px;
        text-align: center;
        font-family:'Microsoft YaHei';
    }

.book-list-wraper img {
    width: 70%;
}

.news-center a {
    text-decoration: none;
}

.news-center .news-en {
    color: #4D6897;
    font-size: 20px;
}

ul.news-nav {
    list-style: none;
    margin-top: 20px;
    display: table;
    margin: 20px auto 0px auto;
    padding-left: 0px;
}

    ul.news-nav li {
        float: left;
        margin: 0px 20px 0px 20px;
        display: table-cell;
    }

    ul.news-nav a {
        color: black;
        text-decoration: none;
        text-align: center;
    }

        ul.news-nav a:hover,
        ul.news-nav a:focus {
            color: #4D6897;
        }

        ul.news-nav a.active {
            color: #4D6897;
        }

.news-list-wraper {
    margin-top: 20px;
    border-bottom: solid #B9B9B9 1px;
    padding-bottom: 5px;
}

.news-list-img-wraper {
    padding: 0px 5px;
}

.news-list {
    list-style: none;
    width: 100%;
}

    .news-list ul {
        padding-left: 0px;
    }

        .news-list ul li span {
            float: right;
            margin-right: 25px;
            font-size: 12px;
        }

    .news-list a {
        font-size: 14px;
        text-overflow: ellipsis;
        text-decoration: none;
    }

.news-list-item {
    border-bottom: solid #B9B9B9 1px;
    font-weight: 200;
    line-height: 34px;
    text-indent: 5px;
}

    .news-list-item:last-child {
        border-bottom: none;
    }

    .news-list-item a {
        color: #4d4d4d;
    }

        .news-list-item a:hover,
        .news-list-item a:focus {
            color: #4D6897;
        }

        .news-list-item a:hover {
            color: #4D6897;
        }

.title {
    color: #446789;
}

.page2-ad {
    padding: 10px 5px 10px 5px;
}

    .page2-ad img {
        width: 100%;
    }

.page2-service {
    padding: 20px 5px 10px 5px;
}

    .page2-service a {
        color: #000000;
    }

    .page2-service .row {
        margin-left: 0px;
        margin-right: 0px;
        height: 100px;
    }

        .page2-service .row:hover {
            background: url(/Content/Images/page2-service-bg.png) center right no-repeat;
            background-size: 100% 100%;
        }

    .page2-service a:hover {
        color: #4D6897;
        background: #000fff;
    }

    .page2-service div {
        padding: 5px 5px;
    }

        .page2-service div.title {
            padding: 0px 5px;
        }

    .page2-service h1 {
        font-size: 16px;
    }

    .page2-service p {
        font-size: 12px;
    }

/********************************      图书中心     ********************************/
.book-list-wraper {
    width: 100%;
}

.book-list {
    margin-top: 5px;
    padding: 0px 200px;
}

    .book-list div {
        padding-top: 5px;
    }


    .book-list p {
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        font-size: 14px;
        min-height: 50px;
    }

    .book-list .book-img-wraper {
        padding-bottom: 5px;
    }

    .book-list a:hover .book-img-wraper {
        margin-top: -5px;
        margin-left: -5px;
        margin-right: -5px;
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
        background: rgba(206,218,236,.8);
        -moz-box-shadow: inset 0 0 5px #CCC;
        -webkit-box-shadow: inset 0 0 5px #CCC;
        box-shadow: inset 0 0 5px #CCC;
    }

.book-img-wraper img {
    width:160px;
    height:221px;
}

    .book-list a {
        color: #000000;
    }

    .book-list div.book {
        margin: 10px 30px;
        padding: 5px;
        background: #ffffff;
        opacity: 0.8;
        filter: alpha(opacity=80);
        -moz-box-shadow: inset 0 0 5px #CCC;
        -webkit-box-shadow: inset 0 0 5px #CCC;
        box-shadow: inset 0 0 5px #CCC;
    }

    .book-list a:hover,
    .book-list a:focus {
        color: #4D6897;
        text-decoration: underline;
    }


.book-list-ad {
    margin-top: 5px;
    padding: 0px 80px;
}

    .book-list-ad img {
        width: 100%;
    }

/********************************      友情链接      ********************************/
.youq-link-wraper {
    margin-top: 20px;
    background: url("/Content/Images/youq-link-line.png") repeat-x;
}

.youq-list {
    margin-top: 30px;
}

.youq-list-item {
    border-top: solid #B9B9B9 1px;
    font-weight: 200;
    padding: 10px 0;
}

    /*.youq-list-item:nth-child(1){
	border-top:none;
}*/

    .youq-list-item a {
        color: black;
        font-size: 14px;
        text-overflow: ellipsis;
        text-decoration: none;
    }

        .youq-list-item a:hover,
        .youq-list-item a:focus {
            color: #4D6897;
        }
.youq-list img {
    border:1px solid #ddd;
    width:160px;
    height:60px;
}

/********************************      Footer      ********************************/
.footer-wraper {
    padding: 30px 0px 30px 0px;
    background: #DEDCDC;
    width: 100%;
}

.footer-list {
    width: 100%;
}

.footer-list-item {
    font-size: 12px;
    padding-top: 10px;
}

.footer-list .recommend {
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}

.f_mall_btn {
    background: url(/Content/Images/f_mall_btn.jpg) left center no-repeat;
    padding-left: 30px;
}

.f_weixin_btn {
    background: url(/Content/Images/f_weixin_btn.jpg) left center no-repeat;
    padding-left: 30px;
}

.f_engineer_btn {
    background: url(/Content/Images/f_engineer_btn.jpg) left center no-repeat;
    padding-left: 30px;
}

.footer-wraper a {
    width: 100%;
    font-size: 12px;
    color: black;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .footer-wraper a:hover,
    .footer-wraper a:focus {
        color: #4D6897;
    }

.page1 .tizi {
    margin-top: 50px;
}

.page1 .select-item {
    margin-top: 50px;
}

    .page1 .select-item p {
        margin-top: 10px;
        font-size: 24px;
        width: 100%;
        text-align: center;
        color: #516C9E;
    }

    .page1 .select-item a {
        text-decoration: none;
    }

    .page1 .select-item img:hover {
        background: url(/Content/Images/image6.png)center no-repeat;
        background-size: 100% 100%;
    }
/*
.page1 .select-item a{
	display: block;
	text-decoration: none;
	opacity:0.80;
	filter:Alpha(opacity=80);
}
.page1 .select-item a:hover{
	display: block;
	text-decoration: none;
	opacity:1;
	filter:Alpha(opacity=100);
}
*/

@media (max-width: 768px) {
    .book-list {
        padding: 0px 0px;
    }

    .book-list-ad {
        padding: 0px 0px;
    }

        .book-list-ad div {
            padding-top: 10px;
        }

    /*.youq-list-item:last-child {
        border-bottom: solid #B9B9B9 1px;
    }*/

    .page1 .tizi {
        margin-top: 50px;
    }

    .page1 .select-item {
        margin-top: 50px;
    }

    .navbar-default {
        opacity: 1;
        filter: alpha(opacity=0);
    }
}

@media (min-width: 768px) {

    .book-list {
        padding: 0px 0px;
    }

    .book-list-ad {
        padding: 0px 0px;
    }
}

@media (min-width: 1440px) {
    .tizi {
        padding-top: 60px;
    }

    .page1 .select-item {
        padding-top: 60px;
    }

    .news-center {
        padding-top: 50px;
    }
}
