@charset "UTF-8";


body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
form,
img,
dl,
dt,
dd,
blockquote,
fieldset,
div,
strong,
label,
em {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
    background: #fff;
    /* overflow: hidden;*/
}

ul,
ol,
li {
    list-style: none;
}

input,
button {
    margin: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

p img {
    display: inline-block;
}

a {
    color: #333;
    outline: none !important;
    text-decoration: none;
}

a:focus,
a:hover {
    text-decoration: none;
    color: #b2160f;
}

.clear {
    clear: both;
    height: 0px;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 0px;
}

.m {
    margin: 0px auto;
}

.l {
    float: left;
}

.r {
    float: right;
}

.x,
.main1 .bd h3,
.main3 li .nr h3,
.main5 .bd h3,
.list3_con .list2_nr li h3 {
    position: relative;
    z-index: 1;
}

.x2 {
    position: relative;
    z-index: 2;
}

.j,
.top_nav li .menu1,
.top_nav li .menu1:before,
.top_nav li .menu1:after,
.top_nav2 ul,
.main1 .bd h3:before,
.main2 .bd h3:before,
.main3 li .nr h3:before,
.footer .ico a.wx .ewm,
.list3_con .list2_nr li h3:before {
    position: absolute;
    z-index: 1;
}

.j2 {
    position: absolute;
    z-index: 2;
}

.fix1 {
    position: fixed;
    z-index: 5;
}

.fix {
    position: fixed;
    z-index: 10;
}

.fix2 {
    position: fixed;
    z-index: 15;
}

.vis {
    visibility: hidden;
}

.tc {
    text-align: center;
}

.ft28 {
    font-size: 28px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb100 {
    margin-bottom: 100px;
}

.ml40 {
    margin-left: 40px;
}

.db {
    display: block;
}

.c1 {
    color: #222;
}

.c2 {
    color: #fff;
}

.cen {
    padding-left: 0px;
    padding-right: 0px;
}

.media_img {
    vertical-align: top;
    display: table-cell;
}

.media_con {
    display: table-cell;
    vertical-align: top;
}


/*通用end*/

:root {
    filter: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.navbar-fixed {
    padding-top: 80px;
}

.nav {
    background: #fff;
}

.top_nav {
    height: 80px;
}

.top_nav li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.top_nav li .a1 {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 80px;
    padding: 0px 10px;
    line-height: 80px;
}

.top_nav li .a1 i {
    margin-left: 5px;
    transition: all 0.3s ease-out;
}

.top_nav li .a1:after {
    content: '';
    width: 0;
    background-color: #696969;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 2px;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.top_nav li:hover .menu1 {
    display: block;
}

.top_nav li:hover .a1 {
    color: #0a536d;
}

.top_nav li:hover .a1 i {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: all 0.3s ease-out;
}

.top_nav li:hover .a1:hover:after {
    content: '';
    width: 100%;
    background-color: #696969;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 2px;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.top_nav li:hover.on .a1 {
    color: #0173a8;
}

.top_nav li:hover.on .a1:after {
    content: '';
    width: 100%;
    background-color: #696969;
    left: 0px;
    position: absolute;
    top: 0px;
    height: 2px;
    transition: all 0.3s ease 0s;
    z-index: -1;
}

.top_nav li.on .a1 {
    color: #0173a8;
}

.top_nav li .menu1 {
    border: 1px solid #ddd;
    display: none;
    padding: 10px 0px;
    top: 60px;
    right: 0px;
    width: 170%;
    background: #fbfbfb;
}

.top_nav li .menu1:before {
    content: '';
    top: -20px;
    right: 0px;
    border: 10px solid #ddd;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.top_nav li .menu1:after {
    content: '';
    top: -19px;
    right: 0px;
    z-index: 8;
    border: 10px solid #fbfbfb;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.top_nav li .menu1 .a3 .a33 {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 0px 10px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top_nav li .menu1 .a3 .a33:hover {
    color: #0a536d;
    background: #F2F2F2 none repeat scroll 0% 0%;
    text-indent: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.top_nav2 {
    width: 60px;
    height: 60px;
    color: #333;
}

.top_nav2 i.ico {
    font-size: 30px;
    line-height: 60px;
}

.top_nav2 ul {
    display: none;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    top: 60px;
    right: 0px;
    padding: 10px 0px;
}

.top_nav2 ul.on {
    display: block;
}

.top_nav2 li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    position: relative;
    z-index: 2;
}

.top_nav2 li .a1 {
    color: #333;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
}

.top_nav2 li .a1 i {
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}

.top_nav2 li:hover .a1 {
    color: #0173a8;
}

.top_nav2 li:hover.on .a1 {
    color: #0173a8;
}

.top_nav2 li.on .a1 {
    color: #0173a8;
}

.top_nav2 li.on .menu1 {
    display: block;
}

.top_nav2 li .menu1 {
    display: none;
    padding: 5px 10px;
    width: 100%;
    background: #fbfbfb;
}

.top_nav2 li .menu1 .a3 .a33 {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: left;
    padding: 0px 10px;
}

.top_nav2 li .menu1 .a3 .a33:hover {
    color: #0173a8;
    background: #f1f1f1;
}


/*banner*/

.banner.swiper-container {
    position: relative;
    z-index: 1;
    width: 100%;
    overflow: hidden;
}

.banner.swiper-container .swiper-wrapper {
    width: 100%;
}

.banner.swiper-container .swiper-button-next {
    right: 2%;
    opacity: 0.3;
    height: 25px;
}

.banner.swiper-container .swiper-button-prev {
    left: 2%;
    opacity: 0.3;
    height: 25px;
}

.banner.swiper-container .swiper-pagination-bullet-active {
    background: #333;
}

.banner .img-responsive {
    margin: auto;
}

.xbanner a {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
}

.xbanner span {
    display: block;
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center top;
}

.title1 {
    font-size: 36px;
    margin-top: 0px;
    text-align: center;
    font-weight: 300;
}

.title1 p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    width: 80%;
    color: #5e7387;
    margin: 0px auto;
}

.title2 {
    font-size: 23px;
    margin-top: 0px;
    font-weight: 300;
}

.title2 span {
    font-size: 14px;
    display: block;
    font-weight: 300;
    width: 80%;
    color: #5e7387;
    margin: 0px auto;
}

.title2 p {
    font-size: 14px;
    font-weight: 300;
    color: #5e7387;
    margin: 0px auto;
    margin-top: 5px;
}

.title2 .title21 a {
    border-bottom: 1px solid #666;
    padding-bottom: 5px;
    color: #333;
    font-weight: bold;
}

.main1 {
    background: #fff;
}

.main1 .bd h3 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.main1 .bd h3 a {
    color: #666;
}

.main1 .bd h3:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    bottom: 0px;
    left: 0px;
    transition: 0.6s all;
}

.main1 .bd h3:hover:before {
    width: 100%;
}

.main1 .bd p {
    font-size: 13px;
    color: #666;
    line-height: 24px;
    text-align: left;
}

.main1 .bd .img1 {
    overflow: hidden;
}

.main1 .bd .img1 img {
    width: 100%;
}

.main2 {
    background: #f5f5f5;
}

.main2 .container {}

.main2 .m2hd.swiper-container {
    height: 48px;
}

.main2 .hd.swiper-wrapper {
    justify-content: center;
    text-align: center;
}

.main2 .hd.swiper-wrapper.flex-start {
    -webkit-justify-content: flex-start !important;
    justify-content: flex-start !important;
}

.main2 .hd .swiper-slide {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    padding: 0px 30px;
    white-space: nowrap;
    background: #fff;
    border: none;
    height: 40px;
    line-height: 40px;
    width: auto;
    margin: 0px 2px;
    border: 1px solid #ddd;
}

.main2 .hd .swiper-slide a {
    color: #76838f;
}

.main2 .hd .swiper-slide:hover {
    border: 1px solid #333;
}

.main2 .hd .swiper-slide:hover a {
    color: #333;
}

.main2 .bd h3 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.main2 .bd h3 a {
    color: #666;
    font-size: 15px;
}

.main2 .bd h3:hover {
    background: #0a536d;
}

.main2 .bd h3:hover a {
    color: #fff;
}

.main2 .bd h3:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #cc0033;
    bottom: 0px;
    left: 0px;
    transition: 0.6s all;
}

