@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    list-style-type: none;
    font-size: 14px;
}
a:link, a:visited, a:hover, a:active {
    color: black;
    text-decoration: none;
}
img {
    display: block;
    border: none;
    margin: 0 auto;
}
/*header*/
.header{
    height: 70px;
    position: relative;
    background: white;
}
.header_wrap{
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}
.logo{
    float: left;
}
.logo img{
    height: 70px;
}
.logo span{
    display: none;
}
.nav_list{
    float: right;
    overflow: hidden;
}
.nav_item{
    float: left;
    margin: 15px 0;
}
.nav_item a{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 120px;
    text-align: center;
    font-size: 18px;
}
.nav_item:hover a{
    color: #3187D3;
}
.nav_item_line{
    width: 120px;
    height: 4px;
    background: #3187D3;
    position: absolute;
    bottom: 15px;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.nav_option_list{
    width: 118px;
    border-left: 1px solid #3187D3;
    border-right: 1px solid #3187D3;
    display: none;
    position: absolute;
    z-index: 3;
    background: white;
}
.nav_option_item{
    position: relative;
}
.nav_option_item a{
    width: 118px;
    border-bottom: 1px solid #3187D3;
}
.nav_option_item a:hover{
    background: #3187D3;
    color: white;
}
.nav_option_item:hover>.nav_option_ul{
    display: block;
}
.nav_option_ul{
    position: absolute;
    left: 118px;
    top: -1px;
    border: 1px solid #3187D3;
    border-bottom: none;
    display: none;
    background: white;
}
/*header*/
/*address*/
.address{
    color: #3187D3;
    font-size: 22px;
    line-height: 40px;
    background: white;
    padding: 0 10px;
}
.address span{
    font-size: 22px;
    color: #999;
    margin: 0 20px;
    position: relative;
    padding: 0 5px;
    text-transform: uppercase;
}
.address span:before{
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    background: #3187D3;
    position: absolute;
    left: -8px;
    top: 50%;
    margin-top: -15px;
}
.address a{
    float: right;
    color: #999;
}
/*address*/

/*containerLeft*/
.containerLeft{
    width: 240px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    padding: 20px;
    background: white;
}

.leftTabItem a{
    width: 238px;
    height: 38px;
    border: 1px solid #3187D3;
    text-align: center;
    line-height: 40px;
    margin: 10px 0;
    display: block;
    color: #3187D3;
    font-size: 16px;
}
.leftTabItem a:hover{
    background: #3187D3;
    color: white;
}
.containerLeftContact{
    padding: 20px 0;
}
.containerLeftContact h6{
    font-weight: 400;
    height: 40px;
    background: #3187D3;
    text-align: center;
    line-height: 40px;
    color: white;
}
.containerLeftContactBox{
    padding: 10px;
}
.containerLeftContactBox p{
    line-height: 1.8em;
}

.news_item:hover .news_t{
    background: #3187D3;
}
.news_t{
    width: 100px;
    height: 100px;
    margin: 10px;
    float: left;
    background: #b2d2ef;
}
.news_t b{
    font-size: 36px;
    text-align: center;
    display: block;
    color: white;
    line-height: 2.1em;
}
.news_t p{
    text-align: center;
    color: white;
}
.news_item_cont{
    line-height: 1.6em;
}
.profile_wrap{
    padding: 0 10px 10px;
    font-size: 16px;
}
.profile_wrap p{
    text-indent: 2em;
    padding: 5px 0;
}
.profile_wrap img{
    max-width: 860px;
}
.p_item{
    border: 1px solid #3187D3;
    border-top: none;
    width: 238px;
    margin: 10px 0;
}
.p_ul a{
    color: #3187D3;
    width: 238px;
    height: 38px;
    border-top: 1px solid #3187D3;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.p_ul a:hover{
    background: #2a6396;
    color: white;
}
.p_ul{
    display: none;
}
.p_title{
    color: #3187D3 !important;
    width: 238px;
    height: 38px;
    border-top: 1px solid #3187D3;
    line-height: 40px;
    text-align: center;
    display: block;
    text-decoration: none;
}
.open{
    background: #3187D3;
    color: white !important;
}
/*containerLeft*/
/*pagination*/
.pagination{
    text-align: center;
}
.pagination_cont{
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
    display: inline-block;
}
.pagination_cont span,
.pagination_cont a{
    padding: 5px 10px;
    text-align: center;
    display: block;
    float: left;
    border: 1px solid #3187D3;
    margin: 0 5px;
    color: #3187D3;
}
.pagination_cont .current{
    background: #3187D3;
    color: white;
}
.pagination_cont span:first-of-type{
    display: none;
}
/*pagination*/
/*footer*/
.footer{
    width: 100%;
    background: #3187d3;
}
.footerBox{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
}
.footerText{
    color: #fff;
    line-height: 1.8em;
    float: left;
}
.QR_code{
    width: 120px;
    height: 120px;
    float: right;
}
.footerRight{
    float: right;
    text-align: right;
    color: #999;
    width: 140px;
}
.footerRight p{
    margin-top: 10px;
    float: left;
}
.footerRight a{
    color: white;
}
.footerRight a:hover{
    color: white;
}
/*footer*/

/*side*/
.side_wrap{
    position: fixed;
    top:60%;
    right: 0;
    z-index: 8;
}
.side_item{
    position: relative;
    width: 50px;
    height: 50px;
    margin: 5px 0;
}
.side_item:hover .side_item_text{
    left: -129px;
}
.side_item_text{
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 120px;
    padding-left: 9px;
    line-height: 50px;
    background: #3187D3;
    color: white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.side_item_icon{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 32px;
    height: 32px;
    padding: 9px;
    background: #3187D3;
}
.goTop{
    cursor: pointer;
}
/*side*/
