@charset "utf-8";
/* CSS Document */

/*清除默认样式*/
body,
div,
dl,
dt,
dd,
ul,
ol,
nl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
b,
strong,
object,
iframe,
label,

img,
select,
form,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,

canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,

mark,
audio,
video {
    margin: 0;
    padding: 0
}

.a:hover {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: '微软雅黑';
}

.left {
    float: left;
    _display: inline;
}

.right {
    float: right;
    _display: inline;
}

.clear:after {
    content: "";
    clear: both;
    display: block;
}

.clear {
    zoom: 1;
    color: black;
}

a {
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    text-decoration: underline;
}

span {
    font-size: 14px;
}

li {
    list-style: none;
}

/* .homeNewLi{list-style-type: decimal;} */
img {
    border: none 0;
    vertical-align: middle;
}

.col_f {
    color: #fff;
}

.col_0 {
    color: #000;
}

.col_3 {
    color: #333;
}

.col_4e4e4e {
    color: #4e4e4e;
}

.col_6 {
    color: #666;
}

.col_83b91f {
    color: #1f4db9;
}

.col_ls54 {
    color: #1f4db9;
}

.f_12 {
    font-size: 17px;
}

.f_14 {
    font-size: 18px;
}

.f_16 {
    font-size: 16px;
}

.f_17 {
    font-size: 17px;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_22 {
    font-size: 22px;
}

.f_24 {
    font-size: 24px;
}

.pad_l_20 {
    padding-left: 20px;
}

.mar_l_10 {
    margin-left: 10px;
}

.mar_t_10 {
    margin-top: 10px;
}

.mar_r_10 {
    margin-right: 10px;
}

.mar_b_10 {
    margin-bottom: 10px;
}

input {
    vertical-align: middle;
}

.t_center {
    text-align: center;
}

.t_2em {
    text-indent: 2em;
}

.tex_right {
    text-align: right;
}

.col_3:hover {
    text-decoration: none;
}

.xianzhi :hover {
    text-decoration: none;
}

/*头部*/
.headerBj {
    width: 100%;
    height: 162px;
    background: #1f4db9 url(../images/headerBJ.jpg) repeat-x scroll left top;
}

.header_top {
    width: 1000px;
    height: 90px;
    margin: 0px auto;
    background: url(../images/logo.png) no-repeat;
    padding-top: 30px;
}

.searchBox {
    height: 26px;
    padding-top: 10px;
}

.searchText {
    width: 250px;
    height: 30px;
    background: #f1efef;
    color: #000000;
    border: 1px solid #3073f8;
    text-indent: 10px;
    border-radius: 20px 20px 20px 20px;
    font-size: 14px;
}

.searchBtn {
    cursor: pointer;
    width: 50px;
    height: 26px;
    background: #cecfd3;
    color: #fff;
    border: 1px solid #9d9fa4;
    border-radius: 0px 20px 20px 0px;
    font-size: 14px;
}

.search_img {
    width: 30px;
    height: 30px;
    float: right;
}

.search_img img {
    width: 28px;
    height: 28px;
    margin-left: -35px;
    padding-top: 1.5px;
}

.searchText::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff;
}

.searchText:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

.searchText::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

.searchText:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff;
}

.navBox {
    width: 1300px;
    height: 50px;
    margin: 0px auto;
}

.nav {
    width: 1300px;
    height: 50px;
}

.nav_li {
    position: relative;
    float: left;
    width: 100px;
    height: 42px;
    line-height: 50px;
    text-align: center;
    background: url(../images/nav_liBJ.jpg) no-repeat scroll right center;
    cursor: pointer;
}

.nav_a {
    display: block;
    width: 100px;
    height: 42px;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.nav_a.active,
.nav_a:hover {
    text-decoration: none;
    cursor: pointer;
}

.nav_li ul {
    position: absolute;
    width: 100px;
    top: 42px;
    left: 0px;
    display: none;
    z-index: 10;
    cursor: pointer;
}

.nav_li ul li {
    width: 90px;
    height: 40px;
    margin: 1px auto;
    cursor: pointer;
}

.nav_li ul li a {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 38px;
    background: #4966a9;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.nav_li ul li a:hover {
    background: #1f4db9;
    text-decoration: none;
    cursor: pointer;
}

/*banner*/
.homeBanner {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../images/banner3.png);
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* .homeBannerImgBox{width:100%;height:464px;text-align:center;overflow:hidden;position: relative;} */
#bannerScrollUl {
    display: inline-block;
    width: 10000px;
    height: 464px;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0px;
}

.bannerScroll_li {
    width: 1920px;
    height: 464px;
    position: relative;
    top: 0px;
    left: 0px;
}

.homeBannerBtnBox {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 30px;
    width: 1000px;
    text-align: right;
    padding-bottom: 20px;
}

.homeBannerBtn {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    background: #333;
    margin: 0px 2px;
}

.homeBannerBtn.on {
    background: #180cb7;
    opacity: 1;
    filter: alpha(opacity=100);
}