.main2 .bd h3:hover:before {
    width: 100%;
}

.main2 .bd .img1 {
    overflow: hidden;
}

.main2 .bd .img1:hover img {
    webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main2 .bd .img1 img {
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
    height: 185px;
}

.main2 .bd .img1:hover .img-cen {
    background: #000;
    opacity: 0.4;
    transition: 0.2s all;
}

.main2 .bd .img1:hover .img-cen span {
    margin: 20% auto 0px;
}

.main2 .bd .img1 .img-cen {
    top: 0px;
    left: 0px;
    background: #000;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.2s all;
}

.main2 .bd .img1 .img-cen span {
    display: block;
    transition: 0.4s all;
    border-radius: 50%;
    margin: 0px auto 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #0a536d;
    font-size: 50px;
    border: 2px solid #0a536d;
}

.main2 .bd .slide3_btn {
    margin: 20px auto 0px;
}

.main2 .bd .slide3_btn a {
    font-size: 14px;
    color: #666;
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 30px;
    height: 30px;
    margin: 0px 10px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .main2 .bd h3 {
        height: 60px;
        line-height: 60px;
    }
}

.main3 {
    background: #fff;
    overflow: hidden;
}

.main3 ul {
    display: table;
    padding: 0px 5px;
}

.main3 li:nth-child(2n+3) {
    clear: both;
}

.main3 li {
    padding: 10px;
}

.main3 li .img1 {
    width: 100px;
}

.main3 li .nr {
    padding-left: 10px;
}

.main3 li .nr h3 {
    font-size: 16px;
    overflow: hidden;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.main3 li .nr h3:before {
    content: '';
    width: 20px;
    height: 1px;
    background: #000;
    bottom: 0px;
    transition: 0.6s all;
}

.main3 li .nr h3:hover:before {
    width: 100%;
}

.main3 li .nr h3 a {
    color: #333;
    font-size: 15px;
    overflow: hidden;
    font-weight: bold;
    display: block;
}

.main3 li .nr h3 a:hover {
    color: #0173a8;
}

.main3 li .nr p {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    line-height: 20px;
    overflow: hidden;
}

.main3 li .nr span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 10px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
}

.main3 li .nr span i {
    margin-right: 5px;
}

.main3 .a1 {
    width: 50px;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
    border: 1px solid #ddd;
}

@media (min-width: 992px) {
    .main3 {
        background: #fff;
        overflow: hidden;
    }
    .main3 ul {
        display: table;
    }
    .main3 li:nth-child(2n+3) {
        clear: both;
    }
    .main3 li .img1 {
        width: 150px;
    }
}

.main4 {
    background: #fff;
    overflow: hidden;
}

.main4 .title2 {
    text-align: center;
}

.main4 .img1 {
    margin-bottom: 20px;
}

.main4 .img1 img {
    width: 100%;
}

.main4 .nr {
    margin-top: 8px;
}

.main4 .nr p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-indent: 29px;
}

