/* 公共样式 */
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", "Regular",Helvetica, Arial, sans-serif;
}
*:focus {
    outline: none;
}
html,body {
    float: left;
    width: 100%;
    background: #ffffff;
    font-family: 'Microsoft YaHei';
}
a {
    text-decoration: none;
    color: #131313;
}
a:hover {
    text-decoration: none;
    outline: none;
    color: #256eb6;
}
a:focus {
    text-decoration: none;
    outline: none;
}
ol,ul,li{
    margin: 0;
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Microsoft YaHei';
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-rendering: optimizelegibility;
}
em,i {
    font-style: normal;
}
.container,.container-fluid {
    padding: 0;
}
.container {
    max-width: 1200px;
}
.row {
    width: 100%;
    padding: 0;
    margin: 0px 0px;
}
p {
    margin: 0;
}
button {
    border: none;
    padding: 0px 0px;
    margin: 0px 0px;
}
input {
    outline: none;
    border: none;
}
img {
    padding: 0 0;
    margin: 0 0;
}

/*轮播图插件初始化*/
.bx-wrapper {
    margin: 0;
    max-width: none !important;
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    margin: 0 auto;
    left: 0;
    border: none;
}
.bx-wrapper img {
    width: 100%;
    height: 100%;
}

/* 更改轮播图pager的样式 */
.banner-slider .bx-wrapper .bx-pager,
.banner-slider .bx-wrapper .bx-controls-auto{
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
    width: auto;
    padding-top: 0;
}
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.3);
    width: 16px;
    height: 16px;
    margin: 0 5px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ffffff;
}


/* 头部: strat */
.header {
    padding: 8px 0px;
}
.header .row {
    position: relative;
}
/* logo */
.logo {
    float: left;
    height: 71px;
}
.logo img {
}
.header-info {
    float: right;
    padding: 19px 0px;
}
/* 日历 */
.header-calendar {
    float: left;
    font-size: 12px;
    line-height: 32px;
    margin-right: 32px;
    padding: 0px 4px;
}
.calendar {
    width: 16px;
    height: 16px;
    margin-right: 7px;
}
/* 联系我们 */
.header-contact {
    float: left;
    margin-right: 32px;
    width: 121px;
    height: 32px;
    background: #e8a54d;
    border-radius: 5px;
    text-align: center;
    line-height: 32px;
}
.header-contact:hover {
    background: #256eb6;
}
.header-contact img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
.header-contact span {
    font-size: 14px;
    color: #ffffff;
}
/* PC端搜索框 */
.search-form {
    float: left;
    position: relative;
    width: 200px;
    padding: 0 40px 0 15px;
    background: #eeeeee;
    border-radius: 5px;
    overflow: hidden;
}
.search-form form{
    width: 100%;
    height: 32px;
}
.search-form input.keywords {
    width: 100%;
    background: #eeeeee;
    font-size: 12px;
    color: #333333;
    display: block;
    line-height: 32px;
}
.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    height: 32px;
    background: url(../images/top_icon_search.png) center center no-repeat;
}
/* icon,控制移动端导航栏显示 */
.nav-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.nav-icon .icon {
    color: #256eb6;
    font-size: 25px;
}
.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-icon .glyphicon-search {
    color: #256eb6;
    font-size: 25px;
}
/* 头部: end */

/* 移动端导航栏: start */
.nav-mobile {
    display: none;
    position: fixed;
    left: 0px;
    top: 81px;
    width: 100%;
    z-index: 300;
    background: #ffffff;
}
.navlist-mobile {
    width: 100%;
    padding: 0 0;
}
.navlist-mobile li {
    border-bottom: 1px solid  #dddddd;
}

.nav-item-mobile {
    position: relative;
    width: 100%;
}
.nav-item-mobile a {
    line-height: 40px;
    margin-left: 40px;
    color: #000000;
}
.nav-item-mobile a:hover {
    color: #256eb6;
}
.nav-item-mobile:nth-child(2n+1) {
    background: rgba(238,238,238,0.5);
}

.nav-item-mobile.on>p {
    background: #256eb6;
}
.nav-item-mobile.on>p a {
    color: #ffffff;
}

.nav-item-menu-mobile {
    display: none;
    width: 100%;
    border-top: 1px solid  #eeeeee;
}
.nav-item-menu-mobile li:last-child {
    border-bottom: none;
}
.nav-item-menu-mobile a {
    margin-left: 80px;
}

.item-menu-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 40px;
    text-align: center;
    padding-top: 12px;
}
.nav-item-mobile.on .item-menu-icon {
    color: #ffffff;
}

/* 蒙版 */
.nav-mobile-masking {
    position: fixed;
    left: 0px;
    top: 81px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: auto;
    z-index: 90;
    background: #000000;
    opacity: 0.5;
    display: none;
}
/* 移动端搜索框 */
.search-form-mobile {
    position: fixed;
    left: 0px;
    top: 81px;
    width: 100%;
    padding: 10px 10px;
    z-index: 200;
    background: #ffffff;
    display: none;
}
.search-form-mobile form {
    position: relative;
    width: 70%;
    margin: 0 auto;
    border: 1px solid #256eb6;
    border-radius: 16px;
}
.search-form-mobile .keywords {
    display: block;
    padding: 0 50px 0 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
    background-color: transparent;
    color: #000;
    border-radius: 16px;
}
.search-form-mobile button {
    position: absolute;
    right: 10px;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/top_icon_search.png) center center no-repeat;
    outline: none;
}

/* PC端导航栏: start */
.top-nav {
    background: #256eb6;
}
.navlist {
    height: 51px;
    width: 100%;
}
.navlist .nav-item a:hover,
.navlist .nav-item.on>a {
    background: #0193da;
}
.navlist .nav-item {
    float: left;
    text-align: center;
    position: relative;
}
.navlist .nav-item>a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    line-height: 51px  ;
    padding: 0px 21px;
}
.navlist .nav-item .nav-item-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    max-width: 100%;
    background: #256eb6;
    padding-bottom: 5px;
    border-bottom: 4px solid #0193da;
    z-index: 200;
    display: none;
}
.navlist .nav-item .nav-item-menu li>a {
    display: block;
    color: #ffffff;
    font-size: 15px;
    padding: 9px 5px;
}
.navlist .nav-item .nav-item-menu li>a:hover {
    background: #0193da;
    color: #fff;
}
/* PC端导航栏: end */

/* 底部: start */
.footer {
    background: #256eb6;
}
.footer-info1 {
    float: left;
    width: 33.3%;
    padding: 49px 0 46px;
}
.footer-info1 a {
    float: left;
}
.footer-info1 img {
  
}
.footer-info2 {
    float: left;
    width: 33.3%;
    height: 140px;
    position: relative;
}
.footer-info2 .footer-info2-detail {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
    width: 367px;
    padding-top: 16px;
    color: #ffffff;
    text-align: center;
}
.footer-info2 .footer-info2-detail p:nth-child(1) {
    font-size: 12px;
    line-height: 44px;
}
.footer-info2 .footer-info2-detail p:nth-child(2) span{
    font-size: 12px;
    line-height: 30px;
    color: #fefefe;
    opacity: 0.6;
}
.footer-info3 {
    float: left;
    width: 33.3%;
    padding: 22px 0px 18px;
}
.footer-info3 img {
    float: right;
    margin-left: 20px;
    width: 100px;
    height: 100px;
}
/* 底部: end */