.towBanner {
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 400px;
    background: url(../images/banner3.png);
    text-align: center;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* .towBannerBox{width:1600px;height:464px;overflow:hidden;position: relative;} */
/* .homeBanner_bottom{position:absolute;left:50%;bottom:0px;width:1000px;height:34px;margin-left:-500px;}
.homeBanner_bottomBj{width:1000px;height:34px;background:#a0a0a0;opacity:0.8;filter:alpha(opacity=80);}
.homeBanner_bottom_text{position:absolute;top:0px;left:0px;padding-left:40px;height:34px;line-height:34px;background:url(../images/laba_fff.png) no-repeat scroll 6px 8px;}
.homeBanner_bottom_text a:hover{text-decoration: none;} */
/*中间*/
.main {
    width: 1000px;
    height: auto;
    margin: 0px auto;
    min-height: 100px;
}

/* url(../images/footerBJ.jpg)  */
.service {
    float: right;
}

.service_title {
    margin-right: -228px;
}

.service_2 {
    margin: 0px auto;
    text-align: center;
}

.service_2 a:hover {
    text-decoration: none;
}

.service_button_1 {
    color: #000;
    font-size: 13px;
}

.service_button_2 {
    color: #000;
    font-size: 13px;
}

.service_button_3 {
    color: #000;
    font-size: 13px;
}

.service_button_4 {
    color: #000;
    font-size: 13px;
}

.service_button_5 {
    color: #000;
    font-size: 13px;
}

.service_button_6 {
    color: #000;
    font-size: 13px;
}

.service_button_7 {
    color: #000;
    font-size: 13px;
}

.service_button_8 {
    color: #000;
    font-size: 13px;
}

.service_button_9 {
    color: #000;
    font-size: 13px;
}

.service_button_10 {
    color: #000;
    font-size: 13px;
}

/* .img_1{background-image: url(../images/yyghb.png);} */
.service_background_1:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_1 {
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_2:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_2 {
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_3:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_3 {
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_4:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_4 {
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_5:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_5 {
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_6:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_6 {
    margin-left: 123px;
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_7:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_7 {
    margin-left: 123px;
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_8:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_8 {
    margin-left: 123px;
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_9:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_9 {
    margin-left: 123px;
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

.service_background_10:hover {
    background-color: #badaf9;
    font-size: 14px;
}

.service_background_10 {
    margin-left: 123px;
    width: 105px;
    height: 95px;
    background-color: #ecf4fc;
}

/* .service_right{margin-left: auto;} */
.service_button_6 {
    margin-left: 27px;
    margin-top: 11px;
}

.service_button_7 {
    margin-left: 27px;
    margin-top: 11px;
}

.service_button_8 {
    margin-left: 27px;
    margin-top: 11px;
}

.service_button_9 {
    margin-left: 27px;
    margin-top: 11px;
}

.service_button_10 {
    margin-left: 27px;
    margin-top: 11px;
}

.img_1:hover {
    background-image: url(../images/yyghw.png);
}

.img_2:hover {
    background-image: url(../images/bgxzw.png);
}

.img_3:hover {
    background-image: url(../images/ybfww.png);
}

.img_4:hover {
    background-image: url(../images/yldhw.png);
}

.img_5:hover {
    background-image: url(../images/kblcw.png);
}

.img_6:hover {
    background-image: url(../images/tjyy.png);
}

.img_7:hover {
    background-image: url(../images/yfbjw.png);
}

.img_8:hover {
    background-image: url(../images/zlscw.png);
}

.img_9:hover {
    background-image: url(../images/yzfww.png);
}

.img_10:hover {
    background-image: url(../images/tszsw.png);
}

/*底部*/
.footerBj {
    width: 100%;
    height: 250px;
    background: #1044a4 no-repeat scroll center bottom;
    margin: 0px auto;
    text-align: center;
}

.footer_top {
    width: 1000px;
    height: 52px;
    margin: 0px auto;
}

.footer_nav {
    display: inline-block;
    height: 44px;
}

.footer_nav_li {
    position: relative;
    float: left;
    width: 94px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: url(../images/footer_navbj.jpg) no-repeat scroll right center;
    cursor: pointer;
}

.footer_nav_a {
    display: block;
    width: 94px;
    height: 52px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.footer_bottom {
    position: relative;
    width: 1000px;
    height: 114px;
    padding-top: 30px;
    margin: 0px auto;
    text-align: left;
    line-height: 24px;
}

.footer_text {
    padding-top: 30px;
}

.erweima {
    background: url(../images/jlnyedaxwx.jpg) no-repeat left, url(../images/jlnydxzswxh.jpg) no-repeat right;
    background-size: 100px;
    position: absolute;
    right: 70px;
    top: 45px;
    width: 350px;
    height: 150px;
    overflow: hidden;
}

.erweima img {
    width: 90px;
    height: 90px;
}

.friendlink {
    width: 100%;
    height: 70px;
    background: #1044a4;
    margin: 0px auto;
}

.col_83b91f {
    color: blue;
}

.col_0 {
    color: #f8efefd7;
    text-align: center;
}

.friendlink :hover {
    text-decoration: none;
}

.friendlink a:hover {
    color: #d71a1a;
}

.friendlink span {
    color: #fff;
}

.erweimatext_1 {
    float: right;
    margin: -25px auto 985px;
}


/*右侧浮动*/
.rightNav {
    width: 54px;
    position: fixed;
    right: 25px;
    bottom: 20px;
}

.rightNav li {
    height: 54px;
    margin-bottom: 5px;
    background-color: #1044a4;
}

.rightNav li a {
    display: block;
    height: 54px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.rightNav li a:hover {
    background-color: #352fe8;
}

.rightNav li a img {
    margin-top: 19px;
}

.rightNav li.text a {
    height: 46px;
    padding: 4px;
}

#goTop {
    display: none;
}

.nav-span {
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}