.main4 .nr .a1 {
    width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
    border: 1px solid #ddd;
}

@media (min-width: 992px) {
    .main4 .img1 {
        margin-bottom: 0px;
    }
    .main4 .nr .a1 {}
}

.main5 {
    background: url(../images/rw_bg.jpg) center top no-repeat;
}

.main5 .swiper-container {
    padding-bottom: 50px;
}

.main5 .swiper-pagination-bullet-active {
    opacity: 0.6;
    background: #000;
}

.main5 .bd .con {
    height: 484px;
    background: #fff;
}

.main5 .bd h3 {
    font-size: 16px;
    height: 30px;
    line-height: 24px;
    margin-bottom: 5px;
    background: #fff;
}

.main5 .bd h3 a {
    color: #666;
}

.main5 .bd p {
    font-size: 13px;
    margin-top: 10px;
    color: #666;
    line-height: 24px;
    text-align: left;
}

.main5 .bd .nr {
    padding: 15px;
}

.main5 .bd .bq {
    display: block;
    text-align: left;
    font-size: 14px;
    color: #aaa;
}

.main5 .bd .img1 {
    overflow: hidden;
    max-height: 250px;
}

.main5 .bd .img1 img {
    width: 100%;
}

.main5 .bd .a1 {
    background: #fff;
    display: block;
    text-align: center;
    border: 1px solid #ddd;
    width: 100px;
    margin: 10% auto 0px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #aaa;
}

