@media (min-width: 1180px) {
    .container{
        width: 1210px;
    }
}

body,html{
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color:#EEF0F6;
}

a{
    text-decoration: none;
    color:#333;
    outline: none;
    border-color: transparent;
    box-shadow:none;
}

a:hover{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix::after,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

img{
    max-width: 100%;
}

p,h3,h1{
    margin: 0;
    padding: 0;
}


textarea{resize:none}

/*************************清除默认样式****************************/
.dede_pages {
    margin-top: 30px;
    font-size: 0;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages li {
    display: inline-block;
    margin: 5px;
}

.dede_pages li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
}

.dede_pages li a:hover,
.dede_pages li span:hover,
.dede_pages li.thisclass a {
    background-color: #042B7B;
    color: #fff;
    border-color: #042B7B;

}


.dede_pages li span {
    font-size: 14px;
    color: #666;
}
/********************分页***************************/
.head{
    background-color: #F8FAFF;
}
.head .head-wrap{
    padding-top: 50px;
    padding-bottom: 46px;
}
.head .head-wrap .logo{
    float: left;
    max-width: 270px;
}
.head .head-wrap .head-infor{
    float: right;

}
.head .head-infor h3{
    font-size: 46px;
    line-height: 56px;
    color: #333;
    font-weight: bold;
    font-family: 'Arial';
}
.head .head-infor .space{
    margin-top: 23px;
}
.head .head-infor p{
    font-size: 16px;
    line-height: 19px;
    color: #666;
    padding-left: 25px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 18px;
}
.head .head-infor .space .tel{
    background-image: url("../img/icon_01.png");
    float: left;
}
.head .head-infor .space .mail{
    background-image: url("../img/icon_02.png");
    float: left;
    margin-left: 41px;
}
.head .head-infor .address p{
    margin-top: 10px;
    background-image: url("../img/icon_03.png");
}
.head-nav{
    background-color: #042B7B;
}

.head-nav ul{
    float: left;
}
.head-nav ul li{
    float: left;
    margin-left: 15px;
    background-color: transparent;
    transition: all 0.5s;
}
.head-nav ul li:first-child{
    margin-left: 0;
}
.head-nav ul li.active,
.head-nav ul li:hover{
    background-color: #EC1B24;
    border-radius: 30px;
}

.head-nav ul li a{
    display: block;
    color: #fff;
    height: 44px;
    line-height: 44px;
    padding: 0 40px;
}
.head-nav .search{
    float: right;
    position: relative;
    margin-top: 4px;
}
.head-nav .search input{
    height: 36px;
    line-height: 36px;
    background-color: #355DAE;
    border-radius: 30px;
    width: 252px;
    border: none;
    outline: none;
    padding: 0 40px 0 15px;
    color: #fff;
}
.head-nav .search input::-webkit-input-placeholder {
    color: #fff;
}
.head-nav .search button{
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    border: none;
    outline: none;
    content: '';
    background-image: url("../img/icon_04.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    background-color: transparent;
    margin-top: -12px;
    margin-right: 15px;
}
.head .menu-btn {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 20px;
    position: relative;
    margin-top: 10px;
    outline: none;
}

.head .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #042B7B;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.head .menu-btn span.one {
    top: 0px;
}

.head .menu-btn span.two {
    top: 10px;
}

.head .menu-btn span.three {
    top: 20px;
}

.head .menu-btn.active span.one {
    transform: rotate(45deg);
    top: 50%;
}

.head .menu-btn.active span.two {
    display: none;
}

.head .menu-btn.active span.three {
    transform: rotate(-45deg);
    top: 50%;
}

.search-results{
    padding: 20px 0 60px;
}
.search-list .search-items{
    padding: 40px 0;
    border: 1px solid #bbb;
    text-align: center;
    margin: 15px 0;
    transition: all 0.3s;
}
.search-list a:hover .search-items{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}
.search-list .search-items img{
    max-width: 160px;
    margin: auto;
    text-align: center;
}
.search-list .search-items p{
    height: 60px;
    max-width: 200px;
    margin: 20px auto 0;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/*****************************************************/
.home-title h3{
    font-style: italic;
    text-align: center;
    font-size: 48px;
    line-height: 59px;
}
.home-title.write h3{
    color: #fff;
}
.home-title.blank h3{
    color: #333;
}
.home-title h3 span{
    color: #EC1B24;
}
/**********************************************/
.footer{
    background-color: #A7B5D1;
    padding-top: 80px;
}
.footer .footer-logo{
    float: left;
}
.footer .footer-infor{
    float: right;
}
.footer .footer-infor p{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding-left: 25px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 18px;
    margin: 0;
}
.footer .footer-infor .space{
    margin-top: 10px;
}
.footer .footer-infor .tel{
    background-image: url("../img/icon_01.png");
    float: left;
}
.footer .footer-infor .mail{
    background-image: url("../img/icon_02.png");
    float: left;
    margin-left: 81px;
}
.footer .footer-infor .address p{
    background-image: url("../img/icon_03.png");
    margin-top: 15px;
}
.footer .copyright{
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    margin-top: 46px;
    color: #666;
    margin-bottom: 14px;
}

@media (max-width: 992px) {
    body.navover{
        overflow: hidden;
    }
    .head{
        height: 60px;
    }
    .head .head-wrap{
        padding: 10px 0 5px;
    }
    .head .head-wrap .head-infor{
        display: none;
    }
    .head .head-wrap .logo{
        max-width: 105px;
    }
    .head-nav{
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        content: '';
        background-color: rgba(4,43,123,1);
        z-index: 99999999999999;
        display: none;
        padding: 30px 0;
    }
    .head-nav.active{
        display: block;
    }
    .head-nav .search{
        display: none;
    }
    .head-nav ul li{
        width: 100%;
        display: block;
        margin-left: 0;
        margin-top: 10px;
        font-size: 18px;
        text-align: center;
    }
    .head-nav ul li.active, .head-nav ul li:hover{
        background-color: transparent;
    }
    .head-nav ul li.active a, .head-nav ul li:hover a{
        color: #EC1B24;
    }
    .home-title h3{
        font-size: 24px;
        line-height: 1.8;
    }
    .footer{
        padding-top: 40px;
    }
    .footer .footer-logo{
        float: none;
        max-width: 120px;
        margin: auto;
    }
    .footer .footer-infor{
        float: none;
    }
    .footer .footer-infor .mail{
        margin-left: 0;
        float: none;
    }
    .footer .footer-infor .space{
        text-align: center;
    }
    .footer .footer-infor .tel{
        float: none;
    }
    .footer .footer-infor p{
        display: inline-block;
    }
    .footer .footer-infor .address p{
        background-position: top 5px left;
        margin-top: 0;
        word-break: break-all;
    }
    .footer .copyright{
        margin-top: 10px;
    }
}