.main5 .bd .a1:hover {
    background: #f5f5f5;
}

.footer {
    background: url(/Public/home/img/hero/footer1.png);
    background-size: cover;
    border-top: 2px solid #ffcc00;
    border-bottom: 2px solid #b2160f;
}

.footer .row {
    margin: 0px;
}

.footer .ft_bt {
    font-size: 24px;
    line-height: 30px;
    height: 30px;
    color: #666;
}

.footer .wz {
    margin-top: 15px;
}

.footer .wz span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 40px;
    line-height: 24px;
    color: #999;
    font-size: 12px;
}

.footer .ico {
    margin-top: 5px;
    font-size: 20px;
    color: #95a5a6;
}

.footer .ico a {
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    height: 30px;
    line-height: 30px;
}

.footer .ico a.wx:hover .ewm {
    display: block;
}

.footer .ico a.wx .ewm {
    display: none;
    bottom: 32px;
    left: 0px;
    border: 1px solid #ddd;
    width: 120px;
    height: 120px;
}

.yqlj {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}

.yqlj span,
.yqlj a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.yqlj a {
    color: #888;
    margin: 0px 10px;
}

.yqlj a.img-link {
    height: 40px;
}

.yqlj a.img-link img {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.address {
    color: #aaa;
    font-size: 14px;
    line-height: 24px;
}

.danye .list_menu.swiper-container {
    border-bottom: 1px solid #ddd;
}

.danye .swiper-wrapper {
    margin: 0px auto;
}

.danye .swiper-slide {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    padding: 0px 10px;
    white-space: nowrap;
    background: #fff;
    color: #333;
    border: none;
    height: 48px;
    line-height: 48px;
    width: auto;
    margin: 0px 6px;
    font-size: 16px;
}

.danye .swiper-slide a.on,
.danye .swiper-slide a:hover {
    color: #0173a8;
}

.news {
    padding: 0px;
    background: #f5f5f5;
}

.news .news_left {
    background: #fff;
}

.news .news_left ul.left_con {
    padding: 0px 15px;
}

.news .news_left .left_con li {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

.news .news_left .left_con li .img1 {
    width: 100px;
}

.news .news_left .left_con li .nr {
    padding-left: 10px;
}

.news .news_left .left_con li .nr h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 5px;
}

.news .news_left .left_con li .nr h3 a {
    color: #666;
}

.news .news_left .left_con li .nr h3 a:hover {
    text-decoration: underline;
    color: #0173a8;
}

.news .news_left .left_con li .nr p {
    font-size: 14px;
    color: #aaa;
}

.news .news_left .left_con li .nr span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}

.news .news_left .left_con li .nr span i {
    margin-right: 5px;
}

.news .news_right {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}

.news .news_right .bt {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0px;
    color: #333;
}

.news .news_right ul {
    border: 1px solid #ddd;
    border-bottom: none;
}

.news .news_right ul li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    line-height: 24px;
}

.news .news_right ul li a {
    color: #666;
}

.news .news_right ul li a:hover {
    text-decoration: underline;
}

.news .news_right .news_menu {
    margin-top: 20px;
}

.news .news_right .news_menu a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0px;
}

.news .news_right .news_menu a:hover,
.news .news_right .news_menu a.on {
    color: #0173a8;
}

.search .ipt {
    width: 100%;
    background: none;
    padding: 0px 10px;
    font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Microsoft YaHei", SimSun, Heiti, sans-serif;
    height: 40px;
    border: none;
    outline: none;
    line-height: 40px;
    border: 1px solid #ddd;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.search .btn1 {
    cursor: pointer;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

@media (min-width: 768px) {
    .news {
        padding: 30px 0px;
    }
    .news .news_left ul.left_con {
        padding: 0px 30px;
    }
    .news .news_left .left_con li {
        padding: 30px 0px;
    }
    .news .news_left .left_con li .img1 {
        width: 150px;
    }
}

@media (min-width: 992px) {
    .news .news_right {
        margin-left: 30px;
        margin-top: 0px;
    }
}

@media (max-width: 420px) {
    .news .media_img {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .news .media_con {
        width: 100%;
        display: block;
    }
    .news .news_left .left_con li .img1 {
        width: 100%;
    }
}


/*分页*/

.page2 {
    overflow: hidden;
    text-align: center;
}

.page2 ul {
    letter-spacing: -3px;
    border: 1px solid #e4eaec;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: #fff;
}

.page2 li {
    display: inline-block;
    height: 38px;
    margin: 0px;
    line-height: 38px;
    font-size: 14px;
    letter-spacing: 0;
    *display: inline;
    *zoom: 1;
    text-align: center;
    background: #fff;
    border-left: 1px solid #e4eaec;
}

.page2 li a {
    padding: 0px 15px;
    display: block;
    color: #76838f;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
}

.page2 li a.prev {
    font-size: 14px;
    background: #fff;
    color: #76838f;
}

.page2 li a.next {
    font-size: 14px;
    background: #fff;
    color: #76838f;
}

.page2 li.on {
    border: none;
}

.page2 li:hover,
.page2 li.active {
    background: #305dc3;
}

.page2 li:hover a,
.page2 li.active a {
    color: #fff;
    background: #305dc3;
}

.list2 .search {
    max-width: 500px;
    margin: 0px auto;
}

.list2 .swiper-wrapper {
    margin: 0px auto;
}

.list2 .swiper-slide {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    padding: 0px 10px;
    white-space: nowrap;
    background: #fff;
    color: #333;
    border: none;
    height: 48px;
    line-height: 48px;
    width: auto;
    margin: 0px 6px;
    font-size: 16px;
}

.list2 .swiper-slide a.on,
.list2 .swiper-slide a:hover {
    color: #0173a8;
}

.list2_con {
    background: #f5f5f5;
}

.list2_con .list2_nr li:nth-child(2n+3) {
    clear: both;
}

.list2_con .list2_nr li {
    padding: 5px;
}

.list2_con .list2_nr li h3 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0px;
}

.list2_con .list2_nr li .con {
    background: #fff;
}

@media (min-width: 992px) {
    .list2_con .list2_nr li:nth-child(2n+3) {
        clear: none;
    }
    .list2_con .list2_nr li:nth-child(4n+5) {
        clear: none;
    }
}

.list3_con {
    background: #fff;
    border-top: 1px solid #ddd;
}

.list3_con .list2_nr li:nth-child(2n+3) {
    clear: both;
}

.list3_con .list2_nr li {
    padding: 5px;
}

.list3_con .list2_nr li:hover h3:before {
    width: 100%;
}

.list3_con .list2_nr li h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.list3_con .list2_nr li h3:before {
    content: '';
    bottom: 0px;
    left: 0px;
    width: 20px;
    height: 1px;
    background: #000;
    transition: 0.6s all;
}

.list3_con .list2_nr li p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.list3_con .list2_nr li .con {
    background: #fff;
}

@media (min-width: 992px) {
    .list3_con .list2_nr li:nth-child(2n+3) {
        clear: none;
    }
    .list3_con .list2_nr li:nth-child(3n+4) {
        clear: both;
    }
}

.article1 {
    font-size: 16px;
    line-height: 24px;
    background: #fff;
    padding: 15px;
    min-height: 300px;
}

.article1 img {
    max-width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.article1 p {
    padding: 5px 0px;
}

.article1 h1 {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.article1 .xbt {
    height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    color: #0173a8;
}

.article1 .xbt span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
    border-bottom: 3px solid #0173a8;
    margin-bottom: -2px;
}

.article1 .hdwz {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.article1 .hdwz span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}

.article1 .hdwz span i {
    margin-right: 5px;
}

@media (min-width: 768px) {
    .article1 h1 {
        height: 50px;
        line-height: 50px;
        font-size: 32px;
        color: #333;
        margin-bottom: 10px;
    }
}

.article_con {
    padding: 0px;
    background: #f5f5f5;
}

.article_con .news_left {
    background: #fff;
}

.article_con .news_left ul.left_con {
    padding: 0px 15px;
}

.article_con .news_left .left_con li {
    padding: 15px 0px;
    border-bottom: 1px solid #ddd;
}

.article_con .news_left .left_con li .img1 {
    width: 100px;
}

.article_con .news_left .left_con li .nr {
    padding-left: 10px;
}

.article_con .news_left .left_con li .nr h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 5px;
}

.article_con .news_left .left_con li .nr h3 a {
    color: #666;
}

.article_con .news_left .left_con li .nr h3 a:hover {
    text-decoration: underline;
    color: #0173a8;
}

.article_con .news_left .left_con li .nr p {
    font-size: 14px;
    color: #aaa;
}

.article_con .news_left .left_con li .nr span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-right: 10px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
}

.article_con .news_left .left_con li .nr span i {
    margin-right: 5px;
}

.article_con .news_right {
    background: #fff;
    padding: 15px;
    margin-top: 30px;
}

.article_con .news_right .bt {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin: 10px 0px;
    color: #333;
}

.article_con .news_right ul li:nth-child(2n+3) {
    clear: both;
}

.article_con .news_right ul li {
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
}

.article_con .news_right ul li span {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 10px 0px;
}

.article_con .news_right ul li a {
    color: #666;
}

.article_con .news_right ul li a:hover {
    text-decoration: underline;
}

.article_con .article_nr {
    padding-bottom: 30px;
    padding-top: 30px;
}

@media (min-width: 992px) {
    .article_con .news_right {
        margin-left: 30px;
        margin-top: 0px;
    }
    .article_con .news_right ul li:nth-child(3n+4) {
        clear: none;
    }
}

@media (min-width: 768px) {
    .article_con .news_right ul li:nth-child(3n+4) {
        clear: both;
    }
    .article_con .news_right ul li:nth-child(2n+3) {
        clear: none;
    }
}

.cp_hot {
    background: #fff;
}

.cp_hot h3 {
    font-size: 28px;
    font-weight: normal;
    color: #333;
    line-height: 35px;
    margin-bottom: 10px;
}

.cp_hot .img1 {
    max-width: 400px;
}

.cp_hot p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.cp_hot .cphot_nr {
    margin-top: 20px;
    padding: 5px 10px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.cp_hot .cphot_nr span {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 5px 0px;
}

.logo .img-responsive {
    width: 350px;
}

.top_nav .rimg {
    height: 65px;
}

#myCarousel .left {
    width: 20px;
    height: 30px;
    top: 50%;
    left: 2%;
    background: 0;
}

#myCarousel .right {
    width: 20px;
    height: 30px;
    top: 50%;
    right: 2%;
    background: 0;
}

.ywbj .media_img {
    width: 50%;
    overflow: hidden;
}

.ywbj .media_con {
    border-left: 2px solid #b2160f;
}

.ywbj li {
    padding: 0;
    margin: 0;
}

.main31 {
    border-top: 2px solid #ffcc00;
}

.main31 .nr h3 span {
    color: #b2160f;
    padding-top: 5px;
    padding-right: 5px;
    display: inline-block;
}

.main31 .nr h3 a {
    color: #666;
    font-size: 14px;
}

.main31 .nr h3 a:hover {
    color: #0a536d;
}

.foot .ewm {
    width: 130px;
    float: left;
    margin-right: 20px;
}

.foot .wz {
    line-height: 25px;
    font-size: 15px;
}

.foot .sea1 {
    float: right;
}

.foot .sea2 {
    float: right;
    text-align: center;
}

.foot .sea2 p {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    letter-spacing: 6px;
}

.foot .sea2 input {
    width: 250px;
    height: 30px;
    line-height: 30px;
    border: 2px solid #b2160f;
}

.foot .sea2 .btn1 {
    border: 2px solid #cc0033;
    height: 30px;
    width: 30px;
    line-height: 24px;
    text-align: center;
    background: #ffcc00;
    color: #fff;
    margin-left: -7px;
    border-left: 0;
    margin-top: -1px;
}


/*# sourceMappingURL=style.css.map */

.main1 .a1 {
    width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
    border: 1px solid #ddd;
    margin-top: 75px;
}

.main2 .a1 {
    width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
    border: 1px solid #ddd;
}

.main3 .a1 {
    width: 100px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: 20px auto 0px;
    border: 1px solid #ddd;
}

.hyfa .hyfa1 a {
    color: #666;
    font-size: 15px;
    line-height: 60px;
}

.hyfa .img1 .img-responsive {
    border-radius: 50%;
}

.ex2 {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    color: transparent;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    width: 100%;
    background: #000;
    border-radius: 50%;
}

.ex2:hover {
    margin-left: -20px;
    color: #fff;
}

.ex2:hover .img-responsive {
    opacity: 0.5;
}

.ex2 span {
    position: absolute;
    top: 47px;
    margin-left: -15px;
}

.ex3 {
    width: 100%;
    color: transparent;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ex3:hover {
    line-height: 33px;
    color: #575858;
}

.ex4 {
    margin: 0 auto;
}

.ex4 img {
    margin: 20px;
    border: 5px solid #eee;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ex4 img:hover {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    border: 5px solid #499d85;
}

.ex5 {
    margin: 0 auto;
}

.ex5 img {
    margin: 25px;
    opacity: 0.8;
    border: 10px solid #eee;
    /*Transition*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /*Reflection*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0, 0, 0, 0.1)));
}

.ex5 img:hover {
    opacity: 1;
    /*Reflection*/
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(.7, transparent), to(rgba(0, 0, 0, 0.4)));
    /*Glow*/
    -webkit-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    -moz-box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}

.sp {
    width: 100%;
}

.sp .sp1 {
    width: 100%;
    height: 157px;
}

.sp .sp11 {
    position: absolute;
}

.sp .sp1 a img {
    width: 100%;
    border: 2px solid #fff;
    height: 157px;
}

.sp .sp1 a:hover img {
    border: 2px solid #b2160f;
}

.sp .sp1 .sph img {
    border: 2px solid #b2160f;
}

.sp .sp2 {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    margin-top: -33px;
    line-height: 30px;
    height: 30px;
    margin-left: 2px;
    z-index: 1;
    width: 99%;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.sp .sp3 {
    height: 471px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 0px;
}

.sp3::-webkit-scrollbar {
    width: 6px;
}

.sp3::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(245, 208, 8);
}

.sp3::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(186, 32, 32, 0.2);
    background: rgb(140, 140, 158);
    border-radius: 10px;
}

.spsj {
    width: 100%;
    display: none;
}

.spsj .spsj1 {
    line-height: 30px;
    text-align: center;
}

.udd2 {
    display: none;
}

.udd3 {
    margin-right: 38px;
}

.uum {
    width: 273px;
    margin: auto;
}

.uju2 {
    display: none;
}

@media (max-width: 600px) {
    .logo .img-responsive {
        width: 200px;
        margin-top: 10px;
    }
    .title2 {
        font-size: 18px;
    }
    .main3 li .nr p {
        height: 83px;
    }
    .main3 li .nr h3 a {
        width: 140px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .foot .wz {
        width: 100%;
        display: block;
        overflow: hidden;
    }
    .foot .sea2 {
        float: none;
    }
    .foot .sea2 input {
        width: 180px;
    }
    .foot .sea2 .btn1 {
        margin-top: 0.5px;
    }
    .foot .ewm {
        display: block;
        margin: auto;
        float: none;
    }
    .main2 .bd .img1 img {
        height: auto;
    }
    .sp {
        display: none;
    }
    .spsj {
        display: block;
    }
    .udd1 {
        display: none;
    }
    .udd2 {
        display: block;
    }
    .main1 .a1 {
        margin-top: 20px;
    }
    .uju1 {
        display: none;
    }
    .uju2 {
        display: block;
    }